@gem-sdk/core 1.58.0-dev.101 → 1.58.0-dev.103
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/helpers/compose-advance-style.js +3 -1
- package/dist/cjs/helpers/third-party/appConfig.js +7 -0
- package/dist/cjs/helpers/third-party/appSetting.js +145 -1
- package/dist/cjs/helpers/third-party/constant.js +2 -1
- package/dist/cjs/helpers/third-party/getAppBlockConfig.js +5 -1
- package/dist/esm/helpers/compose-advance-style.js +3 -1
- package/dist/esm/helpers/third-party/appConfig.js +7 -1
- package/dist/esm/helpers/third-party/appSetting.js +145 -1
- package/dist/esm/helpers/third-party/constant.js +3 -2
- package/dist/esm/helpers/third-party/getAppBlockConfig.js +5 -1
- package/dist/types/index.d.ts +2 -1
- package/package.json +1 -1
|
@@ -210,6 +210,12 @@ const TrustooConfig = {
|
|
|
210
210
|
appId: 'c8f15077-6475-4e86-ad06-b66038d5ba2c'
|
|
211
211
|
}
|
|
212
212
|
};
|
|
213
|
+
const LooxReviewsConfig = {
|
|
214
|
+
LooxReviews: {
|
|
215
|
+
appName: 'loox-reviews',
|
|
216
|
+
appId: '5c3b337f-fd14-4df5-b1d6-80ec13e6e28e'
|
|
217
|
+
}
|
|
218
|
+
};
|
|
213
219
|
|
|
214
220
|
exports.AftershipEmailMarketingsmsConfig = AftershipEmailMarketingsmsConfig;
|
|
215
221
|
exports.AppointmentBookingCowlendarConfig = AppointmentBookingCowlendarConfig;
|
|
@@ -227,6 +233,7 @@ exports.KachingBundlesConfig = KachingBundlesConfig;
|
|
|
227
233
|
exports.KiteFreeGiftDiscountConfig = KiteFreeGiftDiscountConfig;
|
|
228
234
|
exports.LoloyalLoyaltyReferralsConfig = LoloyalLoyaltyReferralsConfig;
|
|
229
235
|
exports.LoopSubscriptionsConfig = LoopSubscriptionsConfig;
|
|
236
|
+
exports.LooxReviewsConfig = LooxReviewsConfig;
|
|
230
237
|
exports.PowerfulContactFormBuilderConfig = PowerfulContactFormBuilderConfig;
|
|
231
238
|
exports.PreorderNowPreOrderPqConfig = PreorderNowPreOrderPqConfig;
|
|
232
239
|
exports.PreorderNowWodPresaleConfig = PreorderNowWodPresaleConfig;
|
|
@@ -535,6 +535,149 @@ const Trustoo = {
|
|
|
535
535
|
'card-carousel': null
|
|
536
536
|
}
|
|
537
537
|
};
|
|
538
|
+
const LooxReviews = {
|
|
539
|
+
LooxReviews: {
|
|
540
|
+
'loox-card-carousel-section': {
|
|
541
|
+
maxWidth: 1100,
|
|
542
|
+
borderRadius: 8,
|
|
543
|
+
itemsPerView: 4,
|
|
544
|
+
mobileItemsPerView: 1,
|
|
545
|
+
maxNumberOfCharacters: 100,
|
|
546
|
+
imageRatio: '0.72',
|
|
547
|
+
reviewerNameColor: '#000000',
|
|
548
|
+
textColor: '#000000',
|
|
549
|
+
itemBackgroundColor: '#ffffff',
|
|
550
|
+
starsColor: '',
|
|
551
|
+
starsBackgroundColor: '#ffffff',
|
|
552
|
+
arrows_backgroundColor: '#FFFFFF',
|
|
553
|
+
arrows_iconColor: '#9A9A9A',
|
|
554
|
+
shadow: 'offset-dark',
|
|
555
|
+
border_active: false,
|
|
556
|
+
border_width: 2,
|
|
557
|
+
border_color: '#000000',
|
|
558
|
+
productIds: ''
|
|
559
|
+
},
|
|
560
|
+
'loox-gallery-carousel-section': {
|
|
561
|
+
maxWidth: 1100,
|
|
562
|
+
borderRadius: 60,
|
|
563
|
+
itemsPerView: 5,
|
|
564
|
+
mobileItemsPerView: 1,
|
|
565
|
+
imageRatio: '1',
|
|
566
|
+
reviewerNameColor: '#ffffff',
|
|
567
|
+
starsColor: '#ffffff',
|
|
568
|
+
arrows_backgroundColor: '#FFFFFF',
|
|
569
|
+
arrows_iconColor: '#9A9A9A',
|
|
570
|
+
shadow: 'none',
|
|
571
|
+
border_active: false,
|
|
572
|
+
border_width: 2,
|
|
573
|
+
border_color: '#000000',
|
|
574
|
+
productIds: ''
|
|
575
|
+
},
|
|
576
|
+
'loox-referrals-section': {
|
|
577
|
+
max_width: 1100,
|
|
578
|
+
layout: 'with-photo',
|
|
579
|
+
primary_color: '',
|
|
580
|
+
text_color: '#000000',
|
|
581
|
+
text_field_border_color: '#C9CDD4',
|
|
582
|
+
background: ''
|
|
583
|
+
},
|
|
584
|
+
'loox-dynamic-section': {
|
|
585
|
+
only_photos: false,
|
|
586
|
+
aggregated: false,
|
|
587
|
+
limit: 20,
|
|
588
|
+
hide_thumbnails: false,
|
|
589
|
+
maxwidth: 1080,
|
|
590
|
+
is_sample: true
|
|
591
|
+
},
|
|
592
|
+
'loox-snippets-widget': {
|
|
593
|
+
alignment: 'left',
|
|
594
|
+
'max-width': '',
|
|
595
|
+
'color-scheme': 'default',
|
|
596
|
+
shadow: '',
|
|
597
|
+
'show-rating': true,
|
|
598
|
+
'show-image': true,
|
|
599
|
+
'hide-arrows-mobile': false,
|
|
600
|
+
'font-size': 14,
|
|
601
|
+
'show-border': false,
|
|
602
|
+
'border-radius': 16,
|
|
603
|
+
'background-color': '',
|
|
604
|
+
'text-color': '',
|
|
605
|
+
'name-color': '',
|
|
606
|
+
'rating-icon-color': '',
|
|
607
|
+
'border-color': '',
|
|
608
|
+
'shadow-color': '',
|
|
609
|
+
'reviews-limit': 10
|
|
610
|
+
},
|
|
611
|
+
'loox-rating': {
|
|
612
|
+
contentSize: 16,
|
|
613
|
+
pattern: '',
|
|
614
|
+
hideText: false,
|
|
615
|
+
alignment: '',
|
|
616
|
+
layout: '',
|
|
617
|
+
textColor: '',
|
|
618
|
+
starColor: '',
|
|
619
|
+
showAllReviews: false,
|
|
620
|
+
looxOpenFloatingWidget: false,
|
|
621
|
+
emptyRatingWidget: false
|
|
622
|
+
},
|
|
623
|
+
'loox-testimonial-carousel-section': {
|
|
624
|
+
maxWidth: 1100,
|
|
625
|
+
desktopFontSize: 32,
|
|
626
|
+
mobileFontSize: 20,
|
|
627
|
+
maxNumberOfCharacters: 100,
|
|
628
|
+
quoteMarkIcon: 'style-1',
|
|
629
|
+
reviewerNameColor: '#000000',
|
|
630
|
+
textColor: '#000000',
|
|
631
|
+
starsColor: '',
|
|
632
|
+
quotesIconColor: '#EAEAEA',
|
|
633
|
+
arrows_iconColor: '#000000',
|
|
634
|
+
arrows_hideOnMobile: true,
|
|
635
|
+
pagination_active: true,
|
|
636
|
+
pagination_selectedDotColor: '#000000',
|
|
637
|
+
pagination_dotColor: '#000000',
|
|
638
|
+
autoplay_active: false,
|
|
639
|
+
autoplay_duration: 2,
|
|
640
|
+
productIds: ''
|
|
641
|
+
},
|
|
642
|
+
'loox-trust-badge': {
|
|
643
|
+
layout: 'horizontal',
|
|
644
|
+
alignment: 'left',
|
|
645
|
+
'scheme-type': 'default',
|
|
646
|
+
'review-title': 'reviews',
|
|
647
|
+
'rating-icon': true,
|
|
648
|
+
'average-rating': true,
|
|
649
|
+
'loox-branding': true,
|
|
650
|
+
'review-count': true,
|
|
651
|
+
'open-reviews': true,
|
|
652
|
+
'show-border': true,
|
|
653
|
+
'border-radius': 8,
|
|
654
|
+
'font-size': 20,
|
|
655
|
+
'background-color': '',
|
|
656
|
+
'secondary-background-color': '',
|
|
657
|
+
'text-color': '',
|
|
658
|
+
'rating-icon-color': '',
|
|
659
|
+
'border-color': ''
|
|
660
|
+
},
|
|
661
|
+
'loox-video-slider': {
|
|
662
|
+
'show-by-tag': false,
|
|
663
|
+
layout: 'spotlight',
|
|
664
|
+
shadow: '',
|
|
665
|
+
'show-rating': true,
|
|
666
|
+
'show-reviewer-name': true,
|
|
667
|
+
'hide-arrows-mobile': true,
|
|
668
|
+
'auto-play': true,
|
|
669
|
+
'show-border': false,
|
|
670
|
+
'border-width': 1,
|
|
671
|
+
'border-radius': 16,
|
|
672
|
+
'text-color': '',
|
|
673
|
+
'rating-icon-color': '',
|
|
674
|
+
'border-color': '',
|
|
675
|
+
'play-button-color': '',
|
|
676
|
+
'shadow-color': '',
|
|
677
|
+
'product-id': ''
|
|
678
|
+
}
|
|
679
|
+
}
|
|
680
|
+
};
|
|
538
681
|
const composeSettingsByWidgetType = {
|
|
539
682
|
...SegunoEmailMarketing,
|
|
540
683
|
...AftershipEmailMarketingsms,
|
|
@@ -570,7 +713,8 @@ const composeSettingsByWidgetType = {
|
|
|
570
713
|
...BoldSubscriptions,
|
|
571
714
|
...Growave,
|
|
572
715
|
...KachingBundles,
|
|
573
|
-
...Trustoo
|
|
716
|
+
...Trustoo,
|
|
717
|
+
...LooxReviews
|
|
574
718
|
};
|
|
575
719
|
|
|
576
720
|
exports.composeSettingsByWidgetType = composeSettingsByWidgetType;
|
|
@@ -37,7 +37,8 @@ const mapShopifyAppMeta = {
|
|
|
37
37
|
...appConfig.BestBuyFulfillmentConfig,
|
|
38
38
|
...appConfig.AftershipEmailMarketingsmsConfig,
|
|
39
39
|
...appConfig.SegunoEmailMarketingConfig,
|
|
40
|
-
...appConfig.TrustooConfig
|
|
40
|
+
...appConfig.TrustooConfig,
|
|
41
|
+
...appConfig.LooxReviewsConfig
|
|
41
42
|
};
|
|
42
43
|
const THIRD_PARTY_APP_BLOCK_ID_PREFIX = 'gp_app';
|
|
43
44
|
|
|
@@ -5,7 +5,8 @@ var getAppBlockType = require('./getAppBlockType.js');
|
|
|
5
5
|
|
|
6
6
|
const listAppUpdateNewVersion = [
|
|
7
7
|
'Growave',
|
|
8
|
-
'Trustoo'
|
|
8
|
+
'Trustoo',
|
|
9
|
+
'LooxReviews'
|
|
9
10
|
];
|
|
10
11
|
const listThirdPartyRejectAppBlock = {
|
|
11
12
|
YotpoReviews: {
|
|
@@ -13,6 +14,9 @@ const listThirdPartyRejectAppBlock = {
|
|
|
13
14
|
},
|
|
14
15
|
Trustoo: {
|
|
15
16
|
conditionToReject: 'settings?.version === "v1"'
|
|
17
|
+
},
|
|
18
|
+
LooxReviews: {
|
|
19
|
+
conditionToReject: 'settings?.version === "v1"'
|
|
16
20
|
}
|
|
17
21
|
};
|
|
18
22
|
const getAppBlockConfig = (tag, appBlockId, settings)=>{
|
|
@@ -208,5 +208,11 @@ const TrustooConfig = {
|
|
|
208
208
|
appId: 'c8f15077-6475-4e86-ad06-b66038d5ba2c'
|
|
209
209
|
}
|
|
210
210
|
};
|
|
211
|
+
const LooxReviewsConfig = {
|
|
212
|
+
LooxReviews: {
|
|
213
|
+
appName: 'loox-reviews',
|
|
214
|
+
appId: '5c3b337f-fd14-4df5-b1d6-80ec13e6e28e'
|
|
215
|
+
}
|
|
216
|
+
};
|
|
211
217
|
|
|
212
|
-
export { AftershipEmailMarketingsmsConfig, AppointmentBookingCowlendarConfig, BestBuyFulfillmentConfig, BoldSubscriptionsConfig, BonLoyaltyRewardsReferralsConfig, EasyBundleBuilderSkailamaConfig, FastBundleBundlesDiscountsConfig, FlyBundlesUpsellsFbtConfig, GloboProductOptionsVariantConfig, GrowaveConfig, InstasellShoppableInstagramConfig, JunipProductReviewsUgcConfig, KachingBundlesConfig, KiteFreeGiftDiscountConfig, LoloyalLoyaltyReferralsConfig, LoopSubscriptionsConfig, PowerfulContactFormBuilderConfig, PreorderNowPreOrderPqConfig, PreorderNowWodPresaleConfig, ProductOptionsCustomizerConfig, PumperBundlesVolumeDiscountConfig, RechargeSubscriptionsConfig, ReviewxpoProductReviewsAppConfig, SegunoEmailMarketingConfig, SelleasyConfig, ShopifyFormsConfig, SimpleBundlesKitsConfig, SkioSubscriptionsYcS20Config, SproutPlantTreesGrowSalesConfig, SubifySubscriptionsConfig, TrustooConfig, UnlimitedBundlesDiscountsConfig, WhatmoreShoppableVideosreelConfig, WishlistKingConfig, YotpoReviewsV3UgcConfig };
|
|
218
|
+
export { AftershipEmailMarketingsmsConfig, AppointmentBookingCowlendarConfig, BestBuyFulfillmentConfig, BoldSubscriptionsConfig, BonLoyaltyRewardsReferralsConfig, EasyBundleBuilderSkailamaConfig, FastBundleBundlesDiscountsConfig, FlyBundlesUpsellsFbtConfig, GloboProductOptionsVariantConfig, GrowaveConfig, InstasellShoppableInstagramConfig, JunipProductReviewsUgcConfig, KachingBundlesConfig, KiteFreeGiftDiscountConfig, LoloyalLoyaltyReferralsConfig, LoopSubscriptionsConfig, LooxReviewsConfig, PowerfulContactFormBuilderConfig, PreorderNowPreOrderPqConfig, PreorderNowWodPresaleConfig, ProductOptionsCustomizerConfig, PumperBundlesVolumeDiscountConfig, RechargeSubscriptionsConfig, ReviewxpoProductReviewsAppConfig, SegunoEmailMarketingConfig, SelleasyConfig, ShopifyFormsConfig, SimpleBundlesKitsConfig, SkioSubscriptionsYcS20Config, SproutPlantTreesGrowSalesConfig, SubifySubscriptionsConfig, TrustooConfig, UnlimitedBundlesDiscountsConfig, WhatmoreShoppableVideosreelConfig, WishlistKingConfig, YotpoReviewsV3UgcConfig };
|
|
@@ -533,6 +533,149 @@ const Trustoo = {
|
|
|
533
533
|
'card-carousel': null
|
|
534
534
|
}
|
|
535
535
|
};
|
|
536
|
+
const LooxReviews = {
|
|
537
|
+
LooxReviews: {
|
|
538
|
+
'loox-card-carousel-section': {
|
|
539
|
+
maxWidth: 1100,
|
|
540
|
+
borderRadius: 8,
|
|
541
|
+
itemsPerView: 4,
|
|
542
|
+
mobileItemsPerView: 1,
|
|
543
|
+
maxNumberOfCharacters: 100,
|
|
544
|
+
imageRatio: '0.72',
|
|
545
|
+
reviewerNameColor: '#000000',
|
|
546
|
+
textColor: '#000000',
|
|
547
|
+
itemBackgroundColor: '#ffffff',
|
|
548
|
+
starsColor: '',
|
|
549
|
+
starsBackgroundColor: '#ffffff',
|
|
550
|
+
arrows_backgroundColor: '#FFFFFF',
|
|
551
|
+
arrows_iconColor: '#9A9A9A',
|
|
552
|
+
shadow: 'offset-dark',
|
|
553
|
+
border_active: false,
|
|
554
|
+
border_width: 2,
|
|
555
|
+
border_color: '#000000',
|
|
556
|
+
productIds: ''
|
|
557
|
+
},
|
|
558
|
+
'loox-gallery-carousel-section': {
|
|
559
|
+
maxWidth: 1100,
|
|
560
|
+
borderRadius: 60,
|
|
561
|
+
itemsPerView: 5,
|
|
562
|
+
mobileItemsPerView: 1,
|
|
563
|
+
imageRatio: '1',
|
|
564
|
+
reviewerNameColor: '#ffffff',
|
|
565
|
+
starsColor: '#ffffff',
|
|
566
|
+
arrows_backgroundColor: '#FFFFFF',
|
|
567
|
+
arrows_iconColor: '#9A9A9A',
|
|
568
|
+
shadow: 'none',
|
|
569
|
+
border_active: false,
|
|
570
|
+
border_width: 2,
|
|
571
|
+
border_color: '#000000',
|
|
572
|
+
productIds: ''
|
|
573
|
+
},
|
|
574
|
+
'loox-referrals-section': {
|
|
575
|
+
max_width: 1100,
|
|
576
|
+
layout: 'with-photo',
|
|
577
|
+
primary_color: '',
|
|
578
|
+
text_color: '#000000',
|
|
579
|
+
text_field_border_color: '#C9CDD4',
|
|
580
|
+
background: ''
|
|
581
|
+
},
|
|
582
|
+
'loox-dynamic-section': {
|
|
583
|
+
only_photos: false,
|
|
584
|
+
aggregated: false,
|
|
585
|
+
limit: 20,
|
|
586
|
+
hide_thumbnails: false,
|
|
587
|
+
maxwidth: 1080,
|
|
588
|
+
is_sample: true
|
|
589
|
+
},
|
|
590
|
+
'loox-snippets-widget': {
|
|
591
|
+
alignment: 'left',
|
|
592
|
+
'max-width': '',
|
|
593
|
+
'color-scheme': 'default',
|
|
594
|
+
shadow: '',
|
|
595
|
+
'show-rating': true,
|
|
596
|
+
'show-image': true,
|
|
597
|
+
'hide-arrows-mobile': false,
|
|
598
|
+
'font-size': 14,
|
|
599
|
+
'show-border': false,
|
|
600
|
+
'border-radius': 16,
|
|
601
|
+
'background-color': '',
|
|
602
|
+
'text-color': '',
|
|
603
|
+
'name-color': '',
|
|
604
|
+
'rating-icon-color': '',
|
|
605
|
+
'border-color': '',
|
|
606
|
+
'shadow-color': '',
|
|
607
|
+
'reviews-limit': 10
|
|
608
|
+
},
|
|
609
|
+
'loox-rating': {
|
|
610
|
+
contentSize: 16,
|
|
611
|
+
pattern: '',
|
|
612
|
+
hideText: false,
|
|
613
|
+
alignment: '',
|
|
614
|
+
layout: '',
|
|
615
|
+
textColor: '',
|
|
616
|
+
starColor: '',
|
|
617
|
+
showAllReviews: false,
|
|
618
|
+
looxOpenFloatingWidget: false,
|
|
619
|
+
emptyRatingWidget: false
|
|
620
|
+
},
|
|
621
|
+
'loox-testimonial-carousel-section': {
|
|
622
|
+
maxWidth: 1100,
|
|
623
|
+
desktopFontSize: 32,
|
|
624
|
+
mobileFontSize: 20,
|
|
625
|
+
maxNumberOfCharacters: 100,
|
|
626
|
+
quoteMarkIcon: 'style-1',
|
|
627
|
+
reviewerNameColor: '#000000',
|
|
628
|
+
textColor: '#000000',
|
|
629
|
+
starsColor: '',
|
|
630
|
+
quotesIconColor: '#EAEAEA',
|
|
631
|
+
arrows_iconColor: '#000000',
|
|
632
|
+
arrows_hideOnMobile: true,
|
|
633
|
+
pagination_active: true,
|
|
634
|
+
pagination_selectedDotColor: '#000000',
|
|
635
|
+
pagination_dotColor: '#000000',
|
|
636
|
+
autoplay_active: false,
|
|
637
|
+
autoplay_duration: 2,
|
|
638
|
+
productIds: ''
|
|
639
|
+
},
|
|
640
|
+
'loox-trust-badge': {
|
|
641
|
+
layout: 'horizontal',
|
|
642
|
+
alignment: 'left',
|
|
643
|
+
'scheme-type': 'default',
|
|
644
|
+
'review-title': 'reviews',
|
|
645
|
+
'rating-icon': true,
|
|
646
|
+
'average-rating': true,
|
|
647
|
+
'loox-branding': true,
|
|
648
|
+
'review-count': true,
|
|
649
|
+
'open-reviews': true,
|
|
650
|
+
'show-border': true,
|
|
651
|
+
'border-radius': 8,
|
|
652
|
+
'font-size': 20,
|
|
653
|
+
'background-color': '',
|
|
654
|
+
'secondary-background-color': '',
|
|
655
|
+
'text-color': '',
|
|
656
|
+
'rating-icon-color': '',
|
|
657
|
+
'border-color': ''
|
|
658
|
+
},
|
|
659
|
+
'loox-video-slider': {
|
|
660
|
+
'show-by-tag': false,
|
|
661
|
+
layout: 'spotlight',
|
|
662
|
+
shadow: '',
|
|
663
|
+
'show-rating': true,
|
|
664
|
+
'show-reviewer-name': true,
|
|
665
|
+
'hide-arrows-mobile': true,
|
|
666
|
+
'auto-play': true,
|
|
667
|
+
'show-border': false,
|
|
668
|
+
'border-width': 1,
|
|
669
|
+
'border-radius': 16,
|
|
670
|
+
'text-color': '',
|
|
671
|
+
'rating-icon-color': '',
|
|
672
|
+
'border-color': '',
|
|
673
|
+
'play-button-color': '',
|
|
674
|
+
'shadow-color': '',
|
|
675
|
+
'product-id': ''
|
|
676
|
+
}
|
|
677
|
+
}
|
|
678
|
+
};
|
|
536
679
|
const composeSettingsByWidgetType = {
|
|
537
680
|
...SegunoEmailMarketing,
|
|
538
681
|
...AftershipEmailMarketingsms,
|
|
@@ -568,7 +711,8 @@ const composeSettingsByWidgetType = {
|
|
|
568
711
|
...BoldSubscriptions,
|
|
569
712
|
...Growave,
|
|
570
713
|
...KachingBundles,
|
|
571
|
-
...Trustoo
|
|
714
|
+
...Trustoo,
|
|
715
|
+
...LooxReviews
|
|
572
716
|
};
|
|
573
717
|
|
|
574
718
|
export { composeSettingsByWidgetType, overrideSettings };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { RechargeSubscriptionsConfig, BonLoyaltyRewardsReferralsConfig, SubifySubscriptionsConfig, SelleasyConfig, LoopSubscriptionsConfig, SkioSubscriptionsYcS20Config, ShopifyFormsConfig, ReviewxpoProductReviewsAppConfig, PumperBundlesVolumeDiscountConfig, UnlimitedBundlesDiscountsConfig, KiteFreeGiftDiscountConfig, FastBundleBundlesDiscountsConfig, SimpleBundlesKitsConfig, EasyBundleBuilderSkailamaConfig, PreorderNowPreOrderPqConfig, FlyBundlesUpsellsFbtConfig, JunipProductReviewsUgcConfig, PreorderNowWodPresaleConfig, YotpoReviewsV3UgcConfig, WhatmoreShoppableVideosreelConfig, ProductOptionsCustomizerConfig, AppointmentBookingCowlendarConfig, BoldSubscriptionsConfig, SproutPlantTreesGrowSalesConfig, InstasellShoppableInstagramConfig, GrowaveConfig, LoloyalLoyaltyReferralsConfig, PowerfulContactFormBuilderConfig, WishlistKingConfig, GloboProductOptionsVariantConfig, KachingBundlesConfig, BestBuyFulfillmentConfig, AftershipEmailMarketingsmsConfig, SegunoEmailMarketingConfig, TrustooConfig } from './appConfig.js';
|
|
1
|
+
import { RechargeSubscriptionsConfig, BonLoyaltyRewardsReferralsConfig, SubifySubscriptionsConfig, SelleasyConfig, LoopSubscriptionsConfig, SkioSubscriptionsYcS20Config, ShopifyFormsConfig, ReviewxpoProductReviewsAppConfig, PumperBundlesVolumeDiscountConfig, UnlimitedBundlesDiscountsConfig, KiteFreeGiftDiscountConfig, FastBundleBundlesDiscountsConfig, SimpleBundlesKitsConfig, EasyBundleBuilderSkailamaConfig, PreorderNowPreOrderPqConfig, FlyBundlesUpsellsFbtConfig, JunipProductReviewsUgcConfig, PreorderNowWodPresaleConfig, YotpoReviewsV3UgcConfig, WhatmoreShoppableVideosreelConfig, ProductOptionsCustomizerConfig, AppointmentBookingCowlendarConfig, BoldSubscriptionsConfig, SproutPlantTreesGrowSalesConfig, InstasellShoppableInstagramConfig, GrowaveConfig, LoloyalLoyaltyReferralsConfig, PowerfulContactFormBuilderConfig, WishlistKingConfig, GloboProductOptionsVariantConfig, KachingBundlesConfig, BestBuyFulfillmentConfig, AftershipEmailMarketingsmsConfig, SegunoEmailMarketingConfig, TrustooConfig, LooxReviewsConfig } from './appConfig.js';
|
|
2
2
|
|
|
3
3
|
const mapShopifyAppMeta = {
|
|
4
4
|
...RechargeSubscriptionsConfig,
|
|
@@ -35,7 +35,8 @@ const mapShopifyAppMeta = {
|
|
|
35
35
|
...BestBuyFulfillmentConfig,
|
|
36
36
|
...AftershipEmailMarketingsmsConfig,
|
|
37
37
|
...SegunoEmailMarketingConfig,
|
|
38
|
-
...TrustooConfig
|
|
38
|
+
...TrustooConfig,
|
|
39
|
+
...LooxReviewsConfig
|
|
39
40
|
};
|
|
40
41
|
const THIRD_PARTY_APP_BLOCK_ID_PREFIX = 'gp_app';
|
|
41
42
|
|
|
@@ -3,7 +3,8 @@ import { getAppBlockType } from './getAppBlockType.js';
|
|
|
3
3
|
|
|
4
4
|
const listAppUpdateNewVersion = [
|
|
5
5
|
'Growave',
|
|
6
|
-
'Trustoo'
|
|
6
|
+
'Trustoo',
|
|
7
|
+
'LooxReviews'
|
|
7
8
|
];
|
|
8
9
|
const listThirdPartyRejectAppBlock = {
|
|
9
10
|
YotpoReviews: {
|
|
@@ -11,6 +12,9 @@ const listThirdPartyRejectAppBlock = {
|
|
|
11
12
|
},
|
|
12
13
|
Trustoo: {
|
|
13
14
|
conditionToReject: 'settings?.version === "v1"'
|
|
15
|
+
},
|
|
16
|
+
LooxReviews: {
|
|
17
|
+
conditionToReject: 'settings?.version === "v1"'
|
|
14
18
|
}
|
|
15
19
|
};
|
|
16
20
|
const getAppBlockConfig = (tag, appBlockId, settings)=>{
|
package/dist/types/index.d.ts
CHANGED
|
@@ -7222,6 +7222,7 @@ type ResponsiveStateProp<T> = ObjectDevices<StateProp<T>>;
|
|
|
7222
7222
|
type AlignItemProp = 'left' | 'center' | 'right';
|
|
7223
7223
|
type JudgeMeReviewsWidgetType = 'single_product_preview_badge' | 'review_widget' | 'reviews_carousel' | 'reviews_text' | 'section_for_medals' | 'ugc_media_grid' | 'verified_reviews_count_badge';
|
|
7224
7224
|
type LooxReviewsWidgetType = 'reviews_widget' | 'rating_widget' | 'carousel_widget';
|
|
7225
|
+
type LooxReviewsWidgetTypeV2 = 'loox-card-carousel-section' | 'loox-gallery-carousel-section' | 'loox-referrals-section' | 'loox-dynamic-section' | 'loox-snippets-widget' | 'loox-rating' | 'loox-testimonial-carousel-section' | 'loox-trust-badge' | 'loox-video-slider';
|
|
7225
7226
|
type RyviuWidgetType = 'reviews' | 'badge' | 'badgeCollection' | 'carousel' | 'masonry';
|
|
7226
7227
|
type RivyoWidgetType = 'reviews' | 'badge' | 'testimonials' | 'allReviewsPage';
|
|
7227
7228
|
type VitalsWidgetType = 'addToWishlist' | 'goToWishlist' | 'paymentLogos' | 'recentlyViewed' | 'shoppableInstagramFeed' | 'trustSealsAndBadges' | 'productReviews' | 'productBundles' | 'volumeDiscounts' | 'stockScarcity' | 'sizeChart' | 'upsellBuilderBogo' | 'bundleCountdownBox' | 'reviewsUnderTitle' | 'productReviewsCarousel' | 'shippingBox' | 'currencyConverter' | 'relatedProducts' | 'backInStock';
|
|
@@ -42372,4 +42373,4 @@ declare const useInteraction: () => {
|
|
|
42372
42373
|
interactionListenerLoaded: (callback: () => void) => void;
|
|
42373
42374
|
};
|
|
42374
42375
|
|
|
42375
|
-
export { AddOn, AddonProvider, AddonProviderProps, AdvancedType, AirProductReview, AliReviewsWidgetType, AlignItemProp, AlignProp, AnimationBaseSetting, AnimationConfig, AnimationDirectionType, AnimationEasingType, AnimationFadeSettingType, AnimationSetting, AnimationSettingType, AnimationShakeSettingType, AnimationSlideSettingType, AnimationTrigger, AnimationTriggerType, AnimationType, AnimationZoomDirectionType, AnimationZoomSettingType, appAPI as AppAPIType, ArticleListProvider, ArticleListProviderProps, ArticleProvider, ArticleProviderProps, Background, BackgroundImageValue, BackgroundMedia, BackgroundVideoValue, BaseProps, BasePropsWrap, BlockEntity, BogosWidgetType, BoldSubscriptionsWidgetType, Border, BorderStyle, BuilderComponentProvider, BuilderComponentProviderProps, BuilderEntity, BuilderEntityNested, BuilderPreviewProvider, BuilderPreviewProviderProps, BuilderProvider, BuilderProviderProps, BuilderState, Builtin, CSSStateKey, CartLineProvider, CartLineProviderProps, CollectionDetailFilterDocument, CollectionDetailFilterQueryResponse, CollectionDetailFilterQueryVariables, CollectionDocument, CollectionProvider, CollectionProviderProps, CollectionQueryResponse, CollectionQueryVariables, CollectionSelectFragment, CollectionsDocument, CollectionsQueryResponse, CollectionsQueryVariables, ColorKey, ColorType$1 as ColorType, ColorValueType, Component, ComponentPreset, ComponentSetting, ContainerProp, ControlProp, ControlTriggerAction, ControlUI, CornerRadius, CornerRadiusType, CustomComponentConfig, DeepPartial, DynamicCollection, DynamicProduct, ExtractState, FastBundleWidgetType, FeraReviewsV3WidgetType, FeraReviewsWidgetType, FetchCollectionArgs, FetchFunc, FetchProductParams, FlexDirectionProp, FontName, GRADIENT_BGR_KEY, GlobalStyleConfig, GlobalStyleResponsiveConfig, GlobalSwatchesData, GraphQLConnection, GroupPropType, GrowaveWidgetTypeV1, GrowaveWidgetTypeV2, HSLAColorType, HSLColorType, HexColorType, ImageShape$1 as ImageShape, InitComponentType, InstantJudgeMeReviewsWidgetType, InstantKlaviyoWidgetType, InstantLooxReviewsWidgetType, Interaction, InteractionCondition, InteractionElement, InteractionTarget, InteractionTargetEvent, InteractionTargetEventObject, InteractionTriggerEvent, JudgeMeReviewsWidgetType, KlaviyoWidgetType, LaiProductReviewsAdvancedWidgetType, LaiProductReviewsWidgetType, LibrarySaleFunnelDocument, LibrarySaleFunnelQueryResponse, LibrarySaleFunnelQueryVariables, LibraryTemplateDocument, LibraryTemplateQueryResponse, LibraryTemplateQueryVariables, LooxReviewsWidgetType, ModalProvider, ModalProviderProps, NameDevices$1 as NameDevices, NestedKeys, ObjectDeviceGlobalType, ObjectDevices, ObjectLayoutValue, OmnisendWidgetType, OnlyOne, OpinewDesignWidgetType, OpinewWidgetType, OptionNormalStyle, OptionSpecialStyle, Options$1 as Options, PaddingType, PageContext, PageProvider, PageProviderProps, PageType, PageViewUpDocument, PageViewUpMutationResponse, PageViewUpMutationVariables, PickyStoryWidgetType, PostPurchaseTypo, PreOrderNowWodWidgetType, PreviewThemePageDocument, PreviewThemePageQueryResponse, PreviewThemePageQueryVariables, Primitive, ProductInputAnalytic, ProductListProvider, ProductListProviderProps, ProductOffer, ProductProvider, ProductProviderProps, ProductReviewsWidgetType, ProductSelectFragment, ProductsDocument, ProductsQueryResponse, ProductsQueryVariables, PublicStoreFrontData, PublishedShopMetasDocument, PublishedShopMetasQueryResponse, PublishedThemePageSelectFragment, PublishedThemePagesDocument, PublishedThemePagesQueryResponse, PublishedThemePagesQueryVariables, QueryPublishedShopMetasArgs, RGBAColorType, RGBColorType, Ratio$1 as Ratio, RawChild, RenderMemo as Render, RenderChildren, RenderIf, Render as RenderLiquid, RenderMode, RenderPreviewMemo as RenderPreview, RequiredCursorEdge, ResponsiveKey, ResponsiveStateProp, RivyoWidgetType, RoundedSize, RyviuWidgetType, SaleFunnelDiscount$1 as SaleFunnelDiscount, SaleFunnelDiscountEdge$1 as SaleFunnelDiscountEdge, SaleFunnelDiscountObjectType$1 as SaleFunnelDiscountObjectType, SaleFunnelDiscountType$1 as SaleFunnelDiscountType, SaleFunnelDiscountValueType$1 as SaleFunnelDiscountValueType, SaleFunnelDiscountsDocument, SaleFunnelDiscountsQueryResponse, SaleFunnelDiscountsQueryVariables, Scalars$1 as Scalars, ScaleByDirection, SectionData, SectionEntity, SectionProvider, SectionProviderProps, SettingByAnimationType, SettingByAnimationValues, SettingUIGroup, ShadowProps, ShadowStyle, ShadowStyleApplied, ShadowType, ShopLibraryPageDocument, ShopLibraryPageQueryResponse, ShopLibraryPageQueryVariables, ShopProvider, ShopProviderProps, shop as ShopType, SizeProps, SizeSetting, SizeSettingGlobal, SizeType, SpacingType, StampedWidgetType, StateProp, StateSelector, StateType, StoreConfig, StorePropertyDocument, StorePropertyQueryResponse, StorePropertyQueryVariables, SwatchesOptionType, SwatchesOptionValue, TagShopWidgetType, ThemePageDocument, ThemePageQueryResponse, ThemePageQueryVariables, ThemeSectionStatus$1 as ThemeSectionStatus, TransformProp, TriggerConfig, TrustooWidgetType, TrustooWidgetTypeV2, TypographyProps, TypographySetting, TypographySettingV2, TypographyType, TypographyV2Attrs, TypographyV2Props, UltimateSalesBoostWidgetType, VariantSelectFragment, VitalsWidgetType, WiserV2WidgetType, WiserWidgetType, WrapRenderChildren, YotpoReviewsWidgetType, addAppBlockId, animations, baseAssetURL, calculateFirstProduct, checkAvailableVariantInStock, checkInStock, cls, composeAdvanceStyle, composeAdvanceStyleForPostPurchase, composeBackgroundCss, composeBackgroundImageCss, composeBorderCss, composeBorderResponsive, composeCornerCss, composeFallbackTypographyStyle, composeFontFamilyTypographyV2, composeGridLayout, composeMemo, composePositionLineHeight, composePostionIconList, composeRadius, composeRadiusResponsive, composeShadowCss, composeSize, composeSizeCss, composeSpacing, composeTextColorCss, composeTypography, composeTypographyAttr, composeTypographyClassName, composeTypographyCss, composeTypographyStyle, composeTypographyV2, composeTypographyV2Css, convertHTML, convertOldLayout, convertTextAlignToJustify, dataStringify, fetchMedias, fetchVariants, filterAttrInStyle, filterCornerInStyle, filterToolbarPreview, flattenConnection, formatMoney, fpixel, genSizeClass, genTypoClass, genVariable, generateCollectionQueryKey, generateProductQueryKey, generateProductsQueryKey, getAppBlocks, getAspectRatioGlobalSize, getBgImageByDevice, getBgImageSourceByDevice, getBorderRadiusStyle, getBorderStyle, getCarouselContainerHeight, getCollection, getCornerCSSFromGlobal, getCustomRadius, getGlobalColorCSSProp, getGlobalColorClass, getGlobalColorResponsiveClass, getGlobalColorResponsiveStyle, getGlobalColorStateClass, getGlobalColorStateClassDynamicBtn, getGlobalColorStateResponsiveClass, getGlobalColorStateResponsiveClassDynamicBtn, getGlobalColorStateResponsiveStyle, getGlobalColorStateStyle, getGlobalColorStyle, getGlobalSizeGap, getGradientBgrStyleByDevice, getGradientBgrStyleForButton, getHeightByShapeGlobalSize, getPaddingGlobalSize, getPaddingStyleByDevice, getProduct, getProductBySlug, getRadiusCSSFromGlobal, getRadiusStyleActiveState, getResponsiveStateValue, getResponsiveStylePadding, getResponsiveStyleShadow, getResponsiveStyleShadowWithoutState, getResponsiveValue, getResponsiveValueByScreen, getSelectedVariant, getShortName, getSingleColorVariable, getSpacingVariable, getStyleBackgroundByDevice, getStyleBackgroundImageByDevice, getStyleBgColor, getStyleBgImageSource, getStyleShadow, getStyleShadowState, getValueByDevice, getWidthByShapeGlobalSize, getWidthHeightGlobalSize, globalEvent, gridToArrayRegex, gtag, handleConvertBorderColor, handleConvertBorderStyle, handleConvertBorderWidth, handleConvertClassColor, handleConvertClassColorDynamicBtn, isBrowser, isColor, isColumnDirectionExist, isDefined, isEmptyChildren, isLocalEnv, isSafari, loadScript, makeAspectRatio, makeContainerWidthOrHeight, makeDotGapToCarouselStyle, makeFixedBgAttachment, makeGlobalSize, makeGlobalSizeHeightResponsive, makeGlobalSizeIcon, makeGlobalSizeWidthResponsive, makeHeight, makeLineClamp, makeStyle, makeStyleKey, makeStyleResponsive, makeStyleResponsiveByScreen, makeStyleResponsiveState, makeStyleState, makeStyleWithDefault, makeWidth, normalizeBuilderData, optionLayoutStyle, parseSelectedOption, parseValueWithUnit, prefetchQueries, props, removeAttrInStyle, removeNullUndefined, removePaddingYInStyle, removeUndefinedValuesFromObject, shopifyPriceRounding, splitStyle, styles, template, tiktokpixel, useAddToCart, useAddon, useAddons, useArticleListStore, useArticleStore, useArticlesQuery, useBlogsQuery, useBuilderComponent, useBuilderPreviewStore, useBuilderStore, useCartData, useCartDiscountCodesUpdate, useCartId, useCartLine, useCartLineStore, useCartNoteUpdate, useCartUI, useCheckAvailableVariantInStock, useCheckoutUrl, useCollection, useCollectionQuery, useCollectionStore, useCollectionsQuery, useConnectedShopify, useCreateCart, useCurrency, useCurrentDevice, useCurrentVariant, useCurrentVariantInStock, useEditorMode, useFeaturedImageGlobal, useFormatMoney, useHasPreSelected, useInitialSwatchesOptions, useInteraction, useIsSampleProduct, useIsStorefrontProduct, useIsSyncProduct, useIsomorphicLayoutEffect, useLazyVideo, useLoadScript, useLocale, useMatchMutate, useMobileOnly, useModalStore, useMoney, useMoneyFormat, usePageStore, usePageType, usePluginEnable, usePrevious, useProduct, useProductBundleDiscount, useProductList, useProductListProducts, useProductListSettings, useProductListStore, useProductListStyles, useProductOfferDiscount, useProductProperties, useProductQuery, useProductShopifyEditLink, useProductStore, useProductsQuery, useProductsQueryAll, useQuantity, useRemoveCartItem, useSection, useSectionStore, useSelectedOption, useShopStore, useShopifyLink, useStoreFront, useSuspenseFetch, useSwatches, useSwatchesOptions, useUniqProductID, useUpdateCartItem, useVariant, useVariantOutStock, useVariants, validateEmail };
|
|
42376
|
+
export { AddOn, AddonProvider, AddonProviderProps, AdvancedType, AirProductReview, AliReviewsWidgetType, AlignItemProp, AlignProp, AnimationBaseSetting, AnimationConfig, AnimationDirectionType, AnimationEasingType, AnimationFadeSettingType, AnimationSetting, AnimationSettingType, AnimationShakeSettingType, AnimationSlideSettingType, AnimationTrigger, AnimationTriggerType, AnimationType, AnimationZoomDirectionType, AnimationZoomSettingType, appAPI as AppAPIType, ArticleListProvider, ArticleListProviderProps, ArticleProvider, ArticleProviderProps, Background, BackgroundImageValue, BackgroundMedia, BackgroundVideoValue, BaseProps, BasePropsWrap, BlockEntity, BogosWidgetType, BoldSubscriptionsWidgetType, Border, BorderStyle, BuilderComponentProvider, BuilderComponentProviderProps, BuilderEntity, BuilderEntityNested, BuilderPreviewProvider, BuilderPreviewProviderProps, BuilderProvider, BuilderProviderProps, BuilderState, Builtin, CSSStateKey, CartLineProvider, CartLineProviderProps, CollectionDetailFilterDocument, CollectionDetailFilterQueryResponse, CollectionDetailFilterQueryVariables, CollectionDocument, CollectionProvider, CollectionProviderProps, CollectionQueryResponse, CollectionQueryVariables, CollectionSelectFragment, CollectionsDocument, CollectionsQueryResponse, CollectionsQueryVariables, ColorKey, ColorType$1 as ColorType, ColorValueType, Component, ComponentPreset, ComponentSetting, ContainerProp, ControlProp, ControlTriggerAction, ControlUI, CornerRadius, CornerRadiusType, CustomComponentConfig, DeepPartial, DynamicCollection, DynamicProduct, ExtractState, FastBundleWidgetType, FeraReviewsV3WidgetType, FeraReviewsWidgetType, FetchCollectionArgs, FetchFunc, FetchProductParams, FlexDirectionProp, FontName, GRADIENT_BGR_KEY, GlobalStyleConfig, GlobalStyleResponsiveConfig, GlobalSwatchesData, GraphQLConnection, GroupPropType, GrowaveWidgetTypeV1, GrowaveWidgetTypeV2, HSLAColorType, HSLColorType, HexColorType, ImageShape$1 as ImageShape, InitComponentType, InstantJudgeMeReviewsWidgetType, InstantKlaviyoWidgetType, InstantLooxReviewsWidgetType, Interaction, InteractionCondition, InteractionElement, InteractionTarget, InteractionTargetEvent, InteractionTargetEventObject, InteractionTriggerEvent, JudgeMeReviewsWidgetType, KlaviyoWidgetType, LaiProductReviewsAdvancedWidgetType, LaiProductReviewsWidgetType, LibrarySaleFunnelDocument, LibrarySaleFunnelQueryResponse, LibrarySaleFunnelQueryVariables, LibraryTemplateDocument, LibraryTemplateQueryResponse, LibraryTemplateQueryVariables, LooxReviewsWidgetType, LooxReviewsWidgetTypeV2, ModalProvider, ModalProviderProps, NameDevices$1 as NameDevices, NestedKeys, ObjectDeviceGlobalType, ObjectDevices, ObjectLayoutValue, OmnisendWidgetType, OnlyOne, OpinewDesignWidgetType, OpinewWidgetType, OptionNormalStyle, OptionSpecialStyle, Options$1 as Options, PaddingType, PageContext, PageProvider, PageProviderProps, PageType, PageViewUpDocument, PageViewUpMutationResponse, PageViewUpMutationVariables, PickyStoryWidgetType, PostPurchaseTypo, PreOrderNowWodWidgetType, PreviewThemePageDocument, PreviewThemePageQueryResponse, PreviewThemePageQueryVariables, Primitive, ProductInputAnalytic, ProductListProvider, ProductListProviderProps, ProductOffer, ProductProvider, ProductProviderProps, ProductReviewsWidgetType, ProductSelectFragment, ProductsDocument, ProductsQueryResponse, ProductsQueryVariables, PublicStoreFrontData, PublishedShopMetasDocument, PublishedShopMetasQueryResponse, PublishedThemePageSelectFragment, PublishedThemePagesDocument, PublishedThemePagesQueryResponse, PublishedThemePagesQueryVariables, QueryPublishedShopMetasArgs, RGBAColorType, RGBColorType, Ratio$1 as Ratio, RawChild, RenderMemo as Render, RenderChildren, RenderIf, Render as RenderLiquid, RenderMode, RenderPreviewMemo as RenderPreview, RequiredCursorEdge, ResponsiveKey, ResponsiveStateProp, RivyoWidgetType, RoundedSize, RyviuWidgetType, SaleFunnelDiscount$1 as SaleFunnelDiscount, SaleFunnelDiscountEdge$1 as SaleFunnelDiscountEdge, SaleFunnelDiscountObjectType$1 as SaleFunnelDiscountObjectType, SaleFunnelDiscountType$1 as SaleFunnelDiscountType, SaleFunnelDiscountValueType$1 as SaleFunnelDiscountValueType, SaleFunnelDiscountsDocument, SaleFunnelDiscountsQueryResponse, SaleFunnelDiscountsQueryVariables, Scalars$1 as Scalars, ScaleByDirection, SectionData, SectionEntity, SectionProvider, SectionProviderProps, SettingByAnimationType, SettingByAnimationValues, SettingUIGroup, ShadowProps, ShadowStyle, ShadowStyleApplied, ShadowType, ShopLibraryPageDocument, ShopLibraryPageQueryResponse, ShopLibraryPageQueryVariables, ShopProvider, ShopProviderProps, shop as ShopType, SizeProps, SizeSetting, SizeSettingGlobal, SizeType, SpacingType, StampedWidgetType, StateProp, StateSelector, StateType, StoreConfig, StorePropertyDocument, StorePropertyQueryResponse, StorePropertyQueryVariables, SwatchesOptionType, SwatchesOptionValue, TagShopWidgetType, ThemePageDocument, ThemePageQueryResponse, ThemePageQueryVariables, ThemeSectionStatus$1 as ThemeSectionStatus, TransformProp, TriggerConfig, TrustooWidgetType, TrustooWidgetTypeV2, TypographyProps, TypographySetting, TypographySettingV2, TypographyType, TypographyV2Attrs, TypographyV2Props, UltimateSalesBoostWidgetType, VariantSelectFragment, VitalsWidgetType, WiserV2WidgetType, WiserWidgetType, WrapRenderChildren, YotpoReviewsWidgetType, addAppBlockId, animations, baseAssetURL, calculateFirstProduct, checkAvailableVariantInStock, checkInStock, cls, composeAdvanceStyle, composeAdvanceStyleForPostPurchase, composeBackgroundCss, composeBackgroundImageCss, composeBorderCss, composeBorderResponsive, composeCornerCss, composeFallbackTypographyStyle, composeFontFamilyTypographyV2, composeGridLayout, composeMemo, composePositionLineHeight, composePostionIconList, composeRadius, composeRadiusResponsive, composeShadowCss, composeSize, composeSizeCss, composeSpacing, composeTextColorCss, composeTypography, composeTypographyAttr, composeTypographyClassName, composeTypographyCss, composeTypographyStyle, composeTypographyV2, composeTypographyV2Css, convertHTML, convertOldLayout, convertTextAlignToJustify, dataStringify, fetchMedias, fetchVariants, filterAttrInStyle, filterCornerInStyle, filterToolbarPreview, flattenConnection, formatMoney, fpixel, genSizeClass, genTypoClass, genVariable, generateCollectionQueryKey, generateProductQueryKey, generateProductsQueryKey, getAppBlocks, getAspectRatioGlobalSize, getBgImageByDevice, getBgImageSourceByDevice, getBorderRadiusStyle, getBorderStyle, getCarouselContainerHeight, getCollection, getCornerCSSFromGlobal, getCustomRadius, getGlobalColorCSSProp, getGlobalColorClass, getGlobalColorResponsiveClass, getGlobalColorResponsiveStyle, getGlobalColorStateClass, getGlobalColorStateClassDynamicBtn, getGlobalColorStateResponsiveClass, getGlobalColorStateResponsiveClassDynamicBtn, getGlobalColorStateResponsiveStyle, getGlobalColorStateStyle, getGlobalColorStyle, getGlobalSizeGap, getGradientBgrStyleByDevice, getGradientBgrStyleForButton, getHeightByShapeGlobalSize, getPaddingGlobalSize, getPaddingStyleByDevice, getProduct, getProductBySlug, getRadiusCSSFromGlobal, getRadiusStyleActiveState, getResponsiveStateValue, getResponsiveStylePadding, getResponsiveStyleShadow, getResponsiveStyleShadowWithoutState, getResponsiveValue, getResponsiveValueByScreen, getSelectedVariant, getShortName, getSingleColorVariable, getSpacingVariable, getStyleBackgroundByDevice, getStyleBackgroundImageByDevice, getStyleBgColor, getStyleBgImageSource, getStyleShadow, getStyleShadowState, getValueByDevice, getWidthByShapeGlobalSize, getWidthHeightGlobalSize, globalEvent, gridToArrayRegex, gtag, handleConvertBorderColor, handleConvertBorderStyle, handleConvertBorderWidth, handleConvertClassColor, handleConvertClassColorDynamicBtn, isBrowser, isColor, isColumnDirectionExist, isDefined, isEmptyChildren, isLocalEnv, isSafari, loadScript, makeAspectRatio, makeContainerWidthOrHeight, makeDotGapToCarouselStyle, makeFixedBgAttachment, makeGlobalSize, makeGlobalSizeHeightResponsive, makeGlobalSizeIcon, makeGlobalSizeWidthResponsive, makeHeight, makeLineClamp, makeStyle, makeStyleKey, makeStyleResponsive, makeStyleResponsiveByScreen, makeStyleResponsiveState, makeStyleState, makeStyleWithDefault, makeWidth, normalizeBuilderData, optionLayoutStyle, parseSelectedOption, parseValueWithUnit, prefetchQueries, props, removeAttrInStyle, removeNullUndefined, removePaddingYInStyle, removeUndefinedValuesFromObject, shopifyPriceRounding, splitStyle, styles, template, tiktokpixel, useAddToCart, useAddon, useAddons, useArticleListStore, useArticleStore, useArticlesQuery, useBlogsQuery, useBuilderComponent, useBuilderPreviewStore, useBuilderStore, useCartData, useCartDiscountCodesUpdate, useCartId, useCartLine, useCartLineStore, useCartNoteUpdate, useCartUI, useCheckAvailableVariantInStock, useCheckoutUrl, useCollection, useCollectionQuery, useCollectionStore, useCollectionsQuery, useConnectedShopify, useCreateCart, useCurrency, useCurrentDevice, useCurrentVariant, useCurrentVariantInStock, useEditorMode, useFeaturedImageGlobal, useFormatMoney, useHasPreSelected, useInitialSwatchesOptions, useInteraction, useIsSampleProduct, useIsStorefrontProduct, useIsSyncProduct, useIsomorphicLayoutEffect, useLazyVideo, useLoadScript, useLocale, useMatchMutate, useMobileOnly, useModalStore, useMoney, useMoneyFormat, usePageStore, usePageType, usePluginEnable, usePrevious, useProduct, useProductBundleDiscount, useProductList, useProductListProducts, useProductListSettings, useProductListStore, useProductListStyles, useProductOfferDiscount, useProductProperties, useProductQuery, useProductShopifyEditLink, useProductStore, useProductsQuery, useProductsQueryAll, useQuantity, useRemoveCartItem, useSection, useSectionStore, useSelectedOption, useShopStore, useShopifyLink, useStoreFront, useSuspenseFetch, useSwatches, useSwatchesOptions, useUniqProductID, useUpdateCartItem, useVariant, useVariantOutStock, useVariants, validateEmail };
|