@utrecht/web-component-library-stencil
Version:
Stencil component library bundle for the Municipality of Utrecht based on the NL Design System architecture
22 lines (16 loc) • 1.05 kB
JavaScript
;
Object.defineProperty(exports, '__esModule', { value: true });
const index = require('./index-cdb0df7a.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) {
index.registerInstance(this, hostRef);
}
render() {
return (index.h(index.Host, { key: '404a8707098627156bd41922a1c93892225485f2', role: "rowgroup" }, index.h("slot", { key: 'e288498cd539f001409c8e3cc7be88c37b739760' })));
}
};
TableHeader.style = UtrechtTableHeaderStyle0;
exports.utrecht_table_header = TableHeader;
//# sourceMappingURL=utrecht-table-header.cjs.entry.js.map