diff --git a/wp-content/themes/twentytwentythree/parts/comments.html b/wp-content/themes/twentytwentythree/parts/comments.html index 945dc116ba..a5bc7d8191 100644 --- a/wp-content/themes/twentytwentythree/parts/comments.html +++ b/wp-content/themes/twentytwentythree/parts/comments.html @@ -1,46 +1 @@ - -
- -
- - - - -
- -
- -
- - - -
- - - -
- - -
- - - - - -
- -
- - - - - - - - - - -
- -
- + diff --git a/wp-content/themes/twentytwentythree/parts/header.html b/wp-content/themes/twentytwentythree/parts/header.html index d9ef3683d2..7b2894acf2 100644 --- a/wp-content/themes/twentytwentythree/parts/header.html +++ b/wp-content/themes/twentytwentythree/parts/header.html @@ -2,7 +2,7 @@
- +
diff --git a/wp-content/themes/twentytwentythree/patterns/hidden-comments.php b/wp-content/themes/twentytwentythree/patterns/hidden-comments.php new file mode 100644 index 0000000000..84d4a78779 --- /dev/null +++ b/wp-content/themes/twentytwentythree/patterns/hidden-comments.php @@ -0,0 +1,57 @@ + + +
+ +
+ +

+ + + + + + +
+ +
+ +
+ + + +
+ + + +
+ + +
+ + + + + +
+ +
+ + + + + + + + + + +
+ +
+ diff --git a/wp-content/themes/twentytwentythree/patterns/post-meta.php b/wp-content/themes/twentytwentythree/patterns/post-meta.php index 3369936f9f..11e6ae7925 100644 --- a/wp-content/themes/twentytwentythree/patterns/post-meta.php +++ b/wp-content/themes/twentytwentythree/patterns/post-meta.php @@ -7,6 +7,10 @@ * Block Types: core/template-part/post-meta */ ?> + + + +
@@ -25,7 +29,7 @@

- +

