Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WordPress 6.0 Compatibility Tracking #112

Closed
3 tasks
fabiankaegy opened this issue Apr 27, 2022 · 6 comments
Closed
3 tasks

WordPress 6.0 Compatibility Tracking #112

fabiankaegy opened this issue Apr 27, 2022 · 6 comments
Assignees
Milestone

Comments

@fabiankaegy
Copy link
Member

This Issue is meant to be used to track any changes in the upcoming WordPress 6.0 release that might impact the scaffold or how we build themes.

Related Issues:

@fabiankaegy fabiankaegy added this to the WordPress 6.0 milestone Apr 27, 2022
@fabiankaegy fabiankaegy self-assigned this Apr 27, 2022
@fabiankaegy
Copy link
Member Author

fabiankaegy commented Apr 27, 2022

New Blocks:

  • core/avatar - Add a user's avatar.
  • core/query-no-results - Contains the block elements used to render content when no query results are found.
  • core/read-more - Displays the link of a post, page, or any other content-type.
  • core/comment-author-name - Displays the name of the author of the comment.
  • core/comment-content - Displays the contents of a comment.
  • core/comment-date - Displays the date on which the comment was posted.
  • core/comment-edit-link - Displays a link to edit the comment in the WordPress Dashboard. This link is only visible to users with the edit comment capability.
  • core/comment-reply-link - Displays a link to reply to a comment.
  • core/comment-template - Contains the block elements used to display a comment, like the title, date, author, avatar and more.
  • core/comments-query-loop - An advanced block that allows displaying post comments using different visual configurations.
  • core/comments-pagination - Displays a paginated navigation to next/previous set of comments, when applicable.
  • core/comments-pagination-next - Displays the next comment's page link.
  • core/comments-pagination-numbers - Displays a list of page numbers for comments pagination.
  • core/comments-pagination-previous - Displays the previous comment's page link.
  • core/post-author-biography - The author biography.

Changes in existing Blocks

Core Gallery

  • Added support for Block Gap
  • Updated Layout system to use the core flex layout (need to investigate further whether it has any effects on the layout)

Core Quote

  • Added support for Color Settings
  • Removes "Large" block style

Core Archives

  • Added ability to change how the results are Grouped. (Year, Month, Week, Day)

Core Group

  • Added "Stack" variation
  • Made it easier to switch between the block variations. (Group | Row | Stack)
  • Added Margin Top & Bottom support
  • Added Typography Settings Support

Core Column

  • Added Block Gap Support

Core Columns

  • Added Block Gap Support
  • Added Border Color Support

Core Cover

  • Added support to use Featured Image as Background Image

Core Social Links

  • Added toggle to "Show Labels"

Core Tag Cloud

  • Added 2 new block styles
  • Added settings to provide the smallest and largest font size

Core Navigation

  • Added support for Block Gap
  • Added ability to set max nesting level
  • Added ability to toggle whether to use an icon or not
View complete Diff
diff --git a/comparisson/all-blocks.json b/comparisson/all-blocks.json
index 05937cc..6e4ae21 100644
--- a/comparisson/all-blocks.json
+++ b/comparisson/all-blocks.json
@@ -79,7 +79,11 @@
 			"anchor": true,
 			"className": false,
 			"color": {
-				"link": true
+				"link": true,
+				"__experimentalDefaultControls": {
+					"background": true,
+					"text": true
+				}
 			},
 			"typography": {
 				"fontSize": true,
@@ -99,7 +103,7 @@
 		"variations": [],
 		"apiVersion": 2,
 		"title": "Paragraph",
-		"description": "Start with the building block of all narrative.",
+		"description": "Start with the basic building block of all narrative.",
 		"category": "text",
 		"example": {
 			"attributes": {
@@ -504,7 +508,10 @@
 				"background": false
 			},
 			"__experimentalBorder": {
-				"radius": true
+				"radius": true,
+				"__experimentalDefaultControls": {
+					"radius": true
+				}
 			}
 		},
 		"styles": [
@@ -569,6 +576,105 @@
 			]
 		},
 		"deprecated": [
+			{
+				"attributes": {
+					"align": {
+						"type": "string"
+					},
+					"url": {
+						"type": "string",
+						"source": "attribute",
+						"selector": "img",
+						"attribute": "src"
+					},
+					"alt": {
+						"type": "string",
+						"source": "attribute",
+						"selector": "img",
+						"attribute": "alt",
+						"default": ""
+					},
+					"caption": {
+						"type": "string",
+						"source": "html",
+						"selector": "figcaption"
+					},
+					"href": {
+						"type": "string",
+						"source": "attribute",
+						"selector": "figure > a",
+						"attribute": "href"
+					},
+					"rel": {
+						"type": "string",
+						"source": "attribute",
+						"selector": "figure > a",
+						"attribute": "rel"
+					},
+					"linkClass": {
+						"type": "string",
+						"source": "attribute",
+						"selector": "figure > a",
+						"attribute": "class"
+					},
+					"id": {
+						"type": "number"
+					},
+					"width": {
+						"type": "number"
+					},
+					"height": {
+						"type": "number"
+					},
+					"linkDestination": {
+						"type": "string"
+					},
+					"linkTarget": {
+						"type": "string",
+						"source": "attribute",
+						"selector": "figure > a",
+						"attribute": "target"
+					},
+					"title": {
+						"type": "string",
+						"source": "attribute",
+						"selector": "img",
+						"attribute": "title"
+					},
+					"sizeSlug": {
+						"type": "string"
+					},
+					"lock": {
+						"type": "object"
+					},
+					"anchor": {
+						"type": "string",
+						"source": "attribute",
+						"attribute": "id",
+						"selector": "*"
+					},
+					"className": {
+						"type": "string"
+					},
+					"style": {
+						"type": "object"
+					}
+				},
+				"supports": {
+					"anchor": true,
+					"color": {
+						"__experimentalDuotone": "img",
+						"text": false,
+						"background": false
+					},
+					"__experimentalBorder": {
+						"radius": true,
+						"__experimentalDefaultControls": {
+							"radius": true
+						}
+					}
+				}
+			},
 			{
 				"attributes": {
 					"align": {
@@ -861,7 +967,11 @@
 			"anchor": true,
 			"className": false,
 			"color": {
-				"link": true
+				"link": true,
+				"__experimentalDefaultControls": {
+					"background": true,
+					"text": true
+				}
 			},
 			"spacing": {
 				"margin": true
@@ -1289,6 +1399,12 @@
 			"className": {
 				"type": "string"
 			},
+			"layout": {
+				"type": "object"
+			},
+			"style": {
+				"type": "object"
+			},
 			"lock": {
 				"type": "object"
 			},
@@ -1307,7 +1423,32 @@
 		"usesContext": [],
 		"supports": {
 			"anchor": true,
-			"align": true
+			"align": true,
+			"html": false,
+			"units": [
+				"px",
+				"em",
+				"rem",
+				"vh",
+				"vw"
+			],
+			"spacing": {
+				"blockGap": true,
+				"__experimentalSkipSerialization": [
+					"blockGap"
+				],
+				"__experimentalDefaultControls": {
+					"blockGap": true
+				}
+			},
+			"__experimentalLayout": {
+				"allowSwitching": false,
+				"allowInheriting": false,
+				"allowEditing": false,
+				"default": {
+					"type": "flex"
+				}
+			}
 		},
 		"styles": [],
 		"variations": [],
@@ -1446,6 +1587,10 @@
 						"type": "boolean",
 						"default": true
 					},
+					"fixedHeight": {
+						"type": "boolean",
+						"default": true
+					},
 					"linkTo": {
 						"type": "string"
 					},
@@ -1966,7 +2111,11 @@
 			},
 			"color": {
 				"gradients": true,
-				"link": true
+				"link": true,
+				"__experimentalDefaultControls": {
+					"background": true,
+					"text": true
+				}
 			},
 			"__unstablePasteTextInline": true,
 			"__experimentalSelector": "ol,ul",
@@ -2173,12 +2322,21 @@
 			"align": {
 				"type": "string"
 			},
-			"className": {
-				"type": "string"
-			},
 			"style": {
 				"type": "object"
 			},
+			"backgroundColor": {
+				"type": "string"
+			},
+			"textColor": {
+				"type": "string"
+			},
+			"gradient": {
+				"type": "string"
+			},
+			"className": {
+				"type": "string"
+			},
 			"fontSize": {
 				"type": "string"
 			},
@@ -2208,6 +2366,14 @@
 					"fontSize": true,
 					"fontAppearance": true
 				}
+			},
+			"color": {
+				"gradients": true,
+				"link": true,
+				"__experimentalDefaultControls": {
+					"background": true,
+					"text": true
+				}
 			}
 		},
 		"styles": [
@@ -2219,10 +2385,6 @@
 			{
 				"name": "plain",
 				"label": "Plain"
-			},
-			{
-				"name": "large",
-				"label": "Large"
 			}
 		],
 		"variations": [],
@@ -2233,8 +2395,7 @@
 		"example": {
 			"attributes": {
 				"value": "<p>In quoting others, we cite ourselves.</p>",
-				"citation": "Julio Cortázar",
-				"className": "is-style-large"
+				"citation": "Julio Cortázar"
 			}
 		},
 		"transforms": {
@@ -2407,6 +2568,10 @@
 				"type": "boolean",
 				"default": false
 			},
+			"type": {
+				"type": "string",
+				"default": "monthly"
+			},
 			"align": {
 				"type": "string",
 				"enum": [
@@ -2435,7 +2600,7 @@
 		"variations": [],
 		"apiVersion": 2,
 		"title": "Archives",
-		"description": "Display a monthly archive of your posts.",
+		"description": "Display a date archive of your posts.",
 		"category": "widgets",
 		"example": {}
 	},
@@ -2734,7 +2899,11 @@
 			"alignWide": false,
 			"color": {
 				"__experimentalSkipSerialization": true,
-				"gradients": true
+				"gradients": true,
+				"__experimentalDefaultControls": {
+					"background": true,
+					"text": true
+				}
 			},
 			"typography": {
 				"fontSize": true,
@@ -2756,7 +2925,10 @@
 			},
 			"__experimentalBorder": {
 				"radius": true,
-				"__experimentalSkipSerialization": true
+				"__experimentalSkipSerialization": true,
+				"__experimentalDefaultControls": {
+					"radius": true
+				}
 			},
 			"__experimentalSelector": ".wp-block-button__link"
 		},
@@ -3770,7 +3942,25 @@
 		"title": "Calendar",
 		"description": "A calendar of your site’s posts.",
 		"category": "widgets",
-		"example": {}
+		"example": {},
+		"transforms": {
+			"from": [
+				{
+					"type": "block",
+					"blocks": [
+						"core/archives"
+					]
+				}
+			],
+			"to": [
+				{
+					"type": "block",
+					"blocks": [
+						"core/archives"
+					]
+				}
+			]
+		}
 	},
 	{
 		"name": "core/categories",
@@ -3953,7 +4143,6 @@
 		"usesContext": [],
 		"supports": {
 			"anchor": true,
-			"__experimentalSelector": ".wp-block-code > code",
 			"typography": {
 				"fontSize": true,
 				"lineHeight": true,
@@ -3976,12 +4165,20 @@
 				"radius": true,
 				"color": true,
 				"width": true,
-				"style": true
+				"style": true,
+				"__experimentalDefaultControls": {
+					"width": true,
+					"color": true
+				}
 			},
 			"color": {
 				"text": true,
 				"background": true,
-				"gradients": true
+				"gradients": true,
+				"__experimentalDefaultControls": {
+					"background": true,
+					"text": true
+				}
 			}
 		},
 		"styles": [],
@@ -4004,7 +4201,8 @@
 				{
 					"type": "block",
 					"blocks": [
-						"core/html"
+						"core/html",
+						"core/paragraph"
 					]
 				},
 				{
@@ -4082,6 +4280,9 @@
 			"className": {
 				"type": "string"
 			},
+			"layout": {
+				"type": "object"
+			},
 			"lock": {
 				"type": "object"
 			},
@@ -4100,14 +4301,20 @@
 			"html": false,
 			"color": {
 				"gradients": true,
-				"link": true
+				"link": true,
+				"__experimentalDefaultControls": {
+					"background": true,
+					"text": true
+				}
 			},
 			"spacing": {
+				"blockGap": true,
 				"padding": true,
 				"__experimentalDefaultControls": {
 					"padding": true
 				}
-			}
+			},
+			"__experimentalLayout": true
 		},
 		"styles": [],
 		"variations": [],
@@ -4183,6 +4390,9 @@
 			"style": {
 				"type": "object"
 			},
+			"borderColor": {
+				"type": "string"
+			},
 			"backgroundColor": {
 				"type": "string"
 			},
@@ -4195,6 +4405,9 @@
 			"className": {
 				"type": "string"
 			},
+			"layout": {
+				"type": "object"
+			},
 			"lock": {
 				"type": "object"
 			},
@@ -4216,9 +4429,14 @@
 			"html": false,
 			"color": {
 				"gradients": true,
-				"link": true
+				"link": true,
+				"__experimentalDefaultControls": {
+					"background": true,
+					"text": true
+				}
 			},
 			"spacing": {
+				"blockGap": true,
 				"margin": [
 					"top",
 					"bottom"
@@ -4227,6 +4445,27 @@
 				"__experimentalDefaultControls": {
 					"padding": true
 				}
+			},
+			"__experimentalLayout": {
+				"allowSwitching": false,
+				"allowInheriting": false,
+				"allowEditing": false,
+				"default": {
+					"type": "flex",
+					"flexWrap": "nowrap"
+				}
+			},
+			"__experimentalBorder": {
+				"color": true,
+				"radius": true,
+				"style": true,
+				"width": true,
+				"__experimentalDefaultControls": {
+					"color": true,
+					"radius": true,
+					"style": true,
+					"width": true
+				}
 			}
 		},
 		"styles": [],
@@ -4626,6 +4865,10 @@
 			"url": {
 				"type": "string"
 			},
+			"useFeaturedImage": {
+				"type": "boolean",
+				"default": false
+			},
 			"id": {
 				"type": "number"
 			},
@@ -4722,7 +4965,10 @@
 			}
 		},
 		"providesContext": {},
