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