@figma/plugin-typings
Advanced tools
Comparing version 1.14.0 to 1.15.0
@@ -438,2 +438,4 @@ // Figma Plugin API version 1, update 14 | ||
type PublishStatus = "UNPUBLISHED" | "CURRENT" | "CHANGED" | ||
//////////////////////////////////////////////////////////////////////////////// | ||
@@ -743,2 +745,3 @@ // Mixins | ||
readonly key: string // The key to use with "importComponentByKeyAsync" | ||
getPublishStatusAsync(): Promise<PublishStatus> | ||
} | ||
@@ -810,2 +813,3 @@ | ||
remove(): void | ||
getPublishStatusAsync(): Promise<PublishStatus> | ||
} | ||
@@ -849,2 +853,2 @@ | ||
export {} | ||
export {} |
{ | ||
"name": "@figma/plugin-typings", | ||
"version": "1.14.0", | ||
"version": "1.15.0", | ||
"description": "Typings for the Figma Plugin API", | ||
@@ -5,0 +5,0 @@ "main": "", |
26288
688