learning_ai_common_plat/packages/design-tokens/generated
saravanakumardb1 dc8161b382 fix(design-tokens): add --bl-* alias layer to all 10 product CSS files + generator
Root cause: @bytelyst/ui components reference --bl-* tokens (e.g. --bl-accent,
--bl-bg-canvas) but only tokens.css (MindLyst) and chronomind.css had these
aliases. All other 10 product CSS files fell back to hardcoded defaults,
making shared components unstyled.

Changes:
- actiontrail.css: --bl-* → --at-*
- flowmonk.css: --bl-* → --fm-*
- jarvisjr.css: --bl-* → --jj-*
- localllmlab.css: --bl-* → --llm-*
- localmemgpt.css: --bl-* → --lmg-*
- lysnrai.css: --bl-* → --lys-*
- mindlyst.css: --bl-* → --ml-*
- nomgap.css: --bl-* → --ng-*
- notelett.css: --bl-* → --nl-*
- peakpulse.css: --bl-* → --pp-*
- generate.ts: generateProductCSS() now emits --bl-* aliases automatically

31 aliases per file covering: surfaces, borders, text, accent, info/success/
warning/danger, focus ring, overlay scrim.
2026-05-14 20:33:40 -07:00
..
native feat(design-tokens): extend generator with per-product Swift + Kotlin native themes 2026-03-28 00:25:03 -07:00
react-native feat(design-tokens): v1.1.0 — add product-specific tokens and new categories 2026-03-03 21:51:20 -08:00
actiontrail.css fix(design-tokens): add --bl-* alias layer to all 10 product CSS files + generator 2026-05-14 20:33:40 -07:00
chronomind.css fix(design-tokens): add --bl-* alias layer to chronomind.css for @bytelyst/ui compatibility 2026-05-14 20:18:08 -07:00
flowmonk.css fix(design-tokens): add --bl-* alias layer to all 10 product CSS files + generator 2026-05-14 20:33:40 -07:00
jarvisjr.css fix(design-tokens): add --bl-* alias layer to all 10 product CSS files + generator 2026-05-14 20:33:40 -07:00
localllmlab.css fix(design-tokens): add --bl-* alias layer to all 10 product CSS files + generator 2026-05-14 20:33:40 -07:00
localmemgpt.css fix(design-tokens): add --bl-* alias layer to all 10 product CSS files + generator 2026-05-14 20:33:40 -07:00
lysnrai.css fix(design-tokens): add --bl-* alias layer to all 10 product CSS files + generator 2026-05-14 20:33:40 -07:00
mindlyst.css fix(design-tokens): add --bl-* alias layer to all 10 product CSS files + generator 2026-05-14 20:33:40 -07:00
MindLystTheme.swift feat(design-tokens): generate platform token files (CSS, TS, Kotlin, Swift) 2026-02-12 12:15:07 -08:00
MindLystTokens.kt feat(design-tokens): add SSO brand color tokens 2026-03-04 19:54:40 -08:00
nomgap.css fix(design-tokens): add --bl-* alias layer to all 10 product CSS files + generator 2026-05-14 20:33:40 -07:00
notelett.css fix(design-tokens): add --bl-* alias layer to all 10 product CSS files + generator 2026-05-14 20:33:40 -07:00
peakpulse.css fix(design-tokens): add --bl-* alias layer to all 10 product CSS files + generator 2026-05-14 20:33:40 -07:00
tokens.css Improve shared UI primitives 2026-05-08 20:56:05 -07:00
tokens.ts feat(design-tokens): add actiontrail, notelett, localmemgpt, localllmlab product palettes 2026-03-27 16:23:13 -07:00