'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); const index = require('./index-ca0e0765.js'); const dropdownHeaderCss = ":root{--ifx-font-family:\"Source Sans 3\";font-family:var(--ifx-font-family, sans-serif)}.dropdown-header{display:flex;padding:8px 16px;align-items:center;gap:8px;align-self:stretch;border-bottom:1px solid #EEEDED;font-family:var(--ifx-font-family)}.dropdown-header span{color:#575352;font-family:var(--ifx-font-family);font-size:14px;font-style:normal;font-weight:400;line-height:20px;}"; const DropdownHeader = class { constructor(hostRef) { index.registerInstance(this, hostRef); } render() { return (index.h("div", { class: 'dropdown-header' }, index.h("span", null, index.h("slot", null)))); } }; DropdownHeader.style = dropdownHeaderCss; exports.ifx_dropdown_header = DropdownHeader; //# sourceMappingURL=ifx-dropdown-header.cjs.entry.js.map