general-library-union 2.3.94 → 2.3.96

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": "2.3.94",
3
+ "version": "2.3.96",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/animations": "^18.0.4",
@@ -183,10 +183,6 @@ $backgroundToLeft: linear-gradient(to left, $azulColorBtnM, $azulColorBtnM2);
183
183
  }
184
184
  }
185
185
 
186
- #not-found input::-webkit-input-placeholder {
187
- position: relative;
188
- left: 20px;
189
- }
190
186
 
191
187
  #not-found button:hover{
192
188
  background: linear-gradient(to top, var(--color-500), var(--color-400));
@@ -209,6 +205,11 @@ $backgroundToLeft: linear-gradient(to left, $azulColorBtnM, $azulColorBtnM2);
209
205
  border-radius: 5px !important;
210
206
  border-right: solid 1px var(--color-100) !important;
211
207
  padding-left: 30px;
208
+ border-left: none;
209
+ }
210
+
211
+ #not-found .p-inputgroup input:hover {
212
+ z-index: initial;
212
213
  }
213
214
 
214
215
 
@@ -190,11 +190,6 @@ body {
190
190
  }
191
191
  }
192
192
 
193
- #not-found input::-webkit-input-placeholder {
194
- position: relative;
195
- left: 20px;
196
- }
197
-
198
193
 
199
194
  #not-found .p-button {
200
195
  box-shadow: 0px 0px 10px hsla(var(--color-h), 100%, 60%, 0.7);
@@ -211,6 +206,11 @@ body {
211
206
  border-radius: 5px !important;
212
207
  border-right: solid 1px var(--color-100) !important;
213
208
  padding-left: 30px;
209
+ border-left: none;
210
+ }
211
+
212
+ #not-found .p-inputgroup input:hover {
213
+ z-index: initial;
214
214
  }
215
215
 
216
216
  #not-found .no-found-input {