@financial-times/o-topper 7.0.8 → 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,12 @@
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
+
3
10
  ## [7.0.8](https://github.com/Financial-Times/origami/compare/o-topper-v7.0.7...o-topper-v7.0.8) (2025-06-13)
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.8",
3
+ "version": "7.0.9",
4
4
  "description": "Article header styling",
5
5
  "keywords": [
6
6
  "topper",
@@ -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
  }