@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) • 845 B
JavaScript
import { r as registerInstance, h } from './index-6be72d1f.js';
const dataListKeyCss = ":host{display:contents}dt{color:var(--utrecht-data-list-item-key-color);font-size:var(--utrecht-data-list-item-key-font-size);font-weight:var(--utrecht-data-list-item-key-font-weight);line-height:var(--utrecht-data-list-item-key-line-height)}:host([hidden]){display:none !important}";
const UtrechtDataListKeyStyle0 = dataListKeyCss;
const DataListKey = class {
constructor(hostRef) {
registerInstance(this, hostRef);
}
render() {
return (h("dt", { key: '493aabfb8a11ce574797fa0463d5b41b6dbbd122' }, h("slot", { key: '9d1ed04864df3c2ff6fe8fbed29f83cc9dbedcef' })));
}
};
DataListKey.style = UtrechtDataListKeyStyle0;
export { DataListKey as utrecht_data_list_key };
//# sourceMappingURL=utrecht-data-list-key.entry.js.map