@gem-sdk/components 12.0.0-dev.132 → 12.0.0-dev.138

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 (4376) hide show
  1. package/dist/cjs/accordion/common/classes.js +1 -1
  2. package/dist/cjs/accordion/common/helpers.js +1 -1
  3. package/dist/cjs/accordion/common/styles.js +1 -1
  4. package/dist/cjs/accordion/components/Accordion.js +1 -1
  5. package/dist/cjs/accordion/components/Accordion.liquid.js +14 -14
  6. package/dist/cjs/accordion/components/AccordionItem.js +1 -1
  7. package/dist/cjs/accordion/components/AccordionItem.liquid.js +27 -27
  8. package/dist/cjs/accordion/hooks/useAccordion.js +1 -1
  9. package/dist/cjs/accordion/hooks/useAccordionItem.js +1 -1
  10. package/dist/cjs/accordion/hooks/useMountTransition.js +1 -1
  11. package/dist/cjs/accordion/index.js +1 -1
  12. package/dist/cjs/accordion/next.js +1 -1
  13. package/dist/cjs/accordion/settings/Accordion.js +5 -5
  14. package/dist/cjs/accordion/settings/AccordionItem.js +1 -1
  15. package/dist/cjs/accordion/settings/configs/child-items.js +1 -1
  16. package/dist/cjs/accordion/settings/configs/settings.js +2 -2
  17. package/dist/cjs/accordion/settings/configs/translate.js +1 -1
  18. package/dist/cjs/accordion/settings/configs/ui-v2.js +1 -1
  19. package/dist/cjs/article/common/helpers.js +2 -2
  20. package/dist/cjs/article/components/ArticleAuthor.js +1 -1
  21. package/dist/cjs/article/components/ArticleAuthor.liquid.js +3 -3
  22. package/dist/cjs/article/components/ArticleCategory.js +1 -1
  23. package/dist/cjs/article/components/ArticleCategory.liquid.js +3 -3
  24. package/dist/cjs/article/components/ArticleContent.js +3 -3
  25. package/dist/cjs/article/components/ArticleContent.liquid.js +7 -7
  26. package/dist/cjs/article/components/ArticleDate.js +1 -1
  27. package/dist/cjs/article/components/ArticleDate.liquid.js +3 -3
  28. package/dist/cjs/article/components/ArticleExcerpt.js +1 -1
  29. package/dist/cjs/article/components/ArticleExcerpt.liquid.js +3 -3
  30. package/dist/cjs/article/components/ArticleImage.js +1 -1
  31. package/dist/cjs/article/components/ArticleImage.liquid.js +7 -7
  32. package/dist/cjs/article/components/ArticleList.js +1 -1
  33. package/dist/cjs/article/components/ArticleList.liquid.js +13 -13
  34. package/dist/cjs/article/components/ArticleNotFound.js +1 -1
  35. package/dist/cjs/article/components/ArticlePagination.js +1 -1
  36. package/dist/cjs/article/components/ArticlePagination.liquid.js +1 -1
  37. package/dist/cjs/article/components/ArticleReadMore.js +1 -1
  38. package/dist/cjs/article/components/ArticleReadMore.liquid.js +5 -5
  39. package/dist/cjs/article/components/ArticleTag.js +1 -1
  40. package/dist/cjs/article/components/ArticleTag.liquid.js +3 -3
  41. package/dist/cjs/article/components/ArticleTitle.js +1 -1
  42. package/dist/cjs/article/components/ArticleTitle.liquid.js +6 -6
  43. package/dist/cjs/article/hooks/useArticleLink.js +1 -1
  44. package/dist/cjs/article/index.js +1 -1
  45. package/dist/cjs/article/next.js +1 -1
  46. package/dist/cjs/article/settings/ArticleAuthor.js +2 -2
  47. package/dist/cjs/article/settings/ArticleCategory.js +2 -2
  48. package/dist/cjs/article/settings/ArticleContent.js +2 -2
  49. package/dist/cjs/article/settings/ArticleDate.js +2 -2
  50. package/dist/cjs/article/settings/ArticleExcerpt.js +2 -2
  51. package/dist/cjs/article/settings/ArticleImage.js +2 -2
  52. package/dist/cjs/article/settings/ArticleList.js +2 -2
  53. package/dist/cjs/article/settings/ArticlePagination.js +2 -2
  54. package/dist/cjs/article/settings/ArticleReadMore.js +2 -2
  55. package/dist/cjs/article/settings/ArticleTag.js +2 -2
  56. package/dist/cjs/article/settings/ArticleTitle.js +2 -2
  57. package/dist/cjs/article/settings/configs/article-author/presets.js +2 -2
  58. package/dist/cjs/article/settings/configs/article-author/settings.js +1 -1
  59. package/dist/cjs/article/settings/configs/article-author/ui-v2.js +1 -1
  60. package/dist/cjs/article/settings/configs/article-category/presets.js +2 -2
  61. package/dist/cjs/article/settings/configs/article-category/settings.js +1 -1
  62. package/dist/cjs/article/settings/configs/article-category/ui-v2.js +1 -1
  63. package/dist/cjs/article/settings/configs/article-content/presets.js +2 -2
  64. package/dist/cjs/article/settings/configs/article-content/settings.js +1 -1
  65. package/dist/cjs/article/settings/configs/article-content/ui-v2.js +1 -1
  66. package/dist/cjs/article/settings/configs/article-date/presets.js +2 -2
  67. package/dist/cjs/article/settings/configs/article-date/settings.js +1 -1
  68. package/dist/cjs/article/settings/configs/article-date/ui-v2.js +1 -1
  69. package/dist/cjs/article/settings/configs/article-excerpt/presets.js +2 -2
  70. package/dist/cjs/article/settings/configs/article-excerpt/settings.js +1 -1
  71. package/dist/cjs/article/settings/configs/article-excerpt/ui-v2.js +1 -1
  72. package/dist/cjs/article/settings/configs/article-image/presets.js +2 -2
  73. package/dist/cjs/article/settings/configs/article-image/settings.js +1 -1
  74. package/dist/cjs/article/settings/configs/article-image/ui-v2.js +1 -1
  75. package/dist/cjs/article/settings/configs/article-list/presets.js +2 -2
  76. package/dist/cjs/article/settings/configs/article-list/settings.js +1 -1
  77. package/dist/cjs/article/settings/configs/article-list/ui-v2.js +1 -1
  78. package/dist/cjs/article/settings/configs/article-read-more/presets.js +2 -2
  79. package/dist/cjs/article/settings/configs/article-read-more/settings.js +2 -2
  80. package/dist/cjs/article/settings/configs/article-read-more/ui-v2.js +1 -1
  81. package/dist/cjs/article/settings/configs/article-tag/presets.js +2 -2
  82. package/dist/cjs/article/settings/configs/article-tag/settings.js +1 -1
  83. package/dist/cjs/article/settings/configs/article-tag/ui-v2.js +1 -1
  84. package/dist/cjs/article/settings/configs/article-title/presets.js +2 -2
  85. package/dist/cjs/article/settings/configs/article-title/settings.js +1 -1
  86. package/dist/cjs/article/settings/configs/article-title/ui-v2.js +1 -1
  87. package/dist/cjs/article/settings/configs/translate.js +1 -1
  88. package/dist/cjs/breadcrumb/common/attrs.js +1 -1
  89. package/dist/cjs/breadcrumb/common/classes.js +3 -3
  90. package/dist/cjs/breadcrumb/common/helpers.js +1 -1
  91. package/dist/cjs/breadcrumb/common/styles.js +1 -1
  92. package/dist/cjs/breadcrumb/components/Breadcrumb.js +1 -1
  93. package/dist/cjs/breadcrumb/components/Breadcrumb.liquid.js +9 -9
  94. package/dist/cjs/breadcrumb/components/BreadcrumbItem.js +1 -1
  95. package/dist/cjs/breadcrumb/components/BreadcrumbItem.liquid.js +1 -1
  96. package/dist/cjs/breadcrumb/components/templates/article.js +8 -8
  97. package/dist/cjs/breadcrumb/components/templates/collection.js +5 -5
  98. package/dist/cjs/breadcrumb/components/templates/home.js +4 -4
  99. package/dist/cjs/breadcrumb/components/templates/landing.js +5 -5
  100. package/dist/cjs/breadcrumb/components/templates/product.js +10 -10
  101. package/dist/cjs/breadcrumb/constants.js +1 -1
  102. package/dist/cjs/breadcrumb/hooks/useBreadcrumb.js +1 -1
  103. package/dist/cjs/breadcrumb/index.js +1 -1
  104. package/dist/cjs/breadcrumb/next.js +1 -1
  105. package/dist/cjs/breadcrumb/settings/Breadcrumb.js +2 -2
  106. package/dist/cjs/breadcrumb/settings/configs/settings.js +2 -2
  107. package/dist/cjs/breadcrumb/settings/configs/ui-v2.js +1 -1
  108. package/dist/cjs/builder.js +1 -1
  109. package/dist/cjs/button/common/attrs.js +1 -1
  110. package/dist/cjs/button/common/classes.js +1 -1
  111. package/dist/cjs/button/common/helpers.js +2 -2
  112. package/dist/cjs/button/common/styles.js +16 -16
  113. package/dist/cjs/button/components/Button.js +1 -1
  114. package/dist/cjs/button/components/Button.liquid.js +23 -23
  115. package/dist/cjs/button/components/ButtonIcon.js +1 -1
  116. package/dist/cjs/button/components/ButtonIcon.liquid.js +4 -4
  117. package/dist/cjs/button/components/ButtonLabel.js +1 -1
  118. package/dist/cjs/button/components/ButtonLabel.liquid.js +5 -5
  119. package/dist/cjs/button/components/ButtonLoadingIndicator.js +1 -1
  120. package/dist/cjs/button/components/ButtonLoadingIndicator.liquid.js +1 -1
  121. package/dist/cjs/button/index.js +1 -1
  122. package/dist/cjs/button/next.js +1 -1
  123. package/dist/cjs/button/settings/Button.js +3 -3
  124. package/dist/cjs/button/settings/configs/settings.js +2 -2
  125. package/dist/cjs/button/settings/configs/translate.js +1 -1
  126. package/dist/cjs/button/settings/configs/ui-v2.js +1 -1
  127. package/dist/cjs/carousel/common/helpers.js +1 -1
  128. package/dist/cjs/carousel/components/arrow/Arrow.js +2 -2
  129. package/dist/cjs/carousel/components/arrow/Arrow.liquid.js +12 -12
  130. package/dist/cjs/carousel/components/arrow/common/classes.js +1 -1
  131. package/dist/cjs/carousel/components/arrow/common/helpers.js +1 -1
  132. package/dist/cjs/carousel/components/arrow/common/styles.js +17 -17
  133. package/dist/cjs/carousel/components/dot/Dots.js +1 -1
  134. package/dist/cjs/carousel/components/dot/Dots.liquid.js +4 -4
  135. package/dist/cjs/carousel/components/dot/common/classes.js +1 -1
  136. package/dist/cjs/carousel/components/dot/common/helpers.js +1 -1
  137. package/dist/cjs/carousel/components/dot/common/styles.js +1 -1
  138. package/dist/cjs/carousel/components/item/CarouselItem.js +1 -1
  139. package/dist/cjs/carousel/components/item/CarouselItem.liquid.js +10 -10
  140. package/dist/cjs/carousel/components/item/common/classes.js +1 -1
  141. package/dist/cjs/carousel/components/item/common/styles.js +1 -1
  142. package/dist/cjs/carousel/components/root/Carousel.js +1 -1
  143. package/dist/cjs/carousel/components/root/Carousel.liquid.js +15 -15
  144. package/dist/cjs/carousel/components/root/common/attrs.js +1 -1
  145. package/dist/cjs/carousel/components/root/common/classes.js +1 -1
  146. package/dist/cjs/carousel/components/root/common/helpers.js +1 -1
  147. package/dist/cjs/carousel/components/root/common/styles.js +1 -1
  148. package/dist/cjs/carousel/hooks/useCarouseItem.js +1 -1
  149. package/dist/cjs/carousel/hooks/useCarousel.js +1 -1
  150. package/dist/cjs/carousel/hooks/useDotsSetting.js +1 -1
  151. package/dist/cjs/carousel/hooks/useTrackPreviewPause.js +1 -1
  152. package/dist/cjs/carousel/index.js +1 -1
  153. package/dist/cjs/carousel/next.js +1 -1
  154. package/dist/cjs/carousel/plugins/animation.js +1 -1
  155. package/dist/cjs/carousel/plugins/auto-play.js +1 -1
  156. package/dist/cjs/carousel/plugins/fix-slider-move-backward.js +1 -1
  157. package/dist/cjs/carousel/plugins/mutation.js +1 -1
  158. package/dist/cjs/carousel/settings/Carousel.js +2 -2
  159. package/dist/cjs/carousel/settings/CarouselItem.js +1 -1
  160. package/dist/cjs/carousel/settings/configs/presets.js +2 -2
  161. package/dist/cjs/carousel/settings/configs/settings-v2.js +2 -2
  162. package/dist/cjs/carousel/settings/configs/ui-v2.js +1 -1
  163. package/dist/cjs/carousel-v3/common/helpers.js +1 -1
  164. package/dist/cjs/carousel-v3/components/arrow/Arrow.js +2 -2
  165. package/dist/cjs/carousel-v3/components/arrow/Arrow.liquid.js +12 -12
  166. package/dist/cjs/carousel-v3/components/arrow/common/classes.js +1 -1
  167. package/dist/cjs/carousel-v3/components/arrow/common/helpers.js +1 -1
  168. package/dist/cjs/carousel-v3/components/arrow/common/styles.js +17 -17
  169. package/dist/cjs/carousel-v3/components/dot/Dots.js +1 -1
  170. package/dist/cjs/carousel-v3/components/dot/Dots.liquid.js +4 -4
  171. package/dist/cjs/carousel-v3/components/dot/common/classes.js +1 -1
  172. package/dist/cjs/carousel-v3/components/dot/common/helpers.js +1 -1
  173. package/dist/cjs/carousel-v3/components/dot/common/styles.js +1 -1
  174. package/dist/cjs/carousel-v3/components/item/CarouselItem.js +1 -1
  175. package/dist/cjs/carousel-v3/components/item/CarouselItem.liquid.js +10 -10
  176. package/dist/cjs/carousel-v3/components/item/common/classes.js +1 -1
  177. package/dist/cjs/carousel-v3/components/item/common/styles.js +1 -1
  178. package/dist/cjs/carousel-v3/components/root/Carousel.js +1 -1
  179. package/dist/cjs/carousel-v3/components/root/Carousel.liquid.js +17 -17
  180. package/dist/cjs/carousel-v3/components/root/common/attrs.js +1 -1
  181. package/dist/cjs/carousel-v3/components/root/common/classes.js +1 -1
  182. package/dist/cjs/carousel-v3/components/root/common/helpers.js +1 -1
  183. package/dist/cjs/carousel-v3/components/root/common/styles.js +1 -1
  184. package/dist/cjs/carousel-v3/components/swiper/Swiper.js +1 -1
  185. package/dist/cjs/carousel-v3/components/swiper/SwiperSlide.js +1 -1
  186. package/dist/cjs/carousel-v3/components/swiper/common/styles.js +1 -1
  187. package/dist/cjs/carousel-v3/hooks/useCarouseItem.js +1 -1
  188. package/dist/cjs/carousel-v3/hooks/useCarousel.js +1 -1
  189. package/dist/cjs/carousel-v3/hooks/useDotsSetting.js +1 -1
  190. package/dist/cjs/carousel-v3/hooks/useTrackPreviewPause.js +1 -1
  191. package/dist/cjs/carousel-v3/index.js +1 -1
  192. package/dist/cjs/carousel-v3/next.js +1 -1
  193. package/dist/cjs/carousel-v3/plugins/animation.js +1 -1
  194. package/dist/cjs/carousel-v3/settings/Carousel.js +2 -2
  195. package/dist/cjs/carousel-v3/settings/CarouselItem.js +1 -1
  196. package/dist/cjs/carousel-v3/settings/configs/presets.js +2 -2
  197. package/dist/cjs/carousel-v3/settings/configs/settings-v2.js +2 -2
  198. package/dist/cjs/carousel-v3/settings/configs/ui-v2.js +1 -1
  199. package/dist/cjs/cart/components/Cart.js +1 -1
  200. package/dist/cjs/cart/components/CartCheckout.js +1 -1
  201. package/dist/cjs/cart/components/CartDiscount.js +1 -1
  202. package/dist/cjs/cart/components/CartLineAttribute.js +1 -1
  203. package/dist/cjs/cart/components/CartLineImage.js +1 -1
  204. package/dist/cjs/cart/components/CartLinePrice.js +1 -1
  205. package/dist/cjs/cart/components/CartLineVariant.js +1 -1
  206. package/dist/cjs/cart/components/CartList.js +1 -1
  207. package/dist/cjs/cart/components/CartOrderNote.js +1 -1
  208. package/dist/cjs/cart/components/CartTotalItem.js +1 -1
  209. package/dist/cjs/cart/components/CartTotalPrice.js +1 -1
  210. package/dist/cjs/cart/components/CheckoutNow.js +1 -1
  211. package/dist/cjs/cart/components/CouponList.js +1 -1
  212. package/dist/cjs/cart/components/DiscountInput.js +1 -1
  213. package/dist/cjs/cart/components/shop-pay-button/ShopPayButton.js +1 -1
  214. package/dist/cjs/cart/components/shop-pay-button/ShopPayButton.liquid.js +10 -10
  215. package/dist/cjs/cart/components/shop-pay-button/common/classes.js +1 -1
  216. package/dist/cjs/cart/components/shop-pay-button/common/helpers.js +1 -1
  217. package/dist/cjs/cart/components/shop-pay-button/common/styles.js +1 -1
  218. package/dist/cjs/cart/components/shop-pay-button/icons/BaseIcon.js +1 -1
  219. package/dist/cjs/cart/components/shop-pay-button/icons/BaseIcon.liquid.js +4 -4
  220. package/dist/cjs/cart/components/shop-pay-button/icons/DynamicCheckoutBlack.js +1 -1
  221. package/dist/cjs/cart/components/shop-pay-button/icons/DynamicCheckoutBlack.liquid.js +3 -3
  222. package/dist/cjs/cart/components/shop-pay-button/icons/DynamicCheckoutPurple.js +1 -1
  223. package/dist/cjs/cart/components/shop-pay-button/icons/DynamicCheckoutPurple.liquid.js +3 -3
  224. package/dist/cjs/cart/components/shop-pay-button/icons/DynamicCheckoutWhite.js +1 -1
  225. package/dist/cjs/cart/components/shop-pay-button/icons/DynamicCheckoutWhite.liquid.js +3 -3
  226. package/dist/cjs/cart/components/shop-pay-button/icons/ExpressCheckoutBlack.js +1 -1
  227. package/dist/cjs/cart/components/shop-pay-button/icons/ExpressCheckoutBlack.liquid.js +3 -3
  228. package/dist/cjs/cart/components/shop-pay-button/icons/ExpressCheckoutPurple.js +1 -1
  229. package/dist/cjs/cart/components/shop-pay-button/icons/ExpressCheckoutPurple.liquid.js +3 -3
  230. package/dist/cjs/cart/components/shop-pay-button/icons/ExpressCheckoutWhite.js +1 -1
  231. package/dist/cjs/cart/components/shop-pay-button/icons/ExpressCheckoutWhite.liquid.js +3 -3
  232. package/dist/cjs/cart/hooks/useShopPayButton.js +1 -1
  233. package/dist/cjs/cart/index.js +1 -1
  234. package/dist/cjs/cart/next.js +1 -1
  235. package/dist/cjs/cart/settings/Cart.js +2 -2
  236. package/dist/cjs/cart/settings/CartCheckout.js +1 -1
  237. package/dist/cjs/cart/settings/CartDiscount.js +1 -1
  238. package/dist/cjs/cart/settings/CartLineAttribute.js +1 -1
  239. package/dist/cjs/cart/settings/CartLineImage.js +1 -1
  240. package/dist/cjs/cart/settings/CartLinePrice.js +1 -1
  241. package/dist/cjs/cart/settings/CartLineVariant.js +1 -1
  242. package/dist/cjs/cart/settings/CartList.js +1 -1
  243. package/dist/cjs/cart/settings/CartOrderNote.js +1 -1
  244. package/dist/cjs/cart/settings/CartTotalItem.js +1 -1
  245. package/dist/cjs/cart/settings/CartTotalPrice.js +1 -1
  246. package/dist/cjs/cart/settings/CouponList.js +1 -1
  247. package/dist/cjs/cart/settings/DiscountInput.js +1 -1
  248. package/dist/cjs/cart/settings/ShopPayButton.js +1 -1
  249. package/dist/cjs/code/common/classes.js +1 -1
  250. package/dist/cjs/code/common/styles.js +1 -1
  251. package/dist/cjs/code/components/CSSCode.js +1 -1
  252. package/dist/cjs/code/components/CSSCode.liquid.js +7 -7
  253. package/dist/cjs/code/hooks/useCSSCode.js +4 -4
  254. package/dist/cjs/code/index.js +1 -1
  255. package/dist/cjs/code/next.js +1 -1
  256. package/dist/cjs/code/settings/CSSCode.js +3 -3
  257. package/dist/cjs/code/settings/configs/settings.js +1 -1
  258. package/dist/cjs/code/settings/configs/translate.js +1 -1
  259. package/dist/cjs/code/settings/configs/ui-v2.js +1 -1
  260. package/dist/cjs/collection/components/collection-banner/CollectionBanner.js +1 -1
  261. package/dist/cjs/collection/components/collection-banner/CollectionBanner.liquid.js +11 -11
  262. package/dist/cjs/collection/components/collection-banner/common/classes.js +1 -1
  263. package/dist/cjs/collection/components/collection-banner/common/helpers.js +1 -1
  264. package/dist/cjs/collection/components/collection-banner/common/styles.js +1 -1
  265. package/dist/cjs/collection/components/collection-description/CollectionDescription.js +1 -1
  266. package/dist/cjs/collection/components/collection-description/CollectionDescription.liquid.js +13 -13
  267. package/dist/cjs/collection/components/collection-description/common/classes.js +1 -1
  268. package/dist/cjs/collection/components/collection-description/common/helpers.js +2 -2
  269. package/dist/cjs/collection/components/collection-description/common/styles.js +2 -2
  270. package/dist/cjs/collection/components/collection-paginator/CollectionPaginator.js +1 -1
  271. package/dist/cjs/collection/components/collection-paginator/CollectionPaginator.liquid.js +7 -7
  272. package/dist/cjs/collection/components/collection-paginator/common/classes.js +1 -1
  273. package/dist/cjs/collection/components/collection-paginator/common/helpers.js +5 -5
  274. package/dist/cjs/collection/components/collection-paginator/common/styles.js +1 -1
  275. package/dist/cjs/collection/components/collection-title/CollectionTitle.js +1 -1
  276. package/dist/cjs/collection/components/collection-title/CollectionTitle.liquid.js +3 -3
  277. package/dist/cjs/collection/components/collection-toolbar/CollectionToolbar.js +1 -1
  278. package/dist/cjs/collection/components/collection-toolbar/CollectionToolbar.liquid.js +17 -17
  279. package/dist/cjs/collection/components/collection-toolbar/common/classes.js +1 -1
  280. package/dist/cjs/collection/components/collection-toolbar/common/helpers.js +1 -1
  281. package/dist/cjs/collection/components/collection-toolbar/common/styles.js +1 -1
  282. package/dist/cjs/collection/hooks/useDescription.js +1 -1
  283. package/dist/cjs/collection/index.js +1 -1
  284. package/dist/cjs/collection/next.js +1 -1
  285. package/dist/cjs/collection/settings/collection-banner/CollectionBanner.js +3 -3
  286. package/dist/cjs/collection/settings/collection-banner/configs/settings.js +2 -2
  287. package/dist/cjs/collection/settings/collection-banner/configs/ui-v2.js +1 -1
  288. package/dist/cjs/collection/settings/collection-description/CollectionDescription.js +3 -3
  289. package/dist/cjs/collection/settings/collection-description/configs/settings.js +1 -1
  290. package/dist/cjs/collection/settings/collection-description/configs/translate.js +1 -1
  291. package/dist/cjs/collection/settings/collection-description/configs/ui-v2.js +1 -1
  292. package/dist/cjs/collection/settings/collection-paginator/CollectionPaginator.js +3 -3
  293. package/dist/cjs/collection/settings/collection-paginator/configs/settings.js +1 -1
  294. package/dist/cjs/collection/settings/collection-paginator/configs/translate.js +1 -1
  295. package/dist/cjs/collection/settings/collection-paginator/configs/ui-v2.js +1 -1
  296. package/dist/cjs/collection/settings/collection-title/CollectionTitle.js +3 -3
  297. package/dist/cjs/collection/settings/collection-title/configs/settings.js +1 -1
  298. package/dist/cjs/collection/settings/collection-title/configs/ui-v2.js +1 -1
  299. package/dist/cjs/collection/settings/collection-toolbar/CollectionToolbar.js +3 -3
  300. package/dist/cjs/collection/settings/collection-toolbar/configs/settings.js +1 -1
  301. package/dist/cjs/collection/settings/collection-toolbar/configs/translate.js +1 -1
  302. package/dist/cjs/collection/settings/collection-toolbar/configs/ui-v2.js +1 -1
  303. package/dist/cjs/common/components/Loading.js +1 -1
  304. package/dist/cjs/common/components/NoDataState.js +1 -1
  305. package/dist/cjs/common/components/Tooltip.js +1 -1
  306. package/dist/cjs/common/components/TooltipHover.js +1 -1
  307. package/dist/cjs/common/const.js +1 -1
  308. package/dist/cjs/common/hooks/useInView.js +1 -1
  309. package/dist/cjs/constant.js +1 -1
  310. package/dist/cjs/countdown-timer/common/attrs.js +1 -1
  311. package/dist/cjs/countdown-timer/common/classes.js +1 -1
  312. package/dist/cjs/countdown-timer/common/helpers.js +1 -1
  313. package/dist/cjs/countdown-timer/common/styles.js +1 -1
  314. package/dist/cjs/countdown-timer/components/Countdown.js +1 -1
  315. package/dist/cjs/countdown-timer/components/Countdown.liquid.js +23 -23
  316. package/dist/cjs/countdown-timer/hooks/useCountDownTimer.js +1 -1
  317. package/dist/cjs/countdown-timer/hooks/useTimeLeft.js +1 -1
  318. package/dist/cjs/countdown-timer/index.js +1 -1
  319. package/dist/cjs/countdown-timer/next.js +1 -1
  320. package/dist/cjs/countdown-timer/settings/Countdown.js +3 -3
  321. package/dist/cjs/countdown-timer/settings/configs/setting.js +1 -1
  322. package/dist/cjs/countdown-timer/settings/configs/translate.js +1 -1
  323. package/dist/cjs/countdown-timer/settings/configs/ui-v2.js +1 -1
  324. package/dist/cjs/coupon/common/classes.js +1 -1
  325. package/dist/cjs/coupon/common/helpers.js +1 -1
  326. package/dist/cjs/coupon/common/styles.js +14 -14
  327. package/dist/cjs/coupon/components/Coupon.js +1 -1
  328. package/dist/cjs/coupon/components/Coupon.liquid.js +6 -6
  329. package/dist/cjs/coupon/hooks/useCoupon.js +1 -1
  330. package/dist/cjs/coupon/index.js +1 -1
  331. package/dist/cjs/coupon/next.js +1 -1
  332. package/dist/cjs/coupon/settings/Coupon.js +2 -2
  333. package/dist/cjs/coupon/settings/configs/presets.js +2 -2
  334. package/dist/cjs/coupon/settings/configs/settings.js +2 -2
  335. package/dist/cjs/coupon/settings/configs/translate.js +1 -1
  336. package/dist/cjs/coupon/settings/configs/ui-v2.js +1 -1
  337. package/dist/cjs/dialog/common/attrs.js +1 -1
  338. package/dist/cjs/dialog/common/classes.js +1 -1
  339. package/dist/cjs/dialog/common/helpers.js +1 -1
  340. package/dist/cjs/dialog/common/styles.js +1 -1
  341. package/dist/cjs/dialog/components/Dialog.js +2 -2
  342. package/dist/cjs/dialog/components/Dialog.liquid.js +27 -27
  343. package/dist/cjs/dialog/hooks/useDialog.js +1 -1
  344. package/dist/cjs/dialog/hooks/useScrollPercentage.js +1 -1
  345. package/dist/cjs/dialog/index.js +1 -1
  346. package/dist/cjs/dialog/next.js +1 -1
  347. package/dist/cjs/dialog/settings/Dialog.js +3 -3
  348. package/dist/cjs/dialog/settings/configs/settings.js +2 -2
  349. package/dist/cjs/dialog/settings/configs/translate.js +1 -1
  350. package/dist/cjs/dialog/settings/configs/ui-v2.js +1 -1
  351. package/dist/cjs/estimate-delivery/common/classes.js +1 -1
  352. package/dist/cjs/estimate-delivery/common/helpers.js +1 -1
  353. package/dist/cjs/estimate-delivery/common/styles.js +1 -1
  354. package/dist/cjs/estimate-delivery/components/EstimateDate.js +1 -1
  355. package/dist/cjs/estimate-delivery/components/EstimateDate.liquid.js +4 -4
  356. package/dist/cjs/estimate-delivery/index.js +1 -1
  357. package/dist/cjs/estimate-delivery/next.js +1 -1
  358. package/dist/cjs/estimate-delivery/settings/EstimateDate.js +3 -3
  359. package/dist/cjs/estimate-delivery/settings/configs/settings.js +1 -1
  360. package/dist/cjs/estimate-delivery/settings/configs/translate.js +1 -1
  361. package/dist/cjs/estimate-delivery/settings/configs/ui-v2.js +1 -1
  362. package/dist/cjs/form/common/helpers.js +1 -1
  363. package/dist/cjs/form/components/contact/Contact.js +1 -1
  364. package/dist/cjs/form/components/contact/Contact.liquid.js +3 -3
  365. package/dist/cjs/form/components/contact/common/classes.js +1 -1
  366. package/dist/cjs/form/components/contact/common/styles.js +1 -1
  367. package/dist/cjs/form/components/form-checkbox/FormCheckbox.js +1 -1
  368. package/dist/cjs/form/components/form-checkbox/FormCheckbox.liquid.js +13 -13
  369. package/dist/cjs/form/components/form-checkbox/common/classes.js +1 -1
  370. package/dist/cjs/form/components/form-checkbox/common/styles.js +1 -1
  371. package/dist/cjs/form/components/form-dropdown/FormDropdown.js +1 -1
  372. package/dist/cjs/form/components/form-dropdown/FormDropdown.liquid.js +18 -18
  373. package/dist/cjs/form/components/form-dropdown/common/classes.js +1 -1
  374. package/dist/cjs/form/components/form-dropdown/common/styles.js +1 -1
  375. package/dist/cjs/form/components/form-email/FormEmail.js +1 -1
  376. package/dist/cjs/form/components/form-email/FormEmail.liquid.js +12 -12
  377. package/dist/cjs/form/components/form-email/common/classes.js +1 -1
  378. package/dist/cjs/form/components/form-email/common/styles.js +1 -1
  379. package/dist/cjs/form/components/newsletter/Newsletter.js +1 -1
  380. package/dist/cjs/form/components/newsletter/Newsletter.liquid.js +19 -19
  381. package/dist/cjs/form/components/newsletter/common/attrs.js +1 -1
  382. package/dist/cjs/form/components/newsletter/common/classes.js +1 -1
  383. package/dist/cjs/form/components/newsletter/common/styles.js +2 -2
  384. package/dist/cjs/form/components/submit-button/SubmitButton.js +1 -1
  385. package/dist/cjs/form/components/submit-button/SubmitButton.liquid.js +3 -3
  386. package/dist/cjs/form/components/submit-button/common/helpers.js +1 -1
  387. package/dist/cjs/form/components/submit-button/common/styles.js +1 -1
  388. package/dist/cjs/form/components/textarea/TextArea.js +1 -1
  389. package/dist/cjs/form/components/textarea/TextArea.liquid.js +12 -12
  390. package/dist/cjs/form/components/textarea/common/classes.js +1 -1
  391. package/dist/cjs/form/components/textarea/common/styles.js +1 -1
  392. package/dist/cjs/form/components/textfield/TextField.js +1 -1
  393. package/dist/cjs/form/components/textfield/TextField.liquid.js +12 -12
  394. package/dist/cjs/form/components/textfield/common/classes.js +1 -1
  395. package/dist/cjs/form/components/textfield/common/styles.js +1 -1
  396. package/dist/cjs/form/components/textinput/TextInput.js +1 -1
  397. package/dist/cjs/form/components/textinput/TextInput.liquid.js +21 -21
  398. package/dist/cjs/form/components/textinput/common/classes.js +1 -1
  399. package/dist/cjs/form/components/textinput/common/styles.js +1 -1
  400. package/dist/cjs/form/hooks/useGetColorContent.js +1 -1
  401. package/dist/cjs/form/index.js +1 -1
  402. package/dist/cjs/form/next.js +1 -1
  403. package/dist/cjs/form/settings/contact/Contact.js +3 -3
  404. package/dist/cjs/form/settings/contact/configs/inits.js +1 -1
  405. package/dist/cjs/form/settings/contact/configs/settings.js +1 -1
  406. package/dist/cjs/form/settings/contact/configs/translate.js +1 -1
  407. package/dist/cjs/form/settings/contact/configs/ui-v2.js +1 -1
  408. package/dist/cjs/form/settings/form-checkbox/FormCheckbox.js +3 -3
  409. package/dist/cjs/form/settings/form-checkbox/configs/inits.js +1 -1
  410. package/dist/cjs/form/settings/form-checkbox/configs/settings.js +1 -1
  411. package/dist/cjs/form/settings/form-checkbox/configs/translate.js +1 -1
  412. package/dist/cjs/form/settings/form-checkbox/configs/ui-v2.js +1 -1
  413. package/dist/cjs/form/settings/form-dropdown/FormDropdown.js +3 -3
  414. package/dist/cjs/form/settings/form-dropdown/configs/inits.js +1 -1
  415. package/dist/cjs/form/settings/form-dropdown/configs/settings.js +1 -1
  416. package/dist/cjs/form/settings/form-dropdown/configs/translate.js +1 -1
  417. package/dist/cjs/form/settings/form-dropdown/configs/ui-v2.js +1 -1
  418. package/dist/cjs/form/settings/form-email/FormEmail.js +3 -3
  419. package/dist/cjs/form/settings/form-email/configs/inits.js +1 -1
  420. package/dist/cjs/form/settings/form-email/configs/settings.js +1 -1
  421. package/dist/cjs/form/settings/form-email/configs/translate.js +1 -1
  422. package/dist/cjs/form/settings/form-email/configs/ui-v2.js +1 -1
  423. package/dist/cjs/form/settings/form-textarea/Textarea.js +3 -3
  424. package/dist/cjs/form/settings/form-textarea/configs/settings.js +1 -1
  425. package/dist/cjs/form/settings/form-textarea/configs/translate.js +1 -1
  426. package/dist/cjs/form/settings/form-textarea/configs/ui-v2.js +1 -1
  427. package/dist/cjs/form/settings/newsletter/Newsletter.js +3 -3
  428. package/dist/cjs/form/settings/newsletter/configs/inits.js +1 -1
  429. package/dist/cjs/form/settings/newsletter/configs/settings.js +1 -1
  430. package/dist/cjs/form/settings/newsletter/configs/translate.js +1 -1
  431. package/dist/cjs/form/settings/newsletter/configs/ui-v2.js +1 -1
  432. package/dist/cjs/form/settings/submit-button/SubmitButton.js +3 -3
  433. package/dist/cjs/form/settings/submit-button/configs/inits.js +1 -1
  434. package/dist/cjs/form/settings/submit-button/configs/settings.js +2 -2
  435. package/dist/cjs/form/settings/submit-button/configs/translate.js +1 -1
  436. package/dist/cjs/form/settings/submit-button/configs/ui-v2.js +1 -1
  437. package/dist/cjs/form/settings/text-field/TextField.js +3 -3
  438. package/dist/cjs/form/settings/text-field/configs/settings.js +1 -1
  439. package/dist/cjs/form/settings/text-field/configs/translate.js +1 -1
  440. package/dist/cjs/form/settings/text-field/configs/ui-v2.js +1 -1
  441. package/dist/cjs/form/settings/text-input/TextInput.js +3 -3
  442. package/dist/cjs/form/settings/text-input/configs/settings.js +1 -1
  443. package/dist/cjs/form/settings/text-input/configs/translate.js +1 -1
  444. package/dist/cjs/form/settings/text-input/configs/ui-v2.js +1 -1
  445. package/dist/cjs/grid/components/ChildrenDroppable.js +4 -4
  446. package/dist/cjs/grid/components/col/Col.js +1 -1
  447. package/dist/cjs/grid/components/col/Col.liquid.js +6 -6
  448. package/dist/cjs/grid/components/col/common/attrs.js +1 -1
  449. package/dist/cjs/grid/components/col/common/classes.js +1 -1
  450. package/dist/cjs/grid/components/col/common/styles.js +1 -1
  451. package/dist/cjs/grid/components/root/Root.js +1 -1
  452. package/dist/cjs/grid/components/root/Root.liquid.js +1 -1
  453. package/dist/cjs/grid/components/row/Row.js +1 -1
  454. package/dist/cjs/grid/components/row/Row.liquid.js +23 -23
  455. package/dist/cjs/grid/components/row/common/attrs.js +1 -1
  456. package/dist/cjs/grid/components/row/common/classes.js +1 -1
  457. package/dist/cjs/grid/components/row/common/helpers.js +1 -1
  458. package/dist/cjs/grid/components/row/common/styles.js +1 -1
  459. package/dist/cjs/grid/components/section/Section.js +1 -1
  460. package/dist/cjs/grid/components/section/Section.liquid.js +1 -1
  461. package/dist/cjs/grid/hooks/useRowSetting.js +1 -1
  462. package/dist/cjs/grid/index.js +1 -1
  463. package/dist/cjs/grid/next.js +1 -1
  464. package/dist/cjs/grid/settings/Col.js +1 -1
  465. package/dist/cjs/grid/settings/Root.js +1 -1
  466. package/dist/cjs/grid/settings/Row.js +2 -2
  467. package/dist/cjs/grid/settings/Section.js +1 -1
  468. package/dist/cjs/grid/settings/configs/row/presets.js +2 -2
  469. package/dist/cjs/grid/settings/configs/row/settings.js +1 -1
  470. package/dist/cjs/grid/settings/configs/row/translate.js +1 -1
  471. package/dist/cjs/grid/settings/configs/row/ui-v2.js +1 -1
  472. package/dist/cjs/grid/settings/configs/section/settings.js +1 -1
  473. package/dist/cjs/grid/settings/configs/section/ui-v2.js +1 -1
  474. package/dist/cjs/header/components/Header.js +1 -1
  475. package/dist/cjs/header/components/SalePageHeaderWarning.js +1 -1
  476. package/dist/cjs/header/components/icons/ChevronLeft.js +1 -1
  477. package/dist/cjs/header/components/icons/Dismiss.js +1 -1
  478. package/dist/cjs/header/components/icons/MenuIcon.js +1 -1
  479. package/dist/cjs/header/components/kind/basic/DesktopMenu.js +1 -1
  480. package/dist/cjs/header/components/kind/basic/DesktopMenuItem.js +1 -1
  481. package/dist/cjs/header/components/kind/basic/MenuMobileItem.js +1 -1
  482. package/dist/cjs/header/components/kind/basic/MobileMenu.js +1 -1
  483. package/dist/cjs/header/components/kind/basic/index.js +1 -1
  484. package/dist/cjs/header/components/kind/modern/index.js +1 -1
  485. package/dist/cjs/header/hooks/useBodyOverlay.js +1 -1
  486. package/dist/cjs/header/index.js +1 -1
  487. package/dist/cjs/header/next.js +1 -1
  488. package/dist/cjs/header/settings/Header.js +2 -2
  489. package/dist/cjs/header/settings/configs/presets.js +2 -2
  490. package/dist/cjs/header/settings/configs/settings.js +2 -2
  491. package/dist/cjs/header/settings/configs/ui-v2.js +1 -1
  492. package/dist/cjs/heading/components/Heading.js +1 -1
  493. package/dist/cjs/heading/components/Heading.liquid.js +1 -1
  494. package/dist/cjs/heading/index.js +1 -1
  495. package/dist/cjs/heading/next.js +1 -1
  496. package/dist/cjs/heading/settings/Heading.js +2 -2
  497. package/dist/cjs/heading/settings/configs/presets.js +2 -2
  498. package/dist/cjs/heading/settings/configs/settings.js +1 -1
  499. package/dist/cjs/heading/settings/configs/translate.js +1 -1
  500. package/dist/cjs/heading/settings/configs/ui-v2.js +1 -1
  501. package/dist/cjs/helpers.js +1 -1
  502. package/dist/cjs/hero-banner/common/animation-manager.js +1 -1
  503. package/dist/cjs/hero-banner/common/attrs.js +1 -1
  504. package/dist/cjs/hero-banner/common/classes.js +1 -1
  505. package/dist/cjs/hero-banner/common/const.js +1 -1
  506. package/dist/cjs/hero-banner/common/helpers.js +1 -1
  507. package/dist/cjs/hero-banner/common/styles.js +1 -1
  508. package/dist/cjs/hero-banner/components/HeroBanner.js +1 -1
  509. package/dist/cjs/hero-banner/components/HeroBanner.liquid.js +13 -13
  510. package/dist/cjs/hero-banner/components/HeroBannerItem.js +1 -1
  511. package/dist/cjs/hero-banner/components/HeroBannerItem.liquid.js +11 -11
  512. package/dist/cjs/hero-banner/hooks/useHeroBanner.js +1 -1
  513. package/dist/cjs/hero-banner/hooks/useHeroBannerItem.js +1 -1
  514. package/dist/cjs/hero-banner/hooks/useIntersectionObserver.js +1 -1
  515. package/dist/cjs/hero-banner/hooks/useTranslateValue.js +1 -1
  516. package/dist/cjs/hero-banner/hooks/useWindowSize.js +1 -1
  517. package/dist/cjs/hero-banner/index.js +1 -1
  518. package/dist/cjs/hero-banner/next.js +1 -1
  519. package/dist/cjs/hero-banner/settings/HeroBanner.js +2 -2
  520. package/dist/cjs/hero-banner/settings/configs/presets/banner-1-col-pre-sales-page.js +2 -2
  521. package/dist/cjs/hero-banner/settings/configs/presets/banner-1-col.js +2 -2
  522. package/dist/cjs/hero-banner/settings/configs/presets/banner-content-left-pre-sales-page.js +2 -2
  523. package/dist/cjs/hero-banner/settings/configs/presets/banner-content-left.js +2 -2
  524. package/dist/cjs/hero-banner/settings/configs/presets/banner-content-right-pre-sales-page.js +2 -2
  525. package/dist/cjs/hero-banner/settings/configs/presets/banner-content-right.js +2 -2
  526. package/dist/cjs/hero-banner/settings/configs/presets/banner-parallax-pre-sales-page.js +2 -2
  527. package/dist/cjs/hero-banner/settings/configs/presets/banner-parallax.js +2 -2
  528. package/dist/cjs/hero-banner/settings/configs/presets/banner-video-pre-sales-page.js +2 -2
  529. package/dist/cjs/hero-banner/settings/configs/presets/banner-video.js +2 -2
  530. package/dist/cjs/hero-banner/settings/configs/settings.js +2 -2
  531. package/dist/cjs/hero-banner/settings/configs/translate.js +1 -1
  532. package/dist/cjs/hero-banner/settings/configs/ui-v2.js +1 -1
  533. package/dist/cjs/hooks/useGetProductId.js +1 -1
  534. package/dist/cjs/icon/common/attrs.js +1 -1
  535. package/dist/cjs/icon/common/classes.js +1 -1
  536. package/dist/cjs/icon/common/helpers.js +1 -1
  537. package/dist/cjs/icon/common/styles.js +1 -1
  538. package/dist/cjs/icon/components/Icon.js +1 -1
  539. package/dist/cjs/icon/components/Icon.liquid.js +8 -8
  540. package/dist/cjs/icon/index.js +1 -1
  541. package/dist/cjs/icon/next.js +1 -1
  542. package/dist/cjs/icon/settings/Icon.js +2 -2
  543. package/dist/cjs/icon/settings/configs/presets.js +2 -2
  544. package/dist/cjs/icon/settings/configs/settings.js +2 -2
  545. package/dist/cjs/icon/settings/configs/ui-v2.js +1 -1
  546. package/dist/cjs/icon-list/common/attrs.js +1 -1
  547. package/dist/cjs/icon-list/common/classes.js +1 -1
  548. package/dist/cjs/icon-list/common/styles.js +1 -1
  549. package/dist/cjs/icon-list/components/IconList.js +1 -1
  550. package/dist/cjs/icon-list/components/IconList.liquid.js +13 -13
  551. package/dist/cjs/icon-list/components/IconListItem.js +1 -1
  552. package/dist/cjs/icon-list/components/IconListItem.liquid.js +6 -6
  553. package/dist/cjs/icon-list/index.js +1 -1
  554. package/dist/cjs/icon-list/next.js +1 -1
  555. package/dist/cjs/icon-list/settings/IconList.js +4 -4
  556. package/dist/cjs/icon-list/settings/IconListItem.js +1 -1
  557. package/dist/cjs/icon-list/settings/configs/items.js +1 -1
  558. package/dist/cjs/icon-list/settings/configs/settings.js +1 -1
  559. package/dist/cjs/icon-list/settings/configs/translate.js +1 -1
  560. package/dist/cjs/icon-list/settings/configs/ui-v2.js +1 -1
  561. package/dist/cjs/icon-list-hoz/common/attrs.js +1 -1
  562. package/dist/cjs/icon-list-hoz/common/classes.js +1 -1
  563. package/dist/cjs/icon-list-hoz/common/styles.js +1 -1
  564. package/dist/cjs/icon-list-hoz/components/IconListHoz.js +1 -1
  565. package/dist/cjs/icon-list-hoz/components/IconListHoz.liquid.js +8 -8
  566. package/dist/cjs/icon-list-hoz/components/IconListHozItem.js +1 -1
  567. package/dist/cjs/icon-list-hoz/components/IconListIHozItem.liquid.js +4 -4
  568. package/dist/cjs/icon-list-hoz/index.js +1 -1
  569. package/dist/cjs/icon-list-hoz/next.js +1 -1
  570. package/dist/cjs/icon-list-hoz/settings/IconListHoz.js +2 -2
  571. package/dist/cjs/icon-list-hoz/settings/IconListItem.js +1 -1
  572. package/dist/cjs/icon-list-hoz/settings/ItemTemplate.js +1 -1
  573. package/dist/cjs/icon-list-hoz/settings/configs/presets.js +3 -3
  574. package/dist/cjs/icon-list-hoz/settings/configs/settings.js +1 -1
  575. package/dist/cjs/icon-list-hoz/settings/configs/uiV2.js +1 -1
  576. package/dist/cjs/icon-list-v2/common/classes.js +1 -1
  577. package/dist/cjs/icon-list-v2/common/helpers.js +1 -1
  578. package/dist/cjs/icon-list-v2/common/styles.js +1 -1
  579. package/dist/cjs/icon-list-v2/components/IconList.js +1 -1
  580. package/dist/cjs/icon-list-v2/components/IconList.liquid.js +22 -22
  581. package/dist/cjs/icon-list-v2/hooks/useIconLineHeight.js +1 -1
  582. package/dist/cjs/icon-list-v2/index.js +1 -1
  583. package/dist/cjs/icon-list-v2/next.js +1 -1
  584. package/dist/cjs/icon-list-v2/settings/IconList.js +3 -3
  585. package/dist/cjs/icon-list-v2/settings/configs/items.js +1 -1
  586. package/dist/cjs/icon-list-v2/settings/configs/settings.js +1 -1
  587. package/dist/cjs/icon-list-v2/settings/configs/translate.js +1 -1
  588. package/dist/cjs/icon-list-v2/settings/configs/ui-v2.js +1 -1
  589. package/dist/cjs/image/common/attrs.js +1 -1
  590. package/dist/cjs/image/common/classes.js +1 -1
  591. package/dist/cjs/image/common/helpers.js +2 -2
  592. package/dist/cjs/image/common/styles.js +1 -1
  593. package/dist/cjs/image/components/AdaptiveImage.js +1 -1
  594. package/dist/cjs/image/components/AdaptiveImage.liquid.js +13 -13
  595. package/dist/cjs/image/components/Image.js +1 -1
  596. package/dist/cjs/image/components/Image.liquid.js +11 -11
  597. package/dist/cjs/image/components/Modal3d.liquid.js +5 -5
  598. package/dist/cjs/image/components/NextImage.js +1 -1
  599. package/dist/cjs/image/components/NextImage.liquid.js +6 -6
  600. package/dist/cjs/image/components/Video.liquid.js +5 -5
  601. package/dist/cjs/image/constants.js +1 -1
  602. package/dist/cjs/image/index.js +1 -1
  603. package/dist/cjs/image/next.js +1 -1
  604. package/dist/cjs/image/settings/Image.js +2 -2
  605. package/dist/cjs/image/settings/configs/presets.js +2 -2
  606. package/dist/cjs/image/settings/configs/settings.js +1 -1
  607. package/dist/cjs/image/settings/configs/translate.js +1 -1
  608. package/dist/cjs/image/settings/configs/ui-v2.js +1 -1
  609. package/dist/cjs/image-comparison/common/attrs.js +1 -1
  610. package/dist/cjs/image-comparison/common/classes.js +1 -1
  611. package/dist/cjs/image-comparison/common/helpers.js +1 -1
  612. package/dist/cjs/image-comparison/common/styles.js +11 -11
  613. package/dist/cjs/image-comparison/components/CompareImage.js +1 -1
  614. package/dist/cjs/image-comparison/components/CompareImage.liquid.js +18 -18
  615. package/dist/cjs/image-comparison/components/ImageComparison.js +1 -1
  616. package/dist/cjs/image-comparison/components/ImageComparison.liquid.js +4 -4
  617. package/dist/cjs/image-comparison/components/Label.js +1 -1
  618. package/dist/cjs/image-comparison/components/Label.liquid.js +8 -8
  619. package/dist/cjs/image-comparison/components/SlideHandle.js +1 -1
  620. package/dist/cjs/image-comparison/components/SlideHandle.liquid.js +8 -8
  621. package/dist/cjs/image-comparison/hooks/useCompareImage.js +1 -1
  622. package/dist/cjs/image-comparison/index.js +1 -1
  623. package/dist/cjs/image-comparison/next.js +1 -1
  624. package/dist/cjs/image-comparison/settings/ImageComparison.js +3 -3
  625. package/dist/cjs/image-comparison/settings/configs/settings.js +1 -1
  626. package/dist/cjs/image-comparison/settings/configs/translate.js +1 -1
  627. package/dist/cjs/image-comparison/settings/configs/ui-v2.js +1 -1
  628. package/dist/cjs/image-detection/components/ImageDetection.js +1 -1
  629. package/dist/cjs/image-detection/index.js +1 -1
  630. package/dist/cjs/image-detection/next.js +1 -1
  631. package/dist/cjs/image-detection/settings/ImageDetection.js +2 -2
  632. package/dist/cjs/image-detection/settings/configs/settings.js +1 -1
  633. package/dist/cjs/index.js +1 -1
  634. package/dist/cjs/index.liquid.js +1 -1
  635. package/dist/cjs/input/components/Input.js +1 -1
  636. package/dist/cjs/input/index.js +1 -1
  637. package/dist/cjs/input/next.js +1 -1
  638. package/dist/cjs/input/settings/Input.js +2 -2
  639. package/dist/cjs/input/settings/configs/settings.js +1 -1
  640. package/dist/cjs/line/common/classes.js +1 -1
  641. package/dist/cjs/line/common/helpers.js +1 -1
  642. package/dist/cjs/line/common/styles.js +1 -1
  643. package/dist/cjs/line/components/Divider.js +1 -1
  644. package/dist/cjs/line/components/Divider.liquid.js +1 -1
  645. package/dist/cjs/line/components/Line.js +1 -1
  646. package/dist/cjs/line/components/Line.liquid.js +14 -14
  647. package/dist/cjs/line/index.js +1 -1
  648. package/dist/cjs/line/next.js +1 -1
  649. package/dist/cjs/line/settings/Line.js +2 -2
  650. package/dist/cjs/line/settings/configs/presets.js +2 -2
  651. package/dist/cjs/line/settings/configs/settings.js +1 -1
  652. package/dist/cjs/line/settings/configs/ui-v2.js +1 -1
  653. package/dist/cjs/link/common/helpers.js +1 -1
  654. package/dist/cjs/link/components/CustomLink.js +1 -1
  655. package/dist/cjs/link/components/Link.js +1 -1
  656. package/dist/cjs/link/components/ProductLink.js +1 -1
  657. package/dist/cjs/link/components/next-link/CustomLink.js +1 -1
  658. package/dist/cjs/link/components/next-link/ProductLink.js +1 -1
  659. package/dist/cjs/link/components/next-link/index.js +1 -1
  660. package/dist/cjs/link/index.js +1 -1
  661. package/dist/cjs/link/next.js +1 -1
  662. package/dist/cjs/link/settings/Link.js +1 -1
  663. package/dist/cjs/link/settings/configs/settings.js +1 -1
  664. package/dist/cjs/marquee/common/classes.js +1 -1
  665. package/dist/cjs/marquee/common/helpers.js +1 -1
  666. package/dist/cjs/marquee/common/styles.js +1 -1
  667. package/dist/cjs/marquee/components/Marquee.js +1 -1
  668. package/dist/cjs/marquee/components/Marquee.liquid.js +19 -19
  669. package/dist/cjs/marquee/components/MarqueeBase.js +1 -1
  670. package/dist/cjs/marquee/components/MarqueeBase.liquid.js +8 -8
  671. package/dist/cjs/marquee/components/MarqueeItem.js +1 -1
  672. package/dist/cjs/marquee/components/MarqueeItem.liquid.js +6 -6
  673. package/dist/cjs/marquee/hooks/useMarquee.js +1 -1
  674. package/dist/cjs/marquee/hooks/useMarqueeBase.js +1 -1
  675. package/dist/cjs/marquee/hooks/useMarqueeItem.js +1 -1
  676. package/dist/cjs/marquee/hooks/useMarqueeScrollToItem.js +1 -1
  677. package/dist/cjs/marquee/hooks/useMarqueeStyles.js +1 -1
  678. package/dist/cjs/marquee/hooks/useTransition.js +1 -1
  679. package/dist/cjs/marquee/index.js +1 -1
  680. package/dist/cjs/marquee/next.js +1 -1
  681. package/dist/cjs/marquee/settings/Marquee.js +2 -2
  682. package/dist/cjs/marquee/settings/MarqueeItem.js +1 -1
  683. package/dist/cjs/marquee/settings/configs/child-image-template.js +1 -1
  684. package/dist/cjs/marquee/settings/configs/child-template.js +1 -1
  685. package/dist/cjs/marquee/settings/configs/child-text-template.js +1 -1
  686. package/dist/cjs/marquee/settings/configs/presets.js +3 -3
  687. package/dist/cjs/marquee/settings/configs/settings-v2.js +2 -2
  688. package/dist/cjs/marquee/settings/configs/ui-v2.js +1 -1
  689. package/dist/cjs/menu/components/DropdownMenu.js +1 -1
  690. package/dist/cjs/menu/components/MegaMenu.js +1 -1
  691. package/dist/cjs/menu/components/Menu.js +1 -1
  692. package/dist/cjs/menu/components/NavigationMenu.js +1 -1
  693. package/dist/cjs/menu/components/SubMegaMenu.js +1 -1
  694. package/dist/cjs/menu/components/SubNavigationMenu.js +1 -1
  695. package/dist/cjs/menu/index.js +1 -1
  696. package/dist/cjs/menu/next.js +1 -1
  697. package/dist/cjs/menu/settings/Menu.js +1 -1
  698. package/dist/cjs/menu/settings/configs/settings.js +1 -1
  699. package/dist/cjs/modal/common/helpers.js +1 -1
  700. package/dist/cjs/modal/components/Modal.js +1 -1
  701. package/dist/cjs/modal/components/ZoomButton.js +1 -1
  702. package/dist/cjs/modal/components/confirm.js +1 -1
  703. package/dist/cjs/modal/hooks/useModalContainer.js +1 -1
  704. package/dist/cjs/modal/index.js +1 -1
  705. package/dist/cjs/modal/next.js +1 -1
  706. package/dist/cjs/modal/settings/Modal.js +1 -1
  707. package/dist/cjs/modal/settings/configs/settings.js +1 -1
  708. package/dist/cjs/next.js +1 -1
  709. package/dist/cjs/notification/components/Notice.js +1 -1
  710. package/dist/cjs/notification/components/Notifications.js +1 -1
  711. package/dist/cjs/notification/components/icons/CloseIcon.js +1 -1
  712. package/dist/cjs/notification/hooks/useNotification.js +1 -1
  713. package/dist/cjs/pagination/components/Pagination.js +1 -1
  714. package/dist/cjs/pagination/index.js +1 -1
  715. package/dist/cjs/pagination/next.js +1 -1
  716. package/dist/cjs/pagination/settings/Pagination.js +1 -1
  717. package/dist/cjs/pagination/settings/configs/settings.js +1 -1
  718. package/dist/cjs/post-purchase/advanced-list/common/attrs.js +1 -1
  719. package/dist/cjs/post-purchase/advanced-list/common/classes.js +1 -1
  720. package/dist/cjs/post-purchase/advanced-list/common/styles.js +1 -1
  721. package/dist/cjs/post-purchase/advanced-list/components/AdvancedListPostPurchase.js +1 -1
  722. package/dist/cjs/post-purchase/advanced-list/components/PostPurchaseAdvancedListItem.js +1 -1
  723. package/dist/cjs/post-purchase/advanced-list/index.js +1 -1
  724. package/dist/cjs/post-purchase/advanced-list/next.js +1 -1
  725. package/dist/cjs/post-purchase/advanced-list/settings/AdvancedListPostPurchase.js +2 -2
  726. package/dist/cjs/post-purchase/advanced-list/settings/PostPurchaseAdvancedListItem.js +1 -1
  727. package/dist/cjs/post-purchase/advanced-list/settings/configs/presets.js +2 -2
  728. package/dist/cjs/post-purchase/advanced-list/settings/configs/settings.js +1 -1
  729. package/dist/cjs/post-purchase/advanced-list/settings/configs/templates.js +1 -1
  730. package/dist/cjs/post-purchase/advanced-list/settings/configs/ui-v2.js +1 -1
  731. package/dist/cjs/post-purchase/advanced-list/types.js +1 -1
  732. package/dist/cjs/post-purchase/button/common/classes.js +1 -1
  733. package/dist/cjs/post-purchase/button/common/styles.js +1 -1
  734. package/dist/cjs/post-purchase/button/components/Button.js +1 -1
  735. package/dist/cjs/post-purchase/button/index.js +1 -1
  736. package/dist/cjs/post-purchase/button/next.js +1 -1
  737. package/dist/cjs/post-purchase/button/settings/Button.js +2 -2
  738. package/dist/cjs/post-purchase/button/settings/configs/presets.js +2 -2
  739. package/dist/cjs/post-purchase/button/settings/configs/settings.js +1 -1
  740. package/dist/cjs/post-purchase/button/settings/configs/ui-v2.js +1 -1
  741. package/dist/cjs/post-purchase/buyer-consent/common/classes.js +1 -1
  742. package/dist/cjs/post-purchase/buyer-consent/common/constants.js +1 -1
  743. package/dist/cjs/post-purchase/buyer-consent/common/helpers.js +1 -1
  744. package/dist/cjs/post-purchase/buyer-consent/common/styles.js +1 -1
  745. package/dist/cjs/post-purchase/buyer-consent/components/BuyerConsent.js +1 -1
  746. package/dist/cjs/post-purchase/buyer-consent/components/PostPurchaseCheckbox.js +1 -1
  747. package/dist/cjs/post-purchase/buyer-consent/hooks/useBuyerConsentChecked.js +1 -1
  748. package/dist/cjs/post-purchase/buyer-consent/hooks/useBuyerConsentVisibility.js +1 -1
  749. package/dist/cjs/post-purchase/buyer-consent/index.js +1 -1
  750. package/dist/cjs/post-purchase/buyer-consent/next.js +1 -1
  751. package/dist/cjs/post-purchase/buyer-consent/settings/BuyerConsent.js +2 -2
  752. package/dist/cjs/post-purchase/buyer-consent/settings/configs/presets.js +2 -2
  753. package/dist/cjs/post-purchase/buyer-consent/settings/configs/settings.js +1 -1
  754. package/dist/cjs/post-purchase/buyer-consent/settings/configs/ui-v2.js +1 -1
  755. package/dist/cjs/post-purchase/callout-banner/common/classes.js +1 -1
  756. package/dist/cjs/post-purchase/callout-banner/common/styles.js +1 -1
  757. package/dist/cjs/post-purchase/callout-banner/components/CalloutBox.js +1 -1
  758. package/dist/cjs/post-purchase/callout-banner/components/CalloutText.js +1 -1
  759. package/dist/cjs/post-purchase/callout-banner/index.js +1 -1
  760. package/dist/cjs/post-purchase/callout-banner/next.js +1 -1
  761. package/dist/cjs/post-purchase/callout-banner/settings/CalloutBox.js +1 -1
  762. package/dist/cjs/post-purchase/callout-banner/settings/CalloutText.js +1 -1
  763. package/dist/cjs/post-purchase/callout-banner/settings/config/callout-box/preset.js +2 -2
  764. package/dist/cjs/post-purchase/callout-banner/settings/config/callout-box/setting.js +2 -2
  765. package/dist/cjs/post-purchase/callout-banner/settings/config/callout-box/ui-v2.js +1 -1
  766. package/dist/cjs/post-purchase/callout-banner/settings/config/callout-text/preset.js +2 -2
  767. package/dist/cjs/post-purchase/callout-banner/settings/config/callout-text/setting.js +1 -1
  768. package/dist/cjs/post-purchase/callout-banner/settings/config/callout-text/ui-v1.js +1 -1
  769. package/dist/cjs/post-purchase/callout-banner/settings/config/callout-text/ui-v2.js +1 -1
  770. package/dist/cjs/post-purchase/common/constants.js +1 -1
  771. package/dist/cjs/post-purchase/common/helper.js +1 -1
  772. package/dist/cjs/post-purchase/countdown-timer/common/classes.js +1 -1
  773. package/dist/cjs/post-purchase/countdown-timer/common/styles.js +1 -1
  774. package/dist/cjs/post-purchase/countdown-timer/components/PostPurchaseCountdownTimer.js +1 -1
  775. package/dist/cjs/post-purchase/countdown-timer/components/TextCountdown.js +1 -1
  776. package/dist/cjs/post-purchase/countdown-timer/hooks/useCountdownTimer.js +1 -1
  777. package/dist/cjs/post-purchase/countdown-timer/hooks/useGetTimeExpired.js +1 -1
  778. package/dist/cjs/post-purchase/countdown-timer/index.js +1 -1
  779. package/dist/cjs/post-purchase/countdown-timer/next.js +1 -1
  780. package/dist/cjs/post-purchase/countdown-timer/settings/CountdownTimer.js +2 -2
  781. package/dist/cjs/post-purchase/countdown-timer/settings/config/preset.js +2 -2
  782. package/dist/cjs/post-purchase/countdown-timer/settings/config/setting.js +1 -1
  783. package/dist/cjs/post-purchase/countdown-timer/settings/config/ui-v2.js +1 -1
  784. package/dist/cjs/post-purchase/image/common/classes.js +1 -1
  785. package/dist/cjs/post-purchase/image/common/helpers.js +1 -1
  786. package/dist/cjs/post-purchase/image/common/styles.js +1 -1
  787. package/dist/cjs/post-purchase/image/components/AdaptiveImage.js +1 -1
  788. package/dist/cjs/post-purchase/image/components/Image.js +1 -1
  789. package/dist/cjs/post-purchase/image/components/Img.js +1 -1
  790. package/dist/cjs/post-purchase/image/index.js +1 -1
  791. package/dist/cjs/post-purchase/image/next.js +1 -1
  792. package/dist/cjs/post-purchase/image/settings/Image.js +3 -3
  793. package/dist/cjs/post-purchase/image/settings/configs/setting-v2.js +1 -1
  794. package/dist/cjs/post-purchase/image/settings/configs/ui-v2.js +1 -1
  795. package/dist/cjs/post-purchase/line/common/classes.js +1 -1
  796. package/dist/cjs/post-purchase/line/common/styles.js +1 -1
  797. package/dist/cjs/post-purchase/line/components/PostPurchaseLine.js +1 -1
  798. package/dist/cjs/post-purchase/line/index.js +1 -1
  799. package/dist/cjs/post-purchase/line/next.js +1 -1
  800. package/dist/cjs/post-purchase/line/settings/PostPurchaseLine.js +2 -2
  801. package/dist/cjs/post-purchase/line/settings/configs/presets.js +2 -2
  802. package/dist/cjs/post-purchase/line/settings/configs/settings.js +1 -1
  803. package/dist/cjs/post-purchase/line/settings/configs/ui-v2.js +1 -1
  804. package/dist/cjs/post-purchase/link/common/classes.js +1 -1
  805. package/dist/cjs/post-purchase/link/common/helpers.js +1 -1
  806. package/dist/cjs/post-purchase/link/common/styles.js +1 -1
  807. package/dist/cjs/post-purchase/link/components/PostPurchaseLink.js +1 -1
  808. package/dist/cjs/post-purchase/link/index.js +1 -1
  809. package/dist/cjs/post-purchase/link/next.js +1 -1
  810. package/dist/cjs/post-purchase/link/settings/PostPurchaseLink.js +2 -2
  811. package/dist/cjs/post-purchase/link/settings/configs/presets.js +2 -2
  812. package/dist/cjs/post-purchase/link/settings/configs/settings.js +1 -1
  813. package/dist/cjs/post-purchase/link/settings/configs/ui-v2.js +1 -1
  814. package/dist/cjs/post-purchase/product/common/attrs.js +1 -1
  815. package/dist/cjs/post-purchase/product/common/classes.js +1 -1
  816. package/dist/cjs/post-purchase/product/common/helpers.js +1 -1
  817. package/dist/cjs/post-purchase/product/common/styles.js +1 -1
  818. package/dist/cjs/post-purchase/product/components/AcceptButton.js +1 -1
  819. package/dist/cjs/post-purchase/product/components/ProductDescription.js +1 -1
  820. package/dist/cjs/post-purchase/product/components/ProductDiscountTag.js +1 -1
  821. package/dist/cjs/post-purchase/product/components/ProductPrice.js +1 -1
  822. package/dist/cjs/post-purchase/product/components/ProductPriceBreakdown.js +1 -1
  823. package/dist/cjs/post-purchase/product/components/ProductQuantity.js +1 -1
  824. package/dist/cjs/post-purchase/product/components/ProductTitle.js +1 -1
  825. package/dist/cjs/post-purchase/product/components/price-breakdown/MoneyLine.js +1 -1
  826. package/dist/cjs/post-purchase/product/components/product-image/FeatureImage.js +1 -1
  827. package/dist/cjs/post-purchase/product/components/product-image/ImageListCarousel.js +1 -1
  828. package/dist/cjs/post-purchase/product/components/product-image/ImageListGrid.js +1 -1
  829. package/dist/cjs/post-purchase/product/components/product-image/ItemCarouselPostPurchase.js +1 -1
  830. package/dist/cjs/post-purchase/product/components/product-image/ItemGridPostPurchase.js +1 -1
  831. package/dist/cjs/post-purchase/product/components/product-image/carousel-post-purchase/Arrow.js +1 -1
  832. package/dist/cjs/post-purchase/product/components/product-image/carousel-post-purchase/CarouselPostPurchase.js +1 -1
  833. package/dist/cjs/post-purchase/product/components/product-image/carousel-post-purchase/CarouselPostPurchaseContext.js +1 -1
  834. package/dist/cjs/post-purchase/product/components/product-image/carousel-post-purchase/CarouselWrapperPostPurchase.js +1 -1
  835. package/dist/cjs/post-purchase/product/components/product-image/index.js +1 -1
  836. package/dist/cjs/post-purchase/product/components/product-image/layouts/FeatureImageWithGalleryImage.js +1 -1
  837. package/dist/cjs/post-purchase/product/components/product-image/layouts/OnlyGalleryImage.js +1 -1
  838. package/dist/cjs/post-purchase/product/components/product-offer/common/attrs.js +1 -1
  839. package/dist/cjs/post-purchase/product/components/product-offer/common/classes.js +1 -1
  840. package/dist/cjs/post-purchase/product/components/product-offer/common/styles.js +1 -1
  841. package/dist/cjs/post-purchase/product/components/product-offer/components/ProductOffer.js +1 -1
  842. package/dist/cjs/post-purchase/product/components/product-offer/components/ProductOfferItem.js +1 -1
  843. package/dist/cjs/post-purchase/product/components/product-offer/hooks/useProductOfferData.js +1 -1
  844. package/dist/cjs/post-purchase/product/components/product-subscription/ProductSubscription.js +1 -1
  845. package/dist/cjs/post-purchase/product/components/product-subscription/common/attrs.js +1 -1
  846. package/dist/cjs/post-purchase/product/components/product-subscription/common/classes.js +1 -1
  847. package/dist/cjs/post-purchase/product/components/product-subscription/common/extractSellingPlanSettings.js +1 -1
  848. package/dist/cjs/post-purchase/product/components/product-subscription/common/styles.js +1 -1
  849. package/dist/cjs/post-purchase/product/components/product-subscription/components/OneTimePurchaseTooltip.js +1 -1
  850. package/dist/cjs/post-purchase/product/components/product-subscription/components/SellingPlanDropdown.js +1 -1
  851. package/dist/cjs/post-purchase/product/components/product-subscription/components/SellingPlanLabel.js +1 -1
  852. package/dist/cjs/post-purchase/product/components/product-subscription/components/SellingPlanRadio.js +1 -1
  853. package/dist/cjs/post-purchase/product/components/product-subscription/components/SubscriptionDetail.js +1 -1
  854. package/dist/cjs/post-purchase/product/components/product-subscription/components/SubscriptionRadio.js +1 -1
  855. package/dist/cjs/post-purchase/product/components/product-subscription/helpers/calculateBestSellingPlan.js +1 -1
  856. package/dist/cjs/post-purchase/product/components/product-subscription/helpers/findDefaultValue.js +1 -1
  857. package/dist/cjs/post-purchase/product/components/product-subscription/helpers/findMatchedGroup.js +1 -1
  858. package/dist/cjs/post-purchase/product/components/product-subscription/helpers/findVariantByOptions.js +1 -1
  859. package/dist/cjs/post-purchase/product/components/product-subscription/hooks/useSellingPlanChange.js +1 -1
  860. package/dist/cjs/post-purchase/product/components/product-subscription/hooks/useSellingPlanOptions.js +1 -1
  861. package/dist/cjs/post-purchase/product/components/product-subscription/hooks/useSellingSubscription.js +1 -1
  862. package/dist/cjs/post-purchase/product/components/product-subscription/hooks/useSubscriptionVisibility.js +1 -1
  863. package/dist/cjs/post-purchase/product/components/product-variant/common/classes.js +1 -1
  864. package/dist/cjs/post-purchase/product/components/product-variant/common/helpers.js +1 -1
  865. package/dist/cjs/post-purchase/product/components/product-variant/common/styles.js +1 -1
  866. package/dist/cjs/post-purchase/product/components/product-variant/components/ProductOption.js +1 -1
  867. package/dist/cjs/post-purchase/product/components/product-variant/components/ProductVariant.js +1 -1
  868. package/dist/cjs/post-purchase/product/components/product-variant/components/variants/Dropdown.js +1 -1
  869. package/dist/cjs/post-purchase/product/components/product-variant/components/variants/DropdownOption.js +1 -1
  870. package/dist/cjs/post-purchase/product/components/product-variant/components/variants/RectangleList.js +1 -1
  871. package/dist/cjs/post-purchase/product/components/product-variant/components/variants/VariantGroup.js +1 -1
  872. package/dist/cjs/post-purchase/product/components/product-variant/components/variants/VariantItem.js +1 -1
  873. package/dist/cjs/post-purchase/product/components/product-variant/components/variants/VariantOption.js +1 -1
  874. package/dist/cjs/post-purchase/product/components/product-variant/hooks/useTransition.js +1 -1
  875. package/dist/cjs/post-purchase/product/constants/ProductOfferPlaceholder.js +1 -1
  876. package/dist/cjs/post-purchase/product/constants/index.js +1 -1
  877. package/dist/cjs/post-purchase/product/helpers/index.js +1 -1
  878. package/dist/cjs/post-purchase/product/helpers/product-price-breakdown/getClasses.js +1 -1
  879. package/dist/cjs/post-purchase/product/helpers/product-price-breakdown/getPrice.js +1 -1
  880. package/dist/cjs/post-purchase/product/helpers/product-price-breakdown/getStyles.js +1 -1
  881. package/dist/cjs/post-purchase/product/helpers/product-quantity/getClasses.js +1 -1
  882. package/dist/cjs/post-purchase/product/helpers/product-quantity/getStyles.js +1 -1
  883. package/dist/cjs/post-purchase/product/hooks/useCarousel.js +1 -1
  884. package/dist/cjs/post-purchase/product/hooks/useDynamicProduct.js +1 -1
  885. package/dist/cjs/post-purchase/product/hooks/useFeatureImagePostPurchase.js +1 -1
  886. package/dist/cjs/post-purchase/product/hooks/useGetItemGapPriceBreakdown.js +1 -1
  887. package/dist/cjs/post-purchase/product/hooks/useGetMoneyLines.js +1 -1
  888. package/dist/cjs/post-purchase/product/hooks/useGetTextSetting.js +1 -1
  889. package/dist/cjs/post-purchase/product/hooks/useHandleQuantity.js +1 -1
  890. package/dist/cjs/post-purchase/product/hooks/useListCarousel.js +1 -1
  891. package/dist/cjs/post-purchase/product/hooks/useNavigationCarouselPostPurchase.js +1 -1
  892. package/dist/cjs/post-purchase/product/hooks/useProductImagePostPurchase.js +1 -1
  893. package/dist/cjs/post-purchase/product/hooks/useProductPriceBreakdown.js +1 -1
  894. package/dist/cjs/post-purchase/product/hooks/useRecurringSubtotal.js +1 -1
  895. package/dist/cjs/post-purchase/product/hooks/useSetCollapsePrice.js +1 -1
  896. package/dist/cjs/post-purchase/product/hooks/useSlideCarousel.js +1 -1
  897. package/dist/cjs/post-purchase/product/hooks/useSubscriptionConsentCheck.js +1 -1
  898. package/dist/cjs/post-purchase/product/hooks/useSubscriptionSellingType.js +1 -1
  899. package/dist/cjs/post-purchase/product/index.js +1 -1
  900. package/dist/cjs/post-purchase/product/next.js +1 -1
  901. package/dist/cjs/post-purchase/product/settings/accept-button/configs/presets.js +2 -2
  902. package/dist/cjs/post-purchase/product/settings/accept-button/configs/settings.js +1 -1
  903. package/dist/cjs/post-purchase/product/settings/accept-button/configs/ui-v2.js +1 -1
  904. package/dist/cjs/post-purchase/product/settings/accept-button/index.js +2 -2
  905. package/dist/cjs/post-purchase/product/settings/presets-config/product-presets/product-1-col.js +2 -2
  906. package/dist/cjs/post-purchase/product/settings/presets-config/product-presets/product-2-col.js +2 -2
  907. package/dist/cjs/post-purchase/product/settings/presets-config/product-presets/product-default.js +2 -2
  908. package/dist/cjs/post-purchase/product/settings/presets-config/product-presets/product-offer-1-col.js +2 -2
  909. package/dist/cjs/post-purchase/product/settings/presets-config/product-presets/product-offer-2-col.js +2 -2
  910. package/dist/cjs/post-purchase/product/settings/presets-config/product-presets/product-offer-default.js +2 -2
  911. package/dist/cjs/post-purchase/product/settings/product-description/ProductDescription.js +3 -3
  912. package/dist/cjs/post-purchase/product/settings/product-description/configs/settings-v2.js +1 -1
  913. package/dist/cjs/post-purchase/product/settings/product-description/configs/ui-v2.js +1 -1
  914. package/dist/cjs/post-purchase/product/settings/product-discount-tag/ProductDiscountTag.js +2 -2
  915. package/dist/cjs/post-purchase/product/settings/product-discount-tag/configs/setting-v2.js +1 -1
  916. package/dist/cjs/post-purchase/product/settings/product-discount-tag/configs/ui-v2.js +1 -1
  917. package/dist/cjs/post-purchase/product/settings/product-image/ProductImages.js +3 -3
  918. package/dist/cjs/post-purchase/product/settings/product-image/configs/settings-v2.js +1 -1
  919. package/dist/cjs/post-purchase/product/settings/product-image/configs/ui-v2.js +1 -1
  920. package/dist/cjs/post-purchase/product/settings/product-offer/configs/settings-v2.js +2 -2
  921. package/dist/cjs/post-purchase/product/settings/product-offer/configs/ui-v2.js +1 -1
  922. package/dist/cjs/post-purchase/product/settings/product-offer/index.js +2 -2
  923. package/dist/cjs/post-purchase/product/settings/product-price/ProductPrice.js +3 -3
  924. package/dist/cjs/post-purchase/product/settings/product-price/configs/settings-v2.js +1 -1
  925. package/dist/cjs/post-purchase/product/settings/product-price/configs/ui-v2.js +1 -1
  926. package/dist/cjs/post-purchase/product/settings/product-price-breakdown/configs/presets.js +2 -2
  927. package/dist/cjs/post-purchase/product/settings/product-price-breakdown/configs/settings.js +1 -1
  928. package/dist/cjs/post-purchase/product/settings/product-price-breakdown/configs/ui-v2.js +1 -1
  929. package/dist/cjs/post-purchase/product/settings/product-price-breakdown/index.js +2 -2
  930. package/dist/cjs/post-purchase/product/settings/product-quantity/configs/presets.js +2 -2
  931. package/dist/cjs/post-purchase/product/settings/product-quantity/configs/settings.js +1 -1
  932. package/dist/cjs/post-purchase/product/settings/product-quantity/configs/ui-v2.js +1 -1
  933. package/dist/cjs/post-purchase/product/settings/product-quantity/index.js +2 -2
  934. package/dist/cjs/post-purchase/product/settings/product-subscription/configs/presets.js +2 -2
  935. package/dist/cjs/post-purchase/product/settings/product-subscription/configs/settings.js +1 -1
  936. package/dist/cjs/post-purchase/product/settings/product-subscription/configs/ui-v2.js +1 -1
  937. package/dist/cjs/post-purchase/product/settings/product-subscription/index.js +2 -2
  938. package/dist/cjs/post-purchase/product/settings/product-title/ProductTitle.js +3 -3
  939. package/dist/cjs/post-purchase/product/settings/product-title/configs/settings-v2.js +1 -1
  940. package/dist/cjs/post-purchase/product/settings/product-title/configs/ui-v2.js +1 -1
  941. package/dist/cjs/post-purchase/product/settings/product-variants/ProductVariant.js +3 -3
  942. package/dist/cjs/post-purchase/product/settings/product-variants/configs/settings-v1.js +2 -2
  943. package/dist/cjs/post-purchase/product/settings/product-variants/configs/settings-v2.js +2 -2
  944. package/dist/cjs/post-purchase/product/settings/product-variants/configs/ui-v2.js +1 -1
  945. package/dist/cjs/post-purchase/text/common/attrs.js +1 -1
  946. package/dist/cjs/post-purchase/text/common/classes.js +1 -1
  947. package/dist/cjs/post-purchase/text/common/helpers.js +1 -1
  948. package/dist/cjs/post-purchase/text/common/styles.js +1 -1
  949. package/dist/cjs/post-purchase/text/components/Text.js +2 -2
  950. package/dist/cjs/post-purchase/text/index.js +1 -1
  951. package/dist/cjs/post-purchase/text/next.js +1 -1
  952. package/dist/cjs/post-purchase/text/settings/heading/Heading.js +1 -1
  953. package/dist/cjs/post-purchase/text/settings/heading/configs/presets-v2.js +2 -2
  954. package/dist/cjs/post-purchase/text/settings/text/Text.js +3 -3
  955. package/dist/cjs/post-purchase/text/settings/text/configs/setting-v2.js +1 -1
  956. package/dist/cjs/post-purchase/text/settings/text/configs/ui-v2.js +1 -1
  957. package/dist/cjs/postPurchaseSetting.js +1 -1
  958. package/dist/cjs/product/components/ProductImages.js +1 -1
  959. package/dist/cjs/product/components/ProductImages.liquid.js +17 -17
  960. package/dist/cjs/product/components/ProductNotFound.js +1 -1
  961. package/dist/cjs/product/components/SalePageProductListWarning.js +1 -1
  962. package/dist/cjs/product/components/dynamic-checkout/Button.liquid.js +10 -10
  963. package/dist/cjs/product/components/dynamic-checkout/DynamicCheckout.js +1 -1
  964. package/dist/cjs/product/components/dynamic-checkout/DynamicCheckout.liquid.js +1 -1
  965. package/dist/cjs/product/components/dynamic-checkout/common/classes.js +1 -1
  966. package/dist/cjs/product/components/dynamic-checkout/common/styles.js +55 -55
  967. package/dist/cjs/product/components/file-upload/UploadFile.js +1 -1
  968. package/dist/cjs/product/components/file-upload/UploadFile.liquid.js +19 -19
  969. package/dist/cjs/product/components/file-upload/common/attr.js +1 -1
  970. package/dist/cjs/product/components/file-upload/common/classes.js +1 -1
  971. package/dist/cjs/product/components/file-upload/common/helpers.js +1 -1
  972. package/dist/cjs/product/components/file-upload/common/style.js +1 -1
  973. package/dist/cjs/product/components/file-upload/settings/configs/presets.js +2 -2
  974. package/dist/cjs/product/components/file-upload/settings/configs/settings.js +2 -2
  975. package/dist/cjs/product/components/file-upload/settings/configs/translate.js +1 -1
  976. package/dist/cjs/product/components/file-upload/settings/configs/ui-v1.js +1 -1
  977. package/dist/cjs/product/components/file-upload/settings/configs/ui-v2.js +1 -1
  978. package/dist/cjs/product/components/file-upload/settings/index.js +2 -2
  979. package/dist/cjs/product/components/product-badge/ProductBadge.js +1 -1
  980. package/dist/cjs/product/components/product-badge/ProductBadge.liquid.js +24 -24
  981. package/dist/cjs/product/components/product-badge/common/attrs.js +1 -1
  982. package/dist/cjs/product/components/product-badge/common/classes.js +1 -1
  983. package/dist/cjs/product/components/product-badge/common/styles.js +1 -1
  984. package/dist/cjs/product/components/product-badge/constants.js +1 -1
  985. package/dist/cjs/product/components/product-badge/utils/common.js +1 -1
  986. package/dist/cjs/product/components/product-badge/utils/generateLiquidContent.js +3 -3
  987. package/dist/cjs/product/components/product-badge/utils/getRotateShape.js +1 -1
  988. package/dist/cjs/product/components/product-badge/utils/getShapePosition.js +1 -1
  989. package/dist/cjs/product/components/product-badge/utils/getStyleAdvanced.js +1 -1
  990. package/dist/cjs/product/components/product-badge/utils/getWhiteSpace.js +1 -1
  991. package/dist/cjs/product/components/product-badge/utils/renderBadgeILP.js +1 -1
  992. package/dist/cjs/product/components/product-badge/utils/renderBadgeLiquid.js +59 -59
  993. package/dist/cjs/product/components/product-badge/utils/shape.js +1 -1
  994. package/dist/cjs/product/components/product-badge/utils/stylesV2.js +5 -5
  995. package/dist/cjs/product/components/product-bundle/ProductBundleDiscount.js +1 -1
  996. package/dist/cjs/product/components/product-bundle/ProductBundleDiscount.liquid.js +10 -10
  997. package/dist/cjs/product/components/product-bundle/ProductBundleDiscountChildrenItem.js +1 -1
  998. package/dist/cjs/product/components/product-bundle/ProductBundleDiscountChildrenItem.liquid.js +10 -10
  999. package/dist/cjs/product/components/product-bundle/ProductBundleDiscountItem.js +1 -1
  1000. package/dist/cjs/product/components/product-bundle/ProductBundleDiscountItem.liquid.js +1 -1
  1001. package/dist/cjs/product/components/product-bundle/common/classes.js +1 -1
  1002. package/dist/cjs/product/components/product-bundle/common/helpers.js +1 -1
  1003. package/dist/cjs/product/components/product-bundle/common/styles.js +1 -1
  1004. package/dist/cjs/product/components/product-bundle/hooks/useProductBundleDataState.js +3 -3
  1005. package/dist/cjs/product/components/product-bundle/hooks/useProductBundleDiscountState.js +1 -1
  1006. package/dist/cjs/product/components/product-bundle/setting/ProductBundleDiscount.js +3 -3
  1007. package/dist/cjs/product/components/product-bundle/setting/ProductBundleDiscountItem.js +1 -1
  1008. package/dist/cjs/product/components/product-bundle/setting/configs/settings.js +1 -1
  1009. package/dist/cjs/product/components/product-bundle/setting/configs/ui-v1.js +1 -1
  1010. package/dist/cjs/product/components/product-bundle/setting/configs/ui-v2.js +1 -1
  1011. package/dist/cjs/product/components/product-button/AddToCartButton.js +1 -1
  1012. package/dist/cjs/product/components/product-button/AddToCartButton.liquid.js +1 -1
  1013. package/dist/cjs/product/components/product-button/BlankSpace.js +1 -1
  1014. package/dist/cjs/product/components/product-button/BlankSpace.liquid.js +3 -3
  1015. package/dist/cjs/product/components/product-button/CartMessage.js +1 -1
  1016. package/dist/cjs/product/components/product-button/PriceComponent.js +1 -1
  1017. package/dist/cjs/product/components/product-button/PriceComponent.liquid.js +1 -1
  1018. package/dist/cjs/product/components/product-button/PriceLayout.js +1 -1
  1019. package/dist/cjs/product/components/product-button/PriceLayout.liquid.js +6 -6
  1020. package/dist/cjs/product/components/product-button/ProductButton.js +1 -1
  1021. package/dist/cjs/product/components/product-button/ProductButton.liquid.js +13 -13
  1022. package/dist/cjs/product/components/product-button/ProductButtonPrice.js +1 -1
  1023. package/dist/cjs/product/components/product-button/ProductButtonPrice.liquid.js +1 -1
  1024. package/dist/cjs/product/components/product-button/Separator.js +1 -1
  1025. package/dist/cjs/product/components/product-button/Separator.liquid.js +4 -4
  1026. package/dist/cjs/product/components/product-button/SoldOutButton.js +1 -1
  1027. package/dist/cjs/product/components/product-button/SoldOutButton.liquid.js +1 -1
  1028. package/dist/cjs/product/components/product-button/common/classes.js +1 -1
  1029. package/dist/cjs/product/components/product-button/common/constants.js +2 -2
  1030. package/dist/cjs/product/components/product-button/common/data.js +1 -1
  1031. package/dist/cjs/product/components/product-button/common/helpers.js +1 -1
  1032. package/dist/cjs/product/components/product-button/common/styles.js +1 -1
  1033. package/dist/cjs/product/components/product-button/helpers/getButtonDynamicSourceLocales.js +1 -1
  1034. package/dist/cjs/product/components/product-button/hooks/useAddToCart.js +1 -1
  1035. package/dist/cjs/product/components/product-button/hooks/useCartMessage.js +1 -1
  1036. package/dist/cjs/product/components/product-button/hooks/useCartOperations.js +1 -1
  1037. package/dist/cjs/product/components/product-button/hooks/useDispatchAfterSubmitEvent.js +1 -1
  1038. package/dist/cjs/product/components/product-description/ProductDescription.js +1 -1
  1039. package/dist/cjs/product/components/product-description/ProductDescription.liquid.js +16 -16
  1040. package/dist/cjs/product/components/product-description/common/classes.js +1 -1
  1041. package/dist/cjs/product/components/product-description/common/helpers.js +2 -2
  1042. package/dist/cjs/product/components/product-description/common/styles.js +2 -2
  1043. package/dist/cjs/product/components/product-description/hooks/useGpDescription.js +1 -1
  1044. package/dist/cjs/product/components/product-discount-tag/ProductDiscountTag.js +1 -1
  1045. package/dist/cjs/product/components/product-discount-tag/ProductDiscountTag.liquid.js +16 -16
  1046. package/dist/cjs/product/components/product-discount-tag/common/classes.js +1 -1
  1047. package/dist/cjs/product/components/product-discount-tag/common/styles.js +1 -1
  1048. package/dist/cjs/product/components/product-discount-tag/hooks/useGpDiscountTag.js +1 -1
  1049. package/dist/cjs/product/components/product-images/ProductFeaturedImage.js +1 -1
  1050. package/dist/cjs/product/components/product-images/ProductFeaturedImage.liquid.js +33 -33
  1051. package/dist/cjs/product/components/product-images/ProductGalleryCarousel.js +1 -1
  1052. package/dist/cjs/product/components/product-images/ProductGalleryCarousel.liquid.js +8 -8
  1053. package/dist/cjs/product/components/product-images/ProductGalleryGrid.js +1 -1
  1054. package/dist/cjs/product/components/product-images/ProductGalleryGrid.liquid.js +11 -11
  1055. package/dist/cjs/product/components/product-images/ProductImagesLightBox.js +1 -1
  1056. package/dist/cjs/product/components/product-images/common/helpers.js +1 -1
  1057. package/dist/cjs/product/components/product-images/common/productFeaturedImage.js +1 -1
  1058. package/dist/cjs/product/components/product-images/common/productGallery.js +1 -1
  1059. package/dist/cjs/product/components/product-images-v2/ProductImageV2.js +2 -2
  1060. package/dist/cjs/product/components/product-images-v2/ProductImagesV2.liquid.js +30 -30
  1061. package/dist/cjs/product/components/product-images-v2/common/attrs.js +1 -1
  1062. package/dist/cjs/product/components/product-images-v2/common/classes.js +1 -1
  1063. package/dist/cjs/product/components/product-images-v2/common/common.js +1 -1
  1064. package/dist/cjs/product/components/product-images-v2/common/getBorderActiveCss.js +6 -6
  1065. package/dist/cjs/product/components/product-images-v2/common/hoverAction.js +1 -1
  1066. package/dist/cjs/product/components/product-images-v2/common/productFeaturedImage.js +1 -1
  1067. package/dist/cjs/product/components/product-images-v2/common/productGallery.js +1 -1
  1068. package/dist/cjs/product/components/product-images-v2/common/styles.js +1 -1
  1069. package/dist/cjs/product/components/product-images-v2/components/child/MediaIcon.js +1 -1
  1070. package/dist/cjs/product/components/product-images-v2/components/child/ProductFeatureVideo.js +1 -1
  1071. package/dist/cjs/product/components/product-images-v2/components/child/ProductFeaturedImageCarousel.js +1 -1
  1072. package/dist/cjs/product/components/product-images-v2/components/child/ProductFeaturedImageOnly.js +1 -1
  1073. package/dist/cjs/product/components/product-images-v2/components/child/ProductGalleryGrid.js +2 -2
  1074. package/dist/cjs/product/components/product-images-v2/components/feature-gallery/FeatureImageWithGallery.js +1 -1
  1075. package/dist/cjs/product/components/product-images-v2/components/feature-gallery/FeatureImageWithGallery.liquid.js +58 -58
  1076. package/dist/cjs/product/components/product-images-v2/components/feature-only/OnlyFeatureImage.js +1 -1
  1077. package/dist/cjs/product/components/product-images-v2/components/gallery-carousel/GalleryCarousel.js +1 -1
  1078. package/dist/cjs/product/components/product-images-v2/components/gallery-carousel/GalleryCarousel.liquid.js +14 -14
  1079. package/dist/cjs/product/components/product-images-v2/components/gallery-grid/GalleryGrid.js +1 -1
  1080. package/dist/cjs/product/components/product-images-v2/components/gallery-grid/GalleryGrid.liquid.js +35 -35
  1081. package/dist/cjs/product/components/product-images-v2/components/lightbox/ButtonOpenLightBox.js +1 -1
  1082. package/dist/cjs/product/components/product-images-v2/components/lightbox/ProductImagesLightBox.js +1 -1
  1083. package/dist/cjs/product/components/product-images-v2/composables/getProductImagesAttr.js +1 -1
  1084. package/dist/cjs/product/components/product-images-v2/composables/getProductImagesClassName.js +1 -1
  1085. package/dist/cjs/product/components/product-images-v2/composables/getProductImagesStyles.js +1 -1
  1086. package/dist/cjs/product/components/product-images-v2/hooks/useFeatureImageWithGallery.js +1 -1
  1087. package/dist/cjs/product/components/product-images-v2/hooks/useFilterImagesByVariant.js +1 -1
  1088. package/dist/cjs/product/components/product-images-v2/hooks/useGalleryCarousel.js +1 -1
  1089. package/dist/cjs/product/components/product-images-v2/hooks/useProductFeaturedImageCarousel.js +1 -1
  1090. package/dist/cjs/product/components/product-images-v2/hooks/useProductGalleryGrid.js +1 -1
  1091. package/dist/cjs/product/components/product-images-v3/ProductImageV3.js +2 -2
  1092. package/dist/cjs/product/components/product-images-v3/ProductImagesV3.liquid.js +30 -30
  1093. package/dist/cjs/product/components/product-images-v3/common/attrs.js +1 -1
  1094. package/dist/cjs/product/components/product-images-v3/common/classes.js +1 -1
  1095. package/dist/cjs/product/components/product-images-v3/common/common.js +1 -1
  1096. package/dist/cjs/product/components/product-images-v3/common/getBorderActiveCss.js +7 -7
  1097. package/dist/cjs/product/components/product-images-v3/common/hoverAction.js +1 -1
  1098. package/dist/cjs/product/components/product-images-v3/common/productFeaturedImage.js +1 -1
  1099. package/dist/cjs/product/components/product-images-v3/common/productGallery.js +1 -1
  1100. package/dist/cjs/product/components/product-images-v3/common/styles.js +1 -1
  1101. package/dist/cjs/product/components/product-images-v3/components/child/MediaIcon.js +1 -1
  1102. package/dist/cjs/product/components/product-images-v3/components/child/ProductFeatureVideo.js +1 -1
  1103. package/dist/cjs/product/components/product-images-v3/components/child/ProductFeaturedImageCarousel.js +1 -1
  1104. package/dist/cjs/product/components/product-images-v3/components/child/ProductFeaturedImageOnly.js +1 -1
  1105. package/dist/cjs/product/components/product-images-v3/components/child/ProductGalleryGrid.js +2 -2
  1106. package/dist/cjs/product/components/product-images-v3/components/child/ProductImagesLightBoxPreview.js +1 -1
  1107. package/dist/cjs/product/components/product-images-v3/components/feature-gallery/FeatureImageWithGallery.js +1 -1
  1108. package/dist/cjs/product/components/product-images-v3/components/feature-gallery/FeatureImageWithGallery.liquid.js +58 -58
  1109. package/dist/cjs/product/components/product-images-v3/components/feature-only/OnlyFeatureImage.js +1 -1
  1110. package/dist/cjs/product/components/product-images-v3/components/gallery-carousel/GalleryCarousel.js +1 -1
  1111. package/dist/cjs/product/components/product-images-v3/components/gallery-carousel/GalleryCarousel.liquid.js +13 -13
  1112. package/dist/cjs/product/components/product-images-v3/components/gallery-grid/GalleryGrid.js +1 -1
  1113. package/dist/cjs/product/components/product-images-v3/components/gallery-grid/GalleryGrid.liquid.js +34 -34
  1114. package/dist/cjs/product/components/product-images-v3/components/lightbox/ButtonOpenLightBox.js +1 -1
  1115. package/dist/cjs/product/components/product-images-v3/components/lightbox/LightBoxCarousel.js +1 -1
  1116. package/dist/cjs/product/components/product-images-v3/components/lightbox/LightBoxGalleryCarousel.js +1 -1
  1117. package/dist/cjs/product/components/product-images-v3/components/lightbox/LightBoxImageZoom.js +1 -1
  1118. package/dist/cjs/product/components/product-images-v3/components/lightbox/ProductImagesLightBox.js +1 -1
  1119. package/dist/cjs/product/components/product-images-v3/components/lightbox/constants.js +1 -1
  1120. package/dist/cjs/product/components/product-images-v3/composables/getProductImagesAttr.js +1 -1
  1121. package/dist/cjs/product/components/product-images-v3/composables/getProductImagesClassName.js +1 -1
  1122. package/dist/cjs/product/components/product-images-v3/composables/getProductImagesStyles.js +1 -1
  1123. package/dist/cjs/product/components/product-images-v3/hooks/useFeatureImageWithGallery.js +1 -1
  1124. package/dist/cjs/product/components/product-images-v3/hooks/useFilterImagesByVariant.js +1 -1
  1125. package/dist/cjs/product/components/product-images-v3/hooks/useGalleryCarousel.js +1 -1
  1126. package/dist/cjs/product/components/product-images-v3/hooks/useProductFeaturedImageCarousel.js +1 -1
  1127. package/dist/cjs/product/components/product-images-v3/hooks/useProductGalleryGrid.js +1 -1
  1128. package/dist/cjs/product/components/product-list/ProductList.js +1 -1
  1129. package/dist/cjs/product/components/product-list/ProductList.liquid.js +58 -58
  1130. package/dist/cjs/product/components/product-list/ProductListCarouselItem.liquid.js +6 -6
  1131. package/dist/cjs/product/components/product-list/ProductListCarouselLayout.js +1 -1
  1132. package/dist/cjs/product/components/product-list/ProductListCarouselLayout.liquid.js +10 -10
  1133. package/dist/cjs/product/components/product-list/ProductListGridItem.liquid.js +10 -10
  1134. package/dist/cjs/product/components/product-list/ProductListGridLayout.js +1 -1
  1135. package/dist/cjs/product/components/product-list/ProductListGridLayout.liquid.js +23 -23
  1136. package/dist/cjs/product/components/product-list/common/attrs.js +1 -1
  1137. package/dist/cjs/product/components/product-list/common/classes.js +1 -1
  1138. package/dist/cjs/product/components/product-list/common/helpers.js +1 -1
  1139. package/dist/cjs/product/components/product-list/common/styles.js +1 -1
  1140. package/dist/cjs/product/components/product-list-v3/ProductList.js +1 -1
  1141. package/dist/cjs/product/components/product-list-v3/ProductList.liquid.js +58 -58
  1142. package/dist/cjs/product/components/product-list-v3/ProductListCarouselItem.liquid.js +6 -6
  1143. package/dist/cjs/product/components/product-list-v3/ProductListCarouselLayout.js +1 -1
  1144. package/dist/cjs/product/components/product-list-v3/ProductListCarouselLayout.liquid.js +10 -10
  1145. package/dist/cjs/product/components/product-list-v3/ProductListGridItem.liquid.js +10 -10
  1146. package/dist/cjs/product/components/product-list-v3/ProductListGridLayout.js +1 -1
  1147. package/dist/cjs/product/components/product-list-v3/ProductListGridLayout.liquid.js +23 -23
  1148. package/dist/cjs/product/components/product-list-v3/common/attrs.js +1 -1
  1149. package/dist/cjs/product/components/product-list-v3/common/classes.js +1 -1
  1150. package/dist/cjs/product/components/product-list-v3/common/helpers.js +1 -1
  1151. package/dist/cjs/product/components/product-list-v3/common/styles.js +1 -1
  1152. package/dist/cjs/product/components/product-list-v3/hooks/useCollectionQuery.js +1 -1
  1153. package/dist/cjs/product/components/product-list-v3/hooks/useMainRelatedProductQuery.js +1 -1
  1154. package/dist/cjs/product/components/product-list-v3/hooks/useProductRelatedQuery.js +1 -1
  1155. package/dist/cjs/product/components/product-list-v3/hooks/useProductsQuery.js +1 -1
  1156. package/dist/cjs/product/components/product-price/ProductPrice.js +1 -1
  1157. package/dist/cjs/product/components/product-price/ProductPrice.liquid.js +8 -8
  1158. package/dist/cjs/product/components/product-price/common/attrs.js +1 -1
  1159. package/dist/cjs/product/components/product-price/common/classes.js +1 -1
  1160. package/dist/cjs/product/components/product-price/common/helpers.js +5 -5
  1161. package/dist/cjs/product/components/product-price/hooks/useGpPrice.js +1 -1
  1162. package/dist/cjs/product/components/product-properties/ProductProperties.js +1 -1
  1163. package/dist/cjs/product/components/product-properties/ProductProperties.liquid.js +14 -14
  1164. package/dist/cjs/product/components/product-properties/common/attrs.js +1 -1
  1165. package/dist/cjs/product/components/product-properties/common/classes.js +1 -1
  1166. package/dist/cjs/product/components/product-properties/common/helpers.js +1 -1
  1167. package/dist/cjs/product/components/product-properties/common/styles.js +1 -1
  1168. package/dist/cjs/product/components/product-properties/property-choice/ProductPropertyChoice.js +1 -1
  1169. package/dist/cjs/product/components/product-properties/property-choice/ProductPropertyChoice.liquid.js +15 -15
  1170. package/dist/cjs/product/components/product-properties/property-choice/common/getProductPropertiesChoiceAttrs.js +1 -1
  1171. package/dist/cjs/product/components/product-properties/property-choice/common/getProductPropertiesChoiceClasses.js +1 -1
  1172. package/dist/cjs/product/components/product-properties/property-choice/common/getProductPropertiesChoiceInlineCss.js +4 -4
  1173. package/dist/cjs/product/components/product-properties/property-choice/common/getProductPropertiesChoiceStyles.js +1 -1
  1174. package/dist/cjs/product/components/product-properties/property-input/ProductPropertyInput.js +1 -1
  1175. package/dist/cjs/product/components/product-properties/property-input/ProductPropertyInput.liquid.js +14 -14
  1176. package/dist/cjs/product/components/product-properties/property-input/common/attrs.js +1 -1
  1177. package/dist/cjs/product/components/product-properties/property-input/common/classes.js +1 -1
  1178. package/dist/cjs/product/components/product-properties/property-input/common/helpers.js +1 -1
  1179. package/dist/cjs/product/components/product-properties/property-input/common/styles.js +1 -1
  1180. package/dist/cjs/product/components/product-properties/property-select/ProductPropertySelect.js +1 -1
  1181. package/dist/cjs/product/components/product-properties/property-select/ProductPropertySelect.liquid.js +11 -11
  1182. package/dist/cjs/product/components/product-properties/property-select/common/attrs.js +1 -1
  1183. package/dist/cjs/product/components/product-properties/property-select/common/classes.js +1 -1
  1184. package/dist/cjs/product/components/product-properties/property-select/common/styles.js +1 -1
  1185. package/dist/cjs/product/components/product-quantity/ProductQuantity.js +1 -1
  1186. package/dist/cjs/product/components/product-quantity/ProductQuantity.liquid.js +22 -22
  1187. package/dist/cjs/product/components/product-quantity/common/attrs.js +1 -1
  1188. package/dist/cjs/product/components/product-quantity/common/classes.js +1 -1
  1189. package/dist/cjs/product/components/product-quantity/common/helpers.js +9 -9
  1190. package/dist/cjs/product/components/product-quantity/common/styles.js +1 -1
  1191. package/dist/cjs/product/components/product-quantity/hooks/useProductQuantity.js +1 -1
  1192. package/dist/cjs/product/components/product-quick-view/ProductQuickView.js +1 -1
  1193. package/dist/cjs/product/components/product-quick-view/QuickView.js +1 -1
  1194. package/dist/cjs/product/components/product-sku/Sku.js +1 -1
  1195. package/dist/cjs/product/components/product-sku/Sku.liquid.js +5 -5
  1196. package/dist/cjs/product/components/product-title/ProductTitle.js +1 -1
  1197. package/dist/cjs/product/components/product-title/ProductTitle.liquid.js +7 -7
  1198. package/dist/cjs/product/components/product-title/common/helpers.js +1 -1
  1199. package/dist/cjs/product/components/product-variants/OptionVariantsNewFormat.liquid.js +15 -15
  1200. package/dist/cjs/product/components/product-variants/OptionVariantsOldFormat.liquid.js +44 -44
  1201. package/dist/cjs/product/components/product-variants/ProductVariants.js +1 -1
  1202. package/dist/cjs/product/components/product-variants/ProductVariants.liquid.js +61 -61
  1203. package/dist/cjs/product/components/product-variants/common/base/attrs.js +1 -1
  1204. package/dist/cjs/product/components/product-variants/common/base/classes.js +2 -2
  1205. package/dist/cjs/product/components/product-variants/common/base/styles.js +1 -1
  1206. package/dist/cjs/product/components/product-variants/common/common.js +1 -1
  1207. package/dist/cjs/product/components/product-variants/common/const.js +1 -1
  1208. package/dist/cjs/product/components/product-variants/common/dropdown/attrs.js +1 -1
  1209. package/dist/cjs/product/components/product-variants/common/dropdown/classes.js +1 -1
  1210. package/dist/cjs/product/components/product-variants/common/dropdown/styles.js +1 -1
  1211. package/dist/cjs/product/components/product-variants/common/main/classes.js +1 -1
  1212. package/dist/cjs/product/components/product-variants/common/main/const.js +1 -1
  1213. package/dist/cjs/product/components/product-variants/common/main/getAttr.js +1 -1
  1214. package/dist/cjs/product/components/product-variants/common/main/getData.js +1 -1
  1215. package/dist/cjs/product/components/product-variants/common/main/styles.js +1 -1
  1216. package/dist/cjs/product/components/product-variants/common/variants/attrs.js +1 -1
  1217. package/dist/cjs/product/components/product-variants/common/variants/classes.js +1 -1
  1218. package/dist/cjs/product/components/product-variants/common/variants/styles.js +1 -1
  1219. package/dist/cjs/product/components/product-variants/components/base/base.js +8 -8
  1220. package/dist/cjs/product/components/product-variants/components/base/base.liquid.js +18 -18
  1221. package/dist/cjs/product/components/product-variants/components/color/color.js +1 -1
  1222. package/dist/cjs/product/components/product-variants/components/color/color.liquid.js +4 -4
  1223. package/dist/cjs/product/components/product-variants/components/dropdown-group/DropdownGroup.js +1 -1
  1224. package/dist/cjs/product/components/product-variants/components/dropdown-group/DropdownGroup.liquid.js +1 -1
  1225. package/dist/cjs/product/components/product-variants/components/dropdown-option/DropdownOption.js +1 -1
  1226. package/dist/cjs/product/components/product-variants/components/dropdown-option/VariantOption.js +1 -1
  1227. package/dist/cjs/product/components/product-variants/components/dropdown-option/render-liquid/index.js +17 -17
  1228. package/dist/cjs/product/components/product-variants/components/dropdown-swatches/Dropdown.js +1 -1
  1229. package/dist/cjs/product/components/product-variants/components/dropdown-swatches/Dropdown.liquid.js +7 -7
  1230. package/dist/cjs/product/components/product-variants/components/dropdown-swatches/hooks/useDropdownSwatches.js +1 -1
  1231. package/dist/cjs/product/components/product-variants/components/image/Image.js +1 -1
  1232. package/dist/cjs/product/components/product-variants/components/image/Image.liquid.js +3 -3
  1233. package/dist/cjs/product/components/product-variants/components/image-shopify/ImageShopify.js +1 -1
  1234. package/dist/cjs/product/components/product-variants/components/image-shopify/ImageShopify.liquid.js +3 -3
  1235. package/dist/cjs/product/components/product-variants/components/rectangle-list/RectangleList.js +1 -1
  1236. package/dist/cjs/product/components/product-variants/components/variants/index.js +1 -1
  1237. package/dist/cjs/product/components/product-variants/components/variants/index.liquid.js +33 -33
  1238. package/dist/cjs/product/components/product-variants/hooks/useGpVariants.js +1 -1
  1239. package/dist/cjs/product/components/product-variants/hooks/useVariantInteraction.js +1 -1
  1240. package/dist/cjs/product/components/product-variants/utils/mappingVariantStyles.js +1 -1
  1241. package/dist/cjs/product/components/product-vendor/Vendor.js +1 -1
  1242. package/dist/cjs/product/components/product-vendor/Vendor.liquid.js +6 -6
  1243. package/dist/cjs/product/components/product-view-more/ProductViewMore.js +1 -1
  1244. package/dist/cjs/product/components/product-view-more/ProductViewMore.liquid.js +4 -4
  1245. package/dist/cjs/product/components/product-view-more/common/helpers.js +1 -1
  1246. package/dist/cjs/product/components/product-view-more/common/styles.js +1 -1
  1247. package/dist/cjs/product/components/product-wrap/Product.js +1 -1
  1248. package/dist/cjs/product/components/product-wrap/Product.liquid.js +47 -47
  1249. package/dist/cjs/product/components/product-wrap/common/helpers.js +1 -1
  1250. package/dist/cjs/product/components/product-wrap/hook/useProductSetting.js +1 -1
  1251. package/dist/cjs/product/helpers/function.js +1 -1
  1252. package/dist/cjs/product/helpers/product-bundle.js +1 -1
  1253. package/dist/cjs/product/helpers/product-image.js +1 -1
  1254. package/dist/cjs/product/helpers/product.js +1 -1
  1255. package/dist/cjs/product/helpers/tracking.js +1 -1
  1256. package/dist/cjs/product/index.js +1 -1
  1257. package/dist/cjs/product/next.js +1 -1
  1258. package/dist/cjs/product/settings/DynamicCheckout.js +2 -2
  1259. package/dist/cjs/product/settings/Product.js +2 -2
  1260. package/dist/cjs/product/settings/ProductBadge.js +1 -1
  1261. package/dist/cjs/product/settings/ProductButton.js +2 -2
  1262. package/dist/cjs/product/settings/ProductDescription.js +1 -1
  1263. package/dist/cjs/product/settings/ProductImages.js +4 -4
  1264. package/dist/cjs/product/settings/ProductList.js +2 -2
  1265. package/dist/cjs/product/settings/ProductListV3.js +2 -2
  1266. package/dist/cjs/product/settings/ProductPrice.js +2 -2
  1267. package/dist/cjs/product/settings/ProductProperties.js +2 -2
  1268. package/dist/cjs/product/settings/ProductQuantity.js +2 -2
  1269. package/dist/cjs/product/settings/ProductTag.js +1 -1
  1270. package/dist/cjs/product/settings/ProductTitle.js +2 -2
  1271. package/dist/cjs/product/settings/ProductVariants.js +2 -2
  1272. package/dist/cjs/product/settings/ProductViewMore.js +2 -2
  1273. package/dist/cjs/product/settings/Sku.js +2 -2
  1274. package/dist/cjs/product/settings/Vendor.js +2 -2
  1275. package/dist/cjs/product/settings/bundle-layout/horizontal-one.js +1 -1
  1276. package/dist/cjs/product/settings/bundle-layout/horizontal-three.js +1 -1
  1277. package/dist/cjs/product/settings/bundle-layout/horizontal-two.js +1 -1
  1278. package/dist/cjs/product/settings/bundle-layout/vertical-one.js +1 -1
  1279. package/dist/cjs/product/settings/bundle-layout/vertical-three.js +1 -1
  1280. package/dist/cjs/product/settings/bundle-layout/vertical-two.js +1 -1
  1281. package/dist/cjs/product/settings/dynamic-checkout/configs/presets.js +2 -2
  1282. package/dist/cjs/product/settings/dynamic-checkout/configs/settings.js +1 -1
  1283. package/dist/cjs/product/settings/dynamic-checkout/configs/ui-v2.js +1 -1
  1284. package/dist/cjs/product/settings/product/configs/presets.js +1 -1
  1285. package/dist/cjs/product/settings/product/configs/product-presets/product-1-col.js +3 -3
  1286. package/dist/cjs/product/settings/product/configs/product-presets/product-2-col.js +3 -3
  1287. package/dist/cjs/product/settings/product/configs/product-presets/product-default.js +3 -3
  1288. package/dist/cjs/product/settings/product/configs/settings.js +1 -1
  1289. package/dist/cjs/product/settings/product/configs/ui-v2.js +1 -1
  1290. package/dist/cjs/product/settings/product-badge/configs/presets.js +2 -2
  1291. package/dist/cjs/product/settings/product-badge/configs/settings.js +1 -1
  1292. package/dist/cjs/product/settings/product-badge/configs/translate.js +1 -1
  1293. package/dist/cjs/product/settings/product-badge/configs/ui-v2.js +1 -1
  1294. package/dist/cjs/product/settings/product-button/configs/presets.js +2 -2
  1295. package/dist/cjs/product/settings/product-button/configs/settings.js +2 -2
  1296. package/dist/cjs/product/settings/product-button/configs/translate.js +1 -1
  1297. package/dist/cjs/product/settings/product-button/configs/ui-v2.js +1 -1
  1298. package/dist/cjs/product/settings/product-description/configs/presets.js +2 -2
  1299. package/dist/cjs/product/settings/product-description/configs/settings.js +1 -1
  1300. package/dist/cjs/product/settings/product-description/configs/translate.js +1 -1
  1301. package/dist/cjs/product/settings/product-description/configs/ui-v2.js +1 -1
  1302. package/dist/cjs/product/settings/product-discount-tag/configs/settings.js +1 -1
  1303. package/dist/cjs/product/settings/product-discount-tag/configs/translate.js +1 -1
  1304. package/dist/cjs/product/settings/product-discount-tag/configs/ui-v2.js +1 -1
  1305. package/dist/cjs/product/settings/product-image-v2/ProductFeatureImage.js +1 -1
  1306. package/dist/cjs/product/settings/product-image-v2/ProductGalleryImage.js +1 -1
  1307. package/dist/cjs/product/settings/product-image-v2/ProductImages.js +3 -3
  1308. package/dist/cjs/product/settings/product-image-v2/configs/setting-v2/ProductFeatureImage.js +2 -2
  1309. package/dist/cjs/product/settings/product-image-v2/configs/setting-v2/ProductGalleryImage.js +2 -2
  1310. package/dist/cjs/product/settings/product-image-v2/configs/setting-v2/index.js +1 -1
  1311. package/dist/cjs/product/settings/product-image-v2/configs/ui/FeatureDots.js +1 -1
  1312. package/dist/cjs/product/settings/product-image-v2/configs/ui/FeatureNavigation.js +1 -1
  1313. package/dist/cjs/product/settings/product-image-v2/configs/ui/ImageListNavigation.js +1 -1
  1314. package/dist/cjs/product/settings/product-image-v2/configs/ui-v1.js +1 -1
  1315. package/dist/cjs/product/settings/product-image-v2/configs/ui-v2.js +1 -1
  1316. package/dist/cjs/product/settings/product-image-v3/ProductFeatureImage.js +1 -1
  1317. package/dist/cjs/product/settings/product-image-v3/ProductGalleryImage.js +1 -1
  1318. package/dist/cjs/product/settings/product-image-v3/ProductImages.js +3 -3
  1319. package/dist/cjs/product/settings/product-image-v3/configs/setting-v2/ProductFeatureImage.js +2 -2
  1320. package/dist/cjs/product/settings/product-image-v3/configs/setting-v2/ProductGalleryImage.js +2 -2
  1321. package/dist/cjs/product/settings/product-image-v3/configs/setting-v2/index.js +1 -1
  1322. package/dist/cjs/product/settings/product-image-v3/configs/ui/FeatureDots.js +1 -1
  1323. package/dist/cjs/product/settings/product-image-v3/configs/ui/FeatureNavigation.js +1 -1
  1324. package/dist/cjs/product/settings/product-image-v3/configs/ui/ImageListNavigation.js +1 -1
  1325. package/dist/cjs/product/settings/product-image-v3/configs/ui-v1.js +1 -1
  1326. package/dist/cjs/product/settings/product-image-v3/configs/ui-v2.js +1 -1
  1327. package/dist/cjs/product/settings/product-list/configs/presets.js +2 -2
  1328. package/dist/cjs/product/settings/product-list/configs/settings-v2.js +1 -1
  1329. package/dist/cjs/product/settings/product-list/configs/ui-v2.js +1 -1
  1330. package/dist/cjs/product/settings/product-list-v3/configs/presets.js +2 -2
  1331. package/dist/cjs/product/settings/product-list-v3/configs/settings-v2.js +1 -1
  1332. package/dist/cjs/product/settings/product-list-v3/configs/ui-v2.js +1 -1
  1333. package/dist/cjs/product/settings/product-price/configs/presets.js +2 -2
  1334. package/dist/cjs/product/settings/product-price/configs/settings.js +1 -1
  1335. package/dist/cjs/product/settings/product-price/configs/ui-v2.js +1 -1
  1336. package/dist/cjs/product/settings/product-properties/configs/presets.js +2 -2
  1337. package/dist/cjs/product/settings/product-properties/configs/settings-v2.js +1 -1
  1338. package/dist/cjs/product/settings/product-properties/configs/translate.js +1 -1
  1339. package/dist/cjs/product/settings/product-properties/configs/ui-v2.js +1 -1
  1340. package/dist/cjs/product/settings/product-quantity/configs/presets.js +2 -2
  1341. package/dist/cjs/product/settings/product-quantity/configs/settings.js +2 -2
  1342. package/dist/cjs/product/settings/product-quantity/configs/ui-v2.js +1 -1
  1343. package/dist/cjs/product/settings/product-sku/configs/presets.js +2 -2
  1344. package/dist/cjs/product/settings/product-sku/configs/settings.js +1 -1
  1345. package/dist/cjs/product/settings/product-sku/configs/ui-v2.js +1 -1
  1346. package/dist/cjs/product/settings/product-title/configs/presets.js +2 -2
  1347. package/dist/cjs/product/settings/product-title/configs/settings.js +1 -1
  1348. package/dist/cjs/product/settings/product-title/configs/ui-v2.js +1 -1
  1349. package/dist/cjs/product/settings/product-variant/configs/presets.js +2 -2
  1350. package/dist/cjs/product/settings/product-variant/configs/settings.js +1 -1
  1351. package/dist/cjs/product/settings/product-variant/configs/ui-v2.js +1 -1
  1352. package/dist/cjs/product/settings/product-variant/swatches-style-config/color.js +1 -1
  1353. package/dist/cjs/product/settings/product-variant/swatches-style-config/dropdown.js +1 -1
  1354. package/dist/cjs/product/settings/product-variant/swatches-style-config/image-shopify.js +1 -1
  1355. package/dist/cjs/product/settings/product-variant/swatches-style-config/image.js +1 -1
  1356. package/dist/cjs/product/settings/product-variant/swatches-style-config/rectangle-list.js +1 -1
  1357. package/dist/cjs/product/settings/product-vendor/configs/presets.js +2 -2
  1358. package/dist/cjs/product/settings/product-vendor/configs/settings.js +1 -1
  1359. package/dist/cjs/product/settings/product-vendor/configs/ui-v2.js +1 -1
  1360. package/dist/cjs/product/settings/product-view-more/configs/presets.js +2 -2
  1361. package/dist/cjs/product/settings/product-view-more/configs/settings.js +2 -2
  1362. package/dist/cjs/product/settings/product-view-more/configs/translate.js +1 -1
  1363. package/dist/cjs/product/settings/product-view-more/configs/ui-v2.js +1 -1
  1364. package/dist/cjs/radio/components/Radio.js +1 -1
  1365. package/dist/cjs/radio/index.js +1 -1
  1366. package/dist/cjs/radio/next.js +1 -1
  1367. package/dist/cjs/radio/settings/Radio.js +1 -1
  1368. package/dist/cjs/radio/settings/configs/settings.js +1 -1
  1369. package/dist/cjs/select/components/Select.js +2 -2
  1370. package/dist/cjs/select/index.js +1 -1
  1371. package/dist/cjs/select/next.js +1 -1
  1372. package/dist/cjs/select/settings/Select.js +1 -1
  1373. package/dist/cjs/select/settings/configs/settings.js +1 -1
  1374. package/dist/cjs/setting.js +1 -1
  1375. package/dist/cjs/shop-pay-installment/components/ShopPayInstallments.js +1 -1
  1376. package/dist/cjs/shop-pay-installment/components/ShopPayInstallments.liquid.js +2 -2
  1377. package/dist/cjs/shop-pay-installment/components/common/helpers.js +1 -1
  1378. package/dist/cjs/shop-pay-installment/index.js +1 -1
  1379. package/dist/cjs/shop-pay-installment/next.js +1 -1
  1380. package/dist/cjs/shop-pay-installment/settings/ShopPayInstallments.js +2 -2
  1381. package/dist/cjs/shop-pay-installment/settings/configs/settings.js +1 -1
  1382. package/dist/cjs/sticky/common/classes.js +1 -1
  1383. package/dist/cjs/sticky/common/styles.js +1 -1
  1384. package/dist/cjs/sticky/components/Sticky.js +1 -1
  1385. package/dist/cjs/sticky/components/Sticky.liquid.js +13 -13
  1386. package/dist/cjs/sticky/hooks/useSticky.js +1 -1
  1387. package/dist/cjs/sticky/index.js +1 -1
  1388. package/dist/cjs/sticky/next.js +1 -1
  1389. package/dist/cjs/sticky/settings/Sticky.js +1 -1
  1390. package/dist/cjs/sticky/settings/configs/presets.js +4 -4
  1391. package/dist/cjs/sticky/settings/configs/settings-v2.js +1 -1
  1392. package/dist/cjs/sticky/settings/configs/settings.js +1 -1
  1393. package/dist/cjs/sticky/settings/configs/translate.js +1 -1
  1394. package/dist/cjs/sticky/settings/configs/ui-v2.js +1 -1
  1395. package/dist/cjs/stock-counter/common/attrs.js +1 -1
  1396. package/dist/cjs/stock-counter/common/classes.js +1 -1
  1397. package/dist/cjs/stock-counter/common/helpers.js +35 -35
  1398. package/dist/cjs/stock-counter/common/styles.js +1 -1
  1399. package/dist/cjs/stock-counter/components/StockCounter.js +1 -1
  1400. package/dist/cjs/stock-counter/components/StockCounter.liquid.js +45 -45
  1401. package/dist/cjs/stock-counter/hooks/useStockCounter.js +1 -1
  1402. package/dist/cjs/stock-counter/hooks/useStockCounterInteraction.js +1 -1
  1403. package/dist/cjs/stock-counter/index.js +1 -1
  1404. package/dist/cjs/stock-counter/next.js +1 -1
  1405. package/dist/cjs/stock-counter/settings/StockCounter.js +2 -2
  1406. package/dist/cjs/stock-counter/settings/configs/presets.js +2 -2
  1407. package/dist/cjs/stock-counter/settings/configs/settings-v2.js +2 -2
  1408. package/dist/cjs/stock-counter/settings/configs/translate.js +1 -1
  1409. package/dist/cjs/stock-counter/settings/configs/ui-v2.js +1 -1
  1410. package/dist/cjs/tab/common/attrs.js +1 -1
  1411. package/dist/cjs/tab/common/classes.js +2 -2
  1412. package/dist/cjs/tab/common/helpers.js +2 -2
  1413. package/dist/cjs/tab/common/styles.js +1 -1
  1414. package/dist/cjs/tab/components/TabItem.js +1 -1
  1415. package/dist/cjs/tab/components/TabItem.liquid.js +6 -6
  1416. package/dist/cjs/tab/components/Tabs.js +1 -1
  1417. package/dist/cjs/tab/components/Tabs.liquid.js +24 -24
  1418. package/dist/cjs/tab/hooks/useTab.js +1 -1
  1419. package/dist/cjs/tab/hooks/useTabInteraction.js +1 -1
  1420. package/dist/cjs/tab/index.js +1 -1
  1421. package/dist/cjs/tab/next.js +1 -1
  1422. package/dist/cjs/tab/settings/TabItem.js +2 -2
  1423. package/dist/cjs/tab/settings/Tabs.js +3 -3
  1424. package/dist/cjs/tab/settings/configs/settings.js +1 -1
  1425. package/dist/cjs/tab/settings/configs/translate.js +1 -1
  1426. package/dist/cjs/tab/settings/configs/ui-v2.js +1 -1
  1427. package/dist/cjs/text/common/attrs.js +1 -1
  1428. package/dist/cjs/text/common/classes.js +1 -1
  1429. package/dist/cjs/text/common/helpers.js +1 -1
  1430. package/dist/cjs/text/common/styles.js +1 -1
  1431. package/dist/cjs/text/components/Text.js +1 -1
  1432. package/dist/cjs/text/components/Text.liquid.js +12 -12
  1433. package/dist/cjs/text/components/TextInline.js +6 -6
  1434. package/dist/cjs/text/index.js +1 -1
  1435. package/dist/cjs/text/next.js +1 -1
  1436. package/dist/cjs/text/settings/Text.js +2 -2
  1437. package/dist/cjs/text/settings/configs/presets.js +2 -2
  1438. package/dist/cjs/text/settings/configs/settings.js +1 -1
  1439. package/dist/cjs/text/settings/configs/translate.js +1 -1
  1440. package/dist/cjs/text/settings/configs/ui-v2.js +1 -1
  1441. package/dist/cjs/textarea/components/Textarea.js +1 -1
  1442. package/dist/cjs/textarea/index.js +1 -1
  1443. package/dist/cjs/textarea/next.js +1 -1
  1444. package/dist/cjs/textarea/settings/Textarea.js +2 -2
  1445. package/dist/cjs/textarea/settings/configs/settings.js +1 -1
  1446. package/dist/cjs/third-party/common/helpers.js +5 -5
  1447. package/dist/cjs/third-party/components/AftershipEmailMarketingsms.js +1 -1
  1448. package/dist/cjs/third-party/components/AftershipEmailMarketingsms.liquid.js +1 -1
  1449. package/dist/cjs/third-party/components/AirProductReviewsAppUgc.js +1 -1
  1450. package/dist/cjs/third-party/components/AirProductReviewsAppUgc.liquid.js +5 -5
  1451. package/dist/cjs/third-party/components/AliReviews/AliReviewsSampleContent.js +1 -1
  1452. package/dist/cjs/third-party/components/AliReviews.js +1 -1
  1453. package/dist/cjs/third-party/components/AliReviews.liquid.js +5 -5
  1454. package/dist/cjs/third-party/components/AlsoBoughtCbb.js +1 -1
  1455. package/dist/cjs/third-party/components/AlsoBoughtCbb.liquid.js +4 -4
  1456. package/dist/cjs/third-party/components/AovBundlesVolumeDiscounts.js +1 -1
  1457. package/dist/cjs/third-party/components/AovBundlesVolumeDiscounts.liquid.js +1 -1
  1458. package/dist/cjs/third-party/components/AovFreeGiftBuyXGetYBogo.js +1 -1
  1459. package/dist/cjs/third-party/components/AovFreeGiftBuyXGetYBogo.liquid.js +1 -1
  1460. package/dist/cjs/third-party/components/AppointmentBookingCowlendar.js +1 -1
  1461. package/dist/cjs/third-party/components/AppointmentBookingCowlendar.liquid.js +1 -1
  1462. package/dist/cjs/third-party/components/AppstleBundlesDiscounts.js +1 -1
  1463. package/dist/cjs/third-party/components/AppstleBundlesDiscounts.liquid.js +1 -1
  1464. package/dist/cjs/third-party/components/AppstleSubscriptions/AppstleSubscriptionsSampleContent.js +1 -1
  1465. package/dist/cjs/third-party/components/AppstleSubscriptions.js +1 -1
  1466. package/dist/cjs/third-party/components/AppstleSubscriptions.liquid.js +4 -4
  1467. package/dist/cjs/third-party/components/BestBuyFulfillment.js +1 -1
  1468. package/dist/cjs/third-party/components/BestBuyFulfillment.liquid.js +1 -1
  1469. package/dist/cjs/third-party/components/BfSizeChartSizeGuide.js +1 -1
  1470. package/dist/cjs/third-party/components/BfSizeChartSizeGuide.liquid.js +1 -1
  1471. package/dist/cjs/third-party/components/BirdChime/BirdChimeContent.js +1 -1
  1472. package/dist/cjs/third-party/components/BirdChime.js +1 -1
  1473. package/dist/cjs/third-party/components/BirdChime.liquid.js +4 -4
  1474. package/dist/cjs/third-party/components/BloyRewardsProgramLoyalty.js +1 -1
  1475. package/dist/cjs/third-party/components/BloyRewardsProgramLoyalty.liquid.js +1 -1
  1476. package/dist/cjs/third-party/components/Bogos/BogosSampleContent.js +1 -1
  1477. package/dist/cjs/third-party/components/Bogos.js +1 -1
  1478. package/dist/cjs/third-party/components/Bogos.liquid.js +5 -5
  1479. package/dist/cjs/third-party/components/BoldProductOptions/BoldProductOptionsSampleContent.js +1 -1
  1480. package/dist/cjs/third-party/components/BoldProductOptions.js +1 -1
  1481. package/dist/cjs/third-party/components/BoldProductOptions.liquid.js +3 -3
  1482. package/dist/cjs/third-party/components/BoldSubscriptions/BoldSubscriptionsSampleContent.js +1 -1
  1483. package/dist/cjs/third-party/components/BoldSubscriptions.js +1 -1
  1484. package/dist/cjs/third-party/components/BoldSubscriptions.liquid.js +5 -5
  1485. package/dist/cjs/third-party/components/BonLoyaltyRewardsReferrals.js +1 -1
  1486. package/dist/cjs/third-party/components/BonLoyaltyRewardsReferrals.liquid.js +1 -1
  1487. package/dist/cjs/third-party/components/BonySubscriptionsApp.js +1 -1
  1488. package/dist/cjs/third-party/components/BonySubscriptionsApp.liquid.js +4 -4
  1489. package/dist/cjs/third-party/components/BoostAISearchDiscovery/BoostAISearchDiscoverySampleContent.js +1 -1
  1490. package/dist/cjs/third-party/components/BoostAISearchDiscovery.js +1 -1
  1491. package/dist/cjs/third-party/components/BoostAISearchDiscovery.liquid.js +5 -5
  1492. package/dist/cjs/third-party/components/Bundler/BundlerSampleContent.js +1 -1
  1493. package/dist/cjs/third-party/components/Bundler.js +1 -1
  1494. package/dist/cjs/third-party/components/Bundler.liquid.js +4 -4
  1495. package/dist/cjs/third-party/components/CleanSizeCharts.js +1 -1
  1496. package/dist/cjs/third-party/components/CleanSizeCharts.liquid.js +5 -5
  1497. package/dist/cjs/third-party/components/CrossSellCartUpsell/CrossSellCartUpsellSampleContent.js +1 -1
  1498. package/dist/cjs/third-party/components/CrossSellCartUpsell.js +1 -1
  1499. package/dist/cjs/third-party/components/CrossSellCartUpsell.liquid.js +4 -4
  1500. package/dist/cjs/third-party/components/CustomProductOptionsVariant.js +1 -1
  1501. package/dist/cjs/third-party/components/CustomProductOptionsVariant.liquid.js +4 -4
  1502. package/dist/cjs/third-party/components/DealeasyVolumeDiscounts.js +1 -1
  1503. package/dist/cjs/third-party/components/DealeasyVolumeDiscounts.liquid.js +5 -5
  1504. package/dist/cjs/third-party/components/DiscountyBulkDiscountSales.js +1 -1
  1505. package/dist/cjs/third-party/components/DiscountyBulkDiscountSales.liquid.js +4 -4
  1506. package/dist/cjs/third-party/components/EasifyProductOptions.js +1 -1
  1507. package/dist/cjs/third-party/components/EasifyProductOptions.liquid.js +4 -4
  1508. package/dist/cjs/third-party/components/EasyBundleBuilderSkailama.js +1 -1
  1509. package/dist/cjs/third-party/components/EasyBundleBuilderSkailama.liquid.js +1 -1
  1510. package/dist/cjs/third-party/components/EasySellCOD.js +1 -1
  1511. package/dist/cjs/third-party/components/EasySellCOD.liquid.js +4 -4
  1512. package/dist/cjs/third-party/components/EcoboostifyShoppableReelUgc.js +1 -1
  1513. package/dist/cjs/third-party/components/EcoboostifyShoppableReelUgc.liquid.js +1 -1
  1514. package/dist/cjs/third-party/components/EcomsendBackInStockAlert.js +1 -1
  1515. package/dist/cjs/third-party/components/EcomsendBackInStockAlert.liquid.js +5 -5
  1516. package/dist/cjs/third-party/components/EssentialAnnouncementBar.js +1 -1
  1517. package/dist/cjs/third-party/components/EssentialAnnouncementBar.liquid.js +1 -1
  1518. package/dist/cjs/third-party/components/EssentialCountdownTimerBar.js +1 -1
  1519. package/dist/cjs/third-party/components/EssentialCountdownTimerBar.liquid.js +1 -1
  1520. package/dist/cjs/third-party/components/EstimatedDeliveryDatePlus.js +1 -1
  1521. package/dist/cjs/third-party/components/EstimatedDeliveryDatePlus.liquid.js +1 -1
  1522. package/dist/cjs/third-party/components/FastBundleBundlesDiscounts.js +1 -1
  1523. package/dist/cjs/third-party/components/FastBundleBundlesDiscounts.liquid.js +5 -5
  1524. package/dist/cjs/third-party/components/FeraReviews/FeraReviewsSampleContent.js +1 -1
  1525. package/dist/cjs/third-party/components/FeraReviews/LiquidTemplateByWidget.js +1 -1
  1526. package/dist/cjs/third-party/components/FeraReviews.js +1 -1
  1527. package/dist/cjs/third-party/components/FeraReviews.liquid.js +5 -5
  1528. package/dist/cjs/third-party/components/FirePush/FirePushSampleContent.js +1 -1
  1529. package/dist/cjs/third-party/components/FirePush.js +1 -1
  1530. package/dist/cjs/third-party/components/FirePush.liquid.js +4 -4
  1531. package/dist/cjs/third-party/components/FlyBundlesUpsellsFbt.js +1 -1
  1532. package/dist/cjs/third-party/components/FlyBundlesUpsellsFbt.liquid.js +1 -1
  1533. package/dist/cjs/third-party/components/FordeerProductLabels.js +1 -1
  1534. package/dist/cjs/third-party/components/FordeerProductLabels.liquid.js +7 -7
  1535. package/dist/cjs/third-party/components/FrequentlyBoughtTogether/FrequentlyBoughtTogetherSampleContent.js +1 -1
  1536. package/dist/cjs/third-party/components/FrequentlyBoughtTogether.js +1 -1
  1537. package/dist/cjs/third-party/components/FrequentlyBoughtTogether.liquid.js +5 -5
  1538. package/dist/cjs/third-party/components/GloColorSwatchvariantImage.js +1 -1
  1539. package/dist/cjs/third-party/components/GloColorSwatchvariantImage.liquid.js +1 -1
  1540. package/dist/cjs/third-party/components/GloboProductOptionsVariant.js +1 -1
  1541. package/dist/cjs/third-party/components/GloboProductOptionsVariant.liquid.js +1 -1
  1542. package/dist/cjs/third-party/components/GoogleReviewsByReputon.js +1 -1
  1543. package/dist/cjs/third-party/components/GoogleReviewsByReputon.liquid.js +5 -5
  1544. package/dist/cjs/third-party/components/Growave/GrowaveSampleContent.js +1 -1
  1545. package/dist/cjs/third-party/components/Growave.js +1 -1
  1546. package/dist/cjs/third-party/components/Growave.liquid.js +5 -5
  1547. package/dist/cjs/third-party/components/GrowthSuiteDiscountCodes.js +1 -1
  1548. package/dist/cjs/third-party/components/GrowthSuiteDiscountCodes.liquid.js +3 -3
  1549. package/dist/cjs/third-party/components/HextomCountdownTimerBar.js +1 -1
  1550. package/dist/cjs/third-party/components/HextomCountdownTimerBar.liquid.js +1 -1
  1551. package/dist/cjs/third-party/components/HextomFreeShippingBar.js +1 -1
  1552. package/dist/cjs/third-party/components/HextomFreeShippingBar.liquid.js +1 -1
  1553. package/dist/cjs/third-party/components/HulkFormBuilder.js +1 -1
  1554. package/dist/cjs/third-party/components/HulkFormBuilder.liquid.js +5 -5
  1555. package/dist/cjs/third-party/components/HulkProductOptions.js +1 -1
  1556. package/dist/cjs/third-party/components/HulkProductOptions.liquid.js +1 -1
  1557. package/dist/cjs/third-party/components/InfiniteOptions/InfiniteOptionsSampleContent.js +1 -1
  1558. package/dist/cjs/third-party/components/InfiniteOptions.js +1 -1
  1559. package/dist/cjs/third-party/components/InfiniteOptions.liquid.js +3 -3
  1560. package/dist/cjs/third-party/components/Instafeed/InstafeedSampleContent.js +1 -1
  1561. package/dist/cjs/third-party/components/Instafeed.js +1 -1
  1562. package/dist/cjs/third-party/components/Instafeed.liquid.js +4 -4
  1563. package/dist/cjs/third-party/components/InstasellShoppableInstagram.js +1 -1
  1564. package/dist/cjs/third-party/components/InstasellShoppableInstagram.liquid.js +1 -1
  1565. package/dist/cjs/third-party/components/Judgeme/JudgemeSampleContent.js +1 -1
  1566. package/dist/cjs/third-party/components/JudgemeReviews.js +1 -1
  1567. package/dist/cjs/third-party/components/JudgemeReviews.liquid.js +4 -4
  1568. package/dist/cjs/third-party/components/JunipProductReviewsUgc.js +1 -1
  1569. package/dist/cjs/third-party/components/JunipProductReviewsUgc.liquid.js +1 -1
  1570. package/dist/cjs/third-party/components/KachingBundles/KachingBundlesSampleContent.js +1 -1
  1571. package/dist/cjs/third-party/components/KachingBundles.js +1 -1
  1572. package/dist/cjs/third-party/components/KachingBundles.liquid.js +4 -4
  1573. package/dist/cjs/third-party/components/KachingSubscriptionsApp.js +1 -1
  1574. package/dist/cjs/third-party/components/KachingSubscriptionsApp.liquid.js +4 -4
  1575. package/dist/cjs/third-party/components/KingProductOptions/KingProductOptionsSampleContent.js +1 -1
  1576. package/dist/cjs/third-party/components/KingProductOptions.js +1 -1
  1577. package/dist/cjs/third-party/components/KingProductOptions.liquid.js +4 -4
  1578. package/dist/cjs/third-party/components/KiteFreeGiftDiscount.js +1 -1
  1579. package/dist/cjs/third-party/components/KiteFreeGiftDiscount.liquid.js +1 -1
  1580. package/dist/cjs/third-party/components/KlarnaMessaging.js +1 -1
  1581. package/dist/cjs/third-party/components/KlarnaMessaging.liquid.js +5 -5
  1582. package/dist/cjs/third-party/components/Klaviyo/KlaviyoSampleContent.js +1 -1
  1583. package/dist/cjs/third-party/components/Klaviyo.js +1 -1
  1584. package/dist/cjs/third-party/components/Klaviyo.liquid.js +5 -5
  1585. package/dist/cjs/third-party/components/KoalaBundleQuantityDiscount.js +1 -1
  1586. package/dist/cjs/third-party/components/KoalaBundleQuantityDiscount.liquid.js +1 -1
  1587. package/dist/cjs/third-party/components/LaiProductReviews/LaiProductReviewsSampleContent.js +1 -1
  1588. package/dist/cjs/third-party/components/LaiProductReviews/LiquidTemplateByWiget.js +10 -10
  1589. package/dist/cjs/third-party/components/LaiProductReviews.js +1 -1
  1590. package/dist/cjs/third-party/components/LaiProductReviews.liquid.js +5 -5
  1591. package/dist/cjs/third-party/components/LoloyalLoyaltyReferrals.js +1 -1
  1592. package/dist/cjs/third-party/components/LoloyalLoyaltyReferrals.liquid.js +1 -1
  1593. package/dist/cjs/third-party/components/LoopSubscriptions.js +1 -1
  1594. package/dist/cjs/third-party/components/LoopSubscriptions.liquid.js +2 -2
  1595. package/dist/cjs/third-party/components/LooxReviews/LooxReviewsSampleContent.js +1 -1
  1596. package/dist/cjs/third-party/components/LooxReviews.js +1 -1
  1597. package/dist/cjs/third-party/components/LooxReviews.liquid.js +8 -8
  1598. package/dist/cjs/third-party/components/MaxbundleProductBundles.js +1 -1
  1599. package/dist/cjs/third-party/components/MaxbundleProductBundles.liquid.js +5 -5
  1600. package/dist/cjs/third-party/components/MbcBundleVolumeDiscount.js +1 -1
  1601. package/dist/cjs/third-party/components/MbcBundleVolumeDiscount.liquid.js +4 -4
  1602. package/dist/cjs/third-party/components/MyappgurusProductReviews.js +1 -1
  1603. package/dist/cjs/third-party/components/MyappgurusProductReviews.liquid.js +1 -1
  1604. package/dist/cjs/third-party/components/NotifyBackInStockPreOrder.js +1 -1
  1605. package/dist/cjs/third-party/components/NotifyBackInStockPreOrder.liquid.js +3 -3
  1606. package/dist/cjs/third-party/components/OkendoReviewsLoyalty.js +1 -1
  1607. package/dist/cjs/third-party/components/OkendoReviewsLoyalty.liquid.js +1 -1
  1608. package/dist/cjs/third-party/components/Omnisend/OmnisendSampleContent.js +1 -1
  1609. package/dist/cjs/third-party/components/Omnisend.js +1 -1
  1610. package/dist/cjs/third-party/components/Omnisend.liquid.js +9 -9
  1611. package/dist/cjs/third-party/components/Opinew/OpinewSampleContent.js +1 -1
  1612. package/dist/cjs/third-party/components/Opinew.js +1 -1
  1613. package/dist/cjs/third-party/components/Opinew.liquid.js +5 -5
  1614. package/dist/cjs/third-party/components/ParcelPanel/ParcelPanelSampleContent.js +1 -1
  1615. package/dist/cjs/third-party/components/ParcelPanel.js +1 -1
  1616. package/dist/cjs/third-party/components/ParcelPanel.liquid.js +1 -1
  1617. package/dist/cjs/third-party/components/PickyStory/PickyStorySampleContent.js +1 -1
  1618. package/dist/cjs/third-party/components/PickyStory.js +1 -1
  1619. package/dist/cjs/third-party/components/PickyStory.liquid.js +5 -5
  1620. package/dist/cjs/third-party/components/PowerfulContactFormBuilder.js +1 -1
  1621. package/dist/cjs/third-party/components/PowerfulContactFormBuilder.liquid.js +1 -1
  1622. package/dist/cjs/third-party/components/PreorderNowPreOrderPq.js +1 -1
  1623. package/dist/cjs/third-party/components/PreorderNowPreOrderPq.liquid.js +1 -1
  1624. package/dist/cjs/third-party/components/PreorderNowWodPresale.js +1 -1
  1625. package/dist/cjs/third-party/components/PreorderNowWodPresale.liquid.js +1 -1
  1626. package/dist/cjs/third-party/components/ProductOptionsCustomizer.js +1 -1
  1627. package/dist/cjs/third-party/components/ProductOptionsCustomizer.liquid.js +1 -1
  1628. package/dist/cjs/third-party/components/ProductOptionsVariantOption.js +1 -1
  1629. package/dist/cjs/third-party/components/ProductOptionsVariantOption.liquid.js +3 -3
  1630. package/dist/cjs/third-party/components/ProductReviews/ProductReviewsSampleContent.js +1 -1
  1631. package/dist/cjs/third-party/components/ProductReviews.js +1 -1
  1632. package/dist/cjs/third-party/components/ProductReviews.liquid.js +5 -5
  1633. package/dist/cjs/third-party/components/PumperBundlesVolumeDiscount.js +1 -1
  1634. package/dist/cjs/third-party/components/PumperBundlesVolumeDiscount.liquid.js +1 -1
  1635. package/dist/cjs/third-party/components/PushOwl.js +1 -1
  1636. package/dist/cjs/third-party/components/PushOwl.liquid.js +3 -3
  1637. package/dist/cjs/third-party/components/QikifyUpsell.js +1 -1
  1638. package/dist/cjs/third-party/components/QikifyUpsell.liquid.js +1 -1
  1639. package/dist/cjs/third-party/components/RapiBundleQuantityBreaks.js +1 -1
  1640. package/dist/cjs/third-party/components/RapiBundleQuantityBreaks.liquid.js +3 -3
  1641. package/dist/cjs/third-party/components/RechargeSubscriptions.js +1 -1
  1642. package/dist/cjs/third-party/components/RechargeSubscriptions.liquid.js +1 -1
  1643. package/dist/cjs/third-party/components/RecurpaySubscriptionApp.js +1 -1
  1644. package/dist/cjs/third-party/components/RecurpaySubscriptionApp.liquid.js +4 -4
  1645. package/dist/cjs/third-party/components/Releasit/ReleasitSampleContent.js +1 -1
  1646. package/dist/cjs/third-party/components/Releasit.js +1 -1
  1647. package/dist/cjs/third-party/components/Releasit.liquid.js +4 -4
  1648. package/dist/cjs/third-party/components/RequestQuoteHidePrice.js +1 -1
  1649. package/dist/cjs/third-party/components/RequestQuoteHidePrice.liquid.js +3 -3
  1650. package/dist/cjs/third-party/components/ReviewxpoProductReviewsApp.js +1 -1
  1651. package/dist/cjs/third-party/components/ReviewxpoProductReviewsApp.liquid.js +1 -1
  1652. package/dist/cjs/third-party/components/Rivyo/RivyoSampleContent.js +1 -1
  1653. package/dist/cjs/third-party/components/Rivyo.js +1 -1
  1654. package/dist/cjs/third-party/components/Rivyo.liquid.js +4 -4
  1655. package/dist/cjs/third-party/components/Ryviu/RyviuSampleContent.js +1 -1
  1656. package/dist/cjs/third-party/components/Ryviu.js +1 -1
  1657. package/dist/cjs/third-party/components/Ryviu.liquid.js +5 -5
  1658. package/dist/cjs/third-party/components/SealSubscriptions/SealSubscriptionsSampleContent.js +1 -1
  1659. package/dist/cjs/third-party/components/SealSubscriptions.js +1 -1
  1660. package/dist/cjs/third-party/components/SealSubscriptions.liquid.js +4 -4
  1661. package/dist/cjs/third-party/components/SegunoEmailMarketing.js +1 -1
  1662. package/dist/cjs/third-party/components/SegunoEmailMarketing.liquid.js +1 -1
  1663. package/dist/cjs/third-party/components/Selleasy.js +1 -1
  1664. package/dist/cjs/third-party/components/Selleasy.liquid.js +1 -1
  1665. package/dist/cjs/third-party/components/SeoantTrustBadgesIcon.js +1 -1
  1666. package/dist/cjs/third-party/components/SeoantTrustBadgesIcon.liquid.js +1 -1
  1667. package/dist/cjs/third-party/components/ShopifyForms.js +1 -1
  1668. package/dist/cjs/third-party/components/ShopifyForms.liquid.js +1 -1
  1669. package/dist/cjs/third-party/components/ShopifySubscriptions.js +1 -1
  1670. package/dist/cjs/third-party/components/ShopifySubscriptions.liquid.js +4 -4
  1671. package/dist/cjs/third-party/components/SimpleBundlesKits.js +1 -1
  1672. package/dist/cjs/third-party/components/SimpleBundlesKits.liquid.js +1 -1
  1673. package/dist/cjs/third-party/components/SkioSubscriptionsYcS20.js +1 -1
  1674. package/dist/cjs/third-party/components/SkioSubscriptionsYcS20.liquid.js +1 -1
  1675. package/dist/cjs/third-party/components/SmartSearchBarAndFilters/SmartSearchBarAndFiltersSampleContent.js +1 -1
  1676. package/dist/cjs/third-party/components/SmartSearchBarAndFilters.js +1 -1
  1677. package/dist/cjs/third-party/components/SmartSearchBarAndFilters.liquid.js +6 -6
  1678. package/dist/cjs/third-party/components/SproutPlantTreesGrowSales.js +1 -1
  1679. package/dist/cjs/third-party/components/SproutPlantTreesGrowSales.liquid.js +1 -1
  1680. package/dist/cjs/third-party/components/Stamped/LiquidTemplateByWidget.js +40 -40
  1681. package/dist/cjs/third-party/components/Stamped/StampedSampleContent.js +1 -1
  1682. package/dist/cjs/third-party/components/Stamped.js +1 -1
  1683. package/dist/cjs/third-party/components/Stamped.liquid.js +5 -5
  1684. package/dist/cjs/third-party/components/StellarDeliveryDatePickup.js +1 -1
  1685. package/dist/cjs/third-party/components/StellarDeliveryDatePickup.liquid.js +3 -3
  1686. package/dist/cjs/third-party/components/SubifySubscriptionsApp.js +1 -1
  1687. package/dist/cjs/third-party/components/SubifySubscriptionsApp.liquid.js +1 -1
  1688. package/dist/cjs/third-party/components/TagembedSocialPostReview.js +1 -1
  1689. package/dist/cjs/third-party/components/TagembedSocialPostReview.liquid.js +5 -5
  1690. package/dist/cjs/third-party/components/TagshopShoppableVideosUgc.js +1 -1
  1691. package/dist/cjs/third-party/components/TagshopShoppableVideosUgc.liquid.js +4 -4
  1692. package/dist/cjs/third-party/components/TeeinblueProductPersonalizer.js +1 -1
  1693. package/dist/cjs/third-party/components/TeeinblueProductPersonalizer.liquid.js +4 -4
  1694. package/dist/cjs/third-party/components/ThirdPartyPreview.js +1 -1
  1695. package/dist/cjs/third-party/components/TrustBadgesBear.js +1 -1
  1696. package/dist/cjs/third-party/components/TrustBadgesBear.liquid.js +1 -1
  1697. package/dist/cjs/third-party/components/TrustMe/TrustMeSampleContent.js +1 -1
  1698. package/dist/cjs/third-party/components/TrustMe.js +1 -1
  1699. package/dist/cjs/third-party/components/TrustMe.liquid.js +4 -4
  1700. package/dist/cjs/third-party/components/TrustedsiteTrustBadges.js +1 -1
  1701. package/dist/cjs/third-party/components/TrustedsiteTrustBadges.liquid.js +1 -1
  1702. package/dist/cjs/third-party/components/Trustoo/TrustooSampleContent.js +1 -1
  1703. package/dist/cjs/third-party/components/Trustoo.js +1 -1
  1704. package/dist/cjs/third-party/components/Trustoo.liquid.js +14 -14
  1705. package/dist/cjs/third-party/components/TrustreviewsProductReviews.js +1 -1
  1706. package/dist/cjs/third-party/components/TrustreviewsProductReviews.liquid.js +1 -1
  1707. package/dist/cjs/third-party/components/TrustshopProductReviews.js +1 -1
  1708. package/dist/cjs/third-party/components/TrustshopProductReviews.liquid.js +1 -1
  1709. package/dist/cjs/third-party/components/UltimateSalesBoost/UltimateSalesBoostSampleContent.js +1 -1
  1710. package/dist/cjs/third-party/components/UltimateSalesBoost.js +1 -1
  1711. package/dist/cjs/third-party/components/UltimateSalesBoost.liquid.js +4 -4
  1712. package/dist/cjs/third-party/components/UnlimitedBundlesDiscounts.js +1 -1
  1713. package/dist/cjs/third-party/components/UnlimitedBundlesDiscounts.liquid.js +1 -1
  1714. package/dist/cjs/third-party/components/UppromoteAffiliateMarketing.js +1 -1
  1715. package/dist/cjs/third-party/components/UppromoteAffiliateMarketing.liquid.js +4 -4
  1716. package/dist/cjs/third-party/components/Vitals/VitalsSampleContent.js +1 -1
  1717. package/dist/cjs/third-party/components/Vitals.js +1 -1
  1718. package/dist/cjs/third-party/components/Vitals.liquid.js +5 -5
  1719. package/dist/cjs/third-party/components/WhatmoreShoppableVideosreel.js +1 -1
  1720. package/dist/cjs/third-party/components/WhatmoreShoppableVideosreel.liquid.js +1 -1
  1721. package/dist/cjs/third-party/components/WideBundle/WideBundleSampleContent.js +1 -1
  1722. package/dist/cjs/third-party/components/WideBundle.js +1 -1
  1723. package/dist/cjs/third-party/components/WideBundle.liquid.js +4 -4
  1724. package/dist/cjs/third-party/components/Wiser/WiserSampleContent.js +1 -1
  1725. package/dist/cjs/third-party/components/Wiser.js +1 -1
  1726. package/dist/cjs/third-party/components/Wiser.liquid.js +5 -5
  1727. package/dist/cjs/third-party/components/WishlistKing.js +1 -1
  1728. package/dist/cjs/third-party/components/WishlistKing.liquid.js +1 -1
  1729. package/dist/cjs/third-party/components/WishlistPlus.js +1 -1
  1730. package/dist/cjs/third-party/components/WishlistPlus.liquid.js +6 -6
  1731. package/dist/cjs/third-party/components/YotpoLoyalty/YotpoLoyaltySampleContent.js +1 -1
  1732. package/dist/cjs/third-party/components/YotpoLoyalty.js +1 -1
  1733. package/dist/cjs/third-party/components/YotpoReviews/YotpoReviewsSampleContent.js +1 -1
  1734. package/dist/cjs/third-party/components/YotpoReviews.js +1 -1
  1735. package/dist/cjs/third-party/components/YotpoReviews.liquid.js +6 -6
  1736. package/dist/cjs/third-party/configs/AftershipEmailMarketingsms.js +1 -1
  1737. package/dist/cjs/third-party/configs/AirProductReviewsAppUgc.js +1 -1
  1738. package/dist/cjs/third-party/configs/AliReviews.js +1 -1
  1739. package/dist/cjs/third-party/configs/AlsoBoughtCbb.js +1 -1
  1740. package/dist/cjs/third-party/configs/AovBundlesVolumeDiscounts.js +1 -1
  1741. package/dist/cjs/third-party/configs/AovFreeGiftBuyXGetYBogo.js +1 -1
  1742. package/dist/cjs/third-party/configs/AppointmentBookingCowlendar.js +1 -1
  1743. package/dist/cjs/third-party/configs/AppstleBundlesDiscounts.js +1 -1
  1744. package/dist/cjs/third-party/configs/AppstleSubscriptions.js +1 -1
  1745. package/dist/cjs/third-party/configs/BfSizeChartSizeGuide.js +1 -1
  1746. package/dist/cjs/third-party/configs/BirdChime.js +1 -1
  1747. package/dist/cjs/third-party/configs/BloyRewardsProgramLoyalty.js +1 -1
  1748. package/dist/cjs/third-party/configs/Bogos.js +1 -1
  1749. package/dist/cjs/third-party/configs/BoldProductOptions.js +1 -1
  1750. package/dist/cjs/third-party/configs/BoldSubscription.js +1 -1
  1751. package/dist/cjs/third-party/configs/BonLoyaltyRewardsReferrals.js +1 -1
  1752. package/dist/cjs/third-party/configs/BonySubscriptionsApp.js +1 -1
  1753. package/dist/cjs/third-party/configs/BoostAISearchDiscovery.js +1 -1
  1754. package/dist/cjs/third-party/configs/Bundler.js +1 -1
  1755. package/dist/cjs/third-party/configs/CleanSizeCharts.js +1 -1
  1756. package/dist/cjs/third-party/configs/CrossSellCartUpsell.js +1 -1
  1757. package/dist/cjs/third-party/configs/CustomProductOptionsVariant.js +1 -1
  1758. package/dist/cjs/third-party/configs/DealeasyVolumeDiscounts.js +1 -1
  1759. package/dist/cjs/third-party/configs/DiscountyBulkDiscountSales.js +1 -1
  1760. package/dist/cjs/third-party/configs/EasifyProductOptions.js +1 -1
  1761. package/dist/cjs/third-party/configs/EasyBundleBuilderSkailama.js +1 -1
  1762. package/dist/cjs/third-party/configs/EasySellCOD.js +1 -1
  1763. package/dist/cjs/third-party/configs/EcoboostifyShoppableReelUgc.js +1 -1
  1764. package/dist/cjs/third-party/configs/EcomsendBackInStockAlert.js +1 -1
  1765. package/dist/cjs/third-party/configs/EssentialAnnouncementBar.js +1 -1
  1766. package/dist/cjs/third-party/configs/EssentialCountdownTimerBar.js +1 -1
  1767. package/dist/cjs/third-party/configs/EstimatedDeliveryDatePlus.js +1 -1
  1768. package/dist/cjs/third-party/configs/FastBundleBundlesDiscount.js +1 -1
  1769. package/dist/cjs/third-party/configs/FeraReviews.js +1 -1
  1770. package/dist/cjs/third-party/configs/FirePush.js +1 -1
  1771. package/dist/cjs/third-party/configs/FlyBundlesUpsellsFbt.js +1 -1
  1772. package/dist/cjs/third-party/configs/FordeerProductLabels.js +1 -1
  1773. package/dist/cjs/third-party/configs/FrequentlyBoughtTogether.js +1 -1
  1774. package/dist/cjs/third-party/configs/GloColorSwatchvariantImage.js +1 -1
  1775. package/dist/cjs/third-party/configs/GoogleReviewsByReputon.js +1 -1
  1776. package/dist/cjs/third-party/configs/Growave.js +1 -1
  1777. package/dist/cjs/third-party/configs/GrowthSuiteDiscountCodes.js +1 -1
  1778. package/dist/cjs/third-party/configs/HextomCountdownTimerBar.js +1 -1
  1779. package/dist/cjs/third-party/configs/HextomFreeShippingBar.js +1 -1
  1780. package/dist/cjs/third-party/configs/HulkFormBuilder.js +1 -1
  1781. package/dist/cjs/third-party/configs/HulkProductOptions.js +1 -1
  1782. package/dist/cjs/third-party/configs/InfiniteOptions.js +1 -1
  1783. package/dist/cjs/third-party/configs/Instafeed.js +1 -1
  1784. package/dist/cjs/third-party/configs/InstasellShoppableInstagram.js +1 -1
  1785. package/dist/cjs/third-party/configs/JudgemeReviews.js +1 -1
  1786. package/dist/cjs/third-party/configs/JunipProductReviewsUgc.js +1 -1
  1787. package/dist/cjs/third-party/configs/KachingBundles.js +1 -1
  1788. package/dist/cjs/third-party/configs/KachingSubscriptionsApp.js +1 -1
  1789. package/dist/cjs/third-party/configs/KingProductOptions.js +1 -1
  1790. package/dist/cjs/third-party/configs/KiteFreeGiftDiscount.js +1 -1
  1791. package/dist/cjs/third-party/configs/KlarmaMessaging.js +1 -1
  1792. package/dist/cjs/third-party/configs/Klaviyo.js +1 -1
  1793. package/dist/cjs/third-party/configs/KoalaBundleQuantityDiscount.js +1 -1
  1794. package/dist/cjs/third-party/configs/LaiProductReviews.js +1 -1
  1795. package/dist/cjs/third-party/configs/LoloyalLoyaltyReferrals.js +1 -1
  1796. package/dist/cjs/third-party/configs/LoopSubscriptions.js +1 -1
  1797. package/dist/cjs/third-party/configs/LooxReviews.js +1 -1
  1798. package/dist/cjs/third-party/configs/MaxbundleProductBundles.js +1 -1
  1799. package/dist/cjs/third-party/configs/MbcBundleVolumeDiscount.js +1 -1
  1800. package/dist/cjs/third-party/configs/MyappgurusProductReviews.js +1 -1
  1801. package/dist/cjs/third-party/configs/NotifyBackInStockPreOrder.js +1 -1
  1802. package/dist/cjs/third-party/configs/OkendoReviewsLoyalty.js +1 -1
  1803. package/dist/cjs/third-party/configs/Omnisend.js +1 -1
  1804. package/dist/cjs/third-party/configs/Opinew.js +1 -1
  1805. package/dist/cjs/third-party/configs/ParcelPanel.js +1 -1
  1806. package/dist/cjs/third-party/configs/PickyStory.js +1 -1
  1807. package/dist/cjs/third-party/configs/PowerfulContactFormBuilder.js +1 -1
  1808. package/dist/cjs/third-party/configs/PreorderNowPreOrderPq.js +1 -1
  1809. package/dist/cjs/third-party/configs/PreorderNowWodPresale.js +1 -1
  1810. package/dist/cjs/third-party/configs/ProductOptionsCustomizer.js +1 -1
  1811. package/dist/cjs/third-party/configs/ProductReviews.js +1 -1
  1812. package/dist/cjs/third-party/configs/PumperBundlesVolumeDiscount.js +1 -1
  1813. package/dist/cjs/third-party/configs/PushOwl.js +1 -1
  1814. package/dist/cjs/third-party/configs/QikifyUpsell.js +1 -1
  1815. package/dist/cjs/third-party/configs/RapiBundleQuantityBreaks.js +1 -1
  1816. package/dist/cjs/third-party/configs/RechargeSubscriptions.js +1 -1
  1817. package/dist/cjs/third-party/configs/RecurpaySubscriptionApp.js +1 -1
  1818. package/dist/cjs/third-party/configs/Releasit.js +1 -1
  1819. package/dist/cjs/third-party/configs/RequestQuoteHidePrice.js +1 -1
  1820. package/dist/cjs/third-party/configs/ReviewxpoProductReviewsApp.js +1 -1
  1821. package/dist/cjs/third-party/configs/Rivyo.js +1 -1
  1822. package/dist/cjs/third-party/configs/Ryviu.js +1 -1
  1823. package/dist/cjs/third-party/configs/SealSubscriptions.js +1 -1
  1824. package/dist/cjs/third-party/configs/SegunoEmailMarketing.js +1 -1
  1825. package/dist/cjs/third-party/configs/Selleasy.js +1 -1
  1826. package/dist/cjs/third-party/configs/SeoantTrustBadgesIcon.js +1 -1
  1827. package/dist/cjs/third-party/configs/ShopifyForms.js +1 -1
  1828. package/dist/cjs/third-party/configs/ShopifySubscriptions.js +1 -1
  1829. package/dist/cjs/third-party/configs/SimpleBundlesKits.js +1 -1
  1830. package/dist/cjs/third-party/configs/SkioSubscriptionsYcS20.js +1 -1
  1831. package/dist/cjs/third-party/configs/SmartSearchBarAndFilters.js +1 -1
  1832. package/dist/cjs/third-party/configs/SproutPlantTreesGrowSales.js +1 -1
  1833. package/dist/cjs/third-party/configs/Stamped.js +1 -1
  1834. package/dist/cjs/third-party/configs/StellarDeliveryDatePickup.js +1 -1
  1835. package/dist/cjs/third-party/configs/SubifySubscriptionsApp.js +1 -1
  1836. package/dist/cjs/third-party/configs/TagembedSocialPostReview.js +1 -1
  1837. package/dist/cjs/third-party/configs/TagshopShoppableVideosUgc.js +1 -1
  1838. package/dist/cjs/third-party/configs/TrustBadgesBear.js +1 -1
  1839. package/dist/cjs/third-party/configs/TrustMe.js +1 -1
  1840. package/dist/cjs/third-party/configs/TrustedsiteTrustBadges.js +1 -1
  1841. package/dist/cjs/third-party/configs/Trustoo.js +1 -1
  1842. package/dist/cjs/third-party/configs/TrustreviewsProductReviews.js +1 -1
  1843. package/dist/cjs/third-party/configs/TrustshopProductReviews.js +1 -1
  1844. package/dist/cjs/third-party/configs/UltimateSalesBoost.js +1 -1
  1845. package/dist/cjs/third-party/configs/UnlimitedBundlesDiscounts.js +1 -1
  1846. package/dist/cjs/third-party/configs/UppromoteAffiliateMarketing.js +1 -1
  1847. package/dist/cjs/third-party/configs/Vitals.js +1 -1
  1848. package/dist/cjs/third-party/configs/WhatmoreShoppableVideosreel.js +1 -1
  1849. package/dist/cjs/third-party/configs/WideBundle.js +1 -1
  1850. package/dist/cjs/third-party/configs/Wiser.js +1 -1
  1851. package/dist/cjs/third-party/configs/WishlistKing.js +1 -1
  1852. package/dist/cjs/third-party/configs/WishlistPlus.js +1 -1
  1853. package/dist/cjs/third-party/configs/YotpoLoyalty.js +1 -1
  1854. package/dist/cjs/third-party/configs/YotpoReviews.js +1 -1
  1855. package/dist/cjs/third-party/index.js +1 -1
  1856. package/dist/cjs/third-party/next.js +1 -1
  1857. package/dist/cjs/third-party/settings/AftershipEmailMarketingsms/index.js +2 -2
  1858. package/dist/cjs/third-party/settings/AftershipEmailMarketingsms/uiV2.js +1 -1
  1859. package/dist/cjs/third-party/settings/AirProductReviewsAppUgc/index.js +2 -2
  1860. package/dist/cjs/third-party/settings/AirProductReviewsAppUgc/uiV2.js +1 -1
  1861. package/dist/cjs/third-party/settings/AliReviews/index.js +4 -4
  1862. package/dist/cjs/third-party/settings/AliReviews/uiV2.js +1 -1
  1863. package/dist/cjs/third-party/settings/AlsoBoughtCbb/index.js +2 -2
  1864. package/dist/cjs/third-party/settings/AlsoBoughtCbb/uiV2.js +1 -1
  1865. package/dist/cjs/third-party/settings/AovBundlesVolumeDiscounts/index.js +2 -2
  1866. package/dist/cjs/third-party/settings/AovBundlesVolumeDiscounts/uiV2.js +1 -1
  1867. package/dist/cjs/third-party/settings/AovFreeGiftBuyXGetYBogo/index.js +2 -2
  1868. package/dist/cjs/third-party/settings/AovFreeGiftBuyXGetYBogo/uiV2.js +1 -1
  1869. package/dist/cjs/third-party/settings/AppointmentBookingCowlendar/index.js +2 -2
  1870. package/dist/cjs/third-party/settings/AppointmentBookingCowlendar/uiV2.js +1 -1
  1871. package/dist/cjs/third-party/settings/AppstleBundlesDiscounts/index.js +2 -2
  1872. package/dist/cjs/third-party/settings/AppstleBundlesDiscounts/uiV2.js +1 -1
  1873. package/dist/cjs/third-party/settings/AppstleSubscriptions/index.js +4 -4
  1874. package/dist/cjs/third-party/settings/AppstleSubscriptions/uiV2.js +1 -1
  1875. package/dist/cjs/third-party/settings/BestBuyFulfillment/index.js +2 -2
  1876. package/dist/cjs/third-party/settings/BestBuyFulfillment/uiV2.js +1 -1
  1877. package/dist/cjs/third-party/settings/BfSizeChartSizeGuide/index.js +2 -2
  1878. package/dist/cjs/third-party/settings/BfSizeChartSizeGuide/uiV2.js +1 -1
  1879. package/dist/cjs/third-party/settings/BirdChime/index.js +4 -4
  1880. package/dist/cjs/third-party/settings/BirdChime/uiV2.js +1 -1
  1881. package/dist/cjs/third-party/settings/BloyRewardsProgramLoyalty/index.js +2 -2
  1882. package/dist/cjs/third-party/settings/BloyRewardsProgramLoyalty/uiV2.js +1 -1
  1883. package/dist/cjs/third-party/settings/Bogos/index.js +4 -4
  1884. package/dist/cjs/third-party/settings/Bogos/uiV2.js +1 -1
  1885. package/dist/cjs/third-party/settings/BoldProductOptions/index.js +4 -4
  1886. package/dist/cjs/third-party/settings/BoldProductOptions/uiV2.js +1 -1
  1887. package/dist/cjs/third-party/settings/BoldSubscriptions/index.js +4 -4
  1888. package/dist/cjs/third-party/settings/BoldSubscriptions/uiV2.js +1 -1
  1889. package/dist/cjs/third-party/settings/BonLoyaltyRewardsReferrals/index.js +2 -2
  1890. package/dist/cjs/third-party/settings/BonLoyaltyRewardsReferrals/uiV2.js +1 -1
  1891. package/dist/cjs/third-party/settings/BonySubscriptionsApp/index.js +2 -2
  1892. package/dist/cjs/third-party/settings/BonySubscriptionsApp/uiV2.js +1 -1
  1893. package/dist/cjs/third-party/settings/BoostAISearchDiscovery/index.js +4 -4
  1894. package/dist/cjs/third-party/settings/BoostAISearchDiscovery/uiV2.js +1 -1
  1895. package/dist/cjs/third-party/settings/Bundler/index.js +4 -4
  1896. package/dist/cjs/third-party/settings/Bundler/uiV2.js +1 -1
  1897. package/dist/cjs/third-party/settings/CleanSizeCharts/index.js +4 -4
  1898. package/dist/cjs/third-party/settings/CleanSizeCharts/uiV2.js +1 -1
  1899. package/dist/cjs/third-party/settings/CrossSellCartUpsell/index.js +4 -4
  1900. package/dist/cjs/third-party/settings/CrossSellCartUpsell/uiV2.js +1 -1
  1901. package/dist/cjs/third-party/settings/CustomProductOptionsVariant/index.js +2 -2
  1902. package/dist/cjs/third-party/settings/CustomProductOptionsVariant/uiV2.js +1 -1
  1903. package/dist/cjs/third-party/settings/DealeasyVolumeDiscounts/index.js +2 -2
  1904. package/dist/cjs/third-party/settings/DealeasyVolumeDiscounts/uiV2.js +1 -1
  1905. package/dist/cjs/third-party/settings/DiscountyBulkDiscountSales/index.js +2 -2
  1906. package/dist/cjs/third-party/settings/DiscountyBulkDiscountSales/uiV2.js +1 -1
  1907. package/dist/cjs/third-party/settings/EasifyProductOptions/index.js +2 -2
  1908. package/dist/cjs/third-party/settings/EasifyProductOptions/uiV2.js +1 -1
  1909. package/dist/cjs/third-party/settings/EasyBundleBuilderSkailama/index.js +2 -2
  1910. package/dist/cjs/third-party/settings/EasyBundleBuilderSkailama/uiV2.js +1 -1
  1911. package/dist/cjs/third-party/settings/EasySellCOD/index.js +4 -4
  1912. package/dist/cjs/third-party/settings/EasySellCOD/uiV2.js +1 -1
  1913. package/dist/cjs/third-party/settings/EcoboostifyShoppableReelUgc/index.js +2 -2
  1914. package/dist/cjs/third-party/settings/EcoboostifyShoppableReelUgc/uiV2.js +1 -1
  1915. package/dist/cjs/third-party/settings/EcomsendBackInStockAlert/index.js +2 -2
  1916. package/dist/cjs/third-party/settings/EcomsendBackInStockAlert/uiV2.js +1 -1
  1917. package/dist/cjs/third-party/settings/EssentialAnnouncementBar/index.js +2 -2
  1918. package/dist/cjs/third-party/settings/EssentialAnnouncementBar/uiV2.js +1 -1
  1919. package/dist/cjs/third-party/settings/EssentialCountdownTimerBar/index.js +2 -2
  1920. package/dist/cjs/third-party/settings/EssentialCountdownTimerBar/uiV2.js +1 -1
  1921. package/dist/cjs/third-party/settings/EstimatedDeliveryDatePlus/index.js +2 -2
  1922. package/dist/cjs/third-party/settings/EstimatedDeliveryDatePlus/uiV2.js +1 -1
  1923. package/dist/cjs/third-party/settings/FastBundleBundlesDiscounts/index.js +2 -2
  1924. package/dist/cjs/third-party/settings/FastBundleBundlesDiscounts/uiV2.js +1 -1
  1925. package/dist/cjs/third-party/settings/FeraReviews/index.js +4 -4
  1926. package/dist/cjs/third-party/settings/FeraReviews/uiV2.js +1 -1
  1927. package/dist/cjs/third-party/settings/FirePush/index.js +4 -4
  1928. package/dist/cjs/third-party/settings/FirePush/uiV2.js +1 -1
  1929. package/dist/cjs/third-party/settings/FlyBundlesUpsellsFbt/index.js +2 -2
  1930. package/dist/cjs/third-party/settings/FlyBundlesUpsellsFbt/uiV2.js +1 -1
  1931. package/dist/cjs/third-party/settings/FordeerProductLabels/index.js +2 -2
  1932. package/dist/cjs/third-party/settings/FordeerProductLabels/uiV2.js +1 -1
  1933. package/dist/cjs/third-party/settings/FrequentlyBoughtTogether/index.js +6 -6
  1934. package/dist/cjs/third-party/settings/FrequentlyBoughtTogether/uiV2.js +1 -1
  1935. package/dist/cjs/third-party/settings/GloColorSwatchvariantImage/index.js +2 -2
  1936. package/dist/cjs/third-party/settings/GloColorSwatchvariantImage/uiV2.js +1 -1
  1937. package/dist/cjs/third-party/settings/GloboProductOptionsVariant/index.js +2 -2
  1938. package/dist/cjs/third-party/settings/GloboProductOptionsVariant/uiV2.js +1 -1
  1939. package/dist/cjs/third-party/settings/GoogleReviewsByReputon/index.js +2 -2
  1940. package/dist/cjs/third-party/settings/GoogleReviewsByReputon/uiV2.js +1 -1
  1941. package/dist/cjs/third-party/settings/Growave/index.js +4 -4
  1942. package/dist/cjs/third-party/settings/Growave/uiV2.js +1 -1
  1943. package/dist/cjs/third-party/settings/GrowthSuiteDiscountCodes/index.js +2 -2
  1944. package/dist/cjs/third-party/settings/GrowthSuiteDiscountCodes/uiV2.js +1 -1
  1945. package/dist/cjs/third-party/settings/HextomCountdownTimerBar/index.js +2 -2
  1946. package/dist/cjs/third-party/settings/HextomCountdownTimerBar/uiV2.js +1 -1
  1947. package/dist/cjs/third-party/settings/HextomFreeShippingBar/index.js +2 -2
  1948. package/dist/cjs/third-party/settings/HextomFreeShippingBar/uiV2.js +1 -1
  1949. package/dist/cjs/third-party/settings/HulkFormBuilder/index.js +2 -2
  1950. package/dist/cjs/third-party/settings/HulkFormBuilder/uiV2.js +1 -1
  1951. package/dist/cjs/third-party/settings/HulkProductOptions/index.js +2 -2
  1952. package/dist/cjs/third-party/settings/HulkProductOptions/uiV2.js +1 -1
  1953. package/dist/cjs/third-party/settings/InfiniteOptions/index.js +4 -4
  1954. package/dist/cjs/third-party/settings/InfiniteOptions/uiV2.js +1 -1
  1955. package/dist/cjs/third-party/settings/Instafeed/index.js +4 -4
  1956. package/dist/cjs/third-party/settings/Instafeed/uiV2.js +1 -1
  1957. package/dist/cjs/third-party/settings/InstasellShoppableInstagram/index.js +2 -2
  1958. package/dist/cjs/third-party/settings/InstasellShoppableInstagram/uiV2.js +1 -1
  1959. package/dist/cjs/third-party/settings/JudgemeReviews/index.js +4 -4
  1960. package/dist/cjs/third-party/settings/JudgemeReviews/uiV2.js +1 -1
  1961. package/dist/cjs/third-party/settings/JunipProductReviewsUgc/index.js +2 -2
  1962. package/dist/cjs/third-party/settings/JunipProductReviewsUgc/uiV2.js +1 -1
  1963. package/dist/cjs/third-party/settings/KachingBundles/index.js +4 -4
  1964. package/dist/cjs/third-party/settings/KachingBundles/uiV2.js +1 -1
  1965. package/dist/cjs/third-party/settings/KachingSubscriptionsApp/index.js +2 -2
  1966. package/dist/cjs/third-party/settings/KachingSubscriptionsApp/uiV2.js +1 -1
  1967. package/dist/cjs/third-party/settings/KingProductOptions/index.js +4 -4
  1968. package/dist/cjs/third-party/settings/KingProductOptions/uiV2.js +1 -1
  1969. package/dist/cjs/third-party/settings/KiteFreeGiftDiscount/index.js +2 -2
  1970. package/dist/cjs/third-party/settings/KiteFreeGiftDiscount/uiV2.js +1 -1
  1971. package/dist/cjs/third-party/settings/KlarnaMessaging/index.js +4 -4
  1972. package/dist/cjs/third-party/settings/KlarnaMessaging/uiV2.js +1 -1
  1973. package/dist/cjs/third-party/settings/Klaviyo/index.js +4 -4
  1974. package/dist/cjs/third-party/settings/Klaviyo/uiV2.js +1 -1
  1975. package/dist/cjs/third-party/settings/KoalaBundleQuantityDiscount/index.js +2 -2
  1976. package/dist/cjs/third-party/settings/KoalaBundleQuantityDiscount/uiV2.js +1 -1
  1977. package/dist/cjs/third-party/settings/LaiProductReviews/index.js +4 -4
  1978. package/dist/cjs/third-party/settings/LaiProductReviews/uiV2.js +1 -1
  1979. package/dist/cjs/third-party/settings/LoloyalLoyaltyReferrals/index.js +4 -4
  1980. package/dist/cjs/third-party/settings/LoloyalLoyaltyReferrals/uiV2.js +1 -1
  1981. package/dist/cjs/third-party/settings/LoopSubscriptions/index.js +2 -2
  1982. package/dist/cjs/third-party/settings/LoopSubscriptions/uiV2.js +1 -1
  1983. package/dist/cjs/third-party/settings/LooxReviews/index.js +4 -4
  1984. package/dist/cjs/third-party/settings/LooxReviews/uiV2.js +1 -1
  1985. package/dist/cjs/third-party/settings/MaxbundleProductBundles/index.js +2 -2
  1986. package/dist/cjs/third-party/settings/MaxbundleProductBundles/uiV2.js +1 -1
  1987. package/dist/cjs/third-party/settings/MbcBundleVolumeDiscount/index.js +2 -2
  1988. package/dist/cjs/third-party/settings/MbcBundleVolumeDiscount/uiV2.js +1 -1
  1989. package/dist/cjs/third-party/settings/MyappgurusProductReviews/index.js +2 -2
  1990. package/dist/cjs/third-party/settings/MyappgurusProductReviews/uiV2.js +1 -1
  1991. package/dist/cjs/third-party/settings/NotifyBackInStockPreOrder/index.js +3 -3
  1992. package/dist/cjs/third-party/settings/NotifyBackInStockPreOrder/uiV2.js +1 -1
  1993. package/dist/cjs/third-party/settings/OkendoReviewsLoyalty/index.js +2 -2
  1994. package/dist/cjs/third-party/settings/OkendoReviewsLoyalty/uiV2.js +1 -1
  1995. package/dist/cjs/third-party/settings/Omnisend/index.js +4 -4
  1996. package/dist/cjs/third-party/settings/Omnisend/uiV2.js +1 -1
  1997. package/dist/cjs/third-party/settings/Opinew/index.js +4 -4
  1998. package/dist/cjs/third-party/settings/Opinew/uiV2.js +1 -1
  1999. package/dist/cjs/third-party/settings/ParcelPanel/index.js +4 -4
  2000. package/dist/cjs/third-party/settings/ParcelPanel/uiV2.js +1 -1
  2001. package/dist/cjs/third-party/settings/PickyStory/index.js +4 -4
  2002. package/dist/cjs/third-party/settings/PickyStory/uiV2.js +1 -1
  2003. package/dist/cjs/third-party/settings/PowerfulContactFormBuilder/index.js +2 -2
  2004. package/dist/cjs/third-party/settings/PowerfulContactFormBuilder/uiV2.js +1 -1
  2005. package/dist/cjs/third-party/settings/PreorderNowPreOrderPq/index.js +2 -2
  2006. package/dist/cjs/third-party/settings/PreorderNowPreOrderPq/uiV2.js +1 -1
  2007. package/dist/cjs/third-party/settings/PreorderNowWodPresale/index.js +2 -2
  2008. package/dist/cjs/third-party/settings/PreorderNowWodPresale/uiV2.js +1 -1
  2009. package/dist/cjs/third-party/settings/ProductOptionsCustomizer/index.js +2 -2
  2010. package/dist/cjs/third-party/settings/ProductOptionsCustomizer/uiV2.js +1 -1
  2011. package/dist/cjs/third-party/settings/ProductOptionsVariantOption/index.js +2 -2
  2012. package/dist/cjs/third-party/settings/ProductOptionsVariantOption/uiV2.js +1 -1
  2013. package/dist/cjs/third-party/settings/ProductReviews/index.js +4 -4
  2014. package/dist/cjs/third-party/settings/ProductReviews/uiV2.js +1 -1
  2015. package/dist/cjs/third-party/settings/PumperBundlesVolumeDiscount/index.js +2 -2
  2016. package/dist/cjs/third-party/settings/PumperBundlesVolumeDiscount/uiV2.js +1 -1
  2017. package/dist/cjs/third-party/settings/PushOwl/index.js +4 -4
  2018. package/dist/cjs/third-party/settings/PushOwl/uiV2.js +1 -1
  2019. package/dist/cjs/third-party/settings/QikifyUpsell/index.js +4 -4
  2020. package/dist/cjs/third-party/settings/QikifyUpsell/uiV2.js +1 -1
  2021. package/dist/cjs/third-party/settings/RapiBundleQuantityBreaks/index.js +2 -2
  2022. package/dist/cjs/third-party/settings/RapiBundleQuantityBreaks/uiV2.js +1 -1
  2023. package/dist/cjs/third-party/settings/RechargeSubscriptions/index.js +2 -2
  2024. package/dist/cjs/third-party/settings/RechargeSubscriptions/uiV2.js +1 -1
  2025. package/dist/cjs/third-party/settings/RecurpaySubscriptionApp/index.js +2 -2
  2026. package/dist/cjs/third-party/settings/RecurpaySubscriptionApp/uiV2.js +1 -1
  2027. package/dist/cjs/third-party/settings/Releasit/index.js +4 -4
  2028. package/dist/cjs/third-party/settings/Releasit/uiV2.js +1 -1
  2029. package/dist/cjs/third-party/settings/RequestQuoteHidePrice/index.js +3 -3
  2030. package/dist/cjs/third-party/settings/RequestQuoteHidePrice/uiV2.js +1 -1
  2031. package/dist/cjs/third-party/settings/ReviewxpoProductReviewsApp/index.js +2 -2
  2032. package/dist/cjs/third-party/settings/ReviewxpoProductReviewsApp/uiV2.js +1 -1
  2033. package/dist/cjs/third-party/settings/Rivyo/index.js +4 -4
  2034. package/dist/cjs/third-party/settings/Rivyo/uiV2.js +1 -1
  2035. package/dist/cjs/third-party/settings/Ryviu/index.js +4 -4
  2036. package/dist/cjs/third-party/settings/Ryviu/uiV2.js +1 -1
  2037. package/dist/cjs/third-party/settings/SealSubscriptions/index.js +4 -4
  2038. package/dist/cjs/third-party/settings/SealSubscriptions/uiV2.js +1 -1
  2039. package/dist/cjs/third-party/settings/SegunoEmailMarketing/index.js +2 -2
  2040. package/dist/cjs/third-party/settings/SegunoEmailMarketing/uiV2.js +1 -1
  2041. package/dist/cjs/third-party/settings/Selleasy/index.js +2 -2
  2042. package/dist/cjs/third-party/settings/Selleasy/uiV2.js +1 -1
  2043. package/dist/cjs/third-party/settings/SeoantTrustBadgesIcon/index.js +2 -2
  2044. package/dist/cjs/third-party/settings/SeoantTrustBadgesIcon/uiV2.js +1 -1
  2045. package/dist/cjs/third-party/settings/ShopifyForms/index.js +2 -2
  2046. package/dist/cjs/third-party/settings/ShopifyForms/uiV2.js +1 -1
  2047. package/dist/cjs/third-party/settings/ShopifySubscriptions/index.js +2 -2
  2048. package/dist/cjs/third-party/settings/ShopifySubscriptions/uiV2.js +1 -1
  2049. package/dist/cjs/third-party/settings/SimpleBundlesKits/index.js +2 -2
  2050. package/dist/cjs/third-party/settings/SimpleBundlesKits/uiV2.js +1 -1
  2051. package/dist/cjs/third-party/settings/SkioSubscriptionsYcS20/index.js +2 -2
  2052. package/dist/cjs/third-party/settings/SkioSubscriptionsYcS20/uiV2.js +1 -1
  2053. package/dist/cjs/third-party/settings/SmartSearchBarAndFilters/index.js +4 -4
  2054. package/dist/cjs/third-party/settings/SmartSearchBarAndFilters/uiV2.js +1 -1
  2055. package/dist/cjs/third-party/settings/SproutPlantTreesGrowSales/index.js +2 -2
  2056. package/dist/cjs/third-party/settings/SproutPlantTreesGrowSales/uiV2.js +1 -1
  2057. package/dist/cjs/third-party/settings/Stamped/Badge.js +1 -1
  2058. package/dist/cjs/third-party/settings/Stamped/BadgeDouble.js +1 -1
  2059. package/dist/cjs/third-party/settings/Stamped/BadgeRibbon.js +1 -1
  2060. package/dist/cjs/third-party/settings/Stamped/BadgeSingle.js +1 -1
  2061. package/dist/cjs/third-party/settings/Stamped/Carousel.js +1 -1
  2062. package/dist/cjs/third-party/settings/Stamped/CheckoutReviews.js +1 -1
  2063. package/dist/cjs/third-party/settings/Stamped/Colors.js +1 -1
  2064. package/dist/cjs/third-party/settings/Stamped/Filters.js +1 -1
  2065. package/dist/cjs/third-party/settings/Stamped/FullPage.js +1 -1
  2066. package/dist/cjs/third-party/settings/Stamped/InstagramFeed.js +1 -1
  2067. package/dist/cjs/third-party/settings/Stamped/MainWidget.js +1 -1
  2068. package/dist/cjs/third-party/settings/Stamped/ProductRating.js +1 -1
  2069. package/dist/cjs/third-party/settings/Stamped/SingleHighlight.js +1 -1
  2070. package/dist/cjs/third-party/settings/Stamped/SiteBadge.js +1 -1
  2071. package/dist/cjs/third-party/settings/Stamped/TopRated.js +1 -1
  2072. package/dist/cjs/third-party/settings/Stamped/VisualGallery.js +1 -1
  2073. package/dist/cjs/third-party/settings/Stamped/WallPhotos.js +1 -1
  2074. package/dist/cjs/third-party/settings/Stamped/index.js +1 -1
  2075. package/dist/cjs/third-party/settings/Stamped.js +4 -4
  2076. package/dist/cjs/third-party/settings/StellarDeliveryDatePickup/index.js +2 -2
  2077. package/dist/cjs/third-party/settings/StellarDeliveryDatePickup/uiV2.js +1 -1
  2078. package/dist/cjs/third-party/settings/SubifySubscriptionsApp/index.js +2 -2
  2079. package/dist/cjs/third-party/settings/SubifySubscriptionsApp/uiV2.js +1 -1
  2080. package/dist/cjs/third-party/settings/TagembedSocialPostReview/index.js +2 -2
  2081. package/dist/cjs/third-party/settings/TagembedSocialPostReview/uiV2.js +1 -1
  2082. package/dist/cjs/third-party/settings/TagshopShoppableVideosUgc/index.js +2 -2
  2083. package/dist/cjs/third-party/settings/TagshopShoppableVideosUgc/uiV2.js +1 -1
  2084. package/dist/cjs/third-party/settings/TeeinblueProductPersonalizer/index.js +2 -2
  2085. package/dist/cjs/third-party/settings/TeeinblueProductPersonalizer/uiV2.js +1 -1
  2086. package/dist/cjs/third-party/settings/TrustBadgesBear/index.js +2 -2
  2087. package/dist/cjs/third-party/settings/TrustBadgesBear/uiV2.js +1 -1
  2088. package/dist/cjs/third-party/settings/TrustMe/index.js +4 -4
  2089. package/dist/cjs/third-party/settings/TrustMe/uiV2.js +1 -1
  2090. package/dist/cjs/third-party/settings/TrustedsiteTrustBadges/index.js +2 -2
  2091. package/dist/cjs/third-party/settings/TrustedsiteTrustBadges/uiV2.js +1 -1
  2092. package/dist/cjs/third-party/settings/Trustoo/index.js +4 -4
  2093. package/dist/cjs/third-party/settings/Trustoo/uiV2.js +1 -1
  2094. package/dist/cjs/third-party/settings/TrustreviewsProductReviews/index.js +2 -2
  2095. package/dist/cjs/third-party/settings/TrustreviewsProductReviews/uiV2.js +1 -1
  2096. package/dist/cjs/third-party/settings/TrustshopProductReviews/index.js +2 -2
  2097. package/dist/cjs/third-party/settings/TrustshopProductReviews/uiV2.js +1 -1
  2098. package/dist/cjs/third-party/settings/UltimateSalesBoost/index.js +4 -4
  2099. package/dist/cjs/third-party/settings/UltimateSalesBoost/uiV1.js +1 -1
  2100. package/dist/cjs/third-party/settings/UltimateSalesBoost/uiV2.js +1 -1
  2101. package/dist/cjs/third-party/settings/UnlimitedBundlesDiscounts/index.js +2 -2
  2102. package/dist/cjs/third-party/settings/UnlimitedBundlesDiscounts/uiV2.js +1 -1
  2103. package/dist/cjs/third-party/settings/UppromoteAffiliateMarketing/setting.js +2 -2
  2104. package/dist/cjs/third-party/settings/UppromoteAffiliateMarketing/uiV2.js +1 -1
  2105. package/dist/cjs/third-party/settings/Vitals/index.js +4 -4
  2106. package/dist/cjs/third-party/settings/Vitals/uiV2.js +1 -1
  2107. package/dist/cjs/third-party/settings/WhatmoreShoppableVideosreel/index.js +2 -2
  2108. package/dist/cjs/third-party/settings/WhatmoreShoppableVideosreel/uiV2.js +1 -1
  2109. package/dist/cjs/third-party/settings/WideBundle/index.js +4 -4
  2110. package/dist/cjs/third-party/settings/WideBundle/uiV2.js +1 -1
  2111. package/dist/cjs/third-party/settings/Wiser/index.js +4 -4
  2112. package/dist/cjs/third-party/settings/Wiser/uiV2.js +1 -1
  2113. package/dist/cjs/third-party/settings/WishlistKing/index.js +2 -2
  2114. package/dist/cjs/third-party/settings/WishlistKing/uiV2.js +1 -1
  2115. package/dist/cjs/third-party/settings/WishlistPlus/index.js +3 -3
  2116. package/dist/cjs/third-party/settings/WishlistPlus/uiV2.js +1 -1
  2117. package/dist/cjs/third-party/settings/YotpoLoyalty/index.js +4 -4
  2118. package/dist/cjs/third-party/settings/YotpoLoyalty/uiV2.js +1 -1
  2119. package/dist/cjs/third-party/settings/YotpoReviews/index.js +4 -4
  2120. package/dist/cjs/third-party/settings/YotpoReviews/uiV2.js +1 -1
  2121. package/dist/cjs/third-party/types.js +1 -1
  2122. package/dist/cjs/third-party-instant/common/helpers.js +1 -1
  2123. package/dist/cjs/third-party-instant/components/InstantJudgemeReviews.js +1 -1
  2124. package/dist/cjs/third-party-instant/components/InstantKlaviyo.js +1 -1
  2125. package/dist/cjs/third-party-instant/components/InstantLooxReviews.js +1 -1
  2126. package/dist/cjs/third-party-instant/components/InstantThirdPartyPreview.js +1 -1
  2127. package/dist/cjs/third-party-instant/components/InstantYotpoLoyalty.js +1 -1
  2128. package/dist/cjs/third-party-instant/components/Judgeme/JudgemeSampleContent.js +1 -1
  2129. package/dist/cjs/third-party-instant/components/Judgeme/SingleProduct.js +1 -1
  2130. package/dist/cjs/third-party-instant/components/Judgeme/WithoutProduct.js +1 -1
  2131. package/dist/cjs/third-party-instant/components/Klaviyo/KlaviyoSampleContent.js +1 -1
  2132. package/dist/cjs/third-party-instant/components/LooxReviews/LooxReviewsSampleContent.js +2 -2
  2133. package/dist/cjs/third-party-instant/components/LooxReviews/SingleProduct.js +1 -1
  2134. package/dist/cjs/third-party-instant/components/LooxReviews/WithoutProduct.js +1 -1
  2135. package/dist/cjs/third-party-instant/components/YotpoLoyalty/YotpoLoyaltySampleContent.js +1 -1
  2136. package/dist/cjs/third-party-instant/configs/JudgemeReviews.js +1 -1
  2137. package/dist/cjs/third-party-instant/configs/Klaviyo.js +1 -1
  2138. package/dist/cjs/third-party-instant/configs/LooxReviews.js +1 -1
  2139. package/dist/cjs/third-party-instant/configs/YotpoLoyalty.js +1 -1
  2140. package/dist/cjs/third-party-instant/index.js +1 -1
  2141. package/dist/cjs/third-party-instant/next.js +1 -1
  2142. package/dist/cjs/third-party-instant/settings/InstantJudgemeReviews/configs/settings.js +1 -1
  2143. package/dist/cjs/third-party-instant/settings/InstantJudgemeReviews/configs/ui-v2.js +1 -1
  2144. package/dist/cjs/third-party-instant/settings/InstantJudgemeReviews/index.js +4 -4
  2145. package/dist/cjs/third-party-instant/settings/InstantKlaviyo/configs/settings.js +1 -1
  2146. package/dist/cjs/third-party-instant/settings/InstantKlaviyo/configs/ui-v2.js +1 -1
  2147. package/dist/cjs/third-party-instant/settings/InstantKlaviyo/index.js +4 -4
  2148. package/dist/cjs/third-party-instant/settings/InstantLooxReviews/configs/settings.js +1 -1
  2149. package/dist/cjs/third-party-instant/settings/InstantLooxReviews/index.js +4 -4
  2150. package/dist/cjs/third-party-instant/settings/InstantYotpoLoyalty/configs/settings.js +1 -1
  2151. package/dist/cjs/third-party-instant/settings/InstantYotpoLoyalty/index.js +4 -4
  2152. package/dist/cjs/third-party-instant/types.js +1 -1
  2153. package/dist/cjs/third-party-slot/common/classes.js +1 -1
  2154. package/dist/cjs/third-party-slot/common/helpers.js +8 -8
  2155. package/dist/cjs/third-party-slot/common/styles.js +1 -1
  2156. package/dist/cjs/third-party-slot/components/ThirdPartySlot.js +1 -1
  2157. package/dist/cjs/third-party-slot/components/ThirdPartySlot.liquid.js +7 -7
  2158. package/dist/cjs/third-party-slot/index.js +1 -1
  2159. package/dist/cjs/third-party-slot/next.js +1 -1
  2160. package/dist/cjs/third-party-slot/settings/ThirdPartySlot.js +2 -2
  2161. package/dist/cjs/third-party-slot/settings/configs/settings.js +1 -1
  2162. package/dist/cjs/third-party-slot/settings/configs/ui-v2.js +1 -1
  2163. package/dist/cjs/translate.js +1 -1
  2164. package/dist/cjs/validates/background.js +1 -1
  2165. package/dist/cjs/video/common/attrs.js +1 -1
  2166. package/dist/cjs/video/common/classes.js +1 -1
  2167. package/dist/cjs/video/common/helpers.js +1 -1
  2168. package/dist/cjs/video/common/styles.js +1 -1
  2169. package/dist/cjs/video/components/HTML5Embed.js +1 -1
  2170. package/dist/cjs/video/components/HTML5Embed.liquid.js +25 -25
  2171. package/dist/cjs/video/components/LiteVimeoEmbed.js +1 -1
  2172. package/dist/cjs/video/components/LiteVimeoEmbed.liquid.js +15 -15
  2173. package/dist/cjs/video/components/LiteYouTubeEmbed.js +1 -1
  2174. package/dist/cjs/video/components/LiteYouTubeEmbed.liquid.js +23 -23
  2175. package/dist/cjs/video/components/Video.js +1 -1
  2176. package/dist/cjs/video/components/Video.liquid.js +4 -4
  2177. package/dist/cjs/video/hooks/useLiteHtml5Embed.js +1 -1
  2178. package/dist/cjs/video/hooks/useLiteVimeoEmbed.js +1 -1
  2179. package/dist/cjs/video/hooks/useLiteYoutubeEmbed.js +1 -1
  2180. package/dist/cjs/video/index.js +1 -1
  2181. package/dist/cjs/video/next.js +1 -1
  2182. package/dist/cjs/video/settings/Video.js +3 -3
  2183. package/dist/cjs/video/settings/configs/settings.js +1 -1
  2184. package/dist/cjs/video/settings/configs/translate.js +1 -1
  2185. package/dist/cjs/video/settings/configs/ui-v2.js +1 -1
  2186. package/dist/esm/accordion/common/classes.js +1 -1
  2187. package/dist/esm/accordion/common/helpers.js +1 -1
  2188. package/dist/esm/accordion/common/styles.js +1 -1
  2189. package/dist/esm/accordion/components/Accordion.js +1 -1
  2190. package/dist/esm/accordion/components/Accordion.liquid.js +10 -10
  2191. package/dist/esm/accordion/components/AccordionItem.js +1 -1
  2192. package/dist/esm/accordion/components/AccordionItem.liquid.js +6 -6
  2193. package/dist/esm/accordion/hooks/useAccordion.js +1 -1
  2194. package/dist/esm/accordion/hooks/useAccordionItem.js +1 -1
  2195. package/dist/esm/accordion/hooks/useMountTransition.js +1 -1
  2196. package/dist/esm/accordion/index.js +1 -1
  2197. package/dist/esm/accordion/next.js +1 -1
  2198. package/dist/esm/accordion/settings/Accordion.js +2 -2
  2199. package/dist/esm/accordion/settings/AccordionItem.js +1 -1
  2200. package/dist/esm/accordion/settings/configs/child-items.js +1 -1
  2201. package/dist/esm/accordion/settings/configs/settings.js +2 -2
  2202. package/dist/esm/accordion/settings/configs/translate.js +1 -1
  2203. package/dist/esm/accordion/settings/configs/ui-v2.js +1 -1
  2204. package/dist/esm/article/common/helpers.js +2 -2
  2205. package/dist/esm/article/components/ArticleAuthor.js +1 -1
  2206. package/dist/esm/article/components/ArticleAuthor.liquid.js +2 -2
  2207. package/dist/esm/article/components/ArticleCategory.js +1 -1
  2208. package/dist/esm/article/components/ArticleCategory.liquid.js +2 -2
  2209. package/dist/esm/article/components/ArticleContent.js +2 -2
  2210. package/dist/esm/article/components/ArticleContent.liquid.js +4 -4
  2211. package/dist/esm/article/components/ArticleDate.js +1 -1
  2212. package/dist/esm/article/components/ArticleDate.liquid.js +3 -3
  2213. package/dist/esm/article/components/ArticleExcerpt.js +1 -1
  2214. package/dist/esm/article/components/ArticleExcerpt.liquid.js +3 -3
  2215. package/dist/esm/article/components/ArticleImage.js +1 -1
  2216. package/dist/esm/article/components/ArticleImage.liquid.js +3 -3
  2217. package/dist/esm/article/components/ArticleList.js +1 -1
  2218. package/dist/esm/article/components/ArticleList.liquid.js +6 -6
  2219. package/dist/esm/article/components/ArticleNotFound.js +1 -1
  2220. package/dist/esm/article/components/ArticlePagination.js +1 -1
  2221. package/dist/esm/article/components/ArticlePagination.liquid.js +1 -1
  2222. package/dist/esm/article/components/ArticleReadMore.js +1 -1
  2223. package/dist/esm/article/components/ArticleReadMore.liquid.js +5 -5
  2224. package/dist/esm/article/components/ArticleTag.js +1 -1
  2225. package/dist/esm/article/components/ArticleTag.liquid.js +3 -3
  2226. package/dist/esm/article/components/ArticleTitle.js +1 -1
  2227. package/dist/esm/article/components/ArticleTitle.liquid.js +2 -2
  2228. package/dist/esm/article/hooks/useArticleLink.js +1 -1
  2229. package/dist/esm/article/index.js +1 -1
  2230. package/dist/esm/article/next.js +1 -1
  2231. package/dist/esm/article/settings/ArticleAuthor.js +2 -2
  2232. package/dist/esm/article/settings/ArticleCategory.js +2 -2
  2233. package/dist/esm/article/settings/ArticleContent.js +2 -2
  2234. package/dist/esm/article/settings/ArticleDate.js +2 -2
  2235. package/dist/esm/article/settings/ArticleExcerpt.js +2 -2
  2236. package/dist/esm/article/settings/ArticleImage.js +2 -2
  2237. package/dist/esm/article/settings/ArticleList.js +2 -2
  2238. package/dist/esm/article/settings/ArticlePagination.js +2 -2
  2239. package/dist/esm/article/settings/ArticleReadMore.js +2 -2
  2240. package/dist/esm/article/settings/ArticleTag.js +2 -2
  2241. package/dist/esm/article/settings/ArticleTitle.js +2 -2
  2242. package/dist/esm/article/settings/configs/article-author/presets.js +2 -2
  2243. package/dist/esm/article/settings/configs/article-author/settings.js +1 -1
  2244. package/dist/esm/article/settings/configs/article-author/ui-v2.js +1 -1
  2245. package/dist/esm/article/settings/configs/article-category/presets.js +2 -2
  2246. package/dist/esm/article/settings/configs/article-category/settings.js +1 -1
  2247. package/dist/esm/article/settings/configs/article-category/ui-v2.js +1 -1
  2248. package/dist/esm/article/settings/configs/article-content/presets.js +2 -2
  2249. package/dist/esm/article/settings/configs/article-content/settings.js +1 -1
  2250. package/dist/esm/article/settings/configs/article-content/ui-v2.js +1 -1
  2251. package/dist/esm/article/settings/configs/article-date/presets.js +2 -2
  2252. package/dist/esm/article/settings/configs/article-date/settings.js +1 -1
  2253. package/dist/esm/article/settings/configs/article-date/ui-v2.js +1 -1
  2254. package/dist/esm/article/settings/configs/article-excerpt/presets.js +2 -2
  2255. package/dist/esm/article/settings/configs/article-excerpt/settings.js +1 -1
  2256. package/dist/esm/article/settings/configs/article-excerpt/ui-v2.js +1 -1
  2257. package/dist/esm/article/settings/configs/article-image/presets.js +2 -2
  2258. package/dist/esm/article/settings/configs/article-image/settings.js +1 -1
  2259. package/dist/esm/article/settings/configs/article-image/ui-v2.js +1 -1
  2260. package/dist/esm/article/settings/configs/article-list/presets.js +2 -2
  2261. package/dist/esm/article/settings/configs/article-list/settings.js +1 -1
  2262. package/dist/esm/article/settings/configs/article-list/ui-v2.js +1 -1
  2263. package/dist/esm/article/settings/configs/article-read-more/presets.js +2 -2
  2264. package/dist/esm/article/settings/configs/article-read-more/settings.js +2 -2
  2265. package/dist/esm/article/settings/configs/article-read-more/ui-v2.js +1 -1
  2266. package/dist/esm/article/settings/configs/article-tag/presets.js +2 -2
  2267. package/dist/esm/article/settings/configs/article-tag/settings.js +1 -1
  2268. package/dist/esm/article/settings/configs/article-tag/ui-v2.js +1 -1
  2269. package/dist/esm/article/settings/configs/article-title/presets.js +2 -2
  2270. package/dist/esm/article/settings/configs/article-title/settings.js +1 -1
  2271. package/dist/esm/article/settings/configs/article-title/ui-v2.js +1 -1
  2272. package/dist/esm/article/settings/configs/translate.js +1 -1
  2273. package/dist/esm/breadcrumb/common/attrs.js +1 -1
  2274. package/dist/esm/breadcrumb/common/classes.js +3 -3
  2275. package/dist/esm/breadcrumb/common/helpers.js +1 -1
  2276. package/dist/esm/breadcrumb/common/styles.js +1 -1
  2277. package/dist/esm/breadcrumb/components/Breadcrumb.js +1 -1
  2278. package/dist/esm/breadcrumb/components/Breadcrumb.liquid.js +5 -5
  2279. package/dist/esm/breadcrumb/components/BreadcrumbItem.js +1 -1
  2280. package/dist/esm/breadcrumb/components/BreadcrumbItem.liquid.js +1 -1
  2281. package/dist/esm/breadcrumb/components/templates/article.js +7 -7
  2282. package/dist/esm/breadcrumb/components/templates/collection.js +5 -5
  2283. package/dist/esm/breadcrumb/components/templates/home.js +3 -3
  2284. package/dist/esm/breadcrumb/components/templates/landing.js +5 -5
  2285. package/dist/esm/breadcrumb/components/templates/product.js +2 -2
  2286. package/dist/esm/breadcrumb/constants.js +1 -1
  2287. package/dist/esm/breadcrumb/hooks/useBreadcrumb.js +1 -1
  2288. package/dist/esm/breadcrumb/index.js +1 -1
  2289. package/dist/esm/breadcrumb/next.js +1 -1
  2290. package/dist/esm/breadcrumb/settings/Breadcrumb.js +2 -2
  2291. package/dist/esm/breadcrumb/settings/configs/settings.js +2 -2
  2292. package/dist/esm/breadcrumb/settings/configs/ui-v2.js +1 -1
  2293. package/dist/esm/breadcrumb/types.js +1 -1
  2294. package/dist/esm/builder.js +1 -1
  2295. package/dist/esm/button/common/attrs.js +1 -1
  2296. package/dist/esm/button/common/classes.js +1 -1
  2297. package/dist/esm/button/common/helpers.js +2 -2
  2298. package/dist/esm/button/common/styles.js +16 -16
  2299. package/dist/esm/button/components/Button.js +1 -1
  2300. package/dist/esm/button/components/Button.liquid.js +10 -10
  2301. package/dist/esm/button/components/ButtonIcon.js +1 -1
  2302. package/dist/esm/button/components/ButtonIcon.liquid.js +5 -5
  2303. package/dist/esm/button/components/ButtonLabel.js +1 -1
  2304. package/dist/esm/button/components/ButtonLabel.liquid.js +2 -2
  2305. package/dist/esm/button/components/ButtonLoadingIndicator.js +1 -1
  2306. package/dist/esm/button/components/ButtonLoadingIndicator.liquid.js +1 -1
  2307. package/dist/esm/button/index.js +1 -1
  2308. package/dist/esm/button/next.js +1 -1
  2309. package/dist/esm/button/settings/Button.js +2 -2
  2310. package/dist/esm/button/settings/configs/settings.js +2 -2
  2311. package/dist/esm/button/settings/configs/translate.js +1 -1
  2312. package/dist/esm/button/settings/configs/ui-v2.js +1 -1
  2313. package/dist/esm/carousel/common/helpers.js +1 -1
  2314. package/dist/esm/carousel/components/arrow/Arrow.js +2 -2
  2315. package/dist/esm/carousel/components/arrow/Arrow.liquid.js +2 -2
  2316. package/dist/esm/carousel/components/arrow/common/classes.js +1 -1
  2317. package/dist/esm/carousel/components/arrow/common/helpers.js +1 -1
  2318. package/dist/esm/carousel/components/arrow/common/styles.js +8 -8
  2319. package/dist/esm/carousel/components/dot/Dots.js +1 -1
  2320. package/dist/esm/carousel/components/dot/Dots.liquid.js +3 -3
  2321. package/dist/esm/carousel/components/dot/common/classes.js +1 -1
  2322. package/dist/esm/carousel/components/dot/common/helpers.js +1 -1
  2323. package/dist/esm/carousel/components/dot/common/styles.js +1 -1
  2324. package/dist/esm/carousel/components/item/CarouselItem.js +1 -1
  2325. package/dist/esm/carousel/components/item/CarouselItem.liquid.js +3 -3
  2326. package/dist/esm/carousel/components/item/common/classes.js +1 -1
  2327. package/dist/esm/carousel/components/item/common/styles.js +1 -1
  2328. package/dist/esm/carousel/components/root/Carousel.js +1 -1
  2329. package/dist/esm/carousel/components/root/Carousel.liquid.js +6 -6
  2330. package/dist/esm/carousel/components/root/common/attrs.js +1 -1
  2331. package/dist/esm/carousel/components/root/common/classes.js +1 -1
  2332. package/dist/esm/carousel/components/root/common/helpers.js +1 -1
  2333. package/dist/esm/carousel/components/root/common/styles.js +1 -1
  2334. package/dist/esm/carousel/hooks/useCarouseItem.js +1 -1
  2335. package/dist/esm/carousel/hooks/useCarousel.js +1 -1
  2336. package/dist/esm/carousel/hooks/useDotsSetting.js +1 -1
  2337. package/dist/esm/carousel/hooks/useTrackPreviewPause.js +1 -1
  2338. package/dist/esm/carousel/index.js +1 -1
  2339. package/dist/esm/carousel/next.js +1 -1
  2340. package/dist/esm/carousel/plugins/animation.js +1 -1
  2341. package/dist/esm/carousel/plugins/auto-play.js +1 -1
  2342. package/dist/esm/carousel/plugins/fix-slider-move-backward.js +1 -1
  2343. package/dist/esm/carousel/plugins/mutation.js +1 -1
  2344. package/dist/esm/carousel/settings/Carousel.js +2 -2
  2345. package/dist/esm/carousel/settings/CarouselItem.js +1 -1
  2346. package/dist/esm/carousel/settings/configs/presets.js +2 -2
  2347. package/dist/esm/carousel/settings/configs/settings-v2.js +2 -2
  2348. package/dist/esm/carousel/settings/configs/ui-v2.js +1 -1
  2349. package/dist/esm/carousel-v3/common/helpers.js +1 -1
  2350. package/dist/esm/carousel-v3/components/arrow/Arrow.js +2 -2
  2351. package/dist/esm/carousel-v3/components/arrow/Arrow.liquid.js +2 -2
  2352. package/dist/esm/carousel-v3/components/arrow/common/classes.js +1 -1
  2353. package/dist/esm/carousel-v3/components/arrow/common/helpers.js +1 -1
  2354. package/dist/esm/carousel-v3/components/arrow/common/styles.js +8 -8
  2355. package/dist/esm/carousel-v3/components/dot/Dots.js +1 -1
  2356. package/dist/esm/carousel-v3/components/dot/Dots.liquid.js +3 -3
  2357. package/dist/esm/carousel-v3/components/dot/common/classes.js +1 -1
  2358. package/dist/esm/carousel-v3/components/dot/common/helpers.js +1 -1
  2359. package/dist/esm/carousel-v3/components/dot/common/styles.js +1 -1
  2360. package/dist/esm/carousel-v3/components/item/CarouselItem.js +1 -1
  2361. package/dist/esm/carousel-v3/components/item/CarouselItem.liquid.js +2 -2
  2362. package/dist/esm/carousel-v3/components/item/common/classes.js +1 -1
  2363. package/dist/esm/carousel-v3/components/item/common/styles.js +1 -1
  2364. package/dist/esm/carousel-v3/components/root/Carousel.js +1 -1
  2365. package/dist/esm/carousel-v3/components/root/Carousel.liquid.js +7 -7
  2366. package/dist/esm/carousel-v3/components/root/common/attrs.js +1 -1
  2367. package/dist/esm/carousel-v3/components/root/common/classes.js +1 -1
  2368. package/dist/esm/carousel-v3/components/root/common/helpers.js +1 -1
  2369. package/dist/esm/carousel-v3/components/root/common/styles.js +1 -1
  2370. package/dist/esm/carousel-v3/components/swiper/Swiper.js +1 -1
  2371. package/dist/esm/carousel-v3/components/swiper/SwiperSlide.js +1 -1
  2372. package/dist/esm/carousel-v3/components/swiper/common/styles.js +1 -1
  2373. package/dist/esm/carousel-v3/hooks/useCarouseItem.js +1 -1
  2374. package/dist/esm/carousel-v3/hooks/useCarousel.js +1 -1
  2375. package/dist/esm/carousel-v3/hooks/useDotsSetting.js +1 -1
  2376. package/dist/esm/carousel-v3/hooks/useTrackPreviewPause.js +1 -1
  2377. package/dist/esm/carousel-v3/index.js +1 -1
  2378. package/dist/esm/carousel-v3/next.js +1 -1
  2379. package/dist/esm/carousel-v3/plugins/animation.js +1 -1
  2380. package/dist/esm/carousel-v3/settings/Carousel.js +2 -2
  2381. package/dist/esm/carousel-v3/settings/CarouselItem.js +1 -1
  2382. package/dist/esm/carousel-v3/settings/configs/presets.js +2 -2
  2383. package/dist/esm/carousel-v3/settings/configs/settings-v2.js +2 -2
  2384. package/dist/esm/carousel-v3/settings/configs/ui-v2.js +1 -1
  2385. package/dist/esm/cart/components/Cart.js +1 -1
  2386. package/dist/esm/cart/components/CartCheckout.js +1 -1
  2387. package/dist/esm/cart/components/CartDiscount.js +1 -1
  2388. package/dist/esm/cart/components/CartLineAttribute.js +1 -1
  2389. package/dist/esm/cart/components/CartLineImage.js +1 -1
  2390. package/dist/esm/cart/components/CartLinePrice.js +1 -1
  2391. package/dist/esm/cart/components/CartLineVariant.js +1 -1
  2392. package/dist/esm/cart/components/CartList.js +1 -1
  2393. package/dist/esm/cart/components/CartOrderNote.js +1 -1
  2394. package/dist/esm/cart/components/CartTotalItem.js +1 -1
  2395. package/dist/esm/cart/components/CartTotalPrice.js +1 -1
  2396. package/dist/esm/cart/components/CheckoutNow.js +1 -1
  2397. package/dist/esm/cart/components/CouponList.js +1 -1
  2398. package/dist/esm/cart/components/DiscountInput.js +1 -1
  2399. package/dist/esm/cart/components/shop-pay-button/ShopPayButton.js +1 -1
  2400. package/dist/esm/cart/components/shop-pay-button/ShopPayButton.liquid.js +7 -7
  2401. package/dist/esm/cart/components/shop-pay-button/common/classes.js +1 -1
  2402. package/dist/esm/cart/components/shop-pay-button/common/helpers.js +1 -1
  2403. package/dist/esm/cart/components/shop-pay-button/common/styles.js +1 -1
  2404. package/dist/esm/cart/components/shop-pay-button/icons/BaseIcon.js +1 -1
  2405. package/dist/esm/cart/components/shop-pay-button/icons/BaseIcon.liquid.js +2 -2
  2406. package/dist/esm/cart/components/shop-pay-button/icons/DynamicCheckoutBlack.js +1 -1
  2407. package/dist/esm/cart/components/shop-pay-button/icons/DynamicCheckoutBlack.liquid.js +2 -2
  2408. package/dist/esm/cart/components/shop-pay-button/icons/DynamicCheckoutPurple.js +1 -1
  2409. package/dist/esm/cart/components/shop-pay-button/icons/DynamicCheckoutPurple.liquid.js +2 -2
  2410. package/dist/esm/cart/components/shop-pay-button/icons/DynamicCheckoutWhite.js +1 -1
  2411. package/dist/esm/cart/components/shop-pay-button/icons/DynamicCheckoutWhite.liquid.js +2 -2
  2412. package/dist/esm/cart/components/shop-pay-button/icons/ExpressCheckoutBlack.js +1 -1
  2413. package/dist/esm/cart/components/shop-pay-button/icons/ExpressCheckoutBlack.liquid.js +3 -3
  2414. package/dist/esm/cart/components/shop-pay-button/icons/ExpressCheckoutPurple.js +1 -1
  2415. package/dist/esm/cart/components/shop-pay-button/icons/ExpressCheckoutPurple.liquid.js +2 -2
  2416. package/dist/esm/cart/components/shop-pay-button/icons/ExpressCheckoutWhite.js +1 -1
  2417. package/dist/esm/cart/components/shop-pay-button/icons/ExpressCheckoutWhite.liquid.js +3 -3
  2418. package/dist/esm/cart/hooks/useShopPayButton.js +1 -1
  2419. package/dist/esm/cart/index.js +1 -1
  2420. package/dist/esm/cart/next.js +1 -1
  2421. package/dist/esm/cart/settings/Cart.js +2 -2
  2422. package/dist/esm/cart/settings/CartCheckout.js +1 -1
  2423. package/dist/esm/cart/settings/CartDiscount.js +1 -1
  2424. package/dist/esm/cart/settings/CartLineAttribute.js +1 -1
  2425. package/dist/esm/cart/settings/CartLineImage.js +1 -1
  2426. package/dist/esm/cart/settings/CartLinePrice.js +1 -1
  2427. package/dist/esm/cart/settings/CartLineVariant.js +1 -1
  2428. package/dist/esm/cart/settings/CartList.js +1 -1
  2429. package/dist/esm/cart/settings/CartOrderNote.js +1 -1
  2430. package/dist/esm/cart/settings/CartTotalItem.js +1 -1
  2431. package/dist/esm/cart/settings/CartTotalPrice.js +1 -1
  2432. package/dist/esm/cart/settings/CouponList.js +1 -1
  2433. package/dist/esm/cart/settings/DiscountInput.js +1 -1
  2434. package/dist/esm/cart/settings/ShopPayButton.js +1 -1
  2435. package/dist/esm/code/common/classes.js +1 -1
  2436. package/dist/esm/code/common/styles.js +1 -1
  2437. package/dist/esm/code/components/CSSCode.js +1 -1
  2438. package/dist/esm/code/components/CSSCode.liquid.js +3 -3
  2439. package/dist/esm/code/hooks/useCSSCode.js +4 -4
  2440. package/dist/esm/code/index.js +1 -1
  2441. package/dist/esm/code/next.js +1 -1
  2442. package/dist/esm/code/settings/CSSCode.js +3 -3
  2443. package/dist/esm/code/settings/configs/settings.js +1 -1
  2444. package/dist/esm/code/settings/configs/translate.js +1 -1
  2445. package/dist/esm/code/settings/configs/ui-v2.js +1 -1
  2446. package/dist/esm/collection/components/collection-banner/CollectionBanner.js +1 -1
  2447. package/dist/esm/collection/components/collection-banner/CollectionBanner.liquid.js +5 -5
  2448. package/dist/esm/collection/components/collection-banner/common/classes.js +1 -1
  2449. package/dist/esm/collection/components/collection-banner/common/helpers.js +1 -1
  2450. package/dist/esm/collection/components/collection-banner/common/styles.js +1 -1
  2451. package/dist/esm/collection/components/collection-description/CollectionDescription.js +1 -1
  2452. package/dist/esm/collection/components/collection-description/CollectionDescription.liquid.js +7 -7
  2453. package/dist/esm/collection/components/collection-description/common/classes.js +1 -1
  2454. package/dist/esm/collection/components/collection-description/common/helpers.js +2 -2
  2455. package/dist/esm/collection/components/collection-description/common/styles.js +2 -2
  2456. package/dist/esm/collection/components/collection-paginator/CollectionPaginator.js +1 -1
  2457. package/dist/esm/collection/components/collection-paginator/CollectionPaginator.liquid.js +5 -5
  2458. package/dist/esm/collection/components/collection-paginator/common/classes.js +1 -1
  2459. package/dist/esm/collection/components/collection-paginator/common/helpers.js +5 -5
  2460. package/dist/esm/collection/components/collection-paginator/common/styles.js +1 -1
  2461. package/dist/esm/collection/components/collection-title/CollectionTitle.js +1 -1
  2462. package/dist/esm/collection/components/collection-title/CollectionTitle.liquid.js +2 -2
  2463. package/dist/esm/collection/components/collection-toolbar/CollectionToolbar.js +1 -1
  2464. package/dist/esm/collection/components/collection-toolbar/CollectionToolbar.liquid.js +6 -6
  2465. package/dist/esm/collection/components/collection-toolbar/common/classes.js +1 -1
  2466. package/dist/esm/collection/components/collection-toolbar/common/helpers.js +1 -1
  2467. package/dist/esm/collection/components/collection-toolbar/common/styles.js +1 -1
  2468. package/dist/esm/collection/hooks/useDescription.js +1 -1
  2469. package/dist/esm/collection/index.js +1 -1
  2470. package/dist/esm/collection/next.js +1 -1
  2471. package/dist/esm/collection/settings/collection-banner/CollectionBanner.js +2 -2
  2472. package/dist/esm/collection/settings/collection-banner/configs/settings.js +2 -2
  2473. package/dist/esm/collection/settings/collection-banner/configs/ui-v2.js +1 -1
  2474. package/dist/esm/collection/settings/collection-description/CollectionDescription.js +2 -2
  2475. package/dist/esm/collection/settings/collection-description/configs/settings.js +1 -1
  2476. package/dist/esm/collection/settings/collection-description/configs/translate.js +1 -1
  2477. package/dist/esm/collection/settings/collection-description/configs/ui-v2.js +1 -1
  2478. package/dist/esm/collection/settings/collection-paginator/CollectionPaginator.js +2 -2
  2479. package/dist/esm/collection/settings/collection-paginator/configs/settings.js +1 -1
  2480. package/dist/esm/collection/settings/collection-paginator/configs/translate.js +1 -1
  2481. package/dist/esm/collection/settings/collection-paginator/configs/ui-v2.js +1 -1
  2482. package/dist/esm/collection/settings/collection-title/CollectionTitle.js +2 -2
  2483. package/dist/esm/collection/settings/collection-title/configs/settings.js +1 -1
  2484. package/dist/esm/collection/settings/collection-title/configs/ui-v2.js +1 -1
  2485. package/dist/esm/collection/settings/collection-toolbar/CollectionToolbar.js +2 -2
  2486. package/dist/esm/collection/settings/collection-toolbar/configs/settings.js +1 -1
  2487. package/dist/esm/collection/settings/collection-toolbar/configs/translate.js +1 -1
  2488. package/dist/esm/collection/settings/collection-toolbar/configs/ui-v2.js +1 -1
  2489. package/dist/esm/common/components/Loading.js +1 -1
  2490. package/dist/esm/common/components/NoDataState.js +1 -1
  2491. package/dist/esm/common/components/Tooltip.js +1 -1
  2492. package/dist/esm/common/components/TooltipHover.js +1 -1
  2493. package/dist/esm/common/const.js +1 -1
  2494. package/dist/esm/common/hooks/useInView.js +1 -1
  2495. package/dist/esm/constant.js +1 -1
  2496. package/dist/esm/countdown-timer/common/attrs.js +1 -1
  2497. package/dist/esm/countdown-timer/common/classes.js +1 -1
  2498. package/dist/esm/countdown-timer/common/helpers.js +1 -1
  2499. package/dist/esm/countdown-timer/common/styles.js +1 -1
  2500. package/dist/esm/countdown-timer/components/Countdown.js +1 -1
  2501. package/dist/esm/countdown-timer/components/Countdown.liquid.js +7 -7
  2502. package/dist/esm/countdown-timer/hooks/useCountDownTimer.js +1 -1
  2503. package/dist/esm/countdown-timer/hooks/useTimeLeft.js +1 -1
  2504. package/dist/esm/countdown-timer/index.js +1 -1
  2505. package/dist/esm/countdown-timer/next.js +1 -1
  2506. package/dist/esm/countdown-timer/settings/Countdown.js +2 -2
  2507. package/dist/esm/countdown-timer/settings/configs/setting.js +1 -1
  2508. package/dist/esm/countdown-timer/settings/configs/translate.js +1 -1
  2509. package/dist/esm/countdown-timer/settings/configs/ui-v2.js +1 -1
  2510. package/dist/esm/coupon/common/classes.js +1 -1
  2511. package/dist/esm/coupon/common/helpers.js +1 -1
  2512. package/dist/esm/coupon/common/styles.js +8 -8
  2513. package/dist/esm/coupon/components/Coupon.js +1 -1
  2514. package/dist/esm/coupon/components/Coupon.liquid.js +4 -4
  2515. package/dist/esm/coupon/hooks/useCoupon.js +1 -1
  2516. package/dist/esm/coupon/index.js +1 -1
  2517. package/dist/esm/coupon/next.js +1 -1
  2518. package/dist/esm/coupon/settings/Coupon.js +2 -2
  2519. package/dist/esm/coupon/settings/configs/presets.js +2 -2
  2520. package/dist/esm/coupon/settings/configs/settings.js +2 -2
  2521. package/dist/esm/coupon/settings/configs/translate.js +1 -1
  2522. package/dist/esm/coupon/settings/configs/ui-v2.js +1 -1
  2523. package/dist/esm/dialog/common/attrs.js +1 -1
  2524. package/dist/esm/dialog/common/classes.js +1 -1
  2525. package/dist/esm/dialog/common/helpers.js +1 -1
  2526. package/dist/esm/dialog/common/styles.js +1 -1
  2527. package/dist/esm/dialog/components/Dialog.js +2 -2
  2528. package/dist/esm/dialog/components/Dialog.liquid.js +5 -5
  2529. package/dist/esm/dialog/hooks/useDialog.js +1 -1
  2530. package/dist/esm/dialog/hooks/useScrollPercentage.js +1 -1
  2531. package/dist/esm/dialog/index.js +1 -1
  2532. package/dist/esm/dialog/next.js +1 -1
  2533. package/dist/esm/dialog/settings/Dialog.js +3 -3
  2534. package/dist/esm/dialog/settings/configs/settings.js +2 -2
  2535. package/dist/esm/dialog/settings/configs/translate.js +1 -1
  2536. package/dist/esm/dialog/settings/configs/ui-v2.js +1 -1
  2537. package/dist/esm/estimate-delivery/common/classes.js +1 -1
  2538. package/dist/esm/estimate-delivery/common/helpers.js +1 -1
  2539. package/dist/esm/estimate-delivery/common/styles.js +1 -1
  2540. package/dist/esm/estimate-delivery/components/EstimateDate.js +1 -1
  2541. package/dist/esm/estimate-delivery/components/EstimateDate.liquid.js +4 -4
  2542. package/dist/esm/estimate-delivery/index.js +1 -1
  2543. package/dist/esm/estimate-delivery/next.js +1 -1
  2544. package/dist/esm/estimate-delivery/settings/EstimateDate.js +2 -2
  2545. package/dist/esm/estimate-delivery/settings/configs/settings.js +1 -1
  2546. package/dist/esm/estimate-delivery/settings/configs/translate.js +1 -1
  2547. package/dist/esm/estimate-delivery/settings/configs/ui-v2.js +1 -1
  2548. package/dist/esm/form/common/helpers.js +1 -1
  2549. package/dist/esm/form/components/contact/Contact.js +1 -1
  2550. package/dist/esm/form/components/contact/Contact.liquid.js +3 -3
  2551. package/dist/esm/form/components/contact/common/classes.js +1 -1
  2552. package/dist/esm/form/components/contact/common/styles.js +1 -1
  2553. package/dist/esm/form/components/form-checkbox/FormCheckbox.js +1 -1
  2554. package/dist/esm/form/components/form-checkbox/FormCheckbox.liquid.js +8 -8
  2555. package/dist/esm/form/components/form-checkbox/common/classes.js +1 -1
  2556. package/dist/esm/form/components/form-checkbox/common/styles.js +1 -1
  2557. package/dist/esm/form/components/form-dropdown/FormDropdown.js +1 -1
  2558. package/dist/esm/form/components/form-dropdown/FormDropdown.liquid.js +12 -12
  2559. package/dist/esm/form/components/form-dropdown/common/classes.js +1 -1
  2560. package/dist/esm/form/components/form-dropdown/common/styles.js +1 -1
  2561. package/dist/esm/form/components/form-email/FormEmail.js +1 -1
  2562. package/dist/esm/form/components/form-email/FormEmail.liquid.js +5 -5
  2563. package/dist/esm/form/components/form-email/common/classes.js +1 -1
  2564. package/dist/esm/form/components/form-email/common/styles.js +1 -1
  2565. package/dist/esm/form/components/newsletter/Newsletter.js +1 -1
  2566. package/dist/esm/form/components/newsletter/Newsletter.liquid.js +6 -6
  2567. package/dist/esm/form/components/newsletter/common/attrs.js +1 -1
  2568. package/dist/esm/form/components/newsletter/common/classes.js +1 -1
  2569. package/dist/esm/form/components/newsletter/common/styles.js +2 -2
  2570. package/dist/esm/form/components/submit-button/SubmitButton.js +1 -1
  2571. package/dist/esm/form/components/submit-button/SubmitButton.liquid.js +3 -3
  2572. package/dist/esm/form/components/submit-button/common/helpers.js +1 -1
  2573. package/dist/esm/form/components/submit-button/common/styles.js +1 -1
  2574. package/dist/esm/form/components/textarea/TextArea.js +1 -1
  2575. package/dist/esm/form/components/textarea/TextArea.liquid.js +9 -9
  2576. package/dist/esm/form/components/textarea/common/classes.js +1 -1
  2577. package/dist/esm/form/components/textarea/common/styles.js +1 -1
  2578. package/dist/esm/form/components/textfield/TextField.js +1 -1
  2579. package/dist/esm/form/components/textfield/TextField.liquid.js +9 -9
  2580. package/dist/esm/form/components/textfield/common/classes.js +1 -1
  2581. package/dist/esm/form/components/textfield/common/styles.js +1 -1
  2582. package/dist/esm/form/components/textinput/TextInput.js +1 -1
  2583. package/dist/esm/form/components/textinput/TextInput.liquid.js +3 -3
  2584. package/dist/esm/form/components/textinput/common/classes.js +1 -1
  2585. package/dist/esm/form/components/textinput/common/styles.js +1 -1
  2586. package/dist/esm/form/hooks/useGetColorContent.js +1 -1
  2587. package/dist/esm/form/index.js +1 -1
  2588. package/dist/esm/form/next.js +1 -1
  2589. package/dist/esm/form/settings/contact/Contact.js +2 -2
  2590. package/dist/esm/form/settings/contact/configs/inits.js +1 -1
  2591. package/dist/esm/form/settings/contact/configs/settings.js +1 -1
  2592. package/dist/esm/form/settings/contact/configs/translate.js +1 -1
  2593. package/dist/esm/form/settings/contact/configs/ui-v2.js +1 -1
  2594. package/dist/esm/form/settings/form-checkbox/FormCheckbox.js +2 -2
  2595. package/dist/esm/form/settings/form-checkbox/configs/inits.js +1 -1
  2596. package/dist/esm/form/settings/form-checkbox/configs/settings.js +1 -1
  2597. package/dist/esm/form/settings/form-checkbox/configs/translate.js +1 -1
  2598. package/dist/esm/form/settings/form-checkbox/configs/ui-v2.js +1 -1
  2599. package/dist/esm/form/settings/form-dropdown/FormDropdown.js +2 -2
  2600. package/dist/esm/form/settings/form-dropdown/configs/inits.js +1 -1
  2601. package/dist/esm/form/settings/form-dropdown/configs/settings.js +1 -1
  2602. package/dist/esm/form/settings/form-dropdown/configs/translate.js +1 -1
  2603. package/dist/esm/form/settings/form-dropdown/configs/ui-v2.js +1 -1
  2604. package/dist/esm/form/settings/form-email/FormEmail.js +2 -2
  2605. package/dist/esm/form/settings/form-email/configs/inits.js +1 -1
  2606. package/dist/esm/form/settings/form-email/configs/settings.js +1 -1
  2607. package/dist/esm/form/settings/form-email/configs/translate.js +1 -1
  2608. package/dist/esm/form/settings/form-email/configs/ui-v2.js +1 -1
  2609. package/dist/esm/form/settings/form-textarea/Textarea.js +2 -2
  2610. package/dist/esm/form/settings/form-textarea/configs/settings.js +1 -1
  2611. package/dist/esm/form/settings/form-textarea/configs/translate.js +1 -1
  2612. package/dist/esm/form/settings/form-textarea/configs/ui-v2.js +1 -1
  2613. package/dist/esm/form/settings/newsletter/Newsletter.js +2 -2
  2614. package/dist/esm/form/settings/newsletter/configs/inits.js +1 -1
  2615. package/dist/esm/form/settings/newsletter/configs/settings.js +1 -1
  2616. package/dist/esm/form/settings/newsletter/configs/translate.js +1 -1
  2617. package/dist/esm/form/settings/newsletter/configs/ui-v2.js +1 -1
  2618. package/dist/esm/form/settings/submit-button/SubmitButton.js +2 -2
  2619. package/dist/esm/form/settings/submit-button/configs/inits.js +1 -1
  2620. package/dist/esm/form/settings/submit-button/configs/settings.js +2 -2
  2621. package/dist/esm/form/settings/submit-button/configs/translate.js +1 -1
  2622. package/dist/esm/form/settings/submit-button/configs/ui-v2.js +1 -1
  2623. package/dist/esm/form/settings/text-field/TextField.js +2 -2
  2624. package/dist/esm/form/settings/text-field/configs/settings.js +1 -1
  2625. package/dist/esm/form/settings/text-field/configs/translate.js +1 -1
  2626. package/dist/esm/form/settings/text-field/configs/ui-v2.js +1 -1
  2627. package/dist/esm/form/settings/text-input/TextInput.js +2 -2
  2628. package/dist/esm/form/settings/text-input/configs/settings.js +1 -1
  2629. package/dist/esm/form/settings/text-input/configs/translate.js +1 -1
  2630. package/dist/esm/form/settings/text-input/configs/ui-v2.js +1 -1
  2631. package/dist/esm/grid/components/ChildrenDroppable.js +3 -3
  2632. package/dist/esm/grid/components/col/Col.js +1 -1
  2633. package/dist/esm/grid/components/col/Col.liquid.js +2 -2
  2634. package/dist/esm/grid/components/col/common/attrs.js +1 -1
  2635. package/dist/esm/grid/components/col/common/classes.js +1 -1
  2636. package/dist/esm/grid/components/col/common/styles.js +1 -1
  2637. package/dist/esm/grid/components/root/Root.js +1 -1
  2638. package/dist/esm/grid/components/root/Root.liquid.js +1 -1
  2639. package/dist/esm/grid/components/row/Row.js +1 -1
  2640. package/dist/esm/grid/components/row/Row.liquid.js +13 -13
  2641. package/dist/esm/grid/components/row/common/attrs.js +1 -1
  2642. package/dist/esm/grid/components/row/common/classes.js +1 -1
  2643. package/dist/esm/grid/components/row/common/helpers.js +1 -1
  2644. package/dist/esm/grid/components/row/common/styles.js +1 -1
  2645. package/dist/esm/grid/components/section/Section.js +1 -1
  2646. package/dist/esm/grid/components/section/Section.liquid.js +1 -1
  2647. package/dist/esm/grid/hooks/useRowSetting.js +1 -1
  2648. package/dist/esm/grid/index.js +1 -1
  2649. package/dist/esm/grid/next.js +1 -1
  2650. package/dist/esm/grid/settings/Col.js +1 -1
  2651. package/dist/esm/grid/settings/Root.js +1 -1
  2652. package/dist/esm/grid/settings/Row.js +2 -2
  2653. package/dist/esm/grid/settings/Section.js +1 -1
  2654. package/dist/esm/grid/settings/configs/row/presets.js +2 -2
  2655. package/dist/esm/grid/settings/configs/row/settings.js +1 -1
  2656. package/dist/esm/grid/settings/configs/row/translate.js +1 -1
  2657. package/dist/esm/grid/settings/configs/row/ui-v2.js +1 -1
  2658. package/dist/esm/grid/settings/configs/section/settings.js +1 -1
  2659. package/dist/esm/grid/settings/configs/section/ui-v2.js +1 -1
  2660. package/dist/esm/header/components/Header.js +1 -1
  2661. package/dist/esm/header/components/SalePageHeaderWarning.js +1 -1
  2662. package/dist/esm/header/components/icons/ChevronLeft.js +1 -1
  2663. package/dist/esm/header/components/icons/Dismiss.js +1 -1
  2664. package/dist/esm/header/components/icons/MenuIcon.js +1 -1
  2665. package/dist/esm/header/components/kind/basic/DesktopMenu.js +1 -1
  2666. package/dist/esm/header/components/kind/basic/DesktopMenuItem.js +1 -1
  2667. package/dist/esm/header/components/kind/basic/MenuMobileItem.js +1 -1
  2668. package/dist/esm/header/components/kind/basic/MobileMenu.js +1 -1
  2669. package/dist/esm/header/components/kind/basic/index.js +1 -1
  2670. package/dist/esm/header/components/kind/modern/index.js +1 -1
  2671. package/dist/esm/header/hooks/useBodyOverlay.js +1 -1
  2672. package/dist/esm/header/index.js +1 -1
  2673. package/dist/esm/header/next.js +1 -1
  2674. package/dist/esm/header/settings/Header.js +2 -2
  2675. package/dist/esm/header/settings/configs/presets.js +2 -2
  2676. package/dist/esm/header/settings/configs/settings.js +2 -2
  2677. package/dist/esm/header/settings/configs/ui-v2.js +1 -1
  2678. package/dist/esm/heading/components/Heading.js +1 -1
  2679. package/dist/esm/heading/components/Heading.liquid.js +1 -1
  2680. package/dist/esm/heading/index.js +1 -1
  2681. package/dist/esm/heading/next.js +1 -1
  2682. package/dist/esm/heading/settings/Heading.js +2 -2
  2683. package/dist/esm/heading/settings/configs/presets.js +2 -2
  2684. package/dist/esm/heading/settings/configs/settings.js +1 -1
  2685. package/dist/esm/heading/settings/configs/translate.js +1 -1
  2686. package/dist/esm/heading/settings/configs/ui-v2.js +1 -1
  2687. package/dist/esm/helpers.js +1 -1
  2688. package/dist/esm/hero-banner/common/animation-manager.js +1 -1
  2689. package/dist/esm/hero-banner/common/attrs.js +1 -1
  2690. package/dist/esm/hero-banner/common/classes.js +1 -1
  2691. package/dist/esm/hero-banner/common/const.js +1 -1
  2692. package/dist/esm/hero-banner/common/helpers.js +1 -1
  2693. package/dist/esm/hero-banner/common/styles.js +1 -1
  2694. package/dist/esm/hero-banner/components/HeroBanner.js +1 -1
  2695. package/dist/esm/hero-banner/components/HeroBanner.liquid.js +4 -4
  2696. package/dist/esm/hero-banner/components/HeroBannerItem.js +1 -1
  2697. package/dist/esm/hero-banner/components/HeroBannerItem.liquid.js +10 -10
  2698. package/dist/esm/hero-banner/hooks/useHeroBanner.js +1 -1
  2699. package/dist/esm/hero-banner/hooks/useHeroBannerItem.js +1 -1
  2700. package/dist/esm/hero-banner/hooks/useIntersectionObserver.js +1 -1
  2701. package/dist/esm/hero-banner/hooks/useTranslateValue.js +1 -1
  2702. package/dist/esm/hero-banner/hooks/useWindowSize.js +1 -1
  2703. package/dist/esm/hero-banner/index.js +1 -1
  2704. package/dist/esm/hero-banner/next.js +1 -1
  2705. package/dist/esm/hero-banner/settings/HeroBanner.js +2 -2
  2706. package/dist/esm/hero-banner/settings/configs/presets/banner-1-col-pre-sales-page.js +2 -2
  2707. package/dist/esm/hero-banner/settings/configs/presets/banner-1-col.js +2 -2
  2708. package/dist/esm/hero-banner/settings/configs/presets/banner-content-left-pre-sales-page.js +2 -2
  2709. package/dist/esm/hero-banner/settings/configs/presets/banner-content-left.js +2 -2
  2710. package/dist/esm/hero-banner/settings/configs/presets/banner-content-right-pre-sales-page.js +2 -2
  2711. package/dist/esm/hero-banner/settings/configs/presets/banner-content-right.js +2 -2
  2712. package/dist/esm/hero-banner/settings/configs/presets/banner-parallax-pre-sales-page.js +2 -2
  2713. package/dist/esm/hero-banner/settings/configs/presets/banner-parallax.js +2 -2
  2714. package/dist/esm/hero-banner/settings/configs/presets/banner-video-pre-sales-page.js +2 -2
  2715. package/dist/esm/hero-banner/settings/configs/presets/banner-video.js +2 -2
  2716. package/dist/esm/hero-banner/settings/configs/settings.js +2 -2
  2717. package/dist/esm/hero-banner/settings/configs/translate.js +1 -1
  2718. package/dist/esm/hero-banner/settings/configs/ui-v2.js +1 -1
  2719. package/dist/esm/hooks/useGetProductId.js +1 -1
  2720. package/dist/esm/icon/common/attrs.js +1 -1
  2721. package/dist/esm/icon/common/classes.js +1 -1
  2722. package/dist/esm/icon/common/helpers.js +1 -1
  2723. package/dist/esm/icon/common/styles.js +1 -1
  2724. package/dist/esm/icon/components/Icon.js +1 -1
  2725. package/dist/esm/icon/components/Icon.liquid.js +4 -4
  2726. package/dist/esm/icon/index.js +1 -1
  2727. package/dist/esm/icon/next.js +1 -1
  2728. package/dist/esm/icon/settings/Icon.js +2 -2
  2729. package/dist/esm/icon/settings/configs/presets.js +2 -2
  2730. package/dist/esm/icon/settings/configs/settings.js +2 -2
  2731. package/dist/esm/icon/settings/configs/ui-v2.js +1 -1
  2732. package/dist/esm/icon-list/common/attrs.js +1 -1
  2733. package/dist/esm/icon-list/common/classes.js +1 -1
  2734. package/dist/esm/icon-list/common/styles.js +1 -1
  2735. package/dist/esm/icon-list/components/IconList.js +1 -1
  2736. package/dist/esm/icon-list/components/IconList.liquid.js +11 -11
  2737. package/dist/esm/icon-list/components/IconListItem.js +1 -1
  2738. package/dist/esm/icon-list/components/IconListItem.liquid.js +3 -3
  2739. package/dist/esm/icon-list/index.js +1 -1
  2740. package/dist/esm/icon-list/next.js +1 -1
  2741. package/dist/esm/icon-list/settings/IconList.js +2 -2
  2742. package/dist/esm/icon-list/settings/IconListItem.js +1 -1
  2743. package/dist/esm/icon-list/settings/configs/items.js +1 -1
  2744. package/dist/esm/icon-list/settings/configs/settings.js +1 -1
  2745. package/dist/esm/icon-list/settings/configs/translate.js +1 -1
  2746. package/dist/esm/icon-list/settings/configs/ui-v2.js +1 -1
  2747. package/dist/esm/icon-list-hoz/common/attrs.js +1 -1
  2748. package/dist/esm/icon-list-hoz/common/classes.js +1 -1
  2749. package/dist/esm/icon-list-hoz/common/styles.js +1 -1
  2750. package/dist/esm/icon-list-hoz/components/IconListHoz.js +1 -1
  2751. package/dist/esm/icon-list-hoz/components/IconListHoz.liquid.js +8 -8
  2752. package/dist/esm/icon-list-hoz/components/IconListHozItem.js +1 -1
  2753. package/dist/esm/icon-list-hoz/components/IconListIHozItem.liquid.js +3 -3
  2754. package/dist/esm/icon-list-hoz/index.js +1 -1
  2755. package/dist/esm/icon-list-hoz/next.js +1 -1
  2756. package/dist/esm/icon-list-hoz/settings/IconListHoz.js +2 -2
  2757. package/dist/esm/icon-list-hoz/settings/IconListItem.js +1 -1
  2758. package/dist/esm/icon-list-hoz/settings/ItemTemplate.js +1 -1
  2759. package/dist/esm/icon-list-hoz/settings/configs/presets.js +2 -2
  2760. package/dist/esm/icon-list-hoz/settings/configs/settings.js +1 -1
  2761. package/dist/esm/icon-list-hoz/settings/configs/uiV2.js +1 -1
  2762. package/dist/esm/icon-list-v2/common/classes.js +1 -1
  2763. package/dist/esm/icon-list-v2/common/helpers.js +1 -1
  2764. package/dist/esm/icon-list-v2/common/styles.js +1 -1
  2765. package/dist/esm/icon-list-v2/components/IconList.js +1 -1
  2766. package/dist/esm/icon-list-v2/components/IconList.liquid.js +11 -11
  2767. package/dist/esm/icon-list-v2/hooks/useIconLineHeight.js +1 -1
  2768. package/dist/esm/icon-list-v2/index.js +1 -1
  2769. package/dist/esm/icon-list-v2/next.js +1 -1
  2770. package/dist/esm/icon-list-v2/settings/IconList.js +2 -2
  2771. package/dist/esm/icon-list-v2/settings/configs/items.js +1 -1
  2772. package/dist/esm/icon-list-v2/settings/configs/settings.js +1 -1
  2773. package/dist/esm/icon-list-v2/settings/configs/translate.js +1 -1
  2774. package/dist/esm/icon-list-v2/settings/configs/ui-v2.js +1 -1
  2775. package/dist/esm/image/common/attrs.js +1 -1
  2776. package/dist/esm/image/common/classes.js +1 -1
  2777. package/dist/esm/image/common/helpers.js +2 -2
  2778. package/dist/esm/image/common/styles.js +1 -1
  2779. package/dist/esm/image/components/AdaptiveImage.js +1 -1
  2780. package/dist/esm/image/components/AdaptiveImage.liquid.js +11 -11
  2781. package/dist/esm/image/components/Image.js +1 -1
  2782. package/dist/esm/image/components/Image.liquid.js +3 -3
  2783. package/dist/esm/image/components/Modal3d.liquid.js +5 -5
  2784. package/dist/esm/image/components/NextImage.js +1 -1
  2785. package/dist/esm/image/components/NextImage.liquid.js +5 -5
  2786. package/dist/esm/image/components/Video.liquid.js +5 -5
  2787. package/dist/esm/image/constants.js +1 -1
  2788. package/dist/esm/image/index.js +1 -1
  2789. package/dist/esm/image/next.js +1 -1
  2790. package/dist/esm/image/settings/Image.js +2 -2
  2791. package/dist/esm/image/settings/configs/presets.js +2 -2
  2792. package/dist/esm/image/settings/configs/settings.js +1 -1
  2793. package/dist/esm/image/settings/configs/translate.js +1 -1
  2794. package/dist/esm/image/settings/configs/ui-v2.js +1 -1
  2795. package/dist/esm/image-comparison/common/attrs.js +1 -1
  2796. package/dist/esm/image-comparison/common/classes.js +1 -1
  2797. package/dist/esm/image-comparison/common/helpers.js +1 -1
  2798. package/dist/esm/image-comparison/common/styles.js +8 -8
  2799. package/dist/esm/image-comparison/components/CompareImage.js +1 -1
  2800. package/dist/esm/image-comparison/components/CompareImage.liquid.js +11 -11
  2801. package/dist/esm/image-comparison/components/ImageComparison.js +1 -1
  2802. package/dist/esm/image-comparison/components/ImageComparison.liquid.js +3 -3
  2803. package/dist/esm/image-comparison/components/Label.js +1 -1
  2804. package/dist/esm/image-comparison/components/Label.liquid.js +3 -3
  2805. package/dist/esm/image-comparison/components/SlideHandle.js +1 -1
  2806. package/dist/esm/image-comparison/components/SlideHandle.liquid.js +5 -5
  2807. package/dist/esm/image-comparison/hooks/useCompareImage.js +1 -1
  2808. package/dist/esm/image-comparison/index.js +1 -1
  2809. package/dist/esm/image-comparison/next.js +1 -1
  2810. package/dist/esm/image-comparison/settings/ImageComparison.js +2 -2
  2811. package/dist/esm/image-comparison/settings/configs/settings.js +1 -1
  2812. package/dist/esm/image-comparison/settings/configs/translate.js +1 -1
  2813. package/dist/esm/image-comparison/settings/configs/ui-v2.js +1 -1
  2814. package/dist/esm/image-detection/components/ImageDetection.js +1 -1
  2815. package/dist/esm/image-detection/index.js +1 -1
  2816. package/dist/esm/image-detection/next.js +1 -1
  2817. package/dist/esm/image-detection/settings/ImageDetection.js +2 -2
  2818. package/dist/esm/image-detection/settings/configs/settings.js +1 -1
  2819. package/dist/esm/index.js +1 -1
  2820. package/dist/esm/input/components/Input.js +1 -1
  2821. package/dist/esm/input/index.js +1 -1
  2822. package/dist/esm/input/next.js +1 -1
  2823. package/dist/esm/input/settings/Input.js +2 -2
  2824. package/dist/esm/input/settings/configs/settings.js +1 -1
  2825. package/dist/esm/line/common/classes.js +1 -1
  2826. package/dist/esm/line/common/helpers.js +1 -1
  2827. package/dist/esm/line/common/styles.js +1 -1
  2828. package/dist/esm/line/components/Divider.js +1 -1
  2829. package/dist/esm/line/components/Divider.liquid.js +1 -1
  2830. package/dist/esm/line/components/Line.js +1 -1
  2831. package/dist/esm/line/components/Line.liquid.js +7 -7
  2832. package/dist/esm/line/index.js +1 -1
  2833. package/dist/esm/line/next.js +1 -1
  2834. package/dist/esm/line/settings/Line.js +2 -2
  2835. package/dist/esm/line/settings/configs/presets.js +2 -2
  2836. package/dist/esm/line/settings/configs/settings.js +1 -1
  2837. package/dist/esm/line/settings/configs/ui-v2.js +1 -1
  2838. package/dist/esm/link/common/helpers.js +1 -1
  2839. package/dist/esm/link/components/CustomLink.js +1 -1
  2840. package/dist/esm/link/components/Link.js +1 -1
  2841. package/dist/esm/link/components/ProductLink.js +1 -1
  2842. package/dist/esm/link/components/next-link/CustomLink.js +1 -1
  2843. package/dist/esm/link/components/next-link/ProductLink.js +1 -1
  2844. package/dist/esm/link/components/next-link/index.js +1 -1
  2845. package/dist/esm/link/index.js +1 -1
  2846. package/dist/esm/link/next.js +1 -1
  2847. package/dist/esm/link/settings/Link.js +1 -1
  2848. package/dist/esm/link/settings/configs/settings.js +1 -1
  2849. package/dist/esm/marquee/common/classes.js +1 -1
  2850. package/dist/esm/marquee/common/helpers.js +1 -1
  2851. package/dist/esm/marquee/common/styles.js +1 -1
  2852. package/dist/esm/marquee/components/Marquee.js +1 -1
  2853. package/dist/esm/marquee/components/Marquee.liquid.js +16 -16
  2854. package/dist/esm/marquee/components/MarqueeBase.js +1 -1
  2855. package/dist/esm/marquee/components/MarqueeBase.liquid.js +7 -7
  2856. package/dist/esm/marquee/components/MarqueeItem.js +1 -1
  2857. package/dist/esm/marquee/components/MarqueeItem.liquid.js +3 -3
  2858. package/dist/esm/marquee/hooks/useMarquee.js +1 -1
  2859. package/dist/esm/marquee/hooks/useMarqueeBase.js +1 -1
  2860. package/dist/esm/marquee/hooks/useMarqueeItem.js +1 -1
  2861. package/dist/esm/marquee/hooks/useMarqueeScrollToItem.js +1 -1
  2862. package/dist/esm/marquee/hooks/useMarqueeStyles.js +1 -1
  2863. package/dist/esm/marquee/hooks/useTransition.js +1 -1
  2864. package/dist/esm/marquee/index.js +1 -1
  2865. package/dist/esm/marquee/next.js +1 -1
  2866. package/dist/esm/marquee/settings/Marquee.js +2 -2
  2867. package/dist/esm/marquee/settings/MarqueeItem.js +1 -1
  2868. package/dist/esm/marquee/settings/configs/child-image-template.js +1 -1
  2869. package/dist/esm/marquee/settings/configs/child-template.js +1 -1
  2870. package/dist/esm/marquee/settings/configs/child-text-template.js +1 -1
  2871. package/dist/esm/marquee/settings/configs/presets.js +2 -2
  2872. package/dist/esm/marquee/settings/configs/settings-v2.js +2 -2
  2873. package/dist/esm/marquee/settings/configs/ui-v2.js +1 -1
  2874. package/dist/esm/menu/components/DropdownMenu.js +1 -1
  2875. package/dist/esm/menu/components/MegaMenu.js +1 -1
  2876. package/dist/esm/menu/components/Menu.js +1 -1
  2877. package/dist/esm/menu/components/NavigationMenu.js +1 -1
  2878. package/dist/esm/menu/components/SubMegaMenu.js +1 -1
  2879. package/dist/esm/menu/components/SubNavigationMenu.js +1 -1
  2880. package/dist/esm/menu/index.js +1 -1
  2881. package/dist/esm/menu/next.js +1 -1
  2882. package/dist/esm/menu/settings/Menu.js +1 -1
  2883. package/dist/esm/menu/settings/configs/settings.js +1 -1
  2884. package/dist/esm/modal/common/helpers.js +1 -1
  2885. package/dist/esm/modal/components/Modal.js +1 -1
  2886. package/dist/esm/modal/components/ZoomButton.js +1 -1
  2887. package/dist/esm/modal/components/confirm.js +1 -1
  2888. package/dist/esm/modal/hooks/useModalContainer.js +1 -1
  2889. package/dist/esm/modal/index.js +1 -1
  2890. package/dist/esm/modal/next.js +1 -1
  2891. package/dist/esm/modal/settings/Modal.js +1 -1
  2892. package/dist/esm/modal/settings/configs/settings.js +1 -1
  2893. package/dist/esm/next.js +1 -1
  2894. package/dist/esm/notification/components/Notice.js +1 -1
  2895. package/dist/esm/notification/components/Notifications.js +1 -1
  2896. package/dist/esm/notification/components/icons/CloseIcon.js +1 -1
  2897. package/dist/esm/notification/hooks/useNotification.js +1 -1
  2898. package/dist/esm/pagination/components/Pagination.js +1 -1
  2899. package/dist/esm/pagination/index.js +1 -1
  2900. package/dist/esm/pagination/next.js +1 -1
  2901. package/dist/esm/pagination/settings/Pagination.js +1 -1
  2902. package/dist/esm/pagination/settings/configs/settings.js +1 -1
  2903. package/dist/esm/post-purchase/advanced-list/common/attrs.js +1 -1
  2904. package/dist/esm/post-purchase/advanced-list/common/classes.js +1 -1
  2905. package/dist/esm/post-purchase/advanced-list/common/styles.js +1 -1
  2906. package/dist/esm/post-purchase/advanced-list/components/AdvancedListPostPurchase.js +1 -1
  2907. package/dist/esm/post-purchase/advanced-list/components/PostPurchaseAdvancedListItem.js +1 -1
  2908. package/dist/esm/post-purchase/advanced-list/index.js +1 -1
  2909. package/dist/esm/post-purchase/advanced-list/next.js +1 -1
  2910. package/dist/esm/post-purchase/advanced-list/settings/AdvancedListPostPurchase.js +2 -2
  2911. package/dist/esm/post-purchase/advanced-list/settings/PostPurchaseAdvancedListItem.js +1 -1
  2912. package/dist/esm/post-purchase/advanced-list/settings/configs/presets.js +2 -2
  2913. package/dist/esm/post-purchase/advanced-list/settings/configs/settings.js +1 -1
  2914. package/dist/esm/post-purchase/advanced-list/settings/configs/templates.js +1 -1
  2915. package/dist/esm/post-purchase/advanced-list/settings/configs/ui-v2.js +1 -1
  2916. package/dist/esm/post-purchase/advanced-list/types.js +1 -1
  2917. package/dist/esm/post-purchase/button/common/classes.js +1 -1
  2918. package/dist/esm/post-purchase/button/common/styles.js +1 -1
  2919. package/dist/esm/post-purchase/button/components/Button.js +1 -1
  2920. package/dist/esm/post-purchase/button/index.js +1 -1
  2921. package/dist/esm/post-purchase/button/next.js +1 -1
  2922. package/dist/esm/post-purchase/button/settings/Button.js +2 -2
  2923. package/dist/esm/post-purchase/button/settings/configs/presets.js +2 -2
  2924. package/dist/esm/post-purchase/button/settings/configs/settings.js +1 -1
  2925. package/dist/esm/post-purchase/button/settings/configs/ui-v2.js +1 -1
  2926. package/dist/esm/post-purchase/buyer-consent/common/classes.js +1 -1
  2927. package/dist/esm/post-purchase/buyer-consent/common/constants.js +1 -1
  2928. package/dist/esm/post-purchase/buyer-consent/common/helpers.js +1 -1
  2929. package/dist/esm/post-purchase/buyer-consent/common/styles.js +1 -1
  2930. package/dist/esm/post-purchase/buyer-consent/components/BuyerConsent.js +1 -1
  2931. package/dist/esm/post-purchase/buyer-consent/components/PostPurchaseCheckbox.js +1 -1
  2932. package/dist/esm/post-purchase/buyer-consent/hooks/useBuyerConsentChecked.js +1 -1
  2933. package/dist/esm/post-purchase/buyer-consent/hooks/useBuyerConsentVisibility.js +1 -1
  2934. package/dist/esm/post-purchase/buyer-consent/index.js +1 -1
  2935. package/dist/esm/post-purchase/buyer-consent/next.js +1 -1
  2936. package/dist/esm/post-purchase/buyer-consent/settings/BuyerConsent.js +2 -2
  2937. package/dist/esm/post-purchase/buyer-consent/settings/configs/presets.js +2 -2
  2938. package/dist/esm/post-purchase/buyer-consent/settings/configs/settings.js +1 -1
  2939. package/dist/esm/post-purchase/buyer-consent/settings/configs/ui-v2.js +1 -1
  2940. package/dist/esm/post-purchase/callout-banner/common/classes.js +1 -1
  2941. package/dist/esm/post-purchase/callout-banner/common/styles.js +1 -1
  2942. package/dist/esm/post-purchase/callout-banner/components/CalloutBox.js +1 -1
  2943. package/dist/esm/post-purchase/callout-banner/components/CalloutText.js +1 -1
  2944. package/dist/esm/post-purchase/callout-banner/index.js +1 -1
  2945. package/dist/esm/post-purchase/callout-banner/next.js +1 -1
  2946. package/dist/esm/post-purchase/callout-banner/settings/CalloutBox.js +1 -1
  2947. package/dist/esm/post-purchase/callout-banner/settings/CalloutText.js +1 -1
  2948. package/dist/esm/post-purchase/callout-banner/settings/config/callout-box/preset.js +2 -2
  2949. package/dist/esm/post-purchase/callout-banner/settings/config/callout-box/setting.js +2 -2
  2950. package/dist/esm/post-purchase/callout-banner/settings/config/callout-box/ui-v2.js +1 -1
  2951. package/dist/esm/post-purchase/callout-banner/settings/config/callout-text/preset.js +2 -2
  2952. package/dist/esm/post-purchase/callout-banner/settings/config/callout-text/setting.js +1 -1
  2953. package/dist/esm/post-purchase/callout-banner/settings/config/callout-text/ui-v1.js +1 -1
  2954. package/dist/esm/post-purchase/callout-banner/settings/config/callout-text/ui-v2.js +1 -1
  2955. package/dist/esm/post-purchase/common/constants.js +1 -1
  2956. package/dist/esm/post-purchase/common/helper.js +1 -1
  2957. package/dist/esm/post-purchase/countdown-timer/common/classes.js +1 -1
  2958. package/dist/esm/post-purchase/countdown-timer/common/styles.js +1 -1
  2959. package/dist/esm/post-purchase/countdown-timer/components/PostPurchaseCountdownTimer.js +1 -1
  2960. package/dist/esm/post-purchase/countdown-timer/components/TextCountdown.js +1 -1
  2961. package/dist/esm/post-purchase/countdown-timer/hooks/useCountdownTimer.js +1 -1
  2962. package/dist/esm/post-purchase/countdown-timer/hooks/useGetTimeExpired.js +1 -1
  2963. package/dist/esm/post-purchase/countdown-timer/index.js +1 -1
  2964. package/dist/esm/post-purchase/countdown-timer/next.js +1 -1
  2965. package/dist/esm/post-purchase/countdown-timer/settings/CountdownTimer.js +2 -2
  2966. package/dist/esm/post-purchase/countdown-timer/settings/config/preset.js +2 -2
  2967. package/dist/esm/post-purchase/countdown-timer/settings/config/setting.js +1 -1
  2968. package/dist/esm/post-purchase/countdown-timer/settings/config/ui-v2.js +1 -1
  2969. package/dist/esm/post-purchase/image/common/classes.js +1 -1
  2970. package/dist/esm/post-purchase/image/common/helpers.js +1 -1
  2971. package/dist/esm/post-purchase/image/common/styles.js +1 -1
  2972. package/dist/esm/post-purchase/image/components/AdaptiveImage.js +1 -1
  2973. package/dist/esm/post-purchase/image/components/Image.js +1 -1
  2974. package/dist/esm/post-purchase/image/components/Img.js +1 -1
  2975. package/dist/esm/post-purchase/image/index.js +1 -1
  2976. package/dist/esm/post-purchase/image/next.js +1 -1
  2977. package/dist/esm/post-purchase/image/settings/Image.js +2 -2
  2978. package/dist/esm/post-purchase/image/settings/configs/setting-v2.js +1 -1
  2979. package/dist/esm/post-purchase/image/settings/configs/ui-v2.js +1 -1
  2980. package/dist/esm/post-purchase/line/common/classes.js +1 -1
  2981. package/dist/esm/post-purchase/line/common/styles.js +1 -1
  2982. package/dist/esm/post-purchase/line/components/PostPurchaseLine.js +1 -1
  2983. package/dist/esm/post-purchase/line/index.js +1 -1
  2984. package/dist/esm/post-purchase/line/next.js +1 -1
  2985. package/dist/esm/post-purchase/line/settings/PostPurchaseLine.js +2 -2
  2986. package/dist/esm/post-purchase/line/settings/configs/presets.js +2 -2
  2987. package/dist/esm/post-purchase/line/settings/configs/settings.js +1 -1
  2988. package/dist/esm/post-purchase/line/settings/configs/ui-v2.js +1 -1
  2989. package/dist/esm/post-purchase/line/types.js +1 -1
  2990. package/dist/esm/post-purchase/link/common/classes.js +1 -1
  2991. package/dist/esm/post-purchase/link/common/helpers.js +1 -1
  2992. package/dist/esm/post-purchase/link/common/styles.js +1 -1
  2993. package/dist/esm/post-purchase/link/components/PostPurchaseLink.js +1 -1
  2994. package/dist/esm/post-purchase/link/index.js +1 -1
  2995. package/dist/esm/post-purchase/link/next.js +1 -1
  2996. package/dist/esm/post-purchase/link/settings/PostPurchaseLink.js +2 -2
  2997. package/dist/esm/post-purchase/link/settings/configs/presets.js +2 -2
  2998. package/dist/esm/post-purchase/link/settings/configs/settings.js +1 -1
  2999. package/dist/esm/post-purchase/link/settings/configs/ui-v2.js +1 -1
  3000. package/dist/esm/post-purchase/product/common/attrs.js +1 -1
  3001. package/dist/esm/post-purchase/product/common/classes.js +1 -1
  3002. package/dist/esm/post-purchase/product/common/helpers.js +1 -1
  3003. package/dist/esm/post-purchase/product/common/styles.js +1 -1
  3004. package/dist/esm/post-purchase/product/components/AcceptButton.js +1 -1
  3005. package/dist/esm/post-purchase/product/components/ProductDescription.js +1 -1
  3006. package/dist/esm/post-purchase/product/components/ProductDiscountTag.js +1 -1
  3007. package/dist/esm/post-purchase/product/components/ProductPrice.js +1 -1
  3008. package/dist/esm/post-purchase/product/components/ProductPriceBreakdown.js +1 -1
  3009. package/dist/esm/post-purchase/product/components/ProductQuantity.js +1 -1
  3010. package/dist/esm/post-purchase/product/components/ProductTitle.js +1 -1
  3011. package/dist/esm/post-purchase/product/components/price-breakdown/MoneyLine.js +1 -1
  3012. package/dist/esm/post-purchase/product/components/product-image/FeatureImage.js +1 -1
  3013. package/dist/esm/post-purchase/product/components/product-image/ImageListCarousel.js +1 -1
  3014. package/dist/esm/post-purchase/product/components/product-image/ImageListGrid.js +1 -1
  3015. package/dist/esm/post-purchase/product/components/product-image/ItemCarouselPostPurchase.js +1 -1
  3016. package/dist/esm/post-purchase/product/components/product-image/ItemGridPostPurchase.js +1 -1
  3017. package/dist/esm/post-purchase/product/components/product-image/carousel-post-purchase/Arrow.js +1 -1
  3018. package/dist/esm/post-purchase/product/components/product-image/carousel-post-purchase/CarouselPostPurchase.js +1 -1
  3019. package/dist/esm/post-purchase/product/components/product-image/carousel-post-purchase/CarouselPostPurchaseContext.js +1 -1
  3020. package/dist/esm/post-purchase/product/components/product-image/carousel-post-purchase/CarouselWrapperPostPurchase.js +1 -1
  3021. package/dist/esm/post-purchase/product/components/product-image/index.js +1 -1
  3022. package/dist/esm/post-purchase/product/components/product-image/layouts/FeatureImageWithGalleryImage.js +1 -1
  3023. package/dist/esm/post-purchase/product/components/product-image/layouts/OnlyGalleryImage.js +1 -1
  3024. package/dist/esm/post-purchase/product/components/product-offer/common/attrs.js +1 -1
  3025. package/dist/esm/post-purchase/product/components/product-offer/common/classes.js +1 -1
  3026. package/dist/esm/post-purchase/product/components/product-offer/common/styles.js +1 -1
  3027. package/dist/esm/post-purchase/product/components/product-offer/components/ProductOffer.js +1 -1
  3028. package/dist/esm/post-purchase/product/components/product-offer/components/ProductOfferItem.js +1 -1
  3029. package/dist/esm/post-purchase/product/components/product-offer/hooks/useProductOfferData.js +1 -1
  3030. package/dist/esm/post-purchase/product/components/product-subscription/ProductSubscription.js +1 -1
  3031. package/dist/esm/post-purchase/product/components/product-subscription/common/attrs.js +1 -1
  3032. package/dist/esm/post-purchase/product/components/product-subscription/common/classes.js +1 -1
  3033. package/dist/esm/post-purchase/product/components/product-subscription/common/extractSellingPlanSettings.js +1 -1
  3034. package/dist/esm/post-purchase/product/components/product-subscription/common/styles.js +1 -1
  3035. package/dist/esm/post-purchase/product/components/product-subscription/components/OneTimePurchaseTooltip.js +1 -1
  3036. package/dist/esm/post-purchase/product/components/product-subscription/components/SellingPlanDropdown.js +1 -1
  3037. package/dist/esm/post-purchase/product/components/product-subscription/components/SellingPlanLabel.js +1 -1
  3038. package/dist/esm/post-purchase/product/components/product-subscription/components/SellingPlanRadio.js +1 -1
  3039. package/dist/esm/post-purchase/product/components/product-subscription/components/SubscriptionDetail.js +1 -1
  3040. package/dist/esm/post-purchase/product/components/product-subscription/components/SubscriptionRadio.js +1 -1
  3041. package/dist/esm/post-purchase/product/components/product-subscription/helpers/calculateBestSellingPlan.js +1 -1
  3042. package/dist/esm/post-purchase/product/components/product-subscription/helpers/findDefaultValue.js +1 -1
  3043. package/dist/esm/post-purchase/product/components/product-subscription/helpers/findMatchedGroup.js +1 -1
  3044. package/dist/esm/post-purchase/product/components/product-subscription/helpers/findVariantByOptions.js +1 -1
  3045. package/dist/esm/post-purchase/product/components/product-subscription/hooks/useSellingPlanChange.js +1 -1
  3046. package/dist/esm/post-purchase/product/components/product-subscription/hooks/useSellingPlanOptions.js +1 -1
  3047. package/dist/esm/post-purchase/product/components/product-subscription/hooks/useSellingSubscription.js +1 -1
  3048. package/dist/esm/post-purchase/product/components/product-subscription/hooks/useSubscriptionVisibility.js +1 -1
  3049. package/dist/esm/post-purchase/product/components/product-subscription/types.js +1 -1
  3050. package/dist/esm/post-purchase/product/components/product-variant/common/classes.js +1 -1
  3051. package/dist/esm/post-purchase/product/components/product-variant/common/helpers.js +1 -1
  3052. package/dist/esm/post-purchase/product/components/product-variant/common/styles.js +1 -1
  3053. package/dist/esm/post-purchase/product/components/product-variant/components/ProductOption.js +1 -1
  3054. package/dist/esm/post-purchase/product/components/product-variant/components/ProductVariant.js +1 -1
  3055. package/dist/esm/post-purchase/product/components/product-variant/components/variants/Dropdown.js +1 -1
  3056. package/dist/esm/post-purchase/product/components/product-variant/components/variants/DropdownOption.js +1 -1
  3057. package/dist/esm/post-purchase/product/components/product-variant/components/variants/RectangleList.js +1 -1
  3058. package/dist/esm/post-purchase/product/components/product-variant/components/variants/VariantGroup.js +1 -1
  3059. package/dist/esm/post-purchase/product/components/product-variant/components/variants/VariantItem.js +1 -1
  3060. package/dist/esm/post-purchase/product/components/product-variant/components/variants/VariantOption.js +1 -1
  3061. package/dist/esm/post-purchase/product/components/product-variant/hooks/useTransition.js +1 -1
  3062. package/dist/esm/post-purchase/product/constants/ProductOfferPlaceholder.js +1 -1
  3063. package/dist/esm/post-purchase/product/constants/index.js +1 -1
  3064. package/dist/esm/post-purchase/product/helpers/index.js +1 -1
  3065. package/dist/esm/post-purchase/product/helpers/product-price-breakdown/getClasses.js +1 -1
  3066. package/dist/esm/post-purchase/product/helpers/product-price-breakdown/getPrice.js +1 -1
  3067. package/dist/esm/post-purchase/product/helpers/product-price-breakdown/getStyles.js +1 -1
  3068. package/dist/esm/post-purchase/product/helpers/product-quantity/getClasses.js +1 -1
  3069. package/dist/esm/post-purchase/product/helpers/product-quantity/getStyles.js +1 -1
  3070. package/dist/esm/post-purchase/product/hooks/useCarousel.js +1 -1
  3071. package/dist/esm/post-purchase/product/hooks/useDynamicProduct.js +1 -1
  3072. package/dist/esm/post-purchase/product/hooks/useFeatureImagePostPurchase.js +1 -1
  3073. package/dist/esm/post-purchase/product/hooks/useGetItemGapPriceBreakdown.js +1 -1
  3074. package/dist/esm/post-purchase/product/hooks/useGetMoneyLines.js +1 -1
  3075. package/dist/esm/post-purchase/product/hooks/useGetTextSetting.js +1 -1
  3076. package/dist/esm/post-purchase/product/hooks/useHandleQuantity.js +1 -1
  3077. package/dist/esm/post-purchase/product/hooks/useListCarousel.js +1 -1
  3078. package/dist/esm/post-purchase/product/hooks/useNavigationCarouselPostPurchase.js +1 -1
  3079. package/dist/esm/post-purchase/product/hooks/useProductImagePostPurchase.js +1 -1
  3080. package/dist/esm/post-purchase/product/hooks/useProductPriceBreakdown.js +1 -1
  3081. package/dist/esm/post-purchase/product/hooks/useRecurringSubtotal.js +1 -1
  3082. package/dist/esm/post-purchase/product/hooks/useSetCollapsePrice.js +1 -1
  3083. package/dist/esm/post-purchase/product/hooks/useSlideCarousel.js +1 -1
  3084. package/dist/esm/post-purchase/product/hooks/useSubscriptionConsentCheck.js +1 -1
  3085. package/dist/esm/post-purchase/product/hooks/useSubscriptionSellingType.js +1 -1
  3086. package/dist/esm/post-purchase/product/index.js +1 -1
  3087. package/dist/esm/post-purchase/product/next.js +1 -1
  3088. package/dist/esm/post-purchase/product/settings/accept-button/configs/presets.js +2 -2
  3089. package/dist/esm/post-purchase/product/settings/accept-button/configs/settings.js +1 -1
  3090. package/dist/esm/post-purchase/product/settings/accept-button/configs/ui-v2.js +1 -1
  3091. package/dist/esm/post-purchase/product/settings/accept-button/index.js +2 -2
  3092. package/dist/esm/post-purchase/product/settings/presets-config/product-presets/product-1-col.js +2 -2
  3093. package/dist/esm/post-purchase/product/settings/presets-config/product-presets/product-2-col.js +2 -2
  3094. package/dist/esm/post-purchase/product/settings/presets-config/product-presets/product-default.js +2 -2
  3095. package/dist/esm/post-purchase/product/settings/presets-config/product-presets/product-offer-1-col.js +2 -2
  3096. package/dist/esm/post-purchase/product/settings/presets-config/product-presets/product-offer-2-col.js +2 -2
  3097. package/dist/esm/post-purchase/product/settings/presets-config/product-presets/product-offer-default.js +2 -2
  3098. package/dist/esm/post-purchase/product/settings/product-description/ProductDescription.js +2 -2
  3099. package/dist/esm/post-purchase/product/settings/product-description/configs/settings-v2.js +1 -1
  3100. package/dist/esm/post-purchase/product/settings/product-description/configs/ui-v2.js +1 -1
  3101. package/dist/esm/post-purchase/product/settings/product-discount-tag/ProductDiscountTag.js +2 -2
  3102. package/dist/esm/post-purchase/product/settings/product-discount-tag/configs/setting-v2.js +1 -1
  3103. package/dist/esm/post-purchase/product/settings/product-discount-tag/configs/ui-v2.js +1 -1
  3104. package/dist/esm/post-purchase/product/settings/product-image/ProductImages.js +2 -2
  3105. package/dist/esm/post-purchase/product/settings/product-image/configs/settings-v2.js +1 -1
  3106. package/dist/esm/post-purchase/product/settings/product-image/configs/ui-v2.js +1 -1
  3107. package/dist/esm/post-purchase/product/settings/product-offer/configs/settings-v2.js +2 -2
  3108. package/dist/esm/post-purchase/product/settings/product-offer/configs/ui-v2.js +1 -1
  3109. package/dist/esm/post-purchase/product/settings/product-offer/index.js +2 -2
  3110. package/dist/esm/post-purchase/product/settings/product-price/ProductPrice.js +2 -2
  3111. package/dist/esm/post-purchase/product/settings/product-price/configs/settings-v2.js +1 -1
  3112. package/dist/esm/post-purchase/product/settings/product-price/configs/ui-v2.js +1 -1
  3113. package/dist/esm/post-purchase/product/settings/product-price-breakdown/configs/presets.js +2 -2
  3114. package/dist/esm/post-purchase/product/settings/product-price-breakdown/configs/settings.js +1 -1
  3115. package/dist/esm/post-purchase/product/settings/product-price-breakdown/configs/ui-v2.js +1 -1
  3116. package/dist/esm/post-purchase/product/settings/product-price-breakdown/index.js +2 -2
  3117. package/dist/esm/post-purchase/product/settings/product-quantity/configs/presets.js +2 -2
  3118. package/dist/esm/post-purchase/product/settings/product-quantity/configs/settings.js +1 -1
  3119. package/dist/esm/post-purchase/product/settings/product-quantity/configs/ui-v2.js +1 -1
  3120. package/dist/esm/post-purchase/product/settings/product-quantity/index.js +2 -2
  3121. package/dist/esm/post-purchase/product/settings/product-subscription/configs/presets.js +2 -2
  3122. package/dist/esm/post-purchase/product/settings/product-subscription/configs/settings.js +1 -1
  3123. package/dist/esm/post-purchase/product/settings/product-subscription/configs/ui-v2.js +1 -1
  3124. package/dist/esm/post-purchase/product/settings/product-subscription/index.js +2 -2
  3125. package/dist/esm/post-purchase/product/settings/product-title/ProductTitle.js +2 -2
  3126. package/dist/esm/post-purchase/product/settings/product-title/configs/settings-v2.js +1 -1
  3127. package/dist/esm/post-purchase/product/settings/product-title/configs/ui-v2.js +1 -1
  3128. package/dist/esm/post-purchase/product/settings/product-variants/ProductVariant.js +2 -2
  3129. package/dist/esm/post-purchase/product/settings/product-variants/configs/settings-v1.js +2 -2
  3130. package/dist/esm/post-purchase/product/settings/product-variants/configs/settings-v2.js +2 -2
  3131. package/dist/esm/post-purchase/product/settings/product-variants/configs/ui-v2.js +1 -1
  3132. package/dist/esm/post-purchase/text/common/attrs.js +1 -1
  3133. package/dist/esm/post-purchase/text/common/classes.js +1 -1
  3134. package/dist/esm/post-purchase/text/common/helpers.js +1 -1
  3135. package/dist/esm/post-purchase/text/common/styles.js +1 -1
  3136. package/dist/esm/post-purchase/text/components/Text.js +2 -2
  3137. package/dist/esm/post-purchase/text/index.js +1 -1
  3138. package/dist/esm/post-purchase/text/next.js +1 -1
  3139. package/dist/esm/post-purchase/text/settings/heading/Heading.js +1 -1
  3140. package/dist/esm/post-purchase/text/settings/heading/configs/presets-v2.js +2 -2
  3141. package/dist/esm/post-purchase/text/settings/text/Text.js +2 -2
  3142. package/dist/esm/post-purchase/text/settings/text/configs/setting-v2.js +1 -1
  3143. package/dist/esm/post-purchase/text/settings/text/configs/ui-v2.js +1 -1
  3144. package/dist/esm/postPurchaseSetting.js +1 -1
  3145. package/dist/esm/product/components/ProductImages.js +1 -1
  3146. package/dist/esm/product/components/ProductImages.liquid.js +9 -9
  3147. package/dist/esm/product/components/ProductNotFound.js +1 -1
  3148. package/dist/esm/product/components/SalePageProductListWarning.js +1 -1
  3149. package/dist/esm/product/components/constants/product-bundle.js +1 -1
  3150. package/dist/esm/product/components/dynamic-checkout/Button.liquid.js +4 -4
  3151. package/dist/esm/product/components/dynamic-checkout/DynamicCheckout.js +1 -1
  3152. package/dist/esm/product/components/dynamic-checkout/DynamicCheckout.liquid.js +1 -1
  3153. package/dist/esm/product/components/dynamic-checkout/common/classes.js +1 -1
  3154. package/dist/esm/product/components/dynamic-checkout/common/styles.js +20 -20
  3155. package/dist/esm/product/components/file-upload/UploadFile.js +1 -1
  3156. package/dist/esm/product/components/file-upload/UploadFile.liquid.js +4 -4
  3157. package/dist/esm/product/components/file-upload/common/attr.js +1 -1
  3158. package/dist/esm/product/components/file-upload/common/classes.js +1 -1
  3159. package/dist/esm/product/components/file-upload/common/helpers.js +1 -1
  3160. package/dist/esm/product/components/file-upload/common/style.js +1 -1
  3161. package/dist/esm/product/components/file-upload/settings/configs/presets.js +2 -2
  3162. package/dist/esm/product/components/file-upload/settings/configs/settings.js +2 -2
  3163. package/dist/esm/product/components/file-upload/settings/configs/translate.js +1 -1
  3164. package/dist/esm/product/components/file-upload/settings/configs/ui-v1.js +1 -1
  3165. package/dist/esm/product/components/file-upload/settings/configs/ui-v2.js +1 -1
  3166. package/dist/esm/product/components/file-upload/settings/index.js +2 -2
  3167. package/dist/esm/product/components/product-badge/ProductBadge.js +1 -1
  3168. package/dist/esm/product/components/product-badge/ProductBadge.liquid.js +7 -7
  3169. package/dist/esm/product/components/product-badge/common/attrs.js +1 -1
  3170. package/dist/esm/product/components/product-badge/common/classes.js +1 -1
  3171. package/dist/esm/product/components/product-badge/common/styles.js +1 -1
  3172. package/dist/esm/product/components/product-badge/constants.js +1 -1
  3173. package/dist/esm/product/components/product-badge/types.js +1 -1
  3174. package/dist/esm/product/components/product-badge/utils/common.js +1 -1
  3175. package/dist/esm/product/components/product-badge/utils/generateLiquidContent.js +2 -2
  3176. package/dist/esm/product/components/product-badge/utils/getRotateShape.js +1 -1
  3177. package/dist/esm/product/components/product-badge/utils/getShapePosition.js +1 -1
  3178. package/dist/esm/product/components/product-badge/utils/getStyleAdvanced.js +1 -1
  3179. package/dist/esm/product/components/product-badge/utils/getWhiteSpace.js +1 -1
  3180. package/dist/esm/product/components/product-badge/utils/renderBadgeILP.js +1 -1
  3181. package/dist/esm/product/components/product-badge/utils/renderBadgeLiquid.js +29 -29
  3182. package/dist/esm/product/components/product-badge/utils/shape.js +1 -1
  3183. package/dist/esm/product/components/product-badge/utils/stylesV2.js +2 -2
  3184. package/dist/esm/product/components/product-bundle/ProductBundleDiscount.js +1 -1
  3185. package/dist/esm/product/components/product-bundle/ProductBundleDiscount.liquid.js +7 -7
  3186. package/dist/esm/product/components/product-bundle/ProductBundleDiscountChildrenItem.js +1 -1
  3187. package/dist/esm/product/components/product-bundle/ProductBundleDiscountChildrenItem.liquid.js +6 -6
  3188. package/dist/esm/product/components/product-bundle/ProductBundleDiscountItem.js +1 -1
  3189. package/dist/esm/product/components/product-bundle/ProductBundleDiscountItem.liquid.js +1 -1
  3190. package/dist/esm/product/components/product-bundle/common/classes.js +1 -1
  3191. package/dist/esm/product/components/product-bundle/common/helpers.js +1 -1
  3192. package/dist/esm/product/components/product-bundle/common/styles.js +1 -1
  3193. package/dist/esm/product/components/product-bundle/hooks/useProductBundleDataState.js +3 -3
  3194. package/dist/esm/product/components/product-bundle/hooks/useProductBundleDiscountState.js +1 -1
  3195. package/dist/esm/product/components/product-bundle/setting/ProductBundleDiscount.js +2 -2
  3196. package/dist/esm/product/components/product-bundle/setting/ProductBundleDiscountItem.js +1 -1
  3197. package/dist/esm/product/components/product-bundle/setting/configs/settings.js +1 -1
  3198. package/dist/esm/product/components/product-bundle/setting/configs/ui-v1.js +1 -1
  3199. package/dist/esm/product/components/product-bundle/setting/configs/ui-v2.js +1 -1
  3200. package/dist/esm/product/components/product-button/AddToCartButton.js +1 -1
  3201. package/dist/esm/product/components/product-button/AddToCartButton.liquid.js +1 -1
  3202. package/dist/esm/product/components/product-button/BlankSpace.js +1 -1
  3203. package/dist/esm/product/components/product-button/BlankSpace.liquid.js +2 -2
  3204. package/dist/esm/product/components/product-button/CartMessage.js +1 -1
  3205. package/dist/esm/product/components/product-button/PriceComponent.js +1 -1
  3206. package/dist/esm/product/components/product-button/PriceComponent.liquid.js +1 -1
  3207. package/dist/esm/product/components/product-button/PriceLayout.js +1 -1
  3208. package/dist/esm/product/components/product-button/PriceLayout.liquid.js +2 -2
  3209. package/dist/esm/product/components/product-button/ProductButton.js +1 -1
  3210. package/dist/esm/product/components/product-button/ProductButton.liquid.js +5 -5
  3211. package/dist/esm/product/components/product-button/ProductButtonPrice.js +1 -1
  3212. package/dist/esm/product/components/product-button/ProductButtonPrice.liquid.js +1 -1
  3213. package/dist/esm/product/components/product-button/Separator.js +1 -1
  3214. package/dist/esm/product/components/product-button/Separator.liquid.js +4 -4
  3215. package/dist/esm/product/components/product-button/SoldOutButton.js +1 -1
  3216. package/dist/esm/product/components/product-button/SoldOutButton.liquid.js +1 -1
  3217. package/dist/esm/product/components/product-button/common/classes.js +1 -1
  3218. package/dist/esm/product/components/product-button/common/constants.js +2 -2
  3219. package/dist/esm/product/components/product-button/common/data.js +1 -1
  3220. package/dist/esm/product/components/product-button/common/helpers.js +1 -1
  3221. package/dist/esm/product/components/product-button/common/styles.js +1 -1
  3222. package/dist/esm/product/components/product-button/helpers/getButtonDynamicSourceLocales.js +1 -1
  3223. package/dist/esm/product/components/product-button/hooks/useAddToCart.js +1 -1
  3224. package/dist/esm/product/components/product-button/hooks/useCartMessage.js +1 -1
  3225. package/dist/esm/product/components/product-button/hooks/useCartOperations.js +1 -1
  3226. package/dist/esm/product/components/product-button/hooks/useDispatchAfterSubmitEvent.js +1 -1
  3227. package/dist/esm/product/components/product-button/types.js +1 -1
  3228. package/dist/esm/product/components/product-description/ProductDescription.js +1 -1
  3229. package/dist/esm/product/components/product-description/ProductDescription.liquid.js +10 -10
  3230. package/dist/esm/product/components/product-description/common/classes.js +1 -1
  3231. package/dist/esm/product/components/product-description/common/helpers.js +2 -2
  3232. package/dist/esm/product/components/product-description/common/styles.js +2 -2
  3233. package/dist/esm/product/components/product-description/hooks/useGpDescription.js +1 -1
  3234. package/dist/esm/product/components/product-discount-tag/ProductDiscountTag.js +1 -1
  3235. package/dist/esm/product/components/product-discount-tag/ProductDiscountTag.liquid.js +11 -11
  3236. package/dist/esm/product/components/product-discount-tag/common/classes.js +1 -1
  3237. package/dist/esm/product/components/product-discount-tag/common/styles.js +1 -1
  3238. package/dist/esm/product/components/product-discount-tag/hooks/useGpDiscountTag.js +1 -1
  3239. package/dist/esm/product/components/product-images/ProductFeaturedImage.js +1 -1
  3240. package/dist/esm/product/components/product-images/ProductFeaturedImage.liquid.js +31 -31
  3241. package/dist/esm/product/components/product-images/ProductGalleryCarousel.js +1 -1
  3242. package/dist/esm/product/components/product-images/ProductGalleryCarousel.liquid.js +6 -6
  3243. package/dist/esm/product/components/product-images/ProductGalleryGrid.js +1 -1
  3244. package/dist/esm/product/components/product-images/ProductGalleryGrid.liquid.js +10 -10
  3245. package/dist/esm/product/components/product-images/ProductImagesLightBox.js +1 -1
  3246. package/dist/esm/product/components/product-images/common/helpers.js +1 -1
  3247. package/dist/esm/product/components/product-images/common/productFeaturedImage.js +1 -1
  3248. package/dist/esm/product/components/product-images/common/productGallery.js +1 -1
  3249. package/dist/esm/product/components/product-images-v2/ProductImageV2.js +2 -2
  3250. package/dist/esm/product/components/product-images-v2/ProductImagesV2.liquid.js +18 -18
  3251. package/dist/esm/product/components/product-images-v2/common/attrs.js +1 -1
  3252. package/dist/esm/product/components/product-images-v2/common/classes.js +1 -1
  3253. package/dist/esm/product/components/product-images-v2/common/common.js +1 -1
  3254. package/dist/esm/product/components/product-images-v2/common/getBorderActiveCss.js +2 -2
  3255. package/dist/esm/product/components/product-images-v2/common/hoverAction.js +1 -1
  3256. package/dist/esm/product/components/product-images-v2/common/productFeaturedImage.js +1 -1
  3257. package/dist/esm/product/components/product-images-v2/common/productGallery.js +1 -1
  3258. package/dist/esm/product/components/product-images-v2/common/styles.js +1 -1
  3259. package/dist/esm/product/components/product-images-v2/components/child/MediaIcon.js +1 -1
  3260. package/dist/esm/product/components/product-images-v2/components/child/ProductFeatureVideo.js +1 -1
  3261. package/dist/esm/product/components/product-images-v2/components/child/ProductFeaturedImageCarousel.js +1 -1
  3262. package/dist/esm/product/components/product-images-v2/components/child/ProductFeaturedImageOnly.js +1 -1
  3263. package/dist/esm/product/components/product-images-v2/components/child/ProductGalleryGrid.js +2 -2
  3264. package/dist/esm/product/components/product-images-v2/components/feature-gallery/FeatureImageWithGallery.js +1 -1
  3265. package/dist/esm/product/components/product-images-v2/components/feature-gallery/FeatureImageWithGallery.liquid.js +41 -41
  3266. package/dist/esm/product/components/product-images-v2/components/feature-only/OnlyFeatureImage.js +1 -1
  3267. package/dist/esm/product/components/product-images-v2/components/gallery-carousel/GalleryCarousel.js +1 -1
  3268. package/dist/esm/product/components/product-images-v2/components/gallery-carousel/GalleryCarousel.liquid.js +6 -6
  3269. package/dist/esm/product/components/product-images-v2/components/gallery-grid/GalleryGrid.js +1 -1
  3270. package/dist/esm/product/components/product-images-v2/components/gallery-grid/GalleryGrid.liquid.js +2 -2
  3271. package/dist/esm/product/components/product-images-v2/components/lightbox/ButtonOpenLightBox.js +1 -1
  3272. package/dist/esm/product/components/product-images-v2/components/lightbox/ProductImagesLightBox.js +1 -1
  3273. package/dist/esm/product/components/product-images-v2/composables/getProductImagesAttr.js +1 -1
  3274. package/dist/esm/product/components/product-images-v2/composables/getProductImagesClassName.js +1 -1
  3275. package/dist/esm/product/components/product-images-v2/composables/getProductImagesStyles.js +1 -1
  3276. package/dist/esm/product/components/product-images-v2/hooks/useFeatureImageWithGallery.js +1 -1
  3277. package/dist/esm/product/components/product-images-v2/hooks/useFilterImagesByVariant.js +1 -1
  3278. package/dist/esm/product/components/product-images-v2/hooks/useGalleryCarousel.js +1 -1
  3279. package/dist/esm/product/components/product-images-v2/hooks/useProductFeaturedImageCarousel.js +1 -1
  3280. package/dist/esm/product/components/product-images-v2/hooks/useProductGalleryGrid.js +1 -1
  3281. package/dist/esm/product/components/product-images-v3/ProductImageV3.js +2 -2
  3282. package/dist/esm/product/components/product-images-v3/ProductImagesV3.liquid.js +18 -18
  3283. package/dist/esm/product/components/product-images-v3/common/attrs.js +1 -1
  3284. package/dist/esm/product/components/product-images-v3/common/classes.js +1 -1
  3285. package/dist/esm/product/components/product-images-v3/common/common.js +1 -1
  3286. package/dist/esm/product/components/product-images-v3/common/getBorderActiveCss.js +2 -2
  3287. package/dist/esm/product/components/product-images-v3/common/hoverAction.js +1 -1
  3288. package/dist/esm/product/components/product-images-v3/common/productFeaturedImage.js +1 -1
  3289. package/dist/esm/product/components/product-images-v3/common/productGallery.js +1 -1
  3290. package/dist/esm/product/components/product-images-v3/common/styles.js +1 -1
  3291. package/dist/esm/product/components/product-images-v3/components/child/MediaIcon.js +1 -1
  3292. package/dist/esm/product/components/product-images-v3/components/child/ProductFeatureVideo.js +1 -1
  3293. package/dist/esm/product/components/product-images-v3/components/child/ProductFeaturedImageCarousel.js +1 -1
  3294. package/dist/esm/product/components/product-images-v3/components/child/ProductFeaturedImageOnly.js +1 -1
  3295. package/dist/esm/product/components/product-images-v3/components/child/ProductGalleryGrid.js +2 -2
  3296. package/dist/esm/product/components/product-images-v3/components/child/ProductImagesLightBoxPreview.js +1 -1
  3297. package/dist/esm/product/components/product-images-v3/components/feature-gallery/FeatureImageWithGallery.js +1 -1
  3298. package/dist/esm/product/components/product-images-v3/components/feature-gallery/FeatureImageWithGallery.liquid.js +43 -43
  3299. package/dist/esm/product/components/product-images-v3/components/feature-only/OnlyFeatureImage.js +1 -1
  3300. package/dist/esm/product/components/product-images-v3/components/gallery-carousel/GalleryCarousel.js +1 -1
  3301. package/dist/esm/product/components/product-images-v3/components/gallery-carousel/GalleryCarousel.liquid.js +7 -7
  3302. package/dist/esm/product/components/product-images-v3/components/gallery-grid/GalleryGrid.js +1 -1
  3303. package/dist/esm/product/components/product-images-v3/components/gallery-grid/GalleryGrid.liquid.js +2 -2
  3304. package/dist/esm/product/components/product-images-v3/components/lightbox/ButtonOpenLightBox.js +1 -1
  3305. package/dist/esm/product/components/product-images-v3/components/lightbox/LightBoxCarousel.js +1 -1
  3306. package/dist/esm/product/components/product-images-v3/components/lightbox/LightBoxGalleryCarousel.js +1 -1
  3307. package/dist/esm/product/components/product-images-v3/components/lightbox/LightBoxImageZoom.js +1 -1
  3308. package/dist/esm/product/components/product-images-v3/components/lightbox/ProductImagesLightBox.js +1 -1
  3309. package/dist/esm/product/components/product-images-v3/components/lightbox/constants.js +1 -1
  3310. package/dist/esm/product/components/product-images-v3/composables/getProductImagesAttr.js +1 -1
  3311. package/dist/esm/product/components/product-images-v3/composables/getProductImagesClassName.js +1 -1
  3312. package/dist/esm/product/components/product-images-v3/composables/getProductImagesStyles.js +1 -1
  3313. package/dist/esm/product/components/product-images-v3/hooks/useFeatureImageWithGallery.js +1 -1
  3314. package/dist/esm/product/components/product-images-v3/hooks/useFilterImagesByVariant.js +1 -1
  3315. package/dist/esm/product/components/product-images-v3/hooks/useGalleryCarousel.js +1 -1
  3316. package/dist/esm/product/components/product-images-v3/hooks/useProductFeaturedImageCarousel.js +1 -1
  3317. package/dist/esm/product/components/product-images-v3/hooks/useProductGalleryGrid.js +1 -1
  3318. package/dist/esm/product/components/product-list/ProductList.js +1 -1
  3319. package/dist/esm/product/components/product-list/ProductList.liquid.js +34 -34
  3320. package/dist/esm/product/components/product-list/ProductListCarouselItem.liquid.js +2 -2
  3321. package/dist/esm/product/components/product-list/ProductListCarouselLayout.js +1 -1
  3322. package/dist/esm/product/components/product-list/ProductListCarouselLayout.liquid.js +4 -4
  3323. package/dist/esm/product/components/product-list/ProductListGridItem.liquid.js +7 -7
  3324. package/dist/esm/product/components/product-list/ProductListGridLayout.js +1 -1
  3325. package/dist/esm/product/components/product-list/ProductListGridLayout.liquid.js +19 -19
  3326. package/dist/esm/product/components/product-list/common/attrs.js +1 -1
  3327. package/dist/esm/product/components/product-list/common/classes.js +1 -1
  3328. package/dist/esm/product/components/product-list/common/helpers.js +1 -1
  3329. package/dist/esm/product/components/product-list/common/styles.js +1 -1
  3330. package/dist/esm/product/components/product-list-v3/ProductList.js +1 -1
  3331. package/dist/esm/product/components/product-list-v3/ProductList.liquid.js +34 -34
  3332. package/dist/esm/product/components/product-list-v3/ProductListCarouselItem.liquid.js +2 -2
  3333. package/dist/esm/product/components/product-list-v3/ProductListCarouselLayout.js +1 -1
  3334. package/dist/esm/product/components/product-list-v3/ProductListCarouselLayout.liquid.js +6 -6
  3335. package/dist/esm/product/components/product-list-v3/ProductListGridItem.liquid.js +7 -7
  3336. package/dist/esm/product/components/product-list-v3/ProductListGridLayout.js +1 -1
  3337. package/dist/esm/product/components/product-list-v3/ProductListGridLayout.liquid.js +19 -19
  3338. package/dist/esm/product/components/product-list-v3/common/attrs.js +1 -1
  3339. package/dist/esm/product/components/product-list-v3/common/classes.js +1 -1
  3340. package/dist/esm/product/components/product-list-v3/common/helpers.js +1 -1
  3341. package/dist/esm/product/components/product-list-v3/common/styles.js +1 -1
  3342. package/dist/esm/product/components/product-list-v3/hooks/useCollectionQuery.js +1 -1
  3343. package/dist/esm/product/components/product-list-v3/hooks/useMainRelatedProductQuery.js +1 -1
  3344. package/dist/esm/product/components/product-list-v3/hooks/useProductRelatedQuery.js +1 -1
  3345. package/dist/esm/product/components/product-list-v3/hooks/useProductsQuery.js +1 -1
  3346. package/dist/esm/product/components/product-price/ProductPrice.js +1 -1
  3347. package/dist/esm/product/components/product-price/ProductPrice.liquid.js +5 -5
  3348. package/dist/esm/product/components/product-price/common/attrs.js +1 -1
  3349. package/dist/esm/product/components/product-price/common/classes.js +1 -1
  3350. package/dist/esm/product/components/product-price/common/helpers.js +3 -3
  3351. package/dist/esm/product/components/product-price/hooks/useGpPrice.js +1 -1
  3352. package/dist/esm/product/components/product-properties/ProductProperties.js +1 -1
  3353. package/dist/esm/product/components/product-properties/ProductProperties.liquid.js +6 -6
  3354. package/dist/esm/product/components/product-properties/common/attrs.js +1 -1
  3355. package/dist/esm/product/components/product-properties/common/classes.js +1 -1
  3356. package/dist/esm/product/components/product-properties/common/helpers.js +1 -1
  3357. package/dist/esm/product/components/product-properties/common/styles.js +1 -1
  3358. package/dist/esm/product/components/product-properties/property-choice/ProductPropertyChoice.js +1 -1
  3359. package/dist/esm/product/components/product-properties/property-choice/ProductPropertyChoice.liquid.js +3 -3
  3360. package/dist/esm/product/components/product-properties/property-choice/common/getProductPropertiesChoiceAttrs.js +1 -1
  3361. package/dist/esm/product/components/product-properties/property-choice/common/getProductPropertiesChoiceClasses.js +1 -1
  3362. package/dist/esm/product/components/product-properties/property-choice/common/getProductPropertiesChoiceInlineCss.js +3 -3
  3363. package/dist/esm/product/components/product-properties/property-choice/common/getProductPropertiesChoiceStyles.js +1 -1
  3364. package/dist/esm/product/components/product-properties/property-input/ProductPropertyInput.js +1 -1
  3365. package/dist/esm/product/components/product-properties/property-input/ProductPropertyInput.liquid.js +10 -10
  3366. package/dist/esm/product/components/product-properties/property-input/common/attrs.js +1 -1
  3367. package/dist/esm/product/components/product-properties/property-input/common/classes.js +1 -1
  3368. package/dist/esm/product/components/product-properties/property-input/common/helpers.js +1 -1
  3369. package/dist/esm/product/components/product-properties/property-input/common/styles.js +1 -1
  3370. package/dist/esm/product/components/product-properties/property-select/ProductPropertySelect.js +1 -1
  3371. package/dist/esm/product/components/product-properties/property-select/ProductPropertySelect.liquid.js +7 -7
  3372. package/dist/esm/product/components/product-properties/property-select/common/attrs.js +1 -1
  3373. package/dist/esm/product/components/product-properties/property-select/common/classes.js +1 -1
  3374. package/dist/esm/product/components/product-properties/property-select/common/styles.js +1 -1
  3375. package/dist/esm/product/components/product-quantity/ProductQuantity.js +1 -1
  3376. package/dist/esm/product/components/product-quantity/ProductQuantity.liquid.js +5 -5
  3377. package/dist/esm/product/components/product-quantity/common/attrs.js +1 -1
  3378. package/dist/esm/product/components/product-quantity/common/classes.js +1 -1
  3379. package/dist/esm/product/components/product-quantity/common/helpers.js +3 -3
  3380. package/dist/esm/product/components/product-quantity/common/styles.js +1 -1
  3381. package/dist/esm/product/components/product-quantity/hooks/useProductQuantity.js +1 -1
  3382. package/dist/esm/product/components/product-quick-view/ProductQuickView.js +1 -1
  3383. package/dist/esm/product/components/product-quick-view/QuickView.js +1 -1
  3384. package/dist/esm/product/components/product-sku/Sku.js +1 -1
  3385. package/dist/esm/product/components/product-sku/Sku.liquid.js +2 -2
  3386. package/dist/esm/product/components/product-title/ProductTitle.js +1 -1
  3387. package/dist/esm/product/components/product-title/ProductTitle.liquid.js +6 -6
  3388. package/dist/esm/product/components/product-title/common/helpers.js +1 -1
  3389. package/dist/esm/product/components/product-variants/OptionVariantsNewFormat.liquid.js +2 -2
  3390. package/dist/esm/product/components/product-variants/OptionVariantsOldFormat.liquid.js +2 -2
  3391. package/dist/esm/product/components/product-variants/ProductVariants.js +1 -1
  3392. package/dist/esm/product/components/product-variants/ProductVariants.liquid.js +51 -51
  3393. package/dist/esm/product/components/product-variants/common/base/attrs.js +1 -1
  3394. package/dist/esm/product/components/product-variants/common/base/classes.js +2 -2
  3395. package/dist/esm/product/components/product-variants/common/base/styles.js +1 -1
  3396. package/dist/esm/product/components/product-variants/common/common.js +1 -1
  3397. package/dist/esm/product/components/product-variants/common/const.js +1 -1
  3398. package/dist/esm/product/components/product-variants/common/dropdown/attrs.js +1 -1
  3399. package/dist/esm/product/components/product-variants/common/dropdown/classes.js +1 -1
  3400. package/dist/esm/product/components/product-variants/common/dropdown/styles.js +1 -1
  3401. package/dist/esm/product/components/product-variants/common/main/classes.js +1 -1
  3402. package/dist/esm/product/components/product-variants/common/main/const.js +1 -1
  3403. package/dist/esm/product/components/product-variants/common/main/getAttr.js +1 -1
  3404. package/dist/esm/product/components/product-variants/common/main/getData.js +1 -1
  3405. package/dist/esm/product/components/product-variants/common/main/styles.js +1 -1
  3406. package/dist/esm/product/components/product-variants/common/variants/attrs.js +1 -1
  3407. package/dist/esm/product/components/product-variants/common/variants/classes.js +1 -1
  3408. package/dist/esm/product/components/product-variants/common/variants/styles.js +1 -1
  3409. package/dist/esm/product/components/product-variants/components/base/base.js +5 -5
  3410. package/dist/esm/product/components/product-variants/components/base/base.liquid.js +15 -15
  3411. package/dist/esm/product/components/product-variants/components/color/color.js +1 -1
  3412. package/dist/esm/product/components/product-variants/components/color/color.liquid.js +3 -3
  3413. package/dist/esm/product/components/product-variants/components/dropdown-group/DropdownGroup.js +1 -1
  3414. package/dist/esm/product/components/product-variants/components/dropdown-group/DropdownGroup.liquid.js +1 -1
  3415. package/dist/esm/product/components/product-variants/components/dropdown-option/DropdownOption.js +1 -1
  3416. package/dist/esm/product/components/product-variants/components/dropdown-option/VariantOption.js +1 -1
  3417. package/dist/esm/product/components/product-variants/components/dropdown-option/render-liquid/index.js +16 -16
  3418. package/dist/esm/product/components/product-variants/components/dropdown-swatches/Dropdown.js +1 -1
  3419. package/dist/esm/product/components/product-variants/components/dropdown-swatches/Dropdown.liquid.js +6 -6
  3420. package/dist/esm/product/components/product-variants/components/dropdown-swatches/hooks/useDropdownSwatches.js +1 -1
  3421. package/dist/esm/product/components/product-variants/components/image/Image.js +1 -1
  3422. package/dist/esm/product/components/product-variants/components/image/Image.liquid.js +2 -2
  3423. package/dist/esm/product/components/product-variants/components/image-shopify/ImageShopify.js +1 -1
  3424. package/dist/esm/product/components/product-variants/components/image-shopify/ImageShopify.liquid.js +2 -2
  3425. package/dist/esm/product/components/product-variants/components/rectangle-list/RectangleList.js +1 -1
  3426. package/dist/esm/product/components/product-variants/components/variants/index.js +1 -1
  3427. package/dist/esm/product/components/product-variants/components/variants/index.liquid.js +23 -23
  3428. package/dist/esm/product/components/product-variants/hooks/useGpVariants.js +1 -1
  3429. package/dist/esm/product/components/product-variants/hooks/useVariantInteraction.js +1 -1
  3430. package/dist/esm/product/components/product-variants/utils/mappingVariantStyles.js +1 -1
  3431. package/dist/esm/product/components/product-vendor/Vendor.js +1 -1
  3432. package/dist/esm/product/components/product-vendor/Vendor.liquid.js +2 -2
  3433. package/dist/esm/product/components/product-view-more/ProductViewMore.js +1 -1
  3434. package/dist/esm/product/components/product-view-more/ProductViewMore.liquid.js +4 -4
  3435. package/dist/esm/product/components/product-view-more/common/helpers.js +1 -1
  3436. package/dist/esm/product/components/product-view-more/common/styles.js +1 -1
  3437. package/dist/esm/product/components/product-wrap/Product.js +1 -1
  3438. package/dist/esm/product/components/product-wrap/Product.liquid.js +30 -30
  3439. package/dist/esm/product/components/product-wrap/common/helpers.js +1 -1
  3440. package/dist/esm/product/components/product-wrap/hook/useProductSetting.js +1 -1
  3441. package/dist/esm/product/helpers/function.js +1 -1
  3442. package/dist/esm/product/helpers/product-bundle.js +1 -1
  3443. package/dist/esm/product/helpers/product-image.js +1 -1
  3444. package/dist/esm/product/helpers/product.js +1 -1
  3445. package/dist/esm/product/helpers/tracking.js +1 -1
  3446. package/dist/esm/product/index.js +1 -1
  3447. package/dist/esm/product/next.js +1 -1
  3448. package/dist/esm/product/settings/DynamicCheckout.js +2 -2
  3449. package/dist/esm/product/settings/Product.js +2 -2
  3450. package/dist/esm/product/settings/ProductBadge.js +1 -1
  3451. package/dist/esm/product/settings/ProductButton.js +2 -2
  3452. package/dist/esm/product/settings/ProductDescription.js +1 -1
  3453. package/dist/esm/product/settings/ProductImages.js +4 -4
  3454. package/dist/esm/product/settings/ProductList.js +2 -2
  3455. package/dist/esm/product/settings/ProductListV3.js +2 -2
  3456. package/dist/esm/product/settings/ProductPrice.js +2 -2
  3457. package/dist/esm/product/settings/ProductProperties.js +2 -2
  3458. package/dist/esm/product/settings/ProductQuantity.js +2 -2
  3459. package/dist/esm/product/settings/ProductTag.js +1 -1
  3460. package/dist/esm/product/settings/ProductTitle.js +2 -2
  3461. package/dist/esm/product/settings/ProductVariants.js +2 -2
  3462. package/dist/esm/product/settings/ProductViewMore.js +2 -2
  3463. package/dist/esm/product/settings/Sku.js +2 -2
  3464. package/dist/esm/product/settings/Vendor.js +2 -2
  3465. package/dist/esm/product/settings/bundle-layout/horizontal-one.js +1 -1
  3466. package/dist/esm/product/settings/bundle-layout/horizontal-three.js +1 -1
  3467. package/dist/esm/product/settings/bundle-layout/horizontal-two.js +1 -1
  3468. package/dist/esm/product/settings/bundle-layout/vertical-one.js +1 -1
  3469. package/dist/esm/product/settings/bundle-layout/vertical-three.js +1 -1
  3470. package/dist/esm/product/settings/bundle-layout/vertical-two.js +1 -1
  3471. package/dist/esm/product/settings/dynamic-checkout/configs/presets.js +2 -2
  3472. package/dist/esm/product/settings/dynamic-checkout/configs/settings.js +1 -1
  3473. package/dist/esm/product/settings/dynamic-checkout/configs/ui-v2.js +1 -1
  3474. package/dist/esm/product/settings/product/configs/presets.js +1 -1
  3475. package/dist/esm/product/settings/product/configs/product-presets/product-1-col.js +3 -3
  3476. package/dist/esm/product/settings/product/configs/product-presets/product-2-col.js +3 -3
  3477. package/dist/esm/product/settings/product/configs/product-presets/product-default.js +3 -3
  3478. package/dist/esm/product/settings/product/configs/settings.js +1 -1
  3479. package/dist/esm/product/settings/product/configs/ui-v2.js +1 -1
  3480. package/dist/esm/product/settings/product-badge/configs/presets.js +2 -2
  3481. package/dist/esm/product/settings/product-badge/configs/settings.js +1 -1
  3482. package/dist/esm/product/settings/product-badge/configs/translate.js +1 -1
  3483. package/dist/esm/product/settings/product-badge/configs/ui-v2.js +1 -1
  3484. package/dist/esm/product/settings/product-button/configs/presets.js +2 -2
  3485. package/dist/esm/product/settings/product-button/configs/settings.js +2 -2
  3486. package/dist/esm/product/settings/product-button/configs/translate.js +1 -1
  3487. package/dist/esm/product/settings/product-button/configs/ui-v2.js +1 -1
  3488. package/dist/esm/product/settings/product-description/configs/presets.js +2 -2
  3489. package/dist/esm/product/settings/product-description/configs/settings.js +1 -1
  3490. package/dist/esm/product/settings/product-description/configs/translate.js +1 -1
  3491. package/dist/esm/product/settings/product-description/configs/ui-v2.js +1 -1
  3492. package/dist/esm/product/settings/product-discount-tag/configs/settings.js +1 -1
  3493. package/dist/esm/product/settings/product-discount-tag/configs/translate.js +1 -1
  3494. package/dist/esm/product/settings/product-discount-tag/configs/ui-v2.js +1 -1
  3495. package/dist/esm/product/settings/product-image-v2/ProductFeatureImage.js +1 -1
  3496. package/dist/esm/product/settings/product-image-v2/ProductGalleryImage.js +1 -1
  3497. package/dist/esm/product/settings/product-image-v2/ProductImages.js +2 -2
  3498. package/dist/esm/product/settings/product-image-v2/configs/setting-v2/ProductFeatureImage.js +2 -2
  3499. package/dist/esm/product/settings/product-image-v2/configs/setting-v2/ProductGalleryImage.js +2 -2
  3500. package/dist/esm/product/settings/product-image-v2/configs/setting-v2/index.js +1 -1
  3501. package/dist/esm/product/settings/product-image-v2/configs/ui/FeatureDots.js +1 -1
  3502. package/dist/esm/product/settings/product-image-v2/configs/ui/FeatureNavigation.js +1 -1
  3503. package/dist/esm/product/settings/product-image-v2/configs/ui/ImageListNavigation.js +1 -1
  3504. package/dist/esm/product/settings/product-image-v2/configs/ui-v1.js +1 -1
  3505. package/dist/esm/product/settings/product-image-v2/configs/ui-v2.js +1 -1
  3506. package/dist/esm/product/settings/product-image-v3/ProductFeatureImage.js +1 -1
  3507. package/dist/esm/product/settings/product-image-v3/ProductGalleryImage.js +1 -1
  3508. package/dist/esm/product/settings/product-image-v3/ProductImages.js +2 -2
  3509. package/dist/esm/product/settings/product-image-v3/configs/setting-v2/ProductFeatureImage.js +2 -2
  3510. package/dist/esm/product/settings/product-image-v3/configs/setting-v2/ProductGalleryImage.js +2 -2
  3511. package/dist/esm/product/settings/product-image-v3/configs/setting-v2/index.js +1 -1
  3512. package/dist/esm/product/settings/product-image-v3/configs/ui/FeatureDots.js +1 -1
  3513. package/dist/esm/product/settings/product-image-v3/configs/ui/FeatureNavigation.js +1 -1
  3514. package/dist/esm/product/settings/product-image-v3/configs/ui/ImageListNavigation.js +1 -1
  3515. package/dist/esm/product/settings/product-image-v3/configs/ui-v1.js +1 -1
  3516. package/dist/esm/product/settings/product-image-v3/configs/ui-v2.js +1 -1
  3517. package/dist/esm/product/settings/product-list/configs/presets.js +2 -2
  3518. package/dist/esm/product/settings/product-list/configs/settings-v2.js +1 -1
  3519. package/dist/esm/product/settings/product-list/configs/ui-v2.js +1 -1
  3520. package/dist/esm/product/settings/product-list-v3/configs/presets.js +2 -2
  3521. package/dist/esm/product/settings/product-list-v3/configs/settings-v2.js +1 -1
  3522. package/dist/esm/product/settings/product-list-v3/configs/ui-v2.js +1 -1
  3523. package/dist/esm/product/settings/product-price/configs/presets.js +2 -2
  3524. package/dist/esm/product/settings/product-price/configs/settings.js +1 -1
  3525. package/dist/esm/product/settings/product-price/configs/ui-v2.js +1 -1
  3526. package/dist/esm/product/settings/product-properties/configs/presets.js +2 -2
  3527. package/dist/esm/product/settings/product-properties/configs/settings-v2.js +1 -1
  3528. package/dist/esm/product/settings/product-properties/configs/translate.js +1 -1
  3529. package/dist/esm/product/settings/product-properties/configs/ui-v2.js +1 -1
  3530. package/dist/esm/product/settings/product-quantity/configs/presets.js +2 -2
  3531. package/dist/esm/product/settings/product-quantity/configs/settings.js +2 -2
  3532. package/dist/esm/product/settings/product-quantity/configs/ui-v2.js +1 -1
  3533. package/dist/esm/product/settings/product-sku/configs/presets.js +2 -2
  3534. package/dist/esm/product/settings/product-sku/configs/settings.js +1 -1
  3535. package/dist/esm/product/settings/product-sku/configs/ui-v2.js +1 -1
  3536. package/dist/esm/product/settings/product-title/configs/presets.js +2 -2
  3537. package/dist/esm/product/settings/product-title/configs/settings.js +1 -1
  3538. package/dist/esm/product/settings/product-title/configs/ui-v2.js +1 -1
  3539. package/dist/esm/product/settings/product-variant/configs/presets.js +2 -2
  3540. package/dist/esm/product/settings/product-variant/configs/settings.js +1 -1
  3541. package/dist/esm/product/settings/product-variant/configs/ui-v2.js +1 -1
  3542. package/dist/esm/product/settings/product-variant/swatches-style-config/color.js +1 -1
  3543. package/dist/esm/product/settings/product-variant/swatches-style-config/dropdown.js +1 -1
  3544. package/dist/esm/product/settings/product-variant/swatches-style-config/image-shopify.js +1 -1
  3545. package/dist/esm/product/settings/product-variant/swatches-style-config/image.js +1 -1
  3546. package/dist/esm/product/settings/product-variant/swatches-style-config/rectangle-list.js +1 -1
  3547. package/dist/esm/product/settings/product-vendor/configs/presets.js +2 -2
  3548. package/dist/esm/product/settings/product-vendor/configs/settings.js +1 -1
  3549. package/dist/esm/product/settings/product-vendor/configs/ui-v2.js +1 -1
  3550. package/dist/esm/product/settings/product-view-more/configs/presets.js +2 -2
  3551. package/dist/esm/product/settings/product-view-more/configs/settings.js +2 -2
  3552. package/dist/esm/product/settings/product-view-more/configs/translate.js +1 -1
  3553. package/dist/esm/product/settings/product-view-more/configs/ui-v2.js +1 -1
  3554. package/dist/esm/radio/components/Radio.js +1 -1
  3555. package/dist/esm/radio/index.js +1 -1
  3556. package/dist/esm/radio/next.js +1 -1
  3557. package/dist/esm/radio/settings/Radio.js +1 -1
  3558. package/dist/esm/radio/settings/configs/settings.js +1 -1
  3559. package/dist/esm/select/components/Select.js +2 -2
  3560. package/dist/esm/select/index.js +1 -1
  3561. package/dist/esm/select/next.js +1 -1
  3562. package/dist/esm/select/settings/Select.js +1 -1
  3563. package/dist/esm/select/settings/configs/settings.js +1 -1
  3564. package/dist/esm/setting.js +1 -1
  3565. package/dist/esm/shop-pay-installment/components/ShopPayInstallments.js +1 -1
  3566. package/dist/esm/shop-pay-installment/components/ShopPayInstallments.liquid.js +2 -2
  3567. package/dist/esm/shop-pay-installment/components/common/helpers.js +1 -1
  3568. package/dist/esm/shop-pay-installment/index.js +1 -1
  3569. package/dist/esm/shop-pay-installment/next.js +1 -1
  3570. package/dist/esm/shop-pay-installment/settings/ShopPayInstallments.js +2 -2
  3571. package/dist/esm/shop-pay-installment/settings/configs/settings.js +1 -1
  3572. package/dist/esm/sticky/common/classes.js +1 -1
  3573. package/dist/esm/sticky/common/styles.js +1 -1
  3574. package/dist/esm/sticky/components/Sticky.js +1 -1
  3575. package/dist/esm/sticky/components/Sticky.liquid.js +5 -5
  3576. package/dist/esm/sticky/hooks/useSticky.js +1 -1
  3577. package/dist/esm/sticky/index.js +1 -1
  3578. package/dist/esm/sticky/next.js +1 -1
  3579. package/dist/esm/sticky/settings/Sticky.js +1 -1
  3580. package/dist/esm/sticky/settings/configs/presets.js +4 -4
  3581. package/dist/esm/sticky/settings/configs/settings-v2.js +1 -1
  3582. package/dist/esm/sticky/settings/configs/settings.js +1 -1
  3583. package/dist/esm/sticky/settings/configs/translate.js +1 -1
  3584. package/dist/esm/sticky/settings/configs/ui-v2.js +1 -1
  3585. package/dist/esm/stock-counter/common/attrs.js +1 -1
  3586. package/dist/esm/stock-counter/common/classes.js +1 -1
  3587. package/dist/esm/stock-counter/common/helpers.js +23 -23
  3588. package/dist/esm/stock-counter/common/styles.js +1 -1
  3589. package/dist/esm/stock-counter/components/StockCounter.js +1 -1
  3590. package/dist/esm/stock-counter/components/StockCounter.liquid.js +40 -40
  3591. package/dist/esm/stock-counter/hooks/useStockCounter.js +1 -1
  3592. package/dist/esm/stock-counter/hooks/useStockCounterInteraction.js +1 -1
  3593. package/dist/esm/stock-counter/index.js +1 -1
  3594. package/dist/esm/stock-counter/next.js +1 -1
  3595. package/dist/esm/stock-counter/settings/StockCounter.js +2 -2
  3596. package/dist/esm/stock-counter/settings/configs/presets.js +2 -2
  3597. package/dist/esm/stock-counter/settings/configs/settings-v2.js +2 -2
  3598. package/dist/esm/stock-counter/settings/configs/translate.js +1 -1
  3599. package/dist/esm/stock-counter/settings/configs/ui-v2.js +1 -1
  3600. package/dist/esm/tab/common/attrs.js +1 -1
  3601. package/dist/esm/tab/common/classes.js +2 -2
  3602. package/dist/esm/tab/common/helpers.js +2 -2
  3603. package/dist/esm/tab/common/styles.js +1 -1
  3604. package/dist/esm/tab/components/TabItem.js +1 -1
  3605. package/dist/esm/tab/components/TabItem.liquid.js +2 -2
  3606. package/dist/esm/tab/components/Tabs.js +1 -1
  3607. package/dist/esm/tab/components/Tabs.liquid.js +15 -15
  3608. package/dist/esm/tab/hooks/useTab.js +1 -1
  3609. package/dist/esm/tab/hooks/useTabInteraction.js +1 -1
  3610. package/dist/esm/tab/index.js +1 -1
  3611. package/dist/esm/tab/next.js +1 -1
  3612. package/dist/esm/tab/settings/TabItem.js +2 -2
  3613. package/dist/esm/tab/settings/Tabs.js +2 -2
  3614. package/dist/esm/tab/settings/configs/settings.js +1 -1
  3615. package/dist/esm/tab/settings/configs/translate.js +1 -1
  3616. package/dist/esm/tab/settings/configs/ui-v2.js +1 -1
  3617. package/dist/esm/text/common/attrs.js +1 -1
  3618. package/dist/esm/text/common/classes.js +1 -1
  3619. package/dist/esm/text/common/helpers.js +1 -1
  3620. package/dist/esm/text/common/styles.js +1 -1
  3621. package/dist/esm/text/components/Text.js +1 -1
  3622. package/dist/esm/text/components/Text.liquid.js +4 -4
  3623. package/dist/esm/text/components/TextInline.js +4 -4
  3624. package/dist/esm/text/index.js +1 -1
  3625. package/dist/esm/text/next.js +1 -1
  3626. package/dist/esm/text/settings/Text.js +2 -2
  3627. package/dist/esm/text/settings/configs/presets.js +2 -2
  3628. package/dist/esm/text/settings/configs/settings.js +1 -1
  3629. package/dist/esm/text/settings/configs/translate.js +1 -1
  3630. package/dist/esm/text/settings/configs/ui-v2.js +1 -1
  3631. package/dist/esm/textarea/components/Textarea.js +1 -1
  3632. package/dist/esm/textarea/index.js +1 -1
  3633. package/dist/esm/textarea/next.js +1 -1
  3634. package/dist/esm/textarea/settings/Textarea.js +2 -2
  3635. package/dist/esm/textarea/settings/configs/settings.js +1 -1
  3636. package/dist/esm/third-party/common/helpers.js +5 -5
  3637. package/dist/esm/third-party/components/AftershipEmailMarketingsms.js +1 -1
  3638. package/dist/esm/third-party/components/AftershipEmailMarketingsms.liquid.js +1 -1
  3639. package/dist/esm/third-party/components/AirProductReviewsAppUgc.js +1 -1
  3640. package/dist/esm/third-party/components/AirProductReviewsAppUgc.liquid.js +3 -3
  3641. package/dist/esm/third-party/components/AliReviews/AliReviewsSampleContent.js +1 -1
  3642. package/dist/esm/third-party/components/AliReviews.js +1 -1
  3643. package/dist/esm/third-party/components/AliReviews.liquid.js +3 -3
  3644. package/dist/esm/third-party/components/AlsoBoughtCbb.js +1 -1
  3645. package/dist/esm/third-party/components/AlsoBoughtCbb.liquid.js +4 -4
  3646. package/dist/esm/third-party/components/AovBundlesVolumeDiscounts.js +1 -1
  3647. package/dist/esm/third-party/components/AovBundlesVolumeDiscounts.liquid.js +1 -1
  3648. package/dist/esm/third-party/components/AovFreeGiftBuyXGetYBogo.js +1 -1
  3649. package/dist/esm/third-party/components/AovFreeGiftBuyXGetYBogo.liquid.js +1 -1
  3650. package/dist/esm/third-party/components/AppointmentBookingCowlendar.js +1 -1
  3651. package/dist/esm/third-party/components/AppointmentBookingCowlendar.liquid.js +1 -1
  3652. package/dist/esm/third-party/components/AppstleBundlesDiscounts.js +1 -1
  3653. package/dist/esm/third-party/components/AppstleBundlesDiscounts.liquid.js +1 -1
  3654. package/dist/esm/third-party/components/AppstleSubscriptions/AppstleSubscriptionsSampleContent.js +1 -1
  3655. package/dist/esm/third-party/components/AppstleSubscriptions.js +1 -1
  3656. package/dist/esm/third-party/components/AppstleSubscriptions.liquid.js +4 -4
  3657. package/dist/esm/third-party/components/BestBuyFulfillment.js +1 -1
  3658. package/dist/esm/third-party/components/BestBuyFulfillment.liquid.js +1 -1
  3659. package/dist/esm/third-party/components/BfSizeChartSizeGuide.js +1 -1
  3660. package/dist/esm/third-party/components/BfSizeChartSizeGuide.liquid.js +1 -1
  3661. package/dist/esm/third-party/components/BirdChime/BirdChimeContent.js +1 -1
  3662. package/dist/esm/third-party/components/BirdChime.js +1 -1
  3663. package/dist/esm/third-party/components/BirdChime.liquid.js +4 -4
  3664. package/dist/esm/third-party/components/BloyRewardsProgramLoyalty.js +1 -1
  3665. package/dist/esm/third-party/components/BloyRewardsProgramLoyalty.liquid.js +1 -1
  3666. package/dist/esm/third-party/components/Bogos/BogosSampleContent.js +1 -1
  3667. package/dist/esm/third-party/components/Bogos.js +1 -1
  3668. package/dist/esm/third-party/components/Bogos.liquid.js +3 -3
  3669. package/dist/esm/third-party/components/BoldProductOptions/BoldProductOptionsSampleContent.js +1 -1
  3670. package/dist/esm/third-party/components/BoldProductOptions.js +1 -1
  3671. package/dist/esm/third-party/components/BoldProductOptions.liquid.js +4 -4
  3672. package/dist/esm/third-party/components/BoldSubscriptions/BoldSubscriptionsSampleContent.js +1 -1
  3673. package/dist/esm/third-party/components/BoldSubscriptions.js +1 -1
  3674. package/dist/esm/third-party/components/BoldSubscriptions.liquid.js +4 -4
  3675. package/dist/esm/third-party/components/BonLoyaltyRewardsReferrals.js +1 -1
  3676. package/dist/esm/third-party/components/BonLoyaltyRewardsReferrals.liquid.js +1 -1
  3677. package/dist/esm/third-party/components/BonySubscriptionsApp.js +1 -1
  3678. package/dist/esm/third-party/components/BonySubscriptionsApp.liquid.js +4 -4
  3679. package/dist/esm/third-party/components/BoostAISearchDiscovery/BoostAISearchDiscoverySampleContent.js +1 -1
  3680. package/dist/esm/third-party/components/BoostAISearchDiscovery.js +1 -1
  3681. package/dist/esm/third-party/components/BoostAISearchDiscovery.liquid.js +5 -5
  3682. package/dist/esm/third-party/components/Bundler/BundlerSampleContent.js +1 -1
  3683. package/dist/esm/third-party/components/Bundler.js +1 -1
  3684. package/dist/esm/third-party/components/Bundler.liquid.js +4 -4
  3685. package/dist/esm/third-party/components/CleanSizeCharts.js +1 -1
  3686. package/dist/esm/third-party/components/CleanSizeCharts.liquid.js +3 -3
  3687. package/dist/esm/third-party/components/CrossSellCartUpsell/CrossSellCartUpsellSampleContent.js +1 -1
  3688. package/dist/esm/third-party/components/CrossSellCartUpsell.js +1 -1
  3689. package/dist/esm/third-party/components/CrossSellCartUpsell.liquid.js +2 -2
  3690. package/dist/esm/third-party/components/CustomProductOptionsVariant.js +1 -1
  3691. package/dist/esm/third-party/components/CustomProductOptionsVariant.liquid.js +4 -4
  3692. package/dist/esm/third-party/components/DealeasyVolumeDiscounts.js +1 -1
  3693. package/dist/esm/third-party/components/DealeasyVolumeDiscounts.liquid.js +5 -5
  3694. package/dist/esm/third-party/components/DiscountyBulkDiscountSales.js +1 -1
  3695. package/dist/esm/third-party/components/DiscountyBulkDiscountSales.liquid.js +4 -4
  3696. package/dist/esm/third-party/components/EasifyProductOptions.js +1 -1
  3697. package/dist/esm/third-party/components/EasifyProductOptions.liquid.js +3 -3
  3698. package/dist/esm/third-party/components/EasyBundleBuilderSkailama.js +1 -1
  3699. package/dist/esm/third-party/components/EasyBundleBuilderSkailama.liquid.js +1 -1
  3700. package/dist/esm/third-party/components/EasySellCOD.js +1 -1
  3701. package/dist/esm/third-party/components/EasySellCOD.liquid.js +4 -4
  3702. package/dist/esm/third-party/components/EcoboostifyShoppableReelUgc.js +1 -1
  3703. package/dist/esm/third-party/components/EcoboostifyShoppableReelUgc.liquid.js +1 -1
  3704. package/dist/esm/third-party/components/EcomsendBackInStockAlert.js +1 -1
  3705. package/dist/esm/third-party/components/EcomsendBackInStockAlert.liquid.js +3 -3
  3706. package/dist/esm/third-party/components/EssentialAnnouncementBar.js +1 -1
  3707. package/dist/esm/third-party/components/EssentialAnnouncementBar.liquid.js +1 -1
  3708. package/dist/esm/third-party/components/EssentialCountdownTimerBar.js +1 -1
  3709. package/dist/esm/third-party/components/EssentialCountdownTimerBar.liquid.js +1 -1
  3710. package/dist/esm/third-party/components/EstimatedDeliveryDatePlus.js +1 -1
  3711. package/dist/esm/third-party/components/EstimatedDeliveryDatePlus.liquid.js +1 -1
  3712. package/dist/esm/third-party/components/FastBundleBundlesDiscounts.js +1 -1
  3713. package/dist/esm/third-party/components/FastBundleBundlesDiscounts.liquid.js +4 -4
  3714. package/dist/esm/third-party/components/FeraReviews/FeraReviewsSampleContent.js +1 -1
  3715. package/dist/esm/third-party/components/FeraReviews/LiquidTemplateByWidget.js +1 -1
  3716. package/dist/esm/third-party/components/FeraReviews.js +1 -1
  3717. package/dist/esm/third-party/components/FeraReviews.liquid.js +3 -3
  3718. package/dist/esm/third-party/components/FirePush/FirePushSampleContent.js +1 -1
  3719. package/dist/esm/third-party/components/FirePush.js +1 -1
  3720. package/dist/esm/third-party/components/FirePush.liquid.js +4 -4
  3721. package/dist/esm/third-party/components/FlyBundlesUpsellsFbt.js +1 -1
  3722. package/dist/esm/third-party/components/FlyBundlesUpsellsFbt.liquid.js +1 -1
  3723. package/dist/esm/third-party/components/FordeerProductLabels.js +1 -1
  3724. package/dist/esm/third-party/components/FordeerProductLabels.liquid.js +3 -3
  3725. package/dist/esm/third-party/components/FrequentlyBoughtTogether/FrequentlyBoughtTogetherSampleContent.js +1 -1
  3726. package/dist/esm/third-party/components/FrequentlyBoughtTogether.js +1 -1
  3727. package/dist/esm/third-party/components/FrequentlyBoughtTogether.liquid.js +4 -4
  3728. package/dist/esm/third-party/components/GloColorSwatchvariantImage.js +1 -1
  3729. package/dist/esm/third-party/components/GloColorSwatchvariantImage.liquid.js +1 -1
  3730. package/dist/esm/third-party/components/GloboProductOptionsVariant.js +1 -1
  3731. package/dist/esm/third-party/components/GloboProductOptionsVariant.liquid.js +1 -1
  3732. package/dist/esm/third-party/components/GoogleReviewsByReputon.js +1 -1
  3733. package/dist/esm/third-party/components/GoogleReviewsByReputon.liquid.js +3 -3
  3734. package/dist/esm/third-party/components/Growave/GrowaveSampleContent.js +1 -1
  3735. package/dist/esm/third-party/components/Growave.js +1 -1
  3736. package/dist/esm/third-party/components/Growave.liquid.js +3 -3
  3737. package/dist/esm/third-party/components/GrowthSuiteDiscountCodes.js +1 -1
  3738. package/dist/esm/third-party/components/GrowthSuiteDiscountCodes.liquid.js +3 -3
  3739. package/dist/esm/third-party/components/HextomCountdownTimerBar.js +1 -1
  3740. package/dist/esm/third-party/components/HextomCountdownTimerBar.liquid.js +1 -1
  3741. package/dist/esm/third-party/components/HextomFreeShippingBar.js +1 -1
  3742. package/dist/esm/third-party/components/HextomFreeShippingBar.liquid.js +1 -1
  3743. package/dist/esm/third-party/components/HulkFormBuilder.js +1 -1
  3744. package/dist/esm/third-party/components/HulkFormBuilder.liquid.js +4 -4
  3745. package/dist/esm/third-party/components/HulkProductOptions.js +1 -1
  3746. package/dist/esm/third-party/components/HulkProductOptions.liquid.js +1 -1
  3747. package/dist/esm/third-party/components/InfiniteOptions/InfiniteOptionsSampleContent.js +1 -1
  3748. package/dist/esm/third-party/components/InfiniteOptions.js +1 -1
  3749. package/dist/esm/third-party/components/InfiniteOptions.liquid.js +4 -4
  3750. package/dist/esm/third-party/components/Instafeed/InstafeedSampleContent.js +1 -1
  3751. package/dist/esm/third-party/components/Instafeed.js +1 -1
  3752. package/dist/esm/third-party/components/Instafeed.liquid.js +2 -2
  3753. package/dist/esm/third-party/components/InstasellShoppableInstagram.js +1 -1
  3754. package/dist/esm/third-party/components/InstasellShoppableInstagram.liquid.js +1 -1
  3755. package/dist/esm/third-party/components/Judgeme/JudgemeSampleContent.js +1 -1
  3756. package/dist/esm/third-party/components/JudgemeReviews.js +1 -1
  3757. package/dist/esm/third-party/components/JudgemeReviews.liquid.js +3 -3
  3758. package/dist/esm/third-party/components/JunipProductReviewsUgc.js +1 -1
  3759. package/dist/esm/third-party/components/JunipProductReviewsUgc.liquid.js +1 -1
  3760. package/dist/esm/third-party/components/KachingBundles/KachingBundlesSampleContent.js +1 -1
  3761. package/dist/esm/third-party/components/KachingBundles.js +1 -1
  3762. package/dist/esm/third-party/components/KachingBundles.liquid.js +4 -4
  3763. package/dist/esm/third-party/components/KachingSubscriptionsApp.js +1 -1
  3764. package/dist/esm/third-party/components/KachingSubscriptionsApp.liquid.js +3 -3
  3765. package/dist/esm/third-party/components/KingProductOptions/KingProductOptionsSampleContent.js +1 -1
  3766. package/dist/esm/third-party/components/KingProductOptions.js +1 -1
  3767. package/dist/esm/third-party/components/KingProductOptions.liquid.js +4 -4
  3768. package/dist/esm/third-party/components/KiteFreeGiftDiscount.js +1 -1
  3769. package/dist/esm/third-party/components/KiteFreeGiftDiscount.liquid.js +1 -1
  3770. package/dist/esm/third-party/components/KlarnaMessaging.js +1 -1
  3771. package/dist/esm/third-party/components/KlarnaMessaging.liquid.js +4 -4
  3772. package/dist/esm/third-party/components/Klaviyo/KlaviyoSampleContent.js +1 -1
  3773. package/dist/esm/third-party/components/Klaviyo.js +1 -1
  3774. package/dist/esm/third-party/components/Klaviyo.liquid.js +4 -4
  3775. package/dist/esm/third-party/components/KoalaBundleQuantityDiscount.js +1 -1
  3776. package/dist/esm/third-party/components/KoalaBundleQuantityDiscount.liquid.js +1 -1
  3777. package/dist/esm/third-party/components/LaiProductReviews/LaiProductReviewsSampleContent.js +1 -1
  3778. package/dist/esm/third-party/components/LaiProductReviews/LiquidTemplateByWiget.js +10 -10
  3779. package/dist/esm/third-party/components/LaiProductReviews.js +1 -1
  3780. package/dist/esm/third-party/components/LaiProductReviews.liquid.js +3 -3
  3781. package/dist/esm/third-party/components/LoloyalLoyaltyReferrals.js +1 -1
  3782. package/dist/esm/third-party/components/LoloyalLoyaltyReferrals.liquid.js +1 -1
  3783. package/dist/esm/third-party/components/LoopSubscriptions.js +1 -1
  3784. package/dist/esm/third-party/components/LoopSubscriptions.liquid.js +2 -2
  3785. package/dist/esm/third-party/components/LooxReviews/LooxReviewsSampleContent.js +1 -1
  3786. package/dist/esm/third-party/components/LooxReviews.js +1 -1
  3787. package/dist/esm/third-party/components/LooxReviews.liquid.js +3 -3
  3788. package/dist/esm/third-party/components/MaxbundleProductBundles.js +1 -1
  3789. package/dist/esm/third-party/components/MaxbundleProductBundles.liquid.js +5 -5
  3790. package/dist/esm/third-party/components/MbcBundleVolumeDiscount.js +1 -1
  3791. package/dist/esm/third-party/components/MbcBundleVolumeDiscount.liquid.js +3 -3
  3792. package/dist/esm/third-party/components/MyappgurusProductReviews.js +1 -1
  3793. package/dist/esm/third-party/components/MyappgurusProductReviews.liquid.js +1 -1
  3794. package/dist/esm/third-party/components/NotifyBackInStockPreOrder.js +1 -1
  3795. package/dist/esm/third-party/components/NotifyBackInStockPreOrder.liquid.js +4 -4
  3796. package/dist/esm/third-party/components/OkendoReviewsLoyalty.js +1 -1
  3797. package/dist/esm/third-party/components/OkendoReviewsLoyalty.liquid.js +1 -1
  3798. package/dist/esm/third-party/components/Omnisend/OmnisendSampleContent.js +1 -1
  3799. package/dist/esm/third-party/components/Omnisend.js +1 -1
  3800. package/dist/esm/third-party/components/Omnisend.liquid.js +3 -3
  3801. package/dist/esm/third-party/components/Opinew/OpinewSampleContent.js +1 -1
  3802. package/dist/esm/third-party/components/Opinew.js +1 -1
  3803. package/dist/esm/third-party/components/Opinew.liquid.js +3 -3
  3804. package/dist/esm/third-party/components/ParcelPanel/ParcelPanelSampleContent.js +1 -1
  3805. package/dist/esm/third-party/components/ParcelPanel.js +1 -1
  3806. package/dist/esm/third-party/components/ParcelPanel.liquid.js +1 -1
  3807. package/dist/esm/third-party/components/PickyStory/PickyStorySampleContent.js +1 -1
  3808. package/dist/esm/third-party/components/PickyStory.js +1 -1
  3809. package/dist/esm/third-party/components/PickyStory.liquid.js +3 -3
  3810. package/dist/esm/third-party/components/PowerfulContactFormBuilder.js +1 -1
  3811. package/dist/esm/third-party/components/PowerfulContactFormBuilder.liquid.js +1 -1
  3812. package/dist/esm/third-party/components/PreorderNowPreOrderPq.js +1 -1
  3813. package/dist/esm/third-party/components/PreorderNowPreOrderPq.liquid.js +1 -1
  3814. package/dist/esm/third-party/components/PreorderNowWodPresale.js +1 -1
  3815. package/dist/esm/third-party/components/PreorderNowWodPresale.liquid.js +1 -1
  3816. package/dist/esm/third-party/components/ProductOptionsCustomizer.js +1 -1
  3817. package/dist/esm/third-party/components/ProductOptionsCustomizer.liquid.js +1 -1
  3818. package/dist/esm/third-party/components/ProductOptionsVariantOption.js +1 -1
  3819. package/dist/esm/third-party/components/ProductOptionsVariantOption.liquid.js +4 -4
  3820. package/dist/esm/third-party/components/ProductReviews/ProductReviewsSampleContent.js +1 -1
  3821. package/dist/esm/third-party/components/ProductReviews.js +1 -1
  3822. package/dist/esm/third-party/components/ProductReviews.liquid.js +2 -2
  3823. package/dist/esm/third-party/components/PumperBundlesVolumeDiscount.js +1 -1
  3824. package/dist/esm/third-party/components/PumperBundlesVolumeDiscount.liquid.js +1 -1
  3825. package/dist/esm/third-party/components/PushOwl.js +1 -1
  3826. package/dist/esm/third-party/components/PushOwl.liquid.js +3 -3
  3827. package/dist/esm/third-party/components/QikifyUpsell.js +1 -1
  3828. package/dist/esm/third-party/components/QikifyUpsell.liquid.js +1 -1
  3829. package/dist/esm/third-party/components/RapiBundleQuantityBreaks.js +1 -1
  3830. package/dist/esm/third-party/components/RapiBundleQuantityBreaks.liquid.js +5 -5
  3831. package/dist/esm/third-party/components/RechargeSubscriptions.js +1 -1
  3832. package/dist/esm/third-party/components/RechargeSubscriptions.liquid.js +1 -1
  3833. package/dist/esm/third-party/components/RecurpaySubscriptionApp.js +1 -1
  3834. package/dist/esm/third-party/components/RecurpaySubscriptionApp.liquid.js +4 -4
  3835. package/dist/esm/third-party/components/Releasit/ReleasitSampleContent.js +1 -1
  3836. package/dist/esm/third-party/components/Releasit.js +1 -1
  3837. package/dist/esm/third-party/components/Releasit.liquid.js +3 -3
  3838. package/dist/esm/third-party/components/RequestQuoteHidePrice.js +1 -1
  3839. package/dist/esm/third-party/components/RequestQuoteHidePrice.liquid.js +3 -3
  3840. package/dist/esm/third-party/components/ReviewxpoProductReviewsApp.js +1 -1
  3841. package/dist/esm/third-party/components/ReviewxpoProductReviewsApp.liquid.js +1 -1
  3842. package/dist/esm/third-party/components/Rivyo/RivyoSampleContent.js +1 -1
  3843. package/dist/esm/third-party/components/Rivyo.js +1 -1
  3844. package/dist/esm/third-party/components/Rivyo.liquid.js +3 -3
  3845. package/dist/esm/third-party/components/Ryviu/RyviuSampleContent.js +1 -1
  3846. package/dist/esm/third-party/components/Ryviu.js +1 -1
  3847. package/dist/esm/third-party/components/Ryviu.liquid.js +3 -3
  3848. package/dist/esm/third-party/components/SealSubscriptions/SealSubscriptionsSampleContent.js +1 -1
  3849. package/dist/esm/third-party/components/SealSubscriptions.js +1 -1
  3850. package/dist/esm/third-party/components/SealSubscriptions.liquid.js +3 -3
  3851. package/dist/esm/third-party/components/SegunoEmailMarketing.js +1 -1
  3852. package/dist/esm/third-party/components/SegunoEmailMarketing.liquid.js +1 -1
  3853. package/dist/esm/third-party/components/Selleasy.js +1 -1
  3854. package/dist/esm/third-party/components/Selleasy.liquid.js +1 -1
  3855. package/dist/esm/third-party/components/SeoantTrustBadgesIcon.js +1 -1
  3856. package/dist/esm/third-party/components/SeoantTrustBadgesIcon.liquid.js +1 -1
  3857. package/dist/esm/third-party/components/ShopifyForms.js +1 -1
  3858. package/dist/esm/third-party/components/ShopifyForms.liquid.js +1 -1
  3859. package/dist/esm/third-party/components/ShopifySubscriptions.js +1 -1
  3860. package/dist/esm/third-party/components/ShopifySubscriptions.liquid.js +4 -4
  3861. package/dist/esm/third-party/components/SimpleBundlesKits.js +1 -1
  3862. package/dist/esm/third-party/components/SimpleBundlesKits.liquid.js +1 -1
  3863. package/dist/esm/third-party/components/SkioSubscriptionsYcS20.js +1 -1
  3864. package/dist/esm/third-party/components/SkioSubscriptionsYcS20.liquid.js +1 -1
  3865. package/dist/esm/third-party/components/SmartSearchBarAndFilters/SmartSearchBarAndFiltersSampleContent.js +1 -1
  3866. package/dist/esm/third-party/components/SmartSearchBarAndFilters.js +1 -1
  3867. package/dist/esm/third-party/components/SmartSearchBarAndFilters.liquid.js +5 -5
  3868. package/dist/esm/third-party/components/SproutPlantTreesGrowSales.js +1 -1
  3869. package/dist/esm/third-party/components/SproutPlantTreesGrowSales.liquid.js +1 -1
  3870. package/dist/esm/third-party/components/Stamped/LiquidTemplateByWidget.js +46 -46
  3871. package/dist/esm/third-party/components/Stamped/StampedSampleContent.js +1 -1
  3872. package/dist/esm/third-party/components/Stamped.js +1 -1
  3873. package/dist/esm/third-party/components/Stamped.liquid.js +4 -4
  3874. package/dist/esm/third-party/components/StellarDeliveryDatePickup.js +1 -1
  3875. package/dist/esm/third-party/components/StellarDeliveryDatePickup.liquid.js +4 -4
  3876. package/dist/esm/third-party/components/SubifySubscriptionsApp.js +1 -1
  3877. package/dist/esm/third-party/components/SubifySubscriptionsApp.liquid.js +1 -1
  3878. package/dist/esm/third-party/components/TagembedSocialPostReview.js +1 -1
  3879. package/dist/esm/third-party/components/TagembedSocialPostReview.liquid.js +4 -4
  3880. package/dist/esm/third-party/components/TagshopShoppableVideosUgc.js +1 -1
  3881. package/dist/esm/third-party/components/TagshopShoppableVideosUgc.liquid.js +2 -2
  3882. package/dist/esm/third-party/components/TeeinblueProductPersonalizer.js +1 -1
  3883. package/dist/esm/third-party/components/TeeinblueProductPersonalizer.liquid.js +4 -4
  3884. package/dist/esm/third-party/components/ThirdPartyPreview.js +1 -1
  3885. package/dist/esm/third-party/components/TrustBadgesBear.js +1 -1
  3886. package/dist/esm/third-party/components/TrustBadgesBear.liquid.js +1 -1
  3887. package/dist/esm/third-party/components/TrustMe/TrustMeSampleContent.js +1 -1
  3888. package/dist/esm/third-party/components/TrustMe.js +1 -1
  3889. package/dist/esm/third-party/components/TrustMe.liquid.js +3 -3
  3890. package/dist/esm/third-party/components/TrustedsiteTrustBadges.js +1 -1
  3891. package/dist/esm/third-party/components/TrustedsiteTrustBadges.liquid.js +1 -1
  3892. package/dist/esm/third-party/components/Trustoo/TrustooSampleContent.js +1 -1
  3893. package/dist/esm/third-party/components/Trustoo.js +1 -1
  3894. package/dist/esm/third-party/components/Trustoo.liquid.js +5 -5
  3895. package/dist/esm/third-party/components/TrustreviewsProductReviews.js +1 -1
  3896. package/dist/esm/third-party/components/TrustreviewsProductReviews.liquid.js +1 -1
  3897. package/dist/esm/third-party/components/TrustshopProductReviews.js +1 -1
  3898. package/dist/esm/third-party/components/TrustshopProductReviews.liquid.js +1 -1
  3899. package/dist/esm/third-party/components/UltimateSalesBoost/UltimateSalesBoostSampleContent.js +1 -1
  3900. package/dist/esm/third-party/components/UltimateSalesBoost.js +1 -1
  3901. package/dist/esm/third-party/components/UltimateSalesBoost.liquid.js +4 -4
  3902. package/dist/esm/third-party/components/UnlimitedBundlesDiscounts.js +1 -1
  3903. package/dist/esm/third-party/components/UnlimitedBundlesDiscounts.liquid.js +1 -1
  3904. package/dist/esm/third-party/components/UppromoteAffiliateMarketing.js +1 -1
  3905. package/dist/esm/third-party/components/UppromoteAffiliateMarketing.liquid.js +3 -3
  3906. package/dist/esm/third-party/components/Vitals/VitalsSampleContent.js +1 -1
  3907. package/dist/esm/third-party/components/Vitals.js +1 -1
  3908. package/dist/esm/third-party/components/Vitals.liquid.js +4 -4
  3909. package/dist/esm/third-party/components/WhatmoreShoppableVideosreel.js +1 -1
  3910. package/dist/esm/third-party/components/WhatmoreShoppableVideosreel.liquid.js +1 -1
  3911. package/dist/esm/third-party/components/WideBundle/WideBundleSampleContent.js +1 -1
  3912. package/dist/esm/third-party/components/WideBundle.js +1 -1
  3913. package/dist/esm/third-party/components/WideBundle.liquid.js +4 -4
  3914. package/dist/esm/third-party/components/Wiser/WiserSampleContent.js +1 -1
  3915. package/dist/esm/third-party/components/Wiser.js +1 -1
  3916. package/dist/esm/third-party/components/Wiser.liquid.js +4 -4
  3917. package/dist/esm/third-party/components/WishlistKing.js +1 -1
  3918. package/dist/esm/third-party/components/WishlistKing.liquid.js +1 -1
  3919. package/dist/esm/third-party/components/WishlistPlus.js +1 -1
  3920. package/dist/esm/third-party/components/WishlistPlus.liquid.js +6 -6
  3921. package/dist/esm/third-party/components/YotpoLoyalty/YotpoLoyaltySampleContent.js +1 -1
  3922. package/dist/esm/third-party/components/YotpoLoyalty.js +1 -1
  3923. package/dist/esm/third-party/components/YotpoReviews/YotpoReviewsSampleContent.js +1 -1
  3924. package/dist/esm/third-party/components/YotpoReviews.js +1 -1
  3925. package/dist/esm/third-party/components/YotpoReviews.liquid.js +3 -3
  3926. package/dist/esm/third-party/configs/AftershipEmailMarketingsms.js +1 -1
  3927. package/dist/esm/third-party/configs/AirProductReviewsAppUgc.js +1 -1
  3928. package/dist/esm/third-party/configs/AliReviews.js +1 -1
  3929. package/dist/esm/third-party/configs/AlsoBoughtCbb.js +1 -1
  3930. package/dist/esm/third-party/configs/AovBundlesVolumeDiscounts.js +1 -1
  3931. package/dist/esm/third-party/configs/AovFreeGiftBuyXGetYBogo.js +1 -1
  3932. package/dist/esm/third-party/configs/AppointmentBookingCowlendar.js +1 -1
  3933. package/dist/esm/third-party/configs/AppstleBundlesDiscounts.js +1 -1
  3934. package/dist/esm/third-party/configs/AppstleSubscriptions.js +1 -1
  3935. package/dist/esm/third-party/configs/BfSizeChartSizeGuide.js +1 -1
  3936. package/dist/esm/third-party/configs/BirdChime.js +1 -1
  3937. package/dist/esm/third-party/configs/BloyRewardsProgramLoyalty.js +1 -1
  3938. package/dist/esm/third-party/configs/Bogos.js +1 -1
  3939. package/dist/esm/third-party/configs/BoldProductOptions.js +1 -1
  3940. package/dist/esm/third-party/configs/BoldSubscription.js +1 -1
  3941. package/dist/esm/third-party/configs/BonLoyaltyRewardsReferrals.js +1 -1
  3942. package/dist/esm/third-party/configs/BonySubscriptionsApp.js +1 -1
  3943. package/dist/esm/third-party/configs/BoostAISearchDiscovery.js +1 -1
  3944. package/dist/esm/third-party/configs/Bundler.js +1 -1
  3945. package/dist/esm/third-party/configs/CleanSizeCharts.js +1 -1
  3946. package/dist/esm/third-party/configs/CrossSellCartUpsell.js +1 -1
  3947. package/dist/esm/third-party/configs/CustomProductOptionsVariant.js +1 -1
  3948. package/dist/esm/third-party/configs/DealeasyVolumeDiscounts.js +1 -1
  3949. package/dist/esm/third-party/configs/DiscountyBulkDiscountSales.js +1 -1
  3950. package/dist/esm/third-party/configs/EasifyProductOptions.js +1 -1
  3951. package/dist/esm/third-party/configs/EasyBundleBuilderSkailama.js +1 -1
  3952. package/dist/esm/third-party/configs/EasySellCOD.js +1 -1
  3953. package/dist/esm/third-party/configs/EcoboostifyShoppableReelUgc.js +1 -1
  3954. package/dist/esm/third-party/configs/EcomsendBackInStockAlert.js +1 -1
  3955. package/dist/esm/third-party/configs/EssentialAnnouncementBar.js +1 -1
  3956. package/dist/esm/third-party/configs/EssentialCountdownTimerBar.js +1 -1
  3957. package/dist/esm/third-party/configs/EstimatedDeliveryDatePlus.js +1 -1
  3958. package/dist/esm/third-party/configs/FastBundleBundlesDiscount.js +1 -1
  3959. package/dist/esm/third-party/configs/FeraReviews.js +1 -1
  3960. package/dist/esm/third-party/configs/FirePush.js +1 -1
  3961. package/dist/esm/third-party/configs/FlyBundlesUpsellsFbt.js +1 -1
  3962. package/dist/esm/third-party/configs/FordeerProductLabels.js +1 -1
  3963. package/dist/esm/third-party/configs/FrequentlyBoughtTogether.js +1 -1
  3964. package/dist/esm/third-party/configs/GloColorSwatchvariantImage.js +1 -1
  3965. package/dist/esm/third-party/configs/GoogleReviewsByReputon.js +1 -1
  3966. package/dist/esm/third-party/configs/Growave.js +1 -1
  3967. package/dist/esm/third-party/configs/GrowthSuiteDiscountCodes.js +1 -1
  3968. package/dist/esm/third-party/configs/HextomCountdownTimerBar.js +1 -1
  3969. package/dist/esm/third-party/configs/HextomFreeShippingBar.js +1 -1
  3970. package/dist/esm/third-party/configs/HulkFormBuilder.js +1 -1
  3971. package/dist/esm/third-party/configs/HulkProductOptions.js +1 -1
  3972. package/dist/esm/third-party/configs/InfiniteOptions.js +1 -1
  3973. package/dist/esm/third-party/configs/Instafeed.js +1 -1
  3974. package/dist/esm/third-party/configs/InstasellShoppableInstagram.js +1 -1
  3975. package/dist/esm/third-party/configs/JudgemeReviews.js +1 -1
  3976. package/dist/esm/third-party/configs/JunipProductReviewsUgc.js +1 -1
  3977. package/dist/esm/third-party/configs/KachingBundles.js +1 -1
  3978. package/dist/esm/third-party/configs/KachingSubscriptionsApp.js +1 -1
  3979. package/dist/esm/third-party/configs/KingProductOptions.js +1 -1
  3980. package/dist/esm/third-party/configs/KiteFreeGiftDiscount.js +1 -1
  3981. package/dist/esm/third-party/configs/KlarmaMessaging.js +1 -1
  3982. package/dist/esm/third-party/configs/Klaviyo.js +1 -1
  3983. package/dist/esm/third-party/configs/KoalaBundleQuantityDiscount.js +1 -1
  3984. package/dist/esm/third-party/configs/LaiProductReviews.js +1 -1
  3985. package/dist/esm/third-party/configs/LoloyalLoyaltyReferrals.js +1 -1
  3986. package/dist/esm/third-party/configs/LoopSubscriptions.js +1 -1
  3987. package/dist/esm/third-party/configs/LooxReviews.js +1 -1
  3988. package/dist/esm/third-party/configs/MaxbundleProductBundles.js +1 -1
  3989. package/dist/esm/third-party/configs/MbcBundleVolumeDiscount.js +1 -1
  3990. package/dist/esm/third-party/configs/MyappgurusProductReviews.js +1 -1
  3991. package/dist/esm/third-party/configs/NotifyBackInStockPreOrder.js +1 -1
  3992. package/dist/esm/third-party/configs/OkendoReviewsLoyalty.js +1 -1
  3993. package/dist/esm/third-party/configs/Omnisend.js +1 -1
  3994. package/dist/esm/third-party/configs/Opinew.js +1 -1
  3995. package/dist/esm/third-party/configs/ParcelPanel.js +1 -1
  3996. package/dist/esm/third-party/configs/PickyStory.js +1 -1
  3997. package/dist/esm/third-party/configs/PowerfulContactFormBuilder.js +1 -1
  3998. package/dist/esm/third-party/configs/PreorderNowPreOrderPq.js +1 -1
  3999. package/dist/esm/third-party/configs/PreorderNowWodPresale.js +1 -1
  4000. package/dist/esm/third-party/configs/ProductOptionsCustomizer.js +1 -1
  4001. package/dist/esm/third-party/configs/ProductReviews.js +1 -1
  4002. package/dist/esm/third-party/configs/PumperBundlesVolumeDiscount.js +1 -1
  4003. package/dist/esm/third-party/configs/PushOwl.js +1 -1
  4004. package/dist/esm/third-party/configs/QikifyUpsell.js +1 -1
  4005. package/dist/esm/third-party/configs/RapiBundleQuantityBreaks.js +1 -1
  4006. package/dist/esm/third-party/configs/RechargeSubscriptions.js +1 -1
  4007. package/dist/esm/third-party/configs/RecurpaySubscriptionApp.js +1 -1
  4008. package/dist/esm/third-party/configs/Releasit.js +1 -1
  4009. package/dist/esm/third-party/configs/RequestQuoteHidePrice.js +1 -1
  4010. package/dist/esm/third-party/configs/ReviewxpoProductReviewsApp.js +1 -1
  4011. package/dist/esm/third-party/configs/Rivyo.js +1 -1
  4012. package/dist/esm/third-party/configs/Ryviu.js +1 -1
  4013. package/dist/esm/third-party/configs/SealSubscriptions.js +1 -1
  4014. package/dist/esm/third-party/configs/SegunoEmailMarketing.js +1 -1
  4015. package/dist/esm/third-party/configs/Selleasy.js +1 -1
  4016. package/dist/esm/third-party/configs/SeoantTrustBadgesIcon.js +1 -1
  4017. package/dist/esm/third-party/configs/ShopifyForms.js +1 -1
  4018. package/dist/esm/third-party/configs/ShopifySubscriptions.js +1 -1
  4019. package/dist/esm/third-party/configs/SimpleBundlesKits.js +1 -1
  4020. package/dist/esm/third-party/configs/SkioSubscriptionsYcS20.js +1 -1
  4021. package/dist/esm/third-party/configs/SmartSearchBarAndFilters.js +1 -1
  4022. package/dist/esm/third-party/configs/SproutPlantTreesGrowSales.js +1 -1
  4023. package/dist/esm/third-party/configs/Stamped.js +1 -1
  4024. package/dist/esm/third-party/configs/StellarDeliveryDatePickup.js +1 -1
  4025. package/dist/esm/third-party/configs/SubifySubscriptionsApp.js +1 -1
  4026. package/dist/esm/third-party/configs/TagembedSocialPostReview.js +1 -1
  4027. package/dist/esm/third-party/configs/TagshopShoppableVideosUgc.js +1 -1
  4028. package/dist/esm/third-party/configs/TrustBadgesBear.js +1 -1
  4029. package/dist/esm/third-party/configs/TrustMe.js +1 -1
  4030. package/dist/esm/third-party/configs/TrustedsiteTrustBadges.js +1 -1
  4031. package/dist/esm/third-party/configs/Trustoo.js +1 -1
  4032. package/dist/esm/third-party/configs/TrustreviewsProductReviews.js +1 -1
  4033. package/dist/esm/third-party/configs/TrustshopProductReviews.js +1 -1
  4034. package/dist/esm/third-party/configs/UltimateSalesBoost.js +1 -1
  4035. package/dist/esm/third-party/configs/UnlimitedBundlesDiscounts.js +1 -1
  4036. package/dist/esm/third-party/configs/UppromoteAffiliateMarketing.js +1 -1
  4037. package/dist/esm/third-party/configs/Vitals.js +1 -1
  4038. package/dist/esm/third-party/configs/WhatmoreShoppableVideosreel.js +1 -1
  4039. package/dist/esm/third-party/configs/WideBundle.js +1 -1
  4040. package/dist/esm/third-party/configs/Wiser.js +1 -1
  4041. package/dist/esm/third-party/configs/WishlistKing.js +1 -1
  4042. package/dist/esm/third-party/configs/WishlistPlus.js +1 -1
  4043. package/dist/esm/third-party/configs/YotpoLoyalty.js +1 -1
  4044. package/dist/esm/third-party/configs/YotpoReviews.js +1 -1
  4045. package/dist/esm/third-party/index.js +1 -1
  4046. package/dist/esm/third-party/next.js +1 -1
  4047. package/dist/esm/third-party/settings/AftershipEmailMarketingsms/index.js +2 -2
  4048. package/dist/esm/third-party/settings/AftershipEmailMarketingsms/uiV2.js +1 -1
  4049. package/dist/esm/third-party/settings/AirProductReviewsAppUgc/index.js +2 -2
  4050. package/dist/esm/third-party/settings/AirProductReviewsAppUgc/uiV2.js +1 -1
  4051. package/dist/esm/third-party/settings/AliReviews/index.js +2 -2
  4052. package/dist/esm/third-party/settings/AliReviews/uiV2.js +1 -1
  4053. package/dist/esm/third-party/settings/AlsoBoughtCbb/index.js +2 -2
  4054. package/dist/esm/third-party/settings/AlsoBoughtCbb/uiV2.js +1 -1
  4055. package/dist/esm/third-party/settings/AovBundlesVolumeDiscounts/index.js +2 -2
  4056. package/dist/esm/third-party/settings/AovBundlesVolumeDiscounts/uiV2.js +1 -1
  4057. package/dist/esm/third-party/settings/AovFreeGiftBuyXGetYBogo/index.js +2 -2
  4058. package/dist/esm/third-party/settings/AovFreeGiftBuyXGetYBogo/uiV2.js +1 -1
  4059. package/dist/esm/third-party/settings/AppointmentBookingCowlendar/index.js +2 -2
  4060. package/dist/esm/third-party/settings/AppointmentBookingCowlendar/uiV2.js +1 -1
  4061. package/dist/esm/third-party/settings/AppstleBundlesDiscounts/index.js +2 -2
  4062. package/dist/esm/third-party/settings/AppstleBundlesDiscounts/uiV2.js +1 -1
  4063. package/dist/esm/third-party/settings/AppstleSubscriptions/index.js +2 -2
  4064. package/dist/esm/third-party/settings/AppstleSubscriptions/uiV2.js +1 -1
  4065. package/dist/esm/third-party/settings/BestBuyFulfillment/index.js +2 -2
  4066. package/dist/esm/third-party/settings/BestBuyFulfillment/uiV2.js +1 -1
  4067. package/dist/esm/third-party/settings/BfSizeChartSizeGuide/index.js +2 -2
  4068. package/dist/esm/third-party/settings/BfSizeChartSizeGuide/uiV2.js +1 -1
  4069. package/dist/esm/third-party/settings/BirdChime/index.js +2 -2
  4070. package/dist/esm/third-party/settings/BirdChime/uiV2.js +1 -1
  4071. package/dist/esm/third-party/settings/BloyRewardsProgramLoyalty/index.js +2 -2
  4072. package/dist/esm/third-party/settings/BloyRewardsProgramLoyalty/uiV2.js +1 -1
  4073. package/dist/esm/third-party/settings/Bogos/index.js +2 -2
  4074. package/dist/esm/third-party/settings/Bogos/uiV2.js +1 -1
  4075. package/dist/esm/third-party/settings/BoldProductOptions/index.js +2 -2
  4076. package/dist/esm/third-party/settings/BoldProductOptions/uiV2.js +1 -1
  4077. package/dist/esm/third-party/settings/BoldSubscriptions/index.js +2 -2
  4078. package/dist/esm/third-party/settings/BoldSubscriptions/uiV2.js +1 -1
  4079. package/dist/esm/third-party/settings/BonLoyaltyRewardsReferrals/index.js +2 -2
  4080. package/dist/esm/third-party/settings/BonLoyaltyRewardsReferrals/uiV2.js +1 -1
  4081. package/dist/esm/third-party/settings/BonySubscriptionsApp/index.js +2 -2
  4082. package/dist/esm/third-party/settings/BonySubscriptionsApp/uiV2.js +1 -1
  4083. package/dist/esm/third-party/settings/BoostAISearchDiscovery/index.js +2 -2
  4084. package/dist/esm/third-party/settings/BoostAISearchDiscovery/uiV2.js +1 -1
  4085. package/dist/esm/third-party/settings/Bundler/index.js +2 -2
  4086. package/dist/esm/third-party/settings/Bundler/uiV2.js +1 -1
  4087. package/dist/esm/third-party/settings/CleanSizeCharts/index.js +2 -2
  4088. package/dist/esm/third-party/settings/CleanSizeCharts/uiV2.js +1 -1
  4089. package/dist/esm/third-party/settings/CrossSellCartUpsell/index.js +2 -2
  4090. package/dist/esm/third-party/settings/CrossSellCartUpsell/uiV2.js +1 -1
  4091. package/dist/esm/third-party/settings/CustomProductOptionsVariant/index.js +2 -2
  4092. package/dist/esm/third-party/settings/CustomProductOptionsVariant/uiV2.js +1 -1
  4093. package/dist/esm/third-party/settings/DealeasyVolumeDiscounts/index.js +2 -2
  4094. package/dist/esm/third-party/settings/DealeasyVolumeDiscounts/uiV2.js +1 -1
  4095. package/dist/esm/third-party/settings/DiscountyBulkDiscountSales/index.js +2 -2
  4096. package/dist/esm/third-party/settings/DiscountyBulkDiscountSales/uiV2.js +1 -1
  4097. package/dist/esm/third-party/settings/EasifyProductOptions/index.js +2 -2
  4098. package/dist/esm/third-party/settings/EasifyProductOptions/uiV2.js +1 -1
  4099. package/dist/esm/third-party/settings/EasyBundleBuilderSkailama/index.js +2 -2
  4100. package/dist/esm/third-party/settings/EasyBundleBuilderSkailama/uiV2.js +1 -1
  4101. package/dist/esm/third-party/settings/EasySellCOD/index.js +2 -2
  4102. package/dist/esm/third-party/settings/EasySellCOD/uiV2.js +1 -1
  4103. package/dist/esm/third-party/settings/EcoboostifyShoppableReelUgc/index.js +2 -2
  4104. package/dist/esm/third-party/settings/EcoboostifyShoppableReelUgc/uiV2.js +1 -1
  4105. package/dist/esm/third-party/settings/EcomsendBackInStockAlert/index.js +2 -2
  4106. package/dist/esm/third-party/settings/EcomsendBackInStockAlert/uiV2.js +1 -1
  4107. package/dist/esm/third-party/settings/EssentialAnnouncementBar/index.js +2 -2
  4108. package/dist/esm/third-party/settings/EssentialAnnouncementBar/uiV2.js +1 -1
  4109. package/dist/esm/third-party/settings/EssentialCountdownTimerBar/index.js +2 -2
  4110. package/dist/esm/third-party/settings/EssentialCountdownTimerBar/uiV2.js +1 -1
  4111. package/dist/esm/third-party/settings/EstimatedDeliveryDatePlus/index.js +2 -2
  4112. package/dist/esm/third-party/settings/EstimatedDeliveryDatePlus/uiV2.js +1 -1
  4113. package/dist/esm/third-party/settings/FastBundleBundlesDiscounts/index.js +2 -2
  4114. package/dist/esm/third-party/settings/FastBundleBundlesDiscounts/uiV2.js +1 -1
  4115. package/dist/esm/third-party/settings/FeraReviews/index.js +2 -2
  4116. package/dist/esm/third-party/settings/FeraReviews/uiV2.js +1 -1
  4117. package/dist/esm/third-party/settings/FirePush/index.js +2 -2
  4118. package/dist/esm/third-party/settings/FirePush/uiV2.js +1 -1
  4119. package/dist/esm/third-party/settings/FlyBundlesUpsellsFbt/index.js +2 -2
  4120. package/dist/esm/third-party/settings/FlyBundlesUpsellsFbt/uiV2.js +1 -1
  4121. package/dist/esm/third-party/settings/FordeerProductLabels/index.js +2 -2
  4122. package/dist/esm/third-party/settings/FordeerProductLabels/uiV2.js +1 -1
  4123. package/dist/esm/third-party/settings/FrequentlyBoughtTogether/index.js +2 -2
  4124. package/dist/esm/third-party/settings/FrequentlyBoughtTogether/uiV2.js +1 -1
  4125. package/dist/esm/third-party/settings/GloColorSwatchvariantImage/index.js +2 -2
  4126. package/dist/esm/third-party/settings/GloColorSwatchvariantImage/uiV2.js +1 -1
  4127. package/dist/esm/third-party/settings/GloboProductOptionsVariant/index.js +2 -2
  4128. package/dist/esm/third-party/settings/GloboProductOptionsVariant/uiV2.js +1 -1
  4129. package/dist/esm/third-party/settings/GoogleReviewsByReputon/index.js +2 -2
  4130. package/dist/esm/third-party/settings/GoogleReviewsByReputon/uiV2.js +1 -1
  4131. package/dist/esm/third-party/settings/Growave/index.js +2 -2
  4132. package/dist/esm/third-party/settings/Growave/uiV2.js +1 -1
  4133. package/dist/esm/third-party/settings/GrowthSuiteDiscountCodes/index.js +2 -2
  4134. package/dist/esm/third-party/settings/GrowthSuiteDiscountCodes/uiV2.js +1 -1
  4135. package/dist/esm/third-party/settings/HextomCountdownTimerBar/index.js +2 -2
  4136. package/dist/esm/third-party/settings/HextomCountdownTimerBar/uiV2.js +1 -1
  4137. package/dist/esm/third-party/settings/HextomFreeShippingBar/index.js +2 -2
  4138. package/dist/esm/third-party/settings/HextomFreeShippingBar/uiV2.js +1 -1
  4139. package/dist/esm/third-party/settings/HulkFormBuilder/index.js +2 -2
  4140. package/dist/esm/third-party/settings/HulkFormBuilder/uiV2.js +1 -1
  4141. package/dist/esm/third-party/settings/HulkProductOptions/index.js +2 -2
  4142. package/dist/esm/third-party/settings/HulkProductOptions/uiV2.js +1 -1
  4143. package/dist/esm/third-party/settings/InfiniteOptions/index.js +2 -2
  4144. package/dist/esm/third-party/settings/InfiniteOptions/uiV2.js +1 -1
  4145. package/dist/esm/third-party/settings/Instafeed/index.js +2 -2
  4146. package/dist/esm/third-party/settings/Instafeed/uiV2.js +1 -1
  4147. package/dist/esm/third-party/settings/InstasellShoppableInstagram/index.js +2 -2
  4148. package/dist/esm/third-party/settings/InstasellShoppableInstagram/uiV2.js +1 -1
  4149. package/dist/esm/third-party/settings/JudgemeReviews/index.js +2 -2
  4150. package/dist/esm/third-party/settings/JudgemeReviews/uiV2.js +1 -1
  4151. package/dist/esm/third-party/settings/JunipProductReviewsUgc/index.js +2 -2
  4152. package/dist/esm/third-party/settings/JunipProductReviewsUgc/uiV2.js +1 -1
  4153. package/dist/esm/third-party/settings/KachingBundles/index.js +2 -2
  4154. package/dist/esm/third-party/settings/KachingBundles/uiV2.js +1 -1
  4155. package/dist/esm/third-party/settings/KachingSubscriptionsApp/index.js +2 -2
  4156. package/dist/esm/third-party/settings/KachingSubscriptionsApp/uiV2.js +1 -1
  4157. package/dist/esm/third-party/settings/KingProductOptions/index.js +2 -2
  4158. package/dist/esm/third-party/settings/KingProductOptions/uiV2.js +1 -1
  4159. package/dist/esm/third-party/settings/KiteFreeGiftDiscount/index.js +2 -2
  4160. package/dist/esm/third-party/settings/KiteFreeGiftDiscount/uiV2.js +1 -1
  4161. package/dist/esm/third-party/settings/KlarnaMessaging/index.js +2 -2
  4162. package/dist/esm/third-party/settings/KlarnaMessaging/uiV2.js +1 -1
  4163. package/dist/esm/third-party/settings/Klaviyo/index.js +2 -2
  4164. package/dist/esm/third-party/settings/Klaviyo/uiV2.js +1 -1
  4165. package/dist/esm/third-party/settings/KoalaBundleQuantityDiscount/index.js +2 -2
  4166. package/dist/esm/third-party/settings/KoalaBundleQuantityDiscount/uiV2.js +1 -1
  4167. package/dist/esm/third-party/settings/LaiProductReviews/index.js +2 -2
  4168. package/dist/esm/third-party/settings/LaiProductReviews/uiV2.js +1 -1
  4169. package/dist/esm/third-party/settings/LoloyalLoyaltyReferrals/index.js +2 -2
  4170. package/dist/esm/third-party/settings/LoloyalLoyaltyReferrals/uiV2.js +1 -1
  4171. package/dist/esm/third-party/settings/LoopSubscriptions/index.js +2 -2
  4172. package/dist/esm/third-party/settings/LoopSubscriptions/uiV2.js +1 -1
  4173. package/dist/esm/third-party/settings/LooxReviews/index.js +2 -2
  4174. package/dist/esm/third-party/settings/LooxReviews/uiV2.js +1 -1
  4175. package/dist/esm/third-party/settings/MaxbundleProductBundles/index.js +2 -2
  4176. package/dist/esm/third-party/settings/MaxbundleProductBundles/uiV2.js +1 -1
  4177. package/dist/esm/third-party/settings/MbcBundleVolumeDiscount/index.js +2 -2
  4178. package/dist/esm/third-party/settings/MbcBundleVolumeDiscount/uiV2.js +1 -1
  4179. package/dist/esm/third-party/settings/MyappgurusProductReviews/index.js +2 -2
  4180. package/dist/esm/third-party/settings/MyappgurusProductReviews/uiV2.js +1 -1
  4181. package/dist/esm/third-party/settings/NotifyBackInStockPreOrder/index.js +2 -2
  4182. package/dist/esm/third-party/settings/NotifyBackInStockPreOrder/uiV2.js +1 -1
  4183. package/dist/esm/third-party/settings/OkendoReviewsLoyalty/index.js +2 -2
  4184. package/dist/esm/third-party/settings/OkendoReviewsLoyalty/uiV2.js +1 -1
  4185. package/dist/esm/third-party/settings/Omnisend/index.js +2 -2
  4186. package/dist/esm/third-party/settings/Omnisend/uiV2.js +1 -1
  4187. package/dist/esm/third-party/settings/Opinew/index.js +2 -2
  4188. package/dist/esm/third-party/settings/Opinew/uiV2.js +1 -1
  4189. package/dist/esm/third-party/settings/ParcelPanel/index.js +2 -2
  4190. package/dist/esm/third-party/settings/ParcelPanel/uiV2.js +1 -1
  4191. package/dist/esm/third-party/settings/PickyStory/index.js +2 -2
  4192. package/dist/esm/third-party/settings/PickyStory/uiV2.js +1 -1
  4193. package/dist/esm/third-party/settings/PowerfulContactFormBuilder/index.js +2 -2
  4194. package/dist/esm/third-party/settings/PowerfulContactFormBuilder/uiV2.js +1 -1
  4195. package/dist/esm/third-party/settings/PreorderNowPreOrderPq/index.js +2 -2
  4196. package/dist/esm/third-party/settings/PreorderNowPreOrderPq/uiV2.js +1 -1
  4197. package/dist/esm/third-party/settings/PreorderNowWodPresale/index.js +2 -2
  4198. package/dist/esm/third-party/settings/PreorderNowWodPresale/uiV2.js +1 -1
  4199. package/dist/esm/third-party/settings/ProductOptionsCustomizer/index.js +2 -2
  4200. package/dist/esm/third-party/settings/ProductOptionsCustomizer/uiV2.js +1 -1
  4201. package/dist/esm/third-party/settings/ProductOptionsVariantOption/index.js +2 -2
  4202. package/dist/esm/third-party/settings/ProductOptionsVariantOption/uiV2.js +1 -1
  4203. package/dist/esm/third-party/settings/ProductReviews/index.js +2 -2
  4204. package/dist/esm/third-party/settings/ProductReviews/uiV2.js +1 -1
  4205. package/dist/esm/third-party/settings/PumperBundlesVolumeDiscount/index.js +2 -2
  4206. package/dist/esm/third-party/settings/PumperBundlesVolumeDiscount/uiV2.js +1 -1
  4207. package/dist/esm/third-party/settings/PushOwl/index.js +2 -2
  4208. package/dist/esm/third-party/settings/PushOwl/uiV2.js +1 -1
  4209. package/dist/esm/third-party/settings/QikifyUpsell/index.js +2 -2
  4210. package/dist/esm/third-party/settings/QikifyUpsell/uiV2.js +1 -1
  4211. package/dist/esm/third-party/settings/RapiBundleQuantityBreaks/index.js +2 -2
  4212. package/dist/esm/third-party/settings/RapiBundleQuantityBreaks/uiV2.js +1 -1
  4213. package/dist/esm/third-party/settings/RechargeSubscriptions/index.js +2 -2
  4214. package/dist/esm/third-party/settings/RechargeSubscriptions/uiV2.js +1 -1
  4215. package/dist/esm/third-party/settings/RecurpaySubscriptionApp/index.js +2 -2
  4216. package/dist/esm/third-party/settings/RecurpaySubscriptionApp/uiV2.js +1 -1
  4217. package/dist/esm/third-party/settings/Releasit/index.js +2 -2
  4218. package/dist/esm/third-party/settings/Releasit/uiV2.js +1 -1
  4219. package/dist/esm/third-party/settings/RequestQuoteHidePrice/index.js +2 -2
  4220. package/dist/esm/third-party/settings/RequestQuoteHidePrice/uiV2.js +1 -1
  4221. package/dist/esm/third-party/settings/ReviewxpoProductReviewsApp/index.js +2 -2
  4222. package/dist/esm/third-party/settings/ReviewxpoProductReviewsApp/uiV2.js +1 -1
  4223. package/dist/esm/third-party/settings/Rivyo/index.js +2 -2
  4224. package/dist/esm/third-party/settings/Rivyo/uiV2.js +1 -1
  4225. package/dist/esm/third-party/settings/Ryviu/index.js +2 -2
  4226. package/dist/esm/third-party/settings/Ryviu/uiV2.js +1 -1
  4227. package/dist/esm/third-party/settings/SealSubscriptions/index.js +2 -2
  4228. package/dist/esm/third-party/settings/SealSubscriptions/uiV2.js +1 -1
  4229. package/dist/esm/third-party/settings/SegunoEmailMarketing/index.js +2 -2
  4230. package/dist/esm/third-party/settings/SegunoEmailMarketing/uiV2.js +1 -1
  4231. package/dist/esm/third-party/settings/Selleasy/index.js +2 -2
  4232. package/dist/esm/third-party/settings/Selleasy/uiV2.js +1 -1
  4233. package/dist/esm/third-party/settings/SeoantTrustBadgesIcon/index.js +2 -2
  4234. package/dist/esm/third-party/settings/SeoantTrustBadgesIcon/uiV2.js +1 -1
  4235. package/dist/esm/third-party/settings/ShopifyForms/index.js +2 -2
  4236. package/dist/esm/third-party/settings/ShopifyForms/uiV2.js +1 -1
  4237. package/dist/esm/third-party/settings/ShopifySubscriptions/index.js +2 -2
  4238. package/dist/esm/third-party/settings/ShopifySubscriptions/uiV2.js +1 -1
  4239. package/dist/esm/third-party/settings/SimpleBundlesKits/index.js +2 -2
  4240. package/dist/esm/third-party/settings/SimpleBundlesKits/uiV2.js +1 -1
  4241. package/dist/esm/third-party/settings/SkioSubscriptionsYcS20/index.js +2 -2
  4242. package/dist/esm/third-party/settings/SkioSubscriptionsYcS20/uiV2.js +1 -1
  4243. package/dist/esm/third-party/settings/SmartSearchBarAndFilters/index.js +2 -2
  4244. package/dist/esm/third-party/settings/SmartSearchBarAndFilters/uiV2.js +1 -1
  4245. package/dist/esm/third-party/settings/SproutPlantTreesGrowSales/index.js +2 -2
  4246. package/dist/esm/third-party/settings/SproutPlantTreesGrowSales/uiV2.js +1 -1
  4247. package/dist/esm/third-party/settings/Stamped/Badge.js +1 -1
  4248. package/dist/esm/third-party/settings/Stamped/BadgeDouble.js +1 -1
  4249. package/dist/esm/third-party/settings/Stamped/BadgeRibbon.js +1 -1
  4250. package/dist/esm/third-party/settings/Stamped/BadgeSingle.js +1 -1
  4251. package/dist/esm/third-party/settings/Stamped/Carousel.js +1 -1
  4252. package/dist/esm/third-party/settings/Stamped/CheckoutReviews.js +1 -1
  4253. package/dist/esm/third-party/settings/Stamped/Colors.js +1 -1
  4254. package/dist/esm/third-party/settings/Stamped/Filters.js +1 -1
  4255. package/dist/esm/third-party/settings/Stamped/FullPage.js +1 -1
  4256. package/dist/esm/third-party/settings/Stamped/InstagramFeed.js +1 -1
  4257. package/dist/esm/third-party/settings/Stamped/MainWidget.js +1 -1
  4258. package/dist/esm/third-party/settings/Stamped/ProductRating.js +1 -1
  4259. package/dist/esm/third-party/settings/Stamped/SingleHighlight.js +1 -1
  4260. package/dist/esm/third-party/settings/Stamped/SiteBadge.js +1 -1
  4261. package/dist/esm/third-party/settings/Stamped/TopRated.js +1 -1
  4262. package/dist/esm/third-party/settings/Stamped/VisualGallery.js +1 -1
  4263. package/dist/esm/third-party/settings/Stamped/WallPhotos.js +1 -1
  4264. package/dist/esm/third-party/settings/Stamped/index.js +1 -1
  4265. package/dist/esm/third-party/settings/Stamped.js +2 -2
  4266. package/dist/esm/third-party/settings/StellarDeliveryDatePickup/index.js +2 -2
  4267. package/dist/esm/third-party/settings/StellarDeliveryDatePickup/uiV2.js +1 -1
  4268. package/dist/esm/third-party/settings/SubifySubscriptionsApp/index.js +2 -2
  4269. package/dist/esm/third-party/settings/SubifySubscriptionsApp/uiV2.js +1 -1
  4270. package/dist/esm/third-party/settings/TagembedSocialPostReview/index.js +2 -2
  4271. package/dist/esm/third-party/settings/TagembedSocialPostReview/uiV2.js +1 -1
  4272. package/dist/esm/third-party/settings/TagshopShoppableVideosUgc/index.js +2 -2
  4273. package/dist/esm/third-party/settings/TagshopShoppableVideosUgc/uiV2.js +1 -1
  4274. package/dist/esm/third-party/settings/TeeinblueProductPersonalizer/index.js +2 -2
  4275. package/dist/esm/third-party/settings/TeeinblueProductPersonalizer/uiV2.js +1 -1
  4276. package/dist/esm/third-party/settings/TrustBadgesBear/index.js +2 -2
  4277. package/dist/esm/third-party/settings/TrustBadgesBear/uiV2.js +1 -1
  4278. package/dist/esm/third-party/settings/TrustMe/index.js +2 -2
  4279. package/dist/esm/third-party/settings/TrustMe/uiV2.js +1 -1
  4280. package/dist/esm/third-party/settings/TrustedsiteTrustBadges/index.js +2 -2
  4281. package/dist/esm/third-party/settings/TrustedsiteTrustBadges/uiV2.js +1 -1
  4282. package/dist/esm/third-party/settings/Trustoo/index.js +2 -2
  4283. package/dist/esm/third-party/settings/Trustoo/uiV2.js +1 -1
  4284. package/dist/esm/third-party/settings/TrustreviewsProductReviews/index.js +2 -2
  4285. package/dist/esm/third-party/settings/TrustreviewsProductReviews/uiV2.js +1 -1
  4286. package/dist/esm/third-party/settings/TrustshopProductReviews/index.js +2 -2
  4287. package/dist/esm/third-party/settings/TrustshopProductReviews/uiV2.js +1 -1
  4288. package/dist/esm/third-party/settings/UltimateSalesBoost/index.js +2 -2
  4289. package/dist/esm/third-party/settings/UltimateSalesBoost/uiV1.js +1 -1
  4290. package/dist/esm/third-party/settings/UltimateSalesBoost/uiV2.js +1 -1
  4291. package/dist/esm/third-party/settings/UnlimitedBundlesDiscounts/index.js +2 -2
  4292. package/dist/esm/third-party/settings/UnlimitedBundlesDiscounts/uiV2.js +1 -1
  4293. package/dist/esm/third-party/settings/UppromoteAffiliateMarketing/setting.js +2 -2
  4294. package/dist/esm/third-party/settings/UppromoteAffiliateMarketing/uiV2.js +1 -1
  4295. package/dist/esm/third-party/settings/Vitals/index.js +2 -2
  4296. package/dist/esm/third-party/settings/Vitals/uiV2.js +1 -1
  4297. package/dist/esm/third-party/settings/WhatmoreShoppableVideosreel/index.js +2 -2
  4298. package/dist/esm/third-party/settings/WhatmoreShoppableVideosreel/uiV2.js +1 -1
  4299. package/dist/esm/third-party/settings/WideBundle/index.js +2 -2
  4300. package/dist/esm/third-party/settings/WideBundle/uiV2.js +1 -1
  4301. package/dist/esm/third-party/settings/Wiser/index.js +2 -2
  4302. package/dist/esm/third-party/settings/Wiser/uiV2.js +1 -1
  4303. package/dist/esm/third-party/settings/WishlistKing/index.js +2 -2
  4304. package/dist/esm/third-party/settings/WishlistKing/uiV2.js +1 -1
  4305. package/dist/esm/third-party/settings/WishlistPlus/index.js +2 -2
  4306. package/dist/esm/third-party/settings/WishlistPlus/uiV2.js +1 -1
  4307. package/dist/esm/third-party/settings/YotpoLoyalty/index.js +2 -2
  4308. package/dist/esm/third-party/settings/YotpoLoyalty/uiV2.js +1 -1
  4309. package/dist/esm/third-party/settings/YotpoReviews/index.js +2 -2
  4310. package/dist/esm/third-party/settings/YotpoReviews/uiV2.js +1 -1
  4311. package/dist/esm/third-party/types.js +1 -1
  4312. package/dist/esm/third-party-instant/common/helpers.js +1 -1
  4313. package/dist/esm/third-party-instant/components/InstantJudgemeReviews.js +1 -1
  4314. package/dist/esm/third-party-instant/components/InstantKlaviyo.js +1 -1
  4315. package/dist/esm/third-party-instant/components/InstantLooxReviews.js +1 -1
  4316. package/dist/esm/third-party-instant/components/InstantThirdPartyPreview.js +1 -1
  4317. package/dist/esm/third-party-instant/components/InstantYotpoLoyalty.js +1 -1
  4318. package/dist/esm/third-party-instant/components/Judgeme/JudgemeSampleContent.js +1 -1
  4319. package/dist/esm/third-party-instant/components/Judgeme/SingleProduct.js +1 -1
  4320. package/dist/esm/third-party-instant/components/Judgeme/WithoutProduct.js +1 -1
  4321. package/dist/esm/third-party-instant/components/Klaviyo/KlaviyoSampleContent.js +1 -1
  4322. package/dist/esm/third-party-instant/components/LooxReviews/LooxReviewsSampleContent.js +2 -2
  4323. package/dist/esm/third-party-instant/components/LooxReviews/SingleProduct.js +1 -1
  4324. package/dist/esm/third-party-instant/components/LooxReviews/WithoutProduct.js +1 -1
  4325. package/dist/esm/third-party-instant/components/YotpoLoyalty/YotpoLoyaltySampleContent.js +1 -1
  4326. package/dist/esm/third-party-instant/configs/JudgemeReviews.js +1 -1
  4327. package/dist/esm/third-party-instant/configs/Klaviyo.js +1 -1
  4328. package/dist/esm/third-party-instant/configs/LooxReviews.js +1 -1
  4329. package/dist/esm/third-party-instant/configs/YotpoLoyalty.js +1 -1
  4330. package/dist/esm/third-party-instant/index.js +1 -1
  4331. package/dist/esm/third-party-instant/next.js +1 -1
  4332. package/dist/esm/third-party-instant/settings/InstantJudgemeReviews/configs/settings.js +1 -1
  4333. package/dist/esm/third-party-instant/settings/InstantJudgemeReviews/configs/ui-v2.js +1 -1
  4334. package/dist/esm/third-party-instant/settings/InstantJudgemeReviews/index.js +2 -2
  4335. package/dist/esm/third-party-instant/settings/InstantKlaviyo/configs/settings.js +1 -1
  4336. package/dist/esm/third-party-instant/settings/InstantKlaviyo/configs/ui-v2.js +1 -1
  4337. package/dist/esm/third-party-instant/settings/InstantKlaviyo/index.js +4 -4
  4338. package/dist/esm/third-party-instant/settings/InstantLooxReviews/configs/settings.js +1 -1
  4339. package/dist/esm/third-party-instant/settings/InstantLooxReviews/index.js +2 -2
  4340. package/dist/esm/third-party-instant/settings/InstantYotpoLoyalty/configs/settings.js +1 -1
  4341. package/dist/esm/third-party-instant/settings/InstantYotpoLoyalty/index.js +4 -4
  4342. package/dist/esm/third-party-instant/types.js +1 -1
  4343. package/dist/esm/third-party-slot/common/classes.js +1 -1
  4344. package/dist/esm/third-party-slot/common/helpers.js +3 -3
  4345. package/dist/esm/third-party-slot/common/styles.js +1 -1
  4346. package/dist/esm/third-party-slot/components/ThirdPartySlot.js +1 -1
  4347. package/dist/esm/third-party-slot/components/ThirdPartySlot.liquid.js +6 -6
  4348. package/dist/esm/third-party-slot/index.js +1 -1
  4349. package/dist/esm/third-party-slot/next.js +1 -1
  4350. package/dist/esm/third-party-slot/settings/ThirdPartySlot.js +2 -2
  4351. package/dist/esm/third-party-slot/settings/configs/settings.js +1 -1
  4352. package/dist/esm/third-party-slot/settings/configs/ui-v2.js +1 -1
  4353. package/dist/esm/validates/background.js +1 -1
  4354. package/dist/esm/video/common/attrs.js +1 -1
  4355. package/dist/esm/video/common/classes.js +1 -1
  4356. package/dist/esm/video/common/helpers.js +1 -1
  4357. package/dist/esm/video/common/styles.js +1 -1
  4358. package/dist/esm/video/components/HTML5Embed.js +1 -1
  4359. package/dist/esm/video/components/HTML5Embed.liquid.js +19 -19
  4360. package/dist/esm/video/components/LiteVimeoEmbed.js +1 -1
  4361. package/dist/esm/video/components/LiteVimeoEmbed.liquid.js +10 -10
  4362. package/dist/esm/video/components/LiteYouTubeEmbed.js +1 -1
  4363. package/dist/esm/video/components/LiteYouTubeEmbed.liquid.js +20 -20
  4364. package/dist/esm/video/components/Video.js +1 -1
  4365. package/dist/esm/video/components/Video.liquid.js +3 -3
  4366. package/dist/esm/video/hooks/useLiteHtml5Embed.js +1 -1
  4367. package/dist/esm/video/hooks/useLiteVimeoEmbed.js +1 -1
  4368. package/dist/esm/video/hooks/useLiteYoutubeEmbed.js +1 -1
  4369. package/dist/esm/video/index.js +1 -1
  4370. package/dist/esm/video/next.js +1 -1
  4371. package/dist/esm/video/settings/Video.js +2 -2
  4372. package/dist/esm/video/settings/configs/settings.js +1 -1
  4373. package/dist/esm/video/settings/configs/translate.js +1 -1
  4374. package/dist/esm/video/settings/configs/ui-v2.js +1 -1
  4375. package/dist/types/index.d.ts +520 -488
  4376. package/package.json +6 -7
@@ -1,4 +1,4 @@
1
1
  'use client';
2
- "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var jsxRuntime=require("react/jsx-runtime"),core=require("@gem-sdk/core"),ChildrenDroppable=require("../../grid/components/ChildrenDroppable.js"),system=require("@gem-sdk/system"),attrs=require("../common/attrs.js"),styles=require("../common/styles.js"),classes=require("../common/classes.js"),ButtonIcon=require("../../button/components/ButtonIcon.js"),useDialog=require("../hooks/useDialog.js");const Dialog=e=>{let{setting:s,children:t,builderProps:l,style:a,advanced:r,builderAttrs:o,pageContext:n}=e,i=r?.d,{name:c,fullScreen:y,width:m,height:d,position:u,overlayColor:g,overlayOpacity:C,iconSize:j,closeButtonPosition:x,iconSvg:p}=s??{},S=core.useEditorMode(),{ref:v,overlay:b,handleClickOverlay:h,closeModal:D,open:f,dialogId:B}=useDialog.useDialog(s,l,"edit"===S),R="edit"!==S,q=system.createAttr({...attrs.getAttr({uid:l?.uid||""})}),k=system.createStyle({...styles.getWrapperStyle(i)}),A=system.createClass({...classes.getContainClasses(r?.cssClass,C,g)}),N=system.createAttr({...attrs.getAttrContainer({uid:B||""})}),I=system.createStyle({...styles.getContainStyle()}),L=system.createClass({...classes.getBackdropClasses(u)}),O=system.createStyle({...styles.getBackdropStyle(a)}),w=system.createAttr({...attrs.getAttrOverlay()}),E=system.createClass({...classes.getOverlayClasses()}),M=system.createStyle({...styles.getOverlayStyle(C,g,a)}),P=system.createStyle({...styles.getDialogContentStyle({style:a,width:m,height:d,fullScreen:y})}),T=system.createClass({...classes.getDialogContentClasses({setting:s,enableEffect:f,isILP:R})}),_=system.createAttr({...attrs.getAttrClose()}),z=system.createClass({...classes.getHeadContentClasses()}),H=system.createStyle({...styles.getButtonContentStyle(s)}),W=system.createClass({...classes.getButtonContentClasses(x)}),F=system.createStyle({...styles.getSvgContentStyle(j)}),G=system.createClass({...classes.getSvgContentClasses()}),J=system.createStyle({...styles.getBodyContentStyle({setting:s,style:a,uid:l?.uid,pageContext:n})}),K=system.createClass({...classes.getBodyContentClasses()});return jsxRuntime.jsx("div",{...q,style:k,children:(f||"edit"!==S)&&jsxRuntime.jsx("dialog",{ref:v,open:f,"aria-label":c,...N,className:A,style:I,children:jsxRuntime.jsxs("div",{"aria-label":"Backdrop",className:L,style:O,children:[system.If(!!g,jsxRuntime.jsx("div",{ref:b,...w,className:E,style:M,onClick:h,"aria-hidden":!0})),jsxRuntime.jsx("span",{className:z}),jsxRuntime.jsxs("div",{role:"dialog","aria-label":"Dialog content",...o,className:T,style:P,children:[jsxRuntime.jsx("button",{..._,type:"button",tabIndex:-1,className:W,style:H,onClick:D,children:jsxRuntime.jsx(ButtonIcon.default,{iconSvg:p??`<svg viewBox="0 0 12 12" fill="currentColor" style={svgContentStyle}>
2
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("react/jsx-runtime"),t=require("@gem-sdk/core"),s=require("../../grid/components/ChildrenDroppable.js"),l=require("@gem-sdk/system"),a=require("../common/attrs.js"),r=require("../common/styles.js"),o=require("../common/classes.js"),n=require("../../button/components/ButtonIcon.js"),i=require("../hooks/useDialog.js");exports.default=c=>{let{setting:d,children:g,builderProps:y,style:C,advanced:u,builderAttrs:m,pageContext:S}=c,p=u?.d,{name:v,fullScreen:j,width:x,height:b,position:f,overlayColor:h,overlayOpacity:q,iconSize:B,closeButtonPosition:k,iconSvg:A}=d??{},D=t.useEditorMode(),{ref:N,overlay:L,handleClickOverlay:O,closeModal:w,open:E,dialogId:I}=i.useDialog(d,y,"edit"===D),M="edit"!==D,P=l.createAttr({...a.getAttr({uid:y?.uid||""})}),T=l.createStyle({...r.getWrapperStyle(p)}),_=l.createClass({...o.getContainClasses(u?.cssClass,q,h)}),z=l.createAttr({...a.getAttrContainer({uid:I||""})}),H=l.createStyle({...r.getContainStyle()}),W=l.createClass({...o.getBackdropClasses(f)}),F=l.createStyle({...r.getBackdropStyle(C)}),G=l.createAttr({...a.getAttrOverlay()}),J=l.createClass({...o.getOverlayClasses()}),K=l.createStyle({...r.getOverlayStyle(q,h,C)}),Q=l.createStyle({...r.getDialogContentStyle({style:C,width:x,height:b,fullScreen:j})}),R=l.createClass({...o.getDialogContentClasses({setting:d,enableEffect:E,isILP:M})}),U=l.createAttr({...a.getAttrClose()}),V=l.createClass({...o.getHeadContentClasses()}),X=l.createStyle({...r.getButtonContentStyle(d)}),Y=l.createClass({...o.getButtonContentClasses(k)}),Z=l.createStyle({...r.getSvgContentStyle(B)}),$=l.createClass({...o.getSvgContentClasses()}),ee=l.createStyle({...r.getBodyContentStyle({setting:d,style:C,uid:y?.uid,pageContext:S})}),et=l.createClass({...o.getBodyContentClasses()});return e.jsx("div",{...P,style:T,children:(E||"edit"!==D)&&e.jsx("dialog",{ref:N,open:E,"aria-label":v,...z,className:_,style:H,children:e.jsxs("div",{"aria-label":"Backdrop",className:W,style:F,children:[l.If(!!h,e.jsx("div",{ref:L,...G,className:J,style:K,onClick:O,"aria-hidden":!0})),e.jsx("span",{className:V}),e.jsxs("div",{role:"dialog","aria-label":"Dialog content",...m,className:R,style:Q,children:[e.jsx("button",{...U,type:"button",tabIndex:-1,className:Y,style:X,onClick:w,children:e.jsx(n.default,{iconSvg:A??`<svg viewBox="0 0 12 12" fill="currentColor" style={svgContentStyle}>
3
3
  <path d="M7.1,6l4.5,4.5l-1.1,1.1L6,7.1l-4.5,4.5l-1.1-1.1L4.9,6L0.5,1.5l1.1-1.1L6,4.9l4.5-4.5l1.1,1.1L7.1,6z"></path>
4
- </svg>`,styles:F,classes:G})}),jsxRuntime.jsx("div",{"aria-label":"Dialog body",style:J,className:K,children:core.isEmptyChildren(t)?jsxRuntime.jsx(ChildrenDroppable.default,{}):core.filterToolbarPreview(t)}),core.filterToolbarPreview(t,!0)]})]})})})};exports.default=Dialog;
4
+ </svg>`,styles:Z,classes:$})}),e.jsx("div",{"aria-label":"Dialog body",style:ee,className:et,children:t.isEmptyChildren(g)?e.jsx(s.default,{}):t.filterToolbarPreview(g)}),t.filterToolbarPreview(g,!0)]})]})})})};
@@ -1,56 +1,56 @@
1
- "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var core=require("@gem-sdk/core"),system=require("@gem-sdk/system"),attrs=require("../common/attrs.js"),styles=require("../common/styles.js"),classes=require("../common/classes.js"),helpers=require("../../helpers.js");const Dialog=e=>{let{setting:s,children:t,builderProps:a,style:l,advanced:r,builderAttrs:y,pageContext:c}=e,o=r?.d,{frequency:i=3,triggerPercentage:n=0,trigger:g,triggerTime:d,frequencyMode:m="once",mobileTrigger:C,mobileTriggerTime:p,closeOnClickOutside:$}=s??{},{name:S,fullScreen:u,width:v,height:f,position:b,overlayColor:A,overlayOpacity:L,iconSize:B,closeButtonPosition:h,iconSvg:j}=s??{},q=s?.dialogId??a?.uid,D=system.createStateOrContext({dialogId:q,trigger:g,triggerTime:d,frequency:i,triggerPercentage:n,mobileTrigger:C,mobileTriggerTime:p,closeOnClickOutside:$,frequencyMode:m,display:o}),O=system.createAttr({...attrs.getAttr({uid:a?.uid||""})}),x=system.createStyle({...styles.getWrapperStyle(o)}),E=system.createClass({...classes.getContainClasses(r?.cssClass,L,A)}),k=system.createAttr({...attrs.getAttrContainer({uid:q||""})}),I=system.createStyle({...styles.getContainStyle()}),P=system.createClass({...classes.getBackdropClasses(b)}),_=system.createStyle({...styles.getBackdropStyle(l)}),M=system.createAttr({...attrs.getAttrOverlay()}),R=system.createClass({...classes.getOverlayClasses()}),z=system.createStyle({...styles.getOverlayStyle(L,A,l)}),G=system.createStyle({...styles.getDialogContentStyle({style:l,width:v,height:f,fullScreen:u})}),N=system.createClass({...classes.getDialogContentClasses({setting:s,enableEffect:!0,isILP:!1})}),w=system.createAttr({...attrs.getAttrClose()}),H=system.createClass({...classes.getHeadContentClasses()}),J=system.createStyle({...styles.getButtonContentStyle(s)}),T=system.createClass({...classes.getButtonContentClasses(h)}),U=system.createStyle({...styles.getSvgContentStyle(B)}),V=system.createClass({...classes.getSvgContentClasses()}),W=system.createStyle({...styles.getBodyContentStyle({setting:s,style:l,uid:a?.uid,pageContext:c,type:"Liquid"})}),F=system.createClass({...classes.getBodyContentClasses()}),K=()=>core.RenderIf(core.isLocalEnv,'<script src="{{ \'gp-dialog-v7-5.js\' | asset_url }}" defer="defer"></script>',`<script src="${core.baseAssetURL}/assets-v2/gp-dialog-v7-5.js?v={{ shop.metafields.GEMPAGES.ASSETS_VERSION }}" defer="defer"></script>`);return core.template`
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("@gem-sdk/core"),t=require("@gem-sdk/system"),s=require("../common/attrs.js"),a=require("../common/styles.js"),l=require("../common/classes.js"),r=require("../../helpers.js");exports.default=i=>{let{setting:o,children:n,builderProps:c,style:d,advanced:g,builderAttrs:y,pageContext:C}=i,p=g?.d,{frequency:$=3,triggerPercentage:S=0,trigger:u,triggerTime:v,frequencyMode:f="once",mobileTrigger:b,mobileTriggerTime:m,closeOnClickOutside:A}=o??{},{name:L,fullScreen:B,width:j,height:q,position:O,overlayColor:x,overlayOpacity:E,iconSize:h,closeButtonPosition:k,iconSvg:D}=o??{},I=o?.dialogId??c?.uid,P=t.createStateOrContext({dialogId:I,trigger:u,triggerTime:v,frequency:$,triggerPercentage:S,mobileTrigger:b,mobileTriggerTime:m,closeOnClickOutside:A,frequencyMode:f,display:p}),_=t.createAttr({...s.getAttr({uid:c?.uid||""})}),M=t.createStyle({...a.getWrapperStyle(p)}),R=t.createClass({...l.getContainClasses(g?.cssClass,E,x)}),z=t.createAttr({...s.getAttrContainer({uid:I||""})}),G=t.createStyle({...a.getContainStyle()}),N=t.createClass({...l.getBackdropClasses(O)}),w=t.createStyle({...a.getBackdropStyle(d)}),H=t.createAttr({...s.getAttrOverlay()}),J=t.createClass({...l.getOverlayClasses()}),T=t.createStyle({...a.getOverlayStyle(E,x,d)}),U=t.createStyle({...a.getDialogContentStyle({style:d,width:j,height:q,fullScreen:B})}),V=t.createClass({...l.getDialogContentClasses({setting:o,enableEffect:!0,isILP:!1})}),W=t.createAttr({...s.getAttrClose()}),F=t.createClass({...l.getHeadContentClasses()}),K=t.createStyle({...a.getButtonContentStyle(o)}),Q=t.createClass({...l.getButtonContentClasses(k)}),X=t.createStyle({...a.getSvgContentStyle(h)}),Y=t.createClass({...l.getSvgContentClasses()}),Z=t.createStyle({...a.getBodyContentStyle({setting:o,style:d,uid:c?.uid,pageContext:C,type:"Liquid"})}),ee=t.createClass({...l.getBodyContentClasses()});return e.template`
2
2
  <gp-dialog
3
- ${{...O}}
4
- class="${helpers.getSettingPreloadData("gps-lazy")}"
5
- style="${x}"
6
- data-gp-setting='${JSON.stringify(D)}'>
3
+ ${{..._}}
4
+ class="${r.getSettingPreloadData("gps-lazy")}"
5
+ style="${M}"
6
+ data-gp-setting='${JSON.stringify(P)}'>
7
7
  <dialog
8
- aria-label="${S}"
9
- ${{...k}}
10
- class="${E}"
11
- style="${I}"
8
+ aria-label="${L}"
9
+ ${{...z}}
10
+ class="${R}"
11
+ style="${G}"
12
12
  >
13
- <div aria-label="Backdrop" class="${P}" style="${_}">
14
- ${system.If(!!A,core.template`
13
+ <div aria-label="Backdrop" class="${N}" style="${w}">
14
+ ${t.If(!!x,e.template`
15
15
  <div
16
- ${{...M}}
17
- class="${R}"
18
- style="${z}"
16
+ ${{...H}}
17
+ class="${J}"
18
+ style="${T}"
19
19
  aria-hidden=true
20
20
  ></div>
21
21
  `)}
22
- <span class="${H}"></span>
22
+ <span class="${F}"></span>
23
23
  <div
24
24
  role="dialog"
25
25
  aria-label="Dialog content"
26
26
  ${{...y}}
27
- class="${N}"
28
- style="${G}"
27
+ class="${V}"
28
+ style="${U}"
29
29
  >
30
30
  <button
31
- ${{...w}}
31
+ ${{...W}}
32
32
  type="button"
33
33
  tabindex="-1"
34
- class="${T}"
35
- style="${J}"
34
+ class="${Q}"
35
+ style="${K}"
36
36
  >
37
- <span style="${U}" class="${V}">
38
- ${j??`<svg viewBox="0 0 12 12" fill="currentColor" style={svgContentStyle}>
37
+ <span style="${X}" class="${Y}">
38
+ ${D??`<svg viewBox="0 0 12 12" fill="currentColor" style={svgContentStyle}>
39
39
  <path d="M7.1,6l4.5,4.5l-1.1,1.1L6,7.1l-4.5,4.5l-1.1-1.1L4.9,6L0.5,1.5l1.1-1.1L6,4.9l4.5-4.5l1.1,1.1L7.1,6z"></path>
40
40
  </svg>`}
41
41
  </span>
42
42
  </button>
43
43
  <div
44
44
  aria-label="Dialog body"
45
- style="${W}"
46
- class="${F}">
45
+ style="${Z}"
46
+ class="${ee}">
47
47
  <div>
48
- ${t??""}
48
+ ${n??""}
49
49
  </div>
50
50
  </div>
51
51
  </div>
52
52
  </div>
53
53
  </dialog>
54
54
  </gp-dialog>
55
- ${K()}
56
- `};exports.default=Dialog;
55
+ ${e.RenderIf(e.isLocalEnv,'<script src="{{ \'gp-dialog-v7-5.js\' | asset_url }}" defer="defer"></script>',`<script src="${e.baseAssetURL}/assets-v2/gp-dialog-v7-5.js?v={{ shop.metafields.GEMPAGES.ASSETS_VERSION }}" defer="defer"></script>`)}
56
+ `};
@@ -1 +1 @@
1
- "use strict";var core=require("@gem-sdk/core"),React=require("react"),useScrollPercentage=require("./useScrollPercentage.js"),helpers=require("../common/helpers.js");const useDialog=(e,t,a)=>{let r=core.useModalStore(e=>e.setModalActive),c=core.useModalStore(e=>e.clearModal),o=React.useRef(),u=React.useRef(!1),l=React.useRef(!1),s=React.useRef(null),[i,n]=React.useState(!1),d=useScrollPercentage.useScrollPercentage(),p=core.useModalStore(e=>e.activeId),g=p===t?.uid,R=a?g:i,m=e?.dialogId??t?.uid,{trigger:f,triggerTime:b,mobileTrigger:v,mobileTriggerTime:h,closeOnClickOutside:w,frequency:k=3,triggerPercentage:E=0,frequencyMode:S="once"}=e??{},{onListener:C,trigger:M,ref:D}=core.useInteraction(),I=React.useCallback(e=>{if(window.interactionLoaded){e();return}window.addEventListener("gp:flow-actions-loaded",()=>{e()})},[]),$=React.useMemo(()=>helpers.createDialogKey(m??t?.uid,f),[t?.uid,m,f]),q=React.useCallback(()=>{I(()=>{M({event:"gp:popup-open",selector:`[data-id="${t?.uid}"`})})},[I,M,t?.uid]),L=React.useCallback(()=>{I(()=>{M({event:"gp:popup-close",selector:`[data-id="${t?.uid}"`})})},[M,t?.uid,I]),P=React.useCallback(()=>{localStorage.setItem($.time,`${Date.now()}`),l.current=!0,n(!0),q()},[$.time]);React.useEffect(()=>{let e=e=>{e?.popupUId==`#${t?.uid}`&&P()};return core.globalEvent.subscribe("onOpenDialog",e),()=>{core.globalEvent.remove("onOpenDialog",e)}},[t?.uid,P]);let T=React.useCallback(()=>{n(!1),r(),c(),L()},[r,c]),x=React.useCallback(()=>{let e=localStorage.getItem($.time);if(e)switch(S){case"once":break;case"after-period-time":{let t=helpers.isShowModal(e,k);t&&P();break}case"every":P()}else P()},[$.time,k,P,S]),j=React.useCallback(()=>{l.current||a||"show-when-about-exit"!==f||x()},[x,a,f]);React.useEffect(()=>{let e=`[data-id="${t?.uid}"]`;C&&(C({event:"gp:toggle-popup-open",selector:e},()=>{P()}),C({event:"gp:toggle-popup-close",selector:e},()=>{T()}))},[C]),React.useEffect(()=>(document.addEventListener("mouseleave",j),()=>{document.removeEventListener("mouseleave",j)}),[j]),React.useEffect(()=>{if(!l.current&&helpers.isMobile(navigator.userAgent)&&"show-when-about-exit"===f&&"timer"===v)return o.current=setTimeout(()=>{x()},(h??0)*1e3),()=>{clearTimeout(o.current)}},[v,h,x,f]),React.useEffect(()=>{!u.current&&"show-after-scroll"===f&&d>=E&&(u.current=!0,x())},[d,E,x,f]);let y=React.useCallback(e=>{let t=e.target===s.current;w&&t&&T()},[T,w]);return React.useEffect(()=>{switch(f){case"show-on-page-load":x();break;case"show-after-time":o.current=setTimeout(()=>{x()},1e3*helpers.parseNumber(b))}return()=>{clearTimeout(o.current)}},[x,f,b]),{ref:D,isOpen:i,overlay:s,handleClickOverlay:y,closeModal:T,activeId:p,open:R,dialogId:m}};exports.useDialog=useDialog;
1
+ "use strict";var e=require("@gem-sdk/core"),t=require("react"),r=require("./useScrollPercentage.js"),a=require("../common/helpers.js");exports.useDialog=(o,u,l)=>{let s=e.useModalStore(e=>e.setModalActive),c=e.useModalStore(e=>e.clearModal),i=t.useRef(),n=t.useRef(!1),d=t.useRef(!1),p=t.useRef(null),[g,m]=t.useState(!1),f=r.useScrollPercentage(),b=e.useModalStore(e=>e.activeId),v=b===u?.uid,w=l?v:g,k=o?.dialogId??u?.uid,{trigger:h,triggerTime:E,mobileTrigger:S,mobileTriggerTime:C,closeOnClickOutside:M,frequency:I=3,triggerPercentage:D=0,frequencyMode:$="once"}=o??{},{onListener:q,trigger:L,ref:R}=e.useInteraction(),T=t.useCallback(e=>{if(window.interactionLoaded){e();return}window.addEventListener("gp:flow-actions-loaded",()=>{e()})},[]),x=t.useMemo(()=>a.createDialogKey(k??u?.uid,h),[u?.uid,k,h]),j=t.useCallback(()=>{T(()=>{L({event:"gp:popup-open",selector:`[data-id="${u?.uid}"`})})},[T,L,u?.uid]),y=t.useCallback(()=>{T(()=>{L({event:"gp:popup-close",selector:`[data-id="${u?.uid}"`})})},[L,u?.uid,T]),A=t.useCallback(()=>{localStorage.setItem(x.time,`${Date.now()}`),d.current=!0,m(!0),j()},[x.time]);t.useEffect(()=>{let t=e=>{e?.popupUId==`#${u?.uid}`&&A()};return e.globalEvent.subscribe("onOpenDialog",t),()=>{e.globalEvent.remove("onOpenDialog",t)}},[u?.uid,A]);let O=t.useCallback(()=>{m(!1),s(),c(),y()},[s,c]),P=t.useCallback(()=>{let e=localStorage.getItem(x.time);if(e)switch($){case"once":break;case"after-period-time":{let t=a.isShowModal(e,I);t&&A();break}case"every":A()}else A()},[x.time,I,A,$]),K=t.useCallback(()=>{d.current||l||"show-when-about-exit"!==h||P()},[P,l,h]);t.useEffect(()=>{let e=`[data-id="${u?.uid}"]`;q&&(q({event:"gp:toggle-popup-open",selector:e},()=>{A()}),q({event:"gp:toggle-popup-close",selector:e},()=>{O()}))},[q]),t.useEffect(()=>(document.addEventListener("mouseleave",K),()=>{document.removeEventListener("mouseleave",K)}),[K]),t.useEffect(()=>{if(!d.current&&a.isMobile(navigator.userAgent)&&"show-when-about-exit"===h&&"timer"===S)return i.current=setTimeout(()=>{P()},(C??0)*1e3),()=>{clearTimeout(i.current)}},[S,C,P,h]),t.useEffect(()=>{!n.current&&"show-after-scroll"===h&&f>=D&&(n.current=!0,P())},[f,D,P,h]);let N=t.useCallback(e=>{let t=e.target===p.current;M&&t&&O()},[O,M]);return t.useEffect(()=>{switch(h){case"show-on-page-load":P();break;case"show-after-time":i.current=setTimeout(()=>{P()},1e3*a.parseNumber(E))}return()=>{clearTimeout(i.current)}},[P,h,E]),{ref:R,isOpen:g,overlay:p,handleClickOverlay:N,closeModal:O,activeId:b,open:w,dialogId:k}};
@@ -1 +1 @@
1
- "use strict";var React=require("react");const useScrollPercentage=e=>{let[t,r]=React.useState(0),c=React.useCallback(t=>{if(e)return;let c=document.documentElement.scrollHeight-document.documentElement.clientHeight,n=t.currentTarget.scrollY;try{React.startTransition(()=>{r(Math.ceil(n/c*100))})}catch{React.startTransition(()=>{r(0)})}},[e]);return React.useEffect(()=>(window.addEventListener("scroll",c),()=>{window.removeEventListener("scroll",c)}),[c]),t};exports.useScrollPercentage=useScrollPercentage;
1
+ "use strict";var e=require("react");exports.useScrollPercentage=t=>{let[r,n]=e.useState(0),c=e.useCallback(t=>{let r=document.documentElement.scrollHeight-document.documentElement.clientHeight,c=t.currentTarget.scrollY;try{e.startTransition(()=>{n(Math.ceil(c/r*100))})}catch{e.startTransition(()=>{n(0)})}},[t]);return e.useEffect(()=>(window.addEventListener("scroll",c),()=>{window.removeEventListener("scroll",c)}),[c]),r};
@@ -1 +1 @@
1
- "use strict";require("react/jsx-runtime"),require("@gem-sdk/core"),require("react"),require("@gem-sdk/system"),require("next/link");var Dialog$1=require("./settings/Dialog.js");const dialogSetting={Dialog:Dialog$1.default};exports.dialogSetting=dialogSetting;
1
+ "use strict";require("react/jsx-runtime"),require("@gem-sdk/core"),require("react"),require("@gem-sdk/system"),require("next/link");var e=require("./settings/Dialog.js");const r={Dialog:e.default};exports.dialogSetting=r;
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var dynamic=require("next/dynamic"),Loading=require("../common/components/Loading.js");require("react/jsx-runtime"),require("react"),require("@gem-sdk/core");const Dialog=dynamic(()=>Promise.resolve().then(function(){return require("./components/Dialog.js")}),{loading:Loading.default});var dialog={Dialog};exports.default=dialog;
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("next/dynamic"),r=require("../common/components/Loading.js");require("react/jsx-runtime"),require("react"),require("@gem-sdk/core");const o=e(()=>Promise.resolve().then(function(){return require("./components/Dialog.js")}),{loading:r.default});exports.default={Dialog:o};
@@ -1,10 +1,10 @@
1
- "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var settings=require("./configs/settings.js"),uiV2=require("./configs/ui-v2.js");const config={tag:"Dialog",label:"Popup",icon:`<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var C=require("./configs/settings.js"),e=require("./configs/ui-v2.js");const t={tag:"Dialog",label:"Popup",icon:`<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
2
2
  <path fill-rule="evenodd" clip-rule="evenodd" d="M9.33855 2C7.16052 2 5.39488 3.76561 5.39488 5.94361V22.6611C5.39488 24.8391 7.16052 26.6047 9.33855 26.6047H26.0563C28.2344 26.6047 30 24.8391 30 22.6611V5.94361C30 3.76562 28.2344 2 26.0563 2H9.33855ZM7.36672 5.94361C7.36672 4.85461 8.24954 3.97181 9.33855 3.97181H26.0563C27.1453 3.97181 28.0282 4.85461 28.0282 5.94361V22.6611C28.0282 23.7501 27.1453 24.6329 26.0563 24.6329H9.33855C8.24954 24.6329 7.36672 23.7501 7.36672 22.6611V5.94361ZM14.8586 18.7057C14.6808 18.7945 14.4833 18.8365 14.2848 18.8275C14.0863 18.8186 13.8933 18.7591 13.7243 18.6546C13.5552 18.5502 13.4157 18.4043 13.3188 18.2307C13.222 18.0572 13.1711 17.8618 13.171 17.6631V10.9411C13.1711 10.7424 13.222 10.547 13.3188 10.3735C13.4157 10.2 13.5552 10.0541 13.7243 9.94962C13.8933 9.84517 14.0863 9.78566 14.2848 9.77672C14.4833 9.76778 14.6808 9.80971 14.8586 9.89853L21.5807 13.2595C21.7741 13.3565 21.9368 13.5054 22.0505 13.6895C22.1641 13.8736 22.2243 14.0857 22.2243 14.3021C22.2243 14.5185 22.1641 14.7306 22.0505 14.9148C21.9368 15.0989 21.7741 15.2477 21.5807 15.3447L14.8586 18.7057ZM2.98592 9.92188C3.53043 9.92188 3.97184 10.3633 3.97184 10.9078V27.6213C3.97184 27.6933 4.00246 27.7827 4.09987 27.8693C4.19908 27.9575 4.35638 28.0282 4.55284 28.0282H23.3559C23.9004 28.0282 24.3418 28.4696 24.3418 29.0141C24.3418 29.5586 23.9004 30 23.3559 30H4.55284C3.25532 30 2 29.041 2 27.6213V10.9078C2 10.3633 2.44141 9.92188 2.98592 9.92188Z" fill="white"/>
3
3
  </svg>
4
- `,settings:settings.DialogSettings,ui:[],uiV2:uiV2.SettingUIV2,presets:[{id:"popup",name:"Popup",icon:{desktop:`
4
+ `,settings:C.DialogSettings,ui:[],uiV2:e.SettingUIV2,presets:[{id:"popup",name:"Popup",icon:{desktop:`
5
5
  <svg width="96" height="48" viewBox="0 0 96 48" fill="none" xmlns="http://www.w3.org/2000/svg">
6
6
  <rect width="96" height="48" rx="3" fill="#424242"/>
7
7
  <path d="M88.6061 12.9324C88.6962 13.0225 88.8423 13.0225 88.9324 12.9324C89.0225 12.8423 89.0225 12.6962 88.9324 12.6061L86.3264 10L88.9324 7.39395C89.0225 7.30383 89.0225 7.15771 88.9324 7.06759C88.8423 6.97747 88.6962 6.97747 88.6061 7.06759L86 9.67364L83.3939 7.06759C83.3038 6.97747 83.1577 6.97747 83.0676 7.06759C82.9775 7.15771 82.9775 7.30383 83.0676 7.39395L85.6736 10L83.0676 12.6061C82.9775 12.6962 82.9775 12.8423 83.0676 12.9324C83.1577 13.0225 83.3038 13.0225 83.3939 12.9324L86 10.3264L88.6061 12.9324Z" fill="#F9F9F9"/>
8
8
  <path d="M31.4045 28V19.2727H34.3533C35.038 19.2727 35.5977 19.3963 36.0323 19.6435C36.4698 19.8878 36.7937 20.2188 37.0039 20.6364C37.2141 21.054 37.3192 21.5199 37.3192 22.0341C37.3192 22.5483 37.2141 23.0156 37.0039 23.4361C36.7965 23.8565 36.4755 24.1918 36.0408 24.4418C35.6062 24.6889 35.0494 24.8125 34.3704 24.8125H32.2567V23.875H34.3363C34.805 23.875 35.1815 23.794 35.4656 23.6321C35.7496 23.4702 35.9556 23.2514 36.0835 22.9759C36.2141 22.6974 36.2795 22.3835 36.2795 22.0341C36.2795 21.6847 36.2141 21.3722 36.0835 21.0966C35.9556 20.821 35.7482 20.6051 35.4613 20.4489C35.1744 20.2898 34.7937 20.2102 34.3192 20.2102H32.4613V28H31.4045ZM41.4741 28.1364C40.8832 28.1364 40.3647 27.9957 39.9187 27.7145C39.4755 27.4332 39.1289 27.0398 38.8789 26.5341C38.6317 26.0284 38.5082 25.4375 38.5082 24.7614C38.5082 24.0795 38.6317 23.4844 38.8789 22.9759C39.1289 22.4673 39.4755 22.0724 39.9187 21.7912C40.3647 21.5099 40.8832 21.3693 41.4741 21.3693C42.065 21.3693 42.582 21.5099 43.0252 21.7912C43.4712 22.0724 43.8178 22.4673 44.065 22.9759C44.315 23.4844 44.44 24.0795 44.44 24.7614C44.44 25.4375 44.315 26.0284 44.065 26.5341C43.8178 27.0398 43.4712 27.4332 43.0252 27.7145C42.582 27.9957 42.065 28.1364 41.4741 28.1364ZM41.4741 27.233C41.9229 27.233 42.2923 27.1179 42.582 26.8878C42.8718 26.6577 43.0863 26.3551 43.2255 25.9801C43.3647 25.6051 43.4343 25.1989 43.4343 24.7614C43.4343 24.3239 43.3647 23.9162 43.2255 23.5384C43.0863 23.1605 42.8718 22.8551 42.582 22.6222C42.2923 22.3892 41.9229 22.2727 41.4741 22.2727C41.0252 22.2727 40.6559 22.3892 40.3661 22.6222C40.0763 22.8551 39.8619 23.1605 39.7227 23.5384C39.5835 23.9162 39.5138 24.3239 39.5138 24.7614C39.5138 25.1989 39.5835 25.6051 39.7227 25.9801C39.8619 26.3551 40.0763 26.6577 40.3661 26.8878C40.6559 27.1179 41.0252 27.233 41.4741 27.233ZM45.9751 30.4545V21.4545H46.9467V22.4943H47.0661C47.1399 22.3807 47.2422 22.2358 47.3729 22.0597C47.5064 21.8807 47.6967 21.7216 47.9439 21.5824C48.1939 21.4403 48.532 21.3693 48.9581 21.3693C49.5092 21.3693 49.995 21.5071 50.4155 21.7827C50.8359 22.0582 51.1641 22.4489 51.3999 22.9545C51.6357 23.4602 51.7536 24.0568 51.7536 24.7443C51.7536 25.4375 51.6357 26.0384 51.3999 26.5469C51.1641 27.0526 50.8374 27.4446 50.4197 27.723C50.0021 27.9986 49.5206 28.1364 48.9751 28.1364C48.5547 28.1364 48.218 28.0668 47.9652 27.9276C47.7124 27.7855 47.5178 27.625 47.3814 27.446C47.245 27.2642 47.1399 27.1136 47.0661 26.9943H46.9808V30.4545H45.9751ZM46.9638 24.7273C46.9638 25.2216 47.0362 25.6577 47.1811 26.0355C47.326 26.4105 47.5376 26.7045 47.8161 26.9176C48.0945 27.1278 48.4354 27.233 48.8388 27.233C49.2592 27.233 49.6101 27.1222 49.8913 26.9006C50.1754 26.6761 50.3885 26.375 50.5305 25.9972C50.6754 25.6165 50.7479 25.1932 50.7479 24.7273C50.7479 24.267 50.6768 23.8523 50.5348 23.483C50.3956 23.1108 50.1839 22.8168 49.8999 22.6009C49.6186 22.3821 49.2649 22.2727 48.8388 22.2727C48.4297 22.2727 48.0859 22.3764 47.8075 22.5838C47.5291 22.7884 47.3189 23.0753 47.1768 23.4446C47.0348 23.8111 46.9638 24.2386 46.9638 24.7273ZM57.4126 25.3239V21.4545H58.4183V28H57.4126V26.892H57.3445C57.1911 27.2244 56.9524 27.5071 56.6286 27.7401C56.3047 27.9702 55.8956 28.0852 55.4013 28.0852C54.9922 28.0852 54.6286 27.9957 54.3104 27.8168C53.9922 27.6349 53.7422 27.3622 53.5604 26.9986C53.3786 26.6321 53.2876 26.1705 53.2876 25.6136V21.4545H54.2933V25.5455C54.2933 26.0227 54.4268 26.4034 54.6939 26.6875C54.9638 26.9716 55.3075 27.1136 55.7251 27.1136C55.9751 27.1136 56.2294 27.0497 56.4879 26.9219C56.7493 26.794 56.968 26.598 57.1442 26.3338C57.3232 26.0696 57.4126 25.733 57.4126 25.3239ZM60.2603 30.4545V21.4545H61.2319V22.4943H61.3512C61.4251 22.3807 61.5273 22.2358 61.658 22.0597C61.7915 21.8807 61.9819 21.7216 62.229 21.5824C62.479 21.4403 62.8171 21.3693 63.2433 21.3693C63.7944 21.3693 64.2802 21.5071 64.7006 21.7827C65.1211 22.0582 65.4492 22.4489 65.685 22.9545C65.9208 23.4602 66.0387 24.0568 66.0387 24.7443C66.0387 25.4375 65.9208 26.0384 65.685 26.5469C65.4492 27.0526 65.1225 27.4446 64.7049 27.723C64.2873 27.9986 63.8058 28.1364 63.2603 28.1364C62.8398 28.1364 62.5032 28.0668 62.2504 27.9276C61.9975 27.7855 61.8029 27.625 61.6665 27.446C61.5302 27.2642 61.4251 27.1136 61.3512 26.9943H61.266V30.4545H60.2603ZM61.2489 24.7273C61.2489 25.2216 61.3214 25.6577 61.4663 26.0355C61.6112 26.4105 61.8228 26.7045 62.1012 26.9176C62.3796 27.1278 62.7205 27.233 63.1239 27.233C63.5444 27.233 63.8952 27.1222 64.1765 26.9006C64.4606 26.6761 64.6737 26.375 64.8157 25.9972C64.9606 25.6165 65.033 25.1932 65.033 24.7273C65.033 24.267 64.962 23.8523 64.82 23.483C64.6808 23.1108 64.4691 22.8168 64.185 22.6009C63.9038 22.3821 63.5501 22.2727 63.1239 22.2727C62.7148 22.2727 62.3711 22.3764 62.0927 22.5838C61.8143 22.7884 61.604 23.0753 61.462 23.4446C61.32 23.8111 61.2489 24.2386 61.2489 24.7273Z" fill="#F9F9F9"/>
9
9
  </svg>
10
- `},components:[{tag:"Dialog",advanced:{"spacing-setting":{desktop:{padding:{top:"var(--g-s-2xl)",left:"var(--g-s-2xl)",right:"var(--g-s-2xl)",bottom:"var(--g-s-2xl)"}}}}}]}]};exports.default=config;
10
+ `},components:[{tag:"Dialog",advanced:{"spacing-setting":{desktop:{padding:{top:"var(--g-s-2xl)",left:"var(--g-s-2xl)",right:"var(--g-s-2xl)",bottom:"var(--g-s-2xl)"}}}}}]}]};exports.default=t;
@@ -1,5 +1,5 @@
1
- "use strict";const DialogSettings=[{id:"setting",controls:[{id:"closeButtonPosition",type:"segment",options:[{label:"Inside",value:"inside"},{label:"Outside",value:"outside"}],default:"inside"},{id:"position",type:"position:square",default:"center"},{id:"effectType",type:"select",options:[{label:"Fade",value:"fade"},{label:"Zoom",value:"zoom"},{label:"Zoom out",value:"zoom-out"},{label:"Horizontal move",value:"horizontal"},{label:"Vertical move",value:"vertical"},{label:"3D unfold",value:"unfold"},{label:"None",value:"none"}],default:"fade"},{id:"closeOnClickOutside",type:"toggle",default:!0},{id:"name",type:"input",placeholder:"E.g. New popup",clearButton:!1,fallbackValue:"Popup",forceEmit:!0},{id:"width",type:"input:unit",placeholder:"Auto",units:["px","%"],devices:{desktop:{default:"600px"},mobile:{default:"100%"}}},{id:"height",type:"input:unit",placeholder:"Auto",units:["px","%"],devices:{desktop:{default:void 0}}},{id:"fullScreen",type:"toggle",devices:{desktop:{default:!1}}},{id:"isOverlay",type:"toggle",default:!0},{id:"overlayColor",type:"color-picker-v2",default:"#121212",compoDefaultValue:"#121212"},{id:"overlayOpacity",type:"input:slider",min:0,step:1,max:100,default:70,units:["%"],useOnlyUnitInit:!0,showDefaultUnit:!0,isNumber:!0},{id:"triggerTime",type:"input:slider",min:0,default:0,max:100,units:["s"],useOnlyUnitInit:!0,showDefaultUnit:!0,isNumber:!0},{id:"triggerPercentage",type:"input:slider",units:["%"],min:0,max:100,default:10,useOnlyUnitInit:!0,showDefaultUnit:!0,isNumber:!0},{id:"frequency",type:"input:slider",min:1,max:30,default:3,units:["days"],useOnlyUnitInit:!0,showDefaultUnit:!0,isNumber:!0},{id:"frequencyMode",type:"select",options:[{label:"Once per user",value:"once"},{label:"Each visit time",value:"every"},{label:"After a time",value:"after-period-time"}],default:"once"},{id:"btnSize",type:"input:stepper",default:32},{id:"iconSvg",label:"SVG Icon",type:"icon",default:`<svg height="20" width="20" data-name="x-bold" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" data-id="508817606065848680">
1
+ "use strict";const e=[{id:"setting",controls:[{id:"closeButtonPosition",type:"segment",options:[{label:"Inside",value:"inside"},{label:"Outside",value:"outside"}],default:"inside"},{id:"position",type:"position:square",default:"center"},{id:"effectType",type:"select",options:[{label:"Fade",value:"fade"},{label:"Zoom",value:"zoom"},{label:"Zoom out",value:"zoom-out"},{label:"Horizontal move",value:"horizontal"},{label:"Vertical move",value:"vertical"},{label:"3D unfold",value:"unfold"},{label:"None",value:"none"}],default:"fade"},{id:"closeOnClickOutside",type:"toggle",default:!0},{id:"name",type:"input",placeholder:"E.g. New popup",clearButton:!1,fallbackValue:"Popup",forceEmit:!0},{id:"width",type:"input:unit",placeholder:"Auto",units:["px","%"],devices:{desktop:{default:"600px"},mobile:{default:"100%"}}},{id:"height",type:"input:unit",placeholder:"Auto",units:["px","%"],devices:{desktop:{default:void 0}}},{id:"fullScreen",type:"toggle",devices:{desktop:{default:!1}}},{id:"isOverlay",type:"toggle",default:!0},{id:"overlayColor",type:"color-picker-v2",default:"#121212",compoDefaultValue:"#121212"},{id:"overlayOpacity",type:"input:slider",min:0,step:1,max:100,default:70,units:["%"],useOnlyUnitInit:!0,showDefaultUnit:!0,isNumber:!0},{id:"triggerTime",type:"input:slider",min:0,default:0,max:100,units:["s"],useOnlyUnitInit:!0,showDefaultUnit:!0,isNumber:!0},{id:"triggerPercentage",type:"input:slider",units:["%"],min:0,max:100,default:10,useOnlyUnitInit:!0,showDefaultUnit:!0,isNumber:!0},{id:"frequency",type:"input:slider",min:1,max:30,default:3,units:["days"],useOnlyUnitInit:!0,showDefaultUnit:!0,isNumber:!0},{id:"frequencyMode",type:"select",options:[{label:"Once per user",value:"once"},{label:"Each visit time",value:"every"},{label:"After a time",value:"after-period-time"}],default:"once"},{id:"btnSize",type:"input:stepper",default:32},{id:"iconSvg",label:"SVG Icon",type:"icon",default:`<svg height="20" width="20" data-name="x-bold" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" data-id="508817606065848680">
2
2
  <path fill="currentColor" stroke-linecap="round" stroke-linejoin="round" d="M208.49,191.51a12,12,0,0,1-17,17L128,145,64.49,208.49a12,12,0,0,1-17-17L111,128,47.51,64.49a12,12,0,0,1,17-17L128,111l63.51-63.52a12,12,0,0,1,17,17L145,128Z"/>
3
3
  </svg>`,compoDefaultValue:`<svg height="20" width="20" data-name="x-bold" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" data-id="508817606065848680">
4
4
  <path fill="currentColor" stroke-linecap="round" stroke-linejoin="round" d="M208.49,191.51a12,12,0,0,1-17,17L128,145,64.49,208.49a12,12,0,0,1-17-17L111,128,47.51,64.49a12,12,0,0,1,17-17L128,111l63.51-63.52a12,12,0,0,1,17,17L145,128Z"/>
5
- </svg>`},{id:"btnWidth",type:"input:unit",units:["px","%"],devices:{desktop:{default:"32px"}}},{id:"btnHeight",type:"input:unit",units:["px","%"],devices:{desktop:{default:"32px"}}},{id:"iconSize",type:"input:stepper",default:"16px",includeUnit:"px"},{id:"btnBg",type:"color-picker-v2",default:"brand",compoDefaultValue:"brand"},{id:"btnColor",type:"color-picker-v2",default:"text-3",compoDefaultValue:"text-3"},{id:"trigger",type:"select",options:[{label:"None",value:"none"},{label:"After page loaded",value:"show-on-page-load"},{label:"Scroll partially",value:"show-after-scroll"},{label:"About to exit",value:"show-when-about-exit"}],default:"none"},{id:"mobileTrigger",type:"select",options:[{label:"None",value:"none"},{label:"Timer",value:"timer"}],default:"none"},{id:"mobileTriggerTime",type:"input:slider",min:0,default:10,max:100,units:["s"],useOnlyUnitInit:!0,showDefaultUnit:!0,isNumber:!0},{id:"btnRounded",type:"radius-preset",default:{radiusType:"none"}},{id:"background",type:"background-media",ignoreReRender:!0,allowBackgroundImageAndVideo:!1,devices:{desktop:{default:{type:"color",color:"bg-1",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-1",image:{src:"https://cdn.shopify.com/s/files/1/2005/9307/files/background_settings.jpg",width:1200,height:480},size:"cover",position:{x:50,y:50},repeat:"no-repeat",attachment:"scroll",preload:!1,video:"https://youtu.be/KOxfzBp72uk",videoHtml5:"https://media.w3.org/2010/05/sintel/trailer.mp4",videoType:"youtube",loop:!1}}}}]}];exports.DialogSettings=DialogSettings;
5
+ </svg>`},{id:"btnWidth",type:"input:unit",units:["px","%"],devices:{desktop:{default:"32px"}}},{id:"btnHeight",type:"input:unit",units:["px","%"],devices:{desktop:{default:"32px"}}},{id:"iconSize",type:"input:stepper",default:"16px",includeUnit:"px"},{id:"btnBg",type:"color-picker-v2",default:"brand",compoDefaultValue:"brand"},{id:"btnColor",type:"color-picker-v2",default:"text-3",compoDefaultValue:"text-3"},{id:"trigger",type:"select",options:[{label:"None",value:"none"},{label:"After page loaded",value:"show-on-page-load"},{label:"Scroll partially",value:"show-after-scroll"},{label:"About to exit",value:"show-when-about-exit"}],default:"none"},{id:"mobileTrigger",type:"select",options:[{label:"None",value:"none"},{label:"Timer",value:"timer"}],default:"none"},{id:"mobileTriggerTime",type:"input:slider",min:0,default:10,max:100,units:["s"],useOnlyUnitInit:!0,showDefaultUnit:!0,isNumber:!0},{id:"btnRounded",type:"radius-preset",default:{radiusType:"none"}},{id:"background",type:"background-media",ignoreReRender:!0,allowBackgroundImageAndVideo:!1,devices:{desktop:{default:{type:"color",color:"bg-1",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-1",image:{src:"https://cdn.shopify.com/s/files/1/2005/9307/files/background_settings.jpg",width:1200,height:480},size:"cover",position:{x:50,y:50},repeat:"no-repeat",attachment:"scroll",preload:!1,video:"https://youtu.be/KOxfzBp72uk",videoHtml5:"https://media.w3.org/2010/05/sintel/trailer.mp4",videoType:"youtube",loop:!1}}}}]}];exports.DialogSettings=e;
@@ -1 +1 @@
1
- "use strict";const Dialog={background:{id:"background",fields:["image.src"]}};exports.Dialog=Dialog;
1
+ "use strict";exports.Dialog={background:{id:"background",fields:["image.src"]}};
@@ -1 +1 @@
1
- "use strict";const SettingUIV2=[{label:"Popup name",controls:[{label:"Name",setting:{id:"name"}}]},{label:"Button close",controls:[{label:"Icon",setting:{id:"iconSvg"}},{label:"Icon size",setting:{id:"iconSize"}},{label:"Icon color",setting:{id:"btnColor"}},{label:"Width",setting:{id:"btnWidth"}},{label:"Height",setting:{id:"btnHeight"}},{label:"Background",setting:{id:"btnBg"}}],moreSettings:{controls:[{label:"Corner",setting:{id:"btnRounded"}},{setting:{id:"closeButtonPosition"},label:"Position"}]}},{label:"Overlay",controls:[{label:"Color",setting:{id:"overlayColor"}},{label:"Opacity",setting:{id:"overlayOpacity"}},{label:"Click to close",setting:{id:"closeOnClickOutside"}}]},{label:"Size",controls:[{label:"Full screen",setting:{id:"fullScreen"}},{conditionDisplay:"!fullScreen",label:"Width",setting:{id:"width"}},{conditionDisplay:"!fullScreen",label:"Height",setting:{id:"height"}},{label:"Padding",controlConfig:{id:"padding",type:"padding-v2",linkWithSetting:{name:"spacing-setting",field:"padding"},devices:{desktop:{default:{type:"custom",top:"32px",bottom:"32px",left:"32px",right:"32px"}}},compoDefaultValue:{desktop:{default:{type:"custom",top:"32px",bottom:"32px",left:"32px",right:"32px"}}}}}]},{label:"Background",controls:[{setting:{id:"background"},layout:"vertical"}]},{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}}}]},{label:"Position",controls:[{label:"Position",type:"combo",iconPrefix:"gp-position",iconName:"polaris-edit",isHideClear:!0,getValueFromSettingID:"position",capitalizeDisplayValue:!0,controls:[{label:"Choose",setting:{id:"position"},options:{labelAlign:"top"}}],conditionDisplay:"!fullScreen"}]},{label:"Display condition",controls:[{label:"Show when",setting:{id:"trigger"}},{conditionDisplay:"trigger === 'show-after-time' || trigger === 'show-on-page-load'",label:"Delay",setting:{id:"triggerTime"}},{conditionDisplay:"trigger === 'show-after-scroll'",label:"Scroll",setting:{id:"triggerPercentage"}},{conditionDisplay:"trigger === 'show-when-about-exit'",label:"On mobile",setting:{id:"mobileTrigger"}},{conditionDisplay:"trigger === 'show-when-about-exit' && mobileTrigger === 'timer'",label:"After load",setting:{id:"mobileTriggerTime"}},{label:"Frequency",setting:{id:"frequencyMode"},conditionDisplay:"trigger !== 'none'"},{conditionDisplay:"frequencyMode === 'after-period-time'",label:"Display time",setting:{id:"frequency"}}]},{label:"Effect",controls:[{setting:{id:"effectType"},label:"Entrance effect"}]}];exports.SettingUIV2=SettingUIV2;
1
+ "use strict";exports.SettingUIV2=[{label:"Popup name",controls:[{label:"Name",setting:{id:"name"}}]},{label:"Button close",controls:[{label:"Icon",setting:{id:"iconSvg"}},{label:"Icon size",setting:{id:"iconSize"}},{label:"Icon color",setting:{id:"btnColor"}},{label:"Width",setting:{id:"btnWidth"}},{label:"Height",setting:{id:"btnHeight"}},{label:"Background",setting:{id:"btnBg"}}],moreSettings:{controls:[{label:"Corner",setting:{id:"btnRounded"}},{setting:{id:"closeButtonPosition"},label:"Position"}]}},{label:"Overlay",controls:[{label:"Color",setting:{id:"overlayColor"}},{label:"Opacity",setting:{id:"overlayOpacity"}},{label:"Click to close",setting:{id:"closeOnClickOutside"}}]},{label:"Size",controls:[{label:"Full screen",setting:{id:"fullScreen"}},{conditionDisplay:"!fullScreen",label:"Width",setting:{id:"width"}},{conditionDisplay:"!fullScreen",label:"Height",setting:{id:"height"}},{label:"Padding",controlConfig:{id:"padding",type:"padding-v2",linkWithSetting:{name:"spacing-setting",field:"padding"},devices:{desktop:{default:{type:"custom",top:"32px",bottom:"32px",left:"32px",right:"32px"}}},compoDefaultValue:{desktop:{default:{type:"custom",top:"32px",bottom:"32px",left:"32px",right:"32px"}}}}}]},{label:"Background",controls:[{setting:{id:"background"},layout:"vertical"}]},{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}}}]},{label:"Position",controls:[{label:"Position",type:"combo",iconPrefix:"gp-position",iconName:"polaris-edit",isHideClear:!0,getValueFromSettingID:"position",capitalizeDisplayValue:!0,controls:[{label:"Choose",setting:{id:"position"},options:{labelAlign:"top"}}],conditionDisplay:"!fullScreen"}]},{label:"Display condition",controls:[{label:"Show when",setting:{id:"trigger"}},{conditionDisplay:"trigger === 'show-after-time' || trigger === 'show-on-page-load'",label:"Delay",setting:{id:"triggerTime"}},{conditionDisplay:"trigger === 'show-after-scroll'",label:"Scroll",setting:{id:"triggerPercentage"}},{conditionDisplay:"trigger === 'show-when-about-exit'",label:"On mobile",setting:{id:"mobileTrigger"}},{conditionDisplay:"trigger === 'show-when-about-exit' && mobileTrigger === 'timer'",label:"After load",setting:{id:"mobileTriggerTime"}},{label:"Frequency",setting:{id:"frequencyMode"},conditionDisplay:"trigger !== 'none'"},{conditionDisplay:"frequencyMode === 'after-period-time'",label:"Display time",setting:{id:"frequency"}}]},{label:"Effect",controls:[{setting:{id:"effectType"},label:"Entrance effect"}]}];
@@ -1 +1 @@
1
- "use strict";var helpers=require("./helpers.js");const getClassAdvanced=({setting:e,advanced:s,type:d})=>{let r="Liquid"===d&&e?.ifOutOfStock===helpers.OUT_OF_STOCK.HIDE;return`${r&&"{% if product %} !gp-hidden trigger-hidden-class {% endif %}"} ${s?.cssClass}`};exports.getClassAdvanced=getClassAdvanced;
1
+ "use strict";var e=require("./helpers.js");exports.getClassAdvanced=({setting:s,advanced:r,type:i})=>{let t="Liquid"===i&&s?.ifOutOfStock===e.OUT_OF_STOCK.HIDE;return`${t&&"{% if product %} !gp-hidden trigger-hidden-class {% endif %}"} ${r?.cssClass}`};
@@ -1 +1 @@
1
- "use strict";var TextInline=require("../../text/components/TextInline.js"),helpers=require("../../helpers.js"),system=require("@gem-sdk/system"),styles=require("./styles.js"),translate=require("../settings/configs/translate.js");const getEstimateValue=e=>e?"number"==typeof e?e:Number(e.split("days")[0]):0,getDayEst=e=>{let t=new Date(Date.now()),a=getEstimateValue(e?.estimateTime),r=getEstimateValue(e?.minEstimate),s=getEstimateValue(e?.maxEstimate),l=e?.typeFormat==="Custom"?e?.customFormat:e?.typeFormat;if(!l)return"";if(e?.typeEstimate===ESTIMATE_DAYS.SPECIFIC){let e=`${getDayFormat(getFutureDay(a),l)}`;return e}getDayFormat(t);let u=`${getDayFormat(getFutureDay(r),l)} - ${getDayFormat(getFutureDay(s),l)}`;return u},EstimateDateLevel=e=>{switch(e?.htmlTag){case 1:return"h1";case 2:return"h2";case 3:return"h3";case 4:return"h4";case 5:return"h5";case 6:return"h6";default:return"div"}},getNewSetting=({type:e,styles:t,setting:a,builderProps:r,pageContext:s})=>{let l="React"===e,u=getTextContent({type:e,styles:t,setting:a,builderProps:r,pageContext:s});return{text:u,htmlTag:EstimateDateLevel(a),globalSize:a?.globalSize,background:a?.background,...!l&&{isForceValue:!0}}},getTextContent=({type:e,styles:t,setting:a,builderProps:r,pageContext:s})=>{let l="React"===e,u=system.createClass({"estimate-date-main":!0}),n=l||s?.isPreviewing?a?.customText:helpers.getDynamicSourceLocales({val:a?.customText,uid:r?.uid,settingId:helpers.createSettingId({id:translate.EstimateDate?.customText?.id}),pageContext:s,isCapitalize:t?.typo?.attrs?.transform==="capitalize"}).toString(),i={pageContext:s,setting:a,isReact:l,builderProps:r,textWithTranslate:n};return`${a?.enableCustomText===!1?"":TextInline.default({styles:styles.getStyleEstimateDate(t,"typoCustom"),setting:{text:n},elementAttrs:{debugText:JSON.stringify(i).replaceAll("'","&#039;")}})} ${TextInline.default({styles:styles.getStyleEstimateDate(t,"typoDate"),setting:{text:getDayEst(a)},className:u})}`},OUT_OF_STOCK={SHOW:"show",HIDE:"hide"},ESTIMATE_DAYS={SPECIFIC:"specific",RANGE:"range"},getDayFormat=(e,t="%B %d, %Y")=>{let a=e.getMonth()+1,r=e.getDate(),s=e.getFullYear();function l(e){let t=Math.floor(e/10)%10,a=e%10;return 1===a&&1!==t?"st":2===a&&1!==t?"nd":3===a&&1!==t?"rd":"th"}let u=[{type:"%a",value:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"][e.getDay()]},{type:"%A",value:["Sunday","Monday","Tueday","Wednesday","Thursday","Friday","Saturday"][e.getDay()]},{type:"%d",value:r.toString().padStart(2,"0")},{type:"%b",value:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"][a-1]},{type:"%B",value:["January","February","March","April","May","June","July","August","September","October","November","December"][a-1]},{type:"%m",value:a.toString().padStart(2,"0")},{type:"%y",value:s.toString().slice(-2)},{type:"%Y",value:s},{type:"%sf",value:l(r)}];return u.forEach(e=>{t=t.replaceAll(e?.type,e?.value?.toString()||"")}),t},getFutureDay=e=>{let t=new Date,a=new Date(t);return a.setDate(t.getDate()+Number(e)),a},listFormatDate=()=>{let e=new Date(Date.now());return{FORMAT_1:{Label:getDayFormat(e,"%b %d"),value:"%b %d"},FORMAT_2:{Label:getDayFormat(e,"%b %d, %Y"),value:"%b %d, %Y"},FORMAT_3:{Label:getDayFormat(e,"%a, %b %d"),value:"%a, %b %d"},FORMAT_4:{Label:getDayFormat(e,"%d/%m/%Y"),value:"%d/%m/%Y"},FORMAT_5:{Label:getDayFormat(e,"%Y/%m/%d"),value:"%Y/%m/%d"},FORMAT_6:{Label:"Custom"}}};exports.ESTIMATE_DAYS=ESTIMATE_DAYS,exports.OUT_OF_STOCK=OUT_OF_STOCK,exports.getDayFormat=getDayFormat,exports.getFutureDay=getFutureDay,exports.getNewSetting=getNewSetting,exports.listFormatDate=listFormatDate;
1
+ "use strict";var e=require("../../text/components/TextInline.js"),t=require("../../helpers.js"),a=require("@gem-sdk/system"),r=require("./styles.js"),s=require("../settings/configs/translate.js");const u=e=>e?"number"==typeof e?e:Number(e.split("days")[0]):0,l=e=>{let t=new Date(Date.now()),a=u(e?.estimateTime),r=u(e?.minEstimate),s=u(e?.maxEstimate),l=e?.typeFormat==="Custom"?e?.customFormat:e?.typeFormat;if(!l)return"";if(e?.typeEstimate===o.SPECIFIC){let e=`${m(y(a),l)}`;return e}m(t);let n=`${m(y(r),l)} - ${m(y(s),l)}`;return n},n=e=>{switch(e?.htmlTag){case 1:return"h1";case 2:return"h2";case 3:return"h3";case 4:return"h4";case 5:return"h5";case 6:return"h6";default:return"div"}},i=({type:u,styles:n,setting:i,builderProps:o,pageContext:m})=>{let y="React"===u,d=a.createClass({"estimate-date-main":!0}),c=y||m?.isPreviewing?i?.customText:t.getDynamicSourceLocales({val:i?.customText,uid:o?.uid,settingId:t.createSettingId({id:s.EstimateDate?.customText?.id}),pageContext:m,isCapitalize:n?.typo?.attrs?.transform==="capitalize"}).toString();return`${i?.enableCustomText===!1?"":e.default({styles:r.getStyleEstimateDate(n,"typoCustom"),setting:{text:c},elementAttrs:{debugText:JSON.stringify({pageContext:m,setting:i,isReact:y,builderProps:o,textWithTranslate:c}).replaceAll("'","&#039;")}})} ${e.default({styles:r.getStyleEstimateDate(n,"typoDate"),setting:{text:l(i)},className:d})}`},o={SPECIFIC:"specific",RANGE:"range"},m=(e,t="%B %d, %Y")=>{let a=e.getMonth()+1,r=e.getDate(),s=e.getFullYear(),u=[{type:"%a",value:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"][e.getDay()]},{type:"%A",value:["Sunday","Monday","Tueday","Wednesday","Thursday","Friday","Saturday"][e.getDay()]},{type:"%d",value:r.toString().padStart(2,"0")},{type:"%b",value:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"][a-1]},{type:"%B",value:["January","February","March","April","May","June","July","August","September","October","November","December"][a-1]},{type:"%m",value:a.toString().padStart(2,"0")},{type:"%y",value:s.toString().slice(-2)},{type:"%Y",value:s},{type:"%sf",value:function(e){let t=Math.floor(e/10)%10,a=e%10;return 1===a&&1!==t?"st":2===a&&1!==t?"nd":3===a&&1!==t?"rd":"th"}(r)}];return u.forEach(e=>{t=t.replaceAll(e?.type,e?.value?.toString()||"")}),t},y=e=>{let t=new Date,a=new Date(t);return a.setDate(t.getDate()+Number(e)),a};exports.ESTIMATE_DAYS=o,exports.OUT_OF_STOCK={SHOW:"show",HIDE:"hide"},exports.getDayFormat=m,exports.getFutureDay=y,exports.getNewSetting=({type:e,styles:t,setting:a,builderProps:r,pageContext:s})=>{let u="React"===e,l=i({type:e,styles:t,setting:a,builderProps:r,pageContext:s});return{text:l,htmlTag:n(a),globalSize:a?.globalSize,background:a?.background,...!u&&{isForceValue:!0}}},exports.listFormatDate=()=>{let e=new Date(Date.now());return{FORMAT_1:{Label:m(e,"%b %d"),value:"%b %d"},FORMAT_2:{Label:m(e,"%b %d, %Y"),value:"%b %d, %Y"},FORMAT_3:{Label:m(e,"%a, %b %d"),value:"%a, %b %d"},FORMAT_4:{Label:m(e,"%d/%m/%Y"),value:"%d/%m/%Y"},FORMAT_5:{Label:m(e,"%Y/%m/%d"),value:"%Y/%m/%d"},FORMAT_6:{Label:"Custom"}}};
@@ -1 +1 @@
1
- "use strict";const getStyleEstimateDate=(t,e)=>({align:t?.align,typo:t?.[e]}),getTextStyles=t=>({hasTextShadowNotState:t?.hasTextShadowNotState,typography:t?.typography,typo:t?.typo,textAlign:t?.textAlign,lineClamp:t?.lineClamp,hasLineClamp:t?.hasLineClamp,hasTextShadow:t?.hasTextShadow,textShadow:t?.textShadow,align:t?.align});exports.getStyleEstimateDate=getStyleEstimateDate,exports.getTextStyles=getTextStyles;
1
+ "use strict";exports.getStyleEstimateDate=(t,a)=>({align:t?.align,typo:t?.[a]}),exports.getTextStyles=t=>({hasTextShadowNotState:t?.hasTextShadowNotState,typography:t?.typography,typo:t?.typo,textAlign:t?.textAlign,lineClamp:t?.lineClamp,hasLineClamp:t?.hasLineClamp,hasTextShadow:t?.hasTextShadow,textShadow:t?.textShadow,align:t?.align});
@@ -1,2 +1,2 @@
1
1
  'use client';
2
- "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var jsxRuntime=require("react/jsx-runtime"),system=require("@gem-sdk/system"),Text=require("../../text/components/Text.js"),classes=require("../common/classes.js"),helpers=require("../common/helpers.js"),styles=require("../common/styles.js");const EstimateDate=({setting:e,styles:s,builderAttrs:t,style:r,builderProps:a,advanced:l,children:c})=>{let i=system.createClass({"estimate-date-container":!0}),m=classes.getClassAdvanced({setting:e,advanced:l,type:"React"}),n=helpers.getNewSetting({type:"React",styles:s,setting:e,builderProps:a});return jsxRuntime.jsx(Text.default,{builderProps:a,builderAttrs:t,advanced:{...l,cssClass:m},style:r,styles:styles.getTextStyles(s),setting:n,className:i,children:c})};exports.default=EstimateDate;
2
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("react/jsx-runtime"),s=require("@gem-sdk/system"),t=require("../../text/components/Text.js"),r=require("../common/classes.js"),a=require("../common/helpers.js"),l=require("../common/styles.js");exports.default=({setting:c,styles:i,builderAttrs:n,style:u,builderProps:o,advanced:d,children:m})=>{let y=s.createClass({"estimate-date-container":!0}),p=r.getClassAdvanced({setting:c,advanced:d,type:"React"}),j=a.getNewSetting({type:"React",styles:i,setting:c,builderProps:o});return e.jsx(t.default,{builderProps:o,builderAttrs:n,advanced:{...d,cssClass:p},style:u,styles:l.getTextStyles(i),setting:j,className:y,children:m})};
@@ -1,6 +1,6 @@
1
- "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var core=require("@gem-sdk/core"),helpers$1=require("../../helpers.js"),system=require("@gem-sdk/system"),Text_liquid=require("../../text/components/Text.liquid.js"),classes=require("../common/classes.js"),helpers=require("../common/helpers.js"),styles=require("../common/styles.js");const EstimateDate=({setting:e={},styles:s,builderAttrs:t,style:r,builderProps:a,advanced:i,isText:l,pageContext:c})=>{let d=system.createClass({"estimate-date-container":!0}),o=classes.getClassAdvanced({setting:e,advanced:i,type:"Liquid"}),n=helpers.getNewSetting({type:"Liquid",styles:s,setting:e,builderProps:a,pageContext:c});return core.template`
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("@gem-sdk/core"),t=require("../../helpers.js"),s=require("@gem-sdk/system"),a=require("../../text/components/Text.liquid.js"),r=require("../common/classes.js"),i=require("../common/helpers.js"),l=require("../common/styles.js");exports.default=({setting:d={},styles:n,builderAttrs:c,style:m,builderProps:o,advanced:p,isText:g,pageContext:u})=>{let y=s.createClass({"estimate-date-container":!0}),f=r.getClassAdvanced({setting:d,advanced:p,type:"Liquid"}),q=i.getNewSetting({type:"Liquid",styles:n,setting:d,builderProps:o,pageContext:u});return e.template`
2
2
  <gp-estimate-date>
3
- ${Text_liquid.default({builderProps:a,builderAttrs:t,advanced:{...i,cssClass:o},style:r,styles:styles.getTextStyles(s),setting:n,className:d,isText:l,pageContext:c,elementAttrs:{"setting-estimate-date":encodeURIComponent(JSON.stringify(e))},isForceValue:!0})}
3
+ ${a.default({builderProps:o,builderAttrs:c,advanced:{cssClass:f},style:m,styles:l.getTextStyles(n),setting:q,className:y,isText:g,pageContext:u,elementAttrs:{"setting-estimate-date":encodeURIComponent(JSON.stringify(d))}})}
4
4
  </gp-estimate-date>
5
- ${core.RenderIf(core.isLocalEnv,`<script ${helpers$1.getSettingPreloadData('class="gps-link" delay',"src")}="{{ 'gp-estimate-date-v7-5.js' | asset_url }}" defer="defer"></script>`,`<script ${helpers$1.getSettingPreloadData('class="gps-link" delay',"src")}="${core.baseAssetURL}/assets-v2/gp-estimate-date-v7-5.js?v={{ shop.metafields.GEMPAGES.ASSETS_VERSION }}" defer="defer"></script>`)}
6
- `};exports.default=EstimateDate;
5
+ ${e.RenderIf(e.isLocalEnv,`<script ${t.getSettingPreloadData('class="gps-link" delay',"src")}="{{ 'gp-estimate-date-v7-5.js' | asset_url }}" defer="defer"></script>`,`<script ${t.getSettingPreloadData('class="gps-link" delay',"src")}="${e.baseAssetURL}/assets-v2/gp-estimate-date-v7-5.js?v={{ shop.metafields.GEMPAGES.ASSETS_VERSION }}" defer="defer"></script>`)}
6
+ `};
@@ -1 +1 @@
1
- "use strict";require("react/jsx-runtime"),require("@gem-sdk/system"),require("@gem-sdk/core"),require("react"),require("next/link");var EstimateDate$1=require("./settings/EstimateDate.js");const estimateDeliverySetting={EstimateDate:EstimateDate$1.default};exports.estimateDeliverySetting=estimateDeliverySetting;
1
+ "use strict";require("react/jsx-runtime"),require("@gem-sdk/system"),require("@gem-sdk/core"),require("react"),require("next/link");var e=require("./settings/EstimateDate.js");const t={EstimateDate:e.default};exports.estimateDeliverySetting=t;
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var dynamic=require("next/dynamic"),Loading=require("../common/components/Loading.js");require("react/jsx-runtime"),require("react"),require("@gem-sdk/core");const EstimateDate=dynamic(()=>Promise.resolve().then(function(){return require("./components/EstimateDate.js")}),{loading:Loading.default});var EstimateDeliveryComponents={EstimateDate};exports.default=EstimateDeliveryComponents;
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("next/dynamic"),r=require("../common/components/Loading.js");require("react/jsx-runtime"),require("react"),require("@gem-sdk/core");const t=e(()=>Promise.resolve().then(function(){return require("./components/EstimateDate.js")}),{loading:r.default});exports.default={EstimateDate:t};
@@ -1,10 +1,10 @@
1
- "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var uiV2=require("./configs/ui-v2.js"),settings=require("./configs/settings.js");const config={tag:"EstimateDate",label:"Delivery Date",icon:`
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var C=require("./configs/ui-v2.js"),H=require("./configs/settings.js");const V={tag:"EstimateDate",label:"Delivery Date",icon:`
2
2
  <svg width="97" height="12" viewBox="0 0 97 12" fill="none" xmlns="http://www.w3.org/2000/svg">
3
3
  <path d="M6.05025 2.45455C5.99911 2.02273 5.79173 1.6875 5.42809 1.44886C5.06445 1.21023 4.61843 1.09091 4.09002 1.09091C3.70366 1.09091 3.36559 1.15341 3.07582 1.27841C2.78889 1.40341 2.56445 1.57528 2.40252 1.79403C2.24343 2.01278 2.16389 2.26136 2.16389 2.53977C2.16389 2.77273 2.21928 2.97301 2.33008 3.14062C2.44371 3.3054 2.5886 3.44318 2.76474 3.55398C2.94087 3.66193 3.12553 3.75142 3.31871 3.82244C3.5119 3.89062 3.68945 3.94602 3.85138 3.98864L4.73775 4.22727C4.96502 4.28693 5.21786 4.36932 5.49627 4.47443C5.77752 4.57955 6.04599 4.72301 6.30167 4.90483C6.56019 5.08381 6.77326 5.31392 6.94087 5.59517C7.10849 5.87642 7.19229 6.22159 7.19229 6.63068C7.19229 7.10227 7.06871 7.52841 6.82156 7.90909C6.57724 8.28977 6.21928 8.59233 5.74769 8.81676C5.27894 9.04119 4.70934 9.15341 4.03888 9.15341C3.41388 9.15341 2.87269 9.05256 2.41531 8.85085C1.96076 8.64915 1.60281 8.3679 1.34144 8.0071C1.08292 7.64631 0.936612 7.22727 0.902521 6.75H1.99343C2.02184 7.07955 2.13263 7.35227 2.32582 7.56818C2.52184 7.78125 2.769 7.94034 3.06729 8.04545C3.36843 8.14773 3.69229 8.19886 4.03888 8.19886C4.44229 8.19886 4.80451 8.13352 5.12553 8.00284C5.44656 7.86932 5.70082 7.68466 5.88832 7.44886C6.07582 7.21023 6.16957 6.93182 6.16957 6.61364C6.16957 6.32386 6.0886 6.08807 5.92667 5.90625C5.76474 5.72443 5.55167 5.5767 5.28746 5.46307C5.02326 5.34943 4.73775 5.25 4.43093 5.16477L3.35707 4.85795C2.67525 4.66193 2.13548 4.3821 1.73775 4.01847C1.34002 3.65483 1.14116 3.17898 1.14116 2.59091C1.14116 2.10227 1.27326 1.67614 1.53746 1.3125C1.80451 0.946023 2.16246 0.661932 2.61133 0.460227C3.06303 0.255682 3.56729 0.153409 4.12411 0.153409C4.68661 0.153409 5.18661 0.254261 5.62411 0.455966C6.06161 0.654829 6.4082 0.927556 6.66388 1.27415C6.92241 1.62074 7.05877 2.0142 7.07298 2.45455H6.05025ZM9.79918 5.0625V9H8.7935V0.272727H9.79918V3.47727H9.88441C10.0378 3.1392 10.2679 2.87074 10.5748 2.67188C10.8844 2.47017 11.2963 2.36932 11.8105 2.36932C12.2566 2.36932 12.6472 2.45881 12.9824 2.63778C13.3176 2.81392 13.5776 3.08523 13.7623 3.4517C13.9498 3.81534 14.0435 4.27841 14.0435 4.84091V9H13.0378V4.90909C13.0378 4.3892 12.9029 3.98722 12.633 3.70312C12.3659 3.41619 11.9952 3.27273 11.5208 3.27273C11.1912 3.27273 10.8958 3.34233 10.6344 3.48153C10.3759 3.62074 10.1713 3.82386 10.0208 4.09091C9.87305 4.35795 9.79918 4.68182 9.79918 5.0625ZM15.8833 9V2.45455H16.889V9H15.8833ZM16.3947 1.36364C16.1987 1.36364 16.0297 1.29688 15.8876 1.16335C15.7484 1.02983 15.6788 0.869318 15.6788 0.681818C15.6788 0.494318 15.7484 0.333807 15.8876 0.200284C16.0297 0.0667613 16.1987 0 16.3947 0C16.5907 0 16.7583 0.0667613 16.8975 0.200284C17.0396 0.333807 17.1106 0.494318 17.1106 0.681818C17.1106 0.869318 17.0396 1.02983 16.8975 1.16335C16.7583 1.29688 16.5907 1.36364 16.3947 1.36364ZM18.731 11.4545V2.45455H19.7026V3.49432H19.8219C19.8958 3.38068 19.998 3.2358 20.1287 3.05966C20.2623 2.88068 20.4526 2.72159 20.6998 2.58239C20.9498 2.44034 21.2878 2.36932 21.714 2.36932C22.2651 2.36932 22.7509 2.5071 23.1713 2.78267C23.5918 3.05824 23.9199 3.44886 24.1557 3.95455C24.3915 4.46023 24.5094 5.05682 24.5094 5.74432C24.5094 6.4375 24.3915 7.03835 24.1557 7.54688C23.9199 8.05256 23.5932 8.4446 23.1756 8.72301C22.758 8.99858 22.2765 9.13636 21.731 9.13636C21.3105 9.13636 20.9739 9.06676 20.7211 8.92756C20.4682 8.78551 20.2736 8.625 20.1373 8.44602C20.0009 8.2642 19.8958 8.11364 19.8219 7.99432H19.7367V11.4545H18.731ZM19.7196 5.72727C19.7196 6.22159 19.7921 6.65767 19.937 7.03551C20.0819 7.41051 20.2935 7.70455 20.5719 7.91761C20.8503 8.12784 21.1912 8.23295 21.5946 8.23295C22.0151 8.23295 22.3659 8.12216 22.6472 7.90057C22.9313 7.67614 23.1444 7.375 23.2864 6.99716C23.4313 6.61648 23.5037 6.19318 23.5037 5.72727C23.5037 5.26705 23.4327 4.85227 23.2907 4.48295C23.1515 4.1108 22.9398 3.81676 22.6557 3.60085C22.3745 3.3821 22.0208 3.27273 21.5946 3.27273C21.1855 3.27273 20.8418 3.37642 20.5634 3.58381C20.285 3.78835 20.0748 4.07528 19.9327 4.4446C19.7907 4.81108 19.7196 5.23864 19.7196 5.72727ZM32.0776 9.13636C31.4867 9.13636 30.9682 8.99574 30.5222 8.71449C30.079 8.43324 29.7324 8.03977 29.4824 7.53409C29.2353 7.02841 29.1117 6.4375 29.1117 5.76136C29.1117 5.07955 29.2353 4.48437 29.4824 3.97585C29.7324 3.46733 30.079 3.07244 30.5222 2.79119C30.9682 2.50994 31.4867 2.36932 32.0776 2.36932C32.6685 2.36932 33.1855 2.50994 33.6287 2.79119C34.0748 3.07244 34.4213 3.46733 34.6685 3.97585C34.9185 4.48437 35.0435 5.07955 35.0435 5.76136C35.0435 6.4375 34.9185 7.02841 34.6685 7.53409C34.4213 8.03977 34.0748 8.43324 33.6287 8.71449C33.1855 8.99574 32.6685 9.13636 32.0776 9.13636ZM32.0776 8.23295C32.5265 8.23295 32.8958 8.1179 33.1855 7.88778C33.4753 7.65767 33.6898 7.35511 33.829 6.98011C33.9682 6.60511 34.0378 6.19886 34.0378 5.76136C34.0378 5.32386 33.9682 4.91619 33.829 4.53835C33.6898 4.16051 33.4753 3.85511 33.1855 3.62216C32.8958 3.3892 32.5265 3.27273 32.0776 3.27273C31.6287 3.27273 31.2594 3.3892 30.9696 3.62216C30.6799 3.85511 30.4654 4.16051 30.3262 4.53835C30.187 4.91619 30.1174 5.32386 30.1174 5.76136C30.1174 6.19886 30.187 6.60511 30.3262 6.98011C30.4654 7.35511 30.6799 7.65767 30.9696 7.88778C31.2594 8.1179 31.6287 8.23295 32.0776 8.23295ZM37.5843 5.0625V9H36.5787V2.45455H37.5502V3.47727H37.6355C37.7889 3.14489 38.0218 2.87784 38.3343 2.67614C38.6468 2.47159 39.0502 2.36932 39.5446 2.36932C39.9877 2.36932 40.3755 2.46023 40.7079 2.64205C41.0403 2.82102 41.2988 3.09375 41.4835 3.46023C41.6681 3.82386 41.7605 4.28409 41.7605 4.84091V9H40.7548V4.90909C40.7548 4.39489 40.6213 3.99432 40.3542 3.70739C40.0872 3.41761 39.7207 3.27273 39.2548 3.27273C38.9338 3.27273 38.6468 3.34233 38.394 3.48153C38.144 3.62074 37.9466 3.82386 37.8017 4.09091C37.6568 4.35795 37.5843 4.68182 37.5843 5.0625ZM47.1096 0.272727H48.3709L51.3368 7.51705H51.4391L54.405 0.272727H55.6664V9H54.6777V2.36932H54.5925L51.8652 9H50.9107L48.1834 2.36932H48.0982V9H47.1096V0.272727ZM59.5751 9.15341C59.1603 9.15341 58.7839 9.07528 58.4458 8.91903C58.1078 8.75994 57.8393 8.53125 57.6404 8.23295C57.4416 7.93182 57.3422 7.56818 57.3422 7.14205C57.3422 6.76705 57.416 6.46307 57.5637 6.23011C57.7115 5.99432 57.9089 5.80966 58.1561 5.67614C58.4032 5.54261 58.676 5.44318 58.9743 5.37784C59.2754 5.30966 59.5779 5.25568 59.8819 5.21591C60.2797 5.16477 60.6021 5.12642 60.8493 5.10085C61.0993 5.07244 61.2811 5.02557 61.3947 4.96023C61.5112 4.89489 61.5694 4.78125 61.5694 4.61932V4.58523C61.5694 4.16477 61.4544 3.83807 61.2243 3.60511C60.997 3.37216 60.6518 3.25568 60.1887 3.25568C59.7086 3.25568 59.3322 3.3608 59.0595 3.57102C58.7868 3.78125 58.595 4.00568 58.4842 4.24432L57.5297 3.90341C57.7001 3.50568 57.9274 3.19602 58.2115 2.97443C58.4984 2.75 58.8109 2.59375 59.149 2.50568C59.4899 2.41477 59.8251 2.36932 60.1547 2.36932C60.3649 2.36932 60.6064 2.39489 60.8791 2.44602C61.1547 2.49432 61.4203 2.59517 61.676 2.74858C61.9345 2.90199 62.149 3.13352 62.3194 3.44318C62.4899 3.75284 62.5751 4.16761 62.5751 4.6875V9H61.5694V8.11364H61.5183C61.4501 8.25568 61.3365 8.40767 61.1774 8.5696C61.0183 8.73153 60.8066 8.86932 60.5424 8.98295C60.2782 9.09659 59.9558 9.15341 59.5751 9.15341ZM59.7285 8.25C60.1262 8.25 60.4615 8.17188 60.7342 8.01562C61.0098 7.85938 61.2172 7.65767 61.3564 7.41051C61.4984 7.16335 61.5694 6.90341 61.5694 6.63068V5.71023C61.5268 5.76136 61.4331 5.80824 61.2882 5.85085C61.1461 5.89062 60.9814 5.92614 60.7939 5.95739C60.6092 5.9858 60.4288 6.01136 60.2527 6.03409C60.0794 6.05398 59.9387 6.07102 59.8308 6.08523C59.5694 6.11932 59.3251 6.17472 59.0978 6.25142C58.8734 6.32528 58.6916 6.4375 58.5524 6.58807C58.416 6.7358 58.3478 6.9375 58.3478 7.19318C58.3478 7.54261 58.4771 7.80682 58.7356 7.9858C58.997 8.16193 59.3279 8.25 59.7285 8.25ZM64.824 11.4545C64.6536 11.4545 64.5016 11.4403 64.3681 11.4119C64.2346 11.3864 64.1422 11.3608 64.0911 11.3352L64.3468 10.4489C64.5911 10.5114 64.807 10.5341 64.9945 10.517C65.182 10.5 65.3482 10.4162 65.4931 10.2656C65.6408 10.1179 65.7757 9.87784 65.8979 9.54545L66.0854 9.03409L63.665 2.45455H64.7559L66.5627 7.67045H66.6309L68.4377 2.45455H69.5286L66.7502 9.95455C66.6252 10.2926 66.4703 10.5724 66.2857 10.794C66.101 11.0185 65.8865 11.1847 65.6422 11.2926C65.4007 11.4006 65.128 11.4545 64.824 11.4545ZM77.2821 0.272727V9H76.2253V1.38068H76.1742L74.0435 2.79545V1.72159L76.2253 0.272727H77.2821ZM82.5194 9.11932C82.0194 9.11932 81.5691 9.01989 81.1685 8.82102C80.7679 8.62216 80.4469 8.34943 80.2054 8.00284C79.964 7.65625 79.8319 7.26136 79.8091 6.81818H80.8319C80.8716 7.21307 81.0506 7.53977 81.3688 7.7983C81.6898 8.05398 82.0733 8.18182 82.5194 8.18182C82.8773 8.18182 83.1955 8.09801 83.4739 7.9304C83.7551 7.76278 83.9753 7.53267 84.1344 7.24006C84.2963 6.9446 84.3773 6.6108 84.3773 6.23864C84.3773 5.85795 84.2935 5.51847 84.1259 5.22017C83.9611 4.91903 83.7338 4.68182 83.4441 4.50852C83.1543 4.33523 82.8233 4.24716 82.4512 4.24432C82.1841 4.24148 81.91 4.28267 81.6287 4.3679C81.3475 4.45028 81.1159 4.55682 80.9341 4.6875L79.9455 4.56818L80.4739 0.272727H85.008V1.21023H81.3603L81.0534 3.78409H81.1046C81.2836 3.64205 81.508 3.52415 81.7779 3.4304C82.0478 3.33665 82.329 3.28977 82.6216 3.28977C83.1557 3.28977 83.6316 3.41761 84.0492 3.6733C84.4696 3.92614 84.7992 4.27273 85.0378 4.71307C85.2793 5.15341 85.4 5.65625 85.4 6.22159C85.4 6.77841 85.275 7.27557 85.025 7.71307C84.7779 8.14773 84.437 8.49148 84.0023 8.74432C83.5676 8.99432 83.0733 9.11932 82.5194 9.11932ZM89.9565 2.45455V3.30682H86.5645V2.45455H89.9565ZM87.5531 0.886364H88.5588V7.125C88.5588 7.40909 88.6 7.62216 88.6824 7.7642C88.7676 7.90341 88.8755 7.99716 89.0062 8.04545C89.1397 8.09091 89.2804 8.11364 89.4281 8.11364C89.5389 8.11364 89.6298 8.10795 89.7008 8.09659C89.7718 8.08239 89.8287 8.07102 89.8713 8.0625L90.0758 8.96591C90.0076 8.99148 89.9125 9.01705 89.7903 9.04261C89.6681 9.07102 89.5133 9.08523 89.3258 9.08523C89.0417 9.08523 88.7633 9.02415 88.4906 8.90199C88.2207 8.77983 87.9963 8.59375 87.8173 8.34375C87.6412 8.09375 87.5531 7.77841 87.5531 7.39773V0.886364ZM92.6156 5.0625V9H91.6099V0.272727H92.6156V3.47727H92.7008C92.8542 3.1392 93.0843 2.87074 93.3912 2.67188C93.7008 2.47017 94.1127 2.36932 94.627 2.36932C95.073 2.36932 95.4636 2.45881 95.7988 2.63778C96.1341 2.81392 96.394 3.08523 96.5787 3.4517C96.7662 3.81534 96.8599 4.27841 96.8599 4.84091V9H95.8542V4.90909C95.8542 4.3892 95.7193 3.98722 95.4494 3.70312C95.1824 3.41619 94.8116 3.27273 94.3372 3.27273C94.0076 3.27273 93.7122 3.34233 93.4508 3.48153C93.1923 3.62074 92.9877 3.82386 92.8372 4.09091C92.6895 4.35795 92.6156 4.68182 92.6156 5.0625Z" fill="#F9F9F9"/>
4
4
  </svg>
5
- `,settings:settings.EstimateDateSettings,ui:[],uiV2:uiV2.SettingUIV2,presets:[{id:"Estimate-Date",name:"Delivery Date",icon:{desktop:`
5
+ `,settings:H.EstimateDateSettings,ui:[],uiV2:C.SettingUIV2,presets:[{id:"Estimate-Date",name:"Delivery Date",icon:{desktop:`
6
6
  <svg width="70" height="20" viewBox="0 0 70 20" fill="none" xmlns="http://www.w3.org/2000/svg">
7
7
  <path d="M5.97212 7.45455C5.92099 7.02273 5.7136 6.6875 5.34996 6.44886C4.98633 6.21023 4.54031 6.09091 4.0119 6.09091C3.62553 6.09091 3.28746 6.15341 2.99769 6.27841C2.71076 6.40341 2.48633 6.57528 2.3244 6.79403C2.16531 7.01278 2.08576 7.26136 2.08576 7.53977C2.08576 7.77273 2.14116 7.97301 2.25195 8.14062C2.36559 8.3054 2.51048 8.44318 2.68661 8.55398C2.86275 8.66193 3.04741 8.75142 3.24059 8.82244C3.43377 8.89062 3.61133 8.94602 3.77326 8.98864L4.65962 9.22727C4.8869 9.28693 5.13974 9.36932 5.41815 9.47443C5.6994 9.57955 5.96786 9.72301 6.22354 9.90483C6.48207 10.0838 6.69514 10.3139 6.86275 10.5952C7.03036 10.8764 7.11417 11.2216 7.11417 11.6307C7.11417 12.1023 6.99059 12.5284 6.74343 12.9091C6.49911 13.2898 6.14116 13.5923 5.66957 13.8168C5.20082 14.0412 4.63121 14.1534 3.96076 14.1534C3.33576 14.1534 2.79457 14.0526 2.33718 13.8509C1.88263 13.6491 1.52468 13.3679 1.26332 13.0071C1.00479 12.6463 0.858487 12.2273 0.824396 11.75H1.91531C1.94371 12.0795 2.05451 12.3523 2.24769 12.5682C2.44371 12.7812 2.69087 12.9403 2.98917 13.0455C3.29031 13.1477 3.61417 13.1989 3.96076 13.1989C4.36417 13.1989 4.72639 13.1335 5.04741 13.0028C5.36843 12.8693 5.62269 12.6847 5.81019 12.4489C5.99769 12.2102 6.09144 11.9318 6.09144 11.6136C6.09144 11.3239 6.01048 11.0881 5.84854 10.9062C5.68661 10.7244 5.47354 10.5767 5.20934 10.4631C4.94514 10.3494 4.65962 10.25 4.35281 10.1648L3.27894 9.85795C2.59712 9.66193 2.05735 9.3821 1.65962 9.01847C1.2619 8.65483 1.06303 8.17898 1.06303 7.59091C1.06303 7.10227 1.19513 6.67614 1.45934 6.3125C1.72638 5.94602 2.08434 5.66193 2.5332 5.46023C2.98491 5.25568 3.48917 5.15341 4.04599 5.15341C4.60849 5.15341 5.10849 5.25426 5.54599 5.45597C5.98349 5.65483 6.33008 5.92756 6.58576 6.27415C6.84428 6.62074 6.98065 7.0142 6.99485 7.45455H5.97212ZM9.72106 10.0625V14H8.71538V5.27273H9.72106V8.47727H9.80629C9.95969 8.1392 10.1898 7.87074 10.4966 7.67188C10.8063 7.47017 11.2182 7.36932 11.7324 7.36932C12.1784 7.36932 12.5691 7.45881 12.9043 7.63778C13.2395 7.81392 13.4995 8.08523 13.6841 8.4517C13.8716 8.81534 13.9654 9.27841 13.9654 9.84091V14H12.9597V9.90909C12.9597 9.3892 12.8248 8.98722 12.5549 8.70312C12.2878 8.41619 11.9171 8.27273 11.4426 8.27273C11.1131 8.27273 10.8176 8.34233 10.5563 8.48153C10.2978 8.62074 10.0932 8.82386 9.94265 9.09091C9.79492 9.35795 9.72106 9.68182 9.72106 10.0625ZM15.8052 14V7.45455H16.8109V14H15.8052ZM16.3166 6.36364C16.1206 6.36364 15.9515 6.29688 15.8095 6.16335C15.6703 6.02983 15.6007 5.86932 15.6007 5.68182C15.6007 5.49432 15.6703 5.33381 15.8095 5.20028C15.9515 5.06676 16.1206 5 16.3166 5C16.5126 5 16.6802 5.06676 16.8194 5.20028C16.9615 5.33381 17.0325 5.49432 17.0325 5.68182C17.0325 5.86932 16.9615 6.02983 16.8194 6.16335C16.6802 6.29688 16.5126 6.36364 16.3166 6.36364ZM18.6529 16.4545V7.45455H19.6245V8.49432H19.7438C19.8176 8.38068 19.9199 8.2358 20.0506 8.05966C20.1841 7.88068 20.3745 7.72159 20.6216 7.58239C20.8716 7.44034 21.2097 7.36932 21.6358 7.36932C22.187 7.36932 22.6728 7.5071 23.0932 7.78267C23.5137 8.05824 23.8418 8.44886 24.0776 8.95455C24.3134 9.46023 24.4313 10.0568 24.4313 10.7443C24.4313 11.4375 24.3134 12.0384 24.0776 12.5469C23.8418 13.0526 23.5151 13.4446 23.0975 13.723C22.6799 13.9986 22.1983 14.1364 21.6529 14.1364C21.2324 14.1364 20.8958 14.0668 20.6429 13.9276C20.3901 13.7855 20.1955 13.625 20.0591 13.446C19.9228 13.2642 19.8176 13.1136 19.7438 12.9943H19.6586V16.4545H18.6529ZM19.6415 10.7273C19.6415 11.2216 19.714 11.6577 19.8588 12.0355C20.0037 12.4105 20.2154 12.7045 20.4938 12.9176C20.7722 13.1278 21.1131 13.233 21.5165 13.233C21.937 13.233 22.2878 13.1222 22.5691 12.9006C22.8532 12.6761 23.0662 12.375 23.2083 11.9972C23.3532 11.6165 23.4256 11.1932 23.4256 10.7273C23.4256 10.267 23.3546 9.85227 23.2125 9.48295C23.0733 9.1108 22.8617 8.81676 22.5776 8.60085C22.2963 8.3821 21.9426 8.27273 21.5165 8.27273C21.1074 8.27273 20.7637 8.37642 20.4853 8.58381C20.2069 8.78835 19.9966 9.07528 19.8546 9.4446C19.7125 9.81108 19.6415 10.2386 19.6415 10.7273ZM31.9995 14.1364C31.4086 14.1364 30.8901 13.9957 30.4441 13.7145C30.0009 13.4332 29.6543 13.0398 29.4043 12.5341C29.1571 12.0284 29.0336 11.4375 29.0336 10.7614C29.0336 10.0795 29.1571 9.48437 29.4043 8.97585C29.6543 8.46733 30.0009 8.07244 30.4441 7.79119C30.8901 7.50994 31.4086 7.36932 31.9995 7.36932C32.5904 7.36932 33.1074 7.50994 33.5506 7.79119C33.9966 8.07244 34.3432 8.46733 34.5904 8.97585C34.8404 9.48437 34.9654 10.0795 34.9654 10.7614C34.9654 11.4375 34.8404 12.0284 34.5904 12.5341C34.3432 13.0398 33.9966 13.4332 33.5506 13.7145C33.1074 13.9957 32.5904 14.1364 31.9995 14.1364ZM31.9995 13.233C32.4483 13.233 32.8176 13.1179 33.1074 12.8878C33.3972 12.6577 33.6117 12.3551 33.7509 11.9801C33.8901 11.6051 33.9597 11.1989 33.9597 10.7614C33.9597 10.3239 33.8901 9.91619 33.7509 9.53835C33.6117 9.16051 33.3972 8.85511 33.1074 8.62216C32.8176 8.3892 32.4483 8.27273 31.9995 8.27273C31.5506 8.27273 31.1813 8.3892 30.8915 8.62216C30.6017 8.85511 30.3873 9.16051 30.248 9.53835C30.1088 9.91619 30.0392 10.3239 30.0392 10.7614C30.0392 11.1989 30.1088 11.6051 30.248 11.9801C30.3873 12.3551 30.6017 12.6577 30.8915 12.8878C31.1813 13.1179 31.5506 13.233 31.9995 13.233ZM37.5062 10.0625V14H36.5005V7.45455H37.4721V8.47727H37.5574C37.7108 8.14489 37.9437 7.87784 38.2562 7.67614C38.5687 7.47159 38.9721 7.36932 39.4664 7.36932C39.9096 7.36932 40.2974 7.46023 40.6298 7.64205C40.9622 7.82102 41.2207 8.09375 41.4054 8.46023C41.59 8.82386 41.6824 9.28409 41.6824 9.84091V14H40.6767V9.90909C40.6767 9.39489 40.5431 8.99432 40.2761 8.70739C40.0091 8.41761 39.6426 8.27273 39.1767 8.27273C38.8556 8.27273 38.5687 8.34233 38.3159 8.48153C38.0659 8.62074 37.8684 8.82386 37.7235 9.09091C37.5787 9.35795 37.5062 9.68182 37.5062 10.0625ZM47.0314 5.27273H48.2928L51.2587 12.517H51.361L54.3269 5.27273H55.5882V14H54.5996V7.36932H54.5144L51.7871 14H50.8326L48.1053 7.36932H48.0201V14H47.0314V5.27273ZM59.497 14.1534C59.0822 14.1534 58.7058 14.0753 58.3677 13.919C58.0297 13.7599 57.7612 13.5312 57.5623 13.233C57.3635 12.9318 57.264 12.5682 57.264 12.142C57.264 11.767 57.3379 11.4631 57.4856 11.2301C57.6333 10.9943 57.8308 10.8097 58.0779 10.6761C58.3251 10.5426 58.5978 10.4432 58.8961 10.3778C59.1973 10.3097 59.4998 10.2557 59.8038 10.2159C60.2015 10.1648 60.524 10.1264 60.7711 10.1009C61.0211 10.0724 61.2029 10.0256 61.3166 9.96023C61.4331 9.89489 61.4913 9.78125 61.4913 9.61932V9.58523C61.4913 9.16477 61.3762 8.83807 61.1461 8.60511C60.9189 8.37216 60.5737 8.25568 60.1106 8.25568C59.6305 8.25568 59.2541 8.3608 58.9814 8.57102C58.7086 8.78125 58.5169 9.00568 58.4061 9.24432L57.4515 8.90341C57.622 8.50568 57.8493 8.19602 58.1333 7.97443C58.4203 7.75 58.7328 7.59375 59.0708 7.50568C59.4118 7.41477 59.747 7.36932 60.0765 7.36932C60.2868 7.36932 60.5282 7.39489 60.801 7.44602C61.0765 7.49432 61.3422 7.59517 61.5978 7.74858C61.8564 7.90199 62.0708 8.13352 62.2413 8.44318C62.4118 8.75284 62.497 9.16761 62.497 9.6875V14H61.4913V13.1136H61.4402C61.372 13.2557 61.2583 13.4077 61.0993 13.5696C60.9402 13.7315 60.7285 13.8693 60.4643 13.983C60.2001 14.0966 59.8777 14.1534 59.497 14.1534ZM59.6504 13.25C60.0481 13.25 60.3833 13.1719 60.6561 13.0156C60.9316 12.8594 61.139 12.6577 61.2782 12.4105C61.4203 12.1634 61.4913 11.9034 61.4913 11.6307V10.7102C61.4487 10.7614 61.3549 10.8082 61.21 10.8509C61.068 10.8906 60.9032 10.9261 60.7157 10.9574C60.5311 10.9858 60.3507 11.0114 60.1745 11.0341C60.0012 11.054 59.8606 11.071 59.7527 11.0852C59.4913 11.1193 59.247 11.1747 59.0197 11.2514C58.7953 11.3253 58.6135 11.4375 58.4743 11.5881C58.3379 11.7358 58.2697 11.9375 58.2697 12.1932C58.2697 12.5426 58.399 12.8068 58.6575 12.9858C58.9189 13.1619 59.2498 13.25 59.6504 13.25ZM64.7459 16.4545C64.5755 16.4545 64.4235 16.4403 64.29 16.4119C64.1564 16.3864 64.0641 16.3608 64.013 16.3352L64.2686 15.4489C64.513 15.5114 64.7289 15.5341 64.9164 15.517C65.1039 15.5 65.2701 15.4162 65.415 15.2656C65.5627 15.1179 65.6976 14.8778 65.8198 14.5455L66.0073 14.0341L63.5868 7.45455H64.6777L66.4846 12.6705H66.5527L68.3596 7.45455H69.4505L66.6721 14.9545C66.5471 15.2926 66.3922 15.5724 66.2076 15.794C66.0229 16.0185 65.8084 16.1847 65.5641 16.2926C65.3226 16.4006 65.0499 16.4545 64.7459 16.4545Z" fill="#F9F9F9"/>
8
8
  </svg>
9
9
 
10
- `},components:[{tag:"EstimateDate",advanced:{"spacing-setting":{desktop:{margin:{bottom:"var(--g-s-l)"}}}}}]}]};exports.default=config;
10
+ `},components:[{tag:"EstimateDate",advanced:{"spacing-setting":{desktop:{margin:{bottom:"var(--g-s-l)"}}}}}]}]};exports.default=V;
@@ -1 +1 @@
1
- "use strict";var helpers=require("../../common/helpers.js");const EstimateDateSettings=[{id:"setting",controls:[{id:"enableCustomText",label:"",type:"toggle",default:!0},{id:"customTextContainer",type:"group",controls:[{id:"customText",type:"input",default:"Estimate delivery between"}]},{id:"estimateDays",type:"group",controls:[{id:"typeEstimate",type:"group",controls:[{id:"typeEstimate",label:"Type",type:"option:value",default:helpers.ESTIMATE_DAYS.RANGE,options:[{label:"Specific",value:helpers.ESTIMATE_DAYS.SPECIFIC},{label:"Range",value:helpers.ESTIMATE_DAYS.RANGE}]},{id:"minEstimate",label:"Min estimate",type:"input:unit",default:2,emptyOnClear:!1,units:["days"],isNumber:!0,showDefaultUnit:!0,hasSpaceBeforeUnit:!0,min:1,max:99969999,fallbackValue:2},{id:"maxEstimate",label:"Max estimate",type:"input:unit",default:5,units:["days"],isNumber:!0,showDefaultUnit:!0,hasSpaceBeforeUnit:!0,emptyOnClear:!1,min:1,max:99969999,fallbackValue:5},{id:"estimateTime",label:"Estimate",type:"input:unit",default:5,units:["days"],isNumber:!0,showDefaultUnit:!0,hasSpaceBeforeUnit:!0,emptyOnClear:!1,min:0,max:99969999,fallbackValue:5}]}]},{id:"dateFormat",type:"group",controls:[{id:"typeFormat",label:"Type",type:"select",default:helpers.listFormatDate().FORMAT_1.value,options:[{label:helpers.listFormatDate().FORMAT_1.Label,value:helpers.listFormatDate().FORMAT_1.value},{label:helpers.listFormatDate().FORMAT_2.Label,value:helpers.listFormatDate().FORMAT_2.value},{label:helpers.listFormatDate().FORMAT_3.Label,value:helpers.listFormatDate().FORMAT_3.value},{label:helpers.listFormatDate().FORMAT_4.Label,value:helpers.listFormatDate().FORMAT_4.value},{label:helpers.listFormatDate().FORMAT_5.Label,value:helpers.listFormatDate().FORMAT_5.value},{label:helpers.listFormatDate().FORMAT_6.Label,value:helpers.listFormatDate().FORMAT_6.Label}]},{id:"customFormat",label:"Custom format",type:"input",default:"",placeholder:"Eg: %d, %b, %y"},{id:"moreFormat",type:"group"}]},{id:"visibilityContainer",type:"group",controls:[{id:"visibility",type:"childrens"},{id:"ifOutOfStock",label:"If out of stock",type:"option:value",default:helpers.OUT_OF_STOCK.SHOW,options:[{label:"Show",value:helpers.OUT_OF_STOCK.SHOW},{label:"Hide",value:helpers.OUT_OF_STOCK.HIDE}]}]},{id:"globalSize",type:"size-setting",devices:{desktop:{default:{width:"100%"}}},settingConfig:{width:{displayOptions:["full","auto"],sizeConfig:{small:"100px",medium:"116px",large:"132px"}}},hiddenSettings:["shape","gap","height"]},{id:"background",type:"background-media",ignoreReRender:!0,devices:{desktop:{default:{type:"color",color:"transparent",image:{src:"",width:0,height:0},size:"cover",position:{x:50,y:50},repeat:"no-repeat",attachment:"scroll"}}},compoDefaultValue:{desktop:{default:{type:"color",color:"#FFFFFF",image:{src:"https://cdn.shopify.com/s/files/1/2005/9307/files/background_settings.jpg",width:1200,height:480},size:"cover",position:{x:50,y:50},repeat:"no-repeat",attachment:"scroll",preload:!1}}}}]},{id:"style",controls:[{id:"typoCustom",type:"typography-v2",default:{type:"paragraph-2",attrs:{color:"text-1"}},ignoreReRender:!0,hiddenSetting:{textAlign:!0,textShadow:!0}},{id:"align",label:"Alignment",type:"option:value",options:[{label:"Left",value:"left",type:"align",tooltip:"Align left",iconName:"gp-align-left"},{label:"Center",value:"center",type:"align",tooltip:"Align center",iconName:"gp-align-center"},{label:"Right",value:"right",type:"align",tooltip:"Align right",iconName:"gp-align-right"}],devices:{desktop:{default:"left"}}},{id:"typoDate",type:"typography-v2",default:{type:"paragraph-2",attrs:{color:"text-1",bold:!0}},ignoreReRender:!0,hiddenSetting:{textAlign:!0,textShadow:!0}},{id:"shapeBorder",type:"border-v2",devices:{desktop:{default:void 0}},compoDefaultValue:{desktop:{default:{border:"solid",color:"#121212",width:"1px",borderWidth:"1px"}}}},{id:"shapeRounded",type:"corner-v2",devices:{desktop:{default:void 0}},compoDefaultValue:{desktop:{default:{btrr:"8px",bblr:"8px",bbrr:"8px",btlr:"8px",radiusType:"rounded"}}}},{id:"padding",type:"padding-v2",devices:{desktop:{default:{padding:{type:"small",top:"4px",left:"4px",bottom:"4px",right:"4px"}}}},compoDefaultValue:{desktop:{default:{padding:{type:"small",top:"4px",left:"4px",bottom:"4px",right:"4px"}}}}},{id:"shapeBoxShadow",type:"shadow-v2",devices:{desktop:{default:{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}}}}]}];exports.EstimateDateSettings=EstimateDateSettings;
1
+ "use strict";var e=require("../../common/helpers.js");const t=[{id:"setting",controls:[{id:"enableCustomText",label:"",type:"toggle",default:!0},{id:"customTextContainer",type:"group",controls:[{id:"customText",type:"input",default:"Estimate delivery between"}]},{id:"estimateDays",type:"group",controls:[{id:"typeEstimate",type:"group",controls:[{id:"typeEstimate",label:"Type",type:"option:value",default:e.ESTIMATE_DAYS.RANGE,options:[{label:"Specific",value:e.ESTIMATE_DAYS.SPECIFIC},{label:"Range",value:e.ESTIMATE_DAYS.RANGE}]},{id:"minEstimate",label:"Min estimate",type:"input:unit",default:2,emptyOnClear:!1,units:["days"],isNumber:!0,showDefaultUnit:!0,hasSpaceBeforeUnit:!0,min:1,max:99969999,fallbackValue:2},{id:"maxEstimate",label:"Max estimate",type:"input:unit",default:5,units:["days"],isNumber:!0,showDefaultUnit:!0,hasSpaceBeforeUnit:!0,emptyOnClear:!1,min:1,max:99969999,fallbackValue:5},{id:"estimateTime",label:"Estimate",type:"input:unit",default:5,units:["days"],isNumber:!0,showDefaultUnit:!0,hasSpaceBeforeUnit:!0,emptyOnClear:!1,min:0,max:99969999,fallbackValue:5}]}]},{id:"dateFormat",type:"group",controls:[{id:"typeFormat",label:"Type",type:"select",default:e.listFormatDate().FORMAT_1.value,options:[{label:e.listFormatDate().FORMAT_1.Label,value:e.listFormatDate().FORMAT_1.value},{label:e.listFormatDate().FORMAT_2.Label,value:e.listFormatDate().FORMAT_2.value},{label:e.listFormatDate().FORMAT_3.Label,value:e.listFormatDate().FORMAT_3.value},{label:e.listFormatDate().FORMAT_4.Label,value:e.listFormatDate().FORMAT_4.value},{label:e.listFormatDate().FORMAT_5.Label,value:e.listFormatDate().FORMAT_5.value},{label:e.listFormatDate().FORMAT_6.Label,value:e.listFormatDate().FORMAT_6.Label}]},{id:"customFormat",label:"Custom format",type:"input",default:"",placeholder:"Eg: %d, %b, %y"},{id:"moreFormat",type:"group"}]},{id:"visibilityContainer",type:"group",controls:[{id:"visibility",type:"childrens"},{id:"ifOutOfStock",label:"If out of stock",type:"option:value",default:e.OUT_OF_STOCK.SHOW,options:[{label:"Show",value:e.OUT_OF_STOCK.SHOW},{label:"Hide",value:e.OUT_OF_STOCK.HIDE}]}]},{id:"globalSize",type:"size-setting",devices:{desktop:{default:{width:"100%"}}},settingConfig:{width:{displayOptions:["full","auto"],sizeConfig:{small:"100px",medium:"116px",large:"132px"}}},hiddenSettings:["shape","gap","height"]},{id:"background",type:"background-media",ignoreReRender:!0,devices:{desktop:{default:{type:"color",color:"transparent",image:{src:"",width:0,height:0},size:"cover",position:{x:50,y:50},repeat:"no-repeat",attachment:"scroll"}}},compoDefaultValue:{desktop:{default:{type:"color",color:"#FFFFFF",image:{src:"https://cdn.shopify.com/s/files/1/2005/9307/files/background_settings.jpg",width:1200,height:480},size:"cover",position:{x:50,y:50},repeat:"no-repeat",attachment:"scroll",preload:!1}}}}]},{id:"style",controls:[{id:"typoCustom",type:"typography-v2",default:{type:"paragraph-2",attrs:{color:"text-1"}},ignoreReRender:!0,hiddenSetting:{textAlign:!0,textShadow:!0}},{id:"align",label:"Alignment",type:"option:value",options:[{label:"Left",value:"left",type:"align",tooltip:"Align left",iconName:"gp-align-left"},{label:"Center",value:"center",type:"align",tooltip:"Align center",iconName:"gp-align-center"},{label:"Right",value:"right",type:"align",tooltip:"Align right",iconName:"gp-align-right"}],devices:{desktop:{default:"left"}}},{id:"typoDate",type:"typography-v2",default:{type:"paragraph-2",attrs:{color:"text-1",bold:!0}},ignoreReRender:!0,hiddenSetting:{textAlign:!0,textShadow:!0}},{id:"shapeBorder",type:"border-v2",devices:{desktop:{default:void 0}},compoDefaultValue:{desktop:{default:{border:"solid",color:"#121212",width:"1px",borderWidth:"1px"}}}},{id:"shapeRounded",type:"corner-v2",devices:{desktop:{default:void 0}},compoDefaultValue:{desktop:{default:{btrr:"8px",bblr:"8px",bbrr:"8px",btlr:"8px",radiusType:"rounded"}}}},{id:"padding",type:"padding-v2",devices:{desktop:{default:{padding:{type:"small",top:"4px",left:"4px",bottom:"4px",right:"4px"}}}},compoDefaultValue:{desktop:{default:{padding:{type:"small",top:"4px",left:"4px",bottom:"4px",right:"4px"}}}}},{id:"shapeBoxShadow",type:"shadow-v2",devices:{desktop:{default:{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}}}}]}];exports.EstimateDateSettings=t;
@@ -1 +1 @@
1
- "use strict";const EstimateDate={customText:{id:"customText"}};exports.EstimateDate=EstimateDate;
1
+ "use strict";exports.EstimateDate={customText:{id:"customText"}};
@@ -1 +1 @@
1
- "use strict";var helpers=require("../../common/helpers.js");const SettingUIV2=[{label:"Estimate days",help:{content:"Count from the day buyer visit the page"},controls:[{label:"Type",setting:{id:"typeEstimate"}},{label:"Min estimate",setting:{id:"minEstimate"},conditionDisplay:`typeEstimate === "${helpers.ESTIMATE_DAYS.RANGE}"`,controlChangeTrigger:{settings:[{condition:"parseInt(minEstimate) > parseInt(maxEstimate)",source:["maxEstimate","minEstimate"],action:{controlId:"maxEstimate",groupType:"setting",controlType:"setting",valueFromField:"minEstimate"}}],options:{noRecordHistory:!0}}},{label:"Max estimate",setting:{id:"maxEstimate"},conditionDisplay:`typeEstimate === "${helpers.ESTIMATE_DAYS.RANGE}"`,controlChangeTrigger:{settings:[{condition:"parseInt(maxEstimate) < parseInt(minEstimate)",source:["maxEstimate","minEstimate"],action:{controlId:"minEstimate",groupType:"setting",controlType:"setting",valueFromField:"maxEstimate"}}],options:{noRecordHistory:!0}}},{label:"Estimate",setting:{id:"estimateTime"},conditionDisplay:`typeEstimate === "${helpers.ESTIMATE_DAYS.SPECIFIC}"`}]},{label:"Date format",help:{content:"Precise date is displayed based on buyer time zone"},controls:[{label:"Format",setting:{id:"typeFormat"}},{conditionDisplay:"typeFormat === 'Custom'",label:"Custom format",setting:{id:"customFormat"}},{layout:"vertical",controlConfig:{id:"moreFormat",type:"banner",message:"You can follow Shopify’s date format ",link:{label:"here",url:"https://www.shopify.com/partners/blog/liquid-date-format"},closable:!0},conditionDisplay:"typeFormat === 'Custom'"}]},{label:"Date text",controls:[{setting:{id:"typoDate"},layout:"vertical"}]},{controls:[{label:"Custom text",setting:{id:"enableCustomText"},options:{labelVariant:"primary",toggleStyle:"switch"}},{type:"combo",label:"Content",iconName:"polaris-text-block",fixedValue:"Estimate delivery between",getValueFromSettingID:"customText",isHideClear:!0,compoDefaultValue:"Estimate delivery between",conditionDisplay:"enableCustomText === true",controls:[{label:"Content",layout:"vertical",setting:{id:"customText"}}]},{conditionDisplay:"enableCustomText === true",setting:{id:"typoCustom"},layout:"vertical"}]},{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:"globalSize",field:"width"},displayOptions:[{label:"Fit content",value:"Auto",showValue:!0},{label:"Full",value:"100%",showValue:!0}]},layout:"horizontal"},{label:"Padding",controlConfig:{id:"padding",type:"padding-v2",linkWithSetting:{name:"globalSize",field:"padding"},compoDefaultValue:{desktop:{default:{type:"medium",top:"4px",bottom:"4px",left:"16px",right:"16px"}}}}}]},{label:"Background",controls:[{setting:{id:"background"},layout:"vertical"}]},{label:"Display condition",controls:[{label:"If out of stock",setting:{id:"ifOutOfStock"},options:{onlyShowInTags:["Product"]}}]},{label:"Shape",conditionDisplay:'pageType != "POST_PURCHASE"',controls:[{label:"Border",setting:{id:"shapeBorder"}},{label:"Corner",setting:{id:"shapeRounded"}},{label:"Shadow",setting:{id:"shapeBoxShadow"}}]},{controls:[{label:"Align",conditionEnable:'!(parseInt(globalSize.width) >= 100 && globalSize.width?.includes("%"))',setting:{id:"align"},options:{labelVariant:"primary",fullWidth:!0,disableMessage:"Horizontal alignment is disabled when the width is set to 100% or greater"}}]}];exports.SettingUIV2=SettingUIV2;
1
+ "use strict";var t=require("../../common/helpers.js");const e=[{label:"Estimate days",help:{content:"Count from the day buyer visit the page"},controls:[{label:"Type",setting:{id:"typeEstimate"}},{label:"Min estimate",setting:{id:"minEstimate"},conditionDisplay:`typeEstimate === "${t.ESTIMATE_DAYS.RANGE}"`,controlChangeTrigger:{settings:[{condition:"parseInt(minEstimate) > parseInt(maxEstimate)",source:["maxEstimate","minEstimate"],action:{controlId:"maxEstimate",groupType:"setting",controlType:"setting",valueFromField:"minEstimate"}}],options:{noRecordHistory:!0}}},{label:"Max estimate",setting:{id:"maxEstimate"},conditionDisplay:`typeEstimate === "${t.ESTIMATE_DAYS.RANGE}"`,controlChangeTrigger:{settings:[{condition:"parseInt(maxEstimate) < parseInt(minEstimate)",source:["maxEstimate","minEstimate"],action:{controlId:"minEstimate",groupType:"setting",controlType:"setting",valueFromField:"maxEstimate"}}],options:{noRecordHistory:!0}}},{label:"Estimate",setting:{id:"estimateTime"},conditionDisplay:`typeEstimate === "${t.ESTIMATE_DAYS.SPECIFIC}"`}]},{label:"Date format",help:{content:"Precise date is displayed based on buyer time zone"},controls:[{label:"Format",setting:{id:"typeFormat"}},{conditionDisplay:"typeFormat === 'Custom'",label:"Custom format",setting:{id:"customFormat"}},{layout:"vertical",controlConfig:{id:"moreFormat",type:"banner",message:"You can follow Shopify’s date format ",link:{label:"here",url:"https://www.shopify.com/partners/blog/liquid-date-format"},closable:!0},conditionDisplay:"typeFormat === 'Custom'"}]},{label:"Date text",controls:[{setting:{id:"typoDate"},layout:"vertical"}]},{controls:[{label:"Custom text",setting:{id:"enableCustomText"},options:{labelVariant:"primary",toggleStyle:"switch"}},{type:"combo",label:"Content",iconName:"polaris-text-block",fixedValue:"Estimate delivery between",getValueFromSettingID:"customText",isHideClear:!0,compoDefaultValue:"Estimate delivery between",conditionDisplay:"enableCustomText === true",controls:[{label:"Content",layout:"vertical",setting:{id:"customText"}}]},{conditionDisplay:"enableCustomText === true",setting:{id:"typoCustom"},layout:"vertical"}]},{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:"globalSize",field:"width"},displayOptions:[{label:"Fit content",value:"Auto",showValue:!0},{label:"Full",value:"100%",showValue:!0}]},layout:"horizontal"},{label:"Padding",controlConfig:{id:"padding",type:"padding-v2",linkWithSetting:{name:"globalSize",field:"padding"},compoDefaultValue:{desktop:{default:{type:"medium",top:"4px",bottom:"4px",left:"16px",right:"16px"}}}}}]},{label:"Background",controls:[{setting:{id:"background"},layout:"vertical"}]},{label:"Display condition",controls:[{label:"If out of stock",setting:{id:"ifOutOfStock"},options:{onlyShowInTags:["Product"]}}]},{label:"Shape",conditionDisplay:'pageType != "POST_PURCHASE"',controls:[{label:"Border",setting:{id:"shapeBorder"}},{label:"Corner",setting:{id:"shapeRounded"}},{label:"Shadow",setting:{id:"shapeBoxShadow"}}]},{controls:[{label:"Align",conditionEnable:'!(parseInt(globalSize.width) >= 100 && globalSize.width?.includes("%"))',setting:{id:"align"},options:{labelVariant:"primary",fullWidth:!0,disableMessage:"Horizontal alignment is disabled when the width is set to 100% or greater"}}]}];exports.SettingUIV2=e;
@@ -1 +1 @@
1
- "use strict";const filterTruthy=t=>Object.fromEntries(Object.entries(t||{}).filter(([,t])=>!!t));exports.filterTruthy=filterTruthy;
1
+ "use strict";exports.filterTruthy=t=>Object.fromEntries(Object.entries(t||{}).filter(([,t])=>!!t));
@@ -1,2 +1,2 @@
1
1
  'use client';
2
- "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var jsxRuntime=require("react/jsx-runtime"),core=require("@gem-sdk/core"),ChildrenDroppable=require("../../../grid/components/ChildrenDroppable.js"),styles=require("./common/styles.js"),system=require("@gem-sdk/system"),attrs=require("../newsletter/common/attrs.js"),classes=require("./common/classes.js");const ContactForm=({children:e,styles:s,setting:t,style:r,builderAttrs:o,builderProps:l})=>{let a=system.createStyle(styles.composeContainerStyles(t,s,r)),i=system.createAttr({...attrs.composeContainerAttrs({uid:l?.uid||""},t)}),n=system.createClass(classes.composeContainerClasses());return jsxRuntime.jsx("div",{className:n,...i,...o,style:a,children:core.isEmptyChildren(e)?jsxRuntime.jsx(ChildrenDroppable.default,{}):e})};exports.default=ContactForm;
2
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("react/jsx-runtime"),r=require("@gem-sdk/core"),s=require("../../../grid/components/ChildrenDroppable.js"),t=require("./common/styles.js"),o=require("@gem-sdk/system"),i=require("../newsletter/common/attrs.js"),l=require("./common/classes.js");exports.default=({children:a,styles:n,setting:c,style:m,builderAttrs:u,builderProps:d})=>{let p=o.createStyle(t.composeContainerStyles(c,n,m)),j=o.createAttr({...i.composeContainerAttrs({uid:d?.uid||""},c)}),y=o.createClass(l.composeContainerClasses());return e.jsx("div",{className:y,...j,...u,style:p,children:r.isEmptyChildren(a)?e.jsx(s.default,{}):a})};
@@ -1,3 +1,3 @@
1
- "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var core=require("@gem-sdk/core"),Newsletter_liquid=require("../newsletter/Newsletter.liquid.js");const ContactForm=({builderProps:e,setting:t,children:r,style:l,advanced:o,pageContext:s,styles:i})=>core.template`
2
- ${Newsletter_liquid.default({builderProps:e,setting:t,style:l,children:r,formType:"contact",advanced:o,pageContext:s,styles:i})}
3
- `;exports.default=ContactForm;
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("@gem-sdk/core"),t=require("../newsletter/Newsletter.liquid.js");exports.default=({builderProps:r,setting:s,children:l,style:i,advanced:u,pageContext:d,styles:o})=>e.template`
2
+ ${t.default({builderProps:r,setting:s,style:i,children:l,formType:"contact",advanced:u,pageContext:d,styles:o})}
3
+ `;
@@ -1 +1 @@
1
- "use strict";var helpers=require("../../../common/helpers.js");const composeClasses=s=>helpers.filterTruthy(s),composeContainerClasses=()=>composeClasses({"gp-mx-auto gp-max-w-full":!0});exports.composeContainerClasses=composeContainerClasses;
1
+ "use strict";var e=require("../../../common/helpers.js");const s=s=>e.filterTruthy(s);exports.composeContainerClasses=()=>s({"gp-mx-auto gp-max-w-full":!0});
@@ -1 +1 @@
1
- "use strict";var helpers=require("../../../common/helpers.js"),core=require("@gem-sdk/core");const composeStyles=e=>helpers.filterTruthy(e),composeContainerStyles=(e,o,r)=>{let{background:t}=e??{},{globalSize:s}=o??{},c=core.makeGlobalSize({...s});return composeStyles({...c?.width?.["--w"]?c.width:{"--w":"100%"},...c.padding,...core.composeBorderResponsive(o?.border),...core.getStyleBackgroundByDevice(t),...core.getGradientBgrStyleByDevice(t),...r})};exports.composeContainerStyles=composeContainerStyles;
1
+ "use strict";var e=require("../../../common/helpers.js"),r=require("@gem-sdk/core");const t=r=>e.filterTruthy(r);exports.composeContainerStyles=(e,o,i)=>{let{background:s}=e??{},{globalSize:c}=o??{},d=r.makeGlobalSize({...c});return t({...d?.width?.["--w"]?d.width:{"--w":"100%"},...d.padding,...r.composeBorderResponsive(o?.border),...r.getStyleBackgroundByDevice(s),...r.getGradientBgrStyleByDevice(s),...i})};
@@ -1,2 +1,2 @@
1
1
  'use client';
2
- "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var jsxRuntime=require("react/jsx-runtime"),system=require("@gem-sdk/system"),styles=require("./common/styles.js"),classes=require("./common/classes.js");const FormCheckbox=({builderProps:e,setting:s,advanced:t,styles:l})=>{let{name:c,description:o,selected:r,required:a}=s??{},m=system.createStyle(styles.composeContainerStyles(s)),y=system.createStyle(styles.composeFormCheckboxStyles(s,l,e)),n=system.createStyle(styles.composeFormCheckboxInputStyles()),i=system.createStyle(styles.getComposedTextStyle(s)),u=system.createClass(classes.composeContainerClasses(s,t,e)),x=system.createClass(classes.composeFormCheckboxInputClasses()),p=system.createClass(classes.composeFormCheckboxLabelClasses());return jsxRuntime.jsx("div",{"data-id":e?.uid,style:m,children:jsxRuntime.jsxs("label",{style:y,className:u,children:[jsxRuntime.jsx("input",{className:x,name:c,type:"checkbox",checked:r,required:a,onChange:e=>e.preventDefault,style:n}),jsxRuntime.jsx("span",{className:p,style:i,children:o})]})})};exports.default=FormCheckbox;
2
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("react/jsx-runtime"),s=require("@gem-sdk/system"),t=require("./common/styles.js"),r=require("./common/classes.js");exports.default=({builderProps:l,setting:a,advanced:o,styles:c})=>{let{name:m,description:n,selected:i,required:y}=a??{},p=s.createStyle(t.composeContainerStyles(a)),u=s.createStyle(t.composeFormCheckboxStyles(a,c,l)),d=s.createStyle(t.composeFormCheckboxInputStyles()),C=s.createStyle(t.getComposedTextStyle(a)),x=s.createClass(r.composeContainerClasses(a,o,l)),h=s.createClass(r.composeFormCheckboxInputClasses()),b=s.createClass(r.composeFormCheckboxLabelClasses());return e.jsx("div",{"data-id":l?.uid,style:p,children:e.jsxs("label",{style:u,className:x,children:[e.jsx("input",{className:h,name:m,type:"checkbox",checked:i,required:y,onChange:e=>e.preventDefault,style:d}),e.jsx("span",{className:b,style:C,children:n})]})})};
@@ -1,24 +1,24 @@
1
- "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var core=require("@gem-sdk/core"),helpers=require("../../../helpers.js"),system=require("@gem-sdk/system"),styles=require("./common/styles.js"),classes=require("./common/classes.js"),translate=require("../../settings/form-checkbox/configs/translate.js");const FromCheckbox=({builderProps:e,setting:s,advanced:t,pageContext:l,styles:r})=>{let{name:o,description:c,selected:a,required:m}=s??{},y=helpers.getDynamicSourceLocales({val:c,uid:e?.uid,settingId:helpers.createSettingId({id:translate.FormCheckbox?.description?.id}),pageContext:l}),i=system.createStyle(styles.composeContainerStyles(s)),n=system.createStyle(styles.composeFormCheckboxStyles(s,r,e)),p=system.createStyle(styles.composeFormCheckboxInputStyles()),d=system.createStyle(styles.getComposedTextStyle(s)),u=system.createClass(classes.composeContainerClasses(s,t,e)),C=system.createClass(classes.composeFormCheckboxInputClasses()),h=system.createClass(classes.composeFormCheckboxLabelClasses());return core.template`
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("@gem-sdk/core"),s=require("../../../helpers.js"),t=require("@gem-sdk/system"),r=require("./common/styles.js"),o=require("./common/classes.js"),c=require("../../settings/form-checkbox/configs/translate.js");exports.default=({builderProps:l,setting:a,advanced:i,pageContext:m,styles:n})=>{let{name:d,description:p,selected:u,required:y}=a??{},C=s.getDynamicSourceLocales({val:p,uid:l?.uid,settingId:s.createSettingId({id:c.FormCheckbox?.description?.id}),pageContext:m}),$=t.createStyle(r.composeContainerStyles(a)),b=t.createStyle(r.composeFormCheckboxStyles(a,n,l)),k=t.createStyle(r.composeFormCheckboxInputStyles()),x=t.createStyle(r.getComposedTextStyle(a)),S=t.createClass(o.composeContainerClasses(a,i,l)),h=t.createClass(o.composeFormCheckboxInputClasses()),g=t.createClass(o.composeFormCheckboxLabelClasses());return e.template`
2
2
  <div
3
- data-id="${e?.uid}"
4
- style="${i}"
3
+ data-id="${l?.uid}"
4
+ style="${$}"
5
5
  >
6
6
  <label
7
- style="${n}"
8
- class="${u}"
7
+ style="${b}"
8
+ class="${S}"
9
9
  >
10
10
  <input
11
- class="${C}"
12
- name="${o}"
11
+ class="${h}"
12
+ name="${d}"
13
13
  type="checkbox"
14
- ${system.If(a,"checked")}
15
- ${system.If(m,"required")}
16
- style="${p}"
14
+ ${t.If(u,"checked")}
15
+ ${t.If(y,"required")}
16
+ style="${k}"
17
17
  >
18
18
  </input>
19
- <span class="${h}" style="${d}">
20
- ${y}
19
+ <span class="${g}" style="${x}">
20
+ ${C}
21
21
  </span>
22
22
  </label>
23
23
  </div>
24
- `};exports.default=FromCheckbox;
24
+ `};
@@ -1 +1 @@
1
- "use strict";var helpers=require("../../../common/helpers.js"),core=require("@gem-sdk/core");const composeClasses=s=>helpers.filterTruthy(s),composeContainerClasses=(s,e,o)=>{let{typography:p}=s??{},c=core.composeTypographyClassName(s?.typo,p);return composeClasses({[o?.uid]:!!o?.uid,[e?.cssClass]:!!e?.cssClass,"gp-flex gp-flex-wrap gp-items-center":!0,[c]:!!c})},composeFormCheckboxInputClasses=()=>composeClasses({"gp-h-[20px] gp-w-[20px] !gp-inline-block !gp-static":!0}),composeFormCheckboxLabelClasses=()=>composeClasses({"w-auto":!0,"gp-w-[calc(100%_-_20px)]":!0});exports.composeContainerClasses=composeContainerClasses,exports.composeFormCheckboxInputClasses=composeFormCheckboxInputClasses,exports.composeFormCheckboxLabelClasses=composeFormCheckboxLabelClasses;
1
+ "use strict";var s=require("../../../common/helpers.js"),e=require("@gem-sdk/core");const o=e=>s.filterTruthy(e);exports.composeContainerClasses=(s,p,r)=>{let{typography:t}=s??{},c=e.composeTypographyClassName(s?.typo,t);return o({[r?.uid]:!!r?.uid,[p?.cssClass]:!!p?.cssClass,"gp-flex gp-flex-wrap gp-items-center":!0,[c]:!!c})},exports.composeFormCheckboxInputClasses=()=>o({"gp-h-[20px] gp-w-[20px] !gp-inline-block !gp-static":!0}),exports.composeFormCheckboxLabelClasses=()=>o({"w-auto":!0,"gp-w-[calc(100%_-_20px)]":!0});