UNPKG

@utrecht/web-component-library-stencil

Version:

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

19 lines (15 loc) 1.16 kB
import { r as registerInstance, h } from './index-6be72d1f.js'; const digidButtonCss = ".utrecht-digid-button{--utrecht-button-min-block-size:var(--utrecht-digid-button-block-size, 44px);--utrecht-logo-max-block-size:var(--utrecht-digid-button-block-size, 50px);--utrecht-logo-max-inline-size:var(--utrecht-digid-button-block-size, 50px);block-size:var(--utrecht-digid-button-block-size, 50px);display:inline-flex;gap:var(--utrecht-space-inline-sm)}:host{display:block}:host([hidden]){display:none !important}"; const UtrechtDigidButtonStyle0 = digidButtonCss; const DigidButton = class { constructor(hostRef) { registerInstance(this, hostRef); this.type = undefined; } render() { return (h("div", { key: 'f1212d9f2e58b416ad10adbf9be0f7f13c5ab691', class: "utrecht-digid-button" }, h("utrecht-digid-logo", { key: '422595d281253ee157ea2acd7e5ae014e1ffcf9d', class: "utrecht-digid-button__logo" }), h("slot", { key: '665ad8db0714b47d0565d21f586ad1e8d78d1d72' }))); } }; DigidButton.style = UtrechtDigidButtonStyle0; export { DigidButton as utrecht_digid_button }; //# sourceMappingURL=utrecht-digid-button.entry.js.map