general-library-union 3.2.59 → 3.2.60

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.59",
3
+ "version": "3.2.60",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/animations": "^18.0.4",
@@ -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(): "visible" | "collapsed" | "expanded" | "hidden";
33
+ get submenuAnimation(): "collapsed" | "expanded" | "hidden" | "visible";
34
34
  get isHorizontal(): boolean;
35
35
  get isSlim(): boolean;
36
36
  get isSlimPlus(): boolean;
@@ -4709,7 +4709,6 @@ background: var(--color-75) !important;
4709
4709
 
4710
4710
 
4711
4711
  .imagen-menu {
4712
- background: var(--color-85);
4713
4712
  border-radius: 5px;
4714
4713
  min-width: 100px;
4715
4714
  max-width: 150px;