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

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.
@@ -60,8 +60,22 @@ const UnlimitedBundlesDiscountsConfig = {
60
60
  appId: 'd33d0f48-dee0-42a0-b156-2a5dce91814a'
61
61
  }
62
62
  };
63
+ const KiteFreeGiftDiscountConfig = {
64
+ KiteFreeGiftDiscount: {
65
+ appName: 'kite-free-gift-discounts',
66
+ appId: '2c7302c4-455d-4078-a829-48563ba26089'
67
+ }
68
+ };
69
+ const FastBundleBundlesDiscountsConfig = {
70
+ FastBundleBundlesDiscounts: {
71
+ appName: 'fast-bundle',
72
+ appId: '9e87fbe2-9041-4c23-acf5-322413994cef'
73
+ }
74
+ };
63
75
 
64
76
  exports.BonLoyaltyRewardsReferralsConfig = BonLoyaltyRewardsReferralsConfig;
77
+ exports.FastBundleBundlesDiscountsConfig = FastBundleBundlesDiscountsConfig;
78
+ exports.KiteFreeGiftDiscountConfig = KiteFreeGiftDiscountConfig;
65
79
  exports.LoopSubscriptionsConfig = LoopSubscriptionsConfig;
66
80
  exports.PumperBundlesVolumeDiscountConfig = PumperBundlesVolumeDiscountConfig;
67
81
  exports.RechargeSubscriptionsConfig = RechargeSubscriptionsConfig;
@@ -110,7 +110,23 @@ const UnlimitedBundlesDiscounts = {
110
110
  'product-page-placeholder': null
111
111
  }
112
112
  };
113
+ const KiteFreeGiftDiscount = {
114
+ KiteFreeGiftDiscount: {
115
+ 'app-block': null
116
+ }
117
+ };
118
+ const FastBundleBundlesDiscounts = {
119
+ FastBundleBundlesDiscounts: {
120
+ all_bundles: null,
121
+ fbt_position: null,
122
+ product_bundles: null,
123
+ product_bundle_with_ids: null,
124
+ volume_position: null
125
+ }
126
+ };
113
127
  const composeSettingsByWidgetType = {
128
+ ...FastBundleBundlesDiscounts,
129
+ ...KiteFreeGiftDiscount,
114
130
  ...UnlimitedBundlesDiscounts,
115
131
  ...PumperBundlesVolumeDiscount,
116
132
  ...ReviewxpoProductReviewsApp,
@@ -12,7 +12,9 @@ const mapShopifyAppMeta = {
12
12
  ...appConfig.ShopifyFormsConfig,
13
13
  ...appConfig.ReviewxpoProductReviewsAppConfig,
14
14
  ...appConfig.PumperBundlesVolumeDiscountConfig,
15
- ...appConfig.UnlimitedBundlesDiscountsConfig
15
+ ...appConfig.UnlimitedBundlesDiscountsConfig,
16
+ ...appConfig.KiteFreeGiftDiscountConfig,
17
+ ...appConfig.FastBundleBundlesDiscountsConfig
16
18
  };
17
19
  const THIRD_PARTY_APP_BLOCK_ID_PREFIX = 'gp_app';
18
20
 
@@ -58,5 +58,17 @@ const UnlimitedBundlesDiscountsConfig = {
58
58
  appId: 'd33d0f48-dee0-42a0-b156-2a5dce91814a'
59
59
  }
60
60
  };
61
+ const KiteFreeGiftDiscountConfig = {
62
+ KiteFreeGiftDiscount: {
63
+ appName: 'kite-free-gift-discounts',
64
+ appId: '2c7302c4-455d-4078-a829-48563ba26089'
65
+ }
66
+ };
67
+ const FastBundleBundlesDiscountsConfig = {
68
+ FastBundleBundlesDiscounts: {
69
+ appName: 'fast-bundle',
70
+ appId: '9e87fbe2-9041-4c23-acf5-322413994cef'
71
+ }
72
+ };
61
73
 
62
- export { BonLoyaltyRewardsReferralsConfig, LoopSubscriptionsConfig, PumperBundlesVolumeDiscountConfig, RechargeSubscriptionsConfig, ReviewxpoProductReviewsAppConfig, SelleasyConfig, ShopifyFormsConfig, SkioSubscriptionsYcS20Config, SubifySubscriptionsConfig, UnlimitedBundlesDiscountsConfig };
74
+ export { BonLoyaltyRewardsReferralsConfig, FastBundleBundlesDiscountsConfig, KiteFreeGiftDiscountConfig, LoopSubscriptionsConfig, PumperBundlesVolumeDiscountConfig, RechargeSubscriptionsConfig, ReviewxpoProductReviewsAppConfig, SelleasyConfig, ShopifyFormsConfig, SkioSubscriptionsYcS20Config, SubifySubscriptionsConfig, UnlimitedBundlesDiscountsConfig };
@@ -108,7 +108,23 @@ const UnlimitedBundlesDiscounts = {
108
108
  'product-page-placeholder': null
109
109
  }
110
110
  };
111
+ const KiteFreeGiftDiscount = {
112
+ KiteFreeGiftDiscount: {
113
+ 'app-block': null
114
+ }
115
+ };
116
+ const FastBundleBundlesDiscounts = {
117
+ FastBundleBundlesDiscounts: {
118
+ all_bundles: null,
119
+ fbt_position: null,
120
+ product_bundles: null,
121
+ product_bundle_with_ids: null,
122
+ volume_position: null
123
+ }
124
+ };
111
125
  const composeSettingsByWidgetType = {
126
+ ...FastBundleBundlesDiscounts,
127
+ ...KiteFreeGiftDiscount,
112
128
  ...UnlimitedBundlesDiscounts,
113
129
  ...PumperBundlesVolumeDiscount,
114
130
  ...ReviewxpoProductReviewsApp,
@@ -1,4 +1,4 @@
1
- import { RechargeSubscriptionsConfig, BonLoyaltyRewardsReferralsConfig, SubifySubscriptionsConfig, SelleasyConfig, LoopSubscriptionsConfig, SkioSubscriptionsYcS20Config, ShopifyFormsConfig, ReviewxpoProductReviewsAppConfig, PumperBundlesVolumeDiscountConfig, UnlimitedBundlesDiscountsConfig } from './appConfig.js';
1
+ import { RechargeSubscriptionsConfig, BonLoyaltyRewardsReferralsConfig, SubifySubscriptionsConfig, SelleasyConfig, LoopSubscriptionsConfig, SkioSubscriptionsYcS20Config, ShopifyFormsConfig, ReviewxpoProductReviewsAppConfig, PumperBundlesVolumeDiscountConfig, UnlimitedBundlesDiscountsConfig, KiteFreeGiftDiscountConfig, FastBundleBundlesDiscountsConfig } from './appConfig.js';
2
2
 
3
3
  const mapShopifyAppMeta = {
4
4
  ...RechargeSubscriptionsConfig,
@@ -10,7 +10,9 @@ const mapShopifyAppMeta = {
10
10
  ...ShopifyFormsConfig,
11
11
  ...ReviewxpoProductReviewsAppConfig,
12
12
  ...PumperBundlesVolumeDiscountConfig,
13
- ...UnlimitedBundlesDiscountsConfig
13
+ ...UnlimitedBundlesDiscountsConfig,
14
+ ...KiteFreeGiftDiscountConfig,
15
+ ...FastBundleBundlesDiscountsConfig
14
16
  };
15
17
  const THIRD_PARTY_APP_BLOCK_ID_PREFIX = 'gp_app';
16
18
 
@@ -7383,6 +7383,7 @@ type TextareaControlType<T> = SharedControlType<T> & {
7383
7383
  readonly?: boolean;
7384
7384
  minHeight?: number;
7385
7385
  maxWidth?: number;
7386
+ inputClass?: string;
7386
7387
  autoHeight?: boolean;
7387
7388
  defaultRows?: number;
7388
7389
  showPlusBtn?: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gem-sdk/core",
3
- "version": "1.48.0-dev.3",
3
+ "version": "1.48.0-dev.8",
4
4
  "license": "MIT",
5
5
  "sideEffects": false,
6
6
  "main": "dist/cjs/index.js",