@propbinder/mobile-design 0.2.68 → 0.2.69
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.
|
@@ -1699,7 +1699,7 @@ class DsMobileBottomSheetWrapperComponent {
|
|
|
1699
1699
|
<div class="bottom-sheet-wrapper">
|
|
1700
1700
|
<ng-content></ng-content>
|
|
1701
1701
|
</div>
|
|
1702
|
-
`, isInline: true, styles: [":host{display:block;background:var(--color-background-neutral-primary, #ffffff);background:#fff;height:auto}.bottom-sheet-wrapper{display:flex;flex-direction:column;background:var(--color-background-neutral-primary, #ffffff);background:#fff;padding-bottom:calc(env(safe-area-inset-bottom,0px) + 16px);overflow:hidden;width:100%;height:auto;min-height:
|
|
1702
|
+
`, isInline: true, styles: [":host{display:block;background:var(--color-background-neutral-primary, #ffffff);background:#fff;height:auto}.bottom-sheet-wrapper{display:flex;flex-direction:column;background:var(--color-background-neutral-primary, #ffffff);background:#fff;padding-bottom:calc(env(safe-area-inset-bottom,0px) + 16px);overflow:hidden;width:100%;height:auto;min-height:160px}:host ::ng-deep .view-container:not(.is-animating){height:auto!important;min-height:0!important}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }] });
|
|
1703
1703
|
}
|
|
1704
1704
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: DsMobileBottomSheetWrapperComponent, decorators: [{
|
|
1705
1705
|
type: Component,
|
|
@@ -1707,7 +1707,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImpo
|
|
|
1707
1707
|
<div class="bottom-sheet-wrapper">
|
|
1708
1708
|
<ng-content></ng-content>
|
|
1709
1709
|
</div>
|
|
1710
|
-
`, styles: [":host{display:block;background:var(--color-background-neutral-primary, #ffffff);background:#fff;height:auto}.bottom-sheet-wrapper{display:flex;flex-direction:column;background:var(--color-background-neutral-primary, #ffffff);background:#fff;padding-bottom:calc(env(safe-area-inset-bottom,0px) + 16px);overflow:hidden;width:100%;height:auto;min-height:
|
|
1710
|
+
`, styles: [":host{display:block;background:var(--color-background-neutral-primary, #ffffff);background:#fff;height:auto}.bottom-sheet-wrapper{display:flex;flex-direction:column;background:var(--color-background-neutral-primary, #ffffff);background:#fff;padding-bottom:calc(env(safe-area-inset-bottom,0px) + 16px);overflow:hidden;width:100%;height:auto;min-height:160px}:host ::ng-deep .view-container:not(.is-animating){height:auto!important;min-height:0!important}\n"] }]
|
|
1711
1711
|
}], ctorParameters: () => [{ type: i0.ElementRef }] });
|
|
1712
1712
|
|
|
1713
1713
|
/**
|