@gem-sdk/components 12.0.0-dev.133 → 12.0.0-dev.139

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 (4378) 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 +14 -14
  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 +15 -15
  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 +17 -17
  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 +13 -13
  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 +7 -7
  272. package/dist/cjs/collection/components/collection-paginator/common/classes.js +1 -1
  273. package/dist/cjs/collection/components/collection-paginator/common/helpers.js +5 -5
  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 +23 -23
  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 +1 -1
  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/hooks/useBuyerConsentVisibility.js +1 -1
  749. package/dist/cjs/post-purchase/buyer-consent/index.js +1 -1
  750. package/dist/cjs/post-purchase/buyer-consent/next.js +1 -1
  751. package/dist/cjs/post-purchase/buyer-consent/settings/BuyerConsent.js +2 -2
  752. package/dist/cjs/post-purchase/buyer-consent/settings/configs/presets.js +2 -2
  753. package/dist/cjs/post-purchase/buyer-consent/settings/configs/settings.js +1 -1
  754. package/dist/cjs/post-purchase/buyer-consent/settings/configs/ui-v2.js +1 -1
  755. package/dist/cjs/post-purchase/callout-banner/common/classes.js +1 -1
  756. package/dist/cjs/post-purchase/callout-banner/common/styles.js +1 -1
  757. package/dist/cjs/post-purchase/callout-banner/components/CalloutBox.js +1 -1
  758. package/dist/cjs/post-purchase/callout-banner/components/CalloutText.js +1 -1
  759. package/dist/cjs/post-purchase/callout-banner/index.js +1 -1
  760. package/dist/cjs/post-purchase/callout-banner/next.js +1 -1
  761. package/dist/cjs/post-purchase/callout-banner/settings/CalloutBox.js +1 -1
  762. package/dist/cjs/post-purchase/callout-banner/settings/CalloutText.js +1 -1
  763. package/dist/cjs/post-purchase/callout-banner/settings/config/callout-box/preset.js +2 -2
  764. package/dist/cjs/post-purchase/callout-banner/settings/config/callout-box/setting.js +2 -2
  765. package/dist/cjs/post-purchase/callout-banner/settings/config/callout-box/ui-v2.js +1 -1
  766. package/dist/cjs/post-purchase/callout-banner/settings/config/callout-text/preset.js +2 -2
  767. package/dist/cjs/post-purchase/callout-banner/settings/config/callout-text/setting.js +1 -1
  768. package/dist/cjs/post-purchase/callout-banner/settings/config/callout-text/ui-v1.js +1 -1
  769. package/dist/cjs/post-purchase/callout-banner/settings/config/callout-text/ui-v2.js +1 -1
  770. package/dist/cjs/post-purchase/common/constants.js +1 -1
  771. package/dist/cjs/post-purchase/common/helper.js +1 -1
  772. package/dist/cjs/post-purchase/countdown-timer/common/classes.js +1 -1
  773. package/dist/cjs/post-purchase/countdown-timer/common/styles.js +1 -1
  774. package/dist/cjs/post-purchase/countdown-timer/components/PostPurchaseCountdownTimer.js +1 -1
  775. package/dist/cjs/post-purchase/countdown-timer/components/TextCountdown.js +1 -1
  776. package/dist/cjs/post-purchase/countdown-timer/hooks/useCountdownTimer.js +1 -1
  777. package/dist/cjs/post-purchase/countdown-timer/hooks/useGetTimeExpired.js +1 -1
  778. package/dist/cjs/post-purchase/countdown-timer/index.js +1 -1
  779. package/dist/cjs/post-purchase/countdown-timer/next.js +1 -1
  780. package/dist/cjs/post-purchase/countdown-timer/settings/CountdownTimer.js +2 -2
  781. package/dist/cjs/post-purchase/countdown-timer/settings/config/preset.js +2 -2
  782. package/dist/cjs/post-purchase/countdown-timer/settings/config/setting.js +1 -1
  783. package/dist/cjs/post-purchase/countdown-timer/settings/config/ui-v2.js +1 -1
  784. package/dist/cjs/post-purchase/image/common/classes.js +1 -1
  785. package/dist/cjs/post-purchase/image/common/helpers.js +1 -1
  786. package/dist/cjs/post-purchase/image/common/styles.js +1 -1
  787. package/dist/cjs/post-purchase/image/components/AdaptiveImage.js +1 -1
  788. package/dist/cjs/post-purchase/image/components/Image.js +1 -1
  789. package/dist/cjs/post-purchase/image/components/Img.js +1 -1
  790. package/dist/cjs/post-purchase/image/index.js +1 -1
  791. package/dist/cjs/post-purchase/image/next.js +1 -1
  792. package/dist/cjs/post-purchase/image/settings/Image.js +3 -3
  793. package/dist/cjs/post-purchase/image/settings/configs/setting-v2.js +1 -1
  794. package/dist/cjs/post-purchase/image/settings/configs/ui-v2.js +1 -1
  795. package/dist/cjs/post-purchase/line/common/classes.js +1 -1
  796. package/dist/cjs/post-purchase/line/common/styles.js +1 -1
  797. package/dist/cjs/post-purchase/line/components/PostPurchaseLine.js +1 -1
  798. package/dist/cjs/post-purchase/line/index.js +1 -1
  799. package/dist/cjs/post-purchase/line/next.js +1 -1
  800. package/dist/cjs/post-purchase/line/settings/PostPurchaseLine.js +2 -2
  801. package/dist/cjs/post-purchase/line/settings/configs/presets.js +2 -2
  802. package/dist/cjs/post-purchase/line/settings/configs/settings.js +1 -1
  803. package/dist/cjs/post-purchase/line/settings/configs/ui-v2.js +1 -1
  804. package/dist/cjs/post-purchase/link/common/classes.js +1 -1
  805. package/dist/cjs/post-purchase/link/common/helpers.js +1 -1
  806. package/dist/cjs/post-purchase/link/common/styles.js +1 -1
  807. package/dist/cjs/post-purchase/link/components/PostPurchaseLink.js +1 -1
  808. package/dist/cjs/post-purchase/link/index.js +1 -1
  809. package/dist/cjs/post-purchase/link/next.js +1 -1
  810. package/dist/cjs/post-purchase/link/settings/PostPurchaseLink.js +2 -2
  811. package/dist/cjs/post-purchase/link/settings/configs/presets.js +2 -2
  812. package/dist/cjs/post-purchase/link/settings/configs/settings.js +1 -1
  813. package/dist/cjs/post-purchase/link/settings/configs/ui-v2.js +1 -1
  814. package/dist/cjs/post-purchase/product/common/attrs.js +1 -1
  815. package/dist/cjs/post-purchase/product/common/classes.js +1 -1
  816. package/dist/cjs/post-purchase/product/common/helpers.js +1 -1
  817. package/dist/cjs/post-purchase/product/common/styles.js +1 -1
  818. package/dist/cjs/post-purchase/product/components/AcceptButton.js +1 -1
  819. package/dist/cjs/post-purchase/product/components/ProductDescription.js +1 -1
  820. package/dist/cjs/post-purchase/product/components/ProductDiscountTag.js +1 -1
  821. package/dist/cjs/post-purchase/product/components/ProductPrice.js +1 -1
  822. package/dist/cjs/post-purchase/product/components/ProductPriceBreakdown.js +1 -1
  823. package/dist/cjs/post-purchase/product/components/ProductQuantity.js +1 -1
  824. package/dist/cjs/post-purchase/product/components/ProductTitle.js +1 -1
  825. package/dist/cjs/post-purchase/product/components/price-breakdown/MoneyLine.js +1 -1
  826. package/dist/cjs/post-purchase/product/components/product-image/FeatureImage.js +1 -1
  827. package/dist/cjs/post-purchase/product/components/product-image/ImageListCarousel.js +1 -1
  828. package/dist/cjs/post-purchase/product/components/product-image/ImageListGrid.js +1 -1
  829. package/dist/cjs/post-purchase/product/components/product-image/ItemCarouselPostPurchase.js +1 -1
  830. package/dist/cjs/post-purchase/product/components/product-image/ItemGridPostPurchase.js +1 -1
  831. package/dist/cjs/post-purchase/product/components/product-image/carousel-post-purchase/Arrow.js +1 -1
  832. package/dist/cjs/post-purchase/product/components/product-image/carousel-post-purchase/CarouselPostPurchase.js +1 -1
  833. package/dist/cjs/post-purchase/product/components/product-image/carousel-post-purchase/CarouselPostPurchaseContext.js +1 -1
  834. package/dist/cjs/post-purchase/product/components/product-image/carousel-post-purchase/CarouselWrapperPostPurchase.js +1 -1
  835. package/dist/cjs/post-purchase/product/components/product-image/index.js +1 -1
  836. package/dist/cjs/post-purchase/product/components/product-image/layouts/FeatureImageWithGalleryImage.js +1 -1
  837. package/dist/cjs/post-purchase/product/components/product-image/layouts/OnlyGalleryImage.js +1 -1
  838. package/dist/cjs/post-purchase/product/components/product-offer/common/attrs.js +1 -1
  839. package/dist/cjs/post-purchase/product/components/product-offer/common/classes.js +1 -1
  840. package/dist/cjs/post-purchase/product/components/product-offer/common/styles.js +1 -1
  841. package/dist/cjs/post-purchase/product/components/product-offer/components/ProductOffer.js +1 -1
  842. package/dist/cjs/post-purchase/product/components/product-offer/components/ProductOfferItem.js +1 -1
  843. package/dist/cjs/post-purchase/product/components/product-offer/hooks/useProductOfferData.js +1 -1
  844. package/dist/cjs/post-purchase/product/components/product-subscription/ProductSubscription.js +1 -1
  845. package/dist/cjs/post-purchase/product/components/product-subscription/common/attrs.js +1 -1
  846. package/dist/cjs/post-purchase/product/components/product-subscription/common/classes.js +1 -1
  847. package/dist/cjs/post-purchase/product/components/product-subscription/common/extractSellingPlanSettings.js +1 -1
  848. package/dist/cjs/post-purchase/product/components/product-subscription/common/styles.js +1 -1
  849. package/dist/cjs/post-purchase/product/components/product-subscription/components/OneTimePurchaseTooltip.js +1 -1
  850. package/dist/cjs/post-purchase/product/components/product-subscription/components/SellingPlanDropdown.js +1 -1
  851. package/dist/cjs/post-purchase/product/components/product-subscription/components/SellingPlanLabel.js +1 -1
  852. package/dist/cjs/post-purchase/product/components/product-subscription/components/SellingPlanRadio.js +1 -1
  853. package/dist/cjs/post-purchase/product/components/product-subscription/components/SubscriptionDetail.js +1 -1
  854. package/dist/cjs/post-purchase/product/components/product-subscription/components/SubscriptionRadio.js +1 -1
  855. package/dist/cjs/post-purchase/product/components/product-subscription/helpers/calculateBestSellingPlan.js +1 -1
  856. package/dist/cjs/post-purchase/product/components/product-subscription/helpers/findDefaultValue.js +1 -1
  857. package/dist/cjs/post-purchase/product/components/product-subscription/helpers/findMatchedGroup.js +1 -1
  858. package/dist/cjs/post-purchase/product/components/product-subscription/helpers/findVariantByOptions.js +1 -1
  859. package/dist/cjs/post-purchase/product/components/product-subscription/hooks/useSellingPlanChange.js +1 -1
  860. package/dist/cjs/post-purchase/product/components/product-subscription/hooks/useSellingPlanOptions.js +1 -1
  861. package/dist/cjs/post-purchase/product/components/product-subscription/hooks/useSellingSubscription.js +1 -1
  862. package/dist/cjs/post-purchase/product/components/product-subscription/hooks/useSubscriptionVisibility.js +1 -1
  863. package/dist/cjs/post-purchase/product/components/product-variant/common/classes.js +1 -1
  864. package/dist/cjs/post-purchase/product/components/product-variant/common/helpers.js +1 -1
  865. package/dist/cjs/post-purchase/product/components/product-variant/common/styles.js +1 -1
  866. package/dist/cjs/post-purchase/product/components/product-variant/components/ProductOption.js +1 -1
  867. package/dist/cjs/post-purchase/product/components/product-variant/components/ProductVariant.js +1 -1
  868. package/dist/cjs/post-purchase/product/components/product-variant/components/variants/Dropdown.js +1 -1
  869. package/dist/cjs/post-purchase/product/components/product-variant/components/variants/DropdownOption.js +1 -1
  870. package/dist/cjs/post-purchase/product/components/product-variant/components/variants/RectangleList.js +1 -1
  871. package/dist/cjs/post-purchase/product/components/product-variant/components/variants/VariantGroup.js +1 -1
  872. package/dist/cjs/post-purchase/product/components/product-variant/components/variants/VariantItem.js +1 -1
  873. package/dist/cjs/post-purchase/product/components/product-variant/components/variants/VariantOption.js +1 -1
  874. package/dist/cjs/post-purchase/product/components/product-variant/hooks/useTransition.js +1 -1
  875. package/dist/cjs/post-purchase/product/constants/ProductOfferPlaceholder.js +1 -1
  876. package/dist/cjs/post-purchase/product/constants/index.js +1 -1
  877. package/dist/cjs/post-purchase/product/helpers/index.js +1 -1
  878. package/dist/cjs/post-purchase/product/helpers/product-price-breakdown/getClasses.js +1 -1
  879. package/dist/cjs/post-purchase/product/helpers/product-price-breakdown/getPrice.js +1 -1
  880. package/dist/cjs/post-purchase/product/helpers/product-price-breakdown/getStyles.js +1 -1
  881. package/dist/cjs/post-purchase/product/helpers/product-quantity/getClasses.js +1 -1
  882. package/dist/cjs/post-purchase/product/helpers/product-quantity/getStyles.js +1 -1
  883. package/dist/cjs/post-purchase/product/hooks/useCarousel.js +1 -1
  884. package/dist/cjs/post-purchase/product/hooks/useDynamicProduct.js +1 -1
  885. package/dist/cjs/post-purchase/product/hooks/useFeatureImagePostPurchase.js +1 -1
  886. package/dist/cjs/post-purchase/product/hooks/useGetItemGapPriceBreakdown.js +1 -1
  887. package/dist/cjs/post-purchase/product/hooks/useGetMoneyLines.js +1 -1
  888. package/dist/cjs/post-purchase/product/hooks/useGetTextSetting.js +1 -1
  889. package/dist/cjs/post-purchase/product/hooks/useHandleQuantity.js +1 -1
  890. package/dist/cjs/post-purchase/product/hooks/useListCarousel.js +1 -1
  891. package/dist/cjs/post-purchase/product/hooks/useNavigationCarouselPostPurchase.js +1 -1
  892. package/dist/cjs/post-purchase/product/hooks/useProductImagePostPurchase.js +1 -1
  893. package/dist/cjs/post-purchase/product/hooks/useProductPriceBreakdown.js +1 -1
  894. package/dist/cjs/post-purchase/product/hooks/useRecurringSubtotal.js +1 -1
  895. package/dist/cjs/post-purchase/product/hooks/useSetCollapsePrice.js +1 -1
  896. package/dist/cjs/post-purchase/product/hooks/useSlideCarousel.js +1 -1
  897. package/dist/cjs/post-purchase/product/hooks/useSubscriptionConsentCheck.js +1 -1
  898. package/dist/cjs/post-purchase/product/hooks/useSubscriptionSellingType.js +1 -1
  899. package/dist/cjs/post-purchase/product/index.js +1 -1
  900. package/dist/cjs/post-purchase/product/next.js +1 -1
  901. package/dist/cjs/post-purchase/product/settings/accept-button/configs/presets.js +2 -2
  902. package/dist/cjs/post-purchase/product/settings/accept-button/configs/settings.js +1 -1
  903. package/dist/cjs/post-purchase/product/settings/accept-button/configs/ui-v2.js +1 -1
  904. package/dist/cjs/post-purchase/product/settings/accept-button/index.js +2 -2
  905. package/dist/cjs/post-purchase/product/settings/presets-config/product-presets/product-1-col.js +2 -2
  906. package/dist/cjs/post-purchase/product/settings/presets-config/product-presets/product-2-col.js +2 -2
  907. package/dist/cjs/post-purchase/product/settings/presets-config/product-presets/product-default.js +2 -2
  908. package/dist/cjs/post-purchase/product/settings/presets-config/product-presets/product-offer-1-col.js +2 -2
  909. package/dist/cjs/post-purchase/product/settings/presets-config/product-presets/product-offer-2-col.js +2 -2
  910. package/dist/cjs/post-purchase/product/settings/presets-config/product-presets/product-offer-default.js +2 -2
  911. package/dist/cjs/post-purchase/product/settings/product-description/ProductDescription.js +3 -3
  912. package/dist/cjs/post-purchase/product/settings/product-description/configs/settings-v2.js +1 -1
  913. package/dist/cjs/post-purchase/product/settings/product-description/configs/ui-v2.js +1 -1
  914. package/dist/cjs/post-purchase/product/settings/product-discount-tag/ProductDiscountTag.js +2 -2
  915. package/dist/cjs/post-purchase/product/settings/product-discount-tag/configs/setting-v2.js +1 -1
  916. package/dist/cjs/post-purchase/product/settings/product-discount-tag/configs/ui-v2.js +1 -1
  917. package/dist/cjs/post-purchase/product/settings/product-image/ProductImages.js +3 -3
  918. package/dist/cjs/post-purchase/product/settings/product-image/configs/settings-v2.js +1 -1
  919. package/dist/cjs/post-purchase/product/settings/product-image/configs/ui-v2.js +1 -1
  920. package/dist/cjs/post-purchase/product/settings/product-offer/configs/settings-v2.js +2 -2
  921. package/dist/cjs/post-purchase/product/settings/product-offer/configs/ui-v2.js +1 -1
  922. package/dist/cjs/post-purchase/product/settings/product-offer/index.js +2 -2
  923. package/dist/cjs/post-purchase/product/settings/product-price/ProductPrice.js +3 -3
  924. package/dist/cjs/post-purchase/product/settings/product-price/configs/settings-v2.js +1 -1
  925. package/dist/cjs/post-purchase/product/settings/product-price/configs/ui-v2.js +1 -1
  926. package/dist/cjs/post-purchase/product/settings/product-price-breakdown/configs/presets.js +2 -2
  927. package/dist/cjs/post-purchase/product/settings/product-price-breakdown/configs/settings.js +1 -1
  928. package/dist/cjs/post-purchase/product/settings/product-price-breakdown/configs/ui-v2.js +1 -1
  929. package/dist/cjs/post-purchase/product/settings/product-price-breakdown/index.js +2 -2
  930. package/dist/cjs/post-purchase/product/settings/product-quantity/configs/presets.js +2 -2
  931. package/dist/cjs/post-purchase/product/settings/product-quantity/configs/settings.js +1 -1
  932. package/dist/cjs/post-purchase/product/settings/product-quantity/configs/ui-v2.js +1 -1
  933. package/dist/cjs/post-purchase/product/settings/product-quantity/index.js +2 -2
  934. package/dist/cjs/post-purchase/product/settings/product-subscription/configs/presets.js +2 -2
  935. package/dist/cjs/post-purchase/product/settings/product-subscription/configs/settings.js +1 -1
  936. package/dist/cjs/post-purchase/product/settings/product-subscription/configs/ui-v2.js +1 -1
  937. package/dist/cjs/post-purchase/product/settings/product-subscription/index.js +2 -2
  938. package/dist/cjs/post-purchase/product/settings/product-title/ProductTitle.js +3 -3
  939. package/dist/cjs/post-purchase/product/settings/product-title/configs/settings-v2.js +1 -1
  940. package/dist/cjs/post-purchase/product/settings/product-title/configs/ui-v2.js +1 -1
  941. package/dist/cjs/post-purchase/product/settings/product-variants/ProductVariant.js +3 -3
  942. package/dist/cjs/post-purchase/product/settings/product-variants/configs/settings-v1.js +2 -2
  943. package/dist/cjs/post-purchase/product/settings/product-variants/configs/settings-v2.js +2 -2
  944. package/dist/cjs/post-purchase/product/settings/product-variants/configs/ui-v2.js +1 -1
  945. package/dist/cjs/post-purchase/text/common/attrs.js +1 -1
  946. package/dist/cjs/post-purchase/text/common/classes.js +1 -1
  947. package/dist/cjs/post-purchase/text/common/helpers.js +1 -1
  948. package/dist/cjs/post-purchase/text/common/styles.js +1 -1
  949. package/dist/cjs/post-purchase/text/components/Text.js +2 -2
  950. package/dist/cjs/post-purchase/text/index.js +1 -1
  951. package/dist/cjs/post-purchase/text/next.js +1 -1
  952. package/dist/cjs/post-purchase/text/settings/heading/Heading.js +1 -1
  953. package/dist/cjs/post-purchase/text/settings/heading/configs/presets-v2.js +2 -2
  954. package/dist/cjs/post-purchase/text/settings/text/Text.js +3 -3
  955. package/dist/cjs/post-purchase/text/settings/text/configs/setting-v2.js +1 -1
  956. package/dist/cjs/post-purchase/text/settings/text/configs/ui-v2.js +1 -1
  957. package/dist/cjs/postPurchaseSetting.js +1 -1
  958. package/dist/cjs/product/components/ProductImages.js +1 -1
  959. package/dist/cjs/product/components/ProductImages.liquid.js +17 -17
  960. package/dist/cjs/product/components/ProductNotFound.js +1 -1
  961. package/dist/cjs/product/components/SalePageProductListWarning.js +1 -1
  962. package/dist/cjs/product/components/dynamic-checkout/Button.liquid.js +10 -10
  963. package/dist/cjs/product/components/dynamic-checkout/DynamicCheckout.js +1 -1
  964. package/dist/cjs/product/components/dynamic-checkout/DynamicCheckout.liquid.js +1 -1
  965. package/dist/cjs/product/components/dynamic-checkout/common/classes.js +1 -1
  966. package/dist/cjs/product/components/dynamic-checkout/common/styles.js +55 -55
  967. package/dist/cjs/product/components/file-upload/UploadFile.js +1 -1
  968. package/dist/cjs/product/components/file-upload/UploadFile.liquid.js +19 -19
  969. package/dist/cjs/product/components/file-upload/common/attr.js +1 -1
  970. package/dist/cjs/product/components/file-upload/common/classes.js +1 -1
  971. package/dist/cjs/product/components/file-upload/common/helpers.js +1 -1
  972. package/dist/cjs/product/components/file-upload/common/style.js +1 -1
  973. package/dist/cjs/product/components/file-upload/settings/configs/presets.js +2 -2
  974. package/dist/cjs/product/components/file-upload/settings/configs/settings.js +2 -2
  975. package/dist/cjs/product/components/file-upload/settings/configs/translate.js +1 -1
  976. package/dist/cjs/product/components/file-upload/settings/configs/ui-v1.js +1 -1
  977. package/dist/cjs/product/components/file-upload/settings/configs/ui-v2.js +1 -1
  978. package/dist/cjs/product/components/file-upload/settings/index.js +2 -2
  979. package/dist/cjs/product/components/product-badge/ProductBadge.js +1 -1
  980. package/dist/cjs/product/components/product-badge/ProductBadge.liquid.js +24 -24
  981. package/dist/cjs/product/components/product-badge/common/attrs.js +1 -1
  982. package/dist/cjs/product/components/product-badge/common/classes.js +1 -1
  983. package/dist/cjs/product/components/product-badge/common/styles.js +1 -1
  984. package/dist/cjs/product/components/product-badge/constants.js +1 -1
  985. package/dist/cjs/product/components/product-badge/utils/common.js +1 -1
  986. package/dist/cjs/product/components/product-badge/utils/generateLiquidContent.js +3 -3
  987. package/dist/cjs/product/components/product-badge/utils/getRotateShape.js +1 -1
  988. package/dist/cjs/product/components/product-badge/utils/getShapePosition.js +1 -1
  989. package/dist/cjs/product/components/product-badge/utils/getStyleAdvanced.js +1 -1
  990. package/dist/cjs/product/components/product-badge/utils/getWhiteSpace.js +1 -1
  991. package/dist/cjs/product/components/product-badge/utils/renderBadgeILP.js +1 -1
  992. package/dist/cjs/product/components/product-badge/utils/renderBadgeLiquid.js +59 -59
  993. package/dist/cjs/product/components/product-badge/utils/shape.js +1 -1
  994. package/dist/cjs/product/components/product-badge/utils/stylesV2.js +5 -5
  995. package/dist/cjs/product/components/product-bundle/ProductBundleDiscount.js +1 -1
  996. package/dist/cjs/product/components/product-bundle/ProductBundleDiscount.liquid.js +10 -10
  997. package/dist/cjs/product/components/product-bundle/ProductBundleDiscountChildrenItem.js +1 -1
  998. package/dist/cjs/product/components/product-bundle/ProductBundleDiscountChildrenItem.liquid.js +10 -10
  999. package/dist/cjs/product/components/product-bundle/ProductBundleDiscountItem.js +1 -1
  1000. package/dist/cjs/product/components/product-bundle/ProductBundleDiscountItem.liquid.js +1 -1
  1001. package/dist/cjs/product/components/product-bundle/common/classes.js +1 -1
  1002. package/dist/cjs/product/components/product-bundle/common/helpers.js +1 -1
  1003. package/dist/cjs/product/components/product-bundle/common/styles.js +1 -1
  1004. package/dist/cjs/product/components/product-bundle/hooks/useProductBundleDataState.js +3 -3
  1005. package/dist/cjs/product/components/product-bundle/hooks/useProductBundleDiscountState.js +1 -1
  1006. package/dist/cjs/product/components/product-bundle/setting/ProductBundleDiscount.js +3 -3
  1007. package/dist/cjs/product/components/product-bundle/setting/ProductBundleDiscountItem.js +1 -1
  1008. package/dist/cjs/product/components/product-bundle/setting/configs/settings.js +1 -1
  1009. package/dist/cjs/product/components/product-bundle/setting/configs/ui-v1.js +1 -1
  1010. package/dist/cjs/product/components/product-bundle/setting/configs/ui-v2.js +1 -1
  1011. package/dist/cjs/product/components/product-button/AddToCartButton.js +1 -1
  1012. package/dist/cjs/product/components/product-button/AddToCartButton.liquid.js +1 -1
  1013. package/dist/cjs/product/components/product-button/BlankSpace.js +1 -1
  1014. package/dist/cjs/product/components/product-button/BlankSpace.liquid.js +3 -3
  1015. package/dist/cjs/product/components/product-button/CartMessage.js +1 -1
  1016. package/dist/cjs/product/components/product-button/PriceComponent.js +1 -1
  1017. package/dist/cjs/product/components/product-button/PriceComponent.liquid.js +1 -1
  1018. package/dist/cjs/product/components/product-button/PriceLayout.js +1 -1
  1019. package/dist/cjs/product/components/product-button/PriceLayout.liquid.js +6 -6
  1020. package/dist/cjs/product/components/product-button/ProductButton.js +1 -1
  1021. package/dist/cjs/product/components/product-button/ProductButton.liquid.js +13 -13
  1022. package/dist/cjs/product/components/product-button/ProductButtonPrice.js +1 -1
  1023. package/dist/cjs/product/components/product-button/ProductButtonPrice.liquid.js +1 -1
  1024. package/dist/cjs/product/components/product-button/Separator.js +1 -1
  1025. package/dist/cjs/product/components/product-button/Separator.liquid.js +4 -4
  1026. package/dist/cjs/product/components/product-button/SoldOutButton.js +1 -1
  1027. package/dist/cjs/product/components/product-button/SoldOutButton.liquid.js +1 -1
  1028. package/dist/cjs/product/components/product-button/common/classes.js +1 -1
  1029. package/dist/cjs/product/components/product-button/common/constants.js +2 -2
  1030. package/dist/cjs/product/components/product-button/common/data.js +1 -1
  1031. package/dist/cjs/product/components/product-button/common/helpers.js +1 -1
  1032. package/dist/cjs/product/components/product-button/common/styles.js +1 -1
  1033. package/dist/cjs/product/components/product-button/helpers/getButtonDynamicSourceLocales.js +1 -1
  1034. package/dist/cjs/product/components/product-button/hooks/useAddToCart.js +1 -1
  1035. package/dist/cjs/product/components/product-button/hooks/useCartMessage.js +1 -1
  1036. package/dist/cjs/product/components/product-button/hooks/useCartOperations.js +1 -1
  1037. package/dist/cjs/product/components/product-button/hooks/useDispatchAfterSubmitEvent.js +1 -1
  1038. package/dist/cjs/product/components/product-description/ProductDescription.js +1 -1
  1039. package/dist/cjs/product/components/product-description/ProductDescription.liquid.js +16 -16
  1040. package/dist/cjs/product/components/product-description/common/classes.js +1 -1
  1041. package/dist/cjs/product/components/product-description/common/helpers.js +2 -2
  1042. package/dist/cjs/product/components/product-description/common/styles.js +2 -2
  1043. package/dist/cjs/product/components/product-description/hooks/useGpDescription.js +1 -1
  1044. package/dist/cjs/product/components/product-discount-tag/ProductDiscountTag.js +1 -1
  1045. package/dist/cjs/product/components/product-discount-tag/ProductDiscountTag.liquid.js +16 -16
  1046. package/dist/cjs/product/components/product-discount-tag/common/classes.js +1 -1
  1047. package/dist/cjs/product/components/product-discount-tag/common/styles.js +1 -1
  1048. package/dist/cjs/product/components/product-discount-tag/hooks/useGpDiscountTag.js +1 -1
  1049. package/dist/cjs/product/components/product-images/ProductFeaturedImage.js +1 -1
  1050. package/dist/cjs/product/components/product-images/ProductFeaturedImage.liquid.js +33 -33
  1051. package/dist/cjs/product/components/product-images/ProductGalleryCarousel.js +1 -1
  1052. package/dist/cjs/product/components/product-images/ProductGalleryCarousel.liquid.js +8 -8
  1053. package/dist/cjs/product/components/product-images/ProductGalleryGrid.js +1 -1
  1054. package/dist/cjs/product/components/product-images/ProductGalleryGrid.liquid.js +11 -11
  1055. package/dist/cjs/product/components/product-images/ProductImagesLightBox.js +1 -1
  1056. package/dist/cjs/product/components/product-images/common/helpers.js +1 -1
  1057. package/dist/cjs/product/components/product-images/common/productFeaturedImage.js +1 -1
  1058. package/dist/cjs/product/components/product-images/common/productGallery.js +1 -1
  1059. package/dist/cjs/product/components/product-images-v2/ProductImageV2.js +2 -2
  1060. package/dist/cjs/product/components/product-images-v2/ProductImagesV2.liquid.js +30 -30
  1061. package/dist/cjs/product/components/product-images-v2/common/attrs.js +1 -1
  1062. package/dist/cjs/product/components/product-images-v2/common/classes.js +1 -1
  1063. package/dist/cjs/product/components/product-images-v2/common/common.js +1 -1
  1064. package/dist/cjs/product/components/product-images-v2/common/getBorderActiveCss.js +6 -6
  1065. package/dist/cjs/product/components/product-images-v2/common/hoverAction.js +1 -1
  1066. package/dist/cjs/product/components/product-images-v2/common/productFeaturedImage.js +1 -1
  1067. package/dist/cjs/product/components/product-images-v2/common/productGallery.js +1 -1
  1068. package/dist/cjs/product/components/product-images-v2/common/styles.js +1 -1
  1069. package/dist/cjs/product/components/product-images-v2/components/child/MediaIcon.js +1 -1
  1070. package/dist/cjs/product/components/product-images-v2/components/child/ProductFeatureVideo.js +1 -1
  1071. package/dist/cjs/product/components/product-images-v2/components/child/ProductFeaturedImageCarousel.js +1 -1
  1072. package/dist/cjs/product/components/product-images-v2/components/child/ProductFeaturedImageOnly.js +1 -1
  1073. package/dist/cjs/product/components/product-images-v2/components/child/ProductGalleryGrid.js +2 -2
  1074. package/dist/cjs/product/components/product-images-v2/components/feature-gallery/FeatureImageWithGallery.js +1 -1
  1075. package/dist/cjs/product/components/product-images-v2/components/feature-gallery/FeatureImageWithGallery.liquid.js +58 -58
  1076. package/dist/cjs/product/components/product-images-v2/components/feature-only/OnlyFeatureImage.js +1 -1
  1077. package/dist/cjs/product/components/product-images-v2/components/gallery-carousel/GalleryCarousel.js +1 -1
  1078. package/dist/cjs/product/components/product-images-v2/components/gallery-carousel/GalleryCarousel.liquid.js +14 -14
  1079. package/dist/cjs/product/components/product-images-v2/components/gallery-grid/GalleryGrid.js +1 -1
  1080. package/dist/cjs/product/components/product-images-v2/components/gallery-grid/GalleryGrid.liquid.js +35 -35
  1081. package/dist/cjs/product/components/product-images-v2/components/lightbox/ButtonOpenLightBox.js +1 -1
  1082. package/dist/cjs/product/components/product-images-v2/components/lightbox/ProductImagesLightBox.js +1 -1
  1083. package/dist/cjs/product/components/product-images-v2/composables/getProductImagesAttr.js +1 -1
  1084. package/dist/cjs/product/components/product-images-v2/composables/getProductImagesClassName.js +1 -1
  1085. package/dist/cjs/product/components/product-images-v2/composables/getProductImagesStyles.js +1 -1
  1086. package/dist/cjs/product/components/product-images-v2/hooks/useFeatureImageWithGallery.js +1 -1
  1087. package/dist/cjs/product/components/product-images-v2/hooks/useFilterImagesByVariant.js +1 -1
  1088. package/dist/cjs/product/components/product-images-v2/hooks/useGalleryCarousel.js +1 -1
  1089. package/dist/cjs/product/components/product-images-v2/hooks/useProductFeaturedImageCarousel.js +1 -1
  1090. package/dist/cjs/product/components/product-images-v2/hooks/useProductGalleryGrid.js +1 -1
  1091. package/dist/cjs/product/components/product-images-v3/ProductImageV3.js +2 -2
  1092. package/dist/cjs/product/components/product-images-v3/ProductImagesV3.liquid.js +30 -30
  1093. package/dist/cjs/product/components/product-images-v3/common/attrs.js +1 -1
  1094. package/dist/cjs/product/components/product-images-v3/common/classes.js +1 -1
  1095. package/dist/cjs/product/components/product-images-v3/common/common.js +1 -1
  1096. package/dist/cjs/product/components/product-images-v3/common/getBorderActiveCss.js +7 -7
  1097. package/dist/cjs/product/components/product-images-v3/common/hoverAction.js +1 -1
  1098. package/dist/cjs/product/components/product-images-v3/common/productFeaturedImage.js +1 -1
  1099. package/dist/cjs/product/components/product-images-v3/common/productGallery.js +1 -1
  1100. package/dist/cjs/product/components/product-images-v3/common/styles.js +1 -1
  1101. package/dist/cjs/product/components/product-images-v3/components/child/MediaIcon.js +1 -1
  1102. package/dist/cjs/product/components/product-images-v3/components/child/ProductFeatureVideo.js +1 -1
  1103. package/dist/cjs/product/components/product-images-v3/components/child/ProductFeaturedImageCarousel.js +1 -1
  1104. package/dist/cjs/product/components/product-images-v3/components/child/ProductFeaturedImageOnly.js +1 -1
  1105. package/dist/cjs/product/components/product-images-v3/components/child/ProductGalleryGrid.js +2 -2
  1106. package/dist/cjs/product/components/product-images-v3/components/child/ProductImagesLightBoxPreview.js +1 -1
  1107. package/dist/cjs/product/components/product-images-v3/components/feature-gallery/FeatureImageWithGallery.js +1 -1
  1108. package/dist/cjs/product/components/product-images-v3/components/feature-gallery/FeatureImageWithGallery.liquid.js +58 -58
  1109. package/dist/cjs/product/components/product-images-v3/components/feature-only/OnlyFeatureImage.js +1 -1
  1110. package/dist/cjs/product/components/product-images-v3/components/gallery-carousel/GalleryCarousel.js +1 -1
  1111. package/dist/cjs/product/components/product-images-v3/components/gallery-carousel/GalleryCarousel.liquid.js +13 -13
  1112. package/dist/cjs/product/components/product-images-v3/components/gallery-grid/GalleryGrid.js +1 -1
  1113. package/dist/cjs/product/components/product-images-v3/components/gallery-grid/GalleryGrid.liquid.js +34 -34
  1114. package/dist/cjs/product/components/product-images-v3/components/lightbox/ButtonOpenLightBox.js +1 -1
  1115. package/dist/cjs/product/components/product-images-v3/components/lightbox/LightBoxCarousel.js +1 -1
  1116. package/dist/cjs/product/components/product-images-v3/components/lightbox/LightBoxGalleryCarousel.js +1 -1
  1117. package/dist/cjs/product/components/product-images-v3/components/lightbox/LightBoxImageZoom.js +1 -1
  1118. package/dist/cjs/product/components/product-images-v3/components/lightbox/ProductImagesLightBox.js +1 -1
  1119. package/dist/cjs/product/components/product-images-v3/components/lightbox/constants.js +1 -1
  1120. package/dist/cjs/product/components/product-images-v3/composables/getProductImagesAttr.js +1 -1
  1121. package/dist/cjs/product/components/product-images-v3/composables/getProductImagesClassName.js +1 -1
  1122. package/dist/cjs/product/components/product-images-v3/composables/getProductImagesStyles.js +1 -1
  1123. package/dist/cjs/product/components/product-images-v3/hooks/useFeatureImageWithGallery.js +1 -1
  1124. package/dist/cjs/product/components/product-images-v3/hooks/useFilterImagesByVariant.js +1 -1
  1125. package/dist/cjs/product/components/product-images-v3/hooks/useGalleryCarousel.js +1 -1
  1126. package/dist/cjs/product/components/product-images-v3/hooks/useProductFeaturedImageCarousel.js +1 -1
  1127. package/dist/cjs/product/components/product-images-v3/hooks/useProductGalleryGrid.js +1 -1
  1128. package/dist/cjs/product/components/product-list/ProductList.js +1 -1
  1129. package/dist/cjs/product/components/product-list/ProductList.liquid.js +58 -58
  1130. package/dist/cjs/product/components/product-list/ProductListCarouselItem.liquid.js +6 -6
  1131. package/dist/cjs/product/components/product-list/ProductListCarouselLayout.js +1 -1
  1132. package/dist/cjs/product/components/product-list/ProductListCarouselLayout.liquid.js +10 -10
  1133. package/dist/cjs/product/components/product-list/ProductListGridItem.liquid.js +10 -10
  1134. package/dist/cjs/product/components/product-list/ProductListGridLayout.js +1 -1
  1135. package/dist/cjs/product/components/product-list/ProductListGridLayout.liquid.js +23 -23
  1136. package/dist/cjs/product/components/product-list/common/attrs.js +1 -1
  1137. package/dist/cjs/product/components/product-list/common/classes.js +1 -1
  1138. package/dist/cjs/product/components/product-list/common/helpers.js +1 -1
  1139. package/dist/cjs/product/components/product-list/common/styles.js +1 -1
  1140. package/dist/cjs/product/components/product-list-v3/ProductList.js +1 -1
  1141. package/dist/cjs/product/components/product-list-v3/ProductList.liquid.js +58 -58
  1142. package/dist/cjs/product/components/product-list-v3/ProductListCarouselItem.liquid.js +6 -6
  1143. package/dist/cjs/product/components/product-list-v3/ProductListCarouselLayout.js +1 -1
  1144. package/dist/cjs/product/components/product-list-v3/ProductListCarouselLayout.liquid.js +10 -10
  1145. package/dist/cjs/product/components/product-list-v3/ProductListGridItem.liquid.js +10 -10
  1146. package/dist/cjs/product/components/product-list-v3/ProductListGridLayout.js +1 -1
  1147. package/dist/cjs/product/components/product-list-v3/ProductListGridLayout.liquid.js +23 -23
  1148. package/dist/cjs/product/components/product-list-v3/common/attrs.js +1 -1
  1149. package/dist/cjs/product/components/product-list-v3/common/classes.js +1 -1
  1150. package/dist/cjs/product/components/product-list-v3/common/helpers.js +1 -1
  1151. package/dist/cjs/product/components/product-list-v3/common/styles.js +1 -1
  1152. package/dist/cjs/product/components/product-list-v3/constants/index.js +1 -0
  1153. package/dist/cjs/product/components/product-list-v3/hooks/useCollectionQuery.js +1 -1
  1154. package/dist/cjs/product/components/product-list-v3/hooks/useMainRelatedProductQuery.js +1 -1
  1155. package/dist/cjs/product/components/product-list-v3/hooks/useProductRelatedQuery.js +1 -1
  1156. package/dist/cjs/product/components/product-list-v3/hooks/useProductsQuery.js +1 -1
  1157. package/dist/cjs/product/components/product-price/ProductPrice.js +1 -1
  1158. package/dist/cjs/product/components/product-price/ProductPrice.liquid.js +8 -8
  1159. package/dist/cjs/product/components/product-price/common/attrs.js +1 -1
  1160. package/dist/cjs/product/components/product-price/common/classes.js +1 -1
  1161. package/dist/cjs/product/components/product-price/common/helpers.js +5 -5
  1162. package/dist/cjs/product/components/product-price/hooks/useGpPrice.js +1 -1
  1163. package/dist/cjs/product/components/product-properties/ProductProperties.js +1 -1
  1164. package/dist/cjs/product/components/product-properties/ProductProperties.liquid.js +14 -14
  1165. package/dist/cjs/product/components/product-properties/common/attrs.js +1 -1
  1166. package/dist/cjs/product/components/product-properties/common/classes.js +1 -1
  1167. package/dist/cjs/product/components/product-properties/common/helpers.js +1 -1
  1168. package/dist/cjs/product/components/product-properties/common/styles.js +1 -1
  1169. package/dist/cjs/product/components/product-properties/property-choice/ProductPropertyChoice.js +1 -1
  1170. package/dist/cjs/product/components/product-properties/property-choice/ProductPropertyChoice.liquid.js +15 -15
  1171. package/dist/cjs/product/components/product-properties/property-choice/common/getProductPropertiesChoiceAttrs.js +1 -1
  1172. package/dist/cjs/product/components/product-properties/property-choice/common/getProductPropertiesChoiceClasses.js +1 -1
  1173. package/dist/cjs/product/components/product-properties/property-choice/common/getProductPropertiesChoiceInlineCss.js +4 -4
  1174. package/dist/cjs/product/components/product-properties/property-choice/common/getProductPropertiesChoiceStyles.js +1 -1
  1175. package/dist/cjs/product/components/product-properties/property-input/ProductPropertyInput.js +1 -1
  1176. package/dist/cjs/product/components/product-properties/property-input/ProductPropertyInput.liquid.js +14 -14
  1177. package/dist/cjs/product/components/product-properties/property-input/common/attrs.js +1 -1
  1178. package/dist/cjs/product/components/product-properties/property-input/common/classes.js +1 -1
  1179. package/dist/cjs/product/components/product-properties/property-input/common/helpers.js +1 -1
  1180. package/dist/cjs/product/components/product-properties/property-input/common/styles.js +1 -1
  1181. package/dist/cjs/product/components/product-properties/property-select/ProductPropertySelect.js +1 -1
  1182. package/dist/cjs/product/components/product-properties/property-select/ProductPropertySelect.liquid.js +11 -11
  1183. package/dist/cjs/product/components/product-properties/property-select/common/attrs.js +1 -1
  1184. package/dist/cjs/product/components/product-properties/property-select/common/classes.js +1 -1
  1185. package/dist/cjs/product/components/product-properties/property-select/common/styles.js +1 -1
  1186. package/dist/cjs/product/components/product-quantity/ProductQuantity.js +1 -1
  1187. package/dist/cjs/product/components/product-quantity/ProductQuantity.liquid.js +22 -22
  1188. package/dist/cjs/product/components/product-quantity/common/attrs.js +1 -1
  1189. package/dist/cjs/product/components/product-quantity/common/classes.js +1 -1
  1190. package/dist/cjs/product/components/product-quantity/common/helpers.js +9 -9
  1191. package/dist/cjs/product/components/product-quantity/common/styles.js +1 -1
  1192. package/dist/cjs/product/components/product-quantity/hooks/useProductQuantity.js +1 -1
  1193. package/dist/cjs/product/components/product-quick-view/ProductQuickView.js +1 -1
  1194. package/dist/cjs/product/components/product-quick-view/QuickView.js +1 -1
  1195. package/dist/cjs/product/components/product-sku/Sku.js +1 -1
  1196. package/dist/cjs/product/components/product-sku/Sku.liquid.js +5 -5
  1197. package/dist/cjs/product/components/product-title/ProductTitle.js +1 -1
  1198. package/dist/cjs/product/components/product-title/ProductTitle.liquid.js +7 -7
  1199. package/dist/cjs/product/components/product-title/common/helpers.js +1 -1
  1200. package/dist/cjs/product/components/product-variants/OptionVariantsNewFormat.liquid.js +15 -15
  1201. package/dist/cjs/product/components/product-variants/OptionVariantsOldFormat.liquid.js +44 -44
  1202. package/dist/cjs/product/components/product-variants/ProductVariants.js +1 -1
  1203. package/dist/cjs/product/components/product-variants/ProductVariants.liquid.js +61 -61
  1204. package/dist/cjs/product/components/product-variants/common/base/attrs.js +1 -1
  1205. package/dist/cjs/product/components/product-variants/common/base/classes.js +2 -2
  1206. package/dist/cjs/product/components/product-variants/common/base/styles.js +1 -1
  1207. package/dist/cjs/product/components/product-variants/common/common.js +1 -1
  1208. package/dist/cjs/product/components/product-variants/common/const.js +1 -1
  1209. package/dist/cjs/product/components/product-variants/common/dropdown/attrs.js +1 -1
  1210. package/dist/cjs/product/components/product-variants/common/dropdown/classes.js +1 -1
  1211. package/dist/cjs/product/components/product-variants/common/dropdown/styles.js +1 -1
  1212. package/dist/cjs/product/components/product-variants/common/main/classes.js +1 -1
  1213. package/dist/cjs/product/components/product-variants/common/main/const.js +1 -1
  1214. package/dist/cjs/product/components/product-variants/common/main/getAttr.js +1 -1
  1215. package/dist/cjs/product/components/product-variants/common/main/getData.js +1 -1
  1216. package/dist/cjs/product/components/product-variants/common/main/styles.js +1 -1
  1217. package/dist/cjs/product/components/product-variants/common/variants/attrs.js +1 -1
  1218. package/dist/cjs/product/components/product-variants/common/variants/classes.js +1 -1
  1219. package/dist/cjs/product/components/product-variants/common/variants/styles.js +1 -1
  1220. package/dist/cjs/product/components/product-variants/components/base/base.js +8 -8
  1221. package/dist/cjs/product/components/product-variants/components/base/base.liquid.js +18 -18
  1222. package/dist/cjs/product/components/product-variants/components/color/color.js +1 -1
  1223. package/dist/cjs/product/components/product-variants/components/color/color.liquid.js +4 -4
  1224. package/dist/cjs/product/components/product-variants/components/dropdown-group/DropdownGroup.js +1 -1
  1225. package/dist/cjs/product/components/product-variants/components/dropdown-group/DropdownGroup.liquid.js +1 -1
  1226. package/dist/cjs/product/components/product-variants/components/dropdown-option/DropdownOption.js +1 -1
  1227. package/dist/cjs/product/components/product-variants/components/dropdown-option/VariantOption.js +1 -1
  1228. package/dist/cjs/product/components/product-variants/components/dropdown-option/render-liquid/index.js +17 -17
  1229. package/dist/cjs/product/components/product-variants/components/dropdown-swatches/Dropdown.js +1 -1
  1230. package/dist/cjs/product/components/product-variants/components/dropdown-swatches/Dropdown.liquid.js +7 -7
  1231. package/dist/cjs/product/components/product-variants/components/dropdown-swatches/hooks/useDropdownSwatches.js +1 -1
  1232. package/dist/cjs/product/components/product-variants/components/image/Image.js +1 -1
  1233. package/dist/cjs/product/components/product-variants/components/image/Image.liquid.js +3 -3
  1234. package/dist/cjs/product/components/product-variants/components/image-shopify/ImageShopify.js +1 -1
  1235. package/dist/cjs/product/components/product-variants/components/image-shopify/ImageShopify.liquid.js +3 -3
  1236. package/dist/cjs/product/components/product-variants/components/rectangle-list/RectangleList.js +1 -1
  1237. package/dist/cjs/product/components/product-variants/components/variants/index.js +1 -1
  1238. package/dist/cjs/product/components/product-variants/components/variants/index.liquid.js +33 -33
  1239. package/dist/cjs/product/components/product-variants/hooks/useGpVariants.js +1 -1
  1240. package/dist/cjs/product/components/product-variants/hooks/useVariantInteraction.js +1 -1
  1241. package/dist/cjs/product/components/product-variants/utils/mappingVariantStyles.js +1 -1
  1242. package/dist/cjs/product/components/product-vendor/Vendor.js +1 -1
  1243. package/dist/cjs/product/components/product-vendor/Vendor.liquid.js +6 -6
  1244. package/dist/cjs/product/components/product-view-more/ProductViewMore.js +1 -1
  1245. package/dist/cjs/product/components/product-view-more/ProductViewMore.liquid.js +4 -4
  1246. package/dist/cjs/product/components/product-view-more/common/helpers.js +1 -1
  1247. package/dist/cjs/product/components/product-view-more/common/styles.js +1 -1
  1248. package/dist/cjs/product/components/product-wrap/Product.js +1 -1
  1249. package/dist/cjs/product/components/product-wrap/Product.liquid.js +47 -47
  1250. package/dist/cjs/product/components/product-wrap/common/helpers.js +1 -1
  1251. package/dist/cjs/product/components/product-wrap/hook/useProductSetting.js +1 -1
  1252. package/dist/cjs/product/helpers/function.js +1 -1
  1253. package/dist/cjs/product/helpers/product-bundle.js +1 -1
  1254. package/dist/cjs/product/helpers/product-image.js +1 -1
  1255. package/dist/cjs/product/helpers/product.js +1 -1
  1256. package/dist/cjs/product/helpers/tracking.js +1 -1
  1257. package/dist/cjs/product/index.js +1 -1
  1258. package/dist/cjs/product/next.js +1 -1
  1259. package/dist/cjs/product/settings/DynamicCheckout.js +2 -2
  1260. package/dist/cjs/product/settings/Product.js +2 -2
  1261. package/dist/cjs/product/settings/ProductBadge.js +1 -1
  1262. package/dist/cjs/product/settings/ProductButton.js +2 -2
  1263. package/dist/cjs/product/settings/ProductDescription.js +1 -1
  1264. package/dist/cjs/product/settings/ProductImages.js +4 -4
  1265. package/dist/cjs/product/settings/ProductList.js +2 -2
  1266. package/dist/cjs/product/settings/ProductListV3.js +2 -2
  1267. package/dist/cjs/product/settings/ProductPrice.js +2 -2
  1268. package/dist/cjs/product/settings/ProductProperties.js +2 -2
  1269. package/dist/cjs/product/settings/ProductQuantity.js +2 -2
  1270. package/dist/cjs/product/settings/ProductTag.js +1 -1
  1271. package/dist/cjs/product/settings/ProductTitle.js +2 -2
  1272. package/dist/cjs/product/settings/ProductVariants.js +2 -2
  1273. package/dist/cjs/product/settings/ProductViewMore.js +2 -2
  1274. package/dist/cjs/product/settings/Sku.js +2 -2
  1275. package/dist/cjs/product/settings/Vendor.js +2 -2
  1276. package/dist/cjs/product/settings/bundle-layout/horizontal-one.js +1 -1
  1277. package/dist/cjs/product/settings/bundle-layout/horizontal-three.js +1 -1
  1278. package/dist/cjs/product/settings/bundle-layout/horizontal-two.js +1 -1
  1279. package/dist/cjs/product/settings/bundle-layout/vertical-one.js +1 -1
  1280. package/dist/cjs/product/settings/bundle-layout/vertical-three.js +1 -1
  1281. package/dist/cjs/product/settings/bundle-layout/vertical-two.js +1 -1
  1282. package/dist/cjs/product/settings/dynamic-checkout/configs/presets.js +2 -2
  1283. package/dist/cjs/product/settings/dynamic-checkout/configs/settings.js +1 -1
  1284. package/dist/cjs/product/settings/dynamic-checkout/configs/ui-v2.js +1 -1
  1285. package/dist/cjs/product/settings/product/configs/presets.js +1 -1
  1286. package/dist/cjs/product/settings/product/configs/product-presets/product-1-col.js +3 -3
  1287. package/dist/cjs/product/settings/product/configs/product-presets/product-2-col.js +3 -3
  1288. package/dist/cjs/product/settings/product/configs/product-presets/product-default.js +3 -3
  1289. package/dist/cjs/product/settings/product/configs/settings.js +1 -1
  1290. package/dist/cjs/product/settings/product/configs/ui-v2.js +1 -1
  1291. package/dist/cjs/product/settings/product-badge/configs/presets.js +2 -2
  1292. package/dist/cjs/product/settings/product-badge/configs/settings.js +1 -1
  1293. package/dist/cjs/product/settings/product-badge/configs/translate.js +1 -1
  1294. package/dist/cjs/product/settings/product-badge/configs/ui-v2.js +1 -1
  1295. package/dist/cjs/product/settings/product-button/configs/presets.js +2 -2
  1296. package/dist/cjs/product/settings/product-button/configs/settings.js +2 -2
  1297. package/dist/cjs/product/settings/product-button/configs/translate.js +1 -1
  1298. package/dist/cjs/product/settings/product-button/configs/ui-v2.js +1 -1
  1299. package/dist/cjs/product/settings/product-description/configs/presets.js +2 -2
  1300. package/dist/cjs/product/settings/product-description/configs/settings.js +1 -1
  1301. package/dist/cjs/product/settings/product-description/configs/translate.js +1 -1
  1302. package/dist/cjs/product/settings/product-description/configs/ui-v2.js +1 -1
  1303. package/dist/cjs/product/settings/product-discount-tag/configs/settings.js +1 -1
  1304. package/dist/cjs/product/settings/product-discount-tag/configs/translate.js +1 -1
  1305. package/dist/cjs/product/settings/product-discount-tag/configs/ui-v2.js +1 -1
  1306. package/dist/cjs/product/settings/product-image-v2/ProductFeatureImage.js +1 -1
  1307. package/dist/cjs/product/settings/product-image-v2/ProductGalleryImage.js +1 -1
  1308. package/dist/cjs/product/settings/product-image-v2/ProductImages.js +3 -3
  1309. package/dist/cjs/product/settings/product-image-v2/configs/setting-v2/ProductFeatureImage.js +2 -2
  1310. package/dist/cjs/product/settings/product-image-v2/configs/setting-v2/ProductGalleryImage.js +2 -2
  1311. package/dist/cjs/product/settings/product-image-v2/configs/setting-v2/index.js +1 -1
  1312. package/dist/cjs/product/settings/product-image-v2/configs/ui/FeatureDots.js +1 -1
  1313. package/dist/cjs/product/settings/product-image-v2/configs/ui/FeatureNavigation.js +1 -1
  1314. package/dist/cjs/product/settings/product-image-v2/configs/ui/ImageListNavigation.js +1 -1
  1315. package/dist/cjs/product/settings/product-image-v2/configs/ui-v1.js +1 -1
  1316. package/dist/cjs/product/settings/product-image-v2/configs/ui-v2.js +1 -1
  1317. package/dist/cjs/product/settings/product-image-v3/ProductFeatureImage.js +1 -1
  1318. package/dist/cjs/product/settings/product-image-v3/ProductGalleryImage.js +1 -1
  1319. package/dist/cjs/product/settings/product-image-v3/ProductImages.js +3 -3
  1320. package/dist/cjs/product/settings/product-image-v3/configs/setting-v2/ProductFeatureImage.js +2 -2
  1321. package/dist/cjs/product/settings/product-image-v3/configs/setting-v2/ProductGalleryImage.js +2 -2
  1322. package/dist/cjs/product/settings/product-image-v3/configs/setting-v2/index.js +1 -1
  1323. package/dist/cjs/product/settings/product-image-v3/configs/ui/FeatureDots.js +1 -1
  1324. package/dist/cjs/product/settings/product-image-v3/configs/ui/FeatureNavigation.js +1 -1
  1325. package/dist/cjs/product/settings/product-image-v3/configs/ui/ImageListNavigation.js +1 -1
  1326. package/dist/cjs/product/settings/product-image-v3/configs/ui-v1.js +1 -1
  1327. package/dist/cjs/product/settings/product-image-v3/configs/ui-v2.js +1 -1
  1328. package/dist/cjs/product/settings/product-list/configs/presets.js +2 -2
  1329. package/dist/cjs/product/settings/product-list/configs/settings-v2.js +1 -1
  1330. package/dist/cjs/product/settings/product-list/configs/ui-v2.js +1 -1
  1331. package/dist/cjs/product/settings/product-list-v3/configs/presets.js +2 -2
  1332. package/dist/cjs/product/settings/product-list-v3/configs/settings-v2.js +1 -1
  1333. package/dist/cjs/product/settings/product-list-v3/configs/ui-v2.js +1 -1
  1334. package/dist/cjs/product/settings/product-price/configs/presets.js +2 -2
  1335. package/dist/cjs/product/settings/product-price/configs/settings.js +1 -1
  1336. package/dist/cjs/product/settings/product-price/configs/ui-v2.js +1 -1
  1337. package/dist/cjs/product/settings/product-properties/configs/presets.js +2 -2
  1338. package/dist/cjs/product/settings/product-properties/configs/settings-v2.js +1 -1
  1339. package/dist/cjs/product/settings/product-properties/configs/translate.js +1 -1
  1340. package/dist/cjs/product/settings/product-properties/configs/ui-v2.js +1 -1
  1341. package/dist/cjs/product/settings/product-quantity/configs/presets.js +2 -2
  1342. package/dist/cjs/product/settings/product-quantity/configs/settings.js +2 -2
  1343. package/dist/cjs/product/settings/product-quantity/configs/ui-v2.js +1 -1
  1344. package/dist/cjs/product/settings/product-sku/configs/presets.js +2 -2
  1345. package/dist/cjs/product/settings/product-sku/configs/settings.js +1 -1
  1346. package/dist/cjs/product/settings/product-sku/configs/ui-v2.js +1 -1
  1347. package/dist/cjs/product/settings/product-title/configs/presets.js +2 -2
  1348. package/dist/cjs/product/settings/product-title/configs/settings.js +1 -1
  1349. package/dist/cjs/product/settings/product-title/configs/ui-v2.js +1 -1
  1350. package/dist/cjs/product/settings/product-variant/configs/presets.js +2 -2
  1351. package/dist/cjs/product/settings/product-variant/configs/settings.js +1 -1
  1352. package/dist/cjs/product/settings/product-variant/configs/ui-v2.js +1 -1
  1353. package/dist/cjs/product/settings/product-variant/swatches-style-config/color.js +1 -1
  1354. package/dist/cjs/product/settings/product-variant/swatches-style-config/dropdown.js +1 -1
  1355. package/dist/cjs/product/settings/product-variant/swatches-style-config/image-shopify.js +1 -1
  1356. package/dist/cjs/product/settings/product-variant/swatches-style-config/image.js +1 -1
  1357. package/dist/cjs/product/settings/product-variant/swatches-style-config/rectangle-list.js +1 -1
  1358. package/dist/cjs/product/settings/product-vendor/configs/presets.js +2 -2
  1359. package/dist/cjs/product/settings/product-vendor/configs/settings.js +1 -1
  1360. package/dist/cjs/product/settings/product-vendor/configs/ui-v2.js +1 -1
  1361. package/dist/cjs/product/settings/product-view-more/configs/presets.js +2 -2
  1362. package/dist/cjs/product/settings/product-view-more/configs/settings.js +2 -2
  1363. package/dist/cjs/product/settings/product-view-more/configs/translate.js +1 -1
  1364. package/dist/cjs/product/settings/product-view-more/configs/ui-v2.js +1 -1
  1365. package/dist/cjs/radio/components/Radio.js +1 -1
  1366. package/dist/cjs/radio/index.js +1 -1
  1367. package/dist/cjs/radio/next.js +1 -1
  1368. package/dist/cjs/radio/settings/Radio.js +1 -1
  1369. package/dist/cjs/radio/settings/configs/settings.js +1 -1
  1370. package/dist/cjs/select/components/Select.js +2 -2
  1371. package/dist/cjs/select/index.js +1 -1
  1372. package/dist/cjs/select/next.js +1 -1
  1373. package/dist/cjs/select/settings/Select.js +1 -1
  1374. package/dist/cjs/select/settings/configs/settings.js +1 -1
  1375. package/dist/cjs/setting.js +1 -1
  1376. package/dist/cjs/shop-pay-installment/components/ShopPayInstallments.js +1 -1
  1377. package/dist/cjs/shop-pay-installment/components/ShopPayInstallments.liquid.js +2 -2
  1378. package/dist/cjs/shop-pay-installment/components/common/helpers.js +1 -1
  1379. package/dist/cjs/shop-pay-installment/index.js +1 -1
  1380. package/dist/cjs/shop-pay-installment/next.js +1 -1
  1381. package/dist/cjs/shop-pay-installment/settings/ShopPayInstallments.js +2 -2
  1382. package/dist/cjs/shop-pay-installment/settings/configs/settings.js +1 -1
  1383. package/dist/cjs/sticky/common/classes.js +1 -1
  1384. package/dist/cjs/sticky/common/styles.js +1 -1
  1385. package/dist/cjs/sticky/components/Sticky.js +1 -1
  1386. package/dist/cjs/sticky/components/Sticky.liquid.js +13 -13
  1387. package/dist/cjs/sticky/hooks/useSticky.js +1 -1
  1388. package/dist/cjs/sticky/index.js +1 -1
  1389. package/dist/cjs/sticky/next.js +1 -1
  1390. package/dist/cjs/sticky/settings/Sticky.js +1 -1
  1391. package/dist/cjs/sticky/settings/configs/presets.js +4 -4
  1392. package/dist/cjs/sticky/settings/configs/settings-v2.js +1 -1
  1393. package/dist/cjs/sticky/settings/configs/settings.js +1 -1
  1394. package/dist/cjs/sticky/settings/configs/translate.js +1 -1
  1395. package/dist/cjs/sticky/settings/configs/ui-v2.js +1 -1
  1396. package/dist/cjs/stock-counter/common/attrs.js +1 -1
  1397. package/dist/cjs/stock-counter/common/classes.js +1 -1
  1398. package/dist/cjs/stock-counter/common/helpers.js +35 -35
  1399. package/dist/cjs/stock-counter/common/styles.js +1 -1
  1400. package/dist/cjs/stock-counter/components/StockCounter.js +1 -1
  1401. package/dist/cjs/stock-counter/components/StockCounter.liquid.js +45 -45
  1402. package/dist/cjs/stock-counter/hooks/useStockCounter.js +1 -1
  1403. package/dist/cjs/stock-counter/hooks/useStockCounterInteraction.js +1 -1
  1404. package/dist/cjs/stock-counter/index.js +1 -1
  1405. package/dist/cjs/stock-counter/next.js +1 -1
  1406. package/dist/cjs/stock-counter/settings/StockCounter.js +2 -2
  1407. package/dist/cjs/stock-counter/settings/configs/presets.js +2 -2
  1408. package/dist/cjs/stock-counter/settings/configs/settings-v2.js +2 -2
  1409. package/dist/cjs/stock-counter/settings/configs/translate.js +1 -1
  1410. package/dist/cjs/stock-counter/settings/configs/ui-v2.js +1 -1
  1411. package/dist/cjs/tab/common/attrs.js +1 -1
  1412. package/dist/cjs/tab/common/classes.js +2 -2
  1413. package/dist/cjs/tab/common/helpers.js +2 -2
  1414. package/dist/cjs/tab/common/styles.js +1 -1
  1415. package/dist/cjs/tab/components/TabItem.js +1 -1
  1416. package/dist/cjs/tab/components/TabItem.liquid.js +6 -6
  1417. package/dist/cjs/tab/components/Tabs.js +1 -1
  1418. package/dist/cjs/tab/components/Tabs.liquid.js +24 -24
  1419. package/dist/cjs/tab/hooks/useTab.js +1 -1
  1420. package/dist/cjs/tab/hooks/useTabInteraction.js +1 -1
  1421. package/dist/cjs/tab/index.js +1 -1
  1422. package/dist/cjs/tab/next.js +1 -1
  1423. package/dist/cjs/tab/settings/TabItem.js +2 -2
  1424. package/dist/cjs/tab/settings/Tabs.js +3 -3
  1425. package/dist/cjs/tab/settings/configs/settings.js +1 -1
  1426. package/dist/cjs/tab/settings/configs/translate.js +1 -1
  1427. package/dist/cjs/tab/settings/configs/ui-v2.js +1 -1
  1428. package/dist/cjs/text/common/attrs.js +1 -1
  1429. package/dist/cjs/text/common/classes.js +1 -1
  1430. package/dist/cjs/text/common/helpers.js +1 -1
  1431. package/dist/cjs/text/common/styles.js +1 -1
  1432. package/dist/cjs/text/components/Text.js +1 -1
  1433. package/dist/cjs/text/components/Text.liquid.js +12 -12
  1434. package/dist/cjs/text/components/TextInline.js +6 -6
  1435. package/dist/cjs/text/index.js +1 -1
  1436. package/dist/cjs/text/next.js +1 -1
  1437. package/dist/cjs/text/settings/Text.js +2 -2
  1438. package/dist/cjs/text/settings/configs/presets.js +2 -2
  1439. package/dist/cjs/text/settings/configs/settings.js +1 -1
  1440. package/dist/cjs/text/settings/configs/translate.js +1 -1
  1441. package/dist/cjs/text/settings/configs/ui-v2.js +1 -1
  1442. package/dist/cjs/textarea/components/Textarea.js +1 -1
  1443. package/dist/cjs/textarea/index.js +1 -1
  1444. package/dist/cjs/textarea/next.js +1 -1
  1445. package/dist/cjs/textarea/settings/Textarea.js +2 -2
  1446. package/dist/cjs/textarea/settings/configs/settings.js +1 -1
  1447. package/dist/cjs/third-party/common/helpers.js +5 -5
  1448. package/dist/cjs/third-party/components/AftershipEmailMarketingsms.js +1 -1
  1449. package/dist/cjs/third-party/components/AftershipEmailMarketingsms.liquid.js +1 -1
  1450. package/dist/cjs/third-party/components/AirProductReviewsAppUgc.js +1 -1
  1451. package/dist/cjs/third-party/components/AirProductReviewsAppUgc.liquid.js +5 -5
  1452. package/dist/cjs/third-party/components/AliReviews/AliReviewsSampleContent.js +1 -1
  1453. package/dist/cjs/third-party/components/AliReviews.js +1 -1
  1454. package/dist/cjs/third-party/components/AliReviews.liquid.js +5 -5
  1455. package/dist/cjs/third-party/components/AlsoBoughtCbb.js +1 -1
  1456. package/dist/cjs/third-party/components/AlsoBoughtCbb.liquid.js +4 -4
  1457. package/dist/cjs/third-party/components/AovBundlesVolumeDiscounts.js +1 -1
  1458. package/dist/cjs/third-party/components/AovBundlesVolumeDiscounts.liquid.js +1 -1
  1459. package/dist/cjs/third-party/components/AovFreeGiftBuyXGetYBogo.js +1 -1
  1460. package/dist/cjs/third-party/components/AovFreeGiftBuyXGetYBogo.liquid.js +1 -1
  1461. package/dist/cjs/third-party/components/AppointmentBookingCowlendar.js +1 -1
  1462. package/dist/cjs/third-party/components/AppointmentBookingCowlendar.liquid.js +1 -1
  1463. package/dist/cjs/third-party/components/AppstleBundlesDiscounts.js +1 -1
  1464. package/dist/cjs/third-party/components/AppstleBundlesDiscounts.liquid.js +1 -1
  1465. package/dist/cjs/third-party/components/AppstleSubscriptions/AppstleSubscriptionsSampleContent.js +1 -1
  1466. package/dist/cjs/third-party/components/AppstleSubscriptions.js +1 -1
  1467. package/dist/cjs/third-party/components/AppstleSubscriptions.liquid.js +4 -4
  1468. package/dist/cjs/third-party/components/BestBuyFulfillment.js +1 -1
  1469. package/dist/cjs/third-party/components/BestBuyFulfillment.liquid.js +1 -1
  1470. package/dist/cjs/third-party/components/BfSizeChartSizeGuide.js +1 -1
  1471. package/dist/cjs/third-party/components/BfSizeChartSizeGuide.liquid.js +1 -1
  1472. package/dist/cjs/third-party/components/BirdChime/BirdChimeContent.js +1 -1
  1473. package/dist/cjs/third-party/components/BirdChime.js +1 -1
  1474. package/dist/cjs/third-party/components/BirdChime.liquid.js +4 -4
  1475. package/dist/cjs/third-party/components/BloyRewardsProgramLoyalty.js +1 -1
  1476. package/dist/cjs/third-party/components/BloyRewardsProgramLoyalty.liquid.js +1 -1
  1477. package/dist/cjs/third-party/components/Bogos/BogosSampleContent.js +1 -1
  1478. package/dist/cjs/third-party/components/Bogos.js +1 -1
  1479. package/dist/cjs/third-party/components/Bogos.liquid.js +5 -5
  1480. package/dist/cjs/third-party/components/BoldProductOptions/BoldProductOptionsSampleContent.js +1 -1
  1481. package/dist/cjs/third-party/components/BoldProductOptions.js +1 -1
  1482. package/dist/cjs/third-party/components/BoldProductOptions.liquid.js +3 -3
  1483. package/dist/cjs/third-party/components/BoldSubscriptions/BoldSubscriptionsSampleContent.js +1 -1
  1484. package/dist/cjs/third-party/components/BoldSubscriptions.js +1 -1
  1485. package/dist/cjs/third-party/components/BoldSubscriptions.liquid.js +5 -5
  1486. package/dist/cjs/third-party/components/BonLoyaltyRewardsReferrals.js +1 -1
  1487. package/dist/cjs/third-party/components/BonLoyaltyRewardsReferrals.liquid.js +1 -1
  1488. package/dist/cjs/third-party/components/BonySubscriptionsApp.js +1 -1
  1489. package/dist/cjs/third-party/components/BonySubscriptionsApp.liquid.js +4 -4
  1490. package/dist/cjs/third-party/components/BoostAISearchDiscovery/BoostAISearchDiscoverySampleContent.js +1 -1
  1491. package/dist/cjs/third-party/components/BoostAISearchDiscovery.js +1 -1
  1492. package/dist/cjs/third-party/components/BoostAISearchDiscovery.liquid.js +5 -5
  1493. package/dist/cjs/third-party/components/Bundler/BundlerSampleContent.js +1 -1
  1494. package/dist/cjs/third-party/components/Bundler.js +1 -1
  1495. package/dist/cjs/third-party/components/Bundler.liquid.js +4 -4
  1496. package/dist/cjs/third-party/components/CleanSizeCharts.js +1 -1
  1497. package/dist/cjs/third-party/components/CleanSizeCharts.liquid.js +5 -5
  1498. package/dist/cjs/third-party/components/CrossSellCartUpsell/CrossSellCartUpsellSampleContent.js +1 -1
  1499. package/dist/cjs/third-party/components/CrossSellCartUpsell.js +1 -1
  1500. package/dist/cjs/third-party/components/CrossSellCartUpsell.liquid.js +4 -4
  1501. package/dist/cjs/third-party/components/CustomProductOptionsVariant.js +1 -1
  1502. package/dist/cjs/third-party/components/CustomProductOptionsVariant.liquid.js +4 -4
  1503. package/dist/cjs/third-party/components/DealeasyVolumeDiscounts.js +1 -1
  1504. package/dist/cjs/third-party/components/DealeasyVolumeDiscounts.liquid.js +5 -5
  1505. package/dist/cjs/third-party/components/DiscountyBulkDiscountSales.js +1 -1
  1506. package/dist/cjs/third-party/components/DiscountyBulkDiscountSales.liquid.js +4 -4
  1507. package/dist/cjs/third-party/components/EasifyProductOptions.js +1 -1
  1508. package/dist/cjs/third-party/components/EasifyProductOptions.liquid.js +4 -4
  1509. package/dist/cjs/third-party/components/EasyBundleBuilderSkailama.js +1 -1
  1510. package/dist/cjs/third-party/components/EasyBundleBuilderSkailama.liquid.js +1 -1
  1511. package/dist/cjs/third-party/components/EasySellCOD.js +1 -1
  1512. package/dist/cjs/third-party/components/EasySellCOD.liquid.js +4 -4
  1513. package/dist/cjs/third-party/components/EcoboostifyShoppableReelUgc.js +1 -1
  1514. package/dist/cjs/third-party/components/EcoboostifyShoppableReelUgc.liquid.js +1 -1
  1515. package/dist/cjs/third-party/components/EcomsendBackInStockAlert.js +1 -1
  1516. package/dist/cjs/third-party/components/EcomsendBackInStockAlert.liquid.js +5 -5
  1517. package/dist/cjs/third-party/components/EssentialAnnouncementBar.js +1 -1
  1518. package/dist/cjs/third-party/components/EssentialAnnouncementBar.liquid.js +1 -1
  1519. package/dist/cjs/third-party/components/EssentialCountdownTimerBar.js +1 -1
  1520. package/dist/cjs/third-party/components/EssentialCountdownTimerBar.liquid.js +1 -1
  1521. package/dist/cjs/third-party/components/EstimatedDeliveryDatePlus.js +1 -1
  1522. package/dist/cjs/third-party/components/EstimatedDeliveryDatePlus.liquid.js +1 -1
  1523. package/dist/cjs/third-party/components/FastBundleBundlesDiscounts.js +1 -1
  1524. package/dist/cjs/third-party/components/FastBundleBundlesDiscounts.liquid.js +5 -5
  1525. package/dist/cjs/third-party/components/FeraReviews/FeraReviewsSampleContent.js +1 -1
  1526. package/dist/cjs/third-party/components/FeraReviews/LiquidTemplateByWidget.js +1 -1
  1527. package/dist/cjs/third-party/components/FeraReviews.js +1 -1
  1528. package/dist/cjs/third-party/components/FeraReviews.liquid.js +5 -5
  1529. package/dist/cjs/third-party/components/FirePush/FirePushSampleContent.js +1 -1
  1530. package/dist/cjs/third-party/components/FirePush.js +1 -1
  1531. package/dist/cjs/third-party/components/FirePush.liquid.js +4 -4
  1532. package/dist/cjs/third-party/components/FlyBundlesUpsellsFbt.js +1 -1
  1533. package/dist/cjs/third-party/components/FlyBundlesUpsellsFbt.liquid.js +1 -1
  1534. package/dist/cjs/third-party/components/FordeerProductLabels.js +1 -1
  1535. package/dist/cjs/third-party/components/FordeerProductLabels.liquid.js +7 -7
  1536. package/dist/cjs/third-party/components/FrequentlyBoughtTogether/FrequentlyBoughtTogetherSampleContent.js +1 -1
  1537. package/dist/cjs/third-party/components/FrequentlyBoughtTogether.js +1 -1
  1538. package/dist/cjs/third-party/components/FrequentlyBoughtTogether.liquid.js +5 -5
  1539. package/dist/cjs/third-party/components/GloColorSwatchvariantImage.js +1 -1
  1540. package/dist/cjs/third-party/components/GloColorSwatchvariantImage.liquid.js +1 -1
  1541. package/dist/cjs/third-party/components/GloboProductOptionsVariant.js +1 -1
  1542. package/dist/cjs/third-party/components/GloboProductOptionsVariant.liquid.js +1 -1
  1543. package/dist/cjs/third-party/components/GoogleReviewsByReputon.js +1 -1
  1544. package/dist/cjs/third-party/components/GoogleReviewsByReputon.liquid.js +5 -5
  1545. package/dist/cjs/third-party/components/Growave/GrowaveSampleContent.js +1 -1
  1546. package/dist/cjs/third-party/components/Growave.js +1 -1
  1547. package/dist/cjs/third-party/components/Growave.liquid.js +5 -5
  1548. package/dist/cjs/third-party/components/GrowthSuiteDiscountCodes.js +1 -1
  1549. package/dist/cjs/third-party/components/GrowthSuiteDiscountCodes.liquid.js +3 -3
  1550. package/dist/cjs/third-party/components/HextomCountdownTimerBar.js +1 -1
  1551. package/dist/cjs/third-party/components/HextomCountdownTimerBar.liquid.js +1 -1
  1552. package/dist/cjs/third-party/components/HextomFreeShippingBar.js +1 -1
  1553. package/dist/cjs/third-party/components/HextomFreeShippingBar.liquid.js +1 -1
  1554. package/dist/cjs/third-party/components/HulkFormBuilder.js +1 -1
  1555. package/dist/cjs/third-party/components/HulkFormBuilder.liquid.js +5 -5
  1556. package/dist/cjs/third-party/components/HulkProductOptions.js +1 -1
  1557. package/dist/cjs/third-party/components/HulkProductOptions.liquid.js +1 -1
  1558. package/dist/cjs/third-party/components/InfiniteOptions/InfiniteOptionsSampleContent.js +1 -1
  1559. package/dist/cjs/third-party/components/InfiniteOptions.js +1 -1
  1560. package/dist/cjs/third-party/components/InfiniteOptions.liquid.js +3 -3
  1561. package/dist/cjs/third-party/components/Instafeed/InstafeedSampleContent.js +1 -1
  1562. package/dist/cjs/third-party/components/Instafeed.js +1 -1
  1563. package/dist/cjs/third-party/components/Instafeed.liquid.js +4 -4
  1564. package/dist/cjs/third-party/components/InstasellShoppableInstagram.js +1 -1
  1565. package/dist/cjs/third-party/components/InstasellShoppableInstagram.liquid.js +1 -1
  1566. package/dist/cjs/third-party/components/Judgeme/JudgemeSampleContent.js +1 -1
  1567. package/dist/cjs/third-party/components/JudgemeReviews.js +1 -1
  1568. package/dist/cjs/third-party/components/JudgemeReviews.liquid.js +4 -4
  1569. package/dist/cjs/third-party/components/JunipProductReviewsUgc.js +1 -1
  1570. package/dist/cjs/third-party/components/JunipProductReviewsUgc.liquid.js +1 -1
  1571. package/dist/cjs/third-party/components/KachingBundles/KachingBundlesSampleContent.js +1 -1
  1572. package/dist/cjs/third-party/components/KachingBundles.js +1 -1
  1573. package/dist/cjs/third-party/components/KachingBundles.liquid.js +4 -4
  1574. package/dist/cjs/third-party/components/KachingSubscriptionsApp.js +1 -1
  1575. package/dist/cjs/third-party/components/KachingSubscriptionsApp.liquid.js +4 -4
  1576. package/dist/cjs/third-party/components/KingProductOptions/KingProductOptionsSampleContent.js +1 -1
  1577. package/dist/cjs/third-party/components/KingProductOptions.js +1 -1
  1578. package/dist/cjs/third-party/components/KingProductOptions.liquid.js +4 -4
  1579. package/dist/cjs/third-party/components/KiteFreeGiftDiscount.js +1 -1
  1580. package/dist/cjs/third-party/components/KiteFreeGiftDiscount.liquid.js +1 -1
  1581. package/dist/cjs/third-party/components/KlarnaMessaging.js +1 -1
  1582. package/dist/cjs/third-party/components/KlarnaMessaging.liquid.js +5 -5
  1583. package/dist/cjs/third-party/components/Klaviyo/KlaviyoSampleContent.js +1 -1
  1584. package/dist/cjs/third-party/components/Klaviyo.js +1 -1
  1585. package/dist/cjs/third-party/components/Klaviyo.liquid.js +5 -5
  1586. package/dist/cjs/third-party/components/KoalaBundleQuantityDiscount.js +1 -1
  1587. package/dist/cjs/third-party/components/KoalaBundleQuantityDiscount.liquid.js +1 -1
  1588. package/dist/cjs/third-party/components/LaiProductReviews/LaiProductReviewsSampleContent.js +1 -1
  1589. package/dist/cjs/third-party/components/LaiProductReviews/LiquidTemplateByWiget.js +10 -10
  1590. package/dist/cjs/third-party/components/LaiProductReviews.js +1 -1
  1591. package/dist/cjs/third-party/components/LaiProductReviews.liquid.js +5 -5
  1592. package/dist/cjs/third-party/components/LoloyalLoyaltyReferrals.js +1 -1
  1593. package/dist/cjs/third-party/components/LoloyalLoyaltyReferrals.liquid.js +1 -1
  1594. package/dist/cjs/third-party/components/LoopSubscriptions.js +1 -1
  1595. package/dist/cjs/third-party/components/LoopSubscriptions.liquid.js +2 -2
  1596. package/dist/cjs/third-party/components/LooxReviews/LooxReviewsSampleContent.js +1 -1
  1597. package/dist/cjs/third-party/components/LooxReviews.js +1 -1
  1598. package/dist/cjs/third-party/components/LooxReviews.liquid.js +8 -8
  1599. package/dist/cjs/third-party/components/MaxbundleProductBundles.js +1 -1
  1600. package/dist/cjs/third-party/components/MaxbundleProductBundles.liquid.js +5 -5
  1601. package/dist/cjs/third-party/components/MbcBundleVolumeDiscount.js +1 -1
  1602. package/dist/cjs/third-party/components/MbcBundleVolumeDiscount.liquid.js +4 -4
  1603. package/dist/cjs/third-party/components/MyappgurusProductReviews.js +1 -1
  1604. package/dist/cjs/third-party/components/MyappgurusProductReviews.liquid.js +1 -1
  1605. package/dist/cjs/third-party/components/NotifyBackInStockPreOrder.js +1 -1
  1606. package/dist/cjs/third-party/components/NotifyBackInStockPreOrder.liquid.js +3 -3
  1607. package/dist/cjs/third-party/components/OkendoReviewsLoyalty.js +1 -1
  1608. package/dist/cjs/third-party/components/OkendoReviewsLoyalty.liquid.js +1 -1
  1609. package/dist/cjs/third-party/components/Omnisend/OmnisendSampleContent.js +1 -1
  1610. package/dist/cjs/third-party/components/Omnisend.js +1 -1
  1611. package/dist/cjs/third-party/components/Omnisend.liquid.js +9 -9
  1612. package/dist/cjs/third-party/components/Opinew/OpinewSampleContent.js +1 -1
  1613. package/dist/cjs/third-party/components/Opinew.js +1 -1
  1614. package/dist/cjs/third-party/components/Opinew.liquid.js +5 -5
  1615. package/dist/cjs/third-party/components/ParcelPanel/ParcelPanelSampleContent.js +1 -1
  1616. package/dist/cjs/third-party/components/ParcelPanel.js +1 -1
  1617. package/dist/cjs/third-party/components/ParcelPanel.liquid.js +1 -1
  1618. package/dist/cjs/third-party/components/PickyStory/PickyStorySampleContent.js +1 -1
  1619. package/dist/cjs/third-party/components/PickyStory.js +1 -1
  1620. package/dist/cjs/third-party/components/PickyStory.liquid.js +5 -5
  1621. package/dist/cjs/third-party/components/PowerfulContactFormBuilder.js +1 -1
  1622. package/dist/cjs/third-party/components/PowerfulContactFormBuilder.liquid.js +1 -1
  1623. package/dist/cjs/third-party/components/PreorderNowPreOrderPq.js +1 -1
  1624. package/dist/cjs/third-party/components/PreorderNowPreOrderPq.liquid.js +1 -1
  1625. package/dist/cjs/third-party/components/PreorderNowWodPresale.js +1 -1
  1626. package/dist/cjs/third-party/components/PreorderNowWodPresale.liquid.js +1 -1
  1627. package/dist/cjs/third-party/components/ProductOptionsCustomizer.js +1 -1
  1628. package/dist/cjs/third-party/components/ProductOptionsCustomizer.liquid.js +1 -1
  1629. package/dist/cjs/third-party/components/ProductOptionsVariantOption.js +1 -1
  1630. package/dist/cjs/third-party/components/ProductOptionsVariantOption.liquid.js +3 -3
  1631. package/dist/cjs/third-party/components/ProductReviews/ProductReviewsSampleContent.js +1 -1
  1632. package/dist/cjs/third-party/components/ProductReviews.js +1 -1
  1633. package/dist/cjs/third-party/components/ProductReviews.liquid.js +5 -5
  1634. package/dist/cjs/third-party/components/PumperBundlesVolumeDiscount.js +1 -1
  1635. package/dist/cjs/third-party/components/PumperBundlesVolumeDiscount.liquid.js +1 -1
  1636. package/dist/cjs/third-party/components/PushOwl.js +1 -1
  1637. package/dist/cjs/third-party/components/PushOwl.liquid.js +3 -3
  1638. package/dist/cjs/third-party/components/QikifyUpsell.js +1 -1
  1639. package/dist/cjs/third-party/components/QikifyUpsell.liquid.js +1 -1
  1640. package/dist/cjs/third-party/components/RapiBundleQuantityBreaks.js +1 -1
  1641. package/dist/cjs/third-party/components/RapiBundleQuantityBreaks.liquid.js +3 -3
  1642. package/dist/cjs/third-party/components/RechargeSubscriptions.js +1 -1
  1643. package/dist/cjs/third-party/components/RechargeSubscriptions.liquid.js +1 -1
  1644. package/dist/cjs/third-party/components/RecurpaySubscriptionApp.js +1 -1
  1645. package/dist/cjs/third-party/components/RecurpaySubscriptionApp.liquid.js +4 -4
  1646. package/dist/cjs/third-party/components/Releasit/ReleasitSampleContent.js +1 -1
  1647. package/dist/cjs/third-party/components/Releasit.js +1 -1
  1648. package/dist/cjs/third-party/components/Releasit.liquid.js +4 -4
  1649. package/dist/cjs/third-party/components/RequestQuoteHidePrice.js +1 -1
  1650. package/dist/cjs/third-party/components/RequestQuoteHidePrice.liquid.js +3 -3
  1651. package/dist/cjs/third-party/components/ReviewxpoProductReviewsApp.js +1 -1
  1652. package/dist/cjs/third-party/components/ReviewxpoProductReviewsApp.liquid.js +1 -1
  1653. package/dist/cjs/third-party/components/Rivyo/RivyoSampleContent.js +1 -1
  1654. package/dist/cjs/third-party/components/Rivyo.js +1 -1
  1655. package/dist/cjs/third-party/components/Rivyo.liquid.js +4 -4
  1656. package/dist/cjs/third-party/components/Ryviu/RyviuSampleContent.js +1 -1
  1657. package/dist/cjs/third-party/components/Ryviu.js +1 -1
  1658. package/dist/cjs/third-party/components/Ryviu.liquid.js +5 -5
  1659. package/dist/cjs/third-party/components/SealSubscriptions/SealSubscriptionsSampleContent.js +1 -1
  1660. package/dist/cjs/third-party/components/SealSubscriptions.js +1 -1
  1661. package/dist/cjs/third-party/components/SealSubscriptions.liquid.js +4 -4
  1662. package/dist/cjs/third-party/components/SegunoEmailMarketing.js +1 -1
  1663. package/dist/cjs/third-party/components/SegunoEmailMarketing.liquid.js +1 -1
  1664. package/dist/cjs/third-party/components/Selleasy.js +1 -1
  1665. package/dist/cjs/third-party/components/Selleasy.liquid.js +1 -1
  1666. package/dist/cjs/third-party/components/SeoantTrustBadgesIcon.js +1 -1
  1667. package/dist/cjs/third-party/components/SeoantTrustBadgesIcon.liquid.js +1 -1
  1668. package/dist/cjs/third-party/components/ShopifyForms.js +1 -1
  1669. package/dist/cjs/third-party/components/ShopifyForms.liquid.js +1 -1
  1670. package/dist/cjs/third-party/components/ShopifySubscriptions.js +1 -1
  1671. package/dist/cjs/third-party/components/ShopifySubscriptions.liquid.js +4 -4
  1672. package/dist/cjs/third-party/components/SimpleBundlesKits.js +1 -1
  1673. package/dist/cjs/third-party/components/SimpleBundlesKits.liquid.js +1 -1
  1674. package/dist/cjs/third-party/components/SkioSubscriptionsYcS20.js +1 -1
  1675. package/dist/cjs/third-party/components/SkioSubscriptionsYcS20.liquid.js +1 -1
  1676. package/dist/cjs/third-party/components/SmartSearchBarAndFilters/SmartSearchBarAndFiltersSampleContent.js +1 -1
  1677. package/dist/cjs/third-party/components/SmartSearchBarAndFilters.js +1 -1
  1678. package/dist/cjs/third-party/components/SmartSearchBarAndFilters.liquid.js +6 -6
  1679. package/dist/cjs/third-party/components/SproutPlantTreesGrowSales.js +1 -1
  1680. package/dist/cjs/third-party/components/SproutPlantTreesGrowSales.liquid.js +1 -1
  1681. package/dist/cjs/third-party/components/Stamped/LiquidTemplateByWidget.js +40 -40
  1682. package/dist/cjs/third-party/components/Stamped/StampedSampleContent.js +1 -1
  1683. package/dist/cjs/third-party/components/Stamped.js +1 -1
  1684. package/dist/cjs/third-party/components/Stamped.liquid.js +5 -5
  1685. package/dist/cjs/third-party/components/StellarDeliveryDatePickup.js +1 -1
  1686. package/dist/cjs/third-party/components/StellarDeliveryDatePickup.liquid.js +3 -3
  1687. package/dist/cjs/third-party/components/SubifySubscriptionsApp.js +1 -1
  1688. package/dist/cjs/third-party/components/SubifySubscriptionsApp.liquid.js +1 -1
  1689. package/dist/cjs/third-party/components/TagembedSocialPostReview.js +1 -1
  1690. package/dist/cjs/third-party/components/TagembedSocialPostReview.liquid.js +5 -5
  1691. package/dist/cjs/third-party/components/TagshopShoppableVideosUgc.js +1 -1
  1692. package/dist/cjs/third-party/components/TagshopShoppableVideosUgc.liquid.js +4 -4
  1693. package/dist/cjs/third-party/components/TeeinblueProductPersonalizer.js +1 -1
  1694. package/dist/cjs/third-party/components/TeeinblueProductPersonalizer.liquid.js +4 -4
  1695. package/dist/cjs/third-party/components/ThirdPartyPreview.js +1 -1
  1696. package/dist/cjs/third-party/components/TrustBadgesBear.js +1 -1
  1697. package/dist/cjs/third-party/components/TrustBadgesBear.liquid.js +1 -1
  1698. package/dist/cjs/third-party/components/TrustMe/TrustMeSampleContent.js +1 -1
  1699. package/dist/cjs/third-party/components/TrustMe.js +1 -1
  1700. package/dist/cjs/third-party/components/TrustMe.liquid.js +4 -4
  1701. package/dist/cjs/third-party/components/TrustedsiteTrustBadges.js +1 -1
  1702. package/dist/cjs/third-party/components/TrustedsiteTrustBadges.liquid.js +1 -1
  1703. package/dist/cjs/third-party/components/Trustoo/TrustooSampleContent.js +1 -1
  1704. package/dist/cjs/third-party/components/Trustoo.js +1 -1
  1705. package/dist/cjs/third-party/components/Trustoo.liquid.js +14 -14
  1706. package/dist/cjs/third-party/components/TrustreviewsProductReviews.js +1 -1
  1707. package/dist/cjs/third-party/components/TrustreviewsProductReviews.liquid.js +1 -1
  1708. package/dist/cjs/third-party/components/TrustshopProductReviews.js +1 -1
  1709. package/dist/cjs/third-party/components/TrustshopProductReviews.liquid.js +1 -1
  1710. package/dist/cjs/third-party/components/UltimateSalesBoost/UltimateSalesBoostSampleContent.js +1 -1
  1711. package/dist/cjs/third-party/components/UltimateSalesBoost.js +1 -1
  1712. package/dist/cjs/third-party/components/UltimateSalesBoost.liquid.js +4 -4
  1713. package/dist/cjs/third-party/components/UnlimitedBundlesDiscounts.js +1 -1
  1714. package/dist/cjs/third-party/components/UnlimitedBundlesDiscounts.liquid.js +1 -1
  1715. package/dist/cjs/third-party/components/UppromoteAffiliateMarketing.js +1 -1
  1716. package/dist/cjs/third-party/components/UppromoteAffiliateMarketing.liquid.js +4 -4
  1717. package/dist/cjs/third-party/components/Vitals/VitalsSampleContent.js +1 -1
  1718. package/dist/cjs/third-party/components/Vitals.js +1 -1
  1719. package/dist/cjs/third-party/components/Vitals.liquid.js +5 -5
  1720. package/dist/cjs/third-party/components/WhatmoreShoppableVideosreel.js +1 -1
  1721. package/dist/cjs/third-party/components/WhatmoreShoppableVideosreel.liquid.js +1 -1
  1722. package/dist/cjs/third-party/components/WideBundle/WideBundleSampleContent.js +1 -1
  1723. package/dist/cjs/third-party/components/WideBundle.js +1 -1
  1724. package/dist/cjs/third-party/components/WideBundle.liquid.js +4 -4
  1725. package/dist/cjs/third-party/components/Wiser/WiserSampleContent.js +1 -1
  1726. package/dist/cjs/third-party/components/Wiser.js +1 -1
  1727. package/dist/cjs/third-party/components/Wiser.liquid.js +5 -5
  1728. package/dist/cjs/third-party/components/WishlistKing.js +1 -1
  1729. package/dist/cjs/third-party/components/WishlistKing.liquid.js +1 -1
  1730. package/dist/cjs/third-party/components/WishlistPlus.js +1 -1
  1731. package/dist/cjs/third-party/components/WishlistPlus.liquid.js +6 -6
  1732. package/dist/cjs/third-party/components/YotpoLoyalty/YotpoLoyaltySampleContent.js +1 -1
  1733. package/dist/cjs/third-party/components/YotpoLoyalty.js +1 -1
  1734. package/dist/cjs/third-party/components/YotpoReviews/YotpoReviewsSampleContent.js +1 -1
  1735. package/dist/cjs/third-party/components/YotpoReviews.js +1 -1
  1736. package/dist/cjs/third-party/components/YotpoReviews.liquid.js +6 -6
  1737. package/dist/cjs/third-party/configs/AftershipEmailMarketingsms.js +1 -1
  1738. package/dist/cjs/third-party/configs/AirProductReviewsAppUgc.js +1 -1
  1739. package/dist/cjs/third-party/configs/AliReviews.js +1 -1
  1740. package/dist/cjs/third-party/configs/AlsoBoughtCbb.js +1 -1
  1741. package/dist/cjs/third-party/configs/AovBundlesVolumeDiscounts.js +1 -1
  1742. package/dist/cjs/third-party/configs/AovFreeGiftBuyXGetYBogo.js +1 -1
  1743. package/dist/cjs/third-party/configs/AppointmentBookingCowlendar.js +1 -1
  1744. package/dist/cjs/third-party/configs/AppstleBundlesDiscounts.js +1 -1
  1745. package/dist/cjs/third-party/configs/AppstleSubscriptions.js +1 -1
  1746. package/dist/cjs/third-party/configs/BfSizeChartSizeGuide.js +1 -1
  1747. package/dist/cjs/third-party/configs/BirdChime.js +1 -1
  1748. package/dist/cjs/third-party/configs/BloyRewardsProgramLoyalty.js +1 -1
  1749. package/dist/cjs/third-party/configs/Bogos.js +1 -1
  1750. package/dist/cjs/third-party/configs/BoldProductOptions.js +1 -1
  1751. package/dist/cjs/third-party/configs/BoldSubscription.js +1 -1
  1752. package/dist/cjs/third-party/configs/BonLoyaltyRewardsReferrals.js +1 -1
  1753. package/dist/cjs/third-party/configs/BonySubscriptionsApp.js +1 -1
  1754. package/dist/cjs/third-party/configs/BoostAISearchDiscovery.js +1 -1
  1755. package/dist/cjs/third-party/configs/Bundler.js +1 -1
  1756. package/dist/cjs/third-party/configs/CleanSizeCharts.js +1 -1
  1757. package/dist/cjs/third-party/configs/CrossSellCartUpsell.js +1 -1
  1758. package/dist/cjs/third-party/configs/CustomProductOptionsVariant.js +1 -1
  1759. package/dist/cjs/third-party/configs/DealeasyVolumeDiscounts.js +1 -1
  1760. package/dist/cjs/third-party/configs/DiscountyBulkDiscountSales.js +1 -1
  1761. package/dist/cjs/third-party/configs/EasifyProductOptions.js +1 -1
  1762. package/dist/cjs/third-party/configs/EasyBundleBuilderSkailama.js +1 -1
  1763. package/dist/cjs/third-party/configs/EasySellCOD.js +1 -1
  1764. package/dist/cjs/third-party/configs/EcoboostifyShoppableReelUgc.js +1 -1
  1765. package/dist/cjs/third-party/configs/EcomsendBackInStockAlert.js +1 -1
  1766. package/dist/cjs/third-party/configs/EssentialAnnouncementBar.js +1 -1
  1767. package/dist/cjs/third-party/configs/EssentialCountdownTimerBar.js +1 -1
  1768. package/dist/cjs/third-party/configs/EstimatedDeliveryDatePlus.js +1 -1
  1769. package/dist/cjs/third-party/configs/FastBundleBundlesDiscount.js +1 -1
  1770. package/dist/cjs/third-party/configs/FeraReviews.js +1 -1
  1771. package/dist/cjs/third-party/configs/FirePush.js +1 -1
  1772. package/dist/cjs/third-party/configs/FlyBundlesUpsellsFbt.js +1 -1
  1773. package/dist/cjs/third-party/configs/FordeerProductLabels.js +1 -1
  1774. package/dist/cjs/third-party/configs/FrequentlyBoughtTogether.js +1 -1
  1775. package/dist/cjs/third-party/configs/GloColorSwatchvariantImage.js +1 -1
  1776. package/dist/cjs/third-party/configs/GoogleReviewsByReputon.js +1 -1
  1777. package/dist/cjs/third-party/configs/Growave.js +1 -1
  1778. package/dist/cjs/third-party/configs/GrowthSuiteDiscountCodes.js +1 -1
  1779. package/dist/cjs/third-party/configs/HextomCountdownTimerBar.js +1 -1
  1780. package/dist/cjs/third-party/configs/HextomFreeShippingBar.js +1 -1
  1781. package/dist/cjs/third-party/configs/HulkFormBuilder.js +1 -1
  1782. package/dist/cjs/third-party/configs/HulkProductOptions.js +1 -1
  1783. package/dist/cjs/third-party/configs/InfiniteOptions.js +1 -1
  1784. package/dist/cjs/third-party/configs/Instafeed.js +1 -1
  1785. package/dist/cjs/third-party/configs/InstasellShoppableInstagram.js +1 -1
  1786. package/dist/cjs/third-party/configs/JudgemeReviews.js +1 -1
  1787. package/dist/cjs/third-party/configs/JunipProductReviewsUgc.js +1 -1
  1788. package/dist/cjs/third-party/configs/KachingBundles.js +1 -1
  1789. package/dist/cjs/third-party/configs/KachingSubscriptionsApp.js +1 -1
  1790. package/dist/cjs/third-party/configs/KingProductOptions.js +1 -1
  1791. package/dist/cjs/third-party/configs/KiteFreeGiftDiscount.js +1 -1
  1792. package/dist/cjs/third-party/configs/KlarmaMessaging.js +1 -1
  1793. package/dist/cjs/third-party/configs/Klaviyo.js +1 -1
  1794. package/dist/cjs/third-party/configs/KoalaBundleQuantityDiscount.js +1 -1
  1795. package/dist/cjs/third-party/configs/LaiProductReviews.js +1 -1
  1796. package/dist/cjs/third-party/configs/LoloyalLoyaltyReferrals.js +1 -1
  1797. package/dist/cjs/third-party/configs/LoopSubscriptions.js +1 -1
  1798. package/dist/cjs/third-party/configs/LooxReviews.js +1 -1
  1799. package/dist/cjs/third-party/configs/MaxbundleProductBundles.js +1 -1
  1800. package/dist/cjs/third-party/configs/MbcBundleVolumeDiscount.js +1 -1
  1801. package/dist/cjs/third-party/configs/MyappgurusProductReviews.js +1 -1
  1802. package/dist/cjs/third-party/configs/NotifyBackInStockPreOrder.js +1 -1
  1803. package/dist/cjs/third-party/configs/OkendoReviewsLoyalty.js +1 -1
  1804. package/dist/cjs/third-party/configs/Omnisend.js +1 -1
  1805. package/dist/cjs/third-party/configs/Opinew.js +1 -1
  1806. package/dist/cjs/third-party/configs/ParcelPanel.js +1 -1
  1807. package/dist/cjs/third-party/configs/PickyStory.js +1 -1
  1808. package/dist/cjs/third-party/configs/PowerfulContactFormBuilder.js +1 -1
  1809. package/dist/cjs/third-party/configs/PreorderNowPreOrderPq.js +1 -1
  1810. package/dist/cjs/third-party/configs/PreorderNowWodPresale.js +1 -1
  1811. package/dist/cjs/third-party/configs/ProductOptionsCustomizer.js +1 -1
  1812. package/dist/cjs/third-party/configs/ProductReviews.js +1 -1
  1813. package/dist/cjs/third-party/configs/PumperBundlesVolumeDiscount.js +1 -1
  1814. package/dist/cjs/third-party/configs/PushOwl.js +1 -1
  1815. package/dist/cjs/third-party/configs/QikifyUpsell.js +1 -1
  1816. package/dist/cjs/third-party/configs/RapiBundleQuantityBreaks.js +1 -1
  1817. package/dist/cjs/third-party/configs/RechargeSubscriptions.js +1 -1
  1818. package/dist/cjs/third-party/configs/RecurpaySubscriptionApp.js +1 -1
  1819. package/dist/cjs/third-party/configs/Releasit.js +1 -1
  1820. package/dist/cjs/third-party/configs/RequestQuoteHidePrice.js +1 -1
  1821. package/dist/cjs/third-party/configs/ReviewxpoProductReviewsApp.js +1 -1
  1822. package/dist/cjs/third-party/configs/Rivyo.js +1 -1
  1823. package/dist/cjs/third-party/configs/Ryviu.js +1 -1
  1824. package/dist/cjs/third-party/configs/SealSubscriptions.js +1 -1
  1825. package/dist/cjs/third-party/configs/SegunoEmailMarketing.js +1 -1
  1826. package/dist/cjs/third-party/configs/Selleasy.js +1 -1
  1827. package/dist/cjs/third-party/configs/SeoantTrustBadgesIcon.js +1 -1
  1828. package/dist/cjs/third-party/configs/ShopifyForms.js +1 -1
  1829. package/dist/cjs/third-party/configs/ShopifySubscriptions.js +1 -1
  1830. package/dist/cjs/third-party/configs/SimpleBundlesKits.js +1 -1
  1831. package/dist/cjs/third-party/configs/SkioSubscriptionsYcS20.js +1 -1
  1832. package/dist/cjs/third-party/configs/SmartSearchBarAndFilters.js +1 -1
  1833. package/dist/cjs/third-party/configs/SproutPlantTreesGrowSales.js +1 -1
  1834. package/dist/cjs/third-party/configs/Stamped.js +1 -1
  1835. package/dist/cjs/third-party/configs/StellarDeliveryDatePickup.js +1 -1
  1836. package/dist/cjs/third-party/configs/SubifySubscriptionsApp.js +1 -1
  1837. package/dist/cjs/third-party/configs/TagembedSocialPostReview.js +1 -1
  1838. package/dist/cjs/third-party/configs/TagshopShoppableVideosUgc.js +1 -1
  1839. package/dist/cjs/third-party/configs/TrustBadgesBear.js +1 -1
  1840. package/dist/cjs/third-party/configs/TrustMe.js +1 -1
  1841. package/dist/cjs/third-party/configs/TrustedsiteTrustBadges.js +1 -1
  1842. package/dist/cjs/third-party/configs/Trustoo.js +1 -1
  1843. package/dist/cjs/third-party/configs/TrustreviewsProductReviews.js +1 -1
  1844. package/dist/cjs/third-party/configs/TrustshopProductReviews.js +1 -1
  1845. package/dist/cjs/third-party/configs/UltimateSalesBoost.js +1 -1
  1846. package/dist/cjs/third-party/configs/UnlimitedBundlesDiscounts.js +1 -1
  1847. package/dist/cjs/third-party/configs/UppromoteAffiliateMarketing.js +1 -1
  1848. package/dist/cjs/third-party/configs/Vitals.js +1 -1
  1849. package/dist/cjs/third-party/configs/WhatmoreShoppableVideosreel.js +1 -1
  1850. package/dist/cjs/third-party/configs/WideBundle.js +1 -1
  1851. package/dist/cjs/third-party/configs/Wiser.js +1 -1
  1852. package/dist/cjs/third-party/configs/WishlistKing.js +1 -1
  1853. package/dist/cjs/third-party/configs/WishlistPlus.js +1 -1
  1854. package/dist/cjs/third-party/configs/YotpoLoyalty.js +1 -1
  1855. package/dist/cjs/third-party/configs/YotpoReviews.js +1 -1
  1856. package/dist/cjs/third-party/index.js +1 -1
  1857. package/dist/cjs/third-party/next.js +1 -1
  1858. package/dist/cjs/third-party/settings/AftershipEmailMarketingsms/index.js +2 -2
  1859. package/dist/cjs/third-party/settings/AftershipEmailMarketingsms/uiV2.js +1 -1
  1860. package/dist/cjs/third-party/settings/AirProductReviewsAppUgc/index.js +2 -2
  1861. package/dist/cjs/third-party/settings/AirProductReviewsAppUgc/uiV2.js +1 -1
  1862. package/dist/cjs/third-party/settings/AliReviews/index.js +4 -4
  1863. package/dist/cjs/third-party/settings/AliReviews/uiV2.js +1 -1
  1864. package/dist/cjs/third-party/settings/AlsoBoughtCbb/index.js +2 -2
  1865. package/dist/cjs/third-party/settings/AlsoBoughtCbb/uiV2.js +1 -1
  1866. package/dist/cjs/third-party/settings/AovBundlesVolumeDiscounts/index.js +2 -2
  1867. package/dist/cjs/third-party/settings/AovBundlesVolumeDiscounts/uiV2.js +1 -1
  1868. package/dist/cjs/third-party/settings/AovFreeGiftBuyXGetYBogo/index.js +2 -2
  1869. package/dist/cjs/third-party/settings/AovFreeGiftBuyXGetYBogo/uiV2.js +1 -1
  1870. package/dist/cjs/third-party/settings/AppointmentBookingCowlendar/index.js +2 -2
  1871. package/dist/cjs/third-party/settings/AppointmentBookingCowlendar/uiV2.js +1 -1
  1872. package/dist/cjs/third-party/settings/AppstleBundlesDiscounts/index.js +2 -2
  1873. package/dist/cjs/third-party/settings/AppstleBundlesDiscounts/uiV2.js +1 -1
  1874. package/dist/cjs/third-party/settings/AppstleSubscriptions/index.js +4 -4
  1875. package/dist/cjs/third-party/settings/AppstleSubscriptions/uiV2.js +1 -1
  1876. package/dist/cjs/third-party/settings/BestBuyFulfillment/index.js +2 -2
  1877. package/dist/cjs/third-party/settings/BestBuyFulfillment/uiV2.js +1 -1
  1878. package/dist/cjs/third-party/settings/BfSizeChartSizeGuide/index.js +2 -2
  1879. package/dist/cjs/third-party/settings/BfSizeChartSizeGuide/uiV2.js +1 -1
  1880. package/dist/cjs/third-party/settings/BirdChime/index.js +4 -4
  1881. package/dist/cjs/third-party/settings/BirdChime/uiV2.js +1 -1
  1882. package/dist/cjs/third-party/settings/BloyRewardsProgramLoyalty/index.js +2 -2
  1883. package/dist/cjs/third-party/settings/BloyRewardsProgramLoyalty/uiV2.js +1 -1
  1884. package/dist/cjs/third-party/settings/Bogos/index.js +4 -4
  1885. package/dist/cjs/third-party/settings/Bogos/uiV2.js +1 -1
  1886. package/dist/cjs/third-party/settings/BoldProductOptions/index.js +4 -4
  1887. package/dist/cjs/third-party/settings/BoldProductOptions/uiV2.js +1 -1
  1888. package/dist/cjs/third-party/settings/BoldSubscriptions/index.js +4 -4
  1889. package/dist/cjs/third-party/settings/BoldSubscriptions/uiV2.js +1 -1
  1890. package/dist/cjs/third-party/settings/BonLoyaltyRewardsReferrals/index.js +2 -2
  1891. package/dist/cjs/third-party/settings/BonLoyaltyRewardsReferrals/uiV2.js +1 -1
  1892. package/dist/cjs/third-party/settings/BonySubscriptionsApp/index.js +2 -2
  1893. package/dist/cjs/third-party/settings/BonySubscriptionsApp/uiV2.js +1 -1
  1894. package/dist/cjs/third-party/settings/BoostAISearchDiscovery/index.js +4 -4
  1895. package/dist/cjs/third-party/settings/BoostAISearchDiscovery/uiV2.js +1 -1
  1896. package/dist/cjs/third-party/settings/Bundler/index.js +4 -4
  1897. package/dist/cjs/third-party/settings/Bundler/uiV2.js +1 -1
  1898. package/dist/cjs/third-party/settings/CleanSizeCharts/index.js +4 -4
  1899. package/dist/cjs/third-party/settings/CleanSizeCharts/uiV2.js +1 -1
  1900. package/dist/cjs/third-party/settings/CrossSellCartUpsell/index.js +4 -4
  1901. package/dist/cjs/third-party/settings/CrossSellCartUpsell/uiV2.js +1 -1
  1902. package/dist/cjs/third-party/settings/CustomProductOptionsVariant/index.js +2 -2
  1903. package/dist/cjs/third-party/settings/CustomProductOptionsVariant/uiV2.js +1 -1
  1904. package/dist/cjs/third-party/settings/DealeasyVolumeDiscounts/index.js +2 -2
  1905. package/dist/cjs/third-party/settings/DealeasyVolumeDiscounts/uiV2.js +1 -1
  1906. package/dist/cjs/third-party/settings/DiscountyBulkDiscountSales/index.js +2 -2
  1907. package/dist/cjs/third-party/settings/DiscountyBulkDiscountSales/uiV2.js +1 -1
  1908. package/dist/cjs/third-party/settings/EasifyProductOptions/index.js +2 -2
  1909. package/dist/cjs/third-party/settings/EasifyProductOptions/uiV2.js +1 -1
  1910. package/dist/cjs/third-party/settings/EasyBundleBuilderSkailama/index.js +2 -2
  1911. package/dist/cjs/third-party/settings/EasyBundleBuilderSkailama/uiV2.js +1 -1
  1912. package/dist/cjs/third-party/settings/EasySellCOD/index.js +4 -4
  1913. package/dist/cjs/third-party/settings/EasySellCOD/uiV2.js +1 -1
  1914. package/dist/cjs/third-party/settings/EcoboostifyShoppableReelUgc/index.js +2 -2
  1915. package/dist/cjs/third-party/settings/EcoboostifyShoppableReelUgc/uiV2.js +1 -1
  1916. package/dist/cjs/third-party/settings/EcomsendBackInStockAlert/index.js +2 -2
  1917. package/dist/cjs/third-party/settings/EcomsendBackInStockAlert/uiV2.js +1 -1
  1918. package/dist/cjs/third-party/settings/EssentialAnnouncementBar/index.js +2 -2
  1919. package/dist/cjs/third-party/settings/EssentialAnnouncementBar/uiV2.js +1 -1
  1920. package/dist/cjs/third-party/settings/EssentialCountdownTimerBar/index.js +2 -2
  1921. package/dist/cjs/third-party/settings/EssentialCountdownTimerBar/uiV2.js +1 -1
  1922. package/dist/cjs/third-party/settings/EstimatedDeliveryDatePlus/index.js +2 -2
  1923. package/dist/cjs/third-party/settings/EstimatedDeliveryDatePlus/uiV2.js +1 -1
  1924. package/dist/cjs/third-party/settings/FastBundleBundlesDiscounts/index.js +2 -2
  1925. package/dist/cjs/third-party/settings/FastBundleBundlesDiscounts/uiV2.js +1 -1
  1926. package/dist/cjs/third-party/settings/FeraReviews/index.js +4 -4
  1927. package/dist/cjs/third-party/settings/FeraReviews/uiV2.js +1 -1
  1928. package/dist/cjs/third-party/settings/FirePush/index.js +4 -4
  1929. package/dist/cjs/third-party/settings/FirePush/uiV2.js +1 -1
  1930. package/dist/cjs/third-party/settings/FlyBundlesUpsellsFbt/index.js +2 -2
  1931. package/dist/cjs/third-party/settings/FlyBundlesUpsellsFbt/uiV2.js +1 -1
  1932. package/dist/cjs/third-party/settings/FordeerProductLabels/index.js +2 -2
  1933. package/dist/cjs/third-party/settings/FordeerProductLabels/uiV2.js +1 -1
  1934. package/dist/cjs/third-party/settings/FrequentlyBoughtTogether/index.js +6 -6
  1935. package/dist/cjs/third-party/settings/FrequentlyBoughtTogether/uiV2.js +1 -1
  1936. package/dist/cjs/third-party/settings/GloColorSwatchvariantImage/index.js +2 -2
  1937. package/dist/cjs/third-party/settings/GloColorSwatchvariantImage/uiV2.js +1 -1
  1938. package/dist/cjs/third-party/settings/GloboProductOptionsVariant/index.js +2 -2
  1939. package/dist/cjs/third-party/settings/GloboProductOptionsVariant/uiV2.js +1 -1
  1940. package/dist/cjs/third-party/settings/GoogleReviewsByReputon/index.js +2 -2
  1941. package/dist/cjs/third-party/settings/GoogleReviewsByReputon/uiV2.js +1 -1
  1942. package/dist/cjs/third-party/settings/Growave/index.js +4 -4
  1943. package/dist/cjs/third-party/settings/Growave/uiV2.js +1 -1
  1944. package/dist/cjs/third-party/settings/GrowthSuiteDiscountCodes/index.js +2 -2
  1945. package/dist/cjs/third-party/settings/GrowthSuiteDiscountCodes/uiV2.js +1 -1
  1946. package/dist/cjs/third-party/settings/HextomCountdownTimerBar/index.js +2 -2
  1947. package/dist/cjs/third-party/settings/HextomCountdownTimerBar/uiV2.js +1 -1
  1948. package/dist/cjs/third-party/settings/HextomFreeShippingBar/index.js +2 -2
  1949. package/dist/cjs/third-party/settings/HextomFreeShippingBar/uiV2.js +1 -1
  1950. package/dist/cjs/third-party/settings/HulkFormBuilder/index.js +2 -2
  1951. package/dist/cjs/third-party/settings/HulkFormBuilder/uiV2.js +1 -1
  1952. package/dist/cjs/third-party/settings/HulkProductOptions/index.js +2 -2
  1953. package/dist/cjs/third-party/settings/HulkProductOptions/uiV2.js +1 -1
  1954. package/dist/cjs/third-party/settings/InfiniteOptions/index.js +4 -4
  1955. package/dist/cjs/third-party/settings/InfiniteOptions/uiV2.js +1 -1
  1956. package/dist/cjs/third-party/settings/Instafeed/index.js +4 -4
  1957. package/dist/cjs/third-party/settings/Instafeed/uiV2.js +1 -1
  1958. package/dist/cjs/third-party/settings/InstasellShoppableInstagram/index.js +2 -2
  1959. package/dist/cjs/third-party/settings/InstasellShoppableInstagram/uiV2.js +1 -1
  1960. package/dist/cjs/third-party/settings/JudgemeReviews/index.js +4 -4
  1961. package/dist/cjs/third-party/settings/JudgemeReviews/uiV2.js +1 -1
  1962. package/dist/cjs/third-party/settings/JunipProductReviewsUgc/index.js +2 -2
  1963. package/dist/cjs/third-party/settings/JunipProductReviewsUgc/uiV2.js +1 -1
  1964. package/dist/cjs/third-party/settings/KachingBundles/index.js +4 -4
  1965. package/dist/cjs/third-party/settings/KachingBundles/uiV2.js +1 -1
  1966. package/dist/cjs/third-party/settings/KachingSubscriptionsApp/index.js +2 -2
  1967. package/dist/cjs/third-party/settings/KachingSubscriptionsApp/uiV2.js +1 -1
  1968. package/dist/cjs/third-party/settings/KingProductOptions/index.js +4 -4
  1969. package/dist/cjs/third-party/settings/KingProductOptions/uiV2.js +1 -1
  1970. package/dist/cjs/third-party/settings/KiteFreeGiftDiscount/index.js +2 -2
  1971. package/dist/cjs/third-party/settings/KiteFreeGiftDiscount/uiV2.js +1 -1
  1972. package/dist/cjs/third-party/settings/KlarnaMessaging/index.js +4 -4
  1973. package/dist/cjs/third-party/settings/KlarnaMessaging/uiV2.js +1 -1
  1974. package/dist/cjs/third-party/settings/Klaviyo/index.js +4 -4
  1975. package/dist/cjs/third-party/settings/Klaviyo/uiV2.js +1 -1
  1976. package/dist/cjs/third-party/settings/KoalaBundleQuantityDiscount/index.js +2 -2
  1977. package/dist/cjs/third-party/settings/KoalaBundleQuantityDiscount/uiV2.js +1 -1
  1978. package/dist/cjs/third-party/settings/LaiProductReviews/index.js +4 -4
  1979. package/dist/cjs/third-party/settings/LaiProductReviews/uiV2.js +1 -1
  1980. package/dist/cjs/third-party/settings/LoloyalLoyaltyReferrals/index.js +4 -4
  1981. package/dist/cjs/third-party/settings/LoloyalLoyaltyReferrals/uiV2.js +1 -1
  1982. package/dist/cjs/third-party/settings/LoopSubscriptions/index.js +2 -2
  1983. package/dist/cjs/third-party/settings/LoopSubscriptions/uiV2.js +1 -1
  1984. package/dist/cjs/third-party/settings/LooxReviews/index.js +4 -4
  1985. package/dist/cjs/third-party/settings/LooxReviews/uiV2.js +1 -1
  1986. package/dist/cjs/third-party/settings/MaxbundleProductBundles/index.js +2 -2
  1987. package/dist/cjs/third-party/settings/MaxbundleProductBundles/uiV2.js +1 -1
  1988. package/dist/cjs/third-party/settings/MbcBundleVolumeDiscount/index.js +2 -2
  1989. package/dist/cjs/third-party/settings/MbcBundleVolumeDiscount/uiV2.js +1 -1
  1990. package/dist/cjs/third-party/settings/MyappgurusProductReviews/index.js +2 -2
  1991. package/dist/cjs/third-party/settings/MyappgurusProductReviews/uiV2.js +1 -1
  1992. package/dist/cjs/third-party/settings/NotifyBackInStockPreOrder/index.js +3 -3
  1993. package/dist/cjs/third-party/settings/NotifyBackInStockPreOrder/uiV2.js +1 -1
  1994. package/dist/cjs/third-party/settings/OkendoReviewsLoyalty/index.js +2 -2
  1995. package/dist/cjs/third-party/settings/OkendoReviewsLoyalty/uiV2.js +1 -1
  1996. package/dist/cjs/third-party/settings/Omnisend/index.js +4 -4
  1997. package/dist/cjs/third-party/settings/Omnisend/uiV2.js +1 -1
  1998. package/dist/cjs/third-party/settings/Opinew/index.js +4 -4
  1999. package/dist/cjs/third-party/settings/Opinew/uiV2.js +1 -1
  2000. package/dist/cjs/third-party/settings/ParcelPanel/index.js +4 -4
  2001. package/dist/cjs/third-party/settings/ParcelPanel/uiV2.js +1 -1
  2002. package/dist/cjs/third-party/settings/PickyStory/index.js +4 -4
  2003. package/dist/cjs/third-party/settings/PickyStory/uiV2.js +1 -1
  2004. package/dist/cjs/third-party/settings/PowerfulContactFormBuilder/index.js +2 -2
  2005. package/dist/cjs/third-party/settings/PowerfulContactFormBuilder/uiV2.js +1 -1
  2006. package/dist/cjs/third-party/settings/PreorderNowPreOrderPq/index.js +2 -2
  2007. package/dist/cjs/third-party/settings/PreorderNowPreOrderPq/uiV2.js +1 -1
  2008. package/dist/cjs/third-party/settings/PreorderNowWodPresale/index.js +2 -2
  2009. package/dist/cjs/third-party/settings/PreorderNowWodPresale/uiV2.js +1 -1
  2010. package/dist/cjs/third-party/settings/ProductOptionsCustomizer/index.js +2 -2
  2011. package/dist/cjs/third-party/settings/ProductOptionsCustomizer/uiV2.js +1 -1
  2012. package/dist/cjs/third-party/settings/ProductOptionsVariantOption/index.js +2 -2
  2013. package/dist/cjs/third-party/settings/ProductOptionsVariantOption/uiV2.js +1 -1
  2014. package/dist/cjs/third-party/settings/ProductReviews/index.js +4 -4
  2015. package/dist/cjs/third-party/settings/ProductReviews/uiV2.js +1 -1
  2016. package/dist/cjs/third-party/settings/PumperBundlesVolumeDiscount/index.js +2 -2
  2017. package/dist/cjs/third-party/settings/PumperBundlesVolumeDiscount/uiV2.js +1 -1
  2018. package/dist/cjs/third-party/settings/PushOwl/index.js +4 -4
  2019. package/dist/cjs/third-party/settings/PushOwl/uiV2.js +1 -1
  2020. package/dist/cjs/third-party/settings/QikifyUpsell/index.js +4 -4
  2021. package/dist/cjs/third-party/settings/QikifyUpsell/uiV2.js +1 -1
  2022. package/dist/cjs/third-party/settings/RapiBundleQuantityBreaks/index.js +2 -2
  2023. package/dist/cjs/third-party/settings/RapiBundleQuantityBreaks/uiV2.js +1 -1
  2024. package/dist/cjs/third-party/settings/RechargeSubscriptions/index.js +2 -2
  2025. package/dist/cjs/third-party/settings/RechargeSubscriptions/uiV2.js +1 -1
  2026. package/dist/cjs/third-party/settings/RecurpaySubscriptionApp/index.js +2 -2
  2027. package/dist/cjs/third-party/settings/RecurpaySubscriptionApp/uiV2.js +1 -1
  2028. package/dist/cjs/third-party/settings/Releasit/index.js +4 -4
  2029. package/dist/cjs/third-party/settings/Releasit/uiV2.js +1 -1
  2030. package/dist/cjs/third-party/settings/RequestQuoteHidePrice/index.js +3 -3
  2031. package/dist/cjs/third-party/settings/RequestQuoteHidePrice/uiV2.js +1 -1
  2032. package/dist/cjs/third-party/settings/ReviewxpoProductReviewsApp/index.js +2 -2
  2033. package/dist/cjs/third-party/settings/ReviewxpoProductReviewsApp/uiV2.js +1 -1
  2034. package/dist/cjs/third-party/settings/Rivyo/index.js +4 -4
  2035. package/dist/cjs/third-party/settings/Rivyo/uiV2.js +1 -1
  2036. package/dist/cjs/third-party/settings/Ryviu/index.js +4 -4
  2037. package/dist/cjs/third-party/settings/Ryviu/uiV2.js +1 -1
  2038. package/dist/cjs/third-party/settings/SealSubscriptions/index.js +4 -4
  2039. package/dist/cjs/third-party/settings/SealSubscriptions/uiV2.js +1 -1
  2040. package/dist/cjs/third-party/settings/SegunoEmailMarketing/index.js +2 -2
  2041. package/dist/cjs/third-party/settings/SegunoEmailMarketing/uiV2.js +1 -1
  2042. package/dist/cjs/third-party/settings/Selleasy/index.js +2 -2
  2043. package/dist/cjs/third-party/settings/Selleasy/uiV2.js +1 -1
  2044. package/dist/cjs/third-party/settings/SeoantTrustBadgesIcon/index.js +2 -2
  2045. package/dist/cjs/third-party/settings/SeoantTrustBadgesIcon/uiV2.js +1 -1
  2046. package/dist/cjs/third-party/settings/ShopifyForms/index.js +2 -2
  2047. package/dist/cjs/third-party/settings/ShopifyForms/uiV2.js +1 -1
  2048. package/dist/cjs/third-party/settings/ShopifySubscriptions/index.js +2 -2
  2049. package/dist/cjs/third-party/settings/ShopifySubscriptions/uiV2.js +1 -1
  2050. package/dist/cjs/third-party/settings/SimpleBundlesKits/index.js +2 -2
  2051. package/dist/cjs/third-party/settings/SimpleBundlesKits/uiV2.js +1 -1
  2052. package/dist/cjs/third-party/settings/SkioSubscriptionsYcS20/index.js +2 -2
  2053. package/dist/cjs/third-party/settings/SkioSubscriptionsYcS20/uiV2.js +1 -1
  2054. package/dist/cjs/third-party/settings/SmartSearchBarAndFilters/index.js +4 -4
  2055. package/dist/cjs/third-party/settings/SmartSearchBarAndFilters/uiV2.js +1 -1
  2056. package/dist/cjs/third-party/settings/SproutPlantTreesGrowSales/index.js +2 -2
  2057. package/dist/cjs/third-party/settings/SproutPlantTreesGrowSales/uiV2.js +1 -1
  2058. package/dist/cjs/third-party/settings/Stamped/Badge.js +1 -1
  2059. package/dist/cjs/third-party/settings/Stamped/BadgeDouble.js +1 -1
  2060. package/dist/cjs/third-party/settings/Stamped/BadgeRibbon.js +1 -1
  2061. package/dist/cjs/third-party/settings/Stamped/BadgeSingle.js +1 -1
  2062. package/dist/cjs/third-party/settings/Stamped/Carousel.js +1 -1
  2063. package/dist/cjs/third-party/settings/Stamped/CheckoutReviews.js +1 -1
  2064. package/dist/cjs/third-party/settings/Stamped/Colors.js +1 -1
  2065. package/dist/cjs/third-party/settings/Stamped/Filters.js +1 -1
  2066. package/dist/cjs/third-party/settings/Stamped/FullPage.js +1 -1
  2067. package/dist/cjs/third-party/settings/Stamped/InstagramFeed.js +1 -1
  2068. package/dist/cjs/third-party/settings/Stamped/MainWidget.js +1 -1
  2069. package/dist/cjs/third-party/settings/Stamped/ProductRating.js +1 -1
  2070. package/dist/cjs/third-party/settings/Stamped/SingleHighlight.js +1 -1
  2071. package/dist/cjs/third-party/settings/Stamped/SiteBadge.js +1 -1
  2072. package/dist/cjs/third-party/settings/Stamped/TopRated.js +1 -1
  2073. package/dist/cjs/third-party/settings/Stamped/VisualGallery.js +1 -1
  2074. package/dist/cjs/third-party/settings/Stamped/WallPhotos.js +1 -1
  2075. package/dist/cjs/third-party/settings/Stamped/index.js +1 -1
  2076. package/dist/cjs/third-party/settings/Stamped.js +4 -4
  2077. package/dist/cjs/third-party/settings/StellarDeliveryDatePickup/index.js +2 -2
  2078. package/dist/cjs/third-party/settings/StellarDeliveryDatePickup/uiV2.js +1 -1
  2079. package/dist/cjs/third-party/settings/SubifySubscriptionsApp/index.js +2 -2
  2080. package/dist/cjs/third-party/settings/SubifySubscriptionsApp/uiV2.js +1 -1
  2081. package/dist/cjs/third-party/settings/TagembedSocialPostReview/index.js +2 -2
  2082. package/dist/cjs/third-party/settings/TagembedSocialPostReview/uiV2.js +1 -1
  2083. package/dist/cjs/third-party/settings/TagshopShoppableVideosUgc/index.js +2 -2
  2084. package/dist/cjs/third-party/settings/TagshopShoppableVideosUgc/uiV2.js +1 -1
  2085. package/dist/cjs/third-party/settings/TeeinblueProductPersonalizer/index.js +2 -2
  2086. package/dist/cjs/third-party/settings/TeeinblueProductPersonalizer/uiV2.js +1 -1
  2087. package/dist/cjs/third-party/settings/TrustBadgesBear/index.js +2 -2
  2088. package/dist/cjs/third-party/settings/TrustBadgesBear/uiV2.js +1 -1
  2089. package/dist/cjs/third-party/settings/TrustMe/index.js +4 -4
  2090. package/dist/cjs/third-party/settings/TrustMe/uiV2.js +1 -1
  2091. package/dist/cjs/third-party/settings/TrustedsiteTrustBadges/index.js +2 -2
  2092. package/dist/cjs/third-party/settings/TrustedsiteTrustBadges/uiV2.js +1 -1
  2093. package/dist/cjs/third-party/settings/Trustoo/index.js +4 -4
  2094. package/dist/cjs/third-party/settings/Trustoo/uiV2.js +1 -1
  2095. package/dist/cjs/third-party/settings/TrustreviewsProductReviews/index.js +2 -2
  2096. package/dist/cjs/third-party/settings/TrustreviewsProductReviews/uiV2.js +1 -1
  2097. package/dist/cjs/third-party/settings/TrustshopProductReviews/index.js +2 -2
  2098. package/dist/cjs/third-party/settings/TrustshopProductReviews/uiV2.js +1 -1
  2099. package/dist/cjs/third-party/settings/UltimateSalesBoost/index.js +4 -4
  2100. package/dist/cjs/third-party/settings/UltimateSalesBoost/uiV1.js +1 -1
  2101. package/dist/cjs/third-party/settings/UltimateSalesBoost/uiV2.js +1 -1
  2102. package/dist/cjs/third-party/settings/UnlimitedBundlesDiscounts/index.js +2 -2
  2103. package/dist/cjs/third-party/settings/UnlimitedBundlesDiscounts/uiV2.js +1 -1
  2104. package/dist/cjs/third-party/settings/UppromoteAffiliateMarketing/setting.js +2 -2
  2105. package/dist/cjs/third-party/settings/UppromoteAffiliateMarketing/uiV2.js +1 -1
  2106. package/dist/cjs/third-party/settings/Vitals/index.js +4 -4
  2107. package/dist/cjs/third-party/settings/Vitals/uiV2.js +1 -1
  2108. package/dist/cjs/third-party/settings/WhatmoreShoppableVideosreel/index.js +2 -2
  2109. package/dist/cjs/third-party/settings/WhatmoreShoppableVideosreel/uiV2.js +1 -1
  2110. package/dist/cjs/third-party/settings/WideBundle/index.js +4 -4
  2111. package/dist/cjs/third-party/settings/WideBundle/uiV2.js +1 -1
  2112. package/dist/cjs/third-party/settings/Wiser/index.js +4 -4
  2113. package/dist/cjs/third-party/settings/Wiser/uiV2.js +1 -1
  2114. package/dist/cjs/third-party/settings/WishlistKing/index.js +2 -2
  2115. package/dist/cjs/third-party/settings/WishlistKing/uiV2.js +1 -1
  2116. package/dist/cjs/third-party/settings/WishlistPlus/index.js +3 -3
  2117. package/dist/cjs/third-party/settings/WishlistPlus/uiV2.js +1 -1
  2118. package/dist/cjs/third-party/settings/YotpoLoyalty/index.js +4 -4
  2119. package/dist/cjs/third-party/settings/YotpoLoyalty/uiV2.js +1 -1
  2120. package/dist/cjs/third-party/settings/YotpoReviews/index.js +4 -4
  2121. package/dist/cjs/third-party/settings/YotpoReviews/uiV2.js +1 -1
  2122. package/dist/cjs/third-party/types.js +1 -1
  2123. package/dist/cjs/third-party-instant/common/helpers.js +1 -1
  2124. package/dist/cjs/third-party-instant/components/InstantJudgemeReviews.js +1 -1
  2125. package/dist/cjs/third-party-instant/components/InstantKlaviyo.js +1 -1
  2126. package/dist/cjs/third-party-instant/components/InstantLooxReviews.js +1 -1
  2127. package/dist/cjs/third-party-instant/components/InstantThirdPartyPreview.js +1 -1
  2128. package/dist/cjs/third-party-instant/components/InstantYotpoLoyalty.js +1 -1
  2129. package/dist/cjs/third-party-instant/components/Judgeme/JudgemeSampleContent.js +1 -1
  2130. package/dist/cjs/third-party-instant/components/Judgeme/SingleProduct.js +1 -1
  2131. package/dist/cjs/third-party-instant/components/Judgeme/WithoutProduct.js +1 -1
  2132. package/dist/cjs/third-party-instant/components/Klaviyo/KlaviyoSampleContent.js +1 -1
  2133. package/dist/cjs/third-party-instant/components/LooxReviews/LooxReviewsSampleContent.js +2 -2
  2134. package/dist/cjs/third-party-instant/components/LooxReviews/SingleProduct.js +1 -1
  2135. package/dist/cjs/third-party-instant/components/LooxReviews/WithoutProduct.js +1 -1
  2136. package/dist/cjs/third-party-instant/components/YotpoLoyalty/YotpoLoyaltySampleContent.js +1 -1
  2137. package/dist/cjs/third-party-instant/configs/JudgemeReviews.js +1 -1
  2138. package/dist/cjs/third-party-instant/configs/Klaviyo.js +1 -1
  2139. package/dist/cjs/third-party-instant/configs/LooxReviews.js +1 -1
  2140. package/dist/cjs/third-party-instant/configs/YotpoLoyalty.js +1 -1
  2141. package/dist/cjs/third-party-instant/index.js +1 -1
  2142. package/dist/cjs/third-party-instant/next.js +1 -1
  2143. package/dist/cjs/third-party-instant/settings/InstantJudgemeReviews/configs/settings.js +1 -1
  2144. package/dist/cjs/third-party-instant/settings/InstantJudgemeReviews/configs/ui-v2.js +1 -1
  2145. package/dist/cjs/third-party-instant/settings/InstantJudgemeReviews/index.js +4 -4
  2146. package/dist/cjs/third-party-instant/settings/InstantKlaviyo/configs/settings.js +1 -1
  2147. package/dist/cjs/third-party-instant/settings/InstantKlaviyo/configs/ui-v2.js +1 -1
  2148. package/dist/cjs/third-party-instant/settings/InstantKlaviyo/index.js +4 -4
  2149. package/dist/cjs/third-party-instant/settings/InstantLooxReviews/configs/settings.js +1 -1
  2150. package/dist/cjs/third-party-instant/settings/InstantLooxReviews/index.js +4 -4
  2151. package/dist/cjs/third-party-instant/settings/InstantYotpoLoyalty/configs/settings.js +1 -1
  2152. package/dist/cjs/third-party-instant/settings/InstantYotpoLoyalty/index.js +4 -4
  2153. package/dist/cjs/third-party-instant/types.js +1 -1
  2154. package/dist/cjs/third-party-slot/common/classes.js +1 -1
  2155. package/dist/cjs/third-party-slot/common/helpers.js +8 -8
  2156. package/dist/cjs/third-party-slot/common/styles.js +1 -1
  2157. package/dist/cjs/third-party-slot/components/ThirdPartySlot.js +1 -1
  2158. package/dist/cjs/third-party-slot/components/ThirdPartySlot.liquid.js +7 -7
  2159. package/dist/cjs/third-party-slot/index.js +1 -1
  2160. package/dist/cjs/third-party-slot/next.js +1 -1
  2161. package/dist/cjs/third-party-slot/settings/ThirdPartySlot.js +2 -2
  2162. package/dist/cjs/third-party-slot/settings/configs/settings.js +1 -1
  2163. package/dist/cjs/third-party-slot/settings/configs/ui-v2.js +1 -1
  2164. package/dist/cjs/translate.js +1 -1
  2165. package/dist/cjs/validates/background.js +1 -1
  2166. package/dist/cjs/video/common/attrs.js +1 -1
  2167. package/dist/cjs/video/common/classes.js +1 -1
  2168. package/dist/cjs/video/common/helpers.js +1 -1
  2169. package/dist/cjs/video/common/styles.js +1 -1
  2170. package/dist/cjs/video/components/HTML5Embed.js +1 -1
  2171. package/dist/cjs/video/components/HTML5Embed.liquid.js +25 -25
  2172. package/dist/cjs/video/components/LiteVimeoEmbed.js +1 -1
  2173. package/dist/cjs/video/components/LiteVimeoEmbed.liquid.js +15 -15
  2174. package/dist/cjs/video/components/LiteYouTubeEmbed.js +1 -1
  2175. package/dist/cjs/video/components/LiteYouTubeEmbed.liquid.js +23 -23
  2176. package/dist/cjs/video/components/Video.js +1 -1
  2177. package/dist/cjs/video/components/Video.liquid.js +4 -4
  2178. package/dist/cjs/video/hooks/useLiteHtml5Embed.js +1 -1
  2179. package/dist/cjs/video/hooks/useLiteVimeoEmbed.js +1 -1
  2180. package/dist/cjs/video/hooks/useLiteYoutubeEmbed.js +1 -1
  2181. package/dist/cjs/video/index.js +1 -1
  2182. package/dist/cjs/video/next.js +1 -1
  2183. package/dist/cjs/video/settings/Video.js +3 -3
  2184. package/dist/cjs/video/settings/configs/settings.js +1 -1
  2185. package/dist/cjs/video/settings/configs/translate.js +1 -1
  2186. package/dist/cjs/video/settings/configs/ui-v2.js +1 -1
  2187. package/dist/esm/accordion/common/classes.js +1 -1
  2188. package/dist/esm/accordion/common/helpers.js +1 -1
  2189. package/dist/esm/accordion/common/styles.js +1 -1
  2190. package/dist/esm/accordion/components/Accordion.js +1 -1
  2191. package/dist/esm/accordion/components/Accordion.liquid.js +10 -10
  2192. package/dist/esm/accordion/components/AccordionItem.js +1 -1
  2193. package/dist/esm/accordion/components/AccordionItem.liquid.js +6 -6
  2194. package/dist/esm/accordion/hooks/useAccordion.js +1 -1
  2195. package/dist/esm/accordion/hooks/useAccordionItem.js +1 -1
  2196. package/dist/esm/accordion/hooks/useMountTransition.js +1 -1
  2197. package/dist/esm/accordion/index.js +1 -1
  2198. package/dist/esm/accordion/next.js +1 -1
  2199. package/dist/esm/accordion/settings/Accordion.js +2 -2
  2200. package/dist/esm/accordion/settings/AccordionItem.js +1 -1
  2201. package/dist/esm/accordion/settings/configs/child-items.js +1 -1
  2202. package/dist/esm/accordion/settings/configs/settings.js +2 -2
  2203. package/dist/esm/accordion/settings/configs/translate.js +1 -1
  2204. package/dist/esm/accordion/settings/configs/ui-v2.js +1 -1
  2205. package/dist/esm/article/common/helpers.js +2 -2
  2206. package/dist/esm/article/components/ArticleAuthor.js +1 -1
  2207. package/dist/esm/article/components/ArticleAuthor.liquid.js +2 -2
  2208. package/dist/esm/article/components/ArticleCategory.js +1 -1
  2209. package/dist/esm/article/components/ArticleCategory.liquid.js +2 -2
  2210. package/dist/esm/article/components/ArticleContent.js +2 -2
  2211. package/dist/esm/article/components/ArticleContent.liquid.js +4 -4
  2212. package/dist/esm/article/components/ArticleDate.js +1 -1
  2213. package/dist/esm/article/components/ArticleDate.liquid.js +3 -3
  2214. package/dist/esm/article/components/ArticleExcerpt.js +1 -1
  2215. package/dist/esm/article/components/ArticleExcerpt.liquid.js +3 -3
  2216. package/dist/esm/article/components/ArticleImage.js +1 -1
  2217. package/dist/esm/article/components/ArticleImage.liquid.js +3 -3
  2218. package/dist/esm/article/components/ArticleList.js +1 -1
  2219. package/dist/esm/article/components/ArticleList.liquid.js +6 -6
  2220. package/dist/esm/article/components/ArticleNotFound.js +1 -1
  2221. package/dist/esm/article/components/ArticlePagination.js +1 -1
  2222. package/dist/esm/article/components/ArticlePagination.liquid.js +1 -1
  2223. package/dist/esm/article/components/ArticleReadMore.js +1 -1
  2224. package/dist/esm/article/components/ArticleReadMore.liquid.js +5 -5
  2225. package/dist/esm/article/components/ArticleTag.js +1 -1
  2226. package/dist/esm/article/components/ArticleTag.liquid.js +3 -3
  2227. package/dist/esm/article/components/ArticleTitle.js +1 -1
  2228. package/dist/esm/article/components/ArticleTitle.liquid.js +2 -2
  2229. package/dist/esm/article/hooks/useArticleLink.js +1 -1
  2230. package/dist/esm/article/index.js +1 -1
  2231. package/dist/esm/article/next.js +1 -1
  2232. package/dist/esm/article/settings/ArticleAuthor.js +2 -2
  2233. package/dist/esm/article/settings/ArticleCategory.js +2 -2
  2234. package/dist/esm/article/settings/ArticleContent.js +2 -2
  2235. package/dist/esm/article/settings/ArticleDate.js +2 -2
  2236. package/dist/esm/article/settings/ArticleExcerpt.js +2 -2
  2237. package/dist/esm/article/settings/ArticleImage.js +2 -2
  2238. package/dist/esm/article/settings/ArticleList.js +2 -2
  2239. package/dist/esm/article/settings/ArticlePagination.js +2 -2
  2240. package/dist/esm/article/settings/ArticleReadMore.js +2 -2
  2241. package/dist/esm/article/settings/ArticleTag.js +2 -2
  2242. package/dist/esm/article/settings/ArticleTitle.js +2 -2
  2243. package/dist/esm/article/settings/configs/article-author/presets.js +2 -2
  2244. package/dist/esm/article/settings/configs/article-author/settings.js +1 -1
  2245. package/dist/esm/article/settings/configs/article-author/ui-v2.js +1 -1
  2246. package/dist/esm/article/settings/configs/article-category/presets.js +2 -2
  2247. package/dist/esm/article/settings/configs/article-category/settings.js +1 -1
  2248. package/dist/esm/article/settings/configs/article-category/ui-v2.js +1 -1
  2249. package/dist/esm/article/settings/configs/article-content/presets.js +2 -2
  2250. package/dist/esm/article/settings/configs/article-content/settings.js +1 -1
  2251. package/dist/esm/article/settings/configs/article-content/ui-v2.js +1 -1
  2252. package/dist/esm/article/settings/configs/article-date/presets.js +2 -2
  2253. package/dist/esm/article/settings/configs/article-date/settings.js +1 -1
  2254. package/dist/esm/article/settings/configs/article-date/ui-v2.js +1 -1
  2255. package/dist/esm/article/settings/configs/article-excerpt/presets.js +2 -2
  2256. package/dist/esm/article/settings/configs/article-excerpt/settings.js +1 -1
  2257. package/dist/esm/article/settings/configs/article-excerpt/ui-v2.js +1 -1
  2258. package/dist/esm/article/settings/configs/article-image/presets.js +2 -2
  2259. package/dist/esm/article/settings/configs/article-image/settings.js +1 -1
  2260. package/dist/esm/article/settings/configs/article-image/ui-v2.js +1 -1
  2261. package/dist/esm/article/settings/configs/article-list/presets.js +2 -2
  2262. package/dist/esm/article/settings/configs/article-list/settings.js +1 -1
  2263. package/dist/esm/article/settings/configs/article-list/ui-v2.js +1 -1
  2264. package/dist/esm/article/settings/configs/article-read-more/presets.js +2 -2
  2265. package/dist/esm/article/settings/configs/article-read-more/settings.js +2 -2
  2266. package/dist/esm/article/settings/configs/article-read-more/ui-v2.js +1 -1
  2267. package/dist/esm/article/settings/configs/article-tag/presets.js +2 -2
  2268. package/dist/esm/article/settings/configs/article-tag/settings.js +1 -1
  2269. package/dist/esm/article/settings/configs/article-tag/ui-v2.js +1 -1
  2270. package/dist/esm/article/settings/configs/article-title/presets.js +2 -2
  2271. package/dist/esm/article/settings/configs/article-title/settings.js +1 -1
  2272. package/dist/esm/article/settings/configs/article-title/ui-v2.js +1 -1
  2273. package/dist/esm/article/settings/configs/translate.js +1 -1
  2274. package/dist/esm/breadcrumb/common/attrs.js +1 -1
  2275. package/dist/esm/breadcrumb/common/classes.js +3 -3
  2276. package/dist/esm/breadcrumb/common/helpers.js +1 -1
  2277. package/dist/esm/breadcrumb/common/styles.js +1 -1
  2278. package/dist/esm/breadcrumb/components/Breadcrumb.js +1 -1
  2279. package/dist/esm/breadcrumb/components/Breadcrumb.liquid.js +5 -5
  2280. package/dist/esm/breadcrumb/components/BreadcrumbItem.js +1 -1
  2281. package/dist/esm/breadcrumb/components/BreadcrumbItem.liquid.js +1 -1
  2282. package/dist/esm/breadcrumb/components/templates/article.js +7 -7
  2283. package/dist/esm/breadcrumb/components/templates/collection.js +5 -5
  2284. package/dist/esm/breadcrumb/components/templates/home.js +3 -3
  2285. package/dist/esm/breadcrumb/components/templates/landing.js +5 -5
  2286. package/dist/esm/breadcrumb/components/templates/product.js +2 -2
  2287. package/dist/esm/breadcrumb/constants.js +1 -1
  2288. package/dist/esm/breadcrumb/hooks/useBreadcrumb.js +1 -1
  2289. package/dist/esm/breadcrumb/index.js +1 -1
  2290. package/dist/esm/breadcrumb/next.js +1 -1
  2291. package/dist/esm/breadcrumb/settings/Breadcrumb.js +2 -2
  2292. package/dist/esm/breadcrumb/settings/configs/settings.js +2 -2
  2293. package/dist/esm/breadcrumb/settings/configs/ui-v2.js +1 -1
  2294. package/dist/esm/breadcrumb/types.js +1 -1
  2295. package/dist/esm/builder.js +1 -1
  2296. package/dist/esm/button/common/attrs.js +1 -1
  2297. package/dist/esm/button/common/classes.js +1 -1
  2298. package/dist/esm/button/common/helpers.js +2 -2
  2299. package/dist/esm/button/common/styles.js +16 -16
  2300. package/dist/esm/button/components/Button.js +1 -1
  2301. package/dist/esm/button/components/Button.liquid.js +10 -10
  2302. package/dist/esm/button/components/ButtonIcon.js +1 -1
  2303. package/dist/esm/button/components/ButtonIcon.liquid.js +5 -5
  2304. package/dist/esm/button/components/ButtonLabel.js +1 -1
  2305. package/dist/esm/button/components/ButtonLabel.liquid.js +2 -2
  2306. package/dist/esm/button/components/ButtonLoadingIndicator.js +1 -1
  2307. package/dist/esm/button/components/ButtonLoadingIndicator.liquid.js +1 -1
  2308. package/dist/esm/button/index.js +1 -1
  2309. package/dist/esm/button/next.js +1 -1
  2310. package/dist/esm/button/settings/Button.js +2 -2
  2311. package/dist/esm/button/settings/configs/settings.js +2 -2
  2312. package/dist/esm/button/settings/configs/translate.js +1 -1
  2313. package/dist/esm/button/settings/configs/ui-v2.js +1 -1
  2314. package/dist/esm/carousel/common/helpers.js +1 -1
  2315. package/dist/esm/carousel/components/arrow/Arrow.js +2 -2
  2316. package/dist/esm/carousel/components/arrow/Arrow.liquid.js +2 -2
  2317. package/dist/esm/carousel/components/arrow/common/classes.js +1 -1
  2318. package/dist/esm/carousel/components/arrow/common/helpers.js +1 -1
  2319. package/dist/esm/carousel/components/arrow/common/styles.js +8 -8
  2320. package/dist/esm/carousel/components/dot/Dots.js +1 -1
  2321. package/dist/esm/carousel/components/dot/Dots.liquid.js +3 -3
  2322. package/dist/esm/carousel/components/dot/common/classes.js +1 -1
  2323. package/dist/esm/carousel/components/dot/common/helpers.js +1 -1
  2324. package/dist/esm/carousel/components/dot/common/styles.js +1 -1
  2325. package/dist/esm/carousel/components/item/CarouselItem.js +1 -1
  2326. package/dist/esm/carousel/components/item/CarouselItem.liquid.js +3 -3
  2327. package/dist/esm/carousel/components/item/common/classes.js +1 -1
  2328. package/dist/esm/carousel/components/item/common/styles.js +1 -1
  2329. package/dist/esm/carousel/components/root/Carousel.js +1 -1
  2330. package/dist/esm/carousel/components/root/Carousel.liquid.js +6 -6
  2331. package/dist/esm/carousel/components/root/common/attrs.js +1 -1
  2332. package/dist/esm/carousel/components/root/common/classes.js +1 -1
  2333. package/dist/esm/carousel/components/root/common/helpers.js +1 -1
  2334. package/dist/esm/carousel/components/root/common/styles.js +1 -1
  2335. package/dist/esm/carousel/hooks/useCarouseItem.js +1 -1
  2336. package/dist/esm/carousel/hooks/useCarousel.js +1 -1
  2337. package/dist/esm/carousel/hooks/useDotsSetting.js +1 -1
  2338. package/dist/esm/carousel/hooks/useTrackPreviewPause.js +1 -1
  2339. package/dist/esm/carousel/index.js +1 -1
  2340. package/dist/esm/carousel/next.js +1 -1
  2341. package/dist/esm/carousel/plugins/animation.js +1 -1
  2342. package/dist/esm/carousel/plugins/auto-play.js +1 -1
  2343. package/dist/esm/carousel/plugins/fix-slider-move-backward.js +1 -1
  2344. package/dist/esm/carousel/plugins/mutation.js +1 -1
  2345. package/dist/esm/carousel/settings/Carousel.js +2 -2
  2346. package/dist/esm/carousel/settings/CarouselItem.js +1 -1
  2347. package/dist/esm/carousel/settings/configs/presets.js +2 -2
  2348. package/dist/esm/carousel/settings/configs/settings-v2.js +2 -2
  2349. package/dist/esm/carousel/settings/configs/ui-v2.js +1 -1
  2350. package/dist/esm/carousel-v3/common/helpers.js +1 -1
  2351. package/dist/esm/carousel-v3/components/arrow/Arrow.js +2 -2
  2352. package/dist/esm/carousel-v3/components/arrow/Arrow.liquid.js +2 -2
  2353. package/dist/esm/carousel-v3/components/arrow/common/classes.js +1 -1
  2354. package/dist/esm/carousel-v3/components/arrow/common/helpers.js +1 -1
  2355. package/dist/esm/carousel-v3/components/arrow/common/styles.js +8 -8
  2356. package/dist/esm/carousel-v3/components/dot/Dots.js +1 -1
  2357. package/dist/esm/carousel-v3/components/dot/Dots.liquid.js +3 -3
  2358. package/dist/esm/carousel-v3/components/dot/common/classes.js +1 -1
  2359. package/dist/esm/carousel-v3/components/dot/common/helpers.js +1 -1
  2360. package/dist/esm/carousel-v3/components/dot/common/styles.js +1 -1
  2361. package/dist/esm/carousel-v3/components/item/CarouselItem.js +1 -1
  2362. package/dist/esm/carousel-v3/components/item/CarouselItem.liquid.js +2 -2
  2363. package/dist/esm/carousel-v3/components/item/common/classes.js +1 -1
  2364. package/dist/esm/carousel-v3/components/item/common/styles.js +1 -1
  2365. package/dist/esm/carousel-v3/components/root/Carousel.js +1 -1
  2366. package/dist/esm/carousel-v3/components/root/Carousel.liquid.js +7 -7
  2367. package/dist/esm/carousel-v3/components/root/common/attrs.js +1 -1
  2368. package/dist/esm/carousel-v3/components/root/common/classes.js +1 -1
  2369. package/dist/esm/carousel-v3/components/root/common/helpers.js +1 -1
  2370. package/dist/esm/carousel-v3/components/root/common/styles.js +1 -1
  2371. package/dist/esm/carousel-v3/components/swiper/Swiper.js +1 -1
  2372. package/dist/esm/carousel-v3/components/swiper/SwiperSlide.js +1 -1
  2373. package/dist/esm/carousel-v3/components/swiper/common/styles.js +1 -1
  2374. package/dist/esm/carousel-v3/hooks/useCarouseItem.js +1 -1
  2375. package/dist/esm/carousel-v3/hooks/useCarousel.js +1 -1
  2376. package/dist/esm/carousel-v3/hooks/useDotsSetting.js +1 -1
  2377. package/dist/esm/carousel-v3/hooks/useTrackPreviewPause.js +1 -1
  2378. package/dist/esm/carousel-v3/index.js +1 -1
  2379. package/dist/esm/carousel-v3/next.js +1 -1
  2380. package/dist/esm/carousel-v3/plugins/animation.js +1 -1
  2381. package/dist/esm/carousel-v3/settings/Carousel.js +2 -2
  2382. package/dist/esm/carousel-v3/settings/CarouselItem.js +1 -1
  2383. package/dist/esm/carousel-v3/settings/configs/presets.js +2 -2
  2384. package/dist/esm/carousel-v3/settings/configs/settings-v2.js +2 -2
  2385. package/dist/esm/carousel-v3/settings/configs/ui-v2.js +1 -1
  2386. package/dist/esm/cart/components/Cart.js +1 -1
  2387. package/dist/esm/cart/components/CartCheckout.js +1 -1
  2388. package/dist/esm/cart/components/CartDiscount.js +1 -1
  2389. package/dist/esm/cart/components/CartLineAttribute.js +1 -1
  2390. package/dist/esm/cart/components/CartLineImage.js +1 -1
  2391. package/dist/esm/cart/components/CartLinePrice.js +1 -1
  2392. package/dist/esm/cart/components/CartLineVariant.js +1 -1
  2393. package/dist/esm/cart/components/CartList.js +1 -1
  2394. package/dist/esm/cart/components/CartOrderNote.js +1 -1
  2395. package/dist/esm/cart/components/CartTotalItem.js +1 -1
  2396. package/dist/esm/cart/components/CartTotalPrice.js +1 -1
  2397. package/dist/esm/cart/components/CheckoutNow.js +1 -1
  2398. package/dist/esm/cart/components/CouponList.js +1 -1
  2399. package/dist/esm/cart/components/DiscountInput.js +1 -1
  2400. package/dist/esm/cart/components/shop-pay-button/ShopPayButton.js +1 -1
  2401. package/dist/esm/cart/components/shop-pay-button/ShopPayButton.liquid.js +7 -7
  2402. package/dist/esm/cart/components/shop-pay-button/common/classes.js +1 -1
  2403. package/dist/esm/cart/components/shop-pay-button/common/helpers.js +1 -1
  2404. package/dist/esm/cart/components/shop-pay-button/common/styles.js +1 -1
  2405. package/dist/esm/cart/components/shop-pay-button/icons/BaseIcon.js +1 -1
  2406. package/dist/esm/cart/components/shop-pay-button/icons/BaseIcon.liquid.js +2 -2
  2407. package/dist/esm/cart/components/shop-pay-button/icons/DynamicCheckoutBlack.js +1 -1
  2408. package/dist/esm/cart/components/shop-pay-button/icons/DynamicCheckoutBlack.liquid.js +2 -2
  2409. package/dist/esm/cart/components/shop-pay-button/icons/DynamicCheckoutPurple.js +1 -1
  2410. package/dist/esm/cart/components/shop-pay-button/icons/DynamicCheckoutPurple.liquid.js +2 -2
  2411. package/dist/esm/cart/components/shop-pay-button/icons/DynamicCheckoutWhite.js +1 -1
  2412. package/dist/esm/cart/components/shop-pay-button/icons/DynamicCheckoutWhite.liquid.js +2 -2
  2413. package/dist/esm/cart/components/shop-pay-button/icons/ExpressCheckoutBlack.js +1 -1
  2414. package/dist/esm/cart/components/shop-pay-button/icons/ExpressCheckoutBlack.liquid.js +3 -3
  2415. package/dist/esm/cart/components/shop-pay-button/icons/ExpressCheckoutPurple.js +1 -1
  2416. package/dist/esm/cart/components/shop-pay-button/icons/ExpressCheckoutPurple.liquid.js +2 -2
  2417. package/dist/esm/cart/components/shop-pay-button/icons/ExpressCheckoutWhite.js +1 -1
  2418. package/dist/esm/cart/components/shop-pay-button/icons/ExpressCheckoutWhite.liquid.js +3 -3
  2419. package/dist/esm/cart/hooks/useShopPayButton.js +1 -1
  2420. package/dist/esm/cart/index.js +1 -1
  2421. package/dist/esm/cart/next.js +1 -1
  2422. package/dist/esm/cart/settings/Cart.js +2 -2
  2423. package/dist/esm/cart/settings/CartCheckout.js +1 -1
  2424. package/dist/esm/cart/settings/CartDiscount.js +1 -1
  2425. package/dist/esm/cart/settings/CartLineAttribute.js +1 -1
  2426. package/dist/esm/cart/settings/CartLineImage.js +1 -1
  2427. package/dist/esm/cart/settings/CartLinePrice.js +1 -1
  2428. package/dist/esm/cart/settings/CartLineVariant.js +1 -1
  2429. package/dist/esm/cart/settings/CartList.js +1 -1
  2430. package/dist/esm/cart/settings/CartOrderNote.js +1 -1
  2431. package/dist/esm/cart/settings/CartTotalItem.js +1 -1
  2432. package/dist/esm/cart/settings/CartTotalPrice.js +1 -1
  2433. package/dist/esm/cart/settings/CouponList.js +1 -1
  2434. package/dist/esm/cart/settings/DiscountInput.js +1 -1
  2435. package/dist/esm/cart/settings/ShopPayButton.js +1 -1
  2436. package/dist/esm/code/common/classes.js +1 -1
  2437. package/dist/esm/code/common/styles.js +1 -1
  2438. package/dist/esm/code/components/CSSCode.js +1 -1
  2439. package/dist/esm/code/components/CSSCode.liquid.js +3 -3
  2440. package/dist/esm/code/hooks/useCSSCode.js +4 -4
  2441. package/dist/esm/code/index.js +1 -1
  2442. package/dist/esm/code/next.js +1 -1
  2443. package/dist/esm/code/settings/CSSCode.js +3 -3
  2444. package/dist/esm/code/settings/configs/settings.js +1 -1
  2445. package/dist/esm/code/settings/configs/translate.js +1 -1
  2446. package/dist/esm/code/settings/configs/ui-v2.js +1 -1
  2447. package/dist/esm/collection/components/collection-banner/CollectionBanner.js +1 -1
  2448. package/dist/esm/collection/components/collection-banner/CollectionBanner.liquid.js +5 -5
  2449. package/dist/esm/collection/components/collection-banner/common/classes.js +1 -1
  2450. package/dist/esm/collection/components/collection-banner/common/helpers.js +1 -1
  2451. package/dist/esm/collection/components/collection-banner/common/styles.js +1 -1
  2452. package/dist/esm/collection/components/collection-description/CollectionDescription.js +1 -1
  2453. package/dist/esm/collection/components/collection-description/CollectionDescription.liquid.js +7 -7
  2454. package/dist/esm/collection/components/collection-description/common/classes.js +1 -1
  2455. package/dist/esm/collection/components/collection-description/common/helpers.js +2 -2
  2456. package/dist/esm/collection/components/collection-description/common/styles.js +2 -2
  2457. package/dist/esm/collection/components/collection-paginator/CollectionPaginator.js +1 -1
  2458. package/dist/esm/collection/components/collection-paginator/CollectionPaginator.liquid.js +5 -5
  2459. package/dist/esm/collection/components/collection-paginator/common/classes.js +1 -1
  2460. package/dist/esm/collection/components/collection-paginator/common/helpers.js +5 -5
  2461. package/dist/esm/collection/components/collection-paginator/common/styles.js +1 -1
  2462. package/dist/esm/collection/components/collection-title/CollectionTitle.js +1 -1
  2463. package/dist/esm/collection/components/collection-title/CollectionTitle.liquid.js +2 -2
  2464. package/dist/esm/collection/components/collection-toolbar/CollectionToolbar.js +1 -1
  2465. package/dist/esm/collection/components/collection-toolbar/CollectionToolbar.liquid.js +6 -6
  2466. package/dist/esm/collection/components/collection-toolbar/common/classes.js +1 -1
  2467. package/dist/esm/collection/components/collection-toolbar/common/helpers.js +1 -1
  2468. package/dist/esm/collection/components/collection-toolbar/common/styles.js +1 -1
  2469. package/dist/esm/collection/hooks/useDescription.js +1 -1
  2470. package/dist/esm/collection/index.js +1 -1
  2471. package/dist/esm/collection/next.js +1 -1
  2472. package/dist/esm/collection/settings/collection-banner/CollectionBanner.js +2 -2
  2473. package/dist/esm/collection/settings/collection-banner/configs/settings.js +2 -2
  2474. package/dist/esm/collection/settings/collection-banner/configs/ui-v2.js +1 -1
  2475. package/dist/esm/collection/settings/collection-description/CollectionDescription.js +2 -2
  2476. package/dist/esm/collection/settings/collection-description/configs/settings.js +1 -1
  2477. package/dist/esm/collection/settings/collection-description/configs/translate.js +1 -1
  2478. package/dist/esm/collection/settings/collection-description/configs/ui-v2.js +1 -1
  2479. package/dist/esm/collection/settings/collection-paginator/CollectionPaginator.js +2 -2
  2480. package/dist/esm/collection/settings/collection-paginator/configs/settings.js +1 -1
  2481. package/dist/esm/collection/settings/collection-paginator/configs/translate.js +1 -1
  2482. package/dist/esm/collection/settings/collection-paginator/configs/ui-v2.js +1 -1
  2483. package/dist/esm/collection/settings/collection-title/CollectionTitle.js +2 -2
  2484. package/dist/esm/collection/settings/collection-title/configs/settings.js +1 -1
  2485. package/dist/esm/collection/settings/collection-title/configs/ui-v2.js +1 -1
  2486. package/dist/esm/collection/settings/collection-toolbar/CollectionToolbar.js +2 -2
  2487. package/dist/esm/collection/settings/collection-toolbar/configs/settings.js +1 -1
  2488. package/dist/esm/collection/settings/collection-toolbar/configs/translate.js +1 -1
  2489. package/dist/esm/collection/settings/collection-toolbar/configs/ui-v2.js +1 -1
  2490. package/dist/esm/common/components/Loading.js +1 -1
  2491. package/dist/esm/common/components/NoDataState.js +1 -1
  2492. package/dist/esm/common/components/Tooltip.js +1 -1
  2493. package/dist/esm/common/components/TooltipHover.js +1 -1
  2494. package/dist/esm/common/const.js +1 -1
  2495. package/dist/esm/common/hooks/useInView.js +1 -1
  2496. package/dist/esm/constant.js +1 -1
  2497. package/dist/esm/countdown-timer/common/attrs.js +1 -1
  2498. package/dist/esm/countdown-timer/common/classes.js +1 -1
  2499. package/dist/esm/countdown-timer/common/helpers.js +1 -1
  2500. package/dist/esm/countdown-timer/common/styles.js +1 -1
  2501. package/dist/esm/countdown-timer/components/Countdown.js +1 -1
  2502. package/dist/esm/countdown-timer/components/Countdown.liquid.js +7 -7
  2503. package/dist/esm/countdown-timer/hooks/useCountDownTimer.js +1 -1
  2504. package/dist/esm/countdown-timer/hooks/useTimeLeft.js +1 -1
  2505. package/dist/esm/countdown-timer/index.js +1 -1
  2506. package/dist/esm/countdown-timer/next.js +1 -1
  2507. package/dist/esm/countdown-timer/settings/Countdown.js +2 -2
  2508. package/dist/esm/countdown-timer/settings/configs/setting.js +1 -1
  2509. package/dist/esm/countdown-timer/settings/configs/translate.js +1 -1
  2510. package/dist/esm/countdown-timer/settings/configs/ui-v2.js +1 -1
  2511. package/dist/esm/coupon/common/classes.js +1 -1
  2512. package/dist/esm/coupon/common/helpers.js +1 -1
  2513. package/dist/esm/coupon/common/styles.js +8 -8
  2514. package/dist/esm/coupon/components/Coupon.js +1 -1
  2515. package/dist/esm/coupon/components/Coupon.liquid.js +4 -4
  2516. package/dist/esm/coupon/hooks/useCoupon.js +1 -1
  2517. package/dist/esm/coupon/index.js +1 -1
  2518. package/dist/esm/coupon/next.js +1 -1
  2519. package/dist/esm/coupon/settings/Coupon.js +2 -2
  2520. package/dist/esm/coupon/settings/configs/presets.js +2 -2
  2521. package/dist/esm/coupon/settings/configs/settings.js +2 -2
  2522. package/dist/esm/coupon/settings/configs/translate.js +1 -1
  2523. package/dist/esm/coupon/settings/configs/ui-v2.js +1 -1
  2524. package/dist/esm/dialog/common/attrs.js +1 -1
  2525. package/dist/esm/dialog/common/classes.js +1 -1
  2526. package/dist/esm/dialog/common/helpers.js +1 -1
  2527. package/dist/esm/dialog/common/styles.js +1 -1
  2528. package/dist/esm/dialog/components/Dialog.js +2 -2
  2529. package/dist/esm/dialog/components/Dialog.liquid.js +5 -5
  2530. package/dist/esm/dialog/hooks/useDialog.js +1 -1
  2531. package/dist/esm/dialog/hooks/useScrollPercentage.js +1 -1
  2532. package/dist/esm/dialog/index.js +1 -1
  2533. package/dist/esm/dialog/next.js +1 -1
  2534. package/dist/esm/dialog/settings/Dialog.js +3 -3
  2535. package/dist/esm/dialog/settings/configs/settings.js +2 -2
  2536. package/dist/esm/dialog/settings/configs/translate.js +1 -1
  2537. package/dist/esm/dialog/settings/configs/ui-v2.js +1 -1
  2538. package/dist/esm/estimate-delivery/common/classes.js +1 -1
  2539. package/dist/esm/estimate-delivery/common/helpers.js +1 -1
  2540. package/dist/esm/estimate-delivery/common/styles.js +1 -1
  2541. package/dist/esm/estimate-delivery/components/EstimateDate.js +1 -1
  2542. package/dist/esm/estimate-delivery/components/EstimateDate.liquid.js +4 -4
  2543. package/dist/esm/estimate-delivery/index.js +1 -1
  2544. package/dist/esm/estimate-delivery/next.js +1 -1
  2545. package/dist/esm/estimate-delivery/settings/EstimateDate.js +2 -2
  2546. package/dist/esm/estimate-delivery/settings/configs/settings.js +1 -1
  2547. package/dist/esm/estimate-delivery/settings/configs/translate.js +1 -1
  2548. package/dist/esm/estimate-delivery/settings/configs/ui-v2.js +1 -1
  2549. package/dist/esm/form/common/helpers.js +1 -1
  2550. package/dist/esm/form/components/contact/Contact.js +1 -1
  2551. package/dist/esm/form/components/contact/Contact.liquid.js +3 -3
  2552. package/dist/esm/form/components/contact/common/classes.js +1 -1
  2553. package/dist/esm/form/components/contact/common/styles.js +1 -1
  2554. package/dist/esm/form/components/form-checkbox/FormCheckbox.js +1 -1
  2555. package/dist/esm/form/components/form-checkbox/FormCheckbox.liquid.js +8 -8
  2556. package/dist/esm/form/components/form-checkbox/common/classes.js +1 -1
  2557. package/dist/esm/form/components/form-checkbox/common/styles.js +1 -1
  2558. package/dist/esm/form/components/form-dropdown/FormDropdown.js +1 -1
  2559. package/dist/esm/form/components/form-dropdown/FormDropdown.liquid.js +12 -12
  2560. package/dist/esm/form/components/form-dropdown/common/classes.js +1 -1
  2561. package/dist/esm/form/components/form-dropdown/common/styles.js +1 -1
  2562. package/dist/esm/form/components/form-email/FormEmail.js +1 -1
  2563. package/dist/esm/form/components/form-email/FormEmail.liquid.js +5 -5
  2564. package/dist/esm/form/components/form-email/common/classes.js +1 -1
  2565. package/dist/esm/form/components/form-email/common/styles.js +1 -1
  2566. package/dist/esm/form/components/newsletter/Newsletter.js +1 -1
  2567. package/dist/esm/form/components/newsletter/Newsletter.liquid.js +6 -6
  2568. package/dist/esm/form/components/newsletter/common/attrs.js +1 -1
  2569. package/dist/esm/form/components/newsletter/common/classes.js +1 -1
  2570. package/dist/esm/form/components/newsletter/common/styles.js +2 -2
  2571. package/dist/esm/form/components/submit-button/SubmitButton.js +1 -1
  2572. package/dist/esm/form/components/submit-button/SubmitButton.liquid.js +3 -3
  2573. package/dist/esm/form/components/submit-button/common/helpers.js +1 -1
  2574. package/dist/esm/form/components/submit-button/common/styles.js +1 -1
  2575. package/dist/esm/form/components/textarea/TextArea.js +1 -1
  2576. package/dist/esm/form/components/textarea/TextArea.liquid.js +9 -9
  2577. package/dist/esm/form/components/textarea/common/classes.js +1 -1
  2578. package/dist/esm/form/components/textarea/common/styles.js +1 -1
  2579. package/dist/esm/form/components/textfield/TextField.js +1 -1
  2580. package/dist/esm/form/components/textfield/TextField.liquid.js +9 -9
  2581. package/dist/esm/form/components/textfield/common/classes.js +1 -1
  2582. package/dist/esm/form/components/textfield/common/styles.js +1 -1
  2583. package/dist/esm/form/components/textinput/TextInput.js +1 -1
  2584. package/dist/esm/form/components/textinput/TextInput.liquid.js +3 -3
  2585. package/dist/esm/form/components/textinput/common/classes.js +1 -1
  2586. package/dist/esm/form/components/textinput/common/styles.js +1 -1
  2587. package/dist/esm/form/hooks/useGetColorContent.js +1 -1
  2588. package/dist/esm/form/index.js +1 -1
  2589. package/dist/esm/form/next.js +1 -1
  2590. package/dist/esm/form/settings/contact/Contact.js +2 -2
  2591. package/dist/esm/form/settings/contact/configs/inits.js +1 -1
  2592. package/dist/esm/form/settings/contact/configs/settings.js +1 -1
  2593. package/dist/esm/form/settings/contact/configs/translate.js +1 -1
  2594. package/dist/esm/form/settings/contact/configs/ui-v2.js +1 -1
  2595. package/dist/esm/form/settings/form-checkbox/FormCheckbox.js +2 -2
  2596. package/dist/esm/form/settings/form-checkbox/configs/inits.js +1 -1
  2597. package/dist/esm/form/settings/form-checkbox/configs/settings.js +1 -1
  2598. package/dist/esm/form/settings/form-checkbox/configs/translate.js +1 -1
  2599. package/dist/esm/form/settings/form-checkbox/configs/ui-v2.js +1 -1
  2600. package/dist/esm/form/settings/form-dropdown/FormDropdown.js +2 -2
  2601. package/dist/esm/form/settings/form-dropdown/configs/inits.js +1 -1
  2602. package/dist/esm/form/settings/form-dropdown/configs/settings.js +1 -1
  2603. package/dist/esm/form/settings/form-dropdown/configs/translate.js +1 -1
  2604. package/dist/esm/form/settings/form-dropdown/configs/ui-v2.js +1 -1
  2605. package/dist/esm/form/settings/form-email/FormEmail.js +2 -2
  2606. package/dist/esm/form/settings/form-email/configs/inits.js +1 -1
  2607. package/dist/esm/form/settings/form-email/configs/settings.js +1 -1
  2608. package/dist/esm/form/settings/form-email/configs/translate.js +1 -1
  2609. package/dist/esm/form/settings/form-email/configs/ui-v2.js +1 -1
  2610. package/dist/esm/form/settings/form-textarea/Textarea.js +2 -2
  2611. package/dist/esm/form/settings/form-textarea/configs/settings.js +1 -1
  2612. package/dist/esm/form/settings/form-textarea/configs/translate.js +1 -1
  2613. package/dist/esm/form/settings/form-textarea/configs/ui-v2.js +1 -1
  2614. package/dist/esm/form/settings/newsletter/Newsletter.js +2 -2
  2615. package/dist/esm/form/settings/newsletter/configs/inits.js +1 -1
  2616. package/dist/esm/form/settings/newsletter/configs/settings.js +1 -1
  2617. package/dist/esm/form/settings/newsletter/configs/translate.js +1 -1
  2618. package/dist/esm/form/settings/newsletter/configs/ui-v2.js +1 -1
  2619. package/dist/esm/form/settings/submit-button/SubmitButton.js +2 -2
  2620. package/dist/esm/form/settings/submit-button/configs/inits.js +1 -1
  2621. package/dist/esm/form/settings/submit-button/configs/settings.js +2 -2
  2622. package/dist/esm/form/settings/submit-button/configs/translate.js +1 -1
  2623. package/dist/esm/form/settings/submit-button/configs/ui-v2.js +1 -1
  2624. package/dist/esm/form/settings/text-field/TextField.js +2 -2
  2625. package/dist/esm/form/settings/text-field/configs/settings.js +1 -1
  2626. package/dist/esm/form/settings/text-field/configs/translate.js +1 -1
  2627. package/dist/esm/form/settings/text-field/configs/ui-v2.js +1 -1
  2628. package/dist/esm/form/settings/text-input/TextInput.js +2 -2
  2629. package/dist/esm/form/settings/text-input/configs/settings.js +1 -1
  2630. package/dist/esm/form/settings/text-input/configs/translate.js +1 -1
  2631. package/dist/esm/form/settings/text-input/configs/ui-v2.js +1 -1
  2632. package/dist/esm/grid/components/ChildrenDroppable.js +3 -3
  2633. package/dist/esm/grid/components/col/Col.js +1 -1
  2634. package/dist/esm/grid/components/col/Col.liquid.js +2 -2
  2635. package/dist/esm/grid/components/col/common/attrs.js +1 -1
  2636. package/dist/esm/grid/components/col/common/classes.js +1 -1
  2637. package/dist/esm/grid/components/col/common/styles.js +1 -1
  2638. package/dist/esm/grid/components/root/Root.js +1 -1
  2639. package/dist/esm/grid/components/root/Root.liquid.js +1 -1
  2640. package/dist/esm/grid/components/row/Row.js +1 -1
  2641. package/dist/esm/grid/components/row/Row.liquid.js +13 -13
  2642. package/dist/esm/grid/components/row/common/attrs.js +1 -1
  2643. package/dist/esm/grid/components/row/common/classes.js +1 -1
  2644. package/dist/esm/grid/components/row/common/helpers.js +1 -1
  2645. package/dist/esm/grid/components/row/common/styles.js +1 -1
  2646. package/dist/esm/grid/components/section/Section.js +1 -1
  2647. package/dist/esm/grid/components/section/Section.liquid.js +1 -1
  2648. package/dist/esm/grid/hooks/useRowSetting.js +1 -1
  2649. package/dist/esm/grid/index.js +1 -1
  2650. package/dist/esm/grid/next.js +1 -1
  2651. package/dist/esm/grid/settings/Col.js +1 -1
  2652. package/dist/esm/grid/settings/Root.js +1 -1
  2653. package/dist/esm/grid/settings/Row.js +2 -2
  2654. package/dist/esm/grid/settings/Section.js +1 -1
  2655. package/dist/esm/grid/settings/configs/row/presets.js +2 -2
  2656. package/dist/esm/grid/settings/configs/row/settings.js +1 -1
  2657. package/dist/esm/grid/settings/configs/row/translate.js +1 -1
  2658. package/dist/esm/grid/settings/configs/row/ui-v2.js +1 -1
  2659. package/dist/esm/grid/settings/configs/section/settings.js +1 -1
  2660. package/dist/esm/grid/settings/configs/section/ui-v2.js +1 -1
  2661. package/dist/esm/header/components/Header.js +1 -1
  2662. package/dist/esm/header/components/SalePageHeaderWarning.js +1 -1
  2663. package/dist/esm/header/components/icons/ChevronLeft.js +1 -1
  2664. package/dist/esm/header/components/icons/Dismiss.js +1 -1
  2665. package/dist/esm/header/components/icons/MenuIcon.js +1 -1
  2666. package/dist/esm/header/components/kind/basic/DesktopMenu.js +1 -1
  2667. package/dist/esm/header/components/kind/basic/DesktopMenuItem.js +1 -1
  2668. package/dist/esm/header/components/kind/basic/MenuMobileItem.js +1 -1
  2669. package/dist/esm/header/components/kind/basic/MobileMenu.js +1 -1
  2670. package/dist/esm/header/components/kind/basic/index.js +1 -1
  2671. package/dist/esm/header/components/kind/modern/index.js +1 -1
  2672. package/dist/esm/header/hooks/useBodyOverlay.js +1 -1
  2673. package/dist/esm/header/index.js +1 -1
  2674. package/dist/esm/header/next.js +1 -1
  2675. package/dist/esm/header/settings/Header.js +2 -2
  2676. package/dist/esm/header/settings/configs/presets.js +2 -2
  2677. package/dist/esm/header/settings/configs/settings.js +2 -2
  2678. package/dist/esm/header/settings/configs/ui-v2.js +1 -1
  2679. package/dist/esm/heading/components/Heading.js +1 -1
  2680. package/dist/esm/heading/components/Heading.liquid.js +1 -1
  2681. package/dist/esm/heading/index.js +1 -1
  2682. package/dist/esm/heading/next.js +1 -1
  2683. package/dist/esm/heading/settings/Heading.js +2 -2
  2684. package/dist/esm/heading/settings/configs/presets.js +2 -2
  2685. package/dist/esm/heading/settings/configs/settings.js +1 -1
  2686. package/dist/esm/heading/settings/configs/translate.js +1 -1
  2687. package/dist/esm/heading/settings/configs/ui-v2.js +1 -1
  2688. package/dist/esm/helpers.js +1 -1
  2689. package/dist/esm/hero-banner/common/animation-manager.js +1 -1
  2690. package/dist/esm/hero-banner/common/attrs.js +1 -1
  2691. package/dist/esm/hero-banner/common/classes.js +1 -1
  2692. package/dist/esm/hero-banner/common/const.js +1 -1
  2693. package/dist/esm/hero-banner/common/helpers.js +1 -1
  2694. package/dist/esm/hero-banner/common/styles.js +1 -1
  2695. package/dist/esm/hero-banner/components/HeroBanner.js +1 -1
  2696. package/dist/esm/hero-banner/components/HeroBanner.liquid.js +4 -4
  2697. package/dist/esm/hero-banner/components/HeroBannerItem.js +1 -1
  2698. package/dist/esm/hero-banner/components/HeroBannerItem.liquid.js +10 -10
  2699. package/dist/esm/hero-banner/hooks/useHeroBanner.js +1 -1
  2700. package/dist/esm/hero-banner/hooks/useHeroBannerItem.js +1 -1
  2701. package/dist/esm/hero-banner/hooks/useIntersectionObserver.js +1 -1
  2702. package/dist/esm/hero-banner/hooks/useTranslateValue.js +1 -1
  2703. package/dist/esm/hero-banner/hooks/useWindowSize.js +1 -1
  2704. package/dist/esm/hero-banner/index.js +1 -1
  2705. package/dist/esm/hero-banner/next.js +1 -1
  2706. package/dist/esm/hero-banner/settings/HeroBanner.js +2 -2
  2707. package/dist/esm/hero-banner/settings/configs/presets/banner-1-col-pre-sales-page.js +2 -2
  2708. package/dist/esm/hero-banner/settings/configs/presets/banner-1-col.js +2 -2
  2709. package/dist/esm/hero-banner/settings/configs/presets/banner-content-left-pre-sales-page.js +2 -2
  2710. package/dist/esm/hero-banner/settings/configs/presets/banner-content-left.js +2 -2
  2711. package/dist/esm/hero-banner/settings/configs/presets/banner-content-right-pre-sales-page.js +2 -2
  2712. package/dist/esm/hero-banner/settings/configs/presets/banner-content-right.js +2 -2
  2713. package/dist/esm/hero-banner/settings/configs/presets/banner-parallax-pre-sales-page.js +2 -2
  2714. package/dist/esm/hero-banner/settings/configs/presets/banner-parallax.js +2 -2
  2715. package/dist/esm/hero-banner/settings/configs/presets/banner-video-pre-sales-page.js +2 -2
  2716. package/dist/esm/hero-banner/settings/configs/presets/banner-video.js +2 -2
  2717. package/dist/esm/hero-banner/settings/configs/settings.js +2 -2
  2718. package/dist/esm/hero-banner/settings/configs/translate.js +1 -1
  2719. package/dist/esm/hero-banner/settings/configs/ui-v2.js +1 -1
  2720. package/dist/esm/hooks/useGetProductId.js +1 -1
  2721. package/dist/esm/icon/common/attrs.js +1 -1
  2722. package/dist/esm/icon/common/classes.js +1 -1
  2723. package/dist/esm/icon/common/helpers.js +1 -1
  2724. package/dist/esm/icon/common/styles.js +1 -1
  2725. package/dist/esm/icon/components/Icon.js +1 -1
  2726. package/dist/esm/icon/components/Icon.liquid.js +4 -4
  2727. package/dist/esm/icon/index.js +1 -1
  2728. package/dist/esm/icon/next.js +1 -1
  2729. package/dist/esm/icon/settings/Icon.js +2 -2
  2730. package/dist/esm/icon/settings/configs/presets.js +2 -2
  2731. package/dist/esm/icon/settings/configs/settings.js +2 -2
  2732. package/dist/esm/icon/settings/configs/ui-v2.js +1 -1
  2733. package/dist/esm/icon-list/common/attrs.js +1 -1
  2734. package/dist/esm/icon-list/common/classes.js +1 -1
  2735. package/dist/esm/icon-list/common/styles.js +1 -1
  2736. package/dist/esm/icon-list/components/IconList.js +1 -1
  2737. package/dist/esm/icon-list/components/IconList.liquid.js +11 -11
  2738. package/dist/esm/icon-list/components/IconListItem.js +1 -1
  2739. package/dist/esm/icon-list/components/IconListItem.liquid.js +3 -3
  2740. package/dist/esm/icon-list/index.js +1 -1
  2741. package/dist/esm/icon-list/next.js +1 -1
  2742. package/dist/esm/icon-list/settings/IconList.js +2 -2
  2743. package/dist/esm/icon-list/settings/IconListItem.js +1 -1
  2744. package/dist/esm/icon-list/settings/configs/items.js +1 -1
  2745. package/dist/esm/icon-list/settings/configs/settings.js +1 -1
  2746. package/dist/esm/icon-list/settings/configs/translate.js +1 -1
  2747. package/dist/esm/icon-list/settings/configs/ui-v2.js +1 -1
  2748. package/dist/esm/icon-list-hoz/common/attrs.js +1 -1
  2749. package/dist/esm/icon-list-hoz/common/classes.js +1 -1
  2750. package/dist/esm/icon-list-hoz/common/styles.js +1 -1
  2751. package/dist/esm/icon-list-hoz/components/IconListHoz.js +1 -1
  2752. package/dist/esm/icon-list-hoz/components/IconListHoz.liquid.js +8 -8
  2753. package/dist/esm/icon-list-hoz/components/IconListHozItem.js +1 -1
  2754. package/dist/esm/icon-list-hoz/components/IconListIHozItem.liquid.js +3 -3
  2755. package/dist/esm/icon-list-hoz/index.js +1 -1
  2756. package/dist/esm/icon-list-hoz/next.js +1 -1
  2757. package/dist/esm/icon-list-hoz/settings/IconListHoz.js +2 -2
  2758. package/dist/esm/icon-list-hoz/settings/IconListItem.js +1 -1
  2759. package/dist/esm/icon-list-hoz/settings/ItemTemplate.js +1 -1
  2760. package/dist/esm/icon-list-hoz/settings/configs/presets.js +2 -2
  2761. package/dist/esm/icon-list-hoz/settings/configs/settings.js +1 -1
  2762. package/dist/esm/icon-list-hoz/settings/configs/uiV2.js +1 -1
  2763. package/dist/esm/icon-list-v2/common/classes.js +1 -1
  2764. package/dist/esm/icon-list-v2/common/helpers.js +1 -1
  2765. package/dist/esm/icon-list-v2/common/styles.js +1 -1
  2766. package/dist/esm/icon-list-v2/components/IconList.js +1 -1
  2767. package/dist/esm/icon-list-v2/components/IconList.liquid.js +11 -11
  2768. package/dist/esm/icon-list-v2/hooks/useIconLineHeight.js +1 -1
  2769. package/dist/esm/icon-list-v2/index.js +1 -1
  2770. package/dist/esm/icon-list-v2/next.js +1 -1
  2771. package/dist/esm/icon-list-v2/settings/IconList.js +2 -2
  2772. package/dist/esm/icon-list-v2/settings/configs/items.js +1 -1
  2773. package/dist/esm/icon-list-v2/settings/configs/settings.js +1 -1
  2774. package/dist/esm/icon-list-v2/settings/configs/translate.js +1 -1
  2775. package/dist/esm/icon-list-v2/settings/configs/ui-v2.js +1 -1
  2776. package/dist/esm/image/common/attrs.js +1 -1
  2777. package/dist/esm/image/common/classes.js +1 -1
  2778. package/dist/esm/image/common/helpers.js +2 -2
  2779. package/dist/esm/image/common/styles.js +1 -1
  2780. package/dist/esm/image/components/AdaptiveImage.js +1 -1
  2781. package/dist/esm/image/components/AdaptiveImage.liquid.js +11 -11
  2782. package/dist/esm/image/components/Image.js +1 -1
  2783. package/dist/esm/image/components/Image.liquid.js +3 -3
  2784. package/dist/esm/image/components/Modal3d.liquid.js +5 -5
  2785. package/dist/esm/image/components/NextImage.js +1 -1
  2786. package/dist/esm/image/components/NextImage.liquid.js +5 -5
  2787. package/dist/esm/image/components/Video.liquid.js +5 -5
  2788. package/dist/esm/image/constants.js +1 -1
  2789. package/dist/esm/image/index.js +1 -1
  2790. package/dist/esm/image/next.js +1 -1
  2791. package/dist/esm/image/settings/Image.js +2 -2
  2792. package/dist/esm/image/settings/configs/presets.js +2 -2
  2793. package/dist/esm/image/settings/configs/settings.js +1 -1
  2794. package/dist/esm/image/settings/configs/translate.js +1 -1
  2795. package/dist/esm/image/settings/configs/ui-v2.js +1 -1
  2796. package/dist/esm/image-comparison/common/attrs.js +1 -1
  2797. package/dist/esm/image-comparison/common/classes.js +1 -1
  2798. package/dist/esm/image-comparison/common/helpers.js +1 -1
  2799. package/dist/esm/image-comparison/common/styles.js +8 -8
  2800. package/dist/esm/image-comparison/components/CompareImage.js +1 -1
  2801. package/dist/esm/image-comparison/components/CompareImage.liquid.js +11 -11
  2802. package/dist/esm/image-comparison/components/ImageComparison.js +1 -1
  2803. package/dist/esm/image-comparison/components/ImageComparison.liquid.js +3 -3
  2804. package/dist/esm/image-comparison/components/Label.js +1 -1
  2805. package/dist/esm/image-comparison/components/Label.liquid.js +3 -3
  2806. package/dist/esm/image-comparison/components/SlideHandle.js +1 -1
  2807. package/dist/esm/image-comparison/components/SlideHandle.liquid.js +5 -5
  2808. package/dist/esm/image-comparison/hooks/useCompareImage.js +1 -1
  2809. package/dist/esm/image-comparison/index.js +1 -1
  2810. package/dist/esm/image-comparison/next.js +1 -1
  2811. package/dist/esm/image-comparison/settings/ImageComparison.js +2 -2
  2812. package/dist/esm/image-comparison/settings/configs/settings.js +1 -1
  2813. package/dist/esm/image-comparison/settings/configs/translate.js +1 -1
  2814. package/dist/esm/image-comparison/settings/configs/ui-v2.js +1 -1
  2815. package/dist/esm/image-detection/components/ImageDetection.js +1 -1
  2816. package/dist/esm/image-detection/index.js +1 -1
  2817. package/dist/esm/image-detection/next.js +1 -1
  2818. package/dist/esm/image-detection/settings/ImageDetection.js +2 -2
  2819. package/dist/esm/image-detection/settings/configs/settings.js +1 -1
  2820. package/dist/esm/index.js +1 -1
  2821. package/dist/esm/input/components/Input.js +1 -1
  2822. package/dist/esm/input/index.js +1 -1
  2823. package/dist/esm/input/next.js +1 -1
  2824. package/dist/esm/input/settings/Input.js +2 -2
  2825. package/dist/esm/input/settings/configs/settings.js +1 -1
  2826. package/dist/esm/line/common/classes.js +1 -1
  2827. package/dist/esm/line/common/helpers.js +1 -1
  2828. package/dist/esm/line/common/styles.js +1 -1
  2829. package/dist/esm/line/components/Divider.js +1 -1
  2830. package/dist/esm/line/components/Divider.liquid.js +1 -1
  2831. package/dist/esm/line/components/Line.js +1 -1
  2832. package/dist/esm/line/components/Line.liquid.js +7 -7
  2833. package/dist/esm/line/index.js +1 -1
  2834. package/dist/esm/line/next.js +1 -1
  2835. package/dist/esm/line/settings/Line.js +2 -2
  2836. package/dist/esm/line/settings/configs/presets.js +2 -2
  2837. package/dist/esm/line/settings/configs/settings.js +1 -1
  2838. package/dist/esm/line/settings/configs/ui-v2.js +1 -1
  2839. package/dist/esm/link/common/helpers.js +1 -1
  2840. package/dist/esm/link/components/CustomLink.js +1 -1
  2841. package/dist/esm/link/components/Link.js +1 -1
  2842. package/dist/esm/link/components/ProductLink.js +1 -1
  2843. package/dist/esm/link/components/next-link/CustomLink.js +1 -1
  2844. package/dist/esm/link/components/next-link/ProductLink.js +1 -1
  2845. package/dist/esm/link/components/next-link/index.js +1 -1
  2846. package/dist/esm/link/index.js +1 -1
  2847. package/dist/esm/link/next.js +1 -1
  2848. package/dist/esm/link/settings/Link.js +1 -1
  2849. package/dist/esm/link/settings/configs/settings.js +1 -1
  2850. package/dist/esm/marquee/common/classes.js +1 -1
  2851. package/dist/esm/marquee/common/helpers.js +1 -1
  2852. package/dist/esm/marquee/common/styles.js +1 -1
  2853. package/dist/esm/marquee/components/Marquee.js +1 -1
  2854. package/dist/esm/marquee/components/Marquee.liquid.js +16 -16
  2855. package/dist/esm/marquee/components/MarqueeBase.js +1 -1
  2856. package/dist/esm/marquee/components/MarqueeBase.liquid.js +7 -7
  2857. package/dist/esm/marquee/components/MarqueeItem.js +1 -1
  2858. package/dist/esm/marquee/components/MarqueeItem.liquid.js +3 -3
  2859. package/dist/esm/marquee/hooks/useMarquee.js +1 -1
  2860. package/dist/esm/marquee/hooks/useMarqueeBase.js +1 -1
  2861. package/dist/esm/marquee/hooks/useMarqueeItem.js +1 -1
  2862. package/dist/esm/marquee/hooks/useMarqueeScrollToItem.js +1 -1
  2863. package/dist/esm/marquee/hooks/useMarqueeStyles.js +1 -1
  2864. package/dist/esm/marquee/hooks/useTransition.js +1 -1
  2865. package/dist/esm/marquee/index.js +1 -1
  2866. package/dist/esm/marquee/next.js +1 -1
  2867. package/dist/esm/marquee/settings/Marquee.js +2 -2
  2868. package/dist/esm/marquee/settings/MarqueeItem.js +1 -1
  2869. package/dist/esm/marquee/settings/configs/child-image-template.js +1 -1
  2870. package/dist/esm/marquee/settings/configs/child-template.js +1 -1
  2871. package/dist/esm/marquee/settings/configs/child-text-template.js +1 -1
  2872. package/dist/esm/marquee/settings/configs/presets.js +2 -2
  2873. package/dist/esm/marquee/settings/configs/settings-v2.js +2 -2
  2874. package/dist/esm/marquee/settings/configs/ui-v2.js +1 -1
  2875. package/dist/esm/menu/components/DropdownMenu.js +1 -1
  2876. package/dist/esm/menu/components/MegaMenu.js +1 -1
  2877. package/dist/esm/menu/components/Menu.js +1 -1
  2878. package/dist/esm/menu/components/NavigationMenu.js +1 -1
  2879. package/dist/esm/menu/components/SubMegaMenu.js +1 -1
  2880. package/dist/esm/menu/components/SubNavigationMenu.js +1 -1
  2881. package/dist/esm/menu/index.js +1 -1
  2882. package/dist/esm/menu/next.js +1 -1
  2883. package/dist/esm/menu/settings/Menu.js +1 -1
  2884. package/dist/esm/menu/settings/configs/settings.js +1 -1
  2885. package/dist/esm/modal/common/helpers.js +1 -1
  2886. package/dist/esm/modal/components/Modal.js +1 -1
  2887. package/dist/esm/modal/components/ZoomButton.js +1 -1
  2888. package/dist/esm/modal/components/confirm.js +1 -1
  2889. package/dist/esm/modal/hooks/useModalContainer.js +1 -1
  2890. package/dist/esm/modal/index.js +1 -1
  2891. package/dist/esm/modal/next.js +1 -1
  2892. package/dist/esm/modal/settings/Modal.js +1 -1
  2893. package/dist/esm/modal/settings/configs/settings.js +1 -1
  2894. package/dist/esm/next.js +1 -1
  2895. package/dist/esm/notification/components/Notice.js +1 -1
  2896. package/dist/esm/notification/components/Notifications.js +1 -1
  2897. package/dist/esm/notification/components/icons/CloseIcon.js +1 -1
  2898. package/dist/esm/notification/hooks/useNotification.js +1 -1
  2899. package/dist/esm/pagination/components/Pagination.js +1 -1
  2900. package/dist/esm/pagination/index.js +1 -1
  2901. package/dist/esm/pagination/next.js +1 -1
  2902. package/dist/esm/pagination/settings/Pagination.js +1 -1
  2903. package/dist/esm/pagination/settings/configs/settings.js +1 -1
  2904. package/dist/esm/post-purchase/advanced-list/common/attrs.js +1 -1
  2905. package/dist/esm/post-purchase/advanced-list/common/classes.js +1 -1
  2906. package/dist/esm/post-purchase/advanced-list/common/styles.js +1 -1
  2907. package/dist/esm/post-purchase/advanced-list/components/AdvancedListPostPurchase.js +1 -1
  2908. package/dist/esm/post-purchase/advanced-list/components/PostPurchaseAdvancedListItem.js +1 -1
  2909. package/dist/esm/post-purchase/advanced-list/index.js +1 -1
  2910. package/dist/esm/post-purchase/advanced-list/next.js +1 -1
  2911. package/dist/esm/post-purchase/advanced-list/settings/AdvancedListPostPurchase.js +2 -2
  2912. package/dist/esm/post-purchase/advanced-list/settings/PostPurchaseAdvancedListItem.js +1 -1
  2913. package/dist/esm/post-purchase/advanced-list/settings/configs/presets.js +2 -2
  2914. package/dist/esm/post-purchase/advanced-list/settings/configs/settings.js +1 -1
  2915. package/dist/esm/post-purchase/advanced-list/settings/configs/templates.js +1 -1
  2916. package/dist/esm/post-purchase/advanced-list/settings/configs/ui-v2.js +1 -1
  2917. package/dist/esm/post-purchase/advanced-list/types.js +1 -1
  2918. package/dist/esm/post-purchase/button/common/classes.js +1 -1
  2919. package/dist/esm/post-purchase/button/common/styles.js +1 -1
  2920. package/dist/esm/post-purchase/button/components/Button.js +1 -1
  2921. package/dist/esm/post-purchase/button/index.js +1 -1
  2922. package/dist/esm/post-purchase/button/next.js +1 -1
  2923. package/dist/esm/post-purchase/button/settings/Button.js +2 -2
  2924. package/dist/esm/post-purchase/button/settings/configs/presets.js +2 -2
  2925. package/dist/esm/post-purchase/button/settings/configs/settings.js +1 -1
  2926. package/dist/esm/post-purchase/button/settings/configs/ui-v2.js +1 -1
  2927. package/dist/esm/post-purchase/buyer-consent/common/classes.js +1 -1
  2928. package/dist/esm/post-purchase/buyer-consent/common/constants.js +1 -1
  2929. package/dist/esm/post-purchase/buyer-consent/common/helpers.js +1 -1
  2930. package/dist/esm/post-purchase/buyer-consent/common/styles.js +1 -1
  2931. package/dist/esm/post-purchase/buyer-consent/components/BuyerConsent.js +1 -1
  2932. package/dist/esm/post-purchase/buyer-consent/components/PostPurchaseCheckbox.js +1 -1
  2933. package/dist/esm/post-purchase/buyer-consent/hooks/useBuyerConsentChecked.js +1 -1
  2934. package/dist/esm/post-purchase/buyer-consent/hooks/useBuyerConsentVisibility.js +1 -1
  2935. package/dist/esm/post-purchase/buyer-consent/index.js +1 -1
  2936. package/dist/esm/post-purchase/buyer-consent/next.js +1 -1
  2937. package/dist/esm/post-purchase/buyer-consent/settings/BuyerConsent.js +2 -2
  2938. package/dist/esm/post-purchase/buyer-consent/settings/configs/presets.js +2 -2
  2939. package/dist/esm/post-purchase/buyer-consent/settings/configs/settings.js +1 -1
  2940. package/dist/esm/post-purchase/buyer-consent/settings/configs/ui-v2.js +1 -1
  2941. package/dist/esm/post-purchase/callout-banner/common/classes.js +1 -1
  2942. package/dist/esm/post-purchase/callout-banner/common/styles.js +1 -1
  2943. package/dist/esm/post-purchase/callout-banner/components/CalloutBox.js +1 -1
  2944. package/dist/esm/post-purchase/callout-banner/components/CalloutText.js +1 -1
  2945. package/dist/esm/post-purchase/callout-banner/index.js +1 -1
  2946. package/dist/esm/post-purchase/callout-banner/next.js +1 -1
  2947. package/dist/esm/post-purchase/callout-banner/settings/CalloutBox.js +1 -1
  2948. package/dist/esm/post-purchase/callout-banner/settings/CalloutText.js +1 -1
  2949. package/dist/esm/post-purchase/callout-banner/settings/config/callout-box/preset.js +2 -2
  2950. package/dist/esm/post-purchase/callout-banner/settings/config/callout-box/setting.js +2 -2
  2951. package/dist/esm/post-purchase/callout-banner/settings/config/callout-box/ui-v2.js +1 -1
  2952. package/dist/esm/post-purchase/callout-banner/settings/config/callout-text/preset.js +2 -2
  2953. package/dist/esm/post-purchase/callout-banner/settings/config/callout-text/setting.js +1 -1
  2954. package/dist/esm/post-purchase/callout-banner/settings/config/callout-text/ui-v1.js +1 -1
  2955. package/dist/esm/post-purchase/callout-banner/settings/config/callout-text/ui-v2.js +1 -1
  2956. package/dist/esm/post-purchase/common/constants.js +1 -1
  2957. package/dist/esm/post-purchase/common/helper.js +1 -1
  2958. package/dist/esm/post-purchase/countdown-timer/common/classes.js +1 -1
  2959. package/dist/esm/post-purchase/countdown-timer/common/styles.js +1 -1
  2960. package/dist/esm/post-purchase/countdown-timer/components/PostPurchaseCountdownTimer.js +1 -1
  2961. package/dist/esm/post-purchase/countdown-timer/components/TextCountdown.js +1 -1
  2962. package/dist/esm/post-purchase/countdown-timer/hooks/useCountdownTimer.js +1 -1
  2963. package/dist/esm/post-purchase/countdown-timer/hooks/useGetTimeExpired.js +1 -1
  2964. package/dist/esm/post-purchase/countdown-timer/index.js +1 -1
  2965. package/dist/esm/post-purchase/countdown-timer/next.js +1 -1
  2966. package/dist/esm/post-purchase/countdown-timer/settings/CountdownTimer.js +2 -2
  2967. package/dist/esm/post-purchase/countdown-timer/settings/config/preset.js +2 -2
  2968. package/dist/esm/post-purchase/countdown-timer/settings/config/setting.js +1 -1
  2969. package/dist/esm/post-purchase/countdown-timer/settings/config/ui-v2.js +1 -1
  2970. package/dist/esm/post-purchase/image/common/classes.js +1 -1
  2971. package/dist/esm/post-purchase/image/common/helpers.js +1 -1
  2972. package/dist/esm/post-purchase/image/common/styles.js +1 -1
  2973. package/dist/esm/post-purchase/image/components/AdaptiveImage.js +1 -1
  2974. package/dist/esm/post-purchase/image/components/Image.js +1 -1
  2975. package/dist/esm/post-purchase/image/components/Img.js +1 -1
  2976. package/dist/esm/post-purchase/image/index.js +1 -1
  2977. package/dist/esm/post-purchase/image/next.js +1 -1
  2978. package/dist/esm/post-purchase/image/settings/Image.js +2 -2
  2979. package/dist/esm/post-purchase/image/settings/configs/setting-v2.js +1 -1
  2980. package/dist/esm/post-purchase/image/settings/configs/ui-v2.js +1 -1
  2981. package/dist/esm/post-purchase/line/common/classes.js +1 -1
  2982. package/dist/esm/post-purchase/line/common/styles.js +1 -1
  2983. package/dist/esm/post-purchase/line/components/PostPurchaseLine.js +1 -1
  2984. package/dist/esm/post-purchase/line/index.js +1 -1
  2985. package/dist/esm/post-purchase/line/next.js +1 -1
  2986. package/dist/esm/post-purchase/line/settings/PostPurchaseLine.js +2 -2
  2987. package/dist/esm/post-purchase/line/settings/configs/presets.js +2 -2
  2988. package/dist/esm/post-purchase/line/settings/configs/settings.js +1 -1
  2989. package/dist/esm/post-purchase/line/settings/configs/ui-v2.js +1 -1
  2990. package/dist/esm/post-purchase/line/types.js +1 -1
  2991. package/dist/esm/post-purchase/link/common/classes.js +1 -1
  2992. package/dist/esm/post-purchase/link/common/helpers.js +1 -1
  2993. package/dist/esm/post-purchase/link/common/styles.js +1 -1
  2994. package/dist/esm/post-purchase/link/components/PostPurchaseLink.js +1 -1
  2995. package/dist/esm/post-purchase/link/index.js +1 -1
  2996. package/dist/esm/post-purchase/link/next.js +1 -1
  2997. package/dist/esm/post-purchase/link/settings/PostPurchaseLink.js +2 -2
  2998. package/dist/esm/post-purchase/link/settings/configs/presets.js +2 -2
  2999. package/dist/esm/post-purchase/link/settings/configs/settings.js +1 -1
  3000. package/dist/esm/post-purchase/link/settings/configs/ui-v2.js +1 -1
  3001. package/dist/esm/post-purchase/product/common/attrs.js +1 -1
  3002. package/dist/esm/post-purchase/product/common/classes.js +1 -1
  3003. package/dist/esm/post-purchase/product/common/helpers.js +1 -1
  3004. package/dist/esm/post-purchase/product/common/styles.js +1 -1
  3005. package/dist/esm/post-purchase/product/components/AcceptButton.js +1 -1
  3006. package/dist/esm/post-purchase/product/components/ProductDescription.js +1 -1
  3007. package/dist/esm/post-purchase/product/components/ProductDiscountTag.js +1 -1
  3008. package/dist/esm/post-purchase/product/components/ProductPrice.js +1 -1
  3009. package/dist/esm/post-purchase/product/components/ProductPriceBreakdown.js +1 -1
  3010. package/dist/esm/post-purchase/product/components/ProductQuantity.js +1 -1
  3011. package/dist/esm/post-purchase/product/components/ProductTitle.js +1 -1
  3012. package/dist/esm/post-purchase/product/components/price-breakdown/MoneyLine.js +1 -1
  3013. package/dist/esm/post-purchase/product/components/product-image/FeatureImage.js +1 -1
  3014. package/dist/esm/post-purchase/product/components/product-image/ImageListCarousel.js +1 -1
  3015. package/dist/esm/post-purchase/product/components/product-image/ImageListGrid.js +1 -1
  3016. package/dist/esm/post-purchase/product/components/product-image/ItemCarouselPostPurchase.js +1 -1
  3017. package/dist/esm/post-purchase/product/components/product-image/ItemGridPostPurchase.js +1 -1
  3018. package/dist/esm/post-purchase/product/components/product-image/carousel-post-purchase/Arrow.js +1 -1
  3019. package/dist/esm/post-purchase/product/components/product-image/carousel-post-purchase/CarouselPostPurchase.js +1 -1
  3020. package/dist/esm/post-purchase/product/components/product-image/carousel-post-purchase/CarouselPostPurchaseContext.js +1 -1
  3021. package/dist/esm/post-purchase/product/components/product-image/carousel-post-purchase/CarouselWrapperPostPurchase.js +1 -1
  3022. package/dist/esm/post-purchase/product/components/product-image/index.js +1 -1
  3023. package/dist/esm/post-purchase/product/components/product-image/layouts/FeatureImageWithGalleryImage.js +1 -1
  3024. package/dist/esm/post-purchase/product/components/product-image/layouts/OnlyGalleryImage.js +1 -1
  3025. package/dist/esm/post-purchase/product/components/product-offer/common/attrs.js +1 -1
  3026. package/dist/esm/post-purchase/product/components/product-offer/common/classes.js +1 -1
  3027. package/dist/esm/post-purchase/product/components/product-offer/common/styles.js +1 -1
  3028. package/dist/esm/post-purchase/product/components/product-offer/components/ProductOffer.js +1 -1
  3029. package/dist/esm/post-purchase/product/components/product-offer/components/ProductOfferItem.js +1 -1
  3030. package/dist/esm/post-purchase/product/components/product-offer/hooks/useProductOfferData.js +1 -1
  3031. package/dist/esm/post-purchase/product/components/product-subscription/ProductSubscription.js +1 -1
  3032. package/dist/esm/post-purchase/product/components/product-subscription/common/attrs.js +1 -1
  3033. package/dist/esm/post-purchase/product/components/product-subscription/common/classes.js +1 -1
  3034. package/dist/esm/post-purchase/product/components/product-subscription/common/extractSellingPlanSettings.js +1 -1
  3035. package/dist/esm/post-purchase/product/components/product-subscription/common/styles.js +1 -1
  3036. package/dist/esm/post-purchase/product/components/product-subscription/components/OneTimePurchaseTooltip.js +1 -1
  3037. package/dist/esm/post-purchase/product/components/product-subscription/components/SellingPlanDropdown.js +1 -1
  3038. package/dist/esm/post-purchase/product/components/product-subscription/components/SellingPlanLabel.js +1 -1
  3039. package/dist/esm/post-purchase/product/components/product-subscription/components/SellingPlanRadio.js +1 -1
  3040. package/dist/esm/post-purchase/product/components/product-subscription/components/SubscriptionDetail.js +1 -1
  3041. package/dist/esm/post-purchase/product/components/product-subscription/components/SubscriptionRadio.js +1 -1
  3042. package/dist/esm/post-purchase/product/components/product-subscription/helpers/calculateBestSellingPlan.js +1 -1
  3043. package/dist/esm/post-purchase/product/components/product-subscription/helpers/findDefaultValue.js +1 -1
  3044. package/dist/esm/post-purchase/product/components/product-subscription/helpers/findMatchedGroup.js +1 -1
  3045. package/dist/esm/post-purchase/product/components/product-subscription/helpers/findVariantByOptions.js +1 -1
  3046. package/dist/esm/post-purchase/product/components/product-subscription/hooks/useSellingPlanChange.js +1 -1
  3047. package/dist/esm/post-purchase/product/components/product-subscription/hooks/useSellingPlanOptions.js +1 -1
  3048. package/dist/esm/post-purchase/product/components/product-subscription/hooks/useSellingSubscription.js +1 -1
  3049. package/dist/esm/post-purchase/product/components/product-subscription/hooks/useSubscriptionVisibility.js +1 -1
  3050. package/dist/esm/post-purchase/product/components/product-subscription/types.js +1 -1
  3051. package/dist/esm/post-purchase/product/components/product-variant/common/classes.js +1 -1
  3052. package/dist/esm/post-purchase/product/components/product-variant/common/helpers.js +1 -1
  3053. package/dist/esm/post-purchase/product/components/product-variant/common/styles.js +1 -1
  3054. package/dist/esm/post-purchase/product/components/product-variant/components/ProductOption.js +1 -1
  3055. package/dist/esm/post-purchase/product/components/product-variant/components/ProductVariant.js +1 -1
  3056. package/dist/esm/post-purchase/product/components/product-variant/components/variants/Dropdown.js +1 -1
  3057. package/dist/esm/post-purchase/product/components/product-variant/components/variants/DropdownOption.js +1 -1
  3058. package/dist/esm/post-purchase/product/components/product-variant/components/variants/RectangleList.js +1 -1
  3059. package/dist/esm/post-purchase/product/components/product-variant/components/variants/VariantGroup.js +1 -1
  3060. package/dist/esm/post-purchase/product/components/product-variant/components/variants/VariantItem.js +1 -1
  3061. package/dist/esm/post-purchase/product/components/product-variant/components/variants/VariantOption.js +1 -1
  3062. package/dist/esm/post-purchase/product/components/product-variant/hooks/useTransition.js +1 -1
  3063. package/dist/esm/post-purchase/product/constants/ProductOfferPlaceholder.js +1 -1
  3064. package/dist/esm/post-purchase/product/constants/index.js +1 -1
  3065. package/dist/esm/post-purchase/product/helpers/index.js +1 -1
  3066. package/dist/esm/post-purchase/product/helpers/product-price-breakdown/getClasses.js +1 -1
  3067. package/dist/esm/post-purchase/product/helpers/product-price-breakdown/getPrice.js +1 -1
  3068. package/dist/esm/post-purchase/product/helpers/product-price-breakdown/getStyles.js +1 -1
  3069. package/dist/esm/post-purchase/product/helpers/product-quantity/getClasses.js +1 -1
  3070. package/dist/esm/post-purchase/product/helpers/product-quantity/getStyles.js +1 -1
  3071. package/dist/esm/post-purchase/product/hooks/useCarousel.js +1 -1
  3072. package/dist/esm/post-purchase/product/hooks/useDynamicProduct.js +1 -1
  3073. package/dist/esm/post-purchase/product/hooks/useFeatureImagePostPurchase.js +1 -1
  3074. package/dist/esm/post-purchase/product/hooks/useGetItemGapPriceBreakdown.js +1 -1
  3075. package/dist/esm/post-purchase/product/hooks/useGetMoneyLines.js +1 -1
  3076. package/dist/esm/post-purchase/product/hooks/useGetTextSetting.js +1 -1
  3077. package/dist/esm/post-purchase/product/hooks/useHandleQuantity.js +1 -1
  3078. package/dist/esm/post-purchase/product/hooks/useListCarousel.js +1 -1
  3079. package/dist/esm/post-purchase/product/hooks/useNavigationCarouselPostPurchase.js +1 -1
  3080. package/dist/esm/post-purchase/product/hooks/useProductImagePostPurchase.js +1 -1
  3081. package/dist/esm/post-purchase/product/hooks/useProductPriceBreakdown.js +1 -1
  3082. package/dist/esm/post-purchase/product/hooks/useRecurringSubtotal.js +1 -1
  3083. package/dist/esm/post-purchase/product/hooks/useSetCollapsePrice.js +1 -1
  3084. package/dist/esm/post-purchase/product/hooks/useSlideCarousel.js +1 -1
  3085. package/dist/esm/post-purchase/product/hooks/useSubscriptionConsentCheck.js +1 -1
  3086. package/dist/esm/post-purchase/product/hooks/useSubscriptionSellingType.js +1 -1
  3087. package/dist/esm/post-purchase/product/index.js +1 -1
  3088. package/dist/esm/post-purchase/product/next.js +1 -1
  3089. package/dist/esm/post-purchase/product/settings/accept-button/configs/presets.js +2 -2
  3090. package/dist/esm/post-purchase/product/settings/accept-button/configs/settings.js +1 -1
  3091. package/dist/esm/post-purchase/product/settings/accept-button/configs/ui-v2.js +1 -1
  3092. package/dist/esm/post-purchase/product/settings/accept-button/index.js +2 -2
  3093. package/dist/esm/post-purchase/product/settings/presets-config/product-presets/product-1-col.js +2 -2
  3094. package/dist/esm/post-purchase/product/settings/presets-config/product-presets/product-2-col.js +2 -2
  3095. package/dist/esm/post-purchase/product/settings/presets-config/product-presets/product-default.js +2 -2
  3096. package/dist/esm/post-purchase/product/settings/presets-config/product-presets/product-offer-1-col.js +2 -2
  3097. package/dist/esm/post-purchase/product/settings/presets-config/product-presets/product-offer-2-col.js +2 -2
  3098. package/dist/esm/post-purchase/product/settings/presets-config/product-presets/product-offer-default.js +2 -2
  3099. package/dist/esm/post-purchase/product/settings/product-description/ProductDescription.js +2 -2
  3100. package/dist/esm/post-purchase/product/settings/product-description/configs/settings-v2.js +1 -1
  3101. package/dist/esm/post-purchase/product/settings/product-description/configs/ui-v2.js +1 -1
  3102. package/dist/esm/post-purchase/product/settings/product-discount-tag/ProductDiscountTag.js +2 -2
  3103. package/dist/esm/post-purchase/product/settings/product-discount-tag/configs/setting-v2.js +1 -1
  3104. package/dist/esm/post-purchase/product/settings/product-discount-tag/configs/ui-v2.js +1 -1
  3105. package/dist/esm/post-purchase/product/settings/product-image/ProductImages.js +2 -2
  3106. package/dist/esm/post-purchase/product/settings/product-image/configs/settings-v2.js +1 -1
  3107. package/dist/esm/post-purchase/product/settings/product-image/configs/ui-v2.js +1 -1
  3108. package/dist/esm/post-purchase/product/settings/product-offer/configs/settings-v2.js +2 -2
  3109. package/dist/esm/post-purchase/product/settings/product-offer/configs/ui-v2.js +1 -1
  3110. package/dist/esm/post-purchase/product/settings/product-offer/index.js +2 -2
  3111. package/dist/esm/post-purchase/product/settings/product-price/ProductPrice.js +2 -2
  3112. package/dist/esm/post-purchase/product/settings/product-price/configs/settings-v2.js +1 -1
  3113. package/dist/esm/post-purchase/product/settings/product-price/configs/ui-v2.js +1 -1
  3114. package/dist/esm/post-purchase/product/settings/product-price-breakdown/configs/presets.js +2 -2
  3115. package/dist/esm/post-purchase/product/settings/product-price-breakdown/configs/settings.js +1 -1
  3116. package/dist/esm/post-purchase/product/settings/product-price-breakdown/configs/ui-v2.js +1 -1
  3117. package/dist/esm/post-purchase/product/settings/product-price-breakdown/index.js +2 -2
  3118. package/dist/esm/post-purchase/product/settings/product-quantity/configs/presets.js +2 -2
  3119. package/dist/esm/post-purchase/product/settings/product-quantity/configs/settings.js +1 -1
  3120. package/dist/esm/post-purchase/product/settings/product-quantity/configs/ui-v2.js +1 -1
  3121. package/dist/esm/post-purchase/product/settings/product-quantity/index.js +2 -2
  3122. package/dist/esm/post-purchase/product/settings/product-subscription/configs/presets.js +2 -2
  3123. package/dist/esm/post-purchase/product/settings/product-subscription/configs/settings.js +1 -1
  3124. package/dist/esm/post-purchase/product/settings/product-subscription/configs/ui-v2.js +1 -1
  3125. package/dist/esm/post-purchase/product/settings/product-subscription/index.js +2 -2
  3126. package/dist/esm/post-purchase/product/settings/product-title/ProductTitle.js +2 -2
  3127. package/dist/esm/post-purchase/product/settings/product-title/configs/settings-v2.js +1 -1
  3128. package/dist/esm/post-purchase/product/settings/product-title/configs/ui-v2.js +1 -1
  3129. package/dist/esm/post-purchase/product/settings/product-variants/ProductVariant.js +2 -2
  3130. package/dist/esm/post-purchase/product/settings/product-variants/configs/settings-v1.js +2 -2
  3131. package/dist/esm/post-purchase/product/settings/product-variants/configs/settings-v2.js +2 -2
  3132. package/dist/esm/post-purchase/product/settings/product-variants/configs/ui-v2.js +1 -1
  3133. package/dist/esm/post-purchase/text/common/attrs.js +1 -1
  3134. package/dist/esm/post-purchase/text/common/classes.js +1 -1
  3135. package/dist/esm/post-purchase/text/common/helpers.js +1 -1
  3136. package/dist/esm/post-purchase/text/common/styles.js +1 -1
  3137. package/dist/esm/post-purchase/text/components/Text.js +2 -2
  3138. package/dist/esm/post-purchase/text/index.js +1 -1
  3139. package/dist/esm/post-purchase/text/next.js +1 -1
  3140. package/dist/esm/post-purchase/text/settings/heading/Heading.js +1 -1
  3141. package/dist/esm/post-purchase/text/settings/heading/configs/presets-v2.js +2 -2
  3142. package/dist/esm/post-purchase/text/settings/text/Text.js +2 -2
  3143. package/dist/esm/post-purchase/text/settings/text/configs/setting-v2.js +1 -1
  3144. package/dist/esm/post-purchase/text/settings/text/configs/ui-v2.js +1 -1
  3145. package/dist/esm/postPurchaseSetting.js +1 -1
  3146. package/dist/esm/product/components/ProductImages.js +1 -1
  3147. package/dist/esm/product/components/ProductImages.liquid.js +9 -9
  3148. package/dist/esm/product/components/ProductNotFound.js +1 -1
  3149. package/dist/esm/product/components/SalePageProductListWarning.js +1 -1
  3150. package/dist/esm/product/components/constants/product-bundle.js +1 -1
  3151. package/dist/esm/product/components/dynamic-checkout/Button.liquid.js +4 -4
  3152. package/dist/esm/product/components/dynamic-checkout/DynamicCheckout.js +1 -1
  3153. package/dist/esm/product/components/dynamic-checkout/DynamicCheckout.liquid.js +1 -1
  3154. package/dist/esm/product/components/dynamic-checkout/common/classes.js +1 -1
  3155. package/dist/esm/product/components/dynamic-checkout/common/styles.js +20 -20
  3156. package/dist/esm/product/components/file-upload/UploadFile.js +1 -1
  3157. package/dist/esm/product/components/file-upload/UploadFile.liquid.js +4 -4
  3158. package/dist/esm/product/components/file-upload/common/attr.js +1 -1
  3159. package/dist/esm/product/components/file-upload/common/classes.js +1 -1
  3160. package/dist/esm/product/components/file-upload/common/helpers.js +1 -1
  3161. package/dist/esm/product/components/file-upload/common/style.js +1 -1
  3162. package/dist/esm/product/components/file-upload/settings/configs/presets.js +2 -2
  3163. package/dist/esm/product/components/file-upload/settings/configs/settings.js +2 -2
  3164. package/dist/esm/product/components/file-upload/settings/configs/translate.js +1 -1
  3165. package/dist/esm/product/components/file-upload/settings/configs/ui-v1.js +1 -1
  3166. package/dist/esm/product/components/file-upload/settings/configs/ui-v2.js +1 -1
  3167. package/dist/esm/product/components/file-upload/settings/index.js +2 -2
  3168. package/dist/esm/product/components/product-badge/ProductBadge.js +1 -1
  3169. package/dist/esm/product/components/product-badge/ProductBadge.liquid.js +7 -7
  3170. package/dist/esm/product/components/product-badge/common/attrs.js +1 -1
  3171. package/dist/esm/product/components/product-badge/common/classes.js +1 -1
  3172. package/dist/esm/product/components/product-badge/common/styles.js +1 -1
  3173. package/dist/esm/product/components/product-badge/constants.js +1 -1
  3174. package/dist/esm/product/components/product-badge/types.js +1 -1
  3175. package/dist/esm/product/components/product-badge/utils/common.js +1 -1
  3176. package/dist/esm/product/components/product-badge/utils/generateLiquidContent.js +2 -2
  3177. package/dist/esm/product/components/product-badge/utils/getRotateShape.js +1 -1
  3178. package/dist/esm/product/components/product-badge/utils/getShapePosition.js +1 -1
  3179. package/dist/esm/product/components/product-badge/utils/getStyleAdvanced.js +1 -1
  3180. package/dist/esm/product/components/product-badge/utils/getWhiteSpace.js +1 -1
  3181. package/dist/esm/product/components/product-badge/utils/renderBadgeILP.js +1 -1
  3182. package/dist/esm/product/components/product-badge/utils/renderBadgeLiquid.js +29 -29
  3183. package/dist/esm/product/components/product-badge/utils/shape.js +1 -1
  3184. package/dist/esm/product/components/product-badge/utils/stylesV2.js +2 -2
  3185. package/dist/esm/product/components/product-bundle/ProductBundleDiscount.js +1 -1
  3186. package/dist/esm/product/components/product-bundle/ProductBundleDiscount.liquid.js +7 -7
  3187. package/dist/esm/product/components/product-bundle/ProductBundleDiscountChildrenItem.js +1 -1
  3188. package/dist/esm/product/components/product-bundle/ProductBundleDiscountChildrenItem.liquid.js +6 -6
  3189. package/dist/esm/product/components/product-bundle/ProductBundleDiscountItem.js +1 -1
  3190. package/dist/esm/product/components/product-bundle/ProductBundleDiscountItem.liquid.js +1 -1
  3191. package/dist/esm/product/components/product-bundle/common/classes.js +1 -1
  3192. package/dist/esm/product/components/product-bundle/common/helpers.js +1 -1
  3193. package/dist/esm/product/components/product-bundle/common/styles.js +1 -1
  3194. package/dist/esm/product/components/product-bundle/hooks/useProductBundleDataState.js +3 -3
  3195. package/dist/esm/product/components/product-bundle/hooks/useProductBundleDiscountState.js +1 -1
  3196. package/dist/esm/product/components/product-bundle/setting/ProductBundleDiscount.js +2 -2
  3197. package/dist/esm/product/components/product-bundle/setting/ProductBundleDiscountItem.js +1 -1
  3198. package/dist/esm/product/components/product-bundle/setting/configs/settings.js +1 -1
  3199. package/dist/esm/product/components/product-bundle/setting/configs/ui-v1.js +1 -1
  3200. package/dist/esm/product/components/product-bundle/setting/configs/ui-v2.js +1 -1
  3201. package/dist/esm/product/components/product-button/AddToCartButton.js +1 -1
  3202. package/dist/esm/product/components/product-button/AddToCartButton.liquid.js +1 -1
  3203. package/dist/esm/product/components/product-button/BlankSpace.js +1 -1
  3204. package/dist/esm/product/components/product-button/BlankSpace.liquid.js +2 -2
  3205. package/dist/esm/product/components/product-button/CartMessage.js +1 -1
  3206. package/dist/esm/product/components/product-button/PriceComponent.js +1 -1
  3207. package/dist/esm/product/components/product-button/PriceComponent.liquid.js +1 -1
  3208. package/dist/esm/product/components/product-button/PriceLayout.js +1 -1
  3209. package/dist/esm/product/components/product-button/PriceLayout.liquid.js +2 -2
  3210. package/dist/esm/product/components/product-button/ProductButton.js +1 -1
  3211. package/dist/esm/product/components/product-button/ProductButton.liquid.js +5 -5
  3212. package/dist/esm/product/components/product-button/ProductButtonPrice.js +1 -1
  3213. package/dist/esm/product/components/product-button/ProductButtonPrice.liquid.js +1 -1
  3214. package/dist/esm/product/components/product-button/Separator.js +1 -1
  3215. package/dist/esm/product/components/product-button/Separator.liquid.js +4 -4
  3216. package/dist/esm/product/components/product-button/SoldOutButton.js +1 -1
  3217. package/dist/esm/product/components/product-button/SoldOutButton.liquid.js +1 -1
  3218. package/dist/esm/product/components/product-button/common/classes.js +1 -1
  3219. package/dist/esm/product/components/product-button/common/constants.js +2 -2
  3220. package/dist/esm/product/components/product-button/common/data.js +1 -1
  3221. package/dist/esm/product/components/product-button/common/helpers.js +1 -1
  3222. package/dist/esm/product/components/product-button/common/styles.js +1 -1
  3223. package/dist/esm/product/components/product-button/helpers/getButtonDynamicSourceLocales.js +1 -1
  3224. package/dist/esm/product/components/product-button/hooks/useAddToCart.js +1 -1
  3225. package/dist/esm/product/components/product-button/hooks/useCartMessage.js +1 -1
  3226. package/dist/esm/product/components/product-button/hooks/useCartOperations.js +1 -1
  3227. package/dist/esm/product/components/product-button/hooks/useDispatchAfterSubmitEvent.js +1 -1
  3228. package/dist/esm/product/components/product-button/types.js +1 -1
  3229. package/dist/esm/product/components/product-description/ProductDescription.js +1 -1
  3230. package/dist/esm/product/components/product-description/ProductDescription.liquid.js +10 -10
  3231. package/dist/esm/product/components/product-description/common/classes.js +1 -1
  3232. package/dist/esm/product/components/product-description/common/helpers.js +2 -2
  3233. package/dist/esm/product/components/product-description/common/styles.js +2 -2
  3234. package/dist/esm/product/components/product-description/hooks/useGpDescription.js +1 -1
  3235. package/dist/esm/product/components/product-discount-tag/ProductDiscountTag.js +1 -1
  3236. package/dist/esm/product/components/product-discount-tag/ProductDiscountTag.liquid.js +11 -11
  3237. package/dist/esm/product/components/product-discount-tag/common/classes.js +1 -1
  3238. package/dist/esm/product/components/product-discount-tag/common/styles.js +1 -1
  3239. package/dist/esm/product/components/product-discount-tag/hooks/useGpDiscountTag.js +1 -1
  3240. package/dist/esm/product/components/product-images/ProductFeaturedImage.js +1 -1
  3241. package/dist/esm/product/components/product-images/ProductFeaturedImage.liquid.js +31 -31
  3242. package/dist/esm/product/components/product-images/ProductGalleryCarousel.js +1 -1
  3243. package/dist/esm/product/components/product-images/ProductGalleryCarousel.liquid.js +6 -6
  3244. package/dist/esm/product/components/product-images/ProductGalleryGrid.js +1 -1
  3245. package/dist/esm/product/components/product-images/ProductGalleryGrid.liquid.js +10 -10
  3246. package/dist/esm/product/components/product-images/ProductImagesLightBox.js +1 -1
  3247. package/dist/esm/product/components/product-images/common/helpers.js +1 -1
  3248. package/dist/esm/product/components/product-images/common/productFeaturedImage.js +1 -1
  3249. package/dist/esm/product/components/product-images/common/productGallery.js +1 -1
  3250. package/dist/esm/product/components/product-images-v2/ProductImageV2.js +2 -2
  3251. package/dist/esm/product/components/product-images-v2/ProductImagesV2.liquid.js +18 -18
  3252. package/dist/esm/product/components/product-images-v2/common/attrs.js +1 -1
  3253. package/dist/esm/product/components/product-images-v2/common/classes.js +1 -1
  3254. package/dist/esm/product/components/product-images-v2/common/common.js +1 -1
  3255. package/dist/esm/product/components/product-images-v2/common/getBorderActiveCss.js +2 -2
  3256. package/dist/esm/product/components/product-images-v2/common/hoverAction.js +1 -1
  3257. package/dist/esm/product/components/product-images-v2/common/productFeaturedImage.js +1 -1
  3258. package/dist/esm/product/components/product-images-v2/common/productGallery.js +1 -1
  3259. package/dist/esm/product/components/product-images-v2/common/styles.js +1 -1
  3260. package/dist/esm/product/components/product-images-v2/components/child/MediaIcon.js +1 -1
  3261. package/dist/esm/product/components/product-images-v2/components/child/ProductFeatureVideo.js +1 -1
  3262. package/dist/esm/product/components/product-images-v2/components/child/ProductFeaturedImageCarousel.js +1 -1
  3263. package/dist/esm/product/components/product-images-v2/components/child/ProductFeaturedImageOnly.js +1 -1
  3264. package/dist/esm/product/components/product-images-v2/components/child/ProductGalleryGrid.js +2 -2
  3265. package/dist/esm/product/components/product-images-v2/components/feature-gallery/FeatureImageWithGallery.js +1 -1
  3266. package/dist/esm/product/components/product-images-v2/components/feature-gallery/FeatureImageWithGallery.liquid.js +41 -41
  3267. package/dist/esm/product/components/product-images-v2/components/feature-only/OnlyFeatureImage.js +1 -1
  3268. package/dist/esm/product/components/product-images-v2/components/gallery-carousel/GalleryCarousel.js +1 -1
  3269. package/dist/esm/product/components/product-images-v2/components/gallery-carousel/GalleryCarousel.liquid.js +6 -6
  3270. package/dist/esm/product/components/product-images-v2/components/gallery-grid/GalleryGrid.js +1 -1
  3271. package/dist/esm/product/components/product-images-v2/components/gallery-grid/GalleryGrid.liquid.js +2 -2
  3272. package/dist/esm/product/components/product-images-v2/components/lightbox/ButtonOpenLightBox.js +1 -1
  3273. package/dist/esm/product/components/product-images-v2/components/lightbox/ProductImagesLightBox.js +1 -1
  3274. package/dist/esm/product/components/product-images-v2/composables/getProductImagesAttr.js +1 -1
  3275. package/dist/esm/product/components/product-images-v2/composables/getProductImagesClassName.js +1 -1
  3276. package/dist/esm/product/components/product-images-v2/composables/getProductImagesStyles.js +1 -1
  3277. package/dist/esm/product/components/product-images-v2/hooks/useFeatureImageWithGallery.js +1 -1
  3278. package/dist/esm/product/components/product-images-v2/hooks/useFilterImagesByVariant.js +1 -1
  3279. package/dist/esm/product/components/product-images-v2/hooks/useGalleryCarousel.js +1 -1
  3280. package/dist/esm/product/components/product-images-v2/hooks/useProductFeaturedImageCarousel.js +1 -1
  3281. package/dist/esm/product/components/product-images-v2/hooks/useProductGalleryGrid.js +1 -1
  3282. package/dist/esm/product/components/product-images-v3/ProductImageV3.js +2 -2
  3283. package/dist/esm/product/components/product-images-v3/ProductImagesV3.liquid.js +18 -18
  3284. package/dist/esm/product/components/product-images-v3/common/attrs.js +1 -1
  3285. package/dist/esm/product/components/product-images-v3/common/classes.js +1 -1
  3286. package/dist/esm/product/components/product-images-v3/common/common.js +1 -1
  3287. package/dist/esm/product/components/product-images-v3/common/getBorderActiveCss.js +2 -2
  3288. package/dist/esm/product/components/product-images-v3/common/hoverAction.js +1 -1
  3289. package/dist/esm/product/components/product-images-v3/common/productFeaturedImage.js +1 -1
  3290. package/dist/esm/product/components/product-images-v3/common/productGallery.js +1 -1
  3291. package/dist/esm/product/components/product-images-v3/common/styles.js +1 -1
  3292. package/dist/esm/product/components/product-images-v3/components/child/MediaIcon.js +1 -1
  3293. package/dist/esm/product/components/product-images-v3/components/child/ProductFeatureVideo.js +1 -1
  3294. package/dist/esm/product/components/product-images-v3/components/child/ProductFeaturedImageCarousel.js +1 -1
  3295. package/dist/esm/product/components/product-images-v3/components/child/ProductFeaturedImageOnly.js +1 -1
  3296. package/dist/esm/product/components/product-images-v3/components/child/ProductGalleryGrid.js +2 -2
  3297. package/dist/esm/product/components/product-images-v3/components/child/ProductImagesLightBoxPreview.js +1 -1
  3298. package/dist/esm/product/components/product-images-v3/components/feature-gallery/FeatureImageWithGallery.js +1 -1
  3299. package/dist/esm/product/components/product-images-v3/components/feature-gallery/FeatureImageWithGallery.liquid.js +43 -43
  3300. package/dist/esm/product/components/product-images-v3/components/feature-only/OnlyFeatureImage.js +1 -1
  3301. package/dist/esm/product/components/product-images-v3/components/gallery-carousel/GalleryCarousel.js +1 -1
  3302. package/dist/esm/product/components/product-images-v3/components/gallery-carousel/GalleryCarousel.liquid.js +7 -7
  3303. package/dist/esm/product/components/product-images-v3/components/gallery-grid/GalleryGrid.js +1 -1
  3304. package/dist/esm/product/components/product-images-v3/components/gallery-grid/GalleryGrid.liquid.js +2 -2
  3305. package/dist/esm/product/components/product-images-v3/components/lightbox/ButtonOpenLightBox.js +1 -1
  3306. package/dist/esm/product/components/product-images-v3/components/lightbox/LightBoxCarousel.js +1 -1
  3307. package/dist/esm/product/components/product-images-v3/components/lightbox/LightBoxGalleryCarousel.js +1 -1
  3308. package/dist/esm/product/components/product-images-v3/components/lightbox/LightBoxImageZoom.js +1 -1
  3309. package/dist/esm/product/components/product-images-v3/components/lightbox/ProductImagesLightBox.js +1 -1
  3310. package/dist/esm/product/components/product-images-v3/components/lightbox/constants.js +1 -1
  3311. package/dist/esm/product/components/product-images-v3/composables/getProductImagesAttr.js +1 -1
  3312. package/dist/esm/product/components/product-images-v3/composables/getProductImagesClassName.js +1 -1
  3313. package/dist/esm/product/components/product-images-v3/composables/getProductImagesStyles.js +1 -1
  3314. package/dist/esm/product/components/product-images-v3/hooks/useFeatureImageWithGallery.js +1 -1
  3315. package/dist/esm/product/components/product-images-v3/hooks/useFilterImagesByVariant.js +1 -1
  3316. package/dist/esm/product/components/product-images-v3/hooks/useGalleryCarousel.js +1 -1
  3317. package/dist/esm/product/components/product-images-v3/hooks/useProductFeaturedImageCarousel.js +1 -1
  3318. package/dist/esm/product/components/product-images-v3/hooks/useProductGalleryGrid.js +1 -1
  3319. package/dist/esm/product/components/product-list/ProductList.js +1 -1
  3320. package/dist/esm/product/components/product-list/ProductList.liquid.js +34 -34
  3321. package/dist/esm/product/components/product-list/ProductListCarouselItem.liquid.js +2 -2
  3322. package/dist/esm/product/components/product-list/ProductListCarouselLayout.js +1 -1
  3323. package/dist/esm/product/components/product-list/ProductListCarouselLayout.liquid.js +4 -4
  3324. package/dist/esm/product/components/product-list/ProductListGridItem.liquid.js +7 -7
  3325. package/dist/esm/product/components/product-list/ProductListGridLayout.js +1 -1
  3326. package/dist/esm/product/components/product-list/ProductListGridLayout.liquid.js +19 -19
  3327. package/dist/esm/product/components/product-list/common/attrs.js +1 -1
  3328. package/dist/esm/product/components/product-list/common/classes.js +1 -1
  3329. package/dist/esm/product/components/product-list/common/helpers.js +1 -1
  3330. package/dist/esm/product/components/product-list/common/styles.js +1 -1
  3331. package/dist/esm/product/components/product-list-v3/ProductList.js +1 -1
  3332. package/dist/esm/product/components/product-list-v3/ProductList.liquid.js +34 -34
  3333. package/dist/esm/product/components/product-list-v3/ProductListCarouselItem.liquid.js +2 -2
  3334. package/dist/esm/product/components/product-list-v3/ProductListCarouselLayout.js +1 -1
  3335. package/dist/esm/product/components/product-list-v3/ProductListCarouselLayout.liquid.js +6 -6
  3336. package/dist/esm/product/components/product-list-v3/ProductListGridItem.liquid.js +7 -7
  3337. package/dist/esm/product/components/product-list-v3/ProductListGridLayout.js +1 -1
  3338. package/dist/esm/product/components/product-list-v3/ProductListGridLayout.liquid.js +19 -19
  3339. package/dist/esm/product/components/product-list-v3/common/attrs.js +1 -1
  3340. package/dist/esm/product/components/product-list-v3/common/classes.js +1 -1
  3341. package/dist/esm/product/components/product-list-v3/common/helpers.js +1 -1
  3342. package/dist/esm/product/components/product-list-v3/common/styles.js +1 -1
  3343. package/dist/esm/product/components/product-list-v3/constants/index.js +1 -0
  3344. package/dist/esm/product/components/product-list-v3/hooks/useCollectionQuery.js +1 -1
  3345. package/dist/esm/product/components/product-list-v3/hooks/useMainRelatedProductQuery.js +1 -1
  3346. package/dist/esm/product/components/product-list-v3/hooks/useProductRelatedQuery.js +1 -1
  3347. package/dist/esm/product/components/product-list-v3/hooks/useProductsQuery.js +1 -1
  3348. package/dist/esm/product/components/product-price/ProductPrice.js +1 -1
  3349. package/dist/esm/product/components/product-price/ProductPrice.liquid.js +5 -5
  3350. package/dist/esm/product/components/product-price/common/attrs.js +1 -1
  3351. package/dist/esm/product/components/product-price/common/classes.js +1 -1
  3352. package/dist/esm/product/components/product-price/common/helpers.js +3 -3
  3353. package/dist/esm/product/components/product-price/hooks/useGpPrice.js +1 -1
  3354. package/dist/esm/product/components/product-properties/ProductProperties.js +1 -1
  3355. package/dist/esm/product/components/product-properties/ProductProperties.liquid.js +6 -6
  3356. package/dist/esm/product/components/product-properties/common/attrs.js +1 -1
  3357. package/dist/esm/product/components/product-properties/common/classes.js +1 -1
  3358. package/dist/esm/product/components/product-properties/common/helpers.js +1 -1
  3359. package/dist/esm/product/components/product-properties/common/styles.js +1 -1
  3360. package/dist/esm/product/components/product-properties/property-choice/ProductPropertyChoice.js +1 -1
  3361. package/dist/esm/product/components/product-properties/property-choice/ProductPropertyChoice.liquid.js +3 -3
  3362. package/dist/esm/product/components/product-properties/property-choice/common/getProductPropertiesChoiceAttrs.js +1 -1
  3363. package/dist/esm/product/components/product-properties/property-choice/common/getProductPropertiesChoiceClasses.js +1 -1
  3364. package/dist/esm/product/components/product-properties/property-choice/common/getProductPropertiesChoiceInlineCss.js +3 -3
  3365. package/dist/esm/product/components/product-properties/property-choice/common/getProductPropertiesChoiceStyles.js +1 -1
  3366. package/dist/esm/product/components/product-properties/property-input/ProductPropertyInput.js +1 -1
  3367. package/dist/esm/product/components/product-properties/property-input/ProductPropertyInput.liquid.js +10 -10
  3368. package/dist/esm/product/components/product-properties/property-input/common/attrs.js +1 -1
  3369. package/dist/esm/product/components/product-properties/property-input/common/classes.js +1 -1
  3370. package/dist/esm/product/components/product-properties/property-input/common/helpers.js +1 -1
  3371. package/dist/esm/product/components/product-properties/property-input/common/styles.js +1 -1
  3372. package/dist/esm/product/components/product-properties/property-select/ProductPropertySelect.js +1 -1
  3373. package/dist/esm/product/components/product-properties/property-select/ProductPropertySelect.liquid.js +7 -7
  3374. package/dist/esm/product/components/product-properties/property-select/common/attrs.js +1 -1
  3375. package/dist/esm/product/components/product-properties/property-select/common/classes.js +1 -1
  3376. package/dist/esm/product/components/product-properties/property-select/common/styles.js +1 -1
  3377. package/dist/esm/product/components/product-quantity/ProductQuantity.js +1 -1
  3378. package/dist/esm/product/components/product-quantity/ProductQuantity.liquid.js +5 -5
  3379. package/dist/esm/product/components/product-quantity/common/attrs.js +1 -1
  3380. package/dist/esm/product/components/product-quantity/common/classes.js +1 -1
  3381. package/dist/esm/product/components/product-quantity/common/helpers.js +3 -3
  3382. package/dist/esm/product/components/product-quantity/common/styles.js +1 -1
  3383. package/dist/esm/product/components/product-quantity/hooks/useProductQuantity.js +1 -1
  3384. package/dist/esm/product/components/product-quick-view/ProductQuickView.js +1 -1
  3385. package/dist/esm/product/components/product-quick-view/QuickView.js +1 -1
  3386. package/dist/esm/product/components/product-sku/Sku.js +1 -1
  3387. package/dist/esm/product/components/product-sku/Sku.liquid.js +2 -2
  3388. package/dist/esm/product/components/product-title/ProductTitle.js +1 -1
  3389. package/dist/esm/product/components/product-title/ProductTitle.liquid.js +6 -6
  3390. package/dist/esm/product/components/product-title/common/helpers.js +1 -1
  3391. package/dist/esm/product/components/product-variants/OptionVariantsNewFormat.liquid.js +2 -2
  3392. package/dist/esm/product/components/product-variants/OptionVariantsOldFormat.liquid.js +2 -2
  3393. package/dist/esm/product/components/product-variants/ProductVariants.js +1 -1
  3394. package/dist/esm/product/components/product-variants/ProductVariants.liquid.js +51 -51
  3395. package/dist/esm/product/components/product-variants/common/base/attrs.js +1 -1
  3396. package/dist/esm/product/components/product-variants/common/base/classes.js +2 -2
  3397. package/dist/esm/product/components/product-variants/common/base/styles.js +1 -1
  3398. package/dist/esm/product/components/product-variants/common/common.js +1 -1
  3399. package/dist/esm/product/components/product-variants/common/const.js +1 -1
  3400. package/dist/esm/product/components/product-variants/common/dropdown/attrs.js +1 -1
  3401. package/dist/esm/product/components/product-variants/common/dropdown/classes.js +1 -1
  3402. package/dist/esm/product/components/product-variants/common/dropdown/styles.js +1 -1
  3403. package/dist/esm/product/components/product-variants/common/main/classes.js +1 -1
  3404. package/dist/esm/product/components/product-variants/common/main/const.js +1 -1
  3405. package/dist/esm/product/components/product-variants/common/main/getAttr.js +1 -1
  3406. package/dist/esm/product/components/product-variants/common/main/getData.js +1 -1
  3407. package/dist/esm/product/components/product-variants/common/main/styles.js +1 -1
  3408. package/dist/esm/product/components/product-variants/common/variants/attrs.js +1 -1
  3409. package/dist/esm/product/components/product-variants/common/variants/classes.js +1 -1
  3410. package/dist/esm/product/components/product-variants/common/variants/styles.js +1 -1
  3411. package/dist/esm/product/components/product-variants/components/base/base.js +5 -5
  3412. package/dist/esm/product/components/product-variants/components/base/base.liquid.js +15 -15
  3413. package/dist/esm/product/components/product-variants/components/color/color.js +1 -1
  3414. package/dist/esm/product/components/product-variants/components/color/color.liquid.js +3 -3
  3415. package/dist/esm/product/components/product-variants/components/dropdown-group/DropdownGroup.js +1 -1
  3416. package/dist/esm/product/components/product-variants/components/dropdown-group/DropdownGroup.liquid.js +1 -1
  3417. package/dist/esm/product/components/product-variants/components/dropdown-option/DropdownOption.js +1 -1
  3418. package/dist/esm/product/components/product-variants/components/dropdown-option/VariantOption.js +1 -1
  3419. package/dist/esm/product/components/product-variants/components/dropdown-option/render-liquid/index.js +16 -16
  3420. package/dist/esm/product/components/product-variants/components/dropdown-swatches/Dropdown.js +1 -1
  3421. package/dist/esm/product/components/product-variants/components/dropdown-swatches/Dropdown.liquid.js +6 -6
  3422. package/dist/esm/product/components/product-variants/components/dropdown-swatches/hooks/useDropdownSwatches.js +1 -1
  3423. package/dist/esm/product/components/product-variants/components/image/Image.js +1 -1
  3424. package/dist/esm/product/components/product-variants/components/image/Image.liquid.js +2 -2
  3425. package/dist/esm/product/components/product-variants/components/image-shopify/ImageShopify.js +1 -1
  3426. package/dist/esm/product/components/product-variants/components/image-shopify/ImageShopify.liquid.js +2 -2
  3427. package/dist/esm/product/components/product-variants/components/rectangle-list/RectangleList.js +1 -1
  3428. package/dist/esm/product/components/product-variants/components/variants/index.js +1 -1
  3429. package/dist/esm/product/components/product-variants/components/variants/index.liquid.js +23 -23
  3430. package/dist/esm/product/components/product-variants/hooks/useGpVariants.js +1 -1
  3431. package/dist/esm/product/components/product-variants/hooks/useVariantInteraction.js +1 -1
  3432. package/dist/esm/product/components/product-variants/utils/mappingVariantStyles.js +1 -1
  3433. package/dist/esm/product/components/product-vendor/Vendor.js +1 -1
  3434. package/dist/esm/product/components/product-vendor/Vendor.liquid.js +2 -2
  3435. package/dist/esm/product/components/product-view-more/ProductViewMore.js +1 -1
  3436. package/dist/esm/product/components/product-view-more/ProductViewMore.liquid.js +4 -4
  3437. package/dist/esm/product/components/product-view-more/common/helpers.js +1 -1
  3438. package/dist/esm/product/components/product-view-more/common/styles.js +1 -1
  3439. package/dist/esm/product/components/product-wrap/Product.js +1 -1
  3440. package/dist/esm/product/components/product-wrap/Product.liquid.js +30 -30
  3441. package/dist/esm/product/components/product-wrap/common/helpers.js +1 -1
  3442. package/dist/esm/product/components/product-wrap/hook/useProductSetting.js +1 -1
  3443. package/dist/esm/product/helpers/function.js +1 -1
  3444. package/dist/esm/product/helpers/product-bundle.js +1 -1
  3445. package/dist/esm/product/helpers/product-image.js +1 -1
  3446. package/dist/esm/product/helpers/product.js +1 -1
  3447. package/dist/esm/product/helpers/tracking.js +1 -1
  3448. package/dist/esm/product/index.js +1 -1
  3449. package/dist/esm/product/next.js +1 -1
  3450. package/dist/esm/product/settings/DynamicCheckout.js +2 -2
  3451. package/dist/esm/product/settings/Product.js +2 -2
  3452. package/dist/esm/product/settings/ProductBadge.js +1 -1
  3453. package/dist/esm/product/settings/ProductButton.js +2 -2
  3454. package/dist/esm/product/settings/ProductDescription.js +1 -1
  3455. package/dist/esm/product/settings/ProductImages.js +4 -4
  3456. package/dist/esm/product/settings/ProductList.js +2 -2
  3457. package/dist/esm/product/settings/ProductListV3.js +2 -2
  3458. package/dist/esm/product/settings/ProductPrice.js +2 -2
  3459. package/dist/esm/product/settings/ProductProperties.js +2 -2
  3460. package/dist/esm/product/settings/ProductQuantity.js +2 -2
  3461. package/dist/esm/product/settings/ProductTag.js +1 -1
  3462. package/dist/esm/product/settings/ProductTitle.js +2 -2
  3463. package/dist/esm/product/settings/ProductVariants.js +2 -2
  3464. package/dist/esm/product/settings/ProductViewMore.js +2 -2
  3465. package/dist/esm/product/settings/Sku.js +2 -2
  3466. package/dist/esm/product/settings/Vendor.js +2 -2
  3467. package/dist/esm/product/settings/bundle-layout/horizontal-one.js +1 -1
  3468. package/dist/esm/product/settings/bundle-layout/horizontal-three.js +1 -1
  3469. package/dist/esm/product/settings/bundle-layout/horizontal-two.js +1 -1
  3470. package/dist/esm/product/settings/bundle-layout/vertical-one.js +1 -1
  3471. package/dist/esm/product/settings/bundle-layout/vertical-three.js +1 -1
  3472. package/dist/esm/product/settings/bundle-layout/vertical-two.js +1 -1
  3473. package/dist/esm/product/settings/dynamic-checkout/configs/presets.js +2 -2
  3474. package/dist/esm/product/settings/dynamic-checkout/configs/settings.js +1 -1
  3475. package/dist/esm/product/settings/dynamic-checkout/configs/ui-v2.js +1 -1
  3476. package/dist/esm/product/settings/product/configs/presets.js +1 -1
  3477. package/dist/esm/product/settings/product/configs/product-presets/product-1-col.js +3 -3
  3478. package/dist/esm/product/settings/product/configs/product-presets/product-2-col.js +3 -3
  3479. package/dist/esm/product/settings/product/configs/product-presets/product-default.js +3 -3
  3480. package/dist/esm/product/settings/product/configs/settings.js +1 -1
  3481. package/dist/esm/product/settings/product/configs/ui-v2.js +1 -1
  3482. package/dist/esm/product/settings/product-badge/configs/presets.js +2 -2
  3483. package/dist/esm/product/settings/product-badge/configs/settings.js +1 -1
  3484. package/dist/esm/product/settings/product-badge/configs/translate.js +1 -1
  3485. package/dist/esm/product/settings/product-badge/configs/ui-v2.js +1 -1
  3486. package/dist/esm/product/settings/product-button/configs/presets.js +2 -2
  3487. package/dist/esm/product/settings/product-button/configs/settings.js +2 -2
  3488. package/dist/esm/product/settings/product-button/configs/translate.js +1 -1
  3489. package/dist/esm/product/settings/product-button/configs/ui-v2.js +1 -1
  3490. package/dist/esm/product/settings/product-description/configs/presets.js +2 -2
  3491. package/dist/esm/product/settings/product-description/configs/settings.js +1 -1
  3492. package/dist/esm/product/settings/product-description/configs/translate.js +1 -1
  3493. package/dist/esm/product/settings/product-description/configs/ui-v2.js +1 -1
  3494. package/dist/esm/product/settings/product-discount-tag/configs/settings.js +1 -1
  3495. package/dist/esm/product/settings/product-discount-tag/configs/translate.js +1 -1
  3496. package/dist/esm/product/settings/product-discount-tag/configs/ui-v2.js +1 -1
  3497. package/dist/esm/product/settings/product-image-v2/ProductFeatureImage.js +1 -1
  3498. package/dist/esm/product/settings/product-image-v2/ProductGalleryImage.js +1 -1
  3499. package/dist/esm/product/settings/product-image-v2/ProductImages.js +2 -2
  3500. package/dist/esm/product/settings/product-image-v2/configs/setting-v2/ProductFeatureImage.js +2 -2
  3501. package/dist/esm/product/settings/product-image-v2/configs/setting-v2/ProductGalleryImage.js +2 -2
  3502. package/dist/esm/product/settings/product-image-v2/configs/setting-v2/index.js +1 -1
  3503. package/dist/esm/product/settings/product-image-v2/configs/ui/FeatureDots.js +1 -1
  3504. package/dist/esm/product/settings/product-image-v2/configs/ui/FeatureNavigation.js +1 -1
  3505. package/dist/esm/product/settings/product-image-v2/configs/ui/ImageListNavigation.js +1 -1
  3506. package/dist/esm/product/settings/product-image-v2/configs/ui-v1.js +1 -1
  3507. package/dist/esm/product/settings/product-image-v2/configs/ui-v2.js +1 -1
  3508. package/dist/esm/product/settings/product-image-v3/ProductFeatureImage.js +1 -1
  3509. package/dist/esm/product/settings/product-image-v3/ProductGalleryImage.js +1 -1
  3510. package/dist/esm/product/settings/product-image-v3/ProductImages.js +2 -2
  3511. package/dist/esm/product/settings/product-image-v3/configs/setting-v2/ProductFeatureImage.js +2 -2
  3512. package/dist/esm/product/settings/product-image-v3/configs/setting-v2/ProductGalleryImage.js +2 -2
  3513. package/dist/esm/product/settings/product-image-v3/configs/setting-v2/index.js +1 -1
  3514. package/dist/esm/product/settings/product-image-v3/configs/ui/FeatureDots.js +1 -1
  3515. package/dist/esm/product/settings/product-image-v3/configs/ui/FeatureNavigation.js +1 -1
  3516. package/dist/esm/product/settings/product-image-v3/configs/ui/ImageListNavigation.js +1 -1
  3517. package/dist/esm/product/settings/product-image-v3/configs/ui-v1.js +1 -1
  3518. package/dist/esm/product/settings/product-image-v3/configs/ui-v2.js +1 -1
  3519. package/dist/esm/product/settings/product-list/configs/presets.js +2 -2
  3520. package/dist/esm/product/settings/product-list/configs/settings-v2.js +1 -1
  3521. package/dist/esm/product/settings/product-list/configs/ui-v2.js +1 -1
  3522. package/dist/esm/product/settings/product-list-v3/configs/presets.js +2 -2
  3523. package/dist/esm/product/settings/product-list-v3/configs/settings-v2.js +1 -1
  3524. package/dist/esm/product/settings/product-list-v3/configs/ui-v2.js +1 -1
  3525. package/dist/esm/product/settings/product-price/configs/presets.js +2 -2
  3526. package/dist/esm/product/settings/product-price/configs/settings.js +1 -1
  3527. package/dist/esm/product/settings/product-price/configs/ui-v2.js +1 -1
  3528. package/dist/esm/product/settings/product-properties/configs/presets.js +2 -2
  3529. package/dist/esm/product/settings/product-properties/configs/settings-v2.js +1 -1
  3530. package/dist/esm/product/settings/product-properties/configs/translate.js +1 -1
  3531. package/dist/esm/product/settings/product-properties/configs/ui-v2.js +1 -1
  3532. package/dist/esm/product/settings/product-quantity/configs/presets.js +2 -2
  3533. package/dist/esm/product/settings/product-quantity/configs/settings.js +2 -2
  3534. package/dist/esm/product/settings/product-quantity/configs/ui-v2.js +1 -1
  3535. package/dist/esm/product/settings/product-sku/configs/presets.js +2 -2
  3536. package/dist/esm/product/settings/product-sku/configs/settings.js +1 -1
  3537. package/dist/esm/product/settings/product-sku/configs/ui-v2.js +1 -1
  3538. package/dist/esm/product/settings/product-title/configs/presets.js +2 -2
  3539. package/dist/esm/product/settings/product-title/configs/settings.js +1 -1
  3540. package/dist/esm/product/settings/product-title/configs/ui-v2.js +1 -1
  3541. package/dist/esm/product/settings/product-variant/configs/presets.js +2 -2
  3542. package/dist/esm/product/settings/product-variant/configs/settings.js +1 -1
  3543. package/dist/esm/product/settings/product-variant/configs/ui-v2.js +1 -1
  3544. package/dist/esm/product/settings/product-variant/swatches-style-config/color.js +1 -1
  3545. package/dist/esm/product/settings/product-variant/swatches-style-config/dropdown.js +1 -1
  3546. package/dist/esm/product/settings/product-variant/swatches-style-config/image-shopify.js +1 -1
  3547. package/dist/esm/product/settings/product-variant/swatches-style-config/image.js +1 -1
  3548. package/dist/esm/product/settings/product-variant/swatches-style-config/rectangle-list.js +1 -1
  3549. package/dist/esm/product/settings/product-vendor/configs/presets.js +2 -2
  3550. package/dist/esm/product/settings/product-vendor/configs/settings.js +1 -1
  3551. package/dist/esm/product/settings/product-vendor/configs/ui-v2.js +1 -1
  3552. package/dist/esm/product/settings/product-view-more/configs/presets.js +2 -2
  3553. package/dist/esm/product/settings/product-view-more/configs/settings.js +2 -2
  3554. package/dist/esm/product/settings/product-view-more/configs/translate.js +1 -1
  3555. package/dist/esm/product/settings/product-view-more/configs/ui-v2.js +1 -1
  3556. package/dist/esm/radio/components/Radio.js +1 -1
  3557. package/dist/esm/radio/index.js +1 -1
  3558. package/dist/esm/radio/next.js +1 -1
  3559. package/dist/esm/radio/settings/Radio.js +1 -1
  3560. package/dist/esm/radio/settings/configs/settings.js +1 -1
  3561. package/dist/esm/select/components/Select.js +2 -2
  3562. package/dist/esm/select/index.js +1 -1
  3563. package/dist/esm/select/next.js +1 -1
  3564. package/dist/esm/select/settings/Select.js +1 -1
  3565. package/dist/esm/select/settings/configs/settings.js +1 -1
  3566. package/dist/esm/setting.js +1 -1
  3567. package/dist/esm/shop-pay-installment/components/ShopPayInstallments.js +1 -1
  3568. package/dist/esm/shop-pay-installment/components/ShopPayInstallments.liquid.js +2 -2
  3569. package/dist/esm/shop-pay-installment/components/common/helpers.js +1 -1
  3570. package/dist/esm/shop-pay-installment/index.js +1 -1
  3571. package/dist/esm/shop-pay-installment/next.js +1 -1
  3572. package/dist/esm/shop-pay-installment/settings/ShopPayInstallments.js +2 -2
  3573. package/dist/esm/shop-pay-installment/settings/configs/settings.js +1 -1
  3574. package/dist/esm/sticky/common/classes.js +1 -1
  3575. package/dist/esm/sticky/common/styles.js +1 -1
  3576. package/dist/esm/sticky/components/Sticky.js +1 -1
  3577. package/dist/esm/sticky/components/Sticky.liquid.js +5 -5
  3578. package/dist/esm/sticky/hooks/useSticky.js +1 -1
  3579. package/dist/esm/sticky/index.js +1 -1
  3580. package/dist/esm/sticky/next.js +1 -1
  3581. package/dist/esm/sticky/settings/Sticky.js +1 -1
  3582. package/dist/esm/sticky/settings/configs/presets.js +4 -4
  3583. package/dist/esm/sticky/settings/configs/settings-v2.js +1 -1
  3584. package/dist/esm/sticky/settings/configs/settings.js +1 -1
  3585. package/dist/esm/sticky/settings/configs/translate.js +1 -1
  3586. package/dist/esm/sticky/settings/configs/ui-v2.js +1 -1
  3587. package/dist/esm/stock-counter/common/attrs.js +1 -1
  3588. package/dist/esm/stock-counter/common/classes.js +1 -1
  3589. package/dist/esm/stock-counter/common/helpers.js +23 -23
  3590. package/dist/esm/stock-counter/common/styles.js +1 -1
  3591. package/dist/esm/stock-counter/components/StockCounter.js +1 -1
  3592. package/dist/esm/stock-counter/components/StockCounter.liquid.js +40 -40
  3593. package/dist/esm/stock-counter/hooks/useStockCounter.js +1 -1
  3594. package/dist/esm/stock-counter/hooks/useStockCounterInteraction.js +1 -1
  3595. package/dist/esm/stock-counter/index.js +1 -1
  3596. package/dist/esm/stock-counter/next.js +1 -1
  3597. package/dist/esm/stock-counter/settings/StockCounter.js +2 -2
  3598. package/dist/esm/stock-counter/settings/configs/presets.js +2 -2
  3599. package/dist/esm/stock-counter/settings/configs/settings-v2.js +2 -2
  3600. package/dist/esm/stock-counter/settings/configs/translate.js +1 -1
  3601. package/dist/esm/stock-counter/settings/configs/ui-v2.js +1 -1
  3602. package/dist/esm/tab/common/attrs.js +1 -1
  3603. package/dist/esm/tab/common/classes.js +2 -2
  3604. package/dist/esm/tab/common/helpers.js +2 -2
  3605. package/dist/esm/tab/common/styles.js +1 -1
  3606. package/dist/esm/tab/components/TabItem.js +1 -1
  3607. package/dist/esm/tab/components/TabItem.liquid.js +2 -2
  3608. package/dist/esm/tab/components/Tabs.js +1 -1
  3609. package/dist/esm/tab/components/Tabs.liquid.js +15 -15
  3610. package/dist/esm/tab/hooks/useTab.js +1 -1
  3611. package/dist/esm/tab/hooks/useTabInteraction.js +1 -1
  3612. package/dist/esm/tab/index.js +1 -1
  3613. package/dist/esm/tab/next.js +1 -1
  3614. package/dist/esm/tab/settings/TabItem.js +2 -2
  3615. package/dist/esm/tab/settings/Tabs.js +2 -2
  3616. package/dist/esm/tab/settings/configs/settings.js +1 -1
  3617. package/dist/esm/tab/settings/configs/translate.js +1 -1
  3618. package/dist/esm/tab/settings/configs/ui-v2.js +1 -1
  3619. package/dist/esm/text/common/attrs.js +1 -1
  3620. package/dist/esm/text/common/classes.js +1 -1
  3621. package/dist/esm/text/common/helpers.js +1 -1
  3622. package/dist/esm/text/common/styles.js +1 -1
  3623. package/dist/esm/text/components/Text.js +1 -1
  3624. package/dist/esm/text/components/Text.liquid.js +4 -4
  3625. package/dist/esm/text/components/TextInline.js +4 -4
  3626. package/dist/esm/text/index.js +1 -1
  3627. package/dist/esm/text/next.js +1 -1
  3628. package/dist/esm/text/settings/Text.js +2 -2
  3629. package/dist/esm/text/settings/configs/presets.js +2 -2
  3630. package/dist/esm/text/settings/configs/settings.js +1 -1
  3631. package/dist/esm/text/settings/configs/translate.js +1 -1
  3632. package/dist/esm/text/settings/configs/ui-v2.js +1 -1
  3633. package/dist/esm/textarea/components/Textarea.js +1 -1
  3634. package/dist/esm/textarea/index.js +1 -1
  3635. package/dist/esm/textarea/next.js +1 -1
  3636. package/dist/esm/textarea/settings/Textarea.js +2 -2
  3637. package/dist/esm/textarea/settings/configs/settings.js +1 -1
  3638. package/dist/esm/third-party/common/helpers.js +5 -5
  3639. package/dist/esm/third-party/components/AftershipEmailMarketingsms.js +1 -1
  3640. package/dist/esm/third-party/components/AftershipEmailMarketingsms.liquid.js +1 -1
  3641. package/dist/esm/third-party/components/AirProductReviewsAppUgc.js +1 -1
  3642. package/dist/esm/third-party/components/AirProductReviewsAppUgc.liquid.js +3 -3
  3643. package/dist/esm/third-party/components/AliReviews/AliReviewsSampleContent.js +1 -1
  3644. package/dist/esm/third-party/components/AliReviews.js +1 -1
  3645. package/dist/esm/third-party/components/AliReviews.liquid.js +3 -3
  3646. package/dist/esm/third-party/components/AlsoBoughtCbb.js +1 -1
  3647. package/dist/esm/third-party/components/AlsoBoughtCbb.liquid.js +4 -4
  3648. package/dist/esm/third-party/components/AovBundlesVolumeDiscounts.js +1 -1
  3649. package/dist/esm/third-party/components/AovBundlesVolumeDiscounts.liquid.js +1 -1
  3650. package/dist/esm/third-party/components/AovFreeGiftBuyXGetYBogo.js +1 -1
  3651. package/dist/esm/third-party/components/AovFreeGiftBuyXGetYBogo.liquid.js +1 -1
  3652. package/dist/esm/third-party/components/AppointmentBookingCowlendar.js +1 -1
  3653. package/dist/esm/third-party/components/AppointmentBookingCowlendar.liquid.js +1 -1
  3654. package/dist/esm/third-party/components/AppstleBundlesDiscounts.js +1 -1
  3655. package/dist/esm/third-party/components/AppstleBundlesDiscounts.liquid.js +1 -1
  3656. package/dist/esm/third-party/components/AppstleSubscriptions/AppstleSubscriptionsSampleContent.js +1 -1
  3657. package/dist/esm/third-party/components/AppstleSubscriptions.js +1 -1
  3658. package/dist/esm/third-party/components/AppstleSubscriptions.liquid.js +4 -4
  3659. package/dist/esm/third-party/components/BestBuyFulfillment.js +1 -1
  3660. package/dist/esm/third-party/components/BestBuyFulfillment.liquid.js +1 -1
  3661. package/dist/esm/third-party/components/BfSizeChartSizeGuide.js +1 -1
  3662. package/dist/esm/third-party/components/BfSizeChartSizeGuide.liquid.js +1 -1
  3663. package/dist/esm/third-party/components/BirdChime/BirdChimeContent.js +1 -1
  3664. package/dist/esm/third-party/components/BirdChime.js +1 -1
  3665. package/dist/esm/third-party/components/BirdChime.liquid.js +4 -4
  3666. package/dist/esm/third-party/components/BloyRewardsProgramLoyalty.js +1 -1
  3667. package/dist/esm/third-party/components/BloyRewardsProgramLoyalty.liquid.js +1 -1
  3668. package/dist/esm/third-party/components/Bogos/BogosSampleContent.js +1 -1
  3669. package/dist/esm/third-party/components/Bogos.js +1 -1
  3670. package/dist/esm/third-party/components/Bogos.liquid.js +3 -3
  3671. package/dist/esm/third-party/components/BoldProductOptions/BoldProductOptionsSampleContent.js +1 -1
  3672. package/dist/esm/third-party/components/BoldProductOptions.js +1 -1
  3673. package/dist/esm/third-party/components/BoldProductOptions.liquid.js +4 -4
  3674. package/dist/esm/third-party/components/BoldSubscriptions/BoldSubscriptionsSampleContent.js +1 -1
  3675. package/dist/esm/third-party/components/BoldSubscriptions.js +1 -1
  3676. package/dist/esm/third-party/components/BoldSubscriptions.liquid.js +4 -4
  3677. package/dist/esm/third-party/components/BonLoyaltyRewardsReferrals.js +1 -1
  3678. package/dist/esm/third-party/components/BonLoyaltyRewardsReferrals.liquid.js +1 -1
  3679. package/dist/esm/third-party/components/BonySubscriptionsApp.js +1 -1
  3680. package/dist/esm/third-party/components/BonySubscriptionsApp.liquid.js +4 -4
  3681. package/dist/esm/third-party/components/BoostAISearchDiscovery/BoostAISearchDiscoverySampleContent.js +1 -1
  3682. package/dist/esm/third-party/components/BoostAISearchDiscovery.js +1 -1
  3683. package/dist/esm/third-party/components/BoostAISearchDiscovery.liquid.js +5 -5
  3684. package/dist/esm/third-party/components/Bundler/BundlerSampleContent.js +1 -1
  3685. package/dist/esm/third-party/components/Bundler.js +1 -1
  3686. package/dist/esm/third-party/components/Bundler.liquid.js +4 -4
  3687. package/dist/esm/third-party/components/CleanSizeCharts.js +1 -1
  3688. package/dist/esm/third-party/components/CleanSizeCharts.liquid.js +3 -3
  3689. package/dist/esm/third-party/components/CrossSellCartUpsell/CrossSellCartUpsellSampleContent.js +1 -1
  3690. package/dist/esm/third-party/components/CrossSellCartUpsell.js +1 -1
  3691. package/dist/esm/third-party/components/CrossSellCartUpsell.liquid.js +2 -2
  3692. package/dist/esm/third-party/components/CustomProductOptionsVariant.js +1 -1
  3693. package/dist/esm/third-party/components/CustomProductOptionsVariant.liquid.js +4 -4
  3694. package/dist/esm/third-party/components/DealeasyVolumeDiscounts.js +1 -1
  3695. package/dist/esm/third-party/components/DealeasyVolumeDiscounts.liquid.js +5 -5
  3696. package/dist/esm/third-party/components/DiscountyBulkDiscountSales.js +1 -1
  3697. package/dist/esm/third-party/components/DiscountyBulkDiscountSales.liquid.js +4 -4
  3698. package/dist/esm/third-party/components/EasifyProductOptions.js +1 -1
  3699. package/dist/esm/third-party/components/EasifyProductOptions.liquid.js +3 -3
  3700. package/dist/esm/third-party/components/EasyBundleBuilderSkailama.js +1 -1
  3701. package/dist/esm/third-party/components/EasyBundleBuilderSkailama.liquid.js +1 -1
  3702. package/dist/esm/third-party/components/EasySellCOD.js +1 -1
  3703. package/dist/esm/third-party/components/EasySellCOD.liquid.js +4 -4
  3704. package/dist/esm/third-party/components/EcoboostifyShoppableReelUgc.js +1 -1
  3705. package/dist/esm/third-party/components/EcoboostifyShoppableReelUgc.liquid.js +1 -1
  3706. package/dist/esm/third-party/components/EcomsendBackInStockAlert.js +1 -1
  3707. package/dist/esm/third-party/components/EcomsendBackInStockAlert.liquid.js +3 -3
  3708. package/dist/esm/third-party/components/EssentialAnnouncementBar.js +1 -1
  3709. package/dist/esm/third-party/components/EssentialAnnouncementBar.liquid.js +1 -1
  3710. package/dist/esm/third-party/components/EssentialCountdownTimerBar.js +1 -1
  3711. package/dist/esm/third-party/components/EssentialCountdownTimerBar.liquid.js +1 -1
  3712. package/dist/esm/third-party/components/EstimatedDeliveryDatePlus.js +1 -1
  3713. package/dist/esm/third-party/components/EstimatedDeliveryDatePlus.liquid.js +1 -1
  3714. package/dist/esm/third-party/components/FastBundleBundlesDiscounts.js +1 -1
  3715. package/dist/esm/third-party/components/FastBundleBundlesDiscounts.liquid.js +4 -4
  3716. package/dist/esm/third-party/components/FeraReviews/FeraReviewsSampleContent.js +1 -1
  3717. package/dist/esm/third-party/components/FeraReviews/LiquidTemplateByWidget.js +1 -1
  3718. package/dist/esm/third-party/components/FeraReviews.js +1 -1
  3719. package/dist/esm/third-party/components/FeraReviews.liquid.js +3 -3
  3720. package/dist/esm/third-party/components/FirePush/FirePushSampleContent.js +1 -1
  3721. package/dist/esm/third-party/components/FirePush.js +1 -1
  3722. package/dist/esm/third-party/components/FirePush.liquid.js +4 -4
  3723. package/dist/esm/third-party/components/FlyBundlesUpsellsFbt.js +1 -1
  3724. package/dist/esm/third-party/components/FlyBundlesUpsellsFbt.liquid.js +1 -1
  3725. package/dist/esm/third-party/components/FordeerProductLabels.js +1 -1
  3726. package/dist/esm/third-party/components/FordeerProductLabels.liquid.js +3 -3
  3727. package/dist/esm/third-party/components/FrequentlyBoughtTogether/FrequentlyBoughtTogetherSampleContent.js +1 -1
  3728. package/dist/esm/third-party/components/FrequentlyBoughtTogether.js +1 -1
  3729. package/dist/esm/third-party/components/FrequentlyBoughtTogether.liquid.js +4 -4
  3730. package/dist/esm/third-party/components/GloColorSwatchvariantImage.js +1 -1
  3731. package/dist/esm/third-party/components/GloColorSwatchvariantImage.liquid.js +1 -1
  3732. package/dist/esm/third-party/components/GloboProductOptionsVariant.js +1 -1
  3733. package/dist/esm/third-party/components/GloboProductOptionsVariant.liquid.js +1 -1
  3734. package/dist/esm/third-party/components/GoogleReviewsByReputon.js +1 -1
  3735. package/dist/esm/third-party/components/GoogleReviewsByReputon.liquid.js +3 -3
  3736. package/dist/esm/third-party/components/Growave/GrowaveSampleContent.js +1 -1
  3737. package/dist/esm/third-party/components/Growave.js +1 -1
  3738. package/dist/esm/third-party/components/Growave.liquid.js +3 -3
  3739. package/dist/esm/third-party/components/GrowthSuiteDiscountCodes.js +1 -1
  3740. package/dist/esm/third-party/components/GrowthSuiteDiscountCodes.liquid.js +3 -3
  3741. package/dist/esm/third-party/components/HextomCountdownTimerBar.js +1 -1
  3742. package/dist/esm/third-party/components/HextomCountdownTimerBar.liquid.js +1 -1
  3743. package/dist/esm/third-party/components/HextomFreeShippingBar.js +1 -1
  3744. package/dist/esm/third-party/components/HextomFreeShippingBar.liquid.js +1 -1
  3745. package/dist/esm/third-party/components/HulkFormBuilder.js +1 -1
  3746. package/dist/esm/third-party/components/HulkFormBuilder.liquid.js +4 -4
  3747. package/dist/esm/third-party/components/HulkProductOptions.js +1 -1
  3748. package/dist/esm/third-party/components/HulkProductOptions.liquid.js +1 -1
  3749. package/dist/esm/third-party/components/InfiniteOptions/InfiniteOptionsSampleContent.js +1 -1
  3750. package/dist/esm/third-party/components/InfiniteOptions.js +1 -1
  3751. package/dist/esm/third-party/components/InfiniteOptions.liquid.js +4 -4
  3752. package/dist/esm/third-party/components/Instafeed/InstafeedSampleContent.js +1 -1
  3753. package/dist/esm/third-party/components/Instafeed.js +1 -1
  3754. package/dist/esm/third-party/components/Instafeed.liquid.js +2 -2
  3755. package/dist/esm/third-party/components/InstasellShoppableInstagram.js +1 -1
  3756. package/dist/esm/third-party/components/InstasellShoppableInstagram.liquid.js +1 -1
  3757. package/dist/esm/third-party/components/Judgeme/JudgemeSampleContent.js +1 -1
  3758. package/dist/esm/third-party/components/JudgemeReviews.js +1 -1
  3759. package/dist/esm/third-party/components/JudgemeReviews.liquid.js +3 -3
  3760. package/dist/esm/third-party/components/JunipProductReviewsUgc.js +1 -1
  3761. package/dist/esm/third-party/components/JunipProductReviewsUgc.liquid.js +1 -1
  3762. package/dist/esm/third-party/components/KachingBundles/KachingBundlesSampleContent.js +1 -1
  3763. package/dist/esm/third-party/components/KachingBundles.js +1 -1
  3764. package/dist/esm/third-party/components/KachingBundles.liquid.js +4 -4
  3765. package/dist/esm/third-party/components/KachingSubscriptionsApp.js +1 -1
  3766. package/dist/esm/third-party/components/KachingSubscriptionsApp.liquid.js +3 -3
  3767. package/dist/esm/third-party/components/KingProductOptions/KingProductOptionsSampleContent.js +1 -1
  3768. package/dist/esm/third-party/components/KingProductOptions.js +1 -1
  3769. package/dist/esm/third-party/components/KingProductOptions.liquid.js +4 -4
  3770. package/dist/esm/third-party/components/KiteFreeGiftDiscount.js +1 -1
  3771. package/dist/esm/third-party/components/KiteFreeGiftDiscount.liquid.js +1 -1
  3772. package/dist/esm/third-party/components/KlarnaMessaging.js +1 -1
  3773. package/dist/esm/third-party/components/KlarnaMessaging.liquid.js +4 -4
  3774. package/dist/esm/third-party/components/Klaviyo/KlaviyoSampleContent.js +1 -1
  3775. package/dist/esm/third-party/components/Klaviyo.js +1 -1
  3776. package/dist/esm/third-party/components/Klaviyo.liquid.js +4 -4
  3777. package/dist/esm/third-party/components/KoalaBundleQuantityDiscount.js +1 -1
  3778. package/dist/esm/third-party/components/KoalaBundleQuantityDiscount.liquid.js +1 -1
  3779. package/dist/esm/third-party/components/LaiProductReviews/LaiProductReviewsSampleContent.js +1 -1
  3780. package/dist/esm/third-party/components/LaiProductReviews/LiquidTemplateByWiget.js +10 -10
  3781. package/dist/esm/third-party/components/LaiProductReviews.js +1 -1
  3782. package/dist/esm/third-party/components/LaiProductReviews.liquid.js +3 -3
  3783. package/dist/esm/third-party/components/LoloyalLoyaltyReferrals.js +1 -1
  3784. package/dist/esm/third-party/components/LoloyalLoyaltyReferrals.liquid.js +1 -1
  3785. package/dist/esm/third-party/components/LoopSubscriptions.js +1 -1
  3786. package/dist/esm/third-party/components/LoopSubscriptions.liquid.js +2 -2
  3787. package/dist/esm/third-party/components/LooxReviews/LooxReviewsSampleContent.js +1 -1
  3788. package/dist/esm/third-party/components/LooxReviews.js +1 -1
  3789. package/dist/esm/third-party/components/LooxReviews.liquid.js +3 -3
  3790. package/dist/esm/third-party/components/MaxbundleProductBundles.js +1 -1
  3791. package/dist/esm/third-party/components/MaxbundleProductBundles.liquid.js +5 -5
  3792. package/dist/esm/third-party/components/MbcBundleVolumeDiscount.js +1 -1
  3793. package/dist/esm/third-party/components/MbcBundleVolumeDiscount.liquid.js +3 -3
  3794. package/dist/esm/third-party/components/MyappgurusProductReviews.js +1 -1
  3795. package/dist/esm/third-party/components/MyappgurusProductReviews.liquid.js +1 -1
  3796. package/dist/esm/third-party/components/NotifyBackInStockPreOrder.js +1 -1
  3797. package/dist/esm/third-party/components/NotifyBackInStockPreOrder.liquid.js +4 -4
  3798. package/dist/esm/third-party/components/OkendoReviewsLoyalty.js +1 -1
  3799. package/dist/esm/third-party/components/OkendoReviewsLoyalty.liquid.js +1 -1
  3800. package/dist/esm/third-party/components/Omnisend/OmnisendSampleContent.js +1 -1
  3801. package/dist/esm/third-party/components/Omnisend.js +1 -1
  3802. package/dist/esm/third-party/components/Omnisend.liquid.js +3 -3
  3803. package/dist/esm/third-party/components/Opinew/OpinewSampleContent.js +1 -1
  3804. package/dist/esm/third-party/components/Opinew.js +1 -1
  3805. package/dist/esm/third-party/components/Opinew.liquid.js +3 -3
  3806. package/dist/esm/third-party/components/ParcelPanel/ParcelPanelSampleContent.js +1 -1
  3807. package/dist/esm/third-party/components/ParcelPanel.js +1 -1
  3808. package/dist/esm/third-party/components/ParcelPanel.liquid.js +1 -1
  3809. package/dist/esm/third-party/components/PickyStory/PickyStorySampleContent.js +1 -1
  3810. package/dist/esm/third-party/components/PickyStory.js +1 -1
  3811. package/dist/esm/third-party/components/PickyStory.liquid.js +3 -3
  3812. package/dist/esm/third-party/components/PowerfulContactFormBuilder.js +1 -1
  3813. package/dist/esm/third-party/components/PowerfulContactFormBuilder.liquid.js +1 -1
  3814. package/dist/esm/third-party/components/PreorderNowPreOrderPq.js +1 -1
  3815. package/dist/esm/third-party/components/PreorderNowPreOrderPq.liquid.js +1 -1
  3816. package/dist/esm/third-party/components/PreorderNowWodPresale.js +1 -1
  3817. package/dist/esm/third-party/components/PreorderNowWodPresale.liquid.js +1 -1
  3818. package/dist/esm/third-party/components/ProductOptionsCustomizer.js +1 -1
  3819. package/dist/esm/third-party/components/ProductOptionsCustomizer.liquid.js +1 -1
  3820. package/dist/esm/third-party/components/ProductOptionsVariantOption.js +1 -1
  3821. package/dist/esm/third-party/components/ProductOptionsVariantOption.liquid.js +4 -4
  3822. package/dist/esm/third-party/components/ProductReviews/ProductReviewsSampleContent.js +1 -1
  3823. package/dist/esm/third-party/components/ProductReviews.js +1 -1
  3824. package/dist/esm/third-party/components/ProductReviews.liquid.js +2 -2
  3825. package/dist/esm/third-party/components/PumperBundlesVolumeDiscount.js +1 -1
  3826. package/dist/esm/third-party/components/PumperBundlesVolumeDiscount.liquid.js +1 -1
  3827. package/dist/esm/third-party/components/PushOwl.js +1 -1
  3828. package/dist/esm/third-party/components/PushOwl.liquid.js +3 -3
  3829. package/dist/esm/third-party/components/QikifyUpsell.js +1 -1
  3830. package/dist/esm/third-party/components/QikifyUpsell.liquid.js +1 -1
  3831. package/dist/esm/third-party/components/RapiBundleQuantityBreaks.js +1 -1
  3832. package/dist/esm/third-party/components/RapiBundleQuantityBreaks.liquid.js +5 -5
  3833. package/dist/esm/third-party/components/RechargeSubscriptions.js +1 -1
  3834. package/dist/esm/third-party/components/RechargeSubscriptions.liquid.js +1 -1
  3835. package/dist/esm/third-party/components/RecurpaySubscriptionApp.js +1 -1
  3836. package/dist/esm/third-party/components/RecurpaySubscriptionApp.liquid.js +4 -4
  3837. package/dist/esm/third-party/components/Releasit/ReleasitSampleContent.js +1 -1
  3838. package/dist/esm/third-party/components/Releasit.js +1 -1
  3839. package/dist/esm/third-party/components/Releasit.liquid.js +3 -3
  3840. package/dist/esm/third-party/components/RequestQuoteHidePrice.js +1 -1
  3841. package/dist/esm/third-party/components/RequestQuoteHidePrice.liquid.js +3 -3
  3842. package/dist/esm/third-party/components/ReviewxpoProductReviewsApp.js +1 -1
  3843. package/dist/esm/third-party/components/ReviewxpoProductReviewsApp.liquid.js +1 -1
  3844. package/dist/esm/third-party/components/Rivyo/RivyoSampleContent.js +1 -1
  3845. package/dist/esm/third-party/components/Rivyo.js +1 -1
  3846. package/dist/esm/third-party/components/Rivyo.liquid.js +3 -3
  3847. package/dist/esm/third-party/components/Ryviu/RyviuSampleContent.js +1 -1
  3848. package/dist/esm/third-party/components/Ryviu.js +1 -1
  3849. package/dist/esm/third-party/components/Ryviu.liquid.js +3 -3
  3850. package/dist/esm/third-party/components/SealSubscriptions/SealSubscriptionsSampleContent.js +1 -1
  3851. package/dist/esm/third-party/components/SealSubscriptions.js +1 -1
  3852. package/dist/esm/third-party/components/SealSubscriptions.liquid.js +3 -3
  3853. package/dist/esm/third-party/components/SegunoEmailMarketing.js +1 -1
  3854. package/dist/esm/third-party/components/SegunoEmailMarketing.liquid.js +1 -1
  3855. package/dist/esm/third-party/components/Selleasy.js +1 -1
  3856. package/dist/esm/third-party/components/Selleasy.liquid.js +1 -1
  3857. package/dist/esm/third-party/components/SeoantTrustBadgesIcon.js +1 -1
  3858. package/dist/esm/third-party/components/SeoantTrustBadgesIcon.liquid.js +1 -1
  3859. package/dist/esm/third-party/components/ShopifyForms.js +1 -1
  3860. package/dist/esm/third-party/components/ShopifyForms.liquid.js +1 -1
  3861. package/dist/esm/third-party/components/ShopifySubscriptions.js +1 -1
  3862. package/dist/esm/third-party/components/ShopifySubscriptions.liquid.js +4 -4
  3863. package/dist/esm/third-party/components/SimpleBundlesKits.js +1 -1
  3864. package/dist/esm/third-party/components/SimpleBundlesKits.liquid.js +1 -1
  3865. package/dist/esm/third-party/components/SkioSubscriptionsYcS20.js +1 -1
  3866. package/dist/esm/third-party/components/SkioSubscriptionsYcS20.liquid.js +1 -1
  3867. package/dist/esm/third-party/components/SmartSearchBarAndFilters/SmartSearchBarAndFiltersSampleContent.js +1 -1
  3868. package/dist/esm/third-party/components/SmartSearchBarAndFilters.js +1 -1
  3869. package/dist/esm/third-party/components/SmartSearchBarAndFilters.liquid.js +5 -5
  3870. package/dist/esm/third-party/components/SproutPlantTreesGrowSales.js +1 -1
  3871. package/dist/esm/third-party/components/SproutPlantTreesGrowSales.liquid.js +1 -1
  3872. package/dist/esm/third-party/components/Stamped/LiquidTemplateByWidget.js +46 -46
  3873. package/dist/esm/third-party/components/Stamped/StampedSampleContent.js +1 -1
  3874. package/dist/esm/third-party/components/Stamped.js +1 -1
  3875. package/dist/esm/third-party/components/Stamped.liquid.js +4 -4
  3876. package/dist/esm/third-party/components/StellarDeliveryDatePickup.js +1 -1
  3877. package/dist/esm/third-party/components/StellarDeliveryDatePickup.liquid.js +4 -4
  3878. package/dist/esm/third-party/components/SubifySubscriptionsApp.js +1 -1
  3879. package/dist/esm/third-party/components/SubifySubscriptionsApp.liquid.js +1 -1
  3880. package/dist/esm/third-party/components/TagembedSocialPostReview.js +1 -1
  3881. package/dist/esm/third-party/components/TagembedSocialPostReview.liquid.js +4 -4
  3882. package/dist/esm/third-party/components/TagshopShoppableVideosUgc.js +1 -1
  3883. package/dist/esm/third-party/components/TagshopShoppableVideosUgc.liquid.js +2 -2
  3884. package/dist/esm/third-party/components/TeeinblueProductPersonalizer.js +1 -1
  3885. package/dist/esm/third-party/components/TeeinblueProductPersonalizer.liquid.js +4 -4
  3886. package/dist/esm/third-party/components/ThirdPartyPreview.js +1 -1
  3887. package/dist/esm/third-party/components/TrustBadgesBear.js +1 -1
  3888. package/dist/esm/third-party/components/TrustBadgesBear.liquid.js +1 -1
  3889. package/dist/esm/third-party/components/TrustMe/TrustMeSampleContent.js +1 -1
  3890. package/dist/esm/third-party/components/TrustMe.js +1 -1
  3891. package/dist/esm/third-party/components/TrustMe.liquid.js +3 -3
  3892. package/dist/esm/third-party/components/TrustedsiteTrustBadges.js +1 -1
  3893. package/dist/esm/third-party/components/TrustedsiteTrustBadges.liquid.js +1 -1
  3894. package/dist/esm/third-party/components/Trustoo/TrustooSampleContent.js +1 -1
  3895. package/dist/esm/third-party/components/Trustoo.js +1 -1
  3896. package/dist/esm/third-party/components/Trustoo.liquid.js +5 -5
  3897. package/dist/esm/third-party/components/TrustreviewsProductReviews.js +1 -1
  3898. package/dist/esm/third-party/components/TrustreviewsProductReviews.liquid.js +1 -1
  3899. package/dist/esm/third-party/components/TrustshopProductReviews.js +1 -1
  3900. package/dist/esm/third-party/components/TrustshopProductReviews.liquid.js +1 -1
  3901. package/dist/esm/third-party/components/UltimateSalesBoost/UltimateSalesBoostSampleContent.js +1 -1
  3902. package/dist/esm/third-party/components/UltimateSalesBoost.js +1 -1
  3903. package/dist/esm/third-party/components/UltimateSalesBoost.liquid.js +4 -4
  3904. package/dist/esm/third-party/components/UnlimitedBundlesDiscounts.js +1 -1
  3905. package/dist/esm/third-party/components/UnlimitedBundlesDiscounts.liquid.js +1 -1
  3906. package/dist/esm/third-party/components/UppromoteAffiliateMarketing.js +1 -1
  3907. package/dist/esm/third-party/components/UppromoteAffiliateMarketing.liquid.js +3 -3
  3908. package/dist/esm/third-party/components/Vitals/VitalsSampleContent.js +1 -1
  3909. package/dist/esm/third-party/components/Vitals.js +1 -1
  3910. package/dist/esm/third-party/components/Vitals.liquid.js +4 -4
  3911. package/dist/esm/third-party/components/WhatmoreShoppableVideosreel.js +1 -1
  3912. package/dist/esm/third-party/components/WhatmoreShoppableVideosreel.liquid.js +1 -1
  3913. package/dist/esm/third-party/components/WideBundle/WideBundleSampleContent.js +1 -1
  3914. package/dist/esm/third-party/components/WideBundle.js +1 -1
  3915. package/dist/esm/third-party/components/WideBundle.liquid.js +4 -4
  3916. package/dist/esm/third-party/components/Wiser/WiserSampleContent.js +1 -1
  3917. package/dist/esm/third-party/components/Wiser.js +1 -1
  3918. package/dist/esm/third-party/components/Wiser.liquid.js +4 -4
  3919. package/dist/esm/third-party/components/WishlistKing.js +1 -1
  3920. package/dist/esm/third-party/components/WishlistKing.liquid.js +1 -1
  3921. package/dist/esm/third-party/components/WishlistPlus.js +1 -1
  3922. package/dist/esm/third-party/components/WishlistPlus.liquid.js +6 -6
  3923. package/dist/esm/third-party/components/YotpoLoyalty/YotpoLoyaltySampleContent.js +1 -1
  3924. package/dist/esm/third-party/components/YotpoLoyalty.js +1 -1
  3925. package/dist/esm/third-party/components/YotpoReviews/YotpoReviewsSampleContent.js +1 -1
  3926. package/dist/esm/third-party/components/YotpoReviews.js +1 -1
  3927. package/dist/esm/third-party/components/YotpoReviews.liquid.js +3 -3
  3928. package/dist/esm/third-party/configs/AftershipEmailMarketingsms.js +1 -1
  3929. package/dist/esm/third-party/configs/AirProductReviewsAppUgc.js +1 -1
  3930. package/dist/esm/third-party/configs/AliReviews.js +1 -1
  3931. package/dist/esm/third-party/configs/AlsoBoughtCbb.js +1 -1
  3932. package/dist/esm/third-party/configs/AovBundlesVolumeDiscounts.js +1 -1
  3933. package/dist/esm/third-party/configs/AovFreeGiftBuyXGetYBogo.js +1 -1
  3934. package/dist/esm/third-party/configs/AppointmentBookingCowlendar.js +1 -1
  3935. package/dist/esm/third-party/configs/AppstleBundlesDiscounts.js +1 -1
  3936. package/dist/esm/third-party/configs/AppstleSubscriptions.js +1 -1
  3937. package/dist/esm/third-party/configs/BfSizeChartSizeGuide.js +1 -1
  3938. package/dist/esm/third-party/configs/BirdChime.js +1 -1
  3939. package/dist/esm/third-party/configs/BloyRewardsProgramLoyalty.js +1 -1
  3940. package/dist/esm/third-party/configs/Bogos.js +1 -1
  3941. package/dist/esm/third-party/configs/BoldProductOptions.js +1 -1
  3942. package/dist/esm/third-party/configs/BoldSubscription.js +1 -1
  3943. package/dist/esm/third-party/configs/BonLoyaltyRewardsReferrals.js +1 -1
  3944. package/dist/esm/third-party/configs/BonySubscriptionsApp.js +1 -1
  3945. package/dist/esm/third-party/configs/BoostAISearchDiscovery.js +1 -1
  3946. package/dist/esm/third-party/configs/Bundler.js +1 -1
  3947. package/dist/esm/third-party/configs/CleanSizeCharts.js +1 -1
  3948. package/dist/esm/third-party/configs/CrossSellCartUpsell.js +1 -1
  3949. package/dist/esm/third-party/configs/CustomProductOptionsVariant.js +1 -1
  3950. package/dist/esm/third-party/configs/DealeasyVolumeDiscounts.js +1 -1
  3951. package/dist/esm/third-party/configs/DiscountyBulkDiscountSales.js +1 -1
  3952. package/dist/esm/third-party/configs/EasifyProductOptions.js +1 -1
  3953. package/dist/esm/third-party/configs/EasyBundleBuilderSkailama.js +1 -1
  3954. package/dist/esm/third-party/configs/EasySellCOD.js +1 -1
  3955. package/dist/esm/third-party/configs/EcoboostifyShoppableReelUgc.js +1 -1
  3956. package/dist/esm/third-party/configs/EcomsendBackInStockAlert.js +1 -1
  3957. package/dist/esm/third-party/configs/EssentialAnnouncementBar.js +1 -1
  3958. package/dist/esm/third-party/configs/EssentialCountdownTimerBar.js +1 -1
  3959. package/dist/esm/third-party/configs/EstimatedDeliveryDatePlus.js +1 -1
  3960. package/dist/esm/third-party/configs/FastBundleBundlesDiscount.js +1 -1
  3961. package/dist/esm/third-party/configs/FeraReviews.js +1 -1
  3962. package/dist/esm/third-party/configs/FirePush.js +1 -1
  3963. package/dist/esm/third-party/configs/FlyBundlesUpsellsFbt.js +1 -1
  3964. package/dist/esm/third-party/configs/FordeerProductLabels.js +1 -1
  3965. package/dist/esm/third-party/configs/FrequentlyBoughtTogether.js +1 -1
  3966. package/dist/esm/third-party/configs/GloColorSwatchvariantImage.js +1 -1
  3967. package/dist/esm/third-party/configs/GoogleReviewsByReputon.js +1 -1
  3968. package/dist/esm/third-party/configs/Growave.js +1 -1
  3969. package/dist/esm/third-party/configs/GrowthSuiteDiscountCodes.js +1 -1
  3970. package/dist/esm/third-party/configs/HextomCountdownTimerBar.js +1 -1
  3971. package/dist/esm/third-party/configs/HextomFreeShippingBar.js +1 -1
  3972. package/dist/esm/third-party/configs/HulkFormBuilder.js +1 -1
  3973. package/dist/esm/third-party/configs/HulkProductOptions.js +1 -1
  3974. package/dist/esm/third-party/configs/InfiniteOptions.js +1 -1
  3975. package/dist/esm/third-party/configs/Instafeed.js +1 -1
  3976. package/dist/esm/third-party/configs/InstasellShoppableInstagram.js +1 -1
  3977. package/dist/esm/third-party/configs/JudgemeReviews.js +1 -1
  3978. package/dist/esm/third-party/configs/JunipProductReviewsUgc.js +1 -1
  3979. package/dist/esm/third-party/configs/KachingBundles.js +1 -1
  3980. package/dist/esm/third-party/configs/KachingSubscriptionsApp.js +1 -1
  3981. package/dist/esm/third-party/configs/KingProductOptions.js +1 -1
  3982. package/dist/esm/third-party/configs/KiteFreeGiftDiscount.js +1 -1
  3983. package/dist/esm/third-party/configs/KlarmaMessaging.js +1 -1
  3984. package/dist/esm/third-party/configs/Klaviyo.js +1 -1
  3985. package/dist/esm/third-party/configs/KoalaBundleQuantityDiscount.js +1 -1
  3986. package/dist/esm/third-party/configs/LaiProductReviews.js +1 -1
  3987. package/dist/esm/third-party/configs/LoloyalLoyaltyReferrals.js +1 -1
  3988. package/dist/esm/third-party/configs/LoopSubscriptions.js +1 -1
  3989. package/dist/esm/third-party/configs/LooxReviews.js +1 -1
  3990. package/dist/esm/third-party/configs/MaxbundleProductBundles.js +1 -1
  3991. package/dist/esm/third-party/configs/MbcBundleVolumeDiscount.js +1 -1
  3992. package/dist/esm/third-party/configs/MyappgurusProductReviews.js +1 -1
  3993. package/dist/esm/third-party/configs/NotifyBackInStockPreOrder.js +1 -1
  3994. package/dist/esm/third-party/configs/OkendoReviewsLoyalty.js +1 -1
  3995. package/dist/esm/third-party/configs/Omnisend.js +1 -1
  3996. package/dist/esm/third-party/configs/Opinew.js +1 -1
  3997. package/dist/esm/third-party/configs/ParcelPanel.js +1 -1
  3998. package/dist/esm/third-party/configs/PickyStory.js +1 -1
  3999. package/dist/esm/third-party/configs/PowerfulContactFormBuilder.js +1 -1
  4000. package/dist/esm/third-party/configs/PreorderNowPreOrderPq.js +1 -1
  4001. package/dist/esm/third-party/configs/PreorderNowWodPresale.js +1 -1
  4002. package/dist/esm/third-party/configs/ProductOptionsCustomizer.js +1 -1
  4003. package/dist/esm/third-party/configs/ProductReviews.js +1 -1
  4004. package/dist/esm/third-party/configs/PumperBundlesVolumeDiscount.js +1 -1
  4005. package/dist/esm/third-party/configs/PushOwl.js +1 -1
  4006. package/dist/esm/third-party/configs/QikifyUpsell.js +1 -1
  4007. package/dist/esm/third-party/configs/RapiBundleQuantityBreaks.js +1 -1
  4008. package/dist/esm/third-party/configs/RechargeSubscriptions.js +1 -1
  4009. package/dist/esm/third-party/configs/RecurpaySubscriptionApp.js +1 -1
  4010. package/dist/esm/third-party/configs/Releasit.js +1 -1
  4011. package/dist/esm/third-party/configs/RequestQuoteHidePrice.js +1 -1
  4012. package/dist/esm/third-party/configs/ReviewxpoProductReviewsApp.js +1 -1
  4013. package/dist/esm/third-party/configs/Rivyo.js +1 -1
  4014. package/dist/esm/third-party/configs/Ryviu.js +1 -1
  4015. package/dist/esm/third-party/configs/SealSubscriptions.js +1 -1
  4016. package/dist/esm/third-party/configs/SegunoEmailMarketing.js +1 -1
  4017. package/dist/esm/third-party/configs/Selleasy.js +1 -1
  4018. package/dist/esm/third-party/configs/SeoantTrustBadgesIcon.js +1 -1
  4019. package/dist/esm/third-party/configs/ShopifyForms.js +1 -1
  4020. package/dist/esm/third-party/configs/ShopifySubscriptions.js +1 -1
  4021. package/dist/esm/third-party/configs/SimpleBundlesKits.js +1 -1
  4022. package/dist/esm/third-party/configs/SkioSubscriptionsYcS20.js +1 -1
  4023. package/dist/esm/third-party/configs/SmartSearchBarAndFilters.js +1 -1
  4024. package/dist/esm/third-party/configs/SproutPlantTreesGrowSales.js +1 -1
  4025. package/dist/esm/third-party/configs/Stamped.js +1 -1
  4026. package/dist/esm/third-party/configs/StellarDeliveryDatePickup.js +1 -1
  4027. package/dist/esm/third-party/configs/SubifySubscriptionsApp.js +1 -1
  4028. package/dist/esm/third-party/configs/TagembedSocialPostReview.js +1 -1
  4029. package/dist/esm/third-party/configs/TagshopShoppableVideosUgc.js +1 -1
  4030. package/dist/esm/third-party/configs/TrustBadgesBear.js +1 -1
  4031. package/dist/esm/third-party/configs/TrustMe.js +1 -1
  4032. package/dist/esm/third-party/configs/TrustedsiteTrustBadges.js +1 -1
  4033. package/dist/esm/third-party/configs/Trustoo.js +1 -1
  4034. package/dist/esm/third-party/configs/TrustreviewsProductReviews.js +1 -1
  4035. package/dist/esm/third-party/configs/TrustshopProductReviews.js +1 -1
  4036. package/dist/esm/third-party/configs/UltimateSalesBoost.js +1 -1
  4037. package/dist/esm/third-party/configs/UnlimitedBundlesDiscounts.js +1 -1
  4038. package/dist/esm/third-party/configs/UppromoteAffiliateMarketing.js +1 -1
  4039. package/dist/esm/third-party/configs/Vitals.js +1 -1
  4040. package/dist/esm/third-party/configs/WhatmoreShoppableVideosreel.js +1 -1
  4041. package/dist/esm/third-party/configs/WideBundle.js +1 -1
  4042. package/dist/esm/third-party/configs/Wiser.js +1 -1
  4043. package/dist/esm/third-party/configs/WishlistKing.js +1 -1
  4044. package/dist/esm/third-party/configs/WishlistPlus.js +1 -1
  4045. package/dist/esm/third-party/configs/YotpoLoyalty.js +1 -1
  4046. package/dist/esm/third-party/configs/YotpoReviews.js +1 -1
  4047. package/dist/esm/third-party/index.js +1 -1
  4048. package/dist/esm/third-party/next.js +1 -1
  4049. package/dist/esm/third-party/settings/AftershipEmailMarketingsms/index.js +2 -2
  4050. package/dist/esm/third-party/settings/AftershipEmailMarketingsms/uiV2.js +1 -1
  4051. package/dist/esm/third-party/settings/AirProductReviewsAppUgc/index.js +2 -2
  4052. package/dist/esm/third-party/settings/AirProductReviewsAppUgc/uiV2.js +1 -1
  4053. package/dist/esm/third-party/settings/AliReviews/index.js +2 -2
  4054. package/dist/esm/third-party/settings/AliReviews/uiV2.js +1 -1
  4055. package/dist/esm/third-party/settings/AlsoBoughtCbb/index.js +2 -2
  4056. package/dist/esm/third-party/settings/AlsoBoughtCbb/uiV2.js +1 -1
  4057. package/dist/esm/third-party/settings/AovBundlesVolumeDiscounts/index.js +2 -2
  4058. package/dist/esm/third-party/settings/AovBundlesVolumeDiscounts/uiV2.js +1 -1
  4059. package/dist/esm/third-party/settings/AovFreeGiftBuyXGetYBogo/index.js +2 -2
  4060. package/dist/esm/third-party/settings/AovFreeGiftBuyXGetYBogo/uiV2.js +1 -1
  4061. package/dist/esm/third-party/settings/AppointmentBookingCowlendar/index.js +2 -2
  4062. package/dist/esm/third-party/settings/AppointmentBookingCowlendar/uiV2.js +1 -1
  4063. package/dist/esm/third-party/settings/AppstleBundlesDiscounts/index.js +2 -2
  4064. package/dist/esm/third-party/settings/AppstleBundlesDiscounts/uiV2.js +1 -1
  4065. package/dist/esm/third-party/settings/AppstleSubscriptions/index.js +2 -2
  4066. package/dist/esm/third-party/settings/AppstleSubscriptions/uiV2.js +1 -1
  4067. package/dist/esm/third-party/settings/BestBuyFulfillment/index.js +2 -2
  4068. package/dist/esm/third-party/settings/BestBuyFulfillment/uiV2.js +1 -1
  4069. package/dist/esm/third-party/settings/BfSizeChartSizeGuide/index.js +2 -2
  4070. package/dist/esm/third-party/settings/BfSizeChartSizeGuide/uiV2.js +1 -1
  4071. package/dist/esm/third-party/settings/BirdChime/index.js +2 -2
  4072. package/dist/esm/third-party/settings/BirdChime/uiV2.js +1 -1
  4073. package/dist/esm/third-party/settings/BloyRewardsProgramLoyalty/index.js +2 -2
  4074. package/dist/esm/third-party/settings/BloyRewardsProgramLoyalty/uiV2.js +1 -1
  4075. package/dist/esm/third-party/settings/Bogos/index.js +2 -2
  4076. package/dist/esm/third-party/settings/Bogos/uiV2.js +1 -1
  4077. package/dist/esm/third-party/settings/BoldProductOptions/index.js +2 -2
  4078. package/dist/esm/third-party/settings/BoldProductOptions/uiV2.js +1 -1
  4079. package/dist/esm/third-party/settings/BoldSubscriptions/index.js +2 -2
  4080. package/dist/esm/third-party/settings/BoldSubscriptions/uiV2.js +1 -1
  4081. package/dist/esm/third-party/settings/BonLoyaltyRewardsReferrals/index.js +2 -2
  4082. package/dist/esm/third-party/settings/BonLoyaltyRewardsReferrals/uiV2.js +1 -1
  4083. package/dist/esm/third-party/settings/BonySubscriptionsApp/index.js +2 -2
  4084. package/dist/esm/third-party/settings/BonySubscriptionsApp/uiV2.js +1 -1
  4085. package/dist/esm/third-party/settings/BoostAISearchDiscovery/index.js +2 -2
  4086. package/dist/esm/third-party/settings/BoostAISearchDiscovery/uiV2.js +1 -1
  4087. package/dist/esm/third-party/settings/Bundler/index.js +2 -2
  4088. package/dist/esm/third-party/settings/Bundler/uiV2.js +1 -1
  4089. package/dist/esm/third-party/settings/CleanSizeCharts/index.js +2 -2
  4090. package/dist/esm/third-party/settings/CleanSizeCharts/uiV2.js +1 -1
  4091. package/dist/esm/third-party/settings/CrossSellCartUpsell/index.js +2 -2
  4092. package/dist/esm/third-party/settings/CrossSellCartUpsell/uiV2.js +1 -1
  4093. package/dist/esm/third-party/settings/CustomProductOptionsVariant/index.js +2 -2
  4094. package/dist/esm/third-party/settings/CustomProductOptionsVariant/uiV2.js +1 -1
  4095. package/dist/esm/third-party/settings/DealeasyVolumeDiscounts/index.js +2 -2
  4096. package/dist/esm/third-party/settings/DealeasyVolumeDiscounts/uiV2.js +1 -1
  4097. package/dist/esm/third-party/settings/DiscountyBulkDiscountSales/index.js +2 -2
  4098. package/dist/esm/third-party/settings/DiscountyBulkDiscountSales/uiV2.js +1 -1
  4099. package/dist/esm/third-party/settings/EasifyProductOptions/index.js +2 -2
  4100. package/dist/esm/third-party/settings/EasifyProductOptions/uiV2.js +1 -1
  4101. package/dist/esm/third-party/settings/EasyBundleBuilderSkailama/index.js +2 -2
  4102. package/dist/esm/third-party/settings/EasyBundleBuilderSkailama/uiV2.js +1 -1
  4103. package/dist/esm/third-party/settings/EasySellCOD/index.js +2 -2
  4104. package/dist/esm/third-party/settings/EasySellCOD/uiV2.js +1 -1
  4105. package/dist/esm/third-party/settings/EcoboostifyShoppableReelUgc/index.js +2 -2
  4106. package/dist/esm/third-party/settings/EcoboostifyShoppableReelUgc/uiV2.js +1 -1
  4107. package/dist/esm/third-party/settings/EcomsendBackInStockAlert/index.js +2 -2
  4108. package/dist/esm/third-party/settings/EcomsendBackInStockAlert/uiV2.js +1 -1
  4109. package/dist/esm/third-party/settings/EssentialAnnouncementBar/index.js +2 -2
  4110. package/dist/esm/third-party/settings/EssentialAnnouncementBar/uiV2.js +1 -1
  4111. package/dist/esm/third-party/settings/EssentialCountdownTimerBar/index.js +2 -2
  4112. package/dist/esm/third-party/settings/EssentialCountdownTimerBar/uiV2.js +1 -1
  4113. package/dist/esm/third-party/settings/EstimatedDeliveryDatePlus/index.js +2 -2
  4114. package/dist/esm/third-party/settings/EstimatedDeliveryDatePlus/uiV2.js +1 -1
  4115. package/dist/esm/third-party/settings/FastBundleBundlesDiscounts/index.js +2 -2
  4116. package/dist/esm/third-party/settings/FastBundleBundlesDiscounts/uiV2.js +1 -1
  4117. package/dist/esm/third-party/settings/FeraReviews/index.js +2 -2
  4118. package/dist/esm/third-party/settings/FeraReviews/uiV2.js +1 -1
  4119. package/dist/esm/third-party/settings/FirePush/index.js +2 -2
  4120. package/dist/esm/third-party/settings/FirePush/uiV2.js +1 -1
  4121. package/dist/esm/third-party/settings/FlyBundlesUpsellsFbt/index.js +2 -2
  4122. package/dist/esm/third-party/settings/FlyBundlesUpsellsFbt/uiV2.js +1 -1
  4123. package/dist/esm/third-party/settings/FordeerProductLabels/index.js +2 -2
  4124. package/dist/esm/third-party/settings/FordeerProductLabels/uiV2.js +1 -1
  4125. package/dist/esm/third-party/settings/FrequentlyBoughtTogether/index.js +2 -2
  4126. package/dist/esm/third-party/settings/FrequentlyBoughtTogether/uiV2.js +1 -1
  4127. package/dist/esm/third-party/settings/GloColorSwatchvariantImage/index.js +2 -2
  4128. package/dist/esm/third-party/settings/GloColorSwatchvariantImage/uiV2.js +1 -1
  4129. package/dist/esm/third-party/settings/GloboProductOptionsVariant/index.js +2 -2
  4130. package/dist/esm/third-party/settings/GloboProductOptionsVariant/uiV2.js +1 -1
  4131. package/dist/esm/third-party/settings/GoogleReviewsByReputon/index.js +2 -2
  4132. package/dist/esm/third-party/settings/GoogleReviewsByReputon/uiV2.js +1 -1
  4133. package/dist/esm/third-party/settings/Growave/index.js +2 -2
  4134. package/dist/esm/third-party/settings/Growave/uiV2.js +1 -1
  4135. package/dist/esm/third-party/settings/GrowthSuiteDiscountCodes/index.js +2 -2
  4136. package/dist/esm/third-party/settings/GrowthSuiteDiscountCodes/uiV2.js +1 -1
  4137. package/dist/esm/third-party/settings/HextomCountdownTimerBar/index.js +2 -2
  4138. package/dist/esm/third-party/settings/HextomCountdownTimerBar/uiV2.js +1 -1
  4139. package/dist/esm/third-party/settings/HextomFreeShippingBar/index.js +2 -2
  4140. package/dist/esm/third-party/settings/HextomFreeShippingBar/uiV2.js +1 -1
  4141. package/dist/esm/third-party/settings/HulkFormBuilder/index.js +2 -2
  4142. package/dist/esm/third-party/settings/HulkFormBuilder/uiV2.js +1 -1
  4143. package/dist/esm/third-party/settings/HulkProductOptions/index.js +2 -2
  4144. package/dist/esm/third-party/settings/HulkProductOptions/uiV2.js +1 -1
  4145. package/dist/esm/third-party/settings/InfiniteOptions/index.js +2 -2
  4146. package/dist/esm/third-party/settings/InfiniteOptions/uiV2.js +1 -1
  4147. package/dist/esm/third-party/settings/Instafeed/index.js +2 -2
  4148. package/dist/esm/third-party/settings/Instafeed/uiV2.js +1 -1
  4149. package/dist/esm/third-party/settings/InstasellShoppableInstagram/index.js +2 -2
  4150. package/dist/esm/third-party/settings/InstasellShoppableInstagram/uiV2.js +1 -1
  4151. package/dist/esm/third-party/settings/JudgemeReviews/index.js +2 -2
  4152. package/dist/esm/third-party/settings/JudgemeReviews/uiV2.js +1 -1
  4153. package/dist/esm/third-party/settings/JunipProductReviewsUgc/index.js +2 -2
  4154. package/dist/esm/third-party/settings/JunipProductReviewsUgc/uiV2.js +1 -1
  4155. package/dist/esm/third-party/settings/KachingBundles/index.js +2 -2
  4156. package/dist/esm/third-party/settings/KachingBundles/uiV2.js +1 -1
  4157. package/dist/esm/third-party/settings/KachingSubscriptionsApp/index.js +2 -2
  4158. package/dist/esm/third-party/settings/KachingSubscriptionsApp/uiV2.js +1 -1
  4159. package/dist/esm/third-party/settings/KingProductOptions/index.js +2 -2
  4160. package/dist/esm/third-party/settings/KingProductOptions/uiV2.js +1 -1
  4161. package/dist/esm/third-party/settings/KiteFreeGiftDiscount/index.js +2 -2
  4162. package/dist/esm/third-party/settings/KiteFreeGiftDiscount/uiV2.js +1 -1
  4163. package/dist/esm/third-party/settings/KlarnaMessaging/index.js +2 -2
  4164. package/dist/esm/third-party/settings/KlarnaMessaging/uiV2.js +1 -1
  4165. package/dist/esm/third-party/settings/Klaviyo/index.js +2 -2
  4166. package/dist/esm/third-party/settings/Klaviyo/uiV2.js +1 -1
  4167. package/dist/esm/third-party/settings/KoalaBundleQuantityDiscount/index.js +2 -2
  4168. package/dist/esm/third-party/settings/KoalaBundleQuantityDiscount/uiV2.js +1 -1
  4169. package/dist/esm/third-party/settings/LaiProductReviews/index.js +2 -2
  4170. package/dist/esm/third-party/settings/LaiProductReviews/uiV2.js +1 -1
  4171. package/dist/esm/third-party/settings/LoloyalLoyaltyReferrals/index.js +2 -2
  4172. package/dist/esm/third-party/settings/LoloyalLoyaltyReferrals/uiV2.js +1 -1
  4173. package/dist/esm/third-party/settings/LoopSubscriptions/index.js +2 -2
  4174. package/dist/esm/third-party/settings/LoopSubscriptions/uiV2.js +1 -1
  4175. package/dist/esm/third-party/settings/LooxReviews/index.js +2 -2
  4176. package/dist/esm/third-party/settings/LooxReviews/uiV2.js +1 -1
  4177. package/dist/esm/third-party/settings/MaxbundleProductBundles/index.js +2 -2
  4178. package/dist/esm/third-party/settings/MaxbundleProductBundles/uiV2.js +1 -1
  4179. package/dist/esm/third-party/settings/MbcBundleVolumeDiscount/index.js +2 -2
  4180. package/dist/esm/third-party/settings/MbcBundleVolumeDiscount/uiV2.js +1 -1
  4181. package/dist/esm/third-party/settings/MyappgurusProductReviews/index.js +2 -2
  4182. package/dist/esm/third-party/settings/MyappgurusProductReviews/uiV2.js +1 -1
  4183. package/dist/esm/third-party/settings/NotifyBackInStockPreOrder/index.js +2 -2
  4184. package/dist/esm/third-party/settings/NotifyBackInStockPreOrder/uiV2.js +1 -1
  4185. package/dist/esm/third-party/settings/OkendoReviewsLoyalty/index.js +2 -2
  4186. package/dist/esm/third-party/settings/OkendoReviewsLoyalty/uiV2.js +1 -1
  4187. package/dist/esm/third-party/settings/Omnisend/index.js +2 -2
  4188. package/dist/esm/third-party/settings/Omnisend/uiV2.js +1 -1
  4189. package/dist/esm/third-party/settings/Opinew/index.js +2 -2
  4190. package/dist/esm/third-party/settings/Opinew/uiV2.js +1 -1
  4191. package/dist/esm/third-party/settings/ParcelPanel/index.js +2 -2
  4192. package/dist/esm/third-party/settings/ParcelPanel/uiV2.js +1 -1
  4193. package/dist/esm/third-party/settings/PickyStory/index.js +2 -2
  4194. package/dist/esm/third-party/settings/PickyStory/uiV2.js +1 -1
  4195. package/dist/esm/third-party/settings/PowerfulContactFormBuilder/index.js +2 -2
  4196. package/dist/esm/third-party/settings/PowerfulContactFormBuilder/uiV2.js +1 -1
  4197. package/dist/esm/third-party/settings/PreorderNowPreOrderPq/index.js +2 -2
  4198. package/dist/esm/third-party/settings/PreorderNowPreOrderPq/uiV2.js +1 -1
  4199. package/dist/esm/third-party/settings/PreorderNowWodPresale/index.js +2 -2
  4200. package/dist/esm/third-party/settings/PreorderNowWodPresale/uiV2.js +1 -1
  4201. package/dist/esm/third-party/settings/ProductOptionsCustomizer/index.js +2 -2
  4202. package/dist/esm/third-party/settings/ProductOptionsCustomizer/uiV2.js +1 -1
  4203. package/dist/esm/third-party/settings/ProductOptionsVariantOption/index.js +2 -2
  4204. package/dist/esm/third-party/settings/ProductOptionsVariantOption/uiV2.js +1 -1
  4205. package/dist/esm/third-party/settings/ProductReviews/index.js +2 -2
  4206. package/dist/esm/third-party/settings/ProductReviews/uiV2.js +1 -1
  4207. package/dist/esm/third-party/settings/PumperBundlesVolumeDiscount/index.js +2 -2
  4208. package/dist/esm/third-party/settings/PumperBundlesVolumeDiscount/uiV2.js +1 -1
  4209. package/dist/esm/third-party/settings/PushOwl/index.js +2 -2
  4210. package/dist/esm/third-party/settings/PushOwl/uiV2.js +1 -1
  4211. package/dist/esm/third-party/settings/QikifyUpsell/index.js +2 -2
  4212. package/dist/esm/third-party/settings/QikifyUpsell/uiV2.js +1 -1
  4213. package/dist/esm/third-party/settings/RapiBundleQuantityBreaks/index.js +2 -2
  4214. package/dist/esm/third-party/settings/RapiBundleQuantityBreaks/uiV2.js +1 -1
  4215. package/dist/esm/third-party/settings/RechargeSubscriptions/index.js +2 -2
  4216. package/dist/esm/third-party/settings/RechargeSubscriptions/uiV2.js +1 -1
  4217. package/dist/esm/third-party/settings/RecurpaySubscriptionApp/index.js +2 -2
  4218. package/dist/esm/third-party/settings/RecurpaySubscriptionApp/uiV2.js +1 -1
  4219. package/dist/esm/third-party/settings/Releasit/index.js +2 -2
  4220. package/dist/esm/third-party/settings/Releasit/uiV2.js +1 -1
  4221. package/dist/esm/third-party/settings/RequestQuoteHidePrice/index.js +2 -2
  4222. package/dist/esm/third-party/settings/RequestQuoteHidePrice/uiV2.js +1 -1
  4223. package/dist/esm/third-party/settings/ReviewxpoProductReviewsApp/index.js +2 -2
  4224. package/dist/esm/third-party/settings/ReviewxpoProductReviewsApp/uiV2.js +1 -1
  4225. package/dist/esm/third-party/settings/Rivyo/index.js +2 -2
  4226. package/dist/esm/third-party/settings/Rivyo/uiV2.js +1 -1
  4227. package/dist/esm/third-party/settings/Ryviu/index.js +2 -2
  4228. package/dist/esm/third-party/settings/Ryviu/uiV2.js +1 -1
  4229. package/dist/esm/third-party/settings/SealSubscriptions/index.js +2 -2
  4230. package/dist/esm/third-party/settings/SealSubscriptions/uiV2.js +1 -1
  4231. package/dist/esm/third-party/settings/SegunoEmailMarketing/index.js +2 -2
  4232. package/dist/esm/third-party/settings/SegunoEmailMarketing/uiV2.js +1 -1
  4233. package/dist/esm/third-party/settings/Selleasy/index.js +2 -2
  4234. package/dist/esm/third-party/settings/Selleasy/uiV2.js +1 -1
  4235. package/dist/esm/third-party/settings/SeoantTrustBadgesIcon/index.js +2 -2
  4236. package/dist/esm/third-party/settings/SeoantTrustBadgesIcon/uiV2.js +1 -1
  4237. package/dist/esm/third-party/settings/ShopifyForms/index.js +2 -2
  4238. package/dist/esm/third-party/settings/ShopifyForms/uiV2.js +1 -1
  4239. package/dist/esm/third-party/settings/ShopifySubscriptions/index.js +2 -2
  4240. package/dist/esm/third-party/settings/ShopifySubscriptions/uiV2.js +1 -1
  4241. package/dist/esm/third-party/settings/SimpleBundlesKits/index.js +2 -2
  4242. package/dist/esm/third-party/settings/SimpleBundlesKits/uiV2.js +1 -1
  4243. package/dist/esm/third-party/settings/SkioSubscriptionsYcS20/index.js +2 -2
  4244. package/dist/esm/third-party/settings/SkioSubscriptionsYcS20/uiV2.js +1 -1
  4245. package/dist/esm/third-party/settings/SmartSearchBarAndFilters/index.js +2 -2
  4246. package/dist/esm/third-party/settings/SmartSearchBarAndFilters/uiV2.js +1 -1
  4247. package/dist/esm/third-party/settings/SproutPlantTreesGrowSales/index.js +2 -2
  4248. package/dist/esm/third-party/settings/SproutPlantTreesGrowSales/uiV2.js +1 -1
  4249. package/dist/esm/third-party/settings/Stamped/Badge.js +1 -1
  4250. package/dist/esm/third-party/settings/Stamped/BadgeDouble.js +1 -1
  4251. package/dist/esm/third-party/settings/Stamped/BadgeRibbon.js +1 -1
  4252. package/dist/esm/third-party/settings/Stamped/BadgeSingle.js +1 -1
  4253. package/dist/esm/third-party/settings/Stamped/Carousel.js +1 -1
  4254. package/dist/esm/third-party/settings/Stamped/CheckoutReviews.js +1 -1
  4255. package/dist/esm/third-party/settings/Stamped/Colors.js +1 -1
  4256. package/dist/esm/third-party/settings/Stamped/Filters.js +1 -1
  4257. package/dist/esm/third-party/settings/Stamped/FullPage.js +1 -1
  4258. package/dist/esm/third-party/settings/Stamped/InstagramFeed.js +1 -1
  4259. package/dist/esm/third-party/settings/Stamped/MainWidget.js +1 -1
  4260. package/dist/esm/third-party/settings/Stamped/ProductRating.js +1 -1
  4261. package/dist/esm/third-party/settings/Stamped/SingleHighlight.js +1 -1
  4262. package/dist/esm/third-party/settings/Stamped/SiteBadge.js +1 -1
  4263. package/dist/esm/third-party/settings/Stamped/TopRated.js +1 -1
  4264. package/dist/esm/third-party/settings/Stamped/VisualGallery.js +1 -1
  4265. package/dist/esm/third-party/settings/Stamped/WallPhotos.js +1 -1
  4266. package/dist/esm/third-party/settings/Stamped/index.js +1 -1
  4267. package/dist/esm/third-party/settings/Stamped.js +2 -2
  4268. package/dist/esm/third-party/settings/StellarDeliveryDatePickup/index.js +2 -2
  4269. package/dist/esm/third-party/settings/StellarDeliveryDatePickup/uiV2.js +1 -1
  4270. package/dist/esm/third-party/settings/SubifySubscriptionsApp/index.js +2 -2
  4271. package/dist/esm/third-party/settings/SubifySubscriptionsApp/uiV2.js +1 -1
  4272. package/dist/esm/third-party/settings/TagembedSocialPostReview/index.js +2 -2
  4273. package/dist/esm/third-party/settings/TagembedSocialPostReview/uiV2.js +1 -1
  4274. package/dist/esm/third-party/settings/TagshopShoppableVideosUgc/index.js +2 -2
  4275. package/dist/esm/third-party/settings/TagshopShoppableVideosUgc/uiV2.js +1 -1
  4276. package/dist/esm/third-party/settings/TeeinblueProductPersonalizer/index.js +2 -2
  4277. package/dist/esm/third-party/settings/TeeinblueProductPersonalizer/uiV2.js +1 -1
  4278. package/dist/esm/third-party/settings/TrustBadgesBear/index.js +2 -2
  4279. package/dist/esm/third-party/settings/TrustBadgesBear/uiV2.js +1 -1
  4280. package/dist/esm/third-party/settings/TrustMe/index.js +2 -2
  4281. package/dist/esm/third-party/settings/TrustMe/uiV2.js +1 -1
  4282. package/dist/esm/third-party/settings/TrustedsiteTrustBadges/index.js +2 -2
  4283. package/dist/esm/third-party/settings/TrustedsiteTrustBadges/uiV2.js +1 -1
  4284. package/dist/esm/third-party/settings/Trustoo/index.js +2 -2
  4285. package/dist/esm/third-party/settings/Trustoo/uiV2.js +1 -1
  4286. package/dist/esm/third-party/settings/TrustreviewsProductReviews/index.js +2 -2
  4287. package/dist/esm/third-party/settings/TrustreviewsProductReviews/uiV2.js +1 -1
  4288. package/dist/esm/third-party/settings/TrustshopProductReviews/index.js +2 -2
  4289. package/dist/esm/third-party/settings/TrustshopProductReviews/uiV2.js +1 -1
  4290. package/dist/esm/third-party/settings/UltimateSalesBoost/index.js +2 -2
  4291. package/dist/esm/third-party/settings/UltimateSalesBoost/uiV1.js +1 -1
  4292. package/dist/esm/third-party/settings/UltimateSalesBoost/uiV2.js +1 -1
  4293. package/dist/esm/third-party/settings/UnlimitedBundlesDiscounts/index.js +2 -2
  4294. package/dist/esm/third-party/settings/UnlimitedBundlesDiscounts/uiV2.js +1 -1
  4295. package/dist/esm/third-party/settings/UppromoteAffiliateMarketing/setting.js +2 -2
  4296. package/dist/esm/third-party/settings/UppromoteAffiliateMarketing/uiV2.js +1 -1
  4297. package/dist/esm/third-party/settings/Vitals/index.js +2 -2
  4298. package/dist/esm/third-party/settings/Vitals/uiV2.js +1 -1
  4299. package/dist/esm/third-party/settings/WhatmoreShoppableVideosreel/index.js +2 -2
  4300. package/dist/esm/third-party/settings/WhatmoreShoppableVideosreel/uiV2.js +1 -1
  4301. package/dist/esm/third-party/settings/WideBundle/index.js +2 -2
  4302. package/dist/esm/third-party/settings/WideBundle/uiV2.js +1 -1
  4303. package/dist/esm/third-party/settings/Wiser/index.js +2 -2
  4304. package/dist/esm/third-party/settings/Wiser/uiV2.js +1 -1
  4305. package/dist/esm/third-party/settings/WishlistKing/index.js +2 -2
  4306. package/dist/esm/third-party/settings/WishlistKing/uiV2.js +1 -1
  4307. package/dist/esm/third-party/settings/WishlistPlus/index.js +2 -2
  4308. package/dist/esm/third-party/settings/WishlistPlus/uiV2.js +1 -1
  4309. package/dist/esm/third-party/settings/YotpoLoyalty/index.js +2 -2
  4310. package/dist/esm/third-party/settings/YotpoLoyalty/uiV2.js +1 -1
  4311. package/dist/esm/third-party/settings/YotpoReviews/index.js +2 -2
  4312. package/dist/esm/third-party/settings/YotpoReviews/uiV2.js +1 -1
  4313. package/dist/esm/third-party/types.js +1 -1
  4314. package/dist/esm/third-party-instant/common/helpers.js +1 -1
  4315. package/dist/esm/third-party-instant/components/InstantJudgemeReviews.js +1 -1
  4316. package/dist/esm/third-party-instant/components/InstantKlaviyo.js +1 -1
  4317. package/dist/esm/third-party-instant/components/InstantLooxReviews.js +1 -1
  4318. package/dist/esm/third-party-instant/components/InstantThirdPartyPreview.js +1 -1
  4319. package/dist/esm/third-party-instant/components/InstantYotpoLoyalty.js +1 -1
  4320. package/dist/esm/third-party-instant/components/Judgeme/JudgemeSampleContent.js +1 -1
  4321. package/dist/esm/third-party-instant/components/Judgeme/SingleProduct.js +1 -1
  4322. package/dist/esm/third-party-instant/components/Judgeme/WithoutProduct.js +1 -1
  4323. package/dist/esm/third-party-instant/components/Klaviyo/KlaviyoSampleContent.js +1 -1
  4324. package/dist/esm/third-party-instant/components/LooxReviews/LooxReviewsSampleContent.js +2 -2
  4325. package/dist/esm/third-party-instant/components/LooxReviews/SingleProduct.js +1 -1
  4326. package/dist/esm/third-party-instant/components/LooxReviews/WithoutProduct.js +1 -1
  4327. package/dist/esm/third-party-instant/components/YotpoLoyalty/YotpoLoyaltySampleContent.js +1 -1
  4328. package/dist/esm/third-party-instant/configs/JudgemeReviews.js +1 -1
  4329. package/dist/esm/third-party-instant/configs/Klaviyo.js +1 -1
  4330. package/dist/esm/third-party-instant/configs/LooxReviews.js +1 -1
  4331. package/dist/esm/third-party-instant/configs/YotpoLoyalty.js +1 -1
  4332. package/dist/esm/third-party-instant/index.js +1 -1
  4333. package/dist/esm/third-party-instant/next.js +1 -1
  4334. package/dist/esm/third-party-instant/settings/InstantJudgemeReviews/configs/settings.js +1 -1
  4335. package/dist/esm/third-party-instant/settings/InstantJudgemeReviews/configs/ui-v2.js +1 -1
  4336. package/dist/esm/third-party-instant/settings/InstantJudgemeReviews/index.js +2 -2
  4337. package/dist/esm/third-party-instant/settings/InstantKlaviyo/configs/settings.js +1 -1
  4338. package/dist/esm/third-party-instant/settings/InstantKlaviyo/configs/ui-v2.js +1 -1
  4339. package/dist/esm/third-party-instant/settings/InstantKlaviyo/index.js +4 -4
  4340. package/dist/esm/third-party-instant/settings/InstantLooxReviews/configs/settings.js +1 -1
  4341. package/dist/esm/third-party-instant/settings/InstantLooxReviews/index.js +2 -2
  4342. package/dist/esm/third-party-instant/settings/InstantYotpoLoyalty/configs/settings.js +1 -1
  4343. package/dist/esm/third-party-instant/settings/InstantYotpoLoyalty/index.js +4 -4
  4344. package/dist/esm/third-party-instant/types.js +1 -1
  4345. package/dist/esm/third-party-slot/common/classes.js +1 -1
  4346. package/dist/esm/third-party-slot/common/helpers.js +3 -3
  4347. package/dist/esm/third-party-slot/common/styles.js +1 -1
  4348. package/dist/esm/third-party-slot/components/ThirdPartySlot.js +1 -1
  4349. package/dist/esm/third-party-slot/components/ThirdPartySlot.liquid.js +6 -6
  4350. package/dist/esm/third-party-slot/index.js +1 -1
  4351. package/dist/esm/third-party-slot/next.js +1 -1
  4352. package/dist/esm/third-party-slot/settings/ThirdPartySlot.js +2 -2
  4353. package/dist/esm/third-party-slot/settings/configs/settings.js +1 -1
  4354. package/dist/esm/third-party-slot/settings/configs/ui-v2.js +1 -1
  4355. package/dist/esm/validates/background.js +1 -1
  4356. package/dist/esm/video/common/attrs.js +1 -1
  4357. package/dist/esm/video/common/classes.js +1 -1
  4358. package/dist/esm/video/common/helpers.js +1 -1
  4359. package/dist/esm/video/common/styles.js +1 -1
  4360. package/dist/esm/video/components/HTML5Embed.js +1 -1
  4361. package/dist/esm/video/components/HTML5Embed.liquid.js +19 -19
  4362. package/dist/esm/video/components/LiteVimeoEmbed.js +1 -1
  4363. package/dist/esm/video/components/LiteVimeoEmbed.liquid.js +10 -10
  4364. package/dist/esm/video/components/LiteYouTubeEmbed.js +1 -1
  4365. package/dist/esm/video/components/LiteYouTubeEmbed.liquid.js +20 -20
  4366. package/dist/esm/video/components/Video.js +1 -1
  4367. package/dist/esm/video/components/Video.liquid.js +3 -3
  4368. package/dist/esm/video/hooks/useLiteHtml5Embed.js +1 -1
  4369. package/dist/esm/video/hooks/useLiteVimeoEmbed.js +1 -1
  4370. package/dist/esm/video/hooks/useLiteYoutubeEmbed.js +1 -1
  4371. package/dist/esm/video/index.js +1 -1
  4372. package/dist/esm/video/next.js +1 -1
  4373. package/dist/esm/video/settings/Video.js +2 -2
  4374. package/dist/esm/video/settings/configs/settings.js +1 -1
  4375. package/dist/esm/video/settings/configs/translate.js +1 -1
  4376. package/dist/esm/video/settings/configs/ui-v2.js +1 -1
  4377. package/dist/types/index.d.ts +520 -488
  4378. package/package.json +5 -6
@@ -1 +1 @@
1
- let ImageListNavigation={type:"combo",iconName:"polaris-edit",getValueFromSettingID:"navigationPosition",getIconFromSettingID:"arrowIcon",defaultValueWhenClear:"none",compoDefaultValue:"outside",label:"Navigation",popoverLabel:"Navigation",controls:[{type:"group",label:"Layout",controls:[{label:"Choose",setting:{id:"navigationPosition"}}]},{type:"group",label:"Icon",conditionDisplay:'navigationPosition !== "none"',controls:[{label:"Choose",setting:{id:"arrowIcon"}},{label:"Size",setting:{id:"arrowIconSize"}},{label:"Color",setting:{id:"arrowIconColor"}}]},{type:"group",label:"Button",conditionDisplay:'navigationPosition !== "none"',controls:[{setting:{id:"arrowNavSize"},layout:"vertical"}],moreSettings:{type:"collapse",controls:[{label:"Padding",controlConfig:{id:"padding-image-list-navigation",type:"padding-v2",linkWithSetting:{name:"arrowNavSize",field:"padding"},compoDefaultValue:{top:"12px",bottom:"12px",left:"12px",right:"12px"}}},{label:"Background",setting:{id:"arrowNavColor"}}]}},{type:"group",label:"Shape",conditionDisplay:'navigationPosition !== "none"',controls:[{label:"Border",setting:{id:"arrowNavBorder"}},{label:"Corner",setting:{id:"arrowNavRadius"}},{label:"Shadow",setting:{id:"arrowNavShadow"}}]}]};export{ImageListNavigation};
1
+ let o={type:"combo",iconName:"polaris-edit",getValueFromSettingID:"navigationPosition",getIconFromSettingID:"arrowIcon",defaultValueWhenClear:"none",compoDefaultValue:"outside",label:"Navigation",popoverLabel:"Navigation",controls:[{type:"group",label:"Layout",controls:[{label:"Choose",setting:{id:"navigationPosition"}}]},{type:"group",label:"Icon",conditionDisplay:'navigationPosition !== "none"',controls:[{label:"Choose",setting:{id:"arrowIcon"}},{label:"Size",setting:{id:"arrowIconSize"}},{label:"Color",setting:{id:"arrowIconColor"}}]},{type:"group",label:"Button",conditionDisplay:'navigationPosition !== "none"',controls:[{setting:{id:"arrowNavSize"},layout:"vertical"}],moreSettings:{type:"collapse",controls:[{label:"Padding",controlConfig:{id:"padding-image-list-navigation",type:"padding-v2",linkWithSetting:{name:"arrowNavSize",field:"padding"},compoDefaultValue:{top:"12px",bottom:"12px",left:"12px",right:"12px"}}},{label:"Background",setting:{id:"arrowNavColor"}}]}},{type:"group",label:"Shape",conditionDisplay:'navigationPosition !== "none"',controls:[{label:"Border",setting:{id:"arrowNavBorder"}},{label:"Corner",setting:{id:"arrowNavRadius"}},{label:"Shadow",setting:{id:"arrowNavShadow"}}]}]};export{o as ImageListNavigation};
@@ -1 +1 @@
1
- import{productSelectImage as t,productFeatureImageUI as o,productFeatureImageNavigationUI as e}from"../ProductFeatureImage.js";import{productGalleryImageUI as i,productGalleryImageNavigationUI as n}from"../ProductGalleryImage.js";let SettingUIV1=[{type:"group",label:{en:"Layout"},controls:[{type:"control",layout:"vertical",setting:{id:"position"}},{type:"control",label:{en:"Ratio"},setting:{id:"ratioLayout"},layout:"vertical",condition:'position == "left"'},{type:"control",label:{en:"Ratio"},setting:{id:"ratioLayoutRight"},layout:"vertical",condition:'position == "right"'},{type:"control",label:{en:"Spacing"},setting:{id:"spacing"},isMoreSetting:!0,condition:'["bottom-center", "left", "right", "inside-bottom", "inside-left", "inside-right"].includes(position)'},{type:"control",label:{en:"Spacing"},setting:{id:"itemSpacing"},isMoreSetting:!0,condition:'["one-col", "two-col"].includes(position)'}]},{type:"group",label:{en:"Select images to display"},controls:t,condition:'["bottom-center", "left", "right", "only-feature", "inside-bottom", "inside-left", "inside-right"].includes(position)'},{type:"group",label:{en:""},controls:[{type:"control",label:{en:"Display images by variant"},setting:{id:"displayByVariant"},options:{label:"large",styleControl:{width:"auto"}}},{type:"control",label:{en:"Variant style"},setting:{id:"variantSelect"},condition:"displayByVariant == true"}]},{type:"group",label:{en:"Featured image"},controls:o,condition:'["bottom-center", "left", "right", "only-feature", "inside-bottom", "inside-left", "inside-right"].includes(position)',hiddenDivice:!0},{type:"group",label:{en:""},controls:e,condition:'["bottom-center", "left", "right", "only-feature", "inside-bottom", "inside-left", "inside-right"].includes(position)'},{type:"group",label:{en:"Dots"},controls:[{type:"control",setting:{id:"ftDotStyle"}},{condition:'ftDotStyle !== "none"',type:"control",label:{en:"Active dot color"},setting:{id:"ftDotActiveColor"}},{condition:'ftDotStyle !== "none"',type:"control",label:{en:"Inactive dot color"},setting:{id:"ftDotColor"}},{condition:'ftDotStyle !== "none"',type:"control",label:{en:"Dots size"},setting:{id:"ftDotSize"},isMoreSetting:!0},{condition:'ftDotStyle !== "none"',type:"control",label:{en:"Gap to Image"},setting:{id:"ftDotGapToCarousel"},isMoreSetting:!0}],condition:'position === "only-feature"'},{type:"group",label:{en:"Image list"},controls:i,condition:'position !== "only-feature"',hiddenDivice:!0},{type:"group",label:{en:""},controls:n,condition:'position !== "only-feature"'},{type:"group",controls:[{type:"control",label:{en:"Quality"},options:{label:"large"},setting:{id:"qualityType"}},{type:"control",layout:"horizontal",label:{en:" "},condition:'qualityType == "custom"',setting:{id:"qualityPercent"}}]},{type:"control",label:{en:"Align"},setting:{id:"align"}}];export{SettingUIV1};
1
+ import{productSelectImage as t,productFeatureImageUI as o,productFeatureImageNavigationUI as e}from"../ProductFeatureImage.js";import{productGalleryImageUI as i,productGalleryImageNavigationUI as n}from"../ProductGalleryImage.js";let l=[{type:"group",label:{en:"Layout"},controls:[{type:"control",layout:"vertical",setting:{id:"position"}},{type:"control",label:{en:"Ratio"},setting:{id:"ratioLayout"},layout:"vertical",condition:'position == "left"'},{type:"control",label:{en:"Ratio"},setting:{id:"ratioLayoutRight"},layout:"vertical",condition:'position == "right"'},{type:"control",label:{en:"Spacing"},setting:{id:"spacing"},isMoreSetting:!0,condition:'["bottom-center", "left", "right", "inside-bottom", "inside-left", "inside-right"].includes(position)'},{type:"control",label:{en:"Spacing"},setting:{id:"itemSpacing"},isMoreSetting:!0,condition:'["one-col", "two-col"].includes(position)'}]},{type:"group",label:{en:"Select images to display"},controls:t,condition:'["bottom-center", "left", "right", "only-feature", "inside-bottom", "inside-left", "inside-right"].includes(position)'},{type:"group",label:{en:""},controls:[{type:"control",label:{en:"Display images by variant"},setting:{id:"displayByVariant"},options:{label:"large",styleControl:{width:"auto"}}},{type:"control",label:{en:"Variant style"},setting:{id:"variantSelect"},condition:"displayByVariant == true"}]},{type:"group",label:{en:"Featured image"},controls:o,condition:'["bottom-center", "left", "right", "only-feature", "inside-bottom", "inside-left", "inside-right"].includes(position)',hiddenDivice:!0},{type:"group",label:{en:""},controls:e,condition:'["bottom-center", "left", "right", "only-feature", "inside-bottom", "inside-left", "inside-right"].includes(position)'},{type:"group",label:{en:"Dots"},controls:[{type:"control",setting:{id:"ftDotStyle"}},{condition:'ftDotStyle !== "none"',type:"control",label:{en:"Active dot color"},setting:{id:"ftDotActiveColor"}},{condition:'ftDotStyle !== "none"',type:"control",label:{en:"Inactive dot color"},setting:{id:"ftDotColor"}},{condition:'ftDotStyle !== "none"',type:"control",label:{en:"Dots size"},setting:{id:"ftDotSize"},isMoreSetting:!0},{condition:'ftDotStyle !== "none"',type:"control",label:{en:"Gap to Image"},setting:{id:"ftDotGapToCarousel"},isMoreSetting:!0}],condition:'position === "only-feature"'},{type:"group",label:{en:"Image list"},controls:i,condition:'position !== "only-feature"',hiddenDivice:!0},{type:"group",label:{en:""},controls:n,condition:'position !== "only-feature"'},{type:"group",controls:[{type:"control",label:{en:"Quality"},options:{label:"large"},setting:{id:"qualityType"}},{type:"control",layout:"horizontal",label:{en:" "},condition:'qualityType == "custom"',setting:{id:"qualityPercent"}}]},{type:"control",label:{en:"Align"},setting:{id:"align"}}];export{l as SettingUIV1};
@@ -1 +1 @@
1
- import{ImageListNavigation as i}from"./ui/ImageListNavigation.js";import{FeatureNavigation as t}from"./ui/FeatureNavigation.js";import{FeatureDots as o}from"./ui/FeatureDots.js";let showGallerySliderSetting='((type == "slider" || position == "left" || position == "right") && position !== "one-col" && position != "two-col")',showFeaturedImage='(["bottom-center", "left", "right", "only-feature", "inside-bottom", "inside-left", "inside-right"].includes(position))',showGalleryHoverAction='(position == "one-col" || position == "two-col")',showImageListSetting='(position !== "only-feature")',SettingUIV2=[{label:"Layout",controls:[{layout:"vertical",setting:{id:"position"},options:{isComboLayout:!0},controls:[{label:"Ratio",type:"control",setting:{id:"ratioLayout"},layout:"vertical",conditionDisplay:'position == "left"'},{label:"Ratio",type:"control",setting:{id:"ratioLayoutRight"},layout:"vertical",conditionDisplay:'position == "right"'}]}]},{label:"Featured image",conditionDisplay:showFeaturedImage,controls:[{setting:{id:"ftShape"},layout:"vertical",controlChangeTrigger:{settings:[{condition:"ftShape.shape === 'original'",source:["ftShape"],action:{controlId:"ftLayout",newValue:"contain",groupType:"style",controlType:"style"}}],options:{noRecordHistory:!0}}},{conditionDisplay:"ftShape.shape !== 'original'",label:"Image scale",setting:{id:"ftLayout"}},{...o,conditionDisplay:`${showFeaturedImage} && position === "only-feature"`},{...t,conditionDisplay:`${showFeaturedImage}`}],moreSettings:{type:"collapse",controls:[{label:"Corner",setting:{id:"ftCorner"}},{type:"combo",label:"Hover action",conditionDisplay:showFeaturedImage,iconName:"gp-trigger-action-hover",getValueFromSettingID:"hoverEffect",isShowSettingTitle:!0,defaultValueWhenClear:"none",compoDefaultValue:"zoom",controls:[{label:"When hover",setting:{id:"hoverEffect"}},{label:"Zoom type",conditionDisplay:'hoverEffect == "zoom"',setting:{id:"zoomType"}},{label:"Zoom value",conditionDisplay:'hoverEffect == "zoom"',setting:{id:"zoom"}},{label:"Other image",conditionDisplay:'hoverEffect == "other"',setting:{id:"otherImage"}}]},{type:"combo",label:"Click action",iconName:"gp-trigger-action-click",conditionDisplay:showFeaturedImage,getValueFromSettingID:"ftClickOpenLightBox",isShowSettingTitle:!0,defaultValueWhenClear:"none",compoDefaultValue:"popup",controls:[{label:"After click",setting:{id:"ftClickOpenLightBox"}},{label:"Open new tab",setting:{id:"ftClickOpenNewTab"},conditionDisplay:'ftClickOpenLightBox === "product-link"'}]},{type:"control",label:"Slide speed",setting:{id:"ftAnimationSpeed"}},{type:"control",label:"Animation",setting:{id:"ftAnimationMode"}},{label:"Drag / swipe",setting:{id:"ftDragToScroll"}},{label:"Infinity loop",setting:{id:"ftLoop"}}]}},{label:"Image list",conditionDisplay:'(position !== "only-feature")',controls:[{label:"Display",conditionDisplay:'position === "bottom-center" || position === "bottom-left" || position === "inside-bottom"',setting:{id:"type"}},{setting:{id:"shape"},layout:"vertical",conditionDisplay:'["left", "right"].includes(position)'},{setting:{id:"shapeForBottom"},layout:"vertical",conditionDisplay:'["bottom-left", "bottom-center"].includes(position)'},{setting:{id:"shapeForInsideBottom"},layout:"vertical",conditionDisplay:'["inside-bottom"].includes(position)'},{setting:{id:"shapeForInside"},layout:"vertical",conditionDisplay:'["inside-left", "inside-right"].includes(position)'},{setting:{id:"shapeForFtOnly"},layout:"vertical",conditionDisplay:'position == "only-feature"'},{setting:{id:"shapeFor2Col"},layout:"vertical",conditionDisplay:'position == "two-col"'},{setting:{id:"shapeFor1Col"},layout:"vertical",conditionDisplay:'position == "one-col"'},{label:"Image gap",setting:{id:"itemSpacing"}},{conditionDisplay:"(position == 'one-col' && shapeFor1Col.shape !== 'original') || (position == 'two-col' && shapeFor2Col.shape !== 'original') || (position == 'only-feature' && shapeForFtOnly.shape !== 'original') || ([\"inside-left\", \"inside-right\"].includes(position) && shapeForInside.shape !== 'original') || ([\"inside-bottom\"].includes(position) && shapeForInsideBottom.shape !== 'original') || ([\"bottom-left\", \"bottom-center\"].includes(position) && shapeForBottom.shape !== 'original') || ([\"left\", \"right\"].includes(position) && shape.shape !== 'original')",label:"Image scale",setting:{id:"layout"}},{...i,conditionDisplay:showGallerySliderSetting}],moreSettings:{type:"collapse",controls:[{label:"Corner",setting:{id:"corner"}},{label:"Active border",conditionDisplay:'!["one-col", "two-col"].includes(position)',setting:{id:"borderActive"}},{type:"combo",label:"Hover action",conditionDisplay:'(position == "one-col" || position == "two-col")',iconName:"gp-trigger-action-hover",getValueFromSettingID:"galleryHoverEffect",defaultValueWhenClear:"none",compoDefaultValue:"zoom",controls:[{label:"When hover",setting:{id:"galleryHoverEffect"},conditionDisplay:'galleryHoverEffect == "none"'},{label:"Zoom type",conditionDisplay:'galleryHoverEffect == "zoom"',setting:{id:"galleryZoomType"}},{label:"Zoom value",conditionDisplay:'galleryHoverEffect == "zoom"',setting:{id:"galleryZoom"}},{label:"Other image",conditionDisplay:'galleryHoverEffect == "other"',setting:{id:"otherImage"}}]},{label:"Click action",setting:{id:"clickOpenLightBox"}},{conditionDisplay:showGallerySliderSetting,label:"Drag / swipe",setting:{id:"dragToScroll"}},{conditionDisplay:showGallerySliderSetting,label:"Infinity loop",setting:{id:"loop"}}]}},{label:"Item spacing",conditionDisplay:'["bottom-center", "left", "right", "inside-bottom", "inside-left", "inside-right"].includes(position)',controls:[{label:"Gap",setting:{id:"spacing"}}]},{label:"Display condition",controls:[{conditionDisplay:'["bottom-center", "left", "right", "only-feature", "inside-bottom", "inside-left", "inside-right"].includes(position)',label:"Default item",setting:{id:"preDisplay"}},{label:"Image list",setting:{id:"filterByVariant"}}],messageConfig:{type:"info",message:'Image list can display based on the selected variants. <a class="text-white" target="_blank" href="https://gempages.co/display-selected-variant">How to setup</a>'}},{label:"Optimize LCP",controls:[{label:"Preload",conditionDisplay:'["bottom-center", "left", "right", "only-feature", "inside-bottom", "inside-left", "inside-right"].includes(position)',setting:{id:"preload"}},{label:"Quality",setting:{id:"qualityType"},conditionDisplay:"preload === false"},{layout:"horizontal",label:"Quality",conditionDisplay:'qualityType == "custom" && preload === false',setting:{id:"qualityPercent"}}]},{controls:[{label:"Align",setting:{id:"align"},options:{labelVariant:"primary"}}]}];export{SettingUIV2};
1
+ import{ImageListNavigation as i}from"./ui/ImageListNavigation.js";import{FeatureNavigation as t}from"./ui/FeatureNavigation.js";import{FeatureDots as o}from"./ui/FeatureDots.js";let e='((type == "slider" || position == "left" || position == "right") && position !== "one-col" && position != "two-col")',l='(["bottom-center", "left", "right", "only-feature", "inside-bottom", "inside-left", "inside-right"].includes(position))',n=[{label:"Layout",controls:[{layout:"vertical",setting:{id:"position"},options:{isComboLayout:!0},controls:[{label:"Ratio",type:"control",setting:{id:"ratioLayout"},layout:"vertical",conditionDisplay:'position == "left"'},{label:"Ratio",type:"control",setting:{id:"ratioLayoutRight"},layout:"vertical",conditionDisplay:'position == "right"'}]}]},{label:"Featured image",conditionDisplay:l,controls:[{setting:{id:"ftShape"},layout:"vertical",controlChangeTrigger:{settings:[{condition:"ftShape.shape === 'original'",source:["ftShape"],action:{controlId:"ftLayout",newValue:"contain",groupType:"style",controlType:"style"}}],options:{noRecordHistory:!0}}},{conditionDisplay:"ftShape.shape !== 'original'",label:"Image scale",setting:{id:"ftLayout"}},{...o,conditionDisplay:`${l} && position === "only-feature"`},{...t,conditionDisplay:`${l}`}],moreSettings:{type:"collapse",controls:[{label:"Corner",setting:{id:"ftCorner"}},{type:"combo",label:"Hover action",conditionDisplay:l,iconName:"gp-trigger-action-hover",getValueFromSettingID:"hoverEffect",isShowSettingTitle:!0,defaultValueWhenClear:"none",compoDefaultValue:"zoom",controls:[{label:"When hover",setting:{id:"hoverEffect"}},{label:"Zoom type",conditionDisplay:'hoverEffect == "zoom"',setting:{id:"zoomType"}},{label:"Zoom value",conditionDisplay:'hoverEffect == "zoom"',setting:{id:"zoom"}},{label:"Other image",conditionDisplay:'hoverEffect == "other"',setting:{id:"otherImage"}}]},{type:"combo",label:"Click action",iconName:"gp-trigger-action-click",conditionDisplay:l,getValueFromSettingID:"ftClickOpenLightBox",isShowSettingTitle:!0,defaultValueWhenClear:"none",compoDefaultValue:"popup",controls:[{label:"After click",setting:{id:"ftClickOpenLightBox"}},{label:"Open new tab",setting:{id:"ftClickOpenNewTab"},conditionDisplay:'ftClickOpenLightBox === "product-link"'}]},{type:"control",label:"Slide speed",setting:{id:"ftAnimationSpeed"}},{type:"control",label:"Animation",setting:{id:"ftAnimationMode"}},{label:"Drag / swipe",setting:{id:"ftDragToScroll"}},{label:"Infinity loop",setting:{id:"ftLoop"}}]}},{label:"Image list",conditionDisplay:'(position !== "only-feature")',controls:[{label:"Display",conditionDisplay:'position === "bottom-center" || position === "bottom-left" || position === "inside-bottom"',setting:{id:"type"}},{setting:{id:"shape"},layout:"vertical",conditionDisplay:'["left", "right"].includes(position)'},{setting:{id:"shapeForBottom"},layout:"vertical",conditionDisplay:'["bottom-left", "bottom-center"].includes(position)'},{setting:{id:"shapeForInsideBottom"},layout:"vertical",conditionDisplay:'["inside-bottom"].includes(position)'},{setting:{id:"shapeForInside"},layout:"vertical",conditionDisplay:'["inside-left", "inside-right"].includes(position)'},{setting:{id:"shapeForFtOnly"},layout:"vertical",conditionDisplay:'position == "only-feature"'},{setting:{id:"shapeFor2Col"},layout:"vertical",conditionDisplay:'position == "two-col"'},{setting:{id:"shapeFor1Col"},layout:"vertical",conditionDisplay:'position == "one-col"'},{label:"Image gap",setting:{id:"itemSpacing"}},{conditionDisplay:"(position == 'one-col' && shapeFor1Col.shape !== 'original') || (position == 'two-col' && shapeFor2Col.shape !== 'original') || (position == 'only-feature' && shapeForFtOnly.shape !== 'original') || ([\"inside-left\", \"inside-right\"].includes(position) && shapeForInside.shape !== 'original') || ([\"inside-bottom\"].includes(position) && shapeForInsideBottom.shape !== 'original') || ([\"bottom-left\", \"bottom-center\"].includes(position) && shapeForBottom.shape !== 'original') || ([\"left\", \"right\"].includes(position) && shape.shape !== 'original')",label:"Image scale",setting:{id:"layout"}},{...i,conditionDisplay:e}],moreSettings:{type:"collapse",controls:[{label:"Corner",setting:{id:"corner"}},{label:"Active border",conditionDisplay:'!["one-col", "two-col"].includes(position)',setting:{id:"borderActive"}},{type:"combo",label:"Hover action",conditionDisplay:'(position == "one-col" || position == "two-col")',iconName:"gp-trigger-action-hover",getValueFromSettingID:"galleryHoverEffect",defaultValueWhenClear:"none",compoDefaultValue:"zoom",controls:[{label:"When hover",setting:{id:"galleryHoverEffect"},conditionDisplay:'galleryHoverEffect == "none"'},{label:"Zoom type",conditionDisplay:'galleryHoverEffect == "zoom"',setting:{id:"galleryZoomType"}},{label:"Zoom value",conditionDisplay:'galleryHoverEffect == "zoom"',setting:{id:"galleryZoom"}},{label:"Other image",conditionDisplay:'galleryHoverEffect == "other"',setting:{id:"otherImage"}}]},{label:"Click action",setting:{id:"clickOpenLightBox"}},{conditionDisplay:e,label:"Drag / swipe",setting:{id:"dragToScroll"}},{conditionDisplay:e,label:"Infinity loop",setting:{id:"loop"}}]}},{label:"Item spacing",conditionDisplay:'["bottom-center", "left", "right", "inside-bottom", "inside-left", "inside-right"].includes(position)',controls:[{label:"Gap",setting:{id:"spacing"}}]},{label:"Display condition",controls:[{conditionDisplay:'["bottom-center", "left", "right", "only-feature", "inside-bottom", "inside-left", "inside-right"].includes(position)',label:"Default item",setting:{id:"preDisplay"}},{label:"Image list",setting:{id:"filterByVariant"}}],messageConfig:{type:"info",message:'Image list can display based on the selected variants. <a class="text-white" target="_blank" href="https://gempages.co/display-selected-variant">How to setup</a>'}},{label:"Optimize LCP",controls:[{label:"Preload",conditionDisplay:'["bottom-center", "left", "right", "only-feature", "inside-bottom", "inside-left", "inside-right"].includes(position)',setting:{id:"preload"}},{label:"Quality",setting:{id:"qualityType"},conditionDisplay:"preload === false"},{layout:"horizontal",label:"Quality",conditionDisplay:'qualityType == "custom" && preload === false',setting:{id:"qualityPercent"}}]},{controls:[{label:"Align",setting:{id:"align"},options:{labelVariant:"primary"}}]}];export{n as SettingUIV2};
@@ -1,4 +1,4 @@
1
- let ProductListPreset=[{id:"product-list-outdated",name:"Product List",icon:{desktop:`
1
+ let t=[{id:"product-list-outdated",name:"Product List",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 width="29.3333" height="30" rx="3" fill="#494949"/>
4
4
  <path d="M8.6665 10.4299L12.6625 9.02328C12.6625 9.02328 13.1484 10.1703 14.6705 10.1703C16.1926 10.1703 16.6732 9 16.6732 9L20.6665 10.4299L20.0018 13.957H17.9978V20.3355H11.3265V13.9549H9.33251L8.6665 10.4299Z" fill="#D6D6D6"/>
@@ -34,4 +34,4 @@ let ProductListPreset=[{id:"product-list-outdated",name:"Product List",icon:{des
34
34
  </clipPath>
35
35
  </defs>
36
36
  </svg>
37
- `},components:[{tag:"ProductList",label:"Product List",settings:{productSetting:{productSrc:"RelatedProduct"},columns:{desktop:4,tablet:2,mobile:1},dot:{desktop:!1}},advanced:{"spacing-setting":{padding:{top:"var(--g-s-s)",bottom:"var(--g-s-s)"}}},childrens:[{tag:"Row",label:"Row",settings:{layout:{desktop:{cols:[12],display:"fill"}}},styles:{verticalGutter:{desktop:"var(--g-s-2xl)"}},advanced:{border:{desktop:{normal:{border:"none",borderLabel:"Style 1",borderType:"style-1",color:"line-1",isCustom:!1,width:"1px 1px 1px 1px"}}}},childrens:[{tag:"Col",label:"Block",settings:{fullHeight:!0},styles:{justifyContent:{desktop:"normal"},alignItem:{desktop:"normal"},order:{desktop:0}},childrens:[{tag:"ProductImagesV2",label:"Product Images",settings:{ftClickOpenLightBox:{desktop:"product-link"},ftLoop:{desktop:!1},ftDragToScroll:!1},styles:{position:{desktop:"only-feature",mobile:"only-feature"}},advanced:{"spacing-setting":{desktop:{margin:{bottom:"var(--g-s-l)"}}}}},{tag:"ProductTitle",label:"Product Title",settings:{htmlTag:"h2"},styles:{typo:{type:"subheading-1"},textAlign:{desktop:"left"},hasLineClamp:{desktop:!0},lineClamp:{desktop:2},color:{normal:"text-1"},hasTextShadow:{normal:!1},textShadow:{normal:{type:"shadow-1"}},transform:"default"},advanced:{"spacing-setting":{desktop:{margin:{bottom:"var(--g-s-l)"}}}}},{tag:"Row",label:"Row",settings:{layout:{desktop:{cols:[6,6],display:"fit"}}},styles:{verticalGutter:{desktop:"16px"},background:{desktop:{type:"color",color:"transparent",image:{src:"",width:0,height:0},size:"cover",position:{x:50,y:50},repeat:"no-repeat",attachment:"scroll"}},fullWidth:{desktop:!0},width:{desktop:"100%"}},advanced:{"spacing-setting":{desktop:{margin:{bottom:"var(--g-s-l)"}}}},childrens:[{tag:"Col",label:"Block",settings:{},styles:{justifyContent:{desktop:"center"},alignItem:{desktop:"normal"},order:{desktop:0}},advanced:{},childrens:[{tag:"ProductPrice",label:"Product Price",settings:{priceType:"regular"},styles:{priceType:"regular",typo:{type:"paragraph-1"},color:{normal:"text-1"},lineColor:"highlight",textAlign:{desktop:"left"},hasTextShadow:{normal:!1},textShadow:{normal:{type:"shadow-1"}},lineThrough:!0,thickness:1},advanced:{}}]},{tag:"Col",label:"Block",settings:{},styles:{justifyContent:{desktop:"center"},alignItem:{desktop:"normal"},order:{desktop:0}},advanced:{},childrens:[{tag:"ProductPrice",label:"Product Price",settings:{priceType:"compare"},styles:{typo:{type:"paragraph-1"},color:{normal:"text-2"},lineColor:"text-2",textAlign:{desktop:"left"},hasTextShadow:{normal:!1},textShadow:{normal:{type:"shadow-1"}},lineThrough:!0,thickness:1},advanced:{}}]}]},{tag:"ProductVariants",advanced:{"spacing-setting":{desktop:{margin:{bottom:"var(--g-s-l)"}}}}},{tag:"ProductButton",label:"Product Cart Button",advanced:{"spacing-setting":{desktop:{margin:{bottom:"var(--g-s-l)"}}}},settings:{actionEffect:"open-cart-drawer",label:"Add to cart",outOfStockLabel:"Out Of Stock",successMessage:"Add product to cart successfully",errorMessage:"Cannot add product to cart",iconVisible:!1,iconSvg:'<svg height="100%" width="100%" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" fill="currentColor"><path fill="currentColor" strokeLinecap="round" strokeLinejoin="round" fill="currentColor" d="M448 128.001H362.667C362.667 69.1207 314.88 21.334 256 21.334C197.12 21.334 149.333 69.1207 149.333 128.001H64V469.334H448V128.001ZM256 64.0007C291.413 64.0007 320 92.5873 320 128.001H192C192 92.5873 220.587 64.0007 256 64.0007ZM256 277.334C197.12 277.334 149.333 229.547 149.333 170.667H192C192 206.081 220.587 234.667 256 234.667C291.413 234.667 320 206.081 320 170.667H362.667C362.667 229.547 314.88 277.334 256 277.334Z" /></svg>',iconAlign:"left"},styles:{globalSize:{desktop:{width:"100%"}},enableIcon:!0,enablePrice:!1,enableSeparator:!1}}]}]}]}],rootOverride:{label:"Related Products"}}];export{ProductListPreset};
37
+ `},components:[{tag:"ProductList",label:"Product List",settings:{productSetting:{productSrc:"RelatedProduct"},columns:{desktop:4,tablet:2,mobile:1},dot:{desktop:!1}},advanced:{"spacing-setting":{padding:{top:"var(--g-s-s)",bottom:"var(--g-s-s)"}}},childrens:[{tag:"Row",label:"Row",settings:{layout:{desktop:{cols:[12],display:"fill"}}},styles:{verticalGutter:{desktop:"var(--g-s-2xl)"}},advanced:{border:{desktop:{normal:{border:"none",borderLabel:"Style 1",borderType:"style-1",color:"line-1",isCustom:!1,width:"1px 1px 1px 1px"}}}},childrens:[{tag:"Col",label:"Block",settings:{fullHeight:!0},styles:{justifyContent:{desktop:"normal"},alignItem:{desktop:"normal"},order:{desktop:0}},childrens:[{tag:"ProductImagesV2",label:"Product Images",settings:{ftClickOpenLightBox:{desktop:"product-link"},ftLoop:{desktop:!1},ftDragToScroll:!1},styles:{position:{desktop:"only-feature",mobile:"only-feature"}},advanced:{"spacing-setting":{desktop:{margin:{bottom:"var(--g-s-l)"}}}}},{tag:"ProductTitle",label:"Product Title",settings:{htmlTag:"h2"},styles:{typo:{type:"subheading-1"},textAlign:{desktop:"left"},hasLineClamp:{desktop:!0},lineClamp:{desktop:2},color:{normal:"text-1"},hasTextShadow:{normal:!1},textShadow:{normal:{type:"shadow-1"}},transform:"default"},advanced:{"spacing-setting":{desktop:{margin:{bottom:"var(--g-s-l)"}}}}},{tag:"Row",label:"Row",settings:{layout:{desktop:{cols:[6,6],display:"fit"}}},styles:{verticalGutter:{desktop:"16px"},background:{desktop:{type:"color",color:"transparent",image:{src:"",width:0,height:0},size:"cover",position:{x:50,y:50},repeat:"no-repeat",attachment:"scroll"}},fullWidth:{desktop:!0},width:{desktop:"100%"}},advanced:{"spacing-setting":{desktop:{margin:{bottom:"var(--g-s-l)"}}}},childrens:[{tag:"Col",label:"Block",settings:{},styles:{justifyContent:{desktop:"center"},alignItem:{desktop:"normal"},order:{desktop:0}},advanced:{},childrens:[{tag:"ProductPrice",label:"Product Price",settings:{priceType:"regular"},styles:{priceType:"regular",typo:{type:"paragraph-1"},color:{normal:"text-1"},lineColor:"highlight",textAlign:{desktop:"left"},hasTextShadow:{normal:!1},textShadow:{normal:{type:"shadow-1"}},lineThrough:!0,thickness:1},advanced:{}}]},{tag:"Col",label:"Block",settings:{},styles:{justifyContent:{desktop:"center"},alignItem:{desktop:"normal"},order:{desktop:0}},advanced:{},childrens:[{tag:"ProductPrice",label:"Product Price",settings:{priceType:"compare"},styles:{typo:{type:"paragraph-1"},color:{normal:"text-2"},lineColor:"text-2",textAlign:{desktop:"left"},hasTextShadow:{normal:!1},textShadow:{normal:{type:"shadow-1"}},lineThrough:!0,thickness:1},advanced:{}}]}]},{tag:"ProductVariants",advanced:{"spacing-setting":{desktop:{margin:{bottom:"var(--g-s-l)"}}}}},{tag:"ProductButton",label:"Product Cart Button",advanced:{"spacing-setting":{desktop:{margin:{bottom:"var(--g-s-l)"}}}},settings:{actionEffect:"open-cart-drawer",label:"Add to cart",outOfStockLabel:"Out Of Stock",successMessage:"Add product to cart successfully",errorMessage:"Cannot add product to cart",iconVisible:!1,iconSvg:'<svg height="100%" width="100%" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" fill="currentColor"><path fill="currentColor" strokeLinecap="round" strokeLinejoin="round" fill="currentColor" d="M448 128.001H362.667C362.667 69.1207 314.88 21.334 256 21.334C197.12 21.334 149.333 69.1207 149.333 128.001H64V469.334H448V128.001ZM256 64.0007C291.413 64.0007 320 92.5873 320 128.001H192C192 92.5873 220.587 64.0007 256 64.0007ZM256 277.334C197.12 277.334 149.333 229.547 149.333 170.667H192C192 206.081 220.587 234.667 256 234.667C291.413 234.667 320 206.081 320 170.667H362.667C362.667 229.547 314.88 277.334 256 277.334Z" /></svg>',iconAlign:"left"},styles:{globalSize:{desktop:{width:"100%"}},enableIcon:!0,enablePrice:!1,enableSeparator:!1}}]}]}]}],rootOverride:{label:"Related Products"}}];export{t as ProductListPreset};
@@ -1 +1 @@
1
- import{CarouselSettingsV2Setting as e,CarouselSettingsV2Style as t}from"../../../../carousel/settings/configs/settings-v2.js";let ProductListSettingsV2=[{id:"setting",controls:[{id:"productSetting",type:"product-list",label:"Select product list",default:{productSrc:"PickProduct",productIds:[],collectionId:"Latest",collectionHandle:"",relatedType:"related-product",relatedTag:["collection"],hasRelatedExclude:!1}},{id:"slidesToShow",type:"input:slider",min:1,max:6,isNumber:!0,label:"Products per rows ",devices:{desktop:{default:4},tablet:{default:3},mobile:{default:2}}},{id:"numberOfProducts",type:"input:slider",min:1,max:50,label:"Number of products",isNumber:!0,default:10,ignoreMax:!0},{id:"sameHeight",label:"Enable same height",type:"select",options:[{label:"Same height",value:!0},{label:"Fit content height",value:!1}],default:!0},...e]},{id:"style",controls:[{id:"layout",label:"Layout",type:"layout-selector",iconViewBox:"0 0 78 52",itemPerRow:2,itemSpacing:"large",default:"grid",options:[{label:"Grid",value:"grid",iconName:"gp-grid-layout"},{label:"Slider",value:"slider",iconName:"gp-slider-layout"}]},{id:"width",type:"dropdown:input",label:"Width",inputType:"number",units:["px","%"],hideUnit:!1,isRowWith:!0,devices:{desktop:{default:"default"}},displayOptions:[{label:"Full",value:"100%",showValue:!0},{label:"Default",value:"default",showValue:!0}]},{id:"height",label:"Height",type:"dropdown:input",inputType:"number",units:["px"],displayOptions:[{label:"Fit content",value:"Auto"}],devices:{}},{id:"horizontalGutter",label:"Row gap",type:"input:unit",fallbackValue:!0,min:0,units:["px","%"],devices:{desktop:{default:"16px"},mobile:{default:"16px"}}},{id:"verticalGutter",label:"Column gap",type:"input:unit",units:["px","%"],fallbackValue:!0,min:0,devices:{desktop:{default:"16px"},mobile:{default:"16px"}}},{id:"backgroundColor",type:"color-picker-v2",devices:{desktop:{default:"transparent"}},compoDefaultValue:{desktop:{default:"#DDDDDD"}},enableGradient:!0},{id:"backgroundImage",type:"background-image",devices:{desktop:{default:{}}},compoDefaultValue:{desktop:{default:{type:"image",image:{src:"https://cdn.shopify.com/s/files/1/2005/9307/files/background_settings.jpg",width:1200,height:480,hiddenSEO:!0},repeat:"no-repeat",size:"cover",position:{x:50,y:50},attachment:"scroll",preload:!1}}}},{id:"preloadBgImage",type:"toggle",label:"Preload",default:!1},{id:"align",label:"Align",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"}],devices:{desktop:{default:"center"}}},...t]}];export{ProductListSettingsV2};
1
+ import{CarouselSettingsV2Setting as e,CarouselSettingsV2Style as t}from"../../../../carousel/settings/configs/settings-v2.js";let l=[{id:"setting",controls:[{id:"productSetting",type:"product-list",label:"Select product list",default:{productSrc:"PickProduct",productIds:[],collectionId:"Latest",collectionHandle:"",relatedType:"related-product",relatedTag:["collection"],hasRelatedExclude:!1}},{id:"slidesToShow",type:"input:slider",min:1,max:6,isNumber:!0,label:"Products per rows ",devices:{desktop:{default:4},tablet:{default:3},mobile:{default:2}}},{id:"numberOfProducts",type:"input:slider",min:1,max:50,label:"Number of products",isNumber:!0,default:10,ignoreMax:!0},{id:"sameHeight",label:"Enable same height",type:"select",options:[{label:"Same height",value:!0},{label:"Fit content height",value:!1}],default:!0},...e]},{id:"style",controls:[{id:"layout",label:"Layout",type:"layout-selector",iconViewBox:"0 0 78 52",itemPerRow:2,itemSpacing:"large",default:"grid",options:[{label:"Grid",value:"grid",iconName:"gp-grid-layout"},{label:"Slider",value:"slider",iconName:"gp-slider-layout"}]},{id:"width",type:"dropdown:input",label:"Width",inputType:"number",units:["px","%"],hideUnit:!1,isRowWith:!0,devices:{desktop:{default:"default"}},displayOptions:[{label:"Full",value:"100%",showValue:!0},{label:"Default",value:"default",showValue:!0}]},{id:"height",label:"Height",type:"dropdown:input",inputType:"number",units:["px"],displayOptions:[{label:"Fit content",value:"Auto"}],devices:{}},{id:"horizontalGutter",label:"Row gap",type:"input:unit",fallbackValue:!0,min:0,units:["px","%"],devices:{desktop:{default:"16px"},mobile:{default:"16px"}}},{id:"verticalGutter",label:"Column gap",type:"input:unit",units:["px","%"],fallbackValue:!0,min:0,devices:{desktop:{default:"16px"},mobile:{default:"16px"}}},{id:"backgroundColor",type:"color-picker-v2",devices:{desktop:{default:"transparent"}},compoDefaultValue:{desktop:{default:"#DDDDDD"}},enableGradient:!0},{id:"backgroundImage",type:"background-image",devices:{desktop:{default:{}}},compoDefaultValue:{desktop:{default:{type:"image",image:{src:"https://cdn.shopify.com/s/files/1/2005/9307/files/background_settings.jpg",width:1200,height:480,hiddenSEO:!0},repeat:"no-repeat",size:"cover",position:{x:50,y:50},attachment:"scroll",preload:!1}}}},{id:"preloadBgImage",type:"toggle",label:"Preload",default:!1},{id:"align",label:"Align",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"}],devices:{desktop:{default:"center"}}},...t]}];export{l as ProductListSettingsV2};
@@ -1 +1 @@
1
- import{carouselNavigationSettings as o,carouselDotsSettings as t,carouselEffectsSettings as e}from"../../../../carousel/settings/configs/ui-v2.js";let SettingUIV2=[{controls:[{label:"Layout",layout:"vertical",options:{labelVariant:"primary"},setting:{id:"layout"}}]},{label:"Product source",controls:[{setting:{id:"productSetting"},layout:"vertical"}]},{label:"Display",controls:[{label:"Products",conditionDisplay:"productSetting.productSrc === 'RelatedProduct' || !!productSetting && productSetting.productSrc !== 'PickProduct'",setting:{id:"numberOfProducts"}},{label:"Columns",setting:{id:"slidesToShow"}}]},{label:"Item spacing",controls:[{label:"Columns gap",conditionDisplay:"layout === 'slider'",setting:{id:"spacing"}},{label:"Columns gap",conditionDisplay:"layout === 'grid'",setting:{id:"verticalGutter"}},{label:"Rows gap",conditionDisplay:"layout === 'grid'",setting:{id:"horizontalGutter"}}]},{label:"Item style",controls:[{conditionDisplay:"layout !== 'slider'",label:"Height",setting:{id:"sameHeight"}}]},{conditionDisplay:"layout === 'slider'",...o},{conditionDisplay:"layout === 'slider'",...t},{conditionDisplay:"layout === 'slider'",...e},{label:"Size",controls:[{label:"Width",setting:{id:"width"}},{conditionDisplay:"layout === 'slider'",label:"Height",setting:{id:"height"}},{label:"Padding",controlConfig:{id:"padding",type:"padding-v2",linkWithSetting:{name:"spacing-setting",field:"padding"}}}]},{label:"Background",controls:[{label:"Color",setting:{id:"backgroundColor"}},{label:"Image",setting:{id:"backgroundImage"},options:{updateFields:[{field:"preload",settingId:"preloadBgImage"}]},controlChangeTrigger:{settings:[{action:{controlId:"preloadBgImage",valueFromField:"preload",groupType:"style",controlType:"style",removeDevice:!0}}],options:{noRecordHistory:!0}}}]},{label:"Shape",controls:[{label:"Border",controlConfig:{id:"border-advanced",type:"border-v2",linkWithSetting:{name:"border",field:"normal"},compoDefaultValue:{color:"line-3",border:"solid",width:"1px",borderWidth:"1px"}}},{label:"Corner",setting:{id:"rounded",state:"normal"}},{label:"Shadow",setting:{id:"boxShadow",state:"normal"},options:{updateFields:[{field:"normal.enable",settingId:"hasBoxShadow",state:"normal"}]},controlChangeTrigger:{settings:[{condition:"boxShadow.normal.enable === true",source:["boxShadow","hasBoxShadow"],action:{controlId:"hasBoxShadow",groupType:"advanced",controlType:"advanced",state:"normal",newValue:!0}},{condition:"boxShadow.normal.enable === false",source:["boxShadow","hasBoxShadow"],action:{controlId:"hasBoxShadow",groupType:"advanced",controlType:"advanced",state:"normal",newValue:!1}}],options:{noRecordHistory:!0}}}]},{controls:[{label:"Align",conditionEnable:'!(parseInt(width) >= 100 && width?.includes("%"))',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
+ import{carouselNavigationSettings as o,carouselDotsSettings as t,carouselEffectsSettings as e}from"../../../../carousel/settings/configs/ui-v2.js";let i=[{controls:[{label:"Layout",layout:"vertical",options:{labelVariant:"primary"},setting:{id:"layout"}}]},{label:"Product source",controls:[{setting:{id:"productSetting"},layout:"vertical"}]},{label:"Display",controls:[{label:"Products",conditionDisplay:"productSetting.productSrc === 'RelatedProduct' || !!productSetting && productSetting.productSrc !== 'PickProduct'",setting:{id:"numberOfProducts"}},{label:"Columns",setting:{id:"slidesToShow"}}]},{label:"Item spacing",controls:[{label:"Columns gap",conditionDisplay:"layout === 'slider'",setting:{id:"spacing"}},{label:"Columns gap",conditionDisplay:"layout === 'grid'",setting:{id:"verticalGutter"}},{label:"Rows gap",conditionDisplay:"layout === 'grid'",setting:{id:"horizontalGutter"}}]},{label:"Item style",controls:[{conditionDisplay:"layout !== 'slider'",label:"Height",setting:{id:"sameHeight"}}]},{conditionDisplay:"layout === 'slider'",...o},{conditionDisplay:"layout === 'slider'",...t},{conditionDisplay:"layout === 'slider'",...e},{label:"Size",controls:[{label:"Width",setting:{id:"width"}},{conditionDisplay:"layout === 'slider'",label:"Height",setting:{id:"height"}},{label:"Padding",controlConfig:{id:"padding",type:"padding-v2",linkWithSetting:{name:"spacing-setting",field:"padding"}}}]},{label:"Background",controls:[{label:"Color",setting:{id:"backgroundColor"}},{label:"Image",setting:{id:"backgroundImage"},options:{updateFields:[{field:"preload",settingId:"preloadBgImage"}]},controlChangeTrigger:{settings:[{action:{controlId:"preloadBgImage",valueFromField:"preload",groupType:"style",controlType:"style",removeDevice:!0}}],options:{noRecordHistory:!0}}}]},{label:"Shape",controls:[{label:"Border",controlConfig:{id:"border-advanced",type:"border-v2",linkWithSetting:{name:"border",field:"normal"},compoDefaultValue:{color:"line-3",border:"solid",width:"1px",borderWidth:"1px"}}},{label:"Corner",setting:{id:"rounded",state:"normal"}},{label:"Shadow",setting:{id:"boxShadow",state:"normal"},options:{updateFields:[{field:"normal.enable",settingId:"hasBoxShadow",state:"normal"}]},controlChangeTrigger:{settings:[{condition:"boxShadow.normal.enable === true",source:["boxShadow","hasBoxShadow"],action:{controlId:"hasBoxShadow",groupType:"advanced",controlType:"advanced",state:"normal",newValue:!0}},{condition:"boxShadow.normal.enable === false",source:["boxShadow","hasBoxShadow"],action:{controlId:"hasBoxShadow",groupType:"advanced",controlType:"advanced",state:"normal",newValue:!1}}],options:{noRecordHistory:!0}}}]},{controls:[{label:"Align",conditionEnable:'!(parseInt(width) >= 100 && width?.includes("%"))',setting:{id:"align"},options:{labelVariant:"primary",fullWidth:!0,disableMessage:"Horizontal alignment is disabled when the width is set to 100% or greater"}}]}];export{i as SettingUIV2};
@@ -1,4 +1,4 @@
1
- let ProductListPreset=[{id:"product-list",name:"Product List",icon:{desktop:`
1
+ let t=[{id:"product-list",name:"Product List",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 width="29.3333" height="30" rx="3" fill="#494949"/>
4
4
  <path d="M8.6665 10.4299L12.6625 9.02328C12.6625 9.02328 13.1484 10.1703 14.6705 10.1703C16.1926 10.1703 16.6732 9 16.6732 9L20.6665 10.4299L20.0018 13.957H17.9978V20.3355H11.3265V13.9549H9.33251L8.6665 10.4299Z" fill="#D6D6D6"/>
@@ -34,4 +34,4 @@ let ProductListPreset=[{id:"product-list",name:"Product List",icon:{desktop:`
34
34
  </clipPath>
35
35
  </defs>
36
36
  </svg>
37
- `},components:[{tag:"ProductListV3",label:"Product List",settings:{productSetting:{productSrc:"RelatedProduct"},columns:{desktop:4,tablet:2,mobile:1},dot:{desktop:!1}},advanced:{"spacing-setting":{padding:{top:"var(--g-s-s)",bottom:"var(--g-s-s)"}}},childrens:[{tag:"Row",label:"Row",settings:{layout:{desktop:{cols:[12],display:"fill"}}},styles:{verticalGutter:{desktop:"var(--g-s-2xl)"}},advanced:{border:{desktop:{normal:{border:"none",borderLabel:"Style 1",borderType:"style-1",color:"line-1",isCustom:!1,width:"1px 1px 1px 1px"}}}},childrens:[{tag:"Col",label:"Block",settings:{fullHeight:!0},styles:{justifyContent:{desktop:"normal"},alignItem:{desktop:"normal"},order:{desktop:0}},childrens:[{tag:"ProductImagesV3",label:"Product Images",settings:{ftClickOpenLightBox:{desktop:"product-link"},ftLoop:{desktop:!1},ftDragToScroll:!1},styles:{position:{desktop:"only-feature",mobile:"only-feature"}},advanced:{"spacing-setting":{desktop:{margin:{bottom:"var(--g-s-l)"}}}}},{tag:"ProductTitle",label:"Product Title",settings:{htmlTag:"h2"},styles:{typo:{type:"subheading-1"},textAlign:{desktop:"left"},hasLineClamp:{desktop:!0},lineClamp:{desktop:2},color:{normal:"text-1"},hasTextShadow:{normal:!1},textShadow:{normal:{type:"shadow-1"}},transform:"default"},advanced:{"spacing-setting":{desktop:{margin:{bottom:"var(--g-s-l)"}}}}},{tag:"Row",label:"Row",settings:{layout:{desktop:{cols:[6,6],display:"fit"}}},styles:{verticalGutter:{desktop:"16px"},background:{desktop:{type:"color",color:"transparent",image:{src:"",width:0,height:0},size:"cover",position:{x:50,y:50},repeat:"no-repeat",attachment:"scroll"}},fullWidth:{desktop:!0},width:{desktop:"100%"}},advanced:{"spacing-setting":{desktop:{margin:{bottom:"var(--g-s-l)"}}}},childrens:[{tag:"Col",label:"Block",settings:{},styles:{justifyContent:{desktop:"center"},alignItem:{desktop:"normal"},order:{desktop:0}},advanced:{},childrens:[{tag:"ProductPrice",label:"Product Price",settings:{priceType:"regular"},styles:{priceType:"regular",typo:{type:"paragraph-1"},color:{normal:"text-1"},lineColor:"highlight",textAlign:{desktop:"left"},hasTextShadow:{normal:!1},textShadow:{normal:{type:"shadow-1"}},lineThrough:!0,thickness:1},advanced:{}}]},{tag:"Col",label:"Block",settings:{},styles:{justifyContent:{desktop:"center"},alignItem:{desktop:"normal"},order:{desktop:0}},advanced:{},childrens:[{tag:"ProductPrice",label:"Product Price",settings:{priceType:"compare"},styles:{typo:{type:"paragraph-1"},color:{normal:"text-2"},lineColor:"text-2",textAlign:{desktop:"left"},hasTextShadow:{normal:!1},textShadow:{normal:{type:"shadow-1"}},lineThrough:!0,thickness:1},advanced:{}}]}]},{tag:"ProductVariants",advanced:{"spacing-setting":{desktop:{margin:{bottom:"var(--g-s-l)"}}}}},{tag:"ProductButton",label:"Product Cart Button",advanced:{"spacing-setting":{desktop:{margin:{bottom:"var(--g-s-l)"}}}},settings:{actionEffect:"open-cart-drawer",label:"Add to cart",outOfStockLabel:"Out Of Stock",successMessage:"Add product to cart successfully",errorMessage:"Cannot add product to cart",iconVisible:!1,iconSvg:'<svg height="100%" width="100%" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" fill="currentColor"><path fill="currentColor" strokeLinecap="round" strokeLinejoin="round" fill="currentColor" d="M448 128.001H362.667C362.667 69.1207 314.88 21.334 256 21.334C197.12 21.334 149.333 69.1207 149.333 128.001H64V469.334H448V128.001ZM256 64.0007C291.413 64.0007 320 92.5873 320 128.001H192C192 92.5873 220.587 64.0007 256 64.0007ZM256 277.334C197.12 277.334 149.333 229.547 149.333 170.667H192C192 206.081 220.587 234.667 256 234.667C291.413 234.667 320 206.081 320 170.667H362.667C362.667 229.547 314.88 277.334 256 277.334Z" /></svg>',iconAlign:"left"},styles:{globalSize:{desktop:{width:"100%"}},enableIcon:!0,enablePrice:!1,enableSeparator:!1}}]}]}]}],rootOverride:{label:"Related Products"}}];export{ProductListPreset};
37
+ `},components:[{tag:"ProductListV3",label:"Product List",settings:{productSetting:{productSrc:"RelatedProduct"},columns:{desktop:4,tablet:2,mobile:1},dot:{desktop:!1}},advanced:{"spacing-setting":{padding:{top:"var(--g-s-s)",bottom:"var(--g-s-s)"}}},childrens:[{tag:"Row",label:"Row",settings:{layout:{desktop:{cols:[12],display:"fill"}}},styles:{verticalGutter:{desktop:"var(--g-s-2xl)"}},advanced:{border:{desktop:{normal:{border:"none",borderLabel:"Style 1",borderType:"style-1",color:"line-1",isCustom:!1,width:"1px 1px 1px 1px"}}}},childrens:[{tag:"Col",label:"Block",settings:{fullHeight:!0},styles:{justifyContent:{desktop:"normal"},alignItem:{desktop:"normal"},order:{desktop:0}},childrens:[{tag:"ProductImagesV3",label:"Product Images",settings:{ftClickOpenLightBox:{desktop:"product-link"},ftLoop:{desktop:!1},ftDragToScroll:!1},styles:{position:{desktop:"only-feature",mobile:"only-feature"}},advanced:{"spacing-setting":{desktop:{margin:{bottom:"var(--g-s-l)"}}}}},{tag:"ProductTitle",label:"Product Title",settings:{htmlTag:"h2"},styles:{typo:{type:"subheading-1"},textAlign:{desktop:"left"},hasLineClamp:{desktop:!0},lineClamp:{desktop:2},color:{normal:"text-1"},hasTextShadow:{normal:!1},textShadow:{normal:{type:"shadow-1"}},transform:"default"},advanced:{"spacing-setting":{desktop:{margin:{bottom:"var(--g-s-l)"}}}}},{tag:"Row",label:"Row",settings:{layout:{desktop:{cols:[6,6],display:"fit"}}},styles:{verticalGutter:{desktop:"16px"},background:{desktop:{type:"color",color:"transparent",image:{src:"",width:0,height:0},size:"cover",position:{x:50,y:50},repeat:"no-repeat",attachment:"scroll"}},fullWidth:{desktop:!0},width:{desktop:"100%"}},advanced:{"spacing-setting":{desktop:{margin:{bottom:"var(--g-s-l)"}}}},childrens:[{tag:"Col",label:"Block",settings:{},styles:{justifyContent:{desktop:"center"},alignItem:{desktop:"normal"},order:{desktop:0}},advanced:{},childrens:[{tag:"ProductPrice",label:"Product Price",settings:{priceType:"regular"},styles:{priceType:"regular",typo:{type:"paragraph-1"},color:{normal:"text-1"},lineColor:"highlight",textAlign:{desktop:"left"},hasTextShadow:{normal:!1},textShadow:{normal:{type:"shadow-1"}},lineThrough:!0,thickness:1},advanced:{}}]},{tag:"Col",label:"Block",settings:{},styles:{justifyContent:{desktop:"center"},alignItem:{desktop:"normal"},order:{desktop:0}},advanced:{},childrens:[{tag:"ProductPrice",label:"Product Price",settings:{priceType:"compare"},styles:{typo:{type:"paragraph-1"},color:{normal:"text-2"},lineColor:"text-2",textAlign:{desktop:"left"},hasTextShadow:{normal:!1},textShadow:{normal:{type:"shadow-1"}},lineThrough:!0,thickness:1},advanced:{}}]}]},{tag:"ProductVariants",advanced:{"spacing-setting":{desktop:{margin:{bottom:"var(--g-s-l)"}}}}},{tag:"ProductButton",label:"Product Cart Button",advanced:{"spacing-setting":{desktop:{margin:{bottom:"var(--g-s-l)"}}}},settings:{actionEffect:"open-cart-drawer",label:"Add to cart",outOfStockLabel:"Out Of Stock",successMessage:"Add product to cart successfully",errorMessage:"Cannot add product to cart",iconVisible:!1,iconSvg:'<svg height="100%" width="100%" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" fill="currentColor"><path fill="currentColor" strokeLinecap="round" strokeLinejoin="round" fill="currentColor" d="M448 128.001H362.667C362.667 69.1207 314.88 21.334 256 21.334C197.12 21.334 149.333 69.1207 149.333 128.001H64V469.334H448V128.001ZM256 64.0007C291.413 64.0007 320 92.5873 320 128.001H192C192 92.5873 220.587 64.0007 256 64.0007ZM256 277.334C197.12 277.334 149.333 229.547 149.333 170.667H192C192 206.081 220.587 234.667 256 234.667C291.413 234.667 320 206.081 320 170.667H362.667C362.667 229.547 314.88 277.334 256 277.334Z" /></svg>',iconAlign:"left"},styles:{globalSize:{desktop:{width:"100%"}},enableIcon:!0,enablePrice:!1,enableSeparator:!1}}]}]}]}],rootOverride:{label:"Related Products"}}];export{t as ProductListPreset};
@@ -1 +1 @@
1
- import{CarouselSettingsV2Setting as e,CarouselSettingsV2Style as t}from"../../../../carousel-v3/settings/configs/settings-v2.js";let ProductListSettingsV2=[{id:"setting",controls:[{id:"productSetting",type:"product-list",label:"Select product list",default:{productSrc:"PickProduct",productIds:[],collectionId:"Latest",collectionHandle:"",relatedType:"related-product",relatedTag:["collection"],hasRelatedExclude:!1}},{id:"slidesToShow",type:"input:slider",min:1,max:6,isNumber:!0,label:"Products per rows ",devices:{desktop:{default:4},tablet:{default:3},mobile:{default:2}},disableDecimal:!0},{id:"numberOfProducts",type:"input:slider",min:1,max:50,label:"Number of products",isNumber:!0,default:10,ignoreMax:!0,disableDecimal:!0},{id:"sameHeight",label:"Enable same height",type:"select",options:[{label:"Same height",value:!0},{label:"Fit content height",value:!1}],default:!0},...e]},{id:"style",controls:[{id:"layout",label:"Layout",type:"layout-selector",iconViewBox:"0 0 78 52",itemPerRow:2,itemSpacing:"large",default:"grid",options:[{label:"Grid",value:"grid",iconName:"gp-grid-layout"},{label:"Slider",value:"slider",iconName:"gp-slider-layout"}]},{id:"width",type:"dropdown:input",label:"Width",inputType:"number",units:["px","%"],hideUnit:!1,isRowWith:!0,devices:{desktop:{default:"default"}},displayOptions:[{label:"Full",value:"100%",showValue:!0},{label:"Default",value:"default",showValue:!0}]},{id:"height",label:"Height",type:"dropdown:input",inputType:"number",units:["px"],displayOptions:[{label:"Fit content",value:"Auto"}],devices:{}},{id:"horizontalGutter",label:"Row gap",type:"input:unit",fallbackValue:!0,min:0,units:["px","%"],devices:{desktop:{default:"16px"},mobile:{default:"16px"}}},{id:"verticalGutter",label:"Column gap",type:"input:unit",units:["px","%"],fallbackValue:!0,min:0,devices:{desktop:{default:"16px"},mobile:{default:"16px"}}},{id:"backgroundColor",type:"color-picker-v2",devices:{desktop:{default:"transparent"}},compoDefaultValue:{desktop:{default:"#DDDDDD"}},enableGradient:!0},{id:"backgroundImage",type:"background-image",devices:{desktop:{default:{}}},compoDefaultValue:{desktop:{default:{type:"image",image:{src:"https://cdn.shopify.com/s/files/1/2005/9307/files/background_settings.jpg",width:1200,height:480,hiddenSEO:!0},repeat:"no-repeat",size:"cover",position:{x:50,y:50},attachment:"scroll",preload:!1}}}},{id:"preloadBgImage",type:"toggle",label:"Preload",default:!1},{id:"align",label:"Align",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"}],devices:{desktop:{default:"center"}}},...t]}];export{ProductListSettingsV2};
1
+ import{CarouselSettingsV2Setting as e,CarouselSettingsV2Style as t}from"../../../../carousel-v3/settings/configs/settings-v2.js";let l=[{id:"setting",controls:[{id:"productSetting",type:"product-list",label:"Select product list",default:{productSrc:"PickProduct",productIds:[],collectionId:"Latest",collectionHandle:"",relatedType:"related-product",relatedTag:["collection"],hasRelatedExclude:!1}},{id:"slidesToShow",type:"input:slider",min:1,max:6,isNumber:!0,label:"Products per rows ",devices:{desktop:{default:4},tablet:{default:3},mobile:{default:2}},disableDecimal:!0},{id:"numberOfProducts",type:"input:slider",min:1,max:50,label:"Number of products",isNumber:!0,default:10,ignoreMax:!0,disableDecimal:!0},{id:"sameHeight",label:"Enable same height",type:"select",options:[{label:"Same height",value:!0},{label:"Fit content height",value:!1}],default:!0},...e]},{id:"style",controls:[{id:"layout",label:"Layout",type:"layout-selector",iconViewBox:"0 0 78 52",itemPerRow:2,itemSpacing:"large",default:"grid",options:[{label:"Grid",value:"grid",iconName:"gp-grid-layout"},{label:"Slider",value:"slider",iconName:"gp-slider-layout"}]},{id:"width",type:"dropdown:input",label:"Width",inputType:"number",units:["px","%"],hideUnit:!1,isRowWith:!0,devices:{desktop:{default:"default"}},displayOptions:[{label:"Full",value:"100%",showValue:!0},{label:"Default",value:"default",showValue:!0}]},{id:"height",label:"Height",type:"dropdown:input",inputType:"number",units:["px"],displayOptions:[{label:"Fit content",value:"Auto"}],devices:{}},{id:"horizontalGutter",label:"Row gap",type:"input:unit",fallbackValue:!0,min:0,units:["px","%"],devices:{desktop:{default:"16px"},mobile:{default:"16px"}}},{id:"verticalGutter",label:"Column gap",type:"input:unit",units:["px","%"],fallbackValue:!0,min:0,devices:{desktop:{default:"16px"},mobile:{default:"16px"}}},{id:"backgroundColor",type:"color-picker-v2",devices:{desktop:{default:"transparent"}},compoDefaultValue:{desktop:{default:"#DDDDDD"}},enableGradient:!0},{id:"backgroundImage",type:"background-image",devices:{desktop:{default:{}}},compoDefaultValue:{desktop:{default:{type:"image",image:{src:"https://cdn.shopify.com/s/files/1/2005/9307/files/background_settings.jpg",width:1200,height:480,hiddenSEO:!0},repeat:"no-repeat",size:"cover",position:{x:50,y:50},attachment:"scroll",preload:!1}}}},{id:"preloadBgImage",type:"toggle",label:"Preload",default:!1},{id:"align",label:"Align",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"}],devices:{desktop:{default:"center"}}},...t]}];export{l as ProductListSettingsV2};
@@ -1 +1 @@
1
- import{carouselNavigationSettings as o,carouselDotsSettings as t,carouselEffectsSettings as e}from"../../../../carousel-v3/settings/configs/ui-v2.js";let SettingUIV2=[{controls:[{label:"Layout",layout:"vertical",options:{labelVariant:"primary"},setting:{id:"layout"}}]},{label:"Product source",controls:[{setting:{id:"productSetting"},layout:"vertical"}]},{label:"Display",controls:[{label:"Products",conditionDisplay:"productSetting.productSrc === 'RelatedProduct' || !!productSetting && productSetting.productSrc !== 'PickProduct'",setting:{id:"numberOfProducts"}},{label:"Columns",setting:{id:"slidesToShow"}}]},{label:"Item spacing",controls:[{label:"Columns gap",conditionDisplay:"layout === 'slider'",setting:{id:"spacing"}},{label:"Columns gap",conditionDisplay:"layout === 'grid'",setting:{id:"verticalGutter"}},{label:"Rows gap",conditionDisplay:"layout === 'grid'",setting:{id:"horizontalGutter"}}]},{label:"Item style",controls:[{conditionDisplay:"layout !== 'slider'",label:"Height",setting:{id:"sameHeight"}}]},{conditionDisplay:"layout === 'slider'",...o},{conditionDisplay:"layout === 'slider'",...t},{conditionDisplay:"layout === 'slider'",...e},{label:"Size",controls:[{label:"Width",setting:{id:"width"}},{conditionDisplay:"layout === 'slider'",label:"Height",setting:{id:"height"}},{label:"Padding",controlConfig:{id:"padding",type:"padding-v2",linkWithSetting:{name:"spacing-setting",field:"padding"}}}]},{label:"Background",controls:[{label:"Color",setting:{id:"backgroundColor"}},{label:"Image",setting:{id:"backgroundImage"},options:{updateFields:[{field:"preload",settingId:"preloadBgImage"}]},controlChangeTrigger:{settings:[{action:{controlId:"preloadBgImage",valueFromField:"preload",groupType:"style",controlType:"style",removeDevice:!0}}],options:{noRecordHistory:!0}}}]},{label:"Shape",controls:[{label:"Border",controlConfig:{id:"border-advanced",type:"border-v2",linkWithSetting:{name:"border",field:"normal"},compoDefaultValue:{color:"line-3",border:"solid",width:"1px",borderWidth:"1px"}}},{label:"Corner",setting:{id:"rounded",state:"normal"}},{label:"Shadow",setting:{id:"boxShadow",state:"normal"},options:{updateFields:[{field:"normal.enable",settingId:"hasBoxShadow",state:"normal"}]},controlChangeTrigger:{settings:[{condition:"boxShadow.normal.enable === true",source:["boxShadow","hasBoxShadow"],action:{controlId:"hasBoxShadow",groupType:"advanced",controlType:"advanced",state:"normal",newValue:!0}},{condition:"boxShadow.normal.enable === false",source:["boxShadow","hasBoxShadow"],action:{controlId:"hasBoxShadow",groupType:"advanced",controlType:"advanced",state:"normal",newValue:!1}}],options:{noRecordHistory:!0}}}]},{controls:[{label:"Align",conditionEnable:'!(parseInt(width) >= 100 && width?.includes("%"))',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
+ import{carouselNavigationSettings as o,carouselDotsSettings as t,carouselEffectsSettings as e}from"../../../../carousel-v3/settings/configs/ui-v2.js";let i=[{controls:[{label:"Layout",layout:"vertical",options:{labelVariant:"primary"},setting:{id:"layout"}}]},{label:"Product source",controls:[{setting:{id:"productSetting"},layout:"vertical"}]},{label:"Display",controls:[{label:"Products",conditionDisplay:"productSetting.productSrc === 'RelatedProduct' || !!productSetting && productSetting.productSrc !== 'PickProduct'",setting:{id:"numberOfProducts"}},{label:"Columns",setting:{id:"slidesToShow"}}]},{label:"Item spacing",controls:[{label:"Columns gap",conditionDisplay:"layout === 'slider'",setting:{id:"spacing"}},{label:"Columns gap",conditionDisplay:"layout === 'grid'",setting:{id:"verticalGutter"}},{label:"Rows gap",conditionDisplay:"layout === 'grid'",setting:{id:"horizontalGutter"}}]},{label:"Item style",controls:[{conditionDisplay:"layout !== 'slider'",label:"Height",setting:{id:"sameHeight"}}]},{conditionDisplay:"layout === 'slider'",...o},{conditionDisplay:"layout === 'slider'",...t},{conditionDisplay:"layout === 'slider'",...e},{label:"Size",controls:[{label:"Width",setting:{id:"width"}},{conditionDisplay:"layout === 'slider'",label:"Height",setting:{id:"height"}},{label:"Padding",controlConfig:{id:"padding",type:"padding-v2",linkWithSetting:{name:"spacing-setting",field:"padding"}}}]},{label:"Background",controls:[{label:"Color",setting:{id:"backgroundColor"}},{label:"Image",setting:{id:"backgroundImage"},options:{updateFields:[{field:"preload",settingId:"preloadBgImage"}]},controlChangeTrigger:{settings:[{action:{controlId:"preloadBgImage",valueFromField:"preload",groupType:"style",controlType:"style",removeDevice:!0}}],options:{noRecordHistory:!0}}}]},{label:"Shape",controls:[{label:"Border",controlConfig:{id:"border-advanced",type:"border-v2",linkWithSetting:{name:"border",field:"normal"},compoDefaultValue:{color:"line-3",border:"solid",width:"1px",borderWidth:"1px"}}},{label:"Corner",setting:{id:"rounded",state:"normal"}},{label:"Shadow",setting:{id:"boxShadow",state:"normal"},options:{updateFields:[{field:"normal.enable",settingId:"hasBoxShadow",state:"normal"}]},controlChangeTrigger:{settings:[{condition:"boxShadow.normal.enable === true",source:["boxShadow","hasBoxShadow"],action:{controlId:"hasBoxShadow",groupType:"advanced",controlType:"advanced",state:"normal",newValue:!0}},{condition:"boxShadow.normal.enable === false",source:["boxShadow","hasBoxShadow"],action:{controlId:"hasBoxShadow",groupType:"advanced",controlType:"advanced",state:"normal",newValue:!1}}],options:{noRecordHistory:!0}}}]},{controls:[{label:"Align",conditionEnable:'!(parseInt(width) >= 100 && width?.includes("%"))',setting:{id:"align"},options:{labelVariant:"primary",fullWidth:!0,disableMessage:"Horizontal alignment is disabled when the width is set to 100% or greater"}}]}];export{i as SettingUIV2};
@@ -1,4 +1,4 @@
1
- let ProductPricePreset=[{id:"product-price",name:"Product Price",icon:{desktop:`
1
+ let C=[{id:"product-price",name:"Product Price",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
  <path d="M29.2211 30.2727V17.5455H30.0364V30.2727H29.2211ZM31.7715 21.4929C31.7185 21.0223 31.4997 20.6577 31.1152 20.3991C30.7308 20.1373 30.2469 20.0064 29.6635 20.0064C29.2459 20.0064 28.8846 20.0727 28.5797 20.2053C28.2748 20.3345 28.0378 20.5135 27.8688 20.7422C27.7031 20.9676 27.6202 21.2244 27.6202 21.5128C27.6202 21.7547 27.6766 21.9635 27.7892 22.1392C27.9052 22.3149 28.056 22.4624 28.2417 22.5817C28.4306 22.6977 28.6328 22.7955 28.8482 22.875C29.0636 22.9512 29.2708 23.0142 29.4696 23.0639L30.464 23.3224C30.7888 23.402 31.1219 23.5097 31.4632 23.6456C31.8046 23.7815 32.1212 23.9605 32.4128 24.1825C32.7045 24.4046 32.9398 24.6797 33.1188 25.0078C33.3011 25.3359 33.3922 25.7287 33.3922 26.1861C33.3922 26.7628 33.2431 27.2749 32.9448 27.7223C32.6498 28.1697 32.2206 28.5227 31.6571 28.7812C31.097 29.0398 30.4192 29.169 29.6238 29.169C28.8614 29.169 28.2019 29.0481 27.6451 28.8061C27.0882 28.5642 26.6524 28.2211 26.3375 27.777C26.0227 27.3295 25.8487 26.7992 25.8155 26.1861H27.3567C27.3865 26.554 27.5059 26.8606 27.7147 27.1058C27.9268 27.3478 28.1969 27.5284 28.525 27.6477C28.8565 27.7637 29.2194 27.8217 29.6138 27.8217C30.048 27.8217 30.4341 27.7538 30.7722 27.6179C31.1136 27.4787 31.382 27.2865 31.5776 27.0412C31.7731 26.7926 31.8709 26.5026 31.8709 26.1712C31.8709 25.8696 31.7847 25.6226 31.6124 25.4304C31.4434 25.2382 31.213 25.0791 30.9213 24.9531C30.633 24.8272 30.3065 24.7161 29.9419 24.62L28.7388 24.2919C27.9235 24.0698 27.2772 23.7434 26.7999 23.3125C26.3259 22.8816 26.089 22.3116 26.089 21.6023C26.089 21.0156 26.248 20.5036 26.5662 20.0661C26.8844 19.6286 27.3153 19.2888 27.8588 19.0469C28.4024 18.8016 29.0156 18.679 29.6983 18.679C30.3877 18.679 30.9959 18.8 31.5229 19.0419C32.0532 19.2839 32.4708 19.617 32.7757 20.0412C33.0807 20.4621 33.2398 20.946 33.253 21.4929H31.7715ZM38.9517 18.8182V29H37.4105V20.3594H37.3509L34.9148 21.9503V20.4787L37.4553 18.8182H38.9517ZM45.0916 18.679C45.5457 18.6823 45.9931 18.7652 46.4339 18.9276C46.8748 19.09 47.2725 19.3551 47.6271 19.723C47.9851 20.0909 48.2701 20.5881 48.4822 21.2145C48.6977 21.8376 48.8071 22.6132 48.8104 23.5412C48.8104 24.4328 48.7209 25.2266 48.5419 25.9226C48.3629 26.6153 48.1061 27.2003 47.7713 27.6776C47.4399 28.1548 47.0372 28.5178 46.5632 28.7663C46.0893 29.0149 45.5556 29.1392 44.9624 29.1392C44.3558 29.1392 43.8172 29.0199 43.3466 28.7812C42.8759 28.5426 42.4931 28.2128 42.1982 27.7919C41.9032 27.3677 41.7192 26.8804 41.6463 26.3303H43.1626C43.2621 26.7678 43.4643 27.1224 43.7692 27.3942C44.0774 27.6626 44.4751 27.7969 44.9624 27.7969C45.7081 27.7969 46.2898 27.4721 46.7074 26.8224C47.125 26.1695 47.3355 25.258 47.3388 24.0881H47.2592C47.0869 24.3731 46.8714 24.6184 46.6129 24.8239C46.3577 25.0294 46.071 25.1884 45.7528 25.3011C45.4347 25.4138 45.0949 25.4702 44.7337 25.4702C44.147 25.4702 43.6134 25.326 43.1328 25.0376C42.6522 24.7493 42.2694 24.3532 41.9844 23.8494C41.6993 23.3456 41.5568 22.7706 41.5568 22.1243C41.5568 21.4813 41.7027 20.898 41.9943 20.3743C42.2893 19.8506 42.7003 19.4363 43.2273 19.1314C43.7576 18.8232 44.379 18.6723 45.0916 18.679ZM45.0966 19.9716C44.7088 19.9716 44.3591 20.0677 44.0476 20.2599C43.7393 20.4489 43.4957 20.7057 43.3168 21.0305C43.1378 21.352 43.0483 21.71 43.0483 22.1044C43.0483 22.4988 43.1345 22.8568 43.3068 23.1783C43.4825 23.4964 43.7211 23.75 44.0227 23.9389C44.3277 24.1245 44.6757 24.2173 45.0668 24.2173C45.3584 24.2173 45.6302 24.161 45.8821 24.0483C46.134 23.9356 46.3544 23.7798 46.5433 23.581C46.7322 23.3788 46.8797 23.1501 46.9858 22.8949C47.0919 22.6397 47.1449 22.3712 47.1449 22.0895C47.1449 21.715 47.0554 21.367 46.8764 21.0455C46.7008 20.724 46.4588 20.4654 46.1506 20.2699C45.8423 20.071 45.491 19.9716 45.0966 19.9716ZM51.2365 29.0945C50.9647 29.0945 50.7311 28.9983 50.5355 28.8061C50.34 28.6106 50.2422 28.3752 50.2422 28.1001C50.2422 27.8284 50.34 27.5964 50.5355 27.4041C50.7311 27.2086 50.9647 27.1108 51.2365 27.1108C51.5083 27.1108 51.742 27.2086 51.9375 27.4041C52.133 27.5964 52.2308 27.8284 52.2308 28.1001C52.2308 28.2824 52.1844 28.4498 52.0916 28.6023C52.0021 28.7514 51.8828 28.8707 51.7337 28.9602C51.5845 29.0497 51.4188 29.0945 51.2365 29.0945ZM57.4647 18.679C57.9187 18.6823 58.3662 18.7652 58.807 18.9276C59.2478 19.09 59.6455 19.3551 60.0002 19.723C60.3581 20.0909 60.6432 20.5881 60.8553 21.2145C61.0707 21.8376 61.1801 22.6132 61.1834 23.5412C61.1834 24.4328 61.0939 25.2266 60.915 25.9226C60.736 26.6153 60.4791 27.2003 60.1444 27.6776C59.8129 28.1548 59.4102 28.5178 58.9363 28.7663C58.4623 29.0149 57.9287 29.1392 57.3354 29.1392C56.7289 29.1392 56.1903 29.0199 55.7196 28.7812C55.249 28.5426 54.8662 28.2128 54.5712 27.7919C54.2762 27.3677 54.0923 26.8804 54.0194 26.3303H55.5357C55.6351 26.7678 55.8373 27.1224 56.1422 27.3942C56.4505 27.6626 56.8482 27.7969 57.3354 27.7969C58.0811 27.7969 58.6628 27.4721 59.0804 26.8224C59.498 26.1695 59.7085 25.258 59.7118 24.0881H59.6323C59.4599 24.3731 59.2445 24.6184 58.986 24.8239C58.7308 25.0294 58.4441 25.1884 58.1259 25.3011C57.8077 25.4138 57.468 25.4702 57.1067 25.4702C56.5201 25.4702 55.9864 25.326 55.5059 25.0376C55.0253 24.7493 54.6425 24.3532 54.3574 23.8494C54.0724 23.3456 53.9299 22.7706 53.9299 22.1243C53.9299 21.4813 54.0757 20.898 54.3674 20.3743C54.6623 19.8506 55.0733 19.4363 55.6003 19.1314C56.1306 18.8232 56.7521 18.6723 57.4647 18.679ZM57.4696 19.9716C57.0819 19.9716 56.7322 20.0677 56.4206 20.2599C56.1124 20.4489 55.8688 20.7057 55.6898 21.0305C55.5108 21.352 55.4213 21.71 55.4213 22.1044C55.4213 22.4988 55.5075 22.8568 55.6799 23.1783C55.8555 23.4964 56.0942 23.75 56.3958 23.9389C56.7007 24.1245 57.0487 24.2173 57.4398 24.2173C57.7315 24.2173 58.0033 24.161 58.2551 24.0483C58.507 23.9356 58.7275 23.7798 58.9164 23.581C59.1053 23.3788 59.2528 23.1501 59.3588 22.8949C59.4649 22.6397 59.5179 22.3712 59.5179 22.0895C59.5179 21.715 59.4284 21.367 59.2495 21.0455C59.0738 20.724 58.8319 20.4654 58.5236 20.2699C58.2154 20.071 57.8641 19.9716 57.4696 19.9716ZM66.3651 18.679C66.8191 18.6823 67.2666 18.7652 67.7074 18.9276C68.1482 19.09 68.5459 19.3551 68.9006 19.723C69.2585 20.0909 69.5436 20.5881 69.7557 21.2145C69.9711 21.8376 70.0805 22.6132 70.0838 23.5412C70.0838 24.4328 69.9943 25.2266 69.8153 25.9226C69.6364 26.6153 69.3795 27.2003 69.0447 27.6776C68.7133 28.1548 68.3106 28.5178 67.8366 28.7663C67.3627 29.0149 66.8291 29.1392 66.2358 29.1392C65.6293 29.1392 65.0907 29.0199 64.62 28.7812C64.1494 28.5426 63.7666 28.2128 63.4716 27.7919C63.1766 27.3677 62.9927 26.8804 62.9197 26.3303H64.4361C64.5355 26.7678 64.7377 27.1224 65.0426 27.3942C65.3509 27.6626 65.7486 27.7969 66.2358 27.7969C66.9815 27.7969 67.5632 27.4721 67.9808 26.8224C68.3984 26.1695 68.6089 25.258 68.6122 24.0881H68.5327C68.3603 24.3731 68.1449 24.6184 67.8864 24.8239C67.6312 25.0294 67.3445 25.1884 67.0263 25.3011C66.7081 25.4138 66.3684 25.4702 66.0071 25.4702C65.4205 25.4702 64.8868 25.326 64.4062 25.0376C63.9257 24.7493 63.5429 24.3532 63.2578 23.8494C62.9728 23.3456 62.8303 22.7706 62.8303 22.1243C62.8303 21.4813 62.9761 20.898 63.2678 20.3743C63.5627 19.8506 63.9737 19.4363 64.5007 19.1314C65.031 18.8232 65.6525 18.6723 66.3651 18.679ZM66.37 19.9716C65.9822 19.9716 65.6326 20.0677 65.321 20.2599C65.0128 20.4489 64.7692 20.7057 64.5902 21.0305C64.4112 21.352 64.3217 21.71 64.3217 22.1044C64.3217 22.4988 64.4079 22.8568 64.5803 23.1783C64.7559 23.4964 64.9946 23.75 65.2962 23.9389C65.6011 24.1245 65.9491 24.2173 66.3402 24.2173C66.6319 24.2173 66.9036 24.161 67.1555 24.0483C67.4074 23.9356 67.6278 23.7798 67.8168 23.581C68.0057 23.3788 68.1532 23.1501 68.2592 22.8949C68.3653 22.6397 68.4183 22.3712 68.4183 22.0895C68.4183 21.715 68.3288 21.367 68.1499 21.0455C67.9742 20.724 67.7322 20.4654 67.424 20.2699C67.1158 20.071 66.7644 19.9716 66.37 19.9716Z" fill="#AAAAAA"/>
4
4
  </svg>
@@ -8,4 +8,4 @@ let ProductPricePreset=[{id:"product-price",name:"Product Price",icon:{desktop:`
8
8
  <path d="M28.2367 30.2727V17.5455H29.052V30.2727H28.2367ZM30.7871 21.4929C30.7341 21.0223 30.5153 20.6577 30.1309 20.3991C29.7464 20.1373 29.2625 20.0064 28.6792 20.0064C28.2615 20.0064 27.9003 20.0727 27.5953 20.2053C27.2904 20.3345 27.0534 20.5135 26.8844 20.7422C26.7187 20.9676 26.6358 21.2244 26.6358 21.5128C26.6358 21.7547 26.6922 21.9635 26.8049 22.1392C26.9209 22.3149 27.0717 22.4624 27.2573 22.5817C27.4462 22.6977 27.6484 22.7955 27.8638 22.875C28.0792 22.9512 28.2864 23.0142 28.4853 23.0639L29.4796 23.3224C29.8044 23.402 30.1375 23.5097 30.4789 23.6456C30.8203 23.7815 31.1368 23.9605 31.4284 24.1825C31.7201 24.4046 31.9554 24.6797 32.1344 25.0078C32.3167 25.3359 32.4078 25.7287 32.4078 26.1861C32.4078 26.7628 32.2587 27.2749 31.9604 27.7223C31.6654 28.1697 31.2362 28.5227 30.6728 28.7812C30.1126 29.0398 29.4348 29.169 28.6394 29.169C27.8771 29.169 27.2175 29.0481 26.6607 28.8061C26.1039 28.5642 25.668 28.2211 25.3532 27.777C25.0383 27.3295 24.8643 26.7992 24.8311 26.1861H26.3723C26.4022 26.554 26.5215 26.8606 26.7303 27.1058C26.9424 27.3478 27.2125 27.5284 27.5407 27.6477C27.8721 27.7637 28.235 27.8217 28.6294 27.8217C29.0636 27.8217 29.4498 27.7538 29.7878 27.6179C30.1292 27.4787 30.3977 27.2865 30.5932 27.0412C30.7888 26.7926 30.8865 26.5026 30.8865 26.1712C30.8865 25.8696 30.8004 25.6226 30.628 25.4304C30.459 25.2382 30.2286 25.0791 29.937 24.9531C29.6486 24.8272 29.3221 24.7161 28.9576 24.62L27.7544 24.2919C26.9391 24.0698 26.2928 23.7434 25.8155 23.3125C25.3416 22.8816 25.1046 22.3116 25.1046 21.6023C25.1046 21.0156 25.2637 20.5036 25.5819 20.0661C25.9 19.6286 26.3309 19.2888 26.8745 19.0469C27.418 18.8016 28.0312 18.679 28.714 18.679C29.4033 18.679 30.0115 18.8 30.5385 19.0419C31.0688 19.2839 31.4864 19.617 31.7914 20.0412C32.0963 20.4621 32.2554 20.946 32.2686 21.4929H30.7871ZM34.1044 29V27.8864L37.5497 24.3168C37.9176 23.929 38.2209 23.5893 38.4595 23.2976C38.7015 23.0026 38.8821 22.7225 39.0014 22.4574C39.1207 22.1922 39.1804 21.9105 39.1804 21.6122C39.1804 21.2741 39.1009 20.9825 38.9418 20.7372C38.7827 20.4886 38.5656 20.2981 38.2905 20.1655C38.0154 20.0296 37.7055 19.9616 37.3608 19.9616C36.9962 19.9616 36.678 20.0362 36.4062 20.1854C36.1345 20.3345 35.9257 20.545 35.7798 20.8168C35.634 21.0885 35.5611 21.4067 35.5611 21.7713H34.0945C34.0945 21.1515 34.237 20.6096 34.522 20.1456C34.8071 19.6816 35.1982 19.322 35.6953 19.0668C36.1925 18.8082 36.7576 18.679 37.3906 18.679C38.0303 18.679 38.5938 18.8066 39.081 19.0618C39.5715 19.3137 39.9543 19.6584 40.2294 20.0959C40.5045 20.5301 40.642 21.0206 40.642 21.5675C40.642 21.9453 40.5708 22.3149 40.4283 22.6761C40.2891 23.0374 40.0455 23.4401 39.6974 23.8842C39.3494 24.325 38.8655 24.8603 38.2457 25.4901L36.2223 27.608V27.6825H40.8061V29H34.1044ZM46.076 18.679C46.5301 18.6823 46.9775 18.7652 47.4183 18.9276C47.8591 19.09 48.2569 19.3551 48.6115 19.723C48.9695 20.0909 49.2545 20.5881 49.4666 21.2145C49.6821 21.8376 49.7914 22.6132 49.7947 23.5412C49.7947 24.4328 49.7053 25.2266 49.5263 25.9226C49.3473 26.6153 49.0904 27.2003 48.7557 27.6776C48.4242 28.1548 48.0215 28.5178 47.5476 28.7663C47.0736 29.0149 46.54 29.1392 45.9467 29.1392C45.3402 29.1392 44.8016 29.0199 44.331 28.7812C43.8603 28.5426 43.4775 28.2128 43.1825 27.7919C42.8875 27.3677 42.7036 26.8804 42.6307 26.3303H44.147C44.2464 26.7678 44.4486 27.1224 44.7536 27.3942C45.0618 27.6626 45.4595 27.7969 45.9467 27.7969C46.6925 27.7969 47.2741 27.4721 47.6918 26.8224C48.1094 26.1695 48.3198 25.258 48.3232 24.0881H48.2436C48.0713 24.3731 47.8558 24.6184 47.5973 24.8239C47.3421 25.0294 47.0554 25.1884 46.7372 25.3011C46.419 25.4138 46.0793 25.4702 45.718 25.4702C45.1314 25.4702 44.5978 25.326 44.1172 25.0376C43.6366 24.7493 43.2538 24.3532 42.9688 23.8494C42.6837 23.3456 42.5412 22.7706 42.5412 22.1243C42.5412 21.4813 42.687 20.898 42.9787 20.3743C43.2737 19.8506 43.6847 19.4363 44.2116 19.1314C44.742 18.8232 45.3634 18.6723 46.076 18.679ZM46.081 19.9716C45.6932 19.9716 45.3435 20.0677 45.032 20.2599C44.7237 20.4489 44.4801 20.7057 44.3011 21.0305C44.1222 21.352 44.0327 21.71 44.0327 22.1044C44.0327 22.4988 44.1188 22.8568 44.2912 23.1783C44.4669 23.4964 44.7055 23.75 45.0071 23.9389C45.312 24.1245 45.66 24.2173 46.0511 24.2173C46.3428 24.2173 46.6146 24.161 46.8665 24.0483C47.1184 23.9356 47.3388 23.7798 47.5277 23.581C47.7166 23.3788 47.8641 23.1501 47.9702 22.8949C48.0762 22.6397 48.1293 22.3712 48.1293 22.0895C48.1293 21.715 48.0398 21.367 47.8608 21.0455C47.6851 20.724 47.4432 20.4654 47.1349 20.2699C46.8267 20.071 46.4754 19.9716 46.081 19.9716ZM52.2209 29.0945C51.9491 29.0945 51.7154 28.9983 51.5199 28.8061C51.3243 28.6106 51.2266 28.3752 51.2266 28.1001C51.2266 27.8284 51.3243 27.5964 51.5199 27.4041C51.7154 27.2086 51.9491 27.1108 52.2209 27.1108C52.4927 27.1108 52.7263 27.2086 52.9219 27.4041C53.1174 27.5964 53.2152 27.8284 53.2152 28.1001C53.2152 28.2824 53.1688 28.4498 53.076 28.6023C52.9865 28.7514 52.8672 28.8707 52.718 28.9602C52.5689 29.0497 52.4032 29.0945 52.2209 29.0945ZM58.449 18.679C58.9031 18.6823 59.3506 18.7652 59.7914 18.9276C60.2322 19.09 60.6299 19.3551 60.9846 19.723C61.3425 20.0909 61.6275 20.5881 61.8397 21.2145C62.0551 21.8376 62.1645 22.6132 62.1678 23.5412C62.1678 24.4328 62.0783 25.2266 61.8993 25.9226C61.7203 26.6153 61.4635 27.2003 61.1287 27.6776C60.7973 28.1548 60.3946 28.5178 59.9206 28.7663C59.4467 29.0149 58.9131 29.1392 58.3198 29.1392C57.7132 29.1392 57.1747 29.0199 56.704 28.7812C56.2334 28.5426 55.8506 28.2128 55.5556 27.7919C55.2606 27.3677 55.0766 26.8804 55.0037 26.3303H56.5201C56.6195 26.7678 56.8217 27.1224 57.1266 27.3942C57.4348 27.6626 57.8326 27.7969 58.3198 27.7969C59.0655 27.7969 59.6472 27.4721 60.0648 26.8224C60.4824 26.1695 60.6929 25.258 60.6962 24.0881H60.6167C60.4443 24.3731 60.2289 24.6184 59.9703 24.8239C59.7151 25.0294 59.4284 25.1884 59.1103 25.3011C58.7921 25.4138 58.4524 25.4702 58.0911 25.4702C57.5044 25.4702 56.9708 25.326 56.4902 25.0376C56.0096 24.7493 55.6268 24.3532 55.3418 23.8494C55.0568 23.3456 54.9142 22.7706 54.9142 22.1243C54.9142 21.4813 55.0601 20.898 55.3517 20.3743C55.6467 19.8506 56.0577 19.4363 56.5847 19.1314C57.115 18.8232 57.7364 18.6723 58.449 18.679ZM58.454 19.9716C58.0662 19.9716 57.7166 20.0677 57.405 20.2599C57.0968 20.4489 56.8532 20.7057 56.6742 21.0305C56.4952 21.352 56.4057 21.71 56.4057 22.1044C56.4057 22.4988 56.4919 22.8568 56.6642 23.1783C56.8399 23.4964 57.0785 23.75 57.3801 23.9389C57.6851 24.1245 58.0331 24.2173 58.4242 24.2173C58.7159 24.2173 58.9876 24.161 59.2395 24.0483C59.4914 23.9356 59.7118 23.7798 59.9007 23.581C60.0897 23.3788 60.2372 23.1501 60.3432 22.8949C60.4493 22.6397 60.5023 22.3712 60.5023 22.0895C60.5023 21.715 60.4128 21.367 60.2338 21.0455C60.0582 20.724 59.8162 20.4654 59.508 20.2699C59.1998 20.071 58.8484 19.9716 58.454 19.9716ZM67.3494 18.679C67.8035 18.6823 68.2509 18.7652 68.6918 18.9276C69.1326 19.09 69.5303 19.3551 69.8849 19.723C70.2429 20.0909 70.5279 20.5881 70.7401 21.2145C70.9555 21.8376 71.0649 22.6132 71.0682 23.5412C71.0682 24.4328 70.9787 25.2266 70.7997 25.9226C70.6207 26.6153 70.3639 27.2003 70.0291 27.6776C69.6977 28.1548 69.295 28.5178 68.821 28.7663C68.3471 29.0149 67.8134 29.1392 67.2202 29.1392C66.6136 29.1392 66.075 29.0199 65.6044 28.7812C65.1338 28.5426 64.7509 28.2128 64.456 27.7919C64.161 27.3677 63.977 26.8804 63.9041 26.3303H65.4205C65.5199 26.7678 65.7221 27.1224 66.027 27.3942C66.3352 27.6626 66.733 27.7969 67.2202 27.7969C67.9659 27.7969 68.5476 27.4721 68.9652 26.8224C69.3828 26.1695 69.5933 25.258 69.5966 24.0881H69.517C69.3447 24.3731 69.1293 24.6184 68.8707 24.8239C68.6155 25.0294 68.3288 25.1884 68.0107 25.3011C67.6925 25.4138 67.3527 25.4702 66.9915 25.4702C66.4048 25.4702 65.8712 25.326 65.3906 25.0376C64.91 24.7493 64.5272 24.3532 64.2422 23.8494C63.9571 23.3456 63.8146 22.7706 63.8146 22.1243C63.8146 21.4813 63.9605 20.898 64.2521 20.3743C64.5471 19.8506 64.9581 19.4363 65.4851 19.1314C66.0154 18.8232 66.6368 18.6723 67.3494 18.679ZM67.3544 19.9716C66.9666 19.9716 66.617 20.0677 66.3054 20.2599C65.9972 20.4489 65.7536 20.7057 65.5746 21.0305C65.3956 21.352 65.3061 21.71 65.3061 22.1044C65.3061 22.4988 65.3923 22.8568 65.5646 23.1783C65.7403 23.4964 65.9789 23.75 66.2805 23.9389C66.5855 24.1245 66.9335 24.2173 67.3246 24.2173C67.6162 24.2173 67.888 24.161 68.1399 24.0483C68.3918 23.9356 68.6122 23.7798 68.8011 23.581C68.9901 23.3788 69.1375 23.1501 69.2436 22.8949C69.3497 22.6397 69.4027 22.3712 69.4027 22.0895C69.4027 21.715 69.3132 21.367 69.1342 21.0455C68.9586 20.724 68.7166 20.4654 68.4084 20.2699C68.1001 20.071 67.7488 19.9716 67.3544 19.9716Z" fill="#AAAAAA"/>
9
9
  <path d="M24.1152 24.4162H71.8835V25.3707H24.1152V24.4162Z" fill="#AAAAAA"/>
10
10
  </svg>
11
- `},components:[{tag:"ProductPrice",settings:{priceType:"compare"},styles:{typo:{default:{type:"paragraph-1"}},color:{normal:"text-1"}},advanced:{"spacing-setting":{desktop:{margin:{bottom:"var(--g-s-l)"}}}}}],rootOverride:{label:"Compare Price"}}];export{ProductPricePreset};
11
+ `},components:[{tag:"ProductPrice",settings:{priceType:"compare"},styles:{typo:{default:{type:"paragraph-1"}},color:{normal:"text-1"}},advanced:{"spacing-setting":{desktop:{margin:{bottom:"var(--g-s-l)"}}}}}],rootOverride:{label:"Compare Price"}}];export{C as ProductPricePreset};
@@ -1 +1 @@
1
- let ProductPriceSettings=[{id:"setting",controls:[{id:"moneyWithCurrentFormat",type:"toggle"},{id:"priceType",type:"option:value",options:[{label:"Original",value:"regular"},{label:"Compare",value:"compare"}],default:"regular"}]},{id:"style",controls:[{id:"lineThrough",type:"combo",default:!0},{id:"thickness",type:"input:slider",min:1,max:10,default:2,step:1,enableAuto:!0,units:["px"]},{id:"lineColor",type:"color-picker-v2",default:"text-1",compoDefaultValue:"text-1"},{id:"color",type:"color-picker-v2",default:{normal:"text-1"},state:{normal:!0,hover:!0}},{id:"disableHoverColor",type:"toggle",default:!0,disableGetDefault:!0},{id:"hasTextShadow",type:"toggle",default:{normal:!1},state:{normal:!0,hover:!0}},{id:"textShadow",type:"textShadow",hideOnState:{normal:!0,hover:!0},default:{normal:{type:"shadow-1"}},state:{normal:!0,hover:!0}},{id:"textAlign",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"}],devices:{desktop:{default:"left"}}},{id:"typo",type:"typography-v2",default:{type:"paragraph-1",attrs:{color:"text-1"}},ignoreReRender:!0,hiddenSetting:{}}]}];export{ProductPriceSettings};
1
+ let e=[{id:"setting",controls:[{id:"moneyWithCurrentFormat",type:"toggle"},{id:"priceType",type:"option:value",options:[{label:"Original",value:"regular"},{label:"Compare",value:"compare"}],default:"regular"}]},{id:"style",controls:[{id:"lineThrough",type:"combo",default:!0},{id:"thickness",type:"input:slider",min:1,max:10,default:2,step:1,enableAuto:!0,units:["px"]},{id:"lineColor",type:"color-picker-v2",default:"text-1",compoDefaultValue:"text-1"},{id:"color",type:"color-picker-v2",default:{normal:"text-1"},state:{normal:!0,hover:!0}},{id:"disableHoverColor",type:"toggle",default:!0,disableGetDefault:!0},{id:"hasTextShadow",type:"toggle",default:{normal:!1},state:{normal:!0,hover:!0}},{id:"textShadow",type:"textShadow",hideOnState:{normal:!0,hover:!0},default:{normal:{type:"shadow-1"}},state:{normal:!0,hover:!0}},{id:"textAlign",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"}],devices:{desktop:{default:"left"}}},{id:"typo",type:"typography-v2",default:{type:"paragraph-1",attrs:{color:"text-1"}},ignoreReRender:!0,hiddenSetting:{}}]}];export{e as ProductPriceSettings};
@@ -1 +1 @@
1
- let SettingUIV2=[{label:"Text style",controls:[{type:"control",setting:{id:"typo"},layout:"vertical",options:{updateFields:[{field:"attrs.color",settingId:"color",state:"normal"},{field:"attrs.textAlign",settingId:"textAlign"}]},controlChangeTrigger:{settings:[{action:{controlId:"textAlign",valueFromField:"attrs.textAlign",groupType:"style",controlType:"style"}},{action:{controlId:"color",valueFromField:"attrs.color",groupType:"style",controlType:"style",removeDevice:!0,state:"normal"}}],options:{noRecordHistory:!0}}}]},{label:"Line through",conditionDisplay:"priceType === 'compare'",controls:[{type:"combo",label:"Style",popoverLabel:"Line through style",getValueFromSettingID:"lineColor",comboType:"color",defaultValueWhenClear:"transparent",compoDefaultValue:"text-1",controls:[{label:"Color",setting:{id:"lineColor"}},{label:"Thickness",setting:{id:"thickness"}}]}]}];export{SettingUIV2};
1
+ let t=[{label:"Text style",controls:[{type:"control",setting:{id:"typo"},layout:"vertical",options:{updateFields:[{field:"attrs.color",settingId:"color",state:"normal"},{field:"attrs.textAlign",settingId:"textAlign"}]},controlChangeTrigger:{settings:[{action:{controlId:"textAlign",valueFromField:"attrs.textAlign",groupType:"style",controlType:"style"}},{action:{controlId:"color",valueFromField:"attrs.color",groupType:"style",controlType:"style",removeDevice:!0,state:"normal"}}],options:{noRecordHistory:!0}}}]},{label:"Line through",conditionDisplay:"priceType === 'compare'",controls:[{type:"combo",label:"Style",popoverLabel:"Line through style",getValueFromSettingID:"lineColor",comboType:"color",defaultValueWhenClear:"transparent",compoDefaultValue:"text-1",controls:[{label:"Color",setting:{id:"lineColor"}},{label:"Thickness",setting:{id:"thickness"}}]}]}];export{t as SettingUIV2};
@@ -1,6 +1,6 @@
1
- let ProductPropertiesPreset=[{id:"product-properties",name:"Custom Field",icon:{desktop:`
1
+ let C=[{id:"product-properties",name:"Custom Field",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
  <path d="M20.2377 22H19.1809C19.1184 21.696 19.0091 21.429 18.8528 21.1989C18.6994 20.9688 18.5119 20.7756 18.2903 20.6193C18.0716 20.4602 17.8287 20.3409 17.5616 20.2614C17.2946 20.1818 17.0162 20.142 16.7264 20.142C16.198 20.142 15.7193 20.2756 15.2903 20.5426C14.8642 20.8097 14.5247 21.2031 14.2718 21.723C14.0218 22.2429 13.8968 22.8807 13.8968 23.6364C13.8968 24.392 14.0218 25.0298 14.2718 25.5497C14.5247 26.0696 14.8642 26.4631 15.2903 26.7301C15.7193 26.9972 16.198 27.1307 16.7264 27.1307C17.0162 27.1307 17.2946 27.0909 17.5616 27.0114C17.8287 26.9318 18.0716 26.8139 18.2903 26.6577C18.5119 26.4986 18.6994 26.304 18.8528 26.0739C19.0091 25.8409 19.1184 25.5739 19.1809 25.2727H20.2377C20.1582 25.7187 20.0133 26.1179 19.8031 26.4702C19.5929 26.8224 19.3315 27.1222 19.019 27.3693C18.7065 27.6136 18.3556 27.7997 17.9664 27.9276C17.5801 28.0554 17.1667 28.1193 16.7264 28.1193C15.9821 28.1193 15.3201 27.9375 14.7406 27.5739C14.161 27.2102 13.7051 26.6932 13.3727 26.0227C13.0403 25.3523 12.8741 24.5568 12.8741 23.6364C12.8741 22.7159 13.0403 21.9205 13.3727 21.25C13.7051 20.5795 14.161 20.0625 14.7406 19.6989C15.3201 19.3352 15.9821 19.1534 16.7264 19.1534C17.1667 19.1534 17.5801 19.2173 17.9664 19.3452C18.3556 19.473 18.7065 19.6605 19.019 19.9077C19.3315 20.152 19.5929 20.4503 19.8031 20.8026C20.0133 21.152 20.1582 21.5511 20.2377 22ZM25.9341 25.3239V21.4545H26.9398V28H25.9341V26.892H25.8659C25.7125 27.2244 25.4739 27.5071 25.15 27.7401C24.8262 27.9702 24.4171 28.0852 23.9228 28.0852C23.5137 28.0852 23.15 27.9957 22.8319 27.8168C22.5137 27.6349 22.2637 27.3622 22.0819 26.9986C21.9 26.6321 21.8091 26.1705 21.8091 25.6136V21.4545H22.8148V25.5455C22.8148 26.0227 22.9483 26.4034 23.2154 26.6875C23.4853 26.9716 23.829 27.1136 24.2466 27.1136C24.4966 27.1136 24.7509 27.0497 25.0094 26.9219C25.2708 26.794 25.4895 26.598 25.6657 26.3338C25.8446 26.0696 25.9341 25.733 25.9341 25.3239ZM33.4181 22.9205L32.5147 23.1761C32.4579 23.0256 32.3741 22.8793 32.2633 22.7372C32.1554 22.5923 32.0076 22.473 31.8201 22.3793C31.6326 22.2855 31.3926 22.2386 31.1 22.2386C30.6994 22.2386 30.3656 22.331 30.0985 22.5156C29.8343 22.6974 29.7022 22.929 29.7022 23.2102C29.7022 23.4602 29.7931 23.6577 29.975 23.8026C30.1568 23.9474 30.4409 24.0682 30.8272 24.1648L31.7988 24.4034C32.3841 24.5455 32.8201 24.7628 33.1071 25.0554C33.394 25.3452 33.5375 25.7187 33.5375 26.1761C33.5375 26.5511 33.4295 26.8864 33.2136 27.1818C33.0005 27.4773 32.7022 27.7102 32.3187 27.8807C31.9352 28.0511 31.4892 28.1364 30.9806 28.1364C30.313 28.1364 29.7605 27.9915 29.323 27.7017C28.8855 27.4119 28.6085 26.9886 28.492 26.4318L29.4466 26.1932C29.5375 26.5455 29.7093 26.8097 29.9622 26.9858C30.2179 27.1619 30.5517 27.25 30.9636 27.25C31.4324 27.25 31.8045 27.1506 32.0801 26.9517C32.3585 26.75 32.4977 26.5085 32.4977 26.2273C32.4977 26 32.4181 25.8097 32.2591 25.6562C32.1 25.5 31.8556 25.3835 31.5261 25.3068L30.4352 25.0511C29.8358 24.9091 29.3954 24.6889 29.1142 24.3906C28.8358 24.0895 28.6966 23.7131 28.6966 23.2614C28.6966 22.892 28.8002 22.5653 29.0076 22.2812C29.2179 21.9972 29.5034 21.7741 29.8642 21.6122C30.2278 21.4503 30.6397 21.3693 31.1 21.3693C31.7477 21.3693 32.2562 21.5114 32.6255 21.7955C32.9977 22.0795 33.2619 22.4545 33.4181 22.9205ZM37.8979 21.4545V22.3068H34.5059V21.4545H37.8979ZM35.4945 19.8864H36.5002V26.125C36.5002 26.4091 36.5414 26.6222 36.6238 26.7642C36.709 26.9034 36.8169 26.9972 36.9476 27.0455C37.0811 27.0909 37.2218 27.1136 37.3695 27.1136C37.4803 27.1136 37.5712 27.108 37.6422 27.0966C37.7132 27.0824 37.7701 27.071 37.8127 27.0625L38.0172 27.9659C37.949 27.9915 37.8539 28.017 37.7317 28.0426C37.6096 28.071 37.4547 28.0852 37.2672 28.0852C36.9831 28.0852 36.7047 28.0241 36.432 27.902C36.1621 27.7798 35.9377 27.5938 35.7587 27.3438C35.5826 27.0938 35.4945 26.7784 35.4945 26.3977V19.8864ZM41.9995 28.1364C41.4086 28.1364 40.8901 27.9957 40.4441 27.7145C40.0009 27.4332 39.6543 27.0398 39.4043 26.5341C39.1571 26.0284 39.0336 25.4375 39.0336 24.7614C39.0336 24.0795 39.1571 23.4844 39.4043 22.9759C39.6543 22.4673 40.0009 22.0724 40.4441 21.7912C40.8901 21.5099 41.4086 21.3693 41.9995 21.3693C42.5904 21.3693 43.1074 21.5099 43.5506 21.7912C43.9966 22.0724 44.3432 22.4673 44.5904 22.9759C44.8404 23.4844 44.9654 24.0795 44.9654 24.7614C44.9654 25.4375 44.8404 26.0284 44.5904 26.5341C44.3432 27.0398 43.9966 27.4332 43.5506 27.7145C43.1074 27.9957 42.5904 28.1364 41.9995 28.1364ZM41.9995 27.233C42.4483 27.233 42.8176 27.1179 43.1074 26.8878C43.3972 26.6577 43.6117 26.3551 43.7509 25.9801C43.8901 25.6051 43.9597 25.1989 43.9597 24.7614C43.9597 24.3239 43.8901 23.9162 43.7509 23.5384C43.6117 23.1605 43.3972 22.8551 43.1074 22.6222C42.8176 22.3892 42.4483 22.2727 41.9995 22.2727C41.5506 22.2727 41.1813 22.3892 40.8915 22.6222C40.6017 22.8551 40.3873 23.1605 40.248 23.5384C40.1088 23.9162 40.0392 24.3239 40.0392 24.7614C40.0392 25.1989 40.1088 25.6051 40.248 25.9801C40.3873 26.3551 40.6017 26.6577 40.8915 26.8878C41.1813 27.1179 41.5506 27.233 41.9995 27.233ZM46.5005 28V21.4545H47.4721V22.4773H47.5574C47.6937 22.1278 47.9139 21.8565 48.2179 21.6634C48.5218 21.4673 48.8869 21.3693 49.313 21.3693C49.7449 21.3693 50.1042 21.4673 50.3912 21.6634C50.6809 21.8565 50.9068 22.1278 51.0687 22.4773H51.1369C51.3045 22.1392 51.5559 21.8707 51.8912 21.6719C52.2264 21.4702 52.6284 21.3693 53.0971 21.3693C53.6824 21.3693 54.161 21.5526 54.5332 21.919C54.9054 22.2827 55.0914 22.8494 55.0914 23.6193V28H54.0858V23.6193C54.0858 23.1364 53.9537 22.7912 53.6895 22.5838C53.4252 22.3764 53.1142 22.2727 52.7562 22.2727C52.296 22.2727 51.9395 22.4119 51.6866 22.6903C51.4338 22.9659 51.3074 23.3153 51.3074 23.7386V28H50.2846V23.517C50.2846 23.1449 50.1639 22.8452 49.9224 22.6179C49.6809 22.3878 49.3699 22.2727 48.9892 22.2727C48.7278 22.2727 48.4835 22.3423 48.2562 22.4815C48.0318 22.6207 47.85 22.8139 47.7108 23.0611C47.5744 23.3054 47.5062 23.5881 47.5062 23.9091V28H46.5005ZM63.22 21.4545V22.3068H59.6916V21.4545H63.22ZM60.7484 28V20.5511C60.7484 20.1761 60.8365 19.8636 61.0126 19.6136C61.1887 19.3636 61.4174 19.1761 61.6987 19.0511C61.9799 18.9261 62.2768 18.8636 62.5893 18.8636C62.8365 18.8636 63.0382 18.8835 63.1944 18.9233C63.3507 18.9631 63.4672 19 63.5439 19.0341L63.2541 19.9034C63.2029 19.8864 63.1319 19.8651 63.041 19.8395C62.9529 19.8139 62.8365 19.8011 62.6916 19.8011C62.3592 19.8011 62.1191 19.8849 61.9714 20.0526C61.8265 20.2202 61.7541 20.4659 61.7541 20.7898V28H60.7484ZM64.6294 28V21.4545H65.6351V28H64.6294ZM65.1408 20.3636C64.9448 20.3636 64.7757 20.2969 64.6337 20.1634C64.4945 20.0298 64.4249 19.8693 64.4249 19.6818C64.4249 19.4943 64.4945 19.3338 64.6337 19.2003C64.7757 19.0668 64.9448 19 65.1408 19C65.3368 19 65.5044 19.0668 65.6436 19.2003C65.7857 19.3338 65.8567 19.4943 65.8567 19.6818C65.8567 19.8693 65.7857 20.0298 65.6436 20.1634C65.5044 20.2969 65.3368 20.3636 65.1408 20.3636ZM70.2214 28.1364C69.5907 28.1364 69.0467 27.9972 68.5893 27.7188C68.1348 27.4375 67.7839 27.0455 67.5368 26.5426C67.2924 26.0369 67.1703 25.4489 67.1703 24.7784C67.1703 24.108 67.2924 23.517 67.5368 23.0057C67.7839 22.4915 68.1277 22.0909 68.568 21.804C69.0112 21.5142 69.5282 21.3693 70.1191 21.3693C70.46 21.3693 70.7967 21.4261 71.1291 21.5398C71.4615 21.6534 71.764 21.8381 72.0368 22.0938C72.3095 22.3466 72.5268 22.6818 72.6887 23.0994C72.8507 23.517 72.9316 24.0312 72.9316 24.642V25.0682H67.8862V24.1989H71.9089C71.9089 23.8295 71.835 23.5 71.6873 23.2102C71.5424 22.9205 71.335 22.6918 71.0652 22.5241C70.7981 22.3565 70.4828 22.2727 70.1191 22.2727C69.7186 22.2727 69.372 22.3722 69.0794 22.571C68.7896 22.767 68.5666 23.0227 68.4103 23.3381C68.2541 23.6534 68.176 23.9915 68.176 24.3523V24.9318C68.176 25.4261 68.2612 25.8452 68.4316 26.1889C68.6049 26.5298 68.845 26.7898 69.1518 26.9688C69.4586 27.1449 69.8152 27.233 70.2214 27.233C70.4856 27.233 70.7243 27.196 70.9373 27.1222C71.1532 27.0455 71.3393 26.9318 71.4956 26.7812C71.6518 26.6278 71.7725 26.4375 71.8578 26.2102L72.8294 26.483C72.7271 26.8125 72.5552 27.1023 72.3137 27.3523C72.0723 27.5994 71.774 27.7926 71.4189 27.9318C71.0637 28.0682 70.6646 28.1364 70.2214 28.1364ZM75.4672 19.2727V28H74.4615V19.2727H75.4672ZM79.7807 28.1364C79.2353 28.1364 78.7537 27.9986 78.3361 27.723C77.9185 27.4446 77.5918 27.0526 77.356 26.5469C77.1202 26.0384 77.0023 25.4375 77.0023 24.7443C77.0023 24.0568 77.1202 23.4602 77.356 22.9545C77.5918 22.4489 77.9199 22.0582 78.3404 21.7827C78.7608 21.5071 79.2466 21.3693 79.7978 21.3693C80.2239 21.3693 80.5605 21.4403 80.8077 21.5824C81.0577 21.7216 81.248 21.8807 81.3787 22.0597C81.5123 22.2358 81.6159 22.3807 81.6898 22.4943H81.775V19.2727H82.7807V28H81.8091V26.9943H81.6898C81.6159 27.1136 81.5108 27.2642 81.3745 27.446C81.2381 27.625 81.0435 27.7855 80.7907 27.9276C80.5378 28.0668 80.2012 28.1364 79.7807 28.1364ZM79.9171 27.233C80.3205 27.233 80.6614 27.1278 80.9398 26.9176C81.2182 26.7045 81.4299 26.4105 81.5748 26.0355C81.7196 25.6577 81.7921 25.2216 81.7921 24.7273C81.7921 24.2386 81.7211 23.8111 81.579 23.4446C81.437 23.0753 81.2267 22.7884 80.9483 22.5838C80.6699 22.3764 80.3262 22.2727 79.9171 22.2727C79.4909 22.2727 79.1358 22.3821 78.8517 22.6009C78.5705 22.8168 78.3588 23.1108 78.2168 23.483C78.0776 23.8523 78.008 24.267 78.008 24.7273C78.008 25.1932 78.079 25.6165 78.2211 25.9972C78.3659 26.375 78.579 26.6761 78.8603 26.9006C79.1444 27.1222 79.4966 27.233 79.9171 27.233Z" fill="#AAAAAA"/>
4
4
  <rect x="0.5" y="6.5" width="95" height="35" rx="2.5" stroke="#424242"/>
5
5
  </svg>
6
- `},components:[{tag:"ProductProperties",advanced:{"spacing-setting":{desktop:{margin:{bottom:"var(--g-s-l)"}}}}}]}];export{ProductPropertiesPreset};
6
+ `},components:[{tag:"ProductProperties",advanced:{"spacing-setting":{desktop:{margin:{bottom:"var(--g-s-l)"}}}}}]}];export{C as ProductPropertiesPreset};
@@ -1 +1 @@
1
- let ProductPropertiesSettingsV2=[{id:"setting",controls:[{id:"name",label:"Name (Unique)",type:"input",default:"",info:"Field name must be unique",placeholder:"E.g. Customer name",compoDefaultValue:"Customer Request"},{id:"valueHidden",label:"Content",type:"input",default:"",placeholder:"E.g. Potential Lead",compoDefaultValue:"Potential Lead"},{id:"type",label:"layout",type:"layout-selector",iconViewBox:"0 0 72 72",enableItemBackground:!0,itemPerRow:2,itemSpacing:"large",popoverLabel:"Type",options:[{label:"Text field",value:"text",type:"p-image-layout",iconName:"gp-input-text"},{label:"Text area",value:"textarea",type:"p-image-layout",iconName:"gp-input-text-area"},{label:"Email field",value:"email",type:"p-image-layout",iconName:"gp-input-email"},{label:"Checkbox",value:"checkbox",type:"p-image-layout",iconName:"gp-input-checkbox"},{label:"Radio button",value:"radio",type:"p-image-layout",iconName:"gp-input-radio-button"},{label:"Dropdown",value:"dropdown",type:"p-image-layout",iconName:"gp-input-dropdown"},{label:"Hidden field",value:"hidden",type:"p-image-layout",iconName:"gp-input-hidden-field"}],default:"text"},{id:"label",label:"Label",type:"input",default:"Label",placeholder:"E.g. Input your name below"},{id:"placeholder",label:"Placeholder",type:"input",default:"Enter your text"},{id:"required",label:"Required Field",type:"toggle",default:!1},{id:"numberOnly",label:"Number Only",type:"toggle",default:!1},{id:"minChar",label:"Min Character (s)",type:"input:slider",maxRelated:"maxChar",min:0,max:500,default:0,useOnlyUnitInit:!0,hideUnit:!0},{id:"maxChar",label:"Max Character (s)",type:"input:slider",minRelated:"minChar",min:0,max:1e4,default:50,useOnlyUnitInit:!0,hideUnit:!0},{id:"minNumber",label:"Min Number Value",type:"input:slider",maxRelated:"maxNumber",min:0,max:500,default:0,useOnlyUnitInit:!0,hideUnit:!0},{id:"maxNumber",label:"Max Number Value",type:"input:slider",minRelated:"minNumber",min:0,max:1e4,default:50,useOnlyUnitInit:!0,hideUnit:!0},{id:"childItem",type:"child-item",label:"",isEnableCountItem:!0,default:["Option 1","Option 2","Option 3"],childTemplate:{default:""}},{id:"invalidNumberMessage",label:"",type:"textarea",default:"Please enter numbers only"},{id:"invalidEmailMessage",label:"",type:"textarea",default:"Please enter a valid email"},{id:"requiredMessage",label:"",type:"textarea",default:"Please enter or select a value"},{id:"invalidLengthMessage",label:"",type:"textarea",default:"Please enter a value with a valid length"}]},{id:"style",controls:[{id:"isDisplayLabel",label:"Label",type:"toggle",default:!1},{id:"labelTypo",type:"typography-v2",label:"Typography",default:{type:"paragraph-1",attrs:{color:"text-1"}},hiddenSetting:{textAlign:!0,textShadow:!0},ignoreReRender:!0},{id:"labelBgColor",type:"colorpicker",label:"Background Color"},{id:"valueTypo",type:"typography-v2",label:"Typography",default:{type:"paragraph-1",attrs:{color:"text-1"}},hiddenSetting:{color:!1,textAlign:!0,textShadow:!0},ignoreReRender:!0},{id:"fullWidth",type:"toggle",label:"Full Width",devices:{desktop:{default:!1}}},{id:"width",type:"input:unit",label:"Width",units:["px","%"],min:0,placeholder:"Auto",devices:{desktop:{default:"100%"}},hide:!0},{id:"height",type:"input:unit",label:"Height",emptyOnClear:!0,units:["px","%"],min:0,placeholder:"Auto",devices:{desktop:{default:"Auto"}}},{id:"spacing",type:"input:slider",min:0,max:40,units:["px"],default:"0px",ignoreMax:!0},{id:"textAlign",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"}],devices:{desktop:{default:"left"}}},{id:"valueTextColor",type:"color-picker-v2",label:"Text Color",default:{normal:"text-1"},compoDefaultValue:{normal:"text-1"},state:{normal:!0,hover:!0,focus:!0,active:!0}},{id:"borderInput",type:"border-v2",default:{normal:{border:"solid",borderWidth:"1px",width:"1px",color:"line-2"}},compoDefaultValue:{normal:{border:"solid",color:"line-2",width:"1px",borderWidth:"1px"},hover:{border:"solid",color:"line-3",width:"1px",borderWidth:"1px"}}},{id:"valueBgColor",type:"color-picker-v2",label:"Background Color",devices:{desktop:{default:{normal:"#FFFFFF"}}},compoDefaultValue:{desktop:{default:{normal:"#FFFFFF",hover:"#DDDDDD",focus:"bg-2"}}},enableGradient:!0},{id:"hasShadowInput",type:"toggle",label:"Shadow Enable",default:{normal:!1},state:{normal:!0,hover:!0,focus:!0}},{id:"shadowInput",type:"shadow-v2",default:{normal:{enable:!1}},compoDefaultValue:{normal:{type:"shadow-1",distance:"4px",blur:"4px",spread:"0px",color:"rgba(18, 18, 18, 0.2)",angle:45,enable:!0}}},{id:"borderRadius",type:"corner-v2",default:{normal:{btrr:"0px",bblr:"0px",bbrr:"0px",btlr:"0px",radiusType:"none"}},compoDefaultValue:{normal:{btrr:"8px",bblr:"8px",bbrr:"8px",btlr:"8px",radiusType:"rounded"},hover:{btrr:"8px",bblr:"8px",bbrr:"8px",btlr:"8px",radiusType:"rounded"}}}]}];export{ProductPropertiesSettingsV2};
1
+ let e=[{id:"setting",controls:[{id:"name",label:"Name (Unique)",type:"input",default:"",info:"Field name must be unique",placeholder:"E.g. Customer name",compoDefaultValue:"Customer Request"},{id:"valueHidden",label:"Content",type:"input",default:"",placeholder:"E.g. Potential Lead",compoDefaultValue:"Potential Lead"},{id:"type",label:"layout",type:"layout-selector",iconViewBox:"0 0 72 72",enableItemBackground:!0,itemPerRow:2,itemSpacing:"large",popoverLabel:"Type",options:[{label:"Text field",value:"text",type:"p-image-layout",iconName:"gp-input-text"},{label:"Text area",value:"textarea",type:"p-image-layout",iconName:"gp-input-text-area"},{label:"Email field",value:"email",type:"p-image-layout",iconName:"gp-input-email"},{label:"Checkbox",value:"checkbox",type:"p-image-layout",iconName:"gp-input-checkbox"},{label:"Radio button",value:"radio",type:"p-image-layout",iconName:"gp-input-radio-button"},{label:"Dropdown",value:"dropdown",type:"p-image-layout",iconName:"gp-input-dropdown"},{label:"Hidden field",value:"hidden",type:"p-image-layout",iconName:"gp-input-hidden-field"}],default:"text"},{id:"label",label:"Label",type:"input",default:"Label",placeholder:"E.g. Input your name below"},{id:"placeholder",label:"Placeholder",type:"input",default:"Enter your text"},{id:"required",label:"Required Field",type:"toggle",default:!1},{id:"numberOnly",label:"Number Only",type:"toggle",default:!1},{id:"minChar",label:"Min Character (s)",type:"input:slider",maxRelated:"maxChar",min:0,max:500,default:0,useOnlyUnitInit:!0,hideUnit:!0},{id:"maxChar",label:"Max Character (s)",type:"input:slider",minRelated:"minChar",min:0,max:1e4,default:50,useOnlyUnitInit:!0,hideUnit:!0},{id:"minNumber",label:"Min Number Value",type:"input:slider",maxRelated:"maxNumber",min:0,max:500,default:0,useOnlyUnitInit:!0,hideUnit:!0},{id:"maxNumber",label:"Max Number Value",type:"input:slider",minRelated:"minNumber",min:0,max:1e4,default:50,useOnlyUnitInit:!0,hideUnit:!0},{id:"childItem",type:"child-item",label:"",isEnableCountItem:!0,default:["Option 1","Option 2","Option 3"],childTemplate:{default:""}},{id:"invalidNumberMessage",label:"",type:"textarea",default:"Please enter numbers only"},{id:"invalidEmailMessage",label:"",type:"textarea",default:"Please enter a valid email"},{id:"requiredMessage",label:"",type:"textarea",default:"Please enter or select a value"},{id:"invalidLengthMessage",label:"",type:"textarea",default:"Please enter a value with a valid length"}]},{id:"style",controls:[{id:"isDisplayLabel",label:"Label",type:"toggle",default:!1},{id:"labelTypo",type:"typography-v2",label:"Typography",default:{type:"paragraph-1",attrs:{color:"text-1"}},hiddenSetting:{textAlign:!0,textShadow:!0},ignoreReRender:!0},{id:"labelBgColor",type:"colorpicker",label:"Background Color"},{id:"valueTypo",type:"typography-v2",label:"Typography",default:{type:"paragraph-1",attrs:{color:"text-1"}},hiddenSetting:{color:!1,textAlign:!0,textShadow:!0},ignoreReRender:!0},{id:"fullWidth",type:"toggle",label:"Full Width",devices:{desktop:{default:!1}}},{id:"width",type:"input:unit",label:"Width",units:["px","%"],min:0,placeholder:"Auto",devices:{desktop:{default:"100%"}},hide:!0},{id:"height",type:"input:unit",label:"Height",emptyOnClear:!0,units:["px","%"],min:0,placeholder:"Auto",devices:{desktop:{default:"Auto"}}},{id:"spacing",type:"input:slider",min:0,max:40,units:["px"],default:"0px",ignoreMax:!0},{id:"textAlign",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"}],devices:{desktop:{default:"left"}}},{id:"valueTextColor",type:"color-picker-v2",label:"Text Color",default:{normal:"text-1"},compoDefaultValue:{normal:"text-1"},state:{normal:!0,hover:!0,focus:!0,active:!0}},{id:"borderInput",type:"border-v2",default:{normal:{border:"solid",borderWidth:"1px",width:"1px",color:"line-2"}},compoDefaultValue:{normal:{border:"solid",color:"line-2",width:"1px",borderWidth:"1px"},hover:{border:"solid",color:"line-3",width:"1px",borderWidth:"1px"}}},{id:"valueBgColor",type:"color-picker-v2",label:"Background Color",devices:{desktop:{default:{normal:"#FFFFFF"}}},compoDefaultValue:{desktop:{default:{normal:"#FFFFFF",hover:"#DDDDDD",focus:"bg-2"}}},enableGradient:!0},{id:"hasShadowInput",type:"toggle",label:"Shadow Enable",default:{normal:!1},state:{normal:!0,hover:!0,focus:!0}},{id:"shadowInput",type:"shadow-v2",default:{normal:{enable:!1}},compoDefaultValue:{normal:{type:"shadow-1",distance:"4px",blur:"4px",spread:"0px",color:"rgba(18, 18, 18, 0.2)",angle:45,enable:!0}}},{id:"borderRadius",type:"corner-v2",default:{normal:{btrr:"0px",bblr:"0px",bbrr:"0px",btlr:"0px",radiusType:"none"}},compoDefaultValue:{normal:{btrr:"8px",bblr:"8px",bbrr:"8px",btlr:"8px",radiusType:"rounded"},hover:{btrr:"8px",bblr:"8px",bbrr:"8px",btlr:"8px",radiusType:"rounded"}}}]}];export{e as ProductPropertiesSettingsV2};
@@ -1 +1 @@
1
- let ProductProperties={label:{id:"label"},placeholder:{id:"placeholder"},childItem:{id:"childItem"},requiredMessage:{id:"requiredMessage"},invalidEmailMessage:{id:"invalidEmailMessage"},invalidNumberMessage:{id:"invalidNumberMessage"},invalidLengthMessage:{id:"invalidLengthMessage"}};export{ProductProperties};
1
+ let e={label:{id:"label"},placeholder:{id:"placeholder"},childItem:{id:"childItem"},requiredMessage:{id:"requiredMessage"},invalidEmailMessage:{id:"invalidEmailMessage"},invalidNumberMessage:{id:"invalidNumberMessage"},invalidLengthMessage:{id:"invalidLengthMessage"}};export{e as ProductProperties};
@@ -1 +1 @@
1
- let SettingUIV2=[{label:"Type",controls:[{setting:{id:"type"},layout:"vertical",controlChangeTrigger:{settings:[{action:{controlId:"required",newValue:!1,groupType:"setting",controlType:"style"},condition:"type === 'hidden'",source:["required","type"]}],options:{noRecordHistory:!0}}}]},{label:"Option management",conditionDisplay:'["dropdown", "radio", "checkbox"].includes(type)',controls:[{label:"Options",setting:{id:"childItem"}}]},{label:"Size",conditionDisplay:'type !== "hidden"',controls:[{id:"Width",label:"Width",controlConfig:{id:"width",type:"dropdown:input",label:"Width",inputType:"number",units:["px","%"],hideUnit:!1,linkWithSetting:{name:"width"},displayOptions:[{label:"Fit content",value:"Auto",showValue:!0},{label:"Full",value:"100%",showValue:!0}]},layout:"horizontal"},{id:"Height",label:"Height",controlConfig:{id:"height",type:"dropdown:input",label:"height",inputType:"number",units:["px","%"],hideUnit:!1,linkWithSetting:{name:"height"},displayOptions:[{label:"Fit content",value:"Auto",showValue:!0}]},layout:"horizontal"},{label:"Icon & text gap",conditionDisplay:'["radio", "checkbox"].includes(type)',setting:{id:"spacing"}}]},{label:"Background",conditionDisplay:'type !== "hidden"',controls:[{label:"Color",setting:{id:"valueBgColor",state:"normal"}}]},{label:"Shape",conditionDisplay:'["text", "textarea", "email", "dropdown"].includes(type)',controls:[{label:"Border",setting:{id:"borderInput",state:"normal"}},{label:"Corner",setting:{id:"borderRadius",state:"normal"}},{label:"Shadow",setting:{id:"shadowInput",state:"normal"},options:{updateFields:[{field:"normal.enable",settingId:"hasShadowInput",state:"normal"}]},controlChangeTrigger:{settings:[{condition:"shadowInput.normal.enable === true",source:["shadowInput","hasShadowInput"],action:{controlId:"hasShadowInput",groupType:"style",controlType:"style",state:"normal",newValue:!0}},{condition:"shadowInput.normal.enable === false",source:["shadowInput","hasShadowInput"],action:{controlId:"hasShadowInput",groupType:"style",controlType:"style",state:"normal",newValue:!1}}],options:{noRecordHistory:!0}}}]},{label:"Checkbox item",conditionDisplay:'type === "checkbox"',controls:[{setting:{id:"valueTypo"},layout:"vertical",controlChangeTrigger:{settings:[{action:{controlId:"textAlign",valueFromField:"attrs.textAlign",groupType:"style",controlType:"style"}},{action:{controlId:"valueTextColor",valueFromField:"attrs.color",groupType:"style",controlType:"style",state:"normal"}}],options:{noRecordHistory:!0}}}]},{label:"Radio item",conditionDisplay:'type === "radio"',controls:[{setting:{id:"valueTypo"},layout:"vertical",controlChangeTrigger:{settings:[{action:{controlId:"textAlign",valueFromField:"attrs.textAlign",groupType:"style",controlType:"style"}},{action:{controlId:"valueTextColor",valueFromField:"attrs.color",groupType:"style",controlType:"style",state:"normal"}}],options:{noRecordHistory:!0}}}]},{label:"Input text style",conditionDisplay:'["text", "textarea", "email"].includes(type)',controls:[{type:"combo",label:"Placeholder",popoverLabel:"Placeholder",iconName:"polaris-text-block",getValueFromSettingID:"placeholder",isHideClear:!0,controls:[{label:"Content",setting:{id:"placeholder"},layout:"vertical"}]},{setting:{id:"valueTypo"},options:{hideLabel:!0,fullWidth:!0,updateFields:[{field:"attrs.textAlign",settingId:"textAlign"}]},layout:"vertical",controlChangeTrigger:{settings:[{action:{controlId:"textAlign",valueFromField:"attrs.textAlign",groupType:"style",controlType:"style"}},{action:{controlId:"valueTextColor",valueFromField:"attrs.color",groupType:"style",controlType:"style",state:"normal"}}],options:{noRecordHistory:!0}}}]},{label:"Text style",conditionDisplay:'type === "dropdown"',controls:[{setting:{id:"valueTypo"},options:{hideLabel:!0,fullWidth:!0,updateFields:[{field:"attrs.textAlign",settingId:"textAlign"}]},layout:"vertical",controlChangeTrigger:{settings:[{action:{controlId:"textAlign",valueFromField:"attrs.textAlign",groupType:"style",controlType:"style"}},{action:{controlId:"valueTextColor",valueFromField:"attrs.color",groupType:"style",controlType:"style",state:"normal"}}],options:{noRecordHistory:!0}}}]},{conditionDisplay:'type !== "hidden"',controls:[{label:"Label",setting:{id:"isDisplayLabel"},options:{labelVariant:"primary",toggleStyle:"switch"}},{conditionDisplay:"isDisplayLabel !== false",type:"combo",iconName:"polaris-text-block",getValueFromSettingID:"label",isHideClear:!0,label:"Content",controls:[{label:"Content",setting:{id:"label"},layout:"vertical"}]},{conditionDisplay:"isDisplayLabel !== false",setting:{id:"labelTypo"},options:{hideLabel:!0,fullWidth:!0,updateFields:[{field:"attrs.textAlign",settingId:"textAlign"}]},layout:"vertical",controlChangeTrigger:{settings:[{action:{controlId:"textAlign",valueFromField:"attrs.textAlign",groupType:"style",controlType:"style"}}],options:{noRecordHistory:!0}}}]},{label:"Hover effect",conditionDisplay:'["text", "textarea", "email", "dropdown"].includes(type)',controls:[{label:"Background",setting:{id:"valueBgColor",state:"hover"}},{label:"Text color",setting:{id:"valueTextColor",state:"hover"}},{label:"Border",setting:{id:"borderInput",state:"hover"}},{label:"Corner",setting:{id:"borderRadius",state:"hover"}},{label:"Shadow",setting:{id:"shadowInput",state:"hover"},options:{updateFields:[{field:"hover.enable",settingId:"hasShadowInput",state:"hover"}]},controlChangeTrigger:{settings:[{condition:"shadowInput.hover.enable === true",source:["shadowInput","hasShadowInput"],action:{controlId:"hasShadowInput",groupType:"style",controlType:"style",state:"hover",newValue:!0}},{condition:"shadowInput.hover.enable === false",source:["shadowInput","hasShadowInput"],action:{controlId:"hasShadowInput",groupType:"style",controlType:"style",state:"hover",newValue:!1}}],options:{noRecordHistory:!0}}}]},{label:"Hover effect",conditionDisplay:'["radio", "checkbox"].includes(type)',controls:[{label:"Background",setting:{id:"valueBgColor",state:"hover"}},{label:"Text color",setting:{id:"valueTextColor",state:"hover"}}]},{label:"Focus effect",conditionDisplay:'["text", "textarea", "email", "dropdown"].includes(type)',controls:[{label:"Background",setting:{id:"valueBgColor",state:"focus"}},{label:"Text color",setting:{id:"valueTextColor",state:"focus"}},{label:"Border",setting:{id:"borderInput",state:"focus"}},{label:"Corner",setting:{id:"borderRadius",state:"focus"}},{label:"Shadow",setting:{id:"shadowInput",state:"focus"},options:{updateFields:[{field:"focus.enable",settingId:"hasShadowInput",state:"focus"}]},controlChangeTrigger:{settings:[{condition:"shadowInput.focus.enable === true",source:["shadowInput","hasShadowInput"],action:{controlId:"hasShadowInput",groupType:"style",controlType:"style",state:"focus",newValue:!0}},{condition:"shadowInput.focus.enable === false",source:["shadowInput","hasShadowInput"],action:{controlId:"hasShadowInput",groupType:"style",controlType:"style",state:"focus",newValue:!1}}],options:{noRecordHistory:!0}}}]},{label:"Active effect",conditionDisplay:'["checkbox", "radio"].includes(type)',controls:[{label:"Text color",setting:{id:"valueTextColor",state:"active"}}]},{label:"Configuration",controls:[{label:"Field name",type:"combo",isHideClear:!0,getValueFromSettingID:"name",iconName:"polaris-text-block",compoDefaultValue:"Customer Request",controls:[{label:"Content",setting:{id:"name"},layout:"vertical"}]},{label:"Required",conditionDisplay:'type !== "hidden"',setting:{id:"required"}},{label:"Number only",conditionDisplay:'["text", "textarea"].includes(type)',setting:{id:"numberOnly"}},{label:"Min character",conditionDisplay:'numberOnly === false && ["text", "textarea"].includes(type)',setting:{id:"minChar"}},{label:"Max character",conditionDisplay:'numberOnly === false && ["text", "textarea"].includes(type)',setting:{id:"maxChar"}},{label:"Min number",conditionDisplay:'numberOnly === true && ["text", "textarea"].includes(type)',setting:{id:"minNumber"}},{label:"Max number",conditionDisplay:'numberOnly === true && ["text", "textarea"].includes(type)',setting:{id:"maxNumber"}},{label:"Predefine value",type:"combo",isHideClear:!0,conditionDisplay:'type === "hidden"',iconName:"polaris-text-block",getValueFromSettingID:"valueHidden",compoDefaultValue:"Potential Lead",controls:[{setting:{id:"valueHidden"},layout:"vertical"}]}]},{label:"Error message",conditionDisplay:'["text", "textarea", "email"].includes(type) || (["checkbox", "radio", "dropdown"].includes(type) && required)',controls:[{type:"combo",conditionDisplay:'["text", "textarea"].includes(type)',label:"Invalid length",iconName:"polaris-text-block",getValueFromSettingID:"invalidLengthMessage",isHideClear:!0,controls:[{label:"Content",setting:{id:"invalidLengthMessage"},layout:"vertical"}]},{type:"combo",conditionDisplay:'["text", "textarea"].includes(type) && numberOnly === true',label:"Invalid number",iconName:"polaris-text-block",getValueFromSettingID:"invalidNumberMessage",isHideClear:!0,controls:[{label:"Content",setting:{id:"invalidNumberMessage"},layout:"vertical"}]},{type:"combo",conditionDisplay:'type === "email"',label:"Invalid email",iconName:"polaris-text-block",getValueFromSettingID:"invalidEmailMessage",isHideClear:!0,controls:[{label:"Content",setting:{id:"invalidEmailMessage"},layout:"vertical"}]},{type:"combo",conditionDisplay:'type !== "hidden" && required === true',label:"Missing required",iconName:"polaris-text-block",getValueFromSettingID:"requiredMessage",isHideClear:!0,controls:[{label:"Content",setting:{id:"requiredMessage"},layout:"vertical"}]}]},{controls:[{label:"Align",conditionEnable:"activeScreenId === 'desktop' ? !(parseInt(width) >= 100 && width?.includes(\"%\")) : (!(parseInt(width) >= 100 && width?.includes(\"%\")) && width !== 'default')",setting:{id:"textAlign"},options:{labelVariant:"primary",fullWidth:!0,disableMessage:"Horizontal alignment is disabled when the width is set to 100% or greater"}}]}];export{SettingUIV2};
1
+ let e=[{label:"Type",controls:[{setting:{id:"type"},layout:"vertical",controlChangeTrigger:{settings:[{action:{controlId:"required",newValue:!1,groupType:"setting",controlType:"style"},condition:"type === 'hidden'",source:["required","type"]}],options:{noRecordHistory:!0}}}]},{label:"Option management",conditionDisplay:'["dropdown", "radio", "checkbox"].includes(type)',controls:[{label:"Options",setting:{id:"childItem"}}]},{label:"Size",conditionDisplay:'type !== "hidden"',controls:[{id:"Width",label:"Width",controlConfig:{id:"width",type:"dropdown:input",label:"Width",inputType:"number",units:["px","%"],hideUnit:!1,linkWithSetting:{name:"width"},displayOptions:[{label:"Fit content",value:"Auto",showValue:!0},{label:"Full",value:"100%",showValue:!0}]},layout:"horizontal"},{id:"Height",label:"Height",controlConfig:{id:"height",type:"dropdown:input",label:"height",inputType:"number",units:["px","%"],hideUnit:!1,linkWithSetting:{name:"height"},displayOptions:[{label:"Fit content",value:"Auto",showValue:!0}]},layout:"horizontal"},{label:"Icon & text gap",conditionDisplay:'["radio", "checkbox"].includes(type)',setting:{id:"spacing"}}]},{label:"Background",conditionDisplay:'type !== "hidden"',controls:[{label:"Color",setting:{id:"valueBgColor",state:"normal"}}]},{label:"Shape",conditionDisplay:'["text", "textarea", "email", "dropdown"].includes(type)',controls:[{label:"Border",setting:{id:"borderInput",state:"normal"}},{label:"Corner",setting:{id:"borderRadius",state:"normal"}},{label:"Shadow",setting:{id:"shadowInput",state:"normal"},options:{updateFields:[{field:"normal.enable",settingId:"hasShadowInput",state:"normal"}]},controlChangeTrigger:{settings:[{condition:"shadowInput.normal.enable === true",source:["shadowInput","hasShadowInput"],action:{controlId:"hasShadowInput",groupType:"style",controlType:"style",state:"normal",newValue:!0}},{condition:"shadowInput.normal.enable === false",source:["shadowInput","hasShadowInput"],action:{controlId:"hasShadowInput",groupType:"style",controlType:"style",state:"normal",newValue:!1}}],options:{noRecordHistory:!0}}}]},{label:"Checkbox item",conditionDisplay:'type === "checkbox"',controls:[{setting:{id:"valueTypo"},layout:"vertical",controlChangeTrigger:{settings:[{action:{controlId:"textAlign",valueFromField:"attrs.textAlign",groupType:"style",controlType:"style"}},{action:{controlId:"valueTextColor",valueFromField:"attrs.color",groupType:"style",controlType:"style",state:"normal"}}],options:{noRecordHistory:!0}}}]},{label:"Radio item",conditionDisplay:'type === "radio"',controls:[{setting:{id:"valueTypo"},layout:"vertical",controlChangeTrigger:{settings:[{action:{controlId:"textAlign",valueFromField:"attrs.textAlign",groupType:"style",controlType:"style"}},{action:{controlId:"valueTextColor",valueFromField:"attrs.color",groupType:"style",controlType:"style",state:"normal"}}],options:{noRecordHistory:!0}}}]},{label:"Input text style",conditionDisplay:'["text", "textarea", "email"].includes(type)',controls:[{type:"combo",label:"Placeholder",popoverLabel:"Placeholder",iconName:"polaris-text-block",getValueFromSettingID:"placeholder",isHideClear:!0,controls:[{label:"Content",setting:{id:"placeholder"},layout:"vertical"}]},{setting:{id:"valueTypo"},options:{hideLabel:!0,fullWidth:!0,updateFields:[{field:"attrs.textAlign",settingId:"textAlign"}]},layout:"vertical",controlChangeTrigger:{settings:[{action:{controlId:"textAlign",valueFromField:"attrs.textAlign",groupType:"style",controlType:"style"}},{action:{controlId:"valueTextColor",valueFromField:"attrs.color",groupType:"style",controlType:"style",state:"normal"}}],options:{noRecordHistory:!0}}}]},{label:"Text style",conditionDisplay:'type === "dropdown"',controls:[{setting:{id:"valueTypo"},options:{hideLabel:!0,fullWidth:!0,updateFields:[{field:"attrs.textAlign",settingId:"textAlign"}]},layout:"vertical",controlChangeTrigger:{settings:[{action:{controlId:"textAlign",valueFromField:"attrs.textAlign",groupType:"style",controlType:"style"}},{action:{controlId:"valueTextColor",valueFromField:"attrs.color",groupType:"style",controlType:"style",state:"normal"}}],options:{noRecordHistory:!0}}}]},{conditionDisplay:'type !== "hidden"',controls:[{label:"Label",setting:{id:"isDisplayLabel"},options:{labelVariant:"primary",toggleStyle:"switch"}},{conditionDisplay:"isDisplayLabel !== false",type:"combo",iconName:"polaris-text-block",getValueFromSettingID:"label",isHideClear:!0,label:"Content",controls:[{label:"Content",setting:{id:"label"},layout:"vertical"}]},{conditionDisplay:"isDisplayLabel !== false",setting:{id:"labelTypo"},options:{hideLabel:!0,fullWidth:!0,updateFields:[{field:"attrs.textAlign",settingId:"textAlign"}]},layout:"vertical",controlChangeTrigger:{settings:[{action:{controlId:"textAlign",valueFromField:"attrs.textAlign",groupType:"style",controlType:"style"}}],options:{noRecordHistory:!0}}}]},{label:"Hover effect",conditionDisplay:'["text", "textarea", "email", "dropdown"].includes(type)',controls:[{label:"Background",setting:{id:"valueBgColor",state:"hover"}},{label:"Text color",setting:{id:"valueTextColor",state:"hover"}},{label:"Border",setting:{id:"borderInput",state:"hover"}},{label:"Corner",setting:{id:"borderRadius",state:"hover"}},{label:"Shadow",setting:{id:"shadowInput",state:"hover"},options:{updateFields:[{field:"hover.enable",settingId:"hasShadowInput",state:"hover"}]},controlChangeTrigger:{settings:[{condition:"shadowInput.hover.enable === true",source:["shadowInput","hasShadowInput"],action:{controlId:"hasShadowInput",groupType:"style",controlType:"style",state:"hover",newValue:!0}},{condition:"shadowInput.hover.enable === false",source:["shadowInput","hasShadowInput"],action:{controlId:"hasShadowInput",groupType:"style",controlType:"style",state:"hover",newValue:!1}}],options:{noRecordHistory:!0}}}]},{label:"Hover effect",conditionDisplay:'["radio", "checkbox"].includes(type)',controls:[{label:"Background",setting:{id:"valueBgColor",state:"hover"}},{label:"Text color",setting:{id:"valueTextColor",state:"hover"}}]},{label:"Focus effect",conditionDisplay:'["text", "textarea", "email", "dropdown"].includes(type)',controls:[{label:"Background",setting:{id:"valueBgColor",state:"focus"}},{label:"Text color",setting:{id:"valueTextColor",state:"focus"}},{label:"Border",setting:{id:"borderInput",state:"focus"}},{label:"Corner",setting:{id:"borderRadius",state:"focus"}},{label:"Shadow",setting:{id:"shadowInput",state:"focus"},options:{updateFields:[{field:"focus.enable",settingId:"hasShadowInput",state:"focus"}]},controlChangeTrigger:{settings:[{condition:"shadowInput.focus.enable === true",source:["shadowInput","hasShadowInput"],action:{controlId:"hasShadowInput",groupType:"style",controlType:"style",state:"focus",newValue:!0}},{condition:"shadowInput.focus.enable === false",source:["shadowInput","hasShadowInput"],action:{controlId:"hasShadowInput",groupType:"style",controlType:"style",state:"focus",newValue:!1}}],options:{noRecordHistory:!0}}}]},{label:"Active effect",conditionDisplay:'["checkbox", "radio"].includes(type)',controls:[{label:"Text color",setting:{id:"valueTextColor",state:"active"}}]},{label:"Configuration",controls:[{label:"Field name",type:"combo",isHideClear:!0,getValueFromSettingID:"name",iconName:"polaris-text-block",compoDefaultValue:"Customer Request",controls:[{label:"Content",setting:{id:"name"},layout:"vertical"}]},{label:"Required",conditionDisplay:'type !== "hidden"',setting:{id:"required"}},{label:"Number only",conditionDisplay:'["text", "textarea"].includes(type)',setting:{id:"numberOnly"}},{label:"Min character",conditionDisplay:'numberOnly === false && ["text", "textarea"].includes(type)',setting:{id:"minChar"}},{label:"Max character",conditionDisplay:'numberOnly === false && ["text", "textarea"].includes(type)',setting:{id:"maxChar"}},{label:"Min number",conditionDisplay:'numberOnly === true && ["text", "textarea"].includes(type)',setting:{id:"minNumber"}},{label:"Max number",conditionDisplay:'numberOnly === true && ["text", "textarea"].includes(type)',setting:{id:"maxNumber"}},{label:"Predefine value",type:"combo",isHideClear:!0,conditionDisplay:'type === "hidden"',iconName:"polaris-text-block",getValueFromSettingID:"valueHidden",compoDefaultValue:"Potential Lead",controls:[{setting:{id:"valueHidden"},layout:"vertical"}]}]},{label:"Error message",conditionDisplay:'["text", "textarea", "email"].includes(type) || (["checkbox", "radio", "dropdown"].includes(type) && required)',controls:[{type:"combo",conditionDisplay:'["text", "textarea"].includes(type)',label:"Invalid length",iconName:"polaris-text-block",getValueFromSettingID:"invalidLengthMessage",isHideClear:!0,controls:[{label:"Content",setting:{id:"invalidLengthMessage"},layout:"vertical"}]},{type:"combo",conditionDisplay:'["text", "textarea"].includes(type) && numberOnly === true',label:"Invalid number",iconName:"polaris-text-block",getValueFromSettingID:"invalidNumberMessage",isHideClear:!0,controls:[{label:"Content",setting:{id:"invalidNumberMessage"},layout:"vertical"}]},{type:"combo",conditionDisplay:'type === "email"',label:"Invalid email",iconName:"polaris-text-block",getValueFromSettingID:"invalidEmailMessage",isHideClear:!0,controls:[{label:"Content",setting:{id:"invalidEmailMessage"},layout:"vertical"}]},{type:"combo",conditionDisplay:'type !== "hidden" && required === true',label:"Missing required",iconName:"polaris-text-block",getValueFromSettingID:"requiredMessage",isHideClear:!0,controls:[{label:"Content",setting:{id:"requiredMessage"},layout:"vertical"}]}]},{controls:[{label:"Align",conditionEnable:"activeScreenId === 'desktop' ? !(parseInt(width) >= 100 && width?.includes(\"%\")) : (!(parseInt(width) >= 100 && width?.includes(\"%\")) && width !== 'default')",setting:{id:"textAlign"},options:{labelVariant:"primary",fullWidth:!0,disableMessage:"Horizontal alignment is disabled when the width is set to 100% or greater"}}]}];export{e as SettingUIV2};
@@ -1,4 +1,4 @@
1
- let ProductQuantityPresets=[{id:"product-quantity",name:"Product Quantity",icon:{desktop:`
1
+ let t=[{id:"product-quantity",name:"Product Quantity",icon:{desktop:`
2
2
  <svg width="96" height="36" viewBox="0 0 96 36" fill="none" xmlns="http://www.w3.org/2000/svg">
3
3
  <rect x="0.5" y="0.5" width="95" height="35" rx="2.5" stroke="#424242"/>
4
4
  <g clip-path="url(#clip0_23331_7683)">
@@ -17,4 +17,4 @@ let ProductQuantityPresets=[{id:"product-quantity",name:"Product Quantity",icon:
17
17
  </clipPath>
18
18
  </defs>
19
19
  </svg>
20
- `},components:[{tag:"Text",settings:{text:"Quantity"},styles:{typo:{type:"paragraph-1",attrs:{color:"text-1"}}}},{tag:"ProductQuantity",advanced:{"spacing-setting":{desktop:{margin:{bottom:"var(--g-s-l)"}}}}}],toolbarActiveConfig:{tag:"ProductQuantity",path:0}}];export{ProductQuantityPresets};
20
+ `},components:[{tag:"Text",settings:{text:"Quantity"},styles:{typo:{type:"paragraph-1",attrs:{color:"text-1"}}}},{tag:"ProductQuantity",advanced:{"spacing-setting":{desktop:{margin:{bottom:"var(--g-s-l)"}}}}}],toolbarActiveConfig:{tag:"ProductQuantity",path:0}}];export{t as ProductQuantityPresets};
@@ -1,3 +1,3 @@
1
- let ProductQuantitySettings=[{id:"setting",controls:[{id:"updatePrice",label:"Update price",type:"toggle",default:!0},{id:"hasButton",label:"Button",type:"toggle",default:!0},{id:"defaultQtyValue",label:"Text",type:"input:stepper",min:1,default:1},{id:"plusIcon",type:"icon",isHideClear:!0,customLabel:"Plus",info:"Choose from list or paste any SVG icon",default:`<svg height="20px" width="20px" data-name="plus-regular" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" data-id="508817698760687976">
1
+ let e=[{id:"setting",controls:[{id:"updatePrice",label:"Update price",type:"toggle",default:!0},{id:"hasButton",label:"Button",type:"toggle",default:!0},{id:"defaultQtyValue",label:"Text",type:"input:stepper",min:1,default:1},{id:"plusIcon",type:"icon",isHideClear:!0,customLabel:"Plus",info:"Choose from list or paste any SVG icon",default:`<svg height="20px" width="20px" data-name="plus-regular" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" data-id="508817698760687976">
2
2
  <path fill="currentColor" strokelinecap="round" strokelinejoin="round" d="M224,128a8,8,0,0,1-8,8H136v80a8,8,0,0,1-16,0V136H40a8,8,0,0,1,0-16h80V40a8,8,0,0,1,16,0v80h80A8,8,0,0,1,224,128Z"></path></svg>`},{id:"minusIcon",type:"icon",isHideClear:!0,customLabel:"Minus",info:"Choose from list or paste any SVG icon",default:`<svg height="20px" width="20px" data-name="minus-regular" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" data-id="508817690725712232">
3
- <path fill="currentColor" strokelinecap="round" strokelinejoin="round" d="M224,128a8,8,0,0,1-8,8H40a8,8,0,0,1,0-16H216A8,8,0,0,1,224,128Z"></path></svg>`},{id:"enableHoverInput",label:"Enable hover input",type:"toggle",default:!1},{id:"enableHoverButton",label:"Enable hover input",type:"toggle",default:!1}]},{id:"style",controls:[{id:"quantityLayout",label:"Style",type:"layout-selector",popoverLabel:"Style",iconViewBox:"0 0 80 48",enableItemBackground:!0,itemPerRow:2,itemSpacing:"large",options:[{label:"Square",value:"product-quantity-square",type:"p-quantity-layout",iconName:"gp-product-quantity-square"},{label:"Square with divider",value:"product-quantity-square-divider",type:"p-quantity-layout",iconName:"gp-product-quantity-square-divider"},{label:"Rounded",value:"product-quantity-rounded",type:"p-quantity-layout",iconName:"gp-product-quantity-rounded"},{label:"Rounded with divider",value:"product-quantity-rounded-divider",type:"p-quantity-layout",iconName:"gp-product-quantity-rounded-divider"},{label:"Square input only",value:"product-quantity-square-input-only",type:"p-quantity-layout",iconName:"gp-product-quantity-square-input-only"},{label:"Rounded input only",value:"product-quantity-rounded-input-only",type:"p-quantity-layout",iconName:"gp-product-quantity-rounded-input-only"}],default:"product-quantity-square"},{id:"dimensions",type:"group",label:"Dimensions",controls:[{id:"fullWidth",label:"Full Width",type:"toggle",devices:{desktop:{default:!1}}},{id:"quantityWidth",type:"dropdown:input",label:"Width",inputType:"number",units:["px","%"],hideUnit:!1,displayOptions:[{label:"Full",value:"100%",showValue:!0}],devices:{desktop:{default:"160px"}}},{id:"inputHeight",type:"dropdown:input",label:"Width",inputType:"number",units:["px","%"],hideUnit:!1,displayOptions:[{label:"Full",value:"100%",showValue:!0}],devices:{desktop:{default:"45px"}}},{id:"buttonWidth",type:"dropdown:input",label:"Button Width",inputType:"number",units:["px","%"],hideUnit:!1,displayOptions:[{label:"Full",value:"100%",showValue:!0}],devices:{desktop:{default:"45px"}}},{id:"iconSizeCustom",type:"input:stepper",includeUnit:"px",min:1,devices:{desktop:{default:"16px"}}}]},{id:"inputStyle",type:"group",label:"Input Style",controls:[{id:"typo",type:"typography-combo",default:{type:"paragraph-1",attrs:{color:"text-1"},custom:{fontSize:{desktop:"16px",tablet:"16px",mobile:"14px"},lineHeight:{desktop:"120%",tablet:"180%",mobile:"180%"},fontWeight:"400",fontFamily:{value:"Assistant",type:"google"},hasShadowText:!1,textShadow:{enable:!1}}},ignoreReRender:!0,hiddenSetting:{transform:!0,textAlign:!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"}],devices:{desktop:{default:"left"}}}]},{id:"button-behavior-state",type:"behavior-state",label:"Button Style",hide:!0,controls:[{id:"textColor",type:"color-picker-v2",label:"Text Color",default:{normal:"text-1"},compoDefaultValue:{hover:"text-1"},state:{hover:!0,normal:!0}},{id:"inputBackgroundColor",type:"color-picker-v2",label:"Background Color",state:{hover:!0,normal:!0},compoDefaultValue:{normal:"highlight",hover:"highlight"},enableGradient:!0},{id:"buttonBackgroundColor",type:"color-picker-v2",label:"Button Background Color",state:{hover:!0,normal:!0},enableGradient:!0,compoDefaultValue:{normal:"brand",hover:"highlight"}},{id:"iconColor",type:"color-picker-v2",label:"Icon Color",default:{normal:"#121212"},compoDefaultValue:{hover:"text-2"},state:{hover:!0,normal:!0}}]},{id:"borderBtn",label:"Border",type:"border-v2",default:{normal:{}},compoDefaultValue:{normal:{border:"solid",color:"#212121",width:"1px",borderWidth:"1px"},hover:{border:"solid",color:"#212121",width:"1px",borderWidth:"1px"}},state:{hover:!0,normal:!0}},{id:"corner",label:"Corner",type:"corner-v2",default:{normal:{btrr:"0px",bblr:"0px",bbrr:"0px",btlr:"0px",radiusType:"none"}}},{id:"backgroundColor",type:"color-picker-v2",label:"Background Color",devices:{desktop:{default:"#FFFFFF"}},enableGradient:!0},{id:"dividerColor",type:"color-picker-v2",label:"Divider Color",default:{normal:"line-3"},compoDefaultValue:{normal:"line-3"},state:{hover:!0,normal:!0}},{id:"dividerStroke",label:"Thickness",type:"input:stepper",min:1,default:{normal:1},state:{hover:!0,normal:!0}},{id:"inputBorder",label:"Input Border",type:"border-v2",default:{hover:{}},state:{hover:!0,normal:!0}},{id:"shapeBorder",type:"border-v2",devices:{desktop:{default:{border:"solid",color:"line-3",width:"1px",borderWidth:"1px"}}}},{id:"shapeRounded",type:"corner-v2",devices:{desktop:{default:{radiusType:"none"}}}},{id:"shapeShadow",type:"shadow-v2",devices:{desktop:{default:{}}},compoDefaultValue:{desktop:{default:{type:"shadow-1",distance:"4px",blur:"4px",spread:"0px",color:"rgba(18, 18, 18, 0.20)",angle:45,enable:!0}}}}]}];export{ProductQuantitySettings};
3
+ <path fill="currentColor" strokelinecap="round" strokelinejoin="round" d="M224,128a8,8,0,0,1-8,8H40a8,8,0,0,1,0-16H216A8,8,0,0,1,224,128Z"></path></svg>`},{id:"enableHoverInput",label:"Enable hover input",type:"toggle",default:!1},{id:"enableHoverButton",label:"Enable hover input",type:"toggle",default:!1}]},{id:"style",controls:[{id:"quantityLayout",label:"Style",type:"layout-selector",popoverLabel:"Style",iconViewBox:"0 0 80 48",enableItemBackground:!0,itemPerRow:2,itemSpacing:"large",options:[{label:"Square",value:"product-quantity-square",type:"p-quantity-layout",iconName:"gp-product-quantity-square"},{label:"Square with divider",value:"product-quantity-square-divider",type:"p-quantity-layout",iconName:"gp-product-quantity-square-divider"},{label:"Rounded",value:"product-quantity-rounded",type:"p-quantity-layout",iconName:"gp-product-quantity-rounded"},{label:"Rounded with divider",value:"product-quantity-rounded-divider",type:"p-quantity-layout",iconName:"gp-product-quantity-rounded-divider"},{label:"Square input only",value:"product-quantity-square-input-only",type:"p-quantity-layout",iconName:"gp-product-quantity-square-input-only"},{label:"Rounded input only",value:"product-quantity-rounded-input-only",type:"p-quantity-layout",iconName:"gp-product-quantity-rounded-input-only"}],default:"product-quantity-square"},{id:"dimensions",type:"group",label:"Dimensions",controls:[{id:"fullWidth",label:"Full Width",type:"toggle",devices:{desktop:{default:!1}}},{id:"quantityWidth",type:"dropdown:input",label:"Width",inputType:"number",units:["px","%"],hideUnit:!1,displayOptions:[{label:"Full",value:"100%",showValue:!0}],devices:{desktop:{default:"160px"}}},{id:"inputHeight",type:"dropdown:input",label:"Width",inputType:"number",units:["px","%"],hideUnit:!1,displayOptions:[{label:"Full",value:"100%",showValue:!0}],devices:{desktop:{default:"45px"}}},{id:"buttonWidth",type:"dropdown:input",label:"Button Width",inputType:"number",units:["px","%"],hideUnit:!1,displayOptions:[{label:"Full",value:"100%",showValue:!0}],devices:{desktop:{default:"45px"}}},{id:"iconSizeCustom",type:"input:stepper",includeUnit:"px",min:1,devices:{desktop:{default:"16px"}}}]},{id:"inputStyle",type:"group",label:"Input Style",controls:[{id:"typo",type:"typography-combo",default:{type:"paragraph-1",attrs:{color:"text-1"},custom:{fontSize:{desktop:"16px",tablet:"16px",mobile:"14px"},lineHeight:{desktop:"120%",tablet:"180%",mobile:"180%"},fontWeight:"400",fontFamily:{value:"Assistant",type:"google"},hasShadowText:!1,textShadow:{enable:!1}}},ignoreReRender:!0,hiddenSetting:{transform:!0,textAlign:!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"}],devices:{desktop:{default:"left"}}}]},{id:"button-behavior-state",type:"behavior-state",label:"Button Style",hide:!0,controls:[{id:"textColor",type:"color-picker-v2",label:"Text Color",default:{normal:"text-1"},compoDefaultValue:{hover:"text-1"},state:{hover:!0,normal:!0}},{id:"inputBackgroundColor",type:"color-picker-v2",label:"Background Color",state:{hover:!0,normal:!0},compoDefaultValue:{normal:"highlight",hover:"highlight"},enableGradient:!0},{id:"buttonBackgroundColor",type:"color-picker-v2",label:"Button Background Color",state:{hover:!0,normal:!0},enableGradient:!0,compoDefaultValue:{normal:"brand",hover:"highlight"}},{id:"iconColor",type:"color-picker-v2",label:"Icon Color",default:{normal:"#121212"},compoDefaultValue:{hover:"text-2"},state:{hover:!0,normal:!0}}]},{id:"borderBtn",label:"Border",type:"border-v2",default:{normal:{}},compoDefaultValue:{normal:{border:"solid",color:"#212121",width:"1px",borderWidth:"1px"},hover:{border:"solid",color:"#212121",width:"1px",borderWidth:"1px"}},state:{hover:!0,normal:!0}},{id:"corner",label:"Corner",type:"corner-v2",default:{normal:{btrr:"0px",bblr:"0px",bbrr:"0px",btlr:"0px",radiusType:"none"}}},{id:"backgroundColor",type:"color-picker-v2",label:"Background Color",devices:{desktop:{default:"#FFFFFF"}},enableGradient:!0},{id:"dividerColor",type:"color-picker-v2",label:"Divider Color",default:{normal:"line-3"},compoDefaultValue:{normal:"line-3"},state:{hover:!0,normal:!0}},{id:"dividerStroke",label:"Thickness",type:"input:stepper",min:1,default:{normal:1},state:{hover:!0,normal:!0}},{id:"inputBorder",label:"Input Border",type:"border-v2",default:{hover:{}},state:{hover:!0,normal:!0}},{id:"shapeBorder",type:"border-v2",devices:{desktop:{default:{border:"solid",color:"line-3",width:"1px",borderWidth:"1px"}}}},{id:"shapeRounded",type:"corner-v2",devices:{desktop:{default:{radiusType:"none"}}}},{id:"shapeShadow",type:"shadow-v2",devices:{desktop:{default:{}}},compoDefaultValue:{desktop:{default:{type:"shadow-1",distance:"4px",blur:"4px",spread:"0px",color:"rgba(18, 18, 18, 0.20)",angle:45,enable:!0}}}}]}];export{e as ProductQuantitySettings};
@@ -1 +1 @@
1
- let SettingUIV2=[{controls:[{label:"Button",setting:{id:"hasButton"},options:{labelVariant:"primary",toggleStyle:"switch"}},{label:"Width",setting:{id:"buttonWidth"},conditionDisplay:"hasButton === true"},{label:"Background",setting:{id:"buttonBackgroundColor",state:"normal"},conditionDisplay:"hasButton === true"},{label:"Plus icon",setting:{id:"plusIcon"},conditionDisplay:"hasButton === true"},{label:"Minus icon",setting:{id:"minusIcon"},conditionDisplay:"hasButton === true"},{label:"Icon color",setting:{id:"iconColor",state:"normal"},conditionDisplay:"hasButton === true"}],moreSettings:{type:"collapse",controls:[{label:"Icon size",setting:{id:"iconSizeCustom"},conditionDisplay:"hasButton === true"},{label:"Border",setting:{id:"borderBtn",state:"normal"},conditionDisplay:"hasButton === true"},{label:"Corner",setting:{id:"corner",state:"normal"},conditionDisplay:"hasButton === true"},{label:"Hover",type:"combo",iconName:"polaris-check-clicked",fixedValue:"Styled",setting:{id:"enableHoverButton"},popoverLabel:"Hover effect",state:"hover",conditionDisplay:"hasButton === true",controls:[{label:"Background",setting:{id:"buttonBackgroundColor",state:"hover"},compoDefaultValue:{default:"highlight"}},{label:"Icon color",setting:{id:"iconColor",state:"hover"}},{label:"Border",setting:{id:"borderBtn",state:"hover"}},{label:"Corner",setting:{id:"corner",state:"hover"}}]}]}},{label:"Input",controls:[{label:"Background",setting:{id:"inputBackgroundColor",state:"normal"}},{label:"Text style",setting:{id:"typo"},options:{updateFields:[{field:"attrs.color",settingId:"textColor",state:"normal"}]},controlChangeTrigger:{settings:[{action:{controlId:"textColor",valueFromField:"attrs.color",groupType:"style",controlType:"style",removeDevice:!0,state:"normal"}}],options:{noRecordHistory:!0}}},{label:"Divider",type:"combo",conditionDisplay:"hasButton === true",comboType:"color",getValueFromSettingID:"dividerColor.normal",compoDefaultValue:"line-3",controls:[{label:"Color",setting:{id:"dividerColor",state:"normal"}},{label:"Thickness",setting:{id:"dividerStroke",state:"normal"}}]},{label:"Border",setting:{id:"inputBorder",state:"normal"},conditionDisplay:"hasButton === false"},{label:"Hover",type:"combo",iconName:"polaris-check-clicked",fixedValue:"Styled",popoverLabel:"Hover effect",setting:{id:"enableHoverInput"},state:"hover",controls:[{label:"Background",setting:{id:"inputBackgroundColor",state:"hover"}},{label:"Text color",setting:{id:"textColor",state:"hover"}},{label:"Divider color",setting:{id:"dividerColor",state:"hover"},conditionDisplay:"hasButton === true"},{label:"Divider thickness",setting:{id:"dividerStroke",state:"hover"},conditionDisplay:"hasButton === true"},{label:"Border",setting:{id:"inputBorder",state:"hover"},conditionDisplay:"hasButton === false"}]}]},{label:"Size",controls:[{label:"Width",setting:{id:"quantityWidth"}},{label:"Height",setting:{id:"inputHeight"}}]},{label:"Background",controls:[{label:"Color",setting:{id:"backgroundColor"}}]},{label:"Shape",controls:[{label:"Border",setting:{id:"shapeBorder"}},{label:"Corner",setting:{id:"shapeRounded"}},{label:"Shadow",setting:{id:"shapeShadow"}}]},{label:"Display condition",controls:[{label:"Default quantity",setting:{id:"defaultQtyValue"}},{label:"Update price",setting:{id:"updatePrice"}}]},{controls:[{label:"Align",conditionEnable:'!(parseInt(quantityWidth) >= 100 && quantityWidth?.includes("%"))',setting:{id:"align"},options:{labelVariant:"primary",fullWidth:!0,disableMessage:"Align is not supported when width is 100%"}}]}];export{SettingUIV2};
1
+ let t=[{controls:[{label:"Button",setting:{id:"hasButton"},options:{labelVariant:"primary",toggleStyle:"switch"}},{label:"Width",setting:{id:"buttonWidth"},conditionDisplay:"hasButton === true"},{label:"Background",setting:{id:"buttonBackgroundColor",state:"normal"},conditionDisplay:"hasButton === true"},{label:"Plus icon",setting:{id:"plusIcon"},conditionDisplay:"hasButton === true"},{label:"Minus icon",setting:{id:"minusIcon"},conditionDisplay:"hasButton === true"},{label:"Icon color",setting:{id:"iconColor",state:"normal"},conditionDisplay:"hasButton === true"}],moreSettings:{type:"collapse",controls:[{label:"Icon size",setting:{id:"iconSizeCustom"},conditionDisplay:"hasButton === true"},{label:"Border",setting:{id:"borderBtn",state:"normal"},conditionDisplay:"hasButton === true"},{label:"Corner",setting:{id:"corner",state:"normal"},conditionDisplay:"hasButton === true"},{label:"Hover",type:"combo",iconName:"polaris-check-clicked",fixedValue:"Styled",setting:{id:"enableHoverButton"},popoverLabel:"Hover effect",state:"hover",conditionDisplay:"hasButton === true",controls:[{label:"Background",setting:{id:"buttonBackgroundColor",state:"hover"},compoDefaultValue:{default:"highlight"}},{label:"Icon color",setting:{id:"iconColor",state:"hover"}},{label:"Border",setting:{id:"borderBtn",state:"hover"}},{label:"Corner",setting:{id:"corner",state:"hover"}}]}]}},{label:"Input",controls:[{label:"Background",setting:{id:"inputBackgroundColor",state:"normal"}},{label:"Text style",setting:{id:"typo"},options:{updateFields:[{field:"attrs.color",settingId:"textColor",state:"normal"}]},controlChangeTrigger:{settings:[{action:{controlId:"textColor",valueFromField:"attrs.color",groupType:"style",controlType:"style",removeDevice:!0,state:"normal"}}],options:{noRecordHistory:!0}}},{label:"Divider",type:"combo",conditionDisplay:"hasButton === true",comboType:"color",getValueFromSettingID:"dividerColor.normal",compoDefaultValue:"line-3",controls:[{label:"Color",setting:{id:"dividerColor",state:"normal"}},{label:"Thickness",setting:{id:"dividerStroke",state:"normal"}}]},{label:"Border",setting:{id:"inputBorder",state:"normal"},conditionDisplay:"hasButton === false"},{label:"Hover",type:"combo",iconName:"polaris-check-clicked",fixedValue:"Styled",popoverLabel:"Hover effect",setting:{id:"enableHoverInput"},state:"hover",controls:[{label:"Background",setting:{id:"inputBackgroundColor",state:"hover"}},{label:"Text color",setting:{id:"textColor",state:"hover"}},{label:"Divider color",setting:{id:"dividerColor",state:"hover"},conditionDisplay:"hasButton === true"},{label:"Divider thickness",setting:{id:"dividerStroke",state:"hover"},conditionDisplay:"hasButton === true"},{label:"Border",setting:{id:"inputBorder",state:"hover"},conditionDisplay:"hasButton === false"}]}]},{label:"Size",controls:[{label:"Width",setting:{id:"quantityWidth"}},{label:"Height",setting:{id:"inputHeight"}}]},{label:"Background",controls:[{label:"Color",setting:{id:"backgroundColor"}}]},{label:"Shape",controls:[{label:"Border",setting:{id:"shapeBorder"}},{label:"Corner",setting:{id:"shapeRounded"}},{label:"Shadow",setting:{id:"shapeShadow"}}]},{label:"Display condition",controls:[{label:"Default quantity",setting:{id:"defaultQtyValue"}},{label:"Update price",setting:{id:"updatePrice"}}]},{controls:[{label:"Align",conditionEnable:'!(parseInt(quantityWidth) >= 100 && quantityWidth?.includes("%"))',setting:{id:"align"},options:{labelVariant:"primary",fullWidth:!0,disableMessage:"Align is not supported when width is 100%"}}]}];export{t as SettingUIV2};
@@ -1,4 +1,4 @@
1
- let ProductSkuPreset=[{id:"sku",name:"Product SKU",icon:{desktop:`<svg width="27" height="12" viewBox="0 0 27 12" fill="none" xmlns="http://www.w3.org/2000/svg">
1
+ let C=[{id:"sku",name:"Product SKU",icon:{desktop:`<svg width="27" height="12" viewBox="0 0 27 12" fill="none" xmlns="http://www.w3.org/2000/svg">
2
2
  <path d="M6.08239 3.36364C6.02273 2.85985 5.78078 2.46875 5.35653 2.19034C4.93229 1.91193 4.41193 1.77273 3.79545 1.77273C3.3447 1.77273 2.95028 1.84564 2.61222 1.99148C2.27746 2.13731 2.01563 2.33783 1.8267 2.59304C1.6411 2.84825 1.5483 3.13826 1.5483 3.46307C1.5483 3.73485 1.61293 3.96851 1.74219 4.16406C1.87476 4.3563 2.0438 4.51705 2.24929 4.64631C2.45478 4.77225 2.67022 4.87666 2.8956 4.95952C3.12098 5.03906 3.32812 5.10369 3.51705 5.15341L4.55114 5.43182C4.81629 5.50142 5.11127 5.59754 5.43608 5.72017C5.7642 5.8428 6.07741 6.01018 6.37571 6.2223C6.67732 6.43111 6.9259 6.69957 7.12145 7.0277C7.317 7.35582 7.41477 7.75852 7.41477 8.2358C7.41477 8.78598 7.2706 9.28314 6.98224 9.72727C6.69721 10.1714 6.27959 10.5244 5.7294 10.7862C5.18253 11.0481 4.51799 11.179 3.7358 11.179C3.00663 11.179 2.37524 11.0613 1.84162 10.826C1.31132 10.5907 0.893703 10.2625 0.588778 9.84162C0.287169 9.42069 0.116477 8.93182 0.0767046 8.375H1.34943C1.38258 8.75947 1.51184 9.07765 1.73722 9.32955C1.96591 9.57812 2.25426 9.76373 2.60227 9.88636C2.9536 10.0057 3.33144 10.0653 3.7358 10.0653C4.20644 10.0653 4.62902 9.98911 5.00355 9.83665C5.37808 9.68087 5.67472 9.46544 5.89347 9.19034C6.11222 8.91193 6.22159 8.58712 6.22159 8.21591C6.22159 7.87784 6.12713 7.60275 5.93821 7.39062C5.74929 7.1785 5.50071 7.00616 5.19247 6.87358C4.88423 6.741 4.55114 6.625 4.19318 6.52557L2.94034 6.16761C2.14489 5.93892 1.51515 5.61245 1.05114 5.18821C0.587121 4.76397 0.355114 4.20881 0.355114 3.52273C0.355114 2.95265 0.509233 2.45549 0.817472 2.03125C1.12902 1.60369 1.54664 1.27225 2.07031 1.03693C2.5973 0.798295 3.18561 0.678977 3.83523 0.678977C4.49148 0.678977 5.07481 0.796638 5.58523 1.03196C6.09564 1.26397 6.5 1.58215 6.7983 1.98651C7.09991 2.39086 7.259 2.8499 7.27557 3.36364H6.08239ZM9.44194 11V0.818182H10.6749V5.86932H10.7942L15.3681 0.818182H16.9789L12.7033 5.41193L16.9789 11H15.4874L11.9476 6.26705L10.6749 7.69886V11H9.44194ZM25.2566 0.818182H26.4895V7.55966C26.4895 8.25568 26.3255 8.87713 25.9973 9.42401C25.6725 9.96757 25.2135 10.3968 24.6202 10.7116C24.0269 11.0232 23.3309 11.179 22.5321 11.179C21.7334 11.179 21.0373 11.0232 20.4441 10.7116C19.8508 10.3968 19.3901 9.96757 19.062 9.42401C18.7372 8.87713 18.5748 8.25568 18.5748 7.55966V0.818182H19.8077V7.46023C19.8077 7.95739 19.9171 8.39986 20.1358 8.78764C20.3546 9.17211 20.6661 9.47538 21.0705 9.69744C21.4782 9.91619 21.9654 10.0256 22.5321 10.0256C23.0989 10.0256 23.5861 9.91619 23.9938 9.69744C24.4015 9.47538 24.713 9.17211 24.9284 8.78764C25.1472 8.39986 25.2566 7.95739 25.2566 7.46023V0.818182Z" fill="#F9F9F9"/>
3
3
  </svg>
4
- `},components:[{tag:"ProductSku",advanced:{"spacing-setting":{desktop:{margin:{bottom:"var(--g-s-l)"}}}}}]}];export{ProductSkuPreset};
4
+ `},components:[{tag:"ProductSku",advanced:{"spacing-setting":{desktop:{margin:{bottom:"var(--g-s-l)"}}}}}]}];export{C as ProductSkuPreset};
@@ -1 +1 @@
1
- let ProductSkuSettings=[{id:"setting",controls:[{id:"label",label:"Custom label",type:"input",placeholder:"E.g: SKU"},{id:"htmlTag",label:"HTML Tag",type:"select",options:[{value:"h1",label:"H1"},{value:"h2",label:"H2"},{value:"h3",label:"H3"},{value:"h4",label:"H4"},{value:"h5",label:"H5"},{value:"h6",label:"H6"}],default:"h2"}]},{id:"style",controls:[{id:"color",label:"Text Color",type:"color-picker-v2",default:{normal:"text-1"},state:{normal:!0,hover:!0}},{id:"underlineLink",type:"toggle",label:"Underline link",default:{hover:!1,normal:!1},state:{hover:!0,normal:!1}},{id:"disableHoverColor",type:"toggle",default:!0,disableGetDefault:!0},{id:"typo",type:"typography-v2",default:{type:"paragraph-1",attrs:{transform:"none",color:"text-1"}},ignoreReRender:!0,hiddenSetting:{}},{id:"textAlign",label:"Alignment",type:"option:value",options:[{label:"Left",value:"left",type:"text",tooltip:"Align left"},{label:"Center",value:"center",type:"text",tooltip:"Align center"},{label:"Right",value:"right",type:"text",tooltip:"Align right"},{label:"Justify",value:"justify",type:"text",tooltip:"Align justify"}],devices:{desktop:{default:"left"}}}]}];export{ProductSkuSettings};
1
+ let e=[{id:"setting",controls:[{id:"label",label:"Custom label",type:"input",placeholder:"E.g: SKU"},{id:"htmlTag",label:"HTML Tag",type:"select",options:[{value:"h1",label:"H1"},{value:"h2",label:"H2"},{value:"h3",label:"H3"},{value:"h4",label:"H4"},{value:"h5",label:"H5"},{value:"h6",label:"H6"}],default:"h2"}]},{id:"style",controls:[{id:"color",label:"Text Color",type:"color-picker-v2",default:{normal:"text-1"},state:{normal:!0,hover:!0}},{id:"underlineLink",type:"toggle",label:"Underline link",default:{hover:!1,normal:!1},state:{hover:!0,normal:!1}},{id:"disableHoverColor",type:"toggle",default:!0,disableGetDefault:!0},{id:"typo",type:"typography-v2",default:{type:"paragraph-1",attrs:{transform:"none",color:"text-1"}},ignoreReRender:!0,hiddenSetting:{}},{id:"textAlign",label:"Alignment",type:"option:value",options:[{label:"Left",value:"left",type:"text",tooltip:"Align left"},{label:"Center",value:"center",type:"text",tooltip:"Align center"},{label:"Right",value:"right",type:"text",tooltip:"Align right"},{label:"Justify",value:"justify",type:"text",tooltip:"Align justify"}],devices:{desktop:{default:"left"}}}]}];export{e as ProductSkuSettings};
@@ -1 +1 @@
1
- let SettingUIV2=[{label:"Text style",controls:[{type:"combo",label:"SKU label",iconName:"polaris-text-block",getValueFromSettingID:"label",defaultValueWhenClear:"",compoDefaultValue:"SKU: ",controls:[{label:"Prefix",setting:{id:"label"}}]},{type:"control",setting:{id:"typo"},layout:"vertical",options:{updateFields:[{field:"attrs.color",settingId:"color",state:"normal"},{field:"attrs.textAlign",settingId:"textAlign"}]},controlChangeTrigger:{settings:[{action:{controlId:"textAlign",valueFromField:"attrs.textAlign",groupType:"style",controlType:"style"}},{action:{controlId:"color",valueFromField:"attrs.color",groupType:"style",controlType:"style",removeDevice:!0,state:"normal"}}],options:{noRecordHistory:!0}}}]},{label:"SEO",controls:[{type:"control",label:"HTML tag",setting:{id:"htmlTag"}}]}];export{SettingUIV2};
1
+ let t=[{label:"Text style",controls:[{type:"combo",label:"SKU label",iconName:"polaris-text-block",getValueFromSettingID:"label",defaultValueWhenClear:"",compoDefaultValue:"SKU: ",controls:[{label:"Prefix",setting:{id:"label"}}]},{type:"control",setting:{id:"typo"},layout:"vertical",options:{updateFields:[{field:"attrs.color",settingId:"color",state:"normal"},{field:"attrs.textAlign",settingId:"textAlign"}]},controlChangeTrigger:{settings:[{action:{controlId:"textAlign",valueFromField:"attrs.textAlign",groupType:"style",controlType:"style"}},{action:{controlId:"color",valueFromField:"attrs.color",groupType:"style",controlType:"style",removeDevice:!0,state:"normal"}}],options:{noRecordHistory:!0}}}]},{label:"SEO",controls:[{type:"control",label:"HTML tag",setting:{id:"htmlTag"}}]}];export{t as SettingUIV2};