UNPKG

@hashicorp/design-system-components

Version:
20 lines (16 loc) 691 B
import HdsTextDisplay from '../../text/display.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 HdsFormRadioCardLabel = setComponentTemplate(precompileTemplate("<HdsTextDisplay class=\"hds-form-radio-card__label\" @tag=\"span\" @size=\"300\" @weight=\"bold\" ...attributes>{{yield}}</HdsTextDisplay>", { strictMode: true, scope: () => ({ HdsTextDisplay }) }), templateOnly()); export { HdsFormRadioCardLabel as default }; //# sourceMappingURL=label.js.map