@cal.macconnachie/web-components 2.6.8 → 2.6.10
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/dist/index.d.ts +1 -1
- package/dist/index.js +5 -0
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -203,7 +203,7 @@ export declare class BaseDateTimePicker extends BaseElement {
|
|
|
203
203
|
|
|
204
204
|
export declare class BaseDrawer extends BaseElement {
|
|
205
205
|
open: boolean;
|
|
206
|
-
size: 'sm' | 'md' | 'lg';
|
|
206
|
+
size: 'sm' | 'md' | 'lg' | 'full';
|
|
207
207
|
detents: number[];
|
|
208
208
|
persistOnOverlayClick: boolean;
|
|
209
209
|
private isClosing;
|
package/dist/index.js
CHANGED
|
@@ -4906,6 +4906,7 @@ class j extends M {
|
|
|
4906
4906
|
animation: slideUp var(--transition-slow);
|
|
4907
4907
|
transform-origin: bottom center;
|
|
4908
4908
|
transition: height var(--transition-slow) cubic-bezier(0.4, 0, 0.2, 1);
|
|
4909
|
+
padding-bottom: env(safe-area-inset-bottom);
|
|
4909
4910
|
}
|
|
4910
4911
|
|
|
4911
4912
|
.modal-container--closing {
|
|
@@ -4964,6 +4965,10 @@ class j extends M {
|
|
|
4964
4965
|
max-width: 900px;
|
|
4965
4966
|
}
|
|
4966
4967
|
|
|
4968
|
+
.drawer-content--full {
|
|
4969
|
+
max-width: 100%;
|
|
4970
|
+
}
|
|
4971
|
+
|
|
4967
4972
|
@keyframes fadeIn {
|
|
4968
4973
|
from {
|
|
4969
4974
|
opacity: 0;
|