@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 +6 -0
- package/build-style/style-rtl.css +24 -0
- package/build-style/style.css +24 -0
- package/package.json +33 -33
- package/src/components/welcome-guide/style.scss +7 -0
package/CHANGELOG.md
CHANGED
|
@@ -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;
|
package/build-style/style.css
CHANGED
|
@@ -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.
|
|
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.
|
|
44
|
-
"@wordpress/admin-ui": "^1.
|
|
45
|
-
"@wordpress/api-fetch": "^7.
|
|
46
|
-
"@wordpress/base-styles": "^6.
|
|
47
|
-
"@wordpress/block-editor": "^15.
|
|
48
|
-
"@wordpress/block-library": "^9.
|
|
49
|
-
"@wordpress/blocks": "^15.
|
|
50
|
-
"@wordpress/commands": "^1.
|
|
51
|
-
"@wordpress/components": "^30.
|
|
52
|
-
"@wordpress/compose": "^7.
|
|
53
|
-
"@wordpress/core-data": "^7.
|
|
54
|
-
"@wordpress/data": "^10.
|
|
55
|
-
"@wordpress/deprecated": "^4.
|
|
56
|
-
"@wordpress/dom": "^4.
|
|
57
|
-
"@wordpress/editor": "^14.
|
|
58
|
-
"@wordpress/element": "^6.
|
|
59
|
-
"@wordpress/global-styles-engine": "^1.
|
|
60
|
-
"@wordpress/hooks": "^4.
|
|
61
|
-
"@wordpress/html-entities": "^4.
|
|
62
|
-
"@wordpress/i18n": "^6.
|
|
63
|
-
"@wordpress/icons": "^11.
|
|
64
|
-
"@wordpress/keyboard-shortcuts": "^5.
|
|
65
|
-
"@wordpress/keycodes": "^4.
|
|
66
|
-
"@wordpress/notices": "^5.
|
|
67
|
-
"@wordpress/plugins": "^7.
|
|
68
|
-
"@wordpress/preferences": "^4.
|
|
69
|
-
"@wordpress/private-apis": "^1.
|
|
70
|
-
"@wordpress/url": "^4.
|
|
71
|
-
"@wordpress/viewport": "^6.
|
|
72
|
-
"@wordpress/warning": "^3.
|
|
73
|
-
"@wordpress/widgets": "^4.
|
|
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": "
|
|
84
|
+
"gitHead": "b35cf1a2dce04665e99fd6b9c2891c0b336361b9"
|
|
85
85
|
}
|