@openfin/workspace-platform 17.2.10 → 17.2.12

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.
@@ -1,6 +1,6 @@
1
1
  import type { DefaultTheme } from 'styled-components';
2
2
  import type OpenFin from '@openfin/core';
3
- import { ColorSchemeType, ThemeSet } from '@openfin/ui-library';
3
+ import { ThemeSet } from '@openfin/ui-library';
4
4
  import { ColorSchemeOptionType } from '../../../client-api-platform/src/shapes';
5
5
  export type WorkspaceComponentSetSelectedSchemePayload = {
6
6
  newScheme: ColorSchemeOptionType;
@@ -74,7 +74,7 @@ export interface CustomThemeOptionsWithScheme extends BaseThemeOptions {
74
74
  *
75
75
  * @default 'dark'
76
76
  */
77
- default?: Omit<ColorSchemeType, 'system'>;
77
+ default?: `${Exclude<ColorSchemeOptionType, 'system'>}`;
78
78
  /**
79
79
  * The palette for this theme.
80
80
  *