File tree 4 files changed +22
-23
lines changed
4 files changed +22
-23
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ " bits-ui " : patch
3
+ ---
4
+
5
+ Update Melt UI to [ 0.74.4] ( https://github.com/melt-ui/melt-ui/releases/tag/v0.74.4 )
Original file line number Diff line number Diff line change 96
96
"type" : " module" ,
97
97
"dependencies" : {
98
98
"@internationalized/date" : " ^3.5.1" ,
99
- "@melt-ui/svelte" : " 0.74.2 " ,
99
+ "@melt-ui/svelte" : " 0.74.4 " ,
100
100
"nanoid" : " ^5.0.5"
101
101
},
102
102
"peerDependencies" : {
Original file line number Diff line number Diff line change 3
3
</script >
4
4
5
5
<RadioGroup .Root class =" flex flex-col gap-4 text-sm font-medium" >
6
- <div
7
- class =" group flex cursor-pointer select-none items-center gap-3 text-foreground transition-all"
8
- >
6
+ <div class =" group flex select-none items-center text-foreground transition-all" >
9
7
<RadioGroup .Item
10
8
id =" amazing"
11
9
value =" amazing"
12
- class =" size-5 shrink-0 rounded-full border border-border-input bg-background transition-all duration-100 ease-in-out hover:border-dark-40 data-[state=checked]:border-6 data-[state=checked]:border-foreground"
10
+ class =" size-5 shrink-0 cursor-default rounded-full border border-border-input bg-background transition-all duration-100 ease-in-out hover:border-dark-40 data-[state=checked]:border-6 data-[state=checked]:border-foreground"
13
11
/>
14
- <Label .Root for =" amazing" >Amazing</Label .Root >
12
+ <Label .Root for =" amazing" class = " pl-3 " >Amazing</Label .Root >
15
13
</div >
16
- <div
17
- class =" group flex cursor-pointer select-none items-center gap-3 text-foreground transition-all"
18
- >
14
+ <div class =" group flex select-none items-center text-foreground transition-all" >
19
15
<RadioGroup .Item
20
16
id =" average"
21
17
value =" average"
22
- class =" size-5 shrink-0 rounded-full border border-border-input bg-background transition-all duration-100 ease-in-out hover:border-dark-40 data-[state=checked]:border-6 data-[state=checked]:border-foreground"
18
+ class =" size-5 shrink-0 cursor-default rounded-full border border-border-input bg-background transition-all duration-100 ease-in-out hover:border-dark-40 data-[state=checked]:border-6 data-[state=checked]:border-foreground"
23
19
/>
24
- <Label .Root for =" average" >Average</Label .Root >
20
+ <Label .Root for =" average" class = " pl-3 " >Average</Label .Root >
25
21
</div >
26
- <div
27
- class =" group flex cursor-pointer select-none items-center gap-3 text-foreground transition-all"
28
- >
22
+ <div class =" group flex select-none items-center text-foreground transition-all" >
29
23
<RadioGroup .Item
30
24
id =" terrible"
31
25
value =" terrible"
32
- class =" size-5 shrink-0 rounded-full border border-border-input bg-background transition-all duration-100 ease-in-out hover:border-dark-40 data-[state=checked]:border-6 data-[state=checked]:border-foreground"
26
+ class =" size-5 shrink-0 cursor-default rounded-full border border-border-input bg-background transition-all duration-100 ease-in-out hover:border-dark-40 data-[state=checked]:border-6 data-[state=checked]:border-foreground"
33
27
/>
34
- <Label .Root for =" terrible" >Terrible</Label .Root >
28
+ <Label .Root for =" terrible" class = " pl-3 " >Terrible</Label .Root >
35
29
</div >
36
30
</RadioGroup .Root >
You can’t perform that action at this time.
0 commit comments