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) 851 B
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); const index = require('./index-cdb0df7a.js'); const dataListActionsCss = ":host{display:contents}dd{margin-inline-start:0;align-items:baseline;display:flex;grid-column:-1;grid-row:1;justify-content:flex-end}:host([hidden]){display:none !important}"; const UtrechtDataListActionsStyle0 = dataListActionsCss; const DataListActions = class { constructor(hostRef) { index.registerInstance(this, hostRef); } render() { return (index.h("dd", { key: 'd01659ba29e577320cb664113a91d3bd046a44cf' }, index.h("slot", { key: 'cea8ab97d11ae9c14c74f81407974a4ab479da0b' }))); } }; DataListActions.style = UtrechtDataListActionsStyle0; exports.utrecht_data_list_actions = DataListActions; //# sourceMappingURL=utrecht-data-list-actions.cjs.entry.js.map