@financial-times/o-topper 7.0.7 → 7.0.8

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
+ ## [7.0.8](https://github.com/Financial-Times/origami/compare/o-topper-v7.0.7...o-topper-v7.0.8) (2025-06-13)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * add read-next to oTopperColor mixin ([fdefca6](https://github.com/Financial-Times/origami/commit/fdefca646e68c9fdda2878c7bedc12b3bd14747c))
9
+
3
10
  ## [7.0.7](https://github.com/Financial-Times/origami/compare/o-topper-v7.0.6...o-topper-v7.0.7) (2025-06-03)
4
11
 
5
12
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@financial-times/o-topper",
3
- "version": "7.0.7",
3
+ "version": "7.0.8",
4
4
  "description": "Article header styling",
5
5
  "keywords": [
6
6
  "topper",
@@ -357,7 +357,8 @@
357
357
  .o-topper__columnist-name,
358
358
  .o-topper__headline,
359
359
  .o-topper__standfirst,
360
- .o-topper__summary {
360
+ .o-topper__summary,
361
+ .o-topper__read-next {
361
362
  color: $foreground;
362
363
  }
363
364