@gem-sdk/components 2.1.13-staging.0 → 2.1.13-staging.10

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 (144) hide show
  1. package/dist/cjs/article/components/ArticleList.liquid.js +6 -2
  2. package/dist/cjs/banner/components/hero-banner/index.liquid.js +12 -10
  3. package/dist/cjs/builder.js +21 -1
  4. package/dist/cjs/common/const.js +1 -1
  5. package/dist/cjs/image/components/AdaptiveImage.liquid.js +6 -5
  6. package/dist/cjs/image/components/Image.js +22 -3
  7. package/dist/cjs/image/components/Image.liquid.js +6 -5
  8. package/dist/cjs/image/components/NextImage.liquid.js +4 -3
  9. package/dist/cjs/image/components/NoDataImage.js +133 -0
  10. package/dist/cjs/image-comparison/components/CompareImage.liquid.js +7 -3
  11. package/dist/cjs/index.js +20 -0
  12. package/dist/cjs/index.liquid.js +22 -2
  13. package/dist/cjs/post-purchase/product/components/ProductDiscountTag.js +5 -2
  14. package/dist/cjs/post-purchase/product/components/ProductOffer.js +16 -3
  15. package/dist/cjs/post-purchase/product/components/ProductPrice.js +3 -1
  16. package/dist/cjs/post-purchase/product/components/ProductPriceBreakdown.js +9 -21
  17. package/dist/cjs/post-purchase/product/constants/ProductOfferPlaceholder.js +127 -0
  18. package/dist/cjs/post-purchase/product/hooks/useDynamicProduct.js +28 -0
  19. package/dist/cjs/post-purchase/product/settings/ProductOffer.js +26 -0
  20. package/dist/cjs/product/components/ProductImagesV2/liquid/ProductFeaturedImageCarousel.liquid.js +4 -4
  21. package/dist/cjs/product/components/ProductImagesV2/liquid/ProductGalleryCarousel.liquid.js +2 -2
  22. package/dist/cjs/product/components/ProductImagesV2/liquid/ProductGalleryGrid.liquid.js +4 -4
  23. package/dist/cjs/product/components/ProductImagesV2/liquid/ProductImages.liquid.js +4 -4
  24. package/dist/cjs/tab/hooks/useTabInteraction.js +13 -9
  25. package/dist/cjs/text/components/Text.js +0 -1
  26. package/dist/cjs/third-party/components/AlsoBoughtCbb.js +32 -0
  27. package/dist/cjs/third-party/components/AlsoBoughtCbb.liquid.js +21 -0
  28. package/dist/cjs/third-party/components/BfSizeChartSizeGuide.js +32 -0
  29. package/dist/cjs/third-party/components/BfSizeChartSizeGuide.liquid.js +12 -0
  30. package/dist/cjs/third-party/components/EssentialAnnouncementBar.js +32 -0
  31. package/dist/cjs/third-party/components/EssentialAnnouncementBar.liquid.js +12 -0
  32. package/dist/cjs/third-party/components/EssentialCountdownTimerBar.js +32 -0
  33. package/dist/cjs/third-party/components/EssentialCountdownTimerBar.liquid.js +12 -0
  34. package/dist/cjs/third-party/components/EstimatedDeliveryDatePlus.js +32 -0
  35. package/dist/cjs/third-party/components/EstimatedDeliveryDatePlus.liquid.js +12 -0
  36. package/dist/cjs/third-party/components/GloColorSwatchvariantImage.js +32 -0
  37. package/dist/cjs/third-party/components/GloColorSwatchvariantImage.liquid.js +12 -0
  38. package/dist/cjs/third-party/components/HextomFreeShippingBar.js +32 -0
  39. package/dist/cjs/third-party/components/HextomFreeShippingBar.liquid.js +12 -0
  40. package/dist/cjs/third-party/components/OkendoReviewsLoyalty.js +32 -0
  41. package/dist/cjs/third-party/components/OkendoReviewsLoyalty.liquid.js +12 -0
  42. package/dist/cjs/third-party/components/StellarDeliveryDatePickup.js +32 -0
  43. package/dist/cjs/third-party/components/StellarDeliveryDatePickup.liquid.js +21 -0
  44. package/dist/cjs/third-party/components/TrustedsiteTrustBadges.js +32 -0
  45. package/dist/cjs/third-party/components/TrustedsiteTrustBadges.liquid.js +12 -0
  46. package/dist/cjs/third-party/configs/AlsoBoughtCbb.js +12 -0
  47. package/dist/cjs/third-party/configs/BfSizeChartSizeGuide.js +12 -0
  48. package/dist/cjs/third-party/configs/EssentialAnnouncementBar.js +12 -0
  49. package/dist/cjs/third-party/configs/EssentialCountdownTimerBar.js +12 -0
  50. package/dist/cjs/third-party/configs/EstimatedDeliveryDatePlus.js +12 -0
  51. package/dist/cjs/third-party/configs/GloColorSwatchvariantImage.js +12 -0
  52. package/dist/cjs/third-party/configs/HextomFreeShippingBar.js +12 -0
  53. package/dist/cjs/third-party/configs/OkendoReviewsLoyalty.js +12 -0
  54. package/dist/cjs/third-party/configs/StellarDeliveryDatePickup.js +12 -0
  55. package/dist/cjs/third-party/configs/TrustedsiteTrustBadges.js +12 -0
  56. package/dist/cjs/third-party/helpers/thirdParty.js +1 -1
  57. package/dist/cjs/third-party/next.js +51 -1
  58. package/dist/cjs/third-party/setting/AlsoBoughtCbb.js +127 -0
  59. package/dist/cjs/third-party/setting/BfSizeChartSizeGuide.js +131 -0
  60. package/dist/cjs/third-party/setting/EssentialAnnouncementBar.js +142 -0
  61. package/dist/cjs/third-party/setting/EssentialCountdownTimerBar.js +142 -0
  62. package/dist/cjs/third-party/setting/EstimatedDeliveryDatePlus.js +128 -0
  63. package/dist/cjs/third-party/setting/GloColorSwatchvariantImage.js +152 -0
  64. package/dist/cjs/third-party/setting/HextomFreeShippingBar.js +128 -0
  65. package/dist/cjs/third-party/setting/OkendoReviewsLoyalty.js +171 -0
  66. package/dist/cjs/third-party/setting/StellarDeliveryDatePickup.js +127 -0
  67. package/dist/cjs/third-party/setting/TrustedsiteTrustBadges.js +177 -0
  68. package/dist/cjs/third-party/setting/index.js +21 -1
  69. package/dist/cjs/video/components/HTML5Embed.js +2 -2
  70. package/dist/cjs/video/components/HTML5Embed.liquid.js +6 -3
  71. package/dist/cjs/video/components/LiteYouTubeEmbed.liquid.js +4 -2
  72. package/dist/esm/article/components/ArticleList.liquid.js +6 -2
  73. package/dist/esm/banner/components/hero-banner/index.liquid.js +12 -10
  74. package/dist/esm/builder.js +21 -1
  75. package/dist/esm/common/const.js +1 -1
  76. package/dist/esm/image/components/AdaptiveImage.liquid.js +6 -5
  77. package/dist/esm/image/components/Image.js +23 -4
  78. package/dist/esm/image/components/Image.liquid.js +6 -5
  79. package/dist/esm/image/components/NextImage.liquid.js +4 -3
  80. package/dist/esm/image/components/NoDataImage.js +129 -0
  81. package/dist/esm/image-comparison/components/CompareImage.liquid.js +7 -3
  82. package/dist/esm/index.js +10 -0
  83. package/dist/esm/index.liquid.js +11 -1
  84. package/dist/esm/post-purchase/product/components/ProductDiscountTag.js +5 -2
  85. package/dist/esm/post-purchase/product/components/ProductOffer.js +16 -3
  86. package/dist/esm/post-purchase/product/components/ProductPrice.js +3 -1
  87. package/dist/esm/post-purchase/product/components/ProductPriceBreakdown.js +9 -21
  88. package/dist/esm/post-purchase/product/constants/ProductOfferPlaceholder.js +125 -0
  89. package/dist/esm/post-purchase/product/hooks/useDynamicProduct.js +26 -0
  90. package/dist/esm/post-purchase/product/settings/ProductOffer.js +26 -0
  91. package/dist/esm/product/components/ProductImagesV2/liquid/ProductFeaturedImageCarousel.liquid.js +4 -4
  92. package/dist/esm/product/components/ProductImagesV2/liquid/ProductGalleryCarousel.liquid.js +2 -2
  93. package/dist/esm/product/components/ProductImagesV2/liquid/ProductGalleryGrid.liquid.js +4 -4
  94. package/dist/esm/product/components/ProductImagesV2/liquid/ProductImages.liquid.js +4 -4
  95. package/dist/esm/tab/hooks/useTabInteraction.js +14 -10
  96. package/dist/esm/text/components/Text.js +0 -1
  97. package/dist/esm/third-party/components/AlsoBoughtCbb.js +28 -0
  98. package/dist/esm/third-party/components/AlsoBoughtCbb.liquid.js +17 -0
  99. package/dist/esm/third-party/components/BfSizeChartSizeGuide.js +28 -0
  100. package/dist/esm/third-party/components/BfSizeChartSizeGuide.liquid.js +8 -0
  101. package/dist/esm/third-party/components/EssentialAnnouncementBar.js +28 -0
  102. package/dist/esm/third-party/components/EssentialAnnouncementBar.liquid.js +8 -0
  103. package/dist/esm/third-party/components/EssentialCountdownTimerBar.js +28 -0
  104. package/dist/esm/third-party/components/EssentialCountdownTimerBar.liquid.js +8 -0
  105. package/dist/esm/third-party/components/EstimatedDeliveryDatePlus.js +28 -0
  106. package/dist/esm/third-party/components/EstimatedDeliveryDatePlus.liquid.js +8 -0
  107. package/dist/esm/third-party/components/GloColorSwatchvariantImage.js +28 -0
  108. package/dist/esm/third-party/components/GloColorSwatchvariantImage.liquid.js +8 -0
  109. package/dist/esm/third-party/components/HextomFreeShippingBar.js +28 -0
  110. package/dist/esm/third-party/components/HextomFreeShippingBar.liquid.js +8 -0
  111. package/dist/esm/third-party/components/OkendoReviewsLoyalty.js +28 -0
  112. package/dist/esm/third-party/components/OkendoReviewsLoyalty.liquid.js +8 -0
  113. package/dist/esm/third-party/components/StellarDeliveryDatePickup.js +28 -0
  114. package/dist/esm/third-party/components/StellarDeliveryDatePickup.liquid.js +17 -0
  115. package/dist/esm/third-party/components/TrustedsiteTrustBadges.js +28 -0
  116. package/dist/esm/third-party/components/TrustedsiteTrustBadges.liquid.js +8 -0
  117. package/dist/esm/third-party/configs/AlsoBoughtCbb.js +8 -0
  118. package/dist/esm/third-party/configs/BfSizeChartSizeGuide.js +8 -0
  119. package/dist/esm/third-party/configs/EssentialAnnouncementBar.js +8 -0
  120. package/dist/esm/third-party/configs/EssentialCountdownTimerBar.js +8 -0
  121. package/dist/esm/third-party/configs/EstimatedDeliveryDatePlus.js +8 -0
  122. package/dist/esm/third-party/configs/GloColorSwatchvariantImage.js +8 -0
  123. package/dist/esm/third-party/configs/HextomFreeShippingBar.js +8 -0
  124. package/dist/esm/third-party/configs/OkendoReviewsLoyalty.js +8 -0
  125. package/dist/esm/third-party/configs/StellarDeliveryDatePickup.js +8 -0
  126. package/dist/esm/third-party/configs/TrustedsiteTrustBadges.js +8 -0
  127. package/dist/esm/third-party/helpers/thirdParty.js +1 -1
  128. package/dist/esm/third-party/next.js +51 -1
  129. package/dist/esm/third-party/setting/AlsoBoughtCbb.js +123 -0
  130. package/dist/esm/third-party/setting/BfSizeChartSizeGuide.js +127 -0
  131. package/dist/esm/third-party/setting/EssentialAnnouncementBar.js +138 -0
  132. package/dist/esm/third-party/setting/EssentialCountdownTimerBar.js +138 -0
  133. package/dist/esm/third-party/setting/EstimatedDeliveryDatePlus.js +124 -0
  134. package/dist/esm/third-party/setting/GloColorSwatchvariantImage.js +148 -0
  135. package/dist/esm/third-party/setting/HextomFreeShippingBar.js +124 -0
  136. package/dist/esm/third-party/setting/OkendoReviewsLoyalty.js +167 -0
  137. package/dist/esm/third-party/setting/StellarDeliveryDatePickup.js +123 -0
  138. package/dist/esm/third-party/setting/TrustedsiteTrustBadges.js +173 -0
  139. package/dist/esm/third-party/setting/index.js +224 -204
  140. package/dist/esm/video/components/HTML5Embed.js +2 -2
  141. package/dist/esm/video/components/HTML5Embed.liquid.js +6 -3
  142. package/dist/esm/video/components/LiteYouTubeEmbed.liquid.js +4 -2
  143. package/dist/types/index.d.ts +172 -7
  144. package/package.json +2 -2
