// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
exports[`Alert > renders with actions correctly 1`] = `
"
"
`;
exports[`Alert > renders with as correctly 1`] = `
"
"
`;
exports[`Alert > renders with avatar correctly 1`] = `
""
`;
exports[`Alert > renders with class correctly 1`] = `
""
`;
exports[`Alert > renders with close correctly 1`] = `
""
`;
exports[`Alert > renders with close slot correctly 1`] = `
""
`;
exports[`Alert > renders with closeIcon correctly 1`] = `
""
`;
exports[`Alert > renders with description correctly 1`] = `
""
`;
exports[`Alert > renders with description slot correctly 1`] = `
""
`;
exports[`Alert > renders with icon correctly 1`] = `
""
`;
exports[`Alert > renders with leading slot correctly 1`] = `
""
`;
exports[`Alert > renders with neutral variant outline correctly 1`] = `
""
`;
exports[`Alert > renders with neutral variant soft correctly 1`] = `
""
`;
exports[`Alert > renders with neutral variant solid correctly 1`] = `
""
`;
exports[`Alert > renders with neutral variant subtle correctly 1`] = `
""
`;
exports[`Alert > renders with orientation horizontal correctly 1`] = `
"
Alert
This is a description
"
`;
exports[`Alert > renders with orientation vertical correctly 1`] = `
"
Alert
This is a description
"
`;
exports[`Alert > renders with primary variant outline correctly 1`] = `
""
`;
exports[`Alert > renders with primary variant soft correctly 1`] = `
""
`;
exports[`Alert > renders with primary variant solid correctly 1`] = `
""
`;
exports[`Alert > renders with primary variant subtle correctly 1`] = `
""
`;
exports[`Alert > renders with title correctly 1`] = `
""
`;
exports[`Alert > renders with title slot correctly 1`] = `
""
`;
exports[`Alert > renders with ui correctly 1`] = `
""
`;