@scania/tegel
Version:
Tegel Design System
17 lines (13 loc) • 830 B
JavaScript
import { r as registerInstance, h } from './index-51d04e39.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) {
registerInstance(this, hostRef);
}
render() {
return (h("h4", { key: 'b3ac74d4d978c32c1dfd417a5217bc5953075033' }, h("slot", { key: '67d55d1f3413b130767ae8db2e1d952f27beb00a' })));
}
};
TdsHeaderTitle.style = TdsHeaderTitleStyle0;
export { TdsHeaderTitle as tds_header_title };