Skip to content

Commit 8921fa4

Browse files
deployment_botadamziel
authored andcommitted
Refresh WordPress Nightly
1 parent 237dd64 commit 8921fa4

File tree

5 files changed

+7
-4
lines changed

5 files changed

+7
-4
lines changed
Binary file not shown.

packages/playground/wordpress-builds/public/wp-nightly/wp-admin/js/customize-controls.js

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1615,6 +1615,7 @@
16151615
} else {
16161616
expand = function() {
16171617
section._animateChangeExpanded( function() {
1618+
backBtn.attr( 'tabindex', '0' );
16181619
backBtn.trigger( 'focus' );
16191620
content.css( 'top', '' );
16201621
container.scrollTop( 0 );
@@ -1660,7 +1661,7 @@
16601661
}
16611662
}
16621663
section._animateChangeExpanded( function() {
1663-
1664+
backBtn.attr( 'tabindex', '-1' );
16641665
sectionTitle.trigger( 'focus' );
16651666
content.css( 'top', '' );
16661667

@@ -2714,6 +2715,7 @@
27142715
} else {
27152716
expand = function() {
27162717
section._animateChangeExpanded( function() {
2718+
backBtn.attr( 'tabindex', '0' );
27172719
backBtn.trigger( 'focus' );
27182720
content.css( 'top', '' );
27192721
container.scrollTop( 0 );
@@ -2744,7 +2746,7 @@
27442746
}
27452747
}
27462748
section._animateChangeExpanded( function() {
2747-
2749+
backBtn.attr( 'tabindex', '-1' );
27482750
sectionTitle.trigger( 'focus' );
27492751
content.css( 'top', '' );
27502752

@@ -2964,6 +2966,7 @@
29642966
} );
29652967
} else {
29662968
panel._animateChangeExpanded( function() {
2969+
backBtn.attr( 'tabindex', '0' );
29672970
backBtn.trigger( 'focus' );
29682971
accordionSection.css( 'top', '' );
29692972
container.scrollTop( 0 );

packages/playground/wordpress-builds/public/wp-nightly/wp-admin/js/customize-controls.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.

packages/playground/wordpress-builds/src/wordpress/get-wordpress-module-details.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export function getWordPressModuleDetails(wpVersion: string = "6.8"): { size: nu
2828
case 'nightly':
2929
/** @ts-ignore */
3030
return {
31-
size: 24736792,
31+
size: 24736898,
3232
url: url_nightly,
3333
};
3434

Binary file not shown.

0 commit comments

Comments
 (0)