Skip to content

Commit 48bde3e

Browse files
author
deployment_bot
committed
Refresh WordPress Nightly
1 parent 6f3690f commit 48bde3e

File tree

29 files changed

+603
-1037
lines changed

29 files changed

+603
-1037
lines changed
Binary file not shown.

packages/playground/wordpress-builds/public/wp-nightly/wp-includes/blocks/math/block.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
"description": "Display mathematical notation using LaTeX.",
88
"keywords": [ "equation", "formula", "latex", "mathematics" ],
99
"textdomain": "default",
10+
"supports": {
11+
"html": false
12+
},
1013
"attributes": {
1114
"latex": {
1215
"type": "string",

packages/playground/wordpress-builds/public/wp-nightly/wp-includes/css/dist/components/style-rtl.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -214,9 +214,9 @@
214214
box-shadow:inset 0 0 0 1px var(--wp-components-color-background, #fff), 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
215215
}
216216
.components-button.is-primary:disabled,.components-button.is-primary:disabled:active:enabled,.components-button.is-primary[aria-disabled=true],.components-button.is-primary[aria-disabled=true]:active:enabled,.components-button.is-primary[aria-disabled=true]:enabled{
217-
background:var(--wp-components-color-gray-300, #ddd);
218-
border-color:var(--wp-components-color-gray-300, #ddd);
219-
color:var(--wp-components-color-foreground-inverted, #fff);
217+
background:var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
218+
border-color:var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
219+
color:#fff6;
220220
outline:none;
221221
}
222222
.components-button.is-primary:disabled:active:enabled:focus:enabled,.components-button.is-primary:disabled:focus:enabled,.components-button.is-primary[aria-disabled=true]:active:enabled:focus:enabled,.components-button.is-primary[aria-disabled=true]:enabled:focus:enabled,.components-button.is-primary[aria-disabled=true]:focus:enabled{

packages/playground/wordpress-builds/public/wp-nightly/wp-includes/css/dist/components/style-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.

packages/playground/wordpress-builds/public/wp-nightly/wp-includes/css/dist/components/style.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -214,9 +214,9 @@
214214
box-shadow:inset 0 0 0 1px var(--wp-components-color-background, #fff), 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
215215
}
216216
.components-button.is-primary:disabled,.components-button.is-primary:disabled:active:enabled,.components-button.is-primary[aria-disabled=true],.components-button.is-primary[aria-disabled=true]:active:enabled,.components-button.is-primary[aria-disabled=true]:enabled{
217-
background:var(--wp-components-color-gray-300, #ddd);
218-
border-color:var(--wp-components-color-gray-300, #ddd);
219-
color:var(--wp-components-color-foreground-inverted, #fff);
217+
background:var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
218+
border-color:var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
219+
color:#fff6;
220220
outline:none;
221221
}
222222
.components-button.is-primary:disabled:active:enabled:focus:enabled,.components-button.is-primary:disabled:focus:enabled,.components-button.is-primary[aria-disabled=true]:active:enabled:focus:enabled,.components-button.is-primary[aria-disabled=true]:enabled:focus:enabled,.components-button.is-primary[aria-disabled=true]:focus:enabled{

packages/playground/wordpress-builds/public/wp-nightly/wp-includes/css/dist/components/style.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.

packages/playground/wordpress-builds/public/wp-nightly/wp-includes/css/dist/editor/style-rtl.css

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -622,6 +622,7 @@ body.is-fullscreen-mode .interface-interface-skeleton{
622622
border-radius:50%;
623623
border-style:solid;
624624
border-width:var(--wp-admin-border-width-focus);
625+
box-sizing:border-box;
625626
margin-right:-12px;
626627
padding:var(--wp-admin-border-width-focus);
627628
width:24px;
@@ -630,6 +631,17 @@ body.is-fullscreen-mode .interface-interface-skeleton{
630631
margin-right:0;
631632
}
632633

634+
.show-icon-labels .comment-avatar-indicator{
635+
width:auto;
636+
}
637+
.show-icon-labels .comment-avatar-indicator div{
638+
display:none;
639+
}
640+
.show-icon-labels .comment-avatar-indicator:after{
641+
content:attr(aria-label);
642+
font-size:12px;
643+
}
644+
633645
.editor-collapsible-block-toolbar{
634646
align-items:center;
635647
display:flex;
@@ -2307,7 +2319,7 @@ textarea.editor-post-text-editor:-ms-input-placeholder{
23072319
background-color:#fff;
23082320
border-top:1px solid #ddd;
23092321
bottom:0;
2310-
height:92px;
2322+
height:72px;
23112323
margin-left:-32px;
23122324
margin-right:-32px;
23132325
padding-left:32px;
@@ -2317,7 +2329,7 @@ textarea.editor-post-text-editor:-ms-input-placeholder{
23172329
z-index:1;
23182330
}
23192331
.editor-start-page-options__modal .block-editor-block-patterns-list{
2320-
padding-bottom:92px;
2332+
padding-bottom:72px;
23212333
}
23222334

23232335
.editor-start-page-options__modal-content .block-editor-block-patterns-list{

packages/playground/wordpress-builds/public/wp-nightly/wp-includes/css/dist/editor/style-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.

packages/playground/wordpress-builds/public/wp-nightly/wp-includes/css/dist/editor/style.css

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -622,6 +622,7 @@ body.is-fullscreen-mode .interface-interface-skeleton{
622622
border-radius:50%;
623623
border-style:solid;
624624
border-width:var(--wp-admin-border-width-focus);
625+
box-sizing:border-box;
625626
margin-left:-12px;
626627
padding:var(--wp-admin-border-width-focus);
627628
width:24px;
@@ -630,6 +631,17 @@ body.is-fullscreen-mode .interface-interface-skeleton{
630631
margin-left:0;
631632
}
632633

634+
.show-icon-labels .comment-avatar-indicator{
635+
width:auto;
636+
}
637+
.show-icon-labels .comment-avatar-indicator div{
638+
display:none;
639+
}
640+
.show-icon-labels .comment-avatar-indicator:after{
641+
content:attr(aria-label);
642+
font-size:12px;
643+
}
644+
633645
.editor-collapsible-block-toolbar{
634646
align-items:center;
635647
display:flex;
@@ -2307,7 +2319,7 @@ textarea.editor-post-text-editor:-ms-input-placeholder{
23072319
background-color:#fff;
23082320
border-top:1px solid #ddd;
23092321
bottom:0;
2310-
height:92px;
2322+
height:72px;
23112323
margin-left:-32px;
23122324
margin-right:-32px;
23132325
padding-left:32px;
@@ -2317,7 +2329,7 @@ textarea.editor-post-text-editor:-ms-input-placeholder{
23172329
z-index:1;
23182330
}
23192331
.editor-start-page-options__modal .block-editor-block-patterns-list{
2320-
padding-bottom:92px;
2332+
padding-bottom:72px;
23212333
}
23222334

23232335
.editor-start-page-options__modal-content .block-editor-block-patterns-list{

packages/playground/wordpress-builds/public/wp-nightly/wp-includes/css/dist/editor/style.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.

0 commit comments

Comments
 (0)