@financial-times/o-teaser 7.1.4 → 7.2.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
@@ -1,5 +1,19 @@
1
1
  # Changelog
2
2
 
3
+ ## [7.2.0](https://github.com/Financial-Times/origami/compare/o-teaser-v7.1.5...o-teaser-v7.2.0) (2025-09-22)
4
+
5
+
6
+ ### Features
7
+
8
+ * use image service v3 in o-teaser ([e9748e4](https://github.com/Financial-Times/origami/commit/e9748e4b28fc6591f052dd531e707889514b0bee))
9
+
10
+ ## [7.1.5](https://github.com/Financial-Times/origami/compare/o-teaser-v7.1.4...o-teaser-v7.1.5) (2025-06-30)
11
+
12
+
13
+ ### Bug Fixes
14
+
15
+ * move JSX to React namespace to support React v19 ([8663b25](https://github.com/Financial-Times/origami/commit/8663b255b002d99deb6ccab833be189f07284f55))
16
+
3
17
  ## [7.1.4](https://github.com/Financial-Times/origami/compare/o-teaser-v7.1.3...o-teaser-v7.1.4) (2025-06-17)
4
18
 
5
19
 
package/MIGRATION.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # Migration guide
2
2
 
3
+ ### Migrating to v7.2.0
4
+
5
+ v7.2.0 includes a change to use Image Service V3. Whilst the change should be unobtrusive, there are some checks you will need to perform.
6
+
7
+ Image service V3 uses a hosts configuration, meaning **a valid system code must be used in order to make image requests** this can be set in your Sass configuration as a global.
8
+
9
+ ```scss
10
+ //global scope of your Sass code
11
+ $system-code: 'next-article';
12
+ ```
13
+
14
+ Your system must appear in the valid hosts for the Image Service, please refer to the [Image Service documentation](https://github.com/Financial-Times/image-service?tab=readme-ov-file#systems--hosts).
15
+
3
16
  ## Migrating from v6 to v7
4
17
 
5
18
  This major release introduces a new design language and visually breaking changes. This includes mobile optimised typography, icons, and buttons. It also removes peer dependencies from deprecated "o2" components.
package/origami.json CHANGED
@@ -35,7 +35,7 @@
35
35
  "template": "demos/src/demo.mustache",
36
36
  "data": {
37
37
  "is-live": true,
38
- "article-image-url": "https://www.ft.com/__origami/service/image/v2/images/raw/http%3A%2F%2Fim.ft-static.com%2Fcontent%2Fimages%2Fa60ae24b-b87f-439c-bf1b-6e54946b4cf2.img?width=180&source=o-teaser-demo",
38
+ "article-image-url": "https://images.ft.com/v3/image/raw/http%3A%2F%2Fim.ft-static.com%2Fcontent%2Fimages%2Fa60ae24b-b87f-439c-bf1b-6e54946b4cf2.img?width=180&source=origami",
39
39
  "article-modifier": "live",
40
40
  "article-tag": "World",
41
41
  "article-heading": "Japan sells negative yield 10-year bonds",
@@ -165,7 +165,7 @@
165
165
  "template": "demos/src/demo.mustache",
166
166
  "data": {
167
167
  "article-tag": "World",
168
- "article-image-url": "https://www.ft.com/__origami/service/image/v2/images/raw/http%3A%2F%2Fim.ft-static.com%2Fcontent%2Fimages%2Fa60ae24b-b87f-439c-bf1b-6e54946b4cf2.img?width=180&source=o-teaser-demo",
168
+ "article-image-url": "https://images.ft.com/v3/image/raw/http%3A%2F%2Fim.ft-static.com%2Fcontent%2Fimages%2Fa60ae24b-b87f-439c-bf1b-6e54946b4cf2.img?width=180&source=origami",
169
169
  "article-timestamp": "2016-02-29T12:35:48Z",
170
170
  "article-heading": "Japan sells negative yield 10-year bonds",
171
171
  "article-standfirst": "Bondholders pay government for the privilege of lending it money"
@@ -179,7 +179,7 @@
179
179
  "data": {
180
180
  "article-modifier": "image-position-right",
181
181
  "article-tag": "World",
182
- "article-image-url": "https://www.ft.com/__origami/service/image/v2/images/raw/http%3A%2F%2Fim.ft-static.com%2Fcontent%2Fimages%2Fa60ae24b-b87f-439c-bf1b-6e54946b4cf2.img?width=180&source=o-teaser-demo",
182
+ "article-image-url": "https://images.ft.com/v3/image/raw/http%3A%2F%2Fim.ft-static.com%2Fcontent%2Fimages%2Fa60ae24b-b87f-439c-bf1b-6e54946b4cf2.img?width=180&source=origami",
183
183
  "article-timestamp": "2016-02-29T12:35:48Z",
184
184
  "article-heading": "Japan sells negative yield 10-year bonds",
185
185
  "article-standfirst": "Bondholders pay government for the privilege of lending it money"
@@ -193,7 +193,7 @@
193
193
  "data": {
194
194
  "article-tag": "World",
195
195
  "article-modifier": "stacked",
196
- "article-image-url": "https://www.ft.com/__origami/service/image/v2/images/raw/http%3A%2F%2Fim.ft-static.com%2Fcontent%2Fimages%2Fa60ae24b-b87f-439c-bf1b-6e54946b4cf2.img?width=180&source=o-teaser-demo",
196
+ "article-image-url": "https://images.ft.com/v3/image/raw/http%3A%2F%2Fim.ft-static.com%2Fcontent%2Fimages%2Fa60ae24b-b87f-439c-bf1b-6e54946b4cf2.img?width=180&source=origami",
197
197
  "article-timestamp": "2016-02-29T12:35:48Z",
198
198
  "article-heading": "Japan sells negative yield 10-year bonds",
199
199
  "article-standfirst": "Bondholders pay government for the privilege of lending it money"
@@ -226,7 +226,7 @@
226
226
  "article-duration": "4:15min",
227
227
  "article-heading": "Future energy in Scottish mountains",
228
228
  "article-timestamp": "2016-02-29T12:35:48Z",
229
- "article-image-url": "https://www.ft.com/__origami/service/image/v2/images/raw/http%3A%2F%2Fim.ft-static.com%2Fcontent%2Fimages%2Fa60ae24b-b87f-439c-bf1b-6e54946b4cf2.img?width=180&source=o-teaser-demo",
229
+ "article-image-url": "https://images.ft.com/v3/image/raw/http%3A%2F%2Fim.ft-static.com%2Fcontent%2Fimages%2Fa60ae24b-b87f-439c-bf1b-6e54946b4cf2.img?width=180&source=origami",
230
230
  "article-standfirst": "Bondholders pay government for the privilege of lending it money"
231
231
  }
232
232
  },
@@ -243,7 +243,7 @@
243
243
  "article-tag-prefix": "Video",
244
244
  "article-tag": "World",
245
245
  "article-duration": "4:15min",
246
- "article-image-url": "https://www.ft.com/__origami/service/image/v2/images/raw/http%3A%2F%2Fim.ft-static.com%2Fcontent%2Fimages%2Fa60ae24b-b87f-439c-bf1b-6e54946b4cf2.img?width=280&source=o-teaser-demo",
246
+ "article-image-url": "https://images.ft.com/v3/image/raw/http%3A%2F%2Fim.ft-static.com%2Fcontent%2Fimages%2Fa60ae24b-b87f-439c-bf1b-6e54946b4cf2.img?width=280&source=origami",
247
247
  "article-timestamp": "2016-02-29T12:35:48Z",
248
248
  "article-heading": "Japan sells negative yield 10-year bonds",
249
249
  "article-standfirst": "Bondholders pay government for the privilege of lending it money"
@@ -273,7 +273,7 @@
273
273
  "article-duration": "4 mins",
274
274
  "article-heading": "Shoshana Zuboff on surveillance capitalism",
275
275
  "article-timestamp": "2019-02-13T12:35:48Z",
276
- "article-image-url": "https://www.ft.com/__origami/service/image/v2/images/raw/http%3A%2F%2Fprod-upp-image-read.ft.com%2F5d1a54aa-f49b-11e8-ae55-df4bf40f9d0d?width=240&source=o-teaser-demo"
276
+ "article-image-url": "https://images.ft.com/v3/image/raw/http%3A%2F%2Fprod-upp-image-read.ft.com%2F5d1a54aa-f49b-11e8-ae55-df4bf40f9d0d?width=240&source=origami"
277
277
  }
278
278
  },
279
279
  {
@@ -288,7 +288,7 @@
288
288
  ],
289
289
  "article-tag": "World",
290
290
  "article-duration": "4 mins",
291
- "article-image-url": "https://www.ft.com/__origami/service/image/v2/images/raw/http%3A%2F%2Fprod-upp-image-read.ft.com%2F5d1a54aa-f49b-11e8-ae55-df4bf40f9d0d?width=280&source=o-teaser-demo",
291
+ "article-image-url": "https://images.ft.com/v3/image/raw/http%3A%2F%2Fprod-upp-image-read.ft.com%2F5d1a54aa-f49b-11e8-ae55-df4bf40f9d0d?width=280&source=origami",
292
292
  "article-timestamp": "2019-02-13T12:35:48Z",
293
293
  "article-heading": "Shoshana Zuboff on surveillance capitalism",
294
294
  "article-standfirst": "John Thornhill talks to the social scientist Shoshana Zuboff about her book, The Age…"
@@ -300,7 +300,7 @@
300
300
  "description": "Opinion teaser with no image",
301
301
  "template": "demos/src/demo.mustache",
302
302
  "data": {
303
- "article-headshot": "https://www.ft.com/__origami/service/image/v2/images/raw/fthead:martin-wolf?source=origami&width=75&tint=054593,fff1e0",
303
+ "article-headshot": "https://images.ft.com/v3/image/raw/fthead:martin-wolf?source=origami&width=75&tint=054593,fff1e0",
304
304
  "article-modifier": "opinion o-teaser--has-headshot",
305
305
  "article-tag": "Mrs Moneypenny",
306
306
  "article-timestamp": "2016-02-29T12:35:48Z",
@@ -325,7 +325,7 @@
325
325
  "description": "Large teaser default theme with image",
326
326
  "template": "demos/src/demo-large.mustache",
327
327
  "data": {
328
- "article-image-url": "https://www.ft.com/__origami/service/image/v2/images/raw/http%3A%2F%2Fim.ft-static.com%2Fcontent%2Fimages%2Fa60ae24b-b87f-439c-bf1b-6e54946b4cf2.img?width=280&source=o-teaser-demo",
328
+ "article-image-url": "https://images.ft.com/v3/image/raw/http%3A%2F%2Fim.ft-static.com%2Fcontent%2Fimages%2Fa60ae24b-b87f-439c-bf1b-6e54946b4cf2.img?width=280&source=origami",
329
329
  "article-tag": "World",
330
330
  "article-timestamp": "2016-02-29T12:35:48Z",
331
331
  "article-heading": "Japan sells negative yield 10-year bonds",
@@ -338,7 +338,7 @@
338
338
  "description": "Large teaser opinion theme",
339
339
  "template": "demos/src/demo-large.mustache",
340
340
  "data": {
341
- "article-image-url": "https://www.ft.com/__origami/service/image/v2/images/raw/http%3A%2F%2Fim.ft-static.com%2Fcontent%2Fimages%2Fa60ae24b-b87f-439c-bf1b-6e54946b4cf2.img?width=280&source=o-teaser-demo",
341
+ "article-image-url": "https://images.ft.com/v3/image/raw/http%3A%2F%2Fim.ft-static.com%2Fcontent%2Fimages%2Fa60ae24b-b87f-439c-bf1b-6e54946b4cf2.img?width=280&source=origami",
342
342
  "article-modifier": "opinion o-teaser--opinion-background",
343
343
  "article-tag": "World",
344
344
  "article-timestamp": "2016-02-29T12:35:48Z",
@@ -352,7 +352,7 @@
352
352
  "description": "Hero teaser default theme",
353
353
  "template": "demos/src/demo-hero.mustache",
354
354
  "data": {
355
- "article-image-url": "https://www.ft.com/__origami/service/image/v2/images/raw/http%3A%2F%2Fim.ft-static.com%2Fcontent%2Fimages%2Fa60ae24b-b87f-439c-bf1b-6e54946b4cf2.img?width=280&source=o-teaser-demo",
355
+ "article-image-url": "https://images.ft.com/v3/image/raw/http%3A%2F%2Fim.ft-static.com%2Fcontent%2Fimages%2Fa60ae24b-b87f-439c-bf1b-6e54946b4cf2.img?width=280&source=origami",
356
356
  "article-modifier": "",
357
357
  "article-tag": "World",
358
358
  "article-timestamp": "2016-02-29T12:35:48Z",
@@ -366,7 +366,7 @@
366
366
  "description": "Hero teaser highlight theme",
367
367
  "template": "demos/src/demo-hero.mustache",
368
368
  "data": {
369
- "article-image-url": "https://www.ft.com/__origami/service/image/v2/images/raw/http%3A%2F%2Fim.ft-static.com%2Fcontent%2Fimages%2Fa60ae24b-b87f-439c-bf1b-6e54946b4cf2.img?width=280&source=o-teaser-demo",
369
+ "article-image-url": "https://images.ft.com/v3/image/raw/http%3A%2F%2Fim.ft-static.com%2Fcontent%2Fimages%2Fa60ae24b-b87f-439c-bf1b-6e54946b4cf2.img?width=280&source=origami",
370
370
  "article-modifier": "highlight",
371
371
  "article-tag": "Brexit",
372
372
  "article-heading": "Japan sells negative yield 10-year bonds",
@@ -379,7 +379,7 @@
379
379
  "description": "Hero teaser opinion theme",
380
380
  "template": "demos/src/demo-hero.mustache",
381
381
  "data": {
382
- "article-image-url": "https://www.ft.com/__origami/service/image/v2/images/raw/http%3A%2F%2Fim.ft-static.com%2Fcontent%2Fimages%2Fa60ae24b-b87f-439c-bf1b-6e54946b4cf2.img?width=280&source=o-teaser-demo",
382
+ "article-image-url": "https://images.ft.com/v3/image/raw/http%3A%2F%2Fim.ft-static.com%2Fcontent%2Fimages%2Fa60ae24b-b87f-439c-bf1b-6e54946b4cf2.img?width=280&source=origami",
383
383
  "article-modifier": "opinion",
384
384
  "article-tag": "Brexit",
385
385
  "article-heading": "Japan sells negative yield 10-year bonds",
@@ -392,7 +392,7 @@
392
392
  "description": "Hero teaser default theme centred",
393
393
  "template": "demos/src/demo-hero.mustache",
394
394
  "data": {
395
- "article-image-url": "https://www.ft.com/__origami/service/image/v2/images/raw/http%3A%2F%2Fim.ft-static.com%2Fcontent%2Fimages%2Fa60ae24b-b87f-439c-bf1b-6e54946b4cf2.img?width=280&source=o-teaser-demo",
395
+ "article-image-url": "https://images.ft.com/v3/image/raw/http%3A%2F%2Fim.ft-static.com%2Fcontent%2Fimages%2Fa60ae24b-b87f-439c-bf1b-6e54946b4cf2.img?width=280&source=origami",
396
396
  "article-modifier": "centre",
397
397
  "article-tag": "Brexit",
398
398
  "article-heading": "Japan sells negative yield 10-year bonds",
@@ -405,7 +405,7 @@
405
405
  "description": "Hero teaser extra theme centred",
406
406
  "template": "demos/src/demo-large-modifiers.mustache",
407
407
  "data": {
408
- "article-image-url": "https://www.ft.com/__origami/service/image/v2/images/raw/http%3A%2F%2Fim.ft-static.com%2Fcontent%2Fimages%2Fa60ae24b-b87f-439c-bf1b-6e54946b4cf2.img?width=280&source=o-teaser-demo",
408
+ "article-image-url": "https://images.ft.com/v3/image/raw/http%3A%2F%2Fim.ft-static.com%2Fcontent%2Fimages%2Fa60ae24b-b87f-439c-bf1b-6e54946b4cf2.img?width=280&source=origami",
409
409
  "article-modifier": "centre o-teaser--hero o-teaser--extra-article",
410
410
  "article-tag-prefix": "Review",
411
411
  "article-tag": "World",
@@ -419,7 +419,7 @@
419
419
  "description": "Hero teaser with featured image. On large viewports the teaser title overlays the image. On smaller viewports the typical hero teaser is shown, including themes such as opinion and highlight.",
420
420
  "template": "demos/src/demo-hero-image.mustache",
421
421
  "data": {
422
- "article-image-url": "https://www.ft.com/__origami/service/image/v2/images/raw/http%3A%2F%2Fim.ft-static.com%2Fcontent%2Fimages%2Fa60ae24b-b87f-439c-bf1b-6e54946b4cf2.img?width=280&source=o-teaser-demo",
422
+ "article-image-url": "https://images.ft.com/v3/image/raw/http%3A%2F%2Fim.ft-static.com%2Fcontent%2Fimages%2Fa60ae24b-b87f-439c-bf1b-6e54946b4cf2.img?width=280&source=origami",
423
423
  "article-modifier": "opinion",
424
424
  "article-tag": "Brexit",
425
425
  "article-heading": "Japan sells negative yield 10-year bonds"
@@ -444,7 +444,7 @@
444
444
  "description": "Top story teaser hero standalone theme",
445
445
  "template": "demos/src/demo-hero.mustache",
446
446
  "data": {
447
- "article-image-url": "https://www.ft.com/__origami/service/image/v2/images/raw/http%3A%2F%2Fim.ft-static.com%2Fcontent%2Fimages%2Fa60ae24b-b87f-439c-bf1b-6e54946b4cf2.img?width=280&source=o-teaser-demo",
447
+ "article-image-url": "https://images.ft.com/v3/image/raw/http%3A%2F%2Fim.ft-static.com%2Fcontent%2Fimages%2Fa60ae24b-b87f-439c-bf1b-6e54946b4cf2.img?width=280&source=origami",
448
448
  "article-modifier": "standalone",
449
449
  "article-tag": "Brexit",
450
450
  "article-heading": "Japan sells negative yield 10-year bonds"
@@ -480,7 +480,7 @@
480
480
  "template": "demos/src/demo-top-story.mustache",
481
481
  "data": {
482
482
  "article-modifier": "landscape",
483
- "article-image-url": "https://www.ft.com/__origami/service/image/v2/images/raw/http%3A%2F%2Fim.ft-static.com%2Fcontent%2Fimages%2Fa60ae24b-b87f-439c-bf1b-6e54946b4cf2.img?width=280&source=o-teaser-demo",
483
+ "article-image-url": "https://images.ft.com/v3/image/raw/http%3A%2F%2Fim.ft-static.com%2Fcontent%2Fimages%2Fa60ae24b-b87f-439c-bf1b-6e54946b4cf2.img?width=280&source=origami",
484
484
  "article-tag": "Brexit",
485
485
  "article-heading": "Japan sells negative yield 10-year bonds",
486
486
  "article-standfirst": "Bondholders pay government for the privilege of lending it money",
@@ -504,7 +504,7 @@
504
504
  "template": "demos/src/demo-top-story.mustache",
505
505
  "data": {
506
506
  "article-modifier": "big-story",
507
- "article-image-url": "https://www.ft.com/__origami/service/image/v2/images/raw/http%3A%2F%2Fim.ft-static.com%2Fcontent%2Fimages%2Fa60ae24b-b87f-439c-bf1b-6e54946b4cf2.img?url=http%253A%252F%252Fim.ft-static.com%252Fcontent%252Fimages%252Fa60ae24b-b87f-439c-bf1b-6e54946b4cf2.img&source=o-teaser-demo&width=400&height=400&fit=cover&format=auto&quality=medium",
507
+ "article-image-url": "https://images.ft.com/v3/image/raw/http%3A%2F%2Fim.ft-static.com%2Fcontent%2Fimages%2Fa60ae24b-b87f-439c-bf1b-6e54946b4cf2.img?url=http%253A%252F%252Fim.ft-static.com%252Fcontent%252Fimages%252Fa60ae24b-b87f-439c-bf1b-6e54946b4cf2.img&source=origami&width=400&height=400&fit=cover&format=auto&quality=medium",
508
508
  "article-heading": "Japan sells negative yield 10-year bonds",
509
509
  "article-timestamp": "2016-02-29T12:35:48Z",
510
510
  "article-standfirst": "Bondholders pay government for the privilege of lending it money"
@@ -523,7 +523,7 @@
523
523
  "article-duration": "4:15min",
524
524
  "article-heading": "Future energy in Scottish mountains",
525
525
  "article-timestamp": "2016-02-29T12:35:48Z",
526
- "article-image-url": "https://www.ft.com/__origami/service/image/v2/images/raw/http%3A%2F%2Fim.ft-static.com%2Fcontent%2Fimages%2Fa60ae24b-b87f-439c-bf1b-6e54946b4cf2.img?width=180&source=o-teaser-demo",
526
+ "article-image-url": "https://images.ft.com/v3/image/raw/http%3A%2F%2Fim.ft-static.com%2Fcontent%2Fimages%2Fa60ae24b-b87f-439c-bf1b-6e54946b4cf2.img?width=180&source=origami",
527
527
  "article-standfirst": "Bondholders pay government for the privilege of lending it money"
528
528
  }
529
529
  },
@@ -539,7 +539,7 @@
539
539
  "article-duration": "4 mins",
540
540
  "article-heading": "Shoshana Zuboff on surveillance capitalism",
541
541
  "article-timestamp": "2019-02-13T12:35:48Z",
542
- "article-image-url": "https://www.ft.com/__origami/service/image/v2/images/raw/http%3A%2F%2Fprod-upp-image-read.ft.com%2F5d1a54aa-f49b-11e8-ae55-df4bf40f9d0d?width=180&source=o-teaser-demo"
542
+ "article-image-url": "https://images.ft.com/v3/image/raw/http%3A%2F%2Fprod-upp-image-read.ft.com%2F5d1a54aa-f49b-11e8-ae55-df4bf40f9d0d?width=180&source=origami"
543
543
  }
544
544
  },
545
545
  {
@@ -562,7 +562,7 @@
562
562
  "hidden": true,
563
563
  "data": {
564
564
  "article-modifier": "large-portrait",
565
- "article-image-url": "https://www.ft.com/__origami/service/image/v2/images/raw/http%3A%2F%2Fim.ft-static.com%2Fcontent%2Fimages%2Fa60ae24b-b87f-439c-bf1b-6e54946b4cf2.img?width=280&source=o-teaser-demo",
565
+ "article-image-url": "https://images.ft.com/v3/image/raw/http%3A%2F%2Fim.ft-static.com%2Fcontent%2Fimages%2Fa60ae24b-b87f-439c-bf1b-6e54946b4cf2.img?width=280&source=origami",
566
566
  "article-tag-prefix": "Review",
567
567
  "article-tag": "World",
568
568
  "article-timestamp": "2016-02-29T12:35:48Z",
@@ -578,7 +578,7 @@
578
578
  "hidden": true,
579
579
  "data": {
580
580
  "article-modifier": "large-landscape",
581
- "article-image-url": "https://www.ft.com/__origami/service/image/v2/images/raw/http%3A%2F%2Fim.ft-static.com%2Fcontent%2Fimages%2Fa60ae24b-b87f-439c-bf1b-6e54946b4cf2.img?width=280&source=o-teaser-demo",
581
+ "article-image-url": "https://images.ft.com/v3/image/raw/http%3A%2F%2Fim.ft-static.com%2Fcontent%2Fimages%2Fa60ae24b-b87f-439c-bf1b-6e54946b4cf2.img?width=280&source=origami",
582
582
  "article-tag-prefix": "Special Report",
583
583
  "article-tag": "World",
584
584
  "article-timestamp": "2016-02-29T12:35:48Z",
@@ -596,7 +596,7 @@
596
596
  "article-modifier": "paid-post",
597
597
  "article-promoted-prefix": "Partner Content",
598
598
  "article-promoted-by": "E.on",
599
- "article-image-url": "https://www.ft.com/__origami/service/image/v2/images/raw/http%3A%2F%2Fim.ft-static.com%2Fcontent%2Fimages%2Fa60ae24b-b87f-439c-bf1b-6e54946b4cf2.img?width=180&source=o-teaser-demo",
599
+ "article-image-url": "https://images.ft.com/v3/image/raw/http%3A%2F%2Fim.ft-static.com%2Fcontent%2Fimages%2Fa60ae24b-b87f-439c-bf1b-6e54946b4cf2.img?width=180&source=origami",
600
600
  "article-timestamp": "2016-02-29T12:35:48Z",
601
601
  "article-heading": "Japan sells negative yield 10-year bonds",
602
602
  "article-standfirst": "Bondholders pay government for the privilege of lending it money"
@@ -615,7 +615,7 @@
615
615
  ],
616
616
  "article-promoted-prefix": "Promoted content",
617
617
  "article-promoted-by": "Cass Business School",
618
- "article-image-url": "https://www.ft.com/__origami/service/image/v2/images/raw/http%3A%2F%2Fim.ft-static.com%2Fcontent%2Fimages%2Fa60ae24b-b87f-439c-bf1b-6e54946b4cf2.img?width=180&source=o-teaser-demo",
618
+ "article-image-url": "https://images.ft.com/v3/image/raw/http%3A%2F%2Fim.ft-static.com%2Fcontent%2Fimages%2Fa60ae24b-b87f-439c-bf1b-6e54946b4cf2.img?width=180&source=origami",
619
619
  "article-heading": "Japan sells negative yield 10-year bonds",
620
620
  "article-standfirst": "Bondholders pay government for the privilege of lending it money"
621
621
  }
@@ -627,7 +627,7 @@
627
627
  "template": "demos/src/demo-package.mustache",
628
628
  "data": {
629
629
  "article-modifier": "basic-package",
630
- "article-image-url": "https://www.ft.com/__origami/service/image/v2/images/raw/http%3A%2F%2Fim.ft-static.com%2Fcontent%2Fimages%2Fa60ae24b-b87f-439c-bf1b-6e54946b4cf2.img?width=280&source=o-teaser-demo",
630
+ "article-image-url": "https://images.ft.com/v3/image/raw/http%3A%2F%2Fim.ft-static.com%2Fcontent%2Fimages%2Fa60ae24b-b87f-439c-bf1b-6e54946b4cf2.img?width=280&source=origami",
631
631
  "article-tag-prefix": "FT Series",
632
632
  "article-heading": "Japan sells negative yield 10-year bonds"
633
633
  }
@@ -639,7 +639,7 @@
639
639
  "template": "demos/src/demo-package.mustache",
640
640
  "data": {
641
641
  "article-modifier": "basic-package",
642
- "article-image-url": "https://www.ft.com/__origami/service/image/v2/images/raw/http%3A%2F%2Fim.ft-static.com%2Fcontent%2Fimages%2Fa60ae24b-b87f-439c-bf1b-6e54946b4cf2.img?width=280&source=o-teaser-demo",
642
+ "article-image-url": "https://images.ft.com/v3/image/raw/http%3A%2F%2Fim.ft-static.com%2Fcontent%2Fimages%2Fa60ae24b-b87f-439c-bf1b-6e54946b4cf2.img?width=280&source=origami",
643
643
  "article-tag-prefix": "FT Series",
644
644
  "article-heading": "Japan sells negative yield 10-year bonds",
645
645
  "article-package-list": [
@@ -662,7 +662,7 @@
662
662
  "template": "demos/src/demo-package.mustache",
663
663
  "data": {
664
664
  "article-modifier": "special-report-package",
665
- "article-image-url": "https://www.ft.com/__origami/service/image/v2/images/raw/http%3A%2F%2Fim.ft-static.com%2Fcontent%2Fimages%2Fa60ae24b-b87f-439c-bf1b-6e54946b4cf2.img?width=280&source=o-teaser-demo",
665
+ "article-image-url": "https://images.ft.com/v3/image/raw/http%3A%2F%2Fim.ft-static.com%2Fcontent%2Fimages%2Fa60ae24b-b87f-439c-bf1b-6e54946b4cf2.img?width=280&source=origami",
666
666
  "article-tag-prefix": "Special Report",
667
667
  "article-heading": "Japan sells negative yield 10-year bonds"
668
668
  }
@@ -674,7 +674,7 @@
674
674
  "template": "demos/src/demo-package.mustache",
675
675
  "data": {
676
676
  "article-modifier": "special-report-package",
677
- "article-image-url": "https://www.ft.com/__origami/service/image/v2/images/raw/http%3A%2F%2Fim.ft-static.com%2Fcontent%2Fimages%2Fa60ae24b-b87f-439c-bf1b-6e54946b4cf2.img?width=280&source=o-teaser-demo",
677
+ "article-image-url": "https://images.ft.com/v3/image/raw/http%3A%2F%2Fim.ft-static.com%2Fcontent%2Fimages%2Fa60ae24b-b87f-439c-bf1b-6e54946b4cf2.img?width=280&source=origami",
678
678
  "article-tag-prefix": "Special Report",
679
679
  "article-heading": "Japan sells negative yield 10-year bonds",
680
680
  "article-package-list": [
@@ -697,7 +697,7 @@
697
697
  "template": "demos/src/demo-package.mustache",
698
698
  "data": {
699
699
  "article-modifier": "extra-package",
700
- "article-image-url": "https://www.ft.com/__origami/service/image/v2/images/raw/http%3A%2F%2Fim.ft-static.com%2Fcontent%2Fimages%2Fa60ae24b-b87f-439c-bf1b-6e54946b4cf2.img?width=280&source=o-teaser-demo",
700
+ "article-image-url": "https://images.ft.com/v3/image/raw/http%3A%2F%2Fim.ft-static.com%2Fcontent%2Fimages%2Fa60ae24b-b87f-439c-bf1b-6e54946b4cf2.img?width=280&source=origami",
701
701
  "article-tag-prefix": "FT Series",
702
702
  "article-heading": "Japan sells negative yield 10-year bonds"
703
703
  }
@@ -709,7 +709,7 @@
709
709
  "template": "demos/src/demo-package.mustache",
710
710
  "data": {
711
711
  "article-modifier": "extra-package",
712
- "article-image-url": "https://www.ft.com/__origami/service/image/v2/images/raw/http%3A%2F%2Fim.ft-static.com%2Fcontent%2Fimages%2Fa60ae24b-b87f-439c-bf1b-6e54946b4cf2.img?width=280&source=o-teaser-demo",
712
+ "article-image-url": "https://images.ft.com/v3/image/raw/http%3A%2F%2Fim.ft-static.com%2Fcontent%2Fimages%2Fa60ae24b-b87f-439c-bf1b-6e54946b4cf2.img?width=280&source=origami",
713
713
  "article-tag-prefix": "FT Series",
714
714
  "article-heading": "Japan sells negative yield 10-year bonds",
715
715
  "article-package-list": [
@@ -737,11 +737,11 @@
737
737
  "article-promoted-by": "E.on",
738
738
  "article-tag-prefix": "FT Series",
739
739
  "article-tag": "Brexit",
740
- "article-image-url": "https://www.ft.com/__origami/service/image/v2/images/raw/http%3A%2F%2Fim.ft-static.com%2Fcontent%2Fimages%2Fa60ae24b-b87f-439c-bf1b-6e54946b4cf2.img?width=180&source=o-teaser-demo",
740
+ "article-image-url": "https://images.ft.com/v3/image/raw/http%3A%2F%2Fim.ft-static.com%2Fcontent%2Fimages%2Fa60ae24b-b87f-439c-bf1b-6e54946b4cf2.img?width=180&source=origami",
741
741
  "article-timestamp": "2016-02-29T12:35:48Z",
742
742
  "article-heading": "Japan sells negative yield 10-year bonds",
743
743
  "article-standfirst": "Bondholders pay government for the privilege of lending it money",
744
- "article-headshot": "https://www.ft.com/__origami/service/image/v2/images/raw/fthead:martin-wolf?source=origami&width=75&tint=054593,fff1e0",
744
+ "article-headshot": "https://images.ft.com/v3/image/raw/fthead:martin-wolf?source=origami&width=75&tint=054593,fff1e0",
745
745
  "article-related-links": [
746
746
  {
747
747
  "article-link": "Related story number one"
@@ -778,7 +778,7 @@
778
778
  "article-duration": "4:15min",
779
779
  "article-heading": "Future energy in Scottish mountains",
780
780
  "article-timestamp": "2016-02-29T12:35:48Z",
781
- "article-image-url": "https://www.ft.com/__origami/service/image/v2/images/raw/http%3A%2F%2Fim.ft-static.com%2Fcontent%2Fimages%2Fa60ae24b-b87f-439c-bf1b-6e54946b4cf2.img?width=280&source=o-teaser-demo"
781
+ "article-image-url": "https://images.ft.com/v3/image/raw/http%3A%2F%2Fim.ft-static.com%2Fcontent%2Fimages%2Fa60ae24b-b87f-439c-bf1b-6e54946b4cf2.img?width=280&source=origami"
782
782
  }
783
783
  },
784
784
  {
@@ -793,7 +793,7 @@
793
793
  "article-duration": "4:15min",
794
794
  "article-heading": "Future energy in Scottish mountains",
795
795
  "article-timestamp": "2016-02-29T12:35:48Z",
796
- "article-image-url": "https://www.ft.com/__origami/service/image/v2/images/raw/http%3A%2F%2Fim.ft-static.com%2Fcontent%2Fimages%2Fa60ae24b-b87f-439c-bf1b-6e54946b4cf2.img?width=280&source=o-teaser-demo"
796
+ "article-image-url": "https://images.ft.com/v3/image/raw/http%3A%2F%2Fim.ft-static.com%2Fcontent%2Fimages%2Fa60ae24b-b87f-439c-bf1b-6e54946b4cf2.img?width=280&source=origami"
797
797
  }
798
798
  },
799
799
  {
@@ -807,7 +807,7 @@
807
807
  "article-duration": "4 mins",
808
808
  "article-heading": "Shoshana Zuboff on surveillance capitalism",
809
809
  "article-timestamp": "2019-02-13T12:35:48Z",
810
- "article-image-url": "https://www.ft.com/__origami/service/image/v2/images/raw/http%3A%2F%2Fprod-upp-image-read.ft.com%2F5d1a54aa-f49b-11e8-ae55-df4bf40f9d0d?width=280&source=o-teaser-demo"
810
+ "article-image-url": "https://images.ft.com/v3/image/raw/http%3A%2F%2Fprod-upp-image-read.ft.com%2F5d1a54aa-f49b-11e8-ae55-df4bf40f9d0d?width=280&source=origami"
811
811
  }
812
812
  },
813
813
  {
@@ -821,7 +821,7 @@
821
821
  "article-duration": "4 mins",
822
822
  "article-heading": "Shoshana Zuboff on surveillance capitalism",
823
823
  "article-timestamp": "2019-02-13T12:35:48Z",
824
- "article-image-url": "https://www.ft.com/__origami/service/image/v2/images/raw/http%3A%2F%2Fprod-upp-image-read.ft.com%2F5d1a54aa-f49b-11e8-ae55-df4bf40f9d0d?width=280&source=o-teaser-demo"
824
+ "article-image-url": "https://images.ft.com/v3/image/raw/http%3A%2F%2Fprod-upp-image-read.ft.com%2F5d1a54aa-f49b-11e8-ae55-df4bf40f9d0d?width=280&source=origami"
825
825
  }
826
826
  }
827
827
  ]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@financial-times/o-teaser",
3
- "version": "7.1.4",
3
+ "version": "7.2.0",
4
4
  "description": "Provides styling for teaser elements, which contain information about an article and link through to it",
5
5
  "keywords": [
6
6
  "article",