// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html exports[`Button > renders with block correctly 1`] = ` "" `; exports[`Button > renders with class correctly 1`] = `""`; exports[`Button > renders with color black correctly 1`] = ` "" `; exports[`Button > renders with color gray correctly 1`] = ` "" `; exports[`Button > renders with color green correctly 1`] = ` "" `; exports[`Button > renders with color primary correctly 1`] = ` "" `; exports[`Button > renders with color red correctly 1`] = ` "" `; exports[`Button > renders with color white correctly 1`] = ` "" `; exports[`Button > renders with default slot correctly 1`] = ` "" `; exports[`Button > renders with disabled correctly 1`] = ` "" `; exports[`Button > renders with icon correctly 1`] = ` "" `; exports[`Button > renders with label correctly 1`] = ` "" `; exports[`Button > renders with leading and icon correctly 1`] = ` "" `; exports[`Button > renders with leading slot correctly 1`] = ` "" `; exports[`Button > renders with leadingIcon correctly 1`] = ` "" `; exports[`Button > renders with loading correctly 1`] = ` "" `; exports[`Button > renders with loadingIcon correctly 1`] = ` "" `; exports[`Button > renders with size lg correctly 1`] = ` "" `; exports[`Button > renders with size md correctly 1`] = ` "" `; exports[`Button > renders with size sm correctly 1`] = ` "" `; exports[`Button > renders with size xl correctly 1`] = ` "" `; exports[`Button > renders with size xs correctly 1`] = ` "" `; exports[`Button > renders with square correctly 1`] = ` "" `; exports[`Button > renders with trailing and icon correctly 1`] = ` "" `; exports[`Button > renders with trailing slot correctly 1`] = ` "" `; exports[`Button > renders with trailingIcon correctly 1`] = ` "" `; exports[`Button > renders with truncate correctly 1`] = ` "" `; exports[`Button > renders with ui correctly 1`] = `""`; exports[`Button > renders with variant ghost correctly 1`] = ` "" `; exports[`Button > renders with variant link correctly 1`] = ` "" `; exports[`Button > renders with variant outline correctly 1`] = ` "" `; exports[`Button > renders with variant soft correctly 1`] = ` "" `; exports[`Button > renders with variant solid correctly 1`] = ` "" `; exports[`Button > renders with variant subtle correctly 1`] = ` "" `;