@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) • 711 B
JavaScript
/**
* @license EUPL-1.2
* Copyright (c) 2020-2024 Frameless B.V.
* Copyright (c) 2021-2024 Gemeente Utrecht
*/
import { h } from "@stencil/core";
export class URLData {
render() {
return (h("span", { key: '8e856d9cd6473d1e79882068b5d33aa144023aa3', class: "utrecht-url-data" }, h("slot", { key: 'f5a23705220eed2860696549cc260c7e7c0f9595' })));
}
static get is() { return "utrecht-url-data"; }
static get encapsulation() { return "shadow"; }
static get originalStyleUrls() {
return {
"$": ["url-data.scss"]
};
}
static get styleUrls() {
return {
"$": ["url-data.css"]
};
}
}
//# sourceMappingURL=url-data.js.map