@gem-sdk/core 2.0.0-dev.292 → 2.0.0-dev.300

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.
@@ -138,7 +138,8 @@ function composeAdvanceStyle(data, tag, pageType) {
138
138
  'ProductButton',
139
139
  'DynamicCheckout',
140
140
  'ProductList',
141
- 'ProductQuantity'
141
+ 'ProductQuantity',
142
+ 'ProductVariants'
142
143
  ];
143
144
  const boostElements = [
144
145
  'Icon',
@@ -160,7 +161,8 @@ function composeAdvanceStyle(data, tag, pageType) {
160
161
  'FormEmail',
161
162
  'FormDropdown',
162
163
  'FormCheckbox',
163
- 'SubmitButton'
164
+ 'SubmitButton',
165
+ 'TextInput'
164
166
  ];
165
167
  const collectionElements = [
166
168
  'CollectionTitle',
@@ -330,6 +330,12 @@ const QikifyUpsellConfig = {
330
330
  appId: '2e94b962-8172-4839-8ad9-7837eb8b017a'
331
331
  }
332
332
  };
333
+ const EcoboostifyShoppableReelUgcConfig = {
334
+ EcoboostifyShoppableReelUgc: {
335
+ appName: 'ecoboostify',
336
+ appId: '24110205-fc49-453b-ac2b-ceea2bf6a8f3'
337
+ }
338
+ };
333
339
 
334
340
  exports.AftershipEmailMarketingsmsConfig = AftershipEmailMarketingsmsConfig;
335
341
  exports.AppointmentBookingCowlendarConfig = AppointmentBookingCowlendarConfig;
@@ -339,6 +345,7 @@ exports.BoldSubscriptionsConfig = BoldSubscriptionsConfig;
339
345
  exports.BonLoyaltyRewardsReferralsConfig = BonLoyaltyRewardsReferralsConfig;
340
346
  exports.BoostAISearchDiscoveryConfig = BoostAISearchDiscoveryConfig;
341
347
  exports.EasyBundleBuilderSkailamaConfig = EasyBundleBuilderSkailamaConfig;
348
+ exports.EcoboostifyShoppableReelUgcConfig = EcoboostifyShoppableReelUgcConfig;
342
349
  exports.EssentialAnnouncementBarConfig = EssentialAnnouncementBarConfig;
343
350
  exports.EssentialCountdownTimerBarConfig = EssentialCountdownTimerBarConfig;
344
351
  exports.EstimatedDeliveryDatePlusConfig = EstimatedDeliveryDatePlusConfig;
@@ -4,6 +4,31 @@ const RechargeSubscriptions = {
4
4
  RechargeSubscriptions: {
5
5
  'subscription-widget': {
6
6
  product: '{{ product }}'
7
+ },
8
+ 'subscription-widget-v2': {
9
+ default_selection: 'subscription',
10
+ first_selection_option: 'subscription',
11
+ display_mode: 'normal',
12
+ brand_color: '#121212',
13
+ brand_contrast_color: '#FFFFFF',
14
+ selected_bg_color: '#FFFFFF',
15
+ selected_text_color: '#121212',
16
+ text_color: '#121212',
17
+ border_radius: 'soft',
18
+ subscription_with_discount_label: 'Subscribe & save',
19
+ subscription_without_discount_label: 'Subscribe',
20
+ onetime_label: 'One-time',
21
+ frequency_label: 'Deliver every:',
22
+ frequency_display_type: 'buttonGroup',
23
+ frequency_display_content: 'interval',
24
+ badge_text: 'Save up to {maxDiscount}',
25
+ badge_text_color: '#FFFFFF',
26
+ badge_bg_color: '#0F866A',
27
+ benefits: '<ul><li>You save {discount}</li><li>Skip, delay or cancel any time</li><li>Free shipping in the US</li><li>Renew on your timeframe</li></ul>',
28
+ onetime_drawbacks: '',
29
+ learn_more_text: 'Learn more',
30
+ learn_more_content: '<style>rc-learn-more-modal h1 { font-size: 40px; line-height: 48px; font-weight: 600; text-align: center; padding-bottom: 32px; margin: 0;}rc-learn-more-modal h2 { padding: 0; margin: 0; font-size: 20px; line-height: 28px; font-weight: 600;}rc-learn-more-modal p { margin: 0; padding: 0; font-size: 16px; line-height: 24px;}rc-learn-more-modal .learn-more-content { padding: 0 20px 20px;}rc-learn-more-modal .learn-more-footer button { background-color: var(--rc-widget-brand-color); color: var(--rc-widget-brand-contrast-color); border: none; border-radius: var(--rc-widget-button-radius); padding: 12px; min-width: 335px; font-size: 16px; font-weight: 600; line-height: 24px; cursor: pointer; transition: background-color 0.1s ease;}rc-learn-more-modal .learn-more-footer button:hover { background-color: var(--rc-widget-brand-color-80);}rc-learn-more-modal .learn-more-footer { display: flex; justify-content: center;}rc-learn-more-modal .learn-more-group { display: flex; flex-direction: column; gap: 24px; margin-bottom: 24px;}rc-learn-more-modal .learn-more-group-item { display: flex; gap: 32px; align-items: center;}rc-learn-more-modal .learn-more-group-icon-container { display: flex; padding: 32px; background-color: #f6f8f9; border-radius: var(--rc-widget-card-radius);}rc-learn-more-modal svg, rc-learn-more-modal img { height: 40px; width: 40px;}@media (max-width: 560px) { rc-learn-more-modal h1 { font-size: 26px; line-height: 32px; padding-bottom: 16px; }rc-learn-more-modal h2 { font-size: 16px; line-height: 24px;}rc-learn-more-modal p { font-size: 14px; line-height: 20px;}rc-learn-more-modal .learn-more-content { padding: 0;}rc-learn-more-modal svg, rc-learn-more-modal img { height: 32px; width: 32px;}rc-learn-more-modal .learn-more-group-item { gap: 16px;}rc-learn-more-modal .learn-more-group-icon-container { padding: 20px;} }</style><div class="learn-more-content">\n<h1 class="learn-more-header">Great reasons to subscribe</h1> <div class="learn-more-group"> <div class="learn-more-group-item"> <div class="learn-more-group-icon-container"><span rc-calendar-icon></span></div> <div> <h2 style="margin:0;">Flexible frequency</h2> <p style="margin:0;"> Not sure how much of something you need, or how often? Adjust quantities and frequencies any time. </p> </div> </div> <div class="learn-more-group-item"> <div class="learn-more-group-icon-container"> <span rc-bell-icon></span> </div> <div> <h2>Order reminders</h2> <p> We\'ll let you know before each shipment. Delay, reschedule or cancel if you need to - we’ll only bill you when your order ships. </p> </div> </div> <div class="learn-more-group-item"> <div class="learn-more-group-icon-container"> <span rc-phone-icon></span> </div> <div> <h2>You\'re in control</h2> <p> Add or remove subscriptions, cancel orders, and edit frequencies and quantities through our user-friendly customer portal. </p> </div> </div> </div>\n</div><div class="learn-more-footer"><button data-dismiss-modal>Got it</button></div>',
31
+ frequency_display_translations: '{\n\t"days": "{interval} days", \n\t"day": "{interval} day", \n\t"weeks": "{interval} weeks", \n\t"week": "{interval} week", \n\t"months": "{interval} months", \n\t"month": "{interval} month", \n\t"save": "Save {discount}"\n}'
7
32
  }
8
33
  }
9
34
  };
@@ -239,6 +264,13 @@ const overrideSettings = (tag, currentSetting, appSetting)=>{
239
264
  product: appSetting?.['productHandle'] || '{{ product }}'
240
265
  };
241
266
  }
