@financial-times/o-private-foundation 1.3.0 → 1.4.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,12 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [1.4.0](https://github.com/Financial-Times/origami/compare/o-private-foundation-v1.3.0...o-private-foundation-v1.4.0) (2025-04-04)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Features
|
|
7
|
+
|
|
8
|
+
* add success colour tokens ([79a2d31](https://github.com/Financial-Times/origami/commit/79a2d311cfed54f0fba5356ebec2c27c71333541))
|
|
9
|
+
|
|
3
10
|
## [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
11
|
|
|
5
12
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@financial-times/o-private-foundation",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.4.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",
|
|
@@ -108,7 +108,10 @@ $tokens: (
|
|
|
108
108
|
'o3-color-use-case-button-disabled': #9ec0bd,
|
|
109
109
|
'o3-color-use-case-error-background': rgba(204, 0, 0, 0.06),
|
|
110
110
|
'o3-color-use-case-error-text': #cc0000,
|
|
111
|
+
// [DEPRECATED] This token is going to be looked at in the upcoming audit.
|
|
111
112
|
'o3-color-use-case-error': #cc0000,
|
|
113
|
+
'o3-color-use-case-success-background': #d7f0d1,
|
|
114
|
+
'o3-color-use-case-success-foreground': #00572c,
|
|
112
115
|
'_o3-button-primary-standard-color': #ffffff,
|
|
113
116
|
'_o3-button-primary-standard-background': #0d7680,
|
|
114
117
|
'_o3-button-primary-standard-border': rgba(255, 255, 255, 0),
|
|
@@ -179,7 +179,10 @@ $tokens: (
|
|
|
179
179
|
'o3-color-use-case-button-disabled': #9ec0bd,
|
|
180
180
|
'o3-color-use-case-error-background': rgba(204, 0, 0, 0.06),
|
|
181
181
|
'o3-color-use-case-error-text': #cc0000,
|
|
182
|
+
// [DEPRECATED] This token is going to be looked at in the upcoming audit.
|
|
182
183
|
'o3-color-use-case-error': #cc0000,
|
|
184
|
+
'o3-color-use-case-success-background': #d7f0d1,
|
|
185
|
+
'o3-color-use-case-success-foreground': #00572c,
|
|
183
186
|
'o3-spacing-5xs': 0.25rem,
|
|
184
187
|
'o3-spacing-4xs': 0.5rem,
|
|
185
188
|
'o3-spacing-3xs': 0.75rem,
|
|
@@ -117,7 +117,10 @@ $tokens: (
|
|
|
117
117
|
'o3-color-use-case-button-disabled': #d4c9c1,
|
|
118
118
|
'o3-color-use-case-error-background': rgba(204, 0, 0, 0.06),
|
|
119
119
|
'o3-color-use-case-error-text': #cc0000,
|
|
120
|
+
// [DEPRECATED] This token is going to be looked at in the upcoming audit.
|
|
120
121
|
'o3-color-use-case-error': #cc0000,
|
|
122
|
+
'o3-color-use-case-success-background': #d7f0d1,
|
|
123
|
+
'o3-color-use-case-success-foreground': #00572c,
|
|
121
124
|
'o3-spacing-5xs': 0.25rem,
|
|
122
125
|
'o3-spacing-4xs': 0.5rem,
|
|
123
126
|
'o3-spacing-3xs': 0.75rem,
|
|
@@ -168,7 +168,10 @@ $tokens: (
|
|
|
168
168
|
'o3-color-use-case-button-disabled': #9ec0bd,
|
|
169
169
|
'o3-color-use-case-error-background': rgba(204, 0, 0, 0.06),
|
|
170
170
|
'o3-color-use-case-error-text': #cc0000,
|
|
171
|
+
// [DEPRECATED] This token is going to be looked at in the upcoming audit.
|
|
171
172
|
'o3-color-use-case-error': #cc0000,
|
|
173
|
+
'o3-color-use-case-success-background': #d7f0d1,
|
|
174
|
+
'o3-color-use-case-success-foreground': #00572c,
|
|
172
175
|
'_o3-editorial-typography-topic-tag-color': #0d7680,
|
|
173
176
|
'_o3-editorial-typography-topic-tag-inverse-color': #ffffff,
|
|
174
177
|
'_o3-editorial-typography-topic-tag-hover-color': #262a33,
|
|
@@ -110,7 +110,10 @@ $tokens: (
|
|
|
110
110
|
'o3-color-use-case-button-disabled': #cccccc,
|
|
111
111
|
'o3-color-use-case-error-background': rgba(204, 0, 0, 0.06),
|
|
112
112
|
'o3-color-use-case-error-text': #cc0000,
|
|
113
|
+
// [DEPRECATED] This token is going to be looked at in the upcoming audit.
|
|
113
114
|
'o3-color-use-case-error': #cc0000,
|
|
115
|
+
'o3-color-use-case-success-background': #d7f0d1,
|
|
116
|
+
'o3-color-use-case-success-foreground': #00572c,
|
|
114
117
|
'_o3-button-primary-standard-color': #ffffff,
|
|
115
118
|
'_o3-button-primary-standard-background': #000000,
|
|
116
119
|
'_o3-button-primary-standard-border': rgba(255, 255, 255, 0),
|