@automattic/jetpack-shared-extension-utils 2.0.6 → 2.0.8
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 +10 -0
- package/package.json +9 -8
- package/src/{icons.js → icons.jsx} +1 -0
- package/src/icons.scss +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
|
|
|
5
5
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
|
|
6
6
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
7
7
|
|
|
8
|
+
## [2.0.8] - 2026-07-13
|
|
9
|
+
### Changed
|
|
10
|
+
- Internal updates.
|
|
11
|
+
|
|
12
|
+
## [2.0.7] - 2026-07-09
|
|
13
|
+
### Changed
|
|
14
|
+
- Update package dependencies. [#49272]
|
|
15
|
+
|
|
8
16
|
## [2.0.6] - 2026-07-06
|
|
9
17
|
### Changed
|
|
10
18
|
- Use store objects instead of string IDs. [#49810]
|
|
@@ -1000,6 +1008,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
1000
1008
|
### Changed
|
|
1001
1009
|
- Core: prepare utility for release
|
|
1002
1010
|
|
|
1011
|
+
[2.0.8]: https://github.com/Automattic/jetpack-shared-extension-utils/compare/2.0.7...2.0.8
|
|
1012
|
+
[2.0.7]: https://github.com/Automattic/jetpack-shared-extension-utils/compare/2.0.6...2.0.7
|
|
1003
1013
|
[2.0.6]: https://github.com/Automattic/jetpack-shared-extension-utils/compare/2.0.5...2.0.6
|
|
1004
1014
|
[2.0.5]: https://github.com/Automattic/jetpack-shared-extension-utils/compare/2.0.4...2.0.5
|
|
1005
1015
|
[2.0.4]: https://github.com/Automattic/jetpack-shared-extension-utils/compare/2.0.3...2.0.4
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@automattic/jetpack-shared-extension-utils",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.8",
|
|
4
4
|
"description": "Utility functions used by the block editor extensions",
|
|
5
5
|
"homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/shared-extension-utils/#readme",
|
|
6
6
|
"bugs": {
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
".": "./index.js",
|
|
17
17
|
"./components": "./src/components/index.js",
|
|
18
18
|
"./components/wpcom-support-link": "./src/components/wpcom-support-link.jsx",
|
|
19
|
-
"./icons": "./src/icons.
|
|
19
|
+
"./icons": "./src/icons.jsx",
|
|
20
20
|
"./site-type-utils": "./src/site-type-utils.js",
|
|
21
21
|
"./store/wordpress-com": "./src/store/wordpress-com/index.ts",
|
|
22
22
|
"./store/wordpress-com/types": "./src/store/wordpress-com/types.ts"
|
|
@@ -29,11 +29,11 @@
|
|
|
29
29
|
"dependencies": {
|
|
30
30
|
"@automattic/color-studio": "4.1.0",
|
|
31
31
|
"@automattic/jetpack-analytics": "^1.0.15",
|
|
32
|
-
"@automattic/jetpack-base-styles": "^1.2.
|
|
33
|
-
"@automattic/jetpack-components": "^1.12.
|
|
34
|
-
"@automattic/jetpack-connection": "^
|
|
32
|
+
"@automattic/jetpack-base-styles": "^1.2.9",
|
|
33
|
+
"@automattic/jetpack-components": "^1.12.16",
|
|
34
|
+
"@automattic/jetpack-connection": "^2.0.1",
|
|
35
35
|
"@automattic/jetpack-script-data": "^0.6.5",
|
|
36
|
-
"@automattic/jetpack-shared-stores": "^0.1.
|
|
36
|
+
"@automattic/jetpack-shared-stores": "^0.1.5",
|
|
37
37
|
"@types/jest": "30.0.0",
|
|
38
38
|
"@wordpress/api-fetch": "7.50.0",
|
|
39
39
|
"@wordpress/block-editor": "15.23.0",
|
|
@@ -46,10 +46,11 @@
|
|
|
46
46
|
"@wordpress/i18n": "6.23.0",
|
|
47
47
|
"@wordpress/plugins": "7.50.0",
|
|
48
48
|
"@wordpress/primitives": "4.50.0",
|
|
49
|
-
"@wordpress/ui": "0.
|
|
49
|
+
"@wordpress/ui": "0.17.0",
|
|
50
50
|
"@wordpress/url": "4.50.0",
|
|
51
51
|
"clsx": "2.1.1",
|
|
52
|
-
"debug": "4.4.3"
|
|
52
|
+
"debug": "4.4.3",
|
|
53
|
+
"social-logos": "^3.3.17"
|
|
53
54
|
},
|
|
54
55
|
"devDependencies": {
|
|
55
56
|
"@automattic/jetpack-webpack-config": "workspace:*",
|
package/src/icons.scss
CHANGED
|
@@ -4,22 +4,22 @@
|
|
|
4
4
|
fill: gb.$gray-700;
|
|
5
5
|
|
|
6
6
|
&.is-facebook {
|
|
7
|
-
fill: var(--color-facebook);
|
|
7
|
+
fill: var(--jetpack-social-logo-color-facebook);
|
|
8
8
|
}
|
|
9
9
|
|
|
10
10
|
&.is-twitter {
|
|
11
|
-
fill: var(--color-twitter);
|
|
11
|
+
fill: var(--jetpack-social-logo-color-twitter);
|
|
12
12
|
}
|
|
13
13
|
|
|
14
14
|
&.is-linkedin {
|
|
15
|
-
fill: var(--color-linkedin);
|
|
15
|
+
fill: var(--jetpack-social-logo-color-linkedin);
|
|
16
16
|
}
|
|
17
17
|
|
|
18
18
|
&.is-tumblr {
|
|
19
|
-
fill: var(--color-tumblr);
|
|
19
|
+
fill: var(--jetpack-social-logo-color-tumblr);
|
|
20
20
|
}
|
|
21
21
|
|
|
22
22
|
&.is-google {
|
|
23
|
-
fill: var(--color-
|
|
23
|
+
fill: var(--jetpack-social-logo-color-google-plus);
|
|
24
24
|
}
|
|
25
25
|
}
|