Make WordPress Core

Changeset 54467


Ignore:
Timestamp:
10/11/2022 12:42:28 AM (4 years ago)
Author:
desrosj
Message:

Twenty Twenty-Three: Bug fixes and improvements for RC1.

Most notably in this update, Twenty Twenty-Three becomes the second default theme to have the “Accessibility Ready” tag.

For a full list of changes being included, see the twentytwentythree repository on GitHub: https://github.com/WordPress/twentytwentythree/compare/ca662828b7e3ae12e03f35903a83cf2cfaa4ce4f...4ea5d832ec9b684dcbf9ac5e67ff4e9ee5ae1e16.

Follow up to [54235], [54236], [54312], [54372].

Props mikachan, madhudollu, tahmidulkarim, joen, poena, scruffian, beafialho, colorful-tones, audrasjb, critterverse, luminuu, wildworks, hiyascout, desrosj.
Fixes #56383.

Location:
trunk/src/wp-content/themes/twentytwentythree
Files:
18 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentytwentythree/patterns/hidden-404.php

    r54235 r54467  
    2222<!-- /wp:spacer -->
    2323
    24 <!-- wp:search {"label":"<?php echo esc_html_x( 'Search', 'label', 'twentytwentythree' ); ?>","placeholder":"<?php echo esc_html_x( 'Search...', 'placeholder for search field', 'twentytwentythree' ); ?>","showLabel":false,"width":100,"widthUnit":"%","buttonText":"<?php esc_html_e( 'Search', 'twentytwentythree' ); ?>","buttonUseIcon":true,"align":"center"} /-->
     24<!-- wp:search {"label":"<?php echo esc_html_x( 'Search', 'label', 'twentytwentythree' ); ?>","placeholder":"<?php echo esc_attr_x( 'Search...', 'placeholder for search field', 'twentytwentythree' ); ?>","showLabel":false,"width":100,"widthUnit":"%","buttonText":"<?php esc_attr_e( 'Search', 'twentytwentythree' ); ?>","buttonUseIcon":true,"align":"center"} /-->
  • trunk/src/wp-content/themes/twentytwentythree/patterns/post-meta.php

    r54372 r54467  
    2222                <!-- wp:column {"style":{"spacing":{"blockGap":"0px"}}} -->
    2323                <div class="wp-block-column">
    24                         <!-- wp:group {"style":{"spacing":{"blockGap":"1ch"}},"layout":{"type":"flex"}} -->
     24                        <!-- wp:group {"style":{"spacing":{"blockGap":"0.5ch"}},"layout":{"type":"flex"}} -->
    2525                        <div class="wp-block-group">
    2626                                <!-- wp:paragraph -->
     
    4242                        <!-- /wp:group -->
    4343
    44                         <!-- wp:group {"style":{"spacing":{"blockGap":"1ch"}},"layout":{"type":"flex"}} -->
     44                        <!-- wp:group {"style":{"spacing":{"blockGap":"0.5ch"}},"layout":{"type":"flex"}} -->
    4545                        <div class="wp-block-group">
    4646                                <!-- wp:paragraph -->
     
    5858                <!-- wp:column {"style":{"spacing":{"blockGap":"0px"}}} -->
    5959                <div class="wp-block-column">
    60                         <!-- wp:group {"style":{"spacing":{"blockGap":"1ch"}},"layout":{"type":"flex","orientation":"vertical"}} -->
     60                        <!-- wp:group {"style":{"spacing":{"blockGap":"0.5ch"}},"layout":{"type":"flex","orientation":"vertical"}} -->
    6161                        <div class="wp-block-group">
    6262                                <!-- wp:paragraph -->
  • trunk/src/wp-content/themes/twentytwentythree/readme.txt

    r54312 r54467  
    33Requires at least: 6.1
    44Tested up to: 6.1
    5 Requires PHP: 5.7
     5Requires PHP: 5.6
     6Stable tag: 1.0
    67License: GPLv2 or later
    78License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    2425== Copyright ==
    2526
    26 Twenty Twenty-Three WordPress Theme, (C) 2022 wordpressdotorg
     27Twenty Twenty-Three WordPress Theme, (C) 2022-2023 WordPress.org
    2728Twenty Twenty-Three is distributed under the terms of the GNU GPL.
    2829
  • trunk/src/wp-content/themes/twentytwentythree/style.css

    r54312 r54467  
    1212License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
    1313Text Domain: twentytwentythree
    14 Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, rtl-language-support, theme-options, threaded-comments, translation-ready, wide-blocks
     14Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, rtl-language-support, theme-options, threaded-comments, translation-ready, wide-blocks, accessibility-ready
    1515*/
  • trunk/src/wp-content/themes/twentytwentythree/styles/aubergine.json

    r54372 r54467  
    11{
     2        "$schema": "https://schemas.wp.org/trunk/theme.json",
     3        "version": 2,
    24        "title": "Aubergine",
    35        "settings": {
     
    159161                        },
    160162                        "core/post-title": {
     163                                "elements": {
     164                                        "link": {
     165                                                ":active": {
     166                                                        "color": {
     167                                                                "text": "var(--wp--preset--color--contrast)"
     168                                                        }
     169                                                }
     170                                        }
     171                                },
    161172                                "typography": {
    162173                                        "fontSize": "clamp(2.625rem, calc(2.625rem + ((1vw - 0.48rem) * 8.4135)), 3.25rem)"
     
    178189                                                        "text": "var(--wp--preset--color--primary)"
    179190                                                }
     191                                        }
     192                                }
     193                        },
     194                        "core/query-pagination": {
     195                                "border": {
     196                                        "top": {
     197                                                "color": "var(--wp--preset--color--primary)"
    180198                                        }
    181199                                }
     
    237255                                ":hover": {
    238256                                        "color": {
    239                                                 "gradient": "var(--wp--preset--gradient--primary-tertiary)",
    240                                                 "text": "var(--wp--preset--color--contrast)"
     257                                                "background": "var(--wp--preset--color--primary)",
     258                                                "gradient": "none",
     259                                                "text": "var(--wp--preset--color--secondary)"
    241260                                        }
    242261                                },
    243262                                ":focus": {
    244263                                        "color": {
    245                                                 "gradient": "var(--wp--preset--gradient--primary-tertiary)",
    246                                                 "text": "var(--wp--preset--color--contrast)"
     264                                                "background": "var(--wp--preset--color--primary)",
     265                                                "gradient": "none",
     266                                                "text": "var(--wp--preset--color--secondary)"
    247267                                        }
    248268                                },
    249269                                ":active": {
    250270                                        "color": {
    251                                                 "gradient": "var(--wp--preset--gradient--primary-tertiary)",
    252                                                 "text": "var(--wp--preset--color--contrast)"
     271                                                "background": "var(--wp--preset--color--primary)",
     272                                                "gradient": "none",
     273                                                "text": "var(--wp--preset--color--secondary)"
    253274                                        }
    254275                                }
     
    262283                                ":active": {
    263284                                        "color": {
    264                                                 "text": "var(--wp--preset--color--tertiary)"
     285                                                "text": "var(--wp--preset--color--primary)"
    265286                                        }
    266287                                }
     
    270291                        "fontFamily": "var(--wp--preset--font-family--dm-sans)"
    271292                }
    272         },
    273         "version": 2,
    274         "$schema": "https://schemas.wp.org/trunk/theme.json"
     293        }
    275294}
  • trunk/src/wp-content/themes/twentytwentythree/styles/block-out.json

    r54372 r54467  
    11{
     2        "$schema": "https://schemas.wp.org/trunk/theme.json",
     3        "version": 2,
    24        "title": "Block out",
    35        "settings": {
     
    7476                                {
    7577                                        "fluid": {
    76                                                 "max": "14rem",
     78                                                "max": "7rem",
    7779                                                "min": "4rem"
    7880                                        },
    79                                         "size": "10rem",
     81                                        "size": "7rem",
    8082                                        "slug": "xx-large"
    8183                                }
     
    126128                        },
    127129                        "core/post-title": {
     130                                "elements": {
     131                                        "link": {
     132                                                ":active": {
     133                                                        "color": {
     134                                                                "text": "var(--wp--preset--color--primary)"
     135                                                        }
     136                                                }
     137                                        }
     138                                },
    128139                                "color": {
    129140                                        "text": "var(--wp--preset--color--primary)"
     
    146157                        },
    147158                        "core/site-title": {
     159                                "elements": {
     160                                        "link": {
     161                                                ":active": {
     162                                                        "color": {
     163                                                                "text": "var(--wp--preset--color--primary)"
     164                                                        }
     165                                                }
     166                                        }
     167                                },
     168                                "spacing": {
     169                                        "padding": {
     170                                                "bottom": "var(--wp--preset--spacing--30)",
     171                                                "top": "var(--wp--preset--spacing--30)"
     172                                        }
     173                                },
    148174                                "typography": {
    149175                                        "fontSize": "var(--wp--preset--font-size--xx-large)",
     
    154180                        "core/query": {
    155181                                "elements": {
    156                                         "h3": {
    157                                                 "color": {
    158                                                         "text": "var(--wp--preset--color--contrast)"
     182                                        "h2": {
     183                                                "typography": {
     184                                                        "fontSize": "var(--wp--preset--font-size--large)"
    159185                                                }
    160186                                        }
     
    195221                        },
    196222                        "link": {
     223                                ":active": {
     224                                        "color": {
     225                                                "text": "var(--wp--preset--color--primary)"
     226                                        }
     227                                },
    197228                                "typography": {
    198229                                        "fontFamily": "var(--wp--preset--font-family--ibm-plex-mono)",
     
    211242                        "fontFamily": "var(--wp--preset--font-family--dm-sans)"
    212243                }
    213         },
    214         "version": 2,
    215         "$schema": "https://schemas.wp.org/trunk/theme.json"
     244        }
    216245}
  • trunk/src/wp-content/themes/twentytwentythree/styles/canary.json

    r54372 r54467  
    11{
     2        "$schema": "https://schemas.wp.org/trunk/theme.json",
     3        "version": 2,
    24        "title": "Canary",
    35        "settings": {
     
    7173        "styles": {
    7274                "blocks": {
     75                        "core/comments": {
     76                                "elements": {
     77                                        "link": {
     78                                                "typography": {
     79                                                        "textDecoration": "underline"
     80                                                },
     81                                                ":hover": {
     82                                                        "typography": {
     83                                                                "textDecoration": "none"
     84                                                        }
     85                                                }
     86                                        }
     87                                }
     88                        },
    7389                        "core/comment-reply-link": {
    7490                                "typography": {
     
    92108                                "typography": {
    93109                                        "textTransform": "lowercase"
     110                                }
     111                        },
     112                        "core/post-content": {
     113                                "elements": {
     114                                        "link": {
     115                                                "typography": {
     116                                                        "textDecoration": "underline"
     117                                                },
     118                                                ":hover": {
     119                                                        "typography": {
     120                                                                "textDecoration": "none"
     121                                                        }
     122                                                }
     123                                        }
    94124                                }
    95125                        },
     
    118148                                }
    119149                        },
     150                        "core/query-pagination": {
     151                                "border": {
     152                                        "top": {
     153                                                "width": "4px"
     154                                        }
     155                                }
     156                        },
    120157                        "core/separator": {
    121158                                "border": {
     
    143180                                        }
    144181                                },
     182                                ":focus": {
     183                                        "color": {
     184                                                "background": "var(--wp--preset--color--base)",
     185                                                "text": "var(--wp--preset--color--contrast)"
     186                                        },
     187                                        "border": {
     188                                                "color": "var(--wp--preset--color--contrast)",
     189                                                "style": "solid",
     190                                                "width": "2px"
     191                                        }
     192                                },
    145193                                "border": {
    146194                                        "radius": "5px",
     
    151199                                "color": {
    152200                                        "text": "var(--wp--preset--color--base)"
     201                                },
     202                                "spacing": {
     203                                        "padding": {
     204                                                "bottom": "0.667em",
     205                                                "left": "1.333em",
     206                                                "right": "1.333em",
     207                                                "top": "0.667em"
     208                                        }
    153209                                }
    154210                        },
     
    187243                        "fontFamily": "var(--wp--preset--font-family--ibm-plex-mono)"
    188244                }
    189         },
    190         "version": 2,
    191         "$schema": "https://schemas.wp.org/trunk/theme.json"
     245        }
    192246}
  • trunk/src/wp-content/themes/twentytwentythree/styles/electric.json

    r54372 r54467  
    11{
     2        "$schema": "https://schemas.wp.org/trunk/theme.json",
     3        "version": 2,
    24        "title": "Electric",
    35        "settings": {
     
    9092                        "fontFamily": "var(--wp--preset--font-family--dm-sans)"
    9193                }
    92         },
    93         "version": 2,
    94         "$schema": "https://schemas.wp.org/trunk/theme.json"
     94        }
    9595}
  • trunk/src/wp-content/themes/twentytwentythree/styles/grapes.json

    r54372 r54467  
    11{
     2        "$schema": "https://schemas.wp.org/trunk/theme.json",
     3        "version": 2,
    24        "title": "Grapes",
    35        "settings": {
     
    8789                        }
    8890                }
    89         },
    90         "version": 2,
    91         "$schema": "https://schemas.wp.org/trunk/theme.json"
     91        }
    9292}
  • trunk/src/wp-content/themes/twentytwentythree/styles/marigold.json

    r54372 r54467  
    11{
    2   "$schema": "https://schemas.wp.org/trunk/theme.json",
    3   "title": "Marigold",
    4   "settings": {
    5         "color": {
    6           "palette": [
    7                 {
    8                   "color": "#F6F2EC",
    9                   "name": "Base",
    10                   "slug": "base"
    11                 },
    12                 {
    13                   "color": "#21251F",
    14                   "name": "Contrast",
    15                   "slug": "contrast"
    16                 },
    17                 {
    18                   "color": "#5B4460",
    19                   "name": "Primary",
    20                   "slug": "primary"
    21                 },
    22                 {
    23                   "color": "#FCC263",
    24                   "name": "Secondary",
    25                   "slug": "secondary"
    26                 },
    27                 {
    28                   "color": "#E7A1A9",
    29                   "name": "Tertiary",
    30                   "slug": "tertiary"
     2        "$schema": "https://schemas.wp.org/trunk/theme.json",
     3        "version": 2,
     4        "title": "Marigold",
     5        "settings": {
     6                "color": {
     7                        "palette": [
     8                                {
     9                                        "color": "#F6F2EC",
     10                                        "name": "Base",
     11                                        "slug": "base"
     12                                },
     13                                {
     14                                        "color": "#21251F",
     15                                        "name": "Contrast",
     16                                        "slug": "contrast"
     17                                },
     18                                {
     19                                        "color": "#5B4460",
     20                                        "name": "Primary",
     21                                        "slug": "primary"
     22                                },
     23                                {
     24                                        "color": "#FCC263",
     25                                        "name": "Secondary",
     26                                        "slug": "secondary"
     27                                },
     28                                {
     29                                        "color": "#E7A1A9",
     30                                        "name": "Tertiary",
     31                                        "slug": "tertiary"
     32                                }
     33                        ]
     34                },
     35                "layout": {
     36                        "wideSize": "1200px"
     37                },
     38                "spacing": {
     39                        "spacingSizes": [
     40                                {
     41                                        "size": "clamp(0.625rem, 0.434rem + 0.61vw, 0.938rem)",
     42                                        "name": "1",
     43                                        "slug": "30"
     44                                },
     45                                {
     46                                        "size": "clamp(1.25rem, 0.869rem + 1.22vw, 1.875rem)",
     47                                        "name": "2",
     48                                        "slug": "40"
     49                                },
     50                                {
     51                                        "size": "clamp(1.875rem, 1.303rem + 1.83vw, 2.813rem)",
     52                                        "name": "3",
     53                                        "slug": "50"
     54                                },
     55                                {
     56                                        "size": "clamp(2.5rem, 1.738rem + 2.44vw, 3.75rem)",
     57                                        "name": "4",
     58                                        "slug": "60"
     59                                },
     60                                {
     61                                        "size": "clamp(2.813rem, 1.098rem + 5.49vw, 5.625rem)",
     62                                        "name": "5",
     63                                        "slug": "70"
     64                                },
     65                                {
     66                                        "size": "clamp(3.75rem, 1.463rem + 7.32vw, 7.5rem)",
     67                                        "name": "6",
     68                                        "slug": "80"
     69                                }
     70                        ]
     71                },
     72                "typography": {
     73                        "fontSizes": [
     74                                {
     75                                        "size": "clamp(0.875rem, 0.799rem + 0.24vw, 1rem)",
     76                                        "name": "Tiny",
     77                                        "slug": "tiny"
     78                                },
     79                                {
     80                                        "size": "clamp(1rem, 0.924rem + 0.24vw, 1.125rem)",
     81                                        "slug": "small"
     82                                },
     83                                {
     84                                        "size": "clamp(1.125rem, 1.049rem + 0.24vw, 1.25rem)",
     85                                        "name": "Normal",
     86                                        "slug": "normal"
     87                                },
     88                                {
     89                                        "size": "clamp(1.25rem, 1.021rem + 0.73vw, 1.625rem)",
     90                                        "slug": "medium"
     91                                },
     92                                {
     93                                        "size": "clamp(1.375rem, 1.07rem + 0.98vw, 1.875rem)",
     94                                        "slug": "large"
     95                                },
     96                                {
     97                                        "size": "clamp(1.75rem, 1.369rem + 1.22vw, 2.375rem)",
     98                                        "slug": "x-large"
     99                                },
     100                                {
     101                                        "size": "clamp(2.125rem, 1.706rem + 1.34vw, 2.813rem)",
     102                                        "slug": "xx-large"
     103                                },
     104                                {
     105                                        "size": "clamp(2.5rem, 1.966rem + 1.71vw, 3.375rem)",
     106                                        "name": "Huge",
     107                                        "slug": "huge"
     108                                },
     109                                {
     110                                        "size": "clamp(3.375rem, 2.384rem + 3.17vw, 5rem)",
     111                                        "name": "Gigantic",
     112                                        "slug": "gigantic"
     113                                }
     114                        ]
    31115                }
    32           ]
    33         },
    34         "layout": {
    35           "wideSize": "1200px"
    36         },
    37         "spacing": {
    38           "spacingSizes": [
    39                 {
    40                   "size": "clamp(0.625rem, 0.434rem + 0.61vw, 0.938rem)",
    41                   "name": "1",
    42                   "slug": "30"
    43                 },
    44                 {
    45                   "size": "clamp(1.25rem, 0.869rem + 1.22vw, 1.875rem)",
    46                   "name": "2",
    47                   "slug": "40"
    48                 },
    49                 {
    50                   "size": "clamp(1.875rem, 1.303rem + 1.83vw, 2.813rem)",
    51                   "name": "3",
    52                   "slug": "50"
    53                 },
    54                 {
    55                   "size": "clamp(2.5rem, 1.738rem + 2.44vw, 3.75rem)",
    56                   "name": "4",
    57                   "slug": "60"
    58                 },
    59                 {
    60                   "size": "clamp(2.813rem, 1.098rem + 5.49vw, 5.625rem)",
    61                   "name": "5",
    62                   "slug": "70"
    63                 },
    64                 {
    65                   "size": "clamp(3.75rem, 1.463rem + 7.32vw, 7.5rem)",
    66                   "name": "6",
    67                   "slug": "80"
    68                 }
    69           ]
    70         },
    71         "typography": {
    72           "fontSizes": [
    73                 {
    74                   "size": "clamp(0.875rem, 0.799rem + 0.24vw, 1rem)",
    75                   "name": "Tiny",
    76                   "slug": "tiny"
    77                 },
    78                 {
    79                   "size": "clamp(1rem, 0.924rem + 0.24vw, 1.125rem)",
    80                   "slug": "small"
    81                 },
    82                 {
    83                   "size": "clamp(1.125rem, 1.049rem + 0.24vw, 1.25rem)",
    84                   "name": "Normal",
    85                   "slug": "normal"
    86                 },
    87                 {
    88                   "size": "clamp(1.25rem, 1.021rem + 0.73vw, 1.625rem)",
    89                   "slug": "medium"
    90                 },
    91                 {
    92                   "size": "clamp(1.375rem, 1.07rem + 0.98vw, 1.875rem)",
    93                   "slug": "large"
    94                 },
    95                 {
    96                   "size": "clamp(1.75rem, 1.369rem + 1.22vw, 2.375rem)",
    97                   "slug": "x-large"
    98                 },
    99                 {
    100                   "size": "clamp(2.125rem, 1.706rem + 1.34vw, 2.813rem)",
    101                   "slug": "xx-large"
    102                 },
    103                 {
    104                   "size": "clamp(2.5rem, 1.966rem + 1.71vw, 3.375rem)",
    105                   "name": "Huge",
    106                   "slug": "huge"
    107                 },
    108                 {
    109                   "size": "clamp(3.375rem, 2.384rem + 3.17vw, 5rem)",
    110                   "name": "Gigantic",
    111                   "slug": "gigantic"
    112                 }
    113           ]
    114         }
    115116  },
    116117  "styles": {
    117         "blocks": {
    118           "core/query": {
     118                "blocks": {
     119                        "core/comment-author-name": {
     120                                "elements": {
     121                                        "link": {
     122                                                ":active": {
     123                                                        "color": {
     124                                                                "text": "var(--wp--preset--color--primary)"
     125                                                        }
     126                                                }
     127                                        }
     128                                }
     129                        },
     130                        "core/query": {
     131                                "spacing": {
     132                                        "padding": {
     133                                                "left": "0",
     134                                                "right": "0"
     135                                        }
     136                                }
     137                        },
     138                        "core/post-content": {
     139                                "elements": {
     140                                        "link": {
     141                                                "color": {
     142                                                        "text": "var(--wp--preset--color--primary)"
     143                                                }
     144                                        }
     145                                }
     146                        },
     147                        "core/post-excerpt": {
     148                                "typography": {
     149                                        "fontSize": "var(--wp--preset--font-size--normal)"
     150                                }
     151                        },
     152                        "core/post-title": {
     153                                "elements": {
     154                                        "link": {
     155                                                "typography": {
     156                                                        "fontSize": "var(--wp--preset--font-size--large)",
     157                                                        "textDecoration": "none"
     158                                                },
     159                                                "color": {
     160                                                        "text": "var(--wp--preset--color--primary)"
     161                                                }
     162                                        }
     163                                },
     164                                "spacing": {
     165                                        "margin": {
     166                                                "bottom": "var(--wp--preset--spacing--50)",
     167                                                "top": "var(--wp--preset--spacing--50)"
     168                                        }
     169                                },
     170                                "typography": {
     171                                        "fontWeight": "600"
     172                                }
     173                        },
     174                        "core/pullquote": {
     175                                "border": {
     176                                        "width": "1px 0"
     177                                }
     178                        },
     179                        "core/query-pagination": {
     180                                "elements": {
     181                                        "link": {
     182                                                "typography": {
     183                                                        "textDecoration": "none"
     184                                                }
     185                                        }
     186                                },
     187                                "typography": {
     188                                        "fontSize": "var(--wp--preset--font-size--small)",
     189                                        "fontWeight": "400"
     190                                }
     191                        },
     192                        "core/quote": {
     193                                "elements": {
     194                                        "cite": {
     195                                                "typography": {
     196                                                        "fontSize": "1.25rem"
     197                                                }
     198                                        }
     199                                },
     200                                "typography": {
     201                                        "fontSize": "1.625rem",
     202                                        "lineHeight": "1.5"
     203                                }
     204                        },
     205                        "core/site-title": {
     206                                "elements": {
     207                                        "link": {
     208                                                "typography": {
     209                                                        "fontSize": "var(--wp--preset--font-size--normal)"
     210                                                }
     211                                        }
     212                                },
     213                                "typography": {
     214                                        "textTransform": "lowercase"
     215                                }
     216                        }
     217                },
     218                "elements": {
     219                        "h1": {
     220                                "typography": {
     221                                        "fontSize": "var(--wp--preset--font-size--huge)",
     222                                        "lineHeight": "1.1"
     223                                }
     224                        },
     225                        "h2": {
     226                                "typography": {
     227                                        "fontSize": "var(--wp--preset--font-size--xx-large)",
     228                                        "lineHeight": "1.2"
     229                                }
     230                        },
     231                        "h3": {
     232                                "typography": {
     233                                        "fontSize": "var(--wp--preset--font-size--x-large)",
     234                                        "lineHeight": "1.2"
     235                                }
     236                        },
     237                        "h4": {
     238                                "typography": {
     239                                        "fontSize": "var(--wp--preset--font-size--large)",
     240                                        "fontWeight": "600"
     241                                }
     242                        },
     243                        "h5": {
     244                                "typography": {
     245                                        "fontStyle": "normal",
     246                                        "fontWeight": "600",
     247                                        "textTransform": "none"
     248                                }
     249                        },
     250                        "h6": {
     251                                "typography": {
     252                                        "fontSize": "var(--wp--preset--font-size--normal)",
     253                                        "fontStyle": "normal",
     254                                        "fontWeight": "600"
     255                                }
     256                        },
     257                        "heading": {
     258                                "typography": {
     259                                        "fontStyle": "italic"
     260                                }
     261                        },
     262                        "link": {
     263                                ":active": {
     264                                        "color": {
     265                                                "text": "var(--wp--preset--color--primary)"
     266                                        }
     267                                },
     268                                ":hover": {
     269                                        "typography": {
     270                                                "textDecoration": "none"
     271                                        }
     272                                }
     273                        },
     274                        "button": {
     275                                "border": {
     276                                        "radius": "50px"
     277                                },
     278                                "color": {
     279                                        "background": "var(--wp--preset--color--secondary)"
     280                                },
     281                                "typography": {
     282                                        "fontSize": "var(--wp--preset--font-size--normal)"
     283                                },
     284                                ":hover": {
     285                                        "color": {
     286                                                "background": "var(--wp--preset--color--tertiary)",
     287                                                "text": "var(--wp--preset--color--contrast)"
     288                                        }
     289                                },
     290                                ":focus": {
     291                                        "color": {
     292                                                "background": "var(--wp--preset--color--primary)"
     293                                        }
     294                                },
     295                                ":active": {
     296                                        "color": {
     297                                                "background": "var(--wp--preset--color--primary)"
     298                                        }
     299                                }
     300                        }
     301                },
    119302                "spacing": {
    120                   "padding": {
    121                         "left": "0",
    122                         "right": "0"
    123                   }
     303                        "blockGap": "2.5rem",
     304                        "padding": {
     305                                "bottom": "var(--wp--preset--spacing--50)",
     306                                "left": "var(--wp--preset--spacing--40)",
     307                                "right": "var(--wp--preset--spacing--40)",
     308                                "top": "var(--wp--preset--spacing--50)"
     309                        }
     310                },
     311                "typography": {
     312                        "fontFamily": "var(--wp--preset--font-family--source-serif-pro)",
     313                        "fontSize": "var(--wp--preset--font-size--normal)",
     314                        "lineHeight": "1.5"
    124315                }
    125           },
    126           "core/post-content": {
    127                 "elements": {
    128                   "link": {
    129                         "color": {
    130                           "text": "var(--wp--preset--color--primary)"
    131                         }
    132                   }
    133                 }
    134           },
    135           "core/post-excerpt": {
    136                 "typography": {
    137                   "fontSize": "var(--wp--preset--font-size--normal)"
    138                 }
    139           },
    140           "core/post-title": {
    141                 "elements": {
    142                   "link": {
    143                         "typography": {
    144                           "fontSize": "var(--wp--preset--font-size--large)",
    145                           "textDecoration": "none"
    146                         },
    147                         "color": {
    148                           "text": "var(--wp--preset--color--primary)"
    149                         },
    150                         ":hover": {
    151                           "border": {
    152                                 "bottom": true
    153                           }
    154                         }
    155                   }
    156                 },
    157                 "spacing": {
    158                   "margin": {
    159                         "bottom": "var(--wp--preset--spacing--50)",
    160                         "top": "var(--wp--preset--spacing--50)"
    161                   }
    162                 },
    163                 "typography": {
    164                   "fontWeight": "600"
    165                 }
    166           },
    167           "core/pullquote": {
    168                 "border": {
    169                   "width": "1px 0"
    170                 }
    171           },
    172           "core/query-pagination": {
    173                 "elements": {
    174                   "link": {
    175                         "typography": {
    176                           "textDecoration": "none"
    177                         }
    178                   }
    179                 },
    180                 "typography": {
    181                   "fontSize": "var(--wp--preset--font-size--small)",
    182                   "fontWeight": "400"
    183                 }
    184           },
    185           "core/quote": {
    186                 "elements": {
    187                   "cite": {
    188                         "typography": {
    189                           "fontSize": "1.25rem"
    190                         }
    191                   }
    192                 },
    193                 "typography": {
    194                   "fontSize": "1.625rem",
    195                   "lineHeight": "1.5"
    196                 }
    197           },
    198           "core/site-title": {
    199                 "elements": {
    200                   "link": {
    201                         "typography": {
    202                           "fontSize": "var(--wp--preset--font-size--normal)"
    203                         }
    204                   }
    205                 },
    206                 "typography": {
    207                         "textTransform": "lowercase"
    208                 }
    209           }
    210         },
    211         "elements": {
    212           "h1": {
    213                 "typography": {
    214                   "fontSize": "var(--wp--preset--font-size--huge)",
    215                   "lineHeight": "1.1"
    216                 }
    217           },
    218           "h2": {
    219                 "typography": {
    220                   "fontSize": "var(--wp--preset--font-size--xx-large)",
    221                   "lineHeight": "1.2"
    222                 }
    223           },
    224           "h3": {
    225                 "typography": {
    226                   "fontSize": "var(--wp--preset--font-size--x-large)",
    227                   "lineHeight": "1.2"
    228                 }
    229           },
    230           "h4": {
    231                 "typography": {
    232           "fontSize": "var(--wp--preset--font-size--large)",
    233                   "fontWeight": "600"
    234                 }
    235           },
    236           "h5": {
    237                 "typography": {
    238                   "fontStyle": "normal",
    239                   "fontWeight": "600",
    240                   "textTransform": "none"
    241                 }
    242           },
    243           "h6": {
    244                 "typography": {
    245           "fontSize": "var(--wp--preset--font-size--normal)",
    246                   "fontStyle": "normal",
    247                   "fontWeight": "600"
    248                 }
    249           },
    250           "heading": {
    251                 "typography": {
    252                   "fontStyle": "italic"
    253                 }
    254           },
    255           "link": {
    256                 ":hover": {
    257                   "typography": {
    258                         "textDecoration": "none"
    259                   }
    260                 }
    261           },
    262           "button": {
    263                 "border": {
    264                   "radius": "50px"
    265                 },
    266                 "color": {
    267                   "background": "var(--wp--preset--color--secondary)"
    268                 },
    269                 "typography": {
    270                   "fontSize": "var(--wp--preset--font-size--normal)"
    271                 },
    272                 ":hover": {
    273                   "color": {
    274                         "background": "var(--wp--preset--color--tertiary)"
    275                   }
    276                 },
    277                 ":focus": {
    278                   "color": {
    279                         "background": "var(--wp--preset--color--primary)"
    280                   }
    281                 },
    282                 ":active": {
    283                   "color": {
    284                         "background": "var(--wp--preset--color--primary)"
    285                   }
    286                 }
    287           }
    288         },
    289         "spacing": {
    290           "blockGap": "2.5rem",
    291           "padding": {
    292                 "bottom": "var(--wp--preset--spacing--50)",
    293                 "left": "var(--wp--preset--spacing--40)",
    294                 "right": "var(--wp--preset--spacing--40)",
    295                 "top": "var(--wp--preset--spacing--50)"
    296           }
    297         },
    298         "typography": {
    299           "fontFamily": "var(--wp--preset--font-family--source-serif-pro)",
    300           "fontSize": "var(--wp--preset--font-size--normal)",
    301           "lineHeight": "1.5"
    302316        }
    303   },
    304   "version": 2
    305317}
  • trunk/src/wp-content/themes/twentytwentythree/styles/pilgrimage.json

    r54372 r54467  
    11{
     2        "$schema": "https://schemas.wp.org/trunk/theme.json",
     3        "version": 2,
    24        "title": "Pilgrimage",
    35        "settings": {
     
    2527                                },
    2628                                {
     29                                        "gradient": "linear-gradient(180deg, var(--wp--preset--color--primary) 0%,var(--wp--preset--color--tertiary) 100%)",
     30                                        "name": "Tertiary to Secondary",
     31                                        "slug": "tertiary-secondary"
     32                                },
     33                                {
     34                                        "gradient": "linear-gradient(180deg, var(--wp--preset--color--tertiary) 0%,var(--wp--preset--color--primary) 100%)",
     35                                        "name": "Tertiary to Primary",
     36                                        "slug": "tertiary-primary"
     37                                },
     38                                {
    2739                                        "gradient": "linear-gradient(180deg, var(--wp--preset--color--base) 0%,var(--wp--preset--color--primary) 350%)",
    2840                                        "name": "Base to Primary",
    2941                                        "slug": "base-primary"
     42                                },
     43                                {
     44                                        "gradient": "radial-gradient(circle at 5px 5px,#0c0d0d70 2px,#ffffff00 0px,#ffffff00 0px) 0 0 / 8px 8px, linear-gradient(180deg, var(--wp--preset--color--base) 0%,#000000 200%)",
     45                                        "name": "Dots",
     46                                        "slug": "dots"
    3047                                }
    3148                        ],
     
    6683                                                ":active": {
    6784                                                        "color": {
    68                                                                 "text": "var(--wp--preset--color--primary)"
     85                                                                "text": "var(--wp--preset--color--tertiary)"
    6986                                                        }
    7087                                                }
     
    7794                                                ":active": {
    7895                                                        "color": {
    79                                                                 "text": "var(--wp--preset--color--primary)"
     96                                                                "text": "var(--wp--preset--color--tertiary)"
    8097                                                        },
    8198                                                        "typography": {
     
    91108                                                ":active": {
    92109                                                        "color": {
    93                                                                 "text": "var(--wp--preset--color--primary)"
     110                                                                "text": "var(--wp--preset--color--tertiary)"
    94111                                                        }
    95112                                                }
     
    136153                                                ":hover": {
    137154                                                        "color": {
    138                                                                 "text": "var(--wp--preset--color--primary)"
    139                                                         }
    140                                                 },
     155                                                                "text": "var(--wp--preset--color--tertiary)"
     156                                                        }
     157                                                }
     158                                        }
     159                                }
     160                        },
     161                        "core/post-content": {
     162                                "elements": {
     163                                        "link": {
    141164                                                "color": {
    142165                                                        "text": "var(--wp--preset--color--primary)"
     
    145168                                }
    146169                        },
    147                         "core/post-content": {
    148                                 "elements": {
    149                                         "link": {
    150                                                 "color": {
    151                                                         "text": "var(--wp--preset--color--primary)"
    152                                                 }
    153                                         }
    154                                 }
    155                         },
    156170                        "core/post-date": {
    157171                                "elements": {
     
    164178                                }
    165179                        },
     180                        "core/post-featured-image": {
     181                                "filter": {
     182                                        "duotone": "var(--wp--preset--duotone--default-filter)"
     183                                }
     184                        },
    166185                        "core/post-title": {
    167186                                "elements": {
     
    169188                                                ":active": {
    170189                                                        "color": {
    171                                                                 "text": "var(--wp--preset--color--primary)"
     190                                                                "text": "var(--wp--preset--color--tertiary)"
    172191                                                        },
    173192                                                        "typography": {
     
    188207                                                }
    189208                                        }
     209                                },
     210                                "border": {
     211                                        "top": {
     212                                                "color": "var(--wp--preset--color--primary)"
     213                                        }
    190214                                }
    191215                        },
    192216                        "core/separator": {
    193217                                "color": {
    194                                         "text": "var(--wp--preset--color--primary)"
     218                                        "text": "var(--wp--preset--color--secondary)"
    195219                                }
    196220                        },
     
    212236                },
    213237                "color": {
    214                         "gradient": "var(--wp--preset--gradient--base-primary)"
     238                        "gradient": "var(--wp--preset--gradient--dots)"
    215239                },
    216240                "elements": {
     
    276300                        },
    277301                        "link": {
     302                                "color": {
     303                                        "text": "var(--wp--preset--color--primary)"
     304                                },
     305                                ":hover": {
     306                                        "color": {
     307                                                "text":"var(--wp--preset--color--tertiary)"
     308                                        }
     309                                },
     310                                ":focus": {
     311                                        "color": {
     312                                                "text":"var(--wp--preset--color--tertiary)"
     313                                        }
     314                                },
    278315                                ":active": {
    279316                                        "color": {
    280                                                 "text": "var(--wp--preset--color--primary)"
    281                                         }
    282                                 },
    283                                 ":hover": {
    284                                         "color": {
    285                                                 "text":"var(--wp--preset--color--primary)"
    286                                         }
    287                                 },
    288                                 "color": {
    289                                         "text": "var(--wp--preset--color--primary)"
     317                                                "text": "var(--wp--preset--color--tertiary)"
     318                                        }
    290319                                }
    291320                        }
    292321                }
    293         },
    294         "version": 2,
    295         "$schema": "https://schemas.wp.org/trunk/theme.json"
     322        }
    296323}
  • trunk/src/wp-content/themes/twentytwentythree/styles/pitch.json

    r54372 r54467  
    11{
     2        "$schema": "https://schemas.wp.org/trunk/theme.json",
     3        "version": 2,
    24        "title": "Pitch",
    35        "settings": {
     
    129131        "styles": {
    130132                "blocks": {
     133                        "core/query-pagination": {
     134                                "border": {
     135                                        "top": {
     136                                                "color": "var(--wp--preset--color--tertiary)",
     137                                                "width": "4px"
     138                                        }
     139                                }
     140                        },
    131141                        "core/separator": {
    132142                                "border": {
     
    232242                        "lineHeight": "1.7"
    233243                }
    234         },
    235         "version": 2,
    236         "$schema": "https://schemas.wp.org/trunk/theme.json"
     244        }
    237245}
  • trunk/src/wp-content/themes/twentytwentythree/styles/whisper.json

    r54372 r54467  
    11{
     2        "$schema": "https://schemas.wp.org/trunk/theme.json",
     3        "version": 2,
    24        "title": "Whisper",
    35        "settings": {
     
    151153                                }
    152154                        },
     155                        "core/post-date": {
     156                                "elements": {
     157                                        "link": {
     158                                                ":hover": {
     159                                                        "border": {
     160                                                                "color": "var(--wp--preset--color--contrast)"
     161                                                        },
     162                                                        "color": {
     163                                                                "background": "var(--wp--preset--color--tertiary)"
     164                                                        },
     165                                                        "typography": {
     166                                                                "textDecoration": "none"
     167                                                        }
     168                                                }
     169                                        }
     170                                }
     171                        },
    153172                        "core/post-title": {
    154173                                "elements": {
     
    200219                                        "padding": {
    201220                                                "left": "var(--wp--preset--spacing--30)"
     221                                        }
     222                                }
     223                        },
     224                        "core/query-pagination": {
     225                                "border": {
     226                                        "top": {
     227                                                "color": "var(--wp--preset--color--contrast)",
     228                                                "style": "double",
     229                                                "width": "6px"
     230                                        }
     231                                },
     232                                "elements": {
     233                                        "link": {
     234                                                ":hover": {
     235                                                        "border": {
     236                                                                "color": "var(--wp--preset--color--contrast)"
     237                                                        },
     238                                                        "color": {
     239                                                                "background": "var(--wp--preset--color--tertiary)"
     240                                                        },
     241                                                        "typography": {
     242                                                                "textDecoration": "none"
     243                                                        }
     244                                                },
     245                                                ":active": {
     246                                                        "border": {
     247                                                                "color": "var(--wp--preset--color--base)",
     248                                                                "width": "0 0 2px 0"
     249                                                        }
     250                                                }
    202251                                        }
    203252                                }
     
    501550                        "fontFamily": "var(--wp--preset--font-family--dm-sans)"
    502551                }
    503         },
    504         "version": 2,
    505         "$schema": "https://schemas.wp.org/trunk/theme.json"
     552        }
    506553}
  • trunk/src/wp-content/themes/twentytwentythree/templates/archive.html

    r54312 r54467  
    1818                <!-- /wp:post-template -->
    1919
    20                 <!-- wp:separator {"style":{"spacing":{"margin":{"bottom":"var(--wp--preset--spacing--40)"}}}} -->
    21                 <hr class="wp-block-separator has-alpha-channel-opacity" style="margin-bottom:var(--wp--preset--spacing--40)"/>
    22                 <!-- /wp:separator -->
    23 
    2420                <!-- wp:query-pagination {"paginationArrow":"arrow","layout":{"type":"flex","justifyContent":"space-between"}} -->
    2521                        <!-- wp:query-pagination-previous {"label":"Newer Posts"} /-->
  • trunk/src/wp-content/themes/twentytwentythree/templates/blog-alternative.html

    r54235 r54467  
    33<!-- wp:group {"tagName":"main","layout":{"type":"constrained"}} -->
    44<main class="wp-block-group">
    5         <!-- wp:post-author-biography {"style":{"spacing":{"margin":{"top":"var:preset|spacing|50","bottom":"var:preset|spacing|50"}}}} /-->
    6 
    7         <!-- wp:query {"query":{"perPage":3,"pages":0,"offset":0,"postType":"post","order":"desc","orderBy":"date","author":"","search":"","exclude":[],"sticky":"","inherit":true},"align":"wide","layout":{"type":"default"}} -->
     5        <!-- wp:query {"query":{"perPage":3,"pages":0,"offset":0,"postType":"post","order":"desc","orderBy":"date","author":"","search":"","exclude":[],"sticky":"","inherit":false},"align":"wide","layout":{"type":"default"}} -->
    86        <div class="wp-block-query alignwide">
    97                <!-- wp:post-template -->
    10                         <!-- wp:group {"style":{"border":{"top":{"width":"1px"},"right":{"width":"0px","style":"none"},"left":{"width":"0px","style":"none"}},"spacing":{"padding":{"top":"var:preset|spacing|50","right":"var:preset|spacing|50","bottom":"var:preset|spacing|50","left":"var:preset|spacing|50"}}},"layout":{"type":"flex","flexWrap":"nowrap"}} -->
    11                         <div class="wp-block-group" style="border-top-width:1px;border-right-style:none;border-right-width:0px;border-left-style:none;border-left-width:0px;padding-top:var(--wp--preset--spacing--50);padding-right:var(--wp--preset--spacing--50);padding-bottom:var(--wp--preset--spacing--50);padding-left:var(--wp--preset--spacing--50)">
    12                                 <!-- wp:post-date /-->
    13                                 <!-- wp:post-title /-->
     8                        <!-- wp:columns {"verticalAlignment":null,"style":{"border":{"bottom":{"width":"1px"}},"spacing":{"padding":{"top":"var:preset|spacing|50","bottom":"var:preset|spacing|50"}}}} -->
     9                        <div class="wp-block-columns" style="border-bottom-width:1px;padding-top:var(--wp--preset--spacing--50);padding-bottom:var(--wp--preset--spacing--50)">
     10                                <!-- wp:column {"verticalAlignment":"center","width":"20%"} -->
     11                                <div class="wp-block-column is-vertically-aligned-center" style="flex-basis:20%">
     12                                        <!-- wp:post-date {"textAlign":"left"} /-->
     13                                </div>
     14                                <!-- /wp:column -->
     15
     16                                <!-- wp:column {"verticalAlignment":"center","width":"80%"} -->
     17                                <div class="wp-block-column is-vertically-aligned-center" style="flex-basis:80%">
     18                                        <!-- wp:post-title /-->
     19                                </div>
     20                                <!-- /wp:column -->
    1421                        </div>
    15                         <!-- /wp:group -->
     22                        <!-- /wp:columns -->
    1623                <!-- /wp:post-template -->
    1724        </div>
  • trunk/src/wp-content/themes/twentytwentythree/templates/home.html

    r54372 r54467  
    2020                <!-- /wp:post-template -->
    2121
    22                 <!-- wp:separator {"align":"wide","style":{"spacing":{"margin":{"bottom":"var:preset|spacing|40"}}}} -->
    23                 <hr class="wp-block-separator alignwide has-alpha-channel-opacity" style="margin-bottom:var(--wp--preset--spacing--40)"/>
    24                 <!-- /wp:separator -->
    25 
    2622                <!-- wp:query-pagination {"paginationArrow":"arrow","align":"wide","layout":{"type":"flex","justifyContent":"space-between"}} -->
    2723                        <!-- wp:query-pagination-previous {"label":"Newer Posts"} /-->
  • trunk/src/wp-content/themes/twentytwentythree/templates/search.html

    r54372 r54467  
    1818                <!-- /wp:post-template -->
    1919
    20                 <!-- wp:separator {"style":{"spacing":{"margin":{"bottom":"var(--wp--preset--spacing--70)"}}}} -->
    21                 <hr class="wp-block-separator has-alpha-channel-opacity" style="margin-bottom:var(--wp--preset--spacing--70)"/>
    22                 <!-- /wp:separator -->
    23 
    2420                <!-- wp:query-pagination {"paginationArrow":"arrow","layout":{"type":"flex","justifyContent":"space-between"}} -->
    2521                        <!-- wp:query-pagination-previous {"label":"Newer Posts"} /-->
  • trunk/src/wp-content/themes/twentytwentythree/theme.json

    r54372 r54467  
    267267                                        "size": "1.75rem",
    268268                                        "slug": "large",
    269                                         "fluid": false
     269                                        "fluid": {
     270                                                "min": "1.75rem",
     271                                                "max": "1.875rem"
     272                                        }
    270273                                },
    271274                                {
     
    486489                        "core/pullquote": {
    487490                                "border": {
     491                                        "style": "solid",
    488492                                        "width": "1px 0"
     493                                },
     494                                "elements": {
     495                                        "cite": {
     496                                                "typography": {
     497                                                        "fontSize": "var(--wp--preset--font-size--small)",
     498                                                        "fontStyle": "normal",
     499                                                        "textTransform": "none"
     500                                                }
     501                                        }
     502                                },
     503                                "typography": {
     504                                        "lineHeight": "1.3"
     505                                },
     506                                "spacing": {
     507                                        "margin": {
     508                                                "bottom": "var(--wp--preset--spacing--40) !important",
     509                                                "top": "var(--wp--preset--spacing--40) !important"
     510                                        }
    489511                                }
    490512                        },
     
    493515                                        "fontSize": "var(--wp--preset--font-size--small)",
    494516                                        "fontWeight": "400"
     517                                },
     518                                "spacing": {
     519                                        "padding": {
     520                                                "top": "var(--wp--preset--spacing--40)"
     521                                        }
     522                                },
     523                                "border": {
     524                                        "top": {
     525                                                "width": "2px",
     526                                                "style": "solid"
     527                                        }
    495528                                },
    496529                                "elements": {
     
    510543                                "border": {
    511544                                        "width": "1px"
     545                                },
     546                                "elements": {
     547                                        "cite": {
     548                                                "typography": {
     549                                                        "fontSize": "var(--wp--preset--font-size--small)",
     550                                                        "fontStyle": "normal"
     551                                                }
     552                                        }
     553                                },
     554                                "spacing": {
     555                                        "padding": {
     556                                                "left": "var(--wp--preset--spacing--30)",
     557                                                "right": "var(--wp--preset--spacing--30)"
     558                                        }
    512559                                }
    513560                        },
     
    591638                        "h3": {
    592639                                "typography": {
    593                                         "fontSize": "2.25rem"
     640                                        "fontSize": "var(--wp--preset--font-size--x-large)"
    594641                                }
    595642                        },
    596643                        "h4": {
    597644                                "typography": {
    598                                         "fontSize": "clamp(1.75rem, calc(1.75rem + ((1vw - 0.48rem) * 8.4135)), 1.875rem)"
     645                                        "fontSize": "var(--wp--preset--font-size--large)"
    599646                                }
    600647                        },
Note: See TracChangeset for help on using the changeset viewer.