igniteui-angular 19.0.2 → 19.0.3

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.
@@ -36,20 +36,6 @@ export declare class IgxIconComponent implements OnInit, OnChanges, OnDestroy {
36
36
  protected get elementClasses(): string;
37
37
  private addIconClass;
38
38
  private clearIconClasses;
39
- /**
40
- * This allows you to disable the `aria-hidden` attribute. By default it's applied.
41
- *
42
- * @example
43
- * ```typescript
44
- * @ViewChild("MyIcon") public icon: IgxIconComponent;
45
- * constructor(private cdRef:ChangeDetectorRef) {}
46
- * ngAfterViewInit() {
47
- * this.icon.ariaHidden = false;
48
- * this.cdRef.detectChanges();
49
- * }
50
- * ```
51
- */
52
- ariaHidden: boolean;
53
39
  /**
54
40
  * An accessor that returns inactive property.
55
41
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "igniteui-angular",
3
- "version": "19.0.2",
3
+ "version": "19.0.3",
4
4
  "description": "Ignite UI for Angular is a dependency-free Angular toolkit for building modern web apps",
5
5
  "author": "Infragistics",
6
6
  "license": "SEE LICENSE IN LICENSE",