UNPKG

@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.03 kB
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); const index = require('./index-df3f0e01.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) { index.registerInstance(this, hostRef); } render() { return (index.h(index.Host, { key: 'c5bb707b76ded6cde128a98a1a9dd7735cd4eeb3', role: "rowgroup" }, index.h("slot", { key: 'c198a8ef32cfeff840a33e7501af188850605dc0' }))); } }; TableHeader.style = UtrechtTableHeaderStyle0; exports.utrecht_table_header = TableHeader; //# sourceMappingURL=utrecht-table-header.cjs.entry.js.map