@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) • 1.02 kB
JavaScript
import { r as registerInstance, h } from './index-6be72d1f.js';
const logoButtonCss = ".utrecht-logo-button{--utrecht-icon-size:var(--utrecht-logo-button-icon, 50px);--utrecht-button-min-block-size:var(--utrecht-logo-button-block-size, 50px);--utrecht-logo-max-block-size:var(--utrecht-logo-button-block-size, 50px);--utrecht-logo-max-inline-size:var(--utrecht-logo-button-block-size, 50px);align-items:flex-start;display:inline-flex;gap:var(--utrecht-space-inline-sm)}:host{display:block}:host([hidden]){display:none !important}";
const UtrechtLogoButtonStyle0 = logoButtonCss;
const LogoButton = class {
constructor(hostRef) {
registerInstance(this, hostRef);
}
render() {
return (h("div", { key: '22a06e9cbc9e59321a3b9186b662e9b81ace6462', class: "utrecht-logo-button" }, h("slot", { key: '95431bae06b35d5b7077365d5721e94020cdcffa' })));
}
};
LogoButton.style = UtrechtLogoButtonStyle0;
export { LogoButton as utrecht_logo_button };
//# sourceMappingURL=utrecht-logo-button.entry.js.map