// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
exports[`Button > renders with avatar and leadingIcon correctly 1`] = `
""
`;
exports[`Button > renders with avatar and trailingIcon correctly 1`] = `
""
`;
exports[`Button > renders with avatar correctly 1`] = `
""
`;
exports[`Button > renders with block correctly 1`] = `
""
`;
exports[`Button > renders with class correctly 1`] = `""`;
exports[`Button > renders with default slot correctly 1`] = `
""
`;
exports[`Button > renders with disabled and with link correctly 1`] = `
"
Button
"
`;
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 and avatar correctly 1`] = `
""
`;
exports[`Button > renders with loading correctly 1`] = `
""
`;
exports[`Button > renders with loading trailing and avatar correctly 1`] = `
""
`;
exports[`Button > renders with loading trailing correctly 1`] = `
""
`;
exports[`Button > renders with loadingIcon correctly 1`] = `
""
`;
exports[`Button > renders with neutral variant ghost correctly 1`] = `
""
`;
exports[`Button > renders with neutral variant link correctly 1`] = `
""
`;
exports[`Button > renders with neutral variant outline correctly 1`] = `
""
`;
exports[`Button > renders with neutral variant soft correctly 1`] = `
""
`;
exports[`Button > renders with neutral variant solid correctly 1`] = `
""
`;
exports[`Button > renders with neutral variant subtle correctly 1`] = `
""
`;
exports[`Button > renders with primary variant ghost correctly 1`] = `
""
`;
exports[`Button > renders with primary variant link correctly 1`] = `
""
`;
exports[`Button > renders with primary variant outline correctly 1`] = `
""
`;
exports[`Button > renders with primary variant soft correctly 1`] = `
""
`;
exports[`Button > renders with primary variant solid correctly 1`] = `
""
`;
exports[`Button > renders with primary variant subtle 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 ui correctly 1`] = `""`;