@wordpress/components 30.8.1-next.16d95556a.0 → 30.8.2-next.dc3f6d3c1.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 +6 -0
- package/build-style/style-rtl.css +0 -3
- package/build-style/style.css +0 -3
- package/package.json +20 -20
- package/src/guide/style.scss +0 -6
- package/tsconfig.tsbuildinfo +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,12 @@
|
|
|
2
2
|
|
|
3
3
|
## Unreleased
|
|
4
4
|
|
|
5
|
+
## 30.8.1-next.0 (2025-11-18)
|
|
6
|
+
|
|
7
|
+
### Bug Fixes
|
|
8
|
+
|
|
9
|
+
- Fixed an issue where the `Guide` component’s close button became invisible on hover when used on light backgrounds. The component's close button now relies on the default button hover effect, and the custom hover color is applied only within `welcome-guide` implementations to maintain consistency. ([#73220](https://github.com/WordPress/gutenberg/pull/73220))
|
|
10
|
+
|
|
5
11
|
## 30.8.0 (2025-11-12)
|
|
6
12
|
|
|
7
13
|
### Bug Fixes
|
|
@@ -2009,9 +2009,6 @@ body.is-dragging-components-draggable {
|
|
|
2009
2009
|
margin: 8px 0 0 8px;
|
|
2010
2010
|
position: static;
|
|
2011
2011
|
}
|
|
2012
|
-
.components-guide .components-modal__header .components-button:hover svg {
|
|
2013
|
-
fill: #fff;
|
|
2014
|
-
}
|
|
2015
2012
|
.components-guide .components-guide__container {
|
|
2016
2013
|
display: flex;
|
|
2017
2014
|
flex-direction: column;
|
package/build-style/style.css
CHANGED
|
@@ -2014,9 +2014,6 @@ body.is-dragging-components-draggable {
|
|
|
2014
2014
|
margin: 8px 8px 0 0;
|
|
2015
2015
|
position: static;
|
|
2016
2016
|
}
|
|
2017
|
-
.components-guide .components-modal__header .components-button:hover svg {
|
|
2018
|
-
fill: #fff;
|
|
2019
|
-
}
|
|
2020
2017
|
.components-guide .components-guide__container {
|
|
2021
2018
|
display: flex;
|
|
2022
2019
|
flex-direction: column;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wordpress/components",
|
|
3
|
-
"version": "30.8.
|
|
3
|
+
"version": "30.8.2-next.dc3f6d3c1.0",
|
|
4
4
|
"description": "UI components for WordPress.",
|
|
5
5
|
"author": "The WordPress Contributors",
|
|
6
6
|
"license": "GPL-2.0-or-later",
|
|
@@ -54,24 +54,24 @@
|
|
|
54
54
|
"@types/gradient-parser": "1.1.0",
|
|
55
55
|
"@types/highlight-words-core": "1.2.1",
|
|
56
56
|
"@use-gesture/react": "^10.3.1",
|
|
57
|
-
"@wordpress/a11y": "^4.35.1-next.
|
|
58
|
-
"@wordpress/base-styles": "^6.11.1-next.
|
|
59
|
-
"@wordpress/compose": "^7.35.1-next.
|
|
60
|
-
"@wordpress/date": "^5.35.1-next.
|
|
61
|
-
"@wordpress/deprecated": "^4.35.1-next.
|
|
62
|
-
"@wordpress/dom": "^4.35.1-next.
|
|
63
|
-
"@wordpress/element": "^6.35.1-next.
|
|
64
|
-
"@wordpress/escape-html": "^3.35.1-next.
|
|
65
|
-
"@wordpress/hooks": "^4.35.1-next.
|
|
66
|
-
"@wordpress/html-entities": "^4.35.1-next.
|
|
67
|
-
"@wordpress/i18n": "^6.8.1-next.
|
|
68
|
-
"@wordpress/icons": "^11.2.1-next.
|
|
69
|
-
"@wordpress/is-shallow-equal": "^5.35.1-next.
|
|
70
|
-
"@wordpress/keycodes": "^4.35.1-next.
|
|
71
|
-
"@wordpress/primitives": "^4.35.1-next.
|
|
72
|
-
"@wordpress/private-apis": "^1.35.1-next.
|
|
73
|
-
"@wordpress/rich-text": "^7.35.1-next.
|
|
74
|
-
"@wordpress/warning": "^3.35.1-next.
|
|
57
|
+
"@wordpress/a11y": "^4.35.1-next.dc3f6d3c1.0",
|
|
58
|
+
"@wordpress/base-styles": "^6.11.1-next.dc3f6d3c1.0",
|
|
59
|
+
"@wordpress/compose": "^7.35.1-next.dc3f6d3c1.0",
|
|
60
|
+
"@wordpress/date": "^5.35.1-next.dc3f6d3c1.0",
|
|
61
|
+
"@wordpress/deprecated": "^4.35.1-next.dc3f6d3c1.0",
|
|
62
|
+
"@wordpress/dom": "^4.35.1-next.dc3f6d3c1.0",
|
|
63
|
+
"@wordpress/element": "^6.35.1-next.dc3f6d3c1.0",
|
|
64
|
+
"@wordpress/escape-html": "^3.35.1-next.dc3f6d3c1.0",
|
|
65
|
+
"@wordpress/hooks": "^4.35.1-next.dc3f6d3c1.0",
|
|
66
|
+
"@wordpress/html-entities": "^4.35.1-next.dc3f6d3c1.0",
|
|
67
|
+
"@wordpress/i18n": "^6.8.1-next.dc3f6d3c1.0",
|
|
68
|
+
"@wordpress/icons": "^11.2.1-next.dc3f6d3c1.0",
|
|
69
|
+
"@wordpress/is-shallow-equal": "^5.35.1-next.dc3f6d3c1.0",
|
|
70
|
+
"@wordpress/keycodes": "^4.35.1-next.dc3f6d3c1.0",
|
|
71
|
+
"@wordpress/primitives": "^4.35.1-next.dc3f6d3c1.0",
|
|
72
|
+
"@wordpress/private-apis": "^1.35.1-next.dc3f6d3c1.0",
|
|
73
|
+
"@wordpress/rich-text": "^7.35.1-next.dc3f6d3c1.0",
|
|
74
|
+
"@wordpress/warning": "^3.35.1-next.dc3f6d3c1.0",
|
|
75
75
|
"change-case": "^4.1.2",
|
|
76
76
|
"clsx": "^2.1.1",
|
|
77
77
|
"colord": "^2.7.0",
|
|
@@ -97,5 +97,5 @@
|
|
|
97
97
|
"publishConfig": {
|
|
98
98
|
"access": "public"
|
|
99
99
|
},
|
|
100
|
-
"gitHead": "
|
|
100
|
+
"gitHead": "f73b5e69b34fbaccfb8c47783f4f993059ff1a41"
|
|
101
101
|
}
|