@gem-sdk/core 1.54.0-staging.50 → 1.54.0-staging.56
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 +9 -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 +9 -0
- package/dist/esm/helpers/third-party/constant.js +3 -2
- package/dist/types/index.d.ts +2 -0
- package/package.json +1 -1
|
@@ -126,7 +126,14 @@ const ProductOptionsCustomizerConfig = {
|
|
|
126
126
|
appId: '6857ca6c-35eb-4b6f-9d58-a039f31d9406'
|
|
127
127
|
}
|
|
128
128
|
};
|
|
129
|
+
const AppointmentBookingCowlendarConfig = {
|
|
130
|
+
AppointmentBookingCowlendar: {
|
|
131
|
+
appName: 'cowlendar-booking',
|
|
132
|
+
appId: '6d8b8f6a-9b3c-42b8-b2e6-a758c38d45bf'
|
|
133
|
+
}
|
|
134
|
+
};
|
|
129
135
|
|
|
136
|
+
exports.AppointmentBookingCowlendarConfig = AppointmentBookingCowlendarConfig;
|
|
130
137
|
exports.BonLoyaltyRewardsReferralsConfig = BonLoyaltyRewardsReferralsConfig;
|
|
131
138
|
exports.EasyBundleBuilderSkailamaConfig = EasyBundleBuilderSkailamaConfig;
|
|
132
139
|
exports.FastBundleBundlesDiscountsConfig = FastBundleBundlesDiscountsConfig;
|
|
@@ -291,7 +291,16 @@ const ProductOptionsCustomizer = {
|
|
|
291
291
|
}
|
|
292
292
|
}
|
|
293
293
|
};
|
|
294
|
+
const AppointmentBookingCowlendar = {
|
|
295
|
+
AppointmentBookingCowlendar: {
|
|
296
|
+
'app-section': {
|
|
297
|
+
section_title: 'Services list',
|
|
298
|
+
section_type: 'services-list'
|
|
299
|
+
}
|
|
300
|
+
}
|
|
301
|
+
};
|
|
294
302
|
const composeSettingsByWidgetType = {
|
|
303
|
+
...AppointmentBookingCowlendar,
|
|
295
304
|
...ProductOptionsCustomizer,
|
|
296
305
|
...WhatmoreShoppableVideosreel,
|
|
297
306
|
...JunipProductReviewsUgc,
|
|
@@ -23,7 +23,8 @@ const mapShopifyAppMeta = {
|
|
|
23
23
|
...appConfig.PreorderNowWodPresaleConfig,
|
|
24
24
|
...appConfig.YotpoReviewsV3UgcConfig,
|
|
25
25
|
...appConfig.WhatmoreShoppableVideosreelConfig,
|
|
26
|
-
...appConfig.ProductOptionsCustomizerConfig
|
|
26
|
+
...appConfig.ProductOptionsCustomizerConfig,
|
|
27
|
+
...appConfig.AppointmentBookingCowlendarConfig
|
|
27
28
|
};
|
|
28
29
|
const THIRD_PARTY_APP_BLOCK_ID_PREFIX = 'gp_app';
|
|
29
30
|
|
|
@@ -124,5 +124,11 @@ const ProductOptionsCustomizerConfig = {
|
|
|
124
124
|
appId: '6857ca6c-35eb-4b6f-9d58-a039f31d9406'
|
|
125
125
|
}
|
|
126
126
|
};
|
|
127
|
+
const AppointmentBookingCowlendarConfig = {
|
|
128
|
+
AppointmentBookingCowlendar: {
|
|
129
|
+
appName: 'cowlendar-booking',
|
|
130
|
+
appId: '6d8b8f6a-9b3c-42b8-b2e6-a758c38d45bf'
|
|
131
|
+
}
|
|
132
|
+
};
|
|
127
133
|
|
|
128
|
-
export { BonLoyaltyRewardsReferralsConfig, EasyBundleBuilderSkailamaConfig, FastBundleBundlesDiscountsConfig, FlyBundlesUpsellsFbtConfig, JunipProductReviewsUgcConfig, KiteFreeGiftDiscountConfig, LoopSubscriptionsConfig, PreorderNowPreOrderPqConfig, PreorderNowWodPresaleConfig, ProductOptionsCustomizerConfig, PumperBundlesVolumeDiscountConfig, RechargeSubscriptionsConfig, ReviewxpoProductReviewsAppConfig, SelleasyConfig, ShopifyFormsConfig, SimpleBundlesKitsConfig, SkioSubscriptionsYcS20Config, SubifySubscriptionsConfig, UnlimitedBundlesDiscountsConfig, WhatmoreShoppableVideosreelConfig, YotpoReviewsV3UgcConfig };
|
|
134
|
+
export { AppointmentBookingCowlendarConfig, BonLoyaltyRewardsReferralsConfig, EasyBundleBuilderSkailamaConfig, FastBundleBundlesDiscountsConfig, FlyBundlesUpsellsFbtConfig, JunipProductReviewsUgcConfig, KiteFreeGiftDiscountConfig, LoopSubscriptionsConfig, PreorderNowPreOrderPqConfig, PreorderNowWodPresaleConfig, ProductOptionsCustomizerConfig, PumperBundlesVolumeDiscountConfig, RechargeSubscriptionsConfig, ReviewxpoProductReviewsAppConfig, SelleasyConfig, ShopifyFormsConfig, SimpleBundlesKitsConfig, SkioSubscriptionsYcS20Config, SubifySubscriptionsConfig, UnlimitedBundlesDiscountsConfig, WhatmoreShoppableVideosreelConfig, YotpoReviewsV3UgcConfig };
|
|
@@ -289,7 +289,16 @@ const ProductOptionsCustomizer = {
|
|
|
289
289
|
}
|
|
290
290
|
}
|
|
291
291
|
};
|
|
292
|
+
const AppointmentBookingCowlendar = {
|
|
293
|
+
AppointmentBookingCowlendar: {
|
|
294
|
+
'app-section': {
|
|
295
|
+
section_title: 'Services list',
|
|
296
|
+
section_type: 'services-list'
|
|
297
|
+
}
|
|
298
|
+
}
|
|
299
|
+
};
|
|
292
300
|
const composeSettingsByWidgetType = {
|
|
301
|
+
...AppointmentBookingCowlendar,
|
|
293
302
|
...ProductOptionsCustomizer,
|
|
294
303
|
...WhatmoreShoppableVideosreel,
|
|
295
304
|
...JunipProductReviewsUgc,
|
|
@@ -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 } 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 } from './appConfig.js';
|
|
2
2
|
|
|
3
3
|
const mapShopifyAppMeta = {
|
|
4
4
|
...RechargeSubscriptionsConfig,
|
|
@@ -21,7 +21,8 @@ const mapShopifyAppMeta = {
|
|
|
21
21
|
...PreorderNowWodPresaleConfig,
|
|
22
22
|
...YotpoReviewsV3UgcConfig,
|
|
23
23
|
...WhatmoreShoppableVideosreelConfig,
|
|
24
|
-
...ProductOptionsCustomizerConfig
|
|
24
|
+
...ProductOptionsCustomizerConfig,
|
|
25
|
+
...AppointmentBookingCowlendarConfig
|
|
25
26
|
};
|
|
26
27
|
const THIRD_PARTY_APP_BLOCK_ID_PREFIX = 'gp_app';
|
|
27
28
|
|
package/dist/types/index.d.ts
CHANGED
|
@@ -8174,6 +8174,7 @@ type ComponentSetting<P extends BaseProps> = {
|
|
|
8174
8174
|
icon?: string;
|
|
8175
8175
|
settings?: Setting<P>[];
|
|
8176
8176
|
advanced?: Record<string, any>;
|
|
8177
|
+
rootOverride?: Record<string, any>;
|
|
8177
8178
|
init?: InitComponentType[] | {
|
|
8178
8179
|
default: InitComponentType[];
|
|
8179
8180
|
mobileOnly?: InitComponentType[];
|
|
@@ -8289,6 +8290,7 @@ type ComponentPreset = {
|
|
|
8289
8290
|
components: InitComponentType[];
|
|
8290
8291
|
hideTextContent?: boolean;
|
|
8291
8292
|
flowTagComponents?: Record<string, InitComponentType[]>;
|
|
8293
|
+
rootOverride?: Record<string, any>;
|
|
8292
8294
|
};
|
|
8293
8295
|
|
|
8294
8296
|
type PageContext = {
|