@gem-sdk/components 2.1.13-staging.3 → 2.1.13-staging.6

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 (114) hide show
  1. package/dist/cjs/banner/components/hero-banner/index.liquid.js +6 -6
  2. package/dist/cjs/builder.js +21 -1
  3. package/dist/cjs/image/components/AdaptiveImage.liquid.js +6 -5
  4. package/dist/cjs/image/components/Image.liquid.js +6 -4
  5. package/dist/cjs/image/components/NextImage.liquid.js +4 -3
  6. package/dist/cjs/index.js +20 -0
  7. package/dist/cjs/index.liquid.js +22 -2
  8. package/dist/cjs/product/components/ProductImagesV2/liquid/ProductFeaturedImageCarousel.liquid.js +4 -4
  9. package/dist/cjs/product/components/ProductImagesV2/liquid/ProductGalleryCarousel.liquid.js +2 -2
  10. package/dist/cjs/product/components/ProductImagesV2/liquid/ProductGalleryGrid.liquid.js +4 -4
  11. package/dist/cjs/product/components/ProductImagesV2/liquid/ProductImages.liquid.js +4 -4
  12. package/dist/cjs/third-party/components/AlsoBoughtCbb.js +32 -0
  13. package/dist/cjs/third-party/components/AlsoBoughtCbb.liquid.js +21 -0
  14. package/dist/cjs/third-party/components/BfSizeChartSizeGuide.js +32 -0
  15. package/dist/cjs/third-party/components/BfSizeChartSizeGuide.liquid.js +12 -0
  16. package/dist/cjs/third-party/components/EssentialAnnouncementBar.js +32 -0
  17. package/dist/cjs/third-party/components/EssentialAnnouncementBar.liquid.js +12 -0
  18. package/dist/cjs/third-party/components/EssentialCountdownTimerBar.js +32 -0
  19. package/dist/cjs/third-party/components/EssentialCountdownTimerBar.liquid.js +12 -0
  20. package/dist/cjs/third-party/components/EstimatedDeliveryDatePlus.js +32 -0
  21. package/dist/cjs/third-party/components/EstimatedDeliveryDatePlus.liquid.js +12 -0
  22. package/dist/cjs/third-party/components/GloColorSwatchvariantImage.js +32 -0
  23. package/dist/cjs/third-party/components/GloColorSwatchvariantImage.liquid.js +12 -0
  24. package/dist/cjs/third-party/components/HextomFreeShippingBar.js +32 -0
  25. package/dist/cjs/third-party/components/HextomFreeShippingBar.liquid.js +12 -0
  26. package/dist/cjs/third-party/components/OkendoReviewsLoyalty.js +32 -0
  27. package/dist/cjs/third-party/components/OkendoReviewsLoyalty.liquid.js +12 -0
  28. package/dist/cjs/third-party/components/StellarDeliveryDatePickup.js +32 -0
  29. package/dist/cjs/third-party/components/StellarDeliveryDatePickup.liquid.js +21 -0
  30. package/dist/cjs/third-party/components/TrustedsiteTrustBadges.js +32 -0
  31. package/dist/cjs/third-party/components/TrustedsiteTrustBadges.liquid.js +12 -0
  32. package/dist/cjs/third-party/configs/AlsoBoughtCbb.js +12 -0
  33. package/dist/cjs/third-party/configs/BfSizeChartSizeGuide.js +12 -0
  34. package/dist/cjs/third-party/configs/EssentialAnnouncementBar.js +12 -0
  35. package/dist/cjs/third-party/configs/EssentialCountdownTimerBar.js +12 -0
  36. package/dist/cjs/third-party/configs/EstimatedDeliveryDatePlus.js +12 -0
  37. package/dist/cjs/third-party/configs/GloColorSwatchvariantImage.js +12 -0
  38. package/dist/cjs/third-party/configs/HextomFreeShippingBar.js +12 -0
  39. package/dist/cjs/third-party/configs/OkendoReviewsLoyalty.js +12 -0
  40. package/dist/cjs/third-party/configs/StellarDeliveryDatePickup.js +12 -0
  41. package/dist/cjs/third-party/configs/TrustedsiteTrustBadges.js +12 -0
  42. package/dist/cjs/third-party/helpers/thirdParty.js +1 -1
  43. package/dist/cjs/third-party/next.js +51 -1
  44. package/dist/cjs/third-party/setting/AlsoBoughtCbb.js +127 -0
  45. package/dist/cjs/third-party/setting/BfSizeChartSizeGuide.js +131 -0
  46. package/dist/cjs/third-party/setting/EssentialAnnouncementBar.js +142 -0
  47. package/dist/cjs/third-party/setting/EssentialCountdownTimerBar.js +142 -0
  48. package/dist/cjs/third-party/setting/EstimatedDeliveryDatePlus.js +128 -0
  49. package/dist/cjs/third-party/setting/GloColorSwatchvariantImage.js +152 -0
  50. package/dist/cjs/third-party/setting/HextomFreeShippingBar.js +128 -0
  51. package/dist/cjs/third-party/setting/OkendoReviewsLoyalty.js +171 -0
  52. package/dist/cjs/third-party/setting/StellarDeliveryDatePickup.js +127 -0
  53. package/dist/cjs/third-party/setting/TrustedsiteTrustBadges.js +177 -0
  54. package/dist/cjs/third-party/setting/index.js +21 -1
  55. package/dist/cjs/video/components/HTML5Embed.js +2 -2
  56. package/dist/cjs/video/components/HTML5Embed.liquid.js +2 -2
  57. package/dist/esm/banner/components/hero-banner/index.liquid.js +6 -6
  58. package/dist/esm/builder.js +21 -1
  59. package/dist/esm/image/components/AdaptiveImage.liquid.js +6 -5
  60. package/dist/esm/image/components/Image.liquid.js +6 -4
  61. package/dist/esm/image/components/NextImage.liquid.js +4 -3
  62. package/dist/esm/index.js +10 -0
  63. package/dist/esm/index.liquid.js +11 -1
  64. package/dist/esm/product/components/ProductImagesV2/liquid/ProductFeaturedImageCarousel.liquid.js +4 -4
  65. package/dist/esm/product/components/ProductImagesV2/liquid/ProductGalleryCarousel.liquid.js +2 -2
  66. package/dist/esm/product/components/ProductImagesV2/liquid/ProductGalleryGrid.liquid.js +4 -4
  67. package/dist/esm/product/components/ProductImagesV2/liquid/ProductImages.liquid.js +4 -4
  68. package/dist/esm/third-party/components/AlsoBoughtCbb.js +28 -0
  69. package/dist/esm/third-party/components/AlsoBoughtCbb.liquid.js +17 -0
  70. package/dist/esm/third-party/components/BfSizeChartSizeGuide.js +28 -0
  71. package/dist/esm/third-party/components/BfSizeChartSizeGuide.liquid.js +8 -0
  72. package/dist/esm/third-party/components/EssentialAnnouncementBar.js +28 -0
  73. package/dist/esm/third-party/components/EssentialAnnouncementBar.liquid.js +8 -0
  74. package/dist/esm/third-party/components/EssentialCountdownTimerBar.js +28 -0
  75. package/dist/esm/third-party/components/EssentialCountdownTimerBar.liquid.js +8 -0
  76. package/dist/esm/third-party/components/EstimatedDeliveryDatePlus.js +28 -0
  77. package/dist/esm/third-party/components/EstimatedDeliveryDatePlus.liquid.js +8 -0
  78. package/dist/esm/third-party/components/GloColorSwatchvariantImage.js +28 -0
  79. package/dist/esm/third-party/components/GloColorSwatchvariantImage.liquid.js +8 -0
  80. package/dist/esm/third-party/components/HextomFreeShippingBar.js +28 -0
  81. package/dist/esm/third-party/components/HextomFreeShippingBar.liquid.js +8 -0
  82. package/dist/esm/third-party/components/OkendoReviewsLoyalty.js +28 -0
  83. package/dist/esm/third-party/components/OkendoReviewsLoyalty.liquid.js +8 -0
  84. package/dist/esm/third-party/components/StellarDeliveryDatePickup.js +28 -0
  85. package/dist/esm/third-party/components/StellarDeliveryDatePickup.liquid.js +17 -0
  86. package/dist/esm/third-party/components/TrustedsiteTrustBadges.js +28 -0
  87. package/dist/esm/third-party/components/TrustedsiteTrustBadges.liquid.js +8 -0
  88. package/dist/esm/third-party/configs/AlsoBoughtCbb.js +8 -0
  89. package/dist/esm/third-party/configs/BfSizeChartSizeGuide.js +8 -0
  90. package/dist/esm/third-party/configs/EssentialAnnouncementBar.js +8 -0
  91. package/dist/esm/third-party/configs/EssentialCountdownTimerBar.js +8 -0
  92. package/dist/esm/third-party/configs/EstimatedDeliveryDatePlus.js +8 -0
  93. package/dist/esm/third-party/configs/GloColorSwatchvariantImage.js +8 -0
  94. package/dist/esm/third-party/configs/HextomFreeShippingBar.js +8 -0
  95. package/dist/esm/third-party/configs/OkendoReviewsLoyalty.js +8 -0
  96. package/dist/esm/third-party/configs/StellarDeliveryDatePickup.js +8 -0
  97. package/dist/esm/third-party/configs/TrustedsiteTrustBadges.js +8 -0
  98. package/dist/esm/third-party/helpers/thirdParty.js +1 -1
  99. package/dist/esm/third-party/next.js +51 -1
  100. package/dist/esm/third-party/setting/AlsoBoughtCbb.js +123 -0
  101. package/dist/esm/third-party/setting/BfSizeChartSizeGuide.js +127 -0
  102. package/dist/esm/third-party/setting/EssentialAnnouncementBar.js +138 -0
  103. package/dist/esm/third-party/setting/EssentialCountdownTimerBar.js +138 -0
  104. package/dist/esm/third-party/setting/EstimatedDeliveryDatePlus.js +124 -0
  105. package/dist/esm/third-party/setting/GloColorSwatchvariantImage.js +148 -0
  106. package/dist/esm/third-party/setting/HextomFreeShippingBar.js +124 -0
  107. package/dist/esm/third-party/setting/OkendoReviewsLoyalty.js +167 -0
  108. package/dist/esm/third-party/setting/StellarDeliveryDatePickup.js +123 -0
  109. package/dist/esm/third-party/setting/TrustedsiteTrustBadges.js +173 -0
  110. package/dist/esm/third-party/setting/index.js +224 -204
  111. package/dist/esm/video/components/HTML5Embed.js +2 -2
  112. package/dist/esm/video/components/HTML5Embed.liquid.js +2 -2
  113. package/dist/types/index.d.ts +168 -7
  114. package/package.json +2 -2
