@openfin/workspace 23.2.7 → 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.
@@ -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
  };
@@ -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",
@@ -76,13 +84,13 @@
76
84
  "type": "root-implicit",
77
85
  "version": "^4.0.11",
78
86
  "packageName": "common/package.json",
79
- "issuer": "common/src/utils/create-and-migrate-ibd-store.ts"
87
+ "issuer": "common/src/api/pages/idb.ts"
80
88
  },
81
89
  {
82
90
  "type": "root-implicit",
83
91
  "version": "^4.0.11",
84
92
  "packageName": "common/package.json",
85
- "issuer": "common/src/api/pages/idb.ts"
93
+ "issuer": "common/src/utils/create-and-migrate-ibd-store.ts"
86
94
  }
87
95
  ]
88
96
  }