@openfin/workspace-platform 23.2.7 → 23.2.9

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.
@@ -136,6 +136,7 @@ export type CustomThemeOptionsWithScheme = BaseThemeOptions & {
136
136
  export type ThemeOptions = BaseThemeOptions & {
137
137
  seed: Parameters<typeof generateTheme>[0];
138
138
  overrides?: Parameters<typeof generateTheme>[1];
139
+ default?: Exclude<ColorSchemeOptionType, 'system'>;
139
140
  } & {
140
141
  notificationIndicatorColors?: NotificationIndicatorColorsWithScheme | NotificationIndicatorColors;
141
142
  };
@@ -29,6 +29,14 @@
29
29
  "issuer": "common/src/api/i18next.ts"
30
30
  }
31
31
  ],
32
+ "lodash.clonedeep": [
33
+ {
34
+ "type": "root-implicit",
35
+ "version": "4.5.0",
36
+ "packageName": "common/package.json",
37
+ "issuer": "common/src/utils/layout.ts"
38
+ }
39
+ ],
32
40
  "title-case": [
33
41
  {
34
42
  "type": "root-implicit",