From a78846dcd09efbe6888b9eba17a4189eef0c204a Mon Sep 17 00:00:00 2001 From: desrosj Date: Tue, 5 Nov 2024 14:02:15 +0000 Subject: [PATCH] Bundled Themes: Update Twenty Twenty-Five for 6.7 RC 3. This merges the latest improvements to the Twenty Twenty-Five theme from GitHub into WordPress-Develop for 6.7 RC 3. A full list of changes can be found on GitHub: https://github.com/WordPress/twentytwentyfive/compare/b6f4ee2e5792c0818df0bdebca7dfdeaa016fa52...b5b0475f6a47daf9b650fa9cf6319284a1dea7d8. Props juanfra. See #62343. Built from https://develop.svn.wordpress.org/trunk@59348 git-svn-id: http://core.svn.wordpress.org/trunk@58734 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- .../themes/twentytwentyfive/functions.php | 2 +- .../patterns/cta-heading-search.php | 2 +- .../patterns/event-schedule.php | 4 +- .../patterns/footer-centered.php | 2 +- .../patterns/footer-columns.php | 2 +- .../patterns/footer-newsletter.php | 2 +- .../patterns/footer-social.php | 2 +- .../twentytwentyfive/patterns/footer.php | 2 +- .../patterns/hero-podcast.php | 2 +- .../patterns/hidden-search.php | 2 +- .../patterns/media-instagram-grid.php | 2 +- .../services-subscriber-only-section.php | 2 +- .../template-home-with-sidebar-news-blog.php | 2 +- ...mplate-query-loop-vertical-header-blog.php | 2 +- .../patterns/template-query-loop.php | 2 +- .../twentytwentyfive/patterns/text-faqs.php | 113 +++++++++++------- .../twentytwentyfive/styles/01-evening.json | 40 ------- .../twentytwentyfive/styles/02-noon.json | 35 ++---- .../twentytwentyfive/styles/03-dusk.json | 16 +-- .../twentytwentyfive/styles/05-twilight.json | 2 +- .../twentytwentyfive/styles/06-morning.json | 10 +- .../twentytwentyfive/styles/07-sunrise.json | 15 +-- .../twentytwentyfive/styles/08-midnight.json | 4 +- .../styles/colors/01-evening.json | 42 ------- .../styles/colors/02-noon.json | 34 ++---- .../styles/colors/03-dusk.json | 16 +-- .../styles/colors/05-twilight.json | 2 +- .../styles/colors/06-morning.json | 8 +- .../styles/colors/07-sunrise.json | 15 +-- .../styles/colors/08-midnight.json | 4 +- .../styles/sections/section-1.json | 106 ++++++++++++++++ .../styles/sections/section-2.json | 94 +++++++++++++++ .../styles/sections/section-3.json | 94 +++++++++++++++ .../styles/sections/section-4.json | 94 +++++++++++++++ .../styles/sections/section-5.json | 94 +++++++++++++++ wp-content/themes/twentytwentyfive/theme.json | 5 +- wp-includes/version.php | 2 +- 37 files changed, 627 insertions(+), 250 deletions(-) diff --git a/wp-content/themes/twentytwentyfive/functions.php b/wp-content/themes/twentytwentyfive/functions.php index 83d869df24..ddb42a89f2 100644 --- a/wp-content/themes/twentytwentyfive/functions.php +++ b/wp-content/themes/twentytwentyfive/functions.php @@ -110,7 +110,7 @@ if ( ! function_exists( 'twentytwentyfive_pattern_categories' ) ) : register_block_pattern_category( 'twentytwentyfive_post-format', array( - 'label' => __( 'Post format', 'twentytwentyfive' ), + 'label' => __( 'Post formats', 'twentytwentyfive' ), 'description' => __( 'A collection of post format patterns.', 'twentytwentyfive' ), ) ); diff --git a/wp-content/themes/twentytwentyfive/patterns/cta-heading-search.php b/wp-content/themes/twentytwentyfive/patterns/cta-heading-search.php index 4481b53a95..00dffc235e 100644 --- a/wp-content/themes/twentytwentyfive/patterns/cta-heading-search.php +++ b/wp-content/themes/twentytwentyfive/patterns/cta-heading-search.php @@ -18,7 +18,7 @@

