@ieeesa-npm/groups 0.12.5 → 0.12.6

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.
@@ -283,7 +283,7 @@ export declare class TreeViewComponent implements OnInit, AfterViewInit, OnDestr
283
283
  */
284
284
  trackByFn(index: number, iconButton: IconButton): number;
285
285
  /**
286
- * Sets indentation based on the node level and devices.
286
+ * Sets indentation based on the node level.
287
287
  * @param {GroupNode} node
288
288
  * @return {{ [key: string]: string }}
289
289
  * @memberof TreeViewComponent
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ieeesa-npm/groups",
3
- "version": "0.12.5",
3
+ "version": "0.12.6",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^16.1.0",
6
6
  "@angular/core": "^16.1.0"