@times-components/ts-components 1.64.0 → 1.64.2

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/CHANGELOG.md +22 -0
  2. package/dist/components/article-flag/styles.js +1 -3
  3. package/dist/components/newsletter-puff/newsletter-puff-button/styles.js +1 -1
  4. package/dist/components/recommended-articles/RecommendedFetch.js +2 -2
  5. package/dist/helpers/text-crop/fonts.js +5 -13
  6. package/package.json +13 -13
  7. package/rnw.js +1 -1
  8. package/src/components/article-flag/__tests__/__snapshots__/LiveArticleFlag.test.tsx.snap +3 -3
  9. package/src/components/article-flag/styles.ts +0 -2
  10. package/src/components/carousel/__tests__/__snapshots__/GalleryCarousel.test.tsx.snap +3 -3
  11. package/src/components/in-article-big-numbers/__tests__/__snapshots__/BigNumbers.test.tsx.snap +6 -6
  12. package/src/components/in-article-info-card/__tests__/__snapshots__/InfoCard.test.tsx.snap +4 -4
  13. package/src/components/in-article-info-card-bulletpoints/__tests__/__snapshots__/InfoCardBulletPoints.test.tsx.snap +4 -4
  14. package/src/components/in-article-puff/__tests__/__snapshots__/InArticlePuff.test.tsx.snap +4 -4
  15. package/src/components/in-article-related-articles/__tests__/__snapshots__/RelatedArticle.test.tsx.snap +2 -2
  16. package/src/components/in-article-related-articles/__tests__/__snapshots__/SingleRelatedArticle.test.tsx.snap +2 -2
  17. package/src/components/in-article-timelines/__tests__/__snapshots__/Timelines.test.tsx.snap +27 -27
  18. package/src/components/inline-dialog/__tests__/__snapshots__/InlineDialog.test.tsx.snap +1 -1
  19. package/src/components/inline-message/__tests__/__snapshots__/InlineMessage.test.tsx.snap +2 -2
  20. package/src/components/latest-from-section/__tests__/__snapshots__/LatestFromSection.test.tsx.snap +9 -9
  21. package/src/components/newsletter-puff/__tests__/__snapshots__/InlineNewsletterPuff.test.tsx.snap +3 -3
  22. package/src/components/newsletter-puff/newsletter-puff-button/styles.ts +1 -1
  23. package/src/components/newsletter-puff/preview-newsletter-puff/__tests__/__snapshots__/PreviewNewsletterPuff.test.tsx.snap +1 -1
  24. package/src/components/olympics/__tests__/__snapshots__/OlympicsMedalTable.test.tsx.snap +20 -20
  25. package/src/components/olympics/__tests__/__snapshots__/OlympicsSchedule.test.tsx.snap +28 -28
  26. package/src/components/opta/football/fixtures/__tests__/__snapshots__/OptaFootballFixtures.test.tsx.snap +2 -2
  27. package/src/components/opta/football/match-stats/__tests__/__snapshots__/OptaFootballMatchStats.test.tsx.snap +2 -2
  28. package/src/components/opta/football/standings/__tests__/__snapshots__/OptaFootballStandings.test.tsx.snap +2 -2
  29. package/src/components/opta/football/summary/__tests__/__snapshots__/OptaFootballSummary.test.tsx.snap +2 -2
  30. package/src/components/opta/rugby/fixtures/__tests__/__snapshots__/OptaRugbyFixtures.test.tsx.snap +2 -2
  31. package/src/components/opta/rugby/match-stats/__tests__/__snapshots__/OptaRugbyMatchStats.test.tsx.snap +2 -2
  32. package/src/components/opta/rugby/standings/__tests__/__snapshots__/OptaRugbyStandings.test.tsx.snap +2 -2
  33. package/src/components/opta/rugby/summary/__tests__/__snapshots__/OptaRugbySummary.test.tsx.snap +2 -2
  34. package/src/components/recommended-articles/RecommendedFetch.tsx +1 -1
  35. package/src/components/related-article-slice/__tests__/__snapshots__/RelatedArticleSlice.test.tsx.snap +6 -6
  36. package/src/components/save-star/__tests__/__snapshots__/SaveStar.test.tsx.snap +3 -3
  37. package/src/components/updated-timestamp/__tests__/__snapshots__/UpdatedTimestamp.test.tsx.snap +1 -1
  38. package/src/helpers/text-crop/__tests__/__snapshots__/TextCrop.test.tsx.snap +4 -4
  39. package/src/helpers/text-crop/fonts.ts +4 -13