diff --git a/wp-content/themes/twentytwentythree/readme.txt b/wp-content/themes/twentytwentythree/readme.txt index 7940001a6f..f4cd098a86 100644 --- a/wp-content/themes/twentytwentythree/readme.txt +++ b/wp-content/themes/twentytwentythree/readme.txt @@ -1,6 +1,6 @@ === Twenty Twenty-Three === Contributors: wordpressdotorg -Requires at least: 5.9 +Requires at least: 6.1 Tested up to: 6.1 Requires PHP: 5.7 License: GPLv2 or later @@ -8,7 +8,11 @@ License URI: http://www.gnu.org/licenses/gpl-2.0.html == Description == -Twenty Twenty-Three is a stripped-back and minimal base theme, and includes a diverse collection of style variations designed by members of the community. +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. == Changelog == diff --git a/wp-content/themes/twentytwentythree/screenshot.png b/wp-content/themes/twentytwentythree/screenshot.png new file mode 100644 index 0000000000..d405921ea3 Binary files /dev/null and b/wp-content/themes/twentytwentythree/screenshot.png differ diff --git a/wp-content/themes/twentytwentythree/style.css b/wp-content/themes/twentytwentythree/style.css index 70b4936ff4..b485bd0ca7 100644 --- a/wp-content/themes/twentytwentythree/style.css +++ b/wp-content/themes/twentytwentythree/style.css @@ -3,8 +3,8 @@ 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 stripped-back and minimal base theme, and includes a diverse collection of style variations designed by members of the community. -Requires at least: 5.9 +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. +Requires at least: 6.1 Tested up to: 6.1 Requires PHP: 5.6 Version: 1.0 diff --git a/wp-content/themes/twentytwentythree/styles/aubergine.json b/wp-content/themes/twentytwentythree/styles/aubergine.json new file mode 100644 index 0000000000..8e298b26b1 --- /dev/null +++ b/wp-content/themes/twentytwentythree/styles/aubergine.json @@ -0,0 +1,279 @@ +{ + "title": "Aubergine", + "settings": { + "color": { + "gradients": [ + { + "gradient": "linear-gradient(180deg, var(--wp--preset--color--secondary) 0%,var(--wp--preset--color--base) 100%)", + "name": "Secondary to Base", + "slug": "secondary-base" + }, + { + "gradient": "linear-gradient(180deg, var(--wp--preset--color--base) 0 min(24rem, 10%), var(--wp--preset--color--secondary) 0% 30%, var(--wp--preset--color--base) 100%)", + "name": "Base to Secondary to Base", + "slug": "base-secondary-base" + }, + { + "gradient": "linear-gradient(90deg, var(--wp--preset--color--tertiary) 5.74%, var(--wp--preset--color--primary) 100%);", + "name": "Tertiary to Primary", + "slug": "tertiary-primary" + }, + { + "gradient": "linear-gradient(90deg, var(--wp--preset--color--primary) 5.74%, var(--wp--preset--color--tertiary) 100%);", + "name": "Primary to Tertiary", + "slug": "primary-tertiary" + } + ], + "palette": [ + { + "color": "#1B1031", + "name": "Base", + "slug": "base" + }, + { + "color": "#FFFFFF", + "name": "Contrast", + "slug": "contrast" + }, + { + "color": "#FF746D", + "name": "Primary", + "slug": "primary" + }, + { + "color": "#551C5E", + "name": "Secondary", + "slug": "secondary" + }, + { + "color": "#FB326B", + "name": "Tertiary", + "slug": "tertiary" + } + ] + }, + "typography": { + "fontSizes": [ + { + "fluid": { + "min": "0.875rem", + "max": "1rem" + }, + "size": "1rem", + "slug": "small" + }, + { + "fluid": { + "min": "1rem", + "max": "1.125rem" + }, + "size": "1.125rem", + "slug": "medium" + }, + { + "size": "1.75rem", + "slug": "large", + "fluid": false + }, + { + "size": "3.25rem", + "slug": "x-large", + "fluid": false + }, + { + "size": "10rem", + "slug": "xx-large", + "fluid": { + "min": "4rem", + "max": "20rem" + } + } + ] + } + }, + "styles": { + "blocks": { + "core/comment-reply-link": { + "elements": { + "link": { + "color": { + "text": "var(--wp--preset--color--primary)" + }, + "typography": { + "fontStyle": "italic" + } + } + } + }, + "core/group": { + "border": { + "color": "var(--wp--preset--color--primary)" + } + }, + "core/navigation": { + "typography": { + "fontSize": "var(--wp--preset--font-size--medium)" + } + }, + "core/post-author-name": { + "elements": { + "link": { + "color": { + "text": "var(--wp--preset--color--primary)" + }, + "typography": { + "fontStyle": "italic" + } + } + } + }, + "core/post-content": { + "elements": { + "link": { + "color": { + "text": "var(--wp--preset--color--primary)" + } + } + } + }, + "core/post-date": { + "elements": { + "link": { + "color": { + "text": "var(--wp--preset--color--contrast)" + }, + "typography": { + "letterSpacing": "0.09rem", + "textTransform": "uppercase" + } + } + } + }, + "core/post-terms": { + "elements": { + "link": { + "color": { + "text": "var(--wp--preset--color--primary)" + }, + "typography": { + "fontStyle": "italic" + } + } + } + }, + "core/post-title": { + "typography": { + "fontSize": "clamp(2.625rem, calc(2.625rem + ((1vw - 0.48rem) * 8.4135)), 3.25rem)" + } + }, + "core/query": { + "elements": { + "h3": { + "color": { + "text": "var(--wp--preset--color--primary)" + }, + "typography": { + "fontSize": "var(--wp--preset--font-size--large)", + "fontWeight": "700" + } + }, + "link": { + "color": { + "text": "var(--wp--preset--color--primary)" + } + } + } + }, + "core/separator": { + "color": { + "text": "var(--wp--preset--color--primary)" + } + }, + "core/site-title": { + "border": { + "color": "var(--wp--preset--color--primary)", + "style": "solid", + "width": "0 0 2px 0" + }, + "elements": { + "link": { + ":active": { + "color": { + "text": "var(--wp--preset--color--primary)" + } + }, + ":focus": { + "color": { + "text": "var(--wp--preset--color--primary)" + }, + "typography": { + "textDecoration": "none" + } + }, + ":hover": { + "color": { + "text": "var(--wp--preset--color--primary)" + }, + "typography": { + "textDecoration": "none" + } + } + } + }, + "typography": { + "letterSpacing": "0.09rem", + "textTransform": "uppercase" + } + } + }, + "color": { + "gradient": "var(--wp--preset--gradient--base-secondary-base) no-repeat" + }, + "elements": { + "button": { + "border": { + "radius": "99999px" + }, + "color": { + "gradient": "var(--wp--preset--gradient--tertiary-primary)", + "text": "var(--wp--preset--color--base)" + }, + ":hover": { + "color": { + "gradient": "var(--wp--preset--gradient--primary-tertiary)", + "text": "var(--wp--preset--color--contrast)" + } + }, + ":focus": { + "color": { + "gradient": "var(--wp--preset--gradient--primary-tertiary)", + "text": "var(--wp--preset--color--contrast)" + } + }, + ":active": { + "color": { + "gradient": "var(--wp--preset--gradient--primary-tertiary)", + "text": "var(--wp--preset--color--contrast)" + } + } + }, + "heading": { + "typography": { + "letterSpacing": "-0.019rem" + } + }, + "link": { + ":active": { + "color": { + "text": "var(--wp--preset--color--tertiary)" + } + } + } + }, + "typography": { + "fontFamily": "var(--wp--preset--font-family--dm-sans)" + } + }, + "version": 2, + "$schema": "https://schemas.wp.org/trunk/theme.json" +} diff --git a/wp-content/themes/twentytwentythree/styles/block-out.json b/wp-content/themes/twentytwentythree/styles/block-out.json index 3e3e29e113..111256404e 100644 --- a/wp-content/themes/twentytwentythree/styles/block-out.json +++ b/wp-content/themes/twentytwentythree/styles/block-out.json @@ -1,5 +1,5 @@ { - "title": "Block-out", + "title": "Block out", "settings": { "color": { "duotone": [ @@ -73,7 +73,7 @@ }, { "fluid": { - "max": "20rem", + "max": "14rem", "min": "4rem" }, "size": "10rem", @@ -108,12 +108,25 @@ "color": { "text": "var(--wp--preset--color--contrast)" } + }, + "h1": { + "color": { + "text": "var(--wp--preset--color--contrast)" + } } } }, "core/post-featured-image": { "border": { "radius": "8px" + }, + "filter": { + "duotone": "var(--wp--preset--duotone--default-filter)" + } + }, + "core/post-title": { + "color": { + "text": "var(--wp--preset--color--primary)" } }, "core/quote": { @@ -133,7 +146,18 @@ }, "core/site-title": { "typography": { - "fontSize": "var(--wp--preset--font-size--xx-large)" + "fontSize": "var(--wp--preset--font-size--xx-large)", + "lineHeight": "1.1", + "textTransform": "lowercase" + } + }, + "core/query": { + "elements": { + "h3": { + "color": { + "text": "var(--wp--preset--color--contrast)" + } + } } } }, @@ -148,7 +172,7 @@ "fontWeight": "400" } }, - "h2": { + "h1": { "color": { "text": "var(--wp--preset--color--primary)" } diff --git a/wp-content/themes/twentytwentythree/templates/archive.html b/wp-content/themes/twentytwentythree/templates/archive.html index 5d2c190b70..6151683bea 100644 --- a/wp-content/themes/twentytwentythree/templates/archive.html +++ b/wp-content/themes/twentytwentythree/templates/archive.html @@ -10,7 +10,7 @@ - +