-		"usesContext": [],
+		"usesContext": [
+			"postId",
+			"postType"
+		],
 		"supports": {
 			"anchor": true,
 			"align": true,
@@ -4807,13 +5053,24 @@
 					"id": {
 						"type": "number"
 					},
+					"alt": {
+						"type": "string",
+						"source": "attribute",
+						"selector": "img",
+						"attribute": "alt",
+						"default": ""
+					},
 					"hasParallax": {
 						"type": "boolean",
 						"default": false
 					},
+					"isRepeated": {
+						"type": "boolean",
+						"default": false
+					},
 					"dimRatio": {
 						"type": "number",
-						"default": 50
+						"default": 100
 					},
 					"overlayColor": {
 						"type": "string"
@@ -4828,8 +5085,231 @@
 					"focalPoint": {
 						"type": "object"
 					},
-					"isRepeated": {
-						"type": "boolean",
+					"minHeight": {
+						"type": "number"
+					},
+					"minHeightUnit": {
+						"type": "string"
+					},
+					"gradient": {
+						"type": "string"
+					},
+					"customGradient": {
+						"type": "string"
+					},
+					"contentPosition": {
+						"type": "string"
+					},
+					"isDark": {
+						"type": "boolean",
+						"default": true
+					},
+					"allowedBlocks": {
+						"type": "array"
+					},
+					"templateLock": {
+						"type": [
+							"string",
+							"boolean"
+						],
+						"enum": [
+							"all",
+							"insert",
+							false
+						]
+					},
+					"align": {
+						"type": "string",
+						"enum": [
+							"left",
+							"center",
+							"right",
+							"wide",
+							"full",
+							""
+						]
+					},
+					"lock": {
+						"type": "object"
+					},
+					"anchor": {
+						"type": "string",
+						"source": "attribute",
+						"attribute": "id",
+						"selector": "*"
+					},
+					"className": {
+						"type": "string"
+					},
+					"style": {
+						"type": "object"
+					}
+				},
+				"supports": {
+					"anchor": true,
+					"align": true,
+					"html": false,
+					"spacing": {
+						"padding": true,
+						"__experimentalDefaultControls": {
+							"padding": true
+						}
+					},
+					"color": {
+						"__experimentalDuotone": "> .wp-block-cover__image-background, > .wp-block-cover__video-background",
+						"text": false,
+						"background": false
+					}
+				}
+			},
+			{
+				"attributes": {
+					"url": {
+						"type": "string"
+					},
+					"id": {
+						"type": "number"
+					},
+					"alt": {
+						"type": "string",
+						"source": "attribute",
+						"selector": "img",
+						"attribute": "alt",
+						"default": ""
+					},
+					"hasParallax": {
+						"type": "boolean",
+						"default": false
+					},
+					"isRepeated": {
+						"type": "boolean",
+						"default": false
+					},
+					"dimRatio": {
+						"type": "number",
+						"default": 100
+					},
+					"overlayColor": {
+						"type": "string"
+					},
+					"customOverlayColor": {
+						"type": "string"
+					},
+					"backgroundType": {
+						"type": "string",
+						"default": "image"
+					},
+					"focalPoint": {
+						"type": "object"
+					},
+					"minHeight": {
+						"type": "number"
+					},
+					"minHeightUnit": {
+						"type": "string"
+					},
+					"gradient": {
+						"type": "string"
+					},
+					"customGradient": {
+						"type": "string"
+					},
+					"contentPosition": {
+						"type": "string"
+					},
+					"isDark": {
+						"type": "boolean",
+						"default": true
+					},
+					"allowedBlocks": {
+						"type": "array"
+					},
+					"templateLock": {
+						"type": [
+							"string",
+							"boolean"
+						],
+						"enum": [
+							"all",
+							"insert",
+							false
+						]
+					},
+					"align": {
+						"type": "string",
+						"enum": [
+							"left",
+							"center",
+							"right",
+							"wide",
+							"full",
+							""
+						]
+					},
+					"lock": {
+						"type": "object"
+					},
+					"anchor": {
+						"type": "string",
+						"source": "attribute",
+						"attribute": "id",
+						"selector": "*"
+					},
+					"className": {
+						"type": "string"
+					},
+					"style": {
+						"type": "object"
+					}
+				},
+				"supports": {
+					"anchor": true,
+					"align": true,
+					"html": false,
+					"spacing": {
+						"padding": true,
+						"__experimentalDefaultControls": {
+							"padding": true
+						}
+					},
+					"color": {
+						"__experimentalDuotone": "> .wp-block-cover__image-background, > .wp-block-cover__video-background",
+						"text": false,
+						"background": false
+					}
+				}
+			},
+			{
+				"attributes": {
+					"url": {
+						"type": "string"
+					},
+					"id": {
+						"type": "number"
+					},
+					"hasParallax": {
+						"type": "boolean",
+						"default": false
+					},
+					"dimRatio": {
+						"type": "number",
+						"default": 50
+					},
+					"overlayColor": {
+						"type": "string"
+					},
+					"customOverlayColor": {
+						"type": "string"
+					},
+					"backgroundType": {
+						"type": "string",
+						"default": "image"
+					},
+					"focalPoint": {
+						"type": "object"
+					},
+					"isRepeated": {
+						"type": "boolean",
 						"default": false
 					},
 					"minHeight": {
@@ -6428,7 +6908,7 @@
 			},
 			{
 				"name": "wolfram-cloud",
-				"title": "Wolfram Cloud",
+				"title": "Wolfram",
 				"icon": {
 					"key": null,
 					"ref": null,
@@ -6445,7 +6925,7 @@
 					},
 					"_owner": null
 				},
-				"description": "Embed Wolfram Cloud notebook content.",
+				"description": "Embed Wolfram notebook content.",
 				"patterns": [
 					{}
 				],
@@ -6821,6 +7301,9 @@
 			"layout": {
 				"type": "object"
 			},
+			"fontSize": {
+				"type": "string"
+			},
 			"lock": {
 				"type": "object"
 			},
@@ -6842,9 +7325,17 @@
 			"html": false,
 			"color": {
 				"gradients": true,
-				"link": true
+				"link": true,
+				"__experimentalDefaultControls": {
+					"background": true,
+					"text": true
+				}
 			},
 			"spacing": {
+				"margin": [
+					"top",
+					"bottom"
+				],
 				"padding": true,
 				"blockGap": true,
 				"__experimentalDefaultControls": {
@@ -6856,44 +7347,141 @@
 				"color": true,
 				"radius": true,
 				"style": true,
-				"width": true
+				"width": true,
+				"__experimentalDefaultControls": {
+					"color": true,
+					"radius": true,
+					"style": true,
+					"width": true
+				}
+			},
+			"typography": {
+				"fontSize": true,
+				"lineHeight": true,
+				"__experimentalFontStyle": true,
+				"__experimentalFontWeight": true,
+				"__experimentalLetterSpacing": true,
+				"__experimentalTextTransform": true,
+				"__experimentalDefaultControls": {
+					"fontSize": true
+				}
 			},
 			"__experimentalLayout": true
 		},
 		"styles": [],
 		"variations": [
 			{
-				"name": "group-row",
-				"title": "Row",
-				"description": "Blocks shown in a row.",
+				"name": "group",
+				"title": "Group",
+				"description": "Gather blocks in a layout container.",
 				"attributes": {
 					"layout": {
-						"type": "flex",
-						"allowOrientation": false
+						"type": "default"
 					}
 				},
 				"scope": [
-					"inserter"
-				]
-			}
-		],
-		"apiVersion": 2,
-		"title": "Group",
-		"description": "Combine blocks into a group.",
-		"category": "design",
-		"example": {
-			"attributes": {
-				"style": {
-					"color": {
-						"text": "#000000",
-						"background": "#ffffff"
-					}
-				}
-			},
-			"innerBlocks": [
-				{
-					"name": "core/paragraph",
-					"attributes": {
+					"transform"
+				],
+				"icon": {
+					"key": null,
+					"ref": null,
+					"props": {
+						"viewBox": "0 0 24 24",
+						"xmlns": "http://www.w3.org/2000/svg",
+						"children": {
+							"key": null,
+							"ref": null,
+							"props": {
+								"d": "M18 4h-7c-1.1 0-2 .9-2 2v3H6c-1.1 0-2 .9-2 2v7c0 1.1.9 2 2 2h7c1.1 0 2-.9 2-2v-3h3c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm-4.5 14c0 .3-.2.5-.5.5H6c-.3 0-.5-.2-.5-.5v-7c0-.3.2-.5.5-.5h3V13c0 1.1.9 2 2 2h2.5v3zm0-4.5H11c-.3 0-.5-.2-.5-.5v-2.5H13c.3 0 .5.2.5.5v2.5zm5-.5c0 .3-.2.5-.5.5h-3V11c0-1.1-.9-2-2-2h-2.5V6c0-.3.2-.5.5-.5h7c.3 0 .5.2.5.5v7z"
+							},
+							"_owner": null
+						}
+					},
+					"_owner": null
+				}
+			},
+			{
+				"name": "group-row",
+				"title": "Row",
+				"description": "Arrange blocks horizontally.",
+				"attributes": {
+					"layout": {
+						"type": "flex",
+						"flexWrap": "nowrap"
+					}
+				},
+				"scope": [
+					"inserter",
+					"transform"
+				],
+				"icon": {
+					"key": null,
+					"ref": null,
+					"props": {
+						"xmlns": "http://www.w3.org/2000/svg",
+						"viewBox": "0 0 24 24",
+						"children": {
+							"key": null,
+							"ref": null,
+							"props": {
+								"d": "M9.2 6.5H4V8h5.2c.3 0 .5.2.5.5v7c0 .3-.2.5-.5.5H4v1.5h5.2c1.1 0 2-.9 2-2v-7c0-1.1-.8-2-2-2zM14.8 8H20V6.5h-5.2c-1.1 0-2 .9-2 2v7c0 1.1.9 2 2 2H20V16h-5.2c-.3 0-.5-.2-.5-.5v-7c-.1-.3.2-.5.5-.5z"
+							},
+							"_owner": null
+						}
+					},
+					"_owner": null
+				}
+			},
+			{
+				"name": "group-stack",
+				"title": "Stack",
+				"description": "Arrange blocks vertically.",
+				"attributes": {
+					"layout": {
+						"type": "flex",
+						"orientation": "vertical"
+					}
+				},
+				"scope": [
+					"inserter",
+					"transform"
+				],
+				"icon": {
+					"key": null,
+					"ref": null,
+					"props": {
+						"xmlns": "http://www.w3.org/2000/svg",
+						"viewBox": "0 0 24 24",
+						"children": {
+							"key": null,
+							"ref": null,
+							"props": {
+								"d": "M16 4v5.2c0 .3-.2.5-.5.5h-7c-.3.1-.5-.2-.5-.5V4H6.5v5.2c0 1.1.9 2 2 2h7c1.1 0 2-.9 2-2V4H16zm-.5 8.8h-7c-1.1 0-2 .9-2 2V20H8v-5.2c0-.3.2-.5.5-.5h7c.3 0 .5.2.5.5V20h1.5v-5.2c0-1.2-.9-2-2-2z"
+							},
+							"_owner": null
+						}
+					},
+					"_owner": null
+				}
+			}
+		],
+		"apiVersion": 2,
+		"title": "Group",
+		"description": "Gather blocks in a layout container.",
+		"category": "design",
+		"example": {
+			"attributes": {
+				"style": {
+					"color": {
+						"text": "#000000",
+						"background": "#ffffff"
+					}
+				}
+			},
+			"innerBlocks": [
+				{
+					"name": "core/paragraph",
+					"attributes": {
 						"customTextColor": "#cf2e2e",
 						"fontSize": "large",
 						"content": "One."
@@ -7664,7 +8252,11 @@
 			"html": false,
 			"color": {
 				"gradients": true,
-				"link": true
+				"link": true,
+				"__experimentalDefaultControls": {
+					"background": true,
+					"text": true
+				}
 			}
 		},
 		"styles": [],
@@ -8113,6 +8705,9 @@
 			"navigation"
 		],
 		"attributes": {
+			"__unstableMaxPages": {
+				"type": "number"
+			},
 			"className": {
 				"type": "string"
 			},
@@ -8242,7 +8837,11 @@
 		"supports": {
 			"anchor": true,
 			"color": {
-				"gradients": true
+				"gradients": true,
+				"__experimentalDefaultControls": {
+					"background": true,
+					"text": true
+				}
 			},
 			"typography": {
 				"fontSize": true,
@@ -8391,7 +8990,11 @@
 			"color": {
 				"gradients": true,
 				"background": true,
-				"link": true
+				"link": true,
+				"__experimentalDefaultControls": {
+					"background": true,
+					"text": true
+				}
 			},
 			"typography": {
 				"fontSize": true,
@@ -8409,7 +9012,13 @@
 				"color": true,
 				"radius": true,
 				"style": true,
-				"width": true
+				"width": true,
+				"__experimentalDefaultControls": {
+					"color": true,
+					"radius": true,
+					"style": true,
+					"width": true
+				}
 			}
 		},
 		"styles": [],
@@ -8873,12 +9482,22 @@
 			],
 			"color": {
 				"gradients": true,
-				"__experimentalSkipSerialization": true
+				"__experimentalSkipSerialization": true,
+				"__experimentalDefaultControls": {
+					"background": true,
+					"text": true
+				}
 			},
 			"__experimentalBorder": {
 				"color": true,
 				"radius": true,
-				"__experimentalSkipSerialization": true
+				"width": true,
+				"__experimentalSkipSerialization": true,
+				"__experimentalDefaultControls": {
+					"color": true,
+					"radius": true,
+					"width": true
+				}
 			},
 			"html": false
 		},
@@ -8926,11 +9545,9 @@
 			"divider"
 		],
 		"attributes": {
-			"color": {
-				"type": "string"
-			},
-			"customColor": {
-				"type": "string"
+			"opacity": {
+				"type": "string",
+				"default": "alpha-channel"
 			},
 			"align": {
 				"type": "string",
@@ -8943,6 +9560,15 @@
 					""
 				]
 			},
+			"style": {
+				"type": "object"
+			},
+			"backgroundColor": {
+				"type": "string"
+			},
+			"gradient": {
+				"type": "string"
+			},
 			"className": {
 				"type": "string"
 			},
@@ -8954,6 +9580,9 @@
 				"source": "attribute",
 				"attribute": "id",
 				"selector": "*"
+			},
+			"textColor": {
+				"type": "string"
 			}
 		},
 		"providesContext": {},
@@ -8964,7 +9593,16 @@
 				"center",
 				"wide",
 				"full"
-			]
+			],
+			"color": {
+				"__experimentalSkipSerialization": true,
+				"gradients": true,
+				"background": true,
+				"text": false,
+				"__experimentalDefaultControls": {
+					"background": true
+				}
+			}
 		},
 		"styles": [
 			{
@@ -9006,7 +9644,25 @@
 					}
 				}
 			]
-		}
+		},
+		"deprecated": [
+			{
+				"attributes": {
+					"color": {
+						"type": "string"
+					},
+					"customColor": {
+						"type": "string"
+					},
+					"lock": {
+						"type": "object"
+					},
+					"className": {
+						"type": "string"
+					}
+				}
+			}
+		]
 	},
 	{
 		"name": "core/shortcode",
@@ -9109,6 +9765,7 @@
 		"providesContext": {},
 		"usesContext": [
 			"openInNewTab",
+			"showLabels",
 			"iconColorValue",
 			"iconBackgroundColorValue"
 		],
@@ -9420,7 +10077,7 @@
 		],
 		"apiVersion": 2,
 		"title": "Social Icon",
-		"description": "Display an icon linking to a social media profile or website.",
+		"description": "Display an icon linking to a social media profile or site.",
 		"category": "widgets",
 		"parent": [
 			"core/social-links"
@@ -9473,6 +10130,10 @@
 				"type": "boolean",
 				"default": false
 			},
+			"showLabels": {
+				"type": "boolean",
+				"default": false
+			},
 			"size": {
 				"type": "string"
 			},
@@ -9508,6 +10169,7 @@
 		},
 		"providesContext": {
 			"openInNewTab": "openInNewTab",
+			"showLabels": "showLabels",
 			"iconColorValue": "iconColorValue",
 			"iconBackgroundColorValue": "iconBackgroundColorValue"
 		},
