@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 +9 -0
- package/main.scss +0 -1
- package/package.json +1 -1
- package/src/scss/_elements.scss +1 -1
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
package/package.json
CHANGED
package/src/scss/_elements.scss
CHANGED
|
@@ -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:
|
|
101
|
+
color: oPrivateFoundationGet('o3-color-use-case-body-text');
|
|
102
102
|
}
|
|
103
103
|
|
|
104
104
|
font-family: oPrivateFoundationGet('o3-type-body-highlight-font-family');
|