semaphor 0.0.17 → 0.0.19

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -125,6 +125,7 @@ export declare type DashboardProps = {
125
125
  authToken: AuthToken | undefined;
126
126
  style?: TStyle;
127
127
  currentTheme?: 'light' | 'dark' | 'system';
128
+ version?: string;
128
129
  onEvent?: (event: TEvent) => void;
129
130
  onSave?: (dashboard: TDashboard) => void;
130
131
  LoadingComponent?: (props: LoadingProps) => React.ReactNode;