@gem-sdk/components 17.0.0-staging.24 → 17.0.0-staging.27

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 (4388) hide show
  1. package/dist/cjs/accordion/common/classes.js +1 -1
  2. package/dist/cjs/accordion/common/helpers.js +1 -1
  3. package/dist/cjs/accordion/common/styles.js +1 -1
  4. package/dist/cjs/accordion/components/Accordion.js +1 -1
  5. package/dist/cjs/accordion/components/Accordion.liquid.js +15 -15
  6. package/dist/cjs/accordion/components/AccordionItem.js +1 -1
  7. package/dist/cjs/accordion/components/AccordionItem.liquid.js +27 -27
  8. package/dist/cjs/accordion/hooks/useAccordion.js +1 -1
  9. package/dist/cjs/accordion/hooks/useAccordionItem.js +1 -1
  10. package/dist/cjs/accordion/hooks/useMountTransition.js +1 -1
  11. package/dist/cjs/accordion/index.js +1 -1
  12. package/dist/cjs/accordion/next.js +1 -1
  13. package/dist/cjs/accordion/settings/Accordion.js +5 -5
  14. package/dist/cjs/accordion/settings/AccordionItem.js +1 -1
  15. package/dist/cjs/accordion/settings/configs/child-items.js +1 -1
  16. package/dist/cjs/accordion/settings/configs/settings.js +2 -2
  17. package/dist/cjs/accordion/settings/configs/translate.js +1 -1
  18. package/dist/cjs/accordion/settings/configs/ui-v2.js +1 -1
  19. package/dist/cjs/article/common/helpers.js +2 -2
  20. package/dist/cjs/article/components/ArticleAuthor.js +1 -1
  21. package/dist/cjs/article/components/ArticleAuthor.liquid.js +3 -3
  22. package/dist/cjs/article/components/ArticleCategory.js +1 -1
  23. package/dist/cjs/article/components/ArticleCategory.liquid.js +3 -3
  24. package/dist/cjs/article/components/ArticleContent.js +3 -3
  25. package/dist/cjs/article/components/ArticleContent.liquid.js +7 -7
  26. package/dist/cjs/article/components/ArticleDate.js +1 -1
  27. package/dist/cjs/article/components/ArticleDate.liquid.js +3 -3
  28. package/dist/cjs/article/components/ArticleExcerpt.js +1 -1
  29. package/dist/cjs/article/components/ArticleExcerpt.liquid.js +3 -3
  30. package/dist/cjs/article/components/ArticleImage.js +1 -1
  31. package/dist/cjs/article/components/ArticleImage.liquid.js +7 -7
  32. package/dist/cjs/article/components/ArticleList.js +1 -1
  33. package/dist/cjs/article/components/ArticleList.liquid.js +13 -13
  34. package/dist/cjs/article/components/ArticleNotFound.js +1 -1
  35. package/dist/cjs/article/components/ArticlePagination.js +1 -1
  36. package/dist/cjs/article/components/ArticlePagination.liquid.js +1 -1
  37. package/dist/cjs/article/components/ArticleReadMore.js +1 -1
  38. package/dist/cjs/article/components/ArticleReadMore.liquid.js +5 -5
  39. package/dist/cjs/article/components/ArticleTag.js +1 -1
  40. package/dist/cjs/article/components/ArticleTag.liquid.js +3 -3
  41. package/dist/cjs/article/components/ArticleTitle.js +1 -1
  42. package/dist/cjs/article/components/ArticleTitle.liquid.js +6 -6
  43. package/dist/cjs/article/hooks/useArticleLink.js +1 -1
  44. package/dist/cjs/article/index.js +1 -1
  45. package/dist/cjs/article/next.js +1 -1
  46. package/dist/cjs/article/settings/ArticleAuthor.js +2 -2
  47. package/dist/cjs/article/settings/ArticleCategory.js +2 -2
  48. package/dist/cjs/article/settings/ArticleContent.js +2 -2
  49. package/dist/cjs/article/settings/ArticleDate.js +2 -2
  50. package/dist/cjs/article/settings/ArticleExcerpt.js +2 -2
  51. package/dist/cjs/article/settings/ArticleImage.js +2 -2
  52. package/dist/cjs/article/settings/ArticleList.js +2 -2
  53. package/dist/cjs/article/settings/ArticlePagination.js +2 -2
  54. package/dist/cjs/article/settings/ArticleReadMore.js +2 -2
  55. package/dist/cjs/article/settings/ArticleTag.js +2 -2
  56. package/dist/cjs/article/settings/ArticleTitle.js +2 -2
  57. package/dist/cjs/article/settings/configs/article-author/presets.js +2 -2
  58. package/dist/cjs/article/settings/configs/article-author/settings.js +1 -1
  59. package/dist/cjs/article/settings/configs/article-author/ui-v2.js +1 -1
  60. package/dist/cjs/article/settings/configs/article-category/presets.js +2 -2
  61. package/dist/cjs/article/settings/configs/article-category/settings.js +1 -1
  62. package/dist/cjs/article/settings/configs/article-category/ui-v2.js +1 -1
  63. package/dist/cjs/article/settings/configs/article-content/presets.js +2 -2
  64. package/dist/cjs/article/settings/configs/article-content/settings.js +1 -1
  65. package/dist/cjs/article/settings/configs/article-content/ui-v2.js +1 -1
  66. package/dist/cjs/article/settings/configs/article-date/presets.js +2 -2
  67. package/dist/cjs/article/settings/configs/article-date/settings.js +1 -1
  68. package/dist/cjs/article/settings/configs/article-date/ui-v2.js +1 -1
  69. package/dist/cjs/article/settings/configs/article-excerpt/presets.js +2 -2
  70. package/dist/cjs/article/settings/configs/article-excerpt/settings.js +1 -1
  71. package/dist/cjs/article/settings/configs/article-excerpt/ui-v2.js +1 -1
  72. package/dist/cjs/article/settings/configs/article-image/presets.js +2 -2
  73. package/dist/cjs/article/settings/configs/article-image/settings.js +1 -1
  74. package/dist/cjs/article/settings/configs/article-image/ui-v2.js +1 -1
  75. package/dist/cjs/article/settings/configs/article-list/presets.js +2 -2
  76. package/dist/cjs/article/settings/configs/article-list/settings.js +1 -1
  77. package/dist/cjs/article/settings/configs/article-list/ui-v2.js +1 -1
  78. package/dist/cjs/article/settings/configs/article-read-more/presets.js +2 -2
  79. package/dist/cjs/article/settings/configs/article-read-more/settings.js +2 -2
  80. package/dist/cjs/article/settings/configs/article-read-more/ui-v2.js +1 -1
  81. package/dist/cjs/article/settings/configs/article-tag/presets.js +2 -2
  82. package/dist/cjs/article/settings/configs/article-tag/settings.js +1 -1
  83. package/dist/cjs/article/settings/configs/article-tag/ui-v2.js +1 -1
  84. package/dist/cjs/article/settings/configs/article-title/presets.js +2 -2
  85. package/dist/cjs/article/settings/configs/article-title/settings.js +1 -1
  86. package/dist/cjs/article/settings/configs/article-title/ui-v2.js +1 -1
  87. package/dist/cjs/article/settings/configs/translate.js +1 -1
  88. package/dist/cjs/breadcrumb/common/attrs.js +1 -1
  89. package/dist/cjs/breadcrumb/common/classes.js +3 -3
  90. package/dist/cjs/breadcrumb/common/helpers.js +1 -1
  91. package/dist/cjs/breadcrumb/common/styles.js +1 -1
  92. package/dist/cjs/breadcrumb/components/Breadcrumb.js +1 -1
  93. package/dist/cjs/breadcrumb/components/Breadcrumb.liquid.js +9 -9
  94. package/dist/cjs/breadcrumb/components/BreadcrumbItem.js +1 -1
  95. package/dist/cjs/breadcrumb/components/BreadcrumbItem.liquid.js +1 -1
  96. package/dist/cjs/breadcrumb/components/templates/article.js +8 -8
  97. package/dist/cjs/breadcrumb/components/templates/collection.js +5 -5
  98. package/dist/cjs/breadcrumb/components/templates/home.js +4 -4
  99. package/dist/cjs/breadcrumb/components/templates/landing.js +5 -5
  100. package/dist/cjs/breadcrumb/components/templates/product.js +10 -10
  101. package/dist/cjs/breadcrumb/constants.js +1 -1
  102. package/dist/cjs/breadcrumb/hooks/useBreadcrumb.js +1 -1
  103. package/dist/cjs/breadcrumb/index.js +1 -1
  104. package/dist/cjs/breadcrumb/next.js +1 -1
  105. package/dist/cjs/breadcrumb/settings/Breadcrumb.js +2 -2
  106. package/dist/cjs/breadcrumb/settings/configs/settings.js +2 -2
  107. package/dist/cjs/breadcrumb/settings/configs/ui-v2.js +1 -1
  108. package/dist/cjs/builder.js +1 -1
  109. package/dist/cjs/button/common/attrs.js +1 -1
  110. package/dist/cjs/button/common/classes.js +1 -1
  111. package/dist/cjs/button/common/helpers.js +2 -2
  112. package/dist/cjs/button/common/styles.js +16 -16
  113. package/dist/cjs/button/components/Button.js +1 -1
  114. package/dist/cjs/button/components/Button.liquid.js +23 -23
  115. package/dist/cjs/button/components/ButtonIcon.js +1 -1
  116. package/dist/cjs/button/components/ButtonIcon.liquid.js +4 -4
  117. package/dist/cjs/button/components/ButtonLabel.js +1 -1
  118. package/dist/cjs/button/components/ButtonLabel.liquid.js +5 -5
  119. package/dist/cjs/button/components/ButtonLoadingIndicator.js +1 -1
  120. package/dist/cjs/button/components/ButtonLoadingIndicator.liquid.js +1 -1
  121. package/dist/cjs/button/index.js +1 -1
  122. package/dist/cjs/button/next.js +1 -1
  123. package/dist/cjs/button/settings/Button.js +3 -3
  124. package/dist/cjs/button/settings/configs/settings.js +2 -2
  125. package/dist/cjs/button/settings/configs/translate.js +1 -1
  126. package/dist/cjs/button/settings/configs/ui-v2.js +1 -1
  127. package/dist/cjs/carousel/common/helpers.js +1 -1
  128. package/dist/cjs/carousel/components/arrow/Arrow.js +2 -2
  129. package/dist/cjs/carousel/components/arrow/Arrow.liquid.js +12 -12
  130. package/dist/cjs/carousel/components/arrow/common/classes.js +1 -1
  131. package/dist/cjs/carousel/components/arrow/common/helpers.js +1 -1
  132. package/dist/cjs/carousel/components/arrow/common/styles.js +17 -17
  133. package/dist/cjs/carousel/components/dot/Dots.js +1 -1
  134. package/dist/cjs/carousel/components/dot/Dots.liquid.js +4 -4
  135. package/dist/cjs/carousel/components/dot/common/classes.js +1 -1
  136. package/dist/cjs/carousel/components/dot/common/helpers.js +1 -1
  137. package/dist/cjs/carousel/components/dot/common/styles.js +1 -1
  138. package/dist/cjs/carousel/components/item/CarouselItem.js +1 -1
  139. package/dist/cjs/carousel/components/item/CarouselItem.liquid.js +10 -10
  140. package/dist/cjs/carousel/components/item/common/classes.js +1 -1
  141. package/dist/cjs/carousel/components/item/common/styles.js +1 -1
  142. package/dist/cjs/carousel/components/root/Carousel.js +1 -1
  143. package/dist/cjs/carousel/components/root/Carousel.liquid.js +14 -14
  144. package/dist/cjs/carousel/components/root/common/attrs.js +1 -1
  145. package/dist/cjs/carousel/components/root/common/classes.js +1 -1
  146. package/dist/cjs/carousel/components/root/common/helpers.js +1 -1
  147. package/dist/cjs/carousel/components/root/common/styles.js +1 -1
  148. package/dist/cjs/carousel/hooks/useCarouseItem.js +1 -1
  149. package/dist/cjs/carousel/hooks/useCarousel.js +1 -1
  150. package/dist/cjs/carousel/hooks/useDotsSetting.js +1 -1
  151. package/dist/cjs/carousel/hooks/useTrackPreviewPause.js +1 -1
  152. package/dist/cjs/carousel/index.js +1 -1
  153. package/dist/cjs/carousel/next.js +1 -1
  154. package/dist/cjs/carousel/plugins/animation.js +1 -1
  155. package/dist/cjs/carousel/plugins/auto-play.js +1 -1
  156. package/dist/cjs/carousel/plugins/fix-slider-move-backward.js +1 -1
  157. package/dist/cjs/carousel/plugins/mutation.js +1 -1
  158. package/dist/cjs/carousel/settings/Carousel.js +2 -2
  159. package/dist/cjs/carousel/settings/CarouselItem.js +1 -1
  160. package/dist/cjs/carousel/settings/configs/presets.js +2 -2
  161. package/dist/cjs/carousel/settings/configs/settings-v2.js +2 -2
  162. package/dist/cjs/carousel/settings/configs/ui-v2.js +1 -1
  163. package/dist/cjs/carousel-v3/common/helpers.js +1 -1
  164. package/dist/cjs/carousel-v3/components/arrow/Arrow.js +2 -2
  165. package/dist/cjs/carousel-v3/components/arrow/Arrow.liquid.js +12 -12
  166. package/dist/cjs/carousel-v3/components/arrow/common/classes.js +1 -1
  167. package/dist/cjs/carousel-v3/components/arrow/common/helpers.js +1 -1
  168. package/dist/cjs/carousel-v3/components/arrow/common/styles.js +17 -17
  169. package/dist/cjs/carousel-v3/components/dot/Dots.js +1 -1
  170. package/dist/cjs/carousel-v3/components/dot/Dots.liquid.js +4 -4
  171. package/dist/cjs/carousel-v3/components/dot/common/classes.js +1 -1
  172. package/dist/cjs/carousel-v3/components/dot/common/helpers.js +1 -1
  173. package/dist/cjs/carousel-v3/components/dot/common/styles.js +1 -1
  174. package/dist/cjs/carousel-v3/components/item/CarouselItem.js +1 -1
  175. package/dist/cjs/carousel-v3/components/item/CarouselItem.liquid.js +10 -10
  176. package/dist/cjs/carousel-v3/components/item/common/classes.js +1 -1
  177. package/dist/cjs/carousel-v3/components/item/common/styles.js +1 -1
  178. package/dist/cjs/carousel-v3/components/root/Carousel.js +1 -1
  179. package/dist/cjs/carousel-v3/components/root/Carousel.liquid.js +16 -16
  180. package/dist/cjs/carousel-v3/components/root/common/attrs.js +1 -1
  181. package/dist/cjs/carousel-v3/components/root/common/classes.js +1 -1
  182. package/dist/cjs/carousel-v3/components/root/common/helpers.js +1 -1
  183. package/dist/cjs/carousel-v3/components/root/common/styles.js +1 -1
  184. package/dist/cjs/carousel-v3/components/swiper/Swiper.js +1 -1
  185. package/dist/cjs/carousel-v3/components/swiper/SwiperSlide.js +1 -1
  186. package/dist/cjs/carousel-v3/components/swiper/common/styles.js +1 -1
  187. package/dist/cjs/carousel-v3/hooks/useCarouseItem.js +1 -1
  188. package/dist/cjs/carousel-v3/hooks/useCarousel.js +1 -1
  189. package/dist/cjs/carousel-v3/hooks/useDotsSetting.js +1 -1
  190. package/dist/cjs/carousel-v3/hooks/useTrackPreviewPause.js +1 -1
  191. package/dist/cjs/carousel-v3/index.js +1 -1
  192. package/dist/cjs/carousel-v3/next.js +1 -1
  193. package/dist/cjs/carousel-v3/plugins/animation.js +1 -1
  194. package/dist/cjs/carousel-v3/settings/Carousel.js +2 -2
  195. package/dist/cjs/carousel-v3/settings/CarouselItem.js +1 -1
  196. package/dist/cjs/carousel-v3/settings/configs/presets.js +2 -2
  197. package/dist/cjs/carousel-v3/settings/configs/settings-v2.js +2 -2
  198. package/dist/cjs/carousel-v3/settings/configs/ui-v2.js +1 -1
  199. package/dist/cjs/cart/components/Cart.js +1 -1
  200. package/dist/cjs/cart/components/CartCheckout.js +1 -1
  201. package/dist/cjs/cart/components/CartDiscount.js +1 -1
  202. package/dist/cjs/cart/components/CartLineAttribute.js +1 -1
  203. package/dist/cjs/cart/components/CartLineImage.js +1 -1
  204. package/dist/cjs/cart/components/CartLinePrice.js +1 -1
  205. package/dist/cjs/cart/components/CartLineVariant.js +1 -1
  206. package/dist/cjs/cart/components/CartList.js +1 -1
  207. package/dist/cjs/cart/components/CartOrderNote.js +1 -1
  208. package/dist/cjs/cart/components/CartTotalItem.js +1 -1
  209. package/dist/cjs/cart/components/CartTotalPrice.js +1 -1
  210. package/dist/cjs/cart/components/CheckoutNow.js +1 -1
  211. package/dist/cjs/cart/components/CouponList.js +1 -1
  212. package/dist/cjs/cart/components/DiscountInput.js +1 -1
  213. package/dist/cjs/cart/components/shop-pay-button/ShopPayButton.js +1 -1
  214. package/dist/cjs/cart/components/shop-pay-button/ShopPayButton.liquid.js +10 -10
  215. package/dist/cjs/cart/components/shop-pay-button/common/classes.js +1 -1
  216. package/dist/cjs/cart/components/shop-pay-button/common/helpers.js +1 -1
  217. package/dist/cjs/cart/components/shop-pay-button/common/styles.js +1 -1
  218. package/dist/cjs/cart/components/shop-pay-button/icons/BaseIcon.js +1 -1
  219. package/dist/cjs/cart/components/shop-pay-button/icons/BaseIcon.liquid.js +4 -4
  220. package/dist/cjs/cart/components/shop-pay-button/icons/DynamicCheckoutBlack.js +1 -1
  221. package/dist/cjs/cart/components/shop-pay-button/icons/DynamicCheckoutBlack.liquid.js +3 -3
  222. package/dist/cjs/cart/components/shop-pay-button/icons/DynamicCheckoutPurple.js +1 -1
  223. package/dist/cjs/cart/components/shop-pay-button/icons/DynamicCheckoutPurple.liquid.js +3 -3
  224. package/dist/cjs/cart/components/shop-pay-button/icons/DynamicCheckoutWhite.js +1 -1
  225. package/dist/cjs/cart/components/shop-pay-button/icons/DynamicCheckoutWhite.liquid.js +3 -3
  226. package/dist/cjs/cart/components/shop-pay-button/icons/ExpressCheckoutBlack.js +1 -1
  227. package/dist/cjs/cart/components/shop-pay-button/icons/ExpressCheckoutBlack.liquid.js +3 -3
  228. package/dist/cjs/cart/components/shop-pay-button/icons/ExpressCheckoutPurple.js +1 -1
  229. package/dist/cjs/cart/components/shop-pay-button/icons/ExpressCheckoutPurple.liquid.js +3 -3
  230. package/dist/cjs/cart/components/shop-pay-button/icons/ExpressCheckoutWhite.js +1 -1
  231. package/dist/cjs/cart/components/shop-pay-button/icons/ExpressCheckoutWhite.liquid.js +3 -3
  232. package/dist/cjs/cart/hooks/useShopPayButton.js +1 -1
  233. package/dist/cjs/cart/index.js +1 -1
  234. package/dist/cjs/cart/next.js +1 -1
  235. package/dist/cjs/cart/settings/Cart.js +2 -2
  236. package/dist/cjs/cart/settings/CartCheckout.js +1 -1
  237. package/dist/cjs/cart/settings/CartDiscount.js +1 -1
  238. package/dist/cjs/cart/settings/CartLineAttribute.js +1 -1
  239. package/dist/cjs/cart/settings/CartLineImage.js +1 -1
  240. package/dist/cjs/cart/settings/CartLinePrice.js +1 -1
  241. package/dist/cjs/cart/settings/CartLineVariant.js +1 -1
  242. package/dist/cjs/cart/settings/CartList.js +1 -1
  243. package/dist/cjs/cart/settings/CartOrderNote.js +1 -1
  244. package/dist/cjs/cart/settings/CartTotalItem.js +1 -1
  245. package/dist/cjs/cart/settings/CartTotalPrice.js +1 -1
  246. package/dist/cjs/cart/settings/CouponList.js +1 -1
  247. package/dist/cjs/cart/settings/DiscountInput.js +1 -1
  248. package/dist/cjs/cart/settings/ShopPayButton.js +1 -1
  249. package/dist/cjs/code/common/classes.js +1 -1
  250. package/dist/cjs/code/common/styles.js +1 -1
  251. package/dist/cjs/code/components/CSSCode.js +1 -1
  252. package/dist/cjs/code/components/CSSCode.liquid.js +7 -7
  253. package/dist/cjs/code/hooks/useCSSCode.js +4 -4
  254. package/dist/cjs/code/index.js +1 -1
  255. package/dist/cjs/code/next.js +1 -1
  256. package/dist/cjs/code/settings/CSSCode.js +3 -3
  257. package/dist/cjs/code/settings/configs/settings.js +1 -1
  258. package/dist/cjs/code/settings/configs/translate.js +1 -1
  259. package/dist/cjs/code/settings/configs/ui-v2.js +1 -1
  260. package/dist/cjs/collection/components/collection-banner/CollectionBanner.js +1 -1
  261. package/dist/cjs/collection/components/collection-banner/CollectionBanner.liquid.js +11 -11
  262. package/dist/cjs/collection/components/collection-banner/common/classes.js +1 -1
  263. package/dist/cjs/collection/components/collection-banner/common/helpers.js +1 -1
  264. package/dist/cjs/collection/components/collection-banner/common/styles.js +1 -1
  265. package/dist/cjs/collection/components/collection-description/CollectionDescription.js +1 -1
  266. package/dist/cjs/collection/components/collection-description/CollectionDescription.liquid.js +14 -14
  267. package/dist/cjs/collection/components/collection-description/common/classes.js +1 -1
  268. package/dist/cjs/collection/components/collection-description/common/helpers.js +2 -2
  269. package/dist/cjs/collection/components/collection-description/common/styles.js +2 -2
  270. package/dist/cjs/collection/components/collection-paginator/CollectionPaginator.js +1 -1
  271. package/dist/cjs/collection/components/collection-paginator/CollectionPaginator.liquid.js +6 -6
  272. package/dist/cjs/collection/components/collection-paginator/common/classes.js +1 -1
  273. package/dist/cjs/collection/components/collection-paginator/common/helpers.js +4 -4
  274. package/dist/cjs/collection/components/collection-paginator/common/styles.js +1 -1
  275. package/dist/cjs/collection/components/collection-title/CollectionTitle.js +1 -1
  276. package/dist/cjs/collection/components/collection-title/CollectionTitle.liquid.js +3 -3
  277. package/dist/cjs/collection/components/collection-toolbar/CollectionToolbar.js +1 -1
  278. package/dist/cjs/collection/components/collection-toolbar/CollectionToolbar.liquid.js +17 -17
  279. package/dist/cjs/collection/components/collection-toolbar/common/classes.js +1 -1
  280. package/dist/cjs/collection/components/collection-toolbar/common/helpers.js +1 -1
  281. package/dist/cjs/collection/components/collection-toolbar/common/styles.js +1 -1
  282. package/dist/cjs/collection/hooks/useDescription.js +1 -1
  283. package/dist/cjs/collection/index.js +1 -1
  284. package/dist/cjs/collection/next.js +1 -1
  285. package/dist/cjs/collection/settings/collection-banner/CollectionBanner.js +3 -3
  286. package/dist/cjs/collection/settings/collection-banner/configs/settings.js +2 -2
  287. package/dist/cjs/collection/settings/collection-banner/configs/ui-v2.js +1 -1
  288. package/dist/cjs/collection/settings/collection-description/CollectionDescription.js +3 -3
  289. package/dist/cjs/collection/settings/collection-description/configs/settings.js +1 -1
  290. package/dist/cjs/collection/settings/collection-description/configs/translate.js +1 -1
  291. package/dist/cjs/collection/settings/collection-description/configs/ui-v2.js +1 -1
  292. package/dist/cjs/collection/settings/collection-paginator/CollectionPaginator.js +3 -3
  293. package/dist/cjs/collection/settings/collection-paginator/configs/settings.js +1 -1
  294. package/dist/cjs/collection/settings/collection-paginator/configs/translate.js +1 -1
  295. package/dist/cjs/collection/settings/collection-paginator/configs/ui-v2.js +1 -1
  296. package/dist/cjs/collection/settings/collection-title/CollectionTitle.js +3 -3
  297. package/dist/cjs/collection/settings/collection-title/configs/settings.js +1 -1
  298. package/dist/cjs/collection/settings/collection-title/configs/ui-v2.js +1 -1
  299. package/dist/cjs/collection/settings/collection-toolbar/CollectionToolbar.js +3 -3
  300. package/dist/cjs/collection/settings/collection-toolbar/configs/settings.js +1 -1
  301. package/dist/cjs/collection/settings/collection-toolbar/configs/translate.js +1 -1
  302. package/dist/cjs/collection/settings/collection-toolbar/configs/ui-v2.js +1 -1
  303. package/dist/cjs/common/components/Loading.js +1 -1
  304. package/dist/cjs/common/components/NoDataState.js +1 -1
  305. package/dist/cjs/common/components/Tooltip.js +1 -1
  306. package/dist/cjs/common/components/TooltipHover.js +1 -1
  307. package/dist/cjs/common/const.js +1 -1
  308. package/dist/cjs/common/hooks/useInView.js +1 -1
  309. package/dist/cjs/constant.js +1 -1
  310. package/dist/cjs/countdown-timer/common/attrs.js +1 -1
  311. package/dist/cjs/countdown-timer/common/classes.js +1 -1
  312. package/dist/cjs/countdown-timer/common/helpers.js +1 -1
  313. package/dist/cjs/countdown-timer/common/styles.js +1 -1
  314. package/dist/cjs/countdown-timer/components/Countdown.js +1 -1
  315. package/dist/cjs/countdown-timer/components/Countdown.liquid.js +23 -23
  316. package/dist/cjs/countdown-timer/hooks/useCountDownTimer.js +1 -1
  317. package/dist/cjs/countdown-timer/hooks/useTimeLeft.js +1 -1
  318. package/dist/cjs/countdown-timer/index.js +1 -1
  319. package/dist/cjs/countdown-timer/next.js +1 -1
  320. package/dist/cjs/countdown-timer/settings/Countdown.js +3 -3
  321. package/dist/cjs/countdown-timer/settings/configs/setting.js +1 -1
  322. package/dist/cjs/countdown-timer/settings/configs/translate.js +1 -1
  323. package/dist/cjs/countdown-timer/settings/configs/ui-v2.js +1 -1
  324. package/dist/cjs/coupon/common/classes.js +1 -1
  325. package/dist/cjs/coupon/common/helpers.js +1 -1
  326. package/dist/cjs/coupon/common/styles.js +14 -14
  327. package/dist/cjs/coupon/components/Coupon.js +1 -1
  328. package/dist/cjs/coupon/components/Coupon.liquid.js +6 -6
  329. package/dist/cjs/coupon/hooks/useCoupon.js +1 -1
  330. package/dist/cjs/coupon/index.js +1 -1
  331. package/dist/cjs/coupon/next.js +1 -1
  332. package/dist/cjs/coupon/settings/Coupon.js +2 -2
  333. package/dist/cjs/coupon/settings/configs/presets.js +2 -2
  334. package/dist/cjs/coupon/settings/configs/settings.js +2 -2
  335. package/dist/cjs/coupon/settings/configs/translate.js +1 -1
  336. package/dist/cjs/coupon/settings/configs/ui-v2.js +1 -1
  337. package/dist/cjs/dialog/common/attrs.js +1 -1
  338. package/dist/cjs/dialog/common/classes.js +1 -1
  339. package/dist/cjs/dialog/common/helpers.js +1 -1
  340. package/dist/cjs/dialog/common/styles.js +1 -1
  341. package/dist/cjs/dialog/components/Dialog.js +2 -2
  342. package/dist/cjs/dialog/components/Dialog.liquid.js +27 -27
  343. package/dist/cjs/dialog/hooks/useDialog.js +1 -1
  344. package/dist/cjs/dialog/hooks/useScrollPercentage.js +1 -1
  345. package/dist/cjs/dialog/index.js +1 -1
  346. package/dist/cjs/dialog/next.js +1 -1
  347. package/dist/cjs/dialog/settings/Dialog.js +3 -3
  348. package/dist/cjs/dialog/settings/configs/settings.js +2 -2
  349. package/dist/cjs/dialog/settings/configs/translate.js +1 -1
  350. package/dist/cjs/dialog/settings/configs/ui-v2.js +1 -1
  351. package/dist/cjs/estimate-delivery/common/classes.js +1 -1
  352. package/dist/cjs/estimate-delivery/common/helpers.js +1 -1
  353. package/dist/cjs/estimate-delivery/common/styles.js +1 -1
  354. package/dist/cjs/estimate-delivery/components/EstimateDate.js +1 -1
  355. package/dist/cjs/estimate-delivery/components/EstimateDate.liquid.js +4 -4
  356. package/dist/cjs/estimate-delivery/index.js +1 -1
  357. package/dist/cjs/estimate-delivery/next.js +1 -1
  358. package/dist/cjs/estimate-delivery/settings/EstimateDate.js +3 -3
  359. package/dist/cjs/estimate-delivery/settings/configs/settings.js +1 -1
  360. package/dist/cjs/estimate-delivery/settings/configs/translate.js +1 -1
  361. package/dist/cjs/estimate-delivery/settings/configs/ui-v2.js +1 -1
  362. package/dist/cjs/form/common/helpers.js +1 -1
  363. package/dist/cjs/form/components/contact/Contact.js +1 -1
  364. package/dist/cjs/form/components/contact/Contact.liquid.js +3 -3
  365. package/dist/cjs/form/components/contact/common/classes.js +1 -1
  366. package/dist/cjs/form/components/contact/common/styles.js +1 -1
  367. package/dist/cjs/form/components/form-checkbox/FormCheckbox.js +1 -1
  368. package/dist/cjs/form/components/form-checkbox/FormCheckbox.liquid.js +13 -13
  369. package/dist/cjs/form/components/form-checkbox/common/classes.js +1 -1
  370. package/dist/cjs/form/components/form-checkbox/common/styles.js +1 -1
  371. package/dist/cjs/form/components/form-dropdown/FormDropdown.js +1 -1
  372. package/dist/cjs/form/components/form-dropdown/FormDropdown.liquid.js +18 -18
  373. package/dist/cjs/form/components/form-dropdown/common/classes.js +1 -1
  374. package/dist/cjs/form/components/form-dropdown/common/styles.js +1 -1
  375. package/dist/cjs/form/components/form-email/FormEmail.js +1 -1
  376. package/dist/cjs/form/components/form-email/FormEmail.liquid.js +12 -12
  377. package/dist/cjs/form/components/form-email/common/classes.js +1 -1
  378. package/dist/cjs/form/components/form-email/common/styles.js +1 -1
  379. package/dist/cjs/form/components/newsletter/Newsletter.js +1 -1
  380. package/dist/cjs/form/components/newsletter/Newsletter.liquid.js +19 -19
  381. package/dist/cjs/form/components/newsletter/common/attrs.js +1 -1
  382. package/dist/cjs/form/components/newsletter/common/classes.js +1 -1
  383. package/dist/cjs/form/components/newsletter/common/styles.js +2 -2
  384. package/dist/cjs/form/components/submit-button/SubmitButton.js +1 -1
  385. package/dist/cjs/form/components/submit-button/SubmitButton.liquid.js +3 -3
  386. package/dist/cjs/form/components/submit-button/common/helpers.js +1 -1
  387. package/dist/cjs/form/components/submit-button/common/styles.js +1 -1
  388. package/dist/cjs/form/components/textarea/TextArea.js +1 -1
  389. package/dist/cjs/form/components/textarea/TextArea.liquid.js +12 -12
  390. package/dist/cjs/form/components/textarea/common/classes.js +1 -1
  391. package/dist/cjs/form/components/textarea/common/styles.js +1 -1
  392. package/dist/cjs/form/components/textfield/TextField.js +1 -1
  393. package/dist/cjs/form/components/textfield/TextField.liquid.js +12 -12
  394. package/dist/cjs/form/components/textfield/common/classes.js +1 -1
  395. package/dist/cjs/form/components/textfield/common/styles.js +1 -1
  396. package/dist/cjs/form/components/textinput/TextInput.js +1 -1
  397. package/dist/cjs/form/components/textinput/TextInput.liquid.js +21 -21
  398. package/dist/cjs/form/components/textinput/common/classes.js +1 -1
  399. package/dist/cjs/form/components/textinput/common/styles.js +1 -1
  400. package/dist/cjs/form/hooks/useGetColorContent.js +1 -1
  401. package/dist/cjs/form/index.js +1 -1
  402. package/dist/cjs/form/next.js +1 -1
  403. package/dist/cjs/form/settings/contact/Contact.js +3 -3
  404. package/dist/cjs/form/settings/contact/configs/inits.js +1 -1
  405. package/dist/cjs/form/settings/contact/configs/settings.js +1 -1
  406. package/dist/cjs/form/settings/contact/configs/translate.js +1 -1
  407. package/dist/cjs/form/settings/contact/configs/ui-v2.js +1 -1
  408. package/dist/cjs/form/settings/form-checkbox/FormCheckbox.js +3 -3
  409. package/dist/cjs/form/settings/form-checkbox/configs/inits.js +1 -1
  410. package/dist/cjs/form/settings/form-checkbox/configs/settings.js +1 -1
  411. package/dist/cjs/form/settings/form-checkbox/configs/translate.js +1 -1
  412. package/dist/cjs/form/settings/form-checkbox/configs/ui-v2.js +1 -1
  413. package/dist/cjs/form/settings/form-dropdown/FormDropdown.js +3 -3
  414. package/dist/cjs/form/settings/form-dropdown/configs/inits.js +1 -1
  415. package/dist/cjs/form/settings/form-dropdown/configs/settings.js +1 -1
  416. package/dist/cjs/form/settings/form-dropdown/configs/translate.js +1 -1
  417. package/dist/cjs/form/settings/form-dropdown/configs/ui-v2.js +1 -1
  418. package/dist/cjs/form/settings/form-email/FormEmail.js +3 -3
  419. package/dist/cjs/form/settings/form-email/configs/inits.js +1 -1
  420. package/dist/cjs/form/settings/form-email/configs/settings.js +1 -1
  421. package/dist/cjs/form/settings/form-email/configs/translate.js +1 -1
  422. package/dist/cjs/form/settings/form-email/configs/ui-v2.js +1 -1
  423. package/dist/cjs/form/settings/form-textarea/Textarea.js +3 -3
  424. package/dist/cjs/form/settings/form-textarea/configs/settings.js +1 -1
  425. package/dist/cjs/form/settings/form-textarea/configs/translate.js +1 -1
  426. package/dist/cjs/form/settings/form-textarea/configs/ui-v2.js +1 -1
  427. package/dist/cjs/form/settings/newsletter/Newsletter.js +3 -3
  428. package/dist/cjs/form/settings/newsletter/configs/inits.js +1 -1
  429. package/dist/cjs/form/settings/newsletter/configs/settings.js +1 -1
  430. package/dist/cjs/form/settings/newsletter/configs/translate.js +1 -1
  431. package/dist/cjs/form/settings/newsletter/configs/ui-v2.js +1 -1
  432. package/dist/cjs/form/settings/submit-button/SubmitButton.js +3 -3
  433. package/dist/cjs/form/settings/submit-button/configs/inits.js +1 -1
  434. package/dist/cjs/form/settings/submit-button/configs/settings.js +2 -2
  435. package/dist/cjs/form/settings/submit-button/configs/translate.js +1 -1
  436. package/dist/cjs/form/settings/submit-button/configs/ui-v2.js +1 -1
  437. package/dist/cjs/form/settings/text-field/TextField.js +3 -3
  438. package/dist/cjs/form/settings/text-field/configs/settings.js +1 -1
  439. package/dist/cjs/form/settings/text-field/configs/translate.js +1 -1
  440. package/dist/cjs/form/settings/text-field/configs/ui-v2.js +1 -1
  441. package/dist/cjs/form/settings/text-input/TextInput.js +3 -3
  442. package/dist/cjs/form/settings/text-input/configs/settings.js +1 -1
  443. package/dist/cjs/form/settings/text-input/configs/translate.js +1 -1
  444. package/dist/cjs/form/settings/text-input/configs/ui-v2.js +1 -1
  445. package/dist/cjs/grid/components/ChildrenDroppable.js +4 -4
  446. package/dist/cjs/grid/components/col/Col.js +1 -1
  447. package/dist/cjs/grid/components/col/Col.liquid.js +6 -6
  448. package/dist/cjs/grid/components/col/common/attrs.js +1 -1
  449. package/dist/cjs/grid/components/col/common/classes.js +1 -1
  450. package/dist/cjs/grid/components/col/common/styles.js +1 -1
  451. package/dist/cjs/grid/components/root/Root.js +1 -1
  452. package/dist/cjs/grid/components/root/Root.liquid.js +1 -1
  453. package/dist/cjs/grid/components/row/Row.js +1 -1
  454. package/dist/cjs/grid/components/row/Row.liquid.js +20 -20
  455. package/dist/cjs/grid/components/row/common/attrs.js +1 -1
  456. package/dist/cjs/grid/components/row/common/classes.js +1 -1
  457. package/dist/cjs/grid/components/row/common/helpers.js +1 -1
  458. package/dist/cjs/grid/components/row/common/styles.js +1 -1
  459. package/dist/cjs/grid/components/section/Section.js +1 -1
  460. package/dist/cjs/grid/components/section/Section.liquid.js +1 -1
  461. package/dist/cjs/grid/hooks/useRowSetting.js +1 -1
  462. package/dist/cjs/grid/index.js +1 -1
  463. package/dist/cjs/grid/next.js +1 -1
  464. package/dist/cjs/grid/settings/Col.js +1 -1
  465. package/dist/cjs/grid/settings/Root.js +1 -1
  466. package/dist/cjs/grid/settings/Row.js +2 -2
  467. package/dist/cjs/grid/settings/Section.js +1 -1
  468. package/dist/cjs/grid/settings/configs/row/presets.js +2 -2
  469. package/dist/cjs/grid/settings/configs/row/settings.js +1 -1
  470. package/dist/cjs/grid/settings/configs/row/translate.js +1 -1
  471. package/dist/cjs/grid/settings/configs/row/ui-v2.js +1 -1
  472. package/dist/cjs/grid/settings/configs/section/settings.js +1 -1
  473. package/dist/cjs/grid/settings/configs/section/ui-v2.js +1 -1
  474. package/dist/cjs/header/components/Header.js +1 -1
  475. package/dist/cjs/header/components/SalePageHeaderWarning.js +1 -1
  476. package/dist/cjs/header/components/icons/ChevronLeft.js +1 -1
  477. package/dist/cjs/header/components/icons/Dismiss.js +1 -1
  478. package/dist/cjs/header/components/icons/MenuIcon.js +1 -1
  479. package/dist/cjs/header/components/kind/basic/DesktopMenu.js +1 -1
  480. package/dist/cjs/header/components/kind/basic/DesktopMenuItem.js +1 -1
  481. package/dist/cjs/header/components/kind/basic/MenuMobileItem.js +1 -1
  482. package/dist/cjs/header/components/kind/basic/MobileMenu.js +1 -1
  483. package/dist/cjs/header/components/kind/basic/index.js +1 -1
  484. package/dist/cjs/header/components/kind/modern/index.js +1 -1
  485. package/dist/cjs/header/hooks/useBodyOverlay.js +1 -1
  486. package/dist/cjs/header/index.js +1 -1
  487. package/dist/cjs/header/next.js +1 -1
  488. package/dist/cjs/header/settings/Header.js +2 -2
  489. package/dist/cjs/header/settings/configs/presets.js +2 -2
  490. package/dist/cjs/header/settings/configs/settings.js +2 -2
  491. package/dist/cjs/header/settings/configs/ui-v2.js +1 -1
  492. package/dist/cjs/heading/components/Heading.js +1 -1
  493. package/dist/cjs/heading/components/Heading.liquid.js +1 -1
  494. package/dist/cjs/heading/index.js +1 -1
  495. package/dist/cjs/heading/next.js +1 -1
  496. package/dist/cjs/heading/settings/Heading.js +2 -2
  497. package/dist/cjs/heading/settings/configs/presets.js +2 -2
  498. package/dist/cjs/heading/settings/configs/settings.js +1 -1
  499. package/dist/cjs/heading/settings/configs/translate.js +1 -1
  500. package/dist/cjs/heading/settings/configs/ui-v2.js +1 -1
  501. package/dist/cjs/headless.js +2 -0
  502. package/dist/cjs/helpers.js +1 -1
  503. package/dist/cjs/hero-banner/common/animation-manager.js +1 -1
  504. package/dist/cjs/hero-banner/common/attrs.js +1 -1
  505. package/dist/cjs/hero-banner/common/classes.js +1 -1
  506. package/dist/cjs/hero-banner/common/const.js +1 -1
  507. package/dist/cjs/hero-banner/common/helpers.js +1 -1
  508. package/dist/cjs/hero-banner/common/styles.js +1 -1
  509. package/dist/cjs/hero-banner/components/HeroBanner.js +1 -1
  510. package/dist/cjs/hero-banner/components/HeroBanner.liquid.js +13 -13
  511. package/dist/cjs/hero-banner/components/HeroBannerItem.js +1 -1
  512. package/dist/cjs/hero-banner/components/HeroBannerItem.liquid.js +11 -11
  513. package/dist/cjs/hero-banner/hooks/useHeroBanner.js +1 -1
  514. package/dist/cjs/hero-banner/hooks/useHeroBannerItem.js +1 -1
  515. package/dist/cjs/hero-banner/hooks/useIntersectionObserver.js +1 -1
  516. package/dist/cjs/hero-banner/hooks/useTranslateValue.js +1 -1
  517. package/dist/cjs/hero-banner/hooks/useWindowSize.js +1 -1
  518. package/dist/cjs/hero-banner/index.js +1 -1
  519. package/dist/cjs/hero-banner/next.js +1 -1
  520. package/dist/cjs/hero-banner/settings/HeroBanner.js +2 -2
  521. package/dist/cjs/hero-banner/settings/configs/presets/banner-1-col-pre-sales-page.js +2 -2
  522. package/dist/cjs/hero-banner/settings/configs/presets/banner-1-col.js +2 -2
  523. package/dist/cjs/hero-banner/settings/configs/presets/banner-content-left-pre-sales-page.js +2 -2
  524. package/dist/cjs/hero-banner/settings/configs/presets/banner-content-left.js +2 -2
  525. package/dist/cjs/hero-banner/settings/configs/presets/banner-content-right-pre-sales-page.js +2 -2
  526. package/dist/cjs/hero-banner/settings/configs/presets/banner-content-right.js +2 -2
  527. package/dist/cjs/hero-banner/settings/configs/presets/banner-parallax-pre-sales-page.js +2 -2
  528. package/dist/cjs/hero-banner/settings/configs/presets/banner-parallax.js +2 -2
  529. package/dist/cjs/hero-banner/settings/configs/presets/banner-video-pre-sales-page.js +2 -2
  530. package/dist/cjs/hero-banner/settings/configs/presets/banner-video.js +2 -2
  531. package/dist/cjs/hero-banner/settings/configs/settings.js +2 -2
  532. package/dist/cjs/hero-banner/settings/configs/translate.js +1 -1
  533. package/dist/cjs/hero-banner/settings/configs/ui-v2.js +1 -1
  534. package/dist/cjs/hooks/useGetProductId.js +1 -1
  535. package/dist/cjs/icon/common/attrs.js +1 -1
  536. package/dist/cjs/icon/common/classes.js +1 -1
  537. package/dist/cjs/icon/common/helpers.js +1 -1
  538. package/dist/cjs/icon/common/styles.js +1 -1
  539. package/dist/cjs/icon/components/Icon.js +1 -1
  540. package/dist/cjs/icon/components/Icon.liquid.js +8 -8
  541. package/dist/cjs/icon/index.js +1 -1
  542. package/dist/cjs/icon/next.js +1 -1
  543. package/dist/cjs/icon/settings/Icon.js +2 -2
  544. package/dist/cjs/icon/settings/configs/presets.js +2 -2
  545. package/dist/cjs/icon/settings/configs/settings.js +2 -2
  546. package/dist/cjs/icon/settings/configs/ui-v2.js +1 -1
  547. package/dist/cjs/icon-list/common/attrs.js +1 -1
  548. package/dist/cjs/icon-list/common/classes.js +1 -1
  549. package/dist/cjs/icon-list/common/styles.js +1 -1
  550. package/dist/cjs/icon-list/components/IconList.js +1 -1
  551. package/dist/cjs/icon-list/components/IconList.liquid.js +13 -13
  552. package/dist/cjs/icon-list/components/IconListItem.js +1 -1
  553. package/dist/cjs/icon-list/components/IconListItem.liquid.js +6 -6
  554. package/dist/cjs/icon-list/index.js +1 -1
  555. package/dist/cjs/icon-list/next.js +1 -1
  556. package/dist/cjs/icon-list/settings/IconList.js +4 -4
  557. package/dist/cjs/icon-list/settings/IconListItem.js +1 -1
  558. package/dist/cjs/icon-list/settings/configs/items.js +1 -1
  559. package/dist/cjs/icon-list/settings/configs/settings.js +1 -1
  560. package/dist/cjs/icon-list/settings/configs/translate.js +1 -1
  561. package/dist/cjs/icon-list/settings/configs/ui-v2.js +1 -1
  562. package/dist/cjs/icon-list-hoz/common/attrs.js +1 -1
  563. package/dist/cjs/icon-list-hoz/common/classes.js +1 -1
  564. package/dist/cjs/icon-list-hoz/common/styles.js +1 -1
  565. package/dist/cjs/icon-list-hoz/components/IconListHoz.js +1 -1
  566. package/dist/cjs/icon-list-hoz/components/IconListHoz.liquid.js +8 -8
  567. package/dist/cjs/icon-list-hoz/components/IconListHozItem.js +1 -1
  568. package/dist/cjs/icon-list-hoz/components/IconListIHozItem.liquid.js +4 -4
  569. package/dist/cjs/icon-list-hoz/index.js +1 -1
  570. package/dist/cjs/icon-list-hoz/next.js +1 -1
  571. package/dist/cjs/icon-list-hoz/settings/IconListHoz.js +2 -2
  572. package/dist/cjs/icon-list-hoz/settings/IconListItem.js +1 -1
  573. package/dist/cjs/icon-list-hoz/settings/ItemTemplate.js +1 -1
  574. package/dist/cjs/icon-list-hoz/settings/configs/presets.js +3 -3
  575. package/dist/cjs/icon-list-hoz/settings/configs/settings.js +1 -1
  576. package/dist/cjs/icon-list-hoz/settings/configs/uiV2.js +1 -1
  577. package/dist/cjs/icon-list-v2/common/classes.js +1 -1
  578. package/dist/cjs/icon-list-v2/common/helpers.js +1 -1
  579. package/dist/cjs/icon-list-v2/common/styles.js +1 -1
  580. package/dist/cjs/icon-list-v2/components/IconList.js +1 -1
  581. package/dist/cjs/icon-list-v2/components/IconList.liquid.js +22 -22
  582. package/dist/cjs/icon-list-v2/hooks/useIconLineHeight.js +1 -1
  583. package/dist/cjs/icon-list-v2/index.js +1 -1
  584. package/dist/cjs/icon-list-v2/next.js +1 -1
  585. package/dist/cjs/icon-list-v2/settings/IconList.js +3 -3
  586. package/dist/cjs/icon-list-v2/settings/configs/items.js +1 -1
  587. package/dist/cjs/icon-list-v2/settings/configs/settings.js +1 -1
  588. package/dist/cjs/icon-list-v2/settings/configs/translate.js +1 -1
  589. package/dist/cjs/icon-list-v2/settings/configs/ui-v2.js +1 -1
  590. package/dist/cjs/image/common/attrs.js +1 -1
  591. package/dist/cjs/image/common/classes.js +1 -1
  592. package/dist/cjs/image/common/const.js +1 -1
  593. package/dist/cjs/image/common/helpers.js +2 -2
  594. package/dist/cjs/image/common/styles.js +1 -1
  595. package/dist/cjs/image/components/AdaptiveImage.js +1 -1
  596. package/dist/cjs/image/components/AdaptiveImage.liquid.js +13 -13
  597. package/dist/cjs/image/components/Image.js +1 -1
  598. package/dist/cjs/image/components/Image.liquid.js +11 -11
  599. package/dist/cjs/image/components/Modal3d.liquid.js +5 -5
  600. package/dist/cjs/image/components/NextImage.js +1 -1
  601. package/dist/cjs/image/components/NextImage.liquid.js +6 -6
  602. package/dist/cjs/image/components/Video.liquid.js +5 -5
  603. package/dist/cjs/image/constants.js +1 -1
  604. package/dist/cjs/image/index.js +1 -1
  605. package/dist/cjs/image/next.js +1 -1
  606. package/dist/cjs/image/settings/Image.js +2 -2
  607. package/dist/cjs/image/settings/configs/presets.js +2 -2
  608. package/dist/cjs/image/settings/configs/settings.js +1 -1
  609. package/dist/cjs/image/settings/configs/translate.js +1 -1
  610. package/dist/cjs/image/settings/configs/ui-v2.js +1 -1
  611. package/dist/cjs/image-comparison/common/attrs.js +1 -1
  612. package/dist/cjs/image-comparison/common/classes.js +1 -1
  613. package/dist/cjs/image-comparison/common/helpers.js +1 -1
  614. package/dist/cjs/image-comparison/common/styles.js +11 -11
  615. package/dist/cjs/image-comparison/components/CompareImage.js +1 -1
  616. package/dist/cjs/image-comparison/components/CompareImage.liquid.js +18 -18
  617. package/dist/cjs/image-comparison/components/ImageComparison.js +1 -1
  618. package/dist/cjs/image-comparison/components/ImageComparison.liquid.js +4 -4
  619. package/dist/cjs/image-comparison/components/Label.js +1 -1
  620. package/dist/cjs/image-comparison/components/Label.liquid.js +8 -8
  621. package/dist/cjs/image-comparison/components/SlideHandle.js +1 -1
  622. package/dist/cjs/image-comparison/components/SlideHandle.liquid.js +8 -8
  623. package/dist/cjs/image-comparison/hooks/useCompareImage.js +1 -1
  624. package/dist/cjs/image-comparison/index.js +1 -1
  625. package/dist/cjs/image-comparison/next.js +1 -1
  626. package/dist/cjs/image-comparison/settings/ImageComparison.js +3 -3
  627. package/dist/cjs/image-comparison/settings/configs/settings.js +1 -1
  628. package/dist/cjs/image-comparison/settings/configs/translate.js +1 -1
  629. package/dist/cjs/image-comparison/settings/configs/ui-v2.js +1 -1
  630. package/dist/cjs/image-detection/components/ImageDetection.js +1 -1
  631. package/dist/cjs/image-detection/index.js +1 -1
  632. package/dist/cjs/image-detection/next.js +1 -1
  633. package/dist/cjs/image-detection/settings/ImageDetection.js +2 -2
  634. package/dist/cjs/image-detection/settings/configs/settings.js +1 -1
  635. package/dist/cjs/index.js +1 -1
  636. package/dist/cjs/index.liquid.js +1 -1
  637. package/dist/cjs/input/components/Input.js +1 -1
  638. package/dist/cjs/input/index.js +1 -1
  639. package/dist/cjs/input/next.js +1 -1
  640. package/dist/cjs/input/settings/Input.js +2 -2
  641. package/dist/cjs/input/settings/configs/settings.js +1 -1
  642. package/dist/cjs/line/common/classes.js +1 -1
  643. package/dist/cjs/line/common/helpers.js +1 -1
  644. package/dist/cjs/line/common/styles.js +1 -1
  645. package/dist/cjs/line/components/Divider.js +1 -1
  646. package/dist/cjs/line/components/Divider.liquid.js +1 -1
  647. package/dist/cjs/line/components/Line.js +1 -1
  648. package/dist/cjs/line/components/Line.liquid.js +14 -14
  649. package/dist/cjs/line/index.js +1 -1
  650. package/dist/cjs/line/next.js +1 -1
  651. package/dist/cjs/line/settings/Line.js +2 -2
  652. package/dist/cjs/line/settings/configs/presets.js +2 -2
  653. package/dist/cjs/line/settings/configs/settings.js +1 -1
  654. package/dist/cjs/line/settings/configs/ui-v2.js +1 -1
  655. package/dist/cjs/link/common/helpers.js +1 -1
  656. package/dist/cjs/link/components/CustomLink.js +1 -1
  657. package/dist/cjs/link/components/Link.js +1 -1
  658. package/dist/cjs/link/components/ProductLink.js +1 -1
  659. package/dist/cjs/link/components/next-link/CustomLink.js +1 -1
  660. package/dist/cjs/link/components/next-link/ProductLink.js +1 -1
  661. package/dist/cjs/link/components/next-link/index.js +1 -1
  662. package/dist/cjs/link/index.js +1 -1
  663. package/dist/cjs/link/next.js +1 -1
  664. package/dist/cjs/link/settings/Link.js +1 -1
  665. package/dist/cjs/link/settings/configs/settings.js +1 -1
  666. package/dist/cjs/marquee/common/classes.js +1 -1
  667. package/dist/cjs/marquee/common/helpers.js +1 -1
  668. package/dist/cjs/marquee/common/styles.js +1 -1
  669. package/dist/cjs/marquee/components/Marquee.js +1 -1
  670. package/dist/cjs/marquee/components/Marquee.liquid.js +19 -19
  671. package/dist/cjs/marquee/components/MarqueeBase.js +1 -1
  672. package/dist/cjs/marquee/components/MarqueeBase.liquid.js +8 -8
  673. package/dist/cjs/marquee/components/MarqueeItem.js +1 -1
  674. package/dist/cjs/marquee/components/MarqueeItem.liquid.js +6 -6
  675. package/dist/cjs/marquee/hooks/useMarquee.js +1 -1
  676. package/dist/cjs/marquee/hooks/useMarqueeBase.js +1 -1
  677. package/dist/cjs/marquee/hooks/useMarqueeItem.js +1 -1
  678. package/dist/cjs/marquee/hooks/useMarqueeScrollToItem.js +1 -1
  679. package/dist/cjs/marquee/hooks/useMarqueeStyles.js +1 -1
  680. package/dist/cjs/marquee/hooks/useTransition.js +1 -1
  681. package/dist/cjs/marquee/index.js +1 -1
  682. package/dist/cjs/marquee/next.js +1 -1
  683. package/dist/cjs/marquee/settings/Marquee.js +2 -2
  684. package/dist/cjs/marquee/settings/MarqueeItem.js +1 -1
  685. package/dist/cjs/marquee/settings/configs/child-image-template.js +1 -1
  686. package/dist/cjs/marquee/settings/configs/child-template.js +1 -1
  687. package/dist/cjs/marquee/settings/configs/child-text-template.js +1 -1
  688. package/dist/cjs/marquee/settings/configs/presets.js +3 -3
  689. package/dist/cjs/marquee/settings/configs/settings-v2.js +2 -2
  690. package/dist/cjs/marquee/settings/configs/ui-v2.js +1 -1
  691. package/dist/cjs/menu/components/DropdownMenu.js +1 -1
  692. package/dist/cjs/menu/components/MegaMenu.js +1 -1
  693. package/dist/cjs/menu/components/Menu.js +1 -1
  694. package/dist/cjs/menu/components/NavigationMenu.js +1 -1
  695. package/dist/cjs/menu/components/SubMegaMenu.js +1 -1
  696. package/dist/cjs/menu/components/SubNavigationMenu.js +1 -1
  697. package/dist/cjs/menu/index.js +1 -1
  698. package/dist/cjs/menu/next.js +1 -1
  699. package/dist/cjs/menu/settings/Menu.js +1 -1
  700. package/dist/cjs/menu/settings/configs/settings.js +1 -1
  701. package/dist/cjs/modal/common/helpers.js +1 -1
  702. package/dist/cjs/modal/components/Modal.js +1 -1
  703. package/dist/cjs/modal/components/confirm.js +1 -1
  704. package/dist/cjs/modal/hooks/useModalContainer.js +1 -1
  705. package/dist/cjs/modal/index.js +1 -1
  706. package/dist/cjs/modal/next.js +1 -1
  707. package/dist/cjs/modal/settings/Modal.js +1 -1
  708. package/dist/cjs/modal/settings/configs/settings.js +1 -1
  709. package/dist/cjs/next.js +1 -1
  710. package/dist/cjs/notification/components/Notice.js +1 -1
  711. package/dist/cjs/notification/components/Notifications.js +1 -1
  712. package/dist/cjs/notification/components/icons/CloseIcon.js +1 -1
  713. package/dist/cjs/notification/hooks/useNotification.js +1 -1
  714. package/dist/cjs/pagination/components/Pagination.js +1 -1
  715. package/dist/cjs/pagination/index.js +1 -1
  716. package/dist/cjs/pagination/next.js +1 -1
  717. package/dist/cjs/pagination/settings/Pagination.js +1 -1
  718. package/dist/cjs/pagination/settings/configs/settings.js +1 -1
  719. package/dist/cjs/post-purchase/advanced-list/common/attrs.js +1 -1
  720. package/dist/cjs/post-purchase/advanced-list/common/classes.js +1 -1
  721. package/dist/cjs/post-purchase/advanced-list/common/styles.js +1 -1
  722. package/dist/cjs/post-purchase/advanced-list/components/AdvancedListPostPurchase.js +1 -1
  723. package/dist/cjs/post-purchase/advanced-list/components/PostPurchaseAdvancedListItem.js +1 -1
  724. package/dist/cjs/post-purchase/advanced-list/index.js +1 -1
  725. package/dist/cjs/post-purchase/advanced-list/next.js +1 -1
  726. package/dist/cjs/post-purchase/advanced-list/settings/AdvancedListPostPurchase.js +2 -2
  727. package/dist/cjs/post-purchase/advanced-list/settings/PostPurchaseAdvancedListItem.js +1 -1
  728. package/dist/cjs/post-purchase/advanced-list/settings/configs/presets.js +2 -2
  729. package/dist/cjs/post-purchase/advanced-list/settings/configs/settings.js +1 -1
  730. package/dist/cjs/post-purchase/advanced-list/settings/configs/templates.js +1 -1
  731. package/dist/cjs/post-purchase/advanced-list/settings/configs/ui-v2.js +1 -1
  732. package/dist/cjs/post-purchase/advanced-list/types.js +1 -1
  733. package/dist/cjs/post-purchase/button/common/classes.js +1 -1
  734. package/dist/cjs/post-purchase/button/common/styles.js +1 -1
  735. package/dist/cjs/post-purchase/button/components/Button.js +1 -1
  736. package/dist/cjs/post-purchase/button/index.js +1 -1
  737. package/dist/cjs/post-purchase/button/next.js +1 -1
  738. package/dist/cjs/post-purchase/button/settings/Button.js +2 -2
  739. package/dist/cjs/post-purchase/button/settings/configs/presets.js +2 -2
  740. package/dist/cjs/post-purchase/button/settings/configs/settings.js +1 -1
  741. package/dist/cjs/post-purchase/button/settings/configs/ui-v2.js +1 -1
  742. package/dist/cjs/post-purchase/buyer-consent/common/classes.js +1 -1
  743. package/dist/cjs/post-purchase/buyer-consent/common/constants.js +1 -1
  744. package/dist/cjs/post-purchase/buyer-consent/common/helpers.js +1 -1
  745. package/dist/cjs/post-purchase/buyer-consent/common/styles.js +1 -1
  746. package/dist/cjs/post-purchase/buyer-consent/components/BuyerConsent.js +1 -1
  747. package/dist/cjs/post-purchase/buyer-consent/components/PostPurchaseCheckbox.js +1 -1
  748. package/dist/cjs/post-purchase/buyer-consent/hooks/useBuyerConsentChecked.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/ProductSubscriptionContent.js +1 -1
  851. package/dist/cjs/post-purchase/product/components/product-subscription/components/ProductSubscriptionOptions.js +1 -1
  852. package/dist/cjs/post-purchase/product/components/product-subscription/components/SellingPlanDropdown.js +1 -1
  853. package/dist/cjs/post-purchase/product/components/product-subscription/components/SellingPlanLabel.js +1 -1
  854. package/dist/cjs/post-purchase/product/components/product-subscription/components/SellingPlanRadio.js +1 -1
  855. package/dist/cjs/post-purchase/product/components/product-subscription/components/SubscriptionDetail.js +1 -1
  856. package/dist/cjs/post-purchase/product/components/product-subscription/components/SubscriptionRadio.js +1 -1
  857. package/dist/cjs/post-purchase/product/components/product-subscription/helpers/calculateBestSellingPlan.js +1 -1
  858. package/dist/cjs/post-purchase/product/components/product-subscription/helpers/findDefaultValue.js +1 -1
  859. package/dist/cjs/post-purchase/product/components/product-subscription/helpers/findMatchedGroup.js +1 -1
  860. package/dist/cjs/post-purchase/product/components/product-subscription/helpers/findVariantByOptions.js +1 -1
  861. package/dist/cjs/post-purchase/product/components/product-subscription/helpers/handleContainerKeyDown.js +1 -1
  862. package/dist/cjs/post-purchase/product/components/product-subscription/hooks/useCheckProductsSubscriptionExistence.js +1 -1
  863. package/dist/cjs/post-purchase/product/components/product-subscription/hooks/useProductSubscriptionContentData.js +1 -1
  864. package/dist/cjs/post-purchase/product/components/product-subscription/hooks/useSellingPlanChange.js +1 -1
  865. package/dist/cjs/post-purchase/product/components/product-subscription/hooks/useSellingPlanOptions.js +1 -1
  866. package/dist/cjs/post-purchase/product/components/product-subscription/hooks/useSellingSubscription.js +1 -1
  867. package/dist/cjs/post-purchase/product/components/product-subscription/hooks/useSubscriptionVisibility.js +1 -1
  868. package/dist/cjs/post-purchase/product/components/product-variant/common/classes.js +1 -1
  869. package/dist/cjs/post-purchase/product/components/product-variant/common/helpers.js +1 -1
  870. package/dist/cjs/post-purchase/product/components/product-variant/common/styles.js +1 -1
  871. package/dist/cjs/post-purchase/product/components/product-variant/components/ProductOption.js +1 -1
  872. package/dist/cjs/post-purchase/product/components/product-variant/components/ProductVariant.js +1 -1
  873. package/dist/cjs/post-purchase/product/components/product-variant/components/variants/Dropdown.js +1 -1
  874. package/dist/cjs/post-purchase/product/components/product-variant/components/variants/DropdownOption.js +1 -1
  875. package/dist/cjs/post-purchase/product/components/product-variant/components/variants/RectangleList.js +1 -1
  876. package/dist/cjs/post-purchase/product/components/product-variant/components/variants/VariantGroup.js +1 -1
  877. package/dist/cjs/post-purchase/product/components/product-variant/components/variants/VariantItem.js +1 -1
  878. package/dist/cjs/post-purchase/product/components/product-variant/components/variants/VariantOption.js +1 -1
  879. package/dist/cjs/post-purchase/product/components/product-variant/hooks/useTransition.js +1 -1
  880. package/dist/cjs/post-purchase/product/constants/ProductOfferPlaceholder.js +1 -1
  881. package/dist/cjs/post-purchase/product/constants/index.js +1 -1
  882. package/dist/cjs/post-purchase/product/helpers/index.js +1 -1
  883. package/dist/cjs/post-purchase/product/helpers/product-price-breakdown/getClasses.js +1 -1
  884. package/dist/cjs/post-purchase/product/helpers/product-price-breakdown/getPrice.js +1 -1
  885. package/dist/cjs/post-purchase/product/helpers/product-price-breakdown/getStyles.js +1 -1
  886. package/dist/cjs/post-purchase/product/helpers/product-quantity/getClasses.js +1 -1
  887. package/dist/cjs/post-purchase/product/helpers/product-quantity/getStyles.js +1 -1
  888. package/dist/cjs/post-purchase/product/hooks/useCarousel.js +1 -1
  889. package/dist/cjs/post-purchase/product/hooks/useDynamicProduct.js +1 -1
  890. package/dist/cjs/post-purchase/product/hooks/useFeatureImagePostPurchase.js +1 -1
  891. package/dist/cjs/post-purchase/product/hooks/useGetItemGapPriceBreakdown.js +1 -1
  892. package/dist/cjs/post-purchase/product/hooks/useGetMoneyLines.js +1 -1
  893. package/dist/cjs/post-purchase/product/hooks/useGetTextSetting.js +1 -1
  894. package/dist/cjs/post-purchase/product/hooks/useHandleQuantity.js +1 -1
  895. package/dist/cjs/post-purchase/product/hooks/useListCarousel.js +1 -1
  896. package/dist/cjs/post-purchase/product/hooks/useNavigationCarouselPostPurchase.js +1 -1
  897. package/dist/cjs/post-purchase/product/hooks/useProductImagePostPurchase.js +1 -1
  898. package/dist/cjs/post-purchase/product/hooks/useProductPriceBreakdown.js +1 -1
  899. package/dist/cjs/post-purchase/product/hooks/useRecurringSubtotal.js +1 -1
  900. package/dist/cjs/post-purchase/product/hooks/useSetCollapsePrice.js +1 -1
  901. package/dist/cjs/post-purchase/product/hooks/useSlideCarousel.js +1 -1
  902. package/dist/cjs/post-purchase/product/hooks/useSubscriptionConsentCheck.js +1 -1
  903. package/dist/cjs/post-purchase/product/hooks/useSubscriptionSellingType.js +1 -1
  904. package/dist/cjs/post-purchase/product/index.js +1 -1
  905. package/dist/cjs/post-purchase/product/next.js +1 -1
  906. package/dist/cjs/post-purchase/product/settings/accept-button/configs/presets.js +2 -2
  907. package/dist/cjs/post-purchase/product/settings/accept-button/configs/settings.js +1 -1
  908. package/dist/cjs/post-purchase/product/settings/accept-button/configs/ui-v2.js +1 -1
  909. package/dist/cjs/post-purchase/product/settings/accept-button/index.js +2 -2
  910. package/dist/cjs/post-purchase/product/settings/presets-config/product-presets/product-1-col.js +2 -2
  911. package/dist/cjs/post-purchase/product/settings/presets-config/product-presets/product-2-col.js +2 -2
  912. package/dist/cjs/post-purchase/product/settings/presets-config/product-presets/product-default.js +2 -2
  913. package/dist/cjs/post-purchase/product/settings/presets-config/product-presets/product-offer-1-col.js +2 -2
  914. package/dist/cjs/post-purchase/product/settings/presets-config/product-presets/product-offer-2-col.js +2 -2
  915. package/dist/cjs/post-purchase/product/settings/presets-config/product-presets/product-offer-default.js +2 -2
  916. package/dist/cjs/post-purchase/product/settings/product-description/ProductDescription.js +3 -3
  917. package/dist/cjs/post-purchase/product/settings/product-description/configs/settings-v2.js +1 -1
  918. package/dist/cjs/post-purchase/product/settings/product-description/configs/ui-v2.js +1 -1
  919. package/dist/cjs/post-purchase/product/settings/product-discount-tag/ProductDiscountTag.js +2 -2
  920. package/dist/cjs/post-purchase/product/settings/product-discount-tag/configs/setting-v2.js +1 -1
  921. package/dist/cjs/post-purchase/product/settings/product-discount-tag/configs/ui-v2.js +1 -1
  922. package/dist/cjs/post-purchase/product/settings/product-image/ProductImages.js +3 -3
  923. package/dist/cjs/post-purchase/product/settings/product-image/configs/settings-v2.js +1 -1
  924. package/dist/cjs/post-purchase/product/settings/product-image/configs/ui-v2.js +1 -1
  925. package/dist/cjs/post-purchase/product/settings/product-offer/configs/settings-v2.js +2 -2
  926. package/dist/cjs/post-purchase/product/settings/product-offer/configs/ui-v2.js +1 -1
  927. package/dist/cjs/post-purchase/product/settings/product-offer/index.js +2 -2
  928. package/dist/cjs/post-purchase/product/settings/product-price/ProductPrice.js +3 -3
  929. package/dist/cjs/post-purchase/product/settings/product-price/configs/settings-v2.js +1 -1
  930. package/dist/cjs/post-purchase/product/settings/product-price/configs/ui-v2.js +1 -1
  931. package/dist/cjs/post-purchase/product/settings/product-price-breakdown/configs/presets.js +2 -2
  932. package/dist/cjs/post-purchase/product/settings/product-price-breakdown/configs/settings.js +1 -1
  933. package/dist/cjs/post-purchase/product/settings/product-price-breakdown/configs/ui-v2.js +1 -1
  934. package/dist/cjs/post-purchase/product/settings/product-price-breakdown/index.js +2 -2
  935. package/dist/cjs/post-purchase/product/settings/product-quantity/configs/presets.js +2 -2
  936. package/dist/cjs/post-purchase/product/settings/product-quantity/configs/settings.js +1 -1
  937. package/dist/cjs/post-purchase/product/settings/product-quantity/configs/ui-v2.js +1 -1
  938. package/dist/cjs/post-purchase/product/settings/product-quantity/index.js +2 -2
  939. package/dist/cjs/post-purchase/product/settings/product-subscription/configs/presets.js +2 -2
  940. package/dist/cjs/post-purchase/product/settings/product-subscription/configs/settings.js +1 -1
  941. package/dist/cjs/post-purchase/product/settings/product-subscription/configs/ui-v2.js +1 -1
  942. package/dist/cjs/post-purchase/product/settings/product-subscription/index.js +2 -2
  943. package/dist/cjs/post-purchase/product/settings/product-title/ProductTitle.js +3 -3
  944. package/dist/cjs/post-purchase/product/settings/product-title/configs/settings-v2.js +1 -1
  945. package/dist/cjs/post-purchase/product/settings/product-title/configs/ui-v2.js +1 -1
  946. package/dist/cjs/post-purchase/product/settings/product-variants/ProductVariant.js +3 -3
  947. package/dist/cjs/post-purchase/product/settings/product-variants/configs/settings-v1.js +2 -2
  948. package/dist/cjs/post-purchase/product/settings/product-variants/configs/settings-v2.js +2 -2
  949. package/dist/cjs/post-purchase/product/settings/product-variants/configs/ui-v2.js +1 -1
  950. package/dist/cjs/post-purchase/text/common/attrs.js +1 -1
  951. package/dist/cjs/post-purchase/text/common/classes.js +1 -1
  952. package/dist/cjs/post-purchase/text/common/helpers.js +1 -1
  953. package/dist/cjs/post-purchase/text/common/styles.js +1 -1
  954. package/dist/cjs/post-purchase/text/components/Text.js +2 -2
  955. package/dist/cjs/post-purchase/text/index.js +1 -1
  956. package/dist/cjs/post-purchase/text/next.js +1 -1
  957. package/dist/cjs/post-purchase/text/settings/heading/Heading.js +1 -1
  958. package/dist/cjs/post-purchase/text/settings/heading/configs/presets-v2.js +2 -2
  959. package/dist/cjs/post-purchase/text/settings/text/Text.js +3 -3
  960. package/dist/cjs/post-purchase/text/settings/text/configs/setting-v2.js +1 -1
  961. package/dist/cjs/post-purchase/text/settings/text/configs/ui-v2.js +1 -1
  962. package/dist/cjs/postPurchaseSetting.js +1 -1
  963. package/dist/cjs/product/components/ProductImages.js +1 -1
  964. package/dist/cjs/product/components/ProductImages.liquid.js +17 -17
  965. package/dist/cjs/product/components/ProductNotFound.js +1 -1
  966. package/dist/cjs/product/components/SalePageProductListWarning.js +1 -1
  967. package/dist/cjs/product/components/dynamic-checkout/Button.liquid.js +9 -9
  968. package/dist/cjs/product/components/dynamic-checkout/DynamicCheckout.js +1 -1
  969. package/dist/cjs/product/components/dynamic-checkout/DynamicCheckout.liquid.js +1 -1
  970. package/dist/cjs/product/components/dynamic-checkout/common/classes.js +1 -1
  971. package/dist/cjs/product/components/dynamic-checkout/common/styles.js +55 -55
  972. package/dist/cjs/product/components/file-upload/UploadFile.js +1 -1
  973. package/dist/cjs/product/components/file-upload/UploadFile.liquid.js +19 -19
  974. package/dist/cjs/product/components/file-upload/common/attr.js +1 -1
  975. package/dist/cjs/product/components/file-upload/common/classes.js +1 -1
  976. package/dist/cjs/product/components/file-upload/common/helpers.js +1 -1
  977. package/dist/cjs/product/components/file-upload/common/style.js +1 -1
  978. package/dist/cjs/product/components/file-upload/settings/configs/presets.js +2 -2
  979. package/dist/cjs/product/components/file-upload/settings/configs/settings.js +2 -2
  980. package/dist/cjs/product/components/file-upload/settings/configs/translate.js +1 -1
  981. package/dist/cjs/product/components/file-upload/settings/configs/ui-v1.js +1 -1
  982. package/dist/cjs/product/components/file-upload/settings/configs/ui-v2.js +1 -1
  983. package/dist/cjs/product/components/file-upload/settings/index.js +2 -2
  984. package/dist/cjs/product/components/product-badge/ProductBadge.js +1 -1
  985. package/dist/cjs/product/components/product-badge/ProductBadge.liquid.js +24 -24
  986. package/dist/cjs/product/components/product-badge/common/attrs.js +1 -1
  987. package/dist/cjs/product/components/product-badge/common/classes.js +1 -1
  988. package/dist/cjs/product/components/product-badge/common/styles.js +1 -1
  989. package/dist/cjs/product/components/product-badge/constants.js +1 -1
  990. package/dist/cjs/product/components/product-badge/utils/common.js +1 -1
  991. package/dist/cjs/product/components/product-badge/utils/generateLiquidContent.js +3 -3
  992. package/dist/cjs/product/components/product-badge/utils/getRotateShape.js +1 -1
  993. package/dist/cjs/product/components/product-badge/utils/getShapePosition.js +1 -1
  994. package/dist/cjs/product/components/product-badge/utils/getStyleAdvanced.js +1 -1
  995. package/dist/cjs/product/components/product-badge/utils/getWhiteSpace.js +1 -1
  996. package/dist/cjs/product/components/product-badge/utils/renderBadgeILP.js +1 -1
  997. package/dist/cjs/product/components/product-badge/utils/renderBadgeLiquid.js +59 -59
  998. package/dist/cjs/product/components/product-badge/utils/shape.js +1 -1
  999. package/dist/cjs/product/components/product-badge/utils/stylesV2.js +5 -5
  1000. package/dist/cjs/product/components/product-bundle/ProductBundleDiscount.js +1 -1
  1001. package/dist/cjs/product/components/product-bundle/ProductBundleDiscount.liquid.js +10 -10
  1002. package/dist/cjs/product/components/product-bundle/ProductBundleDiscountChildrenItem.js +1 -1
  1003. package/dist/cjs/product/components/product-bundle/ProductBundleDiscountChildrenItem.liquid.js +10 -10
  1004. package/dist/cjs/product/components/product-bundle/ProductBundleDiscountItem.js +1 -1
  1005. package/dist/cjs/product/components/product-bundle/ProductBundleDiscountItem.liquid.js +1 -1
  1006. package/dist/cjs/product/components/product-bundle/common/classes.js +1 -1
  1007. package/dist/cjs/product/components/product-bundle/common/helpers.js +1 -1
  1008. package/dist/cjs/product/components/product-bundle/common/styles.js +1 -1
  1009. package/dist/cjs/product/components/product-bundle/hooks/useProductBundleDataState.js +3 -3
  1010. package/dist/cjs/product/components/product-bundle/hooks/useProductBundleDiscountState.js +1 -1
  1011. package/dist/cjs/product/components/product-bundle/setting/ProductBundleDiscount.js +3 -3
  1012. package/dist/cjs/product/components/product-bundle/setting/ProductBundleDiscountItem.js +1 -1
  1013. package/dist/cjs/product/components/product-bundle/setting/configs/settings.js +1 -1
  1014. package/dist/cjs/product/components/product-bundle/setting/configs/ui-v1.js +1 -1
  1015. package/dist/cjs/product/components/product-bundle/setting/configs/ui-v2.js +1 -1
  1016. package/dist/cjs/product/components/product-button/AddToCartButton.js +1 -1
  1017. package/dist/cjs/product/components/product-button/AddToCartButton.liquid.js +1 -1
  1018. package/dist/cjs/product/components/product-button/BlankSpace.js +1 -1
  1019. package/dist/cjs/product/components/product-button/BlankSpace.liquid.js +3 -3
  1020. package/dist/cjs/product/components/product-button/CartMessage.js +1 -1
  1021. package/dist/cjs/product/components/product-button/PriceComponent.js +1 -1
  1022. package/dist/cjs/product/components/product-button/PriceComponent.liquid.js +1 -1
  1023. package/dist/cjs/product/components/product-button/PriceLayout.js +1 -1
  1024. package/dist/cjs/product/components/product-button/PriceLayout.liquid.js +6 -6
  1025. package/dist/cjs/product/components/product-button/ProductButton.js +1 -1
  1026. package/dist/cjs/product/components/product-button/ProductButton.liquid.js +12 -12
  1027. package/dist/cjs/product/components/product-button/ProductButtonPrice.js +1 -1
  1028. package/dist/cjs/product/components/product-button/ProductButtonPrice.liquid.js +1 -1
  1029. package/dist/cjs/product/components/product-button/Separator.js +1 -1
  1030. package/dist/cjs/product/components/product-button/Separator.liquid.js +4 -4
  1031. package/dist/cjs/product/components/product-button/SoldOutButton.js +1 -1
  1032. package/dist/cjs/product/components/product-button/SoldOutButton.liquid.js +1 -1
  1033. package/dist/cjs/product/components/product-button/common/classes.js +1 -1
  1034. package/dist/cjs/product/components/product-button/common/constants.js +2 -2
  1035. package/dist/cjs/product/components/product-button/common/data.js +1 -1
  1036. package/dist/cjs/product/components/product-button/common/helpers.js +1 -1
  1037. package/dist/cjs/product/components/product-button/common/styles.js +1 -1
  1038. package/dist/cjs/product/components/product-button/helpers/getButtonDynamicSourceLocales.js +1 -1
  1039. package/dist/cjs/product/components/product-button/hooks/useAddToCart.js +1 -1
  1040. package/dist/cjs/product/components/product-button/hooks/useCartMessage.js +1 -1
  1041. package/dist/cjs/product/components/product-button/hooks/useCartOperations.js +1 -1
  1042. package/dist/cjs/product/components/product-button/hooks/useDispatchAfterSubmitEvent.js +1 -1
  1043. package/dist/cjs/product/components/product-description/ProductDescription.js +1 -1
  1044. package/dist/cjs/product/components/product-description/ProductDescription.liquid.js +16 -16
  1045. package/dist/cjs/product/components/product-description/common/classes.js +1 -1
  1046. package/dist/cjs/product/components/product-description/common/helpers.js +2 -2
  1047. package/dist/cjs/product/components/product-description/common/styles.js +2 -2
  1048. package/dist/cjs/product/components/product-description/hooks/useGpDescription.js +1 -1
  1049. package/dist/cjs/product/components/product-discount-tag/ProductDiscountTag.js +1 -1
  1050. package/dist/cjs/product/components/product-discount-tag/ProductDiscountTag.liquid.js +16 -16
  1051. package/dist/cjs/product/components/product-discount-tag/common/classes.js +1 -1
  1052. package/dist/cjs/product/components/product-discount-tag/common/styles.js +1 -1
  1053. package/dist/cjs/product/components/product-discount-tag/hooks/useGpDiscountTag.js +1 -1
  1054. package/dist/cjs/product/components/product-images/ProductFeaturedImage.js +1 -1
  1055. package/dist/cjs/product/components/product-images/ProductFeaturedImage.liquid.js +33 -33
  1056. package/dist/cjs/product/components/product-images/ProductGalleryCarousel.js +1 -1
  1057. package/dist/cjs/product/components/product-images/ProductGalleryCarousel.liquid.js +8 -8
  1058. package/dist/cjs/product/components/product-images/ProductGalleryGrid.js +1 -1
  1059. package/dist/cjs/product/components/product-images/ProductGalleryGrid.liquid.js +11 -11
  1060. package/dist/cjs/product/components/product-images/ProductImagesLightBox.js +1 -1
  1061. package/dist/cjs/product/components/product-images/common/helpers.js +1 -1
  1062. package/dist/cjs/product/components/product-images/common/productFeaturedImage.js +1 -1
  1063. package/dist/cjs/product/components/product-images/common/productGallery.js +1 -1
  1064. package/dist/cjs/product/components/product-images-v2/ProductImageV2.js +2 -2
  1065. package/dist/cjs/product/components/product-images-v2/ProductImagesV2.liquid.js +30 -30
  1066. package/dist/cjs/product/components/product-images-v2/common/attrs.js +1 -1
  1067. package/dist/cjs/product/components/product-images-v2/common/classes.js +1 -1
  1068. package/dist/cjs/product/components/product-images-v2/common/common.js +1 -1
  1069. package/dist/cjs/product/components/product-images-v2/common/getBorderActiveCss.js +6 -6
  1070. package/dist/cjs/product/components/product-images-v2/common/hoverAction.js +1 -1
  1071. package/dist/cjs/product/components/product-images-v2/common/productFeaturedImage.js +1 -1
  1072. package/dist/cjs/product/components/product-images-v2/common/productGallery.js +1 -1
  1073. package/dist/cjs/product/components/product-images-v2/common/styles.js +1 -1
  1074. package/dist/cjs/product/components/product-images-v2/components/child/MediaIcon.js +1 -1
  1075. package/dist/cjs/product/components/product-images-v2/components/child/ProductFeatureVideo.js +1 -1
  1076. package/dist/cjs/product/components/product-images-v2/components/child/ProductFeaturedImageCarousel.js +1 -1
  1077. package/dist/cjs/product/components/product-images-v2/components/child/ProductFeaturedImageOnly.js +1 -1
  1078. package/dist/cjs/product/components/product-images-v2/components/child/ProductGalleryGrid.js +2 -2
  1079. package/dist/cjs/product/components/product-images-v2/components/feature-gallery/FeatureImageWithGallery.js +1 -1
  1080. package/dist/cjs/product/components/product-images-v2/components/feature-gallery/FeatureImageWithGallery.liquid.js +58 -58
  1081. package/dist/cjs/product/components/product-images-v2/components/feature-only/OnlyFeatureImage.js +1 -1
  1082. package/dist/cjs/product/components/product-images-v2/components/gallery-carousel/GalleryCarousel.js +1 -1
  1083. package/dist/cjs/product/components/product-images-v2/components/gallery-carousel/GalleryCarousel.liquid.js +14 -14
  1084. package/dist/cjs/product/components/product-images-v2/components/gallery-grid/GalleryGrid.js +1 -1
  1085. package/dist/cjs/product/components/product-images-v2/components/gallery-grid/GalleryGrid.liquid.js +35 -35
  1086. package/dist/cjs/product/components/product-images-v2/components/lightbox/ButtonOpenLightBox.js +1 -1
  1087. package/dist/cjs/product/components/product-images-v2/components/lightbox/ProductImagesLightBox.js +1 -1
  1088. package/dist/cjs/product/components/product-images-v2/composables/getProductImagesAttr.js +1 -1
  1089. package/dist/cjs/product/components/product-images-v2/composables/getProductImagesClassName.js +1 -1
  1090. package/dist/cjs/product/components/product-images-v2/composables/getProductImagesStyles.js +1 -1
  1091. package/dist/cjs/product/components/product-images-v2/hooks/useFeatureImageWithGallery.js +1 -1
  1092. package/dist/cjs/product/components/product-images-v2/hooks/useFilterImagesByVariant.js +1 -1
  1093. package/dist/cjs/product/components/product-images-v2/hooks/useGalleryCarousel.js +1 -1
  1094. package/dist/cjs/product/components/product-images-v2/hooks/useProductFeaturedImageCarousel.js +1 -1
  1095. package/dist/cjs/product/components/product-images-v2/hooks/useProductGalleryGrid.js +1 -1
  1096. package/dist/cjs/product/components/product-images-v3/ProductImageV3.js +2 -2
  1097. package/dist/cjs/product/components/product-images-v3/ProductImagesV3.liquid.js +30 -30
  1098. package/dist/cjs/product/components/product-images-v3/common/attrs.js +1 -1
  1099. package/dist/cjs/product/components/product-images-v3/common/classes.js +1 -1
  1100. package/dist/cjs/product/components/product-images-v3/common/common.js +1 -1
  1101. package/dist/cjs/product/components/product-images-v3/common/getBorderActiveCss.js +7 -7
  1102. package/dist/cjs/product/components/product-images-v3/common/hoverAction.js +1 -1
  1103. package/dist/cjs/product/components/product-images-v3/common/productFeaturedImage.js +1 -1
  1104. package/dist/cjs/product/components/product-images-v3/common/productGallery.js +1 -1
  1105. package/dist/cjs/product/components/product-images-v3/common/styles.js +1 -1
  1106. package/dist/cjs/product/components/product-images-v3/components/child/MediaIcon.js +1 -1
  1107. package/dist/cjs/product/components/product-images-v3/components/child/ProductFeatureVideo.js +1 -1
  1108. package/dist/cjs/product/components/product-images-v3/components/child/ProductFeaturedImageCarousel.js +1 -1
  1109. package/dist/cjs/product/components/product-images-v3/components/child/ProductFeaturedImageOnly.js +1 -1
  1110. package/dist/cjs/product/components/product-images-v3/components/child/ProductGalleryGrid.js +2 -2
  1111. package/dist/cjs/product/components/product-images-v3/components/feature-gallery/FeatureImageWithGallery.js +1 -1
  1112. package/dist/cjs/product/components/product-images-v3/components/feature-gallery/FeatureImageWithGallery.liquid.js +59 -59
  1113. package/dist/cjs/product/components/product-images-v3/components/feature-only/OnlyFeatureImage.js +1 -1
  1114. package/dist/cjs/product/components/product-images-v3/components/gallery-carousel/GalleryCarousel.js +1 -1
  1115. package/dist/cjs/product/components/product-images-v3/components/gallery-carousel/GalleryCarousel.liquid.js +13 -13
  1116. package/dist/cjs/product/components/product-images-v3/components/gallery-grid/GalleryGrid.js +1 -1
  1117. package/dist/cjs/product/components/product-images-v3/components/gallery-grid/GalleryGrid.liquid.js +34 -34
  1118. package/dist/cjs/product/components/product-images-v3/components/lightbox/ButtonOpenLightBox.js +1 -1
  1119. package/dist/cjs/product/components/product-images-v3/components/lightbox/ProductImagesLightBox.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 +21 -21
  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 +21 -21
  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-price/ProductPrice.js +1 -1
  1153. package/dist/cjs/product/components/product-price/ProductPrice.liquid.js +8 -8
  1154. package/dist/cjs/product/components/product-price/common/attrs.js +1 -1
  1155. package/dist/cjs/product/components/product-price/common/classes.js +1 -1
  1156. package/dist/cjs/product/components/product-price/common/helpers.js +5 -5
  1157. package/dist/cjs/product/components/product-price/hooks/useGpPrice.js +1 -1
  1158. package/dist/cjs/product/components/product-properties/ProductProperties.js +1 -1
  1159. package/dist/cjs/product/components/product-properties/ProductProperties.liquid.js +14 -14
  1160. package/dist/cjs/product/components/product-properties/common/attrs.js +1 -1
  1161. package/dist/cjs/product/components/product-properties/common/classes.js +1 -1
  1162. package/dist/cjs/product/components/product-properties/common/helpers.js +1 -1
  1163. package/dist/cjs/product/components/product-properties/common/styles.js +1 -1
  1164. package/dist/cjs/product/components/product-properties/property-choice/ProductPropertyChoice.js +1 -1
  1165. package/dist/cjs/product/components/product-properties/property-choice/ProductPropertyChoice.liquid.js +15 -15
  1166. package/dist/cjs/product/components/product-properties/property-choice/common/getProductPropertiesChoiceAttrs.js +1 -1
  1167. package/dist/cjs/product/components/product-properties/property-choice/common/getProductPropertiesChoiceClasses.js +1 -1
  1168. package/dist/cjs/product/components/product-properties/property-choice/common/getProductPropertiesChoiceInlineCss.js +4 -4
  1169. package/dist/cjs/product/components/product-properties/property-choice/common/getProductPropertiesChoiceStyles.js +1 -1
  1170. package/dist/cjs/product/components/product-properties/property-input/ProductPropertyInput.js +1 -1
  1171. package/dist/cjs/product/components/product-properties/property-input/ProductPropertyInput.liquid.js +14 -14
  1172. package/dist/cjs/product/components/product-properties/property-input/common/attrs.js +1 -1
  1173. package/dist/cjs/product/components/product-properties/property-input/common/classes.js +1 -1
  1174. package/dist/cjs/product/components/product-properties/property-input/common/helpers.js +1 -1
  1175. package/dist/cjs/product/components/product-properties/property-input/common/styles.js +1 -1
  1176. package/dist/cjs/product/components/product-properties/property-select/ProductPropertySelect.js +1 -1
  1177. package/dist/cjs/product/components/product-properties/property-select/ProductPropertySelect.liquid.js +11 -11
  1178. package/dist/cjs/product/components/product-properties/property-select/common/attrs.js +1 -1
  1179. package/dist/cjs/product/components/product-properties/property-select/common/classes.js +1 -1
  1180. package/dist/cjs/product/components/product-properties/property-select/common/styles.js +1 -1
  1181. package/dist/cjs/product/components/product-quantity/ProductQuantity.js +1 -1
  1182. package/dist/cjs/product/components/product-quantity/ProductQuantity.liquid.js +22 -22
  1183. package/dist/cjs/product/components/product-quantity/common/attrs.js +1 -1
  1184. package/dist/cjs/product/components/product-quantity/common/classes.js +1 -1
  1185. package/dist/cjs/product/components/product-quantity/common/helpers.js +9 -9
  1186. package/dist/cjs/product/components/product-quantity/common/styles.js +1 -1
  1187. package/dist/cjs/product/components/product-quantity/hooks/useProductQuantity.js +1 -1
  1188. package/dist/cjs/product/components/product-quick-view/ProductQuickView.js +1 -1
  1189. package/dist/cjs/product/components/product-quick-view/QuickView.js +1 -1
  1190. package/dist/cjs/product/components/product-sku/Sku.js +1 -1
  1191. package/dist/cjs/product/components/product-sku/Sku.liquid.js +5 -5
  1192. package/dist/cjs/product/components/product-title/ProductTitle.js +1 -1
  1193. package/dist/cjs/product/components/product-title/ProductTitle.liquid.js +7 -7
  1194. package/dist/cjs/product/components/product-title/common/helpers.js +1 -1
  1195. package/dist/cjs/product/components/product-variants/OptionVariantsNewFormat.liquid.js +15 -15
  1196. package/dist/cjs/product/components/product-variants/OptionVariantsOldFormat.liquid.js +44 -44
  1197. package/dist/cjs/product/components/product-variants/ProductVariants.js +1 -1
  1198. package/dist/cjs/product/components/product-variants/ProductVariants.liquid.js +61 -61
  1199. package/dist/cjs/product/components/product-variants/common/base/attrs.js +1 -1
  1200. package/dist/cjs/product/components/product-variants/common/base/classes.js +2 -2
  1201. package/dist/cjs/product/components/product-variants/common/base/styles.js +1 -1
  1202. package/dist/cjs/product/components/product-variants/common/common.js +1 -1
  1203. package/dist/cjs/product/components/product-variants/common/const.js +1 -1
  1204. package/dist/cjs/product/components/product-variants/common/dropdown/attrs.js +1 -1
  1205. package/dist/cjs/product/components/product-variants/common/dropdown/classes.js +1 -1
  1206. package/dist/cjs/product/components/product-variants/common/dropdown/styles.js +1 -1
  1207. package/dist/cjs/product/components/product-variants/common/main/classes.js +1 -1
  1208. package/dist/cjs/product/components/product-variants/common/main/const.js +1 -1
  1209. package/dist/cjs/product/components/product-variants/common/main/getAttr.js +1 -1
  1210. package/dist/cjs/product/components/product-variants/common/main/getData.js +1 -1
  1211. package/dist/cjs/product/components/product-variants/common/main/styles.js +1 -1
  1212. package/dist/cjs/product/components/product-variants/common/variants/attrs.js +1 -1
  1213. package/dist/cjs/product/components/product-variants/common/variants/classes.js +1 -1
  1214. package/dist/cjs/product/components/product-variants/common/variants/styles.js +1 -1
  1215. package/dist/cjs/product/components/product-variants/components/base/base.js +8 -8
  1216. package/dist/cjs/product/components/product-variants/components/base/base.liquid.js +18 -18
  1217. package/dist/cjs/product/components/product-variants/components/color/color.js +1 -1
  1218. package/dist/cjs/product/components/product-variants/components/color/color.liquid.js +4 -4
  1219. package/dist/cjs/product/components/product-variants/components/dropdown-group/DropdownGroup.js +1 -1
  1220. package/dist/cjs/product/components/product-variants/components/dropdown-group/DropdownGroup.liquid.js +1 -1
  1221. package/dist/cjs/product/components/product-variants/components/dropdown-option/DropdownOption.js +1 -1
  1222. package/dist/cjs/product/components/product-variants/components/dropdown-option/VariantOption.js +1 -1
  1223. package/dist/cjs/product/components/product-variants/components/dropdown-option/render-liquid/index.js +17 -17
  1224. package/dist/cjs/product/components/product-variants/components/dropdown-swatches/Dropdown.js +1 -1
  1225. package/dist/cjs/product/components/product-variants/components/dropdown-swatches/Dropdown.liquid.js +7 -7
  1226. package/dist/cjs/product/components/product-variants/components/dropdown-swatches/hooks/useDropdownSwatches.js +1 -1
  1227. package/dist/cjs/product/components/product-variants/components/image/Image.js +1 -1
  1228. package/dist/cjs/product/components/product-variants/components/image/Image.liquid.js +3 -3
  1229. package/dist/cjs/product/components/product-variants/components/image-shopify/ImageShopify.js +1 -1
  1230. package/dist/cjs/product/components/product-variants/components/image-shopify/ImageShopify.liquid.js +3 -3
  1231. package/dist/cjs/product/components/product-variants/components/rectangle-list/RectangleList.js +1 -1
  1232. package/dist/cjs/product/components/product-variants/components/variants/index.js +1 -1
  1233. package/dist/cjs/product/components/product-variants/components/variants/index.liquid.js +33 -33
  1234. package/dist/cjs/product/components/product-variants/hooks/useGpVariants.js +1 -1
  1235. package/dist/cjs/product/components/product-variants/hooks/useVariantInteraction.js +1 -1
  1236. package/dist/cjs/product/components/product-variants/utils/mappingVariantStyles.js +1 -1
  1237. package/dist/cjs/product/components/product-vendor/Vendor.js +1 -1
  1238. package/dist/cjs/product/components/product-vendor/Vendor.liquid.js +6 -6
  1239. package/dist/cjs/product/components/product-view-more/ProductViewMore.js +1 -1
  1240. package/dist/cjs/product/components/product-view-more/ProductViewMore.liquid.js +4 -4
  1241. package/dist/cjs/product/components/product-view-more/common/helpers.js +1 -1
  1242. package/dist/cjs/product/components/product-view-more/common/styles.js +1 -1
  1243. package/dist/cjs/product/components/product-wrap/Product.js +1 -1
  1244. package/dist/cjs/product/components/product-wrap/Product.liquid.js +47 -47
  1245. package/dist/cjs/product/components/product-wrap/common/helpers.js +1 -1
  1246. package/dist/cjs/product/components/product-wrap/hook/useProductSetting.js +1 -1
  1247. package/dist/cjs/product/helpers/function.js +1 -1
  1248. package/dist/cjs/product/helpers/product-bundle.js +1 -1
  1249. package/dist/cjs/product/helpers/product-image.js +1 -1
  1250. package/dist/cjs/product/helpers/product.js +1 -1
  1251. package/dist/cjs/product/helpers/tracking.js +1 -1
  1252. package/dist/cjs/product/index.js +1 -1
  1253. package/dist/cjs/product/next.js +1 -1
  1254. package/dist/cjs/product/settings/DynamicCheckout.js +2 -2
  1255. package/dist/cjs/product/settings/Product.js +2 -2
  1256. package/dist/cjs/product/settings/ProductBadge.js +1 -1
  1257. package/dist/cjs/product/settings/ProductButton.js +2 -2
  1258. package/dist/cjs/product/settings/ProductDescription.js +1 -1
  1259. package/dist/cjs/product/settings/ProductImages.js +4 -4
  1260. package/dist/cjs/product/settings/ProductList.js +2 -2
  1261. package/dist/cjs/product/settings/ProductListV3.js +2 -2
  1262. package/dist/cjs/product/settings/ProductPrice.js +2 -2
  1263. package/dist/cjs/product/settings/ProductProperties.js +2 -2
  1264. package/dist/cjs/product/settings/ProductQuantity.js +2 -2
  1265. package/dist/cjs/product/settings/ProductTag.js +1 -1
  1266. package/dist/cjs/product/settings/ProductTitle.js +2 -2
  1267. package/dist/cjs/product/settings/ProductVariants.js +2 -2
  1268. package/dist/cjs/product/settings/ProductViewMore.js +2 -2
  1269. package/dist/cjs/product/settings/Sku.js +2 -2
  1270. package/dist/cjs/product/settings/Vendor.js +2 -2
  1271. package/dist/cjs/product/settings/bundle-layout/horizontal-one.js +1 -1
  1272. package/dist/cjs/product/settings/bundle-layout/horizontal-three.js +1 -1
  1273. package/dist/cjs/product/settings/bundle-layout/horizontal-two.js +1 -1
  1274. package/dist/cjs/product/settings/bundle-layout/vertical-one.js +1 -1
  1275. package/dist/cjs/product/settings/bundle-layout/vertical-three.js +1 -1
  1276. package/dist/cjs/product/settings/bundle-layout/vertical-two.js +1 -1
  1277. package/dist/cjs/product/settings/dynamic-checkout/configs/presets.js +2 -2
  1278. package/dist/cjs/product/settings/dynamic-checkout/configs/settings.js +1 -1
  1279. package/dist/cjs/product/settings/dynamic-checkout/configs/ui-v2.js +1 -1
  1280. package/dist/cjs/product/settings/product/configs/presets.js +1 -1
  1281. package/dist/cjs/product/settings/product/configs/product-presets/product-1-col.js +3 -3
  1282. package/dist/cjs/product/settings/product/configs/product-presets/product-2-col.js +3 -3
  1283. package/dist/cjs/product/settings/product/configs/product-presets/product-default.js +3 -3
  1284. package/dist/cjs/product/settings/product/configs/settings.js +1 -1
  1285. package/dist/cjs/product/settings/product/configs/ui-v2.js +1 -1
  1286. package/dist/cjs/product/settings/product-badge/configs/presets.js +2 -2
  1287. package/dist/cjs/product/settings/product-badge/configs/settings.js +1 -1
  1288. package/dist/cjs/product/settings/product-badge/configs/translate.js +1 -1
  1289. package/dist/cjs/product/settings/product-badge/configs/ui-v2.js +1 -1
  1290. package/dist/cjs/product/settings/product-button/configs/presets.js +2 -2
  1291. package/dist/cjs/product/settings/product-button/configs/settings.js +2 -2
  1292. package/dist/cjs/product/settings/product-button/configs/translate.js +1 -1
  1293. package/dist/cjs/product/settings/product-button/configs/ui-v2.js +1 -1
  1294. package/dist/cjs/product/settings/product-description/configs/presets.js +2 -2
  1295. package/dist/cjs/product/settings/product-description/configs/settings.js +1 -1
  1296. package/dist/cjs/product/settings/product-description/configs/translate.js +1 -1
  1297. package/dist/cjs/product/settings/product-description/configs/ui-v2.js +1 -1
  1298. package/dist/cjs/product/settings/product-discount-tag/configs/settings.js +1 -1
  1299. package/dist/cjs/product/settings/product-discount-tag/configs/translate.js +1 -1
  1300. package/dist/cjs/product/settings/product-discount-tag/configs/ui-v2.js +1 -1
  1301. package/dist/cjs/product/settings/product-image-v2/ProductFeatureImage.js +1 -1
  1302. package/dist/cjs/product/settings/product-image-v2/ProductGalleryImage.js +1 -1
  1303. package/dist/cjs/product/settings/product-image-v2/ProductImages.js +3 -3
  1304. package/dist/cjs/product/settings/product-image-v2/configs/setting-v2/ProductFeatureImage.js +2 -2
  1305. package/dist/cjs/product/settings/product-image-v2/configs/setting-v2/ProductGalleryImage.js +2 -2
  1306. package/dist/cjs/product/settings/product-image-v2/configs/setting-v2/index.js +1 -1
  1307. package/dist/cjs/product/settings/product-image-v2/configs/ui/FeatureDots.js +1 -1
  1308. package/dist/cjs/product/settings/product-image-v2/configs/ui/FeatureNavigation.js +1 -1
  1309. package/dist/cjs/product/settings/product-image-v2/configs/ui/ImageListNavigation.js +1 -1
  1310. package/dist/cjs/product/settings/product-image-v2/configs/ui-v1.js +1 -1
  1311. package/dist/cjs/product/settings/product-image-v2/configs/ui-v2.js +1 -1
  1312. package/dist/cjs/product/settings/product-image-v3/ProductFeatureImage.js +1 -1
  1313. package/dist/cjs/product/settings/product-image-v3/ProductGalleryImage.js +1 -1
  1314. package/dist/cjs/product/settings/product-image-v3/ProductImages.js +3 -3
  1315. package/dist/cjs/product/settings/product-image-v3/configs/setting-v2/ProductFeatureImage.js +2 -2
  1316. package/dist/cjs/product/settings/product-image-v3/configs/setting-v2/ProductGalleryImage.js +2 -2
  1317. package/dist/cjs/product/settings/product-image-v3/configs/setting-v2/index.js +1 -1
  1318. package/dist/cjs/product/settings/product-image-v3/configs/ui/FeatureDots.js +1 -1
  1319. package/dist/cjs/product/settings/product-image-v3/configs/ui/FeatureNavigation.js +1 -1
  1320. package/dist/cjs/product/settings/product-image-v3/configs/ui/ImageListNavigation.js +1 -1
  1321. package/dist/cjs/product/settings/product-image-v3/configs/ui-v1.js +1 -1
  1322. package/dist/cjs/product/settings/product-image-v3/configs/ui-v2.js +1 -1
  1323. package/dist/cjs/product/settings/product-list/configs/presets.js +2 -2
  1324. package/dist/cjs/product/settings/product-list/configs/settings-v2.js +1 -1
  1325. package/dist/cjs/product/settings/product-list/configs/ui-v2.js +1 -1
  1326. package/dist/cjs/product/settings/product-list-v3/configs/presets.js +2 -2
  1327. package/dist/cjs/product/settings/product-list-v3/configs/settings-v2.js +1 -1
  1328. package/dist/cjs/product/settings/product-list-v3/configs/ui-v2.js +1 -1
  1329. package/dist/cjs/product/settings/product-price/configs/presets.js +2 -2
  1330. package/dist/cjs/product/settings/product-price/configs/settings.js +1 -1
  1331. package/dist/cjs/product/settings/product-price/configs/ui-v2.js +1 -1
  1332. package/dist/cjs/product/settings/product-properties/configs/presets.js +2 -2
  1333. package/dist/cjs/product/settings/product-properties/configs/settings-v2.js +1 -1
  1334. package/dist/cjs/product/settings/product-properties/configs/translate.js +1 -1
  1335. package/dist/cjs/product/settings/product-properties/configs/ui-v2.js +1 -1
  1336. package/dist/cjs/product/settings/product-quantity/configs/presets.js +2 -2
  1337. package/dist/cjs/product/settings/product-quantity/configs/settings.js +2 -2
  1338. package/dist/cjs/product/settings/product-quantity/configs/ui-v2.js +1 -1
  1339. package/dist/cjs/product/settings/product-sku/configs/presets.js +2 -2
  1340. package/dist/cjs/product/settings/product-sku/configs/settings.js +1 -1
  1341. package/dist/cjs/product/settings/product-sku/configs/ui-v2.js +1 -1
  1342. package/dist/cjs/product/settings/product-title/configs/presets.js +2 -2
  1343. package/dist/cjs/product/settings/product-title/configs/settings.js +1 -1
  1344. package/dist/cjs/product/settings/product-title/configs/ui-v2.js +1 -1
  1345. package/dist/cjs/product/settings/product-variant/configs/presets.js +2 -2
  1346. package/dist/cjs/product/settings/product-variant/configs/settings.js +1 -1
  1347. package/dist/cjs/product/settings/product-variant/configs/ui-v2.js +1 -1
  1348. package/dist/cjs/product/settings/product-variant/swatches-style-config/color.js +1 -1
  1349. package/dist/cjs/product/settings/product-variant/swatches-style-config/dropdown.js +1 -1
  1350. package/dist/cjs/product/settings/product-variant/swatches-style-config/image-shopify.js +1 -1
  1351. package/dist/cjs/product/settings/product-variant/swatches-style-config/image.js +1 -1
  1352. package/dist/cjs/product/settings/product-variant/swatches-style-config/rectangle-list.js +1 -1
  1353. package/dist/cjs/product/settings/product-vendor/configs/presets.js +2 -2
  1354. package/dist/cjs/product/settings/product-vendor/configs/settings.js +1 -1
  1355. package/dist/cjs/product/settings/product-vendor/configs/ui-v2.js +1 -1
  1356. package/dist/cjs/product/settings/product-view-more/configs/presets.js +2 -2
  1357. package/dist/cjs/product/settings/product-view-more/configs/settings.js +2 -2
  1358. package/dist/cjs/product/settings/product-view-more/configs/translate.js +1 -1
  1359. package/dist/cjs/product/settings/product-view-more/configs/ui-v2.js +1 -1
  1360. package/dist/cjs/radio/components/Radio.js +1 -1
  1361. package/dist/cjs/radio/index.js +1 -1
  1362. package/dist/cjs/radio/next.js +1 -1
  1363. package/dist/cjs/radio/settings/Radio.js +1 -1
  1364. package/dist/cjs/radio/settings/configs/settings.js +1 -1
  1365. package/dist/cjs/select/components/Select.js +2 -2
  1366. package/dist/cjs/select/index.js +1 -1
  1367. package/dist/cjs/select/next.js +1 -1
  1368. package/dist/cjs/select/settings/Select.js +1 -1
  1369. package/dist/cjs/select/settings/configs/settings.js +1 -1
  1370. package/dist/cjs/setting.js +1 -1
  1371. package/dist/cjs/shop-pay-installment/components/ShopPayInstallments.js +1 -1
  1372. package/dist/cjs/shop-pay-installment/components/ShopPayInstallments.liquid.js +2 -2
  1373. package/dist/cjs/shop-pay-installment/components/common/helpers.js +1 -1
  1374. package/dist/cjs/shop-pay-installment/index.js +1 -1
  1375. package/dist/cjs/shop-pay-installment/next.js +1 -1
  1376. package/dist/cjs/shop-pay-installment/settings/ShopPayInstallments.js +2 -2
  1377. package/dist/cjs/shop-pay-installment/settings/configs/settings.js +1 -1
  1378. package/dist/cjs/sticky/common/classes.js +1 -1
  1379. package/dist/cjs/sticky/common/styles.js +1 -1
  1380. package/dist/cjs/sticky/components/Sticky.js +1 -1
  1381. package/dist/cjs/sticky/components/Sticky.liquid.js +14 -14
  1382. package/dist/cjs/sticky/hooks/useSticky.js +1 -1
  1383. package/dist/cjs/sticky/index.js +1 -1
  1384. package/dist/cjs/sticky/next.js +1 -1
  1385. package/dist/cjs/sticky/settings/Sticky.js +1 -1
  1386. package/dist/cjs/sticky/settings/configs/presets.js +4 -4
  1387. package/dist/cjs/sticky/settings/configs/settings-v2.js +1 -1
  1388. package/dist/cjs/sticky/settings/configs/settings.js +1 -1
  1389. package/dist/cjs/sticky/settings/configs/translate.js +1 -1
  1390. package/dist/cjs/sticky/settings/configs/ui-v2.js +1 -1
  1391. package/dist/cjs/stock-counter/common/attrs.js +1 -1
  1392. package/dist/cjs/stock-counter/common/classes.js +1 -1
  1393. package/dist/cjs/stock-counter/common/helpers.js +35 -35
  1394. package/dist/cjs/stock-counter/common/styles.js +1 -1
  1395. package/dist/cjs/stock-counter/components/StockCounter.js +1 -1
  1396. package/dist/cjs/stock-counter/components/StockCounter.liquid.js +45 -45
  1397. package/dist/cjs/stock-counter/hooks/useStockCounter.js +1 -1
  1398. package/dist/cjs/stock-counter/hooks/useStockCounterInteraction.js +1 -1
  1399. package/dist/cjs/stock-counter/index.js +1 -1
  1400. package/dist/cjs/stock-counter/next.js +1 -1
  1401. package/dist/cjs/stock-counter/settings/StockCounter.js +2 -2
  1402. package/dist/cjs/stock-counter/settings/configs/presets.js +2 -2
  1403. package/dist/cjs/stock-counter/settings/configs/settings-v2.js +2 -2
  1404. package/dist/cjs/stock-counter/settings/configs/translate.js +1 -1
  1405. package/dist/cjs/stock-counter/settings/configs/ui-v2.js +1 -1
  1406. package/dist/cjs/tab/common/attrs.js +1 -1
  1407. package/dist/cjs/tab/common/classes.js +2 -2
  1408. package/dist/cjs/tab/common/helpers.js +2 -2
  1409. package/dist/cjs/tab/common/styles.js +1 -1
  1410. package/dist/cjs/tab/components/TabItem.js +1 -1
  1411. package/dist/cjs/tab/components/TabItem.liquid.js +6 -6
  1412. package/dist/cjs/tab/components/Tabs.js +1 -1
  1413. package/dist/cjs/tab/components/Tabs.liquid.js +23 -23
  1414. package/dist/cjs/tab/hooks/useTab.js +1 -1
  1415. package/dist/cjs/tab/hooks/useTabInteraction.js +1 -1
  1416. package/dist/cjs/tab/index.js +1 -1
  1417. package/dist/cjs/tab/next.js +1 -1
  1418. package/dist/cjs/tab/settings/TabItem.js +2 -2
  1419. package/dist/cjs/tab/settings/Tabs.js +3 -3
  1420. package/dist/cjs/tab/settings/configs/settings.js +1 -1
  1421. package/dist/cjs/tab/settings/configs/translate.js +1 -1
  1422. package/dist/cjs/tab/settings/configs/ui-v2.js +1 -1
  1423. package/dist/cjs/text/common/attrs.js +1 -1
  1424. package/dist/cjs/text/common/classes.js +1 -1
  1425. package/dist/cjs/text/common/helpers.js +1 -1
  1426. package/dist/cjs/text/common/styles.js +1 -1
  1427. package/dist/cjs/text/components/Text.js +1 -1
  1428. package/dist/cjs/text/components/Text.liquid.js +12 -12
  1429. package/dist/cjs/text/components/TextInline.js +6 -6
  1430. package/dist/cjs/text/index.js +1 -1
  1431. package/dist/cjs/text/next.js +1 -1
  1432. package/dist/cjs/text/settings/Text.js +2 -2
  1433. package/dist/cjs/text/settings/configs/presets.js +2 -2
  1434. package/dist/cjs/text/settings/configs/settings.js +1 -1
  1435. package/dist/cjs/text/settings/configs/translate.js +1 -1
  1436. package/dist/cjs/text/settings/configs/ui-v2.js +1 -1
  1437. package/dist/cjs/textarea/components/Textarea.js +1 -1
  1438. package/dist/cjs/textarea/index.js +1 -1
  1439. package/dist/cjs/textarea/next.js +1 -1
  1440. package/dist/cjs/textarea/settings/Textarea.js +2 -2
  1441. package/dist/cjs/textarea/settings/configs/settings.js +1 -1
  1442. package/dist/cjs/third-party/common/helpers.js +5 -5
  1443. package/dist/cjs/third-party/components/AftershipEmailMarketingsms.js +1 -1
  1444. package/dist/cjs/third-party/components/AftershipEmailMarketingsms.liquid.js +1 -1
  1445. package/dist/cjs/third-party/components/AirProductReviewsAppUgc.js +1 -1
  1446. package/dist/cjs/third-party/components/AirProductReviewsAppUgc.liquid.js +5 -5
  1447. package/dist/cjs/third-party/components/AliReviews/AliReviewsSampleContent.js +1 -1
  1448. package/dist/cjs/third-party/components/AliReviews.js +1 -1
  1449. package/dist/cjs/third-party/components/AliReviews.liquid.js +5 -5
  1450. package/dist/cjs/third-party/components/AlsoBoughtCbb.js +1 -1
  1451. package/dist/cjs/third-party/components/AlsoBoughtCbb.liquid.js +4 -4
  1452. package/dist/cjs/third-party/components/AovBundlesVolumeDiscounts.js +1 -1
  1453. package/dist/cjs/third-party/components/AovBundlesVolumeDiscounts.liquid.js +1 -1
  1454. package/dist/cjs/third-party/components/AovFreeGiftBuyXGetYBogo.js +1 -1
  1455. package/dist/cjs/third-party/components/AovFreeGiftBuyXGetYBogo.liquid.js +1 -1
  1456. package/dist/cjs/third-party/components/AppointmentBookingCowlendar.js +1 -1
  1457. package/dist/cjs/third-party/components/AppointmentBookingCowlendar.liquid.js +1 -1
  1458. package/dist/cjs/third-party/components/AppstleBundlesDiscounts.js +1 -1
  1459. package/dist/cjs/third-party/components/AppstleBundlesDiscounts.liquid.js +1 -1
  1460. package/dist/cjs/third-party/components/AppstleSubscriptions/AppstleSubscriptionsSampleContent.js +1 -1
  1461. package/dist/cjs/third-party/components/AppstleSubscriptions.js +1 -1
  1462. package/dist/cjs/third-party/components/AppstleSubscriptions.liquid.js +4 -4
  1463. package/dist/cjs/third-party/components/BestBuyFulfillment.js +1 -1
  1464. package/dist/cjs/third-party/components/BestBuyFulfillment.liquid.js +1 -1
  1465. package/dist/cjs/third-party/components/BfSizeChartSizeGuide.js +1 -1
  1466. package/dist/cjs/third-party/components/BfSizeChartSizeGuide.liquid.js +1 -1
  1467. package/dist/cjs/third-party/components/BirdChime/BirdChimeContent.js +1 -1
  1468. package/dist/cjs/third-party/components/BirdChime.js +1 -1
  1469. package/dist/cjs/third-party/components/BirdChime.liquid.js +4 -4
  1470. package/dist/cjs/third-party/components/BloyRewardsProgramLoyalty.js +1 -1
  1471. package/dist/cjs/third-party/components/BloyRewardsProgramLoyalty.liquid.js +1 -1
  1472. package/dist/cjs/third-party/components/Bogos/BogosSampleContent.js +1 -1
  1473. package/dist/cjs/third-party/components/Bogos.js +1 -1
  1474. package/dist/cjs/third-party/components/Bogos.liquid.js +5 -5
  1475. package/dist/cjs/third-party/components/BoldProductOptions/BoldProductOptionsSampleContent.js +1 -1
  1476. package/dist/cjs/third-party/components/BoldProductOptions.js +1 -1
  1477. package/dist/cjs/third-party/components/BoldProductOptions.liquid.js +3 -3
  1478. package/dist/cjs/third-party/components/BoldSubscriptions/BoldSubscriptionsSampleContent.js +1 -1
  1479. package/dist/cjs/third-party/components/BoldSubscriptions.js +1 -1
  1480. package/dist/cjs/third-party/components/BoldSubscriptions.liquid.js +5 -5
  1481. package/dist/cjs/third-party/components/BonLoyaltyRewardsReferrals.js +1 -1
  1482. package/dist/cjs/third-party/components/BonLoyaltyRewardsReferrals.liquid.js +1 -1
  1483. package/dist/cjs/third-party/components/BonySubscriptionsApp.js +1 -1
  1484. package/dist/cjs/third-party/components/BonySubscriptionsApp.liquid.js +4 -4
  1485. package/dist/cjs/third-party/components/BoostAISearchDiscovery/BoostAISearchDiscoverySampleContent.js +1 -1
  1486. package/dist/cjs/third-party/components/BoostAISearchDiscovery.js +1 -1
  1487. package/dist/cjs/third-party/components/BoostAISearchDiscovery.liquid.js +5 -5
  1488. package/dist/cjs/third-party/components/Bundler/BundlerSampleContent.js +1 -1
  1489. package/dist/cjs/third-party/components/Bundler.js +1 -1
  1490. package/dist/cjs/third-party/components/Bundler.liquid.js +4 -4
  1491. package/dist/cjs/third-party/components/CleanSizeCharts.js +1 -1
  1492. package/dist/cjs/third-party/components/CleanSizeCharts.liquid.js +5 -5
  1493. package/dist/cjs/third-party/components/CrossSellCartUpsell/CrossSellCartUpsellSampleContent.js +1 -1
  1494. package/dist/cjs/third-party/components/CrossSellCartUpsell.js +1 -1
  1495. package/dist/cjs/third-party/components/CrossSellCartUpsell.liquid.js +4 -4
  1496. package/dist/cjs/third-party/components/CustomProductOptionsVariant.js +1 -1
  1497. package/dist/cjs/third-party/components/CustomProductOptionsVariant.liquid.js +4 -4
  1498. package/dist/cjs/third-party/components/DealeasyVolumeDiscounts.js +1 -1
  1499. package/dist/cjs/third-party/components/DealeasyVolumeDiscounts.liquid.js +5 -5
  1500. package/dist/cjs/third-party/components/DiscountyBulkDiscountSales.js +1 -1
  1501. package/dist/cjs/third-party/components/DiscountyBulkDiscountSales.liquid.js +4 -4
  1502. package/dist/cjs/third-party/components/EasifyProductOptions.js +1 -1
  1503. package/dist/cjs/third-party/components/EasifyProductOptions.liquid.js +4 -4
  1504. package/dist/cjs/third-party/components/EasyBundleBuilderSkailama.js +1 -1
  1505. package/dist/cjs/third-party/components/EasyBundleBuilderSkailama.liquid.js +1 -1
  1506. package/dist/cjs/third-party/components/EasySellCOD.js +1 -1
  1507. package/dist/cjs/third-party/components/EasySellCOD.liquid.js +4 -4
  1508. package/dist/cjs/third-party/components/EcoboostifyShoppableReelUgc.js +1 -1
  1509. package/dist/cjs/third-party/components/EcoboostifyShoppableReelUgc.liquid.js +1 -1
  1510. package/dist/cjs/third-party/components/EcomsendBackInStockAlert.js +1 -1
  1511. package/dist/cjs/third-party/components/EcomsendBackInStockAlert.liquid.js +5 -5
  1512. package/dist/cjs/third-party/components/EssentPreorderBackInStock.js +1 -1
  1513. package/dist/cjs/third-party/components/EssentPreorderBackInStock.liquid.js +4 -4
  1514. package/dist/cjs/third-party/components/EssentialAnnouncementBar.js +1 -1
  1515. package/dist/cjs/third-party/components/EssentialAnnouncementBar.liquid.js +1 -1
  1516. package/dist/cjs/third-party/components/EssentialCountdownTimerBar.js +1 -1
  1517. package/dist/cjs/third-party/components/EssentialCountdownTimerBar.liquid.js +1 -1
  1518. package/dist/cjs/third-party/components/EstimatedDeliveryDatePlus.js +1 -1
  1519. package/dist/cjs/third-party/components/EstimatedDeliveryDatePlus.liquid.js +1 -1
  1520. package/dist/cjs/third-party/components/FastBundleBundlesDiscounts.js +1 -1
  1521. package/dist/cjs/third-party/components/FastBundleBundlesDiscounts.liquid.js +5 -5
  1522. package/dist/cjs/third-party/components/FeraReviews/FeraReviewsSampleContent.js +1 -1
  1523. package/dist/cjs/third-party/components/FeraReviews/LiquidTemplateByWidget.js +1 -1
  1524. package/dist/cjs/third-party/components/FeraReviews.js +1 -1
  1525. package/dist/cjs/third-party/components/FeraReviews.liquid.js +5 -5
  1526. package/dist/cjs/third-party/components/FirePush/FirePushSampleContent.js +1 -1
  1527. package/dist/cjs/third-party/components/FirePush.js +1 -1
  1528. package/dist/cjs/third-party/components/FirePush.liquid.js +4 -4
  1529. package/dist/cjs/third-party/components/FlyBundlesUpsellsFbt.js +1 -1
  1530. package/dist/cjs/third-party/components/FlyBundlesUpsellsFbt.liquid.js +1 -1
  1531. package/dist/cjs/third-party/components/FordeerProductLabels.js +1 -1
  1532. package/dist/cjs/third-party/components/FordeerProductLabels.liquid.js +7 -7
  1533. package/dist/cjs/third-party/components/FrequentlyBoughtTogether/FrequentlyBoughtTogetherSampleContent.js +1 -1
  1534. package/dist/cjs/third-party/components/FrequentlyBoughtTogether.js +1 -1
  1535. package/dist/cjs/third-party/components/FrequentlyBoughtTogether.liquid.js +5 -5
  1536. package/dist/cjs/third-party/components/GloColorSwatchvariantImage.js +1 -1
  1537. package/dist/cjs/third-party/components/GloColorSwatchvariantImage.liquid.js +1 -1
  1538. package/dist/cjs/third-party/components/GloboProductOptionsVariant.js +1 -1
  1539. package/dist/cjs/third-party/components/GloboProductOptionsVariant.liquid.js +1 -1
  1540. package/dist/cjs/third-party/components/GoogleReviewsByReputon.js +1 -1
  1541. package/dist/cjs/third-party/components/GoogleReviewsByReputon.liquid.js +5 -5
  1542. package/dist/cjs/third-party/components/Growave/GrowaveSampleContent.js +1 -1
  1543. package/dist/cjs/third-party/components/Growave.js +1 -1
  1544. package/dist/cjs/third-party/components/Growave.liquid.js +5 -5
  1545. package/dist/cjs/third-party/components/GrowthSuiteDiscountCodes.js +1 -1
  1546. package/dist/cjs/third-party/components/GrowthSuiteDiscountCodes.liquid.js +3 -3
  1547. package/dist/cjs/third-party/components/HextomCountdownTimerBar.js +1 -1
  1548. package/dist/cjs/third-party/components/HextomCountdownTimerBar.liquid.js +1 -1
  1549. package/dist/cjs/third-party/components/HextomFreeShippingBar.js +1 -1
  1550. package/dist/cjs/third-party/components/HextomFreeShippingBar.liquid.js +1 -1
  1551. package/dist/cjs/third-party/components/HulkFormBuilder.js +1 -1
  1552. package/dist/cjs/third-party/components/HulkFormBuilder.liquid.js +5 -5
  1553. package/dist/cjs/third-party/components/HulkProductOptions.js +1 -1
  1554. package/dist/cjs/third-party/components/HulkProductOptions.liquid.js +1 -1
  1555. package/dist/cjs/third-party/components/InfiniteOptions/InfiniteOptionsSampleContent.js +1 -1
  1556. package/dist/cjs/third-party/components/InfiniteOptions.js +1 -1
  1557. package/dist/cjs/third-party/components/InfiniteOptions.liquid.js +3 -3
  1558. package/dist/cjs/third-party/components/Instafeed/InstafeedSampleContent.js +1 -1
  1559. package/dist/cjs/third-party/components/Instafeed.js +1 -1
  1560. package/dist/cjs/third-party/components/Instafeed.liquid.js +4 -4
  1561. package/dist/cjs/third-party/components/InstasellShoppableInstagram.js +1 -1
  1562. package/dist/cjs/third-party/components/InstasellShoppableInstagram.liquid.js +1 -1
  1563. package/dist/cjs/third-party/components/Judgeme/JudgemeSampleContent.js +1 -1
  1564. package/dist/cjs/third-party/components/JudgemeReviews.js +1 -1
  1565. package/dist/cjs/third-party/components/JudgemeReviews.liquid.js +4 -4
  1566. package/dist/cjs/third-party/components/JunipProductReviewsUgc.js +1 -1
  1567. package/dist/cjs/third-party/components/JunipProductReviewsUgc.liquid.js +1 -1
  1568. package/dist/cjs/third-party/components/KachingBundles/KachingBundlesSampleContent.js +1 -1
  1569. package/dist/cjs/third-party/components/KachingBundles.js +1 -1
  1570. package/dist/cjs/third-party/components/KachingBundles.liquid.js +4 -4
  1571. package/dist/cjs/third-party/components/KachingSubscriptionsApp.js +1 -1
  1572. package/dist/cjs/third-party/components/KachingSubscriptionsApp.liquid.js +4 -4
  1573. package/dist/cjs/third-party/components/KingProductOptions/KingProductOptionsSampleContent.js +1 -1
  1574. package/dist/cjs/third-party/components/KingProductOptions.js +1 -1
  1575. package/dist/cjs/third-party/components/KingProductOptions.liquid.js +4 -4
  1576. package/dist/cjs/third-party/components/KiteFreeGiftDiscount.js +1 -1
  1577. package/dist/cjs/third-party/components/KiteFreeGiftDiscount.liquid.js +1 -1
  1578. package/dist/cjs/third-party/components/KlarnaMessaging.js +1 -1
  1579. package/dist/cjs/third-party/components/KlarnaMessaging.liquid.js +5 -5
  1580. package/dist/cjs/third-party/components/Klaviyo/KlaviyoSampleContent.js +1 -1
  1581. package/dist/cjs/third-party/components/Klaviyo.js +1 -1
  1582. package/dist/cjs/third-party/components/Klaviyo.liquid.js +5 -5
  1583. package/dist/cjs/third-party/components/KoalaBundleQuantityDiscount.js +1 -1
  1584. package/dist/cjs/third-party/components/KoalaBundleQuantityDiscount.liquid.js +1 -1
  1585. package/dist/cjs/third-party/components/LaiProductReviews/LaiProductReviewsSampleContent.js +1 -1
  1586. package/dist/cjs/third-party/components/LaiProductReviews/LiquidTemplateByWiget.js +10 -10
  1587. package/dist/cjs/third-party/components/LaiProductReviews.js +1 -1
  1588. package/dist/cjs/third-party/components/LaiProductReviews.liquid.js +5 -5
  1589. package/dist/cjs/third-party/components/LoloyalLoyaltyReferrals.js +1 -1
  1590. package/dist/cjs/third-party/components/LoloyalLoyaltyReferrals.liquid.js +1 -1
  1591. package/dist/cjs/third-party/components/LoopSubscriptions.js +1 -1
  1592. package/dist/cjs/third-party/components/LoopSubscriptions.liquid.js +2 -2
  1593. package/dist/cjs/third-party/components/LooxReviews/LooxReviewsSampleContent.js +1 -1
  1594. package/dist/cjs/third-party/components/LooxReviews.js +1 -1
  1595. package/dist/cjs/third-party/components/LooxReviews.liquid.js +8 -8
  1596. package/dist/cjs/third-party/components/MaxbundleProductBundles.js +1 -1
  1597. package/dist/cjs/third-party/components/MaxbundleProductBundles.liquid.js +5 -5
  1598. package/dist/cjs/third-party/components/MbcBundleVolumeDiscount.js +1 -1
  1599. package/dist/cjs/third-party/components/MbcBundleVolumeDiscount.liquid.js +4 -4
  1600. package/dist/cjs/third-party/components/MyappgurusProductReviews.js +1 -1
  1601. package/dist/cjs/third-party/components/MyappgurusProductReviews.liquid.js +1 -1
  1602. package/dist/cjs/third-party/components/NotifyBackInStockPreOrder.js +1 -1
  1603. package/dist/cjs/third-party/components/NotifyBackInStockPreOrder.liquid.js +3 -3
  1604. package/dist/cjs/third-party/components/OkendoReviewsLoyalty.js +1 -1
  1605. package/dist/cjs/third-party/components/OkendoReviewsLoyalty.liquid.js +1 -1
  1606. package/dist/cjs/third-party/components/Omnisend/OmnisendSampleContent.js +1 -1
  1607. package/dist/cjs/third-party/components/Omnisend.js +1 -1
  1608. package/dist/cjs/third-party/components/Omnisend.liquid.js +9 -9
  1609. package/dist/cjs/third-party/components/Opinew/OpinewSampleContent.js +1 -1
  1610. package/dist/cjs/third-party/components/Opinew.js +1 -1
  1611. package/dist/cjs/third-party/components/Opinew.liquid.js +5 -5
  1612. package/dist/cjs/third-party/components/ParcelPanel/ParcelPanelSampleContent.js +1 -1
  1613. package/dist/cjs/third-party/components/ParcelPanel.js +1 -1
  1614. package/dist/cjs/third-party/components/ParcelPanel.liquid.js +1 -1
  1615. package/dist/cjs/third-party/components/PickyStory/PickyStorySampleContent.js +1 -1
  1616. package/dist/cjs/third-party/components/PickyStory.js +1 -1
  1617. package/dist/cjs/third-party/components/PickyStory.liquid.js +5 -5
  1618. package/dist/cjs/third-party/components/PowerfulContactFormBuilder.js +1 -1
  1619. package/dist/cjs/third-party/components/PowerfulContactFormBuilder.liquid.js +1 -1
  1620. package/dist/cjs/third-party/components/PreorderNowPreOrderPq.js +1 -1
  1621. package/dist/cjs/third-party/components/PreorderNowPreOrderPq.liquid.js +1 -1
  1622. package/dist/cjs/third-party/components/PreorderNowWodPresale.js +1 -1
  1623. package/dist/cjs/third-party/components/PreorderNowWodPresale.liquid.js +1 -1
  1624. package/dist/cjs/third-party/components/ProductOptionsCustomizer.js +1 -1
  1625. package/dist/cjs/third-party/components/ProductOptionsCustomizer.liquid.js +1 -1
  1626. package/dist/cjs/third-party/components/ProductOptionsVariantOption.js +1 -1
  1627. package/dist/cjs/third-party/components/ProductOptionsVariantOption.liquid.js +3 -3
  1628. package/dist/cjs/third-party/components/ProductReviews/ProductReviewsSampleContent.js +1 -1
  1629. package/dist/cjs/third-party/components/ProductReviews.js +1 -1
  1630. package/dist/cjs/third-party/components/ProductReviews.liquid.js +5 -5
  1631. package/dist/cjs/third-party/components/PumperBundlesVolumeDiscount.js +1 -1
  1632. package/dist/cjs/third-party/components/PumperBundlesVolumeDiscount.liquid.js +1 -1
  1633. package/dist/cjs/third-party/components/PushOwl.js +1 -1
  1634. package/dist/cjs/third-party/components/PushOwl.liquid.js +3 -3
  1635. package/dist/cjs/third-party/components/QikifyUpsell.js +1 -1
  1636. package/dist/cjs/third-party/components/QikifyUpsell.liquid.js +1 -1
  1637. package/dist/cjs/third-party/components/RapiBundleQuantityBreaks.js +1 -1
  1638. package/dist/cjs/third-party/components/RapiBundleQuantityBreaks.liquid.js +3 -3
  1639. package/dist/cjs/third-party/components/RechargeSubscriptions.js +1 -1
  1640. package/dist/cjs/third-party/components/RechargeSubscriptions.liquid.js +1 -1
  1641. package/dist/cjs/third-party/components/RecurpaySubscriptionApp.js +1 -1
  1642. package/dist/cjs/third-party/components/RecurpaySubscriptionApp.liquid.js +4 -4
  1643. package/dist/cjs/third-party/components/Releasit/ReleasitSampleContent.js +1 -1
  1644. package/dist/cjs/third-party/components/Releasit.js +1 -1
  1645. package/dist/cjs/third-party/components/Releasit.liquid.js +4 -4
  1646. package/dist/cjs/third-party/components/RequestQuoteHidePrice.js +1 -1
  1647. package/dist/cjs/third-party/components/RequestQuoteHidePrice.liquid.js +3 -3
  1648. package/dist/cjs/third-party/components/ReviewxpoProductReviewsApp.js +1 -1
  1649. package/dist/cjs/third-party/components/ReviewxpoProductReviewsApp.liquid.js +1 -1
  1650. package/dist/cjs/third-party/components/Rivyo/RivyoSampleContent.js +1 -1
  1651. package/dist/cjs/third-party/components/Rivyo.js +1 -1
  1652. package/dist/cjs/third-party/components/Rivyo.liquid.js +4 -4
  1653. package/dist/cjs/third-party/components/Ryviu/RyviuSampleContent.js +1 -1
  1654. package/dist/cjs/third-party/components/Ryviu.js +1 -1
  1655. package/dist/cjs/third-party/components/Ryviu.liquid.js +5 -5
  1656. package/dist/cjs/third-party/components/SealSubscriptions/SealSubscriptionsSampleContent.js +1 -1
  1657. package/dist/cjs/third-party/components/SealSubscriptions.js +1 -1
  1658. package/dist/cjs/third-party/components/SealSubscriptions.liquid.js +4 -4
  1659. package/dist/cjs/third-party/components/SegunoEmailMarketing.js +1 -1
  1660. package/dist/cjs/third-party/components/SegunoEmailMarketing.liquid.js +1 -1
  1661. package/dist/cjs/third-party/components/Selleasy.js +1 -1
  1662. package/dist/cjs/third-party/components/Selleasy.liquid.js +1 -1
  1663. package/dist/cjs/third-party/components/SeoantTrustBadgesIcon.js +1 -1
  1664. package/dist/cjs/third-party/components/SeoantTrustBadgesIcon.liquid.js +1 -1
  1665. package/dist/cjs/third-party/components/ShopifyForms.js +1 -1
  1666. package/dist/cjs/third-party/components/ShopifyForms.liquid.js +1 -1
  1667. package/dist/cjs/third-party/components/ShopifySubscriptions.js +1 -1
  1668. package/dist/cjs/third-party/components/ShopifySubscriptions.liquid.js +4 -4
  1669. package/dist/cjs/third-party/components/SimpleBundlesKits.js +1 -1
  1670. package/dist/cjs/third-party/components/SimpleBundlesKits.liquid.js +1 -1
  1671. package/dist/cjs/third-party/components/SkioSubscriptionsYcS20.js +1 -1
  1672. package/dist/cjs/third-party/components/SkioSubscriptionsYcS20.liquid.js +1 -1
  1673. package/dist/cjs/third-party/components/SmartSearchBarAndFilters/SmartSearchBarAndFiltersSampleContent.js +1 -1
  1674. package/dist/cjs/third-party/components/SmartSearchBarAndFilters.js +1 -1
  1675. package/dist/cjs/third-party/components/SmartSearchBarAndFilters.liquid.js +6 -6
  1676. package/dist/cjs/third-party/components/SproutPlantTreesGrowSales.js +1 -1
  1677. package/dist/cjs/third-party/components/SproutPlantTreesGrowSales.liquid.js +1 -1
  1678. package/dist/cjs/third-party/components/Stamped/LiquidTemplateByWidget.js +40 -40
  1679. package/dist/cjs/third-party/components/Stamped/StampedSampleContent.js +1 -1
  1680. package/dist/cjs/third-party/components/Stamped.js +1 -1
  1681. package/dist/cjs/third-party/components/Stamped.liquid.js +5 -5
  1682. package/dist/cjs/third-party/components/StellarDeliveryDatePickup.js +1 -1
  1683. package/dist/cjs/third-party/components/StellarDeliveryDatePickup.liquid.js +3 -3
  1684. package/dist/cjs/third-party/components/SubifySubscriptionsApp.js +1 -1
  1685. package/dist/cjs/third-party/components/SubifySubscriptionsApp.liquid.js +1 -1
  1686. package/dist/cjs/third-party/components/TagembedSocialPostReview.js +1 -1
  1687. package/dist/cjs/third-party/components/TagembedSocialPostReview.liquid.js +5 -5
  1688. package/dist/cjs/third-party/components/TagshopShoppableVideosUgc.js +1 -1
  1689. package/dist/cjs/third-party/components/TagshopShoppableVideosUgc.liquid.js +4 -4
  1690. package/dist/cjs/third-party/components/TeeinblueProductPersonalizer.js +1 -1
  1691. package/dist/cjs/third-party/components/TeeinblueProductPersonalizer.liquid.js +4 -4
  1692. package/dist/cjs/third-party/components/ThirdPartyPreview.js +1 -1
  1693. package/dist/cjs/third-party/components/TrustBadgesBear.js +1 -1
  1694. package/dist/cjs/third-party/components/TrustBadgesBear.liquid.js +1 -1
  1695. package/dist/cjs/third-party/components/TrustMe/TrustMeSampleContent.js +1 -1
  1696. package/dist/cjs/third-party/components/TrustMe.js +1 -1
  1697. package/dist/cjs/third-party/components/TrustMe.liquid.js +4 -4
  1698. package/dist/cjs/third-party/components/TrustedsiteTrustBadges.js +1 -1
  1699. package/dist/cjs/third-party/components/TrustedsiteTrustBadges.liquid.js +1 -1
  1700. package/dist/cjs/third-party/components/Trustoo/TrustooSampleContent.js +1 -1
  1701. package/dist/cjs/third-party/components/Trustoo.js +1 -1
  1702. package/dist/cjs/third-party/components/Trustoo.liquid.js +14 -14
  1703. package/dist/cjs/third-party/components/TrustreviewsProductReviews.js +1 -1
  1704. package/dist/cjs/third-party/components/TrustreviewsProductReviews.liquid.js +1 -1
  1705. package/dist/cjs/third-party/components/TrustshopProductReviews.js +1 -1
  1706. package/dist/cjs/third-party/components/TrustshopProductReviews.liquid.js +1 -1
  1707. package/dist/cjs/third-party/components/UltimateSalesBoost/UltimateSalesBoostSampleContent.js +1 -1
  1708. package/dist/cjs/third-party/components/UltimateSalesBoost.js +1 -1
  1709. package/dist/cjs/third-party/components/UltimateSalesBoost.liquid.js +4 -4
  1710. package/dist/cjs/third-party/components/UnlimitedBundlesDiscounts.js +1 -1
  1711. package/dist/cjs/third-party/components/UnlimitedBundlesDiscounts.liquid.js +1 -1
  1712. package/dist/cjs/third-party/components/UppromoteAffiliateMarketing.js +1 -1
  1713. package/dist/cjs/third-party/components/UppromoteAffiliateMarketing.liquid.js +4 -4
  1714. package/dist/cjs/third-party/components/Vitals/VitalsSampleContent.js +1 -1
  1715. package/dist/cjs/third-party/components/Vitals.js +1 -1
  1716. package/dist/cjs/third-party/components/Vitals.liquid.js +5 -5
  1717. package/dist/cjs/third-party/components/WcWishlistBackInStock.js +1 -1
  1718. package/dist/cjs/third-party/components/WcWishlistBackInStock.liquid.js +4 -4
  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/EssentPreorderBackInStock.js +1 -1
  1766. package/dist/cjs/third-party/configs/EssentialAnnouncementBar.js +1 -1
  1767. package/dist/cjs/third-party/configs/EssentialCountdownTimerBar.js +1 -1
  1768. package/dist/cjs/third-party/configs/EstimatedDeliveryDatePlus.js +1 -1
  1769. package/dist/cjs/third-party/configs/FastBundleBundlesDiscount.js +1 -1
  1770. package/dist/cjs/third-party/configs/FeraReviews.js +1 -1
  1771. package/dist/cjs/third-party/configs/FirePush.js +1 -1
  1772. package/dist/cjs/third-party/configs/FlyBundlesUpsellsFbt.js +1 -1
  1773. package/dist/cjs/third-party/configs/FordeerProductLabels.js +1 -1
  1774. package/dist/cjs/third-party/configs/FrequentlyBoughtTogether.js +1 -1
  1775. package/dist/cjs/third-party/configs/GloColorSwatchvariantImage.js +1 -1
  1776. package/dist/cjs/third-party/configs/GoogleReviewsByReputon.js +1 -1
  1777. package/dist/cjs/third-party/configs/Growave.js +1 -1
  1778. package/dist/cjs/third-party/configs/GrowthSuiteDiscountCodes.js +1 -1
  1779. package/dist/cjs/third-party/configs/HextomCountdownTimerBar.js +1 -1
  1780. package/dist/cjs/third-party/configs/HextomFreeShippingBar.js +1 -1
  1781. package/dist/cjs/third-party/configs/HulkFormBuilder.js +1 -1
  1782. package/dist/cjs/third-party/configs/HulkProductOptions.js +1 -1
  1783. package/dist/cjs/third-party/configs/InfiniteOptions.js +1 -1
  1784. package/dist/cjs/third-party/configs/Instafeed.js +1 -1
  1785. package/dist/cjs/third-party/configs/InstasellShoppableInstagram.js +1 -1
  1786. package/dist/cjs/third-party/configs/JudgemeReviews.js +1 -1
  1787. package/dist/cjs/third-party/configs/JunipProductReviewsUgc.js +1 -1
  1788. package/dist/cjs/third-party/configs/KachingBundles.js +1 -1
  1789. package/dist/cjs/third-party/configs/KachingSubscriptionsApp.js +1 -1
  1790. package/dist/cjs/third-party/configs/KingProductOptions.js +1 -1
  1791. package/dist/cjs/third-party/configs/KiteFreeGiftDiscount.js +1 -1
  1792. package/dist/cjs/third-party/configs/KlarmaMessaging.js +1 -1
  1793. package/dist/cjs/third-party/configs/Klaviyo.js +1 -1
  1794. package/dist/cjs/third-party/configs/KoalaBundleQuantityDiscount.js +1 -1
  1795. package/dist/cjs/third-party/configs/LaiProductReviews.js +1 -1
  1796. package/dist/cjs/third-party/configs/LoloyalLoyaltyReferrals.js +1 -1
  1797. package/dist/cjs/third-party/configs/LoopSubscriptions.js +1 -1
  1798. package/dist/cjs/third-party/configs/LooxReviews.js +1 -1
  1799. package/dist/cjs/third-party/configs/MaxbundleProductBundles.js +1 -1
  1800. package/dist/cjs/third-party/configs/MbcBundleVolumeDiscount.js +1 -1
  1801. package/dist/cjs/third-party/configs/MyappgurusProductReviews.js +1 -1
  1802. package/dist/cjs/third-party/configs/NotifyBackInStockPreOrder.js +1 -1
  1803. package/dist/cjs/third-party/configs/OkendoReviewsLoyalty.js +1 -1
  1804. package/dist/cjs/third-party/configs/Omnisend.js +1 -1
  1805. package/dist/cjs/third-party/configs/Opinew.js +1 -1
  1806. package/dist/cjs/third-party/configs/ParcelPanel.js +1 -1
  1807. package/dist/cjs/third-party/configs/PickyStory.js +1 -1
  1808. package/dist/cjs/third-party/configs/PowerfulContactFormBuilder.js +1 -1
  1809. package/dist/cjs/third-party/configs/PreorderNowPreOrderPq.js +1 -1
  1810. package/dist/cjs/third-party/configs/PreorderNowWodPresale.js +1 -1
  1811. package/dist/cjs/third-party/configs/ProductOptionsCustomizer.js +1 -1
  1812. package/dist/cjs/third-party/configs/ProductReviews.js +1 -1
  1813. package/dist/cjs/third-party/configs/PumperBundlesVolumeDiscount.js +1 -1
  1814. package/dist/cjs/third-party/configs/PushOwl.js +1 -1
  1815. package/dist/cjs/third-party/configs/QikifyUpsell.js +1 -1
  1816. package/dist/cjs/third-party/configs/RapiBundleQuantityBreaks.js +1 -1
  1817. package/dist/cjs/third-party/configs/RechargeSubscriptions.js +1 -1
  1818. package/dist/cjs/third-party/configs/RecurpaySubscriptionApp.js +1 -1
  1819. package/dist/cjs/third-party/configs/Releasit.js +1 -1
  1820. package/dist/cjs/third-party/configs/RequestQuoteHidePrice.js +1 -1
  1821. package/dist/cjs/third-party/configs/ReviewxpoProductReviewsApp.js +1 -1
  1822. package/dist/cjs/third-party/configs/Rivyo.js +1 -1
  1823. package/dist/cjs/third-party/configs/Ryviu.js +1 -1
  1824. package/dist/cjs/third-party/configs/SealSubscriptions.js +1 -1
  1825. package/dist/cjs/third-party/configs/SegunoEmailMarketing.js +1 -1
  1826. package/dist/cjs/third-party/configs/Selleasy.js +1 -1
  1827. package/dist/cjs/third-party/configs/SeoantTrustBadgesIcon.js +1 -1
  1828. package/dist/cjs/third-party/configs/ShopifyForms.js +1 -1
  1829. package/dist/cjs/third-party/configs/ShopifySubscriptions.js +1 -1
  1830. package/dist/cjs/third-party/configs/SimpleBundlesKits.js +1 -1
  1831. package/dist/cjs/third-party/configs/SkioSubscriptionsYcS20.js +1 -1
  1832. package/dist/cjs/third-party/configs/SmartSearchBarAndFilters.js +1 -1
  1833. package/dist/cjs/third-party/configs/SproutPlantTreesGrowSales.js +1 -1
  1834. package/dist/cjs/third-party/configs/Stamped.js +1 -1
  1835. package/dist/cjs/third-party/configs/StellarDeliveryDatePickup.js +1 -1
  1836. package/dist/cjs/third-party/configs/SubifySubscriptionsApp.js +1 -1
  1837. package/dist/cjs/third-party/configs/TagembedSocialPostReview.js +1 -1
  1838. package/dist/cjs/third-party/configs/TagshopShoppableVideosUgc.js +1 -1
  1839. package/dist/cjs/third-party/configs/TrustBadgesBear.js +1 -1
  1840. package/dist/cjs/third-party/configs/TrustMe.js +1 -1
  1841. package/dist/cjs/third-party/configs/TrustedsiteTrustBadges.js +1 -1
  1842. package/dist/cjs/third-party/configs/Trustoo.js +1 -1
  1843. package/dist/cjs/third-party/configs/TrustreviewsProductReviews.js +1 -1
  1844. package/dist/cjs/third-party/configs/TrustshopProductReviews.js +1 -1
  1845. package/dist/cjs/third-party/configs/UltimateSalesBoost.js +1 -1
  1846. package/dist/cjs/third-party/configs/UnlimitedBundlesDiscounts.js +1 -1
  1847. package/dist/cjs/third-party/configs/UppromoteAffiliateMarketing.js +1 -1
  1848. package/dist/cjs/third-party/configs/Vitals.js +1 -1
  1849. package/dist/cjs/third-party/configs/WcWishlistBackInStock.js +1 -1
  1850. package/dist/cjs/third-party/configs/WhatmoreShoppableVideosreel.js +1 -1
  1851. package/dist/cjs/third-party/configs/WideBundle.js +1 -1
  1852. package/dist/cjs/third-party/configs/Wiser.js +1 -1
  1853. package/dist/cjs/third-party/configs/WishlistKing.js +1 -1
  1854. package/dist/cjs/third-party/configs/WishlistPlus.js +1 -1
  1855. package/dist/cjs/third-party/configs/YotpoLoyalty.js +1 -1
  1856. package/dist/cjs/third-party/configs/YotpoReviews.js +1 -1
  1857. package/dist/cjs/third-party/index.js +1 -1
  1858. package/dist/cjs/third-party/next.js +1 -1
  1859. package/dist/cjs/third-party/settings/AftershipEmailMarketingsms/index.js +2 -2
  1860. package/dist/cjs/third-party/settings/AftershipEmailMarketingsms/uiV2.js +1 -1
  1861. package/dist/cjs/third-party/settings/AirProductReviewsAppUgc/index.js +2 -2
  1862. package/dist/cjs/third-party/settings/AirProductReviewsAppUgc/uiV2.js +1 -1
  1863. package/dist/cjs/third-party/settings/AliReviews/index.js +4 -4
  1864. package/dist/cjs/third-party/settings/AliReviews/uiV2.js +1 -1
  1865. package/dist/cjs/third-party/settings/AlsoBoughtCbb/index.js +2 -2
  1866. package/dist/cjs/third-party/settings/AlsoBoughtCbb/uiV2.js +1 -1
  1867. package/dist/cjs/third-party/settings/AovBundlesVolumeDiscounts/index.js +2 -2
  1868. package/dist/cjs/third-party/settings/AovBundlesVolumeDiscounts/uiV2.js +1 -1
  1869. package/dist/cjs/third-party/settings/AovFreeGiftBuyXGetYBogo/index.js +2 -2
  1870. package/dist/cjs/third-party/settings/AovFreeGiftBuyXGetYBogo/uiV2.js +1 -1
  1871. package/dist/cjs/third-party/settings/AppointmentBookingCowlendar/index.js +2 -2
  1872. package/dist/cjs/third-party/settings/AppointmentBookingCowlendar/uiV2.js +1 -1
  1873. package/dist/cjs/third-party/settings/AppstleBundlesDiscounts/index.js +2 -2
  1874. package/dist/cjs/third-party/settings/AppstleBundlesDiscounts/uiV2.js +1 -1
  1875. package/dist/cjs/third-party/settings/AppstleSubscriptions/index.js +4 -4
  1876. package/dist/cjs/third-party/settings/AppstleSubscriptions/uiV2.js +1 -1
  1877. package/dist/cjs/third-party/settings/BestBuyFulfillment/index.js +2 -2
  1878. package/dist/cjs/third-party/settings/BestBuyFulfillment/uiV2.js +1 -1
  1879. package/dist/cjs/third-party/settings/BfSizeChartSizeGuide/index.js +2 -2
  1880. package/dist/cjs/third-party/settings/BfSizeChartSizeGuide/uiV2.js +1 -1
  1881. package/dist/cjs/third-party/settings/BirdChime/index.js +4 -4
  1882. package/dist/cjs/third-party/settings/BirdChime/uiV2.js +1 -1
  1883. package/dist/cjs/third-party/settings/BloyRewardsProgramLoyalty/index.js +2 -2
  1884. package/dist/cjs/third-party/settings/BloyRewardsProgramLoyalty/uiV2.js +1 -1
  1885. package/dist/cjs/third-party/settings/Bogos/index.js +4 -4
  1886. package/dist/cjs/third-party/settings/Bogos/uiV2.js +1 -1
  1887. package/dist/cjs/third-party/settings/BoldProductOptions/index.js +4 -4
  1888. package/dist/cjs/third-party/settings/BoldProductOptions/uiV2.js +1 -1
  1889. package/dist/cjs/third-party/settings/BoldSubscriptions/index.js +4 -4
  1890. package/dist/cjs/third-party/settings/BoldSubscriptions/uiV2.js +1 -1
  1891. package/dist/cjs/third-party/settings/BonLoyaltyRewardsReferrals/index.js +2 -2
  1892. package/dist/cjs/third-party/settings/BonLoyaltyRewardsReferrals/uiV2.js +1 -1
  1893. package/dist/cjs/third-party/settings/BonySubscriptionsApp/index.js +2 -2
  1894. package/dist/cjs/third-party/settings/BonySubscriptionsApp/uiV2.js +1 -1
  1895. package/dist/cjs/third-party/settings/BoostAISearchDiscovery/index.js +4 -4
  1896. package/dist/cjs/third-party/settings/BoostAISearchDiscovery/uiV2.js +1 -1
  1897. package/dist/cjs/third-party/settings/Bundler/index.js +4 -4
  1898. package/dist/cjs/third-party/settings/Bundler/uiV2.js +1 -1
  1899. package/dist/cjs/third-party/settings/CleanSizeCharts/index.js +4 -4
  1900. package/dist/cjs/third-party/settings/CleanSizeCharts/uiV2.js +1 -1
  1901. package/dist/cjs/third-party/settings/CrossSellCartUpsell/index.js +4 -4
  1902. package/dist/cjs/third-party/settings/CrossSellCartUpsell/uiV2.js +1 -1
  1903. package/dist/cjs/third-party/settings/CustomProductOptionsVariant/index.js +2 -2
  1904. package/dist/cjs/third-party/settings/CustomProductOptionsVariant/uiV2.js +1 -1
  1905. package/dist/cjs/third-party/settings/DealeasyVolumeDiscounts/index.js +2 -2
  1906. package/dist/cjs/third-party/settings/DealeasyVolumeDiscounts/uiV2.js +1 -1
  1907. package/dist/cjs/third-party/settings/DiscountyBulkDiscountSales/index.js +2 -2
  1908. package/dist/cjs/third-party/settings/DiscountyBulkDiscountSales/uiV2.js +1 -1
  1909. package/dist/cjs/third-party/settings/EasifyProductOptions/index.js +2 -2
  1910. package/dist/cjs/third-party/settings/EasifyProductOptions/uiV2.js +1 -1
  1911. package/dist/cjs/third-party/settings/EasyBundleBuilderSkailama/index.js +2 -2
  1912. package/dist/cjs/third-party/settings/EasyBundleBuilderSkailama/uiV2.js +1 -1
  1913. package/dist/cjs/third-party/settings/EasySellCOD/index.js +4 -4
  1914. package/dist/cjs/third-party/settings/EasySellCOD/uiV2.js +1 -1
  1915. package/dist/cjs/third-party/settings/EcoboostifyShoppableReelUgc/index.js +2 -2
  1916. package/dist/cjs/third-party/settings/EcoboostifyShoppableReelUgc/uiV2.js +1 -1
  1917. package/dist/cjs/third-party/settings/EcomsendBackInStockAlert/index.js +2 -2
  1918. package/dist/cjs/third-party/settings/EcomsendBackInStockAlert/uiV2.js +1 -1
  1919. package/dist/cjs/third-party/settings/EssentPreorderBackInStock/index.js +2 -2
  1920. package/dist/cjs/third-party/settings/EssentPreorderBackInStock/uiV2.js +1 -1
  1921. package/dist/cjs/third-party/settings/EssentialAnnouncementBar/index.js +2 -2
  1922. package/dist/cjs/third-party/settings/EssentialAnnouncementBar/uiV2.js +1 -1
  1923. package/dist/cjs/third-party/settings/EssentialCountdownTimerBar/index.js +2 -2
  1924. package/dist/cjs/third-party/settings/EssentialCountdownTimerBar/uiV2.js +1 -1
  1925. package/dist/cjs/third-party/settings/EstimatedDeliveryDatePlus/index.js +2 -2
  1926. package/dist/cjs/third-party/settings/EstimatedDeliveryDatePlus/uiV2.js +1 -1
  1927. package/dist/cjs/third-party/settings/FastBundleBundlesDiscounts/index.js +2 -2
  1928. package/dist/cjs/third-party/settings/FastBundleBundlesDiscounts/uiV2.js +1 -1
  1929. package/dist/cjs/third-party/settings/FeraReviews/index.js +4 -4
  1930. package/dist/cjs/third-party/settings/FeraReviews/uiV2.js +1 -1
  1931. package/dist/cjs/third-party/settings/FirePush/index.js +4 -4
  1932. package/dist/cjs/third-party/settings/FirePush/uiV2.js +1 -1
  1933. package/dist/cjs/third-party/settings/FlyBundlesUpsellsFbt/index.js +2 -2
  1934. package/dist/cjs/third-party/settings/FlyBundlesUpsellsFbt/uiV2.js +1 -1
  1935. package/dist/cjs/third-party/settings/FordeerProductLabels/index.js +2 -2
  1936. package/dist/cjs/third-party/settings/FordeerProductLabels/uiV2.js +1 -1
  1937. package/dist/cjs/third-party/settings/FrequentlyBoughtTogether/index.js +6 -6
  1938. package/dist/cjs/third-party/settings/FrequentlyBoughtTogether/uiV2.js +1 -1
  1939. package/dist/cjs/third-party/settings/GloColorSwatchvariantImage/index.js +2 -2
  1940. package/dist/cjs/third-party/settings/GloColorSwatchvariantImage/uiV2.js +1 -1
  1941. package/dist/cjs/third-party/settings/GloboProductOptionsVariant/index.js +2 -2
  1942. package/dist/cjs/third-party/settings/GloboProductOptionsVariant/uiV2.js +1 -1
  1943. package/dist/cjs/third-party/settings/GoogleReviewsByReputon/index.js +2 -2
  1944. package/dist/cjs/third-party/settings/GoogleReviewsByReputon/uiV2.js +1 -1
  1945. package/dist/cjs/third-party/settings/Growave/index.js +4 -4
  1946. package/dist/cjs/third-party/settings/Growave/uiV2.js +1 -1
  1947. package/dist/cjs/third-party/settings/GrowthSuiteDiscountCodes/index.js +2 -2
  1948. package/dist/cjs/third-party/settings/GrowthSuiteDiscountCodes/uiV2.js +1 -1
  1949. package/dist/cjs/third-party/settings/HextomCountdownTimerBar/index.js +2 -2
  1950. package/dist/cjs/third-party/settings/HextomCountdownTimerBar/uiV2.js +1 -1
  1951. package/dist/cjs/third-party/settings/HextomFreeShippingBar/index.js +2 -2
  1952. package/dist/cjs/third-party/settings/HextomFreeShippingBar/uiV2.js +1 -1
  1953. package/dist/cjs/third-party/settings/HulkFormBuilder/index.js +2 -2
  1954. package/dist/cjs/third-party/settings/HulkFormBuilder/uiV2.js +1 -1
  1955. package/dist/cjs/third-party/settings/HulkProductOptions/index.js +2 -2
  1956. package/dist/cjs/third-party/settings/HulkProductOptions/uiV2.js +1 -1
  1957. package/dist/cjs/third-party/settings/InfiniteOptions/index.js +4 -4
  1958. package/dist/cjs/third-party/settings/InfiniteOptions/uiV2.js +1 -1
  1959. package/dist/cjs/third-party/settings/Instafeed/index.js +4 -4
  1960. package/dist/cjs/third-party/settings/Instafeed/uiV2.js +1 -1
  1961. package/dist/cjs/third-party/settings/InstasellShoppableInstagram/index.js +2 -2
  1962. package/dist/cjs/third-party/settings/InstasellShoppableInstagram/uiV2.js +1 -1
  1963. package/dist/cjs/third-party/settings/JudgemeReviews/index.js +4 -4
  1964. package/dist/cjs/third-party/settings/JudgemeReviews/uiV2.js +1 -1
  1965. package/dist/cjs/third-party/settings/JunipProductReviewsUgc/index.js +2 -2
  1966. package/dist/cjs/third-party/settings/JunipProductReviewsUgc/uiV2.js +1 -1
  1967. package/dist/cjs/third-party/settings/KachingBundles/index.js +4 -4
  1968. package/dist/cjs/third-party/settings/KachingBundles/uiV2.js +1 -1
  1969. package/dist/cjs/third-party/settings/KachingSubscriptionsApp/index.js +2 -2
  1970. package/dist/cjs/third-party/settings/KachingSubscriptionsApp/uiV2.js +1 -1
  1971. package/dist/cjs/third-party/settings/KingProductOptions/index.js +4 -4
  1972. package/dist/cjs/third-party/settings/KingProductOptions/uiV2.js +1 -1
  1973. package/dist/cjs/third-party/settings/KiteFreeGiftDiscount/index.js +2 -2
  1974. package/dist/cjs/third-party/settings/KiteFreeGiftDiscount/uiV2.js +1 -1
  1975. package/dist/cjs/third-party/settings/KlarnaMessaging/index.js +4 -4
  1976. package/dist/cjs/third-party/settings/KlarnaMessaging/uiV2.js +1 -1
  1977. package/dist/cjs/third-party/settings/Klaviyo/index.js +4 -4
  1978. package/dist/cjs/third-party/settings/Klaviyo/uiV2.js +1 -1
  1979. package/dist/cjs/third-party/settings/KoalaBundleQuantityDiscount/index.js +2 -2
  1980. package/dist/cjs/third-party/settings/KoalaBundleQuantityDiscount/uiV2.js +1 -1
  1981. package/dist/cjs/third-party/settings/LaiProductReviews/index.js +4 -4
  1982. package/dist/cjs/third-party/settings/LaiProductReviews/uiV2.js +1 -1
  1983. package/dist/cjs/third-party/settings/LoloyalLoyaltyReferrals/index.js +4 -4
  1984. package/dist/cjs/third-party/settings/LoloyalLoyaltyReferrals/uiV2.js +1 -1
  1985. package/dist/cjs/third-party/settings/LoopSubscriptions/index.js +2 -2
  1986. package/dist/cjs/third-party/settings/LoopSubscriptions/uiV2.js +1 -1
  1987. package/dist/cjs/third-party/settings/LooxReviews/index.js +4 -4
  1988. package/dist/cjs/third-party/settings/LooxReviews/uiV2.js +1 -1
  1989. package/dist/cjs/third-party/settings/MaxbundleProductBundles/index.js +2 -2
  1990. package/dist/cjs/third-party/settings/MaxbundleProductBundles/uiV2.js +1 -1
  1991. package/dist/cjs/third-party/settings/MbcBundleVolumeDiscount/index.js +2 -2
  1992. package/dist/cjs/third-party/settings/MbcBundleVolumeDiscount/uiV2.js +1 -1
  1993. package/dist/cjs/third-party/settings/MyappgurusProductReviews/index.js +2 -2
  1994. package/dist/cjs/third-party/settings/MyappgurusProductReviews/uiV2.js +1 -1
  1995. package/dist/cjs/third-party/settings/NotifyBackInStockPreOrder/index.js +3 -3
  1996. package/dist/cjs/third-party/settings/NotifyBackInStockPreOrder/uiV2.js +1 -1
  1997. package/dist/cjs/third-party/settings/OkendoReviewsLoyalty/index.js +2 -2
  1998. package/dist/cjs/third-party/settings/OkendoReviewsLoyalty/uiV2.js +1 -1
  1999. package/dist/cjs/third-party/settings/Omnisend/index.js +4 -4
  2000. package/dist/cjs/third-party/settings/Omnisend/uiV2.js +1 -1
  2001. package/dist/cjs/third-party/settings/Opinew/index.js +4 -4
  2002. package/dist/cjs/third-party/settings/Opinew/uiV2.js +1 -1
  2003. package/dist/cjs/third-party/settings/ParcelPanel/index.js +4 -4
  2004. package/dist/cjs/third-party/settings/ParcelPanel/uiV2.js +1 -1
  2005. package/dist/cjs/third-party/settings/PickyStory/index.js +4 -4
  2006. package/dist/cjs/third-party/settings/PickyStory/uiV2.js +1 -1
  2007. package/dist/cjs/third-party/settings/PowerfulContactFormBuilder/index.js +2 -2
  2008. package/dist/cjs/third-party/settings/PowerfulContactFormBuilder/uiV2.js +1 -1
  2009. package/dist/cjs/third-party/settings/PreorderNowPreOrderPq/index.js +2 -2
  2010. package/dist/cjs/third-party/settings/PreorderNowPreOrderPq/uiV2.js +1 -1
  2011. package/dist/cjs/third-party/settings/PreorderNowWodPresale/index.js +2 -2
  2012. package/dist/cjs/third-party/settings/PreorderNowWodPresale/uiV2.js +1 -1
  2013. package/dist/cjs/third-party/settings/ProductOptionsCustomizer/index.js +2 -2
  2014. package/dist/cjs/third-party/settings/ProductOptionsCustomizer/uiV2.js +1 -1
  2015. package/dist/cjs/third-party/settings/ProductOptionsVariantOption/index.js +2 -2
  2016. package/dist/cjs/third-party/settings/ProductOptionsVariantOption/uiV2.js +1 -1
  2017. package/dist/cjs/third-party/settings/ProductReviews/index.js +4 -4
  2018. package/dist/cjs/third-party/settings/ProductReviews/uiV2.js +1 -1
  2019. package/dist/cjs/third-party/settings/PumperBundlesVolumeDiscount/index.js +2 -2
  2020. package/dist/cjs/third-party/settings/PumperBundlesVolumeDiscount/uiV2.js +1 -1
  2021. package/dist/cjs/third-party/settings/PushOwl/index.js +4 -4
  2022. package/dist/cjs/third-party/settings/PushOwl/uiV2.js +1 -1
  2023. package/dist/cjs/third-party/settings/QikifyUpsell/index.js +4 -4
  2024. package/dist/cjs/third-party/settings/QikifyUpsell/uiV2.js +1 -1
  2025. package/dist/cjs/third-party/settings/RapiBundleQuantityBreaks/index.js +2 -2
  2026. package/dist/cjs/third-party/settings/RapiBundleQuantityBreaks/uiV2.js +1 -1
  2027. package/dist/cjs/third-party/settings/RechargeSubscriptions/index.js +2 -2
  2028. package/dist/cjs/third-party/settings/RechargeSubscriptions/uiV2.js +1 -1
  2029. package/dist/cjs/third-party/settings/RecurpaySubscriptionApp/index.js +2 -2
  2030. package/dist/cjs/third-party/settings/RecurpaySubscriptionApp/uiV2.js +1 -1
  2031. package/dist/cjs/third-party/settings/Releasit/index.js +4 -4
  2032. package/dist/cjs/third-party/settings/Releasit/uiV2.js +1 -1
  2033. package/dist/cjs/third-party/settings/RequestQuoteHidePrice/index.js +3 -3
  2034. package/dist/cjs/third-party/settings/RequestQuoteHidePrice/uiV2.js +1 -1
  2035. package/dist/cjs/third-party/settings/ReviewxpoProductReviewsApp/index.js +2 -2
  2036. package/dist/cjs/third-party/settings/ReviewxpoProductReviewsApp/uiV2.js +1 -1
  2037. package/dist/cjs/third-party/settings/Rivyo/index.js +4 -4
  2038. package/dist/cjs/third-party/settings/Rivyo/uiV2.js +1 -1
  2039. package/dist/cjs/third-party/settings/Ryviu/index.js +4 -4
  2040. package/dist/cjs/third-party/settings/Ryviu/uiV2.js +1 -1
  2041. package/dist/cjs/third-party/settings/SealSubscriptions/index.js +4 -4
  2042. package/dist/cjs/third-party/settings/SealSubscriptions/uiV2.js +1 -1
  2043. package/dist/cjs/third-party/settings/SegunoEmailMarketing/index.js +2 -2
  2044. package/dist/cjs/third-party/settings/SegunoEmailMarketing/uiV2.js +1 -1
  2045. package/dist/cjs/third-party/settings/Selleasy/index.js +2 -2
  2046. package/dist/cjs/third-party/settings/Selleasy/uiV2.js +1 -1
  2047. package/dist/cjs/third-party/settings/SeoantTrustBadgesIcon/index.js +2 -2
  2048. package/dist/cjs/third-party/settings/SeoantTrustBadgesIcon/uiV2.js +1 -1
  2049. package/dist/cjs/third-party/settings/ShopifyForms/index.js +2 -2
  2050. package/dist/cjs/third-party/settings/ShopifyForms/uiV2.js +1 -1
  2051. package/dist/cjs/third-party/settings/ShopifySubscriptions/index.js +2 -2
  2052. package/dist/cjs/third-party/settings/ShopifySubscriptions/uiV2.js +1 -1
  2053. package/dist/cjs/third-party/settings/SimpleBundlesKits/index.js +2 -2
  2054. package/dist/cjs/third-party/settings/SimpleBundlesKits/uiV2.js +1 -1
  2055. package/dist/cjs/third-party/settings/SkioSubscriptionsYcS20/index.js +2 -2
  2056. package/dist/cjs/third-party/settings/SkioSubscriptionsYcS20/uiV2.js +1 -1
  2057. package/dist/cjs/third-party/settings/SmartSearchBarAndFilters/index.js +4 -4
  2058. package/dist/cjs/third-party/settings/SmartSearchBarAndFilters/uiV2.js +1 -1
  2059. package/dist/cjs/third-party/settings/SproutPlantTreesGrowSales/index.js +2 -2
  2060. package/dist/cjs/third-party/settings/SproutPlantTreesGrowSales/uiV2.js +1 -1
  2061. package/dist/cjs/third-party/settings/Stamped/Badge.js +1 -1
  2062. package/dist/cjs/third-party/settings/Stamped/BadgeDouble.js +1 -1
  2063. package/dist/cjs/third-party/settings/Stamped/BadgeRibbon.js +1 -1
  2064. package/dist/cjs/third-party/settings/Stamped/BadgeSingle.js +1 -1
  2065. package/dist/cjs/third-party/settings/Stamped/Carousel.js +1 -1
  2066. package/dist/cjs/third-party/settings/Stamped/CheckoutReviews.js +1 -1
  2067. package/dist/cjs/third-party/settings/Stamped/Colors.js +1 -1
  2068. package/dist/cjs/third-party/settings/Stamped/Filters.js +1 -1
  2069. package/dist/cjs/third-party/settings/Stamped/FullPage.js +1 -1
  2070. package/dist/cjs/third-party/settings/Stamped/InstagramFeed.js +1 -1
  2071. package/dist/cjs/third-party/settings/Stamped/MainWidget.js +1 -1
  2072. package/dist/cjs/third-party/settings/Stamped/ProductRating.js +1 -1
  2073. package/dist/cjs/third-party/settings/Stamped/SingleHighlight.js +1 -1
  2074. package/dist/cjs/third-party/settings/Stamped/SiteBadge.js +1 -1
  2075. package/dist/cjs/third-party/settings/Stamped/TopRated.js +1 -1
  2076. package/dist/cjs/third-party/settings/Stamped/VisualGallery.js +1 -1
  2077. package/dist/cjs/third-party/settings/Stamped/WallPhotos.js +1 -1
  2078. package/dist/cjs/third-party/settings/Stamped/index.js +1 -1
  2079. package/dist/cjs/third-party/settings/Stamped.js +4 -4
  2080. package/dist/cjs/third-party/settings/StellarDeliveryDatePickup/index.js +2 -2
  2081. package/dist/cjs/third-party/settings/StellarDeliveryDatePickup/uiV2.js +1 -1
  2082. package/dist/cjs/third-party/settings/SubifySubscriptionsApp/index.js +2 -2
  2083. package/dist/cjs/third-party/settings/SubifySubscriptionsApp/uiV2.js +1 -1
  2084. package/dist/cjs/third-party/settings/TagembedSocialPostReview/index.js +2 -2
  2085. package/dist/cjs/third-party/settings/TagembedSocialPostReview/uiV2.js +1 -1
  2086. package/dist/cjs/third-party/settings/TagshopShoppableVideosUgc/index.js +2 -2
  2087. package/dist/cjs/third-party/settings/TagshopShoppableVideosUgc/uiV2.js +1 -1
  2088. package/dist/cjs/third-party/settings/TeeinblueProductPersonalizer/index.js +2 -2
  2089. package/dist/cjs/third-party/settings/TeeinblueProductPersonalizer/uiV2.js +1 -1
  2090. package/dist/cjs/third-party/settings/TrustBadgesBear/index.js +2 -2
  2091. package/dist/cjs/third-party/settings/TrustBadgesBear/uiV2.js +1 -1
  2092. package/dist/cjs/third-party/settings/TrustMe/index.js +4 -4
  2093. package/dist/cjs/third-party/settings/TrustMe/uiV2.js +1 -1
  2094. package/dist/cjs/third-party/settings/TrustedsiteTrustBadges/index.js +2 -2
  2095. package/dist/cjs/third-party/settings/TrustedsiteTrustBadges/uiV2.js +1 -1
  2096. package/dist/cjs/third-party/settings/Trustoo/index.js +4 -4
  2097. package/dist/cjs/third-party/settings/Trustoo/uiV2.js +1 -1
  2098. package/dist/cjs/third-party/settings/TrustreviewsProductReviews/index.js +2 -2
  2099. package/dist/cjs/third-party/settings/TrustreviewsProductReviews/uiV2.js +1 -1
  2100. package/dist/cjs/third-party/settings/TrustshopProductReviews/index.js +2 -2
  2101. package/dist/cjs/third-party/settings/TrustshopProductReviews/uiV2.js +1 -1
  2102. package/dist/cjs/third-party/settings/UltimateSalesBoost/index.js +4 -4
  2103. package/dist/cjs/third-party/settings/UltimateSalesBoost/uiV1.js +1 -1
  2104. package/dist/cjs/third-party/settings/UltimateSalesBoost/uiV2.js +1 -1
  2105. package/dist/cjs/third-party/settings/UnlimitedBundlesDiscounts/index.js +2 -2
  2106. package/dist/cjs/third-party/settings/UnlimitedBundlesDiscounts/uiV2.js +1 -1
  2107. package/dist/cjs/third-party/settings/UppromoteAffiliateMarketing/setting.js +2 -2
  2108. package/dist/cjs/third-party/settings/UppromoteAffiliateMarketing/uiV2.js +1 -1
  2109. package/dist/cjs/third-party/settings/Vitals/index.js +4 -4
  2110. package/dist/cjs/third-party/settings/Vitals/uiV2.js +1 -1
  2111. package/dist/cjs/third-party/settings/WcWishlistBackInStock/index.js +3 -3
  2112. package/dist/cjs/third-party/settings/WcWishlistBackInStock/uiV2.js +1 -1
  2113. package/dist/cjs/third-party/settings/WhatmoreShoppableVideosreel/index.js +2 -2
  2114. package/dist/cjs/third-party/settings/WhatmoreShoppableVideosreel/uiV2.js +1 -1
  2115. package/dist/cjs/third-party/settings/WideBundle/index.js +4 -4
  2116. package/dist/cjs/third-party/settings/WideBundle/uiV2.js +1 -1
  2117. package/dist/cjs/third-party/settings/Wiser/index.js +4 -4
  2118. package/dist/cjs/third-party/settings/Wiser/uiV2.js +1 -1
  2119. package/dist/cjs/third-party/settings/WishlistKing/index.js +2 -2
  2120. package/dist/cjs/third-party/settings/WishlistKing/uiV2.js +1 -1
  2121. package/dist/cjs/third-party/settings/WishlistPlus/index.js +3 -3
  2122. package/dist/cjs/third-party/settings/WishlistPlus/uiV2.js +1 -1
  2123. package/dist/cjs/third-party/settings/YotpoLoyalty/index.js +4 -4
  2124. package/dist/cjs/third-party/settings/YotpoLoyalty/uiV2.js +1 -1
  2125. package/dist/cjs/third-party/settings/YotpoReviews/index.js +4 -4
  2126. package/dist/cjs/third-party/settings/YotpoReviews/uiV2.js +1 -1
  2127. package/dist/cjs/third-party/types.js +1 -1
  2128. package/dist/cjs/third-party-instant/common/helpers.js +1 -1
  2129. package/dist/cjs/third-party-instant/components/InstantJudgemeReviews.js +1 -1
  2130. package/dist/cjs/third-party-instant/components/InstantKlaviyo.js +1 -1
  2131. package/dist/cjs/third-party-instant/components/InstantLooxReviews.js +1 -1
  2132. package/dist/cjs/third-party-instant/components/InstantThirdPartyPreview.js +1 -1
  2133. package/dist/cjs/third-party-instant/components/InstantYotpoLoyalty.js +1 -1
  2134. package/dist/cjs/third-party-instant/components/Judgeme/JudgemeSampleContent.js +1 -1
  2135. package/dist/cjs/third-party-instant/components/Judgeme/SingleProduct.js +1 -1
  2136. package/dist/cjs/third-party-instant/components/Judgeme/WithoutProduct.js +1 -1
  2137. package/dist/cjs/third-party-instant/components/Klaviyo/KlaviyoSampleContent.js +1 -1
  2138. package/dist/cjs/third-party-instant/components/LooxReviews/LooxReviewsSampleContent.js +2 -2
  2139. package/dist/cjs/third-party-instant/components/LooxReviews/SingleProduct.js +1 -1
  2140. package/dist/cjs/third-party-instant/components/LooxReviews/WithoutProduct.js +1 -1
  2141. package/dist/cjs/third-party-instant/components/YotpoLoyalty/YotpoLoyaltySampleContent.js +1 -1
  2142. package/dist/cjs/third-party-instant/configs/JudgemeReviews.js +1 -1
  2143. package/dist/cjs/third-party-instant/configs/Klaviyo.js +1 -1
  2144. package/dist/cjs/third-party-instant/configs/LooxReviews.js +1 -1
  2145. package/dist/cjs/third-party-instant/configs/YotpoLoyalty.js +1 -1
  2146. package/dist/cjs/third-party-instant/index.js +1 -1
  2147. package/dist/cjs/third-party-instant/next.js +1 -1
  2148. package/dist/cjs/third-party-instant/settings/InstantJudgemeReviews/configs/settings.js +1 -1
  2149. package/dist/cjs/third-party-instant/settings/InstantJudgemeReviews/configs/ui-v2.js +1 -1
  2150. package/dist/cjs/third-party-instant/settings/InstantJudgemeReviews/index.js +4 -4
  2151. package/dist/cjs/third-party-instant/settings/InstantKlaviyo/configs/settings.js +1 -1
  2152. package/dist/cjs/third-party-instant/settings/InstantKlaviyo/configs/ui-v2.js +1 -1
  2153. package/dist/cjs/third-party-instant/settings/InstantKlaviyo/index.js +4 -4
  2154. package/dist/cjs/third-party-instant/settings/InstantLooxReviews/configs/settings.js +1 -1
  2155. package/dist/cjs/third-party-instant/settings/InstantLooxReviews/index.js +4 -4
  2156. package/dist/cjs/third-party-instant/settings/InstantYotpoLoyalty/configs/settings.js +1 -1
  2157. package/dist/cjs/third-party-instant/settings/InstantYotpoLoyalty/index.js +4 -4
  2158. package/dist/cjs/third-party-instant/types.js +1 -1
  2159. package/dist/cjs/third-party-slot/common/classes.js +1 -1
  2160. package/dist/cjs/third-party-slot/common/helpers.js +8 -8
  2161. package/dist/cjs/third-party-slot/common/styles.js +1 -1
  2162. package/dist/cjs/third-party-slot/components/ThirdPartySlot.js +1 -1
  2163. package/dist/cjs/third-party-slot/components/ThirdPartySlot.liquid.js +7 -7
  2164. package/dist/cjs/third-party-slot/index.js +1 -1
  2165. package/dist/cjs/third-party-slot/next.js +1 -1
  2166. package/dist/cjs/third-party-slot/settings/ThirdPartySlot.js +2 -2
  2167. package/dist/cjs/third-party-slot/settings/configs/settings.js +1 -1
  2168. package/dist/cjs/third-party-slot/settings/configs/ui-v2.js +1 -1
  2169. package/dist/cjs/translate.js +1 -1
  2170. package/dist/cjs/validates/background.js +1 -1
  2171. package/dist/cjs/video/common/attrs.js +1 -1
  2172. package/dist/cjs/video/common/classes.js +1 -1
  2173. package/dist/cjs/video/common/helpers.js +1 -1
  2174. package/dist/cjs/video/common/styles.js +1 -1
  2175. package/dist/cjs/video/components/HTML5Embed.js +1 -1
  2176. package/dist/cjs/video/components/HTML5Embed.liquid.js +25 -25
  2177. package/dist/cjs/video/components/LiteVimeoEmbed.js +1 -1
  2178. package/dist/cjs/video/components/LiteVimeoEmbed.liquid.js +15 -15
  2179. package/dist/cjs/video/components/LiteYouTubeEmbed.js +1 -1
  2180. package/dist/cjs/video/components/LiteYouTubeEmbed.liquid.js +23 -23
  2181. package/dist/cjs/video/components/Video.js +1 -1
  2182. package/dist/cjs/video/components/Video.liquid.js +4 -4
  2183. package/dist/cjs/video/hooks/useLiteHtml5Embed.js +1 -1
  2184. package/dist/cjs/video/hooks/useLiteVimeoEmbed.js +1 -1
  2185. package/dist/cjs/video/hooks/useLiteYoutubeEmbed.js +1 -1
  2186. package/dist/cjs/video/index.js +1 -1
  2187. package/dist/cjs/video/next.js +1 -1
  2188. package/dist/cjs/video/settings/Video.js +3 -3
  2189. package/dist/cjs/video/settings/configs/settings.js +1 -1
  2190. package/dist/cjs/video/settings/configs/translate.js +1 -1
  2191. package/dist/cjs/video/settings/configs/ui-v2.js +1 -1
  2192. package/dist/esm/accordion/common/classes.js +1 -1
  2193. package/dist/esm/accordion/common/helpers.js +1 -1
  2194. package/dist/esm/accordion/common/styles.js +1 -1
  2195. package/dist/esm/accordion/components/Accordion.js +1 -1
  2196. package/dist/esm/accordion/components/Accordion.liquid.js +12 -12
  2197. package/dist/esm/accordion/components/AccordionItem.js +1 -1
  2198. package/dist/esm/accordion/components/AccordionItem.liquid.js +6 -6
  2199. package/dist/esm/accordion/hooks/useAccordion.js +1 -1
  2200. package/dist/esm/accordion/hooks/useAccordionItem.js +1 -1
  2201. package/dist/esm/accordion/hooks/useMountTransition.js +1 -1
  2202. package/dist/esm/accordion/index.js +1 -1
  2203. package/dist/esm/accordion/next.js +1 -1
  2204. package/dist/esm/accordion/settings/Accordion.js +2 -2
  2205. package/dist/esm/accordion/settings/AccordionItem.js +1 -1
  2206. package/dist/esm/accordion/settings/configs/child-items.js +1 -1
  2207. package/dist/esm/accordion/settings/configs/settings.js +2 -2
  2208. package/dist/esm/accordion/settings/configs/translate.js +1 -1
  2209. package/dist/esm/accordion/settings/configs/ui-v2.js +1 -1
  2210. package/dist/esm/article/common/helpers.js +2 -2
  2211. package/dist/esm/article/components/ArticleAuthor.js +1 -1
  2212. package/dist/esm/article/components/ArticleAuthor.liquid.js +2 -2
  2213. package/dist/esm/article/components/ArticleCategory.js +1 -1
  2214. package/dist/esm/article/components/ArticleCategory.liquid.js +2 -2
  2215. package/dist/esm/article/components/ArticleContent.js +2 -2
  2216. package/dist/esm/article/components/ArticleContent.liquid.js +4 -4
  2217. package/dist/esm/article/components/ArticleDate.js +1 -1
  2218. package/dist/esm/article/components/ArticleDate.liquid.js +3 -3
  2219. package/dist/esm/article/components/ArticleExcerpt.js +1 -1
  2220. package/dist/esm/article/components/ArticleExcerpt.liquid.js +3 -3
  2221. package/dist/esm/article/components/ArticleImage.js +1 -1
  2222. package/dist/esm/article/components/ArticleImage.liquid.js +3 -3
  2223. package/dist/esm/article/components/ArticleList.js +1 -1
  2224. package/dist/esm/article/components/ArticleList.liquid.js +6 -6
  2225. package/dist/esm/article/components/ArticleNotFound.js +1 -1
  2226. package/dist/esm/article/components/ArticlePagination.js +1 -1
  2227. package/dist/esm/article/components/ArticlePagination.liquid.js +1 -1
  2228. package/dist/esm/article/components/ArticleReadMore.js +1 -1
  2229. package/dist/esm/article/components/ArticleReadMore.liquid.js +5 -5
  2230. package/dist/esm/article/components/ArticleTag.js +1 -1
  2231. package/dist/esm/article/components/ArticleTag.liquid.js +3 -3
  2232. package/dist/esm/article/components/ArticleTitle.js +1 -1
  2233. package/dist/esm/article/components/ArticleTitle.liquid.js +2 -2
  2234. package/dist/esm/article/hooks/useArticleLink.js +1 -1
  2235. package/dist/esm/article/index.js +1 -1
  2236. package/dist/esm/article/next.js +1 -1
  2237. package/dist/esm/article/settings/ArticleAuthor.js +2 -2
  2238. package/dist/esm/article/settings/ArticleCategory.js +2 -2
  2239. package/dist/esm/article/settings/ArticleContent.js +2 -2
  2240. package/dist/esm/article/settings/ArticleDate.js +2 -2
  2241. package/dist/esm/article/settings/ArticleExcerpt.js +2 -2
  2242. package/dist/esm/article/settings/ArticleImage.js +2 -2
  2243. package/dist/esm/article/settings/ArticleList.js +2 -2
  2244. package/dist/esm/article/settings/ArticlePagination.js +2 -2
  2245. package/dist/esm/article/settings/ArticleReadMore.js +2 -2
  2246. package/dist/esm/article/settings/ArticleTag.js +2 -2
  2247. package/dist/esm/article/settings/ArticleTitle.js +2 -2
  2248. package/dist/esm/article/settings/configs/article-author/presets.js +2 -2
  2249. package/dist/esm/article/settings/configs/article-author/settings.js +1 -1
  2250. package/dist/esm/article/settings/configs/article-author/ui-v2.js +1 -1
  2251. package/dist/esm/article/settings/configs/article-category/presets.js +2 -2
  2252. package/dist/esm/article/settings/configs/article-category/settings.js +1 -1
  2253. package/dist/esm/article/settings/configs/article-category/ui-v2.js +1 -1
  2254. package/dist/esm/article/settings/configs/article-content/presets.js +2 -2
  2255. package/dist/esm/article/settings/configs/article-content/settings.js +1 -1
  2256. package/dist/esm/article/settings/configs/article-content/ui-v2.js +1 -1
  2257. package/dist/esm/article/settings/configs/article-date/presets.js +2 -2
  2258. package/dist/esm/article/settings/configs/article-date/settings.js +1 -1
  2259. package/dist/esm/article/settings/configs/article-date/ui-v2.js +1 -1
  2260. package/dist/esm/article/settings/configs/article-excerpt/presets.js +2 -2
  2261. package/dist/esm/article/settings/configs/article-excerpt/settings.js +1 -1
  2262. package/dist/esm/article/settings/configs/article-excerpt/ui-v2.js +1 -1
  2263. package/dist/esm/article/settings/configs/article-image/presets.js +2 -2
  2264. package/dist/esm/article/settings/configs/article-image/settings.js +1 -1
  2265. package/dist/esm/article/settings/configs/article-image/ui-v2.js +1 -1
  2266. package/dist/esm/article/settings/configs/article-list/presets.js +2 -2
  2267. package/dist/esm/article/settings/configs/article-list/settings.js +1 -1
  2268. package/dist/esm/article/settings/configs/article-list/ui-v2.js +1 -1
  2269. package/dist/esm/article/settings/configs/article-read-more/presets.js +2 -2
  2270. package/dist/esm/article/settings/configs/article-read-more/settings.js +2 -2
  2271. package/dist/esm/article/settings/configs/article-read-more/ui-v2.js +1 -1
  2272. package/dist/esm/article/settings/configs/article-tag/presets.js +2 -2
  2273. package/dist/esm/article/settings/configs/article-tag/settings.js +1 -1
  2274. package/dist/esm/article/settings/configs/article-tag/ui-v2.js +1 -1
  2275. package/dist/esm/article/settings/configs/article-title/presets.js +2 -2
  2276. package/dist/esm/article/settings/configs/article-title/settings.js +1 -1
  2277. package/dist/esm/article/settings/configs/article-title/ui-v2.js +1 -1
  2278. package/dist/esm/article/settings/configs/translate.js +1 -1
  2279. package/dist/esm/breadcrumb/common/attrs.js +1 -1
  2280. package/dist/esm/breadcrumb/common/classes.js +3 -3
  2281. package/dist/esm/breadcrumb/common/helpers.js +1 -1
  2282. package/dist/esm/breadcrumb/common/styles.js +1 -1
  2283. package/dist/esm/breadcrumb/components/Breadcrumb.js +1 -1
  2284. package/dist/esm/breadcrumb/components/Breadcrumb.liquid.js +5 -5
  2285. package/dist/esm/breadcrumb/components/BreadcrumbItem.js +1 -1
  2286. package/dist/esm/breadcrumb/components/BreadcrumbItem.liquid.js +1 -1
  2287. package/dist/esm/breadcrumb/components/templates/article.js +7 -7
  2288. package/dist/esm/breadcrumb/components/templates/collection.js +5 -5
  2289. package/dist/esm/breadcrumb/components/templates/home.js +3 -3
  2290. package/dist/esm/breadcrumb/components/templates/landing.js +5 -5
  2291. package/dist/esm/breadcrumb/components/templates/product.js +2 -2
  2292. package/dist/esm/breadcrumb/constants.js +1 -1
  2293. package/dist/esm/breadcrumb/hooks/useBreadcrumb.js +1 -1
  2294. package/dist/esm/breadcrumb/index.js +1 -1
  2295. package/dist/esm/breadcrumb/next.js +1 -1
  2296. package/dist/esm/breadcrumb/settings/Breadcrumb.js +2 -2
  2297. package/dist/esm/breadcrumb/settings/configs/settings.js +2 -2
  2298. package/dist/esm/breadcrumb/settings/configs/ui-v2.js +1 -1
  2299. package/dist/esm/breadcrumb/types.js +1 -1
  2300. package/dist/esm/builder.js +1 -1
  2301. package/dist/esm/button/common/attrs.js +1 -1
  2302. package/dist/esm/button/common/classes.js +1 -1
  2303. package/dist/esm/button/common/helpers.js +2 -2
  2304. package/dist/esm/button/common/styles.js +16 -16
  2305. package/dist/esm/button/components/Button.js +1 -1
  2306. package/dist/esm/button/components/Button.liquid.js +7 -7
  2307. package/dist/esm/button/components/ButtonIcon.js +1 -1
  2308. package/dist/esm/button/components/ButtonIcon.liquid.js +5 -5
  2309. package/dist/esm/button/components/ButtonLabel.js +1 -1
  2310. package/dist/esm/button/components/ButtonLabel.liquid.js +2 -2
  2311. package/dist/esm/button/components/ButtonLoadingIndicator.js +1 -1
  2312. package/dist/esm/button/components/ButtonLoadingIndicator.liquid.js +1 -1
  2313. package/dist/esm/button/index.js +1 -1
  2314. package/dist/esm/button/next.js +1 -1
  2315. package/dist/esm/button/settings/Button.js +2 -2
  2316. package/dist/esm/button/settings/configs/settings.js +2 -2
  2317. package/dist/esm/button/settings/configs/translate.js +1 -1
  2318. package/dist/esm/button/settings/configs/ui-v2.js +1 -1
  2319. package/dist/esm/carousel/common/helpers.js +1 -1
  2320. package/dist/esm/carousel/components/arrow/Arrow.js +2 -2
  2321. package/dist/esm/carousel/components/arrow/Arrow.liquid.js +2 -2
  2322. package/dist/esm/carousel/components/arrow/common/classes.js +1 -1
  2323. package/dist/esm/carousel/components/arrow/common/helpers.js +1 -1
  2324. package/dist/esm/carousel/components/arrow/common/styles.js +8 -8
  2325. package/dist/esm/carousel/components/dot/Dots.js +1 -1
  2326. package/dist/esm/carousel/components/dot/Dots.liquid.js +3 -3
  2327. package/dist/esm/carousel/components/dot/common/classes.js +1 -1
  2328. package/dist/esm/carousel/components/dot/common/helpers.js +1 -1
  2329. package/dist/esm/carousel/components/dot/common/styles.js +1 -1
  2330. package/dist/esm/carousel/components/item/CarouselItem.js +1 -1
  2331. package/dist/esm/carousel/components/item/CarouselItem.liquid.js +3 -3
  2332. package/dist/esm/carousel/components/item/common/classes.js +1 -1
  2333. package/dist/esm/carousel/components/item/common/styles.js +1 -1
  2334. package/dist/esm/carousel/components/root/Carousel.js +1 -1
  2335. package/dist/esm/carousel/components/root/Carousel.liquid.js +6 -6
  2336. package/dist/esm/carousel/components/root/common/attrs.js +1 -1
  2337. package/dist/esm/carousel/components/root/common/classes.js +1 -1
  2338. package/dist/esm/carousel/components/root/common/helpers.js +1 -1
  2339. package/dist/esm/carousel/components/root/common/styles.js +1 -1
  2340. package/dist/esm/carousel/hooks/useCarouseItem.js +1 -1
  2341. package/dist/esm/carousel/hooks/useCarousel.js +1 -1
  2342. package/dist/esm/carousel/hooks/useDotsSetting.js +1 -1
  2343. package/dist/esm/carousel/hooks/useTrackPreviewPause.js +1 -1
  2344. package/dist/esm/carousel/index.js +1 -1
  2345. package/dist/esm/carousel/next.js +1 -1
  2346. package/dist/esm/carousel/plugins/animation.js +1 -1
  2347. package/dist/esm/carousel/plugins/auto-play.js +1 -1
  2348. package/dist/esm/carousel/plugins/fix-slider-move-backward.js +1 -1
  2349. package/dist/esm/carousel/plugins/mutation.js +1 -1
  2350. package/dist/esm/carousel/settings/Carousel.js +2 -2
  2351. package/dist/esm/carousel/settings/CarouselItem.js +1 -1
  2352. package/dist/esm/carousel/settings/configs/presets.js +2 -2
  2353. package/dist/esm/carousel/settings/configs/settings-v2.js +2 -2
  2354. package/dist/esm/carousel/settings/configs/ui-v2.js +1 -1
  2355. package/dist/esm/carousel-v3/common/helpers.js +1 -1
  2356. package/dist/esm/carousel-v3/components/arrow/Arrow.js +2 -2
  2357. package/dist/esm/carousel-v3/components/arrow/Arrow.liquid.js +2 -2
  2358. package/dist/esm/carousel-v3/components/arrow/common/classes.js +1 -1
  2359. package/dist/esm/carousel-v3/components/arrow/common/helpers.js +1 -1
  2360. package/dist/esm/carousel-v3/components/arrow/common/styles.js +8 -8
  2361. package/dist/esm/carousel-v3/components/dot/Dots.js +1 -1
  2362. package/dist/esm/carousel-v3/components/dot/Dots.liquid.js +3 -3
  2363. package/dist/esm/carousel-v3/components/dot/common/classes.js +1 -1
  2364. package/dist/esm/carousel-v3/components/dot/common/helpers.js +1 -1
  2365. package/dist/esm/carousel-v3/components/dot/common/styles.js +1 -1
  2366. package/dist/esm/carousel-v3/components/item/CarouselItem.js +1 -1
  2367. package/dist/esm/carousel-v3/components/item/CarouselItem.liquid.js +2 -2
  2368. package/dist/esm/carousel-v3/components/item/common/classes.js +1 -1
  2369. package/dist/esm/carousel-v3/components/item/common/styles.js +1 -1
  2370. package/dist/esm/carousel-v3/components/root/Carousel.js +1 -1
  2371. package/dist/esm/carousel-v3/components/root/Carousel.liquid.js +7 -7
  2372. package/dist/esm/carousel-v3/components/root/common/attrs.js +1 -1
  2373. package/dist/esm/carousel-v3/components/root/common/classes.js +1 -1
  2374. package/dist/esm/carousel-v3/components/root/common/helpers.js +1 -1
  2375. package/dist/esm/carousel-v3/components/root/common/styles.js +1 -1
  2376. package/dist/esm/carousel-v3/components/swiper/Swiper.js +1 -1
  2377. package/dist/esm/carousel-v3/components/swiper/SwiperSlide.js +1 -1
  2378. package/dist/esm/carousel-v3/components/swiper/common/styles.js +1 -1
  2379. package/dist/esm/carousel-v3/hooks/useCarouseItem.js +1 -1
  2380. package/dist/esm/carousel-v3/hooks/useCarousel.js +1 -1
  2381. package/dist/esm/carousel-v3/hooks/useDotsSetting.js +1 -1
  2382. package/dist/esm/carousel-v3/hooks/useTrackPreviewPause.js +1 -1
  2383. package/dist/esm/carousel-v3/index.js +1 -1
  2384. package/dist/esm/carousel-v3/next.js +1 -1
  2385. package/dist/esm/carousel-v3/plugins/animation.js +1 -1
  2386. package/dist/esm/carousel-v3/settings/Carousel.js +2 -2
  2387. package/dist/esm/carousel-v3/settings/CarouselItem.js +1 -1
  2388. package/dist/esm/carousel-v3/settings/configs/presets.js +2 -2
  2389. package/dist/esm/carousel-v3/settings/configs/settings-v2.js +2 -2
  2390. package/dist/esm/carousel-v3/settings/configs/ui-v2.js +1 -1
  2391. package/dist/esm/cart/components/Cart.js +1 -1
  2392. package/dist/esm/cart/components/CartCheckout.js +1 -1
  2393. package/dist/esm/cart/components/CartDiscount.js +1 -1
  2394. package/dist/esm/cart/components/CartLineAttribute.js +1 -1
  2395. package/dist/esm/cart/components/CartLineImage.js +1 -1
  2396. package/dist/esm/cart/components/CartLinePrice.js +1 -1
  2397. package/dist/esm/cart/components/CartLineVariant.js +1 -1
  2398. package/dist/esm/cart/components/CartList.js +1 -1
  2399. package/dist/esm/cart/components/CartOrderNote.js +1 -1
  2400. package/dist/esm/cart/components/CartTotalItem.js +1 -1
  2401. package/dist/esm/cart/components/CartTotalPrice.js +1 -1
  2402. package/dist/esm/cart/components/CheckoutNow.js +1 -1
  2403. package/dist/esm/cart/components/CouponList.js +1 -1
  2404. package/dist/esm/cart/components/DiscountInput.js +1 -1
  2405. package/dist/esm/cart/components/shop-pay-button/ShopPayButton.js +1 -1
  2406. package/dist/esm/cart/components/shop-pay-button/ShopPayButton.liquid.js +7 -7
  2407. package/dist/esm/cart/components/shop-pay-button/common/classes.js +1 -1
  2408. package/dist/esm/cart/components/shop-pay-button/common/helpers.js +1 -1
  2409. package/dist/esm/cart/components/shop-pay-button/common/styles.js +1 -1
  2410. package/dist/esm/cart/components/shop-pay-button/icons/BaseIcon.js +1 -1
  2411. package/dist/esm/cart/components/shop-pay-button/icons/BaseIcon.liquid.js +2 -2
  2412. package/dist/esm/cart/components/shop-pay-button/icons/DynamicCheckoutBlack.js +1 -1
  2413. package/dist/esm/cart/components/shop-pay-button/icons/DynamicCheckoutBlack.liquid.js +2 -2
  2414. package/dist/esm/cart/components/shop-pay-button/icons/DynamicCheckoutPurple.js +1 -1
  2415. package/dist/esm/cart/components/shop-pay-button/icons/DynamicCheckoutPurple.liquid.js +2 -2
  2416. package/dist/esm/cart/components/shop-pay-button/icons/DynamicCheckoutWhite.js +1 -1
  2417. package/dist/esm/cart/components/shop-pay-button/icons/DynamicCheckoutWhite.liquid.js +2 -2
  2418. package/dist/esm/cart/components/shop-pay-button/icons/ExpressCheckoutBlack.js +1 -1
  2419. package/dist/esm/cart/components/shop-pay-button/icons/ExpressCheckoutBlack.liquid.js +3 -3
  2420. package/dist/esm/cart/components/shop-pay-button/icons/ExpressCheckoutPurple.js +1 -1
  2421. package/dist/esm/cart/components/shop-pay-button/icons/ExpressCheckoutPurple.liquid.js +2 -2
  2422. package/dist/esm/cart/components/shop-pay-button/icons/ExpressCheckoutWhite.js +1 -1
  2423. package/dist/esm/cart/components/shop-pay-button/icons/ExpressCheckoutWhite.liquid.js +3 -3
  2424. package/dist/esm/cart/hooks/useShopPayButton.js +1 -1
  2425. package/dist/esm/cart/index.js +1 -1
  2426. package/dist/esm/cart/next.js +1 -1
  2427. package/dist/esm/cart/settings/Cart.js +2 -2
  2428. package/dist/esm/cart/settings/CartCheckout.js +1 -1
  2429. package/dist/esm/cart/settings/CartDiscount.js +1 -1
  2430. package/dist/esm/cart/settings/CartLineAttribute.js +1 -1
  2431. package/dist/esm/cart/settings/CartLineImage.js +1 -1
  2432. package/dist/esm/cart/settings/CartLinePrice.js +1 -1
  2433. package/dist/esm/cart/settings/CartLineVariant.js +1 -1
  2434. package/dist/esm/cart/settings/CartList.js +1 -1
  2435. package/dist/esm/cart/settings/CartOrderNote.js +1 -1
  2436. package/dist/esm/cart/settings/CartTotalItem.js +1 -1
  2437. package/dist/esm/cart/settings/CartTotalPrice.js +1 -1
  2438. package/dist/esm/cart/settings/CouponList.js +1 -1
  2439. package/dist/esm/cart/settings/DiscountInput.js +1 -1
  2440. package/dist/esm/cart/settings/ShopPayButton.js +1 -1
  2441. package/dist/esm/code/common/classes.js +1 -1
  2442. package/dist/esm/code/common/styles.js +1 -1
  2443. package/dist/esm/code/components/CSSCode.js +1 -1
  2444. package/dist/esm/code/components/CSSCode.liquid.js +3 -3
  2445. package/dist/esm/code/hooks/useCSSCode.js +4 -4
  2446. package/dist/esm/code/index.js +1 -1
  2447. package/dist/esm/code/next.js +1 -1
  2448. package/dist/esm/code/settings/CSSCode.js +3 -3
  2449. package/dist/esm/code/settings/configs/settings.js +1 -1
  2450. package/dist/esm/code/settings/configs/translate.js +1 -1
  2451. package/dist/esm/code/settings/configs/ui-v2.js +1 -1
  2452. package/dist/esm/collection/components/collection-banner/CollectionBanner.js +1 -1
  2453. package/dist/esm/collection/components/collection-banner/CollectionBanner.liquid.js +5 -5
  2454. package/dist/esm/collection/components/collection-banner/common/classes.js +1 -1
  2455. package/dist/esm/collection/components/collection-banner/common/helpers.js +1 -1
  2456. package/dist/esm/collection/components/collection-banner/common/styles.js +1 -1
  2457. package/dist/esm/collection/components/collection-description/CollectionDescription.js +1 -1
  2458. package/dist/esm/collection/components/collection-description/CollectionDescription.liquid.js +8 -8
  2459. package/dist/esm/collection/components/collection-description/common/classes.js +1 -1
  2460. package/dist/esm/collection/components/collection-description/common/helpers.js +2 -2
  2461. package/dist/esm/collection/components/collection-description/common/styles.js +2 -2
  2462. package/dist/esm/collection/components/collection-paginator/CollectionPaginator.js +1 -1
  2463. package/dist/esm/collection/components/collection-paginator/CollectionPaginator.liquid.js +5 -5
  2464. package/dist/esm/collection/components/collection-paginator/common/classes.js +1 -1
  2465. package/dist/esm/collection/components/collection-paginator/common/helpers.js +5 -5
  2466. package/dist/esm/collection/components/collection-paginator/common/styles.js +1 -1
  2467. package/dist/esm/collection/components/collection-title/CollectionTitle.js +1 -1
  2468. package/dist/esm/collection/components/collection-title/CollectionTitle.liquid.js +2 -2
  2469. package/dist/esm/collection/components/collection-toolbar/CollectionToolbar.js +1 -1
  2470. package/dist/esm/collection/components/collection-toolbar/CollectionToolbar.liquid.js +7 -7
  2471. package/dist/esm/collection/components/collection-toolbar/common/classes.js +1 -1
  2472. package/dist/esm/collection/components/collection-toolbar/common/helpers.js +1 -1
  2473. package/dist/esm/collection/components/collection-toolbar/common/styles.js +1 -1
  2474. package/dist/esm/collection/hooks/useDescription.js +1 -1
  2475. package/dist/esm/collection/index.js +1 -1
  2476. package/dist/esm/collection/next.js +1 -1
  2477. package/dist/esm/collection/settings/collection-banner/CollectionBanner.js +2 -2
  2478. package/dist/esm/collection/settings/collection-banner/configs/settings.js +2 -2
  2479. package/dist/esm/collection/settings/collection-banner/configs/ui-v2.js +1 -1
  2480. package/dist/esm/collection/settings/collection-description/CollectionDescription.js +2 -2
  2481. package/dist/esm/collection/settings/collection-description/configs/settings.js +1 -1
  2482. package/dist/esm/collection/settings/collection-description/configs/translate.js +1 -1
  2483. package/dist/esm/collection/settings/collection-description/configs/ui-v2.js +1 -1
  2484. package/dist/esm/collection/settings/collection-paginator/CollectionPaginator.js +2 -2
  2485. package/dist/esm/collection/settings/collection-paginator/configs/settings.js +1 -1
  2486. package/dist/esm/collection/settings/collection-paginator/configs/translate.js +1 -1
  2487. package/dist/esm/collection/settings/collection-paginator/configs/ui-v2.js +1 -1
  2488. package/dist/esm/collection/settings/collection-title/CollectionTitle.js +2 -2
  2489. package/dist/esm/collection/settings/collection-title/configs/settings.js +1 -1
  2490. package/dist/esm/collection/settings/collection-title/configs/ui-v2.js +1 -1
  2491. package/dist/esm/collection/settings/collection-toolbar/CollectionToolbar.js +2 -2
  2492. package/dist/esm/collection/settings/collection-toolbar/configs/settings.js +1 -1
  2493. package/dist/esm/collection/settings/collection-toolbar/configs/translate.js +1 -1
  2494. package/dist/esm/collection/settings/collection-toolbar/configs/ui-v2.js +1 -1
  2495. package/dist/esm/common/components/Loading.js +1 -1
  2496. package/dist/esm/common/components/NoDataState.js +1 -1
  2497. package/dist/esm/common/components/Tooltip.js +1 -1
  2498. package/dist/esm/common/components/TooltipHover.js +1 -1
  2499. package/dist/esm/common/const.js +1 -1
  2500. package/dist/esm/common/hooks/useInView.js +1 -1
  2501. package/dist/esm/constant.js +1 -1
  2502. package/dist/esm/countdown-timer/common/attrs.js +1 -1
  2503. package/dist/esm/countdown-timer/common/classes.js +1 -1
  2504. package/dist/esm/countdown-timer/common/helpers.js +1 -1
  2505. package/dist/esm/countdown-timer/common/styles.js +1 -1
  2506. package/dist/esm/countdown-timer/components/Countdown.js +1 -1
  2507. package/dist/esm/countdown-timer/components/Countdown.liquid.js +7 -7
  2508. package/dist/esm/countdown-timer/hooks/useCountDownTimer.js +1 -1
  2509. package/dist/esm/countdown-timer/hooks/useTimeLeft.js +1 -1
  2510. package/dist/esm/countdown-timer/index.js +1 -1
  2511. package/dist/esm/countdown-timer/next.js +1 -1
  2512. package/dist/esm/countdown-timer/settings/Countdown.js +2 -2
  2513. package/dist/esm/countdown-timer/settings/configs/setting.js +1 -1
  2514. package/dist/esm/countdown-timer/settings/configs/translate.js +1 -1
  2515. package/dist/esm/countdown-timer/settings/configs/ui-v2.js +1 -1
  2516. package/dist/esm/coupon/common/classes.js +1 -1
  2517. package/dist/esm/coupon/common/helpers.js +1 -1
  2518. package/dist/esm/coupon/common/styles.js +8 -8
  2519. package/dist/esm/coupon/components/Coupon.js +1 -1
  2520. package/dist/esm/coupon/components/Coupon.liquid.js +4 -4
  2521. package/dist/esm/coupon/hooks/useCoupon.js +1 -1
  2522. package/dist/esm/coupon/index.js +1 -1
  2523. package/dist/esm/coupon/next.js +1 -1
  2524. package/dist/esm/coupon/settings/Coupon.js +2 -2
  2525. package/dist/esm/coupon/settings/configs/presets.js +2 -2
  2526. package/dist/esm/coupon/settings/configs/settings.js +2 -2
  2527. package/dist/esm/coupon/settings/configs/translate.js +1 -1
  2528. package/dist/esm/coupon/settings/configs/ui-v2.js +1 -1
  2529. package/dist/esm/dialog/common/attrs.js +1 -1
  2530. package/dist/esm/dialog/common/classes.js +1 -1
  2531. package/dist/esm/dialog/common/helpers.js +1 -1
  2532. package/dist/esm/dialog/common/styles.js +1 -1
  2533. package/dist/esm/dialog/components/Dialog.js +2 -2
  2534. package/dist/esm/dialog/components/Dialog.liquid.js +5 -5
  2535. package/dist/esm/dialog/hooks/useDialog.js +1 -1
  2536. package/dist/esm/dialog/hooks/useScrollPercentage.js +1 -1
  2537. package/dist/esm/dialog/index.js +1 -1
  2538. package/dist/esm/dialog/next.js +1 -1
  2539. package/dist/esm/dialog/settings/Dialog.js +3 -3
  2540. package/dist/esm/dialog/settings/configs/settings.js +2 -2
  2541. package/dist/esm/dialog/settings/configs/translate.js +1 -1
  2542. package/dist/esm/dialog/settings/configs/ui-v2.js +1 -1
  2543. package/dist/esm/estimate-delivery/common/classes.js +1 -1
  2544. package/dist/esm/estimate-delivery/common/helpers.js +1 -1
  2545. package/dist/esm/estimate-delivery/common/styles.js +1 -1
  2546. package/dist/esm/estimate-delivery/components/EstimateDate.js +1 -1
  2547. package/dist/esm/estimate-delivery/components/EstimateDate.liquid.js +4 -4
  2548. package/dist/esm/estimate-delivery/index.js +1 -1
  2549. package/dist/esm/estimate-delivery/next.js +1 -1
  2550. package/dist/esm/estimate-delivery/settings/EstimateDate.js +2 -2
  2551. package/dist/esm/estimate-delivery/settings/configs/settings.js +1 -1
  2552. package/dist/esm/estimate-delivery/settings/configs/translate.js +1 -1
  2553. package/dist/esm/estimate-delivery/settings/configs/ui-v2.js +1 -1
  2554. package/dist/esm/form/common/helpers.js +1 -1
  2555. package/dist/esm/form/components/contact/Contact.js +1 -1
  2556. package/dist/esm/form/components/contact/Contact.liquid.js +3 -3
  2557. package/dist/esm/form/components/contact/common/classes.js +1 -1
  2558. package/dist/esm/form/components/contact/common/styles.js +1 -1
  2559. package/dist/esm/form/components/form-checkbox/FormCheckbox.js +1 -1
  2560. package/dist/esm/form/components/form-checkbox/FormCheckbox.liquid.js +7 -7
  2561. package/dist/esm/form/components/form-checkbox/common/classes.js +1 -1
  2562. package/dist/esm/form/components/form-checkbox/common/styles.js +1 -1
  2563. package/dist/esm/form/components/form-dropdown/FormDropdown.js +1 -1
  2564. package/dist/esm/form/components/form-dropdown/FormDropdown.liquid.js +12 -12
  2565. package/dist/esm/form/components/form-dropdown/common/classes.js +1 -1
  2566. package/dist/esm/form/components/form-dropdown/common/styles.js +1 -1
  2567. package/dist/esm/form/components/form-email/FormEmail.js +1 -1
  2568. package/dist/esm/form/components/form-email/FormEmail.liquid.js +6 -6
  2569. package/dist/esm/form/components/form-email/common/classes.js +1 -1
  2570. package/dist/esm/form/components/form-email/common/styles.js +1 -1
  2571. package/dist/esm/form/components/newsletter/Newsletter.js +1 -1
  2572. package/dist/esm/form/components/newsletter/Newsletter.liquid.js +6 -6
  2573. package/dist/esm/form/components/newsletter/common/attrs.js +1 -1
  2574. package/dist/esm/form/components/newsletter/common/classes.js +1 -1
  2575. package/dist/esm/form/components/newsletter/common/styles.js +2 -2
  2576. package/dist/esm/form/components/submit-button/SubmitButton.js +1 -1
  2577. package/dist/esm/form/components/submit-button/SubmitButton.liquid.js +3 -3
  2578. package/dist/esm/form/components/submit-button/common/helpers.js +1 -1
  2579. package/dist/esm/form/components/submit-button/common/styles.js +1 -1
  2580. package/dist/esm/form/components/textarea/TextArea.js +1 -1
  2581. package/dist/esm/form/components/textarea/TextArea.liquid.js +8 -8
  2582. package/dist/esm/form/components/textarea/common/classes.js +1 -1
  2583. package/dist/esm/form/components/textarea/common/styles.js +1 -1
  2584. package/dist/esm/form/components/textfield/TextField.js +1 -1
  2585. package/dist/esm/form/components/textfield/TextField.liquid.js +8 -8
  2586. package/dist/esm/form/components/textfield/common/classes.js +1 -1
  2587. package/dist/esm/form/components/textfield/common/styles.js +1 -1
  2588. package/dist/esm/form/components/textinput/TextInput.js +1 -1
  2589. package/dist/esm/form/components/textinput/TextInput.liquid.js +3 -3
  2590. package/dist/esm/form/components/textinput/common/classes.js +1 -1
  2591. package/dist/esm/form/components/textinput/common/styles.js +1 -1
  2592. package/dist/esm/form/hooks/useGetColorContent.js +1 -1
  2593. package/dist/esm/form/index.js +1 -1
  2594. package/dist/esm/form/next.js +1 -1
  2595. package/dist/esm/form/settings/contact/Contact.js +2 -2
  2596. package/dist/esm/form/settings/contact/configs/inits.js +1 -1
  2597. package/dist/esm/form/settings/contact/configs/settings.js +1 -1
  2598. package/dist/esm/form/settings/contact/configs/translate.js +1 -1
  2599. package/dist/esm/form/settings/contact/configs/ui-v2.js +1 -1
  2600. package/dist/esm/form/settings/form-checkbox/FormCheckbox.js +2 -2
  2601. package/dist/esm/form/settings/form-checkbox/configs/inits.js +1 -1
  2602. package/dist/esm/form/settings/form-checkbox/configs/settings.js +1 -1
  2603. package/dist/esm/form/settings/form-checkbox/configs/translate.js +1 -1
  2604. package/dist/esm/form/settings/form-checkbox/configs/ui-v2.js +1 -1
  2605. package/dist/esm/form/settings/form-dropdown/FormDropdown.js +2 -2
  2606. package/dist/esm/form/settings/form-dropdown/configs/inits.js +1 -1
  2607. package/dist/esm/form/settings/form-dropdown/configs/settings.js +1 -1
  2608. package/dist/esm/form/settings/form-dropdown/configs/translate.js +1 -1
  2609. package/dist/esm/form/settings/form-dropdown/configs/ui-v2.js +1 -1
  2610. package/dist/esm/form/settings/form-email/FormEmail.js +2 -2
  2611. package/dist/esm/form/settings/form-email/configs/inits.js +1 -1
  2612. package/dist/esm/form/settings/form-email/configs/settings.js +1 -1
  2613. package/dist/esm/form/settings/form-email/configs/translate.js +1 -1
  2614. package/dist/esm/form/settings/form-email/configs/ui-v2.js +1 -1
  2615. package/dist/esm/form/settings/form-textarea/Textarea.js +2 -2
  2616. package/dist/esm/form/settings/form-textarea/configs/settings.js +1 -1
  2617. package/dist/esm/form/settings/form-textarea/configs/translate.js +1 -1
  2618. package/dist/esm/form/settings/form-textarea/configs/ui-v2.js +1 -1
  2619. package/dist/esm/form/settings/newsletter/Newsletter.js +2 -2
  2620. package/dist/esm/form/settings/newsletter/configs/inits.js +1 -1
  2621. package/dist/esm/form/settings/newsletter/configs/settings.js +1 -1
  2622. package/dist/esm/form/settings/newsletter/configs/translate.js +1 -1
  2623. package/dist/esm/form/settings/newsletter/configs/ui-v2.js +1 -1
  2624. package/dist/esm/form/settings/submit-button/SubmitButton.js +2 -2
  2625. package/dist/esm/form/settings/submit-button/configs/inits.js +1 -1
  2626. package/dist/esm/form/settings/submit-button/configs/settings.js +2 -2
  2627. package/dist/esm/form/settings/submit-button/configs/translate.js +1 -1
  2628. package/dist/esm/form/settings/submit-button/configs/ui-v2.js +1 -1
  2629. package/dist/esm/form/settings/text-field/TextField.js +2 -2
  2630. package/dist/esm/form/settings/text-field/configs/settings.js +1 -1
  2631. package/dist/esm/form/settings/text-field/configs/translate.js +1 -1
  2632. package/dist/esm/form/settings/text-field/configs/ui-v2.js +1 -1
  2633. package/dist/esm/form/settings/text-input/TextInput.js +2 -2
  2634. package/dist/esm/form/settings/text-input/configs/settings.js +1 -1
  2635. package/dist/esm/form/settings/text-input/configs/translate.js +1 -1
  2636. package/dist/esm/form/settings/text-input/configs/ui-v2.js +1 -1
  2637. package/dist/esm/grid/components/ChildrenDroppable.js +3 -3
  2638. package/dist/esm/grid/components/col/Col.js +1 -1
  2639. package/dist/esm/grid/components/col/Col.liquid.js +2 -2
  2640. package/dist/esm/grid/components/col/common/attrs.js +1 -1
  2641. package/dist/esm/grid/components/col/common/classes.js +1 -1
  2642. package/dist/esm/grid/components/col/common/styles.js +1 -1
  2643. package/dist/esm/grid/components/root/Root.js +1 -1
  2644. package/dist/esm/grid/components/root/Root.liquid.js +1 -1
  2645. package/dist/esm/grid/components/row/Row.js +1 -1
  2646. package/dist/esm/grid/components/row/Row.liquid.js +12 -12
  2647. package/dist/esm/grid/components/row/common/attrs.js +1 -1
  2648. package/dist/esm/grid/components/row/common/classes.js +1 -1
  2649. package/dist/esm/grid/components/row/common/helpers.js +1 -1
  2650. package/dist/esm/grid/components/row/common/styles.js +1 -1
  2651. package/dist/esm/grid/components/section/Section.js +1 -1
  2652. package/dist/esm/grid/components/section/Section.liquid.js +1 -1
  2653. package/dist/esm/grid/hooks/useRowSetting.js +1 -1
  2654. package/dist/esm/grid/index.js +1 -1
  2655. package/dist/esm/grid/next.js +1 -1
  2656. package/dist/esm/grid/settings/Col.js +1 -1
  2657. package/dist/esm/grid/settings/Root.js +1 -1
  2658. package/dist/esm/grid/settings/Row.js +2 -2
  2659. package/dist/esm/grid/settings/Section.js +1 -1
  2660. package/dist/esm/grid/settings/configs/row/presets.js +2 -2
  2661. package/dist/esm/grid/settings/configs/row/settings.js +1 -1
  2662. package/dist/esm/grid/settings/configs/row/translate.js +1 -1
  2663. package/dist/esm/grid/settings/configs/row/ui-v2.js +1 -1
  2664. package/dist/esm/grid/settings/configs/section/settings.js +1 -1
  2665. package/dist/esm/grid/settings/configs/section/ui-v2.js +1 -1
  2666. package/dist/esm/header/components/Header.js +1 -1
  2667. package/dist/esm/header/components/SalePageHeaderWarning.js +1 -1
  2668. package/dist/esm/header/components/icons/ChevronLeft.js +1 -1
  2669. package/dist/esm/header/components/icons/Dismiss.js +1 -1
  2670. package/dist/esm/header/components/icons/MenuIcon.js +1 -1
  2671. package/dist/esm/header/components/kind/basic/DesktopMenu.js +1 -1
  2672. package/dist/esm/header/components/kind/basic/DesktopMenuItem.js +1 -1
  2673. package/dist/esm/header/components/kind/basic/MenuMobileItem.js +1 -1
  2674. package/dist/esm/header/components/kind/basic/MobileMenu.js +1 -1
  2675. package/dist/esm/header/components/kind/basic/index.js +1 -1
  2676. package/dist/esm/header/components/kind/modern/index.js +1 -1
  2677. package/dist/esm/header/hooks/useBodyOverlay.js +1 -1
  2678. package/dist/esm/header/index.js +1 -1
  2679. package/dist/esm/header/next.js +1 -1
  2680. package/dist/esm/header/settings/Header.js +2 -2
  2681. package/dist/esm/header/settings/configs/presets.js +2 -2
  2682. package/dist/esm/header/settings/configs/settings.js +2 -2
  2683. package/dist/esm/header/settings/configs/ui-v2.js +1 -1
  2684. package/dist/esm/heading/components/Heading.js +1 -1
  2685. package/dist/esm/heading/components/Heading.liquid.js +1 -1
  2686. package/dist/esm/heading/index.js +1 -1
  2687. package/dist/esm/heading/next.js +1 -1
  2688. package/dist/esm/heading/settings/Heading.js +2 -2
  2689. package/dist/esm/heading/settings/configs/presets.js +2 -2
  2690. package/dist/esm/heading/settings/configs/settings.js +1 -1
  2691. package/dist/esm/heading/settings/configs/translate.js +1 -1
  2692. package/dist/esm/heading/settings/configs/ui-v2.js +1 -1
  2693. package/dist/esm/headless.js +2 -0
  2694. package/dist/esm/helpers.js +1 -1
  2695. package/dist/esm/hero-banner/common/animation-manager.js +1 -1
  2696. package/dist/esm/hero-banner/common/attrs.js +1 -1
  2697. package/dist/esm/hero-banner/common/classes.js +1 -1
  2698. package/dist/esm/hero-banner/common/const.js +1 -1
  2699. package/dist/esm/hero-banner/common/helpers.js +1 -1
  2700. package/dist/esm/hero-banner/common/styles.js +1 -1
  2701. package/dist/esm/hero-banner/components/HeroBanner.js +1 -1
  2702. package/dist/esm/hero-banner/components/HeroBanner.liquid.js +4 -4
  2703. package/dist/esm/hero-banner/components/HeroBannerItem.js +1 -1
  2704. package/dist/esm/hero-banner/components/HeroBannerItem.liquid.js +9 -9
  2705. package/dist/esm/hero-banner/hooks/useHeroBanner.js +1 -1
  2706. package/dist/esm/hero-banner/hooks/useHeroBannerItem.js +1 -1
  2707. package/dist/esm/hero-banner/hooks/useIntersectionObserver.js +1 -1
  2708. package/dist/esm/hero-banner/hooks/useTranslateValue.js +1 -1
  2709. package/dist/esm/hero-banner/hooks/useWindowSize.js +1 -1
  2710. package/dist/esm/hero-banner/index.js +1 -1
  2711. package/dist/esm/hero-banner/next.js +1 -1
  2712. package/dist/esm/hero-banner/settings/HeroBanner.js +2 -2
  2713. package/dist/esm/hero-banner/settings/configs/presets/banner-1-col-pre-sales-page.js +2 -2
  2714. package/dist/esm/hero-banner/settings/configs/presets/banner-1-col.js +2 -2
  2715. package/dist/esm/hero-banner/settings/configs/presets/banner-content-left-pre-sales-page.js +2 -2
  2716. package/dist/esm/hero-banner/settings/configs/presets/banner-content-left.js +2 -2
  2717. package/dist/esm/hero-banner/settings/configs/presets/banner-content-right-pre-sales-page.js +2 -2
  2718. package/dist/esm/hero-banner/settings/configs/presets/banner-content-right.js +2 -2
  2719. package/dist/esm/hero-banner/settings/configs/presets/banner-parallax-pre-sales-page.js +2 -2
  2720. package/dist/esm/hero-banner/settings/configs/presets/banner-parallax.js +2 -2
  2721. package/dist/esm/hero-banner/settings/configs/presets/banner-video-pre-sales-page.js +2 -2
  2722. package/dist/esm/hero-banner/settings/configs/presets/banner-video.js +2 -2
  2723. package/dist/esm/hero-banner/settings/configs/settings.js +2 -2
  2724. package/dist/esm/hero-banner/settings/configs/translate.js +1 -1
  2725. package/dist/esm/hero-banner/settings/configs/ui-v2.js +1 -1
  2726. package/dist/esm/hooks/useGetProductId.js +1 -1
  2727. package/dist/esm/icon/common/attrs.js +1 -1
  2728. package/dist/esm/icon/common/classes.js +1 -1
  2729. package/dist/esm/icon/common/helpers.js +1 -1
  2730. package/dist/esm/icon/common/styles.js +1 -1
  2731. package/dist/esm/icon/components/Icon.js +1 -1
  2732. package/dist/esm/icon/components/Icon.liquid.js +4 -4
  2733. package/dist/esm/icon/index.js +1 -1
  2734. package/dist/esm/icon/next.js +1 -1
  2735. package/dist/esm/icon/settings/Icon.js +2 -2
  2736. package/dist/esm/icon/settings/configs/presets.js +2 -2
  2737. package/dist/esm/icon/settings/configs/settings.js +2 -2
  2738. package/dist/esm/icon/settings/configs/ui-v2.js +1 -1
  2739. package/dist/esm/icon-list/common/attrs.js +1 -1
  2740. package/dist/esm/icon-list/common/classes.js +1 -1
  2741. package/dist/esm/icon-list/common/styles.js +1 -1
  2742. package/dist/esm/icon-list/components/IconList.js +1 -1
  2743. package/dist/esm/icon-list/components/IconList.liquid.js +11 -11
  2744. package/dist/esm/icon-list/components/IconListItem.js +1 -1
  2745. package/dist/esm/icon-list/components/IconListItem.liquid.js +3 -3
  2746. package/dist/esm/icon-list/index.js +1 -1
  2747. package/dist/esm/icon-list/next.js +1 -1
  2748. package/dist/esm/icon-list/settings/IconList.js +2 -2
  2749. package/dist/esm/icon-list/settings/IconListItem.js +1 -1
  2750. package/dist/esm/icon-list/settings/configs/items.js +1 -1
  2751. package/dist/esm/icon-list/settings/configs/settings.js +1 -1
  2752. package/dist/esm/icon-list/settings/configs/translate.js +1 -1
  2753. package/dist/esm/icon-list/settings/configs/ui-v2.js +1 -1
  2754. package/dist/esm/icon-list-hoz/common/attrs.js +1 -1
  2755. package/dist/esm/icon-list-hoz/common/classes.js +1 -1
  2756. package/dist/esm/icon-list-hoz/common/styles.js +1 -1
  2757. package/dist/esm/icon-list-hoz/components/IconListHoz.js +1 -1
  2758. package/dist/esm/icon-list-hoz/components/IconListHoz.liquid.js +8 -8
  2759. package/dist/esm/icon-list-hoz/components/IconListHozItem.js +1 -1
  2760. package/dist/esm/icon-list-hoz/components/IconListIHozItem.liquid.js +3 -3
  2761. package/dist/esm/icon-list-hoz/index.js +1 -1
  2762. package/dist/esm/icon-list-hoz/next.js +1 -1
  2763. package/dist/esm/icon-list-hoz/settings/IconListHoz.js +2 -2
  2764. package/dist/esm/icon-list-hoz/settings/IconListItem.js +1 -1
  2765. package/dist/esm/icon-list-hoz/settings/ItemTemplate.js +1 -1
  2766. package/dist/esm/icon-list-hoz/settings/configs/presets.js +2 -2
  2767. package/dist/esm/icon-list-hoz/settings/configs/settings.js +1 -1
  2768. package/dist/esm/icon-list-hoz/settings/configs/uiV2.js +1 -1
  2769. package/dist/esm/icon-list-v2/common/classes.js +1 -1
  2770. package/dist/esm/icon-list-v2/common/helpers.js +1 -1
  2771. package/dist/esm/icon-list-v2/common/styles.js +1 -1
  2772. package/dist/esm/icon-list-v2/components/IconList.js +1 -1
  2773. package/dist/esm/icon-list-v2/components/IconList.liquid.js +9 -9
  2774. package/dist/esm/icon-list-v2/hooks/useIconLineHeight.js +1 -1
  2775. package/dist/esm/icon-list-v2/index.js +1 -1
  2776. package/dist/esm/icon-list-v2/next.js +1 -1
  2777. package/dist/esm/icon-list-v2/settings/IconList.js +2 -2
  2778. package/dist/esm/icon-list-v2/settings/configs/items.js +1 -1
  2779. package/dist/esm/icon-list-v2/settings/configs/settings.js +1 -1
  2780. package/dist/esm/icon-list-v2/settings/configs/translate.js +1 -1
  2781. package/dist/esm/icon-list-v2/settings/configs/ui-v2.js +1 -1
  2782. package/dist/esm/image/common/attrs.js +1 -1
  2783. package/dist/esm/image/common/classes.js +1 -1
  2784. package/dist/esm/image/common/const.js +1 -1
  2785. package/dist/esm/image/common/helpers.js +2 -2
  2786. package/dist/esm/image/common/styles.js +1 -1
  2787. package/dist/esm/image/components/AdaptiveImage.js +1 -1
  2788. package/dist/esm/image/components/AdaptiveImage.liquid.js +11 -11
  2789. package/dist/esm/image/components/Image.js +1 -1
  2790. package/dist/esm/image/components/Image.liquid.js +3 -3
  2791. package/dist/esm/image/components/Modal3d.liquid.js +5 -5
  2792. package/dist/esm/image/components/NextImage.js +1 -1
  2793. package/dist/esm/image/components/NextImage.liquid.js +5 -5
  2794. package/dist/esm/image/components/Video.liquid.js +5 -5
  2795. package/dist/esm/image/constants.js +1 -1
  2796. package/dist/esm/image/index.js +1 -1
  2797. package/dist/esm/image/next.js +1 -1
  2798. package/dist/esm/image/settings/Image.js +2 -2
  2799. package/dist/esm/image/settings/configs/presets.js +2 -2
  2800. package/dist/esm/image/settings/configs/settings.js +1 -1
  2801. package/dist/esm/image/settings/configs/translate.js +1 -1
  2802. package/dist/esm/image/settings/configs/ui-v2.js +1 -1
  2803. package/dist/esm/image-comparison/common/attrs.js +1 -1
  2804. package/dist/esm/image-comparison/common/classes.js +1 -1
  2805. package/dist/esm/image-comparison/common/helpers.js +1 -1
  2806. package/dist/esm/image-comparison/common/styles.js +8 -8
  2807. package/dist/esm/image-comparison/components/CompareImage.js +1 -1
  2808. package/dist/esm/image-comparison/components/CompareImage.liquid.js +11 -11
  2809. package/dist/esm/image-comparison/components/ImageComparison.js +1 -1
  2810. package/dist/esm/image-comparison/components/ImageComparison.liquid.js +3 -3
  2811. package/dist/esm/image-comparison/components/Label.js +1 -1
  2812. package/dist/esm/image-comparison/components/Label.liquid.js +2 -2
  2813. package/dist/esm/image-comparison/components/SlideHandle.js +1 -1
  2814. package/dist/esm/image-comparison/components/SlideHandle.liquid.js +5 -5
  2815. package/dist/esm/image-comparison/hooks/useCompareImage.js +1 -1
  2816. package/dist/esm/image-comparison/index.js +1 -1
  2817. package/dist/esm/image-comparison/next.js +1 -1
  2818. package/dist/esm/image-comparison/settings/ImageComparison.js +2 -2
  2819. package/dist/esm/image-comparison/settings/configs/settings.js +1 -1
  2820. package/dist/esm/image-comparison/settings/configs/translate.js +1 -1
  2821. package/dist/esm/image-comparison/settings/configs/ui-v2.js +1 -1
  2822. package/dist/esm/image-detection/components/ImageDetection.js +1 -1
  2823. package/dist/esm/image-detection/index.js +1 -1
  2824. package/dist/esm/image-detection/next.js +1 -1
  2825. package/dist/esm/image-detection/settings/ImageDetection.js +2 -2
  2826. package/dist/esm/image-detection/settings/configs/settings.js +1 -1
  2827. package/dist/esm/index.js +1 -1
  2828. package/dist/esm/input/components/Input.js +1 -1
  2829. package/dist/esm/input/index.js +1 -1
  2830. package/dist/esm/input/next.js +1 -1
  2831. package/dist/esm/input/settings/Input.js +2 -2
  2832. package/dist/esm/input/settings/configs/settings.js +1 -1
  2833. package/dist/esm/line/common/classes.js +1 -1
  2834. package/dist/esm/line/common/helpers.js +1 -1
  2835. package/dist/esm/line/common/styles.js +1 -1
  2836. package/dist/esm/line/components/Divider.js +1 -1
  2837. package/dist/esm/line/components/Divider.liquid.js +1 -1
  2838. package/dist/esm/line/components/Line.js +1 -1
  2839. package/dist/esm/line/components/Line.liquid.js +7 -7
  2840. package/dist/esm/line/index.js +1 -1
  2841. package/dist/esm/line/next.js +1 -1
  2842. package/dist/esm/line/settings/Line.js +2 -2
  2843. package/dist/esm/line/settings/configs/presets.js +2 -2
  2844. package/dist/esm/line/settings/configs/settings.js +1 -1
  2845. package/dist/esm/line/settings/configs/ui-v2.js +1 -1
  2846. package/dist/esm/link/common/helpers.js +1 -1
  2847. package/dist/esm/link/components/CustomLink.js +1 -1
  2848. package/dist/esm/link/components/Link.js +1 -1
  2849. package/dist/esm/link/components/ProductLink.js +1 -1
  2850. package/dist/esm/link/components/next-link/CustomLink.js +1 -1
  2851. package/dist/esm/link/components/next-link/ProductLink.js +1 -1
  2852. package/dist/esm/link/components/next-link/index.js +1 -1
  2853. package/dist/esm/link/index.js +1 -1
  2854. package/dist/esm/link/next.js +1 -1
  2855. package/dist/esm/link/settings/Link.js +1 -1
  2856. package/dist/esm/link/settings/configs/settings.js +1 -1
  2857. package/dist/esm/marquee/common/classes.js +1 -1
  2858. package/dist/esm/marquee/common/helpers.js +1 -1
  2859. package/dist/esm/marquee/common/styles.js +1 -1
  2860. package/dist/esm/marquee/components/Marquee.js +1 -1
  2861. package/dist/esm/marquee/components/Marquee.liquid.js +17 -17
  2862. package/dist/esm/marquee/components/MarqueeBase.js +1 -1
  2863. package/dist/esm/marquee/components/MarqueeBase.liquid.js +7 -7
  2864. package/dist/esm/marquee/components/MarqueeItem.js +1 -1
  2865. package/dist/esm/marquee/components/MarqueeItem.liquid.js +3 -3
  2866. package/dist/esm/marquee/hooks/useMarquee.js +1 -1
  2867. package/dist/esm/marquee/hooks/useMarqueeBase.js +1 -1
  2868. package/dist/esm/marquee/hooks/useMarqueeItem.js +1 -1
  2869. package/dist/esm/marquee/hooks/useMarqueeScrollToItem.js +1 -1
  2870. package/dist/esm/marquee/hooks/useMarqueeStyles.js +1 -1
  2871. package/dist/esm/marquee/hooks/useTransition.js +1 -1
  2872. package/dist/esm/marquee/index.js +1 -1
  2873. package/dist/esm/marquee/next.js +1 -1
  2874. package/dist/esm/marquee/settings/Marquee.js +2 -2
  2875. package/dist/esm/marquee/settings/MarqueeItem.js +1 -1
  2876. package/dist/esm/marquee/settings/configs/child-image-template.js +1 -1
  2877. package/dist/esm/marquee/settings/configs/child-template.js +1 -1
  2878. package/dist/esm/marquee/settings/configs/child-text-template.js +1 -1
  2879. package/dist/esm/marquee/settings/configs/presets.js +2 -2
  2880. package/dist/esm/marquee/settings/configs/settings-v2.js +2 -2
  2881. package/dist/esm/marquee/settings/configs/ui-v2.js +1 -1
  2882. package/dist/esm/menu/components/DropdownMenu.js +1 -1
  2883. package/dist/esm/menu/components/MegaMenu.js +1 -1
  2884. package/dist/esm/menu/components/Menu.js +1 -1
  2885. package/dist/esm/menu/components/NavigationMenu.js +1 -1
  2886. package/dist/esm/menu/components/SubMegaMenu.js +1 -1
  2887. package/dist/esm/menu/components/SubNavigationMenu.js +1 -1
  2888. package/dist/esm/menu/index.js +1 -1
  2889. package/dist/esm/menu/next.js +1 -1
  2890. package/dist/esm/menu/settings/Menu.js +1 -1
  2891. package/dist/esm/menu/settings/configs/settings.js +1 -1
  2892. package/dist/esm/modal/common/helpers.js +1 -1
  2893. package/dist/esm/modal/components/Modal.js +1 -1
  2894. package/dist/esm/modal/components/confirm.js +1 -1
  2895. package/dist/esm/modal/hooks/useModalContainer.js +1 -1
  2896. package/dist/esm/modal/index.js +1 -1
  2897. package/dist/esm/modal/next.js +1 -1
  2898. package/dist/esm/modal/settings/Modal.js +1 -1
  2899. package/dist/esm/modal/settings/configs/settings.js +1 -1
  2900. package/dist/esm/next.js +1 -1
  2901. package/dist/esm/notification/components/Notice.js +1 -1
  2902. package/dist/esm/notification/components/Notifications.js +1 -1
  2903. package/dist/esm/notification/components/icons/CloseIcon.js +1 -1
  2904. package/dist/esm/notification/hooks/useNotification.js +1 -1
  2905. package/dist/esm/pagination/components/Pagination.js +1 -1
  2906. package/dist/esm/pagination/index.js +1 -1
  2907. package/dist/esm/pagination/next.js +1 -1
  2908. package/dist/esm/pagination/settings/Pagination.js +1 -1
  2909. package/dist/esm/pagination/settings/configs/settings.js +1 -1
  2910. package/dist/esm/post-purchase/advanced-list/common/attrs.js +1 -1
  2911. package/dist/esm/post-purchase/advanced-list/common/classes.js +1 -1
  2912. package/dist/esm/post-purchase/advanced-list/common/styles.js +1 -1
  2913. package/dist/esm/post-purchase/advanced-list/components/AdvancedListPostPurchase.js +1 -1
  2914. package/dist/esm/post-purchase/advanced-list/components/PostPurchaseAdvancedListItem.js +1 -1
  2915. package/dist/esm/post-purchase/advanced-list/index.js +1 -1
  2916. package/dist/esm/post-purchase/advanced-list/next.js +1 -1
  2917. package/dist/esm/post-purchase/advanced-list/settings/AdvancedListPostPurchase.js +2 -2
  2918. package/dist/esm/post-purchase/advanced-list/settings/PostPurchaseAdvancedListItem.js +1 -1
  2919. package/dist/esm/post-purchase/advanced-list/settings/configs/presets.js +2 -2
  2920. package/dist/esm/post-purchase/advanced-list/settings/configs/settings.js +1 -1
  2921. package/dist/esm/post-purchase/advanced-list/settings/configs/templates.js +1 -1
  2922. package/dist/esm/post-purchase/advanced-list/settings/configs/ui-v2.js +1 -1
  2923. package/dist/esm/post-purchase/advanced-list/types.js +1 -1
  2924. package/dist/esm/post-purchase/button/common/classes.js +1 -1
  2925. package/dist/esm/post-purchase/button/common/styles.js +1 -1
  2926. package/dist/esm/post-purchase/button/components/Button.js +1 -1
  2927. package/dist/esm/post-purchase/button/index.js +1 -1
  2928. package/dist/esm/post-purchase/button/next.js +1 -1
  2929. package/dist/esm/post-purchase/button/settings/Button.js +2 -2
  2930. package/dist/esm/post-purchase/button/settings/configs/presets.js +2 -2
  2931. package/dist/esm/post-purchase/button/settings/configs/settings.js +1 -1
  2932. package/dist/esm/post-purchase/button/settings/configs/ui-v2.js +1 -1
  2933. package/dist/esm/post-purchase/buyer-consent/common/classes.js +1 -1
  2934. package/dist/esm/post-purchase/buyer-consent/common/constants.js +1 -1
  2935. package/dist/esm/post-purchase/buyer-consent/common/helpers.js +1 -1
  2936. package/dist/esm/post-purchase/buyer-consent/common/styles.js +1 -1
  2937. package/dist/esm/post-purchase/buyer-consent/components/BuyerConsent.js +1 -1
  2938. package/dist/esm/post-purchase/buyer-consent/components/PostPurchaseCheckbox.js +1 -1
  2939. package/dist/esm/post-purchase/buyer-consent/hooks/useBuyerConsentChecked.js +1 -1
  2940. package/dist/esm/post-purchase/buyer-consent/index.js +1 -1
  2941. package/dist/esm/post-purchase/buyer-consent/next.js +1 -1
  2942. package/dist/esm/post-purchase/buyer-consent/settings/BuyerConsent.js +2 -2
  2943. package/dist/esm/post-purchase/buyer-consent/settings/configs/presets.js +2 -2
  2944. package/dist/esm/post-purchase/buyer-consent/settings/configs/settings.js +1 -1
  2945. package/dist/esm/post-purchase/buyer-consent/settings/configs/ui-v2.js +1 -1
  2946. package/dist/esm/post-purchase/callout-banner/common/classes.js +1 -1
  2947. package/dist/esm/post-purchase/callout-banner/common/styles.js +1 -1
  2948. package/dist/esm/post-purchase/callout-banner/components/CalloutBox.js +1 -1
  2949. package/dist/esm/post-purchase/callout-banner/components/CalloutText.js +1 -1
  2950. package/dist/esm/post-purchase/callout-banner/index.js +1 -1
  2951. package/dist/esm/post-purchase/callout-banner/next.js +1 -1
  2952. package/dist/esm/post-purchase/callout-banner/settings/CalloutBox.js +1 -1
  2953. package/dist/esm/post-purchase/callout-banner/settings/CalloutText.js +1 -1
  2954. package/dist/esm/post-purchase/callout-banner/settings/config/callout-box/preset.js +2 -2
  2955. package/dist/esm/post-purchase/callout-banner/settings/config/callout-box/setting.js +2 -2
  2956. package/dist/esm/post-purchase/callout-banner/settings/config/callout-box/ui-v2.js +1 -1
  2957. package/dist/esm/post-purchase/callout-banner/settings/config/callout-text/preset.js +2 -2
  2958. package/dist/esm/post-purchase/callout-banner/settings/config/callout-text/setting.js +1 -1
  2959. package/dist/esm/post-purchase/callout-banner/settings/config/callout-text/ui-v1.js +1 -1
  2960. package/dist/esm/post-purchase/callout-banner/settings/config/callout-text/ui-v2.js +1 -1
  2961. package/dist/esm/post-purchase/common/constants.js +1 -1
  2962. package/dist/esm/post-purchase/common/helper.js +1 -1
  2963. package/dist/esm/post-purchase/countdown-timer/common/classes.js +1 -1
  2964. package/dist/esm/post-purchase/countdown-timer/common/styles.js +1 -1
  2965. package/dist/esm/post-purchase/countdown-timer/components/PostPurchaseCountdownTimer.js +1 -1
  2966. package/dist/esm/post-purchase/countdown-timer/components/TextCountdown.js +1 -1
  2967. package/dist/esm/post-purchase/countdown-timer/hooks/useCountdownTimer.js +1 -1
  2968. package/dist/esm/post-purchase/countdown-timer/hooks/useGetTimeExpired.js +1 -1
  2969. package/dist/esm/post-purchase/countdown-timer/index.js +1 -1
  2970. package/dist/esm/post-purchase/countdown-timer/next.js +1 -1
  2971. package/dist/esm/post-purchase/countdown-timer/settings/CountdownTimer.js +2 -2
  2972. package/dist/esm/post-purchase/countdown-timer/settings/config/preset.js +2 -2
  2973. package/dist/esm/post-purchase/countdown-timer/settings/config/setting.js +1 -1
  2974. package/dist/esm/post-purchase/countdown-timer/settings/config/ui-v2.js +1 -1
  2975. package/dist/esm/post-purchase/image/common/classes.js +1 -1
  2976. package/dist/esm/post-purchase/image/common/helpers.js +1 -1
  2977. package/dist/esm/post-purchase/image/common/styles.js +1 -1
  2978. package/dist/esm/post-purchase/image/components/AdaptiveImage.js +1 -1
  2979. package/dist/esm/post-purchase/image/components/Image.js +1 -1
  2980. package/dist/esm/post-purchase/image/components/Img.js +1 -1
  2981. package/dist/esm/post-purchase/image/index.js +1 -1
  2982. package/dist/esm/post-purchase/image/next.js +1 -1
  2983. package/dist/esm/post-purchase/image/settings/Image.js +2 -2
  2984. package/dist/esm/post-purchase/image/settings/configs/setting-v2.js +1 -1
  2985. package/dist/esm/post-purchase/image/settings/configs/ui-v2.js +1 -1
  2986. package/dist/esm/post-purchase/line/common/classes.js +1 -1
  2987. package/dist/esm/post-purchase/line/common/styles.js +1 -1
  2988. package/dist/esm/post-purchase/line/components/PostPurchaseLine.js +1 -1
  2989. package/dist/esm/post-purchase/line/index.js +1 -1
  2990. package/dist/esm/post-purchase/line/next.js +1 -1
  2991. package/dist/esm/post-purchase/line/settings/PostPurchaseLine.js +2 -2
  2992. package/dist/esm/post-purchase/line/settings/configs/presets.js +2 -2
  2993. package/dist/esm/post-purchase/line/settings/configs/settings.js +1 -1
  2994. package/dist/esm/post-purchase/line/settings/configs/ui-v2.js +1 -1
  2995. package/dist/esm/post-purchase/line/types.js +1 -1
  2996. package/dist/esm/post-purchase/link/common/classes.js +1 -1
  2997. package/dist/esm/post-purchase/link/common/helpers.js +1 -1
  2998. package/dist/esm/post-purchase/link/common/styles.js +1 -1
  2999. package/dist/esm/post-purchase/link/components/PostPurchaseLink.js +1 -1
  3000. package/dist/esm/post-purchase/link/index.js +1 -1
  3001. package/dist/esm/post-purchase/link/next.js +1 -1
  3002. package/dist/esm/post-purchase/link/settings/PostPurchaseLink.js +2 -2
  3003. package/dist/esm/post-purchase/link/settings/configs/presets.js +2 -2
  3004. package/dist/esm/post-purchase/link/settings/configs/settings.js +1 -1
  3005. package/dist/esm/post-purchase/link/settings/configs/ui-v2.js +1 -1
  3006. package/dist/esm/post-purchase/product/common/attrs.js +1 -1
  3007. package/dist/esm/post-purchase/product/common/classes.js +1 -1
  3008. package/dist/esm/post-purchase/product/common/helpers.js +1 -1
  3009. package/dist/esm/post-purchase/product/common/styles.js +1 -1
  3010. package/dist/esm/post-purchase/product/components/AcceptButton.js +1 -1
  3011. package/dist/esm/post-purchase/product/components/ProductDescription.js +1 -1
  3012. package/dist/esm/post-purchase/product/components/ProductDiscountTag.js +1 -1
  3013. package/dist/esm/post-purchase/product/components/ProductPrice.js +1 -1
  3014. package/dist/esm/post-purchase/product/components/ProductPriceBreakdown.js +1 -1
  3015. package/dist/esm/post-purchase/product/components/ProductQuantity.js +1 -1
  3016. package/dist/esm/post-purchase/product/components/ProductTitle.js +1 -1
  3017. package/dist/esm/post-purchase/product/components/price-breakdown/MoneyLine.js +1 -1
  3018. package/dist/esm/post-purchase/product/components/product-image/FeatureImage.js +1 -1
  3019. package/dist/esm/post-purchase/product/components/product-image/ImageListCarousel.js +1 -1
  3020. package/dist/esm/post-purchase/product/components/product-image/ImageListGrid.js +1 -1
  3021. package/dist/esm/post-purchase/product/components/product-image/ItemCarouselPostPurchase.js +1 -1
  3022. package/dist/esm/post-purchase/product/components/product-image/ItemGridPostPurchase.js +1 -1
  3023. package/dist/esm/post-purchase/product/components/product-image/carousel-post-purchase/Arrow.js +1 -1
  3024. package/dist/esm/post-purchase/product/components/product-image/carousel-post-purchase/CarouselPostPurchase.js +1 -1
  3025. package/dist/esm/post-purchase/product/components/product-image/carousel-post-purchase/CarouselPostPurchaseContext.js +1 -1
  3026. package/dist/esm/post-purchase/product/components/product-image/carousel-post-purchase/CarouselWrapperPostPurchase.js +1 -1
  3027. package/dist/esm/post-purchase/product/components/product-image/index.js +1 -1
  3028. package/dist/esm/post-purchase/product/components/product-image/layouts/FeatureImageWithGalleryImage.js +1 -1
  3029. package/dist/esm/post-purchase/product/components/product-image/layouts/OnlyGalleryImage.js +1 -1
  3030. package/dist/esm/post-purchase/product/components/product-offer/common/attrs.js +1 -1
  3031. package/dist/esm/post-purchase/product/components/product-offer/common/classes.js +1 -1
  3032. package/dist/esm/post-purchase/product/components/product-offer/common/styles.js +1 -1
  3033. package/dist/esm/post-purchase/product/components/product-offer/components/ProductOffer.js +1 -1
  3034. package/dist/esm/post-purchase/product/components/product-offer/components/ProductOfferItem.js +1 -1
  3035. package/dist/esm/post-purchase/product/components/product-offer/hooks/useProductOfferData.js +1 -1
  3036. package/dist/esm/post-purchase/product/components/product-subscription/ProductSubscription.js +1 -1
  3037. package/dist/esm/post-purchase/product/components/product-subscription/common/attrs.js +1 -1
  3038. package/dist/esm/post-purchase/product/components/product-subscription/common/classes.js +1 -1
  3039. package/dist/esm/post-purchase/product/components/product-subscription/common/extractSellingPlanSettings.js +1 -1
  3040. package/dist/esm/post-purchase/product/components/product-subscription/common/styles.js +1 -1
  3041. package/dist/esm/post-purchase/product/components/product-subscription/components/OneTimePurchaseTooltip.js +1 -1
  3042. package/dist/esm/post-purchase/product/components/product-subscription/components/ProductSubscriptionContent.js +1 -1
  3043. package/dist/esm/post-purchase/product/components/product-subscription/components/ProductSubscriptionOptions.js +1 -1
  3044. package/dist/esm/post-purchase/product/components/product-subscription/components/SellingPlanDropdown.js +1 -1
  3045. package/dist/esm/post-purchase/product/components/product-subscription/components/SellingPlanLabel.js +1 -1
  3046. package/dist/esm/post-purchase/product/components/product-subscription/components/SellingPlanRadio.js +1 -1
  3047. package/dist/esm/post-purchase/product/components/product-subscription/components/SubscriptionDetail.js +1 -1
  3048. package/dist/esm/post-purchase/product/components/product-subscription/components/SubscriptionRadio.js +1 -1
  3049. package/dist/esm/post-purchase/product/components/product-subscription/helpers/calculateBestSellingPlan.js +1 -1
  3050. package/dist/esm/post-purchase/product/components/product-subscription/helpers/findDefaultValue.js +1 -1
  3051. package/dist/esm/post-purchase/product/components/product-subscription/helpers/findMatchedGroup.js +1 -1
  3052. package/dist/esm/post-purchase/product/components/product-subscription/helpers/findVariantByOptions.js +1 -1
  3053. package/dist/esm/post-purchase/product/components/product-subscription/helpers/handleContainerKeyDown.js +1 -1
  3054. package/dist/esm/post-purchase/product/components/product-subscription/hooks/useCheckProductsSubscriptionExistence.js +1 -1
  3055. package/dist/esm/post-purchase/product/components/product-subscription/hooks/useProductSubscriptionContentData.js +1 -1
  3056. package/dist/esm/post-purchase/product/components/product-subscription/hooks/useSellingPlanChange.js +1 -1
  3057. package/dist/esm/post-purchase/product/components/product-subscription/hooks/useSellingPlanOptions.js +1 -1
  3058. package/dist/esm/post-purchase/product/components/product-subscription/hooks/useSellingSubscription.js +1 -1
  3059. package/dist/esm/post-purchase/product/components/product-subscription/hooks/useSubscriptionVisibility.js +1 -1
  3060. package/dist/esm/post-purchase/product/components/product-subscription/types.js +1 -1
  3061. package/dist/esm/post-purchase/product/components/product-variant/common/classes.js +1 -1
  3062. package/dist/esm/post-purchase/product/components/product-variant/common/helpers.js +1 -1
  3063. package/dist/esm/post-purchase/product/components/product-variant/common/styles.js +1 -1
  3064. package/dist/esm/post-purchase/product/components/product-variant/components/ProductOption.js +1 -1
  3065. package/dist/esm/post-purchase/product/components/product-variant/components/ProductVariant.js +1 -1
  3066. package/dist/esm/post-purchase/product/components/product-variant/components/variants/Dropdown.js +1 -1
  3067. package/dist/esm/post-purchase/product/components/product-variant/components/variants/DropdownOption.js +1 -1
  3068. package/dist/esm/post-purchase/product/components/product-variant/components/variants/RectangleList.js +1 -1
  3069. package/dist/esm/post-purchase/product/components/product-variant/components/variants/VariantGroup.js +1 -1
  3070. package/dist/esm/post-purchase/product/components/product-variant/components/variants/VariantItem.js +1 -1
  3071. package/dist/esm/post-purchase/product/components/product-variant/components/variants/VariantOption.js +1 -1
  3072. package/dist/esm/post-purchase/product/components/product-variant/hooks/useTransition.js +1 -1
  3073. package/dist/esm/post-purchase/product/constants/ProductOfferPlaceholder.js +1 -1
  3074. package/dist/esm/post-purchase/product/constants/index.js +1 -1
  3075. package/dist/esm/post-purchase/product/helpers/index.js +1 -1
  3076. package/dist/esm/post-purchase/product/helpers/product-price-breakdown/getClasses.js +1 -1
  3077. package/dist/esm/post-purchase/product/helpers/product-price-breakdown/getPrice.js +1 -1
  3078. package/dist/esm/post-purchase/product/helpers/product-price-breakdown/getStyles.js +1 -1
  3079. package/dist/esm/post-purchase/product/helpers/product-quantity/getClasses.js +1 -1
  3080. package/dist/esm/post-purchase/product/helpers/product-quantity/getStyles.js +1 -1
  3081. package/dist/esm/post-purchase/product/hooks/useCarousel.js +1 -1
  3082. package/dist/esm/post-purchase/product/hooks/useDynamicProduct.js +1 -1
  3083. package/dist/esm/post-purchase/product/hooks/useFeatureImagePostPurchase.js +1 -1
  3084. package/dist/esm/post-purchase/product/hooks/useGetItemGapPriceBreakdown.js +1 -1
  3085. package/dist/esm/post-purchase/product/hooks/useGetMoneyLines.js +1 -1
  3086. package/dist/esm/post-purchase/product/hooks/useGetTextSetting.js +1 -1
  3087. package/dist/esm/post-purchase/product/hooks/useHandleQuantity.js +1 -1
  3088. package/dist/esm/post-purchase/product/hooks/useListCarousel.js +1 -1
  3089. package/dist/esm/post-purchase/product/hooks/useNavigationCarouselPostPurchase.js +1 -1
  3090. package/dist/esm/post-purchase/product/hooks/useProductImagePostPurchase.js +1 -1
  3091. package/dist/esm/post-purchase/product/hooks/useProductPriceBreakdown.js +1 -1
  3092. package/dist/esm/post-purchase/product/hooks/useRecurringSubtotal.js +1 -1
  3093. package/dist/esm/post-purchase/product/hooks/useSetCollapsePrice.js +1 -1
  3094. package/dist/esm/post-purchase/product/hooks/useSlideCarousel.js +1 -1
  3095. package/dist/esm/post-purchase/product/hooks/useSubscriptionConsentCheck.js +1 -1
  3096. package/dist/esm/post-purchase/product/hooks/useSubscriptionSellingType.js +1 -1
  3097. package/dist/esm/post-purchase/product/index.js +1 -1
  3098. package/dist/esm/post-purchase/product/next.js +1 -1
  3099. package/dist/esm/post-purchase/product/settings/accept-button/configs/presets.js +2 -2
  3100. package/dist/esm/post-purchase/product/settings/accept-button/configs/settings.js +1 -1
  3101. package/dist/esm/post-purchase/product/settings/accept-button/configs/ui-v2.js +1 -1
  3102. package/dist/esm/post-purchase/product/settings/accept-button/index.js +2 -2
  3103. package/dist/esm/post-purchase/product/settings/presets-config/product-presets/product-1-col.js +2 -2
  3104. package/dist/esm/post-purchase/product/settings/presets-config/product-presets/product-2-col.js +2 -2
  3105. package/dist/esm/post-purchase/product/settings/presets-config/product-presets/product-default.js +2 -2
  3106. package/dist/esm/post-purchase/product/settings/presets-config/product-presets/product-offer-1-col.js +2 -2
  3107. package/dist/esm/post-purchase/product/settings/presets-config/product-presets/product-offer-2-col.js +2 -2
  3108. package/dist/esm/post-purchase/product/settings/presets-config/product-presets/product-offer-default.js +2 -2
  3109. package/dist/esm/post-purchase/product/settings/product-description/ProductDescription.js +2 -2
  3110. package/dist/esm/post-purchase/product/settings/product-description/configs/settings-v2.js +1 -1
  3111. package/dist/esm/post-purchase/product/settings/product-description/configs/ui-v2.js +1 -1
  3112. package/dist/esm/post-purchase/product/settings/product-discount-tag/ProductDiscountTag.js +2 -2
  3113. package/dist/esm/post-purchase/product/settings/product-discount-tag/configs/setting-v2.js +1 -1
  3114. package/dist/esm/post-purchase/product/settings/product-discount-tag/configs/ui-v2.js +1 -1
  3115. package/dist/esm/post-purchase/product/settings/product-image/ProductImages.js +2 -2
  3116. package/dist/esm/post-purchase/product/settings/product-image/configs/settings-v2.js +1 -1
  3117. package/dist/esm/post-purchase/product/settings/product-image/configs/ui-v2.js +1 -1
  3118. package/dist/esm/post-purchase/product/settings/product-offer/configs/settings-v2.js +2 -2
  3119. package/dist/esm/post-purchase/product/settings/product-offer/configs/ui-v2.js +1 -1
  3120. package/dist/esm/post-purchase/product/settings/product-offer/index.js +2 -2
  3121. package/dist/esm/post-purchase/product/settings/product-price/ProductPrice.js +2 -2
  3122. package/dist/esm/post-purchase/product/settings/product-price/configs/settings-v2.js +1 -1
  3123. package/dist/esm/post-purchase/product/settings/product-price/configs/ui-v2.js +1 -1
  3124. package/dist/esm/post-purchase/product/settings/product-price-breakdown/configs/presets.js +2 -2
  3125. package/dist/esm/post-purchase/product/settings/product-price-breakdown/configs/settings.js +1 -1
  3126. package/dist/esm/post-purchase/product/settings/product-price-breakdown/configs/ui-v2.js +1 -1
  3127. package/dist/esm/post-purchase/product/settings/product-price-breakdown/index.js +2 -2
  3128. package/dist/esm/post-purchase/product/settings/product-quantity/configs/presets.js +2 -2
  3129. package/dist/esm/post-purchase/product/settings/product-quantity/configs/settings.js +1 -1
  3130. package/dist/esm/post-purchase/product/settings/product-quantity/configs/ui-v2.js +1 -1
  3131. package/dist/esm/post-purchase/product/settings/product-quantity/index.js +2 -2
  3132. package/dist/esm/post-purchase/product/settings/product-subscription/configs/presets.js +2 -2
  3133. package/dist/esm/post-purchase/product/settings/product-subscription/configs/settings.js +1 -1
  3134. package/dist/esm/post-purchase/product/settings/product-subscription/configs/ui-v2.js +1 -1
  3135. package/dist/esm/post-purchase/product/settings/product-subscription/index.js +2 -2
  3136. package/dist/esm/post-purchase/product/settings/product-title/ProductTitle.js +2 -2
  3137. package/dist/esm/post-purchase/product/settings/product-title/configs/settings-v2.js +1 -1
  3138. package/dist/esm/post-purchase/product/settings/product-title/configs/ui-v2.js +1 -1
  3139. package/dist/esm/post-purchase/product/settings/product-variants/ProductVariant.js +2 -2
  3140. package/dist/esm/post-purchase/product/settings/product-variants/configs/settings-v1.js +2 -2
  3141. package/dist/esm/post-purchase/product/settings/product-variants/configs/settings-v2.js +2 -2
  3142. package/dist/esm/post-purchase/product/settings/product-variants/configs/ui-v2.js +1 -1
  3143. package/dist/esm/post-purchase/text/common/attrs.js +1 -1
  3144. package/dist/esm/post-purchase/text/common/classes.js +1 -1
  3145. package/dist/esm/post-purchase/text/common/helpers.js +1 -1
  3146. package/dist/esm/post-purchase/text/common/styles.js +1 -1
  3147. package/dist/esm/post-purchase/text/components/Text.js +2 -2
  3148. package/dist/esm/post-purchase/text/index.js +1 -1
  3149. package/dist/esm/post-purchase/text/next.js +1 -1
  3150. package/dist/esm/post-purchase/text/settings/heading/Heading.js +1 -1
  3151. package/dist/esm/post-purchase/text/settings/heading/configs/presets-v2.js +2 -2
  3152. package/dist/esm/post-purchase/text/settings/text/Text.js +2 -2
  3153. package/dist/esm/post-purchase/text/settings/text/configs/setting-v2.js +1 -1
  3154. package/dist/esm/post-purchase/text/settings/text/configs/ui-v2.js +1 -1
  3155. package/dist/esm/postPurchaseSetting.js +1 -1
  3156. package/dist/esm/product/components/ProductImages.js +1 -1
  3157. package/dist/esm/product/components/ProductImages.liquid.js +9 -9
  3158. package/dist/esm/product/components/ProductNotFound.js +1 -1
  3159. package/dist/esm/product/components/SalePageProductListWarning.js +1 -1
  3160. package/dist/esm/product/components/constants/product-bundle.js +1 -1
  3161. package/dist/esm/product/components/dynamic-checkout/Button.liquid.js +3 -3
  3162. package/dist/esm/product/components/dynamic-checkout/DynamicCheckout.js +1 -1
  3163. package/dist/esm/product/components/dynamic-checkout/DynamicCheckout.liquid.js +1 -1
  3164. package/dist/esm/product/components/dynamic-checkout/common/classes.js +1 -1
  3165. package/dist/esm/product/components/dynamic-checkout/common/styles.js +20 -20
  3166. package/dist/esm/product/components/file-upload/UploadFile.js +1 -1
  3167. package/dist/esm/product/components/file-upload/UploadFile.liquid.js +4 -4
  3168. package/dist/esm/product/components/file-upload/common/attr.js +1 -1
  3169. package/dist/esm/product/components/file-upload/common/classes.js +1 -1
  3170. package/dist/esm/product/components/file-upload/common/helpers.js +1 -1
  3171. package/dist/esm/product/components/file-upload/common/style.js +1 -1
  3172. package/dist/esm/product/components/file-upload/settings/configs/presets.js +2 -2
  3173. package/dist/esm/product/components/file-upload/settings/configs/settings.js +2 -2
  3174. package/dist/esm/product/components/file-upload/settings/configs/translate.js +1 -1
  3175. package/dist/esm/product/components/file-upload/settings/configs/ui-v1.js +1 -1
  3176. package/dist/esm/product/components/file-upload/settings/configs/ui-v2.js +1 -1
  3177. package/dist/esm/product/components/file-upload/settings/index.js +2 -2
  3178. package/dist/esm/product/components/product-badge/ProductBadge.js +1 -1
  3179. package/dist/esm/product/components/product-badge/ProductBadge.liquid.js +9 -9
  3180. package/dist/esm/product/components/product-badge/common/attrs.js +1 -1
  3181. package/dist/esm/product/components/product-badge/common/classes.js +1 -1
  3182. package/dist/esm/product/components/product-badge/common/styles.js +1 -1
  3183. package/dist/esm/product/components/product-badge/constants.js +1 -1
  3184. package/dist/esm/product/components/product-badge/types.js +1 -1
  3185. package/dist/esm/product/components/product-badge/utils/common.js +1 -1
  3186. package/dist/esm/product/components/product-badge/utils/generateLiquidContent.js +2 -2
  3187. package/dist/esm/product/components/product-badge/utils/getRotateShape.js +1 -1
  3188. package/dist/esm/product/components/product-badge/utils/getShapePosition.js +1 -1
  3189. package/dist/esm/product/components/product-badge/utils/getStyleAdvanced.js +1 -1
  3190. package/dist/esm/product/components/product-badge/utils/getWhiteSpace.js +1 -1
  3191. package/dist/esm/product/components/product-badge/utils/renderBadgeILP.js +1 -1
  3192. package/dist/esm/product/components/product-badge/utils/renderBadgeLiquid.js +29 -29
  3193. package/dist/esm/product/components/product-badge/utils/shape.js +1 -1
  3194. package/dist/esm/product/components/product-badge/utils/stylesV2.js +2 -2
  3195. package/dist/esm/product/components/product-bundle/ProductBundleDiscount.js +1 -1
  3196. package/dist/esm/product/components/product-bundle/ProductBundleDiscount.liquid.js +8 -8
  3197. package/dist/esm/product/components/product-bundle/ProductBundleDiscountChildrenItem.js +1 -1
  3198. package/dist/esm/product/components/product-bundle/ProductBundleDiscountChildrenItem.liquid.js +6 -6
  3199. package/dist/esm/product/components/product-bundle/ProductBundleDiscountItem.js +1 -1
  3200. package/dist/esm/product/components/product-bundle/ProductBundleDiscountItem.liquid.js +1 -1
  3201. package/dist/esm/product/components/product-bundle/common/classes.js +1 -1
  3202. package/dist/esm/product/components/product-bundle/common/helpers.js +1 -1
  3203. package/dist/esm/product/components/product-bundle/common/styles.js +1 -1
  3204. package/dist/esm/product/components/product-bundle/hooks/useProductBundleDataState.js +3 -3
  3205. package/dist/esm/product/components/product-bundle/hooks/useProductBundleDiscountState.js +1 -1
  3206. package/dist/esm/product/components/product-bundle/setting/ProductBundleDiscount.js +2 -2
  3207. package/dist/esm/product/components/product-bundle/setting/ProductBundleDiscountItem.js +1 -1
  3208. package/dist/esm/product/components/product-bundle/setting/configs/settings.js +1 -1
  3209. package/dist/esm/product/components/product-bundle/setting/configs/ui-v1.js +1 -1
  3210. package/dist/esm/product/components/product-bundle/setting/configs/ui-v2.js +1 -1
  3211. package/dist/esm/product/components/product-button/AddToCartButton.js +1 -1
  3212. package/dist/esm/product/components/product-button/AddToCartButton.liquid.js +1 -1
  3213. package/dist/esm/product/components/product-button/BlankSpace.js +1 -1
  3214. package/dist/esm/product/components/product-button/BlankSpace.liquid.js +2 -2
  3215. package/dist/esm/product/components/product-button/CartMessage.js +1 -1
  3216. package/dist/esm/product/components/product-button/PriceComponent.js +1 -1
  3217. package/dist/esm/product/components/product-button/PriceComponent.liquid.js +1 -1
  3218. package/dist/esm/product/components/product-button/PriceLayout.js +1 -1
  3219. package/dist/esm/product/components/product-button/PriceLayout.liquid.js +2 -2
  3220. package/dist/esm/product/components/product-button/ProductButton.js +1 -1
  3221. package/dist/esm/product/components/product-button/ProductButton.liquid.js +8 -8
  3222. package/dist/esm/product/components/product-button/ProductButtonPrice.js +1 -1
  3223. package/dist/esm/product/components/product-button/ProductButtonPrice.liquid.js +1 -1
  3224. package/dist/esm/product/components/product-button/Separator.js +1 -1
  3225. package/dist/esm/product/components/product-button/Separator.liquid.js +4 -4
  3226. package/dist/esm/product/components/product-button/SoldOutButton.js +1 -1
  3227. package/dist/esm/product/components/product-button/SoldOutButton.liquid.js +1 -1
  3228. package/dist/esm/product/components/product-button/common/classes.js +1 -1
  3229. package/dist/esm/product/components/product-button/common/constants.js +2 -2
  3230. package/dist/esm/product/components/product-button/common/data.js +1 -1
  3231. package/dist/esm/product/components/product-button/common/helpers.js +1 -1
  3232. package/dist/esm/product/components/product-button/common/styles.js +1 -1
  3233. package/dist/esm/product/components/product-button/helpers/getButtonDynamicSourceLocales.js +1 -1
  3234. package/dist/esm/product/components/product-button/hooks/useAddToCart.js +1 -1
  3235. package/dist/esm/product/components/product-button/hooks/useCartMessage.js +1 -1
  3236. package/dist/esm/product/components/product-button/hooks/useCartOperations.js +1 -1
  3237. package/dist/esm/product/components/product-button/hooks/useDispatchAfterSubmitEvent.js +1 -1
  3238. package/dist/esm/product/components/product-button/types.js +1 -1
  3239. package/dist/esm/product/components/product-description/ProductDescription.js +1 -1
  3240. package/dist/esm/product/components/product-description/ProductDescription.liquid.js +10 -10
  3241. package/dist/esm/product/components/product-description/common/classes.js +1 -1
  3242. package/dist/esm/product/components/product-description/common/helpers.js +2 -2
  3243. package/dist/esm/product/components/product-description/common/styles.js +2 -2
  3244. package/dist/esm/product/components/product-description/hooks/useGpDescription.js +1 -1
  3245. package/dist/esm/product/components/product-discount-tag/ProductDiscountTag.js +1 -1
  3246. package/dist/esm/product/components/product-discount-tag/ProductDiscountTag.liquid.js +11 -11
  3247. package/dist/esm/product/components/product-discount-tag/common/classes.js +1 -1
  3248. package/dist/esm/product/components/product-discount-tag/common/styles.js +1 -1
  3249. package/dist/esm/product/components/product-discount-tag/hooks/useGpDiscountTag.js +1 -1
  3250. package/dist/esm/product/components/product-images/ProductFeaturedImage.js +1 -1
  3251. package/dist/esm/product/components/product-images/ProductFeaturedImage.liquid.js +31 -31
  3252. package/dist/esm/product/components/product-images/ProductGalleryCarousel.js +1 -1
  3253. package/dist/esm/product/components/product-images/ProductGalleryCarousel.liquid.js +6 -6
  3254. package/dist/esm/product/components/product-images/ProductGalleryGrid.js +1 -1
  3255. package/dist/esm/product/components/product-images/ProductGalleryGrid.liquid.js +10 -10
  3256. package/dist/esm/product/components/product-images/ProductImagesLightBox.js +1 -1
  3257. package/dist/esm/product/components/product-images/common/helpers.js +1 -1
  3258. package/dist/esm/product/components/product-images/common/productFeaturedImage.js +1 -1
  3259. package/dist/esm/product/components/product-images/common/productGallery.js +1 -1
  3260. package/dist/esm/product/components/product-images-v2/ProductImageV2.js +2 -2
  3261. package/dist/esm/product/components/product-images-v2/ProductImagesV2.liquid.js +17 -17
  3262. package/dist/esm/product/components/product-images-v2/common/attrs.js +1 -1
  3263. package/dist/esm/product/components/product-images-v2/common/classes.js +1 -1
  3264. package/dist/esm/product/components/product-images-v2/common/common.js +1 -1
  3265. package/dist/esm/product/components/product-images-v2/common/getBorderActiveCss.js +2 -2
  3266. package/dist/esm/product/components/product-images-v2/common/hoverAction.js +1 -1
  3267. package/dist/esm/product/components/product-images-v2/common/productFeaturedImage.js +1 -1
  3268. package/dist/esm/product/components/product-images-v2/common/productGallery.js +1 -1
  3269. package/dist/esm/product/components/product-images-v2/common/styles.js +1 -1
  3270. package/dist/esm/product/components/product-images-v2/components/child/MediaIcon.js +1 -1
  3271. package/dist/esm/product/components/product-images-v2/components/child/ProductFeatureVideo.js +1 -1
  3272. package/dist/esm/product/components/product-images-v2/components/child/ProductFeaturedImageCarousel.js +1 -1
  3273. package/dist/esm/product/components/product-images-v2/components/child/ProductFeaturedImageOnly.js +1 -1
  3274. package/dist/esm/product/components/product-images-v2/components/child/ProductGalleryGrid.js +2 -2
  3275. package/dist/esm/product/components/product-images-v2/components/feature-gallery/FeatureImageWithGallery.js +1 -1
  3276. package/dist/esm/product/components/product-images-v2/components/feature-gallery/FeatureImageWithGallery.liquid.js +41 -41
  3277. package/dist/esm/product/components/product-images-v2/components/feature-only/OnlyFeatureImage.js +1 -1
  3278. package/dist/esm/product/components/product-images-v2/components/gallery-carousel/GalleryCarousel.js +1 -1
  3279. package/dist/esm/product/components/product-images-v2/components/gallery-carousel/GalleryCarousel.liquid.js +6 -6
  3280. package/dist/esm/product/components/product-images-v2/components/gallery-grid/GalleryGrid.js +1 -1
  3281. package/dist/esm/product/components/product-images-v2/components/gallery-grid/GalleryGrid.liquid.js +2 -2
  3282. package/dist/esm/product/components/product-images-v2/components/lightbox/ButtonOpenLightBox.js +1 -1
  3283. package/dist/esm/product/components/product-images-v2/components/lightbox/ProductImagesLightBox.js +1 -1
  3284. package/dist/esm/product/components/product-images-v2/composables/getProductImagesAttr.js +1 -1
  3285. package/dist/esm/product/components/product-images-v2/composables/getProductImagesClassName.js +1 -1
  3286. package/dist/esm/product/components/product-images-v2/composables/getProductImagesStyles.js +1 -1
  3287. package/dist/esm/product/components/product-images-v2/hooks/useFeatureImageWithGallery.js +1 -1
  3288. package/dist/esm/product/components/product-images-v2/hooks/useFilterImagesByVariant.js +1 -1
  3289. package/dist/esm/product/components/product-images-v2/hooks/useGalleryCarousel.js +1 -1
  3290. package/dist/esm/product/components/product-images-v2/hooks/useProductFeaturedImageCarousel.js +1 -1
  3291. package/dist/esm/product/components/product-images-v2/hooks/useProductGalleryGrid.js +1 -1
  3292. package/dist/esm/product/components/product-images-v3/ProductImageV3.js +2 -2
  3293. package/dist/esm/product/components/product-images-v3/ProductImagesV3.liquid.js +17 -17
  3294. package/dist/esm/product/components/product-images-v3/common/attrs.js +1 -1
  3295. package/dist/esm/product/components/product-images-v3/common/classes.js +1 -1
  3296. package/dist/esm/product/components/product-images-v3/common/common.js +1 -1
  3297. package/dist/esm/product/components/product-images-v3/common/getBorderActiveCss.js +2 -2
  3298. package/dist/esm/product/components/product-images-v3/common/hoverAction.js +1 -1
  3299. package/dist/esm/product/components/product-images-v3/common/productFeaturedImage.js +1 -1
  3300. package/dist/esm/product/components/product-images-v3/common/productGallery.js +1 -1
  3301. package/dist/esm/product/components/product-images-v3/common/styles.js +1 -1
  3302. package/dist/esm/product/components/product-images-v3/components/child/MediaIcon.js +1 -1
  3303. package/dist/esm/product/components/product-images-v3/components/child/ProductFeatureVideo.js +1 -1
  3304. package/dist/esm/product/components/product-images-v3/components/child/ProductFeaturedImageCarousel.js +1 -1
  3305. package/dist/esm/product/components/product-images-v3/components/child/ProductFeaturedImageOnly.js +1 -1
  3306. package/dist/esm/product/components/product-images-v3/components/child/ProductGalleryGrid.js +2 -2
  3307. package/dist/esm/product/components/product-images-v3/components/feature-gallery/FeatureImageWithGallery.js +1 -1
  3308. package/dist/esm/product/components/product-images-v3/components/feature-gallery/FeatureImageWithGallery.liquid.js +43 -43
  3309. package/dist/esm/product/components/product-images-v3/components/feature-only/OnlyFeatureImage.js +1 -1
  3310. package/dist/esm/product/components/product-images-v3/components/gallery-carousel/GalleryCarousel.js +1 -1
  3311. package/dist/esm/product/components/product-images-v3/components/gallery-carousel/GalleryCarousel.liquid.js +7 -7
  3312. package/dist/esm/product/components/product-images-v3/components/gallery-grid/GalleryGrid.js +1 -1
  3313. package/dist/esm/product/components/product-images-v3/components/gallery-grid/GalleryGrid.liquid.js +2 -2
  3314. package/dist/esm/product/components/product-images-v3/components/lightbox/ButtonOpenLightBox.js +1 -1
  3315. package/dist/esm/product/components/product-images-v3/components/lightbox/ProductImagesLightBox.js +1 -1
  3316. package/dist/esm/product/components/product-images-v3/composables/getProductImagesAttr.js +1 -1
  3317. package/dist/esm/product/components/product-images-v3/composables/getProductImagesClassName.js +1 -1
  3318. package/dist/esm/product/components/product-images-v3/composables/getProductImagesStyles.js +1 -1
  3319. package/dist/esm/product/components/product-images-v3/hooks/useFeatureImageWithGallery.js +1 -1
  3320. package/dist/esm/product/components/product-images-v3/hooks/useFilterImagesByVariant.js +1 -1
  3321. package/dist/esm/product/components/product-images-v3/hooks/useGalleryCarousel.js +1 -1
  3322. package/dist/esm/product/components/product-images-v3/hooks/useProductFeaturedImageCarousel.js +1 -1
  3323. package/dist/esm/product/components/product-images-v3/hooks/useProductGalleryGrid.js +1 -1
  3324. package/dist/esm/product/components/product-list/ProductList.js +1 -1
  3325. package/dist/esm/product/components/product-list/ProductList.liquid.js +34 -34
  3326. package/dist/esm/product/components/product-list/ProductListCarouselItem.liquid.js +2 -2
  3327. package/dist/esm/product/components/product-list/ProductListCarouselLayout.js +1 -1
  3328. package/dist/esm/product/components/product-list/ProductListCarouselLayout.liquid.js +4 -4
  3329. package/dist/esm/product/components/product-list/ProductListGridItem.liquid.js +7 -7
  3330. package/dist/esm/product/components/product-list/ProductListGridLayout.js +1 -1
  3331. package/dist/esm/product/components/product-list/ProductListGridLayout.liquid.js +16 -16
  3332. package/dist/esm/product/components/product-list/common/attrs.js +1 -1
  3333. package/dist/esm/product/components/product-list/common/classes.js +1 -1
  3334. package/dist/esm/product/components/product-list/common/helpers.js +1 -1
  3335. package/dist/esm/product/components/product-list/common/styles.js +1 -1
  3336. package/dist/esm/product/components/product-list-v3/ProductList.js +1 -1
  3337. package/dist/esm/product/components/product-list-v3/ProductList.liquid.js +34 -34
  3338. package/dist/esm/product/components/product-list-v3/ProductListCarouselItem.liquid.js +2 -2
  3339. package/dist/esm/product/components/product-list-v3/ProductListCarouselLayout.js +1 -1
  3340. package/dist/esm/product/components/product-list-v3/ProductListCarouselLayout.liquid.js +6 -6
  3341. package/dist/esm/product/components/product-list-v3/ProductListGridItem.liquid.js +7 -7
  3342. package/dist/esm/product/components/product-list-v3/ProductListGridLayout.js +1 -1
  3343. package/dist/esm/product/components/product-list-v3/ProductListGridLayout.liquid.js +16 -16
  3344. package/dist/esm/product/components/product-list-v3/common/attrs.js +1 -1
  3345. package/dist/esm/product/components/product-list-v3/common/classes.js +1 -1
  3346. package/dist/esm/product/components/product-list-v3/common/helpers.js +1 -1
  3347. package/dist/esm/product/components/product-list-v3/common/styles.js +1 -1
  3348. package/dist/esm/product/components/product-price/ProductPrice.js +1 -1
  3349. package/dist/esm/product/components/product-price/ProductPrice.liquid.js +6 -6
  3350. package/dist/esm/product/components/product-price/common/attrs.js +1 -1
  3351. package/dist/esm/product/components/product-price/common/classes.js +1 -1
  3352. package/dist/esm/product/components/product-price/common/helpers.js +3 -3
  3353. package/dist/esm/product/components/product-price/hooks/useGpPrice.js +1 -1
  3354. package/dist/esm/product/components/product-properties/ProductProperties.js +1 -1
  3355. package/dist/esm/product/components/product-properties/ProductProperties.liquid.js +6 -6
  3356. package/dist/esm/product/components/product-properties/common/attrs.js +1 -1
  3357. package/dist/esm/product/components/product-properties/common/classes.js +1 -1
  3358. package/dist/esm/product/components/product-properties/common/helpers.js +1 -1
  3359. package/dist/esm/product/components/product-properties/common/styles.js +1 -1
  3360. package/dist/esm/product/components/product-properties/property-choice/ProductPropertyChoice.js +1 -1
  3361. package/dist/esm/product/components/product-properties/property-choice/ProductPropertyChoice.liquid.js +5 -5
  3362. package/dist/esm/product/components/product-properties/property-choice/common/getProductPropertiesChoiceAttrs.js +1 -1
  3363. package/dist/esm/product/components/product-properties/property-choice/common/getProductPropertiesChoiceClasses.js +1 -1
  3364. package/dist/esm/product/components/product-properties/property-choice/common/getProductPropertiesChoiceInlineCss.js +3 -3
  3365. package/dist/esm/product/components/product-properties/property-choice/common/getProductPropertiesChoiceStyles.js +1 -1
  3366. package/dist/esm/product/components/product-properties/property-input/ProductPropertyInput.js +1 -1
  3367. package/dist/esm/product/components/product-properties/property-input/ProductPropertyInput.liquid.js +10 -10
  3368. package/dist/esm/product/components/product-properties/property-input/common/attrs.js +1 -1
  3369. package/dist/esm/product/components/product-properties/property-input/common/classes.js +1 -1
  3370. package/dist/esm/product/components/product-properties/property-input/common/helpers.js +1 -1
  3371. package/dist/esm/product/components/product-properties/property-input/common/styles.js +1 -1
  3372. package/dist/esm/product/components/product-properties/property-select/ProductPropertySelect.js +1 -1
  3373. package/dist/esm/product/components/product-properties/property-select/ProductPropertySelect.liquid.js +7 -7
  3374. package/dist/esm/product/components/product-properties/property-select/common/attrs.js +1 -1
  3375. package/dist/esm/product/components/product-properties/property-select/common/classes.js +1 -1
  3376. package/dist/esm/product/components/product-properties/property-select/common/styles.js +1 -1
  3377. package/dist/esm/product/components/product-quantity/ProductQuantity.js +1 -1
  3378. package/dist/esm/product/components/product-quantity/ProductQuantity.liquid.js +5 -5
  3379. package/dist/esm/product/components/product-quantity/common/attrs.js +1 -1
  3380. package/dist/esm/product/components/product-quantity/common/classes.js +1 -1
  3381. package/dist/esm/product/components/product-quantity/common/helpers.js +3 -3
  3382. package/dist/esm/product/components/product-quantity/common/styles.js +1 -1
  3383. package/dist/esm/product/components/product-quantity/hooks/useProductQuantity.js +1 -1
  3384. package/dist/esm/product/components/product-quick-view/ProductQuickView.js +1 -1
  3385. package/dist/esm/product/components/product-quick-view/QuickView.js +1 -1
  3386. package/dist/esm/product/components/product-sku/Sku.js +1 -1
  3387. package/dist/esm/product/components/product-sku/Sku.liquid.js +3 -3
  3388. package/dist/esm/product/components/product-title/ProductTitle.js +1 -1
  3389. package/dist/esm/product/components/product-title/ProductTitle.liquid.js +6 -6
  3390. package/dist/esm/product/components/product-title/common/helpers.js +1 -1
  3391. package/dist/esm/product/components/product-variants/OptionVariantsNewFormat.liquid.js +2 -2
  3392. package/dist/esm/product/components/product-variants/OptionVariantsOldFormat.liquid.js +2 -2
  3393. package/dist/esm/product/components/product-variants/ProductVariants.js +1 -1
  3394. package/dist/esm/product/components/product-variants/ProductVariants.liquid.js +51 -51
  3395. package/dist/esm/product/components/product-variants/common/base/attrs.js +1 -1
  3396. package/dist/esm/product/components/product-variants/common/base/classes.js +2 -2
  3397. package/dist/esm/product/components/product-variants/common/base/styles.js +1 -1
  3398. package/dist/esm/product/components/product-variants/common/common.js +1 -1
  3399. package/dist/esm/product/components/product-variants/common/const.js +1 -1
  3400. package/dist/esm/product/components/product-variants/common/dropdown/attrs.js +1 -1
  3401. package/dist/esm/product/components/product-variants/common/dropdown/classes.js +1 -1
  3402. package/dist/esm/product/components/product-variants/common/dropdown/styles.js +1 -1
  3403. package/dist/esm/product/components/product-variants/common/main/classes.js +1 -1
  3404. package/dist/esm/product/components/product-variants/common/main/const.js +1 -1
  3405. package/dist/esm/product/components/product-variants/common/main/getAttr.js +1 -1
  3406. package/dist/esm/product/components/product-variants/common/main/getData.js +1 -1
  3407. package/dist/esm/product/components/product-variants/common/main/styles.js +1 -1
  3408. package/dist/esm/product/components/product-variants/common/variants/attrs.js +1 -1
  3409. package/dist/esm/product/components/product-variants/common/variants/classes.js +1 -1
  3410. package/dist/esm/product/components/product-variants/common/variants/styles.js +1 -1
  3411. package/dist/esm/product/components/product-variants/components/base/base.js +5 -5
  3412. package/dist/esm/product/components/product-variants/components/base/base.liquid.js +15 -15
  3413. package/dist/esm/product/components/product-variants/components/color/color.js +1 -1
  3414. package/dist/esm/product/components/product-variants/components/color/color.liquid.js +3 -3
  3415. package/dist/esm/product/components/product-variants/components/dropdown-group/DropdownGroup.js +1 -1
  3416. package/dist/esm/product/components/product-variants/components/dropdown-group/DropdownGroup.liquid.js +1 -1
  3417. package/dist/esm/product/components/product-variants/components/dropdown-option/DropdownOption.js +1 -1
  3418. package/dist/esm/product/components/product-variants/components/dropdown-option/VariantOption.js +1 -1
  3419. package/dist/esm/product/components/product-variants/components/dropdown-option/render-liquid/index.js +16 -16
  3420. package/dist/esm/product/components/product-variants/components/dropdown-swatches/Dropdown.js +1 -1
  3421. package/dist/esm/product/components/product-variants/components/dropdown-swatches/Dropdown.liquid.js +6 -6
  3422. package/dist/esm/product/components/product-variants/components/dropdown-swatches/hooks/useDropdownSwatches.js +1 -1
  3423. package/dist/esm/product/components/product-variants/components/image/Image.js +1 -1
  3424. package/dist/esm/product/components/product-variants/components/image/Image.liquid.js +2 -2
  3425. package/dist/esm/product/components/product-variants/components/image-shopify/ImageShopify.js +1 -1
  3426. package/dist/esm/product/components/product-variants/components/image-shopify/ImageShopify.liquid.js +2 -2
  3427. package/dist/esm/product/components/product-variants/components/rectangle-list/RectangleList.js +1 -1
  3428. package/dist/esm/product/components/product-variants/components/variants/index.js +1 -1
  3429. package/dist/esm/product/components/product-variants/components/variants/index.liquid.js +23 -23
  3430. package/dist/esm/product/components/product-variants/hooks/useGpVariants.js +1 -1
  3431. package/dist/esm/product/components/product-variants/hooks/useVariantInteraction.js +1 -1
  3432. package/dist/esm/product/components/product-variants/utils/mappingVariantStyles.js +1 -1
  3433. package/dist/esm/product/components/product-vendor/Vendor.js +1 -1
  3434. package/dist/esm/product/components/product-vendor/Vendor.liquid.js +2 -2
  3435. package/dist/esm/product/components/product-view-more/ProductViewMore.js +1 -1
  3436. package/dist/esm/product/components/product-view-more/ProductViewMore.liquid.js +4 -4
  3437. package/dist/esm/product/components/product-view-more/common/helpers.js +1 -1
  3438. package/dist/esm/product/components/product-view-more/common/styles.js +1 -1
  3439. package/dist/esm/product/components/product-wrap/Product.js +1 -1
  3440. package/dist/esm/product/components/product-wrap/Product.liquid.js +30 -30
  3441. package/dist/esm/product/components/product-wrap/common/helpers.js +1 -1
  3442. package/dist/esm/product/components/product-wrap/hook/useProductSetting.js +1 -1
  3443. package/dist/esm/product/helpers/function.js +1 -1
  3444. package/dist/esm/product/helpers/product-bundle.js +1 -1
  3445. package/dist/esm/product/helpers/product-image.js +1 -1
  3446. package/dist/esm/product/helpers/product.js +1 -1
  3447. package/dist/esm/product/helpers/tracking.js +1 -1
  3448. package/dist/esm/product/index.js +1 -1
  3449. package/dist/esm/product/next.js +1 -1
  3450. package/dist/esm/product/settings/DynamicCheckout.js +2 -2
  3451. package/dist/esm/product/settings/Product.js +2 -2
  3452. package/dist/esm/product/settings/ProductBadge.js +1 -1
  3453. package/dist/esm/product/settings/ProductButton.js +2 -2
  3454. package/dist/esm/product/settings/ProductDescription.js +1 -1
  3455. package/dist/esm/product/settings/ProductImages.js +4 -4
  3456. package/dist/esm/product/settings/ProductList.js +2 -2
  3457. package/dist/esm/product/settings/ProductListV3.js +2 -2
  3458. package/dist/esm/product/settings/ProductPrice.js +2 -2
  3459. package/dist/esm/product/settings/ProductProperties.js +2 -2
  3460. package/dist/esm/product/settings/ProductQuantity.js +2 -2
  3461. package/dist/esm/product/settings/ProductTag.js +1 -1
  3462. package/dist/esm/product/settings/ProductTitle.js +2 -2
  3463. package/dist/esm/product/settings/ProductVariants.js +2 -2
  3464. package/dist/esm/product/settings/ProductViewMore.js +2 -2
  3465. package/dist/esm/product/settings/Sku.js +2 -2
  3466. package/dist/esm/product/settings/Vendor.js +2 -2
  3467. package/dist/esm/product/settings/bundle-layout/horizontal-one.js +1 -1
  3468. package/dist/esm/product/settings/bundle-layout/horizontal-three.js +1 -1
  3469. package/dist/esm/product/settings/bundle-layout/horizontal-two.js +1 -1
  3470. package/dist/esm/product/settings/bundle-layout/vertical-one.js +1 -1
  3471. package/dist/esm/product/settings/bundle-layout/vertical-three.js +1 -1
  3472. package/dist/esm/product/settings/bundle-layout/vertical-two.js +1 -1
  3473. package/dist/esm/product/settings/dynamic-checkout/configs/presets.js +2 -2
  3474. package/dist/esm/product/settings/dynamic-checkout/configs/settings.js +1 -1
  3475. package/dist/esm/product/settings/dynamic-checkout/configs/ui-v2.js +1 -1
  3476. package/dist/esm/product/settings/product/configs/presets.js +1 -1
  3477. package/dist/esm/product/settings/product/configs/product-presets/product-1-col.js +3 -3
  3478. package/dist/esm/product/settings/product/configs/product-presets/product-2-col.js +3 -3
  3479. package/dist/esm/product/settings/product/configs/product-presets/product-default.js +3 -3
  3480. package/dist/esm/product/settings/product/configs/settings.js +1 -1
  3481. package/dist/esm/product/settings/product/configs/ui-v2.js +1 -1
  3482. package/dist/esm/product/settings/product-badge/configs/presets.js +2 -2
  3483. package/dist/esm/product/settings/product-badge/configs/settings.js +1 -1
  3484. package/dist/esm/product/settings/product-badge/configs/translate.js +1 -1
  3485. package/dist/esm/product/settings/product-badge/configs/ui-v2.js +1 -1
  3486. package/dist/esm/product/settings/product-button/configs/presets.js +2 -2
  3487. package/dist/esm/product/settings/product-button/configs/settings.js +2 -2
  3488. package/dist/esm/product/settings/product-button/configs/translate.js +1 -1
  3489. package/dist/esm/product/settings/product-button/configs/ui-v2.js +1 -1
  3490. package/dist/esm/product/settings/product-description/configs/presets.js +2 -2
  3491. package/dist/esm/product/settings/product-description/configs/settings.js +1 -1
  3492. package/dist/esm/product/settings/product-description/configs/translate.js +1 -1
  3493. package/dist/esm/product/settings/product-description/configs/ui-v2.js +1 -1
  3494. package/dist/esm/product/settings/product-discount-tag/configs/settings.js +1 -1
  3495. package/dist/esm/product/settings/product-discount-tag/configs/translate.js +1 -1
  3496. package/dist/esm/product/settings/product-discount-tag/configs/ui-v2.js +1 -1
  3497. package/dist/esm/product/settings/product-image-v2/ProductFeatureImage.js +1 -1
  3498. package/dist/esm/product/settings/product-image-v2/ProductGalleryImage.js +1 -1
  3499. package/dist/esm/product/settings/product-image-v2/ProductImages.js +2 -2
  3500. package/dist/esm/product/settings/product-image-v2/configs/setting-v2/ProductFeatureImage.js +2 -2
  3501. package/dist/esm/product/settings/product-image-v2/configs/setting-v2/ProductGalleryImage.js +2 -2
  3502. package/dist/esm/product/settings/product-image-v2/configs/setting-v2/index.js +1 -1
  3503. package/dist/esm/product/settings/product-image-v2/configs/ui/FeatureDots.js +1 -1
  3504. package/dist/esm/product/settings/product-image-v2/configs/ui/FeatureNavigation.js +1 -1
  3505. package/dist/esm/product/settings/product-image-v2/configs/ui/ImageListNavigation.js +1 -1
  3506. package/dist/esm/product/settings/product-image-v2/configs/ui-v1.js +1 -1
  3507. package/dist/esm/product/settings/product-image-v2/configs/ui-v2.js +1 -1
  3508. package/dist/esm/product/settings/product-image-v3/ProductFeatureImage.js +1 -1
  3509. package/dist/esm/product/settings/product-image-v3/ProductGalleryImage.js +1 -1
  3510. package/dist/esm/product/settings/product-image-v3/ProductImages.js +2 -2
  3511. package/dist/esm/product/settings/product-image-v3/configs/setting-v2/ProductFeatureImage.js +2 -2
  3512. package/dist/esm/product/settings/product-image-v3/configs/setting-v2/ProductGalleryImage.js +2 -2
  3513. package/dist/esm/product/settings/product-image-v3/configs/setting-v2/index.js +1 -1
  3514. package/dist/esm/product/settings/product-image-v3/configs/ui/FeatureDots.js +1 -1
  3515. package/dist/esm/product/settings/product-image-v3/configs/ui/FeatureNavigation.js +1 -1
  3516. package/dist/esm/product/settings/product-image-v3/configs/ui/ImageListNavigation.js +1 -1
  3517. package/dist/esm/product/settings/product-image-v3/configs/ui-v1.js +1 -1
  3518. package/dist/esm/product/settings/product-image-v3/configs/ui-v2.js +1 -1
  3519. package/dist/esm/product/settings/product-list/configs/presets.js +2 -2
  3520. package/dist/esm/product/settings/product-list/configs/settings-v2.js +1 -1
  3521. package/dist/esm/product/settings/product-list/configs/ui-v2.js +1 -1
  3522. package/dist/esm/product/settings/product-list-v3/configs/presets.js +2 -2
  3523. package/dist/esm/product/settings/product-list-v3/configs/settings-v2.js +1 -1
  3524. package/dist/esm/product/settings/product-list-v3/configs/ui-v2.js +1 -1
  3525. package/dist/esm/product/settings/product-price/configs/presets.js +2 -2
  3526. package/dist/esm/product/settings/product-price/configs/settings.js +1 -1
  3527. package/dist/esm/product/settings/product-price/configs/ui-v2.js +1 -1
  3528. package/dist/esm/product/settings/product-properties/configs/presets.js +2 -2
  3529. package/dist/esm/product/settings/product-properties/configs/settings-v2.js +1 -1
  3530. package/dist/esm/product/settings/product-properties/configs/translate.js +1 -1
  3531. package/dist/esm/product/settings/product-properties/configs/ui-v2.js +1 -1
  3532. package/dist/esm/product/settings/product-quantity/configs/presets.js +2 -2
  3533. package/dist/esm/product/settings/product-quantity/configs/settings.js +2 -2
  3534. package/dist/esm/product/settings/product-quantity/configs/ui-v2.js +1 -1
  3535. package/dist/esm/product/settings/product-sku/configs/presets.js +2 -2
  3536. package/dist/esm/product/settings/product-sku/configs/settings.js +1 -1
  3537. package/dist/esm/product/settings/product-sku/configs/ui-v2.js +1 -1
  3538. package/dist/esm/product/settings/product-title/configs/presets.js +2 -2
  3539. package/dist/esm/product/settings/product-title/configs/settings.js +1 -1
  3540. package/dist/esm/product/settings/product-title/configs/ui-v2.js +1 -1
  3541. package/dist/esm/product/settings/product-variant/configs/presets.js +2 -2
  3542. package/dist/esm/product/settings/product-variant/configs/settings.js +1 -1
  3543. package/dist/esm/product/settings/product-variant/configs/ui-v2.js +1 -1
  3544. package/dist/esm/product/settings/product-variant/swatches-style-config/color.js +1 -1
  3545. package/dist/esm/product/settings/product-variant/swatches-style-config/dropdown.js +1 -1
  3546. package/dist/esm/product/settings/product-variant/swatches-style-config/image-shopify.js +1 -1
  3547. package/dist/esm/product/settings/product-variant/swatches-style-config/image.js +1 -1
  3548. package/dist/esm/product/settings/product-variant/swatches-style-config/rectangle-list.js +1 -1
  3549. package/dist/esm/product/settings/product-vendor/configs/presets.js +2 -2
  3550. package/dist/esm/product/settings/product-vendor/configs/settings.js +1 -1
  3551. package/dist/esm/product/settings/product-vendor/configs/ui-v2.js +1 -1
  3552. package/dist/esm/product/settings/product-view-more/configs/presets.js +2 -2
  3553. package/dist/esm/product/settings/product-view-more/configs/settings.js +2 -2
  3554. package/dist/esm/product/settings/product-view-more/configs/translate.js +1 -1
  3555. package/dist/esm/product/settings/product-view-more/configs/ui-v2.js +1 -1
  3556. package/dist/esm/radio/components/Radio.js +1 -1
  3557. package/dist/esm/radio/index.js +1 -1
  3558. package/dist/esm/radio/next.js +1 -1
  3559. package/dist/esm/radio/settings/Radio.js +1 -1
  3560. package/dist/esm/radio/settings/configs/settings.js +1 -1
  3561. package/dist/esm/select/components/Select.js +2 -2
  3562. package/dist/esm/select/index.js +1 -1
  3563. package/dist/esm/select/next.js +1 -1
  3564. package/dist/esm/select/settings/Select.js +1 -1
  3565. package/dist/esm/select/settings/configs/settings.js +1 -1
  3566. package/dist/esm/setting.js +1 -1
  3567. package/dist/esm/shop-pay-installment/components/ShopPayInstallments.js +1 -1
  3568. package/dist/esm/shop-pay-installment/components/ShopPayInstallments.liquid.js +2 -2
  3569. package/dist/esm/shop-pay-installment/components/common/helpers.js +1 -1
  3570. package/dist/esm/shop-pay-installment/index.js +1 -1
  3571. package/dist/esm/shop-pay-installment/next.js +1 -1
  3572. package/dist/esm/shop-pay-installment/settings/ShopPayInstallments.js +2 -2
  3573. package/dist/esm/shop-pay-installment/settings/configs/settings.js +1 -1
  3574. package/dist/esm/sticky/common/classes.js +1 -1
  3575. package/dist/esm/sticky/common/styles.js +1 -1
  3576. package/dist/esm/sticky/components/Sticky.js +1 -1
  3577. package/dist/esm/sticky/components/Sticky.liquid.js +8 -8
  3578. package/dist/esm/sticky/hooks/useSticky.js +1 -1
  3579. package/dist/esm/sticky/index.js +1 -1
  3580. package/dist/esm/sticky/next.js +1 -1
  3581. package/dist/esm/sticky/settings/Sticky.js +1 -1
  3582. package/dist/esm/sticky/settings/configs/presets.js +4 -4
  3583. package/dist/esm/sticky/settings/configs/settings-v2.js +1 -1
  3584. package/dist/esm/sticky/settings/configs/settings.js +1 -1
  3585. package/dist/esm/sticky/settings/configs/translate.js +1 -1
  3586. package/dist/esm/sticky/settings/configs/ui-v2.js +1 -1
  3587. package/dist/esm/stock-counter/common/attrs.js +1 -1
  3588. package/dist/esm/stock-counter/common/classes.js +1 -1
  3589. package/dist/esm/stock-counter/common/helpers.js +23 -23
  3590. package/dist/esm/stock-counter/common/styles.js +1 -1
  3591. package/dist/esm/stock-counter/components/StockCounter.js +1 -1
  3592. package/dist/esm/stock-counter/components/StockCounter.liquid.js +40 -40
  3593. package/dist/esm/stock-counter/hooks/useStockCounter.js +1 -1
  3594. package/dist/esm/stock-counter/hooks/useStockCounterInteraction.js +1 -1
  3595. package/dist/esm/stock-counter/index.js +1 -1
  3596. package/dist/esm/stock-counter/next.js +1 -1
  3597. package/dist/esm/stock-counter/settings/StockCounter.js +2 -2
  3598. package/dist/esm/stock-counter/settings/configs/presets.js +2 -2
  3599. package/dist/esm/stock-counter/settings/configs/settings-v2.js +2 -2
  3600. package/dist/esm/stock-counter/settings/configs/translate.js +1 -1
  3601. package/dist/esm/stock-counter/settings/configs/ui-v2.js +1 -1
  3602. package/dist/esm/tab/common/attrs.js +1 -1
  3603. package/dist/esm/tab/common/classes.js +2 -2
  3604. package/dist/esm/tab/common/helpers.js +2 -2
  3605. package/dist/esm/tab/common/styles.js +1 -1
  3606. package/dist/esm/tab/components/TabItem.js +1 -1
  3607. package/dist/esm/tab/components/TabItem.liquid.js +2 -2
  3608. package/dist/esm/tab/components/Tabs.js +1 -1
  3609. package/dist/esm/tab/components/Tabs.liquid.js +15 -15
  3610. package/dist/esm/tab/hooks/useTab.js +1 -1
  3611. package/dist/esm/tab/hooks/useTabInteraction.js +1 -1
  3612. package/dist/esm/tab/index.js +1 -1
  3613. package/dist/esm/tab/next.js +1 -1
  3614. package/dist/esm/tab/settings/TabItem.js +2 -2
  3615. package/dist/esm/tab/settings/Tabs.js +2 -2
  3616. package/dist/esm/tab/settings/configs/settings.js +1 -1
  3617. package/dist/esm/tab/settings/configs/translate.js +1 -1
  3618. package/dist/esm/tab/settings/configs/ui-v2.js +1 -1
  3619. package/dist/esm/text/common/attrs.js +1 -1
  3620. package/dist/esm/text/common/classes.js +1 -1
  3621. package/dist/esm/text/common/helpers.js +1 -1
  3622. package/dist/esm/text/common/styles.js +1 -1
  3623. package/dist/esm/text/components/Text.js +1 -1
  3624. package/dist/esm/text/components/Text.liquid.js +4 -4
  3625. package/dist/esm/text/components/TextInline.js +4 -4
  3626. package/dist/esm/text/index.js +1 -1
  3627. package/dist/esm/text/next.js +1 -1
  3628. package/dist/esm/text/settings/Text.js +2 -2
  3629. package/dist/esm/text/settings/configs/presets.js +2 -2
  3630. package/dist/esm/text/settings/configs/settings.js +1 -1
  3631. package/dist/esm/text/settings/configs/translate.js +1 -1
  3632. package/dist/esm/text/settings/configs/ui-v2.js +1 -1
  3633. package/dist/esm/textarea/components/Textarea.js +1 -1
  3634. package/dist/esm/textarea/index.js +1 -1
  3635. package/dist/esm/textarea/next.js +1 -1
  3636. package/dist/esm/textarea/settings/Textarea.js +2 -2
  3637. package/dist/esm/textarea/settings/configs/settings.js +1 -1
  3638. package/dist/esm/third-party/common/helpers.js +5 -5
  3639. package/dist/esm/third-party/components/AftershipEmailMarketingsms.js +1 -1
  3640. package/dist/esm/third-party/components/AftershipEmailMarketingsms.liquid.js +1 -1
  3641. package/dist/esm/third-party/components/AirProductReviewsAppUgc.js +1 -1
  3642. package/dist/esm/third-party/components/AirProductReviewsAppUgc.liquid.js +3 -3
  3643. package/dist/esm/third-party/components/AliReviews/AliReviewsSampleContent.js +1 -1
  3644. package/dist/esm/third-party/components/AliReviews.js +1 -1
  3645. package/dist/esm/third-party/components/AliReviews.liquid.js +3 -3
  3646. package/dist/esm/third-party/components/AlsoBoughtCbb.js +1 -1
  3647. package/dist/esm/third-party/components/AlsoBoughtCbb.liquid.js +4 -4
  3648. package/dist/esm/third-party/components/AovBundlesVolumeDiscounts.js +1 -1
  3649. package/dist/esm/third-party/components/AovBundlesVolumeDiscounts.liquid.js +1 -1
  3650. package/dist/esm/third-party/components/AovFreeGiftBuyXGetYBogo.js +1 -1
  3651. package/dist/esm/third-party/components/AovFreeGiftBuyXGetYBogo.liquid.js +1 -1
  3652. package/dist/esm/third-party/components/AppointmentBookingCowlendar.js +1 -1
  3653. package/dist/esm/third-party/components/AppointmentBookingCowlendar.liquid.js +1 -1
  3654. package/dist/esm/third-party/components/AppstleBundlesDiscounts.js +1 -1
  3655. package/dist/esm/third-party/components/AppstleBundlesDiscounts.liquid.js +1 -1
  3656. package/dist/esm/third-party/components/AppstleSubscriptions/AppstleSubscriptionsSampleContent.js +1 -1
  3657. package/dist/esm/third-party/components/AppstleSubscriptions.js +1 -1
  3658. package/dist/esm/third-party/components/AppstleSubscriptions.liquid.js +4 -4
  3659. package/dist/esm/third-party/components/BestBuyFulfillment.js +1 -1
  3660. package/dist/esm/third-party/components/BestBuyFulfillment.liquid.js +1 -1
  3661. package/dist/esm/third-party/components/BfSizeChartSizeGuide.js +1 -1
  3662. package/dist/esm/third-party/components/BfSizeChartSizeGuide.liquid.js +1 -1
  3663. package/dist/esm/third-party/components/BirdChime/BirdChimeContent.js +1 -1
  3664. package/dist/esm/third-party/components/BirdChime.js +1 -1
  3665. package/dist/esm/third-party/components/BirdChime.liquid.js +4 -4
  3666. package/dist/esm/third-party/components/BloyRewardsProgramLoyalty.js +1 -1
  3667. package/dist/esm/third-party/components/BloyRewardsProgramLoyalty.liquid.js +1 -1
  3668. package/dist/esm/third-party/components/Bogos/BogosSampleContent.js +1 -1
  3669. package/dist/esm/third-party/components/Bogos.js +1 -1
  3670. package/dist/esm/third-party/components/Bogos.liquid.js +3 -3
  3671. package/dist/esm/third-party/components/BoldProductOptions/BoldProductOptionsSampleContent.js +1 -1
  3672. package/dist/esm/third-party/components/BoldProductOptions.js +1 -1
  3673. package/dist/esm/third-party/components/BoldProductOptions.liquid.js +4 -4
  3674. package/dist/esm/third-party/components/BoldSubscriptions/BoldSubscriptionsSampleContent.js +1 -1
  3675. package/dist/esm/third-party/components/BoldSubscriptions.js +1 -1
  3676. package/dist/esm/third-party/components/BoldSubscriptions.liquid.js +4 -4
  3677. package/dist/esm/third-party/components/BonLoyaltyRewardsReferrals.js +1 -1
  3678. package/dist/esm/third-party/components/BonLoyaltyRewardsReferrals.liquid.js +1 -1
  3679. package/dist/esm/third-party/components/BonySubscriptionsApp.js +1 -1
  3680. package/dist/esm/third-party/components/BonySubscriptionsApp.liquid.js +4 -4
  3681. package/dist/esm/third-party/components/BoostAISearchDiscovery/BoostAISearchDiscoverySampleContent.js +1 -1
  3682. package/dist/esm/third-party/components/BoostAISearchDiscovery.js +1 -1
  3683. package/dist/esm/third-party/components/BoostAISearchDiscovery.liquid.js +5 -5
  3684. package/dist/esm/third-party/components/Bundler/BundlerSampleContent.js +1 -1
  3685. package/dist/esm/third-party/components/Bundler.js +1 -1
  3686. package/dist/esm/third-party/components/Bundler.liquid.js +4 -4
  3687. package/dist/esm/third-party/components/CleanSizeCharts.js +1 -1
  3688. package/dist/esm/third-party/components/CleanSizeCharts.liquid.js +3 -3
  3689. package/dist/esm/third-party/components/CrossSellCartUpsell/CrossSellCartUpsellSampleContent.js +1 -1
  3690. package/dist/esm/third-party/components/CrossSellCartUpsell.js +1 -1
  3691. package/dist/esm/third-party/components/CrossSellCartUpsell.liquid.js +2 -2
  3692. package/dist/esm/third-party/components/CustomProductOptionsVariant.js +1 -1
  3693. package/dist/esm/third-party/components/CustomProductOptionsVariant.liquid.js +4 -4
  3694. package/dist/esm/third-party/components/DealeasyVolumeDiscounts.js +1 -1
  3695. package/dist/esm/third-party/components/DealeasyVolumeDiscounts.liquid.js +5 -5
  3696. package/dist/esm/third-party/components/DiscountyBulkDiscountSales.js +1 -1
  3697. package/dist/esm/third-party/components/DiscountyBulkDiscountSales.liquid.js +4 -4
  3698. package/dist/esm/third-party/components/EasifyProductOptions.js +1 -1
  3699. package/dist/esm/third-party/components/EasifyProductOptions.liquid.js +3 -3
  3700. package/dist/esm/third-party/components/EasyBundleBuilderSkailama.js +1 -1
  3701. package/dist/esm/third-party/components/EasyBundleBuilderSkailama.liquid.js +1 -1
  3702. package/dist/esm/third-party/components/EasySellCOD.js +1 -1
  3703. package/dist/esm/third-party/components/EasySellCOD.liquid.js +4 -4
  3704. package/dist/esm/third-party/components/EcoboostifyShoppableReelUgc.js +1 -1
  3705. package/dist/esm/third-party/components/EcoboostifyShoppableReelUgc.liquid.js +1 -1
  3706. package/dist/esm/third-party/components/EcomsendBackInStockAlert.js +1 -1
  3707. package/dist/esm/third-party/components/EcomsendBackInStockAlert.liquid.js +3 -3
  3708. package/dist/esm/third-party/components/EssentPreorderBackInStock.js +1 -1
  3709. package/dist/esm/third-party/components/EssentPreorderBackInStock.liquid.js +3 -3
  3710. package/dist/esm/third-party/components/EssentialAnnouncementBar.js +1 -1
  3711. package/dist/esm/third-party/components/EssentialAnnouncementBar.liquid.js +1 -1
  3712. package/dist/esm/third-party/components/EssentialCountdownTimerBar.js +1 -1
  3713. package/dist/esm/third-party/components/EssentialCountdownTimerBar.liquid.js +1 -1
  3714. package/dist/esm/third-party/components/EstimatedDeliveryDatePlus.js +1 -1
  3715. package/dist/esm/third-party/components/EstimatedDeliveryDatePlus.liquid.js +1 -1
  3716. package/dist/esm/third-party/components/FastBundleBundlesDiscounts.js +1 -1
  3717. package/dist/esm/third-party/components/FastBundleBundlesDiscounts.liquid.js +4 -4
  3718. package/dist/esm/third-party/components/FeraReviews/FeraReviewsSampleContent.js +1 -1
  3719. package/dist/esm/third-party/components/FeraReviews/LiquidTemplateByWidget.js +1 -1
  3720. package/dist/esm/third-party/components/FeraReviews.js +1 -1
  3721. package/dist/esm/third-party/components/FeraReviews.liquid.js +3 -3
  3722. package/dist/esm/third-party/components/FirePush/FirePushSampleContent.js +1 -1
  3723. package/dist/esm/third-party/components/FirePush.js +1 -1
  3724. package/dist/esm/third-party/components/FirePush.liquid.js +4 -4
  3725. package/dist/esm/third-party/components/FlyBundlesUpsellsFbt.js +1 -1
  3726. package/dist/esm/third-party/components/FlyBundlesUpsellsFbt.liquid.js +1 -1
  3727. package/dist/esm/third-party/components/FordeerProductLabels.js +1 -1
  3728. package/dist/esm/third-party/components/FordeerProductLabels.liquid.js +3 -3
  3729. package/dist/esm/third-party/components/FrequentlyBoughtTogether/FrequentlyBoughtTogetherSampleContent.js +1 -1
  3730. package/dist/esm/third-party/components/FrequentlyBoughtTogether.js +1 -1
  3731. package/dist/esm/third-party/components/FrequentlyBoughtTogether.liquid.js +4 -4
  3732. package/dist/esm/third-party/components/GloColorSwatchvariantImage.js +1 -1
  3733. package/dist/esm/third-party/components/GloColorSwatchvariantImage.liquid.js +1 -1
  3734. package/dist/esm/third-party/components/GloboProductOptionsVariant.js +1 -1
  3735. package/dist/esm/third-party/components/GloboProductOptionsVariant.liquid.js +1 -1
  3736. package/dist/esm/third-party/components/GoogleReviewsByReputon.js +1 -1
  3737. package/dist/esm/third-party/components/GoogleReviewsByReputon.liquid.js +3 -3
  3738. package/dist/esm/third-party/components/Growave/GrowaveSampleContent.js +1 -1
  3739. package/dist/esm/third-party/components/Growave.js +1 -1
  3740. package/dist/esm/third-party/components/Growave.liquid.js +3 -3
  3741. package/dist/esm/third-party/components/GrowthSuiteDiscountCodes.js +1 -1
  3742. package/dist/esm/third-party/components/GrowthSuiteDiscountCodes.liquid.js +3 -3
  3743. package/dist/esm/third-party/components/HextomCountdownTimerBar.js +1 -1
  3744. package/dist/esm/third-party/components/HextomCountdownTimerBar.liquid.js +1 -1
  3745. package/dist/esm/third-party/components/HextomFreeShippingBar.js +1 -1
  3746. package/dist/esm/third-party/components/HextomFreeShippingBar.liquid.js +1 -1
  3747. package/dist/esm/third-party/components/HulkFormBuilder.js +1 -1
  3748. package/dist/esm/third-party/components/HulkFormBuilder.liquid.js +4 -4
  3749. package/dist/esm/third-party/components/HulkProductOptions.js +1 -1
  3750. package/dist/esm/third-party/components/HulkProductOptions.liquid.js +1 -1
  3751. package/dist/esm/third-party/components/InfiniteOptions/InfiniteOptionsSampleContent.js +1 -1
  3752. package/dist/esm/third-party/components/InfiniteOptions.js +1 -1
  3753. package/dist/esm/third-party/components/InfiniteOptions.liquid.js +4 -4
  3754. package/dist/esm/third-party/components/Instafeed/InstafeedSampleContent.js +1 -1
  3755. package/dist/esm/third-party/components/Instafeed.js +1 -1
  3756. package/dist/esm/third-party/components/Instafeed.liquid.js +2 -2
  3757. package/dist/esm/third-party/components/InstasellShoppableInstagram.js +1 -1
  3758. package/dist/esm/third-party/components/InstasellShoppableInstagram.liquid.js +1 -1
  3759. package/dist/esm/third-party/components/Judgeme/JudgemeSampleContent.js +1 -1
  3760. package/dist/esm/third-party/components/JudgemeReviews.js +1 -1
  3761. package/dist/esm/third-party/components/JudgemeReviews.liquid.js +3 -3
  3762. package/dist/esm/third-party/components/JunipProductReviewsUgc.js +1 -1
  3763. package/dist/esm/third-party/components/JunipProductReviewsUgc.liquid.js +1 -1
  3764. package/dist/esm/third-party/components/KachingBundles/KachingBundlesSampleContent.js +1 -1
  3765. package/dist/esm/third-party/components/KachingBundles.js +1 -1
  3766. package/dist/esm/third-party/components/KachingBundles.liquid.js +4 -4
  3767. package/dist/esm/third-party/components/KachingSubscriptionsApp.js +1 -1
  3768. package/dist/esm/third-party/components/KachingSubscriptionsApp.liquid.js +3 -3
  3769. package/dist/esm/third-party/components/KingProductOptions/KingProductOptionsSampleContent.js +1 -1
  3770. package/dist/esm/third-party/components/KingProductOptions.js +1 -1
  3771. package/dist/esm/third-party/components/KingProductOptions.liquid.js +4 -4
  3772. package/dist/esm/third-party/components/KiteFreeGiftDiscount.js +1 -1
  3773. package/dist/esm/third-party/components/KiteFreeGiftDiscount.liquid.js +1 -1
  3774. package/dist/esm/third-party/components/KlarnaMessaging.js +1 -1
  3775. package/dist/esm/third-party/components/KlarnaMessaging.liquid.js +4 -4
  3776. package/dist/esm/third-party/components/Klaviyo/KlaviyoSampleContent.js +1 -1
  3777. package/dist/esm/third-party/components/Klaviyo.js +1 -1
  3778. package/dist/esm/third-party/components/Klaviyo.liquid.js +4 -4
  3779. package/dist/esm/third-party/components/KoalaBundleQuantityDiscount.js +1 -1
  3780. package/dist/esm/third-party/components/KoalaBundleQuantityDiscount.liquid.js +1 -1
  3781. package/dist/esm/third-party/components/LaiProductReviews/LaiProductReviewsSampleContent.js +1 -1
  3782. package/dist/esm/third-party/components/LaiProductReviews/LiquidTemplateByWiget.js +10 -10
  3783. package/dist/esm/third-party/components/LaiProductReviews.js +1 -1
  3784. package/dist/esm/third-party/components/LaiProductReviews.liquid.js +3 -3
  3785. package/dist/esm/third-party/components/LoloyalLoyaltyReferrals.js +1 -1
  3786. package/dist/esm/third-party/components/LoloyalLoyaltyReferrals.liquid.js +1 -1
  3787. package/dist/esm/third-party/components/LoopSubscriptions.js +1 -1
  3788. package/dist/esm/third-party/components/LoopSubscriptions.liquid.js +2 -2
  3789. package/dist/esm/third-party/components/LooxReviews/LooxReviewsSampleContent.js +1 -1
  3790. package/dist/esm/third-party/components/LooxReviews.js +1 -1
  3791. package/dist/esm/third-party/components/LooxReviews.liquid.js +3 -3
  3792. package/dist/esm/third-party/components/MaxbundleProductBundles.js +1 -1
  3793. package/dist/esm/third-party/components/MaxbundleProductBundles.liquid.js +5 -5
  3794. package/dist/esm/third-party/components/MbcBundleVolumeDiscount.js +1 -1
  3795. package/dist/esm/third-party/components/MbcBundleVolumeDiscount.liquid.js +3 -3
  3796. package/dist/esm/third-party/components/MyappgurusProductReviews.js +1 -1
  3797. package/dist/esm/third-party/components/MyappgurusProductReviews.liquid.js +1 -1
  3798. package/dist/esm/third-party/components/NotifyBackInStockPreOrder.js +1 -1
  3799. package/dist/esm/third-party/components/NotifyBackInStockPreOrder.liquid.js +4 -4
  3800. package/dist/esm/third-party/components/OkendoReviewsLoyalty.js +1 -1
  3801. package/dist/esm/third-party/components/OkendoReviewsLoyalty.liquid.js +1 -1
  3802. package/dist/esm/third-party/components/Omnisend/OmnisendSampleContent.js +1 -1
  3803. package/dist/esm/third-party/components/Omnisend.js +1 -1
  3804. package/dist/esm/third-party/components/Omnisend.liquid.js +3 -3
  3805. package/dist/esm/third-party/components/Opinew/OpinewSampleContent.js +1 -1
  3806. package/dist/esm/third-party/components/Opinew.js +1 -1
  3807. package/dist/esm/third-party/components/Opinew.liquid.js +3 -3
  3808. package/dist/esm/third-party/components/ParcelPanel/ParcelPanelSampleContent.js +1 -1
  3809. package/dist/esm/third-party/components/ParcelPanel.js +1 -1
  3810. package/dist/esm/third-party/components/ParcelPanel.liquid.js +1 -1
  3811. package/dist/esm/third-party/components/PickyStory/PickyStorySampleContent.js +1 -1
  3812. package/dist/esm/third-party/components/PickyStory.js +1 -1
  3813. package/dist/esm/third-party/components/PickyStory.liquid.js +3 -3
  3814. package/dist/esm/third-party/components/PowerfulContactFormBuilder.js +1 -1
  3815. package/dist/esm/third-party/components/PowerfulContactFormBuilder.liquid.js +1 -1
  3816. package/dist/esm/third-party/components/PreorderNowPreOrderPq.js +1 -1
  3817. package/dist/esm/third-party/components/PreorderNowPreOrderPq.liquid.js +1 -1
  3818. package/dist/esm/third-party/components/PreorderNowWodPresale.js +1 -1
  3819. package/dist/esm/third-party/components/PreorderNowWodPresale.liquid.js +1 -1
  3820. package/dist/esm/third-party/components/ProductOptionsCustomizer.js +1 -1
  3821. package/dist/esm/third-party/components/ProductOptionsCustomizer.liquid.js +1 -1
  3822. package/dist/esm/third-party/components/ProductOptionsVariantOption.js +1 -1
  3823. package/dist/esm/third-party/components/ProductOptionsVariantOption.liquid.js +4 -4
  3824. package/dist/esm/third-party/components/ProductReviews/ProductReviewsSampleContent.js +1 -1
  3825. package/dist/esm/third-party/components/ProductReviews.js +1 -1
  3826. package/dist/esm/third-party/components/ProductReviews.liquid.js +2 -2
  3827. package/dist/esm/third-party/components/PumperBundlesVolumeDiscount.js +1 -1
  3828. package/dist/esm/third-party/components/PumperBundlesVolumeDiscount.liquid.js +1 -1
  3829. package/dist/esm/third-party/components/PushOwl.js +1 -1
  3830. package/dist/esm/third-party/components/PushOwl.liquid.js +3 -3
  3831. package/dist/esm/third-party/components/QikifyUpsell.js +1 -1
  3832. package/dist/esm/third-party/components/QikifyUpsell.liquid.js +1 -1
  3833. package/dist/esm/third-party/components/RapiBundleQuantityBreaks.js +1 -1
  3834. package/dist/esm/third-party/components/RapiBundleQuantityBreaks.liquid.js +5 -5
  3835. package/dist/esm/third-party/components/RechargeSubscriptions.js +1 -1
  3836. package/dist/esm/third-party/components/RechargeSubscriptions.liquid.js +1 -1
  3837. package/dist/esm/third-party/components/RecurpaySubscriptionApp.js +1 -1
  3838. package/dist/esm/third-party/components/RecurpaySubscriptionApp.liquid.js +4 -4
  3839. package/dist/esm/third-party/components/Releasit/ReleasitSampleContent.js +1 -1
  3840. package/dist/esm/third-party/components/Releasit.js +1 -1
  3841. package/dist/esm/third-party/components/Releasit.liquid.js +3 -3
  3842. package/dist/esm/third-party/components/RequestQuoteHidePrice.js +1 -1
  3843. package/dist/esm/third-party/components/RequestQuoteHidePrice.liquid.js +3 -3
  3844. package/dist/esm/third-party/components/ReviewxpoProductReviewsApp.js +1 -1
  3845. package/dist/esm/third-party/components/ReviewxpoProductReviewsApp.liquid.js +1 -1
  3846. package/dist/esm/third-party/components/Rivyo/RivyoSampleContent.js +1 -1
  3847. package/dist/esm/third-party/components/Rivyo.js +1 -1
  3848. package/dist/esm/third-party/components/Rivyo.liquid.js +3 -3
  3849. package/dist/esm/third-party/components/Ryviu/RyviuSampleContent.js +1 -1
  3850. package/dist/esm/third-party/components/Ryviu.js +1 -1
  3851. package/dist/esm/third-party/components/Ryviu.liquid.js +3 -3
  3852. package/dist/esm/third-party/components/SealSubscriptions/SealSubscriptionsSampleContent.js +1 -1
  3853. package/dist/esm/third-party/components/SealSubscriptions.js +1 -1
  3854. package/dist/esm/third-party/components/SealSubscriptions.liquid.js +3 -3
  3855. package/dist/esm/third-party/components/SegunoEmailMarketing.js +1 -1
  3856. package/dist/esm/third-party/components/SegunoEmailMarketing.liquid.js +1 -1
  3857. package/dist/esm/third-party/components/Selleasy.js +1 -1
  3858. package/dist/esm/third-party/components/Selleasy.liquid.js +1 -1
  3859. package/dist/esm/third-party/components/SeoantTrustBadgesIcon.js +1 -1
  3860. package/dist/esm/third-party/components/SeoantTrustBadgesIcon.liquid.js +1 -1
  3861. package/dist/esm/third-party/components/ShopifyForms.js +1 -1
  3862. package/dist/esm/third-party/components/ShopifyForms.liquid.js +1 -1
  3863. package/dist/esm/third-party/components/ShopifySubscriptions.js +1 -1
  3864. package/dist/esm/third-party/components/ShopifySubscriptions.liquid.js +4 -4
  3865. package/dist/esm/third-party/components/SimpleBundlesKits.js +1 -1
  3866. package/dist/esm/third-party/components/SimpleBundlesKits.liquid.js +1 -1
  3867. package/dist/esm/third-party/components/SkioSubscriptionsYcS20.js +1 -1
  3868. package/dist/esm/third-party/components/SkioSubscriptionsYcS20.liquid.js +1 -1
  3869. package/dist/esm/third-party/components/SmartSearchBarAndFilters/SmartSearchBarAndFiltersSampleContent.js +1 -1
  3870. package/dist/esm/third-party/components/SmartSearchBarAndFilters.js +1 -1
  3871. package/dist/esm/third-party/components/SmartSearchBarAndFilters.liquid.js +5 -5
  3872. package/dist/esm/third-party/components/SproutPlantTreesGrowSales.js +1 -1
  3873. package/dist/esm/third-party/components/SproutPlantTreesGrowSales.liquid.js +1 -1
  3874. package/dist/esm/third-party/components/Stamped/LiquidTemplateByWidget.js +46 -46
  3875. package/dist/esm/third-party/components/Stamped/StampedSampleContent.js +1 -1
  3876. package/dist/esm/third-party/components/Stamped.js +1 -1
  3877. package/dist/esm/third-party/components/Stamped.liquid.js +4 -4
  3878. package/dist/esm/third-party/components/StellarDeliveryDatePickup.js +1 -1
  3879. package/dist/esm/third-party/components/StellarDeliveryDatePickup.liquid.js +4 -4
  3880. package/dist/esm/third-party/components/SubifySubscriptionsApp.js +1 -1
  3881. package/dist/esm/third-party/components/SubifySubscriptionsApp.liquid.js +1 -1
  3882. package/dist/esm/third-party/components/TagembedSocialPostReview.js +1 -1
  3883. package/dist/esm/third-party/components/TagembedSocialPostReview.liquid.js +4 -4
  3884. package/dist/esm/third-party/components/TagshopShoppableVideosUgc.js +1 -1
  3885. package/dist/esm/third-party/components/TagshopShoppableVideosUgc.liquid.js +2 -2
  3886. package/dist/esm/third-party/components/TeeinblueProductPersonalizer.js +1 -1
  3887. package/dist/esm/third-party/components/TeeinblueProductPersonalizer.liquid.js +4 -4
  3888. package/dist/esm/third-party/components/ThirdPartyPreview.js +1 -1
  3889. package/dist/esm/third-party/components/TrustBadgesBear.js +1 -1
  3890. package/dist/esm/third-party/components/TrustBadgesBear.liquid.js +1 -1
  3891. package/dist/esm/third-party/components/TrustMe/TrustMeSampleContent.js +1 -1
  3892. package/dist/esm/third-party/components/TrustMe.js +1 -1
  3893. package/dist/esm/third-party/components/TrustMe.liquid.js +3 -3
  3894. package/dist/esm/third-party/components/TrustedsiteTrustBadges.js +1 -1
  3895. package/dist/esm/third-party/components/TrustedsiteTrustBadges.liquid.js +1 -1
  3896. package/dist/esm/third-party/components/Trustoo/TrustooSampleContent.js +1 -1
  3897. package/dist/esm/third-party/components/Trustoo.js +1 -1
  3898. package/dist/esm/third-party/components/Trustoo.liquid.js +5 -5
  3899. package/dist/esm/third-party/components/TrustreviewsProductReviews.js +1 -1
  3900. package/dist/esm/third-party/components/TrustreviewsProductReviews.liquid.js +1 -1
  3901. package/dist/esm/third-party/components/TrustshopProductReviews.js +1 -1
  3902. package/dist/esm/third-party/components/TrustshopProductReviews.liquid.js +1 -1
  3903. package/dist/esm/third-party/components/UltimateSalesBoost/UltimateSalesBoostSampleContent.js +1 -1
  3904. package/dist/esm/third-party/components/UltimateSalesBoost.js +1 -1
  3905. package/dist/esm/third-party/components/UltimateSalesBoost.liquid.js +4 -4
  3906. package/dist/esm/third-party/components/UnlimitedBundlesDiscounts.js +1 -1
  3907. package/dist/esm/third-party/components/UnlimitedBundlesDiscounts.liquid.js +1 -1
  3908. package/dist/esm/third-party/components/UppromoteAffiliateMarketing.js +1 -1
  3909. package/dist/esm/third-party/components/UppromoteAffiliateMarketing.liquid.js +3 -3
  3910. package/dist/esm/third-party/components/Vitals/VitalsSampleContent.js +1 -1
  3911. package/dist/esm/third-party/components/Vitals.js +1 -1
  3912. package/dist/esm/third-party/components/Vitals.liquid.js +4 -4
  3913. package/dist/esm/third-party/components/WcWishlistBackInStock.js +1 -1
  3914. package/dist/esm/third-party/components/WcWishlistBackInStock.liquid.js +3 -3
  3915. package/dist/esm/third-party/components/WhatmoreShoppableVideosreel.js +1 -1
  3916. package/dist/esm/third-party/components/WhatmoreShoppableVideosreel.liquid.js +1 -1
  3917. package/dist/esm/third-party/components/WideBundle/WideBundleSampleContent.js +1 -1
  3918. package/dist/esm/third-party/components/WideBundle.js +1 -1
  3919. package/dist/esm/third-party/components/WideBundle.liquid.js +4 -4
  3920. package/dist/esm/third-party/components/Wiser/WiserSampleContent.js +1 -1
  3921. package/dist/esm/third-party/components/Wiser.js +1 -1
  3922. package/dist/esm/third-party/components/Wiser.liquid.js +4 -4
  3923. package/dist/esm/third-party/components/WishlistKing.js +1 -1
  3924. package/dist/esm/third-party/components/WishlistKing.liquid.js +1 -1
  3925. package/dist/esm/third-party/components/WishlistPlus.js +1 -1
  3926. package/dist/esm/third-party/components/WishlistPlus.liquid.js +6 -6
  3927. package/dist/esm/third-party/components/YotpoLoyalty/YotpoLoyaltySampleContent.js +1 -1
  3928. package/dist/esm/third-party/components/YotpoLoyalty.js +1 -1
  3929. package/dist/esm/third-party/components/YotpoReviews/YotpoReviewsSampleContent.js +1 -1
  3930. package/dist/esm/third-party/components/YotpoReviews.js +1 -1
  3931. package/dist/esm/third-party/components/YotpoReviews.liquid.js +3 -3
  3932. package/dist/esm/third-party/configs/AftershipEmailMarketingsms.js +1 -1
  3933. package/dist/esm/third-party/configs/AirProductReviewsAppUgc.js +1 -1
  3934. package/dist/esm/third-party/configs/AliReviews.js +1 -1
  3935. package/dist/esm/third-party/configs/AlsoBoughtCbb.js +1 -1
  3936. package/dist/esm/third-party/configs/AovBundlesVolumeDiscounts.js +1 -1
  3937. package/dist/esm/third-party/configs/AovFreeGiftBuyXGetYBogo.js +1 -1
  3938. package/dist/esm/third-party/configs/AppointmentBookingCowlendar.js +1 -1
  3939. package/dist/esm/third-party/configs/AppstleBundlesDiscounts.js +1 -1
  3940. package/dist/esm/third-party/configs/AppstleSubscriptions.js +1 -1
  3941. package/dist/esm/third-party/configs/BfSizeChartSizeGuide.js +1 -1
  3942. package/dist/esm/third-party/configs/BirdChime.js +1 -1
  3943. package/dist/esm/third-party/configs/BloyRewardsProgramLoyalty.js +1 -1
  3944. package/dist/esm/third-party/configs/Bogos.js +1 -1
  3945. package/dist/esm/third-party/configs/BoldProductOptions.js +1 -1
  3946. package/dist/esm/third-party/configs/BoldSubscription.js +1 -1
  3947. package/dist/esm/third-party/configs/BonLoyaltyRewardsReferrals.js +1 -1
  3948. package/dist/esm/third-party/configs/BonySubscriptionsApp.js +1 -1
  3949. package/dist/esm/third-party/configs/BoostAISearchDiscovery.js +1 -1
  3950. package/dist/esm/third-party/configs/Bundler.js +1 -1
  3951. package/dist/esm/third-party/configs/CleanSizeCharts.js +1 -1
  3952. package/dist/esm/third-party/configs/CrossSellCartUpsell.js +1 -1
  3953. package/dist/esm/third-party/configs/CustomProductOptionsVariant.js +1 -1
  3954. package/dist/esm/third-party/configs/DealeasyVolumeDiscounts.js +1 -1
  3955. package/dist/esm/third-party/configs/DiscountyBulkDiscountSales.js +1 -1
  3956. package/dist/esm/third-party/configs/EasifyProductOptions.js +1 -1
  3957. package/dist/esm/third-party/configs/EasyBundleBuilderSkailama.js +1 -1
  3958. package/dist/esm/third-party/configs/EasySellCOD.js +1 -1
  3959. package/dist/esm/third-party/configs/EcoboostifyShoppableReelUgc.js +1 -1
  3960. package/dist/esm/third-party/configs/EcomsendBackInStockAlert.js +1 -1
  3961. package/dist/esm/third-party/configs/EssentPreorderBackInStock.js +1 -1
  3962. package/dist/esm/third-party/configs/EssentialAnnouncementBar.js +1 -1
  3963. package/dist/esm/third-party/configs/EssentialCountdownTimerBar.js +1 -1
  3964. package/dist/esm/third-party/configs/EstimatedDeliveryDatePlus.js +1 -1
  3965. package/dist/esm/third-party/configs/FastBundleBundlesDiscount.js +1 -1
  3966. package/dist/esm/third-party/configs/FeraReviews.js +1 -1
  3967. package/dist/esm/third-party/configs/FirePush.js +1 -1
  3968. package/dist/esm/third-party/configs/FlyBundlesUpsellsFbt.js +1 -1
  3969. package/dist/esm/third-party/configs/FordeerProductLabels.js +1 -1
  3970. package/dist/esm/third-party/configs/FrequentlyBoughtTogether.js +1 -1
  3971. package/dist/esm/third-party/configs/GloColorSwatchvariantImage.js +1 -1
  3972. package/dist/esm/third-party/configs/GoogleReviewsByReputon.js +1 -1
  3973. package/dist/esm/third-party/configs/Growave.js +1 -1
  3974. package/dist/esm/third-party/configs/GrowthSuiteDiscountCodes.js +1 -1
  3975. package/dist/esm/third-party/configs/HextomCountdownTimerBar.js +1 -1
  3976. package/dist/esm/third-party/configs/HextomFreeShippingBar.js +1 -1
  3977. package/dist/esm/third-party/configs/HulkFormBuilder.js +1 -1
  3978. package/dist/esm/third-party/configs/HulkProductOptions.js +1 -1
  3979. package/dist/esm/third-party/configs/InfiniteOptions.js +1 -1
  3980. package/dist/esm/third-party/configs/Instafeed.js +1 -1
  3981. package/dist/esm/third-party/configs/InstasellShoppableInstagram.js +1 -1
  3982. package/dist/esm/third-party/configs/JudgemeReviews.js +1 -1
  3983. package/dist/esm/third-party/configs/JunipProductReviewsUgc.js +1 -1
  3984. package/dist/esm/third-party/configs/KachingBundles.js +1 -1
  3985. package/dist/esm/third-party/configs/KachingSubscriptionsApp.js +1 -1
  3986. package/dist/esm/third-party/configs/KingProductOptions.js +1 -1
  3987. package/dist/esm/third-party/configs/KiteFreeGiftDiscount.js +1 -1
  3988. package/dist/esm/third-party/configs/KlarmaMessaging.js +1 -1
  3989. package/dist/esm/third-party/configs/Klaviyo.js +1 -1
  3990. package/dist/esm/third-party/configs/KoalaBundleQuantityDiscount.js +1 -1
  3991. package/dist/esm/third-party/configs/LaiProductReviews.js +1 -1
  3992. package/dist/esm/third-party/configs/LoloyalLoyaltyReferrals.js +1 -1
  3993. package/dist/esm/third-party/configs/LoopSubscriptions.js +1 -1
  3994. package/dist/esm/third-party/configs/LooxReviews.js +1 -1
  3995. package/dist/esm/third-party/configs/MaxbundleProductBundles.js +1 -1
  3996. package/dist/esm/third-party/configs/MbcBundleVolumeDiscount.js +1 -1
  3997. package/dist/esm/third-party/configs/MyappgurusProductReviews.js +1 -1
  3998. package/dist/esm/third-party/configs/NotifyBackInStockPreOrder.js +1 -1
  3999. package/dist/esm/third-party/configs/OkendoReviewsLoyalty.js +1 -1
  4000. package/dist/esm/third-party/configs/Omnisend.js +1 -1
  4001. package/dist/esm/third-party/configs/Opinew.js +1 -1
  4002. package/dist/esm/third-party/configs/ParcelPanel.js +1 -1
  4003. package/dist/esm/third-party/configs/PickyStory.js +1 -1
  4004. package/dist/esm/third-party/configs/PowerfulContactFormBuilder.js +1 -1
  4005. package/dist/esm/third-party/configs/PreorderNowPreOrderPq.js +1 -1
  4006. package/dist/esm/third-party/configs/PreorderNowWodPresale.js +1 -1
  4007. package/dist/esm/third-party/configs/ProductOptionsCustomizer.js +1 -1
  4008. package/dist/esm/third-party/configs/ProductReviews.js +1 -1
  4009. package/dist/esm/third-party/configs/PumperBundlesVolumeDiscount.js +1 -1
  4010. package/dist/esm/third-party/configs/PushOwl.js +1 -1
  4011. package/dist/esm/third-party/configs/QikifyUpsell.js +1 -1
  4012. package/dist/esm/third-party/configs/RapiBundleQuantityBreaks.js +1 -1
  4013. package/dist/esm/third-party/configs/RechargeSubscriptions.js +1 -1
  4014. package/dist/esm/third-party/configs/RecurpaySubscriptionApp.js +1 -1
  4015. package/dist/esm/third-party/configs/Releasit.js +1 -1
  4016. package/dist/esm/third-party/configs/RequestQuoteHidePrice.js +1 -1
  4017. package/dist/esm/third-party/configs/ReviewxpoProductReviewsApp.js +1 -1
  4018. package/dist/esm/third-party/configs/Rivyo.js +1 -1
  4019. package/dist/esm/third-party/configs/Ryviu.js +1 -1
  4020. package/dist/esm/third-party/configs/SealSubscriptions.js +1 -1
  4021. package/dist/esm/third-party/configs/SegunoEmailMarketing.js +1 -1
  4022. package/dist/esm/third-party/configs/Selleasy.js +1 -1
  4023. package/dist/esm/third-party/configs/SeoantTrustBadgesIcon.js +1 -1
  4024. package/dist/esm/third-party/configs/ShopifyForms.js +1 -1
  4025. package/dist/esm/third-party/configs/ShopifySubscriptions.js +1 -1
  4026. package/dist/esm/third-party/configs/SimpleBundlesKits.js +1 -1
  4027. package/dist/esm/third-party/configs/SkioSubscriptionsYcS20.js +1 -1
  4028. package/dist/esm/third-party/configs/SmartSearchBarAndFilters.js +1 -1
  4029. package/dist/esm/third-party/configs/SproutPlantTreesGrowSales.js +1 -1
  4030. package/dist/esm/third-party/configs/Stamped.js +1 -1
  4031. package/dist/esm/third-party/configs/StellarDeliveryDatePickup.js +1 -1
  4032. package/dist/esm/third-party/configs/SubifySubscriptionsApp.js +1 -1
  4033. package/dist/esm/third-party/configs/TagembedSocialPostReview.js +1 -1
  4034. package/dist/esm/third-party/configs/TagshopShoppableVideosUgc.js +1 -1
  4035. package/dist/esm/third-party/configs/TrustBadgesBear.js +1 -1
  4036. package/dist/esm/third-party/configs/TrustMe.js +1 -1
  4037. package/dist/esm/third-party/configs/TrustedsiteTrustBadges.js +1 -1
  4038. package/dist/esm/third-party/configs/Trustoo.js +1 -1
  4039. package/dist/esm/third-party/configs/TrustreviewsProductReviews.js +1 -1
  4040. package/dist/esm/third-party/configs/TrustshopProductReviews.js +1 -1
  4041. package/dist/esm/third-party/configs/UltimateSalesBoost.js +1 -1
  4042. package/dist/esm/third-party/configs/UnlimitedBundlesDiscounts.js +1 -1
  4043. package/dist/esm/third-party/configs/UppromoteAffiliateMarketing.js +1 -1
  4044. package/dist/esm/third-party/configs/Vitals.js +1 -1
  4045. package/dist/esm/third-party/configs/WcWishlistBackInStock.js +1 -1
  4046. package/dist/esm/third-party/configs/WhatmoreShoppableVideosreel.js +1 -1
  4047. package/dist/esm/third-party/configs/WideBundle.js +1 -1
  4048. package/dist/esm/third-party/configs/Wiser.js +1 -1
  4049. package/dist/esm/third-party/configs/WishlistKing.js +1 -1
  4050. package/dist/esm/third-party/configs/WishlistPlus.js +1 -1
  4051. package/dist/esm/third-party/configs/YotpoLoyalty.js +1 -1
  4052. package/dist/esm/third-party/configs/YotpoReviews.js +1 -1
  4053. package/dist/esm/third-party/index.js +1 -1
  4054. package/dist/esm/third-party/next.js +1 -1
  4055. package/dist/esm/third-party/settings/AftershipEmailMarketingsms/index.js +2 -2
  4056. package/dist/esm/third-party/settings/AftershipEmailMarketingsms/uiV2.js +1 -1
  4057. package/dist/esm/third-party/settings/AirProductReviewsAppUgc/index.js +2 -2
  4058. package/dist/esm/third-party/settings/AirProductReviewsAppUgc/uiV2.js +1 -1
  4059. package/dist/esm/third-party/settings/AliReviews/index.js +2 -2
  4060. package/dist/esm/third-party/settings/AliReviews/uiV2.js +1 -1
  4061. package/dist/esm/third-party/settings/AlsoBoughtCbb/index.js +2 -2
  4062. package/dist/esm/third-party/settings/AlsoBoughtCbb/uiV2.js +1 -1
  4063. package/dist/esm/third-party/settings/AovBundlesVolumeDiscounts/index.js +2 -2
  4064. package/dist/esm/third-party/settings/AovBundlesVolumeDiscounts/uiV2.js +1 -1
  4065. package/dist/esm/third-party/settings/AovFreeGiftBuyXGetYBogo/index.js +2 -2
  4066. package/dist/esm/third-party/settings/AovFreeGiftBuyXGetYBogo/uiV2.js +1 -1
  4067. package/dist/esm/third-party/settings/AppointmentBookingCowlendar/index.js +2 -2
  4068. package/dist/esm/third-party/settings/AppointmentBookingCowlendar/uiV2.js +1 -1
  4069. package/dist/esm/third-party/settings/AppstleBundlesDiscounts/index.js +2 -2
  4070. package/dist/esm/third-party/settings/AppstleBundlesDiscounts/uiV2.js +1 -1
  4071. package/dist/esm/third-party/settings/AppstleSubscriptions/index.js +2 -2
  4072. package/dist/esm/third-party/settings/AppstleSubscriptions/uiV2.js +1 -1
  4073. package/dist/esm/third-party/settings/BestBuyFulfillment/index.js +2 -2
  4074. package/dist/esm/third-party/settings/BestBuyFulfillment/uiV2.js +1 -1
  4075. package/dist/esm/third-party/settings/BfSizeChartSizeGuide/index.js +2 -2
  4076. package/dist/esm/third-party/settings/BfSizeChartSizeGuide/uiV2.js +1 -1
  4077. package/dist/esm/third-party/settings/BirdChime/index.js +2 -2
  4078. package/dist/esm/third-party/settings/BirdChime/uiV2.js +1 -1
  4079. package/dist/esm/third-party/settings/BloyRewardsProgramLoyalty/index.js +2 -2
  4080. package/dist/esm/third-party/settings/BloyRewardsProgramLoyalty/uiV2.js +1 -1
  4081. package/dist/esm/third-party/settings/Bogos/index.js +2 -2
  4082. package/dist/esm/third-party/settings/Bogos/uiV2.js +1 -1
  4083. package/dist/esm/third-party/settings/BoldProductOptions/index.js +2 -2
  4084. package/dist/esm/third-party/settings/BoldProductOptions/uiV2.js +1 -1
  4085. package/dist/esm/third-party/settings/BoldSubscriptions/index.js +2 -2
  4086. package/dist/esm/third-party/settings/BoldSubscriptions/uiV2.js +1 -1
  4087. package/dist/esm/third-party/settings/BonLoyaltyRewardsReferrals/index.js +2 -2
  4088. package/dist/esm/third-party/settings/BonLoyaltyRewardsReferrals/uiV2.js +1 -1
  4089. package/dist/esm/third-party/settings/BonySubscriptionsApp/index.js +2 -2
  4090. package/dist/esm/third-party/settings/BonySubscriptionsApp/uiV2.js +1 -1
  4091. package/dist/esm/third-party/settings/BoostAISearchDiscovery/index.js +2 -2
  4092. package/dist/esm/third-party/settings/BoostAISearchDiscovery/uiV2.js +1 -1
  4093. package/dist/esm/third-party/settings/Bundler/index.js +2 -2
  4094. package/dist/esm/third-party/settings/Bundler/uiV2.js +1 -1
  4095. package/dist/esm/third-party/settings/CleanSizeCharts/index.js +2 -2
  4096. package/dist/esm/third-party/settings/CleanSizeCharts/uiV2.js +1 -1
  4097. package/dist/esm/third-party/settings/CrossSellCartUpsell/index.js +2 -2
  4098. package/dist/esm/third-party/settings/CrossSellCartUpsell/uiV2.js +1 -1
  4099. package/dist/esm/third-party/settings/CustomProductOptionsVariant/index.js +2 -2
  4100. package/dist/esm/third-party/settings/CustomProductOptionsVariant/uiV2.js +1 -1
  4101. package/dist/esm/third-party/settings/DealeasyVolumeDiscounts/index.js +2 -2
  4102. package/dist/esm/third-party/settings/DealeasyVolumeDiscounts/uiV2.js +1 -1
  4103. package/dist/esm/third-party/settings/DiscountyBulkDiscountSales/index.js +2 -2
  4104. package/dist/esm/third-party/settings/DiscountyBulkDiscountSales/uiV2.js +1 -1
  4105. package/dist/esm/third-party/settings/EasifyProductOptions/index.js +2 -2
  4106. package/dist/esm/third-party/settings/EasifyProductOptions/uiV2.js +1 -1
  4107. package/dist/esm/third-party/settings/EasyBundleBuilderSkailama/index.js +2 -2
  4108. package/dist/esm/third-party/settings/EasyBundleBuilderSkailama/uiV2.js +1 -1
  4109. package/dist/esm/third-party/settings/EasySellCOD/index.js +2 -2
  4110. package/dist/esm/third-party/settings/EasySellCOD/uiV2.js +1 -1
  4111. package/dist/esm/third-party/settings/EcoboostifyShoppableReelUgc/index.js +2 -2
  4112. package/dist/esm/third-party/settings/EcoboostifyShoppableReelUgc/uiV2.js +1 -1
  4113. package/dist/esm/third-party/settings/EcomsendBackInStockAlert/index.js +2 -2
  4114. package/dist/esm/third-party/settings/EcomsendBackInStockAlert/uiV2.js +1 -1
  4115. package/dist/esm/third-party/settings/EssentPreorderBackInStock/index.js +2 -2
  4116. package/dist/esm/third-party/settings/EssentPreorderBackInStock/uiV2.js +1 -1
  4117. package/dist/esm/third-party/settings/EssentialAnnouncementBar/index.js +2 -2
  4118. package/dist/esm/third-party/settings/EssentialAnnouncementBar/uiV2.js +1 -1
  4119. package/dist/esm/third-party/settings/EssentialCountdownTimerBar/index.js +2 -2
  4120. package/dist/esm/third-party/settings/EssentialCountdownTimerBar/uiV2.js +1 -1
  4121. package/dist/esm/third-party/settings/EstimatedDeliveryDatePlus/index.js +2 -2
  4122. package/dist/esm/third-party/settings/EstimatedDeliveryDatePlus/uiV2.js +1 -1
  4123. package/dist/esm/third-party/settings/FastBundleBundlesDiscounts/index.js +2 -2
  4124. package/dist/esm/third-party/settings/FastBundleBundlesDiscounts/uiV2.js +1 -1
  4125. package/dist/esm/third-party/settings/FeraReviews/index.js +2 -2
  4126. package/dist/esm/third-party/settings/FeraReviews/uiV2.js +1 -1
  4127. package/dist/esm/third-party/settings/FirePush/index.js +2 -2
  4128. package/dist/esm/third-party/settings/FirePush/uiV2.js +1 -1
  4129. package/dist/esm/third-party/settings/FlyBundlesUpsellsFbt/index.js +2 -2
  4130. package/dist/esm/third-party/settings/FlyBundlesUpsellsFbt/uiV2.js +1 -1
  4131. package/dist/esm/third-party/settings/FordeerProductLabels/index.js +2 -2
  4132. package/dist/esm/third-party/settings/FordeerProductLabels/uiV2.js +1 -1
  4133. package/dist/esm/third-party/settings/FrequentlyBoughtTogether/index.js +2 -2
  4134. package/dist/esm/third-party/settings/FrequentlyBoughtTogether/uiV2.js +1 -1
  4135. package/dist/esm/third-party/settings/GloColorSwatchvariantImage/index.js +2 -2
  4136. package/dist/esm/third-party/settings/GloColorSwatchvariantImage/uiV2.js +1 -1
  4137. package/dist/esm/third-party/settings/GloboProductOptionsVariant/index.js +2 -2
  4138. package/dist/esm/third-party/settings/GloboProductOptionsVariant/uiV2.js +1 -1
  4139. package/dist/esm/third-party/settings/GoogleReviewsByReputon/index.js +2 -2
  4140. package/dist/esm/third-party/settings/GoogleReviewsByReputon/uiV2.js +1 -1
  4141. package/dist/esm/third-party/settings/Growave/index.js +2 -2
  4142. package/dist/esm/third-party/settings/Growave/uiV2.js +1 -1
  4143. package/dist/esm/third-party/settings/GrowthSuiteDiscountCodes/index.js +2 -2
  4144. package/dist/esm/third-party/settings/GrowthSuiteDiscountCodes/uiV2.js +1 -1
  4145. package/dist/esm/third-party/settings/HextomCountdownTimerBar/index.js +2 -2
  4146. package/dist/esm/third-party/settings/HextomCountdownTimerBar/uiV2.js +1 -1
  4147. package/dist/esm/third-party/settings/HextomFreeShippingBar/index.js +2 -2
  4148. package/dist/esm/third-party/settings/HextomFreeShippingBar/uiV2.js +1 -1
  4149. package/dist/esm/third-party/settings/HulkFormBuilder/index.js +2 -2
  4150. package/dist/esm/third-party/settings/HulkFormBuilder/uiV2.js +1 -1
  4151. package/dist/esm/third-party/settings/HulkProductOptions/index.js +2 -2
  4152. package/dist/esm/third-party/settings/HulkProductOptions/uiV2.js +1 -1
  4153. package/dist/esm/third-party/settings/InfiniteOptions/index.js +2 -2
  4154. package/dist/esm/third-party/settings/InfiniteOptions/uiV2.js +1 -1
  4155. package/dist/esm/third-party/settings/Instafeed/index.js +2 -2
  4156. package/dist/esm/third-party/settings/Instafeed/uiV2.js +1 -1
  4157. package/dist/esm/third-party/settings/InstasellShoppableInstagram/index.js +2 -2
  4158. package/dist/esm/third-party/settings/InstasellShoppableInstagram/uiV2.js +1 -1
  4159. package/dist/esm/third-party/settings/JudgemeReviews/index.js +2 -2
  4160. package/dist/esm/third-party/settings/JudgemeReviews/uiV2.js +1 -1
  4161. package/dist/esm/third-party/settings/JunipProductReviewsUgc/index.js +2 -2
  4162. package/dist/esm/third-party/settings/JunipProductReviewsUgc/uiV2.js +1 -1
  4163. package/dist/esm/third-party/settings/KachingBundles/index.js +2 -2
  4164. package/dist/esm/third-party/settings/KachingBundles/uiV2.js +1 -1
  4165. package/dist/esm/third-party/settings/KachingSubscriptionsApp/index.js +2 -2
  4166. package/dist/esm/third-party/settings/KachingSubscriptionsApp/uiV2.js +1 -1
  4167. package/dist/esm/third-party/settings/KingProductOptions/index.js +2 -2
  4168. package/dist/esm/third-party/settings/KingProductOptions/uiV2.js +1 -1
  4169. package/dist/esm/third-party/settings/KiteFreeGiftDiscount/index.js +2 -2
  4170. package/dist/esm/third-party/settings/KiteFreeGiftDiscount/uiV2.js +1 -1
  4171. package/dist/esm/third-party/settings/KlarnaMessaging/index.js +2 -2
  4172. package/dist/esm/third-party/settings/KlarnaMessaging/uiV2.js +1 -1
  4173. package/dist/esm/third-party/settings/Klaviyo/index.js +2 -2
  4174. package/dist/esm/third-party/settings/Klaviyo/uiV2.js +1 -1
  4175. package/dist/esm/third-party/settings/KoalaBundleQuantityDiscount/index.js +2 -2
  4176. package/dist/esm/third-party/settings/KoalaBundleQuantityDiscount/uiV2.js +1 -1
  4177. package/dist/esm/third-party/settings/LaiProductReviews/index.js +2 -2
  4178. package/dist/esm/third-party/settings/LaiProductReviews/uiV2.js +1 -1
  4179. package/dist/esm/third-party/settings/LoloyalLoyaltyReferrals/index.js +2 -2
  4180. package/dist/esm/third-party/settings/LoloyalLoyaltyReferrals/uiV2.js +1 -1
  4181. package/dist/esm/third-party/settings/LoopSubscriptions/index.js +2 -2
  4182. package/dist/esm/third-party/settings/LoopSubscriptions/uiV2.js +1 -1
  4183. package/dist/esm/third-party/settings/LooxReviews/index.js +2 -2
  4184. package/dist/esm/third-party/settings/LooxReviews/uiV2.js +1 -1
  4185. package/dist/esm/third-party/settings/MaxbundleProductBundles/index.js +2 -2
  4186. package/dist/esm/third-party/settings/MaxbundleProductBundles/uiV2.js +1 -1
  4187. package/dist/esm/third-party/settings/MbcBundleVolumeDiscount/index.js +2 -2
  4188. package/dist/esm/third-party/settings/MbcBundleVolumeDiscount/uiV2.js +1 -1
  4189. package/dist/esm/third-party/settings/MyappgurusProductReviews/index.js +2 -2
  4190. package/dist/esm/third-party/settings/MyappgurusProductReviews/uiV2.js +1 -1
  4191. package/dist/esm/third-party/settings/NotifyBackInStockPreOrder/index.js +2 -2
  4192. package/dist/esm/third-party/settings/NotifyBackInStockPreOrder/uiV2.js +1 -1
  4193. package/dist/esm/third-party/settings/OkendoReviewsLoyalty/index.js +2 -2
  4194. package/dist/esm/third-party/settings/OkendoReviewsLoyalty/uiV2.js +1 -1
  4195. package/dist/esm/third-party/settings/Omnisend/index.js +2 -2
  4196. package/dist/esm/third-party/settings/Omnisend/uiV2.js +1 -1
  4197. package/dist/esm/third-party/settings/Opinew/index.js +2 -2
  4198. package/dist/esm/third-party/settings/Opinew/uiV2.js +1 -1
  4199. package/dist/esm/third-party/settings/ParcelPanel/index.js +2 -2
  4200. package/dist/esm/third-party/settings/ParcelPanel/uiV2.js +1 -1
  4201. package/dist/esm/third-party/settings/PickyStory/index.js +2 -2
  4202. package/dist/esm/third-party/settings/PickyStory/uiV2.js +1 -1
  4203. package/dist/esm/third-party/settings/PowerfulContactFormBuilder/index.js +2 -2
  4204. package/dist/esm/third-party/settings/PowerfulContactFormBuilder/uiV2.js +1 -1
  4205. package/dist/esm/third-party/settings/PreorderNowPreOrderPq/index.js +2 -2
  4206. package/dist/esm/third-party/settings/PreorderNowPreOrderPq/uiV2.js +1 -1
  4207. package/dist/esm/third-party/settings/PreorderNowWodPresale/index.js +2 -2
  4208. package/dist/esm/third-party/settings/PreorderNowWodPresale/uiV2.js +1 -1
  4209. package/dist/esm/third-party/settings/ProductOptionsCustomizer/index.js +2 -2
  4210. package/dist/esm/third-party/settings/ProductOptionsCustomizer/uiV2.js +1 -1
  4211. package/dist/esm/third-party/settings/ProductOptionsVariantOption/index.js +2 -2
  4212. package/dist/esm/third-party/settings/ProductOptionsVariantOption/uiV2.js +1 -1
  4213. package/dist/esm/third-party/settings/ProductReviews/index.js +2 -2
  4214. package/dist/esm/third-party/settings/ProductReviews/uiV2.js +1 -1
  4215. package/dist/esm/third-party/settings/PumperBundlesVolumeDiscount/index.js +2 -2
  4216. package/dist/esm/third-party/settings/PumperBundlesVolumeDiscount/uiV2.js +1 -1
  4217. package/dist/esm/third-party/settings/PushOwl/index.js +2 -2
  4218. package/dist/esm/third-party/settings/PushOwl/uiV2.js +1 -1
  4219. package/dist/esm/third-party/settings/QikifyUpsell/index.js +2 -2
  4220. package/dist/esm/third-party/settings/QikifyUpsell/uiV2.js +1 -1
  4221. package/dist/esm/third-party/settings/RapiBundleQuantityBreaks/index.js +2 -2
  4222. package/dist/esm/third-party/settings/RapiBundleQuantityBreaks/uiV2.js +1 -1
  4223. package/dist/esm/third-party/settings/RechargeSubscriptions/index.js +2 -2
  4224. package/dist/esm/third-party/settings/RechargeSubscriptions/uiV2.js +1 -1
  4225. package/dist/esm/third-party/settings/RecurpaySubscriptionApp/index.js +2 -2
  4226. package/dist/esm/third-party/settings/RecurpaySubscriptionApp/uiV2.js +1 -1
  4227. package/dist/esm/third-party/settings/Releasit/index.js +2 -2
  4228. package/dist/esm/third-party/settings/Releasit/uiV2.js +1 -1
  4229. package/dist/esm/third-party/settings/RequestQuoteHidePrice/index.js +2 -2
  4230. package/dist/esm/third-party/settings/RequestQuoteHidePrice/uiV2.js +1 -1
  4231. package/dist/esm/third-party/settings/ReviewxpoProductReviewsApp/index.js +2 -2
  4232. package/dist/esm/third-party/settings/ReviewxpoProductReviewsApp/uiV2.js +1 -1
  4233. package/dist/esm/third-party/settings/Rivyo/index.js +2 -2
  4234. package/dist/esm/third-party/settings/Rivyo/uiV2.js +1 -1
  4235. package/dist/esm/third-party/settings/Ryviu/index.js +2 -2
  4236. package/dist/esm/third-party/settings/Ryviu/uiV2.js +1 -1
  4237. package/dist/esm/third-party/settings/SealSubscriptions/index.js +2 -2
  4238. package/dist/esm/third-party/settings/SealSubscriptions/uiV2.js +1 -1
  4239. package/dist/esm/third-party/settings/SegunoEmailMarketing/index.js +2 -2
  4240. package/dist/esm/third-party/settings/SegunoEmailMarketing/uiV2.js +1 -1
  4241. package/dist/esm/third-party/settings/Selleasy/index.js +2 -2
  4242. package/dist/esm/third-party/settings/Selleasy/uiV2.js +1 -1
  4243. package/dist/esm/third-party/settings/SeoantTrustBadgesIcon/index.js +2 -2
  4244. package/dist/esm/third-party/settings/SeoantTrustBadgesIcon/uiV2.js +1 -1
  4245. package/dist/esm/third-party/settings/ShopifyForms/index.js +2 -2
  4246. package/dist/esm/third-party/settings/ShopifyForms/uiV2.js +1 -1
  4247. package/dist/esm/third-party/settings/ShopifySubscriptions/index.js +2 -2
  4248. package/dist/esm/third-party/settings/ShopifySubscriptions/uiV2.js +1 -1
  4249. package/dist/esm/third-party/settings/SimpleBundlesKits/index.js +2 -2
  4250. package/dist/esm/third-party/settings/SimpleBundlesKits/uiV2.js +1 -1
  4251. package/dist/esm/third-party/settings/SkioSubscriptionsYcS20/index.js +2 -2
  4252. package/dist/esm/third-party/settings/SkioSubscriptionsYcS20/uiV2.js +1 -1
  4253. package/dist/esm/third-party/settings/SmartSearchBarAndFilters/index.js +2 -2
  4254. package/dist/esm/third-party/settings/SmartSearchBarAndFilters/uiV2.js +1 -1
  4255. package/dist/esm/third-party/settings/SproutPlantTreesGrowSales/index.js +2 -2
  4256. package/dist/esm/third-party/settings/SproutPlantTreesGrowSales/uiV2.js +1 -1
  4257. package/dist/esm/third-party/settings/Stamped/Badge.js +1 -1
  4258. package/dist/esm/third-party/settings/Stamped/BadgeDouble.js +1 -1
  4259. package/dist/esm/third-party/settings/Stamped/BadgeRibbon.js +1 -1
  4260. package/dist/esm/third-party/settings/Stamped/BadgeSingle.js +1 -1
  4261. package/dist/esm/third-party/settings/Stamped/Carousel.js +1 -1
  4262. package/dist/esm/third-party/settings/Stamped/CheckoutReviews.js +1 -1
  4263. package/dist/esm/third-party/settings/Stamped/Colors.js +1 -1
  4264. package/dist/esm/third-party/settings/Stamped/Filters.js +1 -1
  4265. package/dist/esm/third-party/settings/Stamped/FullPage.js +1 -1
  4266. package/dist/esm/third-party/settings/Stamped/InstagramFeed.js +1 -1
  4267. package/dist/esm/third-party/settings/Stamped/MainWidget.js +1 -1
  4268. package/dist/esm/third-party/settings/Stamped/ProductRating.js +1 -1
  4269. package/dist/esm/third-party/settings/Stamped/SingleHighlight.js +1 -1
  4270. package/dist/esm/third-party/settings/Stamped/SiteBadge.js +1 -1
  4271. package/dist/esm/third-party/settings/Stamped/TopRated.js +1 -1
  4272. package/dist/esm/third-party/settings/Stamped/VisualGallery.js +1 -1
  4273. package/dist/esm/third-party/settings/Stamped/WallPhotos.js +1 -1
  4274. package/dist/esm/third-party/settings/Stamped/index.js +1 -1
  4275. package/dist/esm/third-party/settings/Stamped.js +2 -2
  4276. package/dist/esm/third-party/settings/StellarDeliveryDatePickup/index.js +2 -2
  4277. package/dist/esm/third-party/settings/StellarDeliveryDatePickup/uiV2.js +1 -1
  4278. package/dist/esm/third-party/settings/SubifySubscriptionsApp/index.js +2 -2
  4279. package/dist/esm/third-party/settings/SubifySubscriptionsApp/uiV2.js +1 -1
  4280. package/dist/esm/third-party/settings/TagembedSocialPostReview/index.js +2 -2
  4281. package/dist/esm/third-party/settings/TagembedSocialPostReview/uiV2.js +1 -1
  4282. package/dist/esm/third-party/settings/TagshopShoppableVideosUgc/index.js +2 -2
  4283. package/dist/esm/third-party/settings/TagshopShoppableVideosUgc/uiV2.js +1 -1
  4284. package/dist/esm/third-party/settings/TeeinblueProductPersonalizer/index.js +2 -2
  4285. package/dist/esm/third-party/settings/TeeinblueProductPersonalizer/uiV2.js +1 -1
  4286. package/dist/esm/third-party/settings/TrustBadgesBear/index.js +2 -2
  4287. package/dist/esm/third-party/settings/TrustBadgesBear/uiV2.js +1 -1
  4288. package/dist/esm/third-party/settings/TrustMe/index.js +2 -2
  4289. package/dist/esm/third-party/settings/TrustMe/uiV2.js +1 -1
  4290. package/dist/esm/third-party/settings/TrustedsiteTrustBadges/index.js +2 -2
  4291. package/dist/esm/third-party/settings/TrustedsiteTrustBadges/uiV2.js +1 -1
  4292. package/dist/esm/third-party/settings/Trustoo/index.js +2 -2
  4293. package/dist/esm/third-party/settings/Trustoo/uiV2.js +1 -1
  4294. package/dist/esm/third-party/settings/TrustreviewsProductReviews/index.js +2 -2
  4295. package/dist/esm/third-party/settings/TrustreviewsProductReviews/uiV2.js +1 -1
  4296. package/dist/esm/third-party/settings/TrustshopProductReviews/index.js +2 -2
  4297. package/dist/esm/third-party/settings/TrustshopProductReviews/uiV2.js +1 -1
  4298. package/dist/esm/third-party/settings/UltimateSalesBoost/index.js +2 -2
  4299. package/dist/esm/third-party/settings/UltimateSalesBoost/uiV1.js +1 -1
  4300. package/dist/esm/third-party/settings/UltimateSalesBoost/uiV2.js +1 -1
  4301. package/dist/esm/third-party/settings/UnlimitedBundlesDiscounts/index.js +2 -2
  4302. package/dist/esm/third-party/settings/UnlimitedBundlesDiscounts/uiV2.js +1 -1
  4303. package/dist/esm/third-party/settings/UppromoteAffiliateMarketing/setting.js +2 -2
  4304. package/dist/esm/third-party/settings/UppromoteAffiliateMarketing/uiV2.js +1 -1
  4305. package/dist/esm/third-party/settings/Vitals/index.js +2 -2
  4306. package/dist/esm/third-party/settings/Vitals/uiV2.js +1 -1
  4307. package/dist/esm/third-party/settings/WcWishlistBackInStock/index.js +2 -2
  4308. package/dist/esm/third-party/settings/WcWishlistBackInStock/uiV2.js +1 -1
  4309. package/dist/esm/third-party/settings/WhatmoreShoppableVideosreel/index.js +2 -2
  4310. package/dist/esm/third-party/settings/WhatmoreShoppableVideosreel/uiV2.js +1 -1
  4311. package/dist/esm/third-party/settings/WideBundle/index.js +2 -2
  4312. package/dist/esm/third-party/settings/WideBundle/uiV2.js +1 -1
  4313. package/dist/esm/third-party/settings/Wiser/index.js +2 -2
  4314. package/dist/esm/third-party/settings/Wiser/uiV2.js +1 -1
  4315. package/dist/esm/third-party/settings/WishlistKing/index.js +2 -2
  4316. package/dist/esm/third-party/settings/WishlistKing/uiV2.js +1 -1
  4317. package/dist/esm/third-party/settings/WishlistPlus/index.js +2 -2
  4318. package/dist/esm/third-party/settings/WishlistPlus/uiV2.js +1 -1
  4319. package/dist/esm/third-party/settings/YotpoLoyalty/index.js +2 -2
  4320. package/dist/esm/third-party/settings/YotpoLoyalty/uiV2.js +1 -1
  4321. package/dist/esm/third-party/settings/YotpoReviews/index.js +2 -2
  4322. package/dist/esm/third-party/settings/YotpoReviews/uiV2.js +1 -1
  4323. package/dist/esm/third-party/types.js +1 -1
  4324. package/dist/esm/third-party-instant/common/helpers.js +1 -1
  4325. package/dist/esm/third-party-instant/components/InstantJudgemeReviews.js +1 -1
  4326. package/dist/esm/third-party-instant/components/InstantKlaviyo.js +1 -1
  4327. package/dist/esm/third-party-instant/components/InstantLooxReviews.js +1 -1
  4328. package/dist/esm/third-party-instant/components/InstantThirdPartyPreview.js +1 -1
  4329. package/dist/esm/third-party-instant/components/InstantYotpoLoyalty.js +1 -1
  4330. package/dist/esm/third-party-instant/components/Judgeme/JudgemeSampleContent.js +1 -1
  4331. package/dist/esm/third-party-instant/components/Judgeme/SingleProduct.js +1 -1
  4332. package/dist/esm/third-party-instant/components/Judgeme/WithoutProduct.js +1 -1
  4333. package/dist/esm/third-party-instant/components/Klaviyo/KlaviyoSampleContent.js +1 -1
  4334. package/dist/esm/third-party-instant/components/LooxReviews/LooxReviewsSampleContent.js +2 -2
  4335. package/dist/esm/third-party-instant/components/LooxReviews/SingleProduct.js +1 -1
  4336. package/dist/esm/third-party-instant/components/LooxReviews/WithoutProduct.js +1 -1
  4337. package/dist/esm/third-party-instant/components/YotpoLoyalty/YotpoLoyaltySampleContent.js +1 -1
  4338. package/dist/esm/third-party-instant/configs/JudgemeReviews.js +1 -1
  4339. package/dist/esm/third-party-instant/configs/Klaviyo.js +1 -1
  4340. package/dist/esm/third-party-instant/configs/LooxReviews.js +1 -1
  4341. package/dist/esm/third-party-instant/configs/YotpoLoyalty.js +1 -1
  4342. package/dist/esm/third-party-instant/index.js +1 -1
  4343. package/dist/esm/third-party-instant/next.js +1 -1
  4344. package/dist/esm/third-party-instant/settings/InstantJudgemeReviews/configs/settings.js +1 -1
  4345. package/dist/esm/third-party-instant/settings/InstantJudgemeReviews/configs/ui-v2.js +1 -1
  4346. package/dist/esm/third-party-instant/settings/InstantJudgemeReviews/index.js +2 -2
  4347. package/dist/esm/third-party-instant/settings/InstantKlaviyo/configs/settings.js +1 -1
  4348. package/dist/esm/third-party-instant/settings/InstantKlaviyo/configs/ui-v2.js +1 -1
  4349. package/dist/esm/third-party-instant/settings/InstantKlaviyo/index.js +4 -4
  4350. package/dist/esm/third-party-instant/settings/InstantLooxReviews/configs/settings.js +1 -1
  4351. package/dist/esm/third-party-instant/settings/InstantLooxReviews/index.js +2 -2
  4352. package/dist/esm/third-party-instant/settings/InstantYotpoLoyalty/configs/settings.js +1 -1
  4353. package/dist/esm/third-party-instant/settings/InstantYotpoLoyalty/index.js +4 -4
  4354. package/dist/esm/third-party-instant/types.js +1 -1
  4355. package/dist/esm/third-party-slot/common/classes.js +1 -1
  4356. package/dist/esm/third-party-slot/common/helpers.js +3 -3
  4357. package/dist/esm/third-party-slot/common/styles.js +1 -1
  4358. package/dist/esm/third-party-slot/components/ThirdPartySlot.js +1 -1
  4359. package/dist/esm/third-party-slot/components/ThirdPartySlot.liquid.js +6 -6
  4360. package/dist/esm/third-party-slot/index.js +1 -1
  4361. package/dist/esm/third-party-slot/next.js +1 -1
  4362. package/dist/esm/third-party-slot/settings/ThirdPartySlot.js +2 -2
  4363. package/dist/esm/third-party-slot/settings/configs/settings.js +1 -1
  4364. package/dist/esm/third-party-slot/settings/configs/ui-v2.js +1 -1
  4365. package/dist/esm/validates/background.js +1 -1
  4366. package/dist/esm/video/common/attrs.js +1 -1
  4367. package/dist/esm/video/common/classes.js +1 -1
  4368. package/dist/esm/video/common/helpers.js +1 -1
  4369. package/dist/esm/video/common/styles.js +1 -1
  4370. package/dist/esm/video/components/HTML5Embed.js +1 -1
  4371. package/dist/esm/video/components/HTML5Embed.liquid.js +19 -19
  4372. package/dist/esm/video/components/LiteVimeoEmbed.js +1 -1
  4373. package/dist/esm/video/components/LiteVimeoEmbed.liquid.js +9 -9
  4374. package/dist/esm/video/components/LiteYouTubeEmbed.js +1 -1
  4375. package/dist/esm/video/components/LiteYouTubeEmbed.liquid.js +19 -19
  4376. package/dist/esm/video/components/Video.js +1 -1
  4377. package/dist/esm/video/components/Video.liquid.js +3 -3
  4378. package/dist/esm/video/hooks/useLiteHtml5Embed.js +1 -1
  4379. package/dist/esm/video/hooks/useLiteVimeoEmbed.js +1 -1
  4380. package/dist/esm/video/hooks/useLiteYoutubeEmbed.js +1 -1
  4381. package/dist/esm/video/index.js +1 -1
  4382. package/dist/esm/video/next.js +1 -1
  4383. package/dist/esm/video/settings/Video.js +2 -2
  4384. package/dist/esm/video/settings/configs/settings.js +1 -1
  4385. package/dist/esm/video/settings/configs/translate.js +1 -1
  4386. package/dist/esm/video/settings/configs/ui-v2.js +1 -1
  4387. package/dist/types/index.d.ts +732 -503
  4388. package/package.json +7 -9
@@ -1,12 +1,11 @@
1
1
  import * as _gem_sdk_core from '@gem-sdk/core';
2
- import { BasePropsWrap, TypographySettingV2, ObjectDevices, Background, SizeSettingGlobal, StateProp, ColorValueType, TypographySetting, Border, SizeSetting, CornerRadius, ShadowProps, BackgroundMedia, AlignProp, TransformProp, PageContext, Ratio, ResponsiveStateProp, BackgroundImageValue, ObjectLayoutValue, BaseProps, PaddingType as PaddingType$2, NameDevices, RawChild, PostPurchaseTypo, AlignItemProp, ProductProviderProps, AdvancedType, DotStyle as DotStyle$2, AirProductReview, TagShopWidgetType, PreOrderNowWodWidgetType, FastBundleWidgetType, LooxReviewsWidgetType, LooxReviewsWidgetTypeV2, JudgeMeReviewsWidgetType, ProductReviewsWidgetType, RyviuWidgetType, RivyoWidgetType, VitalsWidgetType, OmnisendWidgetType, TrustooWidgetType, FeraReviewsWidgetType, FeraReviewsV3WidgetType, GrowaveWidgetTypeV2, GrowaveWidgetTypeV1, OpinewWidgetType, OpinewDesignWidgetType, UltimateSalesBoostWidgetType, AliReviewsWidgetType, BoldSubscriptionsWidgetType, PickyStoryWidgetType, WiserWidgetType, WiserV2WidgetType, StampedWidgetType, StampedWidgetTypeV2, LaiProductReviewsWidgetType, LaiProductReviewsAdvancedWidgetType, YotpoReviewsWidgetType, BogosWidgetType, InstantJudgeMeReviewsWidgetType, InstantLooxReviewsWidgetType, ComponentSetting, RenderMode } from '@gem-sdk/core';
3
- import * as csstype from 'csstype';
2
+ import { BasePropsWrap, TypographySettingV2, ObjectDevices, Background, SizeSettingGlobal, StateProp, ColorValueType, TypographySetting, Border, SizeSetting, CornerRadius, ShadowProps, BackgroundMedia, AlignProp, TransformProp, PageContext, Ratio, ResponsiveStateProp, BackgroundImageValue, ObjectLayoutValue, BaseProps, NameDevices, PaddingType as PaddingType$2, RawChild, PostPurchaseTypo, AlignItemProp, ProductProviderProps, AdvancedType, DotStyle as DotStyle$2, AirProductReview, AliReviewsWidgetType, BogosWidgetType, BoldSubscriptionsWidgetType, FastBundleWidgetType, FeraReviewsWidgetType, FeraReviewsV3WidgetType, GrowaveWidgetTypeV2, GrowaveWidgetTypeV1, JudgeMeReviewsWidgetType, LaiProductReviewsWidgetType, LaiProductReviewsAdvancedWidgetType, LooxReviewsWidgetType, LooxReviewsWidgetTypeV2, OmnisendWidgetType, OpinewWidgetType, OpinewDesignWidgetType, PickyStoryWidgetType, PreOrderNowWodWidgetType, ProductReviewsWidgetType, RivyoWidgetType, RyviuWidgetType, StampedWidgetType, StampedWidgetTypeV2, TagShopWidgetType, TrustooWidgetType, UltimateSalesBoostWidgetType, VitalsWidgetType, WiserWidgetType, WiserV2WidgetType, YotpoReviewsWidgetType, InstantJudgeMeReviewsWidgetType, InstantLooxReviewsWidgetType, ComponentSetting, RenderMode } from '@gem-sdk/core';
4
3
  import { Property } from 'csstype';
5
4
  import * as _gem_sdk_keen_slider from '@gem-sdk/keen-slider';
6
5
  import { KeenSliderInstance } from '@gem-sdk/keen-slider';
6
+ import * as _gem_sdk_swiper from '@gem-sdk/swiper';
7
7
  import { Swiper } from '@gem-sdk/swiper';
8
8
  import React$1, { ReactNode } from 'react';
9
- import * as _gem_sdk_swiper_types_swiper_class from '@gem-sdk/swiper/types/swiper-class';
10
9
 
11
10
  type AccordionSettingProps = {
12
11
  activeKey?: string;
@@ -904,42 +903,42 @@ type CarouselItemProps$1 = {
904
903
  } & BasePropsWrap & React.ComponentPropsWithoutRef<'div'>;
905
904
 
906
905
  declare const Carousel$3: React.ForwardRefExoticComponent<_gem_sdk_core.BaseProps<CarouselSettingProps$1, CarouselStyleProps$1, Record<string, any>> & {
907
- builderAttrs?: Record<string, any> | undefined;
908
- style?: React.CSSProperties | undefined;
906
+ builderAttrs?: Record<string, any>;
907
+ style?: React.CSSProperties;
909
908
  } & {
910
909
  children?: React.ReactNode;
911
- moveToIdx?: number | undefined;
912
- isHiddenArrowWhenDisabled?: boolean | undefined;
913
- hiddenDotWhenOnlyOne?: boolean | undefined;
914
- disableMarginAuto?: boolean | undefined;
915
- onLoaded?: ((status: boolean) => void) | undefined;
916
- onChangeActive?: ((index: number) => void) | undefined;
917
- onUpdated?: ((slider: _gem_sdk_keen_slider.KeenSliderInstance) => void) | undefined;
918
- onCreated?: ((slider: _gem_sdk_keen_slider.KeenSliderInstance) => void) | undefined;
919
- onClickArrow?: (() => void) | undefined;
920
- onHandleChangeSlideByInteraction?: ((index: number) => void) | undefined;
921
- onSwiperReady?: ((swiper: Swiper) => void) | undefined;
922
- elmRef?: React.Ref<HTMLDivElement> | undefined;
923
- rootClass?: string | undefined;
924
- parentClass?: string | undefined;
925
- rootAttrs?: Record<string, string | number | boolean> | undefined;
926
- slidesClass?: string | undefined;
927
- fullHeight?: boolean | undefined;
928
- isDisableResetSlide?: boolean | undefined;
929
- isProductList?: boolean | undefined;
930
- thumbsSwiper?: string | undefined;
931
- productBadgeLiquid?: string | undefined;
910
+ moveToIdx?: number;
911
+ isHiddenArrowWhenDisabled?: boolean;
912
+ hiddenDotWhenOnlyOne?: boolean;
913
+ disableMarginAuto?: boolean;
914
+ onLoaded?: (status: boolean) => void;
915
+ onChangeActive?: (index: number) => void;
916
+ onUpdated?: (slider: _gem_sdk_keen_slider.KeenSliderInstance) => void;
917
+ onCreated?: (slider: _gem_sdk_keen_slider.KeenSliderInstance) => void;
918
+ onClickArrow?: () => void;
919
+ onHandleChangeSlideByInteraction?: (index: number) => void;
920
+ onSwiperReady?: (swiper: Swiper) => void;
921
+ elmRef?: React.Ref<HTMLDivElement>;
922
+ rootClass?: string;
923
+ parentClass?: string;
924
+ rootAttrs?: Record<string, string | boolean | number>;
925
+ slidesClass?: string;
926
+ fullHeight?: boolean;
927
+ isDisableResetSlide?: boolean;
928
+ isProductList?: boolean;
929
+ thumbsSwiper?: string;
930
+ productBadgeLiquid?: string;
932
931
  } & {
933
- rootId?: string | undefined;
934
- rootClass?: string | undefined;
935
- wrapperClass?: string | undefined;
936
- rootStyles?: React.CSSProperties | undefined;
937
- rawChildren?: any[] | undefined;
932
+ rootId?: string;
933
+ rootClass?: string;
934
+ wrapperClass?: string;
935
+ rootStyles?: React.CSSProperties;
936
+ rawChildren?: any[];
938
937
  advanced?: any;
939
- disableMarginAuto?: boolean | undefined;
940
- slidesClass?: string | undefined;
941
- conditionAppendJs?: string | undefined;
942
- isEnableCheckHasScrollableContent?: boolean | undefined;
938
+ disableMarginAuto?: boolean;
939
+ slidesClass?: string;
940
+ conditionAppendJs?: string;
941
+ isEnableCheckHasScrollableContent?: boolean;
943
942
  } & React.RefAttributes<CarouselRef$1>>;
944
943
 
945
944
  declare const CarouselItem$3: React.FC<CarouselItemProps$1>;
@@ -1099,36 +1098,36 @@ type CarouselItemProps = {
1099
1098
  } & BasePropsWrap & React.ComponentPropsWithoutRef<'div'>;
1100
1099
 
1101
1100
  declare const Carousel$2: React.ForwardRefExoticComponent<_gem_sdk_core.BaseProps<CarouselSettingProps, CarouselStyleProps, Record<string, any>> & {
1102
- builderAttrs?: Record<string, any> | undefined;
1103
- style?: React.CSSProperties | undefined;
1101
+ builderAttrs?: Record<string, any>;
1102
+ style?: React.CSSProperties;
1104
1103
  } & {
1105
1104
  children?: React.ReactNode;
1106
- moveToIdx?: number | undefined;
1107
- isHiddenArrowWhenDisabled?: boolean | undefined;
1108
- hiddenDotWhenOnlyOne?: boolean | undefined;
1109
- disableMarginAuto?: boolean | undefined;
1110
- onLoaded?: ((status: boolean) => void) | undefined;
1111
- onChangeActive?: ((index: number) => void) | undefined;
1112
- onUpdated?: ((slider: _gem_sdk_keen_slider.KeenSliderInstance) => void) | undefined;
1113
- onCreated?: ((slider: _gem_sdk_keen_slider.KeenSliderInstance) => void) | undefined;
1114
- onClickArrow?: (() => void) | undefined;
1115
- onHandleChangeSlideByInteraction?: ((index: number) => void) | undefined;
1116
- elmRef?: React.Ref<HTMLDivElement> | undefined;
1117
- rootClass?: string | undefined;
1118
- parentClass?: string | undefined;
1119
- rootAttrs?: Record<string, string | number | boolean> | undefined;
1120
- slidesClass?: string | undefined;
1121
- fullHeight?: boolean | undefined;
1105
+ moveToIdx?: number;
1106
+ isHiddenArrowWhenDisabled?: boolean;
1107
+ hiddenDotWhenOnlyOne?: boolean;
1108
+ disableMarginAuto?: boolean;
1109
+ onLoaded?: (status: boolean) => void;
1110
+ onChangeActive?: (index: number) => void;
1111
+ onUpdated?: (slider: _gem_sdk_keen_slider.KeenSliderInstance) => void;
1112
+ onCreated?: (slider: _gem_sdk_keen_slider.KeenSliderInstance) => void;
1113
+ onClickArrow?: () => void;
1114
+ onHandleChangeSlideByInteraction?: (index: number) => void;
1115
+ elmRef?: React.Ref<HTMLDivElement>;
1116
+ rootClass?: string;
1117
+ parentClass?: string;
1118
+ rootAttrs?: Record<string, string | boolean | number>;
1119
+ slidesClass?: string;
1120
+ fullHeight?: boolean;
1122
1121
  } & {
1123
- rootId?: string | undefined;
1124
- rootClass?: string | undefined;
1125
- wrapperClass?: string | undefined;
1126
- rootStyles?: React.CSSProperties | undefined;
1127
- rawChildren?: any[] | undefined;
1122
+ rootId?: string;
1123
+ rootClass?: string;
1124
+ wrapperClass?: string;
1125
+ rootStyles?: React.CSSProperties;
1126
+ rawChildren?: any[];
1128
1127
  advanced?: any;
1129
- disableMarginAuto?: boolean | undefined;
1130
- slidesClass?: string | undefined;
1131
- conditionAppendJs?: string | undefined;
1128
+ disableMarginAuto?: boolean;
1129
+ slidesClass?: string;
1130
+ conditionAppendJs?: string;
1132
1131
  } & React.RefAttributes<CarouselRef>>;
1133
1132
 
1134
1133
  declare const CarouselItem$2: React.FC<CarouselItemProps>;
@@ -2348,7 +2347,7 @@ type MarqueeItemProps = {
2348
2347
 
2349
2348
  declare const Marquee$1: ({ children, style, builderAttrs, advanced, ...props }: MarqueeProps) => React.JSX.Element;
2350
2349
 
2351
- declare const _default$4: React$1.NamedExoticComponent<MarqueeItemProps>;
2350
+ declare const _default$5: React$1.NamedExoticComponent<MarqueeItemProps>;
2352
2351
 
2353
2352
  declare const marqueeSetting: {
2354
2353
  Marquee: _gem_sdk_core.ComponentSetting<MarqueeProps>;
@@ -2449,11 +2448,11 @@ type NotificationAPI = {
2449
2448
  declare function useNotification(rootConfig?: NotificationConfig): [NotificationAPI, React.ReactElement];
2450
2449
 
2451
2450
  declare const Notify: React.ForwardRefExoticComponent<Omit<NoticeConfig, "onClose"> & {
2452
- className?: string | undefined;
2453
- style?: React.CSSProperties | undefined;
2451
+ className?: string;
2452
+ style?: React.CSSProperties;
2454
2453
  eventKey: React.Key;
2455
- onClick?: React.MouseEventHandler<HTMLDivElement> | undefined;
2456
- onNoticeClose?: ((key: React.Key) => void) | undefined;
2454
+ onClick?: React.MouseEventHandler<HTMLDivElement>;
2455
+ onNoticeClose?: (key: React.Key) => void;
2457
2456
  } & React.RefAttributes<HTMLDivElement>>;
2458
2457
 
2459
2458
  type PaginationSettingProps = {
@@ -2512,20 +2511,7 @@ type PostPurchaseButtonStyleProps = {
2512
2511
  };
2513
2512
  type PostPurchaseButtonProps = BasePropsWrap<PostPurchaseButtonSettingProps, PostPurchaseButtonStyleProps>;
2514
2513
 
2515
- declare const Button$2: ({ styles, builderAttrs, style, setting, advanced, builderProps, disabled, ...props }: _gem_sdk_core.BaseProps<{
2516
- text?: string | number | undefined;
2517
- buttonType?: "link" | "primary" | "secondary" | undefined;
2518
- outOfStockLabel?: string | undefined;
2519
- requireAcceptTermLabel?: string | undefined;
2520
- }, {
2521
- typo?: _gem_sdk_core.PostPurchaseTypo | undefined;
2522
- align?: "center" | "end" | "start" | undefined;
2523
- width?: Partial<Record<_gem_sdk_core.NameDevices, string>> | undefined;
2524
- direction?: "ltr" | "rtl" | undefined;
2525
- }, Record<string, any>> & {
2526
- builderAttrs?: Record<string, any> | undefined;
2527
- style?: React.CSSProperties | undefined;
2528
- } & {
2514
+ declare const Button$2: ({ styles, builderAttrs, style, setting, advanced, builderProps, disabled, ...props }: PostPurchaseButtonProps & {
2529
2515
  disabled: boolean;
2530
2516
  }) => React.JSX.Element;
2531
2517
 
@@ -4580,11 +4566,11 @@ declare const tabSetting: {
4580
4566
  };
4581
4567
 
4582
4568
  declare const Text$2: React.ForwardRefExoticComponent<_gem_sdk_core.BaseProps<TextSettingProps, TextStyleProps, Record<string, any>> & {
4583
- builderAttrs?: Record<string, any> | undefined;
4584
- style?: React.CSSProperties | undefined;
4569
+ builderAttrs?: Record<string, any>;
4570
+ style?: React.CSSProperties;
4585
4571
  } & Omit<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, "ref">, ""> & {
4586
- disableEdit?: boolean | undefined;
4587
- pageContext?: _gem_sdk_core.PageContext | undefined;
4572
+ disableEdit?: boolean;
4573
+ pageContext?: _gem_sdk_core.PageContext;
4588
4574
  } & React.RefAttributes<HTMLElement>>;
4589
4575
 
4590
4576
  declare const textSetting: {
@@ -6122,7 +6108,7 @@ declare const stickySetting: {
6122
6108
  Sticky: _gem_sdk_core.ComponentSetting<StickyProps>;
6123
6109
  };
6124
6110
 
6125
- declare const _default$3: {
6111
+ declare const _default$4: {
6126
6112
  Sticky: React.ComponentType<StickyProps>;
6127
6113
  ShopPayInstallments: React.ComponentType<ShopPayInstallmentProps>;
6128
6114
  ThirdPartySlot: React.ComponentType<AnyShopifyAppsProps>;
@@ -6258,12 +6244,12 @@ declare const _default$3: {
6258
6244
  HextomFreeShippingBar: React.ComponentType<HextomFreeShippingBarProps>;
6259
6245
  Video: React.ComponentType<VideoProps>;
6260
6246
  Textarea: React.ComponentType<TextareaProps>;
6261
- Text: React.ComponentType<_gem_sdk_core.BaseProps<TextSettingProps, TextStyleProps, Record<string, any>> & {
6262
- builderAttrs?: Record<string, any> | undefined;
6263
- style?: React.CSSProperties | undefined;
6247
+ Text: React.ForwardRefExoticComponent<_gem_sdk_core.BaseProps<TextSettingProps, TextStyleProps, Record<string, any>> & {
6248
+ builderAttrs?: Record<string, any>;
6249
+ style?: React.CSSProperties;
6264
6250
  } & Omit<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, "ref">, ""> & {
6265
- disableEdit?: boolean | undefined;
6266
- pageContext?: _gem_sdk_core.PageContext | undefined;
6251
+ disableEdit?: boolean;
6252
+ pageContext?: _gem_sdk_core.PageContext;
6267
6253
  } & React.RefAttributes<HTMLElement>>;
6268
6254
  Tabs: React.ComponentType<TabsProps>;
6269
6255
  TabItem: React.ComponentType<TabItemProps>;
@@ -6315,18 +6301,18 @@ declare const _default$3: {
6315
6301
  PostPurchaseCalloutBox: React.ComponentType<CalloutBoxProps>;
6316
6302
  PostPurchaseCalloutText: React.ComponentType<CalloutTextProps>;
6317
6303
  PostPurchaseButton: React.ComponentType<_gem_sdk_core.BaseProps<{
6318
- text?: string | number | undefined;
6319
- buttonType?: "link" | "primary" | "secondary" | undefined;
6320
- outOfStockLabel?: string | undefined;
6321
- requireAcceptTermLabel?: string | undefined;
6304
+ text?: string | number;
6305
+ buttonType?: "primary" | "secondary" | "link";
6306
+ outOfStockLabel?: string;
6307
+ requireAcceptTermLabel?: string;
6322
6308
  }, {
6323
- typo?: _gem_sdk_core.PostPurchaseTypo | undefined;
6324
- align?: "center" | "end" | "start" | undefined;
6325
- width?: Partial<Record<_gem_sdk_core.NameDevices, string>> | undefined;
6326
- direction?: "ltr" | "rtl" | undefined;
6309
+ typo?: _gem_sdk_core.PostPurchaseTypo;
6310
+ align?: "start" | "end" | "center";
6311
+ width?: _gem_sdk_core.ObjectDevices<string>;
6312
+ direction?: "ltr" | "rtl";
6327
6313
  }, Record<string, any>> & {
6328
- builderAttrs?: Record<string, any> | undefined;
6329
- style?: React.CSSProperties | undefined;
6314
+ builderAttrs?: Record<string, any>;
6315
+ style?: React.CSSProperties;
6330
6316
  } & {
6331
6317
  disabled: boolean;
6332
6318
  }>;
@@ -6342,19 +6328,215 @@ declare const _default$3: {
6342
6328
  Input: React.ComponentType<InputProps>;
6343
6329
  ImageDetection: React.ComponentType<ImageDetectionProps>;
6344
6330
  ImageComparison: React.ComponentType<ImageComparisonProps>;
6345
- Image: React.ComponentType<ImageProps>;
6331
+ Image: React.FC<ImageProps>;
6332
+ IconListV2: React.ComponentType<IconListProps>;
6333
+ IconListHoz: React.ComponentType<IconListHozProps>;
6334
+ IconListItemHoz: React.ComponentType<IconListItemProps>;
6335
+ IconList: React.ComponentType<IconListProps$1>;
6336
+ IconListItem: React.ComponentType<IconListItemProps$1>;
6337
+ Icon: React.ComponentType<IconProps>;
6338
+ Heading: React.FC<HeadingProps>;
6339
+ Header: React.ComponentType<HeaderProps>;
6340
+ Row: React.FC<RowProps>;
6341
+ Col: React.FC<ColProps>;
6342
+ Section: React.FC<RowProps>;
6343
+ Root: React.FC<{
6344
+ children?: React.ReactNode;
6345
+ }>;
6346
+ Newsletter: React.ComponentType<NewsletterProps>;
6347
+ FormEmail: React.ComponentType<FormEmailProps>;
6348
+ SubmitButton: React.ComponentType<SubmitButtonProps>;
6349
+ Contact: React.ComponentType<NewsletterProps>;
6350
+ ContactForm: React.ComponentType<NewsletterProps>;
6351
+ TextField: React.ComponentType<TextFieldProps>;
6352
+ FormTextarea: React.ComponentType<TextAreaProps>;
6353
+ FormTextArea: React.ComponentType<TextAreaProps>;
6354
+ FormDropdown: React.ComponentType<FormDropdownProps>;
6355
+ FormCheckbox: React.ComponentType<FormCheckboxProps>;
6356
+ TextInput: React.ComponentType<TextInputProps>;
6357
+ EstimateDate: React.ComponentType<EstimateDateProps>;
6358
+ Dialog: React.ComponentType<DialogProps$1>;
6359
+ Coupon: React.ComponentType<CouponProps>;
6360
+ Countdown: React.ComponentType<CountdownProps>;
6361
+ CollectionTitle: React.ComponentType<CollectionTitleProps>;
6362
+ CollectionDescription: React.ComponentType<CollectionDescriptionProps>;
6363
+ CollectionToolbar: React.ComponentType<CollectionToolbarProps>;
6364
+ CollectionPaginator: React.ComponentType<CollectionPaginatorProps>;
6365
+ CollectionBanner: React.ComponentType<CollectionBannerProps>;
6366
+ CSSCode: React.ComponentType<CSSCodeProps>;
6367
+ Cart: React.ComponentType<CartProps>;
6368
+ CartList: React.ComponentType<CartListProps>;
6369
+ CartLinePrice: React.ComponentType<CartLinePriceProps>;
6370
+ CartLineVariant: React.ComponentType<CartLineVariantProps>;
6371
+ CartLineImage: React.ComponentType<CartLineImageProps>;
6372
+ CartTotalPrice: React.ComponentType<CartTotalPriceProps>;
6373
+ CartTotalItem: React.ComponentType<CartTotalItemProps>;
6374
+ CartCheckout: React.ComponentType<CartCheckoutProps>;
6375
+ DiscountInput: React.ComponentType<DiscountInputProps>;
6376
+ CartDiscount: React.ComponentType<CartDiscountProps>;
6377
+ CartOrderNote: React.ComponentType<CartOrderNoteProps>;
6378
+ CartLineAttribute: React.ComponentType<CartLineAttributeProps>;
6379
+ CouponList: React.ComponentType<{}>;
6380
+ ShopPayButton: React.ComponentType<ShopPayButtonProps>;
6381
+ CheckoutNow: React.ComponentType<CheckoutNowProps>;
6382
+ CarouselV3: React.ComponentType<_gem_sdk_core.BaseProps<CarouselSettingProps$1, CarouselStyleProps$1, Record<string, any>> & {
6383
+ builderAttrs?: Record<string, any>;
6384
+ style?: React.CSSProperties;
6385
+ } & {
6386
+ children?: React.ReactNode;
6387
+ moveToIdx?: number;
6388
+ isHiddenArrowWhenDisabled?: boolean;
6389
+ hiddenDotWhenOnlyOne?: boolean;
6390
+ disableMarginAuto?: boolean;
6391
+ onLoaded?: (status: boolean) => void;
6392
+ onChangeActive?: (index: number) => void;
6393
+ onUpdated?: (slider: _gem_sdk_keen_slider.KeenSliderInstance) => void;
6394
+ onCreated?: (slider: _gem_sdk_keen_slider.KeenSliderInstance) => void;
6395
+ onClickArrow?: () => void;
6396
+ onHandleChangeSlideByInteraction?: (index: number) => void;
6397
+ onSwiperReady?: (swiper: _gem_sdk_swiper.default) => void;
6398
+ elmRef?: React.Ref<HTMLDivElement>;
6399
+ rootClass?: string;
6400
+ parentClass?: string;
6401
+ rootAttrs?: Record<string, string | boolean | number>;
6402
+ slidesClass?: string;
6403
+ fullHeight?: boolean;
6404
+ isDisableResetSlide?: boolean;
6405
+ isProductList?: boolean;
6406
+ thumbsSwiper?: string;
6407
+ productBadgeLiquid?: string;
6408
+ } & {
6409
+ rootId?: string;
6410
+ rootClass?: string;
6411
+ wrapperClass?: string;
6412
+ rootStyles?: React.CSSProperties;
6413
+ rawChildren?: any[];
6414
+ advanced?: any;
6415
+ disableMarginAuto?: boolean;
6416
+ slidesClass?: string;
6417
+ conditionAppendJs?: string;
6418
+ isEnableCheckHasScrollableContent?: boolean;
6419
+ } & React.RefAttributes<CarouselRef$1>>;
6420
+ CarouselItemV3: React.ComponentType<CarouselItemProps$1>;
6421
+ Carousel: React.ComponentType<_gem_sdk_core.BaseProps<CarouselSettingProps, CarouselStyleProps, Record<string, any>> & {
6422
+ builderAttrs?: Record<string, any>;
6423
+ style?: React.CSSProperties;
6424
+ } & {
6425
+ children?: React.ReactNode;
6426
+ moveToIdx?: number;
6427
+ isHiddenArrowWhenDisabled?: boolean;
6428
+ hiddenDotWhenOnlyOne?: boolean;
6429
+ disableMarginAuto?: boolean;
6430
+ onLoaded?: (status: boolean) => void;
6431
+ onChangeActive?: (index: number) => void;
6432
+ onUpdated?: (slider: _gem_sdk_keen_slider.KeenSliderInstance) => void;
6433
+ onCreated?: (slider: _gem_sdk_keen_slider.KeenSliderInstance) => void;
6434
+ onClickArrow?: () => void;
6435
+ onHandleChangeSlideByInteraction?: (index: number) => void;
6436
+ elmRef?: React.Ref<HTMLDivElement>;
6437
+ rootClass?: string;
6438
+ parentClass?: string;
6439
+ rootAttrs?: Record<string, string | boolean | number>;
6440
+ slidesClass?: string;
6441
+ fullHeight?: boolean;
6442
+ } & {
6443
+ rootId?: string;
6444
+ rootClass?: string;
6445
+ wrapperClass?: string;
6446
+ rootStyles?: React.CSSProperties;
6447
+ rawChildren?: any[];
6448
+ advanced?: any;
6449
+ disableMarginAuto?: boolean;
6450
+ slidesClass?: string;
6451
+ conditionAppendJs?: string;
6452
+ } & React.RefAttributes<CarouselRef>>;
6453
+ CarouselItem: React.ComponentType<CarouselItemProps>;
6454
+ Button: React.ComponentType<ButtonProps>;
6455
+ Breadcrumb: React.ComponentType<BreadcrumbProps>;
6456
+ HeroBanner: React.ComponentType<HeroBannerProps>;
6457
+ ArticleList: React.ComponentType<ArticleListProps>;
6458
+ ArticleTitle: React.ComponentType<ArticleTitleProps>;
6459
+ ArticleExcerpt: React.ComponentType<ArticleExcerptProps>;
6460
+ ArticleContent: React.ComponentType<ArticleContentProps>;
6461
+ ArticleImage: React.ComponentType<ArticleImageProps>;
6462
+ ArticlePagination: React.ComponentType<CollectionPaginatorProps>;
6463
+ ArticleAuthor: React.ComponentType<ArticleAuthorProps>;
6464
+ ArticleTag: React.ComponentType<ArticleTagProps>;
6465
+ ArticleCategory: React.ComponentType<ArticleCategoryProps>;
6466
+ ArticleDate: React.ComponentType<ArticleDateProps>;
6467
+ ArticleReadMore: React.ComponentType<ArticleReadMoreProps>;
6468
+ Accordion: React.ComponentType<AccordionProps>;
6469
+ AccordionItem: React.ComponentType<AccordionItemProps>;
6470
+ };
6471
+
6472
+ declare const _default$3: {
6473
+ Sticky: React.ComponentType<StickyProps>;
6474
+ ThirdPartySlot: React.ComponentType<AnyShopifyAppsProps>;
6475
+ StockCounter: React.ComponentType<StockCounterProps>;
6476
+ InstantJudgemeReviews: React.ComponentType<InstantJudgemeReviewsProps>;
6477
+ InstantLooxReviews: React.ComponentType<InstantLooxReviewsProps>;
6478
+ InstantKlaviyo: React.ComponentType<InstantKlaviyoProps>;
6479
+ InstantYotpoLoyalty: React.ComponentType<InstantYotpoLoyaltyProps>;
6480
+ Video: React.ComponentType<VideoProps>;
6481
+ Textarea: React.ComponentType<TextareaProps>;
6482
+ Text: React.ForwardRefExoticComponent<_gem_sdk_core.BaseProps<TextSettingProps, TextStyleProps, Record<string, any>> & {
6483
+ builderAttrs?: Record<string, any>;
6484
+ style?: React.CSSProperties;
6485
+ } & Omit<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, "ref">, ""> & {
6486
+ disableEdit?: boolean;
6487
+ pageContext?: _gem_sdk_core.PageContext;
6488
+ } & React.RefAttributes<HTMLElement>>;
6489
+ Tabs: React.ComponentType<TabsProps>;
6490
+ TabItem: React.ComponentType<TabItemProps>;
6491
+ Select: React.ComponentType<SelectProps>;
6492
+ Radio: React.ComponentType<RadioProps>;
6493
+ Product: React.ComponentType<ProductProps>;
6494
+ ProductTitle: React.ComponentType<ProductTitleProps>;
6495
+ ProductQuantity: React.ComponentType<ProductQuantityProps>;
6496
+ ProductPrice: React.ComponentType<ProductPriceProps>;
6497
+ ProductButton: React.ComponentType<ProductButtonProps>;
6498
+ ProductDescription: React.ComponentType<ProductDescriptionProps>;
6499
+ ProductVariants: React.ComponentType<ProductVariantsProps>;
6500
+ ProductImages: React.ComponentType<ProductImagesProps>;
6501
+ ProductImagesV3: React.ComponentType<ProductImagesProps$2>;
6502
+ ProductImagesV2: React.ComponentType<ProductImagesProps$1>;
6503
+ ProductProperties: React.ComponentType<ProductPropertiesProps>;
6504
+ ProductQuickView: React.ComponentType<{}>;
6505
+ ProductTag: React.ComponentType<ProductTagProps>;
6506
+ ProductListV3: React.ComponentType<ProductListProps$1>;
6507
+ ProductList: React.ComponentType<ProductListProps>;
6508
+ DynamicCheckout: React.ComponentType<DynamicCheckoutProps>;
6509
+ ProductVendor: React.ComponentType<VendorProps>;
6510
+ ProductViewMore: React.ComponentType<ProductViewMoreProps>;
6511
+ ProductBadge: React.ComponentType<ProductBadgeProps>;
6512
+ ProductBundleDiscount: React.ComponentType<ProductBundleDiscountProps>;
6513
+ ProductBundleDiscountItem: React.ComponentType<{
6514
+ children?: React.ReactNode;
6515
+ }>;
6516
+ ProductSku: React.ComponentType<SkuProps>;
6517
+ FileUpload: React.ComponentType<FileUploadProps>;
6518
+ Pagination: React.ComponentType<PaginationProps>;
6519
+ Modal: React.ComponentType<ModalProps>;
6520
+ Menu: React.ComponentType<MenuProps>;
6521
+ Marquee: React.ComponentType<MarqueeProps>;
6522
+ MarqueeItem: React.ComponentType<MarqueeItemProps>;
6523
+ Link: React.ComponentType<NextLinkProps>;
6524
+ Line: React.ComponentType<LineProps>;
6525
+ Input: React.ComponentType<InputProps>;
6526
+ ImageComparison: React.ComponentType<ImageComparisonProps>;
6527
+ Image: React.FC<ImageProps>;
6346
6528
  IconListV2: React.ComponentType<IconListProps>;
6347
6529
  IconListHoz: React.ComponentType<IconListHozProps>;
6348
6530
  IconListItemHoz: React.ComponentType<IconListItemProps>;
6349
6531
  IconList: React.ComponentType<IconListProps$1>;
6350
6532
  IconListItem: React.ComponentType<IconListItemProps$1>;
6351
6533
  Icon: React.ComponentType<IconProps>;
6352
- Heading: React.ComponentType<HeadingProps>;
6534
+ Heading: React.FC<HeadingProps>;
6353
6535
  Header: React.ComponentType<HeaderProps>;
6354
- Row: React.ComponentType<RowProps>;
6355
- Col: React.ComponentType<ColProps>;
6356
- Section: React.ComponentType<RowProps>;
6357
- Root: React.ComponentType<{
6536
+ Row: React.FC<RowProps>;
6537
+ Col: React.FC<ColProps>;
6538
+ Section: React.FC<RowProps>;
6539
+ Root: React.FC<{
6358
6540
  children?: React.ReactNode;
6359
6541
  }>;
6360
6542
  Newsletter: React.ComponentType<NewsletterProps>;
@@ -6394,75 +6576,75 @@ declare const _default$3: {
6394
6576
  ShopPayButton: React.ComponentType<ShopPayButtonProps>;
6395
6577
  CheckoutNow: React.ComponentType<CheckoutNowProps>;
6396
6578
  CarouselV3: React.ComponentType<_gem_sdk_core.BaseProps<CarouselSettingProps$1, CarouselStyleProps$1, Record<string, any>> & {
6397
- builderAttrs?: Record<string, any> | undefined;
6398
- style?: React.CSSProperties | undefined;
6579
+ builderAttrs?: Record<string, any>;
6580
+ style?: React.CSSProperties;
6399
6581
  } & {
6400
6582
  children?: React.ReactNode;
6401
- moveToIdx?: number | undefined;
6402
- isHiddenArrowWhenDisabled?: boolean | undefined;
6403
- hiddenDotWhenOnlyOne?: boolean | undefined;
6404
- disableMarginAuto?: boolean | undefined;
6405
- onLoaded?: ((status: boolean) => void) | undefined;
6406
- onChangeActive?: ((index: number) => void) | undefined;
6407
- onUpdated?: ((slider: _gem_sdk_keen_slider.KeenSliderInstance) => void) | undefined;
6408
- onCreated?: ((slider: _gem_sdk_keen_slider.KeenSliderInstance) => void) | undefined;
6409
- onClickArrow?: (() => void) | undefined;
6410
- onHandleChangeSlideByInteraction?: ((index: number) => void) | undefined;
6411
- onSwiperReady?: ((swiper: _gem_sdk_swiper_types_swiper_class.default) => void) | undefined;
6412
- elmRef?: React.Ref<HTMLDivElement> | undefined;
6413
- rootClass?: string | undefined;
6414
- parentClass?: string | undefined;
6415
- rootAttrs?: Record<string, string | number | boolean> | undefined;
6416
- slidesClass?: string | undefined;
6417
- fullHeight?: boolean | undefined;
6418
- isDisableResetSlide?: boolean | undefined;
6419
- isProductList?: boolean | undefined;
6420
- thumbsSwiper?: string | undefined;
6421
- productBadgeLiquid?: string | undefined;
6583
+ moveToIdx?: number;
6584
+ isHiddenArrowWhenDisabled?: boolean;
6585
+ hiddenDotWhenOnlyOne?: boolean;
6586
+ disableMarginAuto?: boolean;
6587
+ onLoaded?: (status: boolean) => void;
6588
+ onChangeActive?: (index: number) => void;
6589
+ onUpdated?: (slider: _gem_sdk_keen_slider.KeenSliderInstance) => void;
6590
+ onCreated?: (slider: _gem_sdk_keen_slider.KeenSliderInstance) => void;
6591
+ onClickArrow?: () => void;
6592
+ onHandleChangeSlideByInteraction?: (index: number) => void;
6593
+ onSwiperReady?: (swiper: _gem_sdk_swiper.default) => void;
6594
+ elmRef?: React.Ref<HTMLDivElement>;
6595
+ rootClass?: string;
6596
+ parentClass?: string;
6597
+ rootAttrs?: Record<string, string | boolean | number>;
6598
+ slidesClass?: string;
6599
+ fullHeight?: boolean;
6600
+ isDisableResetSlide?: boolean;
6601
+ isProductList?: boolean;
6602
+ thumbsSwiper?: string;
6603
+ productBadgeLiquid?: string;
6422
6604
  } & {
6423
- rootId?: string | undefined;
6424
- rootClass?: string | undefined;
6425
- wrapperClass?: string | undefined;
6426
- rootStyles?: React.CSSProperties | undefined;
6427
- rawChildren?: any[] | undefined;
6605
+ rootId?: string;
6606
+ rootClass?: string;
6607
+ wrapperClass?: string;
6608
+ rootStyles?: React.CSSProperties;
6609
+ rawChildren?: any[];
6428
6610
  advanced?: any;
6429
- disableMarginAuto?: boolean | undefined;
6430
- slidesClass?: string | undefined;
6431
- conditionAppendJs?: string | undefined;
6432
- isEnableCheckHasScrollableContent?: boolean | undefined;
6611
+ disableMarginAuto?: boolean;
6612
+ slidesClass?: string;
6613
+ conditionAppendJs?: string;
6614
+ isEnableCheckHasScrollableContent?: boolean;
6433
6615
  } & React.RefAttributes<CarouselRef$1>>;
6434
6616
  CarouselItemV3: React.ComponentType<CarouselItemProps$1>;
6435
6617
  Carousel: React.ComponentType<_gem_sdk_core.BaseProps<CarouselSettingProps, CarouselStyleProps, Record<string, any>> & {
6436
- builderAttrs?: Record<string, any> | undefined;
6437
- style?: React.CSSProperties | undefined;
6618
+ builderAttrs?: Record<string, any>;
6619
+ style?: React.CSSProperties;
6438
6620
  } & {
6439
6621
  children?: React.ReactNode;
6440
- moveToIdx?: number | undefined;
6441
- isHiddenArrowWhenDisabled?: boolean | undefined;
6442
- hiddenDotWhenOnlyOne?: boolean | undefined;
6443
- disableMarginAuto?: boolean | undefined;
6444
- onLoaded?: ((status: boolean) => void) | undefined;
6445
- onChangeActive?: ((index: number) => void) | undefined;
6446
- onUpdated?: ((slider: _gem_sdk_keen_slider.KeenSliderInstance) => void) | undefined;
6447
- onCreated?: ((slider: _gem_sdk_keen_slider.KeenSliderInstance) => void) | undefined;
6448
- onClickArrow?: (() => void) | undefined;
6449
- onHandleChangeSlideByInteraction?: ((index: number) => void) | undefined;
6450
- elmRef?: React.Ref<HTMLDivElement> | undefined;
6451
- rootClass?: string | undefined;
6452
- parentClass?: string | undefined;
6453
- rootAttrs?: Record<string, string | number | boolean> | undefined;
6454
- slidesClass?: string | undefined;
6455
- fullHeight?: boolean | undefined;
6622
+ moveToIdx?: number;
6623
+ isHiddenArrowWhenDisabled?: boolean;
6624
+ hiddenDotWhenOnlyOne?: boolean;
6625
+ disableMarginAuto?: boolean;
6626
+ onLoaded?: (status: boolean) => void;
6627
+ onChangeActive?: (index: number) => void;
6628
+ onUpdated?: (slider: _gem_sdk_keen_slider.KeenSliderInstance) => void;
6629
+ onCreated?: (slider: _gem_sdk_keen_slider.KeenSliderInstance) => void;
6630
+ onClickArrow?: () => void;
6631
+ onHandleChangeSlideByInteraction?: (index: number) => void;
6632
+ elmRef?: React.Ref<HTMLDivElement>;
6633
+ rootClass?: string;
6634
+ parentClass?: string;
6635
+ rootAttrs?: Record<string, string | boolean | number>;
6636
+ slidesClass?: string;
6637
+ fullHeight?: boolean;
6456
6638
  } & {
6457
- rootId?: string | undefined;
6458
- rootClass?: string | undefined;
6459
- wrapperClass?: string | undefined;
6460
- rootStyles?: React.CSSProperties | undefined;
6461
- rawChildren?: any[] | undefined;
6639
+ rootId?: string;
6640
+ rootClass?: string;
6641
+ wrapperClass?: string;
6642
+ rootStyles?: React.CSSProperties;
6643
+ rawChildren?: any[];
6462
6644
  advanced?: any;
6463
- disableMarginAuto?: boolean | undefined;
6464
- slidesClass?: string | undefined;
6465
- conditionAppendJs?: string | undefined;
6645
+ disableMarginAuto?: boolean;
6646
+ slidesClass?: string;
6647
+ conditionAppendJs?: string;
6466
6648
  } & React.RefAttributes<CarouselRef>>;
6467
6649
  CarouselItem: React.ComponentType<CarouselItemProps>;
6468
6650
  Button: React.ComponentType<ButtonProps>;
@@ -6546,27 +6728,8 @@ declare const CollectionDescription$1: ({ setting, advanced, builderProps, pageC
6546
6728
 
6547
6729
  declare const CollectionPaginator$1: ({ setting, builderProps, pageContext }: CollectionPaginatorProps) => string;
6548
6730
 
6549
- declare const CollectionBanner: ({ builderAttrs, builderProps, setting, style, children, rawChildren, advanced, }: _gem_sdk_core.BaseProps<{
6550
- link?: {
6551
- link?: string | undefined;
6552
- target?: string | undefined;
6553
- } | undefined;
6554
- hoverEffect?: "none" | "zoom" | undefined;
6555
- hoverScale?: number | undefined;
6556
- hoverDuration?: string | undefined;
6557
- overlayColor?: Partial<Record<_gem_sdk_core.StateType, _gem_sdk_core.ColorValueType>> | undefined;
6558
- overlayOpacity?: Partial<Record<_gem_sdk_core.StateType, string>> | undefined;
6559
- fixedMode?: boolean | undefined;
6560
- height?: Partial<Record<_gem_sdk_core.NameDevices, string>> | undefined;
6561
- contentPosition?: string | undefined;
6562
- container?: boolean | undefined;
6563
- } & Pick<RowSettingProps, "layout" | "verticalAlign" | "horizontalAlign"> & Pick<RowStyleProps, "background" | "fullWidth" | "width" | "verticalGutter">, unknown, Record<string, any>> & {
6564
- builderAttrs?: Record<string, any> | undefined;
6565
- style?: React.CSSProperties | undefined;
6566
- } & {
6567
- children?: React.ReactNode;
6568
- } & {
6569
- rawChildren?: any[] | undefined;
6731
+ declare const CollectionBanner: ({ builderAttrs, builderProps, setting, style, children, rawChildren, advanced, }: CollectionBannerProps & {
6732
+ rawChildren?: any[];
6570
6733
  advanced?: any;
6571
6734
  }) => string;
6572
6735
 
@@ -6576,48 +6739,9 @@ declare const Coupon$1: ({ setting, builderProps, builderAttrs, style, styles, a
6576
6739
 
6577
6740
  declare const Dialog$1: (props: DialogProps$1) => string;
6578
6741
 
6579
- declare const EstimateDate$1: ({ setting, styles, builderAttrs, style, builderProps, advanced, isText, pageContext, }: _gem_sdk_core.BaseProps<{
6580
- htmlTag?: number | undefined;
6581
- text?: string | undefined;
6582
- globalSize?: Partial<Record<_gem_sdk_core.NameDevices, _gem_sdk_core.SizeSettingGlobal>> | undefined;
6583
- background?: Partial<Record<_gem_sdk_core.NameDevices, _gem_sdk_core.BackgroundMedia>> | undefined;
6584
- enableCustomText?: boolean | undefined;
6585
- customText?: string | undefined;
6586
- minEstimate?: number | undefined;
6587
- maxEstimate?: number | undefined;
6588
- estimateTime?: number | undefined;
6589
- typeFormat?: string | undefined;
6590
- customFormat?: string | undefined;
6591
- typeEstimate?: string | undefined;
6592
- ifOutOfStock?: string | undefined;
6593
- }, {
6594
- textShadowNotState?: _gem_sdk_core.ShadowProps | undefined;
6595
- hasTextShadowNotState?: boolean | undefined;
6596
- typography?: _gem_sdk_core.TypographySetting | undefined;
6597
- typoCustom?: _gem_sdk_core.TypographySettingV2 | undefined;
6598
- typoDate?: _gem_sdk_core.TypographySettingV2 | undefined;
6599
- typo?: _gem_sdk_core.TypographySettingV2 | undefined;
6600
- textAlign?: Partial<Record<_gem_sdk_core.NameDevices, _gem_sdk_core.AlignProp>> | undefined;
6601
- lineClamp?: Partial<Record<_gem_sdk_core.NameDevices, number>> | undefined;
6602
- hasLineClamp?: Partial<Record<_gem_sdk_core.NameDevices, boolean>> | undefined;
6603
- hasTextShadow?: Partial<Record<_gem_sdk_core.StateType, boolean>> | undefined;
6604
- textShadow?: Partial<Record<_gem_sdk_core.StateType, _gem_sdk_core.ShadowProps>> | undefined;
6605
- align?: Partial<Record<_gem_sdk_core.NameDevices, _gem_sdk_core.AlignProp>> | undefined;
6606
- padding?: Partial<Record<_gem_sdk_core.NameDevices, _gem_sdk_core.SizeSettingGlobal>> | undefined;
6607
- border?: Partial<Record<_gem_sdk_core.NameDevices, Partial<Record<_gem_sdk_core.StateType, _gem_sdk_core.Border>>>> | undefined;
6608
- rounded?: Partial<Record<_gem_sdk_core.NameDevices, Partial<Record<_gem_sdk_core.StateType, _gem_sdk_core.CornerRadius>>>> | undefined;
6609
- boxShadow?: Partial<Record<_gem_sdk_core.NameDevices, Partial<Record<_gem_sdk_core.StateType, _gem_sdk_core.ShadowProps>>>> | undefined;
6610
- shapeBorder?: Partial<Record<_gem_sdk_core.NameDevices, _gem_sdk_core.Border>> | undefined;
6611
- shapeRounded?: Partial<Record<_gem_sdk_core.NameDevices, _gem_sdk_core.CornerRadius>> | undefined;
6612
- shapeBoxShadow?: Partial<Record<_gem_sdk_core.NameDevices, _gem_sdk_core.ShadowProps>> | undefined;
6613
- }, Record<string, any>> & {
6614
- builderAttrs?: Record<string, any> | undefined;
6615
- style?: React.CSSProperties | undefined;
6616
- } & Omit<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>, "ref">, "children"> & {
6617
- children: React.ReactNode;
6618
- } & {
6619
- pageContext?: PageContext | undefined;
6620
- isText?: boolean | undefined;
6742
+ declare const EstimateDate$1: ({ setting, styles, builderAttrs, style, builderProps, advanced, isText, pageContext, }: EstimateDateProps & {
6743
+ pageContext?: PageContext;
6744
+ isText?: boolean;
6621
6745
  }) => string;
6622
6746
 
6623
6747
  type RootProps = {
@@ -6635,108 +6759,37 @@ declare const Newsletter$1: ({ builderProps, setting, children, style, formType,
6635
6759
 
6636
6760
  declare const ContactForm$1: ({ builderProps, setting, children, style, advanced, pageContext, styles, }: NewsletterProps) => string;
6637
6761
 
6638
- declare const FormEmail$1: ({ builderProps, builderAttrs, setting, advanced, pageContext, styles, }: _gem_sdk_core.BaseProps<FormEmailSettingProps, FormEmailStyleProps, any> & {
6639
- builderAttrs?: Record<string, any> | undefined;
6640
- style?: React.CSSProperties | undefined;
6641
- } & {
6642
- children: React.ReactNode;
6643
- } & {
6644
- pageContext?: PageContext | undefined;
6762
+ declare const FormEmail$1: ({ builderProps, builderAttrs, setting, advanced, pageContext, styles, }: FormEmailProps & {
6763
+ pageContext?: PageContext;
6645
6764
  }) => string;
6646
6765
 
6647
- declare const SubmitButton$1: ({ setting, builderProps, builderAttrs, style, styles, advanced, pageContext, }: _gem_sdk_core.BaseProps<SubmitButtonSettingProps, ButtonStyleProps, Record<string, any>> & {
6648
- builderAttrs?: Record<string, any> | undefined;
6649
- style?: React.CSSProperties | undefined;
6650
- } & {
6651
- children: React.ReactNode;
6652
- } & {
6653
- pageContext?: PageContext | undefined;
6766
+ declare const SubmitButton$1: ({ setting, builderProps, builderAttrs, style, styles, advanced, pageContext, }: SubmitButtonProps & {
6767
+ pageContext?: PageContext;
6654
6768
  }) => string;
6655
6769
 
6656
- declare const TextField$1: ({ setting, builderProps, className, builderAttrs, advanced, pageContext, styles, }: _gem_sdk_core.BaseProps<TextFieldSettingProps, TextFieldStyleProps, any> & {
6657
- builderAttrs?: Record<string, any> | undefined;
6658
- style?: React.CSSProperties | undefined;
6659
- } & Omit<Omit<React.DetailedHTMLProps<React.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref">, ""> & {
6660
- pageContext?: PageContext | undefined;
6770
+ declare const TextField$1: ({ setting, builderProps, className, builderAttrs, advanced, pageContext, styles, }: TextFieldProps & {
6771
+ pageContext?: PageContext;
6661
6772
  }) => string;
6662
6773
 
6663
- declare const FormTextarea$1: ({ setting, builderProps, className, builderAttrs, advanced, pageContext, styles, }: _gem_sdk_core.BaseProps<TextAreaSettingProps, TextAreaStyleProps, any> & {
6664
- builderAttrs?: Record<string, any> | undefined;
6665
- style?: React.CSSProperties | undefined;
6666
- } & Omit<Omit<React.DetailedHTMLProps<React.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref">, ""> & {
6667
- pageContext?: PageContext | undefined;
6774
+ declare const FormTextarea$1: ({ setting, builderProps, className, builderAttrs, advanced, pageContext, styles, }: TextAreaProps & {
6775
+ pageContext?: PageContext;
6668
6776
  }) => string;
6669
6777
 
6670
- declare const FormDropdown$1: ({ builderProps, setting, advanced, pageContext, styles, }: _gem_sdk_core.BaseProps<{
6671
- name?: string | undefined;
6672
- childItem?: string[] | undefined;
6673
- required?: boolean | undefined;
6674
- typography?: _gem_sdk_core.TypographySetting | undefined;
6675
- typo?: _gem_sdk_core.TypographySettingV2 | undefined;
6676
- textColor?: _gem_sdk_core.ColorValueType | undefined;
6677
- size?: _gem_sdk_core.SizeSetting | undefined;
6678
- fullWidth?: Partial<Record<_gem_sdk_core.NameDevices, boolean>> | undefined;
6679
- width?: Partial<Record<_gem_sdk_core.NameDevices, string | number | undefined>> | undefined;
6680
- align?: Partial<Record<_gem_sdk_core.NameDevices, _gem_sdk_core.AlignProp>> | undefined;
6681
- background?: Partial<Record<_gem_sdk_core.NameDevices, _gem_sdk_core.BackgroundMedia>> | undefined;
6682
- placeholder?: string | undefined;
6683
- placeholderColor?: _gem_sdk_core.ColorValueType | undefined;
6684
- defaultOption?: string | undefined;
6685
- }, {
6686
- globalSize?: Partial<Record<_gem_sdk_core.NameDevices, _gem_sdk_core.SizeSettingGlobal>> | undefined;
6687
- horizontalSpacing?: Partial<Record<_gem_sdk_core.NameDevices, csstype.Property.Padding<0 | (string & {})>>> | undefined;
6688
- border?: Partial<Record<_gem_sdk_core.NameDevices, Partial<Record<_gem_sdk_core.StateType, _gem_sdk_core.Border>>>> | undefined;
6689
- borderActive?: Partial<Record<_gem_sdk_core.StateType, _gem_sdk_core.Border>> | undefined;
6690
- backgroundColorV2Active?: Partial<Record<_gem_sdk_core.StateType, _gem_sdk_core.ColorValueType>> | undefined;
6691
- roundedActive?: Partial<Record<_gem_sdk_core.StateType, _gem_sdk_core.CornerRadius>> | undefined;
6692
- boxShadowActive?: Partial<Record<_gem_sdk_core.StateType, _gem_sdk_core.ShadowProps>> | undefined;
6693
- }, any> & {
6694
- builderAttrs?: Record<string, any> | undefined;
6695
- style?: React.CSSProperties | undefined;
6696
- } & {
6697
- children: React.ReactNode;
6698
- } & {
6699
- pageContext?: PageContext | undefined;
6778
+ declare const FormDropdown$1: ({ builderProps, setting, advanced, pageContext, styles, }: FormDropdownProps & {
6779
+ pageContext?: PageContext;
6700
6780
  }) => string;
6701
6781
 
6702
6782
  declare const FromCheckbox: ({ builderProps, setting, advanced, pageContext, styles, }: FormCheckboxProps & {
6703
- pageContext?: PageContext | undefined;
6783
+ pageContext?: PageContext;
6704
6784
  }) => string;
6705
6785
 
6706
- declare const TextInput$1: ({ setting, builderProps, className, builderAttrs, advanced, pageContext, styles, }: _gem_sdk_core.BaseProps<TextInputSettingProps, TextInputStyleProps, any> & {
6707
- builderAttrs?: Record<string, any> | undefined;
6708
- style?: React.CSSProperties | undefined;
6709
- } & Omit<Omit<React.DetailedHTMLProps<React.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref">, ""> & {
6710
- pageContext?: PageContext | undefined;
6786
+ declare const TextInput$1: ({ setting, builderProps, className, builderAttrs, advanced, pageContext, styles, }: TextInputProps & {
6787
+ pageContext?: PageContext;
6711
6788
  }) => string;
6712
6789
 
6713
- declare const Heading$1: ({ styles, builderAttrs, style, setting, advanced, builderProps, isText, className, pageContext, ...props }: _gem_sdk_core.BaseProps<{
6714
- htmlTag?: number | undefined;
6715
- text?: string | undefined;
6716
- globalSize?: Partial<Record<_gem_sdk_core.NameDevices, _gem_sdk_core.SizeSettingGlobal>> | undefined;
6717
- background?: Partial<Record<_gem_sdk_core.NameDevices, _gem_sdk_core.BackgroundMedia>> | undefined;
6718
- }, {
6719
- textShadowNotState?: _gem_sdk_core.ShadowProps | undefined;
6720
- hasTextShadowNotState?: boolean | undefined;
6721
- typography?: _gem_sdk_core.TypographySetting | undefined;
6722
- typo?: _gem_sdk_core.TypographySettingV2 | undefined;
6723
- textAlign?: Partial<Record<_gem_sdk_core.NameDevices, _gem_sdk_core.AlignProp>> | undefined;
6724
- lineClamp?: Partial<Record<_gem_sdk_core.NameDevices, number>> | undefined;
6725
- hasLineClamp?: Partial<Record<_gem_sdk_core.NameDevices, boolean>> | undefined;
6726
- hasTextShadow?: Partial<Record<_gem_sdk_core.StateType, boolean>> | undefined;
6727
- textShadow?: Partial<Record<_gem_sdk_core.StateType, _gem_sdk_core.ShadowProps>> | undefined;
6728
- align?: Partial<Record<_gem_sdk_core.NameDevices, _gem_sdk_core.AlignProp>> | undefined;
6729
- shapeBorder?: Partial<Record<_gem_sdk_core.NameDevices, _gem_sdk_core.Border>> | undefined;
6730
- shapeRounded?: Partial<Record<_gem_sdk_core.NameDevices, _gem_sdk_core.CornerRadius>> | undefined;
6731
- shapeBoxShadow?: Partial<Record<_gem_sdk_core.NameDevices, _gem_sdk_core.ShadowProps>> | undefined;
6732
- }, Record<string, any>> & {
6733
- builderAttrs?: Record<string, any> | undefined;
6734
- style?: React.CSSProperties | undefined;
6735
- } & Omit<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>, "ref">, "children"> & {
6736
- children: React.ReactNode;
6737
- } & {
6738
- isText?: boolean | undefined;
6739
- pageContext?: PageContext | undefined;
6790
+ declare const Heading$1: ({ styles, builderAttrs, style, setting, advanced, builderProps, isText, className, pageContext, ...props }: HeadingProps & {
6791
+ isText?: boolean;
6792
+ pageContext?: PageContext;
6740
6793
  }) => string;
6741
6794
 
6742
6795
  declare const Icon: ({ style, builderAttrs, builderProps, setting, styles, advanced }: IconProps) => string;
@@ -6757,42 +6810,20 @@ declare const ImageComparison$1: ({ setting, styles, builderProps, advanced, pag
6757
6810
 
6758
6811
  declare const Line: (props: LineProps) => string;
6759
6812
 
6760
- declare const MarqueeItem: ({ builderProps, itemBackgroundColor, itemBorderStyle, itemCorner, itemShadow, rawChildren, itemStyles, hasItemShadow, }: {
6761
- itemBorderStyle?: _gem_sdk_core.Border | undefined;
6762
- itemCorner?: _gem_sdk_core.CornerRadius | undefined;
6763
- itemBackgroundColor?: Partial<Record<_gem_sdk_core.NameDevices, _gem_sdk_core.ColorValueType>> | undefined;
6764
- hasItemShadow?: boolean | undefined;
6765
- itemShadow?: _gem_sdk_core.ShadowProps | undefined;
6766
- index?: number | undefined;
6767
- activeItem?: string | undefined;
6768
- hoverItem?: string | undefined;
6769
- timeToScroll: number;
6770
- setHoverItem: (value?: string | undefined) => void;
6771
- setActiveItem: (value?: string | undefined) => void;
6772
- itemStyle?: Record<string, string> | undefined;
6773
- } & _gem_sdk_core.BaseProps<unknown, unknown, Record<string, any>> & {
6774
- builderAttrs?: Record<string, any> | undefined;
6775
- style?: React.CSSProperties | undefined;
6776
- } & Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
6813
+ declare const MarqueeItem: ({ builderProps, itemBackgroundColor, itemBorderStyle, itemCorner, itemShadow, rawChildren, itemStyles, hasItemShadow, }: MarqueeItemProps & {
6777
6814
  rawChildren: RawChild[];
6778
6815
  itemStyles: Record<string, string>;
6779
6816
  }) => string;
6780
6817
 
6781
6818
  declare const Marquee: ({ children, style, builderAttrs, rawChildren, advanced, ...props }: MarqueeProps) => string;
6782
6819
 
6783
- declare const Text$1: ({ id, styles, builderAttrs, style, setting, advanced, builderProps, className, isText, pageContext, translateSetting, elementAttrs, }: _gem_sdk_core.BaseProps<TextSettingProps, TextStyleProps, Record<string, any>> & {
6784
- builderAttrs?: Record<string, any> | undefined;
6785
- style?: React.CSSProperties | undefined;
6786
- } & Omit<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, "ref">, ""> & {
6787
- disableEdit?: boolean | undefined;
6788
- pageContext?: PageContext | undefined;
6789
- } & {
6790
- isText?: boolean | undefined;
6820
+ declare const Text$1: ({ id, styles, builderAttrs, style, setting, advanced, builderProps, className, isText, pageContext, translateSetting, elementAttrs, }: TextProps & {
6821
+ isText?: boolean;
6791
6822
  advanced?: any;
6792
- pageContext?: PageContext | undefined;
6793
- elementAttrs?: Record<string, any> | undefined;
6794
- isForceValue?: boolean | undefined;
6795
- translateSetting?: string | undefined;
6823
+ pageContext?: PageContext;
6824
+ elementAttrs?: Record<string, any>;
6825
+ isForceValue?: boolean;
6826
+ translateSetting?: string;
6796
6827
  }) => string;
6797
6828
 
6798
6829
  declare const DynamicCheckout: ({ builderProps, styles, advanced, setting, pageContext, }: DynamicCheckoutLiquidProps) => string;
@@ -6821,45 +6852,8 @@ declare const ProductQuantity: ({ setting, styles, advanced, builderProps, }: Pr
6821
6852
 
6822
6853
  declare const ProductVariants: (props: ProductVariantsProps) => string;
6823
6854
 
6824
- declare const ProductTag$1: ({ setting, styles, builderProps, advanced, pageContext, }: _gem_sdk_core.BaseProps<{
6825
- customContent?: {
6826
- prefix?: string | undefined;
6827
- suffix?: string | undefined;
6828
- unit?: "price" | "percentage" | undefined;
6829
- } | undefined;
6830
- translate?: string | undefined;
6831
- isSaleLabel?: boolean | undefined;
6832
- saleLabel?: string | undefined;
6833
- isSoldOutLabel?: boolean | undefined;
6834
- soldOutLabel?: string | undefined;
6835
- isNewLabel?: boolean | undefined;
6836
- newLabel?: string | undefined;
6837
- moneyWithCurrentFormat?: boolean | undefined;
6838
- } & TextSettingProps, {
6839
- textAlign?: Partial<Record<_gem_sdk_core.NameDevices, _gem_sdk_core.AlignProp>> | undefined;
6840
- backgroundColor?: _gem_sdk_core.ColorValueType | undefined;
6841
- textColor?: _gem_sdk_core.ColorValueType | undefined;
6842
- roundedTag?: _gem_sdk_core.CornerRadius | undefined;
6843
- borderTag?: _gem_sdk_core.Border | undefined;
6844
- backgroundColorSale?: _gem_sdk_core.ColorValueType | undefined;
6845
- textColorSale?: _gem_sdk_core.ColorValueType | undefined;
6846
- roundedSale?: _gem_sdk_core.CornerRadius | undefined;
6847
- borderSale?: _gem_sdk_core.Border | undefined;
6848
- backgroundColorSoldOut?: _gem_sdk_core.ColorValueType | undefined;
6849
- textColorSoldOut?: _gem_sdk_core.ColorValueType | undefined;
6850
- roundedSoldOut?: _gem_sdk_core.CornerRadius | undefined;
6851
- borderSoldOut?: _gem_sdk_core.Border | undefined;
6852
- backgroundColorNew?: _gem_sdk_core.ColorValueType | undefined;
6853
- textColorNew?: _gem_sdk_core.ColorValueType | undefined;
6854
- roundedNew?: _gem_sdk_core.CornerRadius | undefined;
6855
- borderNew?: _gem_sdk_core.Border | undefined;
6856
- tagSpacing?: _gem_sdk_core.SizeSetting | undefined;
6857
- textContentAlign?: Partial<Record<_gem_sdk_core.NameDevices, _gem_sdk_core.AlignProp>> | undefined;
6858
- size?: Partial<Record<_gem_sdk_core.NameDevices, _gem_sdk_core.SizeSettingGlobal>> | undefined;
6859
- } & TextStyleProps> & {
6860
- 'bundle-item'?: bundleItem | undefined;
6861
- } & {
6862
- pageContext?: PageContext | undefined;
6855
+ declare const ProductTag$1: ({ setting, styles, builderProps, advanced, pageContext, }: ProductTagProps & {
6856
+ pageContext?: PageContext;
6863
6857
  }) => string;
6864
6858
 
6865
6859
  type PropTypes$1 = ProductImagesProps$1 & React.ComponentPropsWithoutRef<'div'> & {
@@ -6887,23 +6881,15 @@ declare const ProductList: (props: ProductListProps) => string;
6887
6881
  declare const ProductPrice: (props: ProductPriceProps) => string;
6888
6882
 
6889
6883
  declare const ProductProperties$1: ({ setting, styles, builderProps, advanced, pageContext, }: ProductPropertiesProps & {
6890
- pageContext?: PageContext | undefined;
6884
+ pageContext?: PageContext;
6891
6885
  }) => string;
6892
6886
 
6893
6887
  declare const ProductTitle: (props: ProductTitleProps) => string;
6894
6888
 
6895
6889
  declare const ProductVendor: ({ setting, styles, advanced, builderProps }: VendorProps) => string;
6896
6890
 
6897
- declare const ProductViewMore$1: ({ style, styles, setting, advanced, builderProps, builderAttrs, pageContext, }: _gem_sdk_core.BaseProps<{
6898
- label?: string | undefined;
6899
- redirectNewTab?: boolean | undefined;
6900
- } & Pick<ButtonSettingProps, "iconSvg" | "enableHoverEffect" | "iconVisible" | "iconAlign" | "shouldClearSpace">, ButtonStyleProps, Record<string, any>> & {
6901
- builderAttrs?: Record<string, any> | undefined;
6902
- style?: React.CSSProperties | undefined;
6903
- } & {
6904
- children: React.ReactNode;
6905
- } & {
6906
- pageContext?: PageContext | undefined;
6891
+ declare const ProductViewMore$1: ({ style, styles, setting, advanced, builderProps, builderAttrs, pageContext, }: ProductViewMoreProps & {
6892
+ pageContext?: PageContext;
6907
6893
  }) => string;
6908
6894
 
6909
6895
  declare const ProductSku: ({ setting, styles, advanced, builderProps }: SkuProps) => string;
@@ -7334,7 +7320,219 @@ declare const index_liquid_WishlistKing: typeof WishlistKing;
7334
7320
  declare const index_liquid_WishlistPlus: typeof WishlistPlus;
7335
7321
  declare const index_liquid_YotpoReviews: typeof YotpoReviews;
7336
7322
  declare namespace index_liquid {
7337
- export { Accordion$1 as Accordion, index_liquid_AccordionItem as AccordionItem, index_liquid_AftershipEmailMarketingsms as AftershipEmailMarketingsms, index_liquid_AirProductReviewsAppUgc as AirProductReviewsAppUgc, index_liquid_AliReviews as AliReviews, index_liquid_AlsoBoughtCbb as AlsoBoughtCbb, index_liquid_AovBundlesVolumeDiscounts as AovBundlesVolumeDiscounts, index_liquid_AovFreeGiftBuyXGetYBogo as AovFreeGiftBuyXGetYBogo, index_liquid_AppointmentBookingCowlendar as AppointmentBookingCowlendar, index_liquid_AppstleBundlesDiscounts as AppstleBundlesDiscounts, index_liquid_AppstleSubscriptions as AppstleSubscriptions, index_liquid_ArticleAuthor as ArticleAuthor, index_liquid_ArticleCategory as ArticleCategory, index_liquid_ArticleContent as ArticleContent, index_liquid_ArticleDate as ArticleDate, index_liquid_ArticleExcerpt as ArticleExcerpt, index_liquid_ArticleImage as ArticleImage, index_liquid_ArticleList as ArticleList, ArticlePagination$1 as ArticlePagination, ArticleReadMore$1 as ArticleReadMore, index_liquid_ArticleTag as ArticleTag, index_liquid_ArticleTitle as ArticleTitle, index_liquid_BestBuyFulfillment as BestBuyFulfillment, index_liquid_BfSizeChartSizeGuide as BfSizeChartSizeGuide, index_liquid_BirdChime as BirdChime, index_liquid_BloyRewardsProgramLoyalty as BloyRewardsProgramLoyalty, index_liquid_Bogos as Bogos, index_liquid_BoldProductOptions as BoldProductOptions, index_liquid_BoldSubscriptions as BoldSubscriptions, index_liquid_BonLoyaltyRewardsReferrals as BonLoyaltyRewardsReferrals, index_liquid_BonySubscriptionsApp as BonySubscriptionsApp, index_liquid_BoostAISearchDiscovery as BoostAISearchDiscovery, index_liquid_Breadcrumb as Breadcrumb, index_liquid_Bundler as Bundler, Button$1 as Button, CSSCode$1 as CSSCode, index_liquid_Carousel as Carousel, index_liquid_CarouselItem as CarouselItem, CarouselItem$1 as CarouselItemV3, Carousel$1 as CarouselV3, index_liquid_CleanSizeCharts as CleanSizeCharts, Column as Col, index_liquid_CollectionBanner as CollectionBanner, CollectionDescription$1 as CollectionDescription, CollectionPaginator$1 as CollectionPaginator, index_liquid_CollectionTitle as CollectionTitle, CollectionToolbar$1 as CollectionToolbar, ContactForm$1 as ContactForm, Countdown$1 as Countdown, Coupon$1 as Coupon, index_liquid_CrossSellCartUpsell as CrossSellCartUpsell, index_liquid_CustomProductOptionsVariant as CustomProductOptionsVariant, index_liquid_DealeasyVolumeDiscounts as DealeasyVolumeDiscounts, Dialog$1 as Dialog, index_liquid_DiscountyBulkDiscountSales as DiscountyBulkDiscountSales, index_liquid_DynamicCheckout as DynamicCheckout, index_liquid_EasifyProductOptions as EasifyProductOptions, index_liquid_EasyBundleBuilderSkailama as EasyBundleBuilderSkailama, index_liquid_EasySellCOD as EasySellCOD, index_liquid_EcoboostifyShoppableReelUgc as EcoboostifyShoppableReelUgc, index_liquid_EcomsendBackInStockAlert as EcomsendBackInStockAlert, index_liquid_EssentPreorderBackInStock as EssentPreorderBackInStock, index_liquid_EssentialAnnouncementBar as EssentialAnnouncementBar, index_liquid_EssentialCountdownTimerBar as EssentialCountdownTimerBar, EstimateDate$1 as EstimateDate, index_liquid_EstimatedDeliveryDatePlus as EstimatedDeliveryDatePlus, index_liquid_FastBundleBundlesDiscounts as FastBundleBundlesDiscounts, index_liquid_FeraReviews as FeraReviews, FileUpload$1 as FileUpload, index_liquid_FirePush as FirePush, index_liquid_FlyBundlesUpsellsFbt as FlyBundlesUpsellsFbt, index_liquid_FordeerProductLabels as FordeerProductLabels, FromCheckbox as FormCheckbox, FormDropdown$1 as FormDropdown, FormEmail$1 as FormEmail, FormTextarea$1 as FormTextarea, index_liquid_FrequentlyBoughtTogether as FrequentlyBoughtTogether, index_liquid_GloColorSwatchvariantImage as GloColorSwatchvariantImage, index_liquid_GloboProductOptionsVariant as GloboProductOptionsVariant, index_liquid_GoogleReviewsByReputon as GoogleReviewsByReputon, index_liquid_Growave as Growave, index_liquid_GrowthSuiteDiscountCodes as GrowthSuiteDiscountCodes, Heading$1 as Heading, HeroBanner$1 as HeroBanner, index_liquid_HextomCountdownTimerBar as HextomCountdownTimerBar, index_liquid_HextomFreeShippingBar as HextomFreeShippingBar, index_liquid_HulkFormBuilder as HulkFormBuilder, index_liquid_HulkProductOptions as HulkProductOptions, index_liquid_Icon as Icon, IconList$1 as IconList, index_liquid_IconListHoz as IconListHoz, index_liquid_IconListItem as IconListItem, IconListIHozItemLiquid as IconListItemHoz, IconListV2$1 as IconListV2, Image$1 as Image, ImageComparison$1 as ImageComparison, index_liquid_InfiniteOptions as InfiniteOptions, index_liquid_Instafeed as Instafeed, index_liquid_InstasellShoppableInstagram as InstasellShoppableInstagram, index_liquid_JudgemeReviews as JudgemeReviews, index_liquid_JunipProductReviewsUgc as JunipProductReviewsUgc, index_liquid_KachingBundles as KachingBundles, index_liquid_KachingSubscriptionsApp as KachingSubscriptionsApp, index_liquid_KingProductOptions as KingProductOptions, index_liquid_KiteFreeGiftDiscount as KiteFreeGiftDiscount, index_liquid_KlarnaMessaging as KlarnaMessaging, index_liquid_Klaviyo as Klaviyo, index_liquid_KoalaBundleQuantityDiscount as KoalaBundleQuantityDiscount, index_liquid_LaiProductReviews as LaiProductReviews, index_liquid_Line as Line, index_liquid_LoloyalLoyaltyReferrals as LoloyalLoyaltyReferrals, index_liquid_LoopSubscriptions as LoopSubscriptions, index_liquid_LooxReviews as LooxReviews, index_liquid_Marquee as Marquee, index_liquid_MarqueeItem as MarqueeItem, index_liquid_MaxbundleProductBundles as MaxbundleProductBundles, index_liquid_MbcBundleVolumeDiscount as MbcBundleVolumeDiscount, index_liquid_MyappgurusProductReviews as MyappgurusProductReviews, Newsletter$1 as Newsletter, index_liquid_NotifyBackInStockPreOrder as NotifyBackInStockPreOrder, index_liquid_OkendoReviewsLoyalty as OkendoReviewsLoyalty, index_liquid_Omnisend as Omnisend, index_liquid_Opinew as Opinew, index_liquid_ParcelPanel as ParcelPanel, index_liquid_PickyStory as PickyStory, index_liquid_PowerfulContactFormBuilder as PowerfulContactFormBuilder, index_liquid_PreorderNowPreOrderPq as PreorderNowPreOrderPq, index_liquid_PreorderNowWodPresale as PreorderNowWodPresale, index_liquid_Product as Product, ProductBadge$1 as ProductBadge, index_liquid_ProductBundleDiscount as ProductBundleDiscount, index_liquid_ProductBundleDiscountItem as ProductBundleDiscountItem, ProductButton$1 as ProductButton, ProductDescription$1 as ProductDescription, ProductImages$2 as ProductImages, ProductImages$1 as ProductImagesV2, ProductImages as ProductImagesV3, index_liquid_ProductList as ProductList, ProductList$1 as ProductListV3, index_liquid_ProductOptionsCustomizer as ProductOptionsCustomizer, index_liquid_ProductOptionsVariantOption as ProductOptionsVariantOption, index_liquid_ProductPrice as ProductPrice, ProductProperties$1 as ProductProperties, index_liquid_ProductQuantity as ProductQuantity, index_liquid_ProductReviews as ProductReviews, index_liquid_ProductSku as ProductSku, ProductTag$1 as ProductTag, index_liquid_ProductTitle as ProductTitle, index_liquid_ProductVariants as ProductVariants, index_liquid_ProductVendor as ProductVendor, ProductViewMore$1 as ProductViewMore, index_liquid_PumperBundlesVolumeDiscount as PumperBundlesVolumeDiscount, index_liquid_PushOwl as PushOwl, index_liquid_QikifyUpsell as QikifyUpsell, index_liquid_RapiBundleQuantityBreaks as RapiBundleQuantityBreaks, index_liquid_RechargeSubscriptions as RechargeSubscriptions, index_liquid_RecurpaySubscriptionApp as RecurpaySubscriptionApp, index_liquid_Releasit as Releasit, index_liquid_RequestQuoteHidePrice as RequestQuoteHidePrice, index_liquid_ReviewxpoProductReviewsApp as ReviewxpoProductReviewsApp, index_liquid_Rivyo as Rivyo, index_liquid_Root as Root, Row$1 as Row, index_liquid_Ryviu as Ryviu, index_liquid_SealSubscriptions as SealSubscriptions, Section$1 as Section, index_liquid_SegunoEmailMarketing as SegunoEmailMarketing, index_liquid_Selleasy as Selleasy, index_liquid_SeoantTrustBadgesIcon as SeoantTrustBadgesIcon, index_liquid_ShopPayButton as ShopPayButton, index_liquid_ShopPayInstallments as ShopPayInstallments, index_liquid_ShopifyForms as ShopifyForms, index_liquid_ShopifySubscriptions as ShopifySubscriptions, index_liquid_SimpleBundlesKits as SimpleBundlesKits, index_liquid_SkioSubscriptionsYcS20 as SkioSubscriptionsYcS20, index_liquid_SmartSearchBarAndFilters as SmartSearchBarAndFilters, index_liquid_SproutPlantTreesGrowSales as SproutPlantTreesGrowSales, index_liquid_Stamped as Stamped, index_liquid_StellarDeliveryDatePickup as StellarDeliveryDatePickup, Sticky$1 as Sticky, StockCounter$1 as StockCounter, index_liquid_SubifySubscriptionsApp as SubifySubscriptionsApp, SubmitButton$1 as SubmitButton, index_liquid_TabItem as TabItem, Tabs$1 as Tabs, index_liquid_TagembedSocialPostReview as TagembedSocialPostReview, index_liquid_TagshopShoppableVideosUgc as TagshopShoppableVideosUgc, index_liquid_TeeinblueProductPersonalizer as TeeinblueProductPersonalizer, Text$1 as Text, TextField$1 as TextField, TextInput$1 as TextInput, index_liquid_ThirdPartySlot as ThirdPartySlot, index_liquid_TrustBadgesBear as TrustBadgesBear, index_liquid_TrustMe as TrustMe, index_liquid_TrustedsiteTrustBadges as TrustedsiteTrustBadges, index_liquid_Trustoo as Trustoo, index_liquid_TrustreviewsProductReviews as TrustreviewsProductReviews, index_liquid_TrustshopProductReviews as TrustshopProductReviews, index_liquid_UltimateSalesBoost as UltimateSalesBoost, index_liquid_UnlimitedBundlesDiscounts as UnlimitedBundlesDiscounts, index_liquid_UppromoteAffiliateMarketing as UppromoteAffiliateMarketing, Video$1 as Video, index_liquid_Vitals as Vitals, index_liquid_WcWishlistBackInStock as WcWishlistBackInStock, index_liquid_WhatmoreShoppableVideosreel as WhatmoreShoppableVideosreel, index_liquid_WideBundle as WideBundle, index_liquid_Wiser as Wiser, index_liquid_WishlistKing as WishlistKing, index_liquid_WishlistPlus as WishlistPlus, index_liquid_YotpoReviews as YotpoReviews, config as videoSetting };
7323
+ export {
7324
+ Accordion$1 as Accordion,
7325
+ index_liquid_AccordionItem as AccordionItem,
7326
+ index_liquid_AftershipEmailMarketingsms as AftershipEmailMarketingsms,
7327
+ index_liquid_AirProductReviewsAppUgc as AirProductReviewsAppUgc,
7328
+ index_liquid_AliReviews as AliReviews,
7329
+ index_liquid_AlsoBoughtCbb as AlsoBoughtCbb,
7330
+ index_liquid_AovBundlesVolumeDiscounts as AovBundlesVolumeDiscounts,
7331
+ index_liquid_AovFreeGiftBuyXGetYBogo as AovFreeGiftBuyXGetYBogo,
7332
+ index_liquid_AppointmentBookingCowlendar as AppointmentBookingCowlendar,
7333
+ index_liquid_AppstleBundlesDiscounts as AppstleBundlesDiscounts,
7334
+ index_liquid_AppstleSubscriptions as AppstleSubscriptions,
7335
+ index_liquid_ArticleAuthor as ArticleAuthor,
7336
+ index_liquid_ArticleCategory as ArticleCategory,
7337
+ index_liquid_ArticleContent as ArticleContent,
7338
+ index_liquid_ArticleDate as ArticleDate,
7339
+ index_liquid_ArticleExcerpt as ArticleExcerpt,
7340
+ index_liquid_ArticleImage as ArticleImage,
7341
+ index_liquid_ArticleList as ArticleList,
7342
+ ArticlePagination$1 as ArticlePagination,
7343
+ ArticleReadMore$1 as ArticleReadMore,
7344
+ index_liquid_ArticleTag as ArticleTag,
7345
+ index_liquid_ArticleTitle as ArticleTitle,
7346
+ index_liquid_BestBuyFulfillment as BestBuyFulfillment,
7347
+ index_liquid_BfSizeChartSizeGuide as BfSizeChartSizeGuide,
7348
+ index_liquid_BirdChime as BirdChime,
7349
+ index_liquid_BloyRewardsProgramLoyalty as BloyRewardsProgramLoyalty,
7350
+ index_liquid_Bogos as Bogos,
7351
+ index_liquid_BoldProductOptions as BoldProductOptions,
7352
+ index_liquid_BoldSubscriptions as BoldSubscriptions,
7353
+ index_liquid_BonLoyaltyRewardsReferrals as BonLoyaltyRewardsReferrals,
7354
+ index_liquid_BonySubscriptionsApp as BonySubscriptionsApp,
7355
+ index_liquid_BoostAISearchDiscovery as BoostAISearchDiscovery,
7356
+ index_liquid_Breadcrumb as Breadcrumb,
7357
+ index_liquid_Bundler as Bundler,
7358
+ Button$1 as Button,
7359
+ CSSCode$1 as CSSCode,
7360
+ index_liquid_Carousel as Carousel,
7361
+ index_liquid_CarouselItem as CarouselItem,
7362
+ CarouselItem$1 as CarouselItemV3,
7363
+ Carousel$1 as CarouselV3,
7364
+ index_liquid_CleanSizeCharts as CleanSizeCharts,
7365
+ Column as Col,
7366
+ index_liquid_CollectionBanner as CollectionBanner,
7367
+ CollectionDescription$1 as CollectionDescription,
7368
+ CollectionPaginator$1 as CollectionPaginator,
7369
+ index_liquid_CollectionTitle as CollectionTitle,
7370
+ CollectionToolbar$1 as CollectionToolbar,
7371
+ ContactForm$1 as ContactForm,
7372
+ Countdown$1 as Countdown,
7373
+ Coupon$1 as Coupon,
7374
+ index_liquid_CrossSellCartUpsell as CrossSellCartUpsell,
7375
+ index_liquid_CustomProductOptionsVariant as CustomProductOptionsVariant,
7376
+ index_liquid_DealeasyVolumeDiscounts as DealeasyVolumeDiscounts,
7377
+ Dialog$1 as Dialog,
7378
+ index_liquid_DiscountyBulkDiscountSales as DiscountyBulkDiscountSales,
7379
+ index_liquid_DynamicCheckout as DynamicCheckout,
7380
+ index_liquid_EasifyProductOptions as EasifyProductOptions,
7381
+ index_liquid_EasyBundleBuilderSkailama as EasyBundleBuilderSkailama,
7382
+ index_liquid_EasySellCOD as EasySellCOD,
7383
+ index_liquid_EcoboostifyShoppableReelUgc as EcoboostifyShoppableReelUgc,
7384
+ index_liquid_EcomsendBackInStockAlert as EcomsendBackInStockAlert,
7385
+ index_liquid_EssentPreorderBackInStock as EssentPreorderBackInStock,
7386
+ index_liquid_EssentialAnnouncementBar as EssentialAnnouncementBar,
7387
+ index_liquid_EssentialCountdownTimerBar as EssentialCountdownTimerBar,
7388
+ EstimateDate$1 as EstimateDate,
7389
+ index_liquid_EstimatedDeliveryDatePlus as EstimatedDeliveryDatePlus,
7390
+ index_liquid_FastBundleBundlesDiscounts as FastBundleBundlesDiscounts,
7391
+ index_liquid_FeraReviews as FeraReviews,
7392
+ FileUpload$1 as FileUpload,
7393
+ index_liquid_FirePush as FirePush,
7394
+ index_liquid_FlyBundlesUpsellsFbt as FlyBundlesUpsellsFbt,
7395
+ index_liquid_FordeerProductLabels as FordeerProductLabels,
7396
+ FromCheckbox as FormCheckbox,
7397
+ FormDropdown$1 as FormDropdown,
7398
+ FormEmail$1 as FormEmail,
7399
+ FormTextarea$1 as FormTextarea,
7400
+ index_liquid_FrequentlyBoughtTogether as FrequentlyBoughtTogether,
7401
+ index_liquid_GloColorSwatchvariantImage as GloColorSwatchvariantImage,
7402
+ index_liquid_GloboProductOptionsVariant as GloboProductOptionsVariant,
7403
+ index_liquid_GoogleReviewsByReputon as GoogleReviewsByReputon,
7404
+ index_liquid_Growave as Growave,
7405
+ index_liquid_GrowthSuiteDiscountCodes as GrowthSuiteDiscountCodes,
7406
+ Heading$1 as Heading,
7407
+ HeroBanner$1 as HeroBanner,
7408
+ index_liquid_HextomCountdownTimerBar as HextomCountdownTimerBar,
7409
+ index_liquid_HextomFreeShippingBar as HextomFreeShippingBar,
7410
+ index_liquid_HulkFormBuilder as HulkFormBuilder,
7411
+ index_liquid_HulkProductOptions as HulkProductOptions,
7412
+ index_liquid_Icon as Icon,
7413
+ IconList$1 as IconList,
7414
+ index_liquid_IconListHoz as IconListHoz,
7415
+ index_liquid_IconListItem as IconListItem,
7416
+ IconListIHozItemLiquid as IconListItemHoz,
7417
+ IconListV2$1 as IconListV2,
7418
+ Image$1 as Image,
7419
+ ImageComparison$1 as ImageComparison,
7420
+ index_liquid_InfiniteOptions as InfiniteOptions,
7421
+ index_liquid_Instafeed as Instafeed,
7422
+ index_liquid_InstasellShoppableInstagram as InstasellShoppableInstagram,
7423
+ index_liquid_JudgemeReviews as JudgemeReviews,
7424
+ index_liquid_JunipProductReviewsUgc as JunipProductReviewsUgc,
7425
+ index_liquid_KachingBundles as KachingBundles,
7426
+ index_liquid_KachingSubscriptionsApp as KachingSubscriptionsApp,
7427
+ index_liquid_KingProductOptions as KingProductOptions,
7428
+ index_liquid_KiteFreeGiftDiscount as KiteFreeGiftDiscount,
7429
+ index_liquid_KlarnaMessaging as KlarnaMessaging,
7430
+ index_liquid_Klaviyo as Klaviyo,
7431
+ index_liquid_KoalaBundleQuantityDiscount as KoalaBundleQuantityDiscount,
7432
+ index_liquid_LaiProductReviews as LaiProductReviews,
7433
+ index_liquid_Line as Line,
7434
+ index_liquid_LoloyalLoyaltyReferrals as LoloyalLoyaltyReferrals,
7435
+ index_liquid_LoopSubscriptions as LoopSubscriptions,
7436
+ index_liquid_LooxReviews as LooxReviews,
7437
+ index_liquid_Marquee as Marquee,
7438
+ index_liquid_MarqueeItem as MarqueeItem,
7439
+ index_liquid_MaxbundleProductBundles as MaxbundleProductBundles,
7440
+ index_liquid_MbcBundleVolumeDiscount as MbcBundleVolumeDiscount,
7441
+ index_liquid_MyappgurusProductReviews as MyappgurusProductReviews,
7442
+ Newsletter$1 as Newsletter,
7443
+ index_liquid_NotifyBackInStockPreOrder as NotifyBackInStockPreOrder,
7444
+ index_liquid_OkendoReviewsLoyalty as OkendoReviewsLoyalty,
7445
+ index_liquid_Omnisend as Omnisend,
7446
+ index_liquid_Opinew as Opinew,
7447
+ index_liquid_ParcelPanel as ParcelPanel,
7448
+ index_liquid_PickyStory as PickyStory,
7449
+ index_liquid_PowerfulContactFormBuilder as PowerfulContactFormBuilder,
7450
+ index_liquid_PreorderNowPreOrderPq as PreorderNowPreOrderPq,
7451
+ index_liquid_PreorderNowWodPresale as PreorderNowWodPresale,
7452
+ index_liquid_Product as Product,
7453
+ ProductBadge$1 as ProductBadge,
7454
+ index_liquid_ProductBundleDiscount as ProductBundleDiscount,
7455
+ index_liquid_ProductBundleDiscountItem as ProductBundleDiscountItem,
7456
+ ProductButton$1 as ProductButton,
7457
+ ProductDescription$1 as ProductDescription,
7458
+ ProductImages$2 as ProductImages,
7459
+ ProductImages$1 as ProductImagesV2,
7460
+ ProductImages as ProductImagesV3,
7461
+ index_liquid_ProductList as ProductList,
7462
+ ProductList$1 as ProductListV3,
7463
+ index_liquid_ProductOptionsCustomizer as ProductOptionsCustomizer,
7464
+ index_liquid_ProductOptionsVariantOption as ProductOptionsVariantOption,
7465
+ index_liquid_ProductPrice as ProductPrice,
7466
+ ProductProperties$1 as ProductProperties,
7467
+ index_liquid_ProductQuantity as ProductQuantity,
7468
+ index_liquid_ProductReviews as ProductReviews,
7469
+ index_liquid_ProductSku as ProductSku,
7470
+ ProductTag$1 as ProductTag,
7471
+ index_liquid_ProductTitle as ProductTitle,
7472
+ index_liquid_ProductVariants as ProductVariants,
7473
+ index_liquid_ProductVendor as ProductVendor,
7474
+ ProductViewMore$1 as ProductViewMore,
7475
+ index_liquid_PumperBundlesVolumeDiscount as PumperBundlesVolumeDiscount,
7476
+ index_liquid_PushOwl as PushOwl,
7477
+ index_liquid_QikifyUpsell as QikifyUpsell,
7478
+ index_liquid_RapiBundleQuantityBreaks as RapiBundleQuantityBreaks,
7479
+ index_liquid_RechargeSubscriptions as RechargeSubscriptions,
7480
+ index_liquid_RecurpaySubscriptionApp as RecurpaySubscriptionApp,
7481
+ index_liquid_Releasit as Releasit,
7482
+ index_liquid_RequestQuoteHidePrice as RequestQuoteHidePrice,
7483
+ index_liquid_ReviewxpoProductReviewsApp as ReviewxpoProductReviewsApp,
7484
+ index_liquid_Rivyo as Rivyo,
7485
+ index_liquid_Root as Root,
7486
+ Row$1 as Row,
7487
+ index_liquid_Ryviu as Ryviu,
7488
+ index_liquid_SealSubscriptions as SealSubscriptions,
7489
+ Section$1 as Section,
7490
+ index_liquid_SegunoEmailMarketing as SegunoEmailMarketing,
7491
+ index_liquid_Selleasy as Selleasy,
7492
+ index_liquid_SeoantTrustBadgesIcon as SeoantTrustBadgesIcon,
7493
+ index_liquid_ShopPayButton as ShopPayButton,
7494
+ index_liquid_ShopPayInstallments as ShopPayInstallments,
7495
+ index_liquid_ShopifyForms as ShopifyForms,
7496
+ index_liquid_ShopifySubscriptions as ShopifySubscriptions,
7497
+ index_liquid_SimpleBundlesKits as SimpleBundlesKits,
7498
+ index_liquid_SkioSubscriptionsYcS20 as SkioSubscriptionsYcS20,
7499
+ index_liquid_SmartSearchBarAndFilters as SmartSearchBarAndFilters,
7500
+ index_liquid_SproutPlantTreesGrowSales as SproutPlantTreesGrowSales,
7501
+ index_liquid_Stamped as Stamped,
7502
+ index_liquid_StellarDeliveryDatePickup as StellarDeliveryDatePickup,
7503
+ Sticky$1 as Sticky,
7504
+ StockCounter$1 as StockCounter,
7505
+ index_liquid_SubifySubscriptionsApp as SubifySubscriptionsApp,
7506
+ SubmitButton$1 as SubmitButton,
7507
+ index_liquid_TabItem as TabItem,
7508
+ Tabs$1 as Tabs,
7509
+ index_liquid_TagembedSocialPostReview as TagembedSocialPostReview,
7510
+ index_liquid_TagshopShoppableVideosUgc as TagshopShoppableVideosUgc,
7511
+ index_liquid_TeeinblueProductPersonalizer as TeeinblueProductPersonalizer,
7512
+ Text$1 as Text,
7513
+ TextField$1 as TextField,
7514
+ TextInput$1 as TextInput,
7515
+ index_liquid_ThirdPartySlot as ThirdPartySlot,
7516
+ index_liquid_TrustBadgesBear as TrustBadgesBear,
7517
+ index_liquid_TrustMe as TrustMe,
7518
+ index_liquid_TrustedsiteTrustBadges as TrustedsiteTrustBadges,
7519
+ index_liquid_Trustoo as Trustoo,
7520
+ index_liquid_TrustreviewsProductReviews as TrustreviewsProductReviews,
7521
+ index_liquid_TrustshopProductReviews as TrustshopProductReviews,
7522
+ index_liquid_UltimateSalesBoost as UltimateSalesBoost,
7523
+ index_liquid_UnlimitedBundlesDiscounts as UnlimitedBundlesDiscounts,
7524
+ index_liquid_UppromoteAffiliateMarketing as UppromoteAffiliateMarketing,
7525
+ Video$1 as Video,
7526
+ index_liquid_Vitals as Vitals,
7527
+ index_liquid_WcWishlistBackInStock as WcWishlistBackInStock,
7528
+ index_liquid_WhatmoreShoppableVideosreel as WhatmoreShoppableVideosreel,
7529
+ index_liquid_WideBundle as WideBundle,
7530
+ index_liquid_Wiser as Wiser,
7531
+ index_liquid_WishlistKing as WishlistKing,
7532
+ index_liquid_WishlistPlus as WishlistPlus,
7533
+ index_liquid_YotpoReviews as YotpoReviews,
7534
+ config as videoSetting,
7535
+ };
7338
7536
  }
7339
7537
 
7340
7538
  declare const _default$2: {
@@ -7367,75 +7565,75 @@ declare const _default$2: {
7367
7565
  Breadcrumb: React.FC<BreadcrumbProps>;
7368
7566
  Button: React.FC<ButtonProps>;
7369
7567
  CarouselV3: React.ForwardRefExoticComponent<_gem_sdk_core.BaseProps<CarouselSettingProps$1, CarouselStyleProps$1, Record<string, any>> & {
7370
- builderAttrs?: Record<string, any> | undefined;
7371
- style?: React.CSSProperties | undefined;
7568
+ builderAttrs?: Record<string, any>;
7569
+ style?: React.CSSProperties;
7372
7570
  } & {
7373
7571
  children?: React.ReactNode;
7374
- moveToIdx?: number | undefined;
7375
- isHiddenArrowWhenDisabled?: boolean | undefined;
7376
- hiddenDotWhenOnlyOne?: boolean | undefined;
7377
- disableMarginAuto?: boolean | undefined;
7378
- onLoaded?: ((status: boolean) => void) | undefined;
7379
- onChangeActive?: ((index: number) => void) | undefined;
7380
- onUpdated?: ((slider: _gem_sdk_keen_slider.KeenSliderInstance) => void) | undefined;
7381
- onCreated?: ((slider: _gem_sdk_keen_slider.KeenSliderInstance) => void) | undefined;
7382
- onClickArrow?: (() => void) | undefined;
7383
- onHandleChangeSlideByInteraction?: ((index: number) => void) | undefined;
7384
- onSwiperReady?: ((swiper: _gem_sdk_swiper_types_swiper_class.default) => void) | undefined;
7385
- elmRef?: React.Ref<HTMLDivElement> | undefined;
7386
- rootClass?: string | undefined;
7387
- parentClass?: string | undefined;
7388
- rootAttrs?: Record<string, string | number | boolean> | undefined;
7389
- slidesClass?: string | undefined;
7390
- fullHeight?: boolean | undefined;
7391
- isDisableResetSlide?: boolean | undefined;
7392
- isProductList?: boolean | undefined;
7393
- thumbsSwiper?: string | undefined;
7394
- productBadgeLiquid?: string | undefined;
7572
+ moveToIdx?: number;
7573
+ isHiddenArrowWhenDisabled?: boolean;
7574
+ hiddenDotWhenOnlyOne?: boolean;
7575
+ disableMarginAuto?: boolean;
7576
+ onLoaded?: (status: boolean) => void;
7577
+ onChangeActive?: (index: number) => void;
7578
+ onUpdated?: (slider: _gem_sdk_keen_slider.KeenSliderInstance) => void;
7579
+ onCreated?: (slider: _gem_sdk_keen_slider.KeenSliderInstance) => void;
7580
+ onClickArrow?: () => void;
7581
+ onHandleChangeSlideByInteraction?: (index: number) => void;
7582
+ onSwiperReady?: (swiper: _gem_sdk_swiper.default) => void;
7583
+ elmRef?: React.Ref<HTMLDivElement>;
7584
+ rootClass?: string;
7585
+ parentClass?: string;
7586
+ rootAttrs?: Record<string, string | boolean | number>;
7587
+ slidesClass?: string;
7588
+ fullHeight?: boolean;
7589
+ isDisableResetSlide?: boolean;
7590
+ isProductList?: boolean;
7591
+ thumbsSwiper?: string;
7592
+ productBadgeLiquid?: string;
7395
7593
  } & {
7396
- rootId?: string | undefined;
7397
- rootClass?: string | undefined;
7398
- wrapperClass?: string | undefined;
7399
- rootStyles?: React.CSSProperties | undefined;
7400
- rawChildren?: any[] | undefined;
7594
+ rootId?: string;
7595
+ rootClass?: string;
7596
+ wrapperClass?: string;
7597
+ rootStyles?: React.CSSProperties;
7598
+ rawChildren?: any[];
7401
7599
  advanced?: any;
7402
- disableMarginAuto?: boolean | undefined;
7403
- slidesClass?: string | undefined;
7404
- conditionAppendJs?: string | undefined;
7405
- isEnableCheckHasScrollableContent?: boolean | undefined;
7600
+ disableMarginAuto?: boolean;
7601
+ slidesClass?: string;
7602
+ conditionAppendJs?: string;
7603
+ isEnableCheckHasScrollableContent?: boolean;
7406
7604
  } & React.RefAttributes<CarouselRef$1>>;
7407
7605
  CarouselItemV3: React.FC<CarouselItemProps$1>;
7408
7606
  Carousel: React.ForwardRefExoticComponent<_gem_sdk_core.BaseProps<CarouselSettingProps, CarouselStyleProps, Record<string, any>> & {
7409
- builderAttrs?: Record<string, any> | undefined;
7410
- style?: React.CSSProperties | undefined;
7607
+ builderAttrs?: Record<string, any>;
7608
+ style?: React.CSSProperties;
7411
7609
  } & {
7412
7610
  children?: React.ReactNode;
7413
- moveToIdx?: number | undefined;
7414
- isHiddenArrowWhenDisabled?: boolean | undefined;
7415
- hiddenDotWhenOnlyOne?: boolean | undefined;
7416
- disableMarginAuto?: boolean | undefined;
7417
- onLoaded?: ((status: boolean) => void) | undefined;
7418
- onChangeActive?: ((index: number) => void) | undefined;
7419
- onUpdated?: ((slider: _gem_sdk_keen_slider.KeenSliderInstance) => void) | undefined;
7420
- onCreated?: ((slider: _gem_sdk_keen_slider.KeenSliderInstance) => void) | undefined;
7421
- onClickArrow?: (() => void) | undefined;
7422
- onHandleChangeSlideByInteraction?: ((index: number) => void) | undefined;
7423
- elmRef?: React.Ref<HTMLDivElement> | undefined;
7424
- rootClass?: string | undefined;
7425
- parentClass?: string | undefined;
7426
- rootAttrs?: Record<string, string | number | boolean> | undefined;
7427
- slidesClass?: string | undefined;
7428
- fullHeight?: boolean | undefined;
7611
+ moveToIdx?: number;
7612
+ isHiddenArrowWhenDisabled?: boolean;
7613
+ hiddenDotWhenOnlyOne?: boolean;
7614
+ disableMarginAuto?: boolean;
7615
+ onLoaded?: (status: boolean) => void;
7616
+ onChangeActive?: (index: number) => void;
7617
+ onUpdated?: (slider: _gem_sdk_keen_slider.KeenSliderInstance) => void;
7618
+ onCreated?: (slider: _gem_sdk_keen_slider.KeenSliderInstance) => void;
7619
+ onClickArrow?: () => void;
7620
+ onHandleChangeSlideByInteraction?: (index: number) => void;
7621
+ elmRef?: React.Ref<HTMLDivElement>;
7622
+ rootClass?: string;
7623
+ parentClass?: string;
7624
+ rootAttrs?: Record<string, string | boolean | number>;
7625
+ slidesClass?: string;
7626
+ fullHeight?: boolean;
7429
7627
  } & {
7430
- rootId?: string | undefined;
7431
- rootClass?: string | undefined;
7432
- wrapperClass?: string | undefined;
7433
- rootStyles?: React.CSSProperties | undefined;
7434
- rawChildren?: any[] | undefined;
7628
+ rootId?: string;
7629
+ rootClass?: string;
7630
+ wrapperClass?: string;
7631
+ rootStyles?: React.CSSProperties;
7632
+ rawChildren?: any[];
7435
7633
  advanced?: any;
7436
- disableMarginAuto?: boolean | undefined;
7437
- slidesClass?: string | undefined;
7438
- conditionAppendJs?: string | undefined;
7634
+ disableMarginAuto?: boolean;
7635
+ slidesClass?: string;
7636
+ conditionAppendJs?: string;
7439
7637
  } & React.RefAttributes<CarouselRef>>;
7440
7638
  CarouselItem: React.FC<CarouselItemProps>;
7441
7639
  Cart: React.FC<CartProps>;
@@ -7481,11 +7679,11 @@ declare const _default$2: {
7481
7679
  Header: ({ builderAttrs, builderProps, style, setting, styles, children }: HeaderProps) => React.JSX.Element | null;
7482
7680
  BasicHeader: ({ btnBgColor, btnBorder, btnRounded, btnSpacing, btnTextColor, btnTypography, btnType, btnWidth, openMode, buyNow, breakpoint, ...props }: HeaderCommonProps) => React.JSX.Element;
7483
7681
  ModernHeader: (props: HeaderCommonProps) => React.JSX.Element;
7484
- MobileMenu: ({ menu, typography, typo, arrow, menuTextColor, menuBg, textColor, className, itemEnableHoverEffect, }: Pick<HeaderCommonProps, "typo" | "textColor" | "typography" | "height" | "menu" | "arrow" | "menuTextColor" | "menuBg" | "itemEnableHoverEffect"> & {
7485
- className?: string | undefined;
7682
+ MobileMenu: ({ menu, typography, typo, arrow, menuTextColor, menuBg, textColor, className, itemEnableHoverEffect, }: Pick<HeaderCommonProps, "menu" | "textColor" | "typography" | "height" | "arrow" | "typo" | "menuTextColor" | "menuBg" | "itemEnableHoverEffect"> & {
7683
+ className?: string;
7486
7684
  }) => React.JSX.Element;
7487
- DesktopMenu: ({ menu, height, arrow, textColor, menuTextColor, typography, typo, headerBg, menuBg, className, itemEnableHoverEffect, enableDropdownHoverEffect, }: Pick<HeaderCommonProps, "typo" | "textColor" | "typography" | "height" | "menu" | "arrow" | "menuTextColor" | "menuBg" | "headerBg" | "enableDropdownHoverEffect" | "itemEnableHoverEffect"> & {
7488
- className?: string | undefined;
7685
+ DesktopMenu: ({ menu, height, arrow, textColor, menuTextColor, typography, typo, headerBg, menuBg, className, itemEnableHoverEffect, enableDropdownHoverEffect, }: Pick<HeaderCommonProps, "menu" | "textColor" | "typography" | "height" | "arrow" | "typo" | "menuTextColor" | "menuBg" | "headerBg" | "itemEnableHoverEffect" | "enableDropdownHoverEffect"> & {
7686
+ className?: string;
7489
7687
  }) => React.JSX.Element;
7490
7688
  Heading: React.FC<HeadingProps>;
7491
7689
  Icon: React.FC<IconProps>;
@@ -7508,20 +7706,7 @@ declare const _default$2: {
7508
7706
  PostPurchaseAdvancedList: React.FC<PostPurchaseAdvancedListProps>;
7509
7707
  PostPurchaseAdvancedListItem: React.FC<PostPurchaseAdvancedListItemProps>;
7510
7708
  PostPurchaseAcceptButton: (props: PostPurchaseButtonProps) => React.JSX.Element;
7511
- PostPurchaseButton: ({ styles, builderAttrs, style, setting, advanced, builderProps, disabled, ...props }: _gem_sdk_core.BaseProps<{
7512
- text?: string | number | undefined;
7513
- buttonType?: "link" | "primary" | "secondary" | undefined;
7514
- outOfStockLabel?: string | undefined;
7515
- requireAcceptTermLabel?: string | undefined;
7516
- }, {
7517
- typo?: _gem_sdk_core.PostPurchaseTypo | undefined;
7518
- align?: "center" | "end" | "start" | undefined;
7519
- width?: Partial<Record<_gem_sdk_core.NameDevices, string>> | undefined;
7520
- direction?: "ltr" | "rtl" | undefined;
7521
- }, Record<string, any>> & {
7522
- builderAttrs?: Record<string, any> | undefined;
7523
- style?: React.CSSProperties | undefined;
7524
- } & {
7709
+ PostPurchaseButton: ({ styles, builderAttrs, style, setting, advanced, builderProps, disabled, ...props }: PostPurchaseButtonProps & {
7525
7710
  disabled: boolean;
7526
7711
  }) => React.JSX.Element;
7527
7712
  PostPurchaseCalloutBox: (props: CalloutBoxProps) => React.JSX.Element;
@@ -7629,11 +7814,11 @@ declare const _default$2: {
7629
7814
  Tabs: (props: TabsProps) => React.JSX.Element;
7630
7815
  TabItem: React.FC<TabItemProps>;
7631
7816
  Text: React.ForwardRefExoticComponent<_gem_sdk_core.BaseProps<TextSettingProps, TextStyleProps, Record<string, any>> & {
7632
- builderAttrs?: Record<string, any> | undefined;
7633
- style?: React.CSSProperties | undefined;
7817
+ builderAttrs?: Record<string, any>;
7818
+ style?: React.CSSProperties;
7634
7819
  } & Omit<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, "ref">, ""> & {
7635
- disableEdit?: boolean | undefined;
7636
- pageContext?: _gem_sdk_core.PageContext | undefined;
7820
+ disableEdit?: boolean;
7821
+ pageContext?: _gem_sdk_core.PageContext;
7637
7822
  } & React.RefAttributes<HTMLElement>>;
7638
7823
  Textarea: React.FC<TextareaProps>;
7639
7824
  Video: React.FC<VideoProps>;
@@ -8012,8 +8197,8 @@ declare const MIN_PROGRESS_BAR_HEIGHT = 5;
8012
8197
  declare const MAX_PROGRESS_BAR_HEIGHT = 20;
8013
8198
  declare const CONTINUE_SELLING_WHEN_OUT_OF_STOCK = "CONTINUE";
8014
8199
  declare const getLiquidTextContent: (data: Record<string, any>) => string;
8015
- declare const getLiquidInitData: (setting: StockCounterProps['setting'], styles: StockCounterProps['styles']) => string;
8016
- declare const getTextDisplayData: (data: Record<string, any>, styles: StockCounterProps['styles']) => string;
8200
+ declare const getLiquidInitData: (setting: StockCounterProps["setting"], styles: StockCounterProps["styles"]) => string;
8201
+ declare const getTextDisplayData: (data: Record<string, any>, styles: StockCounterProps["styles"]) => string;
8017
8202
  declare const getInlineCss: (uniqId?: string, borderRadius?: CornerRadius) => string | undefined;
8018
8203
  declare const transformHighlighTag: (template: string, stringColor: string) => string;
8019
8204
  declare const transformNumberTag: (template: string, stringColor: string, quantityLeft: string | number) => string;
@@ -8044,9 +8229,9 @@ declare const isHexTransparent: (hex: string) => boolean;
8044
8229
  declare const youtubeShortsRegex: RegExp;
8045
8230
  declare const createTranslateKey: (uid?: string, settingId?: string) => string;
8046
8231
  declare const createSettingId: ({ id, index, suffix, }: {
8047
- id?: string | undefined;
8048
- index?: number | undefined;
8049
- suffix?: string | undefined;
8232
+ id?: string;
8233
+ index?: number;
8234
+ suffix?: string;
8050
8235
  }) => string;
8051
8236
  declare const getDynamicSourceLocales: ({ val, uid, settingId, isLiquid, pageContext, isCapitalize, defaultVal, isReplaceLocationOrigin, isReplaceMaxSize, isReplaceInventoryQuantity, }: DynamicSource) => string | number | boolean | React.ReactElement<any, string | React.JSXElementConstructor<any>> | Iterable<React.ReactNode>;
8052
8237
  declare const getStaticLocale: (tag: string, key: string) => string;
@@ -8059,20 +8244,20 @@ declare const getInsertLinkData: (defaultWrap: string, setting?: {
8059
8244
  type?: string;
8060
8245
  noFollow?: boolean;
8061
8246
  isLiquid?: boolean;
8062
- }, htmlType?: React.ButtonHTMLAttributes<HTMLButtonElement>['type'] | 'link') => {
8247
+ }, htmlType?: React.ButtonHTMLAttributes<HTMLButtonElement>["type"] | "link") => {
8063
8248
  Wrap: string | React.FC<LinkProps>;
8064
8249
  urlData: Record<string, any>;
8065
8250
  shouldRenderLink: boolean;
8066
8251
  };
8067
- declare const isLinkedToSalesPage: (type?: string) => boolean;
8252
+ declare const isLinkedToSalesPage: (type?: string) => type is "go-to-sales-page";
8068
8253
  declare const checkIsScrollToTop: (setting?: ImageLink) => boolean;
8069
8254
  declare const checkIsOpenPopup: (setting?: ImageLink) => boolean | undefined;
8070
8255
  declare const getLinkData: ({ setting, htmlType, defaultWrap, isLiquid, enableImageLink, }: {
8071
- isLiquid?: boolean | undefined;
8256
+ isLiquid?: boolean;
8072
8257
  defaultWrap: string;
8073
- enableImageLink?: boolean | undefined;
8074
- setting?: ImageLink | undefined;
8075
- htmlType?: React.ButtonHTMLAttributes<HTMLButtonElement>['type'] | 'link';
8258
+ enableImageLink?: boolean;
8259
+ setting?: ImageLink;
8260
+ htmlType?: React.ButtonHTMLAttributes<HTMLButtonElement>["type"] | "link";
8076
8261
  }) => {
8077
8262
  Wrapper: string | React.FC<LinkProps>;
8078
8263
  urlData: Record<string, any>;
@@ -8088,29 +8273,29 @@ declare const replaceAllHrefFromString: (htmlString: string, hrefs: string[]) =>
8088
8273
  declare function isEmptyObject(obj: Record<string, any>): boolean;
8089
8274
  declare const handleClickLink: (setting?: ImageLink, mode?: RenderMode) => void;
8090
8275
  declare const getSeoTranslated: ({ valueTranslate, uid, settingId, pageContext, }: {
8091
- valueTranslate?: string | undefined;
8092
- settingId: 'alt' | 'title';
8093
- uid?: string | undefined;
8276
+ valueTranslate?: string;
8277
+ settingId: "alt" | "title";
8278
+ uid?: string;
8094
8279
  pageContext: PageContext;
8095
8280
  }) => string | undefined;
8096
8281
  declare const getBackgroundTranslated: ({ background, enableTranslate, uid, pageContext, isTranslateVideo, }: {
8097
- background?: Partial<Record<NameDevices, BackgroundMedia>> | undefined;
8098
- enableTranslate?: boolean | undefined;
8099
- uid?: string | undefined;
8282
+ background?: ObjectDevices<BackgroundMedia>;
8283
+ enableTranslate?: boolean;
8284
+ uid?: string;
8100
8285
  pageContext: PageContext;
8101
- isTranslateVideo?: boolean | undefined;
8286
+ isTranslateVideo?: boolean;
8102
8287
  }) => ObjectDevices<BackgroundMedia>;
8103
8288
  declare const extractProductID: (baseID: string) => string;
8104
8289
  declare const filterPageContext: (pageContext?: PageContext) => {
8105
- numberOfProductOfProductList?: number | undefined;
8106
- isPreviewing?: boolean | undefined;
8107
- pageType?: string | undefined;
8108
- isTranslateWithLocale?: boolean | undefined;
8109
- sectionName?: string | undefined;
8110
- isOptimizePlan?: boolean | undefined;
8111
- showPriceCurrency?: boolean | undefined;
8112
- enableLazyLoadImage?: boolean | undefined;
8113
- hasCollectionHandle?: boolean | undefined;
8290
+ numberOfProductOfProductList?: number;
8291
+ isPreviewing?: boolean;
8292
+ pageType?: string;
8293
+ isTranslateWithLocale?: boolean;
8294
+ sectionName?: string;
8295
+ isOptimizePlan?: boolean;
8296
+ showPriceCurrency?: boolean;
8297
+ enableLazyLoadImage?: boolean;
8298
+ hasCollectionHandle?: boolean;
8114
8299
  } | undefined;
8115
8300
 
8116
8301
  declare const Accordion: TranslateObject<AccordionTranslateKeys>;
@@ -8237,9 +8422,53 @@ declare const translate_TextField: typeof TextField;
8237
8422
  declare const translate_TextInput: typeof TextInput;
8238
8423
  declare const translate_Video: typeof Video;
8239
8424
  declare namespace translate {
8240
- export { translate_Accordion as Accordion, translate_ArticlePagination as ArticlePagination, translate_ArticleReadMore as ArticleReadMore, translate_Button as Button, translate_CSSCode as CSSCode, translate_CollectionDescription as CollectionDescription, translate_CollectionPaginator as CollectionPaginator, translate_CollectionToolbar as CollectionToolbar, translate_ContactForm as ContactForm, translate_Countdown as Countdown, translate_Coupon as Coupon, translate_Dialog as Dialog, translate_EstimateDate as EstimateDate, translate_FileUpload as FileUpload, translate_FormCheckbox as FormCheckbox, translate_FormDropdown as FormDropdown, translate_FormEmail as FormEmail, translate_FormTextarea as FormTextarea, translate_Heading as Heading, translate_HeroBanner as HeroBanner, translate_IconList as IconList, translate_IconListV2 as IconListV2, translate_Image as Image, translate_ImageComparison as ImageComparison, translate_Newsletter as Newsletter, translate_ProductBadge as ProductBadge, translate_ProductButton as ProductButton, translate_ProductDescription as ProductDescription, translate_ProductDiscountTag as ProductDiscountTag, translate_ProductProperties as ProductProperties, translate_ProductTag as ProductTag, translate_ProductViewMore as ProductViewMore, translate_Row as Row, translate_Section as Section, translate_Sticky as Sticky, translate_StockCounter as StockCounter, translate_SubmitButton as SubmitButton, translate_Tabs as Tabs, translate_Text as Text, translate_TextField as TextField, translate_TextInput as TextInput, translate_Video as Video };
8425
+ export {
8426
+ translate_Accordion as Accordion,
8427
+ translate_ArticlePagination as ArticlePagination,
8428
+ translate_ArticleReadMore as ArticleReadMore,
8429
+ translate_Button as Button,
8430
+ translate_CSSCode as CSSCode,
8431
+ translate_CollectionDescription as CollectionDescription,
8432
+ translate_CollectionPaginator as CollectionPaginator,
8433
+ translate_CollectionToolbar as CollectionToolbar,
8434
+ translate_ContactForm as ContactForm,
8435
+ translate_Countdown as Countdown,
8436
+ translate_Coupon as Coupon,
8437
+ translate_Dialog as Dialog,
8438
+ translate_EstimateDate as EstimateDate,
8439
+ translate_FileUpload as FileUpload,
8440
+ translate_FormCheckbox as FormCheckbox,
8441
+ translate_FormDropdown as FormDropdown,
8442
+ translate_FormEmail as FormEmail,
8443
+ translate_FormTextarea as FormTextarea,
8444
+ translate_Heading as Heading,
8445
+ translate_HeroBanner as HeroBanner,
8446
+ translate_IconList as IconList,
8447
+ translate_IconListV2 as IconListV2,
8448
+ translate_Image as Image,
8449
+ translate_ImageComparison as ImageComparison,
8450
+ translate_Newsletter as Newsletter,
8451
+ translate_ProductBadge as ProductBadge,
8452
+ translate_ProductButton as ProductButton,
8453
+ translate_ProductDescription as ProductDescription,
8454
+ translate_ProductDiscountTag as ProductDiscountTag,
8455
+ translate_ProductProperties as ProductProperties,
8456
+ translate_ProductTag as ProductTag,
8457
+ translate_ProductViewMore as ProductViewMore,
8458
+ translate_Row as Row,
8459
+ translate_Section as Section,
8460
+ translate_Sticky as Sticky,
8461
+ translate_StockCounter as StockCounter,
8462
+ translate_SubmitButton as SubmitButton,
8463
+ translate_Tabs as Tabs,
8464
+ translate_Text as Text,
8465
+ translate_TextField as TextField,
8466
+ translate_TextInput as TextInput,
8467
+ translate_Video as Video,
8468
+ };
8241
8469
  }
8242
8470
 
8243
8471
  declare const TAGS_WITH_REPLACE_LINK_DATA: string[];
8244
8472
 
8245
- export { Accordion$2 as Accordion, AccordionItem$1 as AccordionItem, type AccordionItemProps, type AccordionProps, AftershipEmailMarketingsms$1 as AftershipEmailMarketingsms, type AftershipEmailMarketingsmsProps, AirProductReviewsAppUgc$1 as AirProductReviewsAppUgc, type AirProductReviewsAppUgcProps, AliReviews$1 as AliReviews, type AliReviewsProps, AlsoBoughtCbb$1 as AlsoBoughtCbb, type AlsoBoughtCbbProps, AovBundlesVolumeDiscounts$1 as AovBundlesVolumeDiscounts, type AovBundlesVolumeDiscountsProps, AovFreeGiftBuyXGetYBogo$1 as AovFreeGiftBuyXGetYBogo, type AovFreeGiftBuyXGetYBogoProps, AppointmentBookingCowlendar$1 as AppointmentBookingCowlendar, type AppointmentBookingCowlendarProps, AppstleBundlesDiscounts$1 as AppstleBundlesDiscounts, type AppstleBundlesDiscountsProps, AppstleSubscriptions$1 as AppstleSubscriptions, type AppstleSubscriptionsProps, ArticleAuthor$1 as ArticleAuthor, ArticleCategory$1 as ArticleCategory, ArticleContent$1 as ArticleContent, ArticleDate$1 as ArticleDate, ArticleExcerpt$1 as ArticleExcerpt, ArticleImage$1 as ArticleImage, ArticleList$1 as ArticleList, ArticlePagination$2 as ArticlePagination, ArticleReadMore$2 as ArticleReadMore, ArticleTag$1 as ArticleTag, ArticleTitle$1 as ArticleTitle, BasicHeader, BestBuyFulfillment$1 as BestBuyFulfillment, type BestBuyFulfillmentProps, BfSizeChartSizeGuide$1 as BfSizeChartSizeGuide, type BfSizeChartSizeGuideProps, BirdChime$1 as BirdChime, type BirdChimeProps, BloyRewardsProgramLoyalty$1 as BloyRewardsProgramLoyalty, type BloyRewardsProgramLoyaltyProps, Bogos$1 as Bogos, type BogosProps, BoldProductOptions$1 as BoldProductOptions, type BoldProductOptionsProps, BoldSubscriptions$1 as BoldSubscriptions, type BoldSubscriptionsProps, BonLoyaltyRewardsReferrals$1 as BonLoyaltyRewardsReferrals, type BonLoyaltyRewardsReferralsProps, BonySubscriptionsApp$1 as BonySubscriptionsApp, type BonySubscriptionsAppProps, BoostAISearchDiscovery$1 as BoostAISearchDiscovery, type BoostAISearchDiscoveryProps, Breadcrumb$1 as Breadcrumb, Breadcrumb$1 as BreadcrumbProps, Bundler$1 as Bundler, type BundlerProps, Button$3 as Button, type ButtonProps, CONTINUE_SELLING_WHEN_OUT_OF_STOCK, CSSCode$2 as CSSCode, type CSSCodeProps, type CalloutBoxProps, type CalloutTextProps, Carousel$2 as Carousel, CarouselItem$2 as CarouselItem, type CarouselItemProps, type CarouselItemProps$1 as CarouselItemPropsV3, CarouselItem$3 as CarouselItemV3, type CarouselProps, type CarouselProps$1 as CarouselPropsV3, type CarouselSettingProps, type CarouselSettingProps$1 as CarouselSettingPropsV3, type CarouselStyleProps, type CarouselStyleProps$1 as CarouselStylePropsV3, Carousel$3 as CarouselV3, Cart, CartCheckout, CartDiscount, CartLineAttribute, CartLineImage, CartLinePrice, CartLineVariant, CartList, CartOrderNote, type CartProps, CartTotalItem, CartTotalPrice, CheckoutNow, CleanSizeCharts$1 as CleanSizeCharts, type CleanSizeChartsProps, Column$1 as Col, type ColProps, CollectionBanner$1 as CollectionBanner, type CollectionBannerProps, CollectionDescription$2 as CollectionDescription, type CollectionDescriptionProps, CollectionPaginator$2 as CollectionPaginator, type CollectionPaginatorProps, CollectionTitle$1 as CollectionTitle, type CollectionTitleProps, CollectionToolbar$2 as CollectionToolbar, type CollectionToolbarProps, ContactForm$2 as ContactForm, Countdown$2 as Countdown, type CountdownProps, Coupon$2 as Coupon, CouponList, type CouponProps, CrossSellCartUpsell$1 as CrossSellCartUpsell, type CrossSellCartUpsellProps, CustomProductOptionsVariant$1 as CustomProductOptionsVariant, type CustomProductOptionsVariantProps, DEFAULT_FONT_SIZE, DEFAULT_HIGHLIGHT_TAG, DEFAULT_PROGRESS_BAR_HEIGHT, DEFAULT_QUANTITY_TEMPLATE, DEFAULT_RANGE_STEP, DEFAULT_REMAINING_PERCENT, DEFAULT_REMAINING_QUANTITY, DEFAULT_SCARCITY_THRESHOLD, type DataVideoType, DealeasyVolumeDiscounts$1 as DealeasyVolumeDiscounts, type DealeasyVolumeDiscountsProps, DesktopMenu, Dialog$2 as Dialog, DiscountInput, DiscountyBulkDiscountSales$1 as DiscountyBulkDiscountSales, type DiscountyBulkDiscountSalesProps, DynamicCheckout$1 as DynamicCheckout, type DynamicCheckoutProps, ELEMENT_Z_INDEX, EasifyProductOptions$1 as EasifyProductOptions, type EasifyProductOptionsProps, EasyBundleBuilderSkailama$1 as EasyBundleBuilderSkailama, type EasyBundleBuilderSkailamaProps, EasySell as EasySellCOD, type EasySellCODProps, EcoboostifyShoppableReelUgc$1 as EcoboostifyShoppableReelUgc, type EcoboostifyShoppableReelUgcProps, EcomsendBackInStockAlert$1 as EcomsendBackInStockAlert, type EcomsendBackInStockAlertProps, EssentPreorderBackInStock$1 as EssentPreorderBackInStock, type EssentPreorderBackInStockProps, EssentialAnnouncementBar$1 as EssentialAnnouncementBar, type EssentialAnnouncementBarProps, EssentialCountdownTimerBar$1 as EssentialCountdownTimerBar, type EssentialCountdownTimerBarProps, EstimateDate$2 as EstimateDate, type EstimateDateProps, EstimatedDeliveryDatePlus$1 as EstimatedDeliveryDatePlus, type EstimatedDeliveryDatePlusProps, FastBundleBundlesDiscounts$1 as FastBundleBundlesDiscounts, type FastBundleBundlesDiscountsProps, FeraReviews$1 as FeraReviews, type FeraReviewsProps, FileUpload$2 as FileUpload, type FileUploadProps, FirePush$1 as FirePush, type FirePushProps, FlyBundlesUpsellsFbt$1 as FlyBundlesUpsellsFbt, type FlyBundlesUpsellsFbtProps, FordeerProductLabels$1 as FordeerProductLabels, type FordeerProductLabelsProps, FormCheckbox$1 as FormCheckbox, type FormCheckboxProps, FormDropdown$2 as FormDropdown, type FormDropdownProps, FormEmail$2 as FormEmail, type FormEmailProps, FormTextArea as FormTextarea, FrequentlyBoughtTogether$1 as FrequentlyBoughtTogether, type FrequentlyBoughtTogetherProps, GloColorSwatchvariantImage$1 as GloColorSwatchvariantImage, type GloColorSwatchvariantImageProps, GloboProductOptionsVariant$1 as GloboProductOptionsVariant, type GloboProductOptionsVariantProps, GoogleReviewsByReputon$1 as GoogleReviewsByReputon, type GoogleReviewsByReputonProps, Growave$1 as Growave, type GrowaveProps, GrowthSuiteDiscountCodes$1 as GrowthSuiteDiscountCodes, type GrowthSuiteDiscountCodesProps, Header, type HeaderProps, Heading$2 as Heading, type HeadingProps, HeroBanner$2 as HeroBanner, type HeroBannerProps, HextomCountdownTimerBar$1 as HextomCountdownTimerBar, type HextomCountdownTimerBarProps, HextomFreeShippingBar$1 as HextomFreeShippingBar, type HextomFreeShippingBarProps, HulkFormBuilder$1 as HulkFormBuilder, type HulkFormBuilderProps, HulkProductOptions$1 as HulkProductOptions, type HulkProductOptionsProps, Icon$1 as Icon, IconList$2 as IconList, IconListHoz$1 as IconListHoz, type IconListHozProps, IconListItem$1 as IconListItem, IconListHozItem as IconListItemHoz, type IconListItemProps$1 as IconListItemProps, type IconListProps$1 as IconListProps, IconListV2$2 as IconListV2, type IconProps, Image$2 as Image, ImageComparison$2 as ImageComparison, type ImageComparisonItem, ImageDetection, type ImageDetectionProps, type ImageProps, type ImgProps, InfiniteOptions$1 as InfiniteOptions, type InfiniteOptionsProps, Input, type InputProps, Instafeed$1 as Instafeed, type InstafeedProps, InstantJudgemeReviews, InstantKlaviyo, InstantLooxReviews, InstantYotpoLoyalty, InstasellShoppableInstagram$1 as InstasellShoppableInstagram, type InstasellShoppableInstagramProps, JudgemeReviews$1 as JudgemeReviews, type JudgemeReviewsProps, JunipProductReviewsUgc$1 as JunipProductReviewsUgc, type JunipProductReviewsUgcProps, KachingBundles$1 as KachingBundles, type KachingBundlesProps, KachingSubscriptionsApp$1 as KachingSubscriptionsApp, type KachingSubscriptionsAppProps, KingProductOptions$1 as KingProductOptions, type KingProductOptionsProps, KiteFreeGiftDiscount$1 as KiteFreeGiftDiscount, type KiteFreeGiftDiscountProps, KlarnaMessaging$1 as KlarnaMessaging, type KlarnaMessagingProps, Klaviyo$1 as Klaviyo, type KlaviyoProps, KoalaBundleQuantityDiscount$1 as KoalaBundleQuantityDiscount, type KoalaBundleQuantityDiscountProps, LaiProductReviews$1 as LaiProductReviews, type LaiProductReviewsProps, Line$2 as Line, type LineProps, Link$1 as Link, type LinkProps, LoloyalLoyaltyReferrals$1 as LoloyalLoyaltyReferrals, type LoloyalLoyaltyReferralsProps, LoopSubscriptions$1 as LoopSubscriptions, type LoopSubscriptionsProps, LooxReviews$1 as LooxReviews, type LooxReviewsProps, MAX_PROGRESS_BAR_HEIGHT, MAX_REMAINING_PERCENT, MIN_PROGRESS_BAR_HEIGHT, MIN_REMAINING_PERCENT, MIN_REMAINING_QUANTITY, Marquee$1 as Marquee, _default$4 as MarqueeItem, type MarqueeItemProps, type MarqueeProps, MaxbundleProductBundles$1 as MaxbundleProductBundles, type MaxbundleProductBundlesProps, MbcBundleVolumeDiscount$1 as MbcBundleVolumeDiscount, type MbcBundleVolumeDiscountProps, Menu, type MenuProps, MobileMenu, Modal, ModernHeader, MyappgurusProductReviews$1 as MyappgurusProductReviews, type MyappgurusProductReviewsProps, NO_PRODUCT_LEFT, Newsletter$2 as Newsletter, type NewsletterProps, Notify as Notice, type NotificationAPI, type NotificationConfig, NotifyBackInStockPreOrder$1 as NotifyBackInStockPreOrder, type NotifyBackInStockPreOrderProps, OUT_OF_STOCK, type ObjectFit$2 as ObjectFit, OkendoReviewsLoyalty$1 as OkendoReviewsLoyalty, type OkendoReviewsLoyaltyProps, Omnisend$1 as Omnisend, type OmnisendProps, Opinew$1 as Opinew, type OpinewProps, Pagination, type PaginationProps, ParcelPanel$1 as ParcelPanel, type ParcelPanelProps, PickyStory$1 as PickyStory, type PickyStoryProps, PostPurchaseAcceptButton, PostPurchaseAdvancedList, PostPurchaseAdvancedListItem, type PostPurchaseAdvancedListProps, Button$2 as PostPurchaseButton, type PostPurchaseButtonProps, BuyerConsent as PostPurchaseBuyerConsent, type PostPurchaseBuyerConsentProps, CalloutBox as PostPurchaseCalloutBox, CalloutText as PostPurchaseCalloutText, PostPurchaseCountdownTimer, type PostPurchaseCountdownTimerProps, PostPurchaseHeading, PostPurchaseImage, type PostPurchaseImageProps, Line$1 as PostPurchaseLine, type PostPurchaseLineProps, Link as PostPurchaseLink, type PostPurchaseLinkProps, PostPurchaseProductDescription, type PostPurchaseProductDescriptionProps, PostPurchaseProductDiscountTag, type PostPurchaseProductDiscountTagProps, PostPurchaseProductImages, type PostPurchaseProductImagesProps, PostPurchaseProductOffer, type PostPurchaseProductOfferProps$1 as PostPurchaseProductOfferProps, PostPurchaseProductPrice, PostPurchaseProductPriceBreakdown, type PostPurchaseProductPriceBreakdownProps, type PostPurchaseProductPriceProps, PostPurchaseProductQuantity, type PostPurchaseProductQuantityProps, ProductSubscription as PostPurchaseProductSubscription, type PostPurchaseProductSubscriptionProps, PostPurchaseProductTitle, type PostPurchaseProductTitleProps, PostPurchaseProductVariants, type PostPurchaseProductVariantsProps, Text$3 as PostPurchaseText, type PostPurchaseTextProps, PowerfulContactFormBuilder$1 as PowerfulContactFormBuilder, type PowerfulContactFormBuilderProps, PreorderNowPreOrderPq$1 as PreorderNowPreOrderPq, type PreorderNowPreOrderPqProps, PreorderNowWodPresale$1 as PreorderNowWodPresale, type PreorderNowWodPresaleProps, Product$1 as Product, ProductBadge$2 as ProductBadge, type ProductBadgeProps, ProductBundleDiscount$1 as ProductBundleDiscount, ProductBundleDiscountItem$1 as ProductBundleDiscountItem, type ProductBundleDiscountProps, type ProductBundleItemDiscountProps, ProductButton$2 as ProductButton, type ProductButtonProps, ProductDescription$2 as ProductDescription, type ProductDescriptionProps, ProductImages$3 as ProductImages, type ProductImagesProps, ProductImagesV2, ProductImagesV3, ProductList$2 as ProductList, type ProductListProps, type ProductListProps$1 as ProductListPropsV3, ProductList$3 as ProductListV3, ProductOptionsCustomizer$1 as ProductOptionsCustomizer, type ProductOptionsCustomizerProps, ProductOptionsVariantOption$1 as ProductOptionsVariantOption, type ProductOptionsVariantOptionProps, ProductPrice$1 as ProductPrice, type ProductPriceProps, type ProductPropertiesProps, ProductProperties$2 as ProductPropertyInput, type ProductProps, ProductQuantity$1 as ProductQuantity, type ProductQuantityProps, QuickView as ProductQuickView, ProductReviews$1 as ProductReviews, type ProductReviewsProps, ProductSku$1 as ProductSku, ProductTag$2 as ProductTag, type ProductTagProps, ProductTitle$1 as ProductTitle, type ProductTitleProps, ProductVariants$1 as ProductVariants, type ProductVariantsProps, ProductVendor$1 as ProductVendor, ProductViewMore$2 as ProductViewMore, type ProductViewMoreProps, PumperBundlesVolumeDiscount$1 as PumperBundlesVolumeDiscount, type PumperBundlesVolumeDiscountProps, PushOwl$1 as PushOwl, type PushOwlProps, QUANTITY_SOURCE, QikifyUpsell$1 as QikifyUpsell, type QikifyUpsellProps, REGEX_PAGE_TYPE, Radio, RapiBundleQuantityBreaks$1 as RapiBundleQuantityBreaks, type RapiBundleQuantityBreaksProps, RechargeSubscriptions$1 as RechargeSubscriptions, type RechargeSubscriptionsProps, RecurpaySubscriptionApp$1 as RecurpaySubscriptionApp, type RecurpaySubscriptionAppProps, Releasit$1 as Releasit, type ReleasitProps, RequestQuoteHidePrice$1 as RequestQuoteHidePrice, type RequestQuoteHidePriceProps, ReviewxpoProductReviewsApp$1 as ReviewxpoProductReviewsApp, type ReviewxpoProductReviewsAppProps, Rivyo$1 as Rivyo, type RivyoProps, Root$1 as Root, type RootProps$2 as RootProps, Row$2 as Row, type RowProps, Ryviu$1 as Ryviu, type RyviuProps, SealSubscriptions$1 as SealSubscriptions, type SealSubscriptionsProps, Section$2 as Section, SegunoEmailMarketing$1 as SegunoEmailMarketing, type SegunoEmailMarketingProps, Select, Selleasy$1 as Selleasy, type SelleasyProps, SeoantTrustBadgesIcon$1 as SeoantTrustBadgesIcon, type SeoantTrustBadgesIconProps, ShopPayButton$1 as ShopPayButton, type ShopPayButtonProps, ShopPayInstallments$1 as ShopPayInstallments, ShopifyForms$1 as ShopifyForms, type ShopifyFormsProps, ShopifySubscriptions$1 as ShopifySubscriptions, type ShopifySubscriptionsProps, SimpleBundlesKits$1 as SimpleBundlesKits, type SimpleBundlesKitsProps, SkioSubscriptionsYcS20$1 as SkioSubscriptionsYcS20, type SkioSubscriptionsYcS20Props, type SkuProps, SmartSearchBarAndFilters$1 as SmartSearchBarAndFilters, type SmartSearchBarAndFiltersProps, SproutPlantTreesGrowSales$1 as SproutPlantTreesGrowSales, type SproutPlantTreesGrowSalesProps, Stamped$1 as Stamped, type StampedProps, StellarDeliveryDatePickup$1 as StellarDeliveryDatePickup, type StellarDeliveryDatePickupProps, Sticky$2 as Sticky, StockCounter$2 as StockCounter, SubifySubscriptionsApp$1 as SubifySubscriptionsApp, type SubifySubscriptionsAppProps, SubmitButton$2 as SubmitButton, type SubmitButtonProps, TAGS_WITH_REPLACE_LINK_DATA, TabItem$1 as TabItem, type TabItemProps, Tabs$2 as Tabs, type TabsProps, TagembedSocialPostReview$1 as TagembedSocialPostReview, type TagembedSocialPostReviewProps, TagshopShoppableVideosUgc$1 as TagshopShoppableVideosUgc, type TagshopShoppableVideosUgcProps, TeeinblueProductPersonalizer$1 as TeeinblueProductPersonalizer, type TeeinblueProductPersonalizerProps, Text$2 as Text, type TextAreaProps, TextField$2 as TextField, type TextFieldProps, TextInput$2 as TextInput, type TextInputProps, type TextProps, TextArea as Textarea, type TextareaProps, ThirdPartySlot$1 as ThirdPartySlot, TrustBadgesBear$1 as TrustBadgesBear, type TrustBadgesBearProps, TrustMe$1 as TrustMe, type TrustMeProps, TrustedsiteTrustBadges$1 as TrustedsiteTrustBadges, type TrustedsiteTrustBadgesProps, Trustoo$1 as Trustoo, type TrustooProps, TrustreviewsProductReviews$1 as TrustreviewsProductReviews, type TrustreviewsProductReviewsProps, TrustshopProductReviews$1 as TrustshopProductReviews, type TrustshopProductReviewsProps, UltimateSalesBoost$1 as UltimateSalesBoost, type UltimateSalesBoostProps, UnlimitedBundlesDiscounts$1 as UnlimitedBundlesDiscounts, type UnlimitedBundlesDiscountsProps, UppromoteAffiliateMarketing$1 as UppromoteAffiliateMarketing, type UppromoteAffiliateMarketingProps, type VendorProps, Video$2 as Video, Vitals$1 as Vitals, type VitalsProps, WcWishlistBackInStock$1 as WcWishlistBackInStock, type WcWishlistBackInStockProps, WhatmoreShoppableVideosreel$1 as WhatmoreShoppableVideosreel, type WhatmoreShoppableVideosreelProps, WideBundle$1 as WideBundle, type WideBundleProps, Wiser$1 as Wiser, type WiserProps, WishlistKing$1 as WishlistKing, type WishlistKingProps, WishlistPlus$1 as WishlistPlus, type WishlistPlusProps, YotpoLoyalty, type YotpoLoyaltyProps, YotpoReviews$1 as YotpoReviews, type YotpoReviewsProps, accordionSetting, articleListSetting, bannerSetting, breadcrumbSetting, _default$2 as builderComponent, buttonSetting, carouselSetting, carouselSettingV3, cartSetting, checkIsOpenPopup, checkIsScrollToTop, codeSetting, collectionSetting, _default$1 as componentSettings, contactFormSetting, convertSizeToWidth, convertUnitToNumber, countdownSetting, couponSetting, createSettingId, createTranslateKey, dialogSetting, estimateDeliverySetting, extractProductID, filterPageContext, filterTruthyObject, filterTruthyStyles, getAllHrefFromString, getBackgroundTranslated, getDisplayStyle, getDynamicSourceLocales, getInlineCss, getInsertLinkData, getLinkArticle, getLinkData, getLiquidInitData, getLiquidTextContent, getSeoTranslated, getSettingPreloadData, getStaticLocale, getTextDisplayData, gridSetting, handleClickLink, headerSetting, headingSetting, iconListHozSetting, iconListSetting, iconListSettingV2, iconSetting, imageComparisonSetting, imageDetectionSetting, imageSetting, inputSetting, isEmptyObject, isHexTransparent, isLinkedToSalesPage, isShopifyDomain, isTransparentColor, isTransparentRGBA, lineSetting, linkSetting, index_liquid as liquidComponents, marqueeSetting, menuSetting, modalSetting, _default$3 as nextComponent, normalizeMailto, openConfirm, paginationSetting, postPurchaseAdvancedListSetting, postPurchaseButtonSetting, postPurchaseBuyerConsentSetting, postPurchaseCalloutBoxSetting, postPurchaseCountdownTimerSetting, postPurchaseImageSetting, postPurchaseLineSetting, postPurchaseLinkSetting, postPurchaseProduct1Col, postPurchaseProduct2Col, postPurchaseProductDefault, postPurchaseProductSetting, _default as postPurchaseSettings, postPurchaseTextSetting, productSetting, radioSetting, replaceAllHrefFromString, replaceLinkData, selectSetting, shopPayInstallmentSetting, stickySetting, stockCounterSetting, tabSetting, textSetting, textareaSetting, thirdPartyInstantSetting, thirdPartySetting, thirdPartySlotSetting, transformHighlighTag, transformNumberTag, translate as translateComponents, useNotification, videoSetting, youtubeShortsRegex };
8473
+ export { Accordion$2 as Accordion, AccordionItem$1 as AccordionItem, AftershipEmailMarketingsms$1 as AftershipEmailMarketingsms, AirProductReviewsAppUgc$1 as AirProductReviewsAppUgc, AliReviews$1 as AliReviews, AlsoBoughtCbb$1 as AlsoBoughtCbb, AovBundlesVolumeDiscounts$1 as AovBundlesVolumeDiscounts, AovFreeGiftBuyXGetYBogo$1 as AovFreeGiftBuyXGetYBogo, AppointmentBookingCowlendar$1 as AppointmentBookingCowlendar, AppstleBundlesDiscounts$1 as AppstleBundlesDiscounts, AppstleSubscriptions$1 as AppstleSubscriptions, ArticleAuthor$1 as ArticleAuthor, ArticleCategory$1 as ArticleCategory, ArticleContent$1 as ArticleContent, ArticleDate$1 as ArticleDate, ArticleExcerpt$1 as ArticleExcerpt, ArticleImage$1 as ArticleImage, ArticleList$1 as ArticleList, ArticlePagination$2 as ArticlePagination, ArticleReadMore$2 as ArticleReadMore, ArticleTag$1 as ArticleTag, ArticleTitle$1 as ArticleTitle, BasicHeader, BestBuyFulfillment$1 as BestBuyFulfillment, BfSizeChartSizeGuide$1 as BfSizeChartSizeGuide, BirdChime$1 as BirdChime, BloyRewardsProgramLoyalty$1 as BloyRewardsProgramLoyalty, Bogos$1 as Bogos, BoldProductOptions$1 as BoldProductOptions, BoldSubscriptions$1 as BoldSubscriptions, BonLoyaltyRewardsReferrals$1 as BonLoyaltyRewardsReferrals, BonySubscriptionsApp$1 as BonySubscriptionsApp, BoostAISearchDiscovery$1 as BoostAISearchDiscovery, Breadcrumb$1 as Breadcrumb, Breadcrumb$1 as BreadcrumbProps, Bundler$1 as Bundler, Button$3 as Button, CONTINUE_SELLING_WHEN_OUT_OF_STOCK, CSSCode$2 as CSSCode, Carousel$2 as Carousel, CarouselItem$2 as CarouselItem, CarouselItem$3 as CarouselItemV3, Carousel$3 as CarouselV3, Cart, CartCheckout, CartDiscount, CartLineAttribute, CartLineImage, CartLinePrice, CartLineVariant, CartList, CartOrderNote, CartTotalItem, CartTotalPrice, CheckoutNow, CleanSizeCharts$1 as CleanSizeCharts, Column$1 as Col, CollectionBanner$1 as CollectionBanner, CollectionDescription$2 as CollectionDescription, CollectionPaginator$2 as CollectionPaginator, CollectionTitle$1 as CollectionTitle, CollectionToolbar$2 as CollectionToolbar, ContactForm$2 as ContactForm, Countdown$2 as Countdown, Coupon$2 as Coupon, CouponList, CrossSellCartUpsell$1 as CrossSellCartUpsell, CustomProductOptionsVariant$1 as CustomProductOptionsVariant, DEFAULT_FONT_SIZE, DEFAULT_HIGHLIGHT_TAG, DEFAULT_PROGRESS_BAR_HEIGHT, DEFAULT_QUANTITY_TEMPLATE, DEFAULT_RANGE_STEP, DEFAULT_REMAINING_PERCENT, DEFAULT_REMAINING_QUANTITY, DEFAULT_SCARCITY_THRESHOLD, DealeasyVolumeDiscounts$1 as DealeasyVolumeDiscounts, DesktopMenu, Dialog$2 as Dialog, DiscountInput, DiscountyBulkDiscountSales$1 as DiscountyBulkDiscountSales, DynamicCheckout$1 as DynamicCheckout, ELEMENT_Z_INDEX, EasifyProductOptions$1 as EasifyProductOptions, EasyBundleBuilderSkailama$1 as EasyBundleBuilderSkailama, EasySell as EasySellCOD, EcoboostifyShoppableReelUgc$1 as EcoboostifyShoppableReelUgc, EcomsendBackInStockAlert$1 as EcomsendBackInStockAlert, EssentPreorderBackInStock$1 as EssentPreorderBackInStock, EssentialAnnouncementBar$1 as EssentialAnnouncementBar, EssentialCountdownTimerBar$1 as EssentialCountdownTimerBar, EstimateDate$2 as EstimateDate, EstimatedDeliveryDatePlus$1 as EstimatedDeliveryDatePlus, FastBundleBundlesDiscounts$1 as FastBundleBundlesDiscounts, FeraReviews$1 as FeraReviews, FileUpload$2 as FileUpload, FirePush$1 as FirePush, FlyBundlesUpsellsFbt$1 as FlyBundlesUpsellsFbt, FordeerProductLabels$1 as FordeerProductLabels, FormCheckbox$1 as FormCheckbox, FormDropdown$2 as FormDropdown, FormEmail$2 as FormEmail, FormTextArea as FormTextarea, FrequentlyBoughtTogether$1 as FrequentlyBoughtTogether, GloColorSwatchvariantImage$1 as GloColorSwatchvariantImage, GloboProductOptionsVariant$1 as GloboProductOptionsVariant, GoogleReviewsByReputon$1 as GoogleReviewsByReputon, Growave$1 as Growave, GrowthSuiteDiscountCodes$1 as GrowthSuiteDiscountCodes, Header, Heading$2 as Heading, HeroBanner$2 as HeroBanner, HextomCountdownTimerBar$1 as HextomCountdownTimerBar, HextomFreeShippingBar$1 as HextomFreeShippingBar, HulkFormBuilder$1 as HulkFormBuilder, HulkProductOptions$1 as HulkProductOptions, Icon$1 as Icon, IconList$2 as IconList, IconListHoz$1 as IconListHoz, IconListItem$1 as IconListItem, IconListHozItem as IconListItemHoz, IconListV2$2 as IconListV2, Image$2 as Image, ImageComparison$2 as ImageComparison, ImageDetection, InfiniteOptions$1 as InfiniteOptions, Input, Instafeed$1 as Instafeed, InstantJudgemeReviews, InstantKlaviyo, InstantLooxReviews, InstantYotpoLoyalty, InstasellShoppableInstagram$1 as InstasellShoppableInstagram, JudgemeReviews$1 as JudgemeReviews, JunipProductReviewsUgc$1 as JunipProductReviewsUgc, KachingBundles$1 as KachingBundles, KachingSubscriptionsApp$1 as KachingSubscriptionsApp, KingProductOptions$1 as KingProductOptions, KiteFreeGiftDiscount$1 as KiteFreeGiftDiscount, KlarnaMessaging$1 as KlarnaMessaging, Klaviyo$1 as Klaviyo, KoalaBundleQuantityDiscount$1 as KoalaBundleQuantityDiscount, LaiProductReviews$1 as LaiProductReviews, Line$2 as Line, Link$1 as Link, LoloyalLoyaltyReferrals$1 as LoloyalLoyaltyReferrals, LoopSubscriptions$1 as LoopSubscriptions, LooxReviews$1 as LooxReviews, MAX_PROGRESS_BAR_HEIGHT, MAX_REMAINING_PERCENT, MIN_PROGRESS_BAR_HEIGHT, MIN_REMAINING_PERCENT, MIN_REMAINING_QUANTITY, Marquee$1 as Marquee, _default$5 as MarqueeItem, MaxbundleProductBundles$1 as MaxbundleProductBundles, MbcBundleVolumeDiscount$1 as MbcBundleVolumeDiscount, Menu, MobileMenu, Modal, ModernHeader, MyappgurusProductReviews$1 as MyappgurusProductReviews, NO_PRODUCT_LEFT, Newsletter$2 as Newsletter, Notify as Notice, NotifyBackInStockPreOrder$1 as NotifyBackInStockPreOrder, OUT_OF_STOCK, OkendoReviewsLoyalty$1 as OkendoReviewsLoyalty, Omnisend$1 as Omnisend, Opinew$1 as Opinew, Pagination, ParcelPanel$1 as ParcelPanel, PickyStory$1 as PickyStory, PostPurchaseAcceptButton, PostPurchaseAdvancedList, PostPurchaseAdvancedListItem, Button$2 as PostPurchaseButton, BuyerConsent as PostPurchaseBuyerConsent, CalloutBox as PostPurchaseCalloutBox, CalloutText as PostPurchaseCalloutText, PostPurchaseCountdownTimer, PostPurchaseHeading, PostPurchaseImage, Line$1 as PostPurchaseLine, Link as PostPurchaseLink, PostPurchaseProductDescription, PostPurchaseProductDiscountTag, PostPurchaseProductImages, PostPurchaseProductOffer, PostPurchaseProductPrice, PostPurchaseProductPriceBreakdown, PostPurchaseProductQuantity, ProductSubscription as PostPurchaseProductSubscription, PostPurchaseProductTitle, PostPurchaseProductVariants, Text$3 as PostPurchaseText, PowerfulContactFormBuilder$1 as PowerfulContactFormBuilder, PreorderNowPreOrderPq$1 as PreorderNowPreOrderPq, PreorderNowWodPresale$1 as PreorderNowWodPresale, Product$1 as Product, ProductBadge$2 as ProductBadge, ProductBundleDiscount$1 as ProductBundleDiscount, ProductBundleDiscountItem$1 as ProductBundleDiscountItem, ProductButton$2 as ProductButton, ProductDescription$2 as ProductDescription, ProductImages$3 as ProductImages, ProductImagesV2, ProductImagesV3, ProductList$2 as ProductList, ProductList$3 as ProductListV3, ProductOptionsCustomizer$1 as ProductOptionsCustomizer, ProductOptionsVariantOption$1 as ProductOptionsVariantOption, ProductPrice$1 as ProductPrice, ProductProperties$2 as ProductPropertyInput, ProductQuantity$1 as ProductQuantity, QuickView as ProductQuickView, ProductReviews$1 as ProductReviews, ProductSku$1 as ProductSku, ProductTag$2 as ProductTag, ProductTitle$1 as ProductTitle, ProductVariants$1 as ProductVariants, ProductVendor$1 as ProductVendor, ProductViewMore$2 as ProductViewMore, PumperBundlesVolumeDiscount$1 as PumperBundlesVolumeDiscount, PushOwl$1 as PushOwl, QUANTITY_SOURCE, QikifyUpsell$1 as QikifyUpsell, REGEX_PAGE_TYPE, Radio, RapiBundleQuantityBreaks$1 as RapiBundleQuantityBreaks, RechargeSubscriptions$1 as RechargeSubscriptions, RecurpaySubscriptionApp$1 as RecurpaySubscriptionApp, Releasit$1 as Releasit, RequestQuoteHidePrice$1 as RequestQuoteHidePrice, ReviewxpoProductReviewsApp$1 as ReviewxpoProductReviewsApp, Rivyo$1 as Rivyo, Root$1 as Root, Row$2 as Row, Ryviu$1 as Ryviu, SealSubscriptions$1 as SealSubscriptions, Section$2 as Section, SegunoEmailMarketing$1 as SegunoEmailMarketing, Select, Selleasy$1 as Selleasy, SeoantTrustBadgesIcon$1 as SeoantTrustBadgesIcon, ShopPayButton$1 as ShopPayButton, ShopPayInstallments$1 as ShopPayInstallments, ShopifyForms$1 as ShopifyForms, ShopifySubscriptions$1 as ShopifySubscriptions, SimpleBundlesKits$1 as SimpleBundlesKits, SkioSubscriptionsYcS20$1 as SkioSubscriptionsYcS20, SmartSearchBarAndFilters$1 as SmartSearchBarAndFilters, SproutPlantTreesGrowSales$1 as SproutPlantTreesGrowSales, Stamped$1 as Stamped, StellarDeliveryDatePickup$1 as StellarDeliveryDatePickup, Sticky$2 as Sticky, StockCounter$2 as StockCounter, SubifySubscriptionsApp$1 as SubifySubscriptionsApp, SubmitButton$2 as SubmitButton, TAGS_WITH_REPLACE_LINK_DATA, TabItem$1 as TabItem, Tabs$2 as Tabs, TagembedSocialPostReview$1 as TagembedSocialPostReview, TagshopShoppableVideosUgc$1 as TagshopShoppableVideosUgc, TeeinblueProductPersonalizer$1 as TeeinblueProductPersonalizer, Text$2 as Text, TextField$2 as TextField, TextInput$2 as TextInput, TextArea as Textarea, ThirdPartySlot$1 as ThirdPartySlot, TrustBadgesBear$1 as TrustBadgesBear, TrustMe$1 as TrustMe, TrustedsiteTrustBadges$1 as TrustedsiteTrustBadges, Trustoo$1 as Trustoo, TrustreviewsProductReviews$1 as TrustreviewsProductReviews, TrustshopProductReviews$1 as TrustshopProductReviews, UltimateSalesBoost$1 as UltimateSalesBoost, UnlimitedBundlesDiscounts$1 as UnlimitedBundlesDiscounts, UppromoteAffiliateMarketing$1 as UppromoteAffiliateMarketing, Video$2 as Video, Vitals$1 as Vitals, WcWishlistBackInStock$1 as WcWishlistBackInStock, WhatmoreShoppableVideosreel$1 as WhatmoreShoppableVideosreel, WideBundle$1 as WideBundle, Wiser$1 as Wiser, WishlistKing$1 as WishlistKing, WishlistPlus$1 as WishlistPlus, YotpoLoyalty, YotpoReviews$1 as YotpoReviews, accordionSetting, articleListSetting, bannerSetting, breadcrumbSetting, _default$2 as builderComponent, buttonSetting, carouselSetting, carouselSettingV3, cartSetting, checkIsOpenPopup, checkIsScrollToTop, codeSetting, collectionSetting, _default$1 as componentSettings, contactFormSetting, convertSizeToWidth, convertUnitToNumber, countdownSetting, couponSetting, createSettingId, createTranslateKey, dialogSetting, estimateDeliverySetting, extractProductID, filterPageContext, filterTruthyObject, filterTruthyStyles, getAllHrefFromString, getBackgroundTranslated, getDisplayStyle, getDynamicSourceLocales, getInlineCss, getInsertLinkData, getLinkArticle, getLinkData, getLiquidInitData, getLiquidTextContent, getSeoTranslated, getSettingPreloadData, getStaticLocale, getTextDisplayData, gridSetting, handleClickLink, headerSetting, headingSetting, _default$3 as headlessComponents, iconListHozSetting, iconListSetting, iconListSettingV2, iconSetting, imageComparisonSetting, imageDetectionSetting, imageSetting, inputSetting, isEmptyObject, isHexTransparent, isLinkedToSalesPage, isShopifyDomain, isTransparentColor, isTransparentRGBA, lineSetting, linkSetting, index_liquid as liquidComponents, marqueeSetting, menuSetting, modalSetting, _default$4 as nextComponent, normalizeMailto, openConfirm, paginationSetting, postPurchaseAdvancedListSetting, postPurchaseButtonSetting, postPurchaseBuyerConsentSetting, postPurchaseCalloutBoxSetting, postPurchaseCountdownTimerSetting, postPurchaseImageSetting, postPurchaseLineSetting, postPurchaseLinkSetting, postPurchaseProduct1Col, postPurchaseProduct2Col, postPurchaseProductDefault, postPurchaseProductSetting, _default as postPurchaseSettings, postPurchaseTextSetting, productSetting, radioSetting, replaceAllHrefFromString, replaceLinkData, selectSetting, shopPayInstallmentSetting, stickySetting, stockCounterSetting, tabSetting, textSetting, textareaSetting, thirdPartyInstantSetting, thirdPartySetting, thirdPartySlotSetting, transformHighlighTag, transformNumberTag, translate as translateComponents, useNotification, videoSetting, youtubeShortsRegex };
8474
+ export type { AccordionItemProps, AccordionProps, AftershipEmailMarketingsmsProps, AirProductReviewsAppUgcProps, AliReviewsProps, AlsoBoughtCbbProps, AovBundlesVolumeDiscountsProps, AovFreeGiftBuyXGetYBogoProps, AppointmentBookingCowlendarProps, AppstleBundlesDiscountsProps, AppstleSubscriptionsProps, BestBuyFulfillmentProps, BfSizeChartSizeGuideProps, BirdChimeProps, BloyRewardsProgramLoyaltyProps, BogosProps, BoldProductOptionsProps, BoldSubscriptionsProps, BonLoyaltyRewardsReferralsProps, BonySubscriptionsAppProps, BoostAISearchDiscoveryProps, BundlerProps, ButtonProps, CSSCodeProps, CalloutBoxProps, CalloutTextProps, CarouselItemProps, CarouselItemProps$1 as CarouselItemPropsV3, CarouselProps, CarouselProps$1 as CarouselPropsV3, CarouselSettingProps, CarouselSettingProps$1 as CarouselSettingPropsV3, CarouselStyleProps, CarouselStyleProps$1 as CarouselStylePropsV3, CartProps, CleanSizeChartsProps, ColProps, CollectionBannerProps, CollectionDescriptionProps, CollectionPaginatorProps, CollectionTitleProps, CollectionToolbarProps, CountdownProps, CouponProps, CrossSellCartUpsellProps, CustomProductOptionsVariantProps, DataVideoType, DealeasyVolumeDiscountsProps, DiscountyBulkDiscountSalesProps, DynamicCheckoutProps, EasifyProductOptionsProps, EasyBundleBuilderSkailamaProps, EasySellCODProps, EcoboostifyShoppableReelUgcProps, EcomsendBackInStockAlertProps, EssentPreorderBackInStockProps, EssentialAnnouncementBarProps, EssentialCountdownTimerBarProps, EstimateDateProps, EstimatedDeliveryDatePlusProps, FastBundleBundlesDiscountsProps, FeraReviewsProps, FileUploadProps, FirePushProps, FlyBundlesUpsellsFbtProps, FordeerProductLabelsProps, FormCheckboxProps, FormDropdownProps, FormEmailProps, FrequentlyBoughtTogetherProps, GloColorSwatchvariantImageProps, GloboProductOptionsVariantProps, GoogleReviewsByReputonProps, GrowaveProps, GrowthSuiteDiscountCodesProps, HeaderProps, HeadingProps, HeroBannerProps, HextomCountdownTimerBarProps, HextomFreeShippingBarProps, HulkFormBuilderProps, HulkProductOptionsProps, IconListHozProps, IconListItemProps$1 as IconListItemProps, IconListProps$1 as IconListProps, IconProps, ImageComparisonItem, ImageDetectionProps, ImageProps, ImgProps, InfiniteOptionsProps, InputProps, InstafeedProps, InstasellShoppableInstagramProps, JudgemeReviewsProps, JunipProductReviewsUgcProps, KachingBundlesProps, KachingSubscriptionsAppProps, KingProductOptionsProps, KiteFreeGiftDiscountProps, KlarnaMessagingProps, KlaviyoProps, KoalaBundleQuantityDiscountProps, LaiProductReviewsProps, LineProps, LinkProps, LoloyalLoyaltyReferralsProps, LoopSubscriptionsProps, LooxReviewsProps, MarqueeItemProps, MarqueeProps, MaxbundleProductBundlesProps, MbcBundleVolumeDiscountProps, MenuProps, MyappgurusProductReviewsProps, NewsletterProps, NotificationAPI, NotificationConfig, NotifyBackInStockPreOrderProps, ObjectFit$2 as ObjectFit, OkendoReviewsLoyaltyProps, OmnisendProps, OpinewProps, PaginationProps, ParcelPanelProps, PickyStoryProps, PostPurchaseAdvancedListProps, PostPurchaseButtonProps, PostPurchaseBuyerConsentProps, PostPurchaseCountdownTimerProps, PostPurchaseImageProps, PostPurchaseLineProps, PostPurchaseLinkProps, PostPurchaseProductDescriptionProps, PostPurchaseProductDiscountTagProps, PostPurchaseProductImagesProps, PostPurchaseProductOfferProps$1 as PostPurchaseProductOfferProps, PostPurchaseProductPriceBreakdownProps, PostPurchaseProductPriceProps, PostPurchaseProductQuantityProps, PostPurchaseProductSubscriptionProps, PostPurchaseProductTitleProps, PostPurchaseProductVariantsProps, PostPurchaseTextProps, PowerfulContactFormBuilderProps, PreorderNowPreOrderPqProps, PreorderNowWodPresaleProps, ProductBadgeProps, ProductBundleDiscountProps, ProductBundleItemDiscountProps, ProductButtonProps, ProductDescriptionProps, ProductImagesProps, ProductListProps, ProductListProps$1 as ProductListPropsV3, ProductOptionsCustomizerProps, ProductOptionsVariantOptionProps, ProductPriceProps, ProductPropertiesProps, ProductProps, ProductQuantityProps, ProductReviewsProps, ProductTagProps, ProductTitleProps, ProductVariantsProps, ProductViewMoreProps, PumperBundlesVolumeDiscountProps, PushOwlProps, QikifyUpsellProps, RapiBundleQuantityBreaksProps, RechargeSubscriptionsProps, RecurpaySubscriptionAppProps, ReleasitProps, RequestQuoteHidePriceProps, ReviewxpoProductReviewsAppProps, RivyoProps, RootProps$2 as RootProps, RowProps, RyviuProps, SealSubscriptionsProps, SegunoEmailMarketingProps, SelleasyProps, SeoantTrustBadgesIconProps, ShopPayButtonProps, ShopifyFormsProps, ShopifySubscriptionsProps, SimpleBundlesKitsProps, SkioSubscriptionsYcS20Props, SkuProps, SmartSearchBarAndFiltersProps, SproutPlantTreesGrowSalesProps, StampedProps, StellarDeliveryDatePickupProps, SubifySubscriptionsAppProps, SubmitButtonProps, TabItemProps, TabsProps, TagembedSocialPostReviewProps, TagshopShoppableVideosUgcProps, TeeinblueProductPersonalizerProps, TextAreaProps, TextFieldProps, TextInputProps, TextProps, TextareaProps, TrustBadgesBearProps, TrustMeProps, TrustedsiteTrustBadgesProps, TrustooProps, TrustreviewsProductReviewsProps, TrustshopProductReviewsProps, UltimateSalesBoostProps, UnlimitedBundlesDiscountsProps, UppromoteAffiliateMarketingProps, VendorProps, VitalsProps, WcWishlistBackInStockProps, WhatmoreShoppableVideosreelProps, WideBundleProps, WiserProps, WishlistKingProps, WishlistPlusProps, YotpoLoyaltyProps, YotpoReviewsProps };