Skip to content

Commit 654c853

Browse files
committed
Merge branch 'fix/missing-new-files' of https://github.com/desrosj/wordpress-develop into fix/missing-new-files
2 parents eff28b8 + 15eb6c3 commit 654c853

55 files changed

Lines changed: 20531 additions & 1794 deletions

Some content is hidden

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

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

Lines changed: 74 additions & 52 deletions
Large diffs are not rendered by default.

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

Lines changed: 50 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
'import' => 'static'
3535
)
3636
),
37-
'version' => '2af01b43d30739c3fb8d'
37+
'version' => 'f77b871ece5a791f449e'
3838
),
3939
'block-library/file/view.js' => array(
4040
'dependencies' => array(
@@ -46,7 +46,7 @@
4646
'import' => 'static'
4747
)
4848
),
49-
'version' => '7d4d261d10dca47ebecb'
49+
'version' => 'a9114a756e418400594c'
5050
),
5151
'block-library/form/view.js' => array(
5252
'dependencies' => array(
@@ -88,7 +88,7 @@
8888
'import' => 'static'
8989
)
9090
),
91-
'version' => '99f747d731f80246db11'
91+
'version' => '3440d5367efaa2741a5b'
9292
),
9393
'block-library/query/view.js' => array(
9494
'dependencies' => array(
@@ -166,7 +166,7 @@
166166
'import' => 'static'
167167
)
168168
),
169-
'version' => '54bb5a420026a61c7e4f'
169+
'version' => 'eec7937231238adf50e3'
170170
),
171171
'connectors/index.js' => array(
172172
'dependencies' => array(
@@ -177,7 +177,42 @@
177177
'wp-i18n',
178178
'wp-private-apis'
179179
),
180-
'version' => '274797868955a828dfdc'
180+
'version' => '753a649aa400199df0fd'
181+
),
182+
'content-types/index.js' => array(
183+
'dependencies' => array(
184+
'react',
185+
'react-dom',
186+
'react-jsx-runtime',
187+
'wp-components',
188+
'wp-compose',
189+
'wp-core-data',
190+
'wp-data',
191+
'wp-date',
192+
'wp-deprecated',
193+
'wp-element',
194+
'wp-i18n',
195+
'wp-is-shallow-equal',
196+
'wp-keycodes',
197+
'wp-notices',
198+
'wp-preferences',
199+
'wp-primitives',
200+
'wp-private-apis',
201+
'wp-theme',
202+
'wp-url',
203+
'wp-warning'
204+
),
205+
'module_dependencies' => array(
206+
array(
207+
'id' => '@wordpress/a11y',
208+
'import' => 'static'
209+
),
210+
array(
211+
'id' => '@wordpress/route',
212+
'import' => 'static'
213+
)
214+
),
215+
'version' => '6f3ac3460f86fd737f84'
181216
),
182217
'core-abilities/index.js' => array(
183218
'dependencies' => array(
@@ -190,7 +225,7 @@
190225
'import' => 'static'
191226
)
192227
),
193-
'version' => '012760fd849397dd0031'
228+
'version' => 'ed8d088084da397754c1'
194229
),
195230
'edit-site-init/index.js' => array(
196231
'dependencies' => array(
@@ -205,7 +240,7 @@
205240
'import' => 'static'
206241
)
207242
),
208-
'version' => 'e57f44d1a9f69e75d2d9'
243+
'version' => '03b5e26742d2806990c6'
209244
),
210245
'interactivity/index.js' => array(
211246
'dependencies' => array(
@@ -273,7 +308,7 @@
273308
'wp-private-apis',
274309
'wp-style-engine'
275310
),
276-
'version' => '30ab62f45bfe9f971ea0'
311+
'version' => 'e9a1d3da960d762c5954'
277312
),
278313
'route/index.js' => array(
279314
'dependencies' => array(
@@ -282,7 +317,7 @@
282317
'react-jsx-runtime',
283318
'wp-private-apis'
284319
),
285-
'version' => 'c5843b6c5e84b352f43b'
320+
'version' => '48a77bfa70722b4254e4'
286321
),
287322
'vips/loader.js' => array(
288323
'dependencies' => array(
@@ -300,7 +335,7 @@
300335
'dependencies' => array(
301336

302337
),
303-
'version' => 'aff5e5c5b28ae6b73aaa'
338+
'version' => '7ba90481a9cc1776ce7a'
304339
),
305340
'workflow/index.js' => array(
306341
'dependencies' => array(
@@ -319,8 +354,12 @@
319354
array(
320355
'id' => '@wordpress/abilities',
321356
'import' => 'static'
357+
),
358+
array(
359+
'id' => '@wordpress/core-abilities',
360+
'import' => 'static'
322361
)
323362
),
324-
'version' => '13556bc597bbf2a8d620'
363+
'version' => 'c5983b82ce036952b349'
325364
)
326365
);

src/wp-includes/blocks/accordion-item.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ function block_core_accordion_item_render( array $attributes, string $content ):
3939

4040
if ( $p->next_tag( array( 'class_name' => 'wp-block-accordion-heading__toggle' ) ) ) {
4141
$p->set_attribute( 'data-wp-on--click', 'actions.toggle' );
42-
$p->set_attribute( 'data-wp-on--keydown', 'actions.handleKeyDown' );
4342
$p->set_attribute( 'id', $unique_id );
4443
$p->set_attribute( 'aria-controls', $unique_id . '-panel' );
4544
$p->set_attribute( 'data-wp-bind--aria-expanded', 'state.isOpen' );

src/wp-includes/blocks/accordion-item/block.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
"interactivity": true,
1717
"spacing": {
1818
"margin": [ "top", "bottom" ],
19+
"padding": true,
1920
"blockGap": true
2021
},
2122
"__experimentalBorder": {

0 commit comments

Comments
 (0)