- + diff --git a/wp-content/themes/twentytwentyfive/patterns/event-schedule.php b/wp-content/themes/twentytwentyfive/patterns/event-schedule.php index 8a5ef94a6c..86d061e1a7 100644 --- a/wp-content/themes/twentytwentyfive/patterns/event-schedule.php +++ b/wp-content/themes/twentytwentyfive/patterns/event-schedule.php @@ -129,7 +129,7 @@
-
<?php esc_attr_e( 'The acropolis in Athens.', 'twentytwentyfive' ); ?>
+
<?php esc_attr_e( 'The Acropolis of Athens.', 'twentytwentyfive' ); ?>
@@ -160,7 +160,7 @@
-
<?php esc_attr_e( 'Black and white photo of an african woman.', 'twentytwentyfive' ); ?>
+
<?php esc_attr_e( 'Black and white photo of an African woman.', 'twentytwentyfive' ); ?>
diff --git a/wp-content/themes/twentytwentyfive/patterns/footer-centered.php b/wp-content/themes/twentytwentyfive/patterns/footer-centered.php index e7be2cc932..be82e0f643 100644 --- a/wp-content/themes/twentytwentyfive/patterns/footer-centered.php +++ b/wp-content/themes/twentytwentyfive/patterns/footer-centered.php @@ -29,7 +29,7 @@

WordPress' ); diff --git a/wp-content/themes/twentytwentyfive/patterns/footer-columns.php b/wp-content/themes/twentytwentyfive/patterns/footer-columns.php index 029ae32f0b..6b12c325ac 100644 --- a/wp-content/themes/twentytwentyfive/patterns/footer-columns.php +++ b/wp-content/themes/twentytwentyfive/patterns/footer-columns.php @@ -69,7 +69,7 @@

WordPress' ); diff --git a/wp-content/themes/twentytwentyfive/patterns/footer-newsletter.php b/wp-content/themes/twentytwentyfive/patterns/footer-newsletter.php index 0b4c891027..1c88efcc32 100644 --- a/wp-content/themes/twentytwentyfive/patterns/footer-newsletter.php +++ b/wp-content/themes/twentytwentyfive/patterns/footer-newsletter.php @@ -45,7 +45,7 @@

WordPress' ); diff --git a/wp-content/themes/twentytwentyfive/patterns/footer-social.php b/wp-content/themes/twentytwentyfive/patterns/footer-social.php index 597542993e..006cb83339 100644 --- a/wp-content/themes/twentytwentyfive/patterns/footer-social.php +++ b/wp-content/themes/twentytwentyfive/patterns/footer-social.php @@ -31,7 +31,7 @@

WordPress' ); diff --git a/wp-content/themes/twentytwentyfive/patterns/footer.php b/wp-content/themes/twentytwentyfive/patterns/footer.php index 87273794df..4dec2cc6ac 100644 --- a/wp-content/themes/twentytwentyfive/patterns/footer.php +++ b/wp-content/themes/twentytwentyfive/patterns/footer.php @@ -78,7 +78,7 @@

WordPress' ); diff --git a/wp-content/themes/twentytwentyfive/patterns/hero-podcast.php b/wp-content/themes/twentytwentyfive/patterns/hero-podcast.php index 98ce22ff6e..b6bd708098 100644 --- a/wp-content/themes/twentytwentyfive/patterns/hero-podcast.php +++ b/wp-content/themes/twentytwentyfive/patterns/hero-podcast.php @@ -46,7 +46,7 @@

-

+

