@@ -360,15 +360,15 @@ exports[`RadioGroup > renders with horizontal variant list correctly 1`] = `
360
360
exports [` RadioGroup > renders with horizontal variant table correctly 1` ] = `
361
361
"<div role = " radiogroup" aria-orientation = " horizontal" aria-required = " false" dir = " ltr" tabindex = " 0" data-orientation = " horizontal" style = " outline-color: none; outline-style: none; outline-width: initial;" id = " v-0-0" class = " relative" >
362
362
<fieldset class = " flex flex-row gap-0 -space-x-px" >
363
- <!--v-if--><label class = " flex items-start border border-muted flex-row text-sm p-3.5 first-of-type:rounded-l -lg last-of-type:rounded-r -lg has-data-[state=checked]:bg-primary/10 has-data-[state=checked]:border-primary/50 has-data-[state=checked]:z-[1]" >
363
+ <!--v-if--><label class = " flex items-start border border-muted flex-row text-sm p-3.5 first-of-type:rounded-s -lg last-of-type:rounded-e -lg has-data-[state=checked]:bg-primary/10 has-data-[state=checked]:border-primary/50 has-data-[state=checked]:z-[1]" >
364
364
<div class = " flex items-center h-5" ><button class = " rounded-full ring ring-inset ring-accented overflow-hidden focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-primary size-4" tabindex = " -1" data-orientation = " horizontal" data-active = " " data-reka-collection-item = " " id = " v-0-0:1" role = " radio" type = " button" aria-checked = " true" data-state = " checked" required = " false" value = " 1" aria-label = " 1" ><span data-state = " checked" class = " flex items-center justify-center size-full after:bg-default after:rounded-full bg-primary after:size-1.5" ></span >
365
365
<!---->
366
366
</button ></div >
367
367
<div class = " w-full ms-2" >
368
368
<p for = " v-0-0:1" class = " block font-medium text-default" >Option 1</p >
369
369
<!--v-if-->
370
370
</div >
371
- </label ><label class = " flex items-start border border-muted flex-row text-sm p-3.5 first-of-type:rounded-l -lg last-of-type:rounded-r -lg has-data-[state=checked]:bg-primary/10 has-data-[state=checked]:border-primary/50 has-data-[state=checked]:z-[1]" >
371
+ </label ><label class = " flex items-start border border-muted flex-row text-sm p-3.5 first-of-type:rounded-s -lg last-of-type:rounded-e -lg has-data-[state=checked]:bg-primary/10 has-data-[state=checked]:border-primary/50 has-data-[state=checked]:z-[1]" >
372
372
<div class = " flex items-center h-5" ><button class = " rounded-full ring ring-inset ring-accented overflow-hidden focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-primary size-4" tabindex = " -1" data-orientation = " horizontal" data-reka-collection-item = " " id = " v-0-0:2" role = " radio" type = " button" aria-checked = " false" data-state = " unchecked" required = " false" value = " 2" aria-label = " 2" >
373
373
<!---->
374
374
<!---->
@@ -377,7 +377,7 @@ exports[`RadioGroup > renders with horizontal variant table correctly 1`] = `
377
377
<p for = " v-0-0:2" class = " block font-medium text-default" >Option 2</p >
378
378
<!--v-if-->
379
379
</div >
380
- </label ><label class = " flex items-start border border-muted flex-row text-sm p-3.5 first-of-type:rounded-l -lg last-of-type:rounded-r -lg has-data-[state=checked]:bg-primary/10 has-data-[state=checked]:border-primary/50 has-data-[state=checked]:z-[1]" >
380
+ </label ><label class = " flex items-start border border-muted flex-row text-sm p-3.5 first-of-type:rounded-s -lg last-of-type:rounded-e -lg has-data-[state=checked]:bg-primary/10 has-data-[state=checked]:border-primary/50 has-data-[state=checked]:z-[1]" >
381
381
<div class = " flex items-center h-5" ><button class = " rounded-full ring ring-inset ring-accented overflow-hidden focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-primary size-4" tabindex = " -1" data-orientation = " horizontal" data-reka-collection-item = " " id = " v-0-0:3" role = " radio" type = " button" aria-checked = " false" data-state = " unchecked" required = " false" value = " 3" aria-label = " 3" >
382
382
<!---->
383
383
<!---->
0 commit comments