@automattic/jetpack-components 0.54.1 → 0.54.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
|
@@ -2,6 +2,10 @@
|
|
|
2
2
|
|
|
3
3
|
### This is a list detailing changes for the Jetpack RNA Components package releases.
|
|
4
4
|
|
|
5
|
+
## [0.54.2] - 2024-06-25
|
|
6
|
+
### Added
|
|
7
|
+
- Added social preview for Threads [#38003]
|
|
8
|
+
|
|
5
9
|
## [0.54.1] - 2024-06-24
|
|
6
10
|
### Fixed
|
|
7
11
|
- Updated threads icon color [#37977]
|
|
@@ -1075,6 +1079,7 @@
|
|
|
1075
1079
|
### Changed
|
|
1076
1080
|
- Update node version requirement to 14.16.1
|
|
1077
1081
|
|
|
1082
|
+
[0.54.2]: https://github.com/Automattic/jetpack-components/compare/0.54.1...0.54.2
|
|
1078
1083
|
[0.54.1]: https://github.com/Automattic/jetpack-components/compare/0.54.0...0.54.1
|
|
1079
1084
|
[0.54.0]: https://github.com/Automattic/jetpack-components/compare/0.53.10...0.54.0
|
|
1080
1085
|
[0.53.10]: https://github.com/Automattic/jetpack-components/compare/0.53.9...0.53.10
|
|
@@ -15,9 +15,9 @@
|
|
|
15
15
|
fill: var( --color-bluesky );
|
|
16
16
|
}
|
|
17
17
|
&.facebook {
|
|
18
|
+
fill: var( --color-facebook );
|
|
18
19
|
// Add some specificity to override the border-radius on Jetpack settings page
|
|
19
20
|
&:global(.social-logo) {
|
|
20
|
-
fill: var( --color-facebook );
|
|
21
21
|
border-radius: 50%;
|
|
22
22
|
}
|
|
23
23
|
}
|
|
@@ -40,9 +40,9 @@
|
|
|
40
40
|
fill: var( --color-mastodon );
|
|
41
41
|
}
|
|
42
42
|
&.nextdoor {
|
|
43
|
+
fill: var( --color-nextdoor );
|
|
43
44
|
// Add some specificity to override the border-radius on Jetpack settings page
|
|
44
45
|
&:global(.social-logo) {
|
|
45
|
-
fill: var( --color-nextdoor );
|
|
46
46
|
border-radius: 50%;
|
|
47
47
|
}
|
|
48
48
|
}
|
|
@@ -53,8 +53,8 @@
|
|
|
53
53
|
fill: var( --color-whatsapp );
|
|
54
54
|
}
|
|
55
55
|
&.threads {
|
|
56
|
+
fill: var( --color-threads );
|
|
56
57
|
&:global(.social-logo) {
|
|
57
|
-
fill: var( --color-threads );
|
|
58
58
|
border-radius: 40%;
|
|
59
59
|
}
|
|
60
60
|
}
|