@@ -72,7 +72,7 @@ exports[`Progress > renders with color neutral correctly 1`] = `
72
72
73
73
exports [` Progress > renders with max correctly 1` ] = `
74
74
"<div class = " gap-2 w-full flex flex-col" >
75
- <div class = " flex justify-end text-dimmed transition-[width] duration-200 text-sm flex-row" style = " width: 50%;" >50% </div >
75
+ <div class = " flex text-dimmed transition-[width] duration-200 text-sm flex-row items-center justify-end min-w-fit " style = " width: 50%;" >50% </div >
76
76
<div aria-valuemax = " 4" aria-valuemin = " 0" aria-valuenow = " 2" aria-label = " 50%" role = " progressbar" data-state = " loading" data-value = " 2" data-max = " 4" class = " relative overflow-hidden rounded-full bg-accented w-full h-2" style = " transform: translateZ(0);" >
77
77
<div data-state = " loading" data-value = " 2" data-max = " 4" class = " rounded-full size-full transition-transform duration-200 ease-out bg-primary data-[state=indeterminate]:animate-[carousel_2s_ease-in-out_infinite] data-[state=indeterminate]:rtl:animate-[carousel-rtl_2s_ease-in-out_infinite]" style = " transform: translateX(-50%);" ></div >
78
78
</div >
@@ -88,7 +88,7 @@ exports[`Progress > renders with max correctly 1`] = `
88
88
89
89
exports [` Progress > renders with max inverted correctly 1` ] = `
90
90
"<div class = " gap-2 w-full flex flex-col" >
91
- <div class = " flex justify-end text-dimmed transition-[width] duration-200 text-sm self-end flex-row-reverse" style = " width: 50%;" >50% </div >
91
+ <div class = " flex text-dimmed transition-[width] duration-200 text-sm items-center justify-end min-w-fit self-end flex-row-reverse" style = " width: 50%;" >50% </div >
92
92
<div aria-valuemax = " 4" aria-valuemin = " 0" aria-valuenow = " 2" aria-label = " 50%" role = " progressbar" data-state = " loading" data-value = " 2" data-max = " 4" class = " relative overflow-hidden rounded-full bg-accented w-full h-2" style = " transform: translateZ(0);" >
93
93
<div data-state = " loading" data-value = " 2" data-max = " 4" class = " rounded-full size-full transition-transform duration-200 ease-out bg-primary data-[state=indeterminate]:animate-[carousel_2s_ease-in-out_infinite] data-[state=indeterminate]:rtl:animate-[carousel-rtl_2s_ease-in-out_infinite]" style = " transform: translateX(50%);" ></div >
94
94
</div >
@@ -204,7 +204,7 @@ exports[`Progress > renders with size xs correctly 1`] = `
204
204
205
205
exports [` Progress > renders with status correctly 1` ] = `
206
206
"<div class = " gap-2 w-full flex flex-col" >
207
- <div class = " flex justify-end text-dimmed transition-[width] duration-200 text-sm flex-row" style = " width: 50%;" >50% </div >
207
+ <div class = " flex text-dimmed transition-[width] duration-200 text-sm flex-row items-center justify-end min-w-fit " style = " width: 50%;" >50% </div >
208
208
<div aria-valuemax = " 100" aria-valuemin = " 0" aria-valuenow = " 50" aria-label = " 50%" role = " progressbar" data-state = " loading" data-value = " 50" data-max = " 100" class = " relative overflow-hidden rounded-full bg-accented w-full h-2" style = " transform: translateZ(0);" >
209
209
<div data-state = " loading" data-value = " 50" data-max = " 100" class = " rounded-full size-full transition-transform duration-200 ease-out bg-primary data-[state=indeterminate]:animate-[carousel_2s_ease-in-out_infinite] data-[state=indeterminate]:rtl:animate-[carousel-rtl_2s_ease-in-out_infinite]" style = " transform: translateX(-50%);" ></div >
210
210
</div >
@@ -214,7 +214,7 @@ exports[`Progress > renders with status correctly 1`] = `
214
214
215
215
exports [` Progress > renders with status inverted correctly 1` ] = `
216
216
"<div class = " gap-2 w-full flex flex-col" >
217
- <div class = " flex justify-end text-dimmed transition-[width] duration-200 text-sm self-end flex-row-reverse" style = " width: 50%;" >50% </div >
217
+ <div class = " flex text-dimmed transition-[width] duration-200 text-sm items-center justify-end min-w-fit self-end flex-row-reverse" style = " width: 50%;" >50% </div >
218
218
<div aria-valuemax = " 100" aria-valuemin = " 0" aria-valuenow = " 50" aria-label = " 50%" role = " progressbar" data-state = " loading" data-value = " 50" data-max = " 100" class = " relative overflow-hidden rounded-full bg-accented w-full h-2" style = " transform: translateZ(0);" >
219
219
<div data-state = " loading" data-value = " 50" data-max = " 100" class = " rounded-full size-full transition-transform duration-200 ease-out bg-primary data-[state=indeterminate]:animate-[carousel_2s_ease-in-out_infinite] data-[state=indeterminate]:rtl:animate-[carousel-rtl_2s_ease-in-out_infinite]" style = " transform: translateX(50%);" ></div >
220
220
</div >
0 commit comments