@figma/plugin-typings
Advanced tools
Comparing version 1.49.0 to 1.50.0
{ | ||
"name": "@figma/plugin-typings", | ||
"version": "1.49.0", | ||
"version": "1.50.0", | ||
"description": "Typings for the Figma Plugin API", | ||
@@ -5,0 +5,0 @@ "main": "", |
@@ -744,3 +744,4 @@ type ArgFreeEventType = | ||
locked: boolean | ||
stuckNodes: SceneNode[] | ||
readonly stuckNodes: SceneNode[] | ||
readonly attachedConnectors: ConnectorNode[] | ||
componentPropertyReferences: | ||
@@ -799,2 +800,3 @@ | { | ||
readonly absoluteRenderBounds: Rect | null | ||
readonly absoluteBoundingBox: Rect | null | ||
constrainProportions: boolean | ||
@@ -1225,2 +1227,3 @@ | ||
clone(): StampNode | ||
getAuthorAsync(): Promise<BaseUser | null> | ||
} | ||
@@ -1290,6 +1293,7 @@ | ||
| 'RUST' | ||
| 'BASH' | ||
clone(): CodeBlockNode | ||
} | ||
interface LayerSublayerNode { | ||
interface LabelSublayerNode { | ||
fills: Paint[] | PluginAPI['mixed'] | ||
@@ -1301,3 +1305,3 @@ } | ||
readonly text: TextSublayerNode | ||
readonly textBackground: LayerSublayerNode | ||
readonly textBackground: LabelSublayerNode | ||
readonly cornerRadius?: number | ||
@@ -1450,7 +1454,9 @@ connectorLineType: 'ELBOWED' | 'STRAIGHT' | ||
interface User { | ||
interface BaseUser { | ||
readonly id: string | null | ||
readonly name: string | ||
readonly photoUrl: string | null | ||
} | ||
interface User extends BaseUser { | ||
// The current user's multiplayer color. This will match the color of their | ||
@@ -1457,0 +1463,0 @@ // dot stamps and cursor. |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
46418
1284
1