@openfin/workspace 23.2.6 → 23.2.8
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.
- package/common/src/api/theming.d.ts +1 -0
- package/externals.report.json +8 -0
- package/home.js +1 -1
- package/home.js.map +1 -1
- package/index.js +1 -1
- package/index.js.map +1 -1
- package/notifications.js +1 -1
- package/notifications.js.map +1 -1
- package/package.json +2 -1
- package/store.js +1 -1
- package/store.js.map +1 -1
|
@@ -160,6 +160,7 @@ export type CustomThemeOptionsWithScheme = BaseThemeOptions & {
|
|
|
160
160
|
export type ThemeOptions = BaseThemeOptions & {
|
|
161
161
|
seed: Parameters<typeof generateTheme>[0];
|
|
162
162
|
overrides?: Parameters<typeof generateTheme>[1];
|
|
163
|
+
default?: Exclude<ColorSchemeOptionType, 'system'>;
|
|
163
164
|
} & {
|
|
164
165
|
notificationIndicatorColors?: NotificationIndicatorColorsWithScheme | NotificationIndicatorColors;
|
|
165
166
|
};
|
package/externals.report.json
CHANGED
|
@@ -59,6 +59,14 @@
|
|
|
59
59
|
"issuer": "common/src/api/i18next.ts"
|
|
60
60
|
}
|
|
61
61
|
],
|
|
62
|
+
"lodash.clonedeep": [
|
|
63
|
+
{
|
|
64
|
+
"type": "root-implicit",
|
|
65
|
+
"version": "4.5.0",
|
|
66
|
+
"packageName": "common/package.json",
|
|
67
|
+
"issuer": "common/src/utils/layout.ts"
|
|
68
|
+
}
|
|
69
|
+
],
|
|
62
70
|
"dexie": [
|
|
63
71
|
{
|
|
64
72
|
"type": "root-implicit",
|