valtech-components 2.0.274 → 2.0.277

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": "valtech-components",
3
- "version": "2.0.274",
3
+ "version": "2.0.277",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^18.0.0",
6
6
  "@angular/core": "^18.0.0",
@@ -52,7 +52,7 @@ input {
52
52
  }
53
53
 
54
54
  ion-searchbar {
55
- padding: 0;;
55
+ padding: 0 !important;
56
56
  }
57
57
 
58
58
  ion-searchbar div input {
@@ -200,6 +200,6 @@ ion-modal {
200
200
 
201
201
  ion-modal.modal-card ion-header ion-toolbar:last-of-type,
202
202
  ion-modal.modal-sheet ion-header ion-toolbar:last-of-type {
203
- padding: 0;
204
- padding-bottom: 0.5rem;
203
+ padding: 0 !important;
204
+ padding-bottom: 0.5rem !important;
205
205
  }