@figma-export/types
Advanced tools
Comparing version 4.8.0-alpha.0 to 4.8.0-alpha.1
@@ -14,4 +14,11 @@ export declare type TextTransform = 'none' | 'uppercase' | 'lowercase' | 'capitalize'; | ||
fontSize: number; | ||
/** Line height in px */ | ||
lineHeight: number; | ||
/** | ||
* Line height value with units. | ||
* | ||
* Examples: `"18px", "120%", "1.2"` | ||
* | ||
* --- | ||
* More on units https://developer.mozilla.org/en-US/docs/Web/CSS/line-height | ||
*/ | ||
lineHeight: string; | ||
/** Space between characters in px */ | ||
@@ -18,0 +25,0 @@ letterSpacing: number; |
{ | ||
"name": "@figma-export/types", | ||
"version": "4.8.0-alpha.0", | ||
"version": "4.8.0-alpha.1", | ||
"description": "Type definition for @figma-export", | ||
@@ -32,3 +32,3 @@ "main": "dist/index.js", | ||
}, | ||
"gitHead": "8f56e7aee0de8b05a22807c99c3f4088dce0c0e2" | ||
"gitHead": "d8bd475ff1861e04a72b5630e1b133c933226ac0" | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
20766
274