Skip to content

Commit dd6b246

Browse files
authored
update snapshots
1 parent 66cb914 commit dd6b246

11 files changed

+107
-6
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -972,6 +972,7 @@ Array [
972972
style={
973973
Object {
974974
"display": "inline-block",
975+
"overflow": "visible",
975976
"userSelect": "none",
976977
"verticalAlign": "text-bottom",
977978
}

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ exports[`CircleBadge CircleBadge.Icon renders consistently 1`] = `
2121
style={
2222
Object {
2323
"display": "inline-block",
24+
"overflow": "visible",
2425
"userSelect": "none",
2526
"verticalAlign": "text-bottom",
2627
}

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ exports[`CircleOcticon renders consistently 1`] = `
5252
style={
5353
Object {
5454
"display": "inline-block",
55+
"overflow": "visible",
5556
"userSelect": "none",
5657
"verticalAlign": "text-bottom",
5758
}

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,7 @@ Array [
163163
style={
164164
Object {
165165
"display": "inline-block",
166+
"overflow": "visible",
166167
"userSelect": "none",
167168
"verticalAlign": "text-bottom",
168169
}

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ exports[`DropdownMenu renders consistently 1`] = `
9595
style={
9696
Object {
9797
"display": "inline-block",
98+
"overflow": "visible",
9899
"userSelect": "none",
99100
"verticalAlign": "text-bottom",
100101
}

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -352,6 +352,7 @@ exports[`SelectMenu right-aligned modal has right: 0px 1`] = `
352352
style={
353353
Object {
354354
"display": "inline-block",
355+
"overflow": "visible",
355356
"userSelect": "none",
356357
"verticalAlign": "text-bottom",
357358
}
@@ -383,6 +384,7 @@ exports[`SelectMenu right-aligned modal has right: 0px 1`] = `
383384
style={
384385
Object {
385386
"display": "inline-block",
387+
"overflow": "visible",
386388
"userSelect": "none",
387389
"verticalAlign": "text-bottom",
388390
}
@@ -418,6 +420,7 @@ exports[`SelectMenu right-aligned modal has right: 0px 1`] = `
418420
style={
419421
Object {
420422
"display": "inline-block",
423+
"overflow": "visible",
421424
"userSelect": "none",
422425
"verticalAlign": "text-bottom",
423426
}
@@ -448,6 +451,7 @@ exports[`SelectMenu right-aligned modal has right: 0px 1`] = `
448451
style={
449452
Object {
450453
"display": "inline-block",
454+
"overflow": "visible",
451455
"userSelect": "none",
452456
"verticalAlign": "text-bottom",
453457
}

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ exports[`SelectPanel renders consistently 1`] = `
108108
style={
109109
Object {
110110
"display": "inline-block",
111+
"overflow": "visible",
111112
"userSelect": "none",
112113
"verticalAlign": "text-bottom",
113114
}

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

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ exports[`StateLabel renders children 1`] = `
3636
className="c1"
3737
dangerouslySetInnerHTML={
3838
Object {
39-
"__html": "<path fill-rule=\\"evenodd\\" d=\\"M8 1.5a6.5 6.5 0 100 13 6.5 6.5 0 000-13zM0 8a8 8 0 1116 0A8 8 0 010 8zm9 3a1 1 0 11-2 0 1 1 0 012 0zm-.25-6.25a.75.75 0 00-1.5 0v3.5a.75.75 0 001.5 0v-3.5z\\"></path>",
39+
"__html": "<path d=\\"M8 9.5a1.5 1.5 0 100-3 1.5 1.5 0 000 3z\\"></path><path fill-rule=\\"evenodd\\" d=\\"M8 0a8 8 0 100 16A8 8 0 008 0zM1.5 8a6.5 6.5 0 1113 0 6.5 6.5 0 01-13 0z\\"></path>",
4040
}
4141
}
4242
fill="currentColor"
@@ -45,6 +45,7 @@ exports[`StateLabel renders children 1`] = `
4545
style={
4646
Object {
4747
"display": "inline-block",
48+
"overflow": "visible",
4849
"userSelect": "none",
4950
"verticalAlign": "text-bottom",
5051
}
@@ -92,7 +93,7 @@ exports[`StateLabel renders consistently 1`] = `
9293
className="c1"
9394
dangerouslySetInnerHTML={
9495
Object {
95-
"__html": "<path fill-rule=\\"evenodd\\" d=\\"M8 1.5a6.5 6.5 0 100 13 6.5 6.5 0 000-13zM0 8a8 8 0 1116 0A8 8 0 010 8zm9 3a1 1 0 11-2 0 1 1 0 012 0zm-.25-6.25a.75.75 0 00-1.5 0v3.5a.75.75 0 001.5 0v-3.5z\\"></path>",
96+
"__html": "<path d=\\"M8 9.5a1.5 1.5 0 100-3 1.5 1.5 0 000 3z\\"></path><path fill-rule=\\"evenodd\\" d=\\"M8 0a8 8 0 100 16A8 8 0 008 0zM1.5 8a6.5 6.5 0 1113 0 6.5 6.5 0 01-13 0z\\"></path>",
9697
}
9798
}
9899
fill="currentColor"
@@ -101,6 +102,7 @@ exports[`StateLabel renders consistently 1`] = `
101102
style={
102103
Object {
103104
"display": "inline-block",
105+
"overflow": "visible",
104106
"userSelect": "none",
105107
"verticalAlign": "text-bottom",
106108
}
@@ -148,7 +150,7 @@ exports[`StateLabel respects the status prop 1`] = `
148150
className="c1"
149151
dangerouslySetInnerHTML={
150152
Object {
151-
"__html": "<path fill-rule=\\"evenodd\\" d=\\"M8 1.5a6.5 6.5 0 100 13 6.5 6.5 0 000-13zM0 8a8 8 0 1116 0A8 8 0 010 8zm9 3a1 1 0 11-2 0 1 1 0 012 0zm-.25-6.25a.75.75 0 00-1.5 0v3.5a.75.75 0 001.5 0v-3.5z\\"></path>",
153+
"__html": "<path d=\\"M8 9.5a1.5 1.5 0 100-3 1.5 1.5 0 000 3z\\"></path><path fill-rule=\\"evenodd\\" d=\\"M8 0a8 8 0 100 16A8 8 0 008 0zM1.5 8a6.5 6.5 0 1113 0 6.5 6.5 0 01-13 0z\\"></path>",
152154
}
153155
}
154156
fill="currentColor"
@@ -157,6 +159,7 @@ exports[`StateLabel respects the status prop 1`] = `
157159
style={
158160
Object {
159161
"display": "inline-block",
162+
"overflow": "visible",
160163
"userSelect": "none",
161164
"verticalAlign": "text-bottom",
162165
}
@@ -203,7 +206,7 @@ exports[`StateLabel respects the status prop 2`] = `
203206
className="c1"
204207
dangerouslySetInnerHTML={
205208
Object {
206-
"__html": "<path fill-rule=\\"evenodd\\" d=\\"M1.5 8a6.5 6.5 0 0110.65-5.003.75.75 0 00.959-1.153 8 8 0 102.592 8.33.75.75 0 10-1.444-.407A6.5 6.5 0 011.5 8zM8 12a1 1 0 100-2 1 1 0 000 2zm0-8a.75.75 0 01.75.75v3.5a.75.75 0 11-1.5 0v-3.5A.75.75 0 018 4zm4.78 4.28l3-3a.75.75 0 00-1.06-1.06l-2.47 2.47-.97-.97a.749.749 0 10-1.06 1.06l1.5 1.5a.75.75 0 001.06 0z\\"></path>",
209+
"__html": "<path d=\\"M11.28 6.78a.75.75 0 00-1.06-1.06L7.25 8.69 5.78 7.22a.75.75 0 00-1.06 1.06l2 2a.75.75 0 001.06 0l3.5-3.5z\\"></path><path fill-rule=\\"evenodd\\" d=\\"M16 8A8 8 0 110 8a8 8 0 0116 0zm-1.5 0a6.5 6.5 0 11-13 0 6.5 6.5 0 0113 0z\\"></path>",
207210
}
208211
}
209212
fill="currentColor"
@@ -212,6 +215,7 @@ exports[`StateLabel respects the status prop 2`] = `
212215
style={
213216
Object {
214217
"display": "inline-block",
218+
"overflow": "visible",
215219
"userSelect": "none",
216220
"verticalAlign": "text-bottom",
217221
}
@@ -267,6 +271,7 @@ exports[`StateLabel respects the status prop 3`] = `
267271
style={
268272
Object {
269273
"display": "inline-block",
274+
"overflow": "visible",
270275
"userSelect": "none",
271276
"verticalAlign": "text-bottom",
272277
}
@@ -313,7 +318,7 @@ exports[`StateLabel respects the variant prop 1`] = `
313318
className="c1"
314319
dangerouslySetInnerHTML={
315320
Object {
316-
"__html": "<path fill-rule=\\"evenodd\\" d=\\"M8 1.5a6.5 6.5 0 100 13 6.5 6.5 0 000-13zM0 8a8 8 0 1116 0A8 8 0 010 8zm9 3a1 1 0 11-2 0 1 1 0 012 0zm-.25-6.25a.75.75 0 00-1.5 0v3.5a.75.75 0 001.5 0v-3.5z\\"></path>",
321+
"__html": "<path d=\\"M8 9.5a1.5 1.5 0 100-3 1.5 1.5 0 000 3z\\"></path><path fill-rule=\\"evenodd\\" d=\\"M8 0a8 8 0 100 16A8 8 0 008 0zM1.5 8a6.5 6.5 0 1113 0 6.5 6.5 0 01-13 0z\\"></path>",
317322
}
318323
}
319324
fill="currentColor"
@@ -322,6 +327,7 @@ exports[`StateLabel respects the variant prop 1`] = `
322327
style={
323328
Object {
324329
"display": "inline-block",
330+
"overflow": "visible",
325331
"userSelect": "none",
326332
"verticalAlign": "text-bottom",
327333
}
@@ -368,7 +374,7 @@ exports[`StateLabel respects the variant prop 2`] = `
368374
className="c1"
369375
dangerouslySetInnerHTML={
370376
Object {
371-
"__html": "<path fill-rule=\\"evenodd\\" d=\\"M8 1.5a6.5 6.5 0 100 13 6.5 6.5 0 000-13zM0 8a8 8 0 1116 0A8 8 0 010 8zm9 3a1 1 0 11-2 0 1 1 0 012 0zm-.25-6.25a.75.75 0 00-1.5 0v3.5a.75.75 0 001.5 0v-3.5z\\"></path>",
377+
"__html": "<path d=\\"M8 9.5a1.5 1.5 0 100-3 1.5 1.5 0 000 3z\\"></path><path fill-rule=\\"evenodd\\" d=\\"M8 0a8 8 0 100 16A8 8 0 008 0zM1.5 8a6.5 6.5 0 1113 0 6.5 6.5 0 01-13 0z\\"></path>",
372378
}
373379
}
374380
fill="currentColor"
@@ -377,6 +383,7 @@ exports[`StateLabel respects the variant prop 2`] = `
377383
style={
378384
Object {
379385
"display": "inline-block",
386+
"overflow": "visible",
380387
"userSelect": "none",
381388
"verticalAlign": "text-bottom",
382389
}

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ exports[`StyledOcticon renders consistently 1`] = `
1515
style={
1616
Object {
1717
"display": "inline-block",
18+
"overflow": "visible",
1819
"userSelect": "none",
1920
"verticalAlign": "text-bottom",
2021
}

0 commit comments

Comments
 (0)