@@ -1868,15 +1868,15 @@ exports[`TextInput renders trailingAction icon button 1`] = `
1868
1868
color : inherit ;
1869
1869
}
1870
1870
1871
- .c4[data-size="small"][data-no-visuals="true" ] {
1871
+ .c4[data-size="small"][data-no-visuals] {
1872
1872
padding - top : 2px ;
1873
1873
padding - right : 4px ;
1874
1874
padding - bottom : 2px ;
1875
1875
padding - left : 4px ;
1876
1876
position : relative ;
1877
1877
}
1878
1878
1879
- .c4[data-size="small"][data-no-visuals="true" ][data-component="IconButton"] {
1879
+ .c4[data-size="small"][data-no-visuals][data-component="IconButton"] {
1880
1880
width : var (-- inner - action - size );
1881
1881
height : var (-- inner - action - size );
1882
1882
}
@@ -2202,7 +2202,7 @@ exports[`TextInput renders trailingAction icon button 1`] = `
2202
2202
}
2203
2203
2204
2204
@media (pointer:coarse) {
2205
- .c4 [data - size = " small" ][data - no - visuals = " true " ]:after {
2205
+ .c4 [data - size = " small" ][data - no - visuals ]:after {
2206
2206
content: " " ;
2207
2207
position : absolute ;
2208
2208
left : 0 ;
@@ -2505,6 +2505,16 @@ exports[`TextInput renders trailingAction text button 1`] = `
2505
2505
2506
2506
.c3[data-no-visuals] {
2507
2507
color : #0969da ;
2508
+ padding - top : 2px ;
2509
+ padding - right : 4px ;
2510
+ padding - bottom : 2px ;
2511
+ padding - left : 4px ;
2512
+ position : relative ;
2513
+ }
2514
+
2515
+ .c3[data-no-visuals][data-component="IconButton"] {
2516
+ width : var (-- inner - action - size );
2517
+ height : var (-- inner - action - size );
2508
2518
}
2509
2519
2510
2520
.c3:has([data-component="ButtonCounter"]) {
@@ -2519,19 +2529,6 @@ exports[`TextInput renders trailingAction text button 1`] = `
2519
2529
color : inherit ;
2520
2530
}
2521
2531
2522
- .c3[data-no-visuals="true"] {
2523
- padding - top : 2px ;
2524
- padding - right : 4px ;
2525
- padding - bottom : 2px ;
2526
- padding - left : 4px ;
2527
- position : relative ;
2528
- }
2529
-
2530
- .c3[data-no-visuals="true"][data-component="IconButton"] {
2531
- width : var (-- inner - action - size );
2532
- height : var (-- inner - action - size );
2533
- }
2534
-
2535
2532
.c0 {
2536
2533
font - size : 14px ;
2537
2534
line - height : 20px ;
@@ -2628,7 +2625,7 @@ exports[`TextInput renders trailingAction text button 1`] = `
2628
2625
}
2629
2626
2630
2627
@media (pointer:coarse) {
2631
- .c3 [data - no - visuals = " true " ]:after {
2628
+ .c3 [data - no - visuals ]:after {
2632
2629
content: " " ;
2633
2630
position : absolute ;
2634
2631
left : 0 ;
@@ -2669,6 +2666,7 @@ exports[`TextInput renders trailingAction text button 1`] = `
2669
2666
data-block = { null }
2670
2667
data-no-visuals = { true }
2671
2668
onClick = { [MockFunction ]}
2669
+ style = { {}}
2672
2670
type = " button"
2673
2671
>
2674
2672
<span
@@ -2910,6 +2908,16 @@ exports[`TextInput renders trailingAction text button with a tooltip 1`] = `
2910
2908
2911
2909
.c4[data-no-visuals] {
2912
2910
color : #0969da ;
2911
+ padding - top : 2px ;
2912
+ padding - right : 4px ;
2913
+ padding - bottom : 2px ;
2914
+ padding - left : 4px ;
2915
+ position : relative ;
2916
+ }
2917
+
2918
+ .c4[data-no-visuals][data-component="IconButton"] {
2919
+ width : var (-- inner - action - size );
2920
+ height : var (-- inner - action - size );
2913
2921
}
2914
2922
2915
2923
.c4:has([data-component="ButtonCounter"]) {
@@ -2924,19 +2932,6 @@ exports[`TextInput renders trailingAction text button with a tooltip 1`] = `
2924
2932
color : inherit ;
2925
2933
}
2926
2934
2927
- .c4[data-no-visuals="true"] {
2928
- padding - top : 2px ;
2929
- padding - right : 4px ;
2930
- padding - bottom : 2px ;
2931
- padding - left : 4px ;
2932
- position : relative ;
2933
- }
2934
-
2935
- .c4[data-no-visuals="true"][data-component="IconButton"] {
2936
- width : var (-- inner - action - size );
2937
- height : var (-- inner - action - size );
2938
- }
2939
-
2940
2935
.c0 {
2941
2936
font - size : 14px ;
2942
2937
line - height : 20px ;
@@ -3259,7 +3254,7 @@ exports[`TextInput renders trailingAction text button with a tooltip 1`] = `
3259
3254
}
3260
3255
3261
3256
@media (pointer:coarse) {
3262
- .c4 [data - no - visuals = " true " ]:after {
3257
+ .c4 [data - no - visuals ]:after {
3263
3258
content: " " ;
3264
3259
position : absolute ;
3265
3260
left : 0 ;
@@ -3305,6 +3300,7 @@ exports[`TextInput renders trailingAction text button with a tooltip 1`] = `
3305
3300
data-block = { null }
3306
3301
data-no-visuals = { true }
3307
3302
onClick = { [MockFunction ]}
3303
+ style = { {}}
3308
3304
type = " button"
3309
3305
>
3310
3306
<span
0 commit comments