@scania/tegel
Version:
Tegel Design System
21 lines (15 loc) • 905 B
JavaScript
;
Object.defineProperty(exports, '__esModule', { value: true });
const index = require('./index-ca8040ad.js');
const headerTitleCss = "h4{box-sizing:border-box;color:var(--tds-header-nav-item-color);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 16px}";
const TdsHeaderTitleStyle0 = headerTitleCss;
const TdsHeaderTitle = class {
constructor(hostRef) {
index.registerInstance(this, hostRef);
}
render() {
return (index.h("h4", { key: 'b3ac74d4d978c32c1dfd417a5217bc5953075033' }, index.h("slot", { key: '67d55d1f3413b130767ae8db2e1d952f27beb00a' })));
}
};
TdsHeaderTitle.style = TdsHeaderTitleStyle0;
exports.tds_header_title = TdsHeaderTitle;