@wordpress/edit-widgets 6.36.1-next.8b30e05b0.0 → 6.37.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
+ ## 6.37.0 (2025-12-23)
6
+
5
7
  ## 6.36.0 (2025-11-26)
6
8
 
7
9
  ### Internal
@@ -195,27 +195,21 @@
195
195
  position: relative;
196
196
  z-index: 1;
197
197
  flex-flow: column;
198
- container: admin-ui-page/inline-size;
199
198
  }
200
199
 
201
- @media not (prefers-reduced-motion) {
202
- .admin-ui-page {
203
- transition: width ease-out 0.2s;
204
- }
205
- }
206
200
  .admin-ui-page__header {
207
- padding: 16px 48px;
201
+ padding: 16px 24px;
208
202
  border-bottom: 1px solid #f0f0f0;
209
203
  background: #fff;
210
204
  position: sticky;
211
205
  top: 0;
206
+ z-index: 1;
212
207
  }
213
208
 
214
- @container (max-width: 430px) {
215
- .admin-ui-page__header {
216
- padding: 16px 24px;
217
- }
209
+ .admin-ui-page__sidebar-toggle-slot:empty {
210
+ display: none;
218
211
  }
212
+
219
213
  .admin-ui-page__header-subtitle {
220
214
  padding-block-end: 8px;
221
215
  color: #757575;
@@ -234,14 +228,9 @@
234
228
  }
235
229
 
236
230
  .admin-ui-page__content.has-padding {
237
- padding: 16px 20px;
231
+ padding: 16px 24px;
238
232
  }
239
233
 
240
- @container (max-width: 430px) {
241
- .admin-ui-page__content.has-padding {
242
- padding: 16px 24px;
243
- }
244
- }
245
234
  .show-icon-labels .admin-ui-page__header-actions .components-button.has-icon {
246
235
  width: auto;
247
236
  padding: 0 8px;
@@ -195,27 +195,21 @@
195
195
  position: relative;
196
196
  z-index: 1;
197
197
  flex-flow: column;
198
- container: admin-ui-page/inline-size;
199
198
  }
200
199
 
201
- @media not (prefers-reduced-motion) {
202
- .admin-ui-page {
203
- transition: width ease-out 0.2s;
204
- }
205
- }
206
200
  .admin-ui-page__header {
207
- padding: 16px 48px;
201
+ padding: 16px 24px;
208
202
  border-bottom: 1px solid #f0f0f0;
209
203
  background: #fff;
210
204
  position: sticky;
211
205
  top: 0;
206
+ z-index: 1;
212
207
  }
213
208
 
214
- @container (max-width: 430px) {
215
- .admin-ui-page__header {
216
- padding: 16px 24px;
217
- }
209
+ .admin-ui-page__sidebar-toggle-slot:empty {
210
+ display: none;
218
211
  }
212
+
219
213
  .admin-ui-page__header-subtitle {
220
214
  padding-block-end: 8px;
221
215
  color: #757575;
@@ -234,14 +228,9 @@
234
228
  }
235
229
 
236
230
  .admin-ui-page__content.has-padding {
237
- padding: 16px 20px;
231
+ padding: 16px 24px;
238
232
  }
239
233
 
240
- @container (max-width: 430px) {
241
- .admin-ui-page__content.has-padding {
242
- padding: 16px 24px;
243
- }
244
- }
245
234
  .show-icon-labels .admin-ui-page__header-actions .components-button.has-icon {
246
235
  width: auto;
247
236
  padding: 0 8px;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wordpress/edit-widgets",
3
- "version": "6.36.1-next.8b30e05b0.0",
3
+ "version": "6.37.0",
4
4
  "description": "Widgets Page module for WordPress..",
5
5
  "author": "The WordPress Contributors",
6
6
  "license": "GPL-2.0-or-later",
@@ -40,33 +40,33 @@
40
40
  ]
41
41
  },
42
42
  "dependencies": {
43
- "@wordpress/api-fetch": "^7.36.1-next.8b30e05b0.0",
44
- "@wordpress/base-styles": "^6.12.1-next.8b30e05b0.0",
45
- "@wordpress/block-editor": "^15.9.1-next.8b30e05b0.0",
46
- "@wordpress/block-library": "^9.36.1-next.8b30e05b0.0",
47
- "@wordpress/blocks": "^15.9.1-next.8b30e05b0.0",
48
- "@wordpress/components": "^30.9.1-next.8b30e05b0.0",
49
- "@wordpress/compose": "^7.36.1-next.8b30e05b0.0",
50
- "@wordpress/core-data": "^7.36.1-next.8b30e05b0.0",
51
- "@wordpress/data": "^10.36.1-next.8b30e05b0.0",
52
- "@wordpress/deprecated": "^4.36.1-next.8b30e05b0.0",
53
- "@wordpress/dom": "^4.36.1-next.8b30e05b0.0",
54
- "@wordpress/element": "^6.36.1-next.8b30e05b0.0",
55
- "@wordpress/hooks": "^4.36.1-next.8b30e05b0.0",
56
- "@wordpress/i18n": "^6.9.1-next.8b30e05b0.0",
57
- "@wordpress/icons": "^11.3.1-next.8b30e05b0.0",
58
- "@wordpress/interface": "^9.21.1-next.8b30e05b0.0",
59
- "@wordpress/keyboard-shortcuts": "^5.36.1-next.8b30e05b0.0",
60
- "@wordpress/keycodes": "^4.36.1-next.8b30e05b0.0",
61
- "@wordpress/media-utils": "^5.36.1-next.8b30e05b0.0",
62
- "@wordpress/notices": "^5.36.1-next.8b30e05b0.0",
63
- "@wordpress/patterns": "^2.36.1-next.8b30e05b0.0",
64
- "@wordpress/plugins": "^7.36.1-next.8b30e05b0.0",
65
- "@wordpress/preferences": "^4.36.1-next.8b30e05b0.0",
66
- "@wordpress/private-apis": "^1.36.1-next.8b30e05b0.0",
67
- "@wordpress/reusable-blocks": "^5.36.1-next.8b30e05b0.0",
68
- "@wordpress/url": "^4.36.1-next.8b30e05b0.0",
69
- "@wordpress/widgets": "^4.36.1-next.8b30e05b0.0",
43
+ "@wordpress/api-fetch": "^7.37.0",
44
+ "@wordpress/base-styles": "^6.13.0",
45
+ "@wordpress/block-editor": "^15.10.0",
46
+ "@wordpress/block-library": "^9.37.0",
47
+ "@wordpress/blocks": "^15.10.0",
48
+ "@wordpress/components": "^31.0.0",
49
+ "@wordpress/compose": "^7.37.0",
50
+ "@wordpress/core-data": "^7.37.0",
51
+ "@wordpress/data": "^10.37.0",
52
+ "@wordpress/deprecated": "^4.37.0",
53
+ "@wordpress/dom": "^4.37.0",
54
+ "@wordpress/element": "^6.37.0",
55
+ "@wordpress/hooks": "^4.37.0",
56
+ "@wordpress/i18n": "^6.10.0",
57
+ "@wordpress/icons": "^11.4.0",
58
+ "@wordpress/interface": "^9.22.0",
59
+ "@wordpress/keyboard-shortcuts": "^5.37.0",
60
+ "@wordpress/keycodes": "^4.37.0",
61
+ "@wordpress/media-utils": "^5.37.0",
62
+ "@wordpress/notices": "^5.37.0",
63
+ "@wordpress/patterns": "^2.37.0",
64
+ "@wordpress/plugins": "^7.37.0",
65
+ "@wordpress/preferences": "^4.37.0",
66
+ "@wordpress/private-apis": "^1.37.0",
67
+ "@wordpress/reusable-blocks": "^5.37.0",
68
+ "@wordpress/url": "^4.37.0",
69
+ "@wordpress/widgets": "^4.37.0",
70
70
  "clsx": "^2.1.1"
71
71
  },
72
72
  "peerDependencies": {
@@ -76,5 +76,5 @@
76
76
  "publishConfig": {
77
77
  "access": "public"
78
78
  },
79
- "gitHead": "2466f6bc223f8be98c55e1ac7270e8c3e413eaaf"
79
+ "gitHead": "2cf13ec6cf86153c9b3cf369bf5c59046f5cd950"
80
80
  }