Make WordPress Core


Ignore:
Timestamp:
09/20/2024 01:53:52 AM (3 months ago)
Author:
noisysocks
Message:

Editor: Update packages for 6.7 Beta 1.

Syncs @wordpress/* packages to the wp-6.7 npm tag.

Fixes #61906.
Props peterwilsoncc, gziolo, kevin940726.

File:
1 edited

Legend:

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

    r57578 r59072  
    1818        }
    1919    },
     20    "example": {
     21        "viewportWidth": 350
     22    },
    2023    "supports": {
    2124        "className": true,
     25        "color": {
     26            "background": true,
     27            "text": false,
     28            "gradients": true,
     29            "link": true
     30        },
    2231        "spacing": {
    2332            "margin": true,
     
    4150            }
    4251        },
     52        "__experimentalBorder": {
     53            "radius": true,
     54            "color": true,
     55            "width": true,
     56            "style": true
     57        },
    4358        "interactivity": {
    4459            "clientNavigation": true
    4560        }
    46     }
     61    },
     62    "style": "wp-block-loginout"
    4763}
Note: See TracChangeset for help on using the changeset viewer.