valtech-components 2.0.267 → 2.0.268

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.267",
3
+ "version": "2.0.268",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^18.0.0",
6
6
  "@angular/core": "^18.0.0",
@@ -172,8 +172,8 @@ ion-modal {
172
172
  // }
173
173
  }
174
174
 
175
- :host(.modal-sheet) .modal-wrapper,
176
- :host(.modal-sheet) .modal-shadow {
175
+ .modal-wrapper,
176
+ .modal-shadow {
177
177
  border-radius: 1.5rem !important;
178
178
  }
179
179