@rogieking/figui3 8.0.3 → 8.2.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
@@ -11787,6 +11787,7 @@ class FigMedia extends HTMLElement {
11787
11787
  spinner.setAttribute("data-generated", "");
11788
11788
  spinner.setAttribute("data-loading-indicator", "");
11789
11789
  spinner.setAttribute("slot", "overlay");
11790
+ spinner.setAttribute("size", "small");
11790
11791
  spinner.setAttribute("aria-hidden", "true");
11791
11792
  this.append(spinner);
11792
11793
  this.#loadingSpinner = spinner;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rogieking/figui3",
3
- "version": "8.0.3",
3
+ "version": "8.2.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",