@gem-sdk/components 17.0.0-dev.28 → 17.0.0-staging.5

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 (4391) hide show
  1. package/dist/cjs/accordion/common/classes.js +1 -1
  2. package/dist/cjs/accordion/common/helpers.js +1 -1
  3. package/dist/cjs/accordion/common/styles.js +1 -1
  4. package/dist/cjs/accordion/components/Accordion.js +1 -1
  5. package/dist/cjs/accordion/components/Accordion.liquid.js +15 -15
  6. package/dist/cjs/accordion/components/AccordionItem.js +1 -1
  7. package/dist/cjs/accordion/components/AccordionItem.liquid.js +27 -27
  8. package/dist/cjs/accordion/hooks/useAccordion.js +1 -1
  9. package/dist/cjs/accordion/hooks/useAccordionItem.js +1 -1
  10. package/dist/cjs/accordion/hooks/useMountTransition.js +1 -1
  11. package/dist/cjs/accordion/index.js +1 -1
  12. package/dist/cjs/accordion/next.js +1 -1
  13. package/dist/cjs/accordion/settings/Accordion.js +5 -5
  14. package/dist/cjs/accordion/settings/AccordionItem.js +1 -1
  15. package/dist/cjs/accordion/settings/configs/child-items.js +1 -1
  16. package/dist/cjs/accordion/settings/configs/settings.js +2 -2
  17. package/dist/cjs/accordion/settings/configs/translate.js +1 -1
  18. package/dist/cjs/accordion/settings/configs/ui-v2.js +1 -1
  19. package/dist/cjs/article/common/helpers.js +2 -2
  20. package/dist/cjs/article/components/ArticleAuthor.js +1 -1
  21. package/dist/cjs/article/components/ArticleAuthor.liquid.js +3 -3
  22. package/dist/cjs/article/components/ArticleCategory.js +1 -1
  23. package/dist/cjs/article/components/ArticleCategory.liquid.js +3 -3
  24. package/dist/cjs/article/components/ArticleContent.js +3 -3
  25. package/dist/cjs/article/components/ArticleContent.liquid.js +7 -7
  26. package/dist/cjs/article/components/ArticleDate.js +1 -1
  27. package/dist/cjs/article/components/ArticleDate.liquid.js +3 -3
  28. package/dist/cjs/article/components/ArticleExcerpt.js +1 -1
  29. package/dist/cjs/article/components/ArticleExcerpt.liquid.js +3 -3
  30. package/dist/cjs/article/components/ArticleImage.js +1 -1
  31. package/dist/cjs/article/components/ArticleImage.liquid.js +7 -7
  32. package/dist/cjs/article/components/ArticleList.js +1 -1
  33. package/dist/cjs/article/components/ArticleList.liquid.js +13 -13
  34. package/dist/cjs/article/components/ArticleNotFound.js +1 -1
  35. package/dist/cjs/article/components/ArticlePagination.js +1 -1
  36. package/dist/cjs/article/components/ArticlePagination.liquid.js +1 -1
  37. package/dist/cjs/article/components/ArticleReadMore.js +1 -1
  38. package/dist/cjs/article/components/ArticleReadMore.liquid.js +5 -5
  39. package/dist/cjs/article/components/ArticleTag.js +1 -1
  40. package/dist/cjs/article/components/ArticleTag.liquid.js +3 -3
  41. package/dist/cjs/article/components/ArticleTitle.js +1 -1
  42. package/dist/cjs/article/components/ArticleTitle.liquid.js +6 -6
  43. package/dist/cjs/article/hooks/useArticleLink.js +1 -1
  44. package/dist/cjs/article/index.js +1 -1
  45. package/dist/cjs/article/next.js +1 -1
  46. package/dist/cjs/article/settings/ArticleAuthor.js +2 -2
  47. package/dist/cjs/article/settings/ArticleCategory.js +2 -2
  48. package/dist/cjs/article/settings/ArticleContent.js +2 -2
  49. package/dist/cjs/article/settings/ArticleDate.js +2 -2
  50. package/dist/cjs/article/settings/ArticleExcerpt.js +2 -2
  51. package/dist/cjs/article/settings/ArticleImage.js +2 -2
  52. package/dist/cjs/article/settings/ArticleList.js +2 -2
  53. package/dist/cjs/article/settings/ArticlePagination.js +2 -2
  54. package/dist/cjs/article/settings/ArticleReadMore.js +2 -2
  55. package/dist/cjs/article/settings/ArticleTag.js +2 -2
  56. package/dist/cjs/article/settings/ArticleTitle.js +2 -2
  57. package/dist/cjs/article/settings/configs/article-author/presets.js +2 -2
  58. package/dist/cjs/article/settings/configs/article-author/settings.js +1 -1
  59. package/dist/cjs/article/settings/configs/article-author/ui-v2.js +1 -1
  60. package/dist/cjs/article/settings/configs/article-category/presets.js +2 -2
  61. package/dist/cjs/article/settings/configs/article-category/settings.js +1 -1
  62. package/dist/cjs/article/settings/configs/article-category/ui-v2.js +1 -1
  63. package/dist/cjs/article/settings/configs/article-content/presets.js +2 -2
  64. package/dist/cjs/article/settings/configs/article-content/settings.js +1 -1
  65. package/dist/cjs/article/settings/configs/article-content/ui-v2.js +1 -1
  66. package/dist/cjs/article/settings/configs/article-date/presets.js +2 -2
  67. package/dist/cjs/article/settings/configs/article-date/settings.js +1 -1
  68. package/dist/cjs/article/settings/configs/article-date/ui-v2.js +1 -1
  69. package/dist/cjs/article/settings/configs/article-excerpt/presets.js +2 -2
  70. package/dist/cjs/article/settings/configs/article-excerpt/settings.js +1 -1
  71. package/dist/cjs/article/settings/configs/article-excerpt/ui-v2.js +1 -1
  72. package/dist/cjs/article/settings/configs/article-image/presets.js +2 -2
  73. package/dist/cjs/article/settings/configs/article-image/settings.js +1 -1
  74. package/dist/cjs/article/settings/configs/article-image/ui-v2.js +1 -1
  75. package/dist/cjs/article/settings/configs/article-list/presets.js +2 -2
  76. package/dist/cjs/article/settings/configs/article-list/settings.js +1 -1
  77. package/dist/cjs/article/settings/configs/article-list/ui-v2.js +1 -1
  78. package/dist/cjs/article/settings/configs/article-read-more/presets.js +2 -2
  79. package/dist/cjs/article/settings/configs/article-read-more/settings.js +2 -2
  80. package/dist/cjs/article/settings/configs/article-read-more/ui-v2.js +1 -1
  81. package/dist/cjs/article/settings/configs/article-tag/presets.js +2 -2
  82. package/dist/cjs/article/settings/configs/article-tag/settings.js +1 -1
  83. package/dist/cjs/article/settings/configs/article-tag/ui-v2.js +1 -1
  84. package/dist/cjs/article/settings/configs/article-title/presets.js +2 -2
  85. package/dist/cjs/article/settings/configs/article-title/settings.js +1 -1
  86. package/dist/cjs/article/settings/configs/article-title/ui-v2.js +1 -1
  87. package/dist/cjs/article/settings/configs/translate.js +1 -1
  88. package/dist/cjs/breadcrumb/common/attrs.js +1 -1
  89. package/dist/cjs/breadcrumb/common/classes.js +3 -3
  90. package/dist/cjs/breadcrumb/common/helpers.js +1 -1
  91. package/dist/cjs/breadcrumb/common/styles.js +1 -1
  92. package/dist/cjs/breadcrumb/components/Breadcrumb.js +1 -1
  93. package/dist/cjs/breadcrumb/components/Breadcrumb.liquid.js +9 -9
  94. package/dist/cjs/breadcrumb/components/BreadcrumbItem.js +1 -1
  95. package/dist/cjs/breadcrumb/components/BreadcrumbItem.liquid.js +1 -1
  96. package/dist/cjs/breadcrumb/components/templates/article.js +8 -8
  97. package/dist/cjs/breadcrumb/components/templates/collection.js +5 -5
  98. package/dist/cjs/breadcrumb/components/templates/home.js +4 -4
  99. package/dist/cjs/breadcrumb/components/templates/landing.js +5 -5
  100. package/dist/cjs/breadcrumb/components/templates/product.js +10 -10
  101. package/dist/cjs/breadcrumb/constants.js +1 -1
  102. package/dist/cjs/breadcrumb/hooks/useBreadcrumb.js +1 -1
  103. package/dist/cjs/breadcrumb/index.js +1 -1
  104. package/dist/cjs/breadcrumb/next.js +1 -1
  105. package/dist/cjs/breadcrumb/settings/Breadcrumb.js +2 -2
  106. package/dist/cjs/breadcrumb/settings/configs/settings.js +2 -2
  107. package/dist/cjs/breadcrumb/settings/configs/ui-v2.js +1 -1
  108. package/dist/cjs/builder.js +1 -1
  109. package/dist/cjs/button/common/attrs.js +1 -1
  110. package/dist/cjs/button/common/classes.js +1 -1
  111. package/dist/cjs/button/common/helpers.js +2 -2
  112. package/dist/cjs/button/common/styles.js +16 -16
  113. package/dist/cjs/button/components/Button.js +1 -1
  114. package/dist/cjs/button/components/Button.liquid.js +23 -23
  115. package/dist/cjs/button/components/ButtonIcon.js +1 -1
  116. package/dist/cjs/button/components/ButtonIcon.liquid.js +4 -4
  117. package/dist/cjs/button/components/ButtonLabel.js +1 -1
  118. package/dist/cjs/button/components/ButtonLabel.liquid.js +5 -5
  119. package/dist/cjs/button/components/ButtonLoadingIndicator.js +1 -1
  120. package/dist/cjs/button/components/ButtonLoadingIndicator.liquid.js +1 -1
  121. package/dist/cjs/button/index.js +1 -1
  122. package/dist/cjs/button/next.js +1 -1
  123. package/dist/cjs/button/settings/Button.js +3 -3
  124. package/dist/cjs/button/settings/configs/settings.js +2 -2
  125. package/dist/cjs/button/settings/configs/translate.js +1 -1
  126. package/dist/cjs/button/settings/configs/ui-v2.js +1 -1
  127. package/dist/cjs/carousel/common/helpers.js +1 -1
  128. package/dist/cjs/carousel/components/arrow/Arrow.js +2 -2
  129. package/dist/cjs/carousel/components/arrow/Arrow.liquid.js +12 -12
  130. package/dist/cjs/carousel/components/arrow/common/classes.js +1 -1
  131. package/dist/cjs/carousel/components/arrow/common/helpers.js +1 -1
  132. package/dist/cjs/carousel/components/arrow/common/styles.js +17 -17
  133. package/dist/cjs/carousel/components/dot/Dots.js +1 -1
  134. package/dist/cjs/carousel/components/dot/Dots.liquid.js +4 -4
  135. package/dist/cjs/carousel/components/dot/common/classes.js +1 -1
  136. package/dist/cjs/carousel/components/dot/common/helpers.js +1 -1
  137. package/dist/cjs/carousel/components/dot/common/styles.js +1 -1
  138. package/dist/cjs/carousel/components/item/CarouselItem.js +1 -1
  139. package/dist/cjs/carousel/components/item/CarouselItem.liquid.js +10 -10
  140. package/dist/cjs/carousel/components/item/common/classes.js +1 -1
  141. package/dist/cjs/carousel/components/item/common/styles.js +1 -1
  142. package/dist/cjs/carousel/components/root/Carousel.js +1 -1
  143. package/dist/cjs/carousel/components/root/Carousel.liquid.js +14 -14
  144. package/dist/cjs/carousel/components/root/common/attrs.js +1 -1
  145. package/dist/cjs/carousel/components/root/common/classes.js +1 -1
  146. package/dist/cjs/carousel/components/root/common/helpers.js +1 -1
  147. package/dist/cjs/carousel/components/root/common/styles.js +1 -1
  148. package/dist/cjs/carousel/hooks/useCarouseItem.js +1 -1
  149. package/dist/cjs/carousel/hooks/useCarousel.js +1 -1
  150. package/dist/cjs/carousel/hooks/useDotsSetting.js +1 -1
  151. package/dist/cjs/carousel/hooks/useTrackPreviewPause.js +1 -1
  152. package/dist/cjs/carousel/index.js +1 -1
  153. package/dist/cjs/carousel/next.js +1 -1
  154. package/dist/cjs/carousel/plugins/animation.js +1 -1
  155. package/dist/cjs/carousel/plugins/auto-play.js +1 -1
  156. package/dist/cjs/carousel/plugins/fix-slider-move-backward.js +1 -1
  157. package/dist/cjs/carousel/plugins/mutation.js +1 -1
  158. package/dist/cjs/carousel/settings/Carousel.js +2 -2
  159. package/dist/cjs/carousel/settings/CarouselItem.js +1 -1
  160. package/dist/cjs/carousel/settings/configs/presets.js +2 -2
  161. package/dist/cjs/carousel/settings/configs/settings-v2.js +2 -2
  162. package/dist/cjs/carousel/settings/configs/ui-v2.js +1 -1
  163. package/dist/cjs/carousel-v3/common/helpers.js +1 -1
  164. package/dist/cjs/carousel-v3/components/arrow/Arrow.js +2 -2
  165. package/dist/cjs/carousel-v3/components/arrow/Arrow.liquid.js +12 -12
  166. package/dist/cjs/carousel-v3/components/arrow/common/classes.js +1 -1
  167. package/dist/cjs/carousel-v3/components/arrow/common/helpers.js +1 -1
  168. package/dist/cjs/carousel-v3/components/arrow/common/styles.js +17 -17
  169. package/dist/cjs/carousel-v3/components/dot/Dots.js +1 -1
  170. package/dist/cjs/carousel-v3/components/dot/Dots.liquid.js +4 -4
  171. package/dist/cjs/carousel-v3/components/dot/common/classes.js +1 -1
  172. package/dist/cjs/carousel-v3/components/dot/common/helpers.js +1 -1
  173. package/dist/cjs/carousel-v3/components/dot/common/styles.js +1 -1
  174. package/dist/cjs/carousel-v3/components/item/CarouselItem.js +1 -1
  175. package/dist/cjs/carousel-v3/components/item/CarouselItem.liquid.js +10 -10
  176. package/dist/cjs/carousel-v3/components/item/common/classes.js +1 -1
  177. package/dist/cjs/carousel-v3/components/item/common/styles.js +1 -1
  178. package/dist/cjs/carousel-v3/components/root/Carousel.js +1 -1
  179. package/dist/cjs/carousel-v3/components/root/Carousel.liquid.js +16 -16
  180. package/dist/cjs/carousel-v3/components/root/common/attrs.js +1 -1
  181. package/dist/cjs/carousel-v3/components/root/common/classes.js +1 -1
  182. package/dist/cjs/carousel-v3/components/root/common/helpers.js +1 -1
  183. package/dist/cjs/carousel-v3/components/root/common/styles.js +1 -1
  184. package/dist/cjs/carousel-v3/components/swiper/Swiper.js +1 -1
  185. package/dist/cjs/carousel-v3/components/swiper/SwiperSlide.js +1 -1
  186. package/dist/cjs/carousel-v3/components/swiper/common/styles.js +1 -1
  187. package/dist/cjs/carousel-v3/hooks/useCarouseItem.js +1 -1
  188. package/dist/cjs/carousel-v3/hooks/useCarousel.js +1 -1
  189. package/dist/cjs/carousel-v3/hooks/useDotsSetting.js +1 -1
  190. package/dist/cjs/carousel-v3/hooks/useTrackPreviewPause.js +1 -1
  191. package/dist/cjs/carousel-v3/index.js +1 -1
  192. package/dist/cjs/carousel-v3/next.js +1 -1
  193. package/dist/cjs/carousel-v3/plugins/animation.js +1 -1
  194. package/dist/cjs/carousel-v3/settings/Carousel.js +2 -2
  195. package/dist/cjs/carousel-v3/settings/CarouselItem.js +1 -1
  196. package/dist/cjs/carousel-v3/settings/configs/presets.js +2 -2
  197. package/dist/cjs/carousel-v3/settings/configs/settings-v2.js +2 -2
  198. package/dist/cjs/carousel-v3/settings/configs/ui-v2.js +1 -1
  199. package/dist/cjs/cart/components/Cart.js +1 -1
  200. package/dist/cjs/cart/components/CartCheckout.js +1 -1
  201. package/dist/cjs/cart/components/CartDiscount.js +1 -1
  202. package/dist/cjs/cart/components/CartLineAttribute.js +1 -1
  203. package/dist/cjs/cart/components/CartLineImage.js +1 -1
  204. package/dist/cjs/cart/components/CartLinePrice.js +1 -1
  205. package/dist/cjs/cart/components/CartLineVariant.js +1 -1
  206. package/dist/cjs/cart/components/CartList.js +1 -1
  207. package/dist/cjs/cart/components/CartOrderNote.js +1 -1
  208. package/dist/cjs/cart/components/CartTotalItem.js +1 -1
  209. package/dist/cjs/cart/components/CartTotalPrice.js +1 -1
  210. package/dist/cjs/cart/components/CheckoutNow.js +1 -1
  211. package/dist/cjs/cart/components/CouponList.js +1 -1
  212. package/dist/cjs/cart/components/DiscountInput.js +1 -1
  213. package/dist/cjs/cart/components/shop-pay-button/ShopPayButton.js +1 -1
  214. package/dist/cjs/cart/components/shop-pay-button/ShopPayButton.liquid.js +10 -10
  215. package/dist/cjs/cart/components/shop-pay-button/common/classes.js +1 -1
  216. package/dist/cjs/cart/components/shop-pay-button/common/helpers.js +1 -1
  217. package/dist/cjs/cart/components/shop-pay-button/common/styles.js +1 -1
  218. package/dist/cjs/cart/components/shop-pay-button/icons/BaseIcon.js +1 -1
  219. package/dist/cjs/cart/components/shop-pay-button/icons/BaseIcon.liquid.js +4 -4
  220. package/dist/cjs/cart/components/shop-pay-button/icons/DynamicCheckoutBlack.js +1 -1
  221. package/dist/cjs/cart/components/shop-pay-button/icons/DynamicCheckoutBlack.liquid.js +3 -3
  222. package/dist/cjs/cart/components/shop-pay-button/icons/DynamicCheckoutPurple.js +1 -1
  223. package/dist/cjs/cart/components/shop-pay-button/icons/DynamicCheckoutPurple.liquid.js +3 -3
  224. package/dist/cjs/cart/components/shop-pay-button/icons/DynamicCheckoutWhite.js +1 -1
  225. package/dist/cjs/cart/components/shop-pay-button/icons/DynamicCheckoutWhite.liquid.js +3 -3
  226. package/dist/cjs/cart/components/shop-pay-button/icons/ExpressCheckoutBlack.js +1 -1
  227. package/dist/cjs/cart/components/shop-pay-button/icons/ExpressCheckoutBlack.liquid.js +3 -3
  228. package/dist/cjs/cart/components/shop-pay-button/icons/ExpressCheckoutPurple.js +1 -1
  229. package/dist/cjs/cart/components/shop-pay-button/icons/ExpressCheckoutPurple.liquid.js +3 -3
  230. package/dist/cjs/cart/components/shop-pay-button/icons/ExpressCheckoutWhite.js +1 -1
  231. package/dist/cjs/cart/components/shop-pay-button/icons/ExpressCheckoutWhite.liquid.js +3 -3
  232. package/dist/cjs/cart/hooks/useShopPayButton.js +1 -1
  233. package/dist/cjs/cart/index.js +1 -1
  234. package/dist/cjs/cart/next.js +1 -1
  235. package/dist/cjs/cart/settings/Cart.js +2 -2
  236. package/dist/cjs/cart/settings/CartCheckout.js +1 -1
  237. package/dist/cjs/cart/settings/CartDiscount.js +1 -1
  238. package/dist/cjs/cart/settings/CartLineAttribute.js +1 -1
  239. package/dist/cjs/cart/settings/CartLineImage.js +1 -1
  240. package/dist/cjs/cart/settings/CartLinePrice.js +1 -1
  241. package/dist/cjs/cart/settings/CartLineVariant.js +1 -1
  242. package/dist/cjs/cart/settings/CartList.js +1 -1
  243. package/dist/cjs/cart/settings/CartOrderNote.js +1 -1
  244. package/dist/cjs/cart/settings/CartTotalItem.js +1 -1
  245. package/dist/cjs/cart/settings/CartTotalPrice.js +1 -1
  246. package/dist/cjs/cart/settings/CouponList.js +1 -1
  247. package/dist/cjs/cart/settings/DiscountInput.js +1 -1
  248. package/dist/cjs/cart/settings/ShopPayButton.js +1 -1
  249. package/dist/cjs/code/common/classes.js +1 -1
  250. package/dist/cjs/code/common/styles.js +1 -1
  251. package/dist/cjs/code/components/CSSCode.js +1 -1
  252. package/dist/cjs/code/components/CSSCode.liquid.js +7 -7
  253. package/dist/cjs/code/hooks/useCSSCode.js +4 -4
  254. package/dist/cjs/code/index.js +1 -1
  255. package/dist/cjs/code/next.js +1 -1
  256. package/dist/cjs/code/settings/CSSCode.js +3 -3
  257. package/dist/cjs/code/settings/configs/settings.js +1 -1
  258. package/dist/cjs/code/settings/configs/translate.js +1 -1
  259. package/dist/cjs/code/settings/configs/ui-v2.js +1 -1
  260. package/dist/cjs/collection/components/collection-banner/CollectionBanner.js +1 -1
  261. package/dist/cjs/collection/components/collection-banner/CollectionBanner.liquid.js +11 -11
  262. package/dist/cjs/collection/components/collection-banner/common/classes.js +1 -1
  263. package/dist/cjs/collection/components/collection-banner/common/helpers.js +1 -1
  264. package/dist/cjs/collection/components/collection-banner/common/styles.js +1 -1
  265. package/dist/cjs/collection/components/collection-description/CollectionDescription.js +1 -1
  266. package/dist/cjs/collection/components/collection-description/CollectionDescription.liquid.js +14 -14
  267. package/dist/cjs/collection/components/collection-description/common/classes.js +1 -1
  268. package/dist/cjs/collection/components/collection-description/common/helpers.js +2 -2
  269. package/dist/cjs/collection/components/collection-description/common/styles.js +2 -2
  270. package/dist/cjs/collection/components/collection-paginator/CollectionPaginator.js +1 -1
  271. package/dist/cjs/collection/components/collection-paginator/CollectionPaginator.liquid.js +6 -6
  272. package/dist/cjs/collection/components/collection-paginator/common/classes.js +1 -1
  273. package/dist/cjs/collection/components/collection-paginator/common/helpers.js +4 -4
  274. package/dist/cjs/collection/components/collection-paginator/common/styles.js +1 -1
  275. package/dist/cjs/collection/components/collection-title/CollectionTitle.js +1 -1
  276. package/dist/cjs/collection/components/collection-title/CollectionTitle.liquid.js +3 -3
  277. package/dist/cjs/collection/components/collection-toolbar/CollectionToolbar.js +1 -1
  278. package/dist/cjs/collection/components/collection-toolbar/CollectionToolbar.liquid.js +17 -17
  279. package/dist/cjs/collection/components/collection-toolbar/common/classes.js +1 -1
  280. package/dist/cjs/collection/components/collection-toolbar/common/helpers.js +1 -1
  281. package/dist/cjs/collection/components/collection-toolbar/common/styles.js +1 -1
  282. package/dist/cjs/collection/hooks/useDescription.js +1 -1
  283. package/dist/cjs/collection/index.js +1 -1
  284. package/dist/cjs/collection/next.js +1 -1
  285. package/dist/cjs/collection/settings/collection-banner/CollectionBanner.js +3 -3
  286. package/dist/cjs/collection/settings/collection-banner/configs/settings.js +2 -2
  287. package/dist/cjs/collection/settings/collection-banner/configs/ui-v2.js +1 -1
  288. package/dist/cjs/collection/settings/collection-description/CollectionDescription.js +3 -3
  289. package/dist/cjs/collection/settings/collection-description/configs/settings.js +1 -1
  290. package/dist/cjs/collection/settings/collection-description/configs/translate.js +1 -1
  291. package/dist/cjs/collection/settings/collection-description/configs/ui-v2.js +1 -1
  292. package/dist/cjs/collection/settings/collection-paginator/CollectionPaginator.js +3 -3
  293. package/dist/cjs/collection/settings/collection-paginator/configs/settings.js +1 -1
  294. package/dist/cjs/collection/settings/collection-paginator/configs/translate.js +1 -1
  295. package/dist/cjs/collection/settings/collection-paginator/configs/ui-v2.js +1 -1
  296. package/dist/cjs/collection/settings/collection-title/CollectionTitle.js +3 -3
  297. package/dist/cjs/collection/settings/collection-title/configs/settings.js +1 -1
  298. package/dist/cjs/collection/settings/collection-title/configs/ui-v2.js +1 -1
  299. package/dist/cjs/collection/settings/collection-toolbar/CollectionToolbar.js +3 -3
  300. package/dist/cjs/collection/settings/collection-toolbar/configs/settings.js +1 -1
  301. package/dist/cjs/collection/settings/collection-toolbar/configs/translate.js +1 -1
  302. package/dist/cjs/collection/settings/collection-toolbar/configs/ui-v2.js +1 -1
  303. package/dist/cjs/common/components/Loading.js +1 -1
  304. package/dist/cjs/common/components/NoDataState.js +1 -1
  305. package/dist/cjs/common/components/Tooltip.js +1 -1
  306. package/dist/cjs/common/components/TooltipHover.js +1 -1
  307. package/dist/cjs/common/const.js +1 -1
  308. package/dist/cjs/common/hooks/useInView.js +1 -1
  309. package/dist/cjs/constant.js +1 -1
  310. package/dist/cjs/countdown-timer/common/attrs.js +1 -1
  311. package/dist/cjs/countdown-timer/common/classes.js +1 -1
  312. package/dist/cjs/countdown-timer/common/helpers.js +1 -1
  313. package/dist/cjs/countdown-timer/common/styles.js +1 -1
  314. package/dist/cjs/countdown-timer/components/Countdown.js +1 -1
  315. package/dist/cjs/countdown-timer/components/Countdown.liquid.js +23 -23
  316. package/dist/cjs/countdown-timer/hooks/useCountDownTimer.js +1 -1
  317. package/dist/cjs/countdown-timer/hooks/useTimeLeft.js +1 -1
  318. package/dist/cjs/countdown-timer/index.js +1 -1
  319. package/dist/cjs/countdown-timer/next.js +1 -1
  320. package/dist/cjs/countdown-timer/settings/Countdown.js +3 -3
  321. package/dist/cjs/countdown-timer/settings/configs/setting.js +1 -1
  322. package/dist/cjs/countdown-timer/settings/configs/translate.js +1 -1
  323. package/dist/cjs/countdown-timer/settings/configs/ui-v2.js +1 -1
  324. package/dist/cjs/coupon/common/classes.js +1 -1
  325. package/dist/cjs/coupon/common/helpers.js +1 -1
  326. package/dist/cjs/coupon/common/styles.js +14 -14
  327. package/dist/cjs/coupon/components/Coupon.js +1 -1
  328. package/dist/cjs/coupon/components/Coupon.liquid.js +6 -6
  329. package/dist/cjs/coupon/hooks/useCoupon.js +1 -1
  330. package/dist/cjs/coupon/index.js +1 -1
  331. package/dist/cjs/coupon/next.js +1 -1
  332. package/dist/cjs/coupon/settings/Coupon.js +2 -2
  333. package/dist/cjs/coupon/settings/configs/presets.js +2 -2
  334. package/dist/cjs/coupon/settings/configs/settings.js +2 -2
  335. package/dist/cjs/coupon/settings/configs/translate.js +1 -1
  336. package/dist/cjs/coupon/settings/configs/ui-v2.js +1 -1
  337. package/dist/cjs/dialog/common/attrs.js +1 -1
  338. package/dist/cjs/dialog/common/classes.js +1 -1
  339. package/dist/cjs/dialog/common/helpers.js +1 -1
  340. package/dist/cjs/dialog/common/styles.js +1 -1
  341. package/dist/cjs/dialog/components/Dialog.js +2 -2
  342. package/dist/cjs/dialog/components/Dialog.liquid.js +27 -27
  343. package/dist/cjs/dialog/hooks/useDialog.js +1 -1
  344. package/dist/cjs/dialog/hooks/useScrollPercentage.js +1 -1
  345. package/dist/cjs/dialog/index.js +1 -1
  346. package/dist/cjs/dialog/next.js +1 -1
  347. package/dist/cjs/dialog/settings/Dialog.js +3 -3
  348. package/dist/cjs/dialog/settings/configs/settings.js +2 -2
  349. package/dist/cjs/dialog/settings/configs/translate.js +1 -1
  350. package/dist/cjs/dialog/settings/configs/ui-v2.js +1 -1
  351. package/dist/cjs/estimate-delivery/common/classes.js +1 -1
  352. package/dist/cjs/estimate-delivery/common/helpers.js +1 -1
  353. package/dist/cjs/estimate-delivery/common/styles.js +1 -1
  354. package/dist/cjs/estimate-delivery/components/EstimateDate.js +1 -1
  355. package/dist/cjs/estimate-delivery/components/EstimateDate.liquid.js +4 -4
  356. package/dist/cjs/estimate-delivery/index.js +1 -1
  357. package/dist/cjs/estimate-delivery/next.js +1 -1
  358. package/dist/cjs/estimate-delivery/settings/EstimateDate.js +3 -3
  359. package/dist/cjs/estimate-delivery/settings/configs/settings.js +1 -1
  360. package/dist/cjs/estimate-delivery/settings/configs/translate.js +1 -1
  361. package/dist/cjs/estimate-delivery/settings/configs/ui-v2.js +1 -1
  362. package/dist/cjs/form/common/helpers.js +1 -1
  363. package/dist/cjs/form/components/contact/Contact.js +1 -1
  364. package/dist/cjs/form/components/contact/Contact.liquid.js +3 -3
  365. package/dist/cjs/form/components/contact/common/classes.js +1 -1
  366. package/dist/cjs/form/components/contact/common/styles.js +1 -1
  367. package/dist/cjs/form/components/form-checkbox/FormCheckbox.js +1 -1
  368. package/dist/cjs/form/components/form-checkbox/FormCheckbox.liquid.js +13 -13
  369. package/dist/cjs/form/components/form-checkbox/common/classes.js +1 -1
  370. package/dist/cjs/form/components/form-checkbox/common/styles.js +1 -1
  371. package/dist/cjs/form/components/form-dropdown/FormDropdown.js +1 -1
  372. package/dist/cjs/form/components/form-dropdown/FormDropdown.liquid.js +18 -18
  373. package/dist/cjs/form/components/form-dropdown/common/classes.js +1 -1
  374. package/dist/cjs/form/components/form-dropdown/common/styles.js +1 -1
  375. package/dist/cjs/form/components/form-email/FormEmail.js +1 -1
  376. package/dist/cjs/form/components/form-email/FormEmail.liquid.js +12 -12
  377. package/dist/cjs/form/components/form-email/common/classes.js +1 -1
  378. package/dist/cjs/form/components/form-email/common/styles.js +1 -1
  379. package/dist/cjs/form/components/newsletter/Newsletter.js +1 -1
  380. package/dist/cjs/form/components/newsletter/Newsletter.liquid.js +19 -19
  381. package/dist/cjs/form/components/newsletter/common/attrs.js +1 -1
  382. package/dist/cjs/form/components/newsletter/common/classes.js +1 -1
  383. package/dist/cjs/form/components/newsletter/common/styles.js +2 -2
  384. package/dist/cjs/form/components/submit-button/SubmitButton.js +1 -1
  385. package/dist/cjs/form/components/submit-button/SubmitButton.liquid.js +3 -3
  386. package/dist/cjs/form/components/submit-button/common/helpers.js +1 -1
  387. package/dist/cjs/form/components/submit-button/common/styles.js +1 -1
  388. package/dist/cjs/form/components/textarea/TextArea.js +1 -1
  389. package/dist/cjs/form/components/textarea/TextArea.liquid.js +12 -12
  390. package/dist/cjs/form/components/textarea/common/classes.js +1 -1
  391. package/dist/cjs/form/components/textarea/common/styles.js +1 -1
  392. package/dist/cjs/form/components/textfield/TextField.js +1 -1
  393. package/dist/cjs/form/components/textfield/TextField.liquid.js +12 -12
  394. package/dist/cjs/form/components/textfield/common/classes.js +1 -1
  395. package/dist/cjs/form/components/textfield/common/styles.js +1 -1
  396. package/dist/cjs/form/components/textinput/TextInput.js +1 -1
  397. package/dist/cjs/form/components/textinput/TextInput.liquid.js +21 -21
  398. package/dist/cjs/form/components/textinput/common/classes.js +1 -1
  399. package/dist/cjs/form/components/textinput/common/styles.js +1 -1
  400. package/dist/cjs/form/hooks/useGetColorContent.js +1 -1
  401. package/dist/cjs/form/index.js +1 -1
  402. package/dist/cjs/form/next.js +1 -1
  403. package/dist/cjs/form/settings/contact/Contact.js +3 -3
  404. package/dist/cjs/form/settings/contact/configs/inits.js +1 -1
  405. package/dist/cjs/form/settings/contact/configs/settings.js +1 -1
  406. package/dist/cjs/form/settings/contact/configs/translate.js +1 -1
  407. package/dist/cjs/form/settings/contact/configs/ui-v2.js +1 -1
  408. package/dist/cjs/form/settings/form-checkbox/FormCheckbox.js +3 -3
  409. package/dist/cjs/form/settings/form-checkbox/configs/inits.js +1 -1
  410. package/dist/cjs/form/settings/form-checkbox/configs/settings.js +1 -1
  411. package/dist/cjs/form/settings/form-checkbox/configs/translate.js +1 -1
  412. package/dist/cjs/form/settings/form-checkbox/configs/ui-v2.js +1 -1
  413. package/dist/cjs/form/settings/form-dropdown/FormDropdown.js +3 -3
  414. package/dist/cjs/form/settings/form-dropdown/configs/inits.js +1 -1
  415. package/dist/cjs/form/settings/form-dropdown/configs/settings.js +1 -1
  416. package/dist/cjs/form/settings/form-dropdown/configs/translate.js +1 -1
  417. package/dist/cjs/form/settings/form-dropdown/configs/ui-v2.js +1 -1
  418. package/dist/cjs/form/settings/form-email/FormEmail.js +3 -3
  419. package/dist/cjs/form/settings/form-email/configs/inits.js +1 -1
  420. package/dist/cjs/form/settings/form-email/configs/settings.js +1 -1
  421. package/dist/cjs/form/settings/form-email/configs/translate.js +1 -1
  422. package/dist/cjs/form/settings/form-email/configs/ui-v2.js +1 -1
  423. package/dist/cjs/form/settings/form-textarea/Textarea.js +3 -3
  424. package/dist/cjs/form/settings/form-textarea/configs/settings.js +1 -1
  425. package/dist/cjs/form/settings/form-textarea/configs/translate.js +1 -1
  426. package/dist/cjs/form/settings/form-textarea/configs/ui-v2.js +1 -1
  427. package/dist/cjs/form/settings/newsletter/Newsletter.js +3 -3
  428. package/dist/cjs/form/settings/newsletter/configs/inits.js +1 -1
  429. package/dist/cjs/form/settings/newsletter/configs/settings.js +1 -1
  430. package/dist/cjs/form/settings/newsletter/configs/translate.js +1 -1
  431. package/dist/cjs/form/settings/newsletter/configs/ui-v2.js +1 -1
  432. package/dist/cjs/form/settings/submit-button/SubmitButton.js +3 -3
  433. package/dist/cjs/form/settings/submit-button/configs/inits.js +1 -1
  434. package/dist/cjs/form/settings/submit-button/configs/settings.js +2 -2
  435. package/dist/cjs/form/settings/submit-button/configs/translate.js +1 -1
  436. package/dist/cjs/form/settings/submit-button/configs/ui-v2.js +1 -1
  437. package/dist/cjs/form/settings/text-field/TextField.js +3 -3
  438. package/dist/cjs/form/settings/text-field/configs/settings.js +1 -1
  439. package/dist/cjs/form/settings/text-field/configs/translate.js +1 -1
  440. package/dist/cjs/form/settings/text-field/configs/ui-v2.js +1 -1
  441. package/dist/cjs/form/settings/text-input/TextInput.js +3 -3
  442. package/dist/cjs/form/settings/text-input/configs/settings.js +1 -1
  443. package/dist/cjs/form/settings/text-input/configs/translate.js +1 -1
  444. package/dist/cjs/form/settings/text-input/configs/ui-v2.js +1 -1
  445. package/dist/cjs/grid/components/ChildrenDroppable.js +4 -4
  446. package/dist/cjs/grid/components/col/Col.js +1 -1
  447. package/dist/cjs/grid/components/col/Col.liquid.js +6 -6
  448. package/dist/cjs/grid/components/col/common/attrs.js +1 -1
  449. package/dist/cjs/grid/components/col/common/classes.js +1 -1
  450. package/dist/cjs/grid/components/col/common/styles.js +1 -1
  451. package/dist/cjs/grid/components/root/Root.js +1 -1
  452. package/dist/cjs/grid/components/root/Root.liquid.js +1 -1
  453. package/dist/cjs/grid/components/row/Row.js +1 -1
  454. package/dist/cjs/grid/components/row/Row.liquid.js +20 -20
  455. package/dist/cjs/grid/components/row/common/attrs.js +1 -1
  456. package/dist/cjs/grid/components/row/common/classes.js +1 -1
  457. package/dist/cjs/grid/components/row/common/helpers.js +1 -1
  458. package/dist/cjs/grid/components/row/common/styles.js +1 -1
  459. package/dist/cjs/grid/components/section/Section.js +1 -1
  460. package/dist/cjs/grid/components/section/Section.liquid.js +1 -1
  461. package/dist/cjs/grid/hooks/useRowSetting.js +1 -1
  462. package/dist/cjs/grid/index.js +1 -1
  463. package/dist/cjs/grid/next.js +1 -1
  464. package/dist/cjs/grid/settings/Col.js +1 -1
  465. package/dist/cjs/grid/settings/Root.js +1 -1
  466. package/dist/cjs/grid/settings/Row.js +2 -2
  467. package/dist/cjs/grid/settings/Section.js +1 -1
  468. package/dist/cjs/grid/settings/configs/row/presets.js +2 -2
  469. package/dist/cjs/grid/settings/configs/row/settings.js +1 -1
  470. package/dist/cjs/grid/settings/configs/row/translate.js +1 -1
  471. package/dist/cjs/grid/settings/configs/row/ui-v2.js +1 -1
  472. package/dist/cjs/grid/settings/configs/section/settings.js +1 -1
  473. package/dist/cjs/grid/settings/configs/section/ui-v2.js +1 -1
  474. package/dist/cjs/header/components/Header.js +1 -1
  475. package/dist/cjs/header/components/SalePageHeaderWarning.js +1 -1
  476. package/dist/cjs/header/components/icons/ChevronLeft.js +1 -1
  477. package/dist/cjs/header/components/icons/Dismiss.js +1 -1
  478. package/dist/cjs/header/components/icons/MenuIcon.js +1 -1
  479. package/dist/cjs/header/components/kind/basic/DesktopMenu.js +1 -1
  480. package/dist/cjs/header/components/kind/basic/DesktopMenuItem.js +1 -1
  481. package/dist/cjs/header/components/kind/basic/MenuMobileItem.js +1 -1
  482. package/dist/cjs/header/components/kind/basic/MobileMenu.js +1 -1
  483. package/dist/cjs/header/components/kind/basic/index.js +1 -1
  484. package/dist/cjs/header/components/kind/modern/index.js +1 -1
  485. package/dist/cjs/header/hooks/useBodyOverlay.js +1 -1
  486. package/dist/cjs/header/index.js +1 -1
  487. package/dist/cjs/header/next.js +1 -1
  488. package/dist/cjs/header/settings/Header.js +2 -2
  489. package/dist/cjs/header/settings/configs/presets.js +2 -2
  490. package/dist/cjs/header/settings/configs/settings.js +2 -2
  491. package/dist/cjs/header/settings/configs/ui-v2.js +1 -1
  492. package/dist/cjs/heading/components/Heading.js +1 -1
  493. package/dist/cjs/heading/components/Heading.liquid.js +1 -1
  494. package/dist/cjs/heading/index.js +1 -1
  495. package/dist/cjs/heading/next.js +1 -1
  496. package/dist/cjs/heading/settings/Heading.js +2 -2
  497. package/dist/cjs/heading/settings/configs/presets.js +2 -2
  498. package/dist/cjs/heading/settings/configs/settings.js +1 -1
  499. package/dist/cjs/heading/settings/configs/translate.js +1 -1
  500. package/dist/cjs/heading/settings/configs/ui-v2.js +1 -1
  501. package/dist/cjs/helpers.js +1 -1
  502. package/dist/cjs/hero-banner/common/animation-manager.js +1 -1
  503. package/dist/cjs/hero-banner/common/attrs.js +1 -1
  504. package/dist/cjs/hero-banner/common/classes.js +1 -1
  505. package/dist/cjs/hero-banner/common/const.js +1 -1
  506. package/dist/cjs/hero-banner/common/helpers.js +1 -1
  507. package/dist/cjs/hero-banner/common/styles.js +1 -1
  508. package/dist/cjs/hero-banner/components/HeroBanner.js +1 -1
  509. package/dist/cjs/hero-banner/components/HeroBanner.liquid.js +13 -13
  510. package/dist/cjs/hero-banner/components/HeroBannerItem.js +1 -1
  511. package/dist/cjs/hero-banner/components/HeroBannerItem.liquid.js +11 -11
  512. package/dist/cjs/hero-banner/hooks/useHeroBanner.js +1 -1
  513. package/dist/cjs/hero-banner/hooks/useHeroBannerItem.js +1 -1
  514. package/dist/cjs/hero-banner/hooks/useIntersectionObserver.js +1 -1
  515. package/dist/cjs/hero-banner/hooks/useTranslateValue.js +1 -1
  516. package/dist/cjs/hero-banner/hooks/useWindowSize.js +1 -1
  517. package/dist/cjs/hero-banner/index.js +1 -1
  518. package/dist/cjs/hero-banner/next.js +1 -1
  519. package/dist/cjs/hero-banner/settings/HeroBanner.js +2 -2
  520. package/dist/cjs/hero-banner/settings/configs/presets/banner-1-col-pre-sales-page.js +2 -2
  521. package/dist/cjs/hero-banner/settings/configs/presets/banner-1-col.js +2 -2
  522. package/dist/cjs/hero-banner/settings/configs/presets/banner-content-left-pre-sales-page.js +2 -2
  523. package/dist/cjs/hero-banner/settings/configs/presets/banner-content-left.js +2 -2
  524. package/dist/cjs/hero-banner/settings/configs/presets/banner-content-right-pre-sales-page.js +2 -2
  525. package/dist/cjs/hero-banner/settings/configs/presets/banner-content-right.js +2 -2
  526. package/dist/cjs/hero-banner/settings/configs/presets/banner-parallax-pre-sales-page.js +2 -2
  527. package/dist/cjs/hero-banner/settings/configs/presets/banner-parallax.js +2 -2
  528. package/dist/cjs/hero-banner/settings/configs/presets/banner-video-pre-sales-page.js +2 -2
  529. package/dist/cjs/hero-banner/settings/configs/presets/banner-video.js +2 -2
  530. package/dist/cjs/hero-banner/settings/configs/settings.js +2 -2
  531. package/dist/cjs/hero-banner/settings/configs/translate.js +1 -1
  532. package/dist/cjs/hero-banner/settings/configs/ui-v2.js +1 -1
  533. package/dist/cjs/hooks/useGetProductId.js +1 -1
  534. package/dist/cjs/icon/common/attrs.js +1 -1
  535. package/dist/cjs/icon/common/classes.js +1 -1
  536. package/dist/cjs/icon/common/helpers.js +1 -1
  537. package/dist/cjs/icon/common/styles.js +1 -1
  538. package/dist/cjs/icon/components/Icon.js +1 -1
  539. package/dist/cjs/icon/components/Icon.liquid.js +8 -8
  540. package/dist/cjs/icon/index.js +1 -1
  541. package/dist/cjs/icon/next.js +1 -1
  542. package/dist/cjs/icon/settings/Icon.js +2 -2
  543. package/dist/cjs/icon/settings/configs/presets.js +2 -2
  544. package/dist/cjs/icon/settings/configs/settings.js +2 -2
  545. package/dist/cjs/icon/settings/configs/ui-v2.js +1 -1
  546. package/dist/cjs/icon-list/common/attrs.js +1 -1
  547. package/dist/cjs/icon-list/common/classes.js +1 -1
  548. package/dist/cjs/icon-list/common/styles.js +1 -1
  549. package/dist/cjs/icon-list/components/IconList.js +1 -1
  550. package/dist/cjs/icon-list/components/IconList.liquid.js +13 -13
  551. package/dist/cjs/icon-list/components/IconListItem.js +1 -1
  552. package/dist/cjs/icon-list/components/IconListItem.liquid.js +6 -6
  553. package/dist/cjs/icon-list/index.js +1 -1
  554. package/dist/cjs/icon-list/next.js +1 -1
  555. package/dist/cjs/icon-list/settings/IconList.js +4 -4
  556. package/dist/cjs/icon-list/settings/IconListItem.js +1 -1
  557. package/dist/cjs/icon-list/settings/configs/items.js +1 -1
  558. package/dist/cjs/icon-list/settings/configs/settings.js +1 -1
  559. package/dist/cjs/icon-list/settings/configs/translate.js +1 -1
  560. package/dist/cjs/icon-list/settings/configs/ui-v2.js +1 -1
  561. package/dist/cjs/icon-list-hoz/common/attrs.js +1 -1
  562. package/dist/cjs/icon-list-hoz/common/classes.js +1 -1
  563. package/dist/cjs/icon-list-hoz/common/styles.js +1 -1
  564. package/dist/cjs/icon-list-hoz/components/IconListHoz.js +1 -1
  565. package/dist/cjs/icon-list-hoz/components/IconListHoz.liquid.js +8 -8
  566. package/dist/cjs/icon-list-hoz/components/IconListHozItem.js +1 -1
  567. package/dist/cjs/icon-list-hoz/components/IconListIHozItem.liquid.js +4 -4
  568. package/dist/cjs/icon-list-hoz/index.js +1 -1
  569. package/dist/cjs/icon-list-hoz/next.js +1 -1
  570. package/dist/cjs/icon-list-hoz/settings/IconListHoz.js +2 -2
  571. package/dist/cjs/icon-list-hoz/settings/IconListItem.js +1 -1
  572. package/dist/cjs/icon-list-hoz/settings/ItemTemplate.js +1 -1
  573. package/dist/cjs/icon-list-hoz/settings/configs/presets.js +3 -3
  574. package/dist/cjs/icon-list-hoz/settings/configs/settings.js +1 -1
  575. package/dist/cjs/icon-list-hoz/settings/configs/uiV2.js +1 -1
  576. package/dist/cjs/icon-list-v2/common/classes.js +1 -1
  577. package/dist/cjs/icon-list-v2/common/helpers.js +1 -1
  578. package/dist/cjs/icon-list-v2/common/styles.js +1 -1
  579. package/dist/cjs/icon-list-v2/components/IconList.js +1 -1
  580. package/dist/cjs/icon-list-v2/components/IconList.liquid.js +22 -22
  581. package/dist/cjs/icon-list-v2/hooks/useIconLineHeight.js +1 -1
  582. package/dist/cjs/icon-list-v2/index.js +1 -1
  583. package/dist/cjs/icon-list-v2/next.js +1 -1
  584. package/dist/cjs/icon-list-v2/settings/IconList.js +3 -3
  585. package/dist/cjs/icon-list-v2/settings/configs/items.js +1 -1
  586. package/dist/cjs/icon-list-v2/settings/configs/settings.js +1 -1
  587. package/dist/cjs/icon-list-v2/settings/configs/translate.js +1 -1
  588. package/dist/cjs/icon-list-v2/settings/configs/ui-v2.js +1 -1
  589. package/dist/cjs/image/common/attrs.js +1 -1
  590. package/dist/cjs/image/common/classes.js +1 -1
  591. package/dist/cjs/image/common/helpers.js +2 -2
  592. package/dist/cjs/image/common/styles.js +1 -1
  593. package/dist/cjs/image/components/AdaptiveImage.js +1 -1
  594. package/dist/cjs/image/components/AdaptiveImage.liquid.js +13 -13
  595. package/dist/cjs/image/components/Image.js +1 -1
  596. package/dist/cjs/image/components/Image.liquid.js +11 -11
  597. package/dist/cjs/image/components/Modal3d.liquid.js +5 -5
  598. package/dist/cjs/image/components/NextImage.js +1 -1
  599. package/dist/cjs/image/components/NextImage.liquid.js +6 -6
  600. package/dist/cjs/image/components/Video.liquid.js +5 -5
  601. package/dist/cjs/image/constants.js +1 -1
  602. package/dist/cjs/image/index.js +1 -1
  603. package/dist/cjs/image/next.js +1 -1
  604. package/dist/cjs/image/settings/Image.js +2 -2
  605. package/dist/cjs/image/settings/configs/presets.js +2 -2
  606. package/dist/cjs/image/settings/configs/settings.js +1 -1
  607. package/dist/cjs/image/settings/configs/translate.js +1 -1
  608. package/dist/cjs/image/settings/configs/ui-v2.js +1 -1
  609. package/dist/cjs/image-comparison/common/attrs.js +1 -1
  610. package/dist/cjs/image-comparison/common/classes.js +1 -1
  611. package/dist/cjs/image-comparison/common/helpers.js +1 -1
  612. package/dist/cjs/image-comparison/common/styles.js +11 -11
  613. package/dist/cjs/image-comparison/components/CompareImage.js +1 -1
  614. package/dist/cjs/image-comparison/components/CompareImage.liquid.js +18 -18
  615. package/dist/cjs/image-comparison/components/ImageComparison.js +1 -1
  616. package/dist/cjs/image-comparison/components/ImageComparison.liquid.js +4 -4
  617. package/dist/cjs/image-comparison/components/Label.js +1 -1
  618. package/dist/cjs/image-comparison/components/Label.liquid.js +8 -8
  619. package/dist/cjs/image-comparison/components/SlideHandle.js +1 -1
  620. package/dist/cjs/image-comparison/components/SlideHandle.liquid.js +8 -8
  621. package/dist/cjs/image-comparison/hooks/useCompareImage.js +1 -1
  622. package/dist/cjs/image-comparison/index.js +1 -1
  623. package/dist/cjs/image-comparison/next.js +1 -1
  624. package/dist/cjs/image-comparison/settings/ImageComparison.js +3 -3
  625. package/dist/cjs/image-comparison/settings/configs/settings.js +1 -1
  626. package/dist/cjs/image-comparison/settings/configs/translate.js +1 -1
  627. package/dist/cjs/image-comparison/settings/configs/ui-v2.js +1 -1
  628. package/dist/cjs/image-detection/components/ImageDetection.js +1 -1
  629. package/dist/cjs/image-detection/index.js +1 -1
  630. package/dist/cjs/image-detection/next.js +1 -1
  631. package/dist/cjs/image-detection/settings/ImageDetection.js +2 -2
  632. package/dist/cjs/image-detection/settings/configs/settings.js +1 -1
  633. package/dist/cjs/index.js +1 -1
  634. package/dist/cjs/index.liquid.js +1 -1
  635. package/dist/cjs/input/components/Input.js +1 -1
  636. package/dist/cjs/input/index.js +1 -1
  637. package/dist/cjs/input/next.js +1 -1
  638. package/dist/cjs/input/settings/Input.js +2 -2
  639. package/dist/cjs/input/settings/configs/settings.js +1 -1
  640. package/dist/cjs/line/common/classes.js +1 -1
  641. package/dist/cjs/line/common/helpers.js +1 -1
  642. package/dist/cjs/line/common/styles.js +1 -1
  643. package/dist/cjs/line/components/Divider.js +1 -1
  644. package/dist/cjs/line/components/Divider.liquid.js +1 -1
  645. package/dist/cjs/line/components/Line.js +1 -1
  646. package/dist/cjs/line/components/Line.liquid.js +14 -14
  647. package/dist/cjs/line/index.js +1 -1
  648. package/dist/cjs/line/next.js +1 -1
  649. package/dist/cjs/line/settings/Line.js +2 -2
  650. package/dist/cjs/line/settings/configs/presets.js +2 -2
  651. package/dist/cjs/line/settings/configs/settings.js +1 -1
  652. package/dist/cjs/line/settings/configs/ui-v2.js +1 -1
  653. package/dist/cjs/link/common/helpers.js +1 -1
  654. package/dist/cjs/link/components/CustomLink.js +1 -1
  655. package/dist/cjs/link/components/Link.js +1 -1
  656. package/dist/cjs/link/components/ProductLink.js +1 -1
  657. package/dist/cjs/link/components/next-link/CustomLink.js +1 -1
  658. package/dist/cjs/link/components/next-link/ProductLink.js +1 -1
  659. package/dist/cjs/link/components/next-link/index.js +1 -1
  660. package/dist/cjs/link/index.js +1 -1
  661. package/dist/cjs/link/next.js +1 -1
  662. package/dist/cjs/link/settings/Link.js +1 -1
  663. package/dist/cjs/link/settings/configs/settings.js +1 -1
  664. package/dist/cjs/marquee/common/classes.js +1 -1
  665. package/dist/cjs/marquee/common/helpers.js +1 -1
  666. package/dist/cjs/marquee/common/styles.js +1 -1
  667. package/dist/cjs/marquee/components/Marquee.js +1 -1
  668. package/dist/cjs/marquee/components/Marquee.liquid.js +19 -19
  669. package/dist/cjs/marquee/components/MarqueeBase.js +1 -1
  670. package/dist/cjs/marquee/components/MarqueeBase.liquid.js +8 -8
  671. package/dist/cjs/marquee/components/MarqueeItem.js +1 -1
  672. package/dist/cjs/marquee/components/MarqueeItem.liquid.js +6 -6
  673. package/dist/cjs/marquee/hooks/useMarquee.js +1 -1
  674. package/dist/cjs/marquee/hooks/useMarqueeBase.js +1 -1
  675. package/dist/cjs/marquee/hooks/useMarqueeItem.js +1 -1
  676. package/dist/cjs/marquee/hooks/useMarqueeScrollToItem.js +1 -1
  677. package/dist/cjs/marquee/hooks/useMarqueeStyles.js +1 -1
  678. package/dist/cjs/marquee/hooks/useTransition.js +1 -1
  679. package/dist/cjs/marquee/index.js +1 -1
  680. package/dist/cjs/marquee/next.js +1 -1
  681. package/dist/cjs/marquee/settings/Marquee.js +2 -2
  682. package/dist/cjs/marquee/settings/MarqueeItem.js +1 -1
  683. package/dist/cjs/marquee/settings/configs/child-image-template.js +1 -1
  684. package/dist/cjs/marquee/settings/configs/child-template.js +1 -1
  685. package/dist/cjs/marquee/settings/configs/child-text-template.js +1 -1
  686. package/dist/cjs/marquee/settings/configs/presets.js +3 -3
  687. package/dist/cjs/marquee/settings/configs/settings-v2.js +2 -2
  688. package/dist/cjs/marquee/settings/configs/ui-v2.js +1 -1
  689. package/dist/cjs/menu/components/DropdownMenu.js +1 -1
  690. package/dist/cjs/menu/components/MegaMenu.js +1 -1
  691. package/dist/cjs/menu/components/Menu.js +1 -1
  692. package/dist/cjs/menu/components/NavigationMenu.js +1 -1
  693. package/dist/cjs/menu/components/SubMegaMenu.js +1 -1
  694. package/dist/cjs/menu/components/SubNavigationMenu.js +1 -1
  695. package/dist/cjs/menu/index.js +1 -1
  696. package/dist/cjs/menu/next.js +1 -1
  697. package/dist/cjs/menu/settings/Menu.js +1 -1
  698. package/dist/cjs/menu/settings/configs/settings.js +1 -1
  699. package/dist/cjs/modal/common/helpers.js +1 -1
  700. package/dist/cjs/modal/components/Modal.js +1 -1
  701. package/dist/cjs/modal/components/confirm.js +1 -1
  702. package/dist/cjs/modal/hooks/useModalContainer.js +1 -1
  703. package/dist/cjs/modal/index.js +1 -1
  704. package/dist/cjs/modal/next.js +1 -1
  705. package/dist/cjs/modal/settings/Modal.js +1 -1
  706. package/dist/cjs/modal/settings/configs/settings.js +1 -1
  707. package/dist/cjs/next.js +1 -1
  708. package/dist/cjs/notification/components/Notice.js +1 -1
  709. package/dist/cjs/notification/components/Notifications.js +1 -1
  710. package/dist/cjs/notification/components/icons/CloseIcon.js +1 -1
  711. package/dist/cjs/notification/hooks/useNotification.js +1 -1
  712. package/dist/cjs/pagination/components/Pagination.js +1 -1
  713. package/dist/cjs/pagination/index.js +1 -1
  714. package/dist/cjs/pagination/next.js +1 -1
  715. package/dist/cjs/pagination/settings/Pagination.js +1 -1
  716. package/dist/cjs/pagination/settings/configs/settings.js +1 -1
  717. package/dist/cjs/post-purchase/advanced-list/common/attrs.js +1 -1
  718. package/dist/cjs/post-purchase/advanced-list/common/classes.js +1 -1
  719. package/dist/cjs/post-purchase/advanced-list/common/styles.js +1 -1
  720. package/dist/cjs/post-purchase/advanced-list/components/AdvancedListPostPurchase.js +1 -1
  721. package/dist/cjs/post-purchase/advanced-list/components/PostPurchaseAdvancedListItem.js +1 -1
  722. package/dist/cjs/post-purchase/advanced-list/index.js +1 -1
  723. package/dist/cjs/post-purchase/advanced-list/next.js +1 -1
  724. package/dist/cjs/post-purchase/advanced-list/settings/AdvancedListPostPurchase.js +2 -2
  725. package/dist/cjs/post-purchase/advanced-list/settings/PostPurchaseAdvancedListItem.js +1 -1
  726. package/dist/cjs/post-purchase/advanced-list/settings/configs/presets.js +2 -2
  727. package/dist/cjs/post-purchase/advanced-list/settings/configs/settings.js +1 -1
  728. package/dist/cjs/post-purchase/advanced-list/settings/configs/templates.js +1 -1
  729. package/dist/cjs/post-purchase/advanced-list/settings/configs/ui-v2.js +1 -1
  730. package/dist/cjs/post-purchase/advanced-list/types.js +1 -1
  731. package/dist/cjs/post-purchase/button/common/classes.js +1 -1
  732. package/dist/cjs/post-purchase/button/common/styles.js +1 -1
  733. package/dist/cjs/post-purchase/button/components/Button.js +1 -1
  734. package/dist/cjs/post-purchase/button/index.js +1 -1
  735. package/dist/cjs/post-purchase/button/next.js +1 -1
  736. package/dist/cjs/post-purchase/button/settings/Button.js +2 -2
  737. package/dist/cjs/post-purchase/button/settings/configs/presets.js +2 -2
  738. package/dist/cjs/post-purchase/button/settings/configs/settings.js +1 -1
  739. package/dist/cjs/post-purchase/button/settings/configs/ui-v2.js +1 -1
  740. package/dist/cjs/post-purchase/buyer-consent/common/classes.js +1 -1
  741. package/dist/cjs/post-purchase/buyer-consent/common/constants.js +1 -1
  742. package/dist/cjs/post-purchase/buyer-consent/common/helpers.js +1 -1
  743. package/dist/cjs/post-purchase/buyer-consent/common/styles.js +1 -1
  744. package/dist/cjs/post-purchase/buyer-consent/components/BuyerConsent.js +1 -1
  745. package/dist/cjs/post-purchase/buyer-consent/components/PostPurchaseCheckbox.js +1 -1
  746. package/dist/cjs/post-purchase/buyer-consent/hooks/useBuyerConsentChecked.js +1 -1
  747. package/dist/cjs/post-purchase/buyer-consent/index.js +1 -1
  748. package/dist/cjs/post-purchase/buyer-consent/next.js +1 -1
  749. package/dist/cjs/post-purchase/buyer-consent/settings/BuyerConsent.js +2 -2
  750. package/dist/cjs/post-purchase/buyer-consent/settings/configs/presets.js +2 -2
  751. package/dist/cjs/post-purchase/buyer-consent/settings/configs/settings.js +1 -1
  752. package/dist/cjs/post-purchase/buyer-consent/settings/configs/ui-v2.js +1 -1
  753. package/dist/cjs/post-purchase/callout-banner/common/classes.js +1 -1
  754. package/dist/cjs/post-purchase/callout-banner/common/styles.js +1 -1
  755. package/dist/cjs/post-purchase/callout-banner/components/CalloutBox.js +1 -1
  756. package/dist/cjs/post-purchase/callout-banner/components/CalloutText.js +1 -1
  757. package/dist/cjs/post-purchase/callout-banner/index.js +1 -1
  758. package/dist/cjs/post-purchase/callout-banner/next.js +1 -1
  759. package/dist/cjs/post-purchase/callout-banner/settings/CalloutBox.js +1 -1
  760. package/dist/cjs/post-purchase/callout-banner/settings/CalloutText.js +1 -1
  761. package/dist/cjs/post-purchase/callout-banner/settings/config/callout-box/preset.js +2 -2
  762. package/dist/cjs/post-purchase/callout-banner/settings/config/callout-box/setting.js +2 -2
  763. package/dist/cjs/post-purchase/callout-banner/settings/config/callout-box/ui-v2.js +1 -1
  764. package/dist/cjs/post-purchase/callout-banner/settings/config/callout-text/preset.js +2 -2
  765. package/dist/cjs/post-purchase/callout-banner/settings/config/callout-text/setting.js +1 -1
  766. package/dist/cjs/post-purchase/callout-banner/settings/config/callout-text/ui-v1.js +1 -1
  767. package/dist/cjs/post-purchase/callout-banner/settings/config/callout-text/ui-v2.js +1 -1
  768. package/dist/cjs/post-purchase/common/constants.js +1 -1
  769. package/dist/cjs/post-purchase/common/helper.js +1 -1
  770. package/dist/cjs/post-purchase/countdown-timer/common/classes.js +1 -1
  771. package/dist/cjs/post-purchase/countdown-timer/common/styles.js +1 -1
  772. package/dist/cjs/post-purchase/countdown-timer/components/PostPurchaseCountdownTimer.js +1 -1
  773. package/dist/cjs/post-purchase/countdown-timer/components/TextCountdown.js +1 -1
  774. package/dist/cjs/post-purchase/countdown-timer/hooks/useCountdownTimer.js +1 -1
  775. package/dist/cjs/post-purchase/countdown-timer/hooks/useGetTimeExpired.js +1 -1
  776. package/dist/cjs/post-purchase/countdown-timer/index.js +1 -1
  777. package/dist/cjs/post-purchase/countdown-timer/next.js +1 -1
  778. package/dist/cjs/post-purchase/countdown-timer/settings/CountdownTimer.js +2 -2
  779. package/dist/cjs/post-purchase/countdown-timer/settings/config/preset.js +2 -2
  780. package/dist/cjs/post-purchase/countdown-timer/settings/config/setting.js +1 -1
  781. package/dist/cjs/post-purchase/countdown-timer/settings/config/ui-v2.js +1 -1
  782. package/dist/cjs/post-purchase/image/common/classes.js +1 -1
  783. package/dist/cjs/post-purchase/image/common/helpers.js +1 -1
  784. package/dist/cjs/post-purchase/image/common/styles.js +1 -1
  785. package/dist/cjs/post-purchase/image/components/AdaptiveImage.js +1 -1
  786. package/dist/cjs/post-purchase/image/components/Image.js +1 -1
  787. package/dist/cjs/post-purchase/image/components/Img.js +1 -1
  788. package/dist/cjs/post-purchase/image/index.js +1 -1
  789. package/dist/cjs/post-purchase/image/next.js +1 -1
  790. package/dist/cjs/post-purchase/image/settings/Image.js +3 -3
  791. package/dist/cjs/post-purchase/image/settings/configs/setting-v2.js +1 -1
  792. package/dist/cjs/post-purchase/image/settings/configs/ui-v2.js +1 -1
  793. package/dist/cjs/post-purchase/line/common/classes.js +1 -1
  794. package/dist/cjs/post-purchase/line/common/styles.js +1 -1
  795. package/dist/cjs/post-purchase/line/components/PostPurchaseLine.js +1 -1
  796. package/dist/cjs/post-purchase/line/index.js +1 -1
  797. package/dist/cjs/post-purchase/line/next.js +1 -1
  798. package/dist/cjs/post-purchase/line/settings/PostPurchaseLine.js +2 -2
  799. package/dist/cjs/post-purchase/line/settings/configs/presets.js +2 -2
  800. package/dist/cjs/post-purchase/line/settings/configs/settings.js +1 -1
  801. package/dist/cjs/post-purchase/line/settings/configs/ui-v2.js +1 -1
  802. package/dist/cjs/post-purchase/link/common/classes.js +1 -1
  803. package/dist/cjs/post-purchase/link/common/helpers.js +1 -1
  804. package/dist/cjs/post-purchase/link/common/styles.js +1 -1
  805. package/dist/cjs/post-purchase/link/components/PostPurchaseLink.js +1 -1
  806. package/dist/cjs/post-purchase/link/index.js +1 -1
  807. package/dist/cjs/post-purchase/link/next.js +1 -1
  808. package/dist/cjs/post-purchase/link/settings/PostPurchaseLink.js +2 -2
  809. package/dist/cjs/post-purchase/link/settings/configs/presets.js +2 -2
  810. package/dist/cjs/post-purchase/link/settings/configs/settings.js +1 -1
  811. package/dist/cjs/post-purchase/link/settings/configs/ui-v2.js +1 -1
  812. package/dist/cjs/post-purchase/product/common/attrs.js +1 -1
  813. package/dist/cjs/post-purchase/product/common/classes.js +1 -1
  814. package/dist/cjs/post-purchase/product/common/helpers.js +1 -1
  815. package/dist/cjs/post-purchase/product/common/styles.js +1 -1
  816. package/dist/cjs/post-purchase/product/components/AcceptButton.js +1 -1
  817. package/dist/cjs/post-purchase/product/components/ProductDescription.js +1 -1
  818. package/dist/cjs/post-purchase/product/components/ProductDiscountTag.js +1 -1
  819. package/dist/cjs/post-purchase/product/components/ProductPrice.js +1 -1
  820. package/dist/cjs/post-purchase/product/components/ProductPriceBreakdown.js +1 -1
  821. package/dist/cjs/post-purchase/product/components/ProductQuantity.js +1 -1
  822. package/dist/cjs/post-purchase/product/components/ProductTitle.js +1 -1
  823. package/dist/cjs/post-purchase/product/components/price-breakdown/MoneyLine.js +1 -1
  824. package/dist/cjs/post-purchase/product/components/product-image/FeatureImage.js +1 -1
  825. package/dist/cjs/post-purchase/product/components/product-image/ImageListCarousel.js +1 -1
  826. package/dist/cjs/post-purchase/product/components/product-image/ImageListGrid.js +1 -1
  827. package/dist/cjs/post-purchase/product/components/product-image/ItemCarouselPostPurchase.js +1 -1
  828. package/dist/cjs/post-purchase/product/components/product-image/ItemGridPostPurchase.js +1 -1
  829. package/dist/cjs/post-purchase/product/components/product-image/carousel-post-purchase/Arrow.js +1 -1
  830. package/dist/cjs/post-purchase/product/components/product-image/carousel-post-purchase/CarouselPostPurchase.js +1 -1
  831. package/dist/cjs/post-purchase/product/components/product-image/carousel-post-purchase/CarouselPostPurchaseContext.js +1 -1
  832. package/dist/cjs/post-purchase/product/components/product-image/carousel-post-purchase/CarouselWrapperPostPurchase.js +1 -1
  833. package/dist/cjs/post-purchase/product/components/product-image/index.js +1 -1
  834. package/dist/cjs/post-purchase/product/components/product-image/layouts/FeatureImageWithGalleryImage.js +1 -1
  835. package/dist/cjs/post-purchase/product/components/product-image/layouts/OnlyGalleryImage.js +1 -1
  836. package/dist/cjs/post-purchase/product/components/product-offer/common/attrs.js +1 -1
  837. package/dist/cjs/post-purchase/product/components/product-offer/common/classes.js +1 -1
  838. package/dist/cjs/post-purchase/product/components/product-offer/common/styles.js +1 -1
  839. package/dist/cjs/post-purchase/product/components/product-offer/components/ProductOffer.js +1 -1
  840. package/dist/cjs/post-purchase/product/components/product-offer/components/ProductOfferItem.js +1 -1
  841. package/dist/cjs/post-purchase/product/components/product-offer/hooks/useProductOfferData.js +1 -1
  842. package/dist/cjs/post-purchase/product/components/product-subscription/ProductSubscription.js +1 -1
  843. package/dist/cjs/post-purchase/product/components/product-subscription/common/attrs.js +1 -1
  844. package/dist/cjs/post-purchase/product/components/product-subscription/common/classes.js +1 -1
  845. package/dist/cjs/post-purchase/product/components/product-subscription/common/extractSellingPlanSettings.js +1 -1
  846. package/dist/cjs/post-purchase/product/components/product-subscription/common/styles.js +1 -1
  847. package/dist/cjs/post-purchase/product/components/product-subscription/components/OneTimePurchaseTooltip.js +1 -1
  848. package/dist/cjs/post-purchase/product/components/product-subscription/components/ProductSubscriptionContent.js +1 -1
  849. package/dist/cjs/post-purchase/product/components/product-subscription/components/ProductSubscriptionOptions.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/helpers/handleContainerKeyDown.js +1 -1
  860. package/dist/cjs/post-purchase/product/components/product-subscription/hooks/useCheckProductsSubscriptionExistence.js +1 -1
  861. package/dist/cjs/post-purchase/product/components/product-subscription/hooks/useProductSubscriptionContentData.js +1 -1
  862. package/dist/cjs/post-purchase/product/components/product-subscription/hooks/useSellingPlanChange.js +1 -1
  863. package/dist/cjs/post-purchase/product/components/product-subscription/hooks/useSellingPlanOptions.js +1 -1
  864. package/dist/cjs/post-purchase/product/components/product-subscription/hooks/useSellingSubscription.js +1 -1
  865. package/dist/cjs/post-purchase/product/components/product-subscription/hooks/useSubscriptionVisibility.js +1 -1
  866. package/dist/cjs/post-purchase/product/components/product-variant/common/classes.js +1 -1
  867. package/dist/cjs/post-purchase/product/components/product-variant/common/helpers.js +1 -1
  868. package/dist/cjs/post-purchase/product/components/product-variant/common/styles.js +1 -1
  869. package/dist/cjs/post-purchase/product/components/product-variant/components/ProductOption.js +1 -1
  870. package/dist/cjs/post-purchase/product/components/product-variant/components/ProductVariant.js +1 -1
  871. package/dist/cjs/post-purchase/product/components/product-variant/components/variants/Dropdown.js +1 -1
  872. package/dist/cjs/post-purchase/product/components/product-variant/components/variants/DropdownOption.js +1 -1
  873. package/dist/cjs/post-purchase/product/components/product-variant/components/variants/RectangleList.js +1 -1
  874. package/dist/cjs/post-purchase/product/components/product-variant/components/variants/VariantGroup.js +1 -1
  875. package/dist/cjs/post-purchase/product/components/product-variant/components/variants/VariantItem.js +1 -1
  876. package/dist/cjs/post-purchase/product/components/product-variant/components/variants/VariantOption.js +1 -1
  877. package/dist/cjs/post-purchase/product/components/product-variant/hooks/useTransition.js +1 -1
  878. package/dist/cjs/post-purchase/product/constants/ProductOfferPlaceholder.js +1 -1
  879. package/dist/cjs/post-purchase/product/constants/index.js +1 -1
  880. package/dist/cjs/post-purchase/product/helpers/index.js +1 -1
  881. package/dist/cjs/post-purchase/product/helpers/product-price-breakdown/getClasses.js +1 -1
  882. package/dist/cjs/post-purchase/product/helpers/product-price-breakdown/getPrice.js +1 -1
  883. package/dist/cjs/post-purchase/product/helpers/product-price-breakdown/getStyles.js +1 -1
  884. package/dist/cjs/post-purchase/product/helpers/product-quantity/getClasses.js +1 -1
  885. package/dist/cjs/post-purchase/product/helpers/product-quantity/getStyles.js +1 -1
  886. package/dist/cjs/post-purchase/product/hooks/useCarousel.js +1 -1
  887. package/dist/cjs/post-purchase/product/hooks/useDynamicProduct.js +1 -1
  888. package/dist/cjs/post-purchase/product/hooks/useFeatureImagePostPurchase.js +1 -1
  889. package/dist/cjs/post-purchase/product/hooks/useGetItemGapPriceBreakdown.js +1 -1
  890. package/dist/cjs/post-purchase/product/hooks/useGetMoneyLines.js +1 -1
  891. package/dist/cjs/post-purchase/product/hooks/useGetTextSetting.js +1 -1
  892. package/dist/cjs/post-purchase/product/hooks/useHandleQuantity.js +1 -1
  893. package/dist/cjs/post-purchase/product/hooks/useListCarousel.js +1 -1
  894. package/dist/cjs/post-purchase/product/hooks/useNavigationCarouselPostPurchase.js +1 -1
  895. package/dist/cjs/post-purchase/product/hooks/useProductImagePostPurchase.js +1 -1
  896. package/dist/cjs/post-purchase/product/hooks/useProductPriceBreakdown.js +1 -1
  897. package/dist/cjs/post-purchase/product/hooks/useRecurringSubtotal.js +1 -1
  898. package/dist/cjs/post-purchase/product/hooks/useSetCollapsePrice.js +1 -1
  899. package/dist/cjs/post-purchase/product/hooks/useSlideCarousel.js +1 -1
  900. package/dist/cjs/post-purchase/product/hooks/useSubscriptionConsentCheck.js +1 -1
  901. package/dist/cjs/post-purchase/product/hooks/useSubscriptionSellingType.js +1 -1
  902. package/dist/cjs/post-purchase/product/index.js +1 -1
  903. package/dist/cjs/post-purchase/product/next.js +1 -1
  904. package/dist/cjs/post-purchase/product/settings/accept-button/configs/presets.js +2 -2
  905. package/dist/cjs/post-purchase/product/settings/accept-button/configs/settings.js +1 -1
  906. package/dist/cjs/post-purchase/product/settings/accept-button/configs/ui-v2.js +1 -1
  907. package/dist/cjs/post-purchase/product/settings/accept-button/index.js +2 -2
  908. package/dist/cjs/post-purchase/product/settings/presets-config/product-presets/product-1-col.js +2 -2
  909. package/dist/cjs/post-purchase/product/settings/presets-config/product-presets/product-2-col.js +2 -2
  910. package/dist/cjs/post-purchase/product/settings/presets-config/product-presets/product-default.js +2 -2
  911. package/dist/cjs/post-purchase/product/settings/presets-config/product-presets/product-offer-1-col.js +2 -2
  912. package/dist/cjs/post-purchase/product/settings/presets-config/product-presets/product-offer-2-col.js +2 -2
  913. package/dist/cjs/post-purchase/product/settings/presets-config/product-presets/product-offer-default.js +2 -2
  914. package/dist/cjs/post-purchase/product/settings/product-description/ProductDescription.js +3 -3
  915. package/dist/cjs/post-purchase/product/settings/product-description/configs/settings-v2.js +1 -1
  916. package/dist/cjs/post-purchase/product/settings/product-description/configs/ui-v2.js +1 -1
  917. package/dist/cjs/post-purchase/product/settings/product-discount-tag/ProductDiscountTag.js +2 -2
  918. package/dist/cjs/post-purchase/product/settings/product-discount-tag/configs/setting-v2.js +1 -1
  919. package/dist/cjs/post-purchase/product/settings/product-discount-tag/configs/ui-v2.js +1 -1
  920. package/dist/cjs/post-purchase/product/settings/product-image/ProductImages.js +3 -3
  921. package/dist/cjs/post-purchase/product/settings/product-image/configs/settings-v2.js +1 -1
  922. package/dist/cjs/post-purchase/product/settings/product-image/configs/ui-v2.js +1 -1
  923. package/dist/cjs/post-purchase/product/settings/product-offer/configs/settings-v2.js +2 -2
  924. package/dist/cjs/post-purchase/product/settings/product-offer/configs/ui-v2.js +1 -1
  925. package/dist/cjs/post-purchase/product/settings/product-offer/index.js +2 -2
  926. package/dist/cjs/post-purchase/product/settings/product-price/ProductPrice.js +3 -3
  927. package/dist/cjs/post-purchase/product/settings/product-price/configs/settings-v2.js +1 -1
  928. package/dist/cjs/post-purchase/product/settings/product-price/configs/ui-v2.js +1 -1
  929. package/dist/cjs/post-purchase/product/settings/product-price-breakdown/configs/presets.js +2 -2
  930. package/dist/cjs/post-purchase/product/settings/product-price-breakdown/configs/settings.js +1 -1
  931. package/dist/cjs/post-purchase/product/settings/product-price-breakdown/configs/ui-v2.js +1 -1
  932. package/dist/cjs/post-purchase/product/settings/product-price-breakdown/index.js +2 -2
  933. package/dist/cjs/post-purchase/product/settings/product-quantity/configs/presets.js +2 -2
  934. package/dist/cjs/post-purchase/product/settings/product-quantity/configs/settings.js +1 -1
  935. package/dist/cjs/post-purchase/product/settings/product-quantity/configs/ui-v2.js +1 -1
  936. package/dist/cjs/post-purchase/product/settings/product-quantity/index.js +2 -2
  937. package/dist/cjs/post-purchase/product/settings/product-subscription/configs/presets.js +2 -2
  938. package/dist/cjs/post-purchase/product/settings/product-subscription/configs/settings.js +1 -1
  939. package/dist/cjs/post-purchase/product/settings/product-subscription/configs/ui-v2.js +1 -1
  940. package/dist/cjs/post-purchase/product/settings/product-subscription/index.js +2 -2
  941. package/dist/cjs/post-purchase/product/settings/product-title/ProductTitle.js +3 -3
  942. package/dist/cjs/post-purchase/product/settings/product-title/configs/settings-v2.js +1 -1
  943. package/dist/cjs/post-purchase/product/settings/product-title/configs/ui-v2.js +1 -1
  944. package/dist/cjs/post-purchase/product/settings/product-variants/ProductVariant.js +3 -3
  945. package/dist/cjs/post-purchase/product/settings/product-variants/configs/settings-v1.js +2 -2
  946. package/dist/cjs/post-purchase/product/settings/product-variants/configs/settings-v2.js +2 -2
  947. package/dist/cjs/post-purchase/product/settings/product-variants/configs/ui-v2.js +1 -1
  948. package/dist/cjs/post-purchase/text/common/attrs.js +1 -1
  949. package/dist/cjs/post-purchase/text/common/classes.js +1 -1
  950. package/dist/cjs/post-purchase/text/common/helpers.js +1 -1
  951. package/dist/cjs/post-purchase/text/common/styles.js +1 -1
  952. package/dist/cjs/post-purchase/text/components/Text.js +2 -2
  953. package/dist/cjs/post-purchase/text/index.js +1 -1
  954. package/dist/cjs/post-purchase/text/next.js +1 -1
  955. package/dist/cjs/post-purchase/text/settings/heading/Heading.js +1 -1
  956. package/dist/cjs/post-purchase/text/settings/heading/configs/presets-v2.js +2 -2
  957. package/dist/cjs/post-purchase/text/settings/text/Text.js +3 -3
  958. package/dist/cjs/post-purchase/text/settings/text/configs/setting-v2.js +1 -1
  959. package/dist/cjs/post-purchase/text/settings/text/configs/ui-v2.js +1 -1
  960. package/dist/cjs/postPurchaseSetting.js +1 -1
  961. package/dist/cjs/product/components/ProductImages.js +1 -1
  962. package/dist/cjs/product/components/ProductImages.liquid.js +17 -17
  963. package/dist/cjs/product/components/ProductNotFound.js +1 -1
  964. package/dist/cjs/product/components/SalePageProductListWarning.js +1 -1
  965. package/dist/cjs/product/components/dynamic-checkout/Button.liquid.js +9 -9
  966. package/dist/cjs/product/components/dynamic-checkout/DynamicCheckout.js +1 -1
  967. package/dist/cjs/product/components/dynamic-checkout/DynamicCheckout.liquid.js +1 -1
  968. package/dist/cjs/product/components/dynamic-checkout/common/classes.js +1 -1
  969. package/dist/cjs/product/components/dynamic-checkout/common/styles.js +55 -55
  970. package/dist/cjs/product/components/file-upload/UploadFile.js +1 -1
  971. package/dist/cjs/product/components/file-upload/UploadFile.liquid.js +19 -19
  972. package/dist/cjs/product/components/file-upload/common/attr.js +1 -1
  973. package/dist/cjs/product/components/file-upload/common/classes.js +1 -1
  974. package/dist/cjs/product/components/file-upload/common/helpers.js +1 -1
  975. package/dist/cjs/product/components/file-upload/common/style.js +1 -1
  976. package/dist/cjs/product/components/file-upload/settings/configs/presets.js +2 -2
  977. package/dist/cjs/product/components/file-upload/settings/configs/settings.js +2 -2
  978. package/dist/cjs/product/components/file-upload/settings/configs/translate.js +1 -1
  979. package/dist/cjs/product/components/file-upload/settings/configs/ui-v1.js +1 -1
  980. package/dist/cjs/product/components/file-upload/settings/configs/ui-v2.js +1 -1
  981. package/dist/cjs/product/components/file-upload/settings/index.js +2 -2
  982. package/dist/cjs/product/components/product-badge/ProductBadge.js +1 -1
  983. package/dist/cjs/product/components/product-badge/ProductBadge.liquid.js +24 -24
  984. package/dist/cjs/product/components/product-badge/common/attrs.js +1 -1
  985. package/dist/cjs/product/components/product-badge/common/classes.js +1 -1
  986. package/dist/cjs/product/components/product-badge/common/styles.js +1 -1
  987. package/dist/cjs/product/components/product-badge/constants.js +1 -1
  988. package/dist/cjs/product/components/product-badge/utils/common.js +1 -1
  989. package/dist/cjs/product/components/product-badge/utils/generateLiquidContent.js +3 -3
  990. package/dist/cjs/product/components/product-badge/utils/getRotateShape.js +1 -1
  991. package/dist/cjs/product/components/product-badge/utils/getShapePosition.js +1 -1
  992. package/dist/cjs/product/components/product-badge/utils/getStyleAdvanced.js +1 -1
  993. package/dist/cjs/product/components/product-badge/utils/getWhiteSpace.js +1 -1
  994. package/dist/cjs/product/components/product-badge/utils/renderBadgeILP.js +1 -1
  995. package/dist/cjs/product/components/product-badge/utils/renderBadgeLiquid.js +59 -59
  996. package/dist/cjs/product/components/product-badge/utils/shape.js +1 -1
  997. package/dist/cjs/product/components/product-badge/utils/stylesV2.js +5 -5
  998. package/dist/cjs/product/components/product-bundle/ProductBundleDiscount.js +1 -1
  999. package/dist/cjs/product/components/product-bundle/ProductBundleDiscount.liquid.js +10 -10
  1000. package/dist/cjs/product/components/product-bundle/ProductBundleDiscountChildrenItem.js +1 -1
  1001. package/dist/cjs/product/components/product-bundle/ProductBundleDiscountChildrenItem.liquid.js +10 -10
  1002. package/dist/cjs/product/components/product-bundle/ProductBundleDiscountItem.js +1 -1
  1003. package/dist/cjs/product/components/product-bundle/ProductBundleDiscountItem.liquid.js +1 -1
  1004. package/dist/cjs/product/components/product-bundle/common/classes.js +1 -1
  1005. package/dist/cjs/product/components/product-bundle/common/helpers.js +1 -1
  1006. package/dist/cjs/product/components/product-bundle/common/styles.js +1 -1
  1007. package/dist/cjs/product/components/product-bundle/hooks/useProductBundleDataState.js +3 -3
  1008. package/dist/cjs/product/components/product-bundle/hooks/useProductBundleDiscountState.js +1 -1
  1009. package/dist/cjs/product/components/product-bundle/setting/ProductBundleDiscount.js +3 -3
  1010. package/dist/cjs/product/components/product-bundle/setting/ProductBundleDiscountItem.js +1 -1
  1011. package/dist/cjs/product/components/product-bundle/setting/configs/settings.js +1 -1
  1012. package/dist/cjs/product/components/product-bundle/setting/configs/ui-v1.js +1 -1
  1013. package/dist/cjs/product/components/product-bundle/setting/configs/ui-v2.js +1 -1
  1014. package/dist/cjs/product/components/product-button/AddToCartButton.js +1 -1
  1015. package/dist/cjs/product/components/product-button/AddToCartButton.liquid.js +1 -1
  1016. package/dist/cjs/product/components/product-button/BlankSpace.js +1 -1
  1017. package/dist/cjs/product/components/product-button/BlankSpace.liquid.js +3 -3
  1018. package/dist/cjs/product/components/product-button/CartMessage.js +1 -1
  1019. package/dist/cjs/product/components/product-button/PriceComponent.js +1 -1
  1020. package/dist/cjs/product/components/product-button/PriceComponent.liquid.js +1 -1
  1021. package/dist/cjs/product/components/product-button/PriceLayout.js +1 -1
  1022. package/dist/cjs/product/components/product-button/PriceLayout.liquid.js +6 -6
  1023. package/dist/cjs/product/components/product-button/ProductButton.js +1 -1
  1024. package/dist/cjs/product/components/product-button/ProductButton.liquid.js +13 -13
  1025. package/dist/cjs/product/components/product-button/ProductButtonPrice.js +1 -1
  1026. package/dist/cjs/product/components/product-button/ProductButtonPrice.liquid.js +1 -1
  1027. package/dist/cjs/product/components/product-button/Separator.js +1 -1
  1028. package/dist/cjs/product/components/product-button/Separator.liquid.js +4 -4
  1029. package/dist/cjs/product/components/product-button/SoldOutButton.js +1 -1
  1030. package/dist/cjs/product/components/product-button/SoldOutButton.liquid.js +1 -1
  1031. package/dist/cjs/product/components/product-button/common/classes.js +1 -1
  1032. package/dist/cjs/product/components/product-button/common/constants.js +2 -2
  1033. package/dist/cjs/product/components/product-button/common/data.js +1 -1
  1034. package/dist/cjs/product/components/product-button/common/helpers.js +1 -1
  1035. package/dist/cjs/product/components/product-button/common/styles.js +1 -1
  1036. package/dist/cjs/product/components/product-button/helpers/getButtonDynamicSourceLocales.js +1 -1
  1037. package/dist/cjs/product/components/product-button/hooks/useAddToCart.js +1 -1
  1038. package/dist/cjs/product/components/product-button/hooks/useCartMessage.js +1 -1
  1039. package/dist/cjs/product/components/product-button/hooks/useCartOperations.js +1 -1
  1040. package/dist/cjs/product/components/product-button/hooks/useDispatchAfterSubmitEvent.js +1 -1
  1041. package/dist/cjs/product/components/product-description/ProductDescription.js +1 -1
  1042. package/dist/cjs/product/components/product-description/ProductDescription.liquid.js +16 -16
  1043. package/dist/cjs/product/components/product-description/common/classes.js +1 -1
  1044. package/dist/cjs/product/components/product-description/common/helpers.js +2 -2
  1045. package/dist/cjs/product/components/product-description/common/styles.js +2 -2
  1046. package/dist/cjs/product/components/product-description/hooks/useGpDescription.js +1 -1
  1047. package/dist/cjs/product/components/product-discount-tag/ProductDiscountTag.js +1 -1
  1048. package/dist/cjs/product/components/product-discount-tag/ProductDiscountTag.liquid.js +16 -16
  1049. package/dist/cjs/product/components/product-discount-tag/common/classes.js +1 -1
  1050. package/dist/cjs/product/components/product-discount-tag/common/styles.js +1 -1
  1051. package/dist/cjs/product/components/product-discount-tag/hooks/useGpDiscountTag.js +1 -1
  1052. package/dist/cjs/product/components/product-images/ProductFeaturedImage.js +1 -1
  1053. package/dist/cjs/product/components/product-images/ProductFeaturedImage.liquid.js +33 -33
  1054. package/dist/cjs/product/components/product-images/ProductGalleryCarousel.js +1 -1
  1055. package/dist/cjs/product/components/product-images/ProductGalleryCarousel.liquid.js +8 -8
  1056. package/dist/cjs/product/components/product-images/ProductGalleryGrid.js +1 -1
  1057. package/dist/cjs/product/components/product-images/ProductGalleryGrid.liquid.js +11 -11
  1058. package/dist/cjs/product/components/product-images/ProductImagesLightBox.js +1 -1
  1059. package/dist/cjs/product/components/product-images/common/helpers.js +1 -1
  1060. package/dist/cjs/product/components/product-images/common/productFeaturedImage.js +1 -1
  1061. package/dist/cjs/product/components/product-images/common/productGallery.js +1 -1
  1062. package/dist/cjs/product/components/product-images-v2/ProductImageV2.js +2 -2
  1063. package/dist/cjs/product/components/product-images-v2/ProductImagesV2.liquid.js +30 -30
  1064. package/dist/cjs/product/components/product-images-v2/common/attrs.js +1 -1
  1065. package/dist/cjs/product/components/product-images-v2/common/classes.js +1 -1
  1066. package/dist/cjs/product/components/product-images-v2/common/common.js +1 -1
  1067. package/dist/cjs/product/components/product-images-v2/common/getBorderActiveCss.js +6 -6
  1068. package/dist/cjs/product/components/product-images-v2/common/hoverAction.js +1 -1
  1069. package/dist/cjs/product/components/product-images-v2/common/productFeaturedImage.js +1 -1
  1070. package/dist/cjs/product/components/product-images-v2/common/productGallery.js +1 -1
  1071. package/dist/cjs/product/components/product-images-v2/common/styles.js +1 -1
  1072. package/dist/cjs/product/components/product-images-v2/components/child/MediaIcon.js +1 -1
  1073. package/dist/cjs/product/components/product-images-v2/components/child/ProductFeatureVideo.js +1 -1
  1074. package/dist/cjs/product/components/product-images-v2/components/child/ProductFeaturedImageCarousel.js +1 -1
  1075. package/dist/cjs/product/components/product-images-v2/components/child/ProductFeaturedImageOnly.js +1 -1
  1076. package/dist/cjs/product/components/product-images-v2/components/child/ProductGalleryGrid.js +2 -2
  1077. package/dist/cjs/product/components/product-images-v2/components/feature-gallery/FeatureImageWithGallery.js +1 -1
  1078. package/dist/cjs/product/components/product-images-v2/components/feature-gallery/FeatureImageWithGallery.liquid.js +58 -58
  1079. package/dist/cjs/product/components/product-images-v2/components/feature-only/OnlyFeatureImage.js +1 -1
  1080. package/dist/cjs/product/components/product-images-v2/components/gallery-carousel/GalleryCarousel.js +1 -1
  1081. package/dist/cjs/product/components/product-images-v2/components/gallery-carousel/GalleryCarousel.liquid.js +14 -14
  1082. package/dist/cjs/product/components/product-images-v2/components/gallery-grid/GalleryGrid.js +1 -1
  1083. package/dist/cjs/product/components/product-images-v2/components/gallery-grid/GalleryGrid.liquid.js +35 -35
  1084. package/dist/cjs/product/components/product-images-v2/components/lightbox/ButtonOpenLightBox.js +1 -1
  1085. package/dist/cjs/product/components/product-images-v2/components/lightbox/ProductImagesLightBox.js +1 -1
  1086. package/dist/cjs/product/components/product-images-v2/composables/getProductImagesAttr.js +1 -1
  1087. package/dist/cjs/product/components/product-images-v2/composables/getProductImagesClassName.js +1 -1
  1088. package/dist/cjs/product/components/product-images-v2/composables/getProductImagesStyles.js +1 -1
  1089. package/dist/cjs/product/components/product-images-v2/hooks/useFeatureImageWithGallery.js +1 -1
  1090. package/dist/cjs/product/components/product-images-v2/hooks/useFilterImagesByVariant.js +1 -1
  1091. package/dist/cjs/product/components/product-images-v2/hooks/useGalleryCarousel.js +1 -1
  1092. package/dist/cjs/product/components/product-images-v2/hooks/useProductFeaturedImageCarousel.js +1 -1
  1093. package/dist/cjs/product/components/product-images-v2/hooks/useProductGalleryGrid.js +1 -1
  1094. package/dist/cjs/product/components/product-images-v3/ProductImageV3.js +2 -2
  1095. package/dist/cjs/product/components/product-images-v3/ProductImagesV3.liquid.js +30 -30
  1096. package/dist/cjs/product/components/product-images-v3/common/attrs.js +1 -1
  1097. package/dist/cjs/product/components/product-images-v3/common/classes.js +1 -1
  1098. package/dist/cjs/product/components/product-images-v3/common/common.js +1 -1
  1099. package/dist/cjs/product/components/product-images-v3/common/getBorderActiveCss.js +7 -7
  1100. package/dist/cjs/product/components/product-images-v3/common/hoverAction.js +1 -1
  1101. package/dist/cjs/product/components/product-images-v3/common/productFeaturedImage.js +1 -1
  1102. package/dist/cjs/product/components/product-images-v3/common/productGallery.js +1 -1
  1103. package/dist/cjs/product/components/product-images-v3/common/styles.js +1 -1
  1104. package/dist/cjs/product/components/product-images-v3/components/child/MediaIcon.js +1 -1
  1105. package/dist/cjs/product/components/product-images-v3/components/child/ProductFeatureVideo.js +1 -1
  1106. package/dist/cjs/product/components/product-images-v3/components/child/ProductFeaturedImageCarousel.js +1 -1
  1107. package/dist/cjs/product/components/product-images-v3/components/child/ProductFeaturedImageOnly.js +1 -1
  1108. package/dist/cjs/product/components/product-images-v3/components/child/ProductGalleryGrid.js +2 -2
  1109. package/dist/cjs/product/components/product-images-v3/components/feature-gallery/FeatureImageWithGallery.js +1 -1
  1110. package/dist/cjs/product/components/product-images-v3/components/feature-gallery/FeatureImageWithGallery.liquid.js +58 -58
  1111. package/dist/cjs/product/components/product-images-v3/components/feature-only/OnlyFeatureImage.js +1 -1
  1112. package/dist/cjs/product/components/product-images-v3/components/gallery-carousel/GalleryCarousel.js +1 -1
  1113. package/dist/cjs/product/components/product-images-v3/components/gallery-carousel/GalleryCarousel.liquid.js +14 -14
  1114. package/dist/cjs/product/components/product-images-v3/components/gallery-grid/GalleryGrid.js +1 -1
  1115. package/dist/cjs/product/components/product-images-v3/components/gallery-grid/GalleryGrid.liquid.js +34 -34
  1116. package/dist/cjs/product/components/product-images-v3/components/lightbox/ButtonOpenLightBox.js +1 -1
  1117. package/dist/cjs/product/components/product-images-v3/components/lightbox/ProductImagesLightBox.js +1 -1
  1118. package/dist/cjs/product/components/product-images-v3/composables/getProductImagesAttr.js +1 -1
  1119. package/dist/cjs/product/components/product-images-v3/composables/getProductImagesClassName.js +1 -1
  1120. package/dist/cjs/product/components/product-images-v3/composables/getProductImagesStyles.js +1 -1
  1121. package/dist/cjs/product/components/product-images-v3/hooks/useFeatureImageWithGallery.js +1 -1
  1122. package/dist/cjs/product/components/product-images-v3/hooks/useFilterImagesByVariant.js +1 -1
  1123. package/dist/cjs/product/components/product-images-v3/hooks/useGalleryCarousel.js +1 -1
  1124. package/dist/cjs/product/components/product-images-v3/hooks/useProductFeaturedImageCarousel.js +1 -1
  1125. package/dist/cjs/product/components/product-images-v3/hooks/useProductGalleryGrid.js +1 -1
  1126. package/dist/cjs/product/components/product-list/ProductList.js +1 -1
  1127. package/dist/cjs/product/components/product-list/ProductList.liquid.js +58 -58
  1128. package/dist/cjs/product/components/product-list/ProductListCarouselItem.liquid.js +6 -6
  1129. package/dist/cjs/product/components/product-list/ProductListCarouselLayout.js +1 -1
  1130. package/dist/cjs/product/components/product-list/ProductListCarouselLayout.liquid.js +10 -10
  1131. package/dist/cjs/product/components/product-list/ProductListGridItem.liquid.js +10 -10
  1132. package/dist/cjs/product/components/product-list/ProductListGridLayout.js +1 -1
  1133. package/dist/cjs/product/components/product-list/ProductListGridLayout.liquid.js +21 -21
  1134. package/dist/cjs/product/components/product-list/common/attrs.js +1 -1
  1135. package/dist/cjs/product/components/product-list/common/classes.js +1 -1
  1136. package/dist/cjs/product/components/product-list/common/helpers.js +1 -1
  1137. package/dist/cjs/product/components/product-list/common/styles.js +1 -1
  1138. package/dist/cjs/product/components/product-list-v3/ProductList.js +1 -1
  1139. package/dist/cjs/product/components/product-list-v3/ProductList.liquid.js +59 -62
  1140. package/dist/cjs/product/components/product-list-v3/ProductListCarouselItem.liquid.js +6 -6
  1141. package/dist/cjs/product/components/product-list-v3/ProductListCarouselLayout.js +1 -1
  1142. package/dist/cjs/product/components/product-list-v3/ProductListCarouselLayout.liquid.js +11 -11
  1143. package/dist/cjs/product/components/product-list-v3/ProductListGridItem.liquid.js +10 -10
  1144. package/dist/cjs/product/components/product-list-v3/ProductListGridLayout.js +1 -1
  1145. package/dist/cjs/product/components/product-list-v3/ProductListGridLayout.liquid.js +21 -21
  1146. package/dist/cjs/product/components/product-list-v3/common/attrs.js +1 -1
  1147. package/dist/cjs/product/components/product-list-v3/common/classes.js +1 -1
  1148. package/dist/cjs/product/components/product-list-v3/common/helpers.js +1 -1
  1149. package/dist/cjs/product/components/product-list-v3/common/styles.js +1 -1
  1150. package/dist/cjs/product/components/product-price/ProductPrice.js +1 -1
  1151. package/dist/cjs/product/components/product-price/ProductPrice.liquid.js +8 -8
  1152. package/dist/cjs/product/components/product-price/common/attrs.js +1 -1
  1153. package/dist/cjs/product/components/product-price/common/classes.js +1 -1
  1154. package/dist/cjs/product/components/product-price/common/helpers.js +5 -5
  1155. package/dist/cjs/product/components/product-price/hooks/useGpPrice.js +1 -1
  1156. package/dist/cjs/product/components/product-properties/ProductProperties.js +1 -1
  1157. package/dist/cjs/product/components/product-properties/ProductProperties.liquid.js +14 -14
  1158. package/dist/cjs/product/components/product-properties/common/attrs.js +1 -1
  1159. package/dist/cjs/product/components/product-properties/common/classes.js +1 -1
  1160. package/dist/cjs/product/components/product-properties/common/helpers.js +1 -1
  1161. package/dist/cjs/product/components/product-properties/common/styles.js +1 -1
  1162. package/dist/cjs/product/components/product-properties/property-choice/ProductPropertyChoice.js +1 -1
  1163. package/dist/cjs/product/components/product-properties/property-choice/ProductPropertyChoice.liquid.js +15 -15
  1164. package/dist/cjs/product/components/product-properties/property-choice/common/getProductPropertiesChoiceAttrs.js +1 -1
  1165. package/dist/cjs/product/components/product-properties/property-choice/common/getProductPropertiesChoiceClasses.js +1 -1
  1166. package/dist/cjs/product/components/product-properties/property-choice/common/getProductPropertiesChoiceInlineCss.js +4 -4
  1167. package/dist/cjs/product/components/product-properties/property-choice/common/getProductPropertiesChoiceStyles.js +1 -1
  1168. package/dist/cjs/product/components/product-properties/property-input/ProductPropertyInput.js +1 -1
  1169. package/dist/cjs/product/components/product-properties/property-input/ProductPropertyInput.liquid.js +14 -14
  1170. package/dist/cjs/product/components/product-properties/property-input/common/attrs.js +1 -1
  1171. package/dist/cjs/product/components/product-properties/property-input/common/classes.js +1 -1
  1172. package/dist/cjs/product/components/product-properties/property-input/common/helpers.js +1 -1
  1173. package/dist/cjs/product/components/product-properties/property-input/common/styles.js +1 -1
  1174. package/dist/cjs/product/components/product-properties/property-select/ProductPropertySelect.js +1 -1
  1175. package/dist/cjs/product/components/product-properties/property-select/ProductPropertySelect.liquid.js +11 -11
  1176. package/dist/cjs/product/components/product-properties/property-select/common/attrs.js +1 -1
  1177. package/dist/cjs/product/components/product-properties/property-select/common/classes.js +1 -1
  1178. package/dist/cjs/product/components/product-properties/property-select/common/styles.js +1 -1
  1179. package/dist/cjs/product/components/product-quantity/ProductQuantity.js +1 -1
  1180. package/dist/cjs/product/components/product-quantity/ProductQuantity.liquid.js +22 -22
  1181. package/dist/cjs/product/components/product-quantity/common/attrs.js +1 -1
  1182. package/dist/cjs/product/components/product-quantity/common/classes.js +1 -1
  1183. package/dist/cjs/product/components/product-quantity/common/helpers.js +9 -9
  1184. package/dist/cjs/product/components/product-quantity/common/styles.js +1 -1
  1185. package/dist/cjs/product/components/product-quantity/hooks/useProductQuantity.js +1 -1
  1186. package/dist/cjs/product/components/product-quick-view/ProductQuickView.js +1 -1
  1187. package/dist/cjs/product/components/product-quick-view/QuickView.js +1 -1
  1188. package/dist/cjs/product/components/product-sku/Sku.js +1 -1
  1189. package/dist/cjs/product/components/product-sku/Sku.liquid.js +5 -5
  1190. package/dist/cjs/product/components/product-title/ProductTitle.js +1 -1
  1191. package/dist/cjs/product/components/product-title/ProductTitle.liquid.js +7 -7
  1192. package/dist/cjs/product/components/product-title/common/helpers.js +1 -1
  1193. package/dist/cjs/product/components/product-variants/OptionVariantsNewFormat.liquid.js +15 -15
  1194. package/dist/cjs/product/components/product-variants/OptionVariantsOldFormat.liquid.js +44 -44
  1195. package/dist/cjs/product/components/product-variants/ProductVariants.js +1 -1
  1196. package/dist/cjs/product/components/product-variants/ProductVariants.liquid.js +61 -61
  1197. package/dist/cjs/product/components/product-variants/common/base/attrs.js +1 -1
  1198. package/dist/cjs/product/components/product-variants/common/base/classes.js +2 -2
  1199. package/dist/cjs/product/components/product-variants/common/base/styles.js +1 -1
  1200. package/dist/cjs/product/components/product-variants/common/common.js +1 -1
  1201. package/dist/cjs/product/components/product-variants/common/const.js +1 -1
  1202. package/dist/cjs/product/components/product-variants/common/dropdown/attrs.js +1 -1
  1203. package/dist/cjs/product/components/product-variants/common/dropdown/classes.js +1 -1
  1204. package/dist/cjs/product/components/product-variants/common/dropdown/styles.js +1 -1
  1205. package/dist/cjs/product/components/product-variants/common/main/classes.js +1 -1
  1206. package/dist/cjs/product/components/product-variants/common/main/const.js +1 -1
  1207. package/dist/cjs/product/components/product-variants/common/main/getAttr.js +1 -1
  1208. package/dist/cjs/product/components/product-variants/common/main/getData.js +1 -1
  1209. package/dist/cjs/product/components/product-variants/common/main/styles.js +1 -1
  1210. package/dist/cjs/product/components/product-variants/common/variants/attrs.js +1 -1
  1211. package/dist/cjs/product/components/product-variants/common/variants/classes.js +1 -1
  1212. package/dist/cjs/product/components/product-variants/common/variants/styles.js +1 -1
  1213. package/dist/cjs/product/components/product-variants/components/base/base.js +8 -8
  1214. package/dist/cjs/product/components/product-variants/components/base/base.liquid.js +18 -18
  1215. package/dist/cjs/product/components/product-variants/components/color/color.js +1 -1
  1216. package/dist/cjs/product/components/product-variants/components/color/color.liquid.js +4 -4
  1217. package/dist/cjs/product/components/product-variants/components/dropdown-group/DropdownGroup.js +1 -1
  1218. package/dist/cjs/product/components/product-variants/components/dropdown-group/DropdownGroup.liquid.js +1 -1
  1219. package/dist/cjs/product/components/product-variants/components/dropdown-option/DropdownOption.js +1 -1
  1220. package/dist/cjs/product/components/product-variants/components/dropdown-option/VariantOption.js +1 -1
  1221. package/dist/cjs/product/components/product-variants/components/dropdown-option/render-liquid/index.js +17 -17
  1222. package/dist/cjs/product/components/product-variants/components/dropdown-swatches/Dropdown.js +1 -1
  1223. package/dist/cjs/product/components/product-variants/components/dropdown-swatches/Dropdown.liquid.js +7 -7
  1224. package/dist/cjs/product/components/product-variants/components/dropdown-swatches/hooks/useDropdownSwatches.js +1 -1
  1225. package/dist/cjs/product/components/product-variants/components/image/Image.js +1 -1
  1226. package/dist/cjs/product/components/product-variants/components/image/Image.liquid.js +3 -3
  1227. package/dist/cjs/product/components/product-variants/components/image-shopify/ImageShopify.js +1 -1
  1228. package/dist/cjs/product/components/product-variants/components/image-shopify/ImageShopify.liquid.js +3 -3
  1229. package/dist/cjs/product/components/product-variants/components/rectangle-list/RectangleList.js +1 -1
  1230. package/dist/cjs/product/components/product-variants/components/variants/index.js +1 -1
  1231. package/dist/cjs/product/components/product-variants/components/variants/index.liquid.js +33 -33
  1232. package/dist/cjs/product/components/product-variants/hooks/useGpVariants.js +1 -1
  1233. package/dist/cjs/product/components/product-variants/hooks/useVariantInteraction.js +1 -1
  1234. package/dist/cjs/product/components/product-variants/utils/mappingVariantStyles.js +1 -1
  1235. package/dist/cjs/product/components/product-vendor/Vendor.js +1 -1
  1236. package/dist/cjs/product/components/product-vendor/Vendor.liquid.js +6 -6
  1237. package/dist/cjs/product/components/product-view-more/ProductViewMore.js +1 -1
  1238. package/dist/cjs/product/components/product-view-more/ProductViewMore.liquid.js +4 -4
  1239. package/dist/cjs/product/components/product-view-more/common/helpers.js +1 -1
  1240. package/dist/cjs/product/components/product-view-more/common/styles.js +1 -1
  1241. package/dist/cjs/product/components/product-wrap/Product.js +1 -1
  1242. package/dist/cjs/product/components/product-wrap/Product.liquid.js +47 -47
  1243. package/dist/cjs/product/components/product-wrap/common/helpers.js +1 -1
  1244. package/dist/cjs/product/components/product-wrap/hook/useProductSetting.js +1 -1
  1245. package/dist/cjs/product/helpers/function.js +1 -1
  1246. package/dist/cjs/product/helpers/product-bundle.js +1 -1
  1247. package/dist/cjs/product/helpers/product-image.js +1 -1
  1248. package/dist/cjs/product/helpers/product.js +1 -1
  1249. package/dist/cjs/product/helpers/tracking.js +1 -1
  1250. package/dist/cjs/product/index.js +1 -1
  1251. package/dist/cjs/product/next.js +1 -1
  1252. package/dist/cjs/product/settings/DynamicCheckout.js +2 -2
  1253. package/dist/cjs/product/settings/Product.js +2 -2
  1254. package/dist/cjs/product/settings/ProductBadge.js +1 -1
  1255. package/dist/cjs/product/settings/ProductButton.js +2 -2
  1256. package/dist/cjs/product/settings/ProductDescription.js +1 -1
  1257. package/dist/cjs/product/settings/ProductImages.js +4 -4
  1258. package/dist/cjs/product/settings/ProductList.js +2 -2
  1259. package/dist/cjs/product/settings/ProductListV3.js +2 -2
  1260. package/dist/cjs/product/settings/ProductPrice.js +2 -2
  1261. package/dist/cjs/product/settings/ProductProperties.js +2 -2
  1262. package/dist/cjs/product/settings/ProductQuantity.js +2 -2
  1263. package/dist/cjs/product/settings/ProductTag.js +1 -1
  1264. package/dist/cjs/product/settings/ProductTitle.js +2 -2
  1265. package/dist/cjs/product/settings/ProductVariants.js +2 -2
  1266. package/dist/cjs/product/settings/ProductViewMore.js +2 -2
  1267. package/dist/cjs/product/settings/Sku.js +2 -2
  1268. package/dist/cjs/product/settings/Vendor.js +2 -2
  1269. package/dist/cjs/product/settings/bundle-layout/horizontal-one.js +1 -1
  1270. package/dist/cjs/product/settings/bundle-layout/horizontal-three.js +1 -1
  1271. package/dist/cjs/product/settings/bundle-layout/horizontal-two.js +1 -1
  1272. package/dist/cjs/product/settings/bundle-layout/vertical-one.js +1 -1
  1273. package/dist/cjs/product/settings/bundle-layout/vertical-three.js +1 -1
  1274. package/dist/cjs/product/settings/bundle-layout/vertical-two.js +1 -1
  1275. package/dist/cjs/product/settings/dynamic-checkout/configs/presets.js +2 -2
  1276. package/dist/cjs/product/settings/dynamic-checkout/configs/settings.js +1 -1
  1277. package/dist/cjs/product/settings/dynamic-checkout/configs/ui-v2.js +1 -1
  1278. package/dist/cjs/product/settings/product/configs/presets.js +1 -1
  1279. package/dist/cjs/product/settings/product/configs/product-presets/product-1-col.js +3 -3
  1280. package/dist/cjs/product/settings/product/configs/product-presets/product-2-col.js +3 -3
  1281. package/dist/cjs/product/settings/product/configs/product-presets/product-default.js +3 -3
  1282. package/dist/cjs/product/settings/product/configs/settings.js +1 -1
  1283. package/dist/cjs/product/settings/product/configs/ui-v2.js +1 -1
  1284. package/dist/cjs/product/settings/product-badge/configs/presets.js +2 -2
  1285. package/dist/cjs/product/settings/product-badge/configs/settings.js +1 -1
  1286. package/dist/cjs/product/settings/product-badge/configs/translate.js +1 -1
  1287. package/dist/cjs/product/settings/product-badge/configs/ui-v2.js +1 -1
  1288. package/dist/cjs/product/settings/product-button/configs/presets.js +2 -2
  1289. package/dist/cjs/product/settings/product-button/configs/settings.js +2 -2
  1290. package/dist/cjs/product/settings/product-button/configs/translate.js +1 -1
  1291. package/dist/cjs/product/settings/product-button/configs/ui-v2.js +1 -1
  1292. package/dist/cjs/product/settings/product-description/configs/presets.js +2 -2
  1293. package/dist/cjs/product/settings/product-description/configs/settings.js +1 -1
  1294. package/dist/cjs/product/settings/product-description/configs/translate.js +1 -1
  1295. package/dist/cjs/product/settings/product-description/configs/ui-v2.js +1 -1
  1296. package/dist/cjs/product/settings/product-discount-tag/configs/settings.js +1 -1
  1297. package/dist/cjs/product/settings/product-discount-tag/configs/translate.js +1 -1
  1298. package/dist/cjs/product/settings/product-discount-tag/configs/ui-v2.js +1 -1
  1299. package/dist/cjs/product/settings/product-image-v2/ProductFeatureImage.js +1 -1
  1300. package/dist/cjs/product/settings/product-image-v2/ProductGalleryImage.js +1 -1
  1301. package/dist/cjs/product/settings/product-image-v2/ProductImages.js +3 -3
  1302. package/dist/cjs/product/settings/product-image-v2/configs/setting-v2/ProductFeatureImage.js +2 -2
  1303. package/dist/cjs/product/settings/product-image-v2/configs/setting-v2/ProductGalleryImage.js +2 -2
  1304. package/dist/cjs/product/settings/product-image-v2/configs/setting-v2/index.js +1 -1
  1305. package/dist/cjs/product/settings/product-image-v2/configs/ui/FeatureDots.js +1 -1
  1306. package/dist/cjs/product/settings/product-image-v2/configs/ui/FeatureNavigation.js +1 -1
  1307. package/dist/cjs/product/settings/product-image-v2/configs/ui/ImageListNavigation.js +1 -1
  1308. package/dist/cjs/product/settings/product-image-v2/configs/ui-v1.js +1 -1
  1309. package/dist/cjs/product/settings/product-image-v2/configs/ui-v2.js +1 -1
  1310. package/dist/cjs/product/settings/product-image-v3/ProductFeatureImage.js +1 -1
  1311. package/dist/cjs/product/settings/product-image-v3/ProductGalleryImage.js +1 -1
  1312. package/dist/cjs/product/settings/product-image-v3/ProductImages.js +3 -3
  1313. package/dist/cjs/product/settings/product-image-v3/configs/setting-v2/ProductFeatureImage.js +2 -2
  1314. package/dist/cjs/product/settings/product-image-v3/configs/setting-v2/ProductGalleryImage.js +2 -2
  1315. package/dist/cjs/product/settings/product-image-v3/configs/setting-v2/index.js +1 -1
  1316. package/dist/cjs/product/settings/product-image-v3/configs/ui/FeatureDots.js +1 -1
  1317. package/dist/cjs/product/settings/product-image-v3/configs/ui/FeatureNavigation.js +1 -1
  1318. package/dist/cjs/product/settings/product-image-v3/configs/ui/ImageListNavigation.js +1 -1
  1319. package/dist/cjs/product/settings/product-image-v3/configs/ui-v1.js +1 -1
  1320. package/dist/cjs/product/settings/product-image-v3/configs/ui-v2.js +1 -1
  1321. package/dist/cjs/product/settings/product-list/configs/presets.js +2 -2
  1322. package/dist/cjs/product/settings/product-list/configs/settings-v2.js +1 -1
  1323. package/dist/cjs/product/settings/product-list/configs/ui-v2.js +1 -1
  1324. package/dist/cjs/product/settings/product-list-v3/configs/presets.js +2 -2
  1325. package/dist/cjs/product/settings/product-list-v3/configs/settings-v2.js +1 -1
  1326. package/dist/cjs/product/settings/product-list-v3/configs/ui-v2.js +1 -1
  1327. package/dist/cjs/product/settings/product-price/configs/presets.js +2 -2
  1328. package/dist/cjs/product/settings/product-price/configs/settings.js +1 -1
  1329. package/dist/cjs/product/settings/product-price/configs/ui-v2.js +1 -1
  1330. package/dist/cjs/product/settings/product-properties/configs/presets.js +2 -2
  1331. package/dist/cjs/product/settings/product-properties/configs/settings-v2.js +1 -1
  1332. package/dist/cjs/product/settings/product-properties/configs/translate.js +1 -1
  1333. package/dist/cjs/product/settings/product-properties/configs/ui-v2.js +1 -1
  1334. package/dist/cjs/product/settings/product-quantity/configs/presets.js +2 -2
  1335. package/dist/cjs/product/settings/product-quantity/configs/settings.js +2 -2
  1336. package/dist/cjs/product/settings/product-quantity/configs/ui-v2.js +1 -1
  1337. package/dist/cjs/product/settings/product-sku/configs/presets.js +2 -2
  1338. package/dist/cjs/product/settings/product-sku/configs/settings.js +1 -1
  1339. package/dist/cjs/product/settings/product-sku/configs/ui-v2.js +1 -1
  1340. package/dist/cjs/product/settings/product-title/configs/presets.js +2 -2
  1341. package/dist/cjs/product/settings/product-title/configs/settings.js +1 -1
  1342. package/dist/cjs/product/settings/product-title/configs/ui-v2.js +1 -1
  1343. package/dist/cjs/product/settings/product-variant/configs/presets.js +2 -2
  1344. package/dist/cjs/product/settings/product-variant/configs/settings.js +1 -1
  1345. package/dist/cjs/product/settings/product-variant/configs/ui-v2.js +1 -1
  1346. package/dist/cjs/product/settings/product-variant/swatches-style-config/color.js +1 -1
  1347. package/dist/cjs/product/settings/product-variant/swatches-style-config/dropdown.js +1 -1
  1348. package/dist/cjs/product/settings/product-variant/swatches-style-config/image-shopify.js +1 -1
  1349. package/dist/cjs/product/settings/product-variant/swatches-style-config/image.js +1 -1
  1350. package/dist/cjs/product/settings/product-variant/swatches-style-config/rectangle-list.js +1 -1
  1351. package/dist/cjs/product/settings/product-vendor/configs/presets.js +2 -2
  1352. package/dist/cjs/product/settings/product-vendor/configs/settings.js +1 -1
  1353. package/dist/cjs/product/settings/product-vendor/configs/ui-v2.js +1 -1
  1354. package/dist/cjs/product/settings/product-view-more/configs/presets.js +2 -2
  1355. package/dist/cjs/product/settings/product-view-more/configs/settings.js +2 -2
  1356. package/dist/cjs/product/settings/product-view-more/configs/translate.js +1 -1
  1357. package/dist/cjs/product/settings/product-view-more/configs/ui-v2.js +1 -1
  1358. package/dist/cjs/radio/components/Radio.js +1 -1
  1359. package/dist/cjs/radio/index.js +1 -1
  1360. package/dist/cjs/radio/next.js +1 -1
  1361. package/dist/cjs/radio/settings/Radio.js +1 -1
  1362. package/dist/cjs/radio/settings/configs/settings.js +1 -1
  1363. package/dist/cjs/select/components/Select.js +2 -2
  1364. package/dist/cjs/select/index.js +1 -1
  1365. package/dist/cjs/select/next.js +1 -1
  1366. package/dist/cjs/select/settings/Select.js +1 -1
  1367. package/dist/cjs/select/settings/configs/settings.js +1 -1
  1368. package/dist/cjs/setting.js +1 -1
  1369. package/dist/cjs/shop-pay-installment/components/ShopPayInstallments.js +1 -1
  1370. package/dist/cjs/shop-pay-installment/components/ShopPayInstallments.liquid.js +2 -2
  1371. package/dist/cjs/shop-pay-installment/components/common/helpers.js +1 -1
  1372. package/dist/cjs/shop-pay-installment/index.js +1 -1
  1373. package/dist/cjs/shop-pay-installment/next.js +1 -1
  1374. package/dist/cjs/shop-pay-installment/settings/ShopPayInstallments.js +2 -2
  1375. package/dist/cjs/shop-pay-installment/settings/configs/settings.js +1 -1
  1376. package/dist/cjs/sticky/common/classes.js +1 -1
  1377. package/dist/cjs/sticky/common/styles.js +1 -1
  1378. package/dist/cjs/sticky/components/Sticky.js +1 -1
  1379. package/dist/cjs/sticky/components/Sticky.liquid.js +14 -14
  1380. package/dist/cjs/sticky/hooks/useSticky.js +1 -1
  1381. package/dist/cjs/sticky/index.js +1 -1
  1382. package/dist/cjs/sticky/next.js +1 -1
  1383. package/dist/cjs/sticky/settings/Sticky.js +1 -1
  1384. package/dist/cjs/sticky/settings/configs/presets.js +4 -4
  1385. package/dist/cjs/sticky/settings/configs/settings-v2.js +1 -1
  1386. package/dist/cjs/sticky/settings/configs/settings.js +1 -1
  1387. package/dist/cjs/sticky/settings/configs/translate.js +1 -1
  1388. package/dist/cjs/sticky/settings/configs/ui-v2.js +1 -1
  1389. package/dist/cjs/stock-counter/common/attrs.js +1 -1
  1390. package/dist/cjs/stock-counter/common/classes.js +1 -1
  1391. package/dist/cjs/stock-counter/common/helpers.js +35 -35
  1392. package/dist/cjs/stock-counter/common/styles.js +1 -1
  1393. package/dist/cjs/stock-counter/components/StockCounter.js +1 -1
  1394. package/dist/cjs/stock-counter/components/StockCounter.liquid.js +45 -45
  1395. package/dist/cjs/stock-counter/hooks/useStockCounter.js +1 -1
  1396. package/dist/cjs/stock-counter/hooks/useStockCounterInteraction.js +1 -1
  1397. package/dist/cjs/stock-counter/index.js +1 -1
  1398. package/dist/cjs/stock-counter/next.js +1 -1
  1399. package/dist/cjs/stock-counter/settings/StockCounter.js +2 -2
  1400. package/dist/cjs/stock-counter/settings/configs/presets.js +2 -2
  1401. package/dist/cjs/stock-counter/settings/configs/settings-v2.js +2 -2
  1402. package/dist/cjs/stock-counter/settings/configs/translate.js +1 -1
  1403. package/dist/cjs/stock-counter/settings/configs/ui-v2.js +1 -1
  1404. package/dist/cjs/tab/common/attrs.js +1 -1
  1405. package/dist/cjs/tab/common/classes.js +2 -2
  1406. package/dist/cjs/tab/common/helpers.js +2 -2
  1407. package/dist/cjs/tab/common/styles.js +1 -1
  1408. package/dist/cjs/tab/components/TabItem.js +1 -1
  1409. package/dist/cjs/tab/components/TabItem.liquid.js +6 -6
  1410. package/dist/cjs/tab/components/Tabs.js +1 -1
  1411. package/dist/cjs/tab/components/Tabs.liquid.js +23 -23
  1412. package/dist/cjs/tab/hooks/useTab.js +1 -1
  1413. package/dist/cjs/tab/hooks/useTabInteraction.js +1 -1
  1414. package/dist/cjs/tab/index.js +1 -1
  1415. package/dist/cjs/tab/next.js +1 -1
  1416. package/dist/cjs/tab/settings/TabItem.js +2 -2
  1417. package/dist/cjs/tab/settings/Tabs.js +3 -3
  1418. package/dist/cjs/tab/settings/configs/settings.js +1 -1
  1419. package/dist/cjs/tab/settings/configs/translate.js +1 -1
  1420. package/dist/cjs/tab/settings/configs/ui-v2.js +1 -1
  1421. package/dist/cjs/text/common/attrs.js +1 -1
  1422. package/dist/cjs/text/common/classes.js +1 -1
  1423. package/dist/cjs/text/common/helpers.js +1 -1
  1424. package/dist/cjs/text/common/styles.js +1 -1
  1425. package/dist/cjs/text/components/Text.js +1 -1
  1426. package/dist/cjs/text/components/Text.liquid.js +12 -12
  1427. package/dist/cjs/text/components/TextInline.js +6 -6
  1428. package/dist/cjs/text/index.js +1 -1
  1429. package/dist/cjs/text/next.js +1 -1
  1430. package/dist/cjs/text/settings/Text.js +2 -2
  1431. package/dist/cjs/text/settings/configs/presets.js +2 -2
  1432. package/dist/cjs/text/settings/configs/settings.js +1 -1
  1433. package/dist/cjs/text/settings/configs/translate.js +1 -1
  1434. package/dist/cjs/text/settings/configs/ui-v2.js +1 -1
  1435. package/dist/cjs/textarea/components/Textarea.js +1 -1
  1436. package/dist/cjs/textarea/index.js +1 -1
  1437. package/dist/cjs/textarea/next.js +1 -1
  1438. package/dist/cjs/textarea/settings/Textarea.js +2 -2
  1439. package/dist/cjs/textarea/settings/configs/settings.js +1 -1
  1440. package/dist/cjs/third-party/common/helpers.js +5 -5
  1441. package/dist/cjs/third-party/components/AftershipEmailMarketingsms.js +1 -1
  1442. package/dist/cjs/third-party/components/AftershipEmailMarketingsms.liquid.js +1 -1
  1443. package/dist/cjs/third-party/components/AirProductReviewsAppUgc.js +1 -1
  1444. package/dist/cjs/third-party/components/AirProductReviewsAppUgc.liquid.js +5 -5
  1445. package/dist/cjs/third-party/components/AliReviews/AliReviewsSampleContent.js +1 -1
  1446. package/dist/cjs/third-party/components/AliReviews.js +1 -1
  1447. package/dist/cjs/third-party/components/AliReviews.liquid.js +5 -5
  1448. package/dist/cjs/third-party/components/AlsoBoughtCbb.js +1 -1
  1449. package/dist/cjs/third-party/components/AlsoBoughtCbb.liquid.js +4 -4
  1450. package/dist/cjs/third-party/components/AovBundlesVolumeDiscounts.js +1 -1
  1451. package/dist/cjs/third-party/components/AovBundlesVolumeDiscounts.liquid.js +1 -1
  1452. package/dist/cjs/third-party/components/AovFreeGiftBuyXGetYBogo.js +1 -1
  1453. package/dist/cjs/third-party/components/AovFreeGiftBuyXGetYBogo.liquid.js +1 -1
  1454. package/dist/cjs/third-party/components/AppointmentBookingCowlendar.js +1 -1
  1455. package/dist/cjs/third-party/components/AppointmentBookingCowlendar.liquid.js +1 -1
  1456. package/dist/cjs/third-party/components/AppstleBundlesDiscounts.js +1 -1
  1457. package/dist/cjs/third-party/components/AppstleBundlesDiscounts.liquid.js +1 -1
  1458. package/dist/cjs/third-party/components/AppstleSubscriptions/AppstleSubscriptionsSampleContent.js +1 -1
  1459. package/dist/cjs/third-party/components/AppstleSubscriptions.js +1 -1
  1460. package/dist/cjs/third-party/components/AppstleSubscriptions.liquid.js +4 -4
  1461. package/dist/cjs/third-party/components/BestBuyFulfillment.js +1 -1
  1462. package/dist/cjs/third-party/components/BestBuyFulfillment.liquid.js +1 -1
  1463. package/dist/cjs/third-party/components/BfSizeChartSizeGuide.js +1 -1
  1464. package/dist/cjs/third-party/components/BfSizeChartSizeGuide.liquid.js +1 -1
  1465. package/dist/cjs/third-party/components/BirdChime/BirdChimeContent.js +1 -1
  1466. package/dist/cjs/third-party/components/BirdChime.js +1 -1
  1467. package/dist/cjs/third-party/components/BirdChime.liquid.js +4 -4
  1468. package/dist/cjs/third-party/components/BloyRewardsProgramLoyalty.js +1 -1
  1469. package/dist/cjs/third-party/components/BloyRewardsProgramLoyalty.liquid.js +1 -1
  1470. package/dist/cjs/third-party/components/Bogos/BogosSampleContent.js +1 -1
  1471. package/dist/cjs/third-party/components/Bogos.js +1 -1
  1472. package/dist/cjs/third-party/components/Bogos.liquid.js +5 -5
  1473. package/dist/cjs/third-party/components/BoldProductOptions/BoldProductOptionsSampleContent.js +1 -1
  1474. package/dist/cjs/third-party/components/BoldProductOptions.js +1 -1
  1475. package/dist/cjs/third-party/components/BoldProductOptions.liquid.js +3 -3
  1476. package/dist/cjs/third-party/components/BoldSubscriptions/BoldSubscriptionsSampleContent.js +1 -1
  1477. package/dist/cjs/third-party/components/BoldSubscriptions.js +1 -1
  1478. package/dist/cjs/third-party/components/BoldSubscriptions.liquid.js +5 -5
  1479. package/dist/cjs/third-party/components/BonLoyaltyRewardsReferrals.js +1 -1
  1480. package/dist/cjs/third-party/components/BonLoyaltyRewardsReferrals.liquid.js +1 -1
  1481. package/dist/cjs/third-party/components/BoostAISearchDiscovery/BoostAISearchDiscoverySampleContent.js +1 -1
  1482. package/dist/cjs/third-party/components/BoostAISearchDiscovery.js +1 -1
  1483. package/dist/cjs/third-party/components/BoostAISearchDiscovery.liquid.js +5 -5
  1484. package/dist/cjs/third-party/components/Bundler/BundlerSampleContent.js +1 -1
  1485. package/dist/cjs/third-party/components/Bundler.js +1 -1
  1486. package/dist/cjs/third-party/components/Bundler.liquid.js +4 -4
  1487. package/dist/cjs/third-party/components/CleanSizeCharts.js +1 -1
  1488. package/dist/cjs/third-party/components/CleanSizeCharts.liquid.js +5 -5
  1489. package/dist/cjs/third-party/components/CrossSellCartUpsell/CrossSellCartUpsellSampleContent.js +1 -1
  1490. package/dist/cjs/third-party/components/CrossSellCartUpsell.js +1 -1
  1491. package/dist/cjs/third-party/components/CrossSellCartUpsell.liquid.js +4 -4
  1492. package/dist/cjs/third-party/components/CustomProductOptionsVariant.js +1 -1
  1493. package/dist/cjs/third-party/components/CustomProductOptionsVariant.liquid.js +4 -4
  1494. package/dist/cjs/third-party/components/DealeasyVolumeDiscounts.js +1 -1
  1495. package/dist/cjs/third-party/components/DealeasyVolumeDiscounts.liquid.js +5 -5
  1496. package/dist/cjs/third-party/components/DiscountyBulkDiscountSales.js +1 -1
  1497. package/dist/cjs/third-party/components/DiscountyBulkDiscountSales.liquid.js +4 -4
  1498. package/dist/cjs/third-party/components/EasifyProductOptions.js +1 -1
  1499. package/dist/cjs/third-party/components/EasifyProductOptions.liquid.js +4 -4
  1500. package/dist/cjs/third-party/components/EasyBundleBuilderSkailama.js +1 -1
  1501. package/dist/cjs/third-party/components/EasyBundleBuilderSkailama.liquid.js +1 -1
  1502. package/dist/cjs/third-party/components/EasySellCOD.js +1 -1
  1503. package/dist/cjs/third-party/components/EasySellCOD.liquid.js +4 -4
  1504. package/dist/cjs/third-party/components/EcoboostifyShoppableReelUgc.js +1 -1
  1505. package/dist/cjs/third-party/components/EcoboostifyShoppableReelUgc.liquid.js +1 -1
  1506. package/dist/cjs/third-party/components/EcomsendBackInStockAlert.js +1 -1
  1507. package/dist/cjs/third-party/components/EcomsendBackInStockAlert.liquid.js +5 -5
  1508. package/dist/cjs/third-party/components/EssentialAnnouncementBar.js +1 -1
  1509. package/dist/cjs/third-party/components/EssentialAnnouncementBar.liquid.js +1 -1
  1510. package/dist/cjs/third-party/components/EssentialCountdownTimerBar.js +1 -1
  1511. package/dist/cjs/third-party/components/EssentialCountdownTimerBar.liquid.js +1 -1
  1512. package/dist/cjs/third-party/components/EstimatedDeliveryDatePlus.js +1 -1
  1513. package/dist/cjs/third-party/components/EstimatedDeliveryDatePlus.liquid.js +1 -1
  1514. package/dist/cjs/third-party/components/FastBundleBundlesDiscounts.js +1 -1
  1515. package/dist/cjs/third-party/components/FastBundleBundlesDiscounts.liquid.js +5 -5
  1516. package/dist/cjs/third-party/components/FeraReviews/FeraReviewsSampleContent.js +1 -1
  1517. package/dist/cjs/third-party/components/FeraReviews/LiquidTemplateByWidget.js +1 -1
  1518. package/dist/cjs/third-party/components/FeraReviews.js +1 -1
  1519. package/dist/cjs/third-party/components/FeraReviews.liquid.js +5 -5
  1520. package/dist/cjs/third-party/components/FirePush/FirePushSampleContent.js +1 -1
  1521. package/dist/cjs/third-party/components/FirePush.js +1 -1
  1522. package/dist/cjs/third-party/components/FirePush.liquid.js +4 -4
  1523. package/dist/cjs/third-party/components/FlyBundlesUpsellsFbt.js +1 -1
  1524. package/dist/cjs/third-party/components/FlyBundlesUpsellsFbt.liquid.js +1 -1
  1525. package/dist/cjs/third-party/components/FordeerProductLabels.js +1 -1
  1526. package/dist/cjs/third-party/components/FordeerProductLabels.liquid.js +7 -7
  1527. package/dist/cjs/third-party/components/FrequentlyBoughtTogether/FrequentlyBoughtTogetherSampleContent.js +1 -1
  1528. package/dist/cjs/third-party/components/FrequentlyBoughtTogether.js +1 -1
  1529. package/dist/cjs/third-party/components/FrequentlyBoughtTogether.liquid.js +5 -5
  1530. package/dist/cjs/third-party/components/GloColorSwatchvariantImage.js +1 -1
  1531. package/dist/cjs/third-party/components/GloColorSwatchvariantImage.liquid.js +1 -1
  1532. package/dist/cjs/third-party/components/GloboProductOptionsVariant.js +1 -1
  1533. package/dist/cjs/third-party/components/GloboProductOptionsVariant.liquid.js +1 -1
  1534. package/dist/cjs/third-party/components/GoogleReviewsByReputon.js +1 -1
  1535. package/dist/cjs/third-party/components/GoogleReviewsByReputon.liquid.js +5 -5
  1536. package/dist/cjs/third-party/components/Growave/GrowaveSampleContent.js +1 -1
  1537. package/dist/cjs/third-party/components/Growave.js +1 -1
  1538. package/dist/cjs/third-party/components/Growave.liquid.js +5 -5
  1539. package/dist/cjs/third-party/components/GrowthSuiteDiscountCodes.js +1 -1
  1540. package/dist/cjs/third-party/components/GrowthSuiteDiscountCodes.liquid.js +3 -3
  1541. package/dist/cjs/third-party/components/HextomCountdownTimerBar.js +1 -1
  1542. package/dist/cjs/third-party/components/HextomCountdownTimerBar.liquid.js +1 -1
  1543. package/dist/cjs/third-party/components/HextomFreeShippingBar.js +1 -1
  1544. package/dist/cjs/third-party/components/HextomFreeShippingBar.liquid.js +1 -1
  1545. package/dist/cjs/third-party/components/HulkFormBuilder.js +1 -1
  1546. package/dist/cjs/third-party/components/HulkFormBuilder.liquid.js +5 -5
  1547. package/dist/cjs/third-party/components/HulkProductOptions.js +1 -1
  1548. package/dist/cjs/third-party/components/HulkProductOptions.liquid.js +1 -1
  1549. package/dist/cjs/third-party/components/InfiniteOptions/InfiniteOptionsSampleContent.js +1 -1
  1550. package/dist/cjs/third-party/components/InfiniteOptions.js +1 -1
  1551. package/dist/cjs/third-party/components/InfiniteOptions.liquid.js +3 -3
  1552. package/dist/cjs/third-party/components/Instafeed/InstafeedSampleContent.js +1 -1
  1553. package/dist/cjs/third-party/components/Instafeed.js +1 -1
  1554. package/dist/cjs/third-party/components/Instafeed.liquid.js +4 -4
  1555. package/dist/cjs/third-party/components/InstasellShoppableInstagram.js +1 -1
  1556. package/dist/cjs/third-party/components/InstasellShoppableInstagram.liquid.js +1 -1
  1557. package/dist/cjs/third-party/components/Judgeme/JudgemeSampleContent.js +1 -1
  1558. package/dist/cjs/third-party/components/JudgemeReviews.js +1 -1
  1559. package/dist/cjs/third-party/components/JudgemeReviews.liquid.js +4 -4
  1560. package/dist/cjs/third-party/components/JunipProductReviewsUgc.js +1 -1
  1561. package/dist/cjs/third-party/components/JunipProductReviewsUgc.liquid.js +1 -1
  1562. package/dist/cjs/third-party/components/KachingBundles/KachingBundlesSampleContent.js +1 -1
  1563. package/dist/cjs/third-party/components/KachingBundles.js +1 -1
  1564. package/dist/cjs/third-party/components/KachingBundles.liquid.js +4 -4
  1565. package/dist/cjs/third-party/components/KachingSubscriptionsApp.js +1 -1
  1566. package/dist/cjs/third-party/components/KachingSubscriptionsApp.liquid.js +4 -4
  1567. package/dist/cjs/third-party/components/KingProductOptions/KingProductOptionsSampleContent.js +1 -1
  1568. package/dist/cjs/third-party/components/KingProductOptions.js +1 -1
  1569. package/dist/cjs/third-party/components/KingProductOptions.liquid.js +4 -4
  1570. package/dist/cjs/third-party/components/KiteFreeGiftDiscount.js +1 -1
  1571. package/dist/cjs/third-party/components/KiteFreeGiftDiscount.liquid.js +1 -1
  1572. package/dist/cjs/third-party/components/KlarnaMessaging.js +1 -1
  1573. package/dist/cjs/third-party/components/KlarnaMessaging.liquid.js +5 -5
  1574. package/dist/cjs/third-party/components/Klaviyo/KlaviyoSampleContent.js +1 -1
  1575. package/dist/cjs/third-party/components/Klaviyo.js +1 -1
  1576. package/dist/cjs/third-party/components/Klaviyo.liquid.js +5 -5
  1577. package/dist/cjs/third-party/components/KoalaBundleQuantityDiscount.js +1 -1
  1578. package/dist/cjs/third-party/components/KoalaBundleQuantityDiscount.liquid.js +1 -1
  1579. package/dist/cjs/third-party/components/LaiProductReviews/LaiProductReviewsSampleContent.js +1 -1
  1580. package/dist/cjs/third-party/components/LaiProductReviews/LiquidTemplateByWiget.js +10 -10
  1581. package/dist/cjs/third-party/components/LaiProductReviews.js +1 -1
  1582. package/dist/cjs/third-party/components/LaiProductReviews.liquid.js +5 -5
  1583. package/dist/cjs/third-party/components/LoloyalLoyaltyReferrals.js +1 -1
  1584. package/dist/cjs/third-party/components/LoloyalLoyaltyReferrals.liquid.js +1 -1
  1585. package/dist/cjs/third-party/components/LoopSubscriptions.js +1 -1
  1586. package/dist/cjs/third-party/components/LoopSubscriptions.liquid.js +2 -2
  1587. package/dist/cjs/third-party/components/LooxReviews/LooxReviewsSampleContent.js +1 -1
  1588. package/dist/cjs/third-party/components/LooxReviews.js +1 -1
  1589. package/dist/cjs/third-party/components/LooxReviews.liquid.js +8 -8
  1590. package/dist/cjs/third-party/components/MaxbundleProductBundles.js +1 -1
  1591. package/dist/cjs/third-party/components/MaxbundleProductBundles.liquid.js +5 -5
  1592. package/dist/cjs/third-party/components/MbcBundleVolumeDiscount.js +1 -1
  1593. package/dist/cjs/third-party/components/MbcBundleVolumeDiscount.liquid.js +4 -4
  1594. package/dist/cjs/third-party/components/MyappgurusProductReviews.js +1 -1
  1595. package/dist/cjs/third-party/components/MyappgurusProductReviews.liquid.js +1 -1
  1596. package/dist/cjs/third-party/components/NotifyBackInStockPreOrder.js +1 -1
  1597. package/dist/cjs/third-party/components/NotifyBackInStockPreOrder.liquid.js +3 -3
  1598. package/dist/cjs/third-party/components/OkendoReviewsLoyalty.js +1 -1
  1599. package/dist/cjs/third-party/components/OkendoReviewsLoyalty.liquid.js +1 -1
  1600. package/dist/cjs/third-party/components/Omnisend/OmnisendSampleContent.js +1 -1
  1601. package/dist/cjs/third-party/components/Omnisend.js +1 -1
  1602. package/dist/cjs/third-party/components/Omnisend.liquid.js +9 -9
  1603. package/dist/cjs/third-party/components/Opinew/OpinewSampleContent.js +1 -1
  1604. package/dist/cjs/third-party/components/Opinew.js +1 -1
  1605. package/dist/cjs/third-party/components/Opinew.liquid.js +5 -5
  1606. package/dist/cjs/third-party/components/ParcelPanel/ParcelPanelSampleContent.js +1 -1
  1607. package/dist/cjs/third-party/components/ParcelPanel.js +1 -1
  1608. package/dist/cjs/third-party/components/ParcelPanel.liquid.js +1 -1
  1609. package/dist/cjs/third-party/components/PickyStory/PickyStorySampleContent.js +1 -1
  1610. package/dist/cjs/third-party/components/PickyStory.js +1 -1
  1611. package/dist/cjs/third-party/components/PickyStory.liquid.js +5 -5
  1612. package/dist/cjs/third-party/components/PowerfulContactFormBuilder.js +1 -1
  1613. package/dist/cjs/third-party/components/PowerfulContactFormBuilder.liquid.js +1 -1
  1614. package/dist/cjs/third-party/components/PreorderNowPreOrderPq.js +1 -1
  1615. package/dist/cjs/third-party/components/PreorderNowPreOrderPq.liquid.js +1 -1
  1616. package/dist/cjs/third-party/components/PreorderNowWodPresale.js +1 -1
  1617. package/dist/cjs/third-party/components/PreorderNowWodPresale.liquid.js +1 -1
  1618. package/dist/cjs/third-party/components/ProductOptionsCustomizer.js +1 -1
  1619. package/dist/cjs/third-party/components/ProductOptionsCustomizer.liquid.js +1 -1
  1620. package/dist/cjs/third-party/components/ProductOptionsVariantOption.js +1 -1
  1621. package/dist/cjs/third-party/components/ProductOptionsVariantOption.liquid.js +3 -3
  1622. package/dist/cjs/third-party/components/ProductReviews/ProductReviewsSampleContent.js +1 -1
  1623. package/dist/cjs/third-party/components/ProductReviews.js +1 -1
  1624. package/dist/cjs/third-party/components/ProductReviews.liquid.js +5 -5
  1625. package/dist/cjs/third-party/components/PumperBundlesVolumeDiscount.js +1 -1
  1626. package/dist/cjs/third-party/components/PumperBundlesVolumeDiscount.liquid.js +1 -1
  1627. package/dist/cjs/third-party/components/PushOwl.js +1 -1
  1628. package/dist/cjs/third-party/components/PushOwl.liquid.js +3 -3
  1629. package/dist/cjs/third-party/components/QikifyUpsell.js +1 -1
  1630. package/dist/cjs/third-party/components/QikifyUpsell.liquid.js +1 -1
  1631. package/dist/cjs/third-party/components/RapiBundleQuantityBreaks.js +1 -1
  1632. package/dist/cjs/third-party/components/RapiBundleQuantityBreaks.liquid.js +3 -3
  1633. package/dist/cjs/third-party/components/RechargeSubscriptions.js +1 -1
  1634. package/dist/cjs/third-party/components/RechargeSubscriptions.liquid.js +1 -1
  1635. package/dist/cjs/third-party/components/RecurpaySubscriptionApp.js +1 -1
  1636. package/dist/cjs/third-party/components/RecurpaySubscriptionApp.liquid.js +4 -4
  1637. package/dist/cjs/third-party/components/Releasit/ReleasitSampleContent.js +1 -1
  1638. package/dist/cjs/third-party/components/Releasit.js +1 -1
  1639. package/dist/cjs/third-party/components/Releasit.liquid.js +4 -4
  1640. package/dist/cjs/third-party/components/RequestQuoteHidePrice.js +1 -1
  1641. package/dist/cjs/third-party/components/RequestQuoteHidePrice.liquid.js +3 -3
  1642. package/dist/cjs/third-party/components/ReviewxpoProductReviewsApp.js +1 -1
  1643. package/dist/cjs/third-party/components/ReviewxpoProductReviewsApp.liquid.js +1 -1
  1644. package/dist/cjs/third-party/components/Rivyo/RivyoSampleContent.js +1 -1
  1645. package/dist/cjs/third-party/components/Rivyo.js +1 -1
  1646. package/dist/cjs/third-party/components/Rivyo.liquid.js +4 -4
  1647. package/dist/cjs/third-party/components/Ryviu/RyviuSampleContent.js +1 -1
  1648. package/dist/cjs/third-party/components/Ryviu.js +1 -1
  1649. package/dist/cjs/third-party/components/Ryviu.liquid.js +5 -5
  1650. package/dist/cjs/third-party/components/SealSubscriptions/SealSubscriptionsSampleContent.js +1 -1
  1651. package/dist/cjs/third-party/components/SealSubscriptions.js +1 -1
  1652. package/dist/cjs/third-party/components/SealSubscriptions.liquid.js +13 -44
  1653. package/dist/cjs/third-party/components/SegunoEmailMarketing.js +1 -1
  1654. package/dist/cjs/third-party/components/SegunoEmailMarketing.liquid.js +1 -1
  1655. package/dist/cjs/third-party/components/Selleasy.js +1 -1
  1656. package/dist/cjs/third-party/components/Selleasy.liquid.js +1 -1
  1657. package/dist/cjs/third-party/components/SeoantTrustBadgesIcon.js +1 -1
  1658. package/dist/cjs/third-party/components/SeoantTrustBadgesIcon.liquid.js +1 -1
  1659. package/dist/cjs/third-party/components/ShopifyForms.js +1 -1
  1660. package/dist/cjs/third-party/components/ShopifyForms.liquid.js +1 -1
  1661. package/dist/cjs/third-party/components/ShopifySubscriptions.js +1 -1
  1662. package/dist/cjs/third-party/components/ShopifySubscriptions.liquid.js +4 -4
  1663. package/dist/cjs/third-party/components/SimpleBundlesKits.js +1 -1
  1664. package/dist/cjs/third-party/components/SimpleBundlesKits.liquid.js +1 -1
  1665. package/dist/cjs/third-party/components/SkioSubscriptionsYcS20.js +1 -1
  1666. package/dist/cjs/third-party/components/SkioSubscriptionsYcS20.liquid.js +1 -1
  1667. package/dist/cjs/third-party/components/SmartSearchBarAndFilters/SmartSearchBarAndFiltersSampleContent.js +1 -1
  1668. package/dist/cjs/third-party/components/SmartSearchBarAndFilters.js +1 -1
  1669. package/dist/cjs/third-party/components/SmartSearchBarAndFilters.liquid.js +6 -6
  1670. package/dist/cjs/third-party/components/SproutPlantTreesGrowSales.js +1 -1
  1671. package/dist/cjs/third-party/components/SproutPlantTreesGrowSales.liquid.js +1 -1
  1672. package/dist/cjs/third-party/components/Stamped/LiquidTemplateByWidget.js +40 -40
  1673. package/dist/cjs/third-party/components/Stamped/StampedSampleContent.js +1 -1
  1674. package/dist/cjs/third-party/components/Stamped.js +1 -1
  1675. package/dist/cjs/third-party/components/Stamped.liquid.js +5 -5
  1676. package/dist/cjs/third-party/components/StellarDeliveryDatePickup.js +1 -1
  1677. package/dist/cjs/third-party/components/StellarDeliveryDatePickup.liquid.js +3 -3
  1678. package/dist/cjs/third-party/components/SubifySubscriptionsApp.js +1 -1
  1679. package/dist/cjs/third-party/components/SubifySubscriptionsApp.liquid.js +1 -1
  1680. package/dist/cjs/third-party/components/TagembedSocialPostReview.js +1 -1
  1681. package/dist/cjs/third-party/components/TagembedSocialPostReview.liquid.js +5 -5
  1682. package/dist/cjs/third-party/components/TagshopShoppableVideosUgc.js +1 -1
  1683. package/dist/cjs/third-party/components/TagshopShoppableVideosUgc.liquid.js +4 -4
  1684. package/dist/cjs/third-party/components/TeeinblueProductPersonalizer.js +1 -1
  1685. package/dist/cjs/third-party/components/TeeinblueProductPersonalizer.liquid.js +4 -4
  1686. package/dist/cjs/third-party/components/ThirdPartyPreview.js +1 -1
  1687. package/dist/cjs/third-party/components/TrustBadgesBear.js +1 -1
  1688. package/dist/cjs/third-party/components/TrustBadgesBear.liquid.js +1 -1
  1689. package/dist/cjs/third-party/components/TrustMe/TrustMeSampleContent.js +1 -1
  1690. package/dist/cjs/third-party/components/TrustMe.js +1 -1
  1691. package/dist/cjs/third-party/components/TrustMe.liquid.js +4 -4
  1692. package/dist/cjs/third-party/components/TrustedsiteTrustBadges.js +1 -1
  1693. package/dist/cjs/third-party/components/TrustedsiteTrustBadges.liquid.js +1 -1
  1694. package/dist/cjs/third-party/components/Trustoo/TrustooSampleContent.js +1 -1
  1695. package/dist/cjs/third-party/components/Trustoo.js +1 -1
  1696. package/dist/cjs/third-party/components/Trustoo.liquid.js +14 -14
  1697. package/dist/cjs/third-party/components/TrustreviewsProductReviews.js +1 -1
  1698. package/dist/cjs/third-party/components/TrustreviewsProductReviews.liquid.js +1 -1
  1699. package/dist/cjs/third-party/components/TrustshopProductReviews.js +1 -1
  1700. package/dist/cjs/third-party/components/TrustshopProductReviews.liquid.js +1 -1
  1701. package/dist/cjs/third-party/components/UltimateSalesBoost/UltimateSalesBoostSampleContent.js +1 -1
  1702. package/dist/cjs/third-party/components/UltimateSalesBoost.js +1 -1
  1703. package/dist/cjs/third-party/components/UltimateSalesBoost.liquid.js +4 -4
  1704. package/dist/cjs/third-party/components/UnlimitedBundlesDiscounts.js +1 -1
  1705. package/dist/cjs/third-party/components/UnlimitedBundlesDiscounts.liquid.js +1 -1
  1706. package/dist/cjs/third-party/components/UppromoteAffiliateMarketing.js +1 -1
  1707. package/dist/cjs/third-party/components/UppromoteAffiliateMarketing.liquid.js +4 -4
  1708. package/dist/cjs/third-party/components/Vitals/VitalsSampleContent.js +1 -1
  1709. package/dist/cjs/third-party/components/Vitals.js +1 -1
  1710. package/dist/cjs/third-party/components/Vitals.liquid.js +5 -5
  1711. package/dist/cjs/third-party/components/WhatmoreShoppableVideosreel.js +1 -1
  1712. package/dist/cjs/third-party/components/WhatmoreShoppableVideosreel.liquid.js +1 -1
  1713. package/dist/cjs/third-party/components/WideBundle/WideBundleSampleContent.js +1 -1
  1714. package/dist/cjs/third-party/components/WideBundle.js +1 -1
  1715. package/dist/cjs/third-party/components/WideBundle.liquid.js +4 -4
  1716. package/dist/cjs/third-party/components/Wiser/WiserSampleContent.js +1 -1
  1717. package/dist/cjs/third-party/components/Wiser.js +1 -1
  1718. package/dist/cjs/third-party/components/Wiser.liquid.js +5 -5
  1719. package/dist/cjs/third-party/components/WishlistKing.js +1 -1
  1720. package/dist/cjs/third-party/components/WishlistKing.liquid.js +1 -1
  1721. package/dist/cjs/third-party/components/WishlistPlus.js +1 -1
  1722. package/dist/cjs/third-party/components/WishlistPlus.liquid.js +6 -6
  1723. package/dist/cjs/third-party/components/YotpoLoyalty/YotpoLoyaltySampleContent.js +1 -1
  1724. package/dist/cjs/third-party/components/YotpoLoyalty.js +1 -1
  1725. package/dist/cjs/third-party/components/YotpoReviews/YotpoReviewsSampleContent.js +1 -1
  1726. package/dist/cjs/third-party/components/YotpoReviews.js +1 -1
  1727. package/dist/cjs/third-party/components/YotpoReviews.liquid.js +6 -6
  1728. package/dist/cjs/third-party/configs/AftershipEmailMarketingsms.js +1 -1
  1729. package/dist/cjs/third-party/configs/AirProductReviewsAppUgc.js +1 -1
  1730. package/dist/cjs/third-party/configs/AliReviews.js +1 -1
  1731. package/dist/cjs/third-party/configs/AlsoBoughtCbb.js +1 -1
  1732. package/dist/cjs/third-party/configs/AovBundlesVolumeDiscounts.js +1 -1
  1733. package/dist/cjs/third-party/configs/AovFreeGiftBuyXGetYBogo.js +1 -1
  1734. package/dist/cjs/third-party/configs/AppointmentBookingCowlendar.js +1 -1
  1735. package/dist/cjs/third-party/configs/AppstleBundlesDiscounts.js +1 -1
  1736. package/dist/cjs/third-party/configs/AppstleSubscriptions.js +1 -1
  1737. package/dist/cjs/third-party/configs/BfSizeChartSizeGuide.js +1 -1
  1738. package/dist/cjs/third-party/configs/BirdChime.js +1 -1
  1739. package/dist/cjs/third-party/configs/BloyRewardsProgramLoyalty.js +1 -1
  1740. package/dist/cjs/third-party/configs/Bogos.js +1 -1
  1741. package/dist/cjs/third-party/configs/BoldProductOptions.js +1 -1
  1742. package/dist/cjs/third-party/configs/BoldSubscription.js +1 -1
  1743. package/dist/cjs/third-party/configs/BonLoyaltyRewardsReferrals.js +1 -1
  1744. package/dist/cjs/third-party/configs/BoostAISearchDiscovery.js +1 -1
  1745. package/dist/cjs/third-party/configs/Bundler.js +1 -1
  1746. package/dist/cjs/third-party/configs/CleanSizeCharts.js +1 -1
  1747. package/dist/cjs/third-party/configs/CrossSellCartUpsell.js +1 -1
  1748. package/dist/cjs/third-party/configs/CustomProductOptionsVariant.js +1 -1
  1749. package/dist/cjs/third-party/configs/DealeasyVolumeDiscounts.js +1 -1
  1750. package/dist/cjs/third-party/configs/DiscountyBulkDiscountSales.js +1 -1
  1751. package/dist/cjs/third-party/configs/EasifyProductOptions.js +1 -1
  1752. package/dist/cjs/third-party/configs/EasyBundleBuilderSkailama.js +1 -1
  1753. package/dist/cjs/third-party/configs/EasySellCOD.js +1 -1
  1754. package/dist/cjs/third-party/configs/EcoboostifyShoppableReelUgc.js +1 -1
  1755. package/dist/cjs/third-party/configs/EcomsendBackInStockAlert.js +1 -1
  1756. package/dist/cjs/third-party/configs/EssentialAnnouncementBar.js +1 -1
  1757. package/dist/cjs/third-party/configs/EssentialCountdownTimerBar.js +1 -1
  1758. package/dist/cjs/third-party/configs/EstimatedDeliveryDatePlus.js +1 -1
  1759. package/dist/cjs/third-party/configs/FastBundleBundlesDiscount.js +1 -1
  1760. package/dist/cjs/third-party/configs/FeraReviews.js +1 -1
  1761. package/dist/cjs/third-party/configs/FirePush.js +1 -1
  1762. package/dist/cjs/third-party/configs/FlyBundlesUpsellsFbt.js +1 -1
  1763. package/dist/cjs/third-party/configs/FordeerProductLabels.js +1 -1
  1764. package/dist/cjs/third-party/configs/FrequentlyBoughtTogether.js +1 -1
  1765. package/dist/cjs/third-party/configs/GloColorSwatchvariantImage.js +1 -1
  1766. package/dist/cjs/third-party/configs/GoogleReviewsByReputon.js +1 -1
  1767. package/dist/cjs/third-party/configs/Growave.js +1 -1
  1768. package/dist/cjs/third-party/configs/GrowthSuiteDiscountCodes.js +1 -1
  1769. package/dist/cjs/third-party/configs/HextomCountdownTimerBar.js +1 -1
  1770. package/dist/cjs/third-party/configs/HextomFreeShippingBar.js +1 -1
  1771. package/dist/cjs/third-party/configs/HulkFormBuilder.js +1 -1
  1772. package/dist/cjs/third-party/configs/HulkProductOptions.js +1 -1
  1773. package/dist/cjs/third-party/configs/InfiniteOptions.js +1 -1
  1774. package/dist/cjs/third-party/configs/Instafeed.js +1 -1
  1775. package/dist/cjs/third-party/configs/InstasellShoppableInstagram.js +1 -1
  1776. package/dist/cjs/third-party/configs/JudgemeReviews.js +1 -1
  1777. package/dist/cjs/third-party/configs/JunipProductReviewsUgc.js +1 -1
  1778. package/dist/cjs/third-party/configs/KachingBundles.js +1 -1
  1779. package/dist/cjs/third-party/configs/KachingSubscriptionsApp.js +1 -1
  1780. package/dist/cjs/third-party/configs/KingProductOptions.js +1 -1
  1781. package/dist/cjs/third-party/configs/KiteFreeGiftDiscount.js +1 -1
  1782. package/dist/cjs/third-party/configs/KlarmaMessaging.js +1 -1
  1783. package/dist/cjs/third-party/configs/Klaviyo.js +1 -1
  1784. package/dist/cjs/third-party/configs/KoalaBundleQuantityDiscount.js +1 -1
  1785. package/dist/cjs/third-party/configs/LaiProductReviews.js +1 -1
  1786. package/dist/cjs/third-party/configs/LoloyalLoyaltyReferrals.js +1 -1
  1787. package/dist/cjs/third-party/configs/LoopSubscriptions.js +1 -1
  1788. package/dist/cjs/third-party/configs/LooxReviews.js +1 -1
  1789. package/dist/cjs/third-party/configs/MaxbundleProductBundles.js +1 -1
  1790. package/dist/cjs/third-party/configs/MbcBundleVolumeDiscount.js +1 -1
  1791. package/dist/cjs/third-party/configs/MyappgurusProductReviews.js +1 -1
  1792. package/dist/cjs/third-party/configs/NotifyBackInStockPreOrder.js +1 -1
  1793. package/dist/cjs/third-party/configs/OkendoReviewsLoyalty.js +1 -1
  1794. package/dist/cjs/third-party/configs/Omnisend.js +1 -1
  1795. package/dist/cjs/third-party/configs/Opinew.js +1 -1
  1796. package/dist/cjs/third-party/configs/ParcelPanel.js +1 -1
  1797. package/dist/cjs/third-party/configs/PickyStory.js +1 -1
  1798. package/dist/cjs/third-party/configs/PowerfulContactFormBuilder.js +1 -1
  1799. package/dist/cjs/third-party/configs/PreorderNowPreOrderPq.js +1 -1
  1800. package/dist/cjs/third-party/configs/PreorderNowWodPresale.js +1 -1
  1801. package/dist/cjs/third-party/configs/ProductOptionsCustomizer.js +1 -1
  1802. package/dist/cjs/third-party/configs/ProductReviews.js +1 -1
  1803. package/dist/cjs/third-party/configs/PumperBundlesVolumeDiscount.js +1 -1
  1804. package/dist/cjs/third-party/configs/PushOwl.js +1 -1
  1805. package/dist/cjs/third-party/configs/QikifyUpsell.js +1 -1
  1806. package/dist/cjs/third-party/configs/RapiBundleQuantityBreaks.js +1 -1
  1807. package/dist/cjs/third-party/configs/RechargeSubscriptions.js +1 -1
  1808. package/dist/cjs/third-party/configs/RecurpaySubscriptionApp.js +1 -1
  1809. package/dist/cjs/third-party/configs/Releasit.js +1 -1
  1810. package/dist/cjs/third-party/configs/RequestQuoteHidePrice.js +1 -1
  1811. package/dist/cjs/third-party/configs/ReviewxpoProductReviewsApp.js +1 -1
  1812. package/dist/cjs/third-party/configs/Rivyo.js +1 -1
  1813. package/dist/cjs/third-party/configs/Ryviu.js +1 -1
  1814. package/dist/cjs/third-party/configs/SealSubscriptions.js +1 -1
  1815. package/dist/cjs/third-party/configs/SegunoEmailMarketing.js +1 -1
  1816. package/dist/cjs/third-party/configs/Selleasy.js +1 -1
  1817. package/dist/cjs/third-party/configs/SeoantTrustBadgesIcon.js +1 -1
  1818. package/dist/cjs/third-party/configs/ShopifyForms.js +1 -1
  1819. package/dist/cjs/third-party/configs/ShopifySubscriptions.js +1 -1
  1820. package/dist/cjs/third-party/configs/SimpleBundlesKits.js +1 -1
  1821. package/dist/cjs/third-party/configs/SkioSubscriptionsYcS20.js +1 -1
  1822. package/dist/cjs/third-party/configs/SmartSearchBarAndFilters.js +1 -1
  1823. package/dist/cjs/third-party/configs/SproutPlantTreesGrowSales.js +1 -1
  1824. package/dist/cjs/third-party/configs/Stamped.js +1 -1
  1825. package/dist/cjs/third-party/configs/StellarDeliveryDatePickup.js +1 -1
  1826. package/dist/cjs/third-party/configs/SubifySubscriptionsApp.js +1 -1
  1827. package/dist/cjs/third-party/configs/TagembedSocialPostReview.js +1 -1
  1828. package/dist/cjs/third-party/configs/TagshopShoppableVideosUgc.js +1 -1
  1829. package/dist/cjs/third-party/configs/TrustBadgesBear.js +1 -1
  1830. package/dist/cjs/third-party/configs/TrustMe.js +1 -1
  1831. package/dist/cjs/third-party/configs/TrustedsiteTrustBadges.js +1 -1
  1832. package/dist/cjs/third-party/configs/Trustoo.js +1 -1
  1833. package/dist/cjs/third-party/configs/TrustreviewsProductReviews.js +1 -1
  1834. package/dist/cjs/third-party/configs/TrustshopProductReviews.js +1 -1
  1835. package/dist/cjs/third-party/configs/UltimateSalesBoost.js +1 -1
  1836. package/dist/cjs/third-party/configs/UnlimitedBundlesDiscounts.js +1 -1
  1837. package/dist/cjs/third-party/configs/UppromoteAffiliateMarketing.js +1 -1
  1838. package/dist/cjs/third-party/configs/Vitals.js +1 -1
  1839. package/dist/cjs/third-party/configs/WhatmoreShoppableVideosreel.js +1 -1
  1840. package/dist/cjs/third-party/configs/WideBundle.js +1 -1
  1841. package/dist/cjs/third-party/configs/Wiser.js +1 -1
  1842. package/dist/cjs/third-party/configs/WishlistKing.js +1 -1
  1843. package/dist/cjs/third-party/configs/WishlistPlus.js +1 -1
  1844. package/dist/cjs/third-party/configs/YotpoLoyalty.js +1 -1
  1845. package/dist/cjs/third-party/configs/YotpoReviews.js +1 -1
  1846. package/dist/cjs/third-party/index.js +1 -1
  1847. package/dist/cjs/third-party/next.js +1 -1
  1848. package/dist/cjs/third-party/settings/AftershipEmailMarketingsms/index.js +2 -2
  1849. package/dist/cjs/third-party/settings/AftershipEmailMarketingsms/uiV2.js +1 -1
  1850. package/dist/cjs/third-party/settings/AirProductReviewsAppUgc/index.js +2 -2
  1851. package/dist/cjs/third-party/settings/AirProductReviewsAppUgc/uiV2.js +1 -1
  1852. package/dist/cjs/third-party/settings/AliReviews/index.js +4 -4
  1853. package/dist/cjs/third-party/settings/AliReviews/uiV2.js +1 -1
  1854. package/dist/cjs/third-party/settings/AlsoBoughtCbb/index.js +2 -2
  1855. package/dist/cjs/third-party/settings/AlsoBoughtCbb/uiV2.js +1 -1
  1856. package/dist/cjs/third-party/settings/AovBundlesVolumeDiscounts/index.js +2 -2
  1857. package/dist/cjs/third-party/settings/AovBundlesVolumeDiscounts/uiV2.js +1 -1
  1858. package/dist/cjs/third-party/settings/AovFreeGiftBuyXGetYBogo/index.js +2 -2
  1859. package/dist/cjs/third-party/settings/AovFreeGiftBuyXGetYBogo/uiV2.js +1 -1
  1860. package/dist/cjs/third-party/settings/AppointmentBookingCowlendar/index.js +2 -2
  1861. package/dist/cjs/third-party/settings/AppointmentBookingCowlendar/uiV2.js +1 -1
  1862. package/dist/cjs/third-party/settings/AppstleBundlesDiscounts/index.js +2 -2
  1863. package/dist/cjs/third-party/settings/AppstleBundlesDiscounts/uiV2.js +1 -1
  1864. package/dist/cjs/third-party/settings/AppstleSubscriptions/index.js +4 -4
  1865. package/dist/cjs/third-party/settings/AppstleSubscriptions/uiV2.js +1 -1
  1866. package/dist/cjs/third-party/settings/BestBuyFulfillment/index.js +2 -2
  1867. package/dist/cjs/third-party/settings/BestBuyFulfillment/uiV2.js +1 -1
  1868. package/dist/cjs/third-party/settings/BfSizeChartSizeGuide/index.js +2 -2
  1869. package/dist/cjs/third-party/settings/BfSizeChartSizeGuide/uiV2.js +1 -1
  1870. package/dist/cjs/third-party/settings/BirdChime/index.js +4 -4
  1871. package/dist/cjs/third-party/settings/BirdChime/uiV2.js +1 -1
  1872. package/dist/cjs/third-party/settings/BloyRewardsProgramLoyalty/index.js +2 -2
  1873. package/dist/cjs/third-party/settings/BloyRewardsProgramLoyalty/uiV2.js +1 -1
  1874. package/dist/cjs/third-party/settings/Bogos/index.js +4 -4
  1875. package/dist/cjs/third-party/settings/Bogos/uiV2.js +1 -1
  1876. package/dist/cjs/third-party/settings/BoldProductOptions/index.js +4 -4
  1877. package/dist/cjs/third-party/settings/BoldProductOptions/uiV2.js +1 -1
  1878. package/dist/cjs/third-party/settings/BoldSubscriptions/index.js +4 -4
  1879. package/dist/cjs/third-party/settings/BoldSubscriptions/uiV2.js +1 -1
  1880. package/dist/cjs/third-party/settings/BonLoyaltyRewardsReferrals/index.js +2 -2
  1881. package/dist/cjs/third-party/settings/BonLoyaltyRewardsReferrals/uiV2.js +1 -1
  1882. package/dist/cjs/third-party/settings/BoostAISearchDiscovery/index.js +4 -4
  1883. package/dist/cjs/third-party/settings/BoostAISearchDiscovery/uiV2.js +1 -1
  1884. package/dist/cjs/third-party/settings/Bundler/index.js +4 -4
  1885. package/dist/cjs/third-party/settings/Bundler/uiV2.js +1 -1
  1886. package/dist/cjs/third-party/settings/CleanSizeCharts/index.js +4 -4
  1887. package/dist/cjs/third-party/settings/CleanSizeCharts/uiV2.js +1 -1
  1888. package/dist/cjs/third-party/settings/CrossSellCartUpsell/index.js +4 -4
  1889. package/dist/cjs/third-party/settings/CrossSellCartUpsell/uiV2.js +1 -1
  1890. package/dist/cjs/third-party/settings/CustomProductOptionsVariant/index.js +2 -2
  1891. package/dist/cjs/third-party/settings/CustomProductOptionsVariant/uiV2.js +1 -1
  1892. package/dist/cjs/third-party/settings/DealeasyVolumeDiscounts/index.js +2 -2
  1893. package/dist/cjs/third-party/settings/DealeasyVolumeDiscounts/uiV2.js +1 -1
  1894. package/dist/cjs/third-party/settings/DiscountyBulkDiscountSales/index.js +2 -2
  1895. package/dist/cjs/third-party/settings/DiscountyBulkDiscountSales/uiV2.js +1 -1
  1896. package/dist/cjs/third-party/settings/EasifyProductOptions/index.js +2 -2
  1897. package/dist/cjs/third-party/settings/EasifyProductOptions/uiV2.js +1 -1
  1898. package/dist/cjs/third-party/settings/EasyBundleBuilderSkailama/index.js +2 -2
  1899. package/dist/cjs/third-party/settings/EasyBundleBuilderSkailama/uiV2.js +1 -1
  1900. package/dist/cjs/third-party/settings/EasySellCOD/index.js +4 -4
  1901. package/dist/cjs/third-party/settings/EasySellCOD/uiV2.js +1 -1
  1902. package/dist/cjs/third-party/settings/EcoboostifyShoppableReelUgc/index.js +2 -2
  1903. package/dist/cjs/third-party/settings/EcoboostifyShoppableReelUgc/uiV2.js +1 -1
  1904. package/dist/cjs/third-party/settings/EcomsendBackInStockAlert/index.js +2 -2
  1905. package/dist/cjs/third-party/settings/EcomsendBackInStockAlert/uiV2.js +1 -1
  1906. package/dist/cjs/third-party/settings/EssentialAnnouncementBar/index.js +2 -2
  1907. package/dist/cjs/third-party/settings/EssentialAnnouncementBar/uiV2.js +1 -1
  1908. package/dist/cjs/third-party/settings/EssentialCountdownTimerBar/index.js +2 -2
  1909. package/dist/cjs/third-party/settings/EssentialCountdownTimerBar/uiV2.js +1 -1
  1910. package/dist/cjs/third-party/settings/EstimatedDeliveryDatePlus/index.js +2 -2
  1911. package/dist/cjs/third-party/settings/EstimatedDeliveryDatePlus/uiV2.js +1 -1
  1912. package/dist/cjs/third-party/settings/FastBundleBundlesDiscounts/index.js +2 -2
  1913. package/dist/cjs/third-party/settings/FastBundleBundlesDiscounts/uiV2.js +1 -1
  1914. package/dist/cjs/third-party/settings/FeraReviews/index.js +4 -4
  1915. package/dist/cjs/third-party/settings/FeraReviews/uiV2.js +1 -1
  1916. package/dist/cjs/third-party/settings/FirePush/index.js +4 -4
  1917. package/dist/cjs/third-party/settings/FirePush/uiV2.js +1 -1
  1918. package/dist/cjs/third-party/settings/FlyBundlesUpsellsFbt/index.js +2 -2
  1919. package/dist/cjs/third-party/settings/FlyBundlesUpsellsFbt/uiV2.js +1 -1
  1920. package/dist/cjs/third-party/settings/FordeerProductLabels/index.js +2 -2
  1921. package/dist/cjs/third-party/settings/FordeerProductLabels/uiV2.js +1 -1
  1922. package/dist/cjs/third-party/settings/FrequentlyBoughtTogether/index.js +6 -6
  1923. package/dist/cjs/third-party/settings/FrequentlyBoughtTogether/uiV2.js +1 -1
  1924. package/dist/cjs/third-party/settings/GloColorSwatchvariantImage/index.js +2 -2
  1925. package/dist/cjs/third-party/settings/GloColorSwatchvariantImage/uiV2.js +1 -1
  1926. package/dist/cjs/third-party/settings/GloboProductOptionsVariant/index.js +2 -2
  1927. package/dist/cjs/third-party/settings/GloboProductOptionsVariant/uiV2.js +1 -1
  1928. package/dist/cjs/third-party/settings/GoogleReviewsByReputon/index.js +2 -2
  1929. package/dist/cjs/third-party/settings/GoogleReviewsByReputon/uiV2.js +1 -1
  1930. package/dist/cjs/third-party/settings/Growave/index.js +4 -4
  1931. package/dist/cjs/third-party/settings/Growave/uiV2.js +1 -1
  1932. package/dist/cjs/third-party/settings/GrowthSuiteDiscountCodes/index.js +2 -2
  1933. package/dist/cjs/third-party/settings/GrowthSuiteDiscountCodes/uiV2.js +1 -1
  1934. package/dist/cjs/third-party/settings/HextomCountdownTimerBar/index.js +2 -2
  1935. package/dist/cjs/third-party/settings/HextomCountdownTimerBar/uiV2.js +1 -1
  1936. package/dist/cjs/third-party/settings/HextomFreeShippingBar/index.js +2 -2
  1937. package/dist/cjs/third-party/settings/HextomFreeShippingBar/uiV2.js +1 -1
  1938. package/dist/cjs/third-party/settings/HulkFormBuilder/index.js +2 -2
  1939. package/dist/cjs/third-party/settings/HulkFormBuilder/uiV2.js +1 -1
  1940. package/dist/cjs/third-party/settings/HulkProductOptions/index.js +2 -2
  1941. package/dist/cjs/third-party/settings/HulkProductOptions/uiV2.js +1 -1
  1942. package/dist/cjs/third-party/settings/InfiniteOptions/index.js +4 -4
  1943. package/dist/cjs/third-party/settings/InfiniteOptions/uiV2.js +1 -1
  1944. package/dist/cjs/third-party/settings/Instafeed/index.js +4 -4
  1945. package/dist/cjs/third-party/settings/Instafeed/uiV2.js +1 -1
  1946. package/dist/cjs/third-party/settings/InstasellShoppableInstagram/index.js +2 -2
  1947. package/dist/cjs/third-party/settings/InstasellShoppableInstagram/uiV2.js +1 -1
  1948. package/dist/cjs/third-party/settings/JudgemeReviews/index.js +4 -4
  1949. package/dist/cjs/third-party/settings/JudgemeReviews/uiV2.js +1 -1
  1950. package/dist/cjs/third-party/settings/JunipProductReviewsUgc/index.js +2 -2
  1951. package/dist/cjs/third-party/settings/JunipProductReviewsUgc/uiV2.js +1 -1
  1952. package/dist/cjs/third-party/settings/KachingBundles/index.js +4 -4
  1953. package/dist/cjs/third-party/settings/KachingBundles/uiV2.js +1 -1
  1954. package/dist/cjs/third-party/settings/KachingSubscriptionsApp/index.js +2 -2
  1955. package/dist/cjs/third-party/settings/KachingSubscriptionsApp/uiV2.js +1 -1
  1956. package/dist/cjs/third-party/settings/KingProductOptions/index.js +4 -4
  1957. package/dist/cjs/third-party/settings/KingProductOptions/uiV2.js +1 -1
  1958. package/dist/cjs/third-party/settings/KiteFreeGiftDiscount/index.js +2 -2
  1959. package/dist/cjs/third-party/settings/KiteFreeGiftDiscount/uiV2.js +1 -1
  1960. package/dist/cjs/third-party/settings/KlarnaMessaging/index.js +4 -4
  1961. package/dist/cjs/third-party/settings/KlarnaMessaging/uiV2.js +1 -1
  1962. package/dist/cjs/third-party/settings/Klaviyo/index.js +4 -4
  1963. package/dist/cjs/third-party/settings/Klaviyo/uiV2.js +1 -1
  1964. package/dist/cjs/third-party/settings/KoalaBundleQuantityDiscount/index.js +2 -2
  1965. package/dist/cjs/third-party/settings/KoalaBundleQuantityDiscount/uiV2.js +1 -1
  1966. package/dist/cjs/third-party/settings/LaiProductReviews/index.js +4 -4
  1967. package/dist/cjs/third-party/settings/LaiProductReviews/uiV2.js +1 -1
  1968. package/dist/cjs/third-party/settings/LoloyalLoyaltyReferrals/index.js +4 -4
  1969. package/dist/cjs/third-party/settings/LoloyalLoyaltyReferrals/uiV2.js +1 -1
  1970. package/dist/cjs/third-party/settings/LoopSubscriptions/index.js +2 -2
  1971. package/dist/cjs/third-party/settings/LoopSubscriptions/uiV2.js +1 -1
  1972. package/dist/cjs/third-party/settings/LooxReviews/index.js +4 -4
  1973. package/dist/cjs/third-party/settings/LooxReviews/uiV2.js +1 -1
  1974. package/dist/cjs/third-party/settings/MaxbundleProductBundles/index.js +2 -2
  1975. package/dist/cjs/third-party/settings/MaxbundleProductBundles/uiV2.js +1 -1
  1976. package/dist/cjs/third-party/settings/MbcBundleVolumeDiscount/index.js +2 -2
  1977. package/dist/cjs/third-party/settings/MbcBundleVolumeDiscount/uiV2.js +1 -1
  1978. package/dist/cjs/third-party/settings/MyappgurusProductReviews/index.js +2 -2
  1979. package/dist/cjs/third-party/settings/MyappgurusProductReviews/uiV2.js +1 -1
  1980. package/dist/cjs/third-party/settings/NotifyBackInStockPreOrder/index.js +3 -3
  1981. package/dist/cjs/third-party/settings/NotifyBackInStockPreOrder/uiV2.js +1 -1
  1982. package/dist/cjs/third-party/settings/OkendoReviewsLoyalty/index.js +2 -2
  1983. package/dist/cjs/third-party/settings/OkendoReviewsLoyalty/uiV2.js +1 -1
  1984. package/dist/cjs/third-party/settings/Omnisend/index.js +4 -4
  1985. package/dist/cjs/third-party/settings/Omnisend/uiV2.js +1 -1
  1986. package/dist/cjs/third-party/settings/Opinew/index.js +4 -4
  1987. package/dist/cjs/third-party/settings/Opinew/uiV2.js +1 -1
  1988. package/dist/cjs/third-party/settings/ParcelPanel/index.js +4 -4
  1989. package/dist/cjs/third-party/settings/ParcelPanel/uiV2.js +1 -1
  1990. package/dist/cjs/third-party/settings/PickyStory/index.js +4 -4
  1991. package/dist/cjs/third-party/settings/PickyStory/uiV2.js +1 -1
  1992. package/dist/cjs/third-party/settings/PowerfulContactFormBuilder/index.js +2 -2
  1993. package/dist/cjs/third-party/settings/PowerfulContactFormBuilder/uiV2.js +1 -1
  1994. package/dist/cjs/third-party/settings/PreorderNowPreOrderPq/index.js +2 -2
  1995. package/dist/cjs/third-party/settings/PreorderNowPreOrderPq/uiV2.js +1 -1
  1996. package/dist/cjs/third-party/settings/PreorderNowWodPresale/index.js +2 -2
  1997. package/dist/cjs/third-party/settings/PreorderNowWodPresale/uiV2.js +1 -1
  1998. package/dist/cjs/third-party/settings/ProductOptionsCustomizer/index.js +2 -2
  1999. package/dist/cjs/third-party/settings/ProductOptionsCustomizer/uiV2.js +1 -1
  2000. package/dist/cjs/third-party/settings/ProductOptionsVariantOption/index.js +2 -2
  2001. package/dist/cjs/third-party/settings/ProductOptionsVariantOption/uiV2.js +1 -1
  2002. package/dist/cjs/third-party/settings/ProductReviews/index.js +4 -4
  2003. package/dist/cjs/third-party/settings/ProductReviews/uiV2.js +1 -1
  2004. package/dist/cjs/third-party/settings/PumperBundlesVolumeDiscount/index.js +2 -2
  2005. package/dist/cjs/third-party/settings/PumperBundlesVolumeDiscount/uiV2.js +1 -1
  2006. package/dist/cjs/third-party/settings/PushOwl/index.js +4 -4
  2007. package/dist/cjs/third-party/settings/PushOwl/uiV2.js +1 -1
  2008. package/dist/cjs/third-party/settings/QikifyUpsell/index.js +4 -4
  2009. package/dist/cjs/third-party/settings/QikifyUpsell/uiV2.js +1 -1
  2010. package/dist/cjs/third-party/settings/RapiBundleQuantityBreaks/index.js +2 -2
  2011. package/dist/cjs/third-party/settings/RapiBundleQuantityBreaks/uiV2.js +1 -1
  2012. package/dist/cjs/third-party/settings/RechargeSubscriptions/index.js +2 -2
  2013. package/dist/cjs/third-party/settings/RechargeSubscriptions/uiV2.js +1 -1
  2014. package/dist/cjs/third-party/settings/RecurpaySubscriptionApp/index.js +2 -2
  2015. package/dist/cjs/third-party/settings/RecurpaySubscriptionApp/uiV2.js +1 -1
  2016. package/dist/cjs/third-party/settings/Releasit/index.js +4 -4
  2017. package/dist/cjs/third-party/settings/Releasit/uiV2.js +1 -1
  2018. package/dist/cjs/third-party/settings/RequestQuoteHidePrice/index.js +3 -3
  2019. package/dist/cjs/third-party/settings/RequestQuoteHidePrice/uiV2.js +1 -1
  2020. package/dist/cjs/third-party/settings/ReviewxpoProductReviewsApp/index.js +2 -2
  2021. package/dist/cjs/third-party/settings/ReviewxpoProductReviewsApp/uiV2.js +1 -1
  2022. package/dist/cjs/third-party/settings/Rivyo/index.js +4 -4
  2023. package/dist/cjs/third-party/settings/Rivyo/uiV2.js +1 -1
  2024. package/dist/cjs/third-party/settings/Ryviu/index.js +4 -4
  2025. package/dist/cjs/third-party/settings/Ryviu/uiV2.js +1 -1
  2026. package/dist/cjs/third-party/settings/SealSubscriptions/index.js +4 -4
  2027. package/dist/cjs/third-party/settings/SealSubscriptions/uiV2.js +1 -1
  2028. package/dist/cjs/third-party/settings/SegunoEmailMarketing/index.js +2 -2
  2029. package/dist/cjs/third-party/settings/SegunoEmailMarketing/uiV2.js +1 -1
  2030. package/dist/cjs/third-party/settings/Selleasy/index.js +2 -2
  2031. package/dist/cjs/third-party/settings/Selleasy/uiV2.js +1 -1
  2032. package/dist/cjs/third-party/settings/SeoantTrustBadgesIcon/index.js +2 -2
  2033. package/dist/cjs/third-party/settings/SeoantTrustBadgesIcon/uiV2.js +1 -1
  2034. package/dist/cjs/third-party/settings/ShopifyForms/index.js +2 -2
  2035. package/dist/cjs/third-party/settings/ShopifyForms/uiV2.js +1 -1
  2036. package/dist/cjs/third-party/settings/ShopifySubscriptions/index.js +2 -2
  2037. package/dist/cjs/third-party/settings/ShopifySubscriptions/uiV2.js +1 -1
  2038. package/dist/cjs/third-party/settings/SimpleBundlesKits/index.js +2 -2
  2039. package/dist/cjs/third-party/settings/SimpleBundlesKits/uiV2.js +1 -1
  2040. package/dist/cjs/third-party/settings/SkioSubscriptionsYcS20/index.js +2 -2
  2041. package/dist/cjs/third-party/settings/SkioSubscriptionsYcS20/uiV2.js +1 -1
  2042. package/dist/cjs/third-party/settings/SmartSearchBarAndFilters/index.js +4 -4
  2043. package/dist/cjs/third-party/settings/SmartSearchBarAndFilters/uiV2.js +1 -1
  2044. package/dist/cjs/third-party/settings/SproutPlantTreesGrowSales/index.js +2 -2
  2045. package/dist/cjs/third-party/settings/SproutPlantTreesGrowSales/uiV2.js +1 -1
  2046. package/dist/cjs/third-party/settings/Stamped/Badge.js +1 -1
  2047. package/dist/cjs/third-party/settings/Stamped/BadgeDouble.js +1 -1
  2048. package/dist/cjs/third-party/settings/Stamped/BadgeRibbon.js +1 -1
  2049. package/dist/cjs/third-party/settings/Stamped/BadgeSingle.js +1 -1
  2050. package/dist/cjs/third-party/settings/Stamped/Carousel.js +1 -1
  2051. package/dist/cjs/third-party/settings/Stamped/CheckoutReviews.js +1 -1
  2052. package/dist/cjs/third-party/settings/Stamped/Colors.js +1 -1
  2053. package/dist/cjs/third-party/settings/Stamped/Filters.js +1 -1
  2054. package/dist/cjs/third-party/settings/Stamped/FullPage.js +1 -1
  2055. package/dist/cjs/third-party/settings/Stamped/InstagramFeed.js +1 -1
  2056. package/dist/cjs/third-party/settings/Stamped/MainWidget.js +1 -1
  2057. package/dist/cjs/third-party/settings/Stamped/ProductRating.js +1 -1
  2058. package/dist/cjs/third-party/settings/Stamped/SingleHighlight.js +1 -1
  2059. package/dist/cjs/third-party/settings/Stamped/SiteBadge.js +1 -1
  2060. package/dist/cjs/third-party/settings/Stamped/TopRated.js +1 -1
  2061. package/dist/cjs/third-party/settings/Stamped/VisualGallery.js +1 -1
  2062. package/dist/cjs/third-party/settings/Stamped/WallPhotos.js +1 -1
  2063. package/dist/cjs/third-party/settings/Stamped/index.js +1 -1
  2064. package/dist/cjs/third-party/settings/Stamped.js +4 -4
  2065. package/dist/cjs/third-party/settings/StellarDeliveryDatePickup/index.js +2 -2
  2066. package/dist/cjs/third-party/settings/StellarDeliveryDatePickup/uiV2.js +1 -1
  2067. package/dist/cjs/third-party/settings/SubifySubscriptionsApp/index.js +2 -2
  2068. package/dist/cjs/third-party/settings/SubifySubscriptionsApp/uiV2.js +1 -1
  2069. package/dist/cjs/third-party/settings/TagembedSocialPostReview/index.js +2 -2
  2070. package/dist/cjs/third-party/settings/TagembedSocialPostReview/uiV2.js +1 -1
  2071. package/dist/cjs/third-party/settings/TagshopShoppableVideosUgc/index.js +2 -2
  2072. package/dist/cjs/third-party/settings/TagshopShoppableVideosUgc/uiV2.js +1 -1
  2073. package/dist/cjs/third-party/settings/TeeinblueProductPersonalizer/index.js +2 -2
  2074. package/dist/cjs/third-party/settings/TeeinblueProductPersonalizer/uiV2.js +1 -1
  2075. package/dist/cjs/third-party/settings/TrustBadgesBear/index.js +2 -2
  2076. package/dist/cjs/third-party/settings/TrustBadgesBear/uiV2.js +1 -1
  2077. package/dist/cjs/third-party/settings/TrustMe/index.js +4 -4
  2078. package/dist/cjs/third-party/settings/TrustMe/uiV2.js +1 -1
  2079. package/dist/cjs/third-party/settings/TrustedsiteTrustBadges/index.js +2 -2
  2080. package/dist/cjs/third-party/settings/TrustedsiteTrustBadges/uiV2.js +1 -1
  2081. package/dist/cjs/third-party/settings/Trustoo/index.js +4 -4
  2082. package/dist/cjs/third-party/settings/Trustoo/uiV2.js +1 -1
  2083. package/dist/cjs/third-party/settings/TrustreviewsProductReviews/index.js +2 -2
  2084. package/dist/cjs/third-party/settings/TrustreviewsProductReviews/uiV2.js +1 -1
  2085. package/dist/cjs/third-party/settings/TrustshopProductReviews/index.js +2 -2
  2086. package/dist/cjs/third-party/settings/TrustshopProductReviews/uiV2.js +1 -1
  2087. package/dist/cjs/third-party/settings/UltimateSalesBoost/index.js +4 -4
  2088. package/dist/cjs/third-party/settings/UltimateSalesBoost/uiV1.js +1 -1
  2089. package/dist/cjs/third-party/settings/UltimateSalesBoost/uiV2.js +1 -1
  2090. package/dist/cjs/third-party/settings/UnlimitedBundlesDiscounts/index.js +2 -2
  2091. package/dist/cjs/third-party/settings/UnlimitedBundlesDiscounts/uiV2.js +1 -1
  2092. package/dist/cjs/third-party/settings/UppromoteAffiliateMarketing/setting.js +2 -2
  2093. package/dist/cjs/third-party/settings/UppromoteAffiliateMarketing/uiV2.js +1 -1
  2094. package/dist/cjs/third-party/settings/Vitals/index.js +4 -4
  2095. package/dist/cjs/third-party/settings/Vitals/uiV2.js +1 -1
  2096. package/dist/cjs/third-party/settings/WhatmoreShoppableVideosreel/index.js +2 -2
  2097. package/dist/cjs/third-party/settings/WhatmoreShoppableVideosreel/uiV2.js +1 -1
  2098. package/dist/cjs/third-party/settings/WideBundle/index.js +4 -4
  2099. package/dist/cjs/third-party/settings/WideBundle/uiV2.js +1 -1
  2100. package/dist/cjs/third-party/settings/Wiser/index.js +4 -4
  2101. package/dist/cjs/third-party/settings/Wiser/uiV2.js +1 -1
  2102. package/dist/cjs/third-party/settings/WishlistKing/index.js +2 -2
  2103. package/dist/cjs/third-party/settings/WishlistKing/uiV2.js +1 -1
  2104. package/dist/cjs/third-party/settings/WishlistPlus/index.js +3 -3
  2105. package/dist/cjs/third-party/settings/WishlistPlus/uiV2.js +1 -1
  2106. package/dist/cjs/third-party/settings/YotpoLoyalty/index.js +4 -4
  2107. package/dist/cjs/third-party/settings/YotpoLoyalty/uiV2.js +1 -1
  2108. package/dist/cjs/third-party/settings/YotpoReviews/index.js +4 -4
  2109. package/dist/cjs/third-party/settings/YotpoReviews/uiV2.js +1 -1
  2110. package/dist/cjs/third-party/types.js +1 -1
  2111. package/dist/cjs/third-party-instant/common/helpers.js +1 -1
  2112. package/dist/cjs/third-party-instant/components/InstantJudgemeReviews.js +1 -1
  2113. package/dist/cjs/third-party-instant/components/InstantKlaviyo.js +1 -1
  2114. package/dist/cjs/third-party-instant/components/InstantLooxReviews.js +1 -1
  2115. package/dist/cjs/third-party-instant/components/InstantThirdPartyPreview.js +1 -1
  2116. package/dist/cjs/third-party-instant/components/InstantYotpoLoyalty.js +1 -1
  2117. package/dist/cjs/third-party-instant/components/Judgeme/JudgemeSampleContent.js +1 -1
  2118. package/dist/cjs/third-party-instant/components/Judgeme/SingleProduct.js +1 -1
  2119. package/dist/cjs/third-party-instant/components/Judgeme/WithoutProduct.js +1 -1
  2120. package/dist/cjs/third-party-instant/components/Klaviyo/KlaviyoSampleContent.js +1 -1
  2121. package/dist/cjs/third-party-instant/components/LooxReviews/LooxReviewsSampleContent.js +2 -2
  2122. package/dist/cjs/third-party-instant/components/LooxReviews/SingleProduct.js +1 -1
  2123. package/dist/cjs/third-party-instant/components/LooxReviews/WithoutProduct.js +1 -1
  2124. package/dist/cjs/third-party-instant/components/YotpoLoyalty/YotpoLoyaltySampleContent.js +1 -1
  2125. package/dist/cjs/third-party-instant/configs/JudgemeReviews.js +1 -1
  2126. package/dist/cjs/third-party-instant/configs/Klaviyo.js +1 -1
  2127. package/dist/cjs/third-party-instant/configs/LooxReviews.js +1 -1
  2128. package/dist/cjs/third-party-instant/configs/YotpoLoyalty.js +1 -1
  2129. package/dist/cjs/third-party-instant/index.js +1 -1
  2130. package/dist/cjs/third-party-instant/next.js +1 -1
  2131. package/dist/cjs/third-party-instant/settings/InstantJudgemeReviews/configs/settings.js +1 -1
  2132. package/dist/cjs/third-party-instant/settings/InstantJudgemeReviews/configs/ui-v2.js +1 -1
  2133. package/dist/cjs/third-party-instant/settings/InstantJudgemeReviews/index.js +4 -4
  2134. package/dist/cjs/third-party-instant/settings/InstantKlaviyo/configs/settings.js +1 -1
  2135. package/dist/cjs/third-party-instant/settings/InstantKlaviyo/configs/ui-v2.js +1 -1
  2136. package/dist/cjs/third-party-instant/settings/InstantKlaviyo/index.js +4 -4
  2137. package/dist/cjs/third-party-instant/settings/InstantLooxReviews/configs/settings.js +1 -1
  2138. package/dist/cjs/third-party-instant/settings/InstantLooxReviews/index.js +4 -4
  2139. package/dist/cjs/third-party-instant/settings/InstantYotpoLoyalty/configs/settings.js +1 -1
  2140. package/dist/cjs/third-party-instant/settings/InstantYotpoLoyalty/index.js +4 -4
  2141. package/dist/cjs/third-party-instant/types.js +1 -1
  2142. package/dist/cjs/third-party-slot/common/classes.js +1 -1
  2143. package/dist/cjs/third-party-slot/common/helpers.js +8 -8
  2144. package/dist/cjs/third-party-slot/common/styles.js +1 -1
  2145. package/dist/cjs/third-party-slot/components/ThirdPartySlot.js +1 -1
  2146. package/dist/cjs/third-party-slot/components/ThirdPartySlot.liquid.js +7 -7
  2147. package/dist/cjs/third-party-slot/index.js +1 -1
  2148. package/dist/cjs/third-party-slot/next.js +1 -1
  2149. package/dist/cjs/third-party-slot/settings/ThirdPartySlot.js +2 -2
  2150. package/dist/cjs/third-party-slot/settings/configs/settings.js +1 -1
  2151. package/dist/cjs/third-party-slot/settings/configs/ui-v2.js +1 -1
  2152. package/dist/cjs/translate.js +1 -1
  2153. package/dist/cjs/validates/background.js +1 -1
  2154. package/dist/cjs/video/common/attrs.js +1 -1
  2155. package/dist/cjs/video/common/classes.js +1 -1
  2156. package/dist/cjs/video/common/helpers.js +1 -1
  2157. package/dist/cjs/video/common/styles.js +1 -1
  2158. package/dist/cjs/video/components/HTML5Embed.js +1 -1
  2159. package/dist/cjs/video/components/HTML5Embed.liquid.js +25 -25
  2160. package/dist/cjs/video/components/LiteVimeoEmbed.js +1 -1
  2161. package/dist/cjs/video/components/LiteVimeoEmbed.liquid.js +15 -15
  2162. package/dist/cjs/video/components/LiteYouTubeEmbed.js +1 -1
  2163. package/dist/cjs/video/components/LiteYouTubeEmbed.liquid.js +23 -23
  2164. package/dist/cjs/video/components/Video.js +1 -1
  2165. package/dist/cjs/video/components/Video.liquid.js +4 -4
  2166. package/dist/cjs/video/hooks/useLiteHtml5Embed.js +1 -1
  2167. package/dist/cjs/video/hooks/useLiteVimeoEmbed.js +1 -1
  2168. package/dist/cjs/video/hooks/useLiteYoutubeEmbed.js +1 -1
  2169. package/dist/cjs/video/index.js +1 -1
  2170. package/dist/cjs/video/next.js +1 -1
  2171. package/dist/cjs/video/settings/Video.js +3 -3
  2172. package/dist/cjs/video/settings/configs/settings.js +1 -1
  2173. package/dist/cjs/video/settings/configs/translate.js +1 -1
  2174. package/dist/cjs/video/settings/configs/ui-v2.js +1 -1
  2175. package/dist/esm/accordion/common/classes.js +1 -1
  2176. package/dist/esm/accordion/common/helpers.js +1 -1
  2177. package/dist/esm/accordion/common/styles.js +1 -1
  2178. package/dist/esm/accordion/components/Accordion.js +1 -1
  2179. package/dist/esm/accordion/components/Accordion.liquid.js +12 -12
  2180. package/dist/esm/accordion/components/AccordionItem.js +1 -1
  2181. package/dist/esm/accordion/components/AccordionItem.liquid.js +6 -6
  2182. package/dist/esm/accordion/hooks/useAccordion.js +1 -1
  2183. package/dist/esm/accordion/hooks/useAccordionItem.js +1 -1
  2184. package/dist/esm/accordion/hooks/useMountTransition.js +1 -1
  2185. package/dist/esm/accordion/index.js +1 -1
  2186. package/dist/esm/accordion/next.js +1 -1
  2187. package/dist/esm/accordion/settings/Accordion.js +2 -2
  2188. package/dist/esm/accordion/settings/AccordionItem.js +1 -1
  2189. package/dist/esm/accordion/settings/configs/child-items.js +1 -1
  2190. package/dist/esm/accordion/settings/configs/settings.js +2 -2
  2191. package/dist/esm/accordion/settings/configs/translate.js +1 -1
  2192. package/dist/esm/accordion/settings/configs/ui-v2.js +1 -1
  2193. package/dist/esm/article/common/helpers.js +2 -2
  2194. package/dist/esm/article/components/ArticleAuthor.js +1 -1
  2195. package/dist/esm/article/components/ArticleAuthor.liquid.js +2 -2
  2196. package/dist/esm/article/components/ArticleCategory.js +1 -1
  2197. package/dist/esm/article/components/ArticleCategory.liquid.js +2 -2
  2198. package/dist/esm/article/components/ArticleContent.js +2 -2
  2199. package/dist/esm/article/components/ArticleContent.liquid.js +4 -4
  2200. package/dist/esm/article/components/ArticleDate.js +1 -1
  2201. package/dist/esm/article/components/ArticleDate.liquid.js +3 -3
  2202. package/dist/esm/article/components/ArticleExcerpt.js +1 -1
  2203. package/dist/esm/article/components/ArticleExcerpt.liquid.js +3 -3
  2204. package/dist/esm/article/components/ArticleImage.js +1 -1
  2205. package/dist/esm/article/components/ArticleImage.liquid.js +3 -3
  2206. package/dist/esm/article/components/ArticleList.js +1 -1
  2207. package/dist/esm/article/components/ArticleList.liquid.js +6 -6
  2208. package/dist/esm/article/components/ArticleNotFound.js +1 -1
  2209. package/dist/esm/article/components/ArticlePagination.js +1 -1
  2210. package/dist/esm/article/components/ArticlePagination.liquid.js +1 -1
  2211. package/dist/esm/article/components/ArticleReadMore.js +1 -1
  2212. package/dist/esm/article/components/ArticleReadMore.liquid.js +5 -5
  2213. package/dist/esm/article/components/ArticleTag.js +1 -1
  2214. package/dist/esm/article/components/ArticleTag.liquid.js +3 -3
  2215. package/dist/esm/article/components/ArticleTitle.js +1 -1
  2216. package/dist/esm/article/components/ArticleTitle.liquid.js +2 -2
  2217. package/dist/esm/article/hooks/useArticleLink.js +1 -1
  2218. package/dist/esm/article/index.js +1 -1
  2219. package/dist/esm/article/next.js +1 -1
  2220. package/dist/esm/article/settings/ArticleAuthor.js +2 -2
  2221. package/dist/esm/article/settings/ArticleCategory.js +2 -2
  2222. package/dist/esm/article/settings/ArticleContent.js +2 -2
  2223. package/dist/esm/article/settings/ArticleDate.js +2 -2
  2224. package/dist/esm/article/settings/ArticleExcerpt.js +2 -2
  2225. package/dist/esm/article/settings/ArticleImage.js +2 -2
  2226. package/dist/esm/article/settings/ArticleList.js +2 -2
  2227. package/dist/esm/article/settings/ArticlePagination.js +2 -2
  2228. package/dist/esm/article/settings/ArticleReadMore.js +2 -2
  2229. package/dist/esm/article/settings/ArticleTag.js +2 -2
  2230. package/dist/esm/article/settings/ArticleTitle.js +2 -2
  2231. package/dist/esm/article/settings/configs/article-author/presets.js +2 -2
  2232. package/dist/esm/article/settings/configs/article-author/settings.js +1 -1
  2233. package/dist/esm/article/settings/configs/article-author/ui-v2.js +1 -1
  2234. package/dist/esm/article/settings/configs/article-category/presets.js +2 -2
  2235. package/dist/esm/article/settings/configs/article-category/settings.js +1 -1
  2236. package/dist/esm/article/settings/configs/article-category/ui-v2.js +1 -1
  2237. package/dist/esm/article/settings/configs/article-content/presets.js +2 -2
  2238. package/dist/esm/article/settings/configs/article-content/settings.js +1 -1
  2239. package/dist/esm/article/settings/configs/article-content/ui-v2.js +1 -1
  2240. package/dist/esm/article/settings/configs/article-date/presets.js +2 -2
  2241. package/dist/esm/article/settings/configs/article-date/settings.js +1 -1
  2242. package/dist/esm/article/settings/configs/article-date/ui-v2.js +1 -1
  2243. package/dist/esm/article/settings/configs/article-excerpt/presets.js +2 -2
  2244. package/dist/esm/article/settings/configs/article-excerpt/settings.js +1 -1
  2245. package/dist/esm/article/settings/configs/article-excerpt/ui-v2.js +1 -1
  2246. package/dist/esm/article/settings/configs/article-image/presets.js +2 -2
  2247. package/dist/esm/article/settings/configs/article-image/settings.js +1 -1
  2248. package/dist/esm/article/settings/configs/article-image/ui-v2.js +1 -1
  2249. package/dist/esm/article/settings/configs/article-list/presets.js +2 -2
  2250. package/dist/esm/article/settings/configs/article-list/settings.js +1 -1
  2251. package/dist/esm/article/settings/configs/article-list/ui-v2.js +1 -1
  2252. package/dist/esm/article/settings/configs/article-read-more/presets.js +2 -2
  2253. package/dist/esm/article/settings/configs/article-read-more/settings.js +2 -2
  2254. package/dist/esm/article/settings/configs/article-read-more/ui-v2.js +1 -1
  2255. package/dist/esm/article/settings/configs/article-tag/presets.js +2 -2
  2256. package/dist/esm/article/settings/configs/article-tag/settings.js +1 -1
  2257. package/dist/esm/article/settings/configs/article-tag/ui-v2.js +1 -1
  2258. package/dist/esm/article/settings/configs/article-title/presets.js +2 -2
  2259. package/dist/esm/article/settings/configs/article-title/settings.js +1 -1
  2260. package/dist/esm/article/settings/configs/article-title/ui-v2.js +1 -1
  2261. package/dist/esm/article/settings/configs/translate.js +1 -1
  2262. package/dist/esm/breadcrumb/common/attrs.js +1 -1
  2263. package/dist/esm/breadcrumb/common/classes.js +3 -3
  2264. package/dist/esm/breadcrumb/common/helpers.js +1 -1
  2265. package/dist/esm/breadcrumb/common/styles.js +1 -1
  2266. package/dist/esm/breadcrumb/components/Breadcrumb.js +1 -1
  2267. package/dist/esm/breadcrumb/components/Breadcrumb.liquid.js +5 -5
  2268. package/dist/esm/breadcrumb/components/BreadcrumbItem.js +1 -1
  2269. package/dist/esm/breadcrumb/components/BreadcrumbItem.liquid.js +1 -1
  2270. package/dist/esm/breadcrumb/components/templates/article.js +7 -7
  2271. package/dist/esm/breadcrumb/components/templates/collection.js +5 -5
  2272. package/dist/esm/breadcrumb/components/templates/home.js +3 -3
  2273. package/dist/esm/breadcrumb/components/templates/landing.js +5 -5
  2274. package/dist/esm/breadcrumb/components/templates/product.js +2 -2
  2275. package/dist/esm/breadcrumb/constants.js +1 -1
  2276. package/dist/esm/breadcrumb/hooks/useBreadcrumb.js +1 -1
  2277. package/dist/esm/breadcrumb/index.js +1 -1
  2278. package/dist/esm/breadcrumb/next.js +1 -1
  2279. package/dist/esm/breadcrumb/settings/Breadcrumb.js +2 -2
  2280. package/dist/esm/breadcrumb/settings/configs/settings.js +2 -2
  2281. package/dist/esm/breadcrumb/settings/configs/ui-v2.js +1 -1
  2282. package/dist/esm/breadcrumb/types.js +1 -1
  2283. package/dist/esm/builder.js +1 -1
  2284. package/dist/esm/button/common/attrs.js +1 -1
  2285. package/dist/esm/button/common/classes.js +1 -1
  2286. package/dist/esm/button/common/helpers.js +2 -2
  2287. package/dist/esm/button/common/styles.js +16 -16
  2288. package/dist/esm/button/components/Button.js +1 -1
  2289. package/dist/esm/button/components/Button.liquid.js +7 -7
  2290. package/dist/esm/button/components/ButtonIcon.js +1 -1
  2291. package/dist/esm/button/components/ButtonIcon.liquid.js +5 -5
  2292. package/dist/esm/button/components/ButtonLabel.js +1 -1
  2293. package/dist/esm/button/components/ButtonLabel.liquid.js +2 -2
  2294. package/dist/esm/button/components/ButtonLoadingIndicator.js +1 -1
  2295. package/dist/esm/button/components/ButtonLoadingIndicator.liquid.js +1 -1
  2296. package/dist/esm/button/index.js +1 -1
  2297. package/dist/esm/button/next.js +1 -1
  2298. package/dist/esm/button/settings/Button.js +2 -2
  2299. package/dist/esm/button/settings/configs/settings.js +2 -2
  2300. package/dist/esm/button/settings/configs/translate.js +1 -1
  2301. package/dist/esm/button/settings/configs/ui-v2.js +1 -1
  2302. package/dist/esm/carousel/common/helpers.js +1 -1
  2303. package/dist/esm/carousel/components/arrow/Arrow.js +2 -2
  2304. package/dist/esm/carousel/components/arrow/Arrow.liquid.js +2 -2
  2305. package/dist/esm/carousel/components/arrow/common/classes.js +1 -1
  2306. package/dist/esm/carousel/components/arrow/common/helpers.js +1 -1
  2307. package/dist/esm/carousel/components/arrow/common/styles.js +8 -8
  2308. package/dist/esm/carousel/components/dot/Dots.js +1 -1
  2309. package/dist/esm/carousel/components/dot/Dots.liquid.js +3 -3
  2310. package/dist/esm/carousel/components/dot/common/classes.js +1 -1
  2311. package/dist/esm/carousel/components/dot/common/helpers.js +1 -1
  2312. package/dist/esm/carousel/components/dot/common/styles.js +1 -1
  2313. package/dist/esm/carousel/components/item/CarouselItem.js +1 -1
  2314. package/dist/esm/carousel/components/item/CarouselItem.liquid.js +3 -3
  2315. package/dist/esm/carousel/components/item/common/classes.js +1 -1
  2316. package/dist/esm/carousel/components/item/common/styles.js +1 -1
  2317. package/dist/esm/carousel/components/root/Carousel.js +1 -1
  2318. package/dist/esm/carousel/components/root/Carousel.liquid.js +6 -6
  2319. package/dist/esm/carousel/components/root/common/attrs.js +1 -1
  2320. package/dist/esm/carousel/components/root/common/classes.js +1 -1
  2321. package/dist/esm/carousel/components/root/common/helpers.js +1 -1
  2322. package/dist/esm/carousel/components/root/common/styles.js +1 -1
  2323. package/dist/esm/carousel/hooks/useCarouseItem.js +1 -1
  2324. package/dist/esm/carousel/hooks/useCarousel.js +1 -1
  2325. package/dist/esm/carousel/hooks/useDotsSetting.js +1 -1
  2326. package/dist/esm/carousel/hooks/useTrackPreviewPause.js +1 -1
  2327. package/dist/esm/carousel/index.js +1 -1
  2328. package/dist/esm/carousel/next.js +1 -1
  2329. package/dist/esm/carousel/plugins/animation.js +1 -1
  2330. package/dist/esm/carousel/plugins/auto-play.js +1 -1
  2331. package/dist/esm/carousel/plugins/fix-slider-move-backward.js +1 -1
  2332. package/dist/esm/carousel/plugins/mutation.js +1 -1
  2333. package/dist/esm/carousel/settings/Carousel.js +2 -2
  2334. package/dist/esm/carousel/settings/CarouselItem.js +1 -1
  2335. package/dist/esm/carousel/settings/configs/presets.js +2 -2
  2336. package/dist/esm/carousel/settings/configs/settings-v2.js +2 -2
  2337. package/dist/esm/carousel/settings/configs/ui-v2.js +1 -1
  2338. package/dist/esm/carousel-v3/common/helpers.js +1 -1
  2339. package/dist/esm/carousel-v3/components/arrow/Arrow.js +2 -2
  2340. package/dist/esm/carousel-v3/components/arrow/Arrow.liquid.js +2 -2
  2341. package/dist/esm/carousel-v3/components/arrow/common/classes.js +1 -1
  2342. package/dist/esm/carousel-v3/components/arrow/common/helpers.js +1 -1
  2343. package/dist/esm/carousel-v3/components/arrow/common/styles.js +8 -8
  2344. package/dist/esm/carousel-v3/components/dot/Dots.js +1 -1
  2345. package/dist/esm/carousel-v3/components/dot/Dots.liquid.js +3 -3
  2346. package/dist/esm/carousel-v3/components/dot/common/classes.js +1 -1
  2347. package/dist/esm/carousel-v3/components/dot/common/helpers.js +1 -1
  2348. package/dist/esm/carousel-v3/components/dot/common/styles.js +1 -1
  2349. package/dist/esm/carousel-v3/components/item/CarouselItem.js +1 -1
  2350. package/dist/esm/carousel-v3/components/item/CarouselItem.liquid.js +2 -2
  2351. package/dist/esm/carousel-v3/components/item/common/classes.js +1 -1
  2352. package/dist/esm/carousel-v3/components/item/common/styles.js +1 -1
  2353. package/dist/esm/carousel-v3/components/root/Carousel.js +1 -1
  2354. package/dist/esm/carousel-v3/components/root/Carousel.liquid.js +7 -7
  2355. package/dist/esm/carousel-v3/components/root/common/attrs.js +1 -1
  2356. package/dist/esm/carousel-v3/components/root/common/classes.js +1 -1
  2357. package/dist/esm/carousel-v3/components/root/common/helpers.js +1 -1
  2358. package/dist/esm/carousel-v3/components/root/common/styles.js +1 -1
  2359. package/dist/esm/carousel-v3/components/swiper/Swiper.js +1 -1
  2360. package/dist/esm/carousel-v3/components/swiper/SwiperSlide.js +1 -1
  2361. package/dist/esm/carousel-v3/components/swiper/common/styles.js +1 -1
  2362. package/dist/esm/carousel-v3/hooks/useCarouseItem.js +1 -1
  2363. package/dist/esm/carousel-v3/hooks/useCarousel.js +1 -1
  2364. package/dist/esm/carousel-v3/hooks/useDotsSetting.js +1 -1
  2365. package/dist/esm/carousel-v3/hooks/useTrackPreviewPause.js +1 -1
  2366. package/dist/esm/carousel-v3/index.js +1 -1
  2367. package/dist/esm/carousel-v3/next.js +1 -1
  2368. package/dist/esm/carousel-v3/plugins/animation.js +1 -1
  2369. package/dist/esm/carousel-v3/settings/Carousel.js +2 -2
  2370. package/dist/esm/carousel-v3/settings/CarouselItem.js +1 -1
  2371. package/dist/esm/carousel-v3/settings/configs/presets.js +2 -2
  2372. package/dist/esm/carousel-v3/settings/configs/settings-v2.js +2 -2
  2373. package/dist/esm/carousel-v3/settings/configs/ui-v2.js +1 -1
  2374. package/dist/esm/cart/components/Cart.js +1 -1
  2375. package/dist/esm/cart/components/CartCheckout.js +1 -1
  2376. package/dist/esm/cart/components/CartDiscount.js +1 -1
  2377. package/dist/esm/cart/components/CartLineAttribute.js +1 -1
  2378. package/dist/esm/cart/components/CartLineImage.js +1 -1
  2379. package/dist/esm/cart/components/CartLinePrice.js +1 -1
  2380. package/dist/esm/cart/components/CartLineVariant.js +1 -1
  2381. package/dist/esm/cart/components/CartList.js +1 -1
  2382. package/dist/esm/cart/components/CartOrderNote.js +1 -1
  2383. package/dist/esm/cart/components/CartTotalItem.js +1 -1
  2384. package/dist/esm/cart/components/CartTotalPrice.js +1 -1
  2385. package/dist/esm/cart/components/CheckoutNow.js +1 -1
  2386. package/dist/esm/cart/components/CouponList.js +1 -1
  2387. package/dist/esm/cart/components/DiscountInput.js +1 -1
  2388. package/dist/esm/cart/components/shop-pay-button/ShopPayButton.js +1 -1
  2389. package/dist/esm/cart/components/shop-pay-button/ShopPayButton.liquid.js +7 -7
  2390. package/dist/esm/cart/components/shop-pay-button/common/classes.js +1 -1
  2391. package/dist/esm/cart/components/shop-pay-button/common/helpers.js +1 -1
  2392. package/dist/esm/cart/components/shop-pay-button/common/styles.js +1 -1
  2393. package/dist/esm/cart/components/shop-pay-button/icons/BaseIcon.js +1 -1
  2394. package/dist/esm/cart/components/shop-pay-button/icons/BaseIcon.liquid.js +2 -2
  2395. package/dist/esm/cart/components/shop-pay-button/icons/DynamicCheckoutBlack.js +1 -1
  2396. package/dist/esm/cart/components/shop-pay-button/icons/DynamicCheckoutBlack.liquid.js +2 -2
  2397. package/dist/esm/cart/components/shop-pay-button/icons/DynamicCheckoutPurple.js +1 -1
  2398. package/dist/esm/cart/components/shop-pay-button/icons/DynamicCheckoutPurple.liquid.js +2 -2
  2399. package/dist/esm/cart/components/shop-pay-button/icons/DynamicCheckoutWhite.js +1 -1
  2400. package/dist/esm/cart/components/shop-pay-button/icons/DynamicCheckoutWhite.liquid.js +2 -2
  2401. package/dist/esm/cart/components/shop-pay-button/icons/ExpressCheckoutBlack.js +1 -1
  2402. package/dist/esm/cart/components/shop-pay-button/icons/ExpressCheckoutBlack.liquid.js +3 -3
  2403. package/dist/esm/cart/components/shop-pay-button/icons/ExpressCheckoutPurple.js +1 -1
  2404. package/dist/esm/cart/components/shop-pay-button/icons/ExpressCheckoutPurple.liquid.js +2 -2
  2405. package/dist/esm/cart/components/shop-pay-button/icons/ExpressCheckoutWhite.js +1 -1
  2406. package/dist/esm/cart/components/shop-pay-button/icons/ExpressCheckoutWhite.liquid.js +3 -3
  2407. package/dist/esm/cart/hooks/useShopPayButton.js +1 -1
  2408. package/dist/esm/cart/index.js +1 -1
  2409. package/dist/esm/cart/next.js +1 -1
  2410. package/dist/esm/cart/settings/Cart.js +2 -2
  2411. package/dist/esm/cart/settings/CartCheckout.js +1 -1
  2412. package/dist/esm/cart/settings/CartDiscount.js +1 -1
  2413. package/dist/esm/cart/settings/CartLineAttribute.js +1 -1
  2414. package/dist/esm/cart/settings/CartLineImage.js +1 -1
  2415. package/dist/esm/cart/settings/CartLinePrice.js +1 -1
  2416. package/dist/esm/cart/settings/CartLineVariant.js +1 -1
  2417. package/dist/esm/cart/settings/CartList.js +1 -1
  2418. package/dist/esm/cart/settings/CartOrderNote.js +1 -1
  2419. package/dist/esm/cart/settings/CartTotalItem.js +1 -1
  2420. package/dist/esm/cart/settings/CartTotalPrice.js +1 -1
  2421. package/dist/esm/cart/settings/CouponList.js +1 -1
  2422. package/dist/esm/cart/settings/DiscountInput.js +1 -1
  2423. package/dist/esm/cart/settings/ShopPayButton.js +1 -1
  2424. package/dist/esm/code/common/classes.js +1 -1
  2425. package/dist/esm/code/common/styles.js +1 -1
  2426. package/dist/esm/code/components/CSSCode.js +1 -1
  2427. package/dist/esm/code/components/CSSCode.liquid.js +3 -3
  2428. package/dist/esm/code/hooks/useCSSCode.js +4 -4
  2429. package/dist/esm/code/index.js +1 -1
  2430. package/dist/esm/code/next.js +1 -1
  2431. package/dist/esm/code/settings/CSSCode.js +3 -3
  2432. package/dist/esm/code/settings/configs/settings.js +1 -1
  2433. package/dist/esm/code/settings/configs/translate.js +1 -1
  2434. package/dist/esm/code/settings/configs/ui-v2.js +1 -1
  2435. package/dist/esm/collection/components/collection-banner/CollectionBanner.js +1 -1
  2436. package/dist/esm/collection/components/collection-banner/CollectionBanner.liquid.js +5 -5
  2437. package/dist/esm/collection/components/collection-banner/common/classes.js +1 -1
  2438. package/dist/esm/collection/components/collection-banner/common/helpers.js +1 -1
  2439. package/dist/esm/collection/components/collection-banner/common/styles.js +1 -1
  2440. package/dist/esm/collection/components/collection-description/CollectionDescription.js +1 -1
  2441. package/dist/esm/collection/components/collection-description/CollectionDescription.liquid.js +8 -8
  2442. package/dist/esm/collection/components/collection-description/common/classes.js +1 -1
  2443. package/dist/esm/collection/components/collection-description/common/helpers.js +2 -2
  2444. package/dist/esm/collection/components/collection-description/common/styles.js +2 -2
  2445. package/dist/esm/collection/components/collection-paginator/CollectionPaginator.js +1 -1
  2446. package/dist/esm/collection/components/collection-paginator/CollectionPaginator.liquid.js +5 -5
  2447. package/dist/esm/collection/components/collection-paginator/common/classes.js +1 -1
  2448. package/dist/esm/collection/components/collection-paginator/common/helpers.js +5 -5
  2449. package/dist/esm/collection/components/collection-paginator/common/styles.js +1 -1
  2450. package/dist/esm/collection/components/collection-title/CollectionTitle.js +1 -1
  2451. package/dist/esm/collection/components/collection-title/CollectionTitle.liquid.js +2 -2
  2452. package/dist/esm/collection/components/collection-toolbar/CollectionToolbar.js +1 -1
  2453. package/dist/esm/collection/components/collection-toolbar/CollectionToolbar.liquid.js +7 -7
  2454. package/dist/esm/collection/components/collection-toolbar/common/classes.js +1 -1
  2455. package/dist/esm/collection/components/collection-toolbar/common/helpers.js +1 -1
  2456. package/dist/esm/collection/components/collection-toolbar/common/styles.js +1 -1
  2457. package/dist/esm/collection/hooks/useDescription.js +1 -1
  2458. package/dist/esm/collection/index.js +1 -1
  2459. package/dist/esm/collection/next.js +1 -1
  2460. package/dist/esm/collection/settings/collection-banner/CollectionBanner.js +2 -2
  2461. package/dist/esm/collection/settings/collection-banner/configs/settings.js +2 -2
  2462. package/dist/esm/collection/settings/collection-banner/configs/ui-v2.js +1 -1
  2463. package/dist/esm/collection/settings/collection-description/CollectionDescription.js +2 -2
  2464. package/dist/esm/collection/settings/collection-description/configs/settings.js +1 -1
  2465. package/dist/esm/collection/settings/collection-description/configs/translate.js +1 -1
  2466. package/dist/esm/collection/settings/collection-description/configs/ui-v2.js +1 -1
  2467. package/dist/esm/collection/settings/collection-paginator/CollectionPaginator.js +2 -2
  2468. package/dist/esm/collection/settings/collection-paginator/configs/settings.js +1 -1
  2469. package/dist/esm/collection/settings/collection-paginator/configs/translate.js +1 -1
  2470. package/dist/esm/collection/settings/collection-paginator/configs/ui-v2.js +1 -1
  2471. package/dist/esm/collection/settings/collection-title/CollectionTitle.js +2 -2
  2472. package/dist/esm/collection/settings/collection-title/configs/settings.js +1 -1
  2473. package/dist/esm/collection/settings/collection-title/configs/ui-v2.js +1 -1
  2474. package/dist/esm/collection/settings/collection-toolbar/CollectionToolbar.js +2 -2
  2475. package/dist/esm/collection/settings/collection-toolbar/configs/settings.js +1 -1
  2476. package/dist/esm/collection/settings/collection-toolbar/configs/translate.js +1 -1
  2477. package/dist/esm/collection/settings/collection-toolbar/configs/ui-v2.js +1 -1
  2478. package/dist/esm/common/components/Loading.js +1 -1
  2479. package/dist/esm/common/components/NoDataState.js +1 -1
  2480. package/dist/esm/common/components/Tooltip.js +1 -1
  2481. package/dist/esm/common/components/TooltipHover.js +1 -1
  2482. package/dist/esm/common/const.js +1 -1
  2483. package/dist/esm/common/hooks/useInView.js +1 -1
  2484. package/dist/esm/constant.js +1 -1
  2485. package/dist/esm/countdown-timer/common/attrs.js +1 -1
  2486. package/dist/esm/countdown-timer/common/classes.js +1 -1
  2487. package/dist/esm/countdown-timer/common/helpers.js +1 -1
  2488. package/dist/esm/countdown-timer/common/styles.js +1 -1
  2489. package/dist/esm/countdown-timer/components/Countdown.js +1 -1
  2490. package/dist/esm/countdown-timer/components/Countdown.liquid.js +7 -7
  2491. package/dist/esm/countdown-timer/hooks/useCountDownTimer.js +1 -1
  2492. package/dist/esm/countdown-timer/hooks/useTimeLeft.js +1 -1
  2493. package/dist/esm/countdown-timer/index.js +1 -1
  2494. package/dist/esm/countdown-timer/next.js +1 -1
  2495. package/dist/esm/countdown-timer/settings/Countdown.js +2 -2
  2496. package/dist/esm/countdown-timer/settings/configs/setting.js +1 -1
  2497. package/dist/esm/countdown-timer/settings/configs/translate.js +1 -1
  2498. package/dist/esm/countdown-timer/settings/configs/ui-v2.js +1 -1
  2499. package/dist/esm/coupon/common/classes.js +1 -1
  2500. package/dist/esm/coupon/common/helpers.js +1 -1
  2501. package/dist/esm/coupon/common/styles.js +8 -8
  2502. package/dist/esm/coupon/components/Coupon.js +1 -1
  2503. package/dist/esm/coupon/components/Coupon.liquid.js +4 -4
  2504. package/dist/esm/coupon/hooks/useCoupon.js +1 -1
  2505. package/dist/esm/coupon/index.js +1 -1
  2506. package/dist/esm/coupon/next.js +1 -1
  2507. package/dist/esm/coupon/settings/Coupon.js +2 -2
  2508. package/dist/esm/coupon/settings/configs/presets.js +2 -2
  2509. package/dist/esm/coupon/settings/configs/settings.js +2 -2
  2510. package/dist/esm/coupon/settings/configs/translate.js +1 -1
  2511. package/dist/esm/coupon/settings/configs/ui-v2.js +1 -1
  2512. package/dist/esm/dialog/common/attrs.js +1 -1
  2513. package/dist/esm/dialog/common/classes.js +1 -1
  2514. package/dist/esm/dialog/common/helpers.js +1 -1
  2515. package/dist/esm/dialog/common/styles.js +1 -1
  2516. package/dist/esm/dialog/components/Dialog.js +2 -2
  2517. package/dist/esm/dialog/components/Dialog.liquid.js +5 -5
  2518. package/dist/esm/dialog/hooks/useDialog.js +1 -1
  2519. package/dist/esm/dialog/hooks/useScrollPercentage.js +1 -1
  2520. package/dist/esm/dialog/index.js +1 -1
  2521. package/dist/esm/dialog/next.js +1 -1
  2522. package/dist/esm/dialog/settings/Dialog.js +3 -3
  2523. package/dist/esm/dialog/settings/configs/settings.js +2 -2
  2524. package/dist/esm/dialog/settings/configs/translate.js +1 -1
  2525. package/dist/esm/dialog/settings/configs/ui-v2.js +1 -1
  2526. package/dist/esm/estimate-delivery/common/classes.js +1 -1
  2527. package/dist/esm/estimate-delivery/common/helpers.js +1 -1
  2528. package/dist/esm/estimate-delivery/common/styles.js +1 -1
  2529. package/dist/esm/estimate-delivery/components/EstimateDate.js +1 -1
  2530. package/dist/esm/estimate-delivery/components/EstimateDate.liquid.js +4 -4
  2531. package/dist/esm/estimate-delivery/index.js +1 -1
  2532. package/dist/esm/estimate-delivery/next.js +1 -1
  2533. package/dist/esm/estimate-delivery/settings/EstimateDate.js +2 -2
  2534. package/dist/esm/estimate-delivery/settings/configs/settings.js +1 -1
  2535. package/dist/esm/estimate-delivery/settings/configs/translate.js +1 -1
  2536. package/dist/esm/estimate-delivery/settings/configs/ui-v2.js +1 -1
  2537. package/dist/esm/form/common/helpers.js +1 -1
  2538. package/dist/esm/form/components/contact/Contact.js +1 -1
  2539. package/dist/esm/form/components/contact/Contact.liquid.js +3 -3
  2540. package/dist/esm/form/components/contact/common/classes.js +1 -1
  2541. package/dist/esm/form/components/contact/common/styles.js +1 -1
  2542. package/dist/esm/form/components/form-checkbox/FormCheckbox.js +1 -1
  2543. package/dist/esm/form/components/form-checkbox/FormCheckbox.liquid.js +7 -7
  2544. package/dist/esm/form/components/form-checkbox/common/classes.js +1 -1
  2545. package/dist/esm/form/components/form-checkbox/common/styles.js +1 -1
  2546. package/dist/esm/form/components/form-dropdown/FormDropdown.js +1 -1
  2547. package/dist/esm/form/components/form-dropdown/FormDropdown.liquid.js +12 -12
  2548. package/dist/esm/form/components/form-dropdown/common/classes.js +1 -1
  2549. package/dist/esm/form/components/form-dropdown/common/styles.js +1 -1
  2550. package/dist/esm/form/components/form-email/FormEmail.js +1 -1
  2551. package/dist/esm/form/components/form-email/FormEmail.liquid.js +6 -6
  2552. package/dist/esm/form/components/form-email/common/classes.js +1 -1
  2553. package/dist/esm/form/components/form-email/common/styles.js +1 -1
  2554. package/dist/esm/form/components/newsletter/Newsletter.js +1 -1
  2555. package/dist/esm/form/components/newsletter/Newsletter.liquid.js +6 -6
  2556. package/dist/esm/form/components/newsletter/common/attrs.js +1 -1
  2557. package/dist/esm/form/components/newsletter/common/classes.js +1 -1
  2558. package/dist/esm/form/components/newsletter/common/styles.js +2 -2
  2559. package/dist/esm/form/components/submit-button/SubmitButton.js +1 -1
  2560. package/dist/esm/form/components/submit-button/SubmitButton.liquid.js +3 -3
  2561. package/dist/esm/form/components/submit-button/common/helpers.js +1 -1
  2562. package/dist/esm/form/components/submit-button/common/styles.js +1 -1
  2563. package/dist/esm/form/components/textarea/TextArea.js +1 -1
  2564. package/dist/esm/form/components/textarea/TextArea.liquid.js +8 -8
  2565. package/dist/esm/form/components/textarea/common/classes.js +1 -1
  2566. package/dist/esm/form/components/textarea/common/styles.js +1 -1
  2567. package/dist/esm/form/components/textfield/TextField.js +1 -1
  2568. package/dist/esm/form/components/textfield/TextField.liquid.js +8 -8
  2569. package/dist/esm/form/components/textfield/common/classes.js +1 -1
  2570. package/dist/esm/form/components/textfield/common/styles.js +1 -1
  2571. package/dist/esm/form/components/textinput/TextInput.js +1 -1
  2572. package/dist/esm/form/components/textinput/TextInput.liquid.js +3 -3
  2573. package/dist/esm/form/components/textinput/common/classes.js +1 -1
  2574. package/dist/esm/form/components/textinput/common/styles.js +1 -1
  2575. package/dist/esm/form/hooks/useGetColorContent.js +1 -1
  2576. package/dist/esm/form/index.js +1 -1
  2577. package/dist/esm/form/next.js +1 -1
  2578. package/dist/esm/form/settings/contact/Contact.js +2 -2
  2579. package/dist/esm/form/settings/contact/configs/inits.js +1 -1
  2580. package/dist/esm/form/settings/contact/configs/settings.js +1 -1
  2581. package/dist/esm/form/settings/contact/configs/translate.js +1 -1
  2582. package/dist/esm/form/settings/contact/configs/ui-v2.js +1 -1
  2583. package/dist/esm/form/settings/form-checkbox/FormCheckbox.js +2 -2
  2584. package/dist/esm/form/settings/form-checkbox/configs/inits.js +1 -1
  2585. package/dist/esm/form/settings/form-checkbox/configs/settings.js +1 -1
  2586. package/dist/esm/form/settings/form-checkbox/configs/translate.js +1 -1
  2587. package/dist/esm/form/settings/form-checkbox/configs/ui-v2.js +1 -1
  2588. package/dist/esm/form/settings/form-dropdown/FormDropdown.js +2 -2
  2589. package/dist/esm/form/settings/form-dropdown/configs/inits.js +1 -1
  2590. package/dist/esm/form/settings/form-dropdown/configs/settings.js +1 -1
  2591. package/dist/esm/form/settings/form-dropdown/configs/translate.js +1 -1
  2592. package/dist/esm/form/settings/form-dropdown/configs/ui-v2.js +1 -1
  2593. package/dist/esm/form/settings/form-email/FormEmail.js +2 -2
  2594. package/dist/esm/form/settings/form-email/configs/inits.js +1 -1
  2595. package/dist/esm/form/settings/form-email/configs/settings.js +1 -1
  2596. package/dist/esm/form/settings/form-email/configs/translate.js +1 -1
  2597. package/dist/esm/form/settings/form-email/configs/ui-v2.js +1 -1
  2598. package/dist/esm/form/settings/form-textarea/Textarea.js +2 -2
  2599. package/dist/esm/form/settings/form-textarea/configs/settings.js +1 -1
  2600. package/dist/esm/form/settings/form-textarea/configs/translate.js +1 -1
  2601. package/dist/esm/form/settings/form-textarea/configs/ui-v2.js +1 -1
  2602. package/dist/esm/form/settings/newsletter/Newsletter.js +2 -2
  2603. package/dist/esm/form/settings/newsletter/configs/inits.js +1 -1
  2604. package/dist/esm/form/settings/newsletter/configs/settings.js +1 -1
  2605. package/dist/esm/form/settings/newsletter/configs/translate.js +1 -1
  2606. package/dist/esm/form/settings/newsletter/configs/ui-v2.js +1 -1
  2607. package/dist/esm/form/settings/submit-button/SubmitButton.js +2 -2
  2608. package/dist/esm/form/settings/submit-button/configs/inits.js +1 -1
  2609. package/dist/esm/form/settings/submit-button/configs/settings.js +2 -2
  2610. package/dist/esm/form/settings/submit-button/configs/translate.js +1 -1
  2611. package/dist/esm/form/settings/submit-button/configs/ui-v2.js +1 -1
  2612. package/dist/esm/form/settings/text-field/TextField.js +2 -2
  2613. package/dist/esm/form/settings/text-field/configs/settings.js +1 -1
  2614. package/dist/esm/form/settings/text-field/configs/translate.js +1 -1
  2615. package/dist/esm/form/settings/text-field/configs/ui-v2.js +1 -1
  2616. package/dist/esm/form/settings/text-input/TextInput.js +2 -2
  2617. package/dist/esm/form/settings/text-input/configs/settings.js +1 -1
  2618. package/dist/esm/form/settings/text-input/configs/translate.js +1 -1
  2619. package/dist/esm/form/settings/text-input/configs/ui-v2.js +1 -1
  2620. package/dist/esm/grid/components/ChildrenDroppable.js +3 -3
  2621. package/dist/esm/grid/components/col/Col.js +1 -1
  2622. package/dist/esm/grid/components/col/Col.liquid.js +2 -2
  2623. package/dist/esm/grid/components/col/common/attrs.js +1 -1
  2624. package/dist/esm/grid/components/col/common/classes.js +1 -1
  2625. package/dist/esm/grid/components/col/common/styles.js +1 -1
  2626. package/dist/esm/grid/components/root/Root.js +1 -1
  2627. package/dist/esm/grid/components/root/Root.liquid.js +1 -1
  2628. package/dist/esm/grid/components/row/Row.js +1 -1
  2629. package/dist/esm/grid/components/row/Row.liquid.js +12 -12
  2630. package/dist/esm/grid/components/row/common/attrs.js +1 -1
  2631. package/dist/esm/grid/components/row/common/classes.js +1 -1
  2632. package/dist/esm/grid/components/row/common/helpers.js +1 -1
  2633. package/dist/esm/grid/components/row/common/styles.js +1 -1
  2634. package/dist/esm/grid/components/section/Section.js +1 -1
  2635. package/dist/esm/grid/components/section/Section.liquid.js +1 -1
  2636. package/dist/esm/grid/hooks/useRowSetting.js +1 -1
  2637. package/dist/esm/grid/index.js +1 -1
  2638. package/dist/esm/grid/next.js +1 -1
  2639. package/dist/esm/grid/settings/Col.js +1 -1
  2640. package/dist/esm/grid/settings/Root.js +1 -1
  2641. package/dist/esm/grid/settings/Row.js +2 -2
  2642. package/dist/esm/grid/settings/Section.js +1 -1
  2643. package/dist/esm/grid/settings/configs/row/presets.js +2 -2
  2644. package/dist/esm/grid/settings/configs/row/settings.js +1 -1
  2645. package/dist/esm/grid/settings/configs/row/translate.js +1 -1
  2646. package/dist/esm/grid/settings/configs/row/ui-v2.js +1 -1
  2647. package/dist/esm/grid/settings/configs/section/settings.js +1 -1
  2648. package/dist/esm/grid/settings/configs/section/ui-v2.js +1 -1
  2649. package/dist/esm/header/components/Header.js +1 -1
  2650. package/dist/esm/header/components/SalePageHeaderWarning.js +1 -1
  2651. package/dist/esm/header/components/icons/ChevronLeft.js +1 -1
  2652. package/dist/esm/header/components/icons/Dismiss.js +1 -1
  2653. package/dist/esm/header/components/icons/MenuIcon.js +1 -1
  2654. package/dist/esm/header/components/kind/basic/DesktopMenu.js +1 -1
  2655. package/dist/esm/header/components/kind/basic/DesktopMenuItem.js +1 -1
  2656. package/dist/esm/header/components/kind/basic/MenuMobileItem.js +1 -1
  2657. package/dist/esm/header/components/kind/basic/MobileMenu.js +1 -1
  2658. package/dist/esm/header/components/kind/basic/index.js +1 -1
  2659. package/dist/esm/header/components/kind/modern/index.js +1 -1
  2660. package/dist/esm/header/hooks/useBodyOverlay.js +1 -1
  2661. package/dist/esm/header/index.js +1 -1
  2662. package/dist/esm/header/next.js +1 -1
  2663. package/dist/esm/header/settings/Header.js +2 -2
  2664. package/dist/esm/header/settings/configs/presets.js +2 -2
  2665. package/dist/esm/header/settings/configs/settings.js +2 -2
  2666. package/dist/esm/header/settings/configs/ui-v2.js +1 -1
  2667. package/dist/esm/heading/components/Heading.js +1 -1
  2668. package/dist/esm/heading/components/Heading.liquid.js +1 -1
  2669. package/dist/esm/heading/index.js +1 -1
  2670. package/dist/esm/heading/next.js +1 -1
  2671. package/dist/esm/heading/settings/Heading.js +2 -2
  2672. package/dist/esm/heading/settings/configs/presets.js +2 -2
  2673. package/dist/esm/heading/settings/configs/settings.js +1 -1
  2674. package/dist/esm/heading/settings/configs/translate.js +1 -1
  2675. package/dist/esm/heading/settings/configs/ui-v2.js +1 -1
  2676. package/dist/esm/helpers.js +1 -1
  2677. package/dist/esm/hero-banner/common/animation-manager.js +1 -1
  2678. package/dist/esm/hero-banner/common/attrs.js +1 -1
  2679. package/dist/esm/hero-banner/common/classes.js +1 -1
  2680. package/dist/esm/hero-banner/common/const.js +1 -1
  2681. package/dist/esm/hero-banner/common/helpers.js +1 -1
  2682. package/dist/esm/hero-banner/common/styles.js +1 -1
  2683. package/dist/esm/hero-banner/components/HeroBanner.js +1 -1
  2684. package/dist/esm/hero-banner/components/HeroBanner.liquid.js +4 -4
  2685. package/dist/esm/hero-banner/components/HeroBannerItem.js +1 -1
  2686. package/dist/esm/hero-banner/components/HeroBannerItem.liquid.js +9 -9
  2687. package/dist/esm/hero-banner/hooks/useHeroBanner.js +1 -1
  2688. package/dist/esm/hero-banner/hooks/useHeroBannerItem.js +1 -1
  2689. package/dist/esm/hero-banner/hooks/useIntersectionObserver.js +1 -1
  2690. package/dist/esm/hero-banner/hooks/useTranslateValue.js +1 -1
  2691. package/dist/esm/hero-banner/hooks/useWindowSize.js +1 -1
  2692. package/dist/esm/hero-banner/index.js +1 -1
  2693. package/dist/esm/hero-banner/next.js +1 -1
  2694. package/dist/esm/hero-banner/settings/HeroBanner.js +2 -2
  2695. package/dist/esm/hero-banner/settings/configs/presets/banner-1-col-pre-sales-page.js +2 -2
  2696. package/dist/esm/hero-banner/settings/configs/presets/banner-1-col.js +2 -2
  2697. package/dist/esm/hero-banner/settings/configs/presets/banner-content-left-pre-sales-page.js +2 -2
  2698. package/dist/esm/hero-banner/settings/configs/presets/banner-content-left.js +2 -2
  2699. package/dist/esm/hero-banner/settings/configs/presets/banner-content-right-pre-sales-page.js +2 -2
  2700. package/dist/esm/hero-banner/settings/configs/presets/banner-content-right.js +2 -2
  2701. package/dist/esm/hero-banner/settings/configs/presets/banner-parallax-pre-sales-page.js +2 -2
  2702. package/dist/esm/hero-banner/settings/configs/presets/banner-parallax.js +2 -2
  2703. package/dist/esm/hero-banner/settings/configs/presets/banner-video-pre-sales-page.js +2 -2
  2704. package/dist/esm/hero-banner/settings/configs/presets/banner-video.js +2 -2
  2705. package/dist/esm/hero-banner/settings/configs/settings.js +2 -2
  2706. package/dist/esm/hero-banner/settings/configs/translate.js +1 -1
  2707. package/dist/esm/hero-banner/settings/configs/ui-v2.js +1 -1
  2708. package/dist/esm/hooks/useGetProductId.js +1 -1
  2709. package/dist/esm/icon/common/attrs.js +1 -1
  2710. package/dist/esm/icon/common/classes.js +1 -1
  2711. package/dist/esm/icon/common/helpers.js +1 -1
  2712. package/dist/esm/icon/common/styles.js +1 -1
  2713. package/dist/esm/icon/components/Icon.js +1 -1
  2714. package/dist/esm/icon/components/Icon.liquid.js +4 -4
  2715. package/dist/esm/icon/index.js +1 -1
  2716. package/dist/esm/icon/next.js +1 -1
  2717. package/dist/esm/icon/settings/Icon.js +2 -2
  2718. package/dist/esm/icon/settings/configs/presets.js +2 -2
  2719. package/dist/esm/icon/settings/configs/settings.js +2 -2
  2720. package/dist/esm/icon/settings/configs/ui-v2.js +1 -1
  2721. package/dist/esm/icon-list/common/attrs.js +1 -1
  2722. package/dist/esm/icon-list/common/classes.js +1 -1
  2723. package/dist/esm/icon-list/common/styles.js +1 -1
  2724. package/dist/esm/icon-list/components/IconList.js +1 -1
  2725. package/dist/esm/icon-list/components/IconList.liquid.js +11 -11
  2726. package/dist/esm/icon-list/components/IconListItem.js +1 -1
  2727. package/dist/esm/icon-list/components/IconListItem.liquid.js +3 -3
  2728. package/dist/esm/icon-list/index.js +1 -1
  2729. package/dist/esm/icon-list/next.js +1 -1
  2730. package/dist/esm/icon-list/settings/IconList.js +2 -2
  2731. package/dist/esm/icon-list/settings/IconListItem.js +1 -1
  2732. package/dist/esm/icon-list/settings/configs/items.js +1 -1
  2733. package/dist/esm/icon-list/settings/configs/settings.js +1 -1
  2734. package/dist/esm/icon-list/settings/configs/translate.js +1 -1
  2735. package/dist/esm/icon-list/settings/configs/ui-v2.js +1 -1
  2736. package/dist/esm/icon-list-hoz/common/attrs.js +1 -1
  2737. package/dist/esm/icon-list-hoz/common/classes.js +1 -1
  2738. package/dist/esm/icon-list-hoz/common/styles.js +1 -1
  2739. package/dist/esm/icon-list-hoz/components/IconListHoz.js +1 -1
  2740. package/dist/esm/icon-list-hoz/components/IconListHoz.liquid.js +8 -8
  2741. package/dist/esm/icon-list-hoz/components/IconListHozItem.js +1 -1
  2742. package/dist/esm/icon-list-hoz/components/IconListIHozItem.liquid.js +3 -3
  2743. package/dist/esm/icon-list-hoz/index.js +1 -1
  2744. package/dist/esm/icon-list-hoz/next.js +1 -1
  2745. package/dist/esm/icon-list-hoz/settings/IconListHoz.js +2 -2
  2746. package/dist/esm/icon-list-hoz/settings/IconListItem.js +1 -1
  2747. package/dist/esm/icon-list-hoz/settings/ItemTemplate.js +1 -1
  2748. package/dist/esm/icon-list-hoz/settings/configs/presets.js +2 -2
  2749. package/dist/esm/icon-list-hoz/settings/configs/settings.js +1 -1
  2750. package/dist/esm/icon-list-hoz/settings/configs/uiV2.js +1 -1
  2751. package/dist/esm/icon-list-v2/common/classes.js +1 -1
  2752. package/dist/esm/icon-list-v2/common/helpers.js +1 -1
  2753. package/dist/esm/icon-list-v2/common/styles.js +1 -1
  2754. package/dist/esm/icon-list-v2/components/IconList.js +1 -1
  2755. package/dist/esm/icon-list-v2/components/IconList.liquid.js +9 -9
  2756. package/dist/esm/icon-list-v2/hooks/useIconLineHeight.js +1 -1
  2757. package/dist/esm/icon-list-v2/index.js +1 -1
  2758. package/dist/esm/icon-list-v2/next.js +1 -1
  2759. package/dist/esm/icon-list-v2/settings/IconList.js +2 -2
  2760. package/dist/esm/icon-list-v2/settings/configs/items.js +1 -1
  2761. package/dist/esm/icon-list-v2/settings/configs/settings.js +1 -1
  2762. package/dist/esm/icon-list-v2/settings/configs/translate.js +1 -1
  2763. package/dist/esm/icon-list-v2/settings/configs/ui-v2.js +1 -1
  2764. package/dist/esm/image/common/attrs.js +1 -1
  2765. package/dist/esm/image/common/classes.js +1 -1
  2766. package/dist/esm/image/common/helpers.js +2 -2
  2767. package/dist/esm/image/common/styles.js +1 -1
  2768. package/dist/esm/image/components/AdaptiveImage.js +1 -1
  2769. package/dist/esm/image/components/AdaptiveImage.liquid.js +11 -11
  2770. package/dist/esm/image/components/Image.js +1 -1
  2771. package/dist/esm/image/components/Image.liquid.js +3 -3
  2772. package/dist/esm/image/components/Modal3d.liquid.js +5 -5
  2773. package/dist/esm/image/components/NextImage.js +1 -1
  2774. package/dist/esm/image/components/NextImage.liquid.js +5 -5
  2775. package/dist/esm/image/components/Video.liquid.js +5 -5
  2776. package/dist/esm/image/constants.js +1 -1
  2777. package/dist/esm/image/index.js +1 -1
  2778. package/dist/esm/image/next.js +1 -1
  2779. package/dist/esm/image/settings/Image.js +2 -2
  2780. package/dist/esm/image/settings/configs/presets.js +2 -2
  2781. package/dist/esm/image/settings/configs/settings.js +1 -1
  2782. package/dist/esm/image/settings/configs/translate.js +1 -1
  2783. package/dist/esm/image/settings/configs/ui-v2.js +1 -1
  2784. package/dist/esm/image-comparison/common/attrs.js +1 -1
  2785. package/dist/esm/image-comparison/common/classes.js +1 -1
  2786. package/dist/esm/image-comparison/common/helpers.js +1 -1
  2787. package/dist/esm/image-comparison/common/styles.js +8 -8
  2788. package/dist/esm/image-comparison/components/CompareImage.js +1 -1
  2789. package/dist/esm/image-comparison/components/CompareImage.liquid.js +11 -11
  2790. package/dist/esm/image-comparison/components/ImageComparison.js +1 -1
  2791. package/dist/esm/image-comparison/components/ImageComparison.liquid.js +3 -3
  2792. package/dist/esm/image-comparison/components/Label.js +1 -1
  2793. package/dist/esm/image-comparison/components/Label.liquid.js +2 -2
  2794. package/dist/esm/image-comparison/components/SlideHandle.js +1 -1
  2795. package/dist/esm/image-comparison/components/SlideHandle.liquid.js +5 -5
  2796. package/dist/esm/image-comparison/hooks/useCompareImage.js +1 -1
  2797. package/dist/esm/image-comparison/index.js +1 -1
  2798. package/dist/esm/image-comparison/next.js +1 -1
  2799. package/dist/esm/image-comparison/settings/ImageComparison.js +2 -2
  2800. package/dist/esm/image-comparison/settings/configs/settings.js +1 -1
  2801. package/dist/esm/image-comparison/settings/configs/translate.js +1 -1
  2802. package/dist/esm/image-comparison/settings/configs/ui-v2.js +1 -1
  2803. package/dist/esm/image-detection/components/ImageDetection.js +1 -1
  2804. package/dist/esm/image-detection/index.js +1 -1
  2805. package/dist/esm/image-detection/next.js +1 -1
  2806. package/dist/esm/image-detection/settings/ImageDetection.js +2 -2
  2807. package/dist/esm/image-detection/settings/configs/settings.js +1 -1
  2808. package/dist/esm/index.js +1 -1
  2809. package/dist/esm/index.liquid.js +1 -1
  2810. package/dist/esm/input/components/Input.js +1 -1
  2811. package/dist/esm/input/index.js +1 -1
  2812. package/dist/esm/input/next.js +1 -1
  2813. package/dist/esm/input/settings/Input.js +2 -2
  2814. package/dist/esm/input/settings/configs/settings.js +1 -1
  2815. package/dist/esm/line/common/classes.js +1 -1
  2816. package/dist/esm/line/common/helpers.js +1 -1
  2817. package/dist/esm/line/common/styles.js +1 -1
  2818. package/dist/esm/line/components/Divider.js +1 -1
  2819. package/dist/esm/line/components/Divider.liquid.js +1 -1
  2820. package/dist/esm/line/components/Line.js +1 -1
  2821. package/dist/esm/line/components/Line.liquid.js +7 -7
  2822. package/dist/esm/line/index.js +1 -1
  2823. package/dist/esm/line/next.js +1 -1
  2824. package/dist/esm/line/settings/Line.js +2 -2
  2825. package/dist/esm/line/settings/configs/presets.js +2 -2
  2826. package/dist/esm/line/settings/configs/settings.js +1 -1
  2827. package/dist/esm/line/settings/configs/ui-v2.js +1 -1
  2828. package/dist/esm/link/common/helpers.js +1 -1
  2829. package/dist/esm/link/components/CustomLink.js +1 -1
  2830. package/dist/esm/link/components/Link.js +1 -1
  2831. package/dist/esm/link/components/ProductLink.js +1 -1
  2832. package/dist/esm/link/components/next-link/CustomLink.js +1 -1
  2833. package/dist/esm/link/components/next-link/ProductLink.js +1 -1
  2834. package/dist/esm/link/components/next-link/index.js +1 -1
  2835. package/dist/esm/link/index.js +1 -1
  2836. package/dist/esm/link/next.js +1 -1
  2837. package/dist/esm/link/settings/Link.js +1 -1
  2838. package/dist/esm/link/settings/configs/settings.js +1 -1
  2839. package/dist/esm/marquee/common/classes.js +1 -1
  2840. package/dist/esm/marquee/common/helpers.js +1 -1
  2841. package/dist/esm/marquee/common/styles.js +1 -1
  2842. package/dist/esm/marquee/components/Marquee.js +1 -1
  2843. package/dist/esm/marquee/components/Marquee.liquid.js +17 -17
  2844. package/dist/esm/marquee/components/MarqueeBase.js +1 -1
  2845. package/dist/esm/marquee/components/MarqueeBase.liquid.js +7 -7
  2846. package/dist/esm/marquee/components/MarqueeItem.js +1 -1
  2847. package/dist/esm/marquee/components/MarqueeItem.liquid.js +3 -3
  2848. package/dist/esm/marquee/hooks/useMarquee.js +1 -1
  2849. package/dist/esm/marquee/hooks/useMarqueeBase.js +1 -1
  2850. package/dist/esm/marquee/hooks/useMarqueeItem.js +1 -1
  2851. package/dist/esm/marquee/hooks/useMarqueeScrollToItem.js +1 -1
  2852. package/dist/esm/marquee/hooks/useMarqueeStyles.js +1 -1
  2853. package/dist/esm/marquee/hooks/useTransition.js +1 -1
  2854. package/dist/esm/marquee/index.js +1 -1
  2855. package/dist/esm/marquee/next.js +1 -1
  2856. package/dist/esm/marquee/settings/Marquee.js +2 -2
  2857. package/dist/esm/marquee/settings/MarqueeItem.js +1 -1
  2858. package/dist/esm/marquee/settings/configs/child-image-template.js +1 -1
  2859. package/dist/esm/marquee/settings/configs/child-template.js +1 -1
  2860. package/dist/esm/marquee/settings/configs/child-text-template.js +1 -1
  2861. package/dist/esm/marquee/settings/configs/presets.js +2 -2
  2862. package/dist/esm/marquee/settings/configs/settings-v2.js +2 -2
  2863. package/dist/esm/marquee/settings/configs/ui-v2.js +1 -1
  2864. package/dist/esm/menu/components/DropdownMenu.js +1 -1
  2865. package/dist/esm/menu/components/MegaMenu.js +1 -1
  2866. package/dist/esm/menu/components/Menu.js +1 -1
  2867. package/dist/esm/menu/components/NavigationMenu.js +1 -1
  2868. package/dist/esm/menu/components/SubMegaMenu.js +1 -1
  2869. package/dist/esm/menu/components/SubNavigationMenu.js +1 -1
  2870. package/dist/esm/menu/index.js +1 -1
  2871. package/dist/esm/menu/next.js +1 -1
  2872. package/dist/esm/menu/settings/Menu.js +1 -1
  2873. package/dist/esm/menu/settings/configs/settings.js +1 -1
  2874. package/dist/esm/modal/common/helpers.js +1 -1
  2875. package/dist/esm/modal/components/Modal.js +1 -1
  2876. package/dist/esm/modal/components/confirm.js +1 -1
  2877. package/dist/esm/modal/hooks/useModalContainer.js +1 -1
  2878. package/dist/esm/modal/index.js +1 -1
  2879. package/dist/esm/modal/next.js +1 -1
  2880. package/dist/esm/modal/settings/Modal.js +1 -1
  2881. package/dist/esm/modal/settings/configs/settings.js +1 -1
  2882. package/dist/esm/next.js +1 -1
  2883. package/dist/esm/notification/components/Notice.js +1 -1
  2884. package/dist/esm/notification/components/Notifications.js +1 -1
  2885. package/dist/esm/notification/components/icons/CloseIcon.js +1 -1
  2886. package/dist/esm/notification/hooks/useNotification.js +1 -1
  2887. package/dist/esm/pagination/components/Pagination.js +1 -1
  2888. package/dist/esm/pagination/index.js +1 -1
  2889. package/dist/esm/pagination/next.js +1 -1
  2890. package/dist/esm/pagination/settings/Pagination.js +1 -1
  2891. package/dist/esm/pagination/settings/configs/settings.js +1 -1
  2892. package/dist/esm/post-purchase/advanced-list/common/attrs.js +1 -1
  2893. package/dist/esm/post-purchase/advanced-list/common/classes.js +1 -1
  2894. package/dist/esm/post-purchase/advanced-list/common/styles.js +1 -1
  2895. package/dist/esm/post-purchase/advanced-list/components/AdvancedListPostPurchase.js +1 -1
  2896. package/dist/esm/post-purchase/advanced-list/components/PostPurchaseAdvancedListItem.js +1 -1
  2897. package/dist/esm/post-purchase/advanced-list/index.js +1 -1
  2898. package/dist/esm/post-purchase/advanced-list/next.js +1 -1
  2899. package/dist/esm/post-purchase/advanced-list/settings/AdvancedListPostPurchase.js +2 -2
  2900. package/dist/esm/post-purchase/advanced-list/settings/PostPurchaseAdvancedListItem.js +1 -1
  2901. package/dist/esm/post-purchase/advanced-list/settings/configs/presets.js +2 -2
  2902. package/dist/esm/post-purchase/advanced-list/settings/configs/settings.js +1 -1
  2903. package/dist/esm/post-purchase/advanced-list/settings/configs/templates.js +1 -1
  2904. package/dist/esm/post-purchase/advanced-list/settings/configs/ui-v2.js +1 -1
  2905. package/dist/esm/post-purchase/advanced-list/types.js +1 -1
  2906. package/dist/esm/post-purchase/button/common/classes.js +1 -1
  2907. package/dist/esm/post-purchase/button/common/styles.js +1 -1
  2908. package/dist/esm/post-purchase/button/components/Button.js +1 -1
  2909. package/dist/esm/post-purchase/button/index.js +1 -1
  2910. package/dist/esm/post-purchase/button/next.js +1 -1
  2911. package/dist/esm/post-purchase/button/settings/Button.js +2 -2
  2912. package/dist/esm/post-purchase/button/settings/configs/presets.js +2 -2
  2913. package/dist/esm/post-purchase/button/settings/configs/settings.js +1 -1
  2914. package/dist/esm/post-purchase/button/settings/configs/ui-v2.js +1 -1
  2915. package/dist/esm/post-purchase/buyer-consent/common/classes.js +1 -1
  2916. package/dist/esm/post-purchase/buyer-consent/common/constants.js +1 -1
  2917. package/dist/esm/post-purchase/buyer-consent/common/helpers.js +1 -1
  2918. package/dist/esm/post-purchase/buyer-consent/common/styles.js +1 -1
  2919. package/dist/esm/post-purchase/buyer-consent/components/BuyerConsent.js +1 -1
  2920. package/dist/esm/post-purchase/buyer-consent/components/PostPurchaseCheckbox.js +1 -1
  2921. package/dist/esm/post-purchase/buyer-consent/hooks/useBuyerConsentChecked.js +1 -1
  2922. package/dist/esm/post-purchase/buyer-consent/index.js +1 -1
  2923. package/dist/esm/post-purchase/buyer-consent/next.js +1 -1
  2924. package/dist/esm/post-purchase/buyer-consent/settings/BuyerConsent.js +2 -2
  2925. package/dist/esm/post-purchase/buyer-consent/settings/configs/presets.js +2 -2
  2926. package/dist/esm/post-purchase/buyer-consent/settings/configs/settings.js +1 -1
  2927. package/dist/esm/post-purchase/buyer-consent/settings/configs/ui-v2.js +1 -1
  2928. package/dist/esm/post-purchase/callout-banner/common/classes.js +1 -1
  2929. package/dist/esm/post-purchase/callout-banner/common/styles.js +1 -1
  2930. package/dist/esm/post-purchase/callout-banner/components/CalloutBox.js +1 -1
  2931. package/dist/esm/post-purchase/callout-banner/components/CalloutText.js +1 -1
  2932. package/dist/esm/post-purchase/callout-banner/index.js +1 -1
  2933. package/dist/esm/post-purchase/callout-banner/next.js +1 -1
  2934. package/dist/esm/post-purchase/callout-banner/settings/CalloutBox.js +1 -1
  2935. package/dist/esm/post-purchase/callout-banner/settings/CalloutText.js +1 -1
  2936. package/dist/esm/post-purchase/callout-banner/settings/config/callout-box/preset.js +2 -2
  2937. package/dist/esm/post-purchase/callout-banner/settings/config/callout-box/setting.js +2 -2
  2938. package/dist/esm/post-purchase/callout-banner/settings/config/callout-box/ui-v2.js +1 -1
  2939. package/dist/esm/post-purchase/callout-banner/settings/config/callout-text/preset.js +2 -2
  2940. package/dist/esm/post-purchase/callout-banner/settings/config/callout-text/setting.js +1 -1
  2941. package/dist/esm/post-purchase/callout-banner/settings/config/callout-text/ui-v1.js +1 -1
  2942. package/dist/esm/post-purchase/callout-banner/settings/config/callout-text/ui-v2.js +1 -1
  2943. package/dist/esm/post-purchase/common/constants.js +1 -1
  2944. package/dist/esm/post-purchase/common/helper.js +1 -1
  2945. package/dist/esm/post-purchase/countdown-timer/common/classes.js +1 -1
  2946. package/dist/esm/post-purchase/countdown-timer/common/styles.js +1 -1
  2947. package/dist/esm/post-purchase/countdown-timer/components/PostPurchaseCountdownTimer.js +1 -1
  2948. package/dist/esm/post-purchase/countdown-timer/components/TextCountdown.js +1 -1
  2949. package/dist/esm/post-purchase/countdown-timer/hooks/useCountdownTimer.js +1 -1
  2950. package/dist/esm/post-purchase/countdown-timer/hooks/useGetTimeExpired.js +1 -1
  2951. package/dist/esm/post-purchase/countdown-timer/index.js +1 -1
  2952. package/dist/esm/post-purchase/countdown-timer/next.js +1 -1
  2953. package/dist/esm/post-purchase/countdown-timer/settings/CountdownTimer.js +2 -2
  2954. package/dist/esm/post-purchase/countdown-timer/settings/config/preset.js +2 -2
  2955. package/dist/esm/post-purchase/countdown-timer/settings/config/setting.js +1 -1
  2956. package/dist/esm/post-purchase/countdown-timer/settings/config/ui-v2.js +1 -1
  2957. package/dist/esm/post-purchase/image/common/classes.js +1 -1
  2958. package/dist/esm/post-purchase/image/common/helpers.js +1 -1
  2959. package/dist/esm/post-purchase/image/common/styles.js +1 -1
  2960. package/dist/esm/post-purchase/image/components/AdaptiveImage.js +1 -1
  2961. package/dist/esm/post-purchase/image/components/Image.js +1 -1
  2962. package/dist/esm/post-purchase/image/components/Img.js +1 -1
  2963. package/dist/esm/post-purchase/image/index.js +1 -1
  2964. package/dist/esm/post-purchase/image/next.js +1 -1
  2965. package/dist/esm/post-purchase/image/settings/Image.js +2 -2
  2966. package/dist/esm/post-purchase/image/settings/configs/setting-v2.js +1 -1
  2967. package/dist/esm/post-purchase/image/settings/configs/ui-v2.js +1 -1
  2968. package/dist/esm/post-purchase/line/common/classes.js +1 -1
  2969. package/dist/esm/post-purchase/line/common/styles.js +1 -1
  2970. package/dist/esm/post-purchase/line/components/PostPurchaseLine.js +1 -1
  2971. package/dist/esm/post-purchase/line/index.js +1 -1
  2972. package/dist/esm/post-purchase/line/next.js +1 -1
  2973. package/dist/esm/post-purchase/line/settings/PostPurchaseLine.js +2 -2
  2974. package/dist/esm/post-purchase/line/settings/configs/presets.js +2 -2
  2975. package/dist/esm/post-purchase/line/settings/configs/settings.js +1 -1
  2976. package/dist/esm/post-purchase/line/settings/configs/ui-v2.js +1 -1
  2977. package/dist/esm/post-purchase/line/types.js +1 -1
  2978. package/dist/esm/post-purchase/link/common/classes.js +1 -1
  2979. package/dist/esm/post-purchase/link/common/helpers.js +1 -1
  2980. package/dist/esm/post-purchase/link/common/styles.js +1 -1
  2981. package/dist/esm/post-purchase/link/components/PostPurchaseLink.js +1 -1
  2982. package/dist/esm/post-purchase/link/index.js +1 -1
  2983. package/dist/esm/post-purchase/link/next.js +1 -1
  2984. package/dist/esm/post-purchase/link/settings/PostPurchaseLink.js +2 -2
  2985. package/dist/esm/post-purchase/link/settings/configs/presets.js +2 -2
  2986. package/dist/esm/post-purchase/link/settings/configs/settings.js +1 -1
  2987. package/dist/esm/post-purchase/link/settings/configs/ui-v2.js +1 -1
  2988. package/dist/esm/post-purchase/product/common/attrs.js +1 -1
  2989. package/dist/esm/post-purchase/product/common/classes.js +1 -1
  2990. package/dist/esm/post-purchase/product/common/helpers.js +1 -1
  2991. package/dist/esm/post-purchase/product/common/styles.js +1 -1
  2992. package/dist/esm/post-purchase/product/components/AcceptButton.js +1 -1
  2993. package/dist/esm/post-purchase/product/components/ProductDescription.js +1 -1
  2994. package/dist/esm/post-purchase/product/components/ProductDiscountTag.js +1 -1
  2995. package/dist/esm/post-purchase/product/components/ProductPrice.js +1 -1
  2996. package/dist/esm/post-purchase/product/components/ProductPriceBreakdown.js +1 -1
  2997. package/dist/esm/post-purchase/product/components/ProductQuantity.js +1 -1
  2998. package/dist/esm/post-purchase/product/components/ProductTitle.js +1 -1
  2999. package/dist/esm/post-purchase/product/components/price-breakdown/MoneyLine.js +1 -1
  3000. package/dist/esm/post-purchase/product/components/product-image/FeatureImage.js +1 -1
  3001. package/dist/esm/post-purchase/product/components/product-image/ImageListCarousel.js +1 -1
  3002. package/dist/esm/post-purchase/product/components/product-image/ImageListGrid.js +1 -1
  3003. package/dist/esm/post-purchase/product/components/product-image/ItemCarouselPostPurchase.js +1 -1
  3004. package/dist/esm/post-purchase/product/components/product-image/ItemGridPostPurchase.js +1 -1
  3005. package/dist/esm/post-purchase/product/components/product-image/carousel-post-purchase/Arrow.js +1 -1
  3006. package/dist/esm/post-purchase/product/components/product-image/carousel-post-purchase/CarouselPostPurchase.js +1 -1
  3007. package/dist/esm/post-purchase/product/components/product-image/carousel-post-purchase/CarouselPostPurchaseContext.js +1 -1
  3008. package/dist/esm/post-purchase/product/components/product-image/carousel-post-purchase/CarouselWrapperPostPurchase.js +1 -1
  3009. package/dist/esm/post-purchase/product/components/product-image/index.js +1 -1
  3010. package/dist/esm/post-purchase/product/components/product-image/layouts/FeatureImageWithGalleryImage.js +1 -1
  3011. package/dist/esm/post-purchase/product/components/product-image/layouts/OnlyGalleryImage.js +1 -1
  3012. package/dist/esm/post-purchase/product/components/product-offer/common/attrs.js +1 -1
  3013. package/dist/esm/post-purchase/product/components/product-offer/common/classes.js +1 -1
  3014. package/dist/esm/post-purchase/product/components/product-offer/common/styles.js +1 -1
  3015. package/dist/esm/post-purchase/product/components/product-offer/components/ProductOffer.js +1 -1
  3016. package/dist/esm/post-purchase/product/components/product-offer/components/ProductOfferItem.js +1 -1
  3017. package/dist/esm/post-purchase/product/components/product-offer/hooks/useProductOfferData.js +1 -1
  3018. package/dist/esm/post-purchase/product/components/product-subscription/ProductSubscription.js +1 -1
  3019. package/dist/esm/post-purchase/product/components/product-subscription/common/attrs.js +1 -1
  3020. package/dist/esm/post-purchase/product/components/product-subscription/common/classes.js +1 -1
  3021. package/dist/esm/post-purchase/product/components/product-subscription/common/extractSellingPlanSettings.js +1 -1
  3022. package/dist/esm/post-purchase/product/components/product-subscription/common/styles.js +1 -1
  3023. package/dist/esm/post-purchase/product/components/product-subscription/components/OneTimePurchaseTooltip.js +1 -1
  3024. package/dist/esm/post-purchase/product/components/product-subscription/components/ProductSubscriptionContent.js +1 -1
  3025. package/dist/esm/post-purchase/product/components/product-subscription/components/ProductSubscriptionOptions.js +1 -1
  3026. package/dist/esm/post-purchase/product/components/product-subscription/components/SellingPlanDropdown.js +1 -1
  3027. package/dist/esm/post-purchase/product/components/product-subscription/components/SellingPlanLabel.js +1 -1
  3028. package/dist/esm/post-purchase/product/components/product-subscription/components/SellingPlanRadio.js +1 -1
  3029. package/dist/esm/post-purchase/product/components/product-subscription/components/SubscriptionDetail.js +1 -1
  3030. package/dist/esm/post-purchase/product/components/product-subscription/components/SubscriptionRadio.js +1 -1
  3031. package/dist/esm/post-purchase/product/components/product-subscription/helpers/calculateBestSellingPlan.js +1 -1
  3032. package/dist/esm/post-purchase/product/components/product-subscription/helpers/findDefaultValue.js +1 -1
  3033. package/dist/esm/post-purchase/product/components/product-subscription/helpers/findMatchedGroup.js +1 -1
  3034. package/dist/esm/post-purchase/product/components/product-subscription/helpers/findVariantByOptions.js +1 -1
  3035. package/dist/esm/post-purchase/product/components/product-subscription/helpers/handleContainerKeyDown.js +1 -1
  3036. package/dist/esm/post-purchase/product/components/product-subscription/hooks/useCheckProductsSubscriptionExistence.js +1 -1
  3037. package/dist/esm/post-purchase/product/components/product-subscription/hooks/useProductSubscriptionContentData.js +1 -1
  3038. package/dist/esm/post-purchase/product/components/product-subscription/hooks/useSellingPlanChange.js +1 -1
  3039. package/dist/esm/post-purchase/product/components/product-subscription/hooks/useSellingPlanOptions.js +1 -1
  3040. package/dist/esm/post-purchase/product/components/product-subscription/hooks/useSellingSubscription.js +1 -1
  3041. package/dist/esm/post-purchase/product/components/product-subscription/hooks/useSubscriptionVisibility.js +1 -1
  3042. package/dist/esm/post-purchase/product/components/product-subscription/types.js +1 -1
  3043. package/dist/esm/post-purchase/product/components/product-variant/common/classes.js +1 -1
  3044. package/dist/esm/post-purchase/product/components/product-variant/common/helpers.js +1 -1
  3045. package/dist/esm/post-purchase/product/components/product-variant/common/styles.js +1 -1
  3046. package/dist/esm/post-purchase/product/components/product-variant/components/ProductOption.js +1 -1
  3047. package/dist/esm/post-purchase/product/components/product-variant/components/ProductVariant.js +1 -1
  3048. package/dist/esm/post-purchase/product/components/product-variant/components/variants/Dropdown.js +1 -1
  3049. package/dist/esm/post-purchase/product/components/product-variant/components/variants/DropdownOption.js +1 -1
  3050. package/dist/esm/post-purchase/product/components/product-variant/components/variants/RectangleList.js +1 -1
  3051. package/dist/esm/post-purchase/product/components/product-variant/components/variants/VariantGroup.js +1 -1
  3052. package/dist/esm/post-purchase/product/components/product-variant/components/variants/VariantItem.js +1 -1
  3053. package/dist/esm/post-purchase/product/components/product-variant/components/variants/VariantOption.js +1 -1
  3054. package/dist/esm/post-purchase/product/components/product-variant/hooks/useTransition.js +1 -1
  3055. package/dist/esm/post-purchase/product/constants/ProductOfferPlaceholder.js +1 -1
  3056. package/dist/esm/post-purchase/product/constants/index.js +1 -1
  3057. package/dist/esm/post-purchase/product/helpers/index.js +1 -1
  3058. package/dist/esm/post-purchase/product/helpers/product-price-breakdown/getClasses.js +1 -1
  3059. package/dist/esm/post-purchase/product/helpers/product-price-breakdown/getPrice.js +1 -1
  3060. package/dist/esm/post-purchase/product/helpers/product-price-breakdown/getStyles.js +1 -1
  3061. package/dist/esm/post-purchase/product/helpers/product-quantity/getClasses.js +1 -1
  3062. package/dist/esm/post-purchase/product/helpers/product-quantity/getStyles.js +1 -1
  3063. package/dist/esm/post-purchase/product/hooks/useCarousel.js +1 -1
  3064. package/dist/esm/post-purchase/product/hooks/useDynamicProduct.js +1 -1
  3065. package/dist/esm/post-purchase/product/hooks/useFeatureImagePostPurchase.js +1 -1
  3066. package/dist/esm/post-purchase/product/hooks/useGetItemGapPriceBreakdown.js +1 -1
  3067. package/dist/esm/post-purchase/product/hooks/useGetMoneyLines.js +1 -1
  3068. package/dist/esm/post-purchase/product/hooks/useGetTextSetting.js +1 -1
  3069. package/dist/esm/post-purchase/product/hooks/useHandleQuantity.js +1 -1
  3070. package/dist/esm/post-purchase/product/hooks/useListCarousel.js +1 -1
  3071. package/dist/esm/post-purchase/product/hooks/useNavigationCarouselPostPurchase.js +1 -1
  3072. package/dist/esm/post-purchase/product/hooks/useProductImagePostPurchase.js +1 -1
  3073. package/dist/esm/post-purchase/product/hooks/useProductPriceBreakdown.js +1 -1
  3074. package/dist/esm/post-purchase/product/hooks/useRecurringSubtotal.js +1 -1
  3075. package/dist/esm/post-purchase/product/hooks/useSetCollapsePrice.js +1 -1
  3076. package/dist/esm/post-purchase/product/hooks/useSlideCarousel.js +1 -1
  3077. package/dist/esm/post-purchase/product/hooks/useSubscriptionConsentCheck.js +1 -1
  3078. package/dist/esm/post-purchase/product/hooks/useSubscriptionSellingType.js +1 -1
  3079. package/dist/esm/post-purchase/product/index.js +1 -1
  3080. package/dist/esm/post-purchase/product/next.js +1 -1
  3081. package/dist/esm/post-purchase/product/settings/accept-button/configs/presets.js +2 -2
  3082. package/dist/esm/post-purchase/product/settings/accept-button/configs/settings.js +1 -1
  3083. package/dist/esm/post-purchase/product/settings/accept-button/configs/ui-v2.js +1 -1
  3084. package/dist/esm/post-purchase/product/settings/accept-button/index.js +2 -2
  3085. package/dist/esm/post-purchase/product/settings/presets-config/product-presets/product-1-col.js +2 -2
  3086. package/dist/esm/post-purchase/product/settings/presets-config/product-presets/product-2-col.js +2 -2
  3087. package/dist/esm/post-purchase/product/settings/presets-config/product-presets/product-default.js +2 -2
  3088. package/dist/esm/post-purchase/product/settings/presets-config/product-presets/product-offer-1-col.js +2 -2
  3089. package/dist/esm/post-purchase/product/settings/presets-config/product-presets/product-offer-2-col.js +2 -2
  3090. package/dist/esm/post-purchase/product/settings/presets-config/product-presets/product-offer-default.js +2 -2
  3091. package/dist/esm/post-purchase/product/settings/product-description/ProductDescription.js +2 -2
  3092. package/dist/esm/post-purchase/product/settings/product-description/configs/settings-v2.js +1 -1
  3093. package/dist/esm/post-purchase/product/settings/product-description/configs/ui-v2.js +1 -1
  3094. package/dist/esm/post-purchase/product/settings/product-discount-tag/ProductDiscountTag.js +2 -2
  3095. package/dist/esm/post-purchase/product/settings/product-discount-tag/configs/setting-v2.js +1 -1
  3096. package/dist/esm/post-purchase/product/settings/product-discount-tag/configs/ui-v2.js +1 -1
  3097. package/dist/esm/post-purchase/product/settings/product-image/ProductImages.js +2 -2
  3098. package/dist/esm/post-purchase/product/settings/product-image/configs/settings-v2.js +1 -1
  3099. package/dist/esm/post-purchase/product/settings/product-image/configs/ui-v2.js +1 -1
  3100. package/dist/esm/post-purchase/product/settings/product-offer/configs/settings-v2.js +2 -2
  3101. package/dist/esm/post-purchase/product/settings/product-offer/configs/ui-v2.js +1 -1
  3102. package/dist/esm/post-purchase/product/settings/product-offer/index.js +2 -2
  3103. package/dist/esm/post-purchase/product/settings/product-price/ProductPrice.js +2 -2
  3104. package/dist/esm/post-purchase/product/settings/product-price/configs/settings-v2.js +1 -1
  3105. package/dist/esm/post-purchase/product/settings/product-price/configs/ui-v2.js +1 -1
  3106. package/dist/esm/post-purchase/product/settings/product-price-breakdown/configs/presets.js +2 -2
  3107. package/dist/esm/post-purchase/product/settings/product-price-breakdown/configs/settings.js +1 -1
  3108. package/dist/esm/post-purchase/product/settings/product-price-breakdown/configs/ui-v2.js +1 -1
  3109. package/dist/esm/post-purchase/product/settings/product-price-breakdown/index.js +2 -2
  3110. package/dist/esm/post-purchase/product/settings/product-quantity/configs/presets.js +2 -2
  3111. package/dist/esm/post-purchase/product/settings/product-quantity/configs/settings.js +1 -1
  3112. package/dist/esm/post-purchase/product/settings/product-quantity/configs/ui-v2.js +1 -1
  3113. package/dist/esm/post-purchase/product/settings/product-quantity/index.js +2 -2
  3114. package/dist/esm/post-purchase/product/settings/product-subscription/configs/presets.js +2 -2
  3115. package/dist/esm/post-purchase/product/settings/product-subscription/configs/settings.js +1 -1
  3116. package/dist/esm/post-purchase/product/settings/product-subscription/configs/ui-v2.js +1 -1
  3117. package/dist/esm/post-purchase/product/settings/product-subscription/index.js +2 -2
  3118. package/dist/esm/post-purchase/product/settings/product-title/ProductTitle.js +2 -2
  3119. package/dist/esm/post-purchase/product/settings/product-title/configs/settings-v2.js +1 -1
  3120. package/dist/esm/post-purchase/product/settings/product-title/configs/ui-v2.js +1 -1
  3121. package/dist/esm/post-purchase/product/settings/product-variants/ProductVariant.js +2 -2
  3122. package/dist/esm/post-purchase/product/settings/product-variants/configs/settings-v1.js +2 -2
  3123. package/dist/esm/post-purchase/product/settings/product-variants/configs/settings-v2.js +2 -2
  3124. package/dist/esm/post-purchase/product/settings/product-variants/configs/ui-v2.js +1 -1
  3125. package/dist/esm/post-purchase/text/common/attrs.js +1 -1
  3126. package/dist/esm/post-purchase/text/common/classes.js +1 -1
  3127. package/dist/esm/post-purchase/text/common/helpers.js +1 -1
  3128. package/dist/esm/post-purchase/text/common/styles.js +1 -1
  3129. package/dist/esm/post-purchase/text/components/Text.js +2 -2
  3130. package/dist/esm/post-purchase/text/index.js +1 -1
  3131. package/dist/esm/post-purchase/text/next.js +1 -1
  3132. package/dist/esm/post-purchase/text/settings/heading/Heading.js +1 -1
  3133. package/dist/esm/post-purchase/text/settings/heading/configs/presets-v2.js +2 -2
  3134. package/dist/esm/post-purchase/text/settings/text/Text.js +2 -2
  3135. package/dist/esm/post-purchase/text/settings/text/configs/setting-v2.js +1 -1
  3136. package/dist/esm/post-purchase/text/settings/text/configs/ui-v2.js +1 -1
  3137. package/dist/esm/postPurchaseSetting.js +1 -1
  3138. package/dist/esm/product/components/ProductImages.js +1 -1
  3139. package/dist/esm/product/components/ProductImages.liquid.js +9 -9
  3140. package/dist/esm/product/components/ProductNotFound.js +1 -1
  3141. package/dist/esm/product/components/SalePageProductListWarning.js +1 -1
  3142. package/dist/esm/product/components/constants/product-bundle.js +1 -1
  3143. package/dist/esm/product/components/dynamic-checkout/Button.liquid.js +3 -3
  3144. package/dist/esm/product/components/dynamic-checkout/DynamicCheckout.js +1 -1
  3145. package/dist/esm/product/components/dynamic-checkout/DynamicCheckout.liquid.js +1 -1
  3146. package/dist/esm/product/components/dynamic-checkout/common/classes.js +1 -1
  3147. package/dist/esm/product/components/dynamic-checkout/common/styles.js +20 -20
  3148. package/dist/esm/product/components/file-upload/UploadFile.js +1 -1
  3149. package/dist/esm/product/components/file-upload/UploadFile.liquid.js +4 -4
  3150. package/dist/esm/product/components/file-upload/common/attr.js +1 -1
  3151. package/dist/esm/product/components/file-upload/common/classes.js +1 -1
  3152. package/dist/esm/product/components/file-upload/common/helpers.js +1 -1
  3153. package/dist/esm/product/components/file-upload/common/style.js +1 -1
  3154. package/dist/esm/product/components/file-upload/settings/configs/presets.js +2 -2
  3155. package/dist/esm/product/components/file-upload/settings/configs/settings.js +2 -2
  3156. package/dist/esm/product/components/file-upload/settings/configs/translate.js +1 -1
  3157. package/dist/esm/product/components/file-upload/settings/configs/ui-v1.js +1 -1
  3158. package/dist/esm/product/components/file-upload/settings/configs/ui-v2.js +1 -1
  3159. package/dist/esm/product/components/file-upload/settings/index.js +2 -2
  3160. package/dist/esm/product/components/product-badge/ProductBadge.js +1 -1
  3161. package/dist/esm/product/components/product-badge/ProductBadge.liquid.js +9 -9
  3162. package/dist/esm/product/components/product-badge/common/attrs.js +1 -1
  3163. package/dist/esm/product/components/product-badge/common/classes.js +1 -1
  3164. package/dist/esm/product/components/product-badge/common/styles.js +1 -1
  3165. package/dist/esm/product/components/product-badge/constants.js +1 -1
  3166. package/dist/esm/product/components/product-badge/types.js +1 -1
  3167. package/dist/esm/product/components/product-badge/utils/common.js +1 -1
  3168. package/dist/esm/product/components/product-badge/utils/generateLiquidContent.js +2 -2
  3169. package/dist/esm/product/components/product-badge/utils/getRotateShape.js +1 -1
  3170. package/dist/esm/product/components/product-badge/utils/getShapePosition.js +1 -1
  3171. package/dist/esm/product/components/product-badge/utils/getStyleAdvanced.js +1 -1
  3172. package/dist/esm/product/components/product-badge/utils/getWhiteSpace.js +1 -1
  3173. package/dist/esm/product/components/product-badge/utils/renderBadgeILP.js +1 -1
  3174. package/dist/esm/product/components/product-badge/utils/renderBadgeLiquid.js +29 -29
  3175. package/dist/esm/product/components/product-badge/utils/shape.js +1 -1
  3176. package/dist/esm/product/components/product-badge/utils/stylesV2.js +2 -2
  3177. package/dist/esm/product/components/product-bundle/ProductBundleDiscount.js +1 -1
  3178. package/dist/esm/product/components/product-bundle/ProductBundleDiscount.liquid.js +8 -8
  3179. package/dist/esm/product/components/product-bundle/ProductBundleDiscountChildrenItem.js +1 -1
  3180. package/dist/esm/product/components/product-bundle/ProductBundleDiscountChildrenItem.liquid.js +6 -6
  3181. package/dist/esm/product/components/product-bundle/ProductBundleDiscountItem.js +1 -1
  3182. package/dist/esm/product/components/product-bundle/ProductBundleDiscountItem.liquid.js +1 -1
  3183. package/dist/esm/product/components/product-bundle/common/classes.js +1 -1
  3184. package/dist/esm/product/components/product-bundle/common/helpers.js +1 -1
  3185. package/dist/esm/product/components/product-bundle/common/styles.js +1 -1
  3186. package/dist/esm/product/components/product-bundle/hooks/useProductBundleDataState.js +3 -3
  3187. package/dist/esm/product/components/product-bundle/hooks/useProductBundleDiscountState.js +1 -1
  3188. package/dist/esm/product/components/product-bundle/setting/ProductBundleDiscount.js +2 -2
  3189. package/dist/esm/product/components/product-bundle/setting/ProductBundleDiscountItem.js +1 -1
  3190. package/dist/esm/product/components/product-bundle/setting/configs/settings.js +1 -1
  3191. package/dist/esm/product/components/product-bundle/setting/configs/ui-v1.js +1 -1
  3192. package/dist/esm/product/components/product-bundle/setting/configs/ui-v2.js +1 -1
  3193. package/dist/esm/product/components/product-button/AddToCartButton.js +1 -1
  3194. package/dist/esm/product/components/product-button/AddToCartButton.liquid.js +1 -1
  3195. package/dist/esm/product/components/product-button/BlankSpace.js +1 -1
  3196. package/dist/esm/product/components/product-button/BlankSpace.liquid.js +2 -2
  3197. package/dist/esm/product/components/product-button/CartMessage.js +1 -1
  3198. package/dist/esm/product/components/product-button/PriceComponent.js +1 -1
  3199. package/dist/esm/product/components/product-button/PriceComponent.liquid.js +1 -1
  3200. package/dist/esm/product/components/product-button/PriceLayout.js +1 -1
  3201. package/dist/esm/product/components/product-button/PriceLayout.liquid.js +2 -2
  3202. package/dist/esm/product/components/product-button/ProductButton.js +1 -1
  3203. package/dist/esm/product/components/product-button/ProductButton.liquid.js +5 -5
  3204. package/dist/esm/product/components/product-button/ProductButtonPrice.js +1 -1
  3205. package/dist/esm/product/components/product-button/ProductButtonPrice.liquid.js +1 -1
  3206. package/dist/esm/product/components/product-button/Separator.js +1 -1
  3207. package/dist/esm/product/components/product-button/Separator.liquid.js +4 -4
  3208. package/dist/esm/product/components/product-button/SoldOutButton.js +1 -1
  3209. package/dist/esm/product/components/product-button/SoldOutButton.liquid.js +1 -1
  3210. package/dist/esm/product/components/product-button/common/classes.js +1 -1
  3211. package/dist/esm/product/components/product-button/common/constants.js +2 -2
  3212. package/dist/esm/product/components/product-button/common/data.js +1 -1
  3213. package/dist/esm/product/components/product-button/common/helpers.js +1 -1
  3214. package/dist/esm/product/components/product-button/common/styles.js +1 -1
  3215. package/dist/esm/product/components/product-button/helpers/getButtonDynamicSourceLocales.js +1 -1
  3216. package/dist/esm/product/components/product-button/hooks/useAddToCart.js +1 -1
  3217. package/dist/esm/product/components/product-button/hooks/useCartMessage.js +1 -1
  3218. package/dist/esm/product/components/product-button/hooks/useCartOperations.js +1 -1
  3219. package/dist/esm/product/components/product-button/hooks/useDispatchAfterSubmitEvent.js +1 -1
  3220. package/dist/esm/product/components/product-button/types.js +1 -1
  3221. package/dist/esm/product/components/product-description/ProductDescription.js +1 -1
  3222. package/dist/esm/product/components/product-description/ProductDescription.liquid.js +10 -10
  3223. package/dist/esm/product/components/product-description/common/classes.js +1 -1
  3224. package/dist/esm/product/components/product-description/common/helpers.js +2 -2
  3225. package/dist/esm/product/components/product-description/common/styles.js +2 -2
  3226. package/dist/esm/product/components/product-description/hooks/useGpDescription.js +1 -1
  3227. package/dist/esm/product/components/product-discount-tag/ProductDiscountTag.js +1 -1
  3228. package/dist/esm/product/components/product-discount-tag/ProductDiscountTag.liquid.js +11 -11
  3229. package/dist/esm/product/components/product-discount-tag/common/classes.js +1 -1
  3230. package/dist/esm/product/components/product-discount-tag/common/styles.js +1 -1
  3231. package/dist/esm/product/components/product-discount-tag/hooks/useGpDiscountTag.js +1 -1
  3232. package/dist/esm/product/components/product-images/ProductFeaturedImage.js +1 -1
  3233. package/dist/esm/product/components/product-images/ProductFeaturedImage.liquid.js +31 -31
  3234. package/dist/esm/product/components/product-images/ProductGalleryCarousel.js +1 -1
  3235. package/dist/esm/product/components/product-images/ProductGalleryCarousel.liquid.js +6 -6
  3236. package/dist/esm/product/components/product-images/ProductGalleryGrid.js +1 -1
  3237. package/dist/esm/product/components/product-images/ProductGalleryGrid.liquid.js +10 -10
  3238. package/dist/esm/product/components/product-images/ProductImagesLightBox.js +1 -1
  3239. package/dist/esm/product/components/product-images/common/helpers.js +1 -1
  3240. package/dist/esm/product/components/product-images/common/productFeaturedImage.js +1 -1
  3241. package/dist/esm/product/components/product-images/common/productGallery.js +1 -1
  3242. package/dist/esm/product/components/product-images-v2/ProductImageV2.js +2 -2
  3243. package/dist/esm/product/components/product-images-v2/ProductImagesV2.liquid.js +17 -17
  3244. package/dist/esm/product/components/product-images-v2/common/attrs.js +1 -1
  3245. package/dist/esm/product/components/product-images-v2/common/classes.js +1 -1
  3246. package/dist/esm/product/components/product-images-v2/common/common.js +1 -1
  3247. package/dist/esm/product/components/product-images-v2/common/getBorderActiveCss.js +2 -2
  3248. package/dist/esm/product/components/product-images-v2/common/hoverAction.js +1 -1
  3249. package/dist/esm/product/components/product-images-v2/common/productFeaturedImage.js +1 -1
  3250. package/dist/esm/product/components/product-images-v2/common/productGallery.js +1 -1
  3251. package/dist/esm/product/components/product-images-v2/common/styles.js +1 -1
  3252. package/dist/esm/product/components/product-images-v2/components/child/MediaIcon.js +1 -1
  3253. package/dist/esm/product/components/product-images-v2/components/child/ProductFeatureVideo.js +1 -1
  3254. package/dist/esm/product/components/product-images-v2/components/child/ProductFeaturedImageCarousel.js +1 -1
  3255. package/dist/esm/product/components/product-images-v2/components/child/ProductFeaturedImageOnly.js +1 -1
  3256. package/dist/esm/product/components/product-images-v2/components/child/ProductGalleryGrid.js +2 -2
  3257. package/dist/esm/product/components/product-images-v2/components/feature-gallery/FeatureImageWithGallery.js +1 -1
  3258. package/dist/esm/product/components/product-images-v2/components/feature-gallery/FeatureImageWithGallery.liquid.js +41 -41
  3259. package/dist/esm/product/components/product-images-v2/components/feature-only/OnlyFeatureImage.js +1 -1
  3260. package/dist/esm/product/components/product-images-v2/components/gallery-carousel/GalleryCarousel.js +1 -1
  3261. package/dist/esm/product/components/product-images-v2/components/gallery-carousel/GalleryCarousel.liquid.js +6 -6
  3262. package/dist/esm/product/components/product-images-v2/components/gallery-grid/GalleryGrid.js +1 -1
  3263. package/dist/esm/product/components/product-images-v2/components/gallery-grid/GalleryGrid.liquid.js +2 -2
  3264. package/dist/esm/product/components/product-images-v2/components/lightbox/ButtonOpenLightBox.js +1 -1
  3265. package/dist/esm/product/components/product-images-v2/components/lightbox/ProductImagesLightBox.js +1 -1
  3266. package/dist/esm/product/components/product-images-v2/composables/getProductImagesAttr.js +1 -1
  3267. package/dist/esm/product/components/product-images-v2/composables/getProductImagesClassName.js +1 -1
  3268. package/dist/esm/product/components/product-images-v2/composables/getProductImagesStyles.js +1 -1
  3269. package/dist/esm/product/components/product-images-v2/hooks/useFeatureImageWithGallery.js +1 -1
  3270. package/dist/esm/product/components/product-images-v2/hooks/useFilterImagesByVariant.js +1 -1
  3271. package/dist/esm/product/components/product-images-v2/hooks/useGalleryCarousel.js +1 -1
  3272. package/dist/esm/product/components/product-images-v2/hooks/useProductFeaturedImageCarousel.js +1 -1
  3273. package/dist/esm/product/components/product-images-v2/hooks/useProductGalleryGrid.js +1 -1
  3274. package/dist/esm/product/components/product-images-v3/ProductImageV3.js +2 -2
  3275. package/dist/esm/product/components/product-images-v3/ProductImagesV3.liquid.js +17 -17
  3276. package/dist/esm/product/components/product-images-v3/common/attrs.js +1 -1
  3277. package/dist/esm/product/components/product-images-v3/common/classes.js +1 -1
  3278. package/dist/esm/product/components/product-images-v3/common/common.js +1 -1
  3279. package/dist/esm/product/components/product-images-v3/common/getBorderActiveCss.js +2 -2
  3280. package/dist/esm/product/components/product-images-v3/common/hoverAction.js +1 -1
  3281. package/dist/esm/product/components/product-images-v3/common/productFeaturedImage.js +1 -1
  3282. package/dist/esm/product/components/product-images-v3/common/productGallery.js +1 -1
  3283. package/dist/esm/product/components/product-images-v3/common/styles.js +1 -1
  3284. package/dist/esm/product/components/product-images-v3/components/child/MediaIcon.js +1 -1
  3285. package/dist/esm/product/components/product-images-v3/components/child/ProductFeatureVideo.js +1 -1
  3286. package/dist/esm/product/components/product-images-v3/components/child/ProductFeaturedImageCarousel.js +1 -1
  3287. package/dist/esm/product/components/product-images-v3/components/child/ProductFeaturedImageOnly.js +1 -1
  3288. package/dist/esm/product/components/product-images-v3/components/child/ProductGalleryGrid.js +2 -2
  3289. package/dist/esm/product/components/product-images-v3/components/feature-gallery/FeatureImageWithGallery.js +1 -1
  3290. package/dist/esm/product/components/product-images-v3/components/feature-gallery/FeatureImageWithGallery.liquid.js +53 -53
  3291. package/dist/esm/product/components/product-images-v3/components/feature-only/OnlyFeatureImage.js +1 -1
  3292. package/dist/esm/product/components/product-images-v3/components/gallery-carousel/GalleryCarousel.js +1 -1
  3293. package/dist/esm/product/components/product-images-v3/components/gallery-carousel/GalleryCarousel.liquid.js +14 -14
  3294. package/dist/esm/product/components/product-images-v3/components/gallery-grid/GalleryGrid.js +1 -1
  3295. package/dist/esm/product/components/product-images-v3/components/gallery-grid/GalleryGrid.liquid.js +2 -2
  3296. package/dist/esm/product/components/product-images-v3/components/lightbox/ButtonOpenLightBox.js +1 -1
  3297. package/dist/esm/product/components/product-images-v3/components/lightbox/ProductImagesLightBox.js +1 -1
  3298. package/dist/esm/product/components/product-images-v3/composables/getProductImagesAttr.js +1 -1
  3299. package/dist/esm/product/components/product-images-v3/composables/getProductImagesClassName.js +1 -1
  3300. package/dist/esm/product/components/product-images-v3/composables/getProductImagesStyles.js +1 -1
  3301. package/dist/esm/product/components/product-images-v3/hooks/useFeatureImageWithGallery.js +1 -1
  3302. package/dist/esm/product/components/product-images-v3/hooks/useFilterImagesByVariant.js +1 -1
  3303. package/dist/esm/product/components/product-images-v3/hooks/useGalleryCarousel.js +1 -1
  3304. package/dist/esm/product/components/product-images-v3/hooks/useProductFeaturedImageCarousel.js +1 -1
  3305. package/dist/esm/product/components/product-images-v3/hooks/useProductGalleryGrid.js +1 -1
  3306. package/dist/esm/product/components/product-list/ProductList.js +1 -1
  3307. package/dist/esm/product/components/product-list/ProductList.liquid.js +34 -34
  3308. package/dist/esm/product/components/product-list/ProductListCarouselItem.liquid.js +2 -2
  3309. package/dist/esm/product/components/product-list/ProductListCarouselLayout.js +1 -1
  3310. package/dist/esm/product/components/product-list/ProductListCarouselLayout.liquid.js +4 -4
  3311. package/dist/esm/product/components/product-list/ProductListGridItem.liquid.js +7 -7
  3312. package/dist/esm/product/components/product-list/ProductListGridLayout.js +1 -1
  3313. package/dist/esm/product/components/product-list/ProductListGridLayout.liquid.js +16 -16
  3314. package/dist/esm/product/components/product-list/common/attrs.js +1 -1
  3315. package/dist/esm/product/components/product-list/common/classes.js +1 -1
  3316. package/dist/esm/product/components/product-list/common/helpers.js +1 -1
  3317. package/dist/esm/product/components/product-list/common/styles.js +1 -1
  3318. package/dist/esm/product/components/product-list-v3/ProductList.js +1 -1
  3319. package/dist/esm/product/components/product-list-v3/ProductList.liquid.js +35 -38
  3320. package/dist/esm/product/components/product-list-v3/ProductListCarouselItem.liquid.js +2 -2
  3321. package/dist/esm/product/components/product-list-v3/ProductListCarouselLayout.js +1 -1
  3322. package/dist/esm/product/components/product-list-v3/ProductListCarouselLayout.liquid.js +5 -5
  3323. package/dist/esm/product/components/product-list-v3/ProductListGridItem.liquid.js +7 -7
  3324. package/dist/esm/product/components/product-list-v3/ProductListGridLayout.js +1 -1
  3325. package/dist/esm/product/components/product-list-v3/ProductListGridLayout.liquid.js +16 -16
  3326. package/dist/esm/product/components/product-list-v3/common/attrs.js +1 -1
  3327. package/dist/esm/product/components/product-list-v3/common/classes.js +1 -1
  3328. package/dist/esm/product/components/product-list-v3/common/helpers.js +1 -1
  3329. package/dist/esm/product/components/product-list-v3/common/styles.js +1 -1
  3330. package/dist/esm/product/components/product-price/ProductPrice.js +1 -1
  3331. package/dist/esm/product/components/product-price/ProductPrice.liquid.js +6 -6
  3332. package/dist/esm/product/components/product-price/common/attrs.js +1 -1
  3333. package/dist/esm/product/components/product-price/common/classes.js +1 -1
  3334. package/dist/esm/product/components/product-price/common/helpers.js +3 -3
  3335. package/dist/esm/product/components/product-price/hooks/useGpPrice.js +1 -1
  3336. package/dist/esm/product/components/product-properties/ProductProperties.js +1 -1
  3337. package/dist/esm/product/components/product-properties/ProductProperties.liquid.js +6 -6
  3338. package/dist/esm/product/components/product-properties/common/attrs.js +1 -1
  3339. package/dist/esm/product/components/product-properties/common/classes.js +1 -1
  3340. package/dist/esm/product/components/product-properties/common/helpers.js +1 -1
  3341. package/dist/esm/product/components/product-properties/common/styles.js +1 -1
  3342. package/dist/esm/product/components/product-properties/property-choice/ProductPropertyChoice.js +1 -1
  3343. package/dist/esm/product/components/product-properties/property-choice/ProductPropertyChoice.liquid.js +5 -5
  3344. package/dist/esm/product/components/product-properties/property-choice/common/getProductPropertiesChoiceAttrs.js +1 -1
  3345. package/dist/esm/product/components/product-properties/property-choice/common/getProductPropertiesChoiceClasses.js +1 -1
  3346. package/dist/esm/product/components/product-properties/property-choice/common/getProductPropertiesChoiceInlineCss.js +3 -3
  3347. package/dist/esm/product/components/product-properties/property-choice/common/getProductPropertiesChoiceStyles.js +1 -1
  3348. package/dist/esm/product/components/product-properties/property-input/ProductPropertyInput.js +1 -1
  3349. package/dist/esm/product/components/product-properties/property-input/ProductPropertyInput.liquid.js +10 -10
  3350. package/dist/esm/product/components/product-properties/property-input/common/attrs.js +1 -1
  3351. package/dist/esm/product/components/product-properties/property-input/common/classes.js +1 -1
  3352. package/dist/esm/product/components/product-properties/property-input/common/helpers.js +1 -1
  3353. package/dist/esm/product/components/product-properties/property-input/common/styles.js +1 -1
  3354. package/dist/esm/product/components/product-properties/property-select/ProductPropertySelect.js +1 -1
  3355. package/dist/esm/product/components/product-properties/property-select/ProductPropertySelect.liquid.js +7 -7
  3356. package/dist/esm/product/components/product-properties/property-select/common/attrs.js +1 -1
  3357. package/dist/esm/product/components/product-properties/property-select/common/classes.js +1 -1
  3358. package/dist/esm/product/components/product-properties/property-select/common/styles.js +1 -1
  3359. package/dist/esm/product/components/product-quantity/ProductQuantity.js +1 -1
  3360. package/dist/esm/product/components/product-quantity/ProductQuantity.liquid.js +5 -5
  3361. package/dist/esm/product/components/product-quantity/common/attrs.js +1 -1
  3362. package/dist/esm/product/components/product-quantity/common/classes.js +1 -1
  3363. package/dist/esm/product/components/product-quantity/common/helpers.js +3 -3
  3364. package/dist/esm/product/components/product-quantity/common/styles.js +1 -1
  3365. package/dist/esm/product/components/product-quantity/hooks/useProductQuantity.js +1 -1
  3366. package/dist/esm/product/components/product-quick-view/ProductQuickView.js +1 -1
  3367. package/dist/esm/product/components/product-quick-view/QuickView.js +1 -1
  3368. package/dist/esm/product/components/product-sku/Sku.js +1 -1
  3369. package/dist/esm/product/components/product-sku/Sku.liquid.js +3 -3
  3370. package/dist/esm/product/components/product-title/ProductTitle.js +1 -1
  3371. package/dist/esm/product/components/product-title/ProductTitle.liquid.js +6 -6
  3372. package/dist/esm/product/components/product-title/common/helpers.js +1 -1
  3373. package/dist/esm/product/components/product-variants/OptionVariantsNewFormat.liquid.js +2 -2
  3374. package/dist/esm/product/components/product-variants/OptionVariantsOldFormat.liquid.js +2 -2
  3375. package/dist/esm/product/components/product-variants/ProductVariants.js +1 -1
  3376. package/dist/esm/product/components/product-variants/ProductVariants.liquid.js +51 -51
  3377. package/dist/esm/product/components/product-variants/common/base/attrs.js +1 -1
  3378. package/dist/esm/product/components/product-variants/common/base/classes.js +2 -2
  3379. package/dist/esm/product/components/product-variants/common/base/styles.js +1 -1
  3380. package/dist/esm/product/components/product-variants/common/common.js +1 -1
  3381. package/dist/esm/product/components/product-variants/common/const.js +1 -1
  3382. package/dist/esm/product/components/product-variants/common/dropdown/attrs.js +1 -1
  3383. package/dist/esm/product/components/product-variants/common/dropdown/classes.js +1 -1
  3384. package/dist/esm/product/components/product-variants/common/dropdown/styles.js +1 -1
  3385. package/dist/esm/product/components/product-variants/common/main/classes.js +1 -1
  3386. package/dist/esm/product/components/product-variants/common/main/const.js +1 -1
  3387. package/dist/esm/product/components/product-variants/common/main/getAttr.js +1 -1
  3388. package/dist/esm/product/components/product-variants/common/main/getData.js +1 -1
  3389. package/dist/esm/product/components/product-variants/common/main/styles.js +1 -1
  3390. package/dist/esm/product/components/product-variants/common/variants/attrs.js +1 -1
  3391. package/dist/esm/product/components/product-variants/common/variants/classes.js +1 -1
  3392. package/dist/esm/product/components/product-variants/common/variants/styles.js +1 -1
  3393. package/dist/esm/product/components/product-variants/components/base/base.js +5 -5
  3394. package/dist/esm/product/components/product-variants/components/base/base.liquid.js +15 -15
  3395. package/dist/esm/product/components/product-variants/components/color/color.js +1 -1
  3396. package/dist/esm/product/components/product-variants/components/color/color.liquid.js +3 -3
  3397. package/dist/esm/product/components/product-variants/components/dropdown-group/DropdownGroup.js +1 -1
  3398. package/dist/esm/product/components/product-variants/components/dropdown-group/DropdownGroup.liquid.js +1 -1
  3399. package/dist/esm/product/components/product-variants/components/dropdown-option/DropdownOption.js +1 -1
  3400. package/dist/esm/product/components/product-variants/components/dropdown-option/VariantOption.js +1 -1
  3401. package/dist/esm/product/components/product-variants/components/dropdown-option/render-liquid/index.js +16 -16
  3402. package/dist/esm/product/components/product-variants/components/dropdown-swatches/Dropdown.js +1 -1
  3403. package/dist/esm/product/components/product-variants/components/dropdown-swatches/Dropdown.liquid.js +6 -6
  3404. package/dist/esm/product/components/product-variants/components/dropdown-swatches/hooks/useDropdownSwatches.js +1 -1
  3405. package/dist/esm/product/components/product-variants/components/image/Image.js +1 -1
  3406. package/dist/esm/product/components/product-variants/components/image/Image.liquid.js +2 -2
  3407. package/dist/esm/product/components/product-variants/components/image-shopify/ImageShopify.js +1 -1
  3408. package/dist/esm/product/components/product-variants/components/image-shopify/ImageShopify.liquid.js +2 -2
  3409. package/dist/esm/product/components/product-variants/components/rectangle-list/RectangleList.js +1 -1
  3410. package/dist/esm/product/components/product-variants/components/variants/index.js +1 -1
  3411. package/dist/esm/product/components/product-variants/components/variants/index.liquid.js +23 -23
  3412. package/dist/esm/product/components/product-variants/hooks/useGpVariants.js +1 -1
  3413. package/dist/esm/product/components/product-variants/hooks/useVariantInteraction.js +1 -1
  3414. package/dist/esm/product/components/product-variants/utils/mappingVariantStyles.js +1 -1
  3415. package/dist/esm/product/components/product-vendor/Vendor.js +1 -1
  3416. package/dist/esm/product/components/product-vendor/Vendor.liquid.js +2 -2
  3417. package/dist/esm/product/components/product-view-more/ProductViewMore.js +1 -1
  3418. package/dist/esm/product/components/product-view-more/ProductViewMore.liquid.js +4 -4
  3419. package/dist/esm/product/components/product-view-more/common/helpers.js +1 -1
  3420. package/dist/esm/product/components/product-view-more/common/styles.js +1 -1
  3421. package/dist/esm/product/components/product-wrap/Product.js +1 -1
  3422. package/dist/esm/product/components/product-wrap/Product.liquid.js +30 -30
  3423. package/dist/esm/product/components/product-wrap/common/helpers.js +1 -1
  3424. package/dist/esm/product/components/product-wrap/hook/useProductSetting.js +1 -1
  3425. package/dist/esm/product/helpers/function.js +1 -1
  3426. package/dist/esm/product/helpers/product-bundle.js +1 -1
  3427. package/dist/esm/product/helpers/product-image.js +1 -1
  3428. package/dist/esm/product/helpers/product.js +1 -1
  3429. package/dist/esm/product/helpers/tracking.js +1 -1
  3430. package/dist/esm/product/index.js +1 -1
  3431. package/dist/esm/product/next.js +1 -1
  3432. package/dist/esm/product/settings/DynamicCheckout.js +2 -2
  3433. package/dist/esm/product/settings/Product.js +2 -2
  3434. package/dist/esm/product/settings/ProductBadge.js +1 -1
  3435. package/dist/esm/product/settings/ProductButton.js +2 -2
  3436. package/dist/esm/product/settings/ProductDescription.js +1 -1
  3437. package/dist/esm/product/settings/ProductImages.js +4 -4
  3438. package/dist/esm/product/settings/ProductList.js +2 -2
  3439. package/dist/esm/product/settings/ProductListV3.js +2 -2
  3440. package/dist/esm/product/settings/ProductPrice.js +2 -2
  3441. package/dist/esm/product/settings/ProductProperties.js +2 -2
  3442. package/dist/esm/product/settings/ProductQuantity.js +2 -2
  3443. package/dist/esm/product/settings/ProductTag.js +1 -1
  3444. package/dist/esm/product/settings/ProductTitle.js +2 -2
  3445. package/dist/esm/product/settings/ProductVariants.js +2 -2
  3446. package/dist/esm/product/settings/ProductViewMore.js +2 -2
  3447. package/dist/esm/product/settings/Sku.js +2 -2
  3448. package/dist/esm/product/settings/Vendor.js +2 -2
  3449. package/dist/esm/product/settings/bundle-layout/horizontal-one.js +1 -1
  3450. package/dist/esm/product/settings/bundle-layout/horizontal-three.js +1 -1
  3451. package/dist/esm/product/settings/bundle-layout/horizontal-two.js +1 -1
  3452. package/dist/esm/product/settings/bundle-layout/vertical-one.js +1 -1
  3453. package/dist/esm/product/settings/bundle-layout/vertical-three.js +1 -1
  3454. package/dist/esm/product/settings/bundle-layout/vertical-two.js +1 -1
  3455. package/dist/esm/product/settings/dynamic-checkout/configs/presets.js +2 -2
  3456. package/dist/esm/product/settings/dynamic-checkout/configs/settings.js +1 -1
  3457. package/dist/esm/product/settings/dynamic-checkout/configs/ui-v2.js +1 -1
  3458. package/dist/esm/product/settings/product/configs/presets.js +1 -1
  3459. package/dist/esm/product/settings/product/configs/product-presets/product-1-col.js +3 -3
  3460. package/dist/esm/product/settings/product/configs/product-presets/product-2-col.js +3 -3
  3461. package/dist/esm/product/settings/product/configs/product-presets/product-default.js +3 -3
  3462. package/dist/esm/product/settings/product/configs/settings.js +1 -1
  3463. package/dist/esm/product/settings/product/configs/ui-v2.js +1 -1
  3464. package/dist/esm/product/settings/product-badge/configs/presets.js +2 -2
  3465. package/dist/esm/product/settings/product-badge/configs/settings.js +1 -1
  3466. package/dist/esm/product/settings/product-badge/configs/translate.js +1 -1
  3467. package/dist/esm/product/settings/product-badge/configs/ui-v2.js +1 -1
  3468. package/dist/esm/product/settings/product-button/configs/presets.js +2 -2
  3469. package/dist/esm/product/settings/product-button/configs/settings.js +2 -2
  3470. package/dist/esm/product/settings/product-button/configs/translate.js +1 -1
  3471. package/dist/esm/product/settings/product-button/configs/ui-v2.js +1 -1
  3472. package/dist/esm/product/settings/product-description/configs/presets.js +2 -2
  3473. package/dist/esm/product/settings/product-description/configs/settings.js +1 -1
  3474. package/dist/esm/product/settings/product-description/configs/translate.js +1 -1
  3475. package/dist/esm/product/settings/product-description/configs/ui-v2.js +1 -1
  3476. package/dist/esm/product/settings/product-discount-tag/configs/settings.js +1 -1
  3477. package/dist/esm/product/settings/product-discount-tag/configs/translate.js +1 -1
  3478. package/dist/esm/product/settings/product-discount-tag/configs/ui-v2.js +1 -1
  3479. package/dist/esm/product/settings/product-image-v2/ProductFeatureImage.js +1 -1
  3480. package/dist/esm/product/settings/product-image-v2/ProductGalleryImage.js +1 -1
  3481. package/dist/esm/product/settings/product-image-v2/ProductImages.js +2 -2
  3482. package/dist/esm/product/settings/product-image-v2/configs/setting-v2/ProductFeatureImage.js +2 -2
  3483. package/dist/esm/product/settings/product-image-v2/configs/setting-v2/ProductGalleryImage.js +2 -2
  3484. package/dist/esm/product/settings/product-image-v2/configs/setting-v2/index.js +1 -1
  3485. package/dist/esm/product/settings/product-image-v2/configs/ui/FeatureDots.js +1 -1
  3486. package/dist/esm/product/settings/product-image-v2/configs/ui/FeatureNavigation.js +1 -1
  3487. package/dist/esm/product/settings/product-image-v2/configs/ui/ImageListNavigation.js +1 -1
  3488. package/dist/esm/product/settings/product-image-v2/configs/ui-v1.js +1 -1
  3489. package/dist/esm/product/settings/product-image-v2/configs/ui-v2.js +1 -1
  3490. package/dist/esm/product/settings/product-image-v3/ProductFeatureImage.js +1 -1
  3491. package/dist/esm/product/settings/product-image-v3/ProductGalleryImage.js +1 -1
  3492. package/dist/esm/product/settings/product-image-v3/ProductImages.js +2 -2
  3493. package/dist/esm/product/settings/product-image-v3/configs/setting-v2/ProductFeatureImage.js +2 -2
  3494. package/dist/esm/product/settings/product-image-v3/configs/setting-v2/ProductGalleryImage.js +2 -2
  3495. package/dist/esm/product/settings/product-image-v3/configs/setting-v2/index.js +1 -1
  3496. package/dist/esm/product/settings/product-image-v3/configs/ui/FeatureDots.js +1 -1
  3497. package/dist/esm/product/settings/product-image-v3/configs/ui/FeatureNavigation.js +1 -1
  3498. package/dist/esm/product/settings/product-image-v3/configs/ui/ImageListNavigation.js +1 -1
  3499. package/dist/esm/product/settings/product-image-v3/configs/ui-v1.js +1 -1
  3500. package/dist/esm/product/settings/product-image-v3/configs/ui-v2.js +1 -1
  3501. package/dist/esm/product/settings/product-list/configs/presets.js +2 -2
  3502. package/dist/esm/product/settings/product-list/configs/settings-v2.js +1 -1
  3503. package/dist/esm/product/settings/product-list/configs/ui-v2.js +1 -1
  3504. package/dist/esm/product/settings/product-list-v3/configs/presets.js +2 -2
  3505. package/dist/esm/product/settings/product-list-v3/configs/settings-v2.js +1 -1
  3506. package/dist/esm/product/settings/product-list-v3/configs/ui-v2.js +1 -1
  3507. package/dist/esm/product/settings/product-price/configs/presets.js +2 -2
  3508. package/dist/esm/product/settings/product-price/configs/settings.js +1 -1
  3509. package/dist/esm/product/settings/product-price/configs/ui-v2.js +1 -1
  3510. package/dist/esm/product/settings/product-properties/configs/presets.js +2 -2
  3511. package/dist/esm/product/settings/product-properties/configs/settings-v2.js +1 -1
  3512. package/dist/esm/product/settings/product-properties/configs/translate.js +1 -1
  3513. package/dist/esm/product/settings/product-properties/configs/ui-v2.js +1 -1
  3514. package/dist/esm/product/settings/product-quantity/configs/presets.js +2 -2
  3515. package/dist/esm/product/settings/product-quantity/configs/settings.js +2 -2
  3516. package/dist/esm/product/settings/product-quantity/configs/ui-v2.js +1 -1
  3517. package/dist/esm/product/settings/product-sku/configs/presets.js +2 -2
  3518. package/dist/esm/product/settings/product-sku/configs/settings.js +1 -1
  3519. package/dist/esm/product/settings/product-sku/configs/ui-v2.js +1 -1
  3520. package/dist/esm/product/settings/product-title/configs/presets.js +2 -2
  3521. package/dist/esm/product/settings/product-title/configs/settings.js +1 -1
  3522. package/dist/esm/product/settings/product-title/configs/ui-v2.js +1 -1
  3523. package/dist/esm/product/settings/product-variant/configs/presets.js +2 -2
  3524. package/dist/esm/product/settings/product-variant/configs/settings.js +1 -1
  3525. package/dist/esm/product/settings/product-variant/configs/ui-v2.js +1 -1
  3526. package/dist/esm/product/settings/product-variant/swatches-style-config/color.js +1 -1
  3527. package/dist/esm/product/settings/product-variant/swatches-style-config/dropdown.js +1 -1
  3528. package/dist/esm/product/settings/product-variant/swatches-style-config/image-shopify.js +1 -1
  3529. package/dist/esm/product/settings/product-variant/swatches-style-config/image.js +1 -1
  3530. package/dist/esm/product/settings/product-variant/swatches-style-config/rectangle-list.js +1 -1
  3531. package/dist/esm/product/settings/product-vendor/configs/presets.js +2 -2
  3532. package/dist/esm/product/settings/product-vendor/configs/settings.js +1 -1
  3533. package/dist/esm/product/settings/product-vendor/configs/ui-v2.js +1 -1
  3534. package/dist/esm/product/settings/product-view-more/configs/presets.js +2 -2
  3535. package/dist/esm/product/settings/product-view-more/configs/settings.js +2 -2
  3536. package/dist/esm/product/settings/product-view-more/configs/translate.js +1 -1
  3537. package/dist/esm/product/settings/product-view-more/configs/ui-v2.js +1 -1
  3538. package/dist/esm/radio/components/Radio.js +1 -1
  3539. package/dist/esm/radio/index.js +1 -1
  3540. package/dist/esm/radio/next.js +1 -1
  3541. package/dist/esm/radio/settings/Radio.js +1 -1
  3542. package/dist/esm/radio/settings/configs/settings.js +1 -1
  3543. package/dist/esm/select/components/Select.js +2 -2
  3544. package/dist/esm/select/index.js +1 -1
  3545. package/dist/esm/select/next.js +1 -1
  3546. package/dist/esm/select/settings/Select.js +1 -1
  3547. package/dist/esm/select/settings/configs/settings.js +1 -1
  3548. package/dist/esm/setting.js +1 -1
  3549. package/dist/esm/shop-pay-installment/components/ShopPayInstallments.js +1 -1
  3550. package/dist/esm/shop-pay-installment/components/ShopPayInstallments.liquid.js +2 -2
  3551. package/dist/esm/shop-pay-installment/components/common/helpers.js +1 -1
  3552. package/dist/esm/shop-pay-installment/index.js +1 -1
  3553. package/dist/esm/shop-pay-installment/next.js +1 -1
  3554. package/dist/esm/shop-pay-installment/settings/ShopPayInstallments.js +2 -2
  3555. package/dist/esm/shop-pay-installment/settings/configs/settings.js +1 -1
  3556. package/dist/esm/sticky/common/classes.js +1 -1
  3557. package/dist/esm/sticky/common/styles.js +1 -1
  3558. package/dist/esm/sticky/components/Sticky.js +1 -1
  3559. package/dist/esm/sticky/components/Sticky.liquid.js +8 -8
  3560. package/dist/esm/sticky/hooks/useSticky.js +1 -1
  3561. package/dist/esm/sticky/index.js +1 -1
  3562. package/dist/esm/sticky/next.js +1 -1
  3563. package/dist/esm/sticky/settings/Sticky.js +1 -1
  3564. package/dist/esm/sticky/settings/configs/presets.js +4 -4
  3565. package/dist/esm/sticky/settings/configs/settings-v2.js +1 -1
  3566. package/dist/esm/sticky/settings/configs/settings.js +1 -1
  3567. package/dist/esm/sticky/settings/configs/translate.js +1 -1
  3568. package/dist/esm/sticky/settings/configs/ui-v2.js +1 -1
  3569. package/dist/esm/stock-counter/common/attrs.js +1 -1
  3570. package/dist/esm/stock-counter/common/classes.js +1 -1
  3571. package/dist/esm/stock-counter/common/helpers.js +23 -23
  3572. package/dist/esm/stock-counter/common/styles.js +1 -1
  3573. package/dist/esm/stock-counter/components/StockCounter.js +1 -1
  3574. package/dist/esm/stock-counter/components/StockCounter.liquid.js +40 -40
  3575. package/dist/esm/stock-counter/hooks/useStockCounter.js +1 -1
  3576. package/dist/esm/stock-counter/hooks/useStockCounterInteraction.js +1 -1
  3577. package/dist/esm/stock-counter/index.js +1 -1
  3578. package/dist/esm/stock-counter/next.js +1 -1
  3579. package/dist/esm/stock-counter/settings/StockCounter.js +2 -2
  3580. package/dist/esm/stock-counter/settings/configs/presets.js +2 -2
  3581. package/dist/esm/stock-counter/settings/configs/settings-v2.js +2 -2
  3582. package/dist/esm/stock-counter/settings/configs/translate.js +1 -1
  3583. package/dist/esm/stock-counter/settings/configs/ui-v2.js +1 -1
  3584. package/dist/esm/tab/common/attrs.js +1 -1
  3585. package/dist/esm/tab/common/classes.js +2 -2
  3586. package/dist/esm/tab/common/helpers.js +2 -2
  3587. package/dist/esm/tab/common/styles.js +1 -1
  3588. package/dist/esm/tab/components/TabItem.js +1 -1
  3589. package/dist/esm/tab/components/TabItem.liquid.js +2 -2
  3590. package/dist/esm/tab/components/Tabs.js +1 -1
  3591. package/dist/esm/tab/components/Tabs.liquid.js +15 -15
  3592. package/dist/esm/tab/hooks/useTab.js +1 -1
  3593. package/dist/esm/tab/hooks/useTabInteraction.js +1 -1
  3594. package/dist/esm/tab/index.js +1 -1
  3595. package/dist/esm/tab/next.js +1 -1
  3596. package/dist/esm/tab/settings/TabItem.js +2 -2
  3597. package/dist/esm/tab/settings/Tabs.js +2 -2
  3598. package/dist/esm/tab/settings/configs/settings.js +1 -1
  3599. package/dist/esm/tab/settings/configs/translate.js +1 -1
  3600. package/dist/esm/tab/settings/configs/ui-v2.js +1 -1
  3601. package/dist/esm/text/common/attrs.js +1 -1
  3602. package/dist/esm/text/common/classes.js +1 -1
  3603. package/dist/esm/text/common/helpers.js +1 -1
  3604. package/dist/esm/text/common/styles.js +1 -1
  3605. package/dist/esm/text/components/Text.js +1 -1
  3606. package/dist/esm/text/components/Text.liquid.js +4 -4
  3607. package/dist/esm/text/components/TextInline.js +4 -4
  3608. package/dist/esm/text/index.js +1 -1
  3609. package/dist/esm/text/next.js +1 -1
  3610. package/dist/esm/text/settings/Text.js +2 -2
  3611. package/dist/esm/text/settings/configs/presets.js +2 -2
  3612. package/dist/esm/text/settings/configs/settings.js +1 -1
  3613. package/dist/esm/text/settings/configs/translate.js +1 -1
  3614. package/dist/esm/text/settings/configs/ui-v2.js +1 -1
  3615. package/dist/esm/textarea/components/Textarea.js +1 -1
  3616. package/dist/esm/textarea/index.js +1 -1
  3617. package/dist/esm/textarea/next.js +1 -1
  3618. package/dist/esm/textarea/settings/Textarea.js +2 -2
  3619. package/dist/esm/textarea/settings/configs/settings.js +1 -1
  3620. package/dist/esm/third-party/common/helpers.js +5 -5
  3621. package/dist/esm/third-party/components/AftershipEmailMarketingsms.js +1 -1
  3622. package/dist/esm/third-party/components/AftershipEmailMarketingsms.liquid.js +1 -1
  3623. package/dist/esm/third-party/components/AirProductReviewsAppUgc.js +1 -1
  3624. package/dist/esm/third-party/components/AirProductReviewsAppUgc.liquid.js +3 -3
  3625. package/dist/esm/third-party/components/AliReviews/AliReviewsSampleContent.js +1 -1
  3626. package/dist/esm/third-party/components/AliReviews.js +1 -1
  3627. package/dist/esm/third-party/components/AliReviews.liquid.js +3 -3
  3628. package/dist/esm/third-party/components/AlsoBoughtCbb.js +1 -1
  3629. package/dist/esm/third-party/components/AlsoBoughtCbb.liquid.js +4 -4
  3630. package/dist/esm/third-party/components/AovBundlesVolumeDiscounts.js +1 -1
  3631. package/dist/esm/third-party/components/AovBundlesVolumeDiscounts.liquid.js +1 -1
  3632. package/dist/esm/third-party/components/AovFreeGiftBuyXGetYBogo.js +1 -1
  3633. package/dist/esm/third-party/components/AovFreeGiftBuyXGetYBogo.liquid.js +1 -1
  3634. package/dist/esm/third-party/components/AppointmentBookingCowlendar.js +1 -1
  3635. package/dist/esm/third-party/components/AppointmentBookingCowlendar.liquid.js +1 -1
  3636. package/dist/esm/third-party/components/AppstleBundlesDiscounts.js +1 -1
  3637. package/dist/esm/third-party/components/AppstleBundlesDiscounts.liquid.js +1 -1
  3638. package/dist/esm/third-party/components/AppstleSubscriptions/AppstleSubscriptionsSampleContent.js +1 -1
  3639. package/dist/esm/third-party/components/AppstleSubscriptions.js +1 -1
  3640. package/dist/esm/third-party/components/AppstleSubscriptions.liquid.js +4 -4
  3641. package/dist/esm/third-party/components/BestBuyFulfillment.js +1 -1
  3642. package/dist/esm/third-party/components/BestBuyFulfillment.liquid.js +1 -1
  3643. package/dist/esm/third-party/components/BfSizeChartSizeGuide.js +1 -1
  3644. package/dist/esm/third-party/components/BfSizeChartSizeGuide.liquid.js +1 -1
  3645. package/dist/esm/third-party/components/BirdChime/BirdChimeContent.js +1 -1
  3646. package/dist/esm/third-party/components/BirdChime.js +1 -1
  3647. package/dist/esm/third-party/components/BirdChime.liquid.js +4 -4
  3648. package/dist/esm/third-party/components/BloyRewardsProgramLoyalty.js +1 -1
  3649. package/dist/esm/third-party/components/BloyRewardsProgramLoyalty.liquid.js +1 -1
  3650. package/dist/esm/third-party/components/Bogos/BogosSampleContent.js +1 -1
  3651. package/dist/esm/third-party/components/Bogos.js +1 -1
  3652. package/dist/esm/third-party/components/Bogos.liquid.js +3 -3
  3653. package/dist/esm/third-party/components/BoldProductOptions/BoldProductOptionsSampleContent.js +1 -1
  3654. package/dist/esm/third-party/components/BoldProductOptions.js +1 -1
  3655. package/dist/esm/third-party/components/BoldProductOptions.liquid.js +4 -4
  3656. package/dist/esm/third-party/components/BoldSubscriptions/BoldSubscriptionsSampleContent.js +1 -1
  3657. package/dist/esm/third-party/components/BoldSubscriptions.js +1 -1
  3658. package/dist/esm/third-party/components/BoldSubscriptions.liquid.js +4 -4
  3659. package/dist/esm/third-party/components/BonLoyaltyRewardsReferrals.js +1 -1
  3660. package/dist/esm/third-party/components/BonLoyaltyRewardsReferrals.liquid.js +1 -1
  3661. package/dist/esm/third-party/components/BoostAISearchDiscovery/BoostAISearchDiscoverySampleContent.js +1 -1
  3662. package/dist/esm/third-party/components/BoostAISearchDiscovery.js +1 -1
  3663. package/dist/esm/third-party/components/BoostAISearchDiscovery.liquid.js +5 -5
  3664. package/dist/esm/third-party/components/Bundler/BundlerSampleContent.js +1 -1
  3665. package/dist/esm/third-party/components/Bundler.js +1 -1
  3666. package/dist/esm/third-party/components/Bundler.liquid.js +4 -4
  3667. package/dist/esm/third-party/components/CleanSizeCharts.js +1 -1
  3668. package/dist/esm/third-party/components/CleanSizeCharts.liquid.js +3 -3
  3669. package/dist/esm/third-party/components/CrossSellCartUpsell/CrossSellCartUpsellSampleContent.js +1 -1
  3670. package/dist/esm/third-party/components/CrossSellCartUpsell.js +1 -1
  3671. package/dist/esm/third-party/components/CrossSellCartUpsell.liquid.js +2 -2
  3672. package/dist/esm/third-party/components/CustomProductOptionsVariant.js +1 -1
  3673. package/dist/esm/third-party/components/CustomProductOptionsVariant.liquid.js +4 -4
  3674. package/dist/esm/third-party/components/DealeasyVolumeDiscounts.js +1 -1
  3675. package/dist/esm/third-party/components/DealeasyVolumeDiscounts.liquid.js +5 -5
  3676. package/dist/esm/third-party/components/DiscountyBulkDiscountSales.js +1 -1
  3677. package/dist/esm/third-party/components/DiscountyBulkDiscountSales.liquid.js +4 -4
  3678. package/dist/esm/third-party/components/EasifyProductOptions.js +1 -1
  3679. package/dist/esm/third-party/components/EasifyProductOptions.liquid.js +3 -3
  3680. package/dist/esm/third-party/components/EasyBundleBuilderSkailama.js +1 -1
  3681. package/dist/esm/third-party/components/EasyBundleBuilderSkailama.liquid.js +1 -1
  3682. package/dist/esm/third-party/components/EasySellCOD.js +1 -1
  3683. package/dist/esm/third-party/components/EasySellCOD.liquid.js +4 -4
  3684. package/dist/esm/third-party/components/EcoboostifyShoppableReelUgc.js +1 -1
  3685. package/dist/esm/third-party/components/EcoboostifyShoppableReelUgc.liquid.js +1 -1
  3686. package/dist/esm/third-party/components/EcomsendBackInStockAlert.js +1 -1
  3687. package/dist/esm/third-party/components/EcomsendBackInStockAlert.liquid.js +3 -3
  3688. package/dist/esm/third-party/components/EssentialAnnouncementBar.js +1 -1
  3689. package/dist/esm/third-party/components/EssentialAnnouncementBar.liquid.js +1 -1
  3690. package/dist/esm/third-party/components/EssentialCountdownTimerBar.js +1 -1
  3691. package/dist/esm/third-party/components/EssentialCountdownTimerBar.liquid.js +1 -1
  3692. package/dist/esm/third-party/components/EstimatedDeliveryDatePlus.js +1 -1
  3693. package/dist/esm/third-party/components/EstimatedDeliveryDatePlus.liquid.js +1 -1
  3694. package/dist/esm/third-party/components/FastBundleBundlesDiscounts.js +1 -1
  3695. package/dist/esm/third-party/components/FastBundleBundlesDiscounts.liquid.js +4 -4
  3696. package/dist/esm/third-party/components/FeraReviews/FeraReviewsSampleContent.js +1 -1
  3697. package/dist/esm/third-party/components/FeraReviews/LiquidTemplateByWidget.js +1 -1
  3698. package/dist/esm/third-party/components/FeraReviews.js +1 -1
  3699. package/dist/esm/third-party/components/FeraReviews.liquid.js +3 -3
  3700. package/dist/esm/third-party/components/FirePush/FirePushSampleContent.js +1 -1
  3701. package/dist/esm/third-party/components/FirePush.js +1 -1
  3702. package/dist/esm/third-party/components/FirePush.liquid.js +4 -4
  3703. package/dist/esm/third-party/components/FlyBundlesUpsellsFbt.js +1 -1
  3704. package/dist/esm/third-party/components/FlyBundlesUpsellsFbt.liquid.js +1 -1
  3705. package/dist/esm/third-party/components/FordeerProductLabels.js +1 -1
  3706. package/dist/esm/third-party/components/FordeerProductLabels.liquid.js +3 -3
  3707. package/dist/esm/third-party/components/FrequentlyBoughtTogether/FrequentlyBoughtTogetherSampleContent.js +1 -1
  3708. package/dist/esm/third-party/components/FrequentlyBoughtTogether.js +1 -1
  3709. package/dist/esm/third-party/components/FrequentlyBoughtTogether.liquid.js +4 -4
  3710. package/dist/esm/third-party/components/GloColorSwatchvariantImage.js +1 -1
  3711. package/dist/esm/third-party/components/GloColorSwatchvariantImage.liquid.js +1 -1
  3712. package/dist/esm/third-party/components/GloboProductOptionsVariant.js +1 -1
  3713. package/dist/esm/third-party/components/GloboProductOptionsVariant.liquid.js +1 -1
  3714. package/dist/esm/third-party/components/GoogleReviewsByReputon.js +1 -1
  3715. package/dist/esm/third-party/components/GoogleReviewsByReputon.liquid.js +3 -3
  3716. package/dist/esm/third-party/components/Growave/GrowaveSampleContent.js +1 -1
  3717. package/dist/esm/third-party/components/Growave.js +1 -1
  3718. package/dist/esm/third-party/components/Growave.liquid.js +3 -3
  3719. package/dist/esm/third-party/components/GrowthSuiteDiscountCodes.js +1 -1
  3720. package/dist/esm/third-party/components/GrowthSuiteDiscountCodes.liquid.js +3 -3
  3721. package/dist/esm/third-party/components/HextomCountdownTimerBar.js +1 -1
  3722. package/dist/esm/third-party/components/HextomCountdownTimerBar.liquid.js +1 -1
  3723. package/dist/esm/third-party/components/HextomFreeShippingBar.js +1 -1
  3724. package/dist/esm/third-party/components/HextomFreeShippingBar.liquid.js +1 -1
  3725. package/dist/esm/third-party/components/HulkFormBuilder.js +1 -1
  3726. package/dist/esm/third-party/components/HulkFormBuilder.liquid.js +4 -4
  3727. package/dist/esm/third-party/components/HulkProductOptions.js +1 -1
  3728. package/dist/esm/third-party/components/HulkProductOptions.liquid.js +1 -1
  3729. package/dist/esm/third-party/components/InfiniteOptions/InfiniteOptionsSampleContent.js +1 -1
  3730. package/dist/esm/third-party/components/InfiniteOptions.js +1 -1
  3731. package/dist/esm/third-party/components/InfiniteOptions.liquid.js +4 -4
  3732. package/dist/esm/third-party/components/Instafeed/InstafeedSampleContent.js +1 -1
  3733. package/dist/esm/third-party/components/Instafeed.js +1 -1
  3734. package/dist/esm/third-party/components/Instafeed.liquid.js +2 -2
  3735. package/dist/esm/third-party/components/InstasellShoppableInstagram.js +1 -1
  3736. package/dist/esm/third-party/components/InstasellShoppableInstagram.liquid.js +1 -1
  3737. package/dist/esm/third-party/components/Judgeme/JudgemeSampleContent.js +1 -1
  3738. package/dist/esm/third-party/components/JudgemeReviews.js +1 -1
  3739. package/dist/esm/third-party/components/JudgemeReviews.liquid.js +3 -3
  3740. package/dist/esm/third-party/components/JunipProductReviewsUgc.js +1 -1
  3741. package/dist/esm/third-party/components/JunipProductReviewsUgc.liquid.js +1 -1
  3742. package/dist/esm/third-party/components/KachingBundles/KachingBundlesSampleContent.js +1 -1
  3743. package/dist/esm/third-party/components/KachingBundles.js +1 -1
  3744. package/dist/esm/third-party/components/KachingBundles.liquid.js +4 -4
  3745. package/dist/esm/third-party/components/KachingSubscriptionsApp.js +1 -1
  3746. package/dist/esm/third-party/components/KachingSubscriptionsApp.liquid.js +3 -3
  3747. package/dist/esm/third-party/components/KingProductOptions/KingProductOptionsSampleContent.js +1 -1
  3748. package/dist/esm/third-party/components/KingProductOptions.js +1 -1
  3749. package/dist/esm/third-party/components/KingProductOptions.liquid.js +4 -4
  3750. package/dist/esm/third-party/components/KiteFreeGiftDiscount.js +1 -1
  3751. package/dist/esm/third-party/components/KiteFreeGiftDiscount.liquid.js +1 -1
  3752. package/dist/esm/third-party/components/KlarnaMessaging.js +1 -1
  3753. package/dist/esm/third-party/components/KlarnaMessaging.liquid.js +4 -4
  3754. package/dist/esm/third-party/components/Klaviyo/KlaviyoSampleContent.js +1 -1
  3755. package/dist/esm/third-party/components/Klaviyo.js +1 -1
  3756. package/dist/esm/third-party/components/Klaviyo.liquid.js +4 -4
  3757. package/dist/esm/third-party/components/KoalaBundleQuantityDiscount.js +1 -1
  3758. package/dist/esm/third-party/components/KoalaBundleQuantityDiscount.liquid.js +1 -1
  3759. package/dist/esm/third-party/components/LaiProductReviews/LaiProductReviewsSampleContent.js +1 -1
  3760. package/dist/esm/third-party/components/LaiProductReviews/LiquidTemplateByWiget.js +10 -10
  3761. package/dist/esm/third-party/components/LaiProductReviews.js +1 -1
  3762. package/dist/esm/third-party/components/LaiProductReviews.liquid.js +3 -3
  3763. package/dist/esm/third-party/components/LoloyalLoyaltyReferrals.js +1 -1
  3764. package/dist/esm/third-party/components/LoloyalLoyaltyReferrals.liquid.js +1 -1
  3765. package/dist/esm/third-party/components/LoopSubscriptions.js +1 -1
  3766. package/dist/esm/third-party/components/LoopSubscriptions.liquid.js +2 -2
  3767. package/dist/esm/third-party/components/LooxReviews/LooxReviewsSampleContent.js +1 -1
  3768. package/dist/esm/third-party/components/LooxReviews.js +1 -1
  3769. package/dist/esm/third-party/components/LooxReviews.liquid.js +3 -3
  3770. package/dist/esm/third-party/components/MaxbundleProductBundles.js +1 -1
  3771. package/dist/esm/third-party/components/MaxbundleProductBundles.liquid.js +5 -5
  3772. package/dist/esm/third-party/components/MbcBundleVolumeDiscount.js +1 -1
  3773. package/dist/esm/third-party/components/MbcBundleVolumeDiscount.liquid.js +3 -3
  3774. package/dist/esm/third-party/components/MyappgurusProductReviews.js +1 -1
  3775. package/dist/esm/third-party/components/MyappgurusProductReviews.liquid.js +1 -1
  3776. package/dist/esm/third-party/components/NotifyBackInStockPreOrder.js +1 -1
  3777. package/dist/esm/third-party/components/NotifyBackInStockPreOrder.liquid.js +4 -4
  3778. package/dist/esm/third-party/components/OkendoReviewsLoyalty.js +1 -1
  3779. package/dist/esm/third-party/components/OkendoReviewsLoyalty.liquid.js +1 -1
  3780. package/dist/esm/third-party/components/Omnisend/OmnisendSampleContent.js +1 -1
  3781. package/dist/esm/third-party/components/Omnisend.js +1 -1
  3782. package/dist/esm/third-party/components/Omnisend.liquid.js +3 -3
  3783. package/dist/esm/third-party/components/Opinew/OpinewSampleContent.js +1 -1
  3784. package/dist/esm/third-party/components/Opinew.js +1 -1
  3785. package/dist/esm/third-party/components/Opinew.liquid.js +3 -3
  3786. package/dist/esm/third-party/components/ParcelPanel/ParcelPanelSampleContent.js +1 -1
  3787. package/dist/esm/third-party/components/ParcelPanel.js +1 -1
  3788. package/dist/esm/third-party/components/ParcelPanel.liquid.js +1 -1
  3789. package/dist/esm/third-party/components/PickyStory/PickyStorySampleContent.js +1 -1
  3790. package/dist/esm/third-party/components/PickyStory.js +1 -1
  3791. package/dist/esm/third-party/components/PickyStory.liquid.js +3 -3
  3792. package/dist/esm/third-party/components/PowerfulContactFormBuilder.js +1 -1
  3793. package/dist/esm/third-party/components/PowerfulContactFormBuilder.liquid.js +1 -1
  3794. package/dist/esm/third-party/components/PreorderNowPreOrderPq.js +1 -1
  3795. package/dist/esm/third-party/components/PreorderNowPreOrderPq.liquid.js +1 -1
  3796. package/dist/esm/third-party/components/PreorderNowWodPresale.js +1 -1
  3797. package/dist/esm/third-party/components/PreorderNowWodPresale.liquid.js +1 -1
  3798. package/dist/esm/third-party/components/ProductOptionsCustomizer.js +1 -1
  3799. package/dist/esm/third-party/components/ProductOptionsCustomizer.liquid.js +1 -1
  3800. package/dist/esm/third-party/components/ProductOptionsVariantOption.js +1 -1
  3801. package/dist/esm/third-party/components/ProductOptionsVariantOption.liquid.js +4 -4
  3802. package/dist/esm/third-party/components/ProductReviews/ProductReviewsSampleContent.js +1 -1
  3803. package/dist/esm/third-party/components/ProductReviews.js +1 -1
  3804. package/dist/esm/third-party/components/ProductReviews.liquid.js +2 -2
  3805. package/dist/esm/third-party/components/PumperBundlesVolumeDiscount.js +1 -1
  3806. package/dist/esm/third-party/components/PumperBundlesVolumeDiscount.liquid.js +1 -1
  3807. package/dist/esm/third-party/components/PushOwl.js +1 -1
  3808. package/dist/esm/third-party/components/PushOwl.liquid.js +3 -3
  3809. package/dist/esm/third-party/components/QikifyUpsell.js +1 -1
  3810. package/dist/esm/third-party/components/QikifyUpsell.liquid.js +1 -1
  3811. package/dist/esm/third-party/components/RapiBundleQuantityBreaks.js +1 -1
  3812. package/dist/esm/third-party/components/RapiBundleQuantityBreaks.liquid.js +5 -5
  3813. package/dist/esm/third-party/components/RechargeSubscriptions.js +1 -1
  3814. package/dist/esm/third-party/components/RechargeSubscriptions.liquid.js +1 -1
  3815. package/dist/esm/third-party/components/RecurpaySubscriptionApp.js +1 -1
  3816. package/dist/esm/third-party/components/RecurpaySubscriptionApp.liquid.js +4 -4
  3817. package/dist/esm/third-party/components/Releasit/ReleasitSampleContent.js +1 -1
  3818. package/dist/esm/third-party/components/Releasit.js +1 -1
  3819. package/dist/esm/third-party/components/Releasit.liquid.js +3 -3
  3820. package/dist/esm/third-party/components/RequestQuoteHidePrice.js +1 -1
  3821. package/dist/esm/third-party/components/RequestQuoteHidePrice.liquid.js +3 -3
  3822. package/dist/esm/third-party/components/ReviewxpoProductReviewsApp.js +1 -1
  3823. package/dist/esm/third-party/components/ReviewxpoProductReviewsApp.liquid.js +1 -1
  3824. package/dist/esm/third-party/components/Rivyo/RivyoSampleContent.js +1 -1
  3825. package/dist/esm/third-party/components/Rivyo.js +1 -1
  3826. package/dist/esm/third-party/components/Rivyo.liquid.js +3 -3
  3827. package/dist/esm/third-party/components/Ryviu/RyviuSampleContent.js +1 -1
  3828. package/dist/esm/third-party/components/Ryviu.js +1 -1
  3829. package/dist/esm/third-party/components/Ryviu.liquid.js +3 -3
  3830. package/dist/esm/third-party/components/SealSubscriptions/SealSubscriptionsSampleContent.js +1 -1
  3831. package/dist/esm/third-party/components/SealSubscriptions.js +1 -1
  3832. package/dist/esm/third-party/components/SealSubscriptions.liquid.js +13 -44
  3833. package/dist/esm/third-party/components/SegunoEmailMarketing.js +1 -1
  3834. package/dist/esm/third-party/components/SegunoEmailMarketing.liquid.js +1 -1
  3835. package/dist/esm/third-party/components/Selleasy.js +1 -1
  3836. package/dist/esm/third-party/components/Selleasy.liquid.js +1 -1
  3837. package/dist/esm/third-party/components/SeoantTrustBadgesIcon.js +1 -1
  3838. package/dist/esm/third-party/components/SeoantTrustBadgesIcon.liquid.js +1 -1
  3839. package/dist/esm/third-party/components/ShopifyForms.js +1 -1
  3840. package/dist/esm/third-party/components/ShopifyForms.liquid.js +1 -1
  3841. package/dist/esm/third-party/components/ShopifySubscriptions.js +1 -1
  3842. package/dist/esm/third-party/components/ShopifySubscriptions.liquid.js +4 -4
  3843. package/dist/esm/third-party/components/SimpleBundlesKits.js +1 -1
  3844. package/dist/esm/third-party/components/SimpleBundlesKits.liquid.js +1 -1
  3845. package/dist/esm/third-party/components/SkioSubscriptionsYcS20.js +1 -1
  3846. package/dist/esm/third-party/components/SkioSubscriptionsYcS20.liquid.js +1 -1
  3847. package/dist/esm/third-party/components/SmartSearchBarAndFilters/SmartSearchBarAndFiltersSampleContent.js +1 -1
  3848. package/dist/esm/third-party/components/SmartSearchBarAndFilters.js +1 -1
  3849. package/dist/esm/third-party/components/SmartSearchBarAndFilters.liquid.js +5 -5
  3850. package/dist/esm/third-party/components/SproutPlantTreesGrowSales.js +1 -1
  3851. package/dist/esm/third-party/components/SproutPlantTreesGrowSales.liquid.js +1 -1
  3852. package/dist/esm/third-party/components/Stamped/LiquidTemplateByWidget.js +46 -46
  3853. package/dist/esm/third-party/components/Stamped/StampedSampleContent.js +1 -1
  3854. package/dist/esm/third-party/components/Stamped.js +1 -1
  3855. package/dist/esm/third-party/components/Stamped.liquid.js +4 -4
  3856. package/dist/esm/third-party/components/StellarDeliveryDatePickup.js +1 -1
  3857. package/dist/esm/third-party/components/StellarDeliveryDatePickup.liquid.js +4 -4
  3858. package/dist/esm/third-party/components/SubifySubscriptionsApp.js +1 -1
  3859. package/dist/esm/third-party/components/SubifySubscriptionsApp.liquid.js +1 -1
  3860. package/dist/esm/third-party/components/TagembedSocialPostReview.js +1 -1
  3861. package/dist/esm/third-party/components/TagembedSocialPostReview.liquid.js +4 -4
  3862. package/dist/esm/third-party/components/TagshopShoppableVideosUgc.js +1 -1
  3863. package/dist/esm/third-party/components/TagshopShoppableVideosUgc.liquid.js +2 -2
  3864. package/dist/esm/third-party/components/TeeinblueProductPersonalizer.js +1 -1
  3865. package/dist/esm/third-party/components/TeeinblueProductPersonalizer.liquid.js +4 -4
  3866. package/dist/esm/third-party/components/ThirdPartyPreview.js +1 -1
  3867. package/dist/esm/third-party/components/TrustBadgesBear.js +1 -1
  3868. package/dist/esm/third-party/components/TrustBadgesBear.liquid.js +1 -1
  3869. package/dist/esm/third-party/components/TrustMe/TrustMeSampleContent.js +1 -1
  3870. package/dist/esm/third-party/components/TrustMe.js +1 -1
  3871. package/dist/esm/third-party/components/TrustMe.liquid.js +3 -3
  3872. package/dist/esm/third-party/components/TrustedsiteTrustBadges.js +1 -1
  3873. package/dist/esm/third-party/components/TrustedsiteTrustBadges.liquid.js +1 -1
  3874. package/dist/esm/third-party/components/Trustoo/TrustooSampleContent.js +1 -1
  3875. package/dist/esm/third-party/components/Trustoo.js +1 -1
  3876. package/dist/esm/third-party/components/Trustoo.liquid.js +5 -5
  3877. package/dist/esm/third-party/components/TrustreviewsProductReviews.js +1 -1
  3878. package/dist/esm/third-party/components/TrustreviewsProductReviews.liquid.js +1 -1
  3879. package/dist/esm/third-party/components/TrustshopProductReviews.js +1 -1
  3880. package/dist/esm/third-party/components/TrustshopProductReviews.liquid.js +1 -1
  3881. package/dist/esm/third-party/components/UltimateSalesBoost/UltimateSalesBoostSampleContent.js +1 -1
  3882. package/dist/esm/third-party/components/UltimateSalesBoost.js +1 -1
  3883. package/dist/esm/third-party/components/UltimateSalesBoost.liquid.js +4 -4
  3884. package/dist/esm/third-party/components/UnlimitedBundlesDiscounts.js +1 -1
  3885. package/dist/esm/third-party/components/UnlimitedBundlesDiscounts.liquid.js +1 -1
  3886. package/dist/esm/third-party/components/UppromoteAffiliateMarketing.js +1 -1
  3887. package/dist/esm/third-party/components/UppromoteAffiliateMarketing.liquid.js +3 -3
  3888. package/dist/esm/third-party/components/Vitals/VitalsSampleContent.js +1 -1
  3889. package/dist/esm/third-party/components/Vitals.js +1 -1
  3890. package/dist/esm/third-party/components/Vitals.liquid.js +4 -4
  3891. package/dist/esm/third-party/components/WhatmoreShoppableVideosreel.js +1 -1
  3892. package/dist/esm/third-party/components/WhatmoreShoppableVideosreel.liquid.js +1 -1
  3893. package/dist/esm/third-party/components/WideBundle/WideBundleSampleContent.js +1 -1
  3894. package/dist/esm/third-party/components/WideBundle.js +1 -1
  3895. package/dist/esm/third-party/components/WideBundle.liquid.js +4 -4
  3896. package/dist/esm/third-party/components/Wiser/WiserSampleContent.js +1 -1
  3897. package/dist/esm/third-party/components/Wiser.js +1 -1
  3898. package/dist/esm/third-party/components/Wiser.liquid.js +4 -4
  3899. package/dist/esm/third-party/components/WishlistKing.js +1 -1
  3900. package/dist/esm/third-party/components/WishlistKing.liquid.js +1 -1
  3901. package/dist/esm/third-party/components/WishlistPlus.js +1 -1
  3902. package/dist/esm/third-party/components/WishlistPlus.liquid.js +6 -6
  3903. package/dist/esm/third-party/components/YotpoLoyalty/YotpoLoyaltySampleContent.js +1 -1
  3904. package/dist/esm/third-party/components/YotpoLoyalty.js +1 -1
  3905. package/dist/esm/third-party/components/YotpoReviews/YotpoReviewsSampleContent.js +1 -1
  3906. package/dist/esm/third-party/components/YotpoReviews.js +1 -1
  3907. package/dist/esm/third-party/components/YotpoReviews.liquid.js +3 -3
  3908. package/dist/esm/third-party/configs/AftershipEmailMarketingsms.js +1 -1
  3909. package/dist/esm/third-party/configs/AirProductReviewsAppUgc.js +1 -1
  3910. package/dist/esm/third-party/configs/AliReviews.js +1 -1
  3911. package/dist/esm/third-party/configs/AlsoBoughtCbb.js +1 -1
  3912. package/dist/esm/third-party/configs/AovBundlesVolumeDiscounts.js +1 -1
  3913. package/dist/esm/third-party/configs/AovFreeGiftBuyXGetYBogo.js +1 -1
  3914. package/dist/esm/third-party/configs/AppointmentBookingCowlendar.js +1 -1
  3915. package/dist/esm/third-party/configs/AppstleBundlesDiscounts.js +1 -1
  3916. package/dist/esm/third-party/configs/AppstleSubscriptions.js +1 -1
  3917. package/dist/esm/third-party/configs/BfSizeChartSizeGuide.js +1 -1
  3918. package/dist/esm/third-party/configs/BirdChime.js +1 -1
  3919. package/dist/esm/third-party/configs/BloyRewardsProgramLoyalty.js +1 -1
  3920. package/dist/esm/third-party/configs/Bogos.js +1 -1
  3921. package/dist/esm/third-party/configs/BoldProductOptions.js +1 -1
  3922. package/dist/esm/third-party/configs/BoldSubscription.js +1 -1
  3923. package/dist/esm/third-party/configs/BonLoyaltyRewardsReferrals.js +1 -1
  3924. package/dist/esm/third-party/configs/BoostAISearchDiscovery.js +1 -1
  3925. package/dist/esm/third-party/configs/Bundler.js +1 -1
  3926. package/dist/esm/third-party/configs/CleanSizeCharts.js +1 -1
  3927. package/dist/esm/third-party/configs/CrossSellCartUpsell.js +1 -1
  3928. package/dist/esm/third-party/configs/CustomProductOptionsVariant.js +1 -1
  3929. package/dist/esm/third-party/configs/DealeasyVolumeDiscounts.js +1 -1
  3930. package/dist/esm/third-party/configs/DiscountyBulkDiscountSales.js +1 -1
  3931. package/dist/esm/third-party/configs/EasifyProductOptions.js +1 -1
  3932. package/dist/esm/third-party/configs/EasyBundleBuilderSkailama.js +1 -1
  3933. package/dist/esm/third-party/configs/EasySellCOD.js +1 -1
  3934. package/dist/esm/third-party/configs/EcoboostifyShoppableReelUgc.js +1 -1
  3935. package/dist/esm/third-party/configs/EcomsendBackInStockAlert.js +1 -1
  3936. package/dist/esm/third-party/configs/EssentialAnnouncementBar.js +1 -1
  3937. package/dist/esm/third-party/configs/EssentialCountdownTimerBar.js +1 -1
  3938. package/dist/esm/third-party/configs/EstimatedDeliveryDatePlus.js +1 -1
  3939. package/dist/esm/third-party/configs/FastBundleBundlesDiscount.js +1 -1
  3940. package/dist/esm/third-party/configs/FeraReviews.js +1 -1
  3941. package/dist/esm/third-party/configs/FirePush.js +1 -1
  3942. package/dist/esm/third-party/configs/FlyBundlesUpsellsFbt.js +1 -1
  3943. package/dist/esm/third-party/configs/FordeerProductLabels.js +1 -1
  3944. package/dist/esm/third-party/configs/FrequentlyBoughtTogether.js +1 -1
  3945. package/dist/esm/third-party/configs/GloColorSwatchvariantImage.js +1 -1
  3946. package/dist/esm/third-party/configs/GoogleReviewsByReputon.js +1 -1
  3947. package/dist/esm/third-party/configs/Growave.js +1 -1
  3948. package/dist/esm/third-party/configs/GrowthSuiteDiscountCodes.js +1 -1
  3949. package/dist/esm/third-party/configs/HextomCountdownTimerBar.js +1 -1
  3950. package/dist/esm/third-party/configs/HextomFreeShippingBar.js +1 -1
  3951. package/dist/esm/third-party/configs/HulkFormBuilder.js +1 -1
  3952. package/dist/esm/third-party/configs/HulkProductOptions.js +1 -1
  3953. package/dist/esm/third-party/configs/InfiniteOptions.js +1 -1
  3954. package/dist/esm/third-party/configs/Instafeed.js +1 -1
  3955. package/dist/esm/third-party/configs/InstasellShoppableInstagram.js +1 -1
  3956. package/dist/esm/third-party/configs/JudgemeReviews.js +1 -1
  3957. package/dist/esm/third-party/configs/JunipProductReviewsUgc.js +1 -1
  3958. package/dist/esm/third-party/configs/KachingBundles.js +1 -1
  3959. package/dist/esm/third-party/configs/KachingSubscriptionsApp.js +1 -1
  3960. package/dist/esm/third-party/configs/KingProductOptions.js +1 -1
  3961. package/dist/esm/third-party/configs/KiteFreeGiftDiscount.js +1 -1
  3962. package/dist/esm/third-party/configs/KlarmaMessaging.js +1 -1
  3963. package/dist/esm/third-party/configs/Klaviyo.js +1 -1
  3964. package/dist/esm/third-party/configs/KoalaBundleQuantityDiscount.js +1 -1
  3965. package/dist/esm/third-party/configs/LaiProductReviews.js +1 -1
  3966. package/dist/esm/third-party/configs/LoloyalLoyaltyReferrals.js +1 -1
  3967. package/dist/esm/third-party/configs/LoopSubscriptions.js +1 -1
  3968. package/dist/esm/third-party/configs/LooxReviews.js +1 -1
  3969. package/dist/esm/third-party/configs/MaxbundleProductBundles.js +1 -1
  3970. package/dist/esm/third-party/configs/MbcBundleVolumeDiscount.js +1 -1
  3971. package/dist/esm/third-party/configs/MyappgurusProductReviews.js +1 -1
  3972. package/dist/esm/third-party/configs/NotifyBackInStockPreOrder.js +1 -1
  3973. package/dist/esm/third-party/configs/OkendoReviewsLoyalty.js +1 -1
  3974. package/dist/esm/third-party/configs/Omnisend.js +1 -1
  3975. package/dist/esm/third-party/configs/Opinew.js +1 -1
  3976. package/dist/esm/third-party/configs/ParcelPanel.js +1 -1
  3977. package/dist/esm/third-party/configs/PickyStory.js +1 -1
  3978. package/dist/esm/third-party/configs/PowerfulContactFormBuilder.js +1 -1
  3979. package/dist/esm/third-party/configs/PreorderNowPreOrderPq.js +1 -1
  3980. package/dist/esm/third-party/configs/PreorderNowWodPresale.js +1 -1
  3981. package/dist/esm/third-party/configs/ProductOptionsCustomizer.js +1 -1
  3982. package/dist/esm/third-party/configs/ProductReviews.js +1 -1
  3983. package/dist/esm/third-party/configs/PumperBundlesVolumeDiscount.js +1 -1
  3984. package/dist/esm/third-party/configs/PushOwl.js +1 -1
  3985. package/dist/esm/third-party/configs/QikifyUpsell.js +1 -1
  3986. package/dist/esm/third-party/configs/RapiBundleQuantityBreaks.js +1 -1
  3987. package/dist/esm/third-party/configs/RechargeSubscriptions.js +1 -1
  3988. package/dist/esm/third-party/configs/RecurpaySubscriptionApp.js +1 -1
  3989. package/dist/esm/third-party/configs/Releasit.js +1 -1
  3990. package/dist/esm/third-party/configs/RequestQuoteHidePrice.js +1 -1
  3991. package/dist/esm/third-party/configs/ReviewxpoProductReviewsApp.js +1 -1
  3992. package/dist/esm/third-party/configs/Rivyo.js +1 -1
  3993. package/dist/esm/third-party/configs/Ryviu.js +1 -1
  3994. package/dist/esm/third-party/configs/SealSubscriptions.js +1 -1
  3995. package/dist/esm/third-party/configs/SegunoEmailMarketing.js +1 -1
  3996. package/dist/esm/third-party/configs/Selleasy.js +1 -1
  3997. package/dist/esm/third-party/configs/SeoantTrustBadgesIcon.js +1 -1
  3998. package/dist/esm/third-party/configs/ShopifyForms.js +1 -1
  3999. package/dist/esm/third-party/configs/ShopifySubscriptions.js +1 -1
  4000. package/dist/esm/third-party/configs/SimpleBundlesKits.js +1 -1
  4001. package/dist/esm/third-party/configs/SkioSubscriptionsYcS20.js +1 -1
  4002. package/dist/esm/third-party/configs/SmartSearchBarAndFilters.js +1 -1
  4003. package/dist/esm/third-party/configs/SproutPlantTreesGrowSales.js +1 -1
  4004. package/dist/esm/third-party/configs/Stamped.js +1 -1
  4005. package/dist/esm/third-party/configs/StellarDeliveryDatePickup.js +1 -1
  4006. package/dist/esm/third-party/configs/SubifySubscriptionsApp.js +1 -1
  4007. package/dist/esm/third-party/configs/TagembedSocialPostReview.js +1 -1
  4008. package/dist/esm/third-party/configs/TagshopShoppableVideosUgc.js +1 -1
  4009. package/dist/esm/third-party/configs/TrustBadgesBear.js +1 -1
  4010. package/dist/esm/third-party/configs/TrustMe.js +1 -1
  4011. package/dist/esm/third-party/configs/TrustedsiteTrustBadges.js +1 -1
  4012. package/dist/esm/third-party/configs/Trustoo.js +1 -1
  4013. package/dist/esm/third-party/configs/TrustreviewsProductReviews.js +1 -1
  4014. package/dist/esm/third-party/configs/TrustshopProductReviews.js +1 -1
  4015. package/dist/esm/third-party/configs/UltimateSalesBoost.js +1 -1
  4016. package/dist/esm/third-party/configs/UnlimitedBundlesDiscounts.js +1 -1
  4017. package/dist/esm/third-party/configs/UppromoteAffiliateMarketing.js +1 -1
  4018. package/dist/esm/third-party/configs/Vitals.js +1 -1
  4019. package/dist/esm/third-party/configs/WhatmoreShoppableVideosreel.js +1 -1
  4020. package/dist/esm/third-party/configs/WideBundle.js +1 -1
  4021. package/dist/esm/third-party/configs/Wiser.js +1 -1
  4022. package/dist/esm/third-party/configs/WishlistKing.js +1 -1
  4023. package/dist/esm/third-party/configs/WishlistPlus.js +1 -1
  4024. package/dist/esm/third-party/configs/YotpoLoyalty.js +1 -1
  4025. package/dist/esm/third-party/configs/YotpoReviews.js +1 -1
  4026. package/dist/esm/third-party/index.js +1 -1
  4027. package/dist/esm/third-party/next.js +1 -1
  4028. package/dist/esm/third-party/settings/AftershipEmailMarketingsms/index.js +2 -2
  4029. package/dist/esm/third-party/settings/AftershipEmailMarketingsms/uiV2.js +1 -1
  4030. package/dist/esm/third-party/settings/AirProductReviewsAppUgc/index.js +2 -2
  4031. package/dist/esm/third-party/settings/AirProductReviewsAppUgc/uiV2.js +1 -1
  4032. package/dist/esm/third-party/settings/AliReviews/index.js +2 -2
  4033. package/dist/esm/third-party/settings/AliReviews/uiV2.js +1 -1
  4034. package/dist/esm/third-party/settings/AlsoBoughtCbb/index.js +2 -2
  4035. package/dist/esm/third-party/settings/AlsoBoughtCbb/uiV2.js +1 -1
  4036. package/dist/esm/third-party/settings/AovBundlesVolumeDiscounts/index.js +2 -2
  4037. package/dist/esm/third-party/settings/AovBundlesVolumeDiscounts/uiV2.js +1 -1
  4038. package/dist/esm/third-party/settings/AovFreeGiftBuyXGetYBogo/index.js +2 -2
  4039. package/dist/esm/third-party/settings/AovFreeGiftBuyXGetYBogo/uiV2.js +1 -1
  4040. package/dist/esm/third-party/settings/AppointmentBookingCowlendar/index.js +2 -2
  4041. package/dist/esm/third-party/settings/AppointmentBookingCowlendar/uiV2.js +1 -1
  4042. package/dist/esm/third-party/settings/AppstleBundlesDiscounts/index.js +2 -2
  4043. package/dist/esm/third-party/settings/AppstleBundlesDiscounts/uiV2.js +1 -1
  4044. package/dist/esm/third-party/settings/AppstleSubscriptions/index.js +2 -2
  4045. package/dist/esm/third-party/settings/AppstleSubscriptions/uiV2.js +1 -1
  4046. package/dist/esm/third-party/settings/BestBuyFulfillment/index.js +2 -2
  4047. package/dist/esm/third-party/settings/BestBuyFulfillment/uiV2.js +1 -1
  4048. package/dist/esm/third-party/settings/BfSizeChartSizeGuide/index.js +2 -2
  4049. package/dist/esm/third-party/settings/BfSizeChartSizeGuide/uiV2.js +1 -1
  4050. package/dist/esm/third-party/settings/BirdChime/index.js +2 -2
  4051. package/dist/esm/third-party/settings/BirdChime/uiV2.js +1 -1
  4052. package/dist/esm/third-party/settings/BloyRewardsProgramLoyalty/index.js +2 -2
  4053. package/dist/esm/third-party/settings/BloyRewardsProgramLoyalty/uiV2.js +1 -1
  4054. package/dist/esm/third-party/settings/Bogos/index.js +2 -2
  4055. package/dist/esm/third-party/settings/Bogos/uiV2.js +1 -1
  4056. package/dist/esm/third-party/settings/BoldProductOptions/index.js +2 -2
  4057. package/dist/esm/third-party/settings/BoldProductOptions/uiV2.js +1 -1
  4058. package/dist/esm/third-party/settings/BoldSubscriptions/index.js +2 -2
  4059. package/dist/esm/third-party/settings/BoldSubscriptions/uiV2.js +1 -1
  4060. package/dist/esm/third-party/settings/BonLoyaltyRewardsReferrals/index.js +2 -2
  4061. package/dist/esm/third-party/settings/BonLoyaltyRewardsReferrals/uiV2.js +1 -1
  4062. package/dist/esm/third-party/settings/BoostAISearchDiscovery/index.js +2 -2
  4063. package/dist/esm/third-party/settings/BoostAISearchDiscovery/uiV2.js +1 -1
  4064. package/dist/esm/third-party/settings/Bundler/index.js +2 -2
  4065. package/dist/esm/third-party/settings/Bundler/uiV2.js +1 -1
  4066. package/dist/esm/third-party/settings/CleanSizeCharts/index.js +2 -2
  4067. package/dist/esm/third-party/settings/CleanSizeCharts/uiV2.js +1 -1
  4068. package/dist/esm/third-party/settings/CrossSellCartUpsell/index.js +2 -2
  4069. package/dist/esm/third-party/settings/CrossSellCartUpsell/uiV2.js +1 -1
  4070. package/dist/esm/third-party/settings/CustomProductOptionsVariant/index.js +2 -2
  4071. package/dist/esm/third-party/settings/CustomProductOptionsVariant/uiV2.js +1 -1
  4072. package/dist/esm/third-party/settings/DealeasyVolumeDiscounts/index.js +2 -2
  4073. package/dist/esm/third-party/settings/DealeasyVolumeDiscounts/uiV2.js +1 -1
  4074. package/dist/esm/third-party/settings/DiscountyBulkDiscountSales/index.js +2 -2
  4075. package/dist/esm/third-party/settings/DiscountyBulkDiscountSales/uiV2.js +1 -1
  4076. package/dist/esm/third-party/settings/EasifyProductOptions/index.js +2 -2
  4077. package/dist/esm/third-party/settings/EasifyProductOptions/uiV2.js +1 -1
  4078. package/dist/esm/third-party/settings/EasyBundleBuilderSkailama/index.js +2 -2
  4079. package/dist/esm/third-party/settings/EasyBundleBuilderSkailama/uiV2.js +1 -1
  4080. package/dist/esm/third-party/settings/EasySellCOD/index.js +2 -2
  4081. package/dist/esm/third-party/settings/EasySellCOD/uiV2.js +1 -1
  4082. package/dist/esm/third-party/settings/EcoboostifyShoppableReelUgc/index.js +2 -2
  4083. package/dist/esm/third-party/settings/EcoboostifyShoppableReelUgc/uiV2.js +1 -1
  4084. package/dist/esm/third-party/settings/EcomsendBackInStockAlert/index.js +2 -2
  4085. package/dist/esm/third-party/settings/EcomsendBackInStockAlert/uiV2.js +1 -1
  4086. package/dist/esm/third-party/settings/EssentialAnnouncementBar/index.js +2 -2
  4087. package/dist/esm/third-party/settings/EssentialAnnouncementBar/uiV2.js +1 -1
  4088. package/dist/esm/third-party/settings/EssentialCountdownTimerBar/index.js +2 -2
  4089. package/dist/esm/third-party/settings/EssentialCountdownTimerBar/uiV2.js +1 -1
  4090. package/dist/esm/third-party/settings/EstimatedDeliveryDatePlus/index.js +2 -2
  4091. package/dist/esm/third-party/settings/EstimatedDeliveryDatePlus/uiV2.js +1 -1
  4092. package/dist/esm/third-party/settings/FastBundleBundlesDiscounts/index.js +2 -2
  4093. package/dist/esm/third-party/settings/FastBundleBundlesDiscounts/uiV2.js +1 -1
  4094. package/dist/esm/third-party/settings/FeraReviews/index.js +2 -2
  4095. package/dist/esm/third-party/settings/FeraReviews/uiV2.js +1 -1
  4096. package/dist/esm/third-party/settings/FirePush/index.js +2 -2
  4097. package/dist/esm/third-party/settings/FirePush/uiV2.js +1 -1
  4098. package/dist/esm/third-party/settings/FlyBundlesUpsellsFbt/index.js +2 -2
  4099. package/dist/esm/third-party/settings/FlyBundlesUpsellsFbt/uiV2.js +1 -1
  4100. package/dist/esm/third-party/settings/FordeerProductLabels/index.js +2 -2
  4101. package/dist/esm/third-party/settings/FordeerProductLabels/uiV2.js +1 -1
  4102. package/dist/esm/third-party/settings/FrequentlyBoughtTogether/index.js +2 -2
  4103. package/dist/esm/third-party/settings/FrequentlyBoughtTogether/uiV2.js +1 -1
  4104. package/dist/esm/third-party/settings/GloColorSwatchvariantImage/index.js +2 -2
  4105. package/dist/esm/third-party/settings/GloColorSwatchvariantImage/uiV2.js +1 -1
  4106. package/dist/esm/third-party/settings/GloboProductOptionsVariant/index.js +2 -2
  4107. package/dist/esm/third-party/settings/GloboProductOptionsVariant/uiV2.js +1 -1
  4108. package/dist/esm/third-party/settings/GoogleReviewsByReputon/index.js +2 -2
  4109. package/dist/esm/third-party/settings/GoogleReviewsByReputon/uiV2.js +1 -1
  4110. package/dist/esm/third-party/settings/Growave/index.js +2 -2
  4111. package/dist/esm/third-party/settings/Growave/uiV2.js +1 -1
  4112. package/dist/esm/third-party/settings/GrowthSuiteDiscountCodes/index.js +2 -2
  4113. package/dist/esm/third-party/settings/GrowthSuiteDiscountCodes/uiV2.js +1 -1
  4114. package/dist/esm/third-party/settings/HextomCountdownTimerBar/index.js +2 -2
  4115. package/dist/esm/third-party/settings/HextomCountdownTimerBar/uiV2.js +1 -1
  4116. package/dist/esm/third-party/settings/HextomFreeShippingBar/index.js +2 -2
  4117. package/dist/esm/third-party/settings/HextomFreeShippingBar/uiV2.js +1 -1
  4118. package/dist/esm/third-party/settings/HulkFormBuilder/index.js +2 -2
  4119. package/dist/esm/third-party/settings/HulkFormBuilder/uiV2.js +1 -1
  4120. package/dist/esm/third-party/settings/HulkProductOptions/index.js +2 -2
  4121. package/dist/esm/third-party/settings/HulkProductOptions/uiV2.js +1 -1
  4122. package/dist/esm/third-party/settings/InfiniteOptions/index.js +2 -2
  4123. package/dist/esm/third-party/settings/InfiniteOptions/uiV2.js +1 -1
  4124. package/dist/esm/third-party/settings/Instafeed/index.js +2 -2
  4125. package/dist/esm/third-party/settings/Instafeed/uiV2.js +1 -1
  4126. package/dist/esm/third-party/settings/InstasellShoppableInstagram/index.js +2 -2
  4127. package/dist/esm/third-party/settings/InstasellShoppableInstagram/uiV2.js +1 -1
  4128. package/dist/esm/third-party/settings/JudgemeReviews/index.js +2 -2
  4129. package/dist/esm/third-party/settings/JudgemeReviews/uiV2.js +1 -1
  4130. package/dist/esm/third-party/settings/JunipProductReviewsUgc/index.js +2 -2
  4131. package/dist/esm/third-party/settings/JunipProductReviewsUgc/uiV2.js +1 -1
  4132. package/dist/esm/third-party/settings/KachingBundles/index.js +2 -2
  4133. package/dist/esm/third-party/settings/KachingBundles/uiV2.js +1 -1
  4134. package/dist/esm/third-party/settings/KachingSubscriptionsApp/index.js +2 -2
  4135. package/dist/esm/third-party/settings/KachingSubscriptionsApp/uiV2.js +1 -1
  4136. package/dist/esm/third-party/settings/KingProductOptions/index.js +2 -2
  4137. package/dist/esm/third-party/settings/KingProductOptions/uiV2.js +1 -1
  4138. package/dist/esm/third-party/settings/KiteFreeGiftDiscount/index.js +2 -2
  4139. package/dist/esm/third-party/settings/KiteFreeGiftDiscount/uiV2.js +1 -1
  4140. package/dist/esm/third-party/settings/KlarnaMessaging/index.js +2 -2
  4141. package/dist/esm/third-party/settings/KlarnaMessaging/uiV2.js +1 -1
  4142. package/dist/esm/third-party/settings/Klaviyo/index.js +2 -2
  4143. package/dist/esm/third-party/settings/Klaviyo/uiV2.js +1 -1
  4144. package/dist/esm/third-party/settings/KoalaBundleQuantityDiscount/index.js +2 -2
  4145. package/dist/esm/third-party/settings/KoalaBundleQuantityDiscount/uiV2.js +1 -1
  4146. package/dist/esm/third-party/settings/LaiProductReviews/index.js +2 -2
  4147. package/dist/esm/third-party/settings/LaiProductReviews/uiV2.js +1 -1
  4148. package/dist/esm/third-party/settings/LoloyalLoyaltyReferrals/index.js +2 -2
  4149. package/dist/esm/third-party/settings/LoloyalLoyaltyReferrals/uiV2.js +1 -1
  4150. package/dist/esm/third-party/settings/LoopSubscriptions/index.js +2 -2
  4151. package/dist/esm/third-party/settings/LoopSubscriptions/uiV2.js +1 -1
  4152. package/dist/esm/third-party/settings/LooxReviews/index.js +2 -2
  4153. package/dist/esm/third-party/settings/LooxReviews/uiV2.js +1 -1
  4154. package/dist/esm/third-party/settings/MaxbundleProductBundles/index.js +2 -2
  4155. package/dist/esm/third-party/settings/MaxbundleProductBundles/uiV2.js +1 -1
  4156. package/dist/esm/third-party/settings/MbcBundleVolumeDiscount/index.js +2 -2
  4157. package/dist/esm/third-party/settings/MbcBundleVolumeDiscount/uiV2.js +1 -1
  4158. package/dist/esm/third-party/settings/MyappgurusProductReviews/index.js +2 -2
  4159. package/dist/esm/third-party/settings/MyappgurusProductReviews/uiV2.js +1 -1
  4160. package/dist/esm/third-party/settings/NotifyBackInStockPreOrder/index.js +2 -2
  4161. package/dist/esm/third-party/settings/NotifyBackInStockPreOrder/uiV2.js +1 -1
  4162. package/dist/esm/third-party/settings/OkendoReviewsLoyalty/index.js +2 -2
  4163. package/dist/esm/third-party/settings/OkendoReviewsLoyalty/uiV2.js +1 -1
  4164. package/dist/esm/third-party/settings/Omnisend/index.js +2 -2
  4165. package/dist/esm/third-party/settings/Omnisend/uiV2.js +1 -1
  4166. package/dist/esm/third-party/settings/Opinew/index.js +2 -2
  4167. package/dist/esm/third-party/settings/Opinew/uiV2.js +1 -1
  4168. package/dist/esm/third-party/settings/ParcelPanel/index.js +2 -2
  4169. package/dist/esm/third-party/settings/ParcelPanel/uiV2.js +1 -1
  4170. package/dist/esm/third-party/settings/PickyStory/index.js +2 -2
  4171. package/dist/esm/third-party/settings/PickyStory/uiV2.js +1 -1
  4172. package/dist/esm/third-party/settings/PowerfulContactFormBuilder/index.js +2 -2
  4173. package/dist/esm/third-party/settings/PowerfulContactFormBuilder/uiV2.js +1 -1
  4174. package/dist/esm/third-party/settings/PreorderNowPreOrderPq/index.js +2 -2
  4175. package/dist/esm/third-party/settings/PreorderNowPreOrderPq/uiV2.js +1 -1
  4176. package/dist/esm/third-party/settings/PreorderNowWodPresale/index.js +2 -2
  4177. package/dist/esm/third-party/settings/PreorderNowWodPresale/uiV2.js +1 -1
  4178. package/dist/esm/third-party/settings/ProductOptionsCustomizer/index.js +2 -2
  4179. package/dist/esm/third-party/settings/ProductOptionsCustomizer/uiV2.js +1 -1
  4180. package/dist/esm/third-party/settings/ProductOptionsVariantOption/index.js +2 -2
  4181. package/dist/esm/third-party/settings/ProductOptionsVariantOption/uiV2.js +1 -1
  4182. package/dist/esm/third-party/settings/ProductReviews/index.js +2 -2
  4183. package/dist/esm/third-party/settings/ProductReviews/uiV2.js +1 -1
  4184. package/dist/esm/third-party/settings/PumperBundlesVolumeDiscount/index.js +2 -2
  4185. package/dist/esm/third-party/settings/PumperBundlesVolumeDiscount/uiV2.js +1 -1
  4186. package/dist/esm/third-party/settings/PushOwl/index.js +2 -2
  4187. package/dist/esm/third-party/settings/PushOwl/uiV2.js +1 -1
  4188. package/dist/esm/third-party/settings/QikifyUpsell/index.js +2 -2
  4189. package/dist/esm/third-party/settings/QikifyUpsell/uiV2.js +1 -1
  4190. package/dist/esm/third-party/settings/RapiBundleQuantityBreaks/index.js +2 -2
  4191. package/dist/esm/third-party/settings/RapiBundleQuantityBreaks/uiV2.js +1 -1
  4192. package/dist/esm/third-party/settings/RechargeSubscriptions/index.js +2 -2
  4193. package/dist/esm/third-party/settings/RechargeSubscriptions/uiV2.js +1 -1
  4194. package/dist/esm/third-party/settings/RecurpaySubscriptionApp/index.js +2 -2
  4195. package/dist/esm/third-party/settings/RecurpaySubscriptionApp/uiV2.js +1 -1
  4196. package/dist/esm/third-party/settings/Releasit/index.js +2 -2
  4197. package/dist/esm/third-party/settings/Releasit/uiV2.js +1 -1
  4198. package/dist/esm/third-party/settings/RequestQuoteHidePrice/index.js +2 -2
  4199. package/dist/esm/third-party/settings/RequestQuoteHidePrice/uiV2.js +1 -1
  4200. package/dist/esm/third-party/settings/ReviewxpoProductReviewsApp/index.js +2 -2
  4201. package/dist/esm/third-party/settings/ReviewxpoProductReviewsApp/uiV2.js +1 -1
  4202. package/dist/esm/third-party/settings/Rivyo/index.js +2 -2
  4203. package/dist/esm/third-party/settings/Rivyo/uiV2.js +1 -1
  4204. package/dist/esm/third-party/settings/Ryviu/index.js +2 -2
  4205. package/dist/esm/third-party/settings/Ryviu/uiV2.js +1 -1
  4206. package/dist/esm/third-party/settings/SealSubscriptions/index.js +2 -2
  4207. package/dist/esm/third-party/settings/SealSubscriptions/uiV2.js +1 -1
  4208. package/dist/esm/third-party/settings/SegunoEmailMarketing/index.js +2 -2
  4209. package/dist/esm/third-party/settings/SegunoEmailMarketing/uiV2.js +1 -1
  4210. package/dist/esm/third-party/settings/Selleasy/index.js +2 -2
  4211. package/dist/esm/third-party/settings/Selleasy/uiV2.js +1 -1
  4212. package/dist/esm/third-party/settings/SeoantTrustBadgesIcon/index.js +2 -2
  4213. package/dist/esm/third-party/settings/SeoantTrustBadgesIcon/uiV2.js +1 -1
  4214. package/dist/esm/third-party/settings/ShopifyForms/index.js +2 -2
  4215. package/dist/esm/third-party/settings/ShopifyForms/uiV2.js +1 -1
  4216. package/dist/esm/third-party/settings/ShopifySubscriptions/index.js +2 -2
  4217. package/dist/esm/third-party/settings/ShopifySubscriptions/uiV2.js +1 -1
  4218. package/dist/esm/third-party/settings/SimpleBundlesKits/index.js +2 -2
  4219. package/dist/esm/third-party/settings/SimpleBundlesKits/uiV2.js +1 -1
  4220. package/dist/esm/third-party/settings/SkioSubscriptionsYcS20/index.js +2 -2
  4221. package/dist/esm/third-party/settings/SkioSubscriptionsYcS20/uiV2.js +1 -1
  4222. package/dist/esm/third-party/settings/SmartSearchBarAndFilters/index.js +2 -2
  4223. package/dist/esm/third-party/settings/SmartSearchBarAndFilters/uiV2.js +1 -1
  4224. package/dist/esm/third-party/settings/SproutPlantTreesGrowSales/index.js +2 -2
  4225. package/dist/esm/third-party/settings/SproutPlantTreesGrowSales/uiV2.js +1 -1
  4226. package/dist/esm/third-party/settings/Stamped/Badge.js +1 -1
  4227. package/dist/esm/third-party/settings/Stamped/BadgeDouble.js +1 -1
  4228. package/dist/esm/third-party/settings/Stamped/BadgeRibbon.js +1 -1
  4229. package/dist/esm/third-party/settings/Stamped/BadgeSingle.js +1 -1
  4230. package/dist/esm/third-party/settings/Stamped/Carousel.js +1 -1
  4231. package/dist/esm/third-party/settings/Stamped/CheckoutReviews.js +1 -1
  4232. package/dist/esm/third-party/settings/Stamped/Colors.js +1 -1
  4233. package/dist/esm/third-party/settings/Stamped/Filters.js +1 -1
  4234. package/dist/esm/third-party/settings/Stamped/FullPage.js +1 -1
  4235. package/dist/esm/third-party/settings/Stamped/InstagramFeed.js +1 -1
  4236. package/dist/esm/third-party/settings/Stamped/MainWidget.js +1 -1
  4237. package/dist/esm/third-party/settings/Stamped/ProductRating.js +1 -1
  4238. package/dist/esm/third-party/settings/Stamped/SingleHighlight.js +1 -1
  4239. package/dist/esm/third-party/settings/Stamped/SiteBadge.js +1 -1
  4240. package/dist/esm/third-party/settings/Stamped/TopRated.js +1 -1
  4241. package/dist/esm/third-party/settings/Stamped/VisualGallery.js +1 -1
  4242. package/dist/esm/third-party/settings/Stamped/WallPhotos.js +1 -1
  4243. package/dist/esm/third-party/settings/Stamped/index.js +1 -1
  4244. package/dist/esm/third-party/settings/Stamped.js +2 -2
  4245. package/dist/esm/third-party/settings/StellarDeliveryDatePickup/index.js +2 -2
  4246. package/dist/esm/third-party/settings/StellarDeliveryDatePickup/uiV2.js +1 -1
  4247. package/dist/esm/third-party/settings/SubifySubscriptionsApp/index.js +2 -2
  4248. package/dist/esm/third-party/settings/SubifySubscriptionsApp/uiV2.js +1 -1
  4249. package/dist/esm/third-party/settings/TagembedSocialPostReview/index.js +2 -2
  4250. package/dist/esm/third-party/settings/TagembedSocialPostReview/uiV2.js +1 -1
  4251. package/dist/esm/third-party/settings/TagshopShoppableVideosUgc/index.js +2 -2
  4252. package/dist/esm/third-party/settings/TagshopShoppableVideosUgc/uiV2.js +1 -1
  4253. package/dist/esm/third-party/settings/TeeinblueProductPersonalizer/index.js +2 -2
  4254. package/dist/esm/third-party/settings/TeeinblueProductPersonalizer/uiV2.js +1 -1
  4255. package/dist/esm/third-party/settings/TrustBadgesBear/index.js +2 -2
  4256. package/dist/esm/third-party/settings/TrustBadgesBear/uiV2.js +1 -1
  4257. package/dist/esm/third-party/settings/TrustMe/index.js +2 -2
  4258. package/dist/esm/third-party/settings/TrustMe/uiV2.js +1 -1
  4259. package/dist/esm/third-party/settings/TrustedsiteTrustBadges/index.js +2 -2
  4260. package/dist/esm/third-party/settings/TrustedsiteTrustBadges/uiV2.js +1 -1
  4261. package/dist/esm/third-party/settings/Trustoo/index.js +2 -2
  4262. package/dist/esm/third-party/settings/Trustoo/uiV2.js +1 -1
  4263. package/dist/esm/third-party/settings/TrustreviewsProductReviews/index.js +2 -2
  4264. package/dist/esm/third-party/settings/TrustreviewsProductReviews/uiV2.js +1 -1
  4265. package/dist/esm/third-party/settings/TrustshopProductReviews/index.js +2 -2
  4266. package/dist/esm/third-party/settings/TrustshopProductReviews/uiV2.js +1 -1
  4267. package/dist/esm/third-party/settings/UltimateSalesBoost/index.js +2 -2
  4268. package/dist/esm/third-party/settings/UltimateSalesBoost/uiV1.js +1 -1
  4269. package/dist/esm/third-party/settings/UltimateSalesBoost/uiV2.js +1 -1
  4270. package/dist/esm/third-party/settings/UnlimitedBundlesDiscounts/index.js +2 -2
  4271. package/dist/esm/third-party/settings/UnlimitedBundlesDiscounts/uiV2.js +1 -1
  4272. package/dist/esm/third-party/settings/UppromoteAffiliateMarketing/setting.js +2 -2
  4273. package/dist/esm/third-party/settings/UppromoteAffiliateMarketing/uiV2.js +1 -1
  4274. package/dist/esm/third-party/settings/Vitals/index.js +2 -2
  4275. package/dist/esm/third-party/settings/Vitals/uiV2.js +1 -1
  4276. package/dist/esm/third-party/settings/WhatmoreShoppableVideosreel/index.js +2 -2
  4277. package/dist/esm/third-party/settings/WhatmoreShoppableVideosreel/uiV2.js +1 -1
  4278. package/dist/esm/third-party/settings/WideBundle/index.js +2 -2
  4279. package/dist/esm/third-party/settings/WideBundle/uiV2.js +1 -1
  4280. package/dist/esm/third-party/settings/Wiser/index.js +2 -2
  4281. package/dist/esm/third-party/settings/Wiser/uiV2.js +1 -1
  4282. package/dist/esm/third-party/settings/WishlistKing/index.js +2 -2
  4283. package/dist/esm/third-party/settings/WishlistKing/uiV2.js +1 -1
  4284. package/dist/esm/third-party/settings/WishlistPlus/index.js +2 -2
  4285. package/dist/esm/third-party/settings/WishlistPlus/uiV2.js +1 -1
  4286. package/dist/esm/third-party/settings/YotpoLoyalty/index.js +2 -2
  4287. package/dist/esm/third-party/settings/YotpoLoyalty/uiV2.js +1 -1
  4288. package/dist/esm/third-party/settings/YotpoReviews/index.js +2 -2
  4289. package/dist/esm/third-party/settings/YotpoReviews/uiV2.js +1 -1
  4290. package/dist/esm/third-party/types.js +1 -1
  4291. package/dist/esm/third-party-instant/common/helpers.js +1 -1
  4292. package/dist/esm/third-party-instant/components/InstantJudgemeReviews.js +1 -1
  4293. package/dist/esm/third-party-instant/components/InstantKlaviyo.js +1 -1
  4294. package/dist/esm/third-party-instant/components/InstantLooxReviews.js +1 -1
  4295. package/dist/esm/third-party-instant/components/InstantThirdPartyPreview.js +1 -1
  4296. package/dist/esm/third-party-instant/components/InstantYotpoLoyalty.js +1 -1
  4297. package/dist/esm/third-party-instant/components/Judgeme/JudgemeSampleContent.js +1 -1
  4298. package/dist/esm/third-party-instant/components/Judgeme/SingleProduct.js +1 -1
  4299. package/dist/esm/third-party-instant/components/Judgeme/WithoutProduct.js +1 -1
  4300. package/dist/esm/third-party-instant/components/Klaviyo/KlaviyoSampleContent.js +1 -1
  4301. package/dist/esm/third-party-instant/components/LooxReviews/LooxReviewsSampleContent.js +2 -2
  4302. package/dist/esm/third-party-instant/components/LooxReviews/SingleProduct.js +1 -1
  4303. package/dist/esm/third-party-instant/components/LooxReviews/WithoutProduct.js +1 -1
  4304. package/dist/esm/third-party-instant/components/YotpoLoyalty/YotpoLoyaltySampleContent.js +1 -1
  4305. package/dist/esm/third-party-instant/configs/JudgemeReviews.js +1 -1
  4306. package/dist/esm/third-party-instant/configs/Klaviyo.js +1 -1
  4307. package/dist/esm/third-party-instant/configs/LooxReviews.js +1 -1
  4308. package/dist/esm/third-party-instant/configs/YotpoLoyalty.js +1 -1
  4309. package/dist/esm/third-party-instant/index.js +1 -1
  4310. package/dist/esm/third-party-instant/next.js +1 -1
  4311. package/dist/esm/third-party-instant/settings/InstantJudgemeReviews/configs/settings.js +1 -1
  4312. package/dist/esm/third-party-instant/settings/InstantJudgemeReviews/configs/ui-v2.js +1 -1
  4313. package/dist/esm/third-party-instant/settings/InstantJudgemeReviews/index.js +2 -2
  4314. package/dist/esm/third-party-instant/settings/InstantKlaviyo/configs/settings.js +1 -1
  4315. package/dist/esm/third-party-instant/settings/InstantKlaviyo/configs/ui-v2.js +1 -1
  4316. package/dist/esm/third-party-instant/settings/InstantKlaviyo/index.js +4 -4
  4317. package/dist/esm/third-party-instant/settings/InstantLooxReviews/configs/settings.js +1 -1
  4318. package/dist/esm/third-party-instant/settings/InstantLooxReviews/index.js +2 -2
  4319. package/dist/esm/third-party-instant/settings/InstantYotpoLoyalty/configs/settings.js +1 -1
  4320. package/dist/esm/third-party-instant/settings/InstantYotpoLoyalty/index.js +4 -4
  4321. package/dist/esm/third-party-instant/types.js +1 -1
  4322. package/dist/esm/third-party-slot/common/classes.js +1 -1
  4323. package/dist/esm/third-party-slot/common/helpers.js +3 -3
  4324. package/dist/esm/third-party-slot/common/styles.js +1 -1
  4325. package/dist/esm/third-party-slot/components/ThirdPartySlot.js +1 -1
  4326. package/dist/esm/third-party-slot/components/ThirdPartySlot.liquid.js +6 -6
  4327. package/dist/esm/third-party-slot/index.js +1 -1
  4328. package/dist/esm/third-party-slot/next.js +1 -1
  4329. package/dist/esm/third-party-slot/settings/ThirdPartySlot.js +2 -2
  4330. package/dist/esm/third-party-slot/settings/configs/settings.js +1 -1
  4331. package/dist/esm/third-party-slot/settings/configs/ui-v2.js +1 -1
  4332. package/dist/esm/validates/background.js +1 -1
  4333. package/dist/esm/video/common/attrs.js +1 -1
  4334. package/dist/esm/video/common/classes.js +1 -1
  4335. package/dist/esm/video/common/helpers.js +1 -1
  4336. package/dist/esm/video/common/styles.js +1 -1
  4337. package/dist/esm/video/components/HTML5Embed.js +1 -1
  4338. package/dist/esm/video/components/HTML5Embed.liquid.js +19 -19
  4339. package/dist/esm/video/components/LiteVimeoEmbed.js +1 -1
  4340. package/dist/esm/video/components/LiteVimeoEmbed.liquid.js +9 -9
  4341. package/dist/esm/video/components/LiteYouTubeEmbed.js +1 -1
  4342. package/dist/esm/video/components/LiteYouTubeEmbed.liquid.js +19 -19
  4343. package/dist/esm/video/components/Video.js +1 -1
  4344. package/dist/esm/video/components/Video.liquid.js +3 -3
  4345. package/dist/esm/video/hooks/useLiteHtml5Embed.js +1 -1
  4346. package/dist/esm/video/hooks/useLiteVimeoEmbed.js +1 -1
  4347. package/dist/esm/video/hooks/useLiteYoutubeEmbed.js +1 -1
  4348. package/dist/esm/video/index.js +1 -1
  4349. package/dist/esm/video/next.js +1 -1
  4350. package/dist/esm/video/settings/Video.js +2 -2
  4351. package/dist/esm/video/settings/configs/settings.js +1 -1
  4352. package/dist/esm/video/settings/configs/translate.js +1 -1
  4353. package/dist/esm/video/settings/configs/ui-v2.js +1 -1
  4354. package/dist/types/index.d.ts +494 -565
  4355. package/package.json +8 -7
  4356. package/dist/cjs/common/helpers/index.js +0 -1
  4357. package/dist/cjs/grid/hooks/useRowEditorViewportWhenTrackingResumes.js +0 -1
  4358. package/dist/cjs/product/components/product-list-v3/constants/index.js +0 -1
  4359. package/dist/cjs/product/components/product-list-v3/hooks/useCollectionQuery.js +0 -1
  4360. package/dist/cjs/product/components/product-list-v3/hooks/useMainRelatedProductQuery.js +0 -1
  4361. package/dist/cjs/product/components/product-list-v3/hooks/useProductRelatedQuery.js +0 -1
  4362. package/dist/cjs/product/components/product-list-v3/hooks/useProductsQuery.js +0 -1
  4363. package/dist/cjs/product/components/product-wrap/hook/useProductQuery.js +0 -1
  4364. package/dist/cjs/third-party/components/BonySubscriptionsApp.js +0 -2
  4365. package/dist/cjs/third-party/components/BonySubscriptionsApp.liquid.js +0 -14
  4366. package/dist/cjs/third-party/components/WcWishlistBackInStock.js +0 -2
  4367. package/dist/cjs/third-party/components/WcWishlistBackInStock.liquid.js +0 -1
  4368. package/dist/cjs/third-party/configs/BonySubscriptionsApp.js +0 -1
  4369. package/dist/cjs/third-party/configs/WcWishlistBackInStock.js +0 -1
  4370. package/dist/cjs/third-party/settings/BonySubscriptionsApp/index.js +0 -4
  4371. package/dist/cjs/third-party/settings/BonySubscriptionsApp/uiV2.js +0 -1
  4372. package/dist/cjs/third-party/settings/WcWishlistBackInStock/index.js +0 -4
  4373. package/dist/cjs/third-party/settings/WcWishlistBackInStock/uiV2.js +0 -1
  4374. package/dist/esm/common/helpers/index.js +0 -1
  4375. package/dist/esm/grid/hooks/useRowEditorViewportWhenTrackingResumes.js +0 -1
  4376. package/dist/esm/product/components/product-list-v3/constants/index.js +0 -1
  4377. package/dist/esm/product/components/product-list-v3/hooks/useCollectionQuery.js +0 -1
  4378. package/dist/esm/product/components/product-list-v3/hooks/useMainRelatedProductQuery.js +0 -1
  4379. package/dist/esm/product/components/product-list-v3/hooks/useProductRelatedQuery.js +0 -1
  4380. package/dist/esm/product/components/product-list-v3/hooks/useProductsQuery.js +0 -1
  4381. package/dist/esm/product/components/product-wrap/hook/useProductQuery.js +0 -1
  4382. package/dist/esm/third-party/components/BonySubscriptionsApp.js +0 -2
  4383. package/dist/esm/third-party/components/BonySubscriptionsApp.liquid.js +0 -14
  4384. package/dist/esm/third-party/components/WcWishlistBackInStock.js +0 -2
  4385. package/dist/esm/third-party/components/WcWishlistBackInStock.liquid.js +0 -1
  4386. package/dist/esm/third-party/configs/BonySubscriptionsApp.js +0 -1
  4387. package/dist/esm/third-party/configs/WcWishlistBackInStock.js +0 -1
  4388. package/dist/esm/third-party/settings/BonySubscriptionsApp/index.js +0 -4
  4389. package/dist/esm/third-party/settings/BonySubscriptionsApp/uiV2.js +0 -1
  4390. package/dist/esm/third-party/settings/WcWishlistBackInStock/index.js +0 -4
  4391. package/dist/esm/third-party/settings/WcWishlistBackInStock/uiV2.js +0 -1
@@ -1 +1 @@
1
- import{getResponsiveValueByScreen as e}from"@gem-sdk/core";import{createClass as l}from"@gem-sdk/system";import{getData as t}from"./helpers.js";let p=p=>{let o=["mobile","tablet","desktop"],{setting:a,builderProps:g,wrapperClass:i,rootClass:r,advanced:b,fullHeight:f,slidesClass:m}=p,{sliderSelector:x}=t(p),c=l({...g?.uid&&{[g.uid]:!0},...i&&{[i]:!0},"gp-relative gp-my-0 tablet:gp-px-0 gp-max-w-full mobile:gp-px-0 gp-carousel-wrapper":!0,"!gp-flex":e(a?.vertical,"desktop"),"tablet:!gp-flex":e(a?.vertical,"tablet"),"mobile:!gp-flex":e(a?.vertical,"mobile"),...(()=>{let e={flex:{desktop:"gp-flex",tablet:"tablet:gp-flex",mobile:"mobile:gp-flex"},block:{desktop:"gp-block",tablet:"tablet:gp-block",mobile:"mobile:gp-block"}},l={};return o.forEach(t=>{let p=a?.vertical?.[t]?"flex":"block",o=e[p][t];l[o]=!0}),l})()}),s=l({"gp-relative gp-overflow-hidden gp-flex gp-items-center gp-justify-between":!0,"!gp-h-full":f,...(()=>{let e={fullHeight:{desktop:"gp-h-full",tablet:"tablet:gp-h-full",mobile:"mobile:gp-h-full"},flex1:{desktop:"gp-flex-1",tablet:"tablet:gp-flex-1",mobile:"mobile:gp-flex-1"}},l={};return o.forEach(t=>{l[e.fullHeight[t]]=a?.vertical?.[t],l[e.flex1[t]]=a?.vertical?.[t]}),l})(),...(()=>{let e={flexCol:{desktop:"!gp-flex-col",tablet:"tablet:!gp-flex-col",mobile:"mobile:!gp-flex-col"},flexRow:{desktop:"!gp-flex-row",tablet:"tablet:!gp-flex-row",mobile:"mobile:!gp-flex-row"}},l={};return o.forEach(t=>{let p=a?.vertical?.[t]?"flexCol":"flexRow",o=e[p][t];l[o]=!0}),l})()}),n=l({"gp-group/carousel gp-w-full gp-flex":!0,"!gp-flex-col":e(a?.vertical,"desktop"),"tablet:!flex-col":e(a?.vertical,"tablet"),"mobile:!flex-col":e(a?.vertical,"mobile"),...r&&{[r]:!0},...b?.cssClass&&{[b.cssClass]:!0}}),u=l({"gem-slider-wrapper gp-flex gp-content-start gp-h-full gp-select-none !gp-max-w-none":!0,[x]:!0,...m&&{[m]:!0},...(()=>{let e={wrap:{desktop:"!gp-flex-wrap",tablet:"tablet:!gp-flex-wrap",mobile:"mobile:!gp-flex-wrap"},nowrap:{desktop:"!gp-flex-nowrap",tablet:"tablet:!gp-flex-nowrap",mobile:"mobile:!gp-flex-nowrap"}},l={};return o.forEach(t=>{let p=a?.vertical?.[t]?"wrap":"nowrap",o=e[p][t];l[o]=!0}),l})(),...(()=>{let e={minHeightNone:{desktop:"!gp-min-h-0",tablet:"tablet:!gp-min-h-0",mobile:"mobile:!gp-min-h-0"},minHeightFull:{desktop:"!gp-min-h-full",tablet:"tablet:!gp-min-h-full",mobile:"mobile:!gp-min-h-full"}},l={};return o.forEach(t=>{let p=a?.vertical?.[t]?"minHeightNone":"minHeightFull",o=e[p][t];l[o]=!0}),l})()});return{rootClassRender:n,wrapperClassRender:c,wrapperInnerClass:s,sliderClass:u}};export{p as getClass};
1
+ import{getResponsiveValueByScreen as e}from"@gem-sdk/core";import{createClass as l}from"@gem-sdk/system";import{getData as t}from"./helpers.js";let getClass=p=>{let o=["mobile","tablet","desktop"],{setting:a,builderProps:g,wrapperClass:i,rootClass:r,advanced:b,fullHeight:f,slidesClass:m}=p,{sliderSelector:x}=t(p),s=()=>{let e={flex:{desktop:"gp-flex",tablet:"tablet:gp-flex",mobile:"mobile:gp-flex"},block:{desktop:"gp-block",tablet:"tablet:gp-block",mobile:"mobile:gp-block"}},l={};return o.forEach(t=>{let p=a?.vertical?.[t]?"flex":"block",o=e[p][t];l[o]=!0}),l},c=()=>{let e={fullHeight:{desktop:"gp-h-full",tablet:"tablet:gp-h-full",mobile:"mobile:gp-h-full"},flex1:{desktop:"gp-flex-1",tablet:"tablet:gp-flex-1",mobile:"mobile:gp-flex-1"}},l={};return o.forEach(t=>{l[e.fullHeight[t]]=a?.vertical?.[t],l[e.flex1[t]]=a?.vertical?.[t]}),l},n=()=>{let e={flexCol:{desktop:"!gp-flex-col",tablet:"tablet:!gp-flex-col",mobile:"mobile:!gp-flex-col"},flexRow:{desktop:"!gp-flex-row",tablet:"tablet:!gp-flex-row",mobile:"mobile:!gp-flex-row"}},l={};return o.forEach(t=>{let p=a?.vertical?.[t]?"flexCol":"flexRow",o=e[p][t];l[o]=!0}),l},u=()=>{let e={wrap:{desktop:"!gp-flex-wrap",tablet:"tablet:!gp-flex-wrap",mobile:"mobile:!gp-flex-wrap"},nowrap:{desktop:"!gp-flex-nowrap",tablet:"tablet:!gp-flex-nowrap",mobile:"mobile:!gp-flex-nowrap"}},l={};return o.forEach(t=>{let p=a?.vertical?.[t]?"wrap":"nowrap",o=e[p][t];l[o]=!0}),l},h=()=>{let e={minHeightNone:{desktop:"!gp-min-h-0",tablet:"tablet:!gp-min-h-0",mobile:"mobile:!gp-min-h-0"},minHeightFull:{desktop:"!gp-min-h-full",tablet:"tablet:!gp-min-h-full",mobile:"mobile:!gp-min-h-full"}},l={};return o.forEach(t=>{let p=a?.vertical?.[t]?"minHeightNone":"minHeightFull",o=e[p][t];l[o]=!0}),l},w=l({...g?.uid&&{[g.uid]:!0},...i&&{[i]:!0},"gp-relative gp-my-0 tablet:gp-px-0 gp-max-w-full mobile:gp-px-0 gp-carousel-wrapper":!0,"!gp-flex":e(a?.vertical,"desktop"),"tablet:!gp-flex":e(a?.vertical,"tablet"),"mobile:!gp-flex":e(a?.vertical,"mobile"),...s()}),d=l({"gp-relative gp-overflow-hidden gp-flex gp-items-center gp-justify-between":!0,"!gp-h-full":f,...c(),...n()}),k=l({"gp-group/carousel gp-w-full gp-flex":!0,"!gp-flex-col":e(a?.vertical,"desktop"),"tablet:!flex-col":e(a?.vertical,"tablet"),"mobile:!flex-col":e(a?.vertical,"mobile"),...r&&{[r]:!0},...b?.cssClass&&{[b.cssClass]:!0}}),v=l({"gem-slider-wrapper gp-flex gp-content-start gp-h-full gp-select-none !gp-max-w-none":!0,[x]:!0,...m&&{[m]:!0},...u(),...h()});return{rootClassRender:k,wrapperClassRender:w,wrapperInnerClass:d,sliderClass:v}};export{getClass};
@@ -1 +1 @@
1
- import{getResponsiveValueByScreen as e}from"@gem-sdk/core";import{createStateOrContext as t}from"@gem-sdk/system";let o=o=>{let r=["mobile","tablet","desktop"],{setting:l,rootId:a,builderProps:p,styles:s,moveToIdx:i,isHiddenArrowWhenDisabled:d,renderByLayout:m,rootAttrs:n,carouselType:f="carousel"}=o,g=a??p?.uid,u=`gp-carousel-slider-${p?.uid}`,{enableAction:c={desktop:!0},navigationStyle:k,navigationEnable:y={desktop:!0}}=l??{},h=t({id:g,moveToIdx:i,isHiddenArrowWhenDisabled:d,setting:l,styles:s,renderByLayout:m,type:n?.type,carouselType:f});return{loopConfig:(()=>{let t=l?.loop;return r.forEach(o=>{t={...t,[o]:!!e(c)&&t?.[o]}}),t})(),stateData:JSON.stringify(h).replaceAll("'","'"),uniqueComponentId:g,arrowShowConfig:(()=>{let t=k;return r.forEach(o=>{t={...t,[o]:e(y,o)?e(t,o):"none"}}),t})(),sliderSelector:u}};export{o as getData};
1
+ import{getResponsiveValueByScreen as e}from"@gem-sdk/core";import{createStateOrContext as t}from"@gem-sdk/system";let getData=o=>{let r=["mobile","tablet","desktop"],{setting:a,rootId:l,builderProps:i,styles:s,moveToIdx:p,isHiddenArrowWhenDisabled:d}=o,g=l??i?.uid,m=`gp-carousel-slider-${i?.uid}`,{enableAction:n={desktop:!0},navigationStyle:f,navigationEnable:u={desktop:!0}}=a??{},c=()=>{let t=a?.loop;return r.forEach(o=>{t={...t,[o]:!!e(n)&&t?.[o]}}),t},k=()=>{let t=f;return r.forEach(o=>{t={...t,[o]:e(u,o)?e(t,o):"none"}}),t},h=t({id:g,moveToIdx:p,isHiddenArrowWhenDisabled:d,setting:a,styles:s});return{loopConfig:c(),stateData:JSON.stringify(h).replaceAll("'","'"),uniqueComponentId:g,arrowShowConfig:k(),sliderSelector:m}};export{getData};
@@ -1 +1 @@
1
- import{makeStyleResponsive as t,getHeightByShapeGlobalSize as e,makeStyleWithDefault as o,getWidthByShapeGlobalSize as i,getBgByDevice as r,makeContainerWidthOrHeight as g}from"@gem-sdk/core";import{createStyle as n}from"@gem-sdk/system";let a=a=>{let{styles:d,setting:c,style:l,rootStyles:s}=a,{arrowGapToEachSide:m="16"}=c??{},u=t("h",e(d?.sizeSetting)),k=o("w",i(d?.sizeSetting,!0),{desktop:"--g-ct-w",tablet:"--g-ct-w",mobile:"--g-ct-w"}),b=n({...l,...!a?.isProductList&&u,...k,...r({backgroundColor:d?.backgroundColor,backgroundImage:d?.backgroundImage})}),p=n({...g({vertical:c?.vertical,dotStyle:c?.dotStyle}),gap:m+"px"}),w=n({...t("jc",d?.align),...s,...!!a?.isProductList&&u}),f=n({...k,...u}),h=n({overflow:"hidden",flex:1,width:"100%",height:"100%","transition-timing-function":c?.animationMode??"ease"});return{rootStyleRender:w,wrapperStyleRender:b,wrapperInnerStyle:p,sliderStyle:f,sliderWrapperStyle:h}};export{a as getStyle};
1
+ import{makeStyleResponsive as t,getHeightByShapeGlobalSize as e,makeStyleWithDefault as o,getWidthByShapeGlobalSize as r,getBgByDevice as g,makeContainerWidthOrHeight as i}from"@gem-sdk/core";import{createStyle as l}from"@gem-sdk/system";let getStyle=d=>{let{styles:c,setting:a,style:s,rootStyles:m}=d,{arrowGapToEachSide:n="16"}=a??{},k=t("h",e(c?.sizeSetting)),u=o("w",r(c?.sizeSetting,!0),{desktop:"--g-ct-w",tablet:"--g-ct-w",mobile:"--g-ct-w"}),b=l({...s,...!d?.isProductList&&k,...u,...g({backgroundColor:c?.backgroundColor,backgroundImage:c?.backgroundImage})}),p=l({...i({vertical:a?.vertical,dotStyle:a?.dotStyle}),gap:n+"px"}),w=l({...t("jc",c?.align),...m,...!!d?.isProductList&&k}),S=l({...u,...k}),h=l({overflow:"hidden",flex:1,width:"100%",height:"100%"});return{rootStyleRender:w,wrapperStyleRender:b,wrapperInnerStyle:p,sliderStyle:S,sliderWrapperStyle:h}};export{getStyle};
@@ -1 +1 @@
1
- import{jsx as e}from"react/jsx-runtime";import{useRef as r,useMemo as t,useEffect as i}from"react";import{getStyleSwiperContainer as s}from"./common/styles.js";import{register as n}from"@gem-sdk/swiper/element/bundle";function p(n){let p=r(null),{children:o,totalSlides:m,onSwiperReset:c,onSwiperReady:l,sliderClass:w,sliderOrder:u,thumbsSwiper:a,...d}=n,f=JSON.stringify(d),y=t(()=>a?{"thumbs-swiper":a}:{},[a]),b=s(),g=()=>{p.current?.swiper&&p.current.swiper.wrapperEl.style.setProperty("width",`${p.current.swiper.width}px`)};return i(()=>{let e=p.current;if(e)return Object.assign(e,d),e.initialize?.(),l?.(e.swiper),g(),e.addEventListener("swiperresize",g),()=>{e.removeEventListener("swiperresize",g),c()}},[]),i(()=>{let e=p.current,r=e?.swiper;e&&r&&!r.destroyed&&(Object.assign(e,d),r.update(),g())},[f]),i(()=>{c()},[u,c]),e("swiper-container",{init:!1,ref:p,class:w,style:{...b},...y,children:o})}n();export{p as Swiper};
1
+ import{jsx as e}from"react/jsx-runtime";import{useRef as r,useState as t,useMemo as i,useEffect as n}from"react";import{getStyleSwiperContainer as s}from"./common/styles.js";function Swiper(p){let c=r(null),{children:o,totalSlides:u,onSwiperReset:l,onSwiperReady:a,sliderClass:w,sliderOrder:d,thumbsSwiper:m,...f}=p,[y,b]=t(!1),j=i(()=>m?{"thumbs-swiper":m}:{},[m]),g=s(),h="object"==typeof p.autoplay&&null!==p.autoplay?p.autoplay.pauseOnMouseEnter:void 0,E=()=>{c.current?.swiper&&c.current.swiper.wrapperEl.style.setProperty("width",`${c.current.swiper.width}px`)};return n(()=>{let e=async()=>{let e=await import("@gem-sdk/swiper/element/bundle");e.register(),await window.customElements.whenDefined("swiper-container"),b(!0)};e()},[]),n(()=>{y&&c.current&&(Object.assign(c.current,f),c.current.initialize?.(),a?.(c.current.swiper),E())},[y]),n(()=>{c.current?.swiper&&(c.current.swiper.destroy(!1,!1),Object.assign(c.current,f),c.current.initialize?.(),a(c.current.swiper),l())},[f.dir,f.loop,h,f.slidesPerView,a,l,f.spaceBetween,f.slidesOffsetBefore]),n(()=>{let e=c.current;e&&(Object.assign(e,f),e.swiper?.update(),E())},[f]),n(()=>{l()},[d,l]),n(()=>{let e=c.current;if(!e)return;let r=()=>{E()};return e.addEventListener("swiperresize",r),()=>{e.removeEventListener("swiperresize",r)}},[]),e("swiper-container",{init:!1,ref:c,class:w,style:{...g,display:y?"block":"none"},...j,children:o})}export{Swiper};
@@ -1 +1 @@
1
- import{jsx as r}from"react/jsx-runtime";import{getStyleSwiperSlider as e}from"./common/styles.js";function t(t){let{children:i,className:s,dir:l,...o}=t,m=e(t);return r("swiper-slide",{class:s,...o,style:m,dir:"ltr",children:i})}export{t as SwiperSlide};
1
+ import{jsx as r}from"react/jsx-runtime";import{getStyleSwiperSlider as e}from"./common/styles.js";function SwiperSlide(i){let{children:t,className:l,dir:s,...o}=i,m=e(i);return r("swiper-slide",{class:l,...o,style:m,dir:"ltr",children:t})}export{SwiperSlide};
@@ -1 +1 @@
1
- import{createStyle as e}from"@gem-sdk/system";let t=e=>{let{dir:t,style:r}=e;return{"--h":"auto",...r,..."rtl"===t?{marginLeft:0}:{marginRight:0}}},r=()=>e({overflow:"hidden",width:"100%"});export{r as getStyleSwiperContainer,t as getStyleSwiperSlider};
1
+ import{createStyle as e}from"@gem-sdk/system";let getStyleSwiperSlider=e=>{let{dir:t,style:r}=e;return{"--h":"auto",...r,..."rtl"===t?{marginLeft:0}:{marginRight:0}}},getStyleSwiperContainer=()=>e({overflow:"hidden",width:"100%"});export{getStyleSwiperContainer,getStyleSwiperSlider};
@@ -1 +1 @@
1
- let e=e=>{let{onClickItem:l,onMouseMove:t,onMouseOut:u,dispatchEventSelectSlide:o,index:a=0}=e;return{handleClick:e=>{l&&l(e),o&&o(a)},handleMouseMove:e=>{t&&t(e)},handleMouseOut:e=>{u&&u(e)}}};export{e as useCarouselItem};
1
+ let useCarouselItem=e=>{let{onClickItem:t,onMouseMove:r,onMouseOut:u,dispatchEventSelectSlide:l,index:s=0}=e,o=e=>{t&&t(e),l&&l(s)},a=e=>{r&&r(e)},m=e=>{u&&u(e)};return{handleClick:o,handleMouseMove:a,handleMouseOut:m}};export{useCarouselItem};
@@ -1 +1 @@
1
- import{useState as e,useRef as t,useMemo as r,useCallback as n,useImperativeHandle as i,useEffect as a}from"react";import{useCurrentDevice as l,useEditorMode as s,useInteraction as o,getResponsiveValueByScreen as u,DEVICES as d}from"@gem-sdk/core";import m from"./useTrackPreviewPause.js";let p=(p,f,c,k)=>{let h;let{builderProps:b,moveToIdx:y,styles:P,setting:g,isHiddenArrowWhenDisabled:T=!0,elmRef:v,isEnableCheckHasScrollableContent:w,onClickArrow:N,onHandleChangeSlideByInteraction:x,onChangeActive:S}=p,[C,E]=e(!0),[O,L]=e(!0),[M,I]=e(!1),{loop:z,navigationEnable:V={desktop:!0},navigationStyle:B}=g??{},[D,j]=e(k),[A,F]=e(g?.defaultCurrentSlider??0),{isFirstPreviewClicked:H}=m(g?.runPreview),R=t(),$=t(y??0),q=l(),G=s(),{onListener:U,saveToElementInteractionData:W,getInteractionPreviousData:J,trigger:K}=o(),Q=r(()=>u(z,q,!1),[z,q]),X=n(()=>{if(!g?.slidesToShow)return null;let e={};return d.forEach(t=>{let r=u(g?.slidesToShow,t);e[t]=r?"auto"===r?4:Math.floor(r):0}),e},[g?.slidesToShow]),Y=n(()=>{if(!g?.slidesToShow)return null;let e={};return d.forEach(t=>{let r=u(g?.slidesToShow,t);e[t]=r?"auto"===r?4:r:0}),e},[g?.slidesToShow]),Z=r(()=>{let e=Y();if(e)return e;let t={};return d.forEach(e=>{let r=u(g?.sneakPeak,e),n=r?"center"===u(g?.sneakPeakType,e)?u(g?.sneakPeakOffsetCenter,e)??0:u(g?.sneakPeakOffsetForward,e)??0:0,i="center"===u(g?.sneakPeakType,e)?-2:-1,a=u(g?.itemNumber,e);t[e]="number"==typeof a?a+n/100*i:"auto"}),t},[Y,g?.itemNumber,g?.sneakPeak,g?.sneakPeakOffsetCenter,g?.sneakPeakOffsetForward,g?.sneakPeakType]),_=r(()=>{let e=u(Z,q),t=u(z,q,!1);return t&&Number(e??0)>k||!t&&Number(e??0)>=k},[Z,q,z,k]),ee=r(()=>{let e=u(V,q),t=u(B,q);return c&&e&&"none"!==t&&C&&!_},[V,q,B,c,C,_]),et=r(()=>{let e=X();return e||g?.itemNumber},[X,g?.itemNumber]),er=n(e=>{let t="center"===u(g?.sneakPeakType,e)?2:1;return"number"==typeof u(et,e,4)?u(et,e,4)-t:void 0},[g?.sneakPeakType,et]),en=()=>{let e="auto"===u(Z,q,1)?1:u(Z,q,1);return e??1},ei=e=>{let t=e*en();return t>=D-en()&&(t=D-en()),t},ea=e=>{let t="edit"===G?{[e]:!1}:g?.enableDrag;return u(t,e)};i(f,()=>({nextSlideInteraction:eo,previousSlideInteraction:eu,moveToSlideInteraction:ed,getSwiper:()=>c}));let el=e=>{c?.slideTo(e),x&&x(e)},es=(e,t)=>{let{key:r,data:n,isRollback:i,element:a}=e,l=Math.max(c?.activeIndex??0,0);if(i&&void 0===n)return;if(i){if("specific"===t){let{previousData:e}=J(a,r);el(Number(e))}else el("next"===t?l-1:l+1);return}let s="specific"===t?Math.max($.current,0):l;W(a,r,s.toString());let o="specific"===t?Number(n):"next"===t?l+1:l-1;el(o)},eo=e=>{es(e,"next")},eu=e=>{es(e,"previous")},ed=e=>{es(e,"specific")},em=en(),ep=r(()=>!!D&&c&&u(g?.dot,q)&&!_&&k>1,[D,c,g?.dot,q,_,k]),ef=u(g?.vertical,q,!1)?"vertical":"horizontal",ec=r(()=>"center"===u(g?.sneakPeakType,q)&&"number"==typeof u(g?.itemNumber,q)&&Number(u(g?.itemNumber,q))%2==0,[g?.sneakPeakType,g?.itemNumber,q]),ek=e=>{let{swiperWidth:t,slidesPerView:r,itemNumberByDevice:n,centeredSlides:i}=e;if(!i||!n)return 0;let a=t/r,l=(Number(n)-2)/2-1;return-(a/2+l*a)},eh=r(()=>{let e=u(z,q,!1),t=c?.width??0,r={0:"mobile",768:"tablet",1025:"desktop"},n=Number(Object.entries(r).find(([,e])=>e===q)?.[0]??1025),i=Object.entries(r).reduce((e,[r,n])=>{if(!e)return;let i=Number(r),a=u(g?.sneakPeak,n,!1),l=a&&"center"===u(g?.sneakPeakType,n),s=u(g?.itemNumber,n),o=ea(n),d=ek({swiperWidth:t,slidesPerView:em,itemNumberByDevice:s,centeredSlides:l}),m=g?.initialSlide||y||0,p={allowTouchMove:o,slidesOffsetBefore:d,slidesOffsetAfter:d,initialSlide:m,centeredSlides:l,...l&&{centerInsufficientSlides:!0}};return e[i]=p,e},{}),a="center"===u(g?.sneakPeakType,q)&&"number"==typeof u(g?.itemNumber,q)&&Number(u(g?.itemNumber,q))>1;return{speed:P?.playSpeed??500,dir:g?.rtl?"rtl":"ltr",spaceBetween:u(P?.spacing,q)||0,loop:e,slidesPerView:"auto"===u(Z,q,1)?"auto":em,direction:ef,breakpoints:i,isSneakPeekCenter:a,slidesOffsetBefore:i?.[n]?.slidesOffsetBefore,thumbs:{slideThumbActiveClass:"gem-slider-item-active"},loopPreventsSliding:!1,autoplay:{delay:(g?.autoplayTimeout??1)*1e3,pauseOnMouseEnter:g?.pauseOnHover,stopOnLastSlide:!e}}},[P?.playSpeed,g?.rtl,P?.spacing,q,z,em,g?.sneakPeakType,g?.pauseOnHover,g?.autoplayTimeout,c?.width,D]),eb=n(e=>{let t=c&&c.params?.slidesPerView,r=t?c?.slidesPerViewDynamic():1;if(e<=1)return!1;let n="auto"===eh.slidesPerView?r:eh.slidesPerView;if(!Q||e<Number(n)||!C)return!1;let i=u(g?.sneakPeak,q,!1),a=i&&"center"===u(g?.sneakPeakType,q),l=Number.isNaN(Number(n))?1:Math.ceil(Number(n));a&&l%2==0&&(l+=1);let s=a?Math.max(1,Math.ceil(l/2)):1;return e<l+s},[c,eh.slidesPerView,Q,C,g?.sneakPeak,g?.sneakPeakType,q]);a(()=>{let e=`[data-id="${b?.uid}"]`;U({event:"gp:change-next-slide",selector:e,elementRef:R},e=>{let{data:t,isRollback:r,uniqueStorageKey:n}=e||{};eo({element:R.current,data:t,isRollback:r,key:n})}),U({event:"gp:change-previous-slide",selector:e,elementRef:R},e=>{let{data:t,isRollback:r,uniqueStorageKey:n}=e||{};eu({element:R.current,data:t,isRollback:r,key:n})}),U({event:"gp:change-image-step",selector:e,elementRef:R},e=>{let{data:t,isRollback:r,uniqueStorageKey:n}=e||{};ed({element:R.current,data:t,isRollback:r,key:n})}),U({event:"gp:change-index-slide",selector:e},t=>{let r=document.querySelector(e),{data:n,isRollback:i,uniqueStorageKey:a}=t||{};ed({element:r,data:n,isRollback:i,key:a})})},[]),a(()=>{j(k)},[k]),a(()=>{if("number"==typeof y){if($.current=y,c?.params?.loop){c?.slideToLoop(y);return}c?.slideTo(y)}},[c,y,T]);let ey=()=>{if(!c||!ec)return;let e=en(),t=c.slidesGrid.length||0,r=c.snapIndex>=Math.max(t-2*Math.floor(e/2),0);c.isEnd=r,c.allowSlideNext=!r};return a(()=>{if(!c)return;let e=()=>{j(c.slides.length),ey()},t=()=>{S&&S(c.realIndex)},r=()=>{F(c.realIndex),L(c?.translate===0),I(c?.translate<=c?.maxTranslate())};return c.on("transitionEnd",r),c.on("slideChange",e),c.on("slideChangeTransitionStart",t),()=>{c?.off("slideChange",e),c?.off("slideChangeTransitionStart",t),c?.off("transitionEnd",r)}},[eh.loop,c]),a(()=>{c?.wrapperEl&&(c.wrapperEl.style.transitionTimingFunction=g?.animationMode??"ease")},[c,g?.animationMode]),a(()=>{if(c&&c.autoplay){let e="edit"===G?!!H&&g?.runPreview&&g?.autoplay:g?.autoplay;e?c.autoplay.start():c.autoplay.stop()}},[c,g?.autoplay,G,H,g?.runPreview]),a(()=>{let e=e=>{if(b?.uid!==e?.detail.componentUid)return;let t=e?.detail.index||0;c?.slideToLoop(t)};return window.addEventListener("move-to-idx",e),()=>window.removeEventListener("move-to-idx",e)},[c,b?.uid]),a(()=>{if(!c)return;let e=c.el;e?.classList?.remove("swiper-horizontal","swiper-vertical");let t=u(g?.vertical,q)?"swiper-vertical":"swiper-horizontal";e?.classList?.add(t),c?.slides?.forEach(e=>{e.style.width="",e.style.height=""}),c?.update()},[q,g?.vertical,c,c?.params]),a(()=>{if(!c||!w)return;let e=()=>{let e=c?.slides?.slice(0,k)||[],t=Number(eh?.spaceBetween||0),r=e.reduce((e,t)=>e+t.offsetHeight,0)+t*(e.length-1),n=e.reduce((e,t)=>e+t.offsetWidth,0)+t*(e.length-1),i=c.params?.direction==="horizontal"?n>(c.width||0):r>(c.height||0);E(i)};return e(),c.on("resize",e),c.on("update",e),c.on("slidesLengthChange",e),c.on("orientationchange",e),()=>{c.off("resize",e),c.off("update",e),c.off("slidesLengthChange",e),c.off("orientationchange",e)}},[c]),{isInfinity:Q,sliderSettings:eh,totalSlideItem:D,currentSlide:A,localRef:R,isRenderDots:ep,showNavigation:ee,isScrollToStart:O,isScrollToEnd:M,handleDotClick:(e,t)=>{let r=g?.sneakPeak?.[q]?e:t?e:ei(e);if(console.log("\uD83D\uDE80 ~ handleDotClick ~ index:",r),c&&(c.isEnd=!0),t){if(k<em){c?.slideTo(r);return}if(c?.realIndex===r)return;if(r===Number(c?.realIndex)+1||0===r&&c?.realIndex===k-1)return c?.slideNext();if(r===Number(c?.realIndex)-1||r===k-1&&c?.realIndex===0)return c?.slidePrev();let e="center"===u(g?.sneakPeakType,q)&&"number"==typeof u(g?.itemNumber,q)&&Number(u(g?.itemNumber,q))%2==0;e?c?.slideToLoopCenterSneakPeek(r):c?.slideToLoop(r)}else c?.slideTo(r);$.current=r},getItemsPerPage:en,handleNextAndPrevSlide:e=>{"next"===e?c?.slideNext():c?.slidePrev(),N&&(h&&clearTimeout(h),h=setTimeout(()=>N&&N(),500))},dispatchEventSelectSlide:e=>{K({event:"gp:rollback:select-slide",selector:`[data-id="${b?.uid}"]`,element:v?.current}),K({event:"gp:select-slide",selector:`[data-id="${b?.uid}"]`,data:e,element:v?.current})},getNumberOfFullWidthShow:er,setCurrentSlide:F,shouldDuplicateSlides:eb,setIsScrollToStart:L,setIsScrollToEnd:I,isHideNavigation:_}};export{p as useCarousel};
1
+ import{useState as e,useRef as t,useMemo as r,useCallback as i,useImperativeHandle as n,useEffect as a}from"react";import{useCurrentDevice as l,useEditorMode as s,useInteraction as o,getResponsiveValueByScreen as u,DEVICES as d}from"@gem-sdk/core";import p from"./useTrackPreviewPause.js";let useCarousel=(f,m,c,k)=>{let h;let{builderProps:b,moveToIdx:y,styles:P,setting:g,isHiddenArrowWhenDisabled:w=!0,elmRef:T,isEnableCheckHasScrollableContent:v,onClickArrow:N,onHandleChangeSlideByInteraction:x,onChangeActive:S}=f,[C,O]=e(!0),[E,L]=e(!0),[M,I]=e(!1),{loop:z,navigationEnable:V={desktop:!0},navigationStyle:B}=g??{},[j,F]=e(k),[H,R]=e(g?.defaultCurrentSlider??0),{isFirstPreviewClicked:$}=p(g?.runPreview),A=t(),D=t(y??0),q=l(),U=s(),{onListener:W,saveToElementInteractionData:G,getInteractionPreviousData:J,trigger:K}=o(),Q=r(()=>u(z,q,!1),[z,q]),X=i(()=>{if(!g?.slidesToShow)return null;let e={};return d.forEach(t=>{let r=u(g?.slidesToShow,t);e[t]=r?"auto"===r?4:Math.floor(r):0}),e},[g?.slidesToShow]),Y=i(()=>{if(!g?.slidesToShow)return null;let e={};return d.forEach(t=>{let r=u(g?.slidesToShow,t);e[t]=r?"auto"===r?4:r:0}),e},[g?.slidesToShow]),Z=r(()=>{let e=Y();if(e)return e;let t={};return d.forEach(e=>{let r=u(g?.sneakPeak,e),i=r?"center"===u(g?.sneakPeakType,e)?u(g?.sneakPeakOffsetCenter,e)??0:u(g?.sneakPeakOffsetForward,e)??0:0,n="center"===u(g?.sneakPeakType,e)?-2:-1,a=u(g?.itemNumber,e);t[e]="number"==typeof a?a+i/100*n:"auto"}),t},[Y,g?.itemNumber,g?.sneakPeak,g?.sneakPeakOffsetCenter,g?.sneakPeakOffsetForward,g?.sneakPeakType]),_=r(()=>{let e=u(Z,q),t=u(z,q,!1);return t&&Number(e??0)>k||!t&&Number(e??0)>=k},[Z,q,z,k]),ee=r(()=>{let e=u(V,q),t=u(B,q);return c&&e&&"none"!==t&&C&&!_},[V,q,B,c,C,_]),et=r(()=>{let e=X();return e||g?.itemNumber},[X,g?.itemNumber]),er=i(e=>{let t="center"===u(g?.sneakPeakType,e)?2:1;return"number"==typeof u(et,e,4)?u(et,e,4)-t:void 0},[g?.sneakPeakType,et]),ei=()=>{let e="auto"===u(Z,q,1)?1:u(Z,q,1);return e??1},en=e=>{let t=e*ei();return t>=j-ei()&&(t=j-ei()),t},ea=e=>{let t="edit"===U?{[e]:!1}:g?.enableDrag;return u(t,e)},el=(e,t)=>{let r=g?.sneakPeak?.[q]?e:t?e:en(e);if(t){if(k<em){c?.slideTo(r);return}if(c?.realIndex===r)return;if(r===Number(c?.realIndex)+1||0===r&&c?.realIndex===k-1)return c?.slideNext();if(r===Number(c?.realIndex)-1||r===k-1&&c?.realIndex===0)return c?.slidePrev();let e="center"===u(g?.sneakPeakType,q)&&"number"==typeof u(g?.itemNumber,q)&&Number(u(g?.itemNumber,q))%2==0;e?c?.slideToLoopCenterSneakPeek(r):c?.slideToLoop(r)}else c?.slideTo(r);D.current=r};n(m,()=>({nextSlideInteraction:ed,previousSlideInteraction:ep,moveToSlideInteraction:ef,getSwiper:()=>c}));let es=e=>{K({event:"gp:rollback:select-slide",selector:`[data-id="${b?.uid}"]`,element:T?.current}),K({event:"gp:select-slide",selector:`[data-id="${b?.uid}"]`,data:e,element:T?.current})},eo=e=>{c?.slideTo(e),x&&x(e)},eu=(e,t)=>{let{key:r,data:i,isRollback:n,element:a}=e,l=Math.max(c?.activeIndex??0,0);if(n&&void 0===i)return;if(n){if("specific"===t){let{previousData:e}=J(a,r);eo(Number(e))}else{let e="next"===t?l-1:l+1;eo(e)}return}let s="specific"===t?Math.max(D.current,0):l;G(a,r,s.toString());let o="specific"===t?Number(i):"next"===t?l+1:l-1;eo(o)},ed=e=>{eu(e,"next")},ep=e=>{eu(e,"previous")},ef=e=>{eu(e,"specific")},em=ei(),ec=r(()=>!!j&&c&&u(g?.dot,q)&&!_&&k>1,[j,c,g?.dot,q,_,k]),ek=u(g?.vertical,q,!1)?"vertical":"horizontal",eh=e=>{let{swiperWidth:t,slidesPerView:r,itemNumberByDevice:i,centeredSlides:n}=e;if(!n||!i)return 0;let a=t/r,l=(Number(i)-2)/2-1;return-(a/2+l*a)},eb=r(()=>{let e=u(z,q,!1),t=c?.width??0,r={0:"mobile",768:"tablet",1025:"desktop"},i=Number(Object.entries(r).find(([,e])=>e===q)?.[0]??1025),n=Object.entries(r).reduce((e,[r,i])=>{if(!e)return;let n=Number(r),a=u(g?.sneakPeak,i,!1),l=a&&"center"===u(g?.sneakPeakType,i),s=u(g?.itemNumber,i),o=ea(i),d=eh({swiperWidth:t,slidesPerView:em,itemNumberByDevice:s,centeredSlides:l}),p=g?.initialSlide||y||0,f={allowTouchMove:o,slidesOffsetBefore:d,slidesOffsetAfter:d,initialSlide:p,centeredSlides:l};return e[n]=f,e},{}),a="center"===u(g?.sneakPeakType,q)&&"number"==typeof u(g?.itemNumber,q)&&Number(u(g?.itemNumber,q))>1;return{speed:P?.playSpeed??500,dir:g?.rtl?"rtl":"ltr",spaceBetween:u(P?.spacing,q)||0,loop:e,slidesPerView:"auto"===u(Z,q,1)?"auto":em,direction:ek,breakpoints:n,isSneakPeekCenter:a,slidesOffsetBefore:n?.[i]?.slidesOffsetBefore,thumbs:{slideThumbActiveClass:"gem-slider-item-active"},loopPreventsSliding:!1,autoplay:{delay:(g?.autoplayTimeout??1)*1e3,pauseOnMouseEnter:g?.pauseOnHover,stopOnLastSlide:!e}}},[P?.playSpeed,g?.rtl,P?.spacing,q,z,em,g?.sneakPeakType,g?.pauseOnHover,g?.autoplayTimeout,c?.width,j]),ey=i(e=>{let t=c&&c.params?.slidesPerView,r=t?c?.slidesPerViewDynamic():1;if(e<=1)return!1;let i="auto"===eb.slidesPerView?r:eb.slidesPerView;if(!Q||e<Number(i)||!C)return!1;let n=u(g?.sneakPeak,q,!1),a=n&&"center"===u(g?.sneakPeakType,q),l=Number.isNaN(Number(i))?1:Math.ceil(Number(i));a&&l%2==0&&(l+=1);let s=a?Math.max(1,Math.ceil(l/2)):1;return e<l+s},[c,eb.slidesPerView,Q,C,g?.sneakPeak,g?.sneakPeakType,q]);a(()=>{let e=`[data-id="${b?.uid}"]`;W({event:"gp:change-next-slide",selector:e,elementRef:A},e=>{let{data:t,isRollback:r,uniqueStorageKey:i}=e||{};ed({element:A.current,data:t,isRollback:r,key:i})}),W({event:"gp:change-previous-slide",selector:e,elementRef:A},e=>{let{data:t,isRollback:r,uniqueStorageKey:i}=e||{};ep({element:A.current,data:t,isRollback:r,key:i})}),W({event:"gp:change-image-step",selector:e,elementRef:A},e=>{let{data:t,isRollback:r,uniqueStorageKey:i}=e||{};ef({element:A.current,data:t,isRollback:r,key:i})}),W({event:"gp:change-index-slide",selector:e},t=>{let r=document.querySelector(e),{data:i,isRollback:n,uniqueStorageKey:a}=t||{};ef({element:r,data:i,isRollback:n,key:a})})},[]),a(()=>{F(k)},[k]);let eP=e=>{"next"===e?c?.slideNext():c?.slidePrev(),N&&(h&&clearTimeout(h),h=setTimeout(()=>N&&N(),500))};return a(()=>{if("number"==typeof y){if(D.current=y,c?.params?.loop){c?.slideToLoop(y);return}c?.slideTo(y)}},[c,y,w]),a(()=>{if(!c)return;let e=()=>{F(c.slides.length)},t=()=>{S&&S(c.realIndex)},r=()=>{R(c.realIndex),L(c?.translate===0),I(c?.translate<=c?.maxTranslate())};return c.on("transitionEnd",r),c.on("slideChange",e),c.on("slideChangeTransitionStart",t),()=>{c?.off("slideChange",e),c?.off("slideChangeTransitionStart",t),c?.off("transitionEnd",r)}},[eb.loop,c]),a(()=>{c?.wrapperEl&&(c.wrapperEl.style.transitionTimingFunction=g?.animationMode??"ease")},[c,g?.animationMode]),a(()=>{if(c&&c.autoplay){let e="edit"===U?!!$&&g?.runPreview&&g?.autoplay:g?.autoplay;e?c.autoplay.start():c.autoplay.stop()}},[c,g?.autoplay,U,$,g?.runPreview]),a(()=>{let e=e=>{if(b?.uid!==e?.detail.componentUid)return;let t=e?.detail.index||0;c?.slideToLoop(t)};return window.addEventListener("move-to-idx",e),()=>window.removeEventListener("move-to-idx",e)},[c,b?.uid]),a(()=>{if(!c)return;let e=c.el;e?.classList?.remove("swiper-horizontal","swiper-vertical");let t=u(g?.vertical,q)?"swiper-vertical":"swiper-horizontal";e?.classList?.add(t),c?.slides?.forEach(e=>{e.style.width="",e.style.height=""}),c?.update()},[q,g?.vertical,c,c?.params]),a(()=>{if(!c||!v)return;let e=()=>{let e=c?.slides?.slice(0,k)||[],t=Number(eb?.spaceBetween||0),r=e.reduce((e,t)=>e+t.offsetHeight,0)+t*(e.length-1),i=e.reduce((e,t)=>e+t.offsetWidth,0)+t*(e.length-1),n=c.params?.direction==="horizontal"?i>(c.width||0):r>(c.height||0);O(n)};return e(),c.on("resize",e),c.on("update",e),c.on("slidesLengthChange",e),c.on("orientationchange",e),()=>{c.off("resize",e),c.off("update",e),c.off("slidesLengthChange",e),c.off("orientationchange",e)}},[c]),{isInfinity:Q,sliderSettings:eb,totalSlideItem:j,currentSlide:H,localRef:A,isRenderDots:ec,showNavigation:ee,isScrollToStart:E,isScrollToEnd:M,handleDotClick:el,getItemsPerPage:ei,handleNextAndPrevSlide:eP,dispatchEventSelectSlide:es,getNumberOfFullWidthShow:er,setCurrentSlide:R,shouldDuplicateSlides:ey,setIsScrollToStart:L,setIsScrollToEnd:I,isHideNavigation:_}};export{useCarousel};
@@ -1 +1 @@
1
- import{useCurrentDevice as e,getResponsiveValueByScreen as t}from"@gem-sdk/core";let r=r=>{let{loop:c,enabledSneakPeak:o,slideItemsPerPage:i=1,currentSlide:s=1,totalSlideItem:l,slideDuplicated:m}=r,g=e(),h=t(c,g,!1);return{isLoop:h,checkIsActive:e=>o||h?e===s||e===(m&&l?s-l/2:s):e===Math.ceil(s/i)}};export{r as useDotsSetting};
1
+ import{useCurrentDevice as t,getResponsiveValueByScreen as e}from"@gem-sdk/core";let useDotsSetting=r=>{let{loop:o,enabledSneakPeak:s,slideItemsPerPage:i=1,currentSlide:l=1,totalSlideItem:n,slideDuplicated:u}=r,g=t(),m=e(o,g,!1),c=t=>{let e=u&&n,r=e?l-n/2:l;return s||m?t===l||t===r:t===Math.ceil(l/i)};return{isLoop:m,checkIsActive:c}};export{useDotsSetting};
@@ -1 +1 @@
1
- import{useRef as r,useState as e,useEffect as t}from"react";let i=i=>{let u=r(void 0),[n,f]=e(!1);return t(()=>{if(!n){if(!u.current){u.current=JSON.stringify({isFirstPreviewClicked:n,runPreview:i});return}n||u.current===JSON.stringify({isFirstPreviewClicked:n,runPreview:i})||f(!0)}},[n,i]),{isFirstPreviewClicked:n}};export{i as default};
1
+ import{useRef as r,useState as e,useEffect as t}from"react";let useTrackPreviewPause=i=>{let u=r(void 0),[a,n]=e(!1);return t(()=>{if(!a){if(!u.current){u.current=JSON.stringify({isFirstPreviewClicked:a,runPreview:i});return}a||u.current===JSON.stringify({isFirstPreviewClicked:a,runPreview:i})||n(!0)}},[a,i]),{isFirstPreviewClicked:a}};export{useTrackPreviewPause as default};
@@ -1 +1 @@
1
- import"react/jsx-runtime";import"react";import"@gem-sdk/core";import"@gem-sdk/system";import"next/link";import"./components/swiper/Swiper.js";import t from"./settings/Carousel.js";import e from"./settings/CarouselItem.js";let r={CarouselV3:t,CarouselItemV3:e};export{r as carouselSettingV3};
1
+ import"react/jsx-runtime";import"react";import"@gem-sdk/core";import"@gem-sdk/system";import"next/link";import t from"./settings/Carousel.js";import e from"./settings/CarouselItem.js";let carouselSettingV3={CarouselV3:t,CarouselItemV3:e};export{carouselSettingV3};
@@ -1 +1 @@
1
- import o from"next/dynamic";import t from"../common/components/Loading.js";import"react/jsx-runtime";import"react";import"@gem-sdk/core";let m=o(()=>import("./components/root/Carousel.js"),{loading:t}),r=o(()=>import("./components/item/CarouselItem.js"),{loading:t});var e={CarouselV3:m,CarouselItemV3:r};export{e as default};
1
+ import o from"next/dynamic";import e from"../common/components/Loading.js";import"react/jsx-runtime";import"react";import"@gem-sdk/core";let CarouselV3=o(()=>import("./components/root/Carousel.js"),{loading:e}),CarouselItemV3=o(()=>import("./components/item/CarouselItem.js"),{loading:e});var carouselV3={CarouselV3,CarouselItemV3};export{carouselV3 as default};
@@ -1 +1 @@
1
- let e={EASE_IN:{value:"ease-in"},EASE_OUT:{value:"ease-out"},EASE_IN_OUT:{value:"ease-in-out"}};export{e as CAROUSEL_ANIMATION};
1
+ let CAROUSEL_ANIMATION={EASE_IN:{value:"ease-in",formula:a=>a*a*a},EASE_OUT:{value:"ease-out",formula:a=>1-Math.pow(1-a,3)},EASE_IN_OUT:{value:"ease-in-out",formula:a=>a<.5?4*a*a*a:1-Math.pow(-2*a+2,3)/2},DEFAULT:{value:"default",formula:a=>1+--a*a*a*a*a}};export{CAROUSEL_ANIMATION};
@@ -1,5 +1,5 @@
1
- import{CarouselSettingsV2 as e}from"./configs/settings-v2.js";import{SettingUIV2 as o}from"./configs/ui-v2.js";import{CarouselPreset as i}from"./configs/presets.js";let s={tag:"CarouselV3",label:"Carousel",icon:`
1
+ import{CarouselSettingsV2 as e}from"./configs/settings-v2.js";import{SettingUIV2 as o}from"./configs/ui-v2.js";import{CarouselPreset as i}from"./configs/presets.js";let config={tag:"CarouselV3",label:"Carousel",icon:`
2
2
  <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
3
3
  <path fill-rule="evenodd" clip-rule="evenodd" d="M4.96586 7.25C4.96586 6.14543 5.86129 5.25 6.96586 5.25H17.0346C18.1391 5.25 19.0346 6.14543 19.0346 7.25V16.7484C19.0346 17.853 18.1391 18.7484 17.0346 18.7484H6.96586C5.86129 18.7484 4.96586 17.853 4.96586 16.7484V7.25ZM9.36039 6.25H6.96586C6.41357 6.25 5.96586 6.69772 5.96586 7.25V16.7484C5.96586 17.3007 6.41357 17.7484 6.96586 17.7484H9.36039L9.36039 6.25ZM10.3604 17.7484V6.25H14.1455V17.7484H10.3604ZM15.1455 17.7484H17.0346C17.5869 17.7484 18.0346 17.3007 18.0346 16.7484V7.25C18.0346 6.69771 17.5869 6.25 17.0346 6.25H15.1455V17.7484ZM3.31666 10.5447C3.51708 10.7346 3.52555 11.0511 3.33558 11.2515L2.61349 12.0133L3.33449 12.7691C3.52509 12.969 3.51762 13.2854 3.31781 13.4761C3.118 13.6667 2.8015 13.6592 2.6109 13.4594L1.693 12.4971C1.43561 12.2273 1.43493 11.803 1.69148 11.5324L2.60981 10.5636C2.79978 10.3632 3.11625 10.3547 3.31666 10.5447ZM20.6827 10.5458C20.8825 10.3552 21.199 10.3627 21.3896 10.5625L22.3075 11.5247C22.5649 11.7946 22.5656 12.2188 22.309 12.4894L21.3907 13.4583C21.2007 13.6587 20.8843 13.6672 20.6839 13.4772C20.4834 13.2872 20.475 12.9707 20.6649 12.7703L21.387 12.0085L20.666 11.2527C20.4754 11.0529 20.4829 10.7364 20.6827 10.5458ZM21.5839 12.215C21.5838 12.2149 21.584 12.2151 21.5839 12.215V12.215Z" fill="white"/>
4
4
  </svg>
5
- `,settings:e,ui:[],uiV2:o,presets:i,editorConfigs:{slots:{children:!1},placeholder:{notAppendTags:["MarqueeItem","Marquee"]}},locales:{editor:{en:{no_slider:"No Slider"}}}};export{s as default};
5
+ `,settings:e,ui:[],uiV2:o,presets:i,editorConfigs:{slots:{children:!1},placeholder:{notAppendTags:["MarqueeItem","Marquee"]}},locales:{editor:{en:{no_slider:"No Slider"}}}};export{config as default};
@@ -1 +1 @@
1
- let e={tag:"CarouselItemV3",label:"Carousel Item",settings:[{id:"setting",controls:[]},{id:"style",controls:[]}],editorConfigs:{component:{noSetting:!0,noDelete:!0,noDuplicate:!0,noDragDrop:!0},slots:{children:!0},sideBar:{hide:!0},toolbar:{hide:!0},placeholder:{notAppendBeforeAfter:!0,notAppendLeftRight:!0}}};export{e as default};
1
+ let config={tag:"CarouselItemV3",label:"Carousel Item",settings:[{id:"setting",controls:[]},{id:"style",controls:[]}],editorConfigs:{component:{noSetting:!0,noDelete:!0,noDuplicate:!0,noDragDrop:!0},slots:{children:!0},sideBar:{hide:!0},toolbar:{hide:!0},placeholder:{notAppendBeforeAfter:!0,notAppendLeftRight:!0}}};export{config as default};
@@ -1,4 +1,4 @@
1
- let e=[{id:"carousel",name:"Carousel",icon:{desktop:`
1
+ let CarouselPreset=[{id:"carousel",name:"Carousel",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="96" height="48" rx="3" fill="#424242"/>
4
4
  <path fill-rule="evenodd" clip-rule="evenodd" d="M13.8828 18.1302C14.0391 18.3037 14.0391 18.5851 13.8828 18.7587L10.9657 22L13.8828 25.2413C14.0391 25.4149 14.0391 25.6963 13.8828 25.8698C13.7266 26.0434 13.4734 26.0434 13.3172 25.8698L10.1172 22.3143C9.96095 22.1407 9.96095 21.8593 10.1172 21.6857L13.3172 18.1302C13.4734 17.9566 13.7266 17.9566 13.8828 18.1302Z" fill="#F9F9F9"/>
@@ -111,4 +111,4 @@ let e=[{id:"carousel",name:"Carousel",icon:{desktop:`
111
111
  </linearGradient>
112
112
  </defs>
113
113
  </svg>
114
- `},components:[{tag:"CarouselV3",label:"Carousel",settings:{childItem:["Item 1","Item 2","Item 3"],itemNumber:{desktop:3,tablet:2,mobile:2},sneakPeak:{desktop:!0},sneakPeakType:{desktop:"center"},dotStyle:{desktop:"outside"}},styles:{fullWidth:{desktop:!1,tablet:!1,mobile:!1},sizeSetting:{desktop:{width:"default"}}},advanced:{"spacing-setting":{desktop:{margin:{bottom:"var(--g-s-l)"}}}},childrens:[{tag:"CarouselItemV3",label:"Carousel Item",childrens:[]},{tag:"CarouselItemV3",label:"Carousel Item",childrens:[]},{tag:"CarouselItemV3",label:"Carousel Item",childrens:[]}]}]}];export{e as CarouselPreset};
114
+ `},components:[{tag:"CarouselV3",label:"Carousel",settings:{childItem:["Item 1","Item 2","Item 3"],itemNumber:{desktop:3,tablet:2,mobile:2},sneakPeak:{desktop:!0},sneakPeakType:{desktop:"center"},dotStyle:{desktop:"outside"}},styles:{fullWidth:{desktop:!1,tablet:!1,mobile:!1},sizeSetting:{desktop:{width:"default"}}},advanced:{"spacing-setting":{desktop:{margin:{bottom:"var(--g-s-l)"}}}},childrens:[{tag:"CarouselItemV3",label:"Carousel Item",childrens:[]},{tag:"CarouselItemV3",label:"Carousel Item",childrens:[]},{tag:"CarouselItemV3",label:"Carousel Item",childrens:[]}]}]}];export{CarouselPreset};
@@ -1,3 +1,3 @@
1
- import{CAROUSEL_ANIMATION as e}from"../../plugins/animation.js";let t=[{id:"itemNumber",label:"",type:"carousel-layout-selector",devices:{desktop:{default:4}}},{id:"sneakPeak",label:"Sneak peek",type:"sneak-peak",devices:{desktop:{default:!1}}},{id:"sneakPeakType",label:"",type:"sneak-peak-type",itemPerRow:2,iconViewBox:"0 0 118 52",enableItemBackground:!0,enableTooltip:!0,options:[{value:"forward",type:"sneak-peak-offset"},{value:"center",type:"sneak-peak-offset"}],devices:{desktop:{default:"forward"}}},{id:"sneakPeakOffsetForward",label:"Ratio",type:"input:slider",min:1,max:100,showDefaultUnit:!0,isNumber:!0,units:["%"],devices:{desktop:{default:50}}},{id:"sneakPeakOffsetCenter",label:"Ratio",type:"input:slider",min:1,max:100,showDefaultUnit:!0,isNumber:!0,units:["%"],devices:{desktop:{default:50}}},{id:"childItem",label:"Item management",type:"child-item",default:["Item 1","Item 2","Item 3","Item 4","Item 5","Item 6"]},{id:"vertical",label:"Vertical layout",type:"toggle",devices:{desktop:{default:!1}}},{id:"controlOverContent",label:"Next & previous position",type:"segment",options:[{label:"Inside",value:!0},{label:"Outside",value:!1}],devices:{desktop:{default:!0}}},{id:"dot",label:"Dots",type:"toggle",devices:{desktop:{default:!0}}},{id:"dotStyle",label:"Dot style",type:"option:illustration",iconViewBox:"0 0 77 48",enableItemBackground:!0,enableTooltip:!0,options:[{label:"Inside",value:"inside",type:"carousel-dot",svgName:"gp-carousel-dot-inside"},{label:"Outside",value:"outside",type:"carousel-dot",svgName:"gp-carousel-dot-outside"}],devices:{desktop:{default:"inside"}}},{id:"dotSize",label:"Dots size",type:"input:stepper",min:1,devices:{desktop:{default:12}}},{id:"dotGapToCarousel",label:"Gap to carousel",type:"input:slider",min:0,max:120,ignoreMax:!0,devices:{desktop:{default:16}}},{id:"dotColor",label:"Dot color",type:"color-picker-v2",devices:{desktop:{default:"bg-1"}},compoDefaultValue:{desktop:{default:"bg-1"}}},{id:"dotActiveColor",label:"Dot color active",type:"color-picker-v2",devices:{desktop:{default:"line-3"}},compoDefaultValue:{desktop:{default:"line-3"}}},{id:"navigationEnable",type:"toggle",devices:{desktop:{default:!0}}},{id:"navigationStyle",type:"option:illustration",iconViewBox:"0 0 77 48",enableItemBackground:!0,label:"Navigation style",enableTooltip:!0,options:[{label:"Outside",value:"outside",type:"slide-control",svgName:"gp-slide-control-outside"},{label:"Inside",value:"inside",type:"slide-control",svgName:"gp-slide-control-inside"}],devices:{desktop:{default:"inside"}}},{id:"arrowCustom",type:"icon",isHideClear:!0,default:`<svg height="20" width="20" data-name="caret-right-regular" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" data-id="508418455613473128">
1
+ import{CAROUSEL_ANIMATION as e}from"../../plugins/animation.js";let CarouselSettingsV2Setting=[{id:"itemNumber",label:"",type:"carousel-layout-selector",devices:{desktop:{default:4}}},{id:"sneakPeak",label:"Sneak peek",type:"sneak-peak",devices:{desktop:{default:!1}}},{id:"sneakPeakType",label:"",type:"sneak-peak-type",itemPerRow:2,iconViewBox:"0 0 118 52",enableItemBackground:!0,enableTooltip:!0,options:[{value:"forward",type:"sneak-peak-offset"},{value:"center",type:"sneak-peak-offset"}],devices:{desktop:{default:"forward"}}},{id:"sneakPeakOffsetForward",label:"Ratio",type:"input:slider",min:1,max:100,showDefaultUnit:!0,isNumber:!0,units:["%"],devices:{desktop:{default:50}}},{id:"sneakPeakOffsetCenter",label:"Ratio",type:"input:slider",min:1,max:100,showDefaultUnit:!0,isNumber:!0,units:["%"],devices:{desktop:{default:50}}},{id:"childItem",label:"Item management",type:"child-item",default:["Item 1","Item 2","Item 3","Item 4","Item 5","Item 6"]},{id:"vertical",label:"Vertical layout",type:"toggle",devices:{desktop:{default:!1}}},{id:"controlOverContent",label:"Next & previous position",type:"segment",options:[{label:"Inside",value:!0},{label:"Outside",value:!1}],devices:{desktop:{default:!0}}},{id:"dot",label:"Dots",type:"toggle",devices:{desktop:{default:!0}}},{id:"dotStyle",label:"Dot style",type:"option:illustration",iconViewBox:"0 0 77 48",enableItemBackground:!0,enableTooltip:!0,options:[{label:"Inside",value:"inside",type:"carousel-dot",svgName:"gp-carousel-dot-inside"},{label:"Outside",value:"outside",type:"carousel-dot",svgName:"gp-carousel-dot-outside"}],devices:{desktop:{default:"inside"}}},{id:"dotSize",label:"Dots size",type:"input:stepper",min:1,devices:{desktop:{default:12}}},{id:"dotGapToCarousel",label:"Gap to carousel",type:"input:slider",min:0,max:120,ignoreMax:!0,devices:{desktop:{default:16}}},{id:"dotColor",label:"Dot color",type:"color-picker-v2",devices:{desktop:{default:"bg-1"}},compoDefaultValue:{desktop:{default:"bg-1"}}},{id:"dotActiveColor",label:"Dot color active",type:"color-picker-v2",devices:{desktop:{default:"line-3"}},compoDefaultValue:{desktop:{default:"line-3"}}},{id:"navigationEnable",type:"toggle",devices:{desktop:{default:!0}}},{id:"navigationStyle",type:"option:illustration",iconViewBox:"0 0 77 48",enableItemBackground:!0,label:"Navigation style",enableTooltip:!0,options:[{label:"Outside",value:"outside",type:"slide-control",svgName:"gp-slide-control-outside"},{label:"Inside",value:"inside",type:"slide-control",svgName:"gp-slide-control-inside"}],devices:{desktop:{default:"inside"}}},{id:"arrowCustom",type:"icon",isHideClear:!0,default:`<svg height="20" width="20" data-name="caret-right-regular" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" data-id="508418455613473128">
2
2
  <path fill="currentColor" strokelinecap="round" strokelinejoin="round" d="M181.66,133.66l-80,80a8,8,0,0,1-11.32-11.32L164.69,128,90.34,53.66a8,8,0,0,1,11.32-11.32l80,80A8,8,0,0,1,181.66,133.66Z"></path></svg>
3
- `},{id:"arrowCustomColor",label:"Icon color",type:"color-picker-v2",default:"#121212",compoDefaultValue:"#121212"},{id:"arrowIconSize",label:"Number per show",type:"input:stepper",min:1,devices:{desktop:{default:24}}},{id:"arrowButtonSize",type:"size-setting",label:"",devices:{desktop:{default:{shapeValue:"1/1",shapeLinked:!0,width:void 0,height:void 0,padding:{linked:!0,type:"custom",top:"16px",bottom:"16px",left:"16px",right:"16px"}}}},lockShapeValue:!0,hiddenShowMore:!0,hiddenSettings:["gap","proportion","padding"],settingConfig:{width:{name:"Width",units:["px"],displayOptions:["small","medium","large"],sizeConfig:{small:"24px",medium:"32px",large:"40px"}},height:{name:"Height",units:["px"],displayOptions:["small","medium","large","full-height"],sizeConfig:{small:"24px",medium:"32px",large:"40px",full:"100%"}},padding:{paddingConfig:{small:{vertical:"2px",horizontal:"2px"},medium:{vertical:"4px",horizontal:"4px"},large:{vertical:"8px",horizontal:"8px"}}}},sizePaddingInput:"small"},{id:"arrowBackgroundColor",label:"Background Color",type:"color-picker-v2",default:"transparent",compoDefaultValue:"bg-2"},{id:"arrowBorder",type:"border-v2",label:"Border",devices:{desktop:{default:{borderType:"none",border:"none",borderWidth:"1px",width:"1px 1px 1px 1px",isCustom:!0}}},compoDefaultValue:{desktop:{default:{color:"line-3",border:"solid",width:"1px",borderWidth:"1px"}}}},{id:"arrowShadow",type:"shadow-v2",devices:{desktop:{default:{type:"shadow-1",distance:"4px",blur:"4px",spread:"0px",color:"rgba(18, 18, 18, 0.2)",angle:45,enable:!1}}},compoDefaultValue:{desktop:{default:{type:"shadow-1",distance:"4px",blur:"4px",spread:"0px",color:"rgba(18, 18, 18, 0.2)",angle:45,enable:!0}}}},{id:"roundedArrow",type:"corner-v2",label:"Border Radius",devices:{desktop:{default:{btrr:"0px",bblr:"0px",bbrr:"0px",btlr:"0px",radiusType:"none"}}},compoDefaultValue:{desktop:{default:{btrr:"9999px",bblr:"9999px",bbrr:"9999px",btlr:"9999px",radiusType:"circle"}}}},{id:"arrowGapToEachSide",label:"Gap to each side",type:"input:slider",min:0,max:120,ignoreMax:!0,default:"16"},{id:"showWhenHover",label:"Only show when hover",type:"toggle",default:!1},{id:"rtl",label:"Direction",type:"option:value",options:[{value:!1,iconName:"polaris-arrow-left",label:"Right to left"},{value:!0,label:"Left to right",iconName:"polaris-arrow-right"}],default:!1},{id:"autoplay",label:"Autoplay",type:"toggle",default:!1},{id:"autoplayTimeout",label:"Time out",type:"input:slider",min:1,max:4,step:.1,default:2,units:["s"],isNumber:!0,showDefaultUnit:!0,ignoreMax:!0},{id:"pauseOnHover",label:"Pause On Hover",type:"toggle",default:!0,hide:!0},{id:"runPreview",type:"play-pause",hideLabel:!0,default:!1},{id:"enableDrag",label:"Drag to scroll",type:"toggle",devices:{desktop:{default:!0}}},{id:"loop",label:"Infinity loop",type:"toggle",devices:{desktop:{default:!1}}},{id:"animationMode",label:"Animation",type:"select",default:e.EASE_IN.value,options:[{label:"Ease in",value:e.EASE_IN.value},{label:"Ease out",value:e.EASE_OUT.value},{label:"Ease in & out",value:e.EASE_IN_OUT.value}]},{id:"background",type:"background-media-combo",devices:{desktop:{default:{type:"color",color:void 0,image:{src:"",width:0,height:0},size:"cover",position:{x:50,y:50},repeat:"no-repeat",attachment:"scroll"}}},compoDefaultValue:{desktop:{default:{type:"color",color:"bg-2",image:{src:"",width:0,height:0},size:"cover",position:{x:50,y:50},repeat:"no-repeat",attachment:"scroll"}}}},{id:"label",label:"Option Label",type:"toggle",default:!0}],l=[{id:"backgroundColor",type:"color-picker-v2",devices:{desktop:{default:void 0}},compoDefaultValue:{desktop:{default:"#DDDDDD"}},enableGradient:!0},{id:"backgroundImage",type:"background-image",devices:{desktop:{default:{}}},compoDefaultValue:{desktop:{default:{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:"playSpeed",label:"Slide speed",type:"input:slider",useOnlyUnitInit:!0,min:100,max:5e3,step:50,units:["ms"],showDefaultUnit:!0,isNumber:!0,default:500},{id:"sizeSetting",type:"size-setting",label:"",devices:{desktop:{default:{shapeLinked:!1,width:"default",height:"auto"}}},settingConfig:{width:{displayOptions:["full","default"],name:"Width"},height:{displayOptions:["auto","small","medium","large"],name:"Height",sizeConfig:{small:"300px",medium:"500px",large:"700px"}}},hiddenSettings:["padding","gap","shape"]},{id:"align",label:"Align",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:"center"}}},{id:"borderContent",type:"border-v2",label:"Border",default:{borderType:"none",border:"none",width:"1px 1px 1px 1px",position:"all",borderWidth:"1px",color:"line-3",isCustom:!0},compoDefaultValue:{width:"1px 1px 1px 1px",position:"all",borderWidth:"1px",color:"line-3",border:"solid"}},{id:"roundedContent",type:"corner-v2",label:"Corner",default:{radiusType:"none"}},{id:"hasActiveShadow",type:"toggle",label:"Enable Button Shadow",default:!1},{id:"carouselShadow",type:"shadow-v2",label:"Button Shadow",default:{type:"shadow-1",distance:"4px",blur:"4px",spread:"0px",color:"rgba(18, 18, 18, 0.2)",angle:45,enable:!1},compoDefaultValue:{type:"shadow-1",distance:"4px",blur:"4px",spread:"0px",color:"rgba(18, 18, 18, 0.2)",angle:45,enable:!0}},{id:"spacing",label:"Items spacing",type:"input:slider",fallbackValue:"0",min:0,max:80,ignoreMax:!0,devices:{desktop:{default:16}}},{id:"itemPadding",type:"size-setting",devices:{desktop:{default:{padding:{}}}},hiddenSettings:["shape","gap","width","height"],hiddenShowMore:!0}],a=[{id:"setting",controls:t},{id:"style",controls:l}];export{a as CarouselSettingsV2,t as CarouselSettingsV2Setting,l as CarouselSettingsV2Style};
3
+ `},{id:"arrowCustomColor",label:"Icon color",type:"color-picker-v2",default:"#121212",compoDefaultValue:"#121212"},{id:"arrowIconSize",label:"Number per show",type:"input:stepper",min:1,devices:{desktop:{default:24}}},{id:"arrowButtonSize",type:"size-setting",label:"",devices:{desktop:{default:{shapeValue:"1/1",shapeLinked:!0,width:void 0,height:void 0,padding:{linked:!0,type:"custom",top:"16px",bottom:"16px",left:"16px",right:"16px"}}}},lockShapeValue:!0,hiddenShowMore:!0,hiddenSettings:["gap","proportion","padding"],settingConfig:{width:{name:"Width",units:["px"],displayOptions:["small","medium","large"],sizeConfig:{small:"24px",medium:"32px",large:"40px"}},height:{name:"Height",units:["px"],displayOptions:["small","medium","large","full-height"],sizeConfig:{small:"24px",medium:"32px",large:"40px",full:"100%"}},padding:{paddingConfig:{small:{vertical:"2px",horizontal:"2px"},medium:{vertical:"4px",horizontal:"4px"},large:{vertical:"8px",horizontal:"8px"}}}},sizePaddingInput:"small"},{id:"arrowBackgroundColor",label:"Background Color",type:"color-picker-v2",default:"transparent",compoDefaultValue:"bg-2"},{id:"arrowBorder",type:"border-v2",label:"Border",devices:{desktop:{default:{borderType:"none",border:"none",borderWidth:"1px",width:"1px 1px 1px 1px",isCustom:!0}}},compoDefaultValue:{desktop:{default:{color:"line-3",border:"solid",width:"1px",borderWidth:"1px"}}}},{id:"arrowShadow",type:"shadow-v2",devices:{desktop:{default:{type:"shadow-1",distance:"4px",blur:"4px",spread:"0px",color:"rgba(18, 18, 18, 0.2)",angle:45,enable:!1}}},compoDefaultValue:{desktop:{default:{type:"shadow-1",distance:"4px",blur:"4px",spread:"0px",color:"rgba(18, 18, 18, 0.2)",angle:45,enable:!0}}}},{id:"roundedArrow",type:"corner-v2",label:"Border Radius",devices:{desktop:{default:{btrr:"0px",bblr:"0px",bbrr:"0px",btlr:"0px",radiusType:"none"}}},compoDefaultValue:{desktop:{default:{btrr:"9999px",bblr:"9999px",bbrr:"9999px",btlr:"9999px",radiusType:"circle"}}}},{id:"arrowGapToEachSide",label:"Gap to each side",type:"input:slider",min:0,max:120,ignoreMax:!0,default:"16"},{id:"showWhenHover",label:"Only show when hover",type:"toggle",default:!1},{id:"rtl",label:"Direction",type:"option:value",options:[{value:!1,iconName:"polaris-arrow-left",label:"Right to left"},{value:!0,label:"Left to right",iconName:"polaris-arrow-right"}],default:!1},{id:"autoplay",label:"Autoplay",type:"toggle",default:!1},{id:"autoplayTimeout",label:"Time out",type:"input:slider",min:1,max:4,step:.1,default:2,units:["s"],isNumber:!0,showDefaultUnit:!0,ignoreMax:!0},{id:"pauseOnHover",label:"Pause On Hover",type:"toggle",default:!0,hide:!0},{id:"runPreview",type:"play-pause",hideLabel:!0,default:!1},{id:"enableDrag",label:"Drag to scroll",type:"toggle",devices:{desktop:{default:!0}}},{id:"loop",label:"Infinity loop",type:"toggle",devices:{desktop:{default:!1}}},{id:"animationMode",label:"Animation",type:"select",default:e.EASE_IN.value,options:[{label:"Ease in",value:e.EASE_IN.value},{label:"Ease out",value:e.EASE_OUT.value},{label:"Ease in & out",value:e.EASE_IN_OUT.value}]},{id:"background",type:"background-media-combo",devices:{desktop:{default:{type:"color",color:void 0,image:{src:"",width:0,height:0},size:"cover",position:{x:50,y:50},repeat:"no-repeat",attachment:"scroll"}}},compoDefaultValue:{desktop:{default:{type:"color",color:"bg-2",image:{src:"",width:0,height:0},size:"cover",position:{x:50,y:50},repeat:"no-repeat",attachment:"scroll"}}}},{id:"label",label:"Option Label",type:"toggle",default:!0}],CarouselSettingsV2Style=[{id:"backgroundColor",type:"color-picker-v2",devices:{desktop:{default:void 0}},compoDefaultValue:{desktop:{default:"#DDDDDD"}},enableGradient:!0},{id:"backgroundImage",type:"background-image",devices:{desktop:{default:{}}},compoDefaultValue:{desktop:{default:{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:"playSpeed",label:"Slide speed",type:"input:slider",useOnlyUnitInit:!0,min:100,max:5e3,step:50,units:["ms"],showDefaultUnit:!0,isNumber:!0,default:500},{id:"sizeSetting",type:"size-setting",label:"",devices:{desktop:{default:{shapeLinked:!1,width:"default",height:"auto"}}},settingConfig:{width:{displayOptions:["full","default"],name:"Width"},height:{displayOptions:["auto","small","medium","large"],name:"Height",sizeConfig:{small:"300px",medium:"500px",large:"700px"}}},hiddenSettings:["padding","gap","shape"]},{id:"align",label:"Align",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:"center"}}},{id:"borderContent",type:"border-v2",label:"Border",default:{borderType:"none",border:"none",width:"1px 1px 1px 1px",position:"all",borderWidth:"1px",color:"line-3",isCustom:!0},compoDefaultValue:{width:"1px 1px 1px 1px",position:"all",borderWidth:"1px",color:"line-3",border:"solid"}},{id:"roundedContent",type:"corner-v2",label:"Corner",default:{radiusType:"none"}},{id:"hasActiveShadow",type:"toggle",label:"Enable Button Shadow",default:!1},{id:"carouselShadow",type:"shadow-v2",label:"Button Shadow",default:{type:"shadow-1",distance:"4px",blur:"4px",spread:"0px",color:"rgba(18, 18, 18, 0.2)",angle:45,enable:!1},compoDefaultValue:{type:"shadow-1",distance:"4px",blur:"4px",spread:"0px",color:"rgba(18, 18, 18, 0.2)",angle:45,enable:!0}},{id:"spacing",label:"Items spacing",type:"input:slider",fallbackValue:"0",min:0,max:80,ignoreMax:!0,devices:{desktop:{default:16}}},{id:"itemPadding",type:"size-setting",devices:{desktop:{default:{padding:{}}}},hiddenSettings:["shape","gap","width","height"],hiddenShowMore:!0}],CarouselSettingsV2=[{id:"setting",controls:CarouselSettingsV2Setting},{id:"style",controls:CarouselSettingsV2Style}];export{CarouselSettingsV2,CarouselSettingsV2Setting,CarouselSettingsV2Style};
@@ -1 +1 @@
1
- let e={controls:[{label:"Navigation",setting:{id:"navigationEnable"},options:{labelVariant:"primary",toggleStyle:"switch"}},{conditionDisplay:"navigationEnable === true",label:"Position",setting:{id:"navigationStyle"}},{conditionDisplay:"navigationEnable === true",label:"Icon",setting:{id:"arrowCustom"}},{conditionDisplay:"navigationEnable === true",label:"Icon size",setting:{id:"arrowIconSize"}},{conditionDisplay:"navigationEnable === true",label:"Icon color",setting:{id:"arrowCustomColor"}}],moreSettings:{controls:[{type:"combo",conditionDisplay:"navigationEnable === true",label:"Button size",fixedValue:"Edit",iconName:"polaris-measurement-size",isHideClear:!0,controls:[{setting:{id:"arrowButtonSize"},layout:"vertical"},{label:"Padding",controlConfig:{id:"arrow-button-padding",type:"padding-v2",linkWithSetting:{name:"arrowButtonSize",field:"padding"},compoDefaultValue:{desktop:{default:{type:"custom",top:"16px",bottom:"16px",left:"16px",right:"16px",linked:!1}}}}}]},{conditionDisplay:"navigationEnable === true",label:"Background",setting:{id:"arrowBackgroundColor"}},{conditionDisplay:"navigationEnable === true",label:"Border",setting:{id:"arrowBorder"}},{conditionDisplay:"navigationEnable === true",label:"Corner",setting:{id:"roundedArrow"}},{conditionDisplay:"navigationEnable === true",label:"Shadow",setting:{id:"arrowShadow"}},{conditionDisplay:"navigationEnable === true",label:"Gap to edge",setting:{id:"arrowGapToEachSide"}},{conditionDisplay:"navigationEnable === true",label:"Show on hover",setting:{id:"showWhenHover"}}]}},t={controls:[{label:"Dots",setting:{id:"dot"},options:{labelVariant:"primary",toggleStyle:"switch"}},{conditionDisplay:"dot === true",label:"Position",setting:{id:"dotStyle"},options:{hiddenSwitchDeviceIcon:!0}},{conditionDisplay:"dot === true",label:"Active color",setting:{id:"dotActiveColor"},options:{hiddenSwitchDeviceIcon:!0}},{conditionDisplay:"dot === true",label:"Inactive color",setting:{id:"dotColor"},options:{hiddenSwitchDeviceIcon:!0}}],moreSettings:{controls:[{conditionDisplay:"dot === true",label:"Dots size",setting:{id:"dotSize"},options:{hiddenSwitchDeviceIcon:!0}},{conditionDisplay:"dot === true",label:"Gap to edge",setting:{id:"dotGapToCarousel"},options:{hiddenSwitchDeviceIcon:!0}}]}},i={label:"Slide effect",controls:[{label:"Autoplay",setting:{id:"autoplay"}},{label:"Delay",setting:{id:"autoplayTimeout"},conditionDisplay:"autoplay === true"},{label:"Pause On Hover",setting:{id:"pauseOnHover"},conditionDisplay:"autoplay == true"},{label:"Slide direction",setting:{id:"rtl"}},{label:"Infinity loop",setting:{id:"loop"}},{label:"Drag / swipe",setting:{id:"enableDrag"}}],moreSettings:{controls:[{label:"Slide speed",setting:{id:"playSpeed"}},{label:"Animation",setting:{id:"animationMode"}},{setting:{id:"runPreview"},layout:"vertical",conditionDisplay:"autoplay === true"}]}},o=[{label:"Items per slide",controls:[{setting:{id:"itemNumber"},layout:"vertical",popoverLabel:"Items per slide"}]},{label:"Display",controls:[{label:"Sneak peek",type:"combo",setting:{id:"sneakPeak"},fixedValue:"Styled",iconName:"gp-sneak-peek-left",conditionEnable:"itemNumber > 1",options:{disableMessage:"Sneak peek doesn't work <br> with 1-column layout"},controls:[{layout:"vertical",label:"style",setting:{id:"sneakPeakType"}},{conditionDisplay:'sneakPeakType == "forward"',label:"Ratio",setting:{id:"sneakPeakOffsetForward"}},{conditionDisplay:'sneakPeakType == "center"',label:"Ratio",setting:{id:"sneakPeakOffsetCenter"}}]}]},{label:"Item management",controls:[{label:"Order",setting:{id:"childItem"}}]},{label:"Item spacing",controls:[{label:"Gap",setting:{id:"spacing"}}]},{label:"Item style",controls:[{label:"Padding",controlConfig:{id:"itemPadding",type:"padding-v2",linkWithSetting:{name:"itemPadding",field:"padding"},compoDefaultValue:{desktop:{default:{type:"custom",top:"16px",bottom:"16px",left:"16px",right:"16px"}}}}},{label:"Background",setting:{id:"background"}}],moreSettings:{controls:[{label:"Border",setting:{id:"borderContent"}},{label:"Corner",setting:{id:"roundedContent"}},{label:"Shadow",setting:{id:"carouselShadow"},options:{updateFields:[{field:"enable",settingId:"hasActiveShadow"}]},controlChangeTrigger:{settings:[{condition:"carouselShadow.enable === true",source:["carouselShadow"],action:{controlId:"hasActiveShadow",groupType:"style",controlType:"style",newValue:!0}},{condition:"carouselShadow.enable === false",source:["carouselShadow"],action:{controlId:"hasActiveShadow",groupType:"style",controlType:"style",newValue:!1}}],options:{noRecordHistory:!0}}}]}},e,t,i,{label:"Size",controls:[{id:"Width",label:"Width",controlConfig:{id:"width",type:"dropdown:input",label:"Width",inputType:"number",units:["px","%"],hideUnit:!1,fallbackValue:"Auto",linkWithSetting:{name:"sizeSetting",field:"width"},displayOptions:[{label:"Default",value:"default",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,fallbackValue:"Auto",linkWithSetting:{name:"sizeSetting",field:"height"},displayOptions:[{label:"Fit content",value:"Auto",showValue:!0}]},layout:"horizontal"},{label:"Padding",conditionDisplay:'pageType != "POST_PURCHASE"',controlConfig:{id:"slider-padding",type:"padding-v2",linkWithSetting:{name:"spacing-setting",field:"padding"}}}]},{label:"Background",controls:[{label:"Color",setting:{id:"backgroundColor"}},{label:"Image",setting:{id:"backgroundImage"}}]},{label:"Shape",controls:[{label:"Border",setting:{id:"border",state:"normal"}},{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:[{conditionEnable:'!(parseInt(sizeSetting.width) >= 100 && sizeSetting.width?.includes("%"))',setting:{id:"align"},label:"Align",options:{labelVariant:"primary",disableMessage:"Horizontal alignment is disabled when the width is set to 100% or greater"}}]}];export{o as SettingUIV2,t as carouselDotsSettings,i as carouselEffectsSettings,e as carouselNavigationSettings};
1
+ let carouselNavigationSettings={controls:[{label:"Navigation",setting:{id:"navigationEnable"},options:{labelVariant:"primary",toggleStyle:"switch"}},{conditionDisplay:"navigationEnable === true",label:"Position",setting:{id:"navigationStyle"}},{conditionDisplay:"navigationEnable === true",label:"Icon",setting:{id:"arrowCustom"}},{conditionDisplay:"navigationEnable === true",label:"Icon size",setting:{id:"arrowIconSize"}},{conditionDisplay:"navigationEnable === true",label:"Icon color",setting:{id:"arrowCustomColor"}}],moreSettings:{controls:[{type:"combo",conditionDisplay:"navigationEnable === true",label:"Button size",fixedValue:"Edit",iconName:"polaris-measurement-size",isHideClear:!0,controls:[{setting:{id:"arrowButtonSize"},layout:"vertical"},{label:"Padding",controlConfig:{id:"arrow-button-padding",type:"padding-v2",linkWithSetting:{name:"arrowButtonSize",field:"padding"},compoDefaultValue:{desktop:{default:{type:"custom",top:"16px",bottom:"16px",left:"16px",right:"16px",linked:!1}}}}}]},{conditionDisplay:"navigationEnable === true",label:"Background",setting:{id:"arrowBackgroundColor"}},{conditionDisplay:"navigationEnable === true",label:"Border",setting:{id:"arrowBorder"}},{conditionDisplay:"navigationEnable === true",label:"Corner",setting:{id:"roundedArrow"}},{conditionDisplay:"navigationEnable === true",label:"Shadow",setting:{id:"arrowShadow"}},{conditionDisplay:"navigationEnable === true",label:"Gap to edge",setting:{id:"arrowGapToEachSide"}},{conditionDisplay:"navigationEnable === true",label:"Show on hover",setting:{id:"showWhenHover"}}]}},carouselDotsSettings={controls:[{label:"Dots",setting:{id:"dot"},options:{labelVariant:"primary",toggleStyle:"switch"}},{conditionDisplay:"dot === true",label:"Position",setting:{id:"dotStyle"},options:{hiddenSwitchDeviceIcon:!0}},{conditionDisplay:"dot === true",label:"Active color",setting:{id:"dotActiveColor"},options:{hiddenSwitchDeviceIcon:!0}},{conditionDisplay:"dot === true",label:"Inactive color",setting:{id:"dotColor"},options:{hiddenSwitchDeviceIcon:!0}}],moreSettings:{controls:[{conditionDisplay:"dot === true",label:"Dots size",setting:{id:"dotSize"},options:{hiddenSwitchDeviceIcon:!0}},{conditionDisplay:"dot === true",label:"Gap to edge",setting:{id:"dotGapToCarousel"},options:{hiddenSwitchDeviceIcon:!0}}]}},carouselEffectsSettings={label:"Slide effect",controls:[{label:"Autoplay",setting:{id:"autoplay"}},{label:"Delay",setting:{id:"autoplayTimeout"},conditionDisplay:"autoplay === true"},{label:"Pause On Hover",setting:{id:"pauseOnHover"},conditionDisplay:"autoplay == true"},{label:"Slide direction",setting:{id:"rtl"}},{label:"Infinity loop",setting:{id:"loop"}},{label:"Drag / swipe",setting:{id:"enableDrag"}}],moreSettings:{controls:[{label:"Slide speed",setting:{id:"playSpeed"}},{label:"Animation",setting:{id:"animationMode"}},{setting:{id:"runPreview"},layout:"vertical",conditionDisplay:"autoplay === true"}]}},SettingUIV2=[{label:"Items per slide",controls:[{setting:{id:"itemNumber"},layout:"vertical",popoverLabel:"Items per slide"}]},{label:"Display",controls:[{label:"Sneak peek",type:"combo",setting:{id:"sneakPeak"},fixedValue:"Styled",iconName:"gp-sneak-peek-left",conditionEnable:"itemNumber > 1",options:{disableMessage:"Sneak peek doesn't work <br> with 1-column layout"},controls:[{layout:"vertical",label:"style",setting:{id:"sneakPeakType"}},{conditionDisplay:'sneakPeakType == "forward"',label:"Ratio",setting:{id:"sneakPeakOffsetForward"}},{conditionDisplay:'sneakPeakType == "center"',label:"Ratio",setting:{id:"sneakPeakOffsetCenter"}}]}]},{label:"Item management",controls:[{label:"Order",setting:{id:"childItem"}}]},{label:"Item spacing",controls:[{label:"Gap",setting:{id:"spacing"}}]},{label:"Item style",controls:[{label:"Padding",controlConfig:{id:"itemPadding",type:"padding-v2",linkWithSetting:{name:"itemPadding",field:"padding"},compoDefaultValue:{desktop:{default:{type:"custom",top:"16px",bottom:"16px",left:"16px",right:"16px"}}}}},{label:"Background",setting:{id:"background"}}],moreSettings:{controls:[{label:"Border",setting:{id:"borderContent"}},{label:"Corner",setting:{id:"roundedContent"}},{label:"Shadow",setting:{id:"carouselShadow"},options:{updateFields:[{field:"enable",settingId:"hasActiveShadow"}]},controlChangeTrigger:{settings:[{condition:"carouselShadow.enable === true",source:["carouselShadow"],action:{controlId:"hasActiveShadow",groupType:"style",controlType:"style",newValue:!0}},{condition:"carouselShadow.enable === false",source:["carouselShadow"],action:{controlId:"hasActiveShadow",groupType:"style",controlType:"style",newValue:!1}}],options:{noRecordHistory:!0}}}]}},carouselNavigationSettings,carouselDotsSettings,carouselEffectsSettings,{label:"Size",controls:[{id:"Width",label:"Width",controlConfig:{id:"width",type:"dropdown:input",label:"Width",inputType:"number",units:["px","%"],hideUnit:!1,fallbackValue:"Auto",linkWithSetting:{name:"sizeSetting",field:"width"},displayOptions:[{label:"Default",value:"default",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,fallbackValue:"Auto",linkWithSetting:{name:"sizeSetting",field:"height"},displayOptions:[{label:"Fit content",value:"Auto",showValue:!0}]},layout:"horizontal"},{label:"Padding",conditionDisplay:'pageType != "POST_PURCHASE"',controlConfig:{id:"slider-padding",type:"padding-v2",linkWithSetting:{name:"spacing-setting",field:"padding"}}}]},{label:"Background",controls:[{label:"Color",setting:{id:"backgroundColor"}},{label:"Image",setting:{id:"backgroundImage"}}]},{label:"Shape",controls:[{label:"Border",setting:{id:"border",state:"normal"}},{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:[{conditionEnable:'!(parseInt(sizeSetting.width) >= 100 && sizeSetting.width?.includes("%"))',setting:{id:"align"},label:"Align",options:{labelVariant:"primary",disableMessage:"Horizontal alignment is disabled when the width is set to 100% or greater"}}]}];export{SettingUIV2,carouselDotsSettings,carouselEffectsSettings,carouselNavigationSettings};
@@ -1,2 +1,2 @@
1
1
  'use client';
2
- import{jsx as e,jsxs as t}from"react/jsx-runtime";import{useMemo as l}from"react";import{useCartData as i,useCartUI as r,useFormatMoney as n,getGlobalColorStateStyle as s,filterHoverVariables as a,cls as p,getGlobalColorStateClass as g}from"@gem-sdk/core";let c=({setting:c,styles:o,builderAttrs:d,builderProps:m,className:h,style:u})=>{let{data:f}=i(),{openCart:v}=r(),x=n(f?.totalPrice??0,!1),w=l(()=>f?.lineItems.reduce((e,t)=>e+t.quantity,0)??0,[f?.lineItems]),b=s("c",o?.iconColor),_=c?.enableHoverEffect?b:a(b);return e("div",{...d,"data-id":m?.uid,"aria-hidden":!0,style:u,className:p("gp-relative gp-inline-block",m?.uid,h),onClick:v,children:t("div",{className:"gp-flex gp-cursor-pointer gp-items-center gp-gap-4",children:[t("div",{className:p("gp-relative",g("text",o?.iconColor)),style:_,children:[c?.svgIcon?e("span",{className:"gp-flex gp-h-8 gp-w-8 gp-items-center gp-justify-center [&_>_svg]:gp-h-8 [&_>_svg]:gp-w-8",dangerouslySetInnerHTML:{__html:c.svgIcon}}):e("span",{className:"gp-flex gp-h-8 gp-w-8 gp-items-center gp-justify-center [&_>_svg]:gp-h-8 [&_>_svg]:gp-w-8",children:e("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:"2",children:e("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M3 3h2l.4 2M7 13h10l4-8H5.4M7 13L5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 100 4 2 2 0 000-4zm-8 2a2 2 0 11-4 0 2 2 0 014 0z"})})}),e("span",{className:"gp-absolute -gp-right-2 -gp-top-1 gp-inline-flex gp-aspect-square gp-w-5 gp-animate-bounce gp-items-center gp-justify-center gp-rounded-full gp-bg-g-brand gp-text-xs gp-font-semibold gp-text-white",children:w})]}),!c?.iconOnly&&t("div",{className:"gp-flex gp-flex-col",children:[e("span",{className:"gp-font-semibold",children:c?.label}),e("div",{children:t("span",{"aria-label":"Total item","data-testid":"cart-total",children:[w," items - ",x]})})]})]})})};export{c as default};
2
+ import{jsx as e,jsxs as t}from"react/jsx-runtime";import{useMemo as l}from"react";import{useCartData as i,useCartUI as r,useFormatMoney as n,getGlobalColorStateStyle as s,filterHoverVariables as a,cls as p,getGlobalColorStateClass as g}from"@gem-sdk/core";let Cart=({setting:c,styles:o,builderAttrs:d,builderProps:m,className:h,style:u})=>{let{data:f}=i(),{openCart:v}=r(),x=n(f?.totalPrice??0,!1),w=l(()=>f?.lineItems.reduce((e,t)=>e+t.quantity,0)??0,[f?.lineItems]),b=s("c",o?.iconColor),_=c?.enableHoverEffect?b:a(b);return e("div",{...d,"data-id":m?.uid,"aria-hidden":!0,style:u,className:p("gp-relative gp-inline-block",m?.uid,h),onClick:v,children:t("div",{className:"gp-flex gp-cursor-pointer gp-items-center gp-gap-4",children:[t("div",{className:p("gp-relative",g("text",o?.iconColor)),style:_,children:[c?.svgIcon?e("span",{className:"gp-flex gp-h-8 gp-w-8 gp-items-center gp-justify-center [&_>_svg]:gp-h-8 [&_>_svg]:gp-w-8",dangerouslySetInnerHTML:{__html:c.svgIcon}}):e("span",{className:"gp-flex gp-h-8 gp-w-8 gp-items-center gp-justify-center [&_>_svg]:gp-h-8 [&_>_svg]:gp-w-8",children:e("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:"2",children:e("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M3 3h2l.4 2M7 13h10l4-8H5.4M7 13L5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 100 4 2 2 0 000-4zm-8 2a2 2 0 11-4 0 2 2 0 014 0z"})})}),e("span",{className:"gp-absolute -gp-right-2 -gp-top-1 gp-inline-flex gp-aspect-square gp-w-5 gp-animate-bounce gp-items-center gp-justify-center gp-rounded-full gp-bg-g-brand gp-text-xs gp-font-semibold gp-text-white",children:w})]}),!c?.iconOnly&&t("div",{className:"gp-flex gp-flex-col",children:[e("span",{className:"gp-font-semibold",children:c?.label}),e("div",{children:t("span",{"aria-label":"Total item","data-testid":"cart-total",children:[w," items - ",x]})})]})]})})};export{Cart as default};
@@ -1,2 +1,2 @@
1
1
  'use client';
2
- import{jsx as r}from"react/jsx-runtime";import{useCartData as e}from"@gem-sdk/core";let t=()=>{let{data:t}=e();return r("a",{href:t?.checkoutUrl,target:"_blank",rel:"noreferrer",children:"Checkout"})};export{t as default};
2
+ import{jsx as r}from"react/jsx-runtime";import{useCartData as e}from"@gem-sdk/core";let CartCheckout=()=>{let{data:t}=e();return r("a",{href:t?.checkoutUrl,target:"_blank",rel:"noreferrer",children:"Checkout"})};export{CartCheckout as default};
@@ -1,2 +1,2 @@
1
1
  'use client';
2
- import{jsx as t}from"react/jsx-runtime";let o=()=>t("span",{children:"Comming soon"});export{o as default};
2
+ import{jsx as t}from"react/jsx-runtime";let CartDiscount=()=>t("span",{children:"Comming soon"});export{CartDiscount as default};
@@ -1,2 +1,2 @@
1
1
  'use client';
2
- import{jsx as e}from"react/jsx-runtime";import{useCartLine as t}from"@gem-sdk/core";import r from"../../text/components/Text.js";let a=({styles:a,className:i,style:l,builderProps:m})=>{let n=t();return e("ul",{"data-id":m?.uid,className:i,style:{...l,"--ai":"center"},children:n?.options?.map(t=>e("li",{children:e(r,{styles:a,setting:{htmlTag:"span",text:`${t.name}: ${t.value}`,excludeFlex:!0}})},`${t.name}-${t.value}`))})};export{a as default};
2
+ import{jsx as e}from"react/jsx-runtime";import{useCartLine as t}from"@gem-sdk/core";import r from"../../text/components/Text.js";let CartLineAttribute=({styles:a,className:i,style:l,builderProps:m})=>{let n=t();return e("ul",{"data-id":m?.uid,className:i,style:{...l,"--ai":"center"},children:n?.options?.map(t=>e("li",{children:e(r,{styles:a,setting:{htmlTag:"span",text:`${t.name}: ${t.value}`,excludeFlex:!0}})},`${t.name}-${t.value}`))})};export{CartLineAttribute as default};
@@ -1,2 +1,2 @@
1
1
  'use client';
2
- import{jsx as e}from"react/jsx-runtime";import{useCartLine as t,cls as a}from"@gem-sdk/core";import r from"../../image/components/Image.js";let o=({className:o,style:i,setting:m={},styles:s={},builderProps:g})=>{let n=t(),c=n.variant?.image?.url,l=n.variant?.image?.altText??"Image Not Found",p=n.variant?.image?.width??400,u=n.variant?.image?.height??400;return e("div",{className:a("gp-text-center",o),style:i,children:e(r,{setting:{alt:l,image:{src:c,width:p,height:u}},builderProps:g,styles:{aspectRatio:s.aspectRatio,customAspectRadio:s.customAspectRadio,roundedImg:s.roundedImg,layout:s.layout},className:a("gp-transition-transform",{"hover:gp-scale-110":m?.hoverEffect==="zoom","hover:gp-rotate-6":m?.hoverEffect==="rotate","hover:gp-blur-sm":m?.hoverEffect==="blur"})})})};export{o as default};
2
+ import{jsx as e}from"react/jsx-runtime";import{useCartLine as t,cls as a}from"@gem-sdk/core";import r from"../../image/components/Image.js";let CartLineImage=({className:o,style:i,setting:m={},styles:s={},builderProps:g})=>{let n=t(),c=n.variant?.image?.url,l=n.variant?.image?.altText??"Image Not Found",p=n.variant?.image?.width??400,u=n.variant?.image?.height??400;return e("div",{className:a("gp-text-center",o),style:i,children:e(r,{setting:{alt:l,image:{src:c,width:p,height:u}},builderProps:g,styles:{aspectRatio:s.aspectRatio,customAspectRadio:s.customAspectRadio,roundedImg:s.roundedImg,layout:s.layout},className:a("gp-transition-transform",{"hover:gp-scale-110":m?.hoverEffect==="zoom","hover:gp-rotate-6":m?.hoverEffect==="rotate","hover:gp-blur-sm":m?.hoverEffect==="blur"})})})};export{CartLineImage as default};
@@ -1,2 +1,2 @@
1
1
  'use client';
2
- import{jsx as e,Fragment as r}from"react/jsx-runtime";import{useCartLine as t,useFormatMoney as p,cls as i}from"@gem-sdk/core";import c from"../../text/components/Text.js";import{useMemo as o}from"react";let m=({setting:m,styles:a,builderProps:l})=>{let n=t(),s=n.variant?.price??0,u=n.variant?.price??0,x=o(()=>m?.priceType==="compare"?u:s>0?s:u,[s,m?.priceType,u]),d=p(x,!1);return(m?.priceType!=="compare"||s)&&x?e(r,{children:e(c,{styles:a,setting:{text:d,excludeFlex:!0},builderProps:l,className:i({"gp-line-through":m?.priceType==="compare"})})}):null};export{m as default};
2
+ import{jsx as e,Fragment as r}from"react/jsx-runtime";import{useCartLine as t,useFormatMoney as i,cls as p}from"@gem-sdk/core";import c from"../../text/components/Text.js";import{useMemo as o}from"react";let CartLinePrice=({setting:a,styles:m,builderProps:n})=>{let l=t(),s=l.variant?.price??0,u=l.variant?.price??0,x=o(()=>a?.priceType==="compare"?u:s>0?s:u,[s,a?.priceType,u]),d=i(x,!1);return(a?.priceType!=="compare"||s)&&x?e(r,{children:e(c,{styles:m,setting:{text:d,excludeFlex:!0},builderProps:n,className:p({"gp-line-through":a?.priceType==="compare"})})}):null};export{CartLinePrice as default};
@@ -1,2 +1,2 @@
1
1
  'use client';
2
- import{jsx as t}from"react/jsx-runtime";import{useCartLine as e}from"@gem-sdk/core";import r from"../../text/components/Text.js";let a=({styles:a,style:i,className:n,builderProps:m})=>{let o=e();return t("ul",{style:i,className:n,"data-id":m?.uid,children:o?.options?.map(e=>t("li",{children:t(r,{styles:a,setting:{htmlTag:"span",text:o?.variant.name,excludeFlex:!0}})},`${e.name}-${e.value}`))})};export{a as default};
2
+ import{jsx as t}from"react/jsx-runtime";import{useCartLine as e}from"@gem-sdk/core";import a from"../../text/components/Text.js";let CartLineVariant=({styles:r,style:i,className:n,builderProps:m})=>{let o=e();return t("ul",{style:i,className:n,"data-id":m?.uid,children:o?.options?.map(e=>t("li",{children:t(a,{styles:r,setting:{htmlTag:"span",text:o?.variant.name,excludeFlex:!0}})},`${e.name}-${e.value}`))})};export{CartLineVariant as default};
@@ -1,2 +1,2 @@
1
1
  'use client';
2
- import{jsx as r,jsxs as e}from"react/jsx-runtime";import"react";import{useCartData as t,CartLineProvider as i,isEmptyChildren as m}from"@gem-sdk/core";import"next/head";import o from"../../grid/components/ChildrenDroppable.js";import"next/image";import"@gem-sdk/system";import"next/link";import"react-youtube";import d from"../../grid/components/col/Col.js";let n=({builderProps:n,advanced:l,setting:p,styles:a,children:s,...c})=>{let{data:h,error:u}=t();return r("div",{"data-id":n?.uid,...c,children:u?e("div",{children:["Error: ",u.message]}):h?r(d,{styles:a,children:h.lineItems.map(e=>e?r(i,{line:e,children:m(s)?r(o,{}):s},e.id):null)}):r("div",{children:"Cart Empty"})})};export{n as default};
2
+ import{jsx as r,jsxs as t}from"react/jsx-runtime";import"react";import{useCartData as e,CartLineProvider as i,isEmptyChildren as m}from"@gem-sdk/core";import"next/head";import o from"../../grid/components/ChildrenDroppable.js";import"next/image";import"@gem-sdk/system";import"next/link";import"react-youtube";import d from"../../grid/components/col/Col.js";let CartList=({builderProps:n,advanced:l,setting:p,styles:a,children:s,...c})=>{let{data:h,error:u}=e();return r("div",{"data-id":n?.uid,...c,children:u?t("div",{children:["Error: ",u.message]}):h?r(d,{styles:a,children:h.lineItems.map(t=>t?r(i,{line:t,children:m(s)?r(o,{}):s},t.id):null)}):r("div",{children:"Cart Empty"})})};export{CartList as default};
@@ -1,2 +1,2 @@
1
1
  'use client';
2
- import{jsx as r}from"react/jsx-runtime";import{useRef as e,useCallback as t}from"react";let l=({setting:l,builderProps:o})=>{let n=e(null),a=e(null),u=e(new AbortController),c=t(r=>{alert(r)},[]),d=l?.triggerUpdate==="blur"?{onBlur:r=>{u.current.signal.aborted&&(u.current=new AbortController),c(r.target.value)}}:{onChange:()=>{a.current&&(u.current.signal.aborted||u.current.abort(),clearTimeout(a.current)),a.current=setTimeout(()=>{u.current=new AbortController,c(n.current?.value??"")},l?.debounce??1e3)}};return r("textarea",{placeholder:l?.placeholder,"data-id":o?.uid,ref:n,className:"gp-w-full gp-rounded gp-border gp-p-4",...d})};export{l as default};
2
+ import{jsx as r}from"react/jsx-runtime";import{useRef as e,useCallback as t}from"react";let CartOrderNote=({setting:l,builderProps:o})=>{let a=e(null),n=e(null),u=e(new AbortController),c=t(r=>{alert(r)},[]),d=r=>{u.current.signal.aborted&&(u.current=new AbortController),c(r.target.value)},p=()=>{n.current&&(u.current.signal.aborted||u.current.abort(),clearTimeout(n.current)),n.current=setTimeout(()=>{u.current=new AbortController,c(a.current?.value??"")},l?.debounce??1e3)},i=l?.triggerUpdate==="blur"?{onBlur:d}:{onChange:p};return r("textarea",{placeholder:l?.placeholder,"data-id":o?.uid,ref:a,className:"gp-w-full gp-rounded gp-border gp-p-4",...i})};export{CartOrderNote as default};
@@ -1,2 +1,2 @@
1
1
  'use client';
2
- import{jsx as t}from"react/jsx-runtime";import{useCartData as e}from"@gem-sdk/core";import r from"../../text/components/Text.js";let o=({styles:o,builderProps:m})=>{let{data:s}=e(),i=s?.lineItems.reduce((t,e)=>t+e.quantity,0);return t(r,{builderProps:m,styles:o,setting:{text:i}})};export{o as default};
2
+ import{jsx as t}from"react/jsx-runtime";import{useCartData as e}from"@gem-sdk/core";import r from"../../text/components/Text.js";let CartTotalItem=({styles:o,builderProps:m})=>{let{data:s}=e(),a=s?.lineItems.reduce((t,e)=>t+e.quantity,0);return t(r,{builderProps:m,styles:o,setting:{text:a}})};export{CartTotalItem as default};
@@ -1,2 +1,2 @@
1
1
  'use client';
2
- import{jsx as e}from"react/jsx-runtime";import{useMemo as r}from"react";import{useCartData as t,useFormatMoney as c}from"@gem-sdk/core";import u from"../../text/components/Text.js";let l=({setting:l,styles:a,builderProps:o})=>{let{data:i}=t(),n=r(()=>{switch(l?.priceType){case"tax":default:return{value:i?.totalPrice,currency:i?.currency};case"duty":return{value:i?.lineItemsSubtotalPrice,currency:i?.currency};case"subtotal":return{value:i?.subtotalPrice,currency:i?.currency}}},[i?.currency,i?.lineItemsSubtotalPrice,i?.subtotalPrice,i?.totalPrice,l?.priceType]),s=c(n.value||0,!1);return n?e(u,{builderProps:o,styles:a,setting:{text:s,excludeFlex:!0}}):null};export{l as default};
2
+ import{jsx as e}from"react/jsx-runtime";import{useMemo as r}from"react";import{useCartData as t,useFormatMoney as c}from"@gem-sdk/core";import u from"../../text/components/Text.js";let CartTotalPrice=({setting:l,styles:a,builderProps:o})=>{let{data:i}=t(),n=r(()=>{switch(l?.priceType){case"tax":default:return{value:i?.totalPrice,currency:i?.currency};case"duty":return{value:i?.lineItemsSubtotalPrice,currency:i?.currency};case"subtotal":return{value:i?.subtotalPrice,currency:i?.currency}}},[i?.currency,i?.lineItemsSubtotalPrice,i?.subtotalPrice,i?.totalPrice,l?.priceType]),s=c(n.value||0,!1);return n?e(u,{builderProps:o,styles:a,setting:{text:s,excludeFlex:!0}}):null};export{CartTotalPrice as default};
@@ -1,2 +1,2 @@
1
1
  'use client';
2
- import{jsx as e}from"react/jsx-runtime";import{useCartData as t}from"@gem-sdk/core";import{useRef as n}from"react";import o from"../../button/components/Button.js";let i=({setting:i,builderAttrs:r,builderProps:c,style:d,styles:l,className:w})=>{let{data:s}=t(),u=n(null),m=(e,t)=>{if(i?.openMode==="popup"){let n=void 0!==window.screenLeft?window.screenLeft:window.screenX,o=void 0!==window.screenTop?window.screenTop:window.screenY,i=window.innerWidth?window.innerWidth:document.documentElement.clientWidth?document.documentElement.clientWidth:screen.width,r=window.innerHeight?window.innerHeight:document.documentElement.clientHeight?document.documentElement.clientHeight:screen.height,c=i/window.screen.availWidth,d=(i-e)/2/c+n,l=(r-t)/2/c+o;u.current=window.open(s?.checkoutUrl,"checkout",`scrollbars=yes, width=${e/c}, height=${t/c}, top=${l}, left=${d}`),u.current?.focus()}else s?.checkoutUrl&&window.open(s?.checkoutUrl)};return e(o,{builderAttrs:r,builderProps:c,onClick:()=>m(600,600),style:d,className:w,setting:{label:i?.label},styles:l})};export{i as default};
2
+ import{jsx as e}from"react/jsx-runtime";import{useCartData as t}from"@gem-sdk/core";import{useRef as n}from"react";import o from"../../button/components/Button.js";let CheckoutNow=({setting:i,builderAttrs:c,builderProps:r,style:d,styles:l,className:w})=>{let{data:s}=t(),u=n(null),m=(e,t)=>{if(i?.openMode==="popup"){let n=void 0!==window.screenLeft?window.screenLeft:window.screenX,o=void 0!==window.screenTop?window.screenTop:window.screenY,i=window.innerWidth?window.innerWidth:document.documentElement.clientWidth?document.documentElement.clientWidth:screen.width,c=window.innerHeight?window.innerHeight:document.documentElement.clientHeight?document.documentElement.clientHeight:screen.height,r=i/window.screen.availWidth,d=(i-e)/2/r+n,l=(c-t)/2/r+o;u.current=window.open(s?.checkoutUrl,"checkout",`scrollbars=yes, width=${e/r}, height=${t/r}, top=${l}, left=${d}`),u.current?.focus()}else s?.checkoutUrl&&window.open(s?.checkoutUrl)};return e(o,{builderAttrs:c,builderProps:r,onClick:()=>m(600,600),style:d,className:w,setting:{label:i?.label},styles:l})};export{CheckoutNow as default};
@@ -1,2 +1,2 @@
1
1
  'use client';
2
- import{jsx as o}from"react/jsx-runtime";let e=()=>o("div",{children:o("span",{children:"Comming soon"})});export{e as default};
2
+ import{jsx as o}from"react/jsx-runtime";let CouponList=()=>o("div",{children:o("span",{children:"Comming soon"})});export{CouponList as default};
@@ -1,2 +1,2 @@
1
1
  'use client';
2
- import{jsxs as e,jsx as p}from"react/jsx-runtime";let n=({setting:n,builderProps:t})=>e("div",{className:"gp-flex","data-id":t?.uid,children:[p("input",{placeholder:n?.placeholder,className:"gp-flex-1 gp-rounded-l gp-border gp-px-4 gp-py-3 gp-outline-none"}),p("button",{className:"gp-inline-flex gp-items-center gp-justify-center gp-rounded-r gp-border-0 gp-border-none gp-px-4 gp-transition-all gp-duration-150 gp-ease-in-out",type:"button",onClick:()=>{alert("Comming soon")},children:n?.label})]});export{n as default};
2
+ import{jsxs as e,jsx as n}from"react/jsx-runtime";let DiscountInput=({setting:p,builderProps:t})=>e("div",{className:"gp-flex","data-id":t?.uid,children:[n("input",{placeholder:p?.placeholder,className:"gp-flex-1 gp-rounded-l gp-border gp-px-4 gp-py-3 gp-outline-none"}),n("button",{className:"gp-inline-flex gp-items-center gp-justify-center gp-rounded-r gp-border-0 gp-border-none gp-px-4 gp-transition-all gp-duration-150 gp-ease-in-out",type:"button",onClick:()=>{alert("Comming soon")},children:p?.label})]});export{DiscountInput as default};
@@ -1,2 +1,2 @@
1
1
  'use client';
2
- import{jsx as o}from"react/jsx-runtime";import{createStyle as t,createClass as s,createAttr as e}from"@gem-sdk/system";import i from"next/dynamic";import{getButtonClasses as r,getButtonWrapperClasses as m}from"./common/classes.js";import{getSPButton as c}from"./common/helpers.js";import{getButtonWrapperStyles as n}from"./common/styles.js";import{useShopPayButton as p}from"../../hooks/useShopPayButton.js";let l=i(()=>import("./icons/DynamicCheckoutBlack.js")),a=i(()=>import("./icons/DynamicCheckoutPurple.js")),u=i(()=>import("./icons/DynamicCheckoutWhite.js")),h=i(()=>import("./icons/ExpressCheckoutBlack.js")),d=i(()=>import("./icons/ExpressCheckoutPurple.js")),j=i(()=>import("./icons/ExpressCheckoutWhite.js")),k=({style:i,styles:k,setting:y,className:f,builderAttrs:C})=>{let{variants:x,storeUrl:B,handleOnPay:P}=p(y);if(!B)return o("div",{...C,children:"URL Not Found"});let b=c({styles:k,buttons:{DynamicCheckoutBlack:l,DynamicCheckoutPurple:a,DynamicCheckoutWhite:u,ExpressCheckoutBlack:h,ExpressCheckoutPurple:d,ExpressCheckoutWhite:j}}),g=t({...n(i,k)}),D=s({...r()}),E=s({...m(f)}),N=e({disabled:!x?.length,"aria-label":"Buy with Shop Pay"});return o("div",{...C,style:g,className:E,children:o("button",{...N,className:D,onClick:()=>P({inputWidth:600,inputHeight:600}),children:o(b,{})})})};export{k as default};
2
+ import{jsx as t}from"react/jsx-runtime";import{createStyle as e,createClass as o,createAttr as s}from"@gem-sdk/system";import c from"next/dynamic";import{getButtonClasses as i,getButtonWrapperClasses as r}from"./common/classes.js";import{getSPButton as m}from"./common/helpers.js";import{getButtonWrapperStyles as u}from"./common/styles.js";import{useShopPayButton as h}from"../../hooks/useShopPayButton.js";let DynamicCheckoutBlack=c(()=>import("./icons/DynamicCheckoutBlack.js")),DynamicCheckoutPurple=c(()=>import("./icons/DynamicCheckoutPurple.js")),DynamicCheckoutWhite=c(()=>import("./icons/DynamicCheckoutWhite.js")),ExpressCheckoutBlack=c(()=>import("./icons/ExpressCheckoutBlack.js")),ExpressCheckoutPurple=c(()=>import("./icons/ExpressCheckoutPurple.js")),ExpressCheckoutWhite=c(()=>import("./icons/ExpressCheckoutWhite.js")),ShopPayButton=({style:c,styles:n,setting:p,className:a,builderAttrs:l})=>{let{variants:k,storeUrl:C,handleOnPay:y}=h(p);if(!C)return t("div",{...l,children:"URL Not Found"});let d=m({styles:n,buttons:{DynamicCheckoutBlack,DynamicCheckoutPurple,DynamicCheckoutWhite,ExpressCheckoutBlack,ExpressCheckoutPurple,ExpressCheckoutWhite}}),x=e({...u(c,n)}),j=o({...i()}),B=o({...r(a)}),P=s({disabled:!k?.length,"aria-label":"Buy with Shop Pay"});return t("div",{...l,style:x,className:B,children:t("button",{...P,className:j,onClick:()=>y({inputWidth:600,inputHeight:600}),children:t(d,{})})})};export{ShopPayButton as default};
@@ -1,16 +1,16 @@
1
- import{isLocalEnv as s,baseAssetURL as o,template as t}from"@gem-sdk/core";import{createStyle as e,createClass as r,createAttr as i,createStateOrContext as p,If as c}from"@gem-sdk/system";import{getSettingPreloadData as m}from"../../../helpers.js";import{getButtonClasses as l,getButtonWrapperClasses as u}from"./common/classes.js";import{getSPButton as a}from"./common/helpers.js";import{getButtonWrapperStyles as h}from"./common/styles.js";import n from"./icons/DynamicCheckoutBlack.liquid.js";import k from"./icons/DynamicCheckoutPurple.liquid.js";import d from"./icons/DynamicCheckoutWhite.liquid.js";import f from"./icons/ExpressCheckoutBlack.liquid.js";import y from"./icons/ExpressCheckoutPurple.liquid.js";import j from"./icons/ExpressCheckoutWhite.liquid.js";let C=({style:C,styles:g,setting:$,className:E,builderAttrs:b})=>{let S=a({styles:g,buttons:{DynamicCheckoutBlack:n({}),DynamicCheckoutPurple:k({}),DynamicCheckoutWhite:d({}),ExpressCheckoutBlack:f({}),ExpressCheckoutPurple:y({}),ExpressCheckoutWhite:j({})}}),x=e({...h(C,g)}),P=r({...l()}),q=r({...u(E)}),B=i({disabled:!1,"aria-label":"Buy with Shop Pay"}),D=p({setting:JSON.stringify($),shop_url:"{{shop.url}}"});return t`
1
+ import{template as s,isLocalEnv as o,baseAssetURL as t}from"@gem-sdk/core";import{createStyle as e,createClass as r,createAttr as i,createStateOrContext as p,If as c}from"@gem-sdk/system";import{getSettingPreloadData as m}from"../../../helpers.js";import{getButtonClasses as l,getButtonWrapperClasses as u}from"./common/classes.js";import{getSPButton as a}from"./common/helpers.js";import{getButtonWrapperStyles as h}from"./common/styles.js";import n from"./icons/DynamicCheckoutBlack.liquid.js";import k from"./icons/DynamicCheckoutPurple.liquid.js";import y from"./icons/DynamicCheckoutWhite.liquid.js";import d from"./icons/ExpressCheckoutBlack.liquid.js";import f from"./icons/ExpressCheckoutPurple.liquid.js";import j from"./icons/ExpressCheckoutWhite.liquid.js";let ShopPayButton=({style:C,styles:g,setting:$,className:E,builderAttrs:b})=>{let S=a({styles:g,buttons:{DynamicCheckoutBlack:n({}),DynamicCheckoutPurple:k({}),DynamicCheckoutWhite:y({}),ExpressCheckoutBlack:d({}),ExpressCheckoutPurple:f({}),ExpressCheckoutWhite:j({})}}),P=e({...h(C,g)}),x=r({...l()}),B=r({...u(E)}),q=i({disabled:!1,"aria-label":"Buy with Shop Pay"}),D=p({setting:JSON.stringify($),shop_url:"{{shop.url}}"});return s`
2
2
  <gp-shop-pay-button
3
3
  ${{...b}}
4
- style="${x}"
5
- class="${q}"
4
+ style="${P}"
5
+ class="${B}"
6
6
  gp-data='${D}'
7
7
  >
8
8
  <button
9
- ${{...B}}
10
- class="${P}"
9
+ ${{...q}}
10
+ class="${x}"
11
11
  >
12
12
  ${S}
13
13
  </button>
14
14
  </gp-shop-pay-button>
15
- ${c(s,`<script ${m('class="gps-link" delay',"src")}="{{ 'gp-shop-pay-button-v7-5.js' | asset_url }}" defer="defer"></script>`,`<script ${m('class="gps-link" delay',"src")}="${o}/assets-v2/gp-shop-pay-button-v7-5.js?v={{ shop.metafields.GEMPAGES.ASSETS_VERSION }}" defer="defer"></script>`)}
16
- `};export{C as default};
15
+ ${c(o,`<script ${m('class="gps-link" delay',"src")}="{{ 'gp-shop-pay-button-v7-5.js' | asset_url }}" defer="defer"></script>`,`<script ${m('class="gps-link" delay',"src")}="${t}/assets-v2/gp-shop-pay-button-v7-5.js?v={{ shop.metafields.GEMPAGES.ASSETS_VERSION }}" defer="defer"></script>`)}
16
+ `};export{ShopPayButton as default};
@@ -1 +1 @@
1
- let t=t=>({...t&&{[t]:!0},"gp-flex":!0}),e=()=>({"disabled:gp-cursor-not-allowed disabled:gp-opacity-50 gp-shop-button":!0});export{e as getButtonClasses,t as getButtonWrapperClasses};
1
+ let getButtonWrapperClasses=t=>({...t&&{[t]:!0},"gp-flex":!0}),getButtonClasses=()=>({"disabled:gp-cursor-not-allowed disabled:gp-opacity-50 gp-shop-button":!0});export{getButtonClasses,getButtonWrapperClasses};
@@ -1 +1 @@
1
- let r=({styles:r,buttons:t})=>{let{DynamicCheckoutBlack:e,DynamicCheckoutWhite:l,DynamicCheckoutPurple:o,ExpressCheckoutBlack:c,ExpressCheckoutWhite:n,ExpressCheckoutPurple:i}=t;return r?.type==="dynamic"?"black"===r.color?e:"purple"===r.color?o:l:r?.color==="black"?c:r?.color==="purple"?i:n},t=r=>{if(r)return r.split("/").at(-1)},e=r=>{if(r)try{let t=new URL(r);return t.origin}catch{return}};export{t as getIdFromGid,r as getSPButton,e as getStoreUrl};
1
+ let getSPButton=({styles:t,buttons:r})=>{let{DynamicCheckoutBlack:e,DynamicCheckoutWhite:o,DynamicCheckoutPurple:l,ExpressCheckoutBlack:c,ExpressCheckoutWhite:n,ExpressCheckoutPurple:i}=r;return t?.type==="dynamic"?"black"===t.color?e:"purple"===t.color?l:o:t?.color==="black"?c:t?.color==="purple"?i:n},getIdFromGid=t=>{if(t)return t.split("/").at(-1)},getStoreUrl=t=>{if(t)try{let r=new URL(t);return r.origin}catch{return}};export{getIdFromGid,getSPButton,getStoreUrl};
@@ -1 +1 @@
1
- import{makeStyleResponsive as e}from"@gem-sdk/core";let t=(t,r)=>({...t,...e("jc",r?.align)});export{t as getButtonWrapperStyles};
1
+ import{makeStyleResponsive as t}from"@gem-sdk/core";let getButtonWrapperStyles=(e,r)=>({...e,...t("jc",r?.align)});export{getButtonWrapperStyles};
@@ -1,2 +1,2 @@
1
1
  'use client';
2
- import{jsx as e}from"react/jsx-runtime";let t=({children:t,...r})=>e("svg",{fill:"none",xmlns:"http://www.w3.org/2000/svg",...r,children:t});export{t as default};
2
+ import{jsx as e}from"react/jsx-runtime";let BaseIcon=({children:t,...n})=>e("svg",{fill:"none",xmlns:"http://www.w3.org/2000/svg",...n,children:t});export{BaseIcon as default};
@@ -1,5 +1,5 @@
1
- import{template as e}from"@gem-sdk/core";let o=({children:o,...s})=>e`
1
+ import{template as e}from"@gem-sdk/core";let BaseIcon=({children:o,...s})=>e`
2
2
  <svg fill="none" xmlns="http://www.w3.org/2000/svg" ${{...s}}>
3
3
  ${o}
4
4
  </svg>
5
- `;export{o as default};
5
+ `;export{BaseIcon as default};
@@ -1,2 +1,2 @@
1
1
  'use client';
2
- import{jsxs as C,jsx as H}from"react/jsx-runtime";import V from"./BaseIcon.js";let L=L=>C(V,{width:"321",height:"50",...L,viewBox:"0 0 321 50",children:[H("rect",{width:"321",height:"50",fill:"black"}),H("path",{d:"M173.695 22.7412C173.085 21.4617 171.929 20.6352 170.187 20.6352C169.652 20.6446 169.126 20.7766 168.651 21.0212C168.175 21.2658 167.762 21.6163 167.443 22.0459L167.379 22.1233V17.1087C167.379 17.0797 167.368 17.0519 167.347 17.0314C167.327 17.0109 167.299 16.9994 167.27 16.9994H164.807C164.778 16.9999 164.751 17.0117 164.731 17.0321C164.71 17.0525 164.699 17.08 164.699 17.1087V31.4931C164.699 31.5215 164.711 31.5488 164.731 31.569C164.751 31.5891 164.778 31.6004 164.807 31.6004H167.445C167.474 31.6004 167.501 31.5891 167.522 31.5691C167.542 31.549 167.554 31.5217 167.554 31.4931V25.3598C167.554 24.1678 168.349 23.3234 169.621 23.3234C171.011 23.3234 171.363 24.4678 171.363 25.634V31.4931C171.363 31.5215 171.374 31.5488 171.394 31.569C171.414 31.5891 171.442 31.6004 171.47 31.6004H174.103C174.131 31.6004 174.159 31.5891 174.179 31.5691C174.2 31.549 174.211 31.5217 174.212 31.4931V25.2843C174.212 25.0718 174.212 24.8631 174.184 24.6605C174.139 23.9964 173.973 23.3461 173.695 22.7412Z",fill:"white"}),H("path",{d:"M160.521 24.8729C160.521 24.8729 159.178 24.557 158.683 24.4298C158.189 24.3026 157.324 24.0324 157.324 23.3788C157.324 22.7251 158.022 22.5165 158.729 22.5165C159.436 22.5165 160.223 22.6874 160.285 23.4722C160.287 23.5004 160.3 23.5268 160.321 23.5459C160.342 23.565 160.369 23.5756 160.398 23.5755L162.999 23.5655C163.014 23.5656 163.029 23.5625 163.043 23.5564C163.057 23.5503 163.07 23.5414 163.08 23.5302C163.091 23.519 163.099 23.5058 163.104 23.4914C163.109 23.4769 163.111 23.4616 163.11 23.4463C162.949 20.935 160.746 20.037 158.713 20.037C156.303 20.037 154.541 21.6264 154.541 23.3788C154.541 24.6583 154.902 25.8583 157.745 26.6928C158.244 26.8378 158.922 27.0265 159.514 27.1914C160.225 27.3901 160.608 27.6901 160.608 28.163C160.608 28.7113 159.814 29.0928 159.033 29.0928C157.902 29.0928 157.1 28.6736 157.034 27.9206C157.031 27.893 157.017 27.8677 156.997 27.8494C156.976 27.8311 156.949 27.8211 156.921 27.8213L154.326 27.8332C154.311 27.8332 154.296 27.8362 154.282 27.8422C154.268 27.8481 154.255 27.8568 154.245 27.8677C154.234 27.8787 154.226 27.8916 154.22 27.9058C154.215 27.92 154.212 27.9352 154.213 27.9504C154.332 30.3207 156.621 31.5982 158.755 31.5982C161.934 31.5982 163.37 29.81 163.37 28.1352C163.374 27.3484 163.193 25.5563 160.521 24.8729Z",fill:"white"}),H("path",{d:"M193.979 20.6312C192.657 20.6312 191.551 21.3623 190.837 22.2445V20.7345C190.837 20.7064 190.826 20.6794 190.807 20.6593C190.787 20.6393 190.76 20.6277 190.732 20.6272H188.265C188.236 20.6272 188.209 20.6385 188.189 20.6586C188.169 20.6787 188.157 20.706 188.157 20.7345V34.8408C188.158 34.8689 188.169 34.8956 188.189 34.9153C188.209 34.935 188.236 34.9461 188.265 34.9461H190.905C190.933 34.9461 190.96 34.935 190.979 34.9152C190.999 34.8955 191.01 34.8687 191.01 34.8408V30.2036H191.05C191.469 30.8433 192.616 31.6102 194.114 31.6102C196.931 31.6102 199.279 29.2737 199.279 26.1167C199.281 23.0869 196.945 20.6312 193.979 20.6312ZM193.734 28.9221C193.178 28.9359 192.63 28.7837 192.161 28.4849C191.692 28.186 191.322 27.7542 191.099 27.2444C190.877 26.7346 190.811 26.17 190.91 25.6226C191.01 25.0753 191.27 24.57 191.658 24.1712C192.046 23.7725 192.544 23.4985 193.089 23.384C193.633 23.2696 194.199 23.3199 194.715 23.5287C195.231 23.7375 195.673 24.0952 195.984 24.5561C196.296 25.0171 196.463 25.5604 196.464 26.1167C196.47 26.4804 196.404 26.8416 196.269 27.1797C196.135 27.5177 195.936 27.8259 195.682 28.0866C195.428 28.3472 195.126 28.5552 194.791 28.6986C194.457 28.842 194.098 28.9179 193.734 28.9221Z",fill:"white"}),H("path",{d:"M180.343 20.0116C177.882 20.0116 176.654 20.848 175.668 21.5176L175.639 21.5375C175.588 21.5722 175.552 21.6249 175.538 21.685C175.525 21.745 175.534 21.808 175.565 21.8613L176.539 23.5382C176.557 23.5695 176.582 23.5965 176.612 23.6171C176.641 23.6377 176.676 23.6515 176.711 23.6574C176.746 23.6637 176.782 23.6622 176.817 23.6529C176.851 23.6436 176.883 23.6268 176.91 23.6037L176.988 23.5401C177.494 23.115 178.307 22.5468 180.274 22.3918C181.368 22.3044 182.314 22.5905 183.012 23.2421C183.778 23.9494 184.237 25.0918 184.237 26.2978C184.237 28.5171 182.93 29.9118 180.83 29.9396C179.1 29.9297 177.937 29.0277 177.937 27.6945C177.937 26.9872 178.257 26.5263 178.881 26.0654C178.929 26.0313 178.962 25.9811 178.976 25.9242C178.989 25.8672 178.982 25.8073 178.954 25.7554L178.08 24.1024C178.064 24.0728 178.042 24.0467 178.016 24.0256C177.99 24.0044 177.96 23.9887 177.927 23.9792C177.894 23.9694 177.859 23.9666 177.825 23.971C177.791 23.9755 177.758 23.9871 177.729 24.0051C176.747 24.5872 175.543 25.6521 175.609 27.6985C175.688 30.3032 177.854 32.292 180.669 32.3735H180.81H181.003C184.349 32.2642 186.765 29.7807 186.765 26.4131C186.765 23.3216 184.512 20.0116 180.343 20.0116Z",fill:"white"}),H("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M204.725 17.0353H227.254C228.809 17.0353 230.069 18.2957 230.069 19.8506V32.1846C230.069 33.7395 228.809 34.9999 227.254 34.9999H204.725C203.171 34.9999 201.91 33.7395 201.91 32.1846V19.8506C201.91 18.2957 203.171 17.0353 204.725 17.0353ZM209.78 26.8043C211.659 26.8043 213.004 25.4334 213.004 23.5122C213.004 21.6009 211.659 20.222 209.78 20.222H206.462C206.422 20.222 206.385 20.2377 206.357 20.2657C206.329 20.2936 206.313 20.3315 206.313 20.371V29.4765C206.313 29.5159 206.329 29.5535 206.357 29.5813C206.385 29.6092 206.423 29.625 206.462 29.6255H207.71C207.749 29.6255 207.787 29.6098 207.815 29.5819C207.843 29.5539 207.859 29.516 207.859 29.4765V26.9533C207.859 26.9138 207.874 26.8759 207.902 26.8479C207.93 26.82 207.968 26.8043 208.008 26.8043H209.78ZM209.685 21.6048C210.706 21.6048 211.459 22.4115 211.459 23.5122C211.459 24.6148 210.706 25.4195 209.685 25.4195H208.008C207.968 25.4195 207.931 25.4041 207.903 25.3765C207.875 25.349 207.859 25.3116 207.859 25.2725V21.7538C207.859 21.7145 207.875 21.6769 207.903 21.649C207.931 21.6212 207.968 21.6053 208.008 21.6048H209.685ZM213.372 27.8792C213.359 27.5846 213.42 27.2915 213.549 27.0264C213.678 26.7613 213.871 26.5327 214.111 26.3613C214.596 25.9977 215.347 25.8089 216.462 25.7652L217.644 25.7255V25.3758C217.644 24.6784 217.175 24.3824 216.422 24.3824C215.669 24.3824 215.194 24.6486 215.083 25.0837C215.074 25.1145 215.055 25.1414 215.029 25.1601C215.003 25.1788 214.972 25.1883 214.94 25.1871H213.773C213.752 25.1876 213.731 25.1834 213.711 25.1748C213.691 25.1662 213.674 25.1534 213.66 25.1373C213.645 25.1213 213.635 25.1022 213.629 25.0817C213.623 25.0611 213.621 25.0394 213.624 25.0182C213.799 23.985 214.654 23.2003 216.475 23.2003C218.411 23.2003 219.108 24.1003 219.108 25.8189V29.4706C219.108 29.4903 219.105 29.5099 219.097 29.5282C219.09 29.5465 219.079 29.5632 219.065 29.5772C219.051 29.5913 219.035 29.6024 219.016 29.6101C218.998 29.6177 218.979 29.6216 218.959 29.6216H217.781C217.761 29.6216 217.741 29.6177 217.723 29.6101C217.705 29.6024 217.689 29.5913 217.675 29.5772C217.661 29.5632 217.65 29.5465 217.643 29.5282C217.635 29.5099 217.631 29.4903 217.632 29.4706V29.1984C217.634 29.1745 217.628 29.1506 217.615 29.1303C217.603 29.11 217.584 29.0943 217.561 29.0856C217.539 29.0769 217.514 29.0756 217.491 29.082C217.468 29.0884 217.448 29.102 217.433 29.1209C217.081 29.5044 216.509 29.7825 215.597 29.7825C214.26 29.7865 213.372 29.0871 213.372 27.8792ZM217.644 27.0844V26.8023L216.114 26.8818C215.307 26.9235 214.836 27.2593 214.836 27.8235C214.836 28.3341 215.267 28.6183 216.018 28.6183C217.04 28.6183 217.644 28.0659 217.644 27.0864V27.0844ZM220.292 31.3202V32.3831C220.29 32.4174 220.3 32.4514 220.32 32.4795C220.339 32.5077 220.368 32.5283 220.401 32.5381C220.609 32.5947 220.824 32.6208 221.039 32.6155C222.181 32.6155 223.224 32.1983 223.82 30.5731L226.443 23.5776C226.451 23.5551 226.453 23.5311 226.449 23.5076C226.446 23.4842 226.437 23.4618 226.423 23.4425C226.409 23.4231 226.391 23.4073 226.37 23.3963C226.349 23.3852 226.326 23.3793 226.302 23.3789H225.08C225.048 23.3787 225.017 23.3885 224.992 23.4071C224.966 23.4257 224.947 23.452 224.937 23.4822L223.493 27.9128C223.482 27.9418 223.462 27.9668 223.437 27.9845C223.411 28.0021 223.381 28.0116 223.35 28.0116C223.319 28.0116 223.288 28.0021 223.263 27.9845C223.237 27.9668 223.218 27.9418 223.207 27.9128L221.542 23.4703C221.531 23.4419 221.511 23.4174 221.486 23.4C221.461 23.3827 221.431 23.3733 221.401 23.373H220.208C220.185 23.3733 220.161 23.3792 220.14 23.3903C220.119 23.4013 220.101 23.4172 220.088 23.4365C220.074 23.4559 220.065 23.4782 220.061 23.5017C220.058 23.5252 220.06 23.5491 220.067 23.5716L222.519 29.8698C222.531 29.9025 222.531 29.9384 222.519 29.9711L222.442 30.2155C222.351 30.5187 222.162 30.7827 221.903 30.9654C221.645 31.148 221.333 31.2387 221.017 31.2228C220.834 31.2226 220.651 31.2053 220.471 31.1711C220.449 31.1671 220.426 31.1678 220.405 31.1734C220.383 31.179 220.363 31.1893 220.346 31.2036C220.329 31.2178 220.315 31.2356 220.306 31.2558C220.297 31.2759 220.292 31.2979 220.292 31.3202Z",fill:"white"}),H("path",{d:"M97.8813 31C100.28 31 101.702 29.8203 101.702 27.8359C101.702 26.3359 100.717 25.2578 99.1859 25.0625V25C100.272 24.8047 101.131 23.7109 101.131 22.5391C101.131 20.8516 99.8266 19.7266 97.8969 19.7266H93.4828V31H97.8813ZM94.8891 20.9688H97.5766C98.9438 20.9688 99.7094 21.5859 99.7094 22.7031C99.7094 23.9219 98.8031 24.5859 97.1391 24.5859H94.8891V20.9688ZM94.8891 29.7578V25.7969H97.5375C99.3344 25.7969 100.256 26.4609 100.256 27.7656C100.256 29.0703 99.3656 29.7578 97.6703 29.7578H94.8891ZM109.591 22.5781H108.231V27.4688C108.231 28.9141 107.395 29.8672 106.013 29.8672C104.692 29.8672 104.044 29.125 104.044 27.7422V22.5781H102.684V27.9766C102.684 29.8906 103.755 31.0781 105.598 31.0781C106.888 31.0781 107.755 30.5781 108.278 29.6094H108.309V31H109.591V22.5781ZM111.761 34.0547C113.253 34.0547 113.925 33.4688 114.644 31.5156L117.941 22.5781H116.511L114.152 29.6172H114.12L111.761 22.5781H110.316L113.433 31.0078L113.269 31.5078C112.925 32.5234 112.503 32.8984 111.722 32.8984C111.542 32.8984 111.323 32.8828 111.167 32.8516V34C111.331 34.0312 111.589 34.0547 111.761 34.0547ZM132.742 22.5781H131.398L129.688 29.4609H129.656L127.727 22.5781H126.414L124.484 29.4609H124.453L122.742 22.5781H121.398L123.758 31H125.133L127.055 24.4531H127.086L129.008 31H130.383L132.742 22.5781ZM133.577 31H134.936V22.5781H133.577V31ZM134.256 21.2188C134.733 21.2188 135.116 20.8281 135.116 20.3594C135.116 19.8828 134.733 19.5 134.256 19.5C133.787 19.5 133.397 19.8828 133.397 20.3594C133.397 20.8281 133.787 21.2188 134.256 21.2188ZM136.903 20.6797V22.5781H135.731V23.7031H136.903V28.8125C136.903 30.4297 137.497 31.0625 139.02 31.0625C139.341 31.0625 139.731 31.0312 139.895 30.9922V29.8438C139.802 29.8594 139.473 29.8828 139.309 29.8828C138.591 29.8828 138.262 29.5312 138.262 28.7578V23.7031H139.903V22.5781H138.262V20.6797H136.903ZM141.089 31H142.448V26.1562C142.448 24.6797 143.323 23.7109 144.745 23.7109C146.081 23.7109 146.761 24.5234 146.761 25.8672V31H148.12V25.625C148.12 23.75 146.995 22.5 145.152 22.5C143.863 22.5 143.003 22.9922 142.48 23.9453H142.448V19.2344H141.089V31Z",fill:"#F4F1FE"})]});export{L as default};
2
+ import{jsxs as C,jsx as H}from"react/jsx-runtime";import V from"./BaseIcon.js";let DynamicCheckoutBlack=L=>C(V,{width:"321",height:"50",...L,viewBox:"0 0 321 50",children:[H("rect",{width:"321",height:"50",fill:"black"}),H("path",{d:"M173.695 22.7412C173.085 21.4617 171.929 20.6352 170.187 20.6352C169.652 20.6446 169.126 20.7766 168.651 21.0212C168.175 21.2658 167.762 21.6163 167.443 22.0459L167.379 22.1233V17.1087C167.379 17.0797 167.368 17.0519 167.347 17.0314C167.327 17.0109 167.299 16.9994 167.27 16.9994H164.807C164.778 16.9999 164.751 17.0117 164.731 17.0321C164.71 17.0525 164.699 17.08 164.699 17.1087V31.4931C164.699 31.5215 164.711 31.5488 164.731 31.569C164.751 31.5891 164.778 31.6004 164.807 31.6004H167.445C167.474 31.6004 167.501 31.5891 167.522 31.5691C167.542 31.549 167.554 31.5217 167.554 31.4931V25.3598C167.554 24.1678 168.349 23.3234 169.621 23.3234C171.011 23.3234 171.363 24.4678 171.363 25.634V31.4931C171.363 31.5215 171.374 31.5488 171.394 31.569C171.414 31.5891 171.442 31.6004 171.47 31.6004H174.103C174.131 31.6004 174.159 31.5891 174.179 31.5691C174.2 31.549 174.211 31.5217 174.212 31.4931V25.2843C174.212 25.0718 174.212 24.8631 174.184 24.6605C174.139 23.9964 173.973 23.3461 173.695 22.7412Z",fill:"white"}),H("path",{d:"M160.521 24.8729C160.521 24.8729 159.178 24.557 158.683 24.4298C158.189 24.3026 157.324 24.0324 157.324 23.3788C157.324 22.7251 158.022 22.5165 158.729 22.5165C159.436 22.5165 160.223 22.6874 160.285 23.4722C160.287 23.5004 160.3 23.5268 160.321 23.5459C160.342 23.565 160.369 23.5756 160.398 23.5755L162.999 23.5655C163.014 23.5656 163.029 23.5625 163.043 23.5564C163.057 23.5503 163.07 23.5414 163.08 23.5302C163.091 23.519 163.099 23.5058 163.104 23.4914C163.109 23.4769 163.111 23.4616 163.11 23.4463C162.949 20.935 160.746 20.037 158.713 20.037C156.303 20.037 154.541 21.6264 154.541 23.3788C154.541 24.6583 154.902 25.8583 157.745 26.6928C158.244 26.8378 158.922 27.0265 159.514 27.1914C160.225 27.3901 160.608 27.6901 160.608 28.163C160.608 28.7113 159.814 29.0928 159.033 29.0928C157.902 29.0928 157.1 28.6736 157.034 27.9206C157.031 27.893 157.017 27.8677 156.997 27.8494C156.976 27.8311 156.949 27.8211 156.921 27.8213L154.326 27.8332C154.311 27.8332 154.296 27.8362 154.282 27.8422C154.268 27.8481 154.255 27.8568 154.245 27.8677C154.234 27.8787 154.226 27.8916 154.22 27.9058C154.215 27.92 154.212 27.9352 154.213 27.9504C154.332 30.3207 156.621 31.5982 158.755 31.5982C161.934 31.5982 163.37 29.81 163.37 28.1352C163.374 27.3484 163.193 25.5563 160.521 24.8729Z",fill:"white"}),H("path",{d:"M193.979 20.6312C192.657 20.6312 191.551 21.3623 190.837 22.2445V20.7345C190.837 20.7064 190.826 20.6794 190.807 20.6593C190.787 20.6393 190.76 20.6277 190.732 20.6272H188.265C188.236 20.6272 188.209 20.6385 188.189 20.6586C188.169 20.6787 188.157 20.706 188.157 20.7345V34.8408C188.158 34.8689 188.169 34.8956 188.189 34.9153C188.209 34.935 188.236 34.9461 188.265 34.9461H190.905C190.933 34.9461 190.96 34.935 190.979 34.9152C190.999 34.8955 191.01 34.8687 191.01 34.8408V30.2036H191.05C191.469 30.8433 192.616 31.6102 194.114 31.6102C196.931 31.6102 199.279 29.2737 199.279 26.1167C199.281 23.0869 196.945 20.6312 193.979 20.6312ZM193.734 28.9221C193.178 28.9359 192.63 28.7837 192.161 28.4849C191.692 28.186 191.322 27.7542 191.099 27.2444C190.877 26.7346 190.811 26.17 190.91 25.6226C191.01 25.0753 191.27 24.57 191.658 24.1712C192.046 23.7725 192.544 23.4985 193.089 23.384C193.633 23.2696 194.199 23.3199 194.715 23.5287C195.231 23.7375 195.673 24.0952 195.984 24.5561C196.296 25.0171 196.463 25.5604 196.464 26.1167C196.47 26.4804 196.404 26.8416 196.269 27.1797C196.135 27.5177 195.936 27.8259 195.682 28.0866C195.428 28.3472 195.126 28.5552 194.791 28.6986C194.457 28.842 194.098 28.9179 193.734 28.9221Z",fill:"white"}),H("path",{d:"M180.343 20.0116C177.882 20.0116 176.654 20.848 175.668 21.5176L175.639 21.5375C175.588 21.5722 175.552 21.6249 175.538 21.685C175.525 21.745 175.534 21.808 175.565 21.8613L176.539 23.5382C176.557 23.5695 176.582 23.5965 176.612 23.6171C176.641 23.6377 176.676 23.6515 176.711 23.6574C176.746 23.6637 176.782 23.6622 176.817 23.6529C176.851 23.6436 176.883 23.6268 176.91 23.6037L176.988 23.5401C177.494 23.115 178.307 22.5468 180.274 22.3918C181.368 22.3044 182.314 22.5905 183.012 23.2421C183.778 23.9494 184.237 25.0918 184.237 26.2978C184.237 28.5171 182.93 29.9118 180.83 29.9396C179.1 29.9297 177.937 29.0277 177.937 27.6945C177.937 26.9872 178.257 26.5263 178.881 26.0654C178.929 26.0313 178.962 25.9811 178.976 25.9242C178.989 25.8672 178.982 25.8073 178.954 25.7554L178.08 24.1024C178.064 24.0728 178.042 24.0467 178.016 24.0256C177.99 24.0044 177.96 23.9887 177.927 23.9792C177.894 23.9694 177.859 23.9666 177.825 23.971C177.791 23.9755 177.758 23.9871 177.729 24.0051C176.747 24.5872 175.543 25.6521 175.609 27.6985C175.688 30.3032 177.854 32.292 180.669 32.3735H180.81H181.003C184.349 32.2642 186.765 29.7807 186.765 26.4131C186.765 23.3216 184.512 20.0116 180.343 20.0116Z",fill:"white"}),H("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M204.725 17.0353H227.254C228.809 17.0353 230.069 18.2957 230.069 19.8506V32.1846C230.069 33.7395 228.809 34.9999 227.254 34.9999H204.725C203.171 34.9999 201.91 33.7395 201.91 32.1846V19.8506C201.91 18.2957 203.171 17.0353 204.725 17.0353ZM209.78 26.8043C211.659 26.8043 213.004 25.4334 213.004 23.5122C213.004 21.6009 211.659 20.222 209.78 20.222H206.462C206.422 20.222 206.385 20.2377 206.357 20.2657C206.329 20.2936 206.313 20.3315 206.313 20.371V29.4765C206.313 29.5159 206.329 29.5535 206.357 29.5813C206.385 29.6092 206.423 29.625 206.462 29.6255H207.71C207.749 29.6255 207.787 29.6098 207.815 29.5819C207.843 29.5539 207.859 29.516 207.859 29.4765V26.9533C207.859 26.9138 207.874 26.8759 207.902 26.8479C207.93 26.82 207.968 26.8043 208.008 26.8043H209.78ZM209.685 21.6048C210.706 21.6048 211.459 22.4115 211.459 23.5122C211.459 24.6148 210.706 25.4195 209.685 25.4195H208.008C207.968 25.4195 207.931 25.4041 207.903 25.3765C207.875 25.349 207.859 25.3116 207.859 25.2725V21.7538C207.859 21.7145 207.875 21.6769 207.903 21.649C207.931 21.6212 207.968 21.6053 208.008 21.6048H209.685ZM213.372 27.8792C213.359 27.5846 213.42 27.2915 213.549 27.0264C213.678 26.7613 213.871 26.5327 214.111 26.3613C214.596 25.9977 215.347 25.8089 216.462 25.7652L217.644 25.7255V25.3758C217.644 24.6784 217.175 24.3824 216.422 24.3824C215.669 24.3824 215.194 24.6486 215.083 25.0837C215.074 25.1145 215.055 25.1414 215.029 25.1601C215.003 25.1788 214.972 25.1883 214.94 25.1871H213.773C213.752 25.1876 213.731 25.1834 213.711 25.1748C213.691 25.1662 213.674 25.1534 213.66 25.1373C213.645 25.1213 213.635 25.1022 213.629 25.0817C213.623 25.0611 213.621 25.0394 213.624 25.0182C213.799 23.985 214.654 23.2003 216.475 23.2003C218.411 23.2003 219.108 24.1003 219.108 25.8189V29.4706C219.108 29.4903 219.105 29.5099 219.097 29.5282C219.09 29.5465 219.079 29.5632 219.065 29.5772C219.051 29.5913 219.035 29.6024 219.016 29.6101C218.998 29.6177 218.979 29.6216 218.959 29.6216H217.781C217.761 29.6216 217.741 29.6177 217.723 29.6101C217.705 29.6024 217.689 29.5913 217.675 29.5772C217.661 29.5632 217.65 29.5465 217.643 29.5282C217.635 29.5099 217.631 29.4903 217.632 29.4706V29.1984C217.634 29.1745 217.628 29.1506 217.615 29.1303C217.603 29.11 217.584 29.0943 217.561 29.0856C217.539 29.0769 217.514 29.0756 217.491 29.082C217.468 29.0884 217.448 29.102 217.433 29.1209C217.081 29.5044 216.509 29.7825 215.597 29.7825C214.26 29.7865 213.372 29.0871 213.372 27.8792ZM217.644 27.0844V26.8023L216.114 26.8818C215.307 26.9235 214.836 27.2593 214.836 27.8235C214.836 28.3341 215.267 28.6183 216.018 28.6183C217.04 28.6183 217.644 28.0659 217.644 27.0864V27.0844ZM220.292 31.3202V32.3831C220.29 32.4174 220.3 32.4514 220.32 32.4795C220.339 32.5077 220.368 32.5283 220.401 32.5381C220.609 32.5947 220.824 32.6208 221.039 32.6155C222.181 32.6155 223.224 32.1983 223.82 30.5731L226.443 23.5776C226.451 23.5551 226.453 23.5311 226.449 23.5076C226.446 23.4842 226.437 23.4618 226.423 23.4425C226.409 23.4231 226.391 23.4073 226.37 23.3963C226.349 23.3852 226.326 23.3793 226.302 23.3789H225.08C225.048 23.3787 225.017 23.3885 224.992 23.4071C224.966 23.4257 224.947 23.452 224.937 23.4822L223.493 27.9128C223.482 27.9418 223.462 27.9668 223.437 27.9845C223.411 28.0021 223.381 28.0116 223.35 28.0116C223.319 28.0116 223.288 28.0021 223.263 27.9845C223.237 27.9668 223.218 27.9418 223.207 27.9128L221.542 23.4703C221.531 23.4419 221.511 23.4174 221.486 23.4C221.461 23.3827 221.431 23.3733 221.401 23.373H220.208C220.185 23.3733 220.161 23.3792 220.14 23.3903C220.119 23.4013 220.101 23.4172 220.088 23.4365C220.074 23.4559 220.065 23.4782 220.061 23.5017C220.058 23.5252 220.06 23.5491 220.067 23.5716L222.519 29.8698C222.531 29.9025 222.531 29.9384 222.519 29.9711L222.442 30.2155C222.351 30.5187 222.162 30.7827 221.903 30.9654C221.645 31.148 221.333 31.2387 221.017 31.2228C220.834 31.2226 220.651 31.2053 220.471 31.1711C220.449 31.1671 220.426 31.1678 220.405 31.1734C220.383 31.179 220.363 31.1893 220.346 31.2036C220.329 31.2178 220.315 31.2356 220.306 31.2558C220.297 31.2759 220.292 31.2979 220.292 31.3202Z",fill:"white"}),H("path",{d:"M97.8813 31C100.28 31 101.702 29.8203 101.702 27.8359C101.702 26.3359 100.717 25.2578 99.1859 25.0625V25C100.272 24.8047 101.131 23.7109 101.131 22.5391C101.131 20.8516 99.8266 19.7266 97.8969 19.7266H93.4828V31H97.8813ZM94.8891 20.9688H97.5766C98.9438 20.9688 99.7094 21.5859 99.7094 22.7031C99.7094 23.9219 98.8031 24.5859 97.1391 24.5859H94.8891V20.9688ZM94.8891 29.7578V25.7969H97.5375C99.3344 25.7969 100.256 26.4609 100.256 27.7656C100.256 29.0703 99.3656 29.7578 97.6703 29.7578H94.8891ZM109.591 22.5781H108.231V27.4688C108.231 28.9141 107.395 29.8672 106.013 29.8672C104.692 29.8672 104.044 29.125 104.044 27.7422V22.5781H102.684V27.9766C102.684 29.8906 103.755 31.0781 105.598 31.0781C106.888 31.0781 107.755 30.5781 108.278 29.6094H108.309V31H109.591V22.5781ZM111.761 34.0547C113.253 34.0547 113.925 33.4688 114.644 31.5156L117.941 22.5781H116.511L114.152 29.6172H114.12L111.761 22.5781H110.316L113.433 31.0078L113.269 31.5078C112.925 32.5234 112.503 32.8984 111.722 32.8984C111.542 32.8984 111.323 32.8828 111.167 32.8516V34C111.331 34.0312 111.589 34.0547 111.761 34.0547ZM132.742 22.5781H131.398L129.688 29.4609H129.656L127.727 22.5781H126.414L124.484 29.4609H124.453L122.742 22.5781H121.398L123.758 31H125.133L127.055 24.4531H127.086L129.008 31H130.383L132.742 22.5781ZM133.577 31H134.936V22.5781H133.577V31ZM134.256 21.2188C134.733 21.2188 135.116 20.8281 135.116 20.3594C135.116 19.8828 134.733 19.5 134.256 19.5C133.787 19.5 133.397 19.8828 133.397 20.3594C133.397 20.8281 133.787 21.2188 134.256 21.2188ZM136.903 20.6797V22.5781H135.731V23.7031H136.903V28.8125C136.903 30.4297 137.497 31.0625 139.02 31.0625C139.341 31.0625 139.731 31.0312 139.895 30.9922V29.8438C139.802 29.8594 139.473 29.8828 139.309 29.8828C138.591 29.8828 138.262 29.5312 138.262 28.7578V23.7031H139.903V22.5781H138.262V20.6797H136.903ZM141.089 31H142.448V26.1562C142.448 24.6797 143.323 23.7109 144.745 23.7109C146.081 23.7109 146.761 24.5234 146.761 25.8672V31H148.12V25.625C148.12 23.75 146.995 22.5 145.152 22.5C143.863 22.5 143.003 22.9922 142.48 23.9453H142.448V19.2344H141.089V31Z",fill:"#F4F1FE"})]});export{DynamicCheckoutBlack as default};
@@ -1,4 +1,4 @@
1
- import C from"./BaseIcon.liquid.js";import{template as H}from"@gem-sdk/core";let V=V=>H`
1
+ import C from"./BaseIcon.liquid.js";import{template as H}from"@gem-sdk/core";let DynamicCheckoutBlack=V=>H`
2
2
  ${C({width:"321",height:"50",viewBox:"0 0 321 50",...V,children:` <rect width="321" height="50" fill="black" />
3
3
  <path
4
4
  d="M173.695 22.7412C173.085 21.4617 171.929 20.6352 170.187 20.6352C169.652 20.6446 169.126 20.7766 168.651 21.0212C168.175 21.2658 167.762 21.6163 167.443 22.0459L167.379 22.1233V17.1087C167.379 17.0797 167.368 17.0519 167.347 17.0314C167.327 17.0109 167.299 16.9994 167.27 16.9994H164.807C164.778 16.9999 164.751 17.0117 164.731 17.0321C164.71 17.0525 164.699 17.08 164.699 17.1087V31.4931C164.699 31.5215 164.711 31.5488 164.731 31.569C164.751 31.5891 164.778 31.6004 164.807 31.6004H167.445C167.474 31.6004 167.501 31.5891 167.522 31.5691C167.542 31.549 167.554 31.5217 167.554 31.4931V25.3598C167.554 24.1678 168.349 23.3234 169.621 23.3234C171.011 23.3234 171.363 24.4678 171.363 25.634V31.4931C171.363 31.5215 171.374 31.5488 171.394 31.569C171.414 31.5891 171.442 31.6004 171.47 31.6004H174.103C174.131 31.6004 174.159 31.5891 174.179 31.5691C174.2 31.549 174.211 31.5217 174.212 31.4931V25.2843C174.212 25.0718 174.212 24.8631 174.184 24.6605C174.139 23.9964 173.973 23.3461 173.695 22.7412Z"
@@ -26,4 +26,4 @@ import C from"./BaseIcon.liquid.js";import{template as H}from"@gem-sdk/core";let
26
26
  d="M97.8813 31C100.28 31 101.702 29.8203 101.702 27.8359C101.702 26.3359 100.717 25.2578 99.1859 25.0625V25C100.272 24.8047 101.131 23.7109 101.131 22.5391C101.131 20.8516 99.8266 19.7266 97.8969 19.7266H93.4828V31H97.8813ZM94.8891 20.9688H97.5766C98.9438 20.9688 99.7094 21.5859 99.7094 22.7031C99.7094 23.9219 98.8031 24.5859 97.1391 24.5859H94.8891V20.9688ZM94.8891 29.7578V25.7969H97.5375C99.3344 25.7969 100.256 26.4609 100.256 27.7656C100.256 29.0703 99.3656 29.7578 97.6703 29.7578H94.8891ZM109.591 22.5781H108.231V27.4688C108.231 28.9141 107.395 29.8672 106.013 29.8672C104.692 29.8672 104.044 29.125 104.044 27.7422V22.5781H102.684V27.9766C102.684 29.8906 103.755 31.0781 105.598 31.0781C106.888 31.0781 107.755 30.5781 108.278 29.6094H108.309V31H109.591V22.5781ZM111.761 34.0547C113.253 34.0547 113.925 33.4688 114.644 31.5156L117.941 22.5781H116.511L114.152 29.6172H114.12L111.761 22.5781H110.316L113.433 31.0078L113.269 31.5078C112.925 32.5234 112.503 32.8984 111.722 32.8984C111.542 32.8984 111.323 32.8828 111.167 32.8516V34C111.331 34.0312 111.589 34.0547 111.761 34.0547ZM132.742 22.5781H131.398L129.688 29.4609H129.656L127.727 22.5781H126.414L124.484 29.4609H124.453L122.742 22.5781H121.398L123.758 31H125.133L127.055 24.4531H127.086L129.008 31H130.383L132.742 22.5781ZM133.577 31H134.936V22.5781H133.577V31ZM134.256 21.2188C134.733 21.2188 135.116 20.8281 135.116 20.3594C135.116 19.8828 134.733 19.5 134.256 19.5C133.787 19.5 133.397 19.8828 133.397 20.3594C133.397 20.8281 133.787 21.2188 134.256 21.2188ZM136.903 20.6797V22.5781H135.731V23.7031H136.903V28.8125C136.903 30.4297 137.497 31.0625 139.02 31.0625C139.341 31.0625 139.731 31.0312 139.895 30.9922V29.8438C139.802 29.8594 139.473 29.8828 139.309 29.8828C138.591 29.8828 138.262 29.5312 138.262 28.7578V23.7031H139.903V22.5781H138.262V20.6797H136.903ZM141.089 31H142.448V26.1562C142.448 24.6797 143.323 23.7109 144.745 23.7109C146.081 23.7109 146.761 24.5234 146.761 25.8672V31H148.12V25.625C148.12 23.75 146.995 22.5 145.152 22.5C143.863 22.5 143.003 22.9922 142.48 23.9453H142.448V19.2344H141.089V31Z"
27
27
  fill="#F4F1FE"
28
28
  />`})}
29
- `;export{V as default};
29
+ `;export{DynamicCheckoutBlack as default};