@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 +2 -0
- package/build-style/style-rtl.css +8 -19
- package/build-style/style.css +8 -19
- package/package.json +33 -33
- package/src/components/welcome-guide/style.scss +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -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
|
|
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
|
-
|
|
215
|
-
|
|
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
|
|
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
|
|
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
|
|
631
|
+
padding: 0 24px;
|
|
643
632
|
}
|
|
644
633
|
.edit-post-welcome-guide__inserter-icon,
|
|
645
634
|
.edit-template-welcome-guide__inserter-icon {
|
package/build-style/style.css
CHANGED
|
@@ -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
|
|
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
|
-
|
|
215
|
-
|
|
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
|
|
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
|
|
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
|
|
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.
|
|
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.
|
|
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": "^
|
|
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.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": "
|
|
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-
|
|
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-
|
|
30
|
+
padding: 0 $grid-unit-30;
|
|
31
31
|
}
|
|
32
32
|
|
|
33
33
|
&__inserter-icon {
|