@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) • 981 B
JavaScript
import { r as registerInstance, h, H as Host } from './index-593361c2.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);page-break-inside:avoid;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: '404a8707098627156bd41922a1c93892225485f2', role: "rowgroup" }, h("slot", { key: 'e288498cd539f001409c8e3cc7be88c37b739760' })));
}
};
TableHeader.style = UtrechtTableHeaderStyle0;
export { TableHeader as utrecht_table_header };
//# sourceMappingURL=utrecht-table-header.entry.js.map