general-library-union 3.0.95 → 3.0.97

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.0.95",
3
+ "version": "3.0.97",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/animations": "^18.0.4",
@@ -635,6 +635,7 @@ export declare class GeneralPipe implements PipeTransform {
635
635
  LOGOICONOSAM: string;
636
636
  LOGOICONOAPS: string;
637
637
  LOGOICONOSEG: string;
638
+ LOGOICONOSAMANTA: string;
638
639
  MAPALOGOSICONOS: {
639
640
  codigo: string;
640
641
  nombre: string;
@@ -61,6 +61,9 @@
61
61
  }
62
62
  }
63
63
 
64
+ .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content {
65
+ background:var(--color-85);
66
+ }
64
67
  @media (max-width:1366px){
65
68
 
66
69
  .p-tieredmenu .p-menuitem-link {
@@ -64,6 +64,10 @@
64
64
  }
65
65
  }
66
66
 
67
+ .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content {
68
+ background:var(--color-85);
69
+ }
70
+
67
71
  @media only screen and (max-width:1600px) and (min-width:1200px) {
68
72
  .p-tieredmenu.p-tieredmenu-overlay{
69
73
  min-width: 148px;