@financial-times/o-topper 7.0.0 → 7.0.1

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,14 @@
1
1
  # Changelog
2
2
 
3
+ ## [7.0.1](https://github.com/Financial-Times/origami/compare/o-topper-v7.0.0...o-topper-v7.0.1) (2025-02-26)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * Remove o-colors references ([b7d8c6a](https://github.com/Financial-Times/origami/commit/b7d8c6a3d5d01c03c37cc8e0d57fa40f06361d38))
9
+ * Remove unused o-buttons reference ([1be12a8](https://github.com/Financial-Times/origami/commit/1be12a809a44421541412363671445477454656a))
10
+ * Remove unused o-icons iSass imports ([e8b105f](https://github.com/Financial-Times/origami/commit/e8b105fa887fbc50e5030fb1f398989df290046b))
11
+
3
12
  ## [7.0.0](https://github.com/Financial-Times/origami/compare/o-topper-v6.0.8...o-topper-v7.0.0) (2025-02-20)
4
13
 
5
14
  ### ⚠ BREAKING CHANGES
package/main.scss CHANGED
@@ -1,5 +1,4 @@
1
1
  @import '@financial-times/o-private-foundation/main';
2
- @import '@financial-times/o-icons/main';
3
2
 
4
3
  @import 'src/scss/variables';
5
4
  @import 'src/scss/mixins';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@financial-times/o-topper",
3
- "version": "7.0.0",
3
+ "version": "7.0.1",
4
4
  "description": "Article header styling",
5
5
  "keywords": [
6
6
  "topper",
@@ -98,7 +98,7 @@
98
98
  %_o-topper__tag {
99
99
  // Non-linked tags and author tags are the same colour as the body copy.
100
100
  @if not is-superselector('a', '#{&}') {
101
- color: oColorsByUsecase('body', 'text');
101
+ color: oPrivateFoundationGet('o3-color-use-case-body-text');
102
102
  }
103
103
 
104
104
  font-family: oPrivateFoundationGet('o3-type-body-highlight-font-family');