Updates the packages to match Gutenberg version 21.9.0 RC2. Also updates the sync script to work with the new `package-lock.json` format. Some reusable block tests were adjusted to work with more render arguments. Added `core-data` to the ignore list for `verify:source-maps` because Yjs has been bundled by accident. To be removed in a follow-up. See https://core.trac.wordpress.org/ticket/64120. See https://github.com/WordPress/gutenberg/pull/72503. See: https://github.com/WordPress/wordpress-develop/pull/10355. See: https://core.trac.wordpress.org/ticket/64117. Props ellatrix, dmsnell. Fixes #64117. Built from https://develop.svn.wordpress.org/trunk@61009 git-svn-id: http://core.svn.wordpress.org/trunk@60345 1a063a9b-81f0-0310-95a4-ce76da25c4cd
37 lines
1.4 KiB
CSS
37 lines
1.4 KiB
CSS
.wp-block-group .block-editor-block-list__insertion-point{
|
|
left:0;
|
|
right:0;
|
|
}
|
|
|
|
[data-type="core/group"].is-selected .block-list-appender{
|
|
margin-left:0;
|
|
margin-right:0;
|
|
}
|
|
[data-type="core/group"].is-selected .has-background .block-list-appender{
|
|
margin-bottom:18px;
|
|
margin-top:18px;
|
|
}
|
|
|
|
.wp-block-group.is-layout-flex.block-editor-block-list__block>.block-list-appender:only-child{
|
|
gap:inherit;
|
|
}
|
|
.wp-block-group.is-layout-flex.block-editor-block-list__block>.block-list-appender:only-child,.wp-block-group.is-layout-flex.block-editor-block-list__block>.block-list-appender:only-child .block-editor-default-block-appender__content,.wp-block-group.is-layout-flex.block-editor-block-list__block>.block-list-appender:only-child .block-editor-inserter{
|
|
display:inherit;
|
|
flex:1;
|
|
flex-direction:inherit;
|
|
width:100%;
|
|
}
|
|
.wp-block-group.is-layout-flex.block-editor-block-list__block>.block-list-appender:only-child:after{
|
|
border:1px dashed;
|
|
content:"";
|
|
display:flex;
|
|
flex:1 0 40px;
|
|
min-height:38px;
|
|
pointer-events:none;
|
|
}
|
|
.wp-block-group.is-layout-flex.block-editor-block-list__block>.block-list-appender:only-child{
|
|
pointer-events:none;
|
|
}
|
|
.wp-block-group.is-layout-flex.block-editor-block-list__block>.block-list-appender:only-child .block-editor-button-block-appender,.wp-block-group.is-layout-flex.block-editor-block-list__block>.block-list-appender:only-child .block-editor-inserter{
|
|
pointer-events:all;
|
|
} |