@@ -9523,12 +10185,16 @@
 			"__experimentalLayout": {
 				"allowSwitching": false,
 				"allowInheriting": false,
+				"allowVerticalAlignment": false,
 				"default": {
 					"type": "flex"
 				}
 			},
 			"spacing": {
-				"blockGap": true,
+				"blockGap": [
+					"horizontal",
+					"vertical"
+				],
 				"margin": [
 					"top",
 					"bottom"
@@ -9563,7 +10229,7 @@
 		"variations": [],
 		"apiVersion": 2,
 		"title": "Social Icons",
-		"description": "Display icons linking to your social media profiles or websites.",
+		"description": "Display icons linking to your social media profiles or sites.",
 		"category": "widgets",
 		"example": {
 			"innerBlocks": [
@@ -9916,7 +10582,11 @@
 			"align": true,
 			"color": {
 				"__experimentalSkipSerialization": true,
-				"gradients": true
+				"gradients": true,
+				"__experimentalDefaultControls": {
+					"background": true,
+					"text": true
+				}
 			},
 			"typography": {
 				"fontSize": true,
@@ -9933,7 +10603,12 @@
 				"__experimentalSkipSerialization": true,
 				"color": true,
 				"style": true,
-				"width": true
+				"width": true,
+				"__experimentalDefaultControls": {
+					"color": true,
+					"style": true,
+					"width": true
+				}
 			},
 			"__experimentalSelector": ".wp-block-table > table"
 		},
@@ -10344,6 +11019,14 @@
 				"type": "boolean",
 				"default": false
 			},
+			"smallestFontSize": {
+				"type": "string",
+				"default": "8pt"
+			},
+			"largestFontSize": {
+				"type": "string",
+				"default": "22pt"
+			},
 			"align": {
 				"type": "string",
 				"enum": [
@@ -10368,13 +11051,41 @@
 			"html": false,
 			"align": true
 		},
-		"styles": [],
+		"styles": [
+			{
+				"name": "default",
+				"label": "Default",
+				"isDefault": true
+			},
+			{
+				"name": "outline",
+				"label": "Outline"
+			}
+		],
 		"variations": [],
 		"apiVersion": 2,
 		"title": "Tag Cloud",
 		"description": "A cloud of your most used tags.",
 		"category": "widgets",
-		"example": {}
+		"example": {},
+		"transforms": {
+			"from": [
+				{
+					"type": "block",
+					"blocks": [
+						"core/categories"
+					]
+				}
+			],
+			"to": [
+				{
+					"type": "block",
+					"blocks": [
+						"core/categories"
+					]
+				}
+			]
+		}
 	},
 	{
 		"name": "core/text-columns",
@@ -10508,7 +11219,11 @@
 			"anchor": true,
 			"color": {
 				"gradients": true,
-				"link": true
+				"link": true,
+				"__experimentalDefaultControls": {
+					"background": true,
+					"text": true
+				}
 			},
 			"typography": {
 				"fontSize": true,
@@ -10858,6 +11573,10 @@
 				"type": "string",
 				"default": "mobile"
 			},
+			"hasIcon": {
+				"type": "boolean",
+				"default": true
+			},
 			"__unstableLocation": {
 				"type": "string"
 			},
@@ -10873,6 +11592,10 @@
 			"customOverlayTextColor": {
 				"type": "string"
 			},
+			"maxNestingLevel": {
+				"type": "number",
+				"default": 5
+			},
 			"align": {
 				"type": "string",
 				"enum": [
@@ -10923,7 +11646,8 @@
 			"showSubmenuIcon": "showSubmenuIcon",
 			"openSubmenusOnClick": "openSubmenusOnClick",
 			"style": "style",
-			"orientation": "orientation"
+			"orientation": "orientation",
+			"maxNestingLevel": "maxNestingLevel"
 		},
 		"usesContext": [
 			"navigationArea"
@@ -10943,22 +11667,31 @@
 				"__experimentalFontWeight": true,
 				"__experimentalTextTransform": true,
 				"__experimentalFontFamily": true,
+				"__experimentalTextDecoration": true,
+				"__experimentalSkipSerialization": [
+					"textDecoration"
+				],
 				"__experimentalDefaultControls": {
 					"fontSize": true
 				}
 			},
 			"spacing": {
+				"blockGap": true,
 				"units": [
 					"px",
 					"em",
 					"rem",
 					"vh",
 					"vw"
-				]
+				],
+				"__experimentalDefaultControls": {
+					"blockGap": true
+				}
 			},
 			"__experimentalLayout": {
 				"allowSwitching": false,
 				"allowInheriting": false,
+				"allowVerticalAlignment": false,
 				"default": {
 					"type": "flex"
 				}
@@ -11684,6 +12417,7 @@
 			"fontSize",
 			"customFontSize",
 			"showSubmenuIcon",
+			"maxNestingLevel",
 			"style"
 		],
 		"supports": {
@@ -11994,6 +12728,7 @@
 			"fontSize",
 			"customFontSize",
 			"showSubmenuIcon",
+			"maxNestingLevel",
 			"openSubmenusOnClick",
 			"style"
 		],
@@ -12116,7 +12851,7 @@
 			"align": true,
 			"alignWide": false,
 			"color": {
-				"__experimentalDuotone": "img",
+				"__experimentalDuotone": "img, .components-placeholder__illustration, .components-placeholder::before",
 				"text": false,
 				"background": false
 			}
@@ -12143,6 +12878,16 @@
 				"width": 350,
 				"className": "block-editor-block-types-list__site-logo-example"
 			}
+		},
+		"transforms": {
+			"to": [
+				{
+					"type": "block",
+					"blocks": [
+						"core/site-title"
+					]
+				}
+			]
 		}
 	},
 	{
@@ -12229,7 +12974,12 @@
 			"html": false,
 			"color": {
 				"gradients": true,
-				"link": true
+				"link": true,
+				"__experimentalDefaultControls": {
+					"background": true,
+					"text": true,
+					"link": true
+				}
 			},
 			"spacing": {
 				"padding": true,
@@ -12261,6 +13011,16 @@
 		"example": {
 			"viewportWidth": 500
 		},
+		"transforms": {
+			"to": [
+				{
+					"type": "block",
+					"blocks": [
+						"core/site-logo"
+					]
+				}
+			]
+		},
 		"deprecated": [
 			{
 				"attributes": {
@@ -12427,7 +13187,11 @@
 			],
 			"html": false,
 			"color": {
-				"gradients": true
+				"gradients": true,
+				"__experimentalDefaultControls": {
+					"background": true,
+					"text": true
+				}
 			},
 			"spacing": {
 				"margin": true,
@@ -12450,7 +13214,7 @@
 		"variations": [],
 		"apiVersion": 2,
 		"title": "Site Tagline",
-		"description": "Describe in a few words what the website is about. The tagline can be used in search results or when sharing on social networks even if it's not displayed in the theme design.",
+		"description": "Describe in a few words what the site is about. The tagline can be used in search results or when sharing on social networks even if it's not displayed in the theme design.",
 		"category": "theme",
 		"deprecated": [
 			{
@@ -12553,15 +13317,14 @@
 					"pages": 0,
 					"offset": 0,
 					"postType": "post",
-					"categoryIds": [],
-					"tagIds": [],
 					"order": "desc",
 					"orderBy": "date",
 					"author": "",
 					"search": "",
 					"exclude": [],
 					"sticky": "",
-					"inherit": true
+					"inherit": true,
+					"taxQuery": null
 				}
 			},
 			"tagName": {
@@ -12621,7 +13384,11 @@
 			"html": false,
 			"color": {
 				"gradients": true,
-				"link": true
+				"link": true,
+				"__experimentalDefaultControls": {
+					"background": true,
+					"text": true
+				}
 			},
 			"__experimentalLayout": true
 		},
@@ -12654,8 +13421,6 @@
 						"pages": 1,
 						"offset": 0,
 						"postType": "post",
-						"categoryIds": [],
-						"tagIds": [],
 						"order": "desc",
 						"orderBy": "date",
 						"author": "",
@@ -12694,8 +13459,6 @@
 						"pages": 0,
 						"offset": 0,
 						"postType": "post",
-						"categoryIds": [],
-						"tagIds": [],
 						"order": "desc",
 						"orderBy": "date",
 						"author": "",
@@ -12720,6 +13483,9 @@
 					],
 					[
 						"core/query-pagination"
+					],
+					[
+						"core/query-no-results"
 					]
 				],
 				"scope": [
@@ -12752,8 +13518,6 @@
 						"pages": 0,
 						"offset": 0,
 						"postType": "post",
-						"categoryIds": [],
-						"tagIds": [],
 						"order": "desc",
 						"orderBy": "date",
 						"author": "",
@@ -12778,6 +13542,9 @@
 					],
 					[
 						"core/query-pagination"
+					],
+					[
+						"core/query-no-results"
 					]
 				],
 				"scope": [
@@ -12810,8 +13577,6 @@
 						"pages": 0,
 						"offset": 0,
 						"postType": "post",
-						"categoryIds": [],
-						"tagIds": [],
 						"order": "desc",
 						"orderBy": "date",
 						"author": "",
@@ -12839,6 +13604,9 @@
 					],
 					[
 						"core/query-pagination"
+					],
+					[
+						"core/query-no-results"
 					]
 				],
 				"scope": [
@@ -12871,8 +13639,6 @@
 						"pages": 0,
 						"offset": 0,
 						"postType": "post",
-						"categoryIds": [],
-						"tagIds": [],
 						"order": "desc",
 						"orderBy": "date",
 						"author": "",
@@ -12900,6 +13666,9 @@
 					],
 					[
 						"core/query-pagination"
+					],
+					[
+						"core/query-no-results"
 					]
 				],
 				"scope": [
@@ -12912,6 +13681,85 @@
 		"description": "An advanced block that allows displaying post types based on different query parameters and visual configurations.",
 		"category": "theme",
 		"deprecated": [
+			{
+				"attributes": {
+					"queryId": {
+						"type": "number"
+					},
+					"query": {
+						"type": "object",
+						"default": {
+							"perPage": null,
+							"pages": 0,
+							"offset": 0,
+							"postType": "post",
+							"categoryIds": [],
+							"tagIds": [],
+							"order": "desc",
+							"orderBy": "date",
+							"author": "",
+							"search": "",
+							"exclude": [],
+							"sticky": "",
+							"inherit": true
+						}
+					},
+					"tagName": {
+						"type": "string",
+						"default": "div"
+					},
+					"displayLayout": {
+						"type": "object",
+						"default": {
+							"type": "list"
+						}
+					},
+					"align": {
+						"type": "string",
+						"enum": [
+							"left",
+							"center",
+							"right",
+							"wide",
+							"full",
+							""
+						]
+					},
+					"lock": {
+						"type": "object"
+					},
+					"className": {
+						"type": "string"
+					},
+					"backgroundColor": {
+						"type": "string"
+					},
+					"textColor": {
+						"type": "string"
+					},
+					"gradient": {
+						"type": "string"
+					},
+					"style": {
+						"type": "object"
+					},
+					"layout": {
+						"type": "object"
+					}
+				},
+				"supports": {
+					"align": [
+						"wide",
+						"full"
+					],
+					"html": false,
+					"color": {
+						"gradients": true,
+						"link": true
+					},
+					"__experimentalLayout": true
+				}
+			},
 			{
 				"attributes": {
 					"queryId": {
@@ -13079,6 +13927,106 @@
 		"description": "Edit the different global regions of your site, like the header, footer, sidebar, or create your own.",
 		"category": "theme"
 	},
+	{
+		"name": "core/avatar",
+		"icon": {
+			"src": {
+				"key": null,
+				"ref": null,
+				"props": {
+					"xmlns": "http://www.w3.org/2000/svg",
+					"viewBox": "0 0 24 24",
+					"children": {
+						"key": null,
+						"ref": null,
+						"props": {
+							"fillRule": "evenodd",
+							"d": "M7.25 16.437a6.5 6.5 0 1 1 9.5 0V16A2.75 2.75 0 0 0 14 13.25h-4A2.75 2.75 0 0 0 7.25 16v.437Zm1.5 1.193a6.47 6.47 0 0 0 3.25.87 6.47 6.47 0 0 0 3.25-.87V16c0-.69-.56-1.25-1.25-1.25h-4c-.69 0-1.25.56-1.25 1.25v1.63ZM4 12a8 8 0 1 1 16 0 8 8 0 0 1-16 0Zm10-2a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z",
+							"clipRule": "evenodd"
+						},
+						"_owner": null
+					}
+				},
+				"_owner": null
+			}
+		},
+		"keywords": [],
+		"attributes": {
+			"userId": {
+				"type": "number"
+			},
+			"size": {
+				"type": "number",
+				"default": 96
+			},
+			"isLink": {
+				"type": "boolean",
+				"default": false
+			},
+			"linkTarget": {
+				"type": "string",
+				"default": "_self"
+			},
+			"align": {
+				"type": "string",
+				"enum": [
+					"left",
+					"center",
+					"right",
+					"wide",
+					"full",
+					""
+				]
+			},
+			"style": {
+				"type": "object"
+			},
+			"borderColor": {
+				"type": "string"
+			},
+			"className": {
+				"type": "string"
+			},
+			"lock": {
+				"type": "object"
+			}
+		},
+		"providesContext": {},
+		"usesContext": [
+			"postType",
+			"postId",
+			"commentId"
+		],
+		"supports": {
+			"html": false,
+			"align": true,
+			"alignWide": false,
+			"spacing": {
+				"margin": true
+			},
+			"__experimentalBorder": {
+				"__experimentalSkipSerialization": true,
+				"radius": true,
+				"width": true,
+				"color": true,
+				"style": true,
+				"__experimentalDefaultControls": {
+					"radius": true
+				}
+			},
+			"color": {
+				"text": false,
+				"background": false,
+				"__experimentalDuotone": "img"
+			}
+		},
+		"styles": [],
+		"variations": [],
+		"apiVersion": 2,
+		"title": "Avatar",
+		"description": "Add a user's avatar.",
+		"category": "theme"
+	},
 	{
 		"name": "core/post-title",
 		"icon": {
@@ -13172,7 +14120,12 @@
 			"html": false,
 			"color": {
 				"gradients": true,
-				"link": true
+				"link": true,
+				"__experimentalDefaultControls": {
+					"background": true,
+					"text": true,
+					"link": true
+				}
 			},
 			"spacing": {
 				"margin": true
@@ -13347,7 +14300,12 @@
 			"html": false,
 			"color": {
 				"gradients": true,
-				"link": true
+				"link": true,
+				"__experimentalDefaultControls": {
+					"background": true,
+					"text": true,
+					"link": true
+				}
 			},
 			"spacing": {
 				"margin": true,
@@ -13370,7 +14328,25 @@
 		"apiVersion": 2,
 		"title": "Post Excerpt",
 		"description": "Display a post's excerpt.",
-		"category": "theme"
+		"category": "theme",
+		"transforms": {
+			"from": [
+				{
+					"type": "block",
+					"blocks": [
+						"core/post-content"
+					]
+				}
+			],
+			"to": [
+				{
+					"type": "block",
+					"blocks": [
+						"core/post-content"
+					]
+				}
+			]
+		}
 	},
 	{
 		"name": "core/post-featured-image",
@@ -13409,6 +14385,9 @@
 				"type": "string",
 				"default": "cover"
 			},
+			"sizeSlug": {
+				"type": "string"
+			},
 			"align": {
 				"type": "string",
 				"enum": [
@@ -13445,7 +14424,7 @@
 				"full"
 			],
 			"color": {
-				"__experimentalDuotone": "img",
+				"__experimentalDuotone": "img, .wp-block-post-featured-image__placeholder, .components-placeholder__illustration, .components-placeholder::before",
 				"text": false,
 				"background": false
 			},
@@ -13617,14 +14596,18 @@
 			"color": {
 				"gradients": true,
 				"link": true,
-				"__experimentalDuotone": ".wp-block-post-author__avatar img"
+				"__experimentalDuotone": ".wp-block-post-author__avatar img",
+				"__experimentalDefaultControls": {
+					"background": true,
+					"text": true
+				}
 			}
 		},
 		"styles": [],
 		"variations": [],
 		"apiVersion": 2,
 		"title": "Post Author",
-		"description": "Add the author of this post.",
+		"description": "Display post author details such as name, avatar, and bio.",
 		"category": "theme"
 	},
 	{
@@ -13705,7 +14688,12 @@
 			"html": false,
 			"color": {
 				"gradients": true,
-				"link": true
+				"link": true,
+				"__experimentalDefaultControls": {
+					"background": true,
+					"text": true,
+					"link": true
+				}
 			},
 			"typography": {
 				"fontSize": true,
@@ -13786,7 +14774,23 @@
 	{
 		"name": "core/post-terms",
 		"icon": {
-			"src": "block-default"
+			"src": {
+				"key": null,
+				"ref": null,
+				"props": {
+					"viewBox": "0 0 24 24",
+					"xmlns": "http://www.w3.org/2000/svg",
+					"children": {
+						"key": null,
+						"ref": null,
+						"props": {
+							"d": "M8.1 12.3c.1.1.3.3.5.3.2.1.4.1.6.1.2 0 .4 0 .6-.1.2-.1.4-.2.5-.3l3-3c.3-.3.5-.7.5-1.1 0-.4-.2-.8-.5-1.1L9.7 3.5c-.1-.2-.3-.3-.5-.3H5c-.4 0-.8.4-.8.8v4.2c0 .2.1.4.2.5l3.7 3.6zM5.8 4.8h3.1l3.4 3.4v.1l-3 3 .5.5-.7-.5-3.3-3.4V4.8zM4 20h9v-1.5H4V20zm0-5.5V16h16v-1.5H4z"
+						},
+						"_owner": null
+					}
+				},
+				"_owner": null
+			}
 		},
 		"keywords": [],
 		"attributes": {
@@ -13831,7 +14835,12 @@
 			"html": false,
 			"color": {
 				"gradients": true,
-				"link": true
+				"link": true,
+				"__experimentalDefaultControls": {
+					"background": true,
+					"text": true,
+					"link": true
+				}
 			},
 			"typography": {
 				"lineHeight": true,
@@ -13889,9 +14898,7 @@
 							"key": null,
 							"ref": null,
 							"props": {
-								"d": "M20 4H4v1.5h16V4zm-2 9h-3c-1.1 0-2 .9-2 2v3c0 1.1.9 2 2 2h3c1.1 0 2-.9 2-2v-3c0-1.1-.9-2-2-2zm.5 5c0 .3-.2.5-.5.5h-3c-.3 0-.5-.2-.5-.5v-3c0-.3.2-.5.5-.5h3c.3 0 .5.2.5.5v3zM4 9.5h9V8H4v1.5zM9 13H6c-1.1 0-2 .9-2 2v3c0 1.1.9 2 2 2h3c1.1 0 2-.9 2-2v-3c0-1.1-.9-2-2-2zm.5 5c0 .3-.2.5-.5.5H6c-.3 0-.5-.2-.5-.5v-3c0-.3.2-.5.5-.5h3c.3 0 .5.2.5.5v3z",
-								"fillRule": "evenodd",
-								"clipRule": "evenodd"
+								"d": "M8.1 12.3c.1.1.3.3.5.3.2.1.4.1.6.1.2 0 .4 0 .6-.1.2-.1.4-.2.5-.3l3-3c.3-.3.5-.7.5-1.1 0-.4-.2-.8-.5-1.1L9.7 3.5c-.1-.2-.3-.3-.5-.3H5c-.4 0-.8.4-.8.8v4.2c0 .2.1.4.2.5l3.7 3.6zM5.8 4.8h3.1l3.4 3.4v.1l-3 3 .5.5-.7-.5-3.3-3.4V4.8zM4 20h9v-1.5H4V20zm0-5.5V16h16v-1.5H4z"
 							},
 							"_owner": null
 						}
@@ -14095,7 +15102,7 @@
 		"apiVersion": 2,
 		"title": "Post Template",
 		"description": "Contains the block elements used to render a post, like the title, date, featured image, content or excerpt, and more.",
-		"category": "design",
+		"category": "theme",
 		"parent": [
 			"core/query"
 		]
@@ -14109,47 +15116,14 @@
 				"props": {
 					"xmlns": "http://www.w3.org/2000/svg",
 					"viewBox": "0 0 24 24",
-					"children": [
-						{
-							"key": null,
-							"ref": null,
-							"props": {
-								"x": "4",
-								"y": "10.5",
-								"width": "6",
-								"height": "3",
-								"rx": "1.5",
-								"fill": "#000"
-							},
-							"_owner": null
+					"children": {
+						"key": null,
+						"ref": null,
+						"props": {
+							"d": "M4 13.5h6v-3H4v3zm8 0h3v-3h-3v3zm5-3v3h3v-3h-3z"
 						},
-						{
-							"key": null,
-							"ref": null,
-							"props": {
-								"x": "12",
-								"y": "10.5",
-								"width": "3",
-								"height": "3",
-								"rx": "1.5",
-								"fill": "#000"
-							},
-							"_owner": null
-						},
-						{
-							"key": null,
-							"ref": null,
-							"props": {
-								"x": "17",
-								"y": "10.5",
-								"width": "3",
-								"height": "3",
-								"rx": "1.5",
-								"fill": "#000"
-							},
-							"_owner": null
-						}
-					]
+						"_owner": null
+					}
 				},
 				"_owner": null
 			}
@@ -14206,7 +15180,12 @@
 			"html": false,
 			"color": {
 				"gradients": true,
-				"link": true
+				"link": true,
+				"__experimentalDefaultControls": {
+					"background": true,
+					"text": true,
+					"link": true
+				}
 			},
 			"__experimentalLayout": {
 				"allowSwitching": false,
@@ -14221,7 +15200,7 @@
 		"apiVersion": 2,
 		"title": "Pagination",
 		"description": "Displays a paginated navigation to next/previous set of posts, when applicable.",
-		"category": "design",
+		"category": "theme",
 		"parent": [
 			"core/query"
 		],
@@ -14247,44 +15226,14 @@
 				"props": {
 					"xmlns": "http://www.w3.org/2000/svg",
 					"viewBox": "0 0 24 24",
-					"children": [
-						{
-							"key": null,
-							"ref": null,
-							"props": {
-								"x": "6",
-								"y": "10.5",
-								"width": "3",
-								"height": "3",
-								"rx": "1.5",
-								"fill": "#000"
-							},
-							"_owner": null
-						},
-						{
-							"key": null,
-							"ref": null,
-							"props": {
-								"x": "11",
-								"y": "10.5",
-								"width": "3",
-								"height": "3",
-								"rx": "1.5",
-								"fill": "#000"
-							},
-							"_owner": null
+					"children": {
+						"key": null,
+						"ref": null,
+						"props": {
+							"d": "M5 13.5h3v-3H5v3zm5 0h3v-3h-3v3zM17 9l-1 1 2 2-2 2 1 1 3-3-3-3z"
 						},
-						{
-							"key": null,
-							"ref": null,
-							"props": {
-								"d": "M16.5 9.5L19 12l-2.5 2.5",
-								"stroke": "#1E1E1E",
-								"strokeWidth": "1.5"
-							},
-							"_owner": null
-						}
-					]
+						"_owner": null
+					}
 				},
 				"_owner": null
 			}
@@ -14327,7 +15276,10 @@
 			"html": false,
 			"color": {
 				"gradients": true,
-				"text": false
+				"text": false,
+				"__experimentalDefaultControls": {
+					"background": true
+				}
 			},
 			"typography": {
 				"fontSize": true,
@@ -14346,7 +15298,7 @@
 		"apiVersion": 2,
 		"title": "Next Page",
 		"description": "Displays the next posts page link.",
-		"category": "design",
+		"category": "theme",
 		"parent": [
 			"core/query-pagination"
 		]
@@ -14360,50 +15312,40 @@
 				"props": {
 					"xmlns": "http://www.w3.org/2000/svg",
 					"viewBox": "0 0 24 24",
-					"children": [
-						{
-							"key": null,
-							"ref": null,
-							"props": {
-								"x": "4",
-								"y": "10.5",
-								"width": "6",
-								"height": "3",
-								"rx": "1.5",
-								"fill": "#000"
-							},
-							"_owner": null
-						},
-						{
-							"key": null,
-							"ref": null,
-							"props": {
-								"d": "M13.5 14v-4l-1.5.5",
-								"stroke": "#1E1E1E"
-							},
-							"_owner": null
+					"children": {
+						"key": null,
+						"ref": null,
+						"props": {
+							"d": "M4 13.5h6v-3H4v3zm8.2-2.5.8-.3V14h1V9.3l-2.2.7.4 1zm7.1-1.2c-.5-.6-1.2-.5-1.7-.4-.3.1-.5.2-.7.3l.1 1.1c.2-.2.5-.4.8-.5.3-.1.6 0 .7.1.2.3 0 .8-.2 1.1-.5.8-.9 1.6-1.4 2.5h2.7v-1h-.9c.3-.6.8-1.4.9-2.1 0-.3-.1-.8-.3-1.1z"
 						},
-						{
-							"key": null,
-							"ref": null,
-							"props": {
-								"d": "M19.266 9.805c-.473-.611-1.22-.51-1.702-.367a3.854 3.854 0 00-.718.307l.13 1.082c.192-.17.47-.422.782-.515.34-.1.578.025.668.141.21.27-.034.835-.16 1.055-.49.85-.93 1.594-1.45 2.492H19.5v-1h-.914c.277-.574.814-1.443.914-2.106.052-.343.02-.762-.234-1.09z",
-								"fill": "#1E1E1E"
-							},
-							"_owner": null
-						}
-					]
+						"_owner": null
+					}
 				},
 				"_owner": null
 			}
 		},
 		"keywords": [],
 		"attributes": {
+			"style": {
+				"type": "object"
+			},
+			"backgroundColor": {
+				"type": "string"
+			},
+			"gradient": {
+				"type": "string"
+			},
 			"className": {
 				"type": "string"
 			},
+			"fontSize": {
+				"type": "string"
+			},
 			"lock": {
 				"type": "object"
+			},
+			"textColor": {
+				"type": "string"
 			}
 		},
 		"providesContext": {},
@@ -14413,20 +15355,1293 @@
 		],
 		"supports": {
 			"reusable": false,
-			"html": false
+			"html": false,
+			"color": {
+				"gradients": true,
+				"text": false,
+				"__experimentalDefaultControls": {
+					"background": true
+				}
+			},
+			"typography": {
+				"fontSize": true,
+				"lineHeight": true,
+				"__experimentalFontStyle": true,
+				"__experimentalFontWeight": true,
+				"__experimentalLetterSpacing": true,
+				"__experimentalTextTransform": true,
+				"__experimentalDefaultControls": {
+					"fontSize": true
+				}
+			}
 		},
 		"styles": [],
 		"variations": [],
 		"apiVersion": 2,
 		"title": "Page Numbers",
 		"description": "Displays a list of page numbers for pagination",
-		"category": "design",
+		"category": "theme",
+		"parent": [
+			"core/query-pagination"
+		]
+	},
+	{
+		"name": "core/query-pagination-previous",
+		"icon": {
+			"src": {
+				"key": null,
+				"ref": null,
+				"props": {
+					"xmlns": "http://www.w3.org/2000/svg",
+					"viewBox": "0 0 24 24",
+					"children": {
+						"key": null,
+						"ref": null,
+						"props": {
+							"d": "M16 10.5v3h3v-3h-3zm-5 3h3v-3h-3v3zM7 9l-3 3 3 3 1-1-2-2 2-2-1-1z"
+						},
+						"_owner": null
+					}
+				},
+				"_owner": null
+			}
+		},
+		"keywords": [],
+		"attributes": {
+			"label": {
+				"type": "string"
+			},
+			"style": {
+				"type": "object"
+			},
+			"backgroundColor": {
+				"type": "string"
+			},
+			"gradient": {
+				"type": "string"
+			},
+			"className": {
+				"type": "string"
+			},
+			"fontSize": {
+				"type": "string"
+			},
+			"lock": {
+				"type": "object"
+			},
+			"textColor": {
+				"type": "string"
+			}
+		},
+		"providesContext": {},
+		"usesContext": [
+			"queryId",
+			"query",
+			"paginationArrow"
+		],
+		"supports": {
+			"reusable": false,
+			"html": false,
+			"color": {
+				"gradients": true,
+				"text": false,
+				"__experimentalDefaultControls": {
+					"background": true
+				}
+			},
+			"typography": {
+				"fontSize": true,
+				"lineHeight": true,
+				"__experimentalFontStyle": true,
+				"__experimentalFontWeight": true,
+				"__experimentalLetterSpacing": true,
+				"__experimentalTextTransform": true,
+				"__experimentalDefaultControls": {
+					"fontSize": true
+				}
+			}
+		},
+		"styles": [],
+		"variations": [],
+		"apiVersion": 2,
+		"title": "Previous Page",
+		"description": "Displays the previous posts page link.",
+		"category": "theme",
+		"parent": [
+			"core/query-pagination"
+		]
+	},
+	{
+		"name": "core/query-no-results",
+		"icon": {
+			"src": {
+				"key": null,
+				"ref": null,
+				"props": {
+					"viewBox": "0 0 24 24",
+					"xmlns": "http://www.w3.org/2000/svg",
+					"children": {
+						"key": null,
+						"ref": null,
+						"props": {
+							"d": "M18.1823 11.6392C18.1823 13.0804 17.0139 14.2487 15.5727 14.2487C14.3579 14.2487 13.335 13.4179 13.0453 12.2922L13.0377 12.2625L13.0278 12.2335L12.3985 10.377L12.3942 10.3785C11.8571 8.64997 10.246 7.39405 8.33961 7.39405C5.99509 7.39405 4.09448 9.29465 4.09448 11.6392C4.09448 13.9837 5.99509 15.8843 8.33961 15.8843C8.88499 15.8843 9.40822 15.781 9.88943 15.5923L9.29212 14.0697C8.99812 14.185 8.67729 14.2487 8.33961 14.2487C6.89838 14.2487 5.73003 13.0804 5.73003 11.6392C5.73003 10.1979 6.89838 9.02959 8.33961 9.02959C9.55444 9.02959 10.5773 9.86046 10.867 10.9862L10.8772 10.9836L11.4695 12.7311C11.9515 14.546 13.6048 15.8843 15.5727 15.8843C17.9172 15.8843 19.8178 13.9837 19.8178 11.6392C19.8178 9.29465 17.9172 7.39404 15.5727 7.39404C15.0287 7.39404 14.5066 7.4968 14.0264 7.6847L14.6223 9.20781C14.9158 9.093 15.2358 9.02959 15.5727 9.02959C17.0139 9.02959 18.1823 10.1979 18.1823 11.6392Z"
+						},
+						"_owner": null
+					}
+				},
+				"_owner": null
+			}
+		},
+		"keywords": [],
+		"attributes": {
+			"align": {
+				"type": "string",
+				"enum": [
+					"left",
+					"center",
+					"right",
+					"wide",
+					"full",
+					""
+				]
+			},
+			"style": {
+				"type": "object"
+			},
+			"backgroundColor": {
+				"type": "string"
+			},
+			"textColor": {
+				"type": "string"
+			},
+			"gradient": {
+				"type": "string"
+			},
+			"className": {
+				"type": "string"
+			},
+			"lock": {
+				"type": "object"
+			}
+		},
+		"providesContext": {},
+		"usesContext": [
+			"queryId",
+			"query"
+		],
+		"supports": {
+			"align": true,
+			"reusable": false,
+			"html": false,
+			"color": {
+				"gradients": true,
+				"link": true
+			}
+		},
+		"styles": [],
+		"variations": [],
+		"apiVersion": 2,
+		"title": "No results",
+		"description": "Contains the block elements used to render content when no query results are found.",
+		"category": "theme",
+		"parent": [
+			"core/query"
+		]
+	},
+	{
+		"name": "core/read-more",
+		"icon": {
+			"src": {
+				"key": null,
+				"ref": null,
+				"props": {
+					"xmlns": "http://www.w3.org/2000/svg",
+					"viewBox": "0 0 24 24",
+					"children": {
+						"key": null,
+						"ref": null,
+						"props": {
+							"d": "M15.6 7.2H14v1.5h1.6c2 0 3.7 1.7 3.7 3.7s-1.7 3.7-3.7 3.7H14v1.5h1.6c2.8 0 5.2-2.3 5.2-5.2 0-2.9-2.3-5.2-5.2-5.2zM4.7 12.4c0-2 1.7-3.7 3.7-3.7H10V7.2H8.4c-2.9 0-5.2 2.3-5.2 5.2 0 2.9 2.3 5.2 5.2 5.2H10v-1.5H8.4c-2 0-3.7-1.7-3.7-3.7zm4.6.9h5.3v-1.5H9.3v1.5z"
+						},
+						"_owner": null
+					}
+				},
+				"_owner": null
+			}
+		},
+		"keywords": [],
+		"attributes": {
+			"content": {
+				"type": "string"
+			},
+			"linkTarget": {
+				"type": "string",
+				"default": "_self"
+			},
+			"style": {
+				"type": "object"
+			},
+			"borderColor": {
+				"type": "string"
+			},
+			"backgroundColor": {
+				"type": "string"
+			},
+			"textColor": {
+				"type": "string"
+			},
+			"gradient": {
+				"type": "string"
+			},
+			"className": {
+				"type": "string"
+			},
+			"fontSize": {
+				"type": "string"
+			},
+			"lock": {
+				"type": "object"
+			},
+			"fontFamily": {
+				"type": "string"
+			}
+		},
+		"providesContext": {},
+		"usesContext": [
+			"postId"
+		],
+		"supports": {
+			"html": false,
+			"color": {
+				"gradients": true,
+				"text": true
+			},
+			"typography": {
+				"fontSize": true,
+				"lineHeight": true,
+				"__experimentalFontFamily": true,
+				"__experimentalFontWeight": true,
+				"__experimentalFontStyle": true,
+				"__experimentalTextTransform": true,
+				"__experimentalLetterSpacing": true,
+				"__experimentalTextDecoration": true,
+				"__experimentalDefaultControls": {
+					"fontSize": true,
+					"textDecoration": true
+				}
+			},
+			"spacing": {
+				"margin": [
+					"top",
+					"bottom"
+				],
+				"padding": true,
+				"__experimentalDefaultControls": {
+					"padding": true
+				}
+			},
+			"__experimentalBorder": {
+				"color": true,
+				"radius": true,
+				"width": true,
+				"__experimentalDefaultControls": {
+					"width": true
+				}
+			}
+		},
+		"styles": [],
+		"variations": [],
+		"apiVersion": 2,
+		"title": "Read More",
+		"description": "Displays the link of a post, page, or any other content-type.",
+		"category": "theme"
+	},
+	{
+		"name": "core/comment-author-name",
+		"icon": {
+			"src": {
+				"key": null,
+				"ref": null,
+				"props": {
+					"viewBox": "0 0 24 24",
+					"xmlns": "http://www.w3.org/2000/svg",
+					"children": [
+						{
+							"key": null,
+							"ref": null,
+							"props": {
+								"d": "M18 4H6c-1.1 0-2 .9-2 2v12.9c0 .6.5 1.1 1.1 1.1.3 0 .5-.1.8-.3L8.5 17H18c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm.5 11c0 .3-.2.5-.5.5H7.9l-2.4 2.4V6c0-.3.2-.5.5-.5h12c.3 0 .5.2.5.5v9z",
+								"fillRule": "evenodd",
+								"clipRule": "evenodd"
+							},
+							"_owner": null
+						},
+						{
+							"key": null,
+							"ref": null,
+							"props": {
+								"d": "M15 15V15C15 13.8954 14.1046 13 13 13L11 13C9.89543 13 9 13.8954 9 15V15",
+								"fillRule": "evenodd",
+								"clipRule": "evenodd"
+							},
+							"_owner": null
+						},
+						{
+							"key": null,
+							"ref": null,
+							"props": {
+								"cx": "12",
+								"cy": "9",
+								"r": "2",
+								"fillRule": "evenodd",
+								"clipRule": "evenodd"
+							},
+							"_owner": null
+						}
+					]
+				},
+				"_owner": null
+			}
+		},
+		"keywords": [],
+		"attributes": {
+			"isLink": {
+				"type": "boolean",
+				"default": true
+			},
+			"linkTarget": {
+				"type": "string",
+				"default": "_self"
+			},
+			"textAlign": {
+				"type": "string"
+			},
+			"fontSize": {
+				"type": "string",
+				"default": "small"
+			},
+			"style": {
+				"type": "object"
+			},
+			"backgroundColor": {
+				"type": "string"
+			},
+			"textColor": {
+				"type": "string"
+			},
+			"gradient": {
+				"type": "string"
+			},
+			"className": {
+				"type": "string"
+			},
+			"lock": {
+				"type": "object"
+			},
+			"fontFamily": {
+				"type": "string"
+			}
+		},
+		"providesContext": {},
+		"usesContext": [
+			"commentId"
+		],
+		"supports": {
+			"html": false,
+			"spacing": {
+				"margin": true,
+				"padding": true
+			},
+			"color": {
+				"gradients": true,
+				"link": true,
+				"__experimentalDefaultControls": {
+					"background": true,
+					"text": true,
+					"link": true
+				}
+			},
+			"typography": {
+				"fontSize": true,
+				"lineHeight": true,
+				"__experimentalFontFamily": true,
+				"__experimentalFontWeight": true,
+				"__experimentalFontStyle": true,
+				"__experimentalTextTransform": true,
+				"__experimentalLetterSpacing": true
+			}
+		},
+		"styles": [],
+		"variations": [],
+		"apiVersion": 2,
+		"title": "Comment Author Name",
+		"description": "Displays the name of the author of the comment.",
+		"category": "theme",
+		"ancestor": [
+			"core/comment-template"
+		],
+		"deprecated": [
+			{
+				"attributes": {
+					"isLink": {
+						"type": "boolean",
+						"default": false
+					},
+					"linkTarget": {
+						"type": "string",
+						"default": "_self"
+					},
+					"lock": {
+						"type": "object"
+					},
+					"className": {
+						"type": "string"
+					},
+					"backgroundColor": {
+						"type": "string"
+					},
+					"textColor": {
+						"type": "string"
+					},
+					"gradient": {
+						"type": "string"
+					},
+					"fontFamily": {
+						"type": "string"
+					},
+					"fontSize": {
+						"type": "string"
+					},
+					"style": {
+						"type": "object"
+					}
+				},
+				"supports": {
+					"html": false,
+					"color": {
+						"gradients": true,
+						"link": true
+					},
+					"typography": {
+						"fontSize": true,
+						"lineHeight": true,
+						"__experimentalFontFamily": true,
+						"__experimentalFontWeight": true,
+						"__experimentalFontStyle": true,
+						"__experimentalTextTransform": true,
+						"__experimentalLetterSpacing": true
+					}
+				}
+			}
+		]
+	},
+	{
+		"name": "core/comment-content",
+		"icon": {
+			"src": {
+				"key": null,
+				"ref": null,
+				"props": {
+					"viewBox": "0 0 24 24",
+					"xmlns": "http://www.w3.org/2000/svg",
+					"children": {
+						"key": null,
+						"ref": null,
+						"props": {
+							"fillRule": "evenodd",
+							"clipRule": "evenodd",
+							"d": "M6.68822 16.625L5.5 17.8145L5.5 5.5L18.5 5.5L18.5 16.625L6.68822 16.625ZM7.31 18.125L19 18.125C19.5523 18.125 20 17.6773 20 17.125L20 5C20 4.44772 19.5523 4 19 4H5C4.44772 4 4 4.44772 4 5V19.5247C4 19.8173 4.16123 20.086 4.41935 20.2237C4.72711 20.3878 5.10601 20.3313 5.35252 20.0845L7.31 18.125ZM16 9.99997H8V8.49997H16V9.99997ZM8 14H13V12.5H8V14Z"
+						},
+						"_owner": null
+					}
+				},
+				"_owner": null
+			}
+		},
+		"keywords": [],
+		"attributes": {
+			"textAlign": {
+				"type": "string"
+			},
+			"style": {
+				"type": "object"
+			},
+			"backgroundColor": {
+				"type": "string"
+			},
+			"textColor": {
+				"type": "string"
+			},
+			"gradient": {
+				"type": "string"
+			},
+			"className": {
+				"type": "string"
+			},
+			"fontSize": {
+				"type": "string"
+			},
+			"lock": {
+				"type": "object"
+			},
+			"fontFamily": {
+				"type": "string"
+			}
+		},
+		"providesContext": {},
+		"usesContext": [
+			"commentId"
+		],
+		"supports": {
+			"color": {
+				"gradients": true,
+				"link": true,
+				"__experimentalDefaultControls": {
+					"background": true,
+					"text": true
+				}
+			},
+			"typography": {
+				"fontSize": true,
+				"lineHeight": true,
+				"__experimentalFontFamily": true,
+				"__experimentalFontWeight": true,
+				"__experimentalFontStyle": true,
+				"__experimentalTextTransform": true,
+				"__experimentalLetterSpacing": true
+			},
+			"spacing": {
+				"padding": [
+					"horizontal",
+					"vertical"
+				],
+				"__experimentalDefaultControls": {
+					"padding": true
+				}
+			},
+			"html": false
+		},
+		"styles": [],
+		"variations": [],
+		"apiVersion": 2,
+		"title": "Comment Content",
+		"description": "Displays the contents of a comment.",
+		"category": "theme",
+		"ancestor": [
+			"core/comment-template"
+		]
+	},
+	{
+		"name": "core/comment-date",
+		"icon": {
+			"src": {
+				"key": null,
+				"ref": null,
+				"props": {
+					"xmlns": "http://www.w3.org/2000/svg",
+					"viewBox": "0 0 24 24",
+					"children": [
+						{
+							"key": null,
+							"ref": null,
+							"props": {
+								"d": "M11.696 13.972c.356-.546.599-.958.728-1.235a1.79 1.79 0 00.203-.783c0-.264-.077-.47-.23-.618-.148-.153-.354-.23-.618-.23-.295 0-.569.07-.82.212a3.413 3.413 0 00-.738.571l-.147-1.188c.289-.234.59-.41.903-.526.313-.117.66-.175 1.041-.175.375 0 .695.08.959.24.264.153.46.362.59.626.135.265.203.556.203.876 0 .362-.08.734-.24 1.115-.154.381-.427.87-.82 1.466l-.756 1.152H14v1.106h-4l1.696-2.609z"
+							},
+							"_owner": null
+						},
+						{
+							"key": null,
+							"ref": null,
+							"props": {
+								"d": "M19.5 7h-15v12a.5.5 0 00.5.5h14a.5.5 0 00.5-.5V7zM3 7V5a2 2 0 012-2h14a2 2 0 012 2v14a2 2 0 01-2 2H5a2 2 0 01-2-2V7z"
+							},
+							"_owner": null
+						}
+					]
+				},
+				"_owner": null
+			}
+		},
+		"keywords": [],
+		"attributes": {
+			"format": {
+				"type": "string"
+			},
+			"isLink": {
+				"type": "boolean",
+				"default": true
+			},
+			"fontSize": {
+				"type": "string",
+				"default": "small"
+			},
+			"style": {
+				"type": "object"
+			},
+			"backgroundColor": {
+				"type": "string"
+			},
+			"textColor": {
+				"type": "string"
+			},
+			"gradient": {
+				"type": "string"
+			},
+			"className": {
+				"type": "string"
+			},
+			"lock": {
+				"type": "object"
+			},
+			"fontFamily": {
+				"type": "string"
+			}
+		},
+		"providesContext": {},
+		"usesContext": [
+			"commentId"
+		],
+		"supports": {
+			"html": false,
+			"color": {
+				"gradients": true,
+				"link": true,
+				"__experimentalDefaultControls": {
+					"background": true,
+					"text": true,
+					"link": true
+				}
+			},
+			"typography": {
+				"fontSize": true,
+				"lineHeight": true,
+				"__experimentalFontFamily": true,
+				"__experimentalFontWeight": true,
+				"__experimentalFontStyle": true,
+				"__experimentalTextTransform": true,
+				"__experimentalLetterSpacing": true,
+				"__experimentalDefaultControls": {
+					"fontSize": true
+				}
+			}
+		},
+		"styles": [],
+		"variations": [],
+		"apiVersion": 2,
+		"title": "Comment Date",
+		"description": "Displays the date on which the comment was posted.",
+		"category": "theme",
+		"ancestor": [
+			"core/comment-template"
+		],
+		"deprecated": [
+			{
+				"attributes": {
+					"format": {
+						"type": "string"
+					},
+					"isLink": {
+						"type": "boolean",
+						"default": false
+					},
+					"lock": {
+						"type": "object"
+					},
+					"className": {
+						"type": "string"
+					},
+					"backgroundColor": {
+						"type": "string"
+					},
+					"textColor": {
+						"type": "string"
+					},
+					"gradient": {
+						"type": "string"
+					},
+					"fontFamily": {
+						"type": "string"
+					},
+					"fontSize": {
+						"type": "string"
+					},
+					"style": {
+						"type": "object"
+					}
+				},
+				"supports": {
+					"html": false,
+					"color": {
+						"gradients": true,
+						"link": true
+					},
+					"typography": {
+						"fontSize": true,
+						"lineHeight": true,
+						"__experimentalFontFamily": true,
+						"__experimentalFontWeight": true,
+						"__experimentalFontStyle": true,
+						"__experimentalTextTransform": true,
+						"__experimentalLetterSpacing": true
+					}
+				}
+			}
+		]
+	},
+	{
+		"name": "core/comment-edit-link",
+		"icon": {
+			"src": {
+				"key": null,
+				"ref": null,
+				"props": {
+					"width": "24",
+					"height": "24",
+					"viewBox": "0 0 24 24",
+					"xmlns": "http://www.w3.org/2000/svg",
+					"children": {
+						"key": null,
+						"ref": null,
+						"props": {
+							"d": "m6.249 11.065.44-.44h3.186l-1.5 1.5H7.31l-1.957 1.96A.792.792 0 0 1 4 13.524V5a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v1.5L12.5 8V5.5h-7v6.315l.749-.75ZM20 19.75H7v-1.5h13v1.5Zm0-12.653-8.967 9.064L8 17l.867-2.935L17.833 5 20 7.097Z"
+						},
+						"_owner": null
+					}
+				},
+				"_owner": null
+			}
+		},
+		"keywords": [],
+		"attributes": {
+			"linkTarget": {
+				"type": "string",
+				"default": "_self"
+			},
+			"textAlign": {
+				"type": "string"
+			},
+			"fontSize": {
+				"type": "string",
+				"default": "small"
+			},
+			"style": {
+				"type": "object"
+			},
+			"backgroundColor": {
+				"type": "string"
+			},
+			"gradient": {
+				"type": "string"
+			},
+			"className": {
+				"type": "string"
+			},
+			"lock": {
+				"type": "object"
+			},
+			"textColor": {
+				"type": "string"
+			},
+			"fontFamily": {
+				"type": "string"
+			}
+		},
+		"providesContext": {},
+		"usesContext": [
+			"commentId"
+		],
+		"supports": {
+			"html": false,
+			"color": {
+				"link": true,
+				"gradients": true,
+				"text": false,
+				"__experimentalDefaultControls": {
+					"background": true,
+					"link": true
+				}
+			},
+			"typography": {
+				"fontSize": true,
+				"lineHeight": true,
+				"__experimentalFontFamily": true,
+				"__experimentalFontWeight": true,
+				"__experimentalFontStyle": true,
+				"__experimentalTextTransform": true,
+				"__experimentalLetterSpacing": true
+			}
+		},
+		"styles": [],
+		"variations": [],
+		"apiVersion": 2,
+		"title": "Comment Edit Link",
+		"description": "Displays a link to edit the comment in the WordPress Dashboard. This link is only visible to users with the edit comment capability.",
+		"category": "theme",
+		"ancestor": [
+			"core/comment-template"
+		]
+	},
+	{
+		"name": "core/comment-reply-link",
+		"icon": {
+			"src": {
+				"key": null,
+				"ref": null,
+				"props": {
+					"width": "24",
+					"height": "24",
+					"viewBox": "0 0 24 24",
+					"xmlns": "http://www.w3.org/2000/svg",
+					"children": {
+						"key": null,
+						"ref": null,
+						"props": {
+							"d": "M6.68822 10.625L6.24878 11.0649L5.5 11.8145L5.5 5.5L12.5 5.5V8L14 6.5V5C14 4.44772 13.5523 4 13 4H5C4.44772 4 4 4.44771 4 5V13.5247C4 13.8173 4.16123 14.086 4.41935 14.2237C4.72711 14.3878 5.10601 14.3313 5.35252 14.0845L7.31 12.125H8.375L9.875 10.625H7.31H6.68822ZM14.5605 10.4983L11.6701 13.75H16.9975C17.9963 13.75 18.7796 14.1104 19.3553 14.7048C19.9095 15.2771 20.2299 16.0224 20.4224 16.7443C20.7645 18.0276 20.7543 19.4618 20.7487 20.2544C20.7481 20.345 20.7475 20.4272 20.7475 20.4999L19.2475 20.5001C19.2475 20.4191 19.248 20.3319 19.2484 20.2394V20.2394C19.2526 19.4274 19.259 18.2035 18.973 17.1307C18.8156 16.5401 18.586 16.0666 18.2778 15.7483C17.9909 15.4521 17.5991 15.25 16.9975 15.25H11.8106L14.5303 17.9697L13.4696 19.0303L8.96956 14.5303L13.4394 9.50171L14.5605 10.4983Z"
+						},
+						"_owner": null
+					}
+				},
+				"_owner": null
+			}
+		},
+		"keywords": [],
+		"attributes": {
+			"textAlign": {
+				"type": "string"
+			},
+			"fontSize": {
+				"type": "string",
+				"default": "small"
+			},
+			"style": {
+				"type": "object"
+			},
+			"backgroundColor": {
+				"type": "string"
+			},
+			"gradient": {
+				"type": "string"
+			},
+			"className": {
+				"type": "string"
+			},
+			"lock": {
+				"type": "object"
+			},
+			"textColor": {
+				"type": "string"
+			},
+			"fontFamily": {
+				"type": "string"
+			}
+		},
+		"providesContext": {},
+		"usesContext": [
+			"commentId"
+		],
+		"supports": {
+			"color": {
+				"gradients": true,
+				"link": true,
+				"text": false,
+				"__experimentalDefaultControls": {
+					"background": true,
+					"link": true
+				}
+			},
+			"typography": {
+				"fontSize": true,
+				"lineHeight": true,
+				"__experimentalFontFamily": true,
+				"__experimentalFontWeight": true,
+				"__experimentalFontStyle": true,
+				"__experimentalTextTransform": true,
+				"__experimentalLetterSpacing": true
+			},
+			"html": false
+		},
+		"styles": [],
+		"variations": [],
+		"apiVersion": 2,
+		"title": "Comment Reply Link",
+		"description": "Displays a link to reply to a comment.",
+		"category": "theme",
+		"ancestor": [
+			"core/comment-template"
+		]
+	},
+	{
+		"name": "core/comment-template",
+		"icon": {
+			"src": {
+				"key": null,
+				"ref": null,
+				"props": {
+					"xmlns": "http://www.w3.org/2000/svg",
+					"viewBox": "0 0 24 24",
+					"children": {
+						"key": null,
+						"ref": null,
+						"props": {
+							"d": "M18 5.5H6a.5.5 0 00-.5.5v3h13V6a.5.5 0 00-.5-.5zm.5 5H10v8h8a.5.5 0 00.5-.5v-7.5zm-10 0h-3V18a.5.5 0 00.5.5h2.5v-8zM6 4h12a2 2 0 012 2v12a2 2 0 01-2 2H6a2 2 0 01-2-2V6a2 2 0 012-2z"
+						},
+						"_owner": null
+					}
+				},
+				"_owner": null
+			}
+		},
+		"keywords": [],
+		"attributes": {
+			"align": {
+				"type": "string",
+				"enum": [
+					"left",
+					"center",
+					"right",
+					"wide",
+					"full",
+					""
+				]
+			},
+			"className": {
+				"type": "string"
+			},
+			"lock": {
+				"type": "object"
+			}
+		},
+		"providesContext": {},
+		"usesContext": [
+			"postId"
+		],
+		"supports": {
+			"reusable": false,
+			"html": false,
+			"align": true
+		},
+		"styles": [],
+		"variations": [],
+		"apiVersion": 2,
+		"title": "Comment Template",
+		"description": "Contains the block elements used to display a comment, like the title, date, author, avatar and more.",
+		"category": "design",
+		"parent": [
+			"core/comments-query-loop"
+		]
+	},
+	{
+		"name": "core/comments-query-loop",
+		"icon": {
+			"src": {
+				"key": null,
+				"ref": null,
+				"props": {
+					"xmlns": "http://www.w3.org/2000/svg",
+					"viewBox": "0 0 24 24",
+					"children": {
+						"key": null,
+						"ref": null,
+						"props": {
+							"d": "M14 10.1V4c0-.6-.4-1-1-1H5c-.6 0-1 .4-1 1v8.3c0 .3.2.7.6.8.1.1.2.1.3.1.2 0 .5-.1.6-.3l1.8-1.8H13c.6 0 1-.4 1-1zm-1.5-.5H6.7l-1.2 1.2V4.5h7v5.1zM19 12h-8c-.6 0-1 .4-1 1v6.1c0 .6.4 1 1 1h5.7l1.8 1.8c.1.2.4.3.6.3.1 0 .2 0 .3-.1.4-.1.6-.5.6-.8V13c0-.6-.4-1-1-1zm-.5 7.8l-1.2-1.2h-5.8v-5.1h7v6.3z"
+						},
+						"_owner": null
+					}
+				},
+				"_owner": null
+			}
+		},
+		"keywords": [],
+		"attributes": {
+			"tagName": {
+				"type": "string",
+				"default": "div"
+			},
+			"align": {
+				"type": "string",
+				"enum": [
+					"left",
+					"center",
+					"right",
+					"wide",
+					"full",
+					""
+				]
+			},
+			"lock": {
+				"type": "object"
+			},
+			"className": {
+				"type": "string"
+			},
+			"backgroundColor": {
+				"type": "string"
+			},
+			"textColor": {
+				"type": "string"
+			},
+			"gradient": {
+				"type": "string"
+			},
+			"style": {
+				"type": "object"
+			}
+		},
+		"providesContext": {},
+		"usesContext": [],
+		"supports": {
+			"align": [
+				"wide",
+				"full"
+			],
+			"html": false,
+			"color": {
+				"gradients": true,
+				"link": true,
+				"__experimentalDefaultControls": {
+					"background": true,
+					"text": true,
+					"link": true
+				}
+			}
+		},
+		"styles": [],
+		"variations": [],
+		"apiVersion": 2,
+		"title": "Comments Query Loop",
+		"category": "theme",
+		"description": "An advanced block that allows displaying post comments using different visual configurations."
+	},
+	{
+		"name": "core/comments-pagination",
+		"icon": {
+			"src": {
+				"key": null,
+				"ref": null,
+				"props": {
+					"xmlns": "http://www.w3.org/2000/svg",
+					"viewBox": "0 0 24 24",
+					"children": {
+						"key": null,
+						"ref": null,
+						"props": {
+							"d": "M4 13.5h6v-3H4v3zm8 0h3v-3h-3v3zm5-3v3h3v-3h-3z"
+						},
+						"_owner": null
+					}
+				},
+				"_owner": null
+			}
+		},
+		"keywords": [],
+		"attributes": {
+			"paginationArrow": {
+				"type": "string",
+				"default": "none"
+			},
+			"align": {
+				"type": "string",
+				"enum": [
+					"left",
+					"center",
+					"right",
+					"wide",
+					"full",
+					""
+				]
+			},
+			"style": {
+				"type": "object"
+			},
+			"backgroundColor": {
+				"type": "string"
+			},
+			"textColor": {
+				"type": "string"
+			},
+			"gradient": {
+				"type": "string"
+			},
+			"className": {
+				"type": "string"
+			},
+			"layout": {
+				"type": "object"
+			},
+			"lock": {
+				"type": "object"
+			}
+		},
+		"providesContext": {
+			"comments/paginationArrow": "paginationArrow"
+		},
+		"usesContext": [],
+		"supports": {
+			"align": true,
+			"reusable": false,
+			"html": false,
+			"color": {
+				"gradients": true,
+				"link": true,
+				"__experimentalDefaultControls": {
+					"background": true,
+					"text": true,
+					"link": true
+				}
+			},
+			"__experimentalLayout": {
+				"allowSwitching": false,
+				"allowInheriting": false,
+				"default": {
+					"type": "flex"
+				}
+			}
+		},
+		"styles": [],
+		"variations": [],
+		"apiVersion": 2,
+		"title": "Comments Pagination",
+		"description": "Displays a paginated navigation to next/previous set of comments, when applicable.",
+		"category": "theme",
+		"parent": [
+			"core/comments-query-loop"
+		]
+	},
+	{
+		"name": "core/comments-pagination-next",
+		"icon": {
+			"src": {
+				"key": null,
+				"ref": null,
+				"props": {
+					"xmlns": "http://www.w3.org/2000/svg",
+					"viewBox": "0 0 24 24",
+					"children": {
+						"key": null,
+						"ref": null,
+						"props": {
+							"d": "M5 13.5h3v-3H5v3zm5 0h3v-3h-3v3zM17 9l-1 1 2 2-2 2 1 1 3-3-3-3z"
+						},
+						"_owner": null
+					}
+				},
+				"_owner": null
+			}
+		},
+		"keywords": [],
+		"attributes": {
+			"label": {
+				"type": "string"
+			},
+			"style": {
+				"type": "object"
+			},
+			"backgroundColor": {
+				"type": "string"
+			},
+			"gradient": {
+				"type": "string"
+			},
+			"className": {
+				"type": "string"
+			},
+			"fontSize": {
+				"type": "string"
+			},
+			"lock": {
+				"type": "object"
+			},
+			"textColor": {
+				"type": "string"
+			}
+		},
+		"providesContext": {},
+		"usesContext": [
+			"postId",
+			"comments/paginationArrow"
+		],
+		"supports": {
+			"reusable": false,
+			"html": false,
+			"color": {
+				"gradients": true,
+				"text": false,
+				"__experimentalDefaultControls": {
+					"background": true
+				}
+			},
+			"typography": {
+				"fontSize": true,
+				"lineHeight": true,
+				"__experimentalFontStyle": true,
+				"__experimentalFontWeight": true,
+				"__experimentalLetterSpacing": true,
+				"__experimentalTextTransform": true,
+				"__experimentalDefaultControls": {
+					"fontSize": true
+				}
+			}
+		},
+		"styles": [],
+		"variations": [],
+		"apiVersion": 2,
+		"title": "Next Page",
+		"description": "Displays the next comment's page link.",
+		"category": "theme",
+		"parent": [
+			"core/comments-pagination"
+		]
+	},
+	{
+		"name": "core/comments-pagination-numbers",
+		"icon": {
+			"src": {
+				"key": null,
+				"ref": null,
+				"props": {
+					"xmlns": "http://www.w3.org/2000/svg",
+					"viewBox": "0 0 24 24",
+					"children": {
+						"key": null,
+						"ref": null,
+						"props": {
+							"d": "M4 13.5h6v-3H4v3zm8.2-2.5.8-.3V14h1V9.3l-2.2.7.4 1zm7.1-1.2c-.5-.6-1.2-.5-1.7-.4-.3.1-.5.2-.7.3l.1 1.1c.2-.2.5-.4.8-.5.3-.1.6 0 .7.1.2.3 0 .8-.2 1.1-.5.8-.9 1.6-1.4 2.5h2.7v-1h-.9c.3-.6.8-1.4.9-2.1 0-.3-.1-.8-.3-1.1z"
+						},
+						"_owner": null
+					}
+				},
+				"_owner": null
+			}
+		},
+		"keywords": [],
+		"attributes": {
+			"className": {
+				"type": "string"
+			},
+			"lock": {
+				"type": "object"
+			}
+		},
+		"providesContext": {},
+		"usesContext": [
+			"postId"
+		],
+		"supports": {
+			"reusable": false,
+			"html": false
+		},
+		"styles": [],
+		"variations": [],
+		"apiVersion": 2,
+		"title": "Page Numbers",
+		"description": "Displays a list of page numbers for comments pagination.",
+		"category": "theme",
 		"parent": [
-			"core/query-pagination"
+			"core/comments-pagination"
 		]
 	},
 	{
-		"name": "core/query-pagination-previous",
+		"name": "core/comments-pagination-previous",
 		"icon": {
 			"src": {
 				"key": null,
@@ -14434,46 +16649,14 @@
 				"props": {
 					"xmlns": "http://www.w3.org/2000/svg",
 					"viewBox": "0 0 24 24",
-					"children": [
-						{
-							"key": null,
-							"ref": null,
-							"props": {
-								"x": "18",
-								"y": "13.5",
-								"width": "3",
-								"height": "3",
-								"rx": "1.5",
-								"transform": "rotate(-180 18 13.5)",
-								"fill": "#000"
-							},
-							"_owner": null
-						},
-						{
-							"key": null,
-							"ref": null,
-							"props": {
-								"x": "13",
-								"y": "13.5",
-								"width": "3",
-								"height": "3",
-								"rx": "1.5",
-								"transform": "rotate(-180 13 13.5)",
-								"fill": "#000"
-							},
-							"_owner": null
+					"children": {
+						"key": null,
+						"ref": null,
+						"props": {
+							"d": "M16 10.5v3h3v-3h-3zm-5 3h3v-3h-3v3zM7 9l-3 3 3 3 1-1-2-2 2-2-1-1z"
 						},
-						{
-							"key": null,
-							"ref": null,
-							"props": {
-								"d": "M7.5 14.5L5 12l2.5-2.5",
-								"stroke": "#1E1E1E",
-								"strokeWidth": "1.5"
-							},
-							"_owner": null
-						}
-					]
+						"_owner": null
+					}
 				},
 				"_owner": null
 			}
@@ -14507,16 +16690,18 @@
 		},
 		"providesContext": {},
 		"usesContext": [
-			"queryId",
-			"query",
-			"paginationArrow"
+			"postId",
+			"comments/paginationArrow"
 		],
 		"supports": {
 			"reusable": false,
 			"html": false,
 			"color": {
 				"gradients": true,
-				"text": false
+				"text": false,
+				"__experimentalDefaultControls": {
+					"background": true
+				}
 			},
 			"typography": {
 				"fontSize": true,
@@ -14534,10 +16719,10 @@
 		"variations": [],
 		"apiVersion": 2,
 		"title": "Previous Page",
-		"description": "Displays the previous posts page link.",
-		"category": "design",
+		"description": "Displays the previous comment's page link.",
+		"category": "theme",
 		"parent": [
-			"core/query-pagination"
+			"core/comments-pagination"
 		]
 	},
 	{
@@ -14623,16 +16808,83 @@
 			},
 			"color": {
 				"gradients": true,
-				"link": true
-			}
+				"link": true,
+				"__experimentalDefaultControls": {
+					"background": true,
+					"text": true
+				}
+			},
+			"inserter": false
 		},
 		"styles": [],
 		"variations": [],
 		"apiVersion": 2,
-		"title": "Post Comments",
-		"description": "Display a post's comments.",
+		"title": "Post Comments (deprecated)",
+		"description": "This block is deprecated. Please use the Comments Query Loop block instead.",
 		"category": "theme"
 	},
+	{
+		"name": "core/home-link",
+		"icon": {
+			"src": {
+				"key": null,
+				"ref": null,
+				"props": {
+					"xmlns": "http://www.w3.org/2000/svg",
+					"viewBox": "0 0 24 24",
+					"children": {
+						"key": null,
+						"ref": null,
+						"props": {
+							"d": "M12 4L4 7.9V20h16V7.9L12 4zm6.5 14.5H14V13h-4v5.5H5.5V8.8L12 5.7l6.5 3.1v9.7z"
+						},
+						"_owner": null
+					}
+				},
+				"_owner": null
+			}
+		},
+		"keywords": [],
+		"attributes": {
+			"label": {
+				"type": "string"
+			},
+			"className": {
+				"type": "string"
+			},
+			"lock": {
+				"type": "object"
+			}
+		},
+		"providesContext": {},
+		"usesContext": [
+			"textColor",
+			"customTextColor",
+			"backgroundColor",
+			"customBackgroundColor",
+			"fontSize",
+			"customFontSize",
+			"style"
+		],
+		"supports": {
+			"reusable": false,
+			"html": false
+		},
+		"styles": [],
+		"variations": [],
+		"apiVersion": 2,
+		"title": "Home Link",
+		"description": "Create a link that always points to the homepage of the site. Usually not necessary if there is already a site title link present in the header.",
+		"category": "design",
+		"parent": [
+			"core/navigation"
+		],
+		"example": {
+			"attributes": {
+				"label": "Home Link"
+			}
+		}
+	},
 	{
 		"name": "core/loginout",
 		"icon": {
@@ -14699,27 +16951,14 @@
 				"props": {
 					"xmlns": "http://www.w3.org/2000/svg",
 					"viewBox": "0 0 24 24",
-					"children": [
-						{
-							"key": null,
-							"ref": null,
-							"props": {
-								"stroke": "#1E1E1E",
-								"strokeWidth": "1.5",
-								"d": "M9 19.25h6M4 19.25h4M12 15.25h8M4 15.25h7"
-							},
-							"_owner": null
+					"children": {
+						"key": null,
+						"ref": null,
+						"props": {
+							"d": "M6.08 10.103h2.914L9.657 12h1.417L8.23 4H6.846L4 12h1.417l.663-1.897Zm1.463-4.137.994 2.857h-2l1.006-2.857ZM11 16H4v-1.5h7V16Zm1 0h8v-1.5h-8V16Zm-4 4H4v-1.5h4V20Zm7-1.5V20H9v-1.5h6Z"
 						},
-						{
-							"key": null,
-							"ref": null,
-							"props": {
-								"d": "M8.994 10.103H6.08L5.417 12H4l2.846-8h1.383l2.845 8H9.657l-.663-1.897zm-.457-1.28l-.994-2.857-1.006 2.857h2z",
-								"fill": "#1E1E1E"
-							},
-							"_owner": null
-						}
-					]
+						"_owner": null
+					}
 				},
 				"_owner": null
 			}
@@ -14768,7 +17007,11 @@
 			],
 			"html": false,
 			"color": {
-				"link": true
+				"link": true,
+				"__experimentalDefaultControls": {
+					"background": true,
+					"text": true
+				}
 			},
 			"typography": {
 				"fontSize": true,
@@ -14788,7 +17031,23 @@
 	{
 		"name": "core/query-title",
 		"icon": {
-			"src": "block-default"
+			"src": {
+				"key": null,
+				"ref": null,
+				"props": {
+					"viewBox": "0 0 24 24",
+					"xmlns": "http://www.w3.org/2000/svg",
+					"children": {
+						"key": null,
+						"ref": null,
+						"props": {
+							"d": "M4 20h9v-1.5H4V20zm0-5.5V16h16v-1.5H4zm1.3-2.9c.6.3 1.3.5 2 .5.8 0 1.4-.2 2-.5.1 0 .1-.1.2-.2l.8.7.9-1-.8-.7.3-.3a5.09 5.09 0 0 0 0-4.4c-.2-.6-.7-1-1.3-1.4-.6-.3-1.3-.5-2-.5-.8 0-1.4.2-2 .5-.7.4-1.1.8-1.5 1.5-.3.6-.5 1.3-.5 2.2 0 .8.2 1.6.5 2.2.4.6.8 1.1 1.4 1.4zm-.1-5c.2-.4.5-.7.8-1s.8-.4 1.3-.4 1 .1 1.3.4.6.6.8 1c.3.4.4.8.4 1.4 0 .5-.1 1-.3 1.4v.1l-1-.9-.9 1 .9.9c-.3.2-.7.3-1.2.3s-1-.1-1.3-.4c-.4-.2-.6-.6-.8-1C5 9 4.9 8.5 4.9 8c0-.6.1-1 .3-1.4z"
+						},
+						"_owner": null
+					}
+				},
+				"_owner": null
+			}
 		},
 		"keywords": [],
 		"attributes": {
@@ -14847,7 +17106,11 @@
 			],
 			"html": false,
 			"color": {
-				"gradients": true
+				"gradients": true,
+				"__experimentalDefaultControls": {
+					"background": true,
+					"text": true
+				}
 			},
 			"spacing": {
 				"margin": true
@@ -14880,27 +17143,14 @@
 					"props": {
 						"viewBox": "0 0 24 24",
 						"xmlns": "http://www.w3.org/2000/svg",
-						"children": [
-							{
-								"key": null,
-								"ref": null,
-								"props": {
-									"stroke": "#1E1E1E",
-									"strokeWidth": "1.5",
-									"d": "M4 19.25h9M4 15.25h16"
-								},
-								"_owner": null
+						"children": {
+							"key": null,
+							"ref": null,
+							"props": {
+								"d": "M6.08 10.103h2.914L9.657 12h1.417L8.23 4H6.846L4 12h1.417l.663-1.897Zm1.463-4.137.994 2.857h-2l1.006-2.857ZM20 16H4v-1.5h16V16Zm-7 4H4v-1.5h9V20Z"
 							},
-							{
-								"key": null,
-								"ref": null,
-								"props": {
-									"d": "M8.994 10.103H6.08L5.417 12H4l2.846-8h1.383l2.845 8H9.657l-.663-1.897zm-.457-1.28l-.994-2.857-1.006 2.857h2z",
-									"fill": "#1E1E1E"
-								},
-								"_owner": null
-							}
-						]
+							"_owner": null
+						}
 					},
 					"_owner": null
 				},
@@ -14985,5 +17235,96 @@
 				}
 			}
 		]
+	},
+	{
+		"name": "core/post-author-biography",
+		"icon": {
+			"src": {
+				"key": null,
+				"ref": null,
+				"props": {
+					"viewBox": "0 0 24 24",
+					"xmlns": "http://www.w3.org/2000/svg",
+					"children": {
+						"key": null,
+						"ref": null,
+						"props": {
+							"d": "M10 4.5a1 1 0 11-2 0 1 1 0 012 0zm1.5 0a2.5 2.5 0 11-5 0 2.5 2.5 0 015 0zm2.25 7.5v-1A2.75 2.75 0 0011 8.25H7A2.75 2.75 0 004.25 11v1h1.5v-1c0-.69.56-1.25 1.25-1.25h4c.69 0 1.25.56 1.25 1.25v1h1.5zM4 20h9v-1.5H4V20zm16-4H4v-1.5h16V16z",
+							"fillRule": "evenodd",
+							"clipRule": "evenodd"
+						},
+						"_owner": null
+					}
+				},
+				"_owner": null
+			}
+		},
+		"keywords": [],
+		"attributes": {
+			"textAlign": {
+				"type": "string"
+			},
+			"style": {
+				"type": "object"
+			},
+			"backgroundColor": {
+				"type": "string"
+			},
+			"textColor": {
+				"type": "string"
+			},
+			"gradient": {
+				"type": "string"
+			},
+			"className": {
+				"type": "string"
+			},
+			"fontSize": {
+				"type": "string"
+			},
+			"lock": {
+				"type": "object"
+			},
+			"fontFamily": {
+				"type": "string"
+			}
+		},
+		"providesContext": {},
+		"usesContext": [
+			"postType",
+			"postId"
+		],
+		"supports": {
+			"spacing": {
+				"margin": true,
+				"padding": true
+			},
+			"color": {
+				"gradients": true,
+				"link": true,
+				"__experimentalDefaultControls": {
+					"background": true,
+					"text": true
+				}
+			},
+			"typography": {
+				"fontSize": true,
+				"lineHeight": true,
+				"__experimentalFontFamily": true,
+				"__experimentalFontWeight": true,
+				"__experimentalFontStyle": true,
+				"__experimentalTextTransform": true,
+				"__experimentalLetterSpacing": true,
+				"__experimentalDefaultControls": {
+					"fontSize": true
+				}
+			}
+		},
+		"styles": [],
+		"variations": [],
+		"apiVersion": 2,
+		"title": "Post Author Biography",
+		"description": "The author biography.",
+		"category": "theme"
 	}
 ]
\ No newline at end of file
-- 
2.32.0 (Apple Git-132)

@fabiankaegy
Copy link
Member Author

Editor Settings

No notable changes were identified.

View Complete Diff
diff --git a/comparisson/editor-settings.json b/comparisson/editor-settings.json
index 7c77305..8f09cb4 100644
--- a/comparisson/editor-settings.json
+++ b/comparisson/editor-settings.json
@@ -74,658 +74,660 @@
 	"allowedBlockTypes": true,
 	"maxUploadFileSize": 0,
 	"allowedMimeTypes": null,
+	"canLockBlocks": true,
 	"__experimentalCanUserUseUnfilteredHTML": true,
 	"__experimentalBlockDirectory": false,
 	"__mobileEnablePageTemplates": false,
@@ -1157,8 +1114,8 @@
 		}
 	],
 	"__experimentalSpotlightEntityBlocks": [],
-	"__experimentalGenerateAnchors": false,
 	"__unstableGalleryWithImageBlocks": true,
+	"generateAnchors": false,
 	"gradients": [
 		{
 			"slug": "vertical-secondary-to-tertiary",
@@ -1201,6 +1158,19 @@
 			"name": "Diagonal background to tertiary"
 		}
 	],
+	"__unstableResolvedAssets": {
+		"styles": "<link rel='stylesheet' id='wp-components-css'  href='http://localhost:8888/wp-includes/css/dist/components/style.min.css?ver=6.0-beta2' media='all' />\\n<link rel='stylesheet' id='wp-block-editor-css'  href='http://localhost:8888/wp-includes/css/dist/block-editor/style.min.css?ver=6.0-beta2' media='all' />\\n<link rel='stylesheet' id='wp-block-library-css'  href='http://localhost:8888/wp-includes/css/dist/block-library/style.min.css?ver=6.0-beta2' media='all' />\\n<style id='wp-block-library-inline-css'>\\n\\n\\t\\t@font-face{\\n\\t\\t\\tfont-family: 'Source Serif Pro';\\n\\t\\t\\tfont-weight: 200 900;\\n\\t\\t\\tfont-style: normal;\\n\\t\\t\\tfont-stretch: normal;\\n\\t\\t\\tfont-display: swap;\\n\\t\\t\\tsrc: url('http://localhost:8888/wp-content/themes/twentytwentytwo/assets/fonts/SourceSerif4Variable-Roman.ttf.woff2') format('woff2');\\n\\t\\t}\\n\\n\\t\\t@font-face{\\n\\t\\t\\tfont-family: 'Source Serif Pro';\\n\\t\\t\\tfont-weight: 200 900;\\n\\t\\t\\tfont-style: italic;\\n\\t\\t\\tfont-stretch: normal;\\n\\t\\t\\tfont-display: swap;\\n\\t\\t\\tsrc: url('http://localhost:8888/wp-content/themes/twentytwentytwo/assets/fonts/SourceSerif4Variable-Italic.ttf.woff2') format('woff2');\\n\\t\\t}\\n\\t\\t\\n</style>\\n<link rel='stylesheet' id='wp-block-library-theme-css'  href='http://localhost:8888/wp-includes/css/dist/block-library/theme.min.css?ver=6.0-beta2' media='all' />\\n<link rel='stylesheet' id='wp-nux-css'  href='http://localhost:8888/wp-includes/css/dist/nux/style.min.css?ver=6.0-beta2' media='all' />\\n<link rel='stylesheet' id='wp-reusable-blocks-css'  href='http://localhost:8888/wp-includes/css/dist/reusable-blocks/style.min.css?ver=6.0-beta2' media='all' />\\n<link rel='stylesheet' id='wp-editor-css'  href='http://localhost:8888/wp-includes/css/dist/editor/style.min.css?ver=6.0-beta2' media='all' />\\n<link rel='stylesheet' id='wp-edit-blocks-css'  href='http://localhost:8888/wp-includes/css/dist/block-library/editor.min.css?ver=6.0-beta2' media='all' />\\n",
+		"scripts": ""
+	},
+	"__experimentalDiscussionSettings": {
+		"commentOrder": "asc",
+		"commentsPerPage": "50",
+		"defaultCommentsPage": "newest",
+		"pageComments": "0",
+		"threadComments": "1",
+		"threadCommentsDepth": "5",
+		"avatarURL": "http://0.gravatar.com/avatar/?s=96&d=mm&f=y&r=g"
+	},
 	"__experimentalFeatures": {
 		"appearanceTools": false,
 		"border": {
@@ -1212,6 +1182,7 @@
 		"color": {
 			"background": true,
 			"customDuotone": true,
+			"defaultDuotone": true,
 			"defaultGradients": true,
 			"defaultPalette": true,
 			"duotone": {
@@ -1687,24 +1658,29 @@
 	"styles": [
 		{
 			"css": "body{--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--color--foreground: #000000;--wp--preset--color--background: #ffffff;--wp--preset--color--primary: #1a4548;--wp--preset--color--secondary: #ffe2c7;--wp--preset--color--tertiary: #F6F6F6;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--gradient--vertical-secondary-to-tertiary: linear-gradient(to bottom,var(--wp--preset--color--secondary) 0%,var(--wp--preset--color--tertiary) 100%);--wp--preset--gradient--vertical-secondary-to-background: linear-gradient(to bottom,var(--wp--preset--color--secondary) 0%,var(--wp--preset--color--background) 100%);--wp--preset--gradient--vertical-tertiary-to-background: linear-gradient(to bottom,var(--wp--preset--color--tertiary) 0%,var(--wp--preset--color--background) 100%);--wp--preset--gradient--diagonal-primary-to-foreground: linear-gradient(to bottom right,var(--wp--preset--color--primary) 0%,var(--wp--preset--color--foreground) 100%);--wp--preset--gradient--diagonal-secondary-to-background: linear-gradient(to bottom right,var(--wp--preset--color--secondary) 50%,var(--wp--preset--color--background) 50%);--wp--preset--gradient--diagonal-background-to-secondary: linear-gradient(to bottom right,var(--wp--preset--color--background) 50%,var(--wp--preset--color--secondary) 50%);--wp--preset--gradient--diagonal-tertiary-to-background: linear-gradient(to bottom right,var(--wp--preset--color--tertiary) 50%,var(--wp--preset--color--background) 50%);--wp--preset--gradient--diagonal-background-to-tertiary: linear-gradient(to bottom right,var(--wp--preset--color--background) 50%,var(--wp--preset--color--tertiary) 50%);--wp--preset--duotone--dark-grayscale: url('#wp-duotone-dark-grayscale');--wp--preset--duotone--grayscale: url('#wp-duotone-grayscale');--wp--preset--duotone--purple-yellow: url('#wp-duotone-purple-yellow');--wp--preset--duotone--blue-red: url('#wp-duotone-blue-red');--wp--preset--duotone--midnight: url('#wp-duotone-midnight');--wp--preset--duotone--magenta-yellow: url('#wp-duotone-magenta-yellow');--wp--preset--duotone--purple-green: url('#wp-duotone-purple-green');--wp--preset--duotone--blue-orange: url('#wp-duotone-blue-orange');--wp--preset--duotone--foreground-and-background: url('#wp-duotone-foreground-and-background');--wp--preset--duotone--foreground-and-secondary: url('#wp-duotone-foreground-and-secondary');--wp--preset--duotone--foreground-and-tertiary: url('#wp-duotone-foreground-and-tertiary');--wp--preset--duotone--primary-and-background: url('#wp-duotone-primary-and-background');--wp--preset--duotone--primary-and-secondary: url('#wp-duotone-primary-and-secondary');--wp--preset--duotone--primary-and-tertiary: url('#wp-duotone-primary-and-tertiary');--wp--preset--font-size--small: 1rem;--wp--preset--font-size--medium: 1.125rem;--wp--preset--font-size--large: 1.75rem;--wp--preset--font-size--x-large: clamp(1.75rem, 3vw, 2.25rem);--wp--preset--font-family--system-font: -apple-system,BlinkMacSystemFont,\\\"Segoe UI\\\",Roboto,Oxygen-Sans,Ubuntu,Cantarell,\\\"Helvetica Neue\\\",sans-serif;--wp--preset--font-family--source-serif-pro: \\\"Source Serif Pro\\\", serif;--wp--custom--spacing--small: max(1.25rem, 5vw);--wp--custom--spacing--medium: clamp(2rem, 8vw, calc(4 * var(--wp--style--block-gap)));--wp--custom--spacing--large: clamp(4rem, 10vw, 8rem);--wp--custom--spacing--outer: var(--wp--custom--spacing--small, 1.25rem);--wp--custom--typography--font-size--huge: clamp(2.25rem, 4vw, 2.75rem);--wp--custom--typography--font-size--gigantic: clamp(2.75rem, 6vw, 3.25rem);--wp--custom--typography--font-size--colossal: clamp(3.25rem, 8vw, 6.25rem);--wp--custom--typography--line-height--tiny: 1.15;--wp--custom--typography--line-height--small: 1.2;--wp--custom--typography--line-height--medium: 1.4;--wp--custom--typography--line-height--normal: 1.6;}",
-			"__unstableType": "presets"
+			"__unstableType": "presets",
+			"isGlobalStyles": true
 		},
 		{
 			"css": ".has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-foreground-color{color: var(--wp--preset--color--foreground) !important;}.has-background-color{color: var(--wp--preset--color--background) !important;}.has-primary-color{color: var(--wp--preset--color--primary) !important;}.has-secondary-color{color: var(--wp--preset--color--secondary) !important;}.has-tertiary-color{color: var(--wp--preset--color--tertiary) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-foreground-background-color{background-color: var(--wp--preset--color--foreground) !important;}.has-background-background-color{background-color: var(--wp--preset--color--background) !important;}.has-primary-background-color{background-color: var(--wp--preset--color--primary) !important;}.has-secondary-background-color{background-color: var(--wp--preset--color--secondary) !important;}.has-tertiary-background-color{background-color: var(--wp--preset--color--tertiary) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-foreground-border-color{border-color: var(--wp--preset--color--foreground) !important;}.has-background-border-color{border-color: var(--wp--preset--color--background) !important;}.has-primary-border-color{border-color: var(--wp--preset--color--primary) !important;}.has-secondary-border-color{border-color: var(--wp--preset--color--secondary) !important;}.has-tertiary-border-color{border-color: var(--wp--preset--color--tertiary) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-vertical-secondary-to-tertiary-gradient-background{background: var(--wp--preset--gradient--vertical-secondary-to-tertiary) !important;}.has-vertical-secondary-to-background-gradient-background{background: var(--wp--preset--gradient--vertical-secondary-to-background) !important;}.has-vertical-tertiary-to-background-gradient-background{background: var(--wp--preset--gradient--vertical-tertiary-to-background) !important;}.has-diagonal-primary-to-foreground-gradient-background{background: var(--wp--preset--gradient--diagonal-primary-to-foreground) !important;}.has-diagonal-secondary-to-background-gradient-background{background: var(--wp--preset--gradient--diagonal-secondary-to-background) !important;}.has-diagonal-background-to-secondary-gradient-background{background: var(--wp--preset--gradient--diagonal-background-to-secondary) !important;}.has-diagonal-tertiary-to-background-gradient-background{background: var(--wp--preset--gradient--diagonal-tertiary-to-background) !important;}.has-diagonal-background-to-tertiary-gradient-background{background: var(--wp--preset--gradient--diagonal-background-to-tertiary) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}.has-system-font-font-family{font-family: var(--wp--preset--font-family--system-font) !important;}.has-source-serif-pro-font-family{font-family: var(--wp--preset--font-family--source-serif-pro) !important;}",
-			"__unstableType": "presets"
+			"__unstableType": "presets",
+			"isGlobalStyles": true
 		},
 		{
-			"css": "body { margin: 0; }body{background-color: var(--wp--preset--color--background);color: var(--wp--preset--color--foreground);font-family: var(--wp--preset--font-family--system-font);font-size: var(--wp--preset--font-size--medium);line-height: var(--wp--custom--typography--line-height--normal);--wp--style--block-gap: 1.5rem;}.wp-site-blocks > .alignleft { float: left; margin-right: 2em; }.wp-site-blocks > .alignright { float: right; margin-left: 2em; }.wp-site-blocks > .aligncenter { justify-content: center; margin-left: auto; margin-right: auto; }.wp-site-blocks > * { margin-top: 0; margin-bottom: 0; }.wp-site-blocks > * + * { margin-top: var( --wp--style--block-gap ); }h1{font-family: var(--wp--preset--font-family--source-serif-pro);font-size: var(--wp--custom--typography--font-size--colossal);font-weight: 300;line-height: var(--wp--custom--typography--line-height--tiny);}h2{font-family: var(--wp--preset--font-family--source-serif-pro);font-size: var(--wp--custom--typography--font-size--gigantic);font-weight: 300;line-height: var(--wp--custom--typography--line-height--small);}h3{font-family: var(--wp--preset--font-family--source-serif-pro);font-size: var(--wp--custom--typography--font-size--huge);font-weight: 300;line-height: var(--wp--custom--typography--line-height--tiny);}h4{font-family: var(--wp--preset--font-family--source-serif-pro);font-size: var(--wp--preset--font-size--x-large);font-weight: 300;line-height: var(--wp--custom--typography--line-height--tiny);}h5{font-family: var(--wp--preset--font-family--system-font);font-size: var(--wp--preset--font-size--medium);font-weight: 700;line-height: var(--wp--custom--typography--line-height--normal);text-transform: uppercase;}h6{font-family: var(--wp--preset--font-family--system-font);font-size: var(--wp--preset--font-size--medium);font-weight: 400;line-height: var(--wp--custom--typography--line-height--normal);text-transform: uppercase;}a{color: var(--wp--preset--color--foreground);}.wp-block-button__link{background-color: var(--wp--preset--color--primary);border-radius: 0;color: var(--wp--preset--color--background);font-size: var(--wp--preset--font-size--medium);}.wp-block-post-title{font-family: var(--wp--preset--font-family--source-serif-pro);font-size: var(--wp--custom--typography--font-size--gigantic);font-weight: 300;line-height: var(--wp--custom--typography--line-height--tiny);}.wp-block-post-comments{padding-top: var(--wp--custom--spacing--small);}.wp-block-pullquote{border-width: 1px 0;}.wp-block-query-title{font-family: var(--wp--preset--font-family--source-serif-pro);font-size: var(--wp--custom--typography--font-size--gigantic);font-weight: 300;line-height: var(--wp--custom--typography--line-height--small);}.wp-block-quote{border-width: 1px;}.wp-block-site-title{font-family: var(--wp--preset--font-family--system-font);font-size: var(--wp--preset--font-size--medium);font-weight: normal;line-height: var(--wp--custom--typography--line-height--normal);}",
-			"__unstableType": "theme"
+			"css": "body { margin: 0; }body{background-color: var(--wp--preset--color--background);color: var(--wp--preset--color--foreground);font-family: var(--wp--preset--font-family--system-font);font-size: var(--wp--preset--font-size--medium);line-height: var(--wp--custom--typography--line-height--normal);--wp--style--block-gap: 1.5rem;}.wp-site-blocks > .alignleft { float: left; margin-right: 2em; }.wp-site-blocks > .alignright { float: right; margin-left: 2em; }.wp-site-blocks > .aligncenter { justify-content: center; margin-left: auto; margin-right: auto; }.wp-site-blocks > * { margin-block-start: 0; margin-block-end: 0; }.wp-site-blocks > * + * { margin-block-start: var( --wp--style--block-gap ); }h1{font-family: var(--wp--preset--font-family--source-serif-pro);font-size: var(--wp--custom--typography--font-size--colossal);font-weight: 300;line-height: var(--wp--custom--typography--line-height--tiny);}h2{font-family: var(--wp--preset--font-family--source-serif-pro);font-size: var(--wp--custom--typography--font-size--gigantic);font-weight: 300;line-height: var(--wp--custom--typography--line-height--small);}h3{font-family: var(--wp--preset--font-family--source-serif-pro);font-size: var(--wp--custom--typography--font-size--huge);font-weight: 300;line-height: var(--wp--custom--typography--line-height--tiny);}h4{font-family: var(--wp--preset--font-family--source-serif-pro);font-size: var(--wp--preset--font-size--x-large);font-weight: 300;line-height: var(--wp--custom--typography--line-height--tiny);}h5{font-family: var(--wp--preset--font-family--system-font);font-size: var(--wp--preset--font-size--medium);font-weight: 700;line-height: var(--wp--custom--typography--line-height--normal);text-transform: uppercase;}h6{font-family: var(--wp--preset--font-family--system-font);font-size: var(--wp--preset--font-size--medium);font-weight: 400;line-height: var(--wp--custom--typography--line-height--normal);text-transform: uppercase;}a{color: var(--wp--preset--color--foreground);}.wp-block-button__link{background-color: var(--wp--preset--color--primary);border-radius: 0;color: var(--wp--preset--color--background);font-size: var(--wp--preset--font-size--medium);}.wp-block-post-title{font-family: var(--wp--preset--font-family--source-serif-pro);font-size: var(--wp--custom--typography--font-size--gigantic);font-weight: 300;line-height: var(--wp--custom--typography--line-height--tiny);}.wp-block-post-comments{padding-top: var(--wp--custom--spacing--small);}.wp-block-pullquote{border-width: 1px 0;}.wp-block-query-title{font-family: var(--wp--preset--font-family--source-serif-pro);font-size: var(--wp--custom--typography--font-size--gigantic);font-weight: 300;line-height: var(--wp--custom--typography--line-height--small);}.wp-block-quote{border-width: 1px;}.wp-block-site-title{font-family: var(--wp--preset--font-family--system-font);font-size: var(--wp--preset--font-size--medium);font-weight: normal;line-height: var(--wp--custom--typography--line-height--normal);}",
+			"__unstableType": "theme",
+			"isGlobalStyles": true
 		},
 		{
 			"css": "/*\\nTheme Name: Twenty Twenty-Two\\nTheme URI: https://wordpress.org/themes/twentytwentytwo/\\nAuthor: the WordPress team\\nAuthor URI: https://wordpress.org/\\nDescription: Built on a solidly designed foundation, Twenty Twenty-Two embraces the idea that everyone deserves a truly unique website. The theme’s subtle styles are inspired by the diversity and versatility of birds: its typography is lightweight yet strong, its color palette is drawn from nature, and its layout elements sit gently on the page. The true richness of Twenty Twenty-Two lies in its opportunity for customization. The theme is built to take advantage of the Full Site Editing features introduced in WordPress 5.9, which means that colors, typography, and the layout of every single page on your site can be customized to suit your vision. It also includes dozens of block patterns, opening the door to a wide range of professionally designed layouts in just a few clicks. Whether you’re building a single-page website, a blog, a business website, or a portfolio, Twenty Twenty-Two will help you create a site that is uniquely yours.\\nRequires at least: 5.9\\nTested up to: 5.9\\nRequires PHP: 5.6\\nVersion: 1.1\\nLicense: GNU General Public License v2 or later\\nLicense URI: http://www.gnu.org/licenses/gpl-2.0.html\\nText Domain: twentytwentytwo\\nTags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments\\n\\nTwenty Twenty-Two WordPress Theme, (C) 2021 WordPress.org\\nTwenty Twenty-Two is distributed under the terms of the GNU GPL.\\n*/\\n\\n/*\\n * Font smoothing.\\n * This is a niche setting that will not be available via Global Styles.\\n * https://github.com/WordPress/gutenberg/issues/35934\\n */\\n\\nbody {\\n\\t-moz-osx-font-smoothing: grayscale;\\n\\t-webkit-font-smoothing: antialiased;\\n}\\n\\n/*\\n * Text and navigation link styles.\\n * Necessary until the following issue is resolved in Gutenberg:\\n * https://github.com/WordPress/gutenberg/issues/27075\\n */\\n\\na {\\n\\ttext-decoration-thickness: 1px;\\n\\ttext-underline-offset: 0.25ch;\\n}\\n\\na:hover,\\na:focus {\\n\\ttext-decoration-style: dashed;\\n}\\n\\na:active {\\n\\ttext-decoration: none;\\n}\\n\\n.wp-block-navigation .wp-block-navigation-item a:hover,\\n.wp-block-navigation .wp-block-navigation-item a:focus {\\n\\ttext-decoration: underline;\\n\\ttext-decoration-style: solid;\\n}\\n\\n/*\\n * Search and File Block button styles.\\n * Necessary until the following issues are resolved in Gutenberg:\\n * https://github.com/WordPress/gutenberg/issues/36444\\n * https://github.com/WordPress/gutenberg/issues/27760\\n */\\n\\n.wp-block-search__button,\\n.wp-block-file .wp-block-file__button {\\n\\tbackground-color: var(--wp--preset--color--primary);\\n\\tborder-radius: 0;\\n\\tborder: none;\\n\\tcolor: var(--wp--preset--color--background);\\n\\tfont-size: var(--wp--preset--font-size--medium);\\n\\tpadding: calc(.667em + 2px) calc(1.333em + 2px);\\n}\\n\\n/*\\n * Button hover styles.\\n * Necessary until the following issue is resolved in Gutenberg:\\n * https://github.com/WordPress/gutenberg/issues/27075\\n */\\n\\n.wp-block-search__button:hover,\\n.wp-block-file .wp-block-file__button:hover,\\n.wp-block-button__link:hover {\\n\\topacity: 0.90;\\n}\\n\\n/*\\n * Alignment styles.\\n * These rules are temporary, and should not be relied on or\\n * modified too heavily by themes or plugins that build on\\n * Twenty Twenty-Two. These are meant to be a precursor to\\n * a global solution provided by the Block Editor.\\n *\\n * Relevant issues:\\n * https://github.com/WordPress/gutenberg/issues/35607\\n * https://github.com/WordPress/gutenberg/issues/35884\\n */\\n\\n.wp-site-blocks,\\nbody > .is-root-container,\\n.edit-post-visual-editor__post-title-wrapper,\\n.wp-block-group.alignfull,\\n.wp-block-group.has-background,\\n.wp-block-cover.alignfull,\\n.is-root-container .wp-block[data-align=\\\"full\\\"] > .wp-block-group,\\n.is-root-container .wp-block[data-align=\\\"full\\\"] > .wp-block-cover {\\n\\tpadding-left: var(--wp--custom--spacing--outer);\\n\\tpadding-right: var(--wp--custom--spacing--outer);\\n}\\n\\n.wp-site-blocks .alignfull,\\n.wp-site-blocks > .wp-block-group.has-background,\\n.wp-site-blocks > .wp-block-cover,\\n.wp-site-blocks > .wp-block-template-part > .wp-block-group.has-background,\\n.wp-site-blocks > .wp-block-template-part > .wp-block-cover,\\nbody > .is-root-container > .wp-block-cover,\\nbody > .is-root-container > .wp-block-template-part > .wp-block-group.has-background,\\nbody > .is-root-container > .wp-block-template-part > .wp-block-cover,\\n.is-root-container .wp-block[data-align=\\\"full\\\"] {\\n\\tmargin-left: calc(-1 * var(--wp--custom--spacing--outer)) !important;\\n\\tmargin-right: calc(-1 * var(--wp--custom--spacing--outer)) !important;\\n\\twidth: unset;\\n}\\n\\n/* Blocks inside columns don't have negative margins. */\\n.wp-site-blocks .wp-block-columns .wp-block-column .alignfull,\\n.is-root-container .wp-block-columns .wp-block-column .wp-block[data-align=\\\"full\\\"],\\n/* We also want to avoid stacking negative margins. */\\n.wp-site-blocks .alignfull:not(.wp-block-group) .alignfull,\\n.is-root-container .wp-block[data-align=\\\"full\\\"] > *:not(.wp-block-group) .wp-block[data-align=\\\"full\\\"] {\\n\\tmargin-left: auto !important;\\n\\tmargin-right: auto !important;\\n\\twidth: inherit;\\n}\\n\\n/*\\n * Responsive menu container padding.\\n * This ensures the responsive container inherits the same\\n * spacing defined above. This behavior may be built into\\n * the Block Editor in the future.\\n */\\n\\n.wp-block-navigation__responsive-container.is-menu-open {\\n\\tpadding-top: var(--wp--custom--spacing--outer);\\n\\tpadding-bottom: var(--wp--custom--spacing--large);\\n\\tpadding-right: var(--wp--custom--spacing--outer);\\n\\tpadding-left: var(--wp--custom--spacing--outer);\\n}\\n\\n",
-			"baseURL": "http://localhost:8889/wp-content/themes/twentytwentytwo/style.css",
-			"__unstableType": "theme"
+			"baseURL": "http://localhost:8888/wp-content/themes/twentytwentytwo/style.css",
+			"__unstableType": "theme",
+			"isGlobalStyles": false
 		}
 	],
 	"titlePlaceholder": "Add title",
 	"__experimentalReusableBlocks": [],
 	"outlineMode": false,
-	"__experimentalUserCanCreatePages": true
+	"__experimentalUserCanCreatePages": true,
+	"__experimentalPreferPatternsOnRoot": false
 }
\ No newline at end of file
-- 
2.32.0 (Apple Git-132)

@fabiankaegy
Copy link
Member Author

Markup Changes in Blocks

No notable changes were identified.

View Test Content
<!-- wp:paragraph -->
<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. <strong>Donec</strong> <em>quam</em> <a rel="noreferrer noopener" href="http://10up.com" data-type="URL" data-id="10up.com" target="_blank">felis</a>, <mark style="background-color:#ffe2c7" class="has-inline-color has-primary-color">ultricies</mark> <code>nec</code>, <s>pellentesque</s> <sub>eu</sub>, <sup>pretium</sup> quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph {"style":{"elements":{"link":{"color":{"text":"var:preset|color|luminous-vivid-amber"}}},"typography":{"fontStyle":"normal","fontWeight":"300","lineHeight":"1.8","textTransform":"lowercase","letterSpacing":"2px"}},"backgroundColor":"primary","textColor":"light-green-cyan","fontSize":"large"} -->
<p class="has-light-green-cyan-color has-primary-background-color has-text-color has-background has-link-color has-large-font-size" style="font-style:normal;font-weight:300;line-height:1.8;text-transform:lowercase;letter-spacing:2px">Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. <strong>Donec</strong> <em>quam</em> <a rel="noreferrer noopener" href="http://10up.com" data-type="URL" data-id="10up.com" target="_blank">felis</a>, <mark style="background-color:#ffe2c7" class="has-inline-color has-primary-color">ultricies</mark> <code>nec</code>, <s>pellentesque</s> <sub>eu</sub>, <sup>pretium</sup> quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae</p>
<!-- /wp:paragraph -->

<!-- wp:heading -->
<h2>Heading Level 2</h2>
<!-- /wp:heading -->

<!-- wp:heading {"level":3} -->
<h3>Heading Level 3</h3>
<!-- /wp:heading -->

<!-- wp:heading {"level":4} -->
<h4>Heading Level 4</h4>
<!-- /wp:heading -->

<!-- wp:heading {"level":5} -->
<h5>Heading Level 5</h5>
<!-- /wp:heading -->

<!-- wp:heading {"level":6} -->
<h6>Heading Level 6</h6>
<!-- /wp:heading -->

<!-- wp:heading {"style":{"elements":{"link":{"color":{"text":"#ffc7da"}}},"typography":{"textTransform":"uppercase","lineHeight":"1.7","letterSpacing":"10px"},"spacing":{"margin":{"top":"50px","right":"50px","bottom":"50px","left":"50px"}}},"backgroundColor":"foreground","textColor":"light-green-cyan","fontSize":"x-large"} -->
<h2 class="has-light-green-cyan-color has-foreground-background-color has-text-color has-background has-link-color has-x-large-font-size" style="line-height:1.7;margin-top:50px;margin-right:50px;margin-bottom:50px;margin-left:50px;text-transform:uppercase;letter-spacing:10px">Heading with customizations</h2>
<!-- /wp:heading -->

<!-- wp:list {"style":{"elements":{"link":{"color":{"text":"var:preset|color|luminous-vivid-amber"}}},"typography":{"fontStyle":"normal","fontWeight":"700","textTransform":"uppercase"}},"backgroundColor":"primary","textColor":"pale-cyan-blue","fontFamily":"source-serif-pro"} -->
<ul class="has-pale-cyan-blue-color has-primary-background-color has-text-color has-background has-link-color has-source-serif-pro-font-family" style="font-style:normal;font-weight:700;text-transform:uppercase"><li>List Block</li><li>With some list Items<ul><li>That have some levels of nesting</li><li>With <a href="http://10up.com" data-type="URL" data-id="10up.com" target="_blank" rel="noreferrer noopener">multiple</a> items</li><li>At every Level<ol><li>With a numbered list</li><li>jbhgjgjh gig hg kj</li></ol></li></ul></li></ul>
<!-- /wp:list -->

<!-- wp:quote {"className":"is-style-large","style":{"typography":{"fontStyle":"normal","fontWeight":"700"}},"fontSize":"x-large"} -->
<blockquote class="wp-block-quote is-style-large has-x-large-font-size" style="font-style:normal;font-weight:700"><p>A quote block</p><cite>With a City</cite></blockquote>
<!-- /wp:quote -->

<!-- wp:table {"hasFixedLayout":true,"backgroundColor":"light-green-cyan","textColor":"vivid-red","className":"is-style-stripes"} -->
<figure class="wp-block-table is-style-stripes"><table class="has-vivid-red-color has-light-green-cyan-background-color has-text-color has-background has-fixed-layout"><thead><tr><th>Custom Table</th><th>Custom Table</th><th>Custom Table</th><th>Custom Table</th><th>Custom Table</th></tr></thead><tbody><tr><td>Custom Table</td><td>Custom Table</td><td>Custom Table</td><td>Custom Table</td><td>Custom Table</td></tr><tr><td>Custom Table</td><td>Custom Table</td><td>Custom Table</td><td>Custom Table</td><td>Custom Table</td></tr><tr><td>Custom Table</td><td>Custom Table</td><td>Custom Table</td><td>Custom Table</td><td>Custom Table</td></tr><tr><td>Custom Table</td><td>Custom Table</td><td>Custom Table</td><td>Custom Table</td><td>Custom Table</td></tr><tr><td>Custom Table</td><td>Custom Table</td><td>Custom Table</td><td>Custom Table</td><td>Custom Table</td></tr></tbody><tfoot><tr><td>Custom Table</td><td>Custom Table</td><td>Custom Table</td><td>Custom Table</td><td>Custom Table</td></tr></tfoot></table><figcaption>Custom Table</figcaption></figure>
<!-- /wp:table -->

<!-- wp:verse {"style":{"spacing":{"padding":{"top":"40px","right":"40px","bottom":"40px","left":"40px"}},"typography":{"fontStyle":"normal","fontWeight":"500","textTransform":"lowercase"}},"backgroundColor":"luminous-vivid-amber","textColor":"primary","fontSize":"medium"} -->
<pre class="wp-block-verse has-primary-color has-luminous-vivid-amber-background-color has-text-color has-background has-medium-font-size" style="font-style:normal;font-weight:500;padding-top:40px;padding-right:40px;padding-bottom:40px;padding-left:40px;text-transform:lowercase">Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus. Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus. Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna. Sed consequat, leo eget bibendum sodales, augue velit cursus nunc,</pre>
<!-- /wp:verse -->

<!-- wp:image {"align":"wide","sizeSlug":"large","style":{"color":{"duotone":["#000000","#f6f6f6"]},"border":{"radius":"10px"}}} -->
<figure class="wp-block-image alignwide size-large" style="border-radius:10px"><img src="https://live.staticflickr.com/4556/24708106728_ce5296f1f9_b.jpg" alt="Some Alt text"/><figcaption>And a Cite</figcaption></figure>
<!-- /wp:image -->

<!-- wp:gallery {"linkTo":"none"} -->
<figure class="wp-block-gallery has-nested-images columns-default is-cropped"><!-- wp:image {"id":23} -->
<figure class="wp-block-image"><img src="http://localhost:8889/wp-content/uploads/2022/04/11757561225_c07e90977a_k.jpg" alt="" class="wp-image-23"/></figure>
<!-- /wp:image -->

<!-- wp:image {"id":24} -->
<figure class="wp-block-image"><img src="http://localhost:8889/wp-content/uploads/2022/04/14115302697_738742ffe0_k.jpg" alt="" class="wp-image-24"/></figure>
<!-- /wp:image -->

<!-- wp:image {"id":25} -->
<figure class="wp-block-image"><img src="http://localhost:8889/wp-content/uploads/2022/04/14278713886_74757056ac_k.jpg" alt="" class="wp-image-25"/></figure>
<!-- /wp:image -->

<!-- wp:image {"id":26} -->
<figure class="wp-block-image"><img src="http://localhost:8889/wp-content/uploads/2022/04/14278716466_7a8fac2e61_k.jpg" alt="" class="wp-image-26"/></figure>
<!-- /wp:image -->

<!-- wp:image {"id":27} -->
<figure class="wp-block-image"><img src="http://localhost:8889/wp-content/uploads/2022/04/14299922392_b88e68599d_k.jpg" alt="" class="wp-image-27"/></figure>
<!-- /wp:image -->

<!-- wp:image {"id":28} -->
<figure class="wp-block-image"><img src="http://localhost:8889/wp-content/uploads/2022/04/14301273434_f31eabfa75_k.jpg" alt="" class="wp-image-28"/></figure>
<!-- /wp:image -->

<!-- wp:image {"id":29} -->
<figure class="wp-block-image"><img src="http://localhost:8889/wp-content/uploads/2022/04/14301273754_b6bb477246_k.jpg" alt="" class="wp-image-29"/></figure>
<!-- /wp:image -->

<!-- wp:image {"id":30} -->
<figure class="wp-block-image"><img src="http://localhost:8889/wp-content/uploads/2022/04/14301850145_884b4901c6_k.jpg" alt="" class="wp-image-30"/></figure>
<!-- /wp:image -->

<!-- wp:image {"id":31} -->
<figure class="wp-block-image"><img src="http://localhost:8889/wp-content/uploads/2022/04/16549110586_3555206d04_k.jpg" alt="" class="wp-image-31"/></figure>
<!-- /wp:image --></figure>
<!-- /wp:gallery -->

<!-- wp:cover {"url":"http://localhost:8889/wp-content/uploads/2022/04/14299922392_b88e68599d_k.jpg","id":17,"hasParallax":true,"dimRatio":30,"overlayColor":"secondary","minHeight":650,"contentPosition":"bottom left","isDark":false,"align":"full","style":{"spacing":{"padding":{"top":"108px","right":"108px","bottom":"108px","left":"108px"}}}} -->
<div class="wp-block-cover alignfull is-light has-parallax has-custom-content-position is-position-bottom-left" style="padding-top:108px;padding-right:108px;padding-bottom:108px;padding-left:108px;background-image:url(http://localhost:8889/wp-content/uploads/2022/04/14299922392_b88e68599d_k.jpg);min-height:650px"><span aria-hidden="true" class="has-secondary-background-color has-background-dim-30 wp-block-cover__gradient-background has-background-dim"></span><div class="wp-block-cover__inner-container"><!-- wp:heading -->
<h2>This is a Test</h2>
<!-- /wp:heading --></div></div>
<!-- /wp:cover -->

<!-- wp:media-text {"align":"","mediaId":30,"mediaLink":"http://localhost:8889/kitchensync/14301850145_884b4901c6_k-2/","mediaType":"image"} -->
<div class="wp-block-media-text is-stacked-on-mobile"><figure class="wp-block-media-text__media"><img src="http://localhost:8889/wp-content/uploads/2022/04/14301850145_884b4901c6_k-1024x683.jpg" alt="" class="wp-image-30 size-full"/></figure><div class="wp-block-media-text__content"><!-- wp:paragraph {"placeholder":"Content…","fontSize":"large"} -->
<p class="has-large-font-size">Media &amp; text</p>
<!-- /wp:paragraph --></div></div>
<!-- /wp:media-text -->

<!-- wp:media-text {"align":"","mediaPosition":"right","mediaId":30,"mediaLink":"http://localhost:8889/kitchensync/14301850145_884b4901c6_k-2/","mediaType":"image"} -->
<div class="wp-block-media-text has-media-on-the-right is-stacked-on-mobile"><figure class="wp-block-media-text__media"><img src="http://localhost:8889/wp-content/uploads/2022/04/14301850145_884b4901c6_k-1024x683.jpg" alt="" class="wp-image-30 size-full"/></figure><div class="wp-block-media-text__content"><!-- wp:paragraph {"placeholder":"Content…","fontSize":"large"} -->
<p class="has-large-font-size">Media &amp; text</p>
<!-- /wp:paragraph --></div></div>
<!-- /wp:media-text -->

<!-- wp:media-text {"mediaId":30,"mediaLink":"http://localhost:8889/kitchensync/14301850145_884b4901c6_k-2/","linkDestination":"custom","mediaType":"image","mediaWidth":60,"verticalAlignment":"center","imageFill":true,"focalPoint":{"x":"0.24","y":"0.12"}} -->
<div class="wp-block-media-text alignwide is-stacked-on-mobile is-vertically-aligned-center is-image-fill" style="grid-template-columns:60% auto"><figure class="wp-block-media-text__media" style="background-image:url(http://localhost:8889/wp-content/uploads/2022/04/14301850145_884b4901c6_k-1024x683.jpg);background-position:24% 12%"><a href="10up.com"><img src="http://localhost:8889/wp-content/uploads/2022/04/14301850145_884b4901c6_k-1024x683.jpg" alt="Some Alt Text" class="wp-image-30 size-full"/></a></figure><div class="wp-block-media-text__content"><!-- wp:paragraph {"placeholder":"Content…","fontSize":"large"} -->
<p class="has-large-font-size">Media &amp; text</p>
<!-- /wp:paragraph --></div></div>
<!-- /wp:media-text -->

<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center","orientation":"vertical"},"style":{"spacing":{"blockGap":"46px"}}} -->
<div class="wp-block-buttons"><!-- wp:button {"style":{"spacing":{"padding":{"top":"30px","right":"30px","bottom":"30px","left":"30px"}}},"fontSize":"small"} -->
<div class="wp-block-button has-custom-font-size has-small-font-size"><a class="wp-block-button__link" style="padding-top:30px;padding-right:30px;padding-bottom:30px;padding-left:30px">Primary Button (Fill)</a></div>
<!-- /wp:button -->

<!-- wp:button {"backgroundColor":"vivid-cyan-blue","textColor":"background","style":{"spacing":{"padding":{"top":"30px","bottom":"30px","left":"70px","right":"70px"}},"border":{"radius":"8px"}},"className":"is-style-outline","fontSize":"small"} -->
<div class="wp-block-button has-custom-font-size is-style-outline has-small-font-size" id="id"><a class="wp-block-button__link has-background-color has-vivid-cyan-blue-background-color has-text-color has-background" style="border-radius:8px;padding-top:30px;padding-right:70px;padding-bottom:30px;padding-left:70px" rel="rel">Primary Button (Fill)</a></div>
<!-- /wp:button --></div>
<!-- /wp:buttons -->

<!-- wp:columns {"verticalAlignment":"center","align":"wide","style":{"spacing":{"padding":{"top":"13px","right":"13px","bottom":"13px","left":"13px"},"margin":{"top":"60px","bottom":"60px"}}}} -->
<div class="wp-block-columns alignwide are-vertically-aligned-center" style="margin-top:60px;margin-bottom:60px;padding-top:13px;padding-right:13px;padding-bottom:13px;padding-left:13px"><!-- wp:column {"verticalAlignment":"center"} -->
<div class="wp-block-column is-vertically-aligned-center"><!-- wp:paragraph -->
<p>Test</p>
<!-- /wp:paragraph --></div>
<!-- /wp:column -->

<!-- wp:column {"verticalAlignment":"center"} -->
<div class="wp-block-column is-vertically-aligned-center"><!-- wp:paragraph -->
<p>Test</p>
<!-- /wp:paragraph --></div>
<!-- /wp:column -->

<!-- wp:column {"verticalAlignment":"center"} -->
<div class="wp-block-column is-vertically-aligned-center"><!-- wp:paragraph -->
<p>Test</p>
<!-- /wp:paragraph --></div>
<!-- /wp:column --></div>
<!-- /wp:columns -->

<!-- wp:columns {"verticalAlignment":"center","isStackedOnMobile":false,"align":"wide","style":{"spacing":{"padding":{"top":"13px","right":"13px","bottom":"13px","left":"13px"},"margin":{"top":"60px","bottom":"60px"}},"elements":{"link":{"color":{"text":"var:preset|color|luminous-vivid-amber"}}}},"backgroundColor":"tertiary","textColor":"vivid-cyan-blue"} -->
<div class="wp-block-columns alignwide are-vertically-aligned-center is-not-stacked-on-mobile has-vivid-cyan-blue-color has-tertiary-background-color has-text-color has-background has-link-color" style="margin-top:60px;margin-bottom:60px;padding-top:13px;padding-right:13px;padding-bottom:13px;padding-left:13px"><!-- wp:column {"verticalAlignment":"center"} -->
<div class="wp-block-column is-vertically-aligned-center"><!-- wp:paragraph -->
<p>Test</p>
<!-- /wp:paragraph --></div>
<!-- /wp:column -->

<!-- wp:column {"verticalAlignment":"center"} -->
<div class="wp-block-column is-vertically-aligned-center"><!-- wp:paragraph -->
<p>Test</p>
<!-- /wp:paragraph --></div>
<!-- /wp:column -->

<!-- wp:column {"verticalAlignment":"center"} -->
<div class="wp-block-column is-vertically-aligned-center"><!-- wp:paragraph -->
<p>Test</p>
<!-- /wp:paragraph --></div>
<!-- /wp:column --></div>
<!-- /wp:columns -->

<!-- wp:group {"style":{"elements":{"link":{"color":{"text":"var:preset|color|tertiary"}}},"border":{"style":"dashed","width":"11px","radius":"17px"},"spacing":{"padding":{"top":"74px","right":"74px","bottom":"74px","left":"74px"},"blockGap":"38px"}},"borderColor":"luminous-vivid-orange","backgroundColor":"secondary","textColor":"primary","layout":{"inherit":true}} -->
<div class="wp-block-group has-border-color has-luminous-vivid-orange-border-color has-primary-color has-secondary-background-color has-text-color has-background has-link-color" style="border-radius:17px;border-style:dashed;border-width:11px;padding-top:74px;padding-right:74px;padding-bottom:74px;padding-left:74px"><!-- wp:heading -->
<h2>Some Items</h2>
<!-- /wp:heading -->

<!-- wp:paragraph -->
<p>With data</p>
<!-- /wp:paragraph --></div>
<!-- /wp:group -->

<!-- wp:group {"align":"wide","style":{"elements":{"link":{"color":{"text":"var:preset|color|tertiary"}}},"border":{"style":"dashed","width":"11px","radius":"17px"},"spacing":{"padding":{"top":"74px","right":"74px","bottom":"74px","left":"74px"},"blockGap":"38px"}},"borderColor":"luminous-vivid-orange","backgroundColor":"secondary","textColor":"primary","layout":{"inherit":false,"contentSize":"739px"}} -->
<div class="wp-block-group alignwide has-border-color has-luminous-vivid-orange-border-color has-primary-color has-secondary-background-color has-text-color has-background has-link-color" style="border-radius:17px;border-style:dashed;border-width:11px;padding-top:74px;padding-right:74px;padding-bottom:74px;padding-left:74px"><!-- wp:heading -->
<h2>Some Items</h2>
<!-- /wp:heading -->

<!-- wp:paragraph -->
<p>With data</p>
<!-- /wp:paragraph --></div>
<!-- /wp:group -->

<!-- wp:group {"style":{"spacing":{"blockGap":"43px","padding":{"top":"19px","right":"19px","bottom":"19px","left":"19px"}},"border":{"style":"dashed","width":"17px"}},"borderColor":"vivid-cyan-blue","layout":{"type":"flex","allowOrientation":false,"flexWrap":"nowrap","justifyContent":"space-between"}} -->
<div class="wp-block-group has-border-color has-vivid-cyan-blue-border-color" style="border-style:dashed;border-width:17px;padding-top:19px;padding-right:19px;padding-bottom:19px;padding-left:19px"><!-- wp:image {"id":16,"sizeSlug":"large","linkDestination":"none"} -->
<figure class="wp-block-image size-large"><img src="http://localhost:8889/wp-content/uploads/2022/04/14278716466_7a8fac2e61_k-1024x684.jpg" alt="" class="wp-image-16"/></figure>
<!-- /wp:image -->

<!-- wp:image {"id":16,"sizeSlug":"large","linkDestination":"none"} -->
<figure class="wp-block-image size-large"><img src="http://localhost:8889/wp-content/uploads/2022/04/14278716466_7a8fac2e61_k-1024x684.jpg" alt="" class="wp-image-16"/></figure>
<!-- /wp:image --></div>
<!-- /wp:group -->

<!-- wp:separator {"color":"luminous-vivid-orange"} -->
<hr class="wp-block-separator has-text-color has-background has-luminous-vivid-orange-background-color has-luminous-vivid-orange-color"/>
<!-- /wp:separator -->

<!-- wp:spacer {"height":"162px"} -->
<div style="height:162px" aria-hidden="true" class="wp-block-spacer"></div>
<!-- /wp:spacer -->

@fabiankaegy
Copy link
Member Author

Changes in the Core Block Library Stylesheets

As always there are some changes in the core block-library stylesheet. All these blocks have received updates to their stylesheets:


Most notably I would suggest investigating the changes in these blocks:

  • core/columns - Modified breakpoints and uses more !important declarations
  • core/gallery - Intoduced more :not selectors so specificity might be impacted for theme provided styles
  • core/heading - Changes in how word wrapping is handled
  • core/quote - Intoduced more :not selectors so specificity might be impacted for theme provided styles
  • core/spcial-links - Intoduced more :not selectors so specificity might be impacted for theme provided styles

@fabiankaegy
Copy link
Member Author

As per the Make WordPress post: Block Editor miscellaneous Dev Notes for WordPress 6.0

Gallery block – Ability to adjust gap between images added

In order to implement this the spacing of the Gallery images had to be changed from a right margin setting to the CSS gap property. Themes or plugins that use a right margin setting to manually adjust the Gallery image spacing may need to be updated to instead override the gap setting.

Default gap changed

The new block editor block gap support functionality has been used to implement this and this adds a default block gap of 0.5em so for some themes that don’t explicitly set this gap the default will change from the previous 16px to 0.5em. If plugin or theme developers want to ensure that the 16px gap remains the following CSS can be added to the theme, or site custom CSS:

.wp-block-gallery {
   --wp--style--gallery-gap-default: 16px;
}

Gallery Image bottom margins removed

Some themes may have depended on the bottom margin set on the gallery images to provide a gap between two galleries. Because the gallery now uses the flex gap for spacing this bottom margin is no longer set. Themes that were relying on this unintended side effect of the image margins will need to add the following CSS in order to maintain a gap between galleries:

.wp-block-gallery {
   margin-top: 16px;
}

Gallery gutter CSS var deprecated

To keep the naming of the gap setting consistent the --gallery-block--gutter-sizeCSS var has been deprecated and replaced with--wp--style--gallery-gap-default. --gallery-block--gutter-size` will continue to work in release 6.0 and will be removed in 6.1.

Theme authors should be able to provide compatibility for WP 5.9 and 6.0+ with the following:

.wp-block-gallery {
   --gallery-block--gutter-size: var( --wp--custom--spacing--4 );
   --wp--style--gallery-gap-default: var( --wp--custom--spacing--4 );
}

For more info see #40008.

@fabiankaegy
Copy link
Member Author

fabiankaegy commented May 9, 2022

As per the DEV Note about Block markup updates for image, quote, list and group blocks:

Block markup updates for image, quote, list and group blocks

Image block alignments

Historically, the image block with left, right or center alignments used to have an extra div wrapper around the figure tag to help with alignment styling.

<div class="wp-block-image alignleft"><figure><img src="someimage.jpg" alt="" width="100" height="100"/></figure></div>

In WordPress 6.0, for themes that support the layout feature, this wrapper has been removed. The markup becomes:

<figure class="wp-block-image alignleft"><img src="someimage.jpg" alt="" width="100" height="100"/></figure>

The new markup/behavior for alignment classes is consistent regardless of the block and regardless of the chosen alignment.

To minimize the impact of this change on the websites, this change is only effective for themes with a theme.json file. These themes do support the “layout” feature which automatically provides the right styles for this new markup.

Quotes and lists

The blockquote, ul and ol tag names all now come with a default value for box-sizing equal to border-box. This change has been made as a bug fix for quote and list blocks using background colors or padding.

Group block stack variation

The new Stack block is a variation of the Group block, and can be thought of as a vertical variant of the Row block. It’s a flex container, meaning it has access to content justifications and block spacing. If combined with the Row block and its ability to optionally wrap onto new lines, it can enable basic responsive behaviors, such as two columns that stack to a single column on smaller displays.

Removal of data-align div wrappers

In the editor and to support/style block alignments, the editor used to add wrapper divs to any block that had an alignment applied to it.
For themes that support the layout feature (with theme.json file), the div wrapper with the data-align attribute has been removed. The markup now matches exactly the frontend output.

@fabiankaegy fabiankaegy pinned this issue May 18, 2022
@fabiankaegy fabiankaegy changed the title WordPress 6.0 Compatibility Tracking Issue WordPress 6.0 Compatibility Tracking Oct 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant