@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.06 kB
JavaScript
;
Object.defineProperty(exports, '__esModule', { value: true });
const index = require('./index-cdb0df7a.js');
const rootCss = ":host{-webkit-font-smoothing:auto !important;-moz-osx-font-smoothing:auto !important;background-color:var(--utrecht-root-background-color);block-size:100%;color:var(--utrecht-root-color);font-family:var(--utrecht-root-font-family);-webkit-hyphens:auto;-moz-hyphens:auto;-ms-hyphens:auto;hyphens:auto;inline-size:100%;overflow-block:auto;overflow-inline:auto;position:relative;text-rendering:optimizeLegibility;-moz-text-size-adjust:none;-webkit-text-size-adjust:none;text-size-adjust:none;word-break:break-word}:host([hidden]){display:none !important}";
const UtrechtRootStyle0 = rootCss;
const Root = class {
constructor(hostRef) {
index.registerInstance(this, hostRef);
}
render() {
return index.h("slot", { key: '3f1a5ebf592319256507a14284f91c166d95a9c1' });
}
};
Root.style = UtrechtRootStyle0;
exports.utrecht_root = Root;
//# sourceMappingURL=utrecht-root.cjs.entry.js.map