diff --git a/wp-content/themes/twentytwentythree/templates/home.html b/wp-content/themes/twentytwentythree/templates/home.html index 5e4ec9db92..1e3e4f657f 100644 --- a/wp-content/themes/twentytwentythree/templates/home.html +++ b/wp-content/themes/twentytwentythree/templates/home.html @@ -7,17 +7,17 @@
- -

Mindblown: a blog about philosophy.

+ +

Mindblown: a blog about philosophy.

- + - + diff --git a/wp-content/themes/twentytwentythree/templates/index.html b/wp-content/themes/twentytwentythree/templates/index.html index bae469dcbb..91e66405df 100644 --- a/wp-content/themes/twentytwentythree/templates/index.html +++ b/wp-content/themes/twentytwentythree/templates/index.html @@ -8,7 +8,7 @@ - + diff --git a/wp-content/themes/twentytwentythree/templates/search.html b/wp-content/themes/twentytwentythree/templates/search.html index 2079dea8fa..0bd5cc0c03 100644 --- a/wp-content/themes/twentytwentythree/templates/search.html +++ b/wp-content/themes/twentytwentythree/templates/search.html @@ -10,7 +10,7 @@ - + diff --git a/wp-content/themes/twentytwentythree/theme.json b/wp-content/themes/twentytwentythree/theme.json index c7c1c62757..baa81dd5e2 100644 --- a/wp-content/themes/twentytwentythree/theme.json +++ b/wp-content/themes/twentytwentythree/theme.json @@ -370,8 +370,8 @@ "core/post-title": { "spacing": { "margin": { - "bottom": "var(--wp--preset--spacing--40)", - "top": "var(--wp--preset--spacing--40)" + "bottom": "var(--wp--preset--spacing--30)", + "top": "var(--wp--preset--spacing--30)" } }, "typography": { diff --git a/wp-includes/version.php b/wp-includes/version.php index 20b315ea9c..7ce40826bb 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.1-beta1-54311'; +$wp_version = '6.1-beta1-54312'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.