@gem-sdk/components 12.0.0-dev.24 → 12.0.0-dev.25

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 (98) hide show
  1. package/dist/cjs/builder.js +1 -1
  2. package/dist/cjs/coupon/settings/configs/presets.js +1 -1
  3. package/dist/cjs/index.js +1 -1
  4. package/dist/cjs/next.js +1 -1
  5. package/dist/cjs/post-purchase/buyer-consent/common/classes.js +1 -0
  6. package/dist/cjs/post-purchase/buyer-consent/common/helpers.js +1 -0
  7. package/dist/cjs/post-purchase/buyer-consent/common/styles.js +1 -0
  8. package/dist/cjs/post-purchase/buyer-consent/components/BuyerConsent.js +1 -0
  9. package/dist/cjs/post-purchase/buyer-consent/index.js +1 -0
  10. package/dist/cjs/post-purchase/buyer-consent/next.js +1 -0
  11. package/dist/cjs/post-purchase/buyer-consent/settings/buyer-consent/configs/presets.js +5 -0
  12. package/dist/cjs/post-purchase/buyer-consent/settings/buyer-consent/configs/settings.js +1 -0
  13. package/dist/cjs/post-purchase/buyer-consent/settings/buyer-consent/configs/ui-v2.js +1 -0
  14. package/dist/cjs/post-purchase/buyer-consent/settings/buyer-consent/index.js +5 -0
  15. package/dist/cjs/post-purchase/product/components/AcceptButton.js +1 -1
  16. package/dist/cjs/post-purchase/product/components/ProductPriceBreakdown.js +1 -1
  17. package/dist/cjs/post-purchase/product/components/price-breakdown/MoneyLine.js +1 -1
  18. package/dist/cjs/post-purchase/product/components/product-offer/hooks/useProductOfferData.js +1 -1
  19. package/dist/cjs/post-purchase/product/components/product-subscription/ProductSubscription.js +1 -0
  20. package/dist/cjs/post-purchase/product/components/product-subscription/common/attrs.js +1 -0
  21. package/dist/cjs/post-purchase/product/components/product-subscription/common/classes.js +1 -0
  22. package/dist/cjs/post-purchase/product/components/product-subscription/common/extractSellingPlanSettings.js +1 -0
  23. package/dist/cjs/post-purchase/product/components/product-subscription/common/styles.js +1 -0
  24. package/dist/cjs/post-purchase/product/components/product-subscription/components/OneTimePurchaseTooltip.js +1 -0
  25. package/dist/cjs/post-purchase/product/components/product-subscription/components/SellingPlanDropdown.js +1 -0
  26. package/dist/cjs/post-purchase/product/components/product-subscription/components/SellingPlanLabel.js +1 -0
  27. package/dist/cjs/post-purchase/product/components/product-subscription/components/SellingPlanRadio.js +1 -0
  28. package/dist/cjs/post-purchase/product/components/product-subscription/components/SubscriptionDetail.js +1 -0
  29. package/dist/cjs/post-purchase/product/components/product-subscription/components/SubscriptionRadio.js +1 -0
  30. package/dist/cjs/post-purchase/product/components/product-subscription/hooks/useSellingPlanChange.js +1 -0
  31. package/dist/cjs/post-purchase/product/components/product-subscription/hooks/useSellingPlanOptions.js +1 -0
  32. package/dist/cjs/post-purchase/product/components/product-subscription/hooks/useSellingSubscription.js +1 -0
  33. package/dist/cjs/post-purchase/product/components/product-subscription/hooks/useSubscriptionVisibility.js +1 -0
  34. package/dist/cjs/post-purchase/product/constants/index.js +1 -1
  35. package/dist/cjs/post-purchase/product/hooks/useGetMoneyLines.js +1 -1
  36. package/dist/cjs/post-purchase/product/hooks/useGetTextSetting.js +1 -1
  37. package/dist/cjs/post-purchase/product/hooks/useSubscriptionConsentCheck.js +1 -0
  38. package/dist/cjs/post-purchase/product/index.js +1 -1
  39. package/dist/cjs/post-purchase/product/next.js +1 -1
  40. package/dist/cjs/post-purchase/product/settings/product-price-breakdown/configs/settings.js +1 -1
  41. package/dist/cjs/post-purchase/product/settings/product-price-breakdown/configs/ui-v2.js +1 -1
  42. package/dist/cjs/post-purchase/product/settings/product-subscription/configs/presets.js +10 -0
  43. package/dist/cjs/post-purchase/product/settings/product-subscription/configs/settings.js +1 -0
  44. package/dist/cjs/post-purchase/product/settings/product-subscription/configs/ui-v2.js +1 -0
  45. package/dist/cjs/post-purchase/product/settings/product-subscription/index.js +10 -0
  46. package/dist/cjs/postPurchaseSetting.js +1 -1
  47. package/dist/cjs/product/settings/product-quantity/configs/presets.js +1 -1
  48. package/dist/cjs/sticky/settings/configs/presets.js +2 -2
  49. package/dist/esm/builder.js +1 -1
  50. package/dist/esm/coupon/settings/configs/presets.js +1 -1
  51. package/dist/esm/index.js +1 -1
  52. package/dist/esm/next.js +1 -1
  53. package/dist/esm/post-purchase/buyer-consent/common/classes.js +1 -0
  54. package/dist/esm/post-purchase/buyer-consent/common/helpers.js +1 -0
  55. package/dist/esm/post-purchase/buyer-consent/common/styles.js +1 -0
  56. package/dist/esm/post-purchase/buyer-consent/components/BuyerConsent.js +1 -0
  57. package/dist/esm/post-purchase/buyer-consent/index.js +1 -0
  58. package/dist/esm/post-purchase/buyer-consent/next.js +1 -0
  59. package/dist/esm/post-purchase/buyer-consent/settings/buyer-consent/configs/presets.js +5 -0
  60. package/dist/esm/post-purchase/buyer-consent/settings/buyer-consent/configs/settings.js +1 -0
  61. package/dist/esm/post-purchase/buyer-consent/settings/buyer-consent/configs/ui-v2.js +1 -0
  62. package/dist/esm/post-purchase/buyer-consent/settings/buyer-consent/index.js +5 -0
  63. package/dist/esm/post-purchase/product/components/AcceptButton.js +1 -1
  64. package/dist/esm/post-purchase/product/components/ProductPriceBreakdown.js +1 -1
  65. package/dist/esm/post-purchase/product/components/price-breakdown/MoneyLine.js +1 -1
  66. package/dist/esm/post-purchase/product/components/product-offer/hooks/useProductOfferData.js +1 -1
  67. package/dist/esm/post-purchase/product/components/product-subscription/ProductSubscription.js +1 -0
  68. package/dist/esm/post-purchase/product/components/product-subscription/common/attrs.js +1 -0
  69. package/dist/esm/post-purchase/product/components/product-subscription/common/classes.js +1 -0
  70. package/dist/esm/post-purchase/product/components/product-subscription/common/extractSellingPlanSettings.js +1 -0
  71. package/dist/esm/post-purchase/product/components/product-subscription/common/styles.js +1 -0
  72. package/dist/esm/post-purchase/product/components/product-subscription/components/OneTimePurchaseTooltip.js +1 -0
  73. package/dist/esm/post-purchase/product/components/product-subscription/components/SellingPlanDropdown.js +1 -0
  74. package/dist/esm/post-purchase/product/components/product-subscription/components/SellingPlanLabel.js +1 -0
  75. package/dist/esm/post-purchase/product/components/product-subscription/components/SellingPlanRadio.js +1 -0
  76. package/dist/esm/post-purchase/product/components/product-subscription/components/SubscriptionDetail.js +1 -0
  77. package/dist/esm/post-purchase/product/components/product-subscription/components/SubscriptionRadio.js +1 -0
  78. package/dist/esm/post-purchase/product/components/product-subscription/hooks/useSellingPlanChange.js +1 -0
  79. package/dist/esm/post-purchase/product/components/product-subscription/hooks/useSellingPlanOptions.js +1 -0
  80. package/dist/esm/post-purchase/product/components/product-subscription/hooks/useSellingSubscription.js +1 -0
  81. package/dist/esm/post-purchase/product/components/product-subscription/hooks/useSubscriptionVisibility.js +1 -0
  82. package/dist/esm/post-purchase/product/constants/index.js +1 -1
  83. package/dist/esm/post-purchase/product/hooks/useGetMoneyLines.js +1 -1
  84. package/dist/esm/post-purchase/product/hooks/useGetTextSetting.js +1 -1
  85. package/dist/esm/post-purchase/product/hooks/useSubscriptionConsentCheck.js +1 -0
  86. package/dist/esm/post-purchase/product/index.js +1 -1
  87. package/dist/esm/post-purchase/product/next.js +1 -1
  88. package/dist/esm/post-purchase/product/settings/product-price-breakdown/configs/settings.js +1 -1
  89. package/dist/esm/post-purchase/product/settings/product-price-breakdown/configs/ui-v2.js +1 -1
  90. package/dist/esm/post-purchase/product/settings/product-subscription/configs/presets.js +10 -0
  91. package/dist/esm/post-purchase/product/settings/product-subscription/configs/settings.js +1 -0
  92. package/dist/esm/post-purchase/product/settings/product-subscription/configs/ui-v2.js +1 -0
  93. package/dist/esm/post-purchase/product/settings/product-subscription/index.js +10 -0
  94. package/dist/esm/postPurchaseSetting.js +1 -1
  95. package/dist/esm/product/settings/product-quantity/configs/presets.js +1 -1
  96. package/dist/esm/sticky/settings/configs/presets.js +2 -2
  97. package/dist/types/index.d.ts +80 -2
  98. package/package.json +2 -2
