@rogieking/figui3 6.32.0 → 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/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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rogieking/figui3",
3
- "version": "6.32.0",
3
+ "version": "6.32.2",
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",