@breadstone/mosaik-elements-angular 0.0.74 → 0.0.75

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/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## 0.0.75 (2025-07-06)
2
+
3
+ This was a version bump only for mosaik-elements-angular to align it with other projects, there were no code changes.
4
+
1
5
  ## 0.0.74 (2025-07-06)
2
6
 
3
7
  ### 🚀 Features
@@ -54864,7 +54864,7 @@ class IconNameDirective {
54864
54864
  if (!iconName) {
54865
54865
  throw new Error('[IconNameDirective]: Icon name must be a non-empty string.');
54866
54866
  }
54867
- this._element.data = this._registry.get(iconName);
54867
+ this._element.icon = this._registry.get(iconName);
54868
54868
  }
54869
54869
  }
54870
54870
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.6", ngImport: i0, type: IconNameDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });