@financial-times/o-teaser 10.0.0 → 10.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 +8 -0
- package/package.json +1 -1
- package/src/scss/themes/_small.scss +0 -13
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [10.0.1](https://github.com/Financial-Times/origami/compare/o-teaser-v10.0.0...o-teaser-v10.0.1) (2026-03-11)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* broken live blog opinion indicator icon ([b747ce2](https://github.com/Financial-Times/origami/commit/b747ce203de7cbcc878d279c5c61d029ca97f554))
|
|
9
|
+
* broken live blog opinion indicator icon ([e704163](https://github.com/Financial-Times/origami/commit/e70416356266e8bc33f7055aae3ba74c1a91e606))
|
|
10
|
+
|
|
3
11
|
## [10.0.0](https://github.com/Financial-Times/origami/compare/o-teaser-v9.1.3...o-teaser-v10.0.0) (2026-02-19)
|
|
4
12
|
|
|
5
13
|
|
package/package.json
CHANGED
|
@@ -143,19 +143,6 @@
|
|
|
143
143
|
@mixin _oTeaserPostOpinion {
|
|
144
144
|
@include _oTeaserPost;
|
|
145
145
|
|
|
146
|
-
.o-teaser__heading:before {
|
|
147
|
-
@include oPrivateIconsContent(
|
|
148
|
-
'speech-left',
|
|
149
|
-
oPrivateFoundationGet('o3-color-palette-oxford'),
|
|
150
|
-
30,
|
|
151
|
-
$iconset-version: 1
|
|
152
|
-
);
|
|
153
|
-
content: '';
|
|
154
|
-
height: 13px;
|
|
155
|
-
position: relative;
|
|
156
|
-
background-size: cover;
|
|
157
|
-
margin-left: -5px;
|
|
158
|
-
}
|
|
159
146
|
.o-teaser__tag {
|
|
160
147
|
color: oPrivateFoundationGet('o3-color-palette-oxford');
|
|
161
148
|
}
|