@gem-sdk/core 3.0.0-pre-production.14 → 3.0.0

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 (413) hide show
  1. package/README.md +1 -1
  2. package/dist/cjs/components/AddOn.js +2 -18
  3. package/dist/cjs/components/ComponentAnimation.js +2 -17
  4. package/dist/cjs/components/ComponentToolbarPreview.js +2 -752
  5. package/dist/cjs/components/ComponentWrapper.js +2 -61
  6. package/dist/cjs/components/ComponentWrapperPreview.js +2 -213
  7. package/dist/cjs/components/Empty.js +2 -7
  8. package/dist/cjs/components/InteractionSuffix.js +2 -42
  9. package/dist/cjs/components/Render.js +2 -75
  10. package/dist/cjs/components/Render.liquid.js +16 -307
  11. package/dist/cjs/components/RenderBlock.js +2 -54
  12. package/dist/cjs/components/RenderCustomCode.js +4 -59
  13. package/dist/cjs/components/RenderPreview.js +2 -67
  14. package/dist/cjs/components/RenderSection.js +2 -23
  15. package/dist/cjs/components/ai-generator/AIContentGenerator.js +2 -252
  16. package/dist/cjs/components/ai-generator/AIGenContentLoading.js +2 -85
  17. package/dist/cjs/components/ai-generator/components/PickProduct.js +2 -220
  18. package/dist/cjs/components/ai-generator/components/ToneAndVoice.js +2 -77
  19. package/dist/cjs/components/ai-generator/hooks/useCheckingProductInside.js +1 -47
  20. package/dist/cjs/components/ai-generator/hooks/useFlipPopup.js +1 -110
  21. package/dist/cjs/components/ai-generator/hooks/useGettingGenerateRequest.js +1 -37
  22. package/dist/cjs/components/ai-generator/hooks/useListenEventGenerate.js +1 -70
  23. package/dist/cjs/components/ai-generator/icons/AIIcon.js +2 -67
  24. package/dist/cjs/components/ai-generator/icons/CloseIcon.js +2 -19
  25. package/dist/cjs/components/ai-generator/icons/DropdownIcon.js +2 -37
  26. package/dist/cjs/components/ai-generator/icons/SearchIcon.js +2 -21
  27. package/dist/cjs/components/ai-generator/icons/ShowMoreIcon.js +2 -21
  28. package/dist/cjs/components/ai-generator/icons/UpgradeIcon.js +2 -27
  29. package/dist/cjs/components/ai-generator/icons/WarningIcon.js +2 -31
  30. package/dist/cjs/components/constant.js +1 -82
  31. package/dist/cjs/components/resize/Resize.js +2 -16
  32. package/dist/cjs/components/resize/Spacing.js +2 -260
  33. package/dist/cjs/components/src/product/helpers/variant-presets.js +1 -56
  34. package/dist/cjs/components/theme-section/CreateThemeSection.js +2 -123
  35. package/dist/cjs/components/theme-section/ThemeSectionStatus.js +2 -45
  36. package/dist/cjs/components/theme-section/ThemeSectionTooltip.js +2 -126
  37. package/dist/cjs/components/toolbar/Tooltip.js +2 -28
  38. package/dist/cjs/constants/device.js +1 -0
  39. package/dist/cjs/contexts/AddonContext.js +2 -36
  40. package/dist/cjs/contexts/ArticleContext.js +2 -39
  41. package/dist/cjs/contexts/ArticleListContext.js +2 -31
  42. package/dist/cjs/contexts/BuilderComponent.js +2 -34
  43. package/dist/cjs/contexts/BuilderContext.js +2 -39
  44. package/dist/cjs/contexts/BuilderPreviewContext.js +2 -482
  45. package/dist/cjs/contexts/CartLineContext.js +2 -29
  46. package/dist/cjs/contexts/CollectionContext.js +2 -38
  47. package/dist/cjs/contexts/I18nContext.js +2 -0
  48. package/dist/cjs/contexts/ModalContext.js +2 -47
  49. package/dist/cjs/contexts/PageContext.js +2 -111
  50. package/dist/cjs/contexts/ProductContext.js +2 -182
  51. package/dist/cjs/contexts/ProductListContext.js +2 -32
  52. package/dist/cjs/contexts/SectionContext.js +2 -53
  53. package/dist/cjs/contexts/ShopContext.js +2 -107
  54. package/dist/cjs/graphql/fragments/analytic.generated.js +2 -6
  55. package/dist/cjs/graphql/fragments/collection-detail.generated.js +2 -6
  56. package/dist/cjs/graphql/fragments/collection-product.generated.js +2 -6
  57. package/dist/cjs/graphql/fragments/collection.generated.js +2 -6
  58. package/dist/cjs/graphql/fragments/custom-code.generated.js +2 -6
  59. package/dist/cjs/graphql/fragments/custom-font.generated.js +7 -7
  60. package/dist/cjs/graphql/fragments/data-seo.generated.js +2 -6
  61. package/dist/cjs/graphql/fragments/media.generated.js +2 -6
  62. package/dist/cjs/graphql/fragments/preview-theme-page.generated.js +6 -6
  63. package/dist/cjs/graphql/fragments/product-little.generated.js +2 -6
  64. package/dist/cjs/graphql/fragments/product-option-value.generated.js +2 -6
  65. package/dist/cjs/graphql/fragments/product-option.generated.js +2 -6
  66. package/dist/cjs/graphql/fragments/product.generated.js +2 -6
  67. package/dist/cjs/graphql/fragments/published-custom-section.generated.js +2 -6
  68. package/dist/cjs/graphql/fragments/published-page-section.generated.js +2 -6
  69. package/dist/cjs/graphql/fragments/published-theme-page.generated.js +4 -18
  70. package/dist/cjs/graphql/fragments/published-theme-style.generated.js +2 -6
  71. package/dist/cjs/graphql/fragments/selected-option.generated.js +2 -6
  72. package/dist/cjs/graphql/fragments/variant.generated.js +2 -6
  73. package/dist/cjs/graphql/mutations/page-view-up.generated.js +2 -6
  74. package/dist/cjs/graphql/queries/articles.generated.js +2 -6
  75. package/dist/cjs/graphql/queries/blogs.generated.js +3 -6
  76. package/dist/cjs/graphql/queries/collection-detail-filter.generated.js +2 -16
  77. package/dist/cjs/graphql/queries/collection.generated.js +2 -14
  78. package/dist/cjs/graphql/queries/collections.generated.js +2 -9
  79. package/dist/cjs/graphql/queries/preview-page.generated.js +2 -12
  80. package/dist/cjs/graphql/queries/product-little-detail.generated.js +2 -11
  81. package/dist/cjs/graphql/queries/product-medias.generated.js +2 -8
  82. package/dist/cjs/graphql/queries/product-value-label.generated.js +2 -6
  83. package/dist/cjs/graphql/queries/product-variants.generated.js +3 -11
  84. package/dist/cjs/graphql/queries/products.generated.js +3 -17
  85. package/dist/cjs/graphql/queries/{published-shop-metas.js → published-shop-metas.generated.js} +2 -6
  86. package/dist/cjs/graphql/queries/published-theme-pages.generated.js +3 -19
  87. package/dist/cjs/graphql/queries/shop-shopify.generated.js +2 -6
  88. package/dist/cjs/graphql/queries/store-property.generated.js +2 -6
  89. package/dist/cjs/graphql-app-api/queries/LibrarySaleFunnelDiscount.generated.js +2 -6
  90. package/dist/cjs/graphql-app-api/queries/LibraryTemplate.generated.js +2 -6
  91. package/dist/cjs/graphql-app-api/queries/SaleFunnelDiscounts.generated.js +2 -6
  92. package/dist/cjs/graphql-app-api/queries/SaleFunnelOffer.generated.js +2 -6
  93. package/dist/cjs/graphql-app-api/queries/ShopLibraryPage.generated.js +2 -6
  94. package/dist/cjs/graphql-app-api/queries/ThemePage.generated.js +2 -6
  95. package/dist/cjs/helpers/GlobalEvent.js +1 -19
  96. package/dist/cjs/helpers/align.js +1 -37
  97. package/dist/cjs/helpers/animations.js +1 -222
  98. package/dist/cjs/helpers/background.js +1 -236
  99. package/dist/cjs/helpers/backgroundImage.js +1 -0
  100. package/dist/cjs/helpers/borders.js +4 -198
  101. package/dist/cjs/helpers/carousel.js +1 -55
  102. package/dist/cjs/helpers/clone-deep.js +1 -5
  103. package/dist/cjs/helpers/cls.js +1 -16
  104. package/dist/cjs/helpers/colors.js +1 -184
  105. package/dist/cjs/helpers/compose-advance-style.js +1 -323
  106. package/dist/cjs/helpers/composeClasses.js +1 -0
  107. package/dist/cjs/helpers/const.js +1 -0
  108. package/dist/cjs/helpers/constant.js +1 -23
  109. package/dist/cjs/helpers/convert.js +1 -7
  110. package/dist/cjs/helpers/covert-entities-html.js +1 -19
  111. package/dist/cjs/helpers/css-variable.js +1 -7
  112. package/dist/cjs/helpers/email.js +1 -11
  113. package/dist/cjs/helpers/filter-styles.js +1 -0
  114. package/dist/cjs/helpers/filter-toolbar-preview.js +2 -14
  115. package/dist/cjs/helpers/flatten-connection.js +1 -9
  116. package/dist/cjs/helpers/get-resonsive-value.js +1 -36
  117. package/dist/cjs/helpers/get-shortname.js +1 -92
  118. package/dist/cjs/helpers/icon-list.js +1 -61
  119. package/dist/cjs/helpers/interaction/index.js +2 -134
  120. package/dist/cjs/helpers/is-browser.js +1 -9
  121. package/dist/cjs/helpers/is-defined.js +1 -7
  122. package/dist/cjs/helpers/is-empty-children.js +2 -15
  123. package/dist/cjs/helpers/is-safari.js +1 -9
  124. package/dist/cjs/helpers/layout.js +1 -76
  125. package/dist/cjs/helpers/load-script.js +1 -31
  126. package/dist/cjs/helpers/loop-component.js +1 -16
  127. package/dist/cjs/helpers/make-style.js +1 -163
  128. package/dist/cjs/helpers/normalize-builder-data.js +1 -23
  129. package/dist/cjs/helpers/pascal-to-kebab-case.js +1 -7
  130. package/dist/cjs/helpers/prefetch-queries.js +1 -78
  131. package/dist/cjs/helpers/product.js +1 -48
  132. package/dist/cjs/helpers/queries/get-collection.js +1 -226
  133. package/dist/cjs/helpers/queries/get-collections.js +1 -21
  134. package/dist/cjs/helpers/queries/get-product-by-slug.js +1 -125
  135. package/dist/cjs/helpers/queries/get-product.js +1 -154
  136. package/dist/cjs/helpers/queries/get-products.js +1 -214
  137. package/dist/cjs/helpers/query.js +1 -29
  138. package/dist/cjs/helpers/radius.js +6 -140
  139. package/dist/cjs/helpers/render.js +1 -91
  140. package/dist/cjs/helpers/shadow.js +1 -69
  141. package/dist/cjs/helpers/size.js +4 -228
  142. package/dist/cjs/helpers/spacing.js +1 -43
  143. package/dist/cjs/helpers/third-party/addAppBlockId.js +1 -20
  144. package/dist/cjs/helpers/third-party/appConfig.js +1 -416
  145. package/dist/cjs/helpers/third-party/appSetting.js +1 -1324
  146. package/dist/cjs/helpers/third-party/composeAppBlockId.js +1 -11
  147. package/dist/cjs/helpers/third-party/constant.js +1 -69
  148. package/dist/cjs/helpers/third-party/generateAppBlockConfigs.js +1 -34
  149. package/dist/cjs/helpers/third-party/getAppBlockConfig.js +1 -55
  150. package/dist/cjs/helpers/third-party/getAppBlockType.js +1 -12
  151. package/dist/cjs/helpers/third-party/getAppBlocks.js +1 -30
  152. package/dist/cjs/helpers/third-party/mergeBlock.js +1 -19
  153. package/dist/cjs/helpers/third-party/mergeBlockOrder.js +1 -47
  154. package/dist/cjs/helpers/third-party/removeGPAppItems.js +1 -18
  155. package/dist/cjs/helpers/tracking/fpixel.js +1 -28
  156. package/dist/cjs/helpers/tracking/gtag.js +1 -93
  157. package/dist/cjs/helpers/tracking/tiktokpixel.js +1 -17
  158. package/dist/cjs/helpers/typography.js +19 -160
  159. package/dist/cjs/helpers/variant.js +1 -11
  160. package/dist/cjs/hooks/animation/useAnimationActions.js +2 -39
  161. package/dist/cjs/hooks/animation/useAnimationConfig.js +2 -30
  162. package/dist/cjs/hooks/animation/useAnimationPreview.js +2 -31
  163. package/dist/cjs/hooks/animation/useAnimationTarget.js +2 -122
  164. package/dist/cjs/hooks/animation/useApplyAnimation.js +2 -89
  165. package/dist/cjs/hooks/articles/useArticlesQuery.js +2 -33
  166. package/dist/cjs/hooks/cart/use-add-to-cart.js +2 -20
  167. package/dist/cjs/hooks/cart/use-cart-data.js +2 -28
  168. package/dist/cjs/hooks/cart/use-cart-discount-codes-update.js +2 -20
  169. package/dist/cjs/hooks/cart/use-cart-note-update.js +2 -20
  170. package/dist/cjs/hooks/cart/use-create-cart.js +2 -22
  171. package/dist/cjs/hooks/cart/use-remove-cart-item.js +2 -20
  172. package/dist/cjs/hooks/cart/use-update-cart-item.js +2 -20
  173. package/dist/cjs/hooks/shop/use-collection-query.js +2 -22
  174. package/dist/cjs/hooks/shop/use-collections-query.js +2 -17
  175. package/dist/cjs/hooks/shop/use-product-query.js +2 -22
  176. package/dist/cjs/hooks/shop/use-products-query.js +2 -63
  177. package/dist/cjs/hooks/shop/useShopifyLink.js +2 -0
  178. package/dist/cjs/hooks/shop.js +2 -135
  179. package/dist/cjs/hooks/use-current-device.js +2 -30
  180. package/dist/cjs/hooks/use-lazy-video.js +2 -15
  181. package/dist/cjs/hooks/useAnimations.js +2 -29
  182. package/dist/cjs/hooks/useCartId.js +2 -44
  183. package/dist/cjs/hooks/useCartLine.js +2 -11
  184. package/dist/cjs/hooks/useCartUI.js +2 -48
  185. package/dist/cjs/hooks/useCollection.js +2 -9
  186. package/dist/cjs/hooks/useFetchHandle.js +2 -13
  187. package/dist/cjs/hooks/useFormatMoney.js +2 -75
  188. package/dist/cjs/hooks/useI18n.js +2 -0
  189. package/dist/cjs/hooks/useInitialSwatchesOptions.js +2 -127
  190. package/dist/cjs/hooks/useInteraction.js +2 -19
  191. package/dist/cjs/hooks/useIsomorphicLayoutEffect.js +2 -10
  192. package/dist/cjs/hooks/useLoadScript.js +2 -32
  193. package/dist/cjs/hooks/useMoney.js +2 -84
  194. package/dist/cjs/hooks/usePrevious.js +2 -19
  195. package/dist/cjs/hooks/useProduct.js +2 -250
  196. package/dist/cjs/hooks/useProductList.js +2 -21
  197. package/dist/cjs/hooks/useStickyStore.js +1 -0
  198. package/dist/cjs/hooks/useSuspenseFetch.js +2 -27
  199. package/dist/cjs/hooks/useSwatchesOptions.js +2 -41
  200. package/dist/cjs/hooks/useToolbarPostPurchase.js +2 -89
  201. package/dist/cjs/index.js +1 -425
  202. package/dist/cjs/types/animations.js +1 -49
  203. package/dist/cjs/types/appAPI.js +1 -2
  204. package/dist/cjs/types/custom.js +1 -52
  205. package/dist/cjs/types/global-style.js +1 -15
  206. package/dist/cjs/types/shop.js +1 -2
  207. package/dist/esm/components/AddOn.js +2 -14
  208. package/dist/esm/components/ComponentAnimation.js +2 -13
  209. package/dist/esm/components/ComponentToolbarPreview.js +2 -748
  210. package/dist/esm/components/ComponentWrapper.js +2 -57
  211. package/dist/esm/components/ComponentWrapperPreview.js +2 -209
  212. package/dist/esm/components/Empty.js +2 -3
  213. package/dist/esm/components/InteractionSuffix.js +2 -40
  214. package/dist/esm/components/Render.js +2 -71
  215. package/dist/esm/components/Render.liquid.js +16 -301
  216. package/dist/esm/components/RenderBlock.js +2 -50
  217. package/dist/esm/components/RenderCustomCode.js +4 -55
  218. package/dist/esm/components/RenderPreview.js +2 -63
  219. package/dist/esm/components/RenderSection.js +2 -19
  220. package/dist/esm/components/ai-generator/AIContentGenerator.js +2 -250
  221. package/dist/esm/components/ai-generator/AIGenContentLoading.js +2 -83
  222. package/dist/esm/components/ai-generator/components/PickProduct.js +2 -218
  223. package/dist/esm/components/ai-generator/components/ToneAndVoice.js +2 -75
  224. package/dist/esm/components/ai-generator/hooks/useCheckingProductInside.js +1 -45
  225. package/dist/esm/components/ai-generator/hooks/useFlipPopup.js +1 -108
  226. package/dist/esm/components/ai-generator/hooks/useGettingGenerateRequest.js +1 -35
  227. package/dist/esm/components/ai-generator/hooks/useListenEventGenerate.js +1 -68
  228. package/dist/esm/components/ai-generator/icons/AIIcon.js +2 -65
  229. package/dist/esm/components/ai-generator/icons/CloseIcon.js +2 -17
  230. package/dist/esm/components/ai-generator/icons/DropdownIcon.js +2 -34
  231. package/dist/esm/components/ai-generator/icons/SearchIcon.js +2 -19
  232. package/dist/esm/components/ai-generator/icons/ShowMoreIcon.js +2 -19
  233. package/dist/esm/components/ai-generator/icons/UpgradeIcon.js +2 -25
  234. package/dist/esm/components/ai-generator/icons/WarningIcon.js +2 -29
  235. package/dist/esm/components/constant.js +1 -75
  236. package/dist/esm/components/resize/Resize.js +2 -12
  237. package/dist/esm/components/resize/Spacing.js +2 -256
  238. package/dist/esm/components/src/product/helpers/variant-presets.js +1 -54
  239. package/dist/esm/components/theme-section/CreateThemeSection.js +2 -121
  240. package/dist/esm/components/theme-section/ThemeSectionStatus.js +2 -43
  241. package/dist/esm/components/theme-section/ThemeSectionTooltip.js +2 -124
  242. package/dist/esm/components/toolbar/Tooltip.js +2 -24
  243. package/dist/esm/constants/device.js +1 -0
  244. package/dist/esm/contexts/AddonContext.js +2 -32
  245. package/dist/esm/contexts/ArticleContext.js +2 -36
  246. package/dist/esm/contexts/ArticleListContext.js +2 -27
  247. package/dist/esm/contexts/BuilderComponent.js +2 -31
  248. package/dist/esm/contexts/BuilderContext.js +2 -36
  249. package/dist/esm/contexts/BuilderPreviewContext.js +2 -479
  250. package/dist/esm/contexts/CartLineContext.js +2 -26
  251. package/dist/esm/contexts/CollectionContext.js +2 -35
  252. package/dist/esm/contexts/I18nContext.js +2 -0
  253. package/dist/esm/contexts/ModalContext.js +2 -44
  254. package/dist/esm/contexts/PageContext.js +2 -108
  255. package/dist/esm/contexts/ProductContext.js +2 -179
  256. package/dist/esm/contexts/ProductListContext.js +2 -28
  257. package/dist/esm/contexts/SectionContext.js +2 -49
  258. package/dist/esm/contexts/ShopContext.js +2 -104
  259. package/dist/esm/graphql/fragments/analytic.generated.js +2 -4
  260. package/dist/esm/graphql/fragments/collection-detail.generated.js +2 -4
  261. package/dist/esm/graphql/fragments/collection-product.generated.js +2 -4
  262. package/dist/esm/graphql/fragments/collection.generated.js +2 -4
  263. package/dist/esm/graphql/fragments/custom-code.generated.js +2 -4
  264. package/dist/esm/graphql/fragments/custom-font.generated.js +7 -5
  265. package/dist/esm/graphql/fragments/data-seo.generated.js +2 -4
  266. package/dist/esm/graphql/fragments/media.generated.js +2 -4
  267. package/dist/esm/graphql/fragments/preview-theme-page.generated.js +6 -4
  268. package/dist/esm/graphql/fragments/product-little.generated.js +2 -4
  269. package/dist/esm/graphql/fragments/product-option-value.generated.js +2 -4
  270. package/dist/esm/graphql/fragments/product-option.generated.js +2 -4
  271. package/dist/esm/graphql/fragments/product.generated.js +2 -4
  272. package/dist/esm/graphql/fragments/published-custom-section.generated.js +2 -4
  273. package/dist/esm/graphql/fragments/published-page-section.generated.js +2 -4
  274. package/dist/esm/graphql/fragments/published-theme-page.generated.js +4 -16
  275. package/dist/esm/graphql/fragments/published-theme-style.generated.js +2 -4
  276. package/dist/esm/graphql/fragments/selected-option.generated.js +2 -4
  277. package/dist/esm/graphql/fragments/variant.generated.js +2 -4
  278. package/dist/esm/graphql/mutations/page-view-up.generated.js +2 -4
  279. package/dist/esm/graphql/queries/articles.generated.js +2 -4
  280. package/dist/esm/graphql/queries/blogs.generated.js +3 -4
  281. package/dist/esm/graphql/queries/collection-detail-filter.generated.js +10 -22
  282. package/dist/esm/graphql/queries/collection.generated.js +8 -18
  283. package/dist/esm/graphql/queries/collections.generated.js +3 -8
  284. package/dist/esm/graphql/queries/preview-page.generated.js +6 -14
  285. package/dist/esm/graphql/queries/product-little-detail.generated.js +5 -12
  286. package/dist/esm/graphql/queries/product-medias.generated.js +2 -6
  287. package/dist/esm/graphql/queries/product-value-label.generated.js +2 -4
  288. package/dist/esm/graphql/queries/product-variants.generated.js +5 -11
  289. package/dist/esm/graphql/queries/products.generated.js +9 -20
  290. package/dist/esm/graphql/queries/{published-shop-metas.js → published-shop-metas.generated.js} +2 -4
  291. package/dist/esm/graphql/queries/published-theme-pages.generated.js +6 -20
  292. package/dist/esm/graphql/queries/shop-shopify.generated.js +2 -4
  293. package/dist/esm/graphql/queries/store-property.generated.js +2 -4
  294. package/dist/esm/graphql-app-api/queries/LibrarySaleFunnelDiscount.generated.js +2 -4
  295. package/dist/esm/graphql-app-api/queries/LibraryTemplate.generated.js +2 -4
  296. package/dist/esm/graphql-app-api/queries/SaleFunnelDiscounts.generated.js +2 -4
  297. package/dist/esm/graphql-app-api/queries/SaleFunnelOffer.generated.js +2 -4
  298. package/dist/esm/graphql-app-api/queries/ShopLibraryPage.generated.js +2 -4
  299. package/dist/esm/graphql-app-api/queries/ThemePage.generated.js +2 -4
  300. package/dist/esm/helpers/GlobalEvent.js +1 -15
  301. package/dist/esm/helpers/align.js +1 -34
  302. package/dist/esm/helpers/animations.js +1 -220
  303. package/dist/esm/helpers/background.js +1 -227
  304. package/dist/esm/helpers/backgroundImage.js +1 -0
  305. package/dist/esm/helpers/borders.js +4 -189
  306. package/dist/esm/helpers/carousel.js +1 -51
  307. package/dist/esm/helpers/clone-deep.js +1 -3
  308. package/dist/esm/helpers/cls.js +1 -14
  309. package/dist/esm/helpers/colors.js +1 -169
  310. package/dist/esm/helpers/compose-advance-style.js +1 -315
  311. package/dist/esm/helpers/composeClasses.js +1 -0
  312. package/dist/esm/helpers/const.js +1 -0
  313. package/dist/esm/helpers/constant.js +1 -19
  314. package/dist/esm/helpers/convert.js +1 -4
  315. package/dist/esm/helpers/covert-entities-html.js +1 -17
  316. package/dist/esm/helpers/css-variable.js +1 -5
  317. package/dist/esm/helpers/email.js +1 -6
  318. package/dist/esm/helpers/filter-styles.js +1 -0
  319. package/dist/esm/helpers/filter-toolbar-preview.js +2 -9
  320. package/dist/esm/helpers/flatten-connection.js +1 -7
  321. package/dist/esm/helpers/get-resonsive-value.js +1 -31
  322. package/dist/esm/helpers/get-shortname.js +1 -90
  323. package/dist/esm/helpers/icon-list.js +1 -58
  324. package/dist/esm/helpers/interaction/index.js +2 -132
  325. package/dist/esm/helpers/is-browser.js +1 -5
  326. package/dist/esm/helpers/is-defined.js +1 -5
  327. package/dist/esm/helpers/is-empty-children.js +2 -10
  328. package/dist/esm/helpers/is-safari.js +1 -5
  329. package/dist/esm/helpers/layout.js +1 -70
  330. package/dist/esm/helpers/load-script.js +1 -29
  331. package/dist/esm/helpers/loop-component.js +1 -14
  332. package/dist/esm/helpers/make-style.js +1 -149
  333. package/dist/esm/helpers/normalize-builder-data.js +1 -21
  334. package/dist/esm/helpers/pascal-to-kebab-case.js +1 -5
  335. package/dist/esm/helpers/prefetch-queries.js +1 -76
  336. package/dist/esm/helpers/product.js +1 -44
  337. package/dist/esm/helpers/queries/get-collection.js +1 -223
  338. package/dist/esm/helpers/queries/get-collections.js +1 -19
  339. package/dist/esm/helpers/queries/get-product-by-slug.js +1 -123
  340. package/dist/esm/helpers/queries/get-product.js +1 -150
  341. package/dist/esm/helpers/queries/get-products.js +1 -210
  342. package/dist/esm/helpers/query.js +1 -25
  343. package/dist/esm/helpers/radius.js +6 -132
  344. package/dist/esm/helpers/render.js +1 -82
  345. package/dist/esm/helpers/shadow.js +1 -63
  346. package/dist/esm/helpers/size.js +4 -213
  347. package/dist/esm/helpers/spacing.js +1 -40
  348. package/dist/esm/helpers/third-party/addAppBlockId.js +1 -18
  349. package/dist/esm/helpers/third-party/appConfig.js +1 -356
  350. package/dist/esm/helpers/third-party/appSetting.js +1 -1321
  351. package/dist/esm/helpers/third-party/composeAppBlockId.js +1 -9
  352. package/dist/esm/helpers/third-party/constant.js +1 -66
  353. package/dist/esm/helpers/third-party/generateAppBlockConfigs.js +1 -32
  354. package/dist/esm/helpers/third-party/getAppBlockConfig.js +1 -53
  355. package/dist/esm/helpers/third-party/getAppBlockType.js +1 -10
  356. package/dist/esm/helpers/third-party/getAppBlocks.js +1 -28
  357. package/dist/esm/helpers/third-party/mergeBlock.js +1 -17
  358. package/dist/esm/helpers/third-party/mergeBlockOrder.js +1 -45
  359. package/dist/esm/helpers/third-party/removeGPAppItems.js +1 -15
  360. package/dist/esm/helpers/tracking/fpixel.js +1 -24
  361. package/dist/esm/helpers/tracking/gtag.js +1 -87
  362. package/dist/esm/helpers/tracking/tiktokpixel.js +1 -15
  363. package/dist/esm/helpers/typography.js +19 -149
  364. package/dist/esm/helpers/variant.js +1 -9
  365. package/dist/esm/hooks/animation/useAnimationActions.js +2 -37
  366. package/dist/esm/hooks/animation/useAnimationConfig.js +2 -28
  367. package/dist/esm/hooks/animation/useAnimationPreview.js +2 -29
  368. package/dist/esm/hooks/animation/useAnimationTarget.js +2 -120
  369. package/dist/esm/hooks/animation/useApplyAnimation.js +2 -85
  370. package/dist/esm/hooks/articles/useArticlesQuery.js +2 -30
  371. package/dist/esm/hooks/cart/use-add-to-cart.js +2 -18
  372. package/dist/esm/hooks/cart/use-cart-data.js +2 -26
  373. package/dist/esm/hooks/cart/use-cart-discount-codes-update.js +2 -18
  374. package/dist/esm/hooks/cart/use-cart-note-update.js +2 -18
  375. package/dist/esm/hooks/cart/use-create-cart.js +2 -20
  376. package/dist/esm/hooks/cart/use-remove-cart-item.js +2 -18
  377. package/dist/esm/hooks/cart/use-update-cart-item.js +2 -18
  378. package/dist/esm/hooks/shop/use-collection-query.js +2 -20
  379. package/dist/esm/hooks/shop/use-collections-query.js +2 -15
  380. package/dist/esm/hooks/shop/use-product-query.js +2 -20
  381. package/dist/esm/hooks/shop/use-products-query.js +2 -59
  382. package/dist/esm/hooks/shop/useShopifyLink.js +2 -0
  383. package/dist/esm/hooks/shop.js +2 -119
  384. package/dist/esm/hooks/use-current-device.js +2 -28
  385. package/dist/esm/hooks/use-lazy-video.js +2 -13
  386. package/dist/esm/hooks/useAnimations.js +2 -27
  387. package/dist/esm/hooks/useCartId.js +2 -40
  388. package/dist/esm/hooks/useCartLine.js +2 -7
  389. package/dist/esm/hooks/useCartUI.js +2 -44
  390. package/dist/esm/hooks/useCollection.js +2 -7
  391. package/dist/esm/hooks/useFetchHandle.js +2 -11
  392. package/dist/esm/hooks/useFormatMoney.js +2 -71
  393. package/dist/esm/hooks/useI18n.js +2 -0
  394. package/dist/esm/hooks/useInitialSwatchesOptions.js +2 -123
  395. package/dist/esm/hooks/useInteraction.js +2 -17
  396. package/dist/esm/hooks/useIsomorphicLayoutEffect.js +2 -6
  397. package/dist/esm/hooks/useLoadScript.js +2 -28
  398. package/dist/esm/hooks/useMoney.js +2 -80
  399. package/dist/esm/hooks/usePrevious.js +2 -17
  400. package/dist/esm/hooks/useProduct.js +2 -233
  401. package/dist/esm/hooks/useProductList.js +2 -16
  402. package/dist/esm/hooks/useStickyStore.js +1 -0
  403. package/dist/esm/hooks/useSuspenseFetch.js +2 -23
  404. package/dist/esm/hooks/useSwatchesOptions.js +2 -37
  405. package/dist/esm/hooks/useToolbarPostPurchase.js +2 -87
  406. package/dist/esm/index.js +1 -119
  407. package/dist/esm/types/animations.js +1 -49
  408. package/dist/esm/types/custom.js +1 -52
  409. package/dist/esm/types/global-style.js +1 -12
  410. package/dist/types/index.d.ts +12025 -8969
  411. package/package.json +6 -6
  412. package/dist/cjs/web-components/src/helpers/styles/constant.js +0 -9
  413. package/dist/esm/web-components/src/helpers/styles/constant.js +0 -7
