@figma/plugin-typings
Advanced tools
Comparing version 1.19.0 to 1.19.1
@@ -67,2 +67,12 @@ // Figma Plugin API version 1, update 14 | ||
moveLocalPaintStyleAfter(targetNode: PaintStyle, reference: PaintStyle | null): void | ||
moveLocalTextStyleAfter(targetNode: TextStyle, reference: TextStyle | null): void | ||
moveLocalEffectStyleAfter(targetNode: EffectStyle, reference: EffectStyle | null): void | ||
moveLocalGridStyleAfter(targetNode: GridStyle, reference: GridStyle | null): void | ||
moveLocalPaintFolderAfter(targetFolder: string, reference: string | null): void | ||
moveLocalTextFolderAfter(targetFolder: string, reference: string | null): void | ||
moveLocalEffectFolderAfter(targetFolder: string, reference: string | null): void | ||
moveLocalGridFolderAfter(targetFolder: string, reference: string | null): void | ||
importComponentByKeyAsync(key: string): Promise<ComponentNode> | ||
@@ -408,3 +418,3 @@ importComponentSetByKeyAsync(key: string): Promise<ComponentSetNode> | ||
interface SimpleTransition { | ||
readonly type: "DISSOLVE" | "SMART_ANIMATE" | ||
readonly type: "DISSOLVE" | "SMART_ANIMATE" | "SCROLL_ANIMATE" | ||
readonly easing: Easing | ||
@@ -432,3 +442,3 @@ readonly duration: number | ||
type Navigation = "NAVIGATE" | "SWAP" | "OVERLAY" | ||
type Navigation = "NAVIGATE" | "SWAP" | "OVERLAY" | "SCROLL_TO" | ||
@@ -435,0 +445,0 @@ interface Easing { |
{ | ||
"name": "@figma/plugin-typings", | ||
"version": "1.19.0", | ||
"version": "1.19.1", | ||
"description": "Typings for the Figma Plugin API", | ||
@@ -5,0 +5,0 @@ "main": "", |
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
29104
728
1