UNPKG

@scania/tegel

Version:
16 lines (12 loc) 802 B
import { r as registerInstance, h } from './index-9xxNGlso.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) { registerInstance(this, hostRef); } render() { return (h("h4", { key: '0a7c5d1ce63bdb1454c76edbd4bfc4bc1cf10b55' }, h("slot", { key: 'ac27c2a4ce21972a17fba690d79bcd3d731e196b' }))); } }; TdsHeaderTitle.style = headerTitleCss(); export { TdsHeaderTitle as tds_header_title };