@@ -1,1321 +1 @@
1
- const RechargeSubscriptions = {
2
- RechargeSubscriptions: {
3
- 'subscription-widget': {
4
- product: '{{ product }}'
5
- },
6
- 'subscription-widget-v2': {
7
- default_selection: 'subscription',
8
- first_selection_option: 'subscription',
9
- display_mode: 'normal',
10
- brand_color: '#121212',
11
- brand_contrast_color: '#FFFFFF',
12
- selected_bg_color: '#FFFFFF',
13
- selected_text_color: '#121212',
14
- text_color: '#121212',
15
- border_radius: 'soft',
16
- subscription_with_discount_label: 'Subscribe & save',
17
- subscription_without_discount_label: 'Subscribe',
18
- onetime_label: 'One-time',
19
- frequency_label: 'Deliver every:',
20
- frequency_display_type: 'buttonGroup',
21
- frequency_display_content: 'interval',
22
- badge_text: 'Save up to {maxDiscount}',
23
- badge_text_color: '#FFFFFF',
24
- badge_bg_color: '#0F866A',
25
- benefits: '<ul><li>You save {discount}</li><li>Skip, delay or cancel any time</li><li>Free shipping in the US</li><li>Renew on your timeframe</li></ul>',
26
- onetime_drawbacks: '',
27
- learn_more_text: 'Learn more',
28
- learn_more_content: '<style>rc-learn-more-modal h1 { font-size: 40px; line-height: 48px; font-weight: 600; text-align: center; padding-bottom: 32px; margin: 0;}rc-learn-more-modal h2 { padding: 0; margin: 0; font-size: 20px; line-height: 28px; font-weight: 600;}rc-learn-more-modal p { margin: 0; padding: 0; font-size: 16px; line-height: 24px;}rc-learn-more-modal .learn-more-content { padding: 0 20px 20px;}rc-learn-more-modal .learn-more-footer button { background-color: var(--rc-widget-brand-color); color: var(--rc-widget-brand-contrast-color); border: none; border-radius: var(--rc-widget-button-radius); padding: 12px; min-width: 335px; font-size: 16px; font-weight: 600; line-height: 24px; cursor: pointer; transition: background-color 0.1s ease;}rc-learn-more-modal .learn-more-footer button:hover { background-color: var(--rc-widget-brand-color-80);}rc-learn-more-modal .learn-more-footer { display: flex; justify-content: center;}rc-learn-more-modal .learn-more-group { display: flex; flex-direction: column; gap: 24px; margin-bottom: 24px;}rc-learn-more-modal .learn-more-group-item { display: flex; gap: 32px; align-items: center;}rc-learn-more-modal .learn-more-group-icon-container { display: flex; padding: 32px; background-color: #f6f8f9; border-radius: var(--rc-widget-card-radius);}rc-learn-more-modal svg, rc-learn-more-modal img { height: 40px; width: 40px;}@media (max-width: 560px) { rc-learn-more-modal h1 { font-size: 26px; line-height: 32px; padding-bottom: 16px; }rc-learn-more-modal h2 { font-size: 16px; line-height: 24px;}rc-learn-more-modal p { font-size: 14px; line-height: 20px;}rc-learn-more-modal .learn-more-content { padding: 0;}rc-learn-more-modal svg, rc-learn-more-modal img { height: 32px; width: 32px;}rc-learn-more-modal .learn-more-group-item { gap: 16px;}rc-learn-more-modal .learn-more-group-icon-container { padding: 20px;} }</style><div class="learn-more-content">\n<h1 class="learn-more-header">Great reasons to subscribe</h1> <div class="learn-more-group"> <div class="learn-more-group-item"> <div class="learn-more-group-icon-container"><span rc-calendar-icon></span></div> <div> <h2 style="margin:0;">Flexible frequency</h2> <p style="margin:0;"> Not sure how much of something you need, or how often? Adjust quantities and frequencies any time. </p> </div> </div> <div class="learn-more-group-item"> <div class="learn-more-group-icon-container"> <span rc-bell-icon></span> </div> <div> <h2>Order reminders</h2> <p> We\'ll let you know before each shipment. Delay, reschedule or cancel if you need to - we’ll only bill you when your order ships. </p> </div> </div> <div class="learn-more-group-item"> <div class="learn-more-group-icon-container"> <span rc-phone-icon></span> </div> <div> <h2>You\'re in control</h2> <p> Add or remove subscriptions, cancel orders, and edit frequencies and quantities through our user-friendly customer portal. </p> </div> </div> </div>\n</div><div class="learn-more-footer"><button data-dismiss-modal>Got it</button></div>',
29
- frequency_display_translations: '{\n\t"days": "{interval} days", \n\t"day": "{interval} day", \n\t"weeks": "{interval} weeks", \n\t"week": "{interval} week", \n\t"months": "{interval} months", \n\t"month": "{interval} month", \n\t"save": "Save {discount}"\n}'
30
- }
31
- }
32
- };
33
- const LoyaltyRewardsReferrals = {
34
- BonLoyaltyRewardsReferrals: {
35
- 'loyalty-page-block': null,
36
- 'loyalty-page-earning-block': null,
37
- 'loyalty-page-header-block': null,
38
- 'loyalty-page-profile-block': null,
39
- 'loyalty-page-redeem-block': null,
40
- 'loyalty-page-referral-block': null,
41
- 'loyalty-page-tier-block': null,
42
- 'product-point-preview': null
43
- }
44
- };
45
- const SubifySubscriptions = {
46
- SubifySubscriptionsApp: {
47
- 'app-block': {
48
- product: '{{product}}',
49
- use_app_block_wording: false,
50
- widget_label: 'Purchase options',
51
- one_time_purchase_text: 'One-Time Purchase',
52
- subscription_text: 'Subscribe and save',
53
- delivery_frequency_text: 'Delivery frequency',
54
- prepaid_subscription_text: 'Subscription with prepaid',
55
- skin1_priceSuffix: 'each',
56
- skin1_save: 'Save(skin1)',
57
- skin1_prepaid_payment_title: 'prepaid',
58
- skin1_normal_payment_title: 'pay as you go',
59
- skin2_discountSuffix: 'Save',
60
- skin3_fullPrice: 'Full price',
61
- skin3_priceSuffix: 'each',
62
- skin3_discountSuffix: 'Off',
63
- skin4_justOnce: 'Just once',
64
- skin4_discountSuffix: 'Off',
65
- skin4_priceSuffix: 'each',
66
- skin4_fullPrice: '(Full price)',
67
- skin4_sellingPlansTitle: 'Renews every:',
68
- from: 'from',
69
- max_discount_badge_title: 'UP To',
70
- pay: 'Pay',
71
- price_save_up_to: 'save up to'
72
- }
73
- }
74
- };
75
- const SelleasyWidget = {
76
- Selleasy: {
77
- 'lb-upsell-widget-bl': null,
78
- 'lb-upsell-widget-pal': null
79
- }
80
- };
81
- const LoopSubscriptions = {
82
- LoopSubscriptions: {
83
- star_rating: {
84
- product: '{{product}}'
85
- }
86
- }
87
- };
88
- const SkioSubscriptionsYcS20 = {
89
- SkioSubscriptionsYcS20: {
90
- 'app-block': null
91
- }
92
- };
93
- const ShopifyForms = {
94
- ShopifyForms: {
95
- inline: {
96
- form_id: null
97
- }
98
- }
99
- };
100
- const overrideSettings = (tag, currentSetting, appSetting)=>{
101
- switch(tag){
102
- case 'ShopifyForms':
103
- return {
104
- ...currentSetting,
105
- form_id: appSetting['formId']
106
- };
107
- case 'FlyBundlesUpsellsFbt':
108
- {
109
- return {
110
- ...currentSetting,
111
- bundle_id: appSetting?.['customBundleId']
112
- };
113
- }
114
- case 'PumperBundlesVolumeDiscount':
115
- {
116
- return {
117
- ...currentSetting,
118
- selected_product: appSetting?.['productHandle'] || '{{ product }}'
119
- };
120
- }
121
- case 'TrustshopProductReviews':
122
- {
123
- return {
124
- ...currentSetting,
125
- selected_product: appSetting?.['productHandle'] || '{{ product }}'
126
- };
127
- }
128
- case 'WhatmoreShoppableVideosreel':
129
- {
130
- return {
131
- ...currentSetting,
132
- 'show-views': appSetting?.showViews,
133
- heading: appSetting?.heading,
134
- 'template-type': appSetting?.templateType,
135
- 'title-font-size': parseFloat(appSetting?.titleFontSize),
136
- 'landscape-padding': parseFloat(appSetting?.landscapePadding),
137
- 'top-bottom-padding': parseFloat(appSetting?.topBottomPadding),
138
- 'scroll-video-tile-size': parseFloat(appSetting?.scrollVideoTitleSize),
139
- 'scroll-video-tile-size-portrait': parseFloat(appSetting?.scrollVideoTitleSizePortrait)
140
- };
141
- }
142
- case 'KachingBundles':
143
- {
144
- return {
145
- ...currentSetting,
146
- product: appSetting?.['productHandle'] || '{{ product }}'
147
- };
148
- }
149
- case 'PowerfulContactFormBuilder':
150
- {
151
- return {
152
- ...currentSetting,
153
- shortcode: appSetting?.shortcode
154
- };
155
- }
156
- case 'YotpoReviews':
157
- {
158
- return {
159
- ...currentSetting,
160
- product: appSetting?.['productHandle'] || '{{ product }}'
161
- };
162
- }
163
- case 'PowrContactFormBuilder':
164
- {
165
- return {
166
- ...currentSetting,
167
- app_id: appSetting?.appId
168
- };
169
- }
170
- case 'AftershipEmailMarketingsms':
171
- {
172
- return {
173
- ...currentSetting,
174
- embedded_form_id: appSetting?.formId
175
- };
176
- }
177
- case 'SeoantTrustBadgesIcon':
178
- {
179
- return {
180
- ...currentSetting,
181
- badge_id: appSetting?.BadgeId
182
- };
183
- }
184
- case 'Stamped':
185
- {
186
- return {
187
- ...currentSetting,
188
- feed_type: appSetting.visualGalleryType,
189
- auto_play: appSetting.autoSlide,
190
- color_star: appSetting.starColor,
191
- color_hover: appSetting.hoverColor,
192
- color_hover_opacity: appSetting.hoverOpacity,
193
- review_ids: appSetting.reviewIds,
194
- product_ids: appSetting.productIds,
195
- category: appSetting.productType,
196
- product_brand: appSetting.productVendor,
197
- tags: appSetting.tags,
198
- min_rating: appSetting.minimumRating,
199
- fill_empty: appSetting.fillEmpty,
200
- random: appSetting.random,
201
- with_photos: appSetting.withPhotos,
202
- color_link: appSetting.linkColor,
203
- product_image: appSetting.showProductImage,
204
- take: appSetting.limitResults,
205
- color_verified: appSetting.verifiedColor,
206
- color_text: appSetting.textColor,
207
- title: appSetting.carouselTitle,
208
- color_title: appSetting.titleColor,
209
- api_key: appSetting.publicKey,
210
- store_hash: appSetting.storeHash,
211
- label1: appSetting.labelFront,
212
- label2: appSetting.labelBack,
213
- width: appSetting.imageWidth,
214
- height: appSetting.imageHeight,
215
- product_id: appSetting.productId,
216
- animation: appSetting.mainWidgetAnimation,
217
- tags_exclude: appSetting.excludeTags,
218
- tags_include: appSetting.includeTags,
219
- search: appSetting.search,
220
- linkify: appSetting.linkify
221
- };
222
- }
223
- case 'BoostAISearchDiscovery':
224
- {
225
- return {
226
- ...currentSetting,
227
- widgetId: appSetting?.widgetID
228
- };
229
- }
230
- case 'EssentialCountdownTimerBar':
231
- {
232
- return {
233
- ...currentSetting,
234
- id: appSetting?.timerId
235
- };
236
- }
237
- case 'EssentialAnnouncementBar':
238
- {
239
- return {
240
- ...currentSetting,
241
- id: appSetting?.announcementId
242
- };
243
- }
244
- case 'OkendoReviewsLoyalty':
245
- {
246
- return {
247
- ...currentSetting,
248
- product: appSetting?.['productHandle'] || '{{ product }}'
249
- };
250
- }
251
- case 'TrustedsiteTrustBadges':
252
- {
253
- return {
254
- ...currentSetting,
255
- 'tm-type': appSetting?.trustId
256
- };
257
- }
258
- case 'ShopifySubscriptions':
259
- {
260
- return {
261
- ...currentSetting,
262
- product: appSetting?.['productHandle'] || '{{ product }}'
263
- };
264
- }
265
- case 'QikifyUpsell':
266
- {
267
- return {
268
- ...currentSetting,
269
- product: appSetting?.['productHandle'] || '{{ product }}'
270
- };
271
- }
272
- case 'EcoboostifyShoppableReelUgc':
273
- {
274
- return {
275
- ...currentSetting,
276
- playlist_id: appSetting?.['playlistId']
277
- };
278
- }
279
- case 'Releasit':
280
- {
281
- return {
282
- ...currentSetting,
283
- product: appSetting?.['productHandle'] || '{{ product }}'
284
- };
285
- }
286
- case 'SubifySubscriptionsApp':
287
- {
288
- return {
289
- ...currentSetting,
290
- product: appSetting?.['productHandle'] || '{{ product }}'
291
- };
292
- }
293
- case 'RechargeSubscriptions':
294
- {
295
- return {
296
- ...currentSetting,
297
- product: appSetting?.['productHandle'] || '{{ product }}'
298
- };
299
- }
300
- default:
301
- return currentSetting;
302
- }
303
- };
304
- const ReviewxpoProductReviewsApp = {
305
- ReviewxpoProductReviewsApp: {
306
- 'five-star-badge-widget': null,
307
- 'allreviews-widget': null,
308
- 'carousel-widget': null,
309
- 'gallery-widget': null,
310
- 'badge-widget': null,
311
- 'testimonial-widget': null,
312
- 'star-widget': null,
313
- 'revews-widget': null
314
- }
315
- };
316
- const PumperBundlesVolumeDiscount = {
317
- PumperBundlesVolumeDiscount: {
318
- 'app-block-qb': {
319
- selected_product: '{{ product }}',
320
- using_page_builder: false
321
- }
322
- }
323
- };
324
- const UnlimitedBundlesDiscounts = {
325
- UnlimitedBundlesDiscounts: {
326
- 'product-page-placeholder': null
327
- }
328
- };
329
- const KiteFreeGiftDiscount = {
330
- KiteFreeGiftDiscount: {
331
- 'app-block': null
332
- }
333
- };
334
- const FastBundleBundlesDiscounts = {
335
- FastBundleBundlesDiscounts: {
336
- all_bundles: null,
337
- fbt_position: null,
338
- product_bundles: null,
339
- product_bundle_with_ids: null,
340
- volume_position: null
341
- }
342
- };
343
- const SimpleBundlesKits = {
344
- SimpleBundlesKits: {
345
- 'infinite-options-selector': null
346
- }
347
- };
348
- const EasyBundleBuilderSkailama = {
349
- EasyBundleBuilderSkailama: {
350
- 'app-block-bundlePage': null
351
- }
352
- };
353
- const PreorderNowPreOrderPq = {
354
- PreorderNowPreOrderPq: {
355
- 'app-block-notifyapp-block-notify': null,
356
- 'app-block-partial': null,
357
- 'app-block-timer': null,
358
- 'app-block': null
359
- }
360
- };
361
- const FlyBundlesUpsellsFbt = {
362
- FlyBundlesUpsellsFbt: {
363
- 'app-block-volume': null,
364
- 'app-block-upsell-block': null,
365
- 'app-block-fbt': null,
366
- 'app-block-custom': {
367
- bundle_id: ''
368
- }
369
- }
370
- };
371
- const JunipProductReviewsUgc = {
372
- JunipProductReviewsUgc: {
373
- 'junip-review-carousel': {
374
- reviewsType: 'product_reviews',
375
- showSummary: true,
376
- title: 'Reviews',
377
- paddingTop: 48,
378
- paddingBottom: 48,
379
- containerClass: ''
380
- },
381
- 'junip-ugc-gallery': {
382
- layout: 'scroll',
383
- title: '',
384
- paddingTop: 48,
385
- paddingBottom: 48,
386
- containerClass: ''
387
- },
388
- 'junip-product-review': {
389
- product: '{{product}}'
390
- },
391
- 'junip-product-summary': {
392
- product: '{{product}}'
393
- },
394
- 'junip-reviews': {
395
- layout: 'list',
396
- reviewsType: 'all',
397
- showSummary: true,
398
- reviewsCount: 10,
399
- containerClass: ''
400
- }
401
- }
402
- };
403
- const PreorderNowWodPresale = {
404
- PreorderNowWodPresale: {
405
- 'app-block': null,
406
- 'popups-block': null
407
- }
408
- };
409
- const YotpoReviews = {
410
- YotpoReviews: {
411
- reviews: {
412
- product: '{{ product }}'
413
- },
414
- 'star-rating': {
415
- product: '{{ product }}'
416
- }
417
- }
418
- };
419
- const WhatmoreShoppableVideosreel = {
420
- WhatmoreShoppableVideosreel: {
421
- 'app-block': {
422
- heading: 'Watch and Buy',
423
- 'template-type': 'template-f',
424
- 'show-views': 'show',
425
- 'ui-theme': 'round',
426
- 'color-primary': '#343434',
427
- 'color-secondary': '#343434',
428
- 'title-font': 'poppins_n4',
429
- 'primary-font': 'poppins_n4',
430
- 'title-font-size': 40,
431
- 'title-font-size-portrait': 24,
432
- 'landscape-padding': 40,
433
- 'top-bottom-padding': 20,
434
- 'scroll-video-tile-size': 80,
435
- 'scroll-video-tile-size-portrait': 80,
436
- 'min-height': 380
437
- },
438
- 'app-block-banner': {
439
- 'template-type': 'template-banner-a',
440
- 'ui-theme': 'round',
441
- 'banner-video-tile-size': 80
442
- },
443
- 'app-block-collections': {
444
- collectionHeading: 'W',
445
- 'template-type': 'template-collections-b',
446
- 'ui-theme': 'round',
447
- 'color-secondary': '#343434',
448
- 'primary-font': 'poppins_n4',
449
- 'tile-size': 60,
450
- 'tile-size-portrait': 60,
451
- 'min-height': 250
452
- },
453
- 'app-block-stories': {
454
- 'template-type': 'template-stories-a',
455
- 'ui-theme': 'round',
456
- 'color-primary': '#343434',
457
- 'color-secondary': '#343434',
458
- 'primary-font': 'poppins_n4',
459
- 'stories-top-bottom-padding': 0,
460
- 'story-tile-size': 40,
461
- 'story-tile-size-desktop': 40
462
- }
463
- }
464
- };
465
- const ProductOptionsCustomizer = {
466
- ProductOptionsCustomizer: {
467
- 'product-page-customizer': {
468
- pc_container_size: 100,
469
- pc_show_options_total: 'initial',
470
- pc_customizations_total_text: 'Customizations Total:',
471
- pc_show_preloader: 'hide',
472
- pc_preloader_color: '',
473
- pc_ignore_redirect_command: true,
474
- pc_basic_label_text_color: '#000000',
475
- pc_basic_label_font_size: 14,
476
- pc_basic_label_bolden: 'unset',
477
- pc_basic_label_space_above: 0,
478
- pc_basic_option_background_color: '#FFFFFF',
479
- pc_basic_option_text_color: '#000000',
480
- pc_basic_option_border_color: '#000000',
481
- pc_basic_option_border_style: 'solid',
482
- pc_basic_option_border_width: 1,
483
- pc_basic_option_curve_the_corners: 'none',
484
- pc_basic_option_font_size: 14,
485
- pc_basic_option_bolden: 'none',
486
- pc_basic_option_width: 100,
487
- pc_basic_option_space_above: 0,
488
- pc_basic_option_space_below: 0,
489
- pc_basic_option_space_inside: 10,
490
- pc_advanced_custom_css: '',
491
- pc_advanced_custom_js: '',
492
- pc_show_image_swatch_preview: false
493
- }
494
- }
495
- };
496
- const AppointmentBookingCowlendar = {
497
- AppointmentBookingCowlendar: {
498
- 'app-section': {
499
- section_title: 'Services list',
500
- section_type: 'services-list'
501
- }
502
- }
503
- };
504
- const BoldSubscriptions = {
505
- BoldSubscriptions: {
506
- 'bsub-widget-block': {
507
- default_subscribe: true,
508
- primary_color: '#3b63ff',
509
- secondary_color: '#7dba63',
510
- background_color: '#f8f9f9',
511
- border_radius: 4,
512
- header_text: 'Purchase Options',
513
- one_time_text: 'One-time Purchase',
514
- recurring_text: 'Subscribe and Save',
515
- prepaid_recurring_text: 'Prepaid Subscribe and Save',
516
- discount_summary_text: '(Save {discount})',
517
- discount_summary_plural_text: '(Save up to {discount})',
518
- frequency_header: 'Delivery Frequency',
519
- frequency_text: 'delivery',
520
- prepaid_checkbox_label_text: 'Prepay for subscription',
521
- billing_frequency_header: 'Billing Frequency',
522
- billing_frequency_text: '{count} Orders',
523
- delivery_frequency_discount_text: '({discount} off)',
524
- billing_frequency_discount_text: '({discount} off)',
525
- prepaid_total_text: 'Billed {price} today',
526
- prepaid_continue_as_prepaid_text: 'Prepaid order will auto-renew after {count} orders',
527
- prepaid_continue_as_standard_text: 'Becomes a regular subscription after {count} orders',
528
- convertible_header: 'Converts to',
529
- eligible_for_subscription_header: 'Eligible for Subscription',
530
- initial_dynamic_discount_text: 'Save {initial_percent_discount}% ({initial_fixed_discount})',
531
- subsequent_dynamic_discounts_text: '{subsequent_percent_discount}% ({subsequent_fixed_discount}) after {order_count} order(s)'
532
- }
533
- }
534
- };
535
- const SproutPlantTreesGrowSales = {
536
- SproutPlantTreesGrowSales: {
537
- badge: null,
538
- 'impact-banner': null
539
- }
540
- };
541
- const InstasellShoppableInstagram = {
542
- InstasellShoppableInstagram: {
543
- 'app-block': {
544
- heading: 'InstaSell: Instagram Gallery+',
545
- description: 'Showcase your Instagram Feed on your Shopify Storefront'
546
- }
547
- }
548
- };
549
- const Growave = {
550
- Growave: {
551
- 'block.product.faveButton': {
552
- option_button_class: ''
553
- },
554
- 'block.product.reviewWidget': null,
555
- 'block.product.reviewAvgProfile': null,
556
- 'v2.product.reviewsMiniSlider': null
557
- }
558
- };
559
- const LoloyalSettingCommon = {
560
- title_font_size: 30,
561
- subtitle_font_size: 13,
562
- name_font_size: 20,
563
- details_font_size: 14,
564
- corner_radius: 8,
565
- btn_radius: 8,
566
- top_padding: 32,
567
- bottom_padding: 32,
568
- icon_color: '',
569
- title_color: '#000000',
570
- subtitle_color: '#000000',
571
- name_color: '#000000',
572
- details_color: '#000000',
573
- card_bg_color: '#FFFFFF',
574
- background_color: '#ffffff',
575
- border_color: '#ececec',
576
- primary_button_color: '#000000',
577
- primary_button_text_color: '#FFFFFF',
578
- secondary_button_color: '#FFFFFF',
579
- secondary_button_text_color: '#000000',
580
- hover_btn: '#000000',
581
- hover_text_color: '#FFFFFF',
582
- custom_css: '/* Add your custom styles here */'
583
- };
584
- const LoloyalLoyaltyReferrals = {
585
- LoloyalLoyaltyReferrals: {
586
- 'app-banner': {
587
- img_opacity: 0,
588
- bg_color: '#F6F6F6',
589
- banner_height: '400',
590
- content_position: 'll-middle-left',
591
- content_alignment: 'left',
592
- title_font_size: 40,
593
- subtitle_font_size: 13,
594
- title_color: '#000000',
595
- subtitle_color: '#000000',
596
- btn_radius: 30,
597
- primary_button_color: '#000000',
598
- primary_button_text_color: '#FFFFFF',
599
- secondary_button_color: '#FFFFFF',
600
- secondary_button_text_color: '#000000',
601
- hover_btn: '#000000',
602
- hover_text_color: '#FFFFFF',
603
- custom_css: '/* Add your custom styles here */'
604
- },
605
- 'app-ways-to-earn': LoloyalSettingCommon,
606
- 'app-ways-to-redeem': LoloyalSettingCommon,
607
- 'app-referrals': LoloyalSettingCommon
608
- }
609
- };
610
- const PowerfulContactFormBuilder = {
611
- PowerfulContactFormBuilder: {
612
- 'app-block': {
613
- shortcode: ''
614
- }
615
- }
616
- };
617
- const KachingBundles = {
618
- KachingBundles: {
619
- 'app-block': {
620
- product: '{{product}}'
621
- }
622
- }
623
- };
624
- const WishlistKing = {
625
- WishlistKing: {
626
- 'wishlist-button-block': null
627
- }
628
- };
629
- const GloboProductOptionsVariant = {
630
- GloboProductOptionsVariant: {
631
- 'app-block': null
632
- }
633
- };
634
- const Trustoo = {
635
- Trustoo: {
636
- 'barrage-carousel': null,
637
- 'review-widget': null,
638
- 'photo-carousel': null,
639
- 'star-rating-widget': {
640
- star_size: 20,
641
- font_size: 16,
642
- block_aligment: 'flex-start'
643
- },
644
- 'text-carousel': null,
645
- 'card-carousel': null
646
- }
647
- };
648
- const LooxReviews = {
649
- LooxReviews: {
650
- 'loox-card-carousel-section': {
651
- maxWidth: 1100,
652
- borderRadius: 8,
653
- itemsPerView: 4,
654
- mobileItemsPerView: 1,
655
- maxNumberOfCharacters: 100,
656
- imageRatio: '0.72',
657
- reviewerNameColor: '#000000',
658
- textColor: '#000000',
659
- itemBackgroundColor: '#ffffff',
660
- starsColor: '',
661
- starsBackgroundColor: '#ffffff',
662
- arrows_backgroundColor: '#FFFFFF',
663
- arrows_iconColor: '#9A9A9A',
664
- shadow: 'offset-dark',
665
- border_active: false,
666
- border_width: 2,
667
- border_color: '#000000',
668
- productIds: ''
669
- },
670
- 'loox-gallery-carousel-section': {
671
- maxWidth: 1100,
672
- borderRadius: 60,
673
- itemsPerView: 5,
674
- mobileItemsPerView: 1,
675
- imageRatio: '1',
676
- reviewerNameColor: '#ffffff',
677
- starsColor: '#ffffff',
678
- arrows_backgroundColor: '#FFFFFF',
679
- arrows_iconColor: '#9A9A9A',
680
- shadow: 'none',
681
- border_active: false,
682
- border_width: 2,
683
- border_color: '#000000',
684
- productIds: ''
685
- },
686
- 'loox-referrals-section': {
687
- max_width: 1100,
688
- layout: 'with-photo',
689
- primary_color: '',
690
- text_color: '#000000',
691
- text_field_border_color: '#C9CDD4',
692
- background: ''
693
- },
694
- 'loox-dynamic-section': {
695
- only_photos: false,
696
- aggregated: false,
697
- limit: 20,
698
- hide_thumbnails: false,
699
- maxwidth: 1080,
700
- is_sample: true
701
- },
702
- 'loox-snippets-widget': {
703
- alignment: 'left',
704
- 'max-width': '',
705
- 'color-scheme': 'default',
706
- shadow: '',
707
- 'show-rating': true,
708
- 'show-image': true,
709
- 'hide-arrows-mobile': false,
710
- 'font-size': 14,
711
- 'show-border': false,
712
- 'border-radius': 16,
713
- 'background-color': '',
714
- 'text-color': '',
715
- 'name-color': '',
716
- 'rating-icon-color': '',
717
- 'border-color': '',
718
- 'shadow-color': '',
719
- 'reviews-limit': 10
720
- },
721
- 'loox-rating': {
722
- contentSize: 16,
723
- pattern: '',
724
- hideText: false,
725
- alignment: '',
726
- layout: '',
727
- textColor: '',
728
- starColor: '',
729
- showAllReviews: false,
730
- looxOpenFloatingWidget: false,
731
- emptyRatingWidget: false
732
- },
733
- 'loox-testimonial-carousel-section': {
734
- maxWidth: 1100,
735
- desktopFontSize: 32,
736
- mobileFontSize: 20,
737
- maxNumberOfCharacters: 100,
738
- quoteMarkIcon: 'style-1',
739
- reviewerNameColor: '#000000',
740
- textColor: '#000000',
741
- starsColor: '',
742
- quotesIconColor: '#EAEAEA',
743
- arrows_iconColor: '#000000',
744
- arrows_hideOnMobile: true,
745
- pagination_active: true,
746
- pagination_selectedDotColor: '#000000',
747
- pagination_dotColor: '#000000',
748
- autoplay_active: false,
749
- autoplay_duration: 2,
750
- productIds: ''
751
- },
752
- 'loox-trust-badge': {
753
- layout: 'horizontal',
754
- alignment: 'left',
755
- 'scheme-type': 'default',
756
- 'review-title': 'reviews',
757
- 'rating-icon': true,
758
- 'average-rating': true,
759
- 'loox-branding': true,
760
- 'review-count': true,
761
- 'open-reviews': true,
762
- 'show-border': true,
763
- 'border-radius': 8,
764
- 'font-size': 20,
765
- 'background-color': '',
766
- 'secondary-background-color': '',
767
- 'text-color': '',
768
- 'rating-icon-color': '',
769
- 'border-color': ''
770
- },
771
- 'loox-video-slider': {
772
- 'show-by-tag': false,
773
- layout: 'spotlight',
774
- shadow: '',
775
- 'show-rating': true,
776
- 'show-reviewer-name': true,
777
- 'hide-arrows-mobile': true,
778
- 'auto-play': true,
779
- 'show-border': false,
780
- 'border-width': 1,
781
- 'border-radius': 16,
782
- 'text-color': '',
783
- 'rating-icon-color': '',
784
- 'border-color': '',
785
- 'play-button-color': '',
786
- 'shadow-color': '',
787
- 'product-id': ''
788
- }
789
- }
790
- };
791
- const PowrContactFormBuilder = {
792
- PowrContactFormBuilder: {
793
- 'app-block': {
794
- app_id: ''
795
- }
796
- }
797
- };
798
- const BestBuyFulfillment = {
799
- BestBuyFulfillment: {
800
- 'pickup-selector': null
801
- }
802
- };
803
- const AftershipEmailMarketingsms = {
804
- AftershipEmailMarketingsms: {
805
- embeded_form: {
806
- embedded_form_id: ''
807
- }
808
- }
809
- };
810
- const SegunoEmailMarketing = {
811
- SegunoEmailMarketing: {
812
- back_in_stock: {
813
- heading: '<h3>Get notified when this is back in stock</h3>',
814
- label_email: 'Email',
815
- placeholder_email: '',
816
- show_permission_checkbox: true,
817
- label_permission: '<p>Also, sign up to receive newsletters</p>',
818
- label_notify: 'Notify me',
819
- label_success: '<p>Thanks! You will be notified once the product is back in stock.</p>',
820
- product_exclusion_tag: 'back-in-stock-excluded',
821
- default_variant: 'available',
822
- padding: 0,
823
- form_gap: 16,
824
- button_alignment: 'stretch',
825
- font_size: 16,
826
- input_font_size: 16,
827
- button_font_size: 16,
828
- background_color: '#ffffff',
829
- text_color: '#121212',
830
- button_background_color: '#121212',
831
- button_border_color: '#121212',
832
- button_text_color: '#ffffff',
833
- input_background_color: '#ffffff',
834
- input_border_color: '#121212',
835
- input_text_color: '#121212',
836
- custom_css: ''
837
- },
838
- newsletter_form: {
839
- heading: 'Subscribe to our newsletter',
840
- subheading: '<p>Be the first to know about new collections and exclusive offers.</p>',
841
- show_first_name: false,
842
- show_last_name: false,
843
- show_permission_checkbox: false,
844
- tags: 'newsletter',
845
- return_to: '',
846
- label_first_name: 'First name',
847
- placeholder_first_name: '',
848
- label_last_name: 'Last name',
849
- placeholder_last_name: '',
850
- label_email: 'Email',
851
- placeholder_email: '',
852
- label_permission: '<p>I agree to receive marketing emails</p>',
853
- label_subscribe: 'Subscribe',
854
- success_message: 'Thanks for subscribing',
855
- background_color: '#ffffff',
856
- text_color: '#1a1b18',
857
- button_background_color: '#445958',
858
- button_text_color: '#ffffff'
859
- }
860
- }
861
- };
862
- const SeoantTrustBadgesIcon = {
863
- SeoantTrustBadgesIcon: {
864
- star_rating: {
865
- badge_id: null
866
- }
867
- }
868
- };
869
- const TrustreviewsProductReviews = {
870
- TrustreviewsProductReviews: {
871
- questions_widget: {
872
- product: '{{ product }}'
873
- },
874
- 'review-carousel': null,
875
- reviews_text_widget: null,
876
- reviews_widget: {
877
- product: '{{ product }}'
878
- },
879
- shop_reviews_widget: null,
880
- star_rating: {
881
- product: '{{product}}',
882
- hide_on_no_reviews: false,
883
- enable_jsonld: false,
884
- starsize: 16,
885
- addtional_text: ''
886
- },
887
- 'reviews-testimonials': null,
888
- all_reviews_widget: null,
889
- 'review-cards': null,
890
- 'review-gallery': null,
891
- medals: null
892
- }
893
- };
894
- const MyappgurusProductReviews = {
895
- MyappgurusProductReviews: {
896
- allReviews: {
897
- Show_by_label: ''
898
- },
899
- allReviewsCounter: {
900
- out_of_label: '',
901
- stars_based_on_label: '',
902
- reviews_label: ''
903
- },
904
- form: {
905
- block_heading: '',
906
- no_rating: '',
907
- subtitle2: '',
908
- review_btn: '',
909
- see_all_reviews_label: '',
910
- form_heading: '',
911
- name_label: '',
912
- email_label: '',
913
- review_title_label: '',
914
- review_description_label: '',
915
- ratings_label: '',
916
- delivery_ratings_label: '',
917
- payment_ratings_label: '',
918
- price_ratings_label: '',
919
- review_image_label: '',
920
- submit_btn_label: '',
921
- cancel_btn_label: '',
922
- sort_label: '',
923
- sort1_label: '',
924
- sort2_label: '',
925
- sort3_label: '',
926
- showing_label: '',
927
- to_label: '',
928
- of_label: '',
929
- results_label: ''
930
- },
931
- star: null
932
- }
933
- };
934
- const HulkProductOptions = {
935
- HulkProductOptions: {
936
- option_block: null
937
- }
938
- };
939
- const TrustshopProductReviews = {
940
- TrustshopProductReviews: {
941
- 'widget-product-rating': {
942
- selected_product: '{{ product }}'
943
- },
944
- 'all-reviews': null,
945
- 'widget-box': null,
946
- 'review-testimonial': null
947
- }
948
- };
949
- const Stamped = {
950
- Stamped: {
951
- 'main-widget': {
952
- animation: true,
953
- tags_exclude: '',
954
- tags_include: '',
955
- search: '',
956
- linkify: true,
957
- use_metafields: false,
958
- sku_tagtype: 'sku'
959
- },
960
- 'product-rating-image': {
961
- api_key: '',
962
- store_hash: '',
963
- product_id: '',
964
- width: '',
965
- height: ''
966
- },
967
- 'badge-double-image': {
968
- api_key: '',
969
- store_hash: '',
970
- label1: '',
971
- label2: '',
972
- width: '',
973
- height: ''
974
- },
975
- 'badge-single-image': {
976
- api_key: '',
977
- store_hash: '',
978
- label1: '',
979
- label2: '',
980
- width: '',
981
- height: ''
982
- },
983
- carousel: {
984
- title: 'Real Reviews from Real Customers',
985
- auto_play: false,
986
- take: 30,
987
- color_title: '',
988
- color_star: '',
989
- color_text: '',
990
- color_link: '',
991
- review_ids: '',
992
- product_ids: '',
993
- category: '',
994
- product_brand: '',
995
- tags: '',
996
- min_rating: 'none',
997
- fill_empty: false,
998
- random: false,
999
- with_photos: false
1000
- },
1001
- 'checkout-comments': {
1002
- product_ids: '',
1003
- style: 'box',
1004
- title: '',
1005
- timeago: false,
1006
- style_color_text: '',
1007
- style_color_link: ''
1008
- },
1009
- 'full-page': {
1010
- product_image: true,
1011
- take: 30,
1012
- label_substitute: '',
1013
- color_star: '',
1014
- color_verified: '',
1015
- color_text: '',
1016
- color_link: '',
1017
- review_ids: '',
1018
- product_ids: '',
1019
- category: '',
1020
- product_brand: '',
1021
- tags: '',
1022
- min_rating: 'none',
1023
- fill_empty: false,
1024
- random: false,
1025
- with_photos: false
1026
- },
1027
- 'instagram-feed': {
1028
- feed_type: 'carousel',
1029
- color_hover: '',
1030
- hover_text: '',
1031
- shop_button_text: '',
1032
- auto_play: false,
1033
- review_ids: '',
1034
- product_ids: '',
1035
- category: '',
1036
- product_brand: '',
1037
- tags: '',
1038
- min_rating: 'none',
1039
- fill_empty: false,
1040
- random: false,
1041
- with_photos: false
1042
- },
1043
- 'single-highlight': {
1044
- review_ids: '',
1045
- product_ids: '',
1046
- category: '',
1047
- product_brand: '',
1048
- tags: ''
1049
- },
1050
- 'site-badge': {
1051
- badge_type: 'badge',
1052
- color_outer: '',
1053
- color_inner: '',
1054
- color_ribbon: '',
1055
- color_text: '',
1056
- color_stars: '',
1057
- title_size: 12,
1058
- title: 'Verified Reviews'
1059
- },
1060
- 'star-rating-badge': {
1061
- use_metafields: false,
1062
- sku_tagtype: 'sku',
1063
- is_featured_product: false,
1064
- featured_product_handle: ''
1065
- },
1066
- 'top-rated': {
1067
- color_star: '',
1068
- color_link: ''
1069
- },
1070
- 'visual-gallery': {
1071
- feed_type: 'feed',
1072
- auto_play: false,
1073
- color_star: '',
1074
- color_hover: '',
1075
- color_hover_opacity: 50,
1076
- review_ids: '',
1077
- product_ids: '',
1078
- category: '',
1079
- product_brand: '',
1080
- tags: '',
1081
- min_rating: 'none',
1082
- fill_empty: false,
1083
- random: false,
1084
- with_photos: false
1085
- },
1086
- 'wall-photos': {
1087
- feed_type: 'feed',
1088
- auto_play: false,
1089
- color_star: '',
1090
- color_hover: '',
1091
- color_hover_opacity: 50,
1092
- review_ids: '',
1093
- product_ids: '',
1094
- category: '',
1095
- product_brand: '',
1096
- tags: '',
1097
- min_rating: 'none',
1098
- fill_empty: false,
1099
- random: false,
1100
- with_photos: false
1101
- }
1102
- }
1103
- };
1104
- const BoostAISearchDiscovery = {
1105
- BoostAISearchDiscovery: {
1106
- 'filter-product-list-ssr': null,
1107
- 'recommendation-ssr': {
1108
- widgetId: '',
1109
- additional_classes: '',
1110
- custom_css: ''
1111
- }
1112
- }
1113
- };
1114
- const EssentialCountdownTimerBar = {
1115
- EssentialCountdownTimerBar: {
1116
- 'app-block': {
1117
- id: ''
1118
- }
1119
- }
1120
- };
1121
- const EssentialAnnouncementBar = {
1122
- EssentialAnnouncementBar: {
1123
- 'app-block': {
1124
- id: ''
1125
- }
1126
- }
1127
- };
1128
- const OkendoReviewsLoyalty = {
1129
- OkendoReviewsLoyalty: {
1130
- 'reviews-widget': {
1131
- product: '{{product}}',
1132
- widget_type: 'reviews_widget'
1133
- },
1134
- 'reviews-badge': {
1135
- horizontal_alignment: 'center'
1136
- },
1137
- 'media-carousel': {
1138
- product: '{{product}}'
1139
- },
1140
- 'media-grid': {
1141
- product: '{{product}}'
1142
- },
1143
- 'reviews-carousel': {
1144
- show_heading: false,
1145
- heading: '',
1146
- badge_link: '',
1147
- product: '{{product}}'
1148
- },
1149
- 'star-rating': {
1150
- product: '{{product}}'
1151
- },
1152
- 'questions-widget': {
1153
- product: '{{product}}'
1154
- }
1155
- }
1156
- };
1157
- const EstimatedDeliveryDatePlus = {
1158
- EstimatedDeliveryDatePlus: {
1159
- delivery_coder_theme: null
1160
- }
1161
- };
1162
- const HextomCountdownTimerBar = {
1163
- HextomCountdownTimerBar: {
1164
- 'fsb-custom-placement': null
1165
- }
1166
- };
1167
- const TrustBadgesBear = {
1168
- TrustBadgesBear: {
1169
- widget: null
1170
- }
1171
- };
1172
- const TrustedsiteTrustBadges = {
1173
- TrustedsiteTrustBadges: {
1174
- engagement: {
1175
- 'tm-type': '202',
1176
- 'tm-size': '120'
1177
- }
1178
- }
1179
- };
1180
- const GloColorSwatchvariantImage = {
1181
- GloColorSwatchvariantImage: {
1182
- 'product-bundles-quantity-breaks': null,
1183
- 'product-swatches-detail': null,
1184
- 'product-bundles-combo': null,
1185
- 'product-groups-detail': null
1186
- }
1187
- };
1188
- const BfSizeChartSizeGuide = {
1189
- BfSizeChartSizeGuide: {
1190
- block: null
1191
- }
1192
- };
1193
- const HextomFreeShippingBar = {
1194
- HextomFreeShippingBar: {
1195
- 'fsb-custom-placement': null
1196
- }
1197
- };
1198
- const ShopifySubscriptions = {
1199
- ShopifySubscriptions: {
1200
- 'app-block': {
1201
- color_text_title: '#6D7175',
1202
- color_text_body: '#6D7175',
1203
- dividers_color: '#8F8D8D',
1204
- bacgkround_color: '#FFFFFF',
1205
- border_thickness: 1,
1206
- border_radius: 0,
1207
- supporting_text_title: 'Purchase options',
1208
- subscription_policy_url: '',
1209
- product: '{{product}}'
1210
- }
1211
- }
1212
- };
1213
- const QikifyUpsell = {
1214
- QikifyUpsell: {
1215
- bogo_offer: {
1216
- product: '{{product}}'
1217
- },
1218
- free_gift: {
1219
- product: '{{product}}'
1220
- },
1221
- bundle_offer: {
1222
- product: '{{product}}'
1223
- },
1224
- promotion_badge: {
1225
- product: '{{product}}'
1226
- },
1227
- 'order-goal': null,
1228
- upsurge_offer: {
1229
- product: '{{product}}'
1230
- },
1231
- volume_offer: {
1232
- product: '{{product}}'
1233
- }
1234
- }
1235
- };
1236
- const EcoboostifyShoppableReelUgc = {
1237
- EcoboostifyShoppableReelUgc: {
1238
- 'reel-playlist': {
1239
- playlist_id: ''
1240
- }
1241
- }
1242
- };
1243
- const AppstleBundlesDiscounts = {
1244
- AppstleBundlesDiscounts: {
1245
- 'appstle-classic-bundle': null,
1246
- 'appstle-bundle-product-page-build-a-box': null
1247
- }
1248
- };
1249
- const Releasit = {
1250
- Releasit: {
1251
- 'button-app-block': {
1252
- product: '{{product}}'
1253
- },
1254
- 'form-app-block': {
1255
- product: '{{product}}'
1256
- }
1257
- }
1258
- };
1259
- const composeSettingsByWidgetType = {
1260
- ...AppstleBundlesDiscounts,
1261
- ...HextomCountdownTimerBar,
1262
- ...EstimatedDeliveryDatePlus,
1263
- ...OkendoReviewsLoyalty,
1264
- ...EssentialAnnouncementBar,
1265
- ...EssentialCountdownTimerBar,
1266
- ...Stamped,
1267
- ...TrustshopProductReviews,
1268
- ...HulkProductOptions,
1269
- ...TrustreviewsProductReviews,
1270
- ...MyappgurusProductReviews,
1271
- ...SeoantTrustBadgesIcon,
1272
- ...PowrContactFormBuilder,
1273
- ...SegunoEmailMarketing,
1274
- ...AftershipEmailMarketingsms,
1275
- ...BestBuyFulfillment,
1276
- ...GloboProductOptionsVariant,
1277
- ...WishlistKing,
1278
- ...LoloyalLoyaltyReferrals,
1279
- ...PowerfulContactFormBuilder,
1280
- ...InstasellShoppableInstagram,
1281
- ...SproutPlantTreesGrowSales,
1282
- ...AppointmentBookingCowlendar,
1283
- ...ProductOptionsCustomizer,
1284
- ...WhatmoreShoppableVideosreel,
1285
- ...JunipProductReviewsUgc,
1286
- ...FlyBundlesUpsellsFbt,
1287
- ...PreorderNowWodPresale,
1288
- ...PreorderNowPreOrderPq,
1289
- ...EasyBundleBuilderSkailama,
1290
- ...FastBundleBundlesDiscounts,
1291
- ...KiteFreeGiftDiscount,
1292
- ...UnlimitedBundlesDiscounts,
1293
- ...SimpleBundlesKits,
1294
- ...PumperBundlesVolumeDiscount,
1295
- ...ReviewxpoProductReviewsApp,
1296
- ...ShopifyForms,
1297
- ...SkioSubscriptionsYcS20,
1298
- ...LoopSubscriptions,
1299
- ...RechargeSubscriptions,
1300
- ...LoyaltyRewardsReferrals,
1301
- ...SubifySubscriptions,
1302
- ...SelleasyWidget,
1303
- ...YotpoReviews,
1304
- ...BoldSubscriptions,
1305
- ...Growave,
1306
- ...KachingBundles,
1307
- ...Trustoo,
1308
- ...LooxReviews,
1309
- ...BoostAISearchDiscovery,
1310
- ...TrustBadgesBear,
1311
- ...TrustedsiteTrustBadges,
1312
- ...GloColorSwatchvariantImage,
1313
- ...BfSizeChartSizeGuide,
1314
- ...HextomFreeShippingBar,
1315
- ...ShopifySubscriptions,
1316
- ...QikifyUpsell,
1317
- ...EcoboostifyShoppableReelUgc,
1318
- ...Releasit
1319
- };
1320
-
1321
- export { composeSettingsByWidgetType, overrideSettings };
1
+ let RechargeSubscriptions={RechargeSubscriptions:{"subscription-widget":{product:"{{ product }}"},"subscription-widget-v2":{default_selection:"subscription",first_selection_option:"subscription",display_mode:"normal",brand_color:"#121212",brand_contrast_color:"#FFFFFF",selected_bg_color:"#FFFFFF",selected_text_color:"#121212",text_color:"#121212",border_radius:"soft",subscription_with_discount_label:"Subscribe & save",subscription_without_discount_label:"Subscribe",onetime_label:"One-time",frequency_label:"Deliver every:",frequency_display_type:"buttonGroup",frequency_display_content:"interval",badge_text:"Save up to {maxDiscount}",badge_text_color:"#FFFFFF",badge_bg_color:"#0F866A",benefits:"<ul><li>You save {discount}</li><li>Skip, delay or cancel any time</li><li>Free shipping in the US</li><li>Renew on your timeframe</li></ul>",onetime_drawbacks:"",learn_more_text:"Learn more",learn_more_content:'<style>rc-learn-more-modal h1 { font-size: 40px; line-height: 48px; font-weight: 600; text-align: center; padding-bottom: 32px; margin: 0;}rc-learn-more-modal h2 { padding: 0; margin: 0; font-size: 20px; line-height: 28px; font-weight: 600;}rc-learn-more-modal p { margin: 0; padding: 0; font-size: 16px; line-height: 24px;}rc-learn-more-modal .learn-more-content { padding: 0 20px 20px;}rc-learn-more-modal .learn-more-footer button { background-color: var(--rc-widget-brand-color); color: var(--rc-widget-brand-contrast-color); border: none; border-radius: var(--rc-widget-button-radius); padding: 12px; min-width: 335px; font-size: 16px; font-weight: 600; line-height: 24px; cursor: pointer; transition: background-color 0.1s ease;}rc-learn-more-modal .learn-more-footer button:hover { background-color: var(--rc-widget-brand-color-80);}rc-learn-more-modal .learn-more-footer { display: flex; justify-content: center;}rc-learn-more-modal .learn-more-group { display: flex; flex-direction: column; gap: 24px; margin-bottom: 24px;}rc-learn-more-modal .learn-more-group-item { display: flex; gap: 32px; align-items: center;}rc-learn-more-modal .learn-more-group-icon-container { display: flex; padding: 32px; background-color: #f6f8f9; border-radius: var(--rc-widget-card-radius);}rc-learn-more-modal svg, rc-learn-more-modal img { height: 40px; width: 40px;}@media (max-width: 560px) { rc-learn-more-modal h1 { font-size: 26px; line-height: 32px; padding-bottom: 16px; }rc-learn-more-modal h2 { font-size: 16px; line-height: 24px;}rc-learn-more-modal p { font-size: 14px; line-height: 20px;}rc-learn-more-modal .learn-more-content { padding: 0;}rc-learn-more-modal svg, rc-learn-more-modal img { height: 32px; width: 32px;}rc-learn-more-modal .learn-more-group-item { gap: 16px;}rc-learn-more-modal .learn-more-group-icon-container { padding: 20px;} }</style><div class="learn-more-content">\n<h1 class="learn-more-header">Great reasons to subscribe</h1> <div class="learn-more-group"> <div class="learn-more-group-item"> <div class="learn-more-group-icon-container"><span rc-calendar-icon></span></div> <div> <h2 style="margin:0;">Flexible frequency</h2> <p style="margin:0;"> Not sure how much of something you need, or how often? Adjust quantities and frequencies any time. </p> </div> </div> <div class="learn-more-group-item"> <div class="learn-more-group-icon-container"> <span rc-bell-icon></span> </div> <div> <h2>Order reminders</h2> <p> We\'ll let you know before each shipment. Delay, reschedule or cancel if you need to - we’ll only bill you when your order ships. </p> </div> </div> <div class="learn-more-group-item"> <div class="learn-more-group-icon-container"> <span rc-phone-icon></span> </div> <div> <h2>You\'re in control</h2> <p> Add or remove subscriptions, cancel orders, and edit frequencies and quantities through our user-friendly customer portal. </p> </div> </div> </div>\n</div><div class="learn-more-footer"><button data-dismiss-modal>Got it</button></div>',frequency_display_translations:'{\n "days": "{interval} days", \n "day": "{interval} day", \n "weeks": "{interval} weeks", \n "week": "{interval} week", \n "months": "{interval} months", \n "month": "{interval} month", \n "save": "Save {discount}"\n}'}}},LoyaltyRewardsReferrals={BonLoyaltyRewardsReferrals:{"loyalty-page-block":null,"loyalty-page-earning-block":null,"loyalty-page-header-block":null,"loyalty-page-profile-block":null,"loyalty-page-redeem-block":null,"loyalty-page-referral-block":null,"loyalty-page-tier-block":null,"product-point-preview":null}},SubifySubscriptions={SubifySubscriptionsApp:{"app-block":{product:"{{product}}",use_app_block_wording:!1,widget_label:"Purchase options",one_time_purchase_text:"One-Time Purchase",subscription_text:"Subscribe and save",delivery_frequency_text:"Delivery frequency",prepaid_subscription_text:"Subscription with prepaid",skin1_priceSuffix:"each",skin1_save:"Save(skin1)",skin1_prepaid_payment_title:"prepaid",skin1_normal_payment_title:"pay as you go",skin2_discountSuffix:"Save",skin3_fullPrice:"Full price",skin3_priceSuffix:"each",skin3_discountSuffix:"Off",skin4_justOnce:"Just once",skin4_discountSuffix:"Off",skin4_priceSuffix:"each",skin4_fullPrice:"(Full price)",skin4_sellingPlansTitle:"Renews every:",from:"from",max_discount_badge_title:"UP To",pay:"Pay",price_save_up_to:"save up to"}}},SelleasyWidget={Selleasy:{"lb-upsell-widget-bl":null,"lb-upsell-widget-pal":null}},LoopSubscriptions={LoopSubscriptions:{star_rating:{product:"{{product}}"}}},SkioSubscriptionsYcS20={SkioSubscriptionsYcS20:{"app-block":null}},ShopifyForms={ShopifyForms:{inline:{form_id:null}}},overrideSettings=(e,o,t)=>{switch(e){case"ShopifyForms":return{...o,form_id:t.formId};case"FlyBundlesUpsellsFbt":return{...o,bundle_id:t?.customBundleId};case"PumperBundlesVolumeDiscount":case"TrustshopProductReviews":return{...o,selected_product:t?.productHandle||"{{ product }}"};case"WhatmoreShoppableVideosreel":return{...o,"show-views":t?.showViews,heading:t?.heading,"template-type":t?.templateType,"title-font-size":parseFloat(t?.titleFontSize),"landscape-padding":parseFloat(t?.landscapePadding),"top-bottom-padding":parseFloat(t?.topBottomPadding),"scroll-video-tile-size":parseFloat(t?.scrollVideoTitleSize),"scroll-video-tile-size-portrait":parseFloat(t?.scrollVideoTitleSizePortrait)};case"KachingBundles":case"YotpoReviews":case"OkendoReviewsLoyalty":case"ShopifySubscriptions":case"QikifyUpsell":case"Releasit":case"SubifySubscriptionsApp":case"RechargeSubscriptions":return{...o,product:t?.productHandle||"{{ product }}"};case"PowerfulContactFormBuilder":return{...o,shortcode:t?.shortcode};case"AftershipEmailMarketingsms":return{...o,embedded_form_id:t?.formId};case"SeoantTrustBadgesIcon":return{...o,badge_id:t?.BadgeId};case"Stamped":return{...o,feed_type:t.visualGalleryType,auto_play:t.autoSlide,color_star:t.starColor,color_hover:t.hoverColor,color_hover_opacity:t.hoverOpacity,review_ids:t.reviewIds,product_ids:t.productIds,category:t.productType,product_brand:t.productVendor,tags:t.tags,min_rating:t.minimumRating,fill_empty:t.fillEmpty,random:t.random,with_photos:t.withPhotos,color_link:t.linkColor,product_image:t.showProductImage,take:t.limitResults,color_verified:t.verifiedColor,color_text:t.textColor,title:t.carouselTitle,color_title:t.titleColor,api_key:t.publicKey,store_hash:t.storeHash,label1:t.labelFront,label2:t.labelBack,width:t.imageWidth,height:t.imageHeight,product_id:t.productId,animation:t.mainWidgetAnimation,tags_exclude:t.excludeTags,tags_include:t.includeTags,search:t.search,linkify:t.linkify};case"BoostAISearchDiscovery":return{...o,widgetId:t?.widgetID};case"EssentialCountdownTimerBar":return{...o,id:t?.timerId};case"EssentialAnnouncementBar":return{...o,id:t?.announcementId};case"TrustedsiteTrustBadges":return{...o,"tm-type":t?.trustId};case"EcoboostifyShoppableReelUgc":return{...o,playlist_id:t?.playlistId};default:return o}},ReviewxpoProductReviewsApp={ReviewxpoProductReviewsApp:{"five-star-badge-widget":null,"allreviews-widget":null,"carousel-widget":null,"gallery-widget":null,"badge-widget":null,"testimonial-widget":null,"star-widget":null,"revews-widget":null}},PumperBundlesVolumeDiscount={PumperBundlesVolumeDiscount:{"app-block-qb":{selected_product:"{{ product }}",using_page_builder:!1}}},UnlimitedBundlesDiscounts={UnlimitedBundlesDiscounts:{"product-page-placeholder":null}},KiteFreeGiftDiscount={KiteFreeGiftDiscount:{"app-block":null}},FastBundleBundlesDiscounts={FastBundleBundlesDiscounts:{all_bundles:null,fbt_position:null,product_bundles:null,product_bundle_with_ids:null,volume_position:null}},SimpleBundlesKits={SimpleBundlesKits:{"infinite-options-selector":null}},EasyBundleBuilderSkailama={EasyBundleBuilderSkailama:{"app-block-bundlePage":null}},PreorderNowPreOrderPq={PreorderNowPreOrderPq:{"app-block-notifyapp-block-notify":null,"app-block-partial":null,"app-block-timer":null,"app-block":null}},FlyBundlesUpsellsFbt={FlyBundlesUpsellsFbt:{"app-block-volume":null,"app-block-upsell-block":null,"app-block-fbt":null,"app-block-custom":{bundle_id:""}}},JunipProductReviewsUgc={JunipProductReviewsUgc:{"junip-review-carousel":{reviewsType:"product_reviews",showSummary:!0,title:"Reviews",paddingTop:48,paddingBottom:48,containerClass:""},"junip-ugc-gallery":{layout:"scroll",title:"",paddingTop:48,paddingBottom:48,containerClass:""},"junip-product-review":{product:"{{product}}"},"junip-product-summary":{product:"{{product}}"},"junip-reviews":{layout:"list",reviewsType:"all",showSummary:!0,reviewsCount:10,containerClass:""}}},PreorderNowWodPresale={PreorderNowWodPresale:{"app-block":null,"popups-block":null}},YotpoReviews={YotpoReviews:{reviews:{product:"{{ product }}"},"star-rating":{product:"{{ product }}"}}},WhatmoreShoppableVideosreel={WhatmoreShoppableVideosreel:{"app-block":{heading:"Watch and Buy","template-type":"template-f","show-views":"show","ui-theme":"round","color-primary":"#343434","color-secondary":"#343434","title-font":"poppins_n4","primary-font":"poppins_n4","title-font-size":40,"title-font-size-portrait":24,"landscape-padding":40,"top-bottom-padding":20,"scroll-video-tile-size":80,"scroll-video-tile-size-portrait":80,"min-height":380},"app-block-banner":{"template-type":"template-banner-a","ui-theme":"round","banner-video-tile-size":80},"app-block-collections":{collectionHeading:"W","template-type":"template-collections-b","ui-theme":"round","color-secondary":"#343434","primary-font":"poppins_n4","tile-size":60,"tile-size-portrait":60,"min-height":250},"app-block-stories":{"template-type":"template-stories-a","ui-theme":"round","color-primary":"#343434","color-secondary":"#343434","primary-font":"poppins_n4","stories-top-bottom-padding":0,"story-tile-size":40,"story-tile-size-desktop":40}}},ProductOptionsCustomizer={ProductOptionsCustomizer:{"product-page-customizer":{pc_container_size:100,pc_show_options_total:"initial",pc_customizations_total_text:"Customizations Total:",pc_show_preloader:"hide",pc_preloader_color:"",pc_ignore_redirect_command:!0,pc_basic_label_text_color:"#000000",pc_basic_label_font_size:14,pc_basic_label_bolden:"unset",pc_basic_label_space_above:0,pc_basic_option_background_color:"#FFFFFF",pc_basic_option_text_color:"#000000",pc_basic_option_border_color:"#000000",pc_basic_option_border_style:"solid",pc_basic_option_border_width:1,pc_basic_option_curve_the_corners:"none",pc_basic_option_font_size:14,pc_basic_option_bolden:"none",pc_basic_option_width:100,pc_basic_option_space_above:0,pc_basic_option_space_below:0,pc_basic_option_space_inside:10,pc_advanced_custom_css:"",pc_advanced_custom_js:"",pc_show_image_swatch_preview:!1}}},AppointmentBookingCowlendar={AppointmentBookingCowlendar:{"app-section":{section_title:"Services list",section_type:"services-list"}}},BoldSubscriptions={BoldSubscriptions:{"bsub-widget-block":{default_subscribe:!0,primary_color:"#3b63ff",secondary_color:"#7dba63",background_color:"#f8f9f9",border_radius:4,header_text:"Purchase Options",one_time_text:"One-time Purchase",recurring_text:"Subscribe and Save",prepaid_recurring_text:"Prepaid Subscribe and Save",discount_summary_text:"(Save {discount})",discount_summary_plural_text:"(Save up to {discount})",frequency_header:"Delivery Frequency",frequency_text:"delivery",prepaid_checkbox_label_text:"Prepay for subscription",billing_frequency_header:"Billing Frequency",billing_frequency_text:"{count} Orders",delivery_frequency_discount_text:"({discount} off)",billing_frequency_discount_text:"({discount} off)",prepaid_total_text:"Billed {price} today",prepaid_continue_as_prepaid_text:"Prepaid order will auto-renew after {count} orders",prepaid_continue_as_standard_text:"Becomes a regular subscription after {count} orders",convertible_header:"Converts to",eligible_for_subscription_header:"Eligible for Subscription",initial_dynamic_discount_text:"Save {initial_percent_discount}% ({initial_fixed_discount})",subsequent_dynamic_discounts_text:"{subsequent_percent_discount}% ({subsequent_fixed_discount}) after {order_count} order(s)"}}},SproutPlantTreesGrowSales={SproutPlantTreesGrowSales:{badge:null,"impact-banner":null}},InstasellShoppableInstagram={InstasellShoppableInstagram:{"app-block":{heading:"InstaSell: Instagram Gallery+",description:"Showcase your Instagram Feed on your Shopify Storefront"}}},Growave={Growave:{"block.product.faveButton":{option_button_class:""},"block.product.reviewWidget":null,"block.product.reviewAvgProfile":null,"v2.product.reviewsMiniSlider":null}},LoloyalSettingCommon={title_font_size:30,subtitle_font_size:13,name_font_size:20,details_font_size:14,corner_radius:8,btn_radius:8,top_padding:32,bottom_padding:32,icon_color:"",title_color:"#000000",subtitle_color:"#000000",name_color:"#000000",details_color:"#000000",card_bg_color:"#FFFFFF",background_color:"#ffffff",border_color:"#ececec",primary_button_color:"#000000",primary_button_text_color:"#FFFFFF",secondary_button_color:"#FFFFFF",secondary_button_text_color:"#000000",hover_btn:"#000000",hover_text_color:"#FFFFFF",custom_css:"/* Add your custom styles here */"},LoloyalLoyaltyReferrals={LoloyalLoyaltyReferrals:{"app-banner":{img_opacity:0,bg_color:"#F6F6F6",banner_height:"400",content_position:"ll-middle-left",content_alignment:"left",title_font_size:40,subtitle_font_size:13,title_color:"#000000",subtitle_color:"#000000",btn_radius:30,primary_button_color:"#000000",primary_button_text_color:"#FFFFFF",secondary_button_color:"#FFFFFF",secondary_button_text_color:"#000000",hover_btn:"#000000",hover_text_color:"#FFFFFF",custom_css:"/* Add your custom styles here */"},"app-ways-to-earn":LoloyalSettingCommon,"app-ways-to-redeem":LoloyalSettingCommon,"app-referrals":LoloyalSettingCommon}},PowerfulContactFormBuilder={PowerfulContactFormBuilder:{"app-block":{shortcode:""}}},KachingBundles={KachingBundles:{"app-block":{product:"{{product}}"}}},WishlistKing={WishlistKing:{"wishlist-button-block":null}},GloboProductOptionsVariant={GloboProductOptionsVariant:{"app-block":null}},BestBuyFulfillment={BestBuyFulfillment:{"pickup-selector":null}},AftershipEmailMarketingsms={AftershipEmailMarketingsms:{embeded_form:{embedded_form_id:""}}},SegunoEmailMarketing={SegunoEmailMarketing:{back_in_stock:{heading:"<h3>Get notified when this is back in stock</h3>",label_email:"Email",placeholder_email:"",show_permission_checkbox:!0,label_permission:"<p>Also, sign up to receive newsletters</p>",label_notify:"Notify me",label_success:"<p>Thanks! You will be notified once the product is back in stock.</p>",product_exclusion_tag:"back-in-stock-excluded",default_variant:"available",padding:0,form_gap:16,button_alignment:"stretch",font_size:16,input_font_size:16,button_font_size:16,background_color:"#ffffff",text_color:"#121212",button_background_color:"#121212",button_border_color:"#121212",button_text_color:"#ffffff",input_background_color:"#ffffff",input_border_color:"#121212",input_text_color:"#121212",custom_css:""},newsletter_form:{heading:"Subscribe to our newsletter",subheading:"<p>Be the first to know about new collections and exclusive offers.</p>",show_first_name:!1,show_last_name:!1,show_permission_checkbox:!1,tags:"newsletter",return_to:"",label_first_name:"First name",placeholder_first_name:"",label_last_name:"Last name",placeholder_last_name:"",label_email:"Email",placeholder_email:"",label_permission:"<p>I agree to receive marketing emails</p>",label_subscribe:"Subscribe",success_message:"Thanks for subscribing",background_color:"#ffffff",text_color:"#1a1b18",button_background_color:"#445958",button_text_color:"#ffffff"}}},Trustoo={Trustoo:{"barrage-carousel":null,"review-widget":null,"photo-carousel":null,"star-rating-widget":{star_size:20,font_size:16,block_aligment:"flex-start"},"text-carousel":null,"card-carousel":null}},LooxReviews={LooxReviews:{"loox-card-carousel-section":{maxWidth:1100,borderRadius:8,itemsPerView:4,mobileItemsPerView:1,maxNumberOfCharacters:100,imageRatio:"0.72",reviewerNameColor:"#000000",textColor:"#000000",itemBackgroundColor:"#ffffff",starsColor:"",starsBackgroundColor:"#ffffff",arrows_backgroundColor:"#FFFFFF",arrows_iconColor:"#9A9A9A",shadow:"offset-dark",border_active:!1,border_width:2,border_color:"#000000",productIds:""},"loox-gallery-carousel-section":{maxWidth:1100,borderRadius:60,itemsPerView:5,mobileItemsPerView:1,imageRatio:"1",reviewerNameColor:"#ffffff",starsColor:"#ffffff",arrows_backgroundColor:"#FFFFFF",arrows_iconColor:"#9A9A9A",shadow:"none",border_active:!1,border_width:2,border_color:"#000000",productIds:""},"loox-referrals-section":{max_width:1100,layout:"with-photo",primary_color:"",text_color:"#000000",text_field_border_color:"#C9CDD4",background:""},"loox-dynamic-section":{only_photos:!1,aggregated:!1,limit:20,hide_thumbnails:!1,maxwidth:1080,is_sample:!0},"loox-snippets-widget":{alignment:"left","max-width":"","color-scheme":"default",shadow:"","show-rating":!0,"show-image":!0,"hide-arrows-mobile":!1,"font-size":14,"show-border":!1,"border-radius":16,"background-color":"","text-color":"","name-color":"","rating-icon-color":"","border-color":"","shadow-color":"","reviews-limit":10},"loox-rating":{contentSize:16,pattern:"",hideText:!1,alignment:"",layout:"",textColor:"",starColor:"",showAllReviews:!1,looxOpenFloatingWidget:!1,emptyRatingWidget:!1},"loox-testimonial-carousel-section":{maxWidth:1100,desktopFontSize:32,mobileFontSize:20,maxNumberOfCharacters:100,quoteMarkIcon:"style-1",reviewerNameColor:"#000000",textColor:"#000000",starsColor:"",quotesIconColor:"#EAEAEA",arrows_iconColor:"#000000",arrows_hideOnMobile:!0,pagination_active:!0,pagination_selectedDotColor:"#000000",pagination_dotColor:"#000000",autoplay_active:!1,autoplay_duration:2,productIds:""},"loox-trust-badge":{layout:"horizontal",alignment:"left","scheme-type":"default","review-title":"reviews","rating-icon":!0,"average-rating":!0,"loox-branding":!0,"review-count":!0,"open-reviews":!0,"show-border":!0,"border-radius":8,"font-size":20,"background-color":"","secondary-background-color":"","text-color":"","rating-icon-color":"","border-color":""},"loox-video-slider":{"show-by-tag":!1,layout:"spotlight",shadow:"","show-rating":!0,"show-reviewer-name":!0,"hide-arrows-mobile":!0,"auto-play":!0,"show-border":!1,"border-width":1,"border-radius":16,"text-color":"","rating-icon-color":"","border-color":"","play-button-color":"","shadow-color":"","product-id":""}}},SeoantTrustBadgesIcon={SeoantTrustBadgesIcon:{star_rating:{badge_id:null}}},TrustreviewsProductReviews={TrustreviewsProductReviews:{questions_widget:{product:"{{ product }}"},"review-carousel":null,reviews_text_widget:null,reviews_widget:{product:"{{ product }}"},shop_reviews_widget:null,star_rating:{product:"{{product}}",hide_on_no_reviews:!1,enable_jsonld:!1,starsize:16,addtional_text:""},"reviews-testimonials":null,all_reviews_widget:null,"review-cards":null,"review-gallery":null,medals:null}},MyappgurusProductReviews={MyappgurusProductReviews:{allReviews:{Show_by_label:""},allReviewsCounter:{out_of_label:"",stars_based_on_label:"",reviews_label:""},form:{block_heading:"",no_rating:"",subtitle2:"",review_btn:"",see_all_reviews_label:"",form_heading:"",name_label:"",email_label:"",review_title_label:"",review_description_label:"",ratings_label:"",delivery_ratings_label:"",payment_ratings_label:"",price_ratings_label:"",review_image_label:"",submit_btn_label:"",cancel_btn_label:"",sort_label:"",sort1_label:"",sort2_label:"",sort3_label:"",showing_label:"",to_label:"",of_label:"",results_label:""},star:null}},HulkProductOptions={HulkProductOptions:{option_block:null}},TrustshopProductReviews={TrustshopProductReviews:{"widget-product-rating":{selected_product:"{{ product }}"},"all-reviews":null,"widget-box":null,"review-testimonial":null}},Stamped={Stamped:{"main-widget":{animation:!0,tags_exclude:"",tags_include:"",search:"",linkify:!0,use_metafields:!1,sku_tagtype:"sku"},"product-rating-image":{api_key:"",store_hash:"",product_id:"",width:"",height:""},"badge-double-image":{api_key:"",store_hash:"",label1:"",label2:"",width:"",height:""},"badge-single-image":{api_key:"",store_hash:"",label1:"",label2:"",width:"",height:""},carousel:{title:"Real Reviews from Real Customers",auto_play:!1,take:30,color_title:"",color_star:"",color_text:"",color_link:"",review_ids:"",product_ids:"",category:"",product_brand:"",tags:"",min_rating:"none",fill_empty:!1,random:!1,with_photos:!1},"checkout-comments":{product_ids:"",style:"box",title:"",timeago:!1,style_color_text:"",style_color_link:""},"full-page":{product_image:!0,take:30,label_substitute:"",color_star:"",color_verified:"",color_text:"",color_link:"",review_ids:"",product_ids:"",category:"",product_brand:"",tags:"",min_rating:"none",fill_empty:!1,random:!1,with_photos:!1},"instagram-feed":{feed_type:"carousel",color_hover:"",hover_text:"",shop_button_text:"",auto_play:!1,review_ids:"",product_ids:"",category:"",product_brand:"",tags:"",min_rating:"none",fill_empty:!1,random:!1,with_photos:!1},"single-highlight":{review_ids:"",product_ids:"",category:"",product_brand:"",tags:""},"site-badge":{badge_type:"badge",color_outer:"",color_inner:"",color_ribbon:"",color_text:"",color_stars:"",title_size:12,title:"Verified Reviews"},"star-rating-badge":{use_metafields:!1,sku_tagtype:"sku",is_featured_product:!1,featured_product_handle:""},"top-rated":{color_star:"",color_link:""},"visual-gallery":{feed_type:"feed",auto_play:!1,color_star:"",color_hover:"",color_hover_opacity:50,review_ids:"",product_ids:"",category:"",product_brand:"",tags:"",min_rating:"none",fill_empty:!1,random:!1,with_photos:!1},"wall-photos":{feed_type:"feed",auto_play:!1,color_star:"",color_hover:"",color_hover_opacity:50,review_ids:"",product_ids:"",category:"",product_brand:"",tags:"",min_rating:"none",fill_empty:!1,random:!1,with_photos:!1}}},BoostAISearchDiscovery={BoostAISearchDiscovery:{"filter-product-list-ssr":null,"recommendation-ssr":{widgetId:"",additional_classes:"",custom_css:""}}},EssentialCountdownTimerBar={EssentialCountdownTimerBar:{"app-block":{id:""}}},EssentialAnnouncementBar={EssentialAnnouncementBar:{"app-block":{id:""}}},OkendoReviewsLoyalty={OkendoReviewsLoyalty:{"reviews-widget":{product:"{{product}}",widget_type:"reviews_widget"},"reviews-badge":{horizontal_alignment:"center"},"media-carousel":{product:"{{product}}"},"media-grid":{product:"{{product}}"},"reviews-carousel":{show_heading:!1,heading:"",badge_link:"",product:"{{product}}"},"star-rating":{product:"{{product}}"},"questions-widget":{product:"{{product}}"}}},EstimatedDeliveryDatePlus={EstimatedDeliveryDatePlus:{delivery_coder_theme:null}},HextomCountdownTimerBar={HextomCountdownTimerBar:{"fsb-custom-placement":null}},TrustBadgesBear={TrustBadgesBear:{widget:null}},TrustedsiteTrustBadges={TrustedsiteTrustBadges:{engagement:{"tm-type":"202","tm-size":"120"}}},GloColorSwatchvariantImage={GloColorSwatchvariantImage:{"product-bundles-quantity-breaks":null,"product-swatches-detail":null,"product-bundles-combo":null,"product-groups-detail":null}},BfSizeChartSizeGuide={BfSizeChartSizeGuide:{block:null}},HextomFreeShippingBar={HextomFreeShippingBar:{"fsb-custom-placement":null}},ShopifySubscriptions={ShopifySubscriptions:{"app-block":{color_text_title:"#6D7175",color_text_body:"#6D7175",dividers_color:"#8F8D8D",bacgkround_color:"#FFFFFF",border_thickness:1,border_radius:0,supporting_text_title:"Purchase options",subscription_policy_url:"",product:"{{product}}"}}},QikifyUpsell={QikifyUpsell:{bogo_offer:{product:"{{product}}"},free_gift:{product:"{{product}}"},bundle_offer:{product:"{{product}}"},promotion_badge:{product:"{{product}}"},"order-goal":null,upsurge_offer:{product:"{{product}}"},volume_offer:{product:"{{product}}"}}},EcoboostifyShoppableReelUgc={EcoboostifyShoppableReelUgc:{"reel-playlist":{playlist_id:""}}},Releasit={Releasit:{"button-app-block":{product:"{{product}}"},"form-app-block":{product:"{{product}}"}}},EcomsendBackInStockAlert={EcomsendBackInStockAlert:{"product-restore-email":null}},AppstleBundlesDiscounts={AppstleBundlesDiscounts:{"appstle-classic-bundle":null,"appstle-bundle-product-page-build-a-box":null}},AovFreeGiftBuyXGetYBogo={AovFreeGiftBuyXGetYBogo:{"avada-promotion-card":null,"avada-volume-discount":null}},composeSettingsByWidgetType={...AovFreeGiftBuyXGetYBogo,...EcomsendBackInStockAlert,...AppstleBundlesDiscounts,...HextomCountdownTimerBar,...EstimatedDeliveryDatePlus,...OkendoReviewsLoyalty,...EssentialAnnouncementBar,...EssentialCountdownTimerBar,...BoostAISearchDiscovery,...Stamped,...TrustshopProductReviews,...HulkProductOptions,...MyappgurusProductReviews,...TrustreviewsProductReviews,...SeoantTrustBadgesIcon,...SegunoEmailMarketing,...AftershipEmailMarketingsms,...BestBuyFulfillment,...GloboProductOptionsVariant,...WishlistKing,...LoloyalLoyaltyReferrals,...PowerfulContactFormBuilder,...InstasellShoppableInstagram,...SproutPlantTreesGrowSales,...AppointmentBookingCowlendar,...ProductOptionsCustomizer,...WhatmoreShoppableVideosreel,...JunipProductReviewsUgc,...FlyBundlesUpsellsFbt,...PreorderNowWodPresale,...PreorderNowPreOrderPq,...EasyBundleBuilderSkailama,...FastBundleBundlesDiscounts,...KiteFreeGiftDiscount,...UnlimitedBundlesDiscounts,...SimpleBundlesKits,...PumperBundlesVolumeDiscount,...ReviewxpoProductReviewsApp,...ShopifyForms,...SkioSubscriptionsYcS20,...LoopSubscriptions,...RechargeSubscriptions,...LoyaltyRewardsReferrals,...SubifySubscriptions,...SelleasyWidget,...YotpoReviews,...BoldSubscriptions,...Growave,...KachingBundles,...Trustoo,...LooxReviews,...TrustBadgesBear,...TrustedsiteTrustBadges,...GloColorSwatchvariantImage,...BfSizeChartSizeGuide,...HextomFreeShippingBar,...ShopifySubscriptions,...QikifyUpsell,...EcoboostifyShoppableReelUgc,...Releasit};export{composeSettingsByWidgetType,overrideSettings};