general-library-union 2.3.82 → 2.3.84

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.82",
3
+ "version": "2.3.84",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/animations": "^18.0.4",
@@ -193,6 +193,21 @@ $backgroundToLeft: linear-gradient(to left, $azulColorBtnM, $azulColorBtnM2);
193
193
  padding: 0.6rem 3rem;
194
194
  }
195
195
 
196
+ .p-inputgroup-search {
197
+ background: #fff;
198
+ padding: .7rem;
199
+ border-radius: 5px 0px 0px 5px;
200
+ border: solid 1px var(--color-100);
201
+ border-right: none;
202
+ }
203
+
204
+
205
+
206
+ .no-found-input {
207
+ border-radius: 0px 5px 5px 0px !important;
208
+ border-left: none !important;
209
+ }
210
+
196
211
 
197
212
 
198
213
  @media (max-width:1440px){
@@ -194,6 +194,19 @@ body {
194
194
  box-shadow: 0px 0px 10px hsla(var(--color-h), 100%, 60%, 0.7);
195
195
  }
196
196
 
197
+ .p-inputgroup-search {
198
+ background: #fff;
199
+ padding: .7rem;
200
+ border-radius: 5px 0px 0px 5px;
201
+ border: solid 1px var(--color-100);
202
+ border-right: none;
203
+ }
204
+
205
+ .no-found-input {
206
+ border-radius: 0px 5px 5px 0px !important;
207
+ border-left: none !important;
208
+ }
209
+
197
210
 
198
211
  @media (max-width:1440px){
199
212