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

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
@@ -1 +1 @@
1
- "use strict";const SettingUIV2=[{label:{en:"Item management"},controls:[{label:{en:"Order"},setting:{id:"childItem"}}]},{label:{en:"Item spacing"},controls:[{label:{en:"Gap"},setting:{id:"verticalSpacing"}}]},{label:{en:"Item style"},moreSettings:{controls:[{label:{en:"Padding"},controlConfig:{id:"padding-item-padding",type:"padding-v2",linkWithSetting:{name:"itemPadding",field:"padding"},compoDefaultValue:{desktop:{default:{type:"medium",top:"8px",bottom:"8px",left:"16px",right:"16px"}}}}},{label:{en:"Background"},setting:{id:"itemBackgroundColor"}},{label:{en:"Border"},setting:{id:"itemBorder"}},{label:{en:"Corner"},setting:{id:"itemRounded"}},{label:{en:"Shadow"},setting:{id:"itemBoxShadow"}}]},controls:[{label:{en:"Icon & text gap"},setting:{id:"horizontalSpacing"}}]},{label:{en:"Size"},controls:[{id:"Width",label:{en:"Width"},controlConfig:{id:"width",type:"dropdown:input",label:"Width",inputType:"number",units:["px","%"],hideUnit:!1,fallbackValue:"Auto",linkWithSetting:{name:"globalSize",field:"width"},displayOptions:[{label:"Fit content",value:"Auto",showValue:!0},{label:"Full",value:"100%",showValue:!0}]},layout:"horizontal"},{label:{en:"Padding"},controlConfig:{id:"padding",type:"padding-v2",linkWithSetting:{name:"spacing-setting",field:"padding"},compoDefaultValue:{desktop:{default:{type:"medium",top:"16px",bottom:"16px",left:"16px",right:"16px"}}}}},{label:{en:"Arrange"},setting:{id:"align"},options:{fullWidth:!0},conditionDisplay:"globalSize.width !== 'Auto'"}]},{label:{en:"Background"},controls:[{setting:{id:"background"},layout:"vertical",options:{updateFields:[{field:"preload",settingId:"preload"}]},controlChangeTrigger:{settings:[{action:{controlId:"preload",valueFromField:"preload",groupType:"setting",controlType:"setting",removeDevice:!0}}],options:{noRecordHistory:!0}}}]},{label:{en:"Shape"},controls:[{label:{en:"Border"},setting:{id:"border",state:"normal"}},{label:{en:"Corner"},setting:{id:"rounded",state:"normal"}},{label:{en:"Shadow"},setting:{id:"boxShadow",state:"normal"},options:{updateFields:[{field:"normal.enable",settingId:"hasBoxShadow",state:"normal"}]},controlChangeTrigger:{settings:[{condition:"boxShadow.normal.enable === true",source:["boxShadow","hasBoxShadow"],action:{controlId:"hasBoxShadow",groupType:"advanced",controlType:"advanced",state:"normal",newValue:!0}},{condition:"boxShadow.normal.enable === false",source:["boxShadow","hasBoxShadow"],action:{controlId:"hasBoxShadow",groupType:"advanced",controlType:"advanced",state:"normal",newValue:!1}}],options:{noRecordHistory:!0}}}]},{controls:[{label:{en:"Align"},conditionEnable:'!(parseInt(globalSize.width) >= 100 && globalSize.width?.includes("%"))',setting:{id:"alignWrapper"},options:{labelVariant:"primary",fullWidth:!0,disableMessage:"Align is not supported when width is 100%"}}]}];exports.SettingUIV2=SettingUIV2;
1
+ "use strict";const SettingUIV2=[{label:"Item management",controls:[{label:"Order",setting:{id:"childItem"}}]},{label:"Item spacing",controls:[{label:"Gap",setting:{id:"verticalSpacing"}}]},{label:"Item style",moreSettings:{controls:[{label:"Padding",controlConfig:{id:"padding-item-padding",type:"padding-v2",linkWithSetting:{name:"itemPadding",field:"padding"},compoDefaultValue:{desktop:{default:{type:"medium",top:"8px",bottom:"8px",left:"16px",right:"16px"}}}}},{label:"Background",setting:{id:"itemBackgroundColor"}},{label:"Border",setting:{id:"itemBorder"}},{label:"Corner",setting:{id:"itemRounded"}},{label:"Shadow",setting:{id:"itemBoxShadow"}}]},controls:[{label:"Icon & text gap",setting:{id:"horizontalSpacing"}}]},{label:"Size",controls:[{id:"Width",label:"Width",controlConfig:{id:"width",type:"dropdown:input",label:"Width",inputType:"number",units:["px","%"],hideUnit:!1,fallbackValue:"Auto",linkWithSetting:{name:"globalSize",field:"width"},displayOptions:[{label:"Fit content",value:"Auto",showValue:!0},{label:"Full",value:"100%",showValue:!0}]},layout:"horizontal"},{label:"Padding",controlConfig:{id:"padding",type:"padding-v2",linkWithSetting:{name:"spacing-setting",field:"padding"},compoDefaultValue:{desktop:{default:{type:"medium",top:"16px",bottom:"16px",left:"16px",right:"16px"}}}}},{label:"Arrange",setting:{id:"align"},options:{fullWidth:!0},conditionDisplay:"globalSize.width !== 'Auto'"}]},{label:"Background",controls:[{setting:{id:"background"},layout:"vertical",options:{updateFields:[{field:"preload",settingId:"preload"}]},controlChangeTrigger:{settings:[{action:{controlId:"preload",valueFromField:"preload",groupType:"setting",controlType:"setting",removeDevice:!0}}],options:{noRecordHistory:!0}}}]},{label:"Shape",controls:[{label:"Border",setting:{id:"border",state:"normal"}},{label:"Corner",setting:{id:"rounded",state:"normal"}},{label:"Shadow",setting:{id:"boxShadow",state:"normal"},options:{updateFields:[{field:"normal.enable",settingId:"hasBoxShadow",state:"normal"}]},controlChangeTrigger:{settings:[{condition:"boxShadow.normal.enable === true",source:["boxShadow","hasBoxShadow"],action:{controlId:"hasBoxShadow",groupType:"advanced",controlType:"advanced",state:"normal",newValue:!0}},{condition:"boxShadow.normal.enable === false",source:["boxShadow","hasBoxShadow"],action:{controlId:"hasBoxShadow",groupType:"advanced",controlType:"advanced",state:"normal",newValue:!1}}],options:{noRecordHistory:!0}}}]},{controls:[{label:"Align",conditionEnable:'!(parseInt(globalSize.width) >= 100 && globalSize.width?.includes("%"))',setting:{id:"alignWrapper"},options:{labelVariant:"primary",fullWidth:!0,disableMessage:"Align is not supported when width is 100%"}}]}];exports.SettingUIV2=SettingUIV2;
@@ -1,7 +1,7 @@
1
- "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var uiV1=require("./configs/uiV1.js"),uiV2=require("./configs/uiV2.js"),settings=require("./configs/settings.js"),presets=require("./configs/presets.js");const config={tag:"IconListHoz",label:"Icon List",icon:`
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var uiV2=require("./configs/uiV2.js"),settings=require("./configs/settings.js"),presets=require("./configs/presets.js");const config={tag:"IconListHoz",label:"Icon List",icon:`
2
2
  <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
3
3
  <path fill-rule="evenodd" clip-rule="evenodd" d="M12 10.625C11.2406 10.625 10.625 11.2406 10.625 12C10.625 12.7594 11.2406 13.375 12 13.375C12.7594 13.375 13.375 12.7594 13.375 12C13.375 11.2406 12.7594 10.625 12 10.625ZM9.125 12C9.125 10.4122 10.4122 9.125 12 9.125C13.5878 9.125 14.875 10.4122 14.875 12C14.875 13.5878 13.5878 14.875 12 14.875C10.4122 14.875 9.125 13.5878 9.125 12Z" fill="white"/>
4
4
  <path fill-rule="evenodd" clip-rule="evenodd" d="M19.625 10.6251C18.8656 10.6251 18.25 11.2407 18.25 12.0001C18.25 12.7595 18.8656 13.3751 19.625 13.3751C20.3844 13.3751 21 12.7595 21 12.0001C21 11.2407 20.3844 10.6251 19.625 10.6251ZM16.75 12.0001C16.75 10.4123 18.0372 9.12512 19.625 9.12512C21.2128 9.12512 22.5 10.4123 22.5 12.0001C22.5 13.5879 21.2128 14.8751 19.625 14.8751C18.0372 14.8751 16.75 13.5879 16.75 12.0001Z" fill="white"/>
5
5
  <path fill-rule="evenodd" clip-rule="evenodd" d="M4.375 10.6251C3.61561 10.6251 3 11.2407 3 12.0001C3 12.7595 3.61561 13.3751 4.375 13.3751C5.13439 13.3751 5.75 12.7595 5.75 12.0001C5.75 11.2407 5.13439 10.6251 4.375 10.6251ZM1.5 12.0001C1.5 10.4123 2.78718 9.12512 4.375 9.12512C5.96282 9.12512 7.25 10.4123 7.25 12.0001C7.25 13.5879 5.96282 14.8751 4.375 14.8751C2.78718 14.8751 1.5 13.5879 1.5 12.0001Z" fill="white"/>
6
6
  </svg>
7
- `,settings:settings.IconListHozSettings,ui:uiV1.SettingUIV1,uiV2:uiV2.SettingUIV2,presets:presets.IconListHozPreset,locales:{editor:{en:{icons_not_found:"Icons not found"}}},rootOverride:{advanced:{"spacing-setting":{desktop:{margin:{bottom:0}}}}}};exports.default=config;
7
+ `,settings:settings.IconListHozSettings,ui:[],uiV2:uiV2.SettingUIV2,presets:presets.IconListHozPreset,locales:{editor:{en:{icons_not_found:"Icons not found"}}},rootOverride:{advanced:{"spacing-setting":{desktop:{margin:{bottom:0}}}}}};exports.default=config;
@@ -1,4 +1,4 @@
1
- "use strict";var ItemTemplate=require("../ItemTemplate.js");const IconListHozPreset=[{id:"icon-list-hoz",name:{en:"Icon List"},icon:{desktop:`
1
+ "use strict";var ItemTemplate=require("../ItemTemplate.js");const IconListHozPreset=[{id:"icon-list-hoz",name:"Icon List",icon:{desktop:`
2
2
  <svg width="96" height="48" viewBox="0 0 96 48" fill="none" xmlns="http://www.w3.org/2000/svg">
3
3
  <path d="M15.6863 18.586C15.8147 18.3258 16.1856 18.3258 16.314 18.586L17.8598 21.7181C17.9108 21.8214 18.0094 21.893 18.1234 21.9096L21.5799 22.4119C21.867 22.4536 21.9816 22.8064 21.7739 23.0089L19.2727 25.4469C19.1902 25.5273 19.1526 25.6432 19.1721 25.7567L19.7625 29.1993C19.8115 29.4852 19.5114 29.7032 19.2547 29.5683L16.163 27.9429C16.0611 27.8893 15.9393 27.8893 15.8373 27.9429L12.7457 29.5683C12.4889 29.7032 12.1888 29.4852 12.2378 29.1993L12.8283 25.7567C12.8478 25.6432 12.8101 25.5273 12.7276 25.4469L10.2264 23.0089C10.0187 22.8064 10.1333 22.4536 10.4204 22.4119L13.877 21.9096C13.991 21.893 14.0895 21.8214 14.1405 21.7181L15.6863 18.586Z" fill="#F9F9F9"/>
4
4
  <path d="M31.6863 18.586C31.8147 18.3258 32.1856 18.3258 32.314 18.586L33.8598 21.7181C33.9108 21.8214 34.0094 21.893 34.1234 21.9096L37.5799 22.4119C37.867 22.4536 37.9816 22.8064 37.7739 23.0089L35.2727 25.4469C35.1902 25.5273 35.1526 25.6432 35.1721 25.7567L35.7625 29.1993C35.8115 29.4852 35.5114 29.7032 35.2547 29.5683L32.163 27.9429C32.0611 27.8893 31.9393 27.8893 31.8373 27.9429L28.7457 29.5683C28.4889 29.7032 28.1888 29.4852 28.2378 29.1993L28.8283 25.7567C28.8478 25.6432 28.8101 25.5273 28.7276 25.4469L26.2264 23.0089C26.0187 22.8064 26.1333 22.4536 26.4204 22.4119L29.877 21.9096C29.991 21.893 30.0895 21.8214 30.1405 21.7181L31.6863 18.586Z" fill="#F9F9F9"/>
@@ -6,7 +6,7 @@
6
6
  <path d="M63.6863 18.586C63.8147 18.3258 64.1856 18.3258 64.314 18.586L65.8598 21.7181C65.9108 21.8214 66.0094 21.893 66.1234 21.9096L69.5799 22.4119C69.867 22.4536 69.9816 22.8064 69.7739 23.0089L67.2727 25.4469C67.1902 25.5273 67.1526 25.6432 67.1721 25.7567L67.7625 29.1993C67.8115 29.4852 67.5114 29.7032 67.2547 29.5683L64.163 27.9429C64.0611 27.8893 63.9393 27.8893 63.8373 27.9429L60.7457 29.5683C60.4889 29.7032 60.1888 29.4852 60.2378 29.1993L60.8283 25.7567C60.8478 25.6432 60.8101 25.5273 60.7276 25.4469L58.2264 23.0089C58.0187 22.8064 58.1333 22.4536 58.4204 22.4119L61.877 21.9096C61.991 21.893 62.0895 21.8214 62.1405 21.7181L63.6863 18.586Z" fill="#F9F9F9"/>
7
7
  <path d="M79.6863 18.586C79.8147 18.3258 80.1856 18.3258 80.314 18.586L81.8598 21.7181C81.9108 21.8214 82.0094 21.893 82.1234 21.9096L85.5799 22.4119C85.867 22.4536 85.9816 22.8064 85.7739 23.0089L83.2727 25.4469C83.1902 25.5273 83.1526 25.6432 83.1721 25.7567L83.7625 29.1993C83.8115 29.4852 83.5114 29.7032 83.2547 29.5683L80.163 27.9429C80.0611 27.8893 79.9393 27.8893 79.8373 27.9429L76.7457 29.5683C76.4889 29.7032 76.1888 29.4852 76.2378 29.1993L76.8283 25.7567C76.8478 25.6432 76.8101 25.5273 76.7276 25.4469L74.2264 23.0089C74.0187 22.8064 74.1333 22.4536 74.4204 22.4119L77.877 21.9096C77.991 21.893 78.0895 21.8214 78.1405 21.7181L79.6863 18.586Z" fill="#F9F9F9"/>
8
8
  </svg>
9
- `},components:[{tag:"IconListHoz",settings:{childItem:["Icon 1","Icon 2","Icon 3","Icon 4","Icon 5"]},advanced:{"spacing-setting":{desktop:{margin:{bottom:"var(--g-s-l)"}}}},childrens:[ItemTemplate.itemChildrenTemplate,ItemTemplate.itemChildrenTemplate,ItemTemplate.itemChildrenTemplate,ItemTemplate.itemChildrenTemplate,ItemTemplate.itemChildrenTemplate]}]},{id:"icon-list-hoz-half-star",name:{en:"Icon List"},icon:{desktop:`
9
+ `},components:[{tag:"IconListHoz",settings:{childItem:["Icon 1","Icon 2","Icon 3","Icon 4","Icon 5"]},advanced:{"spacing-setting":{desktop:{margin:{bottom:"var(--g-s-l)"}}}},childrens:[ItemTemplate.itemChildrenTemplate,ItemTemplate.itemChildrenTemplate,ItemTemplate.itemChildrenTemplate,ItemTemplate.itemChildrenTemplate,ItemTemplate.itemChildrenTemplate]}]},{id:"icon-list-hoz-half-star",name:"Icon List",icon:{desktop:`
10
10
  <svg width="78" height="14" viewBox="0 0 78 14" fill="none" xmlns="http://www.w3.org/2000/svg">
11
11
  <path d="M6.68606 1.58622C6.81445 1.32608 7.18539 1.32608 7.31378 1.58621L8.8596 4.71838C8.91058 4.82168 9.00913 4.89328 9.12312 4.90984L12.5797 5.41211C12.8667 5.45383 12.9814 5.80662 12.7736 6.0091L10.2725 8.44715C10.19 8.52756 10.1523 8.64341 10.1718 8.75695L10.7623 12.1995C10.8113 12.4854 10.5112 12.7035 10.2544 12.5685L7.16279 10.9431C7.06083 10.8895 6.93902 10.8895 6.83705 10.9431L3.74542 12.5685C3.48865 12.7035 3.18855 12.4855 3.23759 12.1995L3.82804 8.75695C3.84751 8.64341 3.80987 8.52756 3.72738 8.44715L1.2262 6.0091C1.01846 5.80662 1.13309 5.45383 1.42017 5.41211L4.87672 4.90984C4.99072 4.89328 5.08927 4.82168 5.14025 4.71838L6.68606 1.58622Z" fill="#F9F9F9"/>
12
12
  <path d="M22.6861 1.58622C22.8144 1.32608 23.1854 1.32608 23.3138 1.58621L24.8596 4.71838C24.9106 4.82168 25.0091 4.89328 25.1231 4.90984L28.5797 5.41211C28.8667 5.45383 28.9814 5.80662 28.7736 6.0091L26.2725 8.44715C26.19 8.52756 26.1523 8.64341 26.1718 8.75695L26.7623 12.1995C26.8113 12.4854 26.5112 12.7035 26.2544 12.5685L23.1628 10.9431C23.0608 10.8895 22.939 10.8895 22.8371 10.9431L19.7454 12.5685C19.4887 12.7035 19.1885 12.4855 19.2376 12.1995L19.828 8.75695C19.8475 8.64341 19.8099 8.52756 19.7274 8.44715L17.2262 6.0091C17.0185 5.80662 17.1331 5.45383 17.4202 5.41211L20.8767 4.90984C20.9907 4.89328 21.0893 4.82168 21.1402 4.71838L22.6861 1.58622Z" fill="#F9F9F9"/>
@@ -1 +1 @@
1
- "use strict";const SettingUIV2=[{label:{en:"Item management"},controls:[{label:{en:"Order"},setting:{id:"childItem"},options:{fullWidth:!0}}]},{label:{en:"Item spacing"},controls:[{type:"control",label:{en:"Gap"},setting:{id:"horizontalSpacing"}}]},{label:{en:"Background"},controls:[{type:"control",setting:{id:"background"},layout:"vertical"}]},{label:{en:"Shape"},controls:[{label:{en:"Border"},setting:{id:"border",state:"normal"}},{label:{en:"Corner"},setting:{id:"rounded",state:"normal"}},{label:{en:"Shadow"},setting:{id:"boxShadow",state:"normal"},options:{updateFields:[{field:"normal.enable",settingId:"hasBoxShadow",state:"normal"}]},controlChangeTrigger:{settings:[{condition:"boxShadow.normal.enable === true",source:["boxShadow","hasBoxShadow"],action:{controlId:"hasBoxShadow",groupType:"advanced",controlType:"advanced",state:"normal",newValue:!0}},{condition:"boxShadow.normal.enable === false",source:["boxShadow","hasBoxShadow"],action:{controlId:"hasBoxShadow",groupType:"advanced",controlType:"advanced",state:"normal",newValue:!1}}],options:{noRecordHistory:!0}}}]},{label:{en:"Align"},controls:[{type:"control",label:{en:"Horizontal"},setting:{id:"align"}},{type:"control",label:{en:"Vertical"},setting:{id:"verticalAlign"}}]}];exports.SettingUIV2=SettingUIV2;
1
+ "use strict";const SettingUIV2=[{label:"Item management",controls:[{label:"Order",setting:{id:"childItem"},options:{fullWidth:!0}}]},{label:"Item spacing",controls:[{type:"control",label:"Gap",setting:{id:"horizontalSpacing"}}]},{label:"Background",controls:[{type:"control",setting:{id:"background"},layout:"vertical"}]},{label:"Shape",controls:[{label:"Border",setting:{id:"border",state:"normal"}},{label:"Corner",setting:{id:"rounded",state:"normal"}},{label:"Shadow",setting:{id:"boxShadow",state:"normal"},options:{updateFields:[{field:"normal.enable",settingId:"hasBoxShadow",state:"normal"}]},controlChangeTrigger:{settings:[{condition:"boxShadow.normal.enable === true",source:["boxShadow","hasBoxShadow"],action:{controlId:"hasBoxShadow",groupType:"advanced",controlType:"advanced",state:"normal",newValue:!0}},{condition:"boxShadow.normal.enable === false",source:["boxShadow","hasBoxShadow"],action:{controlId:"hasBoxShadow",groupType:"advanced",controlType:"advanced",state:"normal",newValue:!1}}],options:{noRecordHistory:!0}}}]},{label:"Align",controls:[{type:"control",label:"Horizontal",setting:{id:"align"}},{type:"control",label:"Vertical",setting:{id:"verticalAlign"}}]}];exports.SettingUIV2=SettingUIV2;
@@ -1 +1 @@
1
- "use strict";var core=require("@gem-sdk/core"),helpers=require("../../helpers.js");const composeIconWith=e=>({...e,desktop:e?.desktop??0,tablet:e?.tablet??e?.desktop??0,mobile:e?.mobile??e?.tablet??e?.desktop??0}),getTextIconNotFound=e=>"react"===e?"Icons not found":helpers.getStaticLocale("IconList","icons_not_found"),getTextIconTranslations=({setting:e,builderProps:t,pageContext:o,key:s,type:n})=>{let{childItem:c,translate:i}=e??{};return"react"===n?c?.[s]:helpers.getDynamicSourceLocales({val:c?.[s],uid:t?.uid,settingId:`childItem_${s}`,pageContext:o,translate:i,isReplaceLocationOrigin:!0})},getvalueMap=({setting:e})=>{let{childConfig:t,iconType:o,iconSvg:s}=e??{};return o&&"matching"!==o?"different"===o?t:void 0:Array(t?.length).fill(s)},composePostionIconList=(e,t,o)=>{let s={...o,desktop:o?.desktop??0,tablet:o?.tablet??o?.desktop??0,mobile:o?.mobile??o?.tablet??o?.desktop??0},n={};return core.DEVICES.forEach(o=>{core.composePositionLineHeight({compose:n,lineHeight:e,device:o,position:t,iconWidth:s})}),n};exports.composeIconWith=composeIconWith,exports.composePostionIconList=composePostionIconList,exports.getTextIconNotFound=getTextIconNotFound,exports.getTextIconTranslations=getTextIconTranslations,exports.getvalueMap=getvalueMap;
1
+ "use strict";var core=require("@gem-sdk/core"),helpers=require("../../helpers.js"),translate=require("../settings/configs/translate.js");const composeIconWith=e=>({...e,desktop:e?.desktop??0,tablet:e?.tablet??e?.desktop??0,mobile:e?.mobile??e?.tablet??e?.desktop??0}),getTextIconNotFound=e=>"react"===e?"Icons not found":helpers.getStaticLocale("IconList","icons_not_found"),getTextIconTranslations=({setting:e,builderProps:t,pageContext:o,key:s,type:n})=>{let{childItem:i}=e??{};return"react"===n?i?.[s]:helpers.getDynamicSourceLocales({val:i?.[s],uid:t?.uid,settingId:helpers.createSettingId({id:translate.IconListV2?.childItem?.id,index:s}),pageContext:o,isReplaceLocationOrigin:!0})},getvalueMap=({setting:e})=>{let{childConfig:t,iconType:o,iconSvg:s}=e??{};return o&&"matching"!==o?"different"===o?t:void 0:Array(t?.length).fill(s)},composePostionIconList=(e,t,o)=>{let s={...o,desktop:o?.desktop??0,tablet:o?.tablet??o?.desktop??0,mobile:o?.mobile??o?.tablet??o?.desktop??0},n={};return core.DEVICES.forEach(o=>{core.composePositionLineHeight({compose:n,lineHeight:e,device:o,position:t,iconWidth:s})}),n};exports.composeIconWith=composeIconWith,exports.composePostionIconList=composePostionIconList,exports.getTextIconNotFound=getTextIconNotFound,exports.getTextIconTranslations=getTextIconTranslations,exports.getvalueMap=getvalueMap;
@@ -1 +1 @@
1
- "use strict";var core=require("@gem-sdk/core");const filterStyles=e=>{let t=["--mb","--mb-mobile","--mb-tablet"];return t.forEach(t=>{delete e?.[t]}),e},getStyleContainerIconlistMain=({styles:e,style:t,type:o,advanced:l})=>{let{align:r}=e??{};return{...t="react"===o?filterStyles(t):t,...core.makeStyleResponsive("jc",r),...core.makeStyleResponsive("d",{desktop:l?.d?.desktop?"flex":"none",tablet:l?.d?.tablet?"flex":"none",mobile:l?.d?.mobile?"flex":"none"})}},getStyleWraplistIcon=({styles:e})=>{let{panelAlign:t,contentBoxPadding:o,contentBoxWidth:l,background:r,contentBoxBorder:s,contentBoxRounded:i,contentBoxShadow:n}=e??{};return{...core.composeBorderResponsive(s),...core.getResponsiveStyleShadowWithoutState(n,"box-shadow",n),...core.composeRadiusResponsive(i),...core.getStyleBackgroundByDevice(r),...core.getResponsiveStylePadding(o),...core.makeStyleResponsive("w",l),...core.makeStyleResponsive("jc",t),...core.getGradientBgrStyleByDevice(r,{desktop:!0,tablet:!0,mobile:!0})}},getStyleColListIcon=({styles:e})=>{let{verticalSpacing:t}=e??{};return{...core.makeStyleResponsive("rg",t)}},getStyleWrapItemIcon=({styles:e})=>{let{horizontalSpacing:t,position:o}=e??{};return{...core.makeStyleResponsive("cg",t),...core.makeStyleResponsive("ai",{...o,mobile:o?.mobile=="baseline"?"flex-start":o?.mobile})}},getStyleWrapIcon=({styles:e,setting:t})=>{let{iconBorder:o,backgroundColor:l,iconRounded:r}=e??{},{globalSize:s}=t??{},i=core.makeGlobalSize(s);return{...i.padding,...core.makeStyle({bs:o?.border,bw:o?.width,bc:core.getSingleColorVariable(o?.color),bg:core.getSingleColorVariable(l),bblr:r?.bblr,bbrr:r?.bbrr,btlr:r?.btlr,btrr:r?.btrr}),...core.makeStyleResponsive("top",{desktop:"unset",tablet:"unset",mobile:"unset"}),...core.makeStyleResponsive("pos",{desktop:"relative",tablet:"relative",mobile:"relative"})}},getStyleIcon=({styles:e,setting:t})=>{let{iconColor:o}=e||{},{iconWidth:l}=t??{};return{"--c":core.getSingleColorVariable(o),"--w":"100%","--h":"100%","--size-desktop":`${l?.desktop}px`,"--size-tablet":`${l?.tablet||l?.desktop}px`,"--size-mobile":`${l?.mobile||l?.tablet||l?.desktop}px`}},getStyleTypoText=({setting:e})=>({typo:e?.textTypo});exports.getStyleColListIcon=getStyleColListIcon,exports.getStyleContainerIconlistMain=getStyleContainerIconlistMain,exports.getStyleIcon=getStyleIcon,exports.getStyleTypoText=getStyleTypoText,exports.getStyleWrapIcon=getStyleWrapIcon,exports.getStyleWrapItemIcon=getStyleWrapItemIcon,exports.getStyleWraplistIcon=getStyleWraplistIcon;
1
+ "use strict";var core=require("@gem-sdk/core"),helpers=require("../../helpers.js"),translate=require("../settings/configs/translate.js");const filterStyles=e=>{let t=["--mb","--mb-mobile","--mb-tablet"];return t.forEach(t=>{delete e?.[t]}),e},getStyleContainerIconlistMain=({styles:e,style:t,type:o,advanced:l})=>{let{align:r}=e??{};return{...t="react"===o?filterStyles(t):t,...core.makeStyleResponsive("jc",r),...core.makeStyleResponsive("d",{desktop:l?.d?.desktop?"flex":"none",tablet:l?.d?.tablet?"flex":"none",mobile:l?.d?.mobile?"flex":"none"})}},getStyleWraplistIcon=({styles:e,uid:t,pageContext:o,type:l="React"})=>{let{panelAlign:r,contentBoxPadding:s,contentBoxWidth:n,background:a,contentBoxBorder:i,contentBoxRounded:c,contentBoxShadow:p}=e??{},b="Liquid"===l?helpers.getBackgroundTranslated({background:a,uid:t,enableTranslate:!!translate.IconListV2?.background?.id,pageContext:o,isTranslateVideo:!1}):a;return{...core.composeBorderResponsive(i),...core.getResponsiveStyleShadowWithoutState(p,"box-shadow",p),...core.composeRadiusResponsive(c),...core.getStyleBackgroundByDevice(b),...core.getResponsiveStylePadding(s),...core.makeStyleResponsive("w",n),...core.makeStyleResponsive("jc",r),...core.getGradientBgrStyleByDevice(b,{desktop:!0,tablet:!0,mobile:!0})}},getStyleColListIcon=({styles:e})=>{let{verticalSpacing:t}=e??{};return{...core.makeStyleResponsive("rg",t)}},getStyleWrapItemIcon=({styles:e})=>{let{horizontalSpacing:t,position:o}=e??{};return{...core.makeStyleResponsive("cg",t),...core.makeStyleResponsive("ai",{...o,mobile:o?.mobile=="baseline"?"flex-start":o?.mobile})}},getStyleWrapIcon=({styles:e,setting:t})=>{let{iconBorder:o,backgroundColor:l,iconRounded:r}=e??{},{globalSize:s}=t??{},n=core.makeGlobalSize(s);return{...n.padding,...core.makeStyle({bs:o?.border,bw:o?.width,bc:core.getSingleColorVariable(o?.color),bg:core.getSingleColorVariable(l),bblr:r?.bblr,bbrr:r?.bbrr,btlr:r?.btlr,btrr:r?.btrr}),...core.makeStyleResponsive("top",{desktop:"unset",tablet:"unset",mobile:"unset"}),...core.makeStyleResponsive("pos",{desktop:"relative",tablet:"relative",mobile:"relative"})}},getStyleIcon=({styles:e,setting:t})=>{let{iconColor:o}=e||{},{iconWidth:l}=t??{};return{"--c":core.getSingleColorVariable(o),"--w":"100%","--h":"100%","--size-desktop":`${l?.desktop}px`,"--size-tablet":`${l?.tablet||l?.desktop}px`,"--size-mobile":`${l?.mobile||l?.tablet||l?.desktop}px`}},getStyleTypoText=({setting:e})=>({typo:e?.textTypo});exports.getStyleColListIcon=getStyleColListIcon,exports.getStyleContainerIconlistMain=getStyleContainerIconlistMain,exports.getStyleIcon=getStyleIcon,exports.getStyleTypoText=getStyleTypoText,exports.getStyleWrapIcon=getStyleWrapIcon,exports.getStyleWrapItemIcon=getStyleWrapItemIcon,exports.getStyleWraplistIcon=getStyleWraplistIcon;
@@ -1,2 +1,2 @@
1
1
  'use client';
2
- "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var jsxRuntime=require("react/jsx-runtime"),useGetProductId=require("../../hooks/useGetProductId.js"),Text=require("../../text/components/Text.js"),system=require("@gem-sdk/system"),classes=require("../common/classes.js"),styles=require("../common/styles.js"),helpers=require("../common/helpers.js"),useIconLineHeight=require("../hooks/useIconLineHeight.js");const IconListV2=e=>{let{builderProps:s,builderAttrs:t,style:l,setting:a,styles:r,pageContext:c,advanced:n}=e,i=system.createClass({[s?.uid??""]:!0}),o=system.createClass(classes.getClassWraplistIcon()),y=system.createClass(classes.getClassColListIcon()),m=system.createClass(classes.getClassWrapItemIcon({builderProps:s})),u=system.createClass(classes.getClassWrapIcon()),d=system.createClass(classes.getClassIcon()),p=system.createClass(classes.getClassTextItem({setting:a})),I=system.createStyle(styles.getStyleContainerIconlistMain({styles:r,style:l,type:"react",advanced:n})),x=system.createStyle(styles.getStyleWraplistIcon({styles:r})),g=system.createStyle(styles.getStyleColListIcon({styles:r})),h=system.createStyle(styles.getStyleIcon({styles:r,setting:a})),j=styles.getStyleTypoText({setting:a}),C=system.createAttr({...t}),S=helpers.getTextIconNotFound("react"),T=helpers.getvalueMap({setting:a}),{ref:v,lineHeight:L}=useIconLineHeight.useIconLineHeight({iconWidth:helpers.composeIconWith(a?.iconWidth)}),W=helpers.composePostionIconList(L,r?.position,a?.iconWidth),{refContainer:q,productID:R}=useGetProductId.useGetProductId(),N=system.createStyle({...styles.getStyleWrapIcon({styles:r,setting:a}),...W.content}),f=system.createStyle({...styles.getStyleWrapItemIcon({styles:r}),...W.wrapper});return jsxRuntime.jsx("div",{...C,...s,"data-id":s?.uid,style:I,className:i,ref:q,children:system.If(!T||!T.length,jsxRuntime.jsx("div",{children:S}),jsxRuntime.jsx("div",{className:o,style:x,children:jsxRuntime.jsx("div",{className:y,style:g,children:T?.map((e,t)=>{let l=helpers.getTextIconTranslations({setting:a,builderProps:s,pageContext:c,key:t,type:"react"});return jsxRuntime.jsxs("div",{"data-index":t,className:m,style:f,children:[jsxRuntime.jsx("div",{className:u,style:N,children:jsxRuntime.jsx("span",{style:h,className:d,dangerouslySetInnerHTML:{__html:e}})}),jsxRuntime.jsx(Text.default,{setting:{text:l?.toString(),htmlTag:"div",options:{useState:!0,uniqueId:`${s?.uid}-${t}-${R}`,productID:R,customClass:{wrapper:"gp-w-full"}}},styles:j,className:p,ref:v})]},t)})})}))})};exports.default=IconListV2;
2
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var jsxRuntime=require("react/jsx-runtime"),useGetProductId=require("../../hooks/useGetProductId.js"),Text=require("../../text/components/Text.js"),system=require("@gem-sdk/system"),classes=require("../common/classes.js"),styles=require("../common/styles.js"),helpers=require("../common/helpers.js"),useIconLineHeight=require("../hooks/useIconLineHeight.js");const IconListV2=e=>{let{builderProps:s,builderAttrs:t,style:l,setting:a,styles:r,pageContext:c,advanced:i}=e,n=system.createClass({[s?.uid??""]:!0}),o=system.createClass(classes.getClassWraplistIcon()),y=system.createClass(classes.getClassColListIcon()),m=system.createClass(classes.getClassWrapItemIcon({builderProps:s})),u=system.createClass(classes.getClassWrapIcon()),d=system.createClass(classes.getClassIcon()),p=system.createClass(classes.getClassTextItem({setting:a})),I=system.createStyle(styles.getStyleContainerIconlistMain({styles:r,style:l,type:"react",advanced:i})),x=system.createStyle(styles.getStyleWraplistIcon({styles:r,uid:s?.uid??"",pageContext:c})),g=system.createStyle(styles.getStyleColListIcon({styles:r})),h=system.createStyle(styles.getStyleIcon({styles:r,setting:a})),j=styles.getStyleTypoText({setting:a}),C=system.createAttr({...t}),S=helpers.getTextIconNotFound("react"),T=helpers.getvalueMap({setting:a}),{ref:v,lineHeight:L}=useIconLineHeight.useIconLineHeight({iconWidth:helpers.composeIconWith(a?.iconWidth)}),W=helpers.composePostionIconList(L,r?.position,a?.iconWidth),{refContainer:q,productID:R}=useGetProductId.useGetProductId(),N=system.createStyle({...styles.getStyleWrapIcon({styles:r,setting:a}),...W.content}),f=system.createStyle({...styles.getStyleWrapItemIcon({styles:r}),...W.wrapper});return jsxRuntime.jsx("div",{...C,...s,"data-id":s?.uid,style:I,className:n,ref:q,children:system.If(!T||!T.length,jsxRuntime.jsx("div",{children:S}),jsxRuntime.jsx("div",{className:o,style:x,children:jsxRuntime.jsx("div",{className:y,style:g,children:T?.map((e,t)=>{let l=helpers.getTextIconTranslations({setting:a,builderProps:s,pageContext:c,key:t,type:"react"});return jsxRuntime.jsxs("div",{"data-index":t,className:m,style:f,children:[jsxRuntime.jsx("div",{className:u,style:N,children:jsxRuntime.jsx("span",{style:h,className:d,dangerouslySetInnerHTML:{__html:e}})}),jsxRuntime.jsx(Text.default,{setting:{text:l?.toString(),htmlTag:"div",options:{useState:!0,uniqueId:`${s?.uid}-${t}-${R}`,productID:R,customClass:{wrapper:"gp-w-full"}}},styles:j,className:p,ref:v})]},t)})})}))})};exports.default=IconListV2;
@@ -1,17 +1,17 @@
1
- "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var core=require("@gem-sdk/core"),helpers$1=require("../../helpers.js"),Text_liquid=require("../../text/components/Text.liquid.js"),system=require("@gem-sdk/system"),classes=require("../common/classes.js"),styles=require("../common/styles.js"),helpers=require("../common/helpers.js");const IconListV2=e=>{let{builderProps:s,builderAttrs:t,style:l,setting:a,styles:r,pageContext:i}=e,c=s?.builderData?.advanced,o=system.createClass({[s?.uid??""]:!0}),y=system.createClass(classes.getClassWraplistIcon()),n=system.createClass(classes.getClassColListIcon()),p=system.createClass(classes.getClassWrapItemIcon({builderProps:s})),d=system.createClass(classes.getClassWrapIcon()),m=system.createClass(classes.getClassIcon()),g=system.createClass(classes.getClassTextItem({setting:a})),u=system.createStyle(styles.getStyleContainerIconlistMain({styles:r,style:l,type:"liquid",advanced:c})),$=system.createStyle(styles.getStyleWraplistIcon({styles:r})),S=system.createStyle(styles.getStyleColListIcon({styles:r})),I=system.createStyle(styles.getStyleWrapIcon({styles:r,setting:a})),v=system.createStyle(styles.getStyleWrapItemIcon({styles:r})),C=system.createStyle(styles.getStyleIcon({styles:r,setting:a})),h=styles.getStyleTypoText({setting:a}),q=system.createAttr({...t}),f=helpers.getTextIconNotFound("liquid"),x=helpers.getvalueMap({setting:a});return core.template`
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var core=require("@gem-sdk/core"),helpers$1=require("../../helpers.js"),Text_liquid=require("../../text/components/Text.liquid.js"),system=require("@gem-sdk/system"),classes=require("../common/classes.js"),styles=require("../common/styles.js"),helpers=require("../common/helpers.js");const IconListV2=e=>{let{builderProps:s,builderAttrs:t,style:l,setting:a,styles:i,pageContext:r}=e,c=s?.builderData?.advanced,o=system.createClass({[s?.uid??""]:!0}),n=system.createClass(classes.getClassWraplistIcon()),y=system.createClass(classes.getClassColListIcon()),p=system.createClass(classes.getClassWrapItemIcon({builderProps:s})),d=system.createClass(classes.getClassWrapIcon()),g=system.createClass(classes.getClassIcon()),m=system.createClass(classes.getClassTextItem({setting:a})),u=system.createStyle(styles.getStyleContainerIconlistMain({styles:i,style:l,type:"liquid",advanced:c})),$=system.createStyle(styles.getStyleWraplistIcon({styles:i,uid:s?.uid??"",pageContext:r,type:"Liquid"})),S=system.createStyle(styles.getStyleColListIcon({styles:i,setting:a})),I=system.createStyle(styles.getStyleWrapIcon({styles:i,setting:a})),v=system.createStyle(styles.getStyleWrapItemIcon({styles:i})),C=system.createStyle(styles.getStyleIcon({styles:i,setting:a})),q=styles.getStyleTypoText({setting:a}),h=system.createAttr({...t}),f=helpers.getTextIconNotFound("liquid"),x=helpers.getvalueMap({setting:a});return core.template`
2
2
  {% assign locationOrigin = request.origin | append: routes.root_url | split: '/' | join: '/' %}
3
3
  <gp-icon-list
4
- ${{...q}}
4
+ ${{...h}}
5
5
  ${{...s}}
6
6
  data-id="${s?.uid}"
7
7
  style="${u}"
8
8
  className="${o}"
9
- gp-data='${core.dataStringify({position:r?.position,iconWidth:a?.iconWidth}).replaceAll("'","&#039;")}'
10
9
  >
10
+ <script gp-data type="application/json">${JSON.stringify(core.dataStringify({position:i?.position,iconWidth:a?.iconWidth}).replaceAll("'","&#039;"))}</script>
11
11
  ${system.If(!x||!x.length,core.template`<div>${f}</div>`,core.template`
12
- <div class="${y}" style="${$}">
13
- <div class="${n}" style="${S}">
14
- ${x?.map((e,t)=>{let l=helpers.getTextIconTranslations({setting:a,builderProps:s,pageContext:i,key:t,type:"liquid"});return core.template`
12
+ <div class="${n}" style="${$}">
13
+ <div class="${y}" style="${S}">
14
+ ${x?.map((e,t)=>{let l=helpers.getTextIconTranslations({setting:a,builderProps:s,pageContext:r,key:t,type:"liquid"});return core.template`
15
15
  <div
16
16
  key="${t}"
17
17
  data-index="${t}"
@@ -20,13 +20,13 @@
20
20
  >
21
21
  <div class="${d}" style="${I}">
22
22
  <span
23
- class="${m}"
23
+ class="${g}"
24
24
  style="${C}"
25
25
  >
26
26
  ${e}
27
27
  </span>
28
28
  </div>
29
- ${Text_liquid.default({setting:{text:l?.toString(),htmlTag:"div",options:{customClass:{wrapper:"gp-w-full"}},isForceValue:!0},styles:h,className:g})}
29
+ ${Text_liquid.default({setting:{text:l?.toString(),htmlTag:"div",options:{customClass:{wrapper:"gp-w-full"}},isForceValue:!0},styles:q,className:m})}
30
30
  </div>`}).join(" ")}
31
31
  </div>
32
32
  </div>`)}
@@ -1,4 +1,4 @@
1
- "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var settings=require("./configs/settings.js"),uiV1=require("./configs/ui-v1.js"),uiV2=require("./configs/ui-v2.js");const config={tag:"IconListV2",label:"Item List",icon:`
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var settings=require("./configs/settings.js"),uiV2=require("./configs/ui-v2.js");const config={tag:"IconListV2",label:"Item List",icon:`
2
2
  <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
3
3
  <path d="M10.75 3.72656C10.3358 3.72656 10 4.06235 10 4.47656C10 4.89078 10.3358 5.22656 10.75 5.22656L21.75 5.22656C22.1642 5.22656 22.5 4.89078 22.5 4.47656C22.5 4.06235 22.1642 3.72656 21.75 3.72656H10.75Z" fill="white"/>
4
4
  <path d="M10.75 8.72656C10.3358 8.72656 10 9.06235 10 9.47656C10 9.89078 10.3358 10.2266 10.75 10.2266L21.75 10.2266C22.1642 10.2266 22.5 9.89078 22.5 9.47657C22.5 9.06235 22.1642 8.72657 21.75 8.72657L10.75 8.72656Z" fill="white"/>
@@ -8,7 +8,7 @@
8
8
  <path d="M8.66954 5.06642C8.85917 4.69816 8.71437 4.24591 8.34611 4.05627C7.97786 3.86664 7.5256 4.01144 7.33596 4.3797L4.54463 9.80029L2.85555 7.48937C2.61113 7.15496 2.14189 7.08201 1.80748 7.32643C1.47307 7.57086 1.40013 8.0401 1.64455 8.37451L3.57244 11.0122C4.12091 11.7625 5.2674 11.6732 5.69292 10.8468L8.66954 5.06642Z" fill="white"/>
9
9
  </svg>
10
10
 
11
- `,settings:settings.IconListSettings,ui:uiV1.SettingUIV1,uiV2:uiV2.SettingUIV2,editorConfigs:{slots:{children:!1},component:{validate:!0,excludeApplyStyle:!0}},presets:[{id:"icon-list-v2",name:{en:"Item List"},icon:{desktop:`
11
+ `,settings:settings.IconListSettings,ui:[],uiV2:uiV2.SettingUIV2,editorConfigs:{slots:{children:!1},component:{validate:!0,excludeApplyStyle:!0}},presets:[{id:"icon-list-v2",name:"Item List",icon:{desktop:`
12
12
  <svg width="110" height="80" viewBox="0 0 110 80" fill="none" xmlns="http://www.w3.org/2000/svg">
13
13
  <path fill-rule="evenodd" clip-rule="evenodd" d="M19.6348 17.7261C19.792 17.9121 19.7878 18.2089 19.6255 18.389L13.7118 24.9515C13.5531 25.1275 13.3012 25.1275 13.1425 24.9515L10.8745 22.4345C10.7122 22.2544 10.708 21.9576 10.8652 21.7717C11.0224 21.5857 11.2814 21.5809 11.4437 21.761L13.4272 23.9622L19.0563 17.7155C19.2186 17.5354 19.4776 17.5402 19.6348 17.7261Z" fill="#F9F9F9"/>
14
14
  <rect x="30" y="18.3335" width="72" height="6" rx="3" fill="#757575"/>
@@ -1 +1 @@
1
- "use strict";var items=require("./items.js");const IconListSettings=[{id:"setting",controls:[{id:"childItem",label:"Item management",type:"child-item",default:["Icon 1","Icon 2"],childTemplate:items.itemControlTemplate,isDisabledDuplicateIncrease:!0},{id:"translate",type:"input",default:"childItem"},{id:"textTypo",type:"typography-v2",default:{type:"paragraph-1",attrs:{color:"#FEB91C"}},compoDefaultValue:{attrs:{color:"#FEB91C"}},ignoreReRender:!0,hiddenSetting:{textAlign:!0,textShadow:!0}},{id:"iconSvg",type:"icon",label:"Icon Parent",hideInput:!0,info:"Choose from list or paste any SVG icon",default:'<svg data-name="check-circle-filled" height="20" width="20" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" data-id="508414807831544168"><path fill="currentColor" strokelinecap="round" strokelinejoin="round" d="M128,24A104,104,0,1,0,232,128,104.11,104.11,0,0,0,128,24Zm45.66,85.66-56,56a8,8,0,0,1-11.32,0l-24-24a8,8,0,0,1,11.32-11.32L112,148.69l50.34-50.35a8,8,0,0,1,11.32,11.32Z"></path></svg>'},{id:"iconWidth",type:"input:stepper",label:"Icon Width",devices:{desktop:{default:24}},min:0},{id:"childConfig",type:"child-icon",label:"",default:[,,,].fill('<svg height="20" width="20" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" data-id="508414807831544168"><path fill="currentColor" strokelinecap="round" strokelinejoin="round" d="M128,24A104,104,0,1,0,232,128,104.11,104.11,0,0,0,128,24Zm45.66,85.66-56,56a8,8,0,0,1-11.32,0l-24-24a8,8,0,0,1,11.32-11.32L112,148.69l50.34-50.35a8,8,0,0,1,11.32,11.32Z"></path></svg>')},{id:"globalSize",type:"size-setting",devices:{desktop:{default:{padding:{type:"custom",top:"0px",bottom:"0px",left:"0px",right:"0px"}}}},hiddenShowMore:!0,hiddenSettings:["shape","width","height","gap"]},{id:"iconType",type:"option:illustration",enableTooltip:!0,label:"Icon type",options:[{label:"Matching icons",value:"matching",svgName:"gp-item-list-matching-icon"},{label:"Different icons",value:"different",svgName:"gp-item-list-different-icon"}],default:"matching"}]},{id:"style",controls:[{id:"background",type:"background-media",ignoreReRender:!0,devices:{desktop:{default:{type:"color",color:"transparent",image:{src:"",width:0,height:0},size:"cover",position:{x:50,y:50},repeat:"no-repeat",attachment:"scroll"}}},compoDefaultValue:{desktop:{default:{type:"color",color:"#DDDDDD",image:{src:"https://cdn.shopify.com/s/files/1/2005/9307/files/background_settings.jpg",width:1200,height:480},size:"cover",position:{x:50,y:50},repeat:"no-repeat",attachment:"scroll"}}}},{id:"iconColor",type:"color-picker-v2",label:"Icon color",default:"text-1",compoDefaultValue:"text-1"},{id:"backgroundColor",type:"color-picker-v2",label:"Background color",default:"transparent",compoDefaultValue:"bg-1"},{id:"iconBorder",label:"Border",type:"border-v2",default:{},compoDefaultValue:{border:"solid",width:"1px 1px 1px 1px",position:"bottom",color:"line-3",isCustom:!0,borderWidth:"Mixed"}},{id:"iconRounded",type:"corner-v2",label:"Border Radius",default:{radiusType:"none"},compoDefaultValue:{btrr:"8px",bblr:"8px",bbrr:"8px",btlr:"8px",radiusType:"rounded"}},{id:"horizontalSpacing",label:"Horizontal Spacing",type:"input:slider",units:["px"],min:0,max:40,ignoreMax:!0,devices:{desktop:{default:"8px"}}},{id:"position",type:"option:illustration",enableTooltip:!0,label:"Position",options:[{label:"Align center",value:"center",type:"align-pos",svgName:"gp-align-position-center"},{label:"Align top",value:"baseline",type:"align-pos",svgName:"gp-align-position-top"}],devices:{desktop:{default:"center"},tablet:{default:"center"},mobile:{default:"center"}}},{id:"contentBoxWidth",type:"dropdown:input",label:"Width",inputType:"number",units:["px","%"],hideUnit:!1,displayOptions:[{label:"Fit content",value:"Auto",showValue:!0},{label:"Full",value:"100%",showValue:!0}],devices:{desktop:{default:"100%"}}},{id:"contentBoxPadding",label:"Padding",type:"padding-v2",devices:{desktop:{}},compoDefaultValue:{desktop:{default:{top:"16px",bottom:"16px",left:"16px",right:"16px"}}}},{id:"contentBoxBorder",label:"Border",type:"border",devices:{desktop:{default:{}}},compoDefaultValue:{desktop:{default:{border:"solid",width:"1px 1px 1px 1px",position:"bottom",color:"line-3",isCustom:!0,borderWidth:"Mixed"}}}},{id:"contentBoxRounded",type:"corner-v2",label:"Border Radius",devices:{desktop:{default:{radiusType:"none"}}},compoDefaultValue:{desktop:{default:{btrr:"8px",bblr:"8px",bbrr:"8px",btlr:"8px",radiusType:"rounded"}}}},{id:"contentBoxShadow",label:"Shadow",type:"shadow-v2",devices:{desktop:{default:{}}},compoDefaultValue:{desktop:{default:{type:"shadow-1",distance:"4px",blur:"4px",spread:"0px",color:"rgba(18, 18, 18, 0.2)",angle:45,enable:!0}}}},{id:"panelAlign",label:"Alignment",type:"option:value",options:[{label:"Left",value:"left",type:"align",tooltip:"Align left",iconName:"gp-align-left"},{label:"Center",value:"center",type:"align",tooltip:"Align center",iconName:"gp-align-center"},{label:"Right",value:"right",type:"align",tooltip:"Align right",iconName:"gp-align-right"}],devices:{desktop:{default:"left"}}},{id:"align",label:"Alignment",type:"option:value",options:[{label:"Left",value:"left",type:"align",tooltip:"Align left",iconName:"gp-align-left"},{label:"Center",value:"center",type:"align",tooltip:"Align center",iconName:"gp-align-center"},{label:"Right",value:"right",type:"align",tooltip:"Align right",iconName:"gp-align-right"}],devices:{desktop:{default:"left"}}},{id:"verticalSpacing",type:"input:slider",label:"Item gap",units:["px"],min:0,max:40,ignoreMax:!0,devices:{desktop:{default:"12px"}}}]}];exports.IconListSettings=IconListSettings;
1
+ "use strict";var items=require("./items.js");const IconListSettings=[{id:"setting",controls:[{id:"childItem",label:"Item management",type:"child-item",default:["Icon 1","Icon 2"],childTemplate:items.itemControlTemplate,isDisabledDuplicateIncrease:!0},{id:"textTypo",type:"typography-v2",default:{type:"paragraph-1",attrs:{color:"#FEB91C"}},compoDefaultValue:{attrs:{color:"#FEB91C"}},ignoreReRender:!0,hiddenSetting:{textAlign:!0,textShadow:!0}},{id:"iconSvg",type:"icon",label:"Icon Parent",hideInput:!0,info:"Choose from list or paste any SVG icon",default:'<svg data-name="check-circle-filled" height="20" width="20" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" data-id="508414807831544168"><path fill="currentColor" strokelinecap="round" strokelinejoin="round" d="M128,24A104,104,0,1,0,232,128,104.11,104.11,0,0,0,128,24Zm45.66,85.66-56,56a8,8,0,0,1-11.32,0l-24-24a8,8,0,0,1,11.32-11.32L112,148.69l50.34-50.35a8,8,0,0,1,11.32,11.32Z"></path></svg>'},{id:"iconWidth",type:"input:stepper",label:"Icon Width",devices:{desktop:{default:24}},min:0},{id:"childConfig",type:"child-icon",label:"",default:[,,,].fill('<svg height="20" width="20" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" data-id="508414807831544168"><path fill="currentColor" strokelinecap="round" strokelinejoin="round" d="M128,24A104,104,0,1,0,232,128,104.11,104.11,0,0,0,128,24Zm45.66,85.66-56,56a8,8,0,0,1-11.32,0l-24-24a8,8,0,0,1,11.32-11.32L112,148.69l50.34-50.35a8,8,0,0,1,11.32,11.32Z"></path></svg>')},{id:"globalSize",type:"size-setting",devices:{desktop:{default:{padding:{type:"custom",top:"0px",bottom:"0px",left:"0px",right:"0px"}}}},hiddenShowMore:!0,hiddenSettings:["shape","width","height","gap"]},{id:"iconType",type:"option:illustration",enableTooltip:!0,label:"Icon type",options:[{label:"Matching icons",value:"matching",svgName:"gp-item-list-matching-icon"},{label:"Different icons",value:"different",svgName:"gp-item-list-different-icon"}],default:"matching"}]},{id:"style",controls:[{id:"background",type:"background-media",ignoreReRender:!0,devices:{desktop:{default:{type:"color",color:"transparent",image:{src:"",width:0,height:0},size:"cover",position:{x:50,y:50},repeat:"no-repeat",attachment:"scroll"}}},compoDefaultValue:{desktop:{default:{type:"color",color:"#DDDDDD",image:{src:"https://cdn.shopify.com/s/files/1/2005/9307/files/background_settings.jpg",width:1200,height:480},size:"cover",position:{x:50,y:50},repeat:"no-repeat",attachment:"scroll"}}}},{id:"iconColor",type:"color-picker-v2",label:"Icon color",default:"text-1",compoDefaultValue:"text-1"},{id:"backgroundColor",type:"color-picker-v2",label:"Background color",default:"transparent",compoDefaultValue:"bg-1"},{id:"iconBorder",label:"Border",type:"border-v2",default:{},compoDefaultValue:{border:"solid",width:"1px 1px 1px 1px",position:"bottom",color:"line-3",isCustom:!0,borderWidth:"Mixed"}},{id:"iconRounded",type:"corner-v2",label:"Border Radius",default:{radiusType:"none"},compoDefaultValue:{btrr:"8px",bblr:"8px",bbrr:"8px",btlr:"8px",radiusType:"rounded"}},{id:"horizontalSpacing",label:"Horizontal Spacing",type:"input:slider",units:["px"],min:0,max:40,ignoreMax:!0,devices:{desktop:{default:"8px"}}},{id:"position",type:"option:illustration",enableTooltip:!0,label:"Position",options:[{label:"Align center",value:"center",type:"align-pos",svgName:"gp-align-position-center"},{label:"Align top",value:"baseline",type:"align-pos",svgName:"gp-align-position-top"}],devices:{desktop:{default:"center"},tablet:{default:"center"},mobile:{default:"center"}}},{id:"contentBoxWidth",type:"dropdown:input",label:"Width",inputType:"number",units:["px","%"],hideUnit:!1,displayOptions:[{label:"Fit content",value:"Auto",showValue:!0},{label:"Full",value:"100%",showValue:!0}],devices:{desktop:{default:"100%"}}},{id:"contentBoxPadding",label:"Padding",type:"padding-v2",devices:{desktop:{}},compoDefaultValue:{desktop:{default:{top:"16px",bottom:"16px",left:"16px",right:"16px"}}}},{id:"contentBoxBorder",label:"Border",type:"border",devices:{desktop:{default:{}}},compoDefaultValue:{desktop:{default:{border:"solid",width:"1px 1px 1px 1px",position:"bottom",color:"line-3",isCustom:!0,borderWidth:"Mixed"}}}},{id:"contentBoxRounded",type:"corner-v2",label:"Border Radius",devices:{desktop:{default:{radiusType:"none"}}},compoDefaultValue:{desktop:{default:{btrr:"8px",bblr:"8px",bbrr:"8px",btlr:"8px",radiusType:"rounded"}}}},{id:"contentBoxShadow",label:"Shadow",type:"shadow-v2",devices:{desktop:{default:{}}},compoDefaultValue:{desktop:{default:{type:"shadow-1",distance:"4px",blur:"4px",spread:"0px",color:"rgba(18, 18, 18, 0.2)",angle:45,enable:!0}}}},{id:"panelAlign",label:"Alignment",type:"option:value",options:[{label:"Left",value:"left",type:"align",tooltip:"Align left",iconName:"gp-align-left"},{label:"Center",value:"center",type:"align",tooltip:"Align center",iconName:"gp-align-center"},{label:"Right",value:"right",type:"align",tooltip:"Align right",iconName:"gp-align-right"}],devices:{desktop:{default:"left"}}},{id:"align",label:"Alignment",type:"option:value",options:[{label:"Left",value:"left",type:"align",tooltip:"Align left",iconName:"gp-align-left"},{label:"Center",value:"center",type:"align",tooltip:"Align center",iconName:"gp-align-center"},{label:"Right",value:"right",type:"align",tooltip:"Align right",iconName:"gp-align-right"}],devices:{desktop:{default:"left"}}},{id:"verticalSpacing",type:"input:slider",label:"Item gap",units:["px"],min:0,max:40,ignoreMax:!0,devices:{desktop:{default:"12px"}}}]}];exports.IconListSettings=IconListSettings;
@@ -0,0 +1 @@
1
+ "use strict";const IconListV2={childItem:{id:"childItem"},background:{id:"background",fields:["image.src"]}};exports.IconListV2=IconListV2;
@@ -1 +1 @@
1
- "use strict";const SettingUIV2=[{label:{en:"Item management"},controls:[{label:{en:"Order"},setting:{id:"childItem"}}]},{label:{en:"Icon style"},controls:[{label:{en:"Icon type "},setting:{id:"iconType"}},{conditionDisplay:'iconType === "matching"',label:{en:"Icon"},setting:{id:"iconSvg"}},{conditionDisplay:'iconType === "different"',layout:"vertical",setting:{id:"childConfig"}},{label:{en:"Icon color"},setting:{id:"iconColor"}},{label:{en:"Icon size"},setting:{id:"iconWidth"}}],moreSettings:{type:"collapse",controls:[{label:{en:"Position"},setting:{id:"position"}},{label:{en:"Padding"},controlConfig:{id:"padding",type:"padding-v2",linkWithSetting:{name:"globalSize",field:"padding"},compoDefaultValue:{default:{top:"4px",right:"4px",bottom:"4px",left:"4px"}}}},{label:{en:"Background"},setting:{id:"backgroundColor"}},{label:{en:"Border"},setting:{id:"iconBorder"}},{label:{en:"Corner"},setting:{id:"iconRounded"}}]}},{label:{en:"Text"},controls:[{setting:{id:"textTypo"},layout:"vertical"}]},{label:{en:"Item spacing"},controls:[{label:{en:"Gap"},setting:{id:"verticalSpacing"}}]},{label:{en:"Item style"},controls:[{label:{en:"Icon & text gap"},setting:{id:"horizontalSpacing"}}]},{label:{en:"Background"},controls:[{setting:{id:"background"},layout:"vertical"}]},{label:{en:"Size"},controls:[{label:{en:"Width"},setting:{id:"contentBoxWidth"},layout:"horizontal"},{label:{en:"Padding"},setting:{id:"contentBoxPadding"},layout:"horizontal"},{label:{en:"Arrange"},setting:{id:"panelAlign"}}]},{label:{en:"Shape"},controls:[{label:{en:"Border"},setting:{id:"contentBoxBorder"}},{label:{en:"Corner"},setting:{id:"contentBoxRounded"}},{label:{en:"Shadow"},setting:{id:"contentBoxShadow"}}]},{controls:[{label:{en:"Align"},setting:{id:"align"},options:{labelVariant:"primary",fullWidth:!0,disableMessage:"Horizontal alignment is disabled when the width is set to 100% or greater"},conditionEnable:'!contentBoxWidth?.includes("%") || (parseInt(contentBoxWidth) < 100 && contentBoxWidth?.includes("%"))'}]}];exports.SettingUIV2=SettingUIV2;
1
+ "use strict";const SettingUIV2=[{label:"Item management",controls:[{label:"Order",setting:{id:"childItem"}}]},{label:"Icon style",controls:[{label:"Icon type ",setting:{id:"iconType"}},{conditionDisplay:'iconType === "matching"',label:"Icon",setting:{id:"iconSvg"}},{conditionDisplay:'iconType === "different"',layout:"vertical",setting:{id:"childConfig"}},{label:"Icon color",setting:{id:"iconColor"}},{label:"Icon size",setting:{id:"iconWidth"}}],moreSettings:{type:"collapse",controls:[{label:"Position",setting:{id:"position"}},{label:"Padding",controlConfig:{id:"padding",type:"padding-v2",linkWithSetting:{name:"globalSize",field:"padding"},compoDefaultValue:{default:{top:"4px",right:"4px",bottom:"4px",left:"4px"}}}},{label:"Background",setting:{id:"backgroundColor"}},{label:"Border",setting:{id:"iconBorder"}},{label:"Corner",setting:{id:"iconRounded"}}]}},{label:"Text",controls:[{setting:{id:"textTypo"},layout:"vertical"}]},{label:"Item spacing",controls:[{label:"Gap",setting:{id:"verticalSpacing"}}]},{label:"Item style",controls:[{label:"Icon & text gap",setting:{id:"horizontalSpacing"}}]},{label:"Background",controls:[{setting:{id:"background"},layout:"vertical"}]},{label:"Size",controls:[{label:"Width",setting:{id:"contentBoxWidth"},layout:"horizontal"},{label:"Padding",setting:{id:"contentBoxPadding"},layout:"horizontal"},{label:"Arrange",setting:{id:"panelAlign"}}]},{label:"Shape",controls:[{label:"Border",setting:{id:"contentBoxBorder"}},{label:"Corner",setting:{id:"contentBoxRounded"}},{label:"Shadow",setting:{id:"contentBoxShadow"}}]},{controls:[{label:"Align",setting:{id:"align"},options:{labelVariant:"primary",fullWidth:!0,disableMessage:"Horizontal alignment is disabled when the width is set to 100% or greater"},conditionEnable:'!contentBoxWidth?.includes("%") || (parseInt(contentBoxWidth) < 100 && contentBoxWidth?.includes("%"))'}]}];exports.SettingUIV2=SettingUIV2;
@@ -1 +1 @@
1
- "use strict";var constant=require("../../constant.js"),helpers=require("./helpers.js"),system=require("@gem-sdk/system"),helpers$1=require("../../helpers.js"),constants=require("../constants.js");const getContainerAttrs=(e,t)=>({...e,...t&&{"data-id":t}}),getLinkWrapperAttrs=({urlData:e,imageLink:t,title:r,isLiquid:s=!1})=>{let a=s?{...e,...t?.noFollow&&{rel:"nofollow"},title:r}:{setting:e,title:r};return t?.type!=="go-to-sales-page"?t?.link?a:{}:s?{href:constant.HREF_TO_SALES_PAGE,target:"_self"}:{setting:{href:constant.HREF_TO_SALES_PAGE,target:"_self"}}},getImageLiquidAttrs=({pageContext:e,enableLazyLoadImage:t=!1})=>({...e&&{pageContext:e},...t&&{enableLazyLoadImage:t}}),getAdaptiveImageAttrs=({styles:e,setting:t,mode:r,isLiquid:s})=>{let{alt:a,srcSet:i,priority:l,qualityPercent:g,qualityType:p}=t??{},n=helpers.getAspectRatio({styles:e,setting:t}),o=()=>{helpers$1.handleClickLink(t?.imageLink,r)},c=i?.desktop?.backupFileKey?helpers.getNewBackupFileKey(i?.desktop?.backupFileKey??"",i?.desktop?.src??""):"",A=s?helpers.getImageSrc({src:i?.desktop?.src,backupFileKey:c,backupFilePath:i?.desktop?.backupFilePath,storage:i?.desktop?.storage}):i?.desktop?.src??"",u=l?{}:{"base-src":A??"","quality-type":helpers.safeStringify(p),"quality-percent":helpers.safeStringify(g)};return{pictureClass:"gp-contents",...a&&{alt:a},...i&&{srcSet:i},...l&&constants.PRIORITY_LOAD_ATTRS,...u,...e?.objectFit&&{layout:e.objectFit},onClick:o,aspectRatio:n}},getNextImageAttrs=({styles:e,setting:t})=>{let{objectFit:r}=e??{},{vw:s,alt:a,title:i,quality:l,priority:g,isNotLazyload:p,qualityType:n,qualityPercent:o}=t??{},c=helpers.getAspectRatio({styles:e,setting:t});return{...t?.image,...s&&{vw:s},...a&&{alt:a},...i&&{title:i},...l&&{quality:l},...g&&{priority:g},isNotLazyload:p,setting:{aspectRatio:c,layout:r,qualityType:n,qualityPercent:o}}},getNextImageLiquidAttrs=e=>{let{srcset:t,setting:r,storage:s,baseSrc:a,priority:i,customAttrs:l,width:g=2237,height:p=1678,isNotLazyload:n,backupFileKey:o,backupFilePath:c,srcIsLiquidCode:A,enableLazyLoadImage:u,alt:h,title:I,src:y=helpers.NEXT_IMAGE_CONFIG.DEFAULT_SRC,sizes:E=helpers.NEXT_IMAGE_CONFIG.DEFAULT_SIZES}=e,_=!n&&u&&!i,d=()=>{let e=o?helpers.getNewBackupFileKey(o??"",y):"",r=A?a:helpers.getImageSrc({src:y,backupFileKey:e,backupFilePath:c,storage:s}),l=A?y:helpers.getSrcSet(e??"",s??"THEME",y),n={sizes:"100vw",src:helpers.createBlurDataURL(g,p),...r&&!i?{"base-src":r}:{},...r?{"data-src":r}:{},...l?{"data-srcset":l}:{}},u={sizes:E,src:r??"",isNotLazyload:"true",srcset:t??"",...r&&!i?{"base-src":r}:{},...i?{loading:"eager",fetchpriority:"high"}:{loading:"lazy"}};return{"data-sizes":"auto",..._?n:u}},L=()=>{let{qualityPercent:e,qualityType:t}=r??{},s=!i&&t&&e?{"quality-type":helpers.safeStringify(t),"quality-percent":helpers.safeStringify(e)}:{"quality-type":"","quality-percent":""};return{...h&&{alt:h},...I&&{title:I},width:g,height:p,draggable:"false",...s}};return system.createAttr({...l,...L(),...d()})},getNextImageReactAttrs=e=>{let{width:t=helpers.NEXT_IMAGE_CONFIG.DEFAULT_WIDTH_PROPS,height:r=helpers.NEXT_IMAGE_CONFIG.DEFAULT_HEIGHT_PROPS,quality:s,priority:a,isNotLazyload:i,enableLazyLoadImage:l,base64:g=helpers.IMAGE_PLACEHOLDER,alt:p=helpers.NEXT_IMAGE_CONFIG.DEFAULT_ALT,title:n,src:o=helpers.NEXT_IMAGE_CONFIG.DEFAULT_SRC}=e,c=!i&&l&&!a,A=()=>{let e={loading:"lazy",placeholder:"blur",...g&&{blurDataURL:g}},t={loading:"eager",fetchpriority:"high"};return{...c?e:t}},u=()=>({src:o,alt:p,title:n,width:t,height:r,quality:s}),h=u(),I=system.createAttr(A());return{...h,...I}};exports.getAdaptiveImageAttrs=getAdaptiveImageAttrs,exports.getContainerAttrs=getContainerAttrs,exports.getImageLiquidAttrs=getImageLiquidAttrs,exports.getLinkWrapperAttrs=getLinkWrapperAttrs,exports.getNextImageAttrs=getNextImageAttrs,exports.getNextImageLiquidAttrs=getNextImageLiquidAttrs,exports.getNextImageReactAttrs=getNextImageReactAttrs;
1
+ "use strict";var constant=require("../../constant.js"),helpers=require("./helpers.js"),system=require("@gem-sdk/system"),helpers$1=require("../../helpers.js"),constants=require("../constants.js");const getContainerAttrs=(e,t)=>({...e,...t&&{"data-id":t}}),getLinkWrapperAttrs=({urlData:e,imageLink:t,title:r,isLiquid:s=!1})=>{let a=s?{...e,...t?.noFollow&&{rel:"nofollow"},title:r}:{setting:e,title:r};return t?.type!=="go-to-sales-page"?t?.link?a:{}:s?{href:constant.HREF_TO_SALES_PAGE,target:"_self"}:{setting:{href:constant.HREF_TO_SALES_PAGE,target:"_self"}}},getImageLiquidAttrs=({pageContext:e,enableLazyLoadImage:t=!1})=>({...e&&{pageContext:e},...t&&{enableLazyLoadImage:t}}),getAdaptiveImageAttrs=({styles:e,setting:t,mode:r,isLiquid:s,uid:a})=>{let{alt:i,srcSet:l,priority:g,qualityPercent:p,qualityType:n,title:o}=t??{},c=helpers.getAspectRatio({styles:e,setting:t}),A=()=>{helpers$1.handleClickLink(t?.imageLink,r)},u=l?.desktop?.backupFileKey?helpers.getNewBackupFileKey(l?.desktop?.backupFileKey??"",l?.desktop?.src??""):"",h=s?helpers.getImageSrc({src:l?.desktop?.src,backupFileKey:u,backupFilePath:l?.desktop?.backupFilePath,storage:l?.desktop?.storage}):l?.desktop?.src??"",I=g?{}:{"base-src":h??"","quality-type":helpers.safeStringify(n),"quality-percent":helpers.safeStringify(p)};return{pictureClass:"gp-contents",...a&&{"data-uid":a},...i&&{alt:i},...o&&{title:o},...l&&{srcSet:l},...g&&constants.PRIORITY_LOAD_ATTRS,...I,...e?.objectFit&&{layout:e.objectFit},onClick:A,aspectRatio:c}},getNextImageAttrs=({styles:e,setting:t})=>{let{objectFit:r}=e??{},{vw:s,alt:a,title:i,quality:l,priority:g,isNotLazyload:p,qualityType:n,qualityPercent:o}=t??{},c=helpers.getAspectRatio({styles:e,setting:t});return{...t?.image,...s&&{vw:s},...a&&{alt:a},...i&&{title:i},...l&&{quality:l},...g&&{priority:g},isNotLazyload:p,setting:{aspectRatio:c,layout:r,qualityType:n,qualityPercent:o}}},getNextImageLiquidAttrs=e=>{let{srcset:t,setting:r,storage:s,baseSrc:a,priority:i,customAttrs:l,width:g=2237,height:p=1678,isNotLazyload:n,backupFileKey:o,backupFilePath:c,srcIsLiquidCode:A,enableLazyLoadImage:u,alt:h=helpers.NEXT_IMAGE_CONFIG.DEFAULT_ALT,title:I,src:E=helpers.NEXT_IMAGE_CONFIG.DEFAULT_SRC,sizes:_=helpers.NEXT_IMAGE_CONFIG.DEFAULT_SIZES}=e,d=!n&&u&&!i,y=()=>{let e=o?helpers.getNewBackupFileKey(o??"",E):"",r=A?a:helpers.getImageSrc({src:E,backupFileKey:e,backupFilePath:c,storage:s}),l=A?E:helpers.getSrcSet(e??"",s??"THEME",E),n={sizes:"100vw",src:helpers.createBlurDataURL(g,p),...r&&!i?{"base-src":r}:{},...r?{"data-src":r}:{},...l?{"data-srcset":l}:{}},u={sizes:_,src:r??"",isNotLazyload:"true",srcset:t??"",...r&&!i?{"base-src":r}:{},...i?{loading:"eager",fetchpriority:"high"}:{loading:"lazy"}};return{"data-sizes":"auto",...d?n:u}},L=()=>{let{qualityPercent:e,qualityType:t}=r??{},s=!i&&t&&e?{"quality-type":helpers.safeStringify(t),"quality-percent":helpers.safeStringify(e)}:{"quality-type":"","quality-percent":""};return{...h&&{alt:h},...I&&{title:I},width:g,height:p,draggable:"false",...s}};return system.createAttr({...l,...L(),...y()})},getNextImageReactAttrs=e=>{let{width:t=helpers.NEXT_IMAGE_CONFIG.DEFAULT_WIDTH_PROPS,height:r=helpers.NEXT_IMAGE_CONFIG.DEFAULT_HEIGHT_PROPS,quality:s,priority:a,isNotLazyload:i,enableLazyLoadImage:l,base64:g=helpers.IMAGE_PLACEHOLDER,alt:p=helpers.NEXT_IMAGE_CONFIG.DEFAULT_ALT,title:n,src:o=helpers.NEXT_IMAGE_CONFIG.DEFAULT_SRC}=e,c=!i&&l&&!a,A=()=>{let e={loading:"lazy",placeholder:"blur",...g&&{blurDataURL:g}},t={loading:"eager",fetchpriority:"high"};return{...c?e:t}},u=()=>({src:o,alt:p,title:n,width:t,height:r,quality:s}),h=u(),I=system.createAttr(A());return{...h,...I}};exports.getAdaptiveImageAttrs=getAdaptiveImageAttrs,exports.getContainerAttrs=getContainerAttrs,exports.getImageLiquidAttrs=getImageLiquidAttrs,exports.getLinkWrapperAttrs=getLinkWrapperAttrs,exports.getNextImageAttrs=getNextImageAttrs,exports.getNextImageLiquidAttrs=getNextImageLiquidAttrs,exports.getNextImageReactAttrs=getNextImageReactAttrs;
@@ -1,4 +1,4 @@
1
- "use strict";var core=require("@gem-sdk/core");const overwriteDefaultRadius=e=>{let t={...e},r=!0;return t&&Object.keys(t??{}).forEach(e=>{if("bblr"===e||"bbrr"===e||"btlr"===e||"btrr"===e){let i=t[e]??{};"0px"!==i&&(r=!1)}}),r?core.getCornerCSSFromGlobal(t):{}},getAspectRatio=({styles:e,setting:t})=>{let{srcSet:r,image:i}=t??{},{customAspectRadio:a,shape:o}=e??{},s={desktop:composeAspectRatio({device:"desktop",aspect:e?.aspectRatio,auto:t?.isAdaptive?r?.desktop:i,custom:a}),tablet:composeAspectRatio({device:"tablet",aspect:e?.aspectRatio,auto:t?.isAdaptive?r?.tablet:i,custom:a}),mobile:composeAspectRatio({device:"mobile",aspect:e?.aspectRatio,auto:t?.isAdaptive?r?.mobile:i,custom:a})};return o?core.getAspectRatioGlobalSize(o):s},composeAspectRatio=({device:e,aspect:t,custom:r,auto:i})=>{let a=t?.[e];return"auto"===a?i?.height?`${i.width}/${i.height}`:void 0:"custom"===a?r?.[e]?.height?`${r?.[e]?.width}/${r?.[e]?.height}`:void 0:a},getResponsiveObjectFit=({layout:e,isDisableObjectFit:t})=>t?{}:core.makeStyleResponsive("objf",e),getAspectRatioNextImage=({isDisableAspectStyle:e,aspectRatio:t,objectFits:r,width:i,height:a})=>{if(e)return{};let o={};return core.DEVICES.forEach(e=>{let s=`--objf${"desktop"!==e?`-${e}`:""}`,g=r?.[s]||r?.["--objf"];if(t?.[e]==="auto"&&"contain"===g){o[e]="auto";return}o[e]=t?.[e]!=="auto"&&t?.[e]?t[e]:`${i}/${a}`}),o},safeStringify=e=>JSON.stringify(e||{}).replace(/"/g,"&quot;"),shimmer=(e,t)=>`<svg width="${e}" height="${t}" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
1
+ "use strict";var core=require("@gem-sdk/core"),helpers=require("../../helpers.js"),translate=require("../settings/configs/translate.js");const overwriteDefaultRadius=e=>{let t={...e},r=!0;return t&&Object.keys(t??{}).forEach(e=>{if("bblr"===e||"bbrr"===e||"btlr"===e||"btrr"===e){let i=t[e]??{};"0px"!==i&&(r=!1)}}),r?core.getCornerCSSFromGlobal(t):{}},getAspectRatio=({styles:e,setting:t})=>{let{srcSet:r,image:i}=t??{},{customAspectRadio:a,shape:s}=e??{},l={desktop:composeAspectRatio({device:"desktop",aspect:e?.aspectRatio,auto:t?.isAdaptive?r?.desktop:i,custom:a}),tablet:composeAspectRatio({device:"tablet",aspect:e?.aspectRatio,auto:t?.isAdaptive?r?.tablet:i,custom:a}),mobile:composeAspectRatio({device:"mobile",aspect:e?.aspectRatio,auto:t?.isAdaptive?r?.mobile:i,custom:a})};return s?core.getAspectRatioGlobalSize(s):l},composeAspectRatio=({device:e,aspect:t,custom:r,auto:i})=>{let a=t?.[e];return"auto"===a?i?.height?`${i.width}/${i.height}`:void 0:"custom"===a?r?.[e]?.height?`${r?.[e]?.width}/${r?.[e]?.height}`:void 0:a},getResponsiveObjectFit=({layout:e,isDisableObjectFit:t})=>t?{}:core.makeStyleResponsive("objf",e),getAspectRatioNextImage=({isDisableAspectStyle:e,aspectRatio:t,objectFits:r,width:i,height:a})=>{if(e)return{};let s={};return core.DEVICES.forEach(e=>{let l=`--objf${"desktop"!==e?`-${e}`:""}`,o=r?.[l]||r?.["--objf"];if(t?.[e]==="auto"&&"contain"===o){s[e]="auto";return}s[e]=t?.[e]!=="auto"&&t?.[e]?t[e]:`${i}/${a}`}),s},safeStringify=e=>JSON.stringify(e||{}).replace(/"/g,"&quot;"),shimmer=(e,t)=>`<svg width="${e}" height="${t}" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
2
2
  <defs>
3
3
  <linearGradient id="g-${e}-${t}">
4
4
  <stop stop-color="rgba(51, 51, 51, 0)" offset="20%" />
@@ -9,4 +9,4 @@
9
9
  <rect width="${e}" height="${t}" fill="rgba(51, 51, 51, 0)" />
10
10
  <rect id="r" width="${e}" height="${t}" fill="url(#g-${e}-${t})" />
11
11
  <animate xlink:href="#r" attributeName="x" from="-${e}" to="${e}" dur="1s" repeatCount="indefinite" />
12
- </svg>`,toBase64=e=>"undefined"==typeof window?Buffer.from(e).toString("base64"):window.btoa(e),createBlurDataURL=(e,t)=>`data:image/svg+xml;base64,${toBase64(shimmer(e,t))}`,IMAGE_PLACEHOLDER="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkYAAAAAYAAjCB0C8AAAAASUVORK5CYII=",FALLBACK_IMAGE="https://cdn.shopify.com/s/assets/no-image-2048-5e88c1b20e087fb7bbe9a3771824e743c244f437e4f8ba93bbf7b11b53f7824c_large.gif",NEXT_IMAGE_CONFIG={DEFAULT_SIZES:"100vw",DEFAULT_ALT:"Alt image",DEFAULT_SRC:"https://cdn.shopify.com/s/files/1/2005/9307/files/placeholder-1.png?v=1751355990",DEFAULT_WIDTH_PROPS:800,DEFAULT_HEIGHT_PROPS:533},getAdaptiveImageData=e=>{let{srcSet:t,fallbackImg:r}=e,i=e=>{let{isLiquid:i}=e??{},a=getImageSrc(t?.desktop,"desktop",!i)||r||FALLBACK_IMAGE,o=getImageSrc(t?.tablet,"tablet",!i)||getImageSrc(t?.desktop,"tablet",!i)||r||FALLBACK_IMAGE,s=getImageSrc(t?.mobile,"mobile",!i)||getImageSrc(t?.tablet,"mobile",!i)||getImageSrc(t?.desktop,"mobile",!i)||r||FALLBACK_IMAGE;return{srcTablet:o,srcMobile:s,srcDesktop:a}};return{getDeviceSource:i}},getSrcSet=(e,t,r)=>e?getSrcSetLiquid(e,t):getSrcSetLink(r),isCannotResizeImage=e=>e.includes("webp")||e.includes("jfif")||e.includes(".svg")||e.includes(".tiff"),getSrcSetLiquid=(e,t)=>{let r=replaceBackupFileKeyFileContent(e);return isCannotResizeImage(e)?"FILE_CONTENT"==t?`{{ '${r}' | file_url }} 768w, {{ '${r}' | file_url }} 1024w, {{ '${r}' | file_url }} 1440w`:`{{ '${e}' | asset_url }} 768w, {{ '${e}' | asset_url }} 1024w, {{ '${e}' | asset_url }} 1440w`:"FILE_CONTENT"==t?`{{ '${r}' | file_img_url: '768x' }} 768w, {{ '${r}' | file_img_url: '1024x' }} 1024w, {{ '${r}' | file_img_url: 'master' }} 1440w`:`{{ '${e}' | asset_img_url: '768x' }} 768w, {{ '${e}' | asset_img_url: '1024x' }} 1024w, {{ '${e}' | asset_img_url: 'master' }} 1440w`},getSrcSetLink=e=>e,getImageSrc=(e,t,r)=>{if(e?.metafieldDefinitionKey)return getImageMetafieldDefinitionKey(e?.metafieldDefinitionKey);let i=e?.backupFilePath??e?.src??"";if(r)i=e?.src||"";else if(e?.backupFileKey){let t=getNewBackupFileKey(e.backupFileKey,e?.src??"");"THEME"!==e.storage&&e.storage?"FILE_CONTENT"===e.storage&&(i=`{{ "${replaceBackupFileKeyFileContent(t)}" | file_url }}`):i=`{{ "${t}" | asset_url }}`}if(t&&i?.includes("cdn.shopify"))switch(t){case"tablet":i=i?.replace(regexReplaceEndDot,"_1024x.");break;case"mobile":i=i?.replace(regexReplaceEndDot,"_768x.")}return i},getImageMetafieldDefinitionKey=e=>`{{${e} | file_url}}`,regexReplaceEndDot=/\.(?=[^.]*$)/,replaceBackupFileKeyFileContent=e=>e.replace(/\.jpeg|\.jfif/g,".jpg"),getNewBackupFileKey=(e,t)=>{let r=t?.match(/\/files\/([^\/]+\.(jpg|jpeg|gif|png|webp|svg))/)?.[1];return r&&r!=e?r:e};function resizeImage(e,t){let r=e.match(/\.webp/g)?.length,i=replaceRegexLastMatch({str:e,reg:/_(pico|icon|thumb|small|compact|medium|large|grande|original|1024x1024|2048x2048|master)+\./g,newString:"."});if(r)return i;let a=replaceRegexLastMatch({str:i,reg:/\.jpg|\.png|\.gif|\.jpeg/g,newString:t,isAdd:!0});return a}const replaceRegexLastMatch=e=>{let t=e.str,r=e.str.match(e.reg)?.length;if(r){let i,a=1;for(;null!==(i=e.reg.exec(e.str));){if(a===r){let r=e.reg.lastIndex,a=r-i[0].length;e.isAdd&&(e.newString="_"+e.newString+i),t=t.slice(0,a)+e.newString+t.slice(r,t.length)}a++}}return t},getItemWidth=(e,t)=>{let r=getCurrentDevice(),i=t?.[r]||"auto";if(!i||"auto"===i||i.includes("%"))return e;let a=Number(i.replace("px",""));return a>e?e:Number(i.replace("px",""))},getImageWidthFollowByQuality=e=>{let{itemWidthParam:t,imageWidthSetting:r,qualityType:i,qualityPercent:a}=e,o=getCurrentDevice(),s=getItemWidth(t,r),g=core.getResponsiveValueByScreen(i,o,"finest"),l=core.getResponsiveValueByScreen(a,o,100);switch(g){case"finest":default:return"auto";case"high":return Math.round(1.5*s)||1;case"medium":return Math.round(s)||1;case"custom":return Math.round(s*(Number(l)/100))||1}},getWidthOfFeatureImageSetting=e=>{let t={desktop:"100%",tablet:"100%",mobile:"100%"};return core.DEVICES.forEach(r=>{let i=core.getResponsiveValueByScreen(e,r)?.width||"100%";t[r]=i}),t},getWidthOfImageListSetting=e=>{let t={desktop:"100%",tablet:"100%",mobile:"100%"};return core.DEVICES.forEach(r=>{let i=core.getResponsiveValueByScreen(e,r)?.width||"100%";t[r]=i}),t},getWidthOfListImageInDom=e=>{let t=document.querySelectorAll(`.gem-slider-item-${e}.gp-gallery-image-item`),r=0;return t.forEach(e=>{e.offsetWidth>r&&(r=e.offsetWidth)}),r},getWidthOfFeatureImageInDom=e=>{let t=document.querySelectorAll(`.gem-slider-item-${e}.gp-ft-image-item`),r=0;return t.forEach(e=>{e.offsetWidth>r&&(r=e.offsetWidth)}),r},handleSetSrcForProductImageList=e=>{let{shapeByLayout:t,qualityType:r,qualityPercent:i,builderPropUID:a}=e,o=document.querySelectorAll(`.gem-slider-item-${a}.gp-gallery-image-item`),s=getWidthOfImageListSetting(t),g=getWidthOfListImageInDom(a);o.forEach(e=>{handleSetSrcForGalleryImage({item:e,settingWidth:s,width:g,qualityType:r,qualityPercent:i})})},handleSetSrcForFeatureProductImage=e=>{let{ftShape:t,qualityType:r,qualityPercent:i,builderPropUID:a}=e,o=document.querySelectorAll(`.gem-slider-item-${a}.gp-ft-image-item`),s=getWidthOfFeatureImageSetting(t),g=getWidthOfFeatureImageInDom(a);o.forEach(e=>{handleSetSrcForGalleryImage({item:e,settingWidth:s,width:g,qualityType:r,qualityPercent:i})})},handleSetSrcForGalleryImage=e=>{let{item:t,settingWidth:r,width:i,qualityType:a,qualityPercent:o}=e,s=getCurrentDevice(),g=t.querySelector("img");if(g){let e=getImageWidthFollowByQuality({itemWidthParam:i,imageWidthSetting:r,qualityType:a,qualityPercent:o}),t=g.getAttribute("base-src");if(!t)return;let l=getImageSrcByQuality(e,t),c=getImageSrcSet(t,l,s);g.setAttribute("srcset",c)}},getImageSrcByQuality=(e,t)=>"auto"===e?t:resizeImage(t,`${e}x`),getImageSrcSet=(e,t,r)=>`${"mobile"===r&&e!==t?t:resizeImage(e,"768x")} 767w, ${"tablet"===r&&e!==t?t:resizeImage(e,"1024x")} 1023w, ${"desktop"===r&&e!==t?t:resizeImage(e,"1920x")} 1440w`,getCurrentDevice=()=>window.innerWidth<768?"mobile":window.innerWidth>=768&&window.innerWidth<1025?"tablet":"desktop";exports.FALLBACK_IMAGE=FALLBACK_IMAGE,exports.IMAGE_PLACEHOLDER="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkYAAAAAYAAjCB0C8AAAAASUVORK5CYII=",exports.NEXT_IMAGE_CONFIG=NEXT_IMAGE_CONFIG,exports.composeAspectRatio=composeAspectRatio,exports.createBlurDataURL=createBlurDataURL,exports.getAdaptiveImageData=getAdaptiveImageData,exports.getAspectRatio=getAspectRatio,exports.getAspectRatioNextImage=getAspectRatioNextImage,exports.getCurrentDevice=getCurrentDevice,exports.getImageSrc=getImageSrc,exports.getImageWidthFollowByQuality=getImageWidthFollowByQuality,exports.getNewBackupFileKey=getNewBackupFileKey,exports.getResponsiveObjectFit=getResponsiveObjectFit,exports.getSrcSet=getSrcSet,exports.handleSetSrcForFeatureProductImage=handleSetSrcForFeatureProductImage,exports.handleSetSrcForProductImageList=handleSetSrcForProductImageList,exports.isCannotResizeImage=isCannotResizeImage,exports.overwriteDefaultRadius=overwriteDefaultRadius,exports.regexReplaceEndDot=regexReplaceEndDot,exports.replaceBackupFileKeyFileContent=replaceBackupFileKeyFileContent,exports.resizeImage=resizeImage,exports.safeStringify=safeStringify,exports.shimmer=shimmer,exports.toBase64=toBase64;
12
+ </svg>`,toBase64=e=>"undefined"==typeof window?Buffer.from(e).toString("base64"):window.btoa(e),createBlurDataURL=(e,t)=>`data:image/svg+xml;base64,${toBase64(shimmer(e,t))}`,IMAGE_PLACEHOLDER="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkYAAAAAYAAjCB0C8AAAAASUVORK5CYII=",FALLBACK_IMAGE="https://cdn.shopify.com/s/assets/no-image-2048-5e88c1b20e087fb7bbe9a3771824e743c244f437e4f8ba93bbf7b11b53f7824c_large.gif",NEXT_IMAGE_CONFIG={DEFAULT_SIZES:"100vw",DEFAULT_ALT:"Alt image",DEFAULT_SRC:"https://cdn.shopify.com/s/files/1/2005/9307/files/placeholder-1.png?v=1751355990",DEFAULT_WIDTH_PROPS:800,DEFAULT_HEIGHT_PROPS:533},getAdaptiveImageData=e=>{let{srcSet:t,fallbackImg:r}=e,i=e=>{let{isLiquid:i}=e??{},a=getImageSrc(t?.desktop,"desktop",!i)||r||FALLBACK_IMAGE,s=getImageSrc(t?.tablet,"tablet",!i)||getImageSrc(t?.desktop,"tablet",!i)||r||FALLBACK_IMAGE,l=getImageSrc(t?.mobile,"mobile",!i)||getImageSrc(t?.tablet,"mobile",!i)||getImageSrc(t?.desktop,"mobile",!i)||r||FALLBACK_IMAGE;return{srcTablet:s,srcMobile:l,srcDesktop:a}};return{getDeviceSource:i}},getSettingTranslatedImageAndSeo=({setting:e,uid:t,pageContext:r})=>{if(!e||!translate.Image)return{};let i=core.cloneDeep(e);for(let e in i.srcSet){let a=i.srcSet[e];if(a&&a.src){let i=helpers.getDynamicSourceLocales({val:a.src,uid:t,settingId:translate.Image?.srcSet?.id?`${translate.Image.srcSet.id}_${e}_src`:"",pageContext:r});a.src=String(i)}}let a=helpers.getDynamicSourceLocales({val:i.alt,uid:t,settingId:helpers.createSettingId({id:translate.Image?.alt?.id}),pageContext:r});i.alt=String(a);let s=helpers.getDynamicSourceLocales({val:i.title,uid:t,settingId:helpers.createSettingId({id:translate.Image?.title?.id}),pageContext:r});return i.title=String(s),i},getSrcSet=(e,t,r)=>e?getSrcSetLiquid(e,t):getSrcSetLink(r),isCannotResizeImage=e=>e.includes("webp")||e.includes("jfif")||e.includes(".svg")||e.includes(".tiff"),getSrcSetLiquid=(e,t)=>{let r=replaceBackupFileKeyFileContent(e);return isCannotResizeImage(e)?"FILE_CONTENT"==t?`{{ '${r}' | file_url }} 768w, {{ '${r}' | file_url }} 1024w, {{ '${r}' | file_url }} 1440w`:`{{ '${e}' | asset_url }} 768w, {{ '${e}' | asset_url }} 1024w, {{ '${e}' | asset_url }} 1440w`:"FILE_CONTENT"==t?`{{ '${r}' | file_img_url: '768x' }} 768w, {{ '${r}' | file_img_url: '1024x' }} 1024w, {{ '${r}' | file_img_url: 'master' }} 1440w`:`{{ '${e}' | asset_img_url: '768x' }} 768w, {{ '${e}' | asset_img_url: '1024x' }} 1024w, {{ '${e}' | asset_img_url: 'master' }} 1440w`},getSrcSetLink=e=>e,getImageSrc=(e,t,r)=>{if(e?.metafieldDefinitionKey)return getImageMetafieldDefinitionKey(e?.metafieldDefinitionKey);let i=e?.backupFilePath??e?.src??"";if(r)i=e?.src||"";else{let t=e?.src??"";if(core.hasTranslatedLiquid(t))return t;if(e?.backupFileKey){let t=getNewBackupFileKey(e.backupFileKey,e?.src??"");"THEME"!==e.storage&&e.storage?"FILE_CONTENT"===e.storage&&(i=`{{ "${replaceBackupFileKeyFileContent(t)}" | file_url }}`):i=`{{ "${t}" | asset_url }}`}}if(t&&i?.includes("cdn.shopify"))switch(t){case"tablet":i=i?.replace(regexReplaceEndDot,"_1024x.");break;case"mobile":i=i?.replace(regexReplaceEndDot,"_768x.")}return i},getImageMetafieldDefinitionKey=e=>`{{${e} | file_url}}`,regexReplaceEndDot=/\.(?=[^.]*$)/,replaceBackupFileKeyFileContent=e=>e.replace(/\.jpeg|\.jfif/g,".jpg"),getNewBackupFileKey=(e,t)=>{let r=t?.match(/\/files\/([^\/]+\.(jpg|jpeg|gif|png|webp|svg))/)?.[1];return r&&r!=e?r:e};function resizeImage(e,t){let r=e.match(/\.webp/g)?.length,i=replaceRegexLastMatch({str:e,reg:/_(pico|icon|thumb|small|compact|medium|large|grande|original|1024x1024|2048x2048|master)+\./g,newString:"."});if(r)return i;let a=replaceRegexLastMatch({str:i,reg:/\.jpg|\.png|\.gif|\.jpeg/g,newString:t,isAdd:!0});return a}const replaceRegexLastMatch=e=>{let t=e.str,r=e.str.match(e.reg)?.length;if(r){let i,a=1;for(;null!==(i=e.reg.exec(e.str));){if(a===r){let r=e.reg.lastIndex,a=r-i[0].length;e.isAdd&&(e.newString="_"+e.newString+i),t=t.slice(0,a)+e.newString+t.slice(r,t.length)}a++}}return t},getItemWidth=(e,t)=>{let r=getCurrentDevice(),i=t?.[r]||"auto";if(!i||"auto"===i||i.includes("%"))return e;let a=Number(i.replace("px",""));return a>e?e:Number(i.replace("px",""))},getImageWidthFollowByQuality=e=>{let{itemWidthParam:t,imageWidthSetting:r,qualityType:i,qualityPercent:a}=e,s=getCurrentDevice(),l=getItemWidth(t,r),o=core.getResponsiveValueByScreen(i,s,"finest"),g=core.getResponsiveValueByScreen(a,s,100);switch(o){case"finest":default:return"auto";case"high":return Math.round(1.5*l)||1;case"medium":return Math.round(l)||1;case"custom":return Math.round(l*(Number(g)/100))||1}},getWidthOfFeatureImageSetting=e=>{let t={desktop:"100%",tablet:"100%",mobile:"100%"};return core.DEVICES.forEach(r=>{let i=core.getResponsiveValueByScreen(e,r)?.width||"100%";t[r]=i}),t},getWidthOfImageListSetting=e=>{let t={desktop:"100%",tablet:"100%",mobile:"100%"};return core.DEVICES.forEach(r=>{let i=core.getResponsiveValueByScreen(e,r)?.width||"100%";t[r]=i}),t},getWidthOfListImageInDom=e=>{let t=document.querySelectorAll(`.gem-slider-item-${e}.gp-gallery-image-item`),r=0;return t.forEach(e=>{e.offsetWidth>r&&(r=e.offsetWidth)}),r},getWidthOfFeatureImageInDom=e=>{let t=document.querySelectorAll(`.gem-slider-item-${e}.gp-ft-image-item`),r=0;return t.forEach(e=>{e.offsetWidth>r&&(r=e.offsetWidth)}),r},handleSetSrcForProductImageList=e=>{let{shapeByLayout:t,qualityType:r,qualityPercent:i,builderPropUID:a}=e,s=document.querySelectorAll(`.gem-slider-item-${a}.gp-gallery-image-item`),l=getWidthOfImageListSetting(t),o=getWidthOfListImageInDom(a);s.forEach(e=>{handleSetSrcForGalleryImage({item:e,settingWidth:l,width:o,qualityType:r,qualityPercent:i})})},handleSetSrcForFeatureProductImage=e=>{let{ftShape:t,qualityType:r,qualityPercent:i,builderPropUID:a}=e,s=document.querySelectorAll(`.gem-slider-item-${a}.gp-ft-image-item`),l=getWidthOfFeatureImageSetting(t),o=getWidthOfFeatureImageInDom(a);s.forEach(e=>{handleSetSrcForGalleryImage({item:e,settingWidth:l,width:o,qualityType:r,qualityPercent:i})})},handleSetSrcForGalleryImage=e=>{let{item:t,settingWidth:r,width:i,qualityType:a,qualityPercent:s}=e,l=getCurrentDevice(),o=t.querySelector("img");if(o){let e=getImageWidthFollowByQuality({itemWidthParam:i,imageWidthSetting:r,qualityType:a,qualityPercent:s}),t=o.getAttribute("base-src");if(!t)return;let g=getImageSrcByQuality(e,t),c=getImageSrcSet(t,g,l);o.setAttribute("srcset",c)}},getImageSrcByQuality=(e,t)=>"auto"===e?t:resizeImage(t,`${e}x`),getImageSrcSet=(e,t,r)=>`${"mobile"===r&&e!==t?t:resizeImage(e,"768x")} 767w, ${"tablet"===r&&e!==t?t:resizeImage(e,"1024x")} 1023w, ${"desktop"===r&&e!==t?t:resizeImage(e,"1920x")} 1440w`,getCurrentDevice=()=>window.innerWidth<768?"mobile":window.innerWidth>=768&&window.innerWidth<1025?"tablet":"desktop";exports.FALLBACK_IMAGE=FALLBACK_IMAGE,exports.IMAGE_PLACEHOLDER="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkYAAAAAYAAjCB0C8AAAAASUVORK5CYII=",exports.NEXT_IMAGE_CONFIG=NEXT_IMAGE_CONFIG,exports.composeAspectRatio=composeAspectRatio,exports.createBlurDataURL=createBlurDataURL,exports.getAdaptiveImageData=getAdaptiveImageData,exports.getAspectRatio=getAspectRatio,exports.getAspectRatioNextImage=getAspectRatioNextImage,exports.getCurrentDevice=getCurrentDevice,exports.getImageSrc=getImageSrc,exports.getImageWidthFollowByQuality=getImageWidthFollowByQuality,exports.getNewBackupFileKey=getNewBackupFileKey,exports.getResponsiveObjectFit=getResponsiveObjectFit,exports.getSettingTranslatedImageAndSeo=getSettingTranslatedImageAndSeo,exports.getSrcSet=getSrcSet,exports.handleSetSrcForFeatureProductImage=handleSetSrcForFeatureProductImage,exports.handleSetSrcForProductImageList=handleSetSrcForProductImageList,exports.isCannotResizeImage=isCannotResizeImage,exports.overwriteDefaultRadius=overwriteDefaultRadius,exports.regexReplaceEndDot=regexReplaceEndDot,exports.replaceBackupFileKeyFileContent=replaceBackupFileKeyFileContent,exports.resizeImage=resizeImage,exports.safeStringify=safeStringify,exports.shimmer=shimmer,exports.toBase64=toBase64;
@@ -1,2 +1,2 @@
1
1
  'use client';
2
- "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var jsxRuntime=require("react/jsx-runtime"),core=require("@gem-sdk/core"),system=require("@gem-sdk/system"),AdaptiveImage=require("./AdaptiveImage.js"),NextImage=require("./NextImage.js"),styles=require("../common/styles.js"),classes=require("../common/classes.js"),attrs=require("../common/attrs.js"),helpers=require("../../helpers.js");const Image=({style:e,styles:s,setting:t,children:a,advanced:r,className:l,builderAttrs:m,builderProps:i,onLoad:c,onClick:y})=>{let{imageLink:n,isAdaptive:g,enableImageLink:u}=t??{},o=core.useEditorMode(),{Wrapper:d,urlData:p}=helpers.getLinkData({defaultWrap:"div",setting:n,enableImageLink:u}),j=system.createStyleReact(styles.getWrapperStyles(s)),x=system.createStyle(styles.getImageStyles(s,i)),I=system.createStyle(styles.getContainerStyles(e,s)),C=system.createClass(classes.getWrapperClasses()),q=system.createClass(classes.getImageClasses(l,s)),A=system.createClass(classes.getContainerClasses(i?.uid,r?.cssClass,s?.shape)),v=system.createAttr(attrs.getContainerAttrs(m,i?.uid)),N=attrs.getLinkWrapperAttrs({urlData:p,imageLink:n,title:t?.title}),f=attrs.getAdaptiveImageAttrs({styles:s,setting:t,mode:o}),h=attrs.getNextImageAttrs({styles:s,setting:t}),R=()=>system.If(g,jsxRuntime.jsx(AdaptiveImage.default,{...f,style:x,className:q}),jsxRuntime.jsx(NextImage.default,{...h,style:x,className:q,onLoad:c}));return jsxRuntime.jsxs("div",{role:"presentation",...v,style:I,className:A,onClick:y,children:[jsxRuntime.jsx(d,{...N,style:j,className:C,children:R()}),a]})};exports.default=Image;
2
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var jsxRuntime=require("react/jsx-runtime"),core=require("@gem-sdk/core"),system=require("@gem-sdk/system"),AdaptiveImage=require("./AdaptiveImage.js"),NextImage=require("./NextImage.js"),styles=require("../common/styles.js"),classes=require("../common/classes.js"),attrs=require("../common/attrs.js"),helpers=require("../../helpers.js");const Image=({style:e,styles:s,setting:t,children:a,advanced:r,className:l,builderAttrs:i,builderProps:m,onLoad:c,onClick:y})=>{let{imageLink:u,isAdaptive:n,enableImageLink:g}=t??{},o=core.useEditorMode(),{Wrapper:d,urlData:p}=helpers.getLinkData({defaultWrap:"div",setting:u,enableImageLink:g}),j=system.createStyleReact(styles.getWrapperStyles(s)),x=system.createStyle(styles.getImageStyles(s,m)),I=system.createStyle(styles.getContainerStyles(e,s)),C=system.createClass(classes.getWrapperClasses()),q=system.createClass(classes.getImageClasses(l,s)),A=system.createClass(classes.getContainerClasses(m?.uid,r?.cssClass,s?.shape)),v=system.createAttr(attrs.getContainerAttrs(i,m?.uid)),N=attrs.getLinkWrapperAttrs({urlData:p,imageLink:u,title:t?.title}),f=attrs.getAdaptiveImageAttrs({styles:s,setting:t,mode:o,uid:m?.uid}),h=attrs.getNextImageAttrs({styles:s,setting:t}),R=()=>system.If(n,jsxRuntime.jsx(AdaptiveImage.default,{...f,style:x,className:q}),jsxRuntime.jsx(NextImage.default,{...h,style:x,className:q,onLoad:c}));return jsxRuntime.jsxs("div",{role:"presentation",...v,style:I,className:A,onClick:y,children:[jsxRuntime.jsx(d,{...N,style:j,className:C,children:R()}),a]})};exports.default=Image;
@@ -1,16 +1,16 @@
1
- "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var core=require("@gem-sdk/core"),system=require("@gem-sdk/system"),helpers=require("../../helpers.js"),AdaptiveImage_liquid=require("./AdaptiveImage.liquid.js"),NextImage_liquid=require("./NextImage.liquid.js"),styles=require("../common/styles.js"),classes=require("../common/classes.js"),attrs=require("../common/attrs.js");const Image=({style:e,styles:s,setting:t,advanced:a,className:r,pageContext:l,builderAttrs:i,builderProps:m})=>{let{imageLink:y,isAdaptive:g,enableImageLink:u}=t??{},{enableLazyLoadImage:d}=l??{},{Wrapper:c,urlData:p}=helpers.getLinkData({defaultWrap:"div",setting:y,enableImageLink:u,isLiquid:!0}),o=system.createStyle(styles.getWrapperStyles(s)),q=system.createStyle(styles.getImageStyles(s,m)),n=system.createStyle(styles.getContainerStyles(e,s)),I=system.createClass(classes.getWrapperClasses()),A=system.createClass(classes.getImageClasses(r,s)),C=system.createClass(classes.getContainerClasses(m?.uid,a?.cssClass,s?.shape)),v=system.createAttr(attrs.getContainerAttrs(i,m?.uid)),$=attrs.getLinkWrapperAttrs({urlData:p,imageLink:y,title:t?.title,isLiquid:!0}),j=attrs.getAdaptiveImageAttrs({styles:s,setting:t,isLiquid:!0}),f=attrs.getNextImageAttrs({styles:s,setting:t}),x=attrs.getImageLiquidAttrs({pageContext:l,enableLazyLoadImage:d}),L=()=>system.If(g,AdaptiveImage_liquid.default({...x,...j,style:q,className:A}),NextImage_liquid.default({...x,...f,style:q,className:A})),N=()=>L();return core.template`
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var core=require("@gem-sdk/core"),system=require("@gem-sdk/system"),helpers$1=require("../../helpers.js"),AdaptiveImage_liquid=require("./AdaptiveImage.liquid.js"),NextImage_liquid=require("./NextImage.liquid.js"),styles=require("../common/styles.js"),classes=require("../common/classes.js"),attrs=require("../common/attrs.js"),helpers=require("../common/helpers.js");const Image=({style:e,styles:s,setting:t,advanced:a,className:r,pageContext:i,builderAttrs:l,builderProps:m})=>{let d=helpers.getSettingTranslatedImageAndSeo({setting:t,uid:m?.uid,pageContext:i}),{imageLink:g,isAdaptive:u,enableImageLink:y}=d??{},{enableLazyLoadImage:c}=i??{},{Wrapper:p,urlData:n}=helpers$1.getLinkData({defaultWrap:"div",setting:g,enableImageLink:y,isLiquid:!0}),o=system.createStyle(styles.getWrapperStyles(s)),q=system.createStyle(styles.getImageStyles(s,m)),I=system.createStyle(styles.getContainerStyles(e,s)),A=system.createClass(classes.getWrapperClasses()),$=system.createClass(classes.getImageClasses(r,s)),C=system.createClass(classes.getContainerClasses(m?.uid,a?.cssClass,s?.shape)),v=system.createAttr(attrs.getContainerAttrs(l,m?.uid)),j=attrs.getLinkWrapperAttrs({urlData:n,imageLink:g,title:d?.title,isLiquid:!0}),S=attrs.getAdaptiveImageAttrs({styles:s,setting:d,isLiquid:!0,uid:m?.uid}),h=attrs.getNextImageAttrs({styles:s,setting:d}),f=attrs.getImageLiquidAttrs({pageContext:i,enableLazyLoadImage:c}),x=()=>system.If(u,AdaptiveImage_liquid.default({...f,...S,style:q,className:$}),NextImage_liquid.default({...f,...h,style:q,className:$})),L=()=>x();return core.template`
2
2
  <div
3
3
  role="presentation"
4
4
  ${{...v}}
5
- style="${n}"
5
+ style="${I}"
6
6
  class="${C}"
7
7
  >
8
- <${c}
9
- ${$}
8
+ <${p}
9
+ ${j}
10
10
  style="${o}"
11
- class="${I}"
11
+ class="${A}"
12
12
  >
13
- ${N()}
14
- </${c}>
13
+ ${L()}
14
+ </${p}>
15
15
  </div>
16
16
  `};exports.default=Image;
@@ -1,5 +1,5 @@
1
- "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var uiV2=require("./configs/ui-v2.js"),uiV1=require("./configs/ui-v1.js"),settings=require("./configs/settings.js"),presets=require("./configs/presets.js");const config={tag:"Image",label:"Image",icon:`
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var uiV2=require("./configs/ui-v2.js"),settings=require("./configs/settings.js"),presets=require("./configs/presets.js");const config={tag:"Image",label:"Image",icon:`
2
2
  <svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
3
3
  <path d="M13.3337 14.6666C13.3337 16.1333 12.1337 17.3333 10.667 17.3333C9.20033 17.3333 8.00033 16.1333 8.00033 14.6666C8.00033 13.2 9.20033 12 10.667 12C12.1337 12 13.3337 13.2 13.3337 14.6666ZM27.3741 14.8404C26.9836 14.4499 26.3504 14.4499 25.9599 14.8404L16.667 24.1333L14.0346 21.6062C13.6442 21.2314 13.0267 21.2352 12.6409 21.6145L5.33366 28.8V9.33329H34.667V22.1333L27.3741 14.8404ZM34.667 30.6666H23.2003L18.5337 26L26.667 17.8666L34.667 25.8666V30.6666ZM7.33366 30.6666L13.467 24.6666L19.467 30.6666H7.33366ZM3.66699 6.66663C3.11471 6.66663 2.66699 7.11434 2.66699 7.66663V31.4666V32.3333C2.66699 32.8856 3.11471 33.3333 3.66699 33.3333H25.867H36.3337C36.8859 33.3333 37.3337 32.8856 37.3337 32.3333V30.6666V28.5333V24.8V7.66662C37.3337 7.11434 36.8859 6.66663 36.3337 6.66663H3.66699Z" fill="currentColor"/>
4
4
  </svg>
5
- `,settings:settings.ImageSettings,ui:uiV1.SettingUIV1,uiV2:uiV2.SettingUIV2,presets:presets.ImagePreset,rootOverride:{advanced:{"spacing-setting":{desktop:{margin:{bottom:0}}}}}};exports.default=config;
5
+ `,settings:settings.ImageSettings,ui:[],uiV2:uiV2.SettingUIV2,presets:presets.ImagePreset,rootOverride:{advanced:{"spacing-setting":{desktop:{margin:{bottom:0}}}}}};exports.default=config;
@@ -1,22 +1,22 @@
1
- "use strict";const ImagePreset=[{id:"image",name:{en:"Image"},icon:{desktop:`
1
+ "use strict";const ImagePreset=[{id:"image",name:"Image",icon:{desktop:`
2
2
  <svg width="96" height="48" viewBox="0 0 96 48" fill="none" xmlns="http://www.w3.org/2000/svg">
3
3
  <rect width="96" height="48" rx="3" fill="#424242"/>
4
4
  <circle cx="37" cy="17" r="3" fill="#D6D6D6"/>
5
5
  <path d="M32.42 30.9518L37.1407 25.1338C37.3005 24.9364 37.498 24.7768 37.7203 24.6653C37.9427 24.5538 38.1848 24.4929 38.431 24.4866C38.6772 24.4803 38.9218 24.5287 39.149 24.6287C39.3762 24.7288 39.5809 24.8781 39.7496 25.0671L41.957 27.5361L50.5857 16.6629C50.7546 16.4499 50.967 16.2797 51.2069 16.165C51.4469 16.0503 51.7083 15.9941 51.9718 16.0005C52.2352 16.0069 52.4939 16.0758 52.7285 16.202C52.9632 16.3283 53.1679 16.5086 53.3273 16.7297L63.6435 31.0236C63.8408 31.2976 63.9615 31.6242 63.9922 31.9666C64.0229 32.3089 63.9623 32.6535 63.8173 32.9616C63.6723 33.2697 63.4485 33.529 63.1712 33.7105C62.8939 33.8919 62.5741 33.9883 62.2476 33.9887L33.7537 34C33.4185 33.9999 33.0904 33.8986 32.8082 33.7082C32.526 33.5177 32.3014 33.2461 32.1611 32.9255C32.0208 32.6048 31.9706 32.2485 32.0165 31.8988C32.0624 31.549 32.2024 31.2204 32.42 30.9518Z" fill="#D6D6D6"/>
6
6
  </svg>
7
- `},components:[{tag:"Image",styles:{shape:{desktop:{width:"100%"}}},advanced:{"spacing-setting":{desktop:{margin:{bottom:"var(--g-s-l)"}}},editorData:{cssPlaceholder:".{{rootClassName}} {\n\n}\n.{{rootClassName}} > figure > img {\n\n}"}}}],flowTagComponents:{Marquee:[{tag:"Image",styles:{shape:{desktop:{width:"auto",height:"auto"}},enableBorder:"none"},advanced:{"spacing-setting":{desktop:{margin:{bottom:"var(--g-s-l)"}}},editorData:{rootClassName:"{{rootClassName}}",css:".{{rootClassName}} {\n\n}\n.{{rootClassName}} > figure > img {\n\n}"}},settings:{isNotLazyload:!0}}]},rootOverride:{styles:{shape:{desktop:{shape:"original",shapeValue:"",width:"500px",shapeLinked:!0}},borderRadius:{btrr:"0px",bblr:"0px",bbrr:"0px",btlr:"0px",radiusType:"none"}},advanced:{"spacing-setting":{desktop:{margin:{bottom:0}}}}}},{id:"image-circle",name:{en:"Image"},icon:{desktop:`
7
+ `},components:[{tag:"Image",styles:{shape:{desktop:{width:"100%"}}},advanced:{"spacing-setting":{desktop:{margin:{bottom:"var(--g-s-l)"}}},editorData:{cssPlaceholder:".{{rootClassName}} {\n\n}\n.{{rootClassName}} > figure > img {\n\n}"}}}],flowTagComponents:{Marquee:[{tag:"Image",styles:{shape:{desktop:{width:"auto",height:"auto"}},enableBorder:"none"},advanced:{"spacing-setting":{desktop:{margin:{bottom:"var(--g-s-l)"}}},editorData:{rootClassName:"{{rootClassName}}",css:".{{rootClassName}} {\n\n}\n.{{rootClassName}} > figure > img {\n\n}"}},settings:{isNotLazyload:!0}}]},rootOverride:{styles:{shape:{desktop:{shape:"original",shapeValue:"",width:"500px",shapeLinked:!0}},borderRadius:{btrr:"0px",bblr:"0px",bbrr:"0px",btlr:"0px",radiusType:"none"}},advanced:{"spacing-setting":{desktop:{margin:{bottom:0}}}}}},{id:"image-circle",name:"Image",icon:{desktop:`
8
8
  <svg width="56" height="56" viewBox="0 0 56 56" fill="none" xmlns="http://www.w3.org/2000/svg">
9
9
  <rect x="2" y="2" width="52" height="52" rx="26" fill="#424242"/>
10
10
  <ellipse cx="20.4375" cy="22.9688" rx="2.0625" ry="1.96875" fill="#F9F9F9"/>
11
11
  <path d="M17.2887 32.9997L20.5342 29.1816C20.6441 29.052 20.7799 28.9473 20.9327 28.8741C21.0856 28.8009 21.2521 28.761 21.4213 28.7568C21.5905 28.7527 21.7587 28.7845 21.915 28.8501C22.0712 28.9158 22.2118 29.0138 22.3278 29.1378L23.8454 30.758L29.7777 23.6225C29.8938 23.4827 30.0398 23.371 30.2048 23.2958C30.3697 23.2205 30.5495 23.1836 30.7306 23.1878C30.9117 23.192 31.0895 23.2372 31.2509 23.3201C31.4122 23.4029 31.5529 23.5213 31.6625 23.6663L38.7549 33.0467C38.8905 33.2266 38.9735 33.4409 38.9947 33.6656C39.0158 33.8902 38.9741 34.1164 38.8744 34.3186C38.7747 34.5207 38.6209 34.6909 38.4302 34.81C38.2396 34.9291 38.0197 34.9923 37.7952 34.9926L18.2057 35C17.9753 34.9999 17.7497 34.9334 17.5557 34.8085C17.3616 34.6835 17.2072 34.5053 17.1108 34.2948C17.0143 34.0844 16.9798 33.8506 17.0113 33.6211C17.0429 33.3915 17.1391 33.1759 17.2887 32.9997Z" fill="#F9F9F9"/>
12
12
  </svg>
13
- `},components:[{tag:"Image",settings:{imageStyle:"circle"},styles:{shape:{desktop:{shape:"square",shapeValue:"1/1",width:"80px",shapeLinked:!0},tablet:{shape:"square",shapeValue:"1/1",width:"80px",shapeLinked:!0},mobile:{shape:"square",shapeValue:"1/1",width:"80px",shapeLinked:!0}},borderRadius:{btrr:"999999px",bblr:"999999px",bbrr:"999999px",btlr:"999999px",radiusType:"circle"},wrapperBorder:{borderType:"none",border:"none",width:"1px 1px 1px 1px",position:"all",borderWidth:"1px",color:"#000000",isCustom:!0}},advanced:{"spacing-setting":{desktop:{margin:{bottom:"var(--g-s-l)"}}},editorData:{cssplaceholder:".{{rootClassName}} {\n\n}\n.{{rootClassName}} > figure > img {\n\n}"}}}],rootOverride:{styles:{shape:{desktop:{shape:"square",shapeValue:"1/1",width:"80px",shapeLinked:!0}},borderRadius:{btrr:"999999px",bblr:"999999px",bbrr:"999999px",btlr:"999999px",radiusType:"circle"}},advanced:{"spacing-setting":{desktop:{margin:{bottom:0}}}}}},{id:"image-pre-sales-page",name:{en:"Image"},icon:{desktop:`
13
+ `},components:[{tag:"Image",settings:{imageStyle:"circle"},styles:{shape:{desktop:{shape:"square",shapeValue:"1/1",width:"80px",shapeLinked:!0},tablet:{shape:"square",shapeValue:"1/1",width:"80px",shapeLinked:!0},mobile:{shape:"square",shapeValue:"1/1",width:"80px",shapeLinked:!0}},borderRadius:{btrr:"999999px",bblr:"999999px",bbrr:"999999px",btlr:"999999px",radiusType:"circle"},wrapperBorder:{borderType:"none",border:"none",width:"1px 1px 1px 1px",position:"all",borderWidth:"1px",color:"#000000",isCustom:!0}},advanced:{"spacing-setting":{desktop:{margin:{bottom:"var(--g-s-l)"}}},editorData:{cssplaceholder:".{{rootClassName}} {\n\n}\n.{{rootClassName}} > figure > img {\n\n}"}}}],rootOverride:{styles:{shape:{desktop:{shape:"square",shapeValue:"1/1",width:"80px",shapeLinked:!0}},borderRadius:{btrr:"999999px",bblr:"999999px",bbrr:"999999px",btlr:"999999px",radiusType:"circle"}},advanced:{"spacing-setting":{desktop:{margin:{bottom:0}}}}}},{id:"image-pre-sales-page",name:"Image",icon:{desktop:`
14
14
  <svg width="96" height="48" viewBox="0 0 96 48" fill="none" xmlns="http://www.w3.org/2000/svg">
15
15
  <rect width="96" height="48" rx="3" fill="#424242"/>
16
16
  <circle cx="37" cy="17" r="3" fill="#D6D6D6"/>
17
17
  <path d="M32.42 30.9518L37.1407 25.1338C37.3005 24.9364 37.498 24.7768 37.7203 24.6653C37.9427 24.5538 38.1848 24.4929 38.431 24.4866C38.6772 24.4803 38.9218 24.5287 39.149 24.6287C39.3762 24.7288 39.5809 24.8781 39.7496 25.0671L41.957 27.5361L50.5857 16.6629C50.7546 16.4499 50.967 16.2797 51.2069 16.165C51.4469 16.0503 51.7083 15.9941 51.9718 16.0005C52.2352 16.0069 52.4939 16.0758 52.7285 16.202C52.9632 16.3283 53.1679 16.5086 53.3273 16.7297L63.6435 31.0236C63.8408 31.2976 63.9615 31.6242 63.9922 31.9666C64.0229 32.3089 63.9623 32.6535 63.8173 32.9616C63.6723 33.2697 63.4485 33.529 63.1712 33.7105C62.8939 33.8919 62.5741 33.9883 62.2476 33.9887L33.7537 34C33.4185 33.9999 33.0904 33.8986 32.8082 33.7082C32.526 33.5177 32.3014 33.2461 32.1611 32.9255C32.0208 32.6048 31.9706 32.2485 32.0165 31.8988C32.0624 31.549 32.2024 31.2204 32.42 30.9518Z" fill="#D6D6D6"/>
18
18
  </svg>
19
- `},components:[{tag:"Image",advanced:{"spacing-setting":{desktop:{margin:{bottom:"var(--g-s-l)"}}},editorData:{cssPlaceholder:".{{rootClassName}} {\n\n}\n.{{rootClassName}} > figure > img {\n\n}"}},settings:{imageLink:{type:"go-to-sales-page"}}}],flowTagComponents:{Marquee:[{tag:"Image",styles:{shape:{desktop:{width:"auto",height:"auto"}},enableBorder:"none"},advanced:{"spacing-setting":{desktop:{margin:{bottom:"var(--g-s-l)"}}},editorData:{rootClassName:"{{rootClassName}}",css:".{{rootClassName}} {\n\n}\n.{{rootClassName}} > figure > img {\n\n}"}},settings:{isNotLazyload:!0}}]}},{id:"image-circle-pre-sales-page",name:{en:"Image"},icon:{desktop:`
19
+ `},components:[{tag:"Image",advanced:{"spacing-setting":{desktop:{margin:{bottom:"var(--g-s-l)"}}},editorData:{cssPlaceholder:".{{rootClassName}} {\n\n}\n.{{rootClassName}} > figure > img {\n\n}"}},settings:{imageLink:{type:"go-to-sales-page"}}}],flowTagComponents:{Marquee:[{tag:"Image",styles:{shape:{desktop:{width:"auto",height:"auto"}},enableBorder:"none"},advanced:{"spacing-setting":{desktop:{margin:{bottom:"var(--g-s-l)"}}},editorData:{rootClassName:"{{rootClassName}}",css:".{{rootClassName}} {\n\n}\n.{{rootClassName}} > figure > img {\n\n}"}},settings:{isNotLazyload:!0}}]}},{id:"image-circle-pre-sales-page",name:"Image",icon:{desktop:`
20
20
  <svg width="56" height="56" viewBox="0 0 56 56" fill="none" xmlns="http://www.w3.org/2000/svg">
21
21
  <rect x="2" y="2" width="52" height="52" rx="26" fill="#424242"/>
22
22
  <ellipse cx="20.4375" cy="22.9688" rx="2.0625" ry="1.96875" fill="#F9F9F9"/>
@@ -1 +1 @@
1
- "use strict";const ImageSettings=[{id:"setting",controls:[{id:"imageStyle",label:"Style",type:"layout-selector",iconViewBox:"0 0 72 72",enableItemBackground:!0,popoverLabel:{en:"Style"},itemPerRow:2,itemSpacing:"large",options:[{label:"Rectangle",value:"rectangle",iconName:"gp-image-rectangle-style"},{label:"Circle",value:"circle",iconName:"gp-image-circle-style"}],default:"rectangle"},{id:"image-info",label:"Image",type:"group",controls:[{id:"image",type:"image-select",label:"Pick Image",default:{src:"https://cdn.shopify.com/s/files/1/2005/9307/files/image_demo.jpg",width:2237,height:1678}},{id:"srcSet",type:"image-select",hide:!0,dynamicSource:!0,devices:{desktop:{default:{src:"https://cdn.shopify.com/s/files/1/2005/9307/files/image_demo.jpg",width:2237,height:1678}}}},{id:"isAdaptive",type:"toggle",label:"Adaptive",default:!0,hideOnMode:{mobileOnly:!0}}]},{id:"enableImageLink",type:"toggle",default:!1,compoDefaultValue:!1},{id:"imageLink",type:"pick-link",label:"Pick Link",default:{type:"open-page",link:"",target:"_self"},hiddenOptions:{"stay-on-page":!0}},{id:"seo",type:"group",label:"SEO",controls:[{id:"alt",label:"Alt Text",type:"textarea",minHeight:56,autoHeight:!0,placeholder:"E.g: Classic white crewneck t-shirt with minimalist design",default:void 0},{id:"title",label:"Image title",info:"Show title when hover to image",type:"textarea",minHeight:56,autoHeight:!0,placeholder:"E.g: White t-shirt",default:void 0}]},{id:"optimize",type:"group",label:"Optimize",hiddenWithGemPages:!0,controls:[{id:"qualityType",type:"select",label:"Quality",devices:{desktop:{default:"high"}},options:[{title:"Finest",value:"finest"},{title:"High",value:"high"},{title:"Medium",value:"medium"},{title:"Custom",value:"custom",tooltip:"You can choose it for advanced page loading optimization."}]},{id:"qualityPercent",type:"input:slider",label:"",units:["%"],showDefaultUnit:!0,min:100,max:400,step:50,useOnlyUnitInit:!0,isNumber:!0,devices:{desktop:{default:100}}},{id:"priority",type:"toggle",label:"Preload",default:!1}]},{id:"isNotLazyload",type:"toggle",default:!1}]},{id:"style",controls:[{id:"shape",type:"size-setting",label:"",devices:{desktop:{default:{shape:"original",shapeLinked:!0,width:"1200px"}}},settingConfig:{width:{displayOptions:["full"]},height:{displayOptions:["full"],units:["px","%"]}},hiddenSettings:["padding","gap"]},{id:"objectFit",type:"option:illustration",enableTooltip:!0,label:"Image scale",options:[{label:"Fill image",value:"cover",type:"image",svgName:"gp-image-cover"},{label:"Fit image",value:"contain",type:"image",svgName:"gp-image-contain"}],devices:{desktop:{default:"cover"}}},{id:"align",label:"Align",type:"option:value",options:[{label:"Left",value:"left",type:"align",tooltip:"Align left",iconName:"gp-align-left"},{label:"Center",value:"center",type:"align",tooltip:"Align center",iconName:"gp-align-center"},{label:"Right",value:"right",type:"align",tooltip:"Align right",iconName:"gp-align-right"}],devices:{desktop:{default:"center"}}},{id:"behavior-state",type:"behavior-state",label:"Behavior State",controls:[{id:"borderImg",type:"border",label:"Border",default:{normal:{borderType:"none",border:"none",width:"1px 1px 1px 1px",borderWidth:"1px",color:"#000000",isCustom:!1}},state:{hover:!0,normal:!0}},{id:"opacity",label:"Overlay Opacity",type:"input:slider",min:0,max:100,step:1,units:["%"],useOnlyUnitInit:!0,default:{normal:0},state:{normal:!0,hover:!0}},{id:"opacityColor",label:"Overlay Color",type:"colorpicker",default:{normal:"#242424"},state:{normal:!0,hover:!0}},{id:"hasBoxShadowImg",type:"toggle",label:"Enable Image Shadow",default:{normal:!1},state:{normal:!0,hover:!0}},{id:"boxShadowImg",type:"boxShadow",label:"Image Shadow",hideOnState:{normal:!0,hover:!0},default:{normal:{type:"shadow-1",distance:"4px",blur:"4px",spread:"0px",color:"rgba(18, 18, 18, 0.2)",angle:45}},state:{normal:!0,hover:!0}}]},{id:"wrapperBorder",type:"border",label:"Border",default:{borderType:"none",border:"none",width:"1px 1px 1px 1px",position:"all",borderWidth:"1px",color:"#000000",isCustom:!0}},{id:"borderRadius",type:"radius-preset",label:"Corner",default:{radiusType:"none"},compoDefaultValue:{bblr:"20px",btrr:"20px",bbrr:"20px",btlr:"20px",radiusType:"rounded"}},{id:"hasActiveShadow",type:"toggle",label:"Enable Button Shadow",default:!1},{id:"shadow",type:"shadow-v2",label:"Button Shadow",default:{type:"none",distance:"10px",blur:"12px",spread:"10px",color:"rgba(18, 18, 18, 0.77)",angle:40}}]}];exports.ImageSettings=ImageSettings;
1
+ "use strict";const ImageSettings=[{id:"setting",controls:[{id:"imageStyle",label:"Style",type:"layout-selector",iconViewBox:"0 0 72 72",enableItemBackground:!0,popoverLabel:"Style",itemPerRow:2,itemSpacing:"large",options:[{label:"Rectangle",value:"rectangle",iconName:"gp-image-rectangle-style"},{label:"Circle",value:"circle",iconName:"gp-image-circle-style"}],default:"rectangle"},{id:"image-info",label:"Image",type:"group",controls:[{id:"image",type:"image-select",label:"Pick Image",default:{src:"https://cdn.shopify.com/s/files/1/2005/9307/files/image_demo.jpg",width:2237,height:1678}},{id:"srcSet",type:"image-select",hide:!0,dynamicSource:!0,devices:{desktop:{default:{src:"https://cdn.shopify.com/s/files/1/2005/9307/files/image_demo.jpg",width:2237,height:1678}}}},{id:"isAdaptive",type:"toggle",label:"Adaptive",default:!0,hideOnMode:{mobileOnly:!0}}]},{id:"enableImageLink",type:"toggle",default:!1,compoDefaultValue:!1},{id:"imageLink",type:"pick-link",label:"Pick Link",default:{type:"open-page",link:"",target:"_self"},hiddenOptions:{"stay-on-page":!0}},{id:"seo",type:"group",label:"SEO",controls:[{id:"alt",label:"Alt Text",type:"textarea",minHeight:56,autoHeight:!0,placeholder:"E.g: Classic white crewneck t-shirt with minimalist design",default:void 0},{id:"title",label:"Image title",info:"Show title when hover to image",type:"textarea",minHeight:56,autoHeight:!0,placeholder:"E.g: White t-shirt",default:void 0}]},{id:"optimize",type:"group",label:"Optimize",hiddenWithGemPages:!0,controls:[{id:"qualityType",type:"select",label:"Quality",devices:{desktop:{default:"high"}},options:[{title:"Finest",value:"finest"},{title:"High",value:"high"},{title:"Medium",value:"medium"},{title:"Custom",value:"custom",tooltip:"You can choose it for advanced page loading optimization."}]},{id:"qualityPercent",type:"input:slider",label:"",units:["%"],showDefaultUnit:!0,min:100,max:400,step:50,useOnlyUnitInit:!0,isNumber:!0,devices:{desktop:{default:100}}},{id:"priority",type:"toggle",label:"Preload",default:!1}]},{id:"isNotLazyload",type:"toggle",default:!1}]},{id:"style",controls:[{id:"shape",type:"size-setting",label:"",devices:{desktop:{default:{shape:"original",shapeLinked:!0,width:"1200px"}}},settingConfig:{width:{displayOptions:["full"]},height:{displayOptions:["full"],units:["px","%"]}},hiddenSettings:["padding","gap"]},{id:"objectFit",type:"option:illustration",enableTooltip:!0,label:"Image scale",options:[{label:"Fill image",value:"cover",type:"image",svgName:"gp-image-cover"},{label:"Fit image",value:"contain",type:"image",svgName:"gp-image-contain"}],devices:{desktop:{default:"cover"}}},{id:"align",label:"Align",type:"option:value",options:[{label:"Left",value:"left",type:"align",tooltip:"Align left",iconName:"gp-align-left"},{label:"Center",value:"center",type:"align",tooltip:"Align center",iconName:"gp-align-center"},{label:"Right",value:"right",type:"align",tooltip:"Align right",iconName:"gp-align-right"}],devices:{desktop:{default:"center"}}},{id:"behavior-state",type:"behavior-state",label:"Behavior State",controls:[{id:"borderImg",type:"border",label:"Border",default:{normal:{borderType:"none",border:"none",width:"1px 1px 1px 1px",borderWidth:"1px",color:"#000000",isCustom:!1}},state:{hover:!0,normal:!0}},{id:"opacity",label:"Overlay Opacity",type:"input:slider",min:0,max:100,step:1,units:["%"],useOnlyUnitInit:!0,default:{normal:0},state:{normal:!0,hover:!0}},{id:"opacityColor",label:"Overlay Color",type:"colorpicker",default:{normal:"#242424"},state:{normal:!0,hover:!0}},{id:"hasBoxShadowImg",type:"toggle",label:"Enable Image Shadow",default:{normal:!1},state:{normal:!0,hover:!0}},{id:"boxShadowImg",type:"boxShadow",label:"Image Shadow",hideOnState:{normal:!0,hover:!0},default:{normal:{type:"shadow-1",distance:"4px",blur:"4px",spread:"0px",color:"rgba(18, 18, 18, 0.2)",angle:45}},state:{normal:!0,hover:!0}}]},{id:"wrapperBorder",type:"border",label:"Border",default:{borderType:"none",border:"none",width:"1px 1px 1px 1px",position:"all",borderWidth:"1px",color:"#000000",isCustom:!0}},{id:"borderRadius",type:"radius-preset",label:"Corner",default:{radiusType:"none"},compoDefaultValue:{bblr:"20px",btrr:"20px",bbrr:"20px",btlr:"20px",radiusType:"rounded"}},{id:"hasActiveShadow",type:"toggle",label:"Enable Button Shadow",default:!1},{id:"shadow",type:"shadow-v2",label:"Button Shadow",default:{type:"none",distance:"10px",blur:"12px",spread:"10px",color:"rgba(18, 18, 18, 0.77)",angle:40}}]}];exports.ImageSettings=ImageSettings;
@@ -0,0 +1 @@
1
+ "use strict";const Image={srcSet:{id:"srcSet",fields:["src"]},alt:{id:"alt"},title:{id:"title"}};exports.Image=Image;
@@ -1 +1 @@
1
- "use strict";const SettingUIV2=[{label:{en:"Style"},controls:[{setting:{id:"imageStyle"},layout:"vertical",controlChangeTrigger:{settings:[{condition:'imageStyle==="circle"',source:["imageStyle"],action:{controlId:"shape",newValue:{shape:"square",shapeValue:"1/1",shapeLinked:!0,width:"80px"},groupType:"style",controlType:"style"}},{condition:'imageStyle==="circle"',source:["imageStyle"],action:{controlId:"borderRadius",newValue:{bblr:"9999px",btrr:"9999px",bbrr:"9999px",btlr:"9999px",radiusType:"circle"},groupType:"style",controlType:"style"}},{condition:'imageStyle==="circle"',source:["imageStyle"],action:{controlId:"wrapperBorder",newValue:{border:"none",color:"transparent",borderWidth:"0px"},groupType:"style",controlType:"style"}},{condition:'imageStyle==="rectangle"',source:["imageStyle"],action:{controlId:"wrapperBorder",newValue:{border:"none",color:"transparent",borderWidth:"0px"},groupType:"style",controlType:"style"}},{condition:'imageStyle==="circle"',source:["imageStyle"],action:{controlId:"shadow",newValue:{enable:!1},groupType:"style",controlType:"style"}},{condition:'imageStyle==="rectangle"',source:["imageStyle"],action:{controlId:"shadow",newValue:{enable:!1},groupType:"style",controlType:"style"}},{condition:'imageStyle==="rectangle"',source:["imageStyle"],action:{controlId:"shape",newValue:{shape:"original",shapeValue:"",width:"100%"},groupType:"style",controlType:"style"}},{condition:'imageStyle==="rectangle"',source:["imageStyle"],action:{controlId:"borderRadius",newValue:{bblr:"0px",btrr:"0px",bbrr:"0px",btlr:"0px",radiusType:"none"},groupType:"style",controlType:"style"}}],options:{noRecordHistory:!0}}}]},{label:{en:"Source"},controls:[{conditionDisplay:"isAdaptive === false",setting:{id:"image"},layout:"vertical",options:{updateFields:[{field:"preload",settingId:"priority"},{field:"altText",settingId:"alt"},{field:"imageTitle",settingId:"title"}]},controlChangeTrigger:{settings:[{action:{controlId:"priority",valueFromField:"preload",groupType:"setting",controlType:"setting",removeDevice:!0}},{action:{controlId:"alt",valueFromField:"altText",groupType:"setting",controlType:"setting",removeDevice:!0}},{action:{controlId:"title",valueFromField:"imageTitle",groupType:"setting",controlType:"setting",removeDevice:!0}}],options:{noRecordHistory:!0}}},{conditionDisplay:"isAdaptive === true",setting:{id:"srcSet"},layout:"vertical",options:{updateFields:[{field:"preload",settingId:"priority"},{field:"altText",settingId:"alt"},{field:"imageTitle",settingId:"title"}]},controlChangeTrigger:{settings:[{action:{controlId:"priority",valueFromField:"preload",groupType:"setting",controlType:"setting",removeDevice:!0}},{action:{controlId:"alt",valueFromField:"altText",groupType:"setting",controlType:"setting",removeDevice:!0}},{action:{controlId:"title",valueFromField:"imageTitle",groupType:"setting",controlType:"setting",removeDevice:!0}}],options:{noRecordHistory:!0}}},{label:{en:"Scale"},setting:{id:"objectFit"},conditionDisplay:'shape.shape !== "original"'}]},{label:{en:"Size"},controls:[{setting:{id:"shape"},layout:"vertical"}]},{label:{en:"Shape"},controls:[{label:{en:"Border"},controlConfig:{id:"border",type:"border-v2",linkWithSetting:{name:"wrapperBorder"}}},{label:{en:"Corner"},controlConfig:{id:"corner",type:"corner-v2",linkWithSetting:{name:"borderRadius"}}},{label:{en:"Shadow"},setting:{id:"shadow"},options:{updateFields:[{field:"enable",settingId:"hasActiveShadow"}]},controlChangeTrigger:{settings:[{condition:"shadow.enable === true",source:["shadow","hasActiveShadow"],action:{controlId:"hasActiveShadow",groupType:"advanced",controlType:"advanced",newValue:!0}},{condition:"shadow.enable === false",source:["shadow","hasActiveShadow"],action:{controlId:"hasActiveShadow",groupType:"advanced",controlType:"advanced",newValue:!1}}],options:{noRecordHistory:!0}}}]},{controls:[{label:{en:"Link"},setting:{id:"enableImageLink"},options:{labelVariant:"primary",toggleStyle:"switch"}},{layout:"vertical",controlConfig:{id:"linkedToPreSalesPageBanner",type:"banner",message:"Pre-sales page elements with link should redirect to the Sales page."},conditionDisplay:'pageType === "GP_PRE_SALE_PAGE" && enableImageLink == true'},{setting:{id:"imageLink"},conditionDisplay:"enableImageLink === true",layout:"vertical"}]},{label:{en:"SEO"},controls:[{type:"combo",label:{en:"Alt text"},iconName:"polaris-text-block",getValueFromSettingID:"alt",compoDefaultValue:"Describes the appearance of the image",isHideClear:!0,controls:[{label:{en:"Content"},setting:{id:"alt"},layout:"vertical"}]},{type:"combo",label:{en:"Image title"},iconName:"polaris-text-block",getValueFromSettingID:"title",isHideClear:!0,compoDefaultValue:"Title",controls:[{label:{en:"Content"},setting:{id:"title"},layout:"vertical"}]}]},{label:{en:"Optimize LCP"},controls:[{label:{en:"Preload"},setting:{id:"priority"}},{label:{en:"Quality"},setting:{id:"qualityType"},options:{disableMessage:"This setting only works with images uploaded to Shopify"},conditionEnable:"(activeScreenId === \"desktop\" && srcSet?.src && srcSet.src.includes('cdn.shopify.com')) || (activeScreenId === \"tablet\" && srcSet?.src && srcSet.src.includes('cdn.shopify.com')) || (activeScreenId === \"mobile\" && srcSet?.src && srcSet.src.includes('cdn.shopify.com'))",conditionDisplay:"priority === false"},{layout:"horizontal",label:{en:"Quality"},conditionDisplay:'qualityType == "custom" && priority === false && ((activeScreenId === "desktop" && srcSet?.src && srcSet.src.includes("cdn.shopify.com")) || (activeScreenId === "tablet" && srcSet?.src && srcSet.src.includes("cdn.shopify.com")) || (activeScreenId === "mobile" && srcSet?.src && srcSet.src.includes("cdn.shopify.com")))',setting:{id:"qualityPercent"}}]},{controls:[{label:{en:"Align"},setting:{id:"align"},conditionEnable:'!(shape.width === "default" || (parseInt(shape.width) >= 100 && shape.width?.includes("%")))',options:{labelVariant:"primary",fullWidth:!0,disableMessage:"Horizontal alignment is disabled when the width is set to 100% or greater"}}]}];exports.SettingUIV2=SettingUIV2;
1
+ "use strict";const SettingUIV2=[{label:"Style",controls:[{setting:{id:"imageStyle"},layout:"vertical",controlChangeTrigger:{settings:[{condition:'imageStyle==="circle"',source:["imageStyle"],action:{controlId:"shape",newValue:{shape:"square",shapeValue:"1/1",shapeLinked:!0,width:"80px"},groupType:"style",controlType:"style"}},{condition:'imageStyle==="circle"',source:["imageStyle"],action:{controlId:"borderRadius",newValue:{bblr:"9999px",btrr:"9999px",bbrr:"9999px",btlr:"9999px",radiusType:"circle"},groupType:"style",controlType:"style"}},{condition:'imageStyle==="circle"',source:["imageStyle"],action:{controlId:"wrapperBorder",newValue:{border:"none",color:"transparent",borderWidth:"0px"},groupType:"style",controlType:"style"}},{condition:'imageStyle==="rectangle"',source:["imageStyle"],action:{controlId:"wrapperBorder",newValue:{border:"none",color:"transparent",borderWidth:"0px"},groupType:"style",controlType:"style"}},{condition:'imageStyle==="circle"',source:["imageStyle"],action:{controlId:"shadow",newValue:{enable:!1},groupType:"style",controlType:"style"}},{condition:'imageStyle==="rectangle"',source:["imageStyle"],action:{controlId:"shadow",newValue:{enable:!1},groupType:"style",controlType:"style"}},{condition:'imageStyle==="rectangle"',source:["imageStyle"],action:{controlId:"shape",newValue:{shape:"original",shapeValue:"",width:"100%"},groupType:"style",controlType:"style"}},{condition:'imageStyle==="rectangle"',source:["imageStyle"],action:{controlId:"borderRadius",newValue:{bblr:"0px",btrr:"0px",bbrr:"0px",btlr:"0px",radiusType:"none"},groupType:"style",controlType:"style"}}],options:{noRecordHistory:!0}}}]},{label:"Source",controls:[{conditionDisplay:"isAdaptive === false",setting:{id:"image"},layout:"vertical",options:{updateFields:[{field:"preload",settingId:"priority"},{field:"altText",settingId:"alt"},{field:"imageTitle",settingId:"title"}]},controlChangeTrigger:{settings:[{action:{controlId:"priority",valueFromField:"preload",groupType:"setting",controlType:"setting",removeDevice:!0}},{action:{controlId:"alt",valueFromField:"altText",groupType:"setting",controlType:"setting",removeDevice:!0}},{action:{controlId:"title",valueFromField:"imageTitle",groupType:"setting",controlType:"setting",removeDevice:!0}}],options:{noRecordHistory:!0}}},{conditionDisplay:"isAdaptive === true",setting:{id:"srcSet"},layout:"vertical",options:{updateFields:[{field:"preload",settingId:"priority"},{field:"altText",settingId:"alt"},{field:"imageTitle",settingId:"title"}]},controlChangeTrigger:{settings:[{action:{controlId:"priority",valueFromField:"preload",groupType:"setting",controlType:"setting",removeDevice:!0}},{action:{controlId:"alt",valueFromField:"altText",groupType:"setting",controlType:"setting",removeDevice:!0}},{action:{controlId:"title",valueFromField:"imageTitle",groupType:"setting",controlType:"setting",removeDevice:!0}}],options:{noRecordHistory:!0}}},{label:"Scale",setting:{id:"objectFit"},conditionDisplay:'shape.shape !== "original"'}]},{label:"Size",controls:[{setting:{id:"shape"},layout:"vertical"}]},{label:"Shape",controls:[{label:"Border",controlConfig:{id:"border",type:"border-v2",linkWithSetting:{name:"wrapperBorder"}}},{label:"Corner",controlConfig:{id:"corner",type:"corner-v2",linkWithSetting:{name:"borderRadius"}}},{label:"Shadow",setting:{id:"shadow"},options:{updateFields:[{field:"enable",settingId:"hasActiveShadow"}]},controlChangeTrigger:{settings:[{condition:"shadow.enable === true",source:["shadow","hasActiveShadow"],action:{controlId:"hasActiveShadow",groupType:"advanced",controlType:"advanced",newValue:!0}},{condition:"shadow.enable === false",source:["shadow","hasActiveShadow"],action:{controlId:"hasActiveShadow",groupType:"advanced",controlType:"advanced",newValue:!1}}],options:{noRecordHistory:!0}}}]},{controls:[{label:"Link",setting:{id:"enableImageLink"},options:{labelVariant:"primary",toggleStyle:"switch"}},{layout:"vertical",controlConfig:{id:"linkedToPreSalesPageBanner",type:"banner",message:"Pre-sales page elements with link should redirect to the Sales page."},conditionDisplay:'pageType === "GP_PRE_SALE_PAGE" && enableImageLink == true'},{setting:{id:"imageLink"},conditionDisplay:"enableImageLink === true",layout:"vertical"}]},{label:"SEO",controls:[{type:"combo",label:"Alt text",iconName:"polaris-text-block",getValueFromSettingID:"alt",compoDefaultValue:"Describes the appearance of the image",isHideClear:!0,controls:[{label:"Content",setting:{id:"alt"},layout:"vertical"}]},{type:"combo",label:"Image title",iconName:"polaris-text-block",getValueFromSettingID:"title",isHideClear:!0,compoDefaultValue:"Title",controls:[{label:"Content",setting:{id:"title"},layout:"vertical"}]}]},{label:"Optimize LCP",controls:[{label:"Preload",setting:{id:"priority"}},{label:"Quality",setting:{id:"qualityType"},options:{disableMessage:"This setting only works with images uploaded to Shopify"},conditionEnable:"(activeScreenId === \"desktop\" && srcSet?.src && srcSet.src.includes('cdn.shopify.com')) || (activeScreenId === \"tablet\" && srcSet?.src && srcSet.src.includes('cdn.shopify.com')) || (activeScreenId === \"mobile\" && srcSet?.src && srcSet.src.includes('cdn.shopify.com'))",conditionDisplay:"priority === false"},{layout:"horizontal",label:"Quality",conditionDisplay:'qualityType == "custom" && priority === false && ((activeScreenId === "desktop" && srcSet?.src && srcSet.src.includes("cdn.shopify.com")) || (activeScreenId === "tablet" && srcSet?.src && srcSet.src.includes("cdn.shopify.com")) || (activeScreenId === "mobile" && srcSet?.src && srcSet.src.includes("cdn.shopify.com")))',setting:{id:"qualityPercent"}}]},{controls:[{label:"Align",setting:{id:"align"},conditionEnable:'!(shape.width === "default" || (parseInt(shape.width) >= 100 && shape.width?.includes("%")))',options:{labelVariant:"primary",fullWidth:!0,disableMessage:"Horizontal alignment is disabled when the width is set to 100% or greater"}}]}];exports.SettingUIV2=SettingUIV2;
@@ -1 +1 @@
1
- "use strict";const getLabelAttrs=({label:t="",positionId:e="left",componentUid:a})=>({label:t,positionId:e,uid:a}),getLabelLiquidAttrs=({translate:t,pageContext:e,translateLabel:a})=>({translate:t,pageContext:e,translateLabel:a}),getImagePlaceholderAttrs=({width:t=0,height:e=0})=>({src:"",width:t,height:e,"data-testid":"temp-image"}),getBaseImageAttrs=({src:t,title:e=""})=>({src:t,title:e}),getImageLiquidAttrs=({id:t,src:e,title:a="",priority:r=!1,isDisableObjectFit:s=!1,isDisableAspectStyle:g=!1})=>({...getBaseImageAttrs({src:e,title:a}),id:t,priority:r,isDisableObjectFit:s,isDisableAspectStyle:g}),getImageReactAttrs=({src:t,testId:e,width:a=0,height:r=0,title:s="",priority:g=!1})=>{let i=g?{fetchpriority:"high",loading:"eager"}:{loading:"lazy",fetchpriority:"low"},A=getBaseImageAttrs({src:t,title:s});return{...A,...i,width:a,height:r,"data-testid":e,"base-src":g?"":A.src}};exports.getBaseImageAttrs=getBaseImageAttrs,exports.getImageLiquidAttrs=getImageLiquidAttrs,exports.getImagePlaceholderAttrs=getImagePlaceholderAttrs,exports.getImageReactAttrs=getImageReactAttrs,exports.getLabelAttrs=getLabelAttrs,exports.getLabelLiquidAttrs=getLabelLiquidAttrs;
1
+ "use strict";const getLabelAttrs=({label:t="",positionId:e="left",componentUid:a})=>({label:t,positionId:e,uid:a}),getLabelLiquidAttrs=({pageContext:t,translateLabel:e})=>({pageContext:t,translateLabel:e}),getImagePlaceholderAttrs=({width:t=0,height:e=0})=>({src:"",width:t,height:e,"data-testid":"temp-image"}),getBaseImageAttrs=({src:t,title:e=""})=>({src:t,title:e}),getImageLiquidAttrs=({id:t,src:e,title:a="",priority:r=!1,isDisableObjectFit:s=!1,isDisableAspectStyle:g=!1})=>({...getBaseImageAttrs({src:e,title:a}),id:t,priority:r,isDisableObjectFit:s,isDisableAspectStyle:g}),getImageReactAttrs=({src:t,testId:e,width:a=0,height:r=0,title:s="",priority:g=!1})=>{let i=g?{fetchpriority:"high",loading:"eager"}:{loading:"lazy",fetchpriority:"low"},A=getBaseImageAttrs({src:t,title:s});return{...A,...i,width:a,height:r,"data-testid":e,"base-src":g?"":A.src}};exports.getBaseImageAttrs=getBaseImageAttrs,exports.getImageLiquidAttrs=getImageLiquidAttrs,exports.getImagePlaceholderAttrs=getImagePlaceholderAttrs,exports.getImageReactAttrs=getImageReactAttrs,exports.getLabelAttrs=getLabelAttrs,exports.getLabelLiquidAttrs=getLabelLiquidAttrs;
@@ -1 +1 @@
1
- "use strict";var core=require("@gem-sdk/core"),helpers=require("../../image/common/helpers.js");const getAspectRatioData=({styles:t,leftImage:e,rightImage:o})=>{let i=(e?.width??0)/(e?.height??1),a=(o?.width??0)/(o?.height??1),s=i<=a?`${e?.width??0}/${e?.height??1}`:`${o?.width??0}/${o?.height??1}`,r=i<=a?e:o,l=composeResponsiveAspectRatio({aspect:t?.aspectRatio,auto:r,custom:t?.customAspectRadio,defaultRatio:s});return{defaultRatio:s,responsiveAspectRatio:l}},composeResponsiveAspectRatio=({aspect:t,auto:e,custom:o,defaultRatio:i})=>({desktop:helpers.composeAspectRatio({device:"desktop",aspect:t,auto:e,custom:o})??i,tablet:helpers.composeAspectRatio({device:"tablet",aspect:t,auto:e,custom:o}),mobile:helpers.composeAspectRatio({device:"mobile",aspect:t,auto:e,custom:o})}),composeLabelPosition=({input:t,isHorizontal:e})=>{let{device:o,positionHoz:i,positionVer:a}=t,s=e?core.getResponsiveValueByScreen(i,o,"hoz-center"):core.getResponsiveValueByScreen(a,o,"ver-center"),r={topLeft:"50%",bottomRight:"auto"};return({"hoz-center":{topLeft:"50%",bottomRight:"auto"},top:{topLeft:"8px",bottomRight:"auto"},bottom:{topLeft:"auto",bottomRight:"8px"},"ver-center":{topLeft:"50%",bottomRight:"auto"},left:{topLeft:"8px",bottomRight:"auto"},right:{topLeft:"auto",bottomRight:"8px"}})[s]??r},getLabelPosition=({position:t,labelPositionHoz:e,labelPositionVer:o,isHorizontal:i})=>({desktop:composeLabelPosition({input:{device:"desktop",positionHoz:e,positionVer:o},isHorizontal:i})?.[t??"topLeft"],tablet:composeLabelPosition({input:{device:"tablet",positionHoz:e,positionVer:o},isHorizontal:i})?.[t??"topLeft"],mobile:composeLabelPosition({input:{device:"mobile",positionHoz:e,positionVer:o},isHorizontal:i})?.[t??"topLeft"]}),generateTranslateByDevices=({isHorizontal:t,labelPositionHoz:e,labelPositionVer:o})=>{let i=t?e:o,a={desktop:i?.desktop??"hoz-center",tablet:i?.tablet??i?.desktop??"hoz-center",mobile:i?.mobile??i?.tablet??i?.desktop??"hoz-center"},s={desktop:"translateX(0) translateY(0)",tablet:"translateX(0) translateY(0)",mobile:"translateX(0) translateY(0)"};for(let e in a){let o=a?.[e];o.includes("center")?s[e]=t?"translateX(0) translateY(-50%)":"translateX(-50%) translateY(0)":s[e]="translateX(0) translateY(0)"}return s},getSliderPositionPercentage=t=>{let e="string"==typeof t?parseInt(t??0):t;return(e??50)/100},FLEX_ALIGN={left:"start",center:"center",right:"end",justify:"start"},getData=t=>{let{handle:e=null,hover:o=!1,handleSize:i=40,leftImageAlt:a="",leftImageTitle:s="",leftImageCss:r={},leftImageLabel:l=null,rightImageAlt:p="",rightImageTitle:n="",rightImageCss:c={},rightImageLabel:g=null,sliderLineWidth:u=2,sliderLineColor:m="#ffffff",sliderPositionPercentage:b=.5,vertical:h=!1,componentUid:d="",styles:L={},leftImage:R,rightImage:f,enableLabel:y=!1,qualityType:S,qualityPercent:x}=t,P=!h,v=y&&!!l,A=y&&!!g,C=(R?.width??0)<(f?.width??0)?{...R}:{...f},I=t=>{let{isLiquid:e}=t??{};return e?helpers.getImageSrc(R):R?.src??""},k=t=>{let{isLiquid:e}=t??{};return e?helpers.getImageSrc(f):f?.src??""},{responsiveAspectRatio:D,defaultRatio:X}=getAspectRatioData({leftImage:R,rightImage:f,styles:L});return{styles:L,handle:e,hover:o,handleSize:i,leftImageAlt:a,leftImageTitle:s,leftImageCss:r,leftImageLabel:l,rightImageAlt:p,rightImageTitle:n,rightImageCss:c,rightImageLabel:g,sliderLineWidth:u,sliderLineColor:m,sliderPositionPercentage:b,vertical:h,componentUid:d,tempImage:C,aspectRatio:D,defaultRatio:X,isHorizontal:P,hasLeftLabel:v,hasRightLabel:A,qualityType:S,qualityPercent:x,getLeftImageSrc:I,getRightImageSrc:k}},getImageClipStyle=t=>{let{isHorizontal:e,containerWidth:o,containerHeight:i,sliderPosition:a,type:s}=t,r=e?o*a:i*a;return"left"===s?{clip:e?`rect(auto, ${r}px, auto, auto)`:`rect(auto, auto, ${r}px, auto)`}:{clip:e?`rect(auto, auto, auto, ${r}px)`:`rect(${r}px, auto, auto, auto)`}},getSliderPositionStyle=t=>{let{isHorizontal:e,containerWidth:o,containerHeight:i,sliderPosition:a,handleSize:s}=t,r=e?o*a:i*a,l=s/2;return{[e?"top":"left"]:0,[e?"left":"top"]:`${r-l}px`}},getLabelContainerStyles=t=>({...getImageClipStyle(t)}),getReactStyles=t=>({sliderPosition:getSliderPositionStyle(t),leftImageClip:getImageClipStyle({...t,type:"left"}),rightImageClip:getImageClipStyle({...t,type:"right"}),leftLabelContainer:getLabelContainerStyles({...t,type:"left"}),rightLabelContainer:getLabelContainerStyles({...t,type:"right"})});exports.FLEX_ALIGN=FLEX_ALIGN,exports.composeLabelPosition=composeLabelPosition,exports.composeResponsiveAspectRatio=composeResponsiveAspectRatio,exports.generateTranslateByDevices=generateTranslateByDevices,exports.getAspectRatioData=getAspectRatioData,exports.getData=getData,exports.getImageClipStyle=getImageClipStyle,exports.getLabelContainerStyles=getLabelContainerStyles,exports.getLabelPosition=getLabelPosition,exports.getReactStyles=getReactStyles,exports.getSliderPositionPercentage=getSliderPositionPercentage,exports.getSliderPositionStyle=getSliderPositionStyle;
1
+ "use strict";var core=require("@gem-sdk/core"),helpers$1=require("../../image/common/helpers.js"),helpers=require("../../helpers.js"),translate=require("../settings/configs/translate.js");const getAspectRatioData=({styles:e,leftImage:t,rightImage:o})=>{let a=(t?.width??0)/(t?.height??1),i=(o?.width??0)/(o?.height??1),s=a<=i?`${t?.width??0}/${t?.height??1}`:`${o?.width??0}/${o?.height??1}`,r=a<=i?t:o,l=composeResponsiveAspectRatio({aspect:e?.aspectRatio,auto:r,custom:e?.customAspectRadio,defaultRatio:s});return{defaultRatio:s,responsiveAspectRatio:l}},composeResponsiveAspectRatio=({aspect:e,auto:t,custom:o,defaultRatio:a})=>({desktop:helpers$1.composeAspectRatio({device:"desktop",aspect:e,auto:t,custom:o})??a,tablet:helpers$1.composeAspectRatio({device:"tablet",aspect:e,auto:t,custom:o}),mobile:helpers$1.composeAspectRatio({device:"mobile",aspect:e,auto:t,custom:o})}),composeLabelPosition=({input:e,isHorizontal:t})=>{let{device:o,positionHoz:a,positionVer:i}=e,s=t?core.getResponsiveValueByScreen(a,o,"hoz-center"):core.getResponsiveValueByScreen(i,o,"ver-center"),r={topLeft:"50%",bottomRight:"auto"};return({"hoz-center":{topLeft:"50%",bottomRight:"auto"},top:{topLeft:"8px",bottomRight:"auto"},bottom:{topLeft:"auto",bottomRight:"8px"},"ver-center":{topLeft:"50%",bottomRight:"auto"},left:{topLeft:"8px",bottomRight:"auto"},right:{topLeft:"auto",bottomRight:"8px"}})[s]??r},getLabelPosition=({position:e,labelPositionHoz:t,labelPositionVer:o,isHorizontal:a})=>({desktop:composeLabelPosition({input:{device:"desktop",positionHoz:t,positionVer:o},isHorizontal:a})?.[e??"topLeft"],tablet:composeLabelPosition({input:{device:"tablet",positionHoz:t,positionVer:o},isHorizontal:a})?.[e??"topLeft"],mobile:composeLabelPosition({input:{device:"mobile",positionHoz:t,positionVer:o},isHorizontal:a})?.[e??"topLeft"]}),generateTranslateByDevices=({isHorizontal:e,labelPositionHoz:t,labelPositionVer:o})=>{let a=e?t:o,i={desktop:a?.desktop??"hoz-center",tablet:a?.tablet??a?.desktop??"hoz-center",mobile:a?.mobile??a?.tablet??a?.desktop??"hoz-center"},s={desktop:"translateX(0) translateY(0)",tablet:"translateX(0) translateY(0)",mobile:"translateX(0) translateY(0)"};for(let t in i){let o=i?.[t];o.includes("center")?s[t]=e?"translateX(0) translateY(-50%)":"translateX(-50%) translateY(0)":s[t]="translateX(0) translateY(0)"}return s},getSliderPositionPercentage=e=>{let t="string"==typeof e?parseInt(e??0):e;return(t??50)/100},FLEX_ALIGN={left:"start",center:"center",right:"end",justify:"start"},getData=e=>{let{handle:t=null,hover:o=!1,handleSize:a=40,leftImageAlt:i="",leftImageTitle:s="",leftImageCss:r={},leftImageLabel:l=null,rightImageAlt:n="",rightImageTitle:p="",rightImageCss:g={},rightImageLabel:c=null,sliderLineWidth:m=2,sliderLineColor:u="#ffffff",sliderPositionPercentage:d=.5,vertical:h=!1,componentUid:S="",styles:b={},leftImage:L,rightImage:f,enableLabel:y=!1,qualityType:R,qualityPercent:I}=e,v=!h,x=y&&!!l,C=y&&!!c,P=(L?.width??0)<(f?.width??0)?{...L}:{...f},A=e=>{let{isLiquid:t}=e??{};return t?helpers$1.getImageSrc(L):L?.src??""},$=e=>{let{isLiquid:t}=e??{};return t?helpers$1.getImageSrc(f):f?.src??""},{responsiveAspectRatio:D,defaultRatio:k}=getAspectRatioData({leftImage:L,rightImage:f,styles:b});return{styles:b,handle:t,hover:o,handleSize:a,leftImageAlt:i,leftImageTitle:s,leftImageCss:r,leftImageLabel:l,rightImageAlt:n,rightImageTitle:p,rightImageCss:g,rightImageLabel:c,sliderLineWidth:m,sliderLineColor:u,sliderPositionPercentage:d,vertical:h,componentUid:S,tempImage:P,aspectRatio:D,defaultRatio:k,isHorizontal:v,hasLeftLabel:x,hasRightLabel:C,qualityType:R,qualityPercent:I,getLeftImageSrc:A,getRightImageSrc:$}},getImageClipStyle=e=>{let{isHorizontal:t,containerWidth:o,containerHeight:a,sliderPosition:i,type:s}=e,r=t?o*i:a*i;return"left"===s?{clip:t?`rect(auto, ${r}px, auto, auto)`:`rect(auto, auto, ${r}px, auto)`}:{clip:t?`rect(auto, auto, auto, ${r}px)`:`rect(${r}px, auto, auto, auto)`}},getSliderPositionStyle=e=>{let{isHorizontal:t,containerWidth:o,containerHeight:a,sliderPosition:i,handleSize:s}=e,r=t?o*i:a*i,l=s/2;return{[t?"top":"left"]:0,[t?"left":"top"]:`${r-l}px`}},getLabelContainerStyles=e=>({...getImageClipStyle(e)}),getReactStyles=e=>({sliderPosition:getSliderPositionStyle(e),leftImageClip:getImageClipStyle({...e,type:"left"}),rightImageClip:getImageClipStyle({...e,type:"right"}),leftLabelContainer:getLabelContainerStyles({...e,type:"left"}),rightLabelContainer:getLabelContainerStyles({...e,type:"right"})}),getSettingTranslatedImageComparisonAndSeo=({setting:e,uid:t,pageContext:o})=>{if(!e)return;let a=core.cloneDeep(e);for(let e of["Left","Right"]){let i=`image${e}`,s=a[i];if(s?.src){let e=helpers.getDynamicSourceLocales({val:s.src,uid:t,settingId:translate.ImageComparison?.[i]?.id?`${translate.ImageComparison?.[i]?.id}_src`:"",pageContext:o});a[i].src=String(e)}let r=`alt${e}`,l=helpers.getDynamicSourceLocales({val:a[r],uid:t,settingId:helpers.createSettingId({id:translate.ImageComparison?.[r]?.id}),pageContext:o});a[r]=String(l);let n=`title${e}`,p=helpers.getDynamicSourceLocales({val:a[n],uid:t,settingId:helpers.createSettingId({id:translate.ImageComparison?.[n]?.id}),pageContext:o});a[n]=String(p)}return a};exports.FLEX_ALIGN=FLEX_ALIGN,exports.composeLabelPosition=composeLabelPosition,exports.composeResponsiveAspectRatio=composeResponsiveAspectRatio,exports.generateTranslateByDevices=generateTranslateByDevices,exports.getAspectRatioData=getAspectRatioData,exports.getData=getData,exports.getImageClipStyle=getImageClipStyle,exports.getLabelContainerStyles=getLabelContainerStyles,exports.getLabelPosition=getLabelPosition,exports.getReactStyles=getReactStyles,exports.getSettingTranslatedImageComparisonAndSeo=getSettingTranslatedImageComparisonAndSeo,exports.getSliderPositionPercentage=getSliderPositionPercentage,exports.getSliderPositionStyle=getSliderPositionStyle;