react-figma
Advanced tools
Comparing version 0.0.1-alpha.29 to 0.0.30
{ | ||
"name": "react-figma", | ||
"version": "0.0.1-alpha.29", | ||
"version": "0.0.30", | ||
"description": "This plugin template uses Typescript. If you are familiar with Javascript, Typescript will look very familiar. In fact, valid Javascript code is already valid Typescript code.", | ||
@@ -49,3 +49,3 @@ "scripts": { | ||
"css-loader": "^3.2.0", | ||
"figma-api-stub": "0.0.16", | ||
"figma-api-stub": "0.0.17", | ||
"gitbook-cli": "^2.3.2", | ||
@@ -52,0 +52,0 @@ "gitbook-plugin-anchorjs": "^2.1.0", |
@@ -28,3 +28,2 @@ "use strict"; | ||
var textNode = node || figma.createText(); | ||
textNode.textAutoResize = props.textAutoResize || 'WIDTH_AND_HEIGHT'; | ||
refMixin_1.refMixin(textNode)(props); | ||
@@ -43,2 +42,3 @@ baseNodeMixin_1.baseNodeMixin(textNode)(props); | ||
} | ||
textNode.textAutoResize = props.textAutoResize || 'WIDTH_AND_HEIGHT'; | ||
textNodePropsAssign(textNode)(props); | ||
@@ -45,0 +45,0 @@ } |
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
258622