Skip to content

Commit c839fde

Browse files
committed
Editor: Update npm packages.
Updates the editor npm packages to latest versions. Props vcanales. Fixes #61339. Built from https://develop.svn.wordpress.org/trunk@58275 git-svn-id: https://core.svn.wordpress.org/trunk@57736 1a063a9b-81f0-0310-95a4-ce76da25c4cd
1 parent 2277449 commit c839fde

240 files changed

Lines changed: 66021 additions & 58512 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

wp-includes/assets/script-loader-packages.min.php

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

wp-includes/assets/script-loader-packages.php

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

wp-includes/blocks/audio/theme-rtl.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
color:#ffffffa6;
88
}
99

10-
:where(.wp-block-audio){
10+
.wp-block-audio{
1111
margin:0 0 1em;
1212
}

wp-includes/blocks/audio/theme-rtl.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

wp-includes/blocks/audio/theme.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
color:#ffffffa6;
88
}
99

10-
:where(.wp-block-audio){
10+
.wp-block-audio{
1111
margin:0 0 1em;
1212
}

wp-includes/blocks/audio/theme.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

wp-includes/blocks/block.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ function render_block_core_block( $attributes ) {
7878
* filter so that it is available when a pattern's inner blocks are
7979
* rendering via do_blocks given it only receives the inner content.
8080
*/
81-
$has_pattern_overrides = isset( $attributes['content'] );
81+
$has_pattern_overrides = isset( $attributes['content'] ) && null !== get_block_bindings_source( 'core/pattern-overrides' );
8282
if ( $has_pattern_overrides ) {
8383
$filter_block_context = static function ( $context ) use ( $attributes ) {
8484
$context['pattern/overrides'] = $attributes['content'];

wp-includes/blocks/block/editor-rtl.css

Lines changed: 0 additions & 16 deletions
This file was deleted.

wp-includes/blocks/block/editor-rtl.min.css

Lines changed: 0 additions & 1 deletion
This file was deleted.

wp-includes/blocks/block/editor.css

Lines changed: 0 additions & 16 deletions
This file was deleted.

0 commit comments

Comments
 (0)