@gem-sdk/core 2.0.0-dev.391 → 2.0.0-dev.392

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.
@@ -36688,6 +36688,8 @@ type TypographyV2ControlType<T> = SharedControlType<T> & {
36688
36688
  fontWeight?: boolean;
36689
36689
  textShadow?: boolean;
36690
36690
  textAlign?: boolean;
36691
+ lineHeight?: boolean;
36692
+ letterSpacing?: boolean;
36691
36693
  };
36692
36694
  disableCollapse?: boolean;
36693
36695
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gem-sdk/core",
3
- "version": "2.0.0-dev.391",
3
+ "version": "2.0.0-dev.392",
4
4
  "license": "MIT",
5
5
  "sideEffects": false,
6
6
  "main": "dist/cjs/index.js",