@gem-sdk/components 2.1.16 → 2.1.17
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 +25 -1
- package/dist/cjs/collection/components/CollectionDescription.js +101 -7
- package/dist/cjs/collection/components/CollectionDescription.liquid.js +102 -9
- package/dist/cjs/collection/setting/CollectionDescription.js +128 -0
- package/dist/cjs/index.js +24 -0
- package/dist/cjs/index.liquid.js +24 -0
- package/dist/cjs/third-party/components/AlsoBoughtCbb.js +32 -0
- package/dist/cjs/third-party/components/AlsoBoughtCbb.liquid.js +21 -0
- package/dist/cjs/third-party/components/BfSizeChartSizeGuide.js +32 -0
- package/dist/cjs/third-party/components/BfSizeChartSizeGuide.liquid.js +12 -0
- package/dist/cjs/third-party/components/EssentialAnnouncementBar.js +32 -0
- package/dist/cjs/third-party/components/EssentialAnnouncementBar.liquid.js +12 -0
- package/dist/cjs/third-party/components/EssentialCountdownTimerBar.js +32 -0
- package/dist/cjs/third-party/components/EssentialCountdownTimerBar.liquid.js +12 -0
- package/dist/cjs/third-party/components/EstimatedDeliveryDatePlus.js +32 -0
- package/dist/cjs/third-party/components/EstimatedDeliveryDatePlus.liquid.js +12 -0
- package/dist/cjs/third-party/components/GloColorSwatchvariantImage.js +32 -0
- package/dist/cjs/third-party/components/GloColorSwatchvariantImage.liquid.js +12 -0
- package/dist/cjs/third-party/components/HextomCountdownTimerBar.js +32 -0
- package/dist/cjs/third-party/components/HextomCountdownTimerBar.liquid.js +12 -0
- package/dist/cjs/third-party/components/HextomFreeShippingBar.js +32 -0
- package/dist/cjs/third-party/components/HextomFreeShippingBar.liquid.js +12 -0
- package/dist/cjs/third-party/components/OkendoReviewsLoyalty.js +32 -0
- package/dist/cjs/third-party/components/OkendoReviewsLoyalty.liquid.js +12 -0
- package/dist/cjs/third-party/components/StellarDeliveryDatePickup.js +32 -0
- package/dist/cjs/third-party/components/StellarDeliveryDatePickup.liquid.js +21 -0
- package/dist/cjs/third-party/components/TrustBadgesBear.js +32 -0
- package/dist/cjs/third-party/components/TrustBadgesBear.liquid.js +12 -0
- package/dist/cjs/third-party/components/TrustedsiteTrustBadges.js +32 -0
- package/dist/cjs/third-party/components/TrustedsiteTrustBadges.liquid.js +12 -0
- package/dist/cjs/third-party/configs/AlsoBoughtCbb.js +12 -0
- package/dist/cjs/third-party/configs/BfSizeChartSizeGuide.js +12 -0
- package/dist/cjs/third-party/configs/EssentialAnnouncementBar.js +12 -0
- package/dist/cjs/third-party/configs/EssentialCountdownTimerBar.js +12 -0
- package/dist/cjs/third-party/configs/EstimatedDeliveryDatePlus.js +12 -0
- package/dist/cjs/third-party/configs/GloColorSwatchvariantImage.js +12 -0
- package/dist/cjs/third-party/configs/HextomCountdownTimerBar.js +12 -0
- package/dist/cjs/third-party/configs/HextomFreeShippingBar.js +12 -0
- package/dist/cjs/third-party/configs/OkendoReviewsLoyalty.js +12 -0
- package/dist/cjs/third-party/configs/StellarDeliveryDatePickup.js +12 -0
- package/dist/cjs/third-party/configs/TrustBadgesBear.js +12 -0
- package/dist/cjs/third-party/configs/TrustedsiteTrustBadges.js +12 -0
- package/dist/cjs/third-party/helpers/thirdParty.js +1 -1
- package/dist/cjs/third-party/next.js +61 -1
- package/dist/cjs/third-party/setting/AlsoBoughtCbb.js +127 -0
- package/dist/cjs/third-party/setting/BfSizeChartSizeGuide.js +131 -0
- package/dist/cjs/third-party/setting/EssentialAnnouncementBar.js +142 -0
- package/dist/cjs/third-party/setting/EssentialCountdownTimerBar.js +142 -0
- package/dist/cjs/third-party/setting/EstimatedDeliveryDatePlus.js +128 -0
- package/dist/cjs/third-party/setting/GloColorSwatchvariantImage.js +152 -0
- package/dist/cjs/third-party/setting/HextomCountdownTimerBar.js +128 -0
- package/dist/cjs/third-party/setting/HextomFreeShippingBar.js +128 -0
- package/dist/cjs/third-party/setting/OkendoReviewsLoyalty.js +171 -0
- package/dist/cjs/third-party/setting/StellarDeliveryDatePickup.js +127 -0
- package/dist/cjs/third-party/setting/TrustBadgesBear.js +128 -0
- package/dist/cjs/third-party/setting/TrustedsiteTrustBadges.js +177 -0
- package/dist/cjs/third-party/setting/index.js +25 -1
- package/dist/esm/builder.js +25 -1
- package/dist/esm/collection/components/CollectionDescription.js +103 -9
- package/dist/esm/collection/components/CollectionDescription.liquid.js +103 -10
- package/dist/esm/collection/setting/CollectionDescription.js +128 -0
- package/dist/esm/index.js +12 -0
- package/dist/esm/index.liquid.js +12 -0
- package/dist/esm/third-party/components/AlsoBoughtCbb.js +28 -0
- package/dist/esm/third-party/components/AlsoBoughtCbb.liquid.js +17 -0
- package/dist/esm/third-party/components/BfSizeChartSizeGuide.js +28 -0
- package/dist/esm/third-party/components/BfSizeChartSizeGuide.liquid.js +8 -0
- package/dist/esm/third-party/components/EssentialAnnouncementBar.js +28 -0
- package/dist/esm/third-party/components/EssentialAnnouncementBar.liquid.js +8 -0
- package/dist/esm/third-party/components/EssentialCountdownTimerBar.js +28 -0
- package/dist/esm/third-party/components/EssentialCountdownTimerBar.liquid.js +8 -0
- package/dist/esm/third-party/components/EstimatedDeliveryDatePlus.js +28 -0
- package/dist/esm/third-party/components/EstimatedDeliveryDatePlus.liquid.js +8 -0
- package/dist/esm/third-party/components/GloColorSwatchvariantImage.js +28 -0
- package/dist/esm/third-party/components/GloColorSwatchvariantImage.liquid.js +8 -0
- package/dist/esm/third-party/components/HextomCountdownTimerBar.js +28 -0
- package/dist/esm/third-party/components/HextomCountdownTimerBar.liquid.js +8 -0
- package/dist/esm/third-party/components/HextomFreeShippingBar.js +28 -0
- package/dist/esm/third-party/components/HextomFreeShippingBar.liquid.js +8 -0
- package/dist/esm/third-party/components/OkendoReviewsLoyalty.js +28 -0
- package/dist/esm/third-party/components/OkendoReviewsLoyalty.liquid.js +8 -0
- package/dist/esm/third-party/components/StellarDeliveryDatePickup.js +28 -0
- package/dist/esm/third-party/components/StellarDeliveryDatePickup.liquid.js +17 -0
- package/dist/esm/third-party/components/TrustBadgesBear.js +28 -0
- package/dist/esm/third-party/components/TrustBadgesBear.liquid.js +8 -0
- package/dist/esm/third-party/components/TrustedsiteTrustBadges.js +28 -0
- package/dist/esm/third-party/components/TrustedsiteTrustBadges.liquid.js +8 -0
- package/dist/esm/third-party/configs/AlsoBoughtCbb.js +8 -0
- package/dist/esm/third-party/configs/BfSizeChartSizeGuide.js +8 -0
- package/dist/esm/third-party/configs/EssentialAnnouncementBar.js +8 -0
- package/dist/esm/third-party/configs/EssentialCountdownTimerBar.js +8 -0
- package/dist/esm/third-party/configs/EstimatedDeliveryDatePlus.js +8 -0
- package/dist/esm/third-party/configs/GloColorSwatchvariantImage.js +8 -0
- package/dist/esm/third-party/configs/HextomCountdownTimerBar.js +8 -0
- package/dist/esm/third-party/configs/HextomFreeShippingBar.js +8 -0
- package/dist/esm/third-party/configs/OkendoReviewsLoyalty.js +8 -0
- package/dist/esm/third-party/configs/StellarDeliveryDatePickup.js +8 -0
- package/dist/esm/third-party/configs/TrustBadgesBear.js +8 -0
- package/dist/esm/third-party/configs/TrustedsiteTrustBadges.js +8 -0
- package/dist/esm/third-party/helpers/thirdParty.js +1 -1
- package/dist/esm/third-party/next.js +61 -1
- package/dist/esm/third-party/setting/AlsoBoughtCbb.js +123 -0
- package/dist/esm/third-party/setting/BfSizeChartSizeGuide.js +127 -0
- package/dist/esm/third-party/setting/EssentialAnnouncementBar.js +138 -0
- package/dist/esm/third-party/setting/EssentialCountdownTimerBar.js +138 -0
- package/dist/esm/third-party/setting/EstimatedDeliveryDatePlus.js +124 -0
- package/dist/esm/third-party/setting/GloColorSwatchvariantImage.js +148 -0
- package/dist/esm/third-party/setting/HextomCountdownTimerBar.js +124 -0
- package/dist/esm/third-party/setting/HextomFreeShippingBar.js +124 -0
- package/dist/esm/third-party/setting/OkendoReviewsLoyalty.js +167 -0
- package/dist/esm/third-party/setting/StellarDeliveryDatePickup.js +123 -0
- package/dist/esm/third-party/setting/TrustBadgesBear.js +124 -0
- package/dist/esm/third-party/setting/TrustedsiteTrustBadges.js +173 -0
- package/dist/esm/third-party/setting/index.js +226 -202
- package/dist/types/index.d.ts +204 -2
- package/package.json +2 -2
package/dist/types/index.d.ts
CHANGED
|
@@ -666,7 +666,15 @@ type CollectionDescriptionProps = BaseProps<{
|
|
|
666
666
|
/**
|
|
667
667
|
* @deprecated please use transform inside `typo` instead
|
|
668
668
|
*/
|
|
669
|
+
color?: ColorValueType;
|
|
669
670
|
transform?: TransformProp;
|
|
671
|
+
showMoreColor?: ColorValueType;
|
|
672
|
+
hasLineClamp?: ObjectDevices<boolean>;
|
|
673
|
+
lineClamp?: ObjectDevices<number>;
|
|
674
|
+
viewMoreText?: string;
|
|
675
|
+
viewLessText?: string;
|
|
676
|
+
enableViewMoreIcon?: boolean;
|
|
677
|
+
translate?: string;
|
|
670
678
|
}>;
|
|
671
679
|
declare const CollectionDescription$1: React.FC<CollectionDescriptionProps>;
|
|
672
680
|
|
|
@@ -2301,6 +2309,12 @@ type NotificationAPI = {
|
|
|
2301
2309
|
declare function useNotification(rootConfig?: NotificationConfig): [NotificationAPI, React.ReactElement];
|
|
2302
2310
|
|
|
2303
2311
|
declare const _default$r: {
|
|
2312
|
+
HextomCountdownTimerBar: _gem_sdk_core.ComponentSetting<HextomCountdownTimerBarProps>;
|
|
2313
|
+
EstimatedDeliveryDatePlus: _gem_sdk_core.ComponentSetting<EstimatedDeliveryDatePlusProps>;
|
|
2314
|
+
OkendoReviewsLoyalty: _gem_sdk_core.ComponentSetting<OkendoReviewsLoyaltyProps>;
|
|
2315
|
+
EssentialAnnouncementBar: _gem_sdk_core.ComponentSetting<EssentialAnnouncementBarProps>;
|
|
2316
|
+
EssentialCountdownTimerBar: _gem_sdk_core.ComponentSetting<EssentialCountdownTimerBarProps>;
|
|
2317
|
+
StellarDeliveryDatePickup: _gem_sdk_core.ComponentSetting<StellarDeliveryDatePickupProps>;
|
|
2304
2318
|
TrustshopProductReviews: _gem_sdk_core.ComponentSetting<TrustshopProductReviewsProps>;
|
|
2305
2319
|
HulkProductOptions: _gem_sdk_core.ComponentSetting<HulkProductOptionsProps>;
|
|
2306
2320
|
TrustreviewsProductReviews: _gem_sdk_core.ComponentSetting<TrustreviewsProductReviewsProps>;
|
|
@@ -2402,6 +2416,12 @@ declare const _default$r: {
|
|
|
2402
2416
|
RequestQuoteHidePrice: _gem_sdk_core.ComponentSetting<RequestQuoteHidePriceProps>;
|
|
2403
2417
|
BirdChime: _gem_sdk_core.ComponentSetting<BirdChimeProps>;
|
|
2404
2418
|
FordeerProductLabels: _gem_sdk_core.ComponentSetting<FordeerProductLabelsProps>;
|
|
2419
|
+
TrustBadgesBear: _gem_sdk_core.ComponentSetting<TrustBadgesBearProps>;
|
|
2420
|
+
TrustedsiteTrustBadges: _gem_sdk_core.ComponentSetting<TrustedsiteTrustBadgesProps>;
|
|
2421
|
+
GloColorSwatchvariantImage: _gem_sdk_core.ComponentSetting<GloColorSwatchvariantImageProps>;
|
|
2422
|
+
BfSizeChartSizeGuide: _gem_sdk_core.ComponentSetting<BfSizeChartSizeGuideProps>;
|
|
2423
|
+
AlsoBoughtCbb: _gem_sdk_core.ComponentSetting<AlsoBoughtCbbProps>;
|
|
2424
|
+
HextomFreeShippingBar: _gem_sdk_core.ComponentSetting<HextomFreeShippingBarProps>;
|
|
2405
2425
|
};
|
|
2406
2426
|
|
|
2407
2427
|
type RechargeSubscriptionsProps = BaseProps<{
|
|
@@ -3359,6 +3379,114 @@ type TrustshopProductReviewsProps = BaseProps<{
|
|
|
3359
3379
|
}>;
|
|
3360
3380
|
declare const TrustshopProductReviews$1: React.FC<TrustshopProductReviewsProps>;
|
|
3361
3381
|
|
|
3382
|
+
type StellarDeliveryDatePickupProps = BaseProps<{
|
|
3383
|
+
align?: ObjectDevices<AlignProp>;
|
|
3384
|
+
openApp?: any;
|
|
3385
|
+
install?: any;
|
|
3386
|
+
}>;
|
|
3387
|
+
declare const StellarDeliveryDatePickup$1: React.FC<StellarDeliveryDatePickupProps>;
|
|
3388
|
+
|
|
3389
|
+
type EssentialCountdownTimerBarProps = BaseProps<{
|
|
3390
|
+
align?: ObjectDevices<AlignProp>;
|
|
3391
|
+
openApp?: any;
|
|
3392
|
+
install?: any;
|
|
3393
|
+
appBlockId?: string;
|
|
3394
|
+
widgetType?: string;
|
|
3395
|
+
timerId?: string;
|
|
3396
|
+
}>;
|
|
3397
|
+
declare const EssentialCountdownTimerBar$1: React.FC<EssentialCountdownTimerBarProps>;
|
|
3398
|
+
|
|
3399
|
+
type EssentialAnnouncementBarProps = BaseProps<{
|
|
3400
|
+
align?: ObjectDevices<AlignProp>;
|
|
3401
|
+
openApp?: any;
|
|
3402
|
+
install?: any;
|
|
3403
|
+
appBlockId?: string;
|
|
3404
|
+
widgetType?: string;
|
|
3405
|
+
announcementId?: string;
|
|
3406
|
+
}>;
|
|
3407
|
+
declare const EssentialAnnouncementBar$1: React.FC<EssentialAnnouncementBarProps>;
|
|
3408
|
+
|
|
3409
|
+
type OkendoReviewsLoyaltyProps = BaseProps<{
|
|
3410
|
+
align?: ObjectDevices<AlignProp>;
|
|
3411
|
+
openApp?: any;
|
|
3412
|
+
install?: any;
|
|
3413
|
+
appBlockId?: string;
|
|
3414
|
+
widgetType?: string;
|
|
3415
|
+
productHandle?: string;
|
|
3416
|
+
}>;
|
|
3417
|
+
declare const OkendoReviewsLoyalty$1: React.FC<OkendoReviewsLoyaltyProps>;
|
|
3418
|
+
|
|
3419
|
+
type EstimatedDeliveryDatePlusProps = BaseProps<{
|
|
3420
|
+
align?: ObjectDevices<AlignProp>;
|
|
3421
|
+
openApp?: any;
|
|
3422
|
+
install?: any;
|
|
3423
|
+
appBlockId?: string;
|
|
3424
|
+
widgetType?: string;
|
|
3425
|
+
}>;
|
|
3426
|
+
declare const EstimatedDeliveryDatePlus$1: React.FC<EstimatedDeliveryDatePlusProps>;
|
|
3427
|
+
|
|
3428
|
+
type HextomCountdownTimerBarProps = BaseProps<{
|
|
3429
|
+
align?: ObjectDevices<AlignProp>;
|
|
3430
|
+
openApp?: any;
|
|
3431
|
+
install?: any;
|
|
3432
|
+
appBlockId?: string;
|
|
3433
|
+
widgetType?: string;
|
|
3434
|
+
}>;
|
|
3435
|
+
declare const HextomCountdownTimerBar$1: React.FC<HextomCountdownTimerBarProps>;
|
|
3436
|
+
|
|
3437
|
+
type TrustBadgesBearProps = BaseProps<{
|
|
3438
|
+
align?: ObjectDevices<AlignProp>;
|
|
3439
|
+
openApp?: any;
|
|
3440
|
+
install?: any;
|
|
3441
|
+
appBlockId?: string;
|
|
3442
|
+
widgetType?: string;
|
|
3443
|
+
}>;
|
|
3444
|
+
declare const TrustBadgesBear$1: React.FC<TrustBadgesBearProps>;
|
|
3445
|
+
|
|
3446
|
+
type TrustedsiteTrustBadgesProps = BaseProps<{
|
|
3447
|
+
align?: ObjectDevices<AlignProp>;
|
|
3448
|
+
openApp?: any;
|
|
3449
|
+
install?: any;
|
|
3450
|
+
appBlockId?: string;
|
|
3451
|
+
widgetType?: string;
|
|
3452
|
+
trustId?: string;
|
|
3453
|
+
}>;
|
|
3454
|
+
declare const TrustedsiteTrustBadges$1: React.FC<TrustedsiteTrustBadgesProps>;
|
|
3455
|
+
|
|
3456
|
+
type GloColorSwatchvariantImageProps = BaseProps<{
|
|
3457
|
+
align?: ObjectDevices<AlignProp>;
|
|
3458
|
+
openApp?: any;
|
|
3459
|
+
install?: any;
|
|
3460
|
+
appBlockId?: string;
|
|
3461
|
+
widgetType?: string;
|
|
3462
|
+
}>;
|
|
3463
|
+
declare const GloColorSwatchvariantImage$1: React.FC<GloColorSwatchvariantImageProps>;
|
|
3464
|
+
|
|
3465
|
+
type BfSizeChartSizeGuideProps = BaseProps<{
|
|
3466
|
+
align?: ObjectDevices<AlignProp>;
|
|
3467
|
+
openApp?: any;
|
|
3468
|
+
install?: any;
|
|
3469
|
+
appBlockId?: string;
|
|
3470
|
+
widgetType?: string;
|
|
3471
|
+
}>;
|
|
3472
|
+
declare const BfSizeChartSizeGuide$1: React.FC<BfSizeChartSizeGuideProps>;
|
|
3473
|
+
|
|
3474
|
+
type AlsoBoughtCbbProps = BaseProps<{
|
|
3475
|
+
align?: ObjectDevices<AlignProp>;
|
|
3476
|
+
openApp?: any;
|
|
3477
|
+
install?: any;
|
|
3478
|
+
}>;
|
|
3479
|
+
declare const AlsoBoughtCbb$1: React.FC<AlsoBoughtCbbProps>;
|
|
3480
|
+
|
|
3481
|
+
type HextomFreeShippingBarProps = BaseProps<{
|
|
3482
|
+
align?: ObjectDevices<AlignProp>;
|
|
3483
|
+
openApp?: any;
|
|
3484
|
+
install?: any;
|
|
3485
|
+
appBlockId?: string;
|
|
3486
|
+
widgetType?: string;
|
|
3487
|
+
}>;
|
|
3488
|
+
declare const HextomFreeShippingBar$1: React.FC<HextomFreeShippingBarProps>;
|
|
3489
|
+
|
|
3362
3490
|
declare const _default$q: {
|
|
3363
3491
|
InstantJudgemeReviews: _gem_sdk_core.ComponentSetting<InstantJudgemeReviewsProps>;
|
|
3364
3492
|
InstantLooxReviews: _gem_sdk_core.ComponentSetting<InstantLooxReviewsProps>;
|
|
@@ -4989,6 +5117,11 @@ declare const _default$1: {
|
|
|
4989
5117
|
InstantLooxReviews: React.ComponentType<InstantLooxReviewsProps>;
|
|
4990
5118
|
InstantKlaviyo: React.ComponentType<InstantKlaviyoProps>;
|
|
4991
5119
|
InstantYotpoLoyalty: React.ComponentType<InstantYotpoLoyaltyProps>;
|
|
5120
|
+
EstimatedDeliveryDatePlus: React.ComponentType<EstimatedDeliveryDatePlusProps>;
|
|
5121
|
+
OkendoReviewsLoyalty: React.ComponentType<OkendoReviewsLoyaltyProps>;
|
|
5122
|
+
EssentialAnnouncementBar: React.ComponentType<EssentialAnnouncementBarProps>;
|
|
5123
|
+
EssentialCountdownTimerBar: React.ComponentType<EssentialCountdownTimerBarProps>;
|
|
5124
|
+
StellarDeliveryDatePickup: React.ComponentType<StellarDeliveryDatePickupProps>;
|
|
4992
5125
|
TrustshopProductReviews: React.ComponentType<TrustshopProductReviewsProps>;
|
|
4993
5126
|
HulkProductOptions: React.ComponentType<HulkProductOptionsProps>;
|
|
4994
5127
|
TrustreviewsProductReviews: React.ComponentType<TrustreviewsProductReviewsProps>;
|
|
@@ -5090,6 +5223,13 @@ declare const _default$1: {
|
|
|
5090
5223
|
RequestQuoteHidePrice: React.ComponentType<RequestQuoteHidePriceProps>;
|
|
5091
5224
|
BirdChime: React.ComponentType<BirdChimeProps>;
|
|
5092
5225
|
FordeerProductLabels: React.ComponentType<FordeerProductLabelsProps>;
|
|
5226
|
+
HextomCountdownTimerBar: React.ComponentType<HextomCountdownTimerBarProps>;
|
|
5227
|
+
TrustBadgesBear: React.ComponentType<TrustBadgesBearProps>;
|
|
5228
|
+
TrustedsiteTrustBadges: React.ComponentType<TrustedsiteTrustBadgesProps>;
|
|
5229
|
+
GloColorSwatchvariantImage: React.ComponentType<GloColorSwatchvariantImageProps>;
|
|
5230
|
+
BfSizeChartSizeGuide: React.ComponentType<BfSizeChartSizeGuideProps>;
|
|
5231
|
+
AlsoBoughtCbb: React.ComponentType<AlsoBoughtCbbProps>;
|
|
5232
|
+
HextomFreeShippingBar: React.ComponentType<HextomFreeShippingBarProps>;
|
|
5093
5233
|
Menu: React.ComponentType<MenuProps>;
|
|
5094
5234
|
Video: React.ComponentType<VideoProps$1>;
|
|
5095
5235
|
Textarea: React.ComponentType<TextareaProps>;
|
|
@@ -6424,7 +6564,9 @@ declare const CollectionToolbar: ({ setting, builderProps, pageContext }: Collec
|
|
|
6424
6564
|
|
|
6425
6565
|
declare const CollectionTitle: ({ setting }: CollectionTitleProps) => string;
|
|
6426
6566
|
|
|
6427
|
-
declare const CollectionDescription: ({ setting }: CollectionDescriptionProps
|
|
6567
|
+
declare const CollectionDescription: ({ setting, advanced, builderProps, pageContext, }: CollectionDescriptionProps & {
|
|
6568
|
+
pageContext?: PageContext | undefined;
|
|
6569
|
+
}) => string;
|
|
6428
6570
|
|
|
6429
6571
|
declare const CollectionPaginator: ({ setting, builderProps, pageContext }: CollectionPaginatorProps) => string;
|
|
6430
6572
|
|
|
@@ -6680,6 +6822,30 @@ declare const HulkProductOptions: ({ setting, advanced }: HulkProductOptionsProp
|
|
|
6680
6822
|
|
|
6681
6823
|
declare const TrustshopProductReviews: ({ setting, advanced }: TrustshopProductReviewsProps) => string;
|
|
6682
6824
|
|
|
6825
|
+
declare const StellarDeliveryDatePickup: ({ setting, advanced }: StellarDeliveryDatePickupProps) => string;
|
|
6826
|
+
|
|
6827
|
+
declare const EssentialCountdownTimerBar: ({ setting, advanced }: EssentialCountdownTimerBarProps) => string;
|
|
6828
|
+
|
|
6829
|
+
declare const EssentialAnnouncementBar: ({ setting, advanced }: EssentialAnnouncementBarProps) => string;
|
|
6830
|
+
|
|
6831
|
+
declare const OkendoReviewsLoyalty: ({ setting, advanced }: OkendoReviewsLoyaltyProps) => string;
|
|
6832
|
+
|
|
6833
|
+
declare const EstimatedDeliveryDatePlus: ({ setting, advanced }: EstimatedDeliveryDatePlusProps) => string;
|
|
6834
|
+
|
|
6835
|
+
declare const HextomCountdownTimerBar: ({ setting, advanced }: HextomCountdownTimerBarProps) => string;
|
|
6836
|
+
|
|
6837
|
+
declare const TrustBadgesBear: ({ setting, advanced }: TrustBadgesBearProps) => string;
|
|
6838
|
+
|
|
6839
|
+
declare const TrustedsiteTrustBadges: ({ setting, advanced }: TrustedsiteTrustBadgesProps) => string;
|
|
6840
|
+
|
|
6841
|
+
declare const GloColorSwatchvariantImage: ({ setting, advanced }: GloColorSwatchvariantImageProps) => string;
|
|
6842
|
+
|
|
6843
|
+
declare const BfSizeChartSizeGuide: ({ setting, advanced }: BfSizeChartSizeGuideProps) => string;
|
|
6844
|
+
|
|
6845
|
+
declare const AlsoBoughtCbb: ({ setting, advanced }: AlsoBoughtCbbProps) => string;
|
|
6846
|
+
|
|
6847
|
+
declare const HextomFreeShippingBar: ({ setting, advanced }: HextomFreeShippingBarProps) => string;
|
|
6848
|
+
|
|
6683
6849
|
declare const ImageComparison: ({ setting, styles, builderProps, advanced, ...props }: ImageComparisonProps) => string;
|
|
6684
6850
|
|
|
6685
6851
|
declare const ThirdPartySlot: ({ setting, advanced }: ThirdPartySlotProps) => string;
|
|
@@ -6834,6 +7000,7 @@ declare const index_liquid_AccordionItem: typeof AccordionItem;
|
|
|
6834
7000
|
declare const index_liquid_AftershipEmailMarketingsms: typeof AftershipEmailMarketingsms;
|
|
6835
7001
|
declare const index_liquid_AirProductReviewsAppUgc: typeof AirProductReviewsAppUgc;
|
|
6836
7002
|
declare const index_liquid_AliReviews: typeof AliReviews;
|
|
7003
|
+
declare const index_liquid_AlsoBoughtCbb: typeof AlsoBoughtCbb;
|
|
6837
7004
|
declare const index_liquid_AppointmentBookingCowlendar: typeof AppointmentBookingCowlendar;
|
|
6838
7005
|
declare const index_liquid_AppstleSubscriptions: typeof AppstleSubscriptions;
|
|
6839
7006
|
declare const index_liquid_ArticleAuthor: typeof ArticleAuthor;
|
|
@@ -6848,6 +7015,7 @@ declare const index_liquid_ArticleReadMore: typeof ArticleReadMore;
|
|
|
6848
7015
|
declare const index_liquid_ArticleTag: typeof ArticleTag;
|
|
6849
7016
|
declare const index_liquid_ArticleTitle: typeof ArticleTitle;
|
|
6850
7017
|
declare const index_liquid_BestBuyFulfillment: typeof BestBuyFulfillment;
|
|
7018
|
+
declare const index_liquid_BfSizeChartSizeGuide: typeof BfSizeChartSizeGuide;
|
|
6851
7019
|
declare const index_liquid_BirdChime: typeof BirdChime;
|
|
6852
7020
|
declare const index_liquid_Bogos: typeof Bogos;
|
|
6853
7021
|
declare const index_liquid_BoldProductOptions: typeof BoldProductOptions;
|
|
@@ -6877,7 +7045,10 @@ declare const index_liquid_DynamicCheckout: typeof DynamicCheckout;
|
|
|
6877
7045
|
declare const index_liquid_EasifyProductOptions: typeof EasifyProductOptions;
|
|
6878
7046
|
declare const index_liquid_EasyBundleBuilderSkailama: typeof EasyBundleBuilderSkailama;
|
|
6879
7047
|
declare const index_liquid_EasySellCOD: typeof EasySellCOD;
|
|
7048
|
+
declare const index_liquid_EssentialAnnouncementBar: typeof EssentialAnnouncementBar;
|
|
7049
|
+
declare const index_liquid_EssentialCountdownTimerBar: typeof EssentialCountdownTimerBar;
|
|
6880
7050
|
declare const index_liquid_EstimateDate: typeof EstimateDate;
|
|
7051
|
+
declare const index_liquid_EstimatedDeliveryDatePlus: typeof EstimatedDeliveryDatePlus;
|
|
6881
7052
|
declare const index_liquid_FastBundleBundlesDiscounts: typeof FastBundleBundlesDiscounts;
|
|
6882
7053
|
declare const index_liquid_FeraReviews: typeof FeraReviews;
|
|
6883
7054
|
declare const index_liquid_FileUpload: typeof FileUpload;
|
|
@@ -6888,11 +7059,14 @@ declare const index_liquid_FormDropdown: typeof FormDropdown;
|
|
|
6888
7059
|
declare const index_liquid_FormEmail: typeof FormEmail;
|
|
6889
7060
|
declare const index_liquid_FormTextarea: typeof FormTextarea;
|
|
6890
7061
|
declare const index_liquid_FrequentlyBoughtTogether: typeof FrequentlyBoughtTogether;
|
|
7062
|
+
declare const index_liquid_GloColorSwatchvariantImage: typeof GloColorSwatchvariantImage;
|
|
6891
7063
|
declare const index_liquid_GloboProductOptionsVariant: typeof GloboProductOptionsVariant;
|
|
6892
7064
|
declare const index_liquid_GoogleReviewsByReputon: typeof GoogleReviewsByReputon;
|
|
6893
7065
|
declare const index_liquid_Growave: typeof Growave;
|
|
6894
7066
|
declare const index_liquid_Heading: typeof Heading;
|
|
6895
7067
|
declare const index_liquid_HeroBanner: typeof HeroBanner;
|
|
7068
|
+
declare const index_liquid_HextomCountdownTimerBar: typeof HextomCountdownTimerBar;
|
|
7069
|
+
declare const index_liquid_HextomFreeShippingBar: typeof HextomFreeShippingBar;
|
|
6896
7070
|
declare const index_liquid_HulkFormBuilder: typeof HulkFormBuilder;
|
|
6897
7071
|
declare const index_liquid_HulkProductOptions: typeof HulkProductOptions;
|
|
6898
7072
|
declare const index_liquid_Icon: typeof Icon;
|
|
@@ -6925,6 +7099,7 @@ declare const index_liquid_MbcBundleVolumeDiscount: typeof MbcBundleVolumeDiscou
|
|
|
6925
7099
|
declare const index_liquid_MyappgurusProductReviews: typeof MyappgurusProductReviews;
|
|
6926
7100
|
declare const index_liquid_Newsletter: typeof Newsletter;
|
|
6927
7101
|
declare const index_liquid_NotifyBackInStockPreOrder: typeof NotifyBackInStockPreOrder;
|
|
7102
|
+
declare const index_liquid_OkendoReviewsLoyalty: typeof OkendoReviewsLoyalty;
|
|
6928
7103
|
declare const index_liquid_Omnisend: typeof Omnisend;
|
|
6929
7104
|
declare const index_liquid_Opinew: typeof Opinew;
|
|
6930
7105
|
declare const index_liquid_ParcelPanel: typeof ParcelPanel;
|
|
@@ -6978,6 +7153,7 @@ declare const index_liquid_SkioSubscriptionsYcS20: typeof SkioSubscriptionsYcS20
|
|
|
6978
7153
|
declare const index_liquid_SmartSearchBarAndFilters: typeof SmartSearchBarAndFilters;
|
|
6979
7154
|
declare const index_liquid_SproutPlantTreesGrowSales: typeof SproutPlantTreesGrowSales;
|
|
6980
7155
|
declare const index_liquid_Stamped: typeof Stamped;
|
|
7156
|
+
declare const index_liquid_StellarDeliveryDatePickup: typeof StellarDeliveryDatePickup;
|
|
6981
7157
|
declare const index_liquid_Sticky: typeof Sticky;
|
|
6982
7158
|
declare const index_liquid_StockCounter: typeof StockCounter;
|
|
6983
7159
|
declare const index_liquid_SubifySubscriptionsApp: typeof SubifySubscriptionsApp;
|
|
@@ -6990,7 +7166,9 @@ declare const index_liquid_TeeinblueProductPersonalizer: typeof TeeinblueProduct
|
|
|
6990
7166
|
declare const index_liquid_Text: typeof Text;
|
|
6991
7167
|
declare const index_liquid_TextField: typeof TextField;
|
|
6992
7168
|
declare const index_liquid_ThirdPartySlot: typeof ThirdPartySlot;
|
|
7169
|
+
declare const index_liquid_TrustBadgesBear: typeof TrustBadgesBear;
|
|
6993
7170
|
declare const index_liquid_TrustMe: typeof TrustMe;
|
|
7171
|
+
declare const index_liquid_TrustedsiteTrustBadges: typeof TrustedsiteTrustBadges;
|
|
6994
7172
|
declare const index_liquid_Trustoo: typeof Trustoo;
|
|
6995
7173
|
declare const index_liquid_TrustreviewsProductReviews: typeof TrustreviewsProductReviews;
|
|
6996
7174
|
declare const index_liquid_TrustshopProductReviews: typeof TrustshopProductReviews;
|
|
@@ -7011,6 +7189,7 @@ declare namespace index_liquid {
|
|
|
7011
7189
|
index_liquid_AftershipEmailMarketingsms as AftershipEmailMarketingsms,
|
|
7012
7190
|
index_liquid_AirProductReviewsAppUgc as AirProductReviewsAppUgc,
|
|
7013
7191
|
index_liquid_AliReviews as AliReviews,
|
|
7192
|
+
index_liquid_AlsoBoughtCbb as AlsoBoughtCbb,
|
|
7014
7193
|
index_liquid_AppointmentBookingCowlendar as AppointmentBookingCowlendar,
|
|
7015
7194
|
index_liquid_AppstleSubscriptions as AppstleSubscriptions,
|
|
7016
7195
|
index_liquid_ArticleAuthor as ArticleAuthor,
|
|
@@ -7025,6 +7204,7 @@ declare namespace index_liquid {
|
|
|
7025
7204
|
index_liquid_ArticleTag as ArticleTag,
|
|
7026
7205
|
index_liquid_ArticleTitle as ArticleTitle,
|
|
7027
7206
|
index_liquid_BestBuyFulfillment as BestBuyFulfillment,
|
|
7207
|
+
index_liquid_BfSizeChartSizeGuide as BfSizeChartSizeGuide,
|
|
7028
7208
|
index_liquid_BirdChime as BirdChime,
|
|
7029
7209
|
index_liquid_Bogos as Bogos,
|
|
7030
7210
|
index_liquid_BoldProductOptions as BoldProductOptions,
|
|
@@ -7055,7 +7235,10 @@ declare namespace index_liquid {
|
|
|
7055
7235
|
index_liquid_EasifyProductOptions as EasifyProductOptions,
|
|
7056
7236
|
index_liquid_EasyBundleBuilderSkailama as EasyBundleBuilderSkailama,
|
|
7057
7237
|
index_liquid_EasySellCOD as EasySellCOD,
|
|
7238
|
+
index_liquid_EssentialAnnouncementBar as EssentialAnnouncementBar,
|
|
7239
|
+
index_liquid_EssentialCountdownTimerBar as EssentialCountdownTimerBar,
|
|
7058
7240
|
index_liquid_EstimateDate as EstimateDate,
|
|
7241
|
+
index_liquid_EstimatedDeliveryDatePlus as EstimatedDeliveryDatePlus,
|
|
7059
7242
|
index_liquid_FastBundleBundlesDiscounts as FastBundleBundlesDiscounts,
|
|
7060
7243
|
index_liquid_FeraReviews as FeraReviews,
|
|
7061
7244
|
index_liquid_FileUpload as FileUpload,
|
|
@@ -7067,11 +7250,14 @@ declare namespace index_liquid {
|
|
|
7067
7250
|
index_liquid_FormEmail as FormEmail,
|
|
7068
7251
|
index_liquid_FormTextarea as FormTextarea,
|
|
7069
7252
|
index_liquid_FrequentlyBoughtTogether as FrequentlyBoughtTogether,
|
|
7253
|
+
index_liquid_GloColorSwatchvariantImage as GloColorSwatchvariantImage,
|
|
7070
7254
|
index_liquid_GloboProductOptionsVariant as GloboProductOptionsVariant,
|
|
7071
7255
|
index_liquid_GoogleReviewsByReputon as GoogleReviewsByReputon,
|
|
7072
7256
|
index_liquid_Growave as Growave,
|
|
7073
7257
|
index_liquid_Heading as Heading,
|
|
7074
7258
|
index_liquid_HeroBanner as HeroBanner,
|
|
7259
|
+
index_liquid_HextomCountdownTimerBar as HextomCountdownTimerBar,
|
|
7260
|
+
index_liquid_HextomFreeShippingBar as HextomFreeShippingBar,
|
|
7075
7261
|
index_liquid_HulkFormBuilder as HulkFormBuilder,
|
|
7076
7262
|
index_liquid_HulkProductOptions as HulkProductOptions,
|
|
7077
7263
|
index_liquid_Icon as Icon,
|
|
@@ -7105,6 +7291,7 @@ declare namespace index_liquid {
|
|
|
7105
7291
|
index_liquid_MyappgurusProductReviews as MyappgurusProductReviews,
|
|
7106
7292
|
index_liquid_Newsletter as Newsletter,
|
|
7107
7293
|
index_liquid_NotifyBackInStockPreOrder as NotifyBackInStockPreOrder,
|
|
7294
|
+
index_liquid_OkendoReviewsLoyalty as OkendoReviewsLoyalty,
|
|
7108
7295
|
index_liquid_Omnisend as Omnisend,
|
|
7109
7296
|
index_liquid_Opinew as Opinew,
|
|
7110
7297
|
index_liquid_ParcelPanel as ParcelPanel,
|
|
@@ -7160,6 +7347,7 @@ declare namespace index_liquid {
|
|
|
7160
7347
|
index_liquid_SmartSearchBarAndFilters as SmartSearchBarAndFilters,
|
|
7161
7348
|
index_liquid_SproutPlantTreesGrowSales as SproutPlantTreesGrowSales,
|
|
7162
7349
|
index_liquid_Stamped as Stamped,
|
|
7350
|
+
index_liquid_StellarDeliveryDatePickup as StellarDeliveryDatePickup,
|
|
7163
7351
|
index_liquid_Sticky as Sticky,
|
|
7164
7352
|
index_liquid_StockCounter as StockCounter,
|
|
7165
7353
|
index_liquid_SubifySubscriptionsApp as SubifySubscriptionsApp,
|
|
@@ -7172,7 +7360,9 @@ declare namespace index_liquid {
|
|
|
7172
7360
|
index_liquid_Text as Text,
|
|
7173
7361
|
index_liquid_TextField as TextField,
|
|
7174
7362
|
index_liquid_ThirdPartySlot as ThirdPartySlot,
|
|
7363
|
+
index_liquid_TrustBadgesBear as TrustBadgesBear,
|
|
7175
7364
|
index_liquid_TrustMe as TrustMe,
|
|
7365
|
+
index_liquid_TrustedsiteTrustBadges as TrustedsiteTrustBadges,
|
|
7176
7366
|
index_liquid_Trustoo as Trustoo,
|
|
7177
7367
|
index_liquid_TrustreviewsProductReviews as TrustreviewsProductReviews,
|
|
7178
7368
|
index_liquid_TrustshopProductReviews as TrustshopProductReviews,
|
|
@@ -7191,6 +7381,11 @@ declare namespace index_liquid {
|
|
|
7191
7381
|
}
|
|
7192
7382
|
|
|
7193
7383
|
declare const _default: {
|
|
7384
|
+
EstimatedDeliveryDatePlus: React.FC<EstimatedDeliveryDatePlusProps>;
|
|
7385
|
+
OkendoReviewsLoyalty: React.FC<OkendoReviewsLoyaltyProps>;
|
|
7386
|
+
EssentialAnnouncementBar: React.FC<EssentialAnnouncementBarProps>;
|
|
7387
|
+
EssentialCountdownTimerBar: React.FC<EssentialCountdownTimerBarProps>;
|
|
7388
|
+
StellarDeliveryDatePickup: React.FC<StellarDeliveryDatePickupProps>;
|
|
7194
7389
|
TrustshopProductReviews: React.FC<TrustshopProductReviewsProps>;
|
|
7195
7390
|
HulkProductOptions: React.FC<HulkProductOptionsProps>;
|
|
7196
7391
|
TrustreviewsProductReviews: React.FC<TrustreviewsProductReviewsProps>;
|
|
@@ -7520,6 +7715,13 @@ declare const _default: {
|
|
|
7520
7715
|
Marquee: ({ children, style, builderAttrs, ...props }: MarqueeProps) => React.JSX.Element;
|
|
7521
7716
|
MarqueeItem: React.NamedExoticComponent<MarqueeItemProps>;
|
|
7522
7717
|
ProductBadge: React.FC<ProductBadgeProps>;
|
|
7718
|
+
HextomCountdownTimerBar: React.FC<HextomCountdownTimerBarProps>;
|
|
7719
|
+
TrustBadgesBear: React.FC<TrustBadgesBearProps>;
|
|
7720
|
+
TrustedsiteTrustBadges: React.FC<TrustedsiteTrustBadgesProps>;
|
|
7721
|
+
GloColorSwatchvariantImage: React.FC<GloColorSwatchvariantImageProps>;
|
|
7722
|
+
BfSizeChartSizeGuide: React.FC<BfSizeChartSizeGuideProps>;
|
|
7723
|
+
AlsoBoughtCbb: React.FC<AlsoBoughtCbbProps>;
|
|
7724
|
+
HextomFreeShippingBar: React.FC<HextomFreeShippingBarProps>;
|
|
7523
7725
|
};
|
|
7524
7726
|
|
|
7525
7727
|
declare const ELEMENT_Z_INDEX: {
|
|
@@ -7558,4 +7760,4 @@ declare const getInsertLinkData: (defaultWrap: string, setting?: {
|
|
|
7558
7760
|
};
|
|
7559
7761
|
declare const replaceLinkData: (text?: string, isTranslate?: boolean) => string | undefined;
|
|
7560
7762
|
|
|
7561
|
-
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, getDynamicSourceLocales, getInsertLinkData, getSettingPreloadData, getStaticLocale, _default$L as gridSetting, _default$G as headerSetting, _default$H as headingSetting, _default$m as iconListHozSetting, _default$o as iconListSetting, _default$e as iconListSettingV2, _default$F as iconSetting, _default$h as imageComparisonSetting, _default$i as imageDetectionSetting, _default$M as imageSetting, _default$E as inputSetting, isHexTransparent, isTransparentColor, isTransparentRGBA, _default$D as lineSetting, _default$C as linkSetting, index_liquid as liquidComponents, _default$3 as marqueeSetting, _default$s as menuSetting, _default$B as modalSetting, _default$1 as nextComponent, openConfirm, _default$A as paginationSetting, _default$7 as postPurchaseAdvancedListSetting, _default$b as postPurchaseButtonSetting, _default$9 as postPurchaseCalloutBoxSetting, _default$6 as postPurchaseCountdownTimerSetting, _default$c as postPurchaseImageSetting, _default$8 as postPurchaseLineSetting, postPurchaseProduct1Col, postPurchaseProduct2Col, postPurchaseProductDefault, _default$a as postPurchaseProductSetting, _default$d as postPurchaseTextSetting, _default$z as productSetting, _default$x as radioSetting, replaceLinkData, _default$w as selectSetting, _default$f as stickySetting, _default$l as stockCounterSetting, _default$v as tabSetting, _default$y as textSetting, _default$u as textareaSetting, _default$q as thirdPartyInstantSetting, _default$r as thirdPartySetting, _default$g as thirdPartySlotSetting, useInView, useNotification, _default$t as videoSetting, youtubeShortsRegex };
|
|
7763
|
+
export { Accordion$1 as Accordion, AccordionItem$1 as AccordionItem, AccordionItemProps, AccordionProps, AftershipEmailMarketingsms$1 as AftershipEmailMarketingsms, AftershipEmailMarketingsmsProps, AirProductReviewsAppUgc$1 as AirProductReviewsAppUgc, AirProductReviewsAppUgcProps, AliReviews$1 as AliReviews, AliReviewsProps, AlsoBoughtCbb$1 as AlsoBoughtCbb, AlsoBoughtCbbProps, AppointmentBookingCowlendar$1 as AppointmentBookingCowlendar, AppointmentBookingCowlendarProps, AppstleSubscriptions$1 as AppstleSubscriptions, AppstleSubscriptionsProps, ArticleAuthor$1 as ArticleAuthor, ArticleCategory$1 as ArticleCategory, ArticleContent$1 as ArticleContent, ArticleDate$1 as ArticleDate, ArticleExcerpt$1 as ArticleExcerpt, ArticleImage$1 as ArticleImage, ArticleList$1 as ArticleList, ArticlePagination$1 as ArticlePagination, ArticleReadMore$1 as ArticleReadMore, ArticleTag$1 as ArticleTag, ArticleTitle$1 as ArticleTitle, BgImage as BackgroundImage, BackgroundImageProps, BasicHeader, BestBuyFulfillment$1 as BestBuyFulfillment, BestBuyFulfillmentProps, BfSizeChartSizeGuide$1 as BfSizeChartSizeGuide, BfSizeChartSizeGuideProps, BirdChime$1 as BirdChime, BirdChimeProps, Bogos$1 as Bogos, BogosProps, BoldProductOptions$1 as BoldProductOptions, BoldProductOptionsProps, BoldSubscriptions$1 as BoldSubscriptions, BoldSubscriptionsProps, BonLoyaltyRewardsReferrals$1 as BonLoyaltyRewardsReferrals, BonLoyaltyRewardsReferralsProps, BoostAISearchDiscovery$1 as BoostAISearchDiscovery, BoostAISearchDiscoveryProps, Breadcrumb$1 as Breadcrumb, Breadcrumb$1 as BreadcrumbProps, Bundler$1 as Bundler, BundlerProps, Button$2 as Button, ButtonProps, CSSCode$1 as CSSCode, CSSCodeProps, Carousel$1 as Carousel, CarouselItem$1 as CarouselItem, CarouselItemProps, CarouselProps, CarouselSettings, CarouselStyles, Cart, CartCheckout, CartDiscount, CartLineAttribute, CartLineImage, CartLinePrice, CartLineVariant, CartList, CartOrderNote, CartProps, CartTotalItem, CartTotalPrice, CheckoutNow, CleanSizeChartProps, CleanSizeCharts$1 as CleanSizeCharts, Column$1 as Col, ColProps$1 as ColProps, CollectionBanner$1 as CollectionBanner, CollectionBannerProps, CollectionDescription$1 as CollectionDescription, CollectionDescriptionProps, CollectionPaginator$1 as CollectionPaginator, CollectionPaginatorProps, CollectionTitle$1 as CollectionTitle, CollectionTitleProps, CollectionToolbar$1 as CollectionToolbar, CollectionToolbarProps, ContactForm$1 as ContactForm, Countdown$1 as Countdown, CountdownProps, Coupon$1 as Coupon, CouponList, CouponProps, CrossSellCartUpsell$1 as CrossSellCartUpsell, CrossSellCartUpsellProps, CustomProductOptionsVariant$1 as CustomProductOptionsVariant, CustomProductOptionsVariantProps, DataVideoType, DesktopMenu, Dialog$1 as Dialog, DiscountInput, DiscountyBulkDiscountSales$1 as DiscountyBulkDiscountSales, DiscountyBulkDiscountSalesProps, DynamicCheckout$1 as DynamicCheckout, DynamicCheckoutProps, ELEMENT_Z_INDEX, EasifyProductOptions$1 as EasifyProductOptions, EasifyProductOptionsProps, EasyBundleBuilderSkailama$1 as EasyBundleBuilderSkailama, EasyBundleBuilderSkailamaProps, EasySell as EasySellCOD, EasySellProps, EssentialAnnouncementBar$1 as EssentialAnnouncementBar, EssentialAnnouncementBarProps, EssentialCountdownTimerBar$1 as EssentialCountdownTimerBar, EssentialCountdownTimerBarProps, EstimateDate$1 as EstimateDate, EstimateDateProps, EstimatedDeliveryDatePlus$1 as EstimatedDeliveryDatePlus, EstimatedDeliveryDatePlusProps, FastBundleBundlesDiscounts$1 as FastBundleBundlesDiscounts, FastBundleBundlesDiscountsProps, FeraReviews$1 as FeraReviews, FeraReviewsProps, FileUpload$1 as FileUpload, FileUploadProps, FirePush$1 as FirePush, FirePushProps, FlyBundlesUpsellsFbt$1 as FlyBundlesUpsellsFbt, FlyBundlesUpsellsFbtProps, FordeerProductLabels$1 as FordeerProductLabels, FordeerProductLabelsProps, FormCheckbox, FormCheckboxProps, FormDropdown$1 as FormDropdown, FormDropdownProps, FormEmail$1 as FormEmail, FormEmailProps, FormTextArea as FormTextarea, FrequentlyBoughtTogether$1 as FrequentlyBoughtTogether, FrequentlyBoughtTogetherProps, GloColorSwatchvariantImage$1 as GloColorSwatchvariantImage, GloColorSwatchvariantImageProps, GloboProductOptionsVariant$1 as GloboProductOptionsVariant, GloboProductOptionsVariantProps, GoogleReviewsByReputon$1 as GoogleReviewsByReputon, GoogleReviewsByReputonProps, Growave$1 as Growave, GrowaveProps, Header, HeaderProps, Heading$1 as Heading, HeadingProps, HeroBanner$1 as HeroBanner, HeroBannerProps, HextomCountdownTimerBar$1 as HextomCountdownTimerBar, HextomCountdownTimerBarProps, HextomFreeShippingBar$1 as HextomFreeShippingBar, HextomFreeShippingBarProps, HulkFormBuilder$1 as HulkFormBuilder, HulkFormBuilderProps, HulkProductOptions$1 as HulkProductOptions, HulkProductOptionsProps, Icon$1 as Icon, IconList$1 as IconList, IconListHoz$1 as IconListHoz, IconListHozItem, IconListHozProps, IconListItem$1 as IconListItem, IconListItemProps$3 as IconListItemProps, IconListProps$2 as IconListProps, IconListV2$1 as IconListV2, IconProps$1 as IconProps, Image$1 as Image, ImageComparison$1 as ImageComparison, ImageDetection, ImageDetectionProps, ImageProps, InfiniteOptions$1 as InfiniteOptions, InfiniteOptionsProps, Input, InputProps, Instafeed$1 as Instafeed, InstafeedProps, InstantJudgemeReviews, InstantJudgemeReviewsProps, InstantKlaviyo, InstantKlaviyoProps, InstantLooxReviews, InstantLooxReviewsProps, InstantYotpoLoyalty, InstantYotpoLoyaltyProps, InstasellShoppableInstagram$1 as InstasellShoppableInstagram, InstasellShoppableInstagramProps, JudgemeReviews$1 as JudgemeReviews, JudgemeReviewsProps, JunipProductReviewsUgc$1 as JunipProductReviewsUgc, JunipProductReviewsUgcProps, KachingBundles$1 as KachingBundles, KachingBundlesProps, KingProductOptions$1 as KingProductOptions, KingProductOptionsProps, KiteFreeGiftDiscount$1 as KiteFreeGiftDiscount, KiteFreeGiftDiscountProps, KlarnaMessaging$1 as KlarnaMessaging, KlarnaMessagingProps, Klaviyo$1 as Klaviyo, KlaviyoProps, KoalaBundleQuantityDiscount$1 as KoalaBundleQuantityDiscount, KoalaBundleQuantityDiscountProps, LaiProductReviews$1 as LaiProductReviews, LaiProductReviewsProps, Line$2 as Line, LineProps$1 as LineProps, Link, LinkProps$1 as LinkProps, LoloyalLoyaltyReferrals$1 as LoloyalLoyaltyReferrals, LoloyalLoyaltyReferralsProps, LoopSubscriptions$1 as LoopSubscriptions, LoopSubscriptionsProps, LooxReviews$1 as LooxReviews, LooxReviewsProps, Marquee$1 as Marquee, _default$2 as MarqueeItem, MarqueeItemProps, MarqueeProps, MaxbundleProductBundles$1 as MaxbundleProductBundles, MaxbundleProductBundlesProps, MbcBundleVolumeDiscount$1 as MbcBundleVolumeDiscount, MbcBundleVolumeDiscountProps, Menu, MenuProps, MobileMenu, Modal, ModernHeader, MyappgurusProductReviews$1 as MyappgurusProductReviews, MyappgurusProductReviewsProps, Newsletter$1 as Newsletter, NewsletterProps, Notify as Notice, NotificationAPI, NotificationConfig, NotifyBackInStockPreOrder$1 as NotifyBackInStockPreOrder, NotifyBackInStockPreOrderProps, OkendoReviewsLoyalty$1 as OkendoReviewsLoyalty, OkendoReviewsLoyaltyProps, Omnisend$1 as Omnisend, OmnisendProps, Opinew$1 as Opinew, OpinewProps, Pagination, PaginationProps, ParcelPanel$1 as ParcelPanel, ParcelPanelProps, PickyStory$1 as PickyStory, PickyStoryProps, PostPurchaseAcceptButton, PostPurchaseAcceptButtonProps, PostPurchaseAdvancedList, PostPurchaseAdvancedListItem, PostPurchaseAdvancedListProps, Button$1 as PostPurchaseButton, PostPurchaseButtonProps, CalloutBox as PostPurchaseCalloutBox, CalloutText as PostPurchaseCalloutText, PostPurchaseCountdownTimer, PostPurchaseHeading, PostPurchaseImage, PostPurchaseImageProps, Line$1 as PostPurchaseLine, PostPurchaseLineProps, PostPurchaseProductDescription, PostPurchaseProductDescriptionProps, PostPurchaseProductDiscountTag, PostPurchaseProductDiscountTagProps, PostPurchaseProductImages, PostPurchaseProductImagesProps, PostPurchaseProductOffer, PostPurchaseProductOfferProps, PostPurchaseProductPrice, PostPurchaseProductPriceBreakdown, PostPurchaseProductPriceBreakdownProps, PostPurchaseProductPriceProps, PostPurchaseProductQuantity, PostPurchaseProductQuantityProps, PostPurchaseProductTitle, PostPurchaseProductTitleProps, PostPurchaseProductVariants, PostPurchaseProductVariantsProps, Text$1 as PostPurchaseText, PostPurchaseTextProps, PowerfulContactFormBuilder$1 as PowerfulContactFormBuilder, PowerfulContactFormBuilderProps, PowrContactFormBuilder$1 as PowrContactFormBuilder, PowrContactFormBuilderProps, PreorderNowPreOrderPq$1 as PreorderNowPreOrderPq, PreorderNowPreOrderPqProps, PreorderNowWodPresale$1 as PreorderNowWodPresale, PreorderNowWodPresaleProps, Product$1 as Product, ProductBadge$1 as ProductBadge, ProductBadgeProps, ProductBundleDiscount$1 as ProductBundleDiscount, ProductBundleDiscountItem$1 as ProductBundleDiscountItem, ProductButton$1 as ProductButton, ProductButtonProps, ProductDescription$1 as ProductDescription, ProductDescriptionProps$1 as ProductDescriptionProps, ProductImages$2 as ProductImages, ProductImagesProps, ProductImagesV2, ProductList$1 as ProductList, ProductList$1 as ProductListProps, ProductOptionsCustomizer$1 as ProductOptionsCustomizer, ProductOptionsCustomizerProps, ProductOptionsVariantOption$1 as ProductOptionsVariantOption, ProductOptionsVariantOptionProps, ProductPrice$1 as ProductPrice, ProductPriceProps, ProductPropertiesProps, ProductProperties$1 as ProductPropertyInput, ProductProps, ProductQuantity$1 as ProductQuantity, ProductQuantityBreakItemProps, ProductQuantityBreakProps, ProductQuantityProps, QuickView as ProductQuickView, ProductReviews$1 as ProductReviews, ProductReviewsProps, ProductSku$1 as ProductSku, ProductTag$1 as ProductTag, ProductTagProps, ProductTitle$1 as ProductTitle, ProductTitleProps, ProductVariants$1 as ProductVariants, ProductVariantsProps, ProductVendor$1 as ProductVendor, ProductViewMore$1 as ProductViewMore, ProductViewMoreProps, PumperBundlesVolumeDiscount$1 as PumperBundlesVolumeDiscount, PumperBundlesVolumeDiscountProps, PushOwl$1 as PushOwl, PushOwlProps, QikifyUpsell$1 as QikifyUpsell, QikifyUpsellProps, Radio, RadioProps, RapiBundleQuantityBreaks$1 as RapiBundleQuantityBreaks, RapiBundleQuantityBreaksProps, RechargeSubscriptions$1 as RechargeSubscriptions, RechargeSubscriptionsProps, RecurpaySubscriptionApp$1 as RecurpaySubscriptionApp, RecurpaySubscriptionAppProps, Releasit$1 as Releasit, ReleasitProps, RequestQuoteHidePrice$1 as RequestQuoteHidePrice, RequestQuoteHidePriceProps, ReviewxpoProductReviewsApp$1 as ReviewxpoProductReviewsApp, ReviewxpoProductReviewsAppProps, Rivyo$1 as Rivyo, RivyoProps, Root$1 as Root, RootProps$1 as RootProps, Row$1 as Row, RowProps$1 as RowProps, Ryviu$1 as Ryviu, RyviuProps, SealSubscriptions$1 as SealSubscriptions, SealSubscriptionsProps, Section$1 as Section, SegunoEmailMarketing$1 as SegunoEmailMarketing, SegunoEmailMarketingProps, Select, SelectProps, Selleasy$1 as Selleasy, SelleasyProps, SeoantTrustBadgesIcon$1 as SeoantTrustBadgesIcon, SeoantTrustBadgesIconProps, ShopPayButton$1 as ShopPayButton, ShopPayButtonProps, ShopifyForms$1 as ShopifyForms, ShopifyFormsProps, ShopifySubscriptions$1 as ShopifySubscriptions, ShopifySubscriptionsProps, SimpleBundlesKits$1 as SimpleBundlesKits, SimpleBundlesKitsProps, SkioSubscriptionsYcS20$1 as SkioSubscriptionsYcS20, SkioSubscriptionsYcS20Props, SkuProps, SmartSearchBarAndFilters$1 as SmartSearchBarAndFilters, SmartSearchBarAndFiltersProps, SproutPlantTreesGrowSales$1 as SproutPlantTreesGrowSales, SproutPlantTreesGrowSalesProps, Stamped$1 as Stamped, StampedProps, StellarDeliveryDatePickup$1 as StellarDeliveryDatePickup, StellarDeliveryDatePickupProps, Sticky$1 as Sticky, StickyProps, StockCounter$1 as StockCounter, StockCounterProps$1 as StockCounterProps, SubifySubscriptionsApp$1 as SubifySubscriptionsApp, SubifySubscriptionsAppProps, SubmitButton$1 as SubmitButton, SubmitButtonProps, TabItem$1 as TabItem, TabItemProps, Tabs$1 as Tabs, TabsProps, TagembedSocialPostReview$1 as TagembedSocialPostReview, TagembedSocialPostReviewProps, TagshopShoppableVideosUgc$1 as TagshopShoppableVideosUgc, TagshopShoppableVideosUgcProps, TeeinblueProductPersonalizer$1 as TeeinblueProductPersonalizer, TeeinblueProductPersonalizerProps, Text$2 as Text, TextAreaProps, TextField$1 as TextField, TextFieldProps, TextProps$1 as TextProps, TextArea as Textarea, TextareaProps, ThirdPartySlot$1 as ThirdPartySlot, TrustBadgesBear$1 as TrustBadgesBear, TrustBadgesBearProps, TrustMe$1 as TrustMe, TrustMeProps, TrustedsiteTrustBadges$1 as TrustedsiteTrustBadges, TrustedsiteTrustBadgesProps, Trustoo$1 as Trustoo, TrustooProps, TrustreviewsProductReviews$1 as TrustreviewsProductReviews, TrustreviewsProductReviewsProps, TrustshopProductReviews$1 as TrustshopProductReviews, TrustshopProductReviewsProps, UltimateSalesBoost$1 as UltimateSalesBoost, UltimateSalesBoostProps, UnlimitedBundlesDiscounts$1 as UnlimitedBundlesDiscounts, UnlimitedBundlesDiscountsProps, VendorProps, Video$1 as Video, Vitals$1 as Vitals, VitalsProps, WhatmoreShoppableVideosreel$1 as WhatmoreShoppableVideosreel, WhatmoreShoppableVideosreelProps, WideBundle$1 as WideBundle, WideBundleProps, Wiser$1 as Wiser, WiserProps, WishlistKing$1 as WishlistKing, WishlistKingProps, WishlistPlus$1 as WishlistPlus, WishlistPlusProps, YotpoLoyalty, YotpoLoyaltyProps, YotpoReviews$1 as YotpoReviews, YotpoReviewsProps, _default$R as accordionSetting, _default$4 as articleListSetting, _default$p as bannerSetting, _default$Q as breadcrumbSetting, _default as builderComponent, _default$P as buttonSetting, _default$N as carouselSetting, _default$K as cartSetting, _default$n as codeSetting, _default$J as collectionSetting, _default$j as contactFormSetting, _default$I as countdownSetting, _default$O as couponSetting, _default$k as dialogSetting, _default$5 as estimateDeliverySetting, getDynamicSourceLocales, getInsertLinkData, getSettingPreloadData, getStaticLocale, _default$L as gridSetting, _default$G as headerSetting, _default$H as headingSetting, _default$m as iconListHozSetting, _default$o as iconListSetting, _default$e as iconListSettingV2, _default$F as iconSetting, _default$h as imageComparisonSetting, _default$i as imageDetectionSetting, _default$M as imageSetting, _default$E as inputSetting, isHexTransparent, isTransparentColor, isTransparentRGBA, _default$D as lineSetting, _default$C as linkSetting, index_liquid as liquidComponents, _default$3 as marqueeSetting, _default$s as menuSetting, _default$B as modalSetting, _default$1 as nextComponent, openConfirm, _default$A as paginationSetting, _default$7 as postPurchaseAdvancedListSetting, _default$b as postPurchaseButtonSetting, _default$9 as postPurchaseCalloutBoxSetting, _default$6 as postPurchaseCountdownTimerSetting, _default$c as postPurchaseImageSetting, _default$8 as postPurchaseLineSetting, postPurchaseProduct1Col, postPurchaseProduct2Col, postPurchaseProductDefault, _default$a as postPurchaseProductSetting, _default$d as postPurchaseTextSetting, _default$z as productSetting, _default$x as radioSetting, replaceLinkData, _default$w as selectSetting, _default$f as stickySetting, _default$l as stockCounterSetting, _default$v as tabSetting, _default$y as textSetting, _default$u as textareaSetting, _default$q as thirdPartyInstantSetting, _default$r as thirdPartySetting, _default$g as thirdPartySlotSetting, useInView, useNotification, _default$t as videoSetting, youtubeShortsRegex };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gem-sdk/components",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.17",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"main": "dist/cjs/index.js",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"format": "prettier --write \"./src/**/*.{ts,tsx}\""
|
|
22
22
|
},
|
|
23
23
|
"devDependencies": {
|
|
24
|
-
"@gem-sdk/core": "2.1.
|
|
24
|
+
"@gem-sdk/core": "2.1.17",
|
|
25
25
|
"@gem-sdk/styles": "2.1.0",
|
|
26
26
|
"@types/react-transition-group": "^4.4.5"
|
|
27
27
|
},
|