@financial-times/o-topper 5.4.1 → 5.4.2

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
+ ### [5.4.2](https://www.github.com/Financial-Times/origami/compare/o-topper-v5.4.1...o-topper-v5.4.2) (2022-11-16)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * remove background from figcaption on toppers ([df93a9a](https://www.github.com/Financial-Times/origami/commit/df93a9a61aee25339a737c959df87d30cb29d4b9))
9
+
3
10
  ### [5.4.1](https://www.github.com/Financial-Times/origami/compare/o-topper-v5.4.0...o-topper-v5.4.1) (2022-11-16)
4
11
 
5
12
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@financial-times/o-topper",
3
- "version": "5.4.1",
3
+ "version": "5.4.2",
4
4
  "description": "Article header styling",
5
5
  "keywords": [
6
6
  "topper",
@@ -240,8 +240,7 @@
240
240
  // include oTopperColor on a parent then extend this placeholder on a
241
241
  // descendent to lend that descendent the color you specified in the mixin
242
242
  .o-topper__background,
243
- .o-topper__content,
244
- .o-topper__image-credit {
243
+ .o-topper__content {
245
244
  background-color: $background;
246
245
  }
247
246
 
@@ -66,7 +66,6 @@
66
66
  }
67
67
 
68
68
  .o-topper__image-credit {
69
- background-color: transparent;
70
69
  color: oColorsByName("black-70");
71
70
  margin-bottom: -20px;
72
71
  }
@@ -94,7 +94,6 @@
94
94
  }
95
95
 
96
96
  .o-topper__image-credit {
97
- background-color: transparent;
98
97
  color: oColorsByName("black-70");
99
98
  position: relative;
100
99
  width: 100%;