267
+ case 'EcoboostifyShoppableReelUgc':
268
+ {
269
+ return {
270
+ ...currentSetting,
271
+ playlist_id: appSetting?.['playlistId']
272
+ };
273
+ }
242
274
  default:
243
275
  return currentSetting;
244
276
  }
@@ -1168,6 +1200,13 @@ const QikifyUpsell = {
1168
1200
  }
1169
1201
  }
1170
1202
  };
1203
+ const EcoboostifyShoppableReelUgc = {
1204
+ EcoboostifyShoppableReelUgc: {
1205
+ 'reel-playlist': {
1206
+ playlist_id: ''
1207
+ }
1208
+ }
1209
+ };
1171
1210
  const composeSettingsByWidgetType = {
1172
1211
  ...HextomCountdownTimerBar,
1173
1212
  ...EstimatedDeliveryDatePlus,
@@ -1223,7 +1262,8 @@ const composeSettingsByWidgetType = {
1223
1262
  ...BfSizeChartSizeGuide,
1224
1263
  ...HextomFreeShippingBar,
1225
1264
  ...ShopifySubscriptions,
1226
- ...QikifyUpsell
1265
+ ...QikifyUpsell,
1266
+ ...EcoboostifyShoppableReelUgc
1227
1267
  };
1228
1268
 
1229
1269
  exports.composeSettingsByWidgetType = composeSettingsByWidgetType;
@@ -57,7 +57,8 @@ const mapShopifyAppMeta = {
57
57
  ...appConfig.BfSizeChartSizeGuideConfig,
58
58
  ...appConfig.HextomFreeShippingBarConfig,
59
59
  ...appConfig.ShopifySubscriptionsConfig,
60
- ...appConfig.QikifyUpsellConfig
60
+ ...appConfig.QikifyUpsellConfig,
61
+ ...appConfig.EcoboostifyShoppableReelUgcConfig
61
62
  };
62
63
  const THIRD_PARTY_APP_BLOCK_ID_PREFIX = 'gp_app';
63
64
 
@@ -136,7 +136,8 @@ function composeAdvanceStyle(data, tag, pageType) {
136
136
  'ProductButton',
137
137
  'DynamicCheckout',
138
138
  'ProductList',
139
- 'ProductQuantity'
139
+ 'ProductQuantity',
140
+ 'ProductVariants'
140
141
  ];
141
142
  const boostElements = [
142
143
  'Icon',
@@ -158,7 +159,8 @@ function composeAdvanceStyle(data, tag, pageType) {
158
159
  'FormEmail',
159
160
  'FormDropdown',
160
161
  'FormCheckbox',
161
- 'SubmitButton'
162
+ 'SubmitButton',
163
+ 'TextInput'
162
164
  ];
163
165
  const collectionElements = [
164
166
  'CollectionTitle',
@@ -328,5 +328,11 @@ const QikifyUpsellConfig = {
328
328
  appId: '2e94b962-8172-4839-8ad9-7837eb8b017a'
329
329
  }
330
330
  };
331
+ const EcoboostifyShoppableReelUgcConfig = {
332
+ EcoboostifyShoppableReelUgc: {
333
+ appName: 'ecoboostify',
334
+ appId: '24110205-fc49-453b-ac2b-ceea2bf6a8f3'
335
+ }
336
+ };
331
337
 
332
- export { AftershipEmailMarketingsmsConfig, AppointmentBookingCowlendarConfig, BestBuyFulfillmentConfig, BfSizeChartSizeGuideConfig, BoldSubscriptionsConfig, BonLoyaltyRewardsReferralsConfig, BoostAISearchDiscoveryConfig, EasyBundleBuilderSkailamaConfig, EssentialAnnouncementBarConfig, EssentialCountdownTimerBarConfig, EstimatedDeliveryDatePlusConfig, FastBundleBundlesDiscountsConfig, FlyBundlesUpsellsFbtConfig, GloColorSwatchvariantImageConfig, GloboProductOptionsVariantConfig, GrowaveConfig, HextomCountdownTimerBarConfig, HextomFreeShippingBarConfig, HulkProductOptionsConfig, InstasellShoppableInstagramConfig, JunipProductReviewsUgcConfig, KachingBundlesConfig, KiteFreeGiftDiscountConfig, LoloyalLoyaltyReferralsConfig, LoopSubscriptionsConfig, LooxReviewsConfig, MyappgurusProductReviewsConfig, OkendoReviewsLoyaltyConfig, PowerfulContactFormBuilderConfig, PreorderNowPreOrderPqConfig, PreorderNowWodPresaleConfig, ProductOptionsCustomizerConfig, PumperBundlesVolumeDiscountConfig, QikifyUpsellConfig, RechargeSubscriptionsConfig, ReviewxpoProductReviewsAppConfig, SegunoEmailMarketingConfig, SelleasyConfig, SeoantTrustBadgesIconConfig, ShopifyFormsConfig, ShopifySubscriptionsConfig, SimpleBundlesKitsConfig, SkioSubscriptionsYcS20Config, SproutPlantTreesGrowSalesConfig, StampedConfig, SubifySubscriptionsConfig, TrustBadgesBearConfig, TrustedsiteTrustBadgesConfig, TrustooConfig, TrustreviewsProductReviewsConfig, TrustshopProductReviewsConfig, UnlimitedBundlesDiscountsConfig, WhatmoreShoppableVideosreelConfig, WishlistKingConfig, YotpoReviewsV3UgcConfig };
338
+ export { AftershipEmailMarketingsmsConfig, AppointmentBookingCowlendarConfig, BestBuyFulfillmentConfig, BfSizeChartSizeGuideConfig, BoldSubscriptionsConfig, BonLoyaltyRewardsReferralsConfig, BoostAISearchDiscoveryConfig, EasyBundleBuilderSkailamaConfig, EcoboostifyShoppableReelUgcConfig, EssentialAnnouncementBarConfig, EssentialCountdownTimerBarConfig, EstimatedDeliveryDatePlusConfig, FastBundleBundlesDiscountsConfig, FlyBundlesUpsellsFbtConfig, GloColorSwatchvariantImageConfig, GloboProductOptionsVariantConfig, GrowaveConfig, HextomCountdownTimerBarConfig, HextomFreeShippingBarConfig, HulkProductOptionsConfig, InstasellShoppableInstagramConfig, JunipProductReviewsUgcConfig, KachingBundlesConfig, KiteFreeGiftDiscountConfig, LoloyalLoyaltyReferralsConfig, LoopSubscriptionsConfig, LooxReviewsConfig, MyappgurusProductReviewsConfig, OkendoReviewsLoyaltyConfig, PowerfulContactFormBuilderConfig, PreorderNowPreOrderPqConfig, PreorderNowWodPresaleConfig, ProductOptionsCustomizerConfig, PumperBundlesVolumeDiscountConfig, QikifyUpsellConfig, RechargeSubscriptionsConfig, ReviewxpoProductReviewsAppConfig, SegunoEmailMarketingConfig, SelleasyConfig, SeoantTrustBadgesIconConfig, ShopifyFormsConfig, ShopifySubscriptionsConfig, SimpleBundlesKitsConfig, SkioSubscriptionsYcS20Config, SproutPlantTreesGrowSalesConfig, StampedConfig, SubifySubscriptionsConfig, TrustBadgesBearConfig, TrustedsiteTrustBadgesConfig, TrustooConfig, TrustreviewsProductReviewsConfig, TrustshopProductReviewsConfig, UnlimitedBundlesDiscountsConfig, WhatmoreShoppableVideosreelConfig, WishlistKingConfig, YotpoReviewsV3UgcConfig };
@@ -2,6 +2,31 @@ const RechargeSubscriptions = {
2
2
  RechargeSubscriptions: {
3
3
  'subscription-widget': {
4
4
  product: '{{ product }}'
5
+ },
6
+ 'subscription-widget-v2': {
7
+ default_selection: 'subscription',
8
+ first_selection_option: 'subscription',
9
+ display_mode: 'normal',
10
+ brand_color: '#121212',
11
+ brand_contrast_color: '#FFFFFF',
12
+ selected_bg_color: '#FFFFFF',
13
+ selected_text_color: '#121212',
14
+ text_color: '#121212',
15
+ border_radius: 'soft',
16
+ subscription_with_discount_label: 'Subscribe & save',
17
+ subscription_without_discount_label: 'Subscribe',
18
+ onetime_label: 'One-time',
19
+ frequency_label: 'Deliver every:',
20
+ frequency_display_type: 'buttonGroup',
21
+ frequency_display_content: 'interval',
22
+ badge_text: 'Save up to {maxDiscount}',
23
+ badge_text_color: '#FFFFFF',
24
+ badge_bg_color: '#0F866A',
25
+ benefits: '<ul><li>You save {discount}</li><li>Skip, delay or cancel any time</li><li>Free shipping in the US</li><li>Renew on your timeframe</li></ul>',
26
+ onetime_drawbacks: '',
27
+ learn_more_text: 'Learn more',
28
+ learn_more_content: '<style>rc-learn-more-modal h1 { font-size: 40px; line-height: 48px; font-weight: 600; text-align: center; padding-bottom: 32px; margin: 0;}rc-learn-more-modal h2 { padding: 0; margin: 0; font-size: 20px; line-height: 28px; font-weight: 600;}rc-learn-more-modal p { margin: 0; padding: 0; font-size: 16px; line-height: 24px;}rc-learn-more-modal .learn-more-content { padding: 0 20px 20px;}rc-learn-more-modal .learn-more-footer button { background-color: var(--rc-widget-brand-color); color: var(--rc-widget-brand-contrast-color); border: none; border-radius: var(--rc-widget-button-radius); padding: 12px; min-width: 335px; font-size: 16px; font-weight: 600; line-height: 24px; cursor: pointer; transition: background-color 0.1s ease;}rc-learn-more-modal .learn-more-footer button:hover { background-color: var(--rc-widget-brand-color-80);}rc-learn-more-modal .learn-more-footer { display: flex; justify-content: center;}rc-learn-more-modal .learn-more-group { display: flex; flex-direction: column; gap: 24px; margin-bottom: 24px;}rc-learn-more-modal .learn-more-group-item { display: flex; gap: 32px; align-items: center;}rc-learn-more-modal .learn-more-group-icon-container { display: flex; padding: 32px; background-color: #f6f8f9; border-radius: var(--rc-widget-card-radius);}rc-learn-more-modal svg, rc-learn-more-modal img { height: 40px; width: 40px;}@media (max-width: 560px) { rc-learn-more-modal h1 { font-size: 26px; line-height: 32px; padding-bottom: 16px; }rc-learn-more-modal h2 { font-size: 16px; line-height: 24px;}rc-learn-more-modal p { font-size: 14px; line-height: 20px;}rc-learn-more-modal .learn-more-content { padding: 0;}rc-learn-more-modal svg, rc-learn-more-modal img { height: 32px; width: 32px;}rc-learn-more-modal .learn-more-group-item { gap: 16px;}rc-learn-more-modal .learn-more-group-icon-container { padding: 20px;} }</style><div class="learn-more-content">\n<h1 class="learn-more-header">Great reasons to subscribe</h1> <div class="learn-more-group"> <div class="learn-more-group-item"> <div class="learn-more-group-icon-container"><span rc-calendar-icon></span></div> <div> <h2 style="margin:0;">Flexible frequency</h2> <p style="margin:0;"> Not sure how much of something you need, or how often? Adjust quantities and frequencies any time. </p> </div> </div> <div class="learn-more-group-item"> <div class="learn-more-group-icon-container"> <span rc-bell-icon></span> </div> <div> <h2>Order reminders</h2> <p> We\'ll let you know before each shipment. Delay, reschedule or cancel if you need to - we’ll only bill you when your order ships. </p> </div> </div> <div class="learn-more-group-item"> <div class="learn-more-group-icon-container"> <span rc-phone-icon></span> </div> <div> <h2>You\'re in control</h2> <p> Add or remove subscriptions, cancel orders, and edit frequencies and quantities through our user-friendly customer portal. </p> </div> </div> </div>\n</div><div class="learn-more-footer"><button data-dismiss-modal>Got it</button></div>',
29
+ frequency_display_translations: '{\n\t"days": "{interval} days", \n\t"day": "{interval} day", \n\t"weeks": "{interval} weeks", \n\t"week": "{interval} week", \n\t"months": "{interval} months", \n\t"month": "{interval} month", \n\t"save": "Save {discount}"\n}'
5
30
  }
6
31
  }
7
32
  };
@@ -237,6 +262,13 @@ const overrideSettings = (tag, currentSetting, appSetting)=>{
237
262
  product: appSetting?.['productHandle'] || '{{ product }}'
238
263
  };
239
264
  }
265
+ case 'EcoboostifyShoppableReelUgc':
266
+ {
267
+ return {
268
+ ...currentSetting,
269
+ playlist_id: appSetting?.['playlistId']
270
+ };
271
+ }
240
272
  default:
241
273
  return currentSetting;
242
274
  }
