@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/components.css +2 -0
- package/dist/components.css +1 -1
- package/dist/fig-lab.css +1 -1
- package/dist/fig.css +1 -1
- package/dist/fig.js +1 -1
- package/fig-lab.css +0 -1
- package/fig.js +1 -0
- package/package.json +1 -1
package/fig-lab.css
CHANGED
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