@@ -6,7 +6,7 @@ export default (options: Required<ModuleOptions>) => ({
6
6
base : 'relative' ,
7
7
track : '' ,
8
8
indicator : 'rounded-full size-full transition-transform duration-200 ease-out' ,
9
- status : 'flex justify-end text-(--ui-text-dimmed) transition-[width] duration-200' ,
9
+ status : 'flex justify-end text-(--ui-text-dimmed) transition-[width] duration-200 absolute inset-0 ' ,
10
10
steps : 'grid items-end' ,
11
11
step : 'truncate text-end row-start-1 col-start-1 transition-opacity'
12
12
} ,
@@ -140,7 +140,7 @@ export default (options: Required<ModuleOptions>) => ({
140
140
orientation : 'horizontal' ,
141
141
size : '2xs' ,
142
142
class : {
143
- base : 'rounded-full w-8 h -8' ,
143
+ base : 'rounded-full size -8' ,
144
144
indicator : 'stroke-[6px]' ,
145
145
track : 'stroke-[6px]' ,
146
146
status : 'text-[8px]'
@@ -151,7 +151,7 @@ export default (options: Required<ModuleOptions>) => ({
151
151
orientation : 'horizontal' ,
152
152
size : 'xs' ,
153
153
class : {
154
- base : 'rounded-full w-10 h -10' ,
154
+ base : 'rounded-full size -10' ,
155
155
indicator : 'stroke-[6px]' ,
156
156
track : 'stroke-[6px]' ,
157
157
status : 'text-[9px]'
@@ -162,7 +162,7 @@ export default (options: Required<ModuleOptions>) => ({
162
162
orientation : 'horizontal' ,
163
163
size : 'sm' ,
164
164
class : {
165
- base : 'rounded-full w-12 h -12' ,
165
+ base : 'rounded-full size -12' ,
166
166
indicator : 'stroke-[6px]' ,
167
167
track : 'stroke-[6px]' ,
168
168
status : 'text-[9px]'
@@ -173,7 +173,7 @@ export default (options: Required<ModuleOptions>) => ({
173
173
orientation : 'horizontal' ,
174
174
size : 'md' ,
175
175
class : {
176
- base : 'rounded-full w-16 h -16' ,
176
+ base : 'rounded-full size -16' ,
177
177
indicator : 'stroke-[6px]' ,
178
178
track : 'stroke-[6px]'
179
179
}
@@ -183,7 +183,7 @@ export default (options: Required<ModuleOptions>) => ({
183
183
orientation : 'horizontal' ,
184
184
size : 'lg' ,
185
185
class : {
186
- base : 'rounded-full w-20 h -20' ,
186
+ base : 'rounded-full size -20' ,
187
187
indicator : 'stroke-[8px]' ,
188
188
track : 'stroke-[8px]'
189
189
}
@@ -193,7 +193,7 @@ export default (options: Required<ModuleOptions>) => ({
193
193
orientation : 'horizontal' ,
194
194
size : 'xl' ,
195
195
class : {
196
- base : 'rounded-full w-24 h -24' ,
196
+ base : 'rounded-full size -24' ,
197
197
indicator : 'stroke-[10px]' ,
198
198
track : 'stroke-[8px]'
199
199
}
@@ -203,7 +203,7 @@ export default (options: Required<ModuleOptions>) => ({
203
203
orientation : 'horizontal' ,
204
204
size : '2xl' ,
205
205
class : {
206
- base : 'rounded-full w-32 h -32' ,
206
+ base : 'rounded-full size -32' ,
207
207
indicator : 'stroke-[12px]' ,
208
208
track : 'stroke-[10px]'
209
209
}
@@ -212,7 +212,7 @@ export default (options: Required<ModuleOptions>) => ({
212
212
orientation : 'horizontal' ,
213
213
size : '2xs' ,
214
214
class : {
215
- base : 'rounded-full w-8 h -8' ,
215
+ base : 'rounded-full size -8' ,
216
216
indicator : 'stroke-[6px]' ,
217
217
track : 'stroke-[6px]' ,
218
218
status : 'text-[8px]'
@@ -223,7 +223,7 @@ export default (options: Required<ModuleOptions>) => ({
223
223
orientation : 'horizontal' ,
224
224
size : 'xs' ,
225
225
class : {
226
- base : 'rounded-full w-10 h -10' ,
226
+ base : 'rounded-full size -10' ,
227
227
indicator : 'stroke-[6px]' ,
228
228
track : 'stroke-[6px]' ,
229
229
status : 'text-[9px]'
@@ -234,7 +234,7 @@ export default (options: Required<ModuleOptions>) => ({
234
234
orientation : 'horizontal' ,
235
235
size : 'sm' ,
236
236
class : {
237
- base : 'rounded-full w-12 h -12' ,
237
+ base : 'rounded-full size -12' ,
238
238
indicator : 'stroke-[6px]' ,
239
239
track : 'stroke-[6px]' ,
240
240
status : 'text-[9px]'
@@ -245,7 +245,7 @@ export default (options: Required<ModuleOptions>) => ({
245
245
orientation : 'horizontal' ,
246
246
size : 'md' ,
247
247
class : {
248
- base : 'rounded-full w-16 h -16' ,
248
+ base : 'rounded-full size -16' ,
249
249
indicator : 'stroke-[6px]' ,
250
250
track : 'stroke-[6px]'
251
251
}
@@ -255,7 +255,7 @@ export default (options: Required<ModuleOptions>) => ({
255
255
orientation : 'horizontal' ,
256
256
size : 'lg' ,
257
257
class : {
258
- base : 'rounded-full w-20 h -20' ,
258
+ base : 'rounded-full size -20' ,
259
259
indicator : 'stroke-[8px]' ,
260
260
track : 'stroke-[8px]'
261
261
}
@@ -265,7 +265,7 @@ export default (options: Required<ModuleOptions>) => ({
265
265
orientation : 'horizontal' ,
266
266
size : 'xl' ,
267
267
class : {
268
- base : 'rounded-full w-24 h -24' ,
268
+ base : 'rounded-full size -24' ,
269
269
indicator : 'stroke-[10px]' ,
270
270
track : 'stroke-8'
271
271
}
@@ -275,7 +275,7 @@ export default (options: Required<ModuleOptions>) => ({
275
275
orientation : 'horizontal' ,
276
276
size : '2xl' ,
277
277
class : {
278
- base : 'rounded-full w-32 h -32' ,
278
+ base : 'rounded-full size -32' ,
279
279
indicator : 'stroke-[12px]' ,
280
280
track : 'stroke-10'
281
281
}
0 commit comments