@wordpress/edit-post 8.36.1-next.8b30e05b0.0 → 8.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
+ ## 8.37.0 (2025-12-23)
6
+
5
7
  ## 8.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;
@@ -632,14 +621,14 @@ body.is-fullscreen-mode .edit-post-layout .components-editor-notices__snackbar {
632
621
  font-size: 24px;
633
622
  line-height: 1.4;
634
623
  margin: 16px 0 16px 0;
635
- padding: 0 32px;
624
+ padding: 0 24px;
636
625
  }
637
626
  .edit-post-welcome-guide__text,
638
627
  .edit-template-welcome-guide__text {
639
628
  font-size: 13px;
640
629
  line-height: 1.4;
641
630
  margin: 0 0 24px 0;
642
- padding: 0 32px;
631
+ padding: 0 24px;
643
632
  }
644
633
  .edit-post-welcome-guide__inserter-icon,
645
634
  .edit-template-welcome-guide__inserter-icon {
@@ -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;
@@ -632,14 +621,14 @@ body.is-fullscreen-mode .edit-post-layout .components-editor-notices__snackbar {
632
621
  font-size: 24px;
633
622
  line-height: 1.4;
634
623
  margin: 16px 0 16px 0;
635
- padding: 0 32px;
624
+ padding: 0 24px;
636
625
  }
637
626
  .edit-post-welcome-guide__text,
638
627
  .edit-template-welcome-guide__text {
639
628
  font-size: 13px;
640
629
  line-height: 1.4;
641
630
  margin: 0 0 24px 0;
642
- padding: 0 32px;
631
+ padding: 0 24px;
643
632
  }
644
633
  .edit-post-welcome-guide__inserter-icon,
645
634
  .edit-template-welcome-guide__inserter-icon {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wordpress/edit-post",
3
- "version": "8.36.1-next.8b30e05b0.0",
3
+ "version": "8.37.0",
4
4
  "description": "Edit Post module for WordPress.",
5
5
  "author": "The WordPress Contributors",
6
6
  "license": "GPL-2.0-or-later",
@@ -40,37 +40,37 @@
40
40
  "postbox"
41
41
  ],
42
42
  "dependencies": {
43
- "@wordpress/a11y": "^4.36.1-next.8b30e05b0.0",
44
- "@wordpress/admin-ui": "^1.4.1-next.8b30e05b0.0",
45
- "@wordpress/api-fetch": "^7.36.1-next.8b30e05b0.0",
46
- "@wordpress/base-styles": "^6.12.1-next.8b30e05b0.0",
47
- "@wordpress/block-editor": "^15.9.1-next.8b30e05b0.0",
48
- "@wordpress/block-library": "^9.36.1-next.8b30e05b0.0",
49
- "@wordpress/blocks": "^15.9.1-next.8b30e05b0.0",
50
- "@wordpress/commands": "^1.36.1-next.8b30e05b0.0",
51
- "@wordpress/components": "^30.9.1-next.8b30e05b0.0",
52
- "@wordpress/compose": "^7.36.1-next.8b30e05b0.0",
53
- "@wordpress/core-data": "^7.36.1-next.8b30e05b0.0",
54
- "@wordpress/data": "^10.36.1-next.8b30e05b0.0",
55
- "@wordpress/deprecated": "^4.36.1-next.8b30e05b0.0",
56
- "@wordpress/dom": "^4.36.1-next.8b30e05b0.0",
57
- "@wordpress/editor": "^14.36.1-next.8b30e05b0.0",
58
- "@wordpress/element": "^6.36.1-next.8b30e05b0.0",
59
- "@wordpress/global-styles-engine": "^1.3.1-next.8b30e05b0.0",
60
- "@wordpress/hooks": "^4.36.1-next.8b30e05b0.0",
61
- "@wordpress/html-entities": "^4.36.1-next.8b30e05b0.0",
62
- "@wordpress/i18n": "^6.9.1-next.8b30e05b0.0",
63
- "@wordpress/icons": "^11.3.1-next.8b30e05b0.0",
64
- "@wordpress/keyboard-shortcuts": "^5.36.1-next.8b30e05b0.0",
65
- "@wordpress/keycodes": "^4.36.1-next.8b30e05b0.0",
66
- "@wordpress/notices": "^5.36.1-next.8b30e05b0.0",
67
- "@wordpress/plugins": "^7.36.1-next.8b30e05b0.0",
68
- "@wordpress/preferences": "^4.36.1-next.8b30e05b0.0",
69
- "@wordpress/private-apis": "^1.36.1-next.8b30e05b0.0",
70
- "@wordpress/url": "^4.36.1-next.8b30e05b0.0",
71
- "@wordpress/viewport": "^6.36.1-next.8b30e05b0.0",
72
- "@wordpress/warning": "^3.36.1-next.8b30e05b0.0",
73
- "@wordpress/widgets": "^4.36.1-next.8b30e05b0.0",
43
+ "@wordpress/a11y": "^4.37.0",
44
+ "@wordpress/admin-ui": "^1.5.0",
45
+ "@wordpress/api-fetch": "^7.37.0",
46
+ "@wordpress/base-styles": "^6.13.0",
47
+ "@wordpress/block-editor": "^15.10.0",
48
+ "@wordpress/block-library": "^9.37.0",
49
+ "@wordpress/blocks": "^15.10.0",
50
+ "@wordpress/commands": "^1.37.0",
51
+ "@wordpress/components": "^31.0.0",
52
+ "@wordpress/compose": "^7.37.0",
53
+ "@wordpress/core-data": "^7.37.0",
54
+ "@wordpress/data": "^10.37.0",
55
+ "@wordpress/deprecated": "^4.37.0",
56
+ "@wordpress/dom": "^4.37.0",
57
+ "@wordpress/editor": "^14.37.0",
58
+ "@wordpress/element": "^6.37.0",
59
+ "@wordpress/global-styles-engine": "^1.4.0",
60
+ "@wordpress/hooks": "^4.37.0",
61
+ "@wordpress/html-entities": "^4.37.0",
62
+ "@wordpress/i18n": "^6.10.0",
63
+ "@wordpress/icons": "^11.4.0",
64
+ "@wordpress/keyboard-shortcuts": "^5.37.0",
65
+ "@wordpress/keycodes": "^4.37.0",
66
+ "@wordpress/notices": "^5.37.0",
67
+ "@wordpress/plugins": "^7.37.0",
68
+ "@wordpress/preferences": "^4.37.0",
69
+ "@wordpress/private-apis": "^1.37.0",
70
+ "@wordpress/url": "^4.37.0",
71
+ "@wordpress/viewport": "^6.37.0",
72
+ "@wordpress/warning": "^3.37.0",
73
+ "@wordpress/widgets": "^4.37.0",
74
74
  "clsx": "^2.1.1",
75
75
  "memize": "^2.1.0"
76
76
  },
@@ -81,5 +81,5 @@
81
81
  "publishConfig": {
82
82
  "access": "public"
83
83
  },
84
- "gitHead": "2466f6bc223f8be98c55e1ac7270e8c3e413eaaf"
84
+ "gitHead": "2cf13ec6cf86153c9b3cf369bf5c59046f5cd950"
85
85
  }
@@ -20,14 +20,14 @@
20
20
  font-size: 24px;
21
21
  line-height: 1.4;
22
22
  margin: $grid-unit-20 0 $grid-unit-20 0;
23
- padding: 0 $grid-unit-40;
23
+ padding: 0 $grid-unit-30;
24
24
  }
25
25
 
26
26
  &__text {
27
27
  font-size: $default-font-size;
28
28
  line-height: 1.4;
29
29
  margin: 0 0 $grid-unit-30 0;
30
- padding: 0 $grid-unit-40;
30
+ padding: 0 $grid-unit-30;
31
31
  }
32
32
 
33
33
  &__inserter-icon {