chore: restore product scaffold to rollback baseline

This commit is contained in:
Edison Jwa
2026-05-29 14:02:04 +09:00
parent 2896f14ec9
commit fe6e07353e
434 changed files with 27278 additions and 63230 deletions
+21
View File
@@ -0,0 +1,21 @@
# Chanora Material 3 Design Tokens
**Document status:** DV meeting baseline candidate
**Date:** 2026-05-29
## 1. Source
Implementation token source is `apps/chanora_flutter/lib/design/chanora_tokens.dart`.
## 2. Token Areas
| Token area | Purpose |
|---|---|
| Color roles | Connection, voice, permission, diagnostic, warning, and neutral states |
| Typography roles | App shell, status, channel/client lists, chat, settings, diagnostics |
| Spacing roles | Compact/mobile layout, control grouping, list density |
| Shape/elevation roles | Material 3 cards, sheets, banners, controls |
## 3. Verification
Token usage is verified through Flutter widget tests, visual review, and accessibility checks that critical state is not represented by color alone.