@rogieking/figui3 8.7.0 → 8.8.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 CHANGED
@@ -1685,11 +1685,11 @@ Masked icon using `--icon-16-*` and `--icon-24-*` design tokens (SVG artboard si
1685
1685
  |---|---|---|---|
1686
1686
  | `name` | string | — | Icon name: `add`, `send`, `close`, `chevron`, `arrow-left`, etc. |
1687
1687
  | `size` | string | `medium` | `medium` (1.5rem) or `small` (1rem) |
1688
- | `color` | string | — | Icon fill (`background-color`), e.g. `var(--figma-color-icon)` |
1688
+ | `color` | string | — | Alias (`primary`, `secondary`, `tertiary`, `disabled`, `brand`, `component`, `danger`, `success`, `warning`, `selected`, `hover`, `pressed`, `onbrand`, …); CSS variables and explicit CSS colors also accepted |
1689
1689
 
1690
1690
  ```html
1691
1691
  <fig-icon name="close"></fig-icon>
1692
- <fig-icon name="send"></fig-icon>
1692
+ <fig-icon name="send" color="brand"></fig-icon>
1693
1693
  <fig-icon name="chevron" size="small"></fig-icon>
1694
1694
  ```
1695
1695