@rogieking/figui3 6.33.1 → 6.35.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/fig.js CHANGED
@@ -352,6 +352,7 @@ function figSupportsPopover() {
352
352
 
353
353
  /**
354
354
  * A custom button element that supports different types and states.
355
+ * @attr {string} variant - Visual style: "primary", "secondary", "destructive", "destructiveSecondary", "destructiveGhost", "ghost", "link", "input", or "overlay"
355
356
  * @attr {string} type - The button type: "button" (default), "toggle", "submit", or "link"
356
357
  * @attr {boolean} selected - Whether the button is in a selected state
357
358
  * @attr {boolean} disabled - Whether the button is disabled
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rogieking/figui3",
3
- "version": "6.33.1",
3
+ "version": "6.35.0",
4
4
  "description": "A lightweight web components library for building Figma plugin and widget UIs with native look and feel",
5
5
  "author": "Rogie King",
6
6
  "license": "MIT",