FN-8628: add Factory Dark dashboard theme
Add a low-light industrial dashboard color theme with first-paint support and release documentation.
- Register Factory Dark across persisted theme types, selector metadata, and desktop/dashboard bootstrap validators.
- Define dark and light Factory Dark tokens, swatches, and selector styling.
- Cover theme registration, tokens, bootstrap behavior, and UI theme-option counts.
- Add a minor @runfusion/fusion changeset and document the theme.
Files changed:
.changeset/fn-8628-factory-dark-theme.md | 7 ++
docs/dashboard-guide.md | 3 +-
docs/settings-reference.md | 2 +-
packages/core/src/types/execution-and-ui.ts | 2 +
.../app/__tests__/factory-dark-theme.test.ts | 106 +++++++++++++++++++++
.../dashboard/app/components/ThemeSelector.css | 14 +++
.../components/__tests__/ThemeDropdown.test.tsx | 2 +-
.../components/__tests__/ThemeSelector.test.tsx | 2 +-
.../__tests__/CommandCenterControls.test.tsx | 2 +-
packages/dashboard/app/components/themeOptions.ts | 1 +
packages/dashboard/app/index.html | 2 +-
packages/dashboard/app/public/theme-data.css | 86 ++++++++++++++++-
packages/desktop/src/renderer/index.html | 1 +
13 files changed, 223 insertions(+), 7 deletions(-)
Fusion-Task-Id: FN-8628
Fusion-Task-Lineage: 6f3c7cd9-0130-482d-8aa8-ca47d48b134f
Co-authored-by: Fusion (runfusion.ai) <noreply@runfusion.ai>