Commit Graph

3 Commits

Author SHA1 Message Date
Tara West
505de200ce feat(tokens): STYLE-001 MVP complete - 10 default tokens system
- Implemented StyleTokensModel for managing design tokens
- Added StyleTokensInjector to inject tokens into viewer preview
- 10 essential default tokens (primary, background, foreground, border, spacing, radius, shadows)
- Token storage in project metadata (styleTokens field)
- Real-time CSS variable injection in preview
- Fixed bug: tokens now inject for legacy projects without styleTokens field
- Tested and validated (see TEST-REPORT.md)

MVP does NOT include:
- UI panel for editing tokens
- Token picker component
- Import/export functionality
- Full token set (only 10 essentials)

These features are planned for STYLE-001 Full implementation.
2026-01-15 10:04:27 +01:00
Tara West
188d993420 working on problem opening projet 2026-01-12 13:27:19 +01:00
Richard Osborne
4a1080d547 Refactored dev-docs folder after multiple additions to organise correctly 2026-01-07 20:28:40 +01:00