@times-components/ts-components 1.41.1 → 1.42.0
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,17 @@
|
|
|
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.42.0](https://github.com/newsuk/times-components/compare/@times-components/ts-components@1.41.1...@times-components/ts-components@1.42.0) (2022-06-15)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **TDP-1710:** remove react native from card ([#2987](https://github.com/newsuk/times-components/issues/2987)) ([c15a39c](https://github.com/newsuk/times-components/commit/c15a39cd20952fca8fad4dc92ccf200a9cba604d))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
6
17
|
## [1.41.1](https://github.com/newsuk/times-components/compare/@times-components/ts-components@1.41.0...@times-components/ts-components@1.41.1) (2022-06-14)
|
|
7
18
|
|
|
8
19
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@times-components/ts-components",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.42.0",
|
|
4
4
|
"description": "Reuseable Typescript React Components",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"dev": "dist/index.js",
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
"@times-components/link": "3.10.5",
|
|
58
58
|
"@times-components/provider": "1.32.0",
|
|
59
59
|
"@times-components/provider-queries": "2.17.0",
|
|
60
|
-
"@times-components/related-articles": "6.8.
|
|
60
|
+
"@times-components/related-articles": "6.8.25",
|
|
61
61
|
"@times-components/ts-slices": "1.3.24",
|
|
62
62
|
"@times-components/ts-styleguide": "1.36.2",
|
|
63
63
|
"@times-components/utils": "6.12.1",
|
|
@@ -119,5 +119,5 @@
|
|
|
119
119
|
"@testing-library/jest-dom/extend-expect"
|
|
120
120
|
]
|
|
121
121
|
},
|
|
122
|
-
"gitHead": "
|
|
122
|
+
"gitHead": "cd8ec375bb2217262d3ab6940d771ad639929622"
|
|
123
123
|
}
|
package/src/components/latest-from-section/__tests__/__snapshots__/LatestFromSection.test.tsx.snap
CHANGED
|
@@ -65,12 +65,13 @@ exports[`<LatestFromSection> renders 1`] = `
|
|
|
65
65
|
class="css-view-1dbjc4n"
|
|
66
66
|
>
|
|
67
67
|
<div
|
|
68
|
-
class="
|
|
68
|
+
class="tc-view__TcView-nuazoi-0 fPjBcr"
|
|
69
|
+
data-adam-test="item2"
|
|
69
70
|
style="align-items: flex-start; display: flex; flex-direction: row; flex-wrap: wrap; justify-content: flex-end;"
|
|
70
71
|
>
|
|
71
72
|
<div
|
|
72
|
-
class="imageContainerClass
|
|
73
|
-
|
|
73
|
+
class="imageContainerClass tc-view__TcView-nuazoi-0 fPjBcr"
|
|
74
|
+
data-adam-test="item1"
|
|
74
75
|
>
|
|
75
76
|
<div
|
|
76
77
|
class="tc-view__TcView-nuazoi-0 fPjBcr"
|
|
@@ -112,8 +113,8 @@ exports[`<LatestFromSection> renders 1`] = `
|
|
|
112
113
|
</div>
|
|
113
114
|
</div>
|
|
114
115
|
<div
|
|
115
|
-
class="
|
|
116
|
-
|
|
116
|
+
class="tc-view__TcView-nuazoi-0 contentContainerClass card-content__TcCardContainer-sc-1w0wvq8-0 hzpWKJ"
|
|
117
|
+
data-adam-test="item3"
|
|
117
118
|
>
|
|
118
119
|
<div
|
|
119
120
|
class="css-view-1dbjc4n"
|
|
@@ -212,12 +213,13 @@ exports[`<LatestFromSection> renders 1`] = `
|
|
|
212
213
|
class="css-view-1dbjc4n"
|
|
213
214
|
>
|
|
214
215
|
<div
|
|
215
|
-
class="
|
|
216
|
+
class="tc-view__TcView-nuazoi-0 fPjBcr"
|
|
217
|
+
data-adam-test="item2"
|
|
216
218
|
style="align-items: flex-start; display: flex; flex-direction: row; flex-wrap: wrap; justify-content: flex-end;"
|
|
217
219
|
>
|
|
218
220
|
<div
|
|
219
|
-
class="imageContainerClass
|
|
220
|
-
|
|
221
|
+
class="imageContainerClass tc-view__TcView-nuazoi-0 fPjBcr"
|
|
222
|
+
data-adam-test="item1"
|
|
221
223
|
>
|
|
222
224
|
<div
|
|
223
225
|
class="tc-view__TcView-nuazoi-0 fPjBcr"
|
|
@@ -259,8 +261,8 @@ exports[`<LatestFromSection> renders 1`] = `
|
|
|
259
261
|
</div>
|
|
260
262
|
</div>
|
|
261
263
|
<div
|
|
262
|
-
class="
|
|
263
|
-
|
|
264
|
+
class="tc-view__TcView-nuazoi-0 contentContainerClass card-content__TcCardContainer-sc-1w0wvq8-0 hzpWKJ"
|
|
265
|
+
data-adam-test="item3"
|
|
264
266
|
>
|
|
265
267
|
<div
|
|
266
268
|
class="css-view-1dbjc4n"
|
|
@@ -359,12 +361,13 @@ exports[`<LatestFromSection> renders 1`] = `
|
|
|
359
361
|
class="css-view-1dbjc4n"
|
|
360
362
|
>
|
|
361
363
|
<div
|
|
362
|
-
class="
|
|
364
|
+
class="tc-view__TcView-nuazoi-0 fPjBcr"
|
|
365
|
+
data-adam-test="item2"
|
|
363
366
|
style="align-items: flex-start; display: flex; flex-direction: row; flex-wrap: wrap; justify-content: flex-end;"
|
|
364
367
|
>
|
|
365
368
|
<div
|
|
366
|
-
class="imageContainerClass
|
|
367
|
-
|
|
369
|
+
class="imageContainerClass tc-view__TcView-nuazoi-0 fPjBcr"
|
|
370
|
+
data-adam-test="item1"
|
|
368
371
|
>
|
|
369
372
|
<div
|
|
370
373
|
class="tc-view__TcView-nuazoi-0 fPjBcr"
|
|
@@ -406,8 +409,8 @@ exports[`<LatestFromSection> renders 1`] = `
|
|
|
406
409
|
</div>
|
|
407
410
|
</div>
|
|
408
411
|
<div
|
|
409
|
-
class="
|
|
410
|
-
|
|
412
|
+
class="tc-view__TcView-nuazoi-0 contentContainerClass card-content__TcCardContainer-sc-1w0wvq8-0 hzpWKJ"
|
|
413
|
+
data-adam-test="item3"
|
|
411
414
|
>
|
|
412
415
|
<div
|
|
413
416
|
class="css-view-1dbjc4n"
|