Skip to content

Commit

Permalink
Merge branch 'trunk' into autoload
Browse files Browse the repository at this point in the history
  • Loading branch information
aristath committed Jun 25, 2024
2 parents 8855e6d + 5655fb0 commit d078a48
Show file tree
Hide file tree
Showing 21 changed files with 353 additions and 158 deletions.
104 changes: 52 additions & 52 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,27 +83,27 @@
"@wordpress/api-fetch": "7.0.1",
"@wordpress/autop": "4.0.1",
"@wordpress/blob": "4.0.1",
"@wordpress/block-directory": "5.0.2",
"@wordpress/block-directory": "5.0.3",
"@wordpress/block-editor": "13.0.2",
"@wordpress/block-library": "9.0.2",
"@wordpress/block-library": "9.0.3",
"@wordpress/block-serialization-default-parser": "5.0.1",
"@wordpress/blocks": "13.0.2",
"@wordpress/commands": "1.0.2",
"@wordpress/components": "28.0.2",
"@wordpress/compose": "7.0.1",
"@wordpress/core-commands": "1.0.2",
"@wordpress/core-data": "7.0.2",
"@wordpress/customize-widgets": "5.0.2",
"@wordpress/customize-widgets": "5.0.3",
"@wordpress/data": "10.0.2",
"@wordpress/data-controls": "4.0.2",
"@wordpress/dataviews": "2.0.2",
"@wordpress/date": "5.0.1",
"@wordpress/deprecated": "4.0.1",
"@wordpress/dom": "4.0.1",
"@wordpress/dom-ready": "4.0.1",
"@wordpress/edit-post": "8.0.2",
"@wordpress/edit-site": "6.0.2",
"@wordpress/edit-widgets": "6.0.2",
"@wordpress/edit-post": "8.0.3",
"@wordpress/edit-site": "6.0.3",
"@wordpress/edit-widgets": "6.0.3",
"@wordpress/editor": "14.0.2",
"@wordpress/element": "6.0.1",
"@wordpress/escape-html": "3.0.1",
Expand Down
1 change: 1 addition & 0 deletions src/wp-content/themes/twentynineteen/style-editor.css
Original file line number Diff line number Diff line change
Expand Up @@ -999,6 +999,7 @@ figcaption,
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
font-size: 0.88889em;
font-weight: bold;
padding: 16.72px 22px;
}

.wp-block-button .wp-block-button__link:not(.has-text-color) {
Expand Down
1 change: 1 addition & 0 deletions src/wp-content/themes/twentynineteen/style-editor.scss
Original file line number Diff line number Diff line change
Expand Up @@ -393,6 +393,7 @@ figcaption,
@include font-family( $font__heading );
font-size: $font__size-sm;
font-weight: bold;
padding: ($font__size_base * .76) $font__size_base;

&:not(.has-text-color) {
color: #fff;
Expand Down
3 changes: 3 additions & 0 deletions src/wp-content/themes/twentytwenty/style-rtl.css
Original file line number Diff line number Diff line change
Expand Up @@ -598,6 +598,9 @@ pre code {
padding: 0;
}

.entry-content > code {
display: block;
}

/* Media ------------------------------------- */

Expand Down
3 changes: 3 additions & 0 deletions src/wp-content/themes/twentytwenty/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -602,6 +602,9 @@ pre code {
padding: 0;
}

.entry-content > code {
display: block;
}

/* Media ------------------------------------- */

Expand Down
4 changes: 4 additions & 0 deletions src/wp-content/themes/twentytwentyone/assets/css/ie.css
Original file line number Diff line number Diff line change
Expand Up @@ -1661,6 +1661,10 @@ pre {
overflow-x: auto;
}

.entry-content > code {
display: block;
}

/*
* text-underline-offset doesn't work in Chrome at all 👎
* But looks nice in Safari/Firefox, so let's keep it and
Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,7 @@ pre {
white-space: pre;
overflow-x: auto;
}

.entry-content > code {
display: block;
}
4 changes: 4 additions & 0 deletions src/wp-content/themes/twentytwentyone/style-rtl.css
Original file line number Diff line number Diff line change
Expand Up @@ -1555,6 +1555,10 @@ pre {
overflow-x: auto;
}

.entry-content > code {
display: block;
}

/*
* text-underline-offset doesn't work in Chrome at all 👎
* But looks nice in Safari/Firefox, so let's keep it and
Expand Down
4 changes: 4 additions & 0 deletions src/wp-content/themes/twentytwentyone/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1565,6 +1565,10 @@ pre {
overflow-x: auto;
}

.entry-content > code {
display: block;
}

/*
* text-underline-offset doesn't work in Chrome at all 👎
* But looks nice in Safari/Firefox, so let's keep it and
Expand Down
2 changes: 1 addition & 1 deletion src/wp-content/themes/twentytwentyone/style.css.map

Large diffs are not rendered by default.

Loading

0 comments on commit d078a48

Please sign in to comment.