@times-components/ts-components 1.16.2 → 1.16.3
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 +8 -0
- package/package.json +4 -4
- package/src/components/latest-from-section/__tests__/__snapshots__/LatestFromSection.test.tsx.snap +3 -0
- package/src/components/newsletter-puff/__tests__/__snapshots__/InlineNewsletterPuff.test.tsx.snap +4 -0
- package/src/components/newsletter-puff/__tests__/__snapshots__/PreviewNewsletterPuff.test.tsx.snap +1 -0
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,14 @@
|
|
|
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.16.3](https://github.com/newsuk/times-components/compare/@times-components/ts-components@1.16.2...@times-components/ts-components@1.16.3) (2022-01-10)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @times-components/ts-components
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
## [1.16.2](https://github.com/newsuk/times-components/compare/@times-components/ts-components@1.16.1...@times-components/ts-components@1.16.2) (2022-01-07)
|
|
7
15
|
|
|
8
16
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@times-components/ts-components",
|
|
3
|
-
"version": "1.16.
|
|
3
|
+
"version": "1.16.3",
|
|
4
4
|
"description": "Reuseable Typescript React Components",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"dev": "dist/index.js",
|
|
@@ -52,11 +52,11 @@
|
|
|
52
52
|
"@times-components/button": "2.4.68",
|
|
53
53
|
"@times-components/date-publication": "0.21.65",
|
|
54
54
|
"@times-components/icons": "2.16.7",
|
|
55
|
-
"@times-components/image": "6.8.
|
|
55
|
+
"@times-components/image": "6.8.12",
|
|
56
56
|
"@times-components/link": "3.6.48",
|
|
57
57
|
"@times-components/provider": "1.28.2",
|
|
58
58
|
"@times-components/provider-queries": "2.15.3",
|
|
59
|
-
"@times-components/related-articles": "6.6.
|
|
59
|
+
"@times-components/related-articles": "6.6.24",
|
|
60
60
|
"@times-components/styleguide": "3.38.26",
|
|
61
61
|
"@times-components/ts-slices": "1.2.1",
|
|
62
62
|
"@times-components/utils": "6.5.10",
|
|
@@ -115,5 +115,5 @@
|
|
|
115
115
|
"@testing-library/jest-dom/extend-expect"
|
|
116
116
|
]
|
|
117
117
|
},
|
|
118
|
-
"gitHead": "
|
|
118
|
+
"gitHead": "63aa8eb8b72f68b8e91d0de7267b1857639ba64b"
|
|
119
119
|
}
|
package/src/components/latest-from-section/__tests__/__snapshots__/LatestFromSection.test.tsx.snap
CHANGED
|
@@ -97,6 +97,7 @@ exports[`<LatestFromSection> renders 1`] = `
|
|
|
97
97
|
>
|
|
98
98
|
<div
|
|
99
99
|
class="css-view-1dbjc4n"
|
|
100
|
+
data-testid="Image"
|
|
100
101
|
>
|
|
101
102
|
<div
|
|
102
103
|
style="padding-bottom: 56.25%;"
|
|
@@ -245,6 +246,7 @@ exports[`<LatestFromSection> renders 1`] = `
|
|
|
245
246
|
>
|
|
246
247
|
<div
|
|
247
248
|
class="css-view-1dbjc4n"
|
|
249
|
+
data-testid="Image"
|
|
248
250
|
>
|
|
249
251
|
<div
|
|
250
252
|
style="padding-bottom: 56.25%;"
|
|
@@ -393,6 +395,7 @@ exports[`<LatestFromSection> renders 1`] = `
|
|
|
393
395
|
>
|
|
394
396
|
<div
|
|
395
397
|
class="css-view-1dbjc4n"
|
|
398
|
+
data-testid="Image"
|
|
396
399
|
>
|
|
397
400
|
<div
|
|
398
401
|
style="padding-bottom: 56.25%;"
|
package/src/components/newsletter-puff/__tests__/__snapshots__/InlineNewsletterPuff.test.tsx.snap
CHANGED
|
@@ -11,6 +11,7 @@ exports[`Inline Newsletter Puff Clicking Subscribe renders 'saving' when the but
|
|
|
11
11
|
>
|
|
12
12
|
<div
|
|
13
13
|
class="css-view-1dbjc4n"
|
|
14
|
+
data-testid="Image"
|
|
14
15
|
>
|
|
15
16
|
<div
|
|
16
17
|
style="padding-bottom: 70.42253521126761%;"
|
|
@@ -91,6 +92,7 @@ exports[`Inline Newsletter Puff Manage preferences renders the success view aft
|
|
|
91
92
|
>
|
|
92
93
|
<div
|
|
93
94
|
class="css-view-1dbjc4n"
|
|
95
|
+
data-testid="Image"
|
|
94
96
|
>
|
|
95
97
|
<div
|
|
96
98
|
style="padding-bottom: 70.42253521126761%;"
|
|
@@ -229,6 +231,7 @@ exports[`Inline Newsletter Puff renders signup state 1`] = `
|
|
|
229
231
|
>
|
|
230
232
|
<div
|
|
231
233
|
class="css-view-1dbjc4n"
|
|
234
|
+
data-testid="Image"
|
|
232
235
|
>
|
|
233
236
|
<div
|
|
234
237
|
style="padding-bottom: 70.42253521126761%;"
|
|
@@ -309,6 +312,7 @@ exports[`Inline Newsletter Puff renders signup view when not already subscribed
|
|
|
309
312
|
>
|
|
310
313
|
<div
|
|
311
314
|
class="css-view-1dbjc4n"
|
|
315
|
+
data-testid="Image"
|
|
312
316
|
>
|
|
313
317
|
<div
|
|
314
318
|
style="padding-bottom: 70.42253521126761%;"
|