Skip to content

Commit 038cd7a

Browse files
author
wordpress-develop-pr-bot[bot]
committed
Automation: Updating built files with changes.
1 parent f49d495 commit 038cd7a

52 files changed

Lines changed: 1778 additions & 20510 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: 52 additions & 74 deletions
Large diffs are not rendered by default.

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

Lines changed: 11 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
'import' => 'static'
3535
)
3636
),
37-
'version' => 'f77b871ece5a791f449e'
37+
'version' => '2af01b43d30739c3fb8d'
3838
),
3939
'block-library/file/view.js' => array(
4040
'dependencies' => array(
@@ -46,7 +46,7 @@
4646
'import' => 'static'
4747
)
4848
),
49-
'version' => 'a9114a756e418400594c'
49+
'version' => '7d4d261d10dca47ebecb'
5050
),
5151
'block-library/form/view.js' => array(
5252
'dependencies' => array(
@@ -88,7 +88,7 @@
8888
'import' => 'static'
8989
)
9090
),
91-
'version' => '3440d5367efaa2741a5b'
91+
'version' => '99f747d731f80246db11'
9292
),
9393
'block-library/query/view.js' => array(
9494
'dependencies' => array(
@@ -166,7 +166,7 @@
166166
'import' => 'static'
167167
)
168168
),
169-
'version' => 'eec7937231238adf50e3'
169+
'version' => '54bb5a420026a61c7e4f'
170170
),
171171
'connectors/index.js' => array(
172172
'dependencies' => array(
@@ -177,42 +177,7 @@
177177
'wp-i18n',
178178
'wp-private-apis'
179179
),
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'
180+
'version' => '274797868955a828dfdc'
216181
),
217182
'core-abilities/index.js' => array(
218183
'dependencies' => array(
@@ -225,7 +190,7 @@
225190
'import' => 'static'
226191
)
227192
),
228-
'version' => 'ed8d088084da397754c1'
193+
'version' => '012760fd849397dd0031'
229194
),
230195
'edit-site-init/index.js' => array(
231196
'dependencies' => array(
@@ -240,7 +205,7 @@
240205
'import' => 'static'
241206
)
242207
),
243-
'version' => '03b5e26742d2806990c6'
208+
'version' => 'e57f44d1a9f69e75d2d9'
244209
),
245210
'interactivity/index.js' => array(
246211
'dependencies' => array(
@@ -308,7 +273,7 @@
308273
'wp-private-apis',
309274
'wp-style-engine'
310275
),
311-
'version' => 'e9a1d3da960d762c5954'
276+
'version' => '30ab62f45bfe9f971ea0'
312277
),
313278
'route/index.js' => array(
314279
'dependencies' => array(
@@ -317,7 +282,7 @@
317282
'react-jsx-runtime',
318283
'wp-private-apis'
319284
),
320-
'version' => '48a77bfa70722b4254e4'
285+
'version' => 'c5843b6c5e84b352f43b'
321286
),
322287
'vips/loader.js' => array(
323288
'dependencies' => array(
@@ -335,7 +300,7 @@
335300
'dependencies' => array(
336301

337302
),
338-
'version' => '7ba90481a9cc1776ce7a'
303+
'version' => 'aff5e5c5b28ae6b73aaa'
339304
),
340305
'workflow/index.js' => array(
341306
'dependencies' => array(
@@ -354,12 +319,8 @@
354319
array(
355320
'id' => '@wordpress/abilities',
356321
'import' => 'static'
357-
),
358-
array(
359-
'id' => '@wordpress/core-abilities',
360-
'import' => 'static'
361322
)
362323
),
363-
'version' => 'c5983b82ce036952b349'
324+
'version' => '13556bc597bbf2a8d620'
364325
)
365326
);

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ 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' );
4243
$p->set_attribute( 'id', $unique_id );
4344
$p->set_attribute( 'aria-controls', $unique_id . '-panel' );
4445
$p->set_attribute( 'data-wp-bind--aria-expanded', 'state.isOpen' );

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
"interactivity": true,
1717
"spacing": {
1818
"margin": [ "top", "bottom" ],
19-
"padding": true,
2019
"blockGap": true
2120
},
2221
"__experimentalBorder": {

0 commit comments

Comments
 (0)