Make WordPress Core


Ignore:
Timestamp:
02/07/2025 03:44:07 PM (11 months ago)
Author:
joemcgill
Message:

Editor: Update packages for 6.8 pre-Betas.

Syncs @wordpress/* packages to the 'latest' npm tag.

Props mamaduka, joemcgill, youknowriad, swissspidy, sergiomdgomes, gziolo.
See #62887.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/blocks/button/block.json

    r59119 r59775  
    8686        },
    8787        "typography": {
     88            "__experimentalSkipSerialization": [
     89                "fontSize",
     90                "lineHeight",
     91                "fontFamily",
     92                "fontWeight",
     93                "fontStyle",
     94                "textTransform",
     95                "textDecoration",
     96                "letterSpacing"
     97            ],
    8898            "fontSize": true,
    8999            "lineHeight": true,
     
    123133            }
    124134        },
    125         "__experimentalSelector": ".wp-block-button .wp-block-button__link",
    126135        "interactivity": {
    127136            "clientNavigation": true
     
    133142    ],
    134143    "editorStyle": "wp-block-button-editor",
    135     "style": "wp-block-button"
     144    "style": "wp-block-button",
     145    "selectors": {
     146        "root": ".wp-block-button .wp-block-button__link",
     147        "typography": {
     148            "writingMode": ".wp-block-button"
     149        }
     150    }
    136151}
Note: See TracChangeset for help on using the changeset viewer.