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.15 kB
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); const index = require('./index-cdb0df7a.js'); const tableCaptionCss = ":host{break-inside:avoid;color:var(--utrecht-table-caption-color);font-family:var(--utrecht-table-caption-font-family);font-size:var(--utrecht-table-caption-font-size);font-weight:var(--utrecht-table-caption-font-weight);line-height:var(--utrecht-table-caption-line-height);margin-block-end:var(--utrecht-table-caption-margin-block-end);page-break-after:avoid;text-align:var(--utrecht-table-caption-text-align, center);display:table-caption;page-break-after:avoid;page-break-inside:avoid}"; const UtrechtTableCaptionStyle0 = tableCaptionCss; const TableCaption = class { constructor(hostRef) { index.registerInstance(this, hostRef); } render() { // TODO: Associate with parent <utrecht-table> aria-labelledby attribute return index.h("slot", { key: '88705126388d55ce43b0e881fd04ea86635b3a19' }); } }; TableCaption.style = UtrechtTableCaptionStyle0; exports.utrecht_table_caption = TableCaption; //# sourceMappingURL=utrecht-table-caption.cjs.entry.js.map