@flywheel-io/vision 20.1.1 → 20.1.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/index.d.ts CHANGED
@@ -156,6 +156,7 @@ declare class FwAvatarComponent {
156
156
  hasedColor: i0.Signal<string>;
157
157
  colorToDisplay: i0.Signal<string>;
158
158
  isImageBroken: i0.WritableSignal<boolean>;
159
+ reloadImageOnUrlChange: i0.EffectRef;
159
160
  loadImage(): void;
160
161
  errorImage(): void;
161
162
  static ɵfac: i0.ɵɵFactoryDeclaration<FwAvatarComponent, never>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flywheel-io/vision",
3
- "version": "20.1.1",
3
+ "version": "20.1.2",
4
4
  "description": "Flywheel UI elements provided as Angular components and native web components",
5
5
  "author": "Flywheel",
6
6
  "license": "MIT",