@@ -10,7 +10,7 @@ exports[`<OlympicsMedalTable> click show all 1`] = `
10
10
  }
11
11
 
12
12
  .c4 {
13
- font-family: Roboto-Regular;
13
+ font-family: GillSansMTStd-Medium;
14
14
  font-size: 14px;
15
15
  line-height: 20px;
16
16
  padding: 14px 16px;
@@ -28,7 +28,7 @@ exports[`<OlympicsMedalTable> click show all 1`] = `
28
28
  font-size: 12px;
29
29
  line-height: 14px;
30
30
  color: #402f7a;
31
- font-family: Roboto-Regular;
31
+ font-family: GillSansMTStd-Medium;
32
32
  font-weight: normal;
33
33
  text-transform: uppercase;
34
34
  -webkit-letter-spacing: 1px;
@@ -70,7 +70,7 @@ exports[`<OlympicsMedalTable> click show all 1`] = `
70
70
  .c0 .pa-medaltable .pa_MedalTableView_medaltable table thead {
71
71
  color: #1D1D1B;
72
72
  line-height: 48px;
73
- font-family: Roboto-Regular;
73
+ font-family: GillSansMTStd-Medium;
74
74
  font-size: 14px;
75
75
  }
76
76
 
@@ -102,7 +102,7 @@ exports[`<OlympicsMedalTable> click show all 1`] = `
102
102
  }
103
103
 
104
104
  .c0 .pa-medaltable .pa_MedalTableView_medaltable tbody tr td:first-child {
105
- font-family: Roboto-Regular;
105
+ font-family: GillSansMTStd-Medium;
106
106
  color: #402f7a;
107
107
  }
108
108
 
@@ -118,7 +118,7 @@ exports[`<OlympicsMedalTable> click show all 1`] = `
118
118
  .c0 .pa-medaltable .pa_OdfFooter_ctr {
119
119
  position: relative;
120
120
  top: 60px;
121
- font-family: Roboto-Regular;
121
+ font-family: GillSansMTStd-Medium;
122
122
  color: #1D1D1B;
123
123
  }
124
124
 
@@ -192,7 +192,7 @@ exports[`<OlympicsMedalTable> renders 1`] = `
192
192
  }
193
193
 
194
194
  .c4 {
195
- font-family: Roboto-Regular;
195
+ font-family: GillSansMTStd-Medium;
196
196
  font-size: 14px;
197
197
  line-height: 20px;
198
198
  padding: 14px 16px;
@@ -210,7 +210,7 @@ exports[`<OlympicsMedalTable> renders 1`] = `
210
210
  font-size: 12px;
211
211
  line-height: 14px;
212
212
  color: #402f7a;
213
- font-family: Roboto-Regular;
213
+ font-family: GillSansMTStd-Medium;
214
214
  font-weight: normal;
215
215
  text-transform: uppercase;
216
216
  -webkit-letter-spacing: 1px;
@@ -252,7 +252,7 @@ exports[`<OlympicsMedalTable> renders 1`] = `
252
252
  .c0 .pa-medaltable .pa_MedalTableView_medaltable table thead {
253
253
  color: #1D1D1B;
254
254
  line-height: 48px;
255
- font-family: Roboto-Regular;
255
+ font-family: GillSansMTStd-Medium;
256
256
  font-size: 14px;
257
257
  }
258
258
 
@@ -284,7 +284,7 @@ exports[`<OlympicsMedalTable> renders 1`] = `
284
284
  }
285
285
 
286
286
  .c0 .pa-medaltable .pa_MedalTableView_medaltable tbody tr td:first-child {
287
- font-family: Roboto-Regular;
287
+ font-family: GillSansMTStd-Medium;
288
288
  color: #402f7a;
289
289
  }
290
290
 
@@ -300,7 +300,7 @@ exports[`<OlympicsMedalTable> renders 1`] = `
300
300
  .c0 .pa-medaltable .pa_OdfFooter_ctr {
301
301
  position: relative;
302
302
  top: 60px;
303
- font-family: Roboto-Regular;
303
+ font-family: GillSansMTStd-Medium;
304
304
  color: #1D1D1B;
305
305
  }
306
306
 
@@ -374,7 +374,7 @@ exports[`<OlympicsMedalTable> renders default keys 1`] = `
374
374
  }
375
375
 
376
376
  .c4 {
377
- font-family: Roboto-Regular;
377
+ font-family: GillSansMTStd-Medium;
378
378
  font-size: 14px;
379
379
  line-height: 20px;
380
380
  padding: 14px 16px;
@@ -392,7 +392,7 @@ exports[`<OlympicsMedalTable> renders default keys 1`] = `
392
392
  font-size: 12px;
393
393
  line-height: 14px;
394
394
  color: #402f7a;
395
- font-family: Roboto-Regular;
395
+ font-family: GillSansMTStd-Medium;
396
396
  font-weight: normal;
397
397
  text-transform: uppercase;
398
398
  -webkit-letter-spacing: 1px;
@@ -434,7 +434,7 @@ exports[`<OlympicsMedalTable> renders default keys 1`] = `
434
434
  .c0 .pa-medaltable .pa_MedalTableView_medaltable table thead {
435
435
  color: #1D1D1B;
436
436
  line-height: 48px;
437
- font-family: Roboto-Regular;
437
+ font-family: GillSansMTStd-Medium;
438
438
  font-size: 14px;
439
439
  }
440
440
 
@@ -466,7 +466,7 @@ exports[`<OlympicsMedalTable> renders default keys 1`] = `
466
466
  }
