valtech-components 2.0.273 → 2.0.276

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.273",
3
+ "version": "2.0.276",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^18.0.0",
6
6
  "@angular/core": "^18.0.0",
@@ -51,6 +51,10 @@ input {
51
51
  }
52
52
  }
53
53
 
54
+ ion-searchbar {
55
+ padding: 0 !important;
56
+ }
57
+
54
58
  ion-searchbar div input {
55
59
  padding-inline-start: pxToRem(28);
56
60
  margin-top: pxToRem(6) !important;
@@ -193,3 +197,9 @@ ion-modal {
193
197
  // font-size: pxToRem(40) !important;
194
198
  // font-weight: 800;
195
199
  // }
200
+
201
+ ion-modal.modal-card ion-header ion-toolbar:last-of-type,
202
+ ion-modal.modal-sheet ion-header ion-toolbar:last-of-type {
203
+ padding: 0 !important;
204
+ padding-bottom: 0.5rem !important;
205
+ }