@openfin/web-notifications 2.14.0-alpha-4520 → 2.14.0-alpha-4528

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.
@@ -1445,7 +1445,8 @@ type Immutable<T> = {
1445
1445
  };
1446
1446
 
1447
1447
  type NotificationCenterTheme = {
1448
- palette: CustomPaletteSet;
1448
+ palette?: CustomPaletteSet;
1449
+ scheme?: 'light' | 'dark';
1449
1450
  };
1450
1451
  type NotificationCenterStartupOptions = {
1451
1452
  /**