467
467
 
468
468
  .c0 .pa-medaltable .pa_MedalTableView_medaltable tbody tr td:first-child {
469
- font-family: Roboto-Regular;
469
+ font-family: GillSansMTStd-Medium;
470
470
  color: #402f7a;
471
471
  }
472
472
 
@@ -482,7 +482,7 @@ exports[`<OlympicsMedalTable> renders default keys 1`] = `
482
482
  .c0 .pa-medaltable .pa_OdfFooter_ctr {
483
483
  position: relative;
484
484
  top: 60px;
485
- font-family: Roboto-Regular;
485
+ font-family: GillSansMTStd-Medium;
486
486
  color: #1D1D1B;
487
487
  }
488
488
 
@@ -556,7 +556,7 @@ exports[`<OlympicsMedalTable> renders outside of article 1`] = `
556
556
  }
557
557
 
558
558
  .c4 {
559
- font-family: Roboto-Regular;
559
+ font-family: GillSansMTStd-Medium;
560
560
  font-size: 14px;
561
561
  line-height: 20px;
562
562
  padding: 14px 16px;
@@ -574,7 +574,7 @@ exports[`<OlympicsMedalTable> renders outside of article 1`] = `
574
574
  font-size: 12px;
575
575
  line-height: 14px;
576
576
  color: #402f7a;
577
- font-family: Roboto-Regular;
577
+ font-family: GillSansMTStd-Medium;
578
578
  font-weight: normal;
579
579
  text-transform: uppercase;
580
580
  -webkit-letter-spacing: 1px;
@@ -616,7 +616,7 @@ exports[`<OlympicsMedalTable> renders outside of article 1`] = `
616
616
  .c0 .pa-medaltable .pa_MedalTableView_medaltable table thead {
617
617
  color: #1D1D1B;
618
618
  line-height: 48px;
619
- font-family: Roboto-Regular;
619
+ font-family: GillSansMTStd-Medium;
620
620
  font-size: 14px;
621
621
  }
622
622
 
@@ -648,7 +648,7 @@ exports[`<OlympicsMedalTable> renders outside of article 1`] = `
648
648
  }
649
649
 
650
650
  .c0 .pa-medaltable .pa_MedalTableView_medaltable tbody tr td:first-child {
651
- font-family: Roboto-Regular;
651
+ font-family: GillSansMTStd-Medium;
652
652
  color: #402f7a;
653
653
  }
654
654
 
@@ -664,7 +664,7 @@ exports[`<OlympicsMedalTable> renders outside of article 1`] = `
664
664
  .c0 .pa-medaltable .pa_OdfFooter_ctr {
665
665
  position: relative;
666
666
  top: 60px;
667
- font-family: Roboto-Regular;
667
+ font-family: GillSansMTStd-Medium;
668
668
  color: #1D1D1B;
669
669
  }
670
670
 
@@ -10,7 +10,7 @@ exports[`<OlympicsSchedule> click show all 1`] = `
10
10
  }
11
11
 
12
12
  .c4 {
13
- font-family: Roboto-Regular;
13
+ font-family: GillSansMTStd-Medium;
14
14
  font-size: 14px;
15
15
  line-height: 20px;
16
16
  padding: 14px 16px;
@@ -28,7 +28,7 @@ exports[`<OlympicsSchedule> click show all 1`] = `
28
28
  font-size: 12px;
29
29
  line-height: 14px;
30
30
  color: #402f7a;
31
- font-family: Roboto-Regular;
31
+ font-family: GillSansMTStd-Medium;
32
32
  font-weight: normal;
33
33
  text-transform: uppercase;
34
34
  -webkit-letter-spacing: 1px;
@@ -52,20 +52,20 @@ exports[`<OlympicsSchedule> click show all 1`] = `
52
52
 
53
53
  .c0 .pa-schedule .pa_ScheduleHeader_header {
54
54
  color: #1D1D1B;
55
- font-family: Roboto-Regular;
55
+ font-family: GillSansMTStd-Medium;
56
56
  font-size: 18px;
57
57
  background: #EDEDED;
58
58
  }
59
59
 
60
60
  .c0 .pa-schedule .pa_ScheduleHeader_filterbar {
61
61
  color: #1D1D1B;
62
- font-family: Roboto-Regular;
62
+ font-family: GillSansMTStd-Medium;
63
63
  background: #EDEDED;
64
64
  font-size: 16px;
65
65
  }
66
66
 
67
67
  .c0 .pa-schedule .pa_LoadingOverlayContainer_ctr .pa_UnitListView_ctr {
68
- font-family: Roboto-Regular;
68
+ font-family: GillSansMTStd-Medium;
69
69
  font-size: 16px;
70
70
  }
71
71
 
@@ -93,7 +93,7 @@ exports[`<OlympicsSchedule> click show all 1`] = `
93
93
  }
