@rogieking/figui3 6.18.3 → 6.19.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
@@ -15141,7 +15141,7 @@ customElements.define("fig-preview", FigPreview);
15141
15141
  const FIG_ICON_TOKENS = {
15142
15142
  chevron: "--icon-16-chevron",
15143
15143
  checkmark: "--icon-16-checkmark",
15144
- reset: "--icon-16-reset",
15144
+ reset: { medium: "--icon-24-reset", small: "--icon-16-reset" },
15145
15145
  "arrow-left": {
15146
15146
  medium: "--icon-24-arrow-left",
15147
15147
  small: "--icon-16-arrow-left",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rogieking/figui3",
3
- "version": "6.18.3",
3
+ "version": "6.19.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",