@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/README.md +85 -9
- package/components.css +2 -0
- package/dist/components.css +1 -1
- package/dist/fig-editor.css +1 -1
- package/dist/fig-lab.css +1 -1
- package/dist/fig-lab.js +16 -16
- package/dist/fig.css +1 -1
- package/dist/fig.js +1 -1
- package/fig-lab.css +430 -59
- package/fig-lab.js +855 -59
- package/fig.js +1 -0
- package/package.json +1 -1
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