general-library-union 3.2.70 → 3.2.71

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "general-library-union",
3
- "version": "3.2.70",
3
+ "version": "3.2.71",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/animations": "^18.0.4",
@@ -45,5 +45,6 @@ export declare class TareasModel {
45
45
  nombreTabla: string;
46
46
  tareasHijas: TareasModel[];
47
47
  iconoModulo: string;
48
+ palabras: string;
48
49
  constructor(descripcion?: string, nombrepadre?: string, icono?: string);
49
50
  }
@@ -1443,6 +1443,7 @@ min-height: 60px !important;
1443
1443
 
1444
1444
  .avatar-container{
1445
1445
  width: 100px !important;
1446
+ height: 100px;
1446
1447
  }
1447
1448
 
1448
1449
  .menu-accordeon {