UNPKG

@larva.io/webcomponents

Version:

Fentrica SmartUnits WebComponents package

22 lines (17 loc) 1.02 kB
/*! * (C) Fentrica http://fentrica.com - Seee LICENSE.md */ 'use strict'; var index = require('./index-B0SElCD3.js'); const appCss = "slot-fb[hidden],slot[hidden]{display:initial !important}lar-app{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:var(--lar-background-color, #000);color:var(--lar-text-color, #fff);font-family:var(--lar-font-family, inherit);display:block;position:relative !important;-ms-flex:1;flex:1;width:100%;height:100%;margin:0 !important;padding:0 !important;-webkit-overflow-scrolling:touch;will-change:scroll-position;-ms-scroll-chaining:none;overscroll-behavior:contain;overflow:auto}"; const LarvaApp = class { constructor(hostRef) { index.registerInstance(this, hostRef); } render() { return (index.h(index.Host, { key: 'd2a76f28dd64be594c770d2679750405650c9689', class: { 'lar-app': true } })); } }; LarvaApp.style = appCss; exports.lar_app = LarvaApp; //# sourceMappingURL=lar-app.entry.cjs.js.map