@wordpress/widgets 4.33.1-next.36001005c.0 → 4.33.2
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/build-style/style.css
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wordpress/widgets",
|
|
3
|
-
"version": "4.33.
|
|
3
|
+
"version": "4.33.2",
|
|
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.
|
|
61
|
-
"@wordpress/block-editor": "^15.6.
|
|
62
|
-
"@wordpress/blocks": "^15.6.1
|
|
63
|
-
"@wordpress/components": "^30.
|
|
64
|
-
"@wordpress/compose": "^7.33.1
|
|
65
|
-
"@wordpress/core-data": "^7.33.
|
|
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.33.1",
|
|
60
|
+
"@wordpress/base-styles": "^6.9.1",
|
|
61
|
+
"@wordpress/block-editor": "^15.6.2",
|
|
62
|
+
"@wordpress/blocks": "^15.6.1",
|
|
63
|
+
"@wordpress/components": "^30.6.1",
|
|
64
|
+
"@wordpress/compose": "^7.33.1",
|
|
65
|
+
"@wordpress/core-data": "^7.33.2",
|
|
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",
|
|
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": "
|
|
80
|
+
"gitHead": "45005cc254bab59182927e35a68cd22f6320634d"
|
|
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:
|
|
153
|
+
font-weight: 500;
|
|
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.
|