learning_ai_common_plat/packages/design-tokens
saravanakumardb1 09c767295a feat(design-tokens): generate platform token files (CSS, TS, Kotlin, Swift)
Updated generator to match existing MindLyst conventions:
- Kotlin: SCREAMING_SNAKE_CASE, Palette/Dark/Light/BrainGradient/Typography/Motion/Layout
- Swift: Color(hex: UInt), dark/light prefixes, Gradient(colors:), MindLystMotion, Color ext
- CSS: [data-theme] selectors, --ml-fs-*, --ml-elevation-*, --ml-motion-*, light theme

Generated 4 files:
- generated/tokens.css — CSS custom properties (dark + light themes)
- generated/tokens.ts — Full token tree as const
- generated/MindLystTokens.kt — KMP shared module (drop-in for existing)
- generated/MindLystTheme.swift — SwiftUI structs (drop-in for existing)
2026-02-12 12:15:07 -08:00
..
generated feat(design-tokens): generate platform token files (CSS, TS, Kotlin, Swift) 2026-02-12 12:15:07 -08:00
scripts feat(design-tokens): generate platform token files (CSS, TS, Kotlin, Swift) 2026-02-12 12:15:07 -08:00
src feat(design-tokens): add @bytelyst/design-tokens package 2026-02-12 11:22:52 -08:00
tokens feat(design-tokens): add @bytelyst/design-tokens package 2026-02-12 11:22:52 -08:00
package.json feat(design-tokens): add @bytelyst/design-tokens package 2026-02-12 11:22:52 -08:00
tsconfig.json feat(design-tokens): add @bytelyst/design-tokens package 2026-02-12 11:22:52 -08:00