@mozaic-ds/angular 2.0.64 → 2.0.65

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.64",
3
+ "version": "2.0.65",
4
4
  "type": "module",
5
5
  "peerDependencies": {
6
6
  "@angular/common": ">=20.3.15",
@@ -242,7 +242,7 @@ declare class MozFileUploaderItemComponent {
242
242
  readonly fileName: _angular_core.Signal<string>;
243
243
  readonly fileInfo: _angular_core.Signal<string>;
244
244
  readonly isInline: _angular_core.Signal<boolean>;
245
- readonly stateModifier: _angular_core.Signal<"default" | "error" | "loading">;
245
+ readonly stateModifier: _angular_core.Signal<"error" | "loading" | "default">;
246
246
  readonly modifierClass: _angular_core.Signal<string>;
247
247
  readonly isUploading: _angular_core.Signal<boolean>;
248
248
  readonly stateIcon: _angular_core.Signal<typeof CheckCircle32 | typeof Uploading32 | typeof WarningCircle32>;