@gem-sdk/core 1.48.0-dev.8 → 1.48.0-dev.9

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.
@@ -72,6 +72,12 @@ const FastBundleBundlesDiscountsConfig = {
72
72
  appId: '9e87fbe2-9041-4c23-acf5-322413994cef'
73
73
  }
74
74
  };
75
+ const SimpleBundlesKitsConfig = {
76
+ SimpleBundlesKits: {
77
+ appName: 'simple-bundles-kits',
78
+ appId: 'e553276b-36b2-446d-b80a-aa47fe5f96ac'
79
+ }
80
+ };
75
81
 
76
82
  exports.BonLoyaltyRewardsReferralsConfig = BonLoyaltyRewardsReferralsConfig;
77
83
  exports.FastBundleBundlesDiscountsConfig = FastBundleBundlesDiscountsConfig;
@@ -82,6 +88,7 @@ exports.RechargeSubscriptionsConfig = RechargeSubscriptionsConfig;
82
88
  exports.ReviewxpoProductReviewsAppConfig = ReviewxpoProductReviewsAppConfig;
83
89
  exports.SelleasyConfig = SelleasyConfig;
84
90
  exports.ShopifyFormsConfig = ShopifyFormsConfig;
91
+ exports.SimpleBundlesKitsConfig = SimpleBundlesKitsConfig;
85
92
  exports.SkioSubscriptionsYcS20Config = SkioSubscriptionsYcS20Config;
86
93
  exports.SubifySubscriptionsConfig = SubifySubscriptionsConfig;
87
94
  exports.UnlimitedBundlesDiscountsConfig = UnlimitedBundlesDiscountsConfig;
@@ -124,10 +124,16 @@ const FastBundleBundlesDiscounts = {
124
124
  volume_position: null
125
125
  }
126
126
  };
127
+ const SimpleBundlesKits = {
128
+ SimpleBundlesKits: {
129
+ 'infinite-options-selector': null
130
+ }
131
+ };
127
132
  const composeSettingsByWidgetType = {
128
133
  ...FastBundleBundlesDiscounts,
129
134
  ...KiteFreeGiftDiscount,
130
135
  ...UnlimitedBundlesDiscounts,
136
+ ...SimpleBundlesKits,
131
137
  ...PumperBundlesVolumeDiscount,
132
138
  ...ReviewxpoProductReviewsApp,
133
139
  ...ShopifyForms,
@@ -14,7 +14,8 @@ const mapShopifyAppMeta = {
14
14
  ...appConfig.PumperBundlesVolumeDiscountConfig,
15
15
  ...appConfig.UnlimitedBundlesDiscountsConfig,
16
16
  ...appConfig.KiteFreeGiftDiscountConfig,
17
- ...appConfig.FastBundleBundlesDiscountsConfig
17
+ ...appConfig.FastBundleBundlesDiscountsConfig,
18
+ ...appConfig.SimpleBundlesKitsConfig
18
19
  };
19
20
  const THIRD_PARTY_APP_BLOCK_ID_PREFIX = 'gp_app';
20
21
 
@@ -70,5 +70,11 @@ const FastBundleBundlesDiscountsConfig = {
70
70
  appId: '9e87fbe2-9041-4c23-acf5-322413994cef'
71
71
  }
72
72
  };
73
+ const SimpleBundlesKitsConfig = {
74
+ SimpleBundlesKits: {
75
+ appName: 'simple-bundles-kits',
76
+ appId: 'e553276b-36b2-446d-b80a-aa47fe5f96ac'
77
+ }
78
+ };
73
79
 
74
- export { BonLoyaltyRewardsReferralsConfig, FastBundleBundlesDiscountsConfig, KiteFreeGiftDiscountConfig, LoopSubscriptionsConfig, PumperBundlesVolumeDiscountConfig, RechargeSubscriptionsConfig, ReviewxpoProductReviewsAppConfig, SelleasyConfig, ShopifyFormsConfig, SkioSubscriptionsYcS20Config, SubifySubscriptionsConfig, UnlimitedBundlesDiscountsConfig };
80
+ export { BonLoyaltyRewardsReferralsConfig, FastBundleBundlesDiscountsConfig, KiteFreeGiftDiscountConfig, LoopSubscriptionsConfig, PumperBundlesVolumeDiscountConfig, RechargeSubscriptionsConfig, ReviewxpoProductReviewsAppConfig, SelleasyConfig, ShopifyFormsConfig, SimpleBundlesKitsConfig, SkioSubscriptionsYcS20Config, SubifySubscriptionsConfig, UnlimitedBundlesDiscountsConfig };
@@ -122,10 +122,16 @@ const FastBundleBundlesDiscounts = {
122
122
  volume_position: null
123
123
  }
124
124
  };
125
+ const SimpleBundlesKits = {
126
+ SimpleBundlesKits: {
127
+ 'infinite-options-selector': null
128
+ }
129
+ };
125
130
  const composeSettingsByWidgetType = {
126
131
  ...FastBundleBundlesDiscounts,
127
132
  ...KiteFreeGiftDiscount,
128
133
  ...UnlimitedBundlesDiscounts,
134
+ ...SimpleBundlesKits,
129
135
  ...PumperBundlesVolumeDiscount,
130
136
  ...ReviewxpoProductReviewsApp,
131
137
  ...ShopifyForms,
@@ -1,4 +1,4 @@
1
- import { RechargeSubscriptionsConfig, BonLoyaltyRewardsReferralsConfig, SubifySubscriptionsConfig, SelleasyConfig, LoopSubscriptionsConfig, SkioSubscriptionsYcS20Config, ShopifyFormsConfig, ReviewxpoProductReviewsAppConfig, PumperBundlesVolumeDiscountConfig, UnlimitedBundlesDiscountsConfig, KiteFreeGiftDiscountConfig, FastBundleBundlesDiscountsConfig } from './appConfig.js';
1
+ import { RechargeSubscriptionsConfig, BonLoyaltyRewardsReferralsConfig, SubifySubscriptionsConfig, SelleasyConfig, LoopSubscriptionsConfig, SkioSubscriptionsYcS20Config, ShopifyFormsConfig, ReviewxpoProductReviewsAppConfig, PumperBundlesVolumeDiscountConfig, UnlimitedBundlesDiscountsConfig, KiteFreeGiftDiscountConfig, FastBundleBundlesDiscountsConfig, SimpleBundlesKitsConfig } from './appConfig.js';
2
2
 
3
3
  const mapShopifyAppMeta = {
4
4
  ...RechargeSubscriptionsConfig,
@@ -12,7 +12,8 @@ const mapShopifyAppMeta = {
12
12
  ...PumperBundlesVolumeDiscountConfig,
13
13
  ...UnlimitedBundlesDiscountsConfig,
14
14
  ...KiteFreeGiftDiscountConfig,
15
- ...FastBundleBundlesDiscountsConfig
15
+ ...FastBundleBundlesDiscountsConfig,
16
+ ...SimpleBundlesKitsConfig
16
17
  };
17
18
  const THIRD_PARTY_APP_BLOCK_ID_PREFIX = 'gp_app';
18
19
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gem-sdk/core",
3
- "version": "1.48.0-dev.8",
3
+ "version": "1.48.0-dev.9",
4
4
  "license": "MIT",
5
5
  "sideEffects": false,
6
6
  "main": "dist/cjs/index.js",