UNPKG

@larva.io/webcomponents

Version:

Fentrica SmartUnits WebComponents package

25 lines (21 loc) 1.75 kB
/*! * (C) Fentrica http://fentrica.com - Seee LICENSE.md */ import { r as registerInstance, h, g as getElement } from './index-C4h1muVj.js'; const listHeaderCss = "slot-fb[hidden],slot[hidden]{display:initial !important}:host{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;padding:var(--lar-list-item-padding-top, 0.5rem) var(--lar-list-item-padding-right, 0.5rem) var(--lar-list-item-padding-bottom, 0.5rem) var(--lar-list-item-padding-left, 0.5rem);display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-direction:row;flex-direction:row}.item-inner{-ms-flex:2;flex:2;-ms-flex-direction:inherit;flex-direction:inherit;-ms-flex-align:inherit;align-items:inherit;-ms-flex-item-align:stretch;align-self:stretch;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;-webkit-box-sizing:border-box;box-sizing:border-box;max-width:100%;width:100%;font-size:0.9rem;font-weight:500;letter-spacing:1px;text-transform:uppercase;color:var(--lar-text-color-step-150, rgb(216.75, 216.75, 216.75))}:host(:empty){display:none !important}"; const ListHeader = class { constructor(hostRef) { registerInstance(this, hostRef); } render() { return [ h("slot", { key: '0e1b7272e55ddcdc927f2559a52370f6472dfc01', name: "start" }), h("div", { key: '2b0425ad51caec7bc9b7a17cbdf1efbde65f5e02', class: "item-inner" }, h("slot", { key: '98c95849f3cbdbe185988045e1537e4df9cb072c' })), h("slot", { key: 'd50253bbbd0474a132992d3eb971a28954007539', name: "end" }) ]; } get el() { return getElement(this); } }; ListHeader.style = listHeaderCss; export { ListHeader as lar_list_header }; //# sourceMappingURL=lar-list-header.entry.js.map