Merge branch 'develop' into feature/dashboardPage

This commit is contained in:
2025-11-24 13:32:28 +00:00
13 changed files with 496 additions and 9 deletions

View File

@@ -12,3 +12,7 @@ export type InfoBarData = {
};
export type StatusIndicator = "neutral-quaternary" | "dark" | "info" | "success" | "warning" | "danger";
export type Region = {
name: string;
brushColour: string;
};