valtech-components 2.0.266 → 2.0.267

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.266",
3
+ "version": "2.0.267",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^18.0.0",
6
6
  "@angular/core": "^18.0.0",
@@ -145,31 +145,36 @@ ion-back-button {
145
145
  font-family: var(--ion-default-font), Arial, sans-serif;
146
146
  }
147
147
 
148
- ion-modal .date-picker-custom {
149
- max-width: 340px;
150
- max-height: 390px;
148
+ // ion-modal .date-picker-custom {
149
+ // max-width: 340px;
150
+ // max-height: 390px;
151
151
 
152
- .ion-page {
153
- justify-content: flex-start !important;
154
- }
152
+ // .ion-page {
153
+ // justify-content: flex-start !important;
154
+ // }
155
155
 
156
- .modal-wrapper {
157
- border-radius: pxToRem($border-radius-large) !important;
158
- }
159
- }
156
+ // .modal-wrapper {
157
+ // border-radius: pxToRem($border-radius-large) !important;
158
+ // }
159
+ // }
160
160
 
161
161
  ion-modal {
162
162
  &.ion-datetime-button-overlay {
163
163
  --border-radius: 1.5rem !important;
164
164
  }
165
165
 
166
- @media only screen and (max-width: 768px) {
167
- --border-radius: 1.5rem 1.5rem 0rem 0rem !important;
168
- }
166
+ // @media only screen and (max-width: 768px) {
167
+ // --border-radius: 1.5rem 1.5rem 0rem 0rem !important;
168
+ // }
169
169
 
170
- @media only screen and (min-width: 768px) and (min-height: 600px) {
171
- --border-radius: 1.5rem !important;
172
- }
170
+ // @media only screen and (min-width: 768px) and (min-height: 600px) {
171
+ // --border-radius: 1.5rem !important;
172
+ // }
173
+ }
174
+
175
+ :host(.modal-sheet) .modal-wrapper,
176
+ :host(.modal-sheet) .modal-shadow {
177
+ border-radius: 1.5rem !important;
173
178
  }
174
179
 
175
180
  .img-black {