@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.
- package/dist/types/index.d.ts +2 -0
- package/package.json +1 -1
package/dist/types/index.d.ts
CHANGED
|
@@ -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
|
};
|