@flywheel-io/vision 21.1.0 → 21.1.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": "@flywheel-io/vision",
3
- "version": "21.1.0",
3
+ "version": "21.1.1",
4
4
  "description": "Flywheel UI elements provided as Angular components and native web components",
5
5
  "author": "Flywheel",
6
6
  "license": "MIT",
@@ -155,7 +155,7 @@ declare class FwAvatarComponent {
155
155
  * Applies selected styling, they can also be applied by host-context
156
156
  */
157
157
  selected: _angular_core.ModelSignal<boolean>;
158
- size: _angular_core.InputSignal<"large" | "medium" | "small" | "x-large">;
158
+ size: _angular_core.InputSignal<"large" | "medium" | "small" | "compact" | "x-large">;
159
159
  variant: _angular_core.InputSignal<"circular" | "rounded" | "square">;
160
160
  hostClasses: _angular_core.Signal<string>;
161
161
  onClick(): void;