@wordpress/edit-post 8.41.1-next.v.202603161435.0 → 8.43.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
|
@@ -118,7 +118,7 @@
|
|
|
118
118
|
}
|
|
119
119
|
|
|
120
120
|
.admin-ui-page__header {
|
|
121
|
-
padding: var(--wpds-dimension-padding-
|
|
121
|
+
padding: var(--wpds-dimension-padding-md, 12px) var(--wpds-dimension-padding-2xl, 24px);
|
|
122
122
|
border-bottom: var(--wpds-border-width-xs, 1px) solid var(--wpds-color-stroke-surface-neutral-weak, #e0e0e0);
|
|
123
123
|
background: var(--wpds-color-bg-surface-neutral-strong, #ffffff);
|
|
124
124
|
position: sticky;
|
|
@@ -128,9 +128,9 @@
|
|
|
128
128
|
|
|
129
129
|
.admin-ui-page__header-title {
|
|
130
130
|
font-family: var(--wpds-font-family-heading, -apple-system, system-ui, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif);
|
|
131
|
-
font-size: var(--wpds-font-size-
|
|
131
|
+
font-size: var(--wpds-font-size-lg, 15px);
|
|
132
132
|
font-weight: var(--wpds-font-weight-medium, 499);
|
|
133
|
-
line-height: var(--wpds-font-line-height-
|
|
133
|
+
line-height: var(--wpds-font-line-height-lg, 28px);
|
|
134
134
|
margin: 0;
|
|
135
135
|
overflow: hidden;
|
|
136
136
|
text-overflow: ellipsis;
|
|
@@ -220,13 +220,15 @@
|
|
|
220
220
|
* These variables do not appear to be used anywhere else.
|
|
221
221
|
*/
|
|
222
222
|
.admin-ui-breadcrumbs__list {
|
|
223
|
+
font-family: var(--wpds-font-family-heading, -apple-system, system-ui, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif);
|
|
224
|
+
font-size: var(--wpds-font-size-lg, 15px);
|
|
225
|
+
font-weight: var(--wpds-font-weight-medium, 499);
|
|
226
|
+
line-height: var(--wpds-font-line-height-lg, 28px);
|
|
223
227
|
list-style: none;
|
|
224
228
|
padding: 0;
|
|
225
229
|
margin: 0;
|
|
226
230
|
gap: 0;
|
|
227
|
-
font-size: 15px;
|
|
228
231
|
min-height: 32px;
|
|
229
|
-
font-weight: 500;
|
|
230
232
|
}
|
|
231
233
|
|
|
232
234
|
.admin-ui-breadcrumbs__list li:not(:last-child)::after {
|
|
@@ -526,16 +528,6 @@
|
|
|
526
528
|
.edit-post-meta-boxes-area .is-hidden {
|
|
527
529
|
display: none;
|
|
528
530
|
}
|
|
529
|
-
.edit-post-meta-boxes-area .metabox-location-side .postbox input[type=checkbox] {
|
|
530
|
-
border: 1px solid #757575;
|
|
531
|
-
}
|
|
532
|
-
.edit-post-meta-boxes-area .metabox-location-side .postbox input[type=checkbox]:checked {
|
|
533
|
-
background: #fff;
|
|
534
|
-
border-color: #757575;
|
|
535
|
-
}
|
|
536
|
-
.edit-post-meta-boxes-area .metabox-location-side .postbox input[type=checkbox]::before {
|
|
537
|
-
margin: -3px -4px;
|
|
538
|
-
}
|
|
539
531
|
|
|
540
532
|
.edit-post-meta-boxes-area__clear {
|
|
541
533
|
clear: both;
|
package/build-style/style.css
CHANGED
|
@@ -118,7 +118,7 @@
|
|
|
118
118
|
}
|
|
119
119
|
|
|
120
120
|
.admin-ui-page__header {
|
|
121
|
-
padding: var(--wpds-dimension-padding-
|
|
121
|
+
padding: var(--wpds-dimension-padding-md, 12px) var(--wpds-dimension-padding-2xl, 24px);
|
|
122
122
|
border-bottom: var(--wpds-border-width-xs, 1px) solid var(--wpds-color-stroke-surface-neutral-weak, #e0e0e0);
|
|
123
123
|
background: var(--wpds-color-bg-surface-neutral-strong, #ffffff);
|
|
124
124
|
position: sticky;
|
|
@@ -128,9 +128,9 @@
|
|
|
128
128
|
|
|
129
129
|
.admin-ui-page__header-title {
|
|
130
130
|
font-family: var(--wpds-font-family-heading, -apple-system, system-ui, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif);
|
|
131
|
-
font-size: var(--wpds-font-size-
|
|
131
|
+
font-size: var(--wpds-font-size-lg, 15px);
|
|
132
132
|
font-weight: var(--wpds-font-weight-medium, 499);
|
|
133
|
-
line-height: var(--wpds-font-line-height-
|
|
133
|
+
line-height: var(--wpds-font-line-height-lg, 28px);
|
|
134
134
|
margin: 0;
|
|
135
135
|
overflow: hidden;
|
|
136
136
|
text-overflow: ellipsis;
|
|
@@ -220,13 +220,15 @@
|
|
|
220
220
|
* These variables do not appear to be used anywhere else.
|
|
221
221
|
*/
|
|
222
222
|
.admin-ui-breadcrumbs__list {
|
|
223
|
+
font-family: var(--wpds-font-family-heading, -apple-system, system-ui, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif);
|
|
224
|
+
font-size: var(--wpds-font-size-lg, 15px);
|
|
225
|
+
font-weight: var(--wpds-font-weight-medium, 499);
|
|
226
|
+
line-height: var(--wpds-font-line-height-lg, 28px);
|
|
223
227
|
list-style: none;
|
|
224
228
|
padding: 0;
|
|
225
229
|
margin: 0;
|
|
226
230
|
gap: 0;
|
|
227
|
-
font-size: 15px;
|
|
228
231
|
min-height: 32px;
|
|
229
|
-
font-weight: 500;
|
|
230
232
|
}
|
|
231
233
|
|
|
232
234
|
.admin-ui-breadcrumbs__list li:not(:last-child)::after {
|
|
@@ -526,16 +528,6 @@
|
|
|
526
528
|
.edit-post-meta-boxes-area .is-hidden {
|
|
527
529
|
display: none;
|
|
528
530
|
}
|
|
529
|
-
.edit-post-meta-boxes-area .metabox-location-side .postbox input[type=checkbox] {
|
|
530
|
-
border: 1px solid #757575;
|
|
531
|
-
}
|
|
532
|
-
.edit-post-meta-boxes-area .metabox-location-side .postbox input[type=checkbox]:checked {
|
|
533
|
-
background: #fff;
|
|
534
|
-
border-color: #757575;
|
|
535
|
-
}
|
|
536
|
-
.edit-post-meta-boxes-area .metabox-location-side .postbox input[type=checkbox]::before {
|
|
537
|
-
margin: -3px -4px;
|
|
538
|
-
}
|
|
539
531
|
|
|
540
532
|
.edit-post-meta-boxes-area__clear {
|
|
541
533
|
clear: both;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wordpress/edit-post",
|
|
3
|
-
"version": "8.
|
|
3
|
+
"version": "8.43.0",
|
|
4
4
|
"description": "Edit Post module for WordPress.",
|
|
5
5
|
"author": "The WordPress Contributors",
|
|
6
6
|
"license": "GPL-2.0-or-later",
|
|
@@ -48,37 +48,37 @@
|
|
|
48
48
|
"postbox"
|
|
49
49
|
],
|
|
50
50
|
"dependencies": {
|
|
51
|
-
"@wordpress/a11y": "^4.
|
|
52
|
-
"@wordpress/admin-ui": "^1.
|
|
53
|
-
"@wordpress/api-fetch": "^7.
|
|
54
|
-
"@wordpress/base-styles": "^6.
|
|
55
|
-
"@wordpress/block-editor": "^15.
|
|
56
|
-
"@wordpress/block-library": "^9.
|
|
57
|
-
"@wordpress/blocks": "^15.
|
|
58
|
-
"@wordpress/commands": "^1.
|
|
59
|
-
"@wordpress/components": "^32.
|
|
60
|
-
"@wordpress/compose": "^7.
|
|
61
|
-
"@wordpress/core-data": "^7.
|
|
62
|
-
"@wordpress/data": "^10.
|
|
63
|
-
"@wordpress/deprecated": "^4.
|
|
64
|
-
"@wordpress/dom": "^4.
|
|
65
|
-
"@wordpress/editor": "^14.
|
|
66
|
-
"@wordpress/element": "^6.
|
|
67
|
-
"@wordpress/global-styles-engine": "^1.
|
|
68
|
-
"@wordpress/hooks": "^4.
|
|
69
|
-
"@wordpress/html-entities": "^4.
|
|
70
|
-
"@wordpress/i18n": "^6.
|
|
71
|
-
"@wordpress/icons": "^12.
|
|
72
|
-
"@wordpress/keyboard-shortcuts": "^5.
|
|
73
|
-
"@wordpress/keycodes": "^4.
|
|
74
|
-
"@wordpress/notices": "^5.
|
|
75
|
-
"@wordpress/plugins": "^7.
|
|
76
|
-
"@wordpress/preferences": "^4.
|
|
77
|
-
"@wordpress/private-apis": "^1.
|
|
78
|
-
"@wordpress/url": "^4.
|
|
79
|
-
"@wordpress/viewport": "^6.
|
|
80
|
-
"@wordpress/warning": "^3.
|
|
81
|
-
"@wordpress/widgets": "^4.
|
|
51
|
+
"@wordpress/a11y": "^4.43.0",
|
|
52
|
+
"@wordpress/admin-ui": "^1.11.0",
|
|
53
|
+
"@wordpress/api-fetch": "^7.43.0",
|
|
54
|
+
"@wordpress/base-styles": "^6.19.0",
|
|
55
|
+
"@wordpress/block-editor": "^15.16.0",
|
|
56
|
+
"@wordpress/block-library": "^9.43.0",
|
|
57
|
+
"@wordpress/blocks": "^15.16.0",
|
|
58
|
+
"@wordpress/commands": "^1.43.0",
|
|
59
|
+
"@wordpress/components": "^32.5.0",
|
|
60
|
+
"@wordpress/compose": "^7.43.0",
|
|
61
|
+
"@wordpress/core-data": "^7.43.0",
|
|
62
|
+
"@wordpress/data": "^10.43.0",
|
|
63
|
+
"@wordpress/deprecated": "^4.43.0",
|
|
64
|
+
"@wordpress/dom": "^4.43.0",
|
|
65
|
+
"@wordpress/editor": "^14.43.0",
|
|
66
|
+
"@wordpress/element": "^6.43.0",
|
|
67
|
+
"@wordpress/global-styles-engine": "^1.10.0",
|
|
68
|
+
"@wordpress/hooks": "^4.43.0",
|
|
69
|
+
"@wordpress/html-entities": "^4.43.0",
|
|
70
|
+
"@wordpress/i18n": "^6.16.0",
|
|
71
|
+
"@wordpress/icons": "^12.1.0",
|
|
72
|
+
"@wordpress/keyboard-shortcuts": "^5.43.0",
|
|
73
|
+
"@wordpress/keycodes": "^4.43.0",
|
|
74
|
+
"@wordpress/notices": "^5.43.0",
|
|
75
|
+
"@wordpress/plugins": "^7.43.0",
|
|
76
|
+
"@wordpress/preferences": "^4.43.0",
|
|
77
|
+
"@wordpress/private-apis": "^1.43.0",
|
|
78
|
+
"@wordpress/url": "^4.43.0",
|
|
79
|
+
"@wordpress/viewport": "^6.43.0",
|
|
80
|
+
"@wordpress/warning": "^3.43.0",
|
|
81
|
+
"@wordpress/widgets": "^4.43.0",
|
|
82
82
|
"clsx": "^2.1.1",
|
|
83
83
|
"memize": "^2.1.0"
|
|
84
84
|
},
|
|
@@ -89,5 +89,5 @@
|
|
|
89
89
|
"publishConfig": {
|
|
90
90
|
"access": "public"
|
|
91
91
|
},
|
|
92
|
-
"gitHead": "
|
|
92
|
+
"gitHead": "2cea90674d11aa521ec3f71652fb3a6a4c383969"
|
|
93
93
|
}
|
|
@@ -87,24 +87,6 @@
|
|
|
87
87
|
.is-hidden {
|
|
88
88
|
display: none;
|
|
89
89
|
}
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
// Until checkboxes WordPress-wide are updated to match the new style,
|
|
93
|
-
// checkboxes used in metaboxes have to be slightly unstyled here.
|
|
94
|
-
// @todo remove this entire rule once checkboxes are the same everywhere.
|
|
95
|
-
// See: https://github.com/WordPress/gutenberg/issues/18053
|
|
96
|
-
.metabox-location-side .postbox input[type="checkbox"] {
|
|
97
|
-
border: $border-width solid $gray-700;
|
|
98
|
-
|
|
99
|
-
&:checked {
|
|
100
|
-
background: $white;
|
|
101
|
-
border-color: $gray-700;
|
|
102
|
-
}
|
|
103
|
-
|
|
104
|
-
&::before {
|
|
105
|
-
margin: -3px -4px;
|
|
106
|
-
}
|
|
107
|
-
}
|
|
108
90
|
}
|
|
109
91
|
|
|
110
92
|
.edit-post-meta-boxes-area__clear {
|