refactor: migrate legacy wire namespace to wrn
This commit is contained in:
@@ -9,14 +9,14 @@ rebuilt. Numbers come from the source and from a browser, not from estimates.
|
||||
property does not warn — it resolves to nothing — so the styles that used them
|
||||
silently did nothing:
|
||||
|
||||
| Token | Effect while undefined |
|
||||
| ----------------------------- | --------------------------------------------------------- |
|
||||
| `--wire-color-focus` | Focus rings drew with no colour, in 14 components |
|
||||
| `--wire-color-surface-soft` | Every soft surface rendered transparent, in 27 components |
|
||||
| `--wire-color-on-danger` | Text on danger fills had no colour |
|
||||
| `--wire-color-surface-subtle` | Subtle panels rendered transparent |
|
||||
| `--wire-color-input-*` (6) | Input backgrounds, borders and placeholders unstyled |
|
||||
| `*-hover`, `*-contrast` | Missing for info, success, warning and danger |
|
||||
| Token | Effect while undefined |
|
||||
| ---------------------------- | --------------------------------------------------------- |
|
||||
| `--wrn-color-focus` | Focus rings drew with no colour, in 14 components |
|
||||
| `--wrn-color-surface-soft` | Every soft surface rendered transparent, in 27 components |
|
||||
| `--wrn-color-on-danger` | Text on danger fills had no colour |
|
||||
| `--wrn-color-surface-subtle` | Subtle panels rendered transparent |
|
||||
| `--wrn-color-input-*` (6) | Input backgrounds, borders and placeholders unstyled |
|
||||
| `*-hover`, `*-contrast` | Missing for info, success, warning and danger |
|
||||
|
||||
They are derived in the theme now, so they follow the palette and the accent.
|
||||
Verified in a browser: 38 tokens referenced, **0 undefined** (was 10).
|
||||
|
||||
Reference in New Issue
Block a user