@wordpress/edit-post 8.42.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
|
@@ -528,16 +528,6 @@
|
|
|
528
528
|
.edit-post-meta-boxes-area .is-hidden {
|
|
529
529
|
display: none;
|
|
530
530
|
}
|
|
531
|
-
.edit-post-meta-boxes-area .metabox-location-side .postbox input[type=checkbox] {
|
|
532
|
-
border: 1px solid #757575;
|
|
533
|
-
}
|
|
534
|
-
.edit-post-meta-boxes-area .metabox-location-side .postbox input[type=checkbox]:checked {
|
|
535
|
-
background: #fff;
|
|
536
|
-
border-color: #757575;
|
|
537
|
-
}
|
|
538
|
-
.edit-post-meta-boxes-area .metabox-location-side .postbox input[type=checkbox]::before {
|
|
539
|
-
margin: -3px -4px;
|
|
540
|
-
}
|
|
541
531
|
|
|
542
532
|
.edit-post-meta-boxes-area__clear {
|
|
543
533
|
clear: both;
|
package/build-style/style.css
CHANGED
|
@@ -528,16 +528,6 @@
|
|
|
528
528
|
.edit-post-meta-boxes-area .is-hidden {
|
|
529
529
|
display: none;
|
|
530
530
|
}
|
|
531
|
-
.edit-post-meta-boxes-area .metabox-location-side .postbox input[type=checkbox] {
|
|
532
|
-
border: 1px solid #757575;
|
|
533
|
-
}
|
|
534
|
-
.edit-post-meta-boxes-area .metabox-location-side .postbox input[type=checkbox]:checked {
|
|
535
|
-
background: #fff;
|
|
536
|
-
border-color: #757575;
|
|
537
|
-
}
|
|
538
|
-
.edit-post-meta-boxes-area .metabox-location-side .postbox input[type=checkbox]::before {
|
|
539
|
-
margin: -3px -4px;
|
|
540
|
-
}
|
|
541
531
|
|
|
542
532
|
.edit-post-meta-boxes-area__clear {
|
|
543
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 {
|