UNPKG

@hashicorp/design-system-components

Version:
17 lines (12 loc) 1.08 kB
import TemplateOnlyComponent from '@ember/component/template-only'; import { precompileTemplate } from '@ember/template-compilation'; import { setComponentTemplate } from '@ember/component'; var TEMPLATE = precompileTemplate("{{!\n Copyright (c) HashiCorp, Inc.\n SPDX-License-Identifier: MPL-2.0\n}}\n{{! IMPORTANT: we need to add \"squishies\" here (~) because otherwise the whitespace added by Ember causes the empty element to still have visible padding - See https://handlebarsjs.com/guide/expressions.html#whitespace-control }}\n<div class=\"hds-side-nav-header\" ...attributes>\n <div class=\"hds-side-nav-header__logo-container\">\n {{~yield to=\"logo\"~}}\n </div>\n <div class=\"hds-side-nav-header__actions-container hds-side-nav-hide-when-minimized\">\n {{~yield to=\"actions\"~}}\n </div>\n</div>"); /** * Copyright (c) HashiCorp, Inc. * SPDX-License-Identifier: MPL-2.0 */ const HdsSideNavHeader = TemplateOnlyComponent(); var index = setComponentTemplate(TEMPLATE, HdsSideNavHeader); export { index as default }; //# sourceMappingURL=index.js.map