94
94
 
95
95
  .c0 .pa-schedule .pa_LoadingOverlayContainer_ctr .pa_UnitListView_ctr .pa_UnitListView_unit-text {
96
- font-family: Roboto-Regular;
96
+ font-family: GillSansMTStd-Medium;
97
97
  font-size: 16px;
98
98
  }
99
99
 
@@ -112,7 +112,7 @@ exports[`<OlympicsSchedule> click show all 1`] = `
112
112
  }
113
113
 
114
114
  .c0 .pa-schedule .pa_OdfFooter_ctr {
115
- font-family: Roboto-Regular;
115
+ font-family: GillSansMTStd-Medium;
116
116
  font-size: 12px;
117
117
  top: 60px;
118
118
  position: relative;
@@ -208,7 +208,7 @@ exports[`<OlympicsSchedule> render default keys 1`] = `
208
208
  }
209
209
 
210
210
  .c4 {
211
- font-family: Roboto-Regular;
211
+ font-family: GillSansMTStd-Medium;
212
212
  font-size: 14px;
213
213
  line-height: 20px;
214
214
  padding: 14px 16px;
@@ -226,7 +226,7 @@ exports[`<OlympicsSchedule> render default keys 1`] = `
226
226
  font-size: 12px;
227
227
  line-height: 14px;
228
228
  color: #402f7a;
229
- font-family: Roboto-Regular;
229
+ font-family: GillSansMTStd-Medium;
230
230
  font-weight: normal;
231
231
  text-transform: uppercase;
232
232
  -webkit-letter-spacing: 1px;
@@ -250,20 +250,20 @@ exports[`<OlympicsSchedule> render default keys 1`] = `
250
250
 
251
251
  .c0 .pa-schedule .pa_ScheduleHeader_header {
252
252
  color: #1D1D1B;
253
- font-family: Roboto-Regular;
253
+ font-family: GillSansMTStd-Medium;
254
254
  font-size: 18px;
255
255
  background: #EDEDED;
256
256
  }
257
257
 
258
258
  .c0 .pa-schedule .pa_ScheduleHeader_filterbar {
259
259
  color: #1D1D1B;
260
- font-family: Roboto-Regular;
260
+ font-family: GillSansMTStd-Medium;
261
261
  background: #EDEDED;
262
262
  font-size: 16px;
263
263
  }
264
264
 
265
265
  .c0 .pa-schedule .pa_LoadingOverlayContainer_ctr .pa_UnitListView_ctr {
266
- font-family: Roboto-Regular;
266
+ font-family: GillSansMTStd-Medium;
267
267
  font-size: 16px;
268
268
  }
269
269
 
@@ -291,7 +291,7 @@ exports[`<OlympicsSchedule> render default keys 1`] = `
291
291
  }
292
292
 
293
293
  .c0 .pa-schedule .pa_LoadingOverlayContainer_ctr .pa_UnitListView_ctr .pa_UnitListView_unit-text {
294
- font-family: Roboto-Regular;
294
+ font-family: GillSansMTStd-Medium;
295
295
  font-size: 16px;
296
296
  }
297
297
 
@@ -310,7 +310,7 @@ exports[`<OlympicsSchedule> render default keys 1`] = `
310
310
  }
311
311
 