@@ -1166,6 +1198,13 @@ const QikifyUpsell = {
1166
1198
  }
1167
1199
  }
1168
1200
  };
1201
+ const EcoboostifyShoppableReelUgc = {
1202
+ EcoboostifyShoppableReelUgc: {
1203
+ 'reel-playlist': {
1204
+ playlist_id: ''
1205
+ }
1206
+ }
1207
+ };
1169
1208
  const composeSettingsByWidgetType = {
1170
1209
  ...HextomCountdownTimerBar,
1171
1210
  ...EstimatedDeliveryDatePlus,
@@ -1221,7 +1260,8 @@ const composeSettingsByWidgetType = {
1221
1260
  ...BfSizeChartSizeGuide,
1222
1261
  ...HextomFreeShippingBar,
1223
1262
  ...ShopifySubscriptions,
1224
- ...QikifyUpsell
1263
+ ...QikifyUpsell,
1264
+ ...EcoboostifyShoppableReelUgc
1225
1265
  };
1226
1266
 
1227
1267
  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, LooxReviewsConfig, SeoantTrustBadgesIconConfig, TrustreviewsProductReviewsConfig, MyappgurusProductReviewsConfig, HulkProductOptionsConfig, TrustshopProductReviewsConfig, StampedConfig, BoostAISearchDiscoveryConfig, EssentialCountdownTimerBarConfig, EssentialAnnouncementBarConfig, OkendoReviewsLoyaltyConfig, EstimatedDeliveryDatePlusConfig, HextomCountdownTimerBarConfig, TrustBadgesBearConfig, TrustedsiteTrustBadgesConfig, GloColorSwatchvariantImageConfig, BfSizeChartSizeGuideConfig, HextomFreeShippingBarConfig, ShopifySubscriptionsConfig, QikifyUpsellConfig } 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, SeoantTrustBadgesIconConfig, TrustreviewsProductReviewsConfig, MyappgurusProductReviewsConfig, HulkProductOptionsConfig, TrustshopProductReviewsConfig, StampedConfig, BoostAISearchDiscoveryConfig, EssentialCountdownTimerBarConfig, EssentialAnnouncementBarConfig, OkendoReviewsLoyaltyConfig, EstimatedDeliveryDatePlusConfig, HextomCountdownTimerBarConfig, TrustBadgesBearConfig, TrustedsiteTrustBadgesConfig, GloColorSwatchvariantImageConfig, BfSizeChartSizeGuideConfig, HextomFreeShippingBarConfig, ShopifySubscriptionsConfig, QikifyUpsellConfig, EcoboostifyShoppableReelUgcConfig } from './appConfig.js';
2
2
 
3
3
  const mapShopifyAppMeta = {
4
4
  ...RechargeSubscriptionsConfig,
@@ -55,7 +55,8 @@ const mapShopifyAppMeta = {
55
55
  ...BfSizeChartSizeGuideConfig,
56
56
  ...HextomFreeShippingBarConfig,
57
57
  ...ShopifySubscriptionsConfig,
58
- ...QikifyUpsellConfig
58
+ ...QikifyUpsellConfig,
59
+ ...EcoboostifyShoppableReelUgcConfig
59
60
  };
60
61
  const THIRD_PARTY_APP_BLOCK_ID_PREFIX = 'gp_app';
61
62
 
@@ -8130,6 +8130,7 @@ type TextareaControlType<T> = SharedControlType<T> & {
8130
8130
  autoHeight?: boolean;
8131
8131
  defaultRows?: number;
8132
8132
  showPlusBtn?: boolean;
8133
+ isFallback?: boolean;
8133
8134
  suggestContents?: {
8134
8135
  message: string;
8135
8136
  eg?: string;
@@ -8266,6 +8267,7 @@ type SettingUICompo = {
8266
8267
  isHideClear?: boolean;
8267
8268
  disableClearMessage?: string;
8268
8269
  iconPrefix?: string;
8270
+ disableScrollbar?: boolean;
8269
8271
  };
8270
8272
  type SettingUIMoreSetting = {
8271
8273
  label?: LabelWithLang;
@@ -8757,6 +8759,7 @@ type DropdownInput<T> = SharedControlType<T> & {
8757
8759
  showValue?: boolean;
8758
8760
  }[];
8759
8761
  isRowWith?: boolean;
8762
+ fallbackValue?: string | number;
8760
8763
  };
8761
8764
 
8762
8765
  type Dropdown<T> = SharedControlType<T> & {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gem-sdk/core",
3
- "version": "2.0.0-dev.292",
3
+ "version": "2.0.0-dev.300",
4
4
  "license": "MIT",
5
5
  "sideEffects": false,
6
6
  "main": "dist/cjs/index.js",