@rogieking/figui3 8.9.37 → 8.9.39
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 +1 -0
- package/dist/fig-lab.js +1 -1
- package/dist/fig.js +3 -3
- package/fig-lab.js +1 -1
- package/fig.js +15 -8
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -809,6 +809,7 @@ The internal group always has `compact`. `value` uses the same `{ x, y, x2, y2 }
|
|
|
809
809
|
| `units-disallow` | string | `"px"` | Comma-separated unit disallow list (e.g. `"px,rem"`) |
|
|
810
810
|
| `unit-position` | string | `"suffix"` | `"suffix"` or `"prefix"` |
|
|
811
811
|
| `transform` | number | — | Display multiplier |
|
|
812
|
+
| `precision` | number | — | Fixed displayed decimal places; omitted values use up to two places |
|
|
812
813
|
| `steppers` | boolean | `false` | Show spin buttons |
|
|
813
814
|
| `disabled` | boolean | `false` | Disabled state |
|
|
814
815
|
|