Skip to content

Commit caf388c

Browse files
Snapshot updates as class names have changed now that the imports are different
1 parent 88ef425 commit caf388c

17 files changed

Lines changed: 2265 additions & 2265 deletions

File tree

src/components/Atoms/InfoMessage/__snapshots__/InfoMessage.test.js.snap

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -18,20 +18,6 @@ exports[`renders coral_light variant with message containing a link 1`] = `
1818
line-height: inherit;
1919
}
2020
21-
.c4 {
22-
position: relative;
23-
display: inline;
24-
color: #000000;
25-
font-weight: normal;
26-
}
27-
28-
.c4:hover,
29-
.c4:focus {
30-
color: #000000;
31-
-webkit-text-decoration: none;
32-
text-decoration: none;
33-
}
34-
3521
.c0 {
3622
background-color: #FFCECE;
3723
border-radius: 1rem;
@@ -85,6 +71,20 @@ exports[`renders coral_light variant with message containing a link 1`] = `
8571
text-decoration: underline;
8672
}
8773
74+
.c4 {
75+
position: relative;
76+
display: inline;
77+
color: #000000;
78+
font-weight: normal;
79+
}
80+
81+
.c4:hover,
82+
.c4:focus {
83+
color: #000000;
84+
-webkit-text-decoration: none;
85+
text-decoration: none;
86+
}
87+
8888
@media (min-width:740px) {
8989
.c1 {
9090
font-size: 1rem;

src/components/Molecules/Banner/__snapshots__/Banner.test.js.snap

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
// Jest Snapshot v1, https://goo.gl/fbAQLP
22

33
exports[`renders correctly 1`] = `
4+
.c0 {
5+
background: #48276E;
6+
}
7+
8+
.c1 {
9+
text-align: center;
10+
padding: calc(1.5rem * 2) 1.5rem;
11+
margin: 0 auto;
12+
max-width: 1440px;
13+
}
14+
415
.c2 {
516
font-family: 'Montserrat',Helvetica,Arial,sans-serif;
617
font-weight: 400;
@@ -24,15 +35,16 @@ exports[`renders correctly 1`] = `
2435
line-height: inherit;
2536
}
2637
27-
.c0 {
28-
background: #48276E;
38+
@media (min-width:740px) {
39+
.c1 {
40+
padding: 4rem 2rem;
41+
}
2942
}
3043
31-
.c1 {
32-
text-align: center;
33-
padding: calc(1.5rem * 2) 1.5rem;
34-
margin: 0 auto;
35-
max-width: 1440px;
44+
@media (min-width:1440px) {
45+
.c1 {
46+
padding: 4rem 4rem;
47+
}
3648
}
3749
3850
@media (min-width:740px) {
@@ -49,18 +61,6 @@ exports[`renders correctly 1`] = `
4961
}
5062
}
5163
52-
@media (min-width:740px) {
53-
.c1 {
54-
padding: 4rem 2rem;
55-
}
56-
}
57-
58-
@media (min-width:1440px) {
59-
.c1 {
60-
padding: 4rem 4rem;
61-
}
62-
}
63-
6464
<div
6565
className="c0"
6666
>

src/components/Molecules/CTA/CTASingleCard/__snapshots__/CTASingleCard.test.js.snap

Lines changed: 54 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,6 @@
11
// Jest Snapshot v1, https://goo.gl/fbAQLP
22

33
exports[`renders correctly with data prop 1`] = `
4-
.c12 {
5-
font-family: 'Montserrat',Helvetica,Arial,sans-serif;
6-
font-weight: 400;
7-
text-transform: inherit;
8-
-webkit-letter-spacing: 0;
9-
-moz-letter-spacing: 0;
10-
-ms-letter-spacing: 0;
11-
letter-spacing: 0;
12-
font-size: 1rem;
13-
line-height: 1.25rem;
14-
}
15-
16-
.c12 span {
17-
font-size: inherit;
18-
line-height: inherit;
19-
}
20-
214
.c7 {
225
display: block;
236
width: 100%;
@@ -288,18 +271,21 @@ exports[`renders correctly with data prop 1`] = `
288271
margin: 0 auto;
289272
}
290273
291-
@media (min-width:740px) {
292-
.c12 {
293-
font-size: 1rem;
294-
line-height: 1.25rem;
295-
}
274+
.c12 {
275+
font-family: 'Montserrat',Helvetica,Arial,sans-serif;
276+
font-weight: 400;
277+
text-transform: inherit;
278+
-webkit-letter-spacing: 0;
279+
-moz-letter-spacing: 0;
280+
-ms-letter-spacing: 0;
281+
letter-spacing: 0;
282+
font-size: 1rem;
283+
line-height: 1.25rem;
296284
}
297285
298-
@media (min-width:1024px) {
299-
.c12 {
300-
font-size: 1.125rem;
301-
line-height: 1.375rem;
302-
}
286+
.c12 span {
287+
font-size: inherit;
288+
line-height: inherit;
303289
}
304290
305291
@media (min-width:1024px) {
@@ -488,6 +474,20 @@ exports[`renders correctly with data prop 1`] = `
488474
}
489475
}
490476
477+
@media (min-width:740px) {
478+
.c12 {
479+
font-size: 1rem;
480+
line-height: 1.25rem;
481+
}
482+
}
483+
484+
@media (min-width:1024px) {
485+
.c12 {
486+
font-size: 1.125rem;
487+
line-height: 1.375rem;
488+
}
489+
}
490+
491491
<div
492492
className="c0"
493493
>
@@ -594,23 +594,6 @@ exports[`renders correctly with data prop 1`] = `
594594
`;
595595

596596
exports[`renders correctly without image 1`] = `
597-
.c8 {
598-
font-family: 'Montserrat',Helvetica,Arial,sans-serif;
599-
font-weight: 400;
600-
text-transform: inherit;
601-
-webkit-letter-spacing: 0;
602-
-moz-letter-spacing: 0;
603-
-ms-letter-spacing: 0;
604-
letter-spacing: 0;
605-
font-size: 1rem;
606-
line-height: 1.25rem;
607-
}
608-
609-
.c8 span {
610-
font-size: inherit;
611-
line-height: inherit;
612-
}
613-
614597
.c3 {
615598
position: relative;
616599
display: inline;
@@ -850,18 +833,21 @@ exports[`renders correctly without image 1`] = `
850833
margin: 0 auto;
851834
}
852835
853-
@media (min-width:740px) {
854-
.c8 {
855-
font-size: 1rem;
856-
line-height: 1.25rem;
857-
}
836+
.c8 {
837+
font-family: 'Montserrat',Helvetica,Arial,sans-serif;
838+
font-weight: 400;
839+
text-transform: inherit;
840+
-webkit-letter-spacing: 0;
841+
-moz-letter-spacing: 0;
842+
-ms-letter-spacing: 0;
843+
letter-spacing: 0;
844+
font-size: 1rem;
845+
line-height: 1.25rem;
858846
}
859847
860-
@media (min-width:1024px) {
861-
.c8 {
862-
font-size: 1.125rem;
863-
line-height: 1.375rem;
864-
}
848+
.c8 span {
849+
font-size: inherit;
850+
line-height: inherit;
865851
}
866852
867853
@media (min-width:1024px) {
@@ -1006,6 +992,20 @@ exports[`renders correctly without image 1`] = `
1006992
}
1007993
}
1008994
995+
@media (min-width:740px) {
996+
.c8 {
997+
font-size: 1rem;
998+
line-height: 1.25rem;
999+
}
1000+
}
1001+
1002+
@media (min-width:1024px) {
1003+
.c8 {
1004+
font-size: 1.125rem;
1005+
line-height: 1.375rem;
1006+
}
1007+
}
1008+
10091009
<div
10101010
className="c0"
10111011
>

src/components/Molecules/CardDs/__snapshots__/CardDs.test.js.snap

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -77,10 +77,6 @@ exports[`renders Column view correctly 1`] = `
7777
opacity: 0.5;
7878
}
7979
80-
.c9 {
81-
fill: #FFFFFF;
82-
}
83-
8480
.c0 {
8581
display: -webkit-box;
8682
display: -webkit-flex;
@@ -135,6 +131,10 @@ exports[`renders Column view correctly 1`] = `
135131
z-index: 2;
136132
}
137133
134+
.c9 {
135+
fill: #FFFFFF;
136+
}
137+
138138
@media (min-width:740px) {
139139
.c8 {
140140
width: auto;
@@ -169,12 +169,6 @@ exports[`renders Column view correctly 1`] = `
169169
}
170170
}
171171
172-
@media (min-width:1024px) {
173-
.c9 {
174-
fill: #FFFFFF;
175-
}
176-
}
177-
178172
@media (min-width:1440px) {
179173
.c0 {
180174
-webkit-flex-direction: column;
@@ -208,6 +202,12 @@ exports[`renders Column view correctly 1`] = `
208202
}
209203
}
210204
205+
@media (min-width:1024px) {
206+
.c9 {
207+
fill: #FFFFFF;
208+
}
209+
}
210+
211211
<div
212212
className="c0"
213213
>
@@ -358,10 +358,6 @@ exports[`renders correctly 1`] = `
358358
opacity: 0.5;
359359
}
360360
361-
.c9 {
362-
fill: #FFFFFF;
363-
}
364-
365361
.c0 {
366362
display: -webkit-box;
367363
display: -webkit-flex;
@@ -416,6 +412,10 @@ exports[`renders correctly 1`] = `
416412
z-index: 2;
417413
}
418414
415+
.c9 {
416+
fill: #FFFFFF;
417+
}
418+
419419
@media (min-width:740px) {
420420
.c8 {
421421
width: auto;
@@ -450,12 +450,6 @@ exports[`renders correctly 1`] = `
450450
}
451451
}
452452
453-
@media (min-width:1024px) {
454-
.c9 {
455-
fill: #FFFFFF;
456-
}
457-
}
458-
459453
@media (min-width:740px) {
460454
.c0 {
461455
-webkit-flex-direction: row;
@@ -522,6 +516,12 @@ exports[`renders correctly 1`] = `
522516
}
523517
}
524518
519+
@media (min-width:1024px) {
520+
.c9 {
521+
fill: #FFFFFF;
522+
}
523+
}
524+
525525
<div
526526
className="c0"
527527
>

src/components/Molecules/DoubleCopy/DoubleCopy.test.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,6 @@ it('renders correctly', () => {
1515
).toJSON();
1616

1717
expect(tree).toMatchInlineSnapshot(`
18-
.c2 {
19-
text-align: left;
20-
}
21-
2218
.c0 {
2319
width: 100%;
2420
}
@@ -31,6 +27,10 @@ it('renders correctly', () => {
3127
padding: 4rem;
3228
}
3329
30+
.c2 {
31+
text-align: left;
32+
}
33+
3434
@media (min-width:740px) {
3535
.c0 {
3636
display: -webkit-box;

0 commit comments

Comments
 (0)