@@ -446,6 +446,7 @@ type ImageSetting$1 = Pick<NextImageProps, 'priority' | 'quality' | 'vw'> & Pick
446
446
  };
447
447
  hoverEffect?: string;
448
448
  isNotLazyload?: boolean;
449
+ disableNoDataState?: boolean;
449
450
  } & Pick<AdaptiveImageProps, 'srcSet'>;
450
451
  type ImageStyleSetting$1 = {
451
452
  shape?: ObjectDevices<SizeSettingGlobal>;
@@ -2302,6 +2303,11 @@ declare function useNotification(rootConfig?: NotificationConfig): [Notification
2302
2303
 
2303
2304
  declare const _default$r: {
2304
2305
  HextomCountdownTimerBar: _gem_sdk_core.ComponentSetting<HextomCountdownTimerBarProps>;
2306
+ EstimatedDeliveryDatePlus: _gem_sdk_core.ComponentSetting<EstimatedDeliveryDatePlusProps>;
2307
+ OkendoReviewsLoyalty: _gem_sdk_core.ComponentSetting<OkendoReviewsLoyaltyProps>;
2308
+ EssentialAnnouncementBar: _gem_sdk_core.ComponentSetting<EssentialAnnouncementBarProps>;
2309
+ EssentialCountdownTimerBar: _gem_sdk_core.ComponentSetting<EssentialCountdownTimerBarProps>;
2310
+ StellarDeliveryDatePickup: _gem_sdk_core.ComponentSetting<StellarDeliveryDatePickupProps>;
2305
2311
  TrustshopProductReviews: _gem_sdk_core.ComponentSetting<TrustshopProductReviewsProps>;
2306
2312
  HulkProductOptions: _gem_sdk_core.ComponentSetting<HulkProductOptionsProps>;
2307
2313
  TrustreviewsProductReviews: _gem_sdk_core.ComponentSetting<TrustreviewsProductReviewsProps>;
@@ -2404,6 +2410,11 @@ declare const _default$r: {
2404
2410
  BirdChime: _gem_sdk_core.ComponentSetting<BirdChimeProps>;
2405
2411
  FordeerProductLabels: _gem_sdk_core.ComponentSetting<FordeerProductLabelsProps>;
2406
2412
  TrustBadgesBear: _gem_sdk_core.ComponentSetting<TrustBadgesBearProps>;
2413
+ TrustedsiteTrustBadges: _gem_sdk_core.ComponentSetting<TrustedsiteTrustBadgesProps>;
2414
+ GloColorSwatchvariantImage: _gem_sdk_core.ComponentSetting<GloColorSwatchvariantImageProps>;
2415
+ BfSizeChartSizeGuide: _gem_sdk_core.ComponentSetting<BfSizeChartSizeGuideProps>;
2416
+ AlsoBoughtCbb: _gem_sdk_core.ComponentSetting<AlsoBoughtCbbProps>;
2417
+ HextomFreeShippingBar: _gem_sdk_core.ComponentSetting<HextomFreeShippingBarProps>;
2407
2418
  };
2408
2419
 
2409
2420
  type RechargeSubscriptionsProps = BaseProps<{
@@ -3358,6 +3369,52 @@ type TrustshopProductReviewsProps = BaseProps<{
3358
3369
  }>;
3359
3370
  declare const TrustshopProductReviews$1: React.FC<TrustshopProductReviewsProps>;
3360
3371
 
3372
+ type StellarDeliveryDatePickupProps = BaseProps<{
3373
+ align?: ObjectDevices<AlignProp>;
3374
+ openApp?: any;
3375
+ install?: any;
3376
+ }>;
3377
+ declare const StellarDeliveryDatePickup$1: React.FC<StellarDeliveryDatePickupProps>;
3378
+
3379
+ type EssentialCountdownTimerBarProps = BaseProps<{
3380
+ align?: ObjectDevices<AlignProp>;
3381
+ openApp?: any;
3382
+ install?: any;
3383
+ appBlockId?: string;
3384
+ widgetType?: string;
3385
+ timerId?: string;
3386
+ }>;
3387
+ declare const EssentialCountdownTimerBar$1: React.FC<EssentialCountdownTimerBarProps>;
3388
+
3389
+ type EssentialAnnouncementBarProps = BaseProps<{
3390
+ align?: ObjectDevices<AlignProp>;
3391
+ openApp?: any;
3392
+ install?: any;
3393
+ appBlockId?: string;
3394
+ widgetType?: string;
3395
+ announcementId?: string;
3396
+ }>;
3397
+ declare const EssentialAnnouncementBar$1: React.FC<EssentialAnnouncementBarProps>;
3398
+
3399
+ type OkendoReviewsLoyaltyProps = BaseProps<{
3400
+ align?: ObjectDevices<AlignProp>;
3401
+ openApp?: any;
3402
+ install?: any;
3403
+ appBlockId?: string;
3404
+ widgetType?: string;
3405
+ productHandle?: string;
3406
+ }>;
3407
+ declare const OkendoReviewsLoyalty$1: React.FC<OkendoReviewsLoyaltyProps>;
3408
+
3409
+ type EstimatedDeliveryDatePlusProps = BaseProps<{
3410
+ align?: ObjectDevices<AlignProp>;
3411
+ openApp?: any;
3412
+ install?: any;
3413
+ appBlockId?: string;
3414
+ widgetType?: string;
3415
+ }>;
3416
+ declare const EstimatedDeliveryDatePlus$1: React.FC<EstimatedDeliveryDatePlusProps>;
3417
+
3361
3418
  type HextomCountdownTimerBarProps = BaseProps<{
3362
3419
  align?: ObjectDevices<AlignProp>;
3363
3420
  openApp?: any;
@@ -3376,6 +3433,50 @@ type TrustBadgesBearProps = BaseProps<{
3376
3433
  }>;
3377
3434
  declare const TrustBadgesBear$1: React.FC<TrustBadgesBearProps>;
3378
3435
 
3436
+ type TrustedsiteTrustBadgesProps = BaseProps<{
3437
+ align?: ObjectDevices<AlignProp>;
3438
+ openApp?: any;
3439
+ install?: any;
3440
+ appBlockId?: string;
3441
+ widgetType?: string;
3442
+ trustId?: string;
3443
+ }>;
3444
+ declare const TrustedsiteTrustBadges$1: React.FC<TrustedsiteTrustBadgesProps>;
3445
+
3446
+ type GloColorSwatchvariantImageProps = BaseProps<{
3447
+ align?: ObjectDevices<AlignProp>;
3448
+ openApp?: any;
3449
+ install?: any;
3450
+ appBlockId?: string;
3451
+ widgetType?: string;
3452
+ }>;
3453
+ declare const GloColorSwatchvariantImage$1: React.FC<GloColorSwatchvariantImageProps>;
3454
+
3455
+ type BfSizeChartSizeGuideProps = BaseProps<{
3456
+ align?: ObjectDevices<AlignProp>;
3457
+ openApp?: any;
3458
+ install?: any;
3459
+ appBlockId?: string;
3460
+ widgetType?: string;
3461
+ }>;
3462
+ declare const BfSizeChartSizeGuide$1: React.FC<BfSizeChartSizeGuideProps>;
3463
+
3464
+ type AlsoBoughtCbbProps = BaseProps<{
3465
+ align?: ObjectDevices<AlignProp>;
3466
+ openApp?: any;
3467
+ install?: any;
3468
+ }>;
3469
+ declare const AlsoBoughtCbb$1: React.FC<AlsoBoughtCbbProps>;
3470
+
3471
+ type HextomFreeShippingBarProps = BaseProps<{
3472
+ align?: ObjectDevices<AlignProp>;
3473
+ openApp?: any;
3474
+ install?: any;
3475
+ appBlockId?: string;
3476
+ widgetType?: string;
3477
+ }>;
3478
+ declare const HextomFreeShippingBar$1: React.FC<HextomFreeShippingBarProps>;
3479
+
3379
3480
  declare const _default$q: {
3380
3481
  InstantJudgemeReviews: _gem_sdk_core.ComponentSetting<InstantJudgemeReviewsProps>;
3381
3482
  InstantLooxReviews: _gem_sdk_core.ComponentSetting<InstantLooxReviewsProps>;
@@ -3833,6 +3934,7 @@ type ImageComparisonStyle = {
3833
3934
  } & Pick<SharedProps, 'aspectRatio'>;
3834
3935
  type ImageComparisonProps = BaseProps & {
3835
3936
  className?: string;
3937
+ enableLazyLoadImage?: boolean;
3836
3938
  pageContext?: PageContext;
3837
3939
  } & BasePropsWrap<ImageComparisonSetting, ImageComparisonStyle>;
3838
3940
  declare const ImageComparison$1: React.FC<ImageComparisonProps>;
@@ -4475,6 +4577,7 @@ type ProductOfferSettings = Omit<ProductSetting, 'productSetting'> & {
4475
4577
  productIds?: string[];
4476
4578
  };
4477
4579
  productOfferLayout: ObjectDevices<'1col' | '2col'>;
4580
+ dynamicOfferQuantity?: number;
4478
4581
  discountAndShippingFee?: boolean;
4479
4582
  };
4480
4583
  type ProductOfferStyles = RowProps$1['styles'] & {
@@ -5006,6 +5109,11 @@ declare const _default$1: {
5006
5109
  InstantLooxReviews: React.ComponentType<InstantLooxReviewsProps>;
5007
5110
  InstantKlaviyo: React.ComponentType<InstantKlaviyoProps>;
5008
5111
  InstantYotpoLoyalty: React.ComponentType<InstantYotpoLoyaltyProps>;
5112
+ EstimatedDeliveryDatePlus: React.ComponentType<EstimatedDeliveryDatePlusProps>;
5113
+ OkendoReviewsLoyalty: React.ComponentType<OkendoReviewsLoyaltyProps>;
5114
+ EssentialAnnouncementBar: React.ComponentType<EssentialAnnouncementBarProps>;
5115
+ EssentialCountdownTimerBar: React.ComponentType<EssentialCountdownTimerBarProps>;
5116
+ StellarDeliveryDatePickup: React.ComponentType<StellarDeliveryDatePickupProps>;
5009
5117
  TrustshopProductReviews: React.ComponentType<TrustshopProductReviewsProps>;
5010
5118
  HulkProductOptions: React.ComponentType<HulkProductOptionsProps>;
5011
5119
  TrustreviewsProductReviews: React.ComponentType<TrustreviewsProductReviewsProps>;
@@ -5109,6 +5217,11 @@ declare const _default$1: {
5109
5217
  FordeerProductLabels: React.ComponentType<FordeerProductLabelsProps>;
5110
5218
  HextomCountdownTimerBar: React.ComponentType<HextomCountdownTimerBarProps>;
5111
5219
  TrustBadgesBear: React.ComponentType<TrustBadgesBearProps>;
5220
+ TrustedsiteTrustBadges: React.ComponentType<TrustedsiteTrustBadgesProps>;
5221
+ GloColorSwatchvariantImage: React.ComponentType<GloColorSwatchvariantImageProps>;
5222
+ BfSizeChartSizeGuide: React.ComponentType<BfSizeChartSizeGuideProps>;
5223
+ AlsoBoughtCbb: React.ComponentType<AlsoBoughtCbbProps>;
5224
+ HextomFreeShippingBar: React.ComponentType<HextomFreeShippingBarProps>;
5112
5225
  Menu: React.ComponentType<MenuProps>;
5113
5226
  Video: React.ComponentType<VideoProps$1>;
5114
5227
  Textarea: React.ComponentType<TextareaProps>;
@@ -5615,7 +5728,7 @@ type PropTypes = ProductImagesProps$1 & React.ComponentPropsWithoutRef<'div'> &
5615
5728
  children?: any;
5616
5729
  } & {
5617
5730
  pageContext?: PageContext;
5618
- enableLazyloadImage?: boolean;
5731
+ enableLazyLoadImage?: boolean;
5619
5732
  };
5620
5733
  declare const ProductImages: (productImageProps: PropTypes) => string;
5621
5734
 
@@ -6067,7 +6180,7 @@ type CountdownLiquidProps = BaseProps<{
6067
6180
  };
6068
6181
  declare const Countdown: ({ builderProps, setting, styles, advanced, pageContext, }: CountdownLiquidProps) => string;
6069
6182
 
6070
- declare const Image: ({ styles, className, setting, builderAttrs, builderProps, style, advanced, enableLazyloadImage, }: {
6183
+ declare const Image: ({ styles, className, setting, builderAttrs, builderProps, style, advanced, enableLazyLoadImage, pageContext, }: {
6071
6184
  className?: string | undefined;
6072
6185
  children?: React.ReactNode;
6073
6186
  onClick?: React.MouseEventHandler<any> | undefined;
@@ -6104,6 +6217,7 @@ declare const Image: ({ styles, className, setting, builderAttrs, builderProps,
6104
6217
  } | undefined;
6105
6218
  hoverEffect?: string | undefined;
6106
6219
  isNotLazyload?: boolean | undefined;
6220
+ disableNoDataState?: boolean | undefined;
6107
6221
  } & Pick<AdaptiveImageProps, "srcSet">, {
6108
6222
  shape?: Partial<Record<_gem_sdk_core.NameDevices, _gem_sdk_core.SizeSettingGlobal>> | undefined;
6109
6223
  customAspectRadio?: Partial<Record<_gem_sdk_core.NameDevices, _gem_sdk_core.Ratio>> | undefined;
@@ -6126,7 +6240,8 @@ declare const Image: ({ styles, className, setting, builderAttrs, builderProps,
6126
6240
  } & {
6127
6241
  advanced?: any;
6128
6242
  } & {
6129
- enableLazyloadImage?: boolean | undefined;
6243
+ enableLazyLoadImage?: boolean | undefined;
6244
+ pageContext?: PageContext | undefined;
6130
6245
  }) => string;
6131
6246
 
6132
6247
  type VideoProps = {} & BasePropsWrap<{
@@ -6191,7 +6306,7 @@ declare const TabItem: ({ children, builderAttrs, style, className, parentUid }:
6191
6306
  parentUid?: string | undefined;
6192
6307
  }) => string;
6193
6308
 
6194
- declare const HeroBanner: ({ builderAttrs, builderProps, setting, styles, style, children, rawChildren, advanced, enableLazyloadImage, }: _gem_sdk_core.BaseProps<{
6309
+ declare const HeroBanner: ({ builderAttrs, builderProps, setting, styles, style, children, rawChildren, advanced, enableLazyLoadImage, }: _gem_sdk_core.BaseProps<{
6195
6310
  link?: {
6196
6311
  link?: string | undefined;
6197
6312
  target?: string | undefined;
@@ -6254,7 +6369,7 @@ declare const HeroBanner: ({ builderAttrs, builderProps, setting, styles, style,
6254
6369
  } & {
6255
6370
  rawChildren?: any[] | undefined;
6256
6371
  advanced?: any;
6257
- enableLazyloadImage?: boolean | undefined;
6372
+ enableLazyLoadImage?: boolean | undefined;
6258
6373
  }) => string;
6259
6374
 
6260
6375
  declare const CSSCode: ({ setting, style, advanced, builderAttrs, builderProps }: CSSCodeProps) => string;
@@ -6697,11 +6812,31 @@ declare const MyappgurusProductReviews: ({ setting, advanced }: MyappgurusProduc
6697
6812
 
6698
6813
  declare const HulkProductOptions: ({ setting, advanced }: HulkProductOptionsProps) => string;
6699
6814
 
6815
+ declare const TrustshopProductReviews: ({ setting, advanced }: TrustshopProductReviewsProps) => string;
6816
+
6817
+ declare const StellarDeliveryDatePickup: ({ setting, advanced }: StellarDeliveryDatePickupProps) => string;
6818
+
6819
+ declare const EssentialCountdownTimerBar: ({ setting, advanced }: EssentialCountdownTimerBarProps) => string;
6820
+
6821
+ declare const EssentialAnnouncementBar: ({ setting, advanced }: EssentialAnnouncementBarProps) => string;
6822
+
6823
+ declare const OkendoReviewsLoyalty: ({ setting, advanced }: OkendoReviewsLoyaltyProps) => string;
6824
+
6825
+ declare const EstimatedDeliveryDatePlus: ({ setting, advanced }: EstimatedDeliveryDatePlusProps) => string;
6826
+
6700
6827
  declare const HextomCountdownTimerBar: ({ setting, advanced }: HextomCountdownTimerBarProps) => string;
6701
6828
 
6702
6829
  declare const TrustBadgesBear: ({ setting, advanced }: TrustBadgesBearProps) => string;
6703
6830
 
6704
- declare const TrustshopProductReviews: ({ setting, advanced }: TrustshopProductReviewsProps) => string;
6831
+ declare const TrustedsiteTrustBadges: ({ setting, advanced }: TrustedsiteTrustBadgesProps) => string;
6832
+
6833
+ declare const GloColorSwatchvariantImage: ({ setting, advanced }: GloColorSwatchvariantImageProps) => string;
6834
+
6835
+ declare const BfSizeChartSizeGuide: ({ setting, advanced }: BfSizeChartSizeGuideProps) => string;
6836
+
6837
+ declare const AlsoBoughtCbb: ({ setting, advanced }: AlsoBoughtCbbProps) => string;
6838
+
6839
+ declare const HextomFreeShippingBar: ({ setting, advanced }: HextomFreeShippingBarProps) => string;
6705
6840
 
6706
6841
  declare const ImageComparison: ({ setting, styles, builderProps, advanced, ...props }: ImageComparisonProps) => string;
6707
6842
 
@@ -6857,6 +6992,7 @@ declare const index_liquid_AccordionItem: typeof AccordionItem;
6857
6992
  declare const index_liquid_AftershipEmailMarketingsms: typeof AftershipEmailMarketingsms;
6858
6993
  declare const index_liquid_AirProductReviewsAppUgc: typeof AirProductReviewsAppUgc;
6859
6994
  declare const index_liquid_AliReviews: typeof AliReviews;
6995
+ declare const index_liquid_AlsoBoughtCbb: typeof AlsoBoughtCbb;
6860
6996
  declare const index_liquid_AppointmentBookingCowlendar: typeof AppointmentBookingCowlendar;
6861
6997
  declare const index_liquid_AppstleSubscriptions: typeof AppstleSubscriptions;
6862
6998
  declare const index_liquid_ArticleAuthor: typeof ArticleAuthor;
@@ -6871,6 +7007,7 @@ declare const index_liquid_ArticleReadMore: typeof ArticleReadMore;
6871
7007
  declare const index_liquid_ArticleTag: typeof ArticleTag;
6872
7008
  declare const index_liquid_ArticleTitle: typeof ArticleTitle;
6873
7009
  declare const index_liquid_BestBuyFulfillment: typeof BestBuyFulfillment;
7010
+ declare const index_liquid_BfSizeChartSizeGuide: typeof BfSizeChartSizeGuide;
6874
7011
  declare const index_liquid_BirdChime: typeof BirdChime;
6875
7012
  declare const index_liquid_Bogos: typeof Bogos;
6876
7013
  declare const index_liquid_BoldProductOptions: typeof BoldProductOptions;
@@ -6900,7 +7037,10 @@ declare const index_liquid_DynamicCheckout: typeof DynamicCheckout;
6900
7037
  declare const index_liquid_EasifyProductOptions: typeof EasifyProductOptions;
6901
7038
  declare const index_liquid_EasyBundleBuilderSkailama: typeof EasyBundleBuilderSkailama;
6902
7039
  declare const index_liquid_EasySellCOD: typeof EasySellCOD;
7040
+ declare const index_liquid_EssentialAnnouncementBar: typeof EssentialAnnouncementBar;
7041
+ declare const index_liquid_EssentialCountdownTimerBar: typeof EssentialCountdownTimerBar;
6903
7042
  declare const index_liquid_EstimateDate: typeof EstimateDate;
7043
+ declare const index_liquid_EstimatedDeliveryDatePlus: typeof EstimatedDeliveryDatePlus;
6904
7044
  declare const index_liquid_FastBundleBundlesDiscounts: typeof FastBundleBundlesDiscounts;
6905
7045
  declare const index_liquid_FeraReviews: typeof FeraReviews;
6906
7046
  declare const index_liquid_FileUpload: typeof FileUpload;
@@ -6911,12 +7051,14 @@ declare const index_liquid_FormDropdown: typeof FormDropdown;
6911
7051
  declare const index_liquid_FormEmail: typeof FormEmail;
6912
7052
  declare const index_liquid_FormTextarea: typeof FormTextarea;
6913
7053
  declare const index_liquid_FrequentlyBoughtTogether: typeof FrequentlyBoughtTogether;
7054
+ declare const index_liquid_GloColorSwatchvariantImage: typeof GloColorSwatchvariantImage;
6914
7055
  declare const index_liquid_GloboProductOptionsVariant: typeof GloboProductOptionsVariant;
6915
7056
  declare const index_liquid_GoogleReviewsByReputon: typeof GoogleReviewsByReputon;
6916
7057
  declare const index_liquid_Growave: typeof Growave;
6917
7058
  declare const index_liquid_Heading: typeof Heading;
6918
7059
  declare const index_liquid_HeroBanner: typeof HeroBanner;
6919
7060
  declare const index_liquid_HextomCountdownTimerBar: typeof HextomCountdownTimerBar;
7061
+ declare const index_liquid_HextomFreeShippingBar: typeof HextomFreeShippingBar;
6920
7062
  declare const index_liquid_HulkFormBuilder: typeof HulkFormBuilder;
6921
7063
  declare const index_liquid_HulkProductOptions: typeof HulkProductOptions;
6922
7064
  declare const index_liquid_Icon: typeof Icon;
@@ -6949,6 +7091,7 @@ declare const index_liquid_MbcBundleVolumeDiscount: typeof MbcBundleVolumeDiscou
6949
7091
  declare const index_liquid_MyappgurusProductReviews: typeof MyappgurusProductReviews;
6950
7092
  declare const index_liquid_Newsletter: typeof Newsletter;
6951
7093
  declare const index_liquid_NotifyBackInStockPreOrder: typeof NotifyBackInStockPreOrder;
7094
+ declare const index_liquid_OkendoReviewsLoyalty: typeof OkendoReviewsLoyalty;
6952
7095
  declare const index_liquid_Omnisend: typeof Omnisend;
6953
7096
  declare const index_liquid_Opinew: typeof Opinew;
6954
7097
  declare const index_liquid_ParcelPanel: typeof ParcelPanel;
@@ -7002,6 +7145,7 @@ declare const index_liquid_SkioSubscriptionsYcS20: typeof SkioSubscriptionsYcS20
7002
7145
  declare const index_liquid_SmartSearchBarAndFilters: typeof SmartSearchBarAndFilters;
7003
7146
  declare const index_liquid_SproutPlantTreesGrowSales: typeof SproutPlantTreesGrowSales;
7004
7147
  declare const index_liquid_Stamped: typeof Stamped;
7148
+ declare const index_liquid_StellarDeliveryDatePickup: typeof StellarDeliveryDatePickup;
7005
7149
  declare const index_liquid_Sticky: typeof Sticky;
7006
7150
  declare const index_liquid_StockCounter: typeof StockCounter;
7007
7151
  declare const index_liquid_SubifySubscriptionsApp: typeof SubifySubscriptionsApp;
@@ -7016,6 +7160,7 @@ declare const index_liquid_TextField: typeof TextField;
7016
7160
  declare const index_liquid_ThirdPartySlot: typeof ThirdPartySlot;
7017
7161
  declare const index_liquid_TrustBadgesBear: typeof TrustBadgesBear;
7018
7162
  declare const index_liquid_TrustMe: typeof TrustMe;
7163
+ declare const index_liquid_TrustedsiteTrustBadges: typeof TrustedsiteTrustBadges;
7019
7164
  declare const index_liquid_Trustoo: typeof Trustoo;
7020
7165
  declare const index_liquid_TrustreviewsProductReviews: typeof TrustreviewsProductReviews;
7021
7166
  declare const index_liquid_TrustshopProductReviews: typeof TrustshopProductReviews;
@@ -7036,6 +7181,7 @@ declare namespace index_liquid {
7036
7181
  index_liquid_AftershipEmailMarketingsms as AftershipEmailMarketingsms,
7037
7182
  index_liquid_AirProductReviewsAppUgc as AirProductReviewsAppUgc,
7038
7183
  index_liquid_AliReviews as AliReviews,
7184
+ index_liquid_AlsoBoughtCbb as AlsoBoughtCbb,
7039
7185
  index_liquid_AppointmentBookingCowlendar as AppointmentBookingCowlendar,
7040
7186
  index_liquid_AppstleSubscriptions as AppstleSubscriptions,
7041
7187
  index_liquid_ArticleAuthor as ArticleAuthor,
@@ -7050,6 +7196,7 @@ declare namespace index_liquid {
7050
7196
  index_liquid_ArticleTag as ArticleTag,
7051
7197
  index_liquid_ArticleTitle as ArticleTitle,
7052
7198
  index_liquid_BestBuyFulfillment as BestBuyFulfillment,
7199
+ index_liquid_BfSizeChartSizeGuide as BfSizeChartSizeGuide,
7053
7200
  index_liquid_BirdChime as BirdChime,
7054
7201
  index_liquid_Bogos as Bogos,
7055
7202
  index_liquid_BoldProductOptions as BoldProductOptions,
@@ -7080,7 +7227,10 @@ declare namespace index_liquid {
7080
7227
  index_liquid_EasifyProductOptions as EasifyProductOptions,
7081
7228
  index_liquid_EasyBundleBuilderSkailama as EasyBundleBuilderSkailama,
7082
7229
  index_liquid_EasySellCOD as EasySellCOD,
7230
+ index_liquid_EssentialAnnouncementBar as EssentialAnnouncementBar,
7231
+ index_liquid_EssentialCountdownTimerBar as EssentialCountdownTimerBar,
7083
7232
  index_liquid_EstimateDate as EstimateDate,
7233
+ index_liquid_EstimatedDeliveryDatePlus as EstimatedDeliveryDatePlus,
7084
7234
  index_liquid_FastBundleBundlesDiscounts as FastBundleBundlesDiscounts,
7085
7235
  index_liquid_FeraReviews as FeraReviews,
7086
7236
  index_liquid_FileUpload as FileUpload,
@@ -7092,12 +7242,14 @@ declare namespace index_liquid {
7092
7242
  index_liquid_FormEmail as FormEmail,
7093
7243
  index_liquid_FormTextarea as FormTextarea,
7094
7244
  index_liquid_FrequentlyBoughtTogether as FrequentlyBoughtTogether,
7245
+ index_liquid_GloColorSwatchvariantImage as GloColorSwatchvariantImage,
7095
7246
  index_liquid_GloboProductOptionsVariant as GloboProductOptionsVariant,
7096
7247
  index_liquid_GoogleReviewsByReputon as GoogleReviewsByReputon,
7097
7248
  index_liquid_Growave as Growave,
7098
7249
  index_liquid_Heading as Heading,
7099
7250
  index_liquid_HeroBanner as HeroBanner,
7100
7251
  index_liquid_HextomCountdownTimerBar as HextomCountdownTimerBar,
7252
+ index_liquid_HextomFreeShippingBar as HextomFreeShippingBar,
7101
7253
  index_liquid_HulkFormBuilder as HulkFormBuilder,
7102
7254
  index_liquid_HulkProductOptions as HulkProductOptions,
7103
7255
  index_liquid_Icon as Icon,
@@ -7131,6 +7283,7 @@ declare namespace index_liquid {
7131
7283
  index_liquid_MyappgurusProductReviews as MyappgurusProductReviews,
7132
7284
  index_liquid_Newsletter as Newsletter,
7133
7285
  index_liquid_NotifyBackInStockPreOrder as NotifyBackInStockPreOrder,
7286
+ index_liquid_OkendoReviewsLoyalty as OkendoReviewsLoyalty,
7134
7287
  index_liquid_Omnisend as Omnisend,
7135
7288
  index_liquid_Opinew as Opinew,
7136
7289
  index_liquid_ParcelPanel as ParcelPanel,
@@ -7186,6 +7339,7 @@ declare namespace index_liquid {
7186
7339
  index_liquid_SmartSearchBarAndFilters as SmartSearchBarAndFilters,
7187
7340
  index_liquid_SproutPlantTreesGrowSales as SproutPlantTreesGrowSales,
7188
7341
  index_liquid_Stamped as Stamped,
7342
+ index_liquid_StellarDeliveryDatePickup as StellarDeliveryDatePickup,
7189
7343
  index_liquid_Sticky as Sticky,
7190
7344
  index_liquid_StockCounter as StockCounter,
7191
7345
  index_liquid_SubifySubscriptionsApp as SubifySubscriptionsApp,
@@ -7200,6 +7354,7 @@ declare namespace index_liquid {
7200
7354
  index_liquid_ThirdPartySlot as ThirdPartySlot,
7201
7355
  index_liquid_TrustBadgesBear as TrustBadgesBear,
7202
7356
  index_liquid_TrustMe as TrustMe,
7357
+ index_liquid_TrustedsiteTrustBadges as TrustedsiteTrustBadges,
7203
7358
  index_liquid_Trustoo as Trustoo,
7204
7359
  index_liquid_TrustreviewsProductReviews as TrustreviewsProductReviews,
7205
7360
  index_liquid_TrustshopProductReviews as TrustshopProductReviews,
@@ -7218,6 +7373,11 @@ declare namespace index_liquid {
7218
7373
  }
7219
7374
 
7220
7375
  declare const _default: {
7376
+ EstimatedDeliveryDatePlus: React.FC<EstimatedDeliveryDatePlusProps>;
7377
+ OkendoReviewsLoyalty: React.FC<OkendoReviewsLoyaltyProps>;
7378
+ EssentialAnnouncementBar: React.FC<EssentialAnnouncementBarProps>;
7379
+ EssentialCountdownTimerBar: React.FC<EssentialCountdownTimerBarProps>;
7380
+ StellarDeliveryDatePickup: React.FC<StellarDeliveryDatePickupProps>;
7221
7381
  TrustshopProductReviews: React.FC<TrustshopProductReviewsProps>;
7222
7382
  HulkProductOptions: React.FC<HulkProductOptionsProps>;
7223
7383
  TrustreviewsProductReviews: React.FC<TrustreviewsProductReviewsProps>;
@@ -7549,6 +7709,11 @@ declare const _default: {
7549
7709
  ProductBadge: React.FC<ProductBadgeProps>;
7550
7710
  HextomCountdownTimerBar: React.FC<HextomCountdownTimerBarProps>;
7551
7711
  TrustBadgesBear: React.FC<TrustBadgesBearProps>;
7712
+ TrustedsiteTrustBadges: React.FC<TrustedsiteTrustBadgesProps>;
7713
+ GloColorSwatchvariantImage: React.FC<GloColorSwatchvariantImageProps>;
7714
+ BfSizeChartSizeGuide: React.FC<BfSizeChartSizeGuideProps>;
7715
+ AlsoBoughtCbb: React.FC<AlsoBoughtCbbProps>;
7716
+ HextomFreeShippingBar: React.FC<HextomFreeShippingBarProps>;
7552
7717
  };
7553
7718
 
7554
7719
  declare const ELEMENT_Z_INDEX: {
@@ -7587,4 +7752,4 @@ declare const getInsertLinkData: (defaultWrap: string, setting?: {
7587
7752
  };
7588
7753
  declare const replaceLinkData: (text?: string, isTranslate?: boolean) => string | undefined;
7589
7754
 
7590
- export { Accordion$1 as Accordion, AccordionItem$1 as AccordionItem, AccordionItemProps, AccordionProps, AftershipEmailMarketingsms$1 as AftershipEmailMarketingsms, AftershipEmailMarketingsmsProps, AirProductReviewsAppUgc$1 as AirProductReviewsAppUgc, AirProductReviewsAppUgcProps, AliReviews$1 as AliReviews, AliReviewsProps, AppointmentBookingCowlendar$1 as AppointmentBookingCowlendar, AppointmentBookingCowlendarProps, AppstleSubscriptions$1 as AppstleSubscriptions, AppstleSubscriptionsProps, ArticleAuthor$1 as ArticleAuthor, ArticleCategory$1 as ArticleCategory, ArticleContent$1 as ArticleContent, ArticleDate$1 as ArticleDate, ArticleExcerpt$1 as ArticleExcerpt, ArticleImage$1 as ArticleImage, ArticleList$1 as ArticleList, ArticlePagination$1 as ArticlePagination, ArticleReadMore$1 as ArticleReadMore, ArticleTag$1 as ArticleTag, ArticleTitle$1 as ArticleTitle, BgImage as BackgroundImage, BackgroundImageProps, BasicHeader, BestBuyFulfillment$1 as BestBuyFulfillment, BestBuyFulfillmentProps, BirdChime$1 as BirdChime, BirdChimeProps, Bogos$1 as Bogos, BogosProps, BoldProductOptions$1 as BoldProductOptions, BoldProductOptionsProps, BoldSubscriptions$1 as BoldSubscriptions, BoldSubscriptionsProps, BonLoyaltyRewardsReferrals$1 as BonLoyaltyRewardsReferrals, BonLoyaltyRewardsReferralsProps, BoostAISearchDiscovery$1 as BoostAISearchDiscovery, BoostAISearchDiscoveryProps, Breadcrumb$1 as Breadcrumb, Breadcrumb$1 as BreadcrumbProps, Bundler$1 as Bundler, BundlerProps, Button$2 as Button, ButtonProps, CSSCode$1 as CSSCode, CSSCodeProps, Carousel$1 as Carousel, CarouselItem$1 as CarouselItem, CarouselItemProps, CarouselProps, CarouselSettings, CarouselStyles, Cart, CartCheckout, CartDiscount, CartLineAttribute, CartLineImage, CartLinePrice, CartLineVariant, CartList, CartOrderNote, CartProps, CartTotalItem, CartTotalPrice, CheckoutNow, CleanSizeChartProps, CleanSizeCharts$1 as CleanSizeCharts, Column$1 as Col, ColProps$1 as ColProps, CollectionBanner$1 as CollectionBanner, CollectionBannerProps, CollectionDescription$1 as CollectionDescription, CollectionDescriptionProps, CollectionPaginator$1 as CollectionPaginator, CollectionPaginatorProps, CollectionTitle$1 as CollectionTitle, CollectionTitleProps, CollectionToolbar$1 as CollectionToolbar, CollectionToolbarProps, ContactForm$1 as ContactForm, Countdown$1 as Countdown, CountdownProps, Coupon$1 as Coupon, CouponList, CouponProps, CrossSellCartUpsell$1 as CrossSellCartUpsell, CrossSellCartUpsellProps, CustomProductOptionsVariant$1 as CustomProductOptionsVariant, CustomProductOptionsVariantProps, DataVideoType, DesktopMenu, Dialog$1 as Dialog, DiscountInput, DiscountyBulkDiscountSales$1 as DiscountyBulkDiscountSales, DiscountyBulkDiscountSalesProps, DynamicCheckout$1 as DynamicCheckout, DynamicCheckoutProps, ELEMENT_Z_INDEX, EasifyProductOptions$1 as EasifyProductOptions, EasifyProductOptionsProps, EasyBundleBuilderSkailama$1 as EasyBundleBuilderSkailama, EasyBundleBuilderSkailamaProps, EasySell as EasySellCOD, EasySellProps, EstimateDate$1 as EstimateDate, EstimateDateProps, FastBundleBundlesDiscounts$1 as FastBundleBundlesDiscounts, FastBundleBundlesDiscountsProps, FeraReviews$1 as FeraReviews, FeraReviewsProps, FileUpload$1 as FileUpload, FileUploadProps, FirePush$1 as FirePush, FirePushProps, FlyBundlesUpsellsFbt$1 as FlyBundlesUpsellsFbt, FlyBundlesUpsellsFbtProps, FordeerProductLabels$1 as FordeerProductLabels, FordeerProductLabelsProps, FormCheckbox, FormCheckboxProps, FormDropdown$1 as FormDropdown, FormDropdownProps, FormEmail$1 as FormEmail, FormEmailProps, FormTextArea as FormTextarea, FrequentlyBoughtTogether$1 as FrequentlyBoughtTogether, FrequentlyBoughtTogetherProps, GloboProductOptionsVariant$1 as GloboProductOptionsVariant, GloboProductOptionsVariantProps, GoogleReviewsByReputon$1 as GoogleReviewsByReputon, GoogleReviewsByReputonProps, Growave$1 as Growave, GrowaveProps, Header, HeaderProps, Heading$1 as Heading, HeadingProps, HeroBanner$1 as HeroBanner, HeroBannerProps, HextomCountdownTimerBar$1 as HextomCountdownTimerBar, HextomCountdownTimerBarProps, HulkFormBuilder$1 as HulkFormBuilder, HulkFormBuilderProps, HulkProductOptions$1 as HulkProductOptions, HulkProductOptionsProps, Icon$1 as Icon, IconList$1 as IconList, IconListHoz$1 as IconListHoz, IconListHozItem, IconListHozProps, IconListItem$1 as IconListItem, IconListItemProps$3 as IconListItemProps, IconListProps$2 as IconListProps, IconListV2$1 as IconListV2, IconProps$1 as IconProps, Image$1 as Image, ImageComparison$1 as ImageComparison, ImageDetection, ImageDetectionProps, ImageProps, InfiniteOptions$1 as InfiniteOptions, InfiniteOptionsProps, Input, InputProps, Instafeed$1 as Instafeed, InstafeedProps, InstantJudgemeReviews, InstantJudgemeReviewsProps, InstantKlaviyo, InstantKlaviyoProps, InstantLooxReviews, InstantLooxReviewsProps, InstantYotpoLoyalty, InstantYotpoLoyaltyProps, InstasellShoppableInstagram$1 as InstasellShoppableInstagram, InstasellShoppableInstagramProps, JudgemeReviews$1 as JudgemeReviews, JudgemeReviewsProps, JunipProductReviewsUgc$1 as JunipProductReviewsUgc, JunipProductReviewsUgcProps, KachingBundles$1 as KachingBundles, KachingBundlesProps, KingProductOptions$1 as KingProductOptions, KingProductOptionsProps, KiteFreeGiftDiscount$1 as KiteFreeGiftDiscount, KiteFreeGiftDiscountProps, KlarnaMessaging$1 as KlarnaMessaging, KlarnaMessagingProps, Klaviyo$1 as Klaviyo, KlaviyoProps, KoalaBundleQuantityDiscount$1 as KoalaBundleQuantityDiscount, KoalaBundleQuantityDiscountProps, LaiProductReviews$1 as LaiProductReviews, LaiProductReviewsProps, Line$2 as Line, LineProps$1 as LineProps, Link, LinkProps$1 as LinkProps, LoloyalLoyaltyReferrals$1 as LoloyalLoyaltyReferrals, LoloyalLoyaltyReferralsProps, LoopSubscriptions$1 as LoopSubscriptions, LoopSubscriptionsProps, LooxReviews$1 as LooxReviews, LooxReviewsProps, Marquee$1 as Marquee, _default$2 as MarqueeItem, MarqueeItemProps, MarqueeProps, MaxbundleProductBundles$1 as MaxbundleProductBundles, MaxbundleProductBundlesProps, MbcBundleVolumeDiscount$1 as MbcBundleVolumeDiscount, MbcBundleVolumeDiscountProps, Menu, MenuProps, MobileMenu, Modal, ModernHeader, MyappgurusProductReviews$1 as MyappgurusProductReviews, MyappgurusProductReviewsProps, Newsletter$1 as Newsletter, NewsletterProps, Notify as Notice, NotificationAPI, NotificationConfig, NotifyBackInStockPreOrder$1 as NotifyBackInStockPreOrder, NotifyBackInStockPreOrderProps, Omnisend$1 as Omnisend, OmnisendProps, Opinew$1 as Opinew, OpinewProps, Pagination, PaginationProps, ParcelPanel$1 as ParcelPanel, ParcelPanelProps, PickyStory$1 as PickyStory, PickyStoryProps, PostPurchaseAcceptButton, PostPurchaseAcceptButtonProps, PostPurchaseAdvancedList, PostPurchaseAdvancedListItem, PostPurchaseAdvancedListProps, Button$1 as PostPurchaseButton, PostPurchaseButtonProps, CalloutBox as PostPurchaseCalloutBox, CalloutText as PostPurchaseCalloutText, PostPurchaseCountdownTimer, PostPurchaseHeading, PostPurchaseImage, PostPurchaseImageProps, Line$1 as PostPurchaseLine, PostPurchaseLineProps, PostPurchaseProductDescription, PostPurchaseProductDescriptionProps, PostPurchaseProductDiscountTag, PostPurchaseProductDiscountTagProps, PostPurchaseProductImages, PostPurchaseProductImagesProps, PostPurchaseProductOffer, PostPurchaseProductOfferProps, PostPurchaseProductPrice, PostPurchaseProductPriceBreakdown, PostPurchaseProductPriceBreakdownProps, PostPurchaseProductPriceProps, PostPurchaseProductQuantity, PostPurchaseProductQuantityProps, PostPurchaseProductTitle, PostPurchaseProductTitleProps, PostPurchaseProductVariants, PostPurchaseProductVariantsProps, Text$1 as PostPurchaseText, PostPurchaseTextProps, PowerfulContactFormBuilder$1 as PowerfulContactFormBuilder, PowerfulContactFormBuilderProps, PowrContactFormBuilder$1 as PowrContactFormBuilder, PowrContactFormBuilderProps, PreorderNowPreOrderPq$1 as PreorderNowPreOrderPq, PreorderNowPreOrderPqProps, PreorderNowWodPresale$1 as PreorderNowWodPresale, PreorderNowWodPresaleProps, Product$1 as Product, ProductBadge$1 as ProductBadge, ProductBadgeProps, ProductBundleDiscount$1 as ProductBundleDiscount, ProductBundleDiscountItem$1 as ProductBundleDiscountItem, ProductButton$1 as ProductButton, ProductButtonProps, ProductDescription$1 as ProductDescription, ProductDescriptionProps$1 as ProductDescriptionProps, ProductImages$2 as ProductImages, ProductImagesProps, ProductImagesV2, ProductList$1 as ProductList, ProductList$1 as ProductListProps, ProductOptionsCustomizer$1 as ProductOptionsCustomizer, ProductOptionsCustomizerProps, ProductOptionsVariantOption$1 as ProductOptionsVariantOption, ProductOptionsVariantOptionProps, ProductPrice$1 as ProductPrice, ProductPriceProps, ProductPropertiesProps, ProductProperties$1 as ProductPropertyInput, ProductProps, ProductQuantity$1 as ProductQuantity, ProductQuantityBreakItemProps, ProductQuantityBreakProps, ProductQuantityProps, QuickView as ProductQuickView, ProductReviews$1 as ProductReviews, ProductReviewsProps, ProductSku$1 as ProductSku, ProductTag$1 as ProductTag, ProductTagProps, ProductTitle$1 as ProductTitle, ProductTitleProps, ProductVariants$1 as ProductVariants, ProductVariantsProps, ProductVendor$1 as ProductVendor, ProductViewMore$1 as ProductViewMore, ProductViewMoreProps, PumperBundlesVolumeDiscount$1 as PumperBundlesVolumeDiscount, PumperBundlesVolumeDiscountProps, PushOwl$1 as PushOwl, PushOwlProps, QikifyUpsell$1 as QikifyUpsell, QikifyUpsellProps, Radio, RadioProps, RapiBundleQuantityBreaks$1 as RapiBundleQuantityBreaks, RapiBundleQuantityBreaksProps, RechargeSubscriptions$1 as RechargeSubscriptions, RechargeSubscriptionsProps, RecurpaySubscriptionApp$1 as RecurpaySubscriptionApp, RecurpaySubscriptionAppProps, Releasit$1 as Releasit, ReleasitProps, RequestQuoteHidePrice$1 as RequestQuoteHidePrice, RequestQuoteHidePriceProps, ReviewxpoProductReviewsApp$1 as ReviewxpoProductReviewsApp, ReviewxpoProductReviewsAppProps, Rivyo$1 as Rivyo, RivyoProps, Root$1 as Root, RootProps$1 as RootProps, Row$1 as Row, RowProps$1 as RowProps, Ryviu$1 as Ryviu, RyviuProps, SealSubscriptions$1 as SealSubscriptions, SealSubscriptionsProps, Section$1 as Section, SegunoEmailMarketing$1 as SegunoEmailMarketing, SegunoEmailMarketingProps, Select, SelectProps, Selleasy$1 as Selleasy, SelleasyProps, SeoantTrustBadgesIcon$1 as SeoantTrustBadgesIcon, SeoantTrustBadgesIconProps, ShopPayButton$1 as ShopPayButton, ShopPayButtonProps, ShopifyForms$1 as ShopifyForms, ShopifyFormsProps, ShopifySubscriptions$1 as ShopifySubscriptions, ShopifySubscriptionsProps, SimpleBundlesKits$1 as SimpleBundlesKits, SimpleBundlesKitsProps, SkioSubscriptionsYcS20$1 as SkioSubscriptionsYcS20, SkioSubscriptionsYcS20Props, SkuProps, SmartSearchBarAndFilters$1 as SmartSearchBarAndFilters, SmartSearchBarAndFiltersProps, SproutPlantTreesGrowSales$1 as SproutPlantTreesGrowSales, SproutPlantTreesGrowSalesProps, Stamped$1 as Stamped, StampedProps, Sticky$1 as Sticky, StickyProps, StockCounter$1 as StockCounter, StockCounterProps$1 as StockCounterProps, SubifySubscriptionsApp$1 as SubifySubscriptionsApp, SubifySubscriptionsAppProps, SubmitButton$1 as SubmitButton, SubmitButtonProps, TabItem$1 as TabItem, TabItemProps, Tabs$1 as Tabs, TabsProps, TagembedSocialPostReview$1 as TagembedSocialPostReview, TagembedSocialPostReviewProps, TagshopShoppableVideosUgc$1 as TagshopShoppableVideosUgc, TagshopShoppableVideosUgcProps, TeeinblueProductPersonalizer$1 as TeeinblueProductPersonalizer, TeeinblueProductPersonalizerProps, Text$2 as Text, TextAreaProps, TextField$1 as TextField, TextFieldProps, TextProps$1 as TextProps, TextArea as Textarea, TextareaProps, ThirdPartySlot$1 as ThirdPartySlot, TrustBadgesBear$1 as TrustBadgesBear, TrustBadgesBearProps, TrustMe$1 as TrustMe, TrustMeProps, Trustoo$1 as Trustoo, TrustooProps, TrustreviewsProductReviews$1 as TrustreviewsProductReviews, TrustreviewsProductReviewsProps, TrustshopProductReviews$1 as TrustshopProductReviews, TrustshopProductReviewsProps, UltimateSalesBoost$1 as UltimateSalesBoost, UltimateSalesBoostProps, UnlimitedBundlesDiscounts$1 as UnlimitedBundlesDiscounts, UnlimitedBundlesDiscountsProps, VendorProps, Video$1 as Video, Vitals$1 as Vitals, VitalsProps, WhatmoreShoppableVideosreel$1 as WhatmoreShoppableVideosreel, WhatmoreShoppableVideosreelProps, WideBundle$1 as WideBundle, WideBundleProps, Wiser$1 as Wiser, WiserProps, WishlistKing$1 as WishlistKing, WishlistKingProps, WishlistPlus$1 as WishlistPlus, WishlistPlusProps, YotpoLoyalty, YotpoLoyaltyProps, YotpoReviews$1 as YotpoReviews, YotpoReviewsProps, _default$R as accordionSetting, _default$4 as articleListSetting, _default$p as bannerSetting, _default$Q as breadcrumbSetting, _default as builderComponent, _default$P as buttonSetting, _default$N as carouselSetting, _default$K as cartSetting, _default$n as codeSetting, _default$J as collectionSetting, _default$j as contactFormSetting, _default$I as countdownSetting, _default$O as couponSetting, _default$k as dialogSetting, _default$5 as estimateDeliverySetting, getDynamicSourceLocales, getInsertLinkData, getSettingPreloadData, getStaticLocale, _default$L as gridSetting, _default$G as headerSetting, _default$H as headingSetting, _default$m as iconListHozSetting, _default$o as iconListSetting, _default$e as iconListSettingV2, _default$F as iconSetting, _default$h as imageComparisonSetting, _default$i as imageDetectionSetting, _default$M as imageSetting, _default$E as inputSetting, isHexTransparent, isTransparentColor, isTransparentRGBA, _default$D as lineSetting, _default$C as linkSetting, index_liquid as liquidComponents, _default$3 as marqueeSetting, _default$s as menuSetting, _default$B as modalSetting, _default$1 as nextComponent, openConfirm, _default$A as paginationSetting, _default$7 as postPurchaseAdvancedListSetting, _default$b as postPurchaseButtonSetting, _default$9 as postPurchaseCalloutBoxSetting, _default$6 as postPurchaseCountdownTimerSetting, _default$c as postPurchaseImageSetting, _default$8 as postPurchaseLineSetting, postPurchaseProduct1Col, postPurchaseProduct2Col, postPurchaseProductDefault, _default$a as postPurchaseProductSetting, _default$d as postPurchaseTextSetting, _default$z as productSetting, _default$x as radioSetting, replaceLinkData, _default$w as selectSetting, _default$f as stickySetting, _default$l as stockCounterSetting, _default$v as tabSetting, _default$y as textSetting, _default$u as textareaSetting, _default$q as thirdPartyInstantSetting, _default$r as thirdPartySetting, _default$g as thirdPartySlotSetting, useInView, useNotification, _default$t as videoSetting, youtubeShortsRegex };
7755
+ export { Accordion$1 as Accordion, AccordionItem$1 as AccordionItem, AccordionItemProps, AccordionProps, AftershipEmailMarketingsms$1 as AftershipEmailMarketingsms, AftershipEmailMarketingsmsProps, AirProductReviewsAppUgc$1 as AirProductReviewsAppUgc, AirProductReviewsAppUgcProps, AliReviews$1 as AliReviews, AliReviewsProps, AlsoBoughtCbb$1 as AlsoBoughtCbb, AlsoBoughtCbbProps, AppointmentBookingCowlendar$1 as AppointmentBookingCowlendar, AppointmentBookingCowlendarProps, AppstleSubscriptions$1 as AppstleSubscriptions, AppstleSubscriptionsProps, ArticleAuthor$1 as ArticleAuthor, ArticleCategory$1 as ArticleCategory, ArticleContent$1 as ArticleContent, ArticleDate$1 as ArticleDate, ArticleExcerpt$1 as ArticleExcerpt, ArticleImage$1 as ArticleImage, ArticleList$1 as ArticleList, ArticlePagination$1 as ArticlePagination, ArticleReadMore$1 as ArticleReadMore, ArticleTag$1 as ArticleTag, ArticleTitle$1 as ArticleTitle, BgImage as BackgroundImage, BackgroundImageProps, BasicHeader, BestBuyFulfillment$1 as BestBuyFulfillment, BestBuyFulfillmentProps, BfSizeChartSizeGuide$1 as BfSizeChartSizeGuide, BfSizeChartSizeGuideProps, BirdChime$1 as BirdChime, BirdChimeProps, Bogos$1 as Bogos, BogosProps, BoldProductOptions$1 as BoldProductOptions, BoldProductOptionsProps, BoldSubscriptions$1 as BoldSubscriptions, BoldSubscriptionsProps, BonLoyaltyRewardsReferrals$1 as BonLoyaltyRewardsReferrals, BonLoyaltyRewardsReferralsProps, BoostAISearchDiscovery$1 as BoostAISearchDiscovery, BoostAISearchDiscoveryProps, Breadcrumb$1 as Breadcrumb, Breadcrumb$1 as BreadcrumbProps, Bundler$1 as Bundler, BundlerProps, Button$2 as Button, ButtonProps, CSSCode$1 as CSSCode, CSSCodeProps, Carousel$1 as Carousel, CarouselItem$1 as CarouselItem, CarouselItemProps, CarouselProps, CarouselSettings, CarouselStyles, Cart, CartCheckout, CartDiscount, CartLineAttribute, CartLineImage, CartLinePrice, CartLineVariant, CartList, CartOrderNote, CartProps, CartTotalItem, CartTotalPrice, CheckoutNow, CleanSizeChartProps, CleanSizeCharts$1 as CleanSizeCharts, Column$1 as Col, ColProps$1 as ColProps, CollectionBanner$1 as CollectionBanner, CollectionBannerProps, CollectionDescription$1 as CollectionDescription, CollectionDescriptionProps, CollectionPaginator$1 as CollectionPaginator, CollectionPaginatorProps, CollectionTitle$1 as CollectionTitle, CollectionTitleProps, CollectionToolbar$1 as CollectionToolbar, CollectionToolbarProps, ContactForm$1 as ContactForm, Countdown$1 as Countdown, CountdownProps, Coupon$1 as Coupon, CouponList, CouponProps, CrossSellCartUpsell$1 as CrossSellCartUpsell, CrossSellCartUpsellProps, CustomProductOptionsVariant$1 as CustomProductOptionsVariant, CustomProductOptionsVariantProps, DataVideoType, DesktopMenu, Dialog$1 as Dialog, DiscountInput, DiscountyBulkDiscountSales$1 as DiscountyBulkDiscountSales, DiscountyBulkDiscountSalesProps, DynamicCheckout$1 as DynamicCheckout, DynamicCheckoutProps, ELEMENT_Z_INDEX, EasifyProductOptions$1 as EasifyProductOptions, EasifyProductOptionsProps, EasyBundleBuilderSkailama$1 as EasyBundleBuilderSkailama, EasyBundleBuilderSkailamaProps, EasySell as EasySellCOD, EasySellProps, EssentialAnnouncementBar$1 as EssentialAnnouncementBar, EssentialAnnouncementBarProps, EssentialCountdownTimerBar$1 as EssentialCountdownTimerBar, EssentialCountdownTimerBarProps, EstimateDate$1 as EstimateDate, EstimateDateProps, EstimatedDeliveryDatePlus$1 as EstimatedDeliveryDatePlus, EstimatedDeliveryDatePlusProps, FastBundleBundlesDiscounts$1 as FastBundleBundlesDiscounts, FastBundleBundlesDiscountsProps, FeraReviews$1 as FeraReviews, FeraReviewsProps, FileUpload$1 as FileUpload, FileUploadProps, FirePush$1 as FirePush, FirePushProps, FlyBundlesUpsellsFbt$1 as FlyBundlesUpsellsFbt, FlyBundlesUpsellsFbtProps, FordeerProductLabels$1 as FordeerProductLabels, FordeerProductLabelsProps, FormCheckbox, FormCheckboxProps, FormDropdown$1 as FormDropdown, FormDropdownProps, FormEmail$1 as FormEmail, FormEmailProps, FormTextArea as FormTextarea, FrequentlyBoughtTogether$1 as FrequentlyBoughtTogether, FrequentlyBoughtTogetherProps, GloColorSwatchvariantImage$1 as GloColorSwatchvariantImage, GloColorSwatchvariantImageProps, GloboProductOptionsVariant$1 as GloboProductOptionsVariant, GloboProductOptionsVariantProps, GoogleReviewsByReputon$1 as GoogleReviewsByReputon, GoogleReviewsByReputonProps, Growave$1 as Growave, GrowaveProps, Header, HeaderProps, Heading$1 as Heading, HeadingProps, HeroBanner$1 as HeroBanner, HeroBannerProps, HextomCountdownTimerBar$1 as HextomCountdownTimerBar, HextomCountdownTimerBarProps, HextomFreeShippingBar$1 as HextomFreeShippingBar, HextomFreeShippingBarProps, HulkFormBuilder$1 as HulkFormBuilder, HulkFormBuilderProps, HulkProductOptions$1 as HulkProductOptions, HulkProductOptionsProps, Icon$1 as Icon, IconList$1 as IconList, IconListHoz$1 as IconListHoz, IconListHozItem, IconListHozProps, IconListItem$1 as IconListItem, IconListItemProps$3 as IconListItemProps, IconListProps$2 as IconListProps, IconListV2$1 as IconListV2, IconProps$1 as IconProps, Image$1 as Image, ImageComparison$1 as ImageComparison, ImageDetection, ImageDetectionProps, ImageProps, InfiniteOptions$1 as InfiniteOptions, InfiniteOptionsProps, Input, InputProps, Instafeed$1 as Instafeed, InstafeedProps, InstantJudgemeReviews, InstantJudgemeReviewsProps, InstantKlaviyo, InstantKlaviyoProps, InstantLooxReviews, InstantLooxReviewsProps, InstantYotpoLoyalty, InstantYotpoLoyaltyProps, InstasellShoppableInstagram$1 as InstasellShoppableInstagram, InstasellShoppableInstagramProps, JudgemeReviews$1 as JudgemeReviews, JudgemeReviewsProps, JunipProductReviewsUgc$1 as JunipProductReviewsUgc, JunipProductReviewsUgcProps, KachingBundles$1 as KachingBundles, KachingBundlesProps, KingProductOptions$1 as KingProductOptions, KingProductOptionsProps, KiteFreeGiftDiscount$1 as KiteFreeGiftDiscount, KiteFreeGiftDiscountProps, KlarnaMessaging$1 as KlarnaMessaging, KlarnaMessagingProps, Klaviyo$1 as Klaviyo, KlaviyoProps, KoalaBundleQuantityDiscount$1 as KoalaBundleQuantityDiscount, KoalaBundleQuantityDiscountProps, LaiProductReviews$1 as LaiProductReviews, LaiProductReviewsProps, Line$2 as Line, LineProps$1 as LineProps, Link, LinkProps$1 as LinkProps, LoloyalLoyaltyReferrals$1 as LoloyalLoyaltyReferrals, LoloyalLoyaltyReferralsProps, LoopSubscriptions$1 as LoopSubscriptions, LoopSubscriptionsProps, LooxReviews$1 as LooxReviews, LooxReviewsProps, Marquee$1 as Marquee, _default$2 as MarqueeItem, MarqueeItemProps, MarqueeProps, MaxbundleProductBundles$1 as MaxbundleProductBundles, MaxbundleProductBundlesProps, MbcBundleVolumeDiscount$1 as MbcBundleVolumeDiscount, MbcBundleVolumeDiscountProps, Menu, MenuProps, MobileMenu, Modal, ModernHeader, MyappgurusProductReviews$1 as MyappgurusProductReviews, MyappgurusProductReviewsProps, Newsletter$1 as Newsletter, NewsletterProps, Notify as Notice, NotificationAPI, NotificationConfig, NotifyBackInStockPreOrder$1 as NotifyBackInStockPreOrder, NotifyBackInStockPreOrderProps, OkendoReviewsLoyalty$1 as OkendoReviewsLoyalty, OkendoReviewsLoyaltyProps, Omnisend$1 as Omnisend, OmnisendProps, Opinew$1 as Opinew, OpinewProps, Pagination, PaginationProps, ParcelPanel$1 as ParcelPanel, ParcelPanelProps, PickyStory$1 as PickyStory, PickyStoryProps, PostPurchaseAcceptButton, PostPurchaseAcceptButtonProps, PostPurchaseAdvancedList, PostPurchaseAdvancedListItem, PostPurchaseAdvancedListProps, Button$1 as PostPurchaseButton, PostPurchaseButtonProps, CalloutBox as PostPurchaseCalloutBox, CalloutText as PostPurchaseCalloutText, PostPurchaseCountdownTimer, PostPurchaseHeading, PostPurchaseImage, PostPurchaseImageProps, Line$1 as PostPurchaseLine, PostPurchaseLineProps, PostPurchaseProductDescription, PostPurchaseProductDescriptionProps, PostPurchaseProductDiscountTag, PostPurchaseProductDiscountTagProps, PostPurchaseProductImages, PostPurchaseProductImagesProps, PostPurchaseProductOffer, PostPurchaseProductOfferProps, PostPurchaseProductPrice, PostPurchaseProductPriceBreakdown, PostPurchaseProductPriceBreakdownProps, PostPurchaseProductPriceProps, PostPurchaseProductQuantity, PostPurchaseProductQuantityProps, PostPurchaseProductTitle, PostPurchaseProductTitleProps, PostPurchaseProductVariants, PostPurchaseProductVariantsProps, Text$1 as PostPurchaseText, PostPurchaseTextProps, PowerfulContactFormBuilder$1 as PowerfulContactFormBuilder, PowerfulContactFormBuilderProps, PowrContactFormBuilder$1 as PowrContactFormBuilder, PowrContactFormBuilderProps, PreorderNowPreOrderPq$1 as PreorderNowPreOrderPq, PreorderNowPreOrderPqProps, PreorderNowWodPresale$1 as PreorderNowWodPresale, PreorderNowWodPresaleProps, Product$1 as Product, ProductBadge$1 as ProductBadge, ProductBadgeProps, ProductBundleDiscount$1 as ProductBundleDiscount, ProductBundleDiscountItem$1 as ProductBundleDiscountItem, ProductButton$1 as ProductButton, ProductButtonProps, ProductDescription$1 as ProductDescription, ProductDescriptionProps$1 as ProductDescriptionProps, ProductImages$2 as ProductImages, ProductImagesProps, ProductImagesV2, ProductList$1 as ProductList, ProductList$1 as ProductListProps, ProductOptionsCustomizer$1 as ProductOptionsCustomizer, ProductOptionsCustomizerProps, ProductOptionsVariantOption$1 as ProductOptionsVariantOption, ProductOptionsVariantOptionProps, ProductPrice$1 as ProductPrice, ProductPriceProps, ProductPropertiesProps, ProductProperties$1 as ProductPropertyInput, ProductProps, ProductQuantity$1 as ProductQuantity, ProductQuantityBreakItemProps, ProductQuantityBreakProps, ProductQuantityProps, QuickView as ProductQuickView, ProductReviews$1 as ProductReviews, ProductReviewsProps, ProductSku$1 as ProductSku, ProductTag$1 as ProductTag, ProductTagProps, ProductTitle$1 as ProductTitle, ProductTitleProps, ProductVariants$1 as ProductVariants, ProductVariantsProps, ProductVendor$1 as ProductVendor, ProductViewMore$1 as ProductViewMore, ProductViewMoreProps, PumperBundlesVolumeDiscount$1 as PumperBundlesVolumeDiscount, PumperBundlesVolumeDiscountProps, PushOwl$1 as PushOwl, PushOwlProps, QikifyUpsell$1 as QikifyUpsell, QikifyUpsellProps, Radio, RadioProps, RapiBundleQuantityBreaks$1 as RapiBundleQuantityBreaks, RapiBundleQuantityBreaksProps, RechargeSubscriptions$1 as RechargeSubscriptions, RechargeSubscriptionsProps, RecurpaySubscriptionApp$1 as RecurpaySubscriptionApp, RecurpaySubscriptionAppProps, Releasit$1 as Releasit, ReleasitProps, RequestQuoteHidePrice$1 as RequestQuoteHidePrice, RequestQuoteHidePriceProps, ReviewxpoProductReviewsApp$1 as ReviewxpoProductReviewsApp, ReviewxpoProductReviewsAppProps, Rivyo$1 as Rivyo, RivyoProps, Root$1 as Root, RootProps$1 as RootProps, Row$1 as Row, RowProps$1 as RowProps, Ryviu$1 as Ryviu, RyviuProps, SealSubscriptions$1 as SealSubscriptions, SealSubscriptionsProps, Section$1 as Section, SegunoEmailMarketing$1 as SegunoEmailMarketing, SegunoEmailMarketingProps, Select, SelectProps, Selleasy$1 as Selleasy, SelleasyProps, SeoantTrustBadgesIcon$1 as SeoantTrustBadgesIcon, SeoantTrustBadgesIconProps, ShopPayButton$1 as ShopPayButton, ShopPayButtonProps, ShopifyForms$1 as ShopifyForms, ShopifyFormsProps, ShopifySubscriptions$1 as ShopifySubscriptions, ShopifySubscriptionsProps, SimpleBundlesKits$1 as SimpleBundlesKits, SimpleBundlesKitsProps, SkioSubscriptionsYcS20$1 as SkioSubscriptionsYcS20, SkioSubscriptionsYcS20Props, SkuProps, SmartSearchBarAndFilters$1 as SmartSearchBarAndFilters, SmartSearchBarAndFiltersProps, SproutPlantTreesGrowSales$1 as SproutPlantTreesGrowSales, SproutPlantTreesGrowSalesProps, Stamped$1 as Stamped, StampedProps, StellarDeliveryDatePickup$1 as StellarDeliveryDatePickup, StellarDeliveryDatePickupProps, Sticky$1 as Sticky, StickyProps, StockCounter$1 as StockCounter, StockCounterProps$1 as StockCounterProps, SubifySubscriptionsApp$1 as SubifySubscriptionsApp, SubifySubscriptionsAppProps, SubmitButton$1 as SubmitButton, SubmitButtonProps, TabItem$1 as TabItem, TabItemProps, Tabs$1 as Tabs, TabsProps, TagembedSocialPostReview$1 as TagembedSocialPostReview, TagembedSocialPostReviewProps, TagshopShoppableVideosUgc$1 as TagshopShoppableVideosUgc, TagshopShoppableVideosUgcProps, TeeinblueProductPersonalizer$1 as TeeinblueProductPersonalizer, TeeinblueProductPersonalizerProps, Text$2 as Text, TextAreaProps, TextField$1 as TextField, TextFieldProps, TextProps$1 as TextProps, TextArea as Textarea, TextareaProps, ThirdPartySlot$1 as ThirdPartySlot, TrustBadgesBear$1 as TrustBadgesBear, TrustBadgesBearProps, TrustMe$1 as TrustMe, TrustMeProps, TrustedsiteTrustBadges$1 as TrustedsiteTrustBadges, TrustedsiteTrustBadgesProps, Trustoo$1 as Trustoo, TrustooProps, TrustreviewsProductReviews$1 as TrustreviewsProductReviews, TrustreviewsProductReviewsProps, TrustshopProductReviews$1 as TrustshopProductReviews, TrustshopProductReviewsProps, UltimateSalesBoost$1 as UltimateSalesBoost, UltimateSalesBoostProps, UnlimitedBundlesDiscounts$1 as UnlimitedBundlesDiscounts, UnlimitedBundlesDiscountsProps, VendorProps, Video$1 as Video, Vitals$1 as Vitals, VitalsProps, WhatmoreShoppableVideosreel$1 as WhatmoreShoppableVideosreel, WhatmoreShoppableVideosreelProps, WideBundle$1 as WideBundle, WideBundleProps, Wiser$1 as Wiser, WiserProps, WishlistKing$1 as WishlistKing, WishlistKingProps, WishlistPlus$1 as WishlistPlus, WishlistPlusProps, YotpoLoyalty, YotpoLoyaltyProps, YotpoReviews$1 as YotpoReviews, YotpoReviewsProps, _default$R as accordionSetting, _default$4 as articleListSetting, _default$p as bannerSetting, _default$Q as breadcrumbSetting, _default as builderComponent, _default$P as buttonSetting, _default$N as carouselSetting, _default$K as cartSetting, _default$n as codeSetting, _default$J as collectionSetting, _default$j as contactFormSetting, _default$I as countdownSetting, _default$O as couponSetting, _default$k as dialogSetting, _default$5 as estimateDeliverySetting, getDynamicSourceLocales, getInsertLinkData, getSettingPreloadData, getStaticLocale, _default$L as gridSetting, _default$G as headerSetting, _default$H as headingSetting, _default$m as iconListHozSetting, _default$o as iconListSetting, _default$e as iconListSettingV2, _default$F as iconSetting, _default$h as imageComparisonSetting, _default$i as imageDetectionSetting, _default$M as imageSetting, _default$E as inputSetting, isHexTransparent, isTransparentColor, isTransparentRGBA, _default$D as lineSetting, _default$C as linkSetting, index_liquid as liquidComponents, _default$3 as marqueeSetting, _default$s as menuSetting, _default$B as modalSetting, _default$1 as nextComponent, openConfirm, _default$A as paginationSetting, _default$7 as postPurchaseAdvancedListSetting, _default$b as postPurchaseButtonSetting, _default$9 as postPurchaseCalloutBoxSetting, _default$6 as postPurchaseCountdownTimerSetting, _default$c as postPurchaseImageSetting, _default$8 as postPurchaseLineSetting, postPurchaseProduct1Col, postPurchaseProduct2Col, postPurchaseProductDefault, _default$a as postPurchaseProductSetting, _default$d as postPurchaseTextSetting, _default$z as productSetting, _default$x as radioSetting, replaceLinkData, _default$w as selectSetting, _default$f as stickySetting, _default$l as stockCounterSetting, _default$v as tabSetting, _default$y as textSetting, _default$u as textareaSetting, _default$q as thirdPartyInstantSetting, _default$r as thirdPartySetting, _default$g as thirdPartySlotSetting, useInView, useNotification, _default$t as videoSetting, youtubeShortsRegex };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gem-sdk/components",
3
- "version": "2.1.13-staging.0",
3
+ "version": "2.1.13-staging.10",
4
4
  "license": "MIT",
5
5
  "sideEffects": false,
6
6
  "main": "dist/cjs/index.js",
@@ -21,7 +21,7 @@
21
21
  "format": "prettier --write \"./src/**/*.{ts,tsx}\""
22
22
  },
23
23
  "devDependencies": {
24
- "@gem-sdk/core": "2.1.13-staging.0",
24
+ "@gem-sdk/core": "2.1.13-staging.6",
25
25
  "@gem-sdk/styles": "2.1.0",
26
26
  "@types/react-transition-group": "^4.4.5"
27
27
  },