@times-components/ts-components 1.98.0 → 1.98.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.98.1](https://github.com/newsuk/times-components/compare/@times-components/ts-components@1.98.0...@times-components/ts-components@1.98.1) (2024-07-08)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* **TMD-529:** add background colour to image container ([#3883](https://github.com/newsuk/times-components/issues/3883)) ([034e31d](https://github.com/newsuk/times-components/commit/034e31dd00463ff6ec431ca7425179e1ad5495c6))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
6
17
|
# [1.98.0](https://github.com/newsuk/times-components/compare/@times-components/ts-components@1.97.1...@times-components/ts-components@1.98.0) (2024-07-02)
|
|
7
18
|
|
|
8
19
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@times-components/ts-components",
|
|
3
|
-
"version": "1.98.
|
|
3
|
+
"version": "1.98.1",
|
|
4
4
|
"description": "Reuseable Typescript React Components ",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"dev": "dist/index.js",
|
|
@@ -53,11 +53,11 @@
|
|
|
53
53
|
"@times-components/button": "2.10.61",
|
|
54
54
|
"@times-components/date-publication": "0.30.34",
|
|
55
55
|
"@times-components/icons": "2.22.12",
|
|
56
|
-
"@times-components/image": "6.18.
|
|
56
|
+
"@times-components/image": "6.18.1",
|
|
57
57
|
"@times-components/link": "3.17.34",
|
|
58
58
|
"@times-components/provider": "1.40.35",
|
|
59
59
|
"@times-components/provider-queries": "2.21.1",
|
|
60
|
-
"@times-components/related-articles": "6.17.
|
|
60
|
+
"@times-components/related-articles": "6.17.75",
|
|
61
61
|
"@times-components/ts-slices": "1.9.22",
|
|
62
62
|
"@times-components/ts-styleguide": "1.50.34",
|
|
63
63
|
"@times-components/utils": "6.26.0",
|
|
@@ -115,5 +115,5 @@
|
|
|
115
115
|
"@testing-library/jest-dom/extend-expect"
|
|
116
116
|
]
|
|
117
117
|
},
|
|
118
|
-
"gitHead": "
|
|
118
|
+
"gitHead": "14054b4b2f567910b8f5703e311ad2b522f834b3"
|
|
119
119
|
}
|
package/src/components/latest-from-section/__tests__/__snapshots__/LatestFromSection.test.tsx.snap
CHANGED
|
@@ -70,6 +70,7 @@ exports[`<LatestFromSection> renders 1`] = `
|
|
|
70
70
|
>
|
|
71
71
|
<div
|
|
72
72
|
class="tc-view__TcView-nuazoi-0 fPjBcr"
|
|
73
|
+
style="background-color: rgb(239, 239, 239);"
|
|
73
74
|
>
|
|
74
75
|
<div
|
|
75
76
|
style="padding-bottom: 56.25%;"
|
|
@@ -159,6 +160,7 @@ exports[`<LatestFromSection> renders 1`] = `
|
|
|
159
160
|
>
|
|
160
161
|
<div
|
|
161
162
|
class="tc-view__TcView-nuazoi-0 fPjBcr"
|
|
163
|
+
style="background-color: rgb(239, 239, 239);"
|
|
162
164
|
>
|
|
163
165
|
<div
|
|
164
166
|
style="padding-bottom: 56.25%;"
|
|
@@ -248,6 +250,7 @@ exports[`<LatestFromSection> renders 1`] = `
|
|
|
248
250
|
>
|
|
249
251
|
<div
|
|
250
252
|
class="tc-view__TcView-nuazoi-0 fPjBcr"
|
|
253
|
+
style="background-color: rgb(239, 239, 239);"
|
|
251
254
|
>
|
|
252
255
|
<div
|
|
253
256
|
style="padding-bottom: 56.25%;"
|