diff --git a/wp-content/themes/twentytwentyfive/patterns/hidden-search.php b/wp-content/themes/twentytwentyfive/patterns/hidden-search.php index 33010a2ce4..d4a7090ff4 100644 --- a/wp-content/themes/twentytwentyfive/patterns/hidden-search.php +++ b/wp-content/themes/twentytwentyfive/patterns/hidden-search.php @@ -11,4 +11,4 @@ ?> - + diff --git a/wp-content/themes/twentytwentyfive/patterns/media-instagram-grid.php b/wp-content/themes/twentytwentyfive/patterns/media-instagram-grid.php index 60a7e15d11..a3438d624d 100644 --- a/wp-content/themes/twentytwentyfive/patterns/media-instagram-grid.php +++ b/wp-content/themes/twentytwentyfive/patterns/media-instagram-grid.php @@ -49,7 +49,7 @@ -
<?php esc_attr_e( 'The acropolis in Athens.', 'twentytwentyfive' ); ?>
+
<?php esc_attr_e( 'The Acropolis of Athens.', 'twentytwentyfive' ); ?>
diff --git a/wp-content/themes/twentytwentyfive/patterns/services-subscriber-only-section.php b/wp-content/themes/twentytwentyfive/patterns/services-subscriber-only-section.php index 73d365da95..1cdcf48562 100644 --- a/wp-content/themes/twentytwentyfive/patterns/services-subscriber-only-section.php +++ b/wp-content/themes/twentytwentyfive/patterns/services-subscriber-only-section.php @@ -28,7 +28,7 @@ -
  • +
  • diff --git a/wp-content/themes/twentytwentyfive/patterns/template-home-with-sidebar-news-blog.php b/wp-content/themes/twentytwentyfive/patterns/template-home-with-sidebar-news-blog.php index 169ef2e78e..ee6732278e 100644 --- a/wp-content/themes/twentytwentyfive/patterns/template-home-with-sidebar-news-blog.php +++ b/wp-content/themes/twentytwentyfive/patterns/template-home-with-sidebar-news-blog.php @@ -85,7 +85,7 @@
    -

    +

    diff --git a/wp-content/themes/twentytwentyfive/patterns/template-query-loop-vertical-header-blog.php b/wp-content/themes/twentytwentyfive/patterns/template-query-loop-vertical-header-blog.php index c47f21d1c9..c4b912b194 100644 --- a/wp-content/themes/twentytwentyfive/patterns/template-query-loop-vertical-header-blog.php +++ b/wp-content/themes/twentytwentyfive/patterns/template-query-loop-vertical-header-blog.php @@ -44,7 +44,7 @@ -

    +

    diff --git a/wp-content/themes/twentytwentyfive/patterns/template-query-loop.php b/wp-content/themes/twentytwentyfive/patterns/template-query-loop.php index 43f1444f7d..82dc4de847 100644 --- a/wp-content/themes/twentytwentyfive/patterns/template-query-loop.php +++ b/wp-content/themes/twentytwentyfive/patterns/template-query-loop.php @@ -28,7 +28,7 @@
    -

    +

    diff --git a/wp-content/themes/twentytwentyfive/patterns/text-faqs.php b/wp-content/themes/twentytwentyfive/patterns/text-faqs.php index 016a7cc2c4..d8184f8da0 100644 --- a/wp-content/themes/twentytwentyfive/patterns/text-faqs.php +++ b/wp-content/themes/twentytwentyfive/patterns/text-faqs.php @@ -5,7 +5,7 @@ * Categories: text, about * Keywords: faq, about, frequently asked questions * Viewport width: 1400 - * Description: A FAQs section with a FAQ heading and list of toggle questions and answers. + * Description: A FAQs section with a FAQ heading and list of questions and answers. * * @package WordPress * @subpackage Twenty_Twenty_Five @@ -21,54 +21,77 @@

    - -
    - -
    - - -

    - -
    - + +
    + +
    + +
    + +

    + - -
    - - -

    - -
    - + +

    + +
    + +
    + - -
    - - -

    - -
    - + +
    + +
    + +

    + - -
    - - -

    - -
    - - - -
    - - -

    - -
    - + +

    + +
    + +
    +
    - + + + +
    + +
    + +
    + +

    + + + +

    + +
    + +
    + + + +
    + +
    + +

    + + + +

    + +
    + +
    + +
    +
    diff --git a/wp-content/themes/twentytwentyfive/styles/01-evening.json b/wp-content/themes/twentytwentyfive/styles/01-evening.json index 95e6b8b301..e270f9fe9b 100644 --- a/wp-content/themes/twentytwentyfive/styles/01-evening.json +++ b/wp-content/themes/twentytwentyfive/styles/01-evening.json @@ -66,18 +66,6 @@ } } } - }, - "core/site-tagline": { - "color": { - "text": "var:preset|color|accent-4" - }, - "elements": { - "link": { - "color": { - "text": "var:preset|color|accent-4" - } - } - } } }, "elements": { @@ -100,11 +88,6 @@ "top": "0.6rem" } } - }, - "link": { - "color": { - "text": "var:preset|color|accent-4" - } } }, "variations": { @@ -123,15 +106,6 @@ } } }, - "section-3": { - "elements": { - "link": { - "color": { - "text": "var:preset|color|contrast" - } - } - } - }, "section-4": { "elements": { "button": { @@ -144,20 +118,6 @@ "background": "color-mix(in srgb, var(--wp--preset--color--accent-2) 85%, transparent)" } } - }, - "link": { - "color": { - "text": "var:preset|color|accent-2" - } - } - } - }, - "section-5": { - "elements": { - "link": { - "color": { - "text": "var:preset|color|base" - } } } } diff --git a/wp-content/themes/twentytwentyfive/styles/02-noon.json b/wp-content/themes/twentytwentyfive/styles/02-noon.json index db8dc4378d..aac33a46cf 100644 --- a/wp-content/themes/twentytwentyfive/styles/02-noon.json +++ b/wp-content/themes/twentytwentyfive/styles/02-noon.json @@ -259,23 +259,7 @@ "blocks": { "core/button": { "border": { - "bottom": { - "color": "var:preset|color|contrast", - "style": "solid" - }, - "left": { - "color": "var:preset|color|contrast", - "style": "solid" - }, - "radius": "999px", - "right": { - "color": "var:preset|color|contrast", - "style": "solid" - }, - "top": { - "color": "var:preset|color|contrast", - "style": "solid" - } + "color": "var:preset|color|contrast" }, "shadow": "var:preset|shadow|natural", "spacing": { @@ -299,9 +283,6 @@ "right": "1.6rem", "top": "0.6rem" } - }, - "border": { - "color": "currentColor" } } } @@ -328,7 +309,7 @@ "elements": { "link": { "color": { - "text": "var:preset|color|accent-3" + "text": "currentColor" } } } @@ -340,7 +321,7 @@ "elements": { "link": { "color": { - "text": "var:preset|color|accent-3" + "text": "currentColor" } } }, @@ -367,7 +348,7 @@ "elements": { "link": { "color": { - "text": "var:preset|color|accent-3" + "text": "currentColor" } } } @@ -422,7 +403,7 @@ }, "link": { "color": { - "text": "var:preset|color|contrast" + "text": "currentColor" } } }, @@ -441,12 +422,12 @@ }, "heading": { "color": { - "text": "var:preset|color|accent-2" + "text": "currentColor" } }, "link": { "color": { - "text": "var:preset|color|accent-2" + "text": "currentColor" } } } @@ -470,7 +451,7 @@ }, "link": { "color": { - "text": "var:preset|color|base" + "text": "currentColor" } } } diff --git a/wp-content/themes/twentytwentyfive/styles/03-dusk.json b/wp-content/themes/twentytwentyfive/styles/03-dusk.json index c756714dc3..41ed777abd 100644 --- a/wp-content/themes/twentytwentyfive/styles/03-dusk.json +++ b/wp-content/themes/twentytwentyfive/styles/03-dusk.json @@ -128,7 +128,7 @@ "elements": { "link": { "color": { - "text": "var:preset|color|accent-2" + "text": "currentColor" } } } @@ -143,7 +143,7 @@ "elements": { "link": { "color": { - "text": "var:preset|color|accent-2" + "text": "currentColor" } } } @@ -289,7 +289,7 @@ } } }, - "section-1":{ + "section-1": { "elements": { "link": { "color": { @@ -316,12 +316,12 @@ }, "link": { "color": { - "text": "var:preset|color|base" + "text": "currentColor" } }, "heading": { "color": { - "text": "var:preset|color|base" + "text": "currentColor" } } } @@ -333,7 +333,7 @@ "elements": { "heading": { "color": { - "text": "var:preset|color|accent-2" + "text": "currentColor" } } } @@ -355,12 +355,12 @@ }, "link": { "color": { - "text": "var:preset|color|base" + "text": "currentColor" } }, "heading": { "color": { - "text": "var:preset|color|base" + "text": "currentColor" } } } diff --git a/wp-content/themes/twentytwentyfive/styles/05-twilight.json b/wp-content/themes/twentytwentyfive/styles/05-twilight.json index 994293f785..fede67ebd9 100644 --- a/wp-content/themes/twentytwentyfive/styles/05-twilight.json +++ b/wp-content/themes/twentytwentyfive/styles/05-twilight.json @@ -234,7 +234,7 @@ }, "link": { "color": { - "text": "var:preset|color|base" + "text": "currentColor" } } } diff --git a/wp-content/themes/twentytwentyfive/styles/06-morning.json b/wp-content/themes/twentytwentyfive/styles/06-morning.json index 305c4c3ec0..cb7ec98e4a 100644 --- a/wp-content/themes/twentytwentyfive/styles/06-morning.json +++ b/wp-content/themes/twentytwentyfive/styles/06-morning.json @@ -395,7 +395,7 @@ }, "link": { "color": { - "text": "var:preset|color|contrast" + "text": "currentColor" } } }, @@ -453,7 +453,7 @@ "elements": { "heading": { "color": { - "text": "var:preset|color|base" + "text": "currentColor" } }, "button": { @@ -465,12 +465,12 @@ "color": { "background": "color-mix(in srgb, var(--wp--preset--color--accent-1) 85%, transparent)", "text": "var:preset|color|contrast" - } } + } }, "link": { "color": { - "text": "var:preset|color|base" + "text": "currentColor" } } } @@ -495,7 +495,7 @@ }, "link": { "color": { - "text": "var:preset|color|base" + "text": "currentColor" } } } diff --git a/wp-content/themes/twentytwentyfive/styles/07-sunrise.json b/wp-content/themes/twentytwentyfive/styles/07-sunrise.json index 522dd0ac3c..ed60e26b87 100644 --- a/wp-content/themes/twentytwentyfive/styles/07-sunrise.json +++ b/wp-content/themes/twentytwentyfive/styles/07-sunrise.json @@ -304,9 +304,6 @@ "fontWeight": "600", "letterSpacing": "-0.24px" }, - "border": { - "color": "var:preset|color|accent-2" - }, "elements": { "cite": { "typography": { @@ -391,7 +388,7 @@ "elements": { "link": { "color": { - "text": "var:preset|color|accent-5" + "text": "currentColor" } }, "button": { @@ -414,7 +411,7 @@ "elements": { "link": { "color": { - "text": "var:preset|color|base" + "text": "currentColor" } }, "button": { @@ -437,7 +434,7 @@ "elements": { "link": { "color": { - "text": "var:preset|color|base" + "text": "currentColor" } }, "button": { @@ -460,7 +457,7 @@ "elements": { "link": { "color": { - "text": "var:preset|color|base" + "text": "currentColor" } }, "button": { @@ -484,12 +481,12 @@ "elements": { "heading": { "color": { - "text": "var:preset|color|contrast" + "text": "currentColor" } }, "link": { "color": { - "text": "var:preset|color|contrast" + "text": "currentColor" } }, "button": { diff --git a/wp-content/themes/twentytwentyfive/styles/08-midnight.json b/wp-content/themes/twentytwentyfive/styles/08-midnight.json index 43670509a9..48019bf2ae 100644 --- a/wp-content/themes/twentytwentyfive/styles/08-midnight.json +++ b/wp-content/themes/twentytwentyfive/styles/08-midnight.json @@ -579,7 +579,7 @@ }, "link": { "color": { - "text": "var:preset|color|accent-3" + "text": "currentColor" } } } @@ -602,7 +602,7 @@ }, "link": { "color": { - "text": "var:preset|color|accent-5" + "text": "currentColor" } } } diff --git a/wp-content/themes/twentytwentyfive/styles/colors/01-evening.json b/wp-content/themes/twentytwentyfive/styles/colors/01-evening.json index 92a00f52a2..02acc8ba36 100644 --- a/wp-content/themes/twentytwentyfive/styles/colors/01-evening.json +++ b/wp-content/themes/twentytwentyfive/styles/colors/01-evening.json @@ -52,20 +52,6 @@ "color": { "text": "var:preset|color|accent-4" }, - "blocks": { - "core/site-tagline": { - "color": { - "text": "var:preset|color|accent-4" - }, - "elements": { - "link": { - "color": { - "text": "var:preset|color|accent-4" - } - } - } - } - }, "elements": { "button": { "color": { @@ -78,11 +64,6 @@ "text": "var:preset|color|base" } } - }, - "link": { - "color": { - "text": "var:preset|color|accent-4" - } } }, "variations": { @@ -101,15 +82,6 @@ } } }, - "section-3": { - "elements": { - "link": { - "color": { - "text": "var:preset|color|contrast" - } - } - } - }, "section-4": { "elements": { "button": { @@ -122,20 +94,6 @@ "background": "color-mix(in srgb, var(--wp--preset--color--accent-2) 85%, transparent)" } } - }, - "link": { - "color": { - "text": "var:preset|color|accent-2" - } - } - } - }, - "section-5": { - "elements": { - "link": { - "color": { - "text": "var:preset|color|base" - } } } } diff --git a/wp-content/themes/twentytwentyfive/styles/colors/02-noon.json b/wp-content/themes/twentytwentyfive/styles/colors/02-noon.json index 818634c865..555b25890a 100644 --- a/wp-content/themes/twentytwentyfive/styles/colors/02-noon.json +++ b/wp-content/themes/twentytwentyfive/styles/colors/02-noon.json @@ -55,25 +55,7 @@ "blocks": { "core/button": { "border": { - "bottom": { - "color": "var:preset|color|contrast" - }, - "left": { - "color": "var:preset|color|contrast" - }, - "right": { - "color": "var:preset|color|contrast" - }, - "top": { - "color": "var:preset|color|contrast" - } - }, - "variations": { - "outline": { - "border": { - "color": "currentColor" - } - } + "color": "var:preset|color|contrast" } }, "core/post-title": { @@ -83,7 +65,7 @@ "elements": { "link": { "color": { - "text": "var:preset|color|accent-3" + "text": "currentColor" } } } @@ -95,7 +77,7 @@ "elements": { "link": { "color": { - "text": "var:preset|color|accent-3" + "text": "currentColor" } } } @@ -107,7 +89,7 @@ "elements": { "link": { "color": { - "text": "var:preset|color|accent-3" + "text": "currentColor" } } } @@ -127,7 +109,7 @@ }, "link": { "color": { - "text": "var:preset|color|contrast" + "text": "currentColor" } } }, @@ -146,12 +128,12 @@ }, "heading": { "color": { - "text": "var:preset|color|accent-2" + "text": "currentColor" } }, "link": { "color": { - "text": "var:preset|color|accent-2" + "text": "currentColor" } } } @@ -175,7 +157,7 @@ }, "link": { "color": { - "text": "var:preset|color|base" + "text": "currentColor" } } } diff --git a/wp-content/themes/twentytwentyfive/styles/colors/03-dusk.json b/wp-content/themes/twentytwentyfive/styles/colors/03-dusk.json index 568ccf6646..7bbc63355b 100644 --- a/wp-content/themes/twentytwentyfive/styles/colors/03-dusk.json +++ b/wp-content/themes/twentytwentyfive/styles/colors/03-dusk.json @@ -77,7 +77,7 @@ "elements": { "link": { "color": { - "text": "var:preset|color|accent-2" + "text": "currentColor" } } } @@ -89,7 +89,7 @@ "elements": { "link": { "color": { - "text": "var:preset|color|accent-2" + "text": "currentColor" } } } @@ -169,7 +169,7 @@ } } }, - "section-1":{ + "section-1": { "elements": { "link": { "color": { @@ -196,12 +196,12 @@ }, "link": { "color": { - "text": "var:preset|color|base" + "text": "currentColor" } }, "heading": { "color": { - "text": "var:preset|color|base" + "text": "currentColor" } } } @@ -213,7 +213,7 @@ "elements": { "heading": { "color": { - "text": "var:preset|color|accent-2" + "text": "currentColor" } } } @@ -235,12 +235,12 @@ }, "link": { "color": { - "text": "var:preset|color|base" + "text": "currentColor" } }, "heading": { "color": { - "text": "var:preset|color|base" + "text": "currentColor" } } } diff --git a/wp-content/themes/twentytwentyfive/styles/colors/05-twilight.json b/wp-content/themes/twentytwentyfive/styles/colors/05-twilight.json index 710b86c49d..e54b834d69 100644 --- a/wp-content/themes/twentytwentyfive/styles/colors/05-twilight.json +++ b/wp-content/themes/twentytwentyfive/styles/colors/05-twilight.json @@ -68,7 +68,7 @@ }, "link": { "color": { - "text": "var:preset|color|base" + "text": "currentColor" } } } diff --git a/wp-content/themes/twentytwentyfive/styles/colors/06-morning.json b/wp-content/themes/twentytwentyfive/styles/colors/06-morning.json index 952d7733e8..98f929904f 100644 --- a/wp-content/themes/twentytwentyfive/styles/colors/06-morning.json +++ b/wp-content/themes/twentytwentyfive/styles/colors/06-morning.json @@ -128,7 +128,7 @@ }, "link": { "color": { - "text": "var:preset|color|contrast" + "text": "currentColor" } } }, @@ -182,7 +182,7 @@ "elements": { "heading": { "color": { - "text": "var:preset|color|base" + "text": "currentColor" } }, "button": { @@ -199,7 +199,7 @@ }, "link": { "color": { - "text": "var:preset|color|base" + "text": "currentColor" } } } @@ -224,7 +224,7 @@ }, "link": { "color": { - "text": "var:preset|color|base" + "text": "currentColor" } } } diff --git a/wp-content/themes/twentytwentyfive/styles/colors/07-sunrise.json b/wp-content/themes/twentytwentyfive/styles/colors/07-sunrise.json index 7e6b4edff5..b320026d09 100644 --- a/wp-content/themes/twentytwentyfive/styles/colors/07-sunrise.json +++ b/wp-content/themes/twentytwentyfive/styles/colors/07-sunrise.json @@ -108,9 +108,6 @@ "color": { "text": "var:preset|color|accent-2" }, - "border": { - "color": "var:preset|color|accent-2" - }, "elements": { "cite": { "color": { @@ -168,7 +165,7 @@ "elements": { "link": { "color": { - "text": "var:preset|color|accent-5" + "text": "currentColor" } }, "button": { @@ -191,7 +188,7 @@ "elements": { "link": { "color": { - "text": "var:preset|color|base" + "text": "currentColor" } }, "button": { @@ -214,7 +211,7 @@ "elements": { "link": { "color": { - "text": "var:preset|color|base" + "text": "currentColor" } }, "button": { @@ -237,7 +234,7 @@ "elements": { "link": { "color": { - "text": "var:preset|color|base" + "text": "currentColor" } }, "button": { @@ -261,12 +258,12 @@ "elements": { "heading": { "color": { - "text": "var:preset|color|contrast" + "text": "currentColor" } }, "link": { "color": { - "text": "var:preset|color|contrast" + "text": "currentColor" } }, "button": { diff --git a/wp-content/themes/twentytwentyfive/styles/colors/08-midnight.json b/wp-content/themes/twentytwentyfive/styles/colors/08-midnight.json index 70005a5073..28151874b6 100644 --- a/wp-content/themes/twentytwentyfive/styles/colors/08-midnight.json +++ b/wp-content/themes/twentytwentyfive/styles/colors/08-midnight.json @@ -111,7 +111,7 @@ }, "link": { "color": { - "text": "var:preset|color|accent-3" + "text": "currentColor" } } } @@ -134,7 +134,7 @@ }, "link": { "color": { - "text": "var:preset|color|accent-5" + "text": "currentColor" } } } diff --git a/wp-content/themes/twentytwentyfive/styles/sections/section-1.json b/wp-content/themes/twentytwentyfive/styles/sections/section-1.json index c83f817f8f..fa153a40f7 100644 --- a/wp-content/themes/twentytwentyfive/styles/sections/section-1.json +++ b/wp-content/themes/twentytwentyfive/styles/sections/section-1.json @@ -18,6 +18,112 @@ "color": { "text": "color-mix(in srgb, currentColor 25%, transparent)" } + }, + "core/site-title": { + "color": { + "text": "currentColor" + }, + "elements": { + "link": { + "color": { + "text": "currentColor" + } + } + } + }, + "core/post-author-name": { + "color": { + "text": "currentColor" + }, + "elements": { + "link": { + "color": { + "text": "currentColor" + } + } + } + }, + "core/post-date": { + "color":{ + "text": "color-mix(in srgb, currentColor 85%, transparent)" + }, + "elements": { + "link": { + "color" : { + "text": "color-mix(in srgb, currentColor 85%, transparent)" + } + } + } + }, + "core/post-terms": { + "color": { + "text": "currentColor" + }, + "elements": { + "link": { + "color": { + "text": "currentColor" + } + } + } + }, + "core/comment-author-name": { + "color": { + "text": "currentColor" + }, + "elements": { + "link": { + "color": { + "text": "currentColor" + } + } + } + }, + "core/comment-date": { + "color": { + "text": "currentColor" + }, + "elements": { + "link": { + "color": { + "text": "currentColor" + } + } + } + }, + "core/comment-edit-link": { + "color": { + "text": "currentColor" + }, + "elements": { + "link": { + "color": { + "text": "currentColor" + } + } + } + }, + "core/comment-reply-link": { + "color": { + "text": "currentColor" + }, + "elements": { + "link": { + "color": { + "text": "currentColor" + } + } + } + }, + "core/pullquote": { + "color": { + "text": "currentColor" + } + }, + "core/quote": { + "color": { + "text": "currentColor" + } } } } diff --git a/wp-content/themes/twentytwentyfive/styles/sections/section-2.json b/wp-content/themes/twentytwentyfive/styles/sections/section-2.json index 3a5f94ffd6..e8608327a0 100644 --- a/wp-content/themes/twentytwentyfive/styles/sections/section-2.json +++ b/wp-content/themes/twentytwentyfive/styles/sections/section-2.json @@ -18,6 +18,100 @@ "color": { "text": "color-mix(in srgb, currentColor 25%, transparent)" } + }, + "core/post-author-name": { + "color": { + "text": "currentColor" + }, + "elements": { + "link": { + "color": { + "text": "currentColor" + } + } + } + }, + "core/post-date": { + "color":{ + "text": "color-mix(in srgb, currentColor 85%, transparent)" + }, + "elements": { + "link": { + "color" : { + "text": "color-mix(in srgb, currentColor 85%, transparent)" + } + } + } + }, + "core/post-terms": { + "color": { + "text": "currentColor" + }, + "elements": { + "link": { + "color": { + "text": "currentColor" + } + } + } + }, + "core/comment-author-name": { + "color": { + "text": "currentColor" + }, + "elements": { + "link": { + "color": { + "text": "currentColor" + } + } + } + }, + "core/comment-date": { + "color": { + "text": "currentColor" + }, + "elements": { + "link": { + "color": { + "text": "currentColor" + } + } + } + }, + "core/comment-edit-link": { + "color": { + "text": "currentColor" + }, + "elements": { + "link": { + "color": { + "text": "currentColor" + } + } + } + }, + "core/comment-reply-link": { + "color": { + "text": "currentColor" + }, + "elements": { + "link": { + "color": { + "text": "currentColor" + } + } + } + }, + "core/pullquote": { + "color": { + "text": "currentColor" + } + }, + "core/quote": { + "color": { + "text": "currentColor" + } } } } diff --git a/wp-content/themes/twentytwentyfive/styles/sections/section-3.json b/wp-content/themes/twentytwentyfive/styles/sections/section-3.json index 290bea2a46..b706a319fc 100644 --- a/wp-content/themes/twentytwentyfive/styles/sections/section-3.json +++ b/wp-content/themes/twentytwentyfive/styles/sections/section-3.json @@ -18,6 +18,100 @@ "color": { "text": "color-mix(in srgb, currentColor 25%, transparent)" } + }, + "core/post-author-name": { + "color": { + "text": "currentColor" + }, + "elements": { + "link": { + "color": { + "text": "currentColor" + } + } + } + }, + "core/post-date": { + "color":{ + "text": "color-mix(in srgb, currentColor 85%, transparent)" + }, + "elements": { + "link": { + "color" : { + "text": "color-mix(in srgb, currentColor 85%, transparent)" + } + } + } + }, + "core/post-terms": { + "color": { + "text": "currentColor" + }, + "elements": { + "link": { + "color": { + "text": "currentColor" + } + } + } + }, + "core/comment-author-name": { + "color": { + "text": "currentColor" + }, + "elements": { + "link": { + "color": { + "text": "currentColor" + } + } + } + }, + "core/comment-date": { + "color": { + "text": "currentColor" + }, + "elements": { + "link": { + "color": { + "text": "currentColor" + } + } + } + }, + "core/comment-edit-link": { + "color": { + "text": "currentColor" + }, + "elements": { + "link": { + "color": { + "text": "currentColor" + } + } + } + }, + "core/comment-reply-link": { + "color": { + "text": "currentColor" + }, + "elements": { + "link": { + "color": { + "text": "currentColor" + } + } + } + }, + "core/pullquote": { + "color": { + "text": "currentColor" + } + }, + "core/quote": { + "color": { + "text": "currentColor" + } } } } diff --git a/wp-content/themes/twentytwentyfive/styles/sections/section-4.json b/wp-content/themes/twentytwentyfive/styles/sections/section-4.json index 21a63458cc..47208dc913 100644 --- a/wp-content/themes/twentytwentyfive/styles/sections/section-4.json +++ b/wp-content/themes/twentytwentyfive/styles/sections/section-4.json @@ -18,6 +18,100 @@ "color": { "text": "color-mix(in srgb, currentColor 25%, transparent)" } + }, + "core/post-author-name": { + "color": { + "text": "currentColor" + }, + "elements": { + "link": { + "color": { + "text": "currentColor" + } + } + } + }, + "core/post-date": { + "color":{ + "text": "color-mix(in srgb, currentColor 85%, transparent)" + }, + "elements": { + "link": { + "color" : { + "text": "color-mix(in srgb, currentColor 85%, transparent)" + } + } + } + }, + "core/post-terms": { + "color": { + "text": "currentColor" + }, + "elements": { + "link": { + "color": { + "text": "currentColor" + } + } + } + }, + "core/comment-author-name": { + "color": { + "text": "currentColor" + }, + "elements": { + "link": { + "color": { + "text": "currentColor" + } + } + } + }, + "core/comment-date": { + "color": { + "text": "currentColor" + }, + "elements": { + "link": { + "color": { + "text": "currentColor" + } + } + } + }, + "core/comment-edit-link": { + "color": { + "text": "currentColor" + }, + "elements": { + "link": { + "color": { + "text": "currentColor" + } + } + } + }, + "core/comment-reply-link": { + "color": { + "text": "currentColor" + }, + "elements": { + "link": { + "color": { + "text": "currentColor" + } + } + } + }, + "core/pullquote": { + "color": { + "text": "currentColor" + } + }, + "core/quote": { + "color": { + "text": "currentColor" + } } }, "elements": { diff --git a/wp-content/themes/twentytwentyfive/styles/sections/section-5.json b/wp-content/themes/twentytwentyfive/styles/sections/section-5.json index 9a563f621b..c616a4258d 100644 --- a/wp-content/themes/twentytwentyfive/styles/sections/section-5.json +++ b/wp-content/themes/twentytwentyfive/styles/sections/section-5.json @@ -18,6 +18,100 @@ "color": { "text": "color-mix(in srgb, currentColor 25%, transparent)" } + }, + "core/post-author-name": { + "color": { + "text": "currentColor" + }, + "elements": { + "link": { + "color": { + "text": "currentColor" + } + } + } + }, + "core/post-date": { + "color":{ + "text": "color-mix(in srgb, currentColor 85%, transparent)" + }, + "elements": { + "link": { + "color" : { + "text": "color-mix(in srgb, currentColor 85%, transparent)" + } + } + } + }, + "core/post-terms": { + "color": { + "text": "currentColor" + }, + "elements": { + "link": { + "color": { + "text": "currentColor" + } + } + } + }, + "core/comment-author-name": { + "color": { + "text": "currentColor" + }, + "elements": { + "link": { + "color": { + "text": "currentColor" + } + } + } + }, + "core/comment-date": { + "color": { + "text": "currentColor" + }, + "elements": { + "link": { + "color": { + "text": "currentColor" + } + } + } + }, + "core/comment-edit-link": { + "color": { + "text": "currentColor" + }, + "elements": { + "link": { + "color": { + "text": "currentColor" + } + } + } + }, + "core/comment-reply-link": { + "color": { + "text": "currentColor" + }, + "elements": { + "link": { + "color": { + "text": "currentColor" + } + } + } + }, + "core/pullquote": { + "color": { + "text": "currentColor" + } + }, + "core/quote": { + "color": { + "text": "currentColor" + } } }, "elements": { diff --git a/wp-content/themes/twentytwentyfive/theme.json b/wp-content/themes/twentytwentyfive/theme.json index ef6872621f..e43b5888af 100644 --- a/wp-content/themes/twentytwentyfive/theme.json +++ b/wp-content/themes/twentytwentyfive/theme.json @@ -428,7 +428,7 @@ "border": { "style": "solid", "width": "0 0 0 2px", - "color": "var:preset|color|contrast" + "color": "currentColor" }, "spacing": { "blockGap": "var:preset|spacing|30", @@ -568,9 +568,6 @@ } }, "core/term-description": { - "color":{ - "text": "var:preset|color|accent-4" - }, "typography": { "fontSize": "var:preset|font-size|medium" } diff --git a/wp-includes/version.php b/wp-includes/version.php index 5ceb9c8303..dc95c31381 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.8-alpha-59347'; +$wp_version = '6.8-alpha-59348'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.