UNPKG

@hashicorp/design-system-components

Version:
20 lines (16 loc) 678 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 HdsFormSuperSelectPlaceholder = setComponentTemplate(precompileTemplate("<HdsTextBody @tag=\"span\" @size=\"200\" class=\"ember-power-select-placeholder\">{{@placeholder}}</HdsTextBody>", { strictMode: true, scope: () => ({ HdsTextBody }) }), templateOnly()); export { HdsFormSuperSelectPlaceholder as default }; //# sourceMappingURL=placeholder.js.map