// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
exports[`Progress > renders with animation carousel correctly 1`] = `
"
"
`;
exports[`Progress > renders with animation carousel-inverse correctly 1`] = `
""
`;
exports[`Progress > renders with animation elastic correctly 1`] = `
""
`;
exports[`Progress > renders with animation swing correctly 1`] = `
""
`;
exports[`Progress > renders with as correctly 1`] = `
""
`;
exports[`Progress > renders with class correctly 1`] = `
""
`;
exports[`Progress > renders with color neutral correctly 1`] = `
""
`;
exports[`Progress > renders with max correctly 1`] = `
"
50%
Waiting...
Cloning...
Migrating...
Deploying...
Done!
"
`;
exports[`Progress > renders with max inverted correctly 1`] = `
"
50%
Waiting...
Cloning...
Migrating...
Deploying...
Done!
"
`;
exports[`Progress > renders with modelValue correctly 1`] = `
""
`;
exports[`Progress > renders with orientation horizontal correctly 1`] = `
""
`;
exports[`Progress > renders with orientation vertical correctly 1`] = `
""
`;
exports[`Progress > renders with size 2xl correctly 1`] = `
""
`;
exports[`Progress > renders with size 2xs correctly 1`] = `
""
`;
exports[`Progress > renders with size lg correctly 1`] = `
""
`;
exports[`Progress > renders with size md correctly 1`] = `
""
`;
exports[`Progress > renders with size sm correctly 1`] = `
""
`;
exports[`Progress > renders with size xl correctly 1`] = `
""
`;
exports[`Progress > renders with size xs correctly 1`] = `
""
`;
exports[`Progress > renders with status correctly 1`] = `
""
`;
exports[`Progress > renders with status inverted correctly 1`] = `
""
`;
exports[`Progress > renders with status slot correctly 1`] = `
""
`;
exports[`Progress > renders with ui correctly 1`] = `
""
`;