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.13 kB
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); const index = require('./index-df3f0e01.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) { index.registerInstance(this, hostRef); } render() { // TODO: Associate with parent <utrecht-table> aria-labelledby attribute return index.h("slot", { key: 'f4249429707582a4dca66ed500943e636276a464' }); } }; TableCaption.style = UtrechtTableCaptionStyle0; exports.utrecht_table_caption = TableCaption; //# sourceMappingURL=utrecht-table-caption.cjs.entry.js.map