diff --git a/wp-includes/theme.json b/wp-includes/theme.json index 512f6d796c..af44799060 100644 --- a/wp-includes/theme.json +++ b/wp-includes/theme.json @@ -326,16 +326,32 @@ } }, "shadow": { + "defaultPresets": true, "presets": [ { "name": "Natural", "slug": "natural", - "shadow": "0 .2rem .3rem 0 rgba(0,0,0, 0.3), 0 .5rem .6rem 0 rgba(0,0,0, 0.4)" + "shadow": "6px 6px 9px rgba(0, 0, 0, 0.2)" + }, + { + "name": "Deep", + "slug": "deep", + "shadow": "12px 12px 50px rgba(0, 0, 0, 0.4)" }, { "name": "Sharp", "slug": "sharp", - "shadow": ".5rem .5rem 0 0 rgba(0,0,0, 0.4)" + "shadow": "6px 6px 0px rgba(0, 0, 0, 0.2)" + }, + { + "name": "Outlined", + "slug": "outlined", + "shadow": "6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1)" + }, + { + "name": "Crisp", + "slug": "crisp", + "shadow": "6px 6px 0px rgba(0, 0, 0, 1)" } ] }, diff --git a/wp-includes/version.php b/wp-includes/version.php index 3aa8efcf29..e8534764c8 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.2-beta3-55404'; +$wp_version = '6.2-beta3-55405'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.