@times-components/ts-components 1.44.2 → 1.45.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.45.0](https://github.com/newsuk/times-components/compare/@times-components/ts-components@1.44.2...@times-components/ts-components@1.45.0) (2022-06-22)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **TDP-1421:** Remove react native from 'times-components/slice-layout' package ([#2994](https://github.com/newsuk/times-components/issues/2994)) ([dc5dc4d](https://github.com/newsuk/times-components/commit/dc5dc4da032565a727e4e62adfc5b606ad60c298))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
6
17
|
## [1.44.2](https://github.com/newsuk/times-components/compare/@times-components/ts-components@1.44.1...@times-components/ts-components@1.44.2) (2022-06-21)
|
|
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.45.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.
|
|
60
|
+
"@times-components/related-articles": "6.9.0",
|
|
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": "738b64dec5921bf78b4ae06049f9b8ab8f3e84e5"
|
|
123
123
|
}
|
package/src/components/latest-from-section/__tests__/__snapshots__/LatestFromSection.test.tsx.snap
CHANGED
|
@@ -43,16 +43,16 @@ exports[`<LatestFromSection> renders 1`] = `
|
|
|
43
43
|
</h3>
|
|
44
44
|
</div>
|
|
45
45
|
<div
|
|
46
|
-
class="
|
|
46
|
+
class="tc-view__TcView-nuazoi-0 config__Base-bs1997-0 config__Base-bs1997-2 gpmFGs"
|
|
47
47
|
>
|
|
48
48
|
<div
|
|
49
|
-
class="
|
|
49
|
+
class="tc-view__TcView-nuazoi-0 responsive__SliceContainer-sc-1kirgpc-0 dOGrmV"
|
|
50
50
|
>
|
|
51
51
|
<div
|
|
52
|
-
class="
|
|
52
|
+
class="tc-view__TcView-nuazoi-0 responsive__Base-sc-1lqbq6a-1 responsive__Base-sc-1lqbq6a-2 responsive__Base-sc-1lqbq6a-4 fwcUxi"
|
|
53
53
|
>
|
|
54
54
|
<div
|
|
55
|
-
class="
|
|
55
|
+
class="tc-view__TcView-nuazoi-0 responsive__ChildContainer-sc-1lqbq6a-0 wGIJh"
|
|
56
56
|
>
|
|
57
57
|
<div
|
|
58
58
|
data-testid="related-article-item"
|
|
@@ -195,10 +195,10 @@ exports[`<LatestFromSection> renders 1`] = `
|
|
|
195
195
|
</div>
|
|
196
196
|
</div>
|
|
197
197
|
<div
|
|
198
|
-
class="
|
|
198
|
+
class="tc-view__TcView-nuazoi-0 responsive-sc-1kirgpc-1 kpLnTa"
|
|
199
199
|
/>
|
|
200
200
|
<div
|
|
201
|
-
class="
|
|
201
|
+
class="tc-view__TcView-nuazoi-0 responsive__ChildContainer-sc-1lqbq6a-0 wGIJh"
|
|
202
202
|
>
|
|
203
203
|
<div
|
|
204
204
|
data-testid="related-article-item"
|
|
@@ -341,10 +341,10 @@ exports[`<LatestFromSection> renders 1`] = `
|
|
|
341
341
|
</div>
|
|
342
342
|
</div>
|
|
343
343
|
<div
|
|
344
|
-
class="
|
|
344
|
+
class="tc-view__TcView-nuazoi-0 responsive-sc-1kirgpc-1 kpLnTa"
|
|
345
345
|
/>
|
|
346
346
|
<div
|
|
347
|
-
class="
|
|
347
|
+
class="tc-view__TcView-nuazoi-0 responsive__ChildContainer-sc-1lqbq6a-0 wGIJh"
|
|
348
348
|
>
|
|
349
349
|
<div
|
|
350
350
|
data-testid="related-article-item"
|