@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) • 772 B
JavaScript
import { r as registerInstance, h } from './index-593361c2.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) {
registerInstance(this, hostRef);
}
render() {
return (h("dd", { key: 'd01659ba29e577320cb664113a91d3bd046a44cf' }, h("slot", { key: 'cea8ab97d11ae9c14c74f81407974a4ab479da0b' })));
}
};
DataListActions.style = UtrechtDataListActionsStyle0;
export { DataListActions as utrecht_data_list_actions };
//# sourceMappingURL=utrecht-data-list-actions.entry.js.map