diff --git a/wp-includes/theme.json b/wp-includes/theme.json index c2ea0e7193..32873854e4 100644 --- a/wp-includes/theme.json +++ b/wp-includes/theme.json @@ -332,6 +332,40 @@ } }, "styles": { + "blocks": { + "core/button": { + "variations": { + "outline": { + "border": { + "width": "2px", + "style": "solid", + "color": "currentColor" + }, + "color": { + "text": "currentColor", + "gradient": "transparent none" + }, + "spacing": { + "padding": { + "top": "0.667em", + "right": "1.33em", + "bottom": "0.667em", + "left": "1.33em" + } + } + } + } + }, + "core/site-logo": { + "variations": { + "rounded": { + "border": { + "radius": "9999px" + } + } + } + } + }, "elements": { "button": { "color": { diff --git a/wp-includes/version.php b/wp-includes/version.php index 596cf7933e..538018ef66 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.6-beta2-58392'; +$wp_version = '6.6-beta2-58393'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.