@rogieking/figui3 6.32.1 → 6.32.2
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 +1 -1
- package/components.css +3 -2
- package/dist/components.css +1 -1
- package/dist/fig.css +1 -1
- package/fig.js +1 -1
- package/package.json +1 -1
package/fig.js
CHANGED
|
@@ -12675,7 +12675,7 @@ figDefineElement("fig-swatch", FigSwatch);
|
|
|
12675
12675
|
* @attr {boolean} upload - Show upload overlay (generates fig-input-file)
|
|
12676
12676
|
* @attr {string} label - Upload button label (default "Upload")
|
|
12677
12677
|
* @attr {string} size - small | medium | large | auto (token-sized square)
|
|
12678
|
-
* @attr {string} aspect-ratio - CSS aspect-ratio value
|
|
12678
|
+
* @attr {string} aspect-ratio - CSS aspect-ratio value (default `4/3`)
|
|
12679
12679
|
* @attr {string} fit - CSS object-fit value
|
|
12680
12680
|
* @attr {boolean} checkerboard - Show checkerboard behind transparent media
|
|
12681
12681
|
* @attr {string} caption - Caption text rendered below the media preview
|
package/package.json
CHANGED