312
312
  .c0 .pa-schedule .pa_OdfFooter_ctr {
313
- font-family: Roboto-Regular;
313
+ font-family: GillSansMTStd-Medium;
314
314
  font-size: 12px;
315
315
  top: 60px;
316
316
  position: relative;
@@ -406,7 +406,7 @@ exports[`<OlympicsSchedule> renders 1`] = `
406
406
  }
407
407
 
408
408
  .c4 {
409
- font-family: Roboto-Regular;
409
+ font-family: GillSansMTStd-Medium;
410
410
  font-size: 14px;
411
411
  line-height: 20px;
412
412
  padding: 14px 16px;
@@ -424,7 +424,7 @@ exports[`<OlympicsSchedule> renders 1`] = `
424
424
  font-size: 12px;
425
425
  line-height: 14px;
426
426
  color: #402f7a;
427
- font-family: Roboto-Regular;
427
+ font-family: GillSansMTStd-Medium;
428
428
  font-weight: normal;
429
429
  text-transform: uppercase;
430
430
  -webkit-letter-spacing: 1px;
@@ -448,20 +448,20 @@ exports[`<OlympicsSchedule> renders 1`] = `
448
448
 
449
449
  .c0 .pa-schedule .pa_ScheduleHeader_header {
450
450
  color: #1D1D1B;
451
- font-family: Roboto-Regular;
451
+ font-family: GillSansMTStd-Medium;
452
452
  font-size: 18px;
453
453
  background: #EDEDED;
454
454
  }
455
455
 
456
456
  .c0 .pa-schedule .pa_ScheduleHeader_filterbar {
457
457
  color: #1D1D1B;
458
- font-family: Roboto-Regular;
458
+ font-family: GillSansMTStd-Medium;
459
459
  background: #EDEDED;
460
460
  font-size: 16px;
461
461
  }
462
462
 
463
463
  .c0 .pa-schedule .pa_LoadingOverlayContainer_ctr .pa_UnitListView_ctr {
464
- font-family: Roboto-Regular;
464
+ font-family: GillSansMTStd-Medium;
465
465
  font-size: 16px;
466
466
  }
467
467
 
@@ -489,7 +489,7 @@ exports[`<OlympicsSchedule> renders 1`] = `
489
489
  }
490
490
 
491
491
  .c0 .pa-schedule .pa_LoadingOverlayContainer_ctr .pa_UnitListView_ctr .pa_UnitListView_unit-text {
492
- font-family: Roboto-Regular;
492
+ font-family: GillSansMTStd-Medium;
493
493
  font-size: 16px;
494
494
  }
495
495
 
@@ -508,7 +508,7 @@ exports[`<OlympicsSchedule> renders 1`] = `
508
508
  }
509
509
 
510
510
  .c0 .pa-schedule .pa_OdfFooter_ctr {
511
- font-family: Roboto-Regular;
511
+ font-family: GillSansMTStd-Medium;
512
512
  font-size: 12px;
513
513
  top: 60px;
514
514
  position: relative;
@@ -604,7 +604,7 @@ exports[`<OlympicsSchedule> renders outside of article 1`] = `
604
604
  }
605
605
 
606
606
  .c4 {
607
- font-family: Roboto-Regular;
607
+ font-family: GillSansMTStd-Medium;
608
608
  font-size: 14px;
609
609
  line-height: 20px;
610
610
  padding: 14px 16px;
@@ -622,7 +622,7 @@ exports[`<OlympicsSchedule> renders outside of article 1`] = `
622
622
  font-size: 12px;
623
623
  line-height: 14px;
624
624
  color: #402f7a;
625
- font-family: Roboto-Regular;
625
+ font-family: GillSansMTStd-Medium;
626
626
  font-weight: normal;
627
627
  text-transform: uppercase;
628
628
  -webkit-letter-spacing: 1px;
@@ -646,20 +646,20 @@ exports[`<OlympicsSchedule> renders outside of article 1`] = `
646
646
 
647
647
  .c0 .pa-schedule .pa_ScheduleHeader_header {
648
648
  color: #1D1D1B;
649
- font-family: Roboto-Regular;
649
+ font-family: GillSansMTStd-Medium;
650
650
  font-size: 18px;
651
651
  background: #EDEDED;
652
652
  }
653
653
 
654
654
  .c0 .pa-schedule .pa_ScheduleHeader_filterbar {
655
655
  color: #1D1D1B;
656
- font-family: Roboto-Regular;
656
+ font-family: GillSansMTStd-Medium;
657
657
  background: #EDEDED;
658
658
  font-size: 16px;
659
659
  }
660
660
 
661
661
  .c0 .pa-schedule .pa_LoadingOverlayContainer_ctr .pa_UnitListView_ctr {
662
- font-family: Roboto-Regular;
662
+ font-family: GillSansMTStd-Medium;
663
663
  font-size: 16px;
664
664
  }
665
665
 
@@ -687,7 +687,7 @@ exports[`<OlympicsSchedule> renders outside of article 1`] = `
687
687
  }
688
688
 
689
689
  .c0 .pa-schedule .pa_LoadingOverlayContainer_ctr .pa_UnitListView_ctr .pa_UnitListView_unit-text {
690
- font-family: Roboto-Regular;
690
+ font-family: GillSansMTStd-Medium;
691
691
  font-size: 16px;
692
692
  }
693
693
 
@@ -706,7 +706,7 @@ exports[`<OlympicsSchedule> renders outside of article 1`] = `
706
706
  }
