@scania/tegel
Version:
Tegel Design System
18 lines (13 loc) • 811 B
JavaScript
;
var index = require('./index-DGsdvbvx.js');
const headerTitleCss = () => `h4{box-sizing:border-box;color:var(--tds-header-nav-item-color);font-size:14px;font-weight:normal;font-family:var(--tds-font-family-headline);letter-spacing:normal;position:relative;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}h4 slot{display:block;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;padding:0 32px 0 24px}`;
const TdsHeaderTitle = class {
constructor(hostRef) {
index.registerInstance(this, hostRef);
}
render() {
return (index.h("h4", { key: '0a7c5d1ce63bdb1454c76edbd4bfc4bc1cf10b55' }, index.h("slot", { key: 'ac27c2a4ce21972a17fba690d79bcd3d731e196b' })));
}
};
TdsHeaderTitle.style = headerTitleCss();
exports.tds_header_title = TdsHeaderTitle;