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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2084) hide show
  1. package/dist/cjs/accordion/common/styles.js +1 -1
  2. package/dist/cjs/accordion/components/Accordion.liquid.js +9 -10
  3. package/dist/cjs/accordion/settings/Accordion.js +4 -4
  4. package/dist/cjs/accordion/settings/configs/settings.js +1 -1
  5. package/dist/cjs/accordion/settings/configs/translate.js +1 -0
  6. package/dist/cjs/accordion/settings/configs/ui-v2.js +1 -1
  7. package/dist/cjs/article/components/ArticleAuthor.liquid.js +1 -1
  8. package/dist/cjs/article/components/ArticleContent.js +2 -2
  9. package/dist/cjs/article/components/ArticleDate.liquid.js +1 -1
  10. package/dist/cjs/article/components/ArticleExcerpt.js +1 -1
  11. package/dist/cjs/article/components/ArticleExcerpt.liquid.js +1 -1
  12. package/dist/cjs/article/components/ArticleNotFound.js +1 -1
  13. package/dist/cjs/article/components/ArticleReadMore.liquid.js +4 -4
  14. package/dist/cjs/article/components/ArticleTag.liquid.js +1 -1
  15. package/dist/cjs/article/components/ArticleTitle.liquid.js +2 -2
  16. package/dist/cjs/article/settings/ArticleAuthor.js +2 -2
  17. package/dist/cjs/article/settings/ArticleCategory.js +2 -2
  18. package/dist/cjs/article/settings/ArticleContent.js +2 -2
  19. package/dist/cjs/article/settings/ArticleDate.js +2 -2
  20. package/dist/cjs/article/settings/ArticleExcerpt.js +2 -2
  21. package/dist/cjs/article/settings/ArticleImage.js +2 -2
  22. package/dist/cjs/article/settings/ArticleList.js +1 -1
  23. package/dist/cjs/article/settings/ArticlePagination.js +1 -1
  24. package/dist/cjs/article/settings/ArticleReadMore.js +2 -2
  25. package/dist/cjs/article/settings/ArticleTag.js +2 -2
  26. package/dist/cjs/article/settings/ArticleTitle.js +2 -2
  27. package/dist/cjs/article/settings/configs/article-author/presets.js +1 -1
  28. package/dist/cjs/article/settings/configs/article-author/ui-v2.js +1 -1
  29. package/dist/cjs/article/settings/configs/article-category/presets.js +1 -1
  30. package/dist/cjs/article/settings/configs/article-category/ui-v2.js +1 -1
  31. package/dist/cjs/article/settings/configs/article-content/presets.js +1 -1
  32. package/dist/cjs/article/settings/configs/article-content/ui-v2.js +1 -1
  33. package/dist/cjs/article/settings/configs/article-date/presets.js +1 -1
  34. package/dist/cjs/article/settings/configs/article-date/ui-v2.js +1 -1
  35. package/dist/cjs/article/settings/configs/article-excerpt/presets.js +1 -1
  36. package/dist/cjs/article/settings/configs/article-excerpt/ui-v2.js +1 -1
  37. package/dist/cjs/article/settings/configs/article-image/presets.js +1 -1
  38. package/dist/cjs/article/settings/configs/article-image/ui-v2.js +1 -1
  39. package/dist/cjs/article/settings/configs/article-list/presets.js +1 -1
  40. package/dist/cjs/article/settings/configs/article-list/ui-v2.js +1 -1
  41. package/dist/cjs/article/settings/configs/article-read-more/presets.js +1 -1
  42. package/dist/cjs/article/settings/configs/article-read-more/settings.js +1 -1
  43. package/dist/cjs/article/settings/configs/article-read-more/ui-v2.js +1 -1
  44. package/dist/cjs/article/settings/configs/article-tag/presets.js +1 -1
  45. package/dist/cjs/article/settings/configs/article-tag/ui-v2.js +1 -1
  46. package/dist/cjs/article/settings/configs/article-title/presets.js +1 -1
  47. package/dist/cjs/article/settings/configs/article-title/ui-v2.js +1 -1
  48. package/dist/cjs/article/settings/configs/translate.js +1 -0
  49. package/dist/cjs/breadcrumb/settings/Breadcrumb.js +1 -1
  50. package/dist/cjs/breadcrumb/settings/configs/ui-v2.js +1 -1
  51. package/dist/cjs/builder.js +1 -1
  52. package/dist/cjs/button/common/helpers.js +1 -1
  53. package/dist/cjs/button/components/Button.liquid.js +21 -21
  54. package/dist/cjs/button/settings/Button.js +5 -5
  55. package/dist/cjs/button/settings/configs/settings.js +1 -1
  56. package/dist/cjs/button/settings/configs/translate.js +1 -0
  57. package/dist/cjs/button/settings/configs/ui-v2.js +1 -1
  58. package/dist/cjs/carousel/components/dot/Dots.js +1 -1
  59. package/dist/cjs/carousel/components/root/Carousel.liquid.js +5 -4
  60. package/dist/cjs/carousel/settings/Carousel.js +2 -2
  61. package/dist/cjs/carousel/settings/configs/presets.js +4 -4
  62. package/dist/cjs/carousel/settings/configs/ui-v2.js +1 -1
  63. package/dist/cjs/carousel-v3/components/dot/Dots.js +1 -1
  64. package/dist/cjs/carousel-v3/components/root/Carousel.liquid.js +5 -4
  65. package/dist/cjs/carousel-v3/components/root/common/styles.js +1 -1
  66. package/dist/cjs/carousel-v3/components/swiper/Swiper.js +1 -1
  67. package/dist/cjs/carousel-v3/hooks/useCarousel.js +1 -1
  68. package/dist/cjs/carousel-v3/settings/Carousel.js +2 -2
  69. package/dist/cjs/carousel-v3/settings/configs/presets.js +4 -4
  70. package/dist/cjs/carousel-v3/settings/configs/ui-v2.js +1 -1
  71. package/dist/cjs/cart/components/shop-pay-button/ShopPayButton.liquid.js +1 -1
  72. package/dist/cjs/code/common/styles.js +1 -1
  73. package/dist/cjs/code/components/CSSCode.js +1 -1
  74. package/dist/cjs/code/components/CSSCode.liquid.js +4 -4
  75. package/dist/cjs/code/index.js +1 -1
  76. package/dist/cjs/code/settings/CSSCode.js +2 -2
  77. package/dist/cjs/code/settings/configs/translate.js +1 -0
  78. package/dist/cjs/code/settings/configs/ui-v2.js +1 -1
  79. package/dist/cjs/collection/components/collection-description/CollectionDescription.liquid.js +2 -3
  80. package/dist/cjs/collection/components/collection-description/common/helpers.js +1 -1
  81. package/dist/cjs/collection/components/collection-paginator/CollectionPaginator.liquid.js +5 -4
  82. package/dist/cjs/collection/components/collection-paginator/common/helpers.js +2 -2
  83. package/dist/cjs/collection/components/collection-title/CollectionTitle.liquid.js +1 -1
  84. package/dist/cjs/collection/components/collection-toolbar/CollectionToolbar.liquid.js +1 -1
  85. package/dist/cjs/collection/components/collection-toolbar/common/helpers.js +1 -1
  86. package/dist/cjs/collection/settings/collection-banner/CollectionBanner.js +2 -2
  87. package/dist/cjs/collection/settings/collection-banner/configs/ui-v2.js +1 -1
  88. package/dist/cjs/collection/settings/collection-description/CollectionDescription.js +2 -2
  89. package/dist/cjs/collection/settings/collection-description/configs/settings.js +1 -1
  90. package/dist/cjs/collection/settings/collection-description/configs/translate.js +1 -0
  91. package/dist/cjs/collection/settings/collection-description/configs/ui-v2.js +1 -1
  92. package/dist/cjs/collection/settings/collection-paginator/CollectionPaginator.js +2 -2
  93. package/dist/cjs/collection/settings/collection-paginator/configs/settings.js +1 -1
  94. package/dist/cjs/collection/settings/collection-paginator/configs/translate.js +1 -0
  95. package/dist/cjs/collection/settings/collection-paginator/configs/ui-v2.js +1 -1
  96. package/dist/cjs/collection/settings/collection-title/CollectionTitle.js +2 -2
  97. package/dist/cjs/collection/settings/collection-title/configs/ui-v2.js +1 -1
  98. package/dist/cjs/collection/settings/collection-toolbar/CollectionToolbar.js +2 -2
  99. package/dist/cjs/collection/settings/collection-toolbar/configs/settings.js +1 -1
  100. package/dist/cjs/collection/settings/collection-toolbar/configs/translate.js +1 -0
  101. package/dist/cjs/collection/settings/collection-toolbar/configs/ui-v2.js +1 -1
  102. package/dist/cjs/common/components/NoDataState.js +1 -1
  103. package/dist/cjs/constant.js +1 -1
  104. package/dist/cjs/countdown-timer/common/helpers.js +1 -1
  105. package/dist/cjs/countdown-timer/components/Countdown.liquid.js +27 -26
  106. package/dist/cjs/countdown-timer/hooks/useCountDownTimer.js +1 -1
  107. package/dist/cjs/countdown-timer/hooks/useTimeLeft.js +1 -1
  108. package/dist/cjs/countdown-timer/settings/Countdown.js +3 -3
  109. package/dist/cjs/countdown-timer/settings/configs/setting.js +1 -1
  110. package/dist/cjs/countdown-timer/settings/configs/translate.js +1 -0
  111. package/dist/cjs/countdown-timer/settings/configs/ui-v2.js +1 -1
  112. package/dist/cjs/coupon/common/helpers.js +1 -1
  113. package/dist/cjs/coupon/components/Coupon.liquid.js +5 -5
  114. package/dist/cjs/coupon/settings/Coupon.js +2 -2
  115. package/dist/cjs/coupon/settings/configs/presets.js +2 -2
  116. package/dist/cjs/coupon/settings/configs/settings.js +1 -1
  117. package/dist/cjs/coupon/settings/configs/translate.js +1 -0
  118. package/dist/cjs/coupon/settings/configs/ui-v2.js +1 -1
  119. package/dist/cjs/dialog/common/styles.js +1 -1
  120. package/dist/cjs/dialog/components/Dialog.js +2 -2
  121. package/dist/cjs/dialog/components/Dialog.liquid.js +20 -20
  122. package/dist/cjs/dialog/settings/Dialog.js +2 -2
  123. package/dist/cjs/dialog/settings/configs/translate.js +1 -0
  124. package/dist/cjs/dialog/settings/configs/ui-v2.js +1 -1
  125. package/dist/cjs/estimate-delivery/common/helpers.js +1 -1
  126. package/dist/cjs/estimate-delivery/common/styles.js +1 -1
  127. package/dist/cjs/estimate-delivery/components/EstimateDate.js +1 -1
  128. package/dist/cjs/estimate-delivery/components/EstimateDate.liquid.js +2 -2
  129. package/dist/cjs/estimate-delivery/settings/EstimateDate.js +2 -2
  130. package/dist/cjs/estimate-delivery/settings/configs/settings.js +1 -1
  131. package/dist/cjs/estimate-delivery/settings/configs/translate.js +1 -0
  132. package/dist/cjs/estimate-delivery/settings/configs/ui-v2.js +1 -1
  133. package/dist/cjs/form/components/form-checkbox/FormCheckbox.liquid.js +8 -8
  134. package/dist/cjs/form/components/form-dropdown/FormDropdown.liquid.js +5 -5
  135. package/dist/cjs/form/components/form-email/FormEmail.liquid.js +8 -8
  136. package/dist/cjs/form/components/newsletter/Newsletter.liquid.js +3 -3
  137. package/dist/cjs/form/components/submit-button/SubmitButton.liquid.js +2 -2
  138. package/dist/cjs/form/components/submit-button/common/helpers.js +1 -1
  139. package/dist/cjs/form/components/textarea/TextArea.liquid.js +7 -7
  140. package/dist/cjs/form/components/textfield/TextField.liquid.js +8 -8
  141. package/dist/cjs/form/components/textinput/TextInput.liquid.js +15 -15
  142. package/dist/cjs/form/settings/contact/Contact.js +2 -2
  143. package/dist/cjs/form/settings/contact/configs/settings.js +1 -1
  144. package/dist/cjs/form/settings/contact/configs/translate.js +1 -0
  145. package/dist/cjs/form/settings/contact/configs/ui-v2.js +1 -1
  146. package/dist/cjs/form/settings/form-checkbox/FormCheckbox.js +2 -2
  147. package/dist/cjs/form/settings/form-checkbox/configs/settings.js +1 -1
  148. package/dist/cjs/form/settings/form-checkbox/configs/translate.js +1 -0
  149. package/dist/cjs/form/settings/form-checkbox/configs/ui-v2.js +1 -1
  150. package/dist/cjs/form/settings/form-dropdown/FormDropdown.js +2 -2
  151. package/dist/cjs/form/settings/form-dropdown/configs/settings.js +1 -1
  152. package/dist/cjs/form/settings/form-dropdown/configs/translate.js +1 -0
  153. package/dist/cjs/form/settings/form-dropdown/configs/ui-v2.js +1 -1
  154. package/dist/cjs/form/settings/form-email/FormEmail.js +2 -2
  155. package/dist/cjs/form/settings/form-email/configs/settings.js +1 -1
  156. package/dist/cjs/form/settings/form-email/configs/translate.js +1 -0
  157. package/dist/cjs/form/settings/form-email/configs/ui-v2.js +1 -1
  158. package/dist/cjs/form/settings/form-textarea/Textarea.js +2 -2
  159. package/dist/cjs/form/settings/form-textarea/configs/settings.js +1 -1
  160. package/dist/cjs/form/settings/form-textarea/configs/translate.js +1 -0
  161. package/dist/cjs/form/settings/form-textarea/configs/ui-v2.js +1 -1
  162. package/dist/cjs/form/settings/newsletter/Newsletter.js +2 -2
  163. package/dist/cjs/form/settings/newsletter/configs/settings.js +1 -1
  164. package/dist/cjs/form/settings/newsletter/configs/translate.js +1 -0
  165. package/dist/cjs/form/settings/newsletter/configs/ui-v2.js +1 -1
  166. package/dist/cjs/form/settings/submit-button/SubmitButton.js +2 -2
  167. package/dist/cjs/form/settings/submit-button/configs/settings.js +1 -1
  168. package/dist/cjs/form/settings/submit-button/configs/translate.js +1 -0
  169. package/dist/cjs/form/settings/submit-button/configs/ui-v2.js +1 -1
  170. package/dist/cjs/form/settings/text-field/TextField.js +2 -2
  171. package/dist/cjs/form/settings/text-field/configs/settings.js +1 -1
  172. package/dist/cjs/form/settings/text-field/configs/translate.js +1 -0
  173. package/dist/cjs/form/settings/text-field/configs/ui-v2.js +1 -1
  174. package/dist/cjs/form/settings/text-input/TextInput.js +2 -2
  175. package/dist/cjs/form/settings/text-input/configs/settings.js +1 -1
  176. package/dist/cjs/form/settings/text-input/configs/translate.js +1 -0
  177. package/dist/cjs/form/settings/text-input/configs/ui-v2.js +1 -1
  178. package/dist/cjs/grid/components/row/Row.js +1 -1
  179. package/dist/cjs/grid/components/row/Row.liquid.js +17 -12
  180. package/dist/cjs/grid/components/row/common/helpers.js +1 -1
  181. package/dist/cjs/grid/components/row/common/styles.js +1 -1
  182. package/dist/cjs/grid/settings/Row.js +2 -2
  183. package/dist/cjs/grid/settings/Section.js +1 -1
  184. package/dist/cjs/grid/settings/configs/row/presets.js +4 -4
  185. package/dist/cjs/grid/settings/configs/row/translate.js +1 -0
  186. package/dist/cjs/grid/settings/configs/row/ui-v2.js +1 -1
  187. package/dist/cjs/grid/settings/configs/section/ui-v2.js +1 -1
  188. package/dist/cjs/header/settings/Header.js +2 -2
  189. package/dist/cjs/header/settings/configs/presets.js +1 -1
  190. package/dist/cjs/header/settings/configs/ui-v2.js +1 -1
  191. package/dist/cjs/heading/components/Heading.liquid.js +1 -1
  192. package/dist/cjs/heading/settings/Heading.js +2 -2
  193. package/dist/cjs/heading/settings/configs/presets.js +1 -1
  194. package/dist/cjs/heading/settings/configs/settings.js +1 -1
  195. package/dist/cjs/heading/settings/configs/translate.js +1 -0
  196. package/dist/cjs/heading/settings/configs/ui-v2.js +1 -1
  197. package/dist/cjs/helpers.js +1 -1
  198. package/dist/cjs/hero-banner/common/classes.js +1 -1
  199. package/dist/cjs/hero-banner/common/const.js +1 -1
  200. package/dist/cjs/hero-banner/common/helpers.js +1 -1
  201. package/dist/cjs/hero-banner/common/styles.js +1 -1
  202. package/dist/cjs/hero-banner/components/HeroBanner.js +1 -1
  203. package/dist/cjs/hero-banner/components/HeroBanner.liquid.js +12 -12
  204. package/dist/cjs/hero-banner/components/HeroBannerItem.js +1 -1
  205. package/dist/cjs/hero-banner/components/HeroBannerItem.liquid.js +10 -10
  206. package/dist/cjs/hero-banner/hooks/useHeroBanner.js +1 -1
  207. package/dist/cjs/hero-banner/hooks/useHeroBannerItem.js +1 -0
  208. package/dist/cjs/hero-banner/settings/HeroBanner.js +2 -2
  209. package/dist/cjs/hero-banner/settings/configs/presets/banner-1-col-pre-sales-page.js +1 -1
  210. package/dist/cjs/hero-banner/settings/configs/presets/banner-1-col.js +1 -1
  211. package/dist/cjs/hero-banner/settings/configs/presets/banner-content-left-pre-sales-page.js +1 -1
  212. package/dist/cjs/hero-banner/settings/configs/presets/banner-content-left.js +1 -1
  213. package/dist/cjs/hero-banner/settings/configs/presets/banner-content-right-pre-sales-page.js +1 -1
  214. package/dist/cjs/hero-banner/settings/configs/presets/banner-content-right.js +1 -1
  215. package/dist/cjs/hero-banner/settings/configs/presets/banner-parallax-pre-sales-page.js +1 -1
  216. package/dist/cjs/hero-banner/settings/configs/presets/banner-parallax.js +1 -1
  217. package/dist/cjs/hero-banner/settings/configs/presets/banner-video-pre-sales-page.js +2 -2
  218. package/dist/cjs/hero-banner/settings/configs/presets/banner-video.js +2 -2
  219. package/dist/cjs/hero-banner/settings/configs/settings.js +1 -1
  220. package/dist/cjs/hero-banner/settings/configs/translate.js +1 -0
  221. package/dist/cjs/hero-banner/settings/configs/ui-v2.js +1 -1
  222. package/dist/cjs/icon/settings/Icon.js +2 -2
  223. package/dist/cjs/icon/settings/configs/presets.js +2 -2
  224. package/dist/cjs/icon/settings/configs/ui-v2.js +1 -1
  225. package/dist/cjs/icon-list/common/styles.js +1 -1
  226. package/dist/cjs/icon-list/components/IconList.js +1 -1
  227. package/dist/cjs/icon-list/components/IconList.liquid.js +8 -8
  228. package/dist/cjs/icon-list/index.js +1 -1
  229. package/dist/cjs/icon-list/settings/IconList.js +4 -4
  230. package/dist/cjs/icon-list/settings/configs/translate.js +1 -0
  231. package/dist/cjs/icon-list/settings/configs/ui-v2.js +1 -1
  232. package/dist/cjs/icon-list-hoz/settings/IconListHoz.js +2 -2
  233. package/dist/cjs/icon-list-hoz/settings/configs/presets.js +2 -2
  234. package/dist/cjs/icon-list-hoz/settings/configs/uiV2.js +1 -1
  235. package/dist/cjs/icon-list-v2/common/helpers.js +1 -1
  236. package/dist/cjs/icon-list-v2/common/styles.js +1 -1
  237. package/dist/cjs/icon-list-v2/components/IconList.js +1 -1
  238. package/dist/cjs/icon-list-v2/components/IconList.liquid.js +8 -8
  239. package/dist/cjs/icon-list-v2/settings/IconList.js +2 -2
  240. package/dist/cjs/icon-list-v2/settings/configs/settings.js +1 -1
  241. package/dist/cjs/icon-list-v2/settings/configs/translate.js +1 -0
  242. package/dist/cjs/icon-list-v2/settings/configs/ui-v2.js +1 -1
  243. package/dist/cjs/image/common/attrs.js +1 -1
  244. package/dist/cjs/image/common/helpers.js +2 -2
  245. package/dist/cjs/image/components/Image.js +1 -1
  246. package/dist/cjs/image/components/Image.liquid.js +7 -7
  247. package/dist/cjs/image/settings/Image.js +2 -2
  248. package/dist/cjs/image/settings/configs/presets.js +4 -4
  249. package/dist/cjs/image/settings/configs/settings.js +1 -1
  250. package/dist/cjs/image/settings/configs/translate.js +1 -0
  251. package/dist/cjs/image/settings/configs/ui-v2.js +1 -1
  252. package/dist/cjs/image-comparison/common/attrs.js +1 -1
  253. package/dist/cjs/image-comparison/common/helpers.js +1 -1
  254. package/dist/cjs/image-comparison/components/CompareImage.liquid.js +14 -14
  255. package/dist/cjs/image-comparison/components/ImageComparison.liquid.js +3 -3
  256. package/dist/cjs/image-comparison/components/Label.liquid.js +6 -6
  257. package/dist/cjs/image-comparison/index.js +1 -1
  258. package/dist/cjs/image-comparison/settings/ImageComparison.js +2 -2
  259. package/dist/cjs/image-comparison/settings/configs/settings.js +1 -1
  260. package/dist/cjs/image-comparison/settings/configs/translate.js +1 -0
  261. package/dist/cjs/image-comparison/settings/configs/ui-v2.js +1 -1
  262. package/dist/cjs/image-detection/settings/ImageDetection.js +1 -1
  263. package/dist/cjs/index.js +1 -1
  264. package/dist/cjs/index.liquid.js +1 -1
  265. package/dist/cjs/line/settings/Line.js +2 -2
  266. package/dist/cjs/line/settings/configs/presets.js +1 -1
  267. package/dist/cjs/line/settings/configs/ui-v2.js +1 -1
  268. package/dist/cjs/marquee/components/Marquee.liquid.js +22 -22
  269. package/dist/cjs/marquee/settings/Marquee.js +2 -2
  270. package/dist/cjs/marquee/settings/configs/presets.js +2 -2
  271. package/dist/cjs/marquee/settings/configs/ui-v2.js +1 -1
  272. package/dist/cjs/next.js +1 -1
  273. package/dist/cjs/post-purchase/advanced-list/settings/AdvancedListPostPurchase.js +2 -2
  274. package/dist/cjs/post-purchase/advanced-list/settings/configs/presets.js +1 -1
  275. package/dist/cjs/post-purchase/advanced-list/settings/configs/ui-v2.js +1 -1
  276. package/dist/cjs/post-purchase/button/settings/Button.js +2 -2
  277. package/dist/cjs/post-purchase/button/settings/configs/presets.js +1 -1
  278. package/dist/cjs/post-purchase/button/settings/configs/settings.js +1 -1
  279. package/dist/cjs/post-purchase/button/settings/configs/ui-v2.js +1 -1
  280. package/dist/cjs/post-purchase/buyer-consent/common/classes.js +1 -0
  281. package/dist/cjs/post-purchase/buyer-consent/common/constants.js +1 -0
  282. package/dist/cjs/post-purchase/buyer-consent/common/helpers.js +1 -0
  283. package/dist/cjs/post-purchase/buyer-consent/common/styles.js +1 -0
  284. package/dist/cjs/post-purchase/buyer-consent/components/BuyerConsent.js +1 -0
  285. package/dist/cjs/post-purchase/buyer-consent/components/PostPurchaseCheckbox.js +1 -0
  286. package/dist/cjs/post-purchase/buyer-consent/hooks/useBuyerConsentChecked.js +1 -0
  287. package/dist/cjs/post-purchase/buyer-consent/index.js +1 -0
  288. package/dist/cjs/post-purchase/buyer-consent/next.js +1 -0
  289. package/dist/cjs/post-purchase/buyer-consent/settings/BuyerConsent.js +5 -0
  290. package/dist/cjs/post-purchase/buyer-consent/settings/configs/presets.js +5 -0
  291. package/dist/cjs/post-purchase/buyer-consent/settings/configs/settings.js +1 -0
  292. package/dist/cjs/post-purchase/buyer-consent/settings/configs/ui-v2.js +1 -0
  293. package/dist/cjs/post-purchase/callout-banner/settings/CalloutBox.js +1 -1
  294. package/dist/cjs/post-purchase/callout-banner/settings/config/callout-box/preset.js +1 -1
  295. package/dist/cjs/post-purchase/callout-banner/settings/config/callout-box/ui-v2.js +1 -1
  296. package/dist/cjs/post-purchase/callout-banner/settings/config/callout-text/preset.js +1 -1
  297. package/dist/cjs/post-purchase/callout-banner/settings/config/callout-text/ui-v2.js +1 -1
  298. package/dist/cjs/post-purchase/countdown-timer/hooks/useCountdownTimer.js +1 -1
  299. package/dist/cjs/post-purchase/countdown-timer/settings/CountdownTimer.js +2 -2
  300. package/dist/cjs/post-purchase/countdown-timer/settings/config/preset.js +1 -1
  301. package/dist/cjs/post-purchase/countdown-timer/settings/config/ui-v2.js +1 -1
  302. package/dist/cjs/post-purchase/image/settings/Image.js +1 -1
  303. package/dist/cjs/post-purchase/image/settings/configs/ui-v2.js +1 -1
  304. package/dist/cjs/post-purchase/line/index.js +1 -1
  305. package/dist/cjs/post-purchase/line/settings/PostPurchaseLine.js +2 -2
  306. package/dist/cjs/post-purchase/line/settings/configs/presets.js +1 -1
  307. package/dist/cjs/post-purchase/line/settings/configs/ui-v2.js +1 -1
  308. package/dist/cjs/post-purchase/link/settings/PostPurchaseLink.js +2 -2
  309. package/dist/cjs/post-purchase/link/settings/configs/presets.js +1 -1
  310. package/dist/cjs/post-purchase/link/settings/configs/ui-v2.js +1 -1
  311. package/dist/cjs/post-purchase/product/components/AcceptButton.js +1 -1
  312. package/dist/cjs/post-purchase/product/components/ProductPrice.js +1 -1
  313. package/dist/cjs/post-purchase/product/components/ProductPriceBreakdown.js +1 -1
  314. package/dist/cjs/post-purchase/product/components/price-breakdown/MoneyLine.js +1 -1
  315. package/dist/cjs/post-purchase/product/components/product-image/index.js +1 -1
  316. package/dist/cjs/post-purchase/product/components/product-offer/common/attrs.js +1 -1
  317. package/dist/cjs/post-purchase/product/components/product-offer/components/ProductOfferItem.js +1 -1
  318. package/dist/cjs/post-purchase/product/components/product-offer/hooks/useProductOfferData.js +1 -1
  319. package/dist/cjs/post-purchase/product/components/product-subscription/ProductSubscription.js +1 -0
  320. package/dist/cjs/post-purchase/product/components/product-subscription/common/attrs.js +1 -0
  321. package/dist/cjs/post-purchase/product/components/product-subscription/common/classes.js +1 -0
  322. package/dist/cjs/post-purchase/product/components/product-subscription/common/extractSellingPlanSettings.js +1 -0
  323. package/dist/cjs/post-purchase/product/components/product-subscription/common/styles.js +1 -0
  324. package/dist/cjs/post-purchase/product/components/product-subscription/components/OneTimePurchaseTooltip.js +1 -0
  325. package/dist/cjs/post-purchase/product/components/product-subscription/components/SellingPlanDropdown.js +1 -0
  326. package/dist/cjs/post-purchase/product/components/product-subscription/components/SellingPlanLabel.js +1 -0
  327. package/dist/cjs/post-purchase/product/components/product-subscription/components/SellingPlanRadio.js +1 -0
  328. package/dist/cjs/post-purchase/product/components/product-subscription/components/SubscriptionDetail.js +1 -0
  329. package/dist/cjs/post-purchase/product/components/product-subscription/components/SubscriptionRadio.js +1 -0
  330. package/dist/cjs/post-purchase/product/components/product-subscription/helpers/calculateBestSellingPlan.js +1 -0
  331. package/dist/cjs/post-purchase/product/components/product-subscription/helpers/findDefaultValue.js +1 -0
  332. package/dist/cjs/post-purchase/product/components/product-subscription/helpers/findMatchedGroup.js +1 -0
  333. package/dist/cjs/post-purchase/product/components/product-subscription/helpers/findVariantByOptions.js +1 -0
  334. package/dist/cjs/post-purchase/product/components/product-subscription/hooks/useSellingPlanChange.js +1 -0
  335. package/dist/cjs/post-purchase/product/components/product-subscription/hooks/useSellingPlanOptions.js +1 -0
  336. package/dist/cjs/post-purchase/product/components/product-subscription/hooks/useSellingSubscription.js +1 -0
  337. package/dist/cjs/post-purchase/product/components/product-subscription/hooks/useSubscriptionVisibility.js +1 -0
  338. package/dist/cjs/post-purchase/product/components/product-subscription/types.js +1 -0
  339. package/dist/cjs/post-purchase/product/constants/ProductOfferPlaceholder.js +1 -1
  340. package/dist/cjs/post-purchase/product/constants/index.js +1 -1
  341. package/dist/cjs/post-purchase/product/helpers/product-price-breakdown/getPrice.js +1 -0
  342. package/dist/cjs/post-purchase/product/hooks/useGetMoneyLines.js +1 -1
  343. package/dist/cjs/post-purchase/product/hooks/useGetTextSetting.js +1 -1
  344. package/dist/cjs/post-purchase/product/hooks/useProductPriceBreakdown.js +1 -0
  345. package/dist/cjs/post-purchase/product/hooks/useRecurringSubtotal.js +1 -0
  346. package/dist/cjs/post-purchase/product/hooks/useSubscriptionConsentCheck.js +1 -0
  347. package/dist/cjs/post-purchase/product/hooks/useSubscriptionSellingType.js +1 -0
  348. package/dist/cjs/post-purchase/product/index.js +1 -1
  349. package/dist/cjs/post-purchase/product/next.js +1 -1
  350. package/dist/cjs/post-purchase/product/settings/accept-button/configs/presets.js +1 -1
  351. package/dist/cjs/post-purchase/product/settings/accept-button/configs/ui-v2.js +1 -1
  352. package/dist/cjs/post-purchase/product/settings/accept-button/index.js +2 -2
  353. package/dist/cjs/post-purchase/product/settings/presets-config/product-presets/product-1-col.js +1 -1
  354. package/dist/cjs/post-purchase/product/settings/presets-config/product-presets/product-2-col.js +1 -1
  355. package/dist/cjs/post-purchase/product/settings/presets-config/product-presets/product-default.js +1 -1
  356. package/dist/cjs/post-purchase/product/settings/presets-config/product-presets/product-offer-1-col.js +2 -2
  357. package/dist/cjs/post-purchase/product/settings/presets-config/product-presets/product-offer-2-col.js +2 -2
  358. package/dist/cjs/post-purchase/product/settings/presets-config/product-presets/product-offer-default.js +2 -2
  359. package/dist/cjs/post-purchase/product/settings/product-description/ProductDescription.js +2 -2
  360. package/dist/cjs/post-purchase/product/settings/product-description/configs/ui-v2.js +1 -1
  361. package/dist/cjs/post-purchase/product/settings/product-discount-tag/ProductDiscountTag.js +1 -1
  362. package/dist/cjs/post-purchase/product/settings/product-discount-tag/configs/setting-v2.js +1 -1
  363. package/dist/cjs/post-purchase/product/settings/product-discount-tag/configs/ui-v2.js +1 -1
  364. package/dist/cjs/post-purchase/product/settings/product-image/ProductImages.js +3 -3
  365. package/dist/cjs/post-purchase/product/settings/product-image/configs/ui-v2.js +1 -1
  366. package/dist/cjs/post-purchase/product/settings/product-offer/configs/ui-v2.js +1 -1
  367. package/dist/cjs/post-purchase/product/settings/product-offer/index.js +2 -2
  368. package/dist/cjs/post-purchase/product/settings/product-price/ProductPrice.js +3 -3
  369. package/dist/cjs/post-purchase/product/settings/product-price/configs/settings-v2.js +1 -1
  370. package/dist/cjs/post-purchase/product/settings/product-price/configs/ui-v2.js +1 -1
  371. package/dist/cjs/post-purchase/product/settings/product-price-breakdown/configs/presets.js +1 -1
  372. package/dist/cjs/post-purchase/product/settings/product-price-breakdown/configs/settings.js +1 -1
  373. package/dist/cjs/post-purchase/product/settings/product-price-breakdown/configs/ui-v2.js +1 -1
  374. package/dist/cjs/post-purchase/product/settings/product-price-breakdown/index.js +2 -2
  375. package/dist/cjs/post-purchase/product/settings/product-quantity/configs/presets.js +1 -1
  376. package/dist/cjs/post-purchase/product/settings/product-quantity/configs/ui-v2.js +1 -1
  377. package/dist/cjs/post-purchase/product/settings/product-quantity/index.js +2 -2
  378. package/dist/cjs/post-purchase/product/settings/product-subscription/configs/presets.js +10 -0
  379. package/dist/cjs/post-purchase/product/settings/product-subscription/configs/settings.js +1 -0
  380. package/dist/cjs/post-purchase/product/settings/product-subscription/configs/ui-v2.js +1 -0
  381. package/dist/cjs/post-purchase/product/settings/product-subscription/index.js +9 -0
  382. package/dist/cjs/post-purchase/product/settings/product-title/ProductTitle.js +2 -2
  383. package/dist/cjs/post-purchase/product/settings/product-title/configs/ui-v2.js +1 -1
  384. package/dist/cjs/post-purchase/product/settings/product-variants/ProductVariant.js +2 -2
  385. package/dist/cjs/post-purchase/product/settings/product-variants/configs/ui-v2.js +1 -1
  386. package/dist/cjs/post-purchase/text/settings/heading/configs/presets-v2.js +1 -1
  387. package/dist/cjs/post-purchase/text/settings/text/Text.js +2 -2
  388. package/dist/cjs/post-purchase/text/settings/text/configs/ui-v2.js +1 -1
  389. package/dist/cjs/postPurchaseSetting.js +1 -1
  390. package/dist/cjs/product/components/ProductImages.js +1 -1
  391. package/dist/cjs/product/components/ProductImages.liquid.js +2 -2
  392. package/dist/cjs/product/components/ProductNotFound.js +1 -1
  393. package/dist/cjs/product/components/dynamic-checkout/Button.liquid.js +9 -9
  394. package/dist/cjs/product/components/file-upload/UploadFile.liquid.js +4 -5
  395. package/dist/cjs/product/components/file-upload/common/helpers.js +1 -1
  396. package/dist/cjs/product/components/file-upload/settings/configs/presets.js +1 -1
  397. package/dist/cjs/product/components/file-upload/settings/configs/settings.js +1 -1
  398. package/dist/cjs/product/components/file-upload/settings/configs/translate.js +1 -0
  399. package/dist/cjs/product/components/file-upload/settings/configs/ui-v2.js +1 -1
  400. package/dist/cjs/product/components/product-badge/ProductBadge.js +1 -1
  401. package/dist/cjs/product/components/product-badge/ProductBadge.liquid.js +21 -21
  402. package/dist/cjs/product/components/product-badge/common/attrs.js +1 -1
  403. package/dist/cjs/product/components/product-badge/common/classes.js +1 -1
  404. package/dist/cjs/product/components/product-badge/common/styles.js +1 -1
  405. package/dist/cjs/product/components/product-badge/utils/common.js +1 -1
  406. package/dist/cjs/product/components/product-badge/utils/generateLiquidContent.js +3 -3
  407. package/dist/cjs/product/components/product-badge/utils/renderBadgeLiquid.js +9 -5
  408. package/dist/cjs/product/components/product-bundle/ProductBundleDiscount.js +1 -1
  409. package/dist/cjs/product/components/product-bundle/ProductBundleDiscount.liquid.js +4 -3
  410. package/dist/cjs/product/components/product-bundle/setting/ProductBundleDiscount.js +2 -2
  411. package/dist/cjs/product/components/product-bundle/setting/configs/ui-v2.js +1 -1
  412. package/dist/cjs/product/components/product-button/ProductButton.liquid.js +9 -8
  413. package/dist/cjs/product/components/product-button/common/classes.js +1 -1
  414. package/dist/cjs/product/components/product-button/common/helpers.js +1 -1
  415. package/dist/cjs/product/components/product-button/helpers/getButtonDynamicSourceLocales.js +1 -1
  416. package/dist/cjs/product/components/product-button/hooks/useAddToCart.js +1 -1
  417. package/dist/cjs/product/components/product-button/hooks/useCartOperations.js +1 -1
  418. package/dist/cjs/product/components/product-button/hooks/useDispatchAfterSubmitEvent.js +1 -1
  419. package/dist/cjs/product/components/product-description/ProductDescription.js +1 -1
  420. package/dist/cjs/product/components/product-description/ProductDescription.liquid.js +14 -15
  421. package/dist/cjs/product/components/product-discount-tag/ProductDiscountTag.js +1 -1
  422. package/dist/cjs/product/components/product-discount-tag/ProductDiscountTag.liquid.js +10 -10
  423. package/dist/cjs/product/components/product-discount-tag/hooks/useGpDiscountTag.js +1 -1
  424. package/dist/cjs/product/components/product-images-v2/ProductImageV2.js +2 -2
  425. package/dist/cjs/product/components/product-images-v2/ProductImagesV2.liquid.js +10 -10
  426. package/dist/cjs/product/components/product-images-v3/ProductImageV3.js +2 -2
  427. package/dist/cjs/product/components/product-images-v3/ProductImagesV3.liquid.js +5 -5
  428. package/dist/cjs/product/components/product-list/ProductList.js +1 -1
  429. package/dist/cjs/product/components/product-list/ProductListCarouselItem.liquid.js +3 -4
  430. package/dist/cjs/product/components/product-list/ProductListGridItem.liquid.js +7 -8
  431. package/dist/cjs/product/components/product-list/ProductListGridLayout.liquid.js +7 -5
  432. package/dist/cjs/product/components/product-list-v3/ProductList.js +1 -1
  433. package/dist/cjs/product/components/product-list-v3/ProductListCarouselItem.liquid.js +3 -4
  434. package/dist/cjs/product/components/product-list-v3/ProductListGridItem.liquid.js +7 -8
  435. package/dist/cjs/product/components/product-list-v3/ProductListGridLayout.liquid.js +7 -5
  436. package/dist/cjs/product/components/product-list-v3/common/classes.js +1 -1
  437. package/dist/cjs/product/components/product-price/ProductPrice.js +1 -1
  438. package/dist/cjs/product/components/product-price/ProductPrice.liquid.js +3 -3
  439. package/dist/cjs/product/components/product-price/hooks/useGpPrice.js +1 -1
  440. package/dist/cjs/product/components/product-properties/ProductProperties.liquid.js +11 -11
  441. package/dist/cjs/product/components/product-properties/common/helpers.js +1 -1
  442. package/dist/cjs/product/components/product-properties/property-choice/ProductPropertyChoice.liquid.js +13 -13
  443. package/dist/cjs/product/components/product-properties/property-input/ProductPropertyInput.liquid.js +11 -11
  444. package/dist/cjs/product/components/product-properties/property-select/ProductPropertySelect.liquid.js +8 -8
  445. package/dist/cjs/product/components/product-sku/Sku.liquid.js +4 -3
  446. package/dist/cjs/product/components/product-title/ProductTitle.liquid.js +4 -5
  447. package/dist/cjs/product/components/product-variants/ProductVariants.js +1 -1
  448. package/dist/cjs/product/components/product-variants/ProductVariants.liquid.js +32 -32
  449. package/dist/cjs/product/components/product-variants/common/base/attrs.js +1 -1
  450. package/dist/cjs/product/components/product-variants/common/variants/classes.js +1 -1
  451. package/dist/cjs/product/components/product-vendor/Vendor.liquid.js +2 -2
  452. package/dist/cjs/product/components/product-view-more/ProductViewMore.liquid.js +2 -2
  453. package/dist/cjs/product/components/product-view-more/common/helpers.js +1 -1
  454. package/dist/cjs/product/components/product-wrap/Product.liquid.js +2 -2
  455. package/dist/cjs/product/helpers/function.js +1 -1
  456. package/dist/cjs/product/helpers/product-bundle.js +1 -1
  457. package/dist/cjs/product/settings/DynamicCheckout.js +2 -2
  458. package/dist/cjs/product/settings/Product.js +2 -2
  459. package/dist/cjs/product/settings/ProductBadge.js +1 -1
  460. package/dist/cjs/product/settings/ProductButton.js +2 -2
  461. package/dist/cjs/product/settings/ProductDescription.js +1 -1
  462. package/dist/cjs/product/settings/ProductImages.js +2 -2
  463. package/dist/cjs/product/settings/ProductList.js +2 -2
  464. package/dist/cjs/product/settings/ProductListV3.js +2 -2
  465. package/dist/cjs/product/settings/ProductPrice.js +2 -2
  466. package/dist/cjs/product/settings/ProductProperties.js +2 -2
  467. package/dist/cjs/product/settings/ProductQuantity.js +2 -2
  468. package/dist/cjs/product/settings/ProductTag.js +1 -1
  469. package/dist/cjs/product/settings/ProductTitle.js +2 -2
  470. package/dist/cjs/product/settings/ProductVariants.js +2 -2
  471. package/dist/cjs/product/settings/ProductViewMore.js +2 -2
  472. package/dist/cjs/product/settings/Sku.js +2 -2
  473. package/dist/cjs/product/settings/Vendor.js +2 -2
  474. package/dist/cjs/product/settings/bundle-layout/horizontal-three.js +1 -1
  475. package/dist/cjs/product/settings/bundle-layout/horizontal-two.js +1 -1
  476. package/dist/cjs/product/settings/dynamic-checkout/configs/presets.js +1 -1
  477. package/dist/cjs/product/settings/dynamic-checkout/configs/ui-v2.js +1 -1
  478. package/dist/cjs/product/settings/product/configs/product-presets/product-1-col.js +2 -2
  479. package/dist/cjs/product/settings/product/configs/product-presets/product-2-col.js +2 -2
  480. package/dist/cjs/product/settings/product/configs/product-presets/product-default.js +2 -2
  481. package/dist/cjs/product/settings/product/configs/ui-v2.js +1 -1
  482. package/dist/cjs/product/settings/product-badge/configs/presets.js +1 -1
  483. package/dist/cjs/product/settings/product-badge/configs/settings.js +1 -1
  484. package/dist/cjs/product/settings/product-badge/configs/translate.js +1 -0
  485. package/dist/cjs/product/settings/product-badge/configs/ui-v2.js +1 -1
  486. package/dist/cjs/product/settings/product-button/configs/presets.js +1 -1
  487. package/dist/cjs/product/settings/product-button/configs/settings.js +1 -1
  488. package/dist/cjs/product/settings/product-button/configs/translate.js +1 -0
  489. package/dist/cjs/product/settings/product-button/configs/ui-v2.js +1 -1
  490. package/dist/cjs/product/settings/product-description/configs/presets.js +1 -1
  491. package/dist/cjs/product/settings/product-description/configs/settings.js +1 -1
  492. package/dist/cjs/product/settings/product-description/configs/translate.js +1 -0
  493. package/dist/cjs/product/settings/product-description/configs/ui-v2.js +1 -1
  494. package/dist/cjs/product/settings/product-discount-tag/configs/translate.js +1 -0
  495. package/dist/cjs/product/settings/product-discount-tag/configs/ui-v2.js +1 -1
  496. package/dist/cjs/product/settings/product-image-v2/ProductImages.js +2 -2
  497. package/dist/cjs/product/settings/product-image-v2/configs/ui/FeatureDots.js +1 -1
  498. package/dist/cjs/product/settings/product-image-v2/configs/ui/FeatureNavigation.js +1 -1
  499. package/dist/cjs/product/settings/product-image-v2/configs/ui/ImageListNavigation.js +1 -1
  500. package/dist/cjs/product/settings/product-image-v2/configs/ui-v2.js +1 -1
  501. package/dist/cjs/product/settings/product-image-v3/ProductImages.js +2 -2
  502. package/dist/cjs/product/settings/product-image-v3/configs/ui/FeatureDots.js +1 -1
  503. package/dist/cjs/product/settings/product-image-v3/configs/ui/FeatureNavigation.js +1 -1
  504. package/dist/cjs/product/settings/product-image-v3/configs/ui/ImageListNavigation.js +1 -1
  505. package/dist/cjs/product/settings/product-image-v3/configs/ui-v2.js +1 -1
  506. package/dist/cjs/product/settings/product-list/configs/presets.js +2 -2
  507. package/dist/cjs/product/settings/product-list/configs/ui-v2.js +1 -1
  508. package/dist/cjs/product/settings/product-list-v3/configs/presets.js +2 -2
  509. package/dist/cjs/product/settings/product-list-v3/configs/ui-v2.js +1 -1
  510. package/dist/cjs/product/settings/product-price/configs/presets.js +2 -2
  511. package/dist/cjs/product/settings/product-price/configs/ui-v2.js +1 -1
  512. package/dist/cjs/product/settings/product-properties/configs/presets.js +1 -1
  513. package/dist/cjs/product/settings/product-properties/configs/settings-v2.js +1 -1
  514. package/dist/cjs/product/settings/product-properties/configs/translate.js +1 -0
  515. package/dist/cjs/product/settings/product-properties/configs/ui-v2.js +1 -1
  516. package/dist/cjs/product/settings/product-quantity/configs/presets.js +2 -2
  517. package/dist/cjs/product/settings/product-quantity/configs/settings.js +1 -1
  518. package/dist/cjs/product/settings/product-quantity/configs/ui-v2.js +1 -1
  519. package/dist/cjs/product/settings/product-sku/configs/presets.js +1 -1
  520. package/dist/cjs/product/settings/product-sku/configs/ui-v2.js +1 -1
  521. package/dist/cjs/product/settings/product-title/configs/presets.js +1 -1
  522. package/dist/cjs/product/settings/product-title/configs/ui-v2.js +1 -1
  523. package/dist/cjs/product/settings/product-variant/configs/presets.js +2 -2
  524. package/dist/cjs/product/settings/product-variant/configs/ui-v2.js +1 -1
  525. package/dist/cjs/product/settings/product-vendor/configs/presets.js +1 -1
  526. package/dist/cjs/product/settings/product-vendor/configs/ui-v2.js +1 -1
  527. package/dist/cjs/product/settings/product-view-more/configs/presets.js +1 -1
  528. package/dist/cjs/product/settings/product-view-more/configs/settings.js +1 -1
  529. package/dist/cjs/product/settings/product-view-more/configs/translate.js +1 -0
  530. package/dist/cjs/product/settings/product-view-more/configs/ui-v2.js +1 -1
  531. package/dist/cjs/shop-pay-installment/settings/ShopPayInstallments.js +1 -1
  532. package/dist/cjs/shop-pay-installment/settings/configs/settings.js +1 -1
  533. package/dist/cjs/sticky/common/styles.js +1 -1
  534. package/dist/cjs/sticky/components/Sticky.js +1 -1
  535. package/dist/cjs/sticky/components/Sticky.liquid.js +7 -8
  536. package/dist/cjs/sticky/index.js +1 -1
  537. package/dist/cjs/sticky/settings/Sticky.js +1 -1
  538. package/dist/cjs/sticky/settings/configs/presets.js +4 -4
  539. package/dist/cjs/sticky/settings/configs/translate.js +1 -0
  540. package/dist/cjs/sticky/settings/configs/ui-v2.js +1 -1
  541. package/dist/cjs/stock-counter/components/StockCounter.liquid.js +8 -8
  542. package/dist/cjs/stock-counter/settings/StockCounter.js +2 -2
  543. package/dist/cjs/stock-counter/settings/configs/presets.js +2 -2
  544. package/dist/cjs/stock-counter/settings/configs/settings-v2.js +1 -1
  545. package/dist/cjs/stock-counter/settings/configs/translate.js +1 -0
  546. package/dist/cjs/stock-counter/settings/configs/ui-v2.js +1 -1
  547. package/dist/cjs/tab/common/styles.js +1 -1
  548. package/dist/cjs/tab/components/Tabs.js +1 -1
  549. package/dist/cjs/tab/components/Tabs.liquid.js +12 -11
  550. package/dist/cjs/tab/settings/Tabs.js +2 -2
  551. package/dist/cjs/tab/settings/configs/settings.js +1 -1
  552. package/dist/cjs/tab/settings/configs/translate.js +1 -0
  553. package/dist/cjs/tab/settings/configs/ui-v2.js +1 -1
  554. package/dist/cjs/text/common/helpers.js +1 -1
  555. package/dist/cjs/text/common/styles.js +1 -1
  556. package/dist/cjs/text/components/Text.js +1 -1
  557. package/dist/cjs/text/components/Text.liquid.js +11 -11
  558. package/dist/cjs/text/settings/Text.js +2 -2
  559. package/dist/cjs/text/settings/configs/presets.js +1 -1
  560. package/dist/cjs/text/settings/configs/settings.js +1 -1
  561. package/dist/cjs/text/settings/configs/translate.js +1 -0
  562. package/dist/cjs/text/settings/configs/ui-v2.js +1 -1
  563. package/dist/cjs/third-party/components/GrowthSuiteDiscountCodes.js +2 -0
  564. package/dist/cjs/third-party/components/GrowthSuiteDiscountCodes.liquid.js +8 -0
  565. package/dist/cjs/third-party/components/PushOwl.liquid.js +1 -1
  566. package/dist/cjs/third-party/components/SealSubscriptions.liquid.js +40 -9
  567. package/dist/cjs/third-party/components/Trustoo.liquid.js +7 -5
  568. package/dist/cjs/third-party/components/WishlistPlus.liquid.js +1 -1
  569. package/dist/cjs/third-party/configs/GrowthSuiteDiscountCodes.js +1 -0
  570. package/dist/cjs/third-party/configs/LoloyalLoyaltyReferrals.js +1 -1
  571. package/dist/cjs/third-party/configs/ParcelPanel.js +1 -1
  572. package/dist/cjs/third-party/configs/Trustoo.js +1 -1
  573. package/dist/cjs/third-party/index.js +1 -1
  574. package/dist/cjs/third-party/next.js +1 -1
  575. package/dist/cjs/third-party/settings/AftershipEmailMarketingsms/index.js +2 -2
  576. package/dist/cjs/third-party/settings/AftershipEmailMarketingsms/uiV2.js +1 -1
  577. package/dist/cjs/third-party/settings/AirProductReviewsAppUgc/index.js +2 -2
  578. package/dist/cjs/third-party/settings/AirProductReviewsAppUgc/uiV2.js +1 -1
  579. package/dist/cjs/third-party/settings/AliReviews/index.js +2 -2
  580. package/dist/cjs/third-party/settings/AliReviews/uiV2.js +1 -1
  581. package/dist/cjs/third-party/settings/AlsoBoughtCbb/index.js +2 -2
  582. package/dist/cjs/third-party/settings/AlsoBoughtCbb/uiV2.js +1 -1
  583. package/dist/cjs/third-party/settings/AovBundlesVolumeDiscounts/index.js +1 -1
  584. package/dist/cjs/third-party/settings/AovBundlesVolumeDiscounts/uiV2.js +1 -1
  585. package/dist/cjs/third-party/settings/AovFreeGiftBuyXGetYBogo/index.js +2 -2
  586. package/dist/cjs/third-party/settings/AovFreeGiftBuyXGetYBogo/uiV2.js +1 -1
  587. package/dist/cjs/third-party/settings/AppointmentBookingCowlendar/index.js +2 -2
  588. package/dist/cjs/third-party/settings/AppointmentBookingCowlendar/uiV2.js +1 -1
  589. package/dist/cjs/third-party/settings/AppstleBundlesDiscounts/index.js +2 -2
  590. package/dist/cjs/third-party/settings/AppstleBundlesDiscounts/uiV2.js +1 -1
  591. package/dist/cjs/third-party/settings/AppstleSubscriptions/index.js +2 -2
  592. package/dist/cjs/third-party/settings/AppstleSubscriptions/uiV2.js +1 -1
  593. package/dist/cjs/third-party/settings/BestBuyFulfillment/index.js +2 -2
  594. package/dist/cjs/third-party/settings/BestBuyFulfillment/uiV2.js +1 -1
  595. package/dist/cjs/third-party/settings/BfSizeChartSizeGuide/index.js +2 -2
  596. package/dist/cjs/third-party/settings/BfSizeChartSizeGuide/uiV2.js +1 -1
  597. package/dist/cjs/third-party/settings/BirdChime/index.js +2 -2
  598. package/dist/cjs/third-party/settings/BirdChime/uiV2.js +1 -1
  599. package/dist/cjs/third-party/settings/BloyRewardsProgramLoyalty/index.js +1 -1
  600. package/dist/cjs/third-party/settings/BloyRewardsProgramLoyalty/uiV2.js +1 -1
  601. package/dist/cjs/third-party/settings/Bogos/index.js +2 -2
  602. package/dist/cjs/third-party/settings/Bogos/uiV2.js +1 -1
  603. package/dist/cjs/third-party/settings/BoldProductOptions/index.js +2 -2
  604. package/dist/cjs/third-party/settings/BoldProductOptions/uiV2.js +1 -1
  605. package/dist/cjs/third-party/settings/BoldSubscriptions/index.js +2 -2
  606. package/dist/cjs/third-party/settings/BoldSubscriptions/uiV2.js +1 -1
  607. package/dist/cjs/third-party/settings/BonLoyaltyRewardsReferrals/index.js +2 -2
  608. package/dist/cjs/third-party/settings/BonLoyaltyRewardsReferrals/uiV2.js +1 -1
  609. package/dist/cjs/third-party/settings/BoostAISearchDiscovery/index.js +2 -2
  610. package/dist/cjs/third-party/settings/BoostAISearchDiscovery/uiV2.js +1 -1
  611. package/dist/cjs/third-party/settings/Bundler/index.js +2 -2
  612. package/dist/cjs/third-party/settings/Bundler/uiV2.js +1 -1
  613. package/dist/cjs/third-party/settings/CleanSizeCharts/index.js +2 -2
  614. package/dist/cjs/third-party/settings/CleanSizeCharts/uiV2.js +1 -1
  615. package/dist/cjs/third-party/settings/CrossSellCartUpsell/index.js +2 -2
  616. package/dist/cjs/third-party/settings/CrossSellCartUpsell/uiV2.js +1 -1
  617. package/dist/cjs/third-party/settings/CustomProductOptionsVariant/index.js +2 -2
  618. package/dist/cjs/third-party/settings/CustomProductOptionsVariant/uiV2.js +1 -1
  619. package/dist/cjs/third-party/settings/DealeasyVolumeDiscounts/index.js +1 -1
  620. package/dist/cjs/third-party/settings/DealeasyVolumeDiscounts/uiV2.js +1 -1
  621. package/dist/cjs/third-party/settings/DiscountyBulkDiscountSales/index.js +2 -2
  622. package/dist/cjs/third-party/settings/DiscountyBulkDiscountSales/uiV2.js +1 -1
  623. package/dist/cjs/third-party/settings/EasifyProductOptions/index.js +2 -2
  624. package/dist/cjs/third-party/settings/EasifyProductOptions/uiV2.js +1 -1
  625. package/dist/cjs/third-party/settings/EasyBundleBuilderSkailama/index.js +2 -2
  626. package/dist/cjs/third-party/settings/EasyBundleBuilderSkailama/uiV2.js +1 -1
  627. package/dist/cjs/third-party/settings/EasySellCOD/index.js +2 -2
  628. package/dist/cjs/third-party/settings/EasySellCOD/uiV2.js +1 -1
  629. package/dist/cjs/third-party/settings/EcoboostifyShoppableReelUgc/index.js +2 -2
  630. package/dist/cjs/third-party/settings/EcoboostifyShoppableReelUgc/uiV2.js +1 -1
  631. package/dist/cjs/third-party/settings/EcomsendBackInStockAlert/index.js +2 -2
  632. package/dist/cjs/third-party/settings/EcomsendBackInStockAlert/uiV2.js +1 -1
  633. package/dist/cjs/third-party/settings/EssentialAnnouncementBar/index.js +2 -2
  634. package/dist/cjs/third-party/settings/EssentialAnnouncementBar/uiV2.js +1 -1
  635. package/dist/cjs/third-party/settings/EssentialCountdownTimerBar/index.js +2 -2
  636. package/dist/cjs/third-party/settings/EssentialCountdownTimerBar/uiV2.js +1 -1
  637. package/dist/cjs/third-party/settings/EstimatedDeliveryDatePlus/index.js +2 -2
  638. package/dist/cjs/third-party/settings/EstimatedDeliveryDatePlus/uiV2.js +1 -1
  639. package/dist/cjs/third-party/settings/FastBundleBundlesDiscounts/index.js +2 -2
  640. package/dist/cjs/third-party/settings/FastBundleBundlesDiscounts/uiV2.js +1 -1
  641. package/dist/cjs/third-party/settings/FeraReviews/index.js +2 -2
  642. package/dist/cjs/third-party/settings/FeraReviews/uiV2.js +1 -1
  643. package/dist/cjs/third-party/settings/FirePush/index.js +2 -2
  644. package/dist/cjs/third-party/settings/FirePush/uiV2.js +1 -1
  645. package/dist/cjs/third-party/settings/FlyBundlesUpsellsFbt/index.js +2 -2
  646. package/dist/cjs/third-party/settings/FlyBundlesUpsellsFbt/uiV2.js +1 -1
  647. package/dist/cjs/third-party/settings/FordeerProductLabels/index.js +2 -2
  648. package/dist/cjs/third-party/settings/FordeerProductLabels/uiV2.js +1 -1
  649. package/dist/cjs/third-party/settings/FrequentlyBoughtTogether/index.js +3 -3
  650. package/dist/cjs/third-party/settings/FrequentlyBoughtTogether/uiV2.js +1 -1
  651. package/dist/cjs/third-party/settings/GloColorSwatchvariantImage/index.js +2 -2
  652. package/dist/cjs/third-party/settings/GloColorSwatchvariantImage/uiV2.js +1 -1
  653. package/dist/cjs/third-party/settings/GloboProductOptionsVariant/index.js +2 -2
  654. package/dist/cjs/third-party/settings/GloboProductOptionsVariant/uiV2.js +1 -1
  655. package/dist/cjs/third-party/settings/GoogleReviewsByReputon/index.js +2 -2
  656. package/dist/cjs/third-party/settings/GoogleReviewsByReputon/uiV2.js +1 -1
  657. package/dist/cjs/third-party/settings/Growave/index.js +2 -2
  658. package/dist/cjs/third-party/settings/Growave/uiV2.js +1 -1
  659. package/dist/cjs/third-party/settings/GrowthSuiteDiscountCodes/index.js +4 -0
  660. package/dist/cjs/third-party/{setting/KachingSubscriptionsApp → settings/GrowthSuiteDiscountCodes}/uiV2.js +1 -1
  661. package/dist/cjs/third-party/settings/HextomCountdownTimerBar/index.js +2 -2
  662. package/dist/cjs/third-party/settings/HextomCountdownTimerBar/uiV2.js +1 -1
  663. package/dist/cjs/third-party/settings/HextomFreeShippingBar/index.js +2 -2
  664. package/dist/cjs/third-party/settings/HextomFreeShippingBar/uiV2.js +1 -1
  665. package/dist/cjs/third-party/settings/HulkFormBuilder/index.js +2 -2
  666. package/dist/cjs/third-party/settings/HulkFormBuilder/uiV2.js +1 -1
  667. package/dist/cjs/third-party/settings/HulkProductOptions/index.js +2 -2
  668. package/dist/cjs/third-party/settings/HulkProductOptions/uiV2.js +1 -1
  669. package/dist/cjs/third-party/settings/InfiniteOptions/index.js +2 -2
  670. package/dist/cjs/third-party/settings/InfiniteOptions/uiV2.js +1 -1
  671. package/dist/cjs/third-party/settings/Instafeed/index.js +2 -2
  672. package/dist/cjs/third-party/settings/Instafeed/uiV2.js +1 -1
  673. package/dist/cjs/third-party/settings/InstasellShoppableInstagram/index.js +2 -2
  674. package/dist/cjs/third-party/settings/InstasellShoppableInstagram/uiV2.js +1 -1
  675. package/dist/cjs/third-party/settings/JudgemeReviews/index.js +2 -2
  676. package/dist/cjs/third-party/settings/JudgemeReviews/uiV2.js +1 -1
  677. package/dist/cjs/third-party/settings/JunipProductReviewsUgc/index.js +2 -2
  678. package/dist/cjs/third-party/settings/JunipProductReviewsUgc/uiV2.js +1 -1
  679. package/dist/cjs/third-party/settings/KachingBundles/index.js +2 -2
  680. package/dist/cjs/third-party/settings/KachingBundles/uiV2.js +1 -1
  681. package/dist/cjs/third-party/{setting → settings}/KachingSubscriptionsApp/index.js +2 -2
  682. package/dist/cjs/third-party/settings/KachingSubscriptionsApp/uiV2.js +1 -0
  683. package/dist/cjs/third-party/settings/KingProductOptions/index.js +2 -2
  684. package/dist/cjs/third-party/settings/KingProductOptions/uiV2.js +1 -1
  685. package/dist/cjs/third-party/settings/KiteFreeGiftDiscount/index.js +2 -2
  686. package/dist/cjs/third-party/settings/KiteFreeGiftDiscount/uiV2.js +1 -1
  687. package/dist/cjs/third-party/settings/KlarnaMessaging/index.js +2 -2
  688. package/dist/cjs/third-party/settings/KlarnaMessaging/uiV2.js +1 -1
  689. package/dist/cjs/third-party/settings/Klaviyo/index.js +2 -2
  690. package/dist/cjs/third-party/settings/Klaviyo/uiV2.js +1 -1
  691. package/dist/cjs/third-party/settings/KoalaBundleQuantityDiscount/index.js +2 -2
  692. package/dist/cjs/third-party/settings/KoalaBundleQuantityDiscount/uiV2.js +1 -1
  693. package/dist/cjs/third-party/settings/LaiProductReviews/index.js +2 -2
  694. package/dist/cjs/third-party/settings/LaiProductReviews/uiV2.js +1 -1
  695. package/dist/cjs/third-party/settings/LoloyalLoyaltyReferrals/index.js +4 -4
  696. package/dist/cjs/third-party/settings/LoloyalLoyaltyReferrals/uiV2.js +1 -1
  697. package/dist/cjs/third-party/settings/LoopSubscriptions/index.js +2 -2
  698. package/dist/cjs/third-party/settings/LoopSubscriptions/uiV2.js +1 -1
  699. package/dist/cjs/third-party/settings/LooxReviews/index.js +2 -2
  700. package/dist/cjs/third-party/settings/LooxReviews/uiV2.js +1 -1
  701. package/dist/cjs/third-party/settings/MaxbundleProductBundles/index.js +2 -2
  702. package/dist/cjs/third-party/settings/MaxbundleProductBundles/uiV2.js +1 -1
  703. package/dist/cjs/third-party/settings/MbcBundleVolumeDiscount/index.js +2 -2
  704. package/dist/cjs/third-party/settings/MbcBundleVolumeDiscount/uiV2.js +1 -1
  705. package/dist/cjs/third-party/settings/MyappgurusProductReviews/index.js +2 -2
  706. package/dist/cjs/third-party/settings/MyappgurusProductReviews/uiV2.js +1 -1
  707. package/dist/cjs/third-party/settings/NotifyBackInStockPreOrder/index.js +2 -2
  708. package/dist/cjs/third-party/settings/NotifyBackInStockPreOrder/uiV2.js +1 -1
  709. package/dist/cjs/third-party/settings/OkendoReviewsLoyalty/index.js +2 -2
  710. package/dist/cjs/third-party/settings/OkendoReviewsLoyalty/uiV2.js +1 -1
  711. package/dist/cjs/third-party/settings/Omnisend/index.js +2 -2
  712. package/dist/cjs/third-party/settings/Omnisend/uiV2.js +1 -1
  713. package/dist/cjs/third-party/settings/Opinew/index.js +2 -2
  714. package/dist/cjs/third-party/settings/Opinew/uiV2.js +1 -1
  715. package/dist/cjs/third-party/settings/ParcelPanel/index.js +2 -2
  716. package/dist/cjs/third-party/settings/ParcelPanel/uiV2.js +1 -1
  717. package/dist/cjs/third-party/settings/PickyStory/index.js +2 -2
  718. package/dist/cjs/third-party/settings/PickyStory/uiV2.js +1 -1
  719. package/dist/cjs/third-party/settings/PowerfulContactFormBuilder/index.js +2 -2
  720. package/dist/cjs/third-party/settings/PowerfulContactFormBuilder/uiV2.js +1 -1
  721. package/dist/cjs/third-party/settings/PreorderNowPreOrderPq/index.js +2 -2
  722. package/dist/cjs/third-party/settings/PreorderNowPreOrderPq/uiV2.js +1 -1
  723. package/dist/cjs/third-party/settings/PreorderNowWodPresale/index.js +2 -2
  724. package/dist/cjs/third-party/settings/PreorderNowWodPresale/uiV2.js +1 -1
  725. package/dist/cjs/third-party/settings/ProductOptionsCustomizer/index.js +2 -2
  726. package/dist/cjs/third-party/settings/ProductOptionsCustomizer/uiV2.js +1 -1
  727. package/dist/cjs/third-party/settings/ProductOptionsVariantOption/index.js +2 -2
  728. package/dist/cjs/third-party/settings/ProductOptionsVariantOption/uiV2.js +1 -1
  729. package/dist/cjs/third-party/settings/ProductReviews/index.js +2 -2
  730. package/dist/cjs/third-party/settings/ProductReviews/uiV2.js +1 -1
  731. package/dist/cjs/third-party/settings/PumperBundlesVolumeDiscount/index.js +2 -2
  732. package/dist/cjs/third-party/settings/PumperBundlesVolumeDiscount/uiV2.js +1 -1
  733. package/dist/cjs/third-party/settings/PushOwl/index.js +2 -2
  734. package/dist/cjs/third-party/settings/PushOwl/uiV2.js +1 -1
  735. package/dist/cjs/third-party/settings/QikifyUpsell/index.js +2 -2
  736. package/dist/cjs/third-party/settings/QikifyUpsell/uiV2.js +1 -1
  737. package/dist/cjs/third-party/settings/RapiBundleQuantityBreaks/index.js +2 -2
  738. package/dist/cjs/third-party/settings/RapiBundleQuantityBreaks/uiV2.js +1 -1
  739. package/dist/cjs/third-party/settings/RechargeSubscriptions/index.js +2 -2
  740. package/dist/cjs/third-party/settings/RechargeSubscriptions/uiV2.js +1 -1
  741. package/dist/cjs/third-party/settings/RecurpaySubscriptionApp/index.js +2 -2
  742. package/dist/cjs/third-party/settings/RecurpaySubscriptionApp/uiV2.js +1 -1
  743. package/dist/cjs/third-party/settings/Releasit/index.js +2 -2
  744. package/dist/cjs/third-party/settings/Releasit/uiV2.js +1 -1
  745. package/dist/cjs/third-party/settings/RequestQuoteHidePrice/index.js +2 -2
  746. package/dist/cjs/third-party/settings/RequestQuoteHidePrice/uiV2.js +1 -1
  747. package/dist/cjs/third-party/settings/ReviewxpoProductReviewsApp/index.js +2 -2
  748. package/dist/cjs/third-party/settings/ReviewxpoProductReviewsApp/uiV2.js +1 -1
  749. package/dist/cjs/third-party/settings/Rivyo/index.js +2 -2
  750. package/dist/cjs/third-party/settings/Rivyo/uiV2.js +1 -1
  751. package/dist/cjs/third-party/settings/Ryviu/index.js +2 -2
  752. package/dist/cjs/third-party/settings/Ryviu/uiV2.js +1 -1
  753. package/dist/cjs/third-party/settings/SealSubscriptions/index.js +2 -2
  754. package/dist/cjs/third-party/settings/SealSubscriptions/uiV2.js +1 -1
  755. package/dist/cjs/third-party/settings/SegunoEmailMarketing/index.js +2 -2
  756. package/dist/cjs/third-party/settings/SegunoEmailMarketing/uiV2.js +1 -1
  757. package/dist/cjs/third-party/settings/Selleasy/index.js +2 -2
  758. package/dist/cjs/third-party/settings/Selleasy/uiV2.js +1 -1
  759. package/dist/cjs/third-party/settings/SeoantTrustBadgesIcon/index.js +2 -2
  760. package/dist/cjs/third-party/settings/SeoantTrustBadgesIcon/uiV2.js +1 -1
  761. package/dist/cjs/third-party/settings/ShopifyForms/index.js +2 -2
  762. package/dist/cjs/third-party/settings/ShopifyForms/uiV2.js +1 -1
  763. package/dist/cjs/third-party/settings/ShopifySubscriptions/index.js +2 -2
  764. package/dist/cjs/third-party/settings/ShopifySubscriptions/uiV2.js +1 -1
  765. package/dist/cjs/third-party/settings/SimpleBundlesKits/index.js +2 -2
  766. package/dist/cjs/third-party/settings/SimpleBundlesKits/uiV2.js +1 -1
  767. package/dist/cjs/third-party/settings/SkioSubscriptionsYcS20/index.js +2 -2
  768. package/dist/cjs/third-party/settings/SkioSubscriptionsYcS20/uiV2.js +1 -1
  769. package/dist/cjs/third-party/settings/SmartSearchBarAndFilters/index.js +2 -2
  770. package/dist/cjs/third-party/settings/SmartSearchBarAndFilters/uiV2.js +1 -1
  771. package/dist/cjs/third-party/settings/SproutPlantTreesGrowSales/index.js +2 -2
  772. package/dist/cjs/third-party/settings/SproutPlantTreesGrowSales/uiV2.js +1 -1
  773. package/dist/cjs/third-party/settings/Stamped.js +1 -1
  774. package/dist/cjs/third-party/settings/StellarDeliveryDatePickup/index.js +2 -2
  775. package/dist/cjs/third-party/settings/StellarDeliveryDatePickup/uiV2.js +1 -1
  776. package/dist/cjs/third-party/settings/SubifySubscriptionsApp/index.js +2 -2
  777. package/dist/cjs/third-party/settings/SubifySubscriptionsApp/uiV2.js +1 -1
  778. package/dist/cjs/third-party/settings/TagembedSocialPostReview/index.js +2 -2
  779. package/dist/cjs/third-party/settings/TagembedSocialPostReview/uiV2.js +1 -1
  780. package/dist/cjs/third-party/settings/TagshopShoppableVideosUgc/index.js +2 -2
  781. package/dist/cjs/third-party/settings/TagshopShoppableVideosUgc/uiV2.js +1 -1
  782. package/dist/cjs/third-party/settings/TeeinblueProductPersonalizer/index.js +2 -2
  783. package/dist/cjs/third-party/settings/TeeinblueProductPersonalizer/uiV2.js +1 -1
  784. package/dist/cjs/third-party/settings/TrustBadgesBear/index.js +2 -2
  785. package/dist/cjs/third-party/settings/TrustBadgesBear/uiV2.js +1 -1
  786. package/dist/cjs/third-party/settings/TrustMe/index.js +2 -2
  787. package/dist/cjs/third-party/settings/TrustMe/uiV2.js +1 -1
  788. package/dist/cjs/third-party/settings/TrustedsiteTrustBadges/index.js +2 -2
  789. package/dist/cjs/third-party/settings/TrustedsiteTrustBadges/uiV2.js +1 -1
  790. package/dist/cjs/third-party/settings/Trustoo/index.js +2 -2
  791. package/dist/cjs/third-party/settings/Trustoo/uiV2.js +1 -1
  792. package/dist/cjs/third-party/settings/TrustreviewsProductReviews/index.js +2 -2
  793. package/dist/cjs/third-party/settings/TrustreviewsProductReviews/uiV2.js +1 -1
  794. package/dist/cjs/third-party/settings/TrustshopProductReviews/index.js +2 -2
  795. package/dist/cjs/third-party/settings/TrustshopProductReviews/uiV2.js +1 -1
  796. package/dist/cjs/third-party/settings/UltimateSalesBoost/index.js +1 -1
  797. package/dist/cjs/third-party/settings/UltimateSalesBoost/uiV2.js +1 -1
  798. package/dist/cjs/third-party/settings/UnlimitedBundlesDiscounts/index.js +2 -2
  799. package/dist/cjs/third-party/settings/UnlimitedBundlesDiscounts/uiV2.js +1 -1
  800. package/dist/cjs/third-party/settings/UppromoteAffiliateMarketing/setting.js +1 -1
  801. package/dist/cjs/third-party/settings/UppromoteAffiliateMarketing/uiV2.js +1 -1
  802. package/dist/cjs/third-party/settings/Vitals/index.js +2 -2
  803. package/dist/cjs/third-party/settings/Vitals/uiV2.js +1 -1
  804. package/dist/cjs/third-party/settings/WhatmoreShoppableVideosreel/index.js +2 -2
  805. package/dist/cjs/third-party/settings/WhatmoreShoppableVideosreel/uiV2.js +1 -1
  806. package/dist/cjs/third-party/settings/WideBundle/index.js +2 -2
  807. package/dist/cjs/third-party/settings/WideBundle/uiV2.js +1 -1
  808. package/dist/cjs/third-party/settings/Wiser/index.js +2 -2
  809. package/dist/cjs/third-party/settings/Wiser/uiV2.js +1 -1
  810. package/dist/cjs/third-party/settings/WishlistKing/index.js +2 -2
  811. package/dist/cjs/third-party/settings/WishlistKing/uiV2.js +1 -1
  812. package/dist/cjs/third-party/settings/WishlistPlus/index.js +2 -2
  813. package/dist/cjs/third-party/settings/WishlistPlus/uiV2.js +1 -1
  814. package/dist/cjs/third-party/settings/YotpoLoyalty/index.js +2 -2
  815. package/dist/cjs/third-party/settings/YotpoLoyalty/uiV2.js +1 -1
  816. package/dist/cjs/third-party/settings/YotpoReviews/index.js +2 -2
  817. package/dist/cjs/third-party/settings/YotpoReviews/uiV2.js +1 -1
  818. package/dist/cjs/third-party-instant/settings/InstantJudgemeReviews/configs/ui-v2.js +1 -1
  819. package/dist/cjs/third-party-instant/settings/InstantJudgemeReviews/index.js +2 -2
  820. package/dist/cjs/third-party-instant/settings/InstantKlaviyo/configs/ui-v2.js +1 -1
  821. package/dist/cjs/third-party-instant/settings/InstantKlaviyo/index.js +2 -2
  822. package/dist/cjs/third-party-instant/settings/InstantLooxReviews/index.js +1 -1
  823. package/dist/cjs/third-party-instant/settings/InstantYotpoLoyalty/index.js +1 -1
  824. package/dist/cjs/third-party-slot/settings/ThirdPartySlot.js +2 -2
  825. package/dist/cjs/third-party-slot/settings/configs/ui-v2.js +1 -1
  826. package/dist/cjs/translate.js +2 -0
  827. package/dist/cjs/video/common/classes.js +1 -1
  828. package/dist/cjs/video/common/helpers.js +1 -1
  829. package/dist/cjs/video/components/HTML5Embed.liquid.js +27 -15
  830. package/dist/cjs/video/components/LiteVimeoEmbed.liquid.js +12 -11
  831. package/dist/cjs/video/components/LiteYouTubeEmbed.js +1 -1
  832. package/dist/cjs/video/components/LiteYouTubeEmbed.liquid.js +13 -10
  833. package/dist/cjs/video/components/Video.liquid.js +3 -3
  834. package/dist/cjs/video/settings/Video.js +2 -2
  835. package/dist/cjs/video/settings/configs/settings.js +1 -1
  836. package/dist/cjs/video/settings/configs/translate.js +1 -0
  837. package/dist/cjs/video/settings/configs/ui-v2.js +1 -1
  838. package/dist/esm/accordion/common/styles.js +1 -1
  839. package/dist/esm/accordion/components/Accordion.liquid.js +12 -13
  840. package/dist/esm/accordion/settings/Accordion.js +4 -4
  841. package/dist/esm/accordion/settings/configs/settings.js +1 -1
  842. package/dist/esm/accordion/settings/configs/translate.js +1 -0
  843. package/dist/esm/accordion/settings/configs/ui-v2.js +1 -1
  844. package/dist/esm/article/components/ArticleAuthor.liquid.js +1 -1
  845. package/dist/esm/article/components/ArticleContent.js +3 -3
  846. package/dist/esm/article/components/ArticleDate.liquid.js +2 -2
  847. package/dist/esm/article/components/ArticleExcerpt.js +1 -1
  848. package/dist/esm/article/components/ArticleExcerpt.liquid.js +2 -2
  849. package/dist/esm/article/components/ArticleNotFound.js +1 -1
  850. package/dist/esm/article/components/ArticleReadMore.liquid.js +4 -4
  851. package/dist/esm/article/components/ArticleTag.liquid.js +1 -1
  852. package/dist/esm/article/components/ArticleTitle.liquid.js +2 -2
  853. package/dist/esm/article/settings/ArticleAuthor.js +2 -2
  854. package/dist/esm/article/settings/ArticleCategory.js +2 -2
  855. package/dist/esm/article/settings/ArticleContent.js +2 -2
  856. package/dist/esm/article/settings/ArticleDate.js +2 -2
  857. package/dist/esm/article/settings/ArticleExcerpt.js +2 -2
  858. package/dist/esm/article/settings/ArticleImage.js +2 -2
  859. package/dist/esm/article/settings/ArticleList.js +2 -2
  860. package/dist/esm/article/settings/ArticlePagination.js +1 -1
  861. package/dist/esm/article/settings/ArticleReadMore.js +2 -2
  862. package/dist/esm/article/settings/ArticleTag.js +2 -2
  863. package/dist/esm/article/settings/ArticleTitle.js +2 -2
  864. package/dist/esm/article/settings/configs/article-author/presets.js +1 -1
  865. package/dist/esm/article/settings/configs/article-author/ui-v2.js +1 -1
  866. package/dist/esm/article/settings/configs/article-category/presets.js +1 -1
  867. package/dist/esm/article/settings/configs/article-category/ui-v2.js +1 -1
  868. package/dist/esm/article/settings/configs/article-content/presets.js +1 -1
  869. package/dist/esm/article/settings/configs/article-content/ui-v2.js +1 -1
  870. package/dist/esm/article/settings/configs/article-date/presets.js +1 -1
  871. package/dist/esm/article/settings/configs/article-date/ui-v2.js +1 -1
  872. package/dist/esm/article/settings/configs/article-excerpt/presets.js +1 -1
  873. package/dist/esm/article/settings/configs/article-excerpt/ui-v2.js +1 -1
  874. package/dist/esm/article/settings/configs/article-image/presets.js +1 -1
  875. package/dist/esm/article/settings/configs/article-image/ui-v2.js +1 -1
  876. package/dist/esm/article/settings/configs/article-list/presets.js +1 -1
  877. package/dist/esm/article/settings/configs/article-list/ui-v2.js +1 -1
  878. package/dist/esm/article/settings/configs/article-read-more/presets.js +1 -1
  879. package/dist/esm/article/settings/configs/article-read-more/settings.js +1 -1
  880. package/dist/esm/article/settings/configs/article-read-more/ui-v2.js +1 -1
  881. package/dist/esm/article/settings/configs/article-tag/presets.js +1 -1
  882. package/dist/esm/article/settings/configs/article-tag/ui-v2.js +1 -1
  883. package/dist/esm/article/settings/configs/article-title/presets.js +1 -1
  884. package/dist/esm/article/settings/configs/article-title/ui-v2.js +1 -1
  885. package/dist/esm/article/settings/configs/translate.js +1 -0
  886. package/dist/esm/breadcrumb/settings/Breadcrumb.js +1 -1
  887. package/dist/esm/breadcrumb/settings/configs/ui-v2.js +1 -1
  888. package/dist/esm/builder.js +1 -1
  889. package/dist/esm/button/common/helpers.js +1 -1
  890. package/dist/esm/button/components/Button.liquid.js +18 -18
  891. package/dist/esm/button/settings/Button.js +5 -5
  892. package/dist/esm/button/settings/configs/settings.js +1 -1
  893. package/dist/esm/button/settings/configs/translate.js +1 -0
  894. package/dist/esm/button/settings/configs/ui-v2.js +1 -1
  895. package/dist/esm/carousel/components/dot/Dots.js +1 -1
  896. package/dist/esm/carousel/components/root/Carousel.liquid.js +4 -3
  897. package/dist/esm/carousel/settings/Carousel.js +2 -2
  898. package/dist/esm/carousel/settings/configs/presets.js +4 -4
  899. package/dist/esm/carousel/settings/configs/ui-v2.js +1 -1
  900. package/dist/esm/carousel-v3/components/dot/Dots.js +1 -1
  901. package/dist/esm/carousel-v3/components/root/Carousel.liquid.js +4 -3
  902. package/dist/esm/carousel-v3/components/root/common/styles.js +1 -1
  903. package/dist/esm/carousel-v3/components/swiper/Swiper.js +1 -1
  904. package/dist/esm/carousel-v3/hooks/useCarousel.js +1 -1
  905. package/dist/esm/carousel-v3/settings/Carousel.js +2 -2
  906. package/dist/esm/carousel-v3/settings/configs/presets.js +4 -4
  907. package/dist/esm/carousel-v3/settings/configs/ui-v2.js +1 -1
  908. package/dist/esm/cart/components/shop-pay-button/ShopPayButton.liquid.js +2 -2
  909. package/dist/esm/code/common/styles.js +1 -1
  910. package/dist/esm/code/components/CSSCode.js +1 -1
  911. package/dist/esm/code/components/CSSCode.liquid.js +4 -4
  912. package/dist/esm/code/index.js +1 -1
  913. package/dist/esm/code/settings/CSSCode.js +2 -2
  914. package/dist/esm/code/settings/configs/translate.js +1 -0
  915. package/dist/esm/code/settings/configs/ui-v2.js +1 -1
  916. package/dist/esm/collection/components/collection-description/CollectionDescription.liquid.js +4 -5
  917. package/dist/esm/collection/components/collection-description/common/helpers.js +1 -1
  918. package/dist/esm/collection/components/collection-paginator/CollectionPaginator.liquid.js +4 -3
  919. package/dist/esm/collection/components/collection-paginator/common/helpers.js +2 -2
  920. package/dist/esm/collection/components/collection-title/CollectionTitle.liquid.js +1 -1
  921. package/dist/esm/collection/components/collection-toolbar/CollectionToolbar.liquid.js +4 -4
  922. package/dist/esm/collection/components/collection-toolbar/common/helpers.js +1 -1
  923. package/dist/esm/collection/settings/collection-banner/CollectionBanner.js +2 -2
  924. package/dist/esm/collection/settings/collection-banner/configs/ui-v2.js +1 -1
  925. package/dist/esm/collection/settings/collection-description/CollectionDescription.js +2 -2
  926. package/dist/esm/collection/settings/collection-description/configs/settings.js +1 -1
  927. package/dist/esm/collection/settings/collection-description/configs/translate.js +1 -0
  928. package/dist/esm/collection/settings/collection-description/configs/ui-v2.js +1 -1
  929. package/dist/esm/collection/settings/collection-paginator/CollectionPaginator.js +2 -2
  930. package/dist/esm/collection/settings/collection-paginator/configs/settings.js +1 -1
  931. package/dist/esm/collection/settings/collection-paginator/configs/translate.js +1 -0
  932. package/dist/esm/collection/settings/collection-paginator/configs/ui-v2.js +1 -1
  933. package/dist/esm/collection/settings/collection-title/CollectionTitle.js +2 -2
  934. package/dist/esm/collection/settings/collection-title/configs/ui-v2.js +1 -1
  935. package/dist/esm/collection/settings/collection-toolbar/CollectionToolbar.js +2 -2
  936. package/dist/esm/collection/settings/collection-toolbar/configs/settings.js +1 -1
  937. package/dist/esm/collection/settings/collection-toolbar/configs/translate.js +1 -0
  938. package/dist/esm/collection/settings/collection-toolbar/configs/ui-v2.js +1 -1
  939. package/dist/esm/common/components/NoDataState.js +1 -1
  940. package/dist/esm/constant.js +1 -1
  941. package/dist/esm/countdown-timer/common/helpers.js +1 -1
  942. package/dist/esm/countdown-timer/components/Countdown.liquid.js +26 -25
  943. package/dist/esm/countdown-timer/hooks/useCountDownTimer.js +1 -1
  944. package/dist/esm/countdown-timer/hooks/useTimeLeft.js +1 -1
  945. package/dist/esm/countdown-timer/settings/Countdown.js +3 -3
  946. package/dist/esm/countdown-timer/settings/configs/setting.js +1 -1
  947. package/dist/esm/countdown-timer/settings/configs/translate.js +1 -0
  948. package/dist/esm/countdown-timer/settings/configs/ui-v2.js +1 -1
  949. package/dist/esm/coupon/common/helpers.js +1 -1
  950. package/dist/esm/coupon/components/Coupon.liquid.js +5 -5
  951. package/dist/esm/coupon/settings/Coupon.js +2 -2
  952. package/dist/esm/coupon/settings/configs/presets.js +2 -2
  953. package/dist/esm/coupon/settings/configs/settings.js +1 -1
  954. package/dist/esm/coupon/settings/configs/translate.js +1 -0
  955. package/dist/esm/coupon/settings/configs/ui-v2.js +1 -1
  956. package/dist/esm/dialog/common/styles.js +1 -1
  957. package/dist/esm/dialog/components/Dialog.js +2 -2
  958. package/dist/esm/dialog/components/Dialog.liquid.js +20 -20
  959. package/dist/esm/dialog/settings/Dialog.js +2 -2
  960. package/dist/esm/dialog/settings/configs/translate.js +1 -0
  961. package/dist/esm/dialog/settings/configs/ui-v2.js +1 -1
  962. package/dist/esm/estimate-delivery/common/helpers.js +1 -1
  963. package/dist/esm/estimate-delivery/common/styles.js +1 -1
  964. package/dist/esm/estimate-delivery/components/EstimateDate.js +1 -1
  965. package/dist/esm/estimate-delivery/components/EstimateDate.liquid.js +3 -3
  966. package/dist/esm/estimate-delivery/settings/EstimateDate.js +2 -2
  967. package/dist/esm/estimate-delivery/settings/configs/settings.js +1 -1
  968. package/dist/esm/estimate-delivery/settings/configs/translate.js +1 -0
  969. package/dist/esm/estimate-delivery/settings/configs/ui-v2.js +1 -1
  970. package/dist/esm/form/components/form-checkbox/FormCheckbox.liquid.js +12 -12
  971. package/dist/esm/form/components/form-dropdown/FormDropdown.liquid.js +17 -17
  972. package/dist/esm/form/components/form-email/FormEmail.liquid.js +11 -11
  973. package/dist/esm/form/components/newsletter/Newsletter.liquid.js +17 -17
  974. package/dist/esm/form/components/submit-button/SubmitButton.liquid.js +2 -2
  975. package/dist/esm/form/components/submit-button/common/helpers.js +1 -1
  976. package/dist/esm/form/components/textarea/TextArea.liquid.js +10 -10
  977. package/dist/esm/form/components/textfield/TextField.liquid.js +9 -9
  978. package/dist/esm/form/components/textinput/TextInput.liquid.js +19 -19
  979. package/dist/esm/form/settings/contact/Contact.js +2 -2
  980. package/dist/esm/form/settings/contact/configs/settings.js +1 -1
  981. package/dist/esm/form/settings/contact/configs/translate.js +1 -0
  982. package/dist/esm/form/settings/contact/configs/ui-v2.js +1 -1
  983. package/dist/esm/form/settings/form-checkbox/FormCheckbox.js +2 -2
  984. package/dist/esm/form/settings/form-checkbox/configs/settings.js +1 -1
  985. package/dist/esm/form/settings/form-checkbox/configs/translate.js +1 -0
  986. package/dist/esm/form/settings/form-checkbox/configs/ui-v2.js +1 -1
  987. package/dist/esm/form/settings/form-dropdown/FormDropdown.js +2 -2
  988. package/dist/esm/form/settings/form-dropdown/configs/settings.js +1 -1
  989. package/dist/esm/form/settings/form-dropdown/configs/translate.js +1 -0
  990. package/dist/esm/form/settings/form-dropdown/configs/ui-v2.js +1 -1
  991. package/dist/esm/form/settings/form-email/FormEmail.js +2 -2
  992. package/dist/esm/form/settings/form-email/configs/settings.js +1 -1
  993. package/dist/esm/form/settings/form-email/configs/translate.js +1 -0
  994. package/dist/esm/form/settings/form-email/configs/ui-v2.js +1 -1
  995. package/dist/esm/form/settings/form-textarea/Textarea.js +2 -2
  996. package/dist/esm/form/settings/form-textarea/configs/settings.js +1 -1
  997. package/dist/esm/form/settings/form-textarea/configs/translate.js +1 -0
  998. package/dist/esm/form/settings/form-textarea/configs/ui-v2.js +1 -1
  999. package/dist/esm/form/settings/newsletter/Newsletter.js +2 -2
  1000. package/dist/esm/form/settings/newsletter/configs/settings.js +1 -1
  1001. package/dist/esm/form/settings/newsletter/configs/translate.js +1 -0
  1002. package/dist/esm/form/settings/newsletter/configs/ui-v2.js +1 -1
  1003. package/dist/esm/form/settings/submit-button/SubmitButton.js +2 -2
  1004. package/dist/esm/form/settings/submit-button/configs/settings.js +1 -1
  1005. package/dist/esm/form/settings/submit-button/configs/translate.js +1 -0
  1006. package/dist/esm/form/settings/submit-button/configs/ui-v2.js +1 -1
  1007. package/dist/esm/form/settings/text-field/TextField.js +2 -2
  1008. package/dist/esm/form/settings/text-field/configs/settings.js +1 -1
  1009. package/dist/esm/form/settings/text-field/configs/translate.js +1 -0
  1010. package/dist/esm/form/settings/text-field/configs/ui-v2.js +1 -1
  1011. package/dist/esm/form/settings/text-input/TextInput.js +2 -2
  1012. package/dist/esm/form/settings/text-input/configs/settings.js +1 -1
  1013. package/dist/esm/form/settings/text-input/configs/translate.js +1 -0
  1014. package/dist/esm/form/settings/text-input/configs/ui-v2.js +1 -1
  1015. package/dist/esm/grid/components/row/Row.js +1 -1
  1016. package/dist/esm/grid/components/row/Row.liquid.js +23 -18
  1017. package/dist/esm/grid/components/row/common/helpers.js +1 -1
  1018. package/dist/esm/grid/components/row/common/styles.js +1 -1
  1019. package/dist/esm/grid/settings/Row.js +2 -2
  1020. package/dist/esm/grid/settings/Section.js +1 -1
  1021. package/dist/esm/grid/settings/configs/row/presets.js +4 -4
  1022. package/dist/esm/grid/settings/configs/row/translate.js +1 -0
  1023. package/dist/esm/grid/settings/configs/row/ui-v2.js +1 -1
  1024. package/dist/esm/grid/settings/configs/section/ui-v2.js +1 -1
  1025. package/dist/esm/header/settings/Header.js +2 -2
  1026. package/dist/esm/header/settings/configs/presets.js +1 -1
  1027. package/dist/esm/header/settings/configs/ui-v2.js +1 -1
  1028. package/dist/esm/heading/components/Heading.liquid.js +1 -1
  1029. package/dist/esm/heading/settings/Heading.js +2 -2
  1030. package/dist/esm/heading/settings/configs/presets.js +1 -1
  1031. package/dist/esm/heading/settings/configs/settings.js +1 -1
  1032. package/dist/esm/heading/settings/configs/translate.js +1 -0
  1033. package/dist/esm/heading/settings/configs/ui-v2.js +1 -1
  1034. package/dist/esm/helpers.js +1 -1
  1035. package/dist/esm/hero-banner/common/classes.js +1 -1
  1036. package/dist/esm/hero-banner/common/const.js +1 -1
  1037. package/dist/esm/hero-banner/common/helpers.js +1 -1
  1038. package/dist/esm/hero-banner/common/styles.js +1 -1
  1039. package/dist/esm/hero-banner/components/HeroBanner.js +1 -1
  1040. package/dist/esm/hero-banner/components/HeroBanner.liquid.js +12 -12
  1041. package/dist/esm/hero-banner/components/HeroBannerItem.js +1 -1
  1042. package/dist/esm/hero-banner/components/HeroBannerItem.liquid.js +10 -10
  1043. package/dist/esm/hero-banner/hooks/useHeroBanner.js +1 -1
  1044. package/dist/esm/hero-banner/hooks/useHeroBannerItem.js +1 -0
  1045. package/dist/esm/hero-banner/settings/HeroBanner.js +2 -2
  1046. package/dist/esm/hero-banner/settings/configs/presets/banner-1-col-pre-sales-page.js +1 -1
  1047. package/dist/esm/hero-banner/settings/configs/presets/banner-1-col.js +1 -1
  1048. package/dist/esm/hero-banner/settings/configs/presets/banner-content-left-pre-sales-page.js +1 -1
  1049. package/dist/esm/hero-banner/settings/configs/presets/banner-content-left.js +1 -1
  1050. package/dist/esm/hero-banner/settings/configs/presets/banner-content-right-pre-sales-page.js +1 -1
  1051. package/dist/esm/hero-banner/settings/configs/presets/banner-content-right.js +1 -1
  1052. package/dist/esm/hero-banner/settings/configs/presets/banner-parallax-pre-sales-page.js +1 -1
  1053. package/dist/esm/hero-banner/settings/configs/presets/banner-parallax.js +1 -1
  1054. package/dist/esm/hero-banner/settings/configs/presets/banner-video-pre-sales-page.js +2 -2
  1055. package/dist/esm/hero-banner/settings/configs/presets/banner-video.js +2 -2
  1056. package/dist/esm/hero-banner/settings/configs/settings.js +1 -1
  1057. package/dist/esm/hero-banner/settings/configs/translate.js +1 -0
  1058. package/dist/esm/hero-banner/settings/configs/ui-v2.js +1 -1
  1059. package/dist/esm/icon/settings/Icon.js +2 -2
  1060. package/dist/esm/icon/settings/configs/presets.js +2 -2
  1061. package/dist/esm/icon/settings/configs/ui-v2.js +1 -1
  1062. package/dist/esm/icon-list/common/styles.js +1 -1
  1063. package/dist/esm/icon-list/components/IconList.js +1 -1
  1064. package/dist/esm/icon-list/components/IconList.liquid.js +8 -8
  1065. package/dist/esm/icon-list/index.js +1 -1
  1066. package/dist/esm/icon-list/settings/IconList.js +4 -4
  1067. package/dist/esm/icon-list/settings/configs/translate.js +1 -0
  1068. package/dist/esm/icon-list/settings/configs/ui-v2.js +1 -1
  1069. package/dist/esm/icon-list-hoz/settings/IconListHoz.js +2 -2
  1070. package/dist/esm/icon-list-hoz/settings/configs/presets.js +2 -2
  1071. package/dist/esm/icon-list-hoz/settings/configs/uiV2.js +1 -1
  1072. package/dist/esm/icon-list-v2/common/helpers.js +1 -1
  1073. package/dist/esm/icon-list-v2/common/styles.js +1 -1
  1074. package/dist/esm/icon-list-v2/components/IconList.js +1 -1
  1075. package/dist/esm/icon-list-v2/components/IconList.liquid.js +16 -16
  1076. package/dist/esm/icon-list-v2/settings/IconList.js +2 -2
  1077. package/dist/esm/icon-list-v2/settings/configs/settings.js +1 -1
  1078. package/dist/esm/icon-list-v2/settings/configs/translate.js +1 -0
  1079. package/dist/esm/icon-list-v2/settings/configs/ui-v2.js +1 -1
  1080. package/dist/esm/image/common/attrs.js +1 -1
  1081. package/dist/esm/image/common/helpers.js +2 -2
  1082. package/dist/esm/image/components/Image.js +1 -1
  1083. package/dist/esm/image/components/Image.liquid.js +10 -10
  1084. package/dist/esm/image/settings/Image.js +2 -2
  1085. package/dist/esm/image/settings/configs/presets.js +4 -4
  1086. package/dist/esm/image/settings/configs/settings.js +1 -1
  1087. package/dist/esm/image/settings/configs/translate.js +1 -0
  1088. package/dist/esm/image/settings/configs/ui-v2.js +1 -1
  1089. package/dist/esm/image-comparison/common/attrs.js +1 -1
  1090. package/dist/esm/image-comparison/common/helpers.js +1 -1
  1091. package/dist/esm/image-comparison/components/CompareImage.liquid.js +13 -13
  1092. package/dist/esm/image-comparison/components/ImageComparison.liquid.js +3 -3
  1093. package/dist/esm/image-comparison/components/Label.liquid.js +6 -6
  1094. package/dist/esm/image-comparison/index.js +1 -1
  1095. package/dist/esm/image-comparison/settings/ImageComparison.js +2 -2
  1096. package/dist/esm/image-comparison/settings/configs/settings.js +1 -1
  1097. package/dist/esm/image-comparison/settings/configs/translate.js +1 -0
  1098. package/dist/esm/image-comparison/settings/configs/ui-v2.js +1 -1
  1099. package/dist/esm/image-detection/settings/ImageDetection.js +1 -1
  1100. package/dist/esm/index.js +1 -1
  1101. package/dist/esm/index.liquid.js +1 -1
  1102. package/dist/esm/line/settings/Line.js +2 -2
  1103. package/dist/esm/line/settings/configs/presets.js +1 -1
  1104. package/dist/esm/line/settings/configs/ui-v2.js +1 -1
  1105. package/dist/esm/marquee/components/Marquee.liquid.js +24 -24
  1106. package/dist/esm/marquee/settings/Marquee.js +2 -2
  1107. package/dist/esm/marquee/settings/configs/presets.js +2 -2
  1108. package/dist/esm/marquee/settings/configs/ui-v2.js +1 -1
  1109. package/dist/esm/next.js +1 -1
  1110. package/dist/esm/post-purchase/advanced-list/settings/AdvancedListPostPurchase.js +2 -2
  1111. package/dist/esm/post-purchase/advanced-list/settings/configs/presets.js +1 -1
  1112. package/dist/esm/post-purchase/advanced-list/settings/configs/ui-v2.js +1 -1
  1113. package/dist/esm/post-purchase/button/settings/Button.js +2 -2
  1114. package/dist/esm/post-purchase/button/settings/configs/presets.js +1 -1
  1115. package/dist/esm/post-purchase/button/settings/configs/settings.js +1 -1
  1116. package/dist/esm/post-purchase/button/settings/configs/ui-v2.js +1 -1
  1117. package/dist/esm/post-purchase/buyer-consent/common/classes.js +1 -0
  1118. package/dist/esm/post-purchase/buyer-consent/common/constants.js +1 -0
  1119. package/dist/esm/post-purchase/buyer-consent/common/helpers.js +1 -0
  1120. package/dist/esm/post-purchase/buyer-consent/common/styles.js +1 -0
  1121. package/dist/esm/post-purchase/buyer-consent/components/BuyerConsent.js +1 -0
  1122. package/dist/esm/post-purchase/buyer-consent/components/PostPurchaseCheckbox.js +1 -0
  1123. package/dist/esm/post-purchase/buyer-consent/hooks/useBuyerConsentChecked.js +1 -0
  1124. package/dist/esm/post-purchase/buyer-consent/index.js +1 -0
  1125. package/dist/esm/post-purchase/buyer-consent/next.js +1 -0
  1126. package/dist/esm/post-purchase/buyer-consent/settings/BuyerConsent.js +5 -0
  1127. package/dist/esm/post-purchase/buyer-consent/settings/configs/presets.js +5 -0
  1128. package/dist/esm/post-purchase/buyer-consent/settings/configs/settings.js +1 -0
  1129. package/dist/esm/post-purchase/buyer-consent/settings/configs/ui-v2.js +1 -0
  1130. package/dist/esm/post-purchase/callout-banner/settings/CalloutBox.js +1 -1
  1131. package/dist/esm/post-purchase/callout-banner/settings/config/callout-box/preset.js +1 -1
  1132. package/dist/esm/post-purchase/callout-banner/settings/config/callout-box/ui-v2.js +1 -1
  1133. package/dist/esm/post-purchase/callout-banner/settings/config/callout-text/preset.js +1 -1
  1134. package/dist/esm/post-purchase/callout-banner/settings/config/callout-text/ui-v2.js +1 -1
  1135. package/dist/esm/post-purchase/countdown-timer/hooks/useCountdownTimer.js +1 -1
  1136. package/dist/esm/post-purchase/countdown-timer/settings/CountdownTimer.js +2 -2
  1137. package/dist/esm/post-purchase/countdown-timer/settings/config/preset.js +1 -1
  1138. package/dist/esm/post-purchase/countdown-timer/settings/config/ui-v2.js +1 -1
  1139. package/dist/esm/post-purchase/image/settings/Image.js +1 -1
  1140. package/dist/esm/post-purchase/image/settings/configs/ui-v2.js +1 -1
  1141. package/dist/esm/post-purchase/line/index.js +1 -1
  1142. package/dist/esm/post-purchase/line/settings/PostPurchaseLine.js +2 -2
  1143. package/dist/esm/post-purchase/line/settings/configs/presets.js +1 -1
  1144. package/dist/esm/post-purchase/line/settings/configs/ui-v2.js +1 -1
  1145. package/dist/esm/post-purchase/link/settings/PostPurchaseLink.js +2 -2
  1146. package/dist/esm/post-purchase/link/settings/configs/presets.js +1 -1
  1147. package/dist/esm/post-purchase/link/settings/configs/ui-v2.js +1 -1
  1148. package/dist/esm/post-purchase/product/components/AcceptButton.js +1 -1
  1149. package/dist/esm/post-purchase/product/components/ProductPrice.js +1 -1
  1150. package/dist/esm/post-purchase/product/components/ProductPriceBreakdown.js +1 -1
  1151. package/dist/esm/post-purchase/product/components/price-breakdown/MoneyLine.js +1 -1
  1152. package/dist/esm/post-purchase/product/components/product-image/index.js +1 -1
  1153. package/dist/esm/post-purchase/product/components/product-offer/common/attrs.js +1 -1
  1154. package/dist/esm/post-purchase/product/components/product-offer/components/ProductOfferItem.js +1 -1
  1155. package/dist/esm/post-purchase/product/components/product-offer/hooks/useProductOfferData.js +1 -1
  1156. package/dist/esm/post-purchase/product/components/product-subscription/ProductSubscription.js +1 -0
  1157. package/dist/esm/post-purchase/product/components/product-subscription/common/attrs.js +1 -0
  1158. package/dist/esm/post-purchase/product/components/product-subscription/common/classes.js +1 -0
  1159. package/dist/esm/post-purchase/product/components/product-subscription/common/extractSellingPlanSettings.js +1 -0
  1160. package/dist/esm/post-purchase/product/components/product-subscription/common/styles.js +1 -0
  1161. package/dist/esm/post-purchase/product/components/product-subscription/components/OneTimePurchaseTooltip.js +1 -0
  1162. package/dist/esm/post-purchase/product/components/product-subscription/components/SellingPlanDropdown.js +1 -0
  1163. package/dist/esm/post-purchase/product/components/product-subscription/components/SellingPlanLabel.js +1 -0
  1164. package/dist/esm/post-purchase/product/components/product-subscription/components/SellingPlanRadio.js +1 -0
  1165. package/dist/esm/post-purchase/product/components/product-subscription/components/SubscriptionDetail.js +1 -0
  1166. package/dist/esm/post-purchase/product/components/product-subscription/components/SubscriptionRadio.js +1 -0
  1167. package/dist/esm/post-purchase/product/components/product-subscription/helpers/calculateBestSellingPlan.js +1 -0
  1168. package/dist/esm/post-purchase/product/components/product-subscription/helpers/findDefaultValue.js +1 -0
  1169. package/dist/esm/post-purchase/product/components/product-subscription/helpers/findMatchedGroup.js +1 -0
  1170. package/dist/esm/post-purchase/product/components/product-subscription/helpers/findVariantByOptions.js +1 -0
  1171. package/dist/esm/post-purchase/product/components/product-subscription/hooks/useSellingPlanChange.js +1 -0
  1172. package/dist/esm/post-purchase/product/components/product-subscription/hooks/useSellingPlanOptions.js +1 -0
  1173. package/dist/esm/post-purchase/product/components/product-subscription/hooks/useSellingSubscription.js +1 -0
  1174. package/dist/esm/post-purchase/product/components/product-subscription/hooks/useSubscriptionVisibility.js +1 -0
  1175. package/dist/esm/post-purchase/product/components/product-subscription/types.js +1 -0
  1176. package/dist/esm/post-purchase/product/constants/ProductOfferPlaceholder.js +1 -1
  1177. package/dist/esm/post-purchase/product/constants/index.js +1 -1
  1178. package/dist/esm/post-purchase/product/helpers/product-price-breakdown/getPrice.js +1 -0
  1179. package/dist/esm/post-purchase/product/hooks/useGetMoneyLines.js +1 -1
  1180. package/dist/esm/post-purchase/product/hooks/useGetTextSetting.js +1 -1
  1181. package/dist/esm/post-purchase/product/hooks/useProductPriceBreakdown.js +1 -0
  1182. package/dist/esm/post-purchase/product/hooks/useRecurringSubtotal.js +1 -0
  1183. package/dist/esm/post-purchase/product/hooks/useSubscriptionConsentCheck.js +1 -0
  1184. package/dist/esm/post-purchase/product/hooks/useSubscriptionSellingType.js +1 -0
  1185. package/dist/esm/post-purchase/product/index.js +1 -1
  1186. package/dist/esm/post-purchase/product/next.js +1 -1
  1187. package/dist/esm/post-purchase/product/settings/accept-button/configs/presets.js +1 -1
  1188. package/dist/esm/post-purchase/product/settings/accept-button/configs/ui-v2.js +1 -1
  1189. package/dist/esm/post-purchase/product/settings/accept-button/index.js +2 -2
  1190. package/dist/esm/post-purchase/product/settings/presets-config/product-presets/product-1-col.js +1 -1
  1191. package/dist/esm/post-purchase/product/settings/presets-config/product-presets/product-2-col.js +1 -1
  1192. package/dist/esm/post-purchase/product/settings/presets-config/product-presets/product-default.js +1 -1
  1193. package/dist/esm/post-purchase/product/settings/presets-config/product-presets/product-offer-1-col.js +2 -2
  1194. package/dist/esm/post-purchase/product/settings/presets-config/product-presets/product-offer-2-col.js +2 -2
  1195. package/dist/esm/post-purchase/product/settings/presets-config/product-presets/product-offer-default.js +2 -2
  1196. package/dist/esm/post-purchase/product/settings/product-description/ProductDescription.js +2 -2
  1197. package/dist/esm/post-purchase/product/settings/product-description/configs/ui-v2.js +1 -1
  1198. package/dist/esm/post-purchase/product/settings/product-discount-tag/ProductDiscountTag.js +1 -1
  1199. package/dist/esm/post-purchase/product/settings/product-discount-tag/configs/setting-v2.js +1 -1
  1200. package/dist/esm/post-purchase/product/settings/product-discount-tag/configs/ui-v2.js +1 -1
  1201. package/dist/esm/post-purchase/product/settings/product-image/ProductImages.js +3 -3
  1202. package/dist/esm/post-purchase/product/settings/product-image/configs/ui-v2.js +1 -1
  1203. package/dist/esm/post-purchase/product/settings/product-offer/configs/ui-v2.js +1 -1
  1204. package/dist/esm/post-purchase/product/settings/product-offer/index.js +2 -2
  1205. package/dist/esm/post-purchase/product/settings/product-price/ProductPrice.js +3 -3
  1206. package/dist/esm/post-purchase/product/settings/product-price/configs/settings-v2.js +1 -1
  1207. package/dist/esm/post-purchase/product/settings/product-price/configs/ui-v2.js +1 -1
  1208. package/dist/esm/post-purchase/product/settings/product-price-breakdown/configs/presets.js +1 -1
  1209. package/dist/esm/post-purchase/product/settings/product-price-breakdown/configs/settings.js +1 -1
  1210. package/dist/esm/post-purchase/product/settings/product-price-breakdown/configs/ui-v2.js +1 -1
  1211. package/dist/esm/post-purchase/product/settings/product-price-breakdown/index.js +2 -2
  1212. package/dist/esm/post-purchase/product/settings/product-quantity/configs/presets.js +1 -1
  1213. package/dist/esm/post-purchase/product/settings/product-quantity/configs/ui-v2.js +1 -1
  1214. package/dist/esm/post-purchase/product/settings/product-quantity/index.js +2 -2
  1215. package/dist/esm/post-purchase/product/settings/product-subscription/configs/presets.js +10 -0
  1216. package/dist/esm/post-purchase/product/settings/product-subscription/configs/settings.js +1 -0
  1217. package/dist/esm/post-purchase/product/settings/product-subscription/configs/ui-v2.js +1 -0
  1218. package/dist/esm/post-purchase/product/settings/product-subscription/index.js +9 -0
  1219. package/dist/esm/post-purchase/product/settings/product-title/ProductTitle.js +2 -2
  1220. package/dist/esm/post-purchase/product/settings/product-title/configs/ui-v2.js +1 -1
  1221. package/dist/esm/post-purchase/product/settings/product-variants/ProductVariant.js +2 -2
  1222. package/dist/esm/post-purchase/product/settings/product-variants/configs/ui-v2.js +1 -1
  1223. package/dist/esm/post-purchase/text/settings/heading/configs/presets-v2.js +1 -1
  1224. package/dist/esm/post-purchase/text/settings/text/Text.js +2 -2
  1225. package/dist/esm/post-purchase/text/settings/text/configs/ui-v2.js +1 -1
  1226. package/dist/esm/postPurchaseSetting.js +1 -1
  1227. package/dist/esm/product/components/ProductImages.js +1 -1
  1228. package/dist/esm/product/components/ProductImages.liquid.js +12 -12
  1229. package/dist/esm/product/components/ProductNotFound.js +1 -1
  1230. package/dist/esm/product/components/dynamic-checkout/Button.liquid.js +13 -13
  1231. package/dist/esm/product/components/file-upload/UploadFile.liquid.js +3 -4
  1232. package/dist/esm/product/components/file-upload/common/helpers.js +1 -1
  1233. package/dist/esm/product/components/file-upload/settings/configs/presets.js +1 -1
  1234. package/dist/esm/product/components/file-upload/settings/configs/settings.js +1 -1
  1235. package/dist/esm/product/components/file-upload/settings/configs/translate.js +1 -0
  1236. package/dist/esm/product/components/file-upload/settings/configs/ui-v2.js +1 -1
  1237. package/dist/esm/product/components/product-badge/ProductBadge.js +1 -1
  1238. package/dist/esm/product/components/product-badge/ProductBadge.liquid.js +23 -23
  1239. package/dist/esm/product/components/product-badge/common/attrs.js +1 -1
  1240. package/dist/esm/product/components/product-badge/common/classes.js +1 -1
  1241. package/dist/esm/product/components/product-badge/common/styles.js +1 -1
  1242. package/dist/esm/product/components/product-badge/utils/common.js +1 -1
  1243. package/dist/esm/product/components/product-badge/utils/generateLiquidContent.js +1 -1
  1244. package/dist/esm/product/components/product-badge/utils/renderBadgeLiquid.js +9 -5
  1245. package/dist/esm/product/components/product-bundle/ProductBundleDiscount.js +1 -1
  1246. package/dist/esm/product/components/product-bundle/ProductBundleDiscount.liquid.js +9 -8
  1247. package/dist/esm/product/components/product-bundle/setting/ProductBundleDiscount.js +2 -2
  1248. package/dist/esm/product/components/product-bundle/setting/configs/ui-v2.js +1 -1
  1249. package/dist/esm/product/components/product-button/ProductButton.liquid.js +8 -7
  1250. package/dist/esm/product/components/product-button/common/classes.js +1 -1
  1251. package/dist/esm/product/components/product-button/common/helpers.js +1 -1
  1252. package/dist/esm/product/components/product-button/helpers/getButtonDynamicSourceLocales.js +1 -1
  1253. package/dist/esm/product/components/product-button/hooks/useAddToCart.js +1 -1
  1254. package/dist/esm/product/components/product-button/hooks/useCartOperations.js +1 -1
  1255. package/dist/esm/product/components/product-button/hooks/useDispatchAfterSubmitEvent.js +1 -1
  1256. package/dist/esm/product/components/product-description/ProductDescription.js +1 -1
  1257. package/dist/esm/product/components/product-description/ProductDescription.liquid.js +13 -14
  1258. package/dist/esm/product/components/product-discount-tag/ProductDiscountTag.js +1 -1
  1259. package/dist/esm/product/components/product-discount-tag/ProductDiscountTag.liquid.js +14 -14
  1260. package/dist/esm/product/components/product-discount-tag/hooks/useGpDiscountTag.js +1 -1
  1261. package/dist/esm/product/components/product-images-v2/ProductImageV2.js +2 -2
  1262. package/dist/esm/product/components/product-images-v2/ProductImagesV2.liquid.js +17 -17
  1263. package/dist/esm/product/components/product-images-v3/ProductImageV3.js +2 -2
  1264. package/dist/esm/product/components/product-images-v3/ProductImagesV3.liquid.js +14 -14
  1265. package/dist/esm/product/components/product-list/ProductList.js +1 -1
  1266. package/dist/esm/product/components/product-list/ProductListCarouselItem.liquid.js +3 -4
  1267. package/dist/esm/product/components/product-list/ProductListGridItem.liquid.js +5 -6
  1268. package/dist/esm/product/components/product-list/ProductListGridLayout.liquid.js +7 -5
  1269. package/dist/esm/product/components/product-list-v3/ProductList.js +1 -1
  1270. package/dist/esm/product/components/product-list-v3/ProductListCarouselItem.liquid.js +3 -4
  1271. package/dist/esm/product/components/product-list-v3/ProductListGridItem.liquid.js +5 -6
  1272. package/dist/esm/product/components/product-list-v3/ProductListGridLayout.liquid.js +7 -5
  1273. package/dist/esm/product/components/product-list-v3/common/classes.js +1 -1
  1274. package/dist/esm/product/components/product-price/ProductPrice.js +1 -1
  1275. package/dist/esm/product/components/product-price/ProductPrice.liquid.js +4 -4
  1276. package/dist/esm/product/components/product-price/hooks/useGpPrice.js +1 -1
  1277. package/dist/esm/product/components/product-properties/ProductProperties.liquid.js +11 -11
  1278. package/dist/esm/product/components/product-properties/common/helpers.js +1 -1
  1279. package/dist/esm/product/components/product-properties/property-choice/ProductPropertyChoice.liquid.js +14 -14
  1280. package/dist/esm/product/components/product-properties/property-input/ProductPropertyInput.liquid.js +13 -13
  1281. package/dist/esm/product/components/product-properties/property-select/ProductPropertySelect.liquid.js +7 -7
  1282. package/dist/esm/product/components/product-sku/Sku.liquid.js +5 -4
  1283. package/dist/esm/product/components/product-title/ProductTitle.liquid.js +3 -4
  1284. package/dist/esm/product/components/product-variants/ProductVariants.js +1 -1
  1285. package/dist/esm/product/components/product-variants/ProductVariants.liquid.js +47 -47
  1286. package/dist/esm/product/components/product-variants/common/base/attrs.js +1 -1
  1287. package/dist/esm/product/components/product-variants/common/variants/classes.js +1 -1
  1288. package/dist/esm/product/components/product-vendor/Vendor.liquid.js +5 -5
  1289. package/dist/esm/product/components/product-view-more/ProductViewMore.liquid.js +3 -3
  1290. package/dist/esm/product/components/product-view-more/common/helpers.js +1 -1
  1291. package/dist/esm/product/components/product-wrap/Product.liquid.js +7 -7
  1292. package/dist/esm/product/helpers/function.js +1 -1
  1293. package/dist/esm/product/helpers/product-bundle.js +1 -1
  1294. package/dist/esm/product/settings/DynamicCheckout.js +2 -2
  1295. package/dist/esm/product/settings/Product.js +2 -2
  1296. package/dist/esm/product/settings/ProductBadge.js +1 -1
  1297. package/dist/esm/product/settings/ProductButton.js +2 -2
  1298. package/dist/esm/product/settings/ProductDescription.js +1 -1
  1299. package/dist/esm/product/settings/ProductImages.js +2 -2
  1300. package/dist/esm/product/settings/ProductList.js +2 -2
  1301. package/dist/esm/product/settings/ProductListV3.js +2 -2
  1302. package/dist/esm/product/settings/ProductPrice.js +2 -2
  1303. package/dist/esm/product/settings/ProductProperties.js +2 -2
  1304. package/dist/esm/product/settings/ProductQuantity.js +2 -2
  1305. package/dist/esm/product/settings/ProductTag.js +1 -1
  1306. package/dist/esm/product/settings/ProductTitle.js +2 -2
  1307. package/dist/esm/product/settings/ProductVariants.js +2 -2
  1308. package/dist/esm/product/settings/ProductViewMore.js +2 -2
  1309. package/dist/esm/product/settings/Sku.js +2 -2
  1310. package/dist/esm/product/settings/Vendor.js +2 -2
  1311. package/dist/esm/product/settings/bundle-layout/horizontal-three.js +1 -1
  1312. package/dist/esm/product/settings/bundle-layout/horizontal-two.js +1 -1
  1313. package/dist/esm/product/settings/dynamic-checkout/configs/presets.js +1 -1
  1314. package/dist/esm/product/settings/dynamic-checkout/configs/ui-v2.js +1 -1
  1315. package/dist/esm/product/settings/product/configs/product-presets/product-1-col.js +2 -2
  1316. package/dist/esm/product/settings/product/configs/product-presets/product-2-col.js +2 -2
  1317. package/dist/esm/product/settings/product/configs/product-presets/product-default.js +2 -2
  1318. package/dist/esm/product/settings/product/configs/ui-v2.js +1 -1
  1319. package/dist/esm/product/settings/product-badge/configs/presets.js +1 -1
  1320. package/dist/esm/product/settings/product-badge/configs/settings.js +1 -1
  1321. package/dist/esm/product/settings/product-badge/configs/translate.js +1 -0
  1322. package/dist/esm/product/settings/product-badge/configs/ui-v2.js +1 -1
  1323. package/dist/esm/product/settings/product-button/configs/presets.js +1 -1
  1324. package/dist/esm/product/settings/product-button/configs/settings.js +1 -1
  1325. package/dist/esm/product/settings/product-button/configs/translate.js +1 -0
  1326. package/dist/esm/product/settings/product-button/configs/ui-v2.js +1 -1
  1327. package/dist/esm/product/settings/product-description/configs/presets.js +1 -1
  1328. package/dist/esm/product/settings/product-description/configs/settings.js +1 -1
  1329. package/dist/esm/product/settings/product-description/configs/translate.js +1 -0
  1330. package/dist/esm/product/settings/product-description/configs/ui-v2.js +1 -1
  1331. package/dist/esm/product/settings/product-discount-tag/configs/translate.js +1 -0
  1332. package/dist/esm/product/settings/product-discount-tag/configs/ui-v2.js +1 -1
  1333. package/dist/esm/product/settings/product-image-v2/ProductImages.js +2 -2
  1334. package/dist/esm/product/settings/product-image-v2/configs/ui/FeatureDots.js +1 -1
  1335. package/dist/esm/product/settings/product-image-v2/configs/ui/FeatureNavigation.js +1 -1
  1336. package/dist/esm/product/settings/product-image-v2/configs/ui/ImageListNavigation.js +1 -1
  1337. package/dist/esm/product/settings/product-image-v2/configs/ui-v2.js +1 -1
  1338. package/dist/esm/product/settings/product-image-v3/ProductImages.js +2 -2
  1339. package/dist/esm/product/settings/product-image-v3/configs/ui/FeatureDots.js +1 -1
  1340. package/dist/esm/product/settings/product-image-v3/configs/ui/FeatureNavigation.js +1 -1
  1341. package/dist/esm/product/settings/product-image-v3/configs/ui/ImageListNavigation.js +1 -1
  1342. package/dist/esm/product/settings/product-image-v3/configs/ui-v2.js +1 -1
  1343. package/dist/esm/product/settings/product-list/configs/presets.js +2 -2
  1344. package/dist/esm/product/settings/product-list/configs/ui-v2.js +1 -1
  1345. package/dist/esm/product/settings/product-list-v3/configs/presets.js +2 -2
  1346. package/dist/esm/product/settings/product-list-v3/configs/ui-v2.js +1 -1
  1347. package/dist/esm/product/settings/product-price/configs/presets.js +2 -2
  1348. package/dist/esm/product/settings/product-price/configs/ui-v2.js +1 -1
  1349. package/dist/esm/product/settings/product-properties/configs/presets.js +1 -1
  1350. package/dist/esm/product/settings/product-properties/configs/settings-v2.js +1 -1
  1351. package/dist/esm/product/settings/product-properties/configs/translate.js +1 -0
  1352. package/dist/esm/product/settings/product-properties/configs/ui-v2.js +1 -1
  1353. package/dist/esm/product/settings/product-quantity/configs/presets.js +2 -2
  1354. package/dist/esm/product/settings/product-quantity/configs/settings.js +1 -1
  1355. package/dist/esm/product/settings/product-quantity/configs/ui-v2.js +1 -1
  1356. package/dist/esm/product/settings/product-sku/configs/presets.js +1 -1
  1357. package/dist/esm/product/settings/product-sku/configs/ui-v2.js +1 -1
  1358. package/dist/esm/product/settings/product-title/configs/presets.js +1 -1
  1359. package/dist/esm/product/settings/product-title/configs/ui-v2.js +1 -1
  1360. package/dist/esm/product/settings/product-variant/configs/presets.js +2 -2
  1361. package/dist/esm/product/settings/product-variant/configs/ui-v2.js +1 -1
  1362. package/dist/esm/product/settings/product-vendor/configs/presets.js +1 -1
  1363. package/dist/esm/product/settings/product-vendor/configs/ui-v2.js +1 -1
  1364. package/dist/esm/product/settings/product-view-more/configs/presets.js +1 -1
  1365. package/dist/esm/product/settings/product-view-more/configs/settings.js +1 -1
  1366. package/dist/esm/product/settings/product-view-more/configs/translate.js +1 -0
  1367. package/dist/esm/product/settings/product-view-more/configs/ui-v2.js +1 -1
  1368. package/dist/esm/shop-pay-installment/settings/ShopPayInstallments.js +2 -2
  1369. package/dist/esm/shop-pay-installment/settings/configs/settings.js +1 -1
  1370. package/dist/esm/sticky/common/styles.js +1 -1
  1371. package/dist/esm/sticky/components/Sticky.js +1 -1
  1372. package/dist/esm/sticky/components/Sticky.liquid.js +10 -11
  1373. package/dist/esm/sticky/index.js +1 -1
  1374. package/dist/esm/sticky/settings/Sticky.js +1 -1
  1375. package/dist/esm/sticky/settings/configs/presets.js +4 -4
  1376. package/dist/esm/sticky/settings/configs/translate.js +1 -0
  1377. package/dist/esm/sticky/settings/configs/ui-v2.js +1 -1
  1378. package/dist/esm/stock-counter/components/StockCounter.liquid.js +42 -42
  1379. package/dist/esm/stock-counter/settings/StockCounter.js +2 -2
  1380. package/dist/esm/stock-counter/settings/configs/presets.js +2 -2
  1381. package/dist/esm/stock-counter/settings/configs/settings-v2.js +1 -1
  1382. package/dist/esm/stock-counter/settings/configs/translate.js +1 -0
  1383. package/dist/esm/stock-counter/settings/configs/ui-v2.js +1 -1
  1384. package/dist/esm/tab/common/styles.js +1 -1
  1385. package/dist/esm/tab/components/Tabs.js +1 -1
  1386. package/dist/esm/tab/components/Tabs.liquid.js +22 -21
  1387. package/dist/esm/tab/settings/Tabs.js +2 -2
  1388. package/dist/esm/tab/settings/configs/settings.js +1 -1
  1389. package/dist/esm/tab/settings/configs/translate.js +1 -0
  1390. package/dist/esm/tab/settings/configs/ui-v2.js +1 -1
  1391. package/dist/esm/text/common/helpers.js +1 -1
  1392. package/dist/esm/text/common/styles.js +1 -1
  1393. package/dist/esm/text/components/Text.js +1 -1
  1394. package/dist/esm/text/components/Text.liquid.js +12 -12
  1395. package/dist/esm/text/settings/Text.js +2 -2
  1396. package/dist/esm/text/settings/configs/presets.js +1 -1
  1397. package/dist/esm/text/settings/configs/settings.js +1 -1
  1398. package/dist/esm/text/settings/configs/translate.js +1 -0
  1399. package/dist/esm/text/settings/configs/ui-v2.js +1 -1
  1400. package/dist/esm/third-party/components/GrowthSuiteDiscountCodes.js +2 -0
  1401. package/dist/esm/third-party/components/GrowthSuiteDiscountCodes.liquid.js +8 -0
  1402. package/dist/esm/third-party/components/PushOwl.liquid.js +2 -2
  1403. package/dist/esm/third-party/components/SealSubscriptions.liquid.js +43 -12
  1404. package/dist/esm/third-party/components/Trustoo.liquid.js +9 -7
  1405. package/dist/esm/third-party/components/WishlistPlus.liquid.js +5 -5
  1406. package/dist/esm/third-party/configs/GrowthSuiteDiscountCodes.js +1 -0
  1407. package/dist/esm/third-party/configs/LoloyalLoyaltyReferrals.js +1 -1
  1408. package/dist/esm/third-party/configs/ParcelPanel.js +1 -1
  1409. package/dist/esm/third-party/configs/Trustoo.js +1 -1
  1410. package/dist/esm/third-party/index.js +1 -1
  1411. package/dist/esm/third-party/next.js +1 -1
  1412. package/dist/esm/third-party/settings/AftershipEmailMarketingsms/index.js +2 -2
  1413. package/dist/esm/third-party/settings/AftershipEmailMarketingsms/uiV2.js +1 -1
  1414. package/dist/esm/third-party/settings/AirProductReviewsAppUgc/index.js +2 -2
  1415. package/dist/esm/third-party/settings/AirProductReviewsAppUgc/uiV2.js +1 -1
  1416. package/dist/esm/third-party/settings/AliReviews/index.js +2 -2
  1417. package/dist/esm/third-party/settings/AliReviews/uiV2.js +1 -1
  1418. package/dist/esm/third-party/settings/AlsoBoughtCbb/index.js +2 -2
  1419. package/dist/esm/third-party/settings/AlsoBoughtCbb/uiV2.js +1 -1
  1420. package/dist/esm/third-party/settings/AovBundlesVolumeDiscounts/index.js +1 -1
  1421. package/dist/esm/third-party/settings/AovBundlesVolumeDiscounts/uiV2.js +1 -1
  1422. package/dist/esm/third-party/settings/AovFreeGiftBuyXGetYBogo/index.js +2 -2
  1423. package/dist/esm/third-party/settings/AovFreeGiftBuyXGetYBogo/uiV2.js +1 -1
  1424. package/dist/esm/third-party/settings/AppointmentBookingCowlendar/index.js +2 -2
  1425. package/dist/esm/third-party/settings/AppointmentBookingCowlendar/uiV2.js +1 -1
  1426. package/dist/esm/third-party/settings/AppstleBundlesDiscounts/index.js +2 -2
  1427. package/dist/esm/third-party/settings/AppstleBundlesDiscounts/uiV2.js +1 -1
  1428. package/dist/esm/third-party/settings/AppstleSubscriptions/index.js +2 -2
  1429. package/dist/esm/third-party/settings/AppstleSubscriptions/uiV2.js +1 -1
  1430. package/dist/esm/third-party/settings/BestBuyFulfillment/index.js +2 -2
  1431. package/dist/esm/third-party/settings/BestBuyFulfillment/uiV2.js +1 -1
  1432. package/dist/esm/third-party/settings/BfSizeChartSizeGuide/index.js +2 -2
  1433. package/dist/esm/third-party/settings/BfSizeChartSizeGuide/uiV2.js +1 -1
  1434. package/dist/esm/third-party/settings/BirdChime/index.js +2 -2
  1435. package/dist/esm/third-party/settings/BirdChime/uiV2.js +1 -1
  1436. package/dist/esm/third-party/settings/BloyRewardsProgramLoyalty/index.js +1 -1
  1437. package/dist/esm/third-party/settings/BloyRewardsProgramLoyalty/uiV2.js +1 -1
  1438. package/dist/esm/third-party/settings/Bogos/index.js +2 -2
  1439. package/dist/esm/third-party/settings/Bogos/uiV2.js +1 -1
  1440. package/dist/esm/third-party/settings/BoldProductOptions/index.js +2 -2
  1441. package/dist/esm/third-party/settings/BoldProductOptions/uiV2.js +1 -1
  1442. package/dist/esm/third-party/settings/BoldSubscriptions/index.js +2 -2
  1443. package/dist/esm/third-party/settings/BoldSubscriptions/uiV2.js +1 -1
  1444. package/dist/esm/third-party/settings/BonLoyaltyRewardsReferrals/index.js +2 -2
  1445. package/dist/esm/third-party/settings/BonLoyaltyRewardsReferrals/uiV2.js +1 -1
  1446. package/dist/esm/third-party/settings/BoostAISearchDiscovery/index.js +2 -2
  1447. package/dist/esm/third-party/settings/BoostAISearchDiscovery/uiV2.js +1 -1
  1448. package/dist/esm/third-party/settings/Bundler/index.js +2 -2
  1449. package/dist/esm/third-party/settings/Bundler/uiV2.js +1 -1
  1450. package/dist/esm/third-party/settings/CleanSizeCharts/index.js +2 -2
  1451. package/dist/esm/third-party/settings/CleanSizeCharts/uiV2.js +1 -1
  1452. package/dist/esm/third-party/settings/CrossSellCartUpsell/index.js +2 -2
  1453. package/dist/esm/third-party/settings/CrossSellCartUpsell/uiV2.js +1 -1
  1454. package/dist/esm/third-party/settings/CustomProductOptionsVariant/index.js +2 -2
  1455. package/dist/esm/third-party/settings/CustomProductOptionsVariant/uiV2.js +1 -1
  1456. package/dist/esm/third-party/settings/DealeasyVolumeDiscounts/index.js +1 -1
  1457. package/dist/esm/third-party/settings/DealeasyVolumeDiscounts/uiV2.js +1 -1
  1458. package/dist/esm/third-party/settings/DiscountyBulkDiscountSales/index.js +2 -2
  1459. package/dist/esm/third-party/settings/DiscountyBulkDiscountSales/uiV2.js +1 -1
  1460. package/dist/esm/third-party/settings/EasifyProductOptions/index.js +2 -2
  1461. package/dist/esm/third-party/settings/EasifyProductOptions/uiV2.js +1 -1
  1462. package/dist/esm/third-party/settings/EasyBundleBuilderSkailama/index.js +2 -2
  1463. package/dist/esm/third-party/settings/EasyBundleBuilderSkailama/uiV2.js +1 -1
  1464. package/dist/esm/third-party/settings/EasySellCOD/index.js +2 -2
  1465. package/dist/esm/third-party/settings/EasySellCOD/uiV2.js +1 -1
  1466. package/dist/esm/third-party/settings/EcoboostifyShoppableReelUgc/index.js +2 -2
  1467. package/dist/esm/third-party/settings/EcoboostifyShoppableReelUgc/uiV2.js +1 -1
  1468. package/dist/esm/third-party/settings/EcomsendBackInStockAlert/index.js +2 -2
  1469. package/dist/esm/third-party/settings/EcomsendBackInStockAlert/uiV2.js +1 -1
  1470. package/dist/esm/third-party/settings/EssentialAnnouncementBar/index.js +2 -2
  1471. package/dist/esm/third-party/settings/EssentialAnnouncementBar/uiV2.js +1 -1
  1472. package/dist/esm/third-party/settings/EssentialCountdownTimerBar/index.js +2 -2
  1473. package/dist/esm/third-party/settings/EssentialCountdownTimerBar/uiV2.js +1 -1
  1474. package/dist/esm/third-party/settings/EstimatedDeliveryDatePlus/index.js +2 -2
  1475. package/dist/esm/third-party/settings/EstimatedDeliveryDatePlus/uiV2.js +1 -1
  1476. package/dist/esm/third-party/settings/FastBundleBundlesDiscounts/index.js +2 -2
  1477. package/dist/esm/third-party/settings/FastBundleBundlesDiscounts/uiV2.js +1 -1
  1478. package/dist/esm/third-party/settings/FeraReviews/index.js +2 -2
  1479. package/dist/esm/third-party/settings/FeraReviews/uiV2.js +1 -1
  1480. package/dist/esm/third-party/settings/FirePush/index.js +2 -2
  1481. package/dist/esm/third-party/settings/FirePush/uiV2.js +1 -1
  1482. package/dist/esm/third-party/settings/FlyBundlesUpsellsFbt/index.js +2 -2
  1483. package/dist/esm/third-party/settings/FlyBundlesUpsellsFbt/uiV2.js +1 -1
  1484. package/dist/esm/third-party/settings/FordeerProductLabels/index.js +2 -2
  1485. package/dist/esm/third-party/settings/FordeerProductLabels/uiV2.js +1 -1
  1486. package/dist/esm/third-party/settings/FrequentlyBoughtTogether/index.js +3 -3
  1487. package/dist/esm/third-party/settings/FrequentlyBoughtTogether/uiV2.js +1 -1
  1488. package/dist/esm/third-party/settings/GloColorSwatchvariantImage/index.js +2 -2
  1489. package/dist/esm/third-party/settings/GloColorSwatchvariantImage/uiV2.js +1 -1
  1490. package/dist/esm/third-party/settings/GloboProductOptionsVariant/index.js +2 -2
  1491. package/dist/esm/third-party/settings/GloboProductOptionsVariant/uiV2.js +1 -1
  1492. package/dist/esm/third-party/settings/GoogleReviewsByReputon/index.js +2 -2
  1493. package/dist/esm/third-party/settings/GoogleReviewsByReputon/uiV2.js +1 -1
  1494. package/dist/esm/third-party/settings/Growave/index.js +2 -2
  1495. package/dist/esm/third-party/settings/Growave/uiV2.js +1 -1
  1496. package/dist/esm/third-party/settings/GrowthSuiteDiscountCodes/index.js +4 -0
  1497. package/dist/esm/third-party/{setting/KachingSubscriptionsApp → settings/GrowthSuiteDiscountCodes}/uiV2.js +1 -1
  1498. package/dist/esm/third-party/settings/HextomCountdownTimerBar/index.js +2 -2
  1499. package/dist/esm/third-party/settings/HextomCountdownTimerBar/uiV2.js +1 -1
  1500. package/dist/esm/third-party/settings/HextomFreeShippingBar/index.js +2 -2
  1501. package/dist/esm/third-party/settings/HextomFreeShippingBar/uiV2.js +1 -1
  1502. package/dist/esm/third-party/settings/HulkFormBuilder/index.js +2 -2
  1503. package/dist/esm/third-party/settings/HulkFormBuilder/uiV2.js +1 -1
  1504. package/dist/esm/third-party/settings/HulkProductOptions/index.js +2 -2
  1505. package/dist/esm/third-party/settings/HulkProductOptions/uiV2.js +1 -1
  1506. package/dist/esm/third-party/settings/InfiniteOptions/index.js +2 -2
  1507. package/dist/esm/third-party/settings/InfiniteOptions/uiV2.js +1 -1
  1508. package/dist/esm/third-party/settings/Instafeed/index.js +2 -2
  1509. package/dist/esm/third-party/settings/Instafeed/uiV2.js +1 -1
  1510. package/dist/esm/third-party/settings/InstasellShoppableInstagram/index.js +2 -2
  1511. package/dist/esm/third-party/settings/InstasellShoppableInstagram/uiV2.js +1 -1
  1512. package/dist/esm/third-party/settings/JudgemeReviews/index.js +2 -2
  1513. package/dist/esm/third-party/settings/JudgemeReviews/uiV2.js +1 -1
  1514. package/dist/esm/third-party/settings/JunipProductReviewsUgc/index.js +2 -2
  1515. package/dist/esm/third-party/settings/JunipProductReviewsUgc/uiV2.js +1 -1
  1516. package/dist/esm/third-party/settings/KachingBundles/index.js +2 -2
  1517. package/dist/esm/third-party/settings/KachingBundles/uiV2.js +1 -1
  1518. package/dist/esm/third-party/{setting → settings}/KachingSubscriptionsApp/index.js +2 -2
  1519. package/dist/esm/third-party/settings/KachingSubscriptionsApp/uiV2.js +1 -0
  1520. package/dist/esm/third-party/settings/KingProductOptions/index.js +2 -2
  1521. package/dist/esm/third-party/settings/KingProductOptions/uiV2.js +1 -1
  1522. package/dist/esm/third-party/settings/KiteFreeGiftDiscount/index.js +2 -2
  1523. package/dist/esm/third-party/settings/KiteFreeGiftDiscount/uiV2.js +1 -1
  1524. package/dist/esm/third-party/settings/KlarnaMessaging/index.js +2 -2
  1525. package/dist/esm/third-party/settings/KlarnaMessaging/uiV2.js +1 -1
  1526. package/dist/esm/third-party/settings/Klaviyo/index.js +2 -2
  1527. package/dist/esm/third-party/settings/Klaviyo/uiV2.js +1 -1
  1528. package/dist/esm/third-party/settings/KoalaBundleQuantityDiscount/index.js +2 -2
  1529. package/dist/esm/third-party/settings/KoalaBundleQuantityDiscount/uiV2.js +1 -1
  1530. package/dist/esm/third-party/settings/LaiProductReviews/index.js +2 -2
  1531. package/dist/esm/third-party/settings/LaiProductReviews/uiV2.js +1 -1
  1532. package/dist/esm/third-party/settings/LoloyalLoyaltyReferrals/index.js +4 -4
  1533. package/dist/esm/third-party/settings/LoloyalLoyaltyReferrals/uiV2.js +1 -1
  1534. package/dist/esm/third-party/settings/LoopSubscriptions/index.js +2 -2
  1535. package/dist/esm/third-party/settings/LoopSubscriptions/uiV2.js +1 -1
  1536. package/dist/esm/third-party/settings/LooxReviews/index.js +2 -2
  1537. package/dist/esm/third-party/settings/LooxReviews/uiV2.js +1 -1
  1538. package/dist/esm/third-party/settings/MaxbundleProductBundles/index.js +2 -2
  1539. package/dist/esm/third-party/settings/MaxbundleProductBundles/uiV2.js +1 -1
  1540. package/dist/esm/third-party/settings/MbcBundleVolumeDiscount/index.js +2 -2
  1541. package/dist/esm/third-party/settings/MbcBundleVolumeDiscount/uiV2.js +1 -1
  1542. package/dist/esm/third-party/settings/MyappgurusProductReviews/index.js +2 -2
  1543. package/dist/esm/third-party/settings/MyappgurusProductReviews/uiV2.js +1 -1
  1544. package/dist/esm/third-party/settings/NotifyBackInStockPreOrder/index.js +2 -2
  1545. package/dist/esm/third-party/settings/NotifyBackInStockPreOrder/uiV2.js +1 -1
  1546. package/dist/esm/third-party/settings/OkendoReviewsLoyalty/index.js +2 -2
  1547. package/dist/esm/third-party/settings/OkendoReviewsLoyalty/uiV2.js +1 -1
  1548. package/dist/esm/third-party/settings/Omnisend/index.js +2 -2
  1549. package/dist/esm/third-party/settings/Omnisend/uiV2.js +1 -1
  1550. package/dist/esm/third-party/settings/Opinew/index.js +2 -2
  1551. package/dist/esm/third-party/settings/Opinew/uiV2.js +1 -1
  1552. package/dist/esm/third-party/settings/ParcelPanel/index.js +2 -2
  1553. package/dist/esm/third-party/settings/ParcelPanel/uiV2.js +1 -1
  1554. package/dist/esm/third-party/settings/PickyStory/index.js +2 -2
  1555. package/dist/esm/third-party/settings/PickyStory/uiV2.js +1 -1
  1556. package/dist/esm/third-party/settings/PowerfulContactFormBuilder/index.js +2 -2
  1557. package/dist/esm/third-party/settings/PowerfulContactFormBuilder/uiV2.js +1 -1
  1558. package/dist/esm/third-party/settings/PreorderNowPreOrderPq/index.js +2 -2
  1559. package/dist/esm/third-party/settings/PreorderNowPreOrderPq/uiV2.js +1 -1
  1560. package/dist/esm/third-party/settings/PreorderNowWodPresale/index.js +2 -2
  1561. package/dist/esm/third-party/settings/PreorderNowWodPresale/uiV2.js +1 -1
  1562. package/dist/esm/third-party/settings/ProductOptionsCustomizer/index.js +2 -2
  1563. package/dist/esm/third-party/settings/ProductOptionsCustomizer/uiV2.js +1 -1
  1564. package/dist/esm/third-party/settings/ProductOptionsVariantOption/index.js +2 -2
  1565. package/dist/esm/third-party/settings/ProductOptionsVariantOption/uiV2.js +1 -1
  1566. package/dist/esm/third-party/settings/ProductReviews/index.js +2 -2
  1567. package/dist/esm/third-party/settings/ProductReviews/uiV2.js +1 -1
  1568. package/dist/esm/third-party/settings/PumperBundlesVolumeDiscount/index.js +2 -2
  1569. package/dist/esm/third-party/settings/PumperBundlesVolumeDiscount/uiV2.js +1 -1
  1570. package/dist/esm/third-party/settings/PushOwl/index.js +2 -2
  1571. package/dist/esm/third-party/settings/PushOwl/uiV2.js +1 -1
  1572. package/dist/esm/third-party/settings/QikifyUpsell/index.js +2 -2
  1573. package/dist/esm/third-party/settings/QikifyUpsell/uiV2.js +1 -1
  1574. package/dist/esm/third-party/settings/RapiBundleQuantityBreaks/index.js +2 -2
  1575. package/dist/esm/third-party/settings/RapiBundleQuantityBreaks/uiV2.js +1 -1
  1576. package/dist/esm/third-party/settings/RechargeSubscriptions/index.js +2 -2
  1577. package/dist/esm/third-party/settings/RechargeSubscriptions/uiV2.js +1 -1
  1578. package/dist/esm/third-party/settings/RecurpaySubscriptionApp/index.js +2 -2
  1579. package/dist/esm/third-party/settings/RecurpaySubscriptionApp/uiV2.js +1 -1
  1580. package/dist/esm/third-party/settings/Releasit/index.js +2 -2
  1581. package/dist/esm/third-party/settings/Releasit/uiV2.js +1 -1
  1582. package/dist/esm/third-party/settings/RequestQuoteHidePrice/index.js +2 -2
  1583. package/dist/esm/third-party/settings/RequestQuoteHidePrice/uiV2.js +1 -1
  1584. package/dist/esm/third-party/settings/ReviewxpoProductReviewsApp/index.js +2 -2
  1585. package/dist/esm/third-party/settings/ReviewxpoProductReviewsApp/uiV2.js +1 -1
  1586. package/dist/esm/third-party/settings/Rivyo/index.js +2 -2
  1587. package/dist/esm/third-party/settings/Rivyo/uiV2.js +1 -1
  1588. package/dist/esm/third-party/settings/Ryviu/index.js +2 -2
  1589. package/dist/esm/third-party/settings/Ryviu/uiV2.js +1 -1
  1590. package/dist/esm/third-party/settings/SealSubscriptions/index.js +2 -2
  1591. package/dist/esm/third-party/settings/SealSubscriptions/uiV2.js +1 -1
  1592. package/dist/esm/third-party/settings/SegunoEmailMarketing/index.js +2 -2
  1593. package/dist/esm/third-party/settings/SegunoEmailMarketing/uiV2.js +1 -1
  1594. package/dist/esm/third-party/settings/Selleasy/index.js +2 -2
  1595. package/dist/esm/third-party/settings/Selleasy/uiV2.js +1 -1
  1596. package/dist/esm/third-party/settings/SeoantTrustBadgesIcon/index.js +2 -2
  1597. package/dist/esm/third-party/settings/SeoantTrustBadgesIcon/uiV2.js +1 -1
  1598. package/dist/esm/third-party/settings/ShopifyForms/index.js +2 -2
  1599. package/dist/esm/third-party/settings/ShopifyForms/uiV2.js +1 -1
  1600. package/dist/esm/third-party/settings/ShopifySubscriptions/index.js +2 -2
  1601. package/dist/esm/third-party/settings/ShopifySubscriptions/uiV2.js +1 -1
  1602. package/dist/esm/third-party/settings/SimpleBundlesKits/index.js +2 -2
  1603. package/dist/esm/third-party/settings/SimpleBundlesKits/uiV2.js +1 -1
  1604. package/dist/esm/third-party/settings/SkioSubscriptionsYcS20/index.js +2 -2
  1605. package/dist/esm/third-party/settings/SkioSubscriptionsYcS20/uiV2.js +1 -1
  1606. package/dist/esm/third-party/settings/SmartSearchBarAndFilters/index.js +2 -2
  1607. package/dist/esm/third-party/settings/SmartSearchBarAndFilters/uiV2.js +1 -1
  1608. package/dist/esm/third-party/settings/SproutPlantTreesGrowSales/index.js +2 -2
  1609. package/dist/esm/third-party/settings/SproutPlantTreesGrowSales/uiV2.js +1 -1
  1610. package/dist/esm/third-party/settings/Stamped.js +1 -1
  1611. package/dist/esm/third-party/settings/StellarDeliveryDatePickup/index.js +2 -2
  1612. package/dist/esm/third-party/settings/StellarDeliveryDatePickup/uiV2.js +1 -1
  1613. package/dist/esm/third-party/settings/SubifySubscriptionsApp/index.js +2 -2
  1614. package/dist/esm/third-party/settings/SubifySubscriptionsApp/uiV2.js +1 -1
  1615. package/dist/esm/third-party/settings/TagembedSocialPostReview/index.js +2 -2
  1616. package/dist/esm/third-party/settings/TagembedSocialPostReview/uiV2.js +1 -1
  1617. package/dist/esm/third-party/settings/TagshopShoppableVideosUgc/index.js +2 -2
  1618. package/dist/esm/third-party/settings/TagshopShoppableVideosUgc/uiV2.js +1 -1
  1619. package/dist/esm/third-party/settings/TeeinblueProductPersonalizer/index.js +2 -2
  1620. package/dist/esm/third-party/settings/TeeinblueProductPersonalizer/uiV2.js +1 -1
  1621. package/dist/esm/third-party/settings/TrustBadgesBear/index.js +2 -2
  1622. package/dist/esm/third-party/settings/TrustBadgesBear/uiV2.js +1 -1
  1623. package/dist/esm/third-party/settings/TrustMe/index.js +2 -2
  1624. package/dist/esm/third-party/settings/TrustMe/uiV2.js +1 -1
  1625. package/dist/esm/third-party/settings/TrustedsiteTrustBadges/index.js +2 -2
  1626. package/dist/esm/third-party/settings/TrustedsiteTrustBadges/uiV2.js +1 -1
  1627. package/dist/esm/third-party/settings/Trustoo/index.js +2 -2
  1628. package/dist/esm/third-party/settings/Trustoo/uiV2.js +1 -1
  1629. package/dist/esm/third-party/settings/TrustreviewsProductReviews/index.js +2 -2
  1630. package/dist/esm/third-party/settings/TrustreviewsProductReviews/uiV2.js +1 -1
  1631. package/dist/esm/third-party/settings/TrustshopProductReviews/index.js +2 -2
  1632. package/dist/esm/third-party/settings/TrustshopProductReviews/uiV2.js +1 -1
  1633. package/dist/esm/third-party/settings/UltimateSalesBoost/index.js +1 -1
  1634. package/dist/esm/third-party/settings/UltimateSalesBoost/uiV2.js +1 -1
  1635. package/dist/esm/third-party/settings/UnlimitedBundlesDiscounts/index.js +2 -2
  1636. package/dist/esm/third-party/settings/UnlimitedBundlesDiscounts/uiV2.js +1 -1
  1637. package/dist/esm/third-party/settings/UppromoteAffiliateMarketing/setting.js +1 -1
  1638. package/dist/esm/third-party/settings/UppromoteAffiliateMarketing/uiV2.js +1 -1
  1639. package/dist/esm/third-party/settings/Vitals/index.js +2 -2
  1640. package/dist/esm/third-party/settings/Vitals/uiV2.js +1 -1
  1641. package/dist/esm/third-party/settings/WhatmoreShoppableVideosreel/index.js +2 -2
  1642. package/dist/esm/third-party/settings/WhatmoreShoppableVideosreel/uiV2.js +1 -1
  1643. package/dist/esm/third-party/settings/WideBundle/index.js +2 -2
  1644. package/dist/esm/third-party/settings/WideBundle/uiV2.js +1 -1
  1645. package/dist/esm/third-party/settings/Wiser/index.js +2 -2
  1646. package/dist/esm/third-party/settings/Wiser/uiV2.js +1 -1
  1647. package/dist/esm/third-party/settings/WishlistKing/index.js +2 -2
  1648. package/dist/esm/third-party/settings/WishlistKing/uiV2.js +1 -1
  1649. package/dist/esm/third-party/settings/WishlistPlus/index.js +2 -2
  1650. package/dist/esm/third-party/settings/WishlistPlus/uiV2.js +1 -1
  1651. package/dist/esm/third-party/settings/YotpoLoyalty/index.js +2 -2
  1652. package/dist/esm/third-party/settings/YotpoLoyalty/uiV2.js +1 -1
  1653. package/dist/esm/third-party/settings/YotpoReviews/index.js +2 -2
  1654. package/dist/esm/third-party/settings/YotpoReviews/uiV2.js +1 -1
  1655. package/dist/esm/third-party-instant/settings/InstantJudgemeReviews/configs/ui-v2.js +1 -1
  1656. package/dist/esm/third-party-instant/settings/InstantJudgemeReviews/index.js +2 -2
  1657. package/dist/esm/third-party-instant/settings/InstantKlaviyo/configs/ui-v2.js +1 -1
  1658. package/dist/esm/third-party-instant/settings/InstantKlaviyo/index.js +2 -2
  1659. package/dist/esm/third-party-instant/settings/InstantLooxReviews/index.js +1 -1
  1660. package/dist/esm/third-party-instant/settings/InstantYotpoLoyalty/index.js +4 -4
  1661. package/dist/esm/third-party-slot/settings/ThirdPartySlot.js +2 -2
  1662. package/dist/esm/third-party-slot/settings/configs/ui-v2.js +1 -1
  1663. package/dist/esm/translate.js +2 -0
  1664. package/dist/esm/video/common/classes.js +1 -1
  1665. package/dist/esm/video/common/helpers.js +1 -1
  1666. package/dist/esm/video/components/HTML5Embed.liquid.js +28 -16
  1667. package/dist/esm/video/components/LiteVimeoEmbed.liquid.js +13 -12
  1668. package/dist/esm/video/components/LiteYouTubeEmbed.js +1 -1
  1669. package/dist/esm/video/components/LiteYouTubeEmbed.liquid.js +18 -15
  1670. package/dist/esm/video/components/Video.liquid.js +3 -3
  1671. package/dist/esm/video/settings/Video.js +2 -2
  1672. package/dist/esm/video/settings/configs/settings.js +1 -1
  1673. package/dist/esm/video/settings/configs/translate.js +1 -0
  1674. package/dist/esm/video/settings/configs/ui-v2.js +1 -1
  1675. package/dist/types/index.d.ts +406 -216
  1676. package/package.json +17 -20
  1677. package/dist/cjs/accordion/settings/configs/ui-v1.js +0 -1
  1678. package/dist/cjs/article/settings/configs/article-author/ui-v1.js +0 -1
  1679. package/dist/cjs/article/settings/configs/article-category/ui-v1.js +0 -1
  1680. package/dist/cjs/article/settings/configs/article-content/ui-v1.js +0 -1
  1681. package/dist/cjs/article/settings/configs/article-date/ui-v1.js +0 -1
  1682. package/dist/cjs/article/settings/configs/article-excerpt/ui-v1.js +0 -1
  1683. package/dist/cjs/article/settings/configs/article-image/ui-v1.js +0 -1
  1684. package/dist/cjs/article/settings/configs/article-read-more/ui-v1.js +0 -1
  1685. package/dist/cjs/article/settings/configs/article-tag/ui-v1.js +0 -1
  1686. package/dist/cjs/article/settings/configs/article-title/ui-v1.js +0 -1
  1687. package/dist/cjs/breadcrumb/settings/configs/ui-v1.js +0 -1
  1688. package/dist/cjs/button/settings/configs/ui-v1.js +0 -1
  1689. package/dist/cjs/carousel/settings/configs/ui-v1.js +0 -1
  1690. package/dist/cjs/carousel-v3/settings/configs/ui-v1.js +0 -1
  1691. package/dist/cjs/code/settings/configs/ui-v1.js +0 -1
  1692. package/dist/cjs/collection/settings/collection-banner/configs/ui-v1.js +0 -1
  1693. package/dist/cjs/collection/settings/collection-description/configs/ui-v1.js +0 -1
  1694. package/dist/cjs/collection/settings/collection-paginator/configs/ui-v1.js +0 -1
  1695. package/dist/cjs/collection/settings/collection-title/configs/ui-v1.js +0 -1
  1696. package/dist/cjs/collection/settings/collection-toolbar/configs/ui-v1.js +0 -1
  1697. package/dist/cjs/countdown-timer/settings/configs/ui-v1.js +0 -1
  1698. package/dist/cjs/coupon/settings/configs/ui-v1.js +0 -1
  1699. package/dist/cjs/dialog/settings/configs/ui-v1.js +0 -1
  1700. package/dist/cjs/estimate-delivery/settings/configs/ui-v1.js +0 -1
  1701. package/dist/cjs/form/settings/contact/configs/ui-v1.js +0 -1
  1702. package/dist/cjs/form/settings/form-checkbox/configs/ui-v1.js +0 -1
  1703. package/dist/cjs/form/settings/form-dropdown/configs/ui-v1.js +0 -1
  1704. package/dist/cjs/form/settings/form-email/configs/ui-v1.js +0 -1
  1705. package/dist/cjs/form/settings/form-textarea/configs/ui-v1.js +0 -1
  1706. package/dist/cjs/form/settings/newsletter/configs/ui-v1.js +0 -1
  1707. package/dist/cjs/form/settings/submit-button/configs/ui-v1.js +0 -1
  1708. package/dist/cjs/form/settings/text-field/configs/ui-v1.js +0 -1
  1709. package/dist/cjs/form/settings/text-input/configs/ui-v1.js +0 -1
  1710. package/dist/cjs/grid/settings/configs/row/ui-v1.js +0 -1
  1711. package/dist/cjs/grid/settings/configs/section/ui-v1.js +0 -1
  1712. package/dist/cjs/header/settings/configs/ui-v1.js +0 -1
  1713. package/dist/cjs/heading/settings/configs/ui-v1.js +0 -1
  1714. package/dist/cjs/hero-banner/settings/configs/ui-v1.js +0 -1
  1715. package/dist/cjs/icon/settings/configs/ui-v1.js +0 -1
  1716. package/dist/cjs/icon-list/settings/configs/ui-v1.js +0 -1
  1717. package/dist/cjs/icon-list-hoz/settings/configs/uiV1.js +0 -1
  1718. package/dist/cjs/icon-list-v2/settings/configs/ui-v1.js +0 -1
  1719. package/dist/cjs/image/settings/configs/ui-v1.js +0 -4
  1720. package/dist/cjs/image-comparison/settings/configs/ui-v1.js +0 -1
  1721. package/dist/cjs/line/settings/configs/ui-v1.js +0 -1
  1722. package/dist/cjs/marquee/settings/configs/ui-v1.js +0 -1
  1723. package/dist/cjs/post-purchase/advanced-list/settings/configs/ui-v1.js +0 -1
  1724. package/dist/cjs/post-purchase/button/settings/configs/ui-v1.js +0 -1
  1725. package/dist/cjs/post-purchase/callout-banner/settings/config/callout-box/ui-v1.js +0 -1
  1726. package/dist/cjs/post-purchase/countdown-timer/settings/config/ui-v1.js +0 -1
  1727. package/dist/cjs/post-purchase/line/settings/configs/ui-v1.js +0 -1
  1728. package/dist/cjs/post-purchase/link/settings/configs/ui-v1.js +0 -1
  1729. package/dist/cjs/post-purchase/product/settings/accept-button/configs/ui-v1.js +0 -1
  1730. package/dist/cjs/post-purchase/product/settings/product-description/configs/ui-v1.js +0 -1
  1731. package/dist/cjs/post-purchase/product/settings/product-discount-tag/configs/ui-v1.js +0 -1
  1732. package/dist/cjs/post-purchase/product/settings/product-image/ProductFeatureImage.js +0 -1
  1733. package/dist/cjs/post-purchase/product/settings/product-image/ProductGalleryImage.js +0 -1
  1734. package/dist/cjs/post-purchase/product/settings/product-image/ProductImageLayoutSetting.js +0 -1
  1735. package/dist/cjs/post-purchase/product/settings/product-image/configs/ui-v1.js +0 -1
  1736. package/dist/cjs/post-purchase/product/settings/product-offer/configs/ui-v1.js +0 -1
  1737. package/dist/cjs/post-purchase/product/settings/product-price/configs/ui-v1.js +0 -1
  1738. package/dist/cjs/post-purchase/product/settings/product-price-breakdown/configs/ui-v1.js +0 -1
  1739. package/dist/cjs/post-purchase/product/settings/product-quantity/configs/ui-v1.js +0 -1
  1740. package/dist/cjs/post-purchase/product/settings/product-title/configs/ui-v1.js +0 -1
  1741. package/dist/cjs/post-purchase/product/settings/product-variants/configs/ui-v1.js +0 -1
  1742. package/dist/cjs/post-purchase/text/settings/text/configs/ui-v1.js +0 -1
  1743. package/dist/cjs/product/settings/dynamic-checkout/configs/ui-v1.js +0 -1
  1744. package/dist/cjs/product/settings/product/configs/ui-v1.js +0 -1
  1745. package/dist/cjs/product/settings/product-badge/configs/ui-v1.js +0 -1
  1746. package/dist/cjs/product/settings/product-button/configs/ui-v1.js +0 -1
  1747. package/dist/cjs/product/settings/product-description/configs/ui-v1.js +0 -1
  1748. package/dist/cjs/product/settings/product-list/configs/ui-v1.js +0 -1
  1749. package/dist/cjs/product/settings/product-list-v3/configs/ui-v1.js +0 -1
  1750. package/dist/cjs/product/settings/product-price/configs/ui-v1.js +0 -1
  1751. package/dist/cjs/product/settings/product-properties/configs/ui-v1.js +0 -1
  1752. package/dist/cjs/product/settings/product-quantity/configs/ui-v1.js +0 -1
  1753. package/dist/cjs/product/settings/product-sku/configs/ui-v1.js +0 -1
  1754. package/dist/cjs/product/settings/product-title/configs/ui-v1.js +0 -1
  1755. package/dist/cjs/product/settings/product-variant/configs/ui-v1.js +0 -1
  1756. package/dist/cjs/product/settings/product-vendor/configs/ui-v1.js +0 -1
  1757. package/dist/cjs/product/settings/product-view-more/configs/ui-v1.js +0 -1
  1758. package/dist/cjs/sticky/settings/configs/ui-v1.js +0 -1
  1759. package/dist/cjs/stock-counter/settings/configs/ui-v1.js +0 -1
  1760. package/dist/cjs/tab/settings/configs/ui-v1.js +0 -1
  1761. package/dist/cjs/text/settings/configs/ui-v1.js +0 -1
  1762. package/dist/cjs/third-party/setting/KachingSubscriptionsApp/uiV1.js +0 -1
  1763. package/dist/cjs/third-party/settings/AftershipEmailMarketingsms/uiV1.js +0 -1
  1764. package/dist/cjs/third-party/settings/AirProductReviewsAppUgc/uiV1.js +0 -1
  1765. package/dist/cjs/third-party/settings/AliReviews/uiV1.js +0 -1
  1766. package/dist/cjs/third-party/settings/AlsoBoughtCbb/uiV1.js +0 -1
  1767. package/dist/cjs/third-party/settings/AovFreeGiftBuyXGetYBogo/uiV1.js +0 -1
  1768. package/dist/cjs/third-party/settings/AppointmentBookingCowlendar/uiV1.js +0 -1
  1769. package/dist/cjs/third-party/settings/AppstleBundlesDiscounts/uiV1.js +0 -1
  1770. package/dist/cjs/third-party/settings/AppstleSubscriptions/uiV1.js +0 -1
  1771. package/dist/cjs/third-party/settings/BestBuyFulfillment/uiV1.js +0 -1
  1772. package/dist/cjs/third-party/settings/BfSizeChartSizeGuide/uiV1.js +0 -1
  1773. package/dist/cjs/third-party/settings/BirdChime/uiV1.js +0 -1
  1774. package/dist/cjs/third-party/settings/Bogos/uiV1.js +0 -1
  1775. package/dist/cjs/third-party/settings/BoldProductOptions/uiV1.js +0 -1
  1776. package/dist/cjs/third-party/settings/BoldSubscriptions/uiV1.js +0 -1
  1777. package/dist/cjs/third-party/settings/BonLoyaltyRewardsReferrals/uiV1.js +0 -1
  1778. package/dist/cjs/third-party/settings/BoostAISearchDiscovery/uiV1.js +0 -1
  1779. package/dist/cjs/third-party/settings/Bundler/uiV1.js +0 -1
  1780. package/dist/cjs/third-party/settings/CleanSizeCharts/uiV1.js +0 -1
  1781. package/dist/cjs/third-party/settings/CrossSellCartUpsell/uiV1.js +0 -1
  1782. package/dist/cjs/third-party/settings/CustomProductOptionsVariant/uiV1.js +0 -1
  1783. package/dist/cjs/third-party/settings/DiscountyBulkDiscountSales/uiV1.js +0 -1
  1784. package/dist/cjs/third-party/settings/EasifyProductOptions/uiV1.js +0 -1
  1785. package/dist/cjs/third-party/settings/EasyBundleBuilderSkailama/uiV1.js +0 -1
  1786. package/dist/cjs/third-party/settings/EasySellCOD/uiV1.js +0 -1
  1787. package/dist/cjs/third-party/settings/EcoboostifyShoppableReelUgc/uiV1.js +0 -1
  1788. package/dist/cjs/third-party/settings/EcomsendBackInStockAlert/uiV1.js +0 -1
  1789. package/dist/cjs/third-party/settings/EssentialAnnouncementBar/uiV1.js +0 -1
  1790. package/dist/cjs/third-party/settings/EssentialCountdownTimerBar/uiV1.js +0 -1
  1791. package/dist/cjs/third-party/settings/EstimatedDeliveryDatePlus/uiV1.js +0 -1
  1792. package/dist/cjs/third-party/settings/FastBundleBundlesDiscounts/uiV1.js +0 -1
  1793. package/dist/cjs/third-party/settings/FeraReviews/uiV1.js +0 -1
  1794. package/dist/cjs/third-party/settings/FirePush/uiV1.js +0 -1
  1795. package/dist/cjs/third-party/settings/FlyBundlesUpsellsFbt/uiV1.js +0 -1
  1796. package/dist/cjs/third-party/settings/FordeerProductLabels/uiV1.js +0 -1
  1797. package/dist/cjs/third-party/settings/FrequentlyBoughtTogether/uiV1.js +0 -1
  1798. package/dist/cjs/third-party/settings/GloColorSwatchvariantImage/uiV1.js +0 -1
  1799. package/dist/cjs/third-party/settings/GloboProductOptionsVariant/uiV1.js +0 -1
  1800. package/dist/cjs/third-party/settings/GoogleReviewsByReputon/uiV1.js +0 -1
  1801. package/dist/cjs/third-party/settings/Growave/uiV1.js +0 -1
  1802. package/dist/cjs/third-party/settings/HextomCountdownTimerBar/uiV1.js +0 -1
  1803. package/dist/cjs/third-party/settings/HextomFreeShippingBar/uiV1.js +0 -1
  1804. package/dist/cjs/third-party/settings/HulkFormBuilder/uiV1.js +0 -1
  1805. package/dist/cjs/third-party/settings/HulkProductOptions/uiV1.js +0 -1
  1806. package/dist/cjs/third-party/settings/InfiniteOptions/uiV1.js +0 -1
  1807. package/dist/cjs/third-party/settings/Instafeed/uiV1.js +0 -1
  1808. package/dist/cjs/third-party/settings/InstasellShoppableInstagram/uiV1.js +0 -1
  1809. package/dist/cjs/third-party/settings/JudgemeReviews/uiV1.js +0 -1
  1810. package/dist/cjs/third-party/settings/JunipProductReviewsUgc/uiV1.js +0 -1
  1811. package/dist/cjs/third-party/settings/KachingBundles/uiV1.js +0 -1
  1812. package/dist/cjs/third-party/settings/KingProductOptions/uiV1.js +0 -1
  1813. package/dist/cjs/third-party/settings/KiteFreeGiftDiscount/uiV1.js +0 -1
  1814. package/dist/cjs/third-party/settings/KlarnaMessaging/uiV1.js +0 -1
  1815. package/dist/cjs/third-party/settings/Klaviyo/uiV1.js +0 -1
  1816. package/dist/cjs/third-party/settings/KoalaBundleQuantityDiscount/uiV1.js +0 -1
  1817. package/dist/cjs/third-party/settings/LaiProductReviews/uiV1.js +0 -1
  1818. package/dist/cjs/third-party/settings/LoloyalLoyaltyReferrals/uiV1.js +0 -1
  1819. package/dist/cjs/third-party/settings/LoopSubscriptions/uiV1.js +0 -1
  1820. package/dist/cjs/third-party/settings/LooxReviews/uiV1.js +0 -1
  1821. package/dist/cjs/third-party/settings/MaxbundleProductBundles/uiV1.js +0 -1
  1822. package/dist/cjs/third-party/settings/MbcBundleVolumeDiscount/uiV1.js +0 -1
  1823. package/dist/cjs/third-party/settings/MyappgurusProductReviews/uiV1.js +0 -1
  1824. package/dist/cjs/third-party/settings/NotifyBackInStockPreOrder/uiV1.js +0 -1
  1825. package/dist/cjs/third-party/settings/OkendoReviewsLoyalty/uiV1.js +0 -1
  1826. package/dist/cjs/third-party/settings/Omnisend/uiV1.js +0 -1
  1827. package/dist/cjs/third-party/settings/Opinew/uiV1.js +0 -1
  1828. package/dist/cjs/third-party/settings/ParcelPanel/uiV1.js +0 -1
  1829. package/dist/cjs/third-party/settings/PickyStory/uiV1.js +0 -1
  1830. package/dist/cjs/third-party/settings/PowerfulContactFormBuilder/uiV1.js +0 -1
  1831. package/dist/cjs/third-party/settings/PreorderNowPreOrderPq/uiV1.js +0 -1
  1832. package/dist/cjs/third-party/settings/PreorderNowWodPresale/uiV1.js +0 -1
  1833. package/dist/cjs/third-party/settings/ProductOptionsCustomizer/uiV1.js +0 -1
  1834. package/dist/cjs/third-party/settings/ProductOptionsVariantOption/uiV1.js +0 -1
  1835. package/dist/cjs/third-party/settings/ProductReviews/uiV1.js +0 -1
  1836. package/dist/cjs/third-party/settings/PumperBundlesVolumeDiscount/uiV1.js +0 -1
  1837. package/dist/cjs/third-party/settings/PushOwl/uiV1.js +0 -1
  1838. package/dist/cjs/third-party/settings/QikifyUpsell/uiV1.js +0 -1
  1839. package/dist/cjs/third-party/settings/RapiBundleQuantityBreaks/uiV1.js +0 -1
  1840. package/dist/cjs/third-party/settings/RechargeSubscriptions/uiV1.js +0 -1
  1841. package/dist/cjs/third-party/settings/RecurpaySubscriptionApp/uiV1.js +0 -1
  1842. package/dist/cjs/third-party/settings/Releasit/uiV1.js +0 -1
  1843. package/dist/cjs/third-party/settings/RequestQuoteHidePrice/uiV1.js +0 -1
  1844. package/dist/cjs/third-party/settings/ReviewxpoProductReviewsApp/uiV1.js +0 -1
  1845. package/dist/cjs/third-party/settings/Rivyo/uiV1.js +0 -1
  1846. package/dist/cjs/third-party/settings/Ryviu/uiV1.js +0 -1
  1847. package/dist/cjs/third-party/settings/SealSubscriptions/uiV1.js +0 -1
  1848. package/dist/cjs/third-party/settings/SegunoEmailMarketing/uiV1.js +0 -1
  1849. package/dist/cjs/third-party/settings/Selleasy/uiV1.js +0 -1
  1850. package/dist/cjs/third-party/settings/SeoantTrustBadgesIcon/uiV1.js +0 -1
  1851. package/dist/cjs/third-party/settings/ShopifyForms/uiV1.js +0 -1
  1852. package/dist/cjs/third-party/settings/ShopifySubscriptions/uiV1.js +0 -1
  1853. package/dist/cjs/third-party/settings/SimpleBundlesKits/uiV1.js +0 -1
  1854. package/dist/cjs/third-party/settings/SkioSubscriptionsYcS20/uiV1.js +0 -1
  1855. package/dist/cjs/third-party/settings/SmartSearchBarAndFilters/uiV1.js +0 -1
  1856. package/dist/cjs/third-party/settings/SproutPlantTreesGrowSales/uiV1.js +0 -1
  1857. package/dist/cjs/third-party/settings/StellarDeliveryDatePickup/uiV1.js +0 -1
  1858. package/dist/cjs/third-party/settings/SubifySubscriptionsApp/uiV1.js +0 -1
  1859. package/dist/cjs/third-party/settings/TagembedSocialPostReview/uiV1.js +0 -1
  1860. package/dist/cjs/third-party/settings/TagshopShoppableVideosUgc/uiV1.js +0 -1
  1861. package/dist/cjs/third-party/settings/TeeinblueProductPersonalizer/uiV1.js +0 -1
  1862. package/dist/cjs/third-party/settings/TrustBadgesBear/uiV1.js +0 -1
  1863. package/dist/cjs/third-party/settings/TrustMe/uiV1.js +0 -1
  1864. package/dist/cjs/third-party/settings/TrustedsiteTrustBadges/uiV1.js +0 -1
  1865. package/dist/cjs/third-party/settings/Trustoo/uiV1.js +0 -1
  1866. package/dist/cjs/third-party/settings/TrustreviewsProductReviews/uiV1.js +0 -1
  1867. package/dist/cjs/third-party/settings/TrustshopProductReviews/uiV1.js +0 -1
  1868. package/dist/cjs/third-party/settings/UnlimitedBundlesDiscounts/uiV1.js +0 -1
  1869. package/dist/cjs/third-party/settings/Vitals/uiV1.js +0 -1
  1870. package/dist/cjs/third-party/settings/WhatmoreShoppableVideosreel/uiV1.js +0 -1
  1871. package/dist/cjs/third-party/settings/WideBundle/uiV1.js +0 -1
  1872. package/dist/cjs/third-party/settings/Wiser/uiV1.js +0 -1
  1873. package/dist/cjs/third-party/settings/WishlistKing/uiV1.js +0 -1
  1874. package/dist/cjs/third-party/settings/WishlistPlus/uiV1.js +0 -1
  1875. package/dist/cjs/third-party/settings/YotpoLoyalty/uiV1.js +0 -1
  1876. package/dist/cjs/third-party/settings/YotpoReviews/uiV1.js +0 -1
  1877. package/dist/cjs/third-party-instant/settings/InstantJudgemeReviews/configs/ui-v1.js +0 -1
  1878. package/dist/cjs/third-party-instant/settings/InstantKlaviyo/configs/ui-v1.js +0 -1
  1879. package/dist/cjs/third-party-slot/settings/configs/ui-v1.js +0 -1
  1880. package/dist/cjs/video/settings/configs/ui-v1.js +0 -1
  1881. package/dist/esm/accordion/settings/configs/ui-v1.js +0 -1
  1882. package/dist/esm/article/settings/configs/article-author/ui-v1.js +0 -1
  1883. package/dist/esm/article/settings/configs/article-category/ui-v1.js +0 -1
  1884. package/dist/esm/article/settings/configs/article-content/ui-v1.js +0 -1
  1885. package/dist/esm/article/settings/configs/article-date/ui-v1.js +0 -1
  1886. package/dist/esm/article/settings/configs/article-excerpt/ui-v1.js +0 -1
  1887. package/dist/esm/article/settings/configs/article-image/ui-v1.js +0 -1
  1888. package/dist/esm/article/settings/configs/article-read-more/ui-v1.js +0 -1
  1889. package/dist/esm/article/settings/configs/article-tag/ui-v1.js +0 -1
  1890. package/dist/esm/article/settings/configs/article-title/ui-v1.js +0 -1
  1891. package/dist/esm/breadcrumb/settings/configs/ui-v1.js +0 -1
  1892. package/dist/esm/button/settings/configs/ui-v1.js +0 -1
  1893. package/dist/esm/carousel/settings/configs/ui-v1.js +0 -1
  1894. package/dist/esm/carousel-v3/settings/configs/ui-v1.js +0 -1
  1895. package/dist/esm/code/settings/configs/ui-v1.js +0 -1
  1896. package/dist/esm/collection/settings/collection-banner/configs/ui-v1.js +0 -1
  1897. package/dist/esm/collection/settings/collection-description/configs/ui-v1.js +0 -1
  1898. package/dist/esm/collection/settings/collection-paginator/configs/ui-v1.js +0 -1
  1899. package/dist/esm/collection/settings/collection-title/configs/ui-v1.js +0 -1
  1900. package/dist/esm/collection/settings/collection-toolbar/configs/ui-v1.js +0 -1
  1901. package/dist/esm/countdown-timer/settings/configs/ui-v1.js +0 -1
  1902. package/dist/esm/coupon/settings/configs/ui-v1.js +0 -1
  1903. package/dist/esm/dialog/settings/configs/ui-v1.js +0 -1
  1904. package/dist/esm/estimate-delivery/settings/configs/ui-v1.js +0 -1
  1905. package/dist/esm/form/settings/contact/configs/ui-v1.js +0 -1
  1906. package/dist/esm/form/settings/form-checkbox/configs/ui-v1.js +0 -1
  1907. package/dist/esm/form/settings/form-dropdown/configs/ui-v1.js +0 -1
  1908. package/dist/esm/form/settings/form-email/configs/ui-v1.js +0 -1
  1909. package/dist/esm/form/settings/form-textarea/configs/ui-v1.js +0 -1
  1910. package/dist/esm/form/settings/newsletter/configs/ui-v1.js +0 -1
  1911. package/dist/esm/form/settings/submit-button/configs/ui-v1.js +0 -1
  1912. package/dist/esm/form/settings/text-field/configs/ui-v1.js +0 -1
  1913. package/dist/esm/form/settings/text-input/configs/ui-v1.js +0 -1
  1914. package/dist/esm/grid/settings/configs/row/ui-v1.js +0 -1
  1915. package/dist/esm/grid/settings/configs/section/ui-v1.js +0 -1
  1916. package/dist/esm/header/settings/configs/ui-v1.js +0 -1
  1917. package/dist/esm/heading/settings/configs/ui-v1.js +0 -1
  1918. package/dist/esm/hero-banner/settings/configs/ui-v1.js +0 -1
  1919. package/dist/esm/icon/settings/configs/ui-v1.js +0 -1
  1920. package/dist/esm/icon-list/settings/configs/ui-v1.js +0 -1
  1921. package/dist/esm/icon-list-hoz/settings/configs/uiV1.js +0 -1
  1922. package/dist/esm/icon-list-v2/settings/configs/ui-v1.js +0 -1
  1923. package/dist/esm/image/settings/configs/ui-v1.js +0 -4
  1924. package/dist/esm/image-comparison/settings/configs/ui-v1.js +0 -1
  1925. package/dist/esm/line/settings/configs/ui-v1.js +0 -1
  1926. package/dist/esm/marquee/settings/configs/ui-v1.js +0 -1
  1927. package/dist/esm/post-purchase/advanced-list/settings/configs/ui-v1.js +0 -1
  1928. package/dist/esm/post-purchase/button/settings/configs/ui-v1.js +0 -1
  1929. package/dist/esm/post-purchase/callout-banner/settings/config/callout-box/ui-v1.js +0 -1
  1930. package/dist/esm/post-purchase/countdown-timer/settings/config/ui-v1.js +0 -1
  1931. package/dist/esm/post-purchase/line/settings/configs/ui-v1.js +0 -1
  1932. package/dist/esm/post-purchase/link/settings/configs/ui-v1.js +0 -1
  1933. package/dist/esm/post-purchase/product/settings/accept-button/configs/ui-v1.js +0 -1
  1934. package/dist/esm/post-purchase/product/settings/product-description/configs/ui-v1.js +0 -1
  1935. package/dist/esm/post-purchase/product/settings/product-discount-tag/configs/ui-v1.js +0 -1
  1936. package/dist/esm/post-purchase/product/settings/product-image/ProductFeatureImage.js +0 -1
  1937. package/dist/esm/post-purchase/product/settings/product-image/ProductGalleryImage.js +0 -1
  1938. package/dist/esm/post-purchase/product/settings/product-image/ProductImageLayoutSetting.js +0 -1
  1939. package/dist/esm/post-purchase/product/settings/product-image/configs/ui-v1.js +0 -1
  1940. package/dist/esm/post-purchase/product/settings/product-offer/configs/ui-v1.js +0 -1
  1941. package/dist/esm/post-purchase/product/settings/product-price/configs/ui-v1.js +0 -1
  1942. package/dist/esm/post-purchase/product/settings/product-price-breakdown/configs/ui-v1.js +0 -1
  1943. package/dist/esm/post-purchase/product/settings/product-quantity/configs/ui-v1.js +0 -1
  1944. package/dist/esm/post-purchase/product/settings/product-title/configs/ui-v1.js +0 -1
  1945. package/dist/esm/post-purchase/product/settings/product-variants/configs/ui-v1.js +0 -1
  1946. package/dist/esm/post-purchase/text/settings/text/configs/ui-v1.js +0 -1
  1947. package/dist/esm/product/settings/dynamic-checkout/configs/ui-v1.js +0 -1
  1948. package/dist/esm/product/settings/product/configs/ui-v1.js +0 -1
  1949. package/dist/esm/product/settings/product-badge/configs/ui-v1.js +0 -1
  1950. package/dist/esm/product/settings/product-button/configs/ui-v1.js +0 -1
  1951. package/dist/esm/product/settings/product-description/configs/ui-v1.js +0 -1
  1952. package/dist/esm/product/settings/product-list/configs/ui-v1.js +0 -1
  1953. package/dist/esm/product/settings/product-list-v3/configs/ui-v1.js +0 -1
  1954. package/dist/esm/product/settings/product-price/configs/ui-v1.js +0 -1
  1955. package/dist/esm/product/settings/product-properties/configs/ui-v1.js +0 -1
  1956. package/dist/esm/product/settings/product-quantity/configs/ui-v1.js +0 -1
  1957. package/dist/esm/product/settings/product-sku/configs/ui-v1.js +0 -1
  1958. package/dist/esm/product/settings/product-title/configs/ui-v1.js +0 -1
  1959. package/dist/esm/product/settings/product-variant/configs/ui-v1.js +0 -1
  1960. package/dist/esm/product/settings/product-vendor/configs/ui-v1.js +0 -1
  1961. package/dist/esm/product/settings/product-view-more/configs/ui-v1.js +0 -1
  1962. package/dist/esm/sticky/settings/configs/ui-v1.js +0 -1
  1963. package/dist/esm/stock-counter/settings/configs/ui-v1.js +0 -1
  1964. package/dist/esm/tab/settings/configs/ui-v1.js +0 -1
  1965. package/dist/esm/text/settings/configs/ui-v1.js +0 -1
  1966. package/dist/esm/third-party/setting/KachingSubscriptionsApp/uiV1.js +0 -1
  1967. package/dist/esm/third-party/settings/AftershipEmailMarketingsms/uiV1.js +0 -1
  1968. package/dist/esm/third-party/settings/AirProductReviewsAppUgc/uiV1.js +0 -1
  1969. package/dist/esm/third-party/settings/AliReviews/uiV1.js +0 -1
  1970. package/dist/esm/third-party/settings/AlsoBoughtCbb/uiV1.js +0 -1
  1971. package/dist/esm/third-party/settings/AovFreeGiftBuyXGetYBogo/uiV1.js +0 -1
  1972. package/dist/esm/third-party/settings/AppointmentBookingCowlendar/uiV1.js +0 -1
  1973. package/dist/esm/third-party/settings/AppstleBundlesDiscounts/uiV1.js +0 -1
  1974. package/dist/esm/third-party/settings/AppstleSubscriptions/uiV1.js +0 -1
  1975. package/dist/esm/third-party/settings/BestBuyFulfillment/uiV1.js +0 -1
  1976. package/dist/esm/third-party/settings/BfSizeChartSizeGuide/uiV1.js +0 -1
  1977. package/dist/esm/third-party/settings/BirdChime/uiV1.js +0 -1
  1978. package/dist/esm/third-party/settings/Bogos/uiV1.js +0 -1
  1979. package/dist/esm/third-party/settings/BoldProductOptions/uiV1.js +0 -1
  1980. package/dist/esm/third-party/settings/BoldSubscriptions/uiV1.js +0 -1
  1981. package/dist/esm/third-party/settings/BonLoyaltyRewardsReferrals/uiV1.js +0 -1
  1982. package/dist/esm/third-party/settings/BoostAISearchDiscovery/uiV1.js +0 -1
  1983. package/dist/esm/third-party/settings/Bundler/uiV1.js +0 -1
  1984. package/dist/esm/third-party/settings/CleanSizeCharts/uiV1.js +0 -1
  1985. package/dist/esm/third-party/settings/CrossSellCartUpsell/uiV1.js +0 -1
  1986. package/dist/esm/third-party/settings/CustomProductOptionsVariant/uiV1.js +0 -1
  1987. package/dist/esm/third-party/settings/DiscountyBulkDiscountSales/uiV1.js +0 -1
  1988. package/dist/esm/third-party/settings/EasifyProductOptions/uiV1.js +0 -1
  1989. package/dist/esm/third-party/settings/EasyBundleBuilderSkailama/uiV1.js +0 -1
  1990. package/dist/esm/third-party/settings/EasySellCOD/uiV1.js +0 -1
  1991. package/dist/esm/third-party/settings/EcoboostifyShoppableReelUgc/uiV1.js +0 -1
  1992. package/dist/esm/third-party/settings/EcomsendBackInStockAlert/uiV1.js +0 -1
  1993. package/dist/esm/third-party/settings/EssentialAnnouncementBar/uiV1.js +0 -1
  1994. package/dist/esm/third-party/settings/EssentialCountdownTimerBar/uiV1.js +0 -1
  1995. package/dist/esm/third-party/settings/EstimatedDeliveryDatePlus/uiV1.js +0 -1
  1996. package/dist/esm/third-party/settings/FastBundleBundlesDiscounts/uiV1.js +0 -1
  1997. package/dist/esm/third-party/settings/FeraReviews/uiV1.js +0 -1
  1998. package/dist/esm/third-party/settings/FirePush/uiV1.js +0 -1
  1999. package/dist/esm/third-party/settings/FlyBundlesUpsellsFbt/uiV1.js +0 -1
  2000. package/dist/esm/third-party/settings/FordeerProductLabels/uiV1.js +0 -1
  2001. package/dist/esm/third-party/settings/FrequentlyBoughtTogether/uiV1.js +0 -1
  2002. package/dist/esm/third-party/settings/GloColorSwatchvariantImage/uiV1.js +0 -1
  2003. package/dist/esm/third-party/settings/GloboProductOptionsVariant/uiV1.js +0 -1
  2004. package/dist/esm/third-party/settings/GoogleReviewsByReputon/uiV1.js +0 -1
  2005. package/dist/esm/third-party/settings/Growave/uiV1.js +0 -1
  2006. package/dist/esm/third-party/settings/HextomCountdownTimerBar/uiV1.js +0 -1
  2007. package/dist/esm/third-party/settings/HextomFreeShippingBar/uiV1.js +0 -1
  2008. package/dist/esm/third-party/settings/HulkFormBuilder/uiV1.js +0 -1
  2009. package/dist/esm/third-party/settings/HulkProductOptions/uiV1.js +0 -1
  2010. package/dist/esm/third-party/settings/InfiniteOptions/uiV1.js +0 -1
  2011. package/dist/esm/third-party/settings/Instafeed/uiV1.js +0 -1
  2012. package/dist/esm/third-party/settings/InstasellShoppableInstagram/uiV1.js +0 -1
  2013. package/dist/esm/third-party/settings/JudgemeReviews/uiV1.js +0 -1
  2014. package/dist/esm/third-party/settings/JunipProductReviewsUgc/uiV1.js +0 -1
  2015. package/dist/esm/third-party/settings/KachingBundles/uiV1.js +0 -1
  2016. package/dist/esm/third-party/settings/KingProductOptions/uiV1.js +0 -1
  2017. package/dist/esm/third-party/settings/KiteFreeGiftDiscount/uiV1.js +0 -1
  2018. package/dist/esm/third-party/settings/KlarnaMessaging/uiV1.js +0 -1
  2019. package/dist/esm/third-party/settings/Klaviyo/uiV1.js +0 -1
  2020. package/dist/esm/third-party/settings/KoalaBundleQuantityDiscount/uiV1.js +0 -1
  2021. package/dist/esm/third-party/settings/LaiProductReviews/uiV1.js +0 -1
  2022. package/dist/esm/third-party/settings/LoloyalLoyaltyReferrals/uiV1.js +0 -1
  2023. package/dist/esm/third-party/settings/LoopSubscriptions/uiV1.js +0 -1
  2024. package/dist/esm/third-party/settings/LooxReviews/uiV1.js +0 -1
  2025. package/dist/esm/third-party/settings/MaxbundleProductBundles/uiV1.js +0 -1
  2026. package/dist/esm/third-party/settings/MbcBundleVolumeDiscount/uiV1.js +0 -1
  2027. package/dist/esm/third-party/settings/MyappgurusProductReviews/uiV1.js +0 -1
  2028. package/dist/esm/third-party/settings/NotifyBackInStockPreOrder/uiV1.js +0 -1
  2029. package/dist/esm/third-party/settings/OkendoReviewsLoyalty/uiV1.js +0 -1
  2030. package/dist/esm/third-party/settings/Omnisend/uiV1.js +0 -1
  2031. package/dist/esm/third-party/settings/Opinew/uiV1.js +0 -1
  2032. package/dist/esm/third-party/settings/ParcelPanel/uiV1.js +0 -1
  2033. package/dist/esm/third-party/settings/PickyStory/uiV1.js +0 -1
  2034. package/dist/esm/third-party/settings/PowerfulContactFormBuilder/uiV1.js +0 -1
  2035. package/dist/esm/third-party/settings/PreorderNowPreOrderPq/uiV1.js +0 -1
  2036. package/dist/esm/third-party/settings/PreorderNowWodPresale/uiV1.js +0 -1
  2037. package/dist/esm/third-party/settings/ProductOptionsCustomizer/uiV1.js +0 -1
  2038. package/dist/esm/third-party/settings/ProductOptionsVariantOption/uiV1.js +0 -1
  2039. package/dist/esm/third-party/settings/ProductReviews/uiV1.js +0 -1
  2040. package/dist/esm/third-party/settings/PumperBundlesVolumeDiscount/uiV1.js +0 -1
  2041. package/dist/esm/third-party/settings/PushOwl/uiV1.js +0 -1
  2042. package/dist/esm/third-party/settings/QikifyUpsell/uiV1.js +0 -1
  2043. package/dist/esm/third-party/settings/RapiBundleQuantityBreaks/uiV1.js +0 -1
  2044. package/dist/esm/third-party/settings/RechargeSubscriptions/uiV1.js +0 -1
  2045. package/dist/esm/third-party/settings/RecurpaySubscriptionApp/uiV1.js +0 -1
  2046. package/dist/esm/third-party/settings/Releasit/uiV1.js +0 -1
  2047. package/dist/esm/third-party/settings/RequestQuoteHidePrice/uiV1.js +0 -1
  2048. package/dist/esm/third-party/settings/ReviewxpoProductReviewsApp/uiV1.js +0 -1
  2049. package/dist/esm/third-party/settings/Rivyo/uiV1.js +0 -1
  2050. package/dist/esm/third-party/settings/Ryviu/uiV1.js +0 -1
  2051. package/dist/esm/third-party/settings/SealSubscriptions/uiV1.js +0 -1
  2052. package/dist/esm/third-party/settings/SegunoEmailMarketing/uiV1.js +0 -1
  2053. package/dist/esm/third-party/settings/Selleasy/uiV1.js +0 -1
  2054. package/dist/esm/third-party/settings/SeoantTrustBadgesIcon/uiV1.js +0 -1
  2055. package/dist/esm/third-party/settings/ShopifyForms/uiV1.js +0 -1
  2056. package/dist/esm/third-party/settings/ShopifySubscriptions/uiV1.js +0 -1
  2057. package/dist/esm/third-party/settings/SimpleBundlesKits/uiV1.js +0 -1
  2058. package/dist/esm/third-party/settings/SkioSubscriptionsYcS20/uiV1.js +0 -1
  2059. package/dist/esm/third-party/settings/SmartSearchBarAndFilters/uiV1.js +0 -1
  2060. package/dist/esm/third-party/settings/SproutPlantTreesGrowSales/uiV1.js +0 -1
  2061. package/dist/esm/third-party/settings/StellarDeliveryDatePickup/uiV1.js +0 -1
  2062. package/dist/esm/third-party/settings/SubifySubscriptionsApp/uiV1.js +0 -1
  2063. package/dist/esm/third-party/settings/TagembedSocialPostReview/uiV1.js +0 -1
  2064. package/dist/esm/third-party/settings/TagshopShoppableVideosUgc/uiV1.js +0 -1
  2065. package/dist/esm/third-party/settings/TeeinblueProductPersonalizer/uiV1.js +0 -1
  2066. package/dist/esm/third-party/settings/TrustBadgesBear/uiV1.js +0 -1
  2067. package/dist/esm/third-party/settings/TrustMe/uiV1.js +0 -1
  2068. package/dist/esm/third-party/settings/TrustedsiteTrustBadges/uiV1.js +0 -1
  2069. package/dist/esm/third-party/settings/Trustoo/uiV1.js +0 -1
  2070. package/dist/esm/third-party/settings/TrustreviewsProductReviews/uiV1.js +0 -1
  2071. package/dist/esm/third-party/settings/TrustshopProductReviews/uiV1.js +0 -1
  2072. package/dist/esm/third-party/settings/UnlimitedBundlesDiscounts/uiV1.js +0 -1
  2073. package/dist/esm/third-party/settings/Vitals/uiV1.js +0 -1
  2074. package/dist/esm/third-party/settings/WhatmoreShoppableVideosreel/uiV1.js +0 -1
  2075. package/dist/esm/third-party/settings/WideBundle/uiV1.js +0 -1
  2076. package/dist/esm/third-party/settings/Wiser/uiV1.js +0 -1
  2077. package/dist/esm/third-party/settings/WishlistKing/uiV1.js +0 -1
  2078. package/dist/esm/third-party/settings/WishlistPlus/uiV1.js +0 -1
  2079. package/dist/esm/third-party/settings/YotpoLoyalty/uiV1.js +0 -1
  2080. package/dist/esm/third-party/settings/YotpoReviews/uiV1.js +0 -1
  2081. package/dist/esm/third-party-instant/settings/InstantJudgemeReviews/configs/ui-v1.js +0 -1
  2082. package/dist/esm/third-party-instant/settings/InstantKlaviyo/configs/ui-v1.js +0 -1
  2083. package/dist/esm/third-party-slot/settings/configs/ui-v1.js +0 -1
  2084. package/dist/esm/video/settings/configs/ui-v1.js +0 -1
