@gem-sdk/core 2.0.0-dev.649 → 2.0.0-dev.659

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.
@@ -278,6 +278,20 @@ const overrideSettings = (tag, currentSetting, appSetting)=>{
278
278
  product: appSetting?.['productHandle'] || '{{ product }}'
279
279
  };
280
280
  }
281
+ case 'SubifySubscriptionsApp':
282
+ {
283
+ return {
284
+ ...currentSetting,
285
+ product: appSetting?.['productHandle'] || '{{ product }}'
286
+ };
287
+ }
288
+ case 'RechargeSubscriptions':
289
+ {
290
+ return {
291
+ ...currentSetting,
292
+ product: appSetting?.['productHandle'] || '{{ product }}'
293
+ };
294
+ }
281
295
  default:
282
296
  return currentSetting;
283
297
  }
@@ -276,6 +276,20 @@ const overrideSettings = (tag, currentSetting, appSetting)=>{
276
276
  product: appSetting?.['productHandle'] || '{{ product }}'
277
277
  };
278
278
  }
279
+ case 'SubifySubscriptionsApp':
280
+ {
281
+ return {
282
+ ...currentSetting,
283
+ product: appSetting?.['productHandle'] || '{{ product }}'
284
+ };
285
+ }
286
+ case 'RechargeSubscriptions':
287
+ {
288
+ return {
289
+ ...currentSetting,
290
+ product: appSetting?.['productHandle'] || '{{ product }}'
291
+ };
292
+ }
279
293
  default:
280
294
  return currentSetting;
281
295
  }
@@ -34298,6 +34298,7 @@ type TypographyV2Attrs = {
34298
34298
  transform?: string;
34299
34299
  textAlign?: ObjectDevices<AlignProp>;
34300
34300
  textShadow?: ShadowProps;
34301
+ isAlwaysLoadBold?: boolean;
34301
34302
  };
34302
34303
  type CornerRadius = {
34303
34304
  btlr?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gem-sdk/core",
3
- "version": "2.0.0-dev.649",
3
+ "version": "2.0.0-dev.659",
4
4
  "license": "MIT",
5
5
  "sideEffects": false,
6
6
  "main": "dist/cjs/index.js",