UNPKG

@sandlada/mdc

Version:

@sandlada/mdc is an open source component library that follows the Material Design 3 design specifications.

8 lines 621 B
import{customElement as e}from"../../node_modules/@lit/reactive-element/decorators/custom-element.js";import"../../node_modules/lit/decorators.js";import t from"../../_virtual/_@oxc-project_runtime@0.144.0/helpers/esm/decorate.js";import"../elevation/elevation.js";import{bottomSheetStyles as n}from"./bottom-sheet.style.js";import{BaseBottomSheet as r}from"./internal/base-bottom-sheet.js"; /** * @license * Copyright 2026 Kai-Orion & Sandlada * SPDX-License-Identifier: MIT */ let i=class extends r{static{this.styles=n}};i=t([e(`mdc-bottom-sheet`)],i);export{i as BottomSheet}; //# sourceMappingURL=bottom-sheet.js.map