@wordpress/widgets 4.33.1 → 4.34.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.34.0 (2025-10-29)
6
+
5
7
  ## 4.33.0 (2025-10-17)
6
8
 
7
9
  ## 4.32.0 (2025-10-01)
@@ -236,7 +236,7 @@
236
236
 
237
237
  .interface-complementary-area .wp-block-legacy-widget-inspector-card__name {
238
238
  margin: 0 0 5px;
239
- font-weight: 500;
239
+ font-weight: 499;
240
240
  }
241
241
 
242
242
  .is-selected .wp-block-legacy-widget__container {
@@ -236,7 +236,7 @@
236
236
 
237
237
  .interface-complementary-area .wp-block-legacy-widget-inspector-card__name {
238
238
  margin: 0 0 5px;
239
- font-weight: 500;
239
+ font-weight: 499;
240
240
  }
241
241
 
242
242
  .is-selected .wp-block-legacy-widget__container {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wordpress/widgets",
3
- "version": "4.33.1",
3
+ "version": "4.34.0",
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",
@@ -56,18 +56,18 @@
56
56
  }
57
57
  },
58
58
  "dependencies": {
59
- "@wordpress/api-fetch": "^7.33.1",
60
- "@wordpress/base-styles": "^6.9.1",
61
- "@wordpress/block-editor": "^15.6.1",
62
- "@wordpress/blocks": "^15.6.1",
63
- "@wordpress/components": "^30.6.1",
64
- "@wordpress/compose": "^7.33.1",
65
- "@wordpress/core-data": "^7.33.1",
66
- "@wordpress/data": "^10.33.1",
67
- "@wordpress/element": "^6.33.1",
68
- "@wordpress/i18n": "^6.6.1",
69
- "@wordpress/icons": "^11.0.1",
70
- "@wordpress/notices": "^5.33.1",
59
+ "@wordpress/api-fetch": "^7.34.0",
60
+ "@wordpress/base-styles": "^6.10.0",
61
+ "@wordpress/block-editor": "^15.7.0",
62
+ "@wordpress/blocks": "^15.7.0",
63
+ "@wordpress/components": "^30.7.0",
64
+ "@wordpress/compose": "^7.34.0",
65
+ "@wordpress/core-data": "^7.34.0",
66
+ "@wordpress/data": "^10.34.0",
67
+ "@wordpress/element": "^6.34.0",
68
+ "@wordpress/i18n": "^6.7.0",
69
+ "@wordpress/icons": "^11.1.0",
70
+ "@wordpress/notices": "^5.34.0",
71
71
  "clsx": "^2.1.1"
72
72
  },
73
73
  "peerDependencies": {
@@ -77,5 +77,5 @@
77
77
  "publishConfig": {
78
78
  "access": "public"
79
79
  },
80
- "gitHead": "5f84bafdec1bed05247c1080c12f6a237951b862"
80
+ "gitHead": "ceebff807958d2e8fc755b5a20473939c78b4d1d"
81
81
  }
@@ -150,7 +150,7 @@
150
150
 
151
151
  .interface-complementary-area .wp-block-legacy-widget-inspector-card__name {
152
152
  margin: 0 0 5px;
153
- font-weight: 500;
153
+ font-weight: $font-weight-medium;
154
154
  }
155
155
 
156
156
  // When wide widget is selected it opens in a popover but its container should still have a bit of height.