@comicrelief/component-library 8.51.4 → 8.51.6

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.
Files changed (39) hide show
  1. package/dist/components/Molecules/CTA/CTAMultiCard/CTAMultiCard.js +11 -6
  2. package/dist/components/Molecules/CTA/CTAMultiCard/CTAMultiCard.md +4 -4
  3. package/dist/components/Molecules/CTA/CTAMultiCard/CTAMultiCard.style.js +62 -24
  4. package/dist/components/Molecules/CTA/CTAMultiCard/CTAMultiCard.test.js +0 -1
  5. package/dist/components/Molecules/CTA/CTAMultiCard/__snapshots__/CTAMultiCard.test.js.snap +996 -2653
  6. package/dist/components/Molecules/CTA/CTASingleCard/CTASingleCard.js +9 -4
  7. package/dist/components/Molecules/CTA/CTASingleCard/CTASingleCard.md +13 -13
  8. package/dist/components/Molecules/CTA/CTASingleCard/CTASingleCard.style.js +26 -6
  9. package/dist/components/Molecules/CTA/CTASingleCard/CTASingleCard.test.js +2 -0
  10. package/dist/components/Molecules/CTA/CTASingleCard/__snapshots__/CTASingleCard.test.js.snap +271 -235
  11. package/dist/components/Molecules/CTA/shared/CTACard.js +11 -8
  12. package/dist/components/Molecules/CTA/shared/CTACard.style.js +101 -73
  13. package/package.json +1 -1
  14. package/src/components/Molecules/CTA/CTAMultiCard/CTAMultiCard.js +48 -41
  15. package/src/components/Molecules/CTA/CTAMultiCard/CTAMultiCard.md +4 -4
  16. package/src/components/Molecules/CTA/CTAMultiCard/CTAMultiCard.style.js +62 -11
  17. package/src/components/Molecules/CTA/CTAMultiCard/CTAMultiCard.test.js +0 -1
  18. package/src/components/Molecules/CTA/CTAMultiCard/__snapshots__/CTAMultiCard.test.js.snap +996 -2653
  19. package/src/components/Molecules/CTA/CTASingleCard/CTASingleCard.js +22 -10
  20. package/src/components/Molecules/CTA/CTASingleCard/CTASingleCard.md +13 -13
  21. package/src/components/Molecules/CTA/CTASingleCard/CTASingleCard.style.js +14 -9
  22. package/src/components/Molecules/CTA/CTASingleCard/CTASingleCard.test.js +2 -0
  23. package/src/components/Molecules/CTA/CTASingleCard/__snapshots__/CTASingleCard.test.js.snap +271 -235
  24. package/src/components/Molecules/CTA/shared/CTACard.js +14 -7
  25. package/src/components/Molecules/CTA/shared/CTACard.style.js +89 -52
  26. package/dist/components/Molecules/OLD_CTAMultiCard/CTAMultiCard.js +0 -58
  27. package/dist/components/Molecules/OLD_CTAMultiCard/CTAMultiCard.style.js +0 -157
  28. package/dist/components/Molecules/OLD_CTAMultiCard/CTAMultiCard.test.js +0 -70
  29. package/dist/components/Molecules/OLD_CTAMultiCard/SingleCard.js +0 -56
  30. package/dist/components/Molecules/OLD_CTAMultiCard/_ArrowIcon.js +0 -29
  31. package/dist/components/Molecules/OLD_CTAMultiCard/__snapshots__/CTAMultiCard.test.js.snap +0 -2296
  32. package/dist/components/Molecules/OLD_CTAMultiCard/example_data.json +0 -107
  33. package/src/components/Molecules/OLD_CTAMultiCard/CTAMultiCard.js +0 -100
  34. package/src/components/Molecules/OLD_CTAMultiCard/CTAMultiCard.style.js +0 -259
  35. package/src/components/Molecules/OLD_CTAMultiCard/CTAMultiCard.test.js +0 -86
  36. package/src/components/Molecules/OLD_CTAMultiCard/SingleCard.js +0 -100
  37. package/src/components/Molecules/OLD_CTAMultiCard/_ArrowIcon.js +0 -22
  38. package/src/components/Molecules/OLD_CTAMultiCard/__snapshots__/CTAMultiCard.test.js.snap +0 -2296
  39. package/src/components/Molecules/OLD_CTAMultiCard/example_data.json +0 -107
@@ -1,7 +1,7 @@
1
1
  // Jest Snapshot v1, https://goo.gl/fbAQLP
2
2
 
3
3
  exports[`renders correctly with data prop 1`] = `
4
- .c9 {
4
+ .c11 {
5
5
  font-family: 'Montserrat',Helvetica,Arial,sans-serif;
6
6
  font-weight: 400;
7
7
  text-transform: inherit;
@@ -13,32 +13,32 @@ exports[`renders correctly with data prop 1`] = `
13
13
  line-height: 1.25rem;
14
14
  }
15
15
 
