Skip to content

Commit

Permalink
Twenty Twenty-Three: Merge the latest changes from GitHub.
Browse files Browse the repository at this point in the history
For a full list of changes included, see the `twentytwentythree` repository on GitHub: WordPress/twentytwentythree@0f273d7...e2005b0.

Props kafleg, poena, mikachan, tobifjellner, aristath.
See #56383.

git-svn-id: https://develop.svn.wordpress.org/trunk@54686 602fd350-edb4-49c9-b593-d223f7449a82
  • Loading branch information
desrosj committed Oct 25, 2022
1 parent 8b3314a commit ec91ec5
Show file tree
Hide file tree
Showing 11 changed files with 49 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,11 @@
* Block Types: core/template-part/footer
*/
?>
<!-- wp:group {"style":{"spacing":{"padding":{"top":"var:preset|spacing|40"}}},"layout":{"type":"constrained"}} -->
<div class="wp-block-group" style="padding-top:var(--wp--preset--spacing--40)"><!-- wp:group {"align":"wide","style":{"spacing":{"padding":{"top":"var:preset|spacing|40"}}},"layout":{"type":"flex","justifyContent":"space-between"}} -->
<div class="wp-block-group alignwide" style="padding-top:var(--wp--preset--spacing--40)"><!-- wp:site-title {"level":0} /-->
<!-- wp:group {"layout":{"type":"constrained"}} -->
<div class="wp-block-group">
<!-- wp:group {"align":"wide","style":{"spacing":{"padding":{"top":"var:preset|spacing|40"}}},"layout":{"type":"flex","justifyContent":"space-between"}} -->
<div class="wp-block-group alignwide" style="padding-top:var(--wp--preset--spacing--40)">
<!-- wp:site-title {"level":0} /-->
<!-- wp:paragraph {"align":"right"} -->
<p class="has-text-align-right">
<?php
Expand Down
6 changes: 2 additions & 4 deletions src/wp-content/themes/twentytwentythree/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,9 @@ License URI: http://www.gnu.org/licenses/gpl-2.0.html

== Description ==

Twenty Twenty-Three is a diverse, collaborative effort designed with the expansion of the possibilities of the block editor in mind. With a blank, unopinionated base as a starting point, this year’s default theme has minimal demo content to get in your way.
Twenty Twenty-Three is designed to take advantage of the new design tools introduced in WordPress 6.1. With a clean, blank base as a starting point, this default theme includes ten diverse style variations created by members of the WordPress community.

It embraces aesthetic diversity with a collection of style variations created by members of the WordPress Community, and it is built to take advantage of the new tools introduced in WordPress 6.1.

Whether you want to build a complex or incredibly simple website, you can style it the way you want it, and you can do it quickly and intuitively through the bundled styles or dive into creation and full customisation yourself.
Whether you want to build a complex or incredibly simple website, you can do it quickly and intuitively through the bundled styles or dive into creation and full customization yourself.

== Changelog ==

Expand Down
4 changes: 2 additions & 2 deletions src/wp-content/themes/twentytwentythree/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ Theme Name: Twenty Twenty-Three
Theme URI: https://wordpress.org/themes/twentytwentythree
Author: the WordPress team
Author URI: https://wordpress.org
Description: Twenty Twenty-Three is a diverse, collaborative effort designed with the expansion of the possibilities of the block editor in mind. With a blank, unopinionated base as a starting point, this year’s default theme has minimal demo content to get in your way. It embraces aesthetic diversity with a collection of style variations created by members of the WordPress Community, and it is built to take advantage of the new tools introduced in WordPress 6.1. Whether you want to build a complex or incredibly simple website, you can style it the way you want it, and you can do it quickly and intuitively through the bundled styles or dive into creation and full customisation yourself.
Description: Twenty Twenty-Three is designed to take advantage of the new design tools introduced in WordPress 6.1. With a clean, blank base as a starting point, this default theme includes ten diverse style variations created by members of the WordPress community. Whether you want to build a complex or incredibly simple website, you can do it quickly and intuitively through the bundled styles or dive into creation and full customization yourself.
Requires at least: 6.1
Tested up to: 6.1
Requires PHP: 5.6
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
Text Domain: twentytwentythree
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, accessibility-ready, blog, portfolio, news
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, accessibility-ready, blog, portfolio, news
*/
5 changes: 5 additions & 0 deletions src/wp-content/themes/twentytwentythree/styles/aubergine.json
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,11 @@
"gradient": "none",
"text": "var(--wp--preset--color--secondary)"
}
},
":visited": {
"color": {
"text": "var(--wp--preset--color--base)"
}
}
},
"heading": {
Expand Down
5 changes: 5 additions & 0 deletions src/wp-content/themes/twentytwentythree/styles/canary.json
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,11 @@
"width": "2px"
}
},
":visited": {
"color": {
"text": "var(--wp--preset--color--base)"
}
},
"border": {
"radius": "5px",
"color": "var(--wp--preset--color--contrast)",
Expand Down
5 changes: 5 additions & 0 deletions src/wp-content/themes/twentytwentythree/styles/electric.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,11 @@
"background": "var(--wp--preset--color--base)",
"text": "var(--wp--preset--color--contrast)"
}
},
":visited": {
"color": {
"text": "var(--wp--preset--color--base)"
}
}
},
"link": {
Expand Down
5 changes: 5 additions & 0 deletions src/wp-content/themes/twentytwentythree/styles/grapes.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,11 @@
"color": {
"background": "var(--wp--preset--color--primary)",
"text": "var(--wp--preset--color--base)"
},
":visited": {
"color": {
"text": "var(--wp--preset--color--base)"
}
}
},
"heading": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,11 @@
"gradient": "var(--wp--preset--gradient--secondary-primary)"
}
},
":visited": {
"color": {
"text": "var(--wp--preset--color--base)"
}
},
"border": {
"radius": "5px"
},
Expand Down
5 changes: 5 additions & 0 deletions src/wp-content/themes/twentytwentythree/styles/pitch.json
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,11 @@
"background": "var(--wp--preset--color--contrast)",
"text": "var(--wp--preset--color--tertiary)"
}
},
":visited": {
"color": {
"text": "var(--wp--preset--color--base)"
}
}
},
"h1": {
Expand Down
5 changes: 5 additions & 0 deletions src/wp-content/themes/twentytwentythree/styles/whisper.json
Original file line number Diff line number Diff line change
Expand Up @@ -421,6 +421,11 @@
"bottom": "min(calc(1rem + 2px), 3vw) !important"
}
}
},
":visited": {
"color": {
"text": "var(--wp--preset--color--primary)"
}
}
},
"cite": {
Expand Down
5 changes: 5 additions & 0 deletions src/wp-content/themes/twentytwentythree/theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -619,6 +619,11 @@
"background": "var(--wp--preset--color--secondary)",
"text": "var(--wp--preset--color--base)"
}
},
":visited": {
"color": {
"text": "var(--wp--preset--color--contrast)"
}
}
},
"h1": {
Expand Down

0 comments on commit ec91ec5

Please sign in to comment.