@figma/plugin-typings
Advanced tools
Comparing version 1.35.0 to 1.36.0
@@ -31,2 +31,4 @@ // Figma Plugin API version 1, update 35 | ||
saveVersionHistoryAsync(title: string, description?: string): Promise<void> | ||
showUI(html: string, options?: ShowUIOptions): void | ||
@@ -533,3 +535,3 @@ readonly ui: UIAPI | ||
interface Easing { | ||
readonly type: "EASE_IN" | "EASE_OUT" | "EASE_IN_AND_OUT" | "LINEAR" | ||
readonly type: "EASE_IN" | "EASE_OUT" | "EASE_IN_AND_OUT" | "LINEAR" | 'EASE_IN_BACK' | 'EASE_OUT_BACK' | 'EASE_IN_AND_OUT_BACK' | 'CUSTOM_CUBIC_BEZIER' | ||
readonly easingFunctionCubicBezier?: EasingFunctionBezier | ||
@@ -536,0 +538,0 @@ } |
{ | ||
"name": "@figma/plugin-typings", | ||
"version": "1.35.0", | ||
"version": "1.36.0", | ||
"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
37323
896
1