@rogieking/figui3 6.33.0 → 6.34.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/README.md +3 -1
- package/components.css +50 -4
- package/dist/components.css +1 -1
- package/dist/fig.css +1 -1
- package/fig.js +1 -0
- package/package.json +1 -1
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", "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