climb-onyx-gui 0.16.3-dev → 0.16.3-dev.3

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.
@@ -10,7 +10,7 @@ interface BasePlotProps {
10
10
  yAxisType?: string;
11
11
  legendTitle?: string;
12
12
  layout?: Partial<Layout>;
13
- theme: string;
13
+ darkMode: boolean;
14
14
  uirevision: string;
15
15
  }
16
16
  interface GraphProps extends DataProps {
@@ -1,17 +1,17 @@
1
1
  import { Dispatch, SetStateAction } from 'react';
2
- import { ExportStatus, TabState, Project, Field, Themes } from './types';
2
+ import { ExportStatus, TabState, Project, Field } from './types';
3
3
  export interface OnyxProps {
4
+ enabled: boolean;
4
5
  httpPathHandler: (path: string) => Promise<Response>;
5
6
  s3PathHandler: (path: string) => Promise<void>;
6
7
  fileWriter: (path: string, content: string) => Promise<void>;
7
- extTheme?: string | null;
8
8
  extVersion: string;
9
9
  getItem?: (key: string) => unknown;
10
10
  setItem?: (key: string, value: unknown) => void;
11
11
  setTitle?: (title: string) => void;
12
12
  }
13
13
  export interface PageProps extends OnyxProps {
14
- theme: Themes;
14
+ darkMode: boolean;
15
15
  tabState: TabState;
16
16
  setTabState: Dispatch<SetStateAction<TabState>>;
17
17
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "climb-onyx-gui",
3
- "version": "0.16.3-dev",
3
+ "version": "0.16.3-dev.3",
4
4
  "description": "Onyx Graphical User Interface",
5
5
  "keywords": [
6
6
  "gui",