Replace undefined dashboard primary text aliases with the canonical theme-aware text token. - Swap non-Command-Center CSS references from `--text-primary` to `--text` across dashboard components. - Extend text token canonicalization tests to block future `--text-primary` usage and root alias definitions. - Document the dashboard CSS token rule and add a patch changeset for the published CLI bundle. Files changed: .changeset/fn-6688-text-primary-cleanup.md | 5 +++++ docs/dashboard-guide.md | 2 ++ .../__tests__/text-token-canonicalization.test.ts | 18 ++++++++++++++++-- .../dashboard/app/components/ActiveAgentsPanel.css | 4 ++-- .../dashboard/app/components/CliBinaryPanel.css | 2 +- .../app/components/ConversationHistory.css | 6 +++--- .../dashboard/app/components/DesktopLaunchGate.css | 2 +- packages/dashboard/app/components/ErrorBoundary.css | 2 +- .../dashboard/app/components/LanguageSelector.css | 2 +- packages/dashboard/app/components/MobileNavBar.css | 4 ++-- packages/dashboard/app/components/QuickEntryBox.css | 6 +++--- packages/dashboard/app/components/ScriptsModal.css | 21 +++++++++++++-------- .../dashboard/app/components/SkillMultiselect.css | 2 +- .../dashboard/app/components/TaskFieldsSection.css | 4 ++-- .../app/components/WorkflowFieldsPanel.css | 2 +- packages/dashboard/app/styles.css | 2 +- 16 files changed, 55 insertions(+), 29 deletions(-) Fusion-Task-Id: FN-6688 Fusion-Task-Lineage: 96e47af2-8bf5-4326-be24-2816530fd646
1.3 KiB
1.3 KiB