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

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 (182) hide show
  1. package/dist/cjs/article/components/ArticleImage.js +2 -1
  2. package/dist/cjs/article/components/ArticleList.js +1 -1
  3. package/dist/cjs/banner/components/hero-banner/index.liquid.js +12 -13
  4. package/dist/cjs/banner/components/hero-banner/utils/index.js +5 -3
  5. package/dist/cjs/builder.js +21 -1
  6. package/dist/cjs/carousel/components/Carousel.liquid.js +3 -2
  7. package/dist/cjs/collection/components/CollectionDescription.js +101 -7
  8. package/dist/cjs/collection/components/CollectionDescription.liquid.js +102 -9
  9. package/dist/cjs/collection/setting/CollectionDescription.js +128 -0
  10. package/dist/cjs/form/components/textarea/TextArea.liquid.js +2 -2
  11. package/dist/cjs/image/components/AdaptiveImage.liquid.js +6 -5
  12. package/dist/cjs/image/components/Image.js +0 -1
  13. package/dist/cjs/image/components/Image.liquid.js +6 -5
  14. package/dist/cjs/image/components/NextImage.liquid.js +4 -3
  15. package/dist/cjs/image-comparison/components/CompareImage.liquid.js +7 -3
  16. package/dist/cjs/index.js +20 -0
  17. package/dist/cjs/index.liquid.js +22 -2
  18. package/dist/cjs/marquee/components/MarqueeBase.liquid.js +7 -26
  19. package/dist/cjs/product/components/Product.liquid.js +3 -2
  20. package/dist/cjs/product/components/ProductBadge/index.liquid.js +13 -4
  21. package/dist/cjs/product/components/ProductBadge/utils/generateLiquidContent.js +2 -2
  22. package/dist/cjs/product/components/ProductDescription.liquid.js +21 -5
  23. package/dist/cjs/product/components/ProductImagesV2/jsx/ProductImages.js +2 -9
  24. package/dist/cjs/product/components/ProductImagesV2/jsx/components/ProductFeaturedImageCarousel.js +12 -4
  25. package/dist/cjs/product/components/ProductImagesV2/liquid/ProductFeaturedImageCarousel.liquid.js +6 -5
  26. package/dist/cjs/product/components/ProductImagesV2/liquid/ProductGalleryCarousel.liquid.js +2 -2
  27. package/dist/cjs/product/components/ProductImagesV2/liquid/ProductGalleryGrid.liquid.js +4 -4
  28. package/dist/cjs/product/components/ProductImagesV2/liquid/ProductImages.liquid.js +4 -4
  29. package/dist/cjs/product/components/ProductVariants/index.liquid.js +11 -18
  30. package/dist/cjs/product/components/ProductVariants/variants/Base.liquid.js +1 -0
  31. package/dist/cjs/product/components/ProductVariants/variants/Dropdown.liquid.js +26 -12
  32. package/dist/cjs/product/components/ProductVariants/variants/DropdownGroup.liquid.js +4 -37
  33. package/dist/cjs/product/components/ProductVariants/variants/combine/index.js +47 -0
  34. package/dist/cjs/product/components/Sku.js +2 -14
  35. package/dist/cjs/product/setting/ProductBadge.js +5 -0
  36. package/dist/cjs/product/setting/ProductDescription.js +5 -0
  37. package/dist/cjs/tab/hooks/useTabInteraction.js +13 -9
  38. package/dist/cjs/third-party/components/AlsoBoughtCbb.js +32 -0
  39. package/dist/cjs/third-party/components/AlsoBoughtCbb.liquid.js +21 -0
  40. package/dist/cjs/third-party/components/BfSizeChartSizeGuide.js +32 -0
  41. package/dist/cjs/third-party/components/BfSizeChartSizeGuide.liquid.js +12 -0
  42. package/dist/cjs/third-party/components/EssentialAnnouncementBar.js +32 -0
  43. package/dist/cjs/third-party/components/EssentialAnnouncementBar.liquid.js +12 -0
  44. package/dist/cjs/third-party/components/EssentialCountdownTimerBar.js +32 -0
  45. package/dist/cjs/third-party/components/EssentialCountdownTimerBar.liquid.js +12 -0
  46. package/dist/cjs/third-party/components/EstimatedDeliveryDatePlus.js +32 -0
  47. package/dist/cjs/third-party/components/EstimatedDeliveryDatePlus.liquid.js +12 -0
  48. package/dist/cjs/third-party/components/GloColorSwatchvariantImage.js +32 -0
  49. package/dist/cjs/third-party/components/GloColorSwatchvariantImage.liquid.js +12 -0
  50. package/dist/cjs/third-party/components/HextomFreeShippingBar.js +32 -0
  51. package/dist/cjs/third-party/components/HextomFreeShippingBar.liquid.js +12 -0
  52. package/dist/cjs/third-party/components/NotifyBackInStockPreOrder.js +1 -1
  53. package/dist/cjs/third-party/components/OkendoReviewsLoyalty.js +32 -0
  54. package/dist/cjs/third-party/components/OkendoReviewsLoyalty.liquid.js +12 -0
  55. package/dist/cjs/third-party/components/QikifyUpsell.js +22 -10
  56. package/dist/cjs/third-party/components/QikifyUpsell.liquid.js +3 -46
  57. package/dist/cjs/third-party/components/ShopifySubscriptions.liquid.js +3 -2
  58. package/dist/cjs/third-party/components/StellarDeliveryDatePickup.js +32 -0
  59. package/dist/cjs/third-party/components/StellarDeliveryDatePickup.liquid.js +21 -0
  60. package/dist/cjs/third-party/components/TrustedsiteTrustBadges.js +32 -0
  61. package/dist/cjs/third-party/components/TrustedsiteTrustBadges.liquid.js +12 -0
  62. package/dist/cjs/third-party/configs/AlsoBoughtCbb.js +12 -0
  63. package/dist/cjs/third-party/configs/BfSizeChartSizeGuide.js +12 -0
  64. package/dist/cjs/third-party/configs/EssentialAnnouncementBar.js +12 -0
  65. package/dist/cjs/third-party/configs/EssentialCountdownTimerBar.js +12 -0
  66. package/dist/cjs/third-party/configs/EstimatedDeliveryDatePlus.js +12 -0
  67. package/dist/cjs/third-party/configs/GloColorSwatchvariantImage.js +12 -0
  68. package/dist/cjs/third-party/configs/HextomFreeShippingBar.js +12 -0
  69. package/dist/cjs/third-party/configs/OkendoReviewsLoyalty.js +12 -0
  70. package/dist/cjs/third-party/configs/StellarDeliveryDatePickup.js +12 -0
  71. package/dist/cjs/third-party/configs/TrustedsiteTrustBadges.js +12 -0
  72. package/dist/cjs/third-party/helpers/thirdParty.js +1 -1
  73. package/dist/cjs/third-party/next.js +51 -1
  74. package/dist/cjs/third-party/setting/AlsoBoughtCbb.js +127 -0
  75. package/dist/cjs/third-party/setting/BfSizeChartSizeGuide.js +131 -0
  76. package/dist/cjs/third-party/setting/EssentialAnnouncementBar.js +142 -0
  77. package/dist/cjs/third-party/setting/EssentialCountdownTimerBar.js +142 -0
  78. package/dist/cjs/third-party/setting/EstimatedDeliveryDatePlus.js +128 -0
  79. package/dist/cjs/third-party/setting/GloColorSwatchvariantImage.js +152 -0
  80. package/dist/cjs/third-party/setting/HextomFreeShippingBar.js +128 -0
  81. package/dist/cjs/third-party/setting/NotifyBackInStockPreOrder.js +2 -2
  82. package/dist/cjs/third-party/setting/OkendoReviewsLoyalty.js +171 -0
  83. package/dist/cjs/third-party/setting/QikifyUpsell.js +11 -1
  84. package/dist/cjs/third-party/setting/ShopifySubscriptions.js +22 -0
  85. package/dist/cjs/third-party/setting/StellarDeliveryDatePickup.js +127 -0
  86. package/dist/cjs/third-party/setting/TrustedsiteTrustBadges.js +177 -0
  87. package/dist/cjs/third-party/setting/index.js +21 -1
  88. package/dist/cjs/video/components/HTML5Embed.js +2 -2
  89. package/dist/cjs/video/components/HTML5Embed.liquid.js +6 -3
  90. package/dist/cjs/video/components/LiteYouTubeEmbed.liquid.js +5 -3
  91. package/dist/esm/article/components/ArticleImage.js +2 -1
  92. package/dist/esm/article/components/ArticleList.js +1 -1
  93. package/dist/esm/banner/components/hero-banner/index.liquid.js +12 -13
  94. package/dist/esm/banner/components/hero-banner/utils/index.js +5 -3
  95. package/dist/esm/builder.js +21 -1
  96. package/dist/esm/carousel/components/Carousel.liquid.js +3 -2
  97. package/dist/esm/collection/components/CollectionDescription.js +103 -9
  98. package/dist/esm/collection/components/CollectionDescription.liquid.js +103 -10
  99. package/dist/esm/collection/setting/CollectionDescription.js +128 -0
  100. package/dist/esm/form/components/textarea/TextArea.liquid.js +2 -2
  101. package/dist/esm/image/components/AdaptiveImage.liquid.js +6 -5
  102. package/dist/esm/image/components/Image.js +0 -1
  103. package/dist/esm/image/components/Image.liquid.js +6 -5
  104. package/dist/esm/image/components/NextImage.liquid.js +4 -3
  105. package/dist/esm/image-comparison/components/CompareImage.liquid.js +7 -3
  106. package/dist/esm/index.js +10 -0
  107. package/dist/esm/index.liquid.js +11 -1
  108. package/dist/esm/marquee/components/MarqueeBase.liquid.js +7 -26
  109. package/dist/esm/product/components/Product.liquid.js +3 -2
  110. package/dist/esm/product/components/ProductBadge/index.liquid.js +14 -5
  111. package/dist/esm/product/components/ProductBadge/utils/generateLiquidContent.js +2 -2
  112. package/dist/esm/product/components/ProductDescription.liquid.js +22 -6
  113. package/dist/esm/product/components/ProductImagesV2/jsx/ProductImages.js +2 -9
  114. package/dist/esm/product/components/ProductImagesV2/jsx/components/ProductFeaturedImageCarousel.js +13 -5
  115. package/dist/esm/product/components/ProductImagesV2/liquid/ProductFeaturedImageCarousel.liquid.js +6 -5
  116. package/dist/esm/product/components/ProductImagesV2/liquid/ProductGalleryCarousel.liquid.js +2 -2
  117. package/dist/esm/product/components/ProductImagesV2/liquid/ProductGalleryGrid.liquid.js +4 -4
  118. package/dist/esm/product/components/ProductImagesV2/liquid/ProductImages.liquid.js +4 -4
  119. package/dist/esm/product/components/ProductVariants/index.liquid.js +12 -19
  120. package/dist/esm/product/components/ProductVariants/variants/Base.liquid.js +1 -0
  121. package/dist/esm/product/components/ProductVariants/variants/Dropdown.liquid.js +26 -12
  122. package/dist/esm/product/components/ProductVariants/variants/DropdownGroup.liquid.js +4 -37
  123. package/dist/esm/product/components/ProductVariants/variants/combine/index.js +44 -0
  124. package/dist/esm/product/components/Sku.js +3 -15
  125. package/dist/esm/product/setting/ProductBadge.js +5 -0
  126. package/dist/esm/product/setting/ProductDescription.js +5 -0
  127. package/dist/esm/tab/hooks/useTabInteraction.js +14 -10
  128. package/dist/esm/third-party/components/AlsoBoughtCbb.js +28 -0
  129. package/dist/esm/third-party/components/AlsoBoughtCbb.liquid.js +17 -0
  130. package/dist/esm/third-party/components/BfSizeChartSizeGuide.js +28 -0
  131. package/dist/esm/third-party/components/BfSizeChartSizeGuide.liquid.js +8 -0
  132. package/dist/esm/third-party/components/EssentialAnnouncementBar.js +28 -0
  133. package/dist/esm/third-party/components/EssentialAnnouncementBar.liquid.js +8 -0
  134. package/dist/esm/third-party/components/EssentialCountdownTimerBar.js +28 -0
  135. package/dist/esm/third-party/components/EssentialCountdownTimerBar.liquid.js +8 -0
  136. package/dist/esm/third-party/components/EstimatedDeliveryDatePlus.js +28 -0
  137. package/dist/esm/third-party/components/EstimatedDeliveryDatePlus.liquid.js +8 -0
  138. package/dist/esm/third-party/components/GloColorSwatchvariantImage.js +28 -0
  139. package/dist/esm/third-party/components/GloColorSwatchvariantImage.liquid.js +8 -0
  140. package/dist/esm/third-party/components/HextomFreeShippingBar.js +28 -0
  141. package/dist/esm/third-party/components/HextomFreeShippingBar.liquid.js +8 -0
  142. package/dist/esm/third-party/components/NotifyBackInStockPreOrder.js +1 -1
  143. package/dist/esm/third-party/components/OkendoReviewsLoyalty.js +28 -0
  144. package/dist/esm/third-party/components/OkendoReviewsLoyalty.liquid.js +8 -0
  145. package/dist/esm/third-party/components/QikifyUpsell.js +22 -10
  146. package/dist/esm/third-party/components/QikifyUpsell.liquid.js +3 -46
  147. package/dist/esm/third-party/components/ShopifySubscriptions.liquid.js +3 -2
  148. package/dist/esm/third-party/components/StellarDeliveryDatePickup.js +28 -0
  149. package/dist/esm/third-party/components/StellarDeliveryDatePickup.liquid.js +17 -0
  150. package/dist/esm/third-party/components/TrustedsiteTrustBadges.js +28 -0
  151. package/dist/esm/third-party/components/TrustedsiteTrustBadges.liquid.js +8 -0
  152. package/dist/esm/third-party/configs/AlsoBoughtCbb.js +8 -0
  153. package/dist/esm/third-party/configs/BfSizeChartSizeGuide.js +8 -0
  154. package/dist/esm/third-party/configs/EssentialAnnouncementBar.js +8 -0
  155. package/dist/esm/third-party/configs/EssentialCountdownTimerBar.js +8 -0
  156. package/dist/esm/third-party/configs/EstimatedDeliveryDatePlus.js +8 -0
  157. package/dist/esm/third-party/configs/GloColorSwatchvariantImage.js +8 -0
  158. package/dist/esm/third-party/configs/HextomFreeShippingBar.js +8 -0
  159. package/dist/esm/third-party/configs/OkendoReviewsLoyalty.js +8 -0
  160. package/dist/esm/third-party/configs/StellarDeliveryDatePickup.js +8 -0
  161. package/dist/esm/third-party/configs/TrustedsiteTrustBadges.js +8 -0
  162. package/dist/esm/third-party/helpers/thirdParty.js +1 -1
  163. package/dist/esm/third-party/next.js +51 -1
  164. package/dist/esm/third-party/setting/AlsoBoughtCbb.js +123 -0
  165. package/dist/esm/third-party/setting/BfSizeChartSizeGuide.js +127 -0
  166. package/dist/esm/third-party/setting/EssentialAnnouncementBar.js +138 -0
  167. package/dist/esm/third-party/setting/EssentialCountdownTimerBar.js +138 -0
  168. package/dist/esm/third-party/setting/EstimatedDeliveryDatePlus.js +124 -0
  169. package/dist/esm/third-party/setting/GloColorSwatchvariantImage.js +148 -0
  170. package/dist/esm/third-party/setting/HextomFreeShippingBar.js +124 -0
  171. package/dist/esm/third-party/setting/NotifyBackInStockPreOrder.js +2 -2
  172. package/dist/esm/third-party/setting/OkendoReviewsLoyalty.js +167 -0
  173. package/dist/esm/third-party/setting/QikifyUpsell.js +11 -1
  174. package/dist/esm/third-party/setting/ShopifySubscriptions.js +22 -0
  175. package/dist/esm/third-party/setting/StellarDeliveryDatePickup.js +123 -0
  176. package/dist/esm/third-party/setting/TrustedsiteTrustBadges.js +173 -0
  177. package/dist/esm/third-party/setting/index.js +224 -204
  178. package/dist/esm/video/components/HTML5Embed.js +2 -2
  179. package/dist/esm/video/components/HTML5Embed.liquid.js +6 -3
  180. package/dist/esm/video/components/LiteYouTubeEmbed.liquid.js +5 -3
  181. package/dist/types/index.d.ts +257 -36
  182. package/package.json +2 -2
