barsa-tiles 2.3.29 → 2.3.31

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
@@ -668,6 +668,7 @@ declare class SimpleTileComponent extends BaseBtTileComponent<BaseTileSetting> i
668
668
  iconCalc: string;
669
669
  isCircle: boolean;
670
670
  iconColor: string;
671
+ iconImage: string;
671
672
  pictureIcon: FilePictureInfoModel;
672
673
  ngOnInit(): void;
673
674
  static ɵfac: i0.ɵɵFactoryDeclaration<SimpleTileComponent, never>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "barsa-tiles",
3
- "version": "2.3.29",
3
+ "version": "2.3.31",
4
4
  "peerDependencies": {
5
5
  "@angular/core": "^20.0.6",
6
6
  "@angular/common": "^20.0.6"