@@ -10,7 +10,7 @@ import NextImage from '../../../image/components/NextImage.liquid.js';
10
10
  import { getImageSrc, DEVICES } from '../../../image/helpers/getSrcSet.js';
11
11
  import { createBlurDataURL } from '../../../image/components/helpers.js';
12
12
 
13
- const HeroBanner = ({ builderAttrs, builderProps, setting, styles, style, children, rawChildren, advanced, enableLazyloadImage = true })=>{
13
+ const HeroBanner = ({ builderAttrs, builderProps, setting, styles, style, children, rawChildren, advanced, enableLazyLoadImage = true })=>{
14
14
  const { link, layout, verticalAlign, order, alignBanner, alt, title } = setting ?? {};
15
15
  const { background, overlayEnable, overlayColor, overlayOpacity, verticalGutter, contentWidth, hoverEffect, hoverEffectDuration, hoverEffectScale, cornerBg, borderBg, hasActiveShadow, shadowBg, sizeSetting, contentPadding } = styles ?? {};
16
16
  const enableParallax = setting?.enableParallax || false;
@@ -179,7 +179,7 @@ const HeroBanner = ({ builderAttrs, builderProps, setting, styles, style, childr
179
179
  alt,
180
180
  title,
181
181
  imagePlaceholder,
182
- enableLazyloadImage
182
+ enableLazyLoadImage
183
183
  })}
184
184
  <div class="${cls('gp-absolute gp-w-full gp-h-full')}">
185
185
  <div
@@ -204,9 +204,9 @@ const HeroBanner = ({ builderAttrs, builderProps, setting, styles, style, childr
204
204
  liquid: true
205
205
  }),
206
206
  ...makeStyleResponsive('bgi', {
207
- desktop: `url('${bgiEnableByDevice['desktop'] ? setting?.preload || !enableLazyloadImage ? getImageSrc(getResponsiveValueByScreen(srcSet, 'desktop'), 'desktop') : imagePlaceholder['desktop'] : ''}')`,
208
- tablet: `url('${bgiEnableByDevice['tablet'] ? setting?.preload || !enableLazyloadImage ? getImageSrc(getResponsiveValueByScreen(srcSet, 'tablet'), 'tablet') : imagePlaceholder['tablet'] : ''}')`,
209
- mobile: `url('${bgiEnableByDevice['mobile'] ? setting?.preload || !enableLazyloadImage ? getImageSrc(getResponsiveValueByScreen(srcSet, 'mobile'), 'mobile') : imagePlaceholder['mobile'] : ''}')`
207
+ desktop: `url('${bgiEnableByDevice['desktop'] ? setting?.preload || !enableLazyLoadImage ? getImageSrc(getResponsiveValueByScreen(srcSet, 'desktop'), 'desktop') : imagePlaceholder['desktop'] : ''}')`,
208
+ tablet: `url('${bgiEnableByDevice['tablet'] ? setting?.preload || !enableLazyLoadImage ? getImageSrc(getResponsiveValueByScreen(srcSet, 'tablet'), 'tablet') : imagePlaceholder['tablet'] : ''}')`,
209
+ mobile: `url('${bgiEnableByDevice['mobile'] ? setting?.preload || !enableLazyLoadImage ? getImageSrc(getResponsiveValueByScreen(srcSet, 'mobile'), 'mobile') : imagePlaceholder['mobile'] : ''}')`
210
210
  }),
211
211
  '--duration': `${hoverEffectDuration ?? 0}s`,
212
212
  '--scale': hoverEffectScale ?? 1,
@@ -220,7 +220,7 @@ const HeroBanner = ({ builderAttrs, builderProps, setting, styles, style, childr
220
220
  alt: `lazy image ${device}`,
221
221
  className: `gp-absolute gp-top-0 gp-invisible gp-w-full gp_lazyload gp-h-full gp_lazyforbg ${device === 'tablet' ? 'gp_lazybg_tl' : ''} ${device === 'mobile' ? 'gp_lazybg_mb' : ''}`,
222
222
  isDisableAspectStyle: true,
223
- enableLazyloadImage
223
+ enableLazyLoadImage
224
224
  }));
