// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
exports[`Textarea > renders with ariaLabel correctly 1`] = `
"
"
`;
exports[`Textarea > renders with as correctly 1`] = `
""
`;
exports[`Textarea > renders with autoresize correctly 1`] = `
"
"
`;
exports[`Textarea > renders with avatar and leadingIcon correctly 1`] = `
"
"
`;
exports[`Textarea > renders with avatar and trailingIcon correctly 1`] = `""`;
exports[`Textarea > renders with avatar correctly 1`] = `
""
`;
exports[`Textarea > renders with class correctly 1`] = `
"
"
`;
exports[`Textarea > renders with default slot correctly 1`] = `
"Default slot
"
`;
exports[`Textarea > renders with disabled correctly 1`] = `
"
"
`;
exports[`Textarea > renders with icon correctly 1`] = `
"
"
`;
exports[`Textarea > renders with id correctly 1`] = `
"
"
`;
exports[`Textarea > renders with leading and icon correctly 1`] = `
"
"
`;
exports[`Textarea > renders with leading slot correctly 1`] = `
"Leading slot
"
`;
exports[`Textarea > renders with leadingIcon correctly 1`] = `
"
"
`;
exports[`Textarea > renders with loading and avatar correctly 1`] = `
"
"
`;
exports[`Textarea > renders with loading correctly 1`] = `
"
"
`;
exports[`Textarea > renders with loading trailing and avatar correctly 1`] = `""`;
exports[`Textarea > renders with loading trailing correctly 1`] = `
"
"
`;
exports[`Textarea > renders with loadingIcon correctly 1`] = `
"
"
`;
exports[`Textarea > renders with name correctly 1`] = `
"
"
`;
exports[`Textarea > renders with neutral variant ghost correctly 1`] = `
"
"
`;
exports[`Textarea > renders with neutral variant none correctly 1`] = `
"
"
`;
exports[`Textarea > renders with neutral variant outline correctly 1`] = `
"
"
`;
exports[`Textarea > renders with neutral variant soft correctly 1`] = `
"
"
`;
exports[`Textarea > renders with neutral variant subtle correctly 1`] = `
"
"
`;
exports[`Textarea > renders with placeholder correctly 1`] = `
"
"
`;
exports[`Textarea > renders with primary variant ghost correctly 1`] = `
"
"
`;
exports[`Textarea > renders with primary variant none correctly 1`] = `
"
"
`;
exports[`Textarea > renders with primary variant outline correctly 1`] = `
"
"
`;
exports[`Textarea > renders with primary variant soft correctly 1`] = `
"
"
`;
exports[`Textarea > renders with primary variant subtle correctly 1`] = `
"
"
`;
exports[`Textarea > renders with required correctly 1`] = `
"
"
`;
exports[`Textarea > renders with rows correctly 1`] = `
"
"
`;
exports[`Textarea > renders with size lg correctly 1`] = `
"
"
`;
exports[`Textarea > renders with size md correctly 1`] = `
"
"
`;
exports[`Textarea > renders with size sm correctly 1`] = `
"
"
`;
exports[`Textarea > renders with size xl correctly 1`] = `
"
"
`;
exports[`Textarea > renders with size xs correctly 1`] = `
"
"
`;
exports[`Textarea > renders with trailing and icon correctly 1`] = `
"
"
`;
exports[`Textarea > renders with trailing slot correctly 1`] = `
"
Trailing slot
"
`;
exports[`Textarea > renders with trailingIcon correctly 1`] = `
"
"
`;
exports[`Textarea > renders with ui correctly 1`] = `
"
"
`;