general-library-union 3.0.10 → 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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "general-library-union",
3
- "version": "3.0.10",
3
+ "version": "3.0.11",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/animations": "^18.0.4",
@@ -5041,7 +5041,8 @@ p-dropdown.ng-dirty.ng-invalid>.p-dropdown {
5041
5041
 
5042
5042
 
5043
5043
  &:hover{
5044
- background: var(--color-100) !important;
5044
+ background:#4f4f5f !important;
5045
+ box-shadow: 2px 2px 8px 6px rgba(0, 0, 0, 0.11);
5045
5046
  }
5046
5047
  }
5047
5048