UNPKG

@utrecht/web-component-library-stencil

Version:

Stencil component library bundle for the Municipality of Utrecht based on the NL Design System architecture

23 lines (17 loc) 1.63 kB
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); const index = require('./index-cdb0df7a.js'); const tableHeaderCellCss = ":host{--utrecht-icon-size:var(--utrecht-table-cell-icon-size);block-size:var(--utrecht-table-cell-line-height, 1em);line-height:var(--utrecht-table-cell-line-height, inherit);padding-block-end:var(--utrecht-table-cell-padding-block-end, 0);padding-block-start:var(--utrecht-table-cell-padding-block-start, 0);padding-inline-end:var(--utrecht-table-cell-padding-inline-end, 0);padding-inline-start:var(--utrecht-table-cell-padding-inline-start, 0);text-align:start;color:var(--utrecht-table-header-cell-color);font-size:var(--utrecht-table-header-cell-font-size);font-weight:var(--utrecht-table-header-cell-font-weight, bold);text-transform:var(--utrecht-table-header-cell-text-transform);vertical-align:var(--_utrecht-table-header-cell-vertical-align, top);z-index:var(--_utrecht-table-header-cell-z-index);display:table-cell}"; const UtrechtTableHeaderCellStyle0 = tableHeaderCellCss; const TableHeaderCell = class { constructor(hostRef) { index.registerInstance(this, hostRef); this.scope = undefined; } render() { return (index.h(index.Host, { key: '1625c9dda888bb2d13bd61a4f8c435b3d7272cca', role: this.scope === 'col' ? 'columnheader' : this.scope === 'row' ? 'rowheader' : 'cell' }, index.h("slot", { key: '7a762a39e4d7b66407a39fee8c7e861dbeac48e0' }))); } }; TableHeaderCell.style = UtrechtTableHeaderCellStyle0; exports.utrecht_table_header_cell = TableHeaderCell; //# sourceMappingURL=utrecht-table-header-cell.cjs.entry.js.map