@larva.io/webcomponents
Version:
Fentrica SmartUnits WebComponents package
27 lines (22 loc) • 1.77 kB
JavaScript
/*!
* (C) Fentrica http://fentrica.com - Seee LICENSE.md
*/
;
var index = require('./index-B0SElCD3.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) {
index.registerInstance(this, hostRef);
}
render() {
return [
index.h("slot", { key: '0e1b7272e55ddcdc927f2559a52370f6472dfc01', name: "start" }),
index.h("div", { key: '2b0425ad51caec7bc9b7a17cbdf1efbde65f5e02', class: "item-inner" }, index.h("slot", { key: '98c95849f3cbdbe185988045e1537e4df9cb072c' })),
index.h("slot", { key: 'd50253bbbd0474a132992d3eb971a28954007539', name: "end" })
];
}
get el() { return index.getElement(this); }
};
ListHeader.style = listHeaderCss;
exports.lar_list_header = ListHeader;
//# sourceMappingURL=lar-list-header.entry.cjs.js.map