@financial-times/o-topper 6.0.3 → 6.0.5

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
+ ### [6.0.5](https://www.github.com/Financial-Times/origami/compare/o-topper-v6.0.4...o-topper-v6.0.5) (2023-04-11)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * change outline color for focus links under matisse theme ([7e5b1be](https://www.github.com/Financial-Times/origami/commit/7e5b1be95e1f49be53b511f3478f187dd86121c8))
9
+
10
+ ### [6.0.4](https://www.github.com/Financial-Times/origami/compare/o-topper-v6.0.3...o-topper-v6.0.4) (2023-03-29)
11
+
12
+
13
+ ### Bug Fixes
14
+
15
+ * change opacity background box ([946e6a6](https://www.github.com/Financial-Times/origami/commit/946e6a6c312a1fcf706ec3c79359699c73597e94))
16
+
3
17
  ### [6.0.3](https://www.github.com/Financial-Times/origami/compare/o-topper-v6.0.2...o-topper-v6.0.3) (2023-03-13)
4
18
 
5
19
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@financial-times/o-topper",
3
- "version": "6.0.3",
3
+ "version": "6.0.5",
4
4
  "description": "Article header styling",
5
5
  "keywords": [
6
6
  "topper",
@@ -345,6 +345,9 @@
345
345
  color: oColorsMix($foreground, $color-name, 73);
346
346
  }
347
347
  }
348
+ :focus-visible {
349
+ outline-color: oColorsByName('white');
350
+ }
348
351
  }
349
352
  }
350
353
 
@@ -38,7 +38,7 @@
38
38
  }
39
39
  .o-topper__content--background-box {
40
40
  padding: oSpacingByName('s4');
41
- background-color: if($foreground == white, rgb(18,18,18,0.4), rgb(255,255,255,0.4));
41
+ background-color: if($foreground == white, rgb(18,18,18,0.67), rgb(255,255,255,0.7));
42
42
  }
43
43
  }
44
44
  }