@financial-times/cp-content-pipeline-schema 5.0.0 → 5.0.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
@@ -1,5 +1,12 @@
1
1
  # Changelog
2
2
 
3
+ ## [5.0.1](https://github.com/Financial-Times/cp-content-pipeline/compare/cp-content-pipeline-schema-v5.0.0...cp-content-pipeline-schema-v5.0.1) (2026-05-20)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * ci-3632 toppers responsive images were set too small for their display ranges ([0800f88](https://github.com/Financial-Times/cp-content-pipeline/commit/0800f883660f961579fc0fcd2c980a1abcda6552))
9
+
3
10
  ## [5.0.0](https://github.com/Financial-Times/cp-content-pipeline/compare/cp-content-pipeline-schema-v4.3.0...cp-content-pipeline-schema-v5.0.0) (2026-05-14)
4
11
 
5
12
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@financial-times/cp-content-pipeline-schema",
3
- "version": "5.0.0",
3
+ "version": "5.0.1",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "scripts": {
@@ -170,10 +170,10 @@ fragment Topper on Topper {
170
170
  }
171
171
  }
172
172
  ... on ImageWide {
173
- normal: sourceSet(width: 1220) {
173
+ normal: sourceSet(width: 1440) {
174
174
  ...ImageSource
175
175
  }
176
- widest: sourceSet(width: 1440) {
176
+ widest: sourceSet(width: 1920) {
177
177
  ...ImageSource
178
178
  }
179
179
  }
@@ -187,21 +187,19 @@ fragment Topper on Topper {
187
187
  }
188
188
  }
189
189
  ... on ImageStandard {
190
- sourceSet(width: 800) {
190
+ sourceSet(width: 1220) {
191
191
  ...ImageSource
192
192
  }
193
193
  }
194
194
  ... on ImageWide {
195
- normal: sourceSet(width: 1220) {
196
- ...ImageSource
197
- }
198
- wide: sourceSet(width: 1440) {
195
+ normal: sourceSet(width: 1440) {
199
196
  ...ImageSource
200
197
  }
201
- wideL: sourceSet(width: 1920) {
198
+ wide: sourceSet(width: 1920) {
202
199
  ...ImageSource
203
200
  }
204
- wideXL: sourceSet(width: 3840) {
201
+ # maximum image service width is 3840px
202
+ wideL: sourceSet(width: 3840) {
205
203
  ...ImageSource
206
204
  }
207
205
  }
@@ -251,10 +249,10 @@ fragment Topper on Topper {
251
249
  small: sourceSet(width: 490) {
252
250
  ...ImageSource
253
251
  }
254
- normal: sourceSet(width: 740) {
252
+ normal: sourceSet(width: 1440) {
255
253
  ...ImageSource
256
254
  }
257
- wide: sourceSet(width: 1067) {
255
+ wide: sourceSet(width: 1920) {
258
256
  ...ImageSource
259
257
  }
260
258
  }