@utrecht/web-component-library-stencil
Version:
Stencil component library bundle for the Municipality of Utrecht based on the NL Design System architecture
18 lines (14 loc) • 957 B
JavaScript
import { r as registerInstance, h, H as Host } from './index-6be72d1f.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 = class {
constructor(hostRef) {
registerInstance(this, hostRef);
}
render() {
return (h(Host, { key: 'c5bb707b76ded6cde128a98a1a9dd7735cd4eeb3', role: "rowgroup" }, h("slot", { key: 'c198a8ef32cfeff840a33e7501af188850605dc0' })));
}
};
TableHeader.style = UtrechtTableHeaderStyle0;
export { TableHeader as utrecht_table_header };
//# sourceMappingURL=utrecht-table-header.entry.js.map