225
225
  }).join('') : ''}
226
226
  </div>
@@ -107,8 +107,18 @@ import TrustreviewsProductReviews from './third-party/components/TrustreviewsPro
107
107
  import MyappgurusProductReviews from './third-party/components/MyappgurusProductReviews.js';
108
108
  import HulkProductOptions from './third-party/components/HulkProductOptions.js';
109
109
  import TrustshopProductReviews from './third-party/components/TrustshopProductReviews.js';
110
+ import StellarDeliveryDatePickup from './third-party/components/StellarDeliveryDatePickup.js';
111
+ import EssentialCountdownTimerBar from './third-party/components/EssentialCountdownTimerBar.js';
112
+ import EssentialAnnouncementBar from './third-party/components/EssentialAnnouncementBar.js';
113
+ import OkendoReviewsLoyalty from './third-party/components/OkendoReviewsLoyalty.js';
114
+ import EstimatedDeliveryDatePlus from './third-party/components/EstimatedDeliveryDatePlus.js';
110
115
  import HextomCountdownTimerBar from './third-party/components/HextomCountdownTimerBar.js';
111
116
  import TrustBadgesBear from './third-party/components/TrustBadgesBear.js';
117
+ import TrustedsiteTrustBadges from './third-party/components/TrustedsiteTrustBadges.js';
118
+ import GloColorSwatchvariantImage from './third-party/components/GloColorSwatchvariantImage.js';
119
+ import BfSizeChartSizeGuide from './third-party/components/BfSizeChartSizeGuide.js';
120
+ import AlsoBoughtCbb from './third-party/components/AlsoBoughtCbb.js';
121
+ import HextomFreeShippingBar from './third-party/components/HextomFreeShippingBar.js';
112
122
  import CartLineVariant from './cart/components/CartLineVariant.js';
113
123
  import Cart from './cart/components/Cart.js';
114
124
  import CartList from './cart/components/CartList.js';
@@ -243,6 +253,11 @@ import PostPurchaseCountdownTimer from './post-purchase/countdown-timer/componen
243
253
  import Text$1 from './post-purchase/text/Text.js';
244
254
 
245
255
  var builder = {
256
+ EstimatedDeliveryDatePlus,
257
+ OkendoReviewsLoyalty,
258
+ EssentialAnnouncementBar,
259
+ EssentialCountdownTimerBar,
260
+ StellarDeliveryDatePickup,
246
261
  TrustshopProductReviews,
247
262
  HulkProductOptions,
248
263
  TrustreviewsProductReviews,
@@ -479,7 +494,12 @@ var builder = {
479
494
  MarqueeItem,
480
495
  ProductBadge,
481
496
  HextomCountdownTimerBar,
482
- TrustBadgesBear
497
+ TrustBadgesBear,
498
+ TrustedsiteTrustBadges,
499
+ GloColorSwatchvariantImage,
500
+ BfSizeChartSizeGuide,
501
+ AlsoBoughtCbb,
502
+ HextomFreeShippingBar
483
503
  };
484
504
 
485
505
  export { builder as default };
@@ -2,7 +2,7 @@ import { template, cls, RenderIf, makeStyleResponsive } from '@gem-sdk/core';
2
2
  import { getImageSrc } from '../helpers/getSrcSet.js';
3
3
  import { createBlurDataURL } from './helpers.js';
4
4
 
5
- const AdaptiveImage = ({ srcSet, priority, alt, aspectRatio, layout, className, pictureClass, style, imagePlaceholder, enableLazyloadImage = true, ...props })=>{
5
+ const AdaptiveImage = ({ srcSet, priority, alt, aspectRatio, layout, className, pictureClass, style, imagePlaceholder, enableLazyLoadImage = true, pageContext, ...props })=>{
6
6
  const fallBackImage = 'https://cdn.shopify.com/s/assets/no-image-2048-5e88c1b20e087fb7bbe9a3771824e743c244f437e4f8ba93bbf7b11b53f7824c_large.gif';
7
7
  const srcDesktop = getImageSrc(srcSet?.desktop, 'desktop') || fallBackImage;
8
8
  const srcTablet = (getImageSrc(srcSet?.tablet, 'tablet') ?? getImageSrc(srcSet?.desktop, 'tablet')) || fallBackImage;
@@ -27,16 +27,17 @@ const AdaptiveImage = ({ srcSet, priority, alt, aspectRatio, layout, className,
27
27
  }}"
28
28
  />
29
29
  `, template`
30
- ${srcMobile ? `<source media="(max-width: 767px)" data-srcSet="${srcMobile}" srcset="${enableLazyloadImage ? imagePlaceholder?.['mobile'] ?? createBlurDataURL(srcSet?.mobile?.width ?? srcSet?.tablet?.width ?? srcSet?.desktop?.width ?? 0, srcSet?.mobile?.height ?? srcSet?.tablet?.height ?? srcSet?.desktop?.height ?? 0) : srcMobile}" />` : ''}
31
- ${srcTablet ? `<source media="(max-width: 1024px)" data-srcSet="${srcTablet}" srcset="${enableLazyloadImage ? imagePlaceholder?.['tablet'] ?? createBlurDataURL(srcSet?.tablet?.width ?? srcSet?.desktop?.width ?? 0, srcSet?.tablet?.height ?? srcSet?.desktop?.height ?? 0) : srcTablet}" />` : ''}
30
+ ${srcMobile ? `<source media="(max-width: 767px)" data-srcSet="${srcMobile}" srcset="${enableLazyLoadImage ? imagePlaceholder?.['mobile'] ?? createBlurDataURL(srcSet?.mobile?.width ?? srcSet?.tablet?.width ?? srcSet?.desktop?.width ?? 0, srcSet?.mobile?.height ?? srcSet?.tablet?.height ?? srcSet?.desktop?.height ?? 0) : srcMobile}" />` : ''}
31
+ ${srcTablet ? `<source media="(max-width: 1024px)" data-srcSet="${srcTablet}" srcset="${enableLazyLoadImage ? imagePlaceholder?.['tablet'] ?? createBlurDataURL(srcSet?.tablet?.width ?? srcSet?.desktop?.width ?? 0, srcSet?.tablet?.height ?? srcSet?.desktop?.height ?? 0) : srcTablet}" />` : ''}
32
32
  <img
33
33
  ${{
34
34
  ...props
35
35
  }}
36
36
  class="${cls(className, {
37
- gp_lazyload: enableLazyloadImage
37
+ gp_lazyload: enableLazyLoadImage,
38
+ gp_force_load: pageContext?.isOptimizePlan
38
39
  })}"
