@eagami/ui 0.7.1 → 0.7.2

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": "@eagami/ui",
3
- "version": "0.7.1",
3
+ "version": "0.7.2",
4
4
  "description": "Lightweight, accessible Angular UI component library built on CSS custom properties",
5
5
  "author": "Michal Wiraszka <michal@eagami.com>",
6
6
  "license": "MIT",
@@ -67,6 +67,8 @@ declare class AvatarEditorComponent implements OnDestroy {
67
67
  readonly cropStateChange: _angular_core.OutputEmitterRef<AvatarEditorCropState>;
68
68
  readonly hasImage: _angular_core.WritableSignal<boolean>;
69
69
  readonly isDragOver: _angular_core.WritableSignal<boolean>;
70
+ readonly isAtOriginal: _angular_core.WritableSignal<boolean>;
71
+ readonly isLoading: _angular_core.WritableSignal<boolean>;
70
72
  readonly zoom: _angular_core.WritableSignal<number>;
71
73
  readonly canRevert: _angular_core.Signal<boolean>;
72
74
  private image;