@gem-sdk/components 16.1.0-staging.1 → 17.0.0-dev.9

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 (4399) hide show
  1. package/dist/cjs/accordion/common/classes.js +1 -1
  2. package/dist/cjs/accordion/common/helpers.js +1 -1
  3. package/dist/cjs/accordion/common/styles.js +1 -1
  4. package/dist/cjs/accordion/components/Accordion.js +1 -1
  5. package/dist/cjs/accordion/components/Accordion.liquid.js +15 -15
  6. package/dist/cjs/accordion/components/AccordionItem.js +1 -1
  7. package/dist/cjs/accordion/components/AccordionItem.liquid.js +27 -27
  8. package/dist/cjs/accordion/hooks/useAccordion.js +1 -1
  9. package/dist/cjs/accordion/hooks/useAccordionItem.js +1 -1
  10. package/dist/cjs/accordion/hooks/useMountTransition.js +1 -1
  11. package/dist/cjs/accordion/index.js +1 -1
  12. package/dist/cjs/accordion/next.js +1 -1
  13. package/dist/cjs/accordion/settings/Accordion.js +5 -5
  14. package/dist/cjs/accordion/settings/AccordionItem.js +1 -1
  15. package/dist/cjs/accordion/settings/configs/child-items.js +1 -1
  16. package/dist/cjs/accordion/settings/configs/settings.js +2 -2
  17. package/dist/cjs/accordion/settings/configs/translate.js +1 -1
  18. package/dist/cjs/accordion/settings/configs/ui-v2.js +1 -1
  19. package/dist/cjs/article/common/helpers.js +2 -2
  20. package/dist/cjs/article/components/ArticleAuthor.js +1 -1
  21. package/dist/cjs/article/components/ArticleAuthor.liquid.js +3 -3
  22. package/dist/cjs/article/components/ArticleCategory.js +1 -1
  23. package/dist/cjs/article/components/ArticleCategory.liquid.js +3 -3
  24. package/dist/cjs/article/components/ArticleContent.js +3 -3
  25. package/dist/cjs/article/components/ArticleContent.liquid.js +7 -7
  26. package/dist/cjs/article/components/ArticleDate.js +1 -1
  27. package/dist/cjs/article/components/ArticleDate.liquid.js +3 -3
  28. package/dist/cjs/article/components/ArticleExcerpt.js +1 -1
  29. package/dist/cjs/article/components/ArticleExcerpt.liquid.js +3 -3
  30. package/dist/cjs/article/components/ArticleImage.js +1 -1
  31. package/dist/cjs/article/components/ArticleImage.liquid.js +7 -7
  32. package/dist/cjs/article/components/ArticleList.js +1 -1
  33. package/dist/cjs/article/components/ArticleList.liquid.js +13 -13
  34. package/dist/cjs/article/components/ArticleNotFound.js +1 -1
  35. package/dist/cjs/article/components/ArticlePagination.js +1 -1
  36. package/dist/cjs/article/components/ArticlePagination.liquid.js +1 -1
  37. package/dist/cjs/article/components/ArticleReadMore.js +1 -1
  38. package/dist/cjs/article/components/ArticleReadMore.liquid.js +5 -5
  39. package/dist/cjs/article/components/ArticleTag.js +1 -1
  40. package/dist/cjs/article/components/ArticleTag.liquid.js +3 -3
  41. package/dist/cjs/article/components/ArticleTitle.js +1 -1
  42. package/dist/cjs/article/components/ArticleTitle.liquid.js +6 -6
  43. package/dist/cjs/article/hooks/useArticleLink.js +1 -1
  44. package/dist/cjs/article/index.js +1 -1
  45. package/dist/cjs/article/next.js +1 -1
  46. package/dist/cjs/article/settings/ArticleAuthor.js +2 -2
  47. package/dist/cjs/article/settings/ArticleCategory.js +2 -2
  48. package/dist/cjs/article/settings/ArticleContent.js +2 -2
  49. package/dist/cjs/article/settings/ArticleDate.js +2 -2
  50. package/dist/cjs/article/settings/ArticleExcerpt.js +2 -2
  51. package/dist/cjs/article/settings/ArticleImage.js +2 -2
  52. package/dist/cjs/article/settings/ArticleList.js +2 -2
  53. package/dist/cjs/article/settings/ArticlePagination.js +2 -2
  54. package/dist/cjs/article/settings/ArticleReadMore.js +2 -2
  55. package/dist/cjs/article/settings/ArticleTag.js +2 -2
  56. package/dist/cjs/article/settings/ArticleTitle.js +2 -2
  57. package/dist/cjs/article/settings/configs/article-author/presets.js +2 -2
  58. package/dist/cjs/article/settings/configs/article-author/settings.js +1 -1
  59. package/dist/cjs/article/settings/configs/article-author/ui-v2.js +1 -1
  60. package/dist/cjs/article/settings/configs/article-category/presets.js +2 -2
  61. package/dist/cjs/article/settings/configs/article-category/settings.js +1 -1
  62. package/dist/cjs/article/settings/configs/article-category/ui-v2.js +1 -1
  63. package/dist/cjs/article/settings/configs/article-content/presets.js +2 -2
  64. package/dist/cjs/article/settings/configs/article-content/settings.js +1 -1
  65. package/dist/cjs/article/settings/configs/article-content/ui-v2.js +1 -1
  66. package/dist/cjs/article/settings/configs/article-date/presets.js +2 -2
  67. package/dist/cjs/article/settings/configs/article-date/settings.js +1 -1
  68. package/dist/cjs/article/settings/configs/article-date/ui-v2.js +1 -1
  69. package/dist/cjs/article/settings/configs/article-excerpt/presets.js +2 -2
  70. package/dist/cjs/article/settings/configs/article-excerpt/settings.js +1 -1
  71. package/dist/cjs/article/settings/configs/article-excerpt/ui-v2.js +1 -1
  72. package/dist/cjs/article/settings/configs/article-image/presets.js +2 -2
  73. package/dist/cjs/article/settings/configs/article-image/settings.js +1 -1
  74. package/dist/cjs/article/settings/configs/article-image/ui-v2.js +1 -1
  75. package/dist/cjs/article/settings/configs/article-list/presets.js +2 -2
  76. package/dist/cjs/article/settings/configs/article-list/settings.js +1 -1
  77. package/dist/cjs/article/settings/configs/article-list/ui-v2.js +1 -1
  78. package/dist/cjs/article/settings/configs/article-read-more/presets.js +2 -2
  79. package/dist/cjs/article/settings/configs/article-read-more/settings.js +2 -2
  80. package/dist/cjs/article/settings/configs/article-read-more/ui-v2.js +1 -1
  81. package/dist/cjs/article/settings/configs/article-tag/presets.js +2 -2
  82. package/dist/cjs/article/settings/configs/article-tag/settings.js +1 -1
  83. package/dist/cjs/article/settings/configs/article-tag/ui-v2.js +1 -1
  84. package/dist/cjs/article/settings/configs/article-title/presets.js +2 -2
  85. package/dist/cjs/article/settings/configs/article-title/settings.js +1 -1
  86. package/dist/cjs/article/settings/configs/article-title/ui-v2.js +1 -1
  87. package/dist/cjs/article/settings/configs/translate.js +1 -1
  88. package/dist/cjs/breadcrumb/common/attrs.js +1 -1
  89. package/dist/cjs/breadcrumb/common/classes.js +3 -3
  90. package/dist/cjs/breadcrumb/common/helpers.js +1 -1
  91. package/dist/cjs/breadcrumb/common/styles.js +1 -1
  92. package/dist/cjs/breadcrumb/components/Breadcrumb.js +1 -1
  93. package/dist/cjs/breadcrumb/components/Breadcrumb.liquid.js +9 -9
  94. package/dist/cjs/breadcrumb/components/BreadcrumbItem.js +1 -1
  95. package/dist/cjs/breadcrumb/components/BreadcrumbItem.liquid.js +1 -1
  96. package/dist/cjs/breadcrumb/components/templates/article.js +8 -8
  97. package/dist/cjs/breadcrumb/components/templates/collection.js +5 -5
  98. package/dist/cjs/breadcrumb/components/templates/home.js +4 -4
  99. package/dist/cjs/breadcrumb/components/templates/landing.js +5 -5
  100. package/dist/cjs/breadcrumb/components/templates/product.js +10 -10
  101. package/dist/cjs/breadcrumb/constants.js +1 -1
  102. package/dist/cjs/breadcrumb/hooks/useBreadcrumb.js +1 -1
  103. package/dist/cjs/breadcrumb/index.js +1 -1
  104. package/dist/cjs/breadcrumb/next.js +1 -1
  105. package/dist/cjs/breadcrumb/settings/Breadcrumb.js +2 -2
  106. package/dist/cjs/breadcrumb/settings/configs/settings.js +2 -2
  107. package/dist/cjs/breadcrumb/settings/configs/ui-v2.js +1 -1
  108. package/dist/cjs/builder.js +1 -1
  109. package/dist/cjs/button/common/attrs.js +1 -1
  110. package/dist/cjs/button/common/classes.js +1 -1
  111. package/dist/cjs/button/common/helpers.js +2 -2
  112. package/dist/cjs/button/common/styles.js +16 -16
  113. package/dist/cjs/button/components/Button.js +1 -1
  114. package/dist/cjs/button/components/Button.liquid.js +23 -23
  115. package/dist/cjs/button/components/ButtonIcon.js +1 -1
  116. package/dist/cjs/button/components/ButtonIcon.liquid.js +4 -4
  117. package/dist/cjs/button/components/ButtonLabel.js +1 -1
  118. package/dist/cjs/button/components/ButtonLabel.liquid.js +5 -5
  119. package/dist/cjs/button/components/ButtonLoadingIndicator.js +1 -1
  120. package/dist/cjs/button/components/ButtonLoadingIndicator.liquid.js +1 -1
  121. package/dist/cjs/button/index.js +1 -1
  122. package/dist/cjs/button/next.js +1 -1
  123. package/dist/cjs/button/settings/Button.js +3 -3
  124. package/dist/cjs/button/settings/configs/settings.js +2 -2
  125. package/dist/cjs/button/settings/configs/translate.js +1 -1
  126. package/dist/cjs/button/settings/configs/ui-v2.js +1 -1
  127. package/dist/cjs/carousel/common/helpers.js +1 -1
  128. package/dist/cjs/carousel/components/arrow/Arrow.js +2 -2
  129. package/dist/cjs/carousel/components/arrow/Arrow.liquid.js +12 -12
  130. package/dist/cjs/carousel/components/arrow/common/classes.js +1 -1
  131. package/dist/cjs/carousel/components/arrow/common/helpers.js +1 -1
  132. package/dist/cjs/carousel/components/arrow/common/styles.js +17 -17
  133. package/dist/cjs/carousel/components/dot/Dots.js +1 -1
  134. package/dist/cjs/carousel/components/dot/Dots.liquid.js +4 -4
  135. package/dist/cjs/carousel/components/dot/common/classes.js +1 -1
  136. package/dist/cjs/carousel/components/dot/common/helpers.js +1 -1
  137. package/dist/cjs/carousel/components/dot/common/styles.js +1 -1
  138. package/dist/cjs/carousel/components/item/CarouselItem.js +1 -1
  139. package/dist/cjs/carousel/components/item/CarouselItem.liquid.js +10 -10
  140. package/dist/cjs/carousel/components/item/common/classes.js +1 -1
  141. package/dist/cjs/carousel/components/item/common/styles.js +1 -1
  142. package/dist/cjs/carousel/components/root/Carousel.js +1 -1
  143. package/dist/cjs/carousel/components/root/Carousel.liquid.js +14 -14
  144. package/dist/cjs/carousel/components/root/common/attrs.js +1 -1
  145. package/dist/cjs/carousel/components/root/common/classes.js +1 -1
  146. package/dist/cjs/carousel/components/root/common/helpers.js +1 -1
  147. package/dist/cjs/carousel/components/root/common/styles.js +1 -1
  148. package/dist/cjs/carousel/hooks/useCarouseItem.js +1 -1
  149. package/dist/cjs/carousel/hooks/useCarousel.js +1 -1
  150. package/dist/cjs/carousel/hooks/useDotsSetting.js +1 -1
  151. package/dist/cjs/carousel/hooks/useTrackPreviewPause.js +1 -1
  152. package/dist/cjs/carousel/index.js +1 -1
  153. package/dist/cjs/carousel/next.js +1 -1
  154. package/dist/cjs/carousel/plugins/animation.js +1 -1
  155. package/dist/cjs/carousel/plugins/auto-play.js +1 -1
  156. package/dist/cjs/carousel/plugins/fix-slider-move-backward.js +1 -1
  157. package/dist/cjs/carousel/plugins/mutation.js +1 -1
  158. package/dist/cjs/carousel/settings/Carousel.js +2 -2
  159. package/dist/cjs/carousel/settings/CarouselItem.js +1 -1
  160. package/dist/cjs/carousel/settings/configs/presets.js +2 -2
  161. package/dist/cjs/carousel/settings/configs/settings-v2.js +2 -2
  162. package/dist/cjs/carousel/settings/configs/ui-v2.js +1 -1
  163. package/dist/cjs/carousel-v3/common/helpers.js +1 -1
  164. package/dist/cjs/carousel-v3/components/arrow/Arrow.js +2 -2
  165. package/dist/cjs/carousel-v3/components/arrow/Arrow.liquid.js +12 -12
  166. package/dist/cjs/carousel-v3/components/arrow/common/classes.js +1 -1
  167. package/dist/cjs/carousel-v3/components/arrow/common/helpers.js +1 -1
  168. package/dist/cjs/carousel-v3/components/arrow/common/styles.js +17 -17
  169. package/dist/cjs/carousel-v3/components/dot/Dots.js +1 -1
  170. package/dist/cjs/carousel-v3/components/dot/Dots.liquid.js +4 -4
  171. package/dist/cjs/carousel-v3/components/dot/common/classes.js +1 -1
  172. package/dist/cjs/carousel-v3/components/dot/common/helpers.js +1 -1
  173. package/dist/cjs/carousel-v3/components/dot/common/styles.js +1 -1
  174. package/dist/cjs/carousel-v3/components/item/CarouselItem.js +1 -1
  175. package/dist/cjs/carousel-v3/components/item/CarouselItem.liquid.js +10 -10
  176. package/dist/cjs/carousel-v3/components/item/common/classes.js +1 -1
  177. package/dist/cjs/carousel-v3/components/item/common/styles.js +1 -1
  178. package/dist/cjs/carousel-v3/components/root/Carousel.js +1 -1
  179. package/dist/cjs/carousel-v3/components/root/Carousel.liquid.js +16 -16
  180. package/dist/cjs/carousel-v3/components/root/common/attrs.js +1 -1
  181. package/dist/cjs/carousel-v3/components/root/common/classes.js +1 -1
  182. package/dist/cjs/carousel-v3/components/root/common/helpers.js +1 -1
  183. package/dist/cjs/carousel-v3/components/root/common/styles.js +1 -1
  184. package/dist/cjs/carousel-v3/components/swiper/Swiper.js +1 -1
  185. package/dist/cjs/carousel-v3/components/swiper/SwiperSlide.js +1 -1
  186. package/dist/cjs/carousel-v3/components/swiper/common/styles.js +1 -1
  187. package/dist/cjs/carousel-v3/hooks/useCarouseItem.js +1 -1
  188. package/dist/cjs/carousel-v3/hooks/useCarousel.js +1 -1
  189. package/dist/cjs/carousel-v3/hooks/useDotsSetting.js +1 -1
  190. package/dist/cjs/carousel-v3/hooks/useTrackPreviewPause.js +1 -1
  191. package/dist/cjs/carousel-v3/index.js +1 -1
  192. package/dist/cjs/carousel-v3/next.js +1 -1
  193. package/dist/cjs/carousel-v3/plugins/animation.js +1 -1
  194. package/dist/cjs/carousel-v3/settings/Carousel.js +2 -2
  195. package/dist/cjs/carousel-v3/settings/CarouselItem.js +1 -1
  196. package/dist/cjs/carousel-v3/settings/configs/presets.js +2 -2
  197. package/dist/cjs/carousel-v3/settings/configs/settings-v2.js +2 -2
  198. package/dist/cjs/carousel-v3/settings/configs/ui-v2.js +1 -1
  199. package/dist/cjs/cart/components/Cart.js +1 -1
  200. package/dist/cjs/cart/components/CartCheckout.js +1 -1
  201. package/dist/cjs/cart/components/CartDiscount.js +1 -1
  202. package/dist/cjs/cart/components/CartLineAttribute.js +1 -1
  203. package/dist/cjs/cart/components/CartLineImage.js +1 -1
  204. package/dist/cjs/cart/components/CartLinePrice.js +1 -1
  205. package/dist/cjs/cart/components/CartLineVariant.js +1 -1
  206. package/dist/cjs/cart/components/CartList.js +1 -1
  207. package/dist/cjs/cart/components/CartOrderNote.js +1 -1
  208. package/dist/cjs/cart/components/CartTotalItem.js +1 -1
  209. package/dist/cjs/cart/components/CartTotalPrice.js +1 -1
  210. package/dist/cjs/cart/components/CheckoutNow.js +1 -1
  211. package/dist/cjs/cart/components/CouponList.js +1 -1
  212. package/dist/cjs/cart/components/DiscountInput.js +1 -1
  213. package/dist/cjs/cart/components/shop-pay-button/ShopPayButton.js +1 -1
  214. package/dist/cjs/cart/components/shop-pay-button/ShopPayButton.liquid.js +10 -10
  215. package/dist/cjs/cart/components/shop-pay-button/common/classes.js +1 -1
  216. package/dist/cjs/cart/components/shop-pay-button/common/helpers.js +1 -1
  217. package/dist/cjs/cart/components/shop-pay-button/common/styles.js +1 -1
  218. package/dist/cjs/cart/components/shop-pay-button/icons/BaseIcon.js +1 -1
  219. package/dist/cjs/cart/components/shop-pay-button/icons/BaseIcon.liquid.js +4 -4
  220. package/dist/cjs/cart/components/shop-pay-button/icons/DynamicCheckoutBlack.js +1 -1
  221. package/dist/cjs/cart/components/shop-pay-button/icons/DynamicCheckoutBlack.liquid.js +3 -3
  222. package/dist/cjs/cart/components/shop-pay-button/icons/DynamicCheckoutPurple.js +1 -1
  223. package/dist/cjs/cart/components/shop-pay-button/icons/DynamicCheckoutPurple.liquid.js +3 -3
  224. package/dist/cjs/cart/components/shop-pay-button/icons/DynamicCheckoutWhite.js +1 -1
  225. package/dist/cjs/cart/components/shop-pay-button/icons/DynamicCheckoutWhite.liquid.js +3 -3
  226. package/dist/cjs/cart/components/shop-pay-button/icons/ExpressCheckoutBlack.js +1 -1
  227. package/dist/cjs/cart/components/shop-pay-button/icons/ExpressCheckoutBlack.liquid.js +3 -3
  228. package/dist/cjs/cart/components/shop-pay-button/icons/ExpressCheckoutPurple.js +1 -1
  229. package/dist/cjs/cart/components/shop-pay-button/icons/ExpressCheckoutPurple.liquid.js +3 -3
  230. package/dist/cjs/cart/components/shop-pay-button/icons/ExpressCheckoutWhite.js +1 -1
  231. package/dist/cjs/cart/components/shop-pay-button/icons/ExpressCheckoutWhite.liquid.js +3 -3
  232. package/dist/cjs/cart/hooks/useShopPayButton.js +1 -1
  233. package/dist/cjs/cart/index.js +1 -1
  234. package/dist/cjs/cart/next.js +1 -1
  235. package/dist/cjs/cart/settings/Cart.js +2 -2
  236. package/dist/cjs/cart/settings/CartCheckout.js +1 -1
  237. package/dist/cjs/cart/settings/CartDiscount.js +1 -1
  238. package/dist/cjs/cart/settings/CartLineAttribute.js +1 -1
  239. package/dist/cjs/cart/settings/CartLineImage.js +1 -1
  240. package/dist/cjs/cart/settings/CartLinePrice.js +1 -1
  241. package/dist/cjs/cart/settings/CartLineVariant.js +1 -1
  242. package/dist/cjs/cart/settings/CartList.js +1 -1
  243. package/dist/cjs/cart/settings/CartOrderNote.js +1 -1
  244. package/dist/cjs/cart/settings/CartTotalItem.js +1 -1
  245. package/dist/cjs/cart/settings/CartTotalPrice.js +1 -1
  246. package/dist/cjs/cart/settings/CouponList.js +1 -1
  247. package/dist/cjs/cart/settings/DiscountInput.js +1 -1
  248. package/dist/cjs/cart/settings/ShopPayButton.js +1 -1
  249. package/dist/cjs/code/common/classes.js +1 -1
  250. package/dist/cjs/code/common/styles.js +1 -1
  251. package/dist/cjs/code/components/CSSCode.js +1 -1
  252. package/dist/cjs/code/components/CSSCode.liquid.js +7 -7
  253. package/dist/cjs/code/hooks/useCSSCode.js +4 -4
  254. package/dist/cjs/code/index.js +1 -1
  255. package/dist/cjs/code/next.js +1 -1
  256. package/dist/cjs/code/settings/CSSCode.js +3 -3
  257. package/dist/cjs/code/settings/configs/settings.js +1 -1
  258. package/dist/cjs/code/settings/configs/translate.js +1 -1
  259. package/dist/cjs/code/settings/configs/ui-v2.js +1 -1
  260. package/dist/cjs/collection/components/collection-banner/CollectionBanner.js +1 -1
  261. package/dist/cjs/collection/components/collection-banner/CollectionBanner.liquid.js +11 -11
  262. package/dist/cjs/collection/components/collection-banner/common/classes.js +1 -1
  263. package/dist/cjs/collection/components/collection-banner/common/helpers.js +1 -1
  264. package/dist/cjs/collection/components/collection-banner/common/styles.js +1 -1
  265. package/dist/cjs/collection/components/collection-description/CollectionDescription.js +1 -1
  266. package/dist/cjs/collection/components/collection-description/CollectionDescription.liquid.js +14 -14
  267. package/dist/cjs/collection/components/collection-description/common/classes.js +1 -1
  268. package/dist/cjs/collection/components/collection-description/common/helpers.js +2 -2
  269. package/dist/cjs/collection/components/collection-description/common/styles.js +2 -2
  270. package/dist/cjs/collection/components/collection-paginator/CollectionPaginator.js +1 -1
  271. package/dist/cjs/collection/components/collection-paginator/CollectionPaginator.liquid.js +6 -6
  272. package/dist/cjs/collection/components/collection-paginator/common/classes.js +1 -1
  273. package/dist/cjs/collection/components/collection-paginator/common/helpers.js +4 -4
  274. package/dist/cjs/collection/components/collection-paginator/common/styles.js +1 -1
  275. package/dist/cjs/collection/components/collection-title/CollectionTitle.js +1 -1
  276. package/dist/cjs/collection/components/collection-title/CollectionTitle.liquid.js +3 -3
  277. package/dist/cjs/collection/components/collection-toolbar/CollectionToolbar.js +1 -1
  278. package/dist/cjs/collection/components/collection-toolbar/CollectionToolbar.liquid.js +17 -17
  279. package/dist/cjs/collection/components/collection-toolbar/common/classes.js +1 -1
  280. package/dist/cjs/collection/components/collection-toolbar/common/helpers.js +1 -1
  281. package/dist/cjs/collection/components/collection-toolbar/common/styles.js +1 -1
  282. package/dist/cjs/collection/hooks/useDescription.js +1 -1
  283. package/dist/cjs/collection/index.js +1 -1
  284. package/dist/cjs/collection/next.js +1 -1
  285. package/dist/cjs/collection/settings/collection-banner/CollectionBanner.js +3 -3
  286. package/dist/cjs/collection/settings/collection-banner/configs/settings.js +2 -2
  287. package/dist/cjs/collection/settings/collection-banner/configs/ui-v2.js +1 -1
  288. package/dist/cjs/collection/settings/collection-description/CollectionDescription.js +3 -3
  289. package/dist/cjs/collection/settings/collection-description/configs/settings.js +1 -1
  290. package/dist/cjs/collection/settings/collection-description/configs/translate.js +1 -1
  291. package/dist/cjs/collection/settings/collection-description/configs/ui-v2.js +1 -1
  292. package/dist/cjs/collection/settings/collection-paginator/CollectionPaginator.js +3 -3
  293. package/dist/cjs/collection/settings/collection-paginator/configs/settings.js +1 -1
  294. package/dist/cjs/collection/settings/collection-paginator/configs/translate.js +1 -1
  295. package/dist/cjs/collection/settings/collection-paginator/configs/ui-v2.js +1 -1
  296. package/dist/cjs/collection/settings/collection-title/CollectionTitle.js +3 -3
  297. package/dist/cjs/collection/settings/collection-title/configs/settings.js +1 -1
  298. package/dist/cjs/collection/settings/collection-title/configs/ui-v2.js +1 -1
  299. package/dist/cjs/collection/settings/collection-toolbar/CollectionToolbar.js +3 -3
  300. package/dist/cjs/collection/settings/collection-toolbar/configs/settings.js +1 -1
  301. package/dist/cjs/collection/settings/collection-toolbar/configs/translate.js +1 -1
  302. package/dist/cjs/collection/settings/collection-toolbar/configs/ui-v2.js +1 -1
  303. package/dist/cjs/common/components/Loading.js +1 -1
  304. package/dist/cjs/common/components/NoDataState.js +1 -1
  305. package/dist/cjs/common/components/Tooltip.js +1 -1
  306. package/dist/cjs/common/components/TooltipHover.js +1 -1
  307. package/dist/cjs/common/const.js +1 -1
  308. package/dist/cjs/common/hooks/useInView.js +1 -1
  309. package/dist/cjs/constant.js +1 -1
  310. package/dist/cjs/countdown-timer/common/attrs.js +1 -1
  311. package/dist/cjs/countdown-timer/common/classes.js +1 -1
  312. package/dist/cjs/countdown-timer/common/helpers.js +1 -1
  313. package/dist/cjs/countdown-timer/common/styles.js +1 -1
  314. package/dist/cjs/countdown-timer/components/Countdown.js +1 -1
  315. package/dist/cjs/countdown-timer/components/Countdown.liquid.js +23 -23
  316. package/dist/cjs/countdown-timer/hooks/useCountDownTimer.js +1 -1
  317. package/dist/cjs/countdown-timer/hooks/useTimeLeft.js +1 -1
  318. package/dist/cjs/countdown-timer/index.js +1 -1
  319. package/dist/cjs/countdown-timer/next.js +1 -1
  320. package/dist/cjs/countdown-timer/settings/Countdown.js +3 -3
  321. package/dist/cjs/countdown-timer/settings/configs/setting.js +1 -1
  322. package/dist/cjs/countdown-timer/settings/configs/translate.js +1 -1
  323. package/dist/cjs/countdown-timer/settings/configs/ui-v2.js +1 -1
  324. package/dist/cjs/coupon/common/classes.js +1 -1
  325. package/dist/cjs/coupon/common/helpers.js +1 -1
  326. package/dist/cjs/coupon/common/styles.js +14 -14
  327. package/dist/cjs/coupon/components/Coupon.js +1 -1
  328. package/dist/cjs/coupon/components/Coupon.liquid.js +6 -6
  329. package/dist/cjs/coupon/hooks/useCoupon.js +1 -1
  330. package/dist/cjs/coupon/index.js +1 -1
  331. package/dist/cjs/coupon/next.js +1 -1
  332. package/dist/cjs/coupon/settings/Coupon.js +2 -2
  333. package/dist/cjs/coupon/settings/configs/presets.js +2 -2
  334. package/dist/cjs/coupon/settings/configs/settings.js +2 -2
  335. package/dist/cjs/coupon/settings/configs/translate.js +1 -1
  336. package/dist/cjs/coupon/settings/configs/ui-v2.js +1 -1
  337. package/dist/cjs/dialog/common/attrs.js +1 -1
  338. package/dist/cjs/dialog/common/classes.js +1 -1
  339. package/dist/cjs/dialog/common/helpers.js +1 -1
  340. package/dist/cjs/dialog/common/styles.js +1 -1
  341. package/dist/cjs/dialog/components/Dialog.js +2 -2
  342. package/dist/cjs/dialog/components/Dialog.liquid.js +27 -27
  343. package/dist/cjs/dialog/hooks/useDialog.js +1 -1
  344. package/dist/cjs/dialog/hooks/useScrollPercentage.js +1 -1
  345. package/dist/cjs/dialog/index.js +1 -1
  346. package/dist/cjs/dialog/next.js +1 -1
  347. package/dist/cjs/dialog/settings/Dialog.js +3 -3
  348. package/dist/cjs/dialog/settings/configs/settings.js +2 -2
  349. package/dist/cjs/dialog/settings/configs/translate.js +1 -1
  350. package/dist/cjs/dialog/settings/configs/ui-v2.js +1 -1
  351. package/dist/cjs/estimate-delivery/common/classes.js +1 -1
  352. package/dist/cjs/estimate-delivery/common/helpers.js +1 -1
  353. package/dist/cjs/estimate-delivery/common/styles.js +1 -1
  354. package/dist/cjs/estimate-delivery/components/EstimateDate.js +1 -1
  355. package/dist/cjs/estimate-delivery/components/EstimateDate.liquid.js +4 -4
  356. package/dist/cjs/estimate-delivery/index.js +1 -1
  357. package/dist/cjs/estimate-delivery/next.js +1 -1
  358. package/dist/cjs/estimate-delivery/settings/EstimateDate.js +3 -3
  359. package/dist/cjs/estimate-delivery/settings/configs/settings.js +1 -1
  360. package/dist/cjs/estimate-delivery/settings/configs/translate.js +1 -1
  361. package/dist/cjs/estimate-delivery/settings/configs/ui-v2.js +1 -1
  362. package/dist/cjs/form/common/helpers.js +1 -1
  363. package/dist/cjs/form/components/contact/Contact.js +1 -1
  364. package/dist/cjs/form/components/contact/Contact.liquid.js +3 -3
  365. package/dist/cjs/form/components/contact/common/classes.js +1 -1
  366. package/dist/cjs/form/components/contact/common/styles.js +1 -1
  367. package/dist/cjs/form/components/form-checkbox/FormCheckbox.js +1 -1
  368. package/dist/cjs/form/components/form-checkbox/FormCheckbox.liquid.js +13 -13
  369. package/dist/cjs/form/components/form-checkbox/common/classes.js +1 -1
  370. package/dist/cjs/form/components/form-checkbox/common/styles.js +1 -1
  371. package/dist/cjs/form/components/form-dropdown/FormDropdown.js +1 -1
  372. package/dist/cjs/form/components/form-dropdown/FormDropdown.liquid.js +18 -18
  373. package/dist/cjs/form/components/form-dropdown/common/classes.js +1 -1
  374. package/dist/cjs/form/components/form-dropdown/common/styles.js +1 -1
  375. package/dist/cjs/form/components/form-email/FormEmail.js +1 -1
  376. package/dist/cjs/form/components/form-email/FormEmail.liquid.js +12 -12
  377. package/dist/cjs/form/components/form-email/common/classes.js +1 -1
  378. package/dist/cjs/form/components/form-email/common/styles.js +1 -1
  379. package/dist/cjs/form/components/newsletter/Newsletter.js +1 -1
  380. package/dist/cjs/form/components/newsletter/Newsletter.liquid.js +19 -19
  381. package/dist/cjs/form/components/newsletter/common/attrs.js +1 -1
  382. package/dist/cjs/form/components/newsletter/common/classes.js +1 -1
  383. package/dist/cjs/form/components/newsletter/common/styles.js +2 -2
  384. package/dist/cjs/form/components/submit-button/SubmitButton.js +1 -1
  385. package/dist/cjs/form/components/submit-button/SubmitButton.liquid.js +3 -3
  386. package/dist/cjs/form/components/submit-button/common/helpers.js +1 -1
  387. package/dist/cjs/form/components/submit-button/common/styles.js +1 -1
  388. package/dist/cjs/form/components/textarea/TextArea.js +1 -1
  389. package/dist/cjs/form/components/textarea/TextArea.liquid.js +12 -12
  390. package/dist/cjs/form/components/textarea/common/classes.js +1 -1
  391. package/dist/cjs/form/components/textarea/common/styles.js +1 -1
  392. package/dist/cjs/form/components/textfield/TextField.js +1 -1
  393. package/dist/cjs/form/components/textfield/TextField.liquid.js +12 -12
  394. package/dist/cjs/form/components/textfield/common/classes.js +1 -1
  395. package/dist/cjs/form/components/textfield/common/styles.js +1 -1
  396. package/dist/cjs/form/components/textinput/TextInput.js +1 -1
  397. package/dist/cjs/form/components/textinput/TextInput.liquid.js +21 -21
  398. package/dist/cjs/form/components/textinput/common/classes.js +1 -1
  399. package/dist/cjs/form/components/textinput/common/styles.js +1 -1
  400. package/dist/cjs/form/hooks/useGetColorContent.js +1 -1
  401. package/dist/cjs/form/index.js +1 -1
  402. package/dist/cjs/form/next.js +1 -1
  403. package/dist/cjs/form/settings/contact/Contact.js +3 -3
  404. package/dist/cjs/form/settings/contact/configs/inits.js +1 -1
  405. package/dist/cjs/form/settings/contact/configs/settings.js +1 -1
  406. package/dist/cjs/form/settings/contact/configs/translate.js +1 -1
  407. package/dist/cjs/form/settings/contact/configs/ui-v2.js +1 -1
  408. package/dist/cjs/form/settings/form-checkbox/FormCheckbox.js +3 -3
  409. package/dist/cjs/form/settings/form-checkbox/configs/inits.js +1 -1
  410. package/dist/cjs/form/settings/form-checkbox/configs/settings.js +1 -1
  411. package/dist/cjs/form/settings/form-checkbox/configs/translate.js +1 -1
  412. package/dist/cjs/form/settings/form-checkbox/configs/ui-v2.js +1 -1
  413. package/dist/cjs/form/settings/form-dropdown/FormDropdown.js +3 -3
  414. package/dist/cjs/form/settings/form-dropdown/configs/inits.js +1 -1
  415. package/dist/cjs/form/settings/form-dropdown/configs/settings.js +1 -1
  416. package/dist/cjs/form/settings/form-dropdown/configs/translate.js +1 -1
  417. package/dist/cjs/form/settings/form-dropdown/configs/ui-v2.js +1 -1
  418. package/dist/cjs/form/settings/form-email/FormEmail.js +3 -3
  419. package/dist/cjs/form/settings/form-email/configs/inits.js +1 -1
  420. package/dist/cjs/form/settings/form-email/configs/settings.js +1 -1
  421. package/dist/cjs/form/settings/form-email/configs/translate.js +1 -1
  422. package/dist/cjs/form/settings/form-email/configs/ui-v2.js +1 -1
  423. package/dist/cjs/form/settings/form-textarea/Textarea.js +3 -3
  424. package/dist/cjs/form/settings/form-textarea/configs/settings.js +1 -1
  425. package/dist/cjs/form/settings/form-textarea/configs/translate.js +1 -1
  426. package/dist/cjs/form/settings/form-textarea/configs/ui-v2.js +1 -1
  427. package/dist/cjs/form/settings/newsletter/Newsletter.js +3 -3
  428. package/dist/cjs/form/settings/newsletter/configs/inits.js +1 -1
  429. package/dist/cjs/form/settings/newsletter/configs/settings.js +1 -1
  430. package/dist/cjs/form/settings/newsletter/configs/translate.js +1 -1
  431. package/dist/cjs/form/settings/newsletter/configs/ui-v2.js +1 -1
  432. package/dist/cjs/form/settings/submit-button/SubmitButton.js +3 -3
  433. package/dist/cjs/form/settings/submit-button/configs/inits.js +1 -1
  434. package/dist/cjs/form/settings/submit-button/configs/settings.js +2 -2
  435. package/dist/cjs/form/settings/submit-button/configs/translate.js +1 -1
  436. package/dist/cjs/form/settings/submit-button/configs/ui-v2.js +1 -1
  437. package/dist/cjs/form/settings/text-field/TextField.js +3 -3
  438. package/dist/cjs/form/settings/text-field/configs/settings.js +1 -1
  439. package/dist/cjs/form/settings/text-field/configs/translate.js +1 -1
  440. package/dist/cjs/form/settings/text-field/configs/ui-v2.js +1 -1
  441. package/dist/cjs/form/settings/text-input/TextInput.js +3 -3
  442. package/dist/cjs/form/settings/text-input/configs/settings.js +1 -1
  443. package/dist/cjs/form/settings/text-input/configs/translate.js +1 -1
  444. package/dist/cjs/form/settings/text-input/configs/ui-v2.js +1 -1
  445. package/dist/cjs/grid/components/ChildrenDroppable.js +4 -4
  446. package/dist/cjs/grid/components/col/Col.js +1 -1
  447. package/dist/cjs/grid/components/col/Col.liquid.js +6 -6
  448. package/dist/cjs/grid/components/col/common/attrs.js +1 -1
  449. package/dist/cjs/grid/components/col/common/classes.js +1 -1
  450. package/dist/cjs/grid/components/col/common/styles.js +1 -1
  451. package/dist/cjs/grid/components/root/Root.js +1 -1
  452. package/dist/cjs/grid/components/root/Root.liquid.js +1 -1
  453. package/dist/cjs/grid/components/row/Row.js +1 -1
  454. package/dist/cjs/grid/components/row/Row.liquid.js +20 -20
  455. package/dist/cjs/grid/components/row/common/attrs.js +1 -1
  456. package/dist/cjs/grid/components/row/common/classes.js +1 -1
  457. package/dist/cjs/grid/components/row/common/helpers.js +1 -1
  458. package/dist/cjs/grid/components/row/common/styles.js +1 -1
  459. package/dist/cjs/grid/components/section/Section.js +1 -1
  460. package/dist/cjs/grid/components/section/Section.liquid.js +1 -1
  461. package/dist/cjs/grid/hooks/useRowSetting.js +1 -1
  462. package/dist/cjs/grid/index.js +1 -1
  463. package/dist/cjs/grid/next.js +1 -1
  464. package/dist/cjs/grid/settings/Col.js +1 -1
  465. package/dist/cjs/grid/settings/Root.js +1 -1
  466. package/dist/cjs/grid/settings/Row.js +2 -2
  467. package/dist/cjs/grid/settings/Section.js +1 -1
  468. package/dist/cjs/grid/settings/configs/row/presets.js +2 -2
  469. package/dist/cjs/grid/settings/configs/row/settings.js +1 -1
  470. package/dist/cjs/grid/settings/configs/row/translate.js +1 -1
  471. package/dist/cjs/grid/settings/configs/row/ui-v2.js +1 -1
  472. package/dist/cjs/grid/settings/configs/section/settings.js +1 -1
  473. package/dist/cjs/grid/settings/configs/section/ui-v2.js +1 -1
  474. package/dist/cjs/header/components/Header.js +1 -1
  475. package/dist/cjs/header/components/SalePageHeaderWarning.js +1 -1
  476. package/dist/cjs/header/components/icons/ChevronLeft.js +1 -1
  477. package/dist/cjs/header/components/icons/Dismiss.js +1 -1
  478. package/dist/cjs/header/components/icons/MenuIcon.js +1 -1
  479. package/dist/cjs/header/components/kind/basic/DesktopMenu.js +1 -1
  480. package/dist/cjs/header/components/kind/basic/DesktopMenuItem.js +1 -1
  481. package/dist/cjs/header/components/kind/basic/MenuMobileItem.js +1 -1
  482. package/dist/cjs/header/components/kind/basic/MobileMenu.js +1 -1
  483. package/dist/cjs/header/components/kind/basic/index.js +1 -1
  484. package/dist/cjs/header/components/kind/modern/index.js +1 -1
  485. package/dist/cjs/header/hooks/useBodyOverlay.js +1 -1
  486. package/dist/cjs/header/index.js +1 -1
  487. package/dist/cjs/header/next.js +1 -1
  488. package/dist/cjs/header/settings/Header.js +2 -2
  489. package/dist/cjs/header/settings/configs/presets.js +2 -2
  490. package/dist/cjs/header/settings/configs/settings.js +2 -2
  491. package/dist/cjs/header/settings/configs/ui-v2.js +1 -1
  492. package/dist/cjs/heading/components/Heading.js +1 -1
  493. package/dist/cjs/heading/components/Heading.liquid.js +1 -1
  494. package/dist/cjs/heading/index.js +1 -1
  495. package/dist/cjs/heading/next.js +1 -1
  496. package/dist/cjs/heading/settings/Heading.js +2 -2
  497. package/dist/cjs/heading/settings/configs/presets.js +2 -2
  498. package/dist/cjs/heading/settings/configs/settings.js +1 -1
  499. package/dist/cjs/heading/settings/configs/translate.js +1 -1
  500. package/dist/cjs/heading/settings/configs/ui-v2.js +1 -1
  501. package/dist/cjs/helpers.js +1 -1
  502. package/dist/cjs/hero-banner/common/animation-manager.js +1 -1
  503. package/dist/cjs/hero-banner/common/attrs.js +1 -1
  504. package/dist/cjs/hero-banner/common/classes.js +1 -1
  505. package/dist/cjs/hero-banner/common/const.js +1 -1
  506. package/dist/cjs/hero-banner/common/helpers.js +1 -1
  507. package/dist/cjs/hero-banner/common/styles.js +1 -1
  508. package/dist/cjs/hero-banner/components/HeroBanner.js +1 -1
  509. package/dist/cjs/hero-banner/components/HeroBanner.liquid.js +13 -13
  510. package/dist/cjs/hero-banner/components/HeroBannerItem.js +1 -1
  511. package/dist/cjs/hero-banner/components/HeroBannerItem.liquid.js +11 -11
  512. package/dist/cjs/hero-banner/hooks/useHeroBanner.js +1 -1
  513. package/dist/cjs/hero-banner/hooks/useHeroBannerItem.js +1 -1
  514. package/dist/cjs/hero-banner/hooks/useIntersectionObserver.js +1 -1
  515. package/dist/cjs/hero-banner/hooks/useTranslateValue.js +1 -1
  516. package/dist/cjs/hero-banner/hooks/useWindowSize.js +1 -1
  517. package/dist/cjs/hero-banner/index.js +1 -1
  518. package/dist/cjs/hero-banner/next.js +1 -1
  519. package/dist/cjs/hero-banner/settings/HeroBanner.js +2 -2
  520. package/dist/cjs/hero-banner/settings/configs/presets/banner-1-col-pre-sales-page.js +2 -2
  521. package/dist/cjs/hero-banner/settings/configs/presets/banner-1-col.js +2 -2
  522. package/dist/cjs/hero-banner/settings/configs/presets/banner-content-left-pre-sales-page.js +2 -2
  523. package/dist/cjs/hero-banner/settings/configs/presets/banner-content-left.js +2 -2
  524. package/dist/cjs/hero-banner/settings/configs/presets/banner-content-right-pre-sales-page.js +2 -2
  525. package/dist/cjs/hero-banner/settings/configs/presets/banner-content-right.js +2 -2
  526. package/dist/cjs/hero-banner/settings/configs/presets/banner-parallax-pre-sales-page.js +2 -2
  527. package/dist/cjs/hero-banner/settings/configs/presets/banner-parallax.js +2 -2
  528. package/dist/cjs/hero-banner/settings/configs/presets/banner-video-pre-sales-page.js +2 -2
  529. package/dist/cjs/hero-banner/settings/configs/presets/banner-video.js +2 -2
  530. package/dist/cjs/hero-banner/settings/configs/settings.js +2 -2
  531. package/dist/cjs/hero-banner/settings/configs/translate.js +1 -1
  532. package/dist/cjs/hero-banner/settings/configs/ui-v2.js +1 -1
  533. package/dist/cjs/hooks/useGetProductId.js +1 -1
  534. package/dist/cjs/icon/common/attrs.js +1 -1
  535. package/dist/cjs/icon/common/classes.js +1 -1
  536. package/dist/cjs/icon/common/helpers.js +1 -1
  537. package/dist/cjs/icon/common/styles.js +1 -1
  538. package/dist/cjs/icon/components/Icon.js +1 -1
  539. package/dist/cjs/icon/components/Icon.liquid.js +8 -8
  540. package/dist/cjs/icon/index.js +1 -1
  541. package/dist/cjs/icon/next.js +1 -1
  542. package/dist/cjs/icon/settings/Icon.js +2 -2
  543. package/dist/cjs/icon/settings/configs/presets.js +2 -2
  544. package/dist/cjs/icon/settings/configs/settings.js +2 -2
  545. package/dist/cjs/icon/settings/configs/ui-v2.js +1 -1
  546. package/dist/cjs/icon-list/common/attrs.js +1 -1
  547. package/dist/cjs/icon-list/common/classes.js +1 -1
  548. package/dist/cjs/icon-list/common/styles.js +1 -1
  549. package/dist/cjs/icon-list/components/IconList.js +1 -1
  550. package/dist/cjs/icon-list/components/IconList.liquid.js +13 -13
  551. package/dist/cjs/icon-list/components/IconListItem.js +1 -1
  552. package/dist/cjs/icon-list/components/IconListItem.liquid.js +6 -6
  553. package/dist/cjs/icon-list/index.js +1 -1
  554. package/dist/cjs/icon-list/next.js +1 -1
  555. package/dist/cjs/icon-list/settings/IconList.js +4 -4
  556. package/dist/cjs/icon-list/settings/IconListItem.js +1 -1
  557. package/dist/cjs/icon-list/settings/configs/items.js +1 -1
  558. package/dist/cjs/icon-list/settings/configs/settings.js +1 -1
  559. package/dist/cjs/icon-list/settings/configs/translate.js +1 -1
  560. package/dist/cjs/icon-list/settings/configs/ui-v2.js +1 -1
  561. package/dist/cjs/icon-list-hoz/common/attrs.js +1 -1
  562. package/dist/cjs/icon-list-hoz/common/classes.js +1 -1
  563. package/dist/cjs/icon-list-hoz/common/styles.js +1 -1
  564. package/dist/cjs/icon-list-hoz/components/IconListHoz.js +1 -1
  565. package/dist/cjs/icon-list-hoz/components/IconListHoz.liquid.js +8 -8
  566. package/dist/cjs/icon-list-hoz/components/IconListHozItem.js +1 -1
  567. package/dist/cjs/icon-list-hoz/components/IconListIHozItem.liquid.js +4 -4
  568. package/dist/cjs/icon-list-hoz/index.js +1 -1
  569. package/dist/cjs/icon-list-hoz/next.js +1 -1
  570. package/dist/cjs/icon-list-hoz/settings/IconListHoz.js +2 -2
  571. package/dist/cjs/icon-list-hoz/settings/IconListItem.js +1 -1
  572. package/dist/cjs/icon-list-hoz/settings/ItemTemplate.js +1 -1
  573. package/dist/cjs/icon-list-hoz/settings/configs/presets.js +3 -3
  574. package/dist/cjs/icon-list-hoz/settings/configs/settings.js +1 -1
  575. package/dist/cjs/icon-list-hoz/settings/configs/uiV2.js +1 -1
  576. package/dist/cjs/icon-list-v2/common/classes.js +1 -1
  577. package/dist/cjs/icon-list-v2/common/helpers.js +1 -1
  578. package/dist/cjs/icon-list-v2/common/styles.js +1 -1
  579. package/dist/cjs/icon-list-v2/components/IconList.js +1 -1
  580. package/dist/cjs/icon-list-v2/components/IconList.liquid.js +22 -22
  581. package/dist/cjs/icon-list-v2/hooks/useIconLineHeight.js +1 -1
  582. package/dist/cjs/icon-list-v2/index.js +1 -1
  583. package/dist/cjs/icon-list-v2/next.js +1 -1
  584. package/dist/cjs/icon-list-v2/settings/IconList.js +3 -3
  585. package/dist/cjs/icon-list-v2/settings/configs/items.js +1 -1
  586. package/dist/cjs/icon-list-v2/settings/configs/settings.js +1 -1
  587. package/dist/cjs/icon-list-v2/settings/configs/translate.js +1 -1
  588. package/dist/cjs/icon-list-v2/settings/configs/ui-v2.js +1 -1
  589. package/dist/cjs/image/common/attrs.js +1 -1
  590. package/dist/cjs/image/common/classes.js +1 -1
  591. package/dist/cjs/image/common/helpers.js +2 -2
  592. package/dist/cjs/image/common/styles.js +1 -1
  593. package/dist/cjs/image/components/AdaptiveImage.js +1 -1
  594. package/dist/cjs/image/components/AdaptiveImage.liquid.js +13 -13
  595. package/dist/cjs/image/components/Image.js +1 -1
  596. package/dist/cjs/image/components/Image.liquid.js +11 -11
  597. package/dist/cjs/image/components/Modal3d.liquid.js +5 -5
  598. package/dist/cjs/image/components/NextImage.js +1 -1
  599. package/dist/cjs/image/components/NextImage.liquid.js +6 -6
  600. package/dist/cjs/image/components/Video.liquid.js +5 -5
  601. package/dist/cjs/image/constants.js +1 -1
  602. package/dist/cjs/image/index.js +1 -1
  603. package/dist/cjs/image/next.js +1 -1
  604. package/dist/cjs/image/settings/Image.js +2 -2
  605. package/dist/cjs/image/settings/configs/presets.js +2 -2
  606. package/dist/cjs/image/settings/configs/settings.js +1 -1
  607. package/dist/cjs/image/settings/configs/translate.js +1 -1
  608. package/dist/cjs/image/settings/configs/ui-v2.js +1 -1
  609. package/dist/cjs/image-comparison/common/attrs.js +1 -1
  610. package/dist/cjs/image-comparison/common/classes.js +1 -1
  611. package/dist/cjs/image-comparison/common/helpers.js +1 -1
  612. package/dist/cjs/image-comparison/common/styles.js +11 -11
  613. package/dist/cjs/image-comparison/components/CompareImage.js +1 -1
  614. package/dist/cjs/image-comparison/components/CompareImage.liquid.js +18 -18
  615. package/dist/cjs/image-comparison/components/ImageComparison.js +1 -1
  616. package/dist/cjs/image-comparison/components/ImageComparison.liquid.js +4 -4
  617. package/dist/cjs/image-comparison/components/Label.js +1 -1
  618. package/dist/cjs/image-comparison/components/Label.liquid.js +8 -8
  619. package/dist/cjs/image-comparison/components/SlideHandle.js +1 -1
  620. package/dist/cjs/image-comparison/components/SlideHandle.liquid.js +8 -8
  621. package/dist/cjs/image-comparison/hooks/useCompareImage.js +1 -1
  622. package/dist/cjs/image-comparison/index.js +1 -1
  623. package/dist/cjs/image-comparison/next.js +1 -1
  624. package/dist/cjs/image-comparison/settings/ImageComparison.js +3 -3
  625. package/dist/cjs/image-comparison/settings/configs/settings.js +1 -1
  626. package/dist/cjs/image-comparison/settings/configs/translate.js +1 -1
  627. package/dist/cjs/image-comparison/settings/configs/ui-v2.js +1 -1
  628. package/dist/cjs/image-detection/components/ImageDetection.js +1 -1
  629. package/dist/cjs/image-detection/index.js +1 -1
  630. package/dist/cjs/image-detection/next.js +1 -1
  631. package/dist/cjs/image-detection/settings/ImageDetection.js +2 -2
  632. package/dist/cjs/image-detection/settings/configs/settings.js +1 -1
  633. package/dist/cjs/index.js +1 -1
  634. package/dist/cjs/index.liquid.js +1 -1
  635. package/dist/cjs/input/components/Input.js +1 -1
  636. package/dist/cjs/input/index.js +1 -1
  637. package/dist/cjs/input/next.js +1 -1
  638. package/dist/cjs/input/settings/Input.js +2 -2
  639. package/dist/cjs/input/settings/configs/settings.js +1 -1
  640. package/dist/cjs/line/common/classes.js +1 -1
  641. package/dist/cjs/line/common/helpers.js +1 -1
  642. package/dist/cjs/line/common/styles.js +1 -1
  643. package/dist/cjs/line/components/Divider.js +1 -1
  644. package/dist/cjs/line/components/Divider.liquid.js +1 -1
  645. package/dist/cjs/line/components/Line.js +1 -1
  646. package/dist/cjs/line/components/Line.liquid.js +14 -14
  647. package/dist/cjs/line/index.js +1 -1
  648. package/dist/cjs/line/next.js +1 -1
  649. package/dist/cjs/line/settings/Line.js +2 -2
  650. package/dist/cjs/line/settings/configs/presets.js +2 -2
  651. package/dist/cjs/line/settings/configs/settings.js +1 -1
  652. package/dist/cjs/line/settings/configs/ui-v2.js +1 -1
  653. package/dist/cjs/link/common/helpers.js +1 -1
  654. package/dist/cjs/link/components/CustomLink.js +1 -1
  655. package/dist/cjs/link/components/Link.js +1 -1
  656. package/dist/cjs/link/components/ProductLink.js +1 -1
  657. package/dist/cjs/link/components/next-link/CustomLink.js +1 -1
  658. package/dist/cjs/link/components/next-link/ProductLink.js +1 -1
  659. package/dist/cjs/link/components/next-link/index.js +1 -1
  660. package/dist/cjs/link/index.js +1 -1
  661. package/dist/cjs/link/next.js +1 -1
  662. package/dist/cjs/link/settings/Link.js +1 -1
  663. package/dist/cjs/link/settings/configs/settings.js +1 -1
  664. package/dist/cjs/marquee/common/classes.js +1 -1
  665. package/dist/cjs/marquee/common/helpers.js +1 -1
  666. package/dist/cjs/marquee/common/styles.js +1 -1
  667. package/dist/cjs/marquee/components/Marquee.js +1 -1
  668. package/dist/cjs/marquee/components/Marquee.liquid.js +19 -19
  669. package/dist/cjs/marquee/components/MarqueeBase.js +1 -1
  670. package/dist/cjs/marquee/components/MarqueeBase.liquid.js +8 -8
  671. package/dist/cjs/marquee/components/MarqueeItem.js +1 -1
  672. package/dist/cjs/marquee/components/MarqueeItem.liquid.js +6 -6
  673. package/dist/cjs/marquee/hooks/useMarquee.js +1 -1
  674. package/dist/cjs/marquee/hooks/useMarqueeBase.js +1 -1
  675. package/dist/cjs/marquee/hooks/useMarqueeItem.js +1 -1
  676. package/dist/cjs/marquee/hooks/useMarqueeScrollToItem.js +1 -1
  677. package/dist/cjs/marquee/hooks/useMarqueeStyles.js +1 -1
  678. package/dist/cjs/marquee/hooks/useTransition.js +1 -1
  679. package/dist/cjs/marquee/index.js +1 -1
  680. package/dist/cjs/marquee/next.js +1 -1
  681. package/dist/cjs/marquee/settings/Marquee.js +2 -2
  682. package/dist/cjs/marquee/settings/MarqueeItem.js +1 -1
  683. package/dist/cjs/marquee/settings/configs/child-image-template.js +1 -1
  684. package/dist/cjs/marquee/settings/configs/child-template.js +1 -1
  685. package/dist/cjs/marquee/settings/configs/child-text-template.js +1 -1
  686. package/dist/cjs/marquee/settings/configs/presets.js +3 -3
  687. package/dist/cjs/marquee/settings/configs/settings-v2.js +2 -2
  688. package/dist/cjs/marquee/settings/configs/ui-v2.js +1 -1
  689. package/dist/cjs/menu/components/DropdownMenu.js +1 -1
  690. package/dist/cjs/menu/components/MegaMenu.js +1 -1
  691. package/dist/cjs/menu/components/Menu.js +1 -1
  692. package/dist/cjs/menu/components/NavigationMenu.js +1 -1
  693. package/dist/cjs/menu/components/SubMegaMenu.js +1 -1
  694. package/dist/cjs/menu/components/SubNavigationMenu.js +1 -1
  695. package/dist/cjs/menu/index.js +1 -1
  696. package/dist/cjs/menu/next.js +1 -1
  697. package/dist/cjs/menu/settings/Menu.js +1 -1
  698. package/dist/cjs/menu/settings/configs/settings.js +1 -1
  699. package/dist/cjs/modal/common/helpers.js +1 -1
  700. package/dist/cjs/modal/components/Modal.js +1 -1
  701. package/dist/cjs/modal/components/ZoomButton.js +2 -0
  702. package/dist/cjs/modal/components/confirm.js +1 -1
  703. package/dist/cjs/modal/hooks/useModalContainer.js +1 -1
  704. package/dist/cjs/modal/index.js +1 -1
  705. package/dist/cjs/modal/next.js +1 -1
  706. package/dist/cjs/modal/settings/Modal.js +1 -1
  707. package/dist/cjs/modal/settings/configs/settings.js +1 -1
  708. package/dist/cjs/next.js +1 -1
  709. package/dist/cjs/notification/components/Notice.js +1 -1
  710. package/dist/cjs/notification/components/Notifications.js +1 -1
  711. package/dist/cjs/notification/components/icons/CloseIcon.js +1 -1
  712. package/dist/cjs/notification/hooks/useNotification.js +1 -1
  713. package/dist/cjs/pagination/components/Pagination.js +1 -1
  714. package/dist/cjs/pagination/index.js +1 -1
  715. package/dist/cjs/pagination/next.js +1 -1
  716. package/dist/cjs/pagination/settings/Pagination.js +1 -1
  717. package/dist/cjs/pagination/settings/configs/settings.js +1 -1
  718. package/dist/cjs/post-purchase/advanced-list/common/attrs.js +1 -1
  719. package/dist/cjs/post-purchase/advanced-list/common/classes.js +1 -1
  720. package/dist/cjs/post-purchase/advanced-list/common/styles.js +1 -1
  721. package/dist/cjs/post-purchase/advanced-list/components/AdvancedListPostPurchase.js +1 -1
  722. package/dist/cjs/post-purchase/advanced-list/components/PostPurchaseAdvancedListItem.js +1 -1
  723. package/dist/cjs/post-purchase/advanced-list/index.js +1 -1
  724. package/dist/cjs/post-purchase/advanced-list/next.js +1 -1
  725. package/dist/cjs/post-purchase/advanced-list/settings/AdvancedListPostPurchase.js +2 -2
  726. package/dist/cjs/post-purchase/advanced-list/settings/PostPurchaseAdvancedListItem.js +1 -1
  727. package/dist/cjs/post-purchase/advanced-list/settings/configs/presets.js +2 -2
  728. package/dist/cjs/post-purchase/advanced-list/settings/configs/settings.js +1 -1
  729. package/dist/cjs/post-purchase/advanced-list/settings/configs/templates.js +1 -1
  730. package/dist/cjs/post-purchase/advanced-list/settings/configs/ui-v2.js +1 -1
  731. package/dist/cjs/post-purchase/advanced-list/types.js +1 -1
  732. package/dist/cjs/post-purchase/button/common/classes.js +1 -1
  733. package/dist/cjs/post-purchase/button/common/styles.js +1 -1
  734. package/dist/cjs/post-purchase/button/components/Button.js +1 -1
  735. package/dist/cjs/post-purchase/button/index.js +1 -1
  736. package/dist/cjs/post-purchase/button/next.js +1 -1
  737. package/dist/cjs/post-purchase/button/settings/Button.js +2 -2
  738. package/dist/cjs/post-purchase/button/settings/configs/presets.js +2 -2
  739. package/dist/cjs/post-purchase/button/settings/configs/settings.js +1 -1
  740. package/dist/cjs/post-purchase/button/settings/configs/ui-v2.js +1 -1
  741. package/dist/cjs/post-purchase/buyer-consent/common/classes.js +1 -1
  742. package/dist/cjs/post-purchase/buyer-consent/common/constants.js +1 -1
  743. package/dist/cjs/post-purchase/buyer-consent/common/helpers.js +1 -1
  744. package/dist/cjs/post-purchase/buyer-consent/common/styles.js +1 -1
  745. package/dist/cjs/post-purchase/buyer-consent/components/BuyerConsent.js +1 -1
  746. package/dist/cjs/post-purchase/buyer-consent/components/PostPurchaseCheckbox.js +1 -1
  747. package/dist/cjs/post-purchase/buyer-consent/hooks/useBuyerConsentChecked.js +1 -1
  748. package/dist/cjs/post-purchase/buyer-consent/index.js +1 -1
  749. package/dist/cjs/post-purchase/buyer-consent/next.js +1 -1
  750. package/dist/cjs/post-purchase/buyer-consent/settings/BuyerConsent.js +2 -2
  751. package/dist/cjs/post-purchase/buyer-consent/settings/configs/presets.js +2 -2
  752. package/dist/cjs/post-purchase/buyer-consent/settings/configs/settings.js +1 -1
  753. package/dist/cjs/post-purchase/buyer-consent/settings/configs/ui-v2.js +1 -1
  754. package/dist/cjs/post-purchase/callout-banner/common/classes.js +1 -1
  755. package/dist/cjs/post-purchase/callout-banner/common/styles.js +1 -1
  756. package/dist/cjs/post-purchase/callout-banner/components/CalloutBox.js +1 -1
  757. package/dist/cjs/post-purchase/callout-banner/components/CalloutText.js +1 -1
  758. package/dist/cjs/post-purchase/callout-banner/index.js +1 -1
  759. package/dist/cjs/post-purchase/callout-banner/next.js +1 -1
  760. package/dist/cjs/post-purchase/callout-banner/settings/CalloutBox.js +1 -1
  761. package/dist/cjs/post-purchase/callout-banner/settings/CalloutText.js +1 -1
  762. package/dist/cjs/post-purchase/callout-banner/settings/config/callout-box/preset.js +2 -2
  763. package/dist/cjs/post-purchase/callout-banner/settings/config/callout-box/setting.js +2 -2
  764. package/dist/cjs/post-purchase/callout-banner/settings/config/callout-box/ui-v2.js +1 -1
  765. package/dist/cjs/post-purchase/callout-banner/settings/config/callout-text/preset.js +2 -2
  766. package/dist/cjs/post-purchase/callout-banner/settings/config/callout-text/setting.js +1 -1
  767. package/dist/cjs/post-purchase/callout-banner/settings/config/callout-text/ui-v1.js +1 -1
  768. package/dist/cjs/post-purchase/callout-banner/settings/config/callout-text/ui-v2.js +1 -1
  769. package/dist/cjs/post-purchase/common/constants.js +1 -1
  770. package/dist/cjs/post-purchase/common/helper.js +1 -1
  771. package/dist/cjs/post-purchase/countdown-timer/common/classes.js +1 -1
  772. package/dist/cjs/post-purchase/countdown-timer/common/styles.js +1 -1
  773. package/dist/cjs/post-purchase/countdown-timer/components/PostPurchaseCountdownTimer.js +1 -1
  774. package/dist/cjs/post-purchase/countdown-timer/components/TextCountdown.js +1 -1
  775. package/dist/cjs/post-purchase/countdown-timer/hooks/useCountdownTimer.js +1 -1
  776. package/dist/cjs/post-purchase/countdown-timer/hooks/useGetTimeExpired.js +1 -1
  777. package/dist/cjs/post-purchase/countdown-timer/index.js +1 -1
  778. package/dist/cjs/post-purchase/countdown-timer/next.js +1 -1
  779. package/dist/cjs/post-purchase/countdown-timer/settings/CountdownTimer.js +2 -2
  780. package/dist/cjs/post-purchase/countdown-timer/settings/config/preset.js +2 -2
  781. package/dist/cjs/post-purchase/countdown-timer/settings/config/setting.js +1 -1
  782. package/dist/cjs/post-purchase/countdown-timer/settings/config/ui-v2.js +1 -1
  783. package/dist/cjs/post-purchase/image/common/classes.js +1 -1
  784. package/dist/cjs/post-purchase/image/common/helpers.js +1 -1
  785. package/dist/cjs/post-purchase/image/common/styles.js +1 -1
  786. package/dist/cjs/post-purchase/image/components/AdaptiveImage.js +1 -1
  787. package/dist/cjs/post-purchase/image/components/Image.js +1 -1
  788. package/dist/cjs/post-purchase/image/components/Img.js +1 -1
  789. package/dist/cjs/post-purchase/image/index.js +1 -1
  790. package/dist/cjs/post-purchase/image/next.js +1 -1
  791. package/dist/cjs/post-purchase/image/settings/Image.js +3 -3
  792. package/dist/cjs/post-purchase/image/settings/configs/setting-v2.js +1 -1
  793. package/dist/cjs/post-purchase/image/settings/configs/ui-v2.js +1 -1
  794. package/dist/cjs/post-purchase/line/common/classes.js +1 -1
  795. package/dist/cjs/post-purchase/line/common/styles.js +1 -1
  796. package/dist/cjs/post-purchase/line/components/PostPurchaseLine.js +1 -1
  797. package/dist/cjs/post-purchase/line/index.js +1 -1
  798. package/dist/cjs/post-purchase/line/next.js +1 -1
  799. package/dist/cjs/post-purchase/line/settings/PostPurchaseLine.js +2 -2
  800. package/dist/cjs/post-purchase/line/settings/configs/presets.js +2 -2
  801. package/dist/cjs/post-purchase/line/settings/configs/settings.js +1 -1
  802. package/dist/cjs/post-purchase/line/settings/configs/ui-v2.js +1 -1
  803. package/dist/cjs/post-purchase/link/common/classes.js +1 -1
  804. package/dist/cjs/post-purchase/link/common/helpers.js +1 -1
  805. package/dist/cjs/post-purchase/link/common/styles.js +1 -1
  806. package/dist/cjs/post-purchase/link/components/PostPurchaseLink.js +1 -1
  807. package/dist/cjs/post-purchase/link/index.js +1 -1
  808. package/dist/cjs/post-purchase/link/next.js +1 -1
  809. package/dist/cjs/post-purchase/link/settings/PostPurchaseLink.js +2 -2
  810. package/dist/cjs/post-purchase/link/settings/configs/presets.js +2 -2
  811. package/dist/cjs/post-purchase/link/settings/configs/settings.js +1 -1
  812. package/dist/cjs/post-purchase/link/settings/configs/ui-v2.js +1 -1
  813. package/dist/cjs/post-purchase/product/common/attrs.js +1 -1
  814. package/dist/cjs/post-purchase/product/common/classes.js +1 -1
  815. package/dist/cjs/post-purchase/product/common/helpers.js +1 -1
  816. package/dist/cjs/post-purchase/product/common/styles.js +1 -1
  817. package/dist/cjs/post-purchase/product/components/AcceptButton.js +1 -1
  818. package/dist/cjs/post-purchase/product/components/ProductDescription.js +1 -1
  819. package/dist/cjs/post-purchase/product/components/ProductDiscountTag.js +1 -1
  820. package/dist/cjs/post-purchase/product/components/ProductPrice.js +1 -1
  821. package/dist/cjs/post-purchase/product/components/ProductPriceBreakdown.js +1 -1
  822. package/dist/cjs/post-purchase/product/components/ProductQuantity.js +1 -1
  823. package/dist/cjs/post-purchase/product/components/ProductTitle.js +1 -1
  824. package/dist/cjs/post-purchase/product/components/price-breakdown/MoneyLine.js +1 -1
  825. package/dist/cjs/post-purchase/product/components/product-image/FeatureImage.js +1 -1
  826. package/dist/cjs/post-purchase/product/components/product-image/ImageListCarousel.js +1 -1
  827. package/dist/cjs/post-purchase/product/components/product-image/ImageListGrid.js +1 -1
  828. package/dist/cjs/post-purchase/product/components/product-image/ItemCarouselPostPurchase.js +1 -1
  829. package/dist/cjs/post-purchase/product/components/product-image/ItemGridPostPurchase.js +1 -1
  830. package/dist/cjs/post-purchase/product/components/product-image/carousel-post-purchase/Arrow.js +1 -1
  831. package/dist/cjs/post-purchase/product/components/product-image/carousel-post-purchase/CarouselPostPurchase.js +1 -1
  832. package/dist/cjs/post-purchase/product/components/product-image/carousel-post-purchase/CarouselPostPurchaseContext.js +1 -1
  833. package/dist/cjs/post-purchase/product/components/product-image/carousel-post-purchase/CarouselWrapperPostPurchase.js +1 -1
  834. package/dist/cjs/post-purchase/product/components/product-image/index.js +1 -1
  835. package/dist/cjs/post-purchase/product/components/product-image/layouts/FeatureImageWithGalleryImage.js +1 -1
  836. package/dist/cjs/post-purchase/product/components/product-image/layouts/OnlyGalleryImage.js +1 -1
  837. package/dist/cjs/post-purchase/product/components/product-offer/common/attrs.js +1 -1
  838. package/dist/cjs/post-purchase/product/components/product-offer/common/classes.js +1 -1
  839. package/dist/cjs/post-purchase/product/components/product-offer/common/styles.js +1 -1
  840. package/dist/cjs/post-purchase/product/components/product-offer/components/ProductOffer.js +1 -1
  841. package/dist/cjs/post-purchase/product/components/product-offer/components/ProductOfferItem.js +1 -1
  842. package/dist/cjs/post-purchase/product/components/product-offer/hooks/useProductOfferData.js +1 -1
  843. package/dist/cjs/post-purchase/product/components/product-subscription/ProductSubscription.js +1 -1
  844. package/dist/cjs/post-purchase/product/components/product-subscription/common/attrs.js +1 -1
  845. package/dist/cjs/post-purchase/product/components/product-subscription/common/classes.js +1 -1
  846. package/dist/cjs/post-purchase/product/components/product-subscription/common/extractSellingPlanSettings.js +1 -1
  847. package/dist/cjs/post-purchase/product/components/product-subscription/common/styles.js +1 -1
  848. package/dist/cjs/post-purchase/product/components/product-subscription/components/OneTimePurchaseTooltip.js +1 -1
  849. package/dist/cjs/post-purchase/product/components/product-subscription/components/ProductSubscriptionContent.js +1 -1
  850. package/dist/cjs/post-purchase/product/components/product-subscription/components/ProductSubscriptionOptions.js +1 -1
  851. package/dist/cjs/post-purchase/product/components/product-subscription/components/SellingPlanDropdown.js +1 -1
  852. package/dist/cjs/post-purchase/product/components/product-subscription/components/SellingPlanLabel.js +1 -1
  853. package/dist/cjs/post-purchase/product/components/product-subscription/components/SellingPlanRadio.js +1 -1
  854. package/dist/cjs/post-purchase/product/components/product-subscription/components/SubscriptionDetail.js +1 -1
  855. package/dist/cjs/post-purchase/product/components/product-subscription/components/SubscriptionRadio.js +1 -1
  856. package/dist/cjs/post-purchase/product/components/product-subscription/helpers/calculateBestSellingPlan.js +1 -1
  857. package/dist/cjs/post-purchase/product/components/product-subscription/helpers/findDefaultValue.js +1 -1
  858. package/dist/cjs/post-purchase/product/components/product-subscription/helpers/findMatchedGroup.js +1 -1
  859. package/dist/cjs/post-purchase/product/components/product-subscription/helpers/findVariantByOptions.js +1 -1
  860. package/dist/cjs/post-purchase/product/components/product-subscription/helpers/handleContainerKeyDown.js +1 -1
  861. package/dist/cjs/post-purchase/product/components/product-subscription/hooks/useCheckProductsSubscriptionExistence.js +1 -1
  862. package/dist/cjs/post-purchase/product/components/product-subscription/hooks/useProductSubscriptionContentData.js +1 -1
  863. package/dist/cjs/post-purchase/product/components/product-subscription/hooks/useSellingPlanChange.js +1 -1
  864. package/dist/cjs/post-purchase/product/components/product-subscription/hooks/useSellingPlanOptions.js +1 -1
  865. package/dist/cjs/post-purchase/product/components/product-subscription/hooks/useSellingSubscription.js +1 -1
  866. package/dist/cjs/post-purchase/product/components/product-subscription/hooks/useSubscriptionVisibility.js +1 -1
  867. package/dist/cjs/post-purchase/product/components/product-variant/common/classes.js +1 -1
  868. package/dist/cjs/post-purchase/product/components/product-variant/common/helpers.js +1 -1
  869. package/dist/cjs/post-purchase/product/components/product-variant/common/styles.js +1 -1
  870. package/dist/cjs/post-purchase/product/components/product-variant/components/ProductOption.js +1 -1
  871. package/dist/cjs/post-purchase/product/components/product-variant/components/ProductVariant.js +1 -1
  872. package/dist/cjs/post-purchase/product/components/product-variant/components/variants/Dropdown.js +1 -1
  873. package/dist/cjs/post-purchase/product/components/product-variant/components/variants/DropdownOption.js +1 -1
  874. package/dist/cjs/post-purchase/product/components/product-variant/components/variants/RectangleList.js +1 -1
  875. package/dist/cjs/post-purchase/product/components/product-variant/components/variants/VariantGroup.js +1 -1
  876. package/dist/cjs/post-purchase/product/components/product-variant/components/variants/VariantItem.js +1 -1
  877. package/dist/cjs/post-purchase/product/components/product-variant/components/variants/VariantOption.js +1 -1
  878. package/dist/cjs/post-purchase/product/components/product-variant/hooks/useTransition.js +1 -1
  879. package/dist/cjs/post-purchase/product/constants/ProductOfferPlaceholder.js +1 -1
  880. package/dist/cjs/post-purchase/product/constants/index.js +1 -1
  881. package/dist/cjs/post-purchase/product/helpers/index.js +1 -1
  882. package/dist/cjs/post-purchase/product/helpers/product-price-breakdown/getClasses.js +1 -1
  883. package/dist/cjs/post-purchase/product/helpers/product-price-breakdown/getPrice.js +1 -1
  884. package/dist/cjs/post-purchase/product/helpers/product-price-breakdown/getStyles.js +1 -1
  885. package/dist/cjs/post-purchase/product/helpers/product-quantity/getClasses.js +1 -1
  886. package/dist/cjs/post-purchase/product/helpers/product-quantity/getStyles.js +1 -1
  887. package/dist/cjs/post-purchase/product/hooks/useCarousel.js +1 -1
  888. package/dist/cjs/post-purchase/product/hooks/useDynamicProduct.js +1 -1
  889. package/dist/cjs/post-purchase/product/hooks/useFeatureImagePostPurchase.js +1 -1
  890. package/dist/cjs/post-purchase/product/hooks/useGetItemGapPriceBreakdown.js +1 -1
  891. package/dist/cjs/post-purchase/product/hooks/useGetMoneyLines.js +1 -1
  892. package/dist/cjs/post-purchase/product/hooks/useGetTextSetting.js +1 -1
  893. package/dist/cjs/post-purchase/product/hooks/useHandleQuantity.js +1 -1
  894. package/dist/cjs/post-purchase/product/hooks/useListCarousel.js +1 -1
  895. package/dist/cjs/post-purchase/product/hooks/useNavigationCarouselPostPurchase.js +1 -1
  896. package/dist/cjs/post-purchase/product/hooks/useProductImagePostPurchase.js +1 -1
  897. package/dist/cjs/post-purchase/product/hooks/useProductPriceBreakdown.js +1 -1
  898. package/dist/cjs/post-purchase/product/hooks/useRecurringSubtotal.js +1 -1
  899. package/dist/cjs/post-purchase/product/hooks/useSetCollapsePrice.js +1 -1
  900. package/dist/cjs/post-purchase/product/hooks/useSlideCarousel.js +1 -1
  901. package/dist/cjs/post-purchase/product/hooks/useSubscriptionConsentCheck.js +1 -1
  902. package/dist/cjs/post-purchase/product/hooks/useSubscriptionSellingType.js +1 -1
  903. package/dist/cjs/post-purchase/product/index.js +1 -1
  904. package/dist/cjs/post-purchase/product/next.js +1 -1
  905. package/dist/cjs/post-purchase/product/settings/accept-button/configs/presets.js +2 -2
  906. package/dist/cjs/post-purchase/product/settings/accept-button/configs/settings.js +1 -1
  907. package/dist/cjs/post-purchase/product/settings/accept-button/configs/ui-v2.js +1 -1
  908. package/dist/cjs/post-purchase/product/settings/accept-button/index.js +2 -2
  909. package/dist/cjs/post-purchase/product/settings/presets-config/product-presets/product-1-col.js +2 -2
  910. package/dist/cjs/post-purchase/product/settings/presets-config/product-presets/product-2-col.js +2 -2
  911. package/dist/cjs/post-purchase/product/settings/presets-config/product-presets/product-default.js +2 -2
  912. package/dist/cjs/post-purchase/product/settings/presets-config/product-presets/product-offer-1-col.js +2 -2
  913. package/dist/cjs/post-purchase/product/settings/presets-config/product-presets/product-offer-2-col.js +2 -2
  914. package/dist/cjs/post-purchase/product/settings/presets-config/product-presets/product-offer-default.js +2 -2
  915. package/dist/cjs/post-purchase/product/settings/product-description/ProductDescription.js +3 -3
  916. package/dist/cjs/post-purchase/product/settings/product-description/configs/settings-v2.js +1 -1
  917. package/dist/cjs/post-purchase/product/settings/product-description/configs/ui-v2.js +1 -1
  918. package/dist/cjs/post-purchase/product/settings/product-discount-tag/ProductDiscountTag.js +2 -2
  919. package/dist/cjs/post-purchase/product/settings/product-discount-tag/configs/setting-v2.js +1 -1
  920. package/dist/cjs/post-purchase/product/settings/product-discount-tag/configs/ui-v2.js +1 -1
  921. package/dist/cjs/post-purchase/product/settings/product-image/ProductImages.js +3 -3
  922. package/dist/cjs/post-purchase/product/settings/product-image/configs/settings-v2.js +1 -1
  923. package/dist/cjs/post-purchase/product/settings/product-image/configs/ui-v2.js +1 -1
  924. package/dist/cjs/post-purchase/product/settings/product-offer/configs/settings-v2.js +2 -2
  925. package/dist/cjs/post-purchase/product/settings/product-offer/configs/ui-v2.js +1 -1
  926. package/dist/cjs/post-purchase/product/settings/product-offer/index.js +2 -2
  927. package/dist/cjs/post-purchase/product/settings/product-price/ProductPrice.js +3 -3
  928. package/dist/cjs/post-purchase/product/settings/product-price/configs/settings-v2.js +1 -1
  929. package/dist/cjs/post-purchase/product/settings/product-price/configs/ui-v2.js +1 -1
  930. package/dist/cjs/post-purchase/product/settings/product-price-breakdown/configs/presets.js +2 -2
  931. package/dist/cjs/post-purchase/product/settings/product-price-breakdown/configs/settings.js +1 -1
  932. package/dist/cjs/post-purchase/product/settings/product-price-breakdown/configs/ui-v2.js +1 -1
  933. package/dist/cjs/post-purchase/product/settings/product-price-breakdown/index.js +2 -2
  934. package/dist/cjs/post-purchase/product/settings/product-quantity/configs/presets.js +2 -2
  935. package/dist/cjs/post-purchase/product/settings/product-quantity/configs/settings.js +1 -1
  936. package/dist/cjs/post-purchase/product/settings/product-quantity/configs/ui-v2.js +1 -1
  937. package/dist/cjs/post-purchase/product/settings/product-quantity/index.js +2 -2
  938. package/dist/cjs/post-purchase/product/settings/product-subscription/configs/presets.js +2 -2
  939. package/dist/cjs/post-purchase/product/settings/product-subscription/configs/settings.js +1 -1
  940. package/dist/cjs/post-purchase/product/settings/product-subscription/configs/ui-v2.js +1 -1
  941. package/dist/cjs/post-purchase/product/settings/product-subscription/index.js +2 -2
  942. package/dist/cjs/post-purchase/product/settings/product-title/ProductTitle.js +3 -3
  943. package/dist/cjs/post-purchase/product/settings/product-title/configs/settings-v2.js +1 -1
  944. package/dist/cjs/post-purchase/product/settings/product-title/configs/ui-v2.js +1 -1
  945. package/dist/cjs/post-purchase/product/settings/product-variants/ProductVariant.js +3 -3
  946. package/dist/cjs/post-purchase/product/settings/product-variants/configs/settings-v1.js +2 -2
  947. package/dist/cjs/post-purchase/product/settings/product-variants/configs/settings-v2.js +2 -2
  948. package/dist/cjs/post-purchase/product/settings/product-variants/configs/ui-v2.js +1 -1
  949. package/dist/cjs/post-purchase/text/common/attrs.js +1 -1
  950. package/dist/cjs/post-purchase/text/common/classes.js +1 -1
  951. package/dist/cjs/post-purchase/text/common/helpers.js +1 -1
  952. package/dist/cjs/post-purchase/text/common/styles.js +1 -1
  953. package/dist/cjs/post-purchase/text/components/Text.js +2 -2
  954. package/dist/cjs/post-purchase/text/index.js +1 -1
  955. package/dist/cjs/post-purchase/text/next.js +1 -1
  956. package/dist/cjs/post-purchase/text/settings/heading/Heading.js +1 -1
  957. package/dist/cjs/post-purchase/text/settings/heading/configs/presets-v2.js +2 -2
  958. package/dist/cjs/post-purchase/text/settings/text/Text.js +3 -3
  959. package/dist/cjs/post-purchase/text/settings/text/configs/setting-v2.js +1 -1
  960. package/dist/cjs/post-purchase/text/settings/text/configs/ui-v2.js +1 -1
  961. package/dist/cjs/postPurchaseSetting.js +1 -1
  962. package/dist/cjs/product/components/ProductImages.js +1 -1
  963. package/dist/cjs/product/components/ProductImages.liquid.js +17 -17
  964. package/dist/cjs/product/components/ProductNotFound.js +1 -1
  965. package/dist/cjs/product/components/SalePageProductListWarning.js +1 -1
  966. package/dist/cjs/product/components/dynamic-checkout/Button.liquid.js +9 -9
  967. package/dist/cjs/product/components/dynamic-checkout/DynamicCheckout.js +1 -1
  968. package/dist/cjs/product/components/dynamic-checkout/DynamicCheckout.liquid.js +1 -1
  969. package/dist/cjs/product/components/dynamic-checkout/common/classes.js +1 -1
  970. package/dist/cjs/product/components/dynamic-checkout/common/styles.js +55 -55
  971. package/dist/cjs/product/components/file-upload/UploadFile.js +1 -1
  972. package/dist/cjs/product/components/file-upload/UploadFile.liquid.js +19 -19
  973. package/dist/cjs/product/components/file-upload/common/attr.js +1 -1
  974. package/dist/cjs/product/components/file-upload/common/classes.js +1 -1
  975. package/dist/cjs/product/components/file-upload/common/helpers.js +1 -1
  976. package/dist/cjs/product/components/file-upload/common/style.js +1 -1
  977. package/dist/cjs/product/components/file-upload/settings/configs/presets.js +2 -2
  978. package/dist/cjs/product/components/file-upload/settings/configs/settings.js +2 -2
  979. package/dist/cjs/product/components/file-upload/settings/configs/translate.js +1 -1
  980. package/dist/cjs/product/components/file-upload/settings/configs/ui-v1.js +1 -1
  981. package/dist/cjs/product/components/file-upload/settings/configs/ui-v2.js +1 -1
  982. package/dist/cjs/product/components/file-upload/settings/index.js +2 -2
  983. package/dist/cjs/product/components/product-badge/ProductBadge.js +1 -1
  984. package/dist/cjs/product/components/product-badge/ProductBadge.liquid.js +24 -24
  985. package/dist/cjs/product/components/product-badge/common/attrs.js +1 -1
  986. package/dist/cjs/product/components/product-badge/common/classes.js +1 -1
  987. package/dist/cjs/product/components/product-badge/common/styles.js +1 -1
  988. package/dist/cjs/product/components/product-badge/constants.js +1 -1
  989. package/dist/cjs/product/components/product-badge/utils/common.js +1 -1
  990. package/dist/cjs/product/components/product-badge/utils/generateLiquidContent.js +3 -3
  991. package/dist/cjs/product/components/product-badge/utils/getRotateShape.js +1 -1
  992. package/dist/cjs/product/components/product-badge/utils/getShapePosition.js +1 -1
  993. package/dist/cjs/product/components/product-badge/utils/getStyleAdvanced.js +1 -1
  994. package/dist/cjs/product/components/product-badge/utils/getWhiteSpace.js +1 -1
  995. package/dist/cjs/product/components/product-badge/utils/renderBadgeILP.js +1 -1
  996. package/dist/cjs/product/components/product-badge/utils/renderBadgeLiquid.js +59 -59
  997. package/dist/cjs/product/components/product-badge/utils/shape.js +1 -1
  998. package/dist/cjs/product/components/product-badge/utils/stylesV2.js +5 -5
  999. package/dist/cjs/product/components/product-bundle/ProductBundleDiscount.js +1 -1
  1000. package/dist/cjs/product/components/product-bundle/ProductBundleDiscount.liquid.js +10 -10
  1001. package/dist/cjs/product/components/product-bundle/ProductBundleDiscountChildrenItem.js +1 -1
  1002. package/dist/cjs/product/components/product-bundle/ProductBundleDiscountChildrenItem.liquid.js +10 -10
  1003. package/dist/cjs/product/components/product-bundle/ProductBundleDiscountItem.js +1 -1
  1004. package/dist/cjs/product/components/product-bundle/ProductBundleDiscountItem.liquid.js +1 -1
  1005. package/dist/cjs/product/components/product-bundle/common/classes.js +1 -1
  1006. package/dist/cjs/product/components/product-bundle/common/helpers.js +1 -1
  1007. package/dist/cjs/product/components/product-bundle/common/styles.js +1 -1
  1008. package/dist/cjs/product/components/product-bundle/hooks/useProductBundleDataState.js +3 -3
  1009. package/dist/cjs/product/components/product-bundle/hooks/useProductBundleDiscountState.js +1 -1
  1010. package/dist/cjs/product/components/product-bundle/setting/ProductBundleDiscount.js +3 -3
  1011. package/dist/cjs/product/components/product-bundle/setting/ProductBundleDiscountItem.js +1 -1
  1012. package/dist/cjs/product/components/product-bundle/setting/configs/settings.js +1 -1
  1013. package/dist/cjs/product/components/product-bundle/setting/configs/ui-v1.js +1 -1
  1014. package/dist/cjs/product/components/product-bundle/setting/configs/ui-v2.js +1 -1
  1015. package/dist/cjs/product/components/product-button/AddToCartButton.js +1 -1
  1016. package/dist/cjs/product/components/product-button/AddToCartButton.liquid.js +1 -1
  1017. package/dist/cjs/product/components/product-button/BlankSpace.js +1 -1
  1018. package/dist/cjs/product/components/product-button/BlankSpace.liquid.js +3 -3
  1019. package/dist/cjs/product/components/product-button/CartMessage.js +1 -1
  1020. package/dist/cjs/product/components/product-button/PriceComponent.js +1 -1
  1021. package/dist/cjs/product/components/product-button/PriceComponent.liquid.js +1 -1
  1022. package/dist/cjs/product/components/product-button/PriceLayout.js +1 -1
  1023. package/dist/cjs/product/components/product-button/PriceLayout.liquid.js +6 -6
  1024. package/dist/cjs/product/components/product-button/ProductButton.js +1 -1
  1025. package/dist/cjs/product/components/product-button/ProductButton.liquid.js +13 -13
  1026. package/dist/cjs/product/components/product-button/ProductButtonPrice.js +1 -1
  1027. package/dist/cjs/product/components/product-button/ProductButtonPrice.liquid.js +1 -1
  1028. package/dist/cjs/product/components/product-button/Separator.js +1 -1
  1029. package/dist/cjs/product/components/product-button/Separator.liquid.js +4 -4
  1030. package/dist/cjs/product/components/product-button/SoldOutButton.js +1 -1
  1031. package/dist/cjs/product/components/product-button/SoldOutButton.liquid.js +1 -1
  1032. package/dist/cjs/product/components/product-button/common/classes.js +1 -1
  1033. package/dist/cjs/product/components/product-button/common/constants.js +2 -2
  1034. package/dist/cjs/product/components/product-button/common/data.js +1 -1
  1035. package/dist/cjs/product/components/product-button/common/helpers.js +1 -1
  1036. package/dist/cjs/product/components/product-button/common/styles.js +1 -1
  1037. package/dist/cjs/product/components/product-button/helpers/getButtonDynamicSourceLocales.js +1 -1
  1038. package/dist/cjs/product/components/product-button/hooks/useAddToCart.js +1 -1
  1039. package/dist/cjs/product/components/product-button/hooks/useCartMessage.js +1 -1
  1040. package/dist/cjs/product/components/product-button/hooks/useCartOperations.js +1 -1
  1041. package/dist/cjs/product/components/product-button/hooks/useDispatchAfterSubmitEvent.js +1 -1
  1042. package/dist/cjs/product/components/product-description/ProductDescription.js +1 -1
  1043. package/dist/cjs/product/components/product-description/ProductDescription.liquid.js +16 -16
  1044. package/dist/cjs/product/components/product-description/common/classes.js +1 -1
  1045. package/dist/cjs/product/components/product-description/common/helpers.js +2 -2
  1046. package/dist/cjs/product/components/product-description/common/styles.js +2 -2
  1047. package/dist/cjs/product/components/product-description/hooks/useGpDescription.js +1 -1
  1048. package/dist/cjs/product/components/product-discount-tag/ProductDiscountTag.js +1 -1
  1049. package/dist/cjs/product/components/product-discount-tag/ProductDiscountTag.liquid.js +16 -16
  1050. package/dist/cjs/product/components/product-discount-tag/common/classes.js +1 -1
  1051. package/dist/cjs/product/components/product-discount-tag/common/styles.js +1 -1
  1052. package/dist/cjs/product/components/product-discount-tag/hooks/useGpDiscountTag.js +1 -1
  1053. package/dist/cjs/product/components/product-images/ProductFeaturedImage.js +1 -1
  1054. package/dist/cjs/product/components/product-images/ProductFeaturedImage.liquid.js +33 -33
  1055. package/dist/cjs/product/components/product-images/ProductGalleryCarousel.js +1 -1
  1056. package/dist/cjs/product/components/product-images/ProductGalleryCarousel.liquid.js +8 -8
  1057. package/dist/cjs/product/components/product-images/ProductGalleryGrid.js +1 -1
  1058. package/dist/cjs/product/components/product-images/ProductGalleryGrid.liquid.js +11 -11
  1059. package/dist/cjs/product/components/product-images/ProductImagesLightBox.js +1 -1
  1060. package/dist/cjs/product/components/product-images/common/helpers.js +1 -1
  1061. package/dist/cjs/product/components/product-images/common/productFeaturedImage.js +1 -1
  1062. package/dist/cjs/product/components/product-images/common/productGallery.js +1 -1
  1063. package/dist/cjs/product/components/product-images-v2/ProductImageV2.js +2 -2
  1064. package/dist/cjs/product/components/product-images-v2/ProductImagesV2.liquid.js +30 -30
  1065. package/dist/cjs/product/components/product-images-v2/common/attrs.js +1 -1
  1066. package/dist/cjs/product/components/product-images-v2/common/classes.js +1 -1
  1067. package/dist/cjs/product/components/product-images-v2/common/common.js +1 -1
  1068. package/dist/cjs/product/components/product-images-v2/common/getBorderActiveCss.js +6 -6
  1069. package/dist/cjs/product/components/product-images-v2/common/hoverAction.js +1 -1
  1070. package/dist/cjs/product/components/product-images-v2/common/productFeaturedImage.js +1 -1
  1071. package/dist/cjs/product/components/product-images-v2/common/productGallery.js +1 -1
  1072. package/dist/cjs/product/components/product-images-v2/common/styles.js +1 -1
  1073. package/dist/cjs/product/components/product-images-v2/components/child/MediaIcon.js +1 -1
  1074. package/dist/cjs/product/components/product-images-v2/components/child/ProductFeatureVideo.js +1 -1
  1075. package/dist/cjs/product/components/product-images-v2/components/child/ProductFeaturedImageCarousel.js +1 -1
  1076. package/dist/cjs/product/components/product-images-v2/components/child/ProductFeaturedImageOnly.js +1 -1
  1077. package/dist/cjs/product/components/product-images-v2/components/child/ProductGalleryGrid.js +2 -2
  1078. package/dist/cjs/product/components/product-images-v2/components/feature-gallery/FeatureImageWithGallery.js +1 -1
  1079. package/dist/cjs/product/components/product-images-v2/components/feature-gallery/FeatureImageWithGallery.liquid.js +58 -58
  1080. package/dist/cjs/product/components/product-images-v2/components/feature-only/OnlyFeatureImage.js +1 -1
  1081. package/dist/cjs/product/components/product-images-v2/components/gallery-carousel/GalleryCarousel.js +1 -1
  1082. package/dist/cjs/product/components/product-images-v2/components/gallery-carousel/GalleryCarousel.liquid.js +14 -14
  1083. package/dist/cjs/product/components/product-images-v2/components/gallery-grid/GalleryGrid.js +1 -1
  1084. package/dist/cjs/product/components/product-images-v2/components/gallery-grid/GalleryGrid.liquid.js +35 -35
  1085. package/dist/cjs/product/components/product-images-v2/components/lightbox/ButtonOpenLightBox.js +1 -1
  1086. package/dist/cjs/product/components/product-images-v2/components/lightbox/ProductImagesLightBox.js +1 -1
  1087. package/dist/cjs/product/components/product-images-v2/composables/getProductImagesAttr.js +1 -1
  1088. package/dist/cjs/product/components/product-images-v2/composables/getProductImagesClassName.js +1 -1
  1089. package/dist/cjs/product/components/product-images-v2/composables/getProductImagesStyles.js +1 -1
  1090. package/dist/cjs/product/components/product-images-v2/hooks/useFeatureImageWithGallery.js +1 -1
  1091. package/dist/cjs/product/components/product-images-v2/hooks/useFilterImagesByVariant.js +1 -1
  1092. package/dist/cjs/product/components/product-images-v2/hooks/useGalleryCarousel.js +1 -1
  1093. package/dist/cjs/product/components/product-images-v2/hooks/useProductFeaturedImageCarousel.js +1 -1
  1094. package/dist/cjs/product/components/product-images-v2/hooks/useProductGalleryGrid.js +1 -1
  1095. package/dist/cjs/product/components/product-images-v3/ProductImageV3.js +2 -2
  1096. package/dist/cjs/product/components/product-images-v3/ProductImagesV3.liquid.js +30 -30
  1097. package/dist/cjs/product/components/product-images-v3/common/attrs.js +1 -1
  1098. package/dist/cjs/product/components/product-images-v3/common/classes.js +1 -1
  1099. package/dist/cjs/product/components/product-images-v3/common/common.js +1 -1
  1100. package/dist/cjs/product/components/product-images-v3/common/getBorderActiveCss.js +7 -7
  1101. package/dist/cjs/product/components/product-images-v3/common/hoverAction.js +1 -1
  1102. package/dist/cjs/product/components/product-images-v3/common/productFeaturedImage.js +1 -1
  1103. package/dist/cjs/product/components/product-images-v3/common/productGallery.js +1 -1
  1104. package/dist/cjs/product/components/product-images-v3/common/styles.js +1 -1
  1105. package/dist/cjs/product/components/product-images-v3/components/child/MediaIcon.js +1 -1
  1106. package/dist/cjs/product/components/product-images-v3/components/child/ProductFeatureVideo.js +1 -1
  1107. package/dist/cjs/product/components/product-images-v3/components/child/ProductFeaturedImageCarousel.js +1 -1
  1108. package/dist/cjs/product/components/product-images-v3/components/child/ProductFeaturedImageOnly.js +1 -1
  1109. package/dist/cjs/product/components/product-images-v3/components/child/ProductGalleryGrid.js +2 -2
  1110. package/dist/cjs/product/components/product-images-v3/components/child/ProductImagesLightBoxPreview.js +1 -0
  1111. package/dist/cjs/product/components/product-images-v3/components/feature-gallery/FeatureImageWithGallery.js +1 -1
  1112. package/dist/cjs/product/components/product-images-v3/components/feature-gallery/FeatureImageWithGallery.liquid.js +58 -58
  1113. package/dist/cjs/product/components/product-images-v3/components/feature-only/OnlyFeatureImage.js +1 -1
  1114. package/dist/cjs/product/components/product-images-v3/components/gallery-carousel/GalleryCarousel.js +1 -1
  1115. package/dist/cjs/product/components/product-images-v3/components/gallery-carousel/GalleryCarousel.liquid.js +13 -13
  1116. package/dist/cjs/product/components/product-images-v3/components/gallery-grid/GalleryGrid.js +1 -1
  1117. package/dist/cjs/product/components/product-images-v3/components/gallery-grid/GalleryGrid.liquid.js +34 -34
  1118. package/dist/cjs/product/components/product-images-v3/components/lightbox/ButtonOpenLightBox.js +1 -1
  1119. package/dist/cjs/product/components/product-images-v3/components/lightbox/LightBoxCarousel.js +2 -0
  1120. package/dist/cjs/product/components/product-images-v3/components/lightbox/LightBoxGalleryCarousel.js +2 -0
  1121. package/dist/cjs/product/components/product-images-v3/components/lightbox/LightBoxImageZoom.js +2 -0
  1122. package/dist/cjs/product/components/product-images-v3/components/lightbox/ProductImagesLightBox.js +1 -1
  1123. package/dist/cjs/product/components/product-images-v3/components/lightbox/constants.js +1 -0
  1124. package/dist/cjs/product/components/product-images-v3/composables/getProductImagesAttr.js +1 -1
  1125. package/dist/cjs/product/components/product-images-v3/composables/getProductImagesClassName.js +1 -1
  1126. package/dist/cjs/product/components/product-images-v3/composables/getProductImagesStyles.js +1 -1
  1127. package/dist/cjs/product/components/product-images-v3/hooks/useFeatureImageWithGallery.js +1 -1
  1128. package/dist/cjs/product/components/product-images-v3/hooks/useFilterImagesByVariant.js +1 -1
  1129. package/dist/cjs/product/components/product-images-v3/hooks/useGalleryCarousel.js +1 -1
  1130. package/dist/cjs/product/components/product-images-v3/hooks/useProductFeaturedImageCarousel.js +1 -1
  1131. package/dist/cjs/product/components/product-images-v3/hooks/useProductGalleryGrid.js +1 -1
  1132. package/dist/cjs/product/components/product-list/ProductList.js +1 -1
  1133. package/dist/cjs/product/components/product-list/ProductList.liquid.js +58 -58
  1134. package/dist/cjs/product/components/product-list/ProductListCarouselItem.liquid.js +6 -6
  1135. package/dist/cjs/product/components/product-list/ProductListCarouselLayout.js +1 -1
  1136. package/dist/cjs/product/components/product-list/ProductListCarouselLayout.liquid.js +10 -10
  1137. package/dist/cjs/product/components/product-list/ProductListGridItem.liquid.js +10 -10
  1138. package/dist/cjs/product/components/product-list/ProductListGridLayout.js +1 -1
  1139. package/dist/cjs/product/components/product-list/ProductListGridLayout.liquid.js +21 -21
  1140. package/dist/cjs/product/components/product-list/common/attrs.js +1 -1
  1141. package/dist/cjs/product/components/product-list/common/classes.js +1 -1
  1142. package/dist/cjs/product/components/product-list/common/helpers.js +1 -1
  1143. package/dist/cjs/product/components/product-list/common/styles.js +1 -1
  1144. package/dist/cjs/product/components/product-list-v3/ProductList.js +1 -1
  1145. package/dist/cjs/product/components/product-list-v3/ProductList.liquid.js +62 -59
  1146. package/dist/cjs/product/components/product-list-v3/ProductListCarouselItem.liquid.js +6 -6
  1147. package/dist/cjs/product/components/product-list-v3/ProductListCarouselLayout.js +1 -1
  1148. package/dist/cjs/product/components/product-list-v3/ProductListCarouselLayout.liquid.js +10 -10
  1149. package/dist/cjs/product/components/product-list-v3/ProductListGridItem.liquid.js +10 -10
  1150. package/dist/cjs/product/components/product-list-v3/ProductListGridLayout.js +1 -1
  1151. package/dist/cjs/product/components/product-list-v3/ProductListGridLayout.liquid.js +21 -21
  1152. package/dist/cjs/product/components/product-list-v3/common/attrs.js +1 -1
  1153. package/dist/cjs/product/components/product-list-v3/common/classes.js +1 -1
  1154. package/dist/cjs/product/components/product-list-v3/common/helpers.js +1 -1
  1155. package/dist/cjs/product/components/product-list-v3/common/styles.js +1 -1
  1156. package/dist/cjs/product/components/product-list-v3/constants/index.js +1 -0
  1157. package/dist/cjs/product/components/product-list-v3/hooks/useCollectionQuery.js +1 -0
  1158. package/dist/cjs/product/components/product-list-v3/hooks/useMainRelatedProductQuery.js +1 -0
  1159. package/dist/cjs/product/components/product-list-v3/hooks/useProductRelatedQuery.js +1 -0
  1160. package/dist/cjs/product/components/product-list-v3/hooks/useProductsQuery.js +1 -0
  1161. package/dist/cjs/product/components/product-price/ProductPrice.js +1 -1
  1162. package/dist/cjs/product/components/product-price/ProductPrice.liquid.js +8 -8
  1163. package/dist/cjs/product/components/product-price/common/attrs.js +1 -1
  1164. package/dist/cjs/product/components/product-price/common/classes.js +1 -1
  1165. package/dist/cjs/product/components/product-price/common/helpers.js +5 -5
  1166. package/dist/cjs/product/components/product-price/hooks/useGpPrice.js +1 -1
  1167. package/dist/cjs/product/components/product-properties/ProductProperties.js +1 -1
  1168. package/dist/cjs/product/components/product-properties/ProductProperties.liquid.js +14 -14
  1169. package/dist/cjs/product/components/product-properties/common/attrs.js +1 -1
  1170. package/dist/cjs/product/components/product-properties/common/classes.js +1 -1
  1171. package/dist/cjs/product/components/product-properties/common/helpers.js +1 -1
  1172. package/dist/cjs/product/components/product-properties/common/styles.js +1 -1
  1173. package/dist/cjs/product/components/product-properties/property-choice/ProductPropertyChoice.js +1 -1
  1174. package/dist/cjs/product/components/product-properties/property-choice/ProductPropertyChoice.liquid.js +15 -15
  1175. package/dist/cjs/product/components/product-properties/property-choice/common/getProductPropertiesChoiceAttrs.js +1 -1
  1176. package/dist/cjs/product/components/product-properties/property-choice/common/getProductPropertiesChoiceClasses.js +1 -1
  1177. package/dist/cjs/product/components/product-properties/property-choice/common/getProductPropertiesChoiceInlineCss.js +4 -4
  1178. package/dist/cjs/product/components/product-properties/property-choice/common/getProductPropertiesChoiceStyles.js +1 -1
  1179. package/dist/cjs/product/components/product-properties/property-input/ProductPropertyInput.js +1 -1
  1180. package/dist/cjs/product/components/product-properties/property-input/ProductPropertyInput.liquid.js +14 -14
  1181. package/dist/cjs/product/components/product-properties/property-input/common/attrs.js +1 -1
  1182. package/dist/cjs/product/components/product-properties/property-input/common/classes.js +1 -1
  1183. package/dist/cjs/product/components/product-properties/property-input/common/helpers.js +1 -1
  1184. package/dist/cjs/product/components/product-properties/property-input/common/styles.js +1 -1
  1185. package/dist/cjs/product/components/product-properties/property-select/ProductPropertySelect.js +1 -1
  1186. package/dist/cjs/product/components/product-properties/property-select/ProductPropertySelect.liquid.js +11 -11
  1187. package/dist/cjs/product/components/product-properties/property-select/common/attrs.js +1 -1
  1188. package/dist/cjs/product/components/product-properties/property-select/common/classes.js +1 -1
  1189. package/dist/cjs/product/components/product-properties/property-select/common/styles.js +1 -1
  1190. package/dist/cjs/product/components/product-quantity/ProductQuantity.js +1 -1
  1191. package/dist/cjs/product/components/product-quantity/ProductQuantity.liquid.js +22 -22
  1192. package/dist/cjs/product/components/product-quantity/common/attrs.js +1 -1
  1193. package/dist/cjs/product/components/product-quantity/common/classes.js +1 -1
  1194. package/dist/cjs/product/components/product-quantity/common/helpers.js +9 -9
  1195. package/dist/cjs/product/components/product-quantity/common/styles.js +1 -1
  1196. package/dist/cjs/product/components/product-quantity/hooks/useProductQuantity.js +1 -1
  1197. package/dist/cjs/product/components/product-quick-view/ProductQuickView.js +1 -1
  1198. package/dist/cjs/product/components/product-quick-view/QuickView.js +1 -1
  1199. package/dist/cjs/product/components/product-sku/Sku.js +1 -1
  1200. package/dist/cjs/product/components/product-sku/Sku.liquid.js +5 -5
  1201. package/dist/cjs/product/components/product-title/ProductTitle.js +1 -1
  1202. package/dist/cjs/product/components/product-title/ProductTitle.liquid.js +7 -7
  1203. package/dist/cjs/product/components/product-title/common/helpers.js +1 -1
  1204. package/dist/cjs/product/components/product-variants/OptionVariantsNewFormat.liquid.js +15 -15
  1205. package/dist/cjs/product/components/product-variants/OptionVariantsOldFormat.liquid.js +44 -44
  1206. package/dist/cjs/product/components/product-variants/ProductVariants.js +1 -1
  1207. package/dist/cjs/product/components/product-variants/ProductVariants.liquid.js +61 -61
  1208. package/dist/cjs/product/components/product-variants/common/base/attrs.js +1 -1
  1209. package/dist/cjs/product/components/product-variants/common/base/classes.js +2 -2
  1210. package/dist/cjs/product/components/product-variants/common/base/styles.js +1 -1
  1211. package/dist/cjs/product/components/product-variants/common/common.js +1 -1
  1212. package/dist/cjs/product/components/product-variants/common/const.js +1 -1
  1213. package/dist/cjs/product/components/product-variants/common/dropdown/attrs.js +1 -1
  1214. package/dist/cjs/product/components/product-variants/common/dropdown/classes.js +1 -1
  1215. package/dist/cjs/product/components/product-variants/common/dropdown/styles.js +1 -1
  1216. package/dist/cjs/product/components/product-variants/common/main/classes.js +1 -1
  1217. package/dist/cjs/product/components/product-variants/common/main/const.js +1 -1
  1218. package/dist/cjs/product/components/product-variants/common/main/getAttr.js +1 -1
  1219. package/dist/cjs/product/components/product-variants/common/main/getData.js +1 -1
  1220. package/dist/cjs/product/components/product-variants/common/main/styles.js +1 -1
  1221. package/dist/cjs/product/components/product-variants/common/variants/attrs.js +1 -1
  1222. package/dist/cjs/product/components/product-variants/common/variants/classes.js +1 -1
  1223. package/dist/cjs/product/components/product-variants/common/variants/styles.js +1 -1
  1224. package/dist/cjs/product/components/product-variants/components/base/base.js +8 -8
  1225. package/dist/cjs/product/components/product-variants/components/base/base.liquid.js +18 -18
  1226. package/dist/cjs/product/components/product-variants/components/color/color.js +1 -1
  1227. package/dist/cjs/product/components/product-variants/components/color/color.liquid.js +4 -4
  1228. package/dist/cjs/product/components/product-variants/components/dropdown-group/DropdownGroup.js +1 -1
  1229. package/dist/cjs/product/components/product-variants/components/dropdown-group/DropdownGroup.liquid.js +1 -1
  1230. package/dist/cjs/product/components/product-variants/components/dropdown-option/DropdownOption.js +1 -1
  1231. package/dist/cjs/product/components/product-variants/components/dropdown-option/VariantOption.js +1 -1
  1232. package/dist/cjs/product/components/product-variants/components/dropdown-option/render-liquid/index.js +17 -17
  1233. package/dist/cjs/product/components/product-variants/components/dropdown-swatches/Dropdown.js +1 -1
  1234. package/dist/cjs/product/components/product-variants/components/dropdown-swatches/Dropdown.liquid.js +7 -7
  1235. package/dist/cjs/product/components/product-variants/components/dropdown-swatches/hooks/useDropdownSwatches.js +1 -1
  1236. package/dist/cjs/product/components/product-variants/components/image/Image.js +1 -1
  1237. package/dist/cjs/product/components/product-variants/components/image/Image.liquid.js +3 -3
  1238. package/dist/cjs/product/components/product-variants/components/image-shopify/ImageShopify.js +1 -1
  1239. package/dist/cjs/product/components/product-variants/components/image-shopify/ImageShopify.liquid.js +3 -3
  1240. package/dist/cjs/product/components/product-variants/components/rectangle-list/RectangleList.js +1 -1
  1241. package/dist/cjs/product/components/product-variants/components/variants/index.js +1 -1
  1242. package/dist/cjs/product/components/product-variants/components/variants/index.liquid.js +33 -33
  1243. package/dist/cjs/product/components/product-variants/hooks/useGpVariants.js +1 -1
  1244. package/dist/cjs/product/components/product-variants/hooks/useVariantInteraction.js +1 -1
  1245. package/dist/cjs/product/components/product-variants/utils/mappingVariantStyles.js +1 -1
  1246. package/dist/cjs/product/components/product-vendor/Vendor.js +1 -1
  1247. package/dist/cjs/product/components/product-vendor/Vendor.liquid.js +6 -6
  1248. package/dist/cjs/product/components/product-view-more/ProductViewMore.js +1 -1
  1249. package/dist/cjs/product/components/product-view-more/ProductViewMore.liquid.js +4 -4
  1250. package/dist/cjs/product/components/product-view-more/common/helpers.js +1 -1
  1251. package/dist/cjs/product/components/product-view-more/common/styles.js +1 -1
  1252. package/dist/cjs/product/components/product-wrap/Product.js +1 -1
  1253. package/dist/cjs/product/components/product-wrap/Product.liquid.js +47 -47
  1254. package/dist/cjs/product/components/product-wrap/common/helpers.js +1 -1
  1255. package/dist/cjs/product/components/product-wrap/hook/useProductQuery.js +1 -0
  1256. package/dist/cjs/product/components/product-wrap/hook/useProductSetting.js +1 -1
  1257. package/dist/cjs/product/helpers/function.js +1 -1
  1258. package/dist/cjs/product/helpers/product-bundle.js +1 -1
  1259. package/dist/cjs/product/helpers/product-image.js +1 -1
  1260. package/dist/cjs/product/helpers/product.js +1 -1
  1261. package/dist/cjs/product/helpers/tracking.js +1 -1
  1262. package/dist/cjs/product/index.js +1 -1
  1263. package/dist/cjs/product/next.js +1 -1
  1264. package/dist/cjs/product/settings/DynamicCheckout.js +2 -2
  1265. package/dist/cjs/product/settings/Product.js +2 -2
  1266. package/dist/cjs/product/settings/ProductBadge.js +1 -1
  1267. package/dist/cjs/product/settings/ProductButton.js +2 -2
  1268. package/dist/cjs/product/settings/ProductDescription.js +1 -1
  1269. package/dist/cjs/product/settings/ProductImages.js +4 -4
  1270. package/dist/cjs/product/settings/ProductList.js +2 -2
  1271. package/dist/cjs/product/settings/ProductListV3.js +2 -2
  1272. package/dist/cjs/product/settings/ProductPrice.js +2 -2
  1273. package/dist/cjs/product/settings/ProductProperties.js +2 -2
  1274. package/dist/cjs/product/settings/ProductQuantity.js +2 -2
  1275. package/dist/cjs/product/settings/ProductTag.js +1 -1
  1276. package/dist/cjs/product/settings/ProductTitle.js +2 -2
  1277. package/dist/cjs/product/settings/ProductVariants.js +2 -2
  1278. package/dist/cjs/product/settings/ProductViewMore.js +2 -2
  1279. package/dist/cjs/product/settings/Sku.js +2 -2
  1280. package/dist/cjs/product/settings/Vendor.js +2 -2
  1281. package/dist/cjs/product/settings/bundle-layout/horizontal-one.js +1 -1
  1282. package/dist/cjs/product/settings/bundle-layout/horizontal-three.js +1 -1
  1283. package/dist/cjs/product/settings/bundle-layout/horizontal-two.js +1 -1
  1284. package/dist/cjs/product/settings/bundle-layout/vertical-one.js +1 -1
  1285. package/dist/cjs/product/settings/bundle-layout/vertical-three.js +1 -1
  1286. package/dist/cjs/product/settings/bundle-layout/vertical-two.js +1 -1
  1287. package/dist/cjs/product/settings/dynamic-checkout/configs/presets.js +2 -2
  1288. package/dist/cjs/product/settings/dynamic-checkout/configs/settings.js +1 -1
  1289. package/dist/cjs/product/settings/dynamic-checkout/configs/ui-v2.js +1 -1
  1290. package/dist/cjs/product/settings/product/configs/presets.js +1 -1
  1291. package/dist/cjs/product/settings/product/configs/product-presets/product-1-col.js +3 -3
  1292. package/dist/cjs/product/settings/product/configs/product-presets/product-2-col.js +3 -3
  1293. package/dist/cjs/product/settings/product/configs/product-presets/product-default.js +3 -3
  1294. package/dist/cjs/product/settings/product/configs/settings.js +1 -1
  1295. package/dist/cjs/product/settings/product/configs/ui-v2.js +1 -1
  1296. package/dist/cjs/product/settings/product-badge/configs/presets.js +2 -2
  1297. package/dist/cjs/product/settings/product-badge/configs/settings.js +1 -1
  1298. package/dist/cjs/product/settings/product-badge/configs/translate.js +1 -1
  1299. package/dist/cjs/product/settings/product-badge/configs/ui-v2.js +1 -1
  1300. package/dist/cjs/product/settings/product-button/configs/presets.js +2 -2
  1301. package/dist/cjs/product/settings/product-button/configs/settings.js +2 -2
  1302. package/dist/cjs/product/settings/product-button/configs/translate.js +1 -1
  1303. package/dist/cjs/product/settings/product-button/configs/ui-v2.js +1 -1
  1304. package/dist/cjs/product/settings/product-description/configs/presets.js +2 -2
  1305. package/dist/cjs/product/settings/product-description/configs/settings.js +1 -1
  1306. package/dist/cjs/product/settings/product-description/configs/translate.js +1 -1
  1307. package/dist/cjs/product/settings/product-description/configs/ui-v2.js +1 -1
  1308. package/dist/cjs/product/settings/product-discount-tag/configs/settings.js +1 -1
  1309. package/dist/cjs/product/settings/product-discount-tag/configs/translate.js +1 -1
  1310. package/dist/cjs/product/settings/product-discount-tag/configs/ui-v2.js +1 -1
  1311. package/dist/cjs/product/settings/product-image-v2/ProductFeatureImage.js +1 -1
  1312. package/dist/cjs/product/settings/product-image-v2/ProductGalleryImage.js +1 -1
  1313. package/dist/cjs/product/settings/product-image-v2/ProductImages.js +3 -3
  1314. package/dist/cjs/product/settings/product-image-v2/configs/setting-v2/ProductFeatureImage.js +2 -2
  1315. package/dist/cjs/product/settings/product-image-v2/configs/setting-v2/ProductGalleryImage.js +2 -2
  1316. package/dist/cjs/product/settings/product-image-v2/configs/setting-v2/index.js +1 -1
  1317. package/dist/cjs/product/settings/product-image-v2/configs/ui/FeatureDots.js +1 -1
  1318. package/dist/cjs/product/settings/product-image-v2/configs/ui/FeatureNavigation.js +1 -1
  1319. package/dist/cjs/product/settings/product-image-v2/configs/ui/ImageListNavigation.js +1 -1
  1320. package/dist/cjs/product/settings/product-image-v2/configs/ui-v1.js +1 -1
  1321. package/dist/cjs/product/settings/product-image-v2/configs/ui-v2.js +1 -1
  1322. package/dist/cjs/product/settings/product-image-v3/ProductFeatureImage.js +1 -1
  1323. package/dist/cjs/product/settings/product-image-v3/ProductGalleryImage.js +1 -1
  1324. package/dist/cjs/product/settings/product-image-v3/ProductImages.js +3 -3
  1325. package/dist/cjs/product/settings/product-image-v3/configs/setting-v2/ProductFeatureImage.js +2 -2
  1326. package/dist/cjs/product/settings/product-image-v3/configs/setting-v2/ProductGalleryImage.js +2 -2
  1327. package/dist/cjs/product/settings/product-image-v3/configs/setting-v2/index.js +1 -1
  1328. package/dist/cjs/product/settings/product-image-v3/configs/ui/FeatureDots.js +1 -1
  1329. package/dist/cjs/product/settings/product-image-v3/configs/ui/FeatureNavigation.js +1 -1
  1330. package/dist/cjs/product/settings/product-image-v3/configs/ui/ImageListNavigation.js +1 -1
  1331. package/dist/cjs/product/settings/product-image-v3/configs/ui-v1.js +1 -1
  1332. package/dist/cjs/product/settings/product-image-v3/configs/ui-v2.js +1 -1
  1333. package/dist/cjs/product/settings/product-list/configs/presets.js +2 -2
  1334. package/dist/cjs/product/settings/product-list/configs/settings-v2.js +1 -1
  1335. package/dist/cjs/product/settings/product-list/configs/ui-v2.js +1 -1
  1336. package/dist/cjs/product/settings/product-list-v3/configs/presets.js +2 -2
  1337. package/dist/cjs/product/settings/product-list-v3/configs/settings-v2.js +1 -1
  1338. package/dist/cjs/product/settings/product-list-v3/configs/ui-v2.js +1 -1
  1339. package/dist/cjs/product/settings/product-price/configs/presets.js +2 -2
  1340. package/dist/cjs/product/settings/product-price/configs/settings.js +1 -1
  1341. package/dist/cjs/product/settings/product-price/configs/ui-v2.js +1 -1
  1342. package/dist/cjs/product/settings/product-properties/configs/presets.js +2 -2
  1343. package/dist/cjs/product/settings/product-properties/configs/settings-v2.js +1 -1
  1344. package/dist/cjs/product/settings/product-properties/configs/translate.js +1 -1
  1345. package/dist/cjs/product/settings/product-properties/configs/ui-v2.js +1 -1
  1346. package/dist/cjs/product/settings/product-quantity/configs/presets.js +2 -2
  1347. package/dist/cjs/product/settings/product-quantity/configs/settings.js +2 -2
  1348. package/dist/cjs/product/settings/product-quantity/configs/ui-v2.js +1 -1
  1349. package/dist/cjs/product/settings/product-sku/configs/presets.js +2 -2
  1350. package/dist/cjs/product/settings/product-sku/configs/settings.js +1 -1
  1351. package/dist/cjs/product/settings/product-sku/configs/ui-v2.js +1 -1
  1352. package/dist/cjs/product/settings/product-title/configs/presets.js +2 -2
  1353. package/dist/cjs/product/settings/product-title/configs/settings.js +1 -1
  1354. package/dist/cjs/product/settings/product-title/configs/ui-v2.js +1 -1
  1355. package/dist/cjs/product/settings/product-variant/configs/presets.js +2 -2
  1356. package/dist/cjs/product/settings/product-variant/configs/settings.js +1 -1
  1357. package/dist/cjs/product/settings/product-variant/configs/ui-v2.js +1 -1
  1358. package/dist/cjs/product/settings/product-variant/swatches-style-config/color.js +1 -1
  1359. package/dist/cjs/product/settings/product-variant/swatches-style-config/dropdown.js +1 -1
  1360. package/dist/cjs/product/settings/product-variant/swatches-style-config/image-shopify.js +1 -1
  1361. package/dist/cjs/product/settings/product-variant/swatches-style-config/image.js +1 -1
  1362. package/dist/cjs/product/settings/product-variant/swatches-style-config/rectangle-list.js +1 -1
  1363. package/dist/cjs/product/settings/product-vendor/configs/presets.js +2 -2
  1364. package/dist/cjs/product/settings/product-vendor/configs/settings.js +1 -1
  1365. package/dist/cjs/product/settings/product-vendor/configs/ui-v2.js +1 -1
  1366. package/dist/cjs/product/settings/product-view-more/configs/presets.js +2 -2
  1367. package/dist/cjs/product/settings/product-view-more/configs/settings.js +2 -2
  1368. package/dist/cjs/product/settings/product-view-more/configs/translate.js +1 -1
  1369. package/dist/cjs/product/settings/product-view-more/configs/ui-v2.js +1 -1
  1370. package/dist/cjs/radio/components/Radio.js +1 -1
  1371. package/dist/cjs/radio/index.js +1 -1
  1372. package/dist/cjs/radio/next.js +1 -1
  1373. package/dist/cjs/radio/settings/Radio.js +1 -1
  1374. package/dist/cjs/radio/settings/configs/settings.js +1 -1
  1375. package/dist/cjs/select/components/Select.js +2 -2
  1376. package/dist/cjs/select/index.js +1 -1
  1377. package/dist/cjs/select/next.js +1 -1
  1378. package/dist/cjs/select/settings/Select.js +1 -1
  1379. package/dist/cjs/select/settings/configs/settings.js +1 -1
  1380. package/dist/cjs/setting.js +1 -1
  1381. package/dist/cjs/shop-pay-installment/components/ShopPayInstallments.js +1 -1
  1382. package/dist/cjs/shop-pay-installment/components/ShopPayInstallments.liquid.js +2 -2
  1383. package/dist/cjs/shop-pay-installment/components/common/helpers.js +1 -1
  1384. package/dist/cjs/shop-pay-installment/index.js +1 -1
  1385. package/dist/cjs/shop-pay-installment/next.js +1 -1
  1386. package/dist/cjs/shop-pay-installment/settings/ShopPayInstallments.js +2 -2
  1387. package/dist/cjs/shop-pay-installment/settings/configs/settings.js +1 -1
  1388. package/dist/cjs/sticky/common/classes.js +1 -1
  1389. package/dist/cjs/sticky/common/styles.js +1 -1
  1390. package/dist/cjs/sticky/components/Sticky.js +1 -1
  1391. package/dist/cjs/sticky/components/Sticky.liquid.js +14 -14
  1392. package/dist/cjs/sticky/hooks/useSticky.js +1 -1
  1393. package/dist/cjs/sticky/index.js +1 -1
  1394. package/dist/cjs/sticky/next.js +1 -1
  1395. package/dist/cjs/sticky/settings/Sticky.js +1 -1
  1396. package/dist/cjs/sticky/settings/configs/presets.js +4 -4
  1397. package/dist/cjs/sticky/settings/configs/settings-v2.js +1 -1
  1398. package/dist/cjs/sticky/settings/configs/settings.js +1 -1
  1399. package/dist/cjs/sticky/settings/configs/translate.js +1 -1
  1400. package/dist/cjs/sticky/settings/configs/ui-v2.js +1 -1
  1401. package/dist/cjs/stock-counter/common/attrs.js +1 -1
  1402. package/dist/cjs/stock-counter/common/classes.js +1 -1
  1403. package/dist/cjs/stock-counter/common/helpers.js +35 -35
  1404. package/dist/cjs/stock-counter/common/styles.js +1 -1
  1405. package/dist/cjs/stock-counter/components/StockCounter.js +1 -1
  1406. package/dist/cjs/stock-counter/components/StockCounter.liquid.js +45 -45
  1407. package/dist/cjs/stock-counter/hooks/useStockCounter.js +1 -1
  1408. package/dist/cjs/stock-counter/hooks/useStockCounterInteraction.js +1 -1
  1409. package/dist/cjs/stock-counter/index.js +1 -1
  1410. package/dist/cjs/stock-counter/next.js +1 -1
  1411. package/dist/cjs/stock-counter/settings/StockCounter.js +2 -2
  1412. package/dist/cjs/stock-counter/settings/configs/presets.js +2 -2
  1413. package/dist/cjs/stock-counter/settings/configs/settings-v2.js +2 -2
  1414. package/dist/cjs/stock-counter/settings/configs/translate.js +1 -1
  1415. package/dist/cjs/stock-counter/settings/configs/ui-v2.js +1 -1
  1416. package/dist/cjs/tab/common/attrs.js +1 -1
  1417. package/dist/cjs/tab/common/classes.js +2 -2
  1418. package/dist/cjs/tab/common/helpers.js +2 -2
  1419. package/dist/cjs/tab/common/styles.js +1 -1
  1420. package/dist/cjs/tab/components/TabItem.js +1 -1
  1421. package/dist/cjs/tab/components/TabItem.liquid.js +6 -6
  1422. package/dist/cjs/tab/components/Tabs.js +1 -1
  1423. package/dist/cjs/tab/components/Tabs.liquid.js +23 -23
  1424. package/dist/cjs/tab/hooks/useTab.js +1 -1
  1425. package/dist/cjs/tab/hooks/useTabInteraction.js +1 -1
  1426. package/dist/cjs/tab/index.js +1 -1
  1427. package/dist/cjs/tab/next.js +1 -1
  1428. package/dist/cjs/tab/settings/TabItem.js +2 -2
  1429. package/dist/cjs/tab/settings/Tabs.js +3 -3
  1430. package/dist/cjs/tab/settings/configs/settings.js +1 -1
  1431. package/dist/cjs/tab/settings/configs/translate.js +1 -1
  1432. package/dist/cjs/tab/settings/configs/ui-v2.js +1 -1
  1433. package/dist/cjs/text/common/attrs.js +1 -1
  1434. package/dist/cjs/text/common/classes.js +1 -1
  1435. package/dist/cjs/text/common/helpers.js +1 -1
  1436. package/dist/cjs/text/common/styles.js +1 -1
  1437. package/dist/cjs/text/components/Text.js +1 -1
  1438. package/dist/cjs/text/components/Text.liquid.js +12 -12
  1439. package/dist/cjs/text/components/TextInline.js +6 -6
  1440. package/dist/cjs/text/index.js +1 -1
  1441. package/dist/cjs/text/next.js +1 -1
  1442. package/dist/cjs/text/settings/Text.js +2 -2
  1443. package/dist/cjs/text/settings/configs/presets.js +2 -2
  1444. package/dist/cjs/text/settings/configs/settings.js +1 -1
  1445. package/dist/cjs/text/settings/configs/translate.js +1 -1
  1446. package/dist/cjs/text/settings/configs/ui-v2.js +1 -1
  1447. package/dist/cjs/textarea/components/Textarea.js +1 -1
  1448. package/dist/cjs/textarea/index.js +1 -1
  1449. package/dist/cjs/textarea/next.js +1 -1
  1450. package/dist/cjs/textarea/settings/Textarea.js +2 -2
  1451. package/dist/cjs/textarea/settings/configs/settings.js +1 -1
  1452. package/dist/cjs/third-party/common/helpers.js +5 -5
  1453. package/dist/cjs/third-party/components/AftershipEmailMarketingsms.js +1 -1
  1454. package/dist/cjs/third-party/components/AftershipEmailMarketingsms.liquid.js +1 -1
  1455. package/dist/cjs/third-party/components/AirProductReviewsAppUgc.js +1 -1
  1456. package/dist/cjs/third-party/components/AirProductReviewsAppUgc.liquid.js +5 -5
  1457. package/dist/cjs/third-party/components/AliReviews/AliReviewsSampleContent.js +1 -1
  1458. package/dist/cjs/third-party/components/AliReviews.js +1 -1
  1459. package/dist/cjs/third-party/components/AliReviews.liquid.js +5 -5
  1460. package/dist/cjs/third-party/components/AlsoBoughtCbb.js +1 -1
  1461. package/dist/cjs/third-party/components/AlsoBoughtCbb.liquid.js +4 -4
  1462. package/dist/cjs/third-party/components/AovBundlesVolumeDiscounts.js +1 -1
  1463. package/dist/cjs/third-party/components/AovBundlesVolumeDiscounts.liquid.js +1 -1
  1464. package/dist/cjs/third-party/components/AovFreeGiftBuyXGetYBogo.js +1 -1
  1465. package/dist/cjs/third-party/components/AovFreeGiftBuyXGetYBogo.liquid.js +1 -1
  1466. package/dist/cjs/third-party/components/AppointmentBookingCowlendar.js +1 -1
  1467. package/dist/cjs/third-party/components/AppointmentBookingCowlendar.liquid.js +1 -1
  1468. package/dist/cjs/third-party/components/AppstleBundlesDiscounts.js +1 -1
  1469. package/dist/cjs/third-party/components/AppstleBundlesDiscounts.liquid.js +1 -1
  1470. package/dist/cjs/third-party/components/AppstleSubscriptions/AppstleSubscriptionsSampleContent.js +1 -1
  1471. package/dist/cjs/third-party/components/AppstleSubscriptions.js +1 -1
  1472. package/dist/cjs/third-party/components/AppstleSubscriptions.liquid.js +4 -4
  1473. package/dist/cjs/third-party/components/BestBuyFulfillment.js +1 -1
  1474. package/dist/cjs/third-party/components/BestBuyFulfillment.liquid.js +1 -1
  1475. package/dist/cjs/third-party/components/BfSizeChartSizeGuide.js +1 -1
  1476. package/dist/cjs/third-party/components/BfSizeChartSizeGuide.liquid.js +1 -1
  1477. package/dist/cjs/third-party/components/BirdChime/BirdChimeContent.js +1 -1
  1478. package/dist/cjs/third-party/components/BirdChime.js +1 -1
  1479. package/dist/cjs/third-party/components/BirdChime.liquid.js +4 -4
  1480. package/dist/cjs/third-party/components/BloyRewardsProgramLoyalty.js +1 -1
  1481. package/dist/cjs/third-party/components/BloyRewardsProgramLoyalty.liquid.js +1 -1
  1482. package/dist/cjs/third-party/components/Bogos/BogosSampleContent.js +1 -1
  1483. package/dist/cjs/third-party/components/Bogos.js +1 -1
  1484. package/dist/cjs/third-party/components/Bogos.liquid.js +5 -5
  1485. package/dist/cjs/third-party/components/BoldProductOptions/BoldProductOptionsSampleContent.js +1 -1
  1486. package/dist/cjs/third-party/components/BoldProductOptions.js +1 -1
  1487. package/dist/cjs/third-party/components/BoldProductOptions.liquid.js +3 -3
  1488. package/dist/cjs/third-party/components/BoldSubscriptions/BoldSubscriptionsSampleContent.js +1 -1
  1489. package/dist/cjs/third-party/components/BoldSubscriptions.js +1 -1
  1490. package/dist/cjs/third-party/components/BoldSubscriptions.liquid.js +5 -5
  1491. package/dist/cjs/third-party/components/BonLoyaltyRewardsReferrals.js +1 -1
  1492. package/dist/cjs/third-party/components/BonLoyaltyRewardsReferrals.liquid.js +1 -1
  1493. package/dist/cjs/third-party/components/BonySubscriptionsApp.js +2 -0
  1494. package/dist/cjs/third-party/components/BonySubscriptionsApp.liquid.js +14 -0
  1495. package/dist/cjs/third-party/components/BoostAISearchDiscovery/BoostAISearchDiscoverySampleContent.js +1 -1
  1496. package/dist/cjs/third-party/components/BoostAISearchDiscovery.js +1 -1
  1497. package/dist/cjs/third-party/components/BoostAISearchDiscovery.liquid.js +5 -5
  1498. package/dist/cjs/third-party/components/Bundler/BundlerSampleContent.js +1 -1
  1499. package/dist/cjs/third-party/components/Bundler.js +1 -1
  1500. package/dist/cjs/third-party/components/Bundler.liquid.js +4 -4
  1501. package/dist/cjs/third-party/components/CleanSizeCharts.js +1 -1
  1502. package/dist/cjs/third-party/components/CleanSizeCharts.liquid.js +5 -5
  1503. package/dist/cjs/third-party/components/CrossSellCartUpsell/CrossSellCartUpsellSampleContent.js +1 -1
  1504. package/dist/cjs/third-party/components/CrossSellCartUpsell.js +1 -1
  1505. package/dist/cjs/third-party/components/CrossSellCartUpsell.liquid.js +4 -4
  1506. package/dist/cjs/third-party/components/CustomProductOptionsVariant.js +1 -1
  1507. package/dist/cjs/third-party/components/CustomProductOptionsVariant.liquid.js +4 -4
  1508. package/dist/cjs/third-party/components/DealeasyVolumeDiscounts.js +1 -1
  1509. package/dist/cjs/third-party/components/DealeasyVolumeDiscounts.liquid.js +5 -5
  1510. package/dist/cjs/third-party/components/DiscountyBulkDiscountSales.js +1 -1
  1511. package/dist/cjs/third-party/components/DiscountyBulkDiscountSales.liquid.js +4 -4
  1512. package/dist/cjs/third-party/components/EasifyProductOptions.js +1 -1
  1513. package/dist/cjs/third-party/components/EasifyProductOptions.liquid.js +4 -4
  1514. package/dist/cjs/third-party/components/EasyBundleBuilderSkailama.js +1 -1
  1515. package/dist/cjs/third-party/components/EasyBundleBuilderSkailama.liquid.js +1 -1
  1516. package/dist/cjs/third-party/components/EasySellCOD.js +1 -1
  1517. package/dist/cjs/third-party/components/EasySellCOD.liquid.js +4 -4
  1518. package/dist/cjs/third-party/components/EcoboostifyShoppableReelUgc.js +1 -1
  1519. package/dist/cjs/third-party/components/EcoboostifyShoppableReelUgc.liquid.js +1 -1
  1520. package/dist/cjs/third-party/components/EcomsendBackInStockAlert.js +1 -1
  1521. package/dist/cjs/third-party/components/EcomsendBackInStockAlert.liquid.js +5 -5
  1522. package/dist/cjs/third-party/components/EssentialAnnouncementBar.js +1 -1
  1523. package/dist/cjs/third-party/components/EssentialAnnouncementBar.liquid.js +1 -1
  1524. package/dist/cjs/third-party/components/EssentialCountdownTimerBar.js +1 -1
  1525. package/dist/cjs/third-party/components/EssentialCountdownTimerBar.liquid.js +1 -1
  1526. package/dist/cjs/third-party/components/EstimatedDeliveryDatePlus.js +1 -1
  1527. package/dist/cjs/third-party/components/EstimatedDeliveryDatePlus.liquid.js +1 -1
  1528. package/dist/cjs/third-party/components/FastBundleBundlesDiscounts.js +1 -1
  1529. package/dist/cjs/third-party/components/FastBundleBundlesDiscounts.liquid.js +5 -5
  1530. package/dist/cjs/third-party/components/FeraReviews/FeraReviewsSampleContent.js +1 -1
  1531. package/dist/cjs/third-party/components/FeraReviews/LiquidTemplateByWidget.js +1 -1
  1532. package/dist/cjs/third-party/components/FeraReviews.js +1 -1
  1533. package/dist/cjs/third-party/components/FeraReviews.liquid.js +5 -5
  1534. package/dist/cjs/third-party/components/FirePush/FirePushSampleContent.js +1 -1
  1535. package/dist/cjs/third-party/components/FirePush.js +1 -1
  1536. package/dist/cjs/third-party/components/FirePush.liquid.js +4 -4
  1537. package/dist/cjs/third-party/components/FlyBundlesUpsellsFbt.js +1 -1
  1538. package/dist/cjs/third-party/components/FlyBundlesUpsellsFbt.liquid.js +1 -1
  1539. package/dist/cjs/third-party/components/FordeerProductLabels.js +1 -1
  1540. package/dist/cjs/third-party/components/FordeerProductLabels.liquid.js +7 -7
  1541. package/dist/cjs/third-party/components/FrequentlyBoughtTogether/FrequentlyBoughtTogetherSampleContent.js +1 -1
  1542. package/dist/cjs/third-party/components/FrequentlyBoughtTogether.js +1 -1
  1543. package/dist/cjs/third-party/components/FrequentlyBoughtTogether.liquid.js +5 -5
  1544. package/dist/cjs/third-party/components/GloColorSwatchvariantImage.js +1 -1
  1545. package/dist/cjs/third-party/components/GloColorSwatchvariantImage.liquid.js +1 -1
  1546. package/dist/cjs/third-party/components/GloboProductOptionsVariant.js +1 -1
  1547. package/dist/cjs/third-party/components/GloboProductOptionsVariant.liquid.js +1 -1
  1548. package/dist/cjs/third-party/components/GoogleReviewsByReputon.js +1 -1
  1549. package/dist/cjs/third-party/components/GoogleReviewsByReputon.liquid.js +5 -5
  1550. package/dist/cjs/third-party/components/Growave/GrowaveSampleContent.js +1 -1
  1551. package/dist/cjs/third-party/components/Growave.js +1 -1
  1552. package/dist/cjs/third-party/components/Growave.liquid.js +5 -5
  1553. package/dist/cjs/third-party/components/GrowthSuiteDiscountCodes.js +1 -1
  1554. package/dist/cjs/third-party/components/GrowthSuiteDiscountCodes.liquid.js +3 -3
  1555. package/dist/cjs/third-party/components/HextomCountdownTimerBar.js +1 -1
  1556. package/dist/cjs/third-party/components/HextomCountdownTimerBar.liquid.js +1 -1
  1557. package/dist/cjs/third-party/components/HextomFreeShippingBar.js +1 -1
  1558. package/dist/cjs/third-party/components/HextomFreeShippingBar.liquid.js +1 -1
  1559. package/dist/cjs/third-party/components/HulkFormBuilder.js +1 -1
  1560. package/dist/cjs/third-party/components/HulkFormBuilder.liquid.js +5 -5
  1561. package/dist/cjs/third-party/components/HulkProductOptions.js +1 -1
  1562. package/dist/cjs/third-party/components/HulkProductOptions.liquid.js +1 -1
  1563. package/dist/cjs/third-party/components/InfiniteOptions/InfiniteOptionsSampleContent.js +1 -1
  1564. package/dist/cjs/third-party/components/InfiniteOptions.js +1 -1
  1565. package/dist/cjs/third-party/components/InfiniteOptions.liquid.js +3 -3
  1566. package/dist/cjs/third-party/components/Instafeed/InstafeedSampleContent.js +1 -1
  1567. package/dist/cjs/third-party/components/Instafeed.js +1 -1
  1568. package/dist/cjs/third-party/components/Instafeed.liquid.js +4 -4
  1569. package/dist/cjs/third-party/components/InstasellShoppableInstagram.js +1 -1
  1570. package/dist/cjs/third-party/components/InstasellShoppableInstagram.liquid.js +1 -1
  1571. package/dist/cjs/third-party/components/Judgeme/JudgemeSampleContent.js +1 -1
  1572. package/dist/cjs/third-party/components/JudgemeReviews.js +1 -1
  1573. package/dist/cjs/third-party/components/JudgemeReviews.liquid.js +4 -4
  1574. package/dist/cjs/third-party/components/JunipProductReviewsUgc.js +1 -1
  1575. package/dist/cjs/third-party/components/JunipProductReviewsUgc.liquid.js +1 -1
  1576. package/dist/cjs/third-party/components/KachingBundles/KachingBundlesSampleContent.js +1 -1
  1577. package/dist/cjs/third-party/components/KachingBundles.js +1 -1
  1578. package/dist/cjs/third-party/components/KachingBundles.liquid.js +4 -4
  1579. package/dist/cjs/third-party/components/KachingSubscriptionsApp.js +1 -1
  1580. package/dist/cjs/third-party/components/KachingSubscriptionsApp.liquid.js +4 -4
  1581. package/dist/cjs/third-party/components/KingProductOptions/KingProductOptionsSampleContent.js +1 -1
  1582. package/dist/cjs/third-party/components/KingProductOptions.js +1 -1
  1583. package/dist/cjs/third-party/components/KingProductOptions.liquid.js +4 -4
  1584. package/dist/cjs/third-party/components/KiteFreeGiftDiscount.js +1 -1
  1585. package/dist/cjs/third-party/components/KiteFreeGiftDiscount.liquid.js +1 -1
  1586. package/dist/cjs/third-party/components/KlarnaMessaging.js +1 -1
  1587. package/dist/cjs/third-party/components/KlarnaMessaging.liquid.js +5 -5
  1588. package/dist/cjs/third-party/components/Klaviyo/KlaviyoSampleContent.js +1 -1
  1589. package/dist/cjs/third-party/components/Klaviyo.js +1 -1
  1590. package/dist/cjs/third-party/components/Klaviyo.liquid.js +5 -5
  1591. package/dist/cjs/third-party/components/KoalaBundleQuantityDiscount.js +1 -1
  1592. package/dist/cjs/third-party/components/KoalaBundleQuantityDiscount.liquid.js +1 -1
  1593. package/dist/cjs/third-party/components/LaiProductReviews/LaiProductReviewsSampleContent.js +1 -1
  1594. package/dist/cjs/third-party/components/LaiProductReviews/LiquidTemplateByWiget.js +10 -10
  1595. package/dist/cjs/third-party/components/LaiProductReviews.js +1 -1
  1596. package/dist/cjs/third-party/components/LaiProductReviews.liquid.js +5 -5
  1597. package/dist/cjs/third-party/components/LoloyalLoyaltyReferrals.js +1 -1
  1598. package/dist/cjs/third-party/components/LoloyalLoyaltyReferrals.liquid.js +1 -1
  1599. package/dist/cjs/third-party/components/LoopSubscriptions.js +1 -1
  1600. package/dist/cjs/third-party/components/LoopSubscriptions.liquid.js +2 -2
  1601. package/dist/cjs/third-party/components/LooxReviews/LooxReviewsSampleContent.js +1 -1
  1602. package/dist/cjs/third-party/components/LooxReviews.js +1 -1
  1603. package/dist/cjs/third-party/components/LooxReviews.liquid.js +8 -8
  1604. package/dist/cjs/third-party/components/MaxbundleProductBundles.js +1 -1
  1605. package/dist/cjs/third-party/components/MaxbundleProductBundles.liquid.js +5 -5
  1606. package/dist/cjs/third-party/components/MbcBundleVolumeDiscount.js +1 -1
  1607. package/dist/cjs/third-party/components/MbcBundleVolumeDiscount.liquid.js +4 -4
  1608. package/dist/cjs/third-party/components/MyappgurusProductReviews.js +1 -1
  1609. package/dist/cjs/third-party/components/MyappgurusProductReviews.liquid.js +1 -1
  1610. package/dist/cjs/third-party/components/NotifyBackInStockPreOrder.js +1 -1
  1611. package/dist/cjs/third-party/components/NotifyBackInStockPreOrder.liquid.js +3 -3
  1612. package/dist/cjs/third-party/components/OkendoReviewsLoyalty.js +1 -1
  1613. package/dist/cjs/third-party/components/OkendoReviewsLoyalty.liquid.js +1 -1
  1614. package/dist/cjs/third-party/components/Omnisend/OmnisendSampleContent.js +1 -1
  1615. package/dist/cjs/third-party/components/Omnisend.js +1 -1
  1616. package/dist/cjs/third-party/components/Omnisend.liquid.js +9 -9
  1617. package/dist/cjs/third-party/components/Opinew/OpinewSampleContent.js +1 -1
  1618. package/dist/cjs/third-party/components/Opinew.js +1 -1
  1619. package/dist/cjs/third-party/components/Opinew.liquid.js +5 -5
  1620. package/dist/cjs/third-party/components/ParcelPanel/ParcelPanelSampleContent.js +1 -1
  1621. package/dist/cjs/third-party/components/ParcelPanel.js +1 -1
  1622. package/dist/cjs/third-party/components/ParcelPanel.liquid.js +1 -1
  1623. package/dist/cjs/third-party/components/PickyStory/PickyStorySampleContent.js +1 -1
  1624. package/dist/cjs/third-party/components/PickyStory.js +1 -1
  1625. package/dist/cjs/third-party/components/PickyStory.liquid.js +5 -5
  1626. package/dist/cjs/third-party/components/PowerfulContactFormBuilder.js +1 -1
  1627. package/dist/cjs/third-party/components/PowerfulContactFormBuilder.liquid.js +1 -1
  1628. package/dist/cjs/third-party/components/PreorderNowPreOrderPq.js +1 -1
  1629. package/dist/cjs/third-party/components/PreorderNowPreOrderPq.liquid.js +1 -1
  1630. package/dist/cjs/third-party/components/PreorderNowWodPresale.js +1 -1
  1631. package/dist/cjs/third-party/components/PreorderNowWodPresale.liquid.js +1 -1
  1632. package/dist/cjs/third-party/components/ProductOptionsCustomizer.js +1 -1
  1633. package/dist/cjs/third-party/components/ProductOptionsCustomizer.liquid.js +1 -1
  1634. package/dist/cjs/third-party/components/ProductOptionsVariantOption.js +1 -1
  1635. package/dist/cjs/third-party/components/ProductOptionsVariantOption.liquid.js +3 -3
  1636. package/dist/cjs/third-party/components/ProductReviews/ProductReviewsSampleContent.js +1 -1
  1637. package/dist/cjs/third-party/components/ProductReviews.js +1 -1
  1638. package/dist/cjs/third-party/components/ProductReviews.liquid.js +5 -5
  1639. package/dist/cjs/third-party/components/PumperBundlesVolumeDiscount.js +1 -1
  1640. package/dist/cjs/third-party/components/PumperBundlesVolumeDiscount.liquid.js +1 -1
  1641. package/dist/cjs/third-party/components/PushOwl.js +1 -1
  1642. package/dist/cjs/third-party/components/PushOwl.liquid.js +3 -3
  1643. package/dist/cjs/third-party/components/QikifyUpsell.js +1 -1
  1644. package/dist/cjs/third-party/components/QikifyUpsell.liquid.js +1 -1
  1645. package/dist/cjs/third-party/components/RapiBundleQuantityBreaks.js +1 -1
  1646. package/dist/cjs/third-party/components/RapiBundleQuantityBreaks.liquid.js +3 -3
  1647. package/dist/cjs/third-party/components/RechargeSubscriptions.js +1 -1
  1648. package/dist/cjs/third-party/components/RechargeSubscriptions.liquid.js +1 -1
  1649. package/dist/cjs/third-party/components/RecurpaySubscriptionApp.js +1 -1
  1650. package/dist/cjs/third-party/components/RecurpaySubscriptionApp.liquid.js +4 -4
  1651. package/dist/cjs/third-party/components/Releasit/ReleasitSampleContent.js +1 -1
  1652. package/dist/cjs/third-party/components/Releasit.js +1 -1
  1653. package/dist/cjs/third-party/components/Releasit.liquid.js +4 -4
  1654. package/dist/cjs/third-party/components/RequestQuoteHidePrice.js +1 -1
  1655. package/dist/cjs/third-party/components/RequestQuoteHidePrice.liquid.js +3 -3
  1656. package/dist/cjs/third-party/components/ReviewxpoProductReviewsApp.js +1 -1
  1657. package/dist/cjs/third-party/components/ReviewxpoProductReviewsApp.liquid.js +1 -1
  1658. package/dist/cjs/third-party/components/Rivyo/RivyoSampleContent.js +1 -1
  1659. package/dist/cjs/third-party/components/Rivyo.js +1 -1
  1660. package/dist/cjs/third-party/components/Rivyo.liquid.js +4 -4
  1661. package/dist/cjs/third-party/components/Ryviu/RyviuSampleContent.js +1 -1
  1662. package/dist/cjs/third-party/components/Ryviu.js +1 -1
  1663. package/dist/cjs/third-party/components/Ryviu.liquid.js +5 -5
  1664. package/dist/cjs/third-party/components/SealSubscriptions/SealSubscriptionsSampleContent.js +1 -1
  1665. package/dist/cjs/third-party/components/SealSubscriptions.js +1 -1
  1666. package/dist/cjs/third-party/components/SealSubscriptions.liquid.js +44 -13
  1667. package/dist/cjs/third-party/components/SegunoEmailMarketing.js +1 -1
  1668. package/dist/cjs/third-party/components/SegunoEmailMarketing.liquid.js +1 -1
  1669. package/dist/cjs/third-party/components/Selleasy.js +1 -1
  1670. package/dist/cjs/third-party/components/Selleasy.liquid.js +1 -1
  1671. package/dist/cjs/third-party/components/SeoantTrustBadgesIcon.js +1 -1
  1672. package/dist/cjs/third-party/components/SeoantTrustBadgesIcon.liquid.js +1 -1
  1673. package/dist/cjs/third-party/components/ShopifyForms.js +1 -1
  1674. package/dist/cjs/third-party/components/ShopifyForms.liquid.js +1 -1
  1675. package/dist/cjs/third-party/components/ShopifySubscriptions.js +1 -1
  1676. package/dist/cjs/third-party/components/ShopifySubscriptions.liquid.js +4 -4
  1677. package/dist/cjs/third-party/components/SimpleBundlesKits.js +1 -1
  1678. package/dist/cjs/third-party/components/SimpleBundlesKits.liquid.js +1 -1
  1679. package/dist/cjs/third-party/components/SkioSubscriptionsYcS20.js +1 -1
  1680. package/dist/cjs/third-party/components/SkioSubscriptionsYcS20.liquid.js +1 -1
  1681. package/dist/cjs/third-party/components/SmartSearchBarAndFilters/SmartSearchBarAndFiltersSampleContent.js +1 -1
  1682. package/dist/cjs/third-party/components/SmartSearchBarAndFilters.js +1 -1
  1683. package/dist/cjs/third-party/components/SmartSearchBarAndFilters.liquid.js +6 -6
  1684. package/dist/cjs/third-party/components/SproutPlantTreesGrowSales.js +1 -1
  1685. package/dist/cjs/third-party/components/SproutPlantTreesGrowSales.liquid.js +1 -1
  1686. package/dist/cjs/third-party/components/Stamped/LiquidTemplateByWidget.js +40 -40
  1687. package/dist/cjs/third-party/components/Stamped/StampedSampleContent.js +1 -1
  1688. package/dist/cjs/third-party/components/Stamped.js +1 -1
  1689. package/dist/cjs/third-party/components/Stamped.liquid.js +5 -5
  1690. package/dist/cjs/third-party/components/StellarDeliveryDatePickup.js +1 -1
  1691. package/dist/cjs/third-party/components/StellarDeliveryDatePickup.liquid.js +3 -3
  1692. package/dist/cjs/third-party/components/SubifySubscriptionsApp.js +1 -1
  1693. package/dist/cjs/third-party/components/SubifySubscriptionsApp.liquid.js +1 -1
  1694. package/dist/cjs/third-party/components/TagembedSocialPostReview.js +1 -1
  1695. package/dist/cjs/third-party/components/TagembedSocialPostReview.liquid.js +5 -5
  1696. package/dist/cjs/third-party/components/TagshopShoppableVideosUgc.js +1 -1
  1697. package/dist/cjs/third-party/components/TagshopShoppableVideosUgc.liquid.js +4 -4
  1698. package/dist/cjs/third-party/components/TeeinblueProductPersonalizer.js +1 -1
  1699. package/dist/cjs/third-party/components/TeeinblueProductPersonalizer.liquid.js +4 -4
  1700. package/dist/cjs/third-party/components/ThirdPartyPreview.js +1 -1
  1701. package/dist/cjs/third-party/components/TrustBadgesBear.js +1 -1
  1702. package/dist/cjs/third-party/components/TrustBadgesBear.liquid.js +1 -1
  1703. package/dist/cjs/third-party/components/TrustMe/TrustMeSampleContent.js +1 -1
  1704. package/dist/cjs/third-party/components/TrustMe.js +1 -1
  1705. package/dist/cjs/third-party/components/TrustMe.liquid.js +4 -4
  1706. package/dist/cjs/third-party/components/TrustedsiteTrustBadges.js +1 -1
  1707. package/dist/cjs/third-party/components/TrustedsiteTrustBadges.liquid.js +1 -1
  1708. package/dist/cjs/third-party/components/Trustoo/TrustooSampleContent.js +1 -1
  1709. package/dist/cjs/third-party/components/Trustoo.js +1 -1
  1710. package/dist/cjs/third-party/components/Trustoo.liquid.js +14 -14
  1711. package/dist/cjs/third-party/components/TrustreviewsProductReviews.js +1 -1
  1712. package/dist/cjs/third-party/components/TrustreviewsProductReviews.liquid.js +1 -1
  1713. package/dist/cjs/third-party/components/TrustshopProductReviews.js +1 -1
  1714. package/dist/cjs/third-party/components/TrustshopProductReviews.liquid.js +1 -1
  1715. package/dist/cjs/third-party/components/UltimateSalesBoost/UltimateSalesBoostSampleContent.js +1 -1
  1716. package/dist/cjs/third-party/components/UltimateSalesBoost.js +1 -1
  1717. package/dist/cjs/third-party/components/UltimateSalesBoost.liquid.js +4 -4
  1718. package/dist/cjs/third-party/components/UnlimitedBundlesDiscounts.js +1 -1
  1719. package/dist/cjs/third-party/components/UnlimitedBundlesDiscounts.liquid.js +1 -1
  1720. package/dist/cjs/third-party/components/UppromoteAffiliateMarketing.js +1 -1
  1721. package/dist/cjs/third-party/components/UppromoteAffiliateMarketing.liquid.js +4 -4
  1722. package/dist/cjs/third-party/components/Vitals/VitalsSampleContent.js +1 -1
  1723. package/dist/cjs/third-party/components/Vitals.js +1 -1
  1724. package/dist/cjs/third-party/components/Vitals.liquid.js +5 -5
  1725. package/dist/cjs/third-party/components/WcWishlistBackInStock.js +2 -0
  1726. package/dist/cjs/third-party/components/WcWishlistBackInStock.liquid.js +1 -0
  1727. package/dist/cjs/third-party/components/WhatmoreShoppableVideosreel.js +1 -1
  1728. package/dist/cjs/third-party/components/WhatmoreShoppableVideosreel.liquid.js +1 -1
  1729. package/dist/cjs/third-party/components/WideBundle/WideBundleSampleContent.js +1 -1
  1730. package/dist/cjs/third-party/components/WideBundle.js +1 -1
  1731. package/dist/cjs/third-party/components/WideBundle.liquid.js +4 -4
  1732. package/dist/cjs/third-party/components/Wiser/WiserSampleContent.js +1 -1
  1733. package/dist/cjs/third-party/components/Wiser.js +1 -1
  1734. package/dist/cjs/third-party/components/Wiser.liquid.js +5 -5
  1735. package/dist/cjs/third-party/components/WishlistKing.js +1 -1
  1736. package/dist/cjs/third-party/components/WishlistKing.liquid.js +1 -1
  1737. package/dist/cjs/third-party/components/WishlistPlus.js +1 -1
  1738. package/dist/cjs/third-party/components/WishlistPlus.liquid.js +7 -7
  1739. package/dist/cjs/third-party/components/YotpoLoyalty/YotpoLoyaltySampleContent.js +1 -1
  1740. package/dist/cjs/third-party/components/YotpoLoyalty.js +1 -1
  1741. package/dist/cjs/third-party/components/YotpoReviews/YotpoReviewsSampleContent.js +1 -1
  1742. package/dist/cjs/third-party/components/YotpoReviews.js +1 -1
  1743. package/dist/cjs/third-party/components/YotpoReviews.liquid.js +6 -6
  1744. package/dist/cjs/third-party/configs/AftershipEmailMarketingsms.js +1 -1
  1745. package/dist/cjs/third-party/configs/AirProductReviewsAppUgc.js +1 -1
  1746. package/dist/cjs/third-party/configs/AliReviews.js +1 -1
  1747. package/dist/cjs/third-party/configs/AlsoBoughtCbb.js +1 -1
  1748. package/dist/cjs/third-party/configs/AovBundlesVolumeDiscounts.js +1 -1
  1749. package/dist/cjs/third-party/configs/AovFreeGiftBuyXGetYBogo.js +1 -1
  1750. package/dist/cjs/third-party/configs/AppointmentBookingCowlendar.js +1 -1
  1751. package/dist/cjs/third-party/configs/AppstleBundlesDiscounts.js +1 -1
  1752. package/dist/cjs/third-party/configs/AppstleSubscriptions.js +1 -1
  1753. package/dist/cjs/third-party/configs/BfSizeChartSizeGuide.js +1 -1
  1754. package/dist/cjs/third-party/configs/BirdChime.js +1 -1
  1755. package/dist/cjs/third-party/configs/BloyRewardsProgramLoyalty.js +1 -1
  1756. package/dist/cjs/third-party/configs/Bogos.js +1 -1
  1757. package/dist/cjs/third-party/configs/BoldProductOptions.js +1 -1
  1758. package/dist/cjs/third-party/configs/BoldSubscription.js +1 -1
  1759. package/dist/cjs/third-party/configs/BonLoyaltyRewardsReferrals.js +1 -1
  1760. package/dist/cjs/third-party/configs/BonySubscriptionsApp.js +1 -0
  1761. package/dist/cjs/third-party/configs/BoostAISearchDiscovery.js +1 -1
  1762. package/dist/cjs/third-party/configs/Bundler.js +1 -1
  1763. package/dist/cjs/third-party/configs/CleanSizeCharts.js +1 -1
  1764. package/dist/cjs/third-party/configs/CrossSellCartUpsell.js +1 -1
  1765. package/dist/cjs/third-party/configs/CustomProductOptionsVariant.js +1 -1
  1766. package/dist/cjs/third-party/configs/DealeasyVolumeDiscounts.js +1 -1
  1767. package/dist/cjs/third-party/configs/DiscountyBulkDiscountSales.js +1 -1
  1768. package/dist/cjs/third-party/configs/EasifyProductOptions.js +1 -1
  1769. package/dist/cjs/third-party/configs/EasyBundleBuilderSkailama.js +1 -1
  1770. package/dist/cjs/third-party/configs/EasySellCOD.js +1 -1
  1771. package/dist/cjs/third-party/configs/EcoboostifyShoppableReelUgc.js +1 -1
  1772. package/dist/cjs/third-party/configs/EcomsendBackInStockAlert.js +1 -1
  1773. package/dist/cjs/third-party/configs/EssentialAnnouncementBar.js +1 -1
  1774. package/dist/cjs/third-party/configs/EssentialCountdownTimerBar.js +1 -1
  1775. package/dist/cjs/third-party/configs/EstimatedDeliveryDatePlus.js +1 -1
  1776. package/dist/cjs/third-party/configs/FastBundleBundlesDiscount.js +1 -1
  1777. package/dist/cjs/third-party/configs/FeraReviews.js +1 -1
  1778. package/dist/cjs/third-party/configs/FirePush.js +1 -1
  1779. package/dist/cjs/third-party/configs/FlyBundlesUpsellsFbt.js +1 -1
  1780. package/dist/cjs/third-party/configs/FordeerProductLabels.js +1 -1
  1781. package/dist/cjs/third-party/configs/FrequentlyBoughtTogether.js +1 -1
  1782. package/dist/cjs/third-party/configs/GloColorSwatchvariantImage.js +1 -1
  1783. package/dist/cjs/third-party/configs/GoogleReviewsByReputon.js +1 -1
  1784. package/dist/cjs/third-party/configs/Growave.js +1 -1
  1785. package/dist/cjs/third-party/configs/GrowthSuiteDiscountCodes.js +1 -1
  1786. package/dist/cjs/third-party/configs/HextomCountdownTimerBar.js +1 -1
  1787. package/dist/cjs/third-party/configs/HextomFreeShippingBar.js +1 -1
  1788. package/dist/cjs/third-party/configs/HulkFormBuilder.js +1 -1
  1789. package/dist/cjs/third-party/configs/HulkProductOptions.js +1 -1
  1790. package/dist/cjs/third-party/configs/InfiniteOptions.js +1 -1
  1791. package/dist/cjs/third-party/configs/Instafeed.js +1 -1
  1792. package/dist/cjs/third-party/configs/InstasellShoppableInstagram.js +1 -1
  1793. package/dist/cjs/third-party/configs/JudgemeReviews.js +1 -1
  1794. package/dist/cjs/third-party/configs/JunipProductReviewsUgc.js +1 -1
  1795. package/dist/cjs/third-party/configs/KachingBundles.js +1 -1
  1796. package/dist/cjs/third-party/configs/KachingSubscriptionsApp.js +1 -1
  1797. package/dist/cjs/third-party/configs/KingProductOptions.js +1 -1
  1798. package/dist/cjs/third-party/configs/KiteFreeGiftDiscount.js +1 -1
  1799. package/dist/cjs/third-party/configs/KlarmaMessaging.js +1 -1
  1800. package/dist/cjs/third-party/configs/Klaviyo.js +1 -1
  1801. package/dist/cjs/third-party/configs/KoalaBundleQuantityDiscount.js +1 -1
  1802. package/dist/cjs/third-party/configs/LaiProductReviews.js +1 -1
  1803. package/dist/cjs/third-party/configs/LoloyalLoyaltyReferrals.js +1 -1
  1804. package/dist/cjs/third-party/configs/LoopSubscriptions.js +1 -1
  1805. package/dist/cjs/third-party/configs/LooxReviews.js +1 -1
  1806. package/dist/cjs/third-party/configs/MaxbundleProductBundles.js +1 -1
  1807. package/dist/cjs/third-party/configs/MbcBundleVolumeDiscount.js +1 -1
  1808. package/dist/cjs/third-party/configs/MyappgurusProductReviews.js +1 -1
  1809. package/dist/cjs/third-party/configs/NotifyBackInStockPreOrder.js +1 -1
  1810. package/dist/cjs/third-party/configs/OkendoReviewsLoyalty.js +1 -1
  1811. package/dist/cjs/third-party/configs/Omnisend.js +1 -1
  1812. package/dist/cjs/third-party/configs/Opinew.js +1 -1
  1813. package/dist/cjs/third-party/configs/ParcelPanel.js +1 -1
  1814. package/dist/cjs/third-party/configs/PickyStory.js +1 -1
  1815. package/dist/cjs/third-party/configs/PowerfulContactFormBuilder.js +1 -1
  1816. package/dist/cjs/third-party/configs/PreorderNowPreOrderPq.js +1 -1
  1817. package/dist/cjs/third-party/configs/PreorderNowWodPresale.js +1 -1
  1818. package/dist/cjs/third-party/configs/ProductOptionsCustomizer.js +1 -1
  1819. package/dist/cjs/third-party/configs/ProductReviews.js +1 -1
  1820. package/dist/cjs/third-party/configs/PumperBundlesVolumeDiscount.js +1 -1
  1821. package/dist/cjs/third-party/configs/PushOwl.js +1 -1
  1822. package/dist/cjs/third-party/configs/QikifyUpsell.js +1 -1
  1823. package/dist/cjs/third-party/configs/RapiBundleQuantityBreaks.js +1 -1
  1824. package/dist/cjs/third-party/configs/RechargeSubscriptions.js +1 -1
  1825. package/dist/cjs/third-party/configs/RecurpaySubscriptionApp.js +1 -1
  1826. package/dist/cjs/third-party/configs/Releasit.js +1 -1
  1827. package/dist/cjs/third-party/configs/RequestQuoteHidePrice.js +1 -1
  1828. package/dist/cjs/third-party/configs/ReviewxpoProductReviewsApp.js +1 -1
  1829. package/dist/cjs/third-party/configs/Rivyo.js +1 -1
  1830. package/dist/cjs/third-party/configs/Ryviu.js +1 -1
  1831. package/dist/cjs/third-party/configs/SealSubscriptions.js +1 -1
  1832. package/dist/cjs/third-party/configs/SegunoEmailMarketing.js +1 -1
  1833. package/dist/cjs/third-party/configs/Selleasy.js +1 -1
  1834. package/dist/cjs/third-party/configs/SeoantTrustBadgesIcon.js +1 -1
  1835. package/dist/cjs/third-party/configs/ShopifyForms.js +1 -1
  1836. package/dist/cjs/third-party/configs/ShopifySubscriptions.js +1 -1
  1837. package/dist/cjs/third-party/configs/SimpleBundlesKits.js +1 -1
  1838. package/dist/cjs/third-party/configs/SkioSubscriptionsYcS20.js +1 -1
  1839. package/dist/cjs/third-party/configs/SmartSearchBarAndFilters.js +1 -1
  1840. package/dist/cjs/third-party/configs/SproutPlantTreesGrowSales.js +1 -1
  1841. package/dist/cjs/third-party/configs/Stamped.js +1 -1
  1842. package/dist/cjs/third-party/configs/StellarDeliveryDatePickup.js +1 -1
  1843. package/dist/cjs/third-party/configs/SubifySubscriptionsApp.js +1 -1
  1844. package/dist/cjs/third-party/configs/TagembedSocialPostReview.js +1 -1
  1845. package/dist/cjs/third-party/configs/TagshopShoppableVideosUgc.js +1 -1
  1846. package/dist/cjs/third-party/configs/TrustBadgesBear.js +1 -1
  1847. package/dist/cjs/third-party/configs/TrustMe.js +1 -1
  1848. package/dist/cjs/third-party/configs/TrustedsiteTrustBadges.js +1 -1
  1849. package/dist/cjs/third-party/configs/Trustoo.js +1 -1
  1850. package/dist/cjs/third-party/configs/TrustreviewsProductReviews.js +1 -1
  1851. package/dist/cjs/third-party/configs/TrustshopProductReviews.js +1 -1
  1852. package/dist/cjs/third-party/configs/UltimateSalesBoost.js +1 -1
  1853. package/dist/cjs/third-party/configs/UnlimitedBundlesDiscounts.js +1 -1
  1854. package/dist/cjs/third-party/configs/UppromoteAffiliateMarketing.js +1 -1
  1855. package/dist/cjs/third-party/configs/Vitals.js +1 -1
  1856. package/dist/cjs/third-party/configs/WcWishlistBackInStock.js +1 -0
  1857. package/dist/cjs/third-party/configs/WhatmoreShoppableVideosreel.js +1 -1
  1858. package/dist/cjs/third-party/configs/WideBundle.js +1 -1
  1859. package/dist/cjs/third-party/configs/Wiser.js +1 -1
  1860. package/dist/cjs/third-party/configs/WishlistKing.js +1 -1
  1861. package/dist/cjs/third-party/configs/WishlistPlus.js +1 -1
  1862. package/dist/cjs/third-party/configs/YotpoLoyalty.js +1 -1
  1863. package/dist/cjs/third-party/configs/YotpoReviews.js +1 -1
  1864. package/dist/cjs/third-party/index.js +1 -1
  1865. package/dist/cjs/third-party/next.js +1 -1
  1866. package/dist/cjs/third-party/settings/AftershipEmailMarketingsms/index.js +2 -2
  1867. package/dist/cjs/third-party/settings/AftershipEmailMarketingsms/uiV2.js +1 -1
  1868. package/dist/cjs/third-party/settings/AirProductReviewsAppUgc/index.js +2 -2
  1869. package/dist/cjs/third-party/settings/AirProductReviewsAppUgc/uiV2.js +1 -1
  1870. package/dist/cjs/third-party/settings/AliReviews/index.js +4 -4
  1871. package/dist/cjs/third-party/settings/AliReviews/uiV2.js +1 -1
  1872. package/dist/cjs/third-party/settings/AlsoBoughtCbb/index.js +2 -2
  1873. package/dist/cjs/third-party/settings/AlsoBoughtCbb/uiV2.js +1 -1
  1874. package/dist/cjs/third-party/settings/AovBundlesVolumeDiscounts/index.js +2 -2
  1875. package/dist/cjs/third-party/settings/AovBundlesVolumeDiscounts/uiV2.js +1 -1
  1876. package/dist/cjs/third-party/settings/AovFreeGiftBuyXGetYBogo/index.js +2 -2
  1877. package/dist/cjs/third-party/settings/AovFreeGiftBuyXGetYBogo/uiV2.js +1 -1
  1878. package/dist/cjs/third-party/settings/AppointmentBookingCowlendar/index.js +2 -2
  1879. package/dist/cjs/third-party/settings/AppointmentBookingCowlendar/uiV2.js +1 -1
  1880. package/dist/cjs/third-party/settings/AppstleBundlesDiscounts/index.js +2 -2
  1881. package/dist/cjs/third-party/settings/AppstleBundlesDiscounts/uiV2.js +1 -1
  1882. package/dist/cjs/third-party/settings/AppstleSubscriptions/index.js +4 -4
  1883. package/dist/cjs/third-party/settings/AppstleSubscriptions/uiV2.js +1 -1
  1884. package/dist/cjs/third-party/settings/BestBuyFulfillment/index.js +2 -2
  1885. package/dist/cjs/third-party/settings/BestBuyFulfillment/uiV2.js +1 -1
  1886. package/dist/cjs/third-party/settings/BfSizeChartSizeGuide/index.js +2 -2
  1887. package/dist/cjs/third-party/settings/BfSizeChartSizeGuide/uiV2.js +1 -1
  1888. package/dist/cjs/third-party/settings/BirdChime/index.js +4 -4
  1889. package/dist/cjs/third-party/settings/BirdChime/uiV2.js +1 -1
  1890. package/dist/cjs/third-party/settings/BloyRewardsProgramLoyalty/index.js +2 -2
  1891. package/dist/cjs/third-party/settings/BloyRewardsProgramLoyalty/uiV2.js +1 -1
  1892. package/dist/cjs/third-party/settings/Bogos/index.js +4 -4
  1893. package/dist/cjs/third-party/settings/Bogos/uiV2.js +1 -1
  1894. package/dist/cjs/third-party/settings/BoldProductOptions/index.js +4 -4
  1895. package/dist/cjs/third-party/settings/BoldProductOptions/uiV2.js +1 -1
  1896. package/dist/cjs/third-party/settings/BoldSubscriptions/index.js +4 -4
  1897. package/dist/cjs/third-party/settings/BoldSubscriptions/uiV2.js +1 -1
  1898. package/dist/cjs/third-party/settings/BonLoyaltyRewardsReferrals/index.js +2 -2
  1899. package/dist/cjs/third-party/settings/BonLoyaltyRewardsReferrals/uiV2.js +1 -1
  1900. package/dist/cjs/third-party/settings/BonySubscriptionsApp/index.js +4 -0
  1901. package/dist/cjs/third-party/settings/BonySubscriptionsApp/uiV2.js +1 -0
  1902. package/dist/cjs/third-party/settings/BoostAISearchDiscovery/index.js +4 -4
  1903. package/dist/cjs/third-party/settings/BoostAISearchDiscovery/uiV2.js +1 -1
  1904. package/dist/cjs/third-party/settings/Bundler/index.js +4 -4
  1905. package/dist/cjs/third-party/settings/Bundler/uiV2.js +1 -1
  1906. package/dist/cjs/third-party/settings/CleanSizeCharts/index.js +4 -4
  1907. package/dist/cjs/third-party/settings/CleanSizeCharts/uiV2.js +1 -1
  1908. package/dist/cjs/third-party/settings/CrossSellCartUpsell/index.js +4 -4
  1909. package/dist/cjs/third-party/settings/CrossSellCartUpsell/uiV2.js +1 -1
  1910. package/dist/cjs/third-party/settings/CustomProductOptionsVariant/index.js +2 -2
  1911. package/dist/cjs/third-party/settings/CustomProductOptionsVariant/uiV2.js +1 -1
  1912. package/dist/cjs/third-party/settings/DealeasyVolumeDiscounts/index.js +2 -2
  1913. package/dist/cjs/third-party/settings/DealeasyVolumeDiscounts/uiV2.js +1 -1
  1914. package/dist/cjs/third-party/settings/DiscountyBulkDiscountSales/index.js +2 -2
  1915. package/dist/cjs/third-party/settings/DiscountyBulkDiscountSales/uiV2.js +1 -1
  1916. package/dist/cjs/third-party/settings/EasifyProductOptions/index.js +2 -2
  1917. package/dist/cjs/third-party/settings/EasifyProductOptions/uiV2.js +1 -1
  1918. package/dist/cjs/third-party/settings/EasyBundleBuilderSkailama/index.js +2 -2
  1919. package/dist/cjs/third-party/settings/EasyBundleBuilderSkailama/uiV2.js +1 -1
  1920. package/dist/cjs/third-party/settings/EasySellCOD/index.js +4 -4
  1921. package/dist/cjs/third-party/settings/EasySellCOD/uiV2.js +1 -1
  1922. package/dist/cjs/third-party/settings/EcoboostifyShoppableReelUgc/index.js +2 -2
  1923. package/dist/cjs/third-party/settings/EcoboostifyShoppableReelUgc/uiV2.js +1 -1
  1924. package/dist/cjs/third-party/settings/EcomsendBackInStockAlert/index.js +2 -2
  1925. package/dist/cjs/third-party/settings/EcomsendBackInStockAlert/uiV2.js +1 -1
  1926. package/dist/cjs/third-party/settings/EssentialAnnouncementBar/index.js +2 -2
  1927. package/dist/cjs/third-party/settings/EssentialAnnouncementBar/uiV2.js +1 -1
  1928. package/dist/cjs/third-party/settings/EssentialCountdownTimerBar/index.js +2 -2
  1929. package/dist/cjs/third-party/settings/EssentialCountdownTimerBar/uiV2.js +1 -1
  1930. package/dist/cjs/third-party/settings/EstimatedDeliveryDatePlus/index.js +2 -2
  1931. package/dist/cjs/third-party/settings/EstimatedDeliveryDatePlus/uiV2.js +1 -1
  1932. package/dist/cjs/third-party/settings/FastBundleBundlesDiscounts/index.js +2 -2
  1933. package/dist/cjs/third-party/settings/FastBundleBundlesDiscounts/uiV2.js +1 -1
  1934. package/dist/cjs/third-party/settings/FeraReviews/index.js +4 -4
  1935. package/dist/cjs/third-party/settings/FeraReviews/uiV2.js +1 -1
  1936. package/dist/cjs/third-party/settings/FirePush/index.js +4 -4
  1937. package/dist/cjs/third-party/settings/FirePush/uiV2.js +1 -1
  1938. package/dist/cjs/third-party/settings/FlyBundlesUpsellsFbt/index.js +2 -2
  1939. package/dist/cjs/third-party/settings/FlyBundlesUpsellsFbt/uiV2.js +1 -1
  1940. package/dist/cjs/third-party/settings/FordeerProductLabels/index.js +2 -2
  1941. package/dist/cjs/third-party/settings/FordeerProductLabels/uiV2.js +1 -1
  1942. package/dist/cjs/third-party/settings/FrequentlyBoughtTogether/index.js +6 -6
  1943. package/dist/cjs/third-party/settings/FrequentlyBoughtTogether/uiV2.js +1 -1
  1944. package/dist/cjs/third-party/settings/GloColorSwatchvariantImage/index.js +2 -2
  1945. package/dist/cjs/third-party/settings/GloColorSwatchvariantImage/uiV2.js +1 -1
  1946. package/dist/cjs/third-party/settings/GloboProductOptionsVariant/index.js +2 -2
  1947. package/dist/cjs/third-party/settings/GloboProductOptionsVariant/uiV2.js +1 -1
  1948. package/dist/cjs/third-party/settings/GoogleReviewsByReputon/index.js +2 -2
  1949. package/dist/cjs/third-party/settings/GoogleReviewsByReputon/uiV2.js +1 -1
  1950. package/dist/cjs/third-party/settings/Growave/index.js +4 -4
  1951. package/dist/cjs/third-party/settings/Growave/uiV2.js +1 -1
  1952. package/dist/cjs/third-party/settings/GrowthSuiteDiscountCodes/index.js +2 -2
  1953. package/dist/cjs/third-party/settings/GrowthSuiteDiscountCodes/uiV2.js +1 -1
  1954. package/dist/cjs/third-party/settings/HextomCountdownTimerBar/index.js +2 -2
  1955. package/dist/cjs/third-party/settings/HextomCountdownTimerBar/uiV2.js +1 -1
  1956. package/dist/cjs/third-party/settings/HextomFreeShippingBar/index.js +2 -2
  1957. package/dist/cjs/third-party/settings/HextomFreeShippingBar/uiV2.js +1 -1
  1958. package/dist/cjs/third-party/settings/HulkFormBuilder/index.js +2 -2
  1959. package/dist/cjs/third-party/settings/HulkFormBuilder/uiV2.js +1 -1
  1960. package/dist/cjs/third-party/settings/HulkProductOptions/index.js +2 -2
  1961. package/dist/cjs/third-party/settings/HulkProductOptions/uiV2.js +1 -1
  1962. package/dist/cjs/third-party/settings/InfiniteOptions/index.js +4 -4
  1963. package/dist/cjs/third-party/settings/InfiniteOptions/uiV2.js +1 -1
  1964. package/dist/cjs/third-party/settings/Instafeed/index.js +4 -4
  1965. package/dist/cjs/third-party/settings/Instafeed/uiV2.js +1 -1
  1966. package/dist/cjs/third-party/settings/InstasellShoppableInstagram/index.js +2 -2
  1967. package/dist/cjs/third-party/settings/InstasellShoppableInstagram/uiV2.js +1 -1
  1968. package/dist/cjs/third-party/settings/JudgemeReviews/index.js +4 -4
  1969. package/dist/cjs/third-party/settings/JudgemeReviews/uiV2.js +1 -1
  1970. package/dist/cjs/third-party/settings/JunipProductReviewsUgc/index.js +2 -2
  1971. package/dist/cjs/third-party/settings/JunipProductReviewsUgc/uiV2.js +1 -1
  1972. package/dist/cjs/third-party/settings/KachingBundles/index.js +4 -4
  1973. package/dist/cjs/third-party/settings/KachingBundles/uiV2.js +1 -1
  1974. package/dist/cjs/third-party/settings/KachingSubscriptionsApp/index.js +2 -2
  1975. package/dist/cjs/third-party/settings/KachingSubscriptionsApp/uiV2.js +1 -1
  1976. package/dist/cjs/third-party/settings/KingProductOptions/index.js +4 -4
  1977. package/dist/cjs/third-party/settings/KingProductOptions/uiV2.js +1 -1
  1978. package/dist/cjs/third-party/settings/KiteFreeGiftDiscount/index.js +2 -2
  1979. package/dist/cjs/third-party/settings/KiteFreeGiftDiscount/uiV2.js +1 -1
  1980. package/dist/cjs/third-party/settings/KlarnaMessaging/index.js +4 -4
  1981. package/dist/cjs/third-party/settings/KlarnaMessaging/uiV2.js +1 -1
  1982. package/dist/cjs/third-party/settings/Klaviyo/index.js +4 -4
  1983. package/dist/cjs/third-party/settings/Klaviyo/uiV2.js +1 -1
  1984. package/dist/cjs/third-party/settings/KoalaBundleQuantityDiscount/index.js +2 -2
  1985. package/dist/cjs/third-party/settings/KoalaBundleQuantityDiscount/uiV2.js +1 -1
  1986. package/dist/cjs/third-party/settings/LaiProductReviews/index.js +4 -4
  1987. package/dist/cjs/third-party/settings/LaiProductReviews/uiV2.js +1 -1
  1988. package/dist/cjs/third-party/settings/LoloyalLoyaltyReferrals/index.js +4 -4
  1989. package/dist/cjs/third-party/settings/LoloyalLoyaltyReferrals/uiV2.js +1 -1
  1990. package/dist/cjs/third-party/settings/LoopSubscriptions/index.js +2 -2
  1991. package/dist/cjs/third-party/settings/LoopSubscriptions/uiV2.js +1 -1
  1992. package/dist/cjs/third-party/settings/LooxReviews/index.js +4 -4
  1993. package/dist/cjs/third-party/settings/LooxReviews/uiV2.js +1 -1
  1994. package/dist/cjs/third-party/settings/MaxbundleProductBundles/index.js +2 -2
  1995. package/dist/cjs/third-party/settings/MaxbundleProductBundles/uiV2.js +1 -1
  1996. package/dist/cjs/third-party/settings/MbcBundleVolumeDiscount/index.js +2 -2
  1997. package/dist/cjs/third-party/settings/MbcBundleVolumeDiscount/uiV2.js +1 -1
  1998. package/dist/cjs/third-party/settings/MyappgurusProductReviews/index.js +2 -2
  1999. package/dist/cjs/third-party/settings/MyappgurusProductReviews/uiV2.js +1 -1
  2000. package/dist/cjs/third-party/settings/NotifyBackInStockPreOrder/index.js +3 -3
  2001. package/dist/cjs/third-party/settings/NotifyBackInStockPreOrder/uiV2.js +1 -1
  2002. package/dist/cjs/third-party/settings/OkendoReviewsLoyalty/index.js +2 -2
  2003. package/dist/cjs/third-party/settings/OkendoReviewsLoyalty/uiV2.js +1 -1
  2004. package/dist/cjs/third-party/settings/Omnisend/index.js +4 -4
  2005. package/dist/cjs/third-party/settings/Omnisend/uiV2.js +1 -1
  2006. package/dist/cjs/third-party/settings/Opinew/index.js +4 -4
  2007. package/dist/cjs/third-party/settings/Opinew/uiV2.js +1 -1
  2008. package/dist/cjs/third-party/settings/ParcelPanel/index.js +4 -4
  2009. package/dist/cjs/third-party/settings/ParcelPanel/uiV2.js +1 -1
  2010. package/dist/cjs/third-party/settings/PickyStory/index.js +4 -4
  2011. package/dist/cjs/third-party/settings/PickyStory/uiV2.js +1 -1
  2012. package/dist/cjs/third-party/settings/PowerfulContactFormBuilder/index.js +2 -2
  2013. package/dist/cjs/third-party/settings/PowerfulContactFormBuilder/uiV2.js +1 -1
  2014. package/dist/cjs/third-party/settings/PreorderNowPreOrderPq/index.js +2 -2
  2015. package/dist/cjs/third-party/settings/PreorderNowPreOrderPq/uiV2.js +1 -1
  2016. package/dist/cjs/third-party/settings/PreorderNowWodPresale/index.js +2 -2
  2017. package/dist/cjs/third-party/settings/PreorderNowWodPresale/uiV2.js +1 -1
  2018. package/dist/cjs/third-party/settings/ProductOptionsCustomizer/index.js +2 -2
  2019. package/dist/cjs/third-party/settings/ProductOptionsCustomizer/uiV2.js +1 -1
  2020. package/dist/cjs/third-party/settings/ProductOptionsVariantOption/index.js +2 -2
  2021. package/dist/cjs/third-party/settings/ProductOptionsVariantOption/uiV2.js +1 -1
  2022. package/dist/cjs/third-party/settings/ProductReviews/index.js +4 -4
  2023. package/dist/cjs/third-party/settings/ProductReviews/uiV2.js +1 -1
  2024. package/dist/cjs/third-party/settings/PumperBundlesVolumeDiscount/index.js +2 -2
  2025. package/dist/cjs/third-party/settings/PumperBundlesVolumeDiscount/uiV2.js +1 -1
  2026. package/dist/cjs/third-party/settings/PushOwl/index.js +4 -4
  2027. package/dist/cjs/third-party/settings/PushOwl/uiV2.js +1 -1
  2028. package/dist/cjs/third-party/settings/QikifyUpsell/index.js +4 -4
  2029. package/dist/cjs/third-party/settings/QikifyUpsell/uiV2.js +1 -1
  2030. package/dist/cjs/third-party/settings/RapiBundleQuantityBreaks/index.js +2 -2
  2031. package/dist/cjs/third-party/settings/RapiBundleQuantityBreaks/uiV2.js +1 -1
  2032. package/dist/cjs/third-party/settings/RechargeSubscriptions/index.js +2 -2
  2033. package/dist/cjs/third-party/settings/RechargeSubscriptions/uiV2.js +1 -1
  2034. package/dist/cjs/third-party/settings/RecurpaySubscriptionApp/index.js +2 -2
  2035. package/dist/cjs/third-party/settings/RecurpaySubscriptionApp/uiV2.js +1 -1
  2036. package/dist/cjs/third-party/settings/Releasit/index.js +4 -4
  2037. package/dist/cjs/third-party/settings/Releasit/uiV2.js +1 -1
  2038. package/dist/cjs/third-party/settings/RequestQuoteHidePrice/index.js +3 -3
  2039. package/dist/cjs/third-party/settings/RequestQuoteHidePrice/uiV2.js +1 -1
  2040. package/dist/cjs/third-party/settings/ReviewxpoProductReviewsApp/index.js +2 -2
  2041. package/dist/cjs/third-party/settings/ReviewxpoProductReviewsApp/uiV2.js +1 -1
  2042. package/dist/cjs/third-party/settings/Rivyo/index.js +4 -4
  2043. package/dist/cjs/third-party/settings/Rivyo/uiV2.js +1 -1
  2044. package/dist/cjs/third-party/settings/Ryviu/index.js +4 -4
  2045. package/dist/cjs/third-party/settings/Ryviu/uiV2.js +1 -1
  2046. package/dist/cjs/third-party/settings/SealSubscriptions/index.js +4 -4
  2047. package/dist/cjs/third-party/settings/SealSubscriptions/uiV2.js +1 -1
  2048. package/dist/cjs/third-party/settings/SegunoEmailMarketing/index.js +2 -2
  2049. package/dist/cjs/third-party/settings/SegunoEmailMarketing/uiV2.js +1 -1
  2050. package/dist/cjs/third-party/settings/Selleasy/index.js +2 -2
  2051. package/dist/cjs/third-party/settings/Selleasy/uiV2.js +1 -1
  2052. package/dist/cjs/third-party/settings/SeoantTrustBadgesIcon/index.js +2 -2
  2053. package/dist/cjs/third-party/settings/SeoantTrustBadgesIcon/uiV2.js +1 -1
  2054. package/dist/cjs/third-party/settings/ShopifyForms/index.js +2 -2
  2055. package/dist/cjs/third-party/settings/ShopifyForms/uiV2.js +1 -1
  2056. package/dist/cjs/third-party/settings/ShopifySubscriptions/index.js +2 -2
  2057. package/dist/cjs/third-party/settings/ShopifySubscriptions/uiV2.js +1 -1
  2058. package/dist/cjs/third-party/settings/SimpleBundlesKits/index.js +2 -2
  2059. package/dist/cjs/third-party/settings/SimpleBundlesKits/uiV2.js +1 -1
  2060. package/dist/cjs/third-party/settings/SkioSubscriptionsYcS20/index.js +2 -2
  2061. package/dist/cjs/third-party/settings/SkioSubscriptionsYcS20/uiV2.js +1 -1
  2062. package/dist/cjs/third-party/settings/SmartSearchBarAndFilters/index.js +4 -4
  2063. package/dist/cjs/third-party/settings/SmartSearchBarAndFilters/uiV2.js +1 -1
  2064. package/dist/cjs/third-party/settings/SproutPlantTreesGrowSales/index.js +2 -2
  2065. package/dist/cjs/third-party/settings/SproutPlantTreesGrowSales/uiV2.js +1 -1
  2066. package/dist/cjs/third-party/settings/Stamped/Badge.js +1 -1
  2067. package/dist/cjs/third-party/settings/Stamped/BadgeDouble.js +1 -1
  2068. package/dist/cjs/third-party/settings/Stamped/BadgeRibbon.js +1 -1
  2069. package/dist/cjs/third-party/settings/Stamped/BadgeSingle.js +1 -1
  2070. package/dist/cjs/third-party/settings/Stamped/Carousel.js +1 -1
  2071. package/dist/cjs/third-party/settings/Stamped/CheckoutReviews.js +1 -1
  2072. package/dist/cjs/third-party/settings/Stamped/Colors.js +1 -1
  2073. package/dist/cjs/third-party/settings/Stamped/Filters.js +1 -1
  2074. package/dist/cjs/third-party/settings/Stamped/FullPage.js +1 -1
  2075. package/dist/cjs/third-party/settings/Stamped/InstagramFeed.js +1 -1
  2076. package/dist/cjs/third-party/settings/Stamped/MainWidget.js +1 -1
  2077. package/dist/cjs/third-party/settings/Stamped/ProductRating.js +1 -1
  2078. package/dist/cjs/third-party/settings/Stamped/SingleHighlight.js +1 -1
  2079. package/dist/cjs/third-party/settings/Stamped/SiteBadge.js +1 -1
  2080. package/dist/cjs/third-party/settings/Stamped/TopRated.js +1 -1
  2081. package/dist/cjs/third-party/settings/Stamped/VisualGallery.js +1 -1
  2082. package/dist/cjs/third-party/settings/Stamped/WallPhotos.js +1 -1
  2083. package/dist/cjs/third-party/settings/Stamped/index.js +1 -1
  2084. package/dist/cjs/third-party/settings/Stamped.js +4 -4
  2085. package/dist/cjs/third-party/settings/StellarDeliveryDatePickup/index.js +2 -2
  2086. package/dist/cjs/third-party/settings/StellarDeliveryDatePickup/uiV2.js +1 -1
  2087. package/dist/cjs/third-party/settings/SubifySubscriptionsApp/index.js +2 -2
  2088. package/dist/cjs/third-party/settings/SubifySubscriptionsApp/uiV2.js +1 -1
  2089. package/dist/cjs/third-party/settings/TagembedSocialPostReview/index.js +2 -2
  2090. package/dist/cjs/third-party/settings/TagembedSocialPostReview/uiV2.js +1 -1
  2091. package/dist/cjs/third-party/settings/TagshopShoppableVideosUgc/index.js +2 -2
  2092. package/dist/cjs/third-party/settings/TagshopShoppableVideosUgc/uiV2.js +1 -1
  2093. package/dist/cjs/third-party/settings/TeeinblueProductPersonalizer/index.js +2 -2
  2094. package/dist/cjs/third-party/settings/TeeinblueProductPersonalizer/uiV2.js +1 -1
  2095. package/dist/cjs/third-party/settings/TrustBadgesBear/index.js +2 -2
  2096. package/dist/cjs/third-party/settings/TrustBadgesBear/uiV2.js +1 -1
  2097. package/dist/cjs/third-party/settings/TrustMe/index.js +4 -4
  2098. package/dist/cjs/third-party/settings/TrustMe/uiV2.js +1 -1
  2099. package/dist/cjs/third-party/settings/TrustedsiteTrustBadges/index.js +2 -2
  2100. package/dist/cjs/third-party/settings/TrustedsiteTrustBadges/uiV2.js +1 -1
  2101. package/dist/cjs/third-party/settings/Trustoo/index.js +4 -4
  2102. package/dist/cjs/third-party/settings/Trustoo/uiV2.js +1 -1
  2103. package/dist/cjs/third-party/settings/TrustreviewsProductReviews/index.js +2 -2
  2104. package/dist/cjs/third-party/settings/TrustreviewsProductReviews/uiV2.js +1 -1
  2105. package/dist/cjs/third-party/settings/TrustshopProductReviews/index.js +2 -2
  2106. package/dist/cjs/third-party/settings/TrustshopProductReviews/uiV2.js +1 -1
  2107. package/dist/cjs/third-party/settings/UltimateSalesBoost/index.js +4 -4
  2108. package/dist/cjs/third-party/settings/UltimateSalesBoost/uiV1.js +1 -1
  2109. package/dist/cjs/third-party/settings/UltimateSalesBoost/uiV2.js +1 -1
  2110. package/dist/cjs/third-party/settings/UnlimitedBundlesDiscounts/index.js +2 -2
  2111. package/dist/cjs/third-party/settings/UnlimitedBundlesDiscounts/uiV2.js +1 -1
  2112. package/dist/cjs/third-party/settings/UppromoteAffiliateMarketing/setting.js +2 -2
  2113. package/dist/cjs/third-party/settings/UppromoteAffiliateMarketing/uiV2.js +1 -1
  2114. package/dist/cjs/third-party/settings/Vitals/index.js +4 -4
  2115. package/dist/cjs/third-party/settings/Vitals/uiV2.js +1 -1
  2116. package/dist/cjs/third-party/settings/WcWishlistBackInStock/index.js +4 -0
  2117. package/dist/cjs/third-party/settings/WcWishlistBackInStock/uiV2.js +1 -0
  2118. package/dist/cjs/third-party/settings/WhatmoreShoppableVideosreel/index.js +2 -2
  2119. package/dist/cjs/third-party/settings/WhatmoreShoppableVideosreel/uiV2.js +1 -1
  2120. package/dist/cjs/third-party/settings/WideBundle/index.js +4 -4
  2121. package/dist/cjs/third-party/settings/WideBundle/uiV2.js +1 -1
  2122. package/dist/cjs/third-party/settings/Wiser/index.js +4 -4
  2123. package/dist/cjs/third-party/settings/Wiser/uiV2.js +1 -1
  2124. package/dist/cjs/third-party/settings/WishlistKing/index.js +2 -2
  2125. package/dist/cjs/third-party/settings/WishlistKing/uiV2.js +1 -1
  2126. package/dist/cjs/third-party/settings/WishlistPlus/index.js +3 -3
  2127. package/dist/cjs/third-party/settings/WishlistPlus/uiV2.js +1 -1
  2128. package/dist/cjs/third-party/settings/YotpoLoyalty/index.js +4 -4
  2129. package/dist/cjs/third-party/settings/YotpoLoyalty/uiV2.js +1 -1
  2130. package/dist/cjs/third-party/settings/YotpoReviews/index.js +4 -4
  2131. package/dist/cjs/third-party/settings/YotpoReviews/uiV2.js +1 -1
  2132. package/dist/cjs/third-party/types.js +1 -1
  2133. package/dist/cjs/third-party-instant/common/helpers.js +1 -1
  2134. package/dist/cjs/third-party-instant/components/InstantJudgemeReviews.js +1 -1
  2135. package/dist/cjs/third-party-instant/components/InstantKlaviyo.js +1 -1
  2136. package/dist/cjs/third-party-instant/components/InstantLooxReviews.js +1 -1
  2137. package/dist/cjs/third-party-instant/components/InstantThirdPartyPreview.js +1 -1
  2138. package/dist/cjs/third-party-instant/components/InstantYotpoLoyalty.js +1 -1
  2139. package/dist/cjs/third-party-instant/components/Judgeme/JudgemeSampleContent.js +1 -1
  2140. package/dist/cjs/third-party-instant/components/Judgeme/SingleProduct.js +1 -1
  2141. package/dist/cjs/third-party-instant/components/Judgeme/WithoutProduct.js +1 -1
  2142. package/dist/cjs/third-party-instant/components/Klaviyo/KlaviyoSampleContent.js +1 -1
  2143. package/dist/cjs/third-party-instant/components/LooxReviews/LooxReviewsSampleContent.js +2 -2
  2144. package/dist/cjs/third-party-instant/components/LooxReviews/SingleProduct.js +1 -1
  2145. package/dist/cjs/third-party-instant/components/LooxReviews/WithoutProduct.js +1 -1
  2146. package/dist/cjs/third-party-instant/components/YotpoLoyalty/YotpoLoyaltySampleContent.js +1 -1
  2147. package/dist/cjs/third-party-instant/configs/JudgemeReviews.js +1 -1
  2148. package/dist/cjs/third-party-instant/configs/Klaviyo.js +1 -1
  2149. package/dist/cjs/third-party-instant/configs/LooxReviews.js +1 -1
  2150. package/dist/cjs/third-party-instant/configs/YotpoLoyalty.js +1 -1
  2151. package/dist/cjs/third-party-instant/index.js +1 -1
  2152. package/dist/cjs/third-party-instant/next.js +1 -1
  2153. package/dist/cjs/third-party-instant/settings/InstantJudgemeReviews/configs/settings.js +1 -1
  2154. package/dist/cjs/third-party-instant/settings/InstantJudgemeReviews/configs/ui-v2.js +1 -1
  2155. package/dist/cjs/third-party-instant/settings/InstantJudgemeReviews/index.js +4 -4
  2156. package/dist/cjs/third-party-instant/settings/InstantKlaviyo/configs/settings.js +1 -1
  2157. package/dist/cjs/third-party-instant/settings/InstantKlaviyo/configs/ui-v2.js +1 -1
  2158. package/dist/cjs/third-party-instant/settings/InstantKlaviyo/index.js +4 -4
  2159. package/dist/cjs/third-party-instant/settings/InstantLooxReviews/configs/settings.js +1 -1
  2160. package/dist/cjs/third-party-instant/settings/InstantLooxReviews/index.js +4 -4
  2161. package/dist/cjs/third-party-instant/settings/InstantYotpoLoyalty/configs/settings.js +1 -1
  2162. package/dist/cjs/third-party-instant/settings/InstantYotpoLoyalty/index.js +4 -4
  2163. package/dist/cjs/third-party-instant/types.js +1 -1
  2164. package/dist/cjs/third-party-slot/common/classes.js +1 -1
  2165. package/dist/cjs/third-party-slot/common/helpers.js +8 -8
  2166. package/dist/cjs/third-party-slot/common/styles.js +1 -1
  2167. package/dist/cjs/third-party-slot/components/ThirdPartySlot.js +1 -1
  2168. package/dist/cjs/third-party-slot/components/ThirdPartySlot.liquid.js +7 -7
  2169. package/dist/cjs/third-party-slot/index.js +1 -1
  2170. package/dist/cjs/third-party-slot/next.js +1 -1
  2171. package/dist/cjs/third-party-slot/settings/ThirdPartySlot.js +2 -2
  2172. package/dist/cjs/third-party-slot/settings/configs/settings.js +1 -1
  2173. package/dist/cjs/third-party-slot/settings/configs/ui-v2.js +1 -1
  2174. package/dist/cjs/translate.js +1 -1
  2175. package/dist/cjs/validates/background.js +1 -1
  2176. package/dist/cjs/video/common/attrs.js +1 -1
  2177. package/dist/cjs/video/common/classes.js +1 -1
  2178. package/dist/cjs/video/common/helpers.js +1 -1
  2179. package/dist/cjs/video/common/styles.js +1 -1
  2180. package/dist/cjs/video/components/HTML5Embed.js +1 -1
  2181. package/dist/cjs/video/components/HTML5Embed.liquid.js +25 -25
  2182. package/dist/cjs/video/components/LiteVimeoEmbed.js +1 -1
  2183. package/dist/cjs/video/components/LiteVimeoEmbed.liquid.js +15 -15
  2184. package/dist/cjs/video/components/LiteYouTubeEmbed.js +1 -1
  2185. package/dist/cjs/video/components/LiteYouTubeEmbed.liquid.js +23 -23
  2186. package/dist/cjs/video/components/Video.js +1 -1
  2187. package/dist/cjs/video/components/Video.liquid.js +4 -4
  2188. package/dist/cjs/video/hooks/useLiteHtml5Embed.js +1 -1
  2189. package/dist/cjs/video/hooks/useLiteVimeoEmbed.js +1 -1
  2190. package/dist/cjs/video/hooks/useLiteYoutubeEmbed.js +1 -1
  2191. package/dist/cjs/video/index.js +1 -1
  2192. package/dist/cjs/video/next.js +1 -1
  2193. package/dist/cjs/video/settings/Video.js +3 -3
  2194. package/dist/cjs/video/settings/configs/settings.js +1 -1
  2195. package/dist/cjs/video/settings/configs/translate.js +1 -1
  2196. package/dist/cjs/video/settings/configs/ui-v2.js +1 -1
  2197. package/dist/esm/accordion/common/classes.js +1 -1
  2198. package/dist/esm/accordion/common/helpers.js +1 -1
  2199. package/dist/esm/accordion/common/styles.js +1 -1
  2200. package/dist/esm/accordion/components/Accordion.js +1 -1
  2201. package/dist/esm/accordion/components/Accordion.liquid.js +12 -12
  2202. package/dist/esm/accordion/components/AccordionItem.js +1 -1
  2203. package/dist/esm/accordion/components/AccordionItem.liquid.js +6 -6
  2204. package/dist/esm/accordion/hooks/useAccordion.js +1 -1
  2205. package/dist/esm/accordion/hooks/useAccordionItem.js +1 -1
  2206. package/dist/esm/accordion/hooks/useMountTransition.js +1 -1
  2207. package/dist/esm/accordion/index.js +1 -1
  2208. package/dist/esm/accordion/next.js +1 -1
  2209. package/dist/esm/accordion/settings/Accordion.js +2 -2
  2210. package/dist/esm/accordion/settings/AccordionItem.js +1 -1
  2211. package/dist/esm/accordion/settings/configs/child-items.js +1 -1
  2212. package/dist/esm/accordion/settings/configs/settings.js +2 -2
  2213. package/dist/esm/accordion/settings/configs/translate.js +1 -1
  2214. package/dist/esm/accordion/settings/configs/ui-v2.js +1 -1
  2215. package/dist/esm/article/common/helpers.js +2 -2
  2216. package/dist/esm/article/components/ArticleAuthor.js +1 -1
  2217. package/dist/esm/article/components/ArticleAuthor.liquid.js +2 -2
  2218. package/dist/esm/article/components/ArticleCategory.js +1 -1
  2219. package/dist/esm/article/components/ArticleCategory.liquid.js +2 -2
  2220. package/dist/esm/article/components/ArticleContent.js +2 -2
  2221. package/dist/esm/article/components/ArticleContent.liquid.js +4 -4
  2222. package/dist/esm/article/components/ArticleDate.js +1 -1
  2223. package/dist/esm/article/components/ArticleDate.liquid.js +3 -3
  2224. package/dist/esm/article/components/ArticleExcerpt.js +1 -1
  2225. package/dist/esm/article/components/ArticleExcerpt.liquid.js +3 -3
  2226. package/dist/esm/article/components/ArticleImage.js +1 -1
  2227. package/dist/esm/article/components/ArticleImage.liquid.js +3 -3
  2228. package/dist/esm/article/components/ArticleList.js +1 -1
  2229. package/dist/esm/article/components/ArticleList.liquid.js +6 -6
  2230. package/dist/esm/article/components/ArticleNotFound.js +1 -1
  2231. package/dist/esm/article/components/ArticlePagination.js +1 -1
  2232. package/dist/esm/article/components/ArticlePagination.liquid.js +1 -1
  2233. package/dist/esm/article/components/ArticleReadMore.js +1 -1
  2234. package/dist/esm/article/components/ArticleReadMore.liquid.js +5 -5
  2235. package/dist/esm/article/components/ArticleTag.js +1 -1
  2236. package/dist/esm/article/components/ArticleTag.liquid.js +3 -3
  2237. package/dist/esm/article/components/ArticleTitle.js +1 -1
  2238. package/dist/esm/article/components/ArticleTitle.liquid.js +2 -2
  2239. package/dist/esm/article/hooks/useArticleLink.js +1 -1
  2240. package/dist/esm/article/index.js +1 -1
  2241. package/dist/esm/article/next.js +1 -1
  2242. package/dist/esm/article/settings/ArticleAuthor.js +2 -2
  2243. package/dist/esm/article/settings/ArticleCategory.js +2 -2
  2244. package/dist/esm/article/settings/ArticleContent.js +2 -2
  2245. package/dist/esm/article/settings/ArticleDate.js +2 -2
  2246. package/dist/esm/article/settings/ArticleExcerpt.js +2 -2
  2247. package/dist/esm/article/settings/ArticleImage.js +2 -2
  2248. package/dist/esm/article/settings/ArticleList.js +2 -2
  2249. package/dist/esm/article/settings/ArticlePagination.js +2 -2
  2250. package/dist/esm/article/settings/ArticleReadMore.js +2 -2
  2251. package/dist/esm/article/settings/ArticleTag.js +2 -2
  2252. package/dist/esm/article/settings/ArticleTitle.js +2 -2
  2253. package/dist/esm/article/settings/configs/article-author/presets.js +2 -2
  2254. package/dist/esm/article/settings/configs/article-author/settings.js +1 -1
  2255. package/dist/esm/article/settings/configs/article-author/ui-v2.js +1 -1
  2256. package/dist/esm/article/settings/configs/article-category/presets.js +2 -2
  2257. package/dist/esm/article/settings/configs/article-category/settings.js +1 -1
  2258. package/dist/esm/article/settings/configs/article-category/ui-v2.js +1 -1
  2259. package/dist/esm/article/settings/configs/article-content/presets.js +2 -2
  2260. package/dist/esm/article/settings/configs/article-content/settings.js +1 -1
  2261. package/dist/esm/article/settings/configs/article-content/ui-v2.js +1 -1
  2262. package/dist/esm/article/settings/configs/article-date/presets.js +2 -2
  2263. package/dist/esm/article/settings/configs/article-date/settings.js +1 -1
  2264. package/dist/esm/article/settings/configs/article-date/ui-v2.js +1 -1
  2265. package/dist/esm/article/settings/configs/article-excerpt/presets.js +2 -2
  2266. package/dist/esm/article/settings/configs/article-excerpt/settings.js +1 -1
  2267. package/dist/esm/article/settings/configs/article-excerpt/ui-v2.js +1 -1
  2268. package/dist/esm/article/settings/configs/article-image/presets.js +2 -2
  2269. package/dist/esm/article/settings/configs/article-image/settings.js +1 -1
  2270. package/dist/esm/article/settings/configs/article-image/ui-v2.js +1 -1
  2271. package/dist/esm/article/settings/configs/article-list/presets.js +2 -2
  2272. package/dist/esm/article/settings/configs/article-list/settings.js +1 -1
  2273. package/dist/esm/article/settings/configs/article-list/ui-v2.js +1 -1
  2274. package/dist/esm/article/settings/configs/article-read-more/presets.js +2 -2
  2275. package/dist/esm/article/settings/configs/article-read-more/settings.js +2 -2
  2276. package/dist/esm/article/settings/configs/article-read-more/ui-v2.js +1 -1
  2277. package/dist/esm/article/settings/configs/article-tag/presets.js +2 -2
  2278. package/dist/esm/article/settings/configs/article-tag/settings.js +1 -1
  2279. package/dist/esm/article/settings/configs/article-tag/ui-v2.js +1 -1
  2280. package/dist/esm/article/settings/configs/article-title/presets.js +2 -2
  2281. package/dist/esm/article/settings/configs/article-title/settings.js +1 -1
  2282. package/dist/esm/article/settings/configs/article-title/ui-v2.js +1 -1
  2283. package/dist/esm/article/settings/configs/translate.js +1 -1
  2284. package/dist/esm/breadcrumb/common/attrs.js +1 -1
  2285. package/dist/esm/breadcrumb/common/classes.js +3 -3
  2286. package/dist/esm/breadcrumb/common/helpers.js +1 -1
  2287. package/dist/esm/breadcrumb/common/styles.js +1 -1
  2288. package/dist/esm/breadcrumb/components/Breadcrumb.js +1 -1
  2289. package/dist/esm/breadcrumb/components/Breadcrumb.liquid.js +5 -5
  2290. package/dist/esm/breadcrumb/components/BreadcrumbItem.js +1 -1
  2291. package/dist/esm/breadcrumb/components/BreadcrumbItem.liquid.js +1 -1
  2292. package/dist/esm/breadcrumb/components/templates/article.js +7 -7
  2293. package/dist/esm/breadcrumb/components/templates/collection.js +5 -5
  2294. package/dist/esm/breadcrumb/components/templates/home.js +3 -3
  2295. package/dist/esm/breadcrumb/components/templates/landing.js +5 -5
  2296. package/dist/esm/breadcrumb/components/templates/product.js +2 -2
  2297. package/dist/esm/breadcrumb/constants.js +1 -1
  2298. package/dist/esm/breadcrumb/hooks/useBreadcrumb.js +1 -1
  2299. package/dist/esm/breadcrumb/index.js +1 -1
  2300. package/dist/esm/breadcrumb/next.js +1 -1
  2301. package/dist/esm/breadcrumb/settings/Breadcrumb.js +2 -2
  2302. package/dist/esm/breadcrumb/settings/configs/settings.js +2 -2
  2303. package/dist/esm/breadcrumb/settings/configs/ui-v2.js +1 -1
  2304. package/dist/esm/breadcrumb/types.js +1 -1
  2305. package/dist/esm/builder.js +1 -1
  2306. package/dist/esm/button/common/attrs.js +1 -1
  2307. package/dist/esm/button/common/classes.js +1 -1
  2308. package/dist/esm/button/common/helpers.js +2 -2
  2309. package/dist/esm/button/common/styles.js +16 -16
  2310. package/dist/esm/button/components/Button.js +1 -1
  2311. package/dist/esm/button/components/Button.liquid.js +7 -7
  2312. package/dist/esm/button/components/ButtonIcon.js +1 -1
  2313. package/dist/esm/button/components/ButtonIcon.liquid.js +5 -5
  2314. package/dist/esm/button/components/ButtonLabel.js +1 -1
  2315. package/dist/esm/button/components/ButtonLabel.liquid.js +2 -2
  2316. package/dist/esm/button/components/ButtonLoadingIndicator.js +1 -1
  2317. package/dist/esm/button/components/ButtonLoadingIndicator.liquid.js +1 -1
  2318. package/dist/esm/button/index.js +1 -1
  2319. package/dist/esm/button/next.js +1 -1
  2320. package/dist/esm/button/settings/Button.js +2 -2
  2321. package/dist/esm/button/settings/configs/settings.js +2 -2
  2322. package/dist/esm/button/settings/configs/translate.js +1 -1
  2323. package/dist/esm/button/settings/configs/ui-v2.js +1 -1
  2324. package/dist/esm/carousel/common/helpers.js +1 -1
  2325. package/dist/esm/carousel/components/arrow/Arrow.js +2 -2
  2326. package/dist/esm/carousel/components/arrow/Arrow.liquid.js +2 -2
  2327. package/dist/esm/carousel/components/arrow/common/classes.js +1 -1
  2328. package/dist/esm/carousel/components/arrow/common/helpers.js +1 -1
  2329. package/dist/esm/carousel/components/arrow/common/styles.js +8 -8
  2330. package/dist/esm/carousel/components/dot/Dots.js +1 -1
  2331. package/dist/esm/carousel/components/dot/Dots.liquid.js +3 -3
  2332. package/dist/esm/carousel/components/dot/common/classes.js +1 -1
  2333. package/dist/esm/carousel/components/dot/common/helpers.js +1 -1
  2334. package/dist/esm/carousel/components/dot/common/styles.js +1 -1
  2335. package/dist/esm/carousel/components/item/CarouselItem.js +1 -1
  2336. package/dist/esm/carousel/components/item/CarouselItem.liquid.js +3 -3
  2337. package/dist/esm/carousel/components/item/common/classes.js +1 -1
  2338. package/dist/esm/carousel/components/item/common/styles.js +1 -1
  2339. package/dist/esm/carousel/components/root/Carousel.js +1 -1
  2340. package/dist/esm/carousel/components/root/Carousel.liquid.js +6 -6
  2341. package/dist/esm/carousel/components/root/common/attrs.js +1 -1
  2342. package/dist/esm/carousel/components/root/common/classes.js +1 -1
  2343. package/dist/esm/carousel/components/root/common/helpers.js +1 -1
  2344. package/dist/esm/carousel/components/root/common/styles.js +1 -1
  2345. package/dist/esm/carousel/hooks/useCarouseItem.js +1 -1
  2346. package/dist/esm/carousel/hooks/useCarousel.js +1 -1
  2347. package/dist/esm/carousel/hooks/useDotsSetting.js +1 -1
  2348. package/dist/esm/carousel/hooks/useTrackPreviewPause.js +1 -1
  2349. package/dist/esm/carousel/index.js +1 -1
  2350. package/dist/esm/carousel/next.js +1 -1
  2351. package/dist/esm/carousel/plugins/animation.js +1 -1
  2352. package/dist/esm/carousel/plugins/auto-play.js +1 -1
  2353. package/dist/esm/carousel/plugins/fix-slider-move-backward.js +1 -1
  2354. package/dist/esm/carousel/plugins/mutation.js +1 -1
  2355. package/dist/esm/carousel/settings/Carousel.js +2 -2
  2356. package/dist/esm/carousel/settings/CarouselItem.js +1 -1
  2357. package/dist/esm/carousel/settings/configs/presets.js +2 -2
  2358. package/dist/esm/carousel/settings/configs/settings-v2.js +2 -2
  2359. package/dist/esm/carousel/settings/configs/ui-v2.js +1 -1
  2360. package/dist/esm/carousel-v3/common/helpers.js +1 -1
  2361. package/dist/esm/carousel-v3/components/arrow/Arrow.js +2 -2
  2362. package/dist/esm/carousel-v3/components/arrow/Arrow.liquid.js +2 -2
  2363. package/dist/esm/carousel-v3/components/arrow/common/classes.js +1 -1
  2364. package/dist/esm/carousel-v3/components/arrow/common/helpers.js +1 -1
  2365. package/dist/esm/carousel-v3/components/arrow/common/styles.js +8 -8
  2366. package/dist/esm/carousel-v3/components/dot/Dots.js +1 -1
  2367. package/dist/esm/carousel-v3/components/dot/Dots.liquid.js +3 -3
  2368. package/dist/esm/carousel-v3/components/dot/common/classes.js +1 -1
  2369. package/dist/esm/carousel-v3/components/dot/common/helpers.js +1 -1
  2370. package/dist/esm/carousel-v3/components/dot/common/styles.js +1 -1
  2371. package/dist/esm/carousel-v3/components/item/CarouselItem.js +1 -1
  2372. package/dist/esm/carousel-v3/components/item/CarouselItem.liquid.js +2 -2
  2373. package/dist/esm/carousel-v3/components/item/common/classes.js +1 -1
  2374. package/dist/esm/carousel-v3/components/item/common/styles.js +1 -1
  2375. package/dist/esm/carousel-v3/components/root/Carousel.js +1 -1
  2376. package/dist/esm/carousel-v3/components/root/Carousel.liquid.js +7 -7
  2377. package/dist/esm/carousel-v3/components/root/common/attrs.js +1 -1
  2378. package/dist/esm/carousel-v3/components/root/common/classes.js +1 -1
  2379. package/dist/esm/carousel-v3/components/root/common/helpers.js +1 -1
  2380. package/dist/esm/carousel-v3/components/root/common/styles.js +1 -1
  2381. package/dist/esm/carousel-v3/components/swiper/Swiper.js +1 -1
  2382. package/dist/esm/carousel-v3/components/swiper/SwiperSlide.js +1 -1
  2383. package/dist/esm/carousel-v3/components/swiper/common/styles.js +1 -1
  2384. package/dist/esm/carousel-v3/hooks/useCarouseItem.js +1 -1
  2385. package/dist/esm/carousel-v3/hooks/useCarousel.js +1 -1
  2386. package/dist/esm/carousel-v3/hooks/useDotsSetting.js +1 -1
  2387. package/dist/esm/carousel-v3/hooks/useTrackPreviewPause.js +1 -1
  2388. package/dist/esm/carousel-v3/index.js +1 -1
  2389. package/dist/esm/carousel-v3/next.js +1 -1
  2390. package/dist/esm/carousel-v3/plugins/animation.js +1 -1
  2391. package/dist/esm/carousel-v3/settings/Carousel.js +2 -2
  2392. package/dist/esm/carousel-v3/settings/CarouselItem.js +1 -1
  2393. package/dist/esm/carousel-v3/settings/configs/presets.js +2 -2
  2394. package/dist/esm/carousel-v3/settings/configs/settings-v2.js +2 -2
  2395. package/dist/esm/carousel-v3/settings/configs/ui-v2.js +1 -1
  2396. package/dist/esm/cart/components/Cart.js +1 -1
  2397. package/dist/esm/cart/components/CartCheckout.js +1 -1
  2398. package/dist/esm/cart/components/CartDiscount.js +1 -1
  2399. package/dist/esm/cart/components/CartLineAttribute.js +1 -1
  2400. package/dist/esm/cart/components/CartLineImage.js +1 -1
  2401. package/dist/esm/cart/components/CartLinePrice.js +1 -1
  2402. package/dist/esm/cart/components/CartLineVariant.js +1 -1
  2403. package/dist/esm/cart/components/CartList.js +1 -1
  2404. package/dist/esm/cart/components/CartOrderNote.js +1 -1
  2405. package/dist/esm/cart/components/CartTotalItem.js +1 -1
  2406. package/dist/esm/cart/components/CartTotalPrice.js +1 -1
  2407. package/dist/esm/cart/components/CheckoutNow.js +1 -1
  2408. package/dist/esm/cart/components/CouponList.js +1 -1
  2409. package/dist/esm/cart/components/DiscountInput.js +1 -1
  2410. package/dist/esm/cart/components/shop-pay-button/ShopPayButton.js +1 -1
  2411. package/dist/esm/cart/components/shop-pay-button/ShopPayButton.liquid.js +7 -7
  2412. package/dist/esm/cart/components/shop-pay-button/common/classes.js +1 -1
  2413. package/dist/esm/cart/components/shop-pay-button/common/helpers.js +1 -1
  2414. package/dist/esm/cart/components/shop-pay-button/common/styles.js +1 -1
  2415. package/dist/esm/cart/components/shop-pay-button/icons/BaseIcon.js +1 -1
  2416. package/dist/esm/cart/components/shop-pay-button/icons/BaseIcon.liquid.js +2 -2
  2417. package/dist/esm/cart/components/shop-pay-button/icons/DynamicCheckoutBlack.js +1 -1
  2418. package/dist/esm/cart/components/shop-pay-button/icons/DynamicCheckoutBlack.liquid.js +2 -2
  2419. package/dist/esm/cart/components/shop-pay-button/icons/DynamicCheckoutPurple.js +1 -1
  2420. package/dist/esm/cart/components/shop-pay-button/icons/DynamicCheckoutPurple.liquid.js +2 -2
  2421. package/dist/esm/cart/components/shop-pay-button/icons/DynamicCheckoutWhite.js +1 -1
  2422. package/dist/esm/cart/components/shop-pay-button/icons/DynamicCheckoutWhite.liquid.js +2 -2
  2423. package/dist/esm/cart/components/shop-pay-button/icons/ExpressCheckoutBlack.js +1 -1
  2424. package/dist/esm/cart/components/shop-pay-button/icons/ExpressCheckoutBlack.liquid.js +3 -3
  2425. package/dist/esm/cart/components/shop-pay-button/icons/ExpressCheckoutPurple.js +1 -1
  2426. package/dist/esm/cart/components/shop-pay-button/icons/ExpressCheckoutPurple.liquid.js +2 -2
  2427. package/dist/esm/cart/components/shop-pay-button/icons/ExpressCheckoutWhite.js +1 -1
  2428. package/dist/esm/cart/components/shop-pay-button/icons/ExpressCheckoutWhite.liquid.js +3 -3
  2429. package/dist/esm/cart/hooks/useShopPayButton.js +1 -1
  2430. package/dist/esm/cart/index.js +1 -1
  2431. package/dist/esm/cart/next.js +1 -1
  2432. package/dist/esm/cart/settings/Cart.js +2 -2
  2433. package/dist/esm/cart/settings/CartCheckout.js +1 -1
  2434. package/dist/esm/cart/settings/CartDiscount.js +1 -1
  2435. package/dist/esm/cart/settings/CartLineAttribute.js +1 -1
  2436. package/dist/esm/cart/settings/CartLineImage.js +1 -1
  2437. package/dist/esm/cart/settings/CartLinePrice.js +1 -1
  2438. package/dist/esm/cart/settings/CartLineVariant.js +1 -1
  2439. package/dist/esm/cart/settings/CartList.js +1 -1
  2440. package/dist/esm/cart/settings/CartOrderNote.js +1 -1
  2441. package/dist/esm/cart/settings/CartTotalItem.js +1 -1
  2442. package/dist/esm/cart/settings/CartTotalPrice.js +1 -1
  2443. package/dist/esm/cart/settings/CouponList.js +1 -1
  2444. package/dist/esm/cart/settings/DiscountInput.js +1 -1
  2445. package/dist/esm/cart/settings/ShopPayButton.js +1 -1
  2446. package/dist/esm/code/common/classes.js +1 -1
  2447. package/dist/esm/code/common/styles.js +1 -1
  2448. package/dist/esm/code/components/CSSCode.js +1 -1
  2449. package/dist/esm/code/components/CSSCode.liquid.js +3 -3
  2450. package/dist/esm/code/hooks/useCSSCode.js +4 -4
  2451. package/dist/esm/code/index.js +1 -1
  2452. package/dist/esm/code/next.js +1 -1
  2453. package/dist/esm/code/settings/CSSCode.js +3 -3
  2454. package/dist/esm/code/settings/configs/settings.js +1 -1
  2455. package/dist/esm/code/settings/configs/translate.js +1 -1
  2456. package/dist/esm/code/settings/configs/ui-v2.js +1 -1
  2457. package/dist/esm/collection/components/collection-banner/CollectionBanner.js +1 -1
  2458. package/dist/esm/collection/components/collection-banner/CollectionBanner.liquid.js +5 -5
  2459. package/dist/esm/collection/components/collection-banner/common/classes.js +1 -1
  2460. package/dist/esm/collection/components/collection-banner/common/helpers.js +1 -1
  2461. package/dist/esm/collection/components/collection-banner/common/styles.js +1 -1
  2462. package/dist/esm/collection/components/collection-description/CollectionDescription.js +1 -1
  2463. package/dist/esm/collection/components/collection-description/CollectionDescription.liquid.js +8 -8
  2464. package/dist/esm/collection/components/collection-description/common/classes.js +1 -1
  2465. package/dist/esm/collection/components/collection-description/common/helpers.js +2 -2
  2466. package/dist/esm/collection/components/collection-description/common/styles.js +2 -2
  2467. package/dist/esm/collection/components/collection-paginator/CollectionPaginator.js +1 -1
  2468. package/dist/esm/collection/components/collection-paginator/CollectionPaginator.liquid.js +5 -5
  2469. package/dist/esm/collection/components/collection-paginator/common/classes.js +1 -1
  2470. package/dist/esm/collection/components/collection-paginator/common/helpers.js +5 -5
  2471. package/dist/esm/collection/components/collection-paginator/common/styles.js +1 -1
  2472. package/dist/esm/collection/components/collection-title/CollectionTitle.js +1 -1
  2473. package/dist/esm/collection/components/collection-title/CollectionTitle.liquid.js +2 -2
  2474. package/dist/esm/collection/components/collection-toolbar/CollectionToolbar.js +1 -1
  2475. package/dist/esm/collection/components/collection-toolbar/CollectionToolbar.liquid.js +7 -7
  2476. package/dist/esm/collection/components/collection-toolbar/common/classes.js +1 -1
  2477. package/dist/esm/collection/components/collection-toolbar/common/helpers.js +1 -1
  2478. package/dist/esm/collection/components/collection-toolbar/common/styles.js +1 -1
  2479. package/dist/esm/collection/hooks/useDescription.js +1 -1
  2480. package/dist/esm/collection/index.js +1 -1
  2481. package/dist/esm/collection/next.js +1 -1
  2482. package/dist/esm/collection/settings/collection-banner/CollectionBanner.js +2 -2
  2483. package/dist/esm/collection/settings/collection-banner/configs/settings.js +2 -2
  2484. package/dist/esm/collection/settings/collection-banner/configs/ui-v2.js +1 -1
  2485. package/dist/esm/collection/settings/collection-description/CollectionDescription.js +2 -2
  2486. package/dist/esm/collection/settings/collection-description/configs/settings.js +1 -1
  2487. package/dist/esm/collection/settings/collection-description/configs/translate.js +1 -1
  2488. package/dist/esm/collection/settings/collection-description/configs/ui-v2.js +1 -1
  2489. package/dist/esm/collection/settings/collection-paginator/CollectionPaginator.js +2 -2
  2490. package/dist/esm/collection/settings/collection-paginator/configs/settings.js +1 -1
  2491. package/dist/esm/collection/settings/collection-paginator/configs/translate.js +1 -1
  2492. package/dist/esm/collection/settings/collection-paginator/configs/ui-v2.js +1 -1
  2493. package/dist/esm/collection/settings/collection-title/CollectionTitle.js +2 -2
  2494. package/dist/esm/collection/settings/collection-title/configs/settings.js +1 -1
  2495. package/dist/esm/collection/settings/collection-title/configs/ui-v2.js +1 -1
  2496. package/dist/esm/collection/settings/collection-toolbar/CollectionToolbar.js +2 -2
  2497. package/dist/esm/collection/settings/collection-toolbar/configs/settings.js +1 -1
  2498. package/dist/esm/collection/settings/collection-toolbar/configs/translate.js +1 -1
  2499. package/dist/esm/collection/settings/collection-toolbar/configs/ui-v2.js +1 -1
  2500. package/dist/esm/common/components/Loading.js +1 -1
  2501. package/dist/esm/common/components/NoDataState.js +1 -1
  2502. package/dist/esm/common/components/Tooltip.js +1 -1
  2503. package/dist/esm/common/components/TooltipHover.js +1 -1
  2504. package/dist/esm/common/const.js +1 -1
  2505. package/dist/esm/common/hooks/useInView.js +1 -1
  2506. package/dist/esm/constant.js +1 -1
  2507. package/dist/esm/countdown-timer/common/attrs.js +1 -1
  2508. package/dist/esm/countdown-timer/common/classes.js +1 -1
  2509. package/dist/esm/countdown-timer/common/helpers.js +1 -1
  2510. package/dist/esm/countdown-timer/common/styles.js +1 -1
  2511. package/dist/esm/countdown-timer/components/Countdown.js +1 -1
  2512. package/dist/esm/countdown-timer/components/Countdown.liquid.js +7 -7
  2513. package/dist/esm/countdown-timer/hooks/useCountDownTimer.js +1 -1
  2514. package/dist/esm/countdown-timer/hooks/useTimeLeft.js +1 -1
  2515. package/dist/esm/countdown-timer/index.js +1 -1
  2516. package/dist/esm/countdown-timer/next.js +1 -1
  2517. package/dist/esm/countdown-timer/settings/Countdown.js +2 -2
  2518. package/dist/esm/countdown-timer/settings/configs/setting.js +1 -1
  2519. package/dist/esm/countdown-timer/settings/configs/translate.js +1 -1
  2520. package/dist/esm/countdown-timer/settings/configs/ui-v2.js +1 -1
  2521. package/dist/esm/coupon/common/classes.js +1 -1
  2522. package/dist/esm/coupon/common/helpers.js +1 -1
  2523. package/dist/esm/coupon/common/styles.js +8 -8
  2524. package/dist/esm/coupon/components/Coupon.js +1 -1
  2525. package/dist/esm/coupon/components/Coupon.liquid.js +4 -4
  2526. package/dist/esm/coupon/hooks/useCoupon.js +1 -1
  2527. package/dist/esm/coupon/index.js +1 -1
  2528. package/dist/esm/coupon/next.js +1 -1
  2529. package/dist/esm/coupon/settings/Coupon.js +2 -2
  2530. package/dist/esm/coupon/settings/configs/presets.js +2 -2
  2531. package/dist/esm/coupon/settings/configs/settings.js +2 -2
  2532. package/dist/esm/coupon/settings/configs/translate.js +1 -1
  2533. package/dist/esm/coupon/settings/configs/ui-v2.js +1 -1
  2534. package/dist/esm/dialog/common/attrs.js +1 -1
  2535. package/dist/esm/dialog/common/classes.js +1 -1
  2536. package/dist/esm/dialog/common/helpers.js +1 -1
  2537. package/dist/esm/dialog/common/styles.js +1 -1
  2538. package/dist/esm/dialog/components/Dialog.js +2 -2
  2539. package/dist/esm/dialog/components/Dialog.liquid.js +5 -5
  2540. package/dist/esm/dialog/hooks/useDialog.js +1 -1
  2541. package/dist/esm/dialog/hooks/useScrollPercentage.js +1 -1
  2542. package/dist/esm/dialog/index.js +1 -1
  2543. package/dist/esm/dialog/next.js +1 -1
  2544. package/dist/esm/dialog/settings/Dialog.js +3 -3
  2545. package/dist/esm/dialog/settings/configs/settings.js +2 -2
  2546. package/dist/esm/dialog/settings/configs/translate.js +1 -1
  2547. package/dist/esm/dialog/settings/configs/ui-v2.js +1 -1
  2548. package/dist/esm/estimate-delivery/common/classes.js +1 -1
  2549. package/dist/esm/estimate-delivery/common/helpers.js +1 -1
  2550. package/dist/esm/estimate-delivery/common/styles.js +1 -1
  2551. package/dist/esm/estimate-delivery/components/EstimateDate.js +1 -1
  2552. package/dist/esm/estimate-delivery/components/EstimateDate.liquid.js +4 -4
  2553. package/dist/esm/estimate-delivery/index.js +1 -1
  2554. package/dist/esm/estimate-delivery/next.js +1 -1
  2555. package/dist/esm/estimate-delivery/settings/EstimateDate.js +2 -2
  2556. package/dist/esm/estimate-delivery/settings/configs/settings.js +1 -1
  2557. package/dist/esm/estimate-delivery/settings/configs/translate.js +1 -1
  2558. package/dist/esm/estimate-delivery/settings/configs/ui-v2.js +1 -1
  2559. package/dist/esm/form/common/helpers.js +1 -1
  2560. package/dist/esm/form/components/contact/Contact.js +1 -1
  2561. package/dist/esm/form/components/contact/Contact.liquid.js +3 -3
  2562. package/dist/esm/form/components/contact/common/classes.js +1 -1
  2563. package/dist/esm/form/components/contact/common/styles.js +1 -1
  2564. package/dist/esm/form/components/form-checkbox/FormCheckbox.js +1 -1
  2565. package/dist/esm/form/components/form-checkbox/FormCheckbox.liquid.js +7 -7
  2566. package/dist/esm/form/components/form-checkbox/common/classes.js +1 -1
  2567. package/dist/esm/form/components/form-checkbox/common/styles.js +1 -1
  2568. package/dist/esm/form/components/form-dropdown/FormDropdown.js +1 -1
  2569. package/dist/esm/form/components/form-dropdown/FormDropdown.liquid.js +12 -12
  2570. package/dist/esm/form/components/form-dropdown/common/classes.js +1 -1
  2571. package/dist/esm/form/components/form-dropdown/common/styles.js +1 -1
  2572. package/dist/esm/form/components/form-email/FormEmail.js +1 -1
  2573. package/dist/esm/form/components/form-email/FormEmail.liquid.js +6 -6
  2574. package/dist/esm/form/components/form-email/common/classes.js +1 -1
  2575. package/dist/esm/form/components/form-email/common/styles.js +1 -1
  2576. package/dist/esm/form/components/newsletter/Newsletter.js +1 -1
  2577. package/dist/esm/form/components/newsletter/Newsletter.liquid.js +6 -6
  2578. package/dist/esm/form/components/newsletter/common/attrs.js +1 -1
  2579. package/dist/esm/form/components/newsletter/common/classes.js +1 -1
  2580. package/dist/esm/form/components/newsletter/common/styles.js +2 -2
  2581. package/dist/esm/form/components/submit-button/SubmitButton.js +1 -1
  2582. package/dist/esm/form/components/submit-button/SubmitButton.liquid.js +3 -3
  2583. package/dist/esm/form/components/submit-button/common/helpers.js +1 -1
  2584. package/dist/esm/form/components/submit-button/common/styles.js +1 -1
  2585. package/dist/esm/form/components/textarea/TextArea.js +1 -1
  2586. package/dist/esm/form/components/textarea/TextArea.liquid.js +8 -8
  2587. package/dist/esm/form/components/textarea/common/classes.js +1 -1
  2588. package/dist/esm/form/components/textarea/common/styles.js +1 -1
  2589. package/dist/esm/form/components/textfield/TextField.js +1 -1
  2590. package/dist/esm/form/components/textfield/TextField.liquid.js +8 -8
  2591. package/dist/esm/form/components/textfield/common/classes.js +1 -1
  2592. package/dist/esm/form/components/textfield/common/styles.js +1 -1
  2593. package/dist/esm/form/components/textinput/TextInput.js +1 -1
  2594. package/dist/esm/form/components/textinput/TextInput.liquid.js +3 -3
  2595. package/dist/esm/form/components/textinput/common/classes.js +1 -1
  2596. package/dist/esm/form/components/textinput/common/styles.js +1 -1
  2597. package/dist/esm/form/hooks/useGetColorContent.js +1 -1
  2598. package/dist/esm/form/index.js +1 -1
  2599. package/dist/esm/form/next.js +1 -1
  2600. package/dist/esm/form/settings/contact/Contact.js +2 -2
  2601. package/dist/esm/form/settings/contact/configs/inits.js +1 -1
  2602. package/dist/esm/form/settings/contact/configs/settings.js +1 -1
  2603. package/dist/esm/form/settings/contact/configs/translate.js +1 -1
  2604. package/dist/esm/form/settings/contact/configs/ui-v2.js +1 -1
  2605. package/dist/esm/form/settings/form-checkbox/FormCheckbox.js +2 -2
  2606. package/dist/esm/form/settings/form-checkbox/configs/inits.js +1 -1
  2607. package/dist/esm/form/settings/form-checkbox/configs/settings.js +1 -1
  2608. package/dist/esm/form/settings/form-checkbox/configs/translate.js +1 -1
  2609. package/dist/esm/form/settings/form-checkbox/configs/ui-v2.js +1 -1
  2610. package/dist/esm/form/settings/form-dropdown/FormDropdown.js +2 -2
  2611. package/dist/esm/form/settings/form-dropdown/configs/inits.js +1 -1
  2612. package/dist/esm/form/settings/form-dropdown/configs/settings.js +1 -1
  2613. package/dist/esm/form/settings/form-dropdown/configs/translate.js +1 -1
  2614. package/dist/esm/form/settings/form-dropdown/configs/ui-v2.js +1 -1
  2615. package/dist/esm/form/settings/form-email/FormEmail.js +2 -2
  2616. package/dist/esm/form/settings/form-email/configs/inits.js +1 -1
  2617. package/dist/esm/form/settings/form-email/configs/settings.js +1 -1
  2618. package/dist/esm/form/settings/form-email/configs/translate.js +1 -1
  2619. package/dist/esm/form/settings/form-email/configs/ui-v2.js +1 -1
  2620. package/dist/esm/form/settings/form-textarea/Textarea.js +2 -2
  2621. package/dist/esm/form/settings/form-textarea/configs/settings.js +1 -1
  2622. package/dist/esm/form/settings/form-textarea/configs/translate.js +1 -1
  2623. package/dist/esm/form/settings/form-textarea/configs/ui-v2.js +1 -1
  2624. package/dist/esm/form/settings/newsletter/Newsletter.js +2 -2
  2625. package/dist/esm/form/settings/newsletter/configs/inits.js +1 -1
  2626. package/dist/esm/form/settings/newsletter/configs/settings.js +1 -1
  2627. package/dist/esm/form/settings/newsletter/configs/translate.js +1 -1
  2628. package/dist/esm/form/settings/newsletter/configs/ui-v2.js +1 -1
  2629. package/dist/esm/form/settings/submit-button/SubmitButton.js +2 -2
  2630. package/dist/esm/form/settings/submit-button/configs/inits.js +1 -1
  2631. package/dist/esm/form/settings/submit-button/configs/settings.js +2 -2
  2632. package/dist/esm/form/settings/submit-button/configs/translate.js +1 -1
  2633. package/dist/esm/form/settings/submit-button/configs/ui-v2.js +1 -1
  2634. package/dist/esm/form/settings/text-field/TextField.js +2 -2
  2635. package/dist/esm/form/settings/text-field/configs/settings.js +1 -1
  2636. package/dist/esm/form/settings/text-field/configs/translate.js +1 -1
  2637. package/dist/esm/form/settings/text-field/configs/ui-v2.js +1 -1
  2638. package/dist/esm/form/settings/text-input/TextInput.js +2 -2
  2639. package/dist/esm/form/settings/text-input/configs/settings.js +1 -1
  2640. package/dist/esm/form/settings/text-input/configs/translate.js +1 -1
  2641. package/dist/esm/form/settings/text-input/configs/ui-v2.js +1 -1
  2642. package/dist/esm/grid/components/ChildrenDroppable.js +3 -3
  2643. package/dist/esm/grid/components/col/Col.js +1 -1
  2644. package/dist/esm/grid/components/col/Col.liquid.js +2 -2
  2645. package/dist/esm/grid/components/col/common/attrs.js +1 -1
  2646. package/dist/esm/grid/components/col/common/classes.js +1 -1
  2647. package/dist/esm/grid/components/col/common/styles.js +1 -1
  2648. package/dist/esm/grid/components/root/Root.js +1 -1
  2649. package/dist/esm/grid/components/root/Root.liquid.js +1 -1
  2650. package/dist/esm/grid/components/row/Row.js +1 -1
  2651. package/dist/esm/grid/components/row/Row.liquid.js +12 -12
  2652. package/dist/esm/grid/components/row/common/attrs.js +1 -1
  2653. package/dist/esm/grid/components/row/common/classes.js +1 -1
  2654. package/dist/esm/grid/components/row/common/helpers.js +1 -1
  2655. package/dist/esm/grid/components/row/common/styles.js +1 -1
  2656. package/dist/esm/grid/components/section/Section.js +1 -1
  2657. package/dist/esm/grid/components/section/Section.liquid.js +1 -1
  2658. package/dist/esm/grid/hooks/useRowSetting.js +1 -1
  2659. package/dist/esm/grid/index.js +1 -1
  2660. package/dist/esm/grid/next.js +1 -1
  2661. package/dist/esm/grid/settings/Col.js +1 -1
  2662. package/dist/esm/grid/settings/Root.js +1 -1
  2663. package/dist/esm/grid/settings/Row.js +2 -2
  2664. package/dist/esm/grid/settings/Section.js +1 -1
  2665. package/dist/esm/grid/settings/configs/row/presets.js +2 -2
  2666. package/dist/esm/grid/settings/configs/row/settings.js +1 -1
  2667. package/dist/esm/grid/settings/configs/row/translate.js +1 -1
  2668. package/dist/esm/grid/settings/configs/row/ui-v2.js +1 -1
  2669. package/dist/esm/grid/settings/configs/section/settings.js +1 -1
  2670. package/dist/esm/grid/settings/configs/section/ui-v2.js +1 -1
  2671. package/dist/esm/header/components/Header.js +1 -1
  2672. package/dist/esm/header/components/SalePageHeaderWarning.js +1 -1
  2673. package/dist/esm/header/components/icons/ChevronLeft.js +1 -1
  2674. package/dist/esm/header/components/icons/Dismiss.js +1 -1
  2675. package/dist/esm/header/components/icons/MenuIcon.js +1 -1
  2676. package/dist/esm/header/components/kind/basic/DesktopMenu.js +1 -1
  2677. package/dist/esm/header/components/kind/basic/DesktopMenuItem.js +1 -1
  2678. package/dist/esm/header/components/kind/basic/MenuMobileItem.js +1 -1
  2679. package/dist/esm/header/components/kind/basic/MobileMenu.js +1 -1
  2680. package/dist/esm/header/components/kind/basic/index.js +1 -1
  2681. package/dist/esm/header/components/kind/modern/index.js +1 -1
  2682. package/dist/esm/header/hooks/useBodyOverlay.js +1 -1
  2683. package/dist/esm/header/index.js +1 -1
  2684. package/dist/esm/header/next.js +1 -1
  2685. package/dist/esm/header/settings/Header.js +2 -2
  2686. package/dist/esm/header/settings/configs/presets.js +2 -2
  2687. package/dist/esm/header/settings/configs/settings.js +2 -2
  2688. package/dist/esm/header/settings/configs/ui-v2.js +1 -1
  2689. package/dist/esm/heading/components/Heading.js +1 -1
  2690. package/dist/esm/heading/components/Heading.liquid.js +1 -1
  2691. package/dist/esm/heading/index.js +1 -1
  2692. package/dist/esm/heading/next.js +1 -1
  2693. package/dist/esm/heading/settings/Heading.js +2 -2
  2694. package/dist/esm/heading/settings/configs/presets.js +2 -2
  2695. package/dist/esm/heading/settings/configs/settings.js +1 -1
  2696. package/dist/esm/heading/settings/configs/translate.js +1 -1
  2697. package/dist/esm/heading/settings/configs/ui-v2.js +1 -1
  2698. package/dist/esm/helpers.js +1 -1
  2699. package/dist/esm/hero-banner/common/animation-manager.js +1 -1
  2700. package/dist/esm/hero-banner/common/attrs.js +1 -1
  2701. package/dist/esm/hero-banner/common/classes.js +1 -1
  2702. package/dist/esm/hero-banner/common/const.js +1 -1
  2703. package/dist/esm/hero-banner/common/helpers.js +1 -1
  2704. package/dist/esm/hero-banner/common/styles.js +1 -1
  2705. package/dist/esm/hero-banner/components/HeroBanner.js +1 -1
  2706. package/dist/esm/hero-banner/components/HeroBanner.liquid.js +4 -4
  2707. package/dist/esm/hero-banner/components/HeroBannerItem.js +1 -1
  2708. package/dist/esm/hero-banner/components/HeroBannerItem.liquid.js +9 -9
  2709. package/dist/esm/hero-banner/hooks/useHeroBanner.js +1 -1
  2710. package/dist/esm/hero-banner/hooks/useHeroBannerItem.js +1 -1
  2711. package/dist/esm/hero-banner/hooks/useIntersectionObserver.js +1 -1
  2712. package/dist/esm/hero-banner/hooks/useTranslateValue.js +1 -1
  2713. package/dist/esm/hero-banner/hooks/useWindowSize.js +1 -1
  2714. package/dist/esm/hero-banner/index.js +1 -1
  2715. package/dist/esm/hero-banner/next.js +1 -1
  2716. package/dist/esm/hero-banner/settings/HeroBanner.js +2 -2
  2717. package/dist/esm/hero-banner/settings/configs/presets/banner-1-col-pre-sales-page.js +2 -2
  2718. package/dist/esm/hero-banner/settings/configs/presets/banner-1-col.js +2 -2
  2719. package/dist/esm/hero-banner/settings/configs/presets/banner-content-left-pre-sales-page.js +2 -2
  2720. package/dist/esm/hero-banner/settings/configs/presets/banner-content-left.js +2 -2
  2721. package/dist/esm/hero-banner/settings/configs/presets/banner-content-right-pre-sales-page.js +2 -2
  2722. package/dist/esm/hero-banner/settings/configs/presets/banner-content-right.js +2 -2
  2723. package/dist/esm/hero-banner/settings/configs/presets/banner-parallax-pre-sales-page.js +2 -2
  2724. package/dist/esm/hero-banner/settings/configs/presets/banner-parallax.js +2 -2
  2725. package/dist/esm/hero-banner/settings/configs/presets/banner-video-pre-sales-page.js +2 -2
  2726. package/dist/esm/hero-banner/settings/configs/presets/banner-video.js +2 -2
  2727. package/dist/esm/hero-banner/settings/configs/settings.js +2 -2
  2728. package/dist/esm/hero-banner/settings/configs/translate.js +1 -1
  2729. package/dist/esm/hero-banner/settings/configs/ui-v2.js +1 -1
  2730. package/dist/esm/hooks/useGetProductId.js +1 -1
  2731. package/dist/esm/icon/common/attrs.js +1 -1
  2732. package/dist/esm/icon/common/classes.js +1 -1
  2733. package/dist/esm/icon/common/helpers.js +1 -1
  2734. package/dist/esm/icon/common/styles.js +1 -1
  2735. package/dist/esm/icon/components/Icon.js +1 -1
  2736. package/dist/esm/icon/components/Icon.liquid.js +4 -4
  2737. package/dist/esm/icon/index.js +1 -1
  2738. package/dist/esm/icon/next.js +1 -1
  2739. package/dist/esm/icon/settings/Icon.js +2 -2
  2740. package/dist/esm/icon/settings/configs/presets.js +2 -2
  2741. package/dist/esm/icon/settings/configs/settings.js +2 -2
  2742. package/dist/esm/icon/settings/configs/ui-v2.js +1 -1
  2743. package/dist/esm/icon-list/common/attrs.js +1 -1
  2744. package/dist/esm/icon-list/common/classes.js +1 -1
  2745. package/dist/esm/icon-list/common/styles.js +1 -1
  2746. package/dist/esm/icon-list/components/IconList.js +1 -1
  2747. package/dist/esm/icon-list/components/IconList.liquid.js +11 -11
  2748. package/dist/esm/icon-list/components/IconListItem.js +1 -1
  2749. package/dist/esm/icon-list/components/IconListItem.liquid.js +3 -3
  2750. package/dist/esm/icon-list/index.js +1 -1
  2751. package/dist/esm/icon-list/next.js +1 -1
  2752. package/dist/esm/icon-list/settings/IconList.js +2 -2
  2753. package/dist/esm/icon-list/settings/IconListItem.js +1 -1
  2754. package/dist/esm/icon-list/settings/configs/items.js +1 -1
  2755. package/dist/esm/icon-list/settings/configs/settings.js +1 -1
  2756. package/dist/esm/icon-list/settings/configs/translate.js +1 -1
  2757. package/dist/esm/icon-list/settings/configs/ui-v2.js +1 -1
  2758. package/dist/esm/icon-list-hoz/common/attrs.js +1 -1
  2759. package/dist/esm/icon-list-hoz/common/classes.js +1 -1
  2760. package/dist/esm/icon-list-hoz/common/styles.js +1 -1
  2761. package/dist/esm/icon-list-hoz/components/IconListHoz.js +1 -1
  2762. package/dist/esm/icon-list-hoz/components/IconListHoz.liquid.js +8 -8
  2763. package/dist/esm/icon-list-hoz/components/IconListHozItem.js +1 -1
  2764. package/dist/esm/icon-list-hoz/components/IconListIHozItem.liquid.js +3 -3
  2765. package/dist/esm/icon-list-hoz/index.js +1 -1
  2766. package/dist/esm/icon-list-hoz/next.js +1 -1
  2767. package/dist/esm/icon-list-hoz/settings/IconListHoz.js +2 -2
  2768. package/dist/esm/icon-list-hoz/settings/IconListItem.js +1 -1
  2769. package/dist/esm/icon-list-hoz/settings/ItemTemplate.js +1 -1
  2770. package/dist/esm/icon-list-hoz/settings/configs/presets.js +2 -2
  2771. package/dist/esm/icon-list-hoz/settings/configs/settings.js +1 -1
  2772. package/dist/esm/icon-list-hoz/settings/configs/uiV2.js +1 -1
  2773. package/dist/esm/icon-list-v2/common/classes.js +1 -1
  2774. package/dist/esm/icon-list-v2/common/helpers.js +1 -1
  2775. package/dist/esm/icon-list-v2/common/styles.js +1 -1
  2776. package/dist/esm/icon-list-v2/components/IconList.js +1 -1
  2777. package/dist/esm/icon-list-v2/components/IconList.liquid.js +9 -9
  2778. package/dist/esm/icon-list-v2/hooks/useIconLineHeight.js +1 -1
  2779. package/dist/esm/icon-list-v2/index.js +1 -1
  2780. package/dist/esm/icon-list-v2/next.js +1 -1
  2781. package/dist/esm/icon-list-v2/settings/IconList.js +2 -2
  2782. package/dist/esm/icon-list-v2/settings/configs/items.js +1 -1
  2783. package/dist/esm/icon-list-v2/settings/configs/settings.js +1 -1
  2784. package/dist/esm/icon-list-v2/settings/configs/translate.js +1 -1
  2785. package/dist/esm/icon-list-v2/settings/configs/ui-v2.js +1 -1
  2786. package/dist/esm/image/common/attrs.js +1 -1
  2787. package/dist/esm/image/common/classes.js +1 -1
  2788. package/dist/esm/image/common/helpers.js +2 -2
  2789. package/dist/esm/image/common/styles.js +1 -1
  2790. package/dist/esm/image/components/AdaptiveImage.js +1 -1
  2791. package/dist/esm/image/components/AdaptiveImage.liquid.js +11 -11
  2792. package/dist/esm/image/components/Image.js +1 -1
  2793. package/dist/esm/image/components/Image.liquid.js +3 -3
  2794. package/dist/esm/image/components/Modal3d.liquid.js +5 -5
  2795. package/dist/esm/image/components/NextImage.js +1 -1
  2796. package/dist/esm/image/components/NextImage.liquid.js +5 -5
  2797. package/dist/esm/image/components/Video.liquid.js +5 -5
  2798. package/dist/esm/image/constants.js +1 -1
  2799. package/dist/esm/image/index.js +1 -1
  2800. package/dist/esm/image/next.js +1 -1
  2801. package/dist/esm/image/settings/Image.js +2 -2
  2802. package/dist/esm/image/settings/configs/presets.js +2 -2
  2803. package/dist/esm/image/settings/configs/settings.js +1 -1
  2804. package/dist/esm/image/settings/configs/translate.js +1 -1
  2805. package/dist/esm/image/settings/configs/ui-v2.js +1 -1
  2806. package/dist/esm/image-comparison/common/attrs.js +1 -1
  2807. package/dist/esm/image-comparison/common/classes.js +1 -1
  2808. package/dist/esm/image-comparison/common/helpers.js +1 -1
  2809. package/dist/esm/image-comparison/common/styles.js +8 -8
  2810. package/dist/esm/image-comparison/components/CompareImage.js +1 -1
  2811. package/dist/esm/image-comparison/components/CompareImage.liquid.js +11 -11
  2812. package/dist/esm/image-comparison/components/ImageComparison.js +1 -1
  2813. package/dist/esm/image-comparison/components/ImageComparison.liquid.js +3 -3
  2814. package/dist/esm/image-comparison/components/Label.js +1 -1
  2815. package/dist/esm/image-comparison/components/Label.liquid.js +2 -2
  2816. package/dist/esm/image-comparison/components/SlideHandle.js +1 -1
  2817. package/dist/esm/image-comparison/components/SlideHandle.liquid.js +5 -5
  2818. package/dist/esm/image-comparison/hooks/useCompareImage.js +1 -1
  2819. package/dist/esm/image-comparison/index.js +1 -1
  2820. package/dist/esm/image-comparison/next.js +1 -1
  2821. package/dist/esm/image-comparison/settings/ImageComparison.js +2 -2
  2822. package/dist/esm/image-comparison/settings/configs/settings.js +1 -1
  2823. package/dist/esm/image-comparison/settings/configs/translate.js +1 -1
  2824. package/dist/esm/image-comparison/settings/configs/ui-v2.js +1 -1
  2825. package/dist/esm/image-detection/components/ImageDetection.js +1 -1
  2826. package/dist/esm/image-detection/index.js +1 -1
  2827. package/dist/esm/image-detection/next.js +1 -1
  2828. package/dist/esm/image-detection/settings/ImageDetection.js +2 -2
  2829. package/dist/esm/image-detection/settings/configs/settings.js +1 -1
  2830. package/dist/esm/index.js +1 -1
  2831. package/dist/esm/index.liquid.js +1 -1
  2832. package/dist/esm/input/components/Input.js +1 -1
  2833. package/dist/esm/input/index.js +1 -1
  2834. package/dist/esm/input/next.js +1 -1
  2835. package/dist/esm/input/settings/Input.js +2 -2
  2836. package/dist/esm/input/settings/configs/settings.js +1 -1
  2837. package/dist/esm/line/common/classes.js +1 -1
  2838. package/dist/esm/line/common/helpers.js +1 -1
  2839. package/dist/esm/line/common/styles.js +1 -1
  2840. package/dist/esm/line/components/Divider.js +1 -1
  2841. package/dist/esm/line/components/Divider.liquid.js +1 -1
  2842. package/dist/esm/line/components/Line.js +1 -1
  2843. package/dist/esm/line/components/Line.liquid.js +7 -7
  2844. package/dist/esm/line/index.js +1 -1
  2845. package/dist/esm/line/next.js +1 -1
  2846. package/dist/esm/line/settings/Line.js +2 -2
  2847. package/dist/esm/line/settings/configs/presets.js +2 -2
  2848. package/dist/esm/line/settings/configs/settings.js +1 -1
  2849. package/dist/esm/line/settings/configs/ui-v2.js +1 -1
  2850. package/dist/esm/link/common/helpers.js +1 -1
  2851. package/dist/esm/link/components/CustomLink.js +1 -1
  2852. package/dist/esm/link/components/Link.js +1 -1
  2853. package/dist/esm/link/components/ProductLink.js +1 -1
  2854. package/dist/esm/link/components/next-link/CustomLink.js +1 -1
  2855. package/dist/esm/link/components/next-link/ProductLink.js +1 -1
  2856. package/dist/esm/link/components/next-link/index.js +1 -1
  2857. package/dist/esm/link/index.js +1 -1
  2858. package/dist/esm/link/next.js +1 -1
  2859. package/dist/esm/link/settings/Link.js +1 -1
  2860. package/dist/esm/link/settings/configs/settings.js +1 -1
  2861. package/dist/esm/marquee/common/classes.js +1 -1
  2862. package/dist/esm/marquee/common/helpers.js +1 -1
  2863. package/dist/esm/marquee/common/styles.js +1 -1
  2864. package/dist/esm/marquee/components/Marquee.js +1 -1
  2865. package/dist/esm/marquee/components/Marquee.liquid.js +17 -17
  2866. package/dist/esm/marquee/components/MarqueeBase.js +1 -1
  2867. package/dist/esm/marquee/components/MarqueeBase.liquid.js +7 -7
  2868. package/dist/esm/marquee/components/MarqueeItem.js +1 -1
  2869. package/dist/esm/marquee/components/MarqueeItem.liquid.js +3 -3
  2870. package/dist/esm/marquee/hooks/useMarquee.js +1 -1
  2871. package/dist/esm/marquee/hooks/useMarqueeBase.js +1 -1
  2872. package/dist/esm/marquee/hooks/useMarqueeItem.js +1 -1
  2873. package/dist/esm/marquee/hooks/useMarqueeScrollToItem.js +1 -1
  2874. package/dist/esm/marquee/hooks/useMarqueeStyles.js +1 -1
  2875. package/dist/esm/marquee/hooks/useTransition.js +1 -1
  2876. package/dist/esm/marquee/index.js +1 -1
  2877. package/dist/esm/marquee/next.js +1 -1
  2878. package/dist/esm/marquee/settings/Marquee.js +2 -2
  2879. package/dist/esm/marquee/settings/MarqueeItem.js +1 -1
  2880. package/dist/esm/marquee/settings/configs/child-image-template.js +1 -1
  2881. package/dist/esm/marquee/settings/configs/child-template.js +1 -1
  2882. package/dist/esm/marquee/settings/configs/child-text-template.js +1 -1
  2883. package/dist/esm/marquee/settings/configs/presets.js +2 -2
  2884. package/dist/esm/marquee/settings/configs/settings-v2.js +2 -2
  2885. package/dist/esm/marquee/settings/configs/ui-v2.js +1 -1
  2886. package/dist/esm/menu/components/DropdownMenu.js +1 -1
  2887. package/dist/esm/menu/components/MegaMenu.js +1 -1
  2888. package/dist/esm/menu/components/Menu.js +1 -1
  2889. package/dist/esm/menu/components/NavigationMenu.js +1 -1
  2890. package/dist/esm/menu/components/SubMegaMenu.js +1 -1
  2891. package/dist/esm/menu/components/SubNavigationMenu.js +1 -1
  2892. package/dist/esm/menu/index.js +1 -1
  2893. package/dist/esm/menu/next.js +1 -1
  2894. package/dist/esm/menu/settings/Menu.js +1 -1
  2895. package/dist/esm/menu/settings/configs/settings.js +1 -1
  2896. package/dist/esm/modal/common/helpers.js +1 -1
  2897. package/dist/esm/modal/components/Modal.js +1 -1
  2898. package/dist/esm/modal/components/ZoomButton.js +2 -0
  2899. package/dist/esm/modal/components/confirm.js +1 -1
  2900. package/dist/esm/modal/hooks/useModalContainer.js +1 -1
  2901. package/dist/esm/modal/index.js +1 -1
  2902. package/dist/esm/modal/next.js +1 -1
  2903. package/dist/esm/modal/settings/Modal.js +1 -1
  2904. package/dist/esm/modal/settings/configs/settings.js +1 -1
  2905. package/dist/esm/next.js +1 -1
  2906. package/dist/esm/notification/components/Notice.js +1 -1
  2907. package/dist/esm/notification/components/Notifications.js +1 -1
  2908. package/dist/esm/notification/components/icons/CloseIcon.js +1 -1
  2909. package/dist/esm/notification/hooks/useNotification.js +1 -1
  2910. package/dist/esm/pagination/components/Pagination.js +1 -1
  2911. package/dist/esm/pagination/index.js +1 -1
  2912. package/dist/esm/pagination/next.js +1 -1
  2913. package/dist/esm/pagination/settings/Pagination.js +1 -1
  2914. package/dist/esm/pagination/settings/configs/settings.js +1 -1
  2915. package/dist/esm/post-purchase/advanced-list/common/attrs.js +1 -1
  2916. package/dist/esm/post-purchase/advanced-list/common/classes.js +1 -1
  2917. package/dist/esm/post-purchase/advanced-list/common/styles.js +1 -1
  2918. package/dist/esm/post-purchase/advanced-list/components/AdvancedListPostPurchase.js +1 -1
  2919. package/dist/esm/post-purchase/advanced-list/components/PostPurchaseAdvancedListItem.js +1 -1
  2920. package/dist/esm/post-purchase/advanced-list/index.js +1 -1
  2921. package/dist/esm/post-purchase/advanced-list/next.js +1 -1
  2922. package/dist/esm/post-purchase/advanced-list/settings/AdvancedListPostPurchase.js +2 -2
  2923. package/dist/esm/post-purchase/advanced-list/settings/PostPurchaseAdvancedListItem.js +1 -1
  2924. package/dist/esm/post-purchase/advanced-list/settings/configs/presets.js +2 -2
  2925. package/dist/esm/post-purchase/advanced-list/settings/configs/settings.js +1 -1
  2926. package/dist/esm/post-purchase/advanced-list/settings/configs/templates.js +1 -1
  2927. package/dist/esm/post-purchase/advanced-list/settings/configs/ui-v2.js +1 -1
  2928. package/dist/esm/post-purchase/advanced-list/types.js +1 -1
  2929. package/dist/esm/post-purchase/button/common/classes.js +1 -1
  2930. package/dist/esm/post-purchase/button/common/styles.js +1 -1
  2931. package/dist/esm/post-purchase/button/components/Button.js +1 -1
  2932. package/dist/esm/post-purchase/button/index.js +1 -1
  2933. package/dist/esm/post-purchase/button/next.js +1 -1
  2934. package/dist/esm/post-purchase/button/settings/Button.js +2 -2
  2935. package/dist/esm/post-purchase/button/settings/configs/presets.js +2 -2
  2936. package/dist/esm/post-purchase/button/settings/configs/settings.js +1 -1
  2937. package/dist/esm/post-purchase/button/settings/configs/ui-v2.js +1 -1
  2938. package/dist/esm/post-purchase/buyer-consent/common/classes.js +1 -1
  2939. package/dist/esm/post-purchase/buyer-consent/common/constants.js +1 -1
  2940. package/dist/esm/post-purchase/buyer-consent/common/helpers.js +1 -1
  2941. package/dist/esm/post-purchase/buyer-consent/common/styles.js +1 -1
  2942. package/dist/esm/post-purchase/buyer-consent/components/BuyerConsent.js +1 -1
  2943. package/dist/esm/post-purchase/buyer-consent/components/PostPurchaseCheckbox.js +1 -1
  2944. package/dist/esm/post-purchase/buyer-consent/hooks/useBuyerConsentChecked.js +1 -1
  2945. package/dist/esm/post-purchase/buyer-consent/index.js +1 -1
  2946. package/dist/esm/post-purchase/buyer-consent/next.js +1 -1
  2947. package/dist/esm/post-purchase/buyer-consent/settings/BuyerConsent.js +2 -2
  2948. package/dist/esm/post-purchase/buyer-consent/settings/configs/presets.js +2 -2
  2949. package/dist/esm/post-purchase/buyer-consent/settings/configs/settings.js +1 -1
  2950. package/dist/esm/post-purchase/buyer-consent/settings/configs/ui-v2.js +1 -1
  2951. package/dist/esm/post-purchase/callout-banner/common/classes.js +1 -1
  2952. package/dist/esm/post-purchase/callout-banner/common/styles.js +1 -1
  2953. package/dist/esm/post-purchase/callout-banner/components/CalloutBox.js +1 -1
  2954. package/dist/esm/post-purchase/callout-banner/components/CalloutText.js +1 -1
  2955. package/dist/esm/post-purchase/callout-banner/index.js +1 -1
  2956. package/dist/esm/post-purchase/callout-banner/next.js +1 -1
  2957. package/dist/esm/post-purchase/callout-banner/settings/CalloutBox.js +1 -1
  2958. package/dist/esm/post-purchase/callout-banner/settings/CalloutText.js +1 -1
  2959. package/dist/esm/post-purchase/callout-banner/settings/config/callout-box/preset.js +2 -2
  2960. package/dist/esm/post-purchase/callout-banner/settings/config/callout-box/setting.js +2 -2
  2961. package/dist/esm/post-purchase/callout-banner/settings/config/callout-box/ui-v2.js +1 -1
  2962. package/dist/esm/post-purchase/callout-banner/settings/config/callout-text/preset.js +2 -2
  2963. package/dist/esm/post-purchase/callout-banner/settings/config/callout-text/setting.js +1 -1
  2964. package/dist/esm/post-purchase/callout-banner/settings/config/callout-text/ui-v1.js +1 -1
  2965. package/dist/esm/post-purchase/callout-banner/settings/config/callout-text/ui-v2.js +1 -1
  2966. package/dist/esm/post-purchase/common/constants.js +1 -1
  2967. package/dist/esm/post-purchase/common/helper.js +1 -1
  2968. package/dist/esm/post-purchase/countdown-timer/common/classes.js +1 -1
  2969. package/dist/esm/post-purchase/countdown-timer/common/styles.js +1 -1
  2970. package/dist/esm/post-purchase/countdown-timer/components/PostPurchaseCountdownTimer.js +1 -1
  2971. package/dist/esm/post-purchase/countdown-timer/components/TextCountdown.js +1 -1
  2972. package/dist/esm/post-purchase/countdown-timer/hooks/useCountdownTimer.js +1 -1
  2973. package/dist/esm/post-purchase/countdown-timer/hooks/useGetTimeExpired.js +1 -1
  2974. package/dist/esm/post-purchase/countdown-timer/index.js +1 -1
  2975. package/dist/esm/post-purchase/countdown-timer/next.js +1 -1
  2976. package/dist/esm/post-purchase/countdown-timer/settings/CountdownTimer.js +2 -2
  2977. package/dist/esm/post-purchase/countdown-timer/settings/config/preset.js +2 -2
  2978. package/dist/esm/post-purchase/countdown-timer/settings/config/setting.js +1 -1
  2979. package/dist/esm/post-purchase/countdown-timer/settings/config/ui-v2.js +1 -1
  2980. package/dist/esm/post-purchase/image/common/classes.js +1 -1
  2981. package/dist/esm/post-purchase/image/common/helpers.js +1 -1
  2982. package/dist/esm/post-purchase/image/common/styles.js +1 -1
  2983. package/dist/esm/post-purchase/image/components/AdaptiveImage.js +1 -1
  2984. package/dist/esm/post-purchase/image/components/Image.js +1 -1
  2985. package/dist/esm/post-purchase/image/components/Img.js +1 -1
  2986. package/dist/esm/post-purchase/image/index.js +1 -1
  2987. package/dist/esm/post-purchase/image/next.js +1 -1
  2988. package/dist/esm/post-purchase/image/settings/Image.js +2 -2
  2989. package/dist/esm/post-purchase/image/settings/configs/setting-v2.js +1 -1
  2990. package/dist/esm/post-purchase/image/settings/configs/ui-v2.js +1 -1
  2991. package/dist/esm/post-purchase/line/common/classes.js +1 -1
  2992. package/dist/esm/post-purchase/line/common/styles.js +1 -1
  2993. package/dist/esm/post-purchase/line/components/PostPurchaseLine.js +1 -1
  2994. package/dist/esm/post-purchase/line/index.js +1 -1
  2995. package/dist/esm/post-purchase/line/next.js +1 -1
  2996. package/dist/esm/post-purchase/line/settings/PostPurchaseLine.js +2 -2
  2997. package/dist/esm/post-purchase/line/settings/configs/presets.js +2 -2
  2998. package/dist/esm/post-purchase/line/settings/configs/settings.js +1 -1
  2999. package/dist/esm/post-purchase/line/settings/configs/ui-v2.js +1 -1
  3000. package/dist/esm/post-purchase/line/types.js +1 -1
  3001. package/dist/esm/post-purchase/link/common/classes.js +1 -1
  3002. package/dist/esm/post-purchase/link/common/helpers.js +1 -1
  3003. package/dist/esm/post-purchase/link/common/styles.js +1 -1
  3004. package/dist/esm/post-purchase/link/components/PostPurchaseLink.js +1 -1
  3005. package/dist/esm/post-purchase/link/index.js +1 -1
  3006. package/dist/esm/post-purchase/link/next.js +1 -1
  3007. package/dist/esm/post-purchase/link/settings/PostPurchaseLink.js +2 -2
  3008. package/dist/esm/post-purchase/link/settings/configs/presets.js +2 -2
  3009. package/dist/esm/post-purchase/link/settings/configs/settings.js +1 -1
  3010. package/dist/esm/post-purchase/link/settings/configs/ui-v2.js +1 -1
  3011. package/dist/esm/post-purchase/product/common/attrs.js +1 -1
  3012. package/dist/esm/post-purchase/product/common/classes.js +1 -1
  3013. package/dist/esm/post-purchase/product/common/helpers.js +1 -1
  3014. package/dist/esm/post-purchase/product/common/styles.js +1 -1
  3015. package/dist/esm/post-purchase/product/components/AcceptButton.js +1 -1
  3016. package/dist/esm/post-purchase/product/components/ProductDescription.js +1 -1
  3017. package/dist/esm/post-purchase/product/components/ProductDiscountTag.js +1 -1
  3018. package/dist/esm/post-purchase/product/components/ProductPrice.js +1 -1
  3019. package/dist/esm/post-purchase/product/components/ProductPriceBreakdown.js +1 -1
  3020. package/dist/esm/post-purchase/product/components/ProductQuantity.js +1 -1
  3021. package/dist/esm/post-purchase/product/components/ProductTitle.js +1 -1
  3022. package/dist/esm/post-purchase/product/components/price-breakdown/MoneyLine.js +1 -1
  3023. package/dist/esm/post-purchase/product/components/product-image/FeatureImage.js +1 -1
  3024. package/dist/esm/post-purchase/product/components/product-image/ImageListCarousel.js +1 -1
  3025. package/dist/esm/post-purchase/product/components/product-image/ImageListGrid.js +1 -1
  3026. package/dist/esm/post-purchase/product/components/product-image/ItemCarouselPostPurchase.js +1 -1
  3027. package/dist/esm/post-purchase/product/components/product-image/ItemGridPostPurchase.js +1 -1
  3028. package/dist/esm/post-purchase/product/components/product-image/carousel-post-purchase/Arrow.js +1 -1
  3029. package/dist/esm/post-purchase/product/components/product-image/carousel-post-purchase/CarouselPostPurchase.js +1 -1
  3030. package/dist/esm/post-purchase/product/components/product-image/carousel-post-purchase/CarouselPostPurchaseContext.js +1 -1
  3031. package/dist/esm/post-purchase/product/components/product-image/carousel-post-purchase/CarouselWrapperPostPurchase.js +1 -1
  3032. package/dist/esm/post-purchase/product/components/product-image/index.js +1 -1
  3033. package/dist/esm/post-purchase/product/components/product-image/layouts/FeatureImageWithGalleryImage.js +1 -1
  3034. package/dist/esm/post-purchase/product/components/product-image/layouts/OnlyGalleryImage.js +1 -1
  3035. package/dist/esm/post-purchase/product/components/product-offer/common/attrs.js +1 -1
  3036. package/dist/esm/post-purchase/product/components/product-offer/common/classes.js +1 -1
  3037. package/dist/esm/post-purchase/product/components/product-offer/common/styles.js +1 -1
  3038. package/dist/esm/post-purchase/product/components/product-offer/components/ProductOffer.js +1 -1
  3039. package/dist/esm/post-purchase/product/components/product-offer/components/ProductOfferItem.js +1 -1
  3040. package/dist/esm/post-purchase/product/components/product-offer/hooks/useProductOfferData.js +1 -1
  3041. package/dist/esm/post-purchase/product/components/product-subscription/ProductSubscription.js +1 -1
  3042. package/dist/esm/post-purchase/product/components/product-subscription/common/attrs.js +1 -1
  3043. package/dist/esm/post-purchase/product/components/product-subscription/common/classes.js +1 -1
  3044. package/dist/esm/post-purchase/product/components/product-subscription/common/extractSellingPlanSettings.js +1 -1
  3045. package/dist/esm/post-purchase/product/components/product-subscription/common/styles.js +1 -1
  3046. package/dist/esm/post-purchase/product/components/product-subscription/components/OneTimePurchaseTooltip.js +1 -1
  3047. package/dist/esm/post-purchase/product/components/product-subscription/components/ProductSubscriptionContent.js +1 -1
  3048. package/dist/esm/post-purchase/product/components/product-subscription/components/ProductSubscriptionOptions.js +1 -1
  3049. package/dist/esm/post-purchase/product/components/product-subscription/components/SellingPlanDropdown.js +1 -1
  3050. package/dist/esm/post-purchase/product/components/product-subscription/components/SellingPlanLabel.js +1 -1
  3051. package/dist/esm/post-purchase/product/components/product-subscription/components/SellingPlanRadio.js +1 -1
  3052. package/dist/esm/post-purchase/product/components/product-subscription/components/SubscriptionDetail.js +1 -1
  3053. package/dist/esm/post-purchase/product/components/product-subscription/components/SubscriptionRadio.js +1 -1
  3054. package/dist/esm/post-purchase/product/components/product-subscription/helpers/calculateBestSellingPlan.js +1 -1
  3055. package/dist/esm/post-purchase/product/components/product-subscription/helpers/findDefaultValue.js +1 -1
  3056. package/dist/esm/post-purchase/product/components/product-subscription/helpers/findMatchedGroup.js +1 -1
  3057. package/dist/esm/post-purchase/product/components/product-subscription/helpers/findVariantByOptions.js +1 -1
  3058. package/dist/esm/post-purchase/product/components/product-subscription/helpers/handleContainerKeyDown.js +1 -1
  3059. package/dist/esm/post-purchase/product/components/product-subscription/hooks/useCheckProductsSubscriptionExistence.js +1 -1
  3060. package/dist/esm/post-purchase/product/components/product-subscription/hooks/useProductSubscriptionContentData.js +1 -1
  3061. package/dist/esm/post-purchase/product/components/product-subscription/hooks/useSellingPlanChange.js +1 -1
  3062. package/dist/esm/post-purchase/product/components/product-subscription/hooks/useSellingPlanOptions.js +1 -1
  3063. package/dist/esm/post-purchase/product/components/product-subscription/hooks/useSellingSubscription.js +1 -1
  3064. package/dist/esm/post-purchase/product/components/product-subscription/hooks/useSubscriptionVisibility.js +1 -1
  3065. package/dist/esm/post-purchase/product/components/product-subscription/types.js +1 -1
  3066. package/dist/esm/post-purchase/product/components/product-variant/common/classes.js +1 -1
  3067. package/dist/esm/post-purchase/product/components/product-variant/common/helpers.js +1 -1
  3068. package/dist/esm/post-purchase/product/components/product-variant/common/styles.js +1 -1
  3069. package/dist/esm/post-purchase/product/components/product-variant/components/ProductOption.js +1 -1
  3070. package/dist/esm/post-purchase/product/components/product-variant/components/ProductVariant.js +1 -1
  3071. package/dist/esm/post-purchase/product/components/product-variant/components/variants/Dropdown.js +1 -1
  3072. package/dist/esm/post-purchase/product/components/product-variant/components/variants/DropdownOption.js +1 -1
  3073. package/dist/esm/post-purchase/product/components/product-variant/components/variants/RectangleList.js +1 -1
  3074. package/dist/esm/post-purchase/product/components/product-variant/components/variants/VariantGroup.js +1 -1
  3075. package/dist/esm/post-purchase/product/components/product-variant/components/variants/VariantItem.js +1 -1
  3076. package/dist/esm/post-purchase/product/components/product-variant/components/variants/VariantOption.js +1 -1
  3077. package/dist/esm/post-purchase/product/components/product-variant/hooks/useTransition.js +1 -1
  3078. package/dist/esm/post-purchase/product/constants/ProductOfferPlaceholder.js +1 -1
  3079. package/dist/esm/post-purchase/product/constants/index.js +1 -1
  3080. package/dist/esm/post-purchase/product/helpers/index.js +1 -1
  3081. package/dist/esm/post-purchase/product/helpers/product-price-breakdown/getClasses.js +1 -1
  3082. package/dist/esm/post-purchase/product/helpers/product-price-breakdown/getPrice.js +1 -1
  3083. package/dist/esm/post-purchase/product/helpers/product-price-breakdown/getStyles.js +1 -1
  3084. package/dist/esm/post-purchase/product/helpers/product-quantity/getClasses.js +1 -1
  3085. package/dist/esm/post-purchase/product/helpers/product-quantity/getStyles.js +1 -1
  3086. package/dist/esm/post-purchase/product/hooks/useCarousel.js +1 -1
  3087. package/dist/esm/post-purchase/product/hooks/useDynamicProduct.js +1 -1
  3088. package/dist/esm/post-purchase/product/hooks/useFeatureImagePostPurchase.js +1 -1
  3089. package/dist/esm/post-purchase/product/hooks/useGetItemGapPriceBreakdown.js +1 -1
  3090. package/dist/esm/post-purchase/product/hooks/useGetMoneyLines.js +1 -1
  3091. package/dist/esm/post-purchase/product/hooks/useGetTextSetting.js +1 -1
  3092. package/dist/esm/post-purchase/product/hooks/useHandleQuantity.js +1 -1
  3093. package/dist/esm/post-purchase/product/hooks/useListCarousel.js +1 -1
  3094. package/dist/esm/post-purchase/product/hooks/useNavigationCarouselPostPurchase.js +1 -1
  3095. package/dist/esm/post-purchase/product/hooks/useProductImagePostPurchase.js +1 -1
  3096. package/dist/esm/post-purchase/product/hooks/useProductPriceBreakdown.js +1 -1
  3097. package/dist/esm/post-purchase/product/hooks/useRecurringSubtotal.js +1 -1
  3098. package/dist/esm/post-purchase/product/hooks/useSetCollapsePrice.js +1 -1
  3099. package/dist/esm/post-purchase/product/hooks/useSlideCarousel.js +1 -1
  3100. package/dist/esm/post-purchase/product/hooks/useSubscriptionConsentCheck.js +1 -1
  3101. package/dist/esm/post-purchase/product/hooks/useSubscriptionSellingType.js +1 -1
  3102. package/dist/esm/post-purchase/product/index.js +1 -1
  3103. package/dist/esm/post-purchase/product/next.js +1 -1
  3104. package/dist/esm/post-purchase/product/settings/accept-button/configs/presets.js +2 -2
  3105. package/dist/esm/post-purchase/product/settings/accept-button/configs/settings.js +1 -1
  3106. package/dist/esm/post-purchase/product/settings/accept-button/configs/ui-v2.js +1 -1
  3107. package/dist/esm/post-purchase/product/settings/accept-button/index.js +2 -2
  3108. package/dist/esm/post-purchase/product/settings/presets-config/product-presets/product-1-col.js +2 -2
  3109. package/dist/esm/post-purchase/product/settings/presets-config/product-presets/product-2-col.js +2 -2
  3110. package/dist/esm/post-purchase/product/settings/presets-config/product-presets/product-default.js +2 -2
  3111. package/dist/esm/post-purchase/product/settings/presets-config/product-presets/product-offer-1-col.js +2 -2
  3112. package/dist/esm/post-purchase/product/settings/presets-config/product-presets/product-offer-2-col.js +2 -2
  3113. package/dist/esm/post-purchase/product/settings/presets-config/product-presets/product-offer-default.js +2 -2
  3114. package/dist/esm/post-purchase/product/settings/product-description/ProductDescription.js +2 -2
  3115. package/dist/esm/post-purchase/product/settings/product-description/configs/settings-v2.js +1 -1
  3116. package/dist/esm/post-purchase/product/settings/product-description/configs/ui-v2.js +1 -1
  3117. package/dist/esm/post-purchase/product/settings/product-discount-tag/ProductDiscountTag.js +2 -2
  3118. package/dist/esm/post-purchase/product/settings/product-discount-tag/configs/setting-v2.js +1 -1
  3119. package/dist/esm/post-purchase/product/settings/product-discount-tag/configs/ui-v2.js +1 -1
  3120. package/dist/esm/post-purchase/product/settings/product-image/ProductImages.js +2 -2
  3121. package/dist/esm/post-purchase/product/settings/product-image/configs/settings-v2.js +1 -1
  3122. package/dist/esm/post-purchase/product/settings/product-image/configs/ui-v2.js +1 -1
  3123. package/dist/esm/post-purchase/product/settings/product-offer/configs/settings-v2.js +2 -2
  3124. package/dist/esm/post-purchase/product/settings/product-offer/configs/ui-v2.js +1 -1
  3125. package/dist/esm/post-purchase/product/settings/product-offer/index.js +2 -2
  3126. package/dist/esm/post-purchase/product/settings/product-price/ProductPrice.js +2 -2
  3127. package/dist/esm/post-purchase/product/settings/product-price/configs/settings-v2.js +1 -1
  3128. package/dist/esm/post-purchase/product/settings/product-price/configs/ui-v2.js +1 -1
  3129. package/dist/esm/post-purchase/product/settings/product-price-breakdown/configs/presets.js +2 -2
  3130. package/dist/esm/post-purchase/product/settings/product-price-breakdown/configs/settings.js +1 -1
  3131. package/dist/esm/post-purchase/product/settings/product-price-breakdown/configs/ui-v2.js +1 -1
  3132. package/dist/esm/post-purchase/product/settings/product-price-breakdown/index.js +2 -2
  3133. package/dist/esm/post-purchase/product/settings/product-quantity/configs/presets.js +2 -2
  3134. package/dist/esm/post-purchase/product/settings/product-quantity/configs/settings.js +1 -1
  3135. package/dist/esm/post-purchase/product/settings/product-quantity/configs/ui-v2.js +1 -1
  3136. package/dist/esm/post-purchase/product/settings/product-quantity/index.js +2 -2
  3137. package/dist/esm/post-purchase/product/settings/product-subscription/configs/presets.js +2 -2
  3138. package/dist/esm/post-purchase/product/settings/product-subscription/configs/settings.js +1 -1
  3139. package/dist/esm/post-purchase/product/settings/product-subscription/configs/ui-v2.js +1 -1
  3140. package/dist/esm/post-purchase/product/settings/product-subscription/index.js +2 -2
  3141. package/dist/esm/post-purchase/product/settings/product-title/ProductTitle.js +2 -2
  3142. package/dist/esm/post-purchase/product/settings/product-title/configs/settings-v2.js +1 -1
  3143. package/dist/esm/post-purchase/product/settings/product-title/configs/ui-v2.js +1 -1
  3144. package/dist/esm/post-purchase/product/settings/product-variants/ProductVariant.js +2 -2
  3145. package/dist/esm/post-purchase/product/settings/product-variants/configs/settings-v1.js +2 -2
  3146. package/dist/esm/post-purchase/product/settings/product-variants/configs/settings-v2.js +2 -2
  3147. package/dist/esm/post-purchase/product/settings/product-variants/configs/ui-v2.js +1 -1
  3148. package/dist/esm/post-purchase/text/common/attrs.js +1 -1
  3149. package/dist/esm/post-purchase/text/common/classes.js +1 -1
  3150. package/dist/esm/post-purchase/text/common/helpers.js +1 -1
  3151. package/dist/esm/post-purchase/text/common/styles.js +1 -1
  3152. package/dist/esm/post-purchase/text/components/Text.js +2 -2
  3153. package/dist/esm/post-purchase/text/index.js +1 -1
  3154. package/dist/esm/post-purchase/text/next.js +1 -1
  3155. package/dist/esm/post-purchase/text/settings/heading/Heading.js +1 -1
  3156. package/dist/esm/post-purchase/text/settings/heading/configs/presets-v2.js +2 -2
  3157. package/dist/esm/post-purchase/text/settings/text/Text.js +2 -2
  3158. package/dist/esm/post-purchase/text/settings/text/configs/setting-v2.js +1 -1
  3159. package/dist/esm/post-purchase/text/settings/text/configs/ui-v2.js +1 -1
  3160. package/dist/esm/postPurchaseSetting.js +1 -1
  3161. package/dist/esm/product/components/ProductImages.js +1 -1
  3162. package/dist/esm/product/components/ProductImages.liquid.js +9 -9
  3163. package/dist/esm/product/components/ProductNotFound.js +1 -1
  3164. package/dist/esm/product/components/SalePageProductListWarning.js +1 -1
  3165. package/dist/esm/product/components/constants/product-bundle.js +1 -1
  3166. package/dist/esm/product/components/dynamic-checkout/Button.liquid.js +3 -3
  3167. package/dist/esm/product/components/dynamic-checkout/DynamicCheckout.js +1 -1
  3168. package/dist/esm/product/components/dynamic-checkout/DynamicCheckout.liquid.js +1 -1
  3169. package/dist/esm/product/components/dynamic-checkout/common/classes.js +1 -1
  3170. package/dist/esm/product/components/dynamic-checkout/common/styles.js +20 -20
  3171. package/dist/esm/product/components/file-upload/UploadFile.js +1 -1
  3172. package/dist/esm/product/components/file-upload/UploadFile.liquid.js +4 -4
  3173. package/dist/esm/product/components/file-upload/common/attr.js +1 -1
  3174. package/dist/esm/product/components/file-upload/common/classes.js +1 -1
  3175. package/dist/esm/product/components/file-upload/common/helpers.js +1 -1
  3176. package/dist/esm/product/components/file-upload/common/style.js +1 -1
  3177. package/dist/esm/product/components/file-upload/settings/configs/presets.js +2 -2
  3178. package/dist/esm/product/components/file-upload/settings/configs/settings.js +2 -2
  3179. package/dist/esm/product/components/file-upload/settings/configs/translate.js +1 -1
  3180. package/dist/esm/product/components/file-upload/settings/configs/ui-v1.js +1 -1
  3181. package/dist/esm/product/components/file-upload/settings/configs/ui-v2.js +1 -1
  3182. package/dist/esm/product/components/file-upload/settings/index.js +2 -2
  3183. package/dist/esm/product/components/product-badge/ProductBadge.js +1 -1
  3184. package/dist/esm/product/components/product-badge/ProductBadge.liquid.js +9 -9
  3185. package/dist/esm/product/components/product-badge/common/attrs.js +1 -1
  3186. package/dist/esm/product/components/product-badge/common/classes.js +1 -1
  3187. package/dist/esm/product/components/product-badge/common/styles.js +1 -1
  3188. package/dist/esm/product/components/product-badge/constants.js +1 -1
  3189. package/dist/esm/product/components/product-badge/types.js +1 -1
  3190. package/dist/esm/product/components/product-badge/utils/common.js +1 -1
  3191. package/dist/esm/product/components/product-badge/utils/generateLiquidContent.js +2 -2
  3192. package/dist/esm/product/components/product-badge/utils/getRotateShape.js +1 -1
  3193. package/dist/esm/product/components/product-badge/utils/getShapePosition.js +1 -1
  3194. package/dist/esm/product/components/product-badge/utils/getStyleAdvanced.js +1 -1
  3195. package/dist/esm/product/components/product-badge/utils/getWhiteSpace.js +1 -1
  3196. package/dist/esm/product/components/product-badge/utils/renderBadgeILP.js +1 -1
  3197. package/dist/esm/product/components/product-badge/utils/renderBadgeLiquid.js +29 -29
  3198. package/dist/esm/product/components/product-badge/utils/shape.js +1 -1
  3199. package/dist/esm/product/components/product-badge/utils/stylesV2.js +2 -2
  3200. package/dist/esm/product/components/product-bundle/ProductBundleDiscount.js +1 -1
  3201. package/dist/esm/product/components/product-bundle/ProductBundleDiscount.liquid.js +8 -8
  3202. package/dist/esm/product/components/product-bundle/ProductBundleDiscountChildrenItem.js +1 -1
  3203. package/dist/esm/product/components/product-bundle/ProductBundleDiscountChildrenItem.liquid.js +6 -6
  3204. package/dist/esm/product/components/product-bundle/ProductBundleDiscountItem.js +1 -1
  3205. package/dist/esm/product/components/product-bundle/ProductBundleDiscountItem.liquid.js +1 -1
  3206. package/dist/esm/product/components/product-bundle/common/classes.js +1 -1
  3207. package/dist/esm/product/components/product-bundle/common/helpers.js +1 -1
  3208. package/dist/esm/product/components/product-bundle/common/styles.js +1 -1
  3209. package/dist/esm/product/components/product-bundle/hooks/useProductBundleDataState.js +3 -3
  3210. package/dist/esm/product/components/product-bundle/hooks/useProductBundleDiscountState.js +1 -1
  3211. package/dist/esm/product/components/product-bundle/setting/ProductBundleDiscount.js +2 -2
  3212. package/dist/esm/product/components/product-bundle/setting/ProductBundleDiscountItem.js +1 -1
  3213. package/dist/esm/product/components/product-bundle/setting/configs/settings.js +1 -1
  3214. package/dist/esm/product/components/product-bundle/setting/configs/ui-v1.js +1 -1
  3215. package/dist/esm/product/components/product-bundle/setting/configs/ui-v2.js +1 -1
  3216. package/dist/esm/product/components/product-button/AddToCartButton.js +1 -1
  3217. package/dist/esm/product/components/product-button/AddToCartButton.liquid.js +1 -1
  3218. package/dist/esm/product/components/product-button/BlankSpace.js +1 -1
  3219. package/dist/esm/product/components/product-button/BlankSpace.liquid.js +2 -2
  3220. package/dist/esm/product/components/product-button/CartMessage.js +1 -1
  3221. package/dist/esm/product/components/product-button/PriceComponent.js +1 -1
  3222. package/dist/esm/product/components/product-button/PriceComponent.liquid.js +1 -1
  3223. package/dist/esm/product/components/product-button/PriceLayout.js +1 -1
  3224. package/dist/esm/product/components/product-button/PriceLayout.liquid.js +2 -2
  3225. package/dist/esm/product/components/product-button/ProductButton.js +1 -1
  3226. package/dist/esm/product/components/product-button/ProductButton.liquid.js +5 -5
  3227. package/dist/esm/product/components/product-button/ProductButtonPrice.js +1 -1
  3228. package/dist/esm/product/components/product-button/ProductButtonPrice.liquid.js +1 -1
  3229. package/dist/esm/product/components/product-button/Separator.js +1 -1
  3230. package/dist/esm/product/components/product-button/Separator.liquid.js +4 -4
  3231. package/dist/esm/product/components/product-button/SoldOutButton.js +1 -1
  3232. package/dist/esm/product/components/product-button/SoldOutButton.liquid.js +1 -1
  3233. package/dist/esm/product/components/product-button/common/classes.js +1 -1
  3234. package/dist/esm/product/components/product-button/common/constants.js +2 -2
  3235. package/dist/esm/product/components/product-button/common/data.js +1 -1
  3236. package/dist/esm/product/components/product-button/common/helpers.js +1 -1
  3237. package/dist/esm/product/components/product-button/common/styles.js +1 -1
  3238. package/dist/esm/product/components/product-button/helpers/getButtonDynamicSourceLocales.js +1 -1
  3239. package/dist/esm/product/components/product-button/hooks/useAddToCart.js +1 -1
  3240. package/dist/esm/product/components/product-button/hooks/useCartMessage.js +1 -1
  3241. package/dist/esm/product/components/product-button/hooks/useCartOperations.js +1 -1
  3242. package/dist/esm/product/components/product-button/hooks/useDispatchAfterSubmitEvent.js +1 -1
  3243. package/dist/esm/product/components/product-button/types.js +1 -1
  3244. package/dist/esm/product/components/product-description/ProductDescription.js +1 -1
  3245. package/dist/esm/product/components/product-description/ProductDescription.liquid.js +10 -10
  3246. package/dist/esm/product/components/product-description/common/classes.js +1 -1
  3247. package/dist/esm/product/components/product-description/common/helpers.js +2 -2
  3248. package/dist/esm/product/components/product-description/common/styles.js +2 -2
  3249. package/dist/esm/product/components/product-description/hooks/useGpDescription.js +1 -1
  3250. package/dist/esm/product/components/product-discount-tag/ProductDiscountTag.js +1 -1
  3251. package/dist/esm/product/components/product-discount-tag/ProductDiscountTag.liquid.js +11 -11
  3252. package/dist/esm/product/components/product-discount-tag/common/classes.js +1 -1
  3253. package/dist/esm/product/components/product-discount-tag/common/styles.js +1 -1
  3254. package/dist/esm/product/components/product-discount-tag/hooks/useGpDiscountTag.js +1 -1
  3255. package/dist/esm/product/components/product-images/ProductFeaturedImage.js +1 -1
  3256. package/dist/esm/product/components/product-images/ProductFeaturedImage.liquid.js +31 -31
  3257. package/dist/esm/product/components/product-images/ProductGalleryCarousel.js +1 -1
  3258. package/dist/esm/product/components/product-images/ProductGalleryCarousel.liquid.js +6 -6
  3259. package/dist/esm/product/components/product-images/ProductGalleryGrid.js +1 -1
  3260. package/dist/esm/product/components/product-images/ProductGalleryGrid.liquid.js +10 -10
  3261. package/dist/esm/product/components/product-images/ProductImagesLightBox.js +1 -1
  3262. package/dist/esm/product/components/product-images/common/helpers.js +1 -1
  3263. package/dist/esm/product/components/product-images/common/productFeaturedImage.js +1 -1
  3264. package/dist/esm/product/components/product-images/common/productGallery.js +1 -1
  3265. package/dist/esm/product/components/product-images-v2/ProductImageV2.js +2 -2
  3266. package/dist/esm/product/components/product-images-v2/ProductImagesV2.liquid.js +17 -17
  3267. package/dist/esm/product/components/product-images-v2/common/attrs.js +1 -1
  3268. package/dist/esm/product/components/product-images-v2/common/classes.js +1 -1
  3269. package/dist/esm/product/components/product-images-v2/common/common.js +1 -1
  3270. package/dist/esm/product/components/product-images-v2/common/getBorderActiveCss.js +2 -2
  3271. package/dist/esm/product/components/product-images-v2/common/hoverAction.js +1 -1
  3272. package/dist/esm/product/components/product-images-v2/common/productFeaturedImage.js +1 -1
  3273. package/dist/esm/product/components/product-images-v2/common/productGallery.js +1 -1
  3274. package/dist/esm/product/components/product-images-v2/common/styles.js +1 -1
  3275. package/dist/esm/product/components/product-images-v2/components/child/MediaIcon.js +1 -1
  3276. package/dist/esm/product/components/product-images-v2/components/child/ProductFeatureVideo.js +1 -1
  3277. package/dist/esm/product/components/product-images-v2/components/child/ProductFeaturedImageCarousel.js +1 -1
  3278. package/dist/esm/product/components/product-images-v2/components/child/ProductFeaturedImageOnly.js +1 -1
  3279. package/dist/esm/product/components/product-images-v2/components/child/ProductGalleryGrid.js +2 -2
  3280. package/dist/esm/product/components/product-images-v2/components/feature-gallery/FeatureImageWithGallery.js +1 -1
  3281. package/dist/esm/product/components/product-images-v2/components/feature-gallery/FeatureImageWithGallery.liquid.js +41 -41
  3282. package/dist/esm/product/components/product-images-v2/components/feature-only/OnlyFeatureImage.js +1 -1
  3283. package/dist/esm/product/components/product-images-v2/components/gallery-carousel/GalleryCarousel.js +1 -1
  3284. package/dist/esm/product/components/product-images-v2/components/gallery-carousel/GalleryCarousel.liquid.js +6 -6
  3285. package/dist/esm/product/components/product-images-v2/components/gallery-grid/GalleryGrid.js +1 -1
  3286. package/dist/esm/product/components/product-images-v2/components/gallery-grid/GalleryGrid.liquid.js +2 -2
  3287. package/dist/esm/product/components/product-images-v2/components/lightbox/ButtonOpenLightBox.js +1 -1
  3288. package/dist/esm/product/components/product-images-v2/components/lightbox/ProductImagesLightBox.js +1 -1
  3289. package/dist/esm/product/components/product-images-v2/composables/getProductImagesAttr.js +1 -1
  3290. package/dist/esm/product/components/product-images-v2/composables/getProductImagesClassName.js +1 -1
  3291. package/dist/esm/product/components/product-images-v2/composables/getProductImagesStyles.js +1 -1
  3292. package/dist/esm/product/components/product-images-v2/hooks/useFeatureImageWithGallery.js +1 -1
  3293. package/dist/esm/product/components/product-images-v2/hooks/useFilterImagesByVariant.js +1 -1
  3294. package/dist/esm/product/components/product-images-v2/hooks/useGalleryCarousel.js +1 -1
  3295. package/dist/esm/product/components/product-images-v2/hooks/useProductFeaturedImageCarousel.js +1 -1
  3296. package/dist/esm/product/components/product-images-v2/hooks/useProductGalleryGrid.js +1 -1
  3297. package/dist/esm/product/components/product-images-v3/ProductImageV3.js +2 -2
  3298. package/dist/esm/product/components/product-images-v3/ProductImagesV3.liquid.js +17 -17
  3299. package/dist/esm/product/components/product-images-v3/common/attrs.js +1 -1
  3300. package/dist/esm/product/components/product-images-v3/common/classes.js +1 -1
  3301. package/dist/esm/product/components/product-images-v3/common/common.js +1 -1
  3302. package/dist/esm/product/components/product-images-v3/common/getBorderActiveCss.js +2 -2
  3303. package/dist/esm/product/components/product-images-v3/common/hoverAction.js +1 -1
  3304. package/dist/esm/product/components/product-images-v3/common/productFeaturedImage.js +1 -1
  3305. package/dist/esm/product/components/product-images-v3/common/productGallery.js +1 -1
  3306. package/dist/esm/product/components/product-images-v3/common/styles.js +1 -1
  3307. package/dist/esm/product/components/product-images-v3/components/child/MediaIcon.js +1 -1
  3308. package/dist/esm/product/components/product-images-v3/components/child/ProductFeatureVideo.js +1 -1
  3309. package/dist/esm/product/components/product-images-v3/components/child/ProductFeaturedImageCarousel.js +1 -1
  3310. package/dist/esm/product/components/product-images-v3/components/child/ProductFeaturedImageOnly.js +1 -1
  3311. package/dist/esm/product/components/product-images-v3/components/child/ProductGalleryGrid.js +2 -2
  3312. package/dist/esm/product/components/product-images-v3/components/child/ProductImagesLightBoxPreview.js +1 -0
  3313. package/dist/esm/product/components/product-images-v3/components/feature-gallery/FeatureImageWithGallery.js +1 -1
  3314. package/dist/esm/product/components/product-images-v3/components/feature-gallery/FeatureImageWithGallery.liquid.js +53 -53
  3315. package/dist/esm/product/components/product-images-v3/components/feature-only/OnlyFeatureImage.js +1 -1
  3316. package/dist/esm/product/components/product-images-v3/components/gallery-carousel/GalleryCarousel.js +1 -1
  3317. package/dist/esm/product/components/product-images-v3/components/gallery-carousel/GalleryCarousel.liquid.js +13 -13
  3318. package/dist/esm/product/components/product-images-v3/components/gallery-grid/GalleryGrid.js +1 -1
  3319. package/dist/esm/product/components/product-images-v3/components/gallery-grid/GalleryGrid.liquid.js +2 -2
  3320. package/dist/esm/product/components/product-images-v3/components/lightbox/ButtonOpenLightBox.js +1 -1
  3321. package/dist/esm/product/components/product-images-v3/components/lightbox/LightBoxCarousel.js +2 -0
  3322. package/dist/esm/product/components/product-images-v3/components/lightbox/LightBoxGalleryCarousel.js +2 -0
  3323. package/dist/esm/product/components/product-images-v3/components/lightbox/LightBoxImageZoom.js +2 -0
  3324. package/dist/esm/product/components/product-images-v3/components/lightbox/ProductImagesLightBox.js +1 -1
  3325. package/dist/esm/product/components/product-images-v3/components/lightbox/constants.js +1 -0
  3326. package/dist/esm/product/components/product-images-v3/composables/getProductImagesAttr.js +1 -1
  3327. package/dist/esm/product/components/product-images-v3/composables/getProductImagesClassName.js +1 -1
  3328. package/dist/esm/product/components/product-images-v3/composables/getProductImagesStyles.js +1 -1
  3329. package/dist/esm/product/components/product-images-v3/hooks/useFeatureImageWithGallery.js +1 -1
  3330. package/dist/esm/product/components/product-images-v3/hooks/useFilterImagesByVariant.js +1 -1
  3331. package/dist/esm/product/components/product-images-v3/hooks/useGalleryCarousel.js +1 -1
  3332. package/dist/esm/product/components/product-images-v3/hooks/useProductFeaturedImageCarousel.js +1 -1
  3333. package/dist/esm/product/components/product-images-v3/hooks/useProductGalleryGrid.js +1 -1
  3334. package/dist/esm/product/components/product-list/ProductList.js +1 -1
  3335. package/dist/esm/product/components/product-list/ProductList.liquid.js +34 -34
  3336. package/dist/esm/product/components/product-list/ProductListCarouselItem.liquid.js +2 -2
  3337. package/dist/esm/product/components/product-list/ProductListCarouselLayout.js +1 -1
  3338. package/dist/esm/product/components/product-list/ProductListCarouselLayout.liquid.js +4 -4
  3339. package/dist/esm/product/components/product-list/ProductListGridItem.liquid.js +7 -7
  3340. package/dist/esm/product/components/product-list/ProductListGridLayout.js +1 -1
  3341. package/dist/esm/product/components/product-list/ProductListGridLayout.liquid.js +16 -16
  3342. package/dist/esm/product/components/product-list/common/attrs.js +1 -1
  3343. package/dist/esm/product/components/product-list/common/classes.js +1 -1
  3344. package/dist/esm/product/components/product-list/common/helpers.js +1 -1
  3345. package/dist/esm/product/components/product-list/common/styles.js +1 -1
  3346. package/dist/esm/product/components/product-list-v3/ProductList.js +1 -1
  3347. package/dist/esm/product/components/product-list-v3/ProductList.liquid.js +38 -35
  3348. package/dist/esm/product/components/product-list-v3/ProductListCarouselItem.liquid.js +2 -2
  3349. package/dist/esm/product/components/product-list-v3/ProductListCarouselLayout.js +1 -1
  3350. package/dist/esm/product/components/product-list-v3/ProductListCarouselLayout.liquid.js +6 -6
  3351. package/dist/esm/product/components/product-list-v3/ProductListGridItem.liquid.js +7 -7
  3352. package/dist/esm/product/components/product-list-v3/ProductListGridLayout.js +1 -1
  3353. package/dist/esm/product/components/product-list-v3/ProductListGridLayout.liquid.js +16 -16
  3354. package/dist/esm/product/components/product-list-v3/common/attrs.js +1 -1
  3355. package/dist/esm/product/components/product-list-v3/common/classes.js +1 -1
  3356. package/dist/esm/product/components/product-list-v3/common/helpers.js +1 -1
  3357. package/dist/esm/product/components/product-list-v3/common/styles.js +1 -1
  3358. package/dist/esm/product/components/product-list-v3/constants/index.js +1 -0
  3359. package/dist/esm/product/components/product-list-v3/hooks/useCollectionQuery.js +1 -0
  3360. package/dist/esm/product/components/product-list-v3/hooks/useMainRelatedProductQuery.js +1 -0
  3361. package/dist/esm/product/components/product-list-v3/hooks/useProductRelatedQuery.js +1 -0
  3362. package/dist/esm/product/components/product-list-v3/hooks/useProductsQuery.js +1 -0
  3363. package/dist/esm/product/components/product-price/ProductPrice.js +1 -1
  3364. package/dist/esm/product/components/product-price/ProductPrice.liquid.js +6 -6
  3365. package/dist/esm/product/components/product-price/common/attrs.js +1 -1
  3366. package/dist/esm/product/components/product-price/common/classes.js +1 -1
  3367. package/dist/esm/product/components/product-price/common/helpers.js +3 -3
  3368. package/dist/esm/product/components/product-price/hooks/useGpPrice.js +1 -1
  3369. package/dist/esm/product/components/product-properties/ProductProperties.js +1 -1
  3370. package/dist/esm/product/components/product-properties/ProductProperties.liquid.js +6 -6
  3371. package/dist/esm/product/components/product-properties/common/attrs.js +1 -1
  3372. package/dist/esm/product/components/product-properties/common/classes.js +1 -1
  3373. package/dist/esm/product/components/product-properties/common/helpers.js +1 -1
  3374. package/dist/esm/product/components/product-properties/common/styles.js +1 -1
  3375. package/dist/esm/product/components/product-properties/property-choice/ProductPropertyChoice.js +1 -1
  3376. package/dist/esm/product/components/product-properties/property-choice/ProductPropertyChoice.liquid.js +5 -5
  3377. package/dist/esm/product/components/product-properties/property-choice/common/getProductPropertiesChoiceAttrs.js +1 -1
  3378. package/dist/esm/product/components/product-properties/property-choice/common/getProductPropertiesChoiceClasses.js +1 -1
  3379. package/dist/esm/product/components/product-properties/property-choice/common/getProductPropertiesChoiceInlineCss.js +3 -3
  3380. package/dist/esm/product/components/product-properties/property-choice/common/getProductPropertiesChoiceStyles.js +1 -1
  3381. package/dist/esm/product/components/product-properties/property-input/ProductPropertyInput.js +1 -1
  3382. package/dist/esm/product/components/product-properties/property-input/ProductPropertyInput.liquid.js +10 -10
  3383. package/dist/esm/product/components/product-properties/property-input/common/attrs.js +1 -1
  3384. package/dist/esm/product/components/product-properties/property-input/common/classes.js +1 -1
  3385. package/dist/esm/product/components/product-properties/property-input/common/helpers.js +1 -1
  3386. package/dist/esm/product/components/product-properties/property-input/common/styles.js +1 -1
  3387. package/dist/esm/product/components/product-properties/property-select/ProductPropertySelect.js +1 -1
  3388. package/dist/esm/product/components/product-properties/property-select/ProductPropertySelect.liquid.js +7 -7
  3389. package/dist/esm/product/components/product-properties/property-select/common/attrs.js +1 -1
  3390. package/dist/esm/product/components/product-properties/property-select/common/classes.js +1 -1
  3391. package/dist/esm/product/components/product-properties/property-select/common/styles.js +1 -1
  3392. package/dist/esm/product/components/product-quantity/ProductQuantity.js +1 -1
  3393. package/dist/esm/product/components/product-quantity/ProductQuantity.liquid.js +5 -5
  3394. package/dist/esm/product/components/product-quantity/common/attrs.js +1 -1
  3395. package/dist/esm/product/components/product-quantity/common/classes.js +1 -1
  3396. package/dist/esm/product/components/product-quantity/common/helpers.js +3 -3
  3397. package/dist/esm/product/components/product-quantity/common/styles.js +1 -1
  3398. package/dist/esm/product/components/product-quantity/hooks/useProductQuantity.js +1 -1
  3399. package/dist/esm/product/components/product-quick-view/ProductQuickView.js +1 -1
  3400. package/dist/esm/product/components/product-quick-view/QuickView.js +1 -1
  3401. package/dist/esm/product/components/product-sku/Sku.js +1 -1
  3402. package/dist/esm/product/components/product-sku/Sku.liquid.js +3 -3
  3403. package/dist/esm/product/components/product-title/ProductTitle.js +1 -1
  3404. package/dist/esm/product/components/product-title/ProductTitle.liquid.js +6 -6
  3405. package/dist/esm/product/components/product-title/common/helpers.js +1 -1
  3406. package/dist/esm/product/components/product-variants/OptionVariantsNewFormat.liquid.js +2 -2
  3407. package/dist/esm/product/components/product-variants/OptionVariantsOldFormat.liquid.js +2 -2
  3408. package/dist/esm/product/components/product-variants/ProductVariants.js +1 -1
  3409. package/dist/esm/product/components/product-variants/ProductVariants.liquid.js +51 -51
  3410. package/dist/esm/product/components/product-variants/common/base/attrs.js +1 -1
  3411. package/dist/esm/product/components/product-variants/common/base/classes.js +2 -2
  3412. package/dist/esm/product/components/product-variants/common/base/styles.js +1 -1
  3413. package/dist/esm/product/components/product-variants/common/common.js +1 -1
  3414. package/dist/esm/product/components/product-variants/common/const.js +1 -1
  3415. package/dist/esm/product/components/product-variants/common/dropdown/attrs.js +1 -1
  3416. package/dist/esm/product/components/product-variants/common/dropdown/classes.js +1 -1
  3417. package/dist/esm/product/components/product-variants/common/dropdown/styles.js +1 -1
  3418. package/dist/esm/product/components/product-variants/common/main/classes.js +1 -1
  3419. package/dist/esm/product/components/product-variants/common/main/const.js +1 -1
  3420. package/dist/esm/product/components/product-variants/common/main/getAttr.js +1 -1
  3421. package/dist/esm/product/components/product-variants/common/main/getData.js +1 -1
  3422. package/dist/esm/product/components/product-variants/common/main/styles.js +1 -1
  3423. package/dist/esm/product/components/product-variants/common/variants/attrs.js +1 -1
  3424. package/dist/esm/product/components/product-variants/common/variants/classes.js +1 -1
  3425. package/dist/esm/product/components/product-variants/common/variants/styles.js +1 -1
  3426. package/dist/esm/product/components/product-variants/components/base/base.js +5 -5
  3427. package/dist/esm/product/components/product-variants/components/base/base.liquid.js +15 -15
  3428. package/dist/esm/product/components/product-variants/components/color/color.js +1 -1
  3429. package/dist/esm/product/components/product-variants/components/color/color.liquid.js +3 -3
  3430. package/dist/esm/product/components/product-variants/components/dropdown-group/DropdownGroup.js +1 -1
  3431. package/dist/esm/product/components/product-variants/components/dropdown-group/DropdownGroup.liquid.js +1 -1
  3432. package/dist/esm/product/components/product-variants/components/dropdown-option/DropdownOption.js +1 -1
  3433. package/dist/esm/product/components/product-variants/components/dropdown-option/VariantOption.js +1 -1
  3434. package/dist/esm/product/components/product-variants/components/dropdown-option/render-liquid/index.js +16 -16
  3435. package/dist/esm/product/components/product-variants/components/dropdown-swatches/Dropdown.js +1 -1
  3436. package/dist/esm/product/components/product-variants/components/dropdown-swatches/Dropdown.liquid.js +6 -6
  3437. package/dist/esm/product/components/product-variants/components/dropdown-swatches/hooks/useDropdownSwatches.js +1 -1
  3438. package/dist/esm/product/components/product-variants/components/image/Image.js +1 -1
  3439. package/dist/esm/product/components/product-variants/components/image/Image.liquid.js +2 -2
  3440. package/dist/esm/product/components/product-variants/components/image-shopify/ImageShopify.js +1 -1
  3441. package/dist/esm/product/components/product-variants/components/image-shopify/ImageShopify.liquid.js +2 -2
  3442. package/dist/esm/product/components/product-variants/components/rectangle-list/RectangleList.js +1 -1
  3443. package/dist/esm/product/components/product-variants/components/variants/index.js +1 -1
  3444. package/dist/esm/product/components/product-variants/components/variants/index.liquid.js +23 -23
  3445. package/dist/esm/product/components/product-variants/hooks/useGpVariants.js +1 -1
  3446. package/dist/esm/product/components/product-variants/hooks/useVariantInteraction.js +1 -1
  3447. package/dist/esm/product/components/product-variants/utils/mappingVariantStyles.js +1 -1
  3448. package/dist/esm/product/components/product-vendor/Vendor.js +1 -1
  3449. package/dist/esm/product/components/product-vendor/Vendor.liquid.js +2 -2
  3450. package/dist/esm/product/components/product-view-more/ProductViewMore.js +1 -1
  3451. package/dist/esm/product/components/product-view-more/ProductViewMore.liquid.js +4 -4
  3452. package/dist/esm/product/components/product-view-more/common/helpers.js +1 -1
  3453. package/dist/esm/product/components/product-view-more/common/styles.js +1 -1
  3454. package/dist/esm/product/components/product-wrap/Product.js +1 -1
  3455. package/dist/esm/product/components/product-wrap/Product.liquid.js +30 -30
  3456. package/dist/esm/product/components/product-wrap/common/helpers.js +1 -1
  3457. package/dist/esm/product/components/product-wrap/hook/useProductQuery.js +1 -0
  3458. package/dist/esm/product/components/product-wrap/hook/useProductSetting.js +1 -1
  3459. package/dist/esm/product/helpers/function.js +1 -1
  3460. package/dist/esm/product/helpers/product-bundle.js +1 -1
  3461. package/dist/esm/product/helpers/product-image.js +1 -1
  3462. package/dist/esm/product/helpers/product.js +1 -1
  3463. package/dist/esm/product/helpers/tracking.js +1 -1
  3464. package/dist/esm/product/index.js +1 -1
  3465. package/dist/esm/product/next.js +1 -1
  3466. package/dist/esm/product/settings/DynamicCheckout.js +2 -2
  3467. package/dist/esm/product/settings/Product.js +2 -2
  3468. package/dist/esm/product/settings/ProductBadge.js +1 -1
  3469. package/dist/esm/product/settings/ProductButton.js +2 -2
  3470. package/dist/esm/product/settings/ProductDescription.js +1 -1
  3471. package/dist/esm/product/settings/ProductImages.js +4 -4
  3472. package/dist/esm/product/settings/ProductList.js +2 -2
  3473. package/dist/esm/product/settings/ProductListV3.js +2 -2
  3474. package/dist/esm/product/settings/ProductPrice.js +2 -2
  3475. package/dist/esm/product/settings/ProductProperties.js +2 -2
  3476. package/dist/esm/product/settings/ProductQuantity.js +2 -2
  3477. package/dist/esm/product/settings/ProductTag.js +1 -1
  3478. package/dist/esm/product/settings/ProductTitle.js +2 -2
  3479. package/dist/esm/product/settings/ProductVariants.js +2 -2
  3480. package/dist/esm/product/settings/ProductViewMore.js +2 -2
  3481. package/dist/esm/product/settings/Sku.js +2 -2
  3482. package/dist/esm/product/settings/Vendor.js +2 -2
  3483. package/dist/esm/product/settings/bundle-layout/horizontal-one.js +1 -1
  3484. package/dist/esm/product/settings/bundle-layout/horizontal-three.js +1 -1
  3485. package/dist/esm/product/settings/bundle-layout/horizontal-two.js +1 -1
  3486. package/dist/esm/product/settings/bundle-layout/vertical-one.js +1 -1
  3487. package/dist/esm/product/settings/bundle-layout/vertical-three.js +1 -1
  3488. package/dist/esm/product/settings/bundle-layout/vertical-two.js +1 -1
  3489. package/dist/esm/product/settings/dynamic-checkout/configs/presets.js +2 -2
  3490. package/dist/esm/product/settings/dynamic-checkout/configs/settings.js +1 -1
  3491. package/dist/esm/product/settings/dynamic-checkout/configs/ui-v2.js +1 -1
  3492. package/dist/esm/product/settings/product/configs/presets.js +1 -1
  3493. package/dist/esm/product/settings/product/configs/product-presets/product-1-col.js +3 -3
  3494. package/dist/esm/product/settings/product/configs/product-presets/product-2-col.js +3 -3
  3495. package/dist/esm/product/settings/product/configs/product-presets/product-default.js +3 -3
  3496. package/dist/esm/product/settings/product/configs/settings.js +1 -1
  3497. package/dist/esm/product/settings/product/configs/ui-v2.js +1 -1
  3498. package/dist/esm/product/settings/product-badge/configs/presets.js +2 -2
  3499. package/dist/esm/product/settings/product-badge/configs/settings.js +1 -1
  3500. package/dist/esm/product/settings/product-badge/configs/translate.js +1 -1
  3501. package/dist/esm/product/settings/product-badge/configs/ui-v2.js +1 -1
  3502. package/dist/esm/product/settings/product-button/configs/presets.js +2 -2
  3503. package/dist/esm/product/settings/product-button/configs/settings.js +2 -2
  3504. package/dist/esm/product/settings/product-button/configs/translate.js +1 -1
  3505. package/dist/esm/product/settings/product-button/configs/ui-v2.js +1 -1
  3506. package/dist/esm/product/settings/product-description/configs/presets.js +2 -2
  3507. package/dist/esm/product/settings/product-description/configs/settings.js +1 -1
  3508. package/dist/esm/product/settings/product-description/configs/translate.js +1 -1
  3509. package/dist/esm/product/settings/product-description/configs/ui-v2.js +1 -1
  3510. package/dist/esm/product/settings/product-discount-tag/configs/settings.js +1 -1
  3511. package/dist/esm/product/settings/product-discount-tag/configs/translate.js +1 -1
  3512. package/dist/esm/product/settings/product-discount-tag/configs/ui-v2.js +1 -1
  3513. package/dist/esm/product/settings/product-image-v2/ProductFeatureImage.js +1 -1
  3514. package/dist/esm/product/settings/product-image-v2/ProductGalleryImage.js +1 -1
  3515. package/dist/esm/product/settings/product-image-v2/ProductImages.js +2 -2
  3516. package/dist/esm/product/settings/product-image-v2/configs/setting-v2/ProductFeatureImage.js +2 -2
  3517. package/dist/esm/product/settings/product-image-v2/configs/setting-v2/ProductGalleryImage.js +2 -2
  3518. package/dist/esm/product/settings/product-image-v2/configs/setting-v2/index.js +1 -1
  3519. package/dist/esm/product/settings/product-image-v2/configs/ui/FeatureDots.js +1 -1
  3520. package/dist/esm/product/settings/product-image-v2/configs/ui/FeatureNavigation.js +1 -1
  3521. package/dist/esm/product/settings/product-image-v2/configs/ui/ImageListNavigation.js +1 -1
  3522. package/dist/esm/product/settings/product-image-v2/configs/ui-v1.js +1 -1
  3523. package/dist/esm/product/settings/product-image-v2/configs/ui-v2.js +1 -1
  3524. package/dist/esm/product/settings/product-image-v3/ProductFeatureImage.js +1 -1
  3525. package/dist/esm/product/settings/product-image-v3/ProductGalleryImage.js +1 -1
  3526. package/dist/esm/product/settings/product-image-v3/ProductImages.js +2 -2
  3527. package/dist/esm/product/settings/product-image-v3/configs/setting-v2/ProductFeatureImage.js +2 -2
  3528. package/dist/esm/product/settings/product-image-v3/configs/setting-v2/ProductGalleryImage.js +2 -2
  3529. package/dist/esm/product/settings/product-image-v3/configs/setting-v2/index.js +1 -1
  3530. package/dist/esm/product/settings/product-image-v3/configs/ui/FeatureDots.js +1 -1
  3531. package/dist/esm/product/settings/product-image-v3/configs/ui/FeatureNavigation.js +1 -1
  3532. package/dist/esm/product/settings/product-image-v3/configs/ui/ImageListNavigation.js +1 -1
  3533. package/dist/esm/product/settings/product-image-v3/configs/ui-v1.js +1 -1
  3534. package/dist/esm/product/settings/product-image-v3/configs/ui-v2.js +1 -1
  3535. package/dist/esm/product/settings/product-list/configs/presets.js +2 -2
  3536. package/dist/esm/product/settings/product-list/configs/settings-v2.js +1 -1
  3537. package/dist/esm/product/settings/product-list/configs/ui-v2.js +1 -1
  3538. package/dist/esm/product/settings/product-list-v3/configs/presets.js +2 -2
  3539. package/dist/esm/product/settings/product-list-v3/configs/settings-v2.js +1 -1
  3540. package/dist/esm/product/settings/product-list-v3/configs/ui-v2.js +1 -1
  3541. package/dist/esm/product/settings/product-price/configs/presets.js +2 -2
  3542. package/dist/esm/product/settings/product-price/configs/settings.js +1 -1
  3543. package/dist/esm/product/settings/product-price/configs/ui-v2.js +1 -1
  3544. package/dist/esm/product/settings/product-properties/configs/presets.js +2 -2
  3545. package/dist/esm/product/settings/product-properties/configs/settings-v2.js +1 -1
  3546. package/dist/esm/product/settings/product-properties/configs/translate.js +1 -1
  3547. package/dist/esm/product/settings/product-properties/configs/ui-v2.js +1 -1
  3548. package/dist/esm/product/settings/product-quantity/configs/presets.js +2 -2
  3549. package/dist/esm/product/settings/product-quantity/configs/settings.js +2 -2
  3550. package/dist/esm/product/settings/product-quantity/configs/ui-v2.js +1 -1
  3551. package/dist/esm/product/settings/product-sku/configs/presets.js +2 -2
  3552. package/dist/esm/product/settings/product-sku/configs/settings.js +1 -1
  3553. package/dist/esm/product/settings/product-sku/configs/ui-v2.js +1 -1
  3554. package/dist/esm/product/settings/product-title/configs/presets.js +2 -2
  3555. package/dist/esm/product/settings/product-title/configs/settings.js +1 -1
  3556. package/dist/esm/product/settings/product-title/configs/ui-v2.js +1 -1
  3557. package/dist/esm/product/settings/product-variant/configs/presets.js +2 -2
  3558. package/dist/esm/product/settings/product-variant/configs/settings.js +1 -1
  3559. package/dist/esm/product/settings/product-variant/configs/ui-v2.js +1 -1
  3560. package/dist/esm/product/settings/product-variant/swatches-style-config/color.js +1 -1
  3561. package/dist/esm/product/settings/product-variant/swatches-style-config/dropdown.js +1 -1
  3562. package/dist/esm/product/settings/product-variant/swatches-style-config/image-shopify.js +1 -1
  3563. package/dist/esm/product/settings/product-variant/swatches-style-config/image.js +1 -1
  3564. package/dist/esm/product/settings/product-variant/swatches-style-config/rectangle-list.js +1 -1
  3565. package/dist/esm/product/settings/product-vendor/configs/presets.js +2 -2
  3566. package/dist/esm/product/settings/product-vendor/configs/settings.js +1 -1
  3567. package/dist/esm/product/settings/product-vendor/configs/ui-v2.js +1 -1
  3568. package/dist/esm/product/settings/product-view-more/configs/presets.js +2 -2
  3569. package/dist/esm/product/settings/product-view-more/configs/settings.js +2 -2
  3570. package/dist/esm/product/settings/product-view-more/configs/translate.js +1 -1
  3571. package/dist/esm/product/settings/product-view-more/configs/ui-v2.js +1 -1
  3572. package/dist/esm/radio/components/Radio.js +1 -1
  3573. package/dist/esm/radio/index.js +1 -1
  3574. package/dist/esm/radio/next.js +1 -1
  3575. package/dist/esm/radio/settings/Radio.js +1 -1
  3576. package/dist/esm/radio/settings/configs/settings.js +1 -1
  3577. package/dist/esm/select/components/Select.js +2 -2
  3578. package/dist/esm/select/index.js +1 -1
  3579. package/dist/esm/select/next.js +1 -1
  3580. package/dist/esm/select/settings/Select.js +1 -1
  3581. package/dist/esm/select/settings/configs/settings.js +1 -1
  3582. package/dist/esm/setting.js +1 -1
  3583. package/dist/esm/shop-pay-installment/components/ShopPayInstallments.js +1 -1
  3584. package/dist/esm/shop-pay-installment/components/ShopPayInstallments.liquid.js +2 -2
  3585. package/dist/esm/shop-pay-installment/components/common/helpers.js +1 -1
  3586. package/dist/esm/shop-pay-installment/index.js +1 -1
  3587. package/dist/esm/shop-pay-installment/next.js +1 -1
  3588. package/dist/esm/shop-pay-installment/settings/ShopPayInstallments.js +2 -2
  3589. package/dist/esm/shop-pay-installment/settings/configs/settings.js +1 -1
  3590. package/dist/esm/sticky/common/classes.js +1 -1
  3591. package/dist/esm/sticky/common/styles.js +1 -1
  3592. package/dist/esm/sticky/components/Sticky.js +1 -1
  3593. package/dist/esm/sticky/components/Sticky.liquid.js +8 -8
  3594. package/dist/esm/sticky/hooks/useSticky.js +1 -1
  3595. package/dist/esm/sticky/index.js +1 -1
  3596. package/dist/esm/sticky/next.js +1 -1
  3597. package/dist/esm/sticky/settings/Sticky.js +1 -1
  3598. package/dist/esm/sticky/settings/configs/presets.js +4 -4
  3599. package/dist/esm/sticky/settings/configs/settings-v2.js +1 -1
  3600. package/dist/esm/sticky/settings/configs/settings.js +1 -1
  3601. package/dist/esm/sticky/settings/configs/translate.js +1 -1
  3602. package/dist/esm/sticky/settings/configs/ui-v2.js +1 -1
  3603. package/dist/esm/stock-counter/common/attrs.js +1 -1
  3604. package/dist/esm/stock-counter/common/classes.js +1 -1
  3605. package/dist/esm/stock-counter/common/helpers.js +23 -23
  3606. package/dist/esm/stock-counter/common/styles.js +1 -1
  3607. package/dist/esm/stock-counter/components/StockCounter.js +1 -1
  3608. package/dist/esm/stock-counter/components/StockCounter.liquid.js +40 -40
  3609. package/dist/esm/stock-counter/hooks/useStockCounter.js +1 -1
  3610. package/dist/esm/stock-counter/hooks/useStockCounterInteraction.js +1 -1
  3611. package/dist/esm/stock-counter/index.js +1 -1
  3612. package/dist/esm/stock-counter/next.js +1 -1
  3613. package/dist/esm/stock-counter/settings/StockCounter.js +2 -2
  3614. package/dist/esm/stock-counter/settings/configs/presets.js +2 -2
  3615. package/dist/esm/stock-counter/settings/configs/settings-v2.js +2 -2
  3616. package/dist/esm/stock-counter/settings/configs/translate.js +1 -1
  3617. package/dist/esm/stock-counter/settings/configs/ui-v2.js +1 -1
  3618. package/dist/esm/tab/common/attrs.js +1 -1
  3619. package/dist/esm/tab/common/classes.js +2 -2
  3620. package/dist/esm/tab/common/helpers.js +2 -2
  3621. package/dist/esm/tab/common/styles.js +1 -1
  3622. package/dist/esm/tab/components/TabItem.js +1 -1
  3623. package/dist/esm/tab/components/TabItem.liquid.js +2 -2
  3624. package/dist/esm/tab/components/Tabs.js +1 -1
  3625. package/dist/esm/tab/components/Tabs.liquid.js +15 -15
  3626. package/dist/esm/tab/hooks/useTab.js +1 -1
  3627. package/dist/esm/tab/hooks/useTabInteraction.js +1 -1
  3628. package/dist/esm/tab/index.js +1 -1
  3629. package/dist/esm/tab/next.js +1 -1
  3630. package/dist/esm/tab/settings/TabItem.js +2 -2
  3631. package/dist/esm/tab/settings/Tabs.js +2 -2
  3632. package/dist/esm/tab/settings/configs/settings.js +1 -1
  3633. package/dist/esm/tab/settings/configs/translate.js +1 -1
  3634. package/dist/esm/tab/settings/configs/ui-v2.js +1 -1
  3635. package/dist/esm/text/common/attrs.js +1 -1
  3636. package/dist/esm/text/common/classes.js +1 -1
  3637. package/dist/esm/text/common/helpers.js +1 -1
  3638. package/dist/esm/text/common/styles.js +1 -1
  3639. package/dist/esm/text/components/Text.js +1 -1
  3640. package/dist/esm/text/components/Text.liquid.js +4 -4
  3641. package/dist/esm/text/components/TextInline.js +4 -4
  3642. package/dist/esm/text/index.js +1 -1
  3643. package/dist/esm/text/next.js +1 -1
  3644. package/dist/esm/text/settings/Text.js +2 -2
  3645. package/dist/esm/text/settings/configs/presets.js +2 -2
  3646. package/dist/esm/text/settings/configs/settings.js +1 -1
  3647. package/dist/esm/text/settings/configs/translate.js +1 -1
  3648. package/dist/esm/text/settings/configs/ui-v2.js +1 -1
  3649. package/dist/esm/textarea/components/Textarea.js +1 -1
  3650. package/dist/esm/textarea/index.js +1 -1
  3651. package/dist/esm/textarea/next.js +1 -1
  3652. package/dist/esm/textarea/settings/Textarea.js +2 -2
  3653. package/dist/esm/textarea/settings/configs/settings.js +1 -1
  3654. package/dist/esm/third-party/common/helpers.js +5 -5
  3655. package/dist/esm/third-party/components/AftershipEmailMarketingsms.js +1 -1
  3656. package/dist/esm/third-party/components/AftershipEmailMarketingsms.liquid.js +1 -1
  3657. package/dist/esm/third-party/components/AirProductReviewsAppUgc.js +1 -1
  3658. package/dist/esm/third-party/components/AirProductReviewsAppUgc.liquid.js +3 -3
  3659. package/dist/esm/third-party/components/AliReviews/AliReviewsSampleContent.js +1 -1
  3660. package/dist/esm/third-party/components/AliReviews.js +1 -1
  3661. package/dist/esm/third-party/components/AliReviews.liquid.js +3 -3
  3662. package/dist/esm/third-party/components/AlsoBoughtCbb.js +1 -1
  3663. package/dist/esm/third-party/components/AlsoBoughtCbb.liquid.js +4 -4
  3664. package/dist/esm/third-party/components/AovBundlesVolumeDiscounts.js +1 -1
  3665. package/dist/esm/third-party/components/AovBundlesVolumeDiscounts.liquid.js +1 -1
  3666. package/dist/esm/third-party/components/AovFreeGiftBuyXGetYBogo.js +1 -1
  3667. package/dist/esm/third-party/components/AovFreeGiftBuyXGetYBogo.liquid.js +1 -1
  3668. package/dist/esm/third-party/components/AppointmentBookingCowlendar.js +1 -1
  3669. package/dist/esm/third-party/components/AppointmentBookingCowlendar.liquid.js +1 -1
  3670. package/dist/esm/third-party/components/AppstleBundlesDiscounts.js +1 -1
  3671. package/dist/esm/third-party/components/AppstleBundlesDiscounts.liquid.js +1 -1
  3672. package/dist/esm/third-party/components/AppstleSubscriptions/AppstleSubscriptionsSampleContent.js +1 -1
  3673. package/dist/esm/third-party/components/AppstleSubscriptions.js +1 -1
  3674. package/dist/esm/third-party/components/AppstleSubscriptions.liquid.js +4 -4
  3675. package/dist/esm/third-party/components/BestBuyFulfillment.js +1 -1
  3676. package/dist/esm/third-party/components/BestBuyFulfillment.liquid.js +1 -1
  3677. package/dist/esm/third-party/components/BfSizeChartSizeGuide.js +1 -1
  3678. package/dist/esm/third-party/components/BfSizeChartSizeGuide.liquid.js +1 -1
  3679. package/dist/esm/third-party/components/BirdChime/BirdChimeContent.js +1 -1
  3680. package/dist/esm/third-party/components/BirdChime.js +1 -1
  3681. package/dist/esm/third-party/components/BirdChime.liquid.js +4 -4
  3682. package/dist/esm/third-party/components/BloyRewardsProgramLoyalty.js +1 -1
  3683. package/dist/esm/third-party/components/BloyRewardsProgramLoyalty.liquid.js +1 -1
  3684. package/dist/esm/third-party/components/Bogos/BogosSampleContent.js +1 -1
  3685. package/dist/esm/third-party/components/Bogos.js +1 -1
  3686. package/dist/esm/third-party/components/Bogos.liquid.js +3 -3
  3687. package/dist/esm/third-party/components/BoldProductOptions/BoldProductOptionsSampleContent.js +1 -1
  3688. package/dist/esm/third-party/components/BoldProductOptions.js +1 -1
  3689. package/dist/esm/third-party/components/BoldProductOptions.liquid.js +4 -4
  3690. package/dist/esm/third-party/components/BoldSubscriptions/BoldSubscriptionsSampleContent.js +1 -1
  3691. package/dist/esm/third-party/components/BoldSubscriptions.js +1 -1
  3692. package/dist/esm/third-party/components/BoldSubscriptions.liquid.js +4 -4
  3693. package/dist/esm/third-party/components/BonLoyaltyRewardsReferrals.js +1 -1
  3694. package/dist/esm/third-party/components/BonLoyaltyRewardsReferrals.liquid.js +1 -1
  3695. package/dist/esm/third-party/components/BonySubscriptionsApp.js +2 -0
  3696. package/dist/esm/third-party/components/BonySubscriptionsApp.liquid.js +14 -0
  3697. package/dist/esm/third-party/components/BoostAISearchDiscovery/BoostAISearchDiscoverySampleContent.js +1 -1
  3698. package/dist/esm/third-party/components/BoostAISearchDiscovery.js +1 -1
  3699. package/dist/esm/third-party/components/BoostAISearchDiscovery.liquid.js +5 -5
  3700. package/dist/esm/third-party/components/Bundler/BundlerSampleContent.js +1 -1
  3701. package/dist/esm/third-party/components/Bundler.js +1 -1
  3702. package/dist/esm/third-party/components/Bundler.liquid.js +4 -4
  3703. package/dist/esm/third-party/components/CleanSizeCharts.js +1 -1
  3704. package/dist/esm/third-party/components/CleanSizeCharts.liquid.js +3 -3
  3705. package/dist/esm/third-party/components/CrossSellCartUpsell/CrossSellCartUpsellSampleContent.js +1 -1
  3706. package/dist/esm/third-party/components/CrossSellCartUpsell.js +1 -1
  3707. package/dist/esm/third-party/components/CrossSellCartUpsell.liquid.js +2 -2
  3708. package/dist/esm/third-party/components/CustomProductOptionsVariant.js +1 -1
  3709. package/dist/esm/third-party/components/CustomProductOptionsVariant.liquid.js +4 -4
  3710. package/dist/esm/third-party/components/DealeasyVolumeDiscounts.js +1 -1
  3711. package/dist/esm/third-party/components/DealeasyVolumeDiscounts.liquid.js +5 -5
  3712. package/dist/esm/third-party/components/DiscountyBulkDiscountSales.js +1 -1
  3713. package/dist/esm/third-party/components/DiscountyBulkDiscountSales.liquid.js +4 -4
  3714. package/dist/esm/third-party/components/EasifyProductOptions.js +1 -1
  3715. package/dist/esm/third-party/components/EasifyProductOptions.liquid.js +3 -3
  3716. package/dist/esm/third-party/components/EasyBundleBuilderSkailama.js +1 -1
  3717. package/dist/esm/third-party/components/EasyBundleBuilderSkailama.liquid.js +1 -1
  3718. package/dist/esm/third-party/components/EasySellCOD.js +1 -1
  3719. package/dist/esm/third-party/components/EasySellCOD.liquid.js +4 -4
  3720. package/dist/esm/third-party/components/EcoboostifyShoppableReelUgc.js +1 -1
  3721. package/dist/esm/third-party/components/EcoboostifyShoppableReelUgc.liquid.js +1 -1
  3722. package/dist/esm/third-party/components/EcomsendBackInStockAlert.js +1 -1
  3723. package/dist/esm/third-party/components/EcomsendBackInStockAlert.liquid.js +3 -3
  3724. package/dist/esm/third-party/components/EssentialAnnouncementBar.js +1 -1
  3725. package/dist/esm/third-party/components/EssentialAnnouncementBar.liquid.js +1 -1
  3726. package/dist/esm/third-party/components/EssentialCountdownTimerBar.js +1 -1
  3727. package/dist/esm/third-party/components/EssentialCountdownTimerBar.liquid.js +1 -1
  3728. package/dist/esm/third-party/components/EstimatedDeliveryDatePlus.js +1 -1
  3729. package/dist/esm/third-party/components/EstimatedDeliveryDatePlus.liquid.js +1 -1
  3730. package/dist/esm/third-party/components/FastBundleBundlesDiscounts.js +1 -1
  3731. package/dist/esm/third-party/components/FastBundleBundlesDiscounts.liquid.js +4 -4
  3732. package/dist/esm/third-party/components/FeraReviews/FeraReviewsSampleContent.js +1 -1
  3733. package/dist/esm/third-party/components/FeraReviews/LiquidTemplateByWidget.js +1 -1
  3734. package/dist/esm/third-party/components/FeraReviews.js +1 -1
  3735. package/dist/esm/third-party/components/FeraReviews.liquid.js +3 -3
  3736. package/dist/esm/third-party/components/FirePush/FirePushSampleContent.js +1 -1
  3737. package/dist/esm/third-party/components/FirePush.js +1 -1
  3738. package/dist/esm/third-party/components/FirePush.liquid.js +4 -4
  3739. package/dist/esm/third-party/components/FlyBundlesUpsellsFbt.js +1 -1
  3740. package/dist/esm/third-party/components/FlyBundlesUpsellsFbt.liquid.js +1 -1
  3741. package/dist/esm/third-party/components/FordeerProductLabels.js +1 -1
  3742. package/dist/esm/third-party/components/FordeerProductLabels.liquid.js +3 -3
  3743. package/dist/esm/third-party/components/FrequentlyBoughtTogether/FrequentlyBoughtTogetherSampleContent.js +1 -1
  3744. package/dist/esm/third-party/components/FrequentlyBoughtTogether.js +1 -1
  3745. package/dist/esm/third-party/components/FrequentlyBoughtTogether.liquid.js +4 -4
  3746. package/dist/esm/third-party/components/GloColorSwatchvariantImage.js +1 -1
  3747. package/dist/esm/third-party/components/GloColorSwatchvariantImage.liquid.js +1 -1
  3748. package/dist/esm/third-party/components/GloboProductOptionsVariant.js +1 -1
  3749. package/dist/esm/third-party/components/GloboProductOptionsVariant.liquid.js +1 -1
  3750. package/dist/esm/third-party/components/GoogleReviewsByReputon.js +1 -1
  3751. package/dist/esm/third-party/components/GoogleReviewsByReputon.liquid.js +3 -3
  3752. package/dist/esm/third-party/components/Growave/GrowaveSampleContent.js +1 -1
  3753. package/dist/esm/third-party/components/Growave.js +1 -1
  3754. package/dist/esm/third-party/components/Growave.liquid.js +3 -3
  3755. package/dist/esm/third-party/components/GrowthSuiteDiscountCodes.js +1 -1
  3756. package/dist/esm/third-party/components/GrowthSuiteDiscountCodes.liquid.js +3 -3
  3757. package/dist/esm/third-party/components/HextomCountdownTimerBar.js +1 -1
  3758. package/dist/esm/third-party/components/HextomCountdownTimerBar.liquid.js +1 -1
  3759. package/dist/esm/third-party/components/HextomFreeShippingBar.js +1 -1
  3760. package/dist/esm/third-party/components/HextomFreeShippingBar.liquid.js +1 -1
  3761. package/dist/esm/third-party/components/HulkFormBuilder.js +1 -1
  3762. package/dist/esm/third-party/components/HulkFormBuilder.liquid.js +4 -4
  3763. package/dist/esm/third-party/components/HulkProductOptions.js +1 -1
  3764. package/dist/esm/third-party/components/HulkProductOptions.liquid.js +1 -1
  3765. package/dist/esm/third-party/components/InfiniteOptions/InfiniteOptionsSampleContent.js +1 -1
  3766. package/dist/esm/third-party/components/InfiniteOptions.js +1 -1
  3767. package/dist/esm/third-party/components/InfiniteOptions.liquid.js +4 -4
  3768. package/dist/esm/third-party/components/Instafeed/InstafeedSampleContent.js +1 -1
  3769. package/dist/esm/third-party/components/Instafeed.js +1 -1
  3770. package/dist/esm/third-party/components/Instafeed.liquid.js +2 -2
  3771. package/dist/esm/third-party/components/InstasellShoppableInstagram.js +1 -1
  3772. package/dist/esm/third-party/components/InstasellShoppableInstagram.liquid.js +1 -1
  3773. package/dist/esm/third-party/components/Judgeme/JudgemeSampleContent.js +1 -1
  3774. package/dist/esm/third-party/components/JudgemeReviews.js +1 -1
  3775. package/dist/esm/third-party/components/JudgemeReviews.liquid.js +3 -3
  3776. package/dist/esm/third-party/components/JunipProductReviewsUgc.js +1 -1
  3777. package/dist/esm/third-party/components/JunipProductReviewsUgc.liquid.js +1 -1
  3778. package/dist/esm/third-party/components/KachingBundles/KachingBundlesSampleContent.js +1 -1
  3779. package/dist/esm/third-party/components/KachingBundles.js +1 -1
  3780. package/dist/esm/third-party/components/KachingBundles.liquid.js +4 -4
  3781. package/dist/esm/third-party/components/KachingSubscriptionsApp.js +1 -1
  3782. package/dist/esm/third-party/components/KachingSubscriptionsApp.liquid.js +3 -3
  3783. package/dist/esm/third-party/components/KingProductOptions/KingProductOptionsSampleContent.js +1 -1
  3784. package/dist/esm/third-party/components/KingProductOptions.js +1 -1
  3785. package/dist/esm/third-party/components/KingProductOptions.liquid.js +4 -4
  3786. package/dist/esm/third-party/components/KiteFreeGiftDiscount.js +1 -1
  3787. package/dist/esm/third-party/components/KiteFreeGiftDiscount.liquid.js +1 -1
  3788. package/dist/esm/third-party/components/KlarnaMessaging.js +1 -1
  3789. package/dist/esm/third-party/components/KlarnaMessaging.liquid.js +4 -4
  3790. package/dist/esm/third-party/components/Klaviyo/KlaviyoSampleContent.js +1 -1
  3791. package/dist/esm/third-party/components/Klaviyo.js +1 -1
  3792. package/dist/esm/third-party/components/Klaviyo.liquid.js +4 -4
  3793. package/dist/esm/third-party/components/KoalaBundleQuantityDiscount.js +1 -1
  3794. package/dist/esm/third-party/components/KoalaBundleQuantityDiscount.liquid.js +1 -1
  3795. package/dist/esm/third-party/components/LaiProductReviews/LaiProductReviewsSampleContent.js +1 -1
  3796. package/dist/esm/third-party/components/LaiProductReviews/LiquidTemplateByWiget.js +10 -10
  3797. package/dist/esm/third-party/components/LaiProductReviews.js +1 -1
  3798. package/dist/esm/third-party/components/LaiProductReviews.liquid.js +3 -3
  3799. package/dist/esm/third-party/components/LoloyalLoyaltyReferrals.js +1 -1
  3800. package/dist/esm/third-party/components/LoloyalLoyaltyReferrals.liquid.js +1 -1
  3801. package/dist/esm/third-party/components/LoopSubscriptions.js +1 -1
  3802. package/dist/esm/third-party/components/LoopSubscriptions.liquid.js +2 -2
  3803. package/dist/esm/third-party/components/LooxReviews/LooxReviewsSampleContent.js +1 -1
  3804. package/dist/esm/third-party/components/LooxReviews.js +1 -1
  3805. package/dist/esm/third-party/components/LooxReviews.liquid.js +3 -3
  3806. package/dist/esm/third-party/components/MaxbundleProductBundles.js +1 -1
  3807. package/dist/esm/third-party/components/MaxbundleProductBundles.liquid.js +5 -5
  3808. package/dist/esm/third-party/components/MbcBundleVolumeDiscount.js +1 -1
  3809. package/dist/esm/third-party/components/MbcBundleVolumeDiscount.liquid.js +3 -3
  3810. package/dist/esm/third-party/components/MyappgurusProductReviews.js +1 -1
  3811. package/dist/esm/third-party/components/MyappgurusProductReviews.liquid.js +1 -1
  3812. package/dist/esm/third-party/components/NotifyBackInStockPreOrder.js +1 -1
  3813. package/dist/esm/third-party/components/NotifyBackInStockPreOrder.liquid.js +4 -4
  3814. package/dist/esm/third-party/components/OkendoReviewsLoyalty.js +1 -1
  3815. package/dist/esm/third-party/components/OkendoReviewsLoyalty.liquid.js +1 -1
  3816. package/dist/esm/third-party/components/Omnisend/OmnisendSampleContent.js +1 -1
  3817. package/dist/esm/third-party/components/Omnisend.js +1 -1
  3818. package/dist/esm/third-party/components/Omnisend.liquid.js +3 -3
  3819. package/dist/esm/third-party/components/Opinew/OpinewSampleContent.js +1 -1
  3820. package/dist/esm/third-party/components/Opinew.js +1 -1
  3821. package/dist/esm/third-party/components/Opinew.liquid.js +3 -3
  3822. package/dist/esm/third-party/components/ParcelPanel/ParcelPanelSampleContent.js +1 -1
  3823. package/dist/esm/third-party/components/ParcelPanel.js +1 -1
  3824. package/dist/esm/third-party/components/ParcelPanel.liquid.js +1 -1
  3825. package/dist/esm/third-party/components/PickyStory/PickyStorySampleContent.js +1 -1
  3826. package/dist/esm/third-party/components/PickyStory.js +1 -1
  3827. package/dist/esm/third-party/components/PickyStory.liquid.js +3 -3
  3828. package/dist/esm/third-party/components/PowerfulContactFormBuilder.js +1 -1
  3829. package/dist/esm/third-party/components/PowerfulContactFormBuilder.liquid.js +1 -1
  3830. package/dist/esm/third-party/components/PreorderNowPreOrderPq.js +1 -1
  3831. package/dist/esm/third-party/components/PreorderNowPreOrderPq.liquid.js +1 -1
  3832. package/dist/esm/third-party/components/PreorderNowWodPresale.js +1 -1
  3833. package/dist/esm/third-party/components/PreorderNowWodPresale.liquid.js +1 -1
  3834. package/dist/esm/third-party/components/ProductOptionsCustomizer.js +1 -1
  3835. package/dist/esm/third-party/components/ProductOptionsCustomizer.liquid.js +1 -1
  3836. package/dist/esm/third-party/components/ProductOptionsVariantOption.js +1 -1
  3837. package/dist/esm/third-party/components/ProductOptionsVariantOption.liquid.js +4 -4
  3838. package/dist/esm/third-party/components/ProductReviews/ProductReviewsSampleContent.js +1 -1
  3839. package/dist/esm/third-party/components/ProductReviews.js +1 -1
  3840. package/dist/esm/third-party/components/ProductReviews.liquid.js +2 -2
  3841. package/dist/esm/third-party/components/PumperBundlesVolumeDiscount.js +1 -1
  3842. package/dist/esm/third-party/components/PumperBundlesVolumeDiscount.liquid.js +1 -1
  3843. package/dist/esm/third-party/components/PushOwl.js +1 -1
  3844. package/dist/esm/third-party/components/PushOwl.liquid.js +3 -3
  3845. package/dist/esm/third-party/components/QikifyUpsell.js +1 -1
  3846. package/dist/esm/third-party/components/QikifyUpsell.liquid.js +1 -1
  3847. package/dist/esm/third-party/components/RapiBundleQuantityBreaks.js +1 -1
  3848. package/dist/esm/third-party/components/RapiBundleQuantityBreaks.liquid.js +5 -5
  3849. package/dist/esm/third-party/components/RechargeSubscriptions.js +1 -1
  3850. package/dist/esm/third-party/components/RechargeSubscriptions.liquid.js +1 -1
  3851. package/dist/esm/third-party/components/RecurpaySubscriptionApp.js +1 -1
  3852. package/dist/esm/third-party/components/RecurpaySubscriptionApp.liquid.js +4 -4
  3853. package/dist/esm/third-party/components/Releasit/ReleasitSampleContent.js +1 -1
  3854. package/dist/esm/third-party/components/Releasit.js +1 -1
  3855. package/dist/esm/third-party/components/Releasit.liquid.js +3 -3
  3856. package/dist/esm/third-party/components/RequestQuoteHidePrice.js +1 -1
  3857. package/dist/esm/third-party/components/RequestQuoteHidePrice.liquid.js +3 -3
  3858. package/dist/esm/third-party/components/ReviewxpoProductReviewsApp.js +1 -1
  3859. package/dist/esm/third-party/components/ReviewxpoProductReviewsApp.liquid.js +1 -1
  3860. package/dist/esm/third-party/components/Rivyo/RivyoSampleContent.js +1 -1
  3861. package/dist/esm/third-party/components/Rivyo.js +1 -1
  3862. package/dist/esm/third-party/components/Rivyo.liquid.js +3 -3
  3863. package/dist/esm/third-party/components/Ryviu/RyviuSampleContent.js +1 -1
  3864. package/dist/esm/third-party/components/Ryviu.js +1 -1
  3865. package/dist/esm/third-party/components/Ryviu.liquid.js +3 -3
  3866. package/dist/esm/third-party/components/SealSubscriptions/SealSubscriptionsSampleContent.js +1 -1
  3867. package/dist/esm/third-party/components/SealSubscriptions.js +1 -1
  3868. package/dist/esm/third-party/components/SealSubscriptions.liquid.js +44 -13
  3869. package/dist/esm/third-party/components/SegunoEmailMarketing.js +1 -1
  3870. package/dist/esm/third-party/components/SegunoEmailMarketing.liquid.js +1 -1
  3871. package/dist/esm/third-party/components/Selleasy.js +1 -1
  3872. package/dist/esm/third-party/components/Selleasy.liquid.js +1 -1
  3873. package/dist/esm/third-party/components/SeoantTrustBadgesIcon.js +1 -1
  3874. package/dist/esm/third-party/components/SeoantTrustBadgesIcon.liquid.js +1 -1
  3875. package/dist/esm/third-party/components/ShopifyForms.js +1 -1
  3876. package/dist/esm/third-party/components/ShopifyForms.liquid.js +1 -1
  3877. package/dist/esm/third-party/components/ShopifySubscriptions.js +1 -1
  3878. package/dist/esm/third-party/components/ShopifySubscriptions.liquid.js +4 -4
  3879. package/dist/esm/third-party/components/SimpleBundlesKits.js +1 -1
  3880. package/dist/esm/third-party/components/SimpleBundlesKits.liquid.js +1 -1
  3881. package/dist/esm/third-party/components/SkioSubscriptionsYcS20.js +1 -1
  3882. package/dist/esm/third-party/components/SkioSubscriptionsYcS20.liquid.js +1 -1
  3883. package/dist/esm/third-party/components/SmartSearchBarAndFilters/SmartSearchBarAndFiltersSampleContent.js +1 -1
  3884. package/dist/esm/third-party/components/SmartSearchBarAndFilters.js +1 -1
  3885. package/dist/esm/third-party/components/SmartSearchBarAndFilters.liquid.js +5 -5
  3886. package/dist/esm/third-party/components/SproutPlantTreesGrowSales.js +1 -1
  3887. package/dist/esm/third-party/components/SproutPlantTreesGrowSales.liquid.js +1 -1
  3888. package/dist/esm/third-party/components/Stamped/LiquidTemplateByWidget.js +46 -46
  3889. package/dist/esm/third-party/components/Stamped/StampedSampleContent.js +1 -1
  3890. package/dist/esm/third-party/components/Stamped.js +1 -1
  3891. package/dist/esm/third-party/components/Stamped.liquid.js +4 -4
  3892. package/dist/esm/third-party/components/StellarDeliveryDatePickup.js +1 -1
  3893. package/dist/esm/third-party/components/StellarDeliveryDatePickup.liquid.js +4 -4
  3894. package/dist/esm/third-party/components/SubifySubscriptionsApp.js +1 -1
  3895. package/dist/esm/third-party/components/SubifySubscriptionsApp.liquid.js +1 -1
  3896. package/dist/esm/third-party/components/TagembedSocialPostReview.js +1 -1
  3897. package/dist/esm/third-party/components/TagembedSocialPostReview.liquid.js +4 -4
  3898. package/dist/esm/third-party/components/TagshopShoppableVideosUgc.js +1 -1
  3899. package/dist/esm/third-party/components/TagshopShoppableVideosUgc.liquid.js +2 -2
  3900. package/dist/esm/third-party/components/TeeinblueProductPersonalizer.js +1 -1
  3901. package/dist/esm/third-party/components/TeeinblueProductPersonalizer.liquid.js +4 -4
  3902. package/dist/esm/third-party/components/ThirdPartyPreview.js +1 -1
  3903. package/dist/esm/third-party/components/TrustBadgesBear.js +1 -1
  3904. package/dist/esm/third-party/components/TrustBadgesBear.liquid.js +1 -1
  3905. package/dist/esm/third-party/components/TrustMe/TrustMeSampleContent.js +1 -1
  3906. package/dist/esm/third-party/components/TrustMe.js +1 -1
  3907. package/dist/esm/third-party/components/TrustMe.liquid.js +3 -3
  3908. package/dist/esm/third-party/components/TrustedsiteTrustBadges.js +1 -1
  3909. package/dist/esm/third-party/components/TrustedsiteTrustBadges.liquid.js +1 -1
  3910. package/dist/esm/third-party/components/Trustoo/TrustooSampleContent.js +1 -1
  3911. package/dist/esm/third-party/components/Trustoo.js +1 -1
  3912. package/dist/esm/third-party/components/Trustoo.liquid.js +5 -5
  3913. package/dist/esm/third-party/components/TrustreviewsProductReviews.js +1 -1
  3914. package/dist/esm/third-party/components/TrustreviewsProductReviews.liquid.js +1 -1
  3915. package/dist/esm/third-party/components/TrustshopProductReviews.js +1 -1
  3916. package/dist/esm/third-party/components/TrustshopProductReviews.liquid.js +1 -1
  3917. package/dist/esm/third-party/components/UltimateSalesBoost/UltimateSalesBoostSampleContent.js +1 -1
  3918. package/dist/esm/third-party/components/UltimateSalesBoost.js +1 -1
  3919. package/dist/esm/third-party/components/UltimateSalesBoost.liquid.js +4 -4
  3920. package/dist/esm/third-party/components/UnlimitedBundlesDiscounts.js +1 -1
  3921. package/dist/esm/third-party/components/UnlimitedBundlesDiscounts.liquid.js +1 -1
  3922. package/dist/esm/third-party/components/UppromoteAffiliateMarketing.js +1 -1
  3923. package/dist/esm/third-party/components/UppromoteAffiliateMarketing.liquid.js +3 -3
  3924. package/dist/esm/third-party/components/Vitals/VitalsSampleContent.js +1 -1
  3925. package/dist/esm/third-party/components/Vitals.js +1 -1
  3926. package/dist/esm/third-party/components/Vitals.liquid.js +4 -4
  3927. package/dist/esm/third-party/components/WcWishlistBackInStock.js +2 -0
  3928. package/dist/esm/third-party/components/WcWishlistBackInStock.liquid.js +1 -0
  3929. package/dist/esm/third-party/components/WhatmoreShoppableVideosreel.js +1 -1
  3930. package/dist/esm/third-party/components/WhatmoreShoppableVideosreel.liquid.js +1 -1
  3931. package/dist/esm/third-party/components/WideBundle/WideBundleSampleContent.js +1 -1
  3932. package/dist/esm/third-party/components/WideBundle.js +1 -1
  3933. package/dist/esm/third-party/components/WideBundle.liquid.js +4 -4
  3934. package/dist/esm/third-party/components/Wiser/WiserSampleContent.js +1 -1
  3935. package/dist/esm/third-party/components/Wiser.js +1 -1
  3936. package/dist/esm/third-party/components/Wiser.liquid.js +4 -4
  3937. package/dist/esm/third-party/components/WishlistKing.js +1 -1
  3938. package/dist/esm/third-party/components/WishlistKing.liquid.js +1 -1
  3939. package/dist/esm/third-party/components/WishlistPlus.js +1 -1
  3940. package/dist/esm/third-party/components/WishlistPlus.liquid.js +4 -4
  3941. package/dist/esm/third-party/components/YotpoLoyalty/YotpoLoyaltySampleContent.js +1 -1
  3942. package/dist/esm/third-party/components/YotpoLoyalty.js +1 -1
  3943. package/dist/esm/third-party/components/YotpoReviews/YotpoReviewsSampleContent.js +1 -1
  3944. package/dist/esm/third-party/components/YotpoReviews.js +1 -1
  3945. package/dist/esm/third-party/components/YotpoReviews.liquid.js +3 -3
  3946. package/dist/esm/third-party/configs/AftershipEmailMarketingsms.js +1 -1
  3947. package/dist/esm/third-party/configs/AirProductReviewsAppUgc.js +1 -1
  3948. package/dist/esm/third-party/configs/AliReviews.js +1 -1
  3949. package/dist/esm/third-party/configs/AlsoBoughtCbb.js +1 -1
  3950. package/dist/esm/third-party/configs/AovBundlesVolumeDiscounts.js +1 -1
  3951. package/dist/esm/third-party/configs/AovFreeGiftBuyXGetYBogo.js +1 -1
  3952. package/dist/esm/third-party/configs/AppointmentBookingCowlendar.js +1 -1
  3953. package/dist/esm/third-party/configs/AppstleBundlesDiscounts.js +1 -1
  3954. package/dist/esm/third-party/configs/AppstleSubscriptions.js +1 -1
  3955. package/dist/esm/third-party/configs/BfSizeChartSizeGuide.js +1 -1
  3956. package/dist/esm/third-party/configs/BirdChime.js +1 -1
  3957. package/dist/esm/third-party/configs/BloyRewardsProgramLoyalty.js +1 -1
  3958. package/dist/esm/third-party/configs/Bogos.js +1 -1
  3959. package/dist/esm/third-party/configs/BoldProductOptions.js +1 -1
  3960. package/dist/esm/third-party/configs/BoldSubscription.js +1 -1
  3961. package/dist/esm/third-party/configs/BonLoyaltyRewardsReferrals.js +1 -1
  3962. package/dist/esm/third-party/configs/BonySubscriptionsApp.js +1 -0
  3963. package/dist/esm/third-party/configs/BoostAISearchDiscovery.js +1 -1
  3964. package/dist/esm/third-party/configs/Bundler.js +1 -1
  3965. package/dist/esm/third-party/configs/CleanSizeCharts.js +1 -1
  3966. package/dist/esm/third-party/configs/CrossSellCartUpsell.js +1 -1
  3967. package/dist/esm/third-party/configs/CustomProductOptionsVariant.js +1 -1
  3968. package/dist/esm/third-party/configs/DealeasyVolumeDiscounts.js +1 -1
  3969. package/dist/esm/third-party/configs/DiscountyBulkDiscountSales.js +1 -1
  3970. package/dist/esm/third-party/configs/EasifyProductOptions.js +1 -1
  3971. package/dist/esm/third-party/configs/EasyBundleBuilderSkailama.js +1 -1
  3972. package/dist/esm/third-party/configs/EasySellCOD.js +1 -1
  3973. package/dist/esm/third-party/configs/EcoboostifyShoppableReelUgc.js +1 -1
  3974. package/dist/esm/third-party/configs/EcomsendBackInStockAlert.js +1 -1
  3975. package/dist/esm/third-party/configs/EssentialAnnouncementBar.js +1 -1
  3976. package/dist/esm/third-party/configs/EssentialCountdownTimerBar.js +1 -1
  3977. package/dist/esm/third-party/configs/EstimatedDeliveryDatePlus.js +1 -1
  3978. package/dist/esm/third-party/configs/FastBundleBundlesDiscount.js +1 -1
  3979. package/dist/esm/third-party/configs/FeraReviews.js +1 -1
  3980. package/dist/esm/third-party/configs/FirePush.js +1 -1
  3981. package/dist/esm/third-party/configs/FlyBundlesUpsellsFbt.js +1 -1
  3982. package/dist/esm/third-party/configs/FordeerProductLabels.js +1 -1
  3983. package/dist/esm/third-party/configs/FrequentlyBoughtTogether.js +1 -1
  3984. package/dist/esm/third-party/configs/GloColorSwatchvariantImage.js +1 -1
  3985. package/dist/esm/third-party/configs/GoogleReviewsByReputon.js +1 -1
  3986. package/dist/esm/third-party/configs/Growave.js +1 -1
  3987. package/dist/esm/third-party/configs/GrowthSuiteDiscountCodes.js +1 -1
  3988. package/dist/esm/third-party/configs/HextomCountdownTimerBar.js +1 -1
  3989. package/dist/esm/third-party/configs/HextomFreeShippingBar.js +1 -1
  3990. package/dist/esm/third-party/configs/HulkFormBuilder.js +1 -1
  3991. package/dist/esm/third-party/configs/HulkProductOptions.js +1 -1
  3992. package/dist/esm/third-party/configs/InfiniteOptions.js +1 -1
  3993. package/dist/esm/third-party/configs/Instafeed.js +1 -1
  3994. package/dist/esm/third-party/configs/InstasellShoppableInstagram.js +1 -1
  3995. package/dist/esm/third-party/configs/JudgemeReviews.js +1 -1
  3996. package/dist/esm/third-party/configs/JunipProductReviewsUgc.js +1 -1
  3997. package/dist/esm/third-party/configs/KachingBundles.js +1 -1
  3998. package/dist/esm/third-party/configs/KachingSubscriptionsApp.js +1 -1
  3999. package/dist/esm/third-party/configs/KingProductOptions.js +1 -1
  4000. package/dist/esm/third-party/configs/KiteFreeGiftDiscount.js +1 -1
  4001. package/dist/esm/third-party/configs/KlarmaMessaging.js +1 -1
  4002. package/dist/esm/third-party/configs/Klaviyo.js +1 -1
  4003. package/dist/esm/third-party/configs/KoalaBundleQuantityDiscount.js +1 -1
  4004. package/dist/esm/third-party/configs/LaiProductReviews.js +1 -1
  4005. package/dist/esm/third-party/configs/LoloyalLoyaltyReferrals.js +1 -1
  4006. package/dist/esm/third-party/configs/LoopSubscriptions.js +1 -1
  4007. package/dist/esm/third-party/configs/LooxReviews.js +1 -1
  4008. package/dist/esm/third-party/configs/MaxbundleProductBundles.js +1 -1
  4009. package/dist/esm/third-party/configs/MbcBundleVolumeDiscount.js +1 -1
  4010. package/dist/esm/third-party/configs/MyappgurusProductReviews.js +1 -1
  4011. package/dist/esm/third-party/configs/NotifyBackInStockPreOrder.js +1 -1
  4012. package/dist/esm/third-party/configs/OkendoReviewsLoyalty.js +1 -1
  4013. package/dist/esm/third-party/configs/Omnisend.js +1 -1
  4014. package/dist/esm/third-party/configs/Opinew.js +1 -1
  4015. package/dist/esm/third-party/configs/ParcelPanel.js +1 -1
  4016. package/dist/esm/third-party/configs/PickyStory.js +1 -1
  4017. package/dist/esm/third-party/configs/PowerfulContactFormBuilder.js +1 -1
  4018. package/dist/esm/third-party/configs/PreorderNowPreOrderPq.js +1 -1
  4019. package/dist/esm/third-party/configs/PreorderNowWodPresale.js +1 -1
  4020. package/dist/esm/third-party/configs/ProductOptionsCustomizer.js +1 -1
  4021. package/dist/esm/third-party/configs/ProductReviews.js +1 -1
  4022. package/dist/esm/third-party/configs/PumperBundlesVolumeDiscount.js +1 -1
  4023. package/dist/esm/third-party/configs/PushOwl.js +1 -1
  4024. package/dist/esm/third-party/configs/QikifyUpsell.js +1 -1
  4025. package/dist/esm/third-party/configs/RapiBundleQuantityBreaks.js +1 -1
  4026. package/dist/esm/third-party/configs/RechargeSubscriptions.js +1 -1
  4027. package/dist/esm/third-party/configs/RecurpaySubscriptionApp.js +1 -1
  4028. package/dist/esm/third-party/configs/Releasit.js +1 -1
  4029. package/dist/esm/third-party/configs/RequestQuoteHidePrice.js +1 -1
  4030. package/dist/esm/third-party/configs/ReviewxpoProductReviewsApp.js +1 -1
  4031. package/dist/esm/third-party/configs/Rivyo.js +1 -1
  4032. package/dist/esm/third-party/configs/Ryviu.js +1 -1
  4033. package/dist/esm/third-party/configs/SealSubscriptions.js +1 -1
  4034. package/dist/esm/third-party/configs/SegunoEmailMarketing.js +1 -1
  4035. package/dist/esm/third-party/configs/Selleasy.js +1 -1
  4036. package/dist/esm/third-party/configs/SeoantTrustBadgesIcon.js +1 -1
  4037. package/dist/esm/third-party/configs/ShopifyForms.js +1 -1
  4038. package/dist/esm/third-party/configs/ShopifySubscriptions.js +1 -1
  4039. package/dist/esm/third-party/configs/SimpleBundlesKits.js +1 -1
  4040. package/dist/esm/third-party/configs/SkioSubscriptionsYcS20.js +1 -1
  4041. package/dist/esm/third-party/configs/SmartSearchBarAndFilters.js +1 -1
  4042. package/dist/esm/third-party/configs/SproutPlantTreesGrowSales.js +1 -1
  4043. package/dist/esm/third-party/configs/Stamped.js +1 -1
  4044. package/dist/esm/third-party/configs/StellarDeliveryDatePickup.js +1 -1
  4045. package/dist/esm/third-party/configs/SubifySubscriptionsApp.js +1 -1
  4046. package/dist/esm/third-party/configs/TagembedSocialPostReview.js +1 -1
  4047. package/dist/esm/third-party/configs/TagshopShoppableVideosUgc.js +1 -1
  4048. package/dist/esm/third-party/configs/TrustBadgesBear.js +1 -1
  4049. package/dist/esm/third-party/configs/TrustMe.js +1 -1
  4050. package/dist/esm/third-party/configs/TrustedsiteTrustBadges.js +1 -1
  4051. package/dist/esm/third-party/configs/Trustoo.js +1 -1
  4052. package/dist/esm/third-party/configs/TrustreviewsProductReviews.js +1 -1
  4053. package/dist/esm/third-party/configs/TrustshopProductReviews.js +1 -1
  4054. package/dist/esm/third-party/configs/UltimateSalesBoost.js +1 -1
  4055. package/dist/esm/third-party/configs/UnlimitedBundlesDiscounts.js +1 -1
  4056. package/dist/esm/third-party/configs/UppromoteAffiliateMarketing.js +1 -1
  4057. package/dist/esm/third-party/configs/Vitals.js +1 -1
  4058. package/dist/esm/third-party/configs/WcWishlistBackInStock.js +1 -0
  4059. package/dist/esm/third-party/configs/WhatmoreShoppableVideosreel.js +1 -1
  4060. package/dist/esm/third-party/configs/WideBundle.js +1 -1
  4061. package/dist/esm/third-party/configs/Wiser.js +1 -1
  4062. package/dist/esm/third-party/configs/WishlistKing.js +1 -1
  4063. package/dist/esm/third-party/configs/WishlistPlus.js +1 -1
  4064. package/dist/esm/third-party/configs/YotpoLoyalty.js +1 -1
  4065. package/dist/esm/third-party/configs/YotpoReviews.js +1 -1
  4066. package/dist/esm/third-party/index.js +1 -1
  4067. package/dist/esm/third-party/next.js +1 -1
  4068. package/dist/esm/third-party/settings/AftershipEmailMarketingsms/index.js +2 -2
  4069. package/dist/esm/third-party/settings/AftershipEmailMarketingsms/uiV2.js +1 -1
  4070. package/dist/esm/third-party/settings/AirProductReviewsAppUgc/index.js +2 -2
  4071. package/dist/esm/third-party/settings/AirProductReviewsAppUgc/uiV2.js +1 -1
  4072. package/dist/esm/third-party/settings/AliReviews/index.js +2 -2
  4073. package/dist/esm/third-party/settings/AliReviews/uiV2.js +1 -1
  4074. package/dist/esm/third-party/settings/AlsoBoughtCbb/index.js +2 -2
  4075. package/dist/esm/third-party/settings/AlsoBoughtCbb/uiV2.js +1 -1
  4076. package/dist/esm/third-party/settings/AovBundlesVolumeDiscounts/index.js +2 -2
  4077. package/dist/esm/third-party/settings/AovBundlesVolumeDiscounts/uiV2.js +1 -1
  4078. package/dist/esm/third-party/settings/AovFreeGiftBuyXGetYBogo/index.js +2 -2
  4079. package/dist/esm/third-party/settings/AovFreeGiftBuyXGetYBogo/uiV2.js +1 -1
  4080. package/dist/esm/third-party/settings/AppointmentBookingCowlendar/index.js +2 -2
  4081. package/dist/esm/third-party/settings/AppointmentBookingCowlendar/uiV2.js +1 -1
  4082. package/dist/esm/third-party/settings/AppstleBundlesDiscounts/index.js +2 -2
  4083. package/dist/esm/third-party/settings/AppstleBundlesDiscounts/uiV2.js +1 -1
  4084. package/dist/esm/third-party/settings/AppstleSubscriptions/index.js +2 -2
  4085. package/dist/esm/third-party/settings/AppstleSubscriptions/uiV2.js +1 -1
  4086. package/dist/esm/third-party/settings/BestBuyFulfillment/index.js +2 -2
  4087. package/dist/esm/third-party/settings/BestBuyFulfillment/uiV2.js +1 -1
  4088. package/dist/esm/third-party/settings/BfSizeChartSizeGuide/index.js +2 -2
  4089. package/dist/esm/third-party/settings/BfSizeChartSizeGuide/uiV2.js +1 -1
  4090. package/dist/esm/third-party/settings/BirdChime/index.js +2 -2
  4091. package/dist/esm/third-party/settings/BirdChime/uiV2.js +1 -1
  4092. package/dist/esm/third-party/settings/BloyRewardsProgramLoyalty/index.js +2 -2
  4093. package/dist/esm/third-party/settings/BloyRewardsProgramLoyalty/uiV2.js +1 -1
  4094. package/dist/esm/third-party/settings/Bogos/index.js +2 -2
  4095. package/dist/esm/third-party/settings/Bogos/uiV2.js +1 -1
  4096. package/dist/esm/third-party/settings/BoldProductOptions/index.js +2 -2
  4097. package/dist/esm/third-party/settings/BoldProductOptions/uiV2.js +1 -1
  4098. package/dist/esm/third-party/settings/BoldSubscriptions/index.js +2 -2
  4099. package/dist/esm/third-party/settings/BoldSubscriptions/uiV2.js +1 -1
  4100. package/dist/esm/third-party/settings/BonLoyaltyRewardsReferrals/index.js +2 -2
  4101. package/dist/esm/third-party/settings/BonLoyaltyRewardsReferrals/uiV2.js +1 -1
  4102. package/dist/esm/third-party/settings/BonySubscriptionsApp/index.js +4 -0
  4103. package/dist/esm/third-party/settings/BonySubscriptionsApp/uiV2.js +1 -0
  4104. package/dist/esm/third-party/settings/BoostAISearchDiscovery/index.js +2 -2
  4105. package/dist/esm/third-party/settings/BoostAISearchDiscovery/uiV2.js +1 -1
  4106. package/dist/esm/third-party/settings/Bundler/index.js +2 -2
  4107. package/dist/esm/third-party/settings/Bundler/uiV2.js +1 -1
  4108. package/dist/esm/third-party/settings/CleanSizeCharts/index.js +2 -2
  4109. package/dist/esm/third-party/settings/CleanSizeCharts/uiV2.js +1 -1
  4110. package/dist/esm/third-party/settings/CrossSellCartUpsell/index.js +2 -2
  4111. package/dist/esm/third-party/settings/CrossSellCartUpsell/uiV2.js +1 -1
  4112. package/dist/esm/third-party/settings/CustomProductOptionsVariant/index.js +2 -2
  4113. package/dist/esm/third-party/settings/CustomProductOptionsVariant/uiV2.js +1 -1
  4114. package/dist/esm/third-party/settings/DealeasyVolumeDiscounts/index.js +2 -2
  4115. package/dist/esm/third-party/settings/DealeasyVolumeDiscounts/uiV2.js +1 -1
  4116. package/dist/esm/third-party/settings/DiscountyBulkDiscountSales/index.js +2 -2
  4117. package/dist/esm/third-party/settings/DiscountyBulkDiscountSales/uiV2.js +1 -1
  4118. package/dist/esm/third-party/settings/EasifyProductOptions/index.js +2 -2
  4119. package/dist/esm/third-party/settings/EasifyProductOptions/uiV2.js +1 -1
  4120. package/dist/esm/third-party/settings/EasyBundleBuilderSkailama/index.js +2 -2
  4121. package/dist/esm/third-party/settings/EasyBundleBuilderSkailama/uiV2.js +1 -1
  4122. package/dist/esm/third-party/settings/EasySellCOD/index.js +2 -2
  4123. package/dist/esm/third-party/settings/EasySellCOD/uiV2.js +1 -1
  4124. package/dist/esm/third-party/settings/EcoboostifyShoppableReelUgc/index.js +2 -2
  4125. package/dist/esm/third-party/settings/EcoboostifyShoppableReelUgc/uiV2.js +1 -1
  4126. package/dist/esm/third-party/settings/EcomsendBackInStockAlert/index.js +2 -2
  4127. package/dist/esm/third-party/settings/EcomsendBackInStockAlert/uiV2.js +1 -1
  4128. package/dist/esm/third-party/settings/EssentialAnnouncementBar/index.js +2 -2
  4129. package/dist/esm/third-party/settings/EssentialAnnouncementBar/uiV2.js +1 -1
  4130. package/dist/esm/third-party/settings/EssentialCountdownTimerBar/index.js +2 -2
  4131. package/dist/esm/third-party/settings/EssentialCountdownTimerBar/uiV2.js +1 -1
  4132. package/dist/esm/third-party/settings/EstimatedDeliveryDatePlus/index.js +2 -2
  4133. package/dist/esm/third-party/settings/EstimatedDeliveryDatePlus/uiV2.js +1 -1
  4134. package/dist/esm/third-party/settings/FastBundleBundlesDiscounts/index.js +2 -2
  4135. package/dist/esm/third-party/settings/FastBundleBundlesDiscounts/uiV2.js +1 -1
  4136. package/dist/esm/third-party/settings/FeraReviews/index.js +2 -2
  4137. package/dist/esm/third-party/settings/FeraReviews/uiV2.js +1 -1
  4138. package/dist/esm/third-party/settings/FirePush/index.js +2 -2
  4139. package/dist/esm/third-party/settings/FirePush/uiV2.js +1 -1
  4140. package/dist/esm/third-party/settings/FlyBundlesUpsellsFbt/index.js +2 -2
  4141. package/dist/esm/third-party/settings/FlyBundlesUpsellsFbt/uiV2.js +1 -1
  4142. package/dist/esm/third-party/settings/FordeerProductLabels/index.js +2 -2
  4143. package/dist/esm/third-party/settings/FordeerProductLabels/uiV2.js +1 -1
  4144. package/dist/esm/third-party/settings/FrequentlyBoughtTogether/index.js +2 -2
  4145. package/dist/esm/third-party/settings/FrequentlyBoughtTogether/uiV2.js +1 -1
  4146. package/dist/esm/third-party/settings/GloColorSwatchvariantImage/index.js +2 -2
  4147. package/dist/esm/third-party/settings/GloColorSwatchvariantImage/uiV2.js +1 -1
  4148. package/dist/esm/third-party/settings/GloboProductOptionsVariant/index.js +2 -2
  4149. package/dist/esm/third-party/settings/GloboProductOptionsVariant/uiV2.js +1 -1
  4150. package/dist/esm/third-party/settings/GoogleReviewsByReputon/index.js +2 -2
  4151. package/dist/esm/third-party/settings/GoogleReviewsByReputon/uiV2.js +1 -1
  4152. package/dist/esm/third-party/settings/Growave/index.js +2 -2
  4153. package/dist/esm/third-party/settings/Growave/uiV2.js +1 -1
  4154. package/dist/esm/third-party/settings/GrowthSuiteDiscountCodes/index.js +2 -2
  4155. package/dist/esm/third-party/settings/GrowthSuiteDiscountCodes/uiV2.js +1 -1
  4156. package/dist/esm/third-party/settings/HextomCountdownTimerBar/index.js +2 -2
  4157. package/dist/esm/third-party/settings/HextomCountdownTimerBar/uiV2.js +1 -1
  4158. package/dist/esm/third-party/settings/HextomFreeShippingBar/index.js +2 -2
  4159. package/dist/esm/third-party/settings/HextomFreeShippingBar/uiV2.js +1 -1
  4160. package/dist/esm/third-party/settings/HulkFormBuilder/index.js +2 -2
  4161. package/dist/esm/third-party/settings/HulkFormBuilder/uiV2.js +1 -1
  4162. package/dist/esm/third-party/settings/HulkProductOptions/index.js +2 -2
  4163. package/dist/esm/third-party/settings/HulkProductOptions/uiV2.js +1 -1
  4164. package/dist/esm/third-party/settings/InfiniteOptions/index.js +2 -2
  4165. package/dist/esm/third-party/settings/InfiniteOptions/uiV2.js +1 -1
  4166. package/dist/esm/third-party/settings/Instafeed/index.js +2 -2
  4167. package/dist/esm/third-party/settings/Instafeed/uiV2.js +1 -1
  4168. package/dist/esm/third-party/settings/InstasellShoppableInstagram/index.js +2 -2
  4169. package/dist/esm/third-party/settings/InstasellShoppableInstagram/uiV2.js +1 -1
  4170. package/dist/esm/third-party/settings/JudgemeReviews/index.js +2 -2
  4171. package/dist/esm/third-party/settings/JudgemeReviews/uiV2.js +1 -1
  4172. package/dist/esm/third-party/settings/JunipProductReviewsUgc/index.js +2 -2
  4173. package/dist/esm/third-party/settings/JunipProductReviewsUgc/uiV2.js +1 -1
  4174. package/dist/esm/third-party/settings/KachingBundles/index.js +2 -2
  4175. package/dist/esm/third-party/settings/KachingBundles/uiV2.js +1 -1
  4176. package/dist/esm/third-party/settings/KachingSubscriptionsApp/index.js +2 -2
  4177. package/dist/esm/third-party/settings/KachingSubscriptionsApp/uiV2.js +1 -1
  4178. package/dist/esm/third-party/settings/KingProductOptions/index.js +2 -2
  4179. package/dist/esm/third-party/settings/KingProductOptions/uiV2.js +1 -1
  4180. package/dist/esm/third-party/settings/KiteFreeGiftDiscount/index.js +2 -2
  4181. package/dist/esm/third-party/settings/KiteFreeGiftDiscount/uiV2.js +1 -1
  4182. package/dist/esm/third-party/settings/KlarnaMessaging/index.js +2 -2
  4183. package/dist/esm/third-party/settings/KlarnaMessaging/uiV2.js +1 -1
  4184. package/dist/esm/third-party/settings/Klaviyo/index.js +2 -2
  4185. package/dist/esm/third-party/settings/Klaviyo/uiV2.js +1 -1
  4186. package/dist/esm/third-party/settings/KoalaBundleQuantityDiscount/index.js +2 -2
  4187. package/dist/esm/third-party/settings/KoalaBundleQuantityDiscount/uiV2.js +1 -1
  4188. package/dist/esm/third-party/settings/LaiProductReviews/index.js +2 -2
  4189. package/dist/esm/third-party/settings/LaiProductReviews/uiV2.js +1 -1
  4190. package/dist/esm/third-party/settings/LoloyalLoyaltyReferrals/index.js +2 -2
  4191. package/dist/esm/third-party/settings/LoloyalLoyaltyReferrals/uiV2.js +1 -1
  4192. package/dist/esm/third-party/settings/LoopSubscriptions/index.js +2 -2
  4193. package/dist/esm/third-party/settings/LoopSubscriptions/uiV2.js +1 -1
  4194. package/dist/esm/third-party/settings/LooxReviews/index.js +2 -2
  4195. package/dist/esm/third-party/settings/LooxReviews/uiV2.js +1 -1
  4196. package/dist/esm/third-party/settings/MaxbundleProductBundles/index.js +2 -2
  4197. package/dist/esm/third-party/settings/MaxbundleProductBundles/uiV2.js +1 -1
  4198. package/dist/esm/third-party/settings/MbcBundleVolumeDiscount/index.js +2 -2
  4199. package/dist/esm/third-party/settings/MbcBundleVolumeDiscount/uiV2.js +1 -1
  4200. package/dist/esm/third-party/settings/MyappgurusProductReviews/index.js +2 -2
  4201. package/dist/esm/third-party/settings/MyappgurusProductReviews/uiV2.js +1 -1
  4202. package/dist/esm/third-party/settings/NotifyBackInStockPreOrder/index.js +2 -2
  4203. package/dist/esm/third-party/settings/NotifyBackInStockPreOrder/uiV2.js +1 -1
  4204. package/dist/esm/third-party/settings/OkendoReviewsLoyalty/index.js +2 -2
  4205. package/dist/esm/third-party/settings/OkendoReviewsLoyalty/uiV2.js +1 -1
  4206. package/dist/esm/third-party/settings/Omnisend/index.js +2 -2
  4207. package/dist/esm/third-party/settings/Omnisend/uiV2.js +1 -1
  4208. package/dist/esm/third-party/settings/Opinew/index.js +2 -2
  4209. package/dist/esm/third-party/settings/Opinew/uiV2.js +1 -1
  4210. package/dist/esm/third-party/settings/ParcelPanel/index.js +2 -2
  4211. package/dist/esm/third-party/settings/ParcelPanel/uiV2.js +1 -1
  4212. package/dist/esm/third-party/settings/PickyStory/index.js +2 -2
  4213. package/dist/esm/third-party/settings/PickyStory/uiV2.js +1 -1
  4214. package/dist/esm/third-party/settings/PowerfulContactFormBuilder/index.js +2 -2
  4215. package/dist/esm/third-party/settings/PowerfulContactFormBuilder/uiV2.js +1 -1
  4216. package/dist/esm/third-party/settings/PreorderNowPreOrderPq/index.js +2 -2
  4217. package/dist/esm/third-party/settings/PreorderNowPreOrderPq/uiV2.js +1 -1
  4218. package/dist/esm/third-party/settings/PreorderNowWodPresale/index.js +2 -2
  4219. package/dist/esm/third-party/settings/PreorderNowWodPresale/uiV2.js +1 -1
  4220. package/dist/esm/third-party/settings/ProductOptionsCustomizer/index.js +2 -2
  4221. package/dist/esm/third-party/settings/ProductOptionsCustomizer/uiV2.js +1 -1
  4222. package/dist/esm/third-party/settings/ProductOptionsVariantOption/index.js +2 -2
  4223. package/dist/esm/third-party/settings/ProductOptionsVariantOption/uiV2.js +1 -1
  4224. package/dist/esm/third-party/settings/ProductReviews/index.js +2 -2
  4225. package/dist/esm/third-party/settings/ProductReviews/uiV2.js +1 -1
  4226. package/dist/esm/third-party/settings/PumperBundlesVolumeDiscount/index.js +2 -2
  4227. package/dist/esm/third-party/settings/PumperBundlesVolumeDiscount/uiV2.js +1 -1
  4228. package/dist/esm/third-party/settings/PushOwl/index.js +2 -2
  4229. package/dist/esm/third-party/settings/PushOwl/uiV2.js +1 -1
  4230. package/dist/esm/third-party/settings/QikifyUpsell/index.js +2 -2
  4231. package/dist/esm/third-party/settings/QikifyUpsell/uiV2.js +1 -1
  4232. package/dist/esm/third-party/settings/RapiBundleQuantityBreaks/index.js +2 -2
  4233. package/dist/esm/third-party/settings/RapiBundleQuantityBreaks/uiV2.js +1 -1
  4234. package/dist/esm/third-party/settings/RechargeSubscriptions/index.js +2 -2
  4235. package/dist/esm/third-party/settings/RechargeSubscriptions/uiV2.js +1 -1
  4236. package/dist/esm/third-party/settings/RecurpaySubscriptionApp/index.js +2 -2
  4237. package/dist/esm/third-party/settings/RecurpaySubscriptionApp/uiV2.js +1 -1
  4238. package/dist/esm/third-party/settings/Releasit/index.js +2 -2
  4239. package/dist/esm/third-party/settings/Releasit/uiV2.js +1 -1
  4240. package/dist/esm/third-party/settings/RequestQuoteHidePrice/index.js +2 -2
  4241. package/dist/esm/third-party/settings/RequestQuoteHidePrice/uiV2.js +1 -1
  4242. package/dist/esm/third-party/settings/ReviewxpoProductReviewsApp/index.js +2 -2
  4243. package/dist/esm/third-party/settings/ReviewxpoProductReviewsApp/uiV2.js +1 -1
  4244. package/dist/esm/third-party/settings/Rivyo/index.js +2 -2
  4245. package/dist/esm/third-party/settings/Rivyo/uiV2.js +1 -1
  4246. package/dist/esm/third-party/settings/Ryviu/index.js +2 -2
  4247. package/dist/esm/third-party/settings/Ryviu/uiV2.js +1 -1
  4248. package/dist/esm/third-party/settings/SealSubscriptions/index.js +2 -2
  4249. package/dist/esm/third-party/settings/SealSubscriptions/uiV2.js +1 -1
  4250. package/dist/esm/third-party/settings/SegunoEmailMarketing/index.js +2 -2
  4251. package/dist/esm/third-party/settings/SegunoEmailMarketing/uiV2.js +1 -1
  4252. package/dist/esm/third-party/settings/Selleasy/index.js +2 -2
  4253. package/dist/esm/third-party/settings/Selleasy/uiV2.js +1 -1
  4254. package/dist/esm/third-party/settings/SeoantTrustBadgesIcon/index.js +2 -2
  4255. package/dist/esm/third-party/settings/SeoantTrustBadgesIcon/uiV2.js +1 -1
  4256. package/dist/esm/third-party/settings/ShopifyForms/index.js +2 -2
  4257. package/dist/esm/third-party/settings/ShopifyForms/uiV2.js +1 -1
  4258. package/dist/esm/third-party/settings/ShopifySubscriptions/index.js +2 -2
  4259. package/dist/esm/third-party/settings/ShopifySubscriptions/uiV2.js +1 -1
  4260. package/dist/esm/third-party/settings/SimpleBundlesKits/index.js +2 -2
  4261. package/dist/esm/third-party/settings/SimpleBundlesKits/uiV2.js +1 -1
  4262. package/dist/esm/third-party/settings/SkioSubscriptionsYcS20/index.js +2 -2
  4263. package/dist/esm/third-party/settings/SkioSubscriptionsYcS20/uiV2.js +1 -1
  4264. package/dist/esm/third-party/settings/SmartSearchBarAndFilters/index.js +2 -2
  4265. package/dist/esm/third-party/settings/SmartSearchBarAndFilters/uiV2.js +1 -1
  4266. package/dist/esm/third-party/settings/SproutPlantTreesGrowSales/index.js +2 -2
  4267. package/dist/esm/third-party/settings/SproutPlantTreesGrowSales/uiV2.js +1 -1
  4268. package/dist/esm/third-party/settings/Stamped/Badge.js +1 -1
  4269. package/dist/esm/third-party/settings/Stamped/BadgeDouble.js +1 -1
  4270. package/dist/esm/third-party/settings/Stamped/BadgeRibbon.js +1 -1
  4271. package/dist/esm/third-party/settings/Stamped/BadgeSingle.js +1 -1
  4272. package/dist/esm/third-party/settings/Stamped/Carousel.js +1 -1
  4273. package/dist/esm/third-party/settings/Stamped/CheckoutReviews.js +1 -1
  4274. package/dist/esm/third-party/settings/Stamped/Colors.js +1 -1
  4275. package/dist/esm/third-party/settings/Stamped/Filters.js +1 -1
  4276. package/dist/esm/third-party/settings/Stamped/FullPage.js +1 -1
  4277. package/dist/esm/third-party/settings/Stamped/InstagramFeed.js +1 -1
  4278. package/dist/esm/third-party/settings/Stamped/MainWidget.js +1 -1
  4279. package/dist/esm/third-party/settings/Stamped/ProductRating.js +1 -1
  4280. package/dist/esm/third-party/settings/Stamped/SingleHighlight.js +1 -1
  4281. package/dist/esm/third-party/settings/Stamped/SiteBadge.js +1 -1
  4282. package/dist/esm/third-party/settings/Stamped/TopRated.js +1 -1
  4283. package/dist/esm/third-party/settings/Stamped/VisualGallery.js +1 -1
  4284. package/dist/esm/third-party/settings/Stamped/WallPhotos.js +1 -1
  4285. package/dist/esm/third-party/settings/Stamped/index.js +1 -1
  4286. package/dist/esm/third-party/settings/Stamped.js +2 -2
  4287. package/dist/esm/third-party/settings/StellarDeliveryDatePickup/index.js +2 -2
  4288. package/dist/esm/third-party/settings/StellarDeliveryDatePickup/uiV2.js +1 -1
  4289. package/dist/esm/third-party/settings/SubifySubscriptionsApp/index.js +2 -2
  4290. package/dist/esm/third-party/settings/SubifySubscriptionsApp/uiV2.js +1 -1
  4291. package/dist/esm/third-party/settings/TagembedSocialPostReview/index.js +2 -2
  4292. package/dist/esm/third-party/settings/TagembedSocialPostReview/uiV2.js +1 -1
  4293. package/dist/esm/third-party/settings/TagshopShoppableVideosUgc/index.js +2 -2
  4294. package/dist/esm/third-party/settings/TagshopShoppableVideosUgc/uiV2.js +1 -1
  4295. package/dist/esm/third-party/settings/TeeinblueProductPersonalizer/index.js +2 -2
  4296. package/dist/esm/third-party/settings/TeeinblueProductPersonalizer/uiV2.js +1 -1
  4297. package/dist/esm/third-party/settings/TrustBadgesBear/index.js +2 -2
  4298. package/dist/esm/third-party/settings/TrustBadgesBear/uiV2.js +1 -1
  4299. package/dist/esm/third-party/settings/TrustMe/index.js +2 -2
  4300. package/dist/esm/third-party/settings/TrustMe/uiV2.js +1 -1
  4301. package/dist/esm/third-party/settings/TrustedsiteTrustBadges/index.js +2 -2
  4302. package/dist/esm/third-party/settings/TrustedsiteTrustBadges/uiV2.js +1 -1
  4303. package/dist/esm/third-party/settings/Trustoo/index.js +2 -2
  4304. package/dist/esm/third-party/settings/Trustoo/uiV2.js +1 -1
  4305. package/dist/esm/third-party/settings/TrustreviewsProductReviews/index.js +2 -2
  4306. package/dist/esm/third-party/settings/TrustreviewsProductReviews/uiV2.js +1 -1
  4307. package/dist/esm/third-party/settings/TrustshopProductReviews/index.js +2 -2
  4308. package/dist/esm/third-party/settings/TrustshopProductReviews/uiV2.js +1 -1
  4309. package/dist/esm/third-party/settings/UltimateSalesBoost/index.js +2 -2
  4310. package/dist/esm/third-party/settings/UltimateSalesBoost/uiV1.js +1 -1
  4311. package/dist/esm/third-party/settings/UltimateSalesBoost/uiV2.js +1 -1
  4312. package/dist/esm/third-party/settings/UnlimitedBundlesDiscounts/index.js +2 -2
  4313. package/dist/esm/third-party/settings/UnlimitedBundlesDiscounts/uiV2.js +1 -1
  4314. package/dist/esm/third-party/settings/UppromoteAffiliateMarketing/setting.js +2 -2
  4315. package/dist/esm/third-party/settings/UppromoteAffiliateMarketing/uiV2.js +1 -1
  4316. package/dist/esm/third-party/settings/Vitals/index.js +2 -2
  4317. package/dist/esm/third-party/settings/Vitals/uiV2.js +1 -1
  4318. package/dist/esm/third-party/settings/WcWishlistBackInStock/index.js +4 -0
  4319. package/dist/esm/third-party/settings/WcWishlistBackInStock/uiV2.js +1 -0
  4320. package/dist/esm/third-party/settings/WhatmoreShoppableVideosreel/index.js +2 -2
  4321. package/dist/esm/third-party/settings/WhatmoreShoppableVideosreel/uiV2.js +1 -1
  4322. package/dist/esm/third-party/settings/WideBundle/index.js +2 -2
  4323. package/dist/esm/third-party/settings/WideBundle/uiV2.js +1 -1
  4324. package/dist/esm/third-party/settings/Wiser/index.js +2 -2
  4325. package/dist/esm/third-party/settings/Wiser/uiV2.js +1 -1
  4326. package/dist/esm/third-party/settings/WishlistKing/index.js +2 -2
  4327. package/dist/esm/third-party/settings/WishlistKing/uiV2.js +1 -1
  4328. package/dist/esm/third-party/settings/WishlistPlus/index.js +2 -2
  4329. package/dist/esm/third-party/settings/WishlistPlus/uiV2.js +1 -1
  4330. package/dist/esm/third-party/settings/YotpoLoyalty/index.js +2 -2
  4331. package/dist/esm/third-party/settings/YotpoLoyalty/uiV2.js +1 -1
  4332. package/dist/esm/third-party/settings/YotpoReviews/index.js +2 -2
  4333. package/dist/esm/third-party/settings/YotpoReviews/uiV2.js +1 -1
  4334. package/dist/esm/third-party/types.js +1 -1
  4335. package/dist/esm/third-party-instant/common/helpers.js +1 -1
  4336. package/dist/esm/third-party-instant/components/InstantJudgemeReviews.js +1 -1
  4337. package/dist/esm/third-party-instant/components/InstantKlaviyo.js +1 -1
  4338. package/dist/esm/third-party-instant/components/InstantLooxReviews.js +1 -1
  4339. package/dist/esm/third-party-instant/components/InstantThirdPartyPreview.js +1 -1
  4340. package/dist/esm/third-party-instant/components/InstantYotpoLoyalty.js +1 -1
  4341. package/dist/esm/third-party-instant/components/Judgeme/JudgemeSampleContent.js +1 -1
  4342. package/dist/esm/third-party-instant/components/Judgeme/SingleProduct.js +1 -1
  4343. package/dist/esm/third-party-instant/components/Judgeme/WithoutProduct.js +1 -1
  4344. package/dist/esm/third-party-instant/components/Klaviyo/KlaviyoSampleContent.js +1 -1
  4345. package/dist/esm/third-party-instant/components/LooxReviews/LooxReviewsSampleContent.js +2 -2
  4346. package/dist/esm/third-party-instant/components/LooxReviews/SingleProduct.js +1 -1
  4347. package/dist/esm/third-party-instant/components/LooxReviews/WithoutProduct.js +1 -1
  4348. package/dist/esm/third-party-instant/components/YotpoLoyalty/YotpoLoyaltySampleContent.js +1 -1
  4349. package/dist/esm/third-party-instant/configs/JudgemeReviews.js +1 -1
  4350. package/dist/esm/third-party-instant/configs/Klaviyo.js +1 -1
  4351. package/dist/esm/third-party-instant/configs/LooxReviews.js +1 -1
  4352. package/dist/esm/third-party-instant/configs/YotpoLoyalty.js +1 -1
  4353. package/dist/esm/third-party-instant/index.js +1 -1
  4354. package/dist/esm/third-party-instant/next.js +1 -1
  4355. package/dist/esm/third-party-instant/settings/InstantJudgemeReviews/configs/settings.js +1 -1
  4356. package/dist/esm/third-party-instant/settings/InstantJudgemeReviews/configs/ui-v2.js +1 -1
  4357. package/dist/esm/third-party-instant/settings/InstantJudgemeReviews/index.js +2 -2
  4358. package/dist/esm/third-party-instant/settings/InstantKlaviyo/configs/settings.js +1 -1
  4359. package/dist/esm/third-party-instant/settings/InstantKlaviyo/configs/ui-v2.js +1 -1
  4360. package/dist/esm/third-party-instant/settings/InstantKlaviyo/index.js +4 -4
  4361. package/dist/esm/third-party-instant/settings/InstantLooxReviews/configs/settings.js +1 -1
  4362. package/dist/esm/third-party-instant/settings/InstantLooxReviews/index.js +2 -2
  4363. package/dist/esm/third-party-instant/settings/InstantYotpoLoyalty/configs/settings.js +1 -1
  4364. package/dist/esm/third-party-instant/settings/InstantYotpoLoyalty/index.js +4 -4
  4365. package/dist/esm/third-party-instant/types.js +1 -1
  4366. package/dist/esm/third-party-slot/common/classes.js +1 -1
  4367. package/dist/esm/third-party-slot/common/helpers.js +3 -3
  4368. package/dist/esm/third-party-slot/common/styles.js +1 -1
  4369. package/dist/esm/third-party-slot/components/ThirdPartySlot.js +1 -1
  4370. package/dist/esm/third-party-slot/components/ThirdPartySlot.liquid.js +6 -6
  4371. package/dist/esm/third-party-slot/index.js +1 -1
  4372. package/dist/esm/third-party-slot/next.js +1 -1
  4373. package/dist/esm/third-party-slot/settings/ThirdPartySlot.js +2 -2
  4374. package/dist/esm/third-party-slot/settings/configs/settings.js +1 -1
  4375. package/dist/esm/third-party-slot/settings/configs/ui-v2.js +1 -1
  4376. package/dist/esm/validates/background.js +1 -1
  4377. package/dist/esm/video/common/attrs.js +1 -1
  4378. package/dist/esm/video/common/classes.js +1 -1
  4379. package/dist/esm/video/common/helpers.js +1 -1
  4380. package/dist/esm/video/common/styles.js +1 -1
  4381. package/dist/esm/video/components/HTML5Embed.js +1 -1
  4382. package/dist/esm/video/components/HTML5Embed.liquid.js +19 -19
  4383. package/dist/esm/video/components/LiteVimeoEmbed.js +1 -1
  4384. package/dist/esm/video/components/LiteVimeoEmbed.liquid.js +9 -9
  4385. package/dist/esm/video/components/LiteYouTubeEmbed.js +1 -1
  4386. package/dist/esm/video/components/LiteYouTubeEmbed.liquid.js +20 -20
  4387. package/dist/esm/video/components/Video.js +1 -1
  4388. package/dist/esm/video/components/Video.liquid.js +3 -3
  4389. package/dist/esm/video/hooks/useLiteHtml5Embed.js +1 -1
  4390. package/dist/esm/video/hooks/useLiteVimeoEmbed.js +1 -1
  4391. package/dist/esm/video/hooks/useLiteYoutubeEmbed.js +1 -1
  4392. package/dist/esm/video/index.js +1 -1
  4393. package/dist/esm/video/next.js +1 -1
  4394. package/dist/esm/video/settings/Video.js +2 -2
  4395. package/dist/esm/video/settings/configs/settings.js +1 -1
  4396. package/dist/esm/video/settings/configs/translate.js +1 -1
  4397. package/dist/esm/video/settings/configs/ui-v2.js +1 -1
  4398. package/dist/types/index.d.ts +572 -494
  4399. package/package.json +7 -8
@@ -1,8 +1,8 @@
1
- let postPurchaseProduct1Col={id:"post-purchase-product-1-col",name:"Product",icon:{desktop:`
1
+ let t={id:"post-purchase-product-1-col",name:"Product",icon:{desktop:`
2
2
  <svg width="96" height="48" viewBox="0 0 96 48" fill="none" xmlns="http://www.w3.org/2000/svg">
3
3
  <rect x="28" width="40" height="28" rx="3" fill="#424242"/>
4
4
  <path d="M40.5 8.26601L45.495 6.52875C45.495 6.52875 46.1024 7.94539 48.005 7.94539C49.9076 7.94539 50.5083 6.5 50.5083 6.5L55.5 8.26601L54.6692 12.6222H52.1642V20.5H43.825V12.6196H41.3325L40.5 8.26601Z" fill="#D6D6D6"/>
5
5
  <rect x="31" y="31" width="34" height="7" rx="3" fill="#424242"/>
6
6
  <rect x="36" y="41" width="24" height="7" rx="3" fill="#424242"/>
7
7
  </svg>
8
- `},components:[{tag:"Product",settings:{layout:{desktop:{cols:[12],display:"fill"}}},childrens:[{tag:"Col",childrens:[{tag:"ProductImagesV2",styles:{position:{desktop:"bottom-center",mobile:"bottom-center"}},settings:{ftDragToScroll:!0,ftNavigationPosition:{desktop:"inside"}},advanced:{advanced:{blockPadding:"base"}}}]},{tag:"Col",childrens:[{tag:"PostPurchaseProductTitle",advanced:{advanced:{blockPadding:"base"}}},{tag:"Row",settings:{layout:{desktop:{cols:[6,6],display:"fit"}},verticalAlign:{desktop:"center"}},styles:{columnGap:{desktop:"1%"}},advanced:{advanced:{blockPadding:"base"}},childrens:[{tag:"Col",childrens:[{tag:"PostPurchaseProductPrice",styles:{priceType:"regular"}}]},{tag:"Col",childrens:[{tag:"PostPurchaseProductPrice",styles:{priceType:"compare"}}]}]},{tag:"PostPurchaseProductDescription",advanced:{advanced:{blockPadding:"base"}}},{tag:"PostPurchaseProductVariants",advanced:{advanced:{blockPadding:"base"}}},{tag:"PostPurchaseProductQuantity",advanced:{advanced:{blockPadding:"base"}}},{tag:"Row",settings:{layout:{desktop:{cols:[6,6]},mobile:{cols:[12]}},verticalAlign:{desktop:"center"}},styles:{columnGap:{desktop:"1%"}},childrens:[{tag:"Col",childrens:[{tag:"PostPurchaseAcceptButton",advanced:{advanced:{blockPadding:"base"}},settings:{text:"Buy it now",buttonType:"primary"},styles:{fullWidth:{desktop:!0}}}]},{tag:"Col",childrens:[{tag:"PostPurchaseButton",advanced:{blockPadding:"base"},settings:{text:"Decline",buttonType:"secondary"},styles:{fullWidth:{desktop:!0}}}]}]}]}]}]};export{postPurchaseProduct1Col};
8
+ `},components:[{tag:"Product",settings:{layout:{desktop:{cols:[12],display:"fill"}}},childrens:[{tag:"Col",childrens:[{tag:"ProductImagesV2",styles:{position:{desktop:"bottom-center",mobile:"bottom-center"}},settings:{ftDragToScroll:!0,ftNavigationPosition:{desktop:"inside"}},advanced:{advanced:{blockPadding:"base"}}}]},{tag:"Col",childrens:[{tag:"PostPurchaseProductTitle",advanced:{advanced:{blockPadding:"base"}}},{tag:"Row",settings:{layout:{desktop:{cols:[6,6],display:"fit"}},verticalAlign:{desktop:"center"}},styles:{columnGap:{desktop:"1%"}},advanced:{advanced:{blockPadding:"base"}},childrens:[{tag:"Col",childrens:[{tag:"PostPurchaseProductPrice",styles:{priceType:"regular"}}]},{tag:"Col",childrens:[{tag:"PostPurchaseProductPrice",styles:{priceType:"compare"}}]}]},{tag:"PostPurchaseProductDescription",advanced:{advanced:{blockPadding:"base"}}},{tag:"PostPurchaseProductVariants",advanced:{advanced:{blockPadding:"base"}}},{tag:"PostPurchaseProductQuantity",advanced:{advanced:{blockPadding:"base"}}},{tag:"Row",settings:{layout:{desktop:{cols:[6,6]},mobile:{cols:[12]}},verticalAlign:{desktop:"center"}},styles:{columnGap:{desktop:"1%"}},childrens:[{tag:"Col",childrens:[{tag:"PostPurchaseAcceptButton",advanced:{advanced:{blockPadding:"base"}},settings:{text:"Buy it now",buttonType:"primary"},styles:{fullWidth:{desktop:!0}}}]},{tag:"Col",childrens:[{tag:"PostPurchaseButton",advanced:{blockPadding:"base"},settings:{text:"Decline",buttonType:"secondary"},styles:{fullWidth:{desktop:!0}}}]}]}]}]}]};export{t as postPurchaseProduct1Col};
@@ -1,4 +1,4 @@
1
- let postPurchaseProduct2Col={id:"post-purchase-product-2-col",name:"Product",icon:{desktop:`
1
+ let t={id:"post-purchase-product-2-col",name:"Product",icon:{desktop:`
2
2
  <svg width="96" height="48" viewBox="0 0 96 48" fill="none" xmlns="http://www.w3.org/2000/svg">
3
3
  <rect x="10" width="10" height="10" rx="3" transform="rotate(90 10 0)" fill="#424242"/>
4
4
  <rect x="10" y="12" width="10" height="10" rx="3" transform="rotate(90 10 12)" fill="#424242"/>
@@ -8,4 +8,4 @@ let postPurchaseProduct2Col={id:"post-purchase-product-2-col",name:"Product",ico
8
8
  <rect x="64" width="28" height="7" rx="3" fill="#424242"/>
9
9
  <rect x="64" y="11" width="14" height="7" rx="3" fill="#424242"/>
10
10
  </svg>
11
- `},components:[{tag:"Product",settings:{layout:{desktop:{cols:[6,6],display:"fill"},mobile:{cols:[12]}}},styles:{columnGap:{desktop:"1%"}},childrens:[{tag:"Col",childrens:[{tag:"ProductImagesV2",styles:{position:{desktop:"left",mobile:"bottom-center"}},settings:{ftDragToScroll:!0,ftNavigationPosition:{desktop:"inside"}},advanced:{blockPadding:"base"}}]},{tag:"Col",childrens:[{tag:"PostPurchaseProductTitle",advanced:{blockPadding:"base"}},{tag:"Row",settings:{layout:{desktop:{cols:[6,6],display:"fit"}},verticalAlign:{desktop:"center"}},styles:{columnGap:{desktop:"1%"}},advanced:{advanced:{blockPadding:"base"}},childrens:[{tag:"Col",childrens:[{tag:"PostPurchaseProductPrice",styles:{priceType:"regular"}}]},{tag:"Col",childrens:[{tag:"PostPurchaseProductPrice",styles:{priceType:"compare"}}]}]},{tag:"PostPurchaseProductDescription",advanced:{blockPadding:"base"}},{tag:"PostPurchaseProductVariants",advanced:{blockPadding:"base"}},{tag:"PostPurchaseProductQuantity",advanced:{blockPadding:"base"}},{tag:"Row",settings:{layout:{desktop:{cols:[6,6]},mobile:{cols:[12]}},verticalAlign:{desktop:"center"}},styles:{columnGap:{desktop:"1%"}},childrens:[{tag:"Col",childrens:[{tag:"PostPurchaseAcceptButton",advanced:{blockPadding:"base"},settings:{text:"Buy it now",buttonType:"primary"},styles:{fullWidth:{desktop:!0}}}]},{tag:"Col",childrens:[{tag:"PostPurchaseButton",advanced:{blockPadding:"base"},settings:{text:"Decline",buttonType:"secondary"},styles:{fullWidth:{desktop:!0}}}]}]}]}]}]};export{postPurchaseProduct2Col};
11
+ `},components:[{tag:"Product",settings:{layout:{desktop:{cols:[6,6],display:"fill"},mobile:{cols:[12]}}},styles:{columnGap:{desktop:"1%"}},childrens:[{tag:"Col",childrens:[{tag:"ProductImagesV2",styles:{position:{desktop:"left",mobile:"bottom-center"}},settings:{ftDragToScroll:!0,ftNavigationPosition:{desktop:"inside"}},advanced:{blockPadding:"base"}}]},{tag:"Col",childrens:[{tag:"PostPurchaseProductTitle",advanced:{blockPadding:"base"}},{tag:"Row",settings:{layout:{desktop:{cols:[6,6],display:"fit"}},verticalAlign:{desktop:"center"}},styles:{columnGap:{desktop:"1%"}},advanced:{advanced:{blockPadding:"base"}},childrens:[{tag:"Col",childrens:[{tag:"PostPurchaseProductPrice",styles:{priceType:"regular"}}]},{tag:"Col",childrens:[{tag:"PostPurchaseProductPrice",styles:{priceType:"compare"}}]}]},{tag:"PostPurchaseProductDescription",advanced:{blockPadding:"base"}},{tag:"PostPurchaseProductVariants",advanced:{blockPadding:"base"}},{tag:"PostPurchaseProductQuantity",advanced:{blockPadding:"base"}},{tag:"Row",settings:{layout:{desktop:{cols:[6,6]},mobile:{cols:[12]}},verticalAlign:{desktop:"center"}},styles:{columnGap:{desktop:"1%"}},childrens:[{tag:"Col",childrens:[{tag:"PostPurchaseAcceptButton",advanced:{blockPadding:"base"},settings:{text:"Buy it now",buttonType:"primary"},styles:{fullWidth:{desktop:!0}}}]},{tag:"Col",childrens:[{tag:"PostPurchaseButton",advanced:{blockPadding:"base"},settings:{text:"Decline",buttonType:"secondary"},styles:{fullWidth:{desktop:!0}}}]}]}]}]}]};export{t as postPurchaseProduct2Col};
@@ -1,4 +1,4 @@
1
- let postPurchaseProductDefault={id:"post-purchase-product",name:"Product",icon:{desktop:`
1
+ let t={id:"post-purchase-product",name:"Product",icon:{desktop:`
2
2
  <svg width="96" height="48" viewBox="0 0 96 48" fill="none" xmlns="http://www.w3.org/2000/svg">
3
3
  <rect x="7" width="46" height="34" rx="3" fill="#424242"/>
4
4
  <path d="M22.5 11.766L27.495 10.0288C27.495 10.0288 28.1024 11.4454 30.005 11.4454C31.9076 11.4454 32.5083 10 32.5083 10L37.5 11.766L36.6692 16.1222H34.1642V24H25.825V16.1196H23.3325L22.5 11.766Z" fill="#F9F9F9"/>
@@ -9,4 +9,4 @@ let postPurchaseProductDefault={id:"post-purchase-product",name:"Product",icon:{
9
9
  <rect x="57" width="32" height="7" rx="3" fill="#424242"/>
10
10
  <rect x="57" y="11" width="18" height="7" rx="3" fill="#424242"/>
11
11
  </svg>
12
- `},components:[{tag:"Product",settings:{layout:{desktop:{cols:[6,6],display:"fill"},mobile:{cols:[12]}}},styles:{columnGap:{desktop:"1%"}},childrens:[{tag:"Col",childrens:[{tag:"ProductImagesV2",styles:{position:{desktop:"bottom-center",mobile:"bottom-center"}},settings:{ftDragToScroll:!0,ftNavigationPosition:{desktop:"inside"}},advanced:{blockPadding:"base"}}]},{tag:"Col",childrens:[{tag:"PostPurchaseProductTitle",advanced:{blockPadding:"base"}},{tag:"Row",settings:{layout:{desktop:{cols:[6,6],display:"fit"}},verticalAlign:{desktop:"center"}},styles:{columnGap:{desktop:"1%"}},advanced:{blockPadding:"base"},childrens:[{tag:"Col",childrens:[{tag:"PostPurchaseProductPrice",styles:{priceType:"regular"}}]},{tag:"Col",childrens:[{tag:"PostPurchaseProductPrice",styles:{priceType:"compare",color:{normal:"text-2"}}}]}]},{tag:"PostPurchaseProductDescription",advanced:{blockPadding:"base"}},{tag:"PostPurchaseProductVariants",advanced:{blockPadding:"base"}},{tag:"PostPurchaseProductQuantity",advanced:{blockPadding:"base"}},{tag:"Row",settings:{layout:{desktop:{cols:[6,6]},mobile:{cols:[12]}},verticalAlign:{desktop:"center"}},styles:{columnGap:{desktop:"1%"}},childrens:[{tag:"Col",childrens:[{tag:"PostPurchaseAcceptButton",advanced:{blockPadding:"base"},settings:{text:"Buy it now",buttonType:"primary"},styles:{fullWidth:{desktop:!0}}}]},{tag:"Col",childrens:[{tag:"PostPurchaseButton",advanced:{blockPadding:"base"},settings:{text:"Decline",buttonType:"secondary"},styles:{fullWidth:{desktop:!0}}}]}]}]}]}]};export{postPurchaseProductDefault};
12
+ `},components:[{tag:"Product",settings:{layout:{desktop:{cols:[6,6],display:"fill"},mobile:{cols:[12]}}},styles:{columnGap:{desktop:"1%"}},childrens:[{tag:"Col",childrens:[{tag:"ProductImagesV2",styles:{position:{desktop:"bottom-center",mobile:"bottom-center"}},settings:{ftDragToScroll:!0,ftNavigationPosition:{desktop:"inside"}},advanced:{blockPadding:"base"}}]},{tag:"Col",childrens:[{tag:"PostPurchaseProductTitle",advanced:{blockPadding:"base"}},{tag:"Row",settings:{layout:{desktop:{cols:[6,6],display:"fit"}},verticalAlign:{desktop:"center"}},styles:{columnGap:{desktop:"1%"}},advanced:{blockPadding:"base"},childrens:[{tag:"Col",childrens:[{tag:"PostPurchaseProductPrice",styles:{priceType:"regular"}}]},{tag:"Col",childrens:[{tag:"PostPurchaseProductPrice",styles:{priceType:"compare",color:{normal:"text-2"}}}]}]},{tag:"PostPurchaseProductDescription",advanced:{blockPadding:"base"}},{tag:"PostPurchaseProductVariants",advanced:{blockPadding:"base"}},{tag:"PostPurchaseProductQuantity",advanced:{blockPadding:"base"}},{tag:"Row",settings:{layout:{desktop:{cols:[6,6]},mobile:{cols:[12]}},verticalAlign:{desktop:"center"}},styles:{columnGap:{desktop:"1%"}},childrens:[{tag:"Col",childrens:[{tag:"PostPurchaseAcceptButton",advanced:{blockPadding:"base"},settings:{text:"Buy it now",buttonType:"primary"},styles:{fullWidth:{desktop:!0}}}]},{tag:"Col",childrens:[{tag:"PostPurchaseButton",advanced:{blockPadding:"base"},settings:{text:"Decline",buttonType:"secondary"},styles:{fullWidth:{desktop:!0}}}]}]}]}]}]};export{t as postPurchaseProductDefault};
@@ -1,8 +1,8 @@
1
- let postPurchaseProduct1Col={id:"post-purchase-product-offer-1-col",name:"Product Offer",icon:{desktop:`
1
+ let t={id:"post-purchase-product-offer-1-col",name:"Product Offer",icon:{desktop:`
2
2
  <svg width="96" height="48" viewBox="0 0 96 48" fill="none" xmlns="http://www.w3.org/2000/svg">
3
3
  <rect x="28" width="40" height="28" rx="3" fill="#424242"/>
4
4
  <path d="M40.5 8.26601L45.495 6.52875C45.495 6.52875 46.1024 7.94539 48.005 7.94539C49.9076 7.94539 50.5083 6.5 50.5083 6.5L55.5 8.26601L54.6692 12.6222H52.1642V20.5H43.825V12.6196H41.3325L40.5 8.26601Z" fill="#D6D6D6"/>
5
5
  <rect x="31" y="31" width="34" height="7" rx="3" fill="#424242"/>
6
6
  <rect x="36" y="41" width="24" height="7" rx="3" fill="#424242"/>
7
7
  </svg>
8
- `},components:[{tag:"PostPurchaseProductOffer",settings:{layout:{desktop:{cols:[12],display:"fill"}}},advanced:{blockPadding:"none",inlinePadding:"none"},childrens:[{tag:"Col",childrens:[{tag:"PostPurchaseProductImages",settings:{layoutType:"bottom-center",ftDragToScroll:!0,ftNavigationPosition:{desktop:"inside"}},advanced:{blockPadding:"base"}}]},{tag:"Col",childrens:[{tag:"PostPurchaseProductTitle",advanced:{blockPadding:"base"}},{tag:"Row",settings:{layout:{desktop:{cols:[6,6],display:"fit"}},verticalAlign:{desktop:"center"}},styles:{columnGap:{desktop:"1%"}},advanced:{blockPadding:"base"},childrens:[{tag:"Col",childrens:[{tag:"PostPurchaseProductPrice",settings:{priceType:"offer"}}]},{tag:"Col",childrens:[{tag:"PostPurchaseProductPrice",settings:{priceType:"compare",source:"price"}}]}]},{tag:"PostPurchaseProductDescription",advanced:{blockPadding:"base"}},{tag:"PostPurchaseProductVariants",advanced:{blockPadding:"base"}},{tag:"PostPurchaseProductQuantity",advanced:{blockPadding:"base"}},{tag:"Row",settings:{layout:{desktop:{cols:[6,6]},mobile:{cols:[12]}},verticalAlign:{desktop:"center"}},styles:{columnGap:{desktop:"1%"}},childrens:[{tag:"Col",childrens:[{tag:"PostPurchaseAcceptButton",advanced:{blockPadding:"base"},settings:{text:"Buy it now",buttonType:"primary"},styles:{fullWidth:{desktop:!0}}}]},{tag:"Col",childrens:[{tag:"PostPurchaseButton",advanced:{blockPadding:"base"},settings:{text:"Decline",buttonType:"secondary"},styles:{fullWidth:{desktop:!0}}}]}]}]}]}]};export{postPurchaseProduct1Col};
8
+ `},components:[{tag:"PostPurchaseProductOffer",settings:{layout:{desktop:{cols:[12],display:"fill"}}},advanced:{blockPadding:"none",inlinePadding:"none"},childrens:[{tag:"Col",childrens:[{tag:"PostPurchaseProductImages",settings:{layoutType:"bottom-center",ftDragToScroll:!0,ftNavigationPosition:{desktop:"inside"}},advanced:{blockPadding:"base"}}]},{tag:"Col",childrens:[{tag:"PostPurchaseProductTitle",advanced:{blockPadding:"base"}},{tag:"Row",settings:{layout:{desktop:{cols:[6,6],display:"fit"}},verticalAlign:{desktop:"center"}},styles:{columnGap:{desktop:"1%"}},advanced:{blockPadding:"base"},childrens:[{tag:"Col",childrens:[{tag:"PostPurchaseProductPrice",settings:{priceType:"offer"}}]},{tag:"Col",childrens:[{tag:"PostPurchaseProductPrice",settings:{priceType:"compare",source:"price"}}]}]},{tag:"PostPurchaseProductDescription",advanced:{blockPadding:"base"}},{tag:"PostPurchaseProductVariants",advanced:{blockPadding:"base"}},{tag:"PostPurchaseProductQuantity",advanced:{blockPadding:"base"}},{tag:"Row",settings:{layout:{desktop:{cols:[6,6]},mobile:{cols:[12]}},verticalAlign:{desktop:"center"}},styles:{columnGap:{desktop:"1%"}},childrens:[{tag:"Col",childrens:[{tag:"PostPurchaseAcceptButton",advanced:{blockPadding:"base"},settings:{text:"Buy it now",buttonType:"primary"},styles:{fullWidth:{desktop:!0}}}]},{tag:"Col",childrens:[{tag:"PostPurchaseButton",advanced:{blockPadding:"base"},settings:{text:"Decline",buttonType:"secondary"},styles:{fullWidth:{desktop:!0}}}]}]}]}]}]};export{t as postPurchaseProduct1Col};
@@ -1,4 +1,4 @@
1
- let postPurchaseProduct2Col={id:"post-purchase-product-offer-2-col",name:"Product Offer",icon:{desktop:`
1
+ let t={id:"post-purchase-product-offer-2-col",name:"Product Offer",icon:{desktop:`
2
2
  <svg width="96" height="48" viewBox="0 0 96 48" fill="none" xmlns="http://www.w3.org/2000/svg">
3
3
  <rect x="10" width="10" height="10" rx="3" transform="rotate(90 10 0)" fill="#424242"/>
4
4
  <rect x="10" y="12" width="10" height="10" rx="3" transform="rotate(90 10 12)" fill="#424242"/>
@@ -8,4 +8,4 @@ let postPurchaseProduct2Col={id:"post-purchase-product-offer-2-col",name:"Produc
8
8
  <rect x="64" width="28" height="7" rx="3" fill="#424242"/>
9
9
  <rect x="64" y="11" width="14" height="7" rx="3" fill="#424242"/>
10
10
  </svg>
11
- `},components:[{tag:"PostPurchaseProductOffer",settings:{layout:{desktop:{cols:[6,6],display:"fill"},mobile:{cols:[12]}}},styles:{columnGap:{desktop:"3%"}},advanced:{blockPadding:"none",inlinePadding:"none"},childrens:[{tag:"Col",childrens:[{tag:"PostPurchaseProductImages",settings:{layoutType:"left",ftDragToScroll:!0,ftNavigationPosition:{desktop:"inside"}},advanced:{blockPadding:"base"}}]},{tag:"Col",childrens:[{tag:"PostPurchaseProductTitle",advanced:{blockPadding:"base"}},{tag:"Row",settings:{layout:{desktop:{cols:[6,6],display:"fit"}},verticalAlign:{desktop:"center"}},styles:{columnGap:{desktop:"1%"}},advanced:{advanced:{blockPadding:"base"}},childrens:[{tag:"Col",childrens:[{tag:"PostPurchaseProductPrice",settings:{priceType:"offer"}}]},{tag:"Col",childrens:[{tag:"PostPurchaseProductPrice",settings:{priceType:"compare",source:"price"}}]}]},{tag:"PostPurchaseProductDescription",advanced:{blockPadding:"base"}},{tag:"PostPurchaseProductVariants",advanced:{blockPadding:"base"}},{tag:"PostPurchaseProductQuantity",advanced:{blockPadding:"base"}},{tag:"Row",settings:{layout:{desktop:{cols:[6,6]},mobile:{cols:[12]}},verticalAlign:{desktop:"center"}},styles:{columnGap:{desktop:"1%"}},childrens:[{tag:"Col",childrens:[{tag:"PostPurchaseAcceptButton",advanced:{blockPadding:"base"},settings:{text:"Buy it now",buttonType:"primary"},styles:{fullWidth:{desktop:!0}}}]},{tag:"Col",childrens:[{tag:"PostPurchaseButton",advanced:{blockPadding:"base"},settings:{text:"Decline",buttonType:"secondary"},styles:{fullWidth:{desktop:!0}}}]}]}]}]}]};export{postPurchaseProduct2Col};
11
+ `},components:[{tag:"PostPurchaseProductOffer",settings:{layout:{desktop:{cols:[6,6],display:"fill"},mobile:{cols:[12]}}},styles:{columnGap:{desktop:"3%"}},advanced:{blockPadding:"none",inlinePadding:"none"},childrens:[{tag:"Col",childrens:[{tag:"PostPurchaseProductImages",settings:{layoutType:"left",ftDragToScroll:!0,ftNavigationPosition:{desktop:"inside"}},advanced:{blockPadding:"base"}}]},{tag:"Col",childrens:[{tag:"PostPurchaseProductTitle",advanced:{blockPadding:"base"}},{tag:"Row",settings:{layout:{desktop:{cols:[6,6],display:"fit"}},verticalAlign:{desktop:"center"}},styles:{columnGap:{desktop:"1%"}},advanced:{advanced:{blockPadding:"base"}},childrens:[{tag:"Col",childrens:[{tag:"PostPurchaseProductPrice",settings:{priceType:"offer"}}]},{tag:"Col",childrens:[{tag:"PostPurchaseProductPrice",settings:{priceType:"compare",source:"price"}}]}]},{tag:"PostPurchaseProductDescription",advanced:{blockPadding:"base"}},{tag:"PostPurchaseProductVariants",advanced:{blockPadding:"base"}},{tag:"PostPurchaseProductQuantity",advanced:{blockPadding:"base"}},{tag:"Row",settings:{layout:{desktop:{cols:[6,6]},mobile:{cols:[12]}},verticalAlign:{desktop:"center"}},styles:{columnGap:{desktop:"1%"}},childrens:[{tag:"Col",childrens:[{tag:"PostPurchaseAcceptButton",advanced:{blockPadding:"base"},settings:{text:"Buy it now",buttonType:"primary"},styles:{fullWidth:{desktop:!0}}}]},{tag:"Col",childrens:[{tag:"PostPurchaseButton",advanced:{blockPadding:"base"},settings:{text:"Decline",buttonType:"secondary"},styles:{fullWidth:{desktop:!0}}}]}]}]}]}]};export{t as postPurchaseProduct2Col};
@@ -1,4 +1,4 @@
1
- let postPurchaseProductOfferDefault={id:"post-purchase-product-offer",name:"Product Offer",icon:{desktop:`
1
+ let t={id:"post-purchase-product-offer",name:"Product Offer",icon:{desktop:`
2
2
  <svg width="96" height="48" viewBox="0 0 96 48" fill="none" xmlns="http://www.w3.org/2000/svg">
3
3
  <rect x="7" width="46" height="34" rx="3" fill="#424242"/>
4
4
  <path d="M22.5 11.766L27.495 10.0288C27.495 10.0288 28.1024 11.4454 30.005 11.4454C31.9076 11.4454 32.5083 10 32.5083 10L37.5 11.766L36.6692 16.1222H34.1642V24H25.825V16.1196H23.3325L22.5 11.766Z" fill="#F9F9F9"/>
@@ -9,4 +9,4 @@ let postPurchaseProductOfferDefault={id:"post-purchase-product-offer",name:"Prod
9
9
  <rect x="57" width="32" height="7" rx="3" fill="#424242"/>
10
10
  <rect x="57" y="11" width="18" height="7" rx="3" fill="#424242"/>
11
11
  </svg>
12
- `},components:[{tag:"PostPurchaseProductOffer",settings:{layout:{desktop:{cols:[6,6],display:"fill"},mobile:{cols:[12]}}},styles:{columnGap:{desktop:"3%"}},advanced:{blockPadding:"none",inlinePadding:"none"},childrens:[{tag:"Col",childrens:[{tag:"PostPurchaseProductImages",settings:{layoutType:"bottom-center",ftDragToScroll:!0,ftNavigationPosition:{desktop:"inside"}},advanced:{blockPadding:"base"}}]},{tag:"Col",childrens:[{tag:"PostPurchaseProductTitle",advanced:{blockPadding:"base"}},{tag:"Row",settings:{layout:{desktop:{cols:[6,6],display:"fit"}},verticalAlign:{desktop:"center"}},styles:{columnGap:{desktop:"1%"}},advanced:{blockPadding:"base"},childrens:[{tag:"Col",childrens:[{tag:"PostPurchaseProductPrice",settings:{priceType:"offer"}}]},{tag:"Col",childrens:[{tag:"PostPurchaseProductPrice",settings:{priceType:"compare",source:"price"},styles:{color:{normal:"text-1"}}}]}]},{tag:"PostPurchaseProductDescription",advanced:{blockPadding:"base"}},{tag:"PostPurchaseProductVariants",advanced:{blockPadding:"base"}},{tag:"PostPurchaseProductQuantity",advanced:{blockPadding:"base"}},{tag:"Row",settings:{layout:{desktop:{cols:[6,6]},mobile:{cols:[12]}},verticalAlign:{desktop:"center"}},styles:{columnGap:{desktop:"1%"}},childrens:[{tag:"Col",childrens:[{tag:"PostPurchaseAcceptButton",advanced:{blockPadding:"base"},settings:{text:"Buy it now",buttonType:"primary"},styles:{fullWidth:{desktop:!0}}}]},{tag:"Col",childrens:[{tag:"PostPurchaseButton",advanced:{blockPadding:"base"},settings:{text:"Decline",buttonType:"secondary"},styles:{fullWidth:{desktop:!0}}}]}]}]}]}]};export{postPurchaseProductOfferDefault};
12
+ `},components:[{tag:"PostPurchaseProductOffer",settings:{layout:{desktop:{cols:[6,6],display:"fill"},mobile:{cols:[12]}}},styles:{columnGap:{desktop:"3%"}},advanced:{blockPadding:"none",inlinePadding:"none"},childrens:[{tag:"Col",childrens:[{tag:"PostPurchaseProductImages",settings:{layoutType:"bottom-center",ftDragToScroll:!0,ftNavigationPosition:{desktop:"inside"}},advanced:{blockPadding:"base"}}]},{tag:"Col",childrens:[{tag:"PostPurchaseProductTitle",advanced:{blockPadding:"base"}},{tag:"Row",settings:{layout:{desktop:{cols:[6,6],display:"fit"}},verticalAlign:{desktop:"center"}},styles:{columnGap:{desktop:"1%"}},advanced:{blockPadding:"base"},childrens:[{tag:"Col",childrens:[{tag:"PostPurchaseProductPrice",settings:{priceType:"offer"}}]},{tag:"Col",childrens:[{tag:"PostPurchaseProductPrice",settings:{priceType:"compare",source:"price"},styles:{color:{normal:"text-1"}}}]}]},{tag:"PostPurchaseProductDescription",advanced:{blockPadding:"base"}},{tag:"PostPurchaseProductVariants",advanced:{blockPadding:"base"}},{tag:"PostPurchaseProductQuantity",advanced:{blockPadding:"base"}},{tag:"Row",settings:{layout:{desktop:{cols:[6,6]},mobile:{cols:[12]}},verticalAlign:{desktop:"center"}},styles:{columnGap:{desktop:"1%"}},childrens:[{tag:"Col",childrens:[{tag:"PostPurchaseAcceptButton",advanced:{blockPadding:"base"},settings:{text:"Buy it now",buttonType:"primary"},styles:{fullWidth:{desktop:!0}}}]},{tag:"Col",childrens:[{tag:"PostPurchaseButton",advanced:{blockPadding:"base"},settings:{text:"Decline",buttonType:"secondary"},styles:{fullWidth:{desktop:!0}}}]}]}]}]}]};export{t as postPurchaseProductOfferDefault};
@@ -1,4 +1,4 @@
1
- import{settingV2 as C}from"./configs/settings-v2.js";import{SettingUIV2 as V}from"./configs/ui-v2.js";let config={tag:"PostPurchaseProductDescription",label:"Product Description",icon:`
1
+ import{settingV2 as C}from"./configs/settings-v2.js";import{SettingUIV2 as V}from"./configs/ui-v2.js";let H={tag:"PostPurchaseProductDescription",label:"Product Description",icon:`
2
2
  <svg width="96" height="48" viewBox="0 0 96 48" fill="none" xmlns="http://www.w3.org/2000/svg">
3
3
  <path d="M15.0639 18.875V17.3636H24.0696V18.875H20.4389V29H18.6889V18.875H15.0639ZM28.3338 29.1761C27.5156 29.1761 26.8016 28.9886 26.1918 28.6136C25.5819 28.2386 25.1084 27.714 24.7713 27.0398C24.4342 26.3655 24.2656 25.5777 24.2656 24.6761C24.2656 23.7708 24.4342 22.9792 24.7713 22.3011C25.1084 21.6231 25.5819 21.0966 26.1918 20.7216C26.8016 20.3466 27.5156 20.1591 28.3338 20.1591C29.152 20.1591 29.866 20.3466 30.4759 20.7216C31.0857 21.0966 31.5592 21.6231 31.8963 22.3011C32.2334 22.9792 32.402 23.7708 32.402 24.6761C32.402 25.5777 32.2334 26.3655 31.8963 27.0398C31.5592 27.714 31.0857 28.2386 30.4759 28.6136C29.866 28.9886 29.152 29.1761 28.3338 29.1761ZM28.3395 27.75C28.8698 27.75 29.3092 27.6098 29.6577 27.3295C30.0062 27.0492 30.2637 26.6761 30.4304 26.2102C30.6009 25.7443 30.6861 25.2311 30.6861 24.6705C30.6861 24.1136 30.6009 23.6023 30.4304 23.1364C30.2637 22.6667 30.0062 22.2898 29.6577 22.0057C29.3092 21.7216 28.8698 21.5795 28.3395 21.5795C27.8054 21.5795 27.3622 21.7216 27.0099 22.0057C26.6615 22.2898 26.402 22.6667 26.2315 23.1364C26.0649 23.6023 25.9815 24.1136 25.9815 24.6705C25.9815 25.2311 26.0649 25.7443 26.2315 26.2102C26.402 26.6761 26.6615 27.0492 27.0099 27.3295C27.3622 27.6098 27.8054 27.75 28.3395 27.75ZM38.3722 20.2727V21.6364H33.6051V20.2727H38.3722ZM34.8835 18.1818H36.5824V26.4375C36.5824 26.767 36.6316 27.0152 36.7301 27.1818C36.8286 27.3447 36.9555 27.4564 37.1108 27.517C37.2699 27.5739 37.4422 27.6023 37.6278 27.6023C37.7642 27.6023 37.8835 27.5928 37.9858 27.5739C38.0881 27.5549 38.1676 27.5398 38.2244 27.5284L38.5312 28.9318C38.4328 28.9697 38.2926 29.0076 38.1108 29.0455C37.929 29.0871 37.7017 29.1098 37.429 29.1136C36.982 29.1212 36.5653 29.0417 36.179 28.875C35.7926 28.7083 35.4801 28.4508 35.2415 28.1023C35.0028 27.7538 34.8835 27.3163 34.8835 26.7898V18.1818ZM43.919 29.1761C43.0592 29.1761 42.3187 28.9924 41.6974 28.625C41.08 28.2538 40.6027 27.733 40.2656 27.0625C39.9323 26.3883 39.7656 25.5985 39.7656 24.6932C39.7656 23.7992 39.9323 23.0114 40.2656 22.3295C40.6027 21.6477 41.0724 21.1155 41.6747 20.733C42.2808 20.3504 42.9891 20.1591 43.7997 20.1591C44.2921 20.1591 44.7694 20.2405 45.2315 20.4034C45.6937 20.5663 46.1084 20.822 46.4759 21.1705C46.8433 21.5189 47.133 21.9716 47.3452 22.5284C47.5573 23.0814 47.6634 23.7538 47.6634 24.5455V25.1477H40.7259V23.875H45.9986C45.9986 23.428 45.9077 23.0322 45.7259 22.6875C45.544 22.339 45.2884 22.0644 44.9588 21.8636C44.633 21.6629 44.2505 21.5625 43.8111 21.5625C43.3338 21.5625 42.9171 21.6799 42.5611 21.9148C42.2088 22.1458 41.9361 22.4489 41.7429 22.8239C41.5535 23.1951 41.4588 23.5985 41.4588 24.0341V25.0284C41.4588 25.6117 41.5611 26.108 41.7656 26.517C41.974 26.9261 42.2637 27.2386 42.6349 27.4545C43.0062 27.6667 43.4399 27.7727 43.9361 27.7727C44.258 27.7727 44.5516 27.7273 44.8168 27.6364C45.0819 27.5417 45.3111 27.4015 45.5043 27.2159C45.6974 27.0303 45.8452 26.8011 45.9474 26.5284L47.5554 26.8182C47.4266 27.2917 47.1955 27.7064 46.8622 28.0625C46.5327 28.4148 46.1179 28.6894 45.6179 28.8864C45.1217 29.0795 44.5554 29.1761 43.919 29.1761ZM53.919 29V17.3636H55.6179V21.6875H55.7202C55.8187 21.5057 55.9607 21.2955 56.1463 21.0568C56.3319 20.8182 56.5895 20.6098 56.919 20.4318C57.2486 20.25 57.6842 20.1591 58.2259 20.1591C58.9304 20.1591 59.5592 20.3371 60.1122 20.6932C60.6652 21.0492 61.099 21.5625 61.4134 22.233C61.7315 22.9034 61.8906 23.7102 61.8906 24.6534C61.8906 25.5966 61.7334 26.4053 61.419 27.0795C61.1046 27.75 60.6728 28.267 60.1236 28.6307C59.5743 28.9905 58.9474 29.1705 58.2429 29.1705C57.7126 29.1705 57.2789 29.0814 56.9418 28.9034C56.6084 28.7254 56.3471 28.517 56.1577 28.2784C55.9683 28.0398 55.8224 27.8277 55.7202 27.642H55.5781V29H53.919ZM55.5838 24.6364C55.5838 25.25 55.6728 25.7879 55.8509 26.25C56.0289 26.7121 56.2865 27.0739 56.6236 27.3352C56.9607 27.5928 57.3736 27.7216 57.8622 27.7216C58.3698 27.7216 58.794 27.5871 59.1349 27.3182C59.4759 27.0455 59.7334 26.6761 59.9077 26.2102C60.0857 25.7443 60.1747 25.2197 60.1747 24.6364C60.1747 24.0606 60.0876 23.5436 59.9134 23.0852C59.7429 22.6269 59.4853 22.2652 59.1406 22C58.7997 21.7348 58.3736 21.6023 57.8622 21.6023C57.3698 21.6023 56.9531 21.7292 56.6122 21.983C56.2751 22.2367 56.0194 22.5909 55.8452 23.0455C55.6709 23.5 55.5838 24.0303 55.5838 24.6364ZM66.3381 29.1932C65.785 29.1932 65.285 29.0909 64.8381 28.8864C64.3911 28.678 64.0369 28.3769 63.7756 27.983C63.518 27.589 63.3892 27.1061 63.3892 26.5341C63.3892 26.0417 63.4839 25.6364 63.6733 25.3182C63.8627 25 64.1184 24.7481 64.4403 24.5625C64.7623 24.3769 65.1222 24.2367 65.5199 24.142C65.9176 24.0473 66.3229 23.9754 66.7358 23.9261C67.2585 23.8655 67.6828 23.8163 68.0085 23.7784C68.3343 23.7367 68.571 23.6705 68.7188 23.5795C68.8665 23.4886 68.9403 23.3409 68.9403 23.1364V23.0966C68.9403 22.6004 68.8002 22.2159 68.5199 21.9432C68.2434 21.6705 67.8305 21.5341 67.2812 21.5341C66.7093 21.5341 66.2585 21.661 65.929 21.9148C65.6032 22.1648 65.3778 22.4432 65.2528 22.75L63.6562 22.3864C63.8456 21.8561 64.1222 21.428 64.4858 21.1023C64.8532 20.7727 65.2756 20.5341 65.7528 20.3864C66.2301 20.2348 66.732 20.1591 67.2585 20.1591C67.607 20.1591 67.9763 20.2008 68.3665 20.2841C68.7604 20.3636 69.1278 20.5114 69.4688 20.7273C69.8134 20.9432 70.0956 21.2519 70.3153 21.6534C70.535 22.0511 70.6449 22.5682 70.6449 23.2045V29H68.9858V27.8068H68.9176C68.8078 28.0265 68.643 28.2424 68.4233 28.4545C68.2036 28.6667 67.9214 28.8428 67.5767 28.983C67.232 29.1231 66.8191 29.1932 66.3381 29.1932ZM66.7074 27.8295C67.1771 27.8295 67.5786 27.7367 67.9119 27.5511C68.2491 27.3655 68.5047 27.1231 68.679 26.8239C68.857 26.5208 68.946 26.197 68.946 25.8523V24.7273C68.8854 24.7879 68.768 24.8447 68.5938 24.8977C68.4233 24.947 68.2282 24.9905 68.0085 25.0284C67.7888 25.0625 67.5748 25.0947 67.3665 25.125C67.1581 25.1515 66.9839 25.1742 66.8438 25.1932C66.5142 25.2348 66.2131 25.3049 65.9403 25.4034C65.6714 25.5019 65.4555 25.6439 65.2926 25.8295C65.1335 26.0114 65.054 26.2538 65.054 26.5568C65.054 26.9773 65.2093 27.2955 65.5199 27.5114C65.8305 27.7235 66.2263 27.8295 66.7074 27.8295ZM76.5668 32.4545C75.8736 32.4545 75.277 32.3636 74.777 32.1818C74.2808 32 73.8755 31.7595 73.5611 31.4602C73.2467 31.161 73.0118 30.8333 72.8565 30.4773L74.3168 29.875C74.419 30.0417 74.5554 30.2178 74.7259 30.4034C74.9001 30.5928 75.1349 30.7538 75.4304 30.8864C75.7296 31.0189 76.1141 31.0852 76.5838 31.0852C77.2277 31.0852 77.7599 30.928 78.1804 30.6136C78.6009 30.303 78.8111 29.8068 78.8111 29.125V27.4091H78.7031C78.6009 27.5947 78.4531 27.8011 78.2599 28.0284C78.0705 28.2557 77.8092 28.4527 77.4759 28.6193C77.1425 28.786 76.7088 28.8693 76.1747 28.8693C75.4853 28.8693 74.8641 28.7083 74.3111 28.3864C73.7618 28.0606 73.3262 27.5814 73.0043 26.9489C72.6861 26.3125 72.527 25.5303 72.527 24.6023C72.527 23.6742 72.6842 22.8788 72.9986 22.2159C73.3168 21.553 73.7524 21.0455 74.3054 20.6932C74.8584 20.3371 75.4853 20.1591 76.1861 20.1591C76.7277 20.1591 77.1652 20.25 77.4986 20.4318C77.8319 20.6098 78.0914 20.8182 78.277 21.0568C78.4664 21.2955 78.6122 21.5057 78.7145 21.6875H78.8395V20.2727H80.5043V29.1932C80.5043 29.9432 80.33 30.5587 79.9815 31.0398C79.633 31.5208 79.1615 31.8769 78.5668 32.108C77.9759 32.339 77.3092 32.4545 76.5668 32.4545ZM76.5497 27.4602C77.0384 27.4602 77.4512 27.3466 77.7884 27.1193C78.1293 26.8883 78.3868 26.5587 78.5611 26.1307C78.7391 25.6989 78.8281 25.1818 78.8281 24.5795C78.8281 23.9924 78.741 23.4754 78.5668 23.0284C78.3925 22.5814 78.1368 22.233 77.7997 21.983C77.4626 21.7292 77.0459 21.6023 76.5497 21.6023C76.0384 21.6023 75.6122 21.7348 75.2713 22C74.9304 22.2614 74.6728 22.6174 74.4986 23.0682C74.3281 23.5189 74.2429 24.0227 74.2429 24.5795C74.2429 25.1515 74.33 25.6534 74.5043 26.0852C74.6785 26.517 74.9361 26.8542 75.277 27.0966C75.6217 27.339 76.0459 27.4602 76.5497 27.4602Z" fill="#AAAAAA"/>
4
4
  </svg>
@@ -6,4 +6,4 @@ import{settingV2 as C}from"./configs/settings-v2.js";import{SettingUIV2 as V}fro
6
6
  <path d="M10.7912 9V0.272727H13.7401C14.4247 0.272727 14.9844 0.396307 15.419 0.643466C15.8565 0.887784 16.1804 1.21875 16.3906 1.63636C16.6009 2.05398 16.706 2.51989 16.706 3.03409C16.706 3.5483 16.6009 4.01562 16.3906 4.43608C16.1832 4.85653 15.8622 5.19176 15.4276 5.44176C14.9929 5.68892 14.4361 5.8125 13.7571 5.8125H11.6435V4.875H13.723C14.1918 4.875 14.5682 4.79403 14.8523 4.6321C15.1364 4.47017 15.3423 4.25142 15.4702 3.97585C15.6009 3.69744 15.6662 3.38352 15.6662 3.03409C15.6662 2.68466 15.6009 2.37216 15.4702 2.09659C15.3423 1.82102 15.1349 1.60511 14.848 1.44886C14.5611 1.28977 14.1804 1.21023 13.706 1.21023H11.848V9H10.7912ZM18.272 9V2.45455H19.2436V3.44318H19.3118C19.4311 3.11932 19.647 2.85653 19.9595 2.65483C20.272 2.45312 20.6243 2.35227 21.0163 2.35227C21.0902 2.35227 21.1825 2.35369 21.2933 2.35653C21.4041 2.35937 21.4879 2.36364 21.5447 2.36932V3.39205C21.5107 3.38352 21.4325 3.37074 21.3104 3.35369C21.1911 3.33381 21.0646 3.32386 20.9311 3.32386C20.6129 3.32386 20.3288 3.39062 20.0788 3.52415C19.8317 3.65483 19.6357 3.83665 19.4908 4.0696C19.3487 4.29972 19.2777 4.5625 19.2777 4.85795V9H18.272ZM25.1967 9.13636C24.6058 9.13636 24.0874 8.99574 23.6413 8.71449C23.1982 8.43324 22.8516 8.03977 22.6016 7.53409C22.3544 7.02841 22.2308 6.4375 22.2308 5.76136C22.2308 5.07955 22.3544 4.48437 22.6016 3.97585C22.8516 3.46733 23.1982 3.07244 23.6413 2.79119C24.0874 2.50994 24.6058 2.36932 25.1967 2.36932C25.7876 2.36932 26.3047 2.50994 26.7479 2.79119C27.1939 3.07244 27.5405 3.46733 27.7876 3.97585C28.0376 4.48437 28.1626 5.07955 28.1626 5.76136C28.1626 6.4375 28.0376 7.02841 27.7876 7.53409C27.5405 8.03977 27.1939 8.43324 26.7479 8.71449C26.3047 8.99574 25.7876 9.13636 25.1967 9.13636ZM25.1967 8.23295C25.6456 8.23295 26.0149 8.1179 26.3047 7.88778C26.5945 7.65767 26.8089 7.35511 26.9482 6.98011C27.0874 6.60511 27.157 6.19886 27.157 5.76136C27.157 5.32386 27.0874 4.91619 26.9482 4.53835C26.8089 4.16051 26.5945 3.85511 26.3047 3.62216C26.0149 3.3892 25.6456 3.27273 25.1967 3.27273C24.7479 3.27273 24.3786 3.3892 24.0888 3.62216C23.799 3.85511 23.5845 4.16051 23.4453 4.53835C23.3061 4.91619 23.2365 5.32386 23.2365 5.76136C23.2365 6.19886 23.3061 6.60511 23.4453 6.98011C23.5845 7.35511 23.799 7.65767 24.0888 7.88778C24.3786 8.1179 24.7479 8.23295 25.1967 8.23295ZM32.1694 9.13636C31.6239 9.13636 31.1424 8.99858 30.7248 8.72301C30.3072 8.4446 29.9805 8.05256 29.7447 7.54688C29.5089 7.03835 29.391 6.4375 29.391 5.74432C29.391 5.05682 29.5089 4.46023 29.7447 3.95455C29.9805 3.44886 30.3086 3.05824 30.729 2.78267C31.1495 2.5071 31.6353 2.36932 32.1864 2.36932C32.6126 2.36932 32.9492 2.44034 33.1964 2.58239C33.4464 2.72159 33.6367 2.88068 33.7674 3.05966C33.9009 3.2358 34.0046 3.38068 34.0785 3.49432H34.1637V0.272727H35.1694V9H34.1978V7.99432H34.0785C34.0046 8.11364 33.8995 8.2642 33.7631 8.44602C33.6268 8.625 33.4322 8.78551 33.1793 8.92756C32.9265 9.06676 32.5898 9.13636 32.1694 9.13636ZM32.3058 8.23295C32.7092 8.23295 33.0501 8.12784 33.3285 7.91761C33.6069 7.70455 33.8185 7.41051 33.9634 7.03551C34.1083 6.65767 34.1808 6.22159 34.1808 5.72727C34.1808 5.23864 34.1097 4.81108 33.9677 4.4446C33.8256 4.07528 33.6154 3.78835 33.337 3.58381C33.0586 3.37642 32.7148 3.27273 32.3058 3.27273C31.8796 3.27273 31.5245 3.3821 31.2404 3.60085C30.9592 3.81676 30.7475 4.1108 30.6055 4.48295C30.4663 4.85227 30.3967 5.26705 30.3967 5.72727C30.3967 6.19318 30.4677 6.61648 30.6097 6.99716C30.7546 7.375 30.9677 7.67614 31.2489 7.90057C31.533 8.12216 31.8853 8.23295 32.3058 8.23295ZM41.2759 6.32386V2.45455H42.2816V9H41.2759V7.89205H41.2077C41.0543 8.22443 40.8157 8.5071 40.4918 8.74006C40.168 8.97017 39.7589 9.08523 39.2646 9.08523C38.8555 9.08523 38.4918 8.99574 38.1737 8.81676C37.8555 8.63494 37.6055 8.36222 37.4237 7.99858C37.2418 7.6321 37.1509 7.17045 37.1509 6.61364V2.45455H38.1566V6.54545C38.1566 7.02273 38.2901 7.40341 38.5572 7.6875C38.8271 7.97159 39.1708 8.11364 39.5884 8.11364C39.8384 8.11364 40.0927 8.04972 40.3512 7.92188C40.6126 7.79403 40.8313 7.59801 41.0075 7.33381C41.1864 7.0696 41.2759 6.73295 41.2759 6.32386ZM46.7827 9.13636C46.169 9.13636 45.6406 8.99148 45.1974 8.7017C44.7543 8.41193 44.4134 8.01278 44.1747 7.50426C43.9361 6.99574 43.8168 6.41477 43.8168 5.76136C43.8168 5.09659 43.9389 4.50994 44.1832 4.00142C44.4304 3.49006 44.7741 3.09091 45.2145 2.80398C45.6577 2.5142 46.1747 2.36932 46.7656 2.36932C47.2259 2.36932 47.6406 2.45455 48.0099 2.625C48.3793 2.79545 48.6818 3.03409 48.9176 3.34091C49.1534 3.64773 49.2997 4.00568 49.3565 4.41477H48.3509C48.2741 4.11648 48.1037 3.85227 47.8395 3.62216C47.5781 3.3892 47.2259 3.27273 46.7827 3.27273C46.3906 3.27273 46.0469 3.375 45.7514 3.57955C45.4588 3.78125 45.2301 4.06676 45.0653 4.43608C44.9034 4.80256 44.8224 5.23295 44.8224 5.72727C44.8224 6.23295 44.902 6.6733 45.0611 7.0483C45.223 7.4233 45.4503 7.71449 45.7429 7.92188C46.0384 8.12926 46.3849 8.23295 46.7827 8.23295C47.044 8.23295 47.2812 8.1875 47.4943 8.09659C47.7074 8.00568 47.8878 7.875 48.0355 7.70455C48.1832 7.53409 48.2884 7.32955 48.3509 7.09091H49.3565C49.2997 7.47727 49.1591 7.82528 48.9347 8.13494C48.7131 8.44176 48.419 8.68608 48.0526 8.8679C47.6889 9.04688 47.2656 9.13636 46.7827 9.13636ZM53.6733 2.45455V3.30682H50.2812V2.45455H53.6733ZM51.2699 0.886364H52.2756V7.125C52.2756 7.40909 52.3168 7.62216 52.3991 7.7642C52.4844 7.90341 52.5923 7.99716 52.723 8.04545C52.8565 8.09091 52.9972 8.11364 53.1449 8.11364C53.2557 8.11364 53.3466 8.10795 53.4176 8.09659C53.4886 8.08239 53.5455 8.07102 53.5881 8.0625L53.7926 8.96591C53.7244 8.99148 53.6293 9.01705 53.5071 9.04261C53.3849 9.07102 53.2301 9.08523 53.0426 9.08523C52.7585 9.08523 52.4801 9.02415 52.2074 8.90199C51.9375 8.77983 51.7131 8.59375 51.5341 8.34375C51.358 8.09375 51.2699 7.77841 51.2699 7.39773V0.886364ZM3.68111 29.1364C3.13565 29.1364 2.65412 28.9986 2.23651 28.723C1.81889 28.4446 1.49219 28.0526 1.25639 27.5469C1.0206 27.0384 0.902699 26.4375 0.902699 25.7443C0.902699 25.0568 1.0206 24.4602 1.25639 23.9545C1.49219 23.4489 1.82031 23.0582 2.24077 22.7827C2.66122 22.5071 3.14702 22.3693 3.69815 22.3693C4.12429 22.3693 4.46094 22.4403 4.7081 22.5824C4.9581 22.7216 5.14844 22.8807 5.27912 23.0597C5.41264 23.2358 5.51634 23.3807 5.5902 23.4943H5.67543V20.2727H6.68111V29H5.70952V27.9943H5.5902C5.51634 28.1136 5.41122 28.2642 5.27486 28.446C5.13849 28.625 4.94389 28.7855 4.69105 28.9276C4.43821 29.0668 4.10156 29.1364 3.68111 29.1364ZM3.81747 28.233C4.22088 28.233 4.56179 28.1278 4.8402 27.9176C5.11861 27.7045 5.33026 27.4105 5.47514 27.0355C5.62003 26.6577 5.69247 26.2216 5.69247 25.7273C5.69247 25.2386 5.62145 24.8111 5.4794 24.4446C5.33736 24.0753 5.12713 23.7884 4.84872 23.5838C4.57031 23.3764 4.22656 23.2727 3.81747 23.2727C3.39134 23.2727 3.03622 23.3821 2.75213 23.6009C2.47088 23.8168 2.25923 24.1108 2.11719 24.483C1.97798 24.8523 1.90838 25.267 1.90838 25.7273C1.90838 26.1932 1.9794 26.6165 2.12145 26.9972C2.26634 27.375 2.4794 27.6761 2.76065 27.9006C3.04474 28.1222 3.39702 28.233 3.81747 28.233ZM11.407 29.1364C10.7763 29.1364 10.2322 28.9972 9.77486 28.7188C9.32031 28.4375 8.96946 28.0455 8.7223 27.5426C8.47798 27.0369 8.35582 26.4489 8.35582 25.7784C8.35582 25.108 8.47798 24.517 8.7223 24.0057C8.96946 23.4915 9.31321 23.0909 9.75355 22.804C10.1967 22.5142 10.7138 22.3693 11.3047 22.3693C11.6456 22.3693 11.9822 22.4261 12.3146 22.5398C12.647 22.6534 12.9496 22.8381 13.2223 23.0938C13.495 23.3466 13.7124 23.6818 13.8743 24.0994C14.0362 24.517 14.1172 25.0312 14.1172 25.642V26.0682H9.07173V25.1989H13.0945C13.0945 24.8295 13.0206 24.5 12.8729 24.2102C12.728 23.9205 12.5206 23.6918 12.2507 23.5241C11.9837 23.3565 11.6683 23.2727 11.3047 23.2727C10.9041 23.2727 10.5575 23.3722 10.2649 23.571C9.97514 23.767 9.75213 24.0227 9.59588 24.3381C9.43963 24.6534 9.36151 24.9915 9.36151 25.3523V25.9318C9.36151 26.4261 9.44673 26.8452 9.61719 27.1889C9.79048 27.5298 10.0305 27.7898 10.3374 27.9688C10.6442 28.1449 11.0007 28.233 11.407 28.233C11.6712 28.233 11.9098 28.196 12.1229 28.1222C12.3388 28.0455 12.5249 27.9318 12.6811 27.7812C12.8374 27.6278 12.9581 27.4375 13.0433 27.2102L14.0149 27.483C13.9126 27.8125 13.7408 28.1023 13.4993 28.3523C13.2578 28.5994 12.9595 28.7926 12.6044 28.9318C12.2493 29.0682 11.8501 29.1364 11.407 29.1364ZM20.2834 23.9205L19.38 24.1761C19.3232 24.0256 19.2393 23.8793 19.1286 23.7372C19.0206 23.5923 18.8729 23.473 18.6854 23.3793C18.4979 23.2855 18.2578 23.2386 17.9652 23.2386C17.5646 23.2386 17.2308 23.331 16.9638 23.5156C16.6996 23.6974 16.5675 23.929 16.5675 24.2102C16.5675 24.4602 16.6584 24.6577 16.8402 24.8026C17.022 24.9474 17.3061 25.0682 17.6925 25.1648L18.6641 25.4034C19.2493 25.5455 19.6854 25.7628 19.9723 26.0554C20.2592 26.3452 20.4027 26.7187 20.4027 27.1761C20.4027 27.5511 20.2947 27.8864 20.0788 28.1818C19.8658 28.4773 19.5675 28.7102 19.1839 28.8807C18.8004 29.0511 18.3544 29.1364 17.8459 29.1364C17.1783 29.1364 16.6257 28.9915 16.1882 28.7017C15.7507 28.4119 15.4737 27.9886 15.3572 27.4318L16.3118 27.1932C16.4027 27.5455 16.5746 27.8097 16.8274 27.9858C17.0831 28.1619 17.4169 28.25 17.8288 28.25C18.2976 28.25 18.6697 28.1506 18.9453 27.9517C19.2237 27.75 19.3629 27.5085 19.3629 27.2273C19.3629 27 19.2834 26.8097 19.1243 26.6562C18.9652 26.5 18.7209 26.3835 18.3913 26.3068L17.3004 26.0511C16.701 25.9091 16.2607 25.6889 15.9794 25.3906C15.701 25.0895 15.5618 24.7131 15.5618 24.2614C15.5618 23.892 15.6655 23.5653 15.8729 23.2812C16.0831 22.9972 16.3686 22.7741 16.7294 22.6122C17.093 22.4503 17.505 22.3693 17.9652 22.3693C18.6129 22.3693 19.1214 22.5114 19.4908 22.7955C19.8629 23.0795 20.1271 23.4545 20.2834 23.9205ZM24.5756 29.1364C23.962 29.1364 23.4336 28.9915 22.9904 28.7017C22.5472 28.4119 22.2063 28.0128 21.9677 27.5043C21.729 26.9957 21.6097 26.4148 21.6097 25.7614C21.6097 25.0966 21.7319 24.5099 21.9762 24.0014C22.2234 23.4901 22.5671 23.0909 23.0075 22.804C23.4506 22.5142 23.9677 22.3693 24.5586 22.3693C25.0188 22.3693 25.4336 22.4545 25.8029 22.625C26.1722 22.7955 26.4748 23.0341 26.7106 23.3409C26.9464 23.6477 27.0927 24.0057 27.1495 24.4148H26.1438C26.0671 24.1165 25.8967 23.8523 25.6325 23.6222C25.3711 23.3892 25.0188 23.2727 24.5756 23.2727C24.1836 23.2727 23.8398 23.375 23.5444 23.5795C23.2518 23.7812 23.0231 24.0668 22.8583 24.4361C22.6964 24.8026 22.6154 25.233 22.6154 25.7273C22.6154 26.233 22.695 26.6733 22.854 27.0483C23.016 27.4233 23.2433 27.7145 23.5359 27.9219C23.8313 28.1293 24.1779 28.233 24.5756 28.233C24.837 28.233 25.0742 28.1875 25.2873 28.0966C25.5004 28.0057 25.6808 27.875 25.8285 27.7045C25.9762 27.5341 26.0813 27.3295 26.1438 27.0909H27.1495C27.0927 27.4773 26.9521 27.8253 26.7276 28.1349C26.506 28.4418 26.212 28.6861 25.8455 28.8679C25.4819 29.0469 25.0586 29.1364 24.5756 29.1364ZM28.6197 29V22.4545H29.5913V23.4432H29.6594C29.7788 23.1193 29.9947 22.8565 30.3072 22.6548C30.6197 22.4531 30.9719 22.3523 31.364 22.3523C31.4379 22.3523 31.5302 22.3537 31.641 22.3565C31.7518 22.3594 31.8356 22.3636 31.8924 22.3693V23.392C31.8583 23.3835 31.7802 23.3707 31.658 23.3537C31.5387 23.3338 31.4123 23.3239 31.2788 23.3239C30.9606 23.3239 30.6765 23.3906 30.4265 23.5241C30.1793 23.6548 29.9833 23.8366 29.8384 24.0696C29.6964 24.2997 29.6254 24.5625 29.6254 24.858V29H28.6197ZM33.0845 29V22.4545H34.0902V29H33.0845ZM33.5959 21.3636C33.3999 21.3636 33.2308 21.2969 33.0888 21.1634C32.9496 21.0298 32.88 20.8693 32.88 20.6818C32.88 20.4943 32.9496 20.3338 33.0888 20.2003C33.2308 20.0668 33.3999 20 33.5959 20C33.7919 20 33.9595 20.0668 34.0987 20.2003C34.2408 20.3338 34.3118 20.4943 34.3118 20.6818C34.3118 20.8693 34.2408 21.0298 34.0987 21.1634C33.9595 21.2969 33.7919 21.3636 33.5959 21.3636ZM35.9322 31.4545V22.4545H36.9038V23.4943H37.0231C37.0969 23.3807 37.1992 23.2358 37.3299 23.0597C37.4634 22.8807 37.6538 22.7216 37.9009 22.5824C38.1509 22.4403 38.489 22.3693 38.9151 22.3693C39.4663 22.3693 39.9521 22.5071 40.3725 22.7827C40.793 23.0582 41.1211 23.4489 41.3569 23.9545C41.5927 24.4602 41.7106 25.0568 41.7106 25.7443C41.7106 26.4375 41.5927 27.0384 41.3569 27.5469C41.1211 28.0526 40.7944 28.4446 40.3768 28.723C39.9592 28.9986 39.4776 29.1364 38.9322 29.1364C38.5117 29.1364 38.1751 29.0668 37.9222 28.9276C37.6694 28.7855 37.4748 28.625 37.3384 28.446C37.2021 28.2642 37.0969 28.1136 37.0231 27.9943H36.9379V31.4545H35.9322ZM36.9208 25.7273C36.9208 26.2216 36.9933 26.6577 37.1381 27.0355C37.283 27.4105 37.4947 27.7045 37.7731 27.9176C38.0515 28.1278 38.3924 28.233 38.7958 28.233C39.2163 28.233 39.5671 28.1222 39.8484 27.9006C40.1325 27.6761 40.3455 27.375 40.4876 26.9972C40.6325 26.6165 40.7049 26.1932 40.7049 25.7273C40.7049 25.267 40.6339 24.8523 40.4918 24.483C40.3526 24.1108 40.141 23.8168 39.8569 23.6009C39.5756 23.3821 39.2219 23.2727 38.7958 23.2727C38.3867 23.2727 38.043 23.3764 37.7646 23.5838C37.4862 23.7884 37.2759 24.0753 37.1339 24.4446C36.9918 24.8111 36.9208 25.2386 36.9208 25.7273ZM46.0913 22.4545V23.3068H42.6992V22.4545H46.0913ZM43.6879 20.8864H44.6935V27.125C44.6935 27.4091 44.7347 27.6222 44.8171 27.7642C44.9023 27.9034 45.0103 27.9972 45.141 28.0455C45.2745 28.0909 45.4151 28.1136 45.5629 28.1136C45.6737 28.1136 45.7646 28.108 45.8356 28.0966C45.9066 28.0824 45.9634 28.071 46.006 28.0625L46.2106 28.9659C46.1424 28.9915 46.0472 29.017 45.9251 29.0426C45.8029 29.071 45.6481 29.0852 45.4606 29.0852C45.1765 29.0852 44.8981 29.0241 44.6254 28.902C44.3555 28.7798 44.131 28.5938 43.9521 28.3438C43.7759 28.0938 43.6879 27.7784 43.6879 27.3977V20.8864ZM47.604 29V22.4545H48.6097V29H47.604ZM48.1154 21.3636C47.9194 21.3636 47.7504 21.2969 47.6083 21.1634C47.4691 21.0298 47.3995 20.8693 47.3995 20.6818C47.3995 20.4943 47.4691 20.3338 47.6083 20.2003C47.7504 20.0668 47.9194 20 48.1154 20C48.3114 20 48.479 20.0668 48.6183 20.2003C48.7603 20.3338 48.8313 20.4943 48.8313 20.6818C48.8313 20.8693 48.7603 21.0298 48.6183 21.1634C48.479 21.2969 48.3114 21.3636 48.1154 21.3636ZM53.1108 29.1364C52.5199 29.1364 52.0014 28.9957 51.5554 28.7145C51.1122 28.4332 50.7656 28.0398 50.5156 27.5341C50.2685 27.0284 50.1449 26.4375 50.1449 25.7614C50.1449 25.0795 50.2685 24.4844 50.5156 23.9759C50.7656 23.4673 51.1122 23.0724 51.5554 22.7912C52.0014 22.5099 52.5199 22.3693 53.1108 22.3693C53.7017 22.3693 54.2188 22.5099 54.6619 22.7912C55.108 23.0724 55.4545 23.4673 55.7017 23.9759C55.9517 24.4844 56.0767 25.0795 56.0767 25.7614C56.0767 26.4375 55.9517 27.0284 55.7017 27.5341C55.4545 28.0398 55.108 28.4332 54.6619 28.7145C54.2188 28.9957 53.7017 29.1364 53.1108 29.1364ZM53.1108 28.233C53.5597 28.233 53.929 28.1179 54.2188 27.8878C54.5085 27.6577 54.723 27.3551 54.8622 26.9801C55.0014 26.6051 55.071 26.1989 55.071 25.7614C55.071 25.3239 55.0014 24.9162 54.8622 24.5384C54.723 24.1605 54.5085 23.8551 54.2188 23.6222C53.929 23.3892 53.5597 23.2727 53.1108 23.2727C52.6619 23.2727 52.2926 23.3892 52.0028 23.6222C51.7131 23.8551 51.4986 24.1605 51.3594 24.5384C51.2202 24.9162 51.1506 25.3239 51.1506 25.7614C51.1506 26.1989 51.2202 26.6051 51.3594 26.9801C51.4986 27.3551 51.7131 27.6577 52.0028 27.8878C52.2926 28.1179 52.6619 28.233 53.1108 28.233ZM58.6175 25.0625V29H57.6119V22.4545H58.5835V23.4773H58.6687C58.8221 23.1449 59.055 22.8778 59.3675 22.6761C59.68 22.4716 60.0835 22.3693 60.5778 22.3693C61.021 22.3693 61.4087 22.4602 61.7411 22.642C62.0735 22.821 62.332 23.0938 62.5167 23.4602C62.7013 23.8239 62.7937 24.2841 62.7937 24.8409V29H61.788V24.9091C61.788 24.3949 61.6545 23.9943 61.3874 23.7074C61.1204 23.4176 60.7539 23.2727 60.288 23.2727C59.967 23.2727 59.68 23.3423 59.4272 23.4815C59.1772 23.6207 58.9798 23.8239 58.8349 24.0909C58.69 24.358 58.6175 24.6818 58.6175 25.0625Z" fill="#F9F9F9"/>
7
7
  </svg>
8
8
 
9
- `},components:[{tag:"PostPurchaseProductDescription",advanced:{blockPadding:"none",inlinePadding:"none"}}]}]};export{config as default};
9
+ `},components:[{tag:"PostPurchaseProductDescription",advanced:{blockPadding:"none",inlinePadding:"none"}}]}]};export{H as default};
@@ -1 +1 @@
1
- let settingV2=[{id:"setting",controls:[{id:"textGroup",type:"group",label:"Text",controls:[{id:"text",label:"Content",type:"textarea",default:"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat."}]}]},{id:"style",controls:[{id:"typo",label:"Label",type:"typography-post-purchase",default:{fontSize:"default",textColor:"default",fontWeight:"bold",textTransform:"none"}},{id:"textAlign",label:"Alignment",type:"option:value",options:[{label:"Left",value:"left",type:"text",tooltip:"Align left",iconName:"polaris-text-align-left"},{label:"Center",value:"center",type:"text",tooltip:"Align center",iconName:"polaris-text-align-center"},{label:"Right",value:"right",type:"text",tooltip:"Align right",iconName:"polaris-text-align-right"}],default:"left"},{id:"direction",label:"Direction",type:"option:value",options:[{label:"LTR",value:"ltr"},{label:"RTL",value:"rtl"}],default:"ltr"}]}];export{settingV2};
1
+ let t=[{id:"setting",controls:[{id:"textGroup",type:"group",label:"Text",controls:[{id:"text",label:"Content",type:"textarea",default:"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat."}]}]},{id:"style",controls:[{id:"typo",label:"Label",type:"typography-post-purchase",default:{fontSize:"default",textColor:"default",fontWeight:"bold",textTransform:"none"}},{id:"textAlign",label:"Alignment",type:"option:value",options:[{label:"Left",value:"left",type:"text",tooltip:"Align left",iconName:"polaris-text-align-left"},{label:"Center",value:"center",type:"text",tooltip:"Align center",iconName:"polaris-text-align-center"},{label:"Right",value:"right",type:"text",tooltip:"Align right",iconName:"polaris-text-align-right"}],default:"left"},{id:"direction",label:"Direction",type:"option:value",options:[{label:"LTR",value:"ltr"},{label:"RTL",value:"rtl"}],default:"ltr"}]}];export{t as settingV2};
@@ -1 +1 @@
1
- let SettingUIV2=[{label:"Text",controls:[{type:"control",label:"Direction",setting:{id:"direction"},controlChangeTrigger:{settings:[{action:{controlId:"textAlign",newValue:"right",groupType:"style",controlType:"style"},condition:"direction === 'rtl' && textAlign === 'left'",source:["direction","textAlign"]},{action:{controlId:"textAlign",newValue:"left",groupType:"style",controlType:"style"},condition:"direction === 'ltr' && textAlign === 'right'",source:["direction","textAlign"]}],options:{noRecordHistory:!0}}},{type:"control",setting:{id:"typo"},layout:"vertical"},{type:"control",setting:{id:"textAlign"},label:"Text align"}]}];export{SettingUIV2};
1
+ let t=[{label:"Text",controls:[{type:"control",label:"Direction",setting:{id:"direction"},controlChangeTrigger:{settings:[{action:{controlId:"textAlign",newValue:"right",groupType:"style",controlType:"style"},condition:"direction === 'rtl' && textAlign === 'left'",source:["direction","textAlign"]},{action:{controlId:"textAlign",newValue:"left",groupType:"style",controlType:"style"},condition:"direction === 'ltr' && textAlign === 'right'",source:["direction","textAlign"]}],options:{noRecordHistory:!0}}},{type:"control",setting:{id:"typo"},layout:"vertical"},{type:"control",setting:{id:"textAlign"},label:"Text align"}]}];export{t as SettingUIV2};
@@ -1,4 +1,4 @@
1
- import{settingV2 as C}from"./configs/setting-v2.js";import{SettingUIV2 as o}from"./configs/ui-v2.js";let config={tag:"PostPurchaseProductDiscountTag",label:"Discount Tag",icon:"",settings:C,ui:[],uiV2:o,editorConfigs:{placeholder:{flowTag:["Product"]}},presets:[{id:"PostPurchaseProductDiscountTag",name:"Discount Tag",icon:{desktop:`<svg width="94" height="14" viewBox="0 0 94 14" fill="none" xmlns="http://www.w3.org/2000/svg">
1
+ import{settingV2 as C}from"./configs/setting-v2.js";import{SettingUIV2 as o}from"./configs/ui-v2.js";let t={tag:"PostPurchaseProductDiscountTag",label:"Discount Tag",icon:"",settings:C,ui:[],uiV2:o,editorConfigs:{placeholder:{flowTag:["Product"]}},presets:[{id:"PostPurchaseProductDiscountTag",name:"Discount Tag",icon:{desktop:`<svg width="94" height="14" viewBox="0 0 94 14" fill="none" xmlns="http://www.w3.org/2000/svg">
2
2
  <path d="M15.7663 6.63636C15.7663 5.56818 15.907 4.58523 16.1882 3.6875C16.4695 2.78977 16.88 1.96165 17.4197 1.20312H18.5874C18.3771 1.48438 18.1811 1.82955 17.9993 2.23864C17.8175 2.64773 17.6584 3.09659 17.522 3.58523C17.3857 4.07102 17.2791 4.57528 17.2024 5.09801C17.1257 5.6179 17.0874 6.13068 17.0874 6.63636C17.0874 7.3125 17.1541 7.99716 17.2876 8.69034C17.4212 9.38352 17.6016 10.027 17.8288 10.6207C18.0561 11.2145 18.3089 11.6989 18.5874 12.0739H17.4197C16.88 11.3153 16.4695 10.4872 16.1882 9.58949C15.907 8.69176 15.7663 7.70739 15.7663 6.63636ZM24.793 4.56534C24.7475 4.16193 24.56 3.84943 24.2305 3.62784C23.9009 3.40341 23.4862 3.29119 22.9862 3.29119C22.6282 3.29119 22.3185 3.34801 22.0572 3.46165C21.7958 3.57244 21.5927 3.72585 21.4478 3.92188C21.3058 4.11506 21.2347 4.33523 21.2347 4.58239C21.2347 4.78977 21.283 4.96875 21.3796 5.11932C21.479 5.26989 21.6083 5.39631 21.7674 5.49858C21.9293 5.59801 22.1026 5.68182 22.2873 5.75C22.4719 5.81534 22.6495 5.86932 22.82 5.91193L23.6722 6.13352C23.9506 6.2017 24.2362 6.29403 24.5288 6.41051C24.8214 6.52699 25.0927 6.6804 25.3427 6.87074C25.5927 7.06108 25.7944 7.29688 25.9478 7.57812C26.104 7.85938 26.1822 8.19602 26.1822 8.58807C26.1822 9.08239 26.0543 9.52131 25.7987 9.90483C25.5458 10.2884 25.1779 10.5909 24.695 10.8125C24.2148 11.0341 23.6339 11.1449 22.9521 11.1449C22.2987 11.1449 21.7333 11.0412 21.256 10.8338C20.7788 10.6264 20.4052 10.3324 20.1353 9.9517C19.8654 9.56818 19.7163 9.11364 19.6879 8.58807H21.0089C21.0344 8.90341 21.1367 9.16619 21.3157 9.37642C21.4975 9.58381 21.729 9.73864 22.0103 9.84091C22.2944 9.94034 22.6055 9.99006 22.9435 9.99006C23.3157 9.99006 23.6467 9.93182 23.9364 9.81534C24.229 9.69602 24.4592 9.53125 24.6268 9.32102C24.7944 9.10795 24.8782 8.85937 24.8782 8.57528C24.8782 8.31676 24.8043 8.10511 24.6566 7.94034C24.5117 7.77557 24.3143 7.6392 24.0643 7.53125C23.8171 7.4233 23.5373 7.32812 23.2248 7.24574L22.1935 6.96449C21.4947 6.77415 20.9407 6.49432 20.5316 6.125C20.1254 5.75568 19.9222 5.26705 19.9222 4.65909C19.9222 4.15625 20.0586 3.71733 20.3313 3.34233C20.604 2.96733 20.9734 2.67614 21.4393 2.46875C21.9052 2.25852 22.4308 2.15341 23.016 2.15341C23.6069 2.15341 24.1282 2.2571 24.5799 2.46449C25.0344 2.67188 25.3924 2.95739 25.6538 3.32102C25.9151 3.68182 26.0515 4.09659 26.0629 4.56534H24.793ZM29.5582 11.1449C29.1435 11.1449 28.7685 11.0682 28.4332 10.9148C28.098 10.7585 27.8324 10.5327 27.6364 10.2372C27.4432 9.94176 27.3466 9.57955 27.3466 9.15057C27.3466 8.78125 27.4176 8.47727 27.5597 8.23864C27.7017 8 27.8935 7.81108 28.1349 7.67188C28.3764 7.53267 28.6463 7.42756 28.9446 7.35653C29.2429 7.28551 29.5469 7.23153 29.8565 7.1946C30.2486 7.14915 30.5668 7.11222 30.8111 7.08381C31.0554 7.05256 31.233 7.00284 31.3438 6.93466C31.4545 6.86648 31.5099 6.75568 31.5099 6.60227V6.57244C31.5099 6.20028 31.4048 5.91193 31.1946 5.70739C30.9872 5.50284 30.6776 5.40057 30.2656 5.40057C29.8366 5.40057 29.4986 5.49574 29.2514 5.68608C29.0071 5.87358 28.8381 6.08239 28.7443 6.3125L27.5469 6.03977C27.6889 5.64205 27.8963 5.32102 28.169 5.0767C28.4446 4.82955 28.7614 4.65057 29.1193 4.53977C29.4773 4.42614 29.8537 4.36932 30.2486 4.36932C30.5099 4.36932 30.7869 4.40057 31.0795 4.46307C31.375 4.52273 31.6506 4.63352 31.9062 4.79545C32.1648 4.95739 32.3764 5.18892 32.5412 5.49006C32.706 5.78835 32.7884 6.17614 32.7884 6.65341V11H31.544V10.1051H31.4929C31.4105 10.2699 31.2869 10.4318 31.1222 10.5909C30.9574 10.75 30.7457 10.8821 30.4872 10.9872C30.2287 11.0923 29.919 11.1449 29.5582 11.1449ZM29.8352 10.1222C30.1875 10.1222 30.4886 10.0526 30.7386 9.91335C30.9915 9.77415 31.1832 9.59233 31.3139 9.3679C31.4474 9.14062 31.5142 8.89773 31.5142 8.6392V7.79545C31.4688 7.84091 31.3807 7.88352 31.25 7.9233C31.1222 7.96023 30.9759 7.9929 30.8111 8.02131C30.6463 8.04687 30.4858 8.07102 30.3295 8.09375C30.1733 8.11364 30.0426 8.13068 29.9375 8.14489C29.6903 8.17614 29.4645 8.22869 29.2599 8.30256C29.0582 8.37642 28.8963 8.48295 28.7741 8.62216C28.6548 8.75852 28.5952 8.94034 28.5952 9.16761C28.5952 9.48295 28.7116 9.72159 28.9446 9.88352C29.1776 10.0426 29.4744 10.1222 29.8352 10.1222ZM39.8505 4.45455L37.4769 11H36.1133L33.7354 4.45455H35.1033L36.761 9.49148H36.8292L38.4826 4.45455H39.8505ZM43.6463 11.1321C43.0014 11.1321 42.446 10.9943 41.9801 10.7188C41.517 10.4403 41.1591 10.0497 40.9062 9.54688C40.6562 9.04119 40.5312 8.44886 40.5312 7.76989C40.5312 7.09943 40.6562 6.50852 40.9062 5.99716C41.1591 5.4858 41.5114 5.08665 41.9631 4.79972C42.4176 4.51278 42.9489 4.36932 43.5568 4.36932C43.9261 4.36932 44.2841 4.4304 44.6307 4.55256C44.9773 4.67472 45.2884 4.86648 45.5639 5.12784C45.8395 5.3892 46.0568 5.72869 46.2159 6.14631C46.375 6.56108 46.4545 7.06534 46.4545 7.65909V8.1108H41.2514V7.15625H45.206C45.206 6.82102 45.1378 6.52415 45.0014 6.26562C44.8651 6.00426 44.6733 5.7983 44.4261 5.64773C44.1818 5.49716 43.8949 5.42188 43.5653 5.42188C43.2074 5.42188 42.8949 5.50994 42.6278 5.68608C42.3636 5.85937 42.1591 6.08665 42.0142 6.3679C41.8722 6.64631 41.8011 6.94886 41.8011 7.27557V8.02131C41.8011 8.45881 41.8778 8.83097 42.0312 9.13778C42.1875 9.4446 42.4048 9.67898 42.6832 9.84091C42.9616 10 43.2869 10.0795 43.6591 10.0795C43.9006 10.0795 44.1207 10.0455 44.3196 9.97727C44.5185 9.90625 44.6903 9.80114 44.8352 9.66193C44.9801 9.52273 45.0909 9.35085 45.1676 9.14631L46.3736 9.36364C46.277 9.71875 46.1037 10.0298 45.8537 10.2969C45.6065 10.5611 45.2955 10.767 44.9205 10.9148C44.5483 11.0597 44.1236 11.1321 43.6463 11.1321ZM51.027 11V10.0455L53.9801 6.9858C54.2955 6.65341 54.5554 6.36222 54.7599 6.11222C54.9673 5.85937 55.1222 5.61932 55.2244 5.39205C55.3267 5.16477 55.3778 4.9233 55.3778 4.66761C55.3778 4.37784 55.3097 4.12784 55.1733 3.91761C55.0369 3.70455 54.8509 3.54119 54.6151 3.42756C54.3793 3.31108 54.1136 3.25284 53.8182 3.25284C53.5057 3.25284 53.233 3.31676 53 3.4446C52.767 3.57244 52.5881 3.75284 52.4631 3.9858C52.3381 4.21875 52.2756 4.49148 52.2756 4.80398H51.0185C51.0185 4.27273 51.1406 3.80824 51.3849 3.41051C51.6293 3.01278 51.9645 2.70455 52.3906 2.4858C52.8168 2.2642 53.3011 2.15341 53.8438 2.15341C54.392 2.15341 54.875 2.26278 55.2926 2.48153C55.7131 2.69744 56.0412 2.9929 56.277 3.3679C56.5128 3.74006 56.6307 4.16051 56.6307 4.62926C56.6307 4.95312 56.5696 5.26989 56.4474 5.57955C56.3281 5.8892 56.1193 6.23437 55.821 6.61506C55.5227 6.9929 55.108 7.4517 54.5767 7.99148L52.8423 9.80682V9.87074H56.7713V11H51.027ZM61.267 11.1193C60.733 11.1193 60.2528 11.017 59.8267 10.8125C59.4034 10.6051 59.0653 10.321 58.8125 9.96023C58.5597 9.59943 58.4247 9.1875 58.4077 8.72443H59.6861C59.7173 9.09943 59.8835 9.40767 60.1847 9.64915C60.4858 9.89062 60.8466 10.0114 61.267 10.0114C61.6023 10.0114 61.8991 9.93466 62.1577 9.78125C62.419 9.625 62.6236 9.41051 62.7713 9.13778C62.9219 8.86506 62.9972 8.55398 62.9972 8.20455C62.9972 7.84943 62.9205 7.53267 62.767 7.25426C62.6136 6.97585 62.402 6.7571 62.1321 6.59801C61.8651 6.43892 61.5582 6.35795 61.2116 6.35511C60.9474 6.35511 60.6818 6.40057 60.4148 6.49148C60.1477 6.58239 59.9318 6.7017 59.767 6.84943L58.5611 6.67045L59.0511 2.27273H63.8494V3.40199H60.1463L59.8693 5.84375H59.9205C60.0909 5.67898 60.3168 5.54119 60.598 5.4304C60.8821 5.3196 61.1861 5.2642 61.5099 5.2642C62.0412 5.2642 62.5142 5.39062 62.929 5.64347C63.3466 5.89631 63.6747 6.24148 63.9134 6.67898C64.1548 7.11364 64.2741 7.61364 64.2713 8.17898C64.2741 8.74432 64.1463 9.24858 63.8878 9.69176C63.6321 10.1349 63.277 10.4844 62.8224 10.7401C62.3707 10.9929 61.8523 11.1193 61.267 11.1193ZM70.3832 9.36364V8.90341C70.3832 8.57386 70.4513 8.27273 70.5877 8C70.7269 7.72443 70.9286 7.50426 71.1928 7.33949C71.4599 7.17187 71.7823 7.08807 72.1602 7.08807C72.5465 7.08807 72.8704 7.17045 73.1317 7.33523C73.3931 7.5 73.5906 7.72017 73.7241 7.99574C73.8604 8.27131 73.9286 8.57386 73.9286 8.90341V9.36364C73.9286 9.69318 73.8604 9.99574 73.7241 10.2713C73.5877 10.544 73.3874 10.7642 73.1232 10.9318C72.8619 11.0966 72.5408 11.179 72.1602 11.179C71.7766 11.179 71.4528 11.0966 71.1886 10.9318C70.9244 10.7642 70.7241 10.544 70.5877 10.2713C70.4513 9.99574 70.3832 9.69318 70.3832 9.36364ZM71.3761 8.90341V9.36364C71.3761 9.60795 71.4343 9.82955 71.5508 10.0284C71.6673 10.2273 71.8704 10.3267 72.1602 10.3267C72.4471 10.3267 72.6474 10.2273 72.761 10.0284C72.8746 9.82955 72.9315 9.60795 72.9315 9.36364V8.90341C72.9315 8.65909 72.8761 8.4375 72.7653 8.23864C72.6573 8.03977 72.4556 7.94034 72.1602 7.94034C71.8761 7.94034 71.6744 8.03977 71.555 8.23864C71.4357 8.4375 71.3761 8.65909 71.3761 8.90341ZM65.994 4.36932V3.90909C65.994 3.57955 66.0621 3.27699 66.1985 3.00142C66.3377 2.72585 66.5394 2.50568 66.8036 2.34091C67.0707 2.17614 67.3931 2.09375 67.771 2.09375C68.1573 2.09375 68.4812 2.17614 68.7425 2.34091C69.0039 2.50568 69.2013 2.72585 69.3349 3.00142C69.4684 3.27699 69.5352 3.57955 69.5352 3.90909V4.36932C69.5352 4.69886 69.467 5.00142 69.3306 5.27699C69.1971 5.54972 68.9982 5.76989 68.734 5.9375C68.4727 6.10227 68.1516 6.18466 67.771 6.18466C67.3846 6.18466 67.0593 6.10227 66.7951 5.9375C66.5337 5.76989 66.3349 5.54972 66.1985 5.27699C66.0621 5.00142 65.994 4.69886 65.994 4.36932ZM66.9911 3.90909V4.36932C66.9911 4.61364 67.0479 4.83523 67.1616 5.03409C67.2781 5.23295 67.4812 5.33239 67.771 5.33239C68.055 5.33239 68.2539 5.23295 68.3675 5.03409C68.484 4.83523 68.5423 4.61364 68.5423 4.36932V3.90909C68.5423 3.66477 68.4869 3.44318 68.3761 3.24432C68.2653 3.04545 68.0636 2.94602 67.771 2.94602C67.4869 2.94602 67.2852 3.04545 67.1658 3.24432C67.0494 3.44318 66.9911 3.66477 66.9911 3.90909ZM66.3988 11L72.3988 2.27273H73.4173L67.4173 11H66.3988ZM78.2326 6.63636C78.2326 7.70739 78.092 8.69176 77.8107 9.58949C77.5295 10.4872 77.119 11.3153 76.5792 12.0739H75.4116C75.6218 11.7926 75.8178 11.4474 75.9996 11.0384C76.1815 10.6293 76.3406 10.1818 76.4769 9.69602C76.6133 9.20739 76.7198 8.7017 76.7965 8.17898C76.8732 7.65625 76.9116 7.14205 76.9116 6.63636C76.9116 5.96307 76.8448 5.27983 76.7113 4.58665C76.5778 3.89347 76.3974 3.25 76.1701 2.65625C75.9428 2.0625 75.69 1.57812 75.4116 1.20312H76.5792C77.119 1.96165 77.5295 2.78977 77.8107 3.6875C78.092 4.58523 78.2326 5.56818 78.2326 6.63636Z" fill="#F9F9F9"/>
3
3
  </svg>
4
- `},components:[{tag:"PostPurchaseProductDiscountTag",advanced:{blockPadding:"none",inlinePadding:"none"}}]}]};export{config as default};
4
+ `},components:[{tag:"PostPurchaseProductDiscountTag",advanced:{blockPadding:"none",inlinePadding:"none"}}]}]};export{t as default};
@@ -1 +1 @@
1
- let settingV2=[{id:"setting",controls:[{id:"discountAndShippingFee",type:"discount-and-shipping-fee-product-offer",multiple:!1},{id:"message",label:"",type:"textarea",defaultRows:4,showPlusBtn:!0,autoHeight:!0,minHeight:72,default:"(Save {Offer_discount})",suggestContents:[{message:"{Offer_discount}",eg:"E.g: 50%"},{message:"{Shopify_percent_discount}",eg:"E.g: 20%"},{message:"{Shopify_amount_discount}",eg:"E.g: $400.00"}]}]},{id:"style",controls:[{id:"width",type:"dropdown:input",label:"Width",inputType:"number",units:["px","%"],hideUnit:!1,devices:{desktop:{default:"100%"},tablet:{default:"100%"},mobile:{default:"100%"}},displayOptions:[{label:"Fit content",value:"Auto",showValue:!0},{label:"Full",value:"100%",showValue:!0}]},{id:"direction",label:"Direction",type:"option:value",options:[{label:"LTR",value:"ltr"},{label:"RTL",value:"rtl"}],default:"ltr"},{id:"typo",label:"Label",type:"typography-post-purchase",default:{fontSize:"default",textColor:"critical",fontWeight:"bold",textTransform:"none"}},{id:"textAlign",label:"Alignment",type:"option:value",options:[{label:"Left",value:"left",type:"text",tooltip:"Align left",iconName:"polaris-text-align-left"},{label:"Center",value:"center",type:"text",tooltip:"Align center",iconName:"polaris-text-align-center"},{label:"Right",value:"right",type:"text",tooltip:"Align right",iconName:"polaris-text-align-right"}],default:"left"},{id:"align",label:"Alignment",type:"option:value",options:[{label:"Left",value:"left",type:"align",tooltip:"Align left",iconName:"gp-align-left"},{label:"Center",value:"center",type:"align",tooltip:"Align center",iconName:"gp-align-center"},{label:"Right",value:"right",type:"align",tooltip:"Align right",iconName:"gp-align-right"}],default:"left"}]}];export{settingV2};
1
+ let e=[{id:"setting",controls:[{id:"discountAndShippingFee",type:"discount-and-shipping-fee-product-offer",multiple:!1},{id:"message",label:"",type:"textarea",defaultRows:4,showPlusBtn:!0,autoHeight:!0,minHeight:72,default:"(Save {Offer_discount})",suggestContents:[{message:"{Offer_discount}",eg:"E.g: 50%"},{message:"{Shopify_percent_discount}",eg:"E.g: 20%"},{message:"{Shopify_amount_discount}",eg:"E.g: $400.00"}]}]},{id:"style",controls:[{id:"width",type:"dropdown:input",label:"Width",inputType:"number",units:["px","%"],hideUnit:!1,devices:{desktop:{default:"100%"},tablet:{default:"100%"},mobile:{default:"100%"}},displayOptions:[{label:"Fit content",value:"Auto",showValue:!0},{label:"Full",value:"100%",showValue:!0}]},{id:"direction",label:"Direction",type:"option:value",options:[{label:"LTR",value:"ltr"},{label:"RTL",value:"rtl"}],default:"ltr"},{id:"typo",label:"Label",type:"typography-post-purchase",default:{fontSize:"default",textColor:"critical",fontWeight:"bold",textTransform:"none"}},{id:"textAlign",label:"Alignment",type:"option:value",options:[{label:"Left",value:"left",type:"text",tooltip:"Align left",iconName:"polaris-text-align-left"},{label:"Center",value:"center",type:"text",tooltip:"Align center",iconName:"polaris-text-align-center"},{label:"Right",value:"right",type:"text",tooltip:"Align right",iconName:"polaris-text-align-right"}],default:"left"},{id:"align",label:"Alignment",type:"option:value",options:[{label:"Left",value:"left",type:"align",tooltip:"Align left",iconName:"gp-align-left"},{label:"Center",value:"center",type:"align",tooltip:"Align center",iconName:"gp-align-center"},{label:"Right",value:"right",type:"align",tooltip:"Align right",iconName:"gp-align-right"}],default:"left"}]}];export{e as settingV2};
@@ -1 +1 @@
1
- let SettingUIV2=[{controls:[{type:"control",setting:{id:"discountAndShippingFee"},layout:"vertical"}]},{label:"Text",controls:[{type:"control",label:"Direction",setting:{id:"direction"}},{type:"combo",label:"Content",iconName:"polaris-text-block",getValueFromSettingID:"message",isHideClear:!0,controls:[{label:"Content",setting:{id:"message"},layout:"vertical"}],layout:"horizontal"},{type:"control",setting:{id:"typo"},layout:"vertical"},{type:"control",setting:{id:"textAlign"},label:"Align"}]},{label:"Size",controls:[{type:"control",label:"Width",setting:{id:"width"},layout:"horizontal"}]},{controls:[{label:"Align",conditionEnable:"activeScreenId === 'desktop' ? !(parseInt(width) >= 100 && width?.includes(\"%\")) : (!(parseInt(width) >= 100 && width?.includes(\"%\")) && width !== 'default')",setting:{id:"align"},options:{labelVariant:"primary",fullWidth:!0,disableMessage:"Horizontal alignment is disabled when the width is set to 100% or greater"}}]}];export{SettingUIV2};
1
+ let t=[{controls:[{type:"control",setting:{id:"discountAndShippingFee"},layout:"vertical"}]},{label:"Text",controls:[{type:"control",label:"Direction",setting:{id:"direction"}},{type:"combo",label:"Content",iconName:"polaris-text-block",getValueFromSettingID:"message",isHideClear:!0,controls:[{label:"Content",setting:{id:"message"},layout:"vertical"}],layout:"horizontal"},{type:"control",setting:{id:"typo"},layout:"vertical"},{type:"control",setting:{id:"textAlign"},label:"Align"}]},{label:"Size",controls:[{type:"control",label:"Width",setting:{id:"width"},layout:"horizontal"}]},{controls:[{label:"Align",conditionEnable:"activeScreenId === 'desktop' ? !(parseInt(width) >= 100 && width?.includes(\"%\")) : (!(parseInt(width) >= 100 && width?.includes(\"%\")) && width !== 'default')",setting:{id:"align"},options:{labelVariant:"primary",fullWidth:!0,disableMessage:"Horizontal alignment is disabled when the width is set to 100% or greater"}}]}];export{t as SettingUIV2};
@@ -1,4 +1,4 @@
1
- import{SettingUIV2 as t}from"./configs/ui-v2.js";import{SettingV2 as e}from"./configs/settings-v2.js";let config={tag:"PostPurchaseProductImages",label:"Product Images",icon:`
1
+ import{SettingUIV2 as t}from"./configs/ui-v2.js";import{SettingV2 as e}from"./configs/settings-v2.js";let i={tag:"PostPurchaseProductImages",label:"Product Images",icon:`
2
2
  <svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
3
3
  <path d="M13.3337 14.6666C13.3337 16.1333 12.1337 17.3333 10.667 17.3333C9.20033 17.3333 8.00033 16.1333 8.00033 14.6666C8.00033 13.2 9.20033 12 10.667 12C12.1337 12 13.3337 13.2 13.3337 14.6666ZM27.3741 14.8404C26.9836 14.4499 26.3504 14.4499 25.9599 14.8404L16.667 24.1333L14.0346 21.6062C13.6442 21.2314 13.0267 21.2352 12.6409 21.6145L5.33366 28.8V9.33329H34.667V22.1333L27.3741 14.8404ZM34.667 30.6666H23.2003L18.5337 26L26.667 17.8666L34.667 25.8666V30.6666ZM7.33366 30.6666L13.467 24.6666L19.467 30.6666H7.33366ZM3.66699 6.66663C3.11471 6.66663 2.66699 7.11434 2.66699 7.66663V31.4666V32.3333C2.66699 32.8856 3.11471 33.3333 3.66699 33.3333H25.867H36.3337C36.8859 33.3333 37.3337 32.8856 37.3337 32.3333V30.6666V28.5333V24.8V7.66662C37.3337 7.11434 36.8859 6.66663 36.3337 6.66663H3.66699Z" fill="currentColor"/>
4
4
  </svg>
@@ -18,4 +18,4 @@ import{SettingUIV2 as t}from"./configs/ui-v2.js";import{SettingV2 as e}from"./co
18
18
  <rect x="43" y="46" width="10" height="10" rx="3" fill="#494949"/>
19
19
  <rect x="55" y="46" width="10" height="10" rx="3" fill="#494949"/>
20
20
  </svg>
21
- `},components:[{tag:"PostPurchaseProductImages",settings:{layoutType:"bottom-center"},advanced:{"spacing-setting":{desktop:{margin:{bottom:"var(--g-s-l)"}}},blockPadding:"none",inlinePadding:"none"}}]}]};export{config as default};
21
+ `},components:[{tag:"PostPurchaseProductImages",settings:{layoutType:"bottom-center"},advanced:{"spacing-setting":{desktop:{margin:{bottom:"var(--g-s-l)"}}},blockPadding:"none",inlinePadding:"none"}}]}]};export{i as default};
@@ -1 +1 @@
1
- import{postPurchaseSpacing as e}from"../../../../common/constants.js";let SettingV2=[{id:"setting",controls:[{id:"ratioLayoutLeft",label:"Ratio",type:"column-with-slider",fallbackArrayValue:[2,10],default:[2,10]},{id:"ratioLayoutRight",label:"Ratio",type:"column-with-slider",fallbackArrayValue:[10,2],default:[10,2]},{id:"layoutType",label:"Layout",type:"layout-selector",iconViewBox:"0 0 72 72",enableItemBackground:!0,itemPerRow:3,itemSpacing:"large",enableItemOpacity:!0,options:[{label:"Featured top",value:"bottom-center",type:"p-image-layout",iconName:"gp-product-image-layout-bottom"},{label:"Featured left",value:"left",type:"p-image-layout",iconName:"gp-product-image-layout-left"},{label:"Featured right",value:"right",type:"p-image-layout",iconName:"gp-product-image-layout-right"},{label:"Featured only",value:"only-feature",type:"p-image-layout",iconName:"gp-product-image-layout-featured-only"},{label:"Image list 1 col",value:"one-col",type:"p-image-layout",iconName:"gp-product-image-layout-one-col",noPadding:"y"},{label:"Image list 2 col",value:"two-col",type:"p-image-layout",iconName:"gp-product-image-layout-two-col"}],default:"bottom-center"},{id:"spacingHoz",type:"input:slider",min:0,max:100,step:1,units:["%"],default:"1%",showDefaultUnit:!0},{id:"spacingVertical",label:"Spacing",type:"select",options:e,default:"none"},{id:"displayType",label:"Gallery Type",type:"segment",hide:!0,options:[{label:"Slide",value:"slider"},{label:"All",value:"grid"}],default:"slider"},{id:"ftEnabled",type:"toggle",label:"Feature image",default:!0},{id:"ilEnabled",type:"toggle",label:"Image list",default:!0}]},{id:"style",controls:[{type:"select",label:"Spacing",id:"ftSpacing",options:e,default:"none"},{id:"ftNavigation",label:"Border",type:"segment",options:[{label:"Yes",value:"display"},{label:"No",value:"none"}],default:"none"},{id:"ftAspectRatio",type:"select",default:"1",options:[{label:"Square",value:"1",icon:"gp-image-shape-square"},{label:"Vertical",value:"3/4",icon:"gp-image-shape-vertical"},{label:"Horizontal",value:"4/3",icon:"gp-image-shape-horizontal"},{label:"Original",value:"auto"}]},{id:"ftWidth",type:"dropdown:input",label:"Width",units:["px","%"],hideUnit:!1,inputType:"number",displayOptions:[{label:"Full",value:"100%",showValue:!0}],devices:{desktop:{default:"100%"}}},{id:"ftObjectFit",type:"option:illustration",enableTooltip:!0,label:"Image scale",options:[{label:"Fill image",value:"cover",type:"image",svgName:"gp-image-cover"},{label:"Fit image",value:"contain",type:"image",svgName:"gp-image-contain"}],default:"cover"},{id:"ilAspectRatio",type:"select",default:"1",options:[{label:"Square",value:"1",icon:"gp-image-shape-square"},{label:"Vertical",value:"3/4",icon:"gp-image-shape-vertical"},{label:"Horizontal",value:"4/3",icon:"gp-image-shape-horizontal"},{label:"Original",value:"auto"}]},{id:"ilObjectFit",type:"option:illustration",enableTooltip:!0,label:"Image scale",options:[{label:"Fill image",value:"cover",type:"image",svgName:"gp-image-cover"},{label:"Fit image",value:"contain",type:"image",svgName:"gp-image-contain"}],default:"cover"},{id:"ilBorder",label:"Active border",type:"segment",default:"display",options:[{label:"Yes",value:"display"},{label:"No",value:"none"}]},{id:"ilNavigation",label:"Navigation",type:"segment",default:"display",options:[{label:"Yes",value:"display"},{label:"No",value:"none"}]},{type:"select",label:"Spacing",id:"ilSpacing",options:e,default:"xtight"},{id:"ilItemPerSlide",type:"input:stepper",min:1,hide:!0,default:5},{id:"ilNumberPerRow",type:"input:stepper",label:"Item per row",hide:!0,default:5},{id:"align",label:"Alignment",type:"segment",options:[{label:"Left",value:"left",type:"align",tooltip:"Align left"},{label:"Center",value:"center",type:"align",tooltip:"Align center"},{label:"Right",value:"right",type:"align",tooltip:"Align right"}],default:"left"}]}];export{SettingV2};
1
+ import{postPurchaseSpacing as e}from"../../../../common/constants.js";let l=[{id:"setting",controls:[{id:"ratioLayoutLeft",label:"Ratio",type:"column-with-slider",fallbackArrayValue:[2,10],default:[2,10]},{id:"ratioLayoutRight",label:"Ratio",type:"column-with-slider",fallbackArrayValue:[10,2],default:[10,2]},{id:"layoutType",label:"Layout",type:"layout-selector",iconViewBox:"0 0 72 72",enableItemBackground:!0,itemPerRow:3,itemSpacing:"large",enableItemOpacity:!0,options:[{label:"Featured top",value:"bottom-center",type:"p-image-layout",iconName:"gp-product-image-layout-bottom"},{label:"Featured left",value:"left",type:"p-image-layout",iconName:"gp-product-image-layout-left"},{label:"Featured right",value:"right",type:"p-image-layout",iconName:"gp-product-image-layout-right"},{label:"Featured only",value:"only-feature",type:"p-image-layout",iconName:"gp-product-image-layout-featured-only"},{label:"Image list 1 col",value:"one-col",type:"p-image-layout",iconName:"gp-product-image-layout-one-col",noPadding:"y"},{label:"Image list 2 col",value:"two-col",type:"p-image-layout",iconName:"gp-product-image-layout-two-col"}],default:"bottom-center"},{id:"spacingHoz",type:"input:slider",min:0,max:100,step:1,units:["%"],default:"1%",showDefaultUnit:!0},{id:"spacingVertical",label:"Spacing",type:"select",options:e,default:"none"},{id:"displayType",label:"Gallery Type",type:"segment",hide:!0,options:[{label:"Slide",value:"slider"},{label:"All",value:"grid"}],default:"slider"},{id:"ftEnabled",type:"toggle",label:"Feature image",default:!0},{id:"ilEnabled",type:"toggle",label:"Image list",default:!0}]},{id:"style",controls:[{type:"select",label:"Spacing",id:"ftSpacing",options:e,default:"none"},{id:"ftNavigation",label:"Border",type:"segment",options:[{label:"Yes",value:"display"},{label:"No",value:"none"}],default:"none"},{id:"ftAspectRatio",type:"select",default:"1",options:[{label:"Square",value:"1",icon:"gp-image-shape-square"},{label:"Vertical",value:"3/4",icon:"gp-image-shape-vertical"},{label:"Horizontal",value:"4/3",icon:"gp-image-shape-horizontal"},{label:"Original",value:"auto"}]},{id:"ftWidth",type:"dropdown:input",label:"Width",units:["px","%"],hideUnit:!1,inputType:"number",displayOptions:[{label:"Full",value:"100%",showValue:!0}],devices:{desktop:{default:"100%"}}},{id:"ftObjectFit",type:"option:illustration",enableTooltip:!0,label:"Image scale",options:[{label:"Fill image",value:"cover",type:"image",svgName:"gp-image-cover"},{label:"Fit image",value:"contain",type:"image",svgName:"gp-image-contain"}],default:"cover"},{id:"ilAspectRatio",type:"select",default:"1",options:[{label:"Square",value:"1",icon:"gp-image-shape-square"},{label:"Vertical",value:"3/4",icon:"gp-image-shape-vertical"},{label:"Horizontal",value:"4/3",icon:"gp-image-shape-horizontal"},{label:"Original",value:"auto"}]},{id:"ilObjectFit",type:"option:illustration",enableTooltip:!0,label:"Image scale",options:[{label:"Fill image",value:"cover",type:"image",svgName:"gp-image-cover"},{label:"Fit image",value:"contain",type:"image",svgName:"gp-image-contain"}],default:"cover"},{id:"ilBorder",label:"Active border",type:"segment",default:"display",options:[{label:"Yes",value:"display"},{label:"No",value:"none"}]},{id:"ilNavigation",label:"Navigation",type:"segment",default:"display",options:[{label:"Yes",value:"display"},{label:"No",value:"none"}]},{type:"select",label:"Spacing",id:"ilSpacing",options:e,default:"xtight"},{id:"ilItemPerSlide",type:"input:stepper",min:1,hide:!0,default:5},{id:"ilNumberPerRow",type:"input:stepper",label:"Item per row",hide:!0,default:5},{id:"align",label:"Alignment",type:"segment",options:[{label:"Left",value:"left",type:"align",tooltip:"Align left"},{label:"Center",value:"center",type:"align",tooltip:"Align center"},{label:"Right",value:"right",type:"align",tooltip:"Align right"}],default:"left"}]}];export{l as SettingV2};
@@ -1 +1 @@
1
- let SettingUIV2=[{label:"Layout",controls:[{setting:{id:"layoutType"},layout:"vertical",options:{isComboLayout:!0},controls:[{label:"Ratio",setting:{id:"ratioLayoutLeft"},layout:"vertical",conditionDisplay:"layoutType === 'left'"},{label:"Ratio",setting:{id:"ratioLayoutRight"},layout:"vertical",conditionDisplay:"layoutType === 'right'"}]}]},{controls:[{label:"Featured image",setting:{id:"ftEnabled"},options:{labelVariant:"primary",toggleStyle:"switch",fullWidth:!0,tooltipPosition:"right"},conditionEnable:"ilEnabled == true",controlChangeTrigger:{settings:[{condition:"ftEnabled === false && ilEnabled === true",source:["ilEnabled","ftEnabled","layoutType"],action:{controlId:"layoutType",groupType:"setting",controlType:"setting",newValue:"two-col"}},{condition:"ftEnabled === true && ilEnabled === true",source:["ilEnabled","ftEnabled","layoutType"],action:{controlId:"layoutType",groupType:"setting",controlType:"setting",newValue:"left"}}],options:{noRecordHistory:!0}}},{setting:{id:"ftAspectRatio"},label:"Frame",conditionDisplay:"layoutType !== 'one-col' && layoutType !== 'two-col'"},{setting:{id:"ftWidth"},label:"Width",conditionDisplay:"layoutType !== 'one-col' && layoutType !== 'two-col'"},{label:"Image scale",setting:{id:"ftObjectFit"},conditionDisplay:"layoutType !== 'one-col' && layoutType !== 'two-col'"}]},{controls:[{label:"Image list",setting:{id:"ilEnabled"},options:{labelVariant:"primary",toggleStyle:"switch",fullWidth:!0,tooltipPosition:"right"},conditionEnable:"ftEnabled == true",controlChangeTrigger:{settings:[{condition:"ilEnabled === false && ftEnabled === true",source:["ilEnabled","ftEnabled","layoutType"],action:{controlId:"layoutType",groupType:"setting",controlType:"setting",newValue:"only-feature"}},{condition:"ilEnabled === true && ftEnabled === true",source:["ilEnabled","ftEnabled","layoutType"],action:{controlId:"layoutType",groupType:"setting",controlType:"setting",newValue:"left"}}],options:{noRecordHistory:!0}}},{label:"Display",conditionDisplay:'layoutType === "bottom-center" && layoutType !== "only-feature"',setting:{id:"displayType"}},{label:"Number image",conditionDisplay:'((displayType === "slider" && layoutType === "bottom-center") || layoutType === "left" || layoutType === "right") && layoutType !== "only-feature"',setting:{id:"ilItemPerSlide"}},{label:"Number image",conditionDisplay:'displayType === "grid" && layoutType === "bottom-center" && layoutType !== "only-feature"',setting:{id:"ilNumberPerRow"}},{label:"Frame",setting:{id:"ilAspectRatio"},conditionDisplay:'layoutType !== "only-feature"'},{label:"Image gap",setting:{id:"ilSpacing"},conditionDisplay:'layoutType !== "only-feature"'}],moreSettings:{type:"collapse",controls:[{label:"Image scale",setting:{id:"ilObjectFit"},conditionDisplay:'layoutType !== "only-feature"'},{label:"Active border",setting:{id:"ilBorder"},conditionDisplay:'layoutType !== "only-feature"'}]}},{label:"Item spacing",controls:[{type:"control",label:"Gap",setting:{id:"spacingHoz"},conditionDisplay:"layoutType === 'left' || layoutType === 'right'"},{type:"control",label:"Gap",setting:{id:"spacingVertical"},conditionDisplay:"layoutType === 'bottom-center'"}]},{label:"Navigation",controls:[{label:"Featured",setting:{id:"ftNavigation"},conditionDisplay:"!['one-col', 'two-col'].includes(layoutType)"},{label:"Image list",setting:{id:"ilNavigation"},conditionDisplay:"displayType == 'slider' && !['one-col', 'two-col', 'only-feature'].includes(layoutType)"}]},{controls:[{label:"Align",setting:{id:"align"},options:{labelVariant:"primary",fullWidth:!0,disableMessage:"Horizontal alignment is disabled when the width is set to 100% or greater"},conditionDisplay:"['bottom-center', 'left', 'right', 'only-feature'].includes(layoutType)",conditionEnable:'!(parseInt(ftWidth) >= 100 && ftWidth?.includes("%"))'}]}];export{SettingUIV2};
1
+ let t=[{label:"Layout",controls:[{setting:{id:"layoutType"},layout:"vertical",options:{isComboLayout:!0},controls:[{label:"Ratio",setting:{id:"ratioLayoutLeft"},layout:"vertical",conditionDisplay:"layoutType === 'left'"},{label:"Ratio",setting:{id:"ratioLayoutRight"},layout:"vertical",conditionDisplay:"layoutType === 'right'"}]}]},{controls:[{label:"Featured image",setting:{id:"ftEnabled"},options:{labelVariant:"primary",toggleStyle:"switch",fullWidth:!0,tooltipPosition:"right"},conditionEnable:"ilEnabled == true",controlChangeTrigger:{settings:[{condition:"ftEnabled === false && ilEnabled === true",source:["ilEnabled","ftEnabled","layoutType"],action:{controlId:"layoutType",groupType:"setting",controlType:"setting",newValue:"two-col"}},{condition:"ftEnabled === true && ilEnabled === true",source:["ilEnabled","ftEnabled","layoutType"],action:{controlId:"layoutType",groupType:"setting",controlType:"setting",newValue:"left"}}],options:{noRecordHistory:!0}}},{setting:{id:"ftAspectRatio"},label:"Frame",conditionDisplay:"layoutType !== 'one-col' && layoutType !== 'two-col'"},{setting:{id:"ftWidth"},label:"Width",conditionDisplay:"layoutType !== 'one-col' && layoutType !== 'two-col'"},{label:"Image scale",setting:{id:"ftObjectFit"},conditionDisplay:"layoutType !== 'one-col' && layoutType !== 'two-col'"}]},{controls:[{label:"Image list",setting:{id:"ilEnabled"},options:{labelVariant:"primary",toggleStyle:"switch",fullWidth:!0,tooltipPosition:"right"},conditionEnable:"ftEnabled == true",controlChangeTrigger:{settings:[{condition:"ilEnabled === false && ftEnabled === true",source:["ilEnabled","ftEnabled","layoutType"],action:{controlId:"layoutType",groupType:"setting",controlType:"setting",newValue:"only-feature"}},{condition:"ilEnabled === true && ftEnabled === true",source:["ilEnabled","ftEnabled","layoutType"],action:{controlId:"layoutType",groupType:"setting",controlType:"setting",newValue:"left"}}],options:{noRecordHistory:!0}}},{label:"Display",conditionDisplay:'layoutType === "bottom-center" && layoutType !== "only-feature"',setting:{id:"displayType"}},{label:"Number image",conditionDisplay:'((displayType === "slider" && layoutType === "bottom-center") || layoutType === "left" || layoutType === "right") && layoutType !== "only-feature"',setting:{id:"ilItemPerSlide"}},{label:"Number image",conditionDisplay:'displayType === "grid" && layoutType === "bottom-center" && layoutType !== "only-feature"',setting:{id:"ilNumberPerRow"}},{label:"Frame",setting:{id:"ilAspectRatio"},conditionDisplay:'layoutType !== "only-feature"'},{label:"Image gap",setting:{id:"ilSpacing"},conditionDisplay:'layoutType !== "only-feature"'}],moreSettings:{type:"collapse",controls:[{label:"Image scale",setting:{id:"ilObjectFit"},conditionDisplay:'layoutType !== "only-feature"'},{label:"Active border",setting:{id:"ilBorder"},conditionDisplay:'layoutType !== "only-feature"'}]}},{label:"Item spacing",controls:[{type:"control",label:"Gap",setting:{id:"spacingHoz"},conditionDisplay:"layoutType === 'left' || layoutType === 'right'"},{type:"control",label:"Gap",setting:{id:"spacingVertical"},conditionDisplay:"layoutType === 'bottom-center'"}]},{label:"Navigation",controls:[{label:"Featured",setting:{id:"ftNavigation"},conditionDisplay:"!['one-col', 'two-col'].includes(layoutType)"},{label:"Image list",setting:{id:"ilNavigation"},conditionDisplay:"displayType == 'slider' && !['one-col', 'two-col', 'only-feature'].includes(layoutType)"}]},{controls:[{label:"Align",setting:{id:"align"},options:{labelVariant:"primary",fullWidth:!0,disableMessage:"Horizontal alignment is disabled when the width is set to 100% or greater"},conditionDisplay:"['bottom-center', 'left', 'right', 'only-feature'].includes(layoutType)",conditionEnable:'!(parseInt(ftWidth) >= 100 && ftWidth?.includes("%"))'}]}];export{t as SettingUIV2};
@@ -1,4 +1,4 @@
1
- import{postPurchaseViewSpacing as e}from"../../../../common/constants.js";let SettingV2=[{id:"setting",controls:[{id:"layout",type:"layout",isProductLayout:!0,devices:{desktop:{default:{cols:[6,6],display:"fill"}}}},{id:"horizontalAlign",type:"segment",options:[{label:"Start",value:"start",icon:`<svg width="20" height="20" viewBox="0 0 17 16" fill="none" xmlns="http://www.w3.org/2000/svg">
1
+ import{postPurchaseViewSpacing as e}from"../../../../common/constants.js";let l=[{id:"setting",controls:[{id:"layout",type:"layout",isProductLayout:!0,devices:{desktop:{default:{cols:[6,6],display:"fill"}}}},{id:"horizontalAlign",type:"segment",options:[{label:"Start",value:"start",icon:`<svg width="20" height="20" viewBox="0 0 17 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
2
  <path d="M1.91699 1C2.19314 1 2.41699 1.22386 2.41699 1.5L2.41699 14.5C2.41699 14.7761 2.19313 15 1.91699 15C1.64085 15 1.41699 14.7761 1.41699 14.5V1.5C1.41699 1.22386 1.64085 1 1.91699 1Z" fill="currentColor"/>
3
3
  <path fill-rule="evenodd" clip-rule="evenodd" d="M2.91699 5C2.91699 4.17157 3.58857 3.5 4.41699 3.5H9.41699C10.2454 3.5 10.917 4.17157 10.917 5V6C10.917 6.82843 10.2454 7.5 9.41699 7.5H4.41699C3.58857 7.5 2.91699 6.82843 2.91699 6V5ZM4.41699 4.5C4.14085 4.5 3.91699 4.72386 3.91699 5V6C3.91699 6.27614 4.14085 6.5 4.41699 6.5H9.41699C9.69314 6.5 9.91699 6.27614 9.91699 6V5C9.91699 4.72386 9.69314 4.5 9.41699 4.5H4.41699Z" fill="currentColor"/>
4
4
  <path fill-rule="evenodd" clip-rule="evenodd" d="M4.41699 8.5C3.58857 8.5 2.91699 9.17157 2.91699 10V11C2.91699 11.8284 3.58857 12.5 4.41699 12.5H12.417C13.2454 12.5 13.917 11.8284 13.917 11V10C13.917 9.17157 13.2454 8.5 12.417 8.5H4.41699ZM3.91699 10C3.91699 9.72386 4.14085 9.5 4.41699 9.5H12.417C12.6931 9.5 12.917 9.72386 12.917 10V11C12.917 11.2761 12.6931 11.5 12.417 11.5H4.41699C4.14085 11.5 3.91699 11.2761 3.91699 11V10Z" fill="currentColor"/>
@@ -43,4 +43,4 @@ import{postPurchaseViewSpacing as e}from"../../../../common/constants.js";let Se
43
43
  <path fill-rule="evenodd" clip-rule="evenodd" d="M5.08398 6C5.08398 6.82843 5.75556 7.5 6.58398 7.5H11.584C12.4124 7.5 13.084 6.82843 13.084 6V5C13.084 4.17157 12.4124 3.5 11.584 3.5L6.58398 3.5C5.75556 3.5 5.08398 4.17157 5.08398 5V6ZM6.58398 6.5C6.30784 6.5 6.08398 6.27614 6.08398 6V5C6.08398 4.72386 6.30784 4.5 6.58398 4.5L11.584 4.5C11.8601 4.5 12.084 4.72386 12.084 5V6C12.084 6.27614 11.8601 6.5 11.584 6.5H6.58398Z" fill="currentColor"/>
44
44
  <path fill-rule="evenodd" clip-rule="evenodd" d="M3.58398 12.5C2.75556 12.5 2.08398 11.8284 2.08398 11L2.08398 10C2.08398 9.17157 2.75556 8.5 3.58398 8.5H11.584C12.4124 8.5 13.084 9.17157 13.084 10V11C13.084 11.8284 12.4124 12.5 11.584 12.5L3.58398 12.5ZM3.08398 11C3.08398 11.2761 3.30784 11.5 3.58398 11.5L11.584 11.5C11.8601 11.5 12.084 11.2761 12.084 11V10C12.084 9.72386 11.8601 9.5 11.584 9.5L3.58398 9.5C3.30784 9.5 3.08398 9.72386 3.08398 10L3.08398 11Z" fill="currentColor"/>
45
45
  </svg>
46
- `}],default:"center"}]},{id:"style",controls:[{id:"dimensionGroup",type:"group",label:"Dimension",controls:[{id:"fullWidth",label:"Full Width",type:"toggle",devices:{desktop:{default:!0},tablet:{default:!0},mobile:{default:!0}}},{id:"width",type:"input:unit-width",label:"Width",placeholder:"Global style",min:0,units:["px","%"],devices:{desktop:{default:void 0},tablet:{default:void 0},mobile:{default:void 0}}},{id:"verticalGutter",type:"input:unit-spacing",units:["px"],min:0,label:"Column gap",devices:{desktop:{default:"30px"}}},{id:"columnGap",type:"input:slider",min:0,max:100,step:1,units:["%"],showDefaultUnit:!0,devices:{desktop:{default:"3%"}}},{type:"select",label:"Spacing",id:"rowGap",options:e,default:"base"},{id:"productOfferColumnGap",type:"input:slider",min:0,max:100,step:1,units:["%"],showDefaultUnit:!0,devices:{desktop:{default:"5%"}}},{type:"select",label:"Spacing",id:"productOfferVerticalGutter",options:e,default:"base"},{id:"productOfferFullWidth",label:"Full Width",type:"toggle",devices:{desktop:{default:!1},tablet:{default:!1},mobile:{default:!1}}},{id:"productOfferWidth",type:"dropdown:input",label:"Width",units:["px","%"],hideUnit:!1,inputType:"number",displayOptions:[{label:"Full",value:"100%",showValue:!0},{label:"Default",value:"1200px",showValue:!0}],devices:{desktop:{default:"100%"},tablet:{default:"100%"},mobile:{default:"100%"}}}]}]}];export{SettingV2};
46
+ `}],default:"center"}]},{id:"style",controls:[{id:"dimensionGroup",type:"group",label:"Dimension",controls:[{id:"fullWidth",label:"Full Width",type:"toggle",devices:{desktop:{default:!0},tablet:{default:!0},mobile:{default:!0}}},{id:"width",type:"input:unit-width",label:"Width",placeholder:"Global style",min:0,units:["px","%"],devices:{desktop:{default:void 0},tablet:{default:void 0},mobile:{default:void 0}}},{id:"verticalGutter",type:"input:unit-spacing",units:["px"],min:0,label:"Column gap",devices:{desktop:{default:"30px"}}},{id:"columnGap",type:"input:slider",min:0,max:100,step:1,units:["%"],showDefaultUnit:!0,devices:{desktop:{default:"3%"}}},{type:"select",label:"Spacing",id:"rowGap",options:e,default:"base"},{id:"productOfferColumnGap",type:"input:slider",min:0,max:100,step:1,units:["%"],showDefaultUnit:!0,devices:{desktop:{default:"5%"}}},{type:"select",label:"Spacing",id:"productOfferVerticalGutter",options:e,default:"base"},{id:"productOfferFullWidth",label:"Full Width",type:"toggle",devices:{desktop:{default:!1},tablet:{default:!1},mobile:{default:!1}}},{id:"productOfferWidth",type:"dropdown:input",label:"Width",units:["px","%"],hideUnit:!1,inputType:"number",displayOptions:[{label:"Full",value:"100%",showValue:!0},{label:"Default",value:"1200px",showValue:!0}],devices:{desktop:{default:"100%"},tablet:{default:"100%"},mobile:{default:"100%"}}}]}]}];export{l as SettingV2};
@@ -1 +1 @@
1
- let SettingUIV2=[{label:"Layout",controls:[{type:"control",setting:{id:"layout"},layout:"vertical"}]},{controls:[{setting:{id:"productSetting"},layout:"vertical"}]},{label:"Column spacing",controls:[{type:"control",label:"Gap",setting:{id:"columnGap"},conditionDisplay:"!!layout.cols && layout.cols.length > 1"}]},{label:"Column spacing",controls:[{type:"control",label:"Gap",setting:{id:"rowGap"},conditionDisplay:"!!layout.cols && layout.cols.length == 1"}]},{label:"Display",controls:[{type:"control",label:"Layout",setting:{id:"productOfferLayout"},conditionDisplay:"(productSetting?.productIds?.length || 0) > 1"},{type:"control",label:"Product quantity",setting:{id:"dynamicOfferQuantity"},conditionDisplay:"(productSetting?.productIds?.length || 0) == 0"},{type:"control",label:"Row gap",setting:{id:"productOfferVerticalGutter"}},{type:"control",label:"Column gap",setting:{id:"productOfferColumnGap"}}]},{controls:[{type:"control",setting:{id:"discountAndShippingFee"},layout:"vertical"}]},{label:"Size",controls:[{type:"control",label:"Width",setting:{id:"productOfferWidth"}}]},{controls:[{label:"Align",setting:{id:"inlineAlignment"},options:{labelVariant:"primary",fullWidth:!0,disableMessage:"Horizontal alignment is disabled when the width is set to 100% or greater"},conditionEnable:'!(parseInt(productOfferWidth) >= 100 && productOfferWidth?.includes("%"))'}]}];export{SettingUIV2};
1
+ let t=[{label:"Layout",controls:[{type:"control",setting:{id:"layout"},layout:"vertical"}]},{controls:[{setting:{id:"productSetting"},layout:"vertical"}]},{label:"Column spacing",controls:[{type:"control",label:"Gap",setting:{id:"columnGap"},conditionDisplay:"!!layout.cols && layout.cols.length > 1"}]},{label:"Column spacing",controls:[{type:"control",label:"Gap",setting:{id:"rowGap"},conditionDisplay:"!!layout.cols && layout.cols.length == 1"}]},{label:"Display",controls:[{type:"control",label:"Layout",setting:{id:"productOfferLayout"},conditionDisplay:"(productSetting?.productIds?.length || 0) > 1"},{type:"control",label:"Product quantity",setting:{id:"dynamicOfferQuantity"},conditionDisplay:"(productSetting?.productIds?.length || 0) == 0"},{type:"control",label:"Row gap",setting:{id:"productOfferVerticalGutter"}},{type:"control",label:"Column gap",setting:{id:"productOfferColumnGap"}}]},{controls:[{type:"control",setting:{id:"discountAndShippingFee"},layout:"vertical"}]},{label:"Size",controls:[{type:"control",label:"Width",setting:{id:"productOfferWidth"}}]},{controls:[{label:"Align",setting:{id:"inlineAlignment"},options:{labelVariant:"primary",fullWidth:!0,disableMessage:"Horizontal alignment is disabled when the width is set to 100% or greater"},conditionEnable:'!(parseInt(productOfferWidth) >= 100 && productOfferWidth?.includes("%"))'}]}];export{t as SettingUIV2};
@@ -1,8 +1,8 @@
1
- import{postPurchaseProductOfferDefault as o}from"../presets-config/product-presets/product-offer-default.js";import{postPurchaseProduct1Col as r}from"../presets-config/product-presets/product-offer-1-col.js";import{postPurchaseProduct2Col as t}from"../presets-config/product-presets/product-offer-2-col.js";import{SettingUIV2 as e}from"./configs/ui-v2.js";import{SettingV2 as C}from"./configs/settings-v2.js";let config={tag:"PostPurchaseProductOffer",label:"Product Offer",icon:`
1
+ import{postPurchaseProductOfferDefault as o}from"../presets-config/product-presets/product-offer-default.js";import{postPurchaseProduct1Col as r}from"../presets-config/product-presets/product-offer-1-col.js";import{postPurchaseProduct2Col as t}from"../presets-config/product-presets/product-offer-2-col.js";import{SettingUIV2 as e}from"./configs/ui-v2.js";import{SettingV2 as C}from"./configs/settings-v2.js";let s={tag:"PostPurchaseProductOffer",label:"Product Offer",icon:`
2
2
  <svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
3
3
  <path fill-rule="evenodd" clip-rule="evenodd" d="M14.9075 7.10422C14.6295 6.47277 13.981 6.06462 13.268 6.12193C12.8111 6.15866 12.0129 6.23149 11.1972 6.34772C10.4162 6.459 9.4973 6.62566 8.86739 6.88284C8.4425 7.05632 7.96973 7.41721 7.56476 7.7561C7.12514 8.12398 6.63889 8.57624 6.16347 9.03928C5.21082 9.96712 4.25521 10.9838 3.72156 11.5611C3.02665 12.3128 3.18213 13.4862 4.00429 14.0501L7.14594 16.205V26.2444C7.14594 27.1568 7.8833 27.9057 8.80445 27.9057H23.246C24.1672 27.9057 24.9045 27.1568 24.9045 26.2444V16.205L28.0603 14.0405C28.8678 13.4866 29.0361 12.3395 28.3699 11.5829C27.861 11.005 26.9438 9.98417 26.0115 9.05136C25.5463 8.58586 25.0644 8.12923 24.6192 7.75674C24.2068 7.41161 23.7187 7.04517 23.2589 6.87191C22.0504 6.41643 20.0388 6.19802 19.2897 6.12638C18.6177 6.06213 17.9943 6.4147 17.6856 6.98594L16.1261 9.87237L14.9075 7.10422ZM11.5075 8.52572C12.0668 8.44603 12.6236 8.38769 13.0516 8.3486L14.5589 11.7725C15.1148 13.0353 16.8782 13.1086 17.535 11.8929L19.4471 8.35398C20.3297 8.45016 21.7155 8.64129 22.4831 8.93056C22.5609 8.9599 22.7999 9.10299 23.2073 9.44391C23.582 9.75746 24.0125 10.1634 24.4555 10.6066C25.1311 11.2825 25.8054 12.0148 26.3079 12.5747L23.426 14.5514C22.9732 14.862 22.7045 15.3755 22.7045 15.9221V25.7057H9.34594V15.9221C9.34594 15.3755 9.07722 14.862 8.62448 14.5514L5.76791 12.592C6.29559 12.03 7.00098 11.2946 7.69845 10.6153C8.1553 10.1703 8.59719 9.76082 8.97664 9.44329C9.16639 9.2845 9.33077 9.15694 9.46645 9.06238C9.53381 9.01545 9.58879 8.98036 9.63189 8.95523C9.65312 8.94286 9.66967 8.93395 9.68177 8.92783C9.69405 8.92163 9.69897 8.91962 9.69897 8.91962C10.0488 8.7768 10.7201 8.63792 11.5075 8.52572Z" fill="currentColor"/>
4
4
  <path d="M30.2528 21.8121C29.8846 21.8121 29.5862 21.5136 29.5862 21.1454V20.0645C29.5862 19.6963 29.8846 19.3978 30.2528 19.3978H36.3481C36.7163 19.3978 37.0147 19.6963 37.0147 20.0645V21.1454C37.0147 21.5136 36.7163 21.8121 36.3481 21.8121H30.2528Z" fill="currentColor"/>
5
5
  <path d="M30.2528 27.8478C29.8846 27.8478 29.5862 27.5493 29.5862 27.1811V26.1002C29.5862 25.732 29.8846 25.4335 30.2528 25.4335H36.3481C36.7163 25.4335 37.0147 25.732 37.0147 26.1002V27.1811C37.0147 27.5493 36.7163 27.8478 36.3481 27.8478H30.2528Z" fill="currentColor"/>
6
6
  <path d="M7.96712 33.8834C7.59893 33.8834 7.30046 33.5849 7.30046 33.2168V32.1358C7.30046 31.7676 7.59893 31.4692 7.96712 31.4692H36.3481C36.7163 31.4692 37.0147 31.7676 37.0147 32.1358V33.2168C37.0147 33.5849 36.7163 33.8834 36.3481 33.8834H7.96712Z" fill="currentColor"/>
7
7
  </svg>
8
- `,settings:C,ui:[],uiV2:e,presets:[o,t,r],editorConfigs:{slots:{children:!0},toolbar:{parent:!0},placeholder:{notAppendTags:["Product","ProductList","ContactForm","Newsletter"]}}};export{config as default};
8
+ `,settings:C,ui:[],uiV2:e,presets:[o,t,r],editorConfigs:{slots:{children:!0},toolbar:{parent:!0},placeholder:{notAppendTags:["Product","ProductList","ContactForm","Newsletter"]}}};export{s as default};
@@ -1,4 +1,4 @@
1
- import{settingV2 as C}from"./configs/settings-v2.js";import{SettingUIV2 as e}from"./configs/ui-v2.js";let config={tag:"PostPurchaseProductPrice",label:"Price",icon:`
1
+ import{settingV2 as C}from"./configs/settings-v2.js";import{SettingUIV2 as e}from"./configs/ui-v2.js";let o={tag:"PostPurchaseProductPrice",label:"Price",icon:`
2
2
  <svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
3
3
  <path d="M36.1267 28.2963H24.6981V25.926C25.9679 25.6889 27.7457 24.6223 27.7457 22.2519C27.7457 21.0667 27.3648 20.2371 26.7298 19.6445C25.8409 18.8149 24.8251 18.8149 24.6981 18.8149H22.1584C22.1584 18.8149 21.9044 18.8149 21.7775 18.6963C21.5235 18.4593 21.5235 18.1037 21.5235 17.7482C21.5235 16.8 22.0314 16.563 22.4124 16.4445H26.8648C27.1409 16.4445 27.3648 16.2206 27.3648 15.9445V14.5741C27.3648 14.298 27.1409 14.0741 26.8648 14.0741H24.8251V11.7037H36.2536V28.2963H36.1267ZM13.7775 28.2963L4.88856 20L13.7775 11.7037H22.1584V14.0741C20.8886 14.1926 18.8568 15.2593 18.8568 17.7482C18.8568 19.0519 19.3648 19.8815 19.8727 20.3556C20.7616 21.1852 22.0314 21.1852 22.1584 21.1852H24.6981C25.206 21.1852 25.206 21.8963 25.206 22.2519C25.206 23.2 24.6981 23.4371 24.3171 23.5556H20.1187C19.8426 23.5556 19.6187 23.7795 19.6187 24.0556V25.426C19.6187 25.7021 19.8426 25.926 20.1187 25.926H22.1584V28.2963H13.7775ZM12.9587 9.33337C12.832 9.33337 12.7101 9.38143 12.6175 9.46785L1.72465 19.6345C1.51286 19.8322 1.51286 20.1679 1.72464 20.3656L12.6175 30.5322C12.7101 30.6186 12.832 30.6667 12.9587 30.6667H38.1663C38.4425 30.6667 38.6663 30.4428 38.6663 30.1667V9.83337C38.6663 9.55723 38.4425 9.33337 38.1663 9.33337H12.9587Z" fill="currentColor"/>
4
4
  </svg>
@@ -12,4 +12,4 @@ import{settingV2 as C}from"./configs/settings-v2.js";import{SettingUIV2 as e}fro
12
12
  <path d="M4.54803 13.2727V0.545454H5.36337V13.2727H4.54803ZM7.29235 4.36364C7.23269 3.85985 6.99074 3.46875 6.5665 3.19034C6.14225 2.91193 5.62189 2.77273 5.00542 2.77273C4.55466 2.77273 4.16025 2.84564 3.82218 2.99148C3.48742 3.13731 3.22559 3.33783 3.03667 3.59304C2.85106 3.84825 2.75826 4.13826 2.75826 4.46307C2.75826 4.73485 2.82289 4.96851 2.95215 5.16406C3.08472 5.3563 3.25376 5.51705 3.45925 5.64631C3.66474 5.77225 3.88018 5.87666 4.10556 5.95952C4.33094 6.03906 4.53809 6.10369 4.72701 6.15341L5.7611 6.43182C6.02625 6.50142 6.32123 6.59754 6.64604 6.72017C6.97417 6.8428 7.28738 7.01018 7.58567 7.2223C7.88728 7.43111 8.13586 7.69957 8.33141 8.0277C8.52696 8.35582 8.62473 8.75852 8.62473 9.2358C8.62473 9.78598 8.48056 10.2831 8.19221 10.7273C7.90717 11.1714 7.48955 11.5244 6.93936 11.7862C6.39249 12.0481 5.72795 12.179 4.94576 12.179C4.21659 12.179 3.5852 12.0613 3.05158 11.826C2.52128 11.5907 2.10366 11.2625 1.79874 10.8416C1.49713 10.4207 1.32644 9.93182 1.28667 9.375H2.55939C2.59254 9.75947 2.7218 10.0777 2.94718 10.3295C3.17587 10.5781 3.46422 10.7637 3.81223 10.8864C4.16356 11.0057 4.5414 11.0653 4.94576 11.0653C5.4164 11.0653 5.83899 10.9891 6.21351 10.8366C6.58804 10.6809 6.88468 10.4654 7.10343 10.1903C7.32218 9.91193 7.43155 9.58712 7.43155 9.21591C7.43155 8.87784 7.33709 8.60275 7.14817 8.39062C6.95925 8.1785 6.71067 8.00616 6.40243 7.87358C6.09419 7.741 5.7611 7.625 5.40314 7.52557L4.1503 7.16761C3.35485 6.93892 2.72511 6.61245 2.2611 6.18821C1.79708 5.76397 1.56507 5.20881 1.56507 4.52273C1.56507 3.95265 1.71919 3.45549 2.02743 3.03125C2.33899 2.60369 2.7566 2.27225 3.28027 2.03693C3.80726 1.7983 4.39557 1.67898 5.04519 1.67898C5.70144 1.67898 6.28477 1.79664 6.79519 2.03196C7.30561 2.26397 7.70996 2.58215 8.00826 2.98651C8.30987 3.39086 8.46896 3.8499 8.48553 4.36364H7.29235ZM10.4729 12V11.1051L13.8337 7.42614C14.2281 6.99526 14.5529 6.62074 14.8081 6.30256C15.0634 5.98106 15.2523 5.67945 15.3749 5.39773C15.5009 5.11269 15.5638 4.81439 15.5638 4.50284C15.5638 4.14489 15.4777 3.83499 15.3053 3.57315C15.1363 3.31132 14.9043 3.10914 14.6093 2.96662C14.3143 2.8241 13.9829 2.75284 13.615 2.75284C13.2239 2.75284 12.8825 2.83404 12.5908 2.99645C12.3025 3.15554 12.0787 3.37926 11.9197 3.66761C11.7639 3.95597 11.686 4.29403 11.686 4.68182H10.5127C10.5127 4.08523 10.6502 3.56155 10.9253 3.1108C11.2004 2.66004 11.575 2.30871 12.0489 2.05682C12.5262 1.80492 13.0615 1.67898 13.6547 1.67898C14.2513 1.67898 14.78 1.80492 15.2407 2.05682C15.7014 2.30871 16.0626 2.64844 16.3245 3.07599C16.5863 3.50355 16.7172 3.97917 16.7172 4.50284C16.7172 4.87737 16.6493 5.24361 16.5134 5.60156C16.3808 5.9562 16.1488 6.35227 15.8174 6.78977C15.4893 7.22396 15.0335 7.75426 14.4502 8.38068L12.1633 10.8267V10.9062H16.8962V12H10.4729ZM22.191 1.67898C22.6086 1.68229 23.0262 1.76184 23.4438 1.91761C23.8614 2.07339 24.2426 2.33191 24.5873 2.69318C24.932 3.05114 25.2087 3.54001 25.4175 4.1598C25.6263 4.77959 25.7307 5.55682 25.7307 6.49148C25.7307 7.39631 25.6446 8.20005 25.4722 8.9027C25.3032 9.60204 25.0579 10.192 24.7364 10.6726C24.4182 11.1532 24.0305 11.5178 23.5731 11.7663C23.119 12.0149 22.6053 12.1392 22.0319 12.1392C21.4618 12.1392 20.953 12.0265 20.5056 11.8011C20.0615 11.5724 19.6969 11.2559 19.4118 10.8516C19.1301 10.4439 18.9495 9.97159 18.8699 9.43466H20.083C20.1924 9.90199 20.4095 10.2881 20.7343 10.593C21.0624 10.8946 21.4949 11.0455 22.0319 11.0455C22.8174 11.0455 23.4372 10.7024 23.8912 10.0163C24.3486 9.33026 24.5773 8.3608 24.5773 7.10795H24.4978C24.3122 7.38636 24.0918 7.62666 23.8366 7.82884C23.5814 8.03101 23.298 8.18679 22.9864 8.29616C22.6749 8.40554 22.3434 8.46023 21.9921 8.46023C21.4088 8.46023 20.8735 8.31605 20.3863 8.0277C19.9024 7.73603 19.5146 7.33665 19.2229 6.82955C18.9346 6.31913 18.7904 5.7358 18.7904 5.07955C18.7904 4.45644 18.9296 3.88636 19.208 3.36932C19.4897 2.84896 19.8841 2.43466 20.3912 2.12642C20.9017 1.81818 21.5016 1.66903 22.191 1.67898ZM22.191 2.77273C21.7733 2.77273 21.3972 2.87713 21.0624 3.08594C20.731 3.29143 20.4675 3.56984 20.2719 3.92116C20.0797 4.26918 19.9836 4.6553 19.9836 5.07955C19.9836 5.50379 20.0764 5.88991 20.262 6.23793C20.4509 6.58262 20.7078 6.85772 21.0326 7.06321C21.3607 7.26539 21.7336 7.36648 22.1512 7.36648C22.4661 7.36648 22.7594 7.30516 23.0312 7.18253C23.3029 7.05658 23.5399 6.88589 23.7421 6.67045C23.9476 6.4517 24.1083 6.20478 24.2243 5.92969C24.3403 5.65128 24.3983 5.36127 24.3983 5.05966C24.3983 4.66193 24.3022 4.28906 24.11 3.94105C23.9211 3.59304 23.6592 3.31132 23.3245 3.09588C22.993 2.88044 22.6152 2.77273 22.191 2.77273ZM28.2053 12.0795C27.9601 12.0795 27.7496 11.9917 27.574 11.8161C27.3983 11.6404 27.3105 11.4299 27.3105 11.1847C27.3105 10.9394 27.3983 10.7289 27.574 10.5533C27.7496 10.3776 27.9601 10.2898 28.2053 10.2898C28.4506 10.2898 28.6611 10.3776 28.8367 10.5533C29.0124 10.7289 29.1002 10.9394 29.1002 11.1847C29.1002 11.3471 29.0588 11.4962 28.9759 11.6321C28.8964 11.768 28.7887 11.8774 28.6528 11.9602C28.5202 12.0398 28.3711 12.0795 28.2053 12.0795ZM34.3316 1.67898C34.7492 1.68229 35.1668 1.76184 35.5844 1.91761C36.002 2.07339 36.3832 2.33191 36.7279 2.69318C37.0726 3.05114 37.3493 3.54001 37.5581 4.1598C37.767 4.77959 37.8714 5.55682 37.8714 6.49148C37.8714 7.39631 37.7852 8.20005 37.6128 8.9027C37.4438 9.60204 37.1985 10.192 36.877 10.6726C36.5589 11.1532 36.1711 11.5178 35.7137 11.7663C35.2596 12.0149 34.7459 12.1392 34.1725 12.1392C33.6024 12.1392 33.0937 12.0265 32.6462 11.8011C32.2021 11.5724 31.8375 11.2559 31.5525 10.8516C31.2707 10.4439 31.0901 9.97159 31.0106 9.43466H32.2236C32.333 9.90199 32.5501 10.2881 32.8749 10.593C33.203 10.8946 33.6356 11.0455 34.1725 11.0455C34.958 11.0455 35.5778 10.7024 36.0319 10.0163C36.4893 9.33026 36.718 8.3608 36.718 7.10795H36.6384C36.4528 7.38636 36.2324 7.62666 35.9772 7.82884C35.722 8.03101 35.4386 8.18679 35.127 8.29616C34.8155 8.40554 34.484 8.46023 34.1327 8.46023C33.5494 8.46023 33.0141 8.31605 32.5269 8.0277C32.043 7.73603 31.6552 7.33665 31.3635 6.82955C31.0752 6.31913 30.931 5.7358 30.931 5.07955C30.931 4.45644 31.0702 3.88636 31.3486 3.36932C31.6304 2.84896 32.0248 2.43466 32.5319 2.12642C33.0423 1.81818 33.6422 1.66903 34.3316 1.67898ZM34.3316 2.77273C33.914 2.77273 33.5378 2.87713 33.203 3.08594C32.8716 3.29143 32.6081 3.56984 32.4126 3.92116C32.2203 4.26918 32.1242 4.6553 32.1242 5.07955C32.1242 5.50379 32.217 5.88991 32.4026 6.23793C32.5915 6.58262 32.8484 6.85772 33.1732 7.06321C33.5013 7.26539 33.8742 7.36648 34.2918 7.36648C34.6067 7.36648 34.9 7.30516 35.1718 7.18253C35.4436 7.05658 35.6805 6.88589 35.8827 6.67045C36.0882 6.4517 36.249 6.20478 36.365 5.92969C36.481 5.65128 36.539 5.36127 36.539 5.05966C36.539 4.66193 36.4429 4.28906 36.2506 3.94105C36.0617 3.59304 35.7999 3.31132 35.4651 3.09588C35.1337 2.88044 34.7558 2.77273 34.3316 2.77273ZM43.0679 1.67898C43.4855 1.68229 43.9031 1.76184 44.3208 1.91761C44.7384 2.07339 45.1195 2.33191 45.4642 2.69318C45.8089 3.05114 46.0857 3.54001 46.2945 4.1598C46.5033 4.77959 46.6077 5.55682 46.6077 6.49148C46.6077 7.39631 46.5215 8.20005 46.3492 8.9027C46.1801 9.60204 45.9349 10.192 45.6134 10.6726C45.2952 11.1532 44.9074 11.5178 44.45 11.7663C43.9959 12.0149 43.4822 12.1392 42.9088 12.1392C42.3387 12.1392 41.83 12.0265 41.3825 11.8011C40.9384 11.5724 40.5738 11.2559 40.2888 10.8516C40.0071 10.4439 39.8264 9.97159 39.7469 9.43466H40.96C41.0693 9.90199 41.2864 10.2881 41.6112 10.593C41.9394 10.8946 42.3719 11.0455 42.9088 11.0455C43.6943 11.0455 44.3141 10.7024 44.7682 10.0163C45.2256 9.33026 45.4543 8.3608 45.4543 7.10795H45.3747C45.1891 7.38636 44.9687 7.62666 44.7135 7.82884C44.4583 8.03101 44.1749 8.18679 43.8634 8.29616C43.5518 8.40554 43.2204 8.46023 42.8691 8.46023C42.2857 8.46023 41.7504 8.31605 41.2632 8.0277C40.7793 7.73603 40.3915 7.33665 40.0999 6.82955C39.8115 6.31913 39.6673 5.7358 39.6673 5.07955C39.6673 4.45644 39.8066 3.88636 40.085 3.36932C40.3667 2.84896 40.7611 2.43466 41.2682 2.12642C41.7786 1.81818 42.3785 1.66903 43.0679 1.67898ZM43.0679 2.77273C42.6503 2.77273 42.2741 2.87713 41.9394 3.08594C41.6079 3.29143 41.3444 3.56984 41.1489 3.92116C40.9566 4.26918 40.8605 4.6553 40.8605 5.07955C40.8605 5.50379 40.9533 5.88991 41.1389 6.23793C41.3279 6.58262 41.5847 6.85772 41.9095 7.06321C42.2377 7.26539 42.6105 7.36648 43.0281 7.36648C43.343 7.36648 43.6363 7.30516 43.9081 7.18253C44.1799 7.05658 44.4169 6.88589 44.6191 6.67045C44.8245 6.4517 44.9853 6.20478 45.1013 5.92969C45.2173 5.65128 45.2753 5.36127 45.2753 5.05966C45.2753 4.66193 45.1792 4.28906 44.9869 3.94105C44.798 3.59304 44.5362 3.31132 44.2014 3.09588C43.87 2.88044 43.4922 2.77273 43.0679 2.77273Z" fill="#F9F9F9"/>
13
13
  <path d="M0.491211 7.41619H47.5026V8.37074H0.491211V7.41619Z" fill="#F9F9F9"/>
14
14
  </svg>
15
- `},components:[{tag:"PostPurchaseProductPrice",styles:{priceType:"compare"},advanced:{inlinePadding:"base",blockPadding:"none"}}]}]};export{config as default};
15
+ `},components:[{tag:"PostPurchaseProductPrice",styles:{priceType:"compare"},advanced:{inlinePadding:"base",blockPadding:"none"}}]}]};export{o as default};
@@ -1 +1 @@
1
- let settingV2=[{id:"setting",controls:[{id:"moneyWithCurrentFormat",type:"toggle"},{id:"discountAndShippingFee",type:"discount-and-shipping-fee-product-offer",multiple:!1},{id:"priceType",type:"option:value",options:[{label:"Offer",value:"offer"},{label:"Compare",value:"compare"}],default:"offer"},{id:"source",type:"select",options:[{label:"Price",value:"price"},{label:"Compare-at price",value:"compare-price"}],default:"price"}]},{id:"style",controls:[{id:"lineThrough",type:"toggle",default:!0},{id:"textAlign",label:"Alignment",type:"option:value",options:[{label:"Left",value:"left",type:"align",tooltip:"Align left"},{label:"Center",value:"center",type:"align",tooltip:"Align center"},{label:"Right",value:"right",type:"align",tooltip:"Align right"}],default:"center"},{id:"typo",label:"Label",type:"typography-post-purchase",default:{fontSize:"medium",textColor:"default",fontWeight:"normal",textTransform:"none"}}]}];export{settingV2};
1
+ let e=[{id:"setting",controls:[{id:"moneyWithCurrentFormat",type:"toggle"},{id:"discountAndShippingFee",type:"discount-and-shipping-fee-product-offer",multiple:!1},{id:"priceType",type:"option:value",options:[{label:"Offer",value:"offer"},{label:"Compare",value:"compare"}],default:"offer"},{id:"source",type:"select",options:[{label:"Price",value:"price"},{label:"Compare-at price",value:"compare-price"}],default:"price"}]},{id:"style",controls:[{id:"lineThrough",type:"toggle",default:!0},{id:"textAlign",label:"Alignment",type:"option:value",options:[{label:"Left",value:"left",type:"align",tooltip:"Align left"},{label:"Center",value:"center",type:"align",tooltip:"Align center"},{label:"Right",value:"right",type:"align",tooltip:"Align right"}],default:"center"},{id:"typo",label:"Label",type:"typography-post-purchase",default:{fontSize:"medium",textColor:"default",fontWeight:"normal",textTransform:"none"}}]}];export{e as settingV2};
@@ -1 +1 @@
1
- let SettingUIV2=[{label:"Display",controls:[{type:"control",label:"Price",setting:{id:"priceType"}},{type:"control",label:"Source",setting:{id:"source"},conditionDisplay:'priceType === "compare"'}]},{label:"Text",controls:[{type:"control",setting:{id:"typo"},layout:"vertical"}]}];export{SettingUIV2};
1
+ let e=[{label:"Display",controls:[{type:"control",label:"Price",setting:{id:"priceType"}},{type:"control",label:"Source",setting:{id:"source"},conditionDisplay:'priceType === "compare"'}]},{label:"Text",controls:[{type:"control",setting:{id:"typo"},layout:"vertical"}]}];export{e as SettingUIV2};
@@ -1,4 +1,4 @@
1
- let ProductPriceBreakdownPresets=[{id:"PostPurchaseProductPriceBreakdown",name:"Price Breakdown",icon:{desktop:`
1
+ let C=[{id:"PostPurchaseProductPriceBreakdown",name:"Price Breakdown",icon:{desktop:`
2
2
  <svg width="94" height="56" viewBox="0 0 94 56" fill="none" xmlns="http://www.w3.org/2000/svg">
3
3
  <rect y="4" width="51" height="6" rx="3" fill="#757575"/>
4
4
  <path d="M74.6186 12.0909V1.18182H75.3175V12.0909H74.6186ZM76.8047 4.56534C76.7592 4.16193 76.5717 3.84943 76.2422 3.62784C75.9126 3.40341 75.4979 3.29119 74.9979 3.29119C74.6399 3.29119 74.3303 3.34801 74.0689 3.46165C73.8075 3.57244 73.6044 3.72585 73.4595 3.92188C73.3175 4.11506 73.2464 4.33523 73.2464 4.58239C73.2464 4.78977 73.2947 4.96875 73.3913 5.11932C73.4908 5.26989 73.62 5.39631 73.7791 5.49858C73.9411 5.59801 74.1143 5.68182 74.299 5.75C74.4837 5.81534 74.6612 5.86932 74.8317 5.91193L75.6839 6.13352C75.9624 6.2017 76.2479 6.29403 76.5405 6.41051C76.8331 6.52699 77.1044 6.6804 77.3544 6.87074C77.6044 7.06108 77.8061 7.29688 77.9595 7.57812C78.1158 7.85938 78.1939 8.19602 78.1939 8.58807C78.1939 9.08239 78.0661 9.52131 77.8104 9.90483C77.5575 10.2884 77.1896 10.5909 76.7067 10.8125C76.2266 11.0341 75.6456 11.1449 74.9638 11.1449C74.3104 11.1449 73.745 11.0412 73.2678 10.8338C72.7905 10.6264 72.4169 10.3324 72.147 9.9517C71.8771 9.56818 71.728 9.11364 71.6996 8.58807H73.0206C73.0462 8.90341 73.1484 9.16619 73.3274 9.37642C73.5092 9.58381 73.7408 9.73864 74.022 9.84091C74.3061 9.94034 74.6172 9.99006 74.9553 9.99006C75.3274 9.99006 75.6584 9.93182 75.9482 9.81534C76.2408 9.69602 76.4709 9.53125 76.6385 9.32102C76.8061 9.10795 76.8899 8.85937 76.8899 8.57528C76.8899 8.31676 76.8161 8.10511 76.6683 7.94034C76.5234 7.77557 76.326 7.6392 76.076 7.53125C75.8288 7.4233 75.549 7.32812 75.2365 7.24574L74.2053 6.96449C73.5064 6.77415 72.9524 6.49432 72.5433 6.125C72.1371 5.75568 71.9339 5.26705 71.9339 4.65909C71.9339 4.15625 72.0703 3.71733 72.343 3.34233C72.6158 2.96733 72.9851 2.67614 73.451 2.46875C73.9169 2.25852 74.4425 2.15341 75.0277 2.15341C75.6186 2.15341 76.1399 2.2571 76.5916 2.46449C77.0462 2.67188 77.4041 2.95739 77.6655 3.32102C77.9268 3.68182 78.0632 4.09659 78.0746 4.56534H76.8047ZM79.6481 11V10.0455L82.6012 6.9858C82.9165 6.65341 83.1765 6.36222 83.381 6.11222C83.5884 5.85937 83.7433 5.61932 83.8455 5.39205C83.9478 5.16477 83.9989 4.9233 83.9989 4.66761C83.9989 4.37784 83.9308 4.12784 83.7944 3.91761C83.658 3.70455 83.4719 3.54119 83.2362 3.42756C83.0004 3.31108 82.7347 3.25284 82.4393 3.25284C82.1268 3.25284 81.854 3.31676 81.6211 3.4446C81.3881 3.57244 81.2092 3.75284 81.0842 3.9858C80.9592 4.21875 80.8967 4.49148 80.8967 4.80398H79.6396C79.6396 4.27273 79.7617 3.80824 80.006 3.41051C80.2504 3.01278 80.5856 2.70455 81.0117 2.4858C81.4379 2.2642 81.9222 2.15341 82.4648 2.15341C83.0131 2.15341 83.4961 2.26278 83.9137 2.48153C84.3342 2.69744 84.6623 2.9929 84.8981 3.3679C85.1339 3.74006 85.2518 4.16051 85.2518 4.62926C85.2518 4.95312 85.1907 5.26989 85.0685 5.57955C84.9492 5.8892 84.7404 6.23437 84.4421 6.61506C84.1438 6.9929 83.729 7.4517 83.1978 7.99148L81.4634 9.80682V9.87074H85.3924V11H79.6481ZM90.0458 11.1449C89.3725 11.142 88.7972 10.9645 88.32 10.6122C87.8427 10.2599 87.4776 9.74716 87.2248 9.07386C86.9719 8.40057 86.8455 7.58949 86.8455 6.64062C86.8455 5.6946 86.9719 4.88636 87.2248 4.21591C87.4805 3.54545 87.8469 3.03409 88.3242 2.68182C88.8043 2.32955 89.3782 2.15341 90.0458 2.15341C90.7134 2.15341 91.2859 2.33097 91.7631 2.68608C92.2404 3.03835 92.6055 3.54972 92.8583 4.22017C93.114 4.88778 93.2418 5.6946 93.2418 6.64062C93.2418 7.59233 93.1154 8.40483 92.8626 9.07812C92.6097 9.74858 92.2447 10.2614 91.7674 10.6165C91.2901 10.9688 90.7163 11.1449 90.0458 11.1449ZM90.0458 10.0071C90.6367 10.0071 91.0984 9.71875 91.4308 9.14205C91.766 8.56534 91.9336 7.73153 91.9336 6.64062C91.9336 5.91619 91.8569 5.30398 91.7035 4.80398C91.5529 4.30114 91.3356 3.92045 91.0515 3.66193C90.7702 3.40057 90.435 3.26989 90.0458 3.26989C89.4577 3.26989 88.9961 3.55966 88.6609 4.1392C88.3256 4.71875 88.1566 5.55256 88.1538 6.64062C88.1538 7.3679 88.229 7.98295 88.3796 8.4858C88.533 8.9858 88.7504 9.36506 89.0316 9.62358C89.3129 9.87926 89.6509 10.0071 90.0458 10.0071Z" fill="#AAAAAA"/>
@@ -9,4 +9,4 @@ let ProductPriceBreakdownPresets=[{id:"PostPurchaseProductPriceBreakdown",name:"
9
9
  <path d="M74.771 54.0909V43.1818H75.4698V54.0909H74.771ZM76.957 46.5653C76.9116 46.1619 76.7241 45.8494 76.3945 45.6278C76.065 45.4034 75.6502 45.2912 75.1502 45.2912C74.7923 45.2912 74.4826 45.348 74.2212 45.4616C73.9599 45.5724 73.7567 45.7259 73.6119 45.9219C73.4698 46.1151 73.3988 46.3352 73.3988 46.5824C73.3988 46.7898 73.4471 46.9687 73.5437 47.1193C73.6431 47.2699 73.7724 47.3963 73.9315 47.4986C74.0934 47.598 74.2667 47.6818 74.4513 47.75C74.636 47.8153 74.8136 47.8693 74.984 47.9119L75.8363 48.1335C76.1147 48.2017 76.4002 48.294 76.6928 48.4105C76.9854 48.527 77.2567 48.6804 77.5067 48.8707C77.7567 49.0611 77.9585 49.2969 78.1119 49.5781C78.2681 49.8594 78.3462 50.196 78.3462 50.5881C78.3462 51.0824 78.2184 51.5213 77.9627 51.9048C77.7099 52.2884 77.342 52.5909 76.859 52.8125C76.3789 53.0341 75.7979 53.1449 75.1161 53.1449C74.4627 53.1449 73.8974 53.0412 73.4201 52.8338C72.9428 52.6264 72.5692 52.3324 72.2994 51.9517C72.0295 51.5682 71.8803 51.1136 71.8519 50.5881H73.1729C73.1985 50.9034 73.3008 51.1662 73.4798 51.3764C73.6616 51.5838 73.8931 51.7386 74.1744 51.8409C74.4585 51.9403 74.7695 51.9901 75.1076 51.9901C75.4798 51.9901 75.8107 51.9318 76.1005 51.8153C76.3931 51.696 76.6232 51.5312 76.7908 51.321C76.9585 51.108 77.0423 50.8594 77.0423 50.5753C77.0423 50.3168 76.9684 50.1051 76.8207 49.9403C76.6758 49.7756 76.4783 49.6392 76.2283 49.5312C75.9812 49.4233 75.7013 49.3281 75.3888 49.2457L74.3576 48.9645C73.6587 48.7741 73.1048 48.4943 72.6957 48.125C72.2894 47.7557 72.0863 47.267 72.0863 46.6591C72.0863 46.1562 72.2227 45.7173 72.4954 45.3423C72.7681 44.9673 73.1374 44.6761 73.6033 44.4688C74.0692 44.2585 74.5948 44.1534 75.18 44.1534C75.771 44.1534 76.2923 44.2571 76.744 44.4645C77.1985 44.6719 77.5565 44.9574 77.8178 45.321C78.0792 45.6818 78.2156 46.0966 78.2269 46.5653H76.957ZM79.8004 53V52.0455L82.7536 48.9858C83.0689 48.6534 83.3288 48.3622 83.5334 48.1122C83.7408 47.8594 83.8956 47.6193 83.9979 47.392C84.1001 47.1648 84.1513 46.9233 84.1513 46.6676C84.1513 46.3778 84.0831 46.1278 83.9467 45.9176C83.8104 45.7045 83.6243 45.5412 83.3885 45.4276C83.1527 45.3111 82.8871 45.2528 82.5916 45.2528C82.2791 45.2528 82.0064 45.3168 81.7734 45.4446C81.5405 45.5724 81.3615 45.7528 81.2365 45.9858C81.1115 46.2187 81.049 46.4915 81.049 46.804H79.7919C79.7919 46.2727 79.9141 45.8082 80.1584 45.4105C80.4027 45.0128 80.7379 44.7045 81.1641 44.4858C81.5902 44.2642 82.0746 44.1534 82.6172 44.1534C83.1655 44.1534 83.6484 44.2628 84.0661 44.4815C84.4865 44.6974 84.8146 44.9929 85.0504 45.3679C85.2862 45.7401 85.4041 46.1605 85.4041 46.6293C85.4041 46.9531 85.343 47.2699 85.2209 47.5795C85.1016 47.8892 84.8928 48.2344 84.5945 48.6151C84.2962 48.9929 83.8814 49.4517 83.3501 49.9915L81.6158 51.8068V51.8707H85.5447V53H79.8004ZM90.0405 53.1193C89.5064 53.1193 89.0263 53.017 88.6001 52.8125C88.1768 52.6051 87.8388 52.321 87.5859 51.9602C87.3331 51.5994 87.1982 51.1875 87.1811 50.7244H88.4595C88.4908 51.0994 88.657 51.4077 88.9581 51.6491C89.2592 51.8906 89.62 52.0114 90.0405 52.0114C90.3757 52.0114 90.6726 51.9347 90.9311 51.7812C91.1925 51.625 91.397 51.4105 91.5447 51.1378C91.6953 50.8651 91.7706 50.554 91.7706 50.2045C91.7706 49.8494 91.6939 49.5327 91.5405 49.2543C91.3871 48.9759 91.1754 48.7571 90.9055 48.598C90.6385 48.4389 90.3317 48.358 89.9851 48.3551C89.7209 48.3551 89.4553 48.4006 89.1882 48.4915C88.9212 48.5824 88.7053 48.7017 88.5405 48.8494L87.3345 48.6705L87.8246 44.2727H92.6229V45.402H88.9197L88.6428 47.8438H88.6939C88.8643 47.679 89.0902 47.5412 89.3714 47.4304C89.6555 47.3196 89.9595 47.2642 90.2834 47.2642C90.8146 47.2642 91.2876 47.3906 91.7024 47.6435C92.12 47.8963 92.4482 48.2415 92.6868 48.679C92.9283 49.1136 93.0476 49.6136 93.0447 50.179C93.0476 50.7443 92.9197 51.2486 92.6612 51.6918C92.4055 52.1349 92.0504 52.4844 91.5959 52.7401C91.1442 52.9929 90.6257 53.1193 90.0405 53.1193Z" fill="#F9F9F9"/>
10
10
  </svg>
11
11
 
12
- `},components:[{tag:"PostPurchaseProductPriceBreakdown",advanced:{blockPadding:"none",inlinePadding:"none"}}]}];export{ProductPriceBreakdownPresets};
12
+ `},components:[{tag:"PostPurchaseProductPriceBreakdown",advanced:{blockPadding:"none",inlinePadding:"none"}}]}];export{C as ProductPriceBreakdownPresets};
@@ -1 +1 @@
1
- import{postPurchaseSpacing as e}from"../../../../common/constants.js";let ProductPriceBreakdownSettings=[{id:"setting",controls:[{id:"discountAndShippingFee",type:"discount-and-shipping-fee-product-offer",multiple:!1},{id:"subTotalLabel",type:"input",default:"Sub total",emptyOnClear:!0},{id:"discountLabel",type:"input",default:"Discount",emptyOnClear:!0},{id:"shippingLabel",type:"input",default:"Shipping",emptyOnClear:!0},{id:"taxesLabel",type:"input",default:"Taxes",emptyOnClear:!0},{id:"totalLabel",type:"input",default:"Total",emptyOnClear:!0},{id:"contentShow",type:"input",default:"Show price breakdown",fallbackValue:"Show price breakdown",clearButton:!1},{id:"contentHide",type:"input",default:"Hide price breakdown",fallbackValue:"Hide price breakdown",clearButton:!1},{id:"isShowRecurringTotalLabel",label:"Recurring price",type:"toggle",default:!0}]},{id:"style",controls:[{id:"labelStyle",label:"Label",type:"typography-post-purchase",default:{fontSize:"medium",textColor:"default",fontWeight:"bold",textTransform:"none"}},{id:"moneyStyle",label:"Money value",type:"typography-post-purchase",default:{fontSize:"default",textColor:"default",fontWeight:"bold",textTransform:"none"}},{id:"isShowPrice",label:"Expand price breakdown",type:"toggle",default:!0},{id:"isShowSubTotalLabel",label:"Sub total",type:"toggle",default:!0},{id:"direction",label:"Direction",type:"option:value",options:[{label:"LTR",value:"ltr"},{label:"RTL",value:"rtl"}],default:"ltr"},{id:"isShowDiscountLabel",label:"Discount",type:"toggle",default:!0},{id:"isShowShippingLabel",label:"Shipping",type:"toggle",default:!0},{id:"isShowTaxesLabel",label:"Taxes",type:"toggle",default:!0},{id:"isShowTotalLabel",label:"Total",type:"toggle",default:!0},{id:"align",label:"Alignment",type:"option:value",options:[{label:"Left",value:"left",type:"align",tooltip:"Align left",iconName:"gp-align-left"},{label:"Center",value:"center",type:"align",tooltip:"Align center",iconName:"gp-align-center"},{label:"Right",value:"right",type:"align",tooltip:"Align right",iconName:"gp-align-right"}],default:"left"},{id:"width",type:"dropdown:input",label:"Width",inputType:"number",units:["px","%"],hideUnit:!1,devices:{desktop:{default:"100%"}},displayOptions:[{label:"Full",value:"100%",showValue:!0}]},{type:"select",label:"Spacing",id:"spacing",options:e,default:"none"}]}];export{ProductPriceBreakdownSettings};
1
+ import{postPurchaseSpacing as e}from"../../../../common/constants.js";let t=[{id:"setting",controls:[{id:"discountAndShippingFee",type:"discount-and-shipping-fee-product-offer",multiple:!1},{id:"subTotalLabel",type:"input",default:"Sub total",emptyOnClear:!0},{id:"discountLabel",type:"input",default:"Discount",emptyOnClear:!0},{id:"shippingLabel",type:"input",default:"Shipping",emptyOnClear:!0},{id:"taxesLabel",type:"input",default:"Taxes",emptyOnClear:!0},{id:"totalLabel",type:"input",default:"Total",emptyOnClear:!0},{id:"contentShow",type:"input",default:"Show price breakdown",fallbackValue:"Show price breakdown",clearButton:!1},{id:"contentHide",type:"input",default:"Hide price breakdown",fallbackValue:"Hide price breakdown",clearButton:!1},{id:"isShowRecurringTotalLabel",label:"Recurring price",type:"toggle",default:!0}]},{id:"style",controls:[{id:"labelStyle",label:"Label",type:"typography-post-purchase",default:{fontSize:"medium",textColor:"default",fontWeight:"bold",textTransform:"none"}},{id:"moneyStyle",label:"Money value",type:"typography-post-purchase",default:{fontSize:"default",textColor:"default",fontWeight:"bold",textTransform:"none"}},{id:"isShowPrice",label:"Expand price breakdown",type:"toggle",default:!0},{id:"isShowSubTotalLabel",label:"Sub total",type:"toggle",default:!0},{id:"direction",label:"Direction",type:"option:value",options:[{label:"LTR",value:"ltr"},{label:"RTL",value:"rtl"}],default:"ltr"},{id:"isShowDiscountLabel",label:"Discount",type:"toggle",default:!0},{id:"isShowShippingLabel",label:"Shipping",type:"toggle",default:!0},{id:"isShowTaxesLabel",label:"Taxes",type:"toggle",default:!0},{id:"isShowTotalLabel",label:"Total",type:"toggle",default:!0},{id:"align",label:"Alignment",type:"option:value",options:[{label:"Left",value:"left",type:"align",tooltip:"Align left",iconName:"gp-align-left"},{label:"Center",value:"center",type:"align",tooltip:"Align center",iconName:"gp-align-center"},{label:"Right",value:"right",type:"align",tooltip:"Align right",iconName:"gp-align-right"}],default:"left"},{id:"width",type:"dropdown:input",label:"Width",inputType:"number",units:["px","%"],hideUnit:!1,devices:{desktop:{default:"100%"}},displayOptions:[{label:"Full",value:"100%",showValue:!0}]},{type:"select",label:"Spacing",id:"spacing",options:e,default:"none"}]}];export{t as ProductPriceBreakdownSettings};
@@ -1 +1 @@
1
- let SettingUIV2=[{controls:[{type:"control",setting:{id:"discountAndShippingFee"},layout:"vertical"}]},{label:"Content",controls:[{label:"Show",popoverLabel:"Show button",type:"combo",iconName:"polaris-text-block",compoDefaultValue:"Show",getValueFromSettingID:"contentShow",disableClearMessage:"This content is needed for customers <br> to show the price breakdown",layout:"horizontal",controls:[{setting:{id:"contentShow"},label:"Content",layout:"vertical",isHideClear:!0}]},{label:"Hide",popoverLabel:"Hide button",type:"combo",iconName:"polaris-text-block",getValueFromSettingID:"contentHide",disableClearMessage:"This content is needed for customers <br> to hide the price breakdown",layout:"horizontal",controls:[{setting:{id:"contentHide"},label:"Content",layout:"vertical"}]}]},{label:"Label",controls:[{setting:{id:"labelStyle"},layout:"vertical"}]},{label:"Money value",controls:[{setting:{id:"moneyStyle"},layout:"vertical"}]},{label:"Item spacing",controls:[{label:"Item gap",setting:{id:"spacing"},layout:"horizontal"}]},{label:"Size",controls:[{label:"Width",setting:{id:"width"},layout:"horizontal"}]},{label:"Price breakdown option",controls:[{label:"Direction",setting:{id:"direction"},layout:"horizontal"},{label:"Auto-expand",setting:{id:"isShowPrice"},layout:"horizontal"}],moreSettings:{type:"collapse",controls:[{label:"Sub total",setting:{id:"isShowSubTotalLabel"},layout:"horizontal"},{label:"Discount",setting:{id:"isShowDiscountLabel"},layout:"horizontal"},{label:"Shipping",setting:{id:"isShowShippingLabel"},layout:"horizontal"},{label:"Taxes",setting:{id:"isShowTaxesLabel"},layout:"horizontal"},{label:"Total",setting:{id:"isShowTotalLabel"},layout:"horizontal"},{label:"Recurring price",setting:{id:"isShowRecurringTotalLabel"},layout:"horizontal"}]}},{controls:[{type:"control",label:"Align",setting:{id:"align"},conditionEnable:'!(parseInt(width) >= 100 && width?.includes("%"))',options:{labelVariant:"primary",fullWidth:!0,disableMessage:"Horizontal alignment is disabled when the width is set to 100% or greater"},layout:"horizontal"}]}];export{SettingUIV2};
1
+ let t=[{controls:[{type:"control",setting:{id:"discountAndShippingFee"},layout:"vertical"}]},{label:"Content",controls:[{label:"Show",popoverLabel:"Show button",type:"combo",iconName:"polaris-text-block",compoDefaultValue:"Show",getValueFromSettingID:"contentShow",disableClearMessage:"This content is needed for customers <br> to show the price breakdown",layout:"horizontal",controls:[{setting:{id:"contentShow"},label:"Content",layout:"vertical",isHideClear:!0}]},{label:"Hide",popoverLabel:"Hide button",type:"combo",iconName:"polaris-text-block",getValueFromSettingID:"contentHide",disableClearMessage:"This content is needed for customers <br> to hide the price breakdown",layout:"horizontal",controls:[{setting:{id:"contentHide"},label:"Content",layout:"vertical"}]}]},{label:"Label",controls:[{setting:{id:"labelStyle"},layout:"vertical"}]},{label:"Money value",controls:[{setting:{id:"moneyStyle"},layout:"vertical"}]},{label:"Item spacing",controls:[{label:"Item gap",setting:{id:"spacing"},layout:"horizontal"}]},{label:"Size",controls:[{label:"Width",setting:{id:"width"},layout:"horizontal"}]},{label:"Price breakdown option",controls:[{label:"Direction",setting:{id:"direction"},layout:"horizontal"},{label:"Auto-expand",setting:{id:"isShowPrice"},layout:"horizontal"}],moreSettings:{type:"collapse",controls:[{label:"Sub total",setting:{id:"isShowSubTotalLabel"},layout:"horizontal"},{label:"Discount",setting:{id:"isShowDiscountLabel"},layout:"horizontal"},{label:"Shipping",setting:{id:"isShowShippingLabel"},layout:"horizontal"},{label:"Taxes",setting:{id:"isShowTaxesLabel"},layout:"horizontal"},{label:"Total",setting:{id:"isShowTotalLabel"},layout:"horizontal"},{label:"Recurring price",setting:{id:"isShowRecurringTotalLabel"},layout:"horizontal"}]}},{controls:[{type:"control",label:"Align",setting:{id:"align"},conditionEnable:'!(parseInt(width) >= 100 && width?.includes("%"))',options:{labelVariant:"primary",fullWidth:!0,disableMessage:"Horizontal alignment is disabled when the width is set to 100% or greater"},layout:"horizontal"}]}];export{t as SettingUIV2};
@@ -1,4 +1,4 @@
1
- import{ProductPriceBreakdownPresets as C}from"./configs/presets.js";import{ProductPriceBreakdownSettings as i}from"./configs/settings.js";import{SettingUIV2 as t}from"./configs/ui-v2.js";let config={tag:"PostPurchaseProductPriceBreakdown",label:"Price Breakdown",icon:`
1
+ import{ProductPriceBreakdownPresets as C}from"./configs/presets.js";import{ProductPriceBreakdownSettings as i}from"./configs/settings.js";import{SettingUIV2 as t}from"./configs/ui-v2.js";let l={tag:"PostPurchaseProductPriceBreakdown",label:"Price Breakdown",icon:`
2
2
  <svg width="126" height="80" viewBox="0 0 126 80" fill="none" xmlns="http://www.w3.org/2000/svg">
3
3
  <g clip-path="url(#clip0_20122_34094)">
4
4
  <path d="M0 0H126V80H0V0Z" fill="#212121"/>
@@ -16,4 +16,4 @@ import{ProductPriceBreakdownPresets as C}from"./configs/presets.js";import{Produ
16
16
  </clipPath>
17
17
  </defs>
18
18
  </svg>
19
- `,settings:i,ui:[],uiV2:t,editorConfigs:{placeholder:{flowTag:["Product"]}},presets:C};export{config as default};
19
+ `,settings:i,ui:[],uiV2:t,editorConfigs:{placeholder:{flowTag:["Product"]}},presets:C};export{l as default};
@@ -1,8 +1,8 @@
1
- let ProductQuantityPreset=[{id:"post-purchase-product-quantity",name:"Product Quantity",icon:{desktop:`
1
+ let C=[{id:"post-purchase-product-quantity",name:"Product Quantity",icon:{desktop:`
2
2
  <svg width="96" height="45" viewBox="0 0 96 45" fill="none" xmlns="http://www.w3.org/2000/svg">
3
3
  <rect x="0.5" y="0.5" width="95" height="44" rx="2.5" stroke="#424242"/>
4
4
  <path d="M11.9641 14.2273H12.93L13.7397 15.2926L13.9528 15.5767L15.1602 17.1818H14.1942L13.3988 16.1165L13.1999 15.8466L11.9641 14.2273ZM15.4585 12.8636C15.4585 13.6307 15.32 14.2936 15.043 14.8523C14.766 15.411 14.386 15.8419 13.9031 16.1449C13.4201 16.4479 12.8685 16.5994 12.2482 16.5994C11.628 16.5994 11.0763 16.4479 10.5934 16.1449C10.1104 15.8419 9.73047 15.411 9.45348 14.8523C9.17649 14.2936 9.038 13.6307 9.038 12.8636C9.038 12.0966 9.17649 11.4337 9.45348 10.875C9.73047 10.3163 10.1104 9.88542 10.5934 9.58239C11.0763 9.27936 11.628 9.12784 12.2482 9.12784C12.8685 9.12784 13.4201 9.27936 13.9031 9.58239C14.386 9.88542 14.766 10.3163 15.043 10.875C15.32 11.4337 15.4585 12.0966 15.4585 12.8636ZM14.6062 12.8636C14.6062 12.2339 14.5008 11.7024 14.2901 11.2692C14.0818 10.8359 13.7989 10.508 13.4414 10.2855C13.0863 10.063 12.6886 9.9517 12.2482 9.9517C11.8079 9.9517 11.409 10.063 11.0515 10.2855C10.6964 10.508 10.4135 10.8359 10.2028 11.2692C9.99444 11.7024 9.89027 12.2339 9.89027 12.8636C9.89027 13.4934 9.99444 14.0249 10.2028 14.4581C10.4135 14.8913 10.6964 15.2192 11.0515 15.4418C11.409 15.6643 11.8079 15.7756 12.2482 15.7756C12.6886 15.7756 13.0863 15.6643 13.4414 15.4418C13.7989 15.2192 14.0818 14.8913 14.2901 14.4581C14.5008 14.0249 14.6062 13.4934 14.6062 12.8636ZM20.2631 14.2699V11.0455H21.1012V16.5H20.2631V15.5767H20.2063C20.0785 15.8537 19.8796 16.0893 19.6097 16.2834C19.3398 16.4751 18.9989 16.571 18.587 16.571C18.2461 16.571 17.9431 16.4964 17.6779 16.3473C17.4128 16.1958 17.2044 15.9685 17.0529 15.6655C16.9014 15.3601 16.8256 14.9754 16.8256 14.5114V11.0455H17.6637V14.4545C17.6637 14.8523 17.775 15.1695 17.9975 15.4062C18.2224 15.643 18.5089 15.7614 18.8569 15.7614C19.0652 15.7614 19.2771 15.7081 19.4925 15.6016C19.7103 15.495 19.8926 15.3317 20.0394 15.1115C20.1886 14.8913 20.2631 14.6108 20.2631 14.2699ZM24.2413 16.6278C23.8957 16.6278 23.582 16.5627 23.3002 16.4325C23.0185 16.3 22.7948 16.1094 22.6291 15.8608C22.4634 15.6098 22.3805 15.3068 22.3805 14.9517C22.3805 14.6392 22.4421 14.3859 22.5652 14.1918C22.6883 13.9953 22.8528 13.8414 23.0588 13.7301C23.2647 13.6188 23.492 13.536 23.7406 13.4815C23.9915 13.4247 24.2437 13.3797 24.497 13.3466C24.8284 13.304 25.0971 13.272 25.3031 13.2507C25.5114 13.227 25.6629 13.188 25.7576 13.1335C25.8547 13.0791 25.9032 12.9844 25.9032 12.8494V12.821C25.9032 12.4706 25.8074 12.1984 25.6156 12.0043C25.4262 11.8101 25.1386 11.7131 24.7527 11.7131C24.3526 11.7131 24.0389 11.8007 23.8116 11.9759C23.5843 12.151 23.4245 12.3381 23.3322 12.5369L22.5368 12.2528C22.6788 11.9214 22.8682 11.6634 23.1049 11.4787C23.344 11.2917 23.6045 11.1615 23.8862 11.0881C24.1703 11.0123 24.4496 10.9744 24.7243 10.9744C24.8994 10.9744 25.1007 10.9957 25.3279 11.0384C25.5576 11.0786 25.7789 11.1626 25.992 11.2905C26.2074 11.4183 26.3862 11.6113 26.5282 11.8693C26.6703 12.1274 26.7413 12.473 26.7413 12.9062V16.5H25.9032V15.7614H25.8606C25.8038 15.8797 25.7091 16.0064 25.5765 16.1413C25.444 16.2763 25.2676 16.3911 25.0474 16.4858C24.8272 16.5805 24.5585 16.6278 24.2413 16.6278ZM24.3691 15.875C24.7006 15.875 24.9799 15.8099 25.2072 15.6797C25.4368 15.5495 25.6097 15.3814 25.7257 15.1754C25.844 14.9695 25.9032 14.7528 25.9032 14.5256V13.7585C25.8677 13.8011 25.7896 13.8402 25.6689 13.8757C25.5505 13.9089 25.4132 13.9384 25.2569 13.9645C25.103 13.9882 24.9527 14.0095 24.8059 14.0284C24.6615 14.045 24.5443 14.0592 24.4544 14.071C24.2366 14.0994 24.033 14.1456 23.8436 14.2095C23.6565 14.2711 23.505 14.3646 23.389 14.4901C23.2754 14.6132 23.2186 14.7812 23.2186 14.9943C23.2186 15.2855 23.3263 15.5057 23.5417 15.6548C23.7595 15.8016 24.0353 15.875 24.3691 15.875ZM29.109 13.2188V16.5H28.271V11.0455H29.0806V11.8977H29.1516C29.2795 11.6207 29.4736 11.3982 29.734 11.2301C29.9944 11.0597 30.3306 10.9744 30.7425 10.9744C31.1119 10.9744 31.435 11.0502 31.712 11.2017C31.989 11.3509 32.2044 11.5781 32.3583 11.8835C32.5122 12.1866 32.5891 12.5701 32.5891 13.0341V16.5H31.7511V13.0909C31.7511 12.6624 31.6398 12.3286 31.4173 12.0895C31.1947 11.848 30.8893 11.7273 30.5011 11.7273C30.2335 11.7273 29.9944 11.7853 29.7837 11.9013C29.5754 12.0173 29.4109 12.1866 29.2901 12.4091C29.1694 12.6316 29.109 12.9015 29.109 13.2188ZM36.4927 11.0455V11.7557H33.666V11.0455H36.4927ZM34.4899 9.73864H35.3279V14.9375C35.3279 15.1742 35.3623 15.3518 35.4309 15.4702C35.502 15.5862 35.5919 15.6643 35.7008 15.7045C35.8121 15.7424 35.9293 15.7614 36.0524 15.7614C36.1447 15.7614 36.2205 15.7566 36.2797 15.7472C36.3388 15.7353 36.3862 15.7259 36.4217 15.7188L36.5922 16.4716C36.5353 16.4929 36.456 16.5142 36.3542 16.5355C36.2524 16.5592 36.1234 16.571 35.9672 16.571C35.7304 16.571 35.4984 16.5201 35.2711 16.4183C35.0462 16.3165 34.8592 16.1615 34.71 15.9531C34.5633 15.7448 34.4899 15.482 34.4899 15.1648V9.73864ZM37.7534 16.5V11.0455H38.5914V16.5H37.7534ZM38.1795 10.1364C38.0162 10.1364 37.8753 10.0807 37.7569 9.96946C37.6409 9.85819 37.5829 9.72443 37.5829 9.56818C37.5829 9.41193 37.6409 9.27817 37.7569 9.1669C37.8753 9.05563 38.0162 9 38.1795 9C38.3429 9 38.4825 9.05563 38.5985 9.1669C38.7169 9.27817 38.7761 9.41193 38.7761 9.56818C38.7761 9.72443 38.7169 9.85819 38.5985 9.96946C38.4825 10.0807 38.3429 10.1364 38.1795 10.1364ZM42.4986 11.0455V11.7557H39.6719V11.0455H42.4986ZM40.4957 9.73864H41.3338V14.9375C41.3338 15.1742 41.3681 15.3518 41.4368 15.4702C41.5078 15.5862 41.5978 15.6643 41.7067 15.7045C41.8179 15.7424 41.9351 15.7614 42.0582 15.7614C42.1506 15.7614 42.2263 15.7566 42.2855 15.7472C42.3447 15.7353 42.392 15.7259 42.4276 15.7188L42.598 16.4716C42.5412 16.4929 42.4619 16.5142 42.3601 16.5355C42.2583 16.5592 42.1293 16.571 41.973 16.571C41.7363 16.571 41.5043 16.5201 41.277 16.4183C41.0521 16.3165 40.8651 16.1615 40.7159 15.9531C40.5691 15.7448 40.4957 15.482 40.4957 15.1648V9.73864ZM44.299 18.5455C44.157 18.5455 44.0303 18.5336 43.919 18.5099C43.8078 18.4886 43.7308 18.4673 43.6882 18.446L43.9013 17.7074C44.1049 17.7595 44.2848 17.7784 44.4411 17.7642C44.5973 17.75 44.7358 17.6802 44.8565 17.5547C44.9796 17.4316 45.0921 17.2315 45.1939 16.9545L45.3501 16.5284L43.3331 11.0455H44.2422L45.7479 15.392H45.8047L47.3104 11.0455H48.2195L45.9041 17.2955C45.8 17.5772 45.6709 17.8104 45.517 17.995C45.3632 18.1821 45.1844 18.3205 44.9808 18.4105C44.7796 18.5005 44.5523 18.5455 44.299 18.5455Z" fill="#F9F9F9"/>
5
5
  <path d="M9.1598 36.5V35.5455L12.1129 32.4858C12.4283 32.1534 12.6882 31.8622 12.8928 31.6122C13.1001 31.3594 13.255 31.1193 13.3572 30.892C13.4595 30.6648 13.5107 30.4233 13.5107 30.1676C13.5107 29.8778 13.4425 29.6278 13.3061 29.4176C13.1697 29.2045 12.9837 29.0412 12.7479 28.9276C12.5121 28.8111 12.2464 28.7528 11.951 28.7528C11.6385 28.7528 11.3658 28.8168 11.1328 28.9446C10.8999 29.0724 10.7209 29.2528 10.5959 29.4858C10.4709 29.7187 10.4084 29.9915 10.4084 30.304H9.15128C9.15128 29.7727 9.27344 29.3082 9.51776 28.9105C9.76207 28.5128 10.0973 28.2045 10.5234 27.9858C10.9496 27.7642 11.4339 27.6534 11.9766 27.6534C12.5249 27.6534 13.0078 27.7628 13.4254 27.9815C13.8459 28.1974 14.174 28.4929 14.4098 28.8679C14.6456 29.2401 14.7635 29.6605 14.7635 30.1293C14.7635 30.4531 14.7024 30.7699 14.5803 31.0795C14.4609 31.3892 14.2521 31.7344 13.9538 32.1151C13.6555 32.4929 13.2408 32.9517 12.7095 33.4915L10.9751 35.3068V35.3707H14.9041V36.5H9.1598Z" fill="#F9F9F9"/>
6
6
  </svg>
7
7
 
8
- `},components:[{tag:"PostPurchaseProductQuantity",advanced:{blockPadding:"none",inlinePadding:"none"}}]}];export{ProductQuantityPreset};
8
+ `},components:[{tag:"PostPurchaseProductQuantity",advanced:{blockPadding:"none",inlinePadding:"none"}}]}];export{C as ProductQuantityPreset};