@gem-sdk/components 11.2.5 → 12.0.0-dev.102

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 (2084) hide show
  1. package/dist/cjs/accordion/common/styles.js +1 -1
  2. package/dist/cjs/accordion/components/Accordion.liquid.js +9 -10
  3. package/dist/cjs/accordion/settings/Accordion.js +4 -4
  4. package/dist/cjs/accordion/settings/configs/settings.js +1 -1
  5. package/dist/cjs/accordion/settings/configs/translate.js +1 -0
  6. package/dist/cjs/accordion/settings/configs/ui-v2.js +1 -1
  7. package/dist/cjs/article/components/ArticleAuthor.liquid.js +1 -1
  8. package/dist/cjs/article/components/ArticleContent.js +2 -2
  9. package/dist/cjs/article/components/ArticleDate.liquid.js +1 -1
  10. package/dist/cjs/article/components/ArticleExcerpt.js +1 -1
  11. package/dist/cjs/article/components/ArticleExcerpt.liquid.js +1 -1
  12. package/dist/cjs/article/components/ArticleNotFound.js +1 -1
  13. package/dist/cjs/article/components/ArticleReadMore.liquid.js +4 -4
  14. package/dist/cjs/article/components/ArticleTag.liquid.js +1 -1
  15. package/dist/cjs/article/components/ArticleTitle.liquid.js +2 -2
  16. package/dist/cjs/article/settings/ArticleAuthor.js +2 -2
  17. package/dist/cjs/article/settings/ArticleCategory.js +2 -2
  18. package/dist/cjs/article/settings/ArticleContent.js +2 -2
  19. package/dist/cjs/article/settings/ArticleDate.js +2 -2
  20. package/dist/cjs/article/settings/ArticleExcerpt.js +2 -2
  21. package/dist/cjs/article/settings/ArticleImage.js +2 -2
  22. package/dist/cjs/article/settings/ArticleList.js +1 -1
  23. package/dist/cjs/article/settings/ArticlePagination.js +1 -1
  24. package/dist/cjs/article/settings/ArticleReadMore.js +2 -2
  25. package/dist/cjs/article/settings/ArticleTag.js +2 -2
  26. package/dist/cjs/article/settings/ArticleTitle.js +2 -2
  27. package/dist/cjs/article/settings/configs/article-author/presets.js +1 -1
  28. package/dist/cjs/article/settings/configs/article-author/ui-v2.js +1 -1
  29. package/dist/cjs/article/settings/configs/article-category/presets.js +1 -1
  30. package/dist/cjs/article/settings/configs/article-category/ui-v2.js +1 -1
  31. package/dist/cjs/article/settings/configs/article-content/presets.js +1 -1
  32. package/dist/cjs/article/settings/configs/article-content/ui-v2.js +1 -1
  33. package/dist/cjs/article/settings/configs/article-date/presets.js +1 -1
  34. package/dist/cjs/article/settings/configs/article-date/ui-v2.js +1 -1
  35. package/dist/cjs/article/settings/configs/article-excerpt/presets.js +1 -1
  36. package/dist/cjs/article/settings/configs/article-excerpt/ui-v2.js +1 -1
  37. package/dist/cjs/article/settings/configs/article-image/presets.js +1 -1
  38. package/dist/cjs/article/settings/configs/article-image/ui-v2.js +1 -1
  39. package/dist/cjs/article/settings/configs/article-list/presets.js +1 -1
  40. package/dist/cjs/article/settings/configs/article-list/ui-v2.js +1 -1
  41. package/dist/cjs/article/settings/configs/article-read-more/presets.js +1 -1
  42. package/dist/cjs/article/settings/configs/article-read-more/settings.js +1 -1
  43. package/dist/cjs/article/settings/configs/article-read-more/ui-v2.js +1 -1
  44. package/dist/cjs/article/settings/configs/article-tag/presets.js +1 -1
  45. package/dist/cjs/article/settings/configs/article-tag/ui-v2.js +1 -1
  46. package/dist/cjs/article/settings/configs/article-title/presets.js +1 -1
  47. package/dist/cjs/article/settings/configs/article-title/ui-v2.js +1 -1
  48. package/dist/cjs/article/settings/configs/translate.js +1 -0
  49. package/dist/cjs/breadcrumb/settings/Breadcrumb.js +1 -1
  50. package/dist/cjs/breadcrumb/settings/configs/ui-v2.js +1 -1
  51. package/dist/cjs/builder.js +1 -1
  52. package/dist/cjs/button/common/helpers.js +1 -1
  53. package/dist/cjs/button/components/Button.liquid.js +21 -21
  54. package/dist/cjs/button/settings/Button.js +5 -5
  55. package/dist/cjs/button/settings/configs/settings.js +1 -1
  56. package/dist/cjs/button/settings/configs/translate.js +1 -0
  57. package/dist/cjs/button/settings/configs/ui-v2.js +1 -1
  58. package/dist/cjs/carousel/components/dot/Dots.js +1 -1
  59. package/dist/cjs/carousel/components/root/Carousel.liquid.js +5 -4
  60. package/dist/cjs/carousel/settings/Carousel.js +2 -2
  61. package/dist/cjs/carousel/settings/configs/presets.js +4 -4
  62. package/dist/cjs/carousel/settings/configs/ui-v2.js +1 -1
  63. package/dist/cjs/carousel-v3/components/dot/Dots.js +1 -1
  64. package/dist/cjs/carousel-v3/components/root/Carousel.liquid.js +5 -4
  65. package/dist/cjs/carousel-v3/components/root/common/styles.js +1 -1
  66. package/dist/cjs/carousel-v3/components/swiper/Swiper.js +1 -1
  67. package/dist/cjs/carousel-v3/hooks/useCarousel.js +1 -1
  68. package/dist/cjs/carousel-v3/settings/Carousel.js +2 -2
  69. package/dist/cjs/carousel-v3/settings/configs/presets.js +4 -4
  70. package/dist/cjs/carousel-v3/settings/configs/ui-v2.js +1 -1
  71. package/dist/cjs/cart/components/shop-pay-button/ShopPayButton.liquid.js +1 -1
  72. package/dist/cjs/code/common/styles.js +1 -1
  73. package/dist/cjs/code/components/CSSCode.js +1 -1
  74. package/dist/cjs/code/components/CSSCode.liquid.js +4 -4
  75. package/dist/cjs/code/index.js +1 -1
  76. package/dist/cjs/code/settings/CSSCode.js +2 -2
  77. package/dist/cjs/code/settings/configs/translate.js +1 -0
  78. package/dist/cjs/code/settings/configs/ui-v2.js +1 -1
  79. package/dist/cjs/collection/components/collection-description/CollectionDescription.liquid.js +2 -3
  80. package/dist/cjs/collection/components/collection-description/common/helpers.js +1 -1
  81. package/dist/cjs/collection/components/collection-paginator/CollectionPaginator.liquid.js +5 -4
  82. package/dist/cjs/collection/components/collection-paginator/common/helpers.js +2 -2
  83. package/dist/cjs/collection/components/collection-title/CollectionTitle.liquid.js +1 -1
  84. package/dist/cjs/collection/components/collection-toolbar/CollectionToolbar.liquid.js +1 -1
  85. package/dist/cjs/collection/components/collection-toolbar/common/helpers.js +1 -1
  86. package/dist/cjs/collection/settings/collection-banner/CollectionBanner.js +2 -2
  87. package/dist/cjs/collection/settings/collection-banner/configs/ui-v2.js +1 -1
  88. package/dist/cjs/collection/settings/collection-description/CollectionDescription.js +2 -2
  89. package/dist/cjs/collection/settings/collection-description/configs/settings.js +1 -1
  90. package/dist/cjs/collection/settings/collection-description/configs/translate.js +1 -0
  91. package/dist/cjs/collection/settings/collection-description/configs/ui-v2.js +1 -1
  92. package/dist/cjs/collection/settings/collection-paginator/CollectionPaginator.js +2 -2
  93. package/dist/cjs/collection/settings/collection-paginator/configs/settings.js +1 -1
  94. package/dist/cjs/collection/settings/collection-paginator/configs/translate.js +1 -0
  95. package/dist/cjs/collection/settings/collection-paginator/configs/ui-v2.js +1 -1
  96. package/dist/cjs/collection/settings/collection-title/CollectionTitle.js +2 -2
  97. package/dist/cjs/collection/settings/collection-title/configs/ui-v2.js +1 -1
  98. package/dist/cjs/collection/settings/collection-toolbar/CollectionToolbar.js +2 -2
  99. package/dist/cjs/collection/settings/collection-toolbar/configs/settings.js +1 -1
  100. package/dist/cjs/collection/settings/collection-toolbar/configs/translate.js +1 -0
  101. package/dist/cjs/collection/settings/collection-toolbar/configs/ui-v2.js +1 -1
  102. package/dist/cjs/common/components/NoDataState.js +1 -1
  103. package/dist/cjs/constant.js +1 -1
  104. package/dist/cjs/countdown-timer/common/helpers.js +1 -1
  105. package/dist/cjs/countdown-timer/components/Countdown.liquid.js +27 -26
  106. package/dist/cjs/countdown-timer/hooks/useCountDownTimer.js +1 -1
  107. package/dist/cjs/countdown-timer/hooks/useTimeLeft.js +1 -1
  108. package/dist/cjs/countdown-timer/settings/Countdown.js +3 -3
  109. package/dist/cjs/countdown-timer/settings/configs/setting.js +1 -1
  110. package/dist/cjs/countdown-timer/settings/configs/translate.js +1 -0
  111. package/dist/cjs/countdown-timer/settings/configs/ui-v2.js +1 -1
  112. package/dist/cjs/coupon/common/helpers.js +1 -1
  113. package/dist/cjs/coupon/components/Coupon.liquid.js +5 -5
  114. package/dist/cjs/coupon/settings/Coupon.js +2 -2
  115. package/dist/cjs/coupon/settings/configs/presets.js +2 -2
  116. package/dist/cjs/coupon/settings/configs/settings.js +1 -1
  117. package/dist/cjs/coupon/settings/configs/translate.js +1 -0
  118. package/dist/cjs/coupon/settings/configs/ui-v2.js +1 -1
  119. package/dist/cjs/dialog/common/styles.js +1 -1
  120. package/dist/cjs/dialog/components/Dialog.js +2 -2
  121. package/dist/cjs/dialog/components/Dialog.liquid.js +20 -20
  122. package/dist/cjs/dialog/settings/Dialog.js +2 -2
  123. package/dist/cjs/dialog/settings/configs/translate.js +1 -0
  124. package/dist/cjs/dialog/settings/configs/ui-v2.js +1 -1
  125. package/dist/cjs/estimate-delivery/common/helpers.js +1 -1
  126. package/dist/cjs/estimate-delivery/common/styles.js +1 -1
  127. package/dist/cjs/estimate-delivery/components/EstimateDate.js +1 -1
  128. package/dist/cjs/estimate-delivery/components/EstimateDate.liquid.js +2 -2
  129. package/dist/cjs/estimate-delivery/settings/EstimateDate.js +2 -2
  130. package/dist/cjs/estimate-delivery/settings/configs/settings.js +1 -1
  131. package/dist/cjs/estimate-delivery/settings/configs/translate.js +1 -0
  132. package/dist/cjs/estimate-delivery/settings/configs/ui-v2.js +1 -1
  133. package/dist/cjs/form/components/form-checkbox/FormCheckbox.liquid.js +8 -8
  134. package/dist/cjs/form/components/form-dropdown/FormDropdown.liquid.js +5 -5
  135. package/dist/cjs/form/components/form-email/FormEmail.liquid.js +8 -8
  136. package/dist/cjs/form/components/newsletter/Newsletter.liquid.js +3 -3
  137. package/dist/cjs/form/components/submit-button/SubmitButton.liquid.js +2 -2
  138. package/dist/cjs/form/components/submit-button/common/helpers.js +1 -1
  139. package/dist/cjs/form/components/textarea/TextArea.liquid.js +7 -7
  140. package/dist/cjs/form/components/textfield/TextField.liquid.js +8 -8
  141. package/dist/cjs/form/components/textinput/TextInput.liquid.js +15 -15
  142. package/dist/cjs/form/settings/contact/Contact.js +2 -2
  143. package/dist/cjs/form/settings/contact/configs/settings.js +1 -1
  144. package/dist/cjs/form/settings/contact/configs/translate.js +1 -0
  145. package/dist/cjs/form/settings/contact/configs/ui-v2.js +1 -1
  146. package/dist/cjs/form/settings/form-checkbox/FormCheckbox.js +2 -2
  147. package/dist/cjs/form/settings/form-checkbox/configs/settings.js +1 -1
  148. package/dist/cjs/form/settings/form-checkbox/configs/translate.js +1 -0
  149. package/dist/cjs/form/settings/form-checkbox/configs/ui-v2.js +1 -1
  150. package/dist/cjs/form/settings/form-dropdown/FormDropdown.js +2 -2
  151. package/dist/cjs/form/settings/form-dropdown/configs/settings.js +1 -1
  152. package/dist/cjs/form/settings/form-dropdown/configs/translate.js +1 -0
  153. package/dist/cjs/form/settings/form-dropdown/configs/ui-v2.js +1 -1
  154. package/dist/cjs/form/settings/form-email/FormEmail.js +2 -2
  155. package/dist/cjs/form/settings/form-email/configs/settings.js +1 -1
  156. package/dist/cjs/form/settings/form-email/configs/translate.js +1 -0
  157. package/dist/cjs/form/settings/form-email/configs/ui-v2.js +1 -1
  158. package/dist/cjs/form/settings/form-textarea/Textarea.js +2 -2
  159. package/dist/cjs/form/settings/form-textarea/configs/settings.js +1 -1
  160. package/dist/cjs/form/settings/form-textarea/configs/translate.js +1 -0
  161. package/dist/cjs/form/settings/form-textarea/configs/ui-v2.js +1 -1
  162. package/dist/cjs/form/settings/newsletter/Newsletter.js +2 -2
  163. package/dist/cjs/form/settings/newsletter/configs/settings.js +1 -1
  164. package/dist/cjs/form/settings/newsletter/configs/translate.js +1 -0
  165. package/dist/cjs/form/settings/newsletter/configs/ui-v2.js +1 -1
  166. package/dist/cjs/form/settings/submit-button/SubmitButton.js +2 -2
  167. package/dist/cjs/form/settings/submit-button/configs/settings.js +1 -1
  168. package/dist/cjs/form/settings/submit-button/configs/translate.js +1 -0
  169. package/dist/cjs/form/settings/submit-button/configs/ui-v2.js +1 -1
  170. package/dist/cjs/form/settings/text-field/TextField.js +2 -2
  171. package/dist/cjs/form/settings/text-field/configs/settings.js +1 -1
  172. package/dist/cjs/form/settings/text-field/configs/translate.js +1 -0
  173. package/dist/cjs/form/settings/text-field/configs/ui-v2.js +1 -1
  174. package/dist/cjs/form/settings/text-input/TextInput.js +2 -2
  175. package/dist/cjs/form/settings/text-input/configs/settings.js +1 -1
  176. package/dist/cjs/form/settings/text-input/configs/translate.js +1 -0
  177. package/dist/cjs/form/settings/text-input/configs/ui-v2.js +1 -1
  178. package/dist/cjs/grid/components/row/Row.js +1 -1
  179. package/dist/cjs/grid/components/row/Row.liquid.js +17 -12
  180. package/dist/cjs/grid/components/row/common/helpers.js +1 -1
  181. package/dist/cjs/grid/components/row/common/styles.js +1 -1
  182. package/dist/cjs/grid/settings/Row.js +2 -2
  183. package/dist/cjs/grid/settings/Section.js +1 -1
  184. package/dist/cjs/grid/settings/configs/row/presets.js +4 -4
  185. package/dist/cjs/grid/settings/configs/row/translate.js +1 -0
  186. package/dist/cjs/grid/settings/configs/row/ui-v2.js +1 -1
  187. package/dist/cjs/grid/settings/configs/section/ui-v2.js +1 -1
  188. package/dist/cjs/header/settings/Header.js +2 -2
  189. package/dist/cjs/header/settings/configs/presets.js +1 -1
  190. package/dist/cjs/header/settings/configs/ui-v2.js +1 -1
  191. package/dist/cjs/heading/components/Heading.liquid.js +1 -1
  192. package/dist/cjs/heading/settings/Heading.js +2 -2
  193. package/dist/cjs/heading/settings/configs/presets.js +1 -1
  194. package/dist/cjs/heading/settings/configs/settings.js +1 -1
  195. package/dist/cjs/heading/settings/configs/translate.js +1 -0
  196. package/dist/cjs/heading/settings/configs/ui-v2.js +1 -1
  197. package/dist/cjs/helpers.js +1 -1
  198. package/dist/cjs/hero-banner/common/classes.js +1 -1
  199. package/dist/cjs/hero-banner/common/const.js +1 -1
  200. package/dist/cjs/hero-banner/common/helpers.js +1 -1
  201. package/dist/cjs/hero-banner/common/styles.js +1 -1
  202. package/dist/cjs/hero-banner/components/HeroBanner.js +1 -1
  203. package/dist/cjs/hero-banner/components/HeroBanner.liquid.js +12 -12
  204. package/dist/cjs/hero-banner/components/HeroBannerItem.js +1 -1
  205. package/dist/cjs/hero-banner/components/HeroBannerItem.liquid.js +10 -10
  206. package/dist/cjs/hero-banner/hooks/useHeroBanner.js +1 -1
  207. package/dist/cjs/hero-banner/hooks/useHeroBannerItem.js +1 -0
  208. package/dist/cjs/hero-banner/settings/HeroBanner.js +2 -2
  209. package/dist/cjs/hero-banner/settings/configs/presets/banner-1-col-pre-sales-page.js +1 -1
  210. package/dist/cjs/hero-banner/settings/configs/presets/banner-1-col.js +1 -1
  211. package/dist/cjs/hero-banner/settings/configs/presets/banner-content-left-pre-sales-page.js +1 -1
  212. package/dist/cjs/hero-banner/settings/configs/presets/banner-content-left.js +1 -1
  213. package/dist/cjs/hero-banner/settings/configs/presets/banner-content-right-pre-sales-page.js +1 -1
  214. package/dist/cjs/hero-banner/settings/configs/presets/banner-content-right.js +1 -1
  215. package/dist/cjs/hero-banner/settings/configs/presets/banner-parallax-pre-sales-page.js +1 -1
  216. package/dist/cjs/hero-banner/settings/configs/presets/banner-parallax.js +1 -1
  217. package/dist/cjs/hero-banner/settings/configs/presets/banner-video-pre-sales-page.js +2 -2
  218. package/dist/cjs/hero-banner/settings/configs/presets/banner-video.js +2 -2
  219. package/dist/cjs/hero-banner/settings/configs/settings.js +1 -1
  220. package/dist/cjs/hero-banner/settings/configs/translate.js +1 -0
  221. package/dist/cjs/hero-banner/settings/configs/ui-v2.js +1 -1
  222. package/dist/cjs/icon/settings/Icon.js +2 -2
  223. package/dist/cjs/icon/settings/configs/presets.js +2 -2
  224. package/dist/cjs/icon/settings/configs/ui-v2.js +1 -1
  225. package/dist/cjs/icon-list/common/styles.js +1 -1
  226. package/dist/cjs/icon-list/components/IconList.js +1 -1
  227. package/dist/cjs/icon-list/components/IconList.liquid.js +8 -8
  228. package/dist/cjs/icon-list/index.js +1 -1
  229. package/dist/cjs/icon-list/settings/IconList.js +4 -4
  230. package/dist/cjs/icon-list/settings/configs/translate.js +1 -0
  231. package/dist/cjs/icon-list/settings/configs/ui-v2.js +1 -1
  232. package/dist/cjs/icon-list-hoz/settings/IconListHoz.js +2 -2
  233. package/dist/cjs/icon-list-hoz/settings/configs/presets.js +2 -2
  234. package/dist/cjs/icon-list-hoz/settings/configs/uiV2.js +1 -1
  235. package/dist/cjs/icon-list-v2/common/helpers.js +1 -1
  236. package/dist/cjs/icon-list-v2/common/styles.js +1 -1
  237. package/dist/cjs/icon-list-v2/components/IconList.js +1 -1
  238. package/dist/cjs/icon-list-v2/components/IconList.liquid.js +8 -8
  239. package/dist/cjs/icon-list-v2/settings/IconList.js +2 -2
  240. package/dist/cjs/icon-list-v2/settings/configs/settings.js +1 -1
  241. package/dist/cjs/icon-list-v2/settings/configs/translate.js +1 -0
  242. package/dist/cjs/icon-list-v2/settings/configs/ui-v2.js +1 -1
  243. package/dist/cjs/image/common/attrs.js +1 -1
  244. package/dist/cjs/image/common/helpers.js +2 -2
  245. package/dist/cjs/image/components/Image.js +1 -1
  246. package/dist/cjs/image/components/Image.liquid.js +7 -7
  247. package/dist/cjs/image/settings/Image.js +2 -2
  248. package/dist/cjs/image/settings/configs/presets.js +4 -4
  249. package/dist/cjs/image/settings/configs/settings.js +1 -1
  250. package/dist/cjs/image/settings/configs/translate.js +1 -0
  251. package/dist/cjs/image/settings/configs/ui-v2.js +1 -1
  252. package/dist/cjs/image-comparison/common/attrs.js +1 -1
  253. package/dist/cjs/image-comparison/common/helpers.js +1 -1
  254. package/dist/cjs/image-comparison/components/CompareImage.liquid.js +14 -14
  255. package/dist/cjs/image-comparison/components/ImageComparison.liquid.js +3 -3
  256. package/dist/cjs/image-comparison/components/Label.liquid.js +6 -6
  257. package/dist/cjs/image-comparison/index.js +1 -1
  258. package/dist/cjs/image-comparison/settings/ImageComparison.js +2 -2
  259. package/dist/cjs/image-comparison/settings/configs/settings.js +1 -1
  260. package/dist/cjs/image-comparison/settings/configs/translate.js +1 -0
  261. package/dist/cjs/image-comparison/settings/configs/ui-v2.js +1 -1
  262. package/dist/cjs/image-detection/settings/ImageDetection.js +1 -1
  263. package/dist/cjs/index.js +1 -1
  264. package/dist/cjs/index.liquid.js +1 -1
  265. package/dist/cjs/line/settings/Line.js +2 -2
  266. package/dist/cjs/line/settings/configs/presets.js +1 -1
  267. package/dist/cjs/line/settings/configs/ui-v2.js +1 -1
  268. package/dist/cjs/marquee/components/Marquee.liquid.js +22 -22
  269. package/dist/cjs/marquee/settings/Marquee.js +2 -2
  270. package/dist/cjs/marquee/settings/configs/presets.js +2 -2
  271. package/dist/cjs/marquee/settings/configs/ui-v2.js +1 -1
  272. package/dist/cjs/next.js +1 -1
  273. package/dist/cjs/post-purchase/advanced-list/settings/AdvancedListPostPurchase.js +2 -2
  274. package/dist/cjs/post-purchase/advanced-list/settings/configs/presets.js +1 -1
  275. package/dist/cjs/post-purchase/advanced-list/settings/configs/ui-v2.js +1 -1
  276. package/dist/cjs/post-purchase/button/settings/Button.js +2 -2
  277. package/dist/cjs/post-purchase/button/settings/configs/presets.js +1 -1
  278. package/dist/cjs/post-purchase/button/settings/configs/settings.js +1 -1
  279. package/dist/cjs/post-purchase/button/settings/configs/ui-v2.js +1 -1
  280. package/dist/cjs/post-purchase/buyer-consent/common/classes.js +1 -0
  281. package/dist/cjs/post-purchase/buyer-consent/common/constants.js +1 -0
  282. package/dist/cjs/post-purchase/buyer-consent/common/helpers.js +1 -0
  283. package/dist/cjs/post-purchase/buyer-consent/common/styles.js +1 -0
  284. package/dist/cjs/post-purchase/buyer-consent/components/BuyerConsent.js +1 -0
  285. package/dist/cjs/post-purchase/buyer-consent/components/PostPurchaseCheckbox.js +1 -0
  286. package/dist/cjs/post-purchase/buyer-consent/hooks/useBuyerConsentChecked.js +1 -0
  287. package/dist/cjs/post-purchase/buyer-consent/index.js +1 -0
  288. package/dist/cjs/post-purchase/buyer-consent/next.js +1 -0
  289. package/dist/cjs/post-purchase/buyer-consent/settings/BuyerConsent.js +5 -0
  290. package/dist/cjs/post-purchase/buyer-consent/settings/configs/presets.js +5 -0
  291. package/dist/cjs/post-purchase/buyer-consent/settings/configs/settings.js +1 -0
  292. package/dist/cjs/post-purchase/buyer-consent/settings/configs/ui-v2.js +1 -0
  293. package/dist/cjs/post-purchase/callout-banner/settings/CalloutBox.js +1 -1
  294. package/dist/cjs/post-purchase/callout-banner/settings/config/callout-box/preset.js +1 -1
  295. package/dist/cjs/post-purchase/callout-banner/settings/config/callout-box/ui-v2.js +1 -1
  296. package/dist/cjs/post-purchase/callout-banner/settings/config/callout-text/preset.js +1 -1
  297. package/dist/cjs/post-purchase/callout-banner/settings/config/callout-text/ui-v2.js +1 -1
  298. package/dist/cjs/post-purchase/countdown-timer/hooks/useCountdownTimer.js +1 -1
  299. package/dist/cjs/post-purchase/countdown-timer/settings/CountdownTimer.js +2 -2
  300. package/dist/cjs/post-purchase/countdown-timer/settings/config/preset.js +1 -1
  301. package/dist/cjs/post-purchase/countdown-timer/settings/config/ui-v2.js +1 -1
  302. package/dist/cjs/post-purchase/image/settings/Image.js +1 -1
  303. package/dist/cjs/post-purchase/image/settings/configs/ui-v2.js +1 -1
  304. package/dist/cjs/post-purchase/line/index.js +1 -1
  305. package/dist/cjs/post-purchase/line/settings/PostPurchaseLine.js +2 -2
  306. package/dist/cjs/post-purchase/line/settings/configs/presets.js +1 -1
  307. package/dist/cjs/post-purchase/line/settings/configs/ui-v2.js +1 -1
  308. package/dist/cjs/post-purchase/link/settings/PostPurchaseLink.js +2 -2
  309. package/dist/cjs/post-purchase/link/settings/configs/presets.js +1 -1
  310. package/dist/cjs/post-purchase/link/settings/configs/ui-v2.js +1 -1
  311. package/dist/cjs/post-purchase/product/components/AcceptButton.js +1 -1
  312. package/dist/cjs/post-purchase/product/components/ProductPrice.js +1 -1
  313. package/dist/cjs/post-purchase/product/components/ProductPriceBreakdown.js +1 -1
  314. package/dist/cjs/post-purchase/product/components/price-breakdown/MoneyLine.js +1 -1
  315. package/dist/cjs/post-purchase/product/components/product-image/index.js +1 -1
  316. package/dist/cjs/post-purchase/product/components/product-offer/common/attrs.js +1 -1
  317. package/dist/cjs/post-purchase/product/components/product-offer/components/ProductOfferItem.js +1 -1
  318. package/dist/cjs/post-purchase/product/components/product-offer/hooks/useProductOfferData.js +1 -1
  319. package/dist/cjs/post-purchase/product/components/product-subscription/ProductSubscription.js +1 -0
  320. package/dist/cjs/post-purchase/product/components/product-subscription/common/attrs.js +1 -0
  321. package/dist/cjs/post-purchase/product/components/product-subscription/common/classes.js +1 -0
  322. package/dist/cjs/post-purchase/product/components/product-subscription/common/extractSellingPlanSettings.js +1 -0
  323. package/dist/cjs/post-purchase/product/components/product-subscription/common/styles.js +1 -0
  324. package/dist/cjs/post-purchase/product/components/product-subscription/components/OneTimePurchaseTooltip.js +1 -0
  325. package/dist/cjs/post-purchase/product/components/product-subscription/components/SellingPlanDropdown.js +1 -0
  326. package/dist/cjs/post-purchase/product/components/product-subscription/components/SellingPlanLabel.js +1 -0
  327. package/dist/cjs/post-purchase/product/components/product-subscription/components/SellingPlanRadio.js +1 -0
  328. package/dist/cjs/post-purchase/product/components/product-subscription/components/SubscriptionDetail.js +1 -0
  329. package/dist/cjs/post-purchase/product/components/product-subscription/components/SubscriptionRadio.js +1 -0
  330. package/dist/cjs/post-purchase/product/components/product-subscription/helpers/calculateBestSellingPlan.js +1 -0
  331. package/dist/cjs/post-purchase/product/components/product-subscription/helpers/findDefaultValue.js +1 -0
  332. package/dist/cjs/post-purchase/product/components/product-subscription/helpers/findMatchedGroup.js +1 -0
  333. package/dist/cjs/post-purchase/product/components/product-subscription/helpers/findVariantByOptions.js +1 -0
  334. package/dist/cjs/post-purchase/product/components/product-subscription/hooks/useSellingPlanChange.js +1 -0
  335. package/dist/cjs/post-purchase/product/components/product-subscription/hooks/useSellingPlanOptions.js +1 -0
  336. package/dist/cjs/post-purchase/product/components/product-subscription/hooks/useSellingSubscription.js +1 -0
  337. package/dist/cjs/post-purchase/product/components/product-subscription/hooks/useSubscriptionVisibility.js +1 -0
  338. package/dist/cjs/post-purchase/product/components/product-subscription/types.js +1 -0
  339. package/dist/cjs/post-purchase/product/constants/ProductOfferPlaceholder.js +1 -1
  340. package/dist/cjs/post-purchase/product/constants/index.js +1 -1
  341. package/dist/cjs/post-purchase/product/helpers/product-price-breakdown/getPrice.js +1 -0
  342. package/dist/cjs/post-purchase/product/hooks/useGetMoneyLines.js +1 -1
  343. package/dist/cjs/post-purchase/product/hooks/useGetTextSetting.js +1 -1
  344. package/dist/cjs/post-purchase/product/hooks/useProductPriceBreakdown.js +1 -0
  345. package/dist/cjs/post-purchase/product/hooks/useRecurringSubtotal.js +1 -0
  346. package/dist/cjs/post-purchase/product/hooks/useSubscriptionConsentCheck.js +1 -0
  347. package/dist/cjs/post-purchase/product/hooks/useSubscriptionSellingType.js +1 -0
  348. package/dist/cjs/post-purchase/product/index.js +1 -1
  349. package/dist/cjs/post-purchase/product/next.js +1 -1
  350. package/dist/cjs/post-purchase/product/settings/accept-button/configs/presets.js +1 -1
  351. package/dist/cjs/post-purchase/product/settings/accept-button/configs/ui-v2.js +1 -1
  352. package/dist/cjs/post-purchase/product/settings/accept-button/index.js +2 -2
  353. package/dist/cjs/post-purchase/product/settings/presets-config/product-presets/product-1-col.js +1 -1
  354. package/dist/cjs/post-purchase/product/settings/presets-config/product-presets/product-2-col.js +1 -1
  355. package/dist/cjs/post-purchase/product/settings/presets-config/product-presets/product-default.js +1 -1
  356. package/dist/cjs/post-purchase/product/settings/presets-config/product-presets/product-offer-1-col.js +2 -2
  357. package/dist/cjs/post-purchase/product/settings/presets-config/product-presets/product-offer-2-col.js +2 -2
  358. package/dist/cjs/post-purchase/product/settings/presets-config/product-presets/product-offer-default.js +2 -2
  359. package/dist/cjs/post-purchase/product/settings/product-description/ProductDescription.js +2 -2
  360. package/dist/cjs/post-purchase/product/settings/product-description/configs/ui-v2.js +1 -1
  361. package/dist/cjs/post-purchase/product/settings/product-discount-tag/ProductDiscountTag.js +1 -1
  362. package/dist/cjs/post-purchase/product/settings/product-discount-tag/configs/setting-v2.js +1 -1
  363. package/dist/cjs/post-purchase/product/settings/product-discount-tag/configs/ui-v2.js +1 -1
  364. package/dist/cjs/post-purchase/product/settings/product-image/ProductImages.js +3 -3
  365. package/dist/cjs/post-purchase/product/settings/product-image/configs/ui-v2.js +1 -1
  366. package/dist/cjs/post-purchase/product/settings/product-offer/configs/ui-v2.js +1 -1
  367. package/dist/cjs/post-purchase/product/settings/product-offer/index.js +2 -2
  368. package/dist/cjs/post-purchase/product/settings/product-price/ProductPrice.js +3 -3
  369. package/dist/cjs/post-purchase/product/settings/product-price/configs/settings-v2.js +1 -1
  370. package/dist/cjs/post-purchase/product/settings/product-price/configs/ui-v2.js +1 -1
  371. package/dist/cjs/post-purchase/product/settings/product-price-breakdown/configs/presets.js +1 -1
  372. package/dist/cjs/post-purchase/product/settings/product-price-breakdown/configs/settings.js +1 -1
  373. package/dist/cjs/post-purchase/product/settings/product-price-breakdown/configs/ui-v2.js +1 -1
  374. package/dist/cjs/post-purchase/product/settings/product-price-breakdown/index.js +2 -2
  375. package/dist/cjs/post-purchase/product/settings/product-quantity/configs/presets.js +1 -1
  376. package/dist/cjs/post-purchase/product/settings/product-quantity/configs/ui-v2.js +1 -1
  377. package/dist/cjs/post-purchase/product/settings/product-quantity/index.js +2 -2
  378. package/dist/cjs/post-purchase/product/settings/product-subscription/configs/presets.js +10 -0
  379. package/dist/cjs/post-purchase/product/settings/product-subscription/configs/settings.js +1 -0
  380. package/dist/cjs/post-purchase/product/settings/product-subscription/configs/ui-v2.js +1 -0
  381. package/dist/cjs/post-purchase/product/settings/product-subscription/index.js +9 -0
  382. package/dist/cjs/post-purchase/product/settings/product-title/ProductTitle.js +2 -2
  383. package/dist/cjs/post-purchase/product/settings/product-title/configs/ui-v2.js +1 -1
  384. package/dist/cjs/post-purchase/product/settings/product-variants/ProductVariant.js +2 -2
  385. package/dist/cjs/post-purchase/product/settings/product-variants/configs/ui-v2.js +1 -1
  386. package/dist/cjs/post-purchase/text/settings/heading/configs/presets-v2.js +1 -1
  387. package/dist/cjs/post-purchase/text/settings/text/Text.js +2 -2
  388. package/dist/cjs/post-purchase/text/settings/text/configs/ui-v2.js +1 -1
  389. package/dist/cjs/postPurchaseSetting.js +1 -1
  390. package/dist/cjs/product/components/ProductImages.js +1 -1
  391. package/dist/cjs/product/components/ProductImages.liquid.js +2 -2
  392. package/dist/cjs/product/components/ProductNotFound.js +1 -1
  393. package/dist/cjs/product/components/dynamic-checkout/Button.liquid.js +9 -9
  394. package/dist/cjs/product/components/file-upload/UploadFile.liquid.js +4 -5
  395. package/dist/cjs/product/components/file-upload/common/helpers.js +1 -1
  396. package/dist/cjs/product/components/file-upload/settings/configs/presets.js +1 -1
  397. package/dist/cjs/product/components/file-upload/settings/configs/settings.js +1 -1
  398. package/dist/cjs/product/components/file-upload/settings/configs/translate.js +1 -0
  399. package/dist/cjs/product/components/file-upload/settings/configs/ui-v2.js +1 -1
  400. package/dist/cjs/product/components/product-badge/ProductBadge.js +1 -1
  401. package/dist/cjs/product/components/product-badge/ProductBadge.liquid.js +21 -21
  402. package/dist/cjs/product/components/product-badge/common/attrs.js +1 -1
  403. package/dist/cjs/product/components/product-badge/common/classes.js +1 -1
  404. package/dist/cjs/product/components/product-badge/common/styles.js +1 -1
  405. package/dist/cjs/product/components/product-badge/utils/common.js +1 -1
  406. package/dist/cjs/product/components/product-badge/utils/generateLiquidContent.js +3 -3
  407. package/dist/cjs/product/components/product-badge/utils/renderBadgeLiquid.js +9 -5
  408. package/dist/cjs/product/components/product-bundle/ProductBundleDiscount.js +1 -1
  409. package/dist/cjs/product/components/product-bundle/ProductBundleDiscount.liquid.js +4 -3
  410. package/dist/cjs/product/components/product-bundle/setting/ProductBundleDiscount.js +2 -2
  411. package/dist/cjs/product/components/product-bundle/setting/configs/ui-v2.js +1 -1
  412. package/dist/cjs/product/components/product-button/ProductButton.liquid.js +9 -8
  413. package/dist/cjs/product/components/product-button/common/classes.js +1 -1
  414. package/dist/cjs/product/components/product-button/common/helpers.js +1 -1
  415. package/dist/cjs/product/components/product-button/helpers/getButtonDynamicSourceLocales.js +1 -1
  416. package/dist/cjs/product/components/product-button/hooks/useAddToCart.js +1 -1
  417. package/dist/cjs/product/components/product-button/hooks/useCartOperations.js +1 -1
  418. package/dist/cjs/product/components/product-button/hooks/useDispatchAfterSubmitEvent.js +1 -1
  419. package/dist/cjs/product/components/product-description/ProductDescription.js +1 -1
  420. package/dist/cjs/product/components/product-description/ProductDescription.liquid.js +14 -15
  421. package/dist/cjs/product/components/product-discount-tag/ProductDiscountTag.js +1 -1
  422. package/dist/cjs/product/components/product-discount-tag/ProductDiscountTag.liquid.js +10 -10
  423. package/dist/cjs/product/components/product-discount-tag/hooks/useGpDiscountTag.js +1 -1
  424. package/dist/cjs/product/components/product-images-v2/ProductImageV2.js +2 -2
  425. package/dist/cjs/product/components/product-images-v2/ProductImagesV2.liquid.js +10 -10
  426. package/dist/cjs/product/components/product-images-v3/ProductImageV3.js +2 -2
  427. package/dist/cjs/product/components/product-images-v3/ProductImagesV3.liquid.js +5 -5
  428. package/dist/cjs/product/components/product-list/ProductList.js +1 -1
  429. package/dist/cjs/product/components/product-list/ProductListCarouselItem.liquid.js +3 -4
  430. package/dist/cjs/product/components/product-list/ProductListGridItem.liquid.js +7 -8
  431. package/dist/cjs/product/components/product-list/ProductListGridLayout.liquid.js +7 -5
  432. package/dist/cjs/product/components/product-list-v3/ProductList.js +1 -1
  433. package/dist/cjs/product/components/product-list-v3/ProductListCarouselItem.liquid.js +3 -4
  434. package/dist/cjs/product/components/product-list-v3/ProductListGridItem.liquid.js +7 -8
  435. package/dist/cjs/product/components/product-list-v3/ProductListGridLayout.liquid.js +7 -5
  436. package/dist/cjs/product/components/product-list-v3/common/classes.js +1 -1
  437. package/dist/cjs/product/components/product-price/ProductPrice.js +1 -1
  438. package/dist/cjs/product/components/product-price/ProductPrice.liquid.js +3 -3
  439. package/dist/cjs/product/components/product-price/hooks/useGpPrice.js +1 -1
  440. package/dist/cjs/product/components/product-properties/ProductProperties.liquid.js +11 -11
  441. package/dist/cjs/product/components/product-properties/common/helpers.js +1 -1
  442. package/dist/cjs/product/components/product-properties/property-choice/ProductPropertyChoice.liquid.js +13 -13
  443. package/dist/cjs/product/components/product-properties/property-input/ProductPropertyInput.liquid.js +11 -11
  444. package/dist/cjs/product/components/product-properties/property-select/ProductPropertySelect.liquid.js +8 -8
  445. package/dist/cjs/product/components/product-sku/Sku.liquid.js +4 -3
  446. package/dist/cjs/product/components/product-title/ProductTitle.liquid.js +4 -5
  447. package/dist/cjs/product/components/product-variants/ProductVariants.js +1 -1
  448. package/dist/cjs/product/components/product-variants/ProductVariants.liquid.js +32 -32
  449. package/dist/cjs/product/components/product-variants/common/base/attrs.js +1 -1
  450. package/dist/cjs/product/components/product-variants/common/variants/classes.js +1 -1
  451. package/dist/cjs/product/components/product-vendor/Vendor.liquid.js +2 -2
  452. package/dist/cjs/product/components/product-view-more/ProductViewMore.liquid.js +2 -2
  453. package/dist/cjs/product/components/product-view-more/common/helpers.js +1 -1
  454. package/dist/cjs/product/components/product-wrap/Product.liquid.js +2 -2
  455. package/dist/cjs/product/helpers/function.js +1 -1
  456. package/dist/cjs/product/helpers/product-bundle.js +1 -1
  457. package/dist/cjs/product/settings/DynamicCheckout.js +2 -2
  458. package/dist/cjs/product/settings/Product.js +2 -2
  459. package/dist/cjs/product/settings/ProductBadge.js +1 -1
  460. package/dist/cjs/product/settings/ProductButton.js +2 -2
  461. package/dist/cjs/product/settings/ProductDescription.js +1 -1
  462. package/dist/cjs/product/settings/ProductImages.js +2 -2
  463. package/dist/cjs/product/settings/ProductList.js +2 -2
  464. package/dist/cjs/product/settings/ProductListV3.js +2 -2
  465. package/dist/cjs/product/settings/ProductPrice.js +2 -2
  466. package/dist/cjs/product/settings/ProductProperties.js +2 -2
  467. package/dist/cjs/product/settings/ProductQuantity.js +2 -2
  468. package/dist/cjs/product/settings/ProductTag.js +1 -1
  469. package/dist/cjs/product/settings/ProductTitle.js +2 -2
  470. package/dist/cjs/product/settings/ProductVariants.js +2 -2
  471. package/dist/cjs/product/settings/ProductViewMore.js +2 -2
  472. package/dist/cjs/product/settings/Sku.js +2 -2
  473. package/dist/cjs/product/settings/Vendor.js +2 -2
  474. package/dist/cjs/product/settings/bundle-layout/horizontal-three.js +1 -1
  475. package/dist/cjs/product/settings/bundle-layout/horizontal-two.js +1 -1
  476. package/dist/cjs/product/settings/dynamic-checkout/configs/presets.js +1 -1
  477. package/dist/cjs/product/settings/dynamic-checkout/configs/ui-v2.js +1 -1
  478. package/dist/cjs/product/settings/product/configs/product-presets/product-1-col.js +2 -2
  479. package/dist/cjs/product/settings/product/configs/product-presets/product-2-col.js +2 -2
  480. package/dist/cjs/product/settings/product/configs/product-presets/product-default.js +2 -2
  481. package/dist/cjs/product/settings/product/configs/ui-v2.js +1 -1
  482. package/dist/cjs/product/settings/product-badge/configs/presets.js +1 -1
  483. package/dist/cjs/product/settings/product-badge/configs/settings.js +1 -1
  484. package/dist/cjs/product/settings/product-badge/configs/translate.js +1 -0
  485. package/dist/cjs/product/settings/product-badge/configs/ui-v2.js +1 -1
  486. package/dist/cjs/product/settings/product-button/configs/presets.js +1 -1
  487. package/dist/cjs/product/settings/product-button/configs/settings.js +1 -1
  488. package/dist/cjs/product/settings/product-button/configs/translate.js +1 -0
  489. package/dist/cjs/product/settings/product-button/configs/ui-v2.js +1 -1
  490. package/dist/cjs/product/settings/product-description/configs/presets.js +1 -1
  491. package/dist/cjs/product/settings/product-description/configs/settings.js +1 -1
  492. package/dist/cjs/product/settings/product-description/configs/translate.js +1 -0
  493. package/dist/cjs/product/settings/product-description/configs/ui-v2.js +1 -1
  494. package/dist/cjs/product/settings/product-discount-tag/configs/translate.js +1 -0
  495. package/dist/cjs/product/settings/product-discount-tag/configs/ui-v2.js +1 -1
  496. package/dist/cjs/product/settings/product-image-v2/ProductImages.js +2 -2
  497. package/dist/cjs/product/settings/product-image-v2/configs/ui/FeatureDots.js +1 -1
  498. package/dist/cjs/product/settings/product-image-v2/configs/ui/FeatureNavigation.js +1 -1
  499. package/dist/cjs/product/settings/product-image-v2/configs/ui/ImageListNavigation.js +1 -1
  500. package/dist/cjs/product/settings/product-image-v2/configs/ui-v2.js +1 -1
  501. package/dist/cjs/product/settings/product-image-v3/ProductImages.js +2 -2
  502. package/dist/cjs/product/settings/product-image-v3/configs/ui/FeatureDots.js +1 -1
  503. package/dist/cjs/product/settings/product-image-v3/configs/ui/FeatureNavigation.js +1 -1
  504. package/dist/cjs/product/settings/product-image-v3/configs/ui/ImageListNavigation.js +1 -1
  505. package/dist/cjs/product/settings/product-image-v3/configs/ui-v2.js +1 -1
  506. package/dist/cjs/product/settings/product-list/configs/presets.js +2 -2
  507. package/dist/cjs/product/settings/product-list/configs/ui-v2.js +1 -1
  508. package/dist/cjs/product/settings/product-list-v3/configs/presets.js +2 -2
  509. package/dist/cjs/product/settings/product-list-v3/configs/ui-v2.js +1 -1
  510. package/dist/cjs/product/settings/product-price/configs/presets.js +2 -2
  511. package/dist/cjs/product/settings/product-price/configs/ui-v2.js +1 -1
  512. package/dist/cjs/product/settings/product-properties/configs/presets.js +1 -1
  513. package/dist/cjs/product/settings/product-properties/configs/settings-v2.js +1 -1
  514. package/dist/cjs/product/settings/product-properties/configs/translate.js +1 -0
  515. package/dist/cjs/product/settings/product-properties/configs/ui-v2.js +1 -1
  516. package/dist/cjs/product/settings/product-quantity/configs/presets.js +2 -2
  517. package/dist/cjs/product/settings/product-quantity/configs/settings.js +1 -1
  518. package/dist/cjs/product/settings/product-quantity/configs/ui-v2.js +1 -1
  519. package/dist/cjs/product/settings/product-sku/configs/presets.js +1 -1
  520. package/dist/cjs/product/settings/product-sku/configs/ui-v2.js +1 -1
  521. package/dist/cjs/product/settings/product-title/configs/presets.js +1 -1
  522. package/dist/cjs/product/settings/product-title/configs/ui-v2.js +1 -1
  523. package/dist/cjs/product/settings/product-variant/configs/presets.js +2 -2
  524. package/dist/cjs/product/settings/product-variant/configs/ui-v2.js +1 -1
  525. package/dist/cjs/product/settings/product-vendor/configs/presets.js +1 -1
  526. package/dist/cjs/product/settings/product-vendor/configs/ui-v2.js +1 -1
  527. package/dist/cjs/product/settings/product-view-more/configs/presets.js +1 -1
  528. package/dist/cjs/product/settings/product-view-more/configs/settings.js +1 -1
  529. package/dist/cjs/product/settings/product-view-more/configs/translate.js +1 -0
  530. package/dist/cjs/product/settings/product-view-more/configs/ui-v2.js +1 -1
  531. package/dist/cjs/shop-pay-installment/settings/ShopPayInstallments.js +1 -1
  532. package/dist/cjs/shop-pay-installment/settings/configs/settings.js +1 -1
  533. package/dist/cjs/sticky/common/styles.js +1 -1
  534. package/dist/cjs/sticky/components/Sticky.js +1 -1
  535. package/dist/cjs/sticky/components/Sticky.liquid.js +7 -8
  536. package/dist/cjs/sticky/index.js +1 -1
  537. package/dist/cjs/sticky/settings/Sticky.js +1 -1
  538. package/dist/cjs/sticky/settings/configs/presets.js +4 -4
  539. package/dist/cjs/sticky/settings/configs/translate.js +1 -0
  540. package/dist/cjs/sticky/settings/configs/ui-v2.js +1 -1
  541. package/dist/cjs/stock-counter/components/StockCounter.liquid.js +8 -8
  542. package/dist/cjs/stock-counter/settings/StockCounter.js +2 -2
  543. package/dist/cjs/stock-counter/settings/configs/presets.js +2 -2
  544. package/dist/cjs/stock-counter/settings/configs/settings-v2.js +1 -1
  545. package/dist/cjs/stock-counter/settings/configs/translate.js +1 -0
  546. package/dist/cjs/stock-counter/settings/configs/ui-v2.js +1 -1
  547. package/dist/cjs/tab/common/styles.js +1 -1
  548. package/dist/cjs/tab/components/Tabs.js +1 -1
  549. package/dist/cjs/tab/components/Tabs.liquid.js +12 -11
  550. package/dist/cjs/tab/settings/Tabs.js +2 -2
  551. package/dist/cjs/tab/settings/configs/settings.js +1 -1
  552. package/dist/cjs/tab/settings/configs/translate.js +1 -0
  553. package/dist/cjs/tab/settings/configs/ui-v2.js +1 -1
  554. package/dist/cjs/text/common/helpers.js +1 -1
  555. package/dist/cjs/text/common/styles.js +1 -1
  556. package/dist/cjs/text/components/Text.js +1 -1
  557. package/dist/cjs/text/components/Text.liquid.js +11 -11
  558. package/dist/cjs/text/settings/Text.js +2 -2
  559. package/dist/cjs/text/settings/configs/presets.js +1 -1
  560. package/dist/cjs/text/settings/configs/settings.js +1 -1
  561. package/dist/cjs/text/settings/configs/translate.js +1 -0
  562. package/dist/cjs/text/settings/configs/ui-v2.js +1 -1
  563. package/dist/cjs/third-party/components/GrowthSuiteDiscountCodes.js +2 -0
  564. package/dist/cjs/third-party/components/GrowthSuiteDiscountCodes.liquid.js +8 -0
  565. package/dist/cjs/third-party/components/PushOwl.liquid.js +1 -1
  566. package/dist/cjs/third-party/components/SealSubscriptions.liquid.js +40 -9
  567. package/dist/cjs/third-party/components/Trustoo.liquid.js +7 -5
  568. package/dist/cjs/third-party/components/WishlistPlus.liquid.js +1 -1
  569. package/dist/cjs/third-party/configs/GrowthSuiteDiscountCodes.js +1 -0
  570. package/dist/cjs/third-party/configs/LoloyalLoyaltyReferrals.js +1 -1
  571. package/dist/cjs/third-party/configs/ParcelPanel.js +1 -1
  572. package/dist/cjs/third-party/configs/Trustoo.js +1 -1
  573. package/dist/cjs/third-party/index.js +1 -1
  574. package/dist/cjs/third-party/next.js +1 -1
  575. package/dist/cjs/third-party/settings/AftershipEmailMarketingsms/index.js +2 -2
  576. package/dist/cjs/third-party/settings/AftershipEmailMarketingsms/uiV2.js +1 -1
  577. package/dist/cjs/third-party/settings/AirProductReviewsAppUgc/index.js +2 -2
  578. package/dist/cjs/third-party/settings/AirProductReviewsAppUgc/uiV2.js +1 -1
  579. package/dist/cjs/third-party/settings/AliReviews/index.js +2 -2
  580. package/dist/cjs/third-party/settings/AliReviews/uiV2.js +1 -1
  581. package/dist/cjs/third-party/settings/AlsoBoughtCbb/index.js +2 -2
  582. package/dist/cjs/third-party/settings/AlsoBoughtCbb/uiV2.js +1 -1
  583. package/dist/cjs/third-party/settings/AovBundlesVolumeDiscounts/index.js +1 -1
  584. package/dist/cjs/third-party/settings/AovBundlesVolumeDiscounts/uiV2.js +1 -1
  585. package/dist/cjs/third-party/settings/AovFreeGiftBuyXGetYBogo/index.js +2 -2
  586. package/dist/cjs/third-party/settings/AovFreeGiftBuyXGetYBogo/uiV2.js +1 -1
  587. package/dist/cjs/third-party/settings/AppointmentBookingCowlendar/index.js +2 -2
  588. package/dist/cjs/third-party/settings/AppointmentBookingCowlendar/uiV2.js +1 -1
  589. package/dist/cjs/third-party/settings/AppstleBundlesDiscounts/index.js +2 -2
  590. package/dist/cjs/third-party/settings/AppstleBundlesDiscounts/uiV2.js +1 -1
  591. package/dist/cjs/third-party/settings/AppstleSubscriptions/index.js +2 -2
  592. package/dist/cjs/third-party/settings/AppstleSubscriptions/uiV2.js +1 -1
  593. package/dist/cjs/third-party/settings/BestBuyFulfillment/index.js +2 -2
  594. package/dist/cjs/third-party/settings/BestBuyFulfillment/uiV2.js +1 -1
  595. package/dist/cjs/third-party/settings/BfSizeChartSizeGuide/index.js +2 -2
  596. package/dist/cjs/third-party/settings/BfSizeChartSizeGuide/uiV2.js +1 -1
  597. package/dist/cjs/third-party/settings/BirdChime/index.js +2 -2
  598. package/dist/cjs/third-party/settings/BirdChime/uiV2.js +1 -1
  599. package/dist/cjs/third-party/settings/BloyRewardsProgramLoyalty/index.js +1 -1
  600. package/dist/cjs/third-party/settings/BloyRewardsProgramLoyalty/uiV2.js +1 -1
  601. package/dist/cjs/third-party/settings/Bogos/index.js +2 -2
  602. package/dist/cjs/third-party/settings/Bogos/uiV2.js +1 -1
  603. package/dist/cjs/third-party/settings/BoldProductOptions/index.js +2 -2
  604. package/dist/cjs/third-party/settings/BoldProductOptions/uiV2.js +1 -1
  605. package/dist/cjs/third-party/settings/BoldSubscriptions/index.js +2 -2
  606. package/dist/cjs/third-party/settings/BoldSubscriptions/uiV2.js +1 -1
  607. package/dist/cjs/third-party/settings/BonLoyaltyRewardsReferrals/index.js +2 -2
  608. package/dist/cjs/third-party/settings/BonLoyaltyRewardsReferrals/uiV2.js +1 -1
  609. package/dist/cjs/third-party/settings/BoostAISearchDiscovery/index.js +2 -2
  610. package/dist/cjs/third-party/settings/BoostAISearchDiscovery/uiV2.js +1 -1
  611. package/dist/cjs/third-party/settings/Bundler/index.js +2 -2
  612. package/dist/cjs/third-party/settings/Bundler/uiV2.js +1 -1
  613. package/dist/cjs/third-party/settings/CleanSizeCharts/index.js +2 -2
  614. package/dist/cjs/third-party/settings/CleanSizeCharts/uiV2.js +1 -1
  615. package/dist/cjs/third-party/settings/CrossSellCartUpsell/index.js +2 -2
  616. package/dist/cjs/third-party/settings/CrossSellCartUpsell/uiV2.js +1 -1
  617. package/dist/cjs/third-party/settings/CustomProductOptionsVariant/index.js +2 -2
  618. package/dist/cjs/third-party/settings/CustomProductOptionsVariant/uiV2.js +1 -1
  619. package/dist/cjs/third-party/settings/DealeasyVolumeDiscounts/index.js +1 -1
  620. package/dist/cjs/third-party/settings/DealeasyVolumeDiscounts/uiV2.js +1 -1
  621. package/dist/cjs/third-party/settings/DiscountyBulkDiscountSales/index.js +2 -2
  622. package/dist/cjs/third-party/settings/DiscountyBulkDiscountSales/uiV2.js +1 -1
  623. package/dist/cjs/third-party/settings/EasifyProductOptions/index.js +2 -2
  624. package/dist/cjs/third-party/settings/EasifyProductOptions/uiV2.js +1 -1
  625. package/dist/cjs/third-party/settings/EasyBundleBuilderSkailama/index.js +2 -2
  626. package/dist/cjs/third-party/settings/EasyBundleBuilderSkailama/uiV2.js +1 -1
  627. package/dist/cjs/third-party/settings/EasySellCOD/index.js +2 -2
  628. package/dist/cjs/third-party/settings/EasySellCOD/uiV2.js +1 -1
  629. package/dist/cjs/third-party/settings/EcoboostifyShoppableReelUgc/index.js +2 -2
  630. package/dist/cjs/third-party/settings/EcoboostifyShoppableReelUgc/uiV2.js +1 -1
  631. package/dist/cjs/third-party/settings/EcomsendBackInStockAlert/index.js +2 -2
  632. package/dist/cjs/third-party/settings/EcomsendBackInStockAlert/uiV2.js +1 -1
  633. package/dist/cjs/third-party/settings/EssentialAnnouncementBar/index.js +2 -2
  634. package/dist/cjs/third-party/settings/EssentialAnnouncementBar/uiV2.js +1 -1
  635. package/dist/cjs/third-party/settings/EssentialCountdownTimerBar/index.js +2 -2
  636. package/dist/cjs/third-party/settings/EssentialCountdownTimerBar/uiV2.js +1 -1
  637. package/dist/cjs/third-party/settings/EstimatedDeliveryDatePlus/index.js +2 -2
  638. package/dist/cjs/third-party/settings/EstimatedDeliveryDatePlus/uiV2.js +1 -1
  639. package/dist/cjs/third-party/settings/FastBundleBundlesDiscounts/index.js +2 -2
  640. package/dist/cjs/third-party/settings/FastBundleBundlesDiscounts/uiV2.js +1 -1
  641. package/dist/cjs/third-party/settings/FeraReviews/index.js +2 -2
  642. package/dist/cjs/third-party/settings/FeraReviews/uiV2.js +1 -1
  643. package/dist/cjs/third-party/settings/FirePush/index.js +2 -2
  644. package/dist/cjs/third-party/settings/FirePush/uiV2.js +1 -1
  645. package/dist/cjs/third-party/settings/FlyBundlesUpsellsFbt/index.js +2 -2
  646. package/dist/cjs/third-party/settings/FlyBundlesUpsellsFbt/uiV2.js +1 -1
  647. package/dist/cjs/third-party/settings/FordeerProductLabels/index.js +2 -2
  648. package/dist/cjs/third-party/settings/FordeerProductLabels/uiV2.js +1 -1
  649. package/dist/cjs/third-party/settings/FrequentlyBoughtTogether/index.js +3 -3
  650. package/dist/cjs/third-party/settings/FrequentlyBoughtTogether/uiV2.js +1 -1
  651. package/dist/cjs/third-party/settings/GloColorSwatchvariantImage/index.js +2 -2
  652. package/dist/cjs/third-party/settings/GloColorSwatchvariantImage/uiV2.js +1 -1
  653. package/dist/cjs/third-party/settings/GloboProductOptionsVariant/index.js +2 -2
  654. package/dist/cjs/third-party/settings/GloboProductOptionsVariant/uiV2.js +1 -1
  655. package/dist/cjs/third-party/settings/GoogleReviewsByReputon/index.js +2 -2
  656. package/dist/cjs/third-party/settings/GoogleReviewsByReputon/uiV2.js +1 -1
  657. package/dist/cjs/third-party/settings/Growave/index.js +2 -2
  658. package/dist/cjs/third-party/settings/Growave/uiV2.js +1 -1
  659. package/dist/cjs/third-party/settings/GrowthSuiteDiscountCodes/index.js +4 -0
  660. package/dist/cjs/third-party/{setting/KachingSubscriptionsApp → settings/GrowthSuiteDiscountCodes}/uiV2.js +1 -1
  661. package/dist/cjs/third-party/settings/HextomCountdownTimerBar/index.js +2 -2
  662. package/dist/cjs/third-party/settings/HextomCountdownTimerBar/uiV2.js +1 -1
  663. package/dist/cjs/third-party/settings/HextomFreeShippingBar/index.js +2 -2
  664. package/dist/cjs/third-party/settings/HextomFreeShippingBar/uiV2.js +1 -1
  665. package/dist/cjs/third-party/settings/HulkFormBuilder/index.js +2 -2
  666. package/dist/cjs/third-party/settings/HulkFormBuilder/uiV2.js +1 -1
  667. package/dist/cjs/third-party/settings/HulkProductOptions/index.js +2 -2
  668. package/dist/cjs/third-party/settings/HulkProductOptions/uiV2.js +1 -1
  669. package/dist/cjs/third-party/settings/InfiniteOptions/index.js +2 -2
  670. package/dist/cjs/third-party/settings/InfiniteOptions/uiV2.js +1 -1
  671. package/dist/cjs/third-party/settings/Instafeed/index.js +2 -2
  672. package/dist/cjs/third-party/settings/Instafeed/uiV2.js +1 -1
  673. package/dist/cjs/third-party/settings/InstasellShoppableInstagram/index.js +2 -2
  674. package/dist/cjs/third-party/settings/InstasellShoppableInstagram/uiV2.js +1 -1
  675. package/dist/cjs/third-party/settings/JudgemeReviews/index.js +2 -2
  676. package/dist/cjs/third-party/settings/JudgemeReviews/uiV2.js +1 -1
  677. package/dist/cjs/third-party/settings/JunipProductReviewsUgc/index.js +2 -2
  678. package/dist/cjs/third-party/settings/JunipProductReviewsUgc/uiV2.js +1 -1
  679. package/dist/cjs/third-party/settings/KachingBundles/index.js +2 -2
  680. package/dist/cjs/third-party/settings/KachingBundles/uiV2.js +1 -1
  681. package/dist/cjs/third-party/{setting → settings}/KachingSubscriptionsApp/index.js +2 -2
  682. package/dist/cjs/third-party/settings/KachingSubscriptionsApp/uiV2.js +1 -0
  683. package/dist/cjs/third-party/settings/KingProductOptions/index.js +2 -2
  684. package/dist/cjs/third-party/settings/KingProductOptions/uiV2.js +1 -1
  685. package/dist/cjs/third-party/settings/KiteFreeGiftDiscount/index.js +2 -2
  686. package/dist/cjs/third-party/settings/KiteFreeGiftDiscount/uiV2.js +1 -1
  687. package/dist/cjs/third-party/settings/KlarnaMessaging/index.js +2 -2
  688. package/dist/cjs/third-party/settings/KlarnaMessaging/uiV2.js +1 -1
  689. package/dist/cjs/third-party/settings/Klaviyo/index.js +2 -2
  690. package/dist/cjs/third-party/settings/Klaviyo/uiV2.js +1 -1
  691. package/dist/cjs/third-party/settings/KoalaBundleQuantityDiscount/index.js +2 -2
  692. package/dist/cjs/third-party/settings/KoalaBundleQuantityDiscount/uiV2.js +1 -1
  693. package/dist/cjs/third-party/settings/LaiProductReviews/index.js +2 -2
  694. package/dist/cjs/third-party/settings/LaiProductReviews/uiV2.js +1 -1
  695. package/dist/cjs/third-party/settings/LoloyalLoyaltyReferrals/index.js +4 -4
  696. package/dist/cjs/third-party/settings/LoloyalLoyaltyReferrals/uiV2.js +1 -1
  697. package/dist/cjs/third-party/settings/LoopSubscriptions/index.js +2 -2
  698. package/dist/cjs/third-party/settings/LoopSubscriptions/uiV2.js +1 -1
  699. package/dist/cjs/third-party/settings/LooxReviews/index.js +2 -2
  700. package/dist/cjs/third-party/settings/LooxReviews/uiV2.js +1 -1
  701. package/dist/cjs/third-party/settings/MaxbundleProductBundles/index.js +2 -2
  702. package/dist/cjs/third-party/settings/MaxbundleProductBundles/uiV2.js +1 -1
  703. package/dist/cjs/third-party/settings/MbcBundleVolumeDiscount/index.js +2 -2
  704. package/dist/cjs/third-party/settings/MbcBundleVolumeDiscount/uiV2.js +1 -1
  705. package/dist/cjs/third-party/settings/MyappgurusProductReviews/index.js +2 -2
  706. package/dist/cjs/third-party/settings/MyappgurusProductReviews/uiV2.js +1 -1
  707. package/dist/cjs/third-party/settings/NotifyBackInStockPreOrder/index.js +2 -2
  708. package/dist/cjs/third-party/settings/NotifyBackInStockPreOrder/uiV2.js +1 -1
  709. package/dist/cjs/third-party/settings/OkendoReviewsLoyalty/index.js +2 -2
  710. package/dist/cjs/third-party/settings/OkendoReviewsLoyalty/uiV2.js +1 -1
  711. package/dist/cjs/third-party/settings/Omnisend/index.js +2 -2
  712. package/dist/cjs/third-party/settings/Omnisend/uiV2.js +1 -1
  713. package/dist/cjs/third-party/settings/Opinew/index.js +2 -2
  714. package/dist/cjs/third-party/settings/Opinew/uiV2.js +1 -1
  715. package/dist/cjs/third-party/settings/ParcelPanel/index.js +2 -2
  716. package/dist/cjs/third-party/settings/ParcelPanel/uiV2.js +1 -1
  717. package/dist/cjs/third-party/settings/PickyStory/index.js +2 -2
  718. package/dist/cjs/third-party/settings/PickyStory/uiV2.js +1 -1
  719. package/dist/cjs/third-party/settings/PowerfulContactFormBuilder/index.js +2 -2
  720. package/dist/cjs/third-party/settings/PowerfulContactFormBuilder/uiV2.js +1 -1
  721. package/dist/cjs/third-party/settings/PreorderNowPreOrderPq/index.js +2 -2
  722. package/dist/cjs/third-party/settings/PreorderNowPreOrderPq/uiV2.js +1 -1
  723. package/dist/cjs/third-party/settings/PreorderNowWodPresale/index.js +2 -2
  724. package/dist/cjs/third-party/settings/PreorderNowWodPresale/uiV2.js +1 -1
  725. package/dist/cjs/third-party/settings/ProductOptionsCustomizer/index.js +2 -2
  726. package/dist/cjs/third-party/settings/ProductOptionsCustomizer/uiV2.js +1 -1
  727. package/dist/cjs/third-party/settings/ProductOptionsVariantOption/index.js +2 -2
  728. package/dist/cjs/third-party/settings/ProductOptionsVariantOption/uiV2.js +1 -1
  729. package/dist/cjs/third-party/settings/ProductReviews/index.js +2 -2
  730. package/dist/cjs/third-party/settings/ProductReviews/uiV2.js +1 -1
  731. package/dist/cjs/third-party/settings/PumperBundlesVolumeDiscount/index.js +2 -2
  732. package/dist/cjs/third-party/settings/PumperBundlesVolumeDiscount/uiV2.js +1 -1
  733. package/dist/cjs/third-party/settings/PushOwl/index.js +2 -2
  734. package/dist/cjs/third-party/settings/PushOwl/uiV2.js +1 -1
  735. package/dist/cjs/third-party/settings/QikifyUpsell/index.js +2 -2
  736. package/dist/cjs/third-party/settings/QikifyUpsell/uiV2.js +1 -1
  737. package/dist/cjs/third-party/settings/RapiBundleQuantityBreaks/index.js +2 -2
  738. package/dist/cjs/third-party/settings/RapiBundleQuantityBreaks/uiV2.js +1 -1
  739. package/dist/cjs/third-party/settings/RechargeSubscriptions/index.js +2 -2
  740. package/dist/cjs/third-party/settings/RechargeSubscriptions/uiV2.js +1 -1
  741. package/dist/cjs/third-party/settings/RecurpaySubscriptionApp/index.js +2 -2
  742. package/dist/cjs/third-party/settings/RecurpaySubscriptionApp/uiV2.js +1 -1
  743. package/dist/cjs/third-party/settings/Releasit/index.js +2 -2
  744. package/dist/cjs/third-party/settings/Releasit/uiV2.js +1 -1
  745. package/dist/cjs/third-party/settings/RequestQuoteHidePrice/index.js +2 -2
  746. package/dist/cjs/third-party/settings/RequestQuoteHidePrice/uiV2.js +1 -1
  747. package/dist/cjs/third-party/settings/ReviewxpoProductReviewsApp/index.js +2 -2
  748. package/dist/cjs/third-party/settings/ReviewxpoProductReviewsApp/uiV2.js +1 -1
  749. package/dist/cjs/third-party/settings/Rivyo/index.js +2 -2
  750. package/dist/cjs/third-party/settings/Rivyo/uiV2.js +1 -1
  751. package/dist/cjs/third-party/settings/Ryviu/index.js +2 -2
  752. package/dist/cjs/third-party/settings/Ryviu/uiV2.js +1 -1
  753. package/dist/cjs/third-party/settings/SealSubscriptions/index.js +2 -2
  754. package/dist/cjs/third-party/settings/SealSubscriptions/uiV2.js +1 -1
  755. package/dist/cjs/third-party/settings/SegunoEmailMarketing/index.js +2 -2
  756. package/dist/cjs/third-party/settings/SegunoEmailMarketing/uiV2.js +1 -1
  757. package/dist/cjs/third-party/settings/Selleasy/index.js +2 -2
  758. package/dist/cjs/third-party/settings/Selleasy/uiV2.js +1 -1
  759. package/dist/cjs/third-party/settings/SeoantTrustBadgesIcon/index.js +2 -2
  760. package/dist/cjs/third-party/settings/SeoantTrustBadgesIcon/uiV2.js +1 -1
  761. package/dist/cjs/third-party/settings/ShopifyForms/index.js +2 -2
  762. package/dist/cjs/third-party/settings/ShopifyForms/uiV2.js +1 -1
  763. package/dist/cjs/third-party/settings/ShopifySubscriptions/index.js +2 -2
  764. package/dist/cjs/third-party/settings/ShopifySubscriptions/uiV2.js +1 -1
  765. package/dist/cjs/third-party/settings/SimpleBundlesKits/index.js +2 -2
  766. package/dist/cjs/third-party/settings/SimpleBundlesKits/uiV2.js +1 -1
  767. package/dist/cjs/third-party/settings/SkioSubscriptionsYcS20/index.js +2 -2
  768. package/dist/cjs/third-party/settings/SkioSubscriptionsYcS20/uiV2.js +1 -1
  769. package/dist/cjs/third-party/settings/SmartSearchBarAndFilters/index.js +2 -2
  770. package/dist/cjs/third-party/settings/SmartSearchBarAndFilters/uiV2.js +1 -1
  771. package/dist/cjs/third-party/settings/SproutPlantTreesGrowSales/index.js +2 -2
  772. package/dist/cjs/third-party/settings/SproutPlantTreesGrowSales/uiV2.js +1 -1
  773. package/dist/cjs/third-party/settings/Stamped.js +1 -1
  774. package/dist/cjs/third-party/settings/StellarDeliveryDatePickup/index.js +2 -2
  775. package/dist/cjs/third-party/settings/StellarDeliveryDatePickup/uiV2.js +1 -1
  776. package/dist/cjs/third-party/settings/SubifySubscriptionsApp/index.js +2 -2
  777. package/dist/cjs/third-party/settings/SubifySubscriptionsApp/uiV2.js +1 -1
  778. package/dist/cjs/third-party/settings/TagembedSocialPostReview/index.js +2 -2
  779. package/dist/cjs/third-party/settings/TagembedSocialPostReview/uiV2.js +1 -1
  780. package/dist/cjs/third-party/settings/TagshopShoppableVideosUgc/index.js +2 -2
  781. package/dist/cjs/third-party/settings/TagshopShoppableVideosUgc/uiV2.js +1 -1
  782. package/dist/cjs/third-party/settings/TeeinblueProductPersonalizer/index.js +2 -2
  783. package/dist/cjs/third-party/settings/TeeinblueProductPersonalizer/uiV2.js +1 -1
  784. package/dist/cjs/third-party/settings/TrustBadgesBear/index.js +2 -2
  785. package/dist/cjs/third-party/settings/TrustBadgesBear/uiV2.js +1 -1
  786. package/dist/cjs/third-party/settings/TrustMe/index.js +2 -2
  787. package/dist/cjs/third-party/settings/TrustMe/uiV2.js +1 -1
  788. package/dist/cjs/third-party/settings/TrustedsiteTrustBadges/index.js +2 -2
  789. package/dist/cjs/third-party/settings/TrustedsiteTrustBadges/uiV2.js +1 -1
  790. package/dist/cjs/third-party/settings/Trustoo/index.js +2 -2
  791. package/dist/cjs/third-party/settings/Trustoo/uiV2.js +1 -1
  792. package/dist/cjs/third-party/settings/TrustreviewsProductReviews/index.js +2 -2
  793. package/dist/cjs/third-party/settings/TrustreviewsProductReviews/uiV2.js +1 -1
  794. package/dist/cjs/third-party/settings/TrustshopProductReviews/index.js +2 -2
  795. package/dist/cjs/third-party/settings/TrustshopProductReviews/uiV2.js +1 -1
  796. package/dist/cjs/third-party/settings/UltimateSalesBoost/index.js +1 -1
  797. package/dist/cjs/third-party/settings/UltimateSalesBoost/uiV2.js +1 -1
  798. package/dist/cjs/third-party/settings/UnlimitedBundlesDiscounts/index.js +2 -2
  799. package/dist/cjs/third-party/settings/UnlimitedBundlesDiscounts/uiV2.js +1 -1
  800. package/dist/cjs/third-party/settings/UppromoteAffiliateMarketing/setting.js +1 -1
  801. package/dist/cjs/third-party/settings/UppromoteAffiliateMarketing/uiV2.js +1 -1
  802. package/dist/cjs/third-party/settings/Vitals/index.js +2 -2
  803. package/dist/cjs/third-party/settings/Vitals/uiV2.js +1 -1
  804. package/dist/cjs/third-party/settings/WhatmoreShoppableVideosreel/index.js +2 -2
  805. package/dist/cjs/third-party/settings/WhatmoreShoppableVideosreel/uiV2.js +1 -1
  806. package/dist/cjs/third-party/settings/WideBundle/index.js +2 -2
  807. package/dist/cjs/third-party/settings/WideBundle/uiV2.js +1 -1
  808. package/dist/cjs/third-party/settings/Wiser/index.js +2 -2
  809. package/dist/cjs/third-party/settings/Wiser/uiV2.js +1 -1
  810. package/dist/cjs/third-party/settings/WishlistKing/index.js +2 -2
  811. package/dist/cjs/third-party/settings/WishlistKing/uiV2.js +1 -1
  812. package/dist/cjs/third-party/settings/WishlistPlus/index.js +2 -2
  813. package/dist/cjs/third-party/settings/WishlistPlus/uiV2.js +1 -1
  814. package/dist/cjs/third-party/settings/YotpoLoyalty/index.js +2 -2
  815. package/dist/cjs/third-party/settings/YotpoLoyalty/uiV2.js +1 -1
  816. package/dist/cjs/third-party/settings/YotpoReviews/index.js +2 -2
  817. package/dist/cjs/third-party/settings/YotpoReviews/uiV2.js +1 -1
  818. package/dist/cjs/third-party-instant/settings/InstantJudgemeReviews/configs/ui-v2.js +1 -1
  819. package/dist/cjs/third-party-instant/settings/InstantJudgemeReviews/index.js +2 -2
  820. package/dist/cjs/third-party-instant/settings/InstantKlaviyo/configs/ui-v2.js +1 -1
  821. package/dist/cjs/third-party-instant/settings/InstantKlaviyo/index.js +2 -2
  822. package/dist/cjs/third-party-instant/settings/InstantLooxReviews/index.js +1 -1
  823. package/dist/cjs/third-party-instant/settings/InstantYotpoLoyalty/index.js +1 -1
  824. package/dist/cjs/third-party-slot/settings/ThirdPartySlot.js +2 -2
  825. package/dist/cjs/third-party-slot/settings/configs/ui-v2.js +1 -1
  826. package/dist/cjs/translate.js +2 -0
  827. package/dist/cjs/video/common/classes.js +1 -1
  828. package/dist/cjs/video/common/helpers.js +1 -1
  829. package/dist/cjs/video/components/HTML5Embed.liquid.js +27 -15
  830. package/dist/cjs/video/components/LiteVimeoEmbed.liquid.js +12 -11
  831. package/dist/cjs/video/components/LiteYouTubeEmbed.js +1 -1
  832. package/dist/cjs/video/components/LiteYouTubeEmbed.liquid.js +13 -10
  833. package/dist/cjs/video/components/Video.liquid.js +3 -3
  834. package/dist/cjs/video/settings/Video.js +2 -2
  835. package/dist/cjs/video/settings/configs/settings.js +1 -1
  836. package/dist/cjs/video/settings/configs/translate.js +1 -0
  837. package/dist/cjs/video/settings/configs/ui-v2.js +1 -1
  838. package/dist/esm/accordion/common/styles.js +1 -1
  839. package/dist/esm/accordion/components/Accordion.liquid.js +12 -13
  840. package/dist/esm/accordion/settings/Accordion.js +4 -4
  841. package/dist/esm/accordion/settings/configs/settings.js +1 -1
  842. package/dist/esm/accordion/settings/configs/translate.js +1 -0
  843. package/dist/esm/accordion/settings/configs/ui-v2.js +1 -1
  844. package/dist/esm/article/components/ArticleAuthor.liquid.js +1 -1
  845. package/dist/esm/article/components/ArticleContent.js +3 -3
  846. package/dist/esm/article/components/ArticleDate.liquid.js +2 -2
  847. package/dist/esm/article/components/ArticleExcerpt.js +1 -1
  848. package/dist/esm/article/components/ArticleExcerpt.liquid.js +2 -2
  849. package/dist/esm/article/components/ArticleNotFound.js +1 -1
  850. package/dist/esm/article/components/ArticleReadMore.liquid.js +4 -4
  851. package/dist/esm/article/components/ArticleTag.liquid.js +1 -1
  852. package/dist/esm/article/components/ArticleTitle.liquid.js +2 -2
  853. package/dist/esm/article/settings/ArticleAuthor.js +2 -2
  854. package/dist/esm/article/settings/ArticleCategory.js +2 -2
  855. package/dist/esm/article/settings/ArticleContent.js +2 -2
  856. package/dist/esm/article/settings/ArticleDate.js +2 -2
  857. package/dist/esm/article/settings/ArticleExcerpt.js +2 -2
  858. package/dist/esm/article/settings/ArticleImage.js +2 -2
  859. package/dist/esm/article/settings/ArticleList.js +2 -2
  860. package/dist/esm/article/settings/ArticlePagination.js +1 -1
  861. package/dist/esm/article/settings/ArticleReadMore.js +2 -2
  862. package/dist/esm/article/settings/ArticleTag.js +2 -2
  863. package/dist/esm/article/settings/ArticleTitle.js +2 -2
  864. package/dist/esm/article/settings/configs/article-author/presets.js +1 -1
  865. package/dist/esm/article/settings/configs/article-author/ui-v2.js +1 -1
  866. package/dist/esm/article/settings/configs/article-category/presets.js +1 -1
  867. package/dist/esm/article/settings/configs/article-category/ui-v2.js +1 -1
  868. package/dist/esm/article/settings/configs/article-content/presets.js +1 -1
  869. package/dist/esm/article/settings/configs/article-content/ui-v2.js +1 -1
  870. package/dist/esm/article/settings/configs/article-date/presets.js +1 -1
  871. package/dist/esm/article/settings/configs/article-date/ui-v2.js +1 -1
  872. package/dist/esm/article/settings/configs/article-excerpt/presets.js +1 -1
  873. package/dist/esm/article/settings/configs/article-excerpt/ui-v2.js +1 -1
  874. package/dist/esm/article/settings/configs/article-image/presets.js +1 -1
  875. package/dist/esm/article/settings/configs/article-image/ui-v2.js +1 -1
  876. package/dist/esm/article/settings/configs/article-list/presets.js +1 -1
  877. package/dist/esm/article/settings/configs/article-list/ui-v2.js +1 -1
  878. package/dist/esm/article/settings/configs/article-read-more/presets.js +1 -1
  879. package/dist/esm/article/settings/configs/article-read-more/settings.js +1 -1
  880. package/dist/esm/article/settings/configs/article-read-more/ui-v2.js +1 -1
  881. package/dist/esm/article/settings/configs/article-tag/presets.js +1 -1
  882. package/dist/esm/article/settings/configs/article-tag/ui-v2.js +1 -1
  883. package/dist/esm/article/settings/configs/article-title/presets.js +1 -1
  884. package/dist/esm/article/settings/configs/article-title/ui-v2.js +1 -1
  885. package/dist/esm/article/settings/configs/translate.js +1 -0
  886. package/dist/esm/breadcrumb/settings/Breadcrumb.js +1 -1
  887. package/dist/esm/breadcrumb/settings/configs/ui-v2.js +1 -1
  888. package/dist/esm/builder.js +1 -1
  889. package/dist/esm/button/common/helpers.js +1 -1
  890. package/dist/esm/button/components/Button.liquid.js +18 -18
  891. package/dist/esm/button/settings/Button.js +5 -5
  892. package/dist/esm/button/settings/configs/settings.js +1 -1
  893. package/dist/esm/button/settings/configs/translate.js +1 -0
  894. package/dist/esm/button/settings/configs/ui-v2.js +1 -1
  895. package/dist/esm/carousel/components/dot/Dots.js +1 -1
  896. package/dist/esm/carousel/components/root/Carousel.liquid.js +4 -3
  897. package/dist/esm/carousel/settings/Carousel.js +2 -2
  898. package/dist/esm/carousel/settings/configs/presets.js +4 -4
  899. package/dist/esm/carousel/settings/configs/ui-v2.js +1 -1
  900. package/dist/esm/carousel-v3/components/dot/Dots.js +1 -1
  901. package/dist/esm/carousel-v3/components/root/Carousel.liquid.js +4 -3
  902. package/dist/esm/carousel-v3/components/root/common/styles.js +1 -1
  903. package/dist/esm/carousel-v3/components/swiper/Swiper.js +1 -1
  904. package/dist/esm/carousel-v3/hooks/useCarousel.js +1 -1
  905. package/dist/esm/carousel-v3/settings/Carousel.js +2 -2
  906. package/dist/esm/carousel-v3/settings/configs/presets.js +4 -4
  907. package/dist/esm/carousel-v3/settings/configs/ui-v2.js +1 -1
  908. package/dist/esm/cart/components/shop-pay-button/ShopPayButton.liquid.js +2 -2
  909. package/dist/esm/code/common/styles.js +1 -1
  910. package/dist/esm/code/components/CSSCode.js +1 -1
  911. package/dist/esm/code/components/CSSCode.liquid.js +4 -4
  912. package/dist/esm/code/index.js +1 -1
  913. package/dist/esm/code/settings/CSSCode.js +2 -2
  914. package/dist/esm/code/settings/configs/translate.js +1 -0
  915. package/dist/esm/code/settings/configs/ui-v2.js +1 -1
  916. package/dist/esm/collection/components/collection-description/CollectionDescription.liquid.js +4 -5
  917. package/dist/esm/collection/components/collection-description/common/helpers.js +1 -1
  918. package/dist/esm/collection/components/collection-paginator/CollectionPaginator.liquid.js +4 -3
  919. package/dist/esm/collection/components/collection-paginator/common/helpers.js +2 -2
  920. package/dist/esm/collection/components/collection-title/CollectionTitle.liquid.js +1 -1
  921. package/dist/esm/collection/components/collection-toolbar/CollectionToolbar.liquid.js +4 -4
  922. package/dist/esm/collection/components/collection-toolbar/common/helpers.js +1 -1
  923. package/dist/esm/collection/settings/collection-banner/CollectionBanner.js +2 -2
  924. package/dist/esm/collection/settings/collection-banner/configs/ui-v2.js +1 -1
  925. package/dist/esm/collection/settings/collection-description/CollectionDescription.js +2 -2
  926. package/dist/esm/collection/settings/collection-description/configs/settings.js +1 -1
  927. package/dist/esm/collection/settings/collection-description/configs/translate.js +1 -0
  928. package/dist/esm/collection/settings/collection-description/configs/ui-v2.js +1 -1
  929. package/dist/esm/collection/settings/collection-paginator/CollectionPaginator.js +2 -2
  930. package/dist/esm/collection/settings/collection-paginator/configs/settings.js +1 -1
  931. package/dist/esm/collection/settings/collection-paginator/configs/translate.js +1 -0
  932. package/dist/esm/collection/settings/collection-paginator/configs/ui-v2.js +1 -1
  933. package/dist/esm/collection/settings/collection-title/CollectionTitle.js +2 -2
  934. package/dist/esm/collection/settings/collection-title/configs/ui-v2.js +1 -1
  935. package/dist/esm/collection/settings/collection-toolbar/CollectionToolbar.js +2 -2
  936. package/dist/esm/collection/settings/collection-toolbar/configs/settings.js +1 -1
  937. package/dist/esm/collection/settings/collection-toolbar/configs/translate.js +1 -0
  938. package/dist/esm/collection/settings/collection-toolbar/configs/ui-v2.js +1 -1
  939. package/dist/esm/common/components/NoDataState.js +1 -1
  940. package/dist/esm/constant.js +1 -1
  941. package/dist/esm/countdown-timer/common/helpers.js +1 -1
  942. package/dist/esm/countdown-timer/components/Countdown.liquid.js +26 -25
  943. package/dist/esm/countdown-timer/hooks/useCountDownTimer.js +1 -1
  944. package/dist/esm/countdown-timer/hooks/useTimeLeft.js +1 -1
  945. package/dist/esm/countdown-timer/settings/Countdown.js +3 -3
  946. package/dist/esm/countdown-timer/settings/configs/setting.js +1 -1
  947. package/dist/esm/countdown-timer/settings/configs/translate.js +1 -0
  948. package/dist/esm/countdown-timer/settings/configs/ui-v2.js +1 -1
  949. package/dist/esm/coupon/common/helpers.js +1 -1
  950. package/dist/esm/coupon/components/Coupon.liquid.js +5 -5
  951. package/dist/esm/coupon/settings/Coupon.js +2 -2
  952. package/dist/esm/coupon/settings/configs/presets.js +2 -2
  953. package/dist/esm/coupon/settings/configs/settings.js +1 -1
  954. package/dist/esm/coupon/settings/configs/translate.js +1 -0
  955. package/dist/esm/coupon/settings/configs/ui-v2.js +1 -1
  956. package/dist/esm/dialog/common/styles.js +1 -1
  957. package/dist/esm/dialog/components/Dialog.js +2 -2
  958. package/dist/esm/dialog/components/Dialog.liquid.js +20 -20
  959. package/dist/esm/dialog/settings/Dialog.js +2 -2
  960. package/dist/esm/dialog/settings/configs/translate.js +1 -0
  961. package/dist/esm/dialog/settings/configs/ui-v2.js +1 -1
  962. package/dist/esm/estimate-delivery/common/helpers.js +1 -1
  963. package/dist/esm/estimate-delivery/common/styles.js +1 -1
  964. package/dist/esm/estimate-delivery/components/EstimateDate.js +1 -1
  965. package/dist/esm/estimate-delivery/components/EstimateDate.liquid.js +3 -3
  966. package/dist/esm/estimate-delivery/settings/EstimateDate.js +2 -2
  967. package/dist/esm/estimate-delivery/settings/configs/settings.js +1 -1
  968. package/dist/esm/estimate-delivery/settings/configs/translate.js +1 -0
  969. package/dist/esm/estimate-delivery/settings/configs/ui-v2.js +1 -1
  970. package/dist/esm/form/components/form-checkbox/FormCheckbox.liquid.js +12 -12
  971. package/dist/esm/form/components/form-dropdown/FormDropdown.liquid.js +17 -17
  972. package/dist/esm/form/components/form-email/FormEmail.liquid.js +11 -11
  973. package/dist/esm/form/components/newsletter/Newsletter.liquid.js +17 -17
  974. package/dist/esm/form/components/submit-button/SubmitButton.liquid.js +2 -2
  975. package/dist/esm/form/components/submit-button/common/helpers.js +1 -1
  976. package/dist/esm/form/components/textarea/TextArea.liquid.js +10 -10
  977. package/dist/esm/form/components/textfield/TextField.liquid.js +9 -9
  978. package/dist/esm/form/components/textinput/TextInput.liquid.js +19 -19
  979. package/dist/esm/form/settings/contact/Contact.js +2 -2
  980. package/dist/esm/form/settings/contact/configs/settings.js +1 -1
  981. package/dist/esm/form/settings/contact/configs/translate.js +1 -0
  982. package/dist/esm/form/settings/contact/configs/ui-v2.js +1 -1
  983. package/dist/esm/form/settings/form-checkbox/FormCheckbox.js +2 -2
  984. package/dist/esm/form/settings/form-checkbox/configs/settings.js +1 -1
  985. package/dist/esm/form/settings/form-checkbox/configs/translate.js +1 -0
  986. package/dist/esm/form/settings/form-checkbox/configs/ui-v2.js +1 -1
  987. package/dist/esm/form/settings/form-dropdown/FormDropdown.js +2 -2
  988. package/dist/esm/form/settings/form-dropdown/configs/settings.js +1 -1
  989. package/dist/esm/form/settings/form-dropdown/configs/translate.js +1 -0
  990. package/dist/esm/form/settings/form-dropdown/configs/ui-v2.js +1 -1
  991. package/dist/esm/form/settings/form-email/FormEmail.js +2 -2
  992. package/dist/esm/form/settings/form-email/configs/settings.js +1 -1
  993. package/dist/esm/form/settings/form-email/configs/translate.js +1 -0
  994. package/dist/esm/form/settings/form-email/configs/ui-v2.js +1 -1
  995. package/dist/esm/form/settings/form-textarea/Textarea.js +2 -2
  996. package/dist/esm/form/settings/form-textarea/configs/settings.js +1 -1
  997. package/dist/esm/form/settings/form-textarea/configs/translate.js +1 -0
  998. package/dist/esm/form/settings/form-textarea/configs/ui-v2.js +1 -1
  999. package/dist/esm/form/settings/newsletter/Newsletter.js +2 -2
  1000. package/dist/esm/form/settings/newsletter/configs/settings.js +1 -1
  1001. package/dist/esm/form/settings/newsletter/configs/translate.js +1 -0
  1002. package/dist/esm/form/settings/newsletter/configs/ui-v2.js +1 -1
  1003. package/dist/esm/form/settings/submit-button/SubmitButton.js +2 -2
  1004. package/dist/esm/form/settings/submit-button/configs/settings.js +1 -1
  1005. package/dist/esm/form/settings/submit-button/configs/translate.js +1 -0
  1006. package/dist/esm/form/settings/submit-button/configs/ui-v2.js +1 -1
  1007. package/dist/esm/form/settings/text-field/TextField.js +2 -2
  1008. package/dist/esm/form/settings/text-field/configs/settings.js +1 -1
  1009. package/dist/esm/form/settings/text-field/configs/translate.js +1 -0
  1010. package/dist/esm/form/settings/text-field/configs/ui-v2.js +1 -1
  1011. package/dist/esm/form/settings/text-input/TextInput.js +2 -2
  1012. package/dist/esm/form/settings/text-input/configs/settings.js +1 -1
  1013. package/dist/esm/form/settings/text-input/configs/translate.js +1 -0
  1014. package/dist/esm/form/settings/text-input/configs/ui-v2.js +1 -1
  1015. package/dist/esm/grid/components/row/Row.js +1 -1
  1016. package/dist/esm/grid/components/row/Row.liquid.js +23 -18
  1017. package/dist/esm/grid/components/row/common/helpers.js +1 -1
  1018. package/dist/esm/grid/components/row/common/styles.js +1 -1
  1019. package/dist/esm/grid/settings/Row.js +2 -2
  1020. package/dist/esm/grid/settings/Section.js +1 -1
  1021. package/dist/esm/grid/settings/configs/row/presets.js +4 -4
  1022. package/dist/esm/grid/settings/configs/row/translate.js +1 -0
  1023. package/dist/esm/grid/settings/configs/row/ui-v2.js +1 -1
  1024. package/dist/esm/grid/settings/configs/section/ui-v2.js +1 -1
  1025. package/dist/esm/header/settings/Header.js +2 -2
  1026. package/dist/esm/header/settings/configs/presets.js +1 -1
  1027. package/dist/esm/header/settings/configs/ui-v2.js +1 -1
  1028. package/dist/esm/heading/components/Heading.liquid.js +1 -1
  1029. package/dist/esm/heading/settings/Heading.js +2 -2
  1030. package/dist/esm/heading/settings/configs/presets.js +1 -1
  1031. package/dist/esm/heading/settings/configs/settings.js +1 -1
  1032. package/dist/esm/heading/settings/configs/translate.js +1 -0
  1033. package/dist/esm/heading/settings/configs/ui-v2.js +1 -1
  1034. package/dist/esm/helpers.js +1 -1
  1035. package/dist/esm/hero-banner/common/classes.js +1 -1
  1036. package/dist/esm/hero-banner/common/const.js +1 -1
  1037. package/dist/esm/hero-banner/common/helpers.js +1 -1
  1038. package/dist/esm/hero-banner/common/styles.js +1 -1
  1039. package/dist/esm/hero-banner/components/HeroBanner.js +1 -1
  1040. package/dist/esm/hero-banner/components/HeroBanner.liquid.js +12 -12
  1041. package/dist/esm/hero-banner/components/HeroBannerItem.js +1 -1
  1042. package/dist/esm/hero-banner/components/HeroBannerItem.liquid.js +10 -10
  1043. package/dist/esm/hero-banner/hooks/useHeroBanner.js +1 -1
  1044. package/dist/esm/hero-banner/hooks/useHeroBannerItem.js +1 -0
  1045. package/dist/esm/hero-banner/settings/HeroBanner.js +2 -2
  1046. package/dist/esm/hero-banner/settings/configs/presets/banner-1-col-pre-sales-page.js +1 -1
  1047. package/dist/esm/hero-banner/settings/configs/presets/banner-1-col.js +1 -1
  1048. package/dist/esm/hero-banner/settings/configs/presets/banner-content-left-pre-sales-page.js +1 -1
  1049. package/dist/esm/hero-banner/settings/configs/presets/banner-content-left.js +1 -1
  1050. package/dist/esm/hero-banner/settings/configs/presets/banner-content-right-pre-sales-page.js +1 -1
  1051. package/dist/esm/hero-banner/settings/configs/presets/banner-content-right.js +1 -1
  1052. package/dist/esm/hero-banner/settings/configs/presets/banner-parallax-pre-sales-page.js +1 -1
  1053. package/dist/esm/hero-banner/settings/configs/presets/banner-parallax.js +1 -1
  1054. package/dist/esm/hero-banner/settings/configs/presets/banner-video-pre-sales-page.js +2 -2
  1055. package/dist/esm/hero-banner/settings/configs/presets/banner-video.js +2 -2
  1056. package/dist/esm/hero-banner/settings/configs/settings.js +1 -1
  1057. package/dist/esm/hero-banner/settings/configs/translate.js +1 -0
  1058. package/dist/esm/hero-banner/settings/configs/ui-v2.js +1 -1
  1059. package/dist/esm/icon/settings/Icon.js +2 -2
  1060. package/dist/esm/icon/settings/configs/presets.js +2 -2
  1061. package/dist/esm/icon/settings/configs/ui-v2.js +1 -1
  1062. package/dist/esm/icon-list/common/styles.js +1 -1
  1063. package/dist/esm/icon-list/components/IconList.js +1 -1
  1064. package/dist/esm/icon-list/components/IconList.liquid.js +8 -8
  1065. package/dist/esm/icon-list/index.js +1 -1
  1066. package/dist/esm/icon-list/settings/IconList.js +4 -4
  1067. package/dist/esm/icon-list/settings/configs/translate.js +1 -0
  1068. package/dist/esm/icon-list/settings/configs/ui-v2.js +1 -1
  1069. package/dist/esm/icon-list-hoz/settings/IconListHoz.js +2 -2
  1070. package/dist/esm/icon-list-hoz/settings/configs/presets.js +2 -2
  1071. package/dist/esm/icon-list-hoz/settings/configs/uiV2.js +1 -1
  1072. package/dist/esm/icon-list-v2/common/helpers.js +1 -1
  1073. package/dist/esm/icon-list-v2/common/styles.js +1 -1
  1074. package/dist/esm/icon-list-v2/components/IconList.js +1 -1
  1075. package/dist/esm/icon-list-v2/components/IconList.liquid.js +16 -16
  1076. package/dist/esm/icon-list-v2/settings/IconList.js +2 -2
  1077. package/dist/esm/icon-list-v2/settings/configs/settings.js +1 -1
  1078. package/dist/esm/icon-list-v2/settings/configs/translate.js +1 -0
  1079. package/dist/esm/icon-list-v2/settings/configs/ui-v2.js +1 -1
  1080. package/dist/esm/image/common/attrs.js +1 -1
  1081. package/dist/esm/image/common/helpers.js +2 -2
  1082. package/dist/esm/image/components/Image.js +1 -1
  1083. package/dist/esm/image/components/Image.liquid.js +10 -10
  1084. package/dist/esm/image/settings/Image.js +2 -2
  1085. package/dist/esm/image/settings/configs/presets.js +4 -4
  1086. package/dist/esm/image/settings/configs/settings.js +1 -1
  1087. package/dist/esm/image/settings/configs/translate.js +1 -0
  1088. package/dist/esm/image/settings/configs/ui-v2.js +1 -1
  1089. package/dist/esm/image-comparison/common/attrs.js +1 -1
  1090. package/dist/esm/image-comparison/common/helpers.js +1 -1
  1091. package/dist/esm/image-comparison/components/CompareImage.liquid.js +13 -13
  1092. package/dist/esm/image-comparison/components/ImageComparison.liquid.js +3 -3
  1093. package/dist/esm/image-comparison/components/Label.liquid.js +6 -6
  1094. package/dist/esm/image-comparison/index.js +1 -1
  1095. package/dist/esm/image-comparison/settings/ImageComparison.js +2 -2
  1096. package/dist/esm/image-comparison/settings/configs/settings.js +1 -1
  1097. package/dist/esm/image-comparison/settings/configs/translate.js +1 -0
  1098. package/dist/esm/image-comparison/settings/configs/ui-v2.js +1 -1
  1099. package/dist/esm/image-detection/settings/ImageDetection.js +1 -1
  1100. package/dist/esm/index.js +1 -1
  1101. package/dist/esm/index.liquid.js +1 -1
  1102. package/dist/esm/line/settings/Line.js +2 -2
  1103. package/dist/esm/line/settings/configs/presets.js +1 -1
  1104. package/dist/esm/line/settings/configs/ui-v2.js +1 -1
  1105. package/dist/esm/marquee/components/Marquee.liquid.js +24 -24
  1106. package/dist/esm/marquee/settings/Marquee.js +2 -2
  1107. package/dist/esm/marquee/settings/configs/presets.js +2 -2
  1108. package/dist/esm/marquee/settings/configs/ui-v2.js +1 -1
  1109. package/dist/esm/next.js +1 -1
  1110. package/dist/esm/post-purchase/advanced-list/settings/AdvancedListPostPurchase.js +2 -2
  1111. package/dist/esm/post-purchase/advanced-list/settings/configs/presets.js +1 -1
  1112. package/dist/esm/post-purchase/advanced-list/settings/configs/ui-v2.js +1 -1
  1113. package/dist/esm/post-purchase/button/settings/Button.js +2 -2
  1114. package/dist/esm/post-purchase/button/settings/configs/presets.js +1 -1
  1115. package/dist/esm/post-purchase/button/settings/configs/settings.js +1 -1
  1116. package/dist/esm/post-purchase/button/settings/configs/ui-v2.js +1 -1
  1117. package/dist/esm/post-purchase/buyer-consent/common/classes.js +1 -0
  1118. package/dist/esm/post-purchase/buyer-consent/common/constants.js +1 -0
  1119. package/dist/esm/post-purchase/buyer-consent/common/helpers.js +1 -0
  1120. package/dist/esm/post-purchase/buyer-consent/common/styles.js +1 -0
  1121. package/dist/esm/post-purchase/buyer-consent/components/BuyerConsent.js +1 -0
  1122. package/dist/esm/post-purchase/buyer-consent/components/PostPurchaseCheckbox.js +1 -0
  1123. package/dist/esm/post-purchase/buyer-consent/hooks/useBuyerConsentChecked.js +1 -0
  1124. package/dist/esm/post-purchase/buyer-consent/index.js +1 -0
  1125. package/dist/esm/post-purchase/buyer-consent/next.js +1 -0
  1126. package/dist/esm/post-purchase/buyer-consent/settings/BuyerConsent.js +5 -0
  1127. package/dist/esm/post-purchase/buyer-consent/settings/configs/presets.js +5 -0
  1128. package/dist/esm/post-purchase/buyer-consent/settings/configs/settings.js +1 -0
  1129. package/dist/esm/post-purchase/buyer-consent/settings/configs/ui-v2.js +1 -0
  1130. package/dist/esm/post-purchase/callout-banner/settings/CalloutBox.js +1 -1
  1131. package/dist/esm/post-purchase/callout-banner/settings/config/callout-box/preset.js +1 -1
  1132. package/dist/esm/post-purchase/callout-banner/settings/config/callout-box/ui-v2.js +1 -1
  1133. package/dist/esm/post-purchase/callout-banner/settings/config/callout-text/preset.js +1 -1
  1134. package/dist/esm/post-purchase/callout-banner/settings/config/callout-text/ui-v2.js +1 -1
  1135. package/dist/esm/post-purchase/countdown-timer/hooks/useCountdownTimer.js +1 -1
  1136. package/dist/esm/post-purchase/countdown-timer/settings/CountdownTimer.js +2 -2
  1137. package/dist/esm/post-purchase/countdown-timer/settings/config/preset.js +1 -1
  1138. package/dist/esm/post-purchase/countdown-timer/settings/config/ui-v2.js +1 -1
  1139. package/dist/esm/post-purchase/image/settings/Image.js +1 -1
  1140. package/dist/esm/post-purchase/image/settings/configs/ui-v2.js +1 -1
  1141. package/dist/esm/post-purchase/line/index.js +1 -1
  1142. package/dist/esm/post-purchase/line/settings/PostPurchaseLine.js +2 -2
  1143. package/dist/esm/post-purchase/line/settings/configs/presets.js +1 -1
  1144. package/dist/esm/post-purchase/line/settings/configs/ui-v2.js +1 -1
  1145. package/dist/esm/post-purchase/link/settings/PostPurchaseLink.js +2 -2
  1146. package/dist/esm/post-purchase/link/settings/configs/presets.js +1 -1
  1147. package/dist/esm/post-purchase/link/settings/configs/ui-v2.js +1 -1
  1148. package/dist/esm/post-purchase/product/components/AcceptButton.js +1 -1
  1149. package/dist/esm/post-purchase/product/components/ProductPrice.js +1 -1
  1150. package/dist/esm/post-purchase/product/components/ProductPriceBreakdown.js +1 -1
  1151. package/dist/esm/post-purchase/product/components/price-breakdown/MoneyLine.js +1 -1
  1152. package/dist/esm/post-purchase/product/components/product-image/index.js +1 -1
  1153. package/dist/esm/post-purchase/product/components/product-offer/common/attrs.js +1 -1
  1154. package/dist/esm/post-purchase/product/components/product-offer/components/ProductOfferItem.js +1 -1
  1155. package/dist/esm/post-purchase/product/components/product-offer/hooks/useProductOfferData.js +1 -1
  1156. package/dist/esm/post-purchase/product/components/product-subscription/ProductSubscription.js +1 -0
  1157. package/dist/esm/post-purchase/product/components/product-subscription/common/attrs.js +1 -0
  1158. package/dist/esm/post-purchase/product/components/product-subscription/common/classes.js +1 -0
  1159. package/dist/esm/post-purchase/product/components/product-subscription/common/extractSellingPlanSettings.js +1 -0
  1160. package/dist/esm/post-purchase/product/components/product-subscription/common/styles.js +1 -0
  1161. package/dist/esm/post-purchase/product/components/product-subscription/components/OneTimePurchaseTooltip.js +1 -0
  1162. package/dist/esm/post-purchase/product/components/product-subscription/components/SellingPlanDropdown.js +1 -0
  1163. package/dist/esm/post-purchase/product/components/product-subscription/components/SellingPlanLabel.js +1 -0
  1164. package/dist/esm/post-purchase/product/components/product-subscription/components/SellingPlanRadio.js +1 -0
  1165. package/dist/esm/post-purchase/product/components/product-subscription/components/SubscriptionDetail.js +1 -0
  1166. package/dist/esm/post-purchase/product/components/product-subscription/components/SubscriptionRadio.js +1 -0
  1167. package/dist/esm/post-purchase/product/components/product-subscription/helpers/calculateBestSellingPlan.js +1 -0
  1168. package/dist/esm/post-purchase/product/components/product-subscription/helpers/findDefaultValue.js +1 -0
  1169. package/dist/esm/post-purchase/product/components/product-subscription/helpers/findMatchedGroup.js +1 -0
  1170. package/dist/esm/post-purchase/product/components/product-subscription/helpers/findVariantByOptions.js +1 -0
  1171. package/dist/esm/post-purchase/product/components/product-subscription/hooks/useSellingPlanChange.js +1 -0
  1172. package/dist/esm/post-purchase/product/components/product-subscription/hooks/useSellingPlanOptions.js +1 -0
  1173. package/dist/esm/post-purchase/product/components/product-subscription/hooks/useSellingSubscription.js +1 -0
  1174. package/dist/esm/post-purchase/product/components/product-subscription/hooks/useSubscriptionVisibility.js +1 -0
  1175. package/dist/esm/post-purchase/product/components/product-subscription/types.js +1 -0
  1176. package/dist/esm/post-purchase/product/constants/ProductOfferPlaceholder.js +1 -1
  1177. package/dist/esm/post-purchase/product/constants/index.js +1 -1
  1178. package/dist/esm/post-purchase/product/helpers/product-price-breakdown/getPrice.js +1 -0
  1179. package/dist/esm/post-purchase/product/hooks/useGetMoneyLines.js +1 -1
  1180. package/dist/esm/post-purchase/product/hooks/useGetTextSetting.js +1 -1
  1181. package/dist/esm/post-purchase/product/hooks/useProductPriceBreakdown.js +1 -0
  1182. package/dist/esm/post-purchase/product/hooks/useRecurringSubtotal.js +1 -0
  1183. package/dist/esm/post-purchase/product/hooks/useSubscriptionConsentCheck.js +1 -0
  1184. package/dist/esm/post-purchase/product/hooks/useSubscriptionSellingType.js +1 -0
  1185. package/dist/esm/post-purchase/product/index.js +1 -1
  1186. package/dist/esm/post-purchase/product/next.js +1 -1
  1187. package/dist/esm/post-purchase/product/settings/accept-button/configs/presets.js +1 -1
  1188. package/dist/esm/post-purchase/product/settings/accept-button/configs/ui-v2.js +1 -1
  1189. package/dist/esm/post-purchase/product/settings/accept-button/index.js +2 -2
  1190. package/dist/esm/post-purchase/product/settings/presets-config/product-presets/product-1-col.js +1 -1
  1191. package/dist/esm/post-purchase/product/settings/presets-config/product-presets/product-2-col.js +1 -1
  1192. package/dist/esm/post-purchase/product/settings/presets-config/product-presets/product-default.js +1 -1
  1193. package/dist/esm/post-purchase/product/settings/presets-config/product-presets/product-offer-1-col.js +2 -2
  1194. package/dist/esm/post-purchase/product/settings/presets-config/product-presets/product-offer-2-col.js +2 -2
  1195. package/dist/esm/post-purchase/product/settings/presets-config/product-presets/product-offer-default.js +2 -2
  1196. package/dist/esm/post-purchase/product/settings/product-description/ProductDescription.js +2 -2
  1197. package/dist/esm/post-purchase/product/settings/product-description/configs/ui-v2.js +1 -1
  1198. package/dist/esm/post-purchase/product/settings/product-discount-tag/ProductDiscountTag.js +1 -1
  1199. package/dist/esm/post-purchase/product/settings/product-discount-tag/configs/setting-v2.js +1 -1
  1200. package/dist/esm/post-purchase/product/settings/product-discount-tag/configs/ui-v2.js +1 -1
  1201. package/dist/esm/post-purchase/product/settings/product-image/ProductImages.js +3 -3
  1202. package/dist/esm/post-purchase/product/settings/product-image/configs/ui-v2.js +1 -1
  1203. package/dist/esm/post-purchase/product/settings/product-offer/configs/ui-v2.js +1 -1
  1204. package/dist/esm/post-purchase/product/settings/product-offer/index.js +2 -2
  1205. package/dist/esm/post-purchase/product/settings/product-price/ProductPrice.js +3 -3
  1206. package/dist/esm/post-purchase/product/settings/product-price/configs/settings-v2.js +1 -1
  1207. package/dist/esm/post-purchase/product/settings/product-price/configs/ui-v2.js +1 -1
  1208. package/dist/esm/post-purchase/product/settings/product-price-breakdown/configs/presets.js +1 -1
  1209. package/dist/esm/post-purchase/product/settings/product-price-breakdown/configs/settings.js +1 -1
  1210. package/dist/esm/post-purchase/product/settings/product-price-breakdown/configs/ui-v2.js +1 -1
  1211. package/dist/esm/post-purchase/product/settings/product-price-breakdown/index.js +2 -2
  1212. package/dist/esm/post-purchase/product/settings/product-quantity/configs/presets.js +1 -1
  1213. package/dist/esm/post-purchase/product/settings/product-quantity/configs/ui-v2.js +1 -1
  1214. package/dist/esm/post-purchase/product/settings/product-quantity/index.js +2 -2
  1215. package/dist/esm/post-purchase/product/settings/product-subscription/configs/presets.js +10 -0
  1216. package/dist/esm/post-purchase/product/settings/product-subscription/configs/settings.js +1 -0
  1217. package/dist/esm/post-purchase/product/settings/product-subscription/configs/ui-v2.js +1 -0
  1218. package/dist/esm/post-purchase/product/settings/product-subscription/index.js +9 -0
  1219. package/dist/esm/post-purchase/product/settings/product-title/ProductTitle.js +2 -2
  1220. package/dist/esm/post-purchase/product/settings/product-title/configs/ui-v2.js +1 -1
  1221. package/dist/esm/post-purchase/product/settings/product-variants/ProductVariant.js +2 -2
  1222. package/dist/esm/post-purchase/product/settings/product-variants/configs/ui-v2.js +1 -1
  1223. package/dist/esm/post-purchase/text/settings/heading/configs/presets-v2.js +1 -1
  1224. package/dist/esm/post-purchase/text/settings/text/Text.js +2 -2
  1225. package/dist/esm/post-purchase/text/settings/text/configs/ui-v2.js +1 -1
  1226. package/dist/esm/postPurchaseSetting.js +1 -1
  1227. package/dist/esm/product/components/ProductImages.js +1 -1
  1228. package/dist/esm/product/components/ProductImages.liquid.js +12 -12
  1229. package/dist/esm/product/components/ProductNotFound.js +1 -1
  1230. package/dist/esm/product/components/dynamic-checkout/Button.liquid.js +13 -13
  1231. package/dist/esm/product/components/file-upload/UploadFile.liquid.js +3 -4
  1232. package/dist/esm/product/components/file-upload/common/helpers.js +1 -1
  1233. package/dist/esm/product/components/file-upload/settings/configs/presets.js +1 -1
  1234. package/dist/esm/product/components/file-upload/settings/configs/settings.js +1 -1
  1235. package/dist/esm/product/components/file-upload/settings/configs/translate.js +1 -0
  1236. package/dist/esm/product/components/file-upload/settings/configs/ui-v2.js +1 -1
  1237. package/dist/esm/product/components/product-badge/ProductBadge.js +1 -1
  1238. package/dist/esm/product/components/product-badge/ProductBadge.liquid.js +23 -23
  1239. package/dist/esm/product/components/product-badge/common/attrs.js +1 -1
  1240. package/dist/esm/product/components/product-badge/common/classes.js +1 -1
  1241. package/dist/esm/product/components/product-badge/common/styles.js +1 -1
  1242. package/dist/esm/product/components/product-badge/utils/common.js +1 -1
  1243. package/dist/esm/product/components/product-badge/utils/generateLiquidContent.js +1 -1
  1244. package/dist/esm/product/components/product-badge/utils/renderBadgeLiquid.js +9 -5
  1245. package/dist/esm/product/components/product-bundle/ProductBundleDiscount.js +1 -1
  1246. package/dist/esm/product/components/product-bundle/ProductBundleDiscount.liquid.js +9 -8
  1247. package/dist/esm/product/components/product-bundle/setting/ProductBundleDiscount.js +2 -2
  1248. package/dist/esm/product/components/product-bundle/setting/configs/ui-v2.js +1 -1
  1249. package/dist/esm/product/components/product-button/ProductButton.liquid.js +8 -7
  1250. package/dist/esm/product/components/product-button/common/classes.js +1 -1
  1251. package/dist/esm/product/components/product-button/common/helpers.js +1 -1
  1252. package/dist/esm/product/components/product-button/helpers/getButtonDynamicSourceLocales.js +1 -1
  1253. package/dist/esm/product/components/product-button/hooks/useAddToCart.js +1 -1
  1254. package/dist/esm/product/components/product-button/hooks/useCartOperations.js +1 -1
  1255. package/dist/esm/product/components/product-button/hooks/useDispatchAfterSubmitEvent.js +1 -1
  1256. package/dist/esm/product/components/product-description/ProductDescription.js +1 -1
  1257. package/dist/esm/product/components/product-description/ProductDescription.liquid.js +13 -14
  1258. package/dist/esm/product/components/product-discount-tag/ProductDiscountTag.js +1 -1
  1259. package/dist/esm/product/components/product-discount-tag/ProductDiscountTag.liquid.js +14 -14
  1260. package/dist/esm/product/components/product-discount-tag/hooks/useGpDiscountTag.js +1 -1
  1261. package/dist/esm/product/components/product-images-v2/ProductImageV2.js +2 -2
  1262. package/dist/esm/product/components/product-images-v2/ProductImagesV2.liquid.js +17 -17
  1263. package/dist/esm/product/components/product-images-v3/ProductImageV3.js +2 -2
  1264. package/dist/esm/product/components/product-images-v3/ProductImagesV3.liquid.js +14 -14
  1265. package/dist/esm/product/components/product-list/ProductList.js +1 -1
  1266. package/dist/esm/product/components/product-list/ProductListCarouselItem.liquid.js +3 -4
  1267. package/dist/esm/product/components/product-list/ProductListGridItem.liquid.js +5 -6
  1268. package/dist/esm/product/components/product-list/ProductListGridLayout.liquid.js +7 -5
  1269. package/dist/esm/product/components/product-list-v3/ProductList.js +1 -1
  1270. package/dist/esm/product/components/product-list-v3/ProductListCarouselItem.liquid.js +3 -4
  1271. package/dist/esm/product/components/product-list-v3/ProductListGridItem.liquid.js +5 -6
  1272. package/dist/esm/product/components/product-list-v3/ProductListGridLayout.liquid.js +7 -5
  1273. package/dist/esm/product/components/product-list-v3/common/classes.js +1 -1
  1274. package/dist/esm/product/components/product-price/ProductPrice.js +1 -1
  1275. package/dist/esm/product/components/product-price/ProductPrice.liquid.js +4 -4
  1276. package/dist/esm/product/components/product-price/hooks/useGpPrice.js +1 -1
  1277. package/dist/esm/product/components/product-properties/ProductProperties.liquid.js +11 -11
  1278. package/dist/esm/product/components/product-properties/common/helpers.js +1 -1
  1279. package/dist/esm/product/components/product-properties/property-choice/ProductPropertyChoice.liquid.js +14 -14
  1280. package/dist/esm/product/components/product-properties/property-input/ProductPropertyInput.liquid.js +13 -13
  1281. package/dist/esm/product/components/product-properties/property-select/ProductPropertySelect.liquid.js +7 -7
  1282. package/dist/esm/product/components/product-sku/Sku.liquid.js +5 -4
  1283. package/dist/esm/product/components/product-title/ProductTitle.liquid.js +3 -4
  1284. package/dist/esm/product/components/product-variants/ProductVariants.js +1 -1
  1285. package/dist/esm/product/components/product-variants/ProductVariants.liquid.js +47 -47
  1286. package/dist/esm/product/components/product-variants/common/base/attrs.js +1 -1
  1287. package/dist/esm/product/components/product-variants/common/variants/classes.js +1 -1
  1288. package/dist/esm/product/components/product-vendor/Vendor.liquid.js +5 -5
  1289. package/dist/esm/product/components/product-view-more/ProductViewMore.liquid.js +3 -3
  1290. package/dist/esm/product/components/product-view-more/common/helpers.js +1 -1
  1291. package/dist/esm/product/components/product-wrap/Product.liquid.js +7 -7
  1292. package/dist/esm/product/helpers/function.js +1 -1
  1293. package/dist/esm/product/helpers/product-bundle.js +1 -1
  1294. package/dist/esm/product/settings/DynamicCheckout.js +2 -2
  1295. package/dist/esm/product/settings/Product.js +2 -2
  1296. package/dist/esm/product/settings/ProductBadge.js +1 -1
  1297. package/dist/esm/product/settings/ProductButton.js +2 -2
  1298. package/dist/esm/product/settings/ProductDescription.js +1 -1
  1299. package/dist/esm/product/settings/ProductImages.js +2 -2
  1300. package/dist/esm/product/settings/ProductList.js +2 -2
  1301. package/dist/esm/product/settings/ProductListV3.js +2 -2
  1302. package/dist/esm/product/settings/ProductPrice.js +2 -2
  1303. package/dist/esm/product/settings/ProductProperties.js +2 -2
  1304. package/dist/esm/product/settings/ProductQuantity.js +2 -2
  1305. package/dist/esm/product/settings/ProductTag.js +1 -1
  1306. package/dist/esm/product/settings/ProductTitle.js +2 -2
  1307. package/dist/esm/product/settings/ProductVariants.js +2 -2
  1308. package/dist/esm/product/settings/ProductViewMore.js +2 -2
  1309. package/dist/esm/product/settings/Sku.js +2 -2
  1310. package/dist/esm/product/settings/Vendor.js +2 -2
  1311. package/dist/esm/product/settings/bundle-layout/horizontal-three.js +1 -1
  1312. package/dist/esm/product/settings/bundle-layout/horizontal-two.js +1 -1
  1313. package/dist/esm/product/settings/dynamic-checkout/configs/presets.js +1 -1
  1314. package/dist/esm/product/settings/dynamic-checkout/configs/ui-v2.js +1 -1
  1315. package/dist/esm/product/settings/product/configs/product-presets/product-1-col.js +2 -2
  1316. package/dist/esm/product/settings/product/configs/product-presets/product-2-col.js +2 -2
  1317. package/dist/esm/product/settings/product/configs/product-presets/product-default.js +2 -2
  1318. package/dist/esm/product/settings/product/configs/ui-v2.js +1 -1
  1319. package/dist/esm/product/settings/product-badge/configs/presets.js +1 -1
  1320. package/dist/esm/product/settings/product-badge/configs/settings.js +1 -1
  1321. package/dist/esm/product/settings/product-badge/configs/translate.js +1 -0
  1322. package/dist/esm/product/settings/product-badge/configs/ui-v2.js +1 -1
  1323. package/dist/esm/product/settings/product-button/configs/presets.js +1 -1
  1324. package/dist/esm/product/settings/product-button/configs/settings.js +1 -1
  1325. package/dist/esm/product/settings/product-button/configs/translate.js +1 -0
  1326. package/dist/esm/product/settings/product-button/configs/ui-v2.js +1 -1
  1327. package/dist/esm/product/settings/product-description/configs/presets.js +1 -1
  1328. package/dist/esm/product/settings/product-description/configs/settings.js +1 -1
  1329. package/dist/esm/product/settings/product-description/configs/translate.js +1 -0
  1330. package/dist/esm/product/settings/product-description/configs/ui-v2.js +1 -1
  1331. package/dist/esm/product/settings/product-discount-tag/configs/translate.js +1 -0
  1332. package/dist/esm/product/settings/product-discount-tag/configs/ui-v2.js +1 -1
  1333. package/dist/esm/product/settings/product-image-v2/ProductImages.js +2 -2
  1334. package/dist/esm/product/settings/product-image-v2/configs/ui/FeatureDots.js +1 -1
  1335. package/dist/esm/product/settings/product-image-v2/configs/ui/FeatureNavigation.js +1 -1
  1336. package/dist/esm/product/settings/product-image-v2/configs/ui/ImageListNavigation.js +1 -1
  1337. package/dist/esm/product/settings/product-image-v2/configs/ui-v2.js +1 -1
  1338. package/dist/esm/product/settings/product-image-v3/ProductImages.js +2 -2
  1339. package/dist/esm/product/settings/product-image-v3/configs/ui/FeatureDots.js +1 -1
  1340. package/dist/esm/product/settings/product-image-v3/configs/ui/FeatureNavigation.js +1 -1
  1341. package/dist/esm/product/settings/product-image-v3/configs/ui/ImageListNavigation.js +1 -1
  1342. package/dist/esm/product/settings/product-image-v3/configs/ui-v2.js +1 -1
  1343. package/dist/esm/product/settings/product-list/configs/presets.js +2 -2
  1344. package/dist/esm/product/settings/product-list/configs/ui-v2.js +1 -1
  1345. package/dist/esm/product/settings/product-list-v3/configs/presets.js +2 -2
  1346. package/dist/esm/product/settings/product-list-v3/configs/ui-v2.js +1 -1
  1347. package/dist/esm/product/settings/product-price/configs/presets.js +2 -2
  1348. package/dist/esm/product/settings/product-price/configs/ui-v2.js +1 -1
  1349. package/dist/esm/product/settings/product-properties/configs/presets.js +1 -1
  1350. package/dist/esm/product/settings/product-properties/configs/settings-v2.js +1 -1
  1351. package/dist/esm/product/settings/product-properties/configs/translate.js +1 -0
  1352. package/dist/esm/product/settings/product-properties/configs/ui-v2.js +1 -1
  1353. package/dist/esm/product/settings/product-quantity/configs/presets.js +2 -2
  1354. package/dist/esm/product/settings/product-quantity/configs/settings.js +1 -1
  1355. package/dist/esm/product/settings/product-quantity/configs/ui-v2.js +1 -1
  1356. package/dist/esm/product/settings/product-sku/configs/presets.js +1 -1
  1357. package/dist/esm/product/settings/product-sku/configs/ui-v2.js +1 -1
  1358. package/dist/esm/product/settings/product-title/configs/presets.js +1 -1
  1359. package/dist/esm/product/settings/product-title/configs/ui-v2.js +1 -1
  1360. package/dist/esm/product/settings/product-variant/configs/presets.js +2 -2
  1361. package/dist/esm/product/settings/product-variant/configs/ui-v2.js +1 -1
  1362. package/dist/esm/product/settings/product-vendor/configs/presets.js +1 -1
  1363. package/dist/esm/product/settings/product-vendor/configs/ui-v2.js +1 -1
  1364. package/dist/esm/product/settings/product-view-more/configs/presets.js +1 -1
  1365. package/dist/esm/product/settings/product-view-more/configs/settings.js +1 -1
  1366. package/dist/esm/product/settings/product-view-more/configs/translate.js +1 -0
  1367. package/dist/esm/product/settings/product-view-more/configs/ui-v2.js +1 -1
  1368. package/dist/esm/shop-pay-installment/settings/ShopPayInstallments.js +2 -2
  1369. package/dist/esm/shop-pay-installment/settings/configs/settings.js +1 -1
  1370. package/dist/esm/sticky/common/styles.js +1 -1
  1371. package/dist/esm/sticky/components/Sticky.js +1 -1
  1372. package/dist/esm/sticky/components/Sticky.liquid.js +10 -11
  1373. package/dist/esm/sticky/index.js +1 -1
  1374. package/dist/esm/sticky/settings/Sticky.js +1 -1
  1375. package/dist/esm/sticky/settings/configs/presets.js +4 -4
  1376. package/dist/esm/sticky/settings/configs/translate.js +1 -0
  1377. package/dist/esm/sticky/settings/configs/ui-v2.js +1 -1
  1378. package/dist/esm/stock-counter/components/StockCounter.liquid.js +42 -42
  1379. package/dist/esm/stock-counter/settings/StockCounter.js +2 -2
  1380. package/dist/esm/stock-counter/settings/configs/presets.js +2 -2
  1381. package/dist/esm/stock-counter/settings/configs/settings-v2.js +1 -1
  1382. package/dist/esm/stock-counter/settings/configs/translate.js +1 -0
  1383. package/dist/esm/stock-counter/settings/configs/ui-v2.js +1 -1
  1384. package/dist/esm/tab/common/styles.js +1 -1
  1385. package/dist/esm/tab/components/Tabs.js +1 -1
  1386. package/dist/esm/tab/components/Tabs.liquid.js +22 -21
  1387. package/dist/esm/tab/settings/Tabs.js +2 -2
  1388. package/dist/esm/tab/settings/configs/settings.js +1 -1
  1389. package/dist/esm/tab/settings/configs/translate.js +1 -0
  1390. package/dist/esm/tab/settings/configs/ui-v2.js +1 -1
  1391. package/dist/esm/text/common/helpers.js +1 -1
  1392. package/dist/esm/text/common/styles.js +1 -1
  1393. package/dist/esm/text/components/Text.js +1 -1
  1394. package/dist/esm/text/components/Text.liquid.js +12 -12
  1395. package/dist/esm/text/settings/Text.js +2 -2
  1396. package/dist/esm/text/settings/configs/presets.js +1 -1
  1397. package/dist/esm/text/settings/configs/settings.js +1 -1
  1398. package/dist/esm/text/settings/configs/translate.js +1 -0
  1399. package/dist/esm/text/settings/configs/ui-v2.js +1 -1
  1400. package/dist/esm/third-party/components/GrowthSuiteDiscountCodes.js +2 -0
  1401. package/dist/esm/third-party/components/GrowthSuiteDiscountCodes.liquid.js +8 -0
  1402. package/dist/esm/third-party/components/PushOwl.liquid.js +2 -2
  1403. package/dist/esm/third-party/components/SealSubscriptions.liquid.js +43 -12
  1404. package/dist/esm/third-party/components/Trustoo.liquid.js +9 -7
  1405. package/dist/esm/third-party/components/WishlistPlus.liquid.js +5 -5
  1406. package/dist/esm/third-party/configs/GrowthSuiteDiscountCodes.js +1 -0
  1407. package/dist/esm/third-party/configs/LoloyalLoyaltyReferrals.js +1 -1
  1408. package/dist/esm/third-party/configs/ParcelPanel.js +1 -1
  1409. package/dist/esm/third-party/configs/Trustoo.js +1 -1
  1410. package/dist/esm/third-party/index.js +1 -1
  1411. package/dist/esm/third-party/next.js +1 -1
  1412. package/dist/esm/third-party/settings/AftershipEmailMarketingsms/index.js +2 -2
  1413. package/dist/esm/third-party/settings/AftershipEmailMarketingsms/uiV2.js +1 -1
  1414. package/dist/esm/third-party/settings/AirProductReviewsAppUgc/index.js +2 -2
  1415. package/dist/esm/third-party/settings/AirProductReviewsAppUgc/uiV2.js +1 -1
  1416. package/dist/esm/third-party/settings/AliReviews/index.js +2 -2
  1417. package/dist/esm/third-party/settings/AliReviews/uiV2.js +1 -1
  1418. package/dist/esm/third-party/settings/AlsoBoughtCbb/index.js +2 -2
  1419. package/dist/esm/third-party/settings/AlsoBoughtCbb/uiV2.js +1 -1
  1420. package/dist/esm/third-party/settings/AovBundlesVolumeDiscounts/index.js +1 -1
  1421. package/dist/esm/third-party/settings/AovBundlesVolumeDiscounts/uiV2.js +1 -1
  1422. package/dist/esm/third-party/settings/AovFreeGiftBuyXGetYBogo/index.js +2 -2
  1423. package/dist/esm/third-party/settings/AovFreeGiftBuyXGetYBogo/uiV2.js +1 -1
  1424. package/dist/esm/third-party/settings/AppointmentBookingCowlendar/index.js +2 -2
  1425. package/dist/esm/third-party/settings/AppointmentBookingCowlendar/uiV2.js +1 -1
  1426. package/dist/esm/third-party/settings/AppstleBundlesDiscounts/index.js +2 -2
  1427. package/dist/esm/third-party/settings/AppstleBundlesDiscounts/uiV2.js +1 -1
  1428. package/dist/esm/third-party/settings/AppstleSubscriptions/index.js +2 -2
  1429. package/dist/esm/third-party/settings/AppstleSubscriptions/uiV2.js +1 -1
  1430. package/dist/esm/third-party/settings/BestBuyFulfillment/index.js +2 -2
  1431. package/dist/esm/third-party/settings/BestBuyFulfillment/uiV2.js +1 -1
  1432. package/dist/esm/third-party/settings/BfSizeChartSizeGuide/index.js +2 -2
  1433. package/dist/esm/third-party/settings/BfSizeChartSizeGuide/uiV2.js +1 -1
  1434. package/dist/esm/third-party/settings/BirdChime/index.js +2 -2
  1435. package/dist/esm/third-party/settings/BirdChime/uiV2.js +1 -1
  1436. package/dist/esm/third-party/settings/BloyRewardsProgramLoyalty/index.js +1 -1
  1437. package/dist/esm/third-party/settings/BloyRewardsProgramLoyalty/uiV2.js +1 -1
  1438. package/dist/esm/third-party/settings/Bogos/index.js +2 -2
  1439. package/dist/esm/third-party/settings/Bogos/uiV2.js +1 -1
  1440. package/dist/esm/third-party/settings/BoldProductOptions/index.js +2 -2
  1441. package/dist/esm/third-party/settings/BoldProductOptions/uiV2.js +1 -1
  1442. package/dist/esm/third-party/settings/BoldSubscriptions/index.js +2 -2
  1443. package/dist/esm/third-party/settings/BoldSubscriptions/uiV2.js +1 -1
  1444. package/dist/esm/third-party/settings/BonLoyaltyRewardsReferrals/index.js +2 -2
  1445. package/dist/esm/third-party/settings/BonLoyaltyRewardsReferrals/uiV2.js +1 -1
  1446. package/dist/esm/third-party/settings/BoostAISearchDiscovery/index.js +2 -2
  1447. package/dist/esm/third-party/settings/BoostAISearchDiscovery/uiV2.js +1 -1
  1448. package/dist/esm/third-party/settings/Bundler/index.js +2 -2
  1449. package/dist/esm/third-party/settings/Bundler/uiV2.js +1 -1
  1450. package/dist/esm/third-party/settings/CleanSizeCharts/index.js +2 -2
  1451. package/dist/esm/third-party/settings/CleanSizeCharts/uiV2.js +1 -1
  1452. package/dist/esm/third-party/settings/CrossSellCartUpsell/index.js +2 -2
  1453. package/dist/esm/third-party/settings/CrossSellCartUpsell/uiV2.js +1 -1
  1454. package/dist/esm/third-party/settings/CustomProductOptionsVariant/index.js +2 -2
  1455. package/dist/esm/third-party/settings/CustomProductOptionsVariant/uiV2.js +1 -1
  1456. package/dist/esm/third-party/settings/DealeasyVolumeDiscounts/index.js +1 -1
  1457. package/dist/esm/third-party/settings/DealeasyVolumeDiscounts/uiV2.js +1 -1
  1458. package/dist/esm/third-party/settings/DiscountyBulkDiscountSales/index.js +2 -2
  1459. package/dist/esm/third-party/settings/DiscountyBulkDiscountSales/uiV2.js +1 -1
  1460. package/dist/esm/third-party/settings/EasifyProductOptions/index.js +2 -2
  1461. package/dist/esm/third-party/settings/EasifyProductOptions/uiV2.js +1 -1
  1462. package/dist/esm/third-party/settings/EasyBundleBuilderSkailama/index.js +2 -2
  1463. package/dist/esm/third-party/settings/EasyBundleBuilderSkailama/uiV2.js +1 -1
  1464. package/dist/esm/third-party/settings/EasySellCOD/index.js +2 -2
  1465. package/dist/esm/third-party/settings/EasySellCOD/uiV2.js +1 -1
  1466. package/dist/esm/third-party/settings/EcoboostifyShoppableReelUgc/index.js +2 -2
  1467. package/dist/esm/third-party/settings/EcoboostifyShoppableReelUgc/uiV2.js +1 -1
  1468. package/dist/esm/third-party/settings/EcomsendBackInStockAlert/index.js +2 -2
  1469. package/dist/esm/third-party/settings/EcomsendBackInStockAlert/uiV2.js +1 -1
  1470. package/dist/esm/third-party/settings/EssentialAnnouncementBar/index.js +2 -2
  1471. package/dist/esm/third-party/settings/EssentialAnnouncementBar/uiV2.js +1 -1
  1472. package/dist/esm/third-party/settings/EssentialCountdownTimerBar/index.js +2 -2
  1473. package/dist/esm/third-party/settings/EssentialCountdownTimerBar/uiV2.js +1 -1
  1474. package/dist/esm/third-party/settings/EstimatedDeliveryDatePlus/index.js +2 -2
  1475. package/dist/esm/third-party/settings/EstimatedDeliveryDatePlus/uiV2.js +1 -1
  1476. package/dist/esm/third-party/settings/FastBundleBundlesDiscounts/index.js +2 -2
  1477. package/dist/esm/third-party/settings/FastBundleBundlesDiscounts/uiV2.js +1 -1
  1478. package/dist/esm/third-party/settings/FeraReviews/index.js +2 -2
  1479. package/dist/esm/third-party/settings/FeraReviews/uiV2.js +1 -1
  1480. package/dist/esm/third-party/settings/FirePush/index.js +2 -2
  1481. package/dist/esm/third-party/settings/FirePush/uiV2.js +1 -1
  1482. package/dist/esm/third-party/settings/FlyBundlesUpsellsFbt/index.js +2 -2
  1483. package/dist/esm/third-party/settings/FlyBundlesUpsellsFbt/uiV2.js +1 -1
  1484. package/dist/esm/third-party/settings/FordeerProductLabels/index.js +2 -2
  1485. package/dist/esm/third-party/settings/FordeerProductLabels/uiV2.js +1 -1
  1486. package/dist/esm/third-party/settings/FrequentlyBoughtTogether/index.js +3 -3
  1487. package/dist/esm/third-party/settings/FrequentlyBoughtTogether/uiV2.js +1 -1
  1488. package/dist/esm/third-party/settings/GloColorSwatchvariantImage/index.js +2 -2
  1489. package/dist/esm/third-party/settings/GloColorSwatchvariantImage/uiV2.js +1 -1
  1490. package/dist/esm/third-party/settings/GloboProductOptionsVariant/index.js +2 -2
  1491. package/dist/esm/third-party/settings/GloboProductOptionsVariant/uiV2.js +1 -1
  1492. package/dist/esm/third-party/settings/GoogleReviewsByReputon/index.js +2 -2
  1493. package/dist/esm/third-party/settings/GoogleReviewsByReputon/uiV2.js +1 -1
  1494. package/dist/esm/third-party/settings/Growave/index.js +2 -2
  1495. package/dist/esm/third-party/settings/Growave/uiV2.js +1 -1
  1496. package/dist/esm/third-party/settings/GrowthSuiteDiscountCodes/index.js +4 -0
  1497. package/dist/esm/third-party/{setting/KachingSubscriptionsApp → settings/GrowthSuiteDiscountCodes}/uiV2.js +1 -1
  1498. package/dist/esm/third-party/settings/HextomCountdownTimerBar/index.js +2 -2
  1499. package/dist/esm/third-party/settings/HextomCountdownTimerBar/uiV2.js +1 -1
  1500. package/dist/esm/third-party/settings/HextomFreeShippingBar/index.js +2 -2
  1501. package/dist/esm/third-party/settings/HextomFreeShippingBar/uiV2.js +1 -1
  1502. package/dist/esm/third-party/settings/HulkFormBuilder/index.js +2 -2
  1503. package/dist/esm/third-party/settings/HulkFormBuilder/uiV2.js +1 -1
  1504. package/dist/esm/third-party/settings/HulkProductOptions/index.js +2 -2
  1505. package/dist/esm/third-party/settings/HulkProductOptions/uiV2.js +1 -1
  1506. package/dist/esm/third-party/settings/InfiniteOptions/index.js +2 -2
  1507. package/dist/esm/third-party/settings/InfiniteOptions/uiV2.js +1 -1
  1508. package/dist/esm/third-party/settings/Instafeed/index.js +2 -2
  1509. package/dist/esm/third-party/settings/Instafeed/uiV2.js +1 -1
  1510. package/dist/esm/third-party/settings/InstasellShoppableInstagram/index.js +2 -2
  1511. package/dist/esm/third-party/settings/InstasellShoppableInstagram/uiV2.js +1 -1
  1512. package/dist/esm/third-party/settings/JudgemeReviews/index.js +2 -2
  1513. package/dist/esm/third-party/settings/JudgemeReviews/uiV2.js +1 -1
  1514. package/dist/esm/third-party/settings/JunipProductReviewsUgc/index.js +2 -2
  1515. package/dist/esm/third-party/settings/JunipProductReviewsUgc/uiV2.js +1 -1
  1516. package/dist/esm/third-party/settings/KachingBundles/index.js +2 -2
  1517. package/dist/esm/third-party/settings/KachingBundles/uiV2.js +1 -1
  1518. package/dist/esm/third-party/{setting → settings}/KachingSubscriptionsApp/index.js +2 -2
  1519. package/dist/esm/third-party/settings/KachingSubscriptionsApp/uiV2.js +1 -0
  1520. package/dist/esm/third-party/settings/KingProductOptions/index.js +2 -2
  1521. package/dist/esm/third-party/settings/KingProductOptions/uiV2.js +1 -1
  1522. package/dist/esm/third-party/settings/KiteFreeGiftDiscount/index.js +2 -2
  1523. package/dist/esm/third-party/settings/KiteFreeGiftDiscount/uiV2.js +1 -1
  1524. package/dist/esm/third-party/settings/KlarnaMessaging/index.js +2 -2
  1525. package/dist/esm/third-party/settings/KlarnaMessaging/uiV2.js +1 -1
  1526. package/dist/esm/third-party/settings/Klaviyo/index.js +2 -2
  1527. package/dist/esm/third-party/settings/Klaviyo/uiV2.js +1 -1
  1528. package/dist/esm/third-party/settings/KoalaBundleQuantityDiscount/index.js +2 -2
  1529. package/dist/esm/third-party/settings/KoalaBundleQuantityDiscount/uiV2.js +1 -1
  1530. package/dist/esm/third-party/settings/LaiProductReviews/index.js +2 -2
  1531. package/dist/esm/third-party/settings/LaiProductReviews/uiV2.js +1 -1
  1532. package/dist/esm/third-party/settings/LoloyalLoyaltyReferrals/index.js +4 -4
  1533. package/dist/esm/third-party/settings/LoloyalLoyaltyReferrals/uiV2.js +1 -1
  1534. package/dist/esm/third-party/settings/LoopSubscriptions/index.js +2 -2
  1535. package/dist/esm/third-party/settings/LoopSubscriptions/uiV2.js +1 -1
  1536. package/dist/esm/third-party/settings/LooxReviews/index.js +2 -2
  1537. package/dist/esm/third-party/settings/LooxReviews/uiV2.js +1 -1
  1538. package/dist/esm/third-party/settings/MaxbundleProductBundles/index.js +2 -2
  1539. package/dist/esm/third-party/settings/MaxbundleProductBundles/uiV2.js +1 -1
  1540. package/dist/esm/third-party/settings/MbcBundleVolumeDiscount/index.js +2 -2
  1541. package/dist/esm/third-party/settings/MbcBundleVolumeDiscount/uiV2.js +1 -1
  1542. package/dist/esm/third-party/settings/MyappgurusProductReviews/index.js +2 -2
  1543. package/dist/esm/third-party/settings/MyappgurusProductReviews/uiV2.js +1 -1
  1544. package/dist/esm/third-party/settings/NotifyBackInStockPreOrder/index.js +2 -2
  1545. package/dist/esm/third-party/settings/NotifyBackInStockPreOrder/uiV2.js +1 -1
  1546. package/dist/esm/third-party/settings/OkendoReviewsLoyalty/index.js +2 -2
  1547. package/dist/esm/third-party/settings/OkendoReviewsLoyalty/uiV2.js +1 -1
  1548. package/dist/esm/third-party/settings/Omnisend/index.js +2 -2
  1549. package/dist/esm/third-party/settings/Omnisend/uiV2.js +1 -1
  1550. package/dist/esm/third-party/settings/Opinew/index.js +2 -2
  1551. package/dist/esm/third-party/settings/Opinew/uiV2.js +1 -1
  1552. package/dist/esm/third-party/settings/ParcelPanel/index.js +2 -2
  1553. package/dist/esm/third-party/settings/ParcelPanel/uiV2.js +1 -1
  1554. package/dist/esm/third-party/settings/PickyStory/index.js +2 -2
  1555. package/dist/esm/third-party/settings/PickyStory/uiV2.js +1 -1
  1556. package/dist/esm/third-party/settings/PowerfulContactFormBuilder/index.js +2 -2
  1557. package/dist/esm/third-party/settings/PowerfulContactFormBuilder/uiV2.js +1 -1
  1558. package/dist/esm/third-party/settings/PreorderNowPreOrderPq/index.js +2 -2
  1559. package/dist/esm/third-party/settings/PreorderNowPreOrderPq/uiV2.js +1 -1
  1560. package/dist/esm/third-party/settings/PreorderNowWodPresale/index.js +2 -2
  1561. package/dist/esm/third-party/settings/PreorderNowWodPresale/uiV2.js +1 -1
  1562. package/dist/esm/third-party/settings/ProductOptionsCustomizer/index.js +2 -2
  1563. package/dist/esm/third-party/settings/ProductOptionsCustomizer/uiV2.js +1 -1
  1564. package/dist/esm/third-party/settings/ProductOptionsVariantOption/index.js +2 -2
  1565. package/dist/esm/third-party/settings/ProductOptionsVariantOption/uiV2.js +1 -1
  1566. package/dist/esm/third-party/settings/ProductReviews/index.js +2 -2
  1567. package/dist/esm/third-party/settings/ProductReviews/uiV2.js +1 -1
  1568. package/dist/esm/third-party/settings/PumperBundlesVolumeDiscount/index.js +2 -2
  1569. package/dist/esm/third-party/settings/PumperBundlesVolumeDiscount/uiV2.js +1 -1
  1570. package/dist/esm/third-party/settings/PushOwl/index.js +2 -2
  1571. package/dist/esm/third-party/settings/PushOwl/uiV2.js +1 -1
  1572. package/dist/esm/third-party/settings/QikifyUpsell/index.js +2 -2
  1573. package/dist/esm/third-party/settings/QikifyUpsell/uiV2.js +1 -1
  1574. package/dist/esm/third-party/settings/RapiBundleQuantityBreaks/index.js +2 -2
  1575. package/dist/esm/third-party/settings/RapiBundleQuantityBreaks/uiV2.js +1 -1
  1576. package/dist/esm/third-party/settings/RechargeSubscriptions/index.js +2 -2
  1577. package/dist/esm/third-party/settings/RechargeSubscriptions/uiV2.js +1 -1
  1578. package/dist/esm/third-party/settings/RecurpaySubscriptionApp/index.js +2 -2
  1579. package/dist/esm/third-party/settings/RecurpaySubscriptionApp/uiV2.js +1 -1
  1580. package/dist/esm/third-party/settings/Releasit/index.js +2 -2
  1581. package/dist/esm/third-party/settings/Releasit/uiV2.js +1 -1
  1582. package/dist/esm/third-party/settings/RequestQuoteHidePrice/index.js +2 -2
  1583. package/dist/esm/third-party/settings/RequestQuoteHidePrice/uiV2.js +1 -1
  1584. package/dist/esm/third-party/settings/ReviewxpoProductReviewsApp/index.js +2 -2
  1585. package/dist/esm/third-party/settings/ReviewxpoProductReviewsApp/uiV2.js +1 -1
  1586. package/dist/esm/third-party/settings/Rivyo/index.js +2 -2
  1587. package/dist/esm/third-party/settings/Rivyo/uiV2.js +1 -1
  1588. package/dist/esm/third-party/settings/Ryviu/index.js +2 -2
  1589. package/dist/esm/third-party/settings/Ryviu/uiV2.js +1 -1
  1590. package/dist/esm/third-party/settings/SealSubscriptions/index.js +2 -2
  1591. package/dist/esm/third-party/settings/SealSubscriptions/uiV2.js +1 -1
  1592. package/dist/esm/third-party/settings/SegunoEmailMarketing/index.js +2 -2
  1593. package/dist/esm/third-party/settings/SegunoEmailMarketing/uiV2.js +1 -1
  1594. package/dist/esm/third-party/settings/Selleasy/index.js +2 -2
  1595. package/dist/esm/third-party/settings/Selleasy/uiV2.js +1 -1
  1596. package/dist/esm/third-party/settings/SeoantTrustBadgesIcon/index.js +2 -2
  1597. package/dist/esm/third-party/settings/SeoantTrustBadgesIcon/uiV2.js +1 -1
  1598. package/dist/esm/third-party/settings/ShopifyForms/index.js +2 -2
  1599. package/dist/esm/third-party/settings/ShopifyForms/uiV2.js +1 -1
  1600. package/dist/esm/third-party/settings/ShopifySubscriptions/index.js +2 -2
  1601. package/dist/esm/third-party/settings/ShopifySubscriptions/uiV2.js +1 -1
  1602. package/dist/esm/third-party/settings/SimpleBundlesKits/index.js +2 -2
  1603. package/dist/esm/third-party/settings/SimpleBundlesKits/uiV2.js +1 -1
  1604. package/dist/esm/third-party/settings/SkioSubscriptionsYcS20/index.js +2 -2
  1605. package/dist/esm/third-party/settings/SkioSubscriptionsYcS20/uiV2.js +1 -1
  1606. package/dist/esm/third-party/settings/SmartSearchBarAndFilters/index.js +2 -2
  1607. package/dist/esm/third-party/settings/SmartSearchBarAndFilters/uiV2.js +1 -1
  1608. package/dist/esm/third-party/settings/SproutPlantTreesGrowSales/index.js +2 -2
  1609. package/dist/esm/third-party/settings/SproutPlantTreesGrowSales/uiV2.js +1 -1
  1610. package/dist/esm/third-party/settings/Stamped.js +1 -1
  1611. package/dist/esm/third-party/settings/StellarDeliveryDatePickup/index.js +2 -2
  1612. package/dist/esm/third-party/settings/StellarDeliveryDatePickup/uiV2.js +1 -1
  1613. package/dist/esm/third-party/settings/SubifySubscriptionsApp/index.js +2 -2
  1614. package/dist/esm/third-party/settings/SubifySubscriptionsApp/uiV2.js +1 -1
  1615. package/dist/esm/third-party/settings/TagembedSocialPostReview/index.js +2 -2
  1616. package/dist/esm/third-party/settings/TagembedSocialPostReview/uiV2.js +1 -1
  1617. package/dist/esm/third-party/settings/TagshopShoppableVideosUgc/index.js +2 -2
  1618. package/dist/esm/third-party/settings/TagshopShoppableVideosUgc/uiV2.js +1 -1
  1619. package/dist/esm/third-party/settings/TeeinblueProductPersonalizer/index.js +2 -2
  1620. package/dist/esm/third-party/settings/TeeinblueProductPersonalizer/uiV2.js +1 -1
  1621. package/dist/esm/third-party/settings/TrustBadgesBear/index.js +2 -2
  1622. package/dist/esm/third-party/settings/TrustBadgesBear/uiV2.js +1 -1
  1623. package/dist/esm/third-party/settings/TrustMe/index.js +2 -2
  1624. package/dist/esm/third-party/settings/TrustMe/uiV2.js +1 -1
  1625. package/dist/esm/third-party/settings/TrustedsiteTrustBadges/index.js +2 -2
  1626. package/dist/esm/third-party/settings/TrustedsiteTrustBadges/uiV2.js +1 -1
  1627. package/dist/esm/third-party/settings/Trustoo/index.js +2 -2
  1628. package/dist/esm/third-party/settings/Trustoo/uiV2.js +1 -1
  1629. package/dist/esm/third-party/settings/TrustreviewsProductReviews/index.js +2 -2
  1630. package/dist/esm/third-party/settings/TrustreviewsProductReviews/uiV2.js +1 -1
  1631. package/dist/esm/third-party/settings/TrustshopProductReviews/index.js +2 -2
  1632. package/dist/esm/third-party/settings/TrustshopProductReviews/uiV2.js +1 -1
  1633. package/dist/esm/third-party/settings/UltimateSalesBoost/index.js +1 -1
  1634. package/dist/esm/third-party/settings/UltimateSalesBoost/uiV2.js +1 -1
  1635. package/dist/esm/third-party/settings/UnlimitedBundlesDiscounts/index.js +2 -2
  1636. package/dist/esm/third-party/settings/UnlimitedBundlesDiscounts/uiV2.js +1 -1
  1637. package/dist/esm/third-party/settings/UppromoteAffiliateMarketing/setting.js +1 -1
  1638. package/dist/esm/third-party/settings/UppromoteAffiliateMarketing/uiV2.js +1 -1
  1639. package/dist/esm/third-party/settings/Vitals/index.js +2 -2
  1640. package/dist/esm/third-party/settings/Vitals/uiV2.js +1 -1
  1641. package/dist/esm/third-party/settings/WhatmoreShoppableVideosreel/index.js +2 -2
  1642. package/dist/esm/third-party/settings/WhatmoreShoppableVideosreel/uiV2.js +1 -1
  1643. package/dist/esm/third-party/settings/WideBundle/index.js +2 -2
  1644. package/dist/esm/third-party/settings/WideBundle/uiV2.js +1 -1
  1645. package/dist/esm/third-party/settings/Wiser/index.js +2 -2
  1646. package/dist/esm/third-party/settings/Wiser/uiV2.js +1 -1
  1647. package/dist/esm/third-party/settings/WishlistKing/index.js +2 -2
  1648. package/dist/esm/third-party/settings/WishlistKing/uiV2.js +1 -1
  1649. package/dist/esm/third-party/settings/WishlistPlus/index.js +2 -2
  1650. package/dist/esm/third-party/settings/WishlistPlus/uiV2.js +1 -1
  1651. package/dist/esm/third-party/settings/YotpoLoyalty/index.js +2 -2
  1652. package/dist/esm/third-party/settings/YotpoLoyalty/uiV2.js +1 -1
  1653. package/dist/esm/third-party/settings/YotpoReviews/index.js +2 -2
  1654. package/dist/esm/third-party/settings/YotpoReviews/uiV2.js +1 -1
  1655. package/dist/esm/third-party-instant/settings/InstantJudgemeReviews/configs/ui-v2.js +1 -1
  1656. package/dist/esm/third-party-instant/settings/InstantJudgemeReviews/index.js +2 -2
  1657. package/dist/esm/third-party-instant/settings/InstantKlaviyo/configs/ui-v2.js +1 -1
  1658. package/dist/esm/third-party-instant/settings/InstantKlaviyo/index.js +2 -2
  1659. package/dist/esm/third-party-instant/settings/InstantLooxReviews/index.js +1 -1
  1660. package/dist/esm/third-party-instant/settings/InstantYotpoLoyalty/index.js +4 -4
  1661. package/dist/esm/third-party-slot/settings/ThirdPartySlot.js +2 -2
  1662. package/dist/esm/third-party-slot/settings/configs/ui-v2.js +1 -1
  1663. package/dist/esm/translate.js +2 -0
  1664. package/dist/esm/video/common/classes.js +1 -1
  1665. package/dist/esm/video/common/helpers.js +1 -1
  1666. package/dist/esm/video/components/HTML5Embed.liquid.js +28 -16
  1667. package/dist/esm/video/components/LiteVimeoEmbed.liquid.js +13 -12
  1668. package/dist/esm/video/components/LiteYouTubeEmbed.js +1 -1
  1669. package/dist/esm/video/components/LiteYouTubeEmbed.liquid.js +18 -15
  1670. package/dist/esm/video/components/Video.liquid.js +3 -3
  1671. package/dist/esm/video/settings/Video.js +2 -2
  1672. package/dist/esm/video/settings/configs/settings.js +1 -1
  1673. package/dist/esm/video/settings/configs/translate.js +1 -0
  1674. package/dist/esm/video/settings/configs/ui-v2.js +1 -1
  1675. package/dist/types/index.d.ts +406 -216
  1676. package/package.json +17 -20
  1677. package/dist/cjs/accordion/settings/configs/ui-v1.js +0 -1
  1678. package/dist/cjs/article/settings/configs/article-author/ui-v1.js +0 -1
  1679. package/dist/cjs/article/settings/configs/article-category/ui-v1.js +0 -1
  1680. package/dist/cjs/article/settings/configs/article-content/ui-v1.js +0 -1
  1681. package/dist/cjs/article/settings/configs/article-date/ui-v1.js +0 -1
  1682. package/dist/cjs/article/settings/configs/article-excerpt/ui-v1.js +0 -1
  1683. package/dist/cjs/article/settings/configs/article-image/ui-v1.js +0 -1
  1684. package/dist/cjs/article/settings/configs/article-read-more/ui-v1.js +0 -1
  1685. package/dist/cjs/article/settings/configs/article-tag/ui-v1.js +0 -1
  1686. package/dist/cjs/article/settings/configs/article-title/ui-v1.js +0 -1
  1687. package/dist/cjs/breadcrumb/settings/configs/ui-v1.js +0 -1
  1688. package/dist/cjs/button/settings/configs/ui-v1.js +0 -1
  1689. package/dist/cjs/carousel/settings/configs/ui-v1.js +0 -1
  1690. package/dist/cjs/carousel-v3/settings/configs/ui-v1.js +0 -1
  1691. package/dist/cjs/code/settings/configs/ui-v1.js +0 -1
  1692. package/dist/cjs/collection/settings/collection-banner/configs/ui-v1.js +0 -1
  1693. package/dist/cjs/collection/settings/collection-description/configs/ui-v1.js +0 -1
  1694. package/dist/cjs/collection/settings/collection-paginator/configs/ui-v1.js +0 -1
  1695. package/dist/cjs/collection/settings/collection-title/configs/ui-v1.js +0 -1
  1696. package/dist/cjs/collection/settings/collection-toolbar/configs/ui-v1.js +0 -1
  1697. package/dist/cjs/countdown-timer/settings/configs/ui-v1.js +0 -1
  1698. package/dist/cjs/coupon/settings/configs/ui-v1.js +0 -1
  1699. package/dist/cjs/dialog/settings/configs/ui-v1.js +0 -1
  1700. package/dist/cjs/estimate-delivery/settings/configs/ui-v1.js +0 -1
  1701. package/dist/cjs/form/settings/contact/configs/ui-v1.js +0 -1
  1702. package/dist/cjs/form/settings/form-checkbox/configs/ui-v1.js +0 -1
  1703. package/dist/cjs/form/settings/form-dropdown/configs/ui-v1.js +0 -1
  1704. package/dist/cjs/form/settings/form-email/configs/ui-v1.js +0 -1
  1705. package/dist/cjs/form/settings/form-textarea/configs/ui-v1.js +0 -1
  1706. package/dist/cjs/form/settings/newsletter/configs/ui-v1.js +0 -1
  1707. package/dist/cjs/form/settings/submit-button/configs/ui-v1.js +0 -1
  1708. package/dist/cjs/form/settings/text-field/configs/ui-v1.js +0 -1
  1709. package/dist/cjs/form/settings/text-input/configs/ui-v1.js +0 -1
  1710. package/dist/cjs/grid/settings/configs/row/ui-v1.js +0 -1
  1711. package/dist/cjs/grid/settings/configs/section/ui-v1.js +0 -1
  1712. package/dist/cjs/header/settings/configs/ui-v1.js +0 -1
  1713. package/dist/cjs/heading/settings/configs/ui-v1.js +0 -1
  1714. package/dist/cjs/hero-banner/settings/configs/ui-v1.js +0 -1
  1715. package/dist/cjs/icon/settings/configs/ui-v1.js +0 -1
  1716. package/dist/cjs/icon-list/settings/configs/ui-v1.js +0 -1
  1717. package/dist/cjs/icon-list-hoz/settings/configs/uiV1.js +0 -1
  1718. package/dist/cjs/icon-list-v2/settings/configs/ui-v1.js +0 -1
  1719. package/dist/cjs/image/settings/configs/ui-v1.js +0 -4
  1720. package/dist/cjs/image-comparison/settings/configs/ui-v1.js +0 -1
  1721. package/dist/cjs/line/settings/configs/ui-v1.js +0 -1
  1722. package/dist/cjs/marquee/settings/configs/ui-v1.js +0 -1
  1723. package/dist/cjs/post-purchase/advanced-list/settings/configs/ui-v1.js +0 -1
  1724. package/dist/cjs/post-purchase/button/settings/configs/ui-v1.js +0 -1
  1725. package/dist/cjs/post-purchase/callout-banner/settings/config/callout-box/ui-v1.js +0 -1
  1726. package/dist/cjs/post-purchase/countdown-timer/settings/config/ui-v1.js +0 -1
  1727. package/dist/cjs/post-purchase/line/settings/configs/ui-v1.js +0 -1
  1728. package/dist/cjs/post-purchase/link/settings/configs/ui-v1.js +0 -1
  1729. package/dist/cjs/post-purchase/product/settings/accept-button/configs/ui-v1.js +0 -1
  1730. package/dist/cjs/post-purchase/product/settings/product-description/configs/ui-v1.js +0 -1
  1731. package/dist/cjs/post-purchase/product/settings/product-discount-tag/configs/ui-v1.js +0 -1
  1732. package/dist/cjs/post-purchase/product/settings/product-image/ProductFeatureImage.js +0 -1
  1733. package/dist/cjs/post-purchase/product/settings/product-image/ProductGalleryImage.js +0 -1
  1734. package/dist/cjs/post-purchase/product/settings/product-image/ProductImageLayoutSetting.js +0 -1
  1735. package/dist/cjs/post-purchase/product/settings/product-image/configs/ui-v1.js +0 -1
  1736. package/dist/cjs/post-purchase/product/settings/product-offer/configs/ui-v1.js +0 -1
  1737. package/dist/cjs/post-purchase/product/settings/product-price/configs/ui-v1.js +0 -1
  1738. package/dist/cjs/post-purchase/product/settings/product-price-breakdown/configs/ui-v1.js +0 -1
  1739. package/dist/cjs/post-purchase/product/settings/product-quantity/configs/ui-v1.js +0 -1
  1740. package/dist/cjs/post-purchase/product/settings/product-title/configs/ui-v1.js +0 -1
  1741. package/dist/cjs/post-purchase/product/settings/product-variants/configs/ui-v1.js +0 -1
  1742. package/dist/cjs/post-purchase/text/settings/text/configs/ui-v1.js +0 -1
  1743. package/dist/cjs/product/settings/dynamic-checkout/configs/ui-v1.js +0 -1
  1744. package/dist/cjs/product/settings/product/configs/ui-v1.js +0 -1
  1745. package/dist/cjs/product/settings/product-badge/configs/ui-v1.js +0 -1
  1746. package/dist/cjs/product/settings/product-button/configs/ui-v1.js +0 -1
  1747. package/dist/cjs/product/settings/product-description/configs/ui-v1.js +0 -1
  1748. package/dist/cjs/product/settings/product-list/configs/ui-v1.js +0 -1
  1749. package/dist/cjs/product/settings/product-list-v3/configs/ui-v1.js +0 -1
  1750. package/dist/cjs/product/settings/product-price/configs/ui-v1.js +0 -1
  1751. package/dist/cjs/product/settings/product-properties/configs/ui-v1.js +0 -1
  1752. package/dist/cjs/product/settings/product-quantity/configs/ui-v1.js +0 -1
  1753. package/dist/cjs/product/settings/product-sku/configs/ui-v1.js +0 -1
  1754. package/dist/cjs/product/settings/product-title/configs/ui-v1.js +0 -1
  1755. package/dist/cjs/product/settings/product-variant/configs/ui-v1.js +0 -1
  1756. package/dist/cjs/product/settings/product-vendor/configs/ui-v1.js +0 -1
  1757. package/dist/cjs/product/settings/product-view-more/configs/ui-v1.js +0 -1
  1758. package/dist/cjs/sticky/settings/configs/ui-v1.js +0 -1
  1759. package/dist/cjs/stock-counter/settings/configs/ui-v1.js +0 -1
  1760. package/dist/cjs/tab/settings/configs/ui-v1.js +0 -1
  1761. package/dist/cjs/text/settings/configs/ui-v1.js +0 -1
  1762. package/dist/cjs/third-party/setting/KachingSubscriptionsApp/uiV1.js +0 -1
  1763. package/dist/cjs/third-party/settings/AftershipEmailMarketingsms/uiV1.js +0 -1
  1764. package/dist/cjs/third-party/settings/AirProductReviewsAppUgc/uiV1.js +0 -1
  1765. package/dist/cjs/third-party/settings/AliReviews/uiV1.js +0 -1
  1766. package/dist/cjs/third-party/settings/AlsoBoughtCbb/uiV1.js +0 -1
  1767. package/dist/cjs/third-party/settings/AovFreeGiftBuyXGetYBogo/uiV1.js +0 -1
  1768. package/dist/cjs/third-party/settings/AppointmentBookingCowlendar/uiV1.js +0 -1
  1769. package/dist/cjs/third-party/settings/AppstleBundlesDiscounts/uiV1.js +0 -1
  1770. package/dist/cjs/third-party/settings/AppstleSubscriptions/uiV1.js +0 -1
  1771. package/dist/cjs/third-party/settings/BestBuyFulfillment/uiV1.js +0 -1
  1772. package/dist/cjs/third-party/settings/BfSizeChartSizeGuide/uiV1.js +0 -1
  1773. package/dist/cjs/third-party/settings/BirdChime/uiV1.js +0 -1
  1774. package/dist/cjs/third-party/settings/Bogos/uiV1.js +0 -1
  1775. package/dist/cjs/third-party/settings/BoldProductOptions/uiV1.js +0 -1
  1776. package/dist/cjs/third-party/settings/BoldSubscriptions/uiV1.js +0 -1
  1777. package/dist/cjs/third-party/settings/BonLoyaltyRewardsReferrals/uiV1.js +0 -1
  1778. package/dist/cjs/third-party/settings/BoostAISearchDiscovery/uiV1.js +0 -1
  1779. package/dist/cjs/third-party/settings/Bundler/uiV1.js +0 -1
  1780. package/dist/cjs/third-party/settings/CleanSizeCharts/uiV1.js +0 -1
  1781. package/dist/cjs/third-party/settings/CrossSellCartUpsell/uiV1.js +0 -1
  1782. package/dist/cjs/third-party/settings/CustomProductOptionsVariant/uiV1.js +0 -1
  1783. package/dist/cjs/third-party/settings/DiscountyBulkDiscountSales/uiV1.js +0 -1
  1784. package/dist/cjs/third-party/settings/EasifyProductOptions/uiV1.js +0 -1
  1785. package/dist/cjs/third-party/settings/EasyBundleBuilderSkailama/uiV1.js +0 -1
  1786. package/dist/cjs/third-party/settings/EasySellCOD/uiV1.js +0 -1
  1787. package/dist/cjs/third-party/settings/EcoboostifyShoppableReelUgc/uiV1.js +0 -1
  1788. package/dist/cjs/third-party/settings/EcomsendBackInStockAlert/uiV1.js +0 -1
  1789. package/dist/cjs/third-party/settings/EssentialAnnouncementBar/uiV1.js +0 -1
  1790. package/dist/cjs/third-party/settings/EssentialCountdownTimerBar/uiV1.js +0 -1
  1791. package/dist/cjs/third-party/settings/EstimatedDeliveryDatePlus/uiV1.js +0 -1
  1792. package/dist/cjs/third-party/settings/FastBundleBundlesDiscounts/uiV1.js +0 -1
  1793. package/dist/cjs/third-party/settings/FeraReviews/uiV1.js +0 -1
  1794. package/dist/cjs/third-party/settings/FirePush/uiV1.js +0 -1
  1795. package/dist/cjs/third-party/settings/FlyBundlesUpsellsFbt/uiV1.js +0 -1
  1796. package/dist/cjs/third-party/settings/FordeerProductLabels/uiV1.js +0 -1
  1797. package/dist/cjs/third-party/settings/FrequentlyBoughtTogether/uiV1.js +0 -1
  1798. package/dist/cjs/third-party/settings/GloColorSwatchvariantImage/uiV1.js +0 -1
  1799. package/dist/cjs/third-party/settings/GloboProductOptionsVariant/uiV1.js +0 -1
  1800. package/dist/cjs/third-party/settings/GoogleReviewsByReputon/uiV1.js +0 -1
  1801. package/dist/cjs/third-party/settings/Growave/uiV1.js +0 -1
  1802. package/dist/cjs/third-party/settings/HextomCountdownTimerBar/uiV1.js +0 -1
  1803. package/dist/cjs/third-party/settings/HextomFreeShippingBar/uiV1.js +0 -1
  1804. package/dist/cjs/third-party/settings/HulkFormBuilder/uiV1.js +0 -1
  1805. package/dist/cjs/third-party/settings/HulkProductOptions/uiV1.js +0 -1
  1806. package/dist/cjs/third-party/settings/InfiniteOptions/uiV1.js +0 -1
  1807. package/dist/cjs/third-party/settings/Instafeed/uiV1.js +0 -1
  1808. package/dist/cjs/third-party/settings/InstasellShoppableInstagram/uiV1.js +0 -1
  1809. package/dist/cjs/third-party/settings/JudgemeReviews/uiV1.js +0 -1
  1810. package/dist/cjs/third-party/settings/JunipProductReviewsUgc/uiV1.js +0 -1
  1811. package/dist/cjs/third-party/settings/KachingBundles/uiV1.js +0 -1
  1812. package/dist/cjs/third-party/settings/KingProductOptions/uiV1.js +0 -1
  1813. package/dist/cjs/third-party/settings/KiteFreeGiftDiscount/uiV1.js +0 -1
  1814. package/dist/cjs/third-party/settings/KlarnaMessaging/uiV1.js +0 -1
  1815. package/dist/cjs/third-party/settings/Klaviyo/uiV1.js +0 -1
  1816. package/dist/cjs/third-party/settings/KoalaBundleQuantityDiscount/uiV1.js +0 -1
  1817. package/dist/cjs/third-party/settings/LaiProductReviews/uiV1.js +0 -1
  1818. package/dist/cjs/third-party/settings/LoloyalLoyaltyReferrals/uiV1.js +0 -1
  1819. package/dist/cjs/third-party/settings/LoopSubscriptions/uiV1.js +0 -1
  1820. package/dist/cjs/third-party/settings/LooxReviews/uiV1.js +0 -1
  1821. package/dist/cjs/third-party/settings/MaxbundleProductBundles/uiV1.js +0 -1
  1822. package/dist/cjs/third-party/settings/MbcBundleVolumeDiscount/uiV1.js +0 -1
  1823. package/dist/cjs/third-party/settings/MyappgurusProductReviews/uiV1.js +0 -1
  1824. package/dist/cjs/third-party/settings/NotifyBackInStockPreOrder/uiV1.js +0 -1
  1825. package/dist/cjs/third-party/settings/OkendoReviewsLoyalty/uiV1.js +0 -1
  1826. package/dist/cjs/third-party/settings/Omnisend/uiV1.js +0 -1
  1827. package/dist/cjs/third-party/settings/Opinew/uiV1.js +0 -1
  1828. package/dist/cjs/third-party/settings/ParcelPanel/uiV1.js +0 -1
  1829. package/dist/cjs/third-party/settings/PickyStory/uiV1.js +0 -1
  1830. package/dist/cjs/third-party/settings/PowerfulContactFormBuilder/uiV1.js +0 -1
  1831. package/dist/cjs/third-party/settings/PreorderNowPreOrderPq/uiV1.js +0 -1
  1832. package/dist/cjs/third-party/settings/PreorderNowWodPresale/uiV1.js +0 -1
  1833. package/dist/cjs/third-party/settings/ProductOptionsCustomizer/uiV1.js +0 -1
  1834. package/dist/cjs/third-party/settings/ProductOptionsVariantOption/uiV1.js +0 -1
  1835. package/dist/cjs/third-party/settings/ProductReviews/uiV1.js +0 -1
  1836. package/dist/cjs/third-party/settings/PumperBundlesVolumeDiscount/uiV1.js +0 -1
  1837. package/dist/cjs/third-party/settings/PushOwl/uiV1.js +0 -1
  1838. package/dist/cjs/third-party/settings/QikifyUpsell/uiV1.js +0 -1
  1839. package/dist/cjs/third-party/settings/RapiBundleQuantityBreaks/uiV1.js +0 -1
  1840. package/dist/cjs/third-party/settings/RechargeSubscriptions/uiV1.js +0 -1
  1841. package/dist/cjs/third-party/settings/RecurpaySubscriptionApp/uiV1.js +0 -1
  1842. package/dist/cjs/third-party/settings/Releasit/uiV1.js +0 -1
  1843. package/dist/cjs/third-party/settings/RequestQuoteHidePrice/uiV1.js +0 -1
  1844. package/dist/cjs/third-party/settings/ReviewxpoProductReviewsApp/uiV1.js +0 -1
  1845. package/dist/cjs/third-party/settings/Rivyo/uiV1.js +0 -1
  1846. package/dist/cjs/third-party/settings/Ryviu/uiV1.js +0 -1
  1847. package/dist/cjs/third-party/settings/SealSubscriptions/uiV1.js +0 -1
  1848. package/dist/cjs/third-party/settings/SegunoEmailMarketing/uiV1.js +0 -1
  1849. package/dist/cjs/third-party/settings/Selleasy/uiV1.js +0 -1
  1850. package/dist/cjs/third-party/settings/SeoantTrustBadgesIcon/uiV1.js +0 -1
  1851. package/dist/cjs/third-party/settings/ShopifyForms/uiV1.js +0 -1
  1852. package/dist/cjs/third-party/settings/ShopifySubscriptions/uiV1.js +0 -1
  1853. package/dist/cjs/third-party/settings/SimpleBundlesKits/uiV1.js +0 -1
  1854. package/dist/cjs/third-party/settings/SkioSubscriptionsYcS20/uiV1.js +0 -1
  1855. package/dist/cjs/third-party/settings/SmartSearchBarAndFilters/uiV1.js +0 -1
  1856. package/dist/cjs/third-party/settings/SproutPlantTreesGrowSales/uiV1.js +0 -1
  1857. package/dist/cjs/third-party/settings/StellarDeliveryDatePickup/uiV1.js +0 -1
  1858. package/dist/cjs/third-party/settings/SubifySubscriptionsApp/uiV1.js +0 -1
  1859. package/dist/cjs/third-party/settings/TagembedSocialPostReview/uiV1.js +0 -1
  1860. package/dist/cjs/third-party/settings/TagshopShoppableVideosUgc/uiV1.js +0 -1
  1861. package/dist/cjs/third-party/settings/TeeinblueProductPersonalizer/uiV1.js +0 -1
  1862. package/dist/cjs/third-party/settings/TrustBadgesBear/uiV1.js +0 -1
  1863. package/dist/cjs/third-party/settings/TrustMe/uiV1.js +0 -1
  1864. package/dist/cjs/third-party/settings/TrustedsiteTrustBadges/uiV1.js +0 -1
  1865. package/dist/cjs/third-party/settings/Trustoo/uiV1.js +0 -1
  1866. package/dist/cjs/third-party/settings/TrustreviewsProductReviews/uiV1.js +0 -1
  1867. package/dist/cjs/third-party/settings/TrustshopProductReviews/uiV1.js +0 -1
  1868. package/dist/cjs/third-party/settings/UnlimitedBundlesDiscounts/uiV1.js +0 -1
  1869. package/dist/cjs/third-party/settings/Vitals/uiV1.js +0 -1
  1870. package/dist/cjs/third-party/settings/WhatmoreShoppableVideosreel/uiV1.js +0 -1
  1871. package/dist/cjs/third-party/settings/WideBundle/uiV1.js +0 -1
  1872. package/dist/cjs/third-party/settings/Wiser/uiV1.js +0 -1
  1873. package/dist/cjs/third-party/settings/WishlistKing/uiV1.js +0 -1
  1874. package/dist/cjs/third-party/settings/WishlistPlus/uiV1.js +0 -1
  1875. package/dist/cjs/third-party/settings/YotpoLoyalty/uiV1.js +0 -1
  1876. package/dist/cjs/third-party/settings/YotpoReviews/uiV1.js +0 -1
  1877. package/dist/cjs/third-party-instant/settings/InstantJudgemeReviews/configs/ui-v1.js +0 -1
  1878. package/dist/cjs/third-party-instant/settings/InstantKlaviyo/configs/ui-v1.js +0 -1
  1879. package/dist/cjs/third-party-slot/settings/configs/ui-v1.js +0 -1
  1880. package/dist/cjs/video/settings/configs/ui-v1.js +0 -1
  1881. package/dist/esm/accordion/settings/configs/ui-v1.js +0 -1
  1882. package/dist/esm/article/settings/configs/article-author/ui-v1.js +0 -1
  1883. package/dist/esm/article/settings/configs/article-category/ui-v1.js +0 -1
  1884. package/dist/esm/article/settings/configs/article-content/ui-v1.js +0 -1
  1885. package/dist/esm/article/settings/configs/article-date/ui-v1.js +0 -1
  1886. package/dist/esm/article/settings/configs/article-excerpt/ui-v1.js +0 -1
  1887. package/dist/esm/article/settings/configs/article-image/ui-v1.js +0 -1
  1888. package/dist/esm/article/settings/configs/article-read-more/ui-v1.js +0 -1
  1889. package/dist/esm/article/settings/configs/article-tag/ui-v1.js +0 -1
  1890. package/dist/esm/article/settings/configs/article-title/ui-v1.js +0 -1
  1891. package/dist/esm/breadcrumb/settings/configs/ui-v1.js +0 -1
  1892. package/dist/esm/button/settings/configs/ui-v1.js +0 -1
  1893. package/dist/esm/carousel/settings/configs/ui-v1.js +0 -1
  1894. package/dist/esm/carousel-v3/settings/configs/ui-v1.js +0 -1
  1895. package/dist/esm/code/settings/configs/ui-v1.js +0 -1
  1896. package/dist/esm/collection/settings/collection-banner/configs/ui-v1.js +0 -1
  1897. package/dist/esm/collection/settings/collection-description/configs/ui-v1.js +0 -1
  1898. package/dist/esm/collection/settings/collection-paginator/configs/ui-v1.js +0 -1
  1899. package/dist/esm/collection/settings/collection-title/configs/ui-v1.js +0 -1
  1900. package/dist/esm/collection/settings/collection-toolbar/configs/ui-v1.js +0 -1
  1901. package/dist/esm/countdown-timer/settings/configs/ui-v1.js +0 -1
  1902. package/dist/esm/coupon/settings/configs/ui-v1.js +0 -1
  1903. package/dist/esm/dialog/settings/configs/ui-v1.js +0 -1
  1904. package/dist/esm/estimate-delivery/settings/configs/ui-v1.js +0 -1
  1905. package/dist/esm/form/settings/contact/configs/ui-v1.js +0 -1
  1906. package/dist/esm/form/settings/form-checkbox/configs/ui-v1.js +0 -1
  1907. package/dist/esm/form/settings/form-dropdown/configs/ui-v1.js +0 -1
  1908. package/dist/esm/form/settings/form-email/configs/ui-v1.js +0 -1
  1909. package/dist/esm/form/settings/form-textarea/configs/ui-v1.js +0 -1
  1910. package/dist/esm/form/settings/newsletter/configs/ui-v1.js +0 -1
  1911. package/dist/esm/form/settings/submit-button/configs/ui-v1.js +0 -1
  1912. package/dist/esm/form/settings/text-field/configs/ui-v1.js +0 -1
  1913. package/dist/esm/form/settings/text-input/configs/ui-v1.js +0 -1
  1914. package/dist/esm/grid/settings/configs/row/ui-v1.js +0 -1
  1915. package/dist/esm/grid/settings/configs/section/ui-v1.js +0 -1
  1916. package/dist/esm/header/settings/configs/ui-v1.js +0 -1
  1917. package/dist/esm/heading/settings/configs/ui-v1.js +0 -1
  1918. package/dist/esm/hero-banner/settings/configs/ui-v1.js +0 -1
  1919. package/dist/esm/icon/settings/configs/ui-v1.js +0 -1
  1920. package/dist/esm/icon-list/settings/configs/ui-v1.js +0 -1
  1921. package/dist/esm/icon-list-hoz/settings/configs/uiV1.js +0 -1
  1922. package/dist/esm/icon-list-v2/settings/configs/ui-v1.js +0 -1
  1923. package/dist/esm/image/settings/configs/ui-v1.js +0 -4
  1924. package/dist/esm/image-comparison/settings/configs/ui-v1.js +0 -1
  1925. package/dist/esm/line/settings/configs/ui-v1.js +0 -1
  1926. package/dist/esm/marquee/settings/configs/ui-v1.js +0 -1
  1927. package/dist/esm/post-purchase/advanced-list/settings/configs/ui-v1.js +0 -1
  1928. package/dist/esm/post-purchase/button/settings/configs/ui-v1.js +0 -1
  1929. package/dist/esm/post-purchase/callout-banner/settings/config/callout-box/ui-v1.js +0 -1
  1930. package/dist/esm/post-purchase/countdown-timer/settings/config/ui-v1.js +0 -1
  1931. package/dist/esm/post-purchase/line/settings/configs/ui-v1.js +0 -1
  1932. package/dist/esm/post-purchase/link/settings/configs/ui-v1.js +0 -1
  1933. package/dist/esm/post-purchase/product/settings/accept-button/configs/ui-v1.js +0 -1
  1934. package/dist/esm/post-purchase/product/settings/product-description/configs/ui-v1.js +0 -1
  1935. package/dist/esm/post-purchase/product/settings/product-discount-tag/configs/ui-v1.js +0 -1
  1936. package/dist/esm/post-purchase/product/settings/product-image/ProductFeatureImage.js +0 -1
  1937. package/dist/esm/post-purchase/product/settings/product-image/ProductGalleryImage.js +0 -1
  1938. package/dist/esm/post-purchase/product/settings/product-image/ProductImageLayoutSetting.js +0 -1
  1939. package/dist/esm/post-purchase/product/settings/product-image/configs/ui-v1.js +0 -1
  1940. package/dist/esm/post-purchase/product/settings/product-offer/configs/ui-v1.js +0 -1
  1941. package/dist/esm/post-purchase/product/settings/product-price/configs/ui-v1.js +0 -1
  1942. package/dist/esm/post-purchase/product/settings/product-price-breakdown/configs/ui-v1.js +0 -1
  1943. package/dist/esm/post-purchase/product/settings/product-quantity/configs/ui-v1.js +0 -1
  1944. package/dist/esm/post-purchase/product/settings/product-title/configs/ui-v1.js +0 -1
  1945. package/dist/esm/post-purchase/product/settings/product-variants/configs/ui-v1.js +0 -1
  1946. package/dist/esm/post-purchase/text/settings/text/configs/ui-v1.js +0 -1
  1947. package/dist/esm/product/settings/dynamic-checkout/configs/ui-v1.js +0 -1
  1948. package/dist/esm/product/settings/product/configs/ui-v1.js +0 -1
  1949. package/dist/esm/product/settings/product-badge/configs/ui-v1.js +0 -1
  1950. package/dist/esm/product/settings/product-button/configs/ui-v1.js +0 -1
  1951. package/dist/esm/product/settings/product-description/configs/ui-v1.js +0 -1
  1952. package/dist/esm/product/settings/product-list/configs/ui-v1.js +0 -1
  1953. package/dist/esm/product/settings/product-list-v3/configs/ui-v1.js +0 -1
  1954. package/dist/esm/product/settings/product-price/configs/ui-v1.js +0 -1
  1955. package/dist/esm/product/settings/product-properties/configs/ui-v1.js +0 -1
  1956. package/dist/esm/product/settings/product-quantity/configs/ui-v1.js +0 -1
  1957. package/dist/esm/product/settings/product-sku/configs/ui-v1.js +0 -1
  1958. package/dist/esm/product/settings/product-title/configs/ui-v1.js +0 -1
  1959. package/dist/esm/product/settings/product-variant/configs/ui-v1.js +0 -1
  1960. package/dist/esm/product/settings/product-vendor/configs/ui-v1.js +0 -1
  1961. package/dist/esm/product/settings/product-view-more/configs/ui-v1.js +0 -1
  1962. package/dist/esm/sticky/settings/configs/ui-v1.js +0 -1
  1963. package/dist/esm/stock-counter/settings/configs/ui-v1.js +0 -1
  1964. package/dist/esm/tab/settings/configs/ui-v1.js +0 -1
  1965. package/dist/esm/text/settings/configs/ui-v1.js +0 -1
  1966. package/dist/esm/third-party/setting/KachingSubscriptionsApp/uiV1.js +0 -1
  1967. package/dist/esm/third-party/settings/AftershipEmailMarketingsms/uiV1.js +0 -1
  1968. package/dist/esm/third-party/settings/AirProductReviewsAppUgc/uiV1.js +0 -1
  1969. package/dist/esm/third-party/settings/AliReviews/uiV1.js +0 -1
  1970. package/dist/esm/third-party/settings/AlsoBoughtCbb/uiV1.js +0 -1
  1971. package/dist/esm/third-party/settings/AovFreeGiftBuyXGetYBogo/uiV1.js +0 -1
  1972. package/dist/esm/third-party/settings/AppointmentBookingCowlendar/uiV1.js +0 -1
  1973. package/dist/esm/third-party/settings/AppstleBundlesDiscounts/uiV1.js +0 -1
  1974. package/dist/esm/third-party/settings/AppstleSubscriptions/uiV1.js +0 -1
  1975. package/dist/esm/third-party/settings/BestBuyFulfillment/uiV1.js +0 -1
  1976. package/dist/esm/third-party/settings/BfSizeChartSizeGuide/uiV1.js +0 -1
  1977. package/dist/esm/third-party/settings/BirdChime/uiV1.js +0 -1
  1978. package/dist/esm/third-party/settings/Bogos/uiV1.js +0 -1
  1979. package/dist/esm/third-party/settings/BoldProductOptions/uiV1.js +0 -1
  1980. package/dist/esm/third-party/settings/BoldSubscriptions/uiV1.js +0 -1
  1981. package/dist/esm/third-party/settings/BonLoyaltyRewardsReferrals/uiV1.js +0 -1
  1982. package/dist/esm/third-party/settings/BoostAISearchDiscovery/uiV1.js +0 -1
  1983. package/dist/esm/third-party/settings/Bundler/uiV1.js +0 -1
  1984. package/dist/esm/third-party/settings/CleanSizeCharts/uiV1.js +0 -1
  1985. package/dist/esm/third-party/settings/CrossSellCartUpsell/uiV1.js +0 -1
  1986. package/dist/esm/third-party/settings/CustomProductOptionsVariant/uiV1.js +0 -1
  1987. package/dist/esm/third-party/settings/DiscountyBulkDiscountSales/uiV1.js +0 -1
  1988. package/dist/esm/third-party/settings/EasifyProductOptions/uiV1.js +0 -1
  1989. package/dist/esm/third-party/settings/EasyBundleBuilderSkailama/uiV1.js +0 -1
  1990. package/dist/esm/third-party/settings/EasySellCOD/uiV1.js +0 -1
  1991. package/dist/esm/third-party/settings/EcoboostifyShoppableReelUgc/uiV1.js +0 -1
  1992. package/dist/esm/third-party/settings/EcomsendBackInStockAlert/uiV1.js +0 -1
  1993. package/dist/esm/third-party/settings/EssentialAnnouncementBar/uiV1.js +0 -1
  1994. package/dist/esm/third-party/settings/EssentialCountdownTimerBar/uiV1.js +0 -1
  1995. package/dist/esm/third-party/settings/EstimatedDeliveryDatePlus/uiV1.js +0 -1
  1996. package/dist/esm/third-party/settings/FastBundleBundlesDiscounts/uiV1.js +0 -1
  1997. package/dist/esm/third-party/settings/FeraReviews/uiV1.js +0 -1
  1998. package/dist/esm/third-party/settings/FirePush/uiV1.js +0 -1
  1999. package/dist/esm/third-party/settings/FlyBundlesUpsellsFbt/uiV1.js +0 -1
  2000. package/dist/esm/third-party/settings/FordeerProductLabels/uiV1.js +0 -1
  2001. package/dist/esm/third-party/settings/FrequentlyBoughtTogether/uiV1.js +0 -1
  2002. package/dist/esm/third-party/settings/GloColorSwatchvariantImage/uiV1.js +0 -1
  2003. package/dist/esm/third-party/settings/GloboProductOptionsVariant/uiV1.js +0 -1
  2004. package/dist/esm/third-party/settings/GoogleReviewsByReputon/uiV1.js +0 -1
  2005. package/dist/esm/third-party/settings/Growave/uiV1.js +0 -1
  2006. package/dist/esm/third-party/settings/HextomCountdownTimerBar/uiV1.js +0 -1
  2007. package/dist/esm/third-party/settings/HextomFreeShippingBar/uiV1.js +0 -1
  2008. package/dist/esm/third-party/settings/HulkFormBuilder/uiV1.js +0 -1
  2009. package/dist/esm/third-party/settings/HulkProductOptions/uiV1.js +0 -1
  2010. package/dist/esm/third-party/settings/InfiniteOptions/uiV1.js +0 -1
  2011. package/dist/esm/third-party/settings/Instafeed/uiV1.js +0 -1
  2012. package/dist/esm/third-party/settings/InstasellShoppableInstagram/uiV1.js +0 -1
  2013. package/dist/esm/third-party/settings/JudgemeReviews/uiV1.js +0 -1
  2014. package/dist/esm/third-party/settings/JunipProductReviewsUgc/uiV1.js +0 -1
  2015. package/dist/esm/third-party/settings/KachingBundles/uiV1.js +0 -1
  2016. package/dist/esm/third-party/settings/KingProductOptions/uiV1.js +0 -1
  2017. package/dist/esm/third-party/settings/KiteFreeGiftDiscount/uiV1.js +0 -1
  2018. package/dist/esm/third-party/settings/KlarnaMessaging/uiV1.js +0 -1
  2019. package/dist/esm/third-party/settings/Klaviyo/uiV1.js +0 -1
  2020. package/dist/esm/third-party/settings/KoalaBundleQuantityDiscount/uiV1.js +0 -1
  2021. package/dist/esm/third-party/settings/LaiProductReviews/uiV1.js +0 -1
  2022. package/dist/esm/third-party/settings/LoloyalLoyaltyReferrals/uiV1.js +0 -1
  2023. package/dist/esm/third-party/settings/LoopSubscriptions/uiV1.js +0 -1
  2024. package/dist/esm/third-party/settings/LooxReviews/uiV1.js +0 -1
  2025. package/dist/esm/third-party/settings/MaxbundleProductBundles/uiV1.js +0 -1
  2026. package/dist/esm/third-party/settings/MbcBundleVolumeDiscount/uiV1.js +0 -1
  2027. package/dist/esm/third-party/settings/MyappgurusProductReviews/uiV1.js +0 -1
  2028. package/dist/esm/third-party/settings/NotifyBackInStockPreOrder/uiV1.js +0 -1
  2029. package/dist/esm/third-party/settings/OkendoReviewsLoyalty/uiV1.js +0 -1
  2030. package/dist/esm/third-party/settings/Omnisend/uiV1.js +0 -1
  2031. package/dist/esm/third-party/settings/Opinew/uiV1.js +0 -1
  2032. package/dist/esm/third-party/settings/ParcelPanel/uiV1.js +0 -1
  2033. package/dist/esm/third-party/settings/PickyStory/uiV1.js +0 -1
  2034. package/dist/esm/third-party/settings/PowerfulContactFormBuilder/uiV1.js +0 -1
  2035. package/dist/esm/third-party/settings/PreorderNowPreOrderPq/uiV1.js +0 -1
  2036. package/dist/esm/third-party/settings/PreorderNowWodPresale/uiV1.js +0 -1
  2037. package/dist/esm/third-party/settings/ProductOptionsCustomizer/uiV1.js +0 -1
  2038. package/dist/esm/third-party/settings/ProductOptionsVariantOption/uiV1.js +0 -1
  2039. package/dist/esm/third-party/settings/ProductReviews/uiV1.js +0 -1
  2040. package/dist/esm/third-party/settings/PumperBundlesVolumeDiscount/uiV1.js +0 -1
  2041. package/dist/esm/third-party/settings/PushOwl/uiV1.js +0 -1
  2042. package/dist/esm/third-party/settings/QikifyUpsell/uiV1.js +0 -1
  2043. package/dist/esm/third-party/settings/RapiBundleQuantityBreaks/uiV1.js +0 -1
  2044. package/dist/esm/third-party/settings/RechargeSubscriptions/uiV1.js +0 -1
  2045. package/dist/esm/third-party/settings/RecurpaySubscriptionApp/uiV1.js +0 -1
  2046. package/dist/esm/third-party/settings/Releasit/uiV1.js +0 -1
  2047. package/dist/esm/third-party/settings/RequestQuoteHidePrice/uiV1.js +0 -1
  2048. package/dist/esm/third-party/settings/ReviewxpoProductReviewsApp/uiV1.js +0 -1
  2049. package/dist/esm/third-party/settings/Rivyo/uiV1.js +0 -1
  2050. package/dist/esm/third-party/settings/Ryviu/uiV1.js +0 -1
  2051. package/dist/esm/third-party/settings/SealSubscriptions/uiV1.js +0 -1
  2052. package/dist/esm/third-party/settings/SegunoEmailMarketing/uiV1.js +0 -1
  2053. package/dist/esm/third-party/settings/Selleasy/uiV1.js +0 -1
  2054. package/dist/esm/third-party/settings/SeoantTrustBadgesIcon/uiV1.js +0 -1
  2055. package/dist/esm/third-party/settings/ShopifyForms/uiV1.js +0 -1
  2056. package/dist/esm/third-party/settings/ShopifySubscriptions/uiV1.js +0 -1
  2057. package/dist/esm/third-party/settings/SimpleBundlesKits/uiV1.js +0 -1
  2058. package/dist/esm/third-party/settings/SkioSubscriptionsYcS20/uiV1.js +0 -1
  2059. package/dist/esm/third-party/settings/SmartSearchBarAndFilters/uiV1.js +0 -1
  2060. package/dist/esm/third-party/settings/SproutPlantTreesGrowSales/uiV1.js +0 -1
  2061. package/dist/esm/third-party/settings/StellarDeliveryDatePickup/uiV1.js +0 -1
  2062. package/dist/esm/third-party/settings/SubifySubscriptionsApp/uiV1.js +0 -1
  2063. package/dist/esm/third-party/settings/TagembedSocialPostReview/uiV1.js +0 -1
  2064. package/dist/esm/third-party/settings/TagshopShoppableVideosUgc/uiV1.js +0 -1
  2065. package/dist/esm/third-party/settings/TeeinblueProductPersonalizer/uiV1.js +0 -1
  2066. package/dist/esm/third-party/settings/TrustBadgesBear/uiV1.js +0 -1
  2067. package/dist/esm/third-party/settings/TrustMe/uiV1.js +0 -1
  2068. package/dist/esm/third-party/settings/TrustedsiteTrustBadges/uiV1.js +0 -1
  2069. package/dist/esm/third-party/settings/Trustoo/uiV1.js +0 -1
  2070. package/dist/esm/third-party/settings/TrustreviewsProductReviews/uiV1.js +0 -1
  2071. package/dist/esm/third-party/settings/TrustshopProductReviews/uiV1.js +0 -1
  2072. package/dist/esm/third-party/settings/UnlimitedBundlesDiscounts/uiV1.js +0 -1
  2073. package/dist/esm/third-party/settings/Vitals/uiV1.js +0 -1
  2074. package/dist/esm/third-party/settings/WhatmoreShoppableVideosreel/uiV1.js +0 -1
  2075. package/dist/esm/third-party/settings/WideBundle/uiV1.js +0 -1
  2076. package/dist/esm/third-party/settings/Wiser/uiV1.js +0 -1
  2077. package/dist/esm/third-party/settings/WishlistKing/uiV1.js +0 -1
  2078. package/dist/esm/third-party/settings/WishlistPlus/uiV1.js +0 -1
  2079. package/dist/esm/third-party/settings/YotpoLoyalty/uiV1.js +0 -1
  2080. package/dist/esm/third-party/settings/YotpoReviews/uiV1.js +0 -1
  2081. package/dist/esm/third-party-instant/settings/InstantJudgemeReviews/configs/ui-v1.js +0 -1
  2082. package/dist/esm/third-party-instant/settings/InstantKlaviyo/configs/ui-v1.js +0 -1
  2083. package/dist/esm/third-party-slot/settings/configs/ui-v1.js +0 -1
  2084. package/dist/esm/video/settings/configs/ui-v1.js +0 -1
@@ -11,7 +11,6 @@ import * as _gem_sdk_swiper_types_swiper_class from '@gem-sdk/swiper/types/swipe
11
11
  type AccordionSettingProps = {
12
12
  activeKey?: string;
13
13
  childItem?: string[];
14
- translate?: string;
15
14
  iconSvg?: string;
16
15
  iconPosition?: 'left' | 'right';
17
16
  expandItem?: boolean;
@@ -56,6 +55,7 @@ type AccordionStyleProps = {
56
55
  enableHoverEffect?: boolean;
57
56
  enableActiveEffect?: boolean;
58
57
  };
58
+ type AccordionTranslateKeys = keyof (AccordionSettingProps & AccordionStyleProps);
59
59
  type AccordionProps = BasePropsWrap<AccordionSettingProps, AccordionStyleProps> & {
60
60
  children?: React.ReactNode;
61
61
  };
@@ -71,7 +71,7 @@ type AccordionItemProps = {
71
71
  parentUid: string;
72
72
  } & BasePropsWrap;
73
73
 
74
- declare const Accordion$1: React.FC<AccordionProps>;
74
+ declare const Accordion$2: React.FC<AccordionProps>;
75
75
 
76
76
  declare const AccordionItem$1: React.FC<AccordionItemProps>;
77
77
 
@@ -124,7 +124,7 @@ type TextStyleProps = {
124
124
  type HTMLTag = 'p' | 'span' | 'div' | 'h1' | 'h2' | 'h3' | 'h4' | 'h5' | 'h6' | 'small' | 'mark' | 'kbd' | 'i';
125
125
  type TextSettingProps = {
126
126
  text?: string | number;
127
- translate?: string;
127
+ translateSetting?: string;
128
128
  htmlTag?: HTMLTag;
129
129
  opacityPrice?: number;
130
130
  options?: {
@@ -143,11 +143,12 @@ type TextSettingProps = {
143
143
  excludeFlex?: boolean;
144
144
  isForceValue?: boolean;
145
145
  };
146
+ type TextTranslateKeys = keyof (TextSettingProps & TextStyleProps);
146
147
  type TextProps = BasePropsWrap<TextSettingProps, TextStyleProps> & Omit<React.ComponentPropsWithoutRef<'p'>, ''> & {
147
148
  disableEdit?: boolean;
148
149
  };
149
150
 
150
- type ObjectFit$1 = 'contain' | 'cover' | 'fill' | 'none' | 'scale-down';
151
+ type ObjectFit$2 = 'contain' | 'cover' | 'fill' | 'none' | 'scale-down';
151
152
  type BaseImageData = {
152
153
  alt?: string;
153
154
  src?: string;
@@ -161,8 +162,8 @@ type BaseImageData = {
161
162
  };
162
163
  type SharedProps = {
163
164
  aspectRatio?: ObjectDevices<string>;
164
- layout?: ObjectDevices<ObjectFit$1>;
165
- objectFit?: ObjectDevices<ObjectFit$1>;
165
+ layout?: ObjectDevices<ObjectFit$2>;
166
+ objectFit?: ObjectDevices<ObjectFit$2>;
166
167
  borderRadius?: ResponsiveStateProp<string>;
167
168
  image?: BaseImageData;
168
169
  };
@@ -211,6 +212,7 @@ type ImageSettingProps$1 = {
211
212
  qualityType?: ObjectDevices<QualityType$3>;
212
213
  };
213
214
  type QualityType$3 = 'finest' | 'high' | 'medium' | 'custom';
215
+ type ImageTranslateKeys = keyof (ImageSettingProps$1 & ImageStyleProps$1);
214
216
  type ImageProps = BasePropsWrap<ImageSettingProps$1, ImageStyleProps$1> & {
215
217
  className?: string;
216
218
  children?: React.ReactNode;
@@ -224,7 +226,7 @@ type ImageLiquidProps = ImageProps & {
224
226
  pageContext?: PageContext;
225
227
  };
226
228
 
227
- declare const Image$1: React.FC<ImageProps>;
229
+ declare const Image$2: React.FC<ImageProps>;
228
230
 
229
231
  declare const imageSetting: {
230
232
  Image: _gem_sdk_core.ComponentSetting<ImageProps>;
@@ -234,7 +236,6 @@ type MixedProps = Omit<React.ButtonHTMLAttributes<HTMLButtonElement>, 'type'> |
234
236
  type ButtonSettingProps = {
235
237
  iconSvg?: string;
236
238
  loading?: boolean;
237
- translate?: string;
238
239
  disabled?: boolean;
239
240
  iconVisible?: boolean;
240
241
  innerBorder?: boolean;
@@ -291,6 +292,7 @@ type ButtonStyleProps = {
291
292
  borderBtnV2?: StateProp<Border>;
292
293
  boxShadowBtnV2?: StateProp<ShadowProps>;
293
294
  };
295
+ type ButtonTranslateKeys = keyof (ButtonSettingProps & ButtonStyleProps);
294
296
  type ButtonProps = MixedProps & BasePropsWrap<ButtonSettingProps, ButtonStyleProps> & {
295
297
  dataId?: string;
296
298
  customAttrs?: any;
@@ -298,6 +300,8 @@ type ButtonProps = MixedProps & BasePropsWrap<ButtonSettingProps, ButtonStylePro
298
300
  nodePrice?: JSX.Element | string;
299
301
  };
300
302
  type ButtonLiquidProps = ButtonProps & {
303
+ translateSetting?: string;
304
+ isForceValue?: boolean;
301
305
  isUseTranslatedValue?: boolean;
302
306
  pageContext?: PageContext;
303
307
  };
@@ -391,7 +395,7 @@ type ArticleDateProps = BasePropsWrap<TextSettingProps & {
391
395
  dateFormat?: string;
392
396
  }, TextStyleProps>;
393
397
  type ArticleReadMoreSidebarSettingProps = {
394
- setting: Pick<OriginalArticleReadMoreSettingProps, 'readMoreType' | 'label'> & Pick<TextSettingProps, 'htmlTag' | 'text' | 'background'> & Pick<ButtonSettingProps, 'iconVisible' | 'iconSvg' | 'iconAlign' | 'translate' | 'htmlType' | 'disabled' | 'shouldClearSpace' | 'enableHoverEffect'>;
398
+ setting: Pick<OriginalArticleReadMoreSettingProps, 'readMoreType' | 'label'> & Pick<TextSettingProps, 'htmlTag' | 'text' | 'background'> & Pick<ButtonSettingProps, 'iconVisible' | 'iconSvg' | 'iconAlign' | 'htmlType' | 'disabled' | 'shouldClearSpace' | 'enableHoverEffect'>;
395
399
  styles: Pick<ArticleReadMoreStyleProps, 'iconSpacing' | 'borderBtn' | 'borderBtnV2' | 'backgroundColorV2' | 'backgroundColor' | 'backgroundImage' | 'textColorBtnState' | 'roundedBtn' | 'roundedBtnV2' | 'boxShadowBtn' | 'hasBoxShadowBtn' | 'alignBtn' | 'enableTextStyle' | 'typoBtn' | 'transform' | 'btnSpacing' | 'fullWidth' | 'width' | 'iconSizeAuto' | 'size' | 'iconDimension' | 'globalSizeBtn' | 'textColorTextState' | 'typoText' | 'alignText' | 'hasLineClamp' | 'lineClamp' | 'globalSizeText' | 'spacing'> & {
396
400
  enableHoverEffectText?: boolean;
397
401
  } & Pick<ButtonStyleProps, 'textColor'>;
@@ -415,6 +419,8 @@ type ArticleReadMoreStyleProps = TextStyleProps & ButtonStyleProps & {
415
419
  background?: ObjectDevices<BackgroundMedia>;
416
420
  iconSpacing?: ObjectDevices<string>;
417
421
  };
422
+ type ArticleReadMoreTranslateKeys = Extract<keyof ArticleReadMoreSettingProps, 'label'>;
423
+ type ArticlePaginationTranslateKeys = 'previousText' | 'nextText';
418
424
  type ArticleReadMoreProps = BasePropsWrap<ArticleReadMoreSettingProps, ArticleReadMoreStyleProps> & {
419
425
  className?: string;
420
426
  };
@@ -484,12 +490,14 @@ type RowStyleProps = {
484
490
  background?: ObjectDevices<BackgroundMedia>;
485
491
  boxShadow?: ObjectDevices<StateProp<ShadowProps>>;
486
492
  };
493
+ type RowTranslateKeys = keyof RowStyleProps;
487
494
  type RowProps = BasePropsWrap<RowSettingProps, RowStyleProps> & React.ComponentPropsWithoutRef<'div'> & {
488
495
  maxWidthWithEmptyChildren?: string | number;
489
496
  isNotFullWidth?: boolean;
490
497
  rawChildren?: any[];
491
498
  hiddenEmptyCol?: boolean;
492
499
  parentStyle?: React.CSSProperties;
500
+ pageContext?: PageContext;
493
501
  };
494
502
  type RootProps$2 = {
495
503
  children?: React.ReactNode;
@@ -499,7 +507,6 @@ type CollectionToolbarSettingProps = {
499
507
  sortingTextDisplay?: string;
500
508
  displayQuantity?: boolean;
501
509
  quantityTextDisplay?: string;
502
- translate?: string;
503
510
  typoSorting?: TypographySettingV2;
504
511
  typoQuantity?: TypographySettingV2;
505
512
  width?: ObjectDevices<string | number>;
@@ -522,6 +529,7 @@ type CollectionToolbarSettingProps = {
522
529
  */
523
530
  colorQuantity?: ColorValueType;
524
531
  };
532
+ type CollectionToolbarTranslateKeys = Extract<keyof CollectionToolbarSettingProps, 'sortingTextDisplay' | 'quantityTextDisplay'>;
525
533
  type CollectionToolbarProps = BaseProps<CollectionToolbarSettingProps> & {
526
534
  pageContext?: PageContext;
527
535
  };
@@ -551,7 +559,6 @@ type CollectionPaginatorSettingProps = {
551
559
  itemSpacing?: number | string;
552
560
  previousText?: string;
553
561
  nextText?: string;
554
- translate?: string;
555
562
  /**
556
563
  * @deprecated please use `typo` instead
557
564
  */
@@ -562,6 +569,7 @@ type CollectionPaginatorSettingProps = {
562
569
  align?: ObjectDevices<AlignProp>;
563
570
  numberOfProducts?: number;
564
571
  };
572
+ type CollectionPaginatorTranslateKeys = Extract<keyof CollectionPaginatorSettingProps, 'previousText' | 'nextText'>;
565
573
  type CollectionPaginatorProps = BasePropsWrap<CollectionPaginatorSettingProps> & {
566
574
  pageContext?: PageContext;
567
575
  };
@@ -587,9 +595,9 @@ type CollectionDescriptionSettingProps = {
587
595
  viewMoreText?: string;
588
596
  viewLessText?: string;
589
597
  enableViewMoreIcon?: boolean;
590
- translate?: string;
591
598
  htmlTag?: 'plaintext' | 'html';
592
599
  };
600
+ type CollectionDescriptionTranslateKeys = Extract<keyof CollectionDescriptionSettingProps, 'viewLessText' | 'viewMoreText'>;
593
601
  type CollectionDescriptionProps = BaseProps<CollectionDescriptionSettingProps> & {
594
602
  pageContext?: PageContext;
595
603
  };
@@ -613,7 +621,7 @@ type CollectionBannerProps = BasePropsWrap<CollectionBannerSettingProps> & {
613
621
  children?: React.ReactNode;
614
622
  };
615
623
 
616
- declare const ArticlePagination$1: React.FC<CollectionPaginatorProps>;
624
+ declare const ArticlePagination$2: React.FC<CollectionPaginatorProps>;
617
625
 
618
626
  declare const ArticleAuthor$1: React.FC<ArticleAuthorProps>;
619
627
 
@@ -623,7 +631,7 @@ declare const ArticleCategory$1: React.FC<ArticleCategoryProps>;
623
631
 
624
632
  declare const ArticleDate$1: React.FC<ArticleDateProps>;
625
633
 
626
- declare const ArticleReadMore$1: React.FC<ArticleReadMoreProps>;
634
+ declare const ArticleReadMore$2: React.FC<ArticleReadMoreProps>;
627
635
 
628
636
  declare const articleListSetting: {
629
637
  ArticleList: _gem_sdk_core.ComponentSetting<ArticleListProps>;
@@ -639,6 +647,7 @@ declare const articleListSetting: {
639
647
  ArticleReadMore: _gem_sdk_core.ComponentSetting<ArticleReadMoreSidebarSettingProps>;
640
648
  };
641
649
 
650
+ type ObjectFit$1 = 'cover' | 'contain';
642
651
  type HeroBannerSettingProps = {
643
652
  link?: {
644
653
  link?: string;
@@ -657,6 +666,7 @@ type HeroBannerSettingProps = {
657
666
  ratioOptions?: ObjectDevices<Ratio>;
658
667
  enableLink?: boolean;
659
668
  contentBanner?: string;
669
+ isYoutubeVideoMigrated?: boolean;
660
670
  } & Pick<RowSettingProps, 'layout' | 'horizontalAlign'>;
661
671
  type HeroBannerStyleProps = {
662
672
  height?: ObjectDevices<string>;
@@ -678,7 +688,9 @@ type HeroBannerStyleProps = {
678
688
  sizeSetting?: ObjectDevices<SizeSettingGlobal>;
679
689
  order?: ObjectDevices<number>;
680
690
  contentPadding?: ObjectDevices<PaddingType$2>;
691
+ videoObjectFit?: ObjectDevices<ObjectFit$1>;
681
692
  } & Pick<RowStyleProps, 'verticalGutter' | 'background'>;
693
+ type HeroBannerTranslateKeys = keyof (HeroBannerSettingProps & HeroBannerStyleProps);
682
694
  type HeroBannerProps = BasePropsWrap<HeroBannerSettingProps, HeroBannerStyleProps> & {
683
695
  children?: React.ReactNode;
684
696
  rawChildren?: any[];
@@ -691,7 +703,7 @@ type DataVideoType = {
691
703
  device: NameDevices;
692
704
  };
693
705
 
694
- declare const HeroBanner$1: React.FC<HeroBannerProps>;
706
+ declare const HeroBanner$2: React.FC<HeroBannerProps>;
695
707
 
696
708
  declare const bannerSetting: {
697
709
  HeroBanner: _gem_sdk_core.ComponentSetting<HeroBannerProps>;
@@ -725,7 +737,7 @@ declare const breadcrumbSetting: {
725
737
  Breadcrumb: _gem_sdk_core.ComponentSetting<BreadcrumbProps>;
726
738
  };
727
739
 
728
- declare const Button$2: React.FC<ButtonProps>;
740
+ declare const Button$3: React.FC<ButtonProps>;
729
741
 
730
742
  declare const buttonSetting: {
731
743
  Button: _gem_sdk_core.ComponentSetting<ButtonProps>;
@@ -1326,12 +1338,14 @@ type CSSCodeSettingProps = {
1326
1338
  customLabel?: string;
1327
1339
  speedParallax?: any;
1328
1340
  };
1341
+ type CSSCodeTranslateKeys = keyof CSSCodeSettingProps;
1329
1342
  type CSSCodeProps = BasePropsWrap<CSSCodeSettingProps> & {
1330
1343
  advanced?: any;
1331
1344
  children?: React.ReactNode;
1345
+ pageContext?: PageContext;
1332
1346
  };
1333
1347
 
1334
- declare const CSSCode$1: ({ setting, style, advanced, builderAttrs, builderProps, children, }: CSSCodeProps) => React.JSX.Element;
1348
+ declare const CSSCode$2: ({ setting, style, advanced, builderAttrs, builderProps, children, pageContext, }: CSSCodeProps) => React.JSX.Element;
1335
1349
 
1336
1350
  declare const codeSetting: {
1337
1351
  CSSCode: _gem_sdk_core.ComponentSetting<CSSCodeProps>;
@@ -1341,11 +1355,11 @@ declare const CollectionTitle$1: React.FC<CollectionTitleProps>;
1341
1355
 
1342
1356
  declare const CollectionBanner$1: React.FC<CollectionBannerProps>;
1343
1357
 
1344
- declare const CollectionDescription$1: React.FC<CollectionDescriptionProps>;
1358
+ declare const CollectionDescription$2: React.FC<CollectionDescriptionProps>;
1345
1359
 
1346
- declare const CollectionToolbar$1: React.FC<CollectionToolbarProps>;
1360
+ declare const CollectionToolbar$2: React.FC<CollectionToolbarProps>;
1347
1361
 
1348
- declare const CollectionPaginator$1: React.FC<CollectionPaginatorProps>;
1362
+ declare const CollectionPaginator$2: React.FC<CollectionPaginatorProps>;
1349
1363
 
1350
1364
  declare const collectionSetting: {
1351
1365
  CollectionTitle: _gem_sdk_core.ComponentSetting<CollectionTitleProps>;
@@ -1374,12 +1388,12 @@ type CountdownSettingProps = {
1374
1388
  enableHour?: boolean;
1375
1389
  enableMinute?: boolean;
1376
1390
  enableSecond?: boolean;
1391
+ standardType?: string;
1377
1392
  dayLabel?: string;
1378
1393
  hourLabel?: string;
1379
1394
  minuteLabel?: string;
1380
1395
  secondLabel?: string;
1381
1396
  weekLabel?: string;
1382
- translate?: string;
1383
1397
  behaviour: string;
1384
1398
  timerEverygreen?: timerEverygreenType;
1385
1399
  timerDaily?: timerDailyType;
@@ -1420,11 +1434,12 @@ type CountdownStyleProps = {
1420
1434
  horizontalGap?: string;
1421
1435
  itemPadding?: ObjectDevices<PaddingType$2>;
1422
1436
  };
1437
+ type CountdownTimerTranslateKeys = keyof (CountdownSettingProps & CountdownStyleProps);
1423
1438
  type CountdownProps = BaseProps<CountdownSettingProps, CountdownStyleProps> & {
1424
1439
  pageContext?: PageContext;
1425
1440
  };
1426
1441
 
1427
- declare const Countdown$1: React.FC<CountdownProps>;
1442
+ declare const Countdown$2: React.FC<CountdownProps>;
1428
1443
 
1429
1444
  declare const countdownSetting: {
1430
1445
  Countdown: _gem_sdk_core.ComponentSetting<CountdownProps>;
@@ -1432,19 +1447,20 @@ declare const countdownSetting: {
1432
1447
 
1433
1448
  type CouponSettingProps = {
1434
1449
  copyContent?: string;
1435
- translate?: string;
1436
1450
  defaultLabel?: string;
1437
1451
  clickedLabel?: string;
1438
1452
  couponLayout?: string;
1439
1453
  } & Pick<ButtonSettingProps, 'iconAlign' | 'iconSvg' | 'iconVisible' | 'shouldClearSpace' | 'enableHoverEffect' | 'enableActiveEffect'>;
1440
1454
  type CouponStyleProps = ButtonStyleProps;
1455
+ type CouponTranslateKeys = keyof (CouponSettingProps & CouponStyleProps);
1441
1456
  type CouponProps = BasePropsWrap<CouponSettingProps, CouponStyleProps> & {
1442
1457
  children: React.ReactNode;
1458
+ translateSetting?: string;
1443
1459
  } & {
1444
1460
  pageContext?: PageContext;
1445
1461
  };
1446
1462
 
1447
- declare const Coupon$1: React.FC<CouponProps>;
1463
+ declare const Coupon$2: React.FC<CouponProps>;
1448
1464
 
1449
1465
  declare const couponSetting: {
1450
1466
  Coupon: _gem_sdk_core.ComponentSetting<CouponProps>;
@@ -1481,11 +1497,13 @@ type DialogSettingProps = {
1481
1497
  effectType?: 'fade' | 'zoom' | 'zoom-out' | 'horizontal' | 'vertical' | 'unfold' | 'none';
1482
1498
  position?: 'center' | 'top' | 'right' | 'bottom' | 'left' | 'top-left' | 'top-right' | 'bottom-right' | 'bottom-left';
1483
1499
  };
1500
+ type DialogTranslateKeys = keyof DialogSettingProps;
1484
1501
  type DialogProps$1 = BasePropsWrap<DialogSettingProps> & {
1485
1502
  children: React.ReactNode | string;
1503
+ pageContext?: PageContext;
1486
1504
  };
1487
1505
 
1488
- declare const Dialog$1: (props: DialogProps$1) => React.JSX.Element;
1506
+ declare const Dialog$2: (props: DialogProps$1) => React.JSX.Element;
1489
1507
 
1490
1508
  declare const dialogSetting: {
1491
1509
  Dialog: _gem_sdk_core.ComponentSetting<DialogProps$1>;
@@ -1494,7 +1512,6 @@ declare const dialogSetting: {
1494
1512
  type EstimateSettingProps = {
1495
1513
  htmlTag?: number;
1496
1514
  text?: string;
1497
- translate?: string;
1498
1515
  globalSize?: ObjectDevices<SizeSettingGlobal>;
1499
1516
  background?: ObjectDevices<BackgroundMedia>;
1500
1517
  enableCustomText?: boolean;
@@ -1531,45 +1548,15 @@ type EstimateStyleProps = {
1531
1548
  shapeRounded?: ObjectDevices<CornerRadius>;
1532
1549
  shapeBoxShadow?: ObjectDevices<ShadowProps>;
1533
1550
  };
1534
- type EstimateDatePropsV2 = BasePropsWrap<EstimateSettingProps, EstimateStyleProps> & Omit<React.ComponentPropsWithoutRef<'h1'>, 'children'> & {
1535
- children: React.ReactNode;
1536
- };
1537
- type EstimateDateProps = BasePropsWrap<{
1538
- htmlTag?: number;
1539
- text?: string;
1540
- translate?: string;
1541
- globalSize?: ObjectDevices<SizeSettingGlobal>;
1542
- background?: ObjectDevices<BackgroundMedia>;
1543
- enableCustomText?: boolean;
1544
- customText?: string;
1545
- minEstimate?: number;
1546
- maxEstimate?: number;
1547
- estimateTime?: number;
1548
- typeFormat?: string;
1549
- customFormat?: string;
1550
- typeEstimate?: string;
1551
- ifOutOfStock?: string;
1552
- }, {
1553
- textShadowNotState?: ShadowProps;
1554
- hasTextShadowNotState?: boolean;
1555
- typography?: TypographySetting;
1556
- typoCustom?: TypographySettingV2;
1557
- typoDate?: TypographySettingV2;
1558
- typo?: TypographySettingV2;
1559
- textAlign?: ObjectDevices<AlignProp>;
1560
- lineClamp?: ObjectDevices<number>;
1561
- hasLineClamp?: ObjectDevices<boolean>;
1562
- hasTextShadow?: StateProp<boolean>;
1563
- textShadow?: StateProp<ShadowProps>;
1564
- align?: ObjectDevices<AlignProp>;
1565
- }> & Omit<React.ComponentPropsWithoutRef<'h1'>, 'children'> & {
1551
+ type EstimateDateTranslateKeys = keyof EstimateSettingProps;
1552
+ type EstimateDateProps = BasePropsWrap<EstimateSettingProps, EstimateStyleProps> & Omit<React.ComponentPropsWithoutRef<'h1'>, 'children'> & {
1566
1553
  children: React.ReactNode;
1567
1554
  };
1568
1555
 
1569
- declare const EstimateDate$1: React.FC<EstimateDateProps>;
1556
+ declare const EstimateDate$2: React.FC<EstimateDateProps>;
1570
1557
 
1571
1558
  declare const estimateDeliverySetting: {
1572
- EstimateDate: _gem_sdk_core.ComponentSetting<EstimateDatePropsV2>;
1559
+ EstimateDate: _gem_sdk_core.ComponentSetting<EstimateDateProps>;
1573
1560
  };
1574
1561
 
1575
1562
  type RootProps$1 = {
@@ -1577,9 +1564,9 @@ type RootProps$1 = {
1577
1564
  };
1578
1565
  declare const Root$1: React.FC<RootProps$1>;
1579
1566
 
1580
- declare const Section$1: React.FC<RowProps>;
1567
+ declare const Section$2: React.FC<RowProps>;
1581
1568
 
1582
- declare const Row$1: React.FC<RowProps>;
1569
+ declare const Row$2: React.FC<RowProps>;
1583
1570
 
1584
1571
  declare const Column$1: React.FC<ColProps>;
1585
1572
 
@@ -1593,7 +1580,6 @@ declare const gridSetting: {
1593
1580
  type FormCheckboxSettingProps = {
1594
1581
  name?: string;
1595
1582
  description?: string;
1596
- translate?: string;
1597
1583
  required?: boolean;
1598
1584
  selected?: boolean;
1599
1585
  horizontalSpacing?: ObjectDevices<Property.Padding>;
@@ -1623,7 +1609,6 @@ type Advanced = any;
1623
1609
  type TextAreaSettingProps = {
1624
1610
  text?: string;
1625
1611
  placeholder?: string;
1626
- translate?: string;
1627
1612
  name?: string;
1628
1613
  required?: boolean;
1629
1614
  size?: SizeSetting;
@@ -1651,7 +1636,6 @@ type TextAreaProps = BasePropsWrap<TextAreaSettingProps, TextAreaStyleProps, Adv
1651
1636
  type FormDropdownSettingProps = {
1652
1637
  name?: string;
1653
1638
  childItem?: string[];
1654
- translate?: string;
1655
1639
  required?: boolean;
1656
1640
  /**
1657
1641
  * @deprecated please use `typo` instead
@@ -1688,7 +1672,6 @@ type FormDropdownProps = BasePropsWrap<FormDropdownSettingProps, FormDropdownSty
1688
1672
  };
1689
1673
  type FormEmailSettingProps = {
1690
1674
  placeholder?: string;
1691
- translate?: string;
1692
1675
  required?: boolean;
1693
1676
  hideOnClient?: boolean;
1694
1677
  defaultEmail?: string;
@@ -1741,7 +1724,6 @@ type NewsLetterSettingProps = {
1741
1724
  successColor?: ColorValueType;
1742
1725
  errorColor?: ColorValueType;
1743
1726
  background?: ObjectDevices<BackgroundMedia>;
1744
- translate?: string;
1745
1727
  size?: SizeSetting;
1746
1728
  width?: ObjectDevices<string | number | undefined>;
1747
1729
  afterSubmitActionToggle?: ObjectDevices<boolean>;
@@ -1761,7 +1743,6 @@ type NewsletterProps = BasePropsWrap<NewsLetterSettingProps, NewsLetterStyleProp
1761
1743
  type OriginalSettingProps$7 = {
1762
1744
  layout?: 'default' | 'rounded' | 'bordered' | 'underlined';
1763
1745
  label?: string;
1764
- translate?: string;
1765
1746
  };
1766
1747
  type SubmitButtonSettingProps = OriginalSettingProps$7 & Pick<ButtonSettingProps, 'iconAlign' | 'iconSvg' | 'iconVisible' | 'shouldClearSpace' | 'enableHoverEffect'>;
1767
1748
  type SubmitButtonStyleProps = ButtonStyleProps;
@@ -1771,7 +1752,6 @@ type SubmitButtonProps = BasePropsWrap<SubmitButtonSettingProps, SubmitButtonSty
1771
1752
  type TextFieldSettingProps = {
1772
1753
  text?: string;
1773
1754
  placeholder?: string;
1774
- translate?: string;
1775
1755
  name?: string;
1776
1756
  required?: boolean;
1777
1757
  size?: SizeSetting;
@@ -1800,7 +1780,6 @@ type InputType = 'text' | 'textarea' | 'email' | 'phone' | 'number';
1800
1780
  type TextInputSettingProps = {
1801
1781
  text?: string;
1802
1782
  placeholder?: string;
1803
- translate?: string;
1804
1783
  name?: {
1805
1784
  text: string;
1806
1785
  textarea: string;
@@ -1838,23 +1817,23 @@ type TextInputStyleProps = {
1838
1817
  };
1839
1818
  type TextInputProps = BasePropsWrap<TextInputSettingProps, TextInputStyleProps, Advanced> & Omit<React.ComponentPropsWithoutRef<'input'>, ''>;
1840
1819
 
1841
- declare const Newsletter$1: ({ children, setting, styles, style, builderAttrs, builderProps, }: NewsletterProps) => React.JSX.Element;
1820
+ declare const Newsletter$2: ({ children, setting, styles, style, builderAttrs, builderProps, }: NewsletterProps) => React.JSX.Element;
1842
1821
 
1843
- declare const ContactForm$1: ({ children, styles, setting, style, builderAttrs, builderProps, }: NewsletterProps) => React.JSX.Element;
1822
+ declare const ContactForm$2: ({ children, styles, setting, style, builderAttrs, builderProps, }: NewsletterProps) => React.JSX.Element;
1844
1823
 
1845
- declare const FormEmail$1: ({ builderProps, builderAttrs, setting, advanced, children, styles, }: FormEmailProps) => React.JSX.Element;
1824
+ declare const FormEmail$2: ({ builderProps, builderAttrs, setting, advanced, children, styles, }: FormEmailProps) => React.JSX.Element;
1846
1825
 
1847
- declare const SubmitButton$1: ({ setting, builderProps, builderAttrs, style, styles, advanced, children, }: SubmitButtonProps) => React.JSX.Element;
1826
+ declare const SubmitButton$2: ({ setting, builderProps, builderAttrs, style, styles, advanced, children, }: SubmitButtonProps) => React.JSX.Element;
1848
1827
 
1849
- declare const FormDropdown$1: ({ builderProps, builderAttrs, setting, advanced, children, styles, }: FormDropdownProps) => React.JSX.Element;
1828
+ declare const FormDropdown$2: ({ builderProps, builderAttrs, setting, advanced, children, styles, }: FormDropdownProps) => React.JSX.Element;
1850
1829
 
1851
- declare const TextField$1: React.FC<TextFieldProps>;
1830
+ declare const TextField$2: React.FC<TextFieldProps>;
1852
1831
 
1853
1832
  declare const FormTextArea: React.FC<TextAreaProps>;
1854
1833
 
1855
- declare const FormCheckbox: ({ builderProps, setting, advanced, styles }: FormCheckboxProps) => React.JSX.Element;
1834
+ declare const FormCheckbox$1: ({ builderProps, setting, advanced, styles }: FormCheckboxProps) => React.JSX.Element;
1856
1835
 
1857
- declare const TextInput$1: React.FC<TextInputProps>;
1836
+ declare const TextInput$2: React.FC<TextInputProps>;
1858
1837
 
1859
1838
  declare const contactFormSetting: {
1860
1839
  Newsletter: _gem_sdk_core.ComponentSetting<NewsletterProps>;
@@ -1918,7 +1897,7 @@ type HeaderOriginalSettingProps = {
1918
1897
  logoWidth?: ObjectDevices<string>;
1919
1898
  logoAspectRatio?: ObjectDevices<string>;
1920
1899
  customAspectRadio?: ObjectDevices<Ratio>;
1921
- layout?: ObjectDevices<ObjectFit$1>;
1900
+ layout?: ObjectDevices<ObjectFit$2>;
1922
1901
  breakpoint?: 'tablet' | 'mobile' | 'desktop';
1923
1902
  cartIcon?: string;
1924
1903
  openMode?: 'popup' | 'page';
@@ -1969,7 +1948,6 @@ declare const headerSetting: {
1969
1948
  };
1970
1949
 
1971
1950
  type HeadingSettingProps = {
1972
- translate?: string;
1973
1951
  htmlTag?: number;
1974
1952
  text?: string;
1975
1953
  globalSize?: ObjectDevices<SizeSettingGlobal>;
@@ -1993,11 +1971,12 @@ type HeadingStyleProps = {
1993
1971
  shapeRounded?: ObjectDevices<CornerRadius>;
1994
1972
  shapeBoxShadow?: ObjectDevices<ShadowProps>;
1995
1973
  };
1974
+ type HeadingTranslateKeys = keyof (HeadingSettingProps & HeadingStyleProps);
1996
1975
  type HeadingProps = BasePropsWrap<HeadingSettingProps, HeadingStyleProps> & Omit<React.ComponentPropsWithoutRef<'h1'>, 'children'> & {
1997
1976
  children: React.ReactNode;
1998
1977
  };
1999
1978
 
2000
- declare const Heading$1: React.FC<HeadingProps>;
1979
+ declare const Heading$2: React.FC<HeadingProps>;
2001
1980
 
2002
1981
  declare const headingSetting: {
2003
1982
  Heading: _gem_sdk_core.ComponentSetting<HeadingProps>;
@@ -2059,10 +2038,12 @@ type IconListStyleProps$1 = {
2059
2038
  itemRounded?: ObjectDevices<CornerRadius>;
2060
2039
  globalSize?: ObjectDevices<SizeSettingGlobal>;
2061
2040
  };
2041
+ type IconListTranslateKeys = keyof (IconListSettingProps$1 & IconListStyleProps$1);
2062
2042
  type IconListProps$1 = BasePropsWrap<IconListSettingProps$1, IconListStyleProps$1> & {
2063
2043
  children?: React.ReactNode;
2064
2044
  rawChildren?: any[];
2065
2045
  advanced?: any;
2046
+ pageContext?: PageContext;
2066
2047
  };
2067
2048
  type IconListItemProps$1 = BasePropsWrap & React.ComponentPropsWithoutRef<'div'> & {
2068
2049
  horizontalSpacing?: ObjectDevices<Property.Padding>;
@@ -2072,7 +2053,7 @@ type IconListItemProps$1 = BasePropsWrap & React.ComponentPropsWithoutRef<'div'>
2072
2053
  parentStyles?: IconListProps$1['styles'];
2073
2054
  };
2074
2055
 
2075
- declare const IconList$1: React$1.FC<IconListProps$1>;
2056
+ declare const IconList$2: React$1.FC<IconListProps$1>;
2076
2057
 
2077
2058
  declare const IconListItem$1: React$1.FC<IconListItemProps$1>;
2078
2059
 
@@ -2109,7 +2090,6 @@ declare const iconListHozSetting: {
2109
2090
 
2110
2091
  type IconListSettingProps = {
2111
2092
  childItem?: string[];
2112
- translate?: string;
2113
2093
  textTypo?: TypographySettingV2;
2114
2094
  iconSvg?: string;
2115
2095
  iconWidth?: ObjectDevices<number>;
@@ -2134,11 +2114,12 @@ type IconListStyleProps = {
2134
2114
  contentBoxRounded?: ObjectDevices<CornerRadius>;
2135
2115
  contentBoxShadow?: ObjectDevices<ShadowProps>;
2136
2116
  };
2117
+ type IconListV2TranslateKeys = keyof (IconListSettingProps & IconListStyleProps);
2137
2118
  type IconListProps = BasePropsWrap<IconListSettingProps, IconListStyleProps> & {
2138
2119
  pageContext?: PageContext;
2139
2120
  };
2140
2121
 
2141
- declare const IconListV2$1: React.FC<IconListProps>;
2122
+ declare const IconListV2$2: React.FC<IconListProps>;
2142
2123
 
2143
2124
  declare const iconListSettingV2: {
2144
2125
  IconListV2: _gem_sdk_core.ComponentSetting<IconListProps>;
@@ -2173,7 +2154,6 @@ type ImageComparisonSettingProps = {
2173
2154
  defaultPercentage?: number;
2174
2155
  leftImageLabel?: string;
2175
2156
  rightImageLabel?: string;
2176
- translate?: string;
2177
2157
  sliderLineWidth?: number;
2178
2158
  hoverToSlide?: boolean;
2179
2159
  imageTab?: ImageTab;
@@ -2200,16 +2180,17 @@ type ImageComparisonStyleProps = {
2200
2180
  customAspectRadio?: ObjectDevices<Ratio>;
2201
2181
  fullWidth?: ObjectDevices<boolean>;
2202
2182
  width?: ObjectDevices<number | string>;
2203
- imageScale?: ObjectDevices<ObjectFit$1>;
2183
+ imageScale?: ObjectDevices<ObjectFit$2>;
2204
2184
  labelPositionHoz?: ObjectDevices<string>;
2205
2185
  labelPositionVer?: ObjectDevices<string>;
2206
2186
  } & Pick<SharedProps, 'aspectRatio'>;
2187
+ type ImageComparisonTranslateKeys = keyof (ImageComparisonSettingProps & ImageComparisonStyleProps);
2207
2188
  type ImageComparisonProps = BaseProps<ImageComparisonSettingProps, ImageComparisonStyleProps> & {
2208
2189
  className?: string;
2209
2190
  pageContext?: PageContext;
2210
2191
  };
2211
2192
 
2212
- declare const ImageComparison$1: React.FC<ImageComparisonProps>;
2193
+ declare const ImageComparison$2: React.FC<ImageComparisonProps>;
2213
2194
 
2214
2195
  declare const imageComparisonSetting: {
2215
2196
  ImageComparison: _gem_sdk_core.ComponentSetting<ImageComparisonProps>;
@@ -2519,6 +2500,7 @@ type PostPurchaseButtonSettingProps = {
2519
2500
  text?: string | number;
2520
2501
  buttonType?: 'primary' | 'secondary' | 'link';
2521
2502
  outOfStockLabel?: string;
2503
+ requireAcceptTermLabel?: string;
2522
2504
  };
2523
2505
  type PostPurchaseButtonStyleProps = {
2524
2506
  typo?: PostPurchaseTypo;
@@ -2528,10 +2510,11 @@ type PostPurchaseButtonStyleProps = {
2528
2510
  };
2529
2511
  type PostPurchaseButtonProps = BasePropsWrap<PostPurchaseButtonSettingProps, PostPurchaseButtonStyleProps>;
2530
2512
 
2531
- declare const Button$1: ({ styles, builderAttrs, style, setting, advanced, builderProps, disabled, ...props }: _gem_sdk_core.BaseProps<{
2513
+ declare const Button$2: ({ styles, builderAttrs, style, setting, advanced, builderProps, disabled, ...props }: _gem_sdk_core.BaseProps<{
2532
2514
  text?: string | number | undefined;
2533
2515
  buttonType?: "link" | "primary" | "secondary" | undefined;
2534
2516
  outOfStockLabel?: string | undefined;
2517
+ requireAcceptTermLabel?: string | undefined;
2535
2518
  }, {
2536
2519
  typo?: _gem_sdk_core.PostPurchaseTypo | undefined;
2537
2520
  align?: "center" | "end" | "start" | undefined;
@@ -2707,7 +2690,7 @@ type SettingOptions = {
2707
2690
  isCannotEditing?: boolean;
2708
2691
  };
2709
2692
 
2710
- declare const Text$2: ({ styles, builderAttrs, style, setting, advanced, builderProps, className, children, textClassWrapper, textClass, ...props }: PostPurchaseTextProps) => React.JSX.Element;
2693
+ declare const Text$3: ({ styles, builderAttrs, style, setting, advanced, builderProps, className, children, textClassWrapper, textClass, ...props }: PostPurchaseTextProps) => React.JSX.Element;
2711
2694
 
2712
2695
  declare const PostPurchaseHeading: ({ styles, builderAttrs, style, setting, advanced, builderProps, className, children, textClassWrapper, textClass, ...props }: PostPurchaseTextProps) => React.JSX.Element;
2713
2696
  declare const postPurchaseTextSetting: {
@@ -2865,6 +2848,7 @@ type PostPurchaseProductPriceBreakdownSettingProps = {
2865
2848
  discountAndShippingFee?: boolean;
2866
2849
  contentShow?: string;
2867
2850
  contentHide?: string;
2851
+ isShowRecurringTotalLabel?: boolean;
2868
2852
  };
2869
2853
  type PostPurchaseProductPriceBreakdownStyleProps = {
2870
2854
  labelStyle?: PostPurchaseTypo;
@@ -2886,7 +2870,7 @@ type PostPurchaseProductPriceBreakdownProps = BasePropsWrap<PostPurchaseProductP
2886
2870
  };
2887
2871
 
2888
2872
  type FeatureImageStyles$2 = {
2889
- ftLayout?: ObjectDevices<ObjectFit$1>;
2873
+ ftLayout?: ObjectDevices<ObjectFit$2>;
2890
2874
  ftShape?: ObjectDevices<SizeSettingGlobal>;
2891
2875
  ftCorner?: CornerRadius;
2892
2876
  };
@@ -2927,7 +2911,7 @@ type SelectDisplaySetting$1 = {
2927
2911
  preDisplay?: '1st-available-variant' | '1st-images' | '1st-video' | '1st-3d-mode';
2928
2912
  };
2929
2913
  type GalleryStyles$2 = {
2930
- layout?: ObjectDevices<ObjectFit$1>;
2914
+ layout?: ObjectDevices<ObjectFit$2>;
2931
2915
  shape?: ObjectDevices<SizeSettingGlobal>;
2932
2916
  shapeForBottom?: ObjectDevices<SizeSettingGlobal>;
2933
2917
  shapeForFtOnly?: ObjectDevices<SizeSettingGlobal>;
@@ -3028,6 +3012,46 @@ type PostPurchaseProductImagesProps = BasePropsWrap<ProductImagesSettingProps, P
3028
3012
  children?: React.ReactNode;
3029
3013
  };
3030
3014
 
3015
+ declare const postPurchaseSpacing: Record<string, string>;
3016
+
3017
+ type ProductSubscriptionSettingProps = {
3018
+ sellingType?: 'one-time' | 'subscription';
3019
+ sellingLabel?: string;
3020
+ sellingTitleOneTime?: string;
3021
+ sellingStyle?: 'dropdown' | 'radio' | 'image';
3022
+ sellingTitle?: string;
3023
+ subscriptionLabel?: string;
3024
+ enableSubscriptionDetail?: boolean;
3025
+ sellingPlans?: {
3026
+ [key: string]: {
3027
+ [key: string]: {
3028
+ appSource?: string;
3029
+ group?: string;
3030
+ defaultOption?: string;
3031
+ };
3032
+ };
3033
+ };
3034
+ };
3035
+ type ProductSubscriptionStyleProps = {
3036
+ sellingTitleDirection?: 'ltr' | 'rtl';
3037
+ sellingTitleTypo?: PostPurchaseTypo;
3038
+ sellingTitleAlign?: AlignItemProp;
3039
+ sellingTitleOneTimeDirection?: 'ltr' | 'rtl';
3040
+ sellingTitleOneTimeTypo?: PostPurchaseTypo;
3041
+ sellingTitleOneTimeAlign?: AlignItemProp;
3042
+ subscriptionDetailDirection?: 'ltr' | 'rtl';
3043
+ subscriptionDetailTypo?: PostPurchaseTypo;
3044
+ subscriptionDetailAlign?: AlignItemProp;
3045
+ sellingPlanItemGap?: keyof typeof postPurchaseSpacing;
3046
+ width?: string;
3047
+ align?: AlignItemProp;
3048
+ sellingPlanId?: string;
3049
+ };
3050
+ type PostPurchaseProductSubscriptionProps = BasePropsWrap<ProductSubscriptionSettingProps, ProductSubscriptionStyleProps> & {
3051
+ advanced?: any;
3052
+ children?: ReactNode;
3053
+ };
3054
+
3031
3055
  type PostPurchaseProductTitleSettingProps = PostPurchaseTextSettingProps & {
3032
3056
  linkProduct?: boolean;
3033
3057
  };
@@ -3043,9 +3067,10 @@ declare const PostPurchaseProductDescription: React.FC<PostPurchaseProductDescri
3043
3067
  type PostPurchaseProductPriceSettingProps = {
3044
3068
  moneyWithCurrentFormat?: boolean;
3045
3069
  discountAndShippingFee?: boolean;
3070
+ priceType?: 'offer' | 'compare';
3071
+ source?: 'price' | 'compare-price';
3046
3072
  };
3047
3073
  type OriginalStyleProps$4 = {
3048
- priceType?: 'regular' | 'compare';
3049
3074
  lineThrough?: boolean;
3050
3075
  };
3051
3076
  type PostPurchaseProductPriceStyleProps = OriginalStyleProps$4 & PostPurchaseTextSettingProps & PostPurchaseTextStyleProps;
@@ -3080,13 +3105,13 @@ type PostPurchaseProductDiscountTagProps = BasePropsWrap<ProductDiscountTagSetti
3080
3105
 
3081
3106
  declare const PostPurchaseProductDiscountTag: React.FC<PostPurchaseProductDiscountTagProps>;
3082
3107
 
3108
+ declare const ProductSubscription: React.FC<PostPurchaseProductSubscriptionProps>;
3109
+
3083
3110
  declare const PostPurchaseProductImages: (props: PostPurchaseProductImagesProps) => React.JSX.Element;
3084
3111
 
3085
3112
  declare const postPurchaseProduct1Col: {
3086
3113
  id: string;
3087
- name: {
3088
- en: string;
3089
- };
3114
+ name: string;
3090
3115
  icon: {
3091
3116
  desktop: string;
3092
3117
  };
@@ -3233,9 +3258,7 @@ declare const postPurchaseProduct1Col: {
3233
3258
 
3234
3259
  declare const postPurchaseProduct2Col: {
3235
3260
  id: string;
3236
- name: {
3237
- en: string;
3238
- };
3261
+ name: string;
3239
3262
  icon: {
3240
3263
  desktop: string;
3241
3264
  };
@@ -3369,9 +3392,7 @@ declare const postPurchaseProduct2Col: {
3369
3392
 
3370
3393
  declare const postPurchaseProductDefault: {
3371
3394
  id: string;
3372
- name: {
3373
- en: string;
3374
- };
3395
+ name: string;
3375
3396
  icon: {
3376
3397
  desktop: string;
3377
3398
  };
@@ -3521,10 +3542,37 @@ declare const postPurchaseProductSetting: {
3521
3542
  PostPurchaseProductOffer: _gem_sdk_core.ComponentSetting<PostPurchaseProductOfferProps>;
3522
3543
  PostPurchaseProductDiscountTag: _gem_sdk_core.ComponentSetting<PostPurchaseProductDiscountTagProps>;
3523
3544
  PostPurchaseProductImages: _gem_sdk_core.ComponentSetting<PostPurchaseProductImagesProps>;
3545
+ PostPurchaseProductSubscription: _gem_sdk_core.ComponentSetting<PostPurchaseProductSubscriptionProps>;
3546
+ };
3547
+
3548
+ type PostPurchaseBuyerConsentSettingProps = {
3549
+ description?: string;
3550
+ translate?: string;
3551
+ selected?: boolean;
3552
+ policyLink?: string;
3553
+ policyLabel?: string;
3554
+ align?: AlignItemProp;
3555
+ };
3556
+ type PostPurchaseBuyerConsentStyleProps = {
3557
+ globalSize?: ObjectDevices<SizeSettingGlobal>;
3558
+ horizontalSpacing?: Property.Padding;
3559
+ direction?: 'ltr' | 'rtl';
3560
+ width?: string;
3561
+ textAlign?: AlignItemProp;
3562
+ typo?: PostPurchaseTypo;
3563
+ };
3564
+ type PostPurchaseBuyerConsentProps = BasePropsWrap<PostPurchaseBuyerConsentSettingProps, PostPurchaseBuyerConsentStyleProps> & {
3565
+ children: React.ReactNode;
3566
+ };
3567
+
3568
+ declare const BuyerConsent: React.FC<PostPurchaseBuyerConsentProps>;
3569
+
3570
+ declare const postPurchaseBuyerConsentSetting: {
3571
+ PostPurchaseBuyerConsent: _gem_sdk_core.ComponentSetting<PostPurchaseBuyerConsentProps>;
3524
3572
  };
3525
3573
 
3526
3574
  type FeatureImageStyles$1 = {
3527
- ftLayout?: ObjectDevices<ObjectFit$1>;
3575
+ ftLayout?: ObjectDevices<ObjectFit$2>;
3528
3576
  ftShape?: ObjectDevices<SizeSettingGlobal>;
3529
3577
  ftCorner?: CornerRadius;
3530
3578
  };
@@ -3564,7 +3612,7 @@ type SelectDisplaySetting = {
3564
3612
  preDisplay?: '1st-available-variant' | '1st-images' | '1st-video' | '1st-3d-mode';
3565
3613
  };
3566
3614
  type GalleryStyles$1 = {
3567
- layout?: ObjectDevices<ObjectFit$1>;
3615
+ layout?: ObjectDevices<ObjectFit$2>;
3568
3616
  shape?: ObjectDevices<SizeSettingGlobal>;
3569
3617
  shapeForBottom?: ObjectDevices<SizeSettingGlobal>;
3570
3618
  shapeForFtOnly?: ObjectDevices<SizeSettingGlobal>;
@@ -3648,7 +3696,6 @@ type ProductDescriptionSettingProps = {
3648
3696
  hasBoxShadow?: boolean;
3649
3697
  boxShadow?: ShadowProps;
3650
3698
  transform?: TransformProp;
3651
- translate?: string;
3652
3699
  };
3653
3700
  type ProductDescriptionProps = BaseProps<ProductDescriptionSettingProps> & {
3654
3701
  pageContext?: PageContext;
@@ -3745,6 +3792,7 @@ type ProductButtonProps = BasePropsWrap<ProductButtonSettingProps, ProductButton
3745
3792
  style?: React.CSSProperties;
3746
3793
  children?: React.ReactNode;
3747
3794
  };
3795
+ type ProductButtonPropsTranslateKeys = keyof (ProductButtonSettingProps & ProductButtonStyleProps);
3748
3796
  type Separator = 'horizontal-line' | 'vertical-line' | 'dot';
3749
3797
  type ButtonLayout = 'cart-only' | 'cart-icon' | 'cart-price' | 'cart-price-icon' | 'cart-full' | 'icon-only';
3750
3798
 
@@ -3833,7 +3881,6 @@ type ProductPropertiesSettingProps = {
3833
3881
  type?: 'text' | 'textarea' | 'email' | 'checkbox' | 'radio' | 'dropdown' | 'hidden';
3834
3882
  label?: string;
3835
3883
  valueHidden?: string;
3836
- translate?: string;
3837
3884
  required?: boolean;
3838
3885
  numberOnly?: boolean;
3839
3886
  minChar?: number;
@@ -3908,6 +3955,10 @@ type OriginalStyleProps$2 = {
3908
3955
  size?: ObjectDevices<SizeSettingGlobal>;
3909
3956
  };
3910
3957
  type ProductTagStyleProps = OriginalStyleProps$2 & TextStyleProps;
3958
+ type ProductTagSidebarSettingProps = {
3959
+ setting: Pick<ProductTagSettingProps, 'customContent' | 'translate'>;
3960
+ styles: Pick<OriginalStyleProps$2, 'size' | 'textContentAlign' | 'backgroundColor' | 'borderTag' | 'roundedTag' | 'textAlign'> & Pick<TextStyleProps, 'typo'>;
3961
+ };
3911
3962
  type ProductTagProps = BaseProps<ProductTagSettingProps, ProductTagStyleProps> & {
3912
3963
  'bundle-item'?: bundleItem;
3913
3964
  };
@@ -4025,7 +4076,7 @@ type DynamicCheckoutLiquidProps = DynamicCheckoutProps & {
4025
4076
  type FeatureImageStyles = {
4026
4077
  ftAspectRatio?: ObjectDevices<string>;
4027
4078
  ftCustomAspectRadio?: ObjectDevices<Ratio>;
4028
- ftLayout?: ObjectDevices<ObjectFit$1>;
4079
+ ftLayout?: ObjectDevices<ObjectFit$2>;
4029
4080
  ftFullWidth?: ObjectDevices<boolean>;
4030
4081
  ftWidth?: ObjectDevices<string>;
4031
4082
  ftWidthHorizontalLayout?: ObjectDevices<string>;
@@ -4046,7 +4097,7 @@ type FeatureImageSetting = {
4046
4097
  type GalleryStyles = {
4047
4098
  aspectRatio?: ObjectDevices<string>;
4048
4099
  customAspectRadio?: ObjectDevices<Ratio>;
4049
- layout?: ObjectDevices<ObjectFit$1>;
4100
+ layout?: ObjectDevices<ObjectFit$2>;
4050
4101
  align?: ObjectDevices<Property.AlignItems>;
4051
4102
  position?: ObjectDevices<string>;
4052
4103
  spacing?: ObjectDevices<string | number>;
@@ -4117,7 +4168,6 @@ type SkuProps = BaseProps<ProductSkuSettingProps, ProductSkuStyleProps>;
4117
4168
 
4118
4169
  type OriginalSettingProps = {
4119
4170
  label?: string;
4120
- translate?: string;
4121
4171
  redirectNewTab?: boolean;
4122
4172
  };
4123
4173
  type ProductViewMoreSettingProps = OriginalSettingProps & Pick<ButtonSettingProps, 'iconAlign' | 'iconSvg' | 'iconVisible' | 'shouldClearSpace' | 'enableHoverEffect'>;
@@ -4129,7 +4179,6 @@ type ProductViewMoreProps = BasePropsWrap<ProductViewMoreSettingProps, ProductVi
4129
4179
  type ProductBadgeSettingProps = {
4130
4180
  contentType?: 'text' | 'image';
4131
4181
  displayContent?: string;
4132
- translate?: string;
4133
4182
  displayTrigger?: TDisplayTrigger[];
4134
4183
  positionWithImage?: 'inside' | 'outside';
4135
4184
  shape?: string;
@@ -4255,7 +4304,6 @@ type TDisplayTrigger = InventoryStatusTrigger | DiscountPriceTrigger | PriceRang
4255
4304
 
4256
4305
  type FileUploadSettingProps = {
4257
4306
  textContent?: string;
4258
- translate?: string;
4259
4307
  fileUploadLayout?: string;
4260
4308
  arrangeContent?: string;
4261
4309
  positionVertical?: string;
@@ -4378,11 +4426,11 @@ declare const ProductTitle$1: React.FC<ProductTitleProps>;
4378
4426
 
4379
4427
  declare const ProductQuantity$1: React.FC<ProductQuantityProps>;
4380
4428
 
4381
- declare const ProductDescription$1: React.FC<ProductDescriptionProps>;
4429
+ declare const ProductDescription$2: React.FC<ProductDescriptionProps>;
4382
4430
 
4383
4431
  declare const ProductPrice$1: React.FC<ProductPriceProps>;
4384
4432
 
4385
- declare const ProductButton$1: React.FC<ProductButtonProps>;
4433
+ declare const ProductButton$2: React.FC<ProductButtonProps>;
4386
4434
 
4387
4435
  declare const ProductVariants$1: React.FC<ProductVariantsProps>;
4388
4436
 
@@ -4392,11 +4440,11 @@ declare const ProductImagesV3: React.FC<ProductImagesProps$2>;
4392
4440
 
4393
4441
  declare const ProductImagesV2: React.FC<ProductImagesProps$1>;
4394
4442
 
4395
- declare const ProductProperties$1: React.FC<ProductPropertiesProps>;
4443
+ declare const ProductProperties$2: React.FC<ProductPropertiesProps>;
4396
4444
 
4397
4445
  declare const QuickView: () => React.JSX.Element | null;
4398
4446
 
4399
- declare const ProductTag$1: React.FC<ProductTagProps>;
4447
+ declare const ProductTag$2: React.FC<ProductTagProps>;
4400
4448
 
4401
4449
  declare const ProductList$3: React.FC<ProductListProps$1>;
4402
4450
 
@@ -4410,11 +4458,11 @@ declare const ProductVendor$1: React.FC<VendorProps>;
4410
4458
 
4411
4459
  declare const ProductSku$1: React.FC<SkuProps>;
4412
4460
 
4413
- declare const ProductViewMore$1: ({ style, styles, setting, advanced, builderProps, builderAttrs, children, }: ProductViewMoreProps) => React.JSX.Element;
4461
+ declare const ProductViewMore$2: ({ style, styles, setting, advanced, builderProps, builderAttrs, children, }: ProductViewMoreProps) => React.JSX.Element;
4414
4462
 
4415
- declare const ProductBadge$1: React.FC<ProductBadgeProps>;
4463
+ declare const ProductBadge$2: React.FC<ProductBadgeProps>;
4416
4464
 
4417
- declare const FileUpload$1: React.FC<FileUploadProps>;
4465
+ declare const FileUpload$2: React.FC<FileUploadProps>;
4418
4466
 
4419
4467
  declare const ProductBundleDiscountItem$1: React.FC<{
4420
4468
  children?: React.ReactNode;
@@ -4486,7 +4534,6 @@ type Position$1 = 'top' | 'bottom' | 'left' | 'right';
4486
4534
  type TabsSettingProps = {
4487
4535
  activeKey?: number;
4488
4536
  childItem?: string[];
4489
- translate?: string;
4490
4537
  position?: ObjectDevices<Position$1>;
4491
4538
  labelTypo?: TypographySetting;
4492
4539
  labelTypoV2?: TypographySettingV2;
@@ -4506,6 +4553,7 @@ type TabsSettingProps = {
4506
4553
  enableHoverEffect?: boolean;
4507
4554
  enableActiveEffect?: boolean;
4508
4555
  };
4556
+ type TabsTranslateKeys = keyof TabsSettingProps;
4509
4557
  type TabsProps = BasePropsWrap<TabsSettingProps> & {
4510
4558
  children?: React.ReactNode;
4511
4559
  rawChildren?: any[];
@@ -4520,7 +4568,7 @@ type TabItemProps = {
4520
4568
  parentUid?: string;
4521
4569
  };
4522
4570
 
4523
- declare const Tabs$1: (props: TabsProps) => React.JSX.Element;
4571
+ declare const Tabs$2: (props: TabsProps) => React.JSX.Element;
4524
4572
 
4525
4573
  declare const TabItem$1: React.FC<TabItemProps>;
4526
4574
 
@@ -4529,7 +4577,7 @@ declare const tabSetting: {
4529
4577
  TabItem: _gem_sdk_core.ComponentSetting<TabItemProps>;
4530
4578
  };
4531
4579
 
4532
- declare const Text$1: React.ForwardRefExoticComponent<_gem_sdk_core.BaseProps<TextSettingProps, TextStyleProps, Record<string, any>> & {
4580
+ declare const Text$2: React.ForwardRefExoticComponent<_gem_sdk_core.BaseProps<TextSettingProps, TextStyleProps, Record<string, any>> & {
4533
4581
  builderAttrs?: Record<string, any> | undefined;
4534
4582
  style?: React.CSSProperties | undefined;
4535
4583
  } & Omit<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, "ref">, ""> & {
@@ -4592,13 +4640,15 @@ type VideoSettingProps = {
4592
4640
  startTime?: string;
4593
4641
  endTime?: string;
4594
4642
  };
4643
+ type VideoTranslateKeys = keyof VideoSettingProps;
4595
4644
  type VideoProps = BasePropsWrap<VideoSettingProps> & {
4596
4645
  className?: string;
4597
4646
  style?: React.CSSProperties;
4598
4647
  children?: React.ReactNode;
4648
+ pageContext?: PageContext;
4599
4649
  };
4600
4650
 
4601
- declare const Video$1: React.FC<VideoProps>;
4651
+ declare const Video$2: React.FC<VideoProps>;
4602
4652
 
4603
4653
  declare const videoSetting: {
4604
4654
  Video: _gem_sdk_core.ComponentSetting<VideoProps>;
@@ -5519,6 +5569,11 @@ type KachingSubscriptionsAppProps = BaseProps<{
5519
5569
  install?: any;
5520
5570
  appBlockId?: string;
5521
5571
  }>;
5572
+ type GrowthSuiteDiscountCodesProps = BaseProps<{
5573
+ align?: ObjectDevices<AlignProp>;
5574
+ openApp?: any;
5575
+ install?: any;
5576
+ }>;
5522
5577
 
5523
5578
  declare const RechargeSubscriptions$1: React.FC<RechargeSubscriptionsProps>;
5524
5579
 
@@ -5762,6 +5817,8 @@ declare const BloyRewardsProgramLoyalty$1: React.FC<BloyRewardsProgramLoyaltyPro
5762
5817
 
5763
5818
  declare const KachingSubscriptionsApp$1: React.FC<KachingSubscriptionsAppProps>;
5764
5819
 
5820
+ declare const GrowthSuiteDiscountCodes$1: React.FC<GrowthSuiteDiscountCodesProps>;
5821
+
5765
5822
  declare const thirdPartySetting: {
5766
5823
  EstimatedDeliveryDatePlus: _gem_sdk_core.ComponentSetting<EstimatedDeliveryDatePlusProps>;
5767
5824
  OkendoReviewsLoyalty: _gem_sdk_core.ComponentSetting<OkendoReviewsLoyaltyProps>;
@@ -5884,6 +5941,7 @@ declare const thirdPartySetting: {
5884
5941
  DealeasyVolumeDiscounts: _gem_sdk_core.ComponentSetting<DealeasyVolumeDiscountsProps>;
5885
5942
  BloyRewardsProgramLoyalty: _gem_sdk_core.ComponentSetting<BloyRewardsProgramLoyaltyProps>;
5886
5943
  KachingSubscriptionsApp: _gem_sdk_core.ComponentSetting<KachingSubscriptionsAppProps>;
5944
+ GrowthSuiteDiscountCodes: _gem_sdk_core.ComponentSetting<GrowthSuiteDiscountCodesProps>;
5887
5945
  };
5888
5946
 
5889
5947
  type InstantJudgemeReviewsSettingProps = {
@@ -5950,7 +6008,6 @@ type StockCounterSettingProps = {
5950
6008
  outOfStockMessage?: string;
5951
6009
  continueSelling?: string;
5952
6010
  unlimitedQuantityMessage?: string;
5953
- translate?: string;
5954
6011
  layout?: 'full' | 'text-and-progress-bar' | 'icon-and-text' | 'progress-bar' | 'text-only';
5955
6012
  oosIcon?: string;
5956
6013
  progressBarPosition?: 'top' | 'bottom';
@@ -5977,11 +6034,12 @@ type StockCounterStyleProps = {
5977
6034
  oosTextColor?: ColorValueType;
5978
6035
  borderRadius?: CornerRadius;
5979
6036
  };
6037
+ type StockCounterTranslateKeys = keyof StockCounterSettingProps;
5980
6038
  type StockCounterProps = BasePropsWrap<StockCounterSettingProps, StockCounterStyleProps> & {
5981
6039
  pageContext: PageContext;
5982
6040
  };
5983
6041
 
5984
- declare const StockCounter$1: React.FC<StockCounterProps>;
6042
+ declare const StockCounter$2: React.FC<StockCounterProps>;
5985
6043
 
5986
6044
  declare const stockCounterSetting: {
5987
6045
  StockCounter: _gem_sdk_core.ComponentSetting<StockCounterProps>;
@@ -6023,11 +6081,13 @@ type StickySettingProps = {
6023
6081
  isScrollToTop?: boolean;
6024
6082
  minimize?: boolean;
6025
6083
  };
6084
+ type StickyTranslateKeys = keyof StickySettingProps;
6026
6085
  type StickyProps = BasePropsWrap<StickySettingProps> & {
6027
6086
  children?: React.ReactNode;
6087
+ pageContext?: PageContext;
6028
6088
  };
6029
6089
 
6030
- declare const Sticky$1: React$1.FC<StickyProps>;
6090
+ declare const Sticky$2: React$1.FC<StickyProps>;
6031
6091
 
6032
6092
  declare const stickySetting: {
6033
6093
  Sticky: _gem_sdk_core.ComponentSetting<StickyProps>;
@@ -6042,6 +6102,7 @@ declare const _default$3: {
6042
6102
  InstantLooxReviews: React.ComponentType<InstantLooxReviewsProps>;
6043
6103
  InstantKlaviyo: React.ComponentType<InstantKlaviyoProps>;
6044
6104
  InstantYotpoLoyalty: React.ComponentType<InstantYotpoLoyaltyProps>;
6105
+ GrowthSuiteDiscountCodes: React.ComponentType<GrowthSuiteDiscountCodesProps>;
6045
6106
  KachingSubscriptionsApp: React.ComponentType<KachingSubscriptionsAppProps>;
6046
6107
  BloyRewardsProgramLoyalty: React.ComponentType<BloyRewardsProgramLoyaltyProps>;
6047
6108
  DealeasyVolumeDiscounts: React.ComponentType<DealeasyVolumeDiscountsProps>;
@@ -6200,6 +6261,7 @@ declare const _default$3: {
6200
6261
  }>;
6201
6262
  ProductSku: React.ComponentType<SkuProps>;
6202
6263
  FileUpload: React.ComponentType<FileUploadProps>;
6264
+ PostPurchaseBuyerConsent: React.ComponentType<PostPurchaseBuyerConsentProps>;
6203
6265
  PostPurchaseProductTitle: React.ComponentType<PostPurchaseProductTitleProps>;
6204
6266
  PostPurchaseProductDescription: React.ComponentType<PostPurchaseProductDescriptionProps>;
6205
6267
  PostPurchaseProductPrice: React.ComponentType<PostPurchaseProductPriceProps>;
@@ -6210,6 +6272,7 @@ declare const _default$3: {
6210
6272
  PostPurchaseProductOffer: React.ComponentType<PostPurchaseProductOfferProps>;
6211
6273
  PostPurchaseProductDiscountTag: React.ComponentType<PostPurchaseProductDiscountTagProps>;
6212
6274
  PostPurchaseProductImages: React.ComponentType<PostPurchaseProductImagesProps>;
6275
+ PostPurchaseProductSubscription: React.ComponentType<PostPurchaseProductSubscriptionProps>;
6213
6276
  PostPurchaseText: React.ComponentType<PostPurchaseTextProps>;
6214
6277
  PostPurchaseHeading: React.ComponentType<PostPurchaseTextProps>;
6215
6278
  PostPurchaseLink: React.ComponentType<PostPurchaseLinkProps>;
@@ -6222,6 +6285,7 @@ declare const _default$3: {
6222
6285
  text?: string | number | undefined;
6223
6286
  buttonType?: "link" | "primary" | "secondary" | undefined;
6224
6287
  outOfStockLabel?: string | undefined;
6288
+ requireAcceptTermLabel?: string | undefined;
6225
6289
  }, {
6226
6290
  typo?: _gem_sdk_core.PostPurchaseTypo | undefined;
6227
6291
  align?: "center" | "end" | "start" | undefined;
@@ -6390,7 +6454,7 @@ type AccordionPropsLiquid = AccordionProps & {
6390
6454
  rawChildren?: any[];
6391
6455
  pageContext?: PageContext;
6392
6456
  };
6393
- declare const Accordion: ({ rawChildren, setting, styles, builderProps, pageContext, advanced, style, builderAttrs, }: AccordionPropsLiquid) => string;
6457
+ declare const Accordion$1: ({ rawChildren, setting, styles, builderProps, pageContext, advanced, style, builderAttrs, }: AccordionPropsLiquid) => string;
6394
6458
 
6395
6459
  type LiquidAccordionItemProps = AccordionItemProps & {
6396
6460
  rawChildren?: any[];
@@ -6408,7 +6472,7 @@ declare const ArticleContent: ({ styles, builderProps }: ArticleTitleProps) => s
6408
6472
 
6409
6473
  declare const ArticleImage: (props: ArticleImageProps) => string;
6410
6474
 
6411
- declare const ArticlePagination: (props: CollectionPaginatorProps) => string;
6475
+ declare const ArticlePagination$1: (props: CollectionPaginatorProps) => string;
6412
6476
 
6413
6477
  declare const ArticleAuthor: ({ setting, styles, advanced, builderProps }: ArticleAuthorProps) => string;
6414
6478
 
@@ -6418,13 +6482,13 @@ declare const ArticleCategory: ({ setting, styles, advanced, builderProps }: Art
6418
6482
 
6419
6483
  declare const ArticleDate: ({ setting, styles, advanced, builderProps }: ArticleDateProps) => string;
6420
6484
 
6421
- declare const ArticleReadMore: ({ setting, styles, builderAttrs, builderProps, advanced, style, }: ArticleReadMoreProps) => string;
6485
+ declare const ArticleReadMore$1: ({ setting, styles, builderAttrs, builderProps, advanced, style, }: ArticleReadMoreProps) => string;
6422
6486
 
6423
- declare const HeroBanner: (props: HeroBannerProps) => string;
6487
+ declare const HeroBanner$1: (props: HeroBannerProps) => string;
6424
6488
 
6425
6489
  declare const Breadcrumb: ({ setting, builderAttrs, style, styles, className, builderProps, advanced, }: BreadcrumbProps) => string;
6426
6490
 
6427
- declare const Button: (props: ButtonLiquidProps) => string;
6491
+ declare const Button$1: (props: ButtonLiquidProps) => string;
6428
6492
 
6429
6493
  declare const CarouselItem$1: (props: CarouselItemProps$1) => string;
6430
6494
 
@@ -6439,15 +6503,15 @@ declare const Carousel: (props: CarouselProps) => string;
6439
6503
  */
6440
6504
  declare const ShopPayButton: ({ style, styles, setting, className, builderAttrs }: ShopPayButtonProps) => string;
6441
6505
 
6442
- declare const CSSCode: ({ setting, style, advanced, builderAttrs, builderProps }: CSSCodeProps) => string;
6506
+ declare const CSSCode$1: ({ setting, style, advanced, builderAttrs, builderProps, pageContext, }: CSSCodeProps) => string;
6443
6507
 
6444
- declare const CollectionToolbar: ({ setting, builderProps, pageContext }: CollectionToolbarProps) => string;
6508
+ declare const CollectionToolbar$1: ({ setting, builderProps, pageContext }: CollectionToolbarProps) => string;
6445
6509
 
6446
6510
  declare const CollectionTitle: ({ setting, advanced }: CollectionTitleProps) => string;
6447
6511
 
6448
- declare const CollectionDescription: ({ setting, advanced, builderProps, pageContext, }: CollectionDescriptionProps) => string | JSX.Element | null;
6512
+ declare const CollectionDescription$1: ({ setting, advanced, builderProps, pageContext, }: CollectionDescriptionProps) => string | JSX.Element | null;
6449
6513
 
6450
- declare const CollectionPaginator: ({ setting, builderProps, pageContext }: CollectionPaginatorProps) => string;
6514
+ declare const CollectionPaginator$1: ({ setting, builderProps, pageContext }: CollectionPaginatorProps) => string;
6451
6515
 
6452
6516
  declare const CollectionBanner: ({ builderAttrs, builderProps, setting, style, children, rawChildren, advanced, }: _gem_sdk_core.BaseProps<{
6453
6517
  link?: {
@@ -6473,16 +6537,15 @@ declare const CollectionBanner: ({ builderAttrs, builderProps, setting, style, c
6473
6537
  advanced?: any;
6474
6538
  }) => string;
6475
6539
 
6476
- declare const Countdown: (props: CountdownProps) => string;
6540
+ declare const Countdown$1: (props: CountdownProps) => string;
6477
6541
 
6478
- declare const Coupon: ({ setting, builderProps, builderAttrs, style, styles, advanced, pageContext, }: CouponProps) => string;
6542
+ declare const Coupon$1: ({ setting, builderProps, builderAttrs, style, styles, advanced, pageContext, }: CouponProps) => string;
6479
6543
 
6480
- declare const Dialog: (props: DialogProps$1) => string;
6544
+ declare const Dialog$1: (props: DialogProps$1) => string;
6481
6545
 
6482
- declare const EstimateDate: ({ setting, styles, builderAttrs, style, builderProps, advanced, isText, pageContext, }: _gem_sdk_core.BaseProps<{
6546
+ declare const EstimateDate$1: ({ setting, styles, builderAttrs, style, builderProps, advanced, isText, pageContext, }: _gem_sdk_core.BaseProps<{
6483
6547
  htmlTag?: number | undefined;
6484
6548
  text?: string | undefined;
6485
- translate?: string | undefined;
6486
6549
  globalSize?: Partial<Record<_gem_sdk_core.NameDevices, _gem_sdk_core.SizeSettingGlobal>> | undefined;
6487
6550
  background?: Partial<Record<_gem_sdk_core.NameDevices, _gem_sdk_core.BackgroundMedia>> | undefined;
6488
6551
  enableCustomText?: boolean | undefined;
@@ -6507,6 +6570,13 @@ declare const EstimateDate: ({ setting, styles, builderAttrs, style, builderProp
6507
6570
  hasTextShadow?: Partial<Record<_gem_sdk_core.StateType, boolean>> | undefined;
6508
6571
  textShadow?: Partial<Record<_gem_sdk_core.StateType, _gem_sdk_core.ShadowProps>> | undefined;
6509
6572
  align?: Partial<Record<_gem_sdk_core.NameDevices, _gem_sdk_core.AlignProp>> | undefined;
6573
+ padding?: Partial<Record<_gem_sdk_core.NameDevices, _gem_sdk_core.SizeSettingGlobal>> | undefined;
6574
+ border?: Partial<Record<_gem_sdk_core.NameDevices, Partial<Record<_gem_sdk_core.StateType, _gem_sdk_core.Border>>>> | undefined;
6575
+ rounded?: Partial<Record<_gem_sdk_core.NameDevices, Partial<Record<_gem_sdk_core.StateType, _gem_sdk_core.CornerRadius>>>> | undefined;
6576
+ boxShadow?: Partial<Record<_gem_sdk_core.NameDevices, Partial<Record<_gem_sdk_core.StateType, _gem_sdk_core.ShadowProps>>>> | undefined;
6577
+ shapeBorder?: Partial<Record<_gem_sdk_core.NameDevices, _gem_sdk_core.Border>> | undefined;
6578
+ shapeRounded?: Partial<Record<_gem_sdk_core.NameDevices, _gem_sdk_core.CornerRadius>> | undefined;
6579
+ shapeBoxShadow?: Partial<Record<_gem_sdk_core.NameDevices, _gem_sdk_core.ShadowProps>> | undefined;
6510
6580
  }, Record<string, any>> & {
6511
6581
  builderAttrs?: Record<string, any> | undefined;
6512
6582
  style?: React.CSSProperties | undefined;
@@ -6522,17 +6592,17 @@ type RootProps = {
6522
6592
  };
6523
6593
  declare const Root: ({ children }: RootProps) => string | undefined;
6524
6594
 
6525
- declare const Section: (props: RowProps) => string;
6595
+ declare const Section$1: (props: RowProps) => string;
6526
6596
 
6527
- declare const Row: (props: RowProps) => string;
6597
+ declare const Row$1: (props: RowProps) => string;
6528
6598
 
6529
6599
  declare const Column: (props: ColProps) => string;
6530
6600
 
6531
- declare const Newsletter: ({ builderProps, setting, children, style, formType, advanced, pageContext, styles, }: NewsletterProps) => string;
6601
+ declare const Newsletter$1: ({ builderProps, setting, children, style, formType, advanced, pageContext, styles, }: NewsletterProps) => string;
6532
6602
 
6533
- declare const ContactForm: ({ builderProps, setting, children, style, advanced, pageContext, styles, }: NewsletterProps) => string;
6603
+ declare const ContactForm$1: ({ builderProps, setting, children, style, advanced, pageContext, styles, }: NewsletterProps) => string;
6534
6604
 
6535
- declare const FormEmail: ({ builderProps, builderAttrs, setting, advanced, pageContext, styles, }: _gem_sdk_core.BaseProps<FormEmailSettingProps, FormEmailStyleProps, any> & {
6605
+ declare const FormEmail$1: ({ builderProps, builderAttrs, setting, advanced, pageContext, styles, }: _gem_sdk_core.BaseProps<FormEmailSettingProps, FormEmailStyleProps, any> & {
6536
6606
  builderAttrs?: Record<string, any> | undefined;
6537
6607
  style?: React.CSSProperties | undefined;
6538
6608
  } & {
@@ -6541,7 +6611,7 @@ declare const FormEmail: ({ builderProps, builderAttrs, setting, advanced, pageC
6541
6611
  pageContext?: PageContext | undefined;
6542
6612
  }) => string;
6543
6613
 
6544
- declare const SubmitButton: ({ setting, builderProps, builderAttrs, style, styles, advanced, pageContext, }: _gem_sdk_core.BaseProps<SubmitButtonSettingProps, ButtonStyleProps, Record<string, any>> & {
6614
+ declare const SubmitButton$1: ({ setting, builderProps, builderAttrs, style, styles, advanced, pageContext, }: _gem_sdk_core.BaseProps<SubmitButtonSettingProps, ButtonStyleProps, Record<string, any>> & {
6545
6615
  builderAttrs?: Record<string, any> | undefined;
6546
6616
  style?: React.CSSProperties | undefined;
6547
6617
  } & {
@@ -6550,24 +6620,23 @@ declare const SubmitButton: ({ setting, builderProps, builderAttrs, style, style
6550
6620
  pageContext?: PageContext | undefined;
6551
6621
  }) => string;
6552
6622
 
6553
- declare const TextField: ({ setting, builderProps, className, builderAttrs, advanced, pageContext, styles, }: _gem_sdk_core.BaseProps<TextFieldSettingProps, TextFieldStyleProps, any> & {
6623
+ declare const TextField$1: ({ setting, builderProps, className, builderAttrs, advanced, pageContext, styles, }: _gem_sdk_core.BaseProps<TextFieldSettingProps, TextFieldStyleProps, any> & {
6554
6624
  builderAttrs?: Record<string, any> | undefined;
6555
6625
  style?: React.CSSProperties | undefined;
6556
6626
  } & Omit<Omit<React.DetailedHTMLProps<React.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref">, ""> & {
6557
6627
  pageContext?: PageContext | undefined;
6558
6628
  }) => string;
6559
6629
 
6560
- declare const FormTextarea: ({ setting, builderProps, className, builderAttrs, advanced, pageContext, styles, }: _gem_sdk_core.BaseProps<TextAreaSettingProps, TextAreaStyleProps, any> & {
6630
+ declare const FormTextarea$1: ({ setting, builderProps, className, builderAttrs, advanced, pageContext, styles, }: _gem_sdk_core.BaseProps<TextAreaSettingProps, TextAreaStyleProps, any> & {
6561
6631
  builderAttrs?: Record<string, any> | undefined;
6562
6632
  style?: React.CSSProperties | undefined;
6563
6633
  } & Omit<Omit<React.DetailedHTMLProps<React.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref">, ""> & {
6564
6634
  pageContext?: PageContext | undefined;
6565
6635
  }) => string;
6566
6636
 
6567
- declare const FormDropdown: ({ builderProps, setting, advanced, pageContext, styles, }: _gem_sdk_core.BaseProps<{
6637
+ declare const FormDropdown$1: ({ builderProps, setting, advanced, pageContext, styles, }: _gem_sdk_core.BaseProps<{
6568
6638
  name?: string | undefined;
6569
6639
  childItem?: string[] | undefined;
6570
- translate?: string | undefined;
6571
6640
  required?: boolean | undefined;
6572
6641
  typography?: _gem_sdk_core.TypographySetting | undefined;
6573
6642
  typo?: _gem_sdk_core.TypographySettingV2 | undefined;
@@ -6601,15 +6670,14 @@ declare const FromCheckbox: ({ builderProps, setting, advanced, pageContext, sty
6601
6670
  pageContext?: PageContext | undefined;
6602
6671
  }) => string;
6603
6672
 
6604
- declare const TextInput: ({ setting, builderProps, className, builderAttrs, advanced, pageContext, styles, }: _gem_sdk_core.BaseProps<TextInputSettingProps, TextInputStyleProps, any> & {
6673
+ declare const TextInput$1: ({ setting, builderProps, className, builderAttrs, advanced, pageContext, styles, }: _gem_sdk_core.BaseProps<TextInputSettingProps, TextInputStyleProps, any> & {
6605
6674
  builderAttrs?: Record<string, any> | undefined;
6606
6675
  style?: React.CSSProperties | undefined;
6607
6676
  } & Omit<Omit<React.DetailedHTMLProps<React.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref">, ""> & {
6608
6677
  pageContext?: PageContext | undefined;
6609
6678
  }) => string;
6610
6679
 
6611
- declare const Heading: ({ styles, builderAttrs, style, setting, advanced, builderProps, isText, className, pageContext, ...props }: _gem_sdk_core.BaseProps<{
6612
- translate?: string | undefined;
6680
+ declare const Heading$1: ({ styles, builderAttrs, style, setting, advanced, builderProps, isText, className, pageContext, ...props }: _gem_sdk_core.BaseProps<{
6613
6681
  htmlTag?: number | undefined;
6614
6682
  text?: string | undefined;
6615
6683
  globalSize?: Partial<Record<_gem_sdk_core.NameDevices, _gem_sdk_core.SizeSettingGlobal>> | undefined;
@@ -6642,17 +6710,17 @@ declare const Icon: ({ style, builderAttrs, builderProps, setting, styles, advan
6642
6710
 
6643
6711
  declare const IconListItem: ({ children, dataIndex, parentUid, builderProps, parentStyles, }: IconListItemProps$1) => string | null;
6644
6712
 
6645
- declare const IconList: ({ builderProps, style, setting, rawChildren, styles, advanced, }: IconListProps$1) => string;
6713
+ declare const IconList$1: ({ builderProps, style, setting, rawChildren, styles, advanced, pageContext, }: IconListProps$1) => string;
6646
6714
 
6647
6715
  declare const IconListHoz: (props: IconListHozProps) => string;
6648
6716
 
6649
6717
  declare const IconListIHozItemLiquid: ({ children, builderAttrs }: IconListItemProps) => string;
6650
6718
 
6651
- declare const IconListV2: (props: IconListProps) => string;
6719
+ declare const IconListV2$1: (props: IconListProps) => string;
6652
6720
 
6653
- declare const Image: ({ style, styles, setting, advanced, className, pageContext, builderAttrs, builderProps, }: ImageLiquidProps) => string;
6721
+ declare const Image$1: ({ style, styles, setting, advanced, className, pageContext, builderAttrs, builderProps, }: ImageLiquidProps) => string;
6654
6722
 
6655
- declare const ImageComparison: ({ setting, styles, builderProps, advanced, ...props }: ImageComparisonProps) => string;
6723
+ declare const ImageComparison$1: ({ setting, styles, builderProps, advanced, pageContext, ...props }: ImageComparisonProps) => string;
6656
6724
 
6657
6725
  declare const Line: (props: LineProps) => string;
6658
6726
 
@@ -6679,7 +6747,7 @@ declare const MarqueeItem: ({ builderProps, itemBackgroundColor, itemBorderStyle
6679
6747
 
6680
6748
  declare const Marquee: ({ children, style, builderAttrs, rawChildren, advanced, ...props }: MarqueeProps) => string;
6681
6749
 
6682
- declare const Text: ({ id, styles, builderAttrs, style, setting, advanced, builderProps, className, isText, pageContext, elementAttrs, }: _gem_sdk_core.BaseProps<TextSettingProps, TextStyleProps, Record<string, any>> & {
6750
+ 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>> & {
6683
6751
  builderAttrs?: Record<string, any> | undefined;
6684
6752
  style?: React.CSSProperties | undefined;
6685
6753
  } & Omit<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, "ref">, ""> & {
@@ -6690,15 +6758,16 @@ declare const Text: ({ id, styles, builderAttrs, style, setting, advanced, build
6690
6758
  pageContext?: PageContext | undefined;
6691
6759
  elementAttrs?: Record<string, any> | undefined;
6692
6760
  isForceValue?: boolean | undefined;
6761
+ translateSetting?: string | undefined;
6693
6762
  }) => string;
6694
6763
 
6695
6764
  declare const DynamicCheckout: ({ builderProps, styles, advanced, setting, pageContext, }: DynamicCheckoutLiquidProps) => string;
6696
6765
 
6697
- declare const FileUpload: ({ setting, styles, builderProps, pageContext }: FileUploadProps) => string;
6766
+ declare const FileUpload$1: ({ setting, styles, builderProps, pageContext }: FileUploadProps) => string;
6698
6767
 
6699
6768
  declare const Product: (props: ProductProps) => string;
6700
6769
 
6701
- declare const ProductBadge: (props: ProductBadgeProps & {
6770
+ declare const ProductBadge$1: (props: ProductBadgeProps & {
6702
6771
  pageContext?: PageContext;
6703
6772
  }) => string;
6704
6773
 
@@ -6706,11 +6775,11 @@ declare const ProductBundleDiscount: ({ rawChildren, setting, styles, advanced,
6706
6775
 
6707
6776
  declare const ProductBundleDiscountItem: ({ children }: any) => any;
6708
6777
 
6709
- declare const ProductButton: (props: ProductButtonProps & {
6778
+ declare const ProductButton$1: (props: ProductButtonProps & {
6710
6779
  pageContext?: PageContext;
6711
6780
  }) => string;
6712
6781
 
6713
- declare const ProductDescription: (props: ProductDescriptionProps) => string;
6782
+ declare const ProductDescription$1: (props: ProductDescriptionProps) => string;
6714
6783
 
6715
6784
  declare const ProductImages$2: (productImageProps: ProductImagesProps) => string;
6716
6785
 
@@ -6718,7 +6787,7 @@ declare const ProductQuantity: ({ setting, styles, advanced, builderProps, }: Pr
6718
6787
 
6719
6788
  declare const ProductVariants: (props: ProductVariantsProps) => string;
6720
6789
 
6721
- declare const ProductTag: ({ setting, styles, builderProps, advanced, pageContext, }: _gem_sdk_core.BaseProps<{
6790
+ declare const ProductTag$1: ({ setting, styles, builderProps, advanced, pageContext, }: _gem_sdk_core.BaseProps<{
6722
6791
  customContent?: {
6723
6792
  prefix?: string | undefined;
6724
6793
  suffix?: string | undefined;
@@ -6783,7 +6852,7 @@ declare const ProductList: (props: ProductListProps) => string;
6783
6852
 
6784
6853
  declare const ProductPrice: (props: ProductPriceProps) => string;
6785
6854
 
6786
- declare const ProductProperties: ({ setting, styles, builderProps, advanced, pageContext, }: ProductPropertiesProps & {
6855
+ declare const ProductProperties$1: ({ setting, styles, builderProps, advanced, pageContext, }: ProductPropertiesProps & {
6787
6856
  pageContext?: PageContext | undefined;
6788
6857
  }) => string;
6789
6858
 
@@ -6791,9 +6860,8 @@ declare const ProductTitle: (props: ProductTitleProps) => string;
6791
6860
 
6792
6861
  declare const ProductVendor: ({ setting, styles, advanced, builderProps }: VendorProps) => string;
6793
6862
 
6794
- declare const ProductViewMore: ({ style, styles, setting, advanced, builderProps, builderAttrs, pageContext, }: _gem_sdk_core.BaseProps<{
6863
+ declare const ProductViewMore$1: ({ style, styles, setting, advanced, builderProps, builderAttrs, pageContext, }: _gem_sdk_core.BaseProps<{
6795
6864
  label?: string | undefined;
6796
- translate?: string | undefined;
6797
6865
  redirectNewTab?: boolean | undefined;
6798
6866
  } & Pick<ButtonSettingProps, "iconSvg" | "enableHoverEffect" | "iconVisible" | "iconAlign" | "shouldClearSpace">, ButtonStyleProps, Record<string, any>> & {
6799
6867
  builderAttrs?: Record<string, any> | undefined;
@@ -6806,15 +6874,15 @@ declare const ProductViewMore: ({ style, styles, setting, advanced, builderProps
6806
6874
 
6807
6875
  declare const ProductSku: ({ setting, styles, advanced, builderProps }: SkuProps) => string;
6808
6876
 
6809
- declare const Video: ({ className, setting, style, builderAttrs, builderProps, advanced }: VideoProps) => string;
6877
+ declare const Video$1: ({ className, setting, style, builderAttrs, builderProps, advanced, pageContext, }: VideoProps) => string;
6810
6878
 
6811
6879
  declare const config: ComponentSetting<VideoProps>;
6812
6880
 
6813
- declare const Tabs: (props: TabsProps) => string;
6881
+ declare const Tabs$1: (props: TabsProps) => string;
6814
6882
 
6815
6883
  declare const TabItem: (props: TabItemProps) => string;
6816
6884
 
6817
- declare const StockCounter: ({ setting, styles, style, advanced, builderProps, pageContext, }: StockCounterProps) => string;
6885
+ declare const StockCounter$1: ({ setting, styles, style, advanced, builderProps, pageContext, }: StockCounterProps) => string;
6818
6886
 
6819
6887
  declare const Klaviyo: ({ setting, advanced }: KlaviyoProps) => string;
6820
6888
 
@@ -7052,6 +7120,8 @@ declare const BloyRewardsProgramLoyalty: ({ setting, advanced }: BloyRewardsProg
7052
7120
 
7053
7121
  declare const KachingSubscriptionsApp: ({ setting, advanced }: KachingSubscriptionsAppProps) => string;
7054
7122
 
7123
+ declare const GrowthSuiteDiscountCodes: ({ setting, advanced }: GrowthSuiteDiscountCodesProps) => string;
7124
+
7055
7125
  declare const TrustshopProductReviews: ({ setting, advanced }: TrustshopProductReviewsProps) => string;
7056
7126
 
7057
7127
  declare const StellarDeliveryDatePickup: ({ setting, advanced }: StellarDeliveryDatePickupProps) => string;
@@ -7060,9 +7130,8 @@ declare const ThirdPartySlot: (props: AnyShopifyAppsProps) => string | JSX.Eleme
7060
7130
 
7061
7131
  declare const ShopPayInstallments: () => string;
7062
7132
 
7063
- declare const Sticky: ({ children, builderAttrs, setting, style, builderProps, advanced, }: StickyProps) => string;
7133
+ declare const Sticky$1: ({ children, builderAttrs, setting, style, builderProps, advanced, pageContext, }: StickyProps) => string;
7064
7134
 
7065
- declare const index_liquid_Accordion: typeof Accordion;
7066
7135
  declare const index_liquid_AccordionItem: typeof AccordionItem;
7067
7136
  declare const index_liquid_AftershipEmailMarketingsms: typeof AftershipEmailMarketingsms;
7068
7137
  declare const index_liquid_AirProductReviewsAppUgc: typeof AirProductReviewsAppUgc;
@@ -7080,8 +7149,6 @@ declare const index_liquid_ArticleDate: typeof ArticleDate;
7080
7149
  declare const index_liquid_ArticleExcerpt: typeof ArticleExcerpt;
7081
7150
  declare const index_liquid_ArticleImage: typeof ArticleImage;
7082
7151
  declare const index_liquid_ArticleList: typeof ArticleList;
7083
- declare const index_liquid_ArticlePagination: typeof ArticlePagination;
7084
- declare const index_liquid_ArticleReadMore: typeof ArticleReadMore;
7085
7152
  declare const index_liquid_ArticleTag: typeof ArticleTag;
7086
7153
  declare const index_liquid_ArticleTitle: typeof ArticleTitle;
7087
7154
  declare const index_liquid_BestBuyFulfillment: typeof BestBuyFulfillment;
@@ -7095,23 +7162,14 @@ declare const index_liquid_BonLoyaltyRewardsReferrals: typeof BonLoyaltyRewardsR
7095
7162
  declare const index_liquid_BoostAISearchDiscovery: typeof BoostAISearchDiscovery;
7096
7163
  declare const index_liquid_Breadcrumb: typeof Breadcrumb;
7097
7164
  declare const index_liquid_Bundler: typeof Bundler;
7098
- declare const index_liquid_Button: typeof Button;
7099
- declare const index_liquid_CSSCode: typeof CSSCode;
7100
7165
  declare const index_liquid_Carousel: typeof Carousel;
7101
7166
  declare const index_liquid_CarouselItem: typeof CarouselItem;
7102
7167
  declare const index_liquid_CleanSizeCharts: typeof CleanSizeCharts;
7103
7168
  declare const index_liquid_CollectionBanner: typeof CollectionBanner;
7104
- declare const index_liquid_CollectionDescription: typeof CollectionDescription;
7105
- declare const index_liquid_CollectionPaginator: typeof CollectionPaginator;
7106
7169
  declare const index_liquid_CollectionTitle: typeof CollectionTitle;
7107
- declare const index_liquid_CollectionToolbar: typeof CollectionToolbar;
7108
- declare const index_liquid_ContactForm: typeof ContactForm;
7109
- declare const index_liquid_Countdown: typeof Countdown;
7110
- declare const index_liquid_Coupon: typeof Coupon;
7111
7170
  declare const index_liquid_CrossSellCartUpsell: typeof CrossSellCartUpsell;
7112
7171
  declare const index_liquid_CustomProductOptionsVariant: typeof CustomProductOptionsVariant;
7113
7172
  declare const index_liquid_DealeasyVolumeDiscounts: typeof DealeasyVolumeDiscounts;
7114
- declare const index_liquid_Dialog: typeof Dialog;
7115
7173
  declare const index_liquid_DiscountyBulkDiscountSales: typeof DiscountyBulkDiscountSales;
7116
7174
  declare const index_liquid_DynamicCheckout: typeof DynamicCheckout;
7117
7175
  declare const index_liquid_EasifyProductOptions: typeof EasifyProductOptions;
@@ -7121,35 +7179,25 @@ declare const index_liquid_EcoboostifyShoppableReelUgc: typeof EcoboostifyShoppa
7121
7179
  declare const index_liquid_EcomsendBackInStockAlert: typeof EcomsendBackInStockAlert;
7122
7180
  declare const index_liquid_EssentialAnnouncementBar: typeof EssentialAnnouncementBar;
7123
7181
  declare const index_liquid_EssentialCountdownTimerBar: typeof EssentialCountdownTimerBar;
7124
- declare const index_liquid_EstimateDate: typeof EstimateDate;
7125
7182
  declare const index_liquid_EstimatedDeliveryDatePlus: typeof EstimatedDeliveryDatePlus;
7126
7183
  declare const index_liquid_FastBundleBundlesDiscounts: typeof FastBundleBundlesDiscounts;
7127
7184
  declare const index_liquid_FeraReviews: typeof FeraReviews;
7128
- declare const index_liquid_FileUpload: typeof FileUpload;
7129
7185
  declare const index_liquid_FirePush: typeof FirePush;
7130
7186
  declare const index_liquid_FlyBundlesUpsellsFbt: typeof FlyBundlesUpsellsFbt;
7131
7187
  declare const index_liquid_FordeerProductLabels: typeof FordeerProductLabels;
7132
- declare const index_liquid_FormDropdown: typeof FormDropdown;
7133
- declare const index_liquid_FormEmail: typeof FormEmail;
7134
- declare const index_liquid_FormTextarea: typeof FormTextarea;
7135
7188
  declare const index_liquid_FrequentlyBoughtTogether: typeof FrequentlyBoughtTogether;
7136
7189
  declare const index_liquid_GloColorSwatchvariantImage: typeof GloColorSwatchvariantImage;
7137
7190
  declare const index_liquid_GloboProductOptionsVariant: typeof GloboProductOptionsVariant;
7138
7191
  declare const index_liquid_GoogleReviewsByReputon: typeof GoogleReviewsByReputon;
7139
7192
  declare const index_liquid_Growave: typeof Growave;
7140
- declare const index_liquid_Heading: typeof Heading;
7141
- declare const index_liquid_HeroBanner: typeof HeroBanner;
7193
+ declare const index_liquid_GrowthSuiteDiscountCodes: typeof GrowthSuiteDiscountCodes;
7142
7194
  declare const index_liquid_HextomCountdownTimerBar: typeof HextomCountdownTimerBar;
7143
7195
  declare const index_liquid_HextomFreeShippingBar: typeof HextomFreeShippingBar;
7144
7196
  declare const index_liquid_HulkFormBuilder: typeof HulkFormBuilder;
7145
7197
  declare const index_liquid_HulkProductOptions: typeof HulkProductOptions;
7146
7198
  declare const index_liquid_Icon: typeof Icon;
7147
- declare const index_liquid_IconList: typeof IconList;
7148
7199
  declare const index_liquid_IconListHoz: typeof IconListHoz;
7149
7200
  declare const index_liquid_IconListItem: typeof IconListItem;
7150
- declare const index_liquid_IconListV2: typeof IconListV2;
7151
- declare const index_liquid_Image: typeof Image;
7152
- declare const index_liquid_ImageComparison: typeof ImageComparison;
7153
7201
  declare const index_liquid_InfiniteOptions: typeof InfiniteOptions;
7154
7202
  declare const index_liquid_Instafeed: typeof Instafeed;
7155
7203
  declare const index_liquid_InstasellShoppableInstagram: typeof InstasellShoppableInstagram;
@@ -7172,7 +7220,6 @@ declare const index_liquid_MarqueeItem: typeof MarqueeItem;
7172
7220
  declare const index_liquid_MaxbundleProductBundles: typeof MaxbundleProductBundles;
7173
7221
  declare const index_liquid_MbcBundleVolumeDiscount: typeof MbcBundleVolumeDiscount;
7174
7222
  declare const index_liquid_MyappgurusProductReviews: typeof MyappgurusProductReviews;
7175
- declare const index_liquid_Newsletter: typeof Newsletter;
7176
7223
  declare const index_liquid_NotifyBackInStockPreOrder: typeof NotifyBackInStockPreOrder;
7177
7224
  declare const index_liquid_OkendoReviewsLoyalty: typeof OkendoReviewsLoyalty;
7178
7225
  declare const index_liquid_Omnisend: typeof Omnisend;
@@ -7183,24 +7230,18 @@ declare const index_liquid_PowerfulContactFormBuilder: typeof PowerfulContactFor
7183
7230
  declare const index_liquid_PreorderNowPreOrderPq: typeof PreorderNowPreOrderPq;
7184
7231
  declare const index_liquid_PreorderNowWodPresale: typeof PreorderNowWodPresale;
7185
7232
  declare const index_liquid_Product: typeof Product;
7186
- declare const index_liquid_ProductBadge: typeof ProductBadge;
7187
7233
  declare const index_liquid_ProductBundleDiscount: typeof ProductBundleDiscount;
7188
7234
  declare const index_liquid_ProductBundleDiscountItem: typeof ProductBundleDiscountItem;
7189
- declare const index_liquid_ProductButton: typeof ProductButton;
7190
- declare const index_liquid_ProductDescription: typeof ProductDescription;
7191
7235
  declare const index_liquid_ProductList: typeof ProductList;
7192
7236
  declare const index_liquid_ProductOptionsCustomizer: typeof ProductOptionsCustomizer;
7193
7237
  declare const index_liquid_ProductOptionsVariantOption: typeof ProductOptionsVariantOption;
7194
7238
  declare const index_liquid_ProductPrice: typeof ProductPrice;
7195
- declare const index_liquid_ProductProperties: typeof ProductProperties;
7196
7239
  declare const index_liquid_ProductQuantity: typeof ProductQuantity;
7197
7240
  declare const index_liquid_ProductReviews: typeof ProductReviews;
7198
7241
  declare const index_liquid_ProductSku: typeof ProductSku;
7199
- declare const index_liquid_ProductTag: typeof ProductTag;
7200
7242
  declare const index_liquid_ProductTitle: typeof ProductTitle;
7201
7243
  declare const index_liquid_ProductVariants: typeof ProductVariants;
7202
7244
  declare const index_liquid_ProductVendor: typeof ProductVendor;
7203
- declare const index_liquid_ProductViewMore: typeof ProductViewMore;
7204
7245
  declare const index_liquid_PumperBundlesVolumeDiscount: typeof PumperBundlesVolumeDiscount;
7205
7246
  declare const index_liquid_PushOwl: typeof PushOwl;
7206
7247
  declare const index_liquid_QikifyUpsell: typeof QikifyUpsell;
@@ -7212,10 +7253,8 @@ declare const index_liquid_RequestQuoteHidePrice: typeof RequestQuoteHidePrice;
7212
7253
  declare const index_liquid_ReviewxpoProductReviewsApp: typeof ReviewxpoProductReviewsApp;
7213
7254
  declare const index_liquid_Rivyo: typeof Rivyo;
7214
7255
  declare const index_liquid_Root: typeof Root;
7215
- declare const index_liquid_Row: typeof Row;
7216
7256
  declare const index_liquid_Ryviu: typeof Ryviu;
7217
7257
  declare const index_liquid_SealSubscriptions: typeof SealSubscriptions;
7218
- declare const index_liquid_Section: typeof Section;
7219
7258
  declare const index_liquid_SegunoEmailMarketing: typeof SegunoEmailMarketing;
7220
7259
  declare const index_liquid_Selleasy: typeof Selleasy;
7221
7260
  declare const index_liquid_SeoantTrustBadgesIcon: typeof SeoantTrustBadgesIcon;
@@ -7229,18 +7268,11 @@ declare const index_liquid_SmartSearchBarAndFilters: typeof SmartSearchBarAndFil
7229
7268
  declare const index_liquid_SproutPlantTreesGrowSales: typeof SproutPlantTreesGrowSales;
7230
7269
  declare const index_liquid_Stamped: typeof Stamped;
7231
7270
  declare const index_liquid_StellarDeliveryDatePickup: typeof StellarDeliveryDatePickup;
7232
- declare const index_liquid_Sticky: typeof Sticky;
7233
- declare const index_liquid_StockCounter: typeof StockCounter;
7234
7271
  declare const index_liquid_SubifySubscriptionsApp: typeof SubifySubscriptionsApp;
7235
- declare const index_liquid_SubmitButton: typeof SubmitButton;
7236
7272
  declare const index_liquid_TabItem: typeof TabItem;
7237
- declare const index_liquid_Tabs: typeof Tabs;
7238
7273
  declare const index_liquid_TagembedSocialPostReview: typeof TagembedSocialPostReview;
7239
7274
  declare const index_liquid_TagshopShoppableVideosUgc: typeof TagshopShoppableVideosUgc;
7240
7275
  declare const index_liquid_TeeinblueProductPersonalizer: typeof TeeinblueProductPersonalizer;
7241
- declare const index_liquid_Text: typeof Text;
7242
- declare const index_liquid_TextField: typeof TextField;
7243
- declare const index_liquid_TextInput: typeof TextInput;
7244
7276
  declare const index_liquid_ThirdPartySlot: typeof ThirdPartySlot;
7245
7277
  declare const index_liquid_TrustBadgesBear: typeof TrustBadgesBear;
7246
7278
  declare const index_liquid_TrustMe: typeof TrustMe;
@@ -7251,7 +7283,6 @@ declare const index_liquid_TrustshopProductReviews: typeof TrustshopProductRevie
7251
7283
  declare const index_liquid_UltimateSalesBoost: typeof UltimateSalesBoost;
7252
7284
  declare const index_liquid_UnlimitedBundlesDiscounts: typeof UnlimitedBundlesDiscounts;
7253
7285
  declare const index_liquid_UppromoteAffiliateMarketing: typeof UppromoteAffiliateMarketing;
7254
- declare const index_liquid_Video: typeof Video;
7255
7286
  declare const index_liquid_Vitals: typeof Vitals;
7256
7287
  declare const index_liquid_WhatmoreShoppableVideosreel: typeof WhatmoreShoppableVideosreel;
7257
7288
  declare const index_liquid_WideBundle: typeof WideBundle;
@@ -7260,10 +7291,11 @@ declare const index_liquid_WishlistKing: typeof WishlistKing;
7260
7291
  declare const index_liquid_WishlistPlus: typeof WishlistPlus;
7261
7292
  declare const index_liquid_YotpoReviews: typeof YotpoReviews;
7262
7293
  declare namespace index_liquid {
7263
- export { index_liquid_Accordion 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, index_liquid_ArticlePagination as ArticlePagination, index_liquid_ArticleReadMore 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_BoostAISearchDiscovery as BoostAISearchDiscovery, index_liquid_Breadcrumb as Breadcrumb, index_liquid_Bundler as Bundler, index_liquid_Button as Button, index_liquid_CSSCode 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, index_liquid_CollectionDescription as CollectionDescription, index_liquid_CollectionPaginator as CollectionPaginator, index_liquid_CollectionTitle as CollectionTitle, index_liquid_CollectionToolbar as CollectionToolbar, index_liquid_ContactForm as ContactForm, index_liquid_Countdown as Countdown, index_liquid_Coupon as Coupon, index_liquid_CrossSellCartUpsell as CrossSellCartUpsell, index_liquid_CustomProductOptionsVariant as CustomProductOptionsVariant, index_liquid_DealeasyVolumeDiscounts as DealeasyVolumeDiscounts, index_liquid_Dialog 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_EssentialAnnouncementBar as EssentialAnnouncementBar, index_liquid_EssentialCountdownTimerBar as EssentialCountdownTimerBar, index_liquid_EstimateDate as EstimateDate, index_liquid_EstimatedDeliveryDatePlus as EstimatedDeliveryDatePlus, index_liquid_FastBundleBundlesDiscounts as FastBundleBundlesDiscounts, index_liquid_FeraReviews as FeraReviews, index_liquid_FileUpload as FileUpload, index_liquid_FirePush as FirePush, index_liquid_FlyBundlesUpsellsFbt as FlyBundlesUpsellsFbt, index_liquid_FordeerProductLabels as FordeerProductLabels, FromCheckbox as FormCheckbox, index_liquid_FormDropdown as FormDropdown, index_liquid_FormEmail as FormEmail, index_liquid_FormTextarea 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_Heading as Heading, index_liquid_HeroBanner 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, index_liquid_IconList as IconList, index_liquid_IconListHoz as IconListHoz, index_liquid_IconListItem as IconListItem, IconListIHozItemLiquid as IconListItemHoz, index_liquid_IconListV2 as IconListV2, index_liquid_Image as Image, index_liquid_ImageComparison 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, index_liquid_Newsletter 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, index_liquid_ProductBadge as ProductBadge, index_liquid_ProductBundleDiscount as ProductBundleDiscount, index_liquid_ProductBundleDiscountItem as ProductBundleDiscountItem, index_liquid_ProductButton as ProductButton, index_liquid_ProductDescription 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, index_liquid_ProductProperties as ProductProperties, index_liquid_ProductQuantity as ProductQuantity, index_liquid_ProductReviews as ProductReviews, index_liquid_ProductSku as ProductSku, index_liquid_ProductTag as ProductTag, index_liquid_ProductTitle as ProductTitle, index_liquid_ProductVariants as ProductVariants, index_liquid_ProductVendor as ProductVendor, index_liquid_ProductViewMore 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, index_liquid_Row as Row, index_liquid_Ryviu as Ryviu, index_liquid_SealSubscriptions as SealSubscriptions, index_liquid_Section 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, index_liquid_Sticky as Sticky, index_liquid_StockCounter as StockCounter, index_liquid_SubifySubscriptionsApp as SubifySubscriptionsApp, index_liquid_SubmitButton as SubmitButton, index_liquid_TabItem as TabItem, index_liquid_Tabs as Tabs, index_liquid_TagembedSocialPostReview as TagembedSocialPostReview, index_liquid_TagshopShoppableVideosUgc as TagshopShoppableVideosUgc, index_liquid_TeeinblueProductPersonalizer as TeeinblueProductPersonalizer, index_liquid_Text as Text, index_liquid_TextField as TextField, index_liquid_TextInput 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, index_liquid_Video as Video, index_liquid_Vitals as Vitals, 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 };
7294
+ 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_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_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_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 };
7264
7295
  }
7265
7296
 
7266
7297
  declare const _default$2: {
7298
+ GrowthSuiteDiscountCodes: React.FC<GrowthSuiteDiscountCodesProps>;
7267
7299
  KachingSubscriptionsApp: React.FC<KachingSubscriptionsAppProps>;
7268
7300
  BloyRewardsProgramLoyalty: React.FC<BloyRewardsProgramLoyaltyProps>;
7269
7301
  DealeasyVolumeDiscounts: React.FC<DealeasyVolumeDiscountsProps>;
@@ -7375,7 +7407,7 @@ declare const _default$2: {
7375
7407
  CouponList: React.FC<{}>;
7376
7408
  ShopPayButton: React.FC<ShopPayButtonProps>;
7377
7409
  CheckoutNow: React.FC<CheckoutNowProps>;
7378
- CSSCode: ({ setting, style, advanced, builderAttrs, builderProps, children, }: CSSCodeProps) => React.JSX.Element;
7410
+ CSSCode: ({ setting, style, advanced, builderAttrs, builderProps, children, pageContext, }: CSSCodeProps) => React.JSX.Element;
7379
7411
  CollectionTitle: React.FC<CollectionTitleProps>;
7380
7412
  CollectionDescription: React.FC<CollectionDescriptionProps>;
7381
7413
  CollectionBanner: React.FC<CollectionBannerProps>;
@@ -7434,6 +7466,7 @@ declare const _default$2: {
7434
7466
  text?: string | number | undefined;
7435
7467
  buttonType?: "link" | "primary" | "secondary" | undefined;
7436
7468
  outOfStockLabel?: string | undefined;
7469
+ requireAcceptTermLabel?: string | undefined;
7437
7470
  }, {
7438
7471
  typo?: _gem_sdk_core.PostPurchaseTypo | undefined;
7439
7472
  align?: "center" | "end" | "start" | undefined;
@@ -7462,6 +7495,8 @@ declare const _default$2: {
7462
7495
  PostPurchaseProductOffer: React.FC<PostPurchaseProductOfferProps>;
7463
7496
  PostPurchaseProductDiscountTag: React.FC<PostPurchaseProductDiscountTagProps>;
7464
7497
  PostPurchaseProductImages: (props: PostPurchaseProductImagesProps) => React.JSX.Element;
7498
+ PostPurchaseProductSubscription: React.FC<PostPurchaseProductSubscriptionProps>;
7499
+ PostPurchaseBuyerConsent: React.FC<PostPurchaseBuyerConsentProps>;
7465
7500
  EstimatedDeliveryDatePlus: React.FC<EstimatedDeliveryDatePlusProps>;
7466
7501
  OkendoReviewsLoyalty: React.FC<OkendoReviewsLoyaltyProps>;
7467
7502
  EssentialAnnouncementBar: React.FC<EssentialAnnouncementBarProps>;
@@ -7752,6 +7787,7 @@ declare const _default$1: {
7752
7787
  DealeasyVolumeDiscounts: _gem_sdk_core.ComponentSetting<DealeasyVolumeDiscountsProps>;
7753
7788
  BloyRewardsProgramLoyalty: _gem_sdk_core.ComponentSetting<BloyRewardsProgramLoyaltyProps>;
7754
7789
  KachingSubscriptionsApp: _gem_sdk_core.ComponentSetting<KachingSubscriptionsAppProps>;
7790
+ GrowthSuiteDiscountCodes: _gem_sdk_core.ComponentSetting<GrowthSuiteDiscountCodesProps>;
7755
7791
  Video: _gem_sdk_core.ComponentSetting<VideoProps>;
7756
7792
  Textarea: _gem_sdk_core.ComponentSetting<TextareaProps>;
7757
7793
  Text: _gem_sdk_core.ComponentSetting<TextProps>;
@@ -7813,7 +7849,7 @@ declare const _default$1: {
7813
7849
  Section: _gem_sdk_core.ComponentSetting<RowProps>;
7814
7850
  Row: _gem_sdk_core.ComponentSetting<RowProps>;
7815
7851
  Col: _gem_sdk_core.ComponentSetting<ColProps>;
7816
- EstimateDate: _gem_sdk_core.ComponentSetting<EstimateDatePropsV2>;
7852
+ EstimateDate: _gem_sdk_core.ComponentSetting<EstimateDateProps>;
7817
7853
  Dialog: _gem_sdk_core.ComponentSetting<DialogProps$1>;
7818
7854
  Coupon: _gem_sdk_core.ComponentSetting<CouponProps>;
7819
7855
  Countdown: _gem_sdk_core.ComponentSetting<CountdownProps>;
@@ -7860,6 +7896,7 @@ declare const _default$1: {
7860
7896
  };
7861
7897
 
7862
7898
  declare const _default: {
7899
+ PostPurchaseBuyerConsent: _gem_sdk_core.ComponentSetting<PostPurchaseBuyerConsentProps>;
7863
7900
  PostPurchaseText: _gem_sdk_core.ComponentSetting<PostPurchaseTextProps>;
7864
7901
  PostPurchaseHeading: _gem_sdk_core.ComponentSetting<PostPurchaseTextProps>;
7865
7902
  PostPurchaseProductTitle: _gem_sdk_core.ComponentSetting<PostPurchaseProductTitleProps>;
@@ -7872,6 +7909,7 @@ declare const _default: {
7872
7909
  PostPurchaseProductOffer: _gem_sdk_core.ComponentSetting<PostPurchaseProductOfferProps>;
7873
7910
  PostPurchaseProductDiscountTag: _gem_sdk_core.ComponentSetting<PostPurchaseProductDiscountTagProps>;
7874
7911
  PostPurchaseProductImages: _gem_sdk_core.ComponentSetting<PostPurchaseProductImagesProps>;
7912
+ PostPurchaseProductSubscription: _gem_sdk_core.ComponentSetting<PostPurchaseProductSubscriptionProps>;
7875
7913
  PostPurchaseLink: _gem_sdk_core.ComponentSetting<PostPurchaseLinkProps>;
7876
7914
  PostPurchaseLine: _gem_sdk_core.ComponentSetting<PostPurchaseLineProps>;
7877
7915
  PostPurchaseImage: _gem_sdk_core.ComponentSetting<PostPurchaseImageProps>;
@@ -7887,6 +7925,12 @@ declare const _default: {
7887
7925
  Col: _gem_sdk_core.ComponentSetting<ColProps>;
7888
7926
  };
7889
7927
 
7928
+ type TranslateElement = {
7929
+ id: string;
7930
+ fields?: string[];
7931
+ };
7932
+ type TranslateObject<T extends string = string> = Partial<Record<T, TranslateElement>>;
7933
+
7890
7934
  declare const ELEMENT_Z_INDEX: {
7891
7935
  STICKY: number;
7892
7936
  DIALOG: number;
@@ -7928,12 +7972,11 @@ declare const convertSizeToWidth: (typographyVar: React.CSSProperties) => Record
7928
7972
  type DynamicSource = {
7929
7973
  val: React.ReactNode;
7930
7974
  uid?: string;
7931
- settingId: string;
7975
+ settingId?: string;
7932
7976
  isLiquid?: boolean;
7933
7977
  pageContext?: PageContext;
7934
7978
  isCapitalize?: boolean;
7935
7979
  defaultVal?: string;
7936
- translate?: string;
7937
7980
  isReplaceLocationOrigin?: boolean;
7938
7981
  isReplaceMaxSize?: boolean;
7939
7982
  isReplaceInventoryQuantity?: boolean;
@@ -7949,7 +7992,13 @@ declare const isTransparentColor: (str?: string) => boolean;
7949
7992
  declare const isTransparentRGBA: (rgbStr: string) => boolean;
7950
7993
  declare const isHexTransparent: (hex: string) => boolean;
7951
7994
  declare const youtubeShortsRegex: RegExp;
7952
- declare const getDynamicSourceLocales: ({ val, uid, settingId, isLiquid, pageContext, isCapitalize, defaultVal, translate, isReplaceLocationOrigin, isReplaceMaxSize, isReplaceInventoryQuantity, }: DynamicSource) => string | number | boolean | React.ReactElement<any, string | React.JSXElementConstructor<any>> | Iterable<React.ReactNode>;
7995
+ declare const createTranslateKey: (uid?: string, settingId?: string) => string;
7996
+ declare const createSettingId: ({ id, index, suffix, }: {
7997
+ id?: string | undefined;
7998
+ index?: number | undefined;
7999
+ suffix?: string | undefined;
8000
+ }) => string;
8001
+ 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>;
7953
8002
  declare const getStaticLocale: (tag: string, key: string) => string;
7954
8003
  declare const getSettingPreloadData: (disabledValue: string, enabledValue?: string) => string;
7955
8004
  declare function normalizeMailto(urlHref: string): string;
@@ -7988,6 +8037,147 @@ declare const getAllHrefFromString: (htmlString: string) => string[];
7988
8037
  declare const replaceAllHrefFromString: (htmlString: string, hrefs: string[]) => string;
7989
8038
  declare function isEmptyObject(obj: Record<string, any>): boolean;
7990
8039
  declare const handleClickLink: (setting?: ImageLink, mode?: RenderMode) => void;
7991
- declare const safeSvgIcon: (str?: string) => string;
8040
+ declare const getSeoTranslated: ({ valueTranslate, uid, settingId, }: {
8041
+ valueTranslate?: string | undefined;
8042
+ settingId: 'alt' | 'title';
8043
+ uid?: string | undefined;
8044
+ }) => string | undefined;
8045
+ declare const getBackgroundTranslated: ({ background, enableTranslate, uid, pageContext, isTranslateVideo, }: {
8046
+ background?: Partial<Record<NameDevices, BackgroundMedia>> | undefined;
8047
+ enableTranslate?: boolean | undefined;
8048
+ uid?: string | undefined;
8049
+ pageContext?: PageContext | undefined;
8050
+ isTranslateVideo?: boolean | undefined;
8051
+ }) => ObjectDevices<BackgroundMedia>;
8052
+ declare const extractProductID: (baseID: string) => string;
8053
+
8054
+ declare const Accordion: TranslateObject<AccordionTranslateKeys>;
8055
+
8056
+ declare const IconListV2: TranslateObject<IconListV2TranslateKeys>;
8057
+
8058
+ declare const Text: TranslateObject<TextTranslateKeys>;
8059
+
8060
+ declare const Heading: TranslateObject<HeadingTranslateKeys>;
8061
+
8062
+ declare const CSSCode: TranslateObject<CSSCodeTranslateKeys>;
8063
+
8064
+ declare const Dialog: TranslateObject<DialogTranslateKeys>;
8065
+
8066
+ declare const Tabs: TranslateObject<TabsTranslateKeys>;
8067
+
8068
+ declare const Button: TranslateObject<ButtonTranslateKeys>;
8069
+
8070
+ declare const Image: TranslateObject<ImageTranslateKeys>;
8071
+
8072
+ declare const Sticky: TranslateObject<StickyTranslateKeys>;
8073
+
8074
+ declare const IconList: TranslateObject<IconListTranslateKeys>;
8075
+
8076
+ declare const ImageComparison: TranslateObject<ImageComparisonTranslateKeys>;
8077
+
8078
+ declare const Countdown: TranslateObject<CountdownTimerTranslateKeys>;
8079
+
8080
+ declare const Coupon: TranslateObject<CouponTranslateKeys>;
8081
+
8082
+ declare const StockCounter: TranslateObject<StockCounterTranslateKeys>;
8083
+
8084
+ declare const ProductViewMore: TranslateObject<'label'>;
8085
+
8086
+ declare const ProductProperties: TranslateObject<'label' | 'placeholder' | 'childItem' | 'requiredMessage' | 'invalidEmailMessage' | 'invalidNumberMessage' | 'invalidLengthMessage'>;
8087
+
8088
+ declare const ProductDiscountTag: TranslateObject<keyof ProductTagSidebarSettingProps['setting']>;
8089
+ declare const ProductTag: TranslateObject<keyof ProductTagSidebarSettingProps['setting']>;
8090
+
8091
+ declare const ProductDescription: TranslateObject<'viewMoreText' | 'viewLessText'>;
8092
+
8093
+ declare const ProductButton: TranslateObject<ProductButtonPropsTranslateKeys>;
8094
+
8095
+ declare const ProductBadge: TranslateObject<'displayContent'>;
8096
+
8097
+ declare const FileUpload: TranslateObject<'textContent'>;
8098
+
8099
+ declare const ArticleReadMore: TranslateObject<ArticleReadMoreTranslateKeys>;
8100
+ declare const ArticlePagination: TranslateObject<ArticlePaginationTranslateKeys>;
8101
+
8102
+ declare const CollectionToolbar: TranslateObject<CollectionToolbarTranslateKeys>;
8103
+
8104
+ declare const CollectionPaginator: TranslateObject<CollectionPaginatorTranslateKeys>;
8105
+
8106
+ declare const CollectionDescription: TranslateObject<CollectionDescriptionTranslateKeys>;
8107
+
8108
+ declare const EstimateDate: TranslateObject<EstimateDateTranslateKeys>;
8109
+
8110
+ declare const HeroBanner: TranslateObject<HeroBannerTranslateKeys>;
8111
+
8112
+ declare const Row: TranslateObject<RowTranslateKeys>;
8113
+ declare const Section: TranslateObject<RowTranslateKeys>;
8114
+
8115
+ declare const Video: TranslateObject<VideoTranslateKeys>;
8116
+
8117
+ declare const TextInput: TranslateObject<'placeholder'>;
8118
+
8119
+ declare const TextField: TranslateObject<'placeholder'>;
8120
+
8121
+ declare const SubmitButton: TranslateObject<'label'>;
8122
+
8123
+ declare const Newsletter: TranslateObject<'successMessage' | 'errorMessage'>;
8124
+
8125
+ declare const FormTextarea: TranslateObject<'placeholder'>;
8126
+
8127
+ declare const FormEmail: TranslateObject<'placeholder'>;
8128
+
8129
+ declare const FormDropdown: TranslateObject<'childItem'>;
8130
+
8131
+ declare const FormCheckbox: TranslateObject<'description'>;
8132
+
8133
+ declare const ContactForm: TranslateObject<'successMessage' | 'errorMessage'>;
8134
+
8135
+ declare const translate_Accordion: typeof Accordion;
8136
+ declare const translate_ArticlePagination: typeof ArticlePagination;
8137
+ declare const translate_ArticleReadMore: typeof ArticleReadMore;
8138
+ declare const translate_Button: typeof Button;
8139
+ declare const translate_CSSCode: typeof CSSCode;
8140
+ declare const translate_CollectionDescription: typeof CollectionDescription;
8141
+ declare const translate_CollectionPaginator: typeof CollectionPaginator;
8142
+ declare const translate_CollectionToolbar: typeof CollectionToolbar;
8143
+ declare const translate_ContactForm: typeof ContactForm;
8144
+ declare const translate_Countdown: typeof Countdown;
8145
+ declare const translate_Coupon: typeof Coupon;
8146
+ declare const translate_Dialog: typeof Dialog;
8147
+ declare const translate_EstimateDate: typeof EstimateDate;
8148
+ declare const translate_FileUpload: typeof FileUpload;
8149
+ declare const translate_FormCheckbox: typeof FormCheckbox;
8150
+ declare const translate_FormDropdown: typeof FormDropdown;
8151
+ declare const translate_FormEmail: typeof FormEmail;
8152
+ declare const translate_FormTextarea: typeof FormTextarea;
8153
+ declare const translate_Heading: typeof Heading;
8154
+ declare const translate_HeroBanner: typeof HeroBanner;
8155
+ declare const translate_IconList: typeof IconList;
8156
+ declare const translate_IconListV2: typeof IconListV2;
8157
+ declare const translate_Image: typeof Image;
8158
+ declare const translate_ImageComparison: typeof ImageComparison;
8159
+ declare const translate_Newsletter: typeof Newsletter;
8160
+ declare const translate_ProductBadge: typeof ProductBadge;
8161
+ declare const translate_ProductButton: typeof ProductButton;
8162
+ declare const translate_ProductDescription: typeof ProductDescription;
8163
+ declare const translate_ProductDiscountTag: typeof ProductDiscountTag;
8164
+ declare const translate_ProductProperties: typeof ProductProperties;
8165
+ declare const translate_ProductTag: typeof ProductTag;
8166
+ declare const translate_ProductViewMore: typeof ProductViewMore;
8167
+ declare const translate_Row: typeof Row;
8168
+ declare const translate_Section: typeof Section;
8169
+ declare const translate_Sticky: typeof Sticky;
8170
+ declare const translate_StockCounter: typeof StockCounter;
8171
+ declare const translate_SubmitButton: typeof SubmitButton;
8172
+ declare const translate_Tabs: typeof Tabs;
8173
+ declare const translate_Text: typeof Text;
8174
+ declare const translate_TextField: typeof TextField;
8175
+ declare const translate_TextInput: typeof TextInput;
8176
+ declare const translate_Video: typeof Video;
8177
+ declare namespace translate {
8178
+ 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 };
8179
+ }
8180
+
8181
+ declare const TAGS_WITH_REPLACE_LINK_DATA: string[];
7992
8182
 
7993
- export { Accordion$1 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$1 as ArticlePagination, ArticleReadMore$1 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, BoostAISearchDiscovery$1 as BoostAISearchDiscovery, type BoostAISearchDiscoveryProps, Breadcrumb$1 as Breadcrumb, Breadcrumb$1 as BreadcrumbProps, Bundler$1 as Bundler, type BundlerProps, Button$2 as Button, type ButtonProps, CONTINUE_SELLING_WHEN_OUT_OF_STOCK, CSSCode$1 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$1 as CollectionDescription, type CollectionDescriptionProps, CollectionPaginator$1 as CollectionPaginator, type CollectionPaginatorProps, CollectionTitle$1 as CollectionTitle, type CollectionTitleProps, CollectionToolbar$1 as CollectionToolbar, type CollectionToolbarProps, ContactForm$1 as ContactForm, Countdown$1 as Countdown, type CountdownProps, Coupon$1 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$1 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, EssentialAnnouncementBar$1 as EssentialAnnouncementBar, type EssentialAnnouncementBarProps, EssentialCountdownTimerBar$1 as EssentialCountdownTimerBar, type EssentialCountdownTimerBarProps, EstimateDate$1 as EstimateDate, type EstimateDateProps, EstimatedDeliveryDatePlus$1 as EstimatedDeliveryDatePlus, type EstimatedDeliveryDatePlusProps, FastBundleBundlesDiscounts$1 as FastBundleBundlesDiscounts, type FastBundleBundlesDiscountsProps, FeraReviews$1 as FeraReviews, type FeraReviewsProps, FileUpload$1 as FileUpload, type FileUploadProps, FirePush$1 as FirePush, type FirePushProps, FlyBundlesUpsellsFbt$1 as FlyBundlesUpsellsFbt, type FlyBundlesUpsellsFbtProps, FordeerProductLabels$1 as FordeerProductLabels, type FordeerProductLabelsProps, FormCheckbox, type FormCheckboxProps, FormDropdown$1 as FormDropdown, type FormDropdownProps, FormEmail$1 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, Header, type HeaderProps, Heading$1 as Heading, type HeadingProps, HeroBanner$1 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$1 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$1 as IconListV2, type IconProps, Image$1 as Image, ImageComparison$1 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$1 as Newsletter, type NewsletterProps, Notify as Notice, type NotificationAPI, type NotificationConfig, NotifyBackInStockPreOrder$1 as NotifyBackInStockPreOrder, type NotifyBackInStockPreOrderProps, OUT_OF_STOCK, type ObjectFit$1 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$1 as PostPurchaseButton, type PostPurchaseButtonProps, 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, PostPurchaseProductTitle, type PostPurchaseProductTitleProps, PostPurchaseProductVariants, type PostPurchaseProductVariantsProps, Text$2 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$1 as ProductBadge, type ProductBadgeProps, ProductBundleDiscount$1 as ProductBundleDiscount, ProductBundleDiscountItem$1 as ProductBundleDiscountItem, type ProductBundleDiscountProps, type ProductBundleItemDiscountProps, ProductButton$1 as ProductButton, type ProductButtonProps, ProductDescription$1 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$1 as ProductPropertyInput, type ProductProps, ProductQuantity$1 as ProductQuantity, type ProductQuantityProps, QuickView as ProductQuickView, ProductReviews$1 as ProductReviews, type ProductReviewsProps, ProductSku$1 as ProductSku, ProductTag$1 as ProductTag, type ProductTagProps, ProductTitle$1 as ProductTitle, type ProductTitleProps, ProductVariants$1 as ProductVariants, type ProductVariantsProps, ProductVendor$1 as ProductVendor, ProductViewMore$1 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$1 as Row, type RowProps, Ryviu$1 as Ryviu, type RyviuProps, SealSubscriptions$1 as SealSubscriptions, type SealSubscriptionsProps, Section$1 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$1 as Sticky, StockCounter$1 as StockCounter, SubifySubscriptionsApp$1 as SubifySubscriptionsApp, type SubifySubscriptionsAppProps, SubmitButton$1 as SubmitButton, type SubmitButtonProps, TabItem$1 as TabItem, type TabItemProps, Tabs$1 as Tabs, type TabsProps, TagembedSocialPostReview$1 as TagembedSocialPostReview, type TagembedSocialPostReviewProps, TagshopShoppableVideosUgc$1 as TagshopShoppableVideosUgc, type TagshopShoppableVideosUgcProps, TeeinblueProductPersonalizer$1 as TeeinblueProductPersonalizer, type TeeinblueProductPersonalizerProps, Text$1 as Text, type TextAreaProps, TextField$1 as TextField, type TextFieldProps, TextInput$1 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$1 as Video, Vitals$1 as Vitals, type VitalsProps, 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, dialogSetting, estimateDeliverySetting, filterTruthyObject, filterTruthyStyles, getAllHrefFromString, getDisplayStyle, getDynamicSourceLocales, getInlineCss, getInsertLinkData, getLinkArticle, getLinkData, getLiquidInitData, getLiquidTextContent, 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, postPurchaseCalloutBoxSetting, postPurchaseCountdownTimerSetting, postPurchaseImageSetting, postPurchaseLineSetting, postPurchaseLinkSetting, postPurchaseProduct1Col, postPurchaseProduct2Col, postPurchaseProductDefault, postPurchaseProductSetting, _default as postPurchaseSettings, postPurchaseTextSetting, productSetting, radioSetting, replaceAllHrefFromString, replaceLinkData, safeSvgIcon, selectSetting, shopPayInstallmentSetting, stickySetting, stockCounterSetting, tabSetting, textSetting, textareaSetting, thirdPartyInstantSetting, thirdPartySetting, thirdPartySlotSetting, transformHighlighTag, transformNumberTag, useNotification, videoSetting, youtubeShortsRegex };
8183
+ 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, 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, 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, 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, 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 };