@rogieking/figui3 8.9.48 → 8.9.49

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-lab.css CHANGED
@@ -249,7 +249,6 @@ propskit-group {
249
249
 
250
250
  & > fig-header {
251
251
  cursor: default;
252
- padding-left: var(--spacer-3);
253
252
  gap: 0;
254
253
 
255
254
  &:focus-visible {
package/fig.js CHANGED
@@ -17142,6 +17142,7 @@ const FIG_ICON_TOKENS = {
17142
17142
  globe: { medium: "--icon-24-globe", small: "--icon-16-globe" },
17143
17143
  warning: { medium: "--icon-24-warning", small: "--icon-16-warning" },
17144
17144
  copy: { medium: "--icon-24-copy", small: "--icon-16-copy" },
17145
+ trash: { medium: "--icon-24-trash", small: "--icon-16-trash" },
17145
17146
  };
17146
17147
 
17147
17148
  function figIconCssVar(name, size = "medium") {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rogieking/figui3",
3
- "version": "8.9.48",
3
+ "version": "8.9.49",
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": "SEE LICENSE IN LICENSE",