@gem-sdk/core 1.58.0-dev.68 → 1.58.0-dev.69
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/third-party/appConfig.js +7 -0
- package/dist/cjs/helpers/third-party/appSetting.js +53 -0
- package/dist/cjs/helpers/third-party/constant.js +2 -1
- package/dist/esm/helpers/third-party/appConfig.js +7 -1
- package/dist/esm/helpers/third-party/appSetting.js +53 -0
- package/dist/esm/helpers/third-party/constant.js +3 -2
- package/package.json +1 -1
|
@@ -198,6 +198,12 @@ const AftershipEmailMarketingsmsConfig = {
|
|
|
198
198
|
appId: '2db13273-f8db-4274-be89-c86a3352fb70'
|
|
199
199
|
}
|
|
200
200
|
};
|
|
201
|
+
const SegunoEmailMarketingConfig = {
|
|
202
|
+
SegunoEmailMarketing: {
|
|
203
|
+
appName: 'seguno-email',
|
|
204
|
+
appId: 'db65571f-fa4d-473d-baa2-283a96dc76bc'
|
|
205
|
+
}
|
|
206
|
+
};
|
|
201
207
|
|
|
202
208
|
exports.AftershipEmailMarketingsmsConfig = AftershipEmailMarketingsmsConfig;
|
|
203
209
|
exports.AppointmentBookingCowlendarConfig = AppointmentBookingCowlendarConfig;
|
|
@@ -222,6 +228,7 @@ exports.ProductOptionsCustomizerConfig = ProductOptionsCustomizerConfig;
|
|
|
222
228
|
exports.PumperBundlesVolumeDiscountConfig = PumperBundlesVolumeDiscountConfig;
|
|
223
229
|
exports.RechargeSubscriptionsConfig = RechargeSubscriptionsConfig;
|
|
224
230
|
exports.ReviewxpoProductReviewsAppConfig = ReviewxpoProductReviewsAppConfig;
|
|
231
|
+
exports.SegunoEmailMarketingConfig = SegunoEmailMarketingConfig;
|
|
225
232
|
exports.SelleasyConfig = SelleasyConfig;
|
|
226
233
|
exports.ShopifyFormsConfig = ShopifyFormsConfig;
|
|
227
234
|
exports.SimpleBundlesKitsConfig = SimpleBundlesKitsConfig;
|
|
@@ -462,7 +462,60 @@ const AftershipEmailMarketingsms = {
|
|
|
462
462
|
}
|
|
463
463
|
}
|
|
464
464
|
};
|
|
465
|
+
const SegunoEmailMarketing = {
|
|
466
|
+
SegunoEmailMarketing: {
|
|
467
|
+
back_in_stock: {
|
|
468
|
+
heading: '<h3>Get notified when this is back in stock</h3>',
|
|
469
|
+
label_email: 'Email',
|
|
470
|
+
placeholder_email: '',
|
|
471
|
+
show_permission_checkbox: true,
|
|
472
|
+
label_permission: '<p>Also, sign up to receive newsletters</p>',
|
|
473
|
+
label_notify: 'Notify me',
|
|
474
|
+
label_success: '<p>Thanks! You will be notified once the product is back in stock.</p>',
|
|
475
|
+
product_exclusion_tag: 'back-in-stock-excluded',
|
|
476
|
+
default_variant: 'available',
|
|
477
|
+
padding: 0,
|
|
478
|
+
form_gap: 16,
|
|
479
|
+
button_alignment: 'stretch',
|
|
480
|
+
font_size: 16,
|
|
481
|
+
input_font_size: 16,
|
|
482
|
+
button_font_size: 16,
|
|
483
|
+
background_color: '#ffffff',
|
|
484
|
+
text_color: '#121212',
|
|
485
|
+
button_background_color: '#121212',
|
|
486
|
+
button_border_color: '#121212',
|
|
487
|
+
button_text_color: '#ffffff',
|
|
488
|
+
input_background_color: '#ffffff',
|
|
489
|
+
input_border_color: '#121212',
|
|
490
|
+
input_text_color: '#121212',
|
|
491
|
+
custom_css: ''
|
|
492
|
+
},
|
|
493
|
+
newsletter_form: {
|
|
494
|
+
heading: 'Subscribe to our newsletter',
|
|
495
|
+
subheading: '<p>Be the first to know about new collections and exclusive offers.</p>',
|
|
496
|
+
show_first_name: false,
|
|
497
|
+
show_last_name: false,
|
|
498
|
+
show_permission_checkbox: false,
|
|
499
|
+
tags: 'newsletter',
|
|
500
|
+
return_to: '',
|
|
501
|
+
label_first_name: 'First name',
|
|
502
|
+
placeholder_first_name: '',
|
|
503
|
+
label_last_name: 'Last name',
|
|
504
|
+
placeholder_last_name: '',
|
|
505
|
+
label_email: 'Email',
|
|
506
|
+
placeholder_email: '',
|
|
507
|
+
label_permission: '<p>I agree to receive marketing emails</p>',
|
|
508
|
+
label_subscribe: 'Subscribe',
|
|
509
|
+
success_message: 'Thanks for subscribing',
|
|
510
|
+
background_color: '#ffffff',
|
|
511
|
+
text_color: '#1a1b18',
|
|
512
|
+
button_background_color: '#445958',
|
|
513
|
+
button_text_color: '#ffffff'
|
|
514
|
+
}
|
|
515
|
+
}
|
|
516
|
+
};
|
|
465
517
|
const composeSettingsByWidgetType = {
|
|
518
|
+
...SegunoEmailMarketing,
|
|
466
519
|
...AftershipEmailMarketingsms,
|
|
467
520
|
...BestBuyFulfillment,
|
|
468
521
|
...GloboProductOptionsVariant,
|
|
@@ -35,7 +35,8 @@ const mapShopifyAppMeta = {
|
|
|
35
35
|
...appConfig.GloboProductOptionsVariantConfig,
|
|
36
36
|
...appConfig.KachingBundlesConfig,
|
|
37
37
|
...appConfig.BestBuyFulfillmentConfig,
|
|
38
|
-
...appConfig.AftershipEmailMarketingsmsConfig
|
|
38
|
+
...appConfig.AftershipEmailMarketingsmsConfig,
|
|
39
|
+
...appConfig.SegunoEmailMarketingConfig
|
|
39
40
|
};
|
|
40
41
|
const THIRD_PARTY_APP_BLOCK_ID_PREFIX = 'gp_app';
|
|
41
42
|
|
|
@@ -196,5 +196,11 @@ const AftershipEmailMarketingsmsConfig = {
|
|
|
196
196
|
appId: '2db13273-f8db-4274-be89-c86a3352fb70'
|
|
197
197
|
}
|
|
198
198
|
};
|
|
199
|
+
const SegunoEmailMarketingConfig = {
|
|
200
|
+
SegunoEmailMarketing: {
|
|
201
|
+
appName: 'seguno-email',
|
|
202
|
+
appId: 'db65571f-fa4d-473d-baa2-283a96dc76bc'
|
|
203
|
+
}
|
|
204
|
+
};
|
|
199
205
|
|
|
200
|
-
export { AftershipEmailMarketingsmsConfig, AppointmentBookingCowlendarConfig, BestBuyFulfillmentConfig, BoldSubscriptionsConfig, BonLoyaltyRewardsReferralsConfig, EasyBundleBuilderSkailamaConfig, FastBundleBundlesDiscountsConfig, FlyBundlesUpsellsFbtConfig, GloboProductOptionsVariantConfig, GrowaveConfig, InstasellShoppableInstagramConfig, JunipProductReviewsUgcConfig, KachingBundlesConfig, KiteFreeGiftDiscountConfig, LoloyalLoyaltyReferralsConfig, LoopSubscriptionsConfig, PowerfulContactFormBuilderConfig, PreorderNowPreOrderPqConfig, PreorderNowWodPresaleConfig, ProductOptionsCustomizerConfig, PumperBundlesVolumeDiscountConfig, RechargeSubscriptionsConfig, ReviewxpoProductReviewsAppConfig, SelleasyConfig, ShopifyFormsConfig, SimpleBundlesKitsConfig, SkioSubscriptionsYcS20Config, SproutPlantTreesGrowSalesConfig, SubifySubscriptionsConfig, UnlimitedBundlesDiscountsConfig, WhatmoreShoppableVideosreelConfig, WishlistKingConfig, YotpoReviewsV3UgcConfig };
|
|
206
|
+
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, UnlimitedBundlesDiscountsConfig, WhatmoreShoppableVideosreelConfig, WishlistKingConfig, YotpoReviewsV3UgcConfig };
|
|
@@ -460,7 +460,60 @@ const AftershipEmailMarketingsms = {
|
|
|
460
460
|
}
|
|
461
461
|
}
|
|
462
462
|
};
|
|
463
|
+
const SegunoEmailMarketing = {
|
|
464
|
+
SegunoEmailMarketing: {
|
|
465
|
+
back_in_stock: {
|
|
466
|
+
heading: '<h3>Get notified when this is back in stock</h3>',
|
|
467
|
+
label_email: 'Email',
|
|
468
|
+
placeholder_email: '',
|
|
469
|
+
show_permission_checkbox: true,
|
|
470
|
+
label_permission: '<p>Also, sign up to receive newsletters</p>',
|
|
471
|
+
label_notify: 'Notify me',
|
|
472
|
+
label_success: '<p>Thanks! You will be notified once the product is back in stock.</p>',
|
|
473
|
+
product_exclusion_tag: 'back-in-stock-excluded',
|
|
474
|
+
default_variant: 'available',
|
|
475
|
+
padding: 0,
|
|
476
|
+
form_gap: 16,
|
|
477
|
+
button_alignment: 'stretch',
|
|
478
|
+
font_size: 16,
|
|
479
|
+
input_font_size: 16,
|
|
480
|
+
button_font_size: 16,
|
|
481
|
+
background_color: '#ffffff',
|
|
482
|
+
text_color: '#121212',
|
|
483
|
+
button_background_color: '#121212',
|
|
484
|
+
button_border_color: '#121212',
|
|
485
|
+
button_text_color: '#ffffff',
|
|
486
|
+
input_background_color: '#ffffff',
|
|
487
|
+
input_border_color: '#121212',
|
|
488
|
+
input_text_color: '#121212',
|
|
489
|
+
custom_css: ''
|
|
490
|
+
},
|
|
491
|
+
newsletter_form: {
|
|
492
|
+
heading: 'Subscribe to our newsletter',
|
|
493
|
+
subheading: '<p>Be the first to know about new collections and exclusive offers.</p>',
|
|
494
|
+
show_first_name: false,
|
|
495
|
+
show_last_name: false,
|
|
496
|
+
show_permission_checkbox: false,
|
|
497
|
+
tags: 'newsletter',
|
|
498
|
+
return_to: '',
|
|
499
|
+
label_first_name: 'First name',
|
|
500
|
+
placeholder_first_name: '',
|
|
501
|
+
label_last_name: 'Last name',
|
|
502
|
+
placeholder_last_name: '',
|
|
503
|
+
label_email: 'Email',
|
|
504
|
+
placeholder_email: '',
|
|
505
|
+
label_permission: '<p>I agree to receive marketing emails</p>',
|
|
506
|
+
label_subscribe: 'Subscribe',
|
|
507
|
+
success_message: 'Thanks for subscribing',
|
|
508
|
+
background_color: '#ffffff',
|
|
509
|
+
text_color: '#1a1b18',
|
|
510
|
+
button_background_color: '#445958',
|
|
511
|
+
button_text_color: '#ffffff'
|
|
512
|
+
}
|
|
513
|
+
}
|
|
514
|
+
};
|
|
463
515
|
const composeSettingsByWidgetType = {
|
|
516
|
+
...SegunoEmailMarketing,
|
|
464
517
|
...AftershipEmailMarketingsms,
|
|
465
518
|
...BestBuyFulfillment,
|
|
466
519
|
...GloboProductOptionsVariant,
|
|
@@ -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 } 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 } from './appConfig.js';
|
|
2
2
|
|
|
3
3
|
const mapShopifyAppMeta = {
|
|
4
4
|
...RechargeSubscriptionsConfig,
|
|
@@ -33,7 +33,8 @@ const mapShopifyAppMeta = {
|
|
|
33
33
|
...GloboProductOptionsVariantConfig,
|
|
34
34
|
...KachingBundlesConfig,
|
|
35
35
|
...BestBuyFulfillmentConfig,
|
|
36
|
-
...AftershipEmailMarketingsmsConfig
|
|
36
|
+
...AftershipEmailMarketingsmsConfig,
|
|
37
|
+
...SegunoEmailMarketingConfig
|
|
37
38
|
};
|
|
38
39
|
const THIRD_PARTY_APP_BLOCK_ID_PREFIX = 'gp_app';
|
|
39
40
|
|