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) 1.1 kB
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); const index = require('./index-cdb0df7a.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) { index.registerInstance(this, hostRef); } render() { return (index.h("div", { key: '22a06e9cbc9e59321a3b9186b662e9b81ace6462', class: "utrecht-logo-button" }, index.h("slot", { key: '95431bae06b35d5b7077365d5721e94020cdcffa' }))); } }; LogoButton.style = UtrechtLogoButtonStyle0; exports.utrecht_logo_button = LogoButton; //# sourceMappingURL=utrecht-logo-button.cjs.entry.js.map