general-library-union 3.0.9 → 3.0.11
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;
|
|
@@ -5041,7 +5041,8 @@ p-dropdown.ng-dirty.ng-invalid>.p-dropdown {
|
|
|
5041
5041
|
|
|
5042
5042
|
|
|
5043
5043
|
&:hover{
|
|
5044
|
-
background
|
|
5044
|
+
background:#4f4f5f !important;
|
|
5045
|
+
box-shadow: 2px 2px 8px 6px rgba(0, 0, 0, 0.11);
|
|
5045
5046
|
}
|
|
5046
5047
|
}
|
|
5047
5048
|
|
|
@@ -5065,7 +5066,7 @@ p-dropdown.ng-dirty.ng-invalid>.p-dropdown {
|
|
|
5065
5066
|
display: inline-block;
|
|
5066
5067
|
background-color: transparent;
|
|
5067
5068
|
border-radius: 50%;
|
|
5068
|
-
width: 25px;
|
|
5069
|
+
width: 25px !important;
|
|
5069
5070
|
height: 25px;
|
|
5070
5071
|
display: flex;
|
|
5071
5072
|
align-items: center;
|