@financial-times/o-private-foundation 1.2.1 → 1.2.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 +1 -1
- package/src/scss/tokens/core.scss +115 -91
- package/src/scss/tokens/internal.scss +91 -91
- package/src/scss/tokens/professional.scss +115 -91
- package/src/scss/tokens/sustainable-views.scss +91 -91
- package/src/scss/tokens/whitelabel.scss +91 -91
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [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
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* use transparent for ghost button in the neutral theme ([b300a3b](https://github.com/Financial-Times/origami/commit/b300a3b89b8c9f64432519a6028dc67078cc1d53))
|
|
9
|
+
|
|
10
|
+
## [1.2.2](https://github.com/Financial-Times/origami/compare/o-private-foundation-v1.2.1...o-private-foundation-v1.2.2) (2025-03-19)
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Bug Fixes
|
|
14
|
+
|
|
15
|
+
* Improve SVG encoding when embedded in CSS ([676b641](https://github.com/Financial-Times/origami/commit/676b64101d79ffa1c7cf4c2c7c7302b9c1e17b54))
|
|
16
|
+
|
|
3
17
|
## [1.2.1](https://github.com/Financial-Times/origami/compare/o-private-foundation-v1.2.0...o-private-foundation-v1.2.1) (2025-03-11)
|
|
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.2.
|
|
3
|
+
"version": "1.2.3",
|
|
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",
|