@rogieking/figui3 8.8.1 → 8.9.1

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-editor.css CHANGED
@@ -765,8 +765,7 @@ fig-select-options,
765
765
  }
766
766
 
767
767
  /* List breathing room (not on the scroller itself). */
768
- & > :not(.fig-overflow):first-child,
769
- & > .fig-overflow-start + :not(.fig-overflow) {
768
+ & > :nth-child(1 of :not(.fig-overflow)) {
770
769
  margin-top: var(--spacer-2);
771
770
  }
772
771
 
package/fig.js CHANGED
@@ -16535,6 +16535,7 @@ const FIG_ICON_TOKENS = {
16535
16535
  hidden: { medium: "--icon-24-hidden", small: "--icon-16-hidden" },
16536
16536
  globe: { medium: "--icon-24-globe", small: "--icon-16-globe" },
16537
16537
  warning: { medium: "--icon-24-warning", small: "--icon-16-warning" },
16538
+ copy: { medium: "--icon-24-copy", small: "--icon-16-copy" },
16538
16539
  };
16539
16540
 
16540
16541
  function figIconCssVar(name, size = "medium") {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rogieking/figui3",
3
- "version": "8.8.1",
3
+ "version": "8.9.1",
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",