general-library-union 3.0.58 → 3.0.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.0.58",
3
+ "version": "3.0.60",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/animations": "^18.0.4",
@@ -76,11 +76,6 @@ p-autocomplete.ng-dirty.ng-invalid > .p-autocomplete > .p-inputtext {
76
76
  background: $inputListItemHoverBg;
77
77
  }
78
78
 
79
- &:focus{
80
- color: $inputListItemTextHoverColor;
81
- background: $inputListItemHoverBg;
82
- }
83
-
84
79
  &.p-highlight {
85
80
  color: $highlightTextColor;
86
81
  background: $highlightBg;
@@ -120,3 +115,8 @@ p-autocomplete.p-autocomplete-clearable .p-autocomplete-dd {
120
115
  right: $buttonIconOnlyWidth + nth($inputPadding, 2);
121
116
  }
122
117
  }
118
+
119
+ .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item:not(.p-highlight):not(.p-disabled).p-focus {
120
+ color: var(--color-600);
121
+ background: var(--color-85);
122
+ }
@@ -142,6 +142,11 @@ p-dropdown.ng-dirty.ng-invalid > .p-dropdown {
142
142
  }
143
143
  }
144
144
 
145
+ .p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled).p-focus {
146
+ color: var(--color-600);
147
+ background: var(--color-85);
148
+ }
149
+
145
150
  @media (max-width:1440px){
146
151
 
147
152
  .p-dropdown .p-dropdown-panel {
@@ -76,11 +76,6 @@ p-autocomplete.ng-dirty.ng-invalid > .p-autocomplete > .p-inputtext {
76
76
  background: $inputListItemHoverBg;
77
77
  }
78
78
 
79
- &:focus{
80
- color: $inputListItemTextHoverColor;
81
- background: $inputListItemHoverBg;
82
- }
83
-
84
79
  &.p-highlight {
85
80
  color: $highlightTextColor;
86
81
  background: $highlightBg;
@@ -122,6 +117,6 @@ p-autocomplete.p-autocomplete-clearable .p-autocomplete-dd {
122
117
  }
123
118
 
124
119
  .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item:not(.p-highlight):not(.p-disabled).p-focus {
125
- color: #0c1520;
126
- background: var(--color-100);
120
+ color: var(--color-600);
121
+ background: var(--color-85);
127
122
  }
@@ -162,6 +162,11 @@ p-dropdown.ng-dirty.ng-invalid > .p-dropdown {
162
162
  }
163
163
  }
164
164
 
165
+ .p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled).p-focus {
166
+ color: var(--color-600);
167
+ background: var(--color-85);
168
+ }
169
+
165
170
 
166
171
  @media (max-width:1440px){
167
172