UNPKG

@utrecht/web-component-library-stencil

Version:

Stencil component library bundle for the Municipality of Utrecht based on the NL Design System architecture

25 lines (24 loc) 710 B
/** * @license EUPL-1.2 * Copyright (c) 2020-2024 Frameless B.V. * Copyright (c) 2021-2024 Gemeente Utrecht */ import { h } from "@stencil/core"; export class Emphasis { render() { return (h("em", { key: 'c22073e4a9412dad95a173fcad56872622c47b7c', class: "utrecht-emphasis" }, h("slot", { key: '74887e5669e145bb51ad89f4b0b137ca03c96695' }))); } static get is() { return "utrecht-emphasis"; } static get encapsulation() { return "shadow"; } static get originalStyleUrls() { return { "$": ["emphasis.scss"] }; } static get styleUrls() { return { "$": ["emphasis.css"] }; } } //# sourceMappingURL=emphasis.js.map