@wordpress/edit-post 8.35.1-next.16d95556a.0 → 8.36.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,12 @@
2
2
 
3
3
  ## Unreleased
4
4
 
5
+ ## 8.36.0 (2025-11-26)
6
+
7
+ ### Internal
8
+
9
+ - Adjusted `welcome-guide` styles to define the close-button hover state internally after refactoring in the shared `Guide` component.
10
+
5
11
  ## 8.35.0 (2025-11-12)
6
12
 
7
13
  ## 8.34.0 (2025-10-29)
@@ -256,6 +256,26 @@
256
256
  font-size: 12px;
257
257
  }
258
258
 
259
+ .admin-ui-breadcrumbs__list {
260
+ list-style: none;
261
+ padding: 0;
262
+ margin: 0;
263
+ gap: 0;
264
+ font-size: 15px;
265
+ min-height: 32px;
266
+ font-weight: 500;
267
+ }
268
+
269
+ .admin-ui-breadcrumbs__list li:not(:last-child)::after {
270
+ content: "/";
271
+ margin: 0 8px;
272
+ }
273
+
274
+ .admin-ui-breadcrumbs__list h1 {
275
+ font-size: inherit;
276
+ line-height: inherit;
277
+ }
278
+
259
279
  .edit-post-fullscreen-mode-close__view-mode-toggle {
260
280
  top: 0;
261
281
  right: 0;
@@ -626,6 +646,10 @@ body.is-fullscreen-mode .edit-post-layout .components-editor-notices__snackbar {
626
646
  margin: 0 4px;
627
647
  vertical-align: text-top;
628
648
  }
649
+ .edit-post-welcome-guide .components-button:hover svg,
650
+ .edit-template-welcome-guide .components-button:hover svg {
651
+ fill: #fff;
652
+ }
629
653
 
630
654
  .edit-template-welcome-guide .components-button svg {
631
655
  fill: #fff;
@@ -256,6 +256,26 @@
256
256
  font-size: 12px;
257
257
  }
258
258
 
259
+ .admin-ui-breadcrumbs__list {
260
+ list-style: none;
261
+ padding: 0;
262
+ margin: 0;
263
+ gap: 0;
264
+ font-size: 15px;
265
+ min-height: 32px;
266
+ font-weight: 500;
267
+ }
268
+
269
+ .admin-ui-breadcrumbs__list li:not(:last-child)::after {
270
+ content: "/";
271
+ margin: 0 8px;
272
+ }
273
+
274
+ .admin-ui-breadcrumbs__list h1 {
275
+ font-size: inherit;
276
+ line-height: inherit;
277
+ }
278
+
259
279
  .edit-post-fullscreen-mode-close__view-mode-toggle {
260
280
  top: 0;
261
281
  left: 0;
@@ -626,6 +646,10 @@ body.is-fullscreen-mode .edit-post-layout .components-editor-notices__snackbar {
626
646
  margin: 0 4px;
627
647
  vertical-align: text-top;
628
648
  }
649
+ .edit-post-welcome-guide .components-button:hover svg,
650
+ .edit-template-welcome-guide .components-button:hover svg {
651
+ fill: #fff;
652
+ }
629
653
 
630
654
  .edit-template-welcome-guide .components-button svg {
631
655
  fill: #fff;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wordpress/edit-post",
3
- "version": "8.35.1-next.16d95556a.0",
3
+ "version": "8.36.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.35.1-next.16d95556a.0",
44
- "@wordpress/admin-ui": "^1.3.1-next.16d95556a.0",
45
- "@wordpress/api-fetch": "^7.35.1-next.16d95556a.0",
46
- "@wordpress/base-styles": "^6.11.1-next.16d95556a.0",
47
- "@wordpress/block-editor": "^15.8.1-next.16d95556a.0",
48
- "@wordpress/block-library": "^9.35.1-next.16d95556a.0",
49
- "@wordpress/blocks": "^15.8.1-next.16d95556a.0",
50
- "@wordpress/commands": "^1.35.1-next.16d95556a.0",
51
- "@wordpress/components": "^30.8.1-next.16d95556a.0",
52
- "@wordpress/compose": "^7.35.1-next.16d95556a.0",
53
- "@wordpress/core-data": "^7.35.1-next.16d95556a.0",
54
- "@wordpress/data": "^10.35.1-next.16d95556a.0",
55
- "@wordpress/deprecated": "^4.35.1-next.16d95556a.0",
56
- "@wordpress/dom": "^4.35.1-next.16d95556a.0",
57
- "@wordpress/editor": "^14.35.1-next.16d95556a.0",
58
- "@wordpress/element": "^6.35.1-next.16d95556a.0",
59
- "@wordpress/global-styles-engine": "^1.2.1-next.16d95556a.0",
60
- "@wordpress/hooks": "^4.35.1-next.16d95556a.0",
61
- "@wordpress/html-entities": "^4.35.1-next.16d95556a.0",
62
- "@wordpress/i18n": "^6.8.1-next.16d95556a.0",
63
- "@wordpress/icons": "^11.2.1-next.16d95556a.0",
64
- "@wordpress/keyboard-shortcuts": "^5.35.1-next.16d95556a.0",
65
- "@wordpress/keycodes": "^4.35.1-next.16d95556a.0",
66
- "@wordpress/notices": "^5.35.1-next.16d95556a.0",
67
- "@wordpress/plugins": "^7.35.1-next.16d95556a.0",
68
- "@wordpress/preferences": "^4.35.1-next.16d95556a.0",
69
- "@wordpress/private-apis": "^1.35.1-next.16d95556a.0",
70
- "@wordpress/url": "^4.35.1-next.16d95556a.0",
71
- "@wordpress/viewport": "^6.35.1-next.16d95556a.0",
72
- "@wordpress/warning": "^3.35.1-next.16d95556a.0",
73
- "@wordpress/widgets": "^4.35.1-next.16d95556a.0",
43
+ "@wordpress/a11y": "^4.36.0",
44
+ "@wordpress/admin-ui": "^1.4.0",
45
+ "@wordpress/api-fetch": "^7.36.0",
46
+ "@wordpress/base-styles": "^6.12.0",
47
+ "@wordpress/block-editor": "^15.9.0",
48
+ "@wordpress/block-library": "^9.36.0",
49
+ "@wordpress/blocks": "^15.9.0",
50
+ "@wordpress/commands": "^1.36.0",
51
+ "@wordpress/components": "^30.9.0",
52
+ "@wordpress/compose": "^7.36.0",
53
+ "@wordpress/core-data": "^7.36.0",
54
+ "@wordpress/data": "^10.36.0",
55
+ "@wordpress/deprecated": "^4.36.0",
56
+ "@wordpress/dom": "^4.36.0",
57
+ "@wordpress/editor": "^14.36.0",
58
+ "@wordpress/element": "^6.36.0",
59
+ "@wordpress/global-styles-engine": "^1.3.0",
60
+ "@wordpress/hooks": "^4.36.0",
61
+ "@wordpress/html-entities": "^4.36.0",
62
+ "@wordpress/i18n": "^6.9.0",
63
+ "@wordpress/icons": "^11.3.0",
64
+ "@wordpress/keyboard-shortcuts": "^5.36.0",
65
+ "@wordpress/keycodes": "^4.36.0",
66
+ "@wordpress/notices": "^5.36.0",
67
+ "@wordpress/plugins": "^7.36.0",
68
+ "@wordpress/preferences": "^4.36.0",
69
+ "@wordpress/private-apis": "^1.36.0",
70
+ "@wordpress/url": "^4.36.0",
71
+ "@wordpress/viewport": "^6.36.0",
72
+ "@wordpress/warning": "^3.36.0",
73
+ "@wordpress/widgets": "^4.36.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": "59a9383612bbe16e21af84d13b035bfbca7fe833"
84
+ "gitHead": "b35cf1a2dce04665e99fd6b9c2891c0b336361b9"
85
85
  }
@@ -34,6 +34,13 @@
34
34
  margin: 0 4px;
35
35
  vertical-align: text-top;
36
36
  }
37
+ .components-button {
38
+ &:hover {
39
+ svg {
40
+ fill: $white;
41
+ }
42
+ }
43
+ }
37
44
  }
38
45
 
39
46
  .edit-template-welcome-guide {