@@ -1,17 +1,17 @@
1
- import{composeAdvanceStyle as s,template as e,WrapRenderChildren as i,RenderChildren as r}from"@gem-sdk/core";import{getStaticLocale as a}from"../../helpers.js";import{createStyle as o,createClass as t,If as m}from"@gem-sdk/system";import{getContainerStyles as l,getUlStyles as d,getWrapperStyles as c}from"../common/styles.js";import{getUlClasses as n,getWrapperClasses as p}from"../common/classes.js";let IconList=({builderProps:$,style:u,setting:f,rawChildren:g,styles:k,advanced:v})=>{let{preload:y}=f||{},{background:b}=k||{},h=s(v),I=o(l(u,k,{advancedClasses:h,isLiquid:!0})),L=t(n(v?.cssClass)),j=o(d(k)),x=o(c(k)),C=t(p());return e`
2
- ${m(!!y,`${m(!!b?.desktop?.image?.src,`<link rel="preload" href="${b?.desktop?.image?.src}" as="image" />`)}
1
+ import{composeAdvanceStyle as e,template as s,WrapRenderChildren as i,RenderChildren as t}from"@gem-sdk/core";import{getStaticLocale as a}from"../../helpers.js";import{createStyle as r,createClass as o,If as m}from"@gem-sdk/system";import{getContainerStyles as d,getUlStyles as l,getWrapperStyles as c}from"../common/styles.js";import{getUlClasses as p,getWrapperClasses as n}from"../common/classes.js";let IconList=({builderProps:$,style:u,setting:g,rawChildren:f,styles:k,advanced:v,pageContext:y})=>{let{preload:L}=g||{},{background:b}=k||{},h=e(v),x=r(d({style:u,styles:k,type:"Liquid",uid:$?.uid??"",pageContext:y,extraData:{advancedClasses:h,isLiquid:!0}})),I=o(p(v?.cssClass)),j=r(l(k)),C=r(c(k)),q=o(n());return s`
2
+ ${m(!!L,`${m(!!b?.desktop?.image?.src,`<link rel="preload" href="${b?.desktop?.image?.src}" as="image" />`)}
3
3
  ${m(!!b?.tablet?.image?.src,`<link rel="preload" href="${b?.tablet?.image?.src}" as="image" />`)}
4
4
  ${m(!!b?.mobile?.image?.src,`<link rel="preload" href="${b?.mobile?.image?.src}" as="image" />`)}`)}
5
- <div class="${C}" style="${x}">
5
+ <div class="${q}" style="${C}">
6
6
  <div
7
7
  data-id="${$?.uid}"
8
- style="${I}">
9
- ${m(!g,e`<div>${a("IconList","icons_not_found")}</div>`)}
10
- ${m(!!g,e`<ul
11
- class="${L}"
8
+ style="${x}">
9
+ ${m(!f,s`<div>${a("IconList","icons_not_found")}</div>`)}
10
+ ${m(!!f,s`<ul
11
+ class="${I}"
12
12
  style="${j}"
13
13
  >
14
- ${i({uid:$?.uid??"",customProps:g?.[0].customProps},g?.map((s,e)=>{if(s)return r({...s,dataIndex:e,parentUid:$?.uid,parentStyles:k})}))}
14
+ ${i({uid:$?.uid??"",customProps:f?.[0].customProps},f?.map((e,s)=>{if(e)return t({...e,dataIndex:s,parentUid:$?.uid,parentStyles:k})}))}
15
15
  </ul>`)}
16
16
  </div>
17
17
  </div>
@@ -1 +1 @@
1
- import"react/jsx-runtime";import"@gem-sdk/core";import"react";import"next/head";import"@gem-sdk/system";import t from"./settings/IconList.js";import i from"./settings/IconListItem.js";let iconListSetting={IconList:t,IconListItem:i};export{iconListSetting};
1
+ import"react/jsx-runtime";import"@gem-sdk/core";import"react";import"next/head";import"@gem-sdk/system";import"next/link";import t from"./settings/IconList.js";import i from"./settings/IconListItem.js";let iconListSetting={IconList:t,IconListItem:i};export{iconListSetting};
@@ -1,5 +1,5 @@
1
- import{itemChildrenTemplateText as C,itemChildrenTemplateImage as t}from"./configs/items.js";import{IconListSettings as i}from"./configs/settings.js";import{SettingUIV1 as e}from"./configs/ui-v1.js";import{SettingUIV2 as l}from"./configs/ui-v2.js";let config={tag:"IconList",label:"Advanced List",icon:`
2
- <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.or g/2000/svg">
1
+ import{itemChildrenTemplateText as C,itemChildrenTemplateImage as t}from"./configs/items.js";import{IconListSettings as i}from"./configs/settings.js";import{SettingUIV2 as e}from"./configs/ui-v2.js";let config={tag:"IconList",label:"Advanced List",icon:`
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"/>
5
5
  <path d="M10 14.4767C10 14.0625 10.3358 13.7267 10.75 13.7267L21.75 13.7267C22.1642 13.7267 22.5 14.0625 22.5 14.4767C22.5 14.8909 22.1642 15.2267 21.75 15.2267L10.75 15.2267C10.3358 15.2267 10 14.8909 10 14.4767Z" fill="white"/>
@@ -8,7 +8,7 @@ import{itemChildrenTemplateText as C,itemChildrenTemplateImage as t}from"./confi
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:i,ui:e,uiV2:l,editorConfigs:{slots:{children:!1}},presets:[{id:"icon-list-ver1-1-text",name:{en:"Advanced List"},icon:{desktop:`
11
+ `,settings:i,ui:[],uiV2:e,editorConfigs:{slots:{children:!1}},presets:[{id:"icon-list-ver1-1-text",name:"Advanced 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 d="M13.1167 25.4997C12.415 25.4997 11.8127 25.3221 11.3098 24.967C10.8098 24.6091 10.4249 24.0934 10.155 23.4201C9.88796 22.744 9.75444 21.9301 9.75444 20.9784C9.75728 20.0267 9.89222 19.217 10.1593 18.5494C10.4292 17.879 10.8141 17.3676 11.3141 17.0153C11.8169 16.663 12.4178 16.4869 13.1167 16.4869C13.8155 16.4869 14.4164 16.663 14.9192 17.0153C15.4221 17.3676 15.807 17.879 16.074 18.5494C16.3439 19.2199 16.4789 20.0295 16.4789 20.9784C16.4789 21.9329 16.3439 22.7483 16.074 23.4244C15.807 24.0977 15.4221 24.6119 14.9192 24.967C14.4192 25.3221 13.8184 25.4997 13.1167 25.4997ZM13.1167 24.1659C13.6621 24.1659 14.0925 23.8974 14.4078 23.3605C14.726 22.8207 14.8851 22.0267 14.8851 20.9784C14.8851 20.2852 14.8127 19.7028 14.6678 19.2312C14.5229 18.7596 14.3184 18.4045 14.0542 18.1659C13.79 17.9244 13.4775 17.8037 13.1167 17.8037C12.574 17.8037 12.1451 18.0736 11.8297 18.6133C11.5144 19.1503 11.3553 19.9386 11.3525 20.9784C11.3496 21.6744 11.4192 22.2596 11.5613 22.7341C11.7061 23.2085 11.9107 23.5665 12.1749 23.8079C12.4391 24.0466 12.753 24.1659 13.1167 24.1659ZM21.4444 16.6062V25.3335H19.8635V18.1446H19.8123L17.7711 19.4486V17.9997L19.9402 16.6062H21.4444ZM24.1472 25.4272C23.8887 25.4272 23.6671 25.3363 23.4824 25.1545C23.2978 24.9727 23.2069 24.7511 23.2097 24.4897C23.2069 24.2341 23.2978 24.0153 23.4824 23.8335C23.6671 23.6517 23.8887 23.5608 24.1472 23.5608C24.3972 23.5608 24.6145 23.6517 24.7992 23.8335C24.9867 24.0153 25.0819 24.2341 25.0847 24.4897C25.0819 24.663 25.0364 24.8207 24.9483 24.9628C24.8631 25.1048 24.7495 25.2184 24.6074 25.3037C24.4682 25.3861 24.3148 25.4272 24.1472 25.4272Z" fill="#D6D6D6"/>
14
14
  <rect x="35" y="18.3335" width="67" height="6" rx="3" fill="#757575"/>
@@ -17,7 +17,7 @@ import{itemChildrenTemplateText as C,itemChildrenTemplateImage as t}from"./confi
17
17
  <path d="M12.4799 62.8332C11.7782 62.8332 11.176 62.6556 10.6731 62.3005C10.1731 61.9426 9.78817 61.4269 9.51829 60.7536C9.25124 60.0775 9.11772 59.2636 9.11772 58.3119C9.12056 57.3602 9.2555 56.5505 9.52255 55.8829C9.79244 55.2124 10.1774 54.7011 10.6774 54.3488C11.1802 53.9965 11.7811 53.8204 12.4799 53.8204C13.1788 53.8204 13.7797 53.9965 14.2825 54.3488C14.7853 54.7011 15.1703 55.2124 15.4373 55.8829C15.7072 56.5534 15.8422 57.363 15.8422 58.3119C15.8422 59.2664 15.7072 60.0818 15.4373 60.7579C15.1703 61.4312 14.7853 61.9454 14.2825 62.3005C13.7825 62.6556 13.1816 62.8332 12.4799 62.8332ZM12.4799 61.4994C13.0254 61.4994 13.4558 61.2309 13.7711 60.694C14.0893 60.1542 14.2484 59.3602 14.2484 58.3119C14.2484 57.6187 14.176 57.0363 14.0311 56.5647C13.8862 56.0931 13.6816 55.738 13.4174 55.4994C13.1532 55.2579 12.8407 55.1372 12.4799 55.1372C11.9373 55.1372 11.5083 55.407 11.193 55.9468C10.8777 56.4838 10.7186 57.2721 10.7157 58.3119C10.7129 59.0079 10.7825 59.5931 10.9245 60.0676C11.0694 60.542 11.274 60.8999 11.5382 61.1414C11.8024 61.3801 12.1163 61.4994 12.4799 61.4994ZM20.3901 62.7863C19.7765 62.7863 19.231 62.6812 18.7537 62.471C18.2793 62.2607 17.9043 61.9681 17.6287 61.5931C17.3532 61.2181 17.2069 60.7849 17.1898 60.2934H18.7921C18.8063 60.5292 18.8844 60.7352 19.0265 60.9113C19.1685 61.0846 19.3574 61.2195 19.5932 61.3161C19.829 61.4127 20.0932 61.461 20.3858 61.461C20.6983 61.461 20.9753 61.407 21.2168 61.2991C21.4583 61.1883 21.6472 61.0349 21.7836 60.8389C21.9199 60.6428 21.9867 60.417 21.9838 60.1613C21.9867 59.8971 21.9185 59.6642 21.7793 59.4624C21.6401 59.2607 21.4384 59.1031 21.1742 58.9894C20.9128 58.8758 20.5975 58.819 20.2282 58.819H19.4569V57.6002H20.2282C20.5321 57.6002 20.7978 57.5477 21.025 57.4426C21.2551 57.3374 21.4355 57.1897 21.5662 56.9994C21.6969 56.8062 21.7608 56.5832 21.758 56.3303C21.7608 56.0832 21.7054 55.8687 21.5918 55.6869C21.481 55.5022 21.3233 55.3588 21.1188 55.2565C20.9171 55.1542 20.6799 55.1031 20.4071 55.1031C20.1401 55.1031 19.8929 55.1514 19.6657 55.248C19.4384 55.3445 19.2551 55.4823 19.1159 55.6613C18.9767 55.8374 18.9029 56.0477 18.8944 56.292H17.373C17.3844 55.8034 17.525 55.3744 17.7949 55.0051C18.0676 54.6329 18.4313 54.3431 18.8858 54.1357C19.3404 53.9255 19.8503 53.8204 20.4157 53.8204C20.998 53.8204 21.5037 53.9298 21.9327 54.1485C22.3645 54.3644 22.6983 54.6556 22.9341 55.0221C23.1699 55.3886 23.2878 55.7934 23.2878 56.2366C23.2907 56.7281 23.1458 57.14 22.8532 57.4724C22.5634 57.8048 22.1827 58.0221 21.7111 58.1244V58.1926C22.3248 58.2778 22.7949 58.5051 23.1216 58.8744C23.4512 59.2409 23.6145 59.6968 23.6117 60.2423C23.6117 60.7309 23.4725 61.1684 23.1941 61.5548C22.9185 61.9383 22.5378 62.2394 22.052 62.4582C21.5691 62.6769 21.0151 62.7863 20.3901 62.7863ZM25.7839 62.7607C25.5254 62.7607 25.3038 62.6698 25.1191 62.488C24.9345 62.3062 24.8436 62.0846 24.8464 61.8232C24.8436 61.5676 24.9345 61.3488 25.1191 61.167C25.3038 60.9852 25.5254 60.8943 25.7839 60.8943C26.0339 60.8943 26.2512 60.9852 26.4359 61.167C26.6234 61.3488 26.7186 61.5676 26.7214 61.8232C26.7186 61.9965 26.6731 62.1542 26.585 62.2963C26.4998 62.4383 26.3862 62.5519 26.2441 62.6372C26.1049 62.7195 25.9515 62.7607 25.7839 62.7607Z" fill="#D6D6D6"/>
18
18
  <rect x="36" y="55.667" width="66" height="6" rx="3" fill="#757575"/>
19
19
  </svg>
20
- `},components:[{tag:"IconList",settings:{childItem:["Item 1","Item 2","Item 3"],presetId:"icon-list-ver1-1-text"},styles:{horizontalSpacing:{desktop:"8px"},verticalSpacing:{desktop:"24px"}},advanced:{hasBoxShadow:{desktop:{normal:!0}},boxShadow:{desktop:{normal:{type:"shadow-1",distance:"0px",blur:"10px",spread:"0px",color:"rgba(0, 0, 0, 0.1)",angle:90}}},"spacing-setting":{desktop:{margin:{bottom:"var(--g-s-l)"}}}},childrens:[C("01."),C("02."),C("03.")]}]},{id:"icon-list-ver1-2-image",name:{en:"Advanced List"},icon:{desktop:`
20
+ `},components:[{tag:"IconList",settings:{childItem:["Item 1","Item 2","Item 3"],presetId:"icon-list-ver1-1-text"},styles:{horizontalSpacing:{desktop:"8px"},verticalSpacing:{desktop:"24px"}},advanced:{hasBoxShadow:{desktop:{normal:!0}},boxShadow:{desktop:{normal:{type:"shadow-1",distance:"0px",blur:"10px",spread:"0px",color:"rgba(0, 0, 0, 0.1)",angle:90}}},"spacing-setting":{desktop:{margin:{bottom:"var(--g-s-l)"}}}},childrens:[C("01."),C("02."),C("03.")]}]},{id:"icon-list-ver1-2-image",name:"Advanced List",icon:{desktop:`
21
21
  <svg width="94" height="52" viewBox="0 0 94 52" fill="none" xmlns="http://www.w3.org/2000/svg">
22
22
  <path fill-rule="evenodd" clip-rule="evenodd" d="M2.37143 2C1.61401 2 1 2.56284 1 3.25714V11.7429C1 12.4372 1.61401 13 2.37143 13H11.6286C12.386 13 13 12.4372 13 11.7429V3.25714C13 2.56284 12.386 2 11.6286 2H2.37143ZM8.1183 6.15319C8.30346 6.15319 8.4769 6.23527 8.58237 6.37418L11.3949 10.0783C11.5121 10.2319 11.5238 10.4318 11.4277 10.5981C11.3316 10.7644 11.1394 10.8675 10.9308 10.8675H3.0558C2.84018 10.8675 2.6433 10.7559 2.54955 10.5813C2.4558 10.4066 2.48158 10.1982 2.61752 10.0467L4.11752 8.36301C4.22299 8.24305 4.38705 8.1736 4.5558 8.1736C4.72455 8.1736 4.88627 8.24305 4.99408 8.36301L5.61518 9.05963L7.65424 6.37418C7.75737 6.23527 7.93315 6.15319 8.1183 6.15319ZM4.4138 5.85731C4.20282 6.04676 3.91667 6.15319 3.6183 6.15319C3.31994 6.15319 3.03379 6.04676 2.82281 5.85731C2.61183 5.66786 2.4933 5.41091 2.4933 5.14299C2.4933 4.87507 2.61183 4.61812 2.82281 4.42867C3.03379 4.23922 3.31994 4.13278 3.6183 4.13278C3.91667 4.13278 4.20282 4.23922 4.4138 4.42867C4.62478 4.61812 4.7433 4.87507 4.7433 5.14299C4.7433 5.41091 4.62478 5.66786 4.4138 5.85731Z" fill="#D6D6D6"/>
23
23
  <rect x="22" y="4.33325" width="72" height="6" rx="3" fill="#757575"/>
@@ -0,0 +1 @@
1
+ let IconList={background:{id:"background",fields:["image.src"]}};export{IconList};
@@ -1 +1 @@
1
- let 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%"}}]}];export{SettingUIV2};
1
+ let 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%"}}]}];export{SettingUIV2};
@@ -1,7 +1,7 @@
1
- import{SettingUIV1 as e}from"./configs/uiV1.js";import{SettingUIV2 as i}from"./configs/uiV2.js";import{IconListHozSettings as o}from"./configs/settings.js";import{IconListHozPreset as t}from"./configs/presets.js";let config={tag:"IconListHoz",label:"Icon List",icon:`
1
+ import{SettingUIV2 as e}from"./configs/uiV2.js";import{IconListHozSettings as i}from"./configs/settings.js";import{IconListHozPreset as o}from"./configs/presets.js";let 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:o,ui:e,uiV2:i,presets:t,locales:{editor:{en:{icons_not_found:"Icons not found"}}},rootOverride:{advanced:{"spacing-setting":{desktop:{margin:{bottom:0}}}}}};export{config as default};
7
+ `,settings:i,ui:[],uiV2:e,presets:o,locales:{editor:{en:{icons_not_found:"Icons not found"}}},rootOverride:{advanced:{"spacing-setting":{desktop:{margin:{bottom:0}}}}}};export{config as default};
@@ -1,4 +1,4 @@
1
- import{itemChildrenTemplate as L,itemSystemStarTemplate as C,itemChildrenHalfStarTemplate as t}from"../ItemTemplate.js";let IconListHozPreset=[{id:"icon-list-hoz",name:{en:"Icon List"},icon:{desktop:`
1
+ import{itemChildrenTemplate as L,itemSystemStarTemplate as C,itemChildrenHalfStarTemplate as t}from"../ItemTemplate.js";let 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 @@ import{itemChildrenTemplate as L,itemSystemStarTemplate as C,itemChildrenHalfSta
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:[L,L,L,L,L]}]},{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:[L,L,L,L,L]}]},{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
- let 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"}}]}];export{SettingUIV2};
1
+ let 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"}}]}];export{SettingUIV2};
@@ -1 +1 @@
1
- import{DEVICES as t,composePositionLineHeight as o}from"@gem-sdk/core";import{getDynamicSourceLocales as e,getStaticLocale as n}from"../../helpers.js";let composeIconWith=t=>({...t,desktop:t?.desktop??0,tablet:t?.tablet??t?.desktop??0,mobile:t?.mobile??t?.tablet??t?.desktop??0}),getTextIconNotFound=t=>"react"===t?"Icons not found":n("IconList","icons_not_found"),getTextIconTranslations=({setting:t,builderProps:o,pageContext:n,key:i,type:s})=>{let{childItem:l,translate:c}=t??{};return"react"===s?l?.[i]:e({val:l?.[i],uid:o?.uid,settingId:`childItem_${i}`,pageContext:n,translate:c,isReplaceLocationOrigin:!0})},getvalueMap=({setting:t})=>{let{childConfig:o,iconType:e,iconSvg:n}=t??{};return e&&"matching"!==e?"different"===e?o:void 0:Array(o?.length).fill(n)},composePostionIconList=(e,n,i)=>{let s={...i,desktop:i?.desktop??0,tablet:i?.tablet??i?.desktop??0,mobile:i?.mobile??i?.tablet??i?.desktop??0},l={};return t.forEach(t=>{o({compose:l,lineHeight:e,device:t,position:n,iconWidth:s})}),l};export{composeIconWith,composePostionIconList,getTextIconNotFound,getTextIconTranslations,getvalueMap};
1
+ import{DEVICES as t,composePositionLineHeight as o}from"@gem-sdk/core";import{getDynamicSourceLocales as e,createSettingId as n,getStaticLocale as i}from"../../helpers.js";import{IconListV2 as s}from"../settings/configs/translate.js";let composeIconWith=t=>({...t,desktop:t?.desktop??0,tablet:t?.tablet??t?.desktop??0,mobile:t?.mobile??t?.tablet??t?.desktop??0}),getTextIconNotFound=t=>"react"===t?"Icons not found":i("IconList","icons_not_found"),getTextIconTranslations=({setting:t,builderProps:o,pageContext:i,key:l,type:c})=>{let{childItem:r}=t??{};return"react"===c?r?.[l]:e({val:r?.[l],uid:o?.uid,settingId:n({id:s?.childItem?.id,index:l}),pageContext:i,isReplaceLocationOrigin:!0})},getvalueMap=({setting:t})=>{let{childConfig:o,iconType:e,iconSvg:n}=t??{};return e&&"matching"!==e?"different"===e?o:void 0:Array(o?.length).fill(n)},composePostionIconList=(e,n,i)=>{let s={...i,desktop:i?.desktop??0,tablet:i?.tablet??i?.desktop??0,mobile:i?.mobile??i?.tablet??i?.desktop??0},l={};return t.forEach(t=>{o({compose:l,lineHeight:e,device:t,position:n,iconWidth:s})}),l};export{composeIconWith,composePostionIconList,getTextIconNotFound,getTextIconTranslations,getvalueMap};
@@ -1 +1 @@
1
- import{makeStyleResponsive as e,composeBorderResponsive as t,getResponsiveStyleShadowWithoutState as l,composeRadiusResponsive as o,getStyleBackgroundByDevice as r,getResponsiveStylePadding as b,getGradientBgrStyleByDevice as n,makeGlobalSize as i,makeStyle as a,getSingleColorVariable as s}from"@gem-sdk/core";let filterStyles=e=>{let t=["--mb","--mb-mobile","--mb-tablet"];return t.forEach(t=>{delete e?.[t]}),e},getStyleContainerIconlistMain=({styles:t,style:l,type:o,advanced:r})=>{let{align:b}=t??{};return{...l="react"===o?filterStyles(l):l,...e("jc",b),...e("d",{desktop:r?.d?.desktop?"flex":"none",tablet:r?.d?.tablet?"flex":"none",mobile:r?.d?.mobile?"flex":"none"})}},getStyleWraplistIcon=({styles:i})=>{let{panelAlign:a,contentBoxPadding:s,contentBoxWidth:p,background:c,contentBoxBorder:d,contentBoxRounded:y,contentBoxShadow:g}=i??{};return{...t(d),...l(g,"box-shadow",g),...o(y),...r(c),...b(s),...e("w",p),...e("jc",a),...n(c,{desktop:!0,tablet:!0,mobile:!0})}},getStyleColListIcon=({styles:t})=>{let{verticalSpacing:l}=t??{};return{...e("rg",l)}},getStyleWrapItemIcon=({styles:t})=>{let{horizontalSpacing:l,position:o}=t??{};return{...e("cg",l),...e("ai",{...o,mobile:o?.mobile=="baseline"?"flex-start":o?.mobile})}},getStyleWrapIcon=({styles:t,setting:l})=>{let{iconBorder:o,backgroundColor:r,iconRounded:b}=t??{},{globalSize:n}=l??{},p=i(n);return{...p.padding,...a({bs:o?.border,bw:o?.width,bc:s(o?.color),bg:s(r),bblr:b?.bblr,bbrr:b?.bbrr,btlr:b?.btlr,btrr:b?.btrr}),...e("top",{desktop:"unset",tablet:"unset",mobile:"unset"}),...e("pos",{desktop:"relative",tablet:"relative",mobile:"relative"})}},getStyleIcon=({styles:e,setting:t})=>{let{iconColor:l}=e||{},{iconWidth:o}=t??{};return{"--c":s(l),"--w":"100%","--h":"100%","--size-desktop":`${o?.desktop}px`,"--size-tablet":`${o?.tablet||o?.desktop}px`,"--size-mobile":`${o?.mobile||o?.tablet||o?.desktop}px`}},getStyleTypoText=({setting:e})=>({typo:e?.textTypo});export{getStyleColListIcon,getStyleContainerIconlistMain,getStyleIcon,getStyleTypoText,getStyleWrapIcon,getStyleWrapItemIcon,getStyleWraplistIcon};
1
+ import{makeStyleResponsive as e,composeBorderResponsive as t,getResponsiveStyleShadowWithoutState as l,composeRadiusResponsive as o,getStyleBackgroundByDevice as r,getResponsiveStylePadding as b,getGradientBgrStyleByDevice as n,makeGlobalSize as i,makeStyle as a,getSingleColorVariable as s}from"@gem-sdk/core";import{getBackgroundTranslated as p}from"../../helpers.js";import{IconListV2 as c}from"../settings/configs/translate.js";let filterStyles=e=>{let t=["--mb","--mb-mobile","--mb-tablet"];return t.forEach(t=>{delete e?.[t]}),e},getStyleContainerIconlistMain=({styles:t,style:l,type:o,advanced:r})=>{let{align:b}=t??{};return{...l="react"===o?filterStyles(l):l,...e("jc",b),...e("d",{desktop:r?.d?.desktop?"flex":"none",tablet:r?.d?.tablet?"flex":"none",mobile:r?.d?.mobile?"flex":"none"})}},getStyleWraplistIcon=({styles:i,uid:a,pageContext:s,type:d="React"})=>{let{panelAlign:g,contentBoxPadding:m,contentBoxWidth:y,background:S,contentBoxBorder:I,contentBoxRounded:u,contentBoxShadow:k}=i??{},x="Liquid"===d?p({background:S,uid:a,enableTranslate:!!c?.background?.id,pageContext:s,isTranslateVideo:!1}):S;return{...t(I),...l(k,"box-shadow",k),...o(u),...r(x),...b(m),...e("w",y),...e("jc",g),...n(x,{desktop:!0,tablet:!0,mobile:!0})}},getStyleColListIcon=({styles:t})=>{let{verticalSpacing:l}=t??{};return{...e("rg",l)}},getStyleWrapItemIcon=({styles:t})=>{let{horizontalSpacing:l,position:o}=t??{};return{...e("cg",l),...e("ai",{...o,mobile:o?.mobile=="baseline"?"flex-start":o?.mobile})}},getStyleWrapIcon=({styles:t,setting:l})=>{let{iconBorder:o,backgroundColor:r,iconRounded:b}=t??{},{globalSize:n}=l??{},p=i(n);return{...p.padding,...a({bs:o?.border,bw:o?.width,bc:s(o?.color),bg:s(r),bblr:b?.bblr,bbrr:b?.bbrr,btlr:b?.btlr,btrr:b?.btrr}),...e("top",{desktop:"unset",tablet:"unset",mobile:"unset"}),...e("pos",{desktop:"relative",tablet:"relative",mobile:"relative"})}},getStyleIcon=({styles:e,setting:t})=>{let{iconColor:l}=e||{},{iconWidth:o}=t??{};return{"--c":s(l),"--w":"100%","--h":"100%","--size-desktop":`${o?.desktop}px`,"--size-tablet":`${o?.tablet||o?.desktop}px`,"--size-mobile":`${o?.mobile||o?.tablet||o?.desktop}px`}},getStyleTypoText=({setting:e})=>({typo:e?.textTypo});export{getStyleColListIcon,getStyleContainerIconlistMain,getStyleIcon,getStyleTypoText,getStyleWrapIcon,getStyleWrapItemIcon,getStyleWraplistIcon};
@@ -1,2 +1,2 @@
1
1
  'use client';
2
- import{jsx as e,jsxs as t}from"react/jsx-runtime";import{useGetProductId as s}from"../../hooks/useGetProductId.js";import o from"../../text/components/Text.js";import{createClass as i,createStyle as r,createAttr as m,If as l}from"@gem-sdk/system";import{getClassWraplistIcon as n,getClassColListIcon as a,getClassWrapItemIcon as c,getClassWrapIcon as d,getClassIcon as p,getClassTextItem as h}from"../common/classes.js";import{getStyleContainerIconlistMain as u,getStyleWraplistIcon as f,getStyleColListIcon as y,getStyleIcon as g,getStyleWrapIcon as j,getStyleWrapItemIcon as v,getStyleTypoText as N}from"../common/styles.js";import{getvalueMap as x,composePostionIconList as I,getTextIconTranslations as L,getTextIconNotFound as k,composeIconWith as w}from"../common/helpers.js";import{useIconLineHeight as S}from"../hooks/useIconLineHeight.js";let IconListV2=T=>{let{builderProps:W,builderAttrs:$,style:H,setting:V,styles:_,pageContext:q,advanced:C}=T,G=i({[W?.uid??""]:!0}),M=i(n()),P=i(a()),b=i(c({builderProps:W})),z=i(d()),A=i(p()),B=i(h({setting:V})),D=r(u({styles:_,style:H,type:"react",advanced:C})),E=r(f({styles:_})),F=r(y({styles:_})),J=r(g({styles:_,setting:V})),K=N({setting:V}),O=m({...$}),Q=k("react"),R=x({setting:V}),{ref:U,lineHeight:X}=S({iconWidth:w(V?.iconWidth)}),Y=I(X,_?.position,V?.iconWidth),{refContainer:Z,productID:ee}=s(),et=r({...j({styles:_,setting:V}),...Y.content}),es=r({...v({styles:_}),...Y.wrapper});return e("div",{...O,...W,"data-id":W?.uid,style:D,className:G,ref:Z,children:l(!R||!R.length,e("div",{children:Q}),e("div",{className:M,style:E,children:e("div",{className:P,style:F,children:R?.map((s,i)=>{let r=L({setting:V,builderProps:W,pageContext:q,key:i,type:"react"});return t("div",{"data-index":i,className:b,style:es,children:[e("div",{className:z,style:et,children:e("span",{style:J,className:A,dangerouslySetInnerHTML:{__html:s}})}),e(o,{setting:{text:r?.toString(),htmlTag:"div",options:{useState:!0,uniqueId:`${W?.uid}-${i}-${ee}`,productID:ee,customClass:{wrapper:"gp-w-full"}}},styles:K,className:B,ref:U})]},i)})})}))})};export{IconListV2 as default};
2
+ import{jsx as e,jsxs as t}from"react/jsx-runtime";import{useGetProductId as s}from"../../hooks/useGetProductId.js";import i from"../../text/components/Text.js";import{createClass as o,createStyle as r,createAttr as m,If as l}from"@gem-sdk/system";import{getClassWraplistIcon as n,getClassColListIcon as a,getClassWrapItemIcon as c,getClassWrapIcon as d,getClassIcon as p,getClassTextItem as u}from"../common/classes.js";import{getStyleContainerIconlistMain as h,getStyleWraplistIcon as f,getStyleColListIcon as y,getStyleIcon as g,getStyleWrapIcon as j,getStyleWrapItemIcon as v,getStyleTypoText as N}from"../common/styles.js";import{getvalueMap as x,composePostionIconList as I,getTextIconTranslations as L,getTextIconNotFound as k,composeIconWith as w}from"../common/helpers.js";import{useIconLineHeight as S}from"../hooks/useIconLineHeight.js";let IconListV2=T=>{let{builderProps:W,builderAttrs:$,style:H,setting:V,styles:_,pageContext:q,advanced:C}=T,G=o({[W?.uid??""]:!0}),M=o(n()),P=o(a()),b=o(c({builderProps:W})),z=o(d()),A=o(p()),B=o(u({setting:V})),D=r(h({styles:_,style:H,type:"react",advanced:C})),E=r(f({styles:_,uid:W?.uid??"",pageContext:q})),F=r(y({styles:_})),J=r(g({styles:_,setting:V})),K=N({setting:V}),O=m({...$}),Q=k("react"),R=x({setting:V}),{ref:U,lineHeight:X}=S({iconWidth:w(V?.iconWidth)}),Y=I(X,_?.position,V?.iconWidth),{refContainer:Z,productID:ee}=s(),et=r({...j({styles:_,setting:V}),...Y.content}),es=r({...v({styles:_}),...Y.wrapper});return e("div",{...O,...W,"data-id":W?.uid,style:D,className:G,ref:Z,children:l(!R||!R.length,e("div",{children:Q}),e("div",{className:M,style:E,children:e("div",{className:P,style:F,children:R?.map((s,o)=>{let r=L({setting:V,builderProps:W,pageContext:q,key:o,type:"react"});return t("div",{"data-index":o,className:b,style:es,children:[e("div",{className:z,style:et,children:e("span",{style:J,className:A,dangerouslySetInnerHTML:{__html:s}})}),e(i,{setting:{text:r?.toString(),htmlTag:"div",options:{useState:!0,uniqueId:`${W?.uid}-${o}-${ee}`,productID:ee,customClass:{wrapper:"gp-w-full"}}},styles:K,className:B,ref:U})]},o)})})}))})};export{IconListV2 as default};
@@ -1,35 +1,35 @@
1
- import{template as s,dataStringify as i,RenderIf as t,isLocalEnv as e,baseAssetURL as l}from"@gem-sdk/core";import{getSettingPreloadData as o}from"../../helpers.js";import r from"../../text/components/Text.liquid.js";import{createClass as a,createStyle as d,createAttr as p,If as c}from"@gem-sdk/system";import{getClassWraplistIcon as n,getClassColListIcon as m,getClassWrapItemIcon as $,getClassWrapIcon as g,getClassIcon as u,getClassTextItem as v}from"../common/classes.js";import{getStyleContainerIconlistMain as f,getStyleWraplistIcon as y,getStyleColListIcon as j,getStyleWrapIcon as h,getStyleWrapItemIcon as S,getStyleIcon as k,getStyleTypoText as q}from"../common/styles.js";import{getvalueMap as x,getTextIconTranslations as E,getTextIconNotFound as V}from"../common/helpers.js";let IconListV2=A=>{let{builderProps:I,builderAttrs:N,style:T,setting:_,styles:w,pageContext:G}=A,L=I?.builderData?.advanced,O=a({[I?.uid??""]:!0}),W=a(n()),b=a(m()),C=a($({builderProps:I})),D=a(g()),F=a(u()),M=a(v({setting:_})),P=d(f({styles:w,style:T,type:"liquid",advanced:L})),R=d(y({styles:w})),z=d(j({styles:w})),B=d(h({styles:w,setting:_})),H=d(S({styles:w})),J=d(k({styles:w,setting:_})),K=q({setting:_}),Q=p({...N}),U=V("liquid"),X=x({setting:_});return s`
1
+ import{template as s,dataStringify as i,RenderIf as t,isLocalEnv as e,baseAssetURL as o}from"@gem-sdk/core";import{getSettingPreloadData as l}from"../../helpers.js";import r from"../../text/components/Text.liquid.js";import{createClass as p,createStyle as a,createAttr as d,If as n}from"@gem-sdk/system";import{getClassWraplistIcon as c,getClassColListIcon as m,getClassWrapItemIcon as $,getClassWrapIcon as u,getClassIcon as g,getClassTextItem as y}from"../common/classes.js";import{getStyleContainerIconlistMain as v,getStyleWraplistIcon as f,getStyleColListIcon as j,getStyleWrapIcon as h,getStyleWrapItemIcon as S,getStyleIcon as q,getStyleTypoText as x}from"../common/styles.js";import{getvalueMap as k,getTextIconTranslations as E,getTextIconNotFound as N}from"../common/helpers.js";let IconListV2=V=>{let{builderProps:A,builderAttrs:I,style:L,setting:O,styles:T,pageContext:_}=V,w=A?.builderData?.advanced,C=p({[A?.uid??""]:!0}),G=p(c()),W=p(m()),b=p($({builderProps:A})),D=p(u()),F=p(g()),J=p(y({setting:O})),M=a(v({styles:T,style:L,type:"liquid",advanced:w})),P=a(f({styles:T,uid:A?.uid??"",pageContext:_,type:"Liquid"})),R=a(j({styles:T,setting:O})),z=a(h({styles:T,setting:O})),B=a(S({styles:T})),H=a(q({styles:T,setting:O})),K=x({setting:O}),Q=d({...I}),U=N("liquid"),X=k({setting:O});return s`
2
2
  {% assign locationOrigin = request.origin | append: routes.root_url | split: '/' | join: '/' %}
3
3
  <gp-icon-list
4
4
  ${{...Q}}
5
- ${{...I}}
6
- data-id="${I?.uid}"
7
- style="${P}"
8
- className="${O}"
9
- gp-data='${i({position:w?.position,iconWidth:_?.iconWidth}).replaceAll("'","&#039;")}'
5
+ ${{...A}}
6
+ data-id="${A?.uid}"
7
+ style="${M}"
8
+ className="${C}"
10
9
  >
11
- ${c(!X||!X.length,s`<div>${U}</div>`,s`
12
- <div class="${W}" style="${R}">
13
- <div class="${b}" style="${z}">
14
- ${X?.map((i,t)=>{let e=E({setting:_,builderProps:I,pageContext:G,key:t,type:"liquid"});return s`
10
+ <script gp-data type="application/json">${JSON.stringify(i({position:T?.position,iconWidth:O?.iconWidth}).replaceAll("'","&#039;"))}</script>
11
+ ${n(!X||!X.length,s`<div>${U}</div>`,s`
12
+ <div class="${G}" style="${P}">
13
+ <div class="${W}" style="${R}">
14
+ ${X?.map((i,t)=>{let e=E({setting:O,builderProps:A,pageContext:_,key:t,type:"liquid"});return s`
15
15
  <div
16
16
  key="${t}"
17
17
  data-index="${t}"
18
- class="${C}"
19
- style="${H}"
18
+ class="${b}"
19
+ style="${B}"
20
20
  >
21
- <div class="${D}" style="${B}">
21
+ <div class="${D}" style="${z}">
22
22
  <span
23
23
  class="${F}"
24
- style="${J}"
24
+ style="${H}"
25
25
  >
26
26
  ${i}
27
27
  </span>
28
28
  </div>
29
- ${r({setting:{text:e?.toString(),htmlTag:"div",options:{customClass:{wrapper:"gp-w-full"}},isForceValue:!0},styles:K,className:M})}
29
+ ${r({setting:{text:e?.toString(),htmlTag:"div",options:{customClass:{wrapper:"gp-w-full"}},isForceValue:!0},styles:K,className:J})}
30
30
  </div>`}).join(" ")}
31
31
  </div>
32
32
  </div>`)}
33
33
  </gp-icon-list>
34
- ${t(e,`<script ${o('class="gps-link" delay',"src")}="{{ 'gp-icon-list-v7-5.js' | asset_url }}" defer="defer"></script>`,`<script ${o('class="gps-link" delay',"src")}="${l}/assets-v2/gp-icon-list-v7-5.js?v={{ shop.metafields.GEMPAGES.ASSETS_VERSION }}" defer="defer"></script>`)}
34
+ ${t(e,`<script ${l('class="gps-link" delay',"src")}="{{ 'gp-icon-list-v7-5.js' | asset_url }}" defer="defer"></script>`,`<script ${l('class="gps-link" delay',"src")}="${o}/assets-v2/gp-icon-list-v7-5.js?v={{ shop.metafields.GEMPAGES.ASSETS_VERSION }}" defer="defer"></script>`)}
35
35
  `};export{IconListV2 as default};
@@ -1,4 +1,4 @@
1
- import{IconListSettings as e}from"./configs/settings.js";import{SettingUIV1 as t}from"./configs/ui-v1.js";import{SettingUIV2 as i}from"./configs/ui-v2.js";let config={tag:"IconListV2",label:"Item List",icon:`
1
+ import{IconListSettings as e}from"./configs/settings.js";import{SettingUIV2 as t}from"./configs/ui-v2.js";let 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 @@ import{IconListSettings as e}from"./configs/settings.js";import{SettingUIV1 as t
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:e,ui:t,uiV2:i,editorConfigs:{slots:{children:!1},component:{validate:!0,excludeApplyStyle:!0}},presets:[{id:"icon-list-v2",name:{en:"Item List"},icon:{desktop:`
11
+ `,settings:e,ui:[],uiV2:t,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
- import{itemControlTemplate as e}from"./items.js";let IconListSettings=[{id:"setting",controls:[{id:"childItem",label:"Item management",type:"child-item",default:["Icon 1","Icon 2"],childTemplate:e,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"}}}]}];export{IconListSettings};
1
+ import{itemControlTemplate as e}from"./items.js";let IconListSettings=[{id:"setting",controls:[{id:"childItem",label:"Item management",type:"child-item",default:["Icon 1","Icon 2"],childTemplate:e,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"}}}]}];export{IconListSettings};
@@ -0,0 +1 @@
1
+ let IconListV2={childItem:{id:"childItem"},background:{id:"background",fields:["image.src"]}};export{IconListV2};
@@ -1 +1 @@
1
- let 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("%"))'}]}];export{SettingUIV2};
1
+ let 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("%"))'}]}];export{SettingUIV2};
@@ -1 +1 @@
1
- import{HREF_TO_SALES_PAGE as t}from"../../constant.js";import{getAspectRatio as e,getNewBackupFileKey as r,getImageSrc as a,safeStringify as s,NEXT_IMAGE_CONFIG as i,getSrcSet as l,createBlurDataURL as o,IMAGE_PLACEHOLDER as g}from"./helpers.js";import{createAttr as p}from"@gem-sdk/system";import{handleClickLink as n}from"../../helpers.js";import{PRIORITY_LOAD_ATTRS as c}from"../constants.js";let getContainerAttrs=(t,e)=>({...t,...e&&{"data-id":e}}),getLinkWrapperAttrs=({urlData:e,imageLink:r,title:a,isLiquid:s=!1})=>{let i=s?{...e,...r?.noFollow&&{rel:"nofollow"},title:a}:{setting:e,title:a};return r?.type!=="go-to-sales-page"?r?.link?i:{}:s?{href:t,target:"_self"}:{setting:{href:t,target:"_self"}}},getImageLiquidAttrs=({pageContext:t,enableLazyLoadImage:e=!1})=>({...t&&{pageContext:t},...e&&{enableLazyLoadImage:e}}),getAdaptiveImageAttrs=({styles:t,setting:i,mode:l,isLiquid:o})=>{let{alt:g,srcSet:p,priority:u,qualityPercent:d,qualityType:m}=i??{},A=e({styles:t,setting:i}),y=()=>{n(i?.imageLink,l)},k=p?.desktop?.backupFileKey?r(p?.desktop?.backupFileKey??"",p?.desktop?.src??""):"",L=o?a({src:p?.desktop?.src,backupFileKey:k,backupFilePath:p?.desktop?.backupFilePath,storage:p?.desktop?.storage}):p?.desktop?.src??"",F=u?{}:{"base-src":L??"","quality-type":s(m),"quality-percent":s(d)};return{pictureClass:"gp-contents",...g&&{alt:g},...p&&{srcSet:p},...u&&c,...F,...t?.objectFit&&{layout:t.objectFit},onClick:y,aspectRatio:A}},getNextImageAttrs=({styles:t,setting:r})=>{let{objectFit:a}=t??{},{vw:s,alt:i,title:l,quality:o,priority:g,isNotLazyload:p,qualityType:n,qualityPercent:c}=r??{},u=e({styles:t,setting:r});return{...r?.image,...s&&{vw:s},...i&&{alt:i},...l&&{title:l},...o&&{quality:o},...g&&{priority:g},isNotLazyload:p,setting:{aspectRatio:u,layout:a,qualityType:n,qualityPercent:c}}},getNextImageLiquidAttrs=t=>{let{srcset:e,setting:g,storage:n,baseSrc:c,priority:u,customAttrs:d,width:m=2237,height:A=1678,isNotLazyload:y,backupFileKey:k,backupFilePath:L,srcIsLiquidCode:F,enableLazyLoadImage:b,alt:f,title:h,src:I=i.DEFAULT_SRC,sizes:q=i.DEFAULT_SIZES}=t,E=!y&&b&&!u,T=()=>{let t=k?r(k??"",I):"",s=F?c:a({src:I,backupFileKey:t,backupFilePath:L,storage:n}),i=F?I:l(t??"",n??"THEME",I),g={sizes:"100vw",src:o(m,A),...s&&!u?{"base-src":s}:{},...s?{"data-src":s}:{},...i?{"data-srcset":i}:{}},p={sizes:q,src:s??"",isNotLazyload:"true",srcset:e??"",...s&&!u?{"base-src":s}:{},...u?{loading:"eager",fetchpriority:"high"}:{loading:"lazy"}};return{"data-sizes":"auto",...E?g:p}},_=()=>{let{qualityPercent:t,qualityType:e}=g??{},r=!u&&e&&t?{"quality-type":s(e),"quality-percent":s(t)}:{"quality-type":"","quality-percent":""};return{...f&&{alt:f},...h&&{title:h},width:m,height:A,draggable:"false",...r}};return p({...d,..._(),...T()})},getNextImageReactAttrs=t=>{let{width:e=i.DEFAULT_WIDTH_PROPS,height:r=i.DEFAULT_HEIGHT_PROPS,quality:a,priority:s,isNotLazyload:l,enableLazyLoadImage:o,base64:n=g,alt:c=i.DEFAULT_ALT,title:u,src:d=i.DEFAULT_SRC}=t,m=!l&&o&&!s,A=()=>{let t={loading:"lazy",placeholder:"blur",...n&&{blurDataURL:n}},e={loading:"eager",fetchpriority:"high"};return{...m?t:e}},y=()=>({src:d,alt:c,title:u,width:e,height:r,quality:a}),k=y(),L=p(A());return{...k,...L}};export{getAdaptiveImageAttrs,getContainerAttrs,getImageLiquidAttrs,getLinkWrapperAttrs,getNextImageAttrs,getNextImageLiquidAttrs,getNextImageReactAttrs};
1
+ import{HREF_TO_SALES_PAGE as t}from"../../constant.js";import{getAspectRatio as e,getNewBackupFileKey as r,getImageSrc as a,safeStringify as s,NEXT_IMAGE_CONFIG as i,getSrcSet as l,createBlurDataURL as o,IMAGE_PLACEHOLDER as g}from"./helpers.js";import{createAttr as p}from"@gem-sdk/system";import{handleClickLink as n}from"../../helpers.js";import{PRIORITY_LOAD_ATTRS as c}from"../constants.js";let getContainerAttrs=(t,e)=>({...t,...e&&{"data-id":e}}),getLinkWrapperAttrs=({urlData:e,imageLink:r,title:a,isLiquid:s=!1})=>{let i=s?{...e,...r?.noFollow&&{rel:"nofollow"},title:a}:{setting:e,title:a};return r?.type!=="go-to-sales-page"?r?.link?i:{}:s?{href:t,target:"_self"}:{setting:{href:t,target:"_self"}}},getImageLiquidAttrs=({pageContext:t,enableLazyLoadImage:e=!1})=>({...t&&{pageContext:t},...e&&{enableLazyLoadImage:e}}),getAdaptiveImageAttrs=({styles:t,setting:i,mode:l,isLiquid:o,uid:g})=>{let{alt:p,srcSet:u,priority:d,qualityPercent:A,qualityType:m,title:y}=i??{},k=e({styles:t,setting:i}),L=()=>{n(i?.imageLink,l)},F=u?.desktop?.backupFileKey?r(u?.desktop?.backupFileKey??"",u?.desktop?.src??""):"",b=o?a({src:u?.desktop?.src,backupFileKey:F,backupFilePath:u?.desktop?.backupFilePath,storage:u?.desktop?.storage}):u?.desktop?.src??"",f=d?{}:{"base-src":b??"","quality-type":s(m),"quality-percent":s(A)};return{pictureClass:"gp-contents",...g&&{"data-uid":g},...p&&{alt:p},...y&&{title:y},...u&&{srcSet:u},...d&&c,...f,...t?.objectFit&&{layout:t.objectFit},onClick:L,aspectRatio:k}},getNextImageAttrs=({styles:t,setting:r})=>{let{objectFit:a}=t??{},{vw:s,alt:i,title:l,quality:o,priority:g,isNotLazyload:p,qualityType:n,qualityPercent:c}=r??{},u=e({styles:t,setting:r});return{...r?.image,...s&&{vw:s},...i&&{alt:i},...l&&{title:l},...o&&{quality:o},...g&&{priority:g},isNotLazyload:p,setting:{aspectRatio:u,layout:a,qualityType:n,qualityPercent:c}}},getNextImageLiquidAttrs=t=>{let{srcset:e,setting:g,storage:n,baseSrc:c,priority:u,customAttrs:d,width:A=2237,height:m=1678,isNotLazyload:y,backupFileKey:k,backupFilePath:L,srcIsLiquidCode:F,enableLazyLoadImage:b,alt:f=i.DEFAULT_ALT,title:h,src:I=i.DEFAULT_SRC,sizes:T=i.DEFAULT_SIZES}=t,E=!y&&b&&!u,_=()=>{let t=k?r(k??"",I):"",s=F?c:a({src:I,backupFileKey:t,backupFilePath:L,storage:n}),i=F?I:l(t??"",n??"THEME",I),g={sizes:"100vw",src:o(A,m),...s&&!u?{"base-src":s}:{},...s?{"data-src":s}:{},...i?{"data-srcset":i}:{}},p={sizes:T,src:s??"",isNotLazyload:"true",srcset:e??"",...s&&!u?{"base-src":s}:{},...u?{loading:"eager",fetchpriority:"high"}:{loading:"lazy"}};return{"data-sizes":"auto",...E?g:p}},q=()=>{let{qualityPercent:t,qualityType:e}=g??{},r=!u&&e&&t?{"quality-type":s(e),"quality-percent":s(t)}:{"quality-type":"","quality-percent":""};return{...f&&{alt:f},...h&&{title:h},width:A,height:m,draggable:"false",...r}};return p({...d,...q(),..._()})},getNextImageReactAttrs=t=>{let{width:e=i.DEFAULT_WIDTH_PROPS,height:r=i.DEFAULT_HEIGHT_PROPS,quality:a,priority:s,isNotLazyload:l,enableLazyLoadImage:o,base64:n=g,alt:c=i.DEFAULT_ALT,title:u,src:d=i.DEFAULT_SRC}=t,A=!l&&o&&!s,m=()=>{let t={loading:"lazy",placeholder:"blur",...n&&{blurDataURL:n}},e={loading:"eager",fetchpriority:"high"};return{...A?t:e}},y=()=>({src:d,alt:c,title:u,width:e,height:r,quality:a}),k=y(),L=p(m());return{...k,...L}};export{getAdaptiveImageAttrs,getContainerAttrs,getImageLiquidAttrs,getLinkWrapperAttrs,getNextImageAttrs,getNextImageLiquidAttrs,getNextImageReactAttrs};
@@ -1,4 +1,4 @@
1
- import{getCornerCSSFromGlobal as e,getAspectRatioGlobalSize as t,makeStyleResponsive as i,DEVICES as r,getResponsiveValueByScreen as a}from"@gem-sdk/core";let overwriteDefaultRadius=t=>{let i={...t},r=!0;return i&&Object.keys(i??{}).forEach(e=>{if("bblr"===e||"bbrr"===e||"btlr"===e||"btrr"===e){let t=i[e]??{};"0px"!==t&&(r=!1)}}),r?e(i):{}},getAspectRatio=({styles:e,setting:i})=>{let{srcSet:r,image:a}=i??{},{customAspectRadio:l,shape:g}=e??{},o={desktop:composeAspectRatio({device:"desktop",aspect:e?.aspectRatio,auto:i?.isAdaptive?r?.desktop:a,custom:l}),tablet:composeAspectRatio({device:"tablet",aspect:e?.aspectRatio,auto:i?.isAdaptive?r?.tablet:a,custom:l}),mobile:composeAspectRatio({device:"mobile",aspect:e?.aspectRatio,auto:i?.isAdaptive?r?.mobile:a,custom:l})};return g?t(g):o},composeAspectRatio=({device:e,aspect:t,custom:i,auto:r})=>{let a=t?.[e];return"auto"===a?r?.height?`${r.width}/${r.height}`:void 0:"custom"===a?i?.[e]?.height?`${i?.[e]?.width}/${i?.[e]?.height}`:void 0:a},getResponsiveObjectFit=({layout:e,isDisableObjectFit:t})=>t?{}:i("objf",e),getAspectRatioNextImage=({isDisableAspectStyle:e,aspectRatio:t,objectFits:i,width:a,height:l})=>{if(e)return{};let g={};return r.forEach(e=>{let r=`--objf${"desktop"!==e?`-${e}`:""}`,o=i?.[r]||i?.["--objf"];if(t?.[e]==="auto"&&"contain"===o){g[e]="auto";return}g[e]=t?.[e]!=="auto"&&t?.[e]?t[e]:`${a}/${l}`}),g},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
+ import{cloneDeep as e,hasTranslatedLiquid as t,getCornerCSSFromGlobal as i,getAspectRatioGlobalSize as r,makeStyleResponsive as a,DEVICES as l,getResponsiveValueByScreen as g}from"@gem-sdk/core";import{getDynamicSourceLocales as s,createSettingId as o}from"../../helpers.js";import{Image as n}from"../settings/configs/translate.js";let 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?i(t):{}},getAspectRatio=({styles:e,setting:t})=>{let{srcSet:i,image:a}=t??{},{customAspectRadio:l,shape:g}=e??{},s={desktop:composeAspectRatio({device:"desktop",aspect:e?.aspectRatio,auto:t?.isAdaptive?i?.desktop:a,custom:l}),tablet:composeAspectRatio({device:"tablet",aspect:e?.aspectRatio,auto:t?.isAdaptive?i?.tablet:a,custom:l}),mobile:composeAspectRatio({device:"mobile",aspect:e?.aspectRatio,auto:t?.isAdaptive?i?.mobile:a,custom:l})};return g?r(g):s},composeAspectRatio=({device:e,aspect:t,custom:i,auto:r})=>{let a=t?.[e];return"auto"===a?r?.height?`${r.width}/${r.height}`:void 0:"custom"===a?i?.[e]?.height?`${i?.[e]?.width}/${i?.[e]?.height}`:void 0:a},getResponsiveObjectFit=({layout:e,isDisableObjectFit:t})=>t?{}:a("objf",e),getAspectRatioNextImage=({isDisableAspectStyle:e,aspectRatio:t,objectFits:i,width:r,height:a})=>{if(e)return{};let g={};return l.forEach(e=>{let l=`--objf${"desktop"!==e?`-${e}`:""}`,s=i?.[l]||i?.["--objf"];if(t?.[e]==="auto"&&"contain"===s){g[e]="auto";return}g[e]=t?.[e]!=="auto"&&t?.[e]?t[e]:`${r}/${a}`}),g},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 @@ import{getCornerCSSFromGlobal as e,getAspectRatioGlobalSize as t,makeStyleRespon
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:i}=e,r=e=>{let{isLiquid:r}=e??{},a=getImageSrc(t?.desktop,"desktop",!r)||i||FALLBACK_IMAGE,l=getImageSrc(t?.tablet,"tablet",!r)||getImageSrc(t?.desktop,"tablet",!r)||i||FALLBACK_IMAGE,g=getImageSrc(t?.mobile,"mobile",!r)||getImageSrc(t?.tablet,"mobile",!r)||getImageSrc(t?.desktop,"mobile",!r)||i||FALLBACK_IMAGE;return{srcTablet:l,srcMobile:g,srcDesktop:a}};return{getDeviceSource:r}},getSrcSet=(e,t,i)=>e?getSrcSetLiquid(e,t):getSrcSetLink(i),isCannotResizeImage=e=>e.includes("webp")||e.includes("jfif")||e.includes(".svg")||e.includes(".tiff"),getSrcSetLiquid=(e,t)=>{let i=replaceBackupFileKeyFileContent(e);return isCannotResizeImage(e)?"FILE_CONTENT"==t?`{{ '${i}' | file_url }} 768w, {{ '${i}' | file_url }} 1024w, {{ '${i}' | file_url }} 1440w`:`{{ '${e}' | asset_url }} 768w, {{ '${e}' | asset_url }} 1024w, {{ '${e}' | asset_url }} 1440w`:"FILE_CONTENT"==t?`{{ '${i}' | file_img_url: '768x' }} 768w, {{ '${i}' | file_img_url: '1024x' }} 1024w, {{ '${i}' | 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,i)=>{if(e?.metafieldDefinitionKey)return getImageMetafieldDefinitionKey(e?.metafieldDefinitionKey);let r=e?.backupFilePath??e?.src??"";if(i)r=e?.src||"";else if(e?.backupFileKey){let t=getNewBackupFileKey(e.backupFileKey,e?.src??"");"THEME"!==e.storage&&e.storage?"FILE_CONTENT"===e.storage&&(r=`{{ "${replaceBackupFileKeyFileContent(t)}" | file_url }}`):r=`{{ "${t}" | asset_url }}`}if(t&&r?.includes("cdn.shopify"))switch(t){case"tablet":r=r?.replace(regexReplaceEndDot,"_1024x.");break;case"mobile":r=r?.replace(regexReplaceEndDot,"_768x.")}return r},getImageMetafieldDefinitionKey=e=>`{{${e} | file_url}}`,regexReplaceEndDot=/\.(?=[^.]*$)/,replaceBackupFileKeyFileContent=e=>e.replace(/\.jpeg|\.jfif/g,".jpg"),getNewBackupFileKey=(e,t)=>{let i=t?.match(/\/files\/([^\/]+\.(jpg|jpeg|gif|png|webp|svg))/)?.[1];return i&&i!=e?i:e};function resizeImage(e,t){let i=e.match(/\.webp/g)?.length,r=replaceRegexLastMatch({str:e,reg:/_(pico|icon|thumb|small|compact|medium|large|grande|original|1024x1024|2048x2048|master)+\./g,newString:"."});if(i)return r;let a=replaceRegexLastMatch({str:r,reg:/\.jpg|\.png|\.gif|\.jpeg/g,newString:t,isAdd:!0});return a}let replaceRegexLastMatch=e=>{let t=e.str,i=e.str.match(e.reg)?.length;if(i){let r,a=1;for(;null!==(r=e.reg.exec(e.str));){if(a===i){let i=e.reg.lastIndex,a=i-r[0].length;e.isAdd&&(e.newString="_"+e.newString+r),t=t.slice(0,a)+e.newString+t.slice(i,t.length)}a++}}return t},getItemWidth=(e,t)=>{let i=getCurrentDevice(),r=t?.[i]||"auto";if(!r||"auto"===r||r.includes("%"))return e;let a=Number(r.replace("px",""));return a>e?e:Number(r.replace("px",""))},getImageWidthFollowByQuality=e=>{let{itemWidthParam:t,imageWidthSetting:i,qualityType:r,qualityPercent:l}=e,g=getCurrentDevice(),o=getItemWidth(t,i),s=a(r,g,"finest"),c=a(l,g,100);switch(s){case"finest":default:return"auto";case"high":return Math.round(1.5*o)||1;case"medium":return Math.round(o)||1;case"custom":return Math.round(o*(Number(c)/100))||1}},getWidthOfFeatureImageSetting=e=>{let t={desktop:"100%",tablet:"100%",mobile:"100%"};return r.forEach(i=>{let r=a(e,i)?.width||"100%";t[i]=r}),t},getWidthOfImageListSetting=e=>{let t={desktop:"100%",tablet:"100%",mobile:"100%"};return r.forEach(i=>{let r=a(e,i)?.width||"100%";t[i]=r}),t},getWidthOfListImageInDom=e=>{let t=document.querySelectorAll(`.gem-slider-item-${e}.gp-gallery-image-item`),i=0;return t.forEach(e=>{e.offsetWidth>i&&(i=e.offsetWidth)}),i},getWidthOfFeatureImageInDom=e=>{let t=document.querySelectorAll(`.gem-slider-item-${e}.gp-ft-image-item`),i=0;return t.forEach(e=>{e.offsetWidth>i&&(i=e.offsetWidth)}),i},handleSetSrcForProductImageList=e=>{let{shapeByLayout:t,qualityType:i,qualityPercent:r,builderPropUID:a}=e,l=document.querySelectorAll(`.gem-slider-item-${a}.gp-gallery-image-item`),g=getWidthOfImageListSetting(t),o=getWidthOfListImageInDom(a);l.forEach(e=>{handleSetSrcForGalleryImage({item:e,settingWidth:g,width:o,qualityType:i,qualityPercent:r})})},handleSetSrcForFeatureProductImage=e=>{let{ftShape:t,qualityType:i,qualityPercent:r,builderPropUID:a}=e,l=document.querySelectorAll(`.gem-slider-item-${a}.gp-ft-image-item`),g=getWidthOfFeatureImageSetting(t),o=getWidthOfFeatureImageInDom(a);l.forEach(e=>{handleSetSrcForGalleryImage({item:e,settingWidth:g,width:o,qualityType:i,qualityPercent:r})})},handleSetSrcForGalleryImage=e=>{let{item:t,settingWidth:i,width:r,qualityType:a,qualityPercent:l}=e,g=getCurrentDevice(),o=t.querySelector("img");if(o){let e=getImageWidthFollowByQuality({itemWidthParam:r,imageWidthSetting:i,qualityType:a,qualityPercent:l}),t=o.getAttribute("base-src");if(!t)return;let s=getImageSrcByQuality(e,t),c=getImageSrcSet(t,s,g);o.setAttribute("srcset",c)}},getImageSrcByQuality=(e,t)=>"auto"===e?t:resizeImage(t,`${e}x`),getImageSrcSet=(e,t,i)=>`${"mobile"===i&&e!==t?t:resizeImage(e,"768x")} 767w, ${"tablet"===i&&e!==t?t:resizeImage(e,"1024x")} 1023w, ${"desktop"===i&&e!==t?t:resizeImage(e,"1920x")} 1440w`,getCurrentDevice=()=>window.innerWidth<768?"mobile":window.innerWidth>=768&&window.innerWidth<1025?"tablet":"desktop";export{FALLBACK_IMAGE,IMAGE_PLACEHOLDER,NEXT_IMAGE_CONFIG,composeAspectRatio,createBlurDataURL,getAdaptiveImageData,getAspectRatio,getAspectRatioNextImage,getCurrentDevice,getImageSrc,getImageWidthFollowByQuality,getNewBackupFileKey,getResponsiveObjectFit,getSrcSet,handleSetSrcForFeatureProductImage,handleSetSrcForProductImageList,isCannotResizeImage,overwriteDefaultRadius,regexReplaceEndDot,replaceBackupFileKeyFileContent,resizeImage,safeStringify,shimmer,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:i}=e,r=e=>{let{isLiquid:r}=e??{},a=getImageSrc(t?.desktop,"desktop",!r)||i||FALLBACK_IMAGE,l=getImageSrc(t?.tablet,"tablet",!r)||getImageSrc(t?.desktop,"tablet",!r)||i||FALLBACK_IMAGE,g=getImageSrc(t?.mobile,"mobile",!r)||getImageSrc(t?.tablet,"mobile",!r)||getImageSrc(t?.desktop,"mobile",!r)||i||FALLBACK_IMAGE;return{srcTablet:l,srcMobile:g,srcDesktop:a}};return{getDeviceSource:r}},getSettingTranslatedImageAndSeo=({setting:t,uid:i,pageContext:r})=>{if(!t||!n)return{};let a=e(t);for(let e in a.srcSet){let t=a.srcSet[e];if(t&&t.src){let a=s({val:t.src,uid:i,settingId:n?.srcSet?.id?`${n.srcSet.id}_${e}_src`:"",pageContext:r});t.src=String(a)}}let l=s({val:a.alt,uid:i,settingId:o({id:n?.alt?.id}),pageContext:r});a.alt=String(l);let g=s({val:a.title,uid:i,settingId:o({id:n?.title?.id}),pageContext:r});return a.title=String(g),a},getSrcSet=(e,t,i)=>e?getSrcSetLiquid(e,t):getSrcSetLink(i),isCannotResizeImage=e=>e.includes("webp")||e.includes("jfif")||e.includes(".svg")||e.includes(".tiff"),getSrcSetLiquid=(e,t)=>{let i=replaceBackupFileKeyFileContent(e);return isCannotResizeImage(e)?"FILE_CONTENT"==t?`{{ '${i}' | file_url }} 768w, {{ '${i}' | file_url }} 1024w, {{ '${i}' | file_url }} 1440w`:`{{ '${e}' | asset_url }} 768w, {{ '${e}' | asset_url }} 1024w, {{ '${e}' | asset_url }} 1440w`:"FILE_CONTENT"==t?`{{ '${i}' | file_img_url: '768x' }} 768w, {{ '${i}' | file_img_url: '1024x' }} 1024w, {{ '${i}' | 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,i,r)=>{if(e?.metafieldDefinitionKey)return getImageMetafieldDefinitionKey(e?.metafieldDefinitionKey);let a=e?.backupFilePath??e?.src??"";if(r)a=e?.src||"";else{let i=e?.src??"";if(t(i))return i;if(e?.backupFileKey){let t=getNewBackupFileKey(e.backupFileKey,e?.src??"");"THEME"!==e.storage&&e.storage?"FILE_CONTENT"===e.storage&&(a=`{{ "${replaceBackupFileKeyFileContent(t)}" | file_url }}`):a=`{{ "${t}" | asset_url }}`}}if(i&&a?.includes("cdn.shopify"))switch(i){case"tablet":a=a?.replace(regexReplaceEndDot,"_1024x.");break;case"mobile":a=a?.replace(regexReplaceEndDot,"_768x.")}return a},getImageMetafieldDefinitionKey=e=>`{{${e} | file_url}}`,regexReplaceEndDot=/\.(?=[^.]*$)/,replaceBackupFileKeyFileContent=e=>e.replace(/\.jpeg|\.jfif/g,".jpg"),getNewBackupFileKey=(e,t)=>{let i=t?.match(/\/files\/([^\/]+\.(jpg|jpeg|gif|png|webp|svg))/)?.[1];return i&&i!=e?i:e};function resizeImage(e,t){let i=e.match(/\.webp/g)?.length,r=replaceRegexLastMatch({str:e,reg:/_(pico|icon|thumb|small|compact|medium|large|grande|original|1024x1024|2048x2048|master)+\./g,newString:"."});if(i)return r;let a=replaceRegexLastMatch({str:r,reg:/\.jpg|\.png|\.gif|\.jpeg/g,newString:t,isAdd:!0});return a}let replaceRegexLastMatch=e=>{let t=e.str,i=e.str.match(e.reg)?.length;if(i){let r,a=1;for(;null!==(r=e.reg.exec(e.str));){if(a===i){let i=e.reg.lastIndex,a=i-r[0].length;e.isAdd&&(e.newString="_"+e.newString+r),t=t.slice(0,a)+e.newString+t.slice(i,t.length)}a++}}return t},getItemWidth=(e,t)=>{let i=getCurrentDevice(),r=t?.[i]||"auto";if(!r||"auto"===r||r.includes("%"))return e;let a=Number(r.replace("px",""));return a>e?e:Number(r.replace("px",""))},getImageWidthFollowByQuality=e=>{let{itemWidthParam:t,imageWidthSetting:i,qualityType:r,qualityPercent:a}=e,l=getCurrentDevice(),s=getItemWidth(t,i),o=g(r,l,"finest"),n=g(a,l,100);switch(o){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(n)/100))||1}},getWidthOfFeatureImageSetting=e=>{let t={desktop:"100%",tablet:"100%",mobile:"100%"};return l.forEach(i=>{let r=g(e,i)?.width||"100%";t[i]=r}),t},getWidthOfImageListSetting=e=>{let t={desktop:"100%",tablet:"100%",mobile:"100%"};return l.forEach(i=>{let r=g(e,i)?.width||"100%";t[i]=r}),t},getWidthOfListImageInDom=e=>{let t=document.querySelectorAll(`.gem-slider-item-${e}.gp-gallery-image-item`),i=0;return t.forEach(e=>{e.offsetWidth>i&&(i=e.offsetWidth)}),i},getWidthOfFeatureImageInDom=e=>{let t=document.querySelectorAll(`.gem-slider-item-${e}.gp-ft-image-item`),i=0;return t.forEach(e=>{e.offsetWidth>i&&(i=e.offsetWidth)}),i},handleSetSrcForProductImageList=e=>{let{shapeByLayout:t,qualityType:i,qualityPercent:r,builderPropUID:a}=e,l=document.querySelectorAll(`.gem-slider-item-${a}.gp-gallery-image-item`),g=getWidthOfImageListSetting(t),s=getWidthOfListImageInDom(a);l.forEach(e=>{handleSetSrcForGalleryImage({item:e,settingWidth:g,width:s,qualityType:i,qualityPercent:r})})},handleSetSrcForFeatureProductImage=e=>{let{ftShape:t,qualityType:i,qualityPercent:r,builderPropUID:a}=e,l=document.querySelectorAll(`.gem-slider-item-${a}.gp-ft-image-item`),g=getWidthOfFeatureImageSetting(t),s=getWidthOfFeatureImageInDom(a);l.forEach(e=>{handleSetSrcForGalleryImage({item:e,settingWidth:g,width:s,qualityType:i,qualityPercent:r})})},handleSetSrcForGalleryImage=e=>{let{item:t,settingWidth:i,width:r,qualityType:a,qualityPercent:l}=e,g=getCurrentDevice(),s=t.querySelector("img");if(s){let e=getImageWidthFollowByQuality({itemWidthParam:r,imageWidthSetting:i,qualityType:a,qualityPercent:l}),t=s.getAttribute("base-src");if(!t)return;let o=getImageSrcByQuality(e,t),n=getImageSrcSet(t,o,g);s.setAttribute("srcset",n)}},getImageSrcByQuality=(e,t)=>"auto"===e?t:resizeImage(t,`${e}x`),getImageSrcSet=(e,t,i)=>`${"mobile"===i&&e!==t?t:resizeImage(e,"768x")} 767w, ${"tablet"===i&&e!==t?t:resizeImage(e,"1024x")} 1023w, ${"desktop"===i&&e!==t?t:resizeImage(e,"1920x")} 1440w`,getCurrentDevice=()=>window.innerWidth<768?"mobile":window.innerWidth>=768&&window.innerWidth<1025?"tablet":"desktop";export{FALLBACK_IMAGE,IMAGE_PLACEHOLDER,NEXT_IMAGE_CONFIG,composeAspectRatio,createBlurDataURL,getAdaptiveImageData,getAspectRatio,getAspectRatioNextImage,getCurrentDevice,getImageSrc,getImageWidthFollowByQuality,getNewBackupFileKey,getResponsiveObjectFit,getSettingTranslatedImageAndSeo,getSrcSet,handleSetSrcForFeatureProductImage,handleSetSrcForProductImageList,isCannotResizeImage,overwriteDefaultRadius,regexReplaceEndDot,replaceBackupFileKeyFileContent,resizeImage,safeStringify,shimmer,toBase64};
@@ -1,2 +1,2 @@
1
1
  'use client';
2
- import{jsxs as e,jsx as s}from"react/jsx-runtime";import{useEditorMode as m}from"@gem-sdk/core";import{createStyleReact as t,createStyle as r,createClass as o,createAttr as a,If as i}from"@gem-sdk/system";import l from"./AdaptiveImage.js";import p from"./NextImage.js";import{getWrapperStyles as c,getImageStyles as d,getContainerStyles as n}from"../common/styles.js";import{getWrapperClasses as f,getImageClasses as g,getContainerClasses as j}from"../common/classes.js";import{getContainerAttrs as u,getAdaptiveImageAttrs as y,getNextImageAttrs as N,getLinkWrapperAttrs as h}from"../common/attrs.js";import{getLinkData as I}from"../../helpers.js";let Image=({style:k,styles:v,setting:x,children:C,advanced:W,className:A,builderAttrs:L,builderProps:b,onLoad:q,onClick:w})=>{let{imageLink:z,isAdaptive:B,enableImageLink:D}=x??{},E=m(),{Wrapper:F,urlData:G}=I({defaultWrap:"div",setting:z,enableImageLink:D}),H=t(c(v)),J=r(d(v,b)),K=r(n(k,v)),M=o(f()),O=o(g(A,v)),P=o(j(b?.uid,W?.cssClass,v?.shape)),Q=a(u(L,b?.uid)),R=h({urlData:G,imageLink:z,title:x?.title}),S=y({styles:v,setting:x,mode:E}),T=N({styles:v,setting:x}),U=()=>i(B,s(l,{...S,style:J,className:O}),s(p,{...T,style:J,className:O,onLoad:q}));return e("div",{role:"presentation",...Q,style:K,className:P,onClick:w,children:[s(F,{...R,style:H,className:M,children:U()}),C]})};export{Image as default};
2
+ import{jsxs as e,jsx as s}from"react/jsx-runtime";import{useEditorMode as m}from"@gem-sdk/core";import{createStyleReact as t,createStyle as r,createClass as o,createAttr as a,If as i}from"@gem-sdk/system";import l from"./AdaptiveImage.js";import p from"./NextImage.js";import{getWrapperStyles as c,getImageStyles as d,getContainerStyles as n}from"../common/styles.js";import{getWrapperClasses as f,getImageClasses as u,getContainerClasses as g}from"../common/classes.js";import{getContainerAttrs as j,getAdaptiveImageAttrs as y,getNextImageAttrs as N,getLinkWrapperAttrs as h}from"../common/attrs.js";import{getLinkData as I}from"../../helpers.js";let Image=({style:k,styles:v,setting:x,children:C,advanced:W,className:A,builderAttrs:L,builderProps:b,onLoad:q,onClick:w})=>{let{imageLink:z,isAdaptive:B,enableImageLink:D}=x??{},E=m(),{Wrapper:F,urlData:G}=I({defaultWrap:"div",setting:z,enableImageLink:D}),H=t(c(v)),J=r(d(v,b)),K=r(n(k,v)),M=o(f()),O=o(u(A,v)),P=o(g(b?.uid,W?.cssClass,v?.shape)),Q=a(j(L,b?.uid)),R=h({urlData:G,imageLink:z,title:x?.title}),S=y({styles:v,setting:x,mode:E,uid:b?.uid}),T=N({styles:v,setting:x}),U=()=>i(B,s(l,{...S,style:J,className:O}),s(p,{...T,style:J,className:O,onLoad:q}));return e("div",{role:"presentation",...Q,style:K,className:P,onClick:w,children:[s(F,{...R,style:H,className:M,children:U()}),C]})};export{Image as default};
@@ -1,16 +1,16 @@
1
- import{template as s}from"@gem-sdk/core";import{createStyle as e,createClass as t,createAttr as i,If as m}from"@gem-sdk/system";import{getLinkData as r}from"../../helpers.js";import o from"./AdaptiveImage.liquid.js";import a from"./NextImage.liquid.js";import{getWrapperStyles as l,getImageStyles as p,getContainerStyles as d}from"../common/styles.js";import{getWrapperClasses as c,getImageClasses as f,getContainerClasses as u}from"../common/classes.js";import{getContainerAttrs as $,getAdaptiveImageAttrs as g,getNextImageAttrs as n,getLinkWrapperAttrs as j,getImageLiquidAttrs as y}from"../common/attrs.js";let Image=({style:q,styles:v,setting:I,advanced:L,className:N,pageContext:h,builderAttrs:k,builderProps:x})=>{let{imageLink:W,isAdaptive:A,enableImageLink:C}=I??{},{enableLazyLoadImage:b}=h??{},{Wrapper:w,urlData:z}=r({defaultWrap:"div",setting:W,enableImageLink:C,isLiquid:!0}),B=e(l(v)),D=e(p(v,x)),E=e(d(q,v)),F=t(c()),G=t(f(N,v)),H=t(u(x?.uid,L?.cssClass,v?.shape)),J=i($(k,x?.uid)),K=j({urlData:z,imageLink:W,title:I?.title,isLiquid:!0}),M=g({styles:v,setting:I,isLiquid:!0}),O=n({styles:v,setting:I}),P=y({pageContext:h,enableLazyLoadImage:b}),Q=()=>m(A,o({...P,...M,style:D,className:G}),a({...P,...O,style:D,className:G})),R=()=>Q();return s`
1
+ import{template as s}from"@gem-sdk/core";import{createStyle as e,createClass as i,createAttr as t,If as m}from"@gem-sdk/system";import{getLinkData as o}from"../../helpers.js";import r from"./AdaptiveImage.liquid.js";import l from"./NextImage.liquid.js";import{getWrapperStyles as a,getImageStyles as d,getContainerStyles as p}from"../common/styles.js";import{getWrapperClasses as u,getImageClasses as c,getContainerClasses as f}from"../common/classes.js";import{getContainerAttrs as n,getAdaptiveImageAttrs as g,getNextImageAttrs as $,getLinkWrapperAttrs as j,getImageLiquidAttrs as y}from"../common/attrs.js";import{getSettingTranslatedImageAndSeo as q}from"../common/helpers.js";let Image=({style:v,styles:I,setting:h,advanced:L,className:N,pageContext:k,builderAttrs:x,builderProps:W})=>{let A=q({setting:h,uid:W?.uid,pageContext:k}),{imageLink:C,isAdaptive:b,enableImageLink:w}=A??{},{enableLazyLoadImage:z}=k??{},{Wrapper:B,urlData:D}=o({defaultWrap:"div",setting:C,enableImageLink:w,isLiquid:!0}),E=e(a(I)),F=e(d(I,W)),G=e(p(v,I)),H=i(u()),J=i(c(N,I)),K=i(f(W?.uid,L?.cssClass,I?.shape)),M=t(n(x,W?.uid)),O=j({urlData:D,imageLink:C,title:A?.title,isLiquid:!0}),P=g({styles:I,setting:A,isLiquid:!0,uid:W?.uid}),Q=$({styles:I,setting:A}),R=y({pageContext:k,enableLazyLoadImage:z}),S=()=>m(b,r({...R,...P,style:F,className:J}),l({...R,...Q,style:F,className:J})),T=()=>S();return s`
2
2
  <div
3
3
  role="presentation"
4
- ${{...J}}
5
- style="${E}"
6
- class="${H}"
4
+ ${{...M}}
5
+ style="${G}"
6
+ class="${K}"
7
7
  >
8
- <${w}
9
- ${K}
10
- style="${B}"
11
- class="${F}"
8
+ <${B}
9
+ ${O}
10
+ style="${E}"
11
+ class="${H}"
12
12
  >
13
- ${R()}
14
- </${w}>
13
+ ${T()}
14
+ </${B}>
15
15
  </div>
16
16
  `};export{Image as default};
@@ -1,5 +1,5 @@
1
- import{SettingUIV2 as i}from"./configs/ui-v2.js";import{SettingUIV1 as o}from"./configs/ui-v1.js";import{ImageSettings as t}from"./configs/settings.js";import{ImagePreset as s}from"./configs/presets.js";let config={tag:"Image",label:"Image",icon:`
1
+ import{SettingUIV2 as t}from"./configs/ui-v2.js";import{ImageSettings as i}from"./configs/settings.js";import{ImagePreset as o}from"./configs/presets.js";let 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:t,ui:o,uiV2:i,presets:s,rootOverride:{advanced:{"spacing-setting":{desktop:{margin:{bottom:0}}}}}};export{config as default};
5
+ `,settings:i,ui:[],uiV2:t,presets:o,rootOverride:{advanced:{"spacing-setting":{desktop:{margin:{bottom:0}}}}}};export{config as default};
@@ -1,22 +1,22 @@
1
- let ImagePreset=[{id:"image",name:{en:"Image"},icon:{desktop:`
1
+ let 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
- let 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}}]}];export{ImageSettings};
1
+ let 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}}]}];export{ImageSettings};
@@ -0,0 +1 @@
1
+ let Image={srcSet:{id:"srcSet",fields:["src"]},alt:{id:"alt"},title:{id:"title"}};export{Image};