39
- src="${enableLazyloadImage ? imagePlaceholder?.['desktop'] ?? createBlurDataURL(srcSet?.desktop?.width ?? 0, srcSet?.desktop?.height ?? 0) : srcDesktop}"
40
+ src="${enableLazyLoadImage ? imagePlaceholder?.['desktop'] ?? createBlurDataURL(srcSet?.desktop?.width ?? 0, srcSet?.desktop?.height ?? 0) : srcDesktop}"
40
41
  data-src="${srcDesktop}"
41
42
  width="100%"
42
43
  alt="${alt}"
@@ -3,7 +3,7 @@ import AdaptiveImage from './AdaptiveImage.liquid.js';
3
3
  import NextImage from './NextImage.liquid.js';
4
4
  import { getInsertLinkData } from '../../helpers.js';
5
5
 
6
- const Image = ({ styles, className, setting, builderAttrs, builderProps, style, advanced, enableLazyloadImage = true })=>{
6
+ const Image = ({ styles, className, setting, builderAttrs, builderProps, style, advanced, enableLazyLoadImage = true, pageContext })=>{
7
7
  const { imageLink, isNotLazyload } = setting ?? {};
8
8
  const { shape } = styles ?? {};
9
9
  const { Wrap: WrapLink, urlData } = getInsertLinkData('div', imageLink);
@@ -30,7 +30,7 @@ const Image = ({ styles, className, setting, builderAttrs, builderProps, style,
30
30
  }}
31
31
  data-id="${builderProps?.uid}"
32
32
  role="presentation"
33
- class="${cls('gp-group/image', builderProps?.uid, advanced?.cssClass)}"
33
+ class="${cls('gp-group/image', builderProps?.uid, advanced?.cssClass, `force-publish-${new Date().getTime()}`)}"
34
34
  style="${{
35
35
  ...style,
36
36
  ...makeStyleResponsive('ta', styles?.align)
@@ -73,7 +73,8 @@ const Image = ({ styles, className, setting, builderAttrs, builderProps, style,
73
73
  aspectRatio: getAspectRatioGlobalSize(styles?.shape),
74
74
  layout: styles?.objectFit,
75
75
  priority: setting?.priority,
76
- enableLazyloadImage
76
+ enableLazyLoadImage,
77
+ pageContext
77
78
  }) : NextImage({
78
79
  ...setting?.image,
79
80
  priority: setting?.priority,
@@ -102,7 +103,8 @@ const Image = ({ styles, className, setting, builderAttrs, builderProps, style,
102
103
  layout: styles?.objectFit
103
104
  },
104
105
  isNotLazyload,
105
- enableLazyloadImage
106
+ enableLazyLoadImage,
107
+ pageContext
106
108
  })}
107
109
  </${WrapLink}>
108
110
  </div>`;
@@ -3,7 +3,7 @@ import { getNewBackupFileKey, getImageSrc, getSrcSet } from '../helpers/getSrcSe
3
3
  import { DEVICES } from '../../product/components/ProductVariants/index.js';
4
4
  import { createBlurDataURL } from './helpers.js';
5
5
 
6
- const NextImage = ({ setting, src = 'https://ucarecdn.com/465c7cbb-f087-4d1d-8f08-f6665179f02f/-/format/auto/-/quality/lighter/placeholder-1.png', srcIsLiquidCode, alt = 'Alt image', width = 2237, height = 1678, backupFileKey, backupFilePath, storage, style, priority, vw, className, base64, baseSrc, isDisableAspectStyle, isDisableObjectFit, customAttrs, customLazyload, isNotLazyload, enableLazyloadImage = true, srcset, sizes, ...props })=>{
6
+ const NextImage = ({ setting, src = 'https://ucarecdn.com/465c7cbb-f087-4d1d-8f08-f6665179f02f/-/format/auto/-/quality/lighter/placeholder-1.png', srcIsLiquidCode, alt = 'Alt image', width = 2237, height = 1678, backupFileKey, backupFilePath, storage, style, priority, vw, className, base64, baseSrc, isDisableAspectStyle, isDisableObjectFit, customAttrs, customLazyload, isNotLazyload, enableLazyLoadImage = true, pageContext, srcset, sizes, ...props })=>{
7
7
  const { aspectRatio, layout, qualityPercent, qualityType } = setting ?? {};
8
8
  const newBackupFilekey = backupFileKey ? getNewBackupFileKey(backupFileKey ?? '', src) : '';
9
9
  const srcImage = srcIsLiquidCode ? baseSrc : getImageSrc({
@@ -93,12 +93,13 @@ const NextImage = ({ setting, src = 'https://ucarecdn.com/465c7cbb-f087-4d1d-8f0
93
93
  ${customAttrs}
94
94
  draggable="false"
95
95
  class="${cls(className, {
96
- gp_lazyload: !customLazyload && enableLazyloadImage
96
+ gp_lazyload: !isNotLazyload && enableLazyLoadImage,
97
+ gp_force_load: pageContext?.isOptimizePlan
97
98
  })}"
98
99
  ${{
99
100
  'data-src': srcImage,
100
101
  'data-srcset': srcSetImg,
101
- src: enableLazyloadImage ? imagePlaceholder : srcImage,
102
+ src: enableLazyLoadImage ? imagePlaceholder : srcImage,
102
103
  width,
103
104
  height,
104
105
  alt,
package/dist/esm/index.js CHANGED
@@ -205,8 +205,18 @@ export { default as TrustreviewsProductReviews } from './third-party/components/
205
205
  export { default as MyappgurusProductReviews } from './third-party/components/MyappgurusProductReviews.js';
206
206
  export { default as HulkProductOptions } from './third-party/components/HulkProductOptions.js';
207
207
  export { default as TrustshopProductReviews } from './third-party/components/TrustshopProductReviews.js';
208
+ export { default as StellarDeliveryDatePickup } from './third-party/components/StellarDeliveryDatePickup.js';
209
+ export { default as EssentialCountdownTimerBar } from './third-party/components/EssentialCountdownTimerBar.js';
210
+ export { default as EssentialAnnouncementBar } from './third-party/components/EssentialAnnouncementBar.js';
211
+ export { default as OkendoReviewsLoyalty } from './third-party/components/OkendoReviewsLoyalty.js';
212
+ export { default as EstimatedDeliveryDatePlus } from './third-party/components/EstimatedDeliveryDatePlus.js';
208
213
  export { default as HextomCountdownTimerBar } from './third-party/components/HextomCountdownTimerBar.js';
209
214
  export { default as TrustBadgesBear } from './third-party/components/TrustBadgesBear.js';
215
+ export { default as TrustedsiteTrustBadges } from './third-party/components/TrustedsiteTrustBadges.js';
216
+ export { default as GloColorSwatchvariantImage } from './third-party/components/GloColorSwatchvariantImage.js';
217
+ export { default as BfSizeChartSizeGuide } from './third-party/components/BfSizeChartSizeGuide.js';
218
+ export { default as AlsoBoughtCbb } from './third-party/components/AlsoBoughtCbb.js';
219
+ export { default as HextomFreeShippingBar } from './third-party/components/HextomFreeShippingBar.js';
210
220
  export { default as thirdPartyInstantSetting } from './third-party-instant/setting/index.js';
211
221
  export { default as InstantJudgemeReviews } from './third-party-instant/components/InstantJudgemeReviews.js';
212
222
  export { default as InstantLooxReviews } from './third-party-instant/components/InstantLooxReviews.js';
@@ -159,9 +159,19 @@ export { default as SeoantTrustBadgesIcon } from './third-party/components/Seoan
159
159
  export { default as TrustreviewsProductReviews } from './third-party/components/TrustreviewsProductReviews.liquid.js';
160
160
  export { default as MyappgurusProductReviews } from './third-party/components/MyappgurusProductReviews.liquid.js';
161
161
  export { default as HulkProductOptions } from './third-party/components/HulkProductOptions.liquid.js';
162
+ export { default as TrustshopProductReviews } from './third-party/components/TrustshopProductReviews.liquid.js';
163
+ export { default as StellarDeliveryDatePickup } from './third-party/components/StellarDeliveryDatePickup.liquid.js';
164
+ export { default as EssentialCountdownTimerBar } from './third-party/components/EssentialCountdownTimerBar.liquid.js';
165
+ export { default as EssentialAnnouncementBar } from './third-party/components/EssentialAnnouncementBar.liquid.js';
166
+ export { default as OkendoReviewsLoyalty } from './third-party/components/OkendoReviewsLoyalty.liquid.js';
167
+ export { default as EstimatedDeliveryDatePlus } from './third-party/components/EstimatedDeliveryDatePlus.liquid.js';
162
168
  export { default as HextomCountdownTimerBar } from './third-party/components/HextomCountdownTimerBar.liquid.js';
163
169
  export { default as TrustBadgesBear } from './third-party/components/TrustBadgesBear.liquid.js';
164
- export { default as TrustshopProductReviews } from './third-party/components/TrustshopProductReviews.liquid.js';
170
+ export { default as TrustedsiteTrustBadges } from './third-party/components/TrustedsiteTrustBadges.liquid.js';
171
+ export { default as GloColorSwatchvariantImage } from './third-party/components/GloColorSwatchvariantImage.liquid.js';
172
+ export { default as BfSizeChartSizeGuide } from './third-party/components/BfSizeChartSizeGuide.liquid.js';
173
+ export { default as AlsoBoughtCbb } from './third-party/components/AlsoBoughtCbb.liquid.js';
174
+ export { default as HextomFreeShippingBar } from './third-party/components/HextomFreeShippingBar.liquid.js';
165
175
  export { default as ImageComparison } from './image-comparison/components/ImageComparison.liquid.js';
166
176
  export { default as ThirdPartySlot } from './third-party-slot/components/ThirdPartySlot.liquid.js';
167
177
  export { default as Sticky } from './sticky/components/Sticky.liquid.js';
@@ -9,7 +9,7 @@ import NextImage from '../../../../image/components/NextImage.liquid.js';
9
9
  import Video from '../../../../image/components/Video.liquid.js';
10
10
  import { getStyleOfObject } from '../../../helpers/function.js';
11
11
 
12
- const ProductFeaturedImageCarousel = ({ builderPropUID, children, enableLazyloadImage, ...setting })=>{
12
+ const ProductFeaturedImageCarousel = ({ builderPropUID, children, enableLazyLoadImage, ...setting })=>{
13
13
  const ftAspectRatio = getAspectRatio(setting.ftShape);
14
14
  const getStyleFeaturedImageDisplay = ()=>{
15
15
  return getDisplayStyle((device)=>![
@@ -149,7 +149,7 @@ const ProductFeaturedImageCarousel = ({ builderPropUID, children, enableLazyload
149
149
  },
150
150
  priority: setting?.preload,
151
151
  className: `gp-w-full gp-h-full gp-absolute gp-top-0 gp-left-0 featured-image-only gp-cursor-pointer !gp-rounded-none ${className}`,
152
- enableLazyloadImage
152
+ enableLazyLoadImage
153
153
  })}`;
154
154
  };
155
155
  const renderNoImage = ()=>{
@@ -167,7 +167,7 @@ const ProductFeaturedImageCarousel = ({ builderPropUID, children, enableLazyload
167
167
  },
168
168
  priority: setting?.preload,
169
169
  className: `gp-w-full gp-h-full gp-absolute gp-top-0 gp-left-0 featured-image-only gp-cursor-pointer !gp-rounded-none`,
170
- enableLazyloadImage
170
+ enableLazyLoadImage
171
171
  })}`;
172
172
  };
173
173
  const getValueFromValueContainUnit = (value)=>{
@@ -394,7 +394,7 @@ const ProductFeaturedImageCarousel = ({ builderPropUID, children, enableLazyload
394
394
  },
395
395
  className: `gp-w-full featured-image-only !gp-rounded-none`,
396
396
  customLazyload: true,
397
- enableLazyloadImage
397
+ enableLazyLoadImage
398
398
  })}
399
399
  {%- endif -%}
400
400
  `
