@openfin/workspace-platform 22.1.1 → 22.1.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.
@@ -6,4 +6,4 @@ export declare const getThemes: () => CustomThemes;
6
6
  * Accepts an array of CustomThemes objects and stores it
7
7
  * @returns array of custom theme objects
8
8
  */
9
- export default function initTheming(customThemes: CustomThemes): Promise<void>;
9
+ export default function initTheming(customThemes: CustomThemes | undefined): Promise<void>;
@@ -237,6 +237,7 @@ export declare const OpenFinDarkTheme: {
237
237
  contentBackground4: string;
238
238
  contentBackground5: string;
239
239
  };
240
+ export declare const DefaultOpenFinTheme: CustomThemes;
240
241
  /**
241
242
  * Transforms input {@link CustomThemes} to {@link ComputedThemes} used by Workspace Platform / Notifications Platform.
242
243
  *