UNPKG

@hashicorp/design-system-components

Version:
20 lines (16 loc) 683 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 HdsFormRadioCardDescription = setComponentTemplate(precompileTemplate("<HdsTextBody class=\"hds-form-radio-card__description\" @tag=\"span\" @size=\"100\" ...attributes>{{yield}}</HdsTextBody>", { strictMode: true, scope: () => ({ HdsTextBody }) }), templateOnly()); export { HdsFormRadioCardDescription as default }; //# sourceMappingURL=description.js.map