learning_ai_common_plat/packages
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
..
api-client feat(api-client): add @bytelyst/api-client package 2026-02-12 11:20:04 -08:00
auth feat(auth): add @bytelyst/auth package 2026-02-12 11:19:58 -08:00
config feat(config): add @bytelyst/config package 2026-02-12 11:19:49 -08:00
cosmos feat(cosmos): add @bytelyst/cosmos package 2026-02-12 11:19:42 -08:00
design-tokens feat(design-tokens): generate platform token files (CSS, TS, Kotlin, Swift) 2026-02-12 12:15:07 -08:00
errors feat(errors): add @bytelyst/errors package 2026-02-12 11:19:35 -08:00
react-auth feat(react-auth): add @bytelyst/react-auth package 2026-02-12 11:22:41 -08:00