@@ -26,8 +26,8 @@ export default (options: Required<ModuleOptions>) => ({
26
26
} ,
27
27
vertical : {
28
28
header : 'flex-col gap-4' ,
29
- item : 'flex text-left ' ,
30
- separator : 'left -[calc(50%-1px)] -bottom-[10px] w-0.5'
29
+ item : 'flex text-start ' ,
30
+ separator : 'start -[calc(50%-1px)] -bottom-[10px] w-0.5'
31
31
}
32
32
} ,
33
33
@@ -84,23 +84,23 @@ export default (options: Required<ModuleOptions>) => ({
84
84
compoundVariants : [ {
85
85
orientation : 'horizontal' ,
86
86
size : 'xs' ,
87
- class : { separator : 'left -[calc(50%+16px)] right -[calc(-50%+16px)]' }
87
+ class : { separator : 'start -[calc(50%+16px)] end -[calc(-50%+16px)]' }
88
88
} , {
89
89
orientation : 'horizontal' ,
90
90
size : 'sm' ,
91
- class : { separator : 'left -[calc(50%+20px)] right -[calc(-50%+20px)]' }
91
+ class : { separator : 'start -[calc(50%+20px)] end -[calc(-50%+20px)]' }
92
92
} , {
93
93
orientation : 'horizontal' ,
94
94
size : 'md' ,
95
- class : { separator : 'left -[calc(50%+28px)] right -[calc(-50%+28px)]' }
95
+ class : { separator : 'start -[calc(50%+28px)] end -[calc(-50%+28px)]' }
96
96
} , {
97
97
orientation : 'horizontal' ,
98
98
size : 'lg' ,
99
- class : { separator : 'left -[calc(50%+32px)] right -[calc(-50%+32px)]' }
99
+ class : { separator : 'start -[calc(50%+32px)] end -[calc(-50%+32px)]' }
100
100
} , {
101
101
orientation : 'horizontal' ,
102
102
size : 'xl' ,
103
- class : { separator : 'left -[calc(50%+36px)] right -[calc(-50%+36px)]' }
103
+ class : { separator : 'start -[calc(50%+36px)] end -[calc(-50%+36px)]' }
104
104
} , {
105
105
orientation : 'vertical' ,
106
106
size : 'xs' ,
0 commit comments