@wolkabout/commons 0.2.7 → 0.2.8

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": "@wolkabout/commons",
3
- "version": "0.2.7",
3
+ "version": "0.2.8",
4
4
  "peerDependencies": {
5
5
  "@angular/cdk": "21.2.0",
6
6
  "@angular/common": "21.2.0",
@@ -946,7 +946,7 @@ declare class LabeledValueComponent {
946
946
  }
947
947
 
948
948
  declare class IconComponent {
949
- icon: _angular_core.InputSignal<string | number | LoadedIcon | SvgIcon>;
949
+ icon: _angular_core.InputSignal<string | number | SvgIcon | LoadedIcon>;
950
950
  isAsyncIcon(): LoadedIcon | null;
951
951
  isSvgIcon(): SvgIcon | null;
952
952
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<IconComponent, never>;