@financial-times/o-topper 7.0.7 → 7.0.9

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.0.9](https://github.com/Financial-Times/origami/compare/o-topper-v7.0.8...o-topper-v7.0.9) (2025-06-25)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * remove negative margins in o-topper ([8930853](https://github.com/Financial-Times/origami/commit/8930853fbca928ede656713f5086addd344facf3))
9
+
10
+ ## [7.0.8](https://github.com/Financial-Times/origami/compare/o-topper-v7.0.7...o-topper-v7.0.8) (2025-06-13)
11
+
12
+
13
+ ### Bug Fixes
14
+
15
+ * add read-next to oTopperColor mixin ([fdefca6](https://github.com/Financial-Times/origami/commit/fdefca646e68c9fdda2878c7bedc12b3bd14747c))
16
+
3
17
  ## [7.0.7](https://github.com/Financial-Times/origami/compare/o-topper-v7.0.6...o-topper-v7.0.7) (2025-06-03)
4
18
 
5
19
 
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.9",
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
 
@@ -43,7 +43,6 @@
43
43
  background: transparent;
44
44
  }
45
45
 
46
-
47
46
  }
48
47
  @include oPrivateGridRespondTo(L) {
49
48
  grid-template-rows: minmax(auto, 600px) 1fr;
@@ -68,6 +67,5 @@
68
67
  .o-topper__image-caption {
69
68
  background-color: transparent;
70
69
  color: oPrivateFoundationGet("o3-color-palette-black-70");
71
- margin-bottom: -20px;
72
70
  }
73
71
  }
@@ -107,6 +107,5 @@
107
107
  width: 100%;
108
108
  float: right;
109
109
  box-sizing: border-box;
110
- margin-bottom: -20px;
111
110
  }
112
111
  }