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.58 kB
import { p as proxyCustomElement, H, h, d as Host } from './p-2f0ff193.js'; const tableHeaderCss = ":host{--_utrecht-table-header-cell-vertical-align:bottom;--_utrecht-table-header-cell-z-index:8;background-color:var(--utrecht-table-header-background-color, transparent);break-inside:avoid;color:var(--utrecht-table-header-color);font-weight:var(--utrecht-table-header-font-weight);text-transform:var(--utrecht-table-header-text-transform);display:table-header-group}"; const UtrechtTableHeaderStyle0 = tableHeaderCss; const TableHeader = /*@__PURE__*/ proxyCustomElement(class TableHeader extends H { constructor() { super(); this.__registerHost(); this.__attachShadow(); } render() { return (h(Host, { key: 'c5bb707b76ded6cde128a98a1a9dd7735cd4eeb3', role: "rowgroup" }, h("slot", { key: 'c198a8ef32cfeff840a33e7501af188850605dc0' }))); } static get style() { return UtrechtTableHeaderStyle0; } }, [1, "utrecht-table-header"]); function defineCustomElement$1() { if (typeof customElements === "undefined") { return; } const components = ["utrecht-table-header"]; components.forEach(tagName => { switch (tagName) { case "utrecht-table-header": if (!customElements.get(tagName)) { customElements.define(tagName, TableHeader); } break; } }); } const UtrechtTableHeader = TableHeader; const defineCustomElement = defineCustomElement$1; export { UtrechtTableHeader, defineCustomElement }; //# sourceMappingURL=utrecht-table-header.js.map