UNPKG

@utrecht/web-component-library-stencil

Version:

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

19 lines (15 loc) 1.06 kB
import { r as registerInstance, h } from './index-6be72d1f.js'; const tableCaptionCss = ":host{break-after:avoid;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);text-align:var(--utrecht-table-caption-text-align, center);break-after:avoid;break-inside:avoid;display:table-caption}"; const UtrechtTableCaptionStyle0 = tableCaptionCss; const TableCaption = class { constructor(hostRef) { registerInstance(this, hostRef); } render() { // TODO: Associate with parent <utrecht-table> aria-labelledby attribute return h("slot", { key: 'f4249429707582a4dca66ed500943e636276a464' }); } }; TableCaption.style = UtrechtTableCaptionStyle0; export { TableCaption as utrecht_table_caption }; //# sourceMappingURL=utrecht-table-caption.entry.js.map