@financial-times/o-teaser 7.0.0 → 7.0.2
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 +15 -0
- package/main.scss +0 -1
- package/package.json +1 -1
- package/src/scss/elements/_timestamp.scss +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [7.0.2](https://github.com/Financial-Times/origami/compare/o-teaser-v7.0.1...o-teaser-v7.0.2) (2025-03-25)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* Ensure o-teaser__timestamp modifiers have higher specificity ([e44fd56](https://github.com/Financial-Times/origami/commit/e44fd566c769104c9364a4583bf7ac3bb4cd7ffd))
|
|
9
|
+
|
|
10
|
+
## [7.0.1](https://github.com/Financial-Times/origami/compare/o-teaser-v7.0.0...o-teaser-v7.0.1) (2025-02-26)
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Bug Fixes
|
|
14
|
+
|
|
15
|
+
* Remove unused o-buttons reference ([1be12a8](https://github.com/Financial-Times/origami/commit/1be12a809a44421541412363671445477454656a))
|
|
16
|
+
* Remove unused o-icons iSass imports ([e8b105f](https://github.com/Financial-Times/origami/commit/e8b105fa887fbc50e5030fb1f398989df290046b))
|
|
17
|
+
|
|
3
18
|
## [7.0.0](https://github.com/Financial-Times/origami/compare/o-teaser-v6.4.1...o-teaser-v7.0.0) (2025-02-20)
|
|
4
19
|
|
|
5
20
|
### ⚠ BREAKING CHANGES
|
package/main.scss
CHANGED
package/package.json
CHANGED
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
);
|
|
27
27
|
}
|
|
28
28
|
|
|
29
|
-
.o-teaser__timestamp--new {
|
|
29
|
+
.o-teaser__timestamp.o-teaser__timestamp--new {
|
|
30
30
|
@include oLabelsIndicatorContent(
|
|
31
31
|
$opts: (
|
|
32
32
|
'block': true,
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
);
|
|
36
36
|
}
|
|
37
37
|
|
|
38
|
-
.o-teaser__timestamp--updated {
|
|
38
|
+
.o-teaser__timestamp.o-teaser__timestamp--updated {
|
|
39
39
|
@include oLabelsIndicatorContent(
|
|
40
40
|
$opts: (
|
|
41
41
|
'block': true,
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
);
|
|
58
58
|
}
|
|
59
59
|
|
|
60
|
-
.o-teaser__timestamp--closed {
|
|
60
|
+
.o-teaser__timestamp.o-teaser__timestamp--closed {
|
|
61
61
|
@include oLabelsIndicatorContent(
|
|
62
62
|
$opts: (
|
|
63
63
|
'block': true,
|