Skip to content

Commit 7157e9a

Browse files
desrosjdmsnell
authored andcommitted
Restore: Sync Gutenberg @ 7b7fa2bc97a8029a302bd6511cf0d206b5953172
See changelog in 63240d9 > Editor: Bump pinned hash for the Gutenberg repository. > This updates the pinned hash from the `gutenberg` from `f4d8a5803aa2fbe26e7d9af4d17e80a622b7bab8` to `7b7fa2bc97a8029a302bd6511cf0d206b5953172`. > > The following changes are included:
1 parent 65b89e2 commit 7157e9a

7 files changed

Lines changed: 13 additions & 13 deletions

File tree

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@
266266
'wp-url',
267267
'wp-warning'
268268
),
269-
'version' => '94b1c2f6db3c8822c7cb'
269+
'version' => 'f45e47fb68691ad2950f'
270270
),
271271
'customize-widgets.min.js' => array(
272272
'dependencies' => array(
@@ -667,7 +667,7 @@
667667
'wp-private-apis',
668668
'wp-url'
669669
),
670-
'version' => '6a1e1df3db4f7198a518'
670+
'version' => '4b640c092eb654d2bd78'
671671
),
672672
'plugins.min.js' => array(
673673
'dependencies' => array(
@@ -809,7 +809,7 @@
809809
'wp-hooks',
810810
'wp-private-apis'
811811
),
812-
'version' => '44b4d0543749363ed20d'
812+
'version' => 'a5e466ecaa7d3773e376'
813813
),
814814
'theme.min.js' => array(
815815
'dependencies' => array(

src/wp-includes/assets/script-modules-packages.min.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
'import' => 'static'
7777
)
7878
),
79-
'version' => '243a659f91c3dc9841c7'
79+
'version' => '96a846e1d7b789c39ab9'
8080
),
8181
'block-library/playlist/view.min.js' => array(
8282
'dependencies' => array(
@@ -175,7 +175,7 @@
175175
'wp-i18n',
176176
'wp-private-apis'
177177
),
178-
'version' => 'fb1bf5511eb12e411ec6'
178+
'version' => 'bd74f3db1cc1555ee90d'
179179
),
180180
'core-abilities/index.min.js' => array(
181181
'dependencies' => array(

src/wp-includes/blocks/navigation.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1146,8 +1146,8 @@ function block_core_navigation_add_directives_to_submenu( $tags, $block_attribut
11461146
$open_on_hover = 'hover' === $computed_visibility;
11471147

11481148
if ( $open_on_hover ) {
1149-
$tags->set_attribute( 'data-wp-on--mouseenter', 'actions.openMenuOnHover' );
1150-
$tags->set_attribute( 'data-wp-on--mouseleave', 'actions.closeMenuOnHover' );
1149+
$tags->set_attribute( 'data-wp-on--pointerenter', 'actions.openMenuOnHover' );
1150+
$tags->set_attribute( 'data-wp-on--pointerleave', 'actions.closeMenuOnHover' );
11511151
}
11521152

11531153
// Add directives to the toggle submenu button.

src/wp-includes/build/routes/connectors-home/content.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -213,10 +213,10 @@ import {
213213
} from "@wordpress/connectors";
214214

215215
// routes/connectors-home/style.scss
216-
if (typeof document !== "undefined" && !document.head.querySelector("style[data-wp-hash='2df87bd25d']")) {
216+
if (typeof document !== "undefined" && !document.head.querySelector("style[data-wp-hash='59f128e566']")) {
217217
const style = document.createElement("style");
218-
style.setAttribute("data-wp-hash", "2df87bd25d");
219-
style.appendChild(document.createTextNode(".connectors-page{box-sizing:border-box;margin:0 auto;max-width:680px;padding:24px;width:100%}.connectors-page .components-item{background:#fff;border:1px solid #ddd;border-radius:8px;overflow:hidden;padding:20px}.connectors-page .connector-settings .components-text-control__input{font-family:monospace}.connectors-page>p{color:#949494;text-align:center}@media (max-width:480px){.connectors-page,.connectors-page .components-item{padding:16px}.connectors-page .components-item>.components-v-stack>.components-h-stack:first-child svg{height:32px;width:32px}}"));
218+
style.setAttribute("data-wp-hash", "59f128e566");
219+
style.appendChild(document.createTextNode(".connectors-page{box-sizing:border-box;margin:0 auto;max-width:680px;padding:24px;width:100%}.connectors-page .components-item{background:#fff;border:1px solid #ddd;border-radius:8px;overflow:hidden;padding:20px}.connectors-page .connector-settings .components-text-control__input{font-family:monospace}.connectors-page>p{color:#949494;text-align:center}@media (max-width:480px){.connectors-page{padding:8px}.connectors-page .components-item{padding:12px}.connectors-page .components-item>.components-v-stack>.components-h-stack:first-child svg{height:32px;width:32px}.connectors-page .components-item>.components-v-stack>.components-h-stack:first-child>.components-h-stack:last-child{align-items:flex-end;flex-direction:column}}"));
220220
document.head.appendChild(style);
221221
}
222222

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<?php return array('dependencies' => array('react', 'react-dom', 'react-jsx-runtime', 'wp-api-fetch', 'wp-components', 'wp-compose', 'wp-core-data', 'wp-data', 'wp-element', 'wp-i18n', 'wp-primitives', 'wp-private-apis', 'wp-theme'), 'module_dependencies' => array(array('id' => '@wordpress/a11y', 'import' => 'static'), array('id' => '@wordpress/connectors', 'import' => 'static'), array('id' => '@wordpress/route', 'import' => 'static')), 'version' => '9932a14833594f5a3bf2');
1+
<?php return array('dependencies' => array('react', 'react-dom', 'react-jsx-runtime', 'wp-api-fetch', 'wp-components', 'wp-compose', 'wp-core-data', 'wp-data', 'wp-element', 'wp-i18n', 'wp-primitives', 'wp-private-apis', 'wp-theme'), 'module_dependencies' => array(array('id' => '@wordpress/a11y', 'import' => 'static'), array('id' => '@wordpress/connectors', 'import' => 'static'), array('id' => '@wordpress/route', 'import' => 'static')), 'version' => '754bcfe37bcb8ede6373');

src/wp-includes/build/routes/connectors-home/content.min.js

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

src/wp-includes/theme.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "../schemas/json/theme.json",
2+
"$schema": "https://schemas.wp.org/trunk/theme.json",
33
"version": 3,
44
"settings": {
55
"appearanceTools": false,

0 commit comments

Comments
 (0)