Make WordPress Core


Ignore:
Timestamp:
10/14/2024 09:56:32 PM (14 months ago)
Author:
peterwilsoncc
Message:

Bundled Themes: Update Twenty Twenty-Five for 6.7 Beta 3.

This merges the latest improvements to the Twenty Twenty-Five theme from GitHub into trunk for 6.7 beta 3.

A full list of changes can be found on GitHub: WordPress/twentytwentyfive@0d8b245...5d17f41

Props annezazu, areziaal, beafialho, cwhitmore, franz00, get_dave, joedolson, joen, juanfra, karmatosed, kartikmehta, mukesh27, onemaggie, pgeorgiev, poena, richtabor, sudipatel007, sumitbagthariya16, wildworks, youknowriad.
Fixes #62218.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentytwentyfive/theme.json

    r59191 r59233  
    4545                },
    4646                {
    47                     "color": "color-mix(in srgb, currentColor 20%, transparent);",
     47                    "color": "color-mix(in srgb, currentColor 20%, transparent)",
    4848                    "name": "Accent 6",
    4949                    "slug": "accent-6"
     
    7575                {
    7676                    "name": "Regular",
    77                     "size": "clamp(30px, 5vw, 50px);",
     77                    "size": "clamp(30px, 5vw, 50px)",
    7878                    "slug": "50"
    7979                },
    8080                {
    8181                    "name": "Large",
    82                     "size": "clamp(30px, 7vw, 70px);",
     82                    "size": "clamp(30px, 7vw, 70px)",
    8383                    "slug": "60"
    8484                },
    8585                {
    8686                    "name": "X-Large",
    87                     "size": "clamp(50px, 7vw, 90px);",
     87                    "size": "clamp(50px, 7vw, 90px)",
    8888                    "slug": "70"
    8989                },
    9090                {
    9191                    "name": "XX-Large",
    92                     "size": "clamp(70px, 10vw, 140px);",
     92                    "size": "clamp(70px, 10vw, 140px)",
    9393                    "slug": "80"
    9494                }
     
    946946            "fontFamily": "var:preset|font-family|manrope",
    947947            "fontSize": "var:preset|font-size|large",
    948             "fontStyle": "normal",
    949948            "fontWeight": "300",
    950949            "letterSpacing": "-0.1px",
     
    978977            "core/columns": {
    979978                "spacing": {
    980                     "blockGap": {
    981                         "left": "var:preset|spacing|50",
    982                         "top": "var:preset|spacing|50"
    983                     }
     979                    "blockGap": "var:preset|spacing|50"
    984980                }
    985981            },
     
    992988                "typography": {
    993989                    "fontFamily": "var:preset|font-family|fira-code",
    994                     "fontSize": "var:preset|font-size|small",
    995                     "fontWeight": "400"
     990                    "fontSize": "var:preset|font-size|medium",
     991                    "fontWeight": "300"
    996992                },
    997993                "color": {
     
    10281024                },
    10291025                "typography": {
    1030                     "fontSize": "var:preset|font-size|small",
    1031                     "fontStyle": "normal"
     1026                    "fontSize": "var:preset|font-size|small"
    10321027                },
    10331028                "spacing": {
     
    11691164            },
    11701165            "core/post-terms": {
     1166                "css": "& a { white-space: nowrap; }",
    11711167                "typography": {
    11721168                    "fontSize": "var:preset|font-size|small",
     
    12201216                },
    12211217                "typography": {
    1222                     "fontSize": "var:preset|font-size|medium",
    1223                     "lineHeight": "1.1",
    1224                     "fontWeight": "600"
     1218                    "fontSize": "var:preset|font-size|large",
     1219                    "fontWeight": "300"
    12251220                },
    12261221                "elements": {
    12271222                    "cite": {
    12281223                        "typography": {
    1229                             "fontSize": "0.65em",
    1230                             "fontStyle": "normal",
    1231                             "fontWeight": "400"
     1224                            "fontSize": "var:preset|font-size|small",
     1225                            "fontStyle": "normal",
     1226                            "fontWeight": "300"
    12321227                        },
    12331228                        "css": "& sub { font-size: 0.65em }"
     
    12571252                "typography": {
    12581253                    "fontSize": "var:preset|font-size|xx-large",
    1259                     "fontStyle": "normal",
    12601254                    "fontWeight": "300",
    1261                     "letterSpacing": "-0.76px",
    12621255                    "lineHeight": "1.2"
    12631256                },
     
    13721365            },
    13731366            "core/list": {
    1374                 "css": "& li{margin-bottom: 0.5rem;}"
     1367                "css": "& li{margin-top: 0.5rem;}"
    13751368            }
    13761369        },
     
    14501443            "heading": {
    14511444                "typography": {
    1452                     "fontStyle": "normal",
    14531445                    "fontWeight": "400",
    14541446                    "lineHeight": "1.125",
Note: See TracChangeset for help on using the changeset viewer.