@@ -5,7 +5,7 @@ import { Property } from 'csstype';
5
5
  import * as _gem_sdk_keen_slider from '@gem-sdk/keen-slider';
6
6
  import { KeenSliderInstance } from '@gem-sdk/keen-slider';
7
7
  import { Swiper } from '@gem-sdk/swiper';
8
- import React$1, { ReactNode } from 'react';
8
+ import React$1, { ReactNode, FC } from 'react';
9
9
  import * as _gem_sdk_swiper_types_swiper_class from '@gem-sdk/swiper/types/swiper-class';
10
10
 
11
11
  type AccordionSettingProps = {
@@ -2523,6 +2523,7 @@ type PostPurchaseButtonSettingProps = {
2523
2523
  text?: string | number;
2524
2524
  buttonType?: 'primary' | 'secondary' | 'link';
2525
2525
  outOfStockLabel?: string;
2526
+ requireAcceptTermLabel?: string;
2526
2527
  };
2527
2528
  type PostPurchaseButtonStyleProps = {
2528
2529
  typo?: PostPurchaseTypo;
@@ -2536,6 +2537,7 @@ declare const Button$1: ({ styles, builderAttrs, style, setting, advanced, build
2536
2537
  text?: string | number | undefined;
2537
2538
  buttonType?: "link" | "primary" | "secondary" | undefined;
2538
2539
  outOfStockLabel?: string | undefined;
2540
+ requireAcceptTermLabel?: string | undefined;
2539
2541
  }, {
2540
2542
  typo?: _gem_sdk_core.PostPurchaseTypo | undefined;
2541
2543
  align?: "center" | "end" | "start" | undefined;
@@ -2869,6 +2871,7 @@ type PostPurchaseProductPriceBreakdownSettingProps = {
2869
2871
  discountAndShippingFee?: boolean;
2870
2872
  contentShow?: string;
2871
2873
  contentHide?: string;
2874
+ isShowRecurringTotalLabel?: boolean;
2872
2875
  };
2873
2876
  type PostPurchaseProductPriceBreakdownStyleProps = {
2874
2877
  labelStyle?: PostPurchaseTypo;
@@ -3032,6 +3035,46 @@ type PostPurchaseProductImagesProps = BasePropsWrap<ProductImagesSettingProps, P
3032
3035
  children?: React.ReactNode;
3033
3036
  };
3034
3037
 
3038
+ declare const postPurchaseSpacing: Record<string, string>;
3039
+
3040
+ type ProductSubscriptionSettingProps = {
3041
+ sellingType?: 'one-time' | 'subscription';
3042
+ sellingLabel?: string;
3043
+ sellingTitleOneTime?: string;
3044
+ sellingStyle?: 'dropdown' | 'radio' | 'image';
3045
+ sellingTitle?: string;
3046
+ subscriptionLabel?: string;
3047
+ enableSubscriptionDetail?: boolean;
3048
+ sellingPlans?: {
3049
+ [key: string]: {
3050
+ [key: string]: {
3051
+ appSource?: string;
3052
+ group?: string;
3053
+ defaultOption?: string;
3054
+ };
3055
+ };
3056
+ };
3057
+ };
3058
+ type ProductSubscriptionStyleProps = {
3059
+ sellingTitleDirection?: 'ltr' | 'rtl';
3060
+ sellingTitleTypo?: PostPurchaseTypo;
3061
+ sellingTitleAlign?: AlignItemProp;
3062
+ sellingTitleOneTimeDirection?: 'ltr' | 'rtl';
3063
+ sellingTitleOneTimeTypo?: PostPurchaseTypo;
3064
+ sellingTitleOneTimeAlign?: AlignItemProp;
3065
+ subscriptionDetailDirection?: 'ltr' | 'rtl';
3066
+ subscriptionDetailTypo?: PostPurchaseTypo;
3067
+ subscriptionDetailAlign?: AlignItemProp;
3068
+ sellingPlanItemGap?: keyof typeof postPurchaseSpacing;
3069
+ width?: string;
3070
+ align?: AlignItemProp;
3071
+ sellingPlanId?: string;
3072
+ };
3073
+ type PostPurchaseProductSubscriptionProps = BasePropsWrap<ProductSubscriptionSettingProps, ProductSubscriptionStyleProps> & {
3074
+ advanced?: any;
3075
+ children?: ReactNode;
3076
+ };
3077
+
3035
3078
  type PostPurchaseProductTitleSettingProps = PostPurchaseTextSettingProps & {
3036
3079
  linkProduct?: boolean;
3037
3080
  };
@@ -3085,6 +3128,8 @@ type PostPurchaseProductDiscountTagProps = BasePropsWrap<ProductDiscountTagSetti
3085
3128
 
3086
3129
  declare const PostPurchaseProductDiscountTag: React.FC<PostPurchaseProductDiscountTagProps>;
3087
3130
 
3131
+ declare const ProductSubscription: React.FC<PostPurchaseProductSubscriptionProps>;
3132
+
3088
3133
  declare const PostPurchaseProductImages: (props: PostPurchaseProductImagesProps) => React.JSX.Element;
3089
3134
 
3090
3135
  declare const postPurchaseProduct1Col: {
@@ -3526,6 +3571,31 @@ declare const postPurchaseProductSetting: {
3526
3571
  PostPurchaseProductOffer: _gem_sdk_core.ComponentSetting<PostPurchaseProductOfferProps>;
3527
3572
  PostPurchaseProductDiscountTag: _gem_sdk_core.ComponentSetting<PostPurchaseProductDiscountTagProps>;
3528
3573
  PostPurchaseProductImages: _gem_sdk_core.ComponentSetting<PostPurchaseProductImagesProps>;
3574
+ PostPurchaseProductSubscription: _gem_sdk_core.ComponentSetting<PostPurchaseProductSubscriptionProps>;
3575
+ };
3576
+
3577
+ type PostPurchaseBuyerConsentSettingProps = {
3578
+ description?: string;
3579
+ translate?: string;
3580
+ selected?: boolean;
3581
+ policyLink?: string;
3582
+ policyLabel?: string;
3583
+ align?: AlignItemProp;
3584
+ };
3585
+ type PostPurchaseBuyerConsentStyleProps = {
3586
+ globalSize?: ObjectDevices<SizeSettingGlobal>;
3587
+ horizontalSpacing?: Property.Padding;
3588
+ direction?: 'ltr' | 'rtl';
3589
+ width?: string;
3590
+ textAlign?: AlignItemProp;
3591
+ typo?: PostPurchaseTypo;
3592
+ };
3593
+ type PostPurchaseBuyerConsentProps = BaseProps<PostPurchaseBuyerConsentSettingProps, PostPurchaseBuyerConsentStyleProps>;
3594
+
3595
+ declare const BuyerConsent: FC<PostPurchaseBuyerConsentProps>;
3596
+
3597
+ declare const postPurchaseBuyerConsentSetting: {
3598
+ PostPurchaseBuyerConsent: _gem_sdk_core.ComponentSetting<PostPurchaseBuyerConsentProps>;
3529
3599
  };
3530
3600
 
3531
3601
  type FeatureImageStyles$1 = {
@@ -6205,6 +6275,7 @@ declare const _default$3: {
6205
6275
  }>;
6206
6276
  ProductSku: React.ComponentType<SkuProps>;
6207
6277
  FileUpload: React.ComponentType<FileUploadProps>;
6278
+ PostPurchaseBuyerConsent: React.ComponentType<PostPurchaseBuyerConsentProps>;
6208
6279
  PostPurchaseProductTitle: React.ComponentType<PostPurchaseProductTitleProps>;
6209
6280
  PostPurchaseProductDescription: React.ComponentType<PostPurchaseProductDescriptionProps>;
6210
6281
  PostPurchaseProductPrice: React.ComponentType<PostPurchaseProductPriceProps>;
@@ -6215,6 +6286,7 @@ declare const _default$3: {
6215
6286
  PostPurchaseProductOffer: React.ComponentType<PostPurchaseProductOfferProps>;
6216
6287
  PostPurchaseProductDiscountTag: React.ComponentType<PostPurchaseProductDiscountTagProps>;
6217
6288
  PostPurchaseProductImages: React.ComponentType<PostPurchaseProductImagesProps>;
6289
+ PostPurchaseProductSubscription: React.ComponentType<PostPurchaseProductSubscriptionProps>;
6218
6290
  PostPurchaseText: React.ComponentType<PostPurchaseTextProps>;
6219
6291
  PostPurchaseHeading: React.ComponentType<PostPurchaseTextProps>;
6220
6292
  PostPurchaseLink: React.ComponentType<PostPurchaseLinkProps>;
@@ -6227,6 +6299,7 @@ declare const _default$3: {
6227
6299
  text?: string | number | undefined;
6228
6300
  buttonType?: "link" | "primary" | "secondary" | undefined;
6229
6301
  outOfStockLabel?: string | undefined;
6302
+ requireAcceptTermLabel?: string | undefined;
6230
6303
  }, {
6231
6304
  typo?: _gem_sdk_core.PostPurchaseTypo | undefined;
6232
6305
  align?: "center" | "end" | "start" | undefined;
@@ -7439,6 +7512,7 @@ declare const _default$2: {
7439
7512
  text?: string | number | undefined;
7440
7513
  buttonType?: "link" | "primary" | "secondary" | undefined;
7441
7514
  outOfStockLabel?: string | undefined;
7515
+ requireAcceptTermLabel?: string | undefined;
7442
7516
  }, {
7443
7517
  typo?: _gem_sdk_core.PostPurchaseTypo | undefined;
7444
7518
  align?: "center" | "end" | "start" | undefined;
@@ -7467,6 +7541,8 @@ declare const _default$2: {
7467
7541
  PostPurchaseProductOffer: React.FC<PostPurchaseProductOfferProps>;
7468
7542
  PostPurchaseProductDiscountTag: React.FC<PostPurchaseProductDiscountTagProps>;
7469
7543
  PostPurchaseProductImages: (props: PostPurchaseProductImagesProps) => React.JSX.Element;
7544
+ PostPurchaseProductSubscription: React.FC<PostPurchaseProductSubscriptionProps>;
7545
+ PostPurchaseBuyerConsent: React.FC<PostPurchaseBuyerConsentProps>;
7470
7546
  EstimatedDeliveryDatePlus: React.FC<EstimatedDeliveryDatePlusProps>;
7471
7547
  OkendoReviewsLoyalty: React.FC<OkendoReviewsLoyaltyProps>;
7472
7548
  EssentialAnnouncementBar: React.FC<EssentialAnnouncementBarProps>;
@@ -7865,6 +7941,7 @@ declare const _default$1: {
7865
7941
  };
7866
7942
 
7867
7943
  declare const _default: {
7944
+ PostPurchaseBuyerConsent: _gem_sdk_core.ComponentSetting<PostPurchaseBuyerConsentProps>;
7868
7945
  PostPurchaseText: _gem_sdk_core.ComponentSetting<PostPurchaseTextProps>;
7869
7946
  PostPurchaseHeading: _gem_sdk_core.ComponentSetting<PostPurchaseTextProps>;
7870
7947
  PostPurchaseProductTitle: _gem_sdk_core.ComponentSetting<PostPurchaseProductTitleProps>;
@@ -7877,6 +7954,7 @@ declare const _default: {
7877
7954
  PostPurchaseProductOffer: _gem_sdk_core.ComponentSetting<PostPurchaseProductOfferProps>;
7878
7955
  PostPurchaseProductDiscountTag: _gem_sdk_core.ComponentSetting<PostPurchaseProductDiscountTagProps>;
7879
7956
  PostPurchaseProductImages: _gem_sdk_core.ComponentSetting<PostPurchaseProductImagesProps>;
7957
+ PostPurchaseProductSubscription: _gem_sdk_core.ComponentSetting<PostPurchaseProductSubscriptionProps>;
7880
7958
  PostPurchaseLink: _gem_sdk_core.ComponentSetting<PostPurchaseLinkProps>;
7881
7959
  PostPurchaseLine: _gem_sdk_core.ComponentSetting<PostPurchaseLineProps>;
7882
7960
  PostPurchaseImage: _gem_sdk_core.ComponentSetting<PostPurchaseImageProps>;
@@ -7994,4 +8072,4 @@ declare const replaceAllHrefFromString: (htmlString: string, hrefs: string[]) =>
7994
8072
  declare function isEmptyObject(obj: Record<string, any>): boolean;
7995
8073
  declare const handleClickLink: (setting?: ImageLink, mode?: RenderMode) => void;
7996
8074
 
7997
- export { Accordion$1 as Accordion, AccordionItem$1 as AccordionItem, type AccordionItemProps, type AccordionProps, AftershipEmailMarketingsms$1 as AftershipEmailMarketingsms, type AftershipEmailMarketingsmsProps, AirProductReviewsAppUgc$1 as AirProductReviewsAppUgc, type AirProductReviewsAppUgcProps, AliReviews$1 as AliReviews, type AliReviewsProps, AlsoBoughtCbb$1 as AlsoBoughtCbb, type AlsoBoughtCbbProps, AovBundlesVolumeDiscounts$1 as AovBundlesVolumeDiscounts, type AovBundlesVolumeDiscountsProps, AovFreeGiftBuyXGetYBogo$1 as AovFreeGiftBuyXGetYBogo, type AovFreeGiftBuyXGetYBogoProps, AppointmentBookingCowlendar$1 as AppointmentBookingCowlendar, type AppointmentBookingCowlendarProps, AppstleBundlesDiscounts$1 as AppstleBundlesDiscounts, type AppstleBundlesDiscountsProps, AppstleSubscriptions$1 as AppstleSubscriptions, type 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, BasicHeader, BestBuyFulfillment$1 as BestBuyFulfillment, type BestBuyFulfillmentProps, BfSizeChartSizeGuide$1 as BfSizeChartSizeGuide, type BfSizeChartSizeGuideProps, BirdChime$1 as BirdChime, type BirdChimeProps, BloyRewardsProgramLoyalty$1 as BloyRewardsProgramLoyalty, type BloyRewardsProgramLoyaltyProps, Bogos$1 as Bogos, type BogosProps, BoldProductOptions$1 as BoldProductOptions, type BoldProductOptionsProps, BoldSubscriptions$1 as BoldSubscriptions, type BoldSubscriptionsProps, BonLoyaltyRewardsReferrals$1 as BonLoyaltyRewardsReferrals, type BonLoyaltyRewardsReferralsProps, BoostAISearchDiscovery$1 as BoostAISearchDiscovery, type BoostAISearchDiscoveryProps, Breadcrumb$1 as Breadcrumb, Breadcrumb$1 as BreadcrumbProps, Bundler$1 as Bundler, type BundlerProps, Button$2 as Button, type ButtonProps, CONTINUE_SELLING_WHEN_OUT_OF_STOCK, CSSCode$1 as CSSCode, type CSSCodeProps, type CalloutBoxProps, type CalloutTextProps, Carousel$2 as Carousel, CarouselItem$2 as CarouselItem, type CarouselItemProps, type CarouselItemProps$1 as CarouselItemPropsV3, CarouselItem$3 as CarouselItemV3, type CarouselProps, type CarouselProps$1 as CarouselPropsV3, type CarouselSettingProps, type CarouselSettingProps$1 as CarouselSettingPropsV3, type CarouselStyleProps, type CarouselStyleProps$1 as CarouselStylePropsV3, Carousel$3 as CarouselV3, Cart, CartCheckout, CartDiscount, CartLineAttribute, CartLineImage, CartLinePrice, CartLineVariant, CartList, CartOrderNote, type CartProps, CartTotalItem, CartTotalPrice, CheckoutNow, CleanSizeCharts$1 as CleanSizeCharts, type CleanSizeChartsProps, Column$1 as Col, type ColProps, CollectionBanner$1 as CollectionBanner, type CollectionBannerProps, CollectionDescription$1 as CollectionDescription, type CollectionDescriptionProps, CollectionPaginator$1 as CollectionPaginator, type CollectionPaginatorProps, CollectionTitle$1 as CollectionTitle, type CollectionTitleProps, CollectionToolbar$1 as CollectionToolbar, type CollectionToolbarProps, ContactForm$1 as ContactForm, Countdown$1 as Countdown, type CountdownProps, Coupon$1 as Coupon, CouponList, type CouponProps, CrossSellCartUpsell$1 as CrossSellCartUpsell, type CrossSellCartUpsellProps, CustomProductOptionsVariant$1 as CustomProductOptionsVariant, type CustomProductOptionsVariantProps, DEFAULT_FONT_SIZE, DEFAULT_HIGHLIGHT_TAG, DEFAULT_PROGRESS_BAR_HEIGHT, DEFAULT_QUANTITY_TEMPLATE, DEFAULT_RANGE_STEP, DEFAULT_REMAINING_PERCENT, DEFAULT_REMAINING_QUANTITY, DEFAULT_SCARCITY_THRESHOLD, type DataVideoType, DealeasyVolumeDiscounts$1 as DealeasyVolumeDiscounts, type DealeasyVolumeDiscountsProps, DesktopMenu, Dialog$1 as Dialog, DiscountInput, DiscountyBulkDiscountSales$1 as DiscountyBulkDiscountSales, type DiscountyBulkDiscountSalesProps, DynamicCheckout$1 as DynamicCheckout, type DynamicCheckoutProps, ELEMENT_Z_INDEX, EasifyProductOptions$1 as EasifyProductOptions, type EasifyProductOptionsProps, EasyBundleBuilderSkailama$1 as EasyBundleBuilderSkailama, type EasyBundleBuilderSkailamaProps, EasySell as EasySellCOD, type EasySellCODProps, EcoboostifyShoppableReelUgc$1 as EcoboostifyShoppableReelUgc, type EcoboostifyShoppableReelUgcProps, EcomsendBackInStockAlert$1 as EcomsendBackInStockAlert, type EcomsendBackInStockAlertProps, EssentialAnnouncementBar$1 as EssentialAnnouncementBar, type EssentialAnnouncementBarProps, EssentialCountdownTimerBar$1 as EssentialCountdownTimerBar, type EssentialCountdownTimerBarProps, EstimateDate$1 as EstimateDate, type EstimateDateProps, EstimatedDeliveryDatePlus$1 as EstimatedDeliveryDatePlus, type EstimatedDeliveryDatePlusProps, FastBundleBundlesDiscounts$1 as FastBundleBundlesDiscounts, type FastBundleBundlesDiscountsProps, FeraReviews$1 as FeraReviews, type FeraReviewsProps, FileUpload$1 as FileUpload, type FileUploadProps, FirePush$1 as FirePush, type FirePushProps, FlyBundlesUpsellsFbt$1 as FlyBundlesUpsellsFbt, type FlyBundlesUpsellsFbtProps, FordeerProductLabels$1 as FordeerProductLabels, type FordeerProductLabelsProps, FormCheckbox, type FormCheckboxProps, FormDropdown$1 as FormDropdown, type FormDropdownProps, FormEmail$1 as FormEmail, type FormEmailProps, FormTextArea as FormTextarea, FrequentlyBoughtTogether$1 as FrequentlyBoughtTogether, type FrequentlyBoughtTogetherProps, GloColorSwatchvariantImage$1 as GloColorSwatchvariantImage, type GloColorSwatchvariantImageProps, GloboProductOptionsVariant$1 as GloboProductOptionsVariant, type GloboProductOptionsVariantProps, GoogleReviewsByReputon$1 as GoogleReviewsByReputon, type GoogleReviewsByReputonProps, Growave$1 as Growave, type GrowaveProps, Header, type HeaderProps, Heading$1 as Heading, type HeadingProps, HeroBanner$1 as HeroBanner, type HeroBannerProps, HextomCountdownTimerBar$1 as HextomCountdownTimerBar, type HextomCountdownTimerBarProps, HextomFreeShippingBar$1 as HextomFreeShippingBar, type HextomFreeShippingBarProps, HulkFormBuilder$1 as HulkFormBuilder, type HulkFormBuilderProps, HulkProductOptions$1 as HulkProductOptions, type HulkProductOptionsProps, Icon$1 as Icon, IconList$1 as IconList, IconListHoz$1 as IconListHoz, type IconListHozProps, IconListItem$1 as IconListItem, IconListHozItem as IconListItemHoz, type IconListItemProps$1 as IconListItemProps, type IconListProps$1 as IconListProps, IconListV2$1 as IconListV2, type IconProps, Image$1 as Image, ImageComparison$1 as ImageComparison, type ImageComparisonItem, ImageDetection, type ImageDetectionProps, type ImageProps, type ImgProps, InfiniteOptions$1 as InfiniteOptions, type InfiniteOptionsProps, Input, type InputProps, Instafeed$1 as Instafeed, type InstafeedProps, InstantJudgemeReviews, InstantKlaviyo, InstantLooxReviews, InstantYotpoLoyalty, InstasellShoppableInstagram$1 as InstasellShoppableInstagram, type InstasellShoppableInstagramProps, JudgemeReviews$1 as JudgemeReviews, type JudgemeReviewsProps, JunipProductReviewsUgc$1 as JunipProductReviewsUgc, type JunipProductReviewsUgcProps, KachingBundles$1 as KachingBundles, type KachingBundlesProps, KachingSubscriptionsApp$1 as KachingSubscriptionsApp, type KachingSubscriptionsAppProps, KingProductOptions$1 as KingProductOptions, type KingProductOptionsProps, KiteFreeGiftDiscount$1 as KiteFreeGiftDiscount, type KiteFreeGiftDiscountProps, KlarnaMessaging$1 as KlarnaMessaging, type KlarnaMessagingProps, Klaviyo$1 as Klaviyo, type KlaviyoProps, KoalaBundleQuantityDiscount$1 as KoalaBundleQuantityDiscount, type KoalaBundleQuantityDiscountProps, LaiProductReviews$1 as LaiProductReviews, type LaiProductReviewsProps, Line$2 as Line, type LineProps, Link$1 as Link, type LinkProps, LoloyalLoyaltyReferrals$1 as LoloyalLoyaltyReferrals, type LoloyalLoyaltyReferralsProps, LoopSubscriptions$1 as LoopSubscriptions, type LoopSubscriptionsProps, LooxReviews$1 as LooxReviews, type LooxReviewsProps, MAX_PROGRESS_BAR_HEIGHT, MAX_REMAINING_PERCENT, MIN_PROGRESS_BAR_HEIGHT, MIN_REMAINING_PERCENT, MIN_REMAINING_QUANTITY, Marquee$1 as Marquee, _default$4 as MarqueeItem, type MarqueeItemProps, type MarqueeProps, MaxbundleProductBundles$1 as MaxbundleProductBundles, type MaxbundleProductBundlesProps, MbcBundleVolumeDiscount$1 as MbcBundleVolumeDiscount, type MbcBundleVolumeDiscountProps, Menu, type MenuProps, MobileMenu, Modal, ModernHeader, MyappgurusProductReviews$1 as MyappgurusProductReviews, type MyappgurusProductReviewsProps, NO_PRODUCT_LEFT, Newsletter$1 as Newsletter, type NewsletterProps, Notify as Notice, type NotificationAPI, type NotificationConfig, NotifyBackInStockPreOrder$1 as NotifyBackInStockPreOrder, type NotifyBackInStockPreOrderProps, OUT_OF_STOCK, type ObjectFit$2 as ObjectFit, OkendoReviewsLoyalty$1 as OkendoReviewsLoyalty, type OkendoReviewsLoyaltyProps, Omnisend$1 as Omnisend, type OmnisendProps, Opinew$1 as Opinew, type OpinewProps, Pagination, type PaginationProps, ParcelPanel$1 as ParcelPanel, type ParcelPanelProps, PickyStory$1 as PickyStory, type PickyStoryProps, PostPurchaseAcceptButton, PostPurchaseAdvancedList, PostPurchaseAdvancedListItem, type PostPurchaseAdvancedListProps, Button$1 as PostPurchaseButton, type PostPurchaseButtonProps, CalloutBox as PostPurchaseCalloutBox, CalloutText as PostPurchaseCalloutText, PostPurchaseCountdownTimer, type PostPurchaseCountdownTimerProps, PostPurchaseHeading, PostPurchaseImage, type PostPurchaseImageProps, Line$1 as PostPurchaseLine, type PostPurchaseLineProps, Link as PostPurchaseLink, type PostPurchaseLinkProps, PostPurchaseProductDescription, type PostPurchaseProductDescriptionProps, PostPurchaseProductDiscountTag, type PostPurchaseProductDiscountTagProps, PostPurchaseProductImages, type PostPurchaseProductImagesProps, PostPurchaseProductOffer, type PostPurchaseProductOfferProps$1 as PostPurchaseProductOfferProps, PostPurchaseProductPrice, PostPurchaseProductPriceBreakdown, type PostPurchaseProductPriceBreakdownProps, type PostPurchaseProductPriceProps, PostPurchaseProductQuantity, type PostPurchaseProductQuantityProps, PostPurchaseProductTitle, type PostPurchaseProductTitleProps, PostPurchaseProductVariants, type PostPurchaseProductVariantsProps, Text$2 as PostPurchaseText, type PostPurchaseTextProps, PowerfulContactFormBuilder$1 as PowerfulContactFormBuilder, type PowerfulContactFormBuilderProps, PreorderNowPreOrderPq$1 as PreorderNowPreOrderPq, type PreorderNowPreOrderPqProps, PreorderNowWodPresale$1 as PreorderNowWodPresale, type PreorderNowWodPresaleProps, Product$1 as Product, ProductBadge$1 as ProductBadge, type ProductBadgeProps, ProductBundleDiscount$1 as ProductBundleDiscount, ProductBundleDiscountItem$1 as ProductBundleDiscountItem, type ProductBundleDiscountProps, type ProductBundleItemDiscountProps, ProductButton$1 as ProductButton, type ProductButtonProps, ProductDescription$1 as ProductDescription, type ProductDescriptionProps, ProductImages$3 as ProductImages, type ProductImagesProps, ProductImagesV2, ProductImagesV3, ProductList$2 as ProductList, type ProductListProps, type ProductListProps$1 as ProductListPropsV3, ProductList$3 as ProductListV3, ProductOptionsCustomizer$1 as ProductOptionsCustomizer, type ProductOptionsCustomizerProps, ProductOptionsVariantOption$1 as ProductOptionsVariantOption, type ProductOptionsVariantOptionProps, ProductPrice$1 as ProductPrice, type ProductPriceProps, type ProductPropertiesProps, ProductProperties$1 as ProductPropertyInput, type ProductProps, ProductQuantity$1 as ProductQuantity, type ProductQuantityProps, QuickView as ProductQuickView, ProductReviews$1 as ProductReviews, type ProductReviewsProps, ProductSku$1 as ProductSku, ProductTag$1 as ProductTag, type ProductTagProps, ProductTitle$1 as ProductTitle, type ProductTitleProps, ProductVariants$1 as ProductVariants, type ProductVariantsProps, ProductVendor$1 as ProductVendor, ProductViewMore$1 as ProductViewMore, type ProductViewMoreProps, PumperBundlesVolumeDiscount$1 as PumperBundlesVolumeDiscount, type PumperBundlesVolumeDiscountProps, PushOwl$1 as PushOwl, type PushOwlProps, QUANTITY_SOURCE, QikifyUpsell$1 as QikifyUpsell, type QikifyUpsellProps, REGEX_PAGE_TYPE, Radio, RapiBundleQuantityBreaks$1 as RapiBundleQuantityBreaks, type RapiBundleQuantityBreaksProps, RechargeSubscriptions$1 as RechargeSubscriptions, type RechargeSubscriptionsProps, RecurpaySubscriptionApp$1 as RecurpaySubscriptionApp, type RecurpaySubscriptionAppProps, Releasit$1 as Releasit, type ReleasitProps, RequestQuoteHidePrice$1 as RequestQuoteHidePrice, type RequestQuoteHidePriceProps, ReviewxpoProductReviewsApp$1 as ReviewxpoProductReviewsApp, type ReviewxpoProductReviewsAppProps, Rivyo$1 as Rivyo, type RivyoProps, Root$1 as Root, type RootProps$2 as RootProps, Row$1 as Row, type RowProps, Ryviu$1 as Ryviu, type RyviuProps, SealSubscriptions$1 as SealSubscriptions, type SealSubscriptionsProps, Section$1 as Section, SegunoEmailMarketing$1 as SegunoEmailMarketing, type SegunoEmailMarketingProps, Select, Selleasy$1 as Selleasy, type SelleasyProps, SeoantTrustBadgesIcon$1 as SeoantTrustBadgesIcon, type SeoantTrustBadgesIconProps, ShopPayButton$1 as ShopPayButton, type ShopPayButtonProps, ShopPayInstallments$1 as ShopPayInstallments, ShopifyForms$1 as ShopifyForms, type ShopifyFormsProps, ShopifySubscriptions$1 as ShopifySubscriptions, type ShopifySubscriptionsProps, SimpleBundlesKits$1 as SimpleBundlesKits, type SimpleBundlesKitsProps, SkioSubscriptionsYcS20$1 as SkioSubscriptionsYcS20, type SkioSubscriptionsYcS20Props, type SkuProps, SmartSearchBarAndFilters$1 as SmartSearchBarAndFilters, type SmartSearchBarAndFiltersProps, SproutPlantTreesGrowSales$1 as SproutPlantTreesGrowSales, type SproutPlantTreesGrowSalesProps, Stamped$1 as Stamped, type StampedProps, StellarDeliveryDatePickup$1 as StellarDeliveryDatePickup, type StellarDeliveryDatePickupProps, Sticky$1 as Sticky, StockCounter$1 as StockCounter, SubifySubscriptionsApp$1 as SubifySubscriptionsApp, type SubifySubscriptionsAppProps, SubmitButton$1 as SubmitButton, type SubmitButtonProps, TabItem$1 as TabItem, type TabItemProps, Tabs$1 as Tabs, type TabsProps, TagembedSocialPostReview$1 as TagembedSocialPostReview, type TagembedSocialPostReviewProps, TagshopShoppableVideosUgc$1 as TagshopShoppableVideosUgc, type TagshopShoppableVideosUgcProps, TeeinblueProductPersonalizer$1 as TeeinblueProductPersonalizer, type TeeinblueProductPersonalizerProps, Text$1 as Text, type TextAreaProps, TextField$1 as TextField, type TextFieldProps, TextInput$1 as TextInput, type TextInputProps, type TextProps, TextArea as Textarea, type TextareaProps, ThirdPartySlot$1 as ThirdPartySlot, TrustBadgesBear$1 as TrustBadgesBear, type TrustBadgesBearProps, TrustMe$1 as TrustMe, type TrustMeProps, TrustedsiteTrustBadges$1 as TrustedsiteTrustBadges, type TrustedsiteTrustBadgesProps, Trustoo$1 as Trustoo, type TrustooProps, TrustreviewsProductReviews$1 as TrustreviewsProductReviews, type TrustreviewsProductReviewsProps, TrustshopProductReviews$1 as TrustshopProductReviews, type TrustshopProductReviewsProps, UltimateSalesBoost$1 as UltimateSalesBoost, type UltimateSalesBoostProps, UnlimitedBundlesDiscounts$1 as UnlimitedBundlesDiscounts, type UnlimitedBundlesDiscountsProps, UppromoteAffiliateMarketing$1 as UppromoteAffiliateMarketing, type UppromoteAffiliateMarketingProps, type VendorProps, Video$1 as Video, Vitals$1 as Vitals, type VitalsProps, WhatmoreShoppableVideosreel$1 as WhatmoreShoppableVideosreel, type WhatmoreShoppableVideosreelProps, WideBundle$1 as WideBundle, type WideBundleProps, Wiser$1 as Wiser, type WiserProps, WishlistKing$1 as WishlistKing, type WishlistKingProps, WishlistPlus$1 as WishlistPlus, type WishlistPlusProps, YotpoLoyalty, type YotpoLoyaltyProps, YotpoReviews$1 as YotpoReviews, type YotpoReviewsProps, accordionSetting, articleListSetting, bannerSetting, breadcrumbSetting, _default$2 as builderComponent, buttonSetting, carouselSetting, carouselSettingV3, cartSetting, checkIsOpenPopup, checkIsScrollToTop, codeSetting, collectionSetting, _default$1 as componentSettings, contactFormSetting, convertSizeToWidth, convertUnitToNumber, countdownSetting, couponSetting, dialogSetting, estimateDeliverySetting, filterTruthyObject, filterTruthyStyles, getAllHrefFromString, getDisplayStyle, getDynamicSourceLocales, getInlineCss, getInsertLinkData, getLinkArticle, getLinkData, getLiquidInitData, getLiquidTextContent, getSettingPreloadData, getStaticLocale, getTextDisplayData, gridSetting, handleClickLink, headerSetting, headingSetting, iconListHozSetting, iconListSetting, iconListSettingV2, iconSetting, imageComparisonSetting, imageDetectionSetting, imageSetting, inputSetting, isEmptyObject, isHexTransparent, isLinkedToSalesPage, isShopifyDomain, isTransparentColor, isTransparentRGBA, lineSetting, linkSetting, index_liquid as liquidComponents, marqueeSetting, menuSetting, modalSetting, _default$3 as nextComponent, normalizeMailto, openConfirm, paginationSetting, postPurchaseAdvancedListSetting, postPurchaseButtonSetting, postPurchaseCalloutBoxSetting, postPurchaseCountdownTimerSetting, postPurchaseImageSetting, postPurchaseLineSetting, postPurchaseLinkSetting, postPurchaseProduct1Col, postPurchaseProduct2Col, postPurchaseProductDefault, postPurchaseProductSetting, _default as postPurchaseSettings, postPurchaseTextSetting, productSetting, radioSetting, replaceAllHrefFromString, replaceLinkData, selectSetting, shopPayInstallmentSetting, stickySetting, stockCounterSetting, tabSetting, textSetting, textareaSetting, thirdPartyInstantSetting, thirdPartySetting, thirdPartySlotSetting, transformHighlighTag, transformNumberTag, useNotification, videoSetting, youtubeShortsRegex };
8075
+ export { Accordion$1 as Accordion, AccordionItem$1 as AccordionItem, type AccordionItemProps, type AccordionProps, AftershipEmailMarketingsms$1 as AftershipEmailMarketingsms, type AftershipEmailMarketingsmsProps, AirProductReviewsAppUgc$1 as AirProductReviewsAppUgc, type AirProductReviewsAppUgcProps, AliReviews$1 as AliReviews, type AliReviewsProps, AlsoBoughtCbb$1 as AlsoBoughtCbb, type AlsoBoughtCbbProps, AovBundlesVolumeDiscounts$1 as AovBundlesVolumeDiscounts, type AovBundlesVolumeDiscountsProps, AovFreeGiftBuyXGetYBogo$1 as AovFreeGiftBuyXGetYBogo, type AovFreeGiftBuyXGetYBogoProps, AppointmentBookingCowlendar$1 as AppointmentBookingCowlendar, type AppointmentBookingCowlendarProps, AppstleBundlesDiscounts$1 as AppstleBundlesDiscounts, type AppstleBundlesDiscountsProps, AppstleSubscriptions$1 as AppstleSubscriptions, type 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, BasicHeader, BestBuyFulfillment$1 as BestBuyFulfillment, type BestBuyFulfillmentProps, BfSizeChartSizeGuide$1 as BfSizeChartSizeGuide, type BfSizeChartSizeGuideProps, BirdChime$1 as BirdChime, type BirdChimeProps, BloyRewardsProgramLoyalty$1 as BloyRewardsProgramLoyalty, type BloyRewardsProgramLoyaltyProps, Bogos$1 as Bogos, type BogosProps, BoldProductOptions$1 as BoldProductOptions, type BoldProductOptionsProps, BoldSubscriptions$1 as BoldSubscriptions, type BoldSubscriptionsProps, BonLoyaltyRewardsReferrals$1 as BonLoyaltyRewardsReferrals, type BonLoyaltyRewardsReferralsProps, BoostAISearchDiscovery$1 as BoostAISearchDiscovery, type BoostAISearchDiscoveryProps, Breadcrumb$1 as Breadcrumb, Breadcrumb$1 as BreadcrumbProps, Bundler$1 as Bundler, type BundlerProps, Button$2 as Button, type ButtonProps, CONTINUE_SELLING_WHEN_OUT_OF_STOCK, CSSCode$1 as CSSCode, type CSSCodeProps, type CalloutBoxProps, type CalloutTextProps, Carousel$2 as Carousel, CarouselItem$2 as CarouselItem, type CarouselItemProps, type CarouselItemProps$1 as CarouselItemPropsV3, CarouselItem$3 as CarouselItemV3, type CarouselProps, type CarouselProps$1 as CarouselPropsV3, type CarouselSettingProps, type CarouselSettingProps$1 as CarouselSettingPropsV3, type CarouselStyleProps, type CarouselStyleProps$1 as CarouselStylePropsV3, Carousel$3 as CarouselV3, Cart, CartCheckout, CartDiscount, CartLineAttribute, CartLineImage, CartLinePrice, CartLineVariant, CartList, CartOrderNote, type CartProps, CartTotalItem, CartTotalPrice, CheckoutNow, CleanSizeCharts$1 as CleanSizeCharts, type CleanSizeChartsProps, Column$1 as Col, type ColProps, CollectionBanner$1 as CollectionBanner, type CollectionBannerProps, CollectionDescription$1 as CollectionDescription, type CollectionDescriptionProps, CollectionPaginator$1 as CollectionPaginator, type CollectionPaginatorProps, CollectionTitle$1 as CollectionTitle, type CollectionTitleProps, CollectionToolbar$1 as CollectionToolbar, type CollectionToolbarProps, ContactForm$1 as ContactForm, Countdown$1 as Countdown, type CountdownProps, Coupon$1 as Coupon, CouponList, type CouponProps, CrossSellCartUpsell$1 as CrossSellCartUpsell, type CrossSellCartUpsellProps, CustomProductOptionsVariant$1 as CustomProductOptionsVariant, type CustomProductOptionsVariantProps, DEFAULT_FONT_SIZE, DEFAULT_HIGHLIGHT_TAG, DEFAULT_PROGRESS_BAR_HEIGHT, DEFAULT_QUANTITY_TEMPLATE, DEFAULT_RANGE_STEP, DEFAULT_REMAINING_PERCENT, DEFAULT_REMAINING_QUANTITY, DEFAULT_SCARCITY_THRESHOLD, type DataVideoType, DealeasyVolumeDiscounts$1 as DealeasyVolumeDiscounts, type DealeasyVolumeDiscountsProps, DesktopMenu, Dialog$1 as Dialog, DiscountInput, DiscountyBulkDiscountSales$1 as DiscountyBulkDiscountSales, type DiscountyBulkDiscountSalesProps, DynamicCheckout$1 as DynamicCheckout, type DynamicCheckoutProps, ELEMENT_Z_INDEX, EasifyProductOptions$1 as EasifyProductOptions, type EasifyProductOptionsProps, EasyBundleBuilderSkailama$1 as EasyBundleBuilderSkailama, type EasyBundleBuilderSkailamaProps, EasySell as EasySellCOD, type EasySellCODProps, EcoboostifyShoppableReelUgc$1 as EcoboostifyShoppableReelUgc, type EcoboostifyShoppableReelUgcProps, EcomsendBackInStockAlert$1 as EcomsendBackInStockAlert, type EcomsendBackInStockAlertProps, EssentialAnnouncementBar$1 as EssentialAnnouncementBar, type EssentialAnnouncementBarProps, EssentialCountdownTimerBar$1 as EssentialCountdownTimerBar, type EssentialCountdownTimerBarProps, EstimateDate$1 as EstimateDate, type EstimateDateProps, EstimatedDeliveryDatePlus$1 as EstimatedDeliveryDatePlus, type EstimatedDeliveryDatePlusProps, FastBundleBundlesDiscounts$1 as FastBundleBundlesDiscounts, type FastBundleBundlesDiscountsProps, FeraReviews$1 as FeraReviews, type FeraReviewsProps, FileUpload$1 as FileUpload, type FileUploadProps, FirePush$1 as FirePush, type FirePushProps, FlyBundlesUpsellsFbt$1 as FlyBundlesUpsellsFbt, type FlyBundlesUpsellsFbtProps, FordeerProductLabels$1 as FordeerProductLabels, type FordeerProductLabelsProps, FormCheckbox, type FormCheckboxProps, FormDropdown$1 as FormDropdown, type FormDropdownProps, FormEmail$1 as FormEmail, type FormEmailProps, FormTextArea as FormTextarea, FrequentlyBoughtTogether$1 as FrequentlyBoughtTogether, type FrequentlyBoughtTogetherProps, GloColorSwatchvariantImage$1 as GloColorSwatchvariantImage, type GloColorSwatchvariantImageProps, GloboProductOptionsVariant$1 as GloboProductOptionsVariant, type GloboProductOptionsVariantProps, GoogleReviewsByReputon$1 as GoogleReviewsByReputon, type GoogleReviewsByReputonProps, Growave$1 as Growave, type GrowaveProps, Header, type HeaderProps, Heading$1 as Heading, type HeadingProps, HeroBanner$1 as HeroBanner, type HeroBannerProps, HextomCountdownTimerBar$1 as HextomCountdownTimerBar, type HextomCountdownTimerBarProps, HextomFreeShippingBar$1 as HextomFreeShippingBar, type HextomFreeShippingBarProps, HulkFormBuilder$1 as HulkFormBuilder, type HulkFormBuilderProps, HulkProductOptions$1 as HulkProductOptions, type HulkProductOptionsProps, Icon$1 as Icon, IconList$1 as IconList, IconListHoz$1 as IconListHoz, type IconListHozProps, IconListItem$1 as IconListItem, IconListHozItem as IconListItemHoz, type IconListItemProps$1 as IconListItemProps, type IconListProps$1 as IconListProps, IconListV2$1 as IconListV2, type IconProps, Image$1 as Image, ImageComparison$1 as ImageComparison, type ImageComparisonItem, ImageDetection, type ImageDetectionProps, type ImageProps, type ImgProps, InfiniteOptions$1 as InfiniteOptions, type InfiniteOptionsProps, Input, type InputProps, Instafeed$1 as Instafeed, type InstafeedProps, InstantJudgemeReviews, InstantKlaviyo, InstantLooxReviews, InstantYotpoLoyalty, InstasellShoppableInstagram$1 as InstasellShoppableInstagram, type InstasellShoppableInstagramProps, JudgemeReviews$1 as JudgemeReviews, type JudgemeReviewsProps, JunipProductReviewsUgc$1 as JunipProductReviewsUgc, type JunipProductReviewsUgcProps, KachingBundles$1 as KachingBundles, type KachingBundlesProps, KachingSubscriptionsApp$1 as KachingSubscriptionsApp, type KachingSubscriptionsAppProps, KingProductOptions$1 as KingProductOptions, type KingProductOptionsProps, KiteFreeGiftDiscount$1 as KiteFreeGiftDiscount, type KiteFreeGiftDiscountProps, KlarnaMessaging$1 as KlarnaMessaging, type KlarnaMessagingProps, Klaviyo$1 as Klaviyo, type KlaviyoProps, KoalaBundleQuantityDiscount$1 as KoalaBundleQuantityDiscount, type KoalaBundleQuantityDiscountProps, LaiProductReviews$1 as LaiProductReviews, type LaiProductReviewsProps, Line$2 as Line, type LineProps, Link$1 as Link, type LinkProps, LoloyalLoyaltyReferrals$1 as LoloyalLoyaltyReferrals, type LoloyalLoyaltyReferralsProps, LoopSubscriptions$1 as LoopSubscriptions, type LoopSubscriptionsProps, LooxReviews$1 as LooxReviews, type LooxReviewsProps, MAX_PROGRESS_BAR_HEIGHT, MAX_REMAINING_PERCENT, MIN_PROGRESS_BAR_HEIGHT, MIN_REMAINING_PERCENT, MIN_REMAINING_QUANTITY, Marquee$1 as Marquee, _default$4 as MarqueeItem, type MarqueeItemProps, type MarqueeProps, MaxbundleProductBundles$1 as MaxbundleProductBundles, type MaxbundleProductBundlesProps, MbcBundleVolumeDiscount$1 as MbcBundleVolumeDiscount, type MbcBundleVolumeDiscountProps, Menu, type MenuProps, MobileMenu, Modal, ModernHeader, MyappgurusProductReviews$1 as MyappgurusProductReviews, type MyappgurusProductReviewsProps, NO_PRODUCT_LEFT, Newsletter$1 as Newsletter, type NewsletterProps, Notify as Notice, type NotificationAPI, type NotificationConfig, NotifyBackInStockPreOrder$1 as NotifyBackInStockPreOrder, type NotifyBackInStockPreOrderProps, OUT_OF_STOCK, type ObjectFit$2 as ObjectFit, OkendoReviewsLoyalty$1 as OkendoReviewsLoyalty, type OkendoReviewsLoyaltyProps, Omnisend$1 as Omnisend, type OmnisendProps, Opinew$1 as Opinew, type OpinewProps, Pagination, type PaginationProps, ParcelPanel$1 as ParcelPanel, type ParcelPanelProps, PickyStory$1 as PickyStory, type PickyStoryProps, PostPurchaseAcceptButton, PostPurchaseAdvancedList, PostPurchaseAdvancedListItem, type PostPurchaseAdvancedListProps, Button$1 as PostPurchaseButton, type PostPurchaseButtonProps, BuyerConsent as PostPurchaseBuyerConsent, type PostPurchaseBuyerConsentProps, CalloutBox as PostPurchaseCalloutBox, CalloutText as PostPurchaseCalloutText, PostPurchaseCountdownTimer, type PostPurchaseCountdownTimerProps, PostPurchaseHeading, PostPurchaseImage, type PostPurchaseImageProps, Line$1 as PostPurchaseLine, type PostPurchaseLineProps, Link as PostPurchaseLink, type PostPurchaseLinkProps, PostPurchaseProductDescription, type PostPurchaseProductDescriptionProps, PostPurchaseProductDiscountTag, type PostPurchaseProductDiscountTagProps, PostPurchaseProductImages, type PostPurchaseProductImagesProps, PostPurchaseProductOffer, type PostPurchaseProductOfferProps$1 as PostPurchaseProductOfferProps, PostPurchaseProductPrice, PostPurchaseProductPriceBreakdown, type PostPurchaseProductPriceBreakdownProps, type PostPurchaseProductPriceProps, PostPurchaseProductQuantity, type PostPurchaseProductQuantityProps, ProductSubscription as PostPurchaseProductSubscription, type PostPurchaseProductSubscriptionProps, PostPurchaseProductTitle, type PostPurchaseProductTitleProps, PostPurchaseProductVariants, type PostPurchaseProductVariantsProps, Text$2 as PostPurchaseText, type PostPurchaseTextProps, PowerfulContactFormBuilder$1 as PowerfulContactFormBuilder, type PowerfulContactFormBuilderProps, PreorderNowPreOrderPq$1 as PreorderNowPreOrderPq, type PreorderNowPreOrderPqProps, PreorderNowWodPresale$1 as PreorderNowWodPresale, type PreorderNowWodPresaleProps, Product$1 as Product, ProductBadge$1 as ProductBadge, type ProductBadgeProps, ProductBundleDiscount$1 as ProductBundleDiscount, ProductBundleDiscountItem$1 as ProductBundleDiscountItem, type ProductBundleDiscountProps, type ProductBundleItemDiscountProps, ProductButton$1 as ProductButton, type ProductButtonProps, ProductDescription$1 as ProductDescription, type ProductDescriptionProps, ProductImages$3 as ProductImages, type ProductImagesProps, ProductImagesV2, ProductImagesV3, ProductList$2 as ProductList, type ProductListProps, type ProductListProps$1 as ProductListPropsV3, ProductList$3 as ProductListV3, ProductOptionsCustomizer$1 as ProductOptionsCustomizer, type ProductOptionsCustomizerProps, ProductOptionsVariantOption$1 as ProductOptionsVariantOption, type ProductOptionsVariantOptionProps, ProductPrice$1 as ProductPrice, type ProductPriceProps, type ProductPropertiesProps, ProductProperties$1 as ProductPropertyInput, type ProductProps, ProductQuantity$1 as ProductQuantity, type ProductQuantityProps, QuickView as ProductQuickView, ProductReviews$1 as ProductReviews, type ProductReviewsProps, ProductSku$1 as ProductSku, ProductTag$1 as ProductTag, type ProductTagProps, ProductTitle$1 as ProductTitle, type ProductTitleProps, ProductVariants$1 as ProductVariants, type ProductVariantsProps, ProductVendor$1 as ProductVendor, ProductViewMore$1 as ProductViewMore, type ProductViewMoreProps, PumperBundlesVolumeDiscount$1 as PumperBundlesVolumeDiscount, type PumperBundlesVolumeDiscountProps, PushOwl$1 as PushOwl, type PushOwlProps, QUANTITY_SOURCE, QikifyUpsell$1 as QikifyUpsell, type QikifyUpsellProps, REGEX_PAGE_TYPE, Radio, RapiBundleQuantityBreaks$1 as RapiBundleQuantityBreaks, type RapiBundleQuantityBreaksProps, RechargeSubscriptions$1 as RechargeSubscriptions, type RechargeSubscriptionsProps, RecurpaySubscriptionApp$1 as RecurpaySubscriptionApp, type RecurpaySubscriptionAppProps, Releasit$1 as Releasit, type ReleasitProps, RequestQuoteHidePrice$1 as RequestQuoteHidePrice, type RequestQuoteHidePriceProps, ReviewxpoProductReviewsApp$1 as ReviewxpoProductReviewsApp, type ReviewxpoProductReviewsAppProps, Rivyo$1 as Rivyo, type RivyoProps, Root$1 as Root, type RootProps$2 as RootProps, Row$1 as Row, type RowProps, Ryviu$1 as Ryviu, type RyviuProps, SealSubscriptions$1 as SealSubscriptions, type SealSubscriptionsProps, Section$1 as Section, SegunoEmailMarketing$1 as SegunoEmailMarketing, type SegunoEmailMarketingProps, Select, Selleasy$1 as Selleasy, type SelleasyProps, SeoantTrustBadgesIcon$1 as SeoantTrustBadgesIcon, type SeoantTrustBadgesIconProps, ShopPayButton$1 as ShopPayButton, type ShopPayButtonProps, ShopPayInstallments$1 as ShopPayInstallments, ShopifyForms$1 as ShopifyForms, type ShopifyFormsProps, ShopifySubscriptions$1 as ShopifySubscriptions, type ShopifySubscriptionsProps, SimpleBundlesKits$1 as SimpleBundlesKits, type SimpleBundlesKitsProps, SkioSubscriptionsYcS20$1 as SkioSubscriptionsYcS20, type SkioSubscriptionsYcS20Props, type SkuProps, SmartSearchBarAndFilters$1 as SmartSearchBarAndFilters, type SmartSearchBarAndFiltersProps, SproutPlantTreesGrowSales$1 as SproutPlantTreesGrowSales, type SproutPlantTreesGrowSalesProps, Stamped$1 as Stamped, type StampedProps, StellarDeliveryDatePickup$1 as StellarDeliveryDatePickup, type StellarDeliveryDatePickupProps, Sticky$1 as Sticky, StockCounter$1 as StockCounter, SubifySubscriptionsApp$1 as SubifySubscriptionsApp, type SubifySubscriptionsAppProps, SubmitButton$1 as SubmitButton, type SubmitButtonProps, TabItem$1 as TabItem, type TabItemProps, Tabs$1 as Tabs, type TabsProps, TagembedSocialPostReview$1 as TagembedSocialPostReview, type TagembedSocialPostReviewProps, TagshopShoppableVideosUgc$1 as TagshopShoppableVideosUgc, type TagshopShoppableVideosUgcProps, TeeinblueProductPersonalizer$1 as TeeinblueProductPersonalizer, type TeeinblueProductPersonalizerProps, Text$1 as Text, type TextAreaProps, TextField$1 as TextField, type TextFieldProps, TextInput$1 as TextInput, type TextInputProps, type TextProps, TextArea as Textarea, type TextareaProps, ThirdPartySlot$1 as ThirdPartySlot, TrustBadgesBear$1 as TrustBadgesBear, type TrustBadgesBearProps, TrustMe$1 as TrustMe, type TrustMeProps, TrustedsiteTrustBadges$1 as TrustedsiteTrustBadges, type TrustedsiteTrustBadgesProps, Trustoo$1 as Trustoo, type TrustooProps, TrustreviewsProductReviews$1 as TrustreviewsProductReviews, type TrustreviewsProductReviewsProps, TrustshopProductReviews$1 as TrustshopProductReviews, type TrustshopProductReviewsProps, UltimateSalesBoost$1 as UltimateSalesBoost, type UltimateSalesBoostProps, UnlimitedBundlesDiscounts$1 as UnlimitedBundlesDiscounts, type UnlimitedBundlesDiscountsProps, UppromoteAffiliateMarketing$1 as UppromoteAffiliateMarketing, type UppromoteAffiliateMarketingProps, type VendorProps, Video$1 as Video, Vitals$1 as Vitals, type VitalsProps, WhatmoreShoppableVideosreel$1 as WhatmoreShoppableVideosreel, type WhatmoreShoppableVideosreelProps, WideBundle$1 as WideBundle, type WideBundleProps, Wiser$1 as Wiser, type WiserProps, WishlistKing$1 as WishlistKing, type WishlistKingProps, WishlistPlus$1 as WishlistPlus, type WishlistPlusProps, YotpoLoyalty, type YotpoLoyaltyProps, YotpoReviews$1 as YotpoReviews, type YotpoReviewsProps, accordionSetting, articleListSetting, bannerSetting, breadcrumbSetting, _default$2 as builderComponent, buttonSetting, carouselSetting, carouselSettingV3, cartSetting, checkIsOpenPopup, checkIsScrollToTop, codeSetting, collectionSetting, _default$1 as componentSettings, contactFormSetting, convertSizeToWidth, convertUnitToNumber, countdownSetting, couponSetting, dialogSetting, estimateDeliverySetting, filterTruthyObject, filterTruthyStyles, getAllHrefFromString, getDisplayStyle, getDynamicSourceLocales, getInlineCss, getInsertLinkData, getLinkArticle, getLinkData, getLiquidInitData, getLiquidTextContent, getSettingPreloadData, getStaticLocale, getTextDisplayData, gridSetting, handleClickLink, headerSetting, headingSetting, iconListHozSetting, iconListSetting, iconListSettingV2, iconSetting, imageComparisonSetting, imageDetectionSetting, imageSetting, inputSetting, isEmptyObject, isHexTransparent, isLinkedToSalesPage, isShopifyDomain, isTransparentColor, isTransparentRGBA, lineSetting, linkSetting, index_liquid as liquidComponents, marqueeSetting, menuSetting, modalSetting, _default$3 as nextComponent, normalizeMailto, openConfirm, paginationSetting, postPurchaseAdvancedListSetting, postPurchaseButtonSetting, postPurchaseBuyerConsentSetting, postPurchaseCalloutBoxSetting, postPurchaseCountdownTimerSetting, postPurchaseImageSetting, postPurchaseLineSetting, postPurchaseLinkSetting, postPurchaseProduct1Col, postPurchaseProduct2Col, postPurchaseProductDefault, postPurchaseProductSetting, _default as postPurchaseSettings, postPurchaseTextSetting, productSetting, radioSetting, replaceAllHrefFromString, replaceLinkData, selectSetting, shopPayInstallmentSetting, stickySetting, stockCounterSetting, tabSetting, textSetting, textareaSetting, thirdPartyInstantSetting, thirdPartySetting, thirdPartySlotSetting, transformHighlighTag, transformNumberTag, useNotification, videoSetting, youtubeShortsRegex };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gem-sdk/components",
3
- "version": "12.0.0-dev.24",
3
+ "version": "12.0.0-dev.25",
4
4
  "license": "MIT",
5
5
  "sideEffects": false,
6
6
  "main": "dist/cjs/index.js",
@@ -26,7 +26,7 @@
26
26
  "scan-all-text": "rollup -c ./scripts/rollup.config.settings.mjs && node ./scripts/scan-all-text && node ./scripts/scan-all-text"
27
27
  },
28
28
  "devDependencies": {
29
- "@gem-sdk/core": "12.0.0-dev.24",
29
+ "@gem-sdk/core": "12.0.0-dev.25",
30
30
  "@gem-sdk/styles": "12.0.0-dev.24",
31
31
  "@gem-sdk/system": "12.0.0-dev.24",
32
32
  "@types/react-transition-group": "^4.4.12",