@wordpress/widgets 4.44.0 → 4.44.1-next.v.202604201441.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.
|
@@ -191,7 +191,7 @@
|
|
|
191
191
|
|
|
192
192
|
.wp-block-legacy-widget__edit-preview,
|
|
193
193
|
.wp-block-legacy-widget__edit-no-preview {
|
|
194
|
-
cursor: pointer;
|
|
194
|
+
cursor: var(--wpds-cursor-control, pointer);
|
|
195
195
|
}
|
|
196
196
|
.wp-block-legacy-widget__edit-preview:hover::after,
|
|
197
197
|
.wp-block-legacy-widget__edit-no-preview:hover::after {
|
package/build-style/style.css
CHANGED
|
@@ -191,7 +191,7 @@
|
|
|
191
191
|
|
|
192
192
|
.wp-block-legacy-widget__edit-preview,
|
|
193
193
|
.wp-block-legacy-widget__edit-no-preview {
|
|
194
|
-
cursor: pointer;
|
|
194
|
+
cursor: var(--wpds-cursor-control, pointer);
|
|
195
195
|
}
|
|
196
196
|
.wp-block-legacy-widget__edit-preview:hover::after,
|
|
197
197
|
.wp-block-legacy-widget__edit-no-preview:hover::after {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wordpress/widgets",
|
|
3
|
-
"version": "4.44.0",
|
|
3
|
+
"version": "4.44.1-next.v.202604201441.0+dab6d8c07",
|
|
4
4
|
"description": "Functionality used by the widgets block editor in the Widgets screen and the Customizer.",
|
|
5
5
|
"author": "The WordPress Contributors",
|
|
6
6
|
"license": "GPL-2.0-or-later",
|
|
@@ -64,18 +64,18 @@
|
|
|
64
64
|
}
|
|
65
65
|
},
|
|
66
66
|
"dependencies": {
|
|
67
|
-
"@wordpress/api-fetch": "^7.44.0",
|
|
68
|
-
"@wordpress/base-styles": "^6.20.0",
|
|
69
|
-
"@wordpress/block-editor": "^15.
|
|
70
|
-
"@wordpress/blocks": "^15.17.0",
|
|
71
|
-
"@wordpress/components": "^
|
|
72
|
-
"@wordpress/compose": "^7.44.0",
|
|
73
|
-
"@wordpress/core-data": "^7.44.0",
|
|
74
|
-
"@wordpress/data": "^10.
|
|
75
|
-
"@wordpress/element": "^6.44.0",
|
|
76
|
-
"@wordpress/i18n": "^6.17.0",
|
|
77
|
-
"@wordpress/icons": "^12.2.0",
|
|
78
|
-
"@wordpress/notices": "^5.44.0",
|
|
67
|
+
"@wordpress/api-fetch": "^7.44.1-next.v.202604201441.0+dab6d8c07",
|
|
68
|
+
"@wordpress/base-styles": "^6.20.1-next.v.202604201441.0+dab6d8c07",
|
|
69
|
+
"@wordpress/block-editor": "^15.18.1-next.v.202604201441.0+dab6d8c07",
|
|
70
|
+
"@wordpress/blocks": "^15.17.2-next.v.202604201441.0+dab6d8c07",
|
|
71
|
+
"@wordpress/components": "^33.0.1-next.v.202604201441.0+dab6d8c07",
|
|
72
|
+
"@wordpress/compose": "^7.44.1-next.v.202604201441.0+dab6d8c07",
|
|
73
|
+
"@wordpress/core-data": "^7.44.1-next.v.202604201441.0+dab6d8c07",
|
|
74
|
+
"@wordpress/data": "^10.45.1-next.v.202604201441.0+dab6d8c07",
|
|
75
|
+
"@wordpress/element": "^6.44.1-next.v.202604201441.0+dab6d8c07",
|
|
76
|
+
"@wordpress/i18n": "^6.17.1-next.v.202604201441.0+dab6d8c07",
|
|
77
|
+
"@wordpress/icons": "^12.2.1-next.v.202604201441.0+dab6d8c07",
|
|
78
|
+
"@wordpress/notices": "^5.44.1-next.v.202604201441.0+dab6d8c07",
|
|
79
79
|
"clsx": "^2.1.1"
|
|
80
80
|
},
|
|
81
81
|
"peerDependencies": {
|
|
@@ -85,5 +85,5 @@
|
|
|
85
85
|
"publishConfig": {
|
|
86
86
|
"access": "public"
|
|
87
87
|
},
|
|
88
|
-
"gitHead": "
|
|
88
|
+
"gitHead": "c788005ba4ee2a34851c1217c51602656aa7c3a6"
|
|
89
89
|
}
|