@@ -48,80 +48,31 @@ export default (options: Required<ModuleOptions>) => ({
48
48
size : {
49
49
'2xs' : {
50
50
status : 'text-xs' ,
51
- steps : 'text-xs' ,
52
- variant : {
53
- circular : {
54
- base : 'size-4' ,
55
- indicator : 'stroke-[3px]' ,
56
- track : 'stroke-[3px]'
57
- }
58
- }
51
+ steps : 'text-xs'
59
52
} ,
60
53
'xs' : {
61
54
status : 'text-xs' ,
62
- steps : 'text-xs' ,
63
- variant : {
64
- circular : {
65
- base : 'size-6' ,
66
- indicator : 'stroke-[4px]' ,
67
- track : 'stroke-[4px]'
68
- }
69
- }
55
+ steps : 'text-xs'
70
56
} ,
71
57
'sm' : {
72
58
status : 'text-sm' ,
73
- steps : 'text-sm' ,
74
- variant : {
75
- circular : {
76
- base : 'size-8' ,
77
- indicator : 'stroke-[5px]' ,
78
- track : 'stroke-[5px]'
79
- }
80
- }
59
+ steps : 'text-sm'
81
60
} ,
82
61
'md' : {
83
62
status : 'text-sm' ,
84
- steps : 'text-sm' ,
85
- variant : {
86
- circular : {
87
- base : 'size-10' ,
88
- indicator : 'stroke-[6px]' ,
89
- track : 'stroke-[6px]'
90
- }
91
- }
63
+ steps : 'text-sm'
92
64
} ,
93
65
'lg' : {
94
66
status : 'text-sm' ,
95
- steps : 'text-sm' ,
96
- variant : {
97
- circular : {
98
- base : 'size-12' ,
99
- indicator : 'stroke-[7px]' ,
100
- track : 'stroke-[7px]'
101
- }
102
- }
67
+ steps : 'text-sm'
103
68
} ,
104
69
'xl' : {
105
70
status : 'text-base' ,
106
- steps : 'text-base' ,
107
- variant : {
108
- circular : {
109
- base : 'size-14' ,
110
- indicator : 'stroke-[8px]' ,
111
- track : 'stroke-[8px]'
112
- }
113
- }
71
+ steps : 'text-base'
114
72
} ,
115
73
'2xl' : {
116
74
status : 'text-base' ,
117
- steps : 'text-base' ,
118
- variant : {
119
- circular : {
120
- base : 'size-16' ,
121
- indicator : 'stroke-[9px]' ,
122
- track : 'stroke-[9px]'
123
- }
124
- }
75
+ steps : 'text-base'
125
76
}
126
77
} ,
127
78
step : {
@@ -165,85 +116,71 @@ export default (options: Required<ModuleOptions>) => ({
165
116
} ,
166
117
{
167
118
variant : 'circular' ,
168
- orientation : 'horizontal' ,
169
119
class : {
170
120
base : 'rounded-full'
171
121
}
172
122
} ,
173
123
{
174
124
variant : 'circular' ,
175
- orientation : 'horizontal' ,
176
- class : {
177
- base : 'rounded-full'
178
- }
179
- } , {
180
- variant : 'circular' ,
181
- orientation : 'horizontal' ,
182
125
size : '2xs' ,
183
126
class : {
184
127
base : 'size-4' ,
185
- indicator : 'stroke-[3px ]' ,
186
- track : 'stroke-[3px ]'
128
+ indicator : 'stroke-[1px ]' ,
129
+ track : 'stroke-[1px ]'
187
130
}
188
131
} ,
189
132
{
190
133
variant : 'circular' ,
191
- orientation : 'horizontal' ,
192
134
size : 'xs' ,
193
135
class : {
194
136
base : 'size-6' ,
195
- indicator : 'stroke-[4px ]' ,
196
- track : 'stroke-[4px ]'
137
+ indicator : 'stroke-[2px ]' ,
138
+ track : 'stroke-[2px ]'
197
139
}
198
140
} ,
199
141
{
200
142
variant : 'circular' ,
201
- orientation : 'horizontal' ,
202
143
size : 'sm' ,
203
144
class : {
204
145
base : 'size-8' ,
205
- indicator : 'stroke-[5px ]' ,
206
- track : 'stroke-[5px ]'
146
+ indicator : 'stroke-[4px ]' ,
147
+ track : 'stroke-[4px ]'
207
148
}
208
149
} ,
209
150
{
210
151
variant : 'circular' ,
211
- orientation : 'horizontal' ,
212
152
size : 'md' ,
213
153
class : {
214
154
base : 'size-10' ,
215
- indicator : 'stroke-[6px ]' ,
216
- track : 'stroke-[6px ]'
155
+ indicator : 'stroke-[8px ]' ,
156
+ track : 'stroke-[8px ]'
217
157
}
218
158
} ,
219
159
{
220
160
variant : 'circular' ,
221
- orientation : 'horizontal' ,
222
161
size : 'lg' ,
223
162
class : {
224
163
base : 'size-12' ,
225
- indicator : 'stroke-[7px ]' ,
226
- track : 'stroke-[7px ]'
164
+ indicator : 'stroke-[12px ]' ,
165
+ track : 'stroke-[12px ]'
227
166
}
228
167
} ,
229
168
{
230
169
variant : 'circular' ,
231
- orientation : 'horizontal' ,
232
170
size : 'xl' ,
233
171
class : {
234
172
base : 'size-14' ,
235
- indicator : 'stroke-[8px ]' ,
236
- track : 'stroke-[8px ]'
173
+ indicator : 'stroke-[16px ]' ,
174
+ track : 'stroke-[16px ]'
237
175
}
238
176
} ,
239
177
{
240
178
variant : 'circular' ,
241
- orientation : 'horizontal' ,
242
179
size : '2xl' ,
243
180
class : {
244
181
base : 'size-16' ,
245
- indicator : 'stroke-[9px ]' ,
246
- track : 'stroke-[9px ]'
182
+ indicator : 'stroke-[20px ]' ,
183
+ track : 'stroke-[20px ]'
247
184
}
248
185
} , {
249
186
variant : 'linear' ,
0 commit comments