@financial-times/o-private-foundation 1.2.3 → 1.2.4

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
+ ## [1.2.4](https://github.com/Financial-Times/origami/compare/o-private-foundation-v1.2.3...o-private-foundation-v1.2.4) (2025-03-27)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * Correct byline author colour, match production style. ([#2053](https://github.com/Financial-Times/origami/issues/2053)) ([f6dce35](https://github.com/Financial-Times/origami/commit/f6dce35890142603201bc63ca895c172fbb042d2))
9
+
3
10
  ## [1.2.3](https://github.com/Financial-Times/origami/compare/o-private-foundation-v1.2.2...o-private-foundation-v1.2.3) (2025-03-27)
4
11
 
5
12
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@financial-times/o-private-foundation",
3
- "version": "1.2.3",
3
+ "version": "1.2.4",
4
4
  "description": "Foundation components for use in Origami components only.",
5
5
  "keywords": [],
6
6
  "homepage": "https://registry.origami.ft.com/components/o-private-foundation",
@@ -402,9 +402,9 @@ $tokens: (
402
402
  '_o3-editorial-typography-topic-tag-hover-inverse-color': #d4d4d6,
403
403
  '_o3-editorial-typography-caption-color': #4d4845,
404
404
  '_o3-editorial-typography-caption-inverse-color': #a8aaad,
405
- '_o3-editorial-typography-byline-author-color': #990f3d,
405
+ '_o3-editorial-typography-byline-author-color': #33302e,
406
406
  '_o3-editorial-typography-byline-author-inverse-color': #ffffff,
407
- '_o3-editorial-typography-byline-author-hover-color': #4d081f,
407
+ '_o3-editorial-typography-byline-author-hover-color': #990f3d,
408
408
  '_o3-editorial-typography-byline-author-hover-inverse-color': #d4d4d6,
409
409
  '_o3-editorial-typography-byline-timestamp-color': #66605c,
410
410
  '_o3-editorial-typography-byline-timestamp-inverse-color': #a8aaad,
@@ -275,9 +275,9 @@ $tokens: (
275
275
  '_o3-editorial-typography-topic-tag-hover-inverse-color': #8fb3a1,
276
276
  '_o3-editorial-typography-caption-color': #4d4845,
277
277
  '_o3-editorial-typography-caption-inverse-color': #a8aaad,
278
- '_o3-editorial-typography-byline-author-color': #990f3d,
278
+ '_o3-editorial-typography-byline-author-color': #33302e,
279
279
  '_o3-editorial-typography-byline-author-inverse-color': #ffffff,
280
- '_o3-editorial-typography-byline-author-hover-color': #4d081f,
280
+ '_o3-editorial-typography-byline-author-hover-color': #990f3d,
281
281
  '_o3-editorial-typography-byline-author-hover-inverse-color': #8fb3a1,
282
282
  '_o3-editorial-typography-byline-timestamp-color': #66605c,
283
283
  '_o3-editorial-typography-byline-timestamp-inverse-color': #a8aaad,