@gem-sdk/components 2.0.8 → 2.0.9
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.
- package/dist/cjs/builder.js +18 -0
- package/dist/cjs/index.js +18 -0
- package/dist/cjs/index.liquid.js +18 -0
- package/dist/cjs/third-party/components/AftershipEmailMarketingsms.js +32 -0
- package/dist/cjs/third-party/components/AftershipEmailMarketingsms.liquid.js +12 -0
- package/dist/cjs/third-party/components/BestBuyFulfillment.js +38 -0
- package/dist/cjs/third-party/components/BestBuyFulfillment.liquid.js +12 -0
- package/dist/cjs/third-party/components/HulkProductOptions.js +32 -0
- package/dist/cjs/third-party/components/HulkProductOptions.liquid.js +12 -0
- package/dist/cjs/third-party/components/MyappgurusProductReviews.js +32 -0
- package/dist/cjs/third-party/components/MyappgurusProductReviews.liquid.js +12 -0
- package/dist/cjs/third-party/components/ProductOptionsVariantOption.js +38 -0
- package/dist/cjs/third-party/components/ProductOptionsVariantOption.liquid.js +21 -0
- package/dist/cjs/third-party/components/SegunoEmailMarketing.js +32 -0
- package/dist/cjs/third-party/components/SegunoEmailMarketing.liquid.js +12 -0
- package/dist/cjs/third-party/components/SeoantTrustBadgesIcon.js +32 -0
- package/dist/cjs/third-party/components/SeoantTrustBadgesIcon.liquid.js +12 -0
- package/dist/cjs/third-party/components/TrustreviewsProductReviews.js +32 -0
- package/dist/cjs/third-party/components/TrustreviewsProductReviews.liquid.js +12 -0
- package/dist/cjs/third-party/components/TrustshopProductReviews.js +46 -0
- package/dist/cjs/third-party/components/TrustshopProductReviews.liquid.js +12 -0
- package/dist/cjs/third-party/configs/AftershipEmailMarketingsms.js +12 -0
- package/dist/cjs/third-party/configs/HulkProductOptions.js +12 -0
- package/dist/cjs/third-party/configs/MyappgurusProductReviews.js +12 -0
- package/dist/cjs/third-party/configs/SegunoEmailMarketing.js +12 -0
- package/dist/cjs/third-party/configs/SeoantTrustBadgesIcon.js +12 -0
- package/dist/cjs/third-party/configs/TrustreviewsProductReviews.js +12 -0
- package/dist/cjs/third-party/configs/TrustshopProductReviews.js +12 -0
- package/dist/cjs/third-party/next.js +45 -0
- package/dist/cjs/third-party/setting/AftershipEmailMarketingsms.js +160 -0
- package/dist/cjs/third-party/setting/BestBuyFulfillment.js +133 -0
- package/dist/cjs/third-party/setting/HulkProductOptions.js +131 -0
- package/dist/cjs/third-party/setting/MyappgurusProductReviews.js +171 -0
- package/dist/cjs/third-party/setting/ProductOptionsVariantOption.js +131 -0
- package/dist/cjs/third-party/setting/SegunoEmailMarketing.js +152 -0
- package/dist/cjs/third-party/setting/SeoantTrustBadgesIcon.js +142 -0
- package/dist/cjs/third-party/setting/TrustreviewsProductReviews.js +210 -0
- package/dist/cjs/third-party/setting/TrustshopProductReviews.js +159 -0
- package/dist/cjs/third-party/setting/index.js +18 -0
- package/dist/esm/builder.js +18 -0
- package/dist/esm/index.js +9 -0
- package/dist/esm/index.liquid.js +9 -0
- package/dist/esm/third-party/components/AftershipEmailMarketingsms.js +28 -0
- package/dist/esm/third-party/components/AftershipEmailMarketingsms.liquid.js +8 -0
- package/dist/esm/third-party/components/BestBuyFulfillment.js +33 -0
- package/dist/esm/third-party/components/BestBuyFulfillment.liquid.js +8 -0
- package/dist/esm/third-party/components/HulkProductOptions.js +28 -0
- package/dist/esm/third-party/components/HulkProductOptions.liquid.js +8 -0
- package/dist/esm/third-party/components/MyappgurusProductReviews.js +28 -0
- package/dist/esm/third-party/components/MyappgurusProductReviews.liquid.js +8 -0
- package/dist/esm/third-party/components/ProductOptionsVariantOption.js +33 -0
- package/dist/esm/third-party/components/ProductOptionsVariantOption.liquid.js +17 -0
- package/dist/esm/third-party/components/SegunoEmailMarketing.js +28 -0
- package/dist/esm/third-party/components/SegunoEmailMarketing.liquid.js +8 -0
- package/dist/esm/third-party/components/SeoantTrustBadgesIcon.js +28 -0
- package/dist/esm/third-party/components/SeoantTrustBadgesIcon.liquid.js +8 -0
- package/dist/esm/third-party/components/TrustreviewsProductReviews.js +28 -0
- package/dist/esm/third-party/components/TrustreviewsProductReviews.liquid.js +8 -0
- package/dist/esm/third-party/components/TrustshopProductReviews.js +42 -0
- package/dist/esm/third-party/components/TrustshopProductReviews.liquid.js +8 -0
- package/dist/esm/third-party/configs/AftershipEmailMarketingsms.js +8 -0
- package/dist/esm/third-party/configs/HulkProductOptions.js +8 -0
- package/dist/esm/third-party/configs/MyappgurusProductReviews.js +8 -0
- package/dist/esm/third-party/configs/SegunoEmailMarketing.js +8 -0
- package/dist/esm/third-party/configs/SeoantTrustBadgesIcon.js +8 -0
- package/dist/esm/third-party/configs/TrustreviewsProductReviews.js +8 -0
- package/dist/esm/third-party/configs/TrustshopProductReviews.js +8 -0
- package/dist/esm/third-party/next.js +45 -0
- package/dist/esm/third-party/setting/AftershipEmailMarketingsms.js +156 -0
- package/dist/esm/third-party/setting/BestBuyFulfillment.js +129 -0
- package/dist/esm/third-party/setting/HulkProductOptions.js +127 -0
- package/dist/esm/third-party/setting/MyappgurusProductReviews.js +167 -0
- package/dist/esm/third-party/setting/ProductOptionsVariantOption.js +127 -0
- package/dist/esm/third-party/setting/SegunoEmailMarketing.js +148 -0
- package/dist/esm/third-party/setting/SeoantTrustBadgesIcon.js +138 -0
- package/dist/esm/third-party/setting/TrustreviewsProductReviews.js +206 -0
- package/dist/esm/third-party/setting/TrustshopProductReviews.js +155 -0
- package/dist/esm/third-party/setting/index.js +202 -184
- package/dist/types/index.d.ts +147 -1
- package/package.json +2 -2
package/dist/types/index.d.ts
CHANGED
|
@@ -2300,8 +2300,17 @@ type NotificationAPI = {
|
|
|
2300
2300
|
declare function useNotification(rootConfig?: NotificationConfig): [NotificationAPI, React.ReactElement];
|
|
2301
2301
|
|
|
2302
2302
|
declare const _default$r: {
|
|
2303
|
+
TrustshopProductReviews: _gem_sdk_core.ComponentSetting<TrustshopProductReviewsProps>;
|
|
2304
|
+
HulkProductOptions: _gem_sdk_core.ComponentSetting<HulkProductOptionsProps>;
|
|
2305
|
+
TrustreviewsProductReviews: _gem_sdk_core.ComponentSetting<TrustreviewsProductReviewsProps>;
|
|
2306
|
+
MyappgurusProductReviews: _gem_sdk_core.ComponentSetting<MyappgurusProductReviewsProps>;
|
|
2303
2307
|
PowrContactFormBuilder: _gem_sdk_core.ComponentSetting<PowrContactFormBuilderProps>;
|
|
2308
|
+
SeoantTrustBadgesIcon: _gem_sdk_core.ComponentSetting<SeoantTrustBadgesIconProps>;
|
|
2309
|
+
SegunoEmailMarketing: _gem_sdk_core.ComponentSetting<SegunoEmailMarketingProps>;
|
|
2304
2310
|
DiscountyBulkDiscountSales: _gem_sdk_core.ComponentSetting<DiscountyBulkDiscountSalesProps>;
|
|
2311
|
+
AftershipEmailMarketingsms: _gem_sdk_core.ComponentSetting<AftershipEmailMarketingsmsProps>;
|
|
2312
|
+
BestBuyFulfillment: _gem_sdk_core.ComponentSetting<BestBuyFulfillmentProps>;
|
|
2313
|
+
ProductOptionsVariantOption: _gem_sdk_core.ComponentSetting<ProductOptionsVariantOptionProps>;
|
|
2305
2314
|
GloboProductOptionsVariant: _gem_sdk_core.ComponentSetting<GloboProductOptionsVariantProps>;
|
|
2306
2315
|
TeeinblueProductPersonalizer: _gem_sdk_core.ComponentSetting<TeeinblueProductPersonalizerProps>;
|
|
2307
2316
|
WishlistKing: _gem_sdk_core.ComponentSetting<WishlistKingProps>;
|
|
@@ -3260,6 +3269,89 @@ type PowrContactFormBuilderProps = BaseProps<{
|
|
|
3260
3269
|
}>;
|
|
3261
3270
|
declare const PowrContactFormBuilder$1: React.FC<PowrContactFormBuilderProps>;
|
|
3262
3271
|
|
|
3272
|
+
type ProductOptionsVariantOptionProps = BaseProps<{
|
|
3273
|
+
align?: ObjectDevices<AlignProp>;
|
|
3274
|
+
openApp?: any;
|
|
3275
|
+
install?: any;
|
|
3276
|
+
idTrigger?: string;
|
|
3277
|
+
}>;
|
|
3278
|
+
declare const ProductOptionsVariantOption$1: React.FC<ProductOptionsVariantOptionProps>;
|
|
3279
|
+
|
|
3280
|
+
type BestBuyFulfillmentProps = BaseProps<{
|
|
3281
|
+
align?: ObjectDevices<AlignProp>;
|
|
3282
|
+
openApp?: any;
|
|
3283
|
+
install?: any;
|
|
3284
|
+
appBlockId?: string;
|
|
3285
|
+
widgetType?: string;
|
|
3286
|
+
}>;
|
|
3287
|
+
declare const BestBuyFulfillment$1: React.FC<BestBuyFulfillmentProps>;
|
|
3288
|
+
|
|
3289
|
+
type AftershipEmailMarketingsmsProps = BaseProps<{
|
|
3290
|
+
align?: ObjectDevices<AlignProp>;
|
|
3291
|
+
openApp?: any;
|
|
3292
|
+
install?: any;
|
|
3293
|
+
appBlockId?: string;
|
|
3294
|
+
widgetType?: string;
|
|
3295
|
+
formId?: string;
|
|
3296
|
+
}>;
|
|
3297
|
+
declare const AftershipEmailMarketingsms$1: React.FC<AftershipEmailMarketingsmsProps>;
|
|
3298
|
+
|
|
3299
|
+
type SegunoEmailMarketingProps = BaseProps<{
|
|
3300
|
+
align?: ObjectDevices<AlignProp>;
|
|
3301
|
+
openApp?: any;
|
|
3302
|
+
install?: any;
|
|
3303
|
+
appBlockId?: string;
|
|
3304
|
+
widgetType?: string;
|
|
3305
|
+
}>;
|
|
3306
|
+
declare const SegunoEmailMarketing$1: React.FC<SegunoEmailMarketingProps>;
|
|
3307
|
+
|
|
3308
|
+
type SeoantTrustBadgesIconProps = BaseProps<{
|
|
3309
|
+
align?: ObjectDevices<AlignProp>;
|
|
3310
|
+
openApp?: any;
|
|
3311
|
+
install?: any;
|
|
3312
|
+
appBlockId?: string;
|
|
3313
|
+
widgetType?: string;
|
|
3314
|
+
BadgeId?: string;
|
|
3315
|
+
}>;
|
|
3316
|
+
declare const SeoantTrustBadgesIcon$1: React.FC<SeoantTrustBadgesIconProps>;
|
|
3317
|
+
|
|
3318
|
+
type TrustreviewsProductReviewsProps = BaseProps<{
|
|
3319
|
+
align?: ObjectDevices<AlignProp>;
|
|
3320
|
+
openApp?: any;
|
|
3321
|
+
install?: any;
|
|
3322
|
+
appBlockId?: string;
|
|
3323
|
+
widgetType?: string;
|
|
3324
|
+
}>;
|
|
3325
|
+
declare const TrustreviewsProductReviews$1: React.FC<TrustreviewsProductReviewsProps>;
|
|
3326
|
+
|
|
3327
|
+
type MyappgurusProductReviewsProps = BaseProps<{
|
|
3328
|
+
align?: ObjectDevices<AlignProp>;
|
|
3329
|
+
openApp?: any;
|
|
3330
|
+
install?: any;
|
|
3331
|
+
appBlockId?: string;
|
|
3332
|
+
widgetType?: string;
|
|
3333
|
+
}>;
|
|
3334
|
+
declare const MyappgurusProductReviews$1: React.FC<MyappgurusProductReviewsProps>;
|
|
3335
|
+
|
|
3336
|
+
type HulkProductOptionsProps = BaseProps<{
|
|
3337
|
+
align?: ObjectDevices<AlignProp>;
|
|
3338
|
+
openApp?: any;
|
|
3339
|
+
install?: any;
|
|
3340
|
+
appBlockId?: string;
|
|
3341
|
+
widgetType?: string;
|
|
3342
|
+
}>;
|
|
3343
|
+
declare const HulkProductOptions$1: React.FC<HulkProductOptionsProps>;
|
|
3344
|
+
|
|
3345
|
+
type TrustshopProductReviewsProps = BaseProps<{
|
|
3346
|
+
align?: ObjectDevices<AlignProp>;
|
|
3347
|
+
openApp?: any;
|
|
3348
|
+
install?: any;
|
|
3349
|
+
appBlockId?: string;
|
|
3350
|
+
widgetType?: string;
|
|
3351
|
+
productHandle?: string;
|
|
3352
|
+
}>;
|
|
3353
|
+
declare const TrustshopProductReviews$1: React.FC<TrustshopProductReviewsProps>;
|
|
3354
|
+
|
|
3263
3355
|
declare const _default$q: {
|
|
3264
3356
|
InstantJudgemeReviews: _gem_sdk_core.ComponentSetting<InstantJudgemeReviewsProps>;
|
|
3265
3357
|
InstantLooxReviews: _gem_sdk_core.ComponentSetting<InstantLooxReviewsProps>;
|
|
@@ -4890,8 +4982,17 @@ declare const _default$1: {
|
|
|
4890
4982
|
InstantLooxReviews: React.ComponentType<InstantLooxReviewsProps>;
|
|
4891
4983
|
InstantKlaviyo: React.ComponentType<InstantKlaviyoProps>;
|
|
4892
4984
|
InstantYotpoLoyalty: React.ComponentType<InstantYotpoLoyaltyProps>;
|
|
4985
|
+
TrustshopProductReviews: React.ComponentType<TrustshopProductReviewsProps>;
|
|
4986
|
+
HulkProductOptions: React.ComponentType<HulkProductOptionsProps>;
|
|
4987
|
+
TrustreviewsProductReviews: React.ComponentType<TrustreviewsProductReviewsProps>;
|
|
4988
|
+
MyappgurusProductReviews: React.ComponentType<MyappgurusProductReviewsProps>;
|
|
4989
|
+
SeoantTrustBadgesIcon: React.ComponentType<SeoantTrustBadgesIconProps>;
|
|
4990
|
+
SegunoEmailMarketing: React.ComponentType<SegunoEmailMarketingProps>;
|
|
4893
4991
|
PowrContactFormBuilder: React.ComponentType<PowrContactFormBuilderProps>;
|
|
4894
4992
|
DiscountyBulkDiscountSales: React.ComponentType<DiscountyBulkDiscountSalesProps>;
|
|
4993
|
+
AftershipEmailMarketingsms: React.ComponentType<AftershipEmailMarketingsmsProps>;
|
|
4994
|
+
BestBuyFulfillment: React.ComponentType<BestBuyFulfillmentProps>;
|
|
4995
|
+
ProductOptionsVariantOption: React.ComponentType<ProductOptionsVariantOptionProps>;
|
|
4895
4996
|
GloboProductOptionsVariant: React.ComponentType<GloboProductOptionsVariantProps>;
|
|
4896
4997
|
TeeinblueProductPersonalizer: React.ComponentType<TeeinblueProductPersonalizerProps>;
|
|
4897
4998
|
WishlistKing: React.ComponentType<WishlistKingProps>;
|
|
@@ -6554,6 +6655,24 @@ declare const DiscountyBulkDiscountSales: ({ setting, advanced }: DiscountyBulkD
|
|
|
6554
6655
|
|
|
6555
6656
|
declare const PowrContactFormBuilder: ({ setting, advanced }: PowrContactFormBuilderProps) => string;
|
|
6556
6657
|
|
|
6658
|
+
declare const ProductOptionsVariantOption: ({ setting, advanced }: ProductOptionsVariantOptionProps) => string;
|
|
6659
|
+
|
|
6660
|
+
declare const BestBuyFulfillment: ({ setting, advanced }: BestBuyFulfillmentProps) => string;
|
|
6661
|
+
|
|
6662
|
+
declare const AftershipEmailMarketingsms: ({ setting, advanced }: AftershipEmailMarketingsmsProps) => string;
|
|
6663
|
+
|
|
6664
|
+
declare const SegunoEmailMarketing: ({ setting, advanced }: SegunoEmailMarketingProps) => string;
|
|
6665
|
+
|
|
6666
|
+
declare const SeoantTrustBadgesIcon: ({ setting, advanced }: SeoantTrustBadgesIconProps) => string;
|
|
6667
|
+
|
|
6668
|
+
declare const TrustreviewsProductReviews: ({ setting, advanced }: TrustreviewsProductReviewsProps) => string;
|
|
6669
|
+
|
|
6670
|
+
declare const MyappgurusProductReviews: ({ setting, advanced }: MyappgurusProductReviewsProps) => string;
|
|
6671
|
+
|
|
6672
|
+
declare const HulkProductOptions: ({ setting, advanced }: HulkProductOptionsProps) => string;
|
|
6673
|
+
|
|
6674
|
+
declare const TrustshopProductReviews: ({ setting, advanced }: TrustshopProductReviewsProps) => string;
|
|
6675
|
+
|
|
6557
6676
|
declare const ImageComparison: ({ setting, styles, builderProps, advanced, ...props }: ImageComparisonProps) => string;
|
|
6558
6677
|
|
|
6559
6678
|
declare const ThirdPartySlot: ({ setting, advanced }: ThirdPartySlotProps) => string;
|
|
@@ -6705,6 +6824,7 @@ declare const Marquee: ({ children, style, builderAttrs, rawChildren, advanced,
|
|
|
6705
6824
|
|
|
6706
6825
|
declare const index_liquid_Accordion: typeof Accordion;
|
|
6707
6826
|
declare const index_liquid_AccordionItem: typeof AccordionItem;
|
|
6827
|
+
declare const index_liquid_AftershipEmailMarketingsms: typeof AftershipEmailMarketingsms;
|
|
6708
6828
|
declare const index_liquid_AirProductReviewsAppUgc: typeof AirProductReviewsAppUgc;
|
|
6709
6829
|
declare const index_liquid_AliReviews: typeof AliReviews;
|
|
6710
6830
|
declare const index_liquid_AppointmentBookingCowlendar: typeof AppointmentBookingCowlendar;
|
|
@@ -6720,6 +6840,7 @@ declare const index_liquid_ArticlePagination: typeof ArticlePagination;
|
|
|
6720
6840
|
declare const index_liquid_ArticleReadMore: typeof ArticleReadMore;
|
|
6721
6841
|
declare const index_liquid_ArticleTag: typeof ArticleTag;
|
|
6722
6842
|
declare const index_liquid_ArticleTitle: typeof ArticleTitle;
|
|
6843
|
+
declare const index_liquid_BestBuyFulfillment: typeof BestBuyFulfillment;
|
|
6723
6844
|
declare const index_liquid_BirdChime: typeof BirdChime;
|
|
6724
6845
|
declare const index_liquid_Bogos: typeof Bogos;
|
|
6725
6846
|
declare const index_liquid_BoldProductOptions: typeof BoldProductOptions;
|
|
@@ -6766,6 +6887,7 @@ declare const index_liquid_Growave: typeof Growave;
|
|
|
6766
6887
|
declare const index_liquid_Heading: typeof Heading;
|
|
6767
6888
|
declare const index_liquid_HeroBanner: typeof HeroBanner;
|
|
6768
6889
|
declare const index_liquid_HulkFormBuilder: typeof HulkFormBuilder;
|
|
6890
|
+
declare const index_liquid_HulkProductOptions: typeof HulkProductOptions;
|
|
6769
6891
|
declare const index_liquid_Icon: typeof Icon;
|
|
6770
6892
|
declare const index_liquid_IconList: typeof IconList;
|
|
6771
6893
|
declare const index_liquid_IconListHoz: typeof IconListHoz;
|
|
@@ -6793,6 +6915,7 @@ declare const index_liquid_Marquee: typeof Marquee;
|
|
|
6793
6915
|
declare const index_liquid_MarqueeItem: typeof MarqueeItem;
|
|
6794
6916
|
declare const index_liquid_MaxbundleProductBundles: typeof MaxbundleProductBundles;
|
|
6795
6917
|
declare const index_liquid_MbcBundleVolumeDiscount: typeof MbcBundleVolumeDiscount;
|
|
6918
|
+
declare const index_liquid_MyappgurusProductReviews: typeof MyappgurusProductReviews;
|
|
6796
6919
|
declare const index_liquid_Newsletter: typeof Newsletter;
|
|
6797
6920
|
declare const index_liquid_NotifyBackInStockPreOrder: typeof NotifyBackInStockPreOrder;
|
|
6798
6921
|
declare const index_liquid_Omnisend: typeof Omnisend;
|
|
@@ -6811,6 +6934,7 @@ declare const index_liquid_ProductButton: typeof ProductButton;
|
|
|
6811
6934
|
declare const index_liquid_ProductDescription: typeof ProductDescription;
|
|
6812
6935
|
declare const index_liquid_ProductList: typeof ProductList;
|
|
6813
6936
|
declare const index_liquid_ProductOptionsCustomizer: typeof ProductOptionsCustomizer;
|
|
6937
|
+
declare const index_liquid_ProductOptionsVariantOption: typeof ProductOptionsVariantOption;
|
|
6814
6938
|
declare const index_liquid_ProductPrice: typeof ProductPrice;
|
|
6815
6939
|
declare const index_liquid_ProductProperties: typeof ProductProperties;
|
|
6816
6940
|
declare const index_liquid_ProductQuantity: typeof ProductQuantity;
|
|
@@ -6836,7 +6960,9 @@ declare const index_liquid_Row: typeof Row;
|
|
|
6836
6960
|
declare const index_liquid_Ryviu: typeof Ryviu;
|
|
6837
6961
|
declare const index_liquid_SealSubscriptions: typeof SealSubscriptions;
|
|
6838
6962
|
declare const index_liquid_Section: typeof Section;
|
|
6963
|
+
declare const index_liquid_SegunoEmailMarketing: typeof SegunoEmailMarketing;
|
|
6839
6964
|
declare const index_liquid_Selleasy: typeof Selleasy;
|
|
6965
|
+
declare const index_liquid_SeoantTrustBadgesIcon: typeof SeoantTrustBadgesIcon;
|
|
6840
6966
|
declare const index_liquid_ShopPayButton: typeof ShopPayButton;
|
|
6841
6967
|
declare const index_liquid_ShopifyForms: typeof ShopifyForms;
|
|
6842
6968
|
declare const index_liquid_ShopifySubscriptions: typeof ShopifySubscriptions;
|
|
@@ -6859,6 +6985,8 @@ declare const index_liquid_TextField: typeof TextField;
|
|
|
6859
6985
|
declare const index_liquid_ThirdPartySlot: typeof ThirdPartySlot;
|
|
6860
6986
|
declare const index_liquid_TrustMe: typeof TrustMe;
|
|
6861
6987
|
declare const index_liquid_Trustoo: typeof Trustoo;
|
|
6988
|
+
declare const index_liquid_TrustreviewsProductReviews: typeof TrustreviewsProductReviews;
|
|
6989
|
+
declare const index_liquid_TrustshopProductReviews: typeof TrustshopProductReviews;
|
|
6862
6990
|
declare const index_liquid_UltimateSalesBoost: typeof UltimateSalesBoost;
|
|
6863
6991
|
declare const index_liquid_UnlimitedBundlesDiscounts: typeof UnlimitedBundlesDiscounts;
|
|
6864
6992
|
declare const index_liquid_Video: typeof Video;
|
|
@@ -6873,6 +7001,7 @@ declare namespace index_liquid {
|
|
|
6873
7001
|
export {
|
|
6874
7002
|
index_liquid_Accordion as Accordion,
|
|
6875
7003
|
index_liquid_AccordionItem as AccordionItem,
|
|
7004
|
+
index_liquid_AftershipEmailMarketingsms as AftershipEmailMarketingsms,
|
|
6876
7005
|
index_liquid_AirProductReviewsAppUgc as AirProductReviewsAppUgc,
|
|
6877
7006
|
index_liquid_AliReviews as AliReviews,
|
|
6878
7007
|
index_liquid_AppointmentBookingCowlendar as AppointmentBookingCowlendar,
|
|
@@ -6888,6 +7017,7 @@ declare namespace index_liquid {
|
|
|
6888
7017
|
index_liquid_ArticleReadMore as ArticleReadMore,
|
|
6889
7018
|
index_liquid_ArticleTag as ArticleTag,
|
|
6890
7019
|
index_liquid_ArticleTitle as ArticleTitle,
|
|
7020
|
+
index_liquid_BestBuyFulfillment as BestBuyFulfillment,
|
|
6891
7021
|
index_liquid_BirdChime as BirdChime,
|
|
6892
7022
|
index_liquid_Bogos as Bogos,
|
|
6893
7023
|
index_liquid_BoldProductOptions as BoldProductOptions,
|
|
@@ -6936,6 +7066,7 @@ declare namespace index_liquid {
|
|
|
6936
7066
|
index_liquid_Heading as Heading,
|
|
6937
7067
|
index_liquid_HeroBanner as HeroBanner,
|
|
6938
7068
|
index_liquid_HulkFormBuilder as HulkFormBuilder,
|
|
7069
|
+
index_liquid_HulkProductOptions as HulkProductOptions,
|
|
6939
7070
|
index_liquid_Icon as Icon,
|
|
6940
7071
|
index_liquid_IconList as IconList,
|
|
6941
7072
|
index_liquid_IconListHoz as IconListHoz,
|
|
@@ -6964,6 +7095,7 @@ declare namespace index_liquid {
|
|
|
6964
7095
|
index_liquid_MarqueeItem as MarqueeItem,
|
|
6965
7096
|
index_liquid_MaxbundleProductBundles as MaxbundleProductBundles,
|
|
6966
7097
|
index_liquid_MbcBundleVolumeDiscount as MbcBundleVolumeDiscount,
|
|
7098
|
+
index_liquid_MyappgurusProductReviews as MyappgurusProductReviews,
|
|
6967
7099
|
index_liquid_Newsletter as Newsletter,
|
|
6968
7100
|
index_liquid_NotifyBackInStockPreOrder as NotifyBackInStockPreOrder,
|
|
6969
7101
|
index_liquid_Omnisend as Omnisend,
|
|
@@ -6984,6 +7116,7 @@ declare namespace index_liquid {
|
|
|
6984
7116
|
ProductImages as ProductImagesV2,
|
|
6985
7117
|
index_liquid_ProductList as ProductList,
|
|
6986
7118
|
index_liquid_ProductOptionsCustomizer as ProductOptionsCustomizer,
|
|
7119
|
+
index_liquid_ProductOptionsVariantOption as ProductOptionsVariantOption,
|
|
6987
7120
|
index_liquid_ProductPrice as ProductPrice,
|
|
6988
7121
|
index_liquid_ProductProperties as ProductProperties,
|
|
6989
7122
|
index_liquid_ProductQuantity as ProductQuantity,
|
|
@@ -7009,7 +7142,9 @@ declare namespace index_liquid {
|
|
|
7009
7142
|
index_liquid_Ryviu as Ryviu,
|
|
7010
7143
|
index_liquid_SealSubscriptions as SealSubscriptions,
|
|
7011
7144
|
index_liquid_Section as Section,
|
|
7145
|
+
index_liquid_SegunoEmailMarketing as SegunoEmailMarketing,
|
|
7012
7146
|
index_liquid_Selleasy as Selleasy,
|
|
7147
|
+
index_liquid_SeoantTrustBadgesIcon as SeoantTrustBadgesIcon,
|
|
7013
7148
|
index_liquid_ShopPayButton as ShopPayButton,
|
|
7014
7149
|
index_liquid_ShopifyForms as ShopifyForms,
|
|
7015
7150
|
index_liquid_ShopifySubscriptions as ShopifySubscriptions,
|
|
@@ -7032,6 +7167,8 @@ declare namespace index_liquid {
|
|
|
7032
7167
|
index_liquid_ThirdPartySlot as ThirdPartySlot,
|
|
7033
7168
|
index_liquid_TrustMe as TrustMe,
|
|
7034
7169
|
index_liquid_Trustoo as Trustoo,
|
|
7170
|
+
index_liquid_TrustreviewsProductReviews as TrustreviewsProductReviews,
|
|
7171
|
+
index_liquid_TrustshopProductReviews as TrustshopProductReviews,
|
|
7035
7172
|
index_liquid_UltimateSalesBoost as UltimateSalesBoost,
|
|
7036
7173
|
index_liquid_UnlimitedBundlesDiscounts as UnlimitedBundlesDiscounts,
|
|
7037
7174
|
index_liquid_Video as Video,
|
|
@@ -7047,8 +7184,17 @@ declare namespace index_liquid {
|
|
|
7047
7184
|
}
|
|
7048
7185
|
|
|
7049
7186
|
declare const _default: {
|
|
7187
|
+
TrustshopProductReviews: React.FC<TrustshopProductReviewsProps>;
|
|
7188
|
+
HulkProductOptions: React.FC<HulkProductOptionsProps>;
|
|
7189
|
+
TrustreviewsProductReviews: React.FC<TrustreviewsProductReviewsProps>;
|
|
7190
|
+
MyappgurusProductReviews: React.FC<MyappgurusProductReviewsProps>;
|
|
7191
|
+
SeoantTrustBadgesIcon: React.FC<SeoantTrustBadgesIconProps>;
|
|
7192
|
+
SegunoEmailMarketing: React.FC<SegunoEmailMarketingProps>;
|
|
7050
7193
|
PowrContactFormBuilder: React.FC<PowrContactFormBuilderProps>;
|
|
7051
7194
|
DiscountyBulkDiscountSales: React.FC<DiscountyBulkDiscountSalesProps>;
|
|
7195
|
+
AftershipEmailMarketingsms: React.FC<AftershipEmailMarketingsmsProps>;
|
|
7196
|
+
BestBuyFulfillment: React.FC<BestBuyFulfillmentProps>;
|
|
7197
|
+
ProductOptionsVariantOption: React.FC<ProductOptionsVariantOptionProps>;
|
|
7052
7198
|
GloboProductOptionsVariant: React.FC<GloboProductOptionsVariantProps>;
|
|
7053
7199
|
TeeinblueProductPersonalizer: React.FC<TeeinblueProductPersonalizerProps>;
|
|
7054
7200
|
HulkFormBuilder: React.FC<HulkFormBuilderProps>;
|
|
@@ -7376,4 +7522,4 @@ declare const ELEMENT_Z_INDEX: {
|
|
|
7376
7522
|
CART_DRAWER_CONFIRM_MODAL: number;
|
|
7377
7523
|
};
|
|
7378
7524
|
|
|
7379
|
-
export { Accordion$1 as Accordion, AccordionItem$1 as AccordionItem, AccordionItemProps, AccordionProps, 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, 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, HulkFormBuilder$1 as HulkFormBuilder, HulkFormBuilderProps, 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, 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, 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, Select, SelectProps, Selleasy$1 as Selleasy, SelleasyProps, 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, TrustMe$1 as TrustMe, TrustMeProps, Trustoo$1 as Trustoo, TrustooProps, 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, _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, _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, _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 };
|
|
7525
|
+
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, 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, 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, _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, _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, _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 };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gem-sdk/components",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.9",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"main": "dist/cjs/index.js",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"format": "prettier --write \"./src/**/*.{ts,tsx}\""
|
|
22
22
|
},
|
|
23
23
|
"devDependencies": {
|
|
24
|
-
"@gem-sdk/core": "2.0.
|
|
24
|
+
"@gem-sdk/core": "2.0.9",
|
|
25
25
|
"@gem-sdk/styles": "2.0.0",
|
|
26
26
|
"@types/react-transition-group": "^4.4.5"
|
|
27
27
|
},
|