@figma/widget-typings
Advanced tools
Comparing version 1.3.0 to 1.4.0
@@ -242,3 +242,3 @@ // Figma Widget API version 1, update 1 | ||
export type AlignItems = 'center' | 'start' | 'end' | ||
export type AlignItems = 'center' | 'start' | 'end' | 'baseline' | ||
export type BlendMode = | ||
@@ -466,2 +466,3 @@ | 'normal' | ||
hoverStyle?: HoverStyle | ||
positioning?: 'auto' | 'absolute' | ||
} | ||
@@ -504,3 +505,4 @@ | ||
rotation?: number | ||
flipVertical?: boolean | ||
// TODO: Add this back when we actually implement this | ||
// flipVertical?: boolean | ||
} | ||
@@ -517,3 +519,3 @@ | ||
direction?: 'horizontal' | 'vertical' | ||
horizontalAlignItems?: AlignItems | ||
horizontalAlignItems?: Omit<AlignItems, 'baseline'> | ||
verticalAlignItems?: AlignItems | ||
@@ -520,0 +522,0 @@ } |
{ | ||
"name": "@figma/widget-typings", | ||
"version": "1.3.0", | ||
"version": "1.4.0", | ||
"description": "Typings for the Figma Widget API", | ||
@@ -5,0 +5,0 @@ "main": "", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
23300
511