cloud-ide-layout 1.0.209 → 1.0.210

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.
Files changed (2) hide show
  1. package/index.d.ts +1 -1
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -905,7 +905,7 @@ declare class NotificationSettingsService {
905
905
  readonly settings: _angular_core.Signal<NotificationSettings>;
906
906
  readonly soundEnabled: _angular_core.Signal<boolean>;
907
907
  readonly soundVolume: _angular_core.Signal<number>;
908
- readonly soundType: _angular_core.Signal<"default" | "gentle" | "alert" | "chime" | "none">;
908
+ readonly soundType: _angular_core.Signal<"none" | "default" | "gentle" | "alert" | "chime">;
909
909
  readonly quietHoursEnabled: _angular_core.Signal<boolean>;
910
910
  readonly isQuietHours: _angular_core.Signal<boolean>;
911
911
  constructor();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cloud-ide-layout",
3
- "version": "1.0.209",
3
+ "version": "1.0.210",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^20.1.0",
6
6
  "@angular/core": "^20.1.0",