@rogieking/figui3 6.14.0 → 6.15.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
@@ -15097,6 +15097,7 @@ const FIG_ICON_TOKENS = {
15097
15097
  steppers: "--icon-24-steppers",
15098
15098
  eyedropper: "--icon-24-eyedropper",
15099
15099
  add: "--icon-24-add",
15100
+ adjust: { medium: "--icon-24-adjust", small: "--icon-16-adjust" },
15100
15101
  minus: "--icon-24-minus",
15101
15102
  back: "--icon-24-back",
15102
15103
  forward: "--icon-24-forward",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rogieking/figui3",
3
- "version": "6.14.0",
3
+ "version": "6.15.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",