@comicrelief/component-library 8.77.4 → 8.77.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs.js +739 -703
- package/dist/index.es.js +6222 -6187
- package/package.json +1 -1
- package/src/components/Atoms/LogoNav2026/LogoNav2026.test.js +114 -114
- package/src/components/Molecules/ArticleTeaser/ArticleTeaser.js +1 -1
- package/src/components/Molecules/ArticleTeaser/ArticleTeaser.style.js +3 -3
- package/src/components/Molecules/ArticleTeaser/ArticleTeaser.test.js +58 -44
- package/src/components/Molecules/CTA/CTAMultiCard/__snapshots__/CTAMultiCard.test.js.snap +240 -100
- package/src/components/Molecules/CTA/CTASingleCard/__snapshots__/CTASingleCard.test.js.snap +101 -49
- package/src/components/Molecules/CTA/shared/CTACard.js +4 -3
- package/src/components/Molecules/CTA/shared/CTACard.style.js +48 -33
- package/src/components/Molecules/HeroBanner/HeroBanner.js +2 -3
- package/src/components/Molecules/HeroBanner/HeroBanner.style.js +35 -16
- package/src/components/Molecules/HeroBanner/__snapshots__/HeroBanner.test.js.snap +9 -6
- package/src/components/Molecules/shared/ctaArrow/CtaArrowCircle.style.js +5 -8
- package/src/components/Molecules/shared/ctaText/ctaText.style.js +1 -0
- package/src/components/Organisms/DonateBanner/Form/PopUpComponent.js +1 -1
- package/src/theme/shared/animations.js +4 -2
|
@@ -42,11 +42,22 @@ exports[`handles data structure correctly 1`] = `
|
|
|
42
42
|
object-fit: cover;
|
|
43
43
|
}
|
|
44
44
|
|
|
45
|
+
.c18 {
|
|
46
|
+
height: 4px;
|
|
47
|
+
width: 100%;
|
|
48
|
+
position: absolute;
|
|
49
|
+
left: 0;
|
|
50
|
+
bottom: -5px;
|
|
51
|
+
transition: opacity 0.15s 0.1s;
|
|
52
|
+
opacity: 0;
|
|
53
|
+
pointer-events: none;
|
|
54
|
+
}
|
|
55
|
+
|
|
45
56
|
.c23 {
|
|
46
57
|
display: inline-flex;
|
|
47
58
|
align-items: center;
|
|
48
59
|
justify-content: center;
|
|
49
|
-
transition: transform 0.
|
|
60
|
+
transition: transform 0.35s cubic-bezier(0.65,-0.19,0.37,1.16);
|
|
50
61
|
transform: scale(1);
|
|
51
62
|
transform-origin: center;
|
|
52
63
|
}
|
|
@@ -103,17 +114,7 @@ exports[`handles data structure correctly 1`] = `
|
|
|
103
114
|
text-decoration: none;
|
|
104
115
|
position: relative;
|
|
105
116
|
display: inline-block;
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
.c18 {
|
|
109
|
-
height: 4px;
|
|
110
|
-
width: 100%;
|
|
111
|
-
position: absolute;
|
|
112
|
-
left: 0;
|
|
113
|
-
bottom: -5px;
|
|
114
|
-
transition: opacity 0.15s 0.1s;
|
|
115
|
-
opacity: 0;
|
|
116
|
-
pointer-events: none;
|
|
117
|
+
transition: color 0.35s;
|
|
117
118
|
}
|
|
118
119
|
|
|
119
120
|
.c6 {
|
|
@@ -124,6 +125,7 @@ exports[`handles data structure correctly 1`] = `
|
|
|
124
125
|
flex: 1 1 auto;
|
|
125
126
|
background: transparent;
|
|
126
127
|
border-radius: 1rem;
|
|
128
|
+
transition: box-shadow 0.35s;
|
|
127
129
|
box-shadow: rgba(0,0,0,0.15) 0px 0px 1rem;
|
|
128
130
|
text-decoration: none;
|
|
129
131
|
overflow: hidden;
|
|
@@ -131,9 +133,14 @@ exports[`handles data structure correctly 1`] = `
|
|
|
131
133
|
box-sizing: border-box;
|
|
132
134
|
}
|
|
133
135
|
|
|
134
|
-
.c6
|
|
136
|
+
.c6:hover,
|
|
137
|
+
.c6:focus {
|
|
138
|
+
box-shadow: rgba(0,0,0,0.25) 0px 0px 1rem;
|
|
139
|
+
}
|
|
140
|
+
|
|
141
|
+
.c6 .c7 img {
|
|
135
142
|
transform: scale(1);
|
|
136
|
-
transition: transform 0.
|
|
143
|
+
transition: transform 0.35s cubic-bezier(0.65,-0.19,0.37,1.16),box-shadow 0.35s;
|
|
137
144
|
}
|
|
138
145
|
|
|
139
146
|
.c26 {
|
|
@@ -144,6 +151,7 @@ exports[`handles data structure correctly 1`] = `
|
|
|
144
151
|
flex: 1 1 auto;
|
|
145
152
|
background: transparent;
|
|
146
153
|
border-radius: 1rem;
|
|
154
|
+
transition: box-shadow 0.35s;
|
|
147
155
|
box-shadow: rgba(0,0,0,0.15) 0px 0px 1rem;
|
|
148
156
|
text-decoration: none;
|
|
149
157
|
overflow: hidden;
|
|
@@ -151,6 +159,11 @@ exports[`handles data structure correctly 1`] = `
|
|
|
151
159
|
box-sizing: border-box;
|
|
152
160
|
}
|
|
153
161
|
|
|
162
|
+
.c26:hover,
|
|
163
|
+
.c26:focus {
|
|
164
|
+
box-shadow: rgba(0,0,0,0.25) 0px 0px 1rem;
|
|
165
|
+
}
|
|
166
|
+
|
|
154
167
|
.c4 {
|
|
155
168
|
width: auto;
|
|
156
169
|
flex-shrink: 0;
|
|
@@ -237,7 +250,7 @@ exports[`handles data structure correctly 1`] = `
|
|
|
237
250
|
}
|
|
238
251
|
}
|
|
239
252
|
|
|
240
|
-
@media (min-width:1024px) {
|
|
253
|
+
@media (min-width: 1024px) {
|
|
241
254
|
.c21 {
|
|
242
255
|
background: #222222;
|
|
243
256
|
}
|
|
@@ -264,10 +277,27 @@ exports[`handles data structure correctly 1`] = `
|
|
|
264
277
|
}
|
|
265
278
|
|
|
266
279
|
@media (min-width: 740px) {
|
|
280
|
+
.c6:hover .c15,
|
|
281
|
+
.c6:focus .c15 {
|
|
282
|
+
color: #E52630;
|
|
283
|
+
}
|
|
284
|
+
|
|
285
|
+
.c6:hover .c17,
|
|
286
|
+
.c6:focus .c17 {
|
|
287
|
+
opacity: 1;
|
|
288
|
+
}
|
|
289
|
+
|
|
290
|
+
.c6:hover .c20 .c22,
|
|
291
|
+
.c6:focus .c20 .c22 {
|
|
292
|
+
transform: scale(1.2);
|
|
293
|
+
}
|
|
294
|
+
}
|
|
295
|
+
|
|
296
|
+
@media (min-width: 1024px) {
|
|
267
297
|
.c6 {
|
|
268
298
|
transition: transform 0.30000000000000004s cubic-bezier(0.68,-0.8500000000000001,0.265,1.9500000000000002);
|
|
269
299
|
transform-origin: center;
|
|
270
|
-
transition: transform 0.
|
|
300
|
+
transition: transform 0.35s cubic-bezier(0.68,-1.15,0.265,2.35),box-shadow 0.35s;
|
|
271
301
|
}
|
|
272
302
|
|
|
273
303
|
.c6:hover,
|
|
@@ -275,23 +305,28 @@ exports[`handles data structure correctly 1`] = `
|
|
|
275
305
|
transform: translateY(-10px);
|
|
276
306
|
}
|
|
277
307
|
|
|
278
|
-
.c6:hover
|
|
279
|
-
|
|
280
|
-
}
|
|
281
|
-
|
|
282
|
-
.c6:hover .c7 img {
|
|
308
|
+
.c6:hover .c7 img,
|
|
309
|
+
.c6:focus .c7 img {
|
|
283
310
|
transform: scale(1.06);
|
|
284
311
|
}
|
|
285
312
|
|
|
286
|
-
.c6:hover .c15
|
|
287
|
-
|
|
313
|
+
.c6:hover .c15,
|
|
314
|
+
.c6:focus .c15 {
|
|
315
|
+
color: #E52630;
|
|
288
316
|
}
|
|
289
317
|
|
|
290
|
-
.c6:hover .c17
|
|
318
|
+
.c6:hover .c17,
|
|
319
|
+
.c6:focus .c17 {
|
|
291
320
|
opacity: 1;
|
|
292
321
|
}
|
|
293
322
|
|
|
294
|
-
.c6:hover .c20
|
|
323
|
+
.c6:hover .c20,
|
|
324
|
+
.c6:focus .c20 {
|
|
325
|
+
background: #E52630;
|
|
326
|
+
}
|
|
327
|
+
|
|
328
|
+
.c6:hover .c20 .c22,
|
|
329
|
+
.c6:focus .c20 .c22 {
|
|
295
330
|
transform: scale(1.2);
|
|
296
331
|
}
|
|
297
332
|
}
|
|
@@ -721,11 +756,22 @@ exports[`renders 2 columns layout correctly 1`] = `
|
|
|
721
756
|
object-fit: cover;
|
|
722
757
|
}
|
|
723
758
|
|
|
759
|
+
.c18 {
|
|
760
|
+
height: 4px;
|
|
761
|
+
width: 100%;
|
|
762
|
+
position: absolute;
|
|
763
|
+
left: 0;
|
|
764
|
+
bottom: -5px;
|
|
765
|
+
transition: opacity 0.15s 0.1s;
|
|
766
|
+
opacity: 0;
|
|
767
|
+
pointer-events: none;
|
|
768
|
+
}
|
|
769
|
+
|
|
724
770
|
.c23 {
|
|
725
771
|
display: inline-flex;
|
|
726
772
|
align-items: center;
|
|
727
773
|
justify-content: center;
|
|
728
|
-
transition: transform 0.
|
|
774
|
+
transition: transform 0.35s cubic-bezier(0.65,-0.19,0.37,1.16);
|
|
729
775
|
transform: scale(1);
|
|
730
776
|
transform-origin: center;
|
|
731
777
|
}
|
|
@@ -782,17 +828,7 @@ exports[`renders 2 columns layout correctly 1`] = `
|
|
|
782
828
|
text-decoration: none;
|
|
783
829
|
position: relative;
|
|
784
830
|
display: inline-block;
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
.c18 {
|
|
788
|
-
height: 4px;
|
|
789
|
-
width: 100%;
|
|
790
|
-
position: absolute;
|
|
791
|
-
left: 0;
|
|
792
|
-
bottom: -5px;
|
|
793
|
-
transition: opacity 0.15s 0.1s;
|
|
794
|
-
opacity: 0;
|
|
795
|
-
pointer-events: none;
|
|
831
|
+
transition: color 0.35s;
|
|
796
832
|
}
|
|
797
833
|
|
|
798
834
|
.c6 {
|
|
@@ -803,6 +839,7 @@ exports[`renders 2 columns layout correctly 1`] = `
|
|
|
803
839
|
flex: 1 1 auto;
|
|
804
840
|
background: transparent;
|
|
805
841
|
border-radius: 1rem;
|
|
842
|
+
transition: box-shadow 0.35s;
|
|
806
843
|
box-shadow: rgba(0,0,0,0.15) 0px 0px 1rem;
|
|
807
844
|
text-decoration: none;
|
|
808
845
|
overflow: hidden;
|
|
@@ -810,9 +847,14 @@ exports[`renders 2 columns layout correctly 1`] = `
|
|
|
810
847
|
box-sizing: border-box;
|
|
811
848
|
}
|
|
812
849
|
|
|
813
|
-
.c6
|
|
850
|
+
.c6:hover,
|
|
851
|
+
.c6:focus {
|
|
852
|
+
box-shadow: rgba(0,0,0,0.25) 0px 0px 1rem;
|
|
853
|
+
}
|
|
854
|
+
|
|
855
|
+
.c6 .c7 img {
|
|
814
856
|
transform: scale(1);
|
|
815
|
-
transition: transform 0.
|
|
857
|
+
transition: transform 0.35s cubic-bezier(0.65,-0.19,0.37,1.16),box-shadow 0.35s;
|
|
816
858
|
}
|
|
817
859
|
|
|
818
860
|
.c26 {
|
|
@@ -823,6 +865,7 @@ exports[`renders 2 columns layout correctly 1`] = `
|
|
|
823
865
|
flex: 1 1 auto;
|
|
824
866
|
background: transparent;
|
|
825
867
|
border-radius: 1rem;
|
|
868
|
+
transition: box-shadow 0.35s;
|
|
826
869
|
box-shadow: rgba(0,0,0,0.15) 0px 0px 1rem;
|
|
827
870
|
text-decoration: none;
|
|
828
871
|
overflow: hidden;
|
|
@@ -830,6 +873,11 @@ exports[`renders 2 columns layout correctly 1`] = `
|
|
|
830
873
|
box-sizing: border-box;
|
|
831
874
|
}
|
|
832
875
|
|
|
876
|
+
.c26:hover,
|
|
877
|
+
.c26:focus {
|
|
878
|
+
box-shadow: rgba(0,0,0,0.25) 0px 0px 1rem;
|
|
879
|
+
}
|
|
880
|
+
|
|
833
881
|
.c4 {
|
|
834
882
|
width: auto;
|
|
835
883
|
flex-shrink: 0;
|
|
@@ -916,7 +964,7 @@ exports[`renders 2 columns layout correctly 1`] = `
|
|
|
916
964
|
}
|
|
917
965
|
}
|
|
918
966
|
|
|
919
|
-
@media (min-width:1024px) {
|
|
967
|
+
@media (min-width: 1024px) {
|
|
920
968
|
.c21 {
|
|
921
969
|
background: #222222;
|
|
922
970
|
}
|
|
@@ -943,10 +991,27 @@ exports[`renders 2 columns layout correctly 1`] = `
|
|
|
943
991
|
}
|
|
944
992
|
|
|
945
993
|
@media (min-width: 740px) {
|
|
994
|
+
.c6:hover .c15,
|
|
995
|
+
.c6:focus .c15 {
|
|
996
|
+
color: #E52630;
|
|
997
|
+
}
|
|
998
|
+
|
|
999
|
+
.c6:hover .c17,
|
|
1000
|
+
.c6:focus .c17 {
|
|
1001
|
+
opacity: 1;
|
|
1002
|
+
}
|
|
1003
|
+
|
|
1004
|
+
.c6:hover .c20 .c22,
|
|
1005
|
+
.c6:focus .c20 .c22 {
|
|
1006
|
+
transform: scale(1.2);
|
|
1007
|
+
}
|
|
1008
|
+
}
|
|
1009
|
+
|
|
1010
|
+
@media (min-width: 1024px) {
|
|
946
1011
|
.c6 {
|
|
947
1012
|
transition: transform 0.30000000000000004s cubic-bezier(0.68,-0.8500000000000001,0.265,1.9500000000000002);
|
|
948
1013
|
transform-origin: center;
|
|
949
|
-
transition: transform 0.
|
|
1014
|
+
transition: transform 0.35s cubic-bezier(0.68,-1.15,0.265,2.35),box-shadow 0.35s;
|
|
950
1015
|
}
|
|
951
1016
|
|
|
952
1017
|
.c6:hover,
|
|
@@ -954,23 +1019,28 @@ exports[`renders 2 columns layout correctly 1`] = `
|
|
|
954
1019
|
transform: translateY(-10px);
|
|
955
1020
|
}
|
|
956
1021
|
|
|
957
|
-
.c6:hover
|
|
958
|
-
|
|
959
|
-
}
|
|
960
|
-
|
|
961
|
-
.c6:hover .c7 img {
|
|
1022
|
+
.c6:hover .c7 img,
|
|
1023
|
+
.c6:focus .c7 img {
|
|
962
1024
|
transform: scale(1.06);
|
|
963
1025
|
}
|
|
964
1026
|
|
|
965
|
-
.c6:hover .c15
|
|
966
|
-
|
|
1027
|
+
.c6:hover .c15,
|
|
1028
|
+
.c6:focus .c15 {
|
|
1029
|
+
color: #E52630;
|
|
967
1030
|
}
|
|
968
1031
|
|
|
969
|
-
.c6:hover .c17
|
|
1032
|
+
.c6:hover .c17,
|
|
1033
|
+
.c6:focus .c17 {
|
|
970
1034
|
opacity: 1;
|
|
971
1035
|
}
|
|
972
1036
|
|
|
973
|
-
.c6:hover .c20
|
|
1037
|
+
.c6:hover .c20,
|
|
1038
|
+
.c6:focus .c20 {
|
|
1039
|
+
background: #E52630;
|
|
1040
|
+
}
|
|
1041
|
+
|
|
1042
|
+
.c6:hover .c20 .c22,
|
|
1043
|
+
.c6:focus .c20 .c22 {
|
|
974
1044
|
transform: scale(1.2);
|
|
975
1045
|
}
|
|
976
1046
|
}
|
|
@@ -1426,11 +1496,22 @@ exports[`renders carousel mode correctly 1`] = `
|
|
|
1426
1496
|
object-fit: cover;
|
|
1427
1497
|
}
|
|
1428
1498
|
|
|
1499
|
+
.c18 {
|
|
1500
|
+
height: 4px;
|
|
1501
|
+
width: 100%;
|
|
1502
|
+
position: absolute;
|
|
1503
|
+
left: 0;
|
|
1504
|
+
bottom: -5px;
|
|
1505
|
+
transition: opacity 0.15s 0.1s;
|
|
1506
|
+
opacity: 0;
|
|
1507
|
+
pointer-events: none;
|
|
1508
|
+
}
|
|
1509
|
+
|
|
1429
1510
|
.c23 {
|
|
1430
1511
|
display: inline-flex;
|
|
1431
1512
|
align-items: center;
|
|
1432
1513
|
justify-content: center;
|
|
1433
|
-
transition: transform 0.
|
|
1514
|
+
transition: transform 0.35s cubic-bezier(0.65,-0.19,0.37,1.16);
|
|
1434
1515
|
transform: scale(1);
|
|
1435
1516
|
transform-origin: center;
|
|
1436
1517
|
}
|
|
@@ -1487,17 +1568,7 @@ exports[`renders carousel mode correctly 1`] = `
|
|
|
1487
1568
|
text-decoration: none;
|
|
1488
1569
|
position: relative;
|
|
1489
1570
|
display: inline-block;
|
|
1490
|
-
|
|
1491
|
-
|
|
1492
|
-
.c18 {
|
|
1493
|
-
height: 4px;
|
|
1494
|
-
width: 100%;
|
|
1495
|
-
position: absolute;
|
|
1496
|
-
left: 0;
|
|
1497
|
-
bottom: -5px;
|
|
1498
|
-
transition: opacity 0.15s 0.1s;
|
|
1499
|
-
opacity: 0;
|
|
1500
|
-
pointer-events: none;
|
|
1571
|
+
transition: color 0.35s;
|
|
1501
1572
|
}
|
|
1502
1573
|
|
|
1503
1574
|
.c6 {
|
|
@@ -1508,6 +1579,7 @@ exports[`renders carousel mode correctly 1`] = `
|
|
|
1508
1579
|
flex: 1 1 auto;
|
|
1509
1580
|
background: transparent;
|
|
1510
1581
|
border-radius: 1rem;
|
|
1582
|
+
transition: box-shadow 0.35s;
|
|
1511
1583
|
box-shadow: rgba(0,0,0,0.15) 0px 0px 1rem;
|
|
1512
1584
|
text-decoration: none;
|
|
1513
1585
|
overflow: hidden;
|
|
@@ -1515,9 +1587,14 @@ exports[`renders carousel mode correctly 1`] = `
|
|
|
1515
1587
|
box-sizing: border-box;
|
|
1516
1588
|
}
|
|
1517
1589
|
|
|
1518
|
-
.c6
|
|
1590
|
+
.c6:hover,
|
|
1591
|
+
.c6:focus {
|
|
1592
|
+
box-shadow: rgba(0,0,0,0.25) 0px 0px 1rem;
|
|
1593
|
+
}
|
|
1594
|
+
|
|
1595
|
+
.c6 .c7 img {
|
|
1519
1596
|
transform: scale(1);
|
|
1520
|
-
transition: transform 0.
|
|
1597
|
+
transition: transform 0.35s cubic-bezier(0.65,-0.19,0.37,1.16),box-shadow 0.35s;
|
|
1521
1598
|
}
|
|
1522
1599
|
|
|
1523
1600
|
.c26 {
|
|
@@ -1528,6 +1605,7 @@ exports[`renders carousel mode correctly 1`] = `
|
|
|
1528
1605
|
flex: 1 1 auto;
|
|
1529
1606
|
background: transparent;
|
|
1530
1607
|
border-radius: 1rem;
|
|
1608
|
+
transition: box-shadow 0.35s;
|
|
1531
1609
|
box-shadow: rgba(0,0,0,0.15) 0px 0px 1rem;
|
|
1532
1610
|
text-decoration: none;
|
|
1533
1611
|
overflow: hidden;
|
|
@@ -1535,6 +1613,11 @@ exports[`renders carousel mode correctly 1`] = `
|
|
|
1535
1613
|
box-sizing: border-box;
|
|
1536
1614
|
}
|
|
1537
1615
|
|
|
1616
|
+
.c26:hover,
|
|
1617
|
+
.c26:focus {
|
|
1618
|
+
box-shadow: rgba(0,0,0,0.25) 0px 0px 1rem;
|
|
1619
|
+
}
|
|
1620
|
+
|
|
1538
1621
|
.c4 {
|
|
1539
1622
|
width: auto;
|
|
1540
1623
|
flex-shrink: 0;
|
|
@@ -1621,7 +1704,7 @@ exports[`renders carousel mode correctly 1`] = `
|
|
|
1621
1704
|
}
|
|
1622
1705
|
}
|
|
1623
1706
|
|
|
1624
|
-
@media (min-width:1024px) {
|
|
1707
|
+
@media (min-width: 1024px) {
|
|
1625
1708
|
.c21 {
|
|
1626
1709
|
background: #222222;
|
|
1627
1710
|
}
|
|
@@ -1648,10 +1731,27 @@ exports[`renders carousel mode correctly 1`] = `
|
|
|
1648
1731
|
}
|
|
1649
1732
|
|
|
1650
1733
|
@media (min-width: 740px) {
|
|
1734
|
+
.c6:hover .c15,
|
|
1735
|
+
.c6:focus .c15 {
|
|
1736
|
+
color: #E52630;
|
|
1737
|
+
}
|
|
1738
|
+
|
|
1739
|
+
.c6:hover .c17,
|
|
1740
|
+
.c6:focus .c17 {
|
|
1741
|
+
opacity: 1;
|
|
1742
|
+
}
|
|
1743
|
+
|
|
1744
|
+
.c6:hover .c20 .c22,
|
|
1745
|
+
.c6:focus .c20 .c22 {
|
|
1746
|
+
transform: scale(1.2);
|
|
1747
|
+
}
|
|
1748
|
+
}
|
|
1749
|
+
|
|
1750
|
+
@media (min-width: 1024px) {
|
|
1651
1751
|
.c6 {
|
|
1652
1752
|
transition: transform 0.30000000000000004s cubic-bezier(0.68,-0.8500000000000001,0.265,1.9500000000000002);
|
|
1653
1753
|
transform-origin: center;
|
|
1654
|
-
transition: transform 0.
|
|
1754
|
+
transition: transform 0.35s cubic-bezier(0.68,-1.15,0.265,2.35),box-shadow 0.35s;
|
|
1655
1755
|
}
|
|
1656
1756
|
|
|
1657
1757
|
.c6:hover,
|
|
@@ -1659,23 +1759,28 @@ exports[`renders carousel mode correctly 1`] = `
|
|
|
1659
1759
|
transform: translateY(-10px);
|
|
1660
1760
|
}
|
|
1661
1761
|
|
|
1662
|
-
.c6:hover
|
|
1663
|
-
|
|
1664
|
-
}
|
|
1665
|
-
|
|
1666
|
-
.c6:hover .c7 img {
|
|
1762
|
+
.c6:hover .c7 img,
|
|
1763
|
+
.c6:focus .c7 img {
|
|
1667
1764
|
transform: scale(1.06);
|
|
1668
1765
|
}
|
|
1669
1766
|
|
|
1670
|
-
.c6:hover .c15
|
|
1671
|
-
|
|
1767
|
+
.c6:hover .c15,
|
|
1768
|
+
.c6:focus .c15 {
|
|
1769
|
+
color: #E52630;
|
|
1672
1770
|
}
|
|
1673
1771
|
|
|
1674
|
-
.c6:hover .c17
|
|
1772
|
+
.c6:hover .c17,
|
|
1773
|
+
.c6:focus .c17 {
|
|
1675
1774
|
opacity: 1;
|
|
1676
1775
|
}
|
|
1677
1776
|
|
|
1678
|
-
.c6:hover .c20
|
|
1777
|
+
.c6:hover .c20,
|
|
1778
|
+
.c6:focus .c20 {
|
|
1779
|
+
background: #E52630;
|
|
1780
|
+
}
|
|
1781
|
+
|
|
1782
|
+
.c6:hover .c20 .c22,
|
|
1783
|
+
.c6:focus .c20 .c22 {
|
|
1679
1784
|
transform: scale(1.2);
|
|
1680
1785
|
}
|
|
1681
1786
|
}
|
|
@@ -2111,11 +2216,22 @@ exports[`renders correctly with data prop 1`] = `
|
|
|
2111
2216
|
object-fit: cover;
|
|
2112
2217
|
}
|
|
2113
2218
|
|
|
2219
|
+
.c18 {
|
|
2220
|
+
height: 4px;
|
|
2221
|
+
width: 100%;
|
|
2222
|
+
position: absolute;
|
|
2223
|
+
left: 0;
|
|
2224
|
+
bottom: -5px;
|
|
2225
|
+
transition: opacity 0.15s 0.1s;
|
|
2226
|
+
opacity: 0;
|
|
2227
|
+
pointer-events: none;
|
|
2228
|
+
}
|
|
2229
|
+
|
|
2114
2230
|
.c23 {
|
|
2115
2231
|
display: inline-flex;
|
|
2116
2232
|
align-items: center;
|
|
2117
2233
|
justify-content: center;
|
|
2118
|
-
transition: transform 0.
|
|
2234
|
+
transition: transform 0.35s cubic-bezier(0.65,-0.19,0.37,1.16);
|
|
2119
2235
|
transform: scale(1);
|
|
2120
2236
|
transform-origin: center;
|
|
2121
2237
|
}
|
|
@@ -2172,17 +2288,7 @@ exports[`renders correctly with data prop 1`] = `
|
|
|
2172
2288
|
text-decoration: none;
|
|
2173
2289
|
position: relative;
|
|
2174
2290
|
display: inline-block;
|
|
2175
|
-
|
|
2176
|
-
|
|
2177
|
-
.c18 {
|
|
2178
|
-
height: 4px;
|
|
2179
|
-
width: 100%;
|
|
2180
|
-
position: absolute;
|
|
2181
|
-
left: 0;
|
|
2182
|
-
bottom: -5px;
|
|
2183
|
-
transition: opacity 0.15s 0.1s;
|
|
2184
|
-
opacity: 0;
|
|
2185
|
-
pointer-events: none;
|
|
2291
|
+
transition: color 0.35s;
|
|
2186
2292
|
}
|
|
2187
2293
|
|
|
2188
2294
|
.c6 {
|
|
@@ -2193,6 +2299,7 @@ exports[`renders correctly with data prop 1`] = `
|
|
|
2193
2299
|
flex: 1 1 auto;
|
|
2194
2300
|
background: transparent;
|
|
2195
2301
|
border-radius: 1rem;
|
|
2302
|
+
transition: box-shadow 0.35s;
|
|
2196
2303
|
box-shadow: rgba(0,0,0,0.15) 0px 0px 1rem;
|
|
2197
2304
|
text-decoration: none;
|
|
2198
2305
|
overflow: hidden;
|
|
@@ -2200,9 +2307,14 @@ exports[`renders correctly with data prop 1`] = `
|
|
|
2200
2307
|
box-sizing: border-box;
|
|
2201
2308
|
}
|
|
2202
2309
|
|
|
2203
|
-
.c6
|
|
2310
|
+
.c6:hover,
|
|
2311
|
+
.c6:focus {
|
|
2312
|
+
box-shadow: rgba(0,0,0,0.25) 0px 0px 1rem;
|
|
2313
|
+
}
|
|
2314
|
+
|
|
2315
|
+
.c6 .c7 img {
|
|
2204
2316
|
transform: scale(1);
|
|
2205
|
-
transition: transform 0.
|
|
2317
|
+
transition: transform 0.35s cubic-bezier(0.65,-0.19,0.37,1.16),box-shadow 0.35s;
|
|
2206
2318
|
}
|
|
2207
2319
|
|
|
2208
2320
|
.c26 {
|
|
@@ -2213,6 +2325,7 @@ exports[`renders correctly with data prop 1`] = `
|
|
|
2213
2325
|
flex: 1 1 auto;
|
|
2214
2326
|
background: transparent;
|
|
2215
2327
|
border-radius: 1rem;
|
|
2328
|
+
transition: box-shadow 0.35s;
|
|
2216
2329
|
box-shadow: rgba(0,0,0,0.15) 0px 0px 1rem;
|
|
2217
2330
|
text-decoration: none;
|
|
2218
2331
|
overflow: hidden;
|
|
@@ -2220,6 +2333,11 @@ exports[`renders correctly with data prop 1`] = `
|
|
|
2220
2333
|
box-sizing: border-box;
|
|
2221
2334
|
}
|
|
2222
2335
|
|
|
2336
|
+
.c26:hover,
|
|
2337
|
+
.c26:focus {
|
|
2338
|
+
box-shadow: rgba(0,0,0,0.25) 0px 0px 1rem;
|
|
2339
|
+
}
|
|
2340
|
+
|
|
2223
2341
|
.c4 {
|
|
2224
2342
|
width: auto;
|
|
2225
2343
|
flex-shrink: 0;
|
|
@@ -2306,7 +2424,7 @@ exports[`renders correctly with data prop 1`] = `
|
|
|
2306
2424
|
}
|
|
2307
2425
|
}
|
|
2308
2426
|
|
|
2309
|
-
@media (min-width:1024px) {
|
|
2427
|
+
@media (min-width: 1024px) {
|
|
2310
2428
|
.c21 {
|
|
2311
2429
|
background: #222222;
|
|
2312
2430
|
}
|
|
@@ -2333,10 +2451,27 @@ exports[`renders correctly with data prop 1`] = `
|
|
|
2333
2451
|
}
|
|
2334
2452
|
|
|
2335
2453
|
@media (min-width: 740px) {
|
|
2454
|
+
.c6:hover .c15,
|
|
2455
|
+
.c6:focus .c15 {
|
|
2456
|
+
color: #E52630;
|
|
2457
|
+
}
|
|
2458
|
+
|
|
2459
|
+
.c6:hover .c17,
|
|
2460
|
+
.c6:focus .c17 {
|
|
2461
|
+
opacity: 1;
|
|
2462
|
+
}
|
|
2463
|
+
|
|
2464
|
+
.c6:hover .c20 .c22,
|
|
2465
|
+
.c6:focus .c20 .c22 {
|
|
2466
|
+
transform: scale(1.2);
|
|
2467
|
+
}
|
|
2468
|
+
}
|
|
2469
|
+
|
|
2470
|
+
@media (min-width: 1024px) {
|
|
2336
2471
|
.c6 {
|
|
2337
2472
|
transition: transform 0.30000000000000004s cubic-bezier(0.68,-0.8500000000000001,0.265,1.9500000000000002);
|
|
2338
2473
|
transform-origin: center;
|
|
2339
|
-
transition: transform 0.
|
|
2474
|
+
transition: transform 0.35s cubic-bezier(0.68,-1.15,0.265,2.35),box-shadow 0.35s;
|
|
2340
2475
|
}
|
|
2341
2476
|
|
|
2342
2477
|
.c6:hover,
|
|
@@ -2344,23 +2479,28 @@ exports[`renders correctly with data prop 1`] = `
|
|
|
2344
2479
|
transform: translateY(-10px);
|
|
2345
2480
|
}
|
|
2346
2481
|
|
|
2347
|
-
.c6:hover
|
|
2348
|
-
|
|
2349
|
-
}
|
|
2350
|
-
|
|
2351
|
-
.c6:hover .c7 img {
|
|
2482
|
+
.c6:hover .c7 img,
|
|
2483
|
+
.c6:focus .c7 img {
|
|
2352
2484
|
transform: scale(1.06);
|
|
2353
2485
|
}
|
|
2354
2486
|
|
|
2355
|
-
.c6:hover .c15
|
|
2356
|
-
|
|
2487
|
+
.c6:hover .c15,
|
|
2488
|
+
.c6:focus .c15 {
|
|
2489
|
+
color: #E52630;
|
|
2357
2490
|
}
|
|
2358
2491
|
|
|
2359
|
-
.c6:hover .c17
|
|
2492
|
+
.c6:hover .c17,
|
|
2493
|
+
.c6:focus .c17 {
|
|
2360
2494
|
opacity: 1;
|
|
2361
2495
|
}
|
|
2362
2496
|
|
|
2363
|
-
.c6:hover .c20
|
|
2497
|
+
.c6:hover .c20,
|
|
2498
|
+
.c6:focus .c20 {
|
|
2499
|
+
background: #E52630;
|
|
2500
|
+
}
|
|
2501
|
+
|
|
2502
|
+
.c6:hover .c20 .c22,
|
|
2503
|
+
.c6:focus .c20 .c22 {
|
|
2364
2504
|
transform: scale(1.2);
|
|
2365
2505
|
}
|
|
2366
2506
|
}
|