@mozaic-ds/angular 2.0.0-beta.17 → 2.0.0-beta.18

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.0.0-beta.17",
3
+ "version": "2.0.0-beta.18",
4
4
  "type": "module",
5
5
  "peerDependencies": {
6
6
  "@angular/common": ">=20.3.15",
@@ -17,13 +17,13 @@
17
17
  "url": "https://github.com/adeo/mozaic-angular.git"
18
18
  },
19
19
  "module": "fesm2022/mozaic-ds-angular.mjs",
20
- "typings": "index.d.ts",
20
+ "typings": "types/mozaic-ds-angular.d.ts",
21
21
  "exports": {
22
22
  "./package.json": {
23
23
  "default": "./package.json"
24
24
  },
25
25
  ".": {
26
- "types": "./index.d.ts",
26
+ "types": "./types/mozaic-ds-angular.d.ts",
27
27
  "default": "./fesm2022/mozaic-ds-angular.mjs"
28
28
  }
29
29
  }
@@ -531,7 +531,7 @@ declare class MozPincodeInputComponent implements OnInit, ControlValueAccessor {
531
531
  private readonly cdr;
532
532
  private readonly ngZone;
533
533
  id: _angular_core.InputSignal<string>;
534
- length: _angular_core.InputSignal<5 | 6 | 4>;
534
+ length: _angular_core.InputSignal<6 | 4 | 5>;
535
535
  name: _angular_core.InputSignal<string | undefined>;
536
536
  isInvalid: _angular_core.InputSignal<boolean>;
537
537
  disabled: _angular_core.InputSignal<boolean>;