UNPKG

@sandlada/mdc

Version:

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

8 lines 1.02 kB
import{customElement as e}from"../../node_modules/@lit/reactive-element/decorators/custom-element.js";import{property as t}from"../../node_modules/@lit/reactive-element/decorators/property.js";import"../../node_modules/lit/decorators.js";import{html as n}from"../../node_modules/lit-html/lit-html.js";import{LitElement as r}from"../../node_modules/lit-element/lit-element.js";import"../../node_modules/lit/index.js";import i from"../../_virtual/_@oxc-project_runtime@0.144.0/helpers/esm/decorate.js";import{typographyStyles as a}from"./typography.styles.js"; /** * @license * Copyright 2025 Kai-Orion & Sandlada * SPDX-License-Identifier: MIT */ let o=class extends r{constructor(...e){super(...e),this.emphasized=!1,this.variant=`body-medium`}static{this.styles=a}render(){return n`<slot></slot>`}};i([t({type:Boolean,reflect:!0})],o.prototype,`emphasized`,void 0),i([t({type:String,reflect:!0})],o.prototype,`variant`,void 0),o=i([e(`mdc-typography`)],o);export{o as MDCTypography}; //# sourceMappingURL=typography.js.map