Editor: Update packages for 6.7 RC 4.
Syncs @wordpress/* packages to the wp-6.7 npm tag. Reviewed by get_dave, desrosj. Merges [59368] to the 6.7 branch. Props get_dave, mikachan, gziolo, kevin940726, jonsurrell, jsnajdr. Fixes #62358. Built from https://develop.svn.wordpress.org/branches/6.7@59369 git-svn-id: http://core.svn.wordpress.org/branches/6.7@58755 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
0526401c81
commit
66cf685d19
|
@ -7,10 +7,6 @@
|
|||
max-width:100%;
|
||||
vertical-align:bottom;
|
||||
}
|
||||
.wp-block-image img:not([src$=".svg"]){
|
||||
width:-moz-fit-content;
|
||||
width:fit-content;
|
||||
}
|
||||
@media (prefers-reduced-motion:no-preference){
|
||||
.wp-block-image img.hide{
|
||||
visibility:hidden;
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -7,10 +7,6 @@
|
|||
max-width:100%;
|
||||
vertical-align:bottom;
|
||||
}
|
||||
.wp-block-image img:not([src$=".svg"]){
|
||||
width:-moz-fit-content;
|
||||
width:fit-content;
|
||||
}
|
||||
@media (prefers-reduced-motion:no-preference){
|
||||
.wp-block-image img.hide{
|
||||
visibility:hidden;
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -549,11 +549,9 @@
|
|||
outline:1px solid #0000;
|
||||
}
|
||||
.block-editor-default-block-appender .block-editor-default-block-appender__content{
|
||||
opacity:.62;
|
||||
}
|
||||
:where(.wp-site-blocks) .block-editor-default-block-appender>:first-child,:where(body .is-layout-constrained) .block-editor-default-block-appender>:first-child{
|
||||
margin-block-end:0;
|
||||
margin-block-start:0;
|
||||
opacity:.62;
|
||||
}
|
||||
.block-editor-default-block-appender .components-drop-zone__content-icon{
|
||||
display:none;
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -549,11 +549,9 @@
|
|||
outline:1px solid #0000;
|
||||
}
|
||||
.block-editor-default-block-appender .block-editor-default-block-appender__content{
|
||||
opacity:.62;
|
||||
}
|
||||
:where(.wp-site-blocks) .block-editor-default-block-appender>:first-child,:where(body .is-layout-constrained) .block-editor-default-block-appender>:first-child{
|
||||
margin-block-end:0;
|
||||
margin-block-start:0;
|
||||
opacity:.62;
|
||||
}
|
||||
.block-editor-default-block-appender .components-drop-zone__content-icon{
|
||||
display:none;
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -1152,10 +1152,6 @@ h1.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h1.has-t
|
|||
max-width:100%;
|
||||
vertical-align:bottom;
|
||||
}
|
||||
.wp-block-image img:not([src$=".svg"]){
|
||||
width:-moz-fit-content;
|
||||
width:fit-content;
|
||||
}
|
||||
@media (prefers-reduced-motion:no-preference){
|
||||
.wp-block-image img.hide{
|
||||
visibility:hidden;
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -1152,10 +1152,6 @@ h1.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h1.has-t
|
|||
max-width:100%;
|
||||
vertical-align:bottom;
|
||||
}
|
||||
.wp-block-image img:not([src$=".svg"]){
|
||||
width:-moz-fit-content;
|
||||
width:fit-content;
|
||||
}
|
||||
@media (prefers-reduced-motion:no-preference){
|
||||
.wp-block-image img.hide{
|
||||
visibility:hidden;
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -16,7 +16,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '6.7-RC3-59367';
|
||||
$wp_version = '6.7-RC3-59369';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue