@gem-sdk/core 1.56.0-staging.18 → 1.56.0-staging.20

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.
@@ -144,8 +144,15 @@ const InstasellShoppableInstagramConfig = {
144
144
  appId: '38d643ac-410a-4b2c-a727-6125ff08e444'
145
145
  }
146
146
  };
147
+ const BoldSubscriptionsConfig = {
148
+ BoldSubscriptions: {
149
+ appName: 'bold-subscriptions',
150
+ appId: '9ceb49f0-5fe5-4b5e-943d-f8af8985167d'
151
+ }
152
+ };
147
153
 
148
154
  exports.AppointmentBookingCowlendarConfig = AppointmentBookingCowlendarConfig;
155
+ exports.BoldSubscriptionsConfig = BoldSubscriptionsConfig;
149
156
  exports.BonLoyaltyRewardsReferralsConfig = BonLoyaltyRewardsReferralsConfig;
150
157
  exports.EasyBundleBuilderSkailamaConfig = EasyBundleBuilderSkailamaConfig;
151
158
  exports.FastBundleBundlesDiscountsConfig = FastBundleBundlesDiscountsConfig;
@@ -217,77 +217,77 @@ const YotpoReviews = {
217
217
  const WhatmoreShoppableVideosreel = {
218
218
  WhatmoreShoppableVideosreel: {
219
219
  'app-block': {
220
- "heading": "Watch and Buy",
221
- "template-type": "template-f",
222
- "show-views": "show",
223
- "ui-theme": "round",
224
- "color-primary": "#343434",
225
- "color-secondary": "#343434",
226
- "title-font": "poppins_n4",
227
- "primary-font": "poppins_n4",
228
- "title-font-size": 40,
229
- "title-font-size-portrait": 24,
230
- "landscape-padding": 40,
231
- "top-bottom-padding": 20,
232
- "scroll-video-tile-size": 80,
233
- "scroll-video-tile-size-portrait": 80,
234
- "min-height": 380
220
+ heading: 'Watch and Buy',
221
+ 'template-type': 'template-f',
222
+ 'show-views': 'show',
223
+ 'ui-theme': 'round',
224
+ 'color-primary': '#343434',
225
+ 'color-secondary': '#343434',
226
+ 'title-font': 'poppins_n4',
227
+ 'primary-font': 'poppins_n4',
228
+ 'title-font-size': 40,
229
+ 'title-font-size-portrait': 24,
230
+ 'landscape-padding': 40,
231
+ 'top-bottom-padding': 20,
232
+ 'scroll-video-tile-size': 80,
233
+ 'scroll-video-tile-size-portrait': 80,
234
+ 'min-height': 380
235
235
  },
236
236
  'app-block-banner': {
237
- "template-type": "template-banner-a",
238
- "ui-theme": "round",
239
- "banner-video-tile-size": 80
237
+ 'template-type': 'template-banner-a',
238
+ 'ui-theme': 'round',
239
+ 'banner-video-tile-size': 80
240
240
  },
241
241
  'app-block-collections': {
242
- "collectionHeading": "W",
243
- "template-type": "template-collections-b",
244
- "ui-theme": "round",
245
- "color-secondary": "#343434",
246
- "primary-font": "poppins_n4",
247
- "tile-size": 60,
248
- "tile-size-portrait": 60,
249
- "min-height": 250
242
+ collectionHeading: 'W',
243
+ 'template-type': 'template-collections-b',
244
+ 'ui-theme': 'round',
245
+ 'color-secondary': '#343434',
246
+ 'primary-font': 'poppins_n4',
247
+ 'tile-size': 60,
248
+ 'tile-size-portrait': 60,
249
+ 'min-height': 250
250
250
  },
251
251
  'app-block-stories': {
252
- "template-type": "template-stories-a",
253
- "ui-theme": "round",
254
- "color-primary": "#343434",
255
- "color-secondary": "#343434",
256
- "primary-font": "poppins_n4",
257
- "stories-top-bottom-padding": 0,
258
- "story-tile-size": 40,
259
- "story-tile-size-desktop": 40
252
+ 'template-type': 'template-stories-a',
253
+ 'ui-theme': 'round',
254
+ 'color-primary': '#343434',
255
+ 'color-secondary': '#343434',
256
+ 'primary-font': 'poppins_n4',
257
+ 'stories-top-bottom-padding': 0,
258
+ 'story-tile-size': 40,
259
+ 'story-tile-size-desktop': 40
260
260
  }
261
261
  }
262
262
  };
263
263
  const ProductOptionsCustomizer = {
264
264
  ProductOptionsCustomizer: {
265
265
  'product-page-customizer': {
266
- "pc_container_size": 100,
267
- "pc_show_options_total": "initial",
268
- "pc_customizations_total_text": "Customizations Total:",
269
- "pc_show_preloader": "hide",
270
- "pc_preloader_color": "",
271
- "pc_ignore_redirect_command": true,
272
- "pc_basic_label_text_color": "#000000",
273
- "pc_basic_label_font_size": 14,
274
- "pc_basic_label_bolden": "unset",
275
- "pc_basic_label_space_above": 0,
276
- "pc_basic_option_background_color": "#FFFFFF",
277
- "pc_basic_option_text_color": "#000000",
278
- "pc_basic_option_border_color": "#000000",
279
- "pc_basic_option_border_style": "solid",
280
- "pc_basic_option_border_width": 1,
281
- "pc_basic_option_curve_the_corners": "none",
282
- "pc_basic_option_font_size": 14,
283
- "pc_basic_option_bolden": "none",
284
- "pc_basic_option_width": 100,
285
- "pc_basic_option_space_above": 0,
286
- "pc_basic_option_space_below": 0,
287
- "pc_basic_option_space_inside": 10,
288
- "pc_advanced_custom_css": "",
289
- "pc_advanced_custom_js": "",
290
- "pc_show_image_swatch_preview": false
266
+ pc_container_size: 100,
267
+ pc_show_options_total: 'initial',
268
+ pc_customizations_total_text: 'Customizations Total:',
269
+ pc_show_preloader: 'hide',
270
+ pc_preloader_color: '',
271
+ pc_ignore_redirect_command: true,
272
+ pc_basic_label_text_color: '#000000',
273
+ pc_basic_label_font_size: 14,
274
+ pc_basic_label_bolden: 'unset',
275
+ pc_basic_label_space_above: 0,
276
+ pc_basic_option_background_color: '#FFFFFF',
277
+ pc_basic_option_text_color: '#000000',
278
+ pc_basic_option_border_color: '#000000',
279
+ pc_basic_option_border_style: 'solid',
280
+ pc_basic_option_border_width: 1,
281
+ pc_basic_option_curve_the_corners: 'none',
282
+ pc_basic_option_font_size: 14,
283
+ pc_basic_option_bolden: 'none',
284
+ pc_basic_option_width: 100,
285
+ pc_basic_option_space_above: 0,
286
+ pc_basic_option_space_below: 0,
287
+ pc_basic_option_space_inside: 10,
288
+ pc_advanced_custom_css: '',
289
+ pc_advanced_custom_js: '',
290
+ pc_show_image_swatch_preview: false
291
291
  }
292
292
  }
293
293
  };
@@ -313,6 +313,37 @@ const InstasellShoppableInstagram = {
313
313
  }
314
314
  }
315
315
  };
316
+ const BoldSubscriptions = {
317
+ BoldSubscriptions: {
318
+ 'bsub-widget-block': {
319
+ default_subscribe: true,
320
+ primary_color: '#3b63ff',
321
+ secondary_color: '#7dba63',
322
+ background_color: '#f8f9f9',
323
+ border_radius: 4,
324
+ header_text: 'Purchase Options',
325
+ one_time_text: 'One-time Purchase',
326
+ recurring_text: 'Subscribe and Save',
327
+ prepaid_recurring_text: 'Prepaid Subscribe and Save',
328
+ discount_summary_text: '(Save {discount})',
329
+ discount_summary_plural_text: '(Save up to {discount})',
330
+ frequency_header: 'Delivery Frequency',
331
+ frequency_text: 'delivery',
332
+ prepaid_checkbox_label_text: 'Prepay for subscription',
333
+ billing_frequency_header: 'Billing Frequency',
334
+ billing_frequency_text: '{count} Orders',
335
+ delivery_frequency_discount_text: '({discount} off)',
336
+ billing_frequency_discount_text: '({discount} off)',
337
+ prepaid_total_text: 'Billed {price} today',
338
+ prepaid_continue_as_prepaid_text: 'Prepaid order will auto-renew after {count} orders',
339
+ prepaid_continue_as_standard_text: 'Becomes a regular subscription after {count} orders',
340
+ convertible_header: 'Converts to',
341
+ eligible_for_subscription_header: 'Eligible for Subscription',
342
+ initial_dynamic_discount_text: 'Save {initial_percent_discount}% ({initial_fixed_discount})',
343
+ subsequent_dynamic_discounts_text: '{subsequent_percent_discount}% ({subsequent_fixed_discount}) after {order_count} order(s)'
344
+ }
345
+ }
346
+ };
316
347
  const composeSettingsByWidgetType = {
317
348
  ...InstasellShoppableInstagram,
318
349
  ...SproutPlantTreesGrowSales,
@@ -337,7 +368,8 @@ const composeSettingsByWidgetType = {
337
368
  ...LoyaltyRewardsReferrals,
338
369
  ...SubifySubscriptions,
339
370
  ...SelleasyWidget,
340
- ...YotpoReviews
371
+ ...YotpoReviews,
372
+ ...BoldSubscriptions
341
373
  };
342
374
 
343
375
  exports.composeSettingsByWidgetType = composeSettingsByWidgetType;
@@ -26,7 +26,8 @@ const mapShopifyAppMeta = {
26
26
  ...appConfig.ProductOptionsCustomizerConfig,
27
27
  ...appConfig.AppointmentBookingCowlendarConfig,
28
28
  ...appConfig.SproutPlantTreesGrowSalesConfig,
29
- ...appConfig.InstasellShoppableInstagramConfig
29
+ ...appConfig.InstasellShoppableInstagramConfig,
30
+ ...appConfig.BoldSubscriptionsConfig
30
31
  };
31
32
  const THIRD_PARTY_APP_BLOCK_ID_PREFIX = 'gp_app';
32
33
 
@@ -142,5 +142,11 @@ const InstasellShoppableInstagramConfig = {
142
142
  appId: '38d643ac-410a-4b2c-a727-6125ff08e444'
143
143
  }
144
144
  };
145
+ const BoldSubscriptionsConfig = {
146
+ BoldSubscriptions: {
147
+ appName: 'bold-subscriptions',
148
+ appId: '9ceb49f0-5fe5-4b5e-943d-f8af8985167d'
149
+ }
150
+ };
145
151
 
146
- export { AppointmentBookingCowlendarConfig, BonLoyaltyRewardsReferralsConfig, EasyBundleBuilderSkailamaConfig, FastBundleBundlesDiscountsConfig, FlyBundlesUpsellsFbtConfig, InstasellShoppableInstagramConfig, JunipProductReviewsUgcConfig, KiteFreeGiftDiscountConfig, LoopSubscriptionsConfig, PreorderNowPreOrderPqConfig, PreorderNowWodPresaleConfig, ProductOptionsCustomizerConfig, PumperBundlesVolumeDiscountConfig, RechargeSubscriptionsConfig, ReviewxpoProductReviewsAppConfig, SelleasyConfig, ShopifyFormsConfig, SimpleBundlesKitsConfig, SkioSubscriptionsYcS20Config, SproutPlantTreesGrowSalesConfig, SubifySubscriptionsConfig, UnlimitedBundlesDiscountsConfig, WhatmoreShoppableVideosreelConfig, YotpoReviewsV3UgcConfig };
152
+ export { AppointmentBookingCowlendarConfig, BoldSubscriptionsConfig, BonLoyaltyRewardsReferralsConfig, EasyBundleBuilderSkailamaConfig, FastBundleBundlesDiscountsConfig, FlyBundlesUpsellsFbtConfig, InstasellShoppableInstagramConfig, JunipProductReviewsUgcConfig, KiteFreeGiftDiscountConfig, LoopSubscriptionsConfig, PreorderNowPreOrderPqConfig, PreorderNowWodPresaleConfig, ProductOptionsCustomizerConfig, PumperBundlesVolumeDiscountConfig, RechargeSubscriptionsConfig, ReviewxpoProductReviewsAppConfig, SelleasyConfig, ShopifyFormsConfig, SimpleBundlesKitsConfig, SkioSubscriptionsYcS20Config, SproutPlantTreesGrowSalesConfig, SubifySubscriptionsConfig, UnlimitedBundlesDiscountsConfig, WhatmoreShoppableVideosreelConfig, YotpoReviewsV3UgcConfig };
@@ -215,77 +215,77 @@ const YotpoReviews = {
215
215
  const WhatmoreShoppableVideosreel = {
216
216
  WhatmoreShoppableVideosreel: {
217
217
  'app-block': {
218
- "heading": "Watch and Buy",
219
- "template-type": "template-f",
220
- "show-views": "show",
221
- "ui-theme": "round",
222
- "color-primary": "#343434",
223
- "color-secondary": "#343434",
224
- "title-font": "poppins_n4",
225
- "primary-font": "poppins_n4",
226
- "title-font-size": 40,
227
- "title-font-size-portrait": 24,
228
- "landscape-padding": 40,
229
- "top-bottom-padding": 20,
230
- "scroll-video-tile-size": 80,
231
- "scroll-video-tile-size-portrait": 80,
232
- "min-height": 380
218
+ heading: 'Watch and Buy',
219
+ 'template-type': 'template-f',
220
+ 'show-views': 'show',
221
+ 'ui-theme': 'round',
222
+ 'color-primary': '#343434',
223
+ 'color-secondary': '#343434',
224
+ 'title-font': 'poppins_n4',
225
+ 'primary-font': 'poppins_n4',
226
+ 'title-font-size': 40,
227
+ 'title-font-size-portrait': 24,
228
+ 'landscape-padding': 40,
229
+ 'top-bottom-padding': 20,
230
+ 'scroll-video-tile-size': 80,
231
+ 'scroll-video-tile-size-portrait': 80,
232
+ 'min-height': 380
233
233
  },
234
234
  'app-block-banner': {
235
- "template-type": "template-banner-a",
236
- "ui-theme": "round",
237
- "banner-video-tile-size": 80
235
+ 'template-type': 'template-banner-a',
236
+ 'ui-theme': 'round',
237
+ 'banner-video-tile-size': 80
238
238
  },
239
239
  'app-block-collections': {
240
- "collectionHeading": "W",
241
- "template-type": "template-collections-b",
242
- "ui-theme": "round",
243
- "color-secondary": "#343434",
244
- "primary-font": "poppins_n4",
245
- "tile-size": 60,
246
- "tile-size-portrait": 60,
247
- "min-height": 250
240
+ collectionHeading: 'W',
241
+ 'template-type': 'template-collections-b',
242
+ 'ui-theme': 'round',
243
+ 'color-secondary': '#343434',
244
+ 'primary-font': 'poppins_n4',
245
+ 'tile-size': 60,
246
+ 'tile-size-portrait': 60,
247
+ 'min-height': 250
248
248
  },
249
249
  'app-block-stories': {
250
- "template-type": "template-stories-a",
251
- "ui-theme": "round",
252
- "color-primary": "#343434",
253
- "color-secondary": "#343434",
254
- "primary-font": "poppins_n4",
255
- "stories-top-bottom-padding": 0,
256
- "story-tile-size": 40,
257
- "story-tile-size-desktop": 40
250
+ 'template-type': 'template-stories-a',
251
+ 'ui-theme': 'round',
252
+ 'color-primary': '#343434',
253
+ 'color-secondary': '#343434',
254
+ 'primary-font': 'poppins_n4',
255
+ 'stories-top-bottom-padding': 0,
256
+ 'story-tile-size': 40,
257
+ 'story-tile-size-desktop': 40
258
258
  }
259
259
  }
260
260
  };
261
261
  const ProductOptionsCustomizer = {
262
262
  ProductOptionsCustomizer: {
263
263
  'product-page-customizer': {
264
- "pc_container_size": 100,
265
- "pc_show_options_total": "initial",
266
- "pc_customizations_total_text": "Customizations Total:",
267
- "pc_show_preloader": "hide",
268
- "pc_preloader_color": "",
269
- "pc_ignore_redirect_command": true,
270
- "pc_basic_label_text_color": "#000000",
271
- "pc_basic_label_font_size": 14,
272
- "pc_basic_label_bolden": "unset",
273
- "pc_basic_label_space_above": 0,
274
- "pc_basic_option_background_color": "#FFFFFF",
275
- "pc_basic_option_text_color": "#000000",
276
- "pc_basic_option_border_color": "#000000",
277
- "pc_basic_option_border_style": "solid",
278
- "pc_basic_option_border_width": 1,
279
- "pc_basic_option_curve_the_corners": "none",
280
- "pc_basic_option_font_size": 14,
281
- "pc_basic_option_bolden": "none",
282
- "pc_basic_option_width": 100,
283
- "pc_basic_option_space_above": 0,
284
- "pc_basic_option_space_below": 0,
285
- "pc_basic_option_space_inside": 10,
286
- "pc_advanced_custom_css": "",
287
- "pc_advanced_custom_js": "",
288
- "pc_show_image_swatch_preview": false
264
+ pc_container_size: 100,
265
+ pc_show_options_total: 'initial',
266
+ pc_customizations_total_text: 'Customizations Total:',
267
+ pc_show_preloader: 'hide',
268
+ pc_preloader_color: '',
269
+ pc_ignore_redirect_command: true,
270
+ pc_basic_label_text_color: '#000000',
271
+ pc_basic_label_font_size: 14,
272
+ pc_basic_label_bolden: 'unset',
273
+ pc_basic_label_space_above: 0,
274
+ pc_basic_option_background_color: '#FFFFFF',
275
+ pc_basic_option_text_color: '#000000',
276
+ pc_basic_option_border_color: '#000000',
277
+ pc_basic_option_border_style: 'solid',
278
+ pc_basic_option_border_width: 1,
279
+ pc_basic_option_curve_the_corners: 'none',
280
+ pc_basic_option_font_size: 14,
281
+ pc_basic_option_bolden: 'none',
282
+ pc_basic_option_width: 100,
283
+ pc_basic_option_space_above: 0,
284
+ pc_basic_option_space_below: 0,
285
+ pc_basic_option_space_inside: 10,
286
+ pc_advanced_custom_css: '',
287
+ pc_advanced_custom_js: '',
288
+ pc_show_image_swatch_preview: false
289
289
  }
290
290
  }
291
291
  };
@@ -311,6 +311,37 @@ const InstasellShoppableInstagram = {
311
311
  }
312
312
  }
313
313
  };
314
+ const BoldSubscriptions = {
315
+ BoldSubscriptions: {
316
+ 'bsub-widget-block': {
317
+ default_subscribe: true,
318
+ primary_color: '#3b63ff',
319
+ secondary_color: '#7dba63',
320
+ background_color: '#f8f9f9',
321
+ border_radius: 4,
322
+ header_text: 'Purchase Options',
323
+ one_time_text: 'One-time Purchase',
324
+ recurring_text: 'Subscribe and Save',
325
+ prepaid_recurring_text: 'Prepaid Subscribe and Save',
326
+ discount_summary_text: '(Save {discount})',
327
+ discount_summary_plural_text: '(Save up to {discount})',
328
+ frequency_header: 'Delivery Frequency',
329
+ frequency_text: 'delivery',
330
+ prepaid_checkbox_label_text: 'Prepay for subscription',
331
+ billing_frequency_header: 'Billing Frequency',
332
+ billing_frequency_text: '{count} Orders',
333
+ delivery_frequency_discount_text: '({discount} off)',
334
+ billing_frequency_discount_text: '({discount} off)',
335
+ prepaid_total_text: 'Billed {price} today',
336
+ prepaid_continue_as_prepaid_text: 'Prepaid order will auto-renew after {count} orders',
337
+ prepaid_continue_as_standard_text: 'Becomes a regular subscription after {count} orders',
338
+ convertible_header: 'Converts to',
339
+ eligible_for_subscription_header: 'Eligible for Subscription',
340
+ initial_dynamic_discount_text: 'Save {initial_percent_discount}% ({initial_fixed_discount})',
341
+ subsequent_dynamic_discounts_text: '{subsequent_percent_discount}% ({subsequent_fixed_discount}) after {order_count} order(s)'
342
+ }
343
+ }
344
+ };
314
345
  const composeSettingsByWidgetType = {
315
346
  ...InstasellShoppableInstagram,
316
347
  ...SproutPlantTreesGrowSales,
@@ -335,7 +366,8 @@ const composeSettingsByWidgetType = {
335
366
  ...LoyaltyRewardsReferrals,
336
367
  ...SubifySubscriptions,
337
368
  ...SelleasyWidget,
338
- ...YotpoReviews
369
+ ...YotpoReviews,
370
+ ...BoldSubscriptions
339
371
  };
340
372
 
341
373
  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, SproutPlantTreesGrowSalesConfig, InstasellShoppableInstagramConfig } 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, SproutPlantTreesGrowSalesConfig, InstasellShoppableInstagramConfig, BoldSubscriptionsConfig } from './appConfig.js';
2
2
 
3
3
  const mapShopifyAppMeta = {
4
4
  ...RechargeSubscriptionsConfig,
@@ -24,7 +24,8 @@ const mapShopifyAppMeta = {
24
24
  ...ProductOptionsCustomizerConfig,
25
25
  ...AppointmentBookingCowlendarConfig,
26
26
  ...SproutPlantTreesGrowSalesConfig,
27
- ...InstasellShoppableInstagramConfig
27
+ ...InstasellShoppableInstagramConfig,
28
+ ...BoldSubscriptionsConfig
28
29
  };
29
30
  const THIRD_PARTY_APP_BLOCK_ID_PREFIX = 'gp_app';
30
31
 
@@ -6895,7 +6895,7 @@ type OpinewWidgetType = 'reviews' | 'badge' | 'badgeCollection' | 'carousel' | '
6895
6895
  type OpinewDesignWidgetType = 'opinew_badge_wide_average' | 'opinew_badge_wide' | 'opinew_badge_small';
6896
6896
  type UltimateSalesBoostWidgetType = 'sticker' | 'message' | 'getItByTimer' | 'buyXGetTY' | 'countdownTimer' | 'stockInventoryNumber' | 'trustBadge' | 'advancedTrustBadge';
6897
6897
  type OmnisendWidgetType = 'landing-page' | 'embedded';
6898
- type BoldSubscriptionsWidgetType = 'v1' | 'v2';
6898
+ type BoldSubscriptionsWidgetType = 'v1' | 'bsub-widget-block';
6899
6899
  type PickyStoryWidgetType = 'gem-picky-bundle' | 'gem-picky-kit' | 'gem-picky-buy-the-look' | 'gem-picky-gallery';
6900
6900
  type KlaviyoWidgetType = 'popup_widget' | 'flyout_widget' | 'embed_widget' | 'full_page_widget';
6901
6901
  type ObjectLayoutValue = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gem-sdk/core",
3
- "version": "1.56.0-staging.18",
3
+ "version": "1.56.0-staging.20",
4
4
  "license": "MIT",
5
5
  "sideEffects": false,
6
6
  "main": "dist/cjs/index.js",