igniteui-angular 19.2.31 → 19.2.32

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.
@@ -123,6 +123,9 @@ export declare class IgxToggleDirective implements IToggleView, OnInit, OnDestro
123
123
  * @hidden
124
124
  */
125
125
  get hiddenClass(): boolean;
126
+ /**
127
+ * @hidden
128
+ */
126
129
  get hiddenWebkitClass(): boolean;
127
130
  /**
128
131
  * @hidden
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "igniteui-angular",
3
- "version": "19.2.31",
3
+ "version": "19.2.32",
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",