11// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
22
3- exports [` Avatar > renders with alt correctly 1` ] = ` "<span data-slot = " root" class = " inline-flex items-center justify-center shrink-0 select-none rounded-full align-middle bg-elevated size-8 text-base" ><span data-slot = " fallback" class = " font-medium leading-none text-muted truncate" >BC</span ></span >"` ;
3+ exports [` Avatar > renders with alt correctly 1` ] = ` "<span data-slot = " root" class = " inline-flex items-center justify-center shrink-0 select-none rounded-full align-middle bg-elevated size-8 text-base" ><span data-slot = " fallback" class = " font-medium text-muted truncate" >BC</span ></span >"` ;
44
55exports [` Avatar > renders with as (object) correctly 1` ] = `
66"<section data-slot = " root" class = " inline-flex items-center justify-center shrink-0 select-none rounded-full align-middle bg-elevated size-8 text-base" >
@@ -10,11 +10,11 @@ exports[`Avatar > renders with as (object) correctly 1`] = `
1010
1111exports [` Avatar > renders with as (partial object) correctly 1` ] = ` "<span data-slot = " root" class = " inline-flex items-center justify-center shrink-0 select-none rounded-full align-middle bg-elevated size-8 text-base" ><p src = " https://github.com/benjamincanac.png" width = " 32" height = " 32" data-slot = " image" class = " h-full w-full rounded-[inherit] object-cover" ></p ></span >"` ;
1212
13- exports [` Avatar > renders with as correctly 1` ] = ` "<section data-slot = " root" class = " inline-flex items-center justify-center shrink-0 select-none rounded-full align-middle bg-elevated size-8 text-base" ><span data-slot = " fallback" class = " font-medium leading-none text-muted truncate" > </span ></section >"` ;
13+ exports [` Avatar > renders with as correctly 1` ] = ` "<section data-slot = " root" class = " inline-flex items-center justify-center shrink-0 select-none rounded-full align-middle bg-elevated size-8 text-base" ><span data-slot = " fallback" class = " font-medium text-muted truncate" > </span ></section >"` ;
1414
15- exports [` Avatar > renders with chip correctly 1` ] = ` "<span data-slot = " root" class = " relative inline-flex items-center justify-center shrink-0 select-none rounded-full align-middle bg-elevated size-8 text-base" ><span data-slot = " fallback" class = " font-medium leading-none text-muted truncate" > </span ><span data-slot = " base" class = " rounded-full ring ring-bg flex items-center justify-center text-inverted font-medium whitespace-nowrap bg-primary h-[8px] min-w-[8px] text-[8px] top-0 right-0 absolute" >1</span ></span >"` ;
15+ exports [` Avatar > renders with chip correctly 1` ] = ` "<span data-slot = " root" class = " relative inline-flex items-center justify-center shrink-0 select-none rounded-full align-middle bg-elevated size-8 text-base" ><span data-slot = " fallback" class = " font-medium text-muted truncate" > </span ><span data-slot = " base" class = " rounded-full ring ring-bg flex items-center justify-center text-inverted font-medium whitespace-nowrap bg-primary h-[8px] min-w-[8px] text-[8px] top-0 right-0 absolute" >1</span ></span >"` ;
1616
17- exports [` Avatar > renders with class correctly 1` ] = ` "<span data-slot = " root" class = " inline-flex items-center justify-center shrink-0 select-none rounded-full align-middle size-8 text-base bg-default" ><span data-slot = " fallback" class = " font-medium leading-none text-muted truncate" > </span ></span >"` ;
17+ exports [` Avatar > renders with class correctly 1` ] = ` "<span data-slot = " root" class = " inline-flex items-center justify-center shrink-0 select-none rounded-full align-middle size-8 text-base bg-default" ><span data-slot = " fallback" class = " font-medium text-muted truncate" > </span ></span >"` ;
1818
1919exports [` Avatar > renders with custom size correctly 1` ] = ` "<span data-slot = " root" class = " inline-flex items-center justify-center shrink-0 select-none rounded-full align-middle bg-elevated text-base size-100" ><img src = " https://github.com/benjamincanac.png" width = " 400" height = " 400" data-slot = " image" class = " h-full w-full rounded-[inherit] object-cover" ></span >"`;
2020
@@ -42,6 +42,6 @@ exports[`Avatar > renders with size xs correctly 1`] = `"<span data-slot="root"
4242
4343exports[`Avatar > renders with src correctly 1`] = `"<span data-slot = " root" class = " inline-flex items-center justify-center shrink-0 select-none rounded-full align-middle bg-elevated size-8 text-base" ><img src = " https://github.com/benjamincanac.png" width = " 32" height = " 32" data-slot = " image" class = " h-full w-full rounded-[inherit] object-cover" ></span >"`;
4444
45- exports[`Avatar > renders with text correctly 1`] = `"<span data-slot = " root" class = " inline-flex items-center justify-center shrink-0 select-none rounded-full align-middle bg-elevated size-8 text-base" ><span data-slot = " fallback" class = " font-medium leading-none text-muted truncate" >+1</span ></span >"`;
45+ exports[`Avatar > renders with text correctly 1`] = `"<span data-slot = " root" class = " inline-flex items-center justify-center shrink-0 select-none rounded-full align-middle bg-elevated size-8 text-base" ><span data-slot = " fallback" class = " font-medium text-muted truncate" >+1</span ></span >"`;
4646
47- exports[`Avatar > renders with ui correctly 1`] = `"<span data-slot = " root" class = " inline-flex items-center justify-center shrink-0 select-none rounded-full align-middle bg-elevated size-8 text-base" ><span data-slot = " fallback" class = " leading-none text-muted truncate font-bold" > </span ></span >"`;
47+ exports[`Avatar > renders with ui correctly 1`] = `"<span data-slot = " root" class = " inline-flex items-center justify-center shrink-0 select-none rounded-full align-middle bg-elevated size-8 text-base" ><span data-slot = " fallback" class = " text-muted truncate font-bold" > </span ></span >"`;
0 commit comments