@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 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
@@ -1,5 +1,4 @@
1
1
  @import '@financial-times/o-private-foundation/main';
2
- @import '@financial-times/o-icons/main';
3
2
  @import '@financial-times/o-labels/main';
4
3
 
5
4
  @import 'src/scss/variables';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@financial-times/o-teaser",
3
- "version": "7.0.0",
3
+ "version": "7.0.2",
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",
@@ -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,