design system token v0.4

This commit is contained in:
Juan
2026-04-13 17:46:30 -05:00
parent f7acb63782
commit c1d4d55333
11 changed files with 33 additions and 12 deletions

View File

@@ -101,6 +101,7 @@ Source of truth: `tokens/*.json` (W3C DTCG format).
| `color.semantic.border` | `{color.primitive.grey.3}` | Default border |
| `color.semantic.input` | `{color.primitive.grey.3}` | Input border |
| `color.semantic.ring` | `{color.primitive.orange}` | Focus ring |
| `color.semantic.hero-bg` | `{color.primitive.grey.2}` | Hero banner background |
| `color.semantic.chart.1` | `{color.primitive.orange}` | Chart accent |
| `color.semantic.chart.2` | `{color.primitive.grey.7}` | Chart secondary |
| `color.semantic.chart.3` | `{color.primitive.grey.5}` | Chart tertiary |
@@ -133,6 +134,7 @@ Source of truth: `tokens/*.json` (W3C DTCG format).
| `color.dark.border` | `{color.primitive.grey.7}` | Dark border |
| `color.dark.input` | `{color.primitive.grey.7}` | Dark input border |
| `color.dark.ring` | `{color.primitive.orange}` | Dark focus ring |
| `color.dark.hero-bg` | `{color.primitive.grey.8}` | Dark hero banner background |
| `color.dark.chart.1` | `{color.primitive.orange}` | Dark chart accent |
| `color.dark.chart.2` | `{color.primitive.grey.3}` | Dark chart secondary |
| `color.dark.chart.3` | `{color.primitive.grey.4}` | Dark chart tertiary |