22
33exports [` Button Component > props.block works fine 1` ] = `
44<button
5- class = " t-button t-button--variant-base t-button--theme-primary t-size-full-width"
5+ class = " t-button t-button--variant-base t-button--theme-primary t-button--shape-rectangle t- size-full-width"
66 href = " "
77 tabindex = " 0"
88 type = " button"
@@ -19,7 +19,7 @@ exports[`Button Component > props.block works fine 1`] = `
1919
2020exports [` Button Component > props.block works fine 2` ] = `
2121<button
22- class = " t-button t-button--variant-base t-button--theme-primary"
22+ class = " t-button t-button--variant-base t-button--theme-primary t-button--shape-rectangle "
2323 href = " "
2424 tabindex = " 0"
2525 type = " button"
@@ -36,7 +36,7 @@ exports[`Button Component > props.block works fine 2`] = `
3636
3737exports [` Button Component > props.content works fine 1` ] = `
3838<button
39- class = " t-button t-button--variant-base t-button--theme-primary"
39+ class = " t-button t-button--variant-base t-button--theme-primary t-button--shape-rectangle "
4040 href = " "
4141 tabindex = " 0"
4242 type = " button"
@@ -55,7 +55,7 @@ exports[`Button Component > props.content works fine 1`] = `
5555
5656exports [` Button Component > props.default works fine 1` ] = `
5757<button
58- class = " t-button t-button--variant-base t-button--theme-primary"
58+ class = " t-button t-button--variant-base t-button--theme-primary t-button--shape-rectangle "
5959 href = " "
6060 tabindex = " 0"
6161 type = " button"
@@ -74,7 +74,7 @@ exports[`Button Component > props.default works fine 1`] = `
7474
7575exports [` Button Component > props.disabled works fine 1` ] = `
7676<button
77- class = " t-button t-button--variant-base t-button--theme-primary t-is-disabled"
77+ class = " t-button t-button--variant-base t-button--theme-primary t-button--shape-rectangle t- is-disabled"
7878 disabled = " "
7979 href = " "
8080 type = " button"
@@ -91,7 +91,7 @@ exports[`Button Component > props.disabled works fine 1`] = `
9191
9292exports [` Button Component > props.disabled works fine 2` ] = `
9393<button
94- class = " t-button t-button--variant-base t-button--theme-primary"
94+ class = " t-button t-button--variant-base t-button--theme-primary t-button--shape-rectangle "
9595 href = " "
9696 tabindex = " 0"
9797 type = " button"
@@ -108,7 +108,7 @@ exports[`Button Component > props.disabled works fine 2`] = `
108108
109109exports [` Button Component > props.ghost works fine 1` ] = `
110110<button
111- class = " t-button t-button--variant-base t-button--theme-primary t-button--ghost"
111+ class = " t-button t-button--variant-base t-button--theme-primary t-button--shape-rectangle t-button-- ghost"
112112 href = " "
113113 tabindex = " 0"
114114 type = " button"
@@ -125,7 +125,7 @@ exports[`Button Component > props.ghost works fine 1`] = `
125125
126126exports [` Button Component > props.ghost works fine 2` ] = `
127127<button
128- class = " t-button t-button--variant-base t-button--theme-primary"
128+ class = " t-button t-button--variant-base t-button--theme-primary t-button--shape-rectangle "
129129 href = " "
130130 tabindex = " 0"
131131 type = " button"
@@ -142,7 +142,7 @@ exports[`Button Component > props.ghost works fine 2`] = `
142142
143143exports [` Button Component > props.href works fine 1` ] = `
144144<a
145- class = " t-button t-button--variant-base t-button--theme-primary"
145+ class = " t-button t-button--variant-base t-button--theme-primary t-button--shape-rectangle "
146146 disabled = " false"
147147 href = " https://tdesign.tencent.com/"
148148 tabindex = " 0"
@@ -160,7 +160,7 @@ exports[`Button Component > props.href works fine 1`] = `
160160
161161exports [` Button Component > props.loading works fine 1` ] = `
162162<button
163- class = " t-button t-button--variant-base t-button--theme-primary t-is-loading"
163+ class = " t-button t-button--variant-base t-button--theme-primary t-button--shape-rectangle t- is-loading"
164164 disabled = " "
165165 href = " "
166166 tabindex = " 0"
@@ -205,7 +205,7 @@ exports[`Button Component > props.loading works fine 1`] = `
205205
206206exports [` Button Component > props.loading works fine 2` ] = `
207207<button
208- class = " t-button t-button--variant-base t-button--theme-primary"
208+ class = " t-button t-button--variant-base t-button--theme-primary t-button--shape-rectangle "
209209 href = " "
210210 tabindex = " 0"
211211 type = " button"
@@ -222,7 +222,7 @@ exports[`Button Component > props.loading works fine 2`] = `
222222
223223exports [` Button Component > props.loading: Button contains element \` .t-loading\` 1` ] = `
224224<button
225- class = " t-button t-button--variant-base t-button--theme-primary t-is-loading"
225+ class = " t-button t-button--variant-base t-button--theme-primary t-button--shape-rectangle t- is-loading"
226226 disabled = " "
227227 href = " "
228228 tabindex = " 0"
@@ -284,7 +284,7 @@ exports[`Button Component > props.shape is equal to circle 1`] = `
284284
285285exports [` Button Component > props.shape is equal to rectangle 1` ] = `
286286<button
287- class = " t-button t-button--variant-base t-button--theme-primary"
287+ class = " t-button t-button--variant-base t-button--theme-primary t-button--shape-rectangle "
288288 href = " "
289289 tabindex = " 0"
290290 type = " button"
@@ -335,7 +335,7 @@ exports[`Button Component > props.shape is equal to square 1`] = `
335335
336336exports [` Button Component > props.size is equal to large 1` ] = `
337337<button
338- class = " t-button t-button--variant-base t-button--theme-primary t-size-l"
338+ class = " t-button t-button--variant-base t-button--theme-primary t-button--shape-rectangle t- size-l"
339339 href = " "
340340 tabindex = " 0"
341341 type = " button"
@@ -352,7 +352,7 @@ exports[`Button Component > props.size is equal to large 1`] = `
352352
353353exports [` Button Component > props.size is equal to medium 1` ] = `
354354<button
355- class = " t-button t-button--variant-base t-button--theme-primary"
355+ class = " t-button t-button--variant-base t-button--theme-primary t-button--shape-rectangle "
356356 href = " "
357357 tabindex = " 0"
358358 type = " button"
@@ -369,7 +369,7 @@ exports[`Button Component > props.size is equal to medium 1`] = `
369369
370370exports [` Button Component > props.size is equal to small 1` ] = `
371371<button
372- class = " t-button t-button--variant-base t-button--theme-primary t-size-s"
372+ class = " t-button t-button--variant-base t-button--theme-primary t-button--shape-rectangle t- size-s"
373373 href = " "
374374 tabindex = " 0"
375375 type = " button"
@@ -386,7 +386,7 @@ exports[`Button Component > props.size is equal to small 1`] = `
386386
387387exports [` Button Component > props.tag is equal to a 1` ] = `
388388<a
389- class = " t-button t-button--variant-base t-button--theme-primary"
389+ class = " t-button t-button--variant-base t-button--theme-primary t-button--shape-rectangle "
390390 disabled = " false"
391391 href = " "
392392 tabindex = " 0"
@@ -404,7 +404,7 @@ exports[`Button Component > props.tag is equal to a 1`] = `
404404
405405exports [` Button Component > props.tag is equal to button 1` ] = `
406406<button
407- class = " t-button t-button--variant-base t-button--theme-primary"
407+ class = " t-button t-button--variant-base t-button--theme-primary t-button--shape-rectangle "
408408 href = " "
409409 tabindex = " 0"
410410 type = " button"
@@ -421,7 +421,7 @@ exports[`Button Component > props.tag is equal to button 1`] = `
421421
422422exports [` Button Component > props.tag is equal to div 1` ] = `
423423<div
424- class = " t-button t-button--variant-base t-button--theme-primary"
424+ class = " t-button t-button--variant-base t-button--theme-primary t-button--shape-rectangle "
425425 disabled = " false"
426426 href = " "
427427 tabindex = " 0"
@@ -439,7 +439,7 @@ exports[`Button Component > props.tag is equal to div 1`] = `
439439
440440exports [` Button Component > props.theme is equal to danger 1` ] = `
441441<button
442- class = " t-button t-button--variant-base t-button--theme-danger"
442+ class = " t-button t-button--variant-base t-button--theme-danger t-button--shape-rectangle "
443443 href = " "
444444 tabindex = " 0"
445445 type = " button"
@@ -456,7 +456,7 @@ exports[`Button Component > props.theme is equal to danger 1`] = `
456456
457457exports [` Button Component > props.theme is equal to default 1` ] = `
458458<button
459- class = " t-button t-button--variant-base t-button--theme-default"
459+ class = " t-button t-button--variant-base t-button--theme-default t-button--shape-rectangle "
460460 href = " "
461461 tabindex = " 0"
462462 type = " button"
@@ -473,7 +473,7 @@ exports[`Button Component > props.theme is equal to default 1`] = `
473473
474474exports [` Button Component > props.theme is equal to primary 1` ] = `
475475<button
476- class = " t-button t-button--variant-base t-button--theme-primary"
476+ class = " t-button t-button--variant-base t-button--theme-primary t-button--shape-rectangle "
477477 href = " "
478478 tabindex = " 0"
479479 type = " button"
@@ -490,7 +490,7 @@ exports[`Button Component > props.theme is equal to primary 1`] = `
490490
491491exports [` Button Component > props.theme is equal to success 1` ] = `
492492<button
493- class = " t-button t-button--variant-base t-button--theme-success"
493+ class = " t-button t-button--variant-base t-button--theme-success t-button--shape-rectangle "
494494 href = " "
495495 tabindex = " 0"
496496 type = " button"
@@ -507,7 +507,7 @@ exports[`Button Component > props.theme is equal to success 1`] = `
507507
508508exports [` Button Component > props.theme is equal to warning 1` ] = `
509509<button
510- class = " t-button t-button--variant-base t-button--theme-warning"
510+ class = " t-button t-button--variant-base t-button--theme-warning t-button--shape-rectangle "
511511 href = " "
512512 tabindex = " 0"
513513 type = " button"
@@ -524,7 +524,7 @@ exports[`Button Component > props.theme is equal to warning 1`] = `
524524
525525exports [` Button Component > props.variant is equal to base 1` ] = `
526526<button
527- class = " t-button t-button--variant-base t-button--theme-primary"
527+ class = " t-button t-button--variant-base t-button--theme-primary t-button--shape-rectangle "
528528 href = " "
529529 tabindex = " 0"
530530 type = " button"
@@ -541,7 +541,7 @@ exports[`Button Component > props.variant is equal to base 1`] = `
541541
542542exports [` Button Component > props.variant is equal to dashed 1` ] = `
543543<button
544- class = " t-button t-button--variant-dashed t-button--theme-default"
544+ class = " t-button t-button--variant-dashed t-button--theme-default t-button--shape-rectangle "
545545 href = " "
546546 tabindex = " 0"
547547 type = " button"
@@ -558,7 +558,7 @@ exports[`Button Component > props.variant is equal to dashed 1`] = `
558558
559559exports [` Button Component > props.variant is equal to outline 1` ] = `
560560<button
561- class = " t-button t-button--variant-outline t-button--theme-default"
561+ class = " t-button t-button--variant-outline t-button--theme-default t-button--shape-rectangle "
562562 href = " "
563563 tabindex = " 0"
564564 type = " button"
@@ -575,7 +575,7 @@ exports[`Button Component > props.variant is equal to outline 1`] = `
575575
576576exports [` Button Component > props.variant is equal to text 1` ] = `
577577<button
578- class = " t-button t-button--variant-text t-button--theme-default"
578+ class = " t-button t-button--variant-text t-button--theme-default t-button--shape-rectangle "
579579 href = " "
580580 tabindex = " 0"
581581 type = " button"
@@ -592,7 +592,7 @@ exports[`Button Component > props.variant is equal to text 1`] = `
592592
593593exports [` Button Component > slots.content works fine 1` ] = `
594594<button
595- class = " t-button t-button--variant-base t-button--theme-primary"
595+ class = " t-button t-button--variant-base t-button--theme-primary t-button--shape-rectangle "
596596 href = " "
597597 tabindex = " 0"
598598 type = " button"
@@ -613,7 +613,7 @@ exports[`Button Component > slots.content works fine 1`] = `
613613
614614exports [` Button Component > slots.default works fine 1` ] = `
615615<button
616- class = " t-button t-button--variant-base t-button--theme-primary"
616+ class = " t-button t-button--variant-base t-button--theme-primary t-button--shape-rectangle "
617617 href = " "
618618 tabindex = " 0"
619619 type = " button"
0 commit comments