general-library-union 3.2.59 → 3.2.61
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
|
@@ -30,7 +30,7 @@ export declare class AppMenuitemComponent implements OnInit, OnDestroy {
|
|
|
30
30
|
calculatePosition(overlay: HTMLElement, target: HTMLElement): void;
|
|
31
31
|
itemClick(event: Event): void;
|
|
32
32
|
onMouseEnter(): void;
|
|
33
|
-
get submenuAnimation(): "
|
|
33
|
+
get submenuAnimation(): "collapsed" | "expanded" | "hidden" | "visible";
|
|
34
34
|
get isHorizontal(): boolean;
|
|
35
35
|
get isSlim(): boolean;
|
|
36
36
|
get isSlimPlus(): boolean;
|
|
@@ -971,6 +971,7 @@ color: #232323;
|
|
|
971
971
|
|
|
972
972
|
.contenedor-titulo-actos img {
|
|
973
973
|
width: 4.5rem;
|
|
974
|
+
filter: invert(100%) sepia(50%) saturate(39%) hue-rotate(180deg) brightness(580%) contrast(100%);
|
|
974
975
|
}
|
|
975
976
|
|
|
976
977
|
|
|
@@ -4709,7 +4710,6 @@ background: var(--color-75) !important;
|
|
|
4709
4710
|
|
|
4710
4711
|
|
|
4711
4712
|
.imagen-menu {
|
|
4712
|
-
background: var(--color-85);
|
|
4713
4713
|
border-radius: 5px;
|
|
4714
4714
|
min-width: 100px;
|
|
4715
4715
|
max-width: 150px;
|