import "./icon-CTW4Gr4z.js"; import { CSSResultGroup, PropertyValues } from "lit"; import { SigveloFormControlElement } from "@mcp-b/wc-support/base/sigvelo-element"; //#region src/components/switch/switch.d.ts /** * * * @summary Allows the user to toggle between two mutually exclusive states, such as on and off. * @tag sigvelo-switch * @documentation https://design-system.sigvelo.com/docs/components/switch * @status stable * @since 1.0 * * @dependency sigvelo-icon * * @slot - The switch's label. For plain-text labels, you can use the `label` attribute instead. * @slot description - The switch's description. For plain-text descriptions, you can use the `description` attribute * instead. * @slot off-label - The label to show when the switch is off. * @slot on-label - The label to show when the switch is on. * * @event sigvelo-blur - Emitted when the switch loses focus. This event does not bubble. * @event sigvelo-change - Emitted when the user commits changes to the switch's value. * @event sigvelo-focus - Emitted when the switch receives focus. This event does not bubble. * @event sigvelo-input - Emitted when the switch receives input. * * @csspart label - The `