UNPKG

@hashicorp/design-system-components

Version:
20 lines (16 loc) 686 B
import HdsTextBody from '../text/body.js'; import { precompileTemplate } from '@ember/template-compilation'; import { setComponentTemplate } from '@ember/component'; import templateOnly from '@ember/component/template-only'; /** * Copyright IBM Corp. 2021, 2025 * SPDX-License-Identifier: MPL-2.0 */ const HdsPageHeaderDescription = setComponentTemplate(precompileTemplate("<HdsTextBody class=\"hds-page-header__description\" @tag=\"p\" @size=\"200\" @color=\"primary\" ...attributes>{{yield}}</HdsTextBody>", { strictMode: true, scope: () => ({ HdsTextBody }) }), templateOnly()); export { HdsPageHeaderDescription as default }; //# sourceMappingURL=description.js.map