@wordpress/widgets 4.43.1-next.v.202604091042.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.
package/CHANGELOG.md CHANGED
@@ -2,6 +2,8 @@
2
2
 
3
3
  ## Unreleased
4
4
 
5
+ ## 4.44.0 (2026-04-15)
6
+
5
7
  ## 4.43.0 (2026-04-01)
6
8
 
7
9
  ## 4.42.0 (2026-03-18)
@@ -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 {
@@ -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.43.1-next.v.202604091042.0+668146787",
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.43.1-next.v.202604091042.0+668146787",
68
- "@wordpress/base-styles": "^6.19.1-next.v.202604091042.0+668146787",
69
- "@wordpress/block-editor": "^15.16.1-next.v.202604091042.0+668146787",
70
- "@wordpress/blocks": "^15.16.1-next.v.202604091042.0+668146787",
71
- "@wordpress/components": "^32.5.2-next.v.202604091042.0+668146787",
72
- "@wordpress/compose": "^7.43.1-next.v.202604091042.0+668146787",
73
- "@wordpress/core-data": "^7.43.2-next.v.202604091042.0+668146787",
74
- "@wordpress/data": "^10.43.1-next.v.202604091042.0+668146787",
75
- "@wordpress/element": "^6.44.1-next.v.202604091042.0+668146787",
76
- "@wordpress/i18n": "^6.17.1-next.v.202604091042.0+668146787",
77
- "@wordpress/icons": "^12.1.1-next.v.202604091042.0+668146787",
78
- "@wordpress/notices": "^5.43.1-next.v.202604091042.0+668146787",
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": "73606df74f1c38a084bfa5db97205259ef817593"
88
+ "gitHead": "c788005ba4ee2a34851c1217c51602656aa7c3a6"
89
89
  }
@@ -95,7 +95,7 @@
95
95
 
96
96
  .wp-block-legacy-widget__edit-preview,
97
97
  .wp-block-legacy-widget__edit-no-preview {
98
- cursor: pointer;
98
+ cursor: var(--wpds-cursor-control);
99
99
 
100
100
  &:hover::after {
101
101
  border-radius: $radius-small;