@@ -7,6 +7,7 @@ import { KeenSliderInstance } from '@gem-sdk/keen-slider/react';
7
7
  import React$1, { ReactNode } from 'react';
8
8
  import * as next_image from 'next/image';
9
9
  import { ImageProps as ImageProps$1 } from 'next/image';
10
+ import * as _gem_sdk_core_src_helpers_carousel from '@gem-sdk/core/src/helpers/carousel';
10
11
  import { DotStyle as DotStyle$1 } from '@gem-sdk/core/src/helpers/carousel';
11
12
 
12
13
  declare const _default$R: {
@@ -667,7 +668,15 @@ type CollectionDescriptionProps = BaseProps<{
667
668
  /**
668
669
  * @deprecated please use transform inside `typo` instead
669
670
  */
671
+ color?: ColorValueType;
670
672
  transform?: TransformProp;
673
+ showMoreColor?: ColorValueType;
674
+ hasLineClamp?: ObjectDevices<boolean>;
675
+ lineClamp?: ObjectDevices<number>;
676
+ viewMoreText?: string;
677
+ viewLessText?: string;
678
+ enableViewMoreIcon?: boolean;
679
+ translate?: string;
671
680
  }>;
672
681
  declare const CollectionDescription$1: React.FC<CollectionDescriptionProps>;
673
682
 
@@ -1330,7 +1339,7 @@ declare const _default$z: {
1330
1339
  ProductVariants: _gem_sdk_core.ComponentSetting<ProductVariantsProps>;
1331
1340
  ProductImages: _gem_sdk_core.ComponentSetting<ProductImagesProps>;
1332
1341
  ProductImagesV2: _gem_sdk_core.ComponentSetting<ProductImagesProps$1>;
1333
- ProductDescription: _gem_sdk_core.ComponentSetting<ProductDescriptionProps$1>;
1342
+ ProductDescription: _gem_sdk_core.ComponentSetting<ProductDescriptionProps>;
1334
1343
  ProductProperties: _gem_sdk_core.ComponentSetting<ProductPropertiesProps>;
1335
1344
  ProductTag: _gem_sdk_core.ComponentSetting<ProductTagProps>;
1336
1345
  ProductList: _gem_sdk_core.ComponentSetting<ProductListProps>;
@@ -1352,6 +1361,12 @@ type ProductSetting = {
1352
1361
  initialVariantId?: string;
1353
1362
  initialVariantBaseId?: string;
1354
1363
  productHandle?: string;
1364
+ selectedOptions?: {
1365
+ name: string;
1366
+ value: string;
1367
+ optionType: string;
1368
+ valueBaseID: string;
1369
+ }[];
1355
1370
  };
1356
1371
  discountType?: 'PERCENTAGE' | 'FIXED_AMOUNT';
1357
1372
  discountValue?: number;
@@ -1508,7 +1523,7 @@ type ProductQuantityProps = BaseProps<{
1508
1523
  }>;
1509
1524
  declare const ProductQuantity$1: React.FC<ProductQuantityProps>;
1510
1525
 
1511
- type ProductDescriptionProps$1 = BaseProps<{
1526
+ type ProductDescriptionProps = BaseProps<{
1512
1527
  htmlTag?: 'plaintext' | 'html';
1513
1528
  hasLineClamp?: ObjectDevices<boolean>;
1514
1529
  lineClamp?: ObjectDevices<number>;
@@ -1525,8 +1540,11 @@ type ProductDescriptionProps$1 = BaseProps<{
1525
1540
  hasBoxShadow?: boolean;
1526
1541
  boxShadow?: ShadowProps;
1527
1542
  transform?: TransformProp;
1528
- }>;
1529
- declare const ProductDescription$1: React.FC<ProductDescriptionProps$1>;
1543
+ translate?: string;
1544
+ }> & {
1545
+ pageContext: PageContext;
1546
+ };
1547
+ declare const ProductDescription$1: React.FC<ProductDescriptionProps>;
1530
1548
 
1531
1549
  type bundleItem = {
1532
1550
  quantity: number;
@@ -1916,6 +1934,7 @@ declare const ProductViewMore$1: ({ setting, builderProps, builderAttrs, style,
1916
1934
  type ProductBadgeProps = BasePropsWrap<{
1917
1935
  contentType?: 'text' | 'image';
1918
1936
  displayContent?: string;
1937
+ translate?: string;
1919
1938
  displayTrigger?: TDisplayTrigger[];
1920
1939
  positionWithImage?: 'inside' | 'outside';
1921
1940
  shape?: string;
@@ -1951,6 +1970,7 @@ type ProductBadgeProps = BasePropsWrap<{
1951
1970
  };
1952
1971
  } & {
1953
1972
  'bundle-item'?: bundleItem;
1973
+ pageContext: PageContext;
1954
1974
  };
1955
1975
  type PositionType = {
1956
1976
  placement: PlacementType;
@@ -2303,6 +2323,11 @@ declare function useNotification(rootConfig?: NotificationConfig): [Notification
2303
2323
 
2304
2324
  declare const _default$r: {
2305
2325
  HextomCountdownTimerBar: _gem_sdk_core.ComponentSetting<HextomCountdownTimerBarProps>;
2326
+ EstimatedDeliveryDatePlus: _gem_sdk_core.ComponentSetting<EstimatedDeliveryDatePlusProps>;
2327
+ OkendoReviewsLoyalty: _gem_sdk_core.ComponentSetting<OkendoReviewsLoyaltyProps>;
2328
+ EssentialAnnouncementBar: _gem_sdk_core.ComponentSetting<EssentialAnnouncementBarProps>;
2329
+ EssentialCountdownTimerBar: _gem_sdk_core.ComponentSetting<EssentialCountdownTimerBarProps>;
2330
+ StellarDeliveryDatePickup: _gem_sdk_core.ComponentSetting<StellarDeliveryDatePickupProps>;
2306
2331
  TrustshopProductReviews: _gem_sdk_core.ComponentSetting<TrustshopProductReviewsProps>;
2307
2332
  HulkProductOptions: _gem_sdk_core.ComponentSetting<HulkProductOptionsProps>;
2308
2333
  TrustreviewsProductReviews: _gem_sdk_core.ComponentSetting<TrustreviewsProductReviewsProps>;
@@ -2405,6 +2430,11 @@ declare const _default$r: {
2405
2430
  BirdChime: _gem_sdk_core.ComponentSetting<BirdChimeProps>;
2406
2431
  FordeerProductLabels: _gem_sdk_core.ComponentSetting<FordeerProductLabelsProps>;
2407
2432
  TrustBadgesBear: _gem_sdk_core.ComponentSetting<TrustBadgesBearProps>;
2433
+ TrustedsiteTrustBadges: _gem_sdk_core.ComponentSetting<TrustedsiteTrustBadgesProps>;
2434
+ GloColorSwatchvariantImage: _gem_sdk_core.ComponentSetting<GloColorSwatchvariantImageProps>;
2435
+ BfSizeChartSizeGuide: _gem_sdk_core.ComponentSetting<BfSizeChartSizeGuideProps>;
2436
+ AlsoBoughtCbb: _gem_sdk_core.ComponentSetting<AlsoBoughtCbbProps>;
2437
+ HextomFreeShippingBar: _gem_sdk_core.ComponentSetting<HextomFreeShippingBarProps>;
2408
2438
  };
2409
2439
 
2410
2440
  type RechargeSubscriptionsProps = BaseProps<{
@@ -2830,6 +2860,8 @@ type QikifyUpsellProps = BaseProps<{
2830
2860
  align?: ObjectDevices<AlignProp>;
2831
2861
  openApp?: any;
2832
2862
  install?: any;
2863
+ appBlockId?: string;
2864
+ productHandle?: string;
2833
2865
  }>;
2834
2866
  declare const QikifyUpsell$1: React.FC<QikifyUpsellProps>;
2835
2867
 
@@ -2907,6 +2939,9 @@ type ShopifySubscriptionsProps = BaseProps<{
2907
2939
  align?: ObjectDevices<AlignProp>;
2908
2940
  openApp?: any;
2909
2941
  install?: any;
2942
+ appBlockId?: string;
2943
+ widgetType?: string;
2944
+ productHandle?: string;
2910
2945
  }>;
2911
2946
  declare const ShopifySubscriptions$1: React.FC<ShopifySubscriptionsProps>;
2912
2947
 
@@ -3359,6 +3394,52 @@ type TrustshopProductReviewsProps = BaseProps<{
3359
3394
  }>;
3360
3395
  declare const TrustshopProductReviews$1: React.FC<TrustshopProductReviewsProps>;
3361
3396
 
3397
+ type StellarDeliveryDatePickupProps = BaseProps<{
3398
+ align?: ObjectDevices<AlignProp>;
3399
+ openApp?: any;
3400
+ install?: any;
3401
+ }>;
3402
+ declare const StellarDeliveryDatePickup$1: React.FC<StellarDeliveryDatePickupProps>;
3403
+
3404
+ type EssentialCountdownTimerBarProps = BaseProps<{
3405
+ align?: ObjectDevices<AlignProp>;
3406
+ openApp?: any;
3407
+ install?: any;
3408
+ appBlockId?: string;
3409
+ widgetType?: string;
3410
+ timerId?: string;
3411
+ }>;
3412
+ declare const EssentialCountdownTimerBar$1: React.FC<EssentialCountdownTimerBarProps>;
3413
+
3414
+ type EssentialAnnouncementBarProps = BaseProps<{
3415
+ align?: ObjectDevices<AlignProp>;
3416
+ openApp?: any;
3417
+ install?: any;
3418
+ appBlockId?: string;
3419
+ widgetType?: string;
3420
+ announcementId?: string;
3421
+ }>;
3422
+ declare const EssentialAnnouncementBar$1: React.FC<EssentialAnnouncementBarProps>;
3423
+
3424
+ type OkendoReviewsLoyaltyProps = BaseProps<{
3425
+ align?: ObjectDevices<AlignProp>;
3426
+ openApp?: any;
3427
+ install?: any;
3428
+ appBlockId?: string;
3429
+ widgetType?: string;
3430
+ productHandle?: string;
3431
+ }>;
3432
+ declare const OkendoReviewsLoyalty$1: React.FC<OkendoReviewsLoyaltyProps>;
3433
+
3434
+ type EstimatedDeliveryDatePlusProps = BaseProps<{
3435
+ align?: ObjectDevices<AlignProp>;
3436
+ openApp?: any;
3437
+ install?: any;
3438
+ appBlockId?: string;
3439
+ widgetType?: string;
3440
+ }>;
3441
+ declare const EstimatedDeliveryDatePlus$1: React.FC<EstimatedDeliveryDatePlusProps>;
3442
+
3362
3443
  type HextomCountdownTimerBarProps = BaseProps<{
3363
3444
  align?: ObjectDevices<AlignProp>;
3364
3445
  openApp?: any;
@@ -3377,6 +3458,50 @@ type TrustBadgesBearProps = BaseProps<{
3377
3458
  }>;
3378
3459
  declare const TrustBadgesBear$1: React.FC<TrustBadgesBearProps>;
3379
3460
 
3461
+ type TrustedsiteTrustBadgesProps = BaseProps<{
3462
+ align?: ObjectDevices<AlignProp>;
3463
+ openApp?: any;
3464
+ install?: any;
3465
+ appBlockId?: string;
3466
+ widgetType?: string;
3467
+ trustId?: string;
3468
+ }>;
3469
+ declare const TrustedsiteTrustBadges$1: React.FC<TrustedsiteTrustBadgesProps>;
3470
+
3471
+ type GloColorSwatchvariantImageProps = BaseProps<{
3472
+ align?: ObjectDevices<AlignProp>;
3473
+ openApp?: any;
3474
+ install?: any;
3475
+ appBlockId?: string;
3476
+ widgetType?: string;
3477
+ }>;
3478
+ declare const GloColorSwatchvariantImage$1: React.FC<GloColorSwatchvariantImageProps>;
3479
+
3480
+ type BfSizeChartSizeGuideProps = BaseProps<{
3481
+ align?: ObjectDevices<AlignProp>;
3482
+ openApp?: any;
3483
+ install?: any;
3484
+ appBlockId?: string;
3485
+ widgetType?: string;
3486
+ }>;
3487
+ declare const BfSizeChartSizeGuide$1: React.FC<BfSizeChartSizeGuideProps>;
3488
+
3489
+ type AlsoBoughtCbbProps = BaseProps<{
3490
+ align?: ObjectDevices<AlignProp>;
3491
+ openApp?: any;
3492
+ install?: any;
3493
+ }>;
3494
+ declare const AlsoBoughtCbb$1: React.FC<AlsoBoughtCbbProps>;
3495
+
3496
+ type HextomFreeShippingBarProps = BaseProps<{
3497
+ align?: ObjectDevices<AlignProp>;
3498
+ openApp?: any;
3499
+ install?: any;
3500
+ appBlockId?: string;
3501
+ widgetType?: string;
3502
+ }>;
3503
+ declare const HextomFreeShippingBar$1: React.FC<HextomFreeShippingBarProps>;
3504
+
3380
3505
  declare const _default$q: {
3381
3506
  InstantJudgemeReviews: _gem_sdk_core.ComponentSetting<InstantJudgemeReviewsProps>;
3382
3507
  InstantLooxReviews: _gem_sdk_core.ComponentSetting<InstantLooxReviewsProps>;
@@ -3834,6 +3959,7 @@ type ImageComparisonStyle = {
3834
3959
  } & Pick<SharedProps, 'aspectRatio'>;
3835
3960
  type ImageComparisonProps = BaseProps & {
3836
3961
  className?: string;
3962
+ enableLazyLoadImage?: boolean;
3837
3963
  pageContext?: PageContext;
3838
3964
  } & BasePropsWrap<ImageComparisonSetting, ImageComparisonStyle>;
3839
3965
  declare const ImageComparison$1: React.FC<ImageComparisonProps>;
@@ -5008,6 +5134,11 @@ declare const _default$1: {
5008
5134
  InstantLooxReviews: React.ComponentType<InstantLooxReviewsProps>;
5009
5135
  InstantKlaviyo: React.ComponentType<InstantKlaviyoProps>;
5010
5136
  InstantYotpoLoyalty: React.ComponentType<InstantYotpoLoyaltyProps>;
5137
+ EstimatedDeliveryDatePlus: React.ComponentType<EstimatedDeliveryDatePlusProps>;
5138
+ OkendoReviewsLoyalty: React.ComponentType<OkendoReviewsLoyaltyProps>;
5139
+ EssentialAnnouncementBar: React.ComponentType<EssentialAnnouncementBarProps>;
5140
+ EssentialCountdownTimerBar: React.ComponentType<EssentialCountdownTimerBarProps>;
5141
+ StellarDeliveryDatePickup: React.ComponentType<StellarDeliveryDatePickupProps>;
5011
5142
  TrustshopProductReviews: React.ComponentType<TrustshopProductReviewsProps>;
5012
5143
  HulkProductOptions: React.ComponentType<HulkProductOptionsProps>;
5013
5144
  TrustreviewsProductReviews: React.ComponentType<TrustreviewsProductReviewsProps>;
@@ -5111,6 +5242,11 @@ declare const _default$1: {
5111
5242
  FordeerProductLabels: React.ComponentType<FordeerProductLabelsProps>;
5112
5243
  HextomCountdownTimerBar: React.ComponentType<HextomCountdownTimerBarProps>;
5113
5244
  TrustBadgesBear: React.ComponentType<TrustBadgesBearProps>;
5245
+ TrustedsiteTrustBadges: React.ComponentType<TrustedsiteTrustBadgesProps>;
5246
+ GloColorSwatchvariantImage: React.ComponentType<GloColorSwatchvariantImageProps>;
5247
+ BfSizeChartSizeGuide: React.ComponentType<BfSizeChartSizeGuideProps>;
5248
+ AlsoBoughtCbb: React.ComponentType<AlsoBoughtCbbProps>;
5249
+ HextomFreeShippingBar: React.ComponentType<HextomFreeShippingBarProps>;
5114
5250
  Menu: React.ComponentType<MenuProps>;
5115
5251
  Video: React.ComponentType<VideoProps$1>;
5116
5252
  Textarea: React.ComponentType<TextareaProps>;
@@ -5169,7 +5305,7 @@ declare const _default$1: {
5169
5305
  ProductQuantity: React.ComponentType<ProductQuantityProps>;
5170
5306
  ProductPrice: React.ComponentType<ProductPriceProps>;
5171
5307
  ProductButton: React.ComponentType<ProductButtonProps>;
5172
- ProductDescription: React.ComponentType<ProductDescriptionProps$1>;
5308
+ ProductDescription: React.ComponentType<ProductDescriptionProps>;
5173
5309
  ProductVariants: React.ComponentType<ProductVariantsProps>;
5174
5310
  ProductImages: React.ComponentType<ProductImagesProps>;
5175
5311
  ProductImagesV2: React.ComponentType<ProductImagesProps$1>;
@@ -5460,6 +5596,12 @@ declare const Product: ({ children, setting, styles, style, builderProps, rawChi
5460
5596
  initialVariantId?: string | undefined;
5461
5597
  initialVariantBaseId?: string | undefined;
5462
5598
  productHandle?: string | undefined;
5599
+ selectedOptions?: {
5600
+ name: string;
5601
+ value: string;
5602
+ optionType: string;
5603
+ valueBaseID: string;
5604
+ }[] | undefined;
5463
5605
  } | undefined;
5464
5606
  discountType?: "FIXED_AMOUNT" | "PERCENTAGE" | undefined;
5465
5607
  discountValue?: number | undefined;
@@ -5590,25 +5732,7 @@ declare const ProductButton: ({ setting, builderProps, builderAttrs, style, styl
5590
5732
  pageContext?: PageContext | undefined;
5591
5733
  }) => string;
5592
5734
 
5593
- type ProductDescriptionProps = BaseProps<{
5594
- htmlTag?: 'plaintext' | 'html';
5595
- hasLineClamp?: ObjectDevices<boolean>;
5596
- lineClamp?: ObjectDevices<number>;
5597
- viewMoreText?: string;
5598
- viewLessText?: string;
5599
- enableViewMoreIcon?: boolean;
5600
- showMoreColor?: ColorValueType;
5601
- color?: ColorValueType;
5602
- typography?: TypographySetting;
5603
- typo?: TypographySettingV2;
5604
- textAlign?: ObjectDevices<AlignProp>;
5605
- hasTextShadow?: boolean;
5606
- textShadow?: ShadowProps;
5607
- hasBoxShadow?: boolean;
5608
- boxShadow?: ShadowProps;
5609
- transform?: TransformProp;
5610
- }>;
5611
- declare const ProductDescription: ({ setting, advanced, builderProps }: ProductDescriptionProps) => string;
5735
+ declare const ProductDescription: ({ setting, advanced, builderProps, pageContext, }: ProductDescriptionProps) => string;
5612
5736
 
5613
5737
  declare const ProductImages$1: (productImageProps: ProductImagesProps) => string;
5614
5738
 
@@ -5617,7 +5741,7 @@ type PropTypes = ProductImagesProps$1 & React.ComponentPropsWithoutRef<'div'> &
5617
5741
  children?: any;
5618
5742
  } & {
5619
5743
  pageContext?: PageContext;
5620
- enableLazyloadImage?: boolean;
5744
+ enableLazyLoadImage?: boolean;
5621
5745
  };
5622
5746
  declare const ProductImages: (productImageProps: PropTypes) => string;
5623
5747
 
@@ -5856,8 +5980,51 @@ declare const ProductViewMore: ({ setting, builderProps, builderAttrs, style, st
5856
5980
  pageContext?: PageContext | undefined;
5857
5981
  }) => string;
5858
5982
 
5859
- declare const ProductBadge: ({ styles, builderProps, isInsideProductImage, builderAttrs, setting, style, imageData, dotData, }: ProductBadgeProps & {
5860
- pageContext?: PageContext;
5983
+ declare const ProductBadge: ({ styles, builderProps, isInsideProductImage, builderAttrs, setting, style, imageData, dotData, pageContext, }: _gem_sdk_core.BaseProps<{
5984
+ contentType?: "image" | "text" | undefined;
5985
+ displayContent?: string | undefined;
5986
+ translate?: string | undefined;
5987
+ displayTrigger?: TDisplayTrigger[] | undefined;
5988
+ positionWithImage?: "inside" | "outside" | undefined;
5989
+ shape?: string | undefined;
5990
+ image?: {
5991
+ alt?: string | undefined;
5992
+ src?: string | undefined;
5993
+ } | undefined;
5994
+ }, {
5995
+ typo?: _gem_sdk_core.TypographySettingV2 | undefined;
5996
+ position?: Partial<Record<_gem_sdk_core.NameDevices, PositionType>> | undefined;
5997
+ badgeColor?: _gem_sdk_core.ColorValueType | undefined;
5998
+ textColor?: _gem_sdk_core.ColorValueType | undefined;
5999
+ wrapperBorder?: _gem_sdk_core.Border | undefined;
6000
+ borderRadius?: _gem_sdk_core.CornerRadius | undefined;
6001
+ hasShadow?: boolean | undefined;
6002
+ textSize?: Partial<Record<_gem_sdk_core.NameDevices, _gem_sdk_core.SizeSettingGlobal>> | undefined;
6003
+ imageSize?: Partial<Record<_gem_sdk_core.NameDevices, _gem_sdk_core.SizeSettingGlobal>> | undefined;
6004
+ align?: Partial<Record<_gem_sdk_core.NameDevices, _gem_sdk_core.AlignProp>> | undefined;
6005
+ shapeShadow: _gem_sdk_core.ShadowProps;
6006
+ }, Record<string, any>> & {
6007
+ builderAttrs?: Record<string, any> | undefined;
6008
+ style?: React.CSSProperties | undefined;
6009
+ } & {
6010
+ isInsideProductImage?: boolean | undefined;
6011
+ navigationPosition?: Partial<Record<_gem_sdk_core.NameDevices, "none" | "inside" | "outside">> | undefined;
6012
+ children?: React.ReactNode;
6013
+ imageData: {
6014
+ imageShape?: Partial<Record<_gem_sdk_core.NameDevices, _gem_sdk_core.SizeSettingGlobal>> | undefined;
6015
+ imageAlign?: Partial<Record<_gem_sdk_core.NameDevices, csstype.Property.AlignItems>> | undefined;
6016
+ imageLayout?: Partial<Record<_gem_sdk_core.NameDevices, ProductImagesLayout$1>> | undefined;
6017
+ };
6018
+ dotData: {
6019
+ dotSize?: Partial<Record<_gem_sdk_core.NameDevices, number>> | undefined;
6020
+ dotGapToCarousel?: Partial<Record<_gem_sdk_core.NameDevices, string | number>> | undefined;
6021
+ dotStyle: Partial<Record<_gem_sdk_core.NameDevices, _gem_sdk_core_src_helpers_carousel.DotStyle>> | undefined;
6022
+ };
6023
+ } & {
6024
+ 'bundle-item'?: bundleItem | undefined;
6025
+ pageContext: PageContext;
6026
+ } & {
6027
+ pageContext?: PageContext | undefined;
5861
6028
  }) => string;
5862
6029
 
5863
6030
  declare const ProductSku: ({ setting, styles, advanced, builderProps }: SkuProps) => string;
@@ -5910,7 +6077,7 @@ declare const CarouselItem: ({ children, builderAttrs, styles, advanced, setting
5910
6077
  background?: Partial<Record<NameDevices, Background>> | undefined;
5911
6078
  }) => string;
5912
6079
 
5913
- declare const Carousel: ({ builderAttrs, builderProps, style, styles, moveToIdx, rootId, rootAttr, rootClass, wrapperClass, rootStyles, children, rawChildren, isHiddenArrowWhenDisabled, advanced, disableMarginAuto, conditionAppendJs, ...props }: _gem_sdk_core.BaseProps<CarouselSettings, CarouselStyles, Record<string, any>> & {
6080
+ declare const Carousel: ({ builderAttrs, builderProps, style, styles, moveToIdx, rootId, rootAttr, rootClass, wrapperClass, rootStyles, children, rawChildren, isHiddenArrowWhenDisabled, advanced, disableMarginAuto, conditionAppendJs, ftShapeProductImage, ...props }: _gem_sdk_core.BaseProps<CarouselSettings, CarouselStyles, Record<string, any>> & {
5914
6081
  builderAttrs?: Record<string, any> | undefined;
5915
6082
  style?: React.CSSProperties | undefined;
5916
6083
  } & {
@@ -5942,6 +6109,7 @@ declare const Carousel: ({ builderAttrs, builderProps, style, styles, moveToIdx,
5942
6109
  disableMarginAuto?: boolean | undefined;
5943
6110
  slidesClass?: string | undefined;
5944
6111
  conditionAppendJs?: string | undefined;
6112
+ ftShapeProductImage?: Partial<Record<NameDevices, SizeSettingGlobal>> | undefined;
5945
6113
  }) => string;
5946
6114
 
5947
6115
  type LineProps = {
@@ -6069,7 +6237,7 @@ type CountdownLiquidProps = BaseProps<{
6069
6237
  };
6070
6238
  declare const Countdown: ({ builderProps, setting, styles, advanced, pageContext, }: CountdownLiquidProps) => string;
6071
6239
 
6072
- declare const Image: ({ styles, className, setting, builderAttrs, builderProps, style, advanced, enableLazyloadImage, }: {
6240
+ declare const Image: ({ styles, className, setting, builderAttrs, builderProps, style, advanced, enableLazyLoadImage, pageContext, }: {
6073
6241
  className?: string | undefined;
6074
6242
  children?: React.ReactNode;
6075
6243
  onClick?: React.MouseEventHandler<any> | undefined;
@@ -6129,7 +6297,8 @@ declare const Image: ({ styles, className, setting, builderAttrs, builderProps,
6129
6297
  } & {
6130
6298
  advanced?: any;
6131
6299
  } & {
6132
- enableLazyloadImage?: boolean | undefined;
6300
+ enableLazyLoadImage?: boolean | undefined;
6301
+ pageContext?: PageContext | undefined;
6133
6302
  }) => string;
6134
6303
 
6135
6304
  type VideoProps = {} & BasePropsWrap<{
@@ -6194,7 +6363,7 @@ declare const TabItem: ({ children, builderAttrs, style, className, parentUid }:
6194
6363
  parentUid?: string | undefined;
6195
6364
  }) => string;
6196
6365
 
6197
- declare const HeroBanner: ({ builderAttrs, builderProps, setting, styles, style, children, rawChildren, advanced, enableLazyloadImage, }: _gem_sdk_core.BaseProps<{
6366
+ declare const HeroBanner: ({ builderAttrs, builderProps, setting, styles, style, children, rawChildren, advanced, enableLazyLoadImage, }: _gem_sdk_core.BaseProps<{
6198
6367
  link?: {
6199
6368
  link?: string | undefined;
6200
6369
  target?: string | undefined;
@@ -6257,7 +6426,7 @@ declare const HeroBanner: ({ builderAttrs, builderProps, setting, styles, style,
6257
6426
  } & {
6258
6427
  rawChildren?: any[] | undefined;
6259
6428
  advanced?: any;
6260
- enableLazyloadImage?: boolean | undefined;
6429
+ enableLazyLoadImage?: boolean | undefined;
6261
6430
  }) => string;
6262
6431
 
6263
6432
  declare const CSSCode: ({ setting, style, advanced, builderAttrs, builderProps }: CSSCodeProps) => string;
@@ -6446,7 +6615,9 @@ declare const CollectionToolbar: ({ setting, builderProps, pageContext }: Collec
6446
6615
 
6447
6616
  declare const CollectionTitle: ({ setting }: CollectionTitleProps) => string;
6448
6617
 
6449
- declare const CollectionDescription: ({ setting }: CollectionDescriptionProps) => string;
6618
+ declare const CollectionDescription: ({ setting, advanced, builderProps, pageContext, }: CollectionDescriptionProps & {
6619
+ pageContext?: PageContext | undefined;
6620
+ }) => string;
6450
6621
 
6451
6622
  declare const CollectionPaginator: ({ setting, builderProps, pageContext }: CollectionPaginatorProps) => string;
6452
6623
 
@@ -6700,11 +6871,31 @@ declare const MyappgurusProductReviews: ({ setting, advanced }: MyappgurusProduc
6700
6871
 
6701
6872
  declare const HulkProductOptions: ({ setting, advanced }: HulkProductOptionsProps) => string;
6702
6873
 
6874
+ declare const TrustshopProductReviews: ({ setting, advanced }: TrustshopProductReviewsProps) => string;
6875
+
6876
+ declare const StellarDeliveryDatePickup: ({ setting, advanced }: StellarDeliveryDatePickupProps) => string;
6877
+
6878
+ declare const EssentialCountdownTimerBar: ({ setting, advanced }: EssentialCountdownTimerBarProps) => string;
6879
+
6880
+ declare const EssentialAnnouncementBar: ({ setting, advanced }: EssentialAnnouncementBarProps) => string;
6881
+
6882
+ declare const OkendoReviewsLoyalty: ({ setting, advanced }: OkendoReviewsLoyaltyProps) => string;
6883
+
6884
+ declare const EstimatedDeliveryDatePlus: ({ setting, advanced }: EstimatedDeliveryDatePlusProps) => string;
6885
+
6703
6886
  declare const HextomCountdownTimerBar: ({ setting, advanced }: HextomCountdownTimerBarProps) => string;
6704
6887
 
6705
6888
  declare const TrustBadgesBear: ({ setting, advanced }: TrustBadgesBearProps) => string;
6706
6889
 
6707
- declare const TrustshopProductReviews: ({ setting, advanced }: TrustshopProductReviewsProps) => string;
6890
+ declare const TrustedsiteTrustBadges: ({ setting, advanced }: TrustedsiteTrustBadgesProps) => string;
6891
+
6892
+ declare const GloColorSwatchvariantImage: ({ setting, advanced }: GloColorSwatchvariantImageProps) => string;
6893
+
6894
+ declare const BfSizeChartSizeGuide: ({ setting, advanced }: BfSizeChartSizeGuideProps) => string;
6895
+
6896
+ declare const AlsoBoughtCbb: ({ setting, advanced }: AlsoBoughtCbbProps) => string;
6897
+
6898
+ declare const HextomFreeShippingBar: ({ setting, advanced }: HextomFreeShippingBarProps) => string;
6708
6899
 
6709
6900
  declare const ImageComparison: ({ setting, styles, builderProps, advanced, ...props }: ImageComparisonProps) => string;
6710
6901
 
@@ -6860,6 +7051,7 @@ declare const index_liquid_AccordionItem: typeof AccordionItem;
6860
7051
  declare const index_liquid_AftershipEmailMarketingsms: typeof AftershipEmailMarketingsms;
6861
7052
  declare const index_liquid_AirProductReviewsAppUgc: typeof AirProductReviewsAppUgc;
6862
7053
  declare const index_liquid_AliReviews: typeof AliReviews;
7054
+ declare const index_liquid_AlsoBoughtCbb: typeof AlsoBoughtCbb;
6863
7055
  declare const index_liquid_AppointmentBookingCowlendar: typeof AppointmentBookingCowlendar;
6864
7056
  declare const index_liquid_AppstleSubscriptions: typeof AppstleSubscriptions;
6865
7057
  declare const index_liquid_ArticleAuthor: typeof ArticleAuthor;
@@ -6874,6 +7066,7 @@ declare const index_liquid_ArticleReadMore: typeof ArticleReadMore;
6874
7066
  declare const index_liquid_ArticleTag: typeof ArticleTag;
6875
7067
  declare const index_liquid_ArticleTitle: typeof ArticleTitle;
6876
7068
  declare const index_liquid_BestBuyFulfillment: typeof BestBuyFulfillment;
7069
+ declare const index_liquid_BfSizeChartSizeGuide: typeof BfSizeChartSizeGuide;
6877
7070
  declare const index_liquid_BirdChime: typeof BirdChime;
6878
7071
  declare const index_liquid_Bogos: typeof Bogos;
6879
7072
  declare const index_liquid_BoldProductOptions: typeof BoldProductOptions;
@@ -6903,7 +7096,10 @@ declare const index_liquid_DynamicCheckout: typeof DynamicCheckout;
6903
7096
  declare const index_liquid_EasifyProductOptions: typeof EasifyProductOptions;
6904
7097
  declare const index_liquid_EasyBundleBuilderSkailama: typeof EasyBundleBuilderSkailama;
6905
7098
  declare const index_liquid_EasySellCOD: typeof EasySellCOD;
7099
+ declare const index_liquid_EssentialAnnouncementBar: typeof EssentialAnnouncementBar;
7100
+ declare const index_liquid_EssentialCountdownTimerBar: typeof EssentialCountdownTimerBar;
6906
7101
  declare const index_liquid_EstimateDate: typeof EstimateDate;
7102
+ declare const index_liquid_EstimatedDeliveryDatePlus: typeof EstimatedDeliveryDatePlus;
6907
7103
  declare const index_liquid_FastBundleBundlesDiscounts: typeof FastBundleBundlesDiscounts;
6908
7104
  declare const index_liquid_FeraReviews: typeof FeraReviews;
6909
7105
  declare const index_liquid_FileUpload: typeof FileUpload;
@@ -6914,12 +7110,14 @@ declare const index_liquid_FormDropdown: typeof FormDropdown;
6914
7110
  declare const index_liquid_FormEmail: typeof FormEmail;
6915
7111
  declare const index_liquid_FormTextarea: typeof FormTextarea;
6916
7112
  declare const index_liquid_FrequentlyBoughtTogether: typeof FrequentlyBoughtTogether;
7113
+ declare const index_liquid_GloColorSwatchvariantImage: typeof GloColorSwatchvariantImage;
6917
7114
  declare const index_liquid_GloboProductOptionsVariant: typeof GloboProductOptionsVariant;
6918
7115
  declare const index_liquid_GoogleReviewsByReputon: typeof GoogleReviewsByReputon;
6919
7116
  declare const index_liquid_Growave: typeof Growave;
6920
7117
  declare const index_liquid_Heading: typeof Heading;
6921
7118
  declare const index_liquid_HeroBanner: typeof HeroBanner;
6922
7119
  declare const index_liquid_HextomCountdownTimerBar: typeof HextomCountdownTimerBar;
7120
+ declare const index_liquid_HextomFreeShippingBar: typeof HextomFreeShippingBar;
6923
7121
  declare const index_liquid_HulkFormBuilder: typeof HulkFormBuilder;
6924
7122
  declare const index_liquid_HulkProductOptions: typeof HulkProductOptions;
6925
7123
  declare const index_liquid_Icon: typeof Icon;
@@ -6952,6 +7150,7 @@ declare const index_liquid_MbcBundleVolumeDiscount: typeof MbcBundleVolumeDiscou
6952
7150
  declare const index_liquid_MyappgurusProductReviews: typeof MyappgurusProductReviews;
6953
7151
  declare const index_liquid_Newsletter: typeof Newsletter;
6954
7152
  declare const index_liquid_NotifyBackInStockPreOrder: typeof NotifyBackInStockPreOrder;
7153
+ declare const index_liquid_OkendoReviewsLoyalty: typeof OkendoReviewsLoyalty;
6955
7154
  declare const index_liquid_Omnisend: typeof Omnisend;
6956
7155
  declare const index_liquid_Opinew: typeof Opinew;
6957
7156
  declare const index_liquid_ParcelPanel: typeof ParcelPanel;
@@ -7005,6 +7204,7 @@ declare const index_liquid_SkioSubscriptionsYcS20: typeof SkioSubscriptionsYcS20
7005
7204
  declare const index_liquid_SmartSearchBarAndFilters: typeof SmartSearchBarAndFilters;
7006
7205
  declare const index_liquid_SproutPlantTreesGrowSales: typeof SproutPlantTreesGrowSales;
7007
7206
  declare const index_liquid_Stamped: typeof Stamped;
7207
+ declare const index_liquid_StellarDeliveryDatePickup: typeof StellarDeliveryDatePickup;
7008
7208
  declare const index_liquid_Sticky: typeof Sticky;
7009
7209
  declare const index_liquid_StockCounter: typeof StockCounter;
7010
7210
  declare const index_liquid_SubifySubscriptionsApp: typeof SubifySubscriptionsApp;
@@ -7019,6 +7219,7 @@ declare const index_liquid_TextField: typeof TextField;
7019
7219
  declare const index_liquid_ThirdPartySlot: typeof ThirdPartySlot;
7020
7220
  declare const index_liquid_TrustBadgesBear: typeof TrustBadgesBear;
7021
7221
  declare const index_liquid_TrustMe: typeof TrustMe;
7222
+ declare const index_liquid_TrustedsiteTrustBadges: typeof TrustedsiteTrustBadges;
7022
7223
  declare const index_liquid_Trustoo: typeof Trustoo;
7023
7224
  declare const index_liquid_TrustreviewsProductReviews: typeof TrustreviewsProductReviews;
7024
7225
  declare const index_liquid_TrustshopProductReviews: typeof TrustshopProductReviews;
@@ -7039,6 +7240,7 @@ declare namespace index_liquid {
7039
7240
  index_liquid_AftershipEmailMarketingsms as AftershipEmailMarketingsms,
7040
7241
  index_liquid_AirProductReviewsAppUgc as AirProductReviewsAppUgc,
7041
7242
  index_liquid_AliReviews as AliReviews,
7243
+ index_liquid_AlsoBoughtCbb as AlsoBoughtCbb,
7042
7244
  index_liquid_AppointmentBookingCowlendar as AppointmentBookingCowlendar,
7043
7245
  index_liquid_AppstleSubscriptions as AppstleSubscriptions,
7044
7246
  index_liquid_ArticleAuthor as ArticleAuthor,
@@ -7053,6 +7255,7 @@ declare namespace index_liquid {
7053
7255
  index_liquid_ArticleTag as ArticleTag,
7054
7256
  index_liquid_ArticleTitle as ArticleTitle,
7055
7257
  index_liquid_BestBuyFulfillment as BestBuyFulfillment,
7258
+ index_liquid_BfSizeChartSizeGuide as BfSizeChartSizeGuide,
7056
7259
  index_liquid_BirdChime as BirdChime,
7057
7260
  index_liquid_Bogos as Bogos,
7058
7261
  index_liquid_BoldProductOptions as BoldProductOptions,
@@ -7083,7 +7286,10 @@ declare namespace index_liquid {
7083
7286
  index_liquid_EasifyProductOptions as EasifyProductOptions,
7084
7287
  index_liquid_EasyBundleBuilderSkailama as EasyBundleBuilderSkailama,
7085
7288
  index_liquid_EasySellCOD as EasySellCOD,
7289
+ index_liquid_EssentialAnnouncementBar as EssentialAnnouncementBar,
7290
+ index_liquid_EssentialCountdownTimerBar as EssentialCountdownTimerBar,
7086
7291
  index_liquid_EstimateDate as EstimateDate,
7292
+ index_liquid_EstimatedDeliveryDatePlus as EstimatedDeliveryDatePlus,
7087
7293
  index_liquid_FastBundleBundlesDiscounts as FastBundleBundlesDiscounts,
7088
7294
  index_liquid_FeraReviews as FeraReviews,
7089
7295
  index_liquid_FileUpload as FileUpload,
@@ -7095,12 +7301,14 @@ declare namespace index_liquid {
7095
7301
  index_liquid_FormEmail as FormEmail,
7096
7302
  index_liquid_FormTextarea as FormTextarea,
7097
7303
  index_liquid_FrequentlyBoughtTogether as FrequentlyBoughtTogether,
7304
+ index_liquid_GloColorSwatchvariantImage as GloColorSwatchvariantImage,
7098
7305
  index_liquid_GloboProductOptionsVariant as GloboProductOptionsVariant,
7099
7306
  index_liquid_GoogleReviewsByReputon as GoogleReviewsByReputon,
7100
7307
  index_liquid_Growave as Growave,
7101
7308
  index_liquid_Heading as Heading,
7102
7309
  index_liquid_HeroBanner as HeroBanner,
7103
7310
  index_liquid_HextomCountdownTimerBar as HextomCountdownTimerBar,
7311
+ index_liquid_HextomFreeShippingBar as HextomFreeShippingBar,
7104
7312
  index_liquid_HulkFormBuilder as HulkFormBuilder,
7105
7313
  index_liquid_HulkProductOptions as HulkProductOptions,
7106
7314
  index_liquid_Icon as Icon,
@@ -7134,6 +7342,7 @@ declare namespace index_liquid {
7134
7342
  index_liquid_MyappgurusProductReviews as MyappgurusProductReviews,
7135
7343
  index_liquid_Newsletter as Newsletter,
7136
7344
  index_liquid_NotifyBackInStockPreOrder as NotifyBackInStockPreOrder,
7345
+ index_liquid_OkendoReviewsLoyalty as OkendoReviewsLoyalty,
7137
7346
  index_liquid_Omnisend as Omnisend,
7138
7347
  index_liquid_Opinew as Opinew,
7139
7348
  index_liquid_ParcelPanel as ParcelPanel,
@@ -7189,6 +7398,7 @@ declare namespace index_liquid {
7189
7398
  index_liquid_SmartSearchBarAndFilters as SmartSearchBarAndFilters,
7190
7399
  index_liquid_SproutPlantTreesGrowSales as SproutPlantTreesGrowSales,
7191
7400
  index_liquid_Stamped as Stamped,
7401
+ index_liquid_StellarDeliveryDatePickup as StellarDeliveryDatePickup,
7192
7402
  index_liquid_Sticky as Sticky,
7193
7403
  index_liquid_StockCounter as StockCounter,
7194
7404
  index_liquid_SubifySubscriptionsApp as SubifySubscriptionsApp,
@@ -7203,6 +7413,7 @@ declare namespace index_liquid {
7203
7413
  index_liquid_ThirdPartySlot as ThirdPartySlot,
7204
7414
  index_liquid_TrustBadgesBear as TrustBadgesBear,
7205
7415
  index_liquid_TrustMe as TrustMe,
7416
+ index_liquid_TrustedsiteTrustBadges as TrustedsiteTrustBadges,
7206
7417
  index_liquid_Trustoo as Trustoo,
7207
7418
  index_liquid_TrustreviewsProductReviews as TrustreviewsProductReviews,
7208
7419
  index_liquid_TrustshopProductReviews as TrustshopProductReviews,
@@ -7221,6 +7432,11 @@ declare namespace index_liquid {
7221
7432
  }
7222
7433
 
7223
7434
  declare const _default: {
7435
+ EstimatedDeliveryDatePlus: React.FC<EstimatedDeliveryDatePlusProps>;
7436
+ OkendoReviewsLoyalty: React.FC<OkendoReviewsLoyaltyProps>;
7437
+ EssentialAnnouncementBar: React.FC<EssentialAnnouncementBarProps>;
7438
+ EssentialCountdownTimerBar: React.FC<EssentialCountdownTimerBarProps>;
7439
+ StellarDeliveryDatePickup: React.FC<StellarDeliveryDatePickupProps>;
7224
7440
  TrustshopProductReviews: React.FC<TrustshopProductReviewsProps>;
7225
7441
  HulkProductOptions: React.FC<HulkProductOptionsProps>;
7226
7442
  TrustreviewsProductReviews: React.FC<TrustreviewsProductReviewsProps>;
@@ -7358,7 +7574,7 @@ declare const _default: {
7358
7574
  ProductBundleDiscount: React.FC<ProductQuantityBreakProps>;
7359
7575
  ProductBundleDiscountItem: React.FC<ProductQuantityBreakItemProps>;
7360
7576
  ProductButton: React.FC<ProductButtonProps>;
7361
- ProductDescription: React.FC<ProductDescriptionProps$1>;
7577
+ ProductDescription: React.FC<ProductDescriptionProps>;
7362
7578
  ProductVariants: React.FC<ProductVariantsProps>;
7363
7579
  ProductImages: React.FC<ProductImagesProps>;
7364
7580
  ProductImagesV2: React.FC<ProductImagesProps$1>;
@@ -7552,6 +7768,11 @@ declare const _default: {
7552
7768
  ProductBadge: React.FC<ProductBadgeProps>;
7553
7769
  HextomCountdownTimerBar: React.FC<HextomCountdownTimerBarProps>;
7554
7770
  TrustBadgesBear: React.FC<TrustBadgesBearProps>;
7771
+ TrustedsiteTrustBadges: React.FC<TrustedsiteTrustBadgesProps>;
7772
+ GloColorSwatchvariantImage: React.FC<GloColorSwatchvariantImageProps>;
7773
+ BfSizeChartSizeGuide: React.FC<BfSizeChartSizeGuideProps>;
7774
+ AlsoBoughtCbb: React.FC<AlsoBoughtCbbProps>;
7775
+ HextomFreeShippingBar: React.FC<HextomFreeShippingBarProps>;
7555
7776
  };
7556
7777
 
7557
7778
  declare const ELEMENT_Z_INDEX: {
@@ -7590,4 +7811,4 @@ declare const getInsertLinkData: (defaultWrap: string, setting?: {
7590
7811
  };
7591
7812
  declare const replaceLinkData: (text?: string, isTranslate?: boolean) => string | undefined;
7592
7813
 
7593
- 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 };
7814
+ 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, 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 };