@gem-sdk/core 1.53.0-dev.16 → 1.53.0-dev.18
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 +47 -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 +47 -0
- package/dist/esm/helpers/third-party/constant.js +3 -2
- package/package.json +1 -1
|
@@ -114,6 +114,12 @@ const YotpoReviewsV3UgcConfig = {
|
|
|
114
114
|
appId: 'eb7dfd7d-db44-4334-bc49-c893b51b36cf'
|
|
115
115
|
}
|
|
116
116
|
};
|
|
117
|
+
const WhatmoreShoppableVideosreelConfig = {
|
|
118
|
+
WhatmoreShoppableVideosreel: {
|
|
119
|
+
appName: 'whatmore-shoppable-videos',
|
|
120
|
+
appId: '20db8a72-315a-4364-8885-64219ee48303'
|
|
121
|
+
}
|
|
122
|
+
};
|
|
117
123
|
|
|
118
124
|
exports.BonLoyaltyRewardsReferralsConfig = BonLoyaltyRewardsReferralsConfig;
|
|
119
125
|
exports.EasyBundleBuilderSkailamaConfig = EasyBundleBuilderSkailamaConfig;
|
|
@@ -133,4 +139,5 @@ exports.SimpleBundlesKitsConfig = SimpleBundlesKitsConfig;
|
|
|
133
139
|
exports.SkioSubscriptionsYcS20Config = SkioSubscriptionsYcS20Config;
|
|
134
140
|
exports.SubifySubscriptionsConfig = SubifySubscriptionsConfig;
|
|
135
141
|
exports.UnlimitedBundlesDiscountsConfig = UnlimitedBundlesDiscountsConfig;
|
|
142
|
+
exports.WhatmoreShoppableVideosreelConfig = WhatmoreShoppableVideosreelConfig;
|
|
136
143
|
exports.YotpoReviewsV3UgcConfig = YotpoReviewsV3UgcConfig;
|
|
@@ -214,7 +214,54 @@ const YotpoReviews = {
|
|
|
214
214
|
}
|
|
215
215
|
}
|
|
216
216
|
};
|
|
217
|
+
const WhatmoreShoppableVideosreel = {
|
|
218
|
+
WhatmoreShoppableVideosreel: {
|
|
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
|
|
235
|
+
},
|
|
236
|
+
'app-block-banner': {
|
|
237
|
+
"template-type": "template-banner-a",
|
|
238
|
+
"ui-theme": "round",
|
|
239
|
+
"banner-video-tile-size": 80
|
|
240
|
+
},
|
|
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
|
|
250
|
+
},
|
|
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
|
|
260
|
+
}
|
|
261
|
+
}
|
|
262
|
+
};
|
|
217
263
|
const composeSettingsByWidgetType = {
|
|
264
|
+
...WhatmoreShoppableVideosreel,
|
|
218
265
|
...JunipProductReviewsUgc,
|
|
219
266
|
...FlyBundlesUpsellsFbt,
|
|
220
267
|
...PreorderNowWodPresale,
|
|
@@ -21,7 +21,8 @@ const mapShopifyAppMeta = {
|
|
|
21
21
|
...appConfig.FlyBundlesUpsellsFbtConfig,
|
|
22
22
|
...appConfig.JunipProductReviewsUgcConfig,
|
|
23
23
|
...appConfig.PreorderNowWodPresaleConfig,
|
|
24
|
-
...appConfig.YotpoReviewsV3UgcConfig
|
|
24
|
+
...appConfig.YotpoReviewsV3UgcConfig,
|
|
25
|
+
...appConfig.WhatmoreShoppableVideosreelConfig
|
|
25
26
|
};
|
|
26
27
|
const THIRD_PARTY_APP_BLOCK_ID_PREFIX = 'gp_app';
|
|
27
28
|
|
|
@@ -112,5 +112,11 @@ const YotpoReviewsV3UgcConfig = {
|
|
|
112
112
|
appId: 'eb7dfd7d-db44-4334-bc49-c893b51b36cf'
|
|
113
113
|
}
|
|
114
114
|
};
|
|
115
|
+
const WhatmoreShoppableVideosreelConfig = {
|
|
116
|
+
WhatmoreShoppableVideosreel: {
|
|
117
|
+
appName: 'whatmore-shoppable-videos',
|
|
118
|
+
appId: '20db8a72-315a-4364-8885-64219ee48303'
|
|
119
|
+
}
|
|
120
|
+
};
|
|
115
121
|
|
|
116
|
-
export { BonLoyaltyRewardsReferralsConfig, EasyBundleBuilderSkailamaConfig, FastBundleBundlesDiscountsConfig, FlyBundlesUpsellsFbtConfig, JunipProductReviewsUgcConfig, KiteFreeGiftDiscountConfig, LoopSubscriptionsConfig, PreorderNowPreOrderPqConfig, PreorderNowWodPresaleConfig, PumperBundlesVolumeDiscountConfig, RechargeSubscriptionsConfig, ReviewxpoProductReviewsAppConfig, SelleasyConfig, ShopifyFormsConfig, SimpleBundlesKitsConfig, SkioSubscriptionsYcS20Config, SubifySubscriptionsConfig, UnlimitedBundlesDiscountsConfig, YotpoReviewsV3UgcConfig };
|
|
122
|
+
export { BonLoyaltyRewardsReferralsConfig, EasyBundleBuilderSkailamaConfig, FastBundleBundlesDiscountsConfig, FlyBundlesUpsellsFbtConfig, JunipProductReviewsUgcConfig, KiteFreeGiftDiscountConfig, LoopSubscriptionsConfig, PreorderNowPreOrderPqConfig, PreorderNowWodPresaleConfig, PumperBundlesVolumeDiscountConfig, RechargeSubscriptionsConfig, ReviewxpoProductReviewsAppConfig, SelleasyConfig, ShopifyFormsConfig, SimpleBundlesKitsConfig, SkioSubscriptionsYcS20Config, SubifySubscriptionsConfig, UnlimitedBundlesDiscountsConfig, WhatmoreShoppableVideosreelConfig, YotpoReviewsV3UgcConfig };
|
|
@@ -212,7 +212,54 @@ const YotpoReviews = {
|
|
|
212
212
|
}
|
|
213
213
|
}
|
|
214
214
|
};
|
|
215
|
+
const WhatmoreShoppableVideosreel = {
|
|
216
|
+
WhatmoreShoppableVideosreel: {
|
|
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
|
|
233
|
+
},
|
|
234
|
+
'app-block-banner': {
|
|
235
|
+
"template-type": "template-banner-a",
|
|
236
|
+
"ui-theme": "round",
|
|
237
|
+
"banner-video-tile-size": 80
|
|
238
|
+
},
|
|
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
|
|
248
|
+
},
|
|
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
|
|
258
|
+
}
|
|
259
|
+
}
|
|
260
|
+
};
|
|
215
261
|
const composeSettingsByWidgetType = {
|
|
262
|
+
...WhatmoreShoppableVideosreel,
|
|
216
263
|
...JunipProductReviewsUgc,
|
|
217
264
|
...FlyBundlesUpsellsFbt,
|
|
218
265
|
...PreorderNowWodPresale,
|
|
@@ -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 } 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 } from './appConfig.js';
|
|
2
2
|
|
|
3
3
|
const mapShopifyAppMeta = {
|
|
4
4
|
...RechargeSubscriptionsConfig,
|
|
@@ -19,7 +19,8 @@ const mapShopifyAppMeta = {
|
|
|
19
19
|
...FlyBundlesUpsellsFbtConfig,
|
|
20
20
|
...JunipProductReviewsUgcConfig,
|
|
21
21
|
...PreorderNowWodPresaleConfig,
|
|
22
|
-
...YotpoReviewsV3UgcConfig
|
|
22
|
+
...YotpoReviewsV3UgcConfig,
|
|
23
|
+
...WhatmoreShoppableVideosreelConfig
|
|
23
24
|
};
|
|
24
25
|
const THIRD_PARTY_APP_BLOCK_ID_PREFIX = 'gp_app';
|
|
25
26
|
|