@@ -7,11 +7,11 @@ exports[`Badge > renders with as correctly 1`] = `
7
7
</div >"
8
8
` ;
9
9
10
- exports [` Badge > renders with avatar and leadingIcon correctly 1` ] = ` "<span class = " font-medium inline-flex items-center text-xs gap-1 rounded-md bg-primary text-inverted p-1" ><svg xmlns = " http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" aria-hidden = " true" role = " img" class = " shrink-0 size-4 " width = " 1em" height = " 1em" viewBox = " 0 0 16 16" ></svg ><!--v-if--><!--v-if--></span >"` ;
10
+ exports [` Badge > renders with avatar and leadingIcon correctly 1` ] = ` "<span class = " font-medium inline-flex items-center text-xs gap-1 rounded-md bg-primary text-inverted p-1" ><svg xmlns = " http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" aria-hidden = " true" role = " img" width = " 1em" height = " 1em" viewBox = " 0 0 16 16" class = " shrink-0 size-4 " ></svg ><!--v-if--><!--v-if--></span >"` ;
11
11
12
12
exports [` Badge > renders with avatar and trailingIcon correctly 1` ] = `
13
13
"<span class = " font-medium inline-flex items-center text-xs gap-1 rounded-md bg-primary text-inverted p-1" ><span class = " inline-flex items-center justify-center select-none overflow-hidden rounded-full align-middle bg-elevated size-4 text-[8px] shrink-0" ><img role = " img" src = " https://github.com/benjamincanac.png" width = " 16" height = " 16" class = " h-full w-full rounded-[inherit] object-cover" ></span >
14
- <!--v-if--><svg xmlns = " http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" aria-hidden = " true" role = " img" class = " shrink-0 size-4 " width = " 1em" height = " 1em" viewBox = " 0 0 16 16" ></svg ></span >"
14
+ <!--v-if--><svg xmlns = " http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" aria-hidden = " true" role = " img" width = " 1em" height = " 1em" viewBox = " 0 0 16 16" class = " shrink-0 size-4 " ></svg ></span >"
15
15
`;
16
16
17
17
exports[`Badge > renders with avatar correctly 1`] = `
@@ -27,18 +27,18 @@ exports[`Badge > renders with class correctly 1`] = `
27
27
28
28
exports[`Badge > renders with default slot correctly 1`] = `"<span class = " font-medium inline-flex items-center text-xs px-2 py-1 gap-1 rounded-md bg-primary text-inverted" ><!--v-if-->Default slot<!--v-if--></span >"`;
29
29
30
- exports[`Badge > renders with icon correctly 1`] = `"<span class = " font-medium inline-flex items-center text-xs gap-1 rounded-md bg-primary text-inverted p-1" ><svg xmlns = " http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" aria-hidden = " true" role = " img" class = " shrink-0 size-4 " width = " 1em" height = " 1em" viewBox = " 0 0 16 16" ></svg ><!--v-if--><!--v-if--></span >"`;
30
+ exports[`Badge > renders with icon correctly 1`] = `"<span class = " font-medium inline-flex items-center text-xs gap-1 rounded-md bg-primary text-inverted p-1" ><svg xmlns = " http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" aria-hidden = " true" role = " img" width = " 1em" height = " 1em" viewBox = " 0 0 16 16" class = " shrink-0 size-4 " ></svg ><!--v-if--><!--v-if--></span >"`;
31
31
32
32
exports[`Badge > renders with label correctly 1`] = `
33
33
"<span class = " font-medium inline-flex items-center text-xs px-2 py-1 gap-1 rounded-md bg-primary text-inverted" ><!--v-if--><span class = " truncate" >Badge</span >
34
34
<!--v-if--></span >"
35
35
`;
36
36
37
- exports[`Badge > renders with leading and icon correctly 1`] = `"<span class = " font-medium inline-flex items-center text-xs gap-1 rounded-md bg-primary text-inverted p-1" ><svg xmlns = " http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" aria-hidden = " true" role = " img" class = " shrink-0 size-4 " width = " 1em" height = " 1em" viewBox = " 0 0 16 16" ></svg ><!--v-if--><!--v-if--></span >"`;
37
+ exports[`Badge > renders with leading and icon correctly 1`] = `"<span class = " font-medium inline-flex items-center text-xs gap-1 rounded-md bg-primary text-inverted p-1" ><svg xmlns = " http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" aria-hidden = " true" role = " img" width = " 1em" height = " 1em" viewBox = " 0 0 16 16" class = " shrink-0 size-4 " ></svg ><!--v-if--><!--v-if--></span >"`;
38
38
39
39
exports[`Badge > renders with leading slot correctly 1`] = `"<span class = " font-medium inline-flex items-center text-xs gap-1 rounded-md bg-primary text-inverted p-1" >Leading slot<!--v-if--><!--v-if--></span >"`;
40
40
41
- exports[`Badge > renders with leadingIcon correctly 1`] = `"<span class = " font-medium inline-flex items-center text-xs gap-1 rounded-md bg-primary text-inverted p-1" ><svg xmlns = " http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" aria-hidden = " true" role = " img" class = " shrink-0 size-4 " width = " 1em" height = " 1em" viewBox = " 0 0 16 16" ></svg ><!--v-if--><!--v-if--></span >"`;
41
+ exports[`Badge > renders with leadingIcon correctly 1`] = `"<span class = " font-medium inline-flex items-center text-xs gap-1 rounded-md bg-primary text-inverted p-1" ><svg xmlns = " http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" aria-hidden = " true" role = " img" width = " 1em" height = " 1em" viewBox = " 0 0 16 16" class = " shrink-0 size-4 " ></svg ><!--v-if--><!--v-if--></span >"`;
42
42
43
43
exports[`Badge > renders with neutral variant outline correctly 1`] = `
44
44
"<span class = " font-medium inline-flex items-center text-xs px-2 py-1 gap-1 rounded-md ring ring-inset ring-accented text-default bg-default" ><!--v-if--><span class = " truncate" >Badge</span >
@@ -110,11 +110,11 @@ exports[`Badge > renders with square correctly 1`] = `
110
110
<!--v-if--></span >"
111
111
`;
112
112
113
- exports[`Badge > renders with trailing and icon correctly 1`] = `"<span class = " font-medium inline-flex items-center text-xs gap-1 rounded-md bg-primary text-inverted p-1" ><!--v-if--><!--v-if--><svg xmlns = " http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" aria-hidden = " true" role = " img" class = " shrink-0 size-4 " width = " 1em" height = " 1em" viewBox = " 0 0 16 16" ></svg ></span >"`;
113
+ exports[`Badge > renders with trailing and icon correctly 1`] = `"<span class = " font-medium inline-flex items-center text-xs gap-1 rounded-md bg-primary text-inverted p-1" ><!--v-if--><!--v-if--><svg xmlns = " http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" aria-hidden = " true" role = " img" width = " 1em" height = " 1em" viewBox = " 0 0 16 16" class = " shrink-0 size-4 " ></svg ></span >"`;
114
114
115
115
exports[`Badge > renders with trailing slot correctly 1`] = `"<span class = " font-medium inline-flex items-center text-xs gap-1 rounded-md bg-primary text-inverted p-1" ><!--v-if--><!--v-if-->Trailing slot</span >"`;
116
116
117
- exports[`Badge > renders with trailingIcon correctly 1`] = `"<span class = " font-medium inline-flex items-center text-xs gap-1 rounded-md bg-primary text-inverted p-1" ><!--v-if--><!--v-if--><svg xmlns = " http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" aria-hidden = " true" role = " img" class = " shrink-0 size-4 " width = " 1em" height = " 1em" viewBox = " 0 0 16 16" ></svg ></span >"`;
117
+ exports[`Badge > renders with trailingIcon correctly 1`] = `"<span class = " font-medium inline-flex items-center text-xs gap-1 rounded-md bg-primary text-inverted p-1" ><!--v-if--><!--v-if--><svg xmlns = " http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" aria-hidden = " true" role = " img" width = " 1em" height = " 1em" viewBox = " 0 0 16 16" class = " shrink-0 size-4 " ></svg ></span >"`;
118
118
119
119
exports[`Badge > renders with ui correctly 1`] = `
120
120
"<span class = " font-medium inline-flex items-center text-xs px-2 py-1 gap-1 rounded-md bg-primary text-inverted" ><!--v-if--><span class = " truncate font-bold" >Badge</span >
0 commit comments