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