@mozaic-ds/angular 2.4.0 → 2.4.1

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": "@mozaic-ds/angular",
3
- "version": "2.4.0",
3
+ "version": "2.4.1",
4
4
  "type": "module",
5
5
  "peerDependencies": {
6
6
  "@angular/common": ">=20.3.15",
@@ -2426,6 +2426,7 @@ declare class MozComboboxComponent<T = string> implements ControlValueAccessor {
2426
2426
  readonly searched: _angular_core.OutputEmitterRef<string>;
2427
2427
  private readonly triggerEl;
2428
2428
  private readonly viewportEl;
2429
+ private readonly connectedOverlay;
2429
2430
  /** Unique instance id */
2430
2431
  readonly uniqId: number;
2431
2432
  readonly comboboxId: string;