@times-components/ts-components 1.43.0 → 1.43.1
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.43.1](https://github.com/newsuk/times-components/compare/@times-components/ts-components@1.43.0...@times-components/ts-components@1.43.1) (2022-06-17)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* **TDP-1710:** remove react native from card ([#2990](https://github.com/newsuk/times-components/issues/2990)) ([b85b821](https://github.com/newsuk/times-components/commit/b85b821eab278262e7ee176e7bc467acf412c8c9))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
6
17
|
# [1.43.0](https://github.com/newsuk/times-components/compare/@times-components/ts-components@1.42.0...@times-components/ts-components@1.43.0) (2022-06-16)
|
|
7
18
|
|
|
8
19
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@times-components/ts-components",
|
|
3
|
-
"version": "1.43.
|
|
3
|
+
"version": "1.43.1",
|
|
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.27",
|
|
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": "98476ab48683aa80ee7a8cf3b36c73248a6c3ba7"
|
|
123
123
|
}
|
package/src/components/latest-from-section/__tests__/__snapshots__/LatestFromSection.test.tsx.snap
CHANGED
|
@@ -66,12 +66,11 @@ exports[`<LatestFromSection> renders 1`] = `
|
|
|
66
66
|
>
|
|
67
67
|
<div
|
|
68
68
|
class="tc-view__TcView-nuazoi-0 fPjBcr"
|
|
69
|
-
|
|
70
|
-
style="align-items: flex-start; display: flex; flex-direction: row; flex-wrap: wrap; justify-content: flex-end;"
|
|
69
|
+
style="align-items: flex-start; display: block; flex-direction: row; flex-wrap: wrap; justify-content: flex-end;"
|
|
71
70
|
>
|
|
72
71
|
<div
|
|
73
72
|
class="imageContainerClass tc-view__TcView-nuazoi-0 fPjBcr"
|
|
74
|
-
|
|
73
|
+
style="flex: 1; margin-bottom: 10px; min-width: 100%;"
|
|
75
74
|
>
|
|
76
75
|
<div
|
|
77
76
|
class="tc-view__TcView-nuazoi-0 fPjBcr"
|
|
@@ -114,7 +113,6 @@ exports[`<LatestFromSection> renders 1`] = `
|
|
|
114
113
|
</div>
|
|
115
114
|
<div
|
|
116
115
|
class="tc-view__TcView-nuazoi-0 contentContainerClass card-content__TcCardContainer-sc-1w0wvq8-0 hzpWKJ"
|
|
117
|
-
data-adam-test="item3"
|
|
118
116
|
>
|
|
119
117
|
<div
|
|
120
118
|
class="css-view-1dbjc4n"
|
|
@@ -214,12 +212,11 @@ exports[`<LatestFromSection> renders 1`] = `
|
|
|
214
212
|
>
|
|
215
213
|
<div
|
|
216
214
|
class="tc-view__TcView-nuazoi-0 fPjBcr"
|
|
217
|
-
|
|
218
|
-
style="align-items: flex-start; display: flex; flex-direction: row; flex-wrap: wrap; justify-content: flex-end;"
|
|
215
|
+
style="align-items: flex-start; display: block; flex-direction: row; flex-wrap: wrap; justify-content: flex-end;"
|
|
219
216
|
>
|
|
220
217
|
<div
|
|
221
218
|
class="imageContainerClass tc-view__TcView-nuazoi-0 fPjBcr"
|
|
222
|
-
|
|
219
|
+
style="flex: 1; margin-bottom: 10px; min-width: 100%;"
|
|
223
220
|
>
|
|
224
221
|
<div
|
|
225
222
|
class="tc-view__TcView-nuazoi-0 fPjBcr"
|
|
@@ -262,7 +259,6 @@ exports[`<LatestFromSection> renders 1`] = `
|
|
|
262
259
|
</div>
|
|
263
260
|
<div
|
|
264
261
|
class="tc-view__TcView-nuazoi-0 contentContainerClass card-content__TcCardContainer-sc-1w0wvq8-0 hzpWKJ"
|
|
265
|
-
data-adam-test="item3"
|
|
266
262
|
>
|
|
267
263
|
<div
|
|
268
264
|
class="css-view-1dbjc4n"
|
|
@@ -362,12 +358,11 @@ exports[`<LatestFromSection> renders 1`] = `
|
|
|
362
358
|
>
|
|
363
359
|
<div
|
|
364
360
|
class="tc-view__TcView-nuazoi-0 fPjBcr"
|
|
365
|
-
|
|
366
|
-
style="align-items: flex-start; display: flex; flex-direction: row; flex-wrap: wrap; justify-content: flex-end;"
|
|
361
|
+
style="align-items: flex-start; display: block; flex-direction: row; flex-wrap: wrap; justify-content: flex-end;"
|
|
367
362
|
>
|
|
368
363
|
<div
|
|
369
364
|
class="imageContainerClass tc-view__TcView-nuazoi-0 fPjBcr"
|
|
370
|
-
|
|
365
|
+
style="flex: 1; margin-bottom: 10px; min-width: 100%;"
|
|
371
366
|
>
|
|
372
367
|
<div
|
|
373
368
|
class="tc-view__TcView-nuazoi-0 fPjBcr"
|
|
@@ -410,7 +405,6 @@ exports[`<LatestFromSection> renders 1`] = `
|
|
|
410
405
|
</div>
|
|
411
406
|
<div
|
|
412
407
|
class="tc-view__TcView-nuazoi-0 contentContainerClass card-content__TcCardContainer-sc-1w0wvq8-0 hzpWKJ"
|
|
413
|
-
data-adam-test="item3"
|
|
414
408
|
>
|
|
415
409
|
<div
|
|
416
410
|
class="css-view-1dbjc4n"
|