16
- .c9 span {
16
+ .c11 span {
17
17
  font-size: inherit;
18
18
  line-height: inherit;
19
19
  }
20
20
 
21
- .c5 {
21
+ .c6 {
22
22
  display: block;
23
23
  width: 100%;
24
24
  height: 100%;
25
25
  position: relative;
26
26
  }
27
27
 
28
- .c6 {
28
+ .c7 {
29
29
  width: 100%;
30
30
  height: 100%;
31
31
  display: block;
32
32
  object-fit: cover;
33
33
  }
34
34
 
35
- .c17 {
35
+ .c18 {
36
36
  display: inline-block;
37
37
  color: #FFFFFF;
38
38
  fill: currentColor;
39
39
  }
40
40
 
41
- .c4 {
41
+ .c5 {
42
42
  width: 100%;
43
43
  overflow: hidden;
44
44
  -webkit-flex-shrink: 0;
@@ -48,14 +48,14 @@ exports[`renders correctly with data prop 1`] = `
48
48
  border-radius: 1rem 1rem 0 0;
49
49
  }
50
50
 
51
- .c4 img {
51
+ .c5 img {
52
52
  width: 100%;
53
53
  height: auto;
54
54
  object-fit: cover;
55
55
  display: block;
56
56
  }
57
57
 
58
- .c12 {
58
+ .c14 {
59
59
  font-family: 'Montserrat',Helvetica,Arial,sans-serif;
60
60
  font-weight: 400;
61
61
  text-transform: inherit;
@@ -65,7 +65,7 @@ exports[`renders correctly with data prop 1`] = `
65
65
  letter-spacing: 0;
66
66
  font-size: 1rem;
67
67
  line-height: 1.25rem;
68
- color: #969598;
68
+ color: #E52630;
69
69
  font-weight: bold;
70
70
  -webkit-text-decoration: none;
71
71
  text-decoration: none;
@@ -73,7 +73,7 @@ exports[`renders correctly with data prop 1`] = `
73
73
  display: inline-block;
74
74
  }
75
75
 
76
- .c14 {
76
+ .c16 {
77
77
  height: 4px;
78
78
  width: 100%;
79
79
  position: absolute;
@@ -85,11 +85,11 @@ exports[`renders correctly with data prop 1`] = `
85
85
  pointer-events: none;
86
86
  }
87
87
 
88
- .c16 {
88
+ .c17 {
89
89
  width: 32px;
90
90
  height: 32px;
91
91
  border-radius: 50%;
92
- background: #969598;
92
+ background: #E52630;
93
93
  display: -webkit-box;
94
94
  display: -webkit-flex;
95
95
  display: -ms-flexbox;
@@ -107,7 +107,7 @@ exports[`renders correctly with data prop 1`] = `
107
107
  flex-shrink: 0;
108
108
  }
109
109
 
110
- .c2 {
110
+ .c3 {
111
111
  display: -webkit-box;
112
112
  display: -webkit-flex;
113
113
  display: -ms-flexbox;
@@ -130,17 +130,14 @@ exports[`renders correctly with data prop 1`] = `
130
130
  box-sizing: border-box;
131
131
  }
132
132
 
133
- .c2 img {
134
- -webkit-transform: scale(1.02);
135
- -ms-transform: scale(1.02);
136
- transform: scale(1.02);
137
- -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.68,-1.15,0.265,2.35);
138
- -webkit-transition: transform 0.4s cubic-bezier(0.68,-1.15,0.265,2.35);
139
- transition: transform 0.4s cubic-bezier(0.68,-1.15,0.265,2.35);
133
+ .c3 img {
134
+ -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.22,1,0.36,1);
135
+ -webkit-transition: transform 0.4s cubic-bezier(0.22,1,0.36,1);
136
+ transition: transform 0.4s cubic-bezier(0.22,1,0.36,1);
140
137
  }
141
138
 
142
- .c1 {
143
- width: 100%;
139
+ .c2 {
140
+ width: auto;
144
141
  -webkit-flex-shrink: 0;
145
142
  -ms-flex-negative: 0;
146
143
  flex-shrink: 0;
@@ -158,7 +155,7 @@ exports[`renders correctly with data prop 1`] = `
158
155
  max-width: 100%;
159
156
  }
160
157
 
161
- .c7 {
158
+ .c8 {
162
159
  width: 100%;
163
160
  background: #FFFFFF;
164
161
  display: -webkit-box;
@@ -176,7 +173,7 @@ exports[`renders correctly with data prop 1`] = `
176
173
  border-radius: 0 0 1rem 1rem;
177
174
  }
178
175
 
179
- .c8 {
176
+ .c9 {
180
177
  -webkit-flex: 1;
181
178
  -ms-flex: 1;
182
179
  flex: 1;
@@ -191,6 +188,12 @@ exports[`renders correctly with data prop 1`] = `
191
188
  }
192
189
 
193
190
  .c10 {
191
+ font-family: 'Montserrat',Helvetica,Arial,sans-serif;
192
+ font-size: 14px;
193
+ color: #969598;
194
+ }
195
+
196
+ .c12 {
194
197
  width: 100%;
195
198
  display: -webkit-box;
196
199
  display: -webkit-flex;
@@ -214,6 +217,12 @@ exports[`renders correctly with data prop 1`] = `
214
217
  .c0 {
215
218
  padding-top: 1rem;
216
219
  padding-bottom: 2rem;
220
+ padding-inline: 1rem;
221
+ width: 100%;
222
+ background: transparent;
223
+ }
224
+
225
+ .c1 {
217
226
  display: -webkit-box;
218
227
  display: -webkit-flex;
219
228
  display: -ms-flexbox;
@@ -221,34 +230,24 @@ exports[`renders correctly with data prop 1`] = `
221
230
  width: 100%;
222
231
  max-width: 1152px;
223
232
  margin: 0 auto;
224
- background: transparent;
225
- }
226
-
227
- .c0 img {
228
- -webkit-transform: scale(1.02);
229
- -ms-transform: scale(1.02);
230
- transform: scale(1.02);
231
- -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.68,-1.15,0.265,2.35);
232
- -webkit-transition: transform 0.4s cubic-bezier(0.68,-1.15,0.265,2.35);
233
- transition: transform 0.4s cubic-bezier(0.68,-1.15,0.265,2.35);
234
233
  }
235
234
 
236
235
  @media (min-width:740px) {
237
- .c9 {
236
+ .c11 {
238
237
  font-size: 1rem;
239
238
  line-height: 1.25rem;
240
239
  }
241
240
  }
242
241
 
243
242
  @media (min-width:1024px) {
244
- .c9 {
243
+ .c11 {
245
244
  font-size: 1.125rem;
246
245
  line-height: 1.375rem;
247
246
  }
248
247
  }
249
248
 
250
249
  @media (min-width:740px) {
251
- .c4 {
250
+ .c5 {
252
251
  width: calc(100% / 3);
253
252
  min-width: 292px;
254
253
  max-width: 309px;
@@ -265,60 +264,54 @@ exports[`renders correctly with data prop 1`] = `
265
264
  }
266
265
 
267
266
  @media (min-width:1024px) {
268
- .c4 {
267
+ .c5 {
269
268
  min-width: 355px;
270
269
  max-width: 362px;
271
270
  }
272
271
  }
273
272
 
274
273
  @media (min-width:1440px) {
275
- .c4 {
274
+ .c5 {
276
275
  min-width: 363px;
277
276
  max-width: 363px;
278
277
  }
279
278
  }
280
279
 
281
280
  @media (min-width:740px) {
282
- .c4 img {
281
+ .c5 img {
283
282
  height: 100%;
284
283
  object-fit: cover;
285
284
  }
286
285
  }
287
286
 
288
287
  @media (min-width:740px) {
289
- .c4 img {
290
- -webkit-transition: -webkit-transform 0.30000000000000004s cubic-bezier(0.68,-0.8500000000000001,0.265,1.9500000000000002);
291
- -webkit-transition: transform 0.30000000000000004s cubic-bezier(0.68,-0.8500000000000001,0.265,1.9500000000000002);
292
- transition: transform 0.30000000000000004s cubic-bezier(0.68,-0.8500000000000001,0.265,1.9500000000000002);
293
- -webkit-transform-origin: center;
294
- -ms-transform-origin: center;
295
- transform-origin: center;
288
+ .c14 {
289
+ font-size: 1rem;
290
+ line-height: 1.25rem;
296
291
  }
292
+ }
297
293
 
298
- .c4 img:hover,
299
- .c4 img:focus {
300
- -webkit-transform: scale(1.08);
301
- -ms-transform: scale(1.08);
302
- transform: scale(1.08);
294
+ @media (min-width:1024px) {
295
+ .c14 {
296
+ font-size: 1.125rem;
297
+ line-height: 1.375rem;
303
298
  }
304
299
  }
305
300
 
306
- @media (min-width:740px) {
307
- .c12 {
308
- font-size: 1rem;
309
- line-height: 1.25rem;
301
+ @media (min-width:1024px) {
302
+ .c14 {
303
+ color: #222222;
310
304
  }
311
305
  }
312
306
 
313
307
  @media (min-width:1024px) {
314
- .c12 {
315
- font-size: 1.125rem;
316
- line-height: 1.375rem;
308
+ .c17 {
309
+ background: #222222;
317
310
  }
318
311
  }
319
312
 
320
313
  @media (min-width:740px) {
321
- .c2 {
314
+ .c3 {
322
315
  -webkit-flex-direction: row;
323
316
  -ms-flex-direction: row;
324
317
  flex-direction: row;
@@ -331,13 +324,13 @@ exports[`renders correctly with data prop 1`] = `
331
324
  }
332
325
 
333
326
  @media (min-width:1024px) {
334
- .c2 {
335
- min-height: calc(272px - 4rem);
327
+ .c3 {
328
+ min-height: 272px;
336
329
  }
337
330
  }
338
331
 
339
332
  @media (min-width:740px) {
340
- .c2 {
333
+ .c3 {
341
334
  -webkit-transition: -webkit-transform 0.30000000000000004s cubic-bezier(0.68,-0.8500000000000001,0.265,1.9500000000000002);
342
335
  -webkit-transition: transform 0.30000000000000004s cubic-bezier(0.68,-0.8500000000000001,0.265,1.9500000000000002);
343
336
  transition: transform 0.30000000000000004s cubic-bezier(0.68,-0.8500000000000001,0.265,1.9500000000000002);
@@ -346,40 +339,35 @@ exports[`renders correctly with data prop 1`] = `
346
339
  transform-origin: center;
347
340
  }
348
341
 
349
- .c2:hover,
350
- .c2:focus {
351
- -webkit-transform: translateY(-0.02px);
352
- -ms-transform: translateY(-0.02px);
353
- transform: translateY(-0.02px);
342
+ .c3:hover,
343
+ .c3:focus {
344
+ -webkit-transform: translateY(-10px);
345
+ -ms-transform: translateY(-10px);
346
+ transform: translateY(-10px);
354
347
  }
355
348
 
356
- .c2:hover {
349
+ .c3:hover {
357
350
  box-shadow: 0 0 1.5rem rgba(0,0,0,0.25);
358
351
  }
359
352
 
360
- .c2:hover .c3 img {
361
- -webkit-transform: scale(1.1);
362
- -ms-transform: scale(1.1);
363
- transform: scale(1.1);
353
+ .c3:hover .c4 img {
354
+ -webkit-transform: scale(1.11);
355
+ -ms-transform: scale(1.11);
356
+ transform: scale(1.11);
364
357
  }
365
358
 
366
- .c2:hover .c11 {
367
- color: #E52630;
359
+ .c3:hover .c13 {
368
360
  -webkit-text-decoration: none;
369
361
  text-decoration: none;
370
362
  }
371
363
 
372
- .c2:hover .c13 {
364
+ .c3:hover .c15 {
373
365
  opacity: 1;
374
366
  }
375
-
376
- .c2:hover .c15 {
377
- background: #E52630;
378
- }
379
367
  }
380
368
 
381
369
  @media (min-width:740px) {
382
- .c1 {
370
+ .c2 {
383
371
  -webkit-flex-basis: 100%;
384
372
  -ms-flex-preferred-size: 100%;
385
373
  flex-basis: 100%;
@@ -389,7 +377,7 @@ exports[`renders correctly with data prop 1`] = `
389
377
  }
390
378
 
391
379
  @media (min-width:1440px) {
392
- .c1 {
380
+ .c2 {
393
381
  -webkit-flex-basis: 100%;
394
382
  -ms-flex-preferred-size: 100%;
395
383
  flex-basis: 100%;
@@ -399,7 +387,7 @@ exports[`renders correctly with data prop 1`] = `
399
387
  }
400
388
 
401
389
  @media (min-width:740px) {
402
- .c7 {
390
+ .c8 {
403
391
  width: calc(200% / 3);
404
392
  min-width: 384px;
405
393
  max-width: 650px;
@@ -411,107 +399,128 @@ exports[`renders correctly with data prop 1`] = `
411
399
  }
412
400
 
413
401
  @media (min-width:1024px) {
414
- .c7 {
402
+ .c8 {
415
403
  min-width: 541px;
416
404
  max-width: 790px;
417
405
  }
418
406
  }
419
407
 
420
408
  @media (min-width:1440px) {
421
- .c7 {
409
+ .c8 {
422
410
  width: 789px;
423
411
  }
424
412
  }
425
413
 
414
+ @media (min-width:740px) {
415
+ .c0 {
416
+ padding-inline: 2rem;
417
+ }
418
+ }
419
+
420
+ @media (min-width:1024px) {
421
+ .c0 {
422
+ padding-inline: 4rem;
423
+ }
424
+ }
425
+
426
426
  <div
427
427
  className="c0"
428
428
  >
429
429
  <div
430
430
  className="c1"
431
431
  >
432
- <a
432
+ <div
433
433
  className="c2"
434
- href="/test"
435
- rel={null}
436
- target="self"
437
434
  >
438
- <div
439
- className="c3 c4"
435
+ <a
436
+ className="c3"
437
+ href="/test"
438
+ rel={null}
439
+ target="self"
440
440
  >
441
441
  <div
442
- className="c5 lazyload"
443
- height="100%"
444
- width="100%"
442
+ className="c4 c5"
445
443
  >
446
- <img
447
- alt="Example image"
444
+ <div
448
445
  className="c6 lazyload"
449
- data-lowsrc="data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAPABQDASIAAhEBAxEB/8QAGAAAAwEBAAAAAAAAAAAAAAAAAAcIBAb/xAAjEAACAgIBBAIDAAAAAAAAAAABAgMEABEGBRIhMQdBE1Fh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgT/xAAaEQADAQADAAAAAAAAAAAAAAAAAQIDERIT/9oADAMBAAIRAxEAPwBzRcrjVY+0tonyT41nG8y+SLFTkgpQTVFpoqiRZGHc2/egf4RrMM12OHpNi3LsrAjO2vsKCcQtvkbTW570sMUt6xphJKnd+Ma9A78ZRWcS+SWNLpNMqAdQidVaSxErEA6ZgCNj9YZNPTOTpJW7+ovdlnLHyjgAD6GGPug+bP/Z"
450
- data-sizes="auto"
451
- data-src="https://images.ctfassets.net/zsfivwzfgl3t/4VsIykPLHDNkNCT9djGrX/c8f1e4cb5c6bda5a7b77f18501e9304d/challenge-1.jpg?w=678&h=501&fl=progressive&q=80&fm=jpg"
452
- data-srcset="https://images.ctfassets.net/zsfivwzfgl3t/4VsIykPLHDNkNCT9djGrX/c8f1e4cb5c6bda5a7b77f18501e9304d/challenge-1.jpg?w=678&h=501&q=80&fm=webp 678w"
453
446
  height="100%"
454
- src="https://images.ctfassets.net/zsfivwzfgl3t/4VsIykPLHDNkNCT9djGrX/c8f1e4cb5c6bda5a7b77f18501e9304d/challenge-1.jpg?w=678&h=501&fl=progressive&q=80&fm=jpg"
455
- srcSet="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"
456
447
  width="100%"
457
- />
448
+ >
449
+ <img
450
+ alt="Example image"
451
+ className="c7 lazyload"
452
+ data-lowsrc="data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAPABQDASIAAhEBAxEB/8QAGAAAAwEBAAAAAAAAAAAAAAAAAAcIBAb/xAAjEAACAgIBBAIDAAAAAAAAAAABAgMEABEGBRIhMQdBE1Fh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgT/xAAaEQADAQADAAAAAAAAAAAAAAAAAQIDERIT/9oADAMBAAIRAxEAPwBzRcrjVY+0tonyT41nG8y+SLFTkgpQTVFpoqiRZGHc2/egf4RrMM12OHpNi3LsrAjO2vsKCcQtvkbTW570sMUt6xphJKnd+Ma9A78ZRWcS+SWNLpNMqAdQidVaSxErEA6ZgCNj9YZNPTOTpJW7+ovdlnLHyjgAD6GGPug+bP/Z"
453
+ data-sizes="auto"
454
+ data-src="https://images.ctfassets.net/zsfivwzfgl3t/4VsIykPLHDNkNCT9djGrX/c8f1e4cb5c6bda5a7b77f18501e9304d/challenge-1.jpg?w=678&h=501&fl=progressive&q=80&fm=jpg"
455
+ data-srcset="https://images.ctfassets.net/zsfivwzfgl3t/4VsIykPLHDNkNCT9djGrX/c8f1e4cb5c6bda5a7b77f18501e9304d/challenge-1.jpg?w=678&h=501&q=80&fm=webp 678w"
456
+ height="100%"
457
+ src="https://images.ctfassets.net/zsfivwzfgl3t/4VsIykPLHDNkNCT9djGrX/c8f1e4cb5c6bda5a7b77f18501e9304d/challenge-1.jpg?w=678&h=501&fl=progressive&q=80&fm=jpg"
458
+ srcSet="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"
459
+ width="100%"
460
+ />
461
+ </div>
458
462
  </div>
459
- </div>
460
- <div
461
- className="c7"
462
- >
463
463
  <div
464
464
  className="c8"
465
465
  >
466
- <p
466
+ <div
467
467
  className="c9"
468
468
  >
469
- <strong>
470
- Single Card
471
- </strong>
472
- content here
473
- </p>
474
- </div>
475
- <div
476
- className="c10"
477
- >
478
- <span
479
- className="c11 c12"
480
- >
481
- Learn more
482
- <img
483
- alt=""
484
- aria-hidden="true"
485
- className="c13 c14"
486
- src="mock.asset"
487
- />
488
- </span>
469
+ <div
470
+ className="c10"
471
+ >
472
+ Example Label
473
+ </div>
474
+ <p
475
+ className="c11"
476
+ >
477
+ <strong>
478
+ Single Card
479
+ </strong>
480
+ content here
481
+ </p>
482
+ </div>
489
483
  <div
490
- className="c15 c16"
484
+ className="c12"
491
485
  >
492
- <svg
493
- className="c17"
494
- fill="none"
495
- height="13"
496
- viewBox="0 0 15 13"
497
- width="15"
498
- xmlns="http://www.w3.org/2000/svg"
486
+ <span
487
+ className="c13 c14"
499
488
  >
500
- <path
501
- d="M9.58496 0.349976C9.1395 -0.116662 8.40641 -0.116634 7.96094 0.349976C7.52803 0.803486 7.5281 1.53021 7.96094 1.98376L11.1582 5.33337H1.13672C0.48748 5.33337 0 5.87822 0 6.50037C2.15408e-05 7.1225 0.487494 7.66736 1.13672 7.66736H11.1582L7.96094 11.017C7.52806 11.4705 7.52899 12.1972 7.96191 12.6508C8.18163 12.8803 8.47556 13.0004 8.77344 13.0004C9.07114 13.0002 9.36533 12.8808 9.58496 12.6508L14.6758 7.31677L14.6748 7.3158L14.6875 7.3031L14.6865 7.30212C14.6954 7.29215 14.7044 7.28482 14.71 7.27771C14.7117 7.27545 14.7133 7.27285 14.7148 7.27087C14.7485 7.23203 14.7824 7.18925 14.8135 7.14099L14.8154 7.13806C14.8354 7.10658 14.8493 7.07842 14.8564 7.06384L14.8652 7.04626L14.8662 7.04431L14.8672 7.04333C14.8672 7.04333 14.868 7.04057 14.8691 7.03845C14.8709 7.03512 14.8758 7.02671 14.8799 7.01892L14.8802 7.01839C14.8888 7.002 14.9034 6.97423 14.917 6.93982V6.93787C14.9303 6.90375 14.9391 6.87285 14.9443 6.85388C14.9469 6.84458 14.9498 6.83567 14.9512 6.83044C14.9527 6.82454 14.9535 6.8228 14.9541 6.82068C14.9541 6.82068 14.9542 6.81753 14.9551 6.81482L14.958 6.80603L14.9586 6.80422C14.9631 6.78961 14.9718 6.76119 14.9785 6.72693V6.72498C15.0066 6.57705 15.0066 6.4246 14.9785 6.27673V6.27478L14.958 6.19568L14.9551 6.18591L14.9531 6.18005L14.9512 6.17224C14.9497 6.1664 14.9481 6.15677 14.9453 6.14685C14.9398 6.12695 14.9307 6.09654 14.917 6.06189C14.9032 6.02688 14.8885 5.99813 14.8799 5.98181C14.8758 5.97402 14.8709 5.96562 14.8691 5.96228L14.8564 5.93689C14.849 5.92177 14.8351 5.89372 14.8154 5.86267L14.8145 5.86072L14.7529 5.7738C14.7316 5.74659 14.7094 5.72129 14.6875 5.69763C14.6837 5.69341 14.6802 5.68854 14.6758 5.68396L9.58496 0.349976Z"
502
- fill="currentColor"
489
+ Learn more
490
+ <img
491
+ alt=""
492
+ aria-hidden="true"
493
+ className="c15 c16"
494
+ src="mock.asset"
503
495
  />
504
- </svg>
496
+ </span>
497
+ <div
498
+ className="c17"
499
+ >
500
+ <svg
501
+ className="c18"
502
+ fill="none"
503
+ height="13"
504
+ viewBox="0 0 15 13"
505
+ width="15"
506
+ xmlns="http://www.w3.org/2000/svg"
507
+ >
508
+ <path
509
+ d="M9.58496 0.349976C9.1395 -0.116662 8.40641 -0.116634 7.96094 0.349976C7.52803 0.803486 7.5281 1.53021 7.96094 1.98376L11.1582 5.33337H1.13672C0.48748 5.33337 0 5.87822 0 6.50037C2.15408e-05 7.1225 0.487494 7.66736 1.13672 7.66736H11.1582L7.96094 11.017C7.52806 11.4705 7.52899 12.1972 7.96191 12.6508C8.18163 12.8803 8.47556 13.0004 8.77344 13.0004C9.07114 13.0002 9.36533 12.8808 9.58496 12.6508L14.6758 7.31677L14.6748 7.3158L14.6875 7.3031L14.6865 7.30212C14.6954 7.29215 14.7044 7.28482 14.71 7.27771C14.7117 7.27545 14.7133 7.27285 14.7148 7.27087C14.7485 7.23203 14.7824 7.18925 14.8135 7.14099L14.8154 7.13806C14.8354 7.10658 14.8493 7.07842 14.8564 7.06384L14.8652 7.04626L14.8662 7.04431L14.8672 7.04333C14.8672 7.04333 14.868 7.04057 14.8691 7.03845C14.8709 7.03512 14.8758 7.02671 14.8799 7.01892L14.8802 7.01839C14.8888 7.002 14.9034 6.97423 14.917 6.93982V6.93787C14.9303 6.90375 14.9391 6.87285 14.9443 6.85388C14.9469 6.84458 14.9498 6.83567 14.9512 6.83044C14.9527 6.82454 14.9535 6.8228 14.9541 6.82068C14.9541 6.82068 14.9542 6.81753 14.9551 6.81482L14.958 6.80603L14.9586 6.80422C14.9631 6.78961 14.9718 6.76119 14.9785 6.72693V6.72498C15.0066 6.57705 15.0066 6.4246 14.9785 6.27673V6.27478L14.958 6.19568L14.9551 6.18591L14.9531 6.18005L14.9512 6.17224C14.9497 6.1664 14.9481 6.15677 14.9453 6.14685C14.9398 6.12695 14.9307 6.09654 14.917 6.06189C14.9032 6.02688 14.8885 5.99813 14.8799 5.98181C14.8758 5.97402 14.8709 5.96562 14.8691 5.96228L14.8564 5.93689C14.849 5.92177 14.8351 5.89372 14.8154 5.86267L14.8145 5.86072L14.7529 5.7738C14.7316 5.74659 14.7094 5.72129 14.6875 5.69763C14.6837 5.69341 14.6802 5.68854 14.6758 5.68396L9.58496 0.349976Z"
510
+ fill="currentColor"
511
+ />
512
+ </svg>
513
+ </div>
505
514
  </div>
506
515
  </div>
507
- </div>
508
- </a>
516
+ </a>
517
+ </div>
509
518
  </div>
510
519
  </div>
511
520
  `;
512
521
 
513
522
  exports[`renders correctly without image 1`] = `
514
- .c5 {
523
+ .c7 {
515
524
  font-family: 'Montserrat',Helvetica,Arial,sans-serif;
516
525
  font-weight: 400;
517
526
  text-transform: inherit;
@@ -523,18 +532,18 @@ exports[`renders correctly without image 1`] = `
523
532
  line-height: 1.25rem;
524
533
  }
525
534
 
526
- .c5 span {
535
+ .c7 span {
527
536
  font-size: inherit;
528
537
  line-height: inherit;
529
538
  }
530
539
 
531
- .c13 {
540
+ .c14 {
532
541
  display: inline-block;
533
542
  color: #FFFFFF;
534
543
  fill: currentColor;
535
544
  }
536
545
 
537
- .c8 {
546
+ .c10 {
538
547
  font-family: 'Montserrat',Helvetica,Arial,sans-serif;
539
548
  font-weight: 400;
540
549
  text-transform: inherit;
@@ -544,7 +553,7 @@ exports[`renders correctly without image 1`] = `
544
553
  letter-spacing: 0;
545
554
  font-size: 1rem;
546
555
  line-height: 1.25rem;
547
- color: #969598;
556
+ color: #E52630;
548
557
  font-weight: bold;
549
558
  -webkit-text-decoration: none;
550
559
  text-decoration: none;
@@ -552,7 +561,7 @@ exports[`renders correctly without image 1`] = `
552
561
  display: inline-block;
553
562
  }
554
563
 
555
- .c10 {
564
+ .c12 {
556
565
  height: 4px;
557
566
  width: 100%;
558
567
  position: absolute;
@@ -564,11 +573,11 @@ exports[`renders correctly without image 1`] = `
564
573
  pointer-events: none;
565
574
  }
566
575
 
567
- .c12 {
576
+ .c13 {
568
577
  width: 32px;
569
578
  height: 32px;
570
579
  border-radius: 50%;
571
- background: #969598;
580
+ background: #E52630;
572
581
  display: -webkit-box;
573
582
  display: -webkit-flex;
574
583
  display: -ms-flexbox;
@@ -586,7 +595,7 @@ exports[`renders correctly without image 1`] = `
586
595
  flex-shrink: 0;
587
596
  }
588
597
 
589
- .c2 {
598
+ .c3 {
590
599
  display: -webkit-box;
591
600
  display: -webkit-flex;
592
601
  display: -ms-flexbox;
@@ -609,17 +618,14 @@ exports[`renders correctly without image 1`] = `
609
618
  box-sizing: border-box;
610
619
  }
611
620
 
612
- .c2 img {
613
- -webkit-transform: scale(1.02);
614
- -ms-transform: scale(1.02);
615
- transform: scale(1.02);
616
- -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.68,-1.15,0.265,2.35);
617
- -webkit-transition: transform 0.4s cubic-bezier(0.68,-1.15,0.265,2.35);
618
- transition: transform 0.4s cubic-bezier(0.68,-1.15,0.265,2.35);
621
+ .c3 img {
622
+ -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.22,1,0.36,1);
623
+ -webkit-transition: transform 0.4s cubic-bezier(0.22,1,0.36,1);
624
+ transition: transform 0.4s cubic-bezier(0.22,1,0.36,1);
619
625
  }
620
626
 
621
- .c1 {
622
- width: 100%;
627
+ .c2 {
628
+ width: auto;
623
629
  -webkit-flex-shrink: 0;
624
630
  -ms-flex-negative: 0;
625
631
  flex-shrink: 0;
@@ -637,7 +643,7 @@ exports[`renders correctly without image 1`] = `
637
643
  max-width: 100%;
638
644
  }
639
645
 
640
- .c3 {
646
+ .c4 {
641
647
  width: 100%;
642
648
  background: #FFFFFF;
643
649
  display: -webkit-box;
@@ -655,7 +661,7 @@ exports[`renders correctly without image 1`] = `
655
661
  border-radius: 0 0 1rem 1rem;
656
662
  }
657
663
 
658
- .c4 {
664
+ .c5 {
659
665
  -webkit-flex: 1;
660
666
  -ms-flex: 1;
661
667
  flex: 1;
@@ -670,6 +676,12 @@ exports[`renders correctly without image 1`] = `
670
676
  }
671
677
 
672
678
  .c6 {
679
+ font-family: 'Montserrat',Helvetica,Arial,sans-serif;
680
+ font-size: 14px;
681
+ color: #969598;
682
+ }
683
+
684
+ .c8 {
673
685
  width: 100%;
674
686
  display: -webkit-box;
675
687
  display: -webkit-flex;
@@ -693,6 +705,12 @@ exports[`renders correctly without image 1`] = `
693
705
  .c0 {
694
706
  padding-top: 1rem;
695
707
  padding-bottom: 2rem;
708
+ padding-inline: 1rem;
709
+ width: 100%;
710
+ background: transparent;
711
+ }
712
+
713
+ .c1 {
696
714
  display: -webkit-box;
697
715
  display: -webkit-flex;
698
716
  display: -ms-flexbox;
@@ -700,48 +718,50 @@ exports[`renders correctly without image 1`] = `
700
718
  width: 100%;
701
719
  max-width: 1152px;
702
720
  margin: 0 auto;
703
- background: transparent;
704
- }
705
-
706
- .c0 img {
707
- -webkit-transform: scale(1.02);
708
- -ms-transform: scale(1.02);
709
- transform: scale(1.02);
710
- -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.68,-1.15,0.265,2.35);
711
- -webkit-transition: transform 0.4s cubic-bezier(0.68,-1.15,0.265,2.35);
712
- transition: transform 0.4s cubic-bezier(0.68,-1.15,0.265,2.35);
713
721
  }
714
722
 
715
723
  @media (min-width:740px) {
716
- .c5 {
724
+ .c7 {
717
725
  font-size: 1rem;
718
726
  line-height: 1.25rem;
719
727
  }
720
728
  }
721
729
 
722
730
  @media (min-width:1024px) {
723
- .c5 {
731
+ .c7 {
724
732
  font-size: 1.125rem;
725
733
  line-height: 1.375rem;
726
734
  }
727
735
  }
728
736
 
729
737
  @media (min-width:740px) {
730
- .c8 {
738
+ .c10 {
731
739
  font-size: 1rem;
732
740
  line-height: 1.25rem;
733
741
  }
734
742
  }
735
743
 
736
744
  @media (min-width:1024px) {
737
- .c8 {
745
+ .c10 {
738
746
  font-size: 1.125rem;
739
747
  line-height: 1.375rem;
740
748
  }
741
749
  }
742
750
 
751
+ @media (min-width:1024px) {
752
+ .c10 {
753
+ color: #222222;
754
+ }
755
+ }
756
+
757
+ @media (min-width:1024px) {
758
+ .c13 {
759
+ background: #222222;
760
+ }
761
+ }
762
+
743
763
  @media (min-width:740px) {
744
- .c2 {
764
+ .c3 {
745
765
  -webkit-flex-direction: row;
746
766
  -ms-flex-direction: row;
747
767
  flex-direction: row;
@@ -754,13 +774,13 @@ exports[`renders correctly without image 1`] = `
754
774
  }
755
775
 
756
776
  @media (min-width:1024px) {
757
- .c2 {
758
- min-height: calc(272px - 4rem);
777
+ .c3 {
778
+ min-height: 272px;
759
779
  }
760
780
  }
761
781
 
762
782
  @media (min-width:740px) {
763
- .c2 {
783
+ .c3 {
764
784
  -webkit-transition: -webkit-transform 0.30000000000000004s cubic-bezier(0.68,-0.8500000000000001,0.265,1.9500000000000002);
765
785
  -webkit-transition: transform 0.30000000000000004s cubic-bezier(0.68,-0.8500000000000001,0.265,1.9500000000000002);
766
786
  transition: transform 0.30000000000000004s cubic-bezier(0.68,-0.8500000000000001,0.265,1.9500000000000002);
@@ -769,34 +789,29 @@ exports[`renders correctly without image 1`] = `
769
789
  transform-origin: center;
770
790
  }
771
791
 
772
- .c2:hover,
773
- .c2:focus {
774
- -webkit-transform: translateY(-0.02px);
775
- -ms-transform: translateY(-0.02px);
776
- transform: translateY(-0.02px);
792
+ .c3:hover,
793
+ .c3:focus {
794
+ -webkit-transform: translateY(-10px);
795
+ -ms-transform: translateY(-10px);
796
+ transform: translateY(-10px);
777
797
  }
778
798
 
779
- .c2:hover {
799
+ .c3:hover {
780
800
  box-shadow: 0 0 1.5rem rgba(0,0,0,0.25);
781
801
  }
782
802
 
783
- .c2:hover .c7 {
784
- color: #E52630;
803
+ .c3:hover .c9 {
785
804
  -webkit-text-decoration: none;
786
805
  text-decoration: none;
787
806
  }
788
807
 
789
- .c2:hover .c9 {
808
+ .c3:hover .c11 {
790
809
  opacity: 1;
791
810
  }
792
-
793
- .c2:hover .c11 {
794
- background: #E52630;
795
- }
796
811
  }
797
812
 
798
813
  @media (min-width:740px) {
799
- .c1 {
814
+ .c2 {
800
815
  -webkit-flex-basis: 100%;
801
816
  -ms-flex-preferred-size: 100%;
802
817
  flex-basis: 100%;
@@ -806,7 +821,7 @@ exports[`renders correctly without image 1`] = `
806
821
  }
807
822
 
808
823
  @media (min-width:1440px) {
809
- .c1 {
824
+ .c2 {
810
825
  -webkit-flex-basis: 100%;
811
826
  -ms-flex-preferred-size: 100%;
812
827
  flex-basis: 100%;
@@ -816,7 +831,7 @@ exports[`renders correctly without image 1`] = `
816
831
  }
817
832
 
818
833
  @media (min-width:740px) {
819
- .c3 {
834
+ .c4 {
820
835
  width: calc(200% / 3);
821
836
  min-width: 384px;
822
837
  max-width: 650px;
@@ -828,76 +843,97 @@ exports[`renders correctly without image 1`] = `
828
843
  }
829
844
 
830
845
  @media (min-width:1024px) {
831
- .c3 {
846
+ .c4 {
832
847
  min-width: 541px;
833
848
  max-width: 790px;
834
849
  }
835
850
  }
836
851
 
837
852
  @media (min-width:1440px) {
838
- .c3 {
853
+ .c4 {
839
854
  width: 789px;
840
855
  }
841
856
  }
842
857
 
858
+ @media (min-width:740px) {
859
+ .c0 {
860
+ padding-inline: 2rem;
861
+ }
862
+ }
863
+
864
+ @media (min-width:1024px) {
865
+ .c0 {
866
+ padding-inline: 4rem;
867
+ }
868
+ }
869
+
843
870
  <div
844
871
  className="c0"
845
872
  >
846
873
  <div
847
874
  className="c1"
848
875
  >
849
- <a
876
+ <div
850
877
  className="c2"
851
- href="/test-no-image"
852
- rel={null}
853
- target="self"
854
878
  >
855
- <div
879
+ <a
856
880
  className="c3"
881
+ href="/test-no-image"
882
+ rel={null}
883
+ target="self"
857
884
  >
858
885
  <div
859
886
  className="c4"
860
887
  >
861
- <p
888
+ <div
862
889
  className="c5"
863
890
  >
864
- Card without image
865
- </p>
866
- </div>
867
- <div
868
- className="c6"
869
- >
870
- <span
871
- className="c7 c8"
872
- >
873
- View card
874
- <img
875
- alt=""
876
- aria-hidden="true"
877
- className="c9 c10"
878
- src="mock.asset"
879
- />
880
- </span>
891
+ <div
892
+ className="c6"
893
+ >
894
+ Example Label
895
+ </div>
896
+ <p
897
+ className="c7"
898
+ >
899
+ Card without image
900
+ </p>
901
+ </div>
881
902
  <div
882
- className="c11 c12"
903
+ className="c8"
883
904
  >
884
- <svg
885
- className="c13"
886
- fill="none"
887
- height="13"
888
- viewBox="0 0 15 13"
889
- width="15"
890
- xmlns="http://www.w3.org/2000/svg"
905
+ <span
906
+ className="c9 c10"
891
907
  >
892
- <path
893
- d="M9.58496 0.349976C9.1395 -0.116662 8.40641 -0.116634 7.96094 0.349976C7.52803 0.803486 7.5281 1.53021 7.96094 1.98376L11.1582 5.33337H1.13672C0.48748 5.33337 0 5.87822 0 6.50037C2.15408e-05 7.1225 0.487494 7.66736 1.13672 7.66736H11.1582L7.96094 11.017C7.52806 11.4705 7.52899 12.1972 7.96191 12.6508C8.18163 12.8803 8.47556 13.0004 8.77344 13.0004C9.07114 13.0002 9.36533 12.8808 9.58496 12.6508L14.6758 7.31677L14.6748 7.3158L14.6875 7.3031L14.6865 7.30212C14.6954 7.29215 14.7044 7.28482 14.71 7.27771C14.7117 7.27545 14.7133 7.27285 14.7148 7.27087C14.7485 7.23203 14.7824 7.18925 14.8135 7.14099L14.8154 7.13806C14.8354 7.10658 14.8493 7.07842 14.8564 7.06384L14.8652 7.04626L14.8662 7.04431L14.8672 7.04333C14.8672 7.04333 14.868 7.04057 14.8691 7.03845C14.8709 7.03512 14.8758 7.02671 14.8799 7.01892L14.8802 7.01839C14.8888 7.002 14.9034 6.97423 14.917 6.93982V6.93787C14.9303 6.90375 14.9391 6.87285 14.9443 6.85388C14.9469 6.84458 14.9498 6.83567 14.9512 6.83044C14.9527 6.82454 14.9535 6.8228 14.9541 6.82068C14.9541 6.82068 14.9542 6.81753 14.9551 6.81482L14.958 6.80603L14.9586 6.80422C14.9631 6.78961 14.9718 6.76119 14.9785 6.72693V6.72498C15.0066 6.57705 15.0066 6.4246 14.9785 6.27673V6.27478L14.958 6.19568L14.9551 6.18591L14.9531 6.18005L14.9512 6.17224C14.9497 6.1664 14.9481 6.15677 14.9453 6.14685C14.9398 6.12695 14.9307 6.09654 14.917 6.06189C14.9032 6.02688 14.8885 5.99813 14.8799 5.98181C14.8758 5.97402 14.8709 5.96562 14.8691 5.96228L14.8564 5.93689C14.849 5.92177 14.8351 5.89372 14.8154 5.86267L14.8145 5.86072L14.7529 5.7738C14.7316 5.74659 14.7094 5.72129 14.6875 5.69763C14.6837 5.69341 14.6802 5.68854 14.6758 5.68396L9.58496 0.349976Z"
894
- fill="currentColor"
908
+ View card
909
+ <img
910
+ alt=""
911
+ aria-hidden="true"
912
+ className="c11 c12"
913
+ src="mock.asset"
895
914
  />
896
- </svg>
915
+ </span>
916
+ <div
917
+ className="c13"
918
+ >
919
+ <svg
920
+ className="c14"
921
+ fill="none"
922
+ height="13"
923
+ viewBox="0 0 15 13"
924
+ width="15"
925
+ xmlns="http://www.w3.org/2000/svg"
926
+ >
927
+ <path
928
+ d="M9.58496 0.349976C9.1395 -0.116662 8.40641 -0.116634 7.96094 0.349976C7.52803 0.803486 7.5281 1.53021 7.96094 1.98376L11.1582 5.33337H1.13672C0.48748 5.33337 0 5.87822 0 6.50037C2.15408e-05 7.1225 0.487494 7.66736 1.13672 7.66736H11.1582L7.96094 11.017C7.52806 11.4705 7.52899 12.1972 7.96191 12.6508C8.18163 12.8803 8.47556 13.0004 8.77344 13.0004C9.07114 13.0002 9.36533 12.8808 9.58496 12.6508L14.6758 7.31677L14.6748 7.3158L14.6875 7.3031L14.6865 7.30212C14.6954 7.29215 14.7044 7.28482 14.71 7.27771C14.7117 7.27545 14.7133 7.27285 14.7148 7.27087C14.7485 7.23203 14.7824 7.18925 14.8135 7.14099L14.8154 7.13806C14.8354 7.10658 14.8493 7.07842 14.8564 7.06384L14.8652 7.04626L14.8662 7.04431L14.8672 7.04333C14.8672 7.04333 14.868 7.04057 14.8691 7.03845C14.8709 7.03512 14.8758 7.02671 14.8799 7.01892L14.8802 7.01839C14.8888 7.002 14.9034 6.97423 14.917 6.93982V6.93787C14.9303 6.90375 14.9391 6.87285 14.9443 6.85388C14.9469 6.84458 14.9498 6.83567 14.9512 6.83044C14.9527 6.82454 14.9535 6.8228 14.9541 6.82068C14.9541 6.82068 14.9542 6.81753 14.9551 6.81482L14.958 6.80603L14.9586 6.80422C14.9631 6.78961 14.9718 6.76119 14.9785 6.72693V6.72498C15.0066 6.57705 15.0066 6.4246 14.9785 6.27673V6.27478L14.958 6.19568L14.9551 6.18591L14.9531 6.18005L14.9512 6.17224C14.9497 6.1664 14.9481 6.15677 14.9453 6.14685C14.9398 6.12695 14.9307 6.09654 14.917 6.06189C14.9032 6.02688 14.8885 5.99813 14.8799 5.98181C14.8758 5.97402 14.8709 5.96562 14.8691 5.96228L14.8564 5.93689C14.849 5.92177 14.8351 5.89372 14.8154 5.86267L14.8145 5.86072L14.7529 5.7738C14.7316 5.74659 14.7094 5.72129 14.6875 5.69763C14.6837 5.69341 14.6802 5.68854 14.6758 5.68396L9.58496 0.349976Z"
929
+ fill="currentColor"
930
+ />
931
+ </svg>
932
+ </div>
897
933
  </div>
898
934
  </div>
899
- </div>
900
- </a>
935
+ </a>
936
+ </div>
901
937
  </div>
902
938
  </div>
903
939
  `;