@times-components/ts-components 1.47.1 → 1.48.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.
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,33 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [1.48.2](https://github.com/newsuk/times-components/compare/@times-components/ts-components@1.48.1...@times-components/ts-components@1.48.2) (2022-07-11)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @times-components/ts-components
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
## [1.48.1](https://github.com/newsuk/times-components/compare/@times-components/ts-components@1.48.0...@times-components/ts-components@1.48.1) (2022-07-11)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @times-components/ts-components
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
# [1.48.0](https://github.com/newsuk/times-components/compare/@times-components/ts-components@1.47.1...@times-components/ts-components@1.48.0) (2022-07-11)
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
### Features
|
|
26
|
+
|
|
27
|
+
* **TDP-1708:** removed react native from related articles ([#3016](https://github.com/newsuk/times-components/issues/3016)) ([e67b4dc](https://github.com/newsuk/times-components/commit/e67b4dc299e38dd86430f6c7f5d922437cfa27f2))
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
|
|
6
33
|
## [1.47.1](https://github.com/newsuk/times-components/compare/@times-components/ts-components@1.47.0...@times-components/ts-components@1.47.1) (2022-07-08)
|
|
7
34
|
|
|
8
35
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@times-components/ts-components",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.48.2",
|
|
4
4
|
"description": "Reuseable Typescript React Components",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"dev": "dist/index.js",
|
|
@@ -50,17 +50,17 @@
|
|
|
50
50
|
"node": ">=8.9"
|
|
51
51
|
},
|
|
52
52
|
"dependencies": {
|
|
53
|
-
"@times-components/button": "2.5.
|
|
54
|
-
"@times-components/date-publication": "0.22.
|
|
55
|
-
"@times-components/icons": "2.18.
|
|
56
|
-
"@times-components/image": "6.12.
|
|
57
|
-
"@times-components/link": "3.10.
|
|
58
|
-
"@times-components/provider": "1.32.
|
|
53
|
+
"@times-components/button": "2.5.25",
|
|
54
|
+
"@times-components/date-publication": "0.22.25",
|
|
55
|
+
"@times-components/icons": "2.18.2",
|
|
56
|
+
"@times-components/image": "6.12.2",
|
|
57
|
+
"@times-components/link": "3.10.7",
|
|
58
|
+
"@times-components/provider": "1.32.2",
|
|
59
59
|
"@times-components/provider-queries": "2.17.0",
|
|
60
|
-
"@times-components/related-articles": "6.
|
|
61
|
-
"@times-components/ts-slices": "1.3.
|
|
62
|
-
"@times-components/ts-styleguide": "1.36.
|
|
63
|
-
"@times-components/utils": "6.
|
|
60
|
+
"@times-components/related-articles": "6.11.2",
|
|
61
|
+
"@times-components/ts-slices": "1.3.25",
|
|
62
|
+
"@times-components/ts-styleguide": "1.36.4",
|
|
63
|
+
"@times-components/utils": "6.13.0",
|
|
64
64
|
"algoliasearch": "4.9.0",
|
|
65
65
|
"date-fns": "2.28.0",
|
|
66
66
|
"date-fns-tz": "1.3.3",
|
|
@@ -83,7 +83,7 @@
|
|
|
83
83
|
"@testing-library/jest-dom": "^5.12.0",
|
|
84
84
|
"@testing-library/react": "^12.1.2",
|
|
85
85
|
"@times-components/provider-test-tools": "1.26.5",
|
|
86
|
-
"@times-components/storybook": "4.2.
|
|
86
|
+
"@times-components/storybook": "4.2.25",
|
|
87
87
|
"@times-components/test-utils": "2.3.10",
|
|
88
88
|
"@types/graphql": "14.0.3",
|
|
89
89
|
"@types/jest": "24.9.1",
|
|
@@ -119,5 +119,5 @@
|
|
|
119
119
|
"@testing-library/jest-dom/extend-expect"
|
|
120
120
|
]
|
|
121
121
|
},
|
|
122
|
-
"gitHead": "
|
|
122
|
+
"gitHead": "82e59ed70206b8f9828ac060d5e8e4a3025aebd9"
|
|
123
123
|
}
|
package/src/components/latest-from-section/__tests__/__snapshots__/LatestFromSection.test.tsx.snap
CHANGED
|
@@ -3,18 +3,16 @@
|
|
|
3
3
|
exports[`<LatestFromSection> no data 1`] = `
|
|
4
4
|
<DocumentFragment>
|
|
5
5
|
<div
|
|
6
|
-
class="
|
|
6
|
+
class="tc-view__TcView-nuazoi-0 fPjBcr"
|
|
7
7
|
>
|
|
8
8
|
<div
|
|
9
|
-
class="
|
|
10
|
-
style="align-items: center; border-bottom-color:
|
|
9
|
+
class="tc-view__TcView-nuazoi-0 fPjBcr"
|
|
10
|
+
style="align-items: center; border-bottom-color: #DBDBDB; border-bottom-width: 1px; border-style: solid; border-top-color: #DBDBDB; border-top-width: 1px; display: flex; justify-content: center; padding: 15px;"
|
|
11
11
|
>
|
|
12
12
|
<h3
|
|
13
13
|
aria-level="3"
|
|
14
|
-
class="
|
|
15
|
-
dir="auto"
|
|
14
|
+
class="related-articles-heading__HeadingForRelatedArticles-sc-1m1bjcq-0 cDImeD"
|
|
16
15
|
role="heading"
|
|
17
|
-
style="color: rgb(51, 51, 51); font-family: TimesModern-Bold; font-size: 25px; line-height: 27px; padding-top: 5px;"
|
|
18
16
|
>
|
|
19
17
|
Latest from Sport
|
|
20
18
|
</h3>
|
|
@@ -26,18 +24,16 @@ exports[`<LatestFromSection> no data 1`] = `
|
|
|
26
24
|
exports[`<LatestFromSection> renders 1`] = `
|
|
27
25
|
<DocumentFragment>
|
|
28
26
|
<div
|
|
29
|
-
class="
|
|
27
|
+
class="tc-view__TcView-nuazoi-0 fPjBcr"
|
|
30
28
|
>
|
|
31
29
|
<div
|
|
32
|
-
class="
|
|
33
|
-
style="align-items: center; border-bottom-color:
|
|
30
|
+
class="tc-view__TcView-nuazoi-0 fPjBcr"
|
|
31
|
+
style="align-items: center; border-bottom-color: #DBDBDB; border-bottom-width: 1px; border-style: solid; border-top-color: #DBDBDB; border-top-width: 1px; display: flex; justify-content: center; padding: 15px;"
|
|
34
32
|
>
|
|
35
33
|
<h3
|
|
36
34
|
aria-level="3"
|
|
37
|
-
class="
|
|
38
|
-
dir="auto"
|
|
35
|
+
class="related-articles-heading__HeadingForRelatedArticles-sc-1m1bjcq-0 cDImeD"
|
|
39
36
|
role="heading"
|
|
40
|
-
style="color: rgb(51, 51, 51); font-family: TimesModern-Bold; font-size: 25px; line-height: 27px; padding-top: 5px;"
|
|
41
37
|
>
|
|
42
38
|
Latest from Sport
|
|
43
39
|
</h3>
|
|
@@ -62,7 +58,7 @@ exports[`<LatestFromSection> renders 1`] = `
|
|
|
62
58
|
href="https://www.thetimes.co.uk/article/the-entire-tour-de-france-bows-to-the-greatness-of-mark-cavendish-2zq0zgfmn"
|
|
63
59
|
>
|
|
64
60
|
<div
|
|
65
|
-
class="
|
|
61
|
+
class="tc-view__TcView-nuazoi-0 fPjBcr"
|
|
66
62
|
>
|
|
67
63
|
<div
|
|
68
64
|
class="tc-view__TcView-nuazoi-0 fPjBcr"
|
|
@@ -137,7 +133,7 @@ exports[`<LatestFromSection> renders 1`] = `
|
|
|
137
133
|
The entire Tour bows to the greatness of Cavendish
|
|
138
134
|
</div>
|
|
139
135
|
<div
|
|
140
|
-
class="
|
|
136
|
+
class="tc-view__TcView-nuazoi-0 fPjBcr"
|
|
141
137
|
>
|
|
142
138
|
<div
|
|
143
139
|
class="summaryHidden summary125Class tc-text__TcText-sc-15igzev-0 lhcAkf"
|
|
@@ -202,7 +198,7 @@ exports[`<LatestFromSection> renders 1`] = `
|
|
|
202
198
|
href="https://www.thetimes.co.uk/article/jordan-pickford-repels-everything-germans-muster-ktkcvc85p"
|
|
203
199
|
>
|
|
204
200
|
<div
|
|
205
|
-
class="
|
|
201
|
+
class="tc-view__TcView-nuazoi-0 fPjBcr"
|
|
206
202
|
>
|
|
207
203
|
<div
|
|
208
204
|
class="tc-view__TcView-nuazoi-0 fPjBcr"
|
|
@@ -277,7 +273,7 @@ exports[`<LatestFromSection> renders 1`] = `
|
|
|
277
273
|
Flawless Pickford repels everything Germans muster
|
|
278
274
|
</div>
|
|
279
275
|
<div
|
|
280
|
-
class="
|
|
276
|
+
class="tc-view__TcView-nuazoi-0 fPjBcr"
|
|
281
277
|
>
|
|
282
278
|
<div
|
|
283
279
|
class="summaryHidden summary125Class tc-text__TcText-sc-15igzev-0 lhcAkf"
|
|
@@ -342,7 +338,7 @@ exports[`<LatestFromSection> renders 1`] = `
|
|
|
342
338
|
href="https://www.thetimes.co.uk/article/the-tactical-masterstrokes-behind-englands-ruthless-win-s2s5j6k8l"
|
|
343
339
|
>
|
|
344
340
|
<div
|
|
345
|
-
class="
|
|
341
|
+
class="tc-view__TcView-nuazoi-0 fPjBcr"
|
|
346
342
|
>
|
|
347
343
|
<div
|
|
348
344
|
class="tc-view__TcView-nuazoi-0 fPjBcr"
|
|
@@ -417,7 +413,7 @@ exports[`<LatestFromSection> renders 1`] = `
|
|
|
417
413
|
The tactical masterstrokes behind England’s ruthless win
|
|
418
414
|
</div>
|
|
419
415
|
<div
|
|
420
|
-
class="
|
|
416
|
+
class="tc-view__TcView-nuazoi-0 fPjBcr"
|
|
421
417
|
>
|
|
422
418
|
<div
|
|
423
419
|
class="summaryHidden summary125Class tc-text__TcText-sc-15igzev-0 lhcAkf"
|