UNPKG

@utrecht/web-component-library-stencil

Version:

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

22 lines (16 loc) 924 B
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); const index = require('./index-df3f0e01.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) { index.registerInstance(this, hostRef); } render() { return (index.h("dt", { key: '493aabfb8a11ce574797fa0463d5b41b6dbbd122' }, index.h("slot", { key: '9d1ed04864df3c2ff6fe8fbed29f83cc9dbedcef' }))); } }; DataListKey.style = UtrechtDataListKeyStyle0; exports.utrecht_data_list_key = DataListKey; //# sourceMappingURL=utrecht-data-list-key.cjs.entry.js.map