Make WordPress Core


Ignore:
Timestamp:
10/18/2022 12:35:54 AM (3 years ago)
Author:
desrosj
Message:

Twenty Twenty-Three: Sync the latest fixes for RC2.

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

Props mikachan, beafialho, kafleg, richtabor, poena, annezazu.
Fixes #56383.

File:
1 edited

Legend:

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

    r54467 r54629  
    5959        "layout": {
    6060            "contentSize": "650px",
    61             "wideSize": "1000px"
     61            "wideSize": "1200px"
    6262        },
    6363        "spacing": {
     
    7777                },
    7878                {
    79                     "size": "clamp(2.5rem, 8vw, 6.5rem)",
     79                    "size": "clamp(2.5rem, 8vw, 4.5rem)",
    8080                    "slug": "50",
    8181                    "name": "3"
     
    265265                },
    266266                {
    267                     "size": "1.75rem",
    268                     "slug": "large",
    269267                    "fluid": {
    270268                        "min": "1.75rem",
    271269                        "max": "1.875rem"
    272                     }
    273                 },
    274                 {
     270                    },
     271                    "size": "1.75rem",
     272                    "slug": "large"
     273                },
     274                {
     275                    "fluid": false,
    275276                    "size": "2.25rem",
    276                     "slug": "x-large",
    277                     "fluid": false
    278                 },
    279                 {
    280                     "size": "10rem",
    281                     "slug": "xx-large",
     277                    "slug": "x-large"
     278                },
     279                {
    282280                    "fluid": {
    283281                        "min": "4rem",
    284                         "max": "20rem"
    285                     }
     282                        "max": "10rem"
     283                    },
     284                    "size": "10rem",
     285                    "slug": "xx-large"
    286286                }
    287287            ]
     
    363363                "spacing": {
    364364                    "margin": {
    365                         "bottom": "var(--wp--preset--spacing--30)",
    366                         "top": "var(--wp--preset--spacing--30)"
     365                        "bottom": "1.25rem",
     366                        "top": "1.25rem"
    367367                    }
    368368                },
     
    511511                }
    512512            },
     513            "core/query": {
     514                "elements": {
     515                    "h2": {
     516                        "typography": {
     517                            "fontSize": "var(--wp--preset--font-size--x-large)"
     518                        }
     519                    }
     520                }
     521            },
    513522            "core/query-pagination": {
    514523                "typography": {
    515524                    "fontSize": "var(--wp--preset--font-size--small)",
    516525                    "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                     }
    528526                },
    529527                "elements": {
Note: See TracChangeset for help on using the changeset viewer.