@@ -225,19 +225,19 @@ exports[`Progress > renders with status inverted correctly 1`] = `
225
225
exports [` Progress > renders with status position and circular variant correctly 1` ] = `
226
226
"<div class = " gap-0 items-center w-full flex flex-col" >
227
227
<div class = " text-dimmed transition-[width] duration-200 flex items-center justify-center text-sm flex-row" style = " width: fit-content;" >50% </div >
228
- <div aria-valuemax = " 100" aria-valuemin = " 0" aria-valuenow = " 50" aria-valuetext = " 50%" aria-label = " 50%" role = " progressbar" data-state = " loading" data-value = " 50" data-max = " 100" class = " relative rounded-full size-10 " style = " transform: translateZ(0);" ><svg class = " relative rounded-full size-10 " viewBox = " 0 0 100 100" >
228
+ <div aria-valuemax = " 100" aria-valuemin = " 0" aria-valuenow = " 50" aria-valuetext = " 50%" aria-label = " 50%" role = " progressbar" data-state = " loading" data-value = " 50" data-max = " 100" class = " relative rounded-full size-14 " style = " transform: translateZ(0);" ><svg class = " relative rounded-full size-14 " viewBox = " 0 0 100 100" >
229
229
<path d = "
230
230
M 50 50
231
- m 0 -45
232
- a 45 45 0 1 1 0 90
233
- a 45 45 0 1 1 0 -90
234
- " class = " fill-none stroke-accented stroke-[6px ]" ></path >
231
+ m 0 -40
232
+ a 40 40 0 1 1 0 80
233
+ a 40 40 0 1 1 0 -80
234
+ " class = " fill-none stroke-accented stroke-[14px ]" ></path >
235
235
<path d = "
236
236
M 50 50
237
- m 0 -45
238
- a 45 45 0 1 1 0 90
239
- a 45 45 0 1 1 0 -90
240
- " class = " rounded-full size-full duration-200 ease-out fill-none transition-[stroke-dasharray,opacity] bg-primary stroke-primary stroke-[6px ]" style = " stroke-linecap: round; stroke-dasharray: 141.3716694115407px, 282.7433388230814px ; stroke-dashoffset: 0px;" data-state = " loading" data-value = " 50" data-max = " 100" ></path >
237
+ m 0 -40
238
+ a 40 40 0 1 1 0 80
239
+ a 40 40 0 1 1 0 -80
240
+ " class = " rounded-full size-full duration-200 ease-out fill-none transition-[stroke-dasharray,opacity] bg-primary stroke-primary stroke-[14px ]" style = " stroke-linecap: round; stroke-dasharray: 125.66370614359172px, 251.32741228718345px ; stroke-dashoffset: 0px;" data-state = " loading" data-value = " 50" data-max = " 100" ></path >
241
241
</svg >
242
242
<!--v-if-->
243
243
</div >
@@ -268,13 +268,13 @@ exports[`Progress > renders with ui correctly 1`] = `
268
268
exports [` Progress > renders with variant circular correctly 1` ] = `
269
269
"<div class = " gap-0 items-center w-full flex flex-col" >
270
270
<!--v-if-->
271
- <div aria-valuemax = " 100" aria-valuemin = " 0" aria-valuetext = " 0%" aria-label = " 0%" role = " progressbar" data-state = " indeterminate" data-max = " 100" class = " relative rounded-full size-10 " style = " transform: translateZ(0);" ><svg class = " relative rounded-full size-10 " viewBox = " 0 0 100 100" >
271
+ <div aria-valuemax = " 100" aria-valuemin = " 0" aria-valuetext = " 0%" aria-label = " 0%" role = " progressbar" data-state = " indeterminate" data-max = " 100" class = " relative rounded-full size-14 " style = " transform: translateZ(0);" ><svg class = " relative rounded-full size-14 " viewBox = " 0 0 100 100" >
272
272
<path d = "
273
273
M 50 50
274
- m 0 -45
275
- a 45 45 0 1 1 0 90
276
- a 45 45 0 1 1 0 -90
277
- " class = " fill-none stroke-accented stroke-[6px ]" ></path >
274
+ m 0 -40
275
+ a 40 40 0 1 1 0 80
276
+ a 40 40 0 1 1 0 -80
277
+ " class = " fill-none stroke-accented stroke-[14px ]" ></path >
278
278
</svg >
279
279
<!--v-if-->
280
280
</div >
0 commit comments