duck-dev-lib 0.0.32 → 0.0.33

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "duck-dev-lib",
3
- "version": "0.0.32",
3
+ "version": "0.0.33",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^21.0.0",
6
6
  "@angular/core": "^21.0.0"
@@ -302,6 +302,7 @@ declare class DuckDevTooltip {
302
302
  }
303
303
 
304
304
  declare class DuckDevModalClassic implements OnInit {
305
+ private readonly platformId;
305
306
  private readonly elementRef;
306
307
  readonly isOpen: _angular_core.InputSignal<boolean>;
307
308
  ngOnInit(): void;