wave-ui 4.1.0 → 4.2.0

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.
@@ -223,8 +223,8 @@ export interface $waveui {
223
223
  presets: Record<string, Record<string, string | number | boolean>>;
224
224
  };
225
225
  colors: Record<WaveColor | string, string>;
226
- preferredTheme: null;
227
- theme: null;
226
+ preferredTheme: 'light' | 'dark' | null;
227
+ theme: 'light' | 'dark' | null;
228
228
  _notificationManager: null;
229
229
  /**
230
230
  * @param {string} message