@@ -6,7 +6,7 @@ import { convertSpacing, getDisplayStyle, getAspectRatio, getSrcImage } from '..
6
6
  import { getShapeByLayout, getSettingMinWidthForCarouselItem, getSettingWidthForCarouselItem, getMinHeightByPosition, getSliderPerShowConfig, getAllowDotConfig, getDotStyleConfig, getCarouselVerticalConfigByPosition, checkDisplayGalleryByWidth, getZoomDisplay } from '../common/productGallery.js';
7
7
  import { getStyleOfObject } from '../../../helpers/function.js';
8
8
 
9
- const ProductGalleryCarousel = ({ builderPropUID, children, enableLazyloadImage, ...setting })=>{
9
+ const ProductGalleryCarousel = ({ builderPropUID, children, enableLazyLoadImage, ...setting })=>{
10
10
  const getCarouselDisplay = ()=>{
11
11
  const isDisplayCarousel = (type, position, device)=>{
12
12
  const layout = getResponsiveValueByScreen(position, device);
@@ -86,7 +86,7 @@ const ProductGalleryCarousel = ({ builderPropUID, children, enableLazyloadImage,
86
86
  customLazyload: true,
87
87
  style: style,
88
88
  className: '!gp-rounded-none gp-w-full gp-h-full gp-absolute gp-top-0 gp-left-0 gp-cursor-pointer',
89
- enableLazyloadImage
89
+ enableLazyLoadImage
90
90
  })}`;
91
91
  };
92
92
  const aspectRatioToPaddingBottom = ()=>{
@@ -8,7 +8,7 @@ import Model3d from '../../../../image/components/Modal3d.liquid.js';
8
8
  import Video from '../../../../image/components/Video.liquid.js';
9
9
  import HTML5Embed from '../../../../video/components/HTML5Embed.liquid.js';
10
10
 
11
- const ProductGalleryGrid = ({ builderPropUID, wrapperStyle, children, enableLazyloadImage, ...setting })=>{
11
+ const ProductGalleryGrid = ({ builderPropUID, wrapperStyle, children, enableLazyLoadImage, ...setting })=>{
12
12
  const getGridDisplay = ()=>{
13
13
  const isDisplayGrid = (type, position, device)=>{
14
14
  const layout = getResponsiveValueByScreen(position, device);
@@ -97,7 +97,7 @@ const ProductGalleryGrid = ({ builderPropUID, wrapperStyle, children, enableLazy
97
97
  style: style,
98
98
  className: '!gp-rounded-none',
99
99
  customLazyload: false,
100
- enableLazyloadImage
100
+ enableLazyLoadImage
101
101
  })}
102
102
  ${setting?.galleryHoverEffect !== 'none' ? `<div class="${cls('zoom-element !gp-max-w-none', getZoomImageClass())}">
103
103
  ${NextImage({
@@ -111,7 +111,7 @@ const ProductGalleryGrid = ({ builderPropUID, wrapperStyle, children, enableLazy
111
111
  style: style,
112
112
  className: '!gp-rounded-none gp-w-full gp-h-full',
113
113
  customLazyload: false,
114
- enableLazyloadImage
114
+ enableLazyLoadImage
115
115
  })}
116
116
  </div>` : ''}
117
117
  ${setting?.galleryHoverEffect == 'zoom' && setting?.galleryZoomType == 'glasses' ? `
@@ -294,7 +294,7 @@ const ProductGalleryGrid = ({ builderPropUID, wrapperStyle, children, enableLazy
294
294
  },
295
295
  className: '!gp-rounded-none',
296
296
  customLazyload: false,
297
- enableLazyloadImage
297
+ enableLazyLoadImage
298
298
  })}`;
299
299
  };
300
300
  return template`
@@ -7,7 +7,7 @@ import { getSettingPreloadData } from '../../../../helpers.js';
7
7
  import { getShapeByLayout, sizeSettingDefaultForNewLayout } from '../common/productGallery.js';
8
8
 
9
9
  const ProductImages = (productImageProps)=>{
10
- const { setting, styles, builderProps, style, advanced, rawChildren, pageContext, enableLazyloadImage } = productImageProps;
10
+ const { setting, styles, builderProps, style, advanced, rawChildren, pageContext, enableLazyLoadImage } = productImageProps;
11
11
  const settings = {
12
12
  ...setting,
13
13
  ...styles
@@ -112,7 +112,7 @@ const ProductImages = (productImageProps)=>{
112
112
  builderPropUID: `gp-carousel-${builderProps?.uid}`,
113
113
  ...settings,
114
114
  children: renderProductBadge(),
115
- enableLazyloadImage
115
+ enableLazyLoadImage
116
116
  })}
117
117
  ${shouldSkipLiquidRenderForSingleImage(settings?.position, template`
118
118
  <div
@@ -128,7 +128,7 @@ const ProductImages = (productImageProps)=>{
128
128
  ${ProductGalleryCarousel({
129
129
  builderPropUID: `gp-gallery-${builderProps?.uid}`,
130
130
  ...settings,
131
- enableLazyloadImage
131
+ enableLazyLoadImage
132
132
  })}
133
133
  </div>
134
134
  ${ProductGalleryGrid({
@@ -138,7 +138,7 @@ const ProductImages = (productImageProps)=>{
138
138
  },
139
139
  children: renderProductBadge(),
140
140
  ...settings,
141
- enableLazyloadImage
141
+ enableLazyLoadImage
142
142
  })}
143
143
  `)}
144
144
  </div>
@@ -0,0 +1,28 @@
1
+ import { jsx, Fragment } from 'react/jsx-runtime';
2
+ import { makeStyleResponsive } from '@gem-sdk/core';
3
+ import ThirdPartyPreview from './ThirdPartyPreview.js';
4
+ import AppConfig from '../configs/AlsoBoughtCbb.js';
5
+
6
+ const AlsoBoughtCbbContent = ()=>{
7
+ return /*#__PURE__*/ jsx(Fragment, {
8
+ children: /*#__PURE__*/ jsx("div", {
9
+ className: "gp-p-2",
10
+ children: /*#__PURE__*/ jsx(ThirdPartyPreview, {
11
+ setting: {
12
+ label: 'Also Bought • CBB',
13
+ iconSvg: `<img class="gp-w-6 gp-border gp-border-[#494949] gp-rounded-[3px]" src="${AppConfig.logoUrl}">`
14
+ }
15
+ })
16
+ })
17
+ });
18
+ };
19
+ const AlsoBoughtCbb = ({ setting })=>{
20
+ return /*#__PURE__*/ jsx("div", {
21
+ style: {
22
+ ...makeStyleResponsive('ta', setting?.align)
23
+ },
24
+ children: /*#__PURE__*/ jsx(AlsoBoughtCbbContent, {})
25
+ });
26
+ };
27
+
28
+ export { AlsoBoughtCbb as default };
@@ -0,0 +1,17 @@
1
+ import { template, makeStyleResponsive } from '@gem-sdk/core';
2
+
3
+ const AlsoBoughtCbb = ({ setting, advanced })=>{
4
+ const { align } = setting ?? {};
5
+ return template`
6
+ <div
7
+ class="${advanced?.cssClass}"
8
+ style="${{
9
+ ...makeStyleResponsive('ta', align)
10
+ }}"
11
+ >
12
+ <div class="gp-integration-also-bought__position" />
13
+ </div>
14
+ `;
15
+ };
16
+
17
+ export { AlsoBoughtCbb as default };
@@ -0,0 +1,28 @@
1
+ import { jsx, Fragment } from 'react/jsx-runtime';
2
+ import { makeStyleResponsive } from '@gem-sdk/core';
3
+ import ThirdPartyPreview from './ThirdPartyPreview.js';
4
+ import AppConfig from '../configs/BfSizeChartSizeGuide.js';
5
+
6
+ const BfSizeChartSizeGuideContent = ()=>{
7
+ return /*#__PURE__*/ jsx(Fragment, {
8
+ children: /*#__PURE__*/ jsx("div", {
9
+ className: "gp-p-2",
10
+ children: /*#__PURE__*/ jsx(ThirdPartyPreview, {
11
+ setting: {
12
+ label: 'BF Size Chart & Size Guide',
13
+ iconSvg: `<img class="gp-w-6 gp-border gp-border-[#494949] gp-rounded-[3px]" src="${AppConfig.logoUrl}">`
14
+ }
15
+ })
16
+ })
17
+ });
18
+ };
19
+ const BfSizeChartSizeGuide = ({ setting })=>{
20
+ return /*#__PURE__*/ jsx("div", {
21
+ style: {
22
+ ...makeStyleResponsive('ta', setting?.align)
23
+ },
24
+ children: /*#__PURE__*/ jsx(BfSizeChartSizeGuideContent, {})
25
+ });
26
+ };
27
+
28
+ export { BfSizeChartSizeGuide as default };
@@ -0,0 +1,8 @@
1
+ import { getLiquidForAppBlock } from '../helpers/thirdParty.js';
2
+
3
+ const BfSizeChartSizeGuide = ({ setting, advanced })=>{
4
+ const { align, appBlockId } = setting ?? {};
5
+ return getLiquidForAppBlock(appBlockId, align, advanced?.cssClass);
6
+ };
7
+
8
+ export { BfSizeChartSizeGuide as default };
@@ -0,0 +1,28 @@
1
+ import { jsx, Fragment } from 'react/jsx-runtime';
2
+ import { makeStyleResponsive } from '@gem-sdk/core';
3
+ import ThirdPartyPreview from './ThirdPartyPreview.js';
4
+ import AppConfig from '../configs/EssentialAnnouncementBar.js';
5
+
6
+ const EssentialAnnouncementBarContent = ()=>{
7
+ return /*#__PURE__*/ jsx(Fragment, {
8
+ children: /*#__PURE__*/ jsx("div", {
9
+ className: "gp-p-2",
10
+ children: /*#__PURE__*/ jsx(ThirdPartyPreview, {
11
+ setting: {
12
+ label: 'Essential Announcement Bar',
13
+ iconSvg: `<img class="gp-w-6 gp-border gp-border-[#494949] gp-rounded-[3px]" src="${AppConfig.logoUrl}">`
14
+ }
15
+ })
16
+ })
17
+ });
18
+ };
19
+ const EssentialAnnouncementBar = ({ setting })=>{
20
+ return /*#__PURE__*/ jsx("div", {
21
+ style: {
22
+ ...makeStyleResponsive('ta', setting?.align)
23
+ },
24
+ children: /*#__PURE__*/ jsx(EssentialAnnouncementBarContent, {})
25
+ });
26
+ };
27
+
28
+ export { EssentialAnnouncementBar as default };
@@ -0,0 +1,8 @@
1
+ import { getLiquidForAppBlock } from '../helpers/thirdParty.js';
2
+
3
+ const EssentialAnnouncementBar = ({ setting, advanced })=>{
4
+ const { align, appBlockId } = setting ?? {};
5
+ return getLiquidForAppBlock(appBlockId, align, `${advanced?.cssClass ?? ''} !gp-block `);
6
+ };
7
+
8
+ export { EssentialAnnouncementBar as default };
@@ -0,0 +1,28 @@
1
+ import { jsx, Fragment } from 'react/jsx-runtime';
2
+ import { makeStyleResponsive } from '@gem-sdk/core';
3
+ import ThirdPartyPreview from './ThirdPartyPreview.js';
4
+ import AppConfig from '../configs/EssentialCountdownTimerBar.js';
5
+
6
+ const EssentialCountdownTimerBarContent = ()=>{
7
+ return /*#__PURE__*/ jsx(Fragment, {
8
+ children: /*#__PURE__*/ jsx("div", {
9
+ className: "gp-p-2",
10
+ children: /*#__PURE__*/ jsx(ThirdPartyPreview, {
11
+ setting: {
12
+ label: 'Essential Countdown Timer Bar',
13
+ iconSvg: `<img class="gp-w-6 gp-border gp-border-[#494949] gp-rounded-[3px]" src="${AppConfig.logoUrl}">`
14
+ }
15
+ })
16
+ })
17
+ });
18
+ };
19
+ const EssentialCountdownTimerBar = ({ setting })=>{
20
+ return /*#__PURE__*/ jsx("div", {
21
+ style: {
22
+ ...makeStyleResponsive('ta', setting?.align)
23
+ },
24
+ children: /*#__PURE__*/ jsx(EssentialCountdownTimerBarContent, {})
25
+ });
26
+ };
27
+
28
+ export { EssentialCountdownTimerBar as default };
@@ -0,0 +1,8 @@
1
+ import { getLiquidForAppBlock } from '../helpers/thirdParty.js';
2
+
3
+ const EssentialCountdownTimerBar = ({ setting, advanced })=>{
4
+ const { align, appBlockId } = setting ?? {};
5
+ return getLiquidForAppBlock(appBlockId, align, `${advanced?.cssClass ?? ''} !gp-block `);
6
+ };
7
+
8
+ export { EssentialCountdownTimerBar as default };
@@ -0,0 +1,28 @@
1
+ import { jsx, Fragment } from 'react/jsx-runtime';
2
+ import { makeStyleResponsive } from '@gem-sdk/core';
3
+ import ThirdPartyPreview from './ThirdPartyPreview.js';
4
+ import AppConfig from '../configs/EstimatedDeliveryDatePlus.js';
5
+
6
+ const EstimatedDeliveryDatePlusContent = ()=>{
7
+ return /*#__PURE__*/ jsx(Fragment, {
8
+ children: /*#__PURE__*/ jsx("div", {
9
+ className: "gp-p-2",
10
+ children: /*#__PURE__*/ jsx(ThirdPartyPreview, {
11
+ setting: {
12
+ label: 'Estimated Delivery Date ‑ Plus',
13
+ iconSvg: `<img class="gp-w-6 gp-border gp-border-[#494949] gp-rounded-[3px]" src="${AppConfig.logoUrl}">`
14
+ }
15
+ })
16
+ })
17
+ });
18
+ };
19
+ const EstimatedDeliveryDatePlus = ({ setting })=>{
20
+ return /*#__PURE__*/ jsx("div", {
21
+ style: {
22
+ ...makeStyleResponsive('ta', setting?.align)
23
+ },
24
+ children: /*#__PURE__*/ jsx(EstimatedDeliveryDatePlusContent, {})
25
+ });
26
+ };
27
+
28
+ export { EstimatedDeliveryDatePlus as default };
@@ -0,0 +1,8 @@
1
+ import { getLiquidForAppBlock } from '../helpers/thirdParty.js';
2
+
3
+ const EstimatedDeliveryDatePlus = ({ setting, advanced })=>{
4
+ const { align, appBlockId } = setting ?? {};
5
+ return getLiquidForAppBlock(appBlockId, align, `${advanced?.cssClass ?? ''} !gp-block`);
6
+ };
7
+
8
+ export { EstimatedDeliveryDatePlus as default };
@@ -0,0 +1,28 @@
1
+ import { jsx, Fragment } from 'react/jsx-runtime';
2
+ import { makeStyleResponsive } from '@gem-sdk/core';
3
+ import ThirdPartyPreview from './ThirdPartyPreview.js';
4
+ import AppConfig from '../configs/GloColorSwatchvariantImage.js';
5
+
6
+ const GloColorSwatchvariantImageContent = ()=>{
7
+ return /*#__PURE__*/ jsx(Fragment, {
8
+ children: /*#__PURE__*/ jsx("div", {
9
+ className: "gp-p-2",
10
+ children: /*#__PURE__*/ jsx(ThirdPartyPreview, {
11
+ setting: {
12
+ label: 'GLO Color Swatch,Variant Image',
13
+ iconSvg: `<img class="gp-w-6 gp-border gp-border-[#494949] gp-rounded-[3px]" src="${AppConfig.logoUrl}">`
14
+ }
15
+ })
16
+ })
17
+ });
18
+ };
19
+ const GloColorSwatchvariantImage = ({ setting })=>{
20
+ return /*#__PURE__*/ jsx("div", {
21
+ style: {
22
+ ...makeStyleResponsive('ta', setting?.align)
23
+ },
24
+ children: /*#__PURE__*/ jsx(GloColorSwatchvariantImageContent, {})
25
+ });
26
+ };
27
+
28
+ export { GloColorSwatchvariantImage as default };
@@ -0,0 +1,8 @@
1
+ import { getLiquidForAppBlock } from '../helpers/thirdParty.js';
2
+
3
+ const GloColorSwatchvariantImage = ({ setting, advanced })=>{
4
+ const { align, appBlockId } = setting ?? {};
5
+ return getLiquidForAppBlock(appBlockId, align, `${advanced?.cssClass ?? ''} !gp-block`);
6
+ };
7
+
8
+ export { GloColorSwatchvariantImage as default };
@@ -0,0 +1,28 @@
1
+ import { jsx, Fragment } from 'react/jsx-runtime';
2
+ import { makeStyleResponsive } from '@gem-sdk/core';
3
+ import ThirdPartyPreview from './ThirdPartyPreview.js';
4
+ import AppConfig from '../configs/HextomFreeShippingBar.js';
5
+
6
+ const HextomFreeShippingBarContent = ()=>{
7
+ return /*#__PURE__*/ jsx(Fragment, {
8
+ children: /*#__PURE__*/ jsx("div", {
9
+ className: "gp-p-2",
10
+ children: /*#__PURE__*/ jsx(ThirdPartyPreview, {
11
+ setting: {
12
+ label: 'Hextom: Free Shipping Bar',
13
+ iconSvg: `<img class="gp-w-6 gp-border gp-border-[#494949] gp-rounded-[3px]" src="${AppConfig.logoUrl}">`
14
+ }
15
+ })
16
+ })
17
+ });
18
+ };
19
+ const HextomFreeShippingBar = ({ setting })=>{
20
+ return /*#__PURE__*/ jsx("div", {
21
+ style: {
22
+ ...makeStyleResponsive('ta', setting?.align)
23
+ },
24
+ children: /*#__PURE__*/ jsx(HextomFreeShippingBarContent, {})
25
+ });
26
+ };
27
+
28
+ export { HextomFreeShippingBar as default };
@@ -0,0 +1,8 @@
1
+ import { getLiquidForAppBlock } from '../helpers/thirdParty.js';
2
+
3
+ const HextomFreeShippingBar = ({ setting, advanced })=>{
4
+ const { align, appBlockId } = setting ?? {};
5
+ return getLiquidForAppBlock(appBlockId, align, `${advanced?.cssClass ?? ''} !gp-block`);
6
+ };
7
+
8
+ export { HextomFreeShippingBar as default };