707
707
 
708
708
  .c0 .pa-schedule .pa_OdfFooter_ctr {
709
- font-family: Roboto-Regular;
709
+ font-family: GillSansMTStd-Medium;
710
710
  font-size: 12px;
711
711
  top: 60px;
712
712
  position: relative;
@@ -6,7 +6,7 @@ exports[`OptaFootballFixtures should render correctly 1`] = `
6
6
  class="sc-bdVaJa giUBsz"
7
7
  >
8
8
  <div
9
- class="sc-htpNat sc-ifAKCX iKjrlk"
9
+ class="sc-htpNat sc-ifAKCX ceXVkP"
10
10
  />
11
11
  <div
12
12
  class="sc-bwzfXH kVYHKf"
@@ -23,7 +23,7 @@ exports[`OptaFootballFixtures should render correctly 2`] = `
23
23
  class="sc-bdVaJa hGXeaj"
24
24
  >
25
25
  <div
26
- class="sc-htpNat sc-ifAKCX iKjrlk"
26
+ class="sc-htpNat sc-ifAKCX ceXVkP"
27
27
  >
28
28
  <div>
29
29
  Widget
@@ -6,7 +6,7 @@ exports[`OptaFootballMatchStats should render correctly 1`] = `
6
6
  class="sc-bdVaJa giUBsz"
7
7
  >
8
8
  <div
9
- class="sc-htpNat sc-bxivhb haYBet"
9
+ class="sc-htpNat sc-bxivhb ljTAFU"
10
10
  />
11
11
  <div
12
12
  class="sc-bwzfXH kVYHKf"
@@ -23,7 +23,7 @@ exports[`OptaFootballMatchStats should render correctly 2`] = `
23
23
  class="sc-bdVaJa hGXeaj"
24
24
  >
25
25
  <div
26
- class="sc-htpNat sc-bxivhb haYBet"
26
+ class="sc-htpNat sc-bxivhb ljTAFU"
27
27
  >
28
28
  <div>
29
29
  Widget
@@ -6,7 +6,7 @@ exports[`OptaFootballStandings should render correctly 1`] = `
6
6
  class="sc-bdVaJa giUBsz"
7
7
  >
8
8
  <div
9
- class="sc-htpNat sc-bxivhb TmsDm"
9
+ class="sc-htpNat sc-bxivhb cPAtKK"
10
10
  />
11
11
  <div
12
12
  class="sc-bwzfXH kVYHKf"
@@ -23,7 +23,7 @@ exports[`OptaFootballStandings should render correctly 2`] = `
23
23
  class="sc-bdVaJa hGXeaj"
24
24
  >
25
25
  <div
26
- class="sc-htpNat sc-bxivhb TmsDm"
26
+ class="sc-htpNat sc-bxivhb cPAtKK"
27
27
  >
28
28
  <div>
29
29
  Widget
@@ -6,7 +6,7 @@ exports[`OptaFootballSummary should render correctly 1`] = `
6
6
  class="sc-bdVaJa giUBsz"
7
7
  >
8
8
  <div
9
- class="sc-htpNat sc-bxivhb kZYVGU"
9
+ class="sc-htpNat sc-bxivhb hHhneA"
10
10
  />
11
11
  <div
12
12
  class="sc-bwzfXH kVYHKf"
@@ -23,7 +23,7 @@ exports[`OptaFootballSummary should render correctly 2`] = `
23
23
  class="sc-bdVaJa hGXeaj"
24
24
  >
25
25
  <div
26
- class="sc-htpNat sc-bxivhb kZYVGU"
26
+ class="sc-htpNat sc-bxivhb hHhneA"
27
27
  >
28
28
  <div>
29
29
  Widget
@@ -6,7 +6,7 @@ exports[`OptaRugbyFixtures should render correctly 1`] = `
6
6
  class="sc-bdVaJa giUBsz"
7
7
  >
8
8
  <div
9
- class="sc-htpNat sc-ifAKCX iuBsRb"
9
+ class="sc-htpNat sc-ifAKCX cyWAhZ"
10
10
  />
11
11
  <div
12
12
  class="sc-bwzfXH kVYHKf"
@@ -23,7 +23,7 @@ exports[`OptaRugbyFixtures should render correctly 2`] = `
23
23
  class="sc-bdVaJa hGXeaj"
24
24
  >
25
25
  <div
26
- class="sc-htpNat sc-ifAKCX iuBsRb"
26
+ class="sc-htpNat sc-ifAKCX cyWAhZ"
27
27
  >
28
28
  <div>
29
29
  Widget
@@ -6,7 +6,7 @@ exports[`OptaRugbyMatchStats should render correctly 1`] = `
6
6
  class="sc-bdVaJa giUBsz"
7
7
  >
8
8
  <div
9
- class="sc-htpNat sc-bxivhb haYBet"
9
+ class="sc-htpNat sc-bxivhb ljTAFU"
10
10
  />
11
11
  <div
12
12
  class="sc-bwzfXH kVYHKf"
@@ -23,7 +23,7 @@ exports[`OptaRugbyMatchStats should render correctly 2`] = `
23
23
  class="sc-bdVaJa hGXeaj"
24
24
  >
25
25
  <div
26
- class="sc-htpNat sc-bxivhb haYBet"
26
+ class="sc-htpNat sc-bxivhb ljTAFU"
27
27
  >
28
28
  <div>
29
29
  Widget
@@ -6,7 +6,7 @@ exports[`OptaRugbyStandings should render correctly 1`] = `
6
6
  class="sc-bdVaJa giUBsz"
7
7
  >
8
8
  <div
9
- class="sc-htpNat sc-bxivhb eqVwPd"
9
+ class="sc-htpNat sc-bxivhb NeYJk"
10
10
  />
11
11
  <div
12
12
  class="sc-bwzfXH kVYHKf"
@@ -23,7 +23,7 @@ exports[`OptaRugbyStandings should render correctly 2`] = `
23
23
  class="sc-bdVaJa hGXeaj"
24
24
  >
25
25
  <div
26
- class="sc-htpNat sc-bxivhb eqVwPd"
26
+ class="sc-htpNat sc-bxivhb NeYJk"
27
27
  >
28
28
  <div>
29
29
  Widget
@@ -6,7 +6,7 @@ exports[`OptaRugbySummary should render correctly 1`] = `
6
6
  class="sc-bdVaJa giUBsz"
7
7
  >
8
8
  <div
9
- class="sc-htpNat sc-bxivhb jwRGRU"
9
+ class="sc-htpNat sc-bxivhb kCSvNb"
10
10
  />
11
11
  <div
12
12
  class="sc-bwzfXH kVYHKf"
@@ -23,7 +23,7 @@ exports[`OptaRugbySummary should render correctly 2`] = `
23
23
  class="sc-bdVaJa hGXeaj"
24
24
  >
25
25
  <div
26
- class="sc-htpNat sc-bxivhb jwRGRU"
26
+ class="sc-htpNat sc-bxivhb kCSvNb"
27
27
  >
28
28
  <div>
29
29
  Widget
@@ -15,7 +15,7 @@ const isValidEnvironment = (name: string) =>
15
15
  ['local-prod', 'pr', 'uat', 'staging', 'prod'].includes(name);
16
16
 
17
17
  export const getSectionText = (section: string): string => {
18
- if (['scotland', 'ireland'].includes(section)) {
18
+ if (['scotland', 'ireland', 'times2'].includes(section)) {
19
19
  return section.charAt(0).toUpperCase() + section.slice(1);
20
20
  }
21
21
  return section;
@@ -51,7 +51,7 @@ exports[`RelatedArticleSlice renders 1 1`] = `
51
51
  class="shared-styles__SideBySideColumn-sc-1kek94e-1 jOKfAL"
52
52
  >
53
53
  <p
54
- class="shared-styles__Label-sc-1kek94e-2 ijxkXb"
54
+ class="shared-styles__Label-sc-1kek94e-2 IvuEf"
55
55
  >
56
56
  Comment
57
57
  </p>
@@ -67,12 +67,12 @@ exports[`RelatedArticleSlice renders 1 1`] = `
67
67
  </a>
68
68
  </div>
69
69
  <p
70
- class="styles__DateTime-sc-1p1alcs-0 gqTqqJ"
70
+ class="styles__DateTime-sc-1p1alcs-0 lgyzmN"
71
71
  >
72
72
  May 05 2021, 12.01am
73
73
  </p>
74
74
  <p
75
- class="styles__Byline-sc-1p1alcs-1 dNmwSq"
75
+ class="styles__Byline-sc-1p1alcs-1 eJxJuH"
76
76
  >
77
77
  Steve Hewitt
78
78
  </p>
@@ -143,7 +143,7 @@ exports[`RelatedArticleSlice renders 2 1`] = `
143
143
  class="shared-styles__SideBySideColumn-sc-1kek94e-1 jNutGa"
144
144
  >
145
145
  <p
146
- class="shared-styles__Label-sc-1kek94e-2 ijxkXb"
146
+ class="shared-styles__Label-sc-1kek94e-2 IvuEf"
147
147
  >
148
148
  Comment
149
149
  </p>
@@ -284,7 +284,7 @@ exports[`RelatedArticleSlice renders 3 1`] = `
284
284
  class="shared-styles__SideBySideColumn-sc-1kek94e-1 jNutGa"
285
285
  >
286
286
  <p
287
- class="shared-styles__Label-sc-1kek94e-2 ijxkXb"
287
+ class="shared-styles__Label-sc-1kek94e-2 IvuEf"
288
288
  >
289
289
  Comment
290
290
  </p>
@@ -394,7 +394,7 @@ exports[`RelatedArticleSlice renders 3 1`] = `
394
394
  </a>
395
395
  </div>
396
396
  <p
397
- class="styles__TimeSince-p3h2iu-1 hXPzMf"
397
+ class="styles__TimeSince-p3h2iu-1 lgXIbS"
398
398
  >
399
399
  3 days ago
400
400
  </p>
@@ -3,7 +3,7 @@
3
3
  exports[`SaveStar should render the initial loading state correctly 1`] = `
4
4
  <DocumentFragment>
5
5
  <div
6
- class="sc-htpNat kAeOTu"
6
+ class="sc-htpNat ffLxAf"
7
7
  >
8
8
  Save
9
9
  </div>
@@ -26,7 +26,7 @@ exports[`SaveStar should render the initial loading state correctly 1`] = `
26
26
  exports[`SaveStar should render the saved state 1`] = `
27
27
  <DocumentFragment>
28
28
  <div
29
- class="sc-htpNat kAeOTu"
29
+ class="sc-htpNat ffLxAf"
30
30
  >
31
31
  Saved
32
32
  </div>
@@ -61,7 +61,7 @@ exports[`SaveStar should render the saved state 1`] = `
61
61
  exports[`SaveStar should render the unsaved state 1`] = `
62
62
  <DocumentFragment>
63
63
  <div
64
- class="sc-htpNat kAeOTu"
64
+ class="sc-htpNat ffLxAf"
65
65
  >
66
66
  Save
67
67
  </div>
@@ -17,7 +17,7 @@ exports[`UpdatedTimestamp shows timestamp with an overrided color 1`] = `
17
17
  class="sc-bdVaJa cSmEjS"
18
18
  >
19
19
  <div
20
- class="sc-bwzfXH fQYvT"
20
+ class="sc-bwzfXH gjKjda"
21
21
  color="yellow"
22
22
  data-testid="DateTimeUpdated"
23
23
  >
@@ -5,7 +5,7 @@ exports[`<TextCrop> bottom adjustment 1`] = `
5
5
  .c0 {
6
6
  background-color: #ffb;
7
7
  padding: 0;
8
- font-family: Roboto-Regular;
8
+ font-family: GillSansMTStd-Medium;
9
9
  }
10
10
 
11
11
  .c0::before,
@@ -37,7 +37,7 @@ exports[`<TextCrop> default 1`] = `
37
37
  .c0 {
38
38
  background-color: #ffb;
39
39
  padding: 0;
40
- font-family: Roboto-Regular;
40
+ font-family: GillSansMTStd-Medium;
41
41
  }
42
42
 
43
43
  .c0::before,
@@ -69,7 +69,7 @@ exports[`<TextCrop> line height 1`] = `
69
69
  .c0 {
70
70
  background-color: #ffb;
71
71
  padding: 0;
72
- font-family: Roboto-Regular;
72
+ font-family: GillSansMTStd-Medium;
73
73
  line-height: 1;
74
74
  }
75
75
 
@@ -133,7 +133,7 @@ exports[`<TextCrop> top adjustment 1`] = `
133
133
  .c0 {
134
134
  background-color: #ffb;
135
135
  padding: 0;
136
- font-family: Roboto-Regular;
136
+ font-family: GillSansMTStd-Medium;
137
137
  }
138
138
 
139
139
  .c0::before,