@financial-times/o-teaser 9.1.1 → 9.1.3
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 +14 -0
- package/package.json +2 -2
- package/src/scss/_mixins.scss +1 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [9.1.3](https://github.com/Financial-Times/origami/compare/o-teaser-v9.1.2...o-teaser-v9.1.3) (2026-02-05)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* depend on v7 and v8 of o-labels on o-teaser ([#2360](https://github.com/Financial-Times/origami/issues/2360)) ([e4d4c46](https://github.com/Financial-Times/origami/commit/e4d4c464ad3acfa412002a550590d497a246de45))
|
|
9
|
+
|
|
10
|
+
## [9.1.2](https://github.com/Financial-Times/origami/compare/o-teaser-v9.1.1...o-teaser-v9.1.2) (2025-12-03)
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Bug Fixes
|
|
14
|
+
|
|
15
|
+
* revert focus styles for hero image text only ([b089867](https://github.com/Financial-Times/origami/commit/b08986790ecb7409c464f70b809b6abb56a01e23))
|
|
16
|
+
|
|
3
17
|
## [9.1.1](https://github.com/Financial-Times/origami/compare/o-teaser-v9.1.0...o-teaser-v9.1.1) (2025-11-18)
|
|
4
18
|
|
|
5
19
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@financial-times/o-teaser",
|
|
3
|
-
"version": "9.1.
|
|
3
|
+
"version": "9.1.3",
|
|
4
4
|
"description": "Provides styling for teaser elements, which contain information about an article and link through to it",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"article",
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"watch": "bash ../../scripts/component/watch.bash"
|
|
25
25
|
},
|
|
26
26
|
"peerDependencies": {
|
|
27
|
-
"@financial-times/o-labels": "^7.0.0",
|
|
27
|
+
"@financial-times/o-labels": "^7.0.0 || ^8.0.0",
|
|
28
28
|
"@financial-times/o-private-foundation": "^1.5.0"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|