Make WordPress Core

Changeset 59348 for trunk


Ignore:
Timestamp:
11/05/2024 02:00:03 PM (22 months ago)
Author:
desrosj
Message:

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.

Location:
trunk/src/wp-content/themes/twentytwentyfive
Files:
36 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentytwentyfive/functions.php

    r59269 r59348  
    111111                        'twentytwentyfive_post-format',
    112112                        array(
    113                                 'label'       => __( 'Post format', 'twentytwentyfive' ),
     113                                'label'       => __( 'Post formats', 'twentytwentyfive' ),
    114114                                'description' => __( 'A collection of post format patterns.', 'twentytwentyfive' ),
    115115                        )
  • trunk/src/wp-content/themes/twentytwentyfive/patterns/cta-heading-search.php

    r59191 r59348  
    1919                <!-- /wp:heading -->
    2020
    21                 <!-- wp:search {"label":"<?php echo esc_html_x( 'Search', 'Search form label.', 'twentytwentyfive' ); ?>","showLabel":false,"placeholder":"<?php echo esc_attr_x( 'Type here...', 'Search input field placeholder text.', 'twentytwentyfive' ); ?>","buttonText":"<?php echo esc_attr_x( 'Search', 'Button text. Verb', 'twentytwentyfive' ); ?>"} /-->
     21                <!-- wp:search {"label":"<?php echo esc_html_x( 'Search', 'Search form label.', 'twentytwentyfive' ); ?>","showLabel":false,"placeholder":"<?php echo esc_attr_x( 'Type here...', 'Search input field placeholder text.', 'twentytwentyfive' ); ?>","buttonText":"<?php echo esc_attr_x( 'Search', 'Button text. Verb.', 'twentytwentyfive' ); ?>"} /-->
    2222        </div>
    2323        <!-- /wp:group -->
  • trunk/src/wp-content/themes/twentytwentyfive/patterns/event-schedule.php

    r59269 r59348  
    130130                                                <div class="wp-block-column" style="flex-basis:33.33%">
    131131                                                        <!-- wp:image {"id":2773,"aspectRatio":"1","scale":"cover","sizeSlug":"full","linkDestination":"none","style":{"layout":{"selfStretch":"fixed","flexSize":"270px"}}} -->
    132                                                         <figure class="wp-block-image size-full"><img src="<?php echo esc_url( get_template_directory_uri() ); ?>/assets/images/parthenon-square.webp" alt="<?php esc_attr_e( 'The acropolis in Athens.', 'twentytwentyfive' ); ?>" class="wp-image-2773" style="aspect-ratio:1;object-fit:cover"/></figure>
     132                                                        <figure class="wp-block-image size-full"><img src="<?php echo esc_url( get_template_directory_uri() ); ?>/assets/images/parthenon-square.webp" alt="<?php esc_attr_e( 'The Acropolis of Athens.', 'twentytwentyfive' ); ?>" class="wp-image-2773" style="aspect-ratio:1;object-fit:cover"/></figure>
    133133                                                        <!-- /wp:image -->
    134134                                                </div>
     
    161161                                                <div class="wp-block-column" style="flex-basis:33.33%">
    162162                                                        <!-- wp:image {"id":2774,"aspectRatio":"1","scale":"cover","sizeSlug":"full","linkDestination":"none","style":{"layout":{"selfStretch":"fixed","flexSize":"270px"}}} -->
    163                                                         <figure class="wp-block-image size-full"><img src="<?php echo esc_url( get_template_directory_uri() ); ?>/assets/images/agenda-img-4.webp" alt="<?php esc_attr_e( 'Black and white photo of an african woman.', 'twentytwentyfive' ); ?>" class="wp-image-2774" style="aspect-ratio:1;object-fit:cover"/></figure>
     163                                                        <figure class="wp-block-image size-full"><img src="<?php echo esc_url( get_template_directory_uri() ); ?>/assets/images/agenda-img-4.webp" alt="<?php esc_attr_e( 'Black and white photo of an African woman.', 'twentytwentyfive' ); ?>" class="wp-image-2774" style="aspect-ratio:1;object-fit:cover"/></figure>
    164164                                                        <!-- /wp:image -->
    165165                                                </div>
  • trunk/src/wp-content/themes/twentytwentyfive/patterns/footer-centered.php

    r59191 r59348  
    3030                <?php
    3131                printf(
    32                         /* Translators: Designed with WordPress. %s: WordPress link. */
     32                        /* translators: Designed with WordPress. %s: WordPress link. */
    3333                        esc_html__( 'Designed with %s', 'twentytwentyfive' ),
    3434                        '<a href="' . esc_url( __( 'https://wordpress.org', 'twentytwentyfive' ) ) . '" rel="nofollow">WordPress</a>'
  • trunk/src/wp-content/themes/twentytwentyfive/patterns/footer-columns.php

    r59269 r59348  
    7070                        <?php
    7171                        printf(
    72                                 /* Translators: Designed with WordPress. %s: WordPress link. */
     72                                /* translators: Designed with WordPress. %s: WordPress link. */
    7373                                esc_html__( 'Designed with %s', 'twentytwentyfive' ),
    7474                                '<a href="' . esc_url( __( 'https://wordpress.org', 'twentytwentyfive' ) ) . '" rel="nofollow">WordPress</a>'
  • trunk/src/wp-content/themes/twentytwentyfive/patterns/footer-newsletter.php

    r59269 r59348  
    4646                                <?php
    4747                                        printf(
    48                                                 /* Translators: Designed with WordPress. %s: WordPress link. */
     48                                                /* translators: Designed with WordPress. %s: WordPress link. */
    4949                                                esc_html__( 'Designed with %s', 'twentytwentyfive' ),
    5050                                                '<a href="' . esc_url( __( 'https://wordpress.org', 'twentytwentyfive' ) ) . '" rel="nofollow">WordPress</a>'
  • trunk/src/wp-content/themes/twentytwentyfive/patterns/footer-social.php

    r59191 r59348  
    3232                <?php
    3333                printf(
    34                         /* Translators: Designed with WordPress. %s: WordPress link. */
     34                        /* translators: Designed with WordPress. %s: WordPress link. */
    3535                        esc_html__( 'Designed with %s', 'twentytwentyfive' ),
    3636                        '<a href="' . esc_url( __( 'https://wordpress.org', 'twentytwentyfive' ) ) . '" rel="nofollow">WordPress</a>'
  • trunk/src/wp-content/themes/twentytwentyfive/patterns/footer.php

    r59269 r59348  
    7979                                <?php
    8080                                printf(
    81                                         /* Translators: Designed with WordPress. %s: WordPress link. */
     81                                        /* translators: Designed with WordPress. %s: WordPress link. */
    8282                                        esc_html__( 'Designed with %s', 'twentytwentyfive' ),
    8383                                        '<a href="' . esc_url( __( 'https://wordpress.org', 'twentytwentyfive' ) ) . '" rel="nofollow">WordPress</a>'
  • trunk/src/wp-content/themes/twentytwentyfive/patterns/hero-podcast.php

    r59233 r59348  
    4747                                <div class="wp-block-group">
    4848                                        <!-- wp:paragraph {"className":"is-style-text-annotation"} -->
    49                                         <p class="is-style-text-annotation"><a href="#"><?php echo esc_html_x( 'Youtube', 'Button text', 'twentytwentyfive' ); ?></a></p>
     49                                        <p class="is-style-text-annotation"><a href="#"><?php echo esc_html_x( 'YouTube', 'Button text', 'twentytwentyfive' ); ?></a></p>
    5050                                        <!-- /wp:paragraph -->
    5151
  • trunk/src/wp-content/themes/twentytwentyfive/patterns/hidden-search.php

    r59191 r59348  
    1212?>
    1313
    14 <!-- wp:search {"label":"<?php echo esc_html_x( 'Search', 'Search form label.', 'twentytwentyfive' ); ?>","showLabel":false,"placeholder":"<?php echo esc_attr_x( 'Type here...', 'Search input field placeholder text', 'twentytwentyfive' ); ?>","buttonText":"<?php echo esc_attr_x( 'Search', 'Button text. Verb.', 'twentytwentyfive' ); ?>"} /-->
     14<!-- wp:search {"label":"<?php echo esc_html_x( 'Search', 'Search form label.', 'twentytwentyfive' ); ?>","showLabel":false,"placeholder":"<?php echo esc_attr_x( 'Type here...', 'Search input field placeholder text.', 'twentytwentyfive' ); ?>","buttonText":"<?php echo esc_attr_x( 'Search', 'Button text. Verb.', 'twentytwentyfive' ); ?>"} /-->
  • trunk/src/wp-content/themes/twentytwentyfive/patterns/media-instagram-grid.php

    r59233 r59348  
    5050
    5151                <!-- wp:image {"aspectRatio":"1","scale":"cover","sizeSlug":"full","linkDestination":"none"} -->
    52                 <figure class="wp-block-image size-full"><img src="<?php echo esc_url( get_template_directory_uri() ); ?>/assets/images/parthenon-square.webp" alt="<?php esc_attr_e( 'The acropolis in Athens.', 'twentytwentyfive' ); ?>" style="aspect-ratio:1;object-fit:cover"/></figure>
     52                <figure class="wp-block-image size-full"><img src="<?php echo esc_url( get_template_directory_uri() ); ?>/assets/images/parthenon-square.webp" alt="<?php esc_attr_e( 'The Acropolis of Athens.', 'twentytwentyfive' ); ?>" style="aspect-ratio:1;object-fit:cover"/></figure>
    5353                <!-- /wp:image -->
    5454
  • trunk/src/wp-content/themes/twentytwentyfive/patterns/services-subscriber-only-section.php

    r59233 r59348  
    2929
    3030                                <!-- wp:list-item {"fontSize":"medium"} -->
    31                                 <li class="has-medium-font-size"><?php esc_html_e( 'Join our IRL event.', 'twentytwentyfive' ); ?></li>
     31                                <li class="has-medium-font-size"><?php esc_html_e( 'Join our IRL events.', 'twentytwentyfive' ); ?></li>
    3232                                <!-- /wp:list-item -->
    3333
  • trunk/src/wp-content/themes/twentytwentyfive/patterns/template-home-with-sidebar-news-blog.php

    r59269 r59348  
    8686                                                        <!-- wp:post-terms {"term":"category","style":{"typography":{"textTransform":"uppercase","letterSpacing":"1.4px"}}} /-->
    8787                                                        <!-- wp:paragraph -->
    88                                                         <p><?php echo esc_html_x( '·', 'Separator between date and categories', 'twentytwentyfive' ); ?></p>
     88                                                        <p><?php echo esc_html_x( '·', 'Separator between date and categories.', 'twentytwentyfive' ); ?></p>
    8989                                                        <!-- /wp:paragraph -->
    9090                                                        <!-- wp:post-date {"isLink":true} /-->
  • trunk/src/wp-content/themes/twentytwentyfive/patterns/template-query-loop-vertical-header-blog.php

    r59191 r59348  
    4545        <!-- wp:query-no-results -->
    4646                <!-- wp:paragraph -->
    47                 <p><?php echo esc_html_x( 'Sorry, but nothing was found. Please try a search with different keywords.', 'Message explaining that there are no results returned from a search', 'twentytwentyfive' ); ?></p>
     47                <p><?php echo esc_html_x( 'Sorry, but nothing was found. Please try a search with different keywords.', 'Message explaining that there are no results returned from a search.', 'twentytwentyfive' ); ?></p>
    4848                <!-- /wp:paragraph -->
    4949        <!-- /wp:query-no-results -->
  • trunk/src/wp-content/themes/twentytwentyfive/patterns/template-query-loop.php

    r59146 r59348  
    2929                <!-- wp:query-no-results -->
    3030                <!-- wp:paragraph -->
    31                 <p><?php echo esc_html_x( 'Sorry, but nothing was found. Please try a search with different keywords.', 'Message explaining that there are no results returned from a search', 'twentytwentyfive' ); ?></p>
     31                <p><?php echo esc_html_x( 'Sorry, but nothing was found. Please try a search with different keywords.', 'Message explaining that there are no results returned from a search.', 'twentytwentyfive' ); ?></p>
    3232                <!-- /wp:paragraph -->
    3333                <!-- /wp:query-no-results -->
  • trunk/src/wp-content/themes/twentytwentyfive/patterns/text-faqs.php

    r59233 r59348  
    66 * Keywords: faq, about, frequently asked questions
    77 * Viewport width: 1400
    8  * Description: A FAQs section with a FAQ heading and list of toggle questions and answers.
     8 * Description: A FAQs section with a FAQ heading and list of questions and answers.
    99 *
    1010 * @package    WordPress
     
    2222                <!-- /wp:heading -->
    2323
    24                 <!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|30"}},"layout":{"type":"default"}} -->
    25                 <div class="wp-block-group">
    26                         <!-- wp:details {"style":{"border":{"bottom":{"color":"var:preset|color|accent-6","width":"1px"}},"spacing":{"padding":{"bottom":"var:preset|spacing|30"}},"typography":{"fontStyle":"normal","fontWeight":"400"}}} -->
    27                         <details class="wp-block-details" style="border-bottom-color:var(--wp--preset--color--accent-6);border-bottom-width:1px;padding-bottom:var(--wp--preset--spacing--30);font-style:normal;font-weight:400">
    28                                 <summary><?php echo esc_html_x( 'What is The Stories Book about?', 'Question in the FAQs pattern.', 'twentytwentyfive' ); ?></summary>
    29                                 <!-- wp:paragraph {"style":{"typography":{"fontStyle":"normal","fontWeight":"300"}}} -->
    30                                 <p style="font-style:normal;font-weight:300"><?php echo esc_html_x( 'This exquisite compilation showcases a diverse array of photographs that capture the essence of different eras and cultures, reflecting the unique styles and perspectives of each artist. Fleckenstein\'s evocative imagery, Strand\'s groundbreaking modernist approach, and Kōno\'s meticulous documentation of Japanese life come together in a harmonious blend that celebrates the art of photography.', 'Answer in the FAQs pattern.', 'twentytwentyfive' ); ?></p>
    31                                 <!-- /wp:paragraph -->
    32                         </details>
    33                         <!-- /wp:details -->
     24                <!-- wp:columns {"style":{"spacing":{"blockGap":{"left":"var:preset|spacing|50"}}}} -->
     25                <div class="wp-block-columns">
     26                        <!-- wp:column -->
     27                        <div class="wp-block-column">
     28                                <!-- wp:group {"style":{"border":{"top":{"color":"var:preset|color|accent-6","width":"1px"}},"spacing":{"padding":{"top":"var:preset|spacing|30","bottom":"var:preset|spacing|30"}}},"layout":{"type":"default"}} -->
     29                                <div class="wp-block-group" style="border-top-color:var(--wp--preset--color--accent-6);border-top-width:1px;padding-top:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30)">
     30                                        <!-- wp:heading {"level":3} -->
     31                                        <h3 class="wp-block-heading"><?php echo esc_html_x( 'What is The Stories Book about?', 'Question in the FAQs pattern.', 'twentytwentyfive' ); ?></h3>
     32                                        <!-- /wp:heading -->
    3433
    35                         <!-- wp:details {"style":{"border":{"bottom":{"color":"var:preset|color|accent-6","width":"1px"}},"spacing":{"padding":{"bottom":"var:preset|spacing|30"}},"typography":{"fontStyle":"normal","fontWeight":"400"}}} -->
    36                         <details class="wp-block-details" style="border-bottom-color:var(--wp--preset--color--accent-6);border-bottom-width:1px;padding-bottom:var(--wp--preset--spacing--30);font-style:normal;font-weight:400">
    37                                 <summary><?php echo esc_html_x( 'How much does The Stories Book cost?', 'Question in the FAQs pattern.', 'twentytwentyfive' ); ?></summary>
    38                                 <!-- wp:paragraph {"style":{"typography":{"fontStyle":"normal","fontWeight":"300"}}} -->
    39                                 <p style="font-style:normal;font-weight:300"><?php echo esc_html_x( 'This exquisite compilation showcases a diverse array of photographs that capture the essence of different eras and cultures, reflecting the unique styles and perspectives of each artist. Fleckenstein\'s evocative imagery, Strand\'s groundbreaking modernist approach, and Kōno\'s meticulous documentation of Japanese life come together in a harmonious blend that celebrates the art of photography.', 'Answer in the FAQs pattern.', 'twentytwentyfive' ); ?></p>
    40                                 <!-- /wp:paragraph -->
    41                         </details>
    42                         <!-- /wp:details -->
     34                                        <!-- wp:paragraph -->
     35                                        <p><?php echo esc_html_x( 'This exquisite compilation showcases a diverse array of photographs that capture the essence of different eras and cultures, reflecting the unique styles and perspectives of each artist.', 'Answer in the FAQs pattern.', 'twentytwentyfive' ); ?></p>
     36                                        <!-- /wp:paragraph -->
     37                                </div>
     38                                <!-- /wp:group -->
     39                        </div>
     40                        <!-- /wp:column -->
    4341
    44                         <!-- wp:details {"style":{"border":{"bottom":{"color":"var:preset|color|accent-6","width":"1px"}},"spacing":{"padding":{"bottom":"var:preset|spacing|30"}},"typography":{"fontStyle":"normal","fontWeight":"400"}}} -->
    45                         <details class="wp-block-details" style="border-bottom-color:var(--wp--preset--color--accent-6);border-bottom-width:1px;padding-bottom:var(--wp--preset--spacing--30);font-style:normal;font-weight:400">
    46                                 <summary><?php echo esc_html_x( 'When will The Stories Book be released?', 'Question in the FAQs pattern.', 'twentytwentyfive' ); ?></summary>
    47                                 <!-- wp:paragraph {"style":{"typography":{"fontStyle":"normal","fontWeight":"300"}}} -->
    48                                 <p style="font-style:normal;font-weight:300"><?php echo esc_html_x( 'This exquisite compilation showcases a diverse array of photographs that capture the essence of different eras and cultures, reflecting the unique styles and perspectives of each artist. Fleckenstein\'s evocative imagery, Strand\'s groundbreaking modernist approach, and Kōno\'s meticulous documentation of Japanese life come together in a harmonious blend that celebrates the art of photography.', 'Answer in the FAQs pattern.', 'twentytwentyfive' ); ?></p>
    49                                 <!-- /wp:paragraph -->
    50                         </details>
    51                         <!-- /wp:details -->
     42                        <!-- wp:column -->
     43                        <div class="wp-block-column">
     44                                <!-- wp:group {"style":{"border":{"top":{"color":"var:preset|color|accent-6","width":"1px"}},"spacing":{"padding":{"top":"var:preset|spacing|30","bottom":"var:preset|spacing|30"}}},"layout":{"type":"default"}} -->
     45                                <div class="wp-block-group" style="border-top-color:var(--wp--preset--color--accent-6);border-top-width:1px;padding-top:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30)">
     46                                        <!-- wp:heading {"level":3} -->
     47                                        <h3 class="wp-block-heading"><?php echo esc_html_x( 'How much does The Stories Book cost?', 'Question in the FAQs pattern.', 'twentytwentyfive' ); ?></h3>
     48                                        <!-- /wp:heading -->
    5249
    53                         <!-- wp:details {"style":{"border":{"bottom":{"color":"var:preset|color|accent-6","width":"1px"}},"spacing":{"padding":{"bottom":"var:preset|spacing|30"}},"typography":{"fontStyle":"normal","fontWeight":"400"}}} -->
    54                         <details class="wp-block-details" style="border-bottom-color:var(--wp--preset--color--accent-6);border-bottom-width:1px;padding-bottom:var(--wp--preset--spacing--30);font-style:normal;font-weight:400">
    55                                 <summary><?php echo esc_html_x( 'Are signed copies available?', 'Question in the FAQs pattern.', 'twentytwentyfive' ); ?></summary>
    56                                 <!-- wp:paragraph {"style":{"typography":{"fontStyle":"normal","fontWeight":"300"}}} -->
    57                                 <p style="font-style:normal;font-weight:300"><?php echo esc_html_x( 'This exquisite compilation showcases a diverse array of photographs that capture the essence of different eras and cultures, reflecting the unique styles and perspectives of each artist. Fleckenstein\'s evocative imagery, Strand\'s groundbreaking modernist approach, and Kōno\'s meticulous documentation of Japanese life come together in a harmonious blend that celebrates the art of photography.', 'Answer in the FAQs pattern.', 'twentytwentyfive' ); ?></p>
    58                                 <!-- /wp:paragraph -->
    59                         </details>
    60                         <!-- /wp:details -->
     50                                        <!-- wp:paragraph -->
     51                                        <p><?php echo esc_html_x( 'This exquisite compilation showcases a diverse array of photographs that capture the essence of different eras and cultures, reflecting the unique styles and perspectives of each artist.', 'Answer in the FAQs pattern.', 'twentytwentyfive' ); ?></p>
     52                                        <!-- /wp:paragraph -->
     53                                </div>
     54                                <!-- /wp:group -->
     55                        </div>
     56                        <!-- /wp:column -->
     57                </div>
     58                <!-- /wp:columns -->
    6159
    62                         <!-- wp:details {"style":{"typography":{"fontStyle":"normal","fontWeight":"400"}}} -->
    63                         <details class="wp-block-details" style="font-style:normal;font-weight:400">
    64                                 <summary><?php echo esc_html_x( 'Will The Stories Book be available in other languages other that English?', 'Question in the FAQs pattern', 'twentytwentyfive' ); ?></summary>
    65                                 <!-- wp:paragraph {"style":{"typography":{"fontStyle":"normal","fontWeight":"300"}}} -->
    66                                 <p style="font-style:normal;font-weight:300"><?php echo esc_html_x( 'This exquisite compilation showcases a diverse array of photographs that capture the essence of different eras and cultures, reflecting the unique styles and perspectives of each artist. Fleckenstein\'s evocative imagery, Strand\'s groundbreaking modernist approach, and Kōno\'s meticulous documentation of Japanese life come together in a harmonious blend that celebrates the art of photography.', 'Answer in the FAQs pattern.', 'twentytwentyfive' ); ?></p>
    67                                 <!-- /wp:paragraph -->
    68                         </details>
    69                         <!-- /wp:details -->
     60                <!-- wp:columns {"style":{"spacing":{"blockGap":{"left":"var:preset|spacing|50"}}}} -->
     61                <div class="wp-block-columns">
     62                        <!-- wp:column -->
     63                        <div class="wp-block-column">
     64                                <!-- wp:group {"style":{"border":{"top":{"color":"var:preset|color|accent-6","width":"1px"}},"spacing":{"padding":{"top":"var:preset|spacing|30","bottom":"var:preset|spacing|30"}}},"layout":{"type":"default"}} -->
     65                                <div class="wp-block-group" style="border-top-color:var(--wp--preset--color--accent-6);border-top-width:1px;padding-top:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30)">
     66                                        <!-- wp:heading {"level":3} -->
     67                                        <h3 class="wp-block-heading"><?php echo esc_html_x( 'When will The Stories Book be released?', 'Question in the FAQs pattern.', 'twentytwentyfive' ); ?></h3>
     68                                        <!-- /wp:heading -->
     69
     70                                        <!-- wp:paragraph -->
     71                                        <p><?php echo esc_html_x( 'This exquisite compilation showcases a diverse array of photographs that capture the essence of different eras and cultures, reflecting the unique styles and perspectives of each artist.', 'Answer in the FAQs pattern.', 'twentytwentyfive' ); ?></p>
     72                                        <!-- /wp:paragraph -->
     73                                </div>
     74                                <!-- /wp:group -->
     75                        </div>
     76                        <!-- /wp:column -->
     77
     78                        <!-- wp:column -->
     79                        <div class="wp-block-column">
     80                                <!-- wp:group {"style":{"border":{"top":{"color":"var:preset|color|accent-6","width":"1px"}},"spacing":{"padding":{"top":"var:preset|spacing|30","bottom":"var:preset|spacing|30"}}},"layout":{"type":"default"}} -->
     81                                <div class="wp-block-group" style="border-top-color:var(--wp--preset--color--accent-6);border-top-width:1px;padding-top:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30)">
     82                                        <!-- wp:heading {"level":3} -->
     83                                        <h3 class="wp-block-heading"><?php echo esc_html_x( 'Are signed copies available?', 'Question in the FAQs pattern.', 'twentytwentyfive' ); ?></h3>
     84                                        <!-- /wp:heading -->
     85
     86                                        <!-- wp:paragraph -->
     87                                        <p><?php echo esc_html_x( 'This exquisite compilation showcases a diverse array of photographs that capture the essence of different eras and cultures, reflecting the unique styles and perspectives of each artist.', 'Answer in the FAQs pattern.', 'twentytwentyfive' ); ?></p>
     88                                        <!-- /wp:paragraph -->
     89                                </div>
     90                                <!-- /wp:group -->
     91                        </div>
     92                        <!-- /wp:column -->
    7093                </div>
    71                 <!-- /wp:group -->
     94                <!-- /wp:columns -->
    7295        </div>
    7396        <!-- /wp:group -->
  • trunk/src/wp-content/themes/twentytwentyfive/styles/01-evening.json

    r59233 r59348  
    6767                                        }
    6868                                }
    69                         },
    70                         "core/site-tagline": {
    71                                 "color": {
    72                                         "text": "var:preset|color|accent-4"
    73                                 },
    74                                 "elements": {
    75                                         "link": {
    76                                                 "color": {
    77                                                         "text": "var:preset|color|accent-4"
    78                                                 }
    79                                         }
    80                                 }
    8169                        }
    8270                },
     
    10189                                        }
    10290                                }
    103                         },
    104                         "link": {
    105                                 "color": {
    106                                         "text": "var:preset|color|accent-4"
    107                                 }
    10891                        }
    10992                },
     
    124107                                }
    125108                        },
    126                         "section-3": {
    127                                 "elements": {
    128                                         "link": {
    129                                                 "color": {
    130                                                         "text": "var:preset|color|contrast"
    131                                                 }
    132                                         }
    133                                 }
    134                         },
    135109                        "section-4": {
    136110                                "elements": {
     
    145119                                                        }
    146120                                                }
    147                                         },
    148                                         "link": {
    149                                                 "color": {
    150                                                         "text": "var:preset|color|accent-2"
    151                                                 }
    152                                         }
    153                                 }
    154                         },
    155                         "section-5": {
    156                                 "elements": {
    157                                         "link": {
    158                                                 "color": {
    159                                                         "text": "var:preset|color|base"
    160                                                 }
    161121                                        }
    162122                                }
  • trunk/src/wp-content/themes/twentytwentyfive/styles/02-noon.json

    r59314 r59348  
    260260                        "core/button": {
    261261                                "border": {
    262                                         "bottom": {
    263                                                 "color": "var:preset|color|contrast",
    264                                                 "style": "solid"
    265                                         },
    266                                         "left": {
    267                                                 "color": "var:preset|color|contrast",
    268                                                 "style": "solid"
    269                                         },
    270                                         "radius": "999px",
    271                                         "right": {
    272                                                 "color": "var:preset|color|contrast",
    273                                                 "style": "solid"
    274                                         },
    275                                         "top": {
    276                                                 "color": "var:preset|color|contrast",
    277                                                 "style": "solid"
    278                                         }
     262                                        "color": "var:preset|color|contrast"
    279263                                },
    280264                                "shadow": "var:preset|shadow|natural",
     
    300284                                                                "top": "0.6rem"
    301285                                                        }
    302                                                 },
    303                                                 "border": {
    304                                                         "color": "currentColor"
    305286                                                }
    306287                                        }
     
    329310                                        "link": {
    330311                                                "color": {
    331                                                         "text": "var:preset|color|accent-3"
     312                                                        "text": "currentColor"
    332313                                                }
    333314                                        }
     
    341322                                        "link": {
    342323                                                "color": {
    343                                                         "text": "var:preset|color|accent-3"
     324                                                        "text": "currentColor"
    344325                                                }
    345326                                        }
     
    368349                                        "link": {
    369350                                                "color": {
    370                                                         "text": "var:preset|color|accent-3"
     351                                                        "text": "currentColor"
    371352                                                }
    372353                                        }
     
    423404                        "link": {
    424405                                "color": {
    425                                         "text": "var:preset|color|contrast"
     406                                        "text": "currentColor"
    426407                                }
    427408                        }
     
    442423                                        "heading": {
    443424                                                "color": {
    444                                                         "text": "var:preset|color|accent-2"
     425                                                        "text": "currentColor"
    445426                                                }
    446427                                        },
    447428                                        "link": {
    448429                                                "color": {
    449                                                         "text": "var:preset|color|accent-2"
     430                                                        "text": "currentColor"
    450431                                                }
    451432                                        }
     
    471452                                        "link": {
    472453                                                "color": {
    473                                                         "text": "var:preset|color|base"
     454                                                        "text": "currentColor"
    474455                                                }
    475456                                        }
  • trunk/src/wp-content/themes/twentytwentyfive/styles/03-dusk.json

    r59314 r59348  
    129129                                        "link": {
    130130                                                "color": {
    131                                                         "text": "var:preset|color|accent-2"
     131                                                        "text": "currentColor"
    132132                                                }
    133133                                        }
     
    144144                                        "link": {
    145145                                                "color": {
    146                                                         "text": "var:preset|color|accent-2"
     146                                                        "text": "currentColor"
    147147                                                }
    148148                                        }
     
    290290                                }
    291291                        },
    292                         "section-1":{
     292                        "section-1": {
    293293                                "elements": {
    294294                                        "link": {
     
    317317                                        "link": {
    318318                                                "color": {
    319                                                         "text": "var:preset|color|base"
     319                                                        "text": "currentColor"
    320320                                                }
    321321                                        },
    322322                                        "heading": {
    323323                                                "color": {
    324                                                         "text": "var:preset|color|base"
     324                                                        "text": "currentColor"
    325325                                                }
    326326                                        }
     
    334334                                        "heading": {
    335335                                                "color": {
    336                                                         "text": "var:preset|color|accent-2"
     336                                                        "text": "currentColor"
    337337                                                }
    338338                                        }
     
    356356                                        "link": {
    357357                                                "color": {
    358                                                         "text": "var:preset|color|base"
     358                                                        "text": "currentColor"
    359359                                                }
    360360                                        },
    361361                                        "heading": {
    362362                                                "color": {
    363                                                         "text": "var:preset|color|base"
     363                                                        "text": "currentColor"
    364364                                                }
    365365                                        }
  • trunk/src/wp-content/themes/twentytwentyfive/styles/05-twilight.json

    r59314 r59348  
    235235                                        "link": {
    236236                                                "color": {
    237                                                         "text": "var:preset|color|base"
     237                                                        "text": "currentColor"
    238238                                                }
    239239                                        }
  • trunk/src/wp-content/themes/twentytwentyfive/styles/06-morning.json

    r59314 r59348  
    396396                        "link": {
    397397                                "color": {
    398                                         "text": "var:preset|color|contrast"
     398                                        "text": "currentColor"
    399399                                }
    400400                        }
     
    454454                                        "heading": {
    455455                                                "color": {
    456                                                         "text": "var:preset|color|base"
     456                                                        "text": "currentColor"
    457457                                                }
    458458                                        },
     
    466466                                                                "background": "color-mix(in srgb, var(--wp--preset--color--accent-1) 85%, transparent)",
    467467                                                                "text": "var:preset|color|contrast"
    468                                                         }
    469                                                 }
     468                                                }
     469                                        }
    470470                                        },
    471471                                        "link": {
    472472                                                "color": {
    473                                                         "text": "var:preset|color|base"
     473                                                        "text": "currentColor"
    474474                                                }
    475475                                        }
     
    496496                                        "link": {
    497497                                                "color": {
    498                                                         "text": "var:preset|color|base"
     498                                                        "text": "currentColor"
    499499                                                }
    500500                                        }
  • trunk/src/wp-content/themes/twentytwentyfive/styles/07-sunrise.json

    r59314 r59348  
    305305                                        "letterSpacing": "-0.24px"
    306306                                },
    307                                 "border": {
    308                                         "color": "var:preset|color|accent-2"
    309                                 },
    310307                                "elements": {
    311308                                        "cite": {
     
    392389                                        "link": {
    393390                                                "color": {
    394                                                         "text": "var:preset|color|accent-5"
     391                                                        "text": "currentColor"
    395392                                                }
    396393                                        },
     
    415412                                        "link": {
    416413                                                "color": {
    417                                                         "text": "var:preset|color|base"
     414                                                        "text": "currentColor"
    418415                                                }
    419416                                        },
     
    438435                                        "link": {
    439436                                                "color": {
    440                                                         "text": "var:preset|color|base"
     437                                                        "text": "currentColor"
    441438                                                }
    442439                                        },
     
    461458                                        "link": {
    462459                                                "color": {
    463                                                         "text": "var:preset|color|base"
     460                                                        "text": "currentColor"
    464461                                                }
    465462                                        },
     
    485482                                        "heading": {
    486483                                                "color": {
    487                                                         "text": "var:preset|color|contrast"
     484                                                        "text": "currentColor"
    488485                                                }
    489486                                        },
    490487                                        "link": {
    491488                                                "color": {
    492                                                         "text": "var:preset|color|contrast"
     489                                                        "text": "currentColor"
    493490                                                }
    494491                                        },
  • trunk/src/wp-content/themes/twentytwentyfive/styles/08-midnight.json

    r59314 r59348  
    580580                                        "link": {
    581581                                                "color": {
    582                                                         "text": "var:preset|color|accent-3"
     582                                                        "text": "currentColor"
    583583                                                }
    584584                                        }
     
    603603                                        "link": {
    604604                                                "color": {
    605                                                         "text": "var:preset|color|accent-5"
     605                                                        "text": "currentColor"
    606606                                                }
    607607                                        }
  • trunk/src/wp-content/themes/twentytwentyfive/styles/colors/01-evening.json

    r59191 r59348  
    5353                        "text": "var:preset|color|accent-4"
    5454                },
    55                 "blocks": {
    56                         "core/site-tagline": {
    57                                 "color": {
    58                                         "text": "var:preset|color|accent-4"
    59                                 },
    60                                 "elements": {
    61                                         "link": {
    62                                                 "color": {
    63                                                         "text": "var:preset|color|accent-4"
    64                                                 }
    65                                         }
    66                                 }
    67                         }
    68                 },
    6955                "elements": {
    7056                        "button": {
     
    7864                                                "text": "var:preset|color|base"
    7965                                        }
    80                                 }
    81                         },
    82                         "link": {
    83                                 "color": {
    84                                         "text": "var:preset|color|accent-4"
    8566                                }
    8667                        }
     
    10283                                }
    10384                        },
    104                         "section-3": {
    105                                 "elements": {
    106                                         "link": {
    107                                                 "color": {
    108                                                         "text": "var:preset|color|contrast"
    109                                                 }
    110                                         }
    111                                 }
    112                         },
    11385                        "section-4": {
    11486                                "elements": {
     
    12395                                                        }
    12496                                                }
    125                                         },
    126                                         "link": {
    127                                                 "color": {
    128                                                         "text": "var:preset|color|accent-2"
    129                                                 }
    130                                         }
    131                                 }
    132                         },
    133                         "section-5": {
    134                                 "elements": {
    135                                         "link": {
    136                                                 "color": {
    137                                                         "text": "var:preset|color|base"
    138                                                 }
    13997                                        }
    14098                                }
  • trunk/src/wp-content/themes/twentytwentyfive/styles/colors/02-noon.json

    r59146 r59348  
    5656                        "core/button": {
    5757                                "border": {
    58                                         "bottom": {
    59                                                 "color": "var:preset|color|contrast"
    60                                         },
    61                                         "left": {
    62                                                 "color": "var:preset|color|contrast"
    63                                         },
    64                                         "right": {
    65                                                 "color": "var:preset|color|contrast"
    66                                         },
    67                                         "top": {
    68                                                 "color": "var:preset|color|contrast"
    69                                         }
    70                                 },
    71                                 "variations": {
    72                                         "outline": {
    73                                                 "border": {
    74                                                         "color": "currentColor"
    75                                                 }
    76                                         }
     58                                        "color": "var:preset|color|contrast"
    7759                                }
    7860                        },
     
    8466                                        "link": {
    8567                                                "color": {
    86                                                         "text": "var:preset|color|accent-3"
     68                                                        "text": "currentColor"
    8769                                                }
    8870                                        }
     
    9678                                        "link": {
    9779                                                "color": {
    98                                                         "text": "var:preset|color|accent-3"
     80                                                        "text": "currentColor"
    9981                                                }
    10082                                        }
     
    10890                                        "link": {
    10991                                                "color": {
    110                                                         "text": "var:preset|color|accent-3"
     92                                                        "text": "currentColor"
    11193                                                }
    11294                                        }
     
    128110                        "link": {
    129111                                "color": {
    130                                         "text": "var:preset|color|contrast"
     112                                        "text": "currentColor"
    131113                                }
    132114                        }
     
    147129                                        "heading": {
    148130                                                "color": {
    149                                                         "text": "var:preset|color|accent-2"
     131                                                        "text": "currentColor"
    150132                                                }
    151133                                        },
    152134                                        "link": {
    153135                                                "color": {
    154                                                         "text": "var:preset|color|accent-2"
     136                                                        "text": "currentColor"
    155137                                                }
    156138                                        }
     
    176158                                        "link": {
    177159                                                "color": {
    178                                                         "text": "var:preset|color|base"
     160                                                        "text": "currentColor"
    179161                                                }
    180162                                        }
  • trunk/src/wp-content/themes/twentytwentyfive/styles/colors/03-dusk.json

    r59146 r59348  
    7878                                        "link": {
    7979                                                "color": {
    80                                                         "text": "var:preset|color|accent-2"
     80                                                        "text": "currentColor"
    8181                                                }
    8282                                        }
     
    9090                                        "link": {
    9191                                                "color": {
    92                                                         "text": "var:preset|color|accent-2"
     92                                                        "text": "currentColor"
    9393                                                }
    9494                                        }
     
    170170                                }
    171171                        },
    172                         "section-1":{
     172                        "section-1": {
    173173                                "elements": {
    174174                                        "link": {
     
    197197                                        "link": {
    198198                                                "color": {
    199                                                         "text": "var:preset|color|base"
    200                                                 }
    201                                         },
    202                                         "heading": {
    203                                                 "color": {
    204                                                         "text": "var:preset|color|base"
     199                                                        "text": "currentColor"
     200                                                }
     201                                        },
     202                                        "heading": {
     203                                                "color": {
     204                                                        "text": "currentColor"
    205205                                                }
    206206                                        }
     
    214214                                        "heading": {
    215215                                                "color": {
    216                                                         "text": "var:preset|color|accent-2"
     216                                                        "text": "currentColor"
    217217                                                }
    218218                                        }
     
    236236                                        "link": {
    237237                                                "color": {
    238                                                         "text": "var:preset|color|base"
    239                                                 }
    240                                         },
    241                                         "heading": {
    242                                                 "color": {
    243                                                         "text": "var:preset|color|base"
     238                                                        "text": "currentColor"
     239                                                }
     240                                        },
     241                                        "heading": {
     242                                                "color": {
     243                                                        "text": "currentColor"
    244244                                                }
    245245                                        }
  • trunk/src/wp-content/themes/twentytwentyfive/styles/colors/05-twilight.json

    r59146 r59348  
    6969                                        "link": {
    7070                                                "color": {
    71                                                         "text": "var:preset|color|base"
     71                                                        "text": "currentColor"
    7272                                                }
    7373                                        }
  • trunk/src/wp-content/themes/twentytwentyfive/styles/colors/06-morning.json

    r59314 r59348  
    129129                        "link": {
    130130                                "color": {
    131                                         "text": "var:preset|color|contrast"
     131                                        "text": "currentColor"
    132132                                }
    133133                        }
     
    183183                                        "heading": {
    184184                                                "color": {
    185                                                         "text": "var:preset|color|base"
     185                                                        "text": "currentColor"
    186186                                                }
    187187                                        },
     
    200200                                        "link": {
    201201                                                "color": {
    202                                                         "text": "var:preset|color|base"
     202                                                        "text": "currentColor"
    203203                                                }
    204204                                        }
     
    225225                                        "link": {
    226226                                                "color": {
    227                                                         "text": "var:preset|color|base"
     227                                                        "text": "currentColor"
    228228                                                }
    229229                                        }
  • trunk/src/wp-content/themes/twentytwentyfive/styles/colors/07-sunrise.json

    r59146 r59348  
    109109                                        "text": "var:preset|color|accent-2"
    110110                                },
    111                                 "border": {
    112                                         "color": "var:preset|color|accent-2"
    113                                 },
    114111                                "elements": {
    115112                                        "cite": {
     
    169166                                        "link": {
    170167                                                "color": {
    171                                                         "text": "var:preset|color|accent-5"
     168                                                        "text": "currentColor"
    172169                                                }
    173170                                        },
     
    192189                                        "link": {
    193190                                                "color": {
    194                                                         "text": "var:preset|color|base"
     191                                                        "text": "currentColor"
    195192                                                }
    196193                                        },
     
    215212                                        "link": {
    216213                                                "color": {
    217                                                         "text": "var:preset|color|base"
     214                                                        "text": "currentColor"
    218215                                                }
    219216                                        },
     
    238235                                        "link": {
    239236                                                "color": {
    240                                                         "text": "var:preset|color|base"
     237                                                        "text": "currentColor"
    241238                                                }
    242239                                        },
     
    262259                                        "heading": {
    263260                                                "color": {
    264                                                         "text": "var:preset|color|contrast"
    265                                                 }
    266                                         },
    267                                         "link": {
    268                                                 "color": {
    269                                                         "text": "var:preset|color|contrast"
     261                                                        "text": "currentColor"
     262                                                }
     263                                        },
     264                                        "link": {
     265                                                "color": {
     266                                                        "text": "currentColor"
    270267                                                }
    271268                                        },
  • trunk/src/wp-content/themes/twentytwentyfive/styles/colors/08-midnight.json

    r59314 r59348  
    112112                                        "link": {
    113113                                                "color": {
    114                                                         "text": "var:preset|color|accent-3"
     114                                                        "text": "currentColor"
    115115                                                }
    116116                                        }
     
    135135                                        "link": {
    136136                                                "color": {
    137                                                         "text": "var:preset|color|accent-5"
     137                                                        "text": "currentColor"
    138138                                                }
    139139                                        }
  • trunk/src/wp-content/themes/twentytwentyfive/styles/sections/section-1.json

    r59146 r59348  
    1919                                        "text": "color-mix(in srgb, currentColor 25%, transparent)"
    2020                                }
     21                        },
     22                        "core/site-title": {
     23                                "color": {
     24                                        "text": "currentColor"
     25                                },
     26                                "elements": {
     27                                        "link": {
     28                                                "color": {
     29                                                        "text": "currentColor"
     30                                                }
     31                                        }
     32                                }
     33                        },
     34                        "core/post-author-name": {
     35                                "color": {
     36                                        "text": "currentColor"
     37                                },
     38                                "elements": {
     39                                        "link": {
     40                                                "color": {
     41                                                        "text": "currentColor"
     42                                                }
     43                                        }
     44                                }
     45                        },
     46                        "core/post-date": {
     47                                "color":{
     48                                        "text": "color-mix(in srgb, currentColor 85%, transparent)"
     49                                },
     50                                "elements": {
     51                                        "link": {
     52                                                "color" : {
     53                                                        "text": "color-mix(in srgb, currentColor 85%, transparent)"
     54                                                }
     55                                        }
     56                                }
     57                        },
     58                        "core/post-terms": {
     59                                "color": {
     60                                        "text": "currentColor"
     61                                },
     62                                "elements": {
     63                                        "link": {
     64                                                "color": {
     65                                                        "text": "currentColor"
     66                                                }
     67                                        }
     68                                }
     69                        },
     70                        "core/comment-author-name": {
     71                                "color": {
     72                                        "text": "currentColor"
     73                                },
     74                                "elements": {
     75                                        "link": {
     76                                                "color": {
     77                                                        "text": "currentColor"
     78                                                }
     79                                        }
     80                                }
     81                        },
     82                        "core/comment-date": {
     83                                "color": {
     84                                        "text": "currentColor"
     85                                },
     86                                "elements": {
     87                                        "link": {
     88                                                "color": {
     89                                                        "text": "currentColor"
     90                                                }
     91                                        }
     92                                }
     93                        },
     94                        "core/comment-edit-link": {
     95                                "color": {
     96                                        "text": "currentColor"
     97                                },
     98                                "elements": {
     99                                        "link": {
     100                                                "color": {
     101                                                        "text": "currentColor"
     102                                                }
     103                                        }
     104                                }
     105                        },
     106                        "core/comment-reply-link": {
     107                                "color": {
     108                                        "text": "currentColor"
     109                                },
     110                                "elements": {
     111                                        "link": {
     112                                                "color": {
     113                                                        "text": "currentColor"
     114                                                }
     115                                        }
     116                                }
     117                        },
     118                        "core/pullquote": {
     119                                "color": {
     120                                        "text": "currentColor"
     121                                }
     122                        },
     123                        "core/quote": {
     124                                "color": {
     125                                        "text": "currentColor"
     126                                }
    21127                        }
    22128                }
  • trunk/src/wp-content/themes/twentytwentyfive/styles/sections/section-2.json

    r59146 r59348  
    1919                                        "text": "color-mix(in srgb, currentColor 25%, transparent)"
    2020                                }
     21                        },
     22                        "core/post-author-name": {
     23                                "color": {
     24                                        "text": "currentColor"
     25                                },
     26                                "elements": {
     27                                        "link": {
     28                                                "color": {
     29                                                        "text": "currentColor"
     30                                                }
     31                                        }
     32                                }
     33                        },
     34                        "core/post-date": {
     35                                "color":{
     36                                        "text": "color-mix(in srgb, currentColor 85%, transparent)"
     37                                },
     38                                "elements": {
     39                                        "link": {
     40                                                "color" : {
     41                                                        "text": "color-mix(in srgb, currentColor 85%, transparent)"
     42                                                }
     43                                        }
     44                                }
     45                        },
     46                        "core/post-terms": {
     47                                "color": {
     48                                        "text": "currentColor"
     49                                },
     50                                "elements": {
     51                                        "link": {
     52                                                "color": {
     53                                                        "text": "currentColor"
     54                                                }
     55                                        }
     56                                }
     57                        },
     58                        "core/comment-author-name": {
     59                                "color": {
     60                                        "text": "currentColor"
     61                                },
     62                                "elements": {
     63                                        "link": {
     64                                                "color": {
     65                                                        "text": "currentColor"
     66                                                }
     67                                        }
     68                                }
     69                        },
     70                        "core/comment-date": {
     71                                "color": {
     72                                        "text": "currentColor"
     73                                },
     74                                "elements": {
     75                                        "link": {
     76                                                "color": {
     77                                                        "text": "currentColor"
     78                                                }
     79                                        }
     80                                }
     81                        },
     82                        "core/comment-edit-link": {
     83                                "color": {
     84                                        "text": "currentColor"
     85                                },
     86                                "elements": {
     87                                        "link": {
     88                                                "color": {
     89                                                        "text": "currentColor"
     90                                                }
     91                                        }
     92                                }
     93                        },
     94                        "core/comment-reply-link": {
     95                                "color": {
     96                                        "text": "currentColor"
     97                                },
     98                                "elements": {
     99                                        "link": {
     100                                                "color": {
     101                                                        "text": "currentColor"
     102                                                }
     103                                        }
     104                                }
     105                        },
     106                        "core/pullquote": {
     107                                "color": {
     108                                        "text": "currentColor"
     109                                }
     110                        },
     111                        "core/quote": {
     112                                "color": {
     113                                        "text": "currentColor"
     114                                }
    21115                        }
    22116                }
  • trunk/src/wp-content/themes/twentytwentyfive/styles/sections/section-3.json

    r59146 r59348  
    1919                                        "text": "color-mix(in srgb, currentColor 25%, transparent)"
    2020                                }
     21                        },
     22                        "core/post-author-name": {
     23                                "color": {
     24                                        "text": "currentColor"
     25                                },
     26                                "elements": {
     27                                        "link": {
     28                                                "color": {
     29                                                        "text": "currentColor"
     30                                                }
     31                                        }
     32                                }
     33                        },
     34                        "core/post-date": {
     35                                "color":{
     36                                        "text": "color-mix(in srgb, currentColor 85%, transparent)"
     37                                },
     38                                "elements": {
     39                                        "link": {
     40                                                "color" : {
     41                                                        "text": "color-mix(in srgb, currentColor 85%, transparent)"
     42                                                }
     43                                        }
     44                                }
     45                        },
     46                        "core/post-terms": {
     47                                "color": {
     48                                        "text": "currentColor"
     49                                },
     50                                "elements": {
     51                                        "link": {
     52                                                "color": {
     53                                                        "text": "currentColor"
     54                                                }
     55                                        }
     56                                }
     57                        },
     58                        "core/comment-author-name": {
     59                                "color": {
     60                                        "text": "currentColor"
     61                                },
     62                                "elements": {
     63                                        "link": {
     64                                                "color": {
     65                                                        "text": "currentColor"
     66                                                }
     67                                        }
     68                                }
     69                        },
     70                        "core/comment-date": {
     71                                "color": {
     72                                        "text": "currentColor"
     73                                },
     74                                "elements": {
     75                                        "link": {
     76                                                "color": {
     77                                                        "text": "currentColor"
     78                                                }
     79                                        }
     80                                }
     81                        },
     82                        "core/comment-edit-link": {
     83                                "color": {
     84                                        "text": "currentColor"
     85                                },
     86                                "elements": {
     87                                        "link": {
     88                                                "color": {
     89                                                        "text": "currentColor"
     90                                                }
     91                                        }
     92                                }
     93                        },
     94                        "core/comment-reply-link": {
     95                                "color": {
     96                                        "text": "currentColor"
     97                                },
     98                                "elements": {
     99                                        "link": {
     100                                                "color": {
     101                                                        "text": "currentColor"
     102                                                }
     103                                        }
     104                                }
     105                        },
     106                        "core/pullquote": {
     107                                "color": {
     108                                        "text": "currentColor"
     109                                }
     110                        },
     111                        "core/quote": {
     112                                "color": {
     113                                        "text": "currentColor"
     114                                }
    21115                        }
    22116                }
  • trunk/src/wp-content/themes/twentytwentyfive/styles/sections/section-4.json

    r59146 r59348  
    1919                                        "text": "color-mix(in srgb, currentColor 25%, transparent)"
    2020                                }
     21                        },
     22                        "core/post-author-name": {
     23                                "color": {
     24                                        "text": "currentColor"
     25                                },
     26                                "elements": {
     27                                        "link": {
     28                                                "color": {
     29                                                        "text": "currentColor"
     30                                                }
     31                                        }
     32                                }
     33                        },
     34                        "core/post-date": {
     35                                "color":{
     36                                        "text": "color-mix(in srgb, currentColor 85%, transparent)"
     37                                },
     38                                "elements": {
     39                                        "link": {
     40                                                "color" : {
     41                                                        "text": "color-mix(in srgb, currentColor 85%, transparent)"
     42                                                }
     43                                        }
     44                                }
     45                        },
     46                        "core/post-terms": {
     47                                "color": {
     48                                        "text": "currentColor"
     49                                },
     50                                "elements": {
     51                                        "link": {
     52                                                "color": {
     53                                                        "text": "currentColor"
     54                                                }
     55                                        }
     56                                }
     57                        },
     58                        "core/comment-author-name": {
     59                                "color": {
     60                                        "text": "currentColor"
     61                                },
     62                                "elements": {
     63                                        "link": {
     64                                                "color": {
     65                                                        "text": "currentColor"
     66                                                }
     67                                        }
     68                                }
     69                        },
     70                        "core/comment-date": {
     71                                "color": {
     72                                        "text": "currentColor"
     73                                },
     74                                "elements": {
     75                                        "link": {
     76                                                "color": {
     77                                                        "text": "currentColor"
     78                                                }
     79                                        }
     80                                }
     81                        },
     82                        "core/comment-edit-link": {
     83                                "color": {
     84                                        "text": "currentColor"
     85                                },
     86                                "elements": {
     87                                        "link": {
     88                                                "color": {
     89                                                        "text": "currentColor"
     90                                                }
     91                                        }
     92                                }
     93                        },
     94                        "core/comment-reply-link": {
     95                                "color": {
     96                                        "text": "currentColor"
     97                                },
     98                                "elements": {
     99                                        "link": {
     100                                                "color": {
     101                                                        "text": "currentColor"
     102                                                }
     103                                        }
     104                                }
     105                        },
     106                        "core/pullquote": {
     107                                "color": {
     108                                        "text": "currentColor"
     109                                }
     110                        },
     111                        "core/quote": {
     112                                "color": {
     113                                        "text": "currentColor"
     114                                }
    21115                        }
    22116                },
  • trunk/src/wp-content/themes/twentytwentyfive/styles/sections/section-5.json

    r59146 r59348  
    1919                                        "text": "color-mix(in srgb, currentColor 25%, transparent)"
    2020                                }
     21                        },
     22                        "core/post-author-name": {
     23                                "color": {
     24                                        "text": "currentColor"
     25                                },
     26                                "elements": {
     27                                        "link": {
     28                                                "color": {
     29                                                        "text": "currentColor"
     30                                                }
     31                                        }
     32                                }
     33                        },
     34                        "core/post-date": {
     35                                "color":{
     36                                        "text": "color-mix(in srgb, currentColor 85%, transparent)"
     37                                },
     38                                "elements": {
     39                                        "link": {
     40                                                "color" : {
     41                                                        "text": "color-mix(in srgb, currentColor 85%, transparent)"
     42                                                }
     43                                        }
     44                                }
     45                        },
     46                        "core/post-terms": {
     47                                "color": {
     48                                        "text": "currentColor"
     49                                },
     50                                "elements": {
     51                                        "link": {
     52                                                "color": {
     53                                                        "text": "currentColor"
     54                                                }
     55                                        }
     56                                }
     57                        },
     58                        "core/comment-author-name": {
     59                                "color": {
     60                                        "text": "currentColor"
     61                                },
     62                                "elements": {
     63                                        "link": {
     64                                                "color": {
     65                                                        "text": "currentColor"
     66                                                }
     67                                        }
     68                                }
     69                        },
     70                        "core/comment-date": {
     71                                "color": {
     72                                        "text": "currentColor"
     73                                },
     74                                "elements": {
     75                                        "link": {
     76                                                "color": {
     77                                                        "text": "currentColor"
     78                                                }
     79                                        }
     80                                }
     81                        },
     82                        "core/comment-edit-link": {
     83                                "color": {
     84                                        "text": "currentColor"
     85                                },
     86                                "elements": {
     87                                        "link": {
     88                                                "color": {
     89                                                        "text": "currentColor"
     90                                                }
     91                                        }
     92                                }
     93                        },
     94                        "core/comment-reply-link": {
     95                                "color": {
     96                                        "text": "currentColor"
     97                                },
     98                                "elements": {
     99                                        "link": {
     100                                                "color": {
     101                                                        "text": "currentColor"
     102                                                }
     103                                        }
     104                                }
     105                        },
     106                        "core/pullquote": {
     107                                "color": {
     108                                        "text": "currentColor"
     109                                }
     110                        },
     111                        "core/quote": {
     112                                "color": {
     113                                        "text": "currentColor"
     114                                }
    21115                        }
    22116                },
  • trunk/src/wp-content/themes/twentytwentyfive/theme.json

    r59314 r59348  
    429429                                        "style": "solid",
    430430                                        "width": "0 0 0 2px",
    431                                         "color": "var:preset|color|contrast"
     431                                        "color": "currentColor"
    432432                                },
    433433                                "spacing": {
     
    569569                        },
    570570                        "core/term-description": {
    571                                 "color":{
    572                                         "text": "var:preset|color|accent-4"
    573                                 },
    574571                                "typography": {
    575572                                        "fontSize": "var:preset|font-size|medium"
Note: See TracChangeset for help on using the changeset viewer.