@gem-sdk/core 2.0.0-dev.641 → 2.0.0-dev.658

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.
@@ -69,7 +69,6 @@ const postPurchaseRequiredElements = [
69
69
  'PostPurchaseAcceptButton',
70
70
  'PostPurchaseButton',
71
71
  'PostPurchaseCalloutBox',
72
- 'PostPurchaseProductPriceBreakdown',
73
72
  'PostPurchaseProductImages',
74
73
  'PostPurchaseCalloutText'
75
74
  ];
@@ -67,7 +67,6 @@ const postPurchaseRequiredElements = [
67
67
  'PostPurchaseAcceptButton',
68
68
  'PostPurchaseButton',
69
69
  'PostPurchaseCalloutBox',
70
- 'PostPurchaseProductPriceBreakdown',
71
70
  'PostPurchaseProductImages',
72
71
  'PostPurchaseCalloutText'
73
72
  ];
@@ -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.641",
3
+ "version": "2.0.0-dev.658",
4
4
  "license": "MIT",
5
5
  "sideEffects": false,
6
6
  "main": "dist/cjs/index.js",