@wordpress/edit-post 8.32.0 → 8.32.1-next.ff1cebbba.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/build/commands/use-commands.js +54 -47
- package/build/commands/use-commands.js.map +7 -1
- package/build/components/back-button/fullscreen-mode-close.js +127 -118
- package/build/components/back-button/fullscreen-mode-close.js.map +7 -1
- package/build/components/back-button/index.js +56 -54
- package/build/components/back-button/index.js.map +7 -1
- package/build/components/browser-url/index.js +45 -44
- package/build/components/browser-url/index.js.map +7 -1
- package/build/components/editor-initialization/index.js +24 -18
- package/build/components/editor-initialization/index.js.map +7 -1
- package/build/components/editor-initialization/listener-hooks.js +42 -43
- package/build/components/editor-initialization/listener-hooks.js.map +7 -1
- package/build/components/init-pattern-modal/index.js +100 -79
- package/build/components/init-pattern-modal/index.js.map +7 -1
- package/build/components/keyboard-shortcuts/index.js +37 -33
- package/build/components/keyboard-shortcuts/index.js.map +7 -1
- package/build/components/layout/index.js +447 -467
- package/build/components/layout/index.js.map +7 -1
- package/build/components/layout/use-padding-appender.js +66 -59
- package/build/components/layout/use-padding-appender.js.map +7 -1
- package/build/components/layout/use-should-iframe.js +36 -30
- package/build/components/layout/use-should-iframe.js.map +7 -1
- package/build/components/meta-boxes/index.js +46 -33
- package/build/components/meta-boxes/index.js.map +7 -1
- package/build/components/meta-boxes/meta-box-visibility.js +37 -22
- package/build/components/meta-boxes/meta-box-visibility.js.map +7 -1
- package/build/components/meta-boxes/meta-boxes-area/index.js +62 -53
- package/build/components/meta-boxes/meta-boxes-area/index.js.map +7 -1
- package/build/components/meta-boxes/use-meta-box-initialization.js +37 -32
- package/build/components/meta-boxes/use-meta-box-initialization.js.map +7 -1
- package/build/components/more-menu/index.js +64 -44
- package/build/components/more-menu/index.js.map +7 -1
- package/build/components/more-menu/manage-patterns-menu-item.js +39 -37
- package/build/components/more-menu/manage-patterns-menu-item.js.map +7 -1
- package/build/components/more-menu/welcome-guide-menu-item.js +39 -21
- package/build/components/more-menu/welcome-guide-menu-item.js.map +7 -1
- package/build/components/preferences-modal/enable-custom-fields.js +76 -66
- package/build/components/preferences-modal/enable-custom-fields.js.map +7 -1
- package/build/components/preferences-modal/enable-panel.js +47 -43
- package/build/components/preferences-modal/enable-panel.js.map +7 -1
- package/build/components/preferences-modal/index.js +51 -39
- package/build/components/preferences-modal/index.js.map +7 -1
- package/build/components/preferences-modal/meta-boxes-section.js +65 -52
- package/build/components/preferences-modal/meta-boxes-section.js.map +7 -1
- package/build/components/welcome-guide/default.js +134 -97
- package/build/components/welcome-guide/default.js.map +7 -1
- package/build/components/welcome-guide/image.js +34 -23
- package/build/components/welcome-guide/image.js.map +7 -1
- package/build/components/welcome-guide/index.js +51 -38
- package/build/components/welcome-guide/index.js.map +7 -1
- package/build/components/welcome-guide/template.js +65 -45
- package/build/components/welcome-guide/template.js.map +7 -1
- package/build/deprecated.js +84 -110
- package/build/deprecated.js.map +7 -1
- package/build/hooks/use-navigate-to-entity-record.js +60 -78
- package/build/hooks/use-navigate-to-entity-record.js.map +7 -1
- package/build/index.js +101 -136
- package/build/index.js.map +7 -1
- package/build/lock-unlock.js +31 -15
- package/build/lock-unlock.js.map +7 -1
- package/build/store/actions.js +239 -431
- package/build/store/actions.js.map +7 -1
- package/build/store/constants.js +33 -26
- package/build/store/constants.js.map +7 -1
- package/build/store/index.js +44 -32
- package/build/store/index.js.map +7 -1
- package/build/store/reducer.js +50 -57
- package/build/store/reducer.js.map +7 -1
- package/build/store/selectors.js +288 -459
- package/build/store/selectors.js.map +7 -1
- package/build/utils/meta-boxes.js +31 -19
- package/build/utils/meta-boxes.js.map +7 -1
- package/build-module/commands/use-commands.js +35 -40
- package/build-module/commands/use-commands.js.map +7 -1
- package/build-module/components/back-button/fullscreen-mode-close.js +102 -110
- package/build-module/components/back-button/fullscreen-mode-close.js.map +7 -1
- package/build-module/components/back-button/index.js +28 -47
- package/build-module/components/back-button/index.js.map +7 -1
- package/build-module/components/browser-url/index.js +23 -38
- package/build-module/components/browser-url/index.js.map +7 -1
- package/build-module/components/editor-initialization/index.js +6 -13
- package/build-module/components/editor-initialization/index.js.map +7 -1
- package/build-module/components/editor-initialization/listener-hooks.js +20 -34
- package/build-module/components/editor-initialization/listener-hooks.js.map +7 -1
- package/build-module/components/init-pattern-modal/index.js +90 -74
- package/build-module/components/init-pattern-modal/index.js.map +7 -1
- package/build-module/components/keyboard-shortcuts/index.js +21 -26
- package/build-module/components/keyboard-shortcuts/index.js.map +7 -1
- package/build-module/components/layout/index.js +439 -448
- package/build-module/components/layout/index.js.map +7 -1
- package/build-module/components/layout/use-padding-appender.js +44 -54
- package/build-module/components/layout/use-padding-appender.js.map +7 -1
- package/build-module/components/layout/use-should-iframe.js +15 -25
- package/build-module/components/layout/use-should-iframe.js.map +7 -1
- package/build-module/components/meta-boxes/index.js +18 -26
- package/build-module/components/meta-boxes/index.js.map +7 -1
- package/build-module/components/meta-boxes/meta-box-visibility.js +18 -15
- package/build-module/components/meta-boxes/meta-box-visibility.js.map +7 -1
- package/build-module/components/meta-boxes/meta-boxes-area/index.js +30 -44
- package/build-module/components/meta-boxes/meta-boxes-area/index.js.map +7 -1
- package/build-module/components/meta-boxes/use-meta-box-initialization.js +14 -25
- package/build-module/components/meta-boxes/use-meta-box-initialization.js.map +7 -1
- package/build-module/components/more-menu/index.js +36 -37
- package/build-module/components/more-menu/index.js.map +7 -1
- package/build-module/components/more-menu/manage-patterns-menu-item.js +21 -31
- package/build-module/components/more-menu/manage-patterns-menu-item.js.map +7 -1
- package/build-module/components/more-menu/welcome-guide-menu-item.js +22 -16
- package/build-module/components/more-menu/welcome-guide-menu-item.js.map +7 -1
- package/build-module/components/preferences-modal/enable-custom-fields.js +51 -56
- package/build-module/components/preferences-modal/enable-custom-fields.js.map +7 -1
- package/build-module/components/preferences-modal/enable-panel.js +30 -38
- package/build-module/components/preferences-modal/enable-panel.js.map +7 -1
- package/build-module/components/preferences-modal/index.js +24 -34
- package/build-module/components/preferences-modal/index.js.map +7 -1
- package/build-module/components/preferences-modal/meta-boxes-section.js +34 -45
- package/build-module/components/preferences-modal/meta-boxes-section.js.map +7 -1
- package/build-module/components/welcome-guide/default.js +107 -91
- package/build-module/components/welcome-guide/default.js.map +7 -1
- package/build-module/components/welcome-guide/image.js +16 -18
- package/build-module/components/welcome-guide/image.js.map +7 -1
- package/build-module/components/welcome-guide/index.js +23 -31
- package/build-module/components/welcome-guide/index.js.map +7 -1
- package/build-module/components/welcome-guide/template.js +38 -39
- package/build-module/components/welcome-guide/template.js.map +7 -1
- package/build-module/deprecated.js +62 -103
- package/build-module/deprecated.js.map +7 -1
- package/build-module/hooks/use-navigate-to-entity-record.js +42 -73
- package/build-module/hooks/use-navigate-to-entity-record.js.map +7 -1
- package/build-module/index.js +70 -95
- package/build-module/index.js.map +7 -1
- package/build-module/lock-unlock.js +8 -7
- package/build-module/lock-unlock.js.map +7 -1
- package/build-module/store/actions.js +158 -368
- package/build-module/store/actions.js.map +7 -1
- package/build-module/store/constants.js +9 -21
- package/build-module/store/constants.js.map +7 -1
- package/build-module/store/index.js +10 -22
- package/build-module/store/index.js.map +7 -1
- package/build-module/store/reducer.js +28 -51
- package/build-module/store/reducer.js.map +7 -1
- package/build-module/store/selectors.js +232 -442
- package/build-module/store/selectors.js.map +7 -1
- package/build-module/utils/meta-boxes.js +9 -13
- package/build-module/utils/meta-boxes.js.map +7 -1
- package/build-style/classic-rtl.css +0 -154
- package/build-style/classic.css +0 -154
- package/build-style/style-rtl.css +135 -110
- package/build-style/style.css +135 -110
- package/package.json +39 -31
- package/src/classic.scss +3 -0
- package/src/components/back-button/style.scss +3 -0
- package/src/components/layout/index.js +3 -2
- package/src/components/layout/style.scss +4 -0
- package/src/components/meta-boxes/meta-boxes-area/style.scss +3 -0
- package/src/components/welcome-guide/style.scss +3 -0
- package/src/style.scss +8 -4
- package/build/components/header/header-toolbar/index.native.js +0 -204
- package/build/components/header/header-toolbar/index.native.js.map +0 -1
- package/build/components/header/index.native.js +0 -59
- package/build/components/header/index.native.js.map +0 -1
- package/build/components/layout/index.native.js +0 -166
- package/build/components/layout/index.native.js.map +0 -1
- package/build/components/visual-editor/header.native.js +0 -63
- package/build/components/visual-editor/header.native.js.map +0 -1
- package/build/components/visual-editor/index.native.js +0 -44
- package/build/components/visual-editor/index.native.js.map +0 -1
- package/build/editor.native.js +0 -157
- package/build/editor.native.js.map +0 -1
- package/build/index.native.js +0 -58
- package/build/index.native.js.map +0 -1
- package/build-module/components/header/header-toolbar/index.native.js +0 -196
- package/build-module/components/header/header-toolbar/index.native.js.map +0 -1
- package/build-module/components/header/index.native.js +0 -50
- package/build-module/components/header/index.native.js.map +0 -1
- package/build-module/components/layout/index.native.js +0 -158
- package/build-module/components/layout/index.native.js.map +0 -1
- package/build-module/components/visual-editor/header.native.js +0 -56
- package/build-module/components/visual-editor/header.native.js.map +0 -1
- package/build-module/components/visual-editor/index.native.js +0 -35
- package/build-module/components/visual-editor/index.native.js.map +0 -1
- package/build-module/editor.native.js +0 -149
- package/build-module/editor.native.js.map +0 -1
- package/build-module/index.native.js +0 -45
- package/build-module/index.native.js.map +0 -1
|
@@ -1,11 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
*
|
|
3
|
-
*/
|
|
4
|
-
/**
|
|
5
|
-
* Breakpoints & Media Queries
|
|
6
|
-
*/
|
|
7
|
-
/**
|
|
8
|
-
* Colors
|
|
2
|
+
* Typography
|
|
9
3
|
*/
|
|
10
4
|
/**
|
|
11
5
|
* SCSS Variables.
|
|
@@ -14,51 +8,9 @@
|
|
|
14
8
|
* Don't add to this sheet unless you're pretty sure the value will be reused in many places.
|
|
15
9
|
* For example, don't add rules to this sheet that affect block visuals. It's purely for UI.
|
|
16
10
|
*/
|
|
17
|
-
/**
|
|
18
|
-
* Fonts & basic variables.
|
|
19
|
-
*/
|
|
20
|
-
/**
|
|
21
|
-
* Typography
|
|
22
|
-
*/
|
|
23
|
-
/**
|
|
24
|
-
* Grid System.
|
|
25
|
-
* https://make.wordpress.org/design/2019/10/31/proposal-a-consistent-spacing-system-for-wordpress/
|
|
26
|
-
*/
|
|
27
|
-
/**
|
|
28
|
-
* Radius scale.
|
|
29
|
-
*/
|
|
30
|
-
/**
|
|
31
|
-
* Elevation scale.
|
|
32
|
-
*/
|
|
33
|
-
/**
|
|
34
|
-
* Dimensions.
|
|
35
|
-
*/
|
|
36
|
-
/**
|
|
37
|
-
* Mobile specific styles
|
|
38
|
-
*/
|
|
39
|
-
/**
|
|
40
|
-
* Editor styles.
|
|
41
|
-
*/
|
|
42
|
-
/**
|
|
43
|
-
* Block & Editor UI.
|
|
44
|
-
*/
|
|
45
|
-
/**
|
|
46
|
-
* Block paddings.
|
|
47
|
-
*/
|
|
48
|
-
/**
|
|
49
|
-
* React Native specific.
|
|
50
|
-
* These variables do not appear to be used anywhere else.
|
|
51
|
-
*/
|
|
52
11
|
/**
|
|
53
12
|
* Colors
|
|
54
13
|
*/
|
|
55
|
-
/**
|
|
56
|
-
* SCSS Variables.
|
|
57
|
-
*
|
|
58
|
-
* Please use variables from this sheet to ensure consistency across the UI.
|
|
59
|
-
* Don't add to this sheet unless you're pretty sure the value will be reused in many places.
|
|
60
|
-
* For example, don't add rules to this sheet that affect block visuals. It's purely for UI.
|
|
61
|
-
*/
|
|
62
14
|
/**
|
|
63
15
|
* Fonts & basic variables.
|
|
64
16
|
*/
|
|
@@ -109,9 +61,6 @@
|
|
|
109
61
|
* Creates a fading overlay to signify that the content is longer
|
|
110
62
|
* than the space allows.
|
|
111
63
|
*/
|
|
112
|
-
/**
|
|
113
|
-
* Typography
|
|
114
|
-
*/
|
|
115
64
|
/**
|
|
116
65
|
* Breakpoint mixins
|
|
117
66
|
*/
|
|
@@ -134,6 +83,25 @@
|
|
|
134
83
|
/**
|
|
135
84
|
* Reset the WP Admin page styles for Gutenberg-like pages.
|
|
136
85
|
*/
|
|
86
|
+
:root {
|
|
87
|
+
--wp-block-synced-color: #7a00df;
|
|
88
|
+
--wp-block-synced-color--rgb: 122, 0, 223;
|
|
89
|
+
--wp-bound-block-color: var(--wp-block-synced-color);
|
|
90
|
+
--wp-editor-canvas-background: #ddd;
|
|
91
|
+
--wp-admin-theme-color: #007cba;
|
|
92
|
+
--wp-admin-theme-color--rgb: 0, 124, 186;
|
|
93
|
+
--wp-admin-theme-color-darker-10: rgb(0, 107, 160.5);
|
|
94
|
+
--wp-admin-theme-color-darker-10--rgb: 0, 107, 160.5;
|
|
95
|
+
--wp-admin-theme-color-darker-20: #005a87;
|
|
96
|
+
--wp-admin-theme-color-darker-20--rgb: 0, 90, 135;
|
|
97
|
+
--wp-admin-border-width-focus: 2px;
|
|
98
|
+
}
|
|
99
|
+
@media (min-resolution: 192dpi) {
|
|
100
|
+
:root {
|
|
101
|
+
--wp-admin-border-width-focus: 1.5px;
|
|
102
|
+
}
|
|
103
|
+
}
|
|
104
|
+
|
|
137
105
|
/**
|
|
138
106
|
* Colors
|
|
139
107
|
*/
|
|
@@ -179,6 +147,9 @@
|
|
|
179
147
|
* React Native specific.
|
|
180
148
|
* These variables do not appear to be used anywhere else.
|
|
181
149
|
*/
|
|
150
|
+
/**
|
|
151
|
+
* Typography
|
|
152
|
+
*/
|
|
182
153
|
/**
|
|
183
154
|
* Breakpoints & Media Queries
|
|
184
155
|
*/
|
|
@@ -194,9 +165,6 @@
|
|
|
194
165
|
* Creates a fading overlay to signify that the content is longer
|
|
195
166
|
* than the space allows.
|
|
196
167
|
*/
|
|
197
|
-
/**
|
|
198
|
-
* Typography
|
|
199
|
-
*/
|
|
200
168
|
/**
|
|
201
169
|
* Breakpoint mixins
|
|
202
170
|
*/
|
|
@@ -219,23 +187,74 @@
|
|
|
219
187
|
/**
|
|
220
188
|
* Reset the WP Admin page styles for Gutenberg-like pages.
|
|
221
189
|
*/
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
--wp-admin-theme-color-darker-20--rgb: 0, 90, 135;
|
|
232
|
-
--wp-admin-border-width-focus: 2px;
|
|
190
|
+
.admin-ui-page {
|
|
191
|
+
display: flex;
|
|
192
|
+
height: 100%;
|
|
193
|
+
background-color: #fff;
|
|
194
|
+
color: #2f2f2f;
|
|
195
|
+
position: relative;
|
|
196
|
+
z-index: 1;
|
|
197
|
+
flex-flow: column;
|
|
198
|
+
container: admin-ui-page/inline-size;
|
|
233
199
|
}
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
200
|
+
|
|
201
|
+
@media not (prefers-reduced-motion) {
|
|
202
|
+
.admin-ui-page {
|
|
203
|
+
transition: width ease-out 0.2s;
|
|
204
|
+
}
|
|
205
|
+
}
|
|
206
|
+
.admin-ui-page__header {
|
|
207
|
+
padding: 16px 48px;
|
|
208
|
+
border-bottom: 1px solid #f0f0f0;
|
|
209
|
+
background: #fff;
|
|
210
|
+
position: sticky;
|
|
211
|
+
top: 0;
|
|
212
|
+
}
|
|
213
|
+
|
|
214
|
+
@container (max-width: 430px) {
|
|
215
|
+
.admin-ui-page__header {
|
|
216
|
+
padding: 16px 24px;
|
|
217
|
+
}
|
|
218
|
+
}
|
|
219
|
+
.admin-ui-page__header-subtitle {
|
|
220
|
+
padding-block-end: 8px;
|
|
221
|
+
color: #757575;
|
|
222
|
+
font-family: -apple-system, "system-ui", "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
|
|
223
|
+
font-weight: 400;
|
|
224
|
+
font-size: 13px;
|
|
225
|
+
line-height: 20px;
|
|
226
|
+
margin: 0;
|
|
227
|
+
}
|
|
228
|
+
|
|
229
|
+
.admin-ui-page__content {
|
|
230
|
+
flex-grow: 1;
|
|
231
|
+
overflow: auto;
|
|
232
|
+
display: flex;
|
|
233
|
+
flex-direction: column;
|
|
234
|
+
}
|
|
235
|
+
|
|
236
|
+
.admin-ui-page__content.has-padding {
|
|
237
|
+
padding: 16px 20px;
|
|
238
|
+
}
|
|
239
|
+
|
|
240
|
+
@container (max-width: 430px) {
|
|
241
|
+
.admin-ui-page__content.has-padding {
|
|
242
|
+
padding: 16px 24px;
|
|
237
243
|
}
|
|
238
244
|
}
|
|
245
|
+
.show-icon-labels .admin-ui-page__header-actions .components-button.has-icon {
|
|
246
|
+
width: auto;
|
|
247
|
+
padding: 0 8px;
|
|
248
|
+
}
|
|
249
|
+
|
|
250
|
+
.show-icon-labels .admin-ui-page__header-actions .components-button.has-icon svg {
|
|
251
|
+
display: none;
|
|
252
|
+
}
|
|
253
|
+
|
|
254
|
+
.show-icon-labels .admin-ui-page__header-actions .components-button.has-icon::after {
|
|
255
|
+
content: attr(aria-label);
|
|
256
|
+
font-size: 12px;
|
|
257
|
+
}
|
|
239
258
|
|
|
240
259
|
.edit-post-fullscreen-mode-close__view-mode-toggle {
|
|
241
260
|
top: 0;
|
|
@@ -306,14 +325,14 @@
|
|
|
306
325
|
display: flex;
|
|
307
326
|
align-items: center;
|
|
308
327
|
justify-content: center;
|
|
309
|
-
background-color: hsl(
|
|
328
|
+
background-color: hsl(0, 0%, 80%);
|
|
310
329
|
pointer-events: none;
|
|
311
330
|
}
|
|
312
331
|
.edit-post-fullscreen-mode-close__back-icon svg {
|
|
313
332
|
fill: currentColor;
|
|
314
333
|
}
|
|
315
334
|
.edit-post-fullscreen-mode-close__back-icon.has-site-icon {
|
|
316
|
-
background-color: hsla(
|
|
335
|
+
background-color: hsla(0, 0%, 100%, 0.6);
|
|
317
336
|
backdrop-filter: saturate(180%) blur(15px);
|
|
318
337
|
}
|
|
319
338
|
|
|
@@ -414,12 +433,12 @@
|
|
|
414
433
|
height: 36px;
|
|
415
434
|
}
|
|
416
435
|
}
|
|
417
|
-
.edit-post-meta-boxes-main__liner {
|
|
418
|
-
isolation: isolate;
|
|
419
|
-
}
|
|
420
436
|
.edit-post-meta-boxes-main .edit-post-meta-boxes-main__liner {
|
|
421
437
|
overflow: auto;
|
|
422
438
|
}
|
|
439
|
+
.edit-post-meta-boxes-main__liner {
|
|
440
|
+
isolation: isolate;
|
|
441
|
+
}
|
|
423
442
|
.is-resizing.edit-post-meta-boxes-main .edit-post-meta-boxes-main__liner {
|
|
424
443
|
display: unset;
|
|
425
444
|
}
|
|
@@ -489,8 +508,6 @@ body.is-fullscreen-mode .edit-post-layout .components-editor-notices__snackbar {
|
|
|
489
508
|
* other elements (such as .button) are unaffected by Gutenberg's style
|
|
490
509
|
* because of their higher specificity.
|
|
491
510
|
*/
|
|
492
|
-
/* Match width and positioning of the meta boxes. Override default styles. */
|
|
493
|
-
/* Override Default meta box stylings */
|
|
494
511
|
}
|
|
495
512
|
.edit-post-meta-boxes-area__container,
|
|
496
513
|
.edit-post-meta-boxes-area .inside {
|
|
@@ -504,11 +521,17 @@ body.is-fullscreen-mode .edit-post-layout .components-editor-notices__snackbar {
|
|
|
504
521
|
border-top: 1px solid #ddd;
|
|
505
522
|
border-bottom: 0;
|
|
506
523
|
}
|
|
524
|
+
.edit-post-meta-boxes-area {
|
|
525
|
+
/* Match width and positioning of the meta boxes. Override default styles. */
|
|
526
|
+
}
|
|
507
527
|
.edit-post-meta-boxes-area #poststuff {
|
|
508
528
|
margin: 0 auto;
|
|
509
529
|
padding-top: 0;
|
|
510
530
|
min-width: auto;
|
|
511
531
|
}
|
|
532
|
+
.edit-post-meta-boxes-area {
|
|
533
|
+
/* Override Default meta box stylings */
|
|
534
|
+
}
|
|
512
535
|
.edit-post-meta-boxes-area #poststuff h3.hndle,
|
|
513
536
|
.edit-post-meta-boxes-area #poststuff .stuffbox > h3,
|
|
514
537
|
.edit-post-meta-boxes-area #poststuff h2.hndle { /* WordPress selectors yolo */
|
|
@@ -610,8 +633,6 @@ body.is-fullscreen-mode .edit-post-layout .components-editor-notices__snackbar {
|
|
|
610
633
|
|
|
611
634
|
body.js.block-editor-page {
|
|
612
635
|
background: #fff;
|
|
613
|
-
/* We hide legacy notices in Gutenberg Based Pages, because they were not designed in a way that scaled well.
|
|
614
|
-
Plugins can use Gutenberg notices if they need to pass on information to the user when they are editing. */
|
|
615
636
|
}
|
|
616
637
|
body.js.block-editor-page #wpcontent {
|
|
617
638
|
padding-right: 0;
|
|
@@ -619,6 +640,10 @@ body.js.block-editor-page #wpcontent {
|
|
|
619
640
|
body.js.block-editor-page #wpbody-content {
|
|
620
641
|
padding-bottom: 0;
|
|
621
642
|
}
|
|
643
|
+
body.js.block-editor-page {
|
|
644
|
+
/* We hide legacy notices in Gutenberg Based Pages, because they were not designed in a way that scaled well.
|
|
645
|
+
Plugins can use Gutenberg notices if they need to pass on information to the user when they are editing. */
|
|
646
|
+
}
|
|
622
647
|
body.js.block-editor-page #wpbody-content > div:not(.block-editor):not(#screen-meta) {
|
|
623
648
|
display: none;
|
|
624
649
|
}
|
|
@@ -682,10 +707,10 @@ body.js.block-editor-page .media-frame select.attachment-filters:last-of-type {
|
|
|
682
707
|
body.admin-color-light {
|
|
683
708
|
--wp-admin-theme-color: #0085ba;
|
|
684
709
|
--wp-admin-theme-color--rgb: 0, 133, 186;
|
|
685
|
-
--wp-admin-theme-color-darker-10:
|
|
686
|
-
--wp-admin-theme-color-darker-10--rgb: 0,
|
|
687
|
-
--wp-admin-theme-color-darker-20:
|
|
688
|
-
--wp-admin-theme-color-darker-20--rgb: 0,
|
|
710
|
+
--wp-admin-theme-color-darker-10: rgb(0, 114.7661290323, 160.5);
|
|
711
|
+
--wp-admin-theme-color-darker-10--rgb: 0, 114.7661290323, 160.5;
|
|
712
|
+
--wp-admin-theme-color-darker-20: rgb(0, 96.5322580645, 135);
|
|
713
|
+
--wp-admin-theme-color-darker-20--rgb: 0, 96.5322580645, 135;
|
|
689
714
|
--wp-admin-border-width-focus: 2px;
|
|
690
715
|
}
|
|
691
716
|
@media (min-resolution: 192dpi) {
|
|
@@ -697,10 +722,10 @@ body.admin-color-light {
|
|
|
697
722
|
body.admin-color-modern {
|
|
698
723
|
--wp-admin-theme-color: #3858e9;
|
|
699
724
|
--wp-admin-theme-color--rgb: 56, 88, 233;
|
|
700
|
-
--wp-admin-theme-color-darker-10:
|
|
701
|
-
--wp-admin-theme-color-darker-10--rgb: 33,
|
|
702
|
-
--wp-admin-theme-color-darker-20:
|
|
703
|
-
--wp-admin-theme-color-darker-20--rgb:
|
|
725
|
+
--wp-admin-theme-color-darker-10: rgb(33.0384615385, 68.7307692308, 230.4615384615);
|
|
726
|
+
--wp-admin-theme-color-darker-10--rgb: 33.0384615385, 68.7307692308, 230.4615384615;
|
|
727
|
+
--wp-admin-theme-color-darker-20: rgb(23.6923076923, 58.1538461538, 214.3076923077);
|
|
728
|
+
--wp-admin-theme-color-darker-20--rgb: 23.6923076923, 58.1538461538, 214.3076923077;
|
|
704
729
|
--wp-admin-border-width-focus: 2px;
|
|
705
730
|
}
|
|
706
731
|
@media (min-resolution: 192dpi) {
|
|
@@ -712,10 +737,10 @@ body.admin-color-modern {
|
|
|
712
737
|
body.admin-color-blue {
|
|
713
738
|
--wp-admin-theme-color: #096484;
|
|
714
739
|
--wp-admin-theme-color--rgb: 9, 100, 132;
|
|
715
|
-
--wp-admin-theme-color-darker-10:
|
|
716
|
-
--wp-admin-theme-color-darker-10--rgb: 7,
|
|
717
|
-
--wp-admin-theme-color-darker-20:
|
|
718
|
-
--wp-admin-theme-color-darker-20--rgb:
|
|
740
|
+
--wp-admin-theme-color-darker-10: rgb(7.3723404255, 81.914893617, 108.1276595745);
|
|
741
|
+
--wp-admin-theme-color-darker-10--rgb: 7.3723404255, 81.914893617, 108.1276595745;
|
|
742
|
+
--wp-admin-theme-color-darker-20: rgb(5.7446808511, 63.829787234, 84.2553191489);
|
|
743
|
+
--wp-admin-theme-color-darker-20--rgb: 5.7446808511, 63.829787234, 84.2553191489;
|
|
719
744
|
--wp-admin-border-width-focus: 2px;
|
|
720
745
|
}
|
|
721
746
|
@media (min-resolution: 192dpi) {
|
|
@@ -727,10 +752,10 @@ body.admin-color-blue {
|
|
|
727
752
|
body.admin-color-coffee {
|
|
728
753
|
--wp-admin-theme-color: #46403c;
|
|
729
754
|
--wp-admin-theme-color--rgb: 70, 64, 60;
|
|
730
|
-
--wp-admin-theme-color-darker-10:
|
|
731
|
-
--wp-admin-theme-color-darker-10--rgb: 56, 51, 48;
|
|
732
|
-
--wp-admin-theme-color-darker-20:
|
|
733
|
-
--wp-admin-theme-color-darker-20--rgb:
|
|
755
|
+
--wp-admin-theme-color-darker-10: rgb(56.2692307692, 51.4461538462, 48.2307692308);
|
|
756
|
+
--wp-admin-theme-color-darker-10--rgb: 56.2692307692, 51.4461538462, 48.2307692308;
|
|
757
|
+
--wp-admin-theme-color-darker-20: rgb(42.5384615385, 38.8923076923, 36.4615384615);
|
|
758
|
+
--wp-admin-theme-color-darker-20--rgb: 42.5384615385, 38.8923076923, 36.4615384615;
|
|
734
759
|
--wp-admin-border-width-focus: 2px;
|
|
735
760
|
}
|
|
736
761
|
@media (min-resolution: 192dpi) {
|
|
@@ -742,10 +767,10 @@ body.admin-color-coffee {
|
|
|
742
767
|
body.admin-color-ectoplasm {
|
|
743
768
|
--wp-admin-theme-color: #523f6d;
|
|
744
769
|
--wp-admin-theme-color--rgb: 82, 63, 109;
|
|
745
|
-
--wp-admin-theme-color-darker-10:
|
|
746
|
-
--wp-admin-theme-color-darker-10--rgb:
|
|
747
|
-
--wp-admin-theme-color-darker-20:
|
|
748
|
-
--wp-admin-theme-color-darker-20--rgb:
|
|
770
|
+
--wp-admin-theme-color-darker-10: rgb(69.8430232558, 53.6598837209, 92.8401162791);
|
|
771
|
+
--wp-admin-theme-color-darker-10--rgb: 69.8430232558, 53.6598837209, 92.8401162791;
|
|
772
|
+
--wp-admin-theme-color-darker-20: rgb(57.6860465116, 44.3197674419, 76.6802325581);
|
|
773
|
+
--wp-admin-theme-color-darker-20--rgb: 57.6860465116, 44.3197674419, 76.6802325581;
|
|
749
774
|
--wp-admin-border-width-focus: 2px;
|
|
750
775
|
}
|
|
751
776
|
@media (min-resolution: 192dpi) {
|
|
@@ -757,10 +782,10 @@ body.admin-color-ectoplasm {
|
|
|
757
782
|
body.admin-color-midnight {
|
|
758
783
|
--wp-admin-theme-color: #e14d43;
|
|
759
784
|
--wp-admin-theme-color--rgb: 225, 77, 67;
|
|
760
|
-
--wp-admin-theme-color-darker-10:
|
|
761
|
-
--wp-admin-theme-color-darker-10--rgb: 221, 56, 45;
|
|
762
|
-
--wp-admin-theme-color-darker-20:
|
|
763
|
-
--wp-admin-theme-color-darker-20--rgb:
|
|
785
|
+
--wp-admin-theme-color-darker-10: rgb(221.4908256881, 56.1788990826, 45.0091743119);
|
|
786
|
+
--wp-admin-theme-color-darker-10--rgb: 221.4908256881, 56.1788990826, 45.0091743119;
|
|
787
|
+
--wp-admin-theme-color-darker-20: rgb(207.8348623853, 44.2201834862, 33.1651376147);
|
|
788
|
+
--wp-admin-theme-color-darker-20--rgb: 207.8348623853, 44.2201834862, 33.1651376147;
|
|
764
789
|
--wp-admin-border-width-focus: 2px;
|
|
765
790
|
}
|
|
766
791
|
@media (min-resolution: 192dpi) {
|
|
@@ -772,10 +797,10 @@ body.admin-color-midnight {
|
|
|
772
797
|
body.admin-color-ocean {
|
|
773
798
|
--wp-admin-theme-color: #627c83;
|
|
774
799
|
--wp-admin-theme-color--rgb: 98, 124, 131;
|
|
775
|
-
--wp-admin-theme-color-darker-10:
|
|
776
|
-
--wp-admin-theme-color-darker-10--rgb: 87, 110, 116;
|
|
777
|
-
--wp-admin-theme-color-darker-20:
|
|
778
|
-
--wp-admin-theme-color-darker-20--rgb: 76, 96,
|
|
800
|
+
--wp-admin-theme-color-darker-10: rgb(87.0873362445, 110.192139738, 116.4126637555);
|
|
801
|
+
--wp-admin-theme-color-darker-10--rgb: 87.0873362445, 110.192139738, 116.4126637555;
|
|
802
|
+
--wp-admin-theme-color-darker-20: rgb(76.1746724891, 96.384279476, 101.8253275109);
|
|
803
|
+
--wp-admin-theme-color-darker-20--rgb: 76.1746724891, 96.384279476, 101.8253275109;
|
|
779
804
|
--wp-admin-border-width-focus: 2px;
|
|
780
805
|
}
|
|
781
806
|
@media (min-resolution: 192dpi) {
|
|
@@ -787,10 +812,10 @@ body.admin-color-ocean {
|
|
|
787
812
|
body.admin-color-sunrise {
|
|
788
813
|
--wp-admin-theme-color: #dd823b;
|
|
789
814
|
--wp-admin-theme-color--rgb: 221, 130, 59;
|
|
790
|
-
--wp-admin-theme-color-darker-10:
|
|
791
|
-
--wp-admin-theme-color-darker-10--rgb:
|
|
792
|
-
--wp-admin-theme-color-darker-20:
|
|
793
|
-
--wp-admin-theme-color-darker-20--rgb: 195,
|
|
815
|
+
--wp-admin-theme-color-darker-10: rgb(216.8782608696, 116.1847826087, 37.6217391304);
|
|
816
|
+
--wp-admin-theme-color-darker-10--rgb: 216.8782608696, 116.1847826087, 37.6217391304;
|
|
817
|
+
--wp-admin-theme-color-darker-20: rgb(195.147826087, 104.5434782609, 33.852173913);
|
|
818
|
+
--wp-admin-theme-color-darker-20--rgb: 195.147826087, 104.5434782609, 33.852173913;
|
|
794
819
|
--wp-admin-border-width-focus: 2px;
|
|
795
820
|
}
|
|
796
821
|
@media (min-resolution: 192dpi) {
|