Skip to content

Commit 7a93a68

Browse files
author
deployment_bot
committed
Refresh WordPress Nightly
1 parent cae150a commit 7a93a68

Some content is hidden

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

50 files changed

+888
-721
lines changed

packages/playground/wordpress-builds/public/wp-nightly/wordpress-remote-asset-paths

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -802,10 +802,14 @@ wp-includes/blocks/query-pagination/editor.css
802802
wp-includes/blocks/query-pagination/editor-rtl.min.css
803803
wp-includes/blocks/query-pagination/style-rtl.min.css
804804
wp-includes/blocks/math/block.json
805+
wp-includes/blocks/math/style.min.css
806+
wp-includes/blocks/math/style.css
805807
wp-includes/blocks/math/editor-rtl.css
806808
wp-includes/blocks/math/editor.min.css
809+
wp-includes/blocks/math/style-rtl.css
807810
wp-includes/blocks/math/editor.css
808811
wp-includes/blocks/math/editor-rtl.min.css
812+
wp-includes/blocks/math/style-rtl.min.css
809813
wp-includes/blocks/gallery/block.json
810814
wp-includes/blocks/gallery/style.min.css
811815
wp-includes/blocks/gallery/style.css
Binary file not shown.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"name": "core/accordion-heading",
55
"title": "Accordion Heading",
66
"category": "design",
7-
"description": "Toggles the accordion panel.",
7+
"description": "Displays a heading that toggles the accordion panel.",
88
"parent": [ "core/accordion-item" ],
99
"usesContext": [
1010
"core/accordion-icon-position",

packages/playground/wordpress-builds/public/wp-nightly/wp-includes/blocks/accordion-heading/style-rtl.css

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
.wp-block-accordion .wp-block-accordion-heading{
2-
padding:0;
3-
}
4-
51
.wp-block-accordion-heading__toggle{
62
align-items:center;
73
background:none;
@@ -11,6 +7,7 @@
117
display:flex;
128
font-family:inherit;
139
font-size:inherit;
10+
font-style:inherit;
1411
font-weight:inherit;
1512
letter-spacing:inherit;
1613
line-height:inherit;

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
.wp-block-accordion .wp-block-accordion-heading{
2-
padding:0;
3-
}
4-
51
.wp-block-accordion-heading__toggle{
62
align-items:center;
73
background:none;
@@ -11,6 +7,7 @@
117
display:flex;
128
font-family:inherit;
139
font-size:inherit;
10+
font-style:inherit;
1411
font-weight:inherit;
1512
letter-spacing:inherit;
1613
line-height:inherit;

packages/playground/wordpress-builds/public/wp-nightly/wp-includes/blocks/accordion-heading/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/blocks/freeform/block.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,13 @@
1313
}
1414
},
1515
"supports": {
16+
"html": false,
1617
"className": false,
1718
"customClassName": false,
18-
"reusable": false
19+
"lock": false,
20+
"reusable": false,
21+
"renaming": false,
22+
"blockVisibility": false
1923
},
2024
"editorStyle": "wp-block-freeform-editor"
2125
}

packages/playground/wordpress-builds/public/wp-nightly/wp-includes/blocks/heading/style-rtl.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/blocks/heading/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.

0 commit comments

Comments
 (0)