UNPKG

@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.21 kB
import { p as proxyCustomElement, H, h, d as Host } from './p-2f0ff193.js'; const tableRowCss = ":host{break-inside:avoid;display:table-row}"; const UtrechtTableRowStyle0 = tableRowCss; const TableRow = /*@__PURE__*/ proxyCustomElement(class TableRow extends H { constructor() { super(); this.__registerHost(); this.__attachShadow(); } render() { return (h(Host, { key: 'aee29755a992b5474d573c384d871be54c30a402', role: "row" }, h("slot", { key: 'ba08000e6008dbda42e255d5d6c53bc88d3fe0ca' }))); } static get style() { return UtrechtTableRowStyle0; } }, [1, "utrecht-table-row"]); function defineCustomElement$1() { if (typeof customElements === "undefined") { return; } const components = ["utrecht-table-row"]; components.forEach(tagName => { switch (tagName) { case "utrecht-table-row": if (!customElements.get(tagName)) { customElements.define(tagName, TableRow); } break; } }); } const UtrechtTableRow = TableRow; const defineCustomElement = defineCustomElement$1; export { UtrechtTableRow, defineCustomElement }; //# sourceMappingURL=utrecht-table-row.js.map