UNPKG

@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) 1.26 kB
import { r as registerInstance, h, H as Host } from './index-6be72d1f.js'; const tableCellCss = ":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;border-block-end-color:var(--utrecht-table-row-border-block-end-color, transparent);border-block-end-style:solid;border-block-end-width:var(--utrecht-table-row-border-block-end-width, 0);vertical-align:top;display:table-cell}"; const UtrechtTableCellStyle0 = tableCellCss; const TableCell = class { constructor(hostRef) { registerInstance(this, hostRef); } render() { return (h(Host, { key: 'e57f2f40e56e2e02a10a20656eb2bc8a73ca9df3', role: "cell" }, h("slot", { key: '3e82c13861946377e2ed3fae80142e4403ec8345' }))); } }; TableCell.style = UtrechtTableCellStyle0; export { TableCell as utrecht_table_cell }; //# sourceMappingURL=utrecht-table-cell.entry.js.map