@figma/plugin-typings
Advanced tools
Comparing version 1.50.0 to 1.51.0
{ | ||
"name": "@figma/plugin-typings", | ||
"version": "1.50.0", | ||
"version": "1.51.0", | ||
"description": "Typings for the Figma Plugin API", | ||
@@ -5,0 +5,0 @@ "main": "", |
@@ -183,4 +183,11 @@ type ArgFreeEventType = | ||
error?: boolean | ||
onDequeue?: (reason: NotifyDequeueReason) => void | ||
button?: { | ||
text: string | ||
action: () => boolean | void | ||
} | ||
} | ||
type NotifyDequeueReason = 'timeout' | 'dismiss' | 'action_button_click' | ||
interface NotificationHandler { | ||
@@ -187,0 +194,0 @@ cancel: () => void |
Sorry, the diff of this file is not supported yet
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
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
47464
1290