cloud-ide-layout 1.0.107 → 1.0.108

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
@@ -655,7 +655,7 @@ declare class NotificationSettingsService {
655
655
  readonly settings: _angular_core.Signal<NotificationSettings>;
656
656
  readonly soundEnabled: _angular_core.Signal<boolean>;
657
657
  readonly soundVolume: _angular_core.Signal<number>;
658
- readonly soundType: _angular_core.Signal<"default" | "gentle" | "alert" | "chime" | "none">;
658
+ readonly soundType: _angular_core.Signal<"none" | "default" | "gentle" | "alert" | "chime">;
659
659
  readonly quietHoursEnabled: _angular_core.Signal<boolean>;
660
660
  readonly isQuietHours: _angular_core.Signal<boolean>;
661
661
  constructor();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cloud-ide-layout",
3
- "version": "1.0.107",
3
+ "version": "1.0.108",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^20.1.0",
6
6
  "@angular/core": "^20.1.0",