@utrecht/web-component-library-stencil
Version:
Stencil component library bundle for the Municipality of Utrecht based on the NL Design System architecture
36 lines (31 loc) • 1.34 kB
JavaScript
import { p as proxyCustomElement, H, h } from './p-2f0ff193.js';
const urlDataCss = "@charset \"UTF-8\";.utrecht-url-data{break-inside:avoid;font-variant-ligatures:none;hyphens:none;overflow-wrap:anywhere}:host{display:inline}:host([hidden]){display:none !important}";
const UtrechtUrlDataStyle0 = urlDataCss;
const URLData = /*@__PURE__*/ proxyCustomElement(class URLData extends H {
constructor() {
super();
this.__registerHost();
this.__attachShadow();
}
render() {
return (h("span", { key: '8e856d9cd6473d1e79882068b5d33aa144023aa3', class: "utrecht-url-data" }, h("slot", { key: 'f5a23705220eed2860696549cc260c7e7c0f9595' })));
}
static get style() { return UtrechtUrlDataStyle0; }
}, [1, "utrecht-url-data"]);
function defineCustomElement$1() {
if (typeof customElements === "undefined") {
return;
}
const components = ["utrecht-url-data"];
components.forEach(tagName => { switch (tagName) {
case "utrecht-url-data":
if (!customElements.get(tagName)) {
customElements.define(tagName, URLData);
}
break;
} });
}
const UtrechtUrlData = URLData;
const defineCustomElement = defineCustomElement$1;
export { UtrechtUrlData, defineCustomElement };
//# sourceMappingURL=utrecht-url-data.js.map