@financial-times/o-private-foundation 1.2.3 → 1.3.0
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,19 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [1.3.0](https://github.com/Financial-Times/origami/compare/o-private-foundation-v1.2.4...o-private-foundation-v1.3.0) (2025-03-28)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Features
|
|
7
|
+
|
|
8
|
+
* Add support-inverse colour use-case. ([#2057](https://github.com/Financial-Times/origami/issues/2057)) ([6a4b13b](https://github.com/Financial-Times/origami/commit/6a4b13b796740eae0c86eaafef9c84a97b04c757))
|
|
9
|
+
|
|
10
|
+
## [1.2.4](https://github.com/Financial-Times/origami/compare/o-private-foundation-v1.2.3...o-private-foundation-v1.2.4) (2025-03-27)
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Bug Fixes
|
|
14
|
+
|
|
15
|
+
* Correct byline author colour, match production style. ([#2053](https://github.com/Financial-Times/origami/issues/2053)) ([f6dce35](https://github.com/Financial-Times/origami/commit/f6dce35890142603201bc63ca895c172fbb042d2))
|
|
16
|
+
|
|
3
17
|
## [1.2.3](https://github.com/Financial-Times/origami/compare/o-private-foundation-v1.2.2...o-private-foundation-v1.2.3) (2025-03-27)
|
|
4
18
|
|
|
5
19
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@financial-times/o-private-foundation",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.3.0",
|
|
4
4
|
"description": "Foundation components for use in Origami components only.",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"homepage": "https://registry.origami.ft.com/components/o-private-foundation",
|
|
@@ -89,14 +89,15 @@ $tokens: (
|
|
|
89
89
|
'o3-color-use-case-page-background': #fff1e5,
|
|
90
90
|
'o3-color-use-case-page-inverse-background': #262a33,
|
|
91
91
|
'o3-color-use-case-body-text': #33302e,
|
|
92
|
-
'o3-color-use-case-support-text': #4d4845,
|
|
93
92
|
'o3-color-use-case-body-inverse-text': #ffffff,
|
|
94
|
-
'o3-color-use-case-
|
|
95
|
-
'o3-color-use-case-
|
|
93
|
+
'o3-color-use-case-support-text': #4d4845,
|
|
94
|
+
'o3-color-use-case-support-inverse-text': #e9eaeb,
|
|
96
95
|
// "Muted" text is less prominent, for example credits and captions.
|
|
97
96
|
'o3-color-use-case-muted-text': #807973,
|
|
98
97
|
// "Muted" text is less prominent, for example credits and captions.
|
|
99
98
|
'o3-color-use-case-muted-inverse-text': #a8aaad,
|
|
99
|
+
'o3-color-use-case-heading-text': #33302e,
|
|
100
|
+
'o3-color-use-case-heading-inverse-text': #ffffff,
|
|
100
101
|
'o3-color-use-case-footer-text': #33302e,
|
|
101
102
|
'o3-color-use-case-caption-text': #33302e,
|
|
102
103
|
'o3-color-use-case-button-foreground': #ffffff,
|
|
@@ -402,9 +403,9 @@ $tokens: (
|
|
|
402
403
|
'_o3-editorial-typography-topic-tag-hover-inverse-color': #d4d4d6,
|
|
403
404
|
'_o3-editorial-typography-caption-color': #4d4845,
|
|
404
405
|
'_o3-editorial-typography-caption-inverse-color': #a8aaad,
|
|
405
|
-
'_o3-editorial-typography-byline-author-color': #
|
|
406
|
+
'_o3-editorial-typography-byline-author-color': #33302e,
|
|
406
407
|
'_o3-editorial-typography-byline-author-inverse-color': #ffffff,
|
|
407
|
-
'_o3-editorial-typography-byline-author-hover-color': #
|
|
408
|
+
'_o3-editorial-typography-byline-author-hover-color': #990f3d,
|
|
408
409
|
'_o3-editorial-typography-byline-author-hover-inverse-color': #d4d4d6,
|
|
409
410
|
'_o3-editorial-typography-byline-timestamp-color': #66605c,
|
|
410
411
|
'_o3-editorial-typography-byline-timestamp-inverse-color': #a8aaad,
|
|
@@ -163,6 +163,7 @@ $tokens: (
|
|
|
163
163
|
'o3-color-use-case-page-inverse-background': #262a33,
|
|
164
164
|
'o3-color-use-case-body-text': #333333,
|
|
165
165
|
'o3-color-use-case-support-text': #4d4d4d,
|
|
166
|
+
'o3-color-use-case-support-inverse-text': #e9eaeb,
|
|
166
167
|
'o3-color-use-case-body-inverse-text': #ffffff,
|
|
167
168
|
// "Muted" text is less prominent, for example credits and captions.
|
|
168
169
|
'o3-color-use-case-muted-text': #cccccc,
|
|
@@ -98,14 +98,15 @@ $tokens: (
|
|
|
98
98
|
'o3-color-use-case-page-background': #fff1e5,
|
|
99
99
|
'o3-color-use-case-page-inverse-background': #262a33,
|
|
100
100
|
'o3-color-use-case-body-text': #33302e,
|
|
101
|
-
'o3-color-use-case-support-text': #4d4845,
|
|
102
101
|
'o3-color-use-case-body-inverse-text': #ffffff,
|
|
103
|
-
'o3-color-use-case-
|
|
104
|
-
'o3-color-use-case-
|
|
102
|
+
'o3-color-use-case-support-text': #4d4845,
|
|
103
|
+
'o3-color-use-case-support-inverse-text': #e9eaeb,
|
|
105
104
|
// "Muted" text is less prominent, for example credits and captions.
|
|
106
105
|
'o3-color-use-case-muted-text': #807973,
|
|
107
106
|
// "Muted" text is less prominent, for example credits and captions.
|
|
108
107
|
'o3-color-use-case-muted-inverse-text': #a8aaad,
|
|
108
|
+
'o3-color-use-case-heading-text': #33302e,
|
|
109
|
+
'o3-color-use-case-heading-inverse-text': #ffffff,
|
|
109
110
|
'o3-color-use-case-footer-text': #33302e,
|
|
110
111
|
'o3-color-use-case-caption-text': #33302e,
|
|
111
112
|
'o3-color-use-case-button-foreground': #ffffff,
|
|
@@ -275,9 +276,9 @@ $tokens: (
|
|
|
275
276
|
'_o3-editorial-typography-topic-tag-hover-inverse-color': #8fb3a1,
|
|
276
277
|
'_o3-editorial-typography-caption-color': #4d4845,
|
|
277
278
|
'_o3-editorial-typography-caption-inverse-color': #a8aaad,
|
|
278
|
-
'_o3-editorial-typography-byline-author-color': #
|
|
279
|
+
'_o3-editorial-typography-byline-author-color': #33302e,
|
|
279
280
|
'_o3-editorial-typography-byline-author-inverse-color': #ffffff,
|
|
280
|
-
'_o3-editorial-typography-byline-author-hover-color': #
|
|
281
|
+
'_o3-editorial-typography-byline-author-hover-color': #990f3d,
|
|
281
282
|
'_o3-editorial-typography-byline-author-hover-inverse-color': #8fb3a1,
|
|
282
283
|
'_o3-editorial-typography-byline-timestamp-color': #66605c,
|
|
283
284
|
'_o3-editorial-typography-byline-timestamp-inverse-color': #a8aaad,
|
|
@@ -151,6 +151,7 @@ $tokens: (
|
|
|
151
151
|
// "Muted" text is less prominent, for example credits and captions.
|
|
152
152
|
'o3-color-use-case-muted-text': #807973,
|
|
153
153
|
'o3-color-use-case-support-text': #4d4d4d,
|
|
154
|
+
'o3-color-use-case-support-inverse-text': #e9eaeb,
|
|
154
155
|
// "Muted" text is less prominent, for example credits and captions.
|
|
155
156
|
'o3-color-use-case-muted-inverse-text': #a8aaad,
|
|
156
157
|
'o3-color-use-case-link-inverse-text': #ffffff,
|
|
@@ -95,6 +95,7 @@ $tokens: (
|
|
|
95
95
|
'o3-color-use-case-page-inverse-background': #333333,
|
|
96
96
|
'o3-color-use-case-body-text': #333333,
|
|
97
97
|
'o3-color-use-case-support-text': #4d4d4d,
|
|
98
|
+
'o3-color-use-case-support-inverse-text': #e6e6e6,
|
|
98
99
|
'o3-color-use-case-body-inverse-text': #ffffff,
|
|
99
100
|
// "Muted" text is less prominent, for example credits and captions.
|
|
100
101
|
'o3-color-use-case-muted-text': #757575,
|