@gem-sdk/core 2.0.0-dev.264 → 2.0.0-dev.267

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.
@@ -8796,14 +8796,7 @@ type ProductInputCurrencyUnitControlType<T> = SharedControlType<T> & {
8796
8796
  useOnlyUnitInit?: boolean;
8797
8797
  };
8798
8798
 
8799
- declare enum PostPurchaseFontSizeValue {
8800
- Default = "default",
8801
- Small = "small",
8802
- Medium = "medium",
8803
- Large = "large",
8804
- XLarge = "xlarge"
8805
- }
8806
- type PostPurchaseFontSize = PostPurchaseFontSizeValue;
8799
+ type PostPurchaseFontSize = 'default' | 'small' | 'medium' | 'large' | 'xlarge';
8807
8800
  type PostPurchaseFontWeight = 'normal' | 'bold';
8808
8801
  type PostPurchaseTextTransform = 'none' | 'uppercase' | 'capitalize' | 'lowercase';
8809
8802
  type PostPurchaseTextColor = 'success' | 'warning' | 'critical' | 'default' | 'defaultButton' | 'defaultLink';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gem-sdk/core",
3
- "version": "2.0.0-dev.264",
3
+ "version": "2.0.0-dev.267",
4
4
  "license": "MIT",
5
5
  "sideEffects": false,
6
6
  "main": "dist/cjs/index.js",