import { CSSResultGroup, PropertyValues } from "lit"; import { SigveloFormControlElement } from "@mcp-b/wc-support/base/sigvelo-element"; //#region src/components/text-area/text-area.d.ts /** * * * @summary Allows users to edit multi-line, plain text content. * @tag sigvelo-text-area * @documentation https://design-system.sigvelo.com/docs/components/text-area * @status stable * @since 1.0 * * @slot label - The text area's label. For plain-text labels, you can use the `label` attribute instead. * @slot description - The text area's description. For plain-text descriptions, you can use the `description` * attribute instead. * * @event sigvelo-blur - Emitted when the text area loses focus. This event does not bubble. * @event sigvelo-change - Emitted when the user commits changes to the text area's value. * @event sigvelo-focus - Emitted when the text area receives focus. This event does not bubble. * @event sigvelo-input - Emitted when the text area receives input. * * @csspart label - The element that contains the text area's label. * @csspart description - The element that contains the text area's description. * @csspart visual-box - The element that wraps the internal text box. * @csspart text-box - The internal text box, a `