Skip to content

Commit b9f3a69

Browse files
authored
Update snapshot
1 parent 65f1037 commit b9f3a69

File tree

2 files changed

+51
-102
lines changed

2 files changed

+51
-102
lines changed

src/__tests__/__snapshots__/TextInputWithTokens.test.tsx.snap

Lines changed: 24 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -257,13 +257,12 @@ exports[`TextInputWithTokens renders a leadingVisual and trailingVisual 1`] = `
257257
color: inherit;
258258
font: inherit;
259259
margin: 0;
260-
overflow: visible;
261260
padding: 0;
262261
width: auto;
263262
-webkit-font-smoothing: inherit;
264263
-moz-osx-font-smoothing: inherit;
265264
-webkit-appearance: none;
266-
line-height: 1;
265+
line-height: normal;
267266
color: currentColor;
268267
-webkit-text-decoration: none;
269268
text-decoration: none;
@@ -1045,13 +1044,12 @@ exports[`TextInputWithTokens renders a truncated set of tokens 1`] = `
10451044
color: inherit;
10461045
font: inherit;
10471046
margin: 0;
1048-
overflow: visible;
10491047
padding: 0;
10501048
width: auto;
10511049
-webkit-font-smoothing: inherit;
10521050
-moz-osx-font-smoothing: inherit;
10531051
-webkit-appearance: none;
1054-
line-height: 1;
1052+
line-height: normal;
10551053
color: currentColor;
10561054
-webkit-text-decoration: none;
10571055
text-decoration: none;
@@ -1665,13 +1663,12 @@ exports[`TextInputWithTokens renders at a maximum height when specified 1`] = `
16651663
color: inherit;
16661664
font: inherit;
16671665
margin: 0;
1668-
overflow: visible;
16691666
padding: 0;
16701667
width: auto;
16711668
-webkit-font-smoothing: inherit;
16721669
-moz-osx-font-smoothing: inherit;
16731670
-webkit-appearance: none;
1674-
line-height: 1;
1671+
line-height: normal;
16751672
color: currentColor;
16761673
-webkit-text-decoration: none;
16771674
text-decoration: none;
@@ -2399,13 +2396,12 @@ exports[`TextInputWithTokens renders tokens at the specified sizes 1`] = `
23992396
color: inherit;
24002397
font: inherit;
24012398
margin: 0;
2402-
overflow: visible;
24032399
padding: 0;
24042400
width: auto;
24052401
-webkit-font-smoothing: inherit;
24062402
-moz-osx-font-smoothing: inherit;
24072403
-webkit-appearance: none;
2408-
line-height: 1;
2404+
line-height: normal;
24092405
color: currentColor;
24102406
-webkit-text-decoration: none;
24112407
text-decoration: none;
@@ -3133,13 +3129,12 @@ exports[`TextInputWithTokens renders tokens at the specified sizes 2`] = `
31333129
color: inherit;
31343130
font: inherit;
31353131
margin: 0;
3136-
overflow: visible;
31373132
padding: 0;
31383133
width: auto;
31393134
-webkit-font-smoothing: inherit;
31403135
-moz-osx-font-smoothing: inherit;
31413136
-webkit-appearance: none;
3142-
line-height: 1;
3137+
line-height: normal;
31433138
color: currentColor;
31443139
-webkit-text-decoration: none;
31453140
text-decoration: none;
@@ -3860,13 +3855,12 @@ exports[`TextInputWithTokens renders tokens at the specified sizes 3`] = `
38603855
color: inherit;
38613856
font: inherit;
38623857
margin: 0;
3863-
overflow: visible;
38643858
padding: 0;
38653859
width: auto;
38663860
-webkit-font-smoothing: inherit;
38673861
-moz-osx-font-smoothing: inherit;
38683862
-webkit-appearance: none;
3869-
line-height: 1;
3863+
line-height: normal;
38703864
color: currentColor;
38713865
-webkit-text-decoration: none;
38723866
text-decoration: none;
@@ -4589,13 +4583,12 @@ exports[`TextInputWithTokens renders tokens at the specified sizes 4`] = `
45894583
color: inherit;
45904584
font: inherit;
45914585
margin: 0;
4592-
overflow: visible;
45934586
padding: 0;
45944587
width: auto;
45954588
-webkit-font-smoothing: inherit;
45964589
-moz-osx-font-smoothing: inherit;
45974590
-webkit-appearance: none;
4598-
line-height: 1;
4591+
line-height: normal;
45994592
color: currentColor;
46004593
-webkit-text-decoration: none;
46014594
text-decoration: none;
@@ -5318,13 +5311,12 @@ exports[`TextInputWithTokens renders tokens at the specified sizes 5`] = `
53185311
color: inherit;
53195312
font: inherit;
53205313
margin: 0;
5321-
overflow: visible;
53225314
padding: 0;
53235315
width: auto;
53245316
-webkit-font-smoothing: inherit;
53255317
-moz-osx-font-smoothing: inherit;
53265318
-webkit-appearance: none;
5327-
line-height: 1;
5319+
line-height: normal;
53285320
color: currentColor;
53295321
-webkit-text-decoration: none;
53305322
text-decoration: none;
@@ -6049,13 +6041,12 @@ exports[`TextInputWithTokens renders tokens on a single line when specified 1`]
60496041
color: inherit;
60506042
font: inherit;
60516043
margin: 0;
6052-
overflow: visible;
60536044
padding: 0;
60546045
width: auto;
60556046
-webkit-font-smoothing: inherit;
60566047
-moz-osx-font-smoothing: inherit;
60576048
-webkit-appearance: none;
6058-
line-height: 1;
6049+
line-height: normal;
60596050
color: currentColor;
60606051
-webkit-text-decoration: none;
60616052
text-decoration: none;
@@ -6728,13 +6719,12 @@ exports[`TextInputWithTokens renders tokens without a remove button when specifi
67286719
color: inherit;
67296720
font: inherit;
67306721
margin: 0;
6731-
overflow: visible;
67326722
padding: 0;
67336723
width: auto;
67346724
-webkit-font-smoothing: inherit;
67356725
-moz-osx-font-smoothing: inherit;
67366726
-webkit-appearance: none;
6737-
line-height: 1;
6727+
line-height: normal;
67386728
color: currentColor;
67396729
-webkit-text-decoration: none;
67406730
text-decoration: none;
@@ -7224,13 +7214,12 @@ exports[`TextInputWithTokens renders with a loading indicator 1`] = `
72247214
color: inherit;
72257215
font: inherit;
72267216
margin: 0;
7227-
overflow: visible;
72287217
padding: 0;
72297218
width: auto;
72307219
-webkit-font-smoothing: inherit;
72317220
-moz-osx-font-smoothing: inherit;
72327221
-webkit-appearance: none;
7233-
line-height: 1;
7222+
line-height: normal;
72347223
color: currentColor;
72357224
-webkit-text-decoration: none;
72367225
text-decoration: none;
@@ -8008,13 +7997,12 @@ exports[`TextInputWithTokens renders with a loading indicator 1`] = `
80087997
color: inherit;
80097998
font: inherit;
80107999
margin: 0;
8011-
overflow: visible;
80128000
padding: 0;
80138001
width: auto;
80148002
-webkit-font-smoothing: inherit;
80158003
-moz-osx-font-smoothing: inherit;
80168004
-webkit-appearance: none;
8017-
line-height: 1;
8005+
line-height: normal;
80188006
color: currentColor;
80198007
-webkit-text-decoration: none;
80208008
text-decoration: none;
@@ -8824,13 +8812,12 @@ exports[`TextInputWithTokens renders with a loading indicator 1`] = `
88248812
color: inherit;
88258813
font: inherit;
88268814
margin: 0;
8827-
overflow: visible;
88288815
padding: 0;
88298816
width: auto;
88308817
-webkit-font-smoothing: inherit;
88318818
-moz-osx-font-smoothing: inherit;
88328819
-webkit-appearance: none;
8833-
line-height: 1;
8820+
line-height: normal;
88348821
color: currentColor;
88358822
-webkit-text-decoration: none;
88368823
text-decoration: none;
@@ -9617,13 +9604,12 @@ exports[`TextInputWithTokens renders with a loading indicator 1`] = `
96179604
color: inherit;
96189605
font: inherit;
96199606
margin: 0;
9620-
overflow: visible;
96219607
padding: 0;
96229608
width: auto;
96239609
-webkit-font-smoothing: inherit;
96249610
-moz-osx-font-smoothing: inherit;
96259611
-webkit-appearance: none;
9626-
line-height: 1;
9612+
line-height: normal;
96279613
color: currentColor;
96289614
-webkit-text-decoration: none;
96299615
text-decoration: none;
@@ -10480,13 +10466,12 @@ exports[`TextInputWithTokens renders with a loading indicator 1`] = `
1048010466
color: inherit;
1048110467
font: inherit;
1048210468
margin: 0;
10483-
overflow: visible;
1048410469
padding: 0;
1048510470
width: auto;
1048610471
-webkit-font-smoothing: inherit;
1048710472
-moz-osx-font-smoothing: inherit;
1048810473
-webkit-appearance: none;
10489-
line-height: 1;
10474+
line-height: normal;
1049010475
color: currentColor;
1049110476
-webkit-text-decoration: none;
1049210477
text-decoration: none;
@@ -11343,13 +11328,12 @@ exports[`TextInputWithTokens renders with a loading indicator 1`] = `
1134311328
color: inherit;
1134411329
font: inherit;
1134511330
margin: 0;
11346-
overflow: visible;
1134711331
padding: 0;
1134811332
width: auto;
1134911333
-webkit-font-smoothing: inherit;
1135011334
-moz-osx-font-smoothing: inherit;
1135111335
-webkit-appearance: none;
11352-
line-height: 1;
11336+
line-height: normal;
1135311337
color: currentColor;
1135411338
-webkit-text-decoration: none;
1135511339
text-decoration: none;
@@ -12200,13 +12184,12 @@ exports[`TextInputWithTokens renders with a loading indicator 1`] = `
1220012184
color: inherit;
1220112185
font: inherit;
1220212186
margin: 0;
12203-
overflow: visible;
1220412187
padding: 0;
1220512188
width: auto;
1220612189
-webkit-font-smoothing: inherit;
1220712190
-moz-osx-font-smoothing: inherit;
1220812191
-webkit-appearance: none;
12209-
line-height: 1;
12192+
line-height: normal;
1221012193
color: currentColor;
1221112194
-webkit-text-decoration: none;
1221212195
text-decoration: none;
@@ -13025,13 +13008,12 @@ exports[`TextInputWithTokens renders with a loading indicator 1`] = `
1302513008
color: inherit;
1302613009
font: inherit;
1302713010
margin: 0;
13028-
overflow: visible;
1302913011
padding: 0;
1303013012
width: auto;
1303113013
-webkit-font-smoothing: inherit;
1303213014
-moz-osx-font-smoothing: inherit;
1303313015
-webkit-appearance: none;
13034-
line-height: 1;
13016+
line-height: normal;
1303513017
color: currentColor;
1303613018
-webkit-text-decoration: none;
1303713019
text-decoration: none;
@@ -13882,13 +13864,12 @@ exports[`TextInputWithTokens renders with a loading indicator 1`] = `
1388213864
color: inherit;
1388313865
font: inherit;
1388413866
margin: 0;
13885-
overflow: visible;
1388613867
padding: 0;
1388713868
width: auto;
1388813869
-webkit-font-smoothing: inherit;
1388913870
-moz-osx-font-smoothing: inherit;
1389013871
-webkit-appearance: none;
13891-
line-height: 1;
13872+
line-height: normal;
1389213873
color: currentColor;
1389313874
-webkit-text-decoration: none;
1389413875
text-decoration: none;
@@ -14721,13 +14702,12 @@ exports[`TextInputWithTokens renders with a loading indicator 1`] = `
1472114702
color: inherit;
1472214703
font: inherit;
1472314704
margin: 0;
14724-
overflow: visible;
1472514705
padding: 0;
1472614706
width: auto;
1472714707
-webkit-font-smoothing: inherit;
1472814708
-moz-osx-font-smoothing: inherit;
1472914709
-webkit-appearance: none;
14730-
line-height: 1;
14710+
line-height: normal;
1473114711
color: currentColor;
1473214712
-webkit-text-decoration: none;
1473314713
text-decoration: none;
@@ -15625,13 +15605,12 @@ exports[`TextInputWithTokens renders with a loading indicator 1`] = `
1562515605
color: inherit;
1562615606
font: inherit;
1562715607
margin: 0;
15628-
overflow: visible;
1562915608
padding: 0;
1563015609
width: auto;
1563115610
-webkit-font-smoothing: inherit;
1563215611
-moz-osx-font-smoothing: inherit;
1563315612
-webkit-appearance: none;
15634-
line-height: 1;
15613+
line-height: normal;
1563515614
color: currentColor;
1563615615
-webkit-text-decoration: none;
1563715616
text-decoration: none;
@@ -16527,13 +16506,12 @@ exports[`TextInputWithTokens renders with a loading indicator 1`] = `
1652716506
color: inherit;
1652816507
font: inherit;
1652916508
margin: 0;
16530-
overflow: visible;
1653116509
padding: 0;
1653216510
width: auto;
1653316511
-webkit-font-smoothing: inherit;
1653416512
-moz-osx-font-smoothing: inherit;
1653516513
-webkit-appearance: none;
16536-
line-height: 1;
16514+
line-height: normal;
1653716515
color: currentColor;
1653816516
-webkit-text-decoration: none;
1653916517
text-decoration: none;
@@ -17397,13 +17375,12 @@ exports[`TextInputWithTokens renders with tokens 1`] = `
1739717375
color: inherit;
1739817376
font: inherit;
1739917377
margin: 0;
17400-
overflow: visible;
1740117378
padding: 0;
1740217379
width: auto;
1740317380
-webkit-font-smoothing: inherit;
1740417381
-moz-osx-font-smoothing: inherit;
1740517382
-webkit-appearance: none;
17406-
line-height: 1;
17383+
line-height: normal;
1740717384
color: currentColor;
1740817385
-webkit-text-decoration: none;
1740917386
text-decoration: none;
@@ -18120,13 +18097,12 @@ exports[`TextInputWithTokens renders with tokens using a custom token component
1812018097
color: inherit;
1812118098
font: inherit;
1812218099
margin: 0;
18123-
overflow: visible;
1812418100
padding: 0;
1812518101
width: auto;
1812618102
-webkit-font-smoothing: inherit;
1812718103
-moz-osx-font-smoothing: inherit;
1812818104
-webkit-appearance: none;
18129-
line-height: 1;
18105+
line-height: normal;
1813018106
color: currentColor;
1813118107
-webkit-text-decoration: none;
1813218108
text-decoration: none;

0 commit comments

Comments
 (0)