Browse Source

Luminance: Update it for submission (#7735)

* Luminance: Update it for submission
* Luminance: Add php strict mode statements
Takashi Irie 1 year ago
parent
commit
7fe1c2d381

+ 1 - 0
luminance/functions.php

@@ -8,6 +8,7 @@
  * @since Luminance 1.0
  * @since Luminance 1.0
  */
  */
 
 
+declare( strict_types = 1 );
 
 
 if ( ! function_exists( 'luminance_support' ) ) :
 if ( ! function_exists( 'luminance_support' ) ) :
 
 

+ 2 - 0
luminance/patterns/404.php

@@ -4,6 +4,8 @@
  * Slug: luminance/404
  * Slug: luminance/404
  * Inserter: no
  * Inserter: no
  */
  */
+
+declare( strict_types = 1 );
 ?>
 ?>
 
 
 <!-- wp:heading {"textAlign":"left","level":1,"fontSize":"x-large"} -->
 <!-- wp:heading {"textAlign":"left","level":1,"fontSize":"x-large"} -->

+ 2 - 0
luminance/patterns/footer.php

@@ -5,6 +5,8 @@
  * Categories: footer
  * Categories: footer
  * Block Types: core/template-part/footer
  * Block Types: core/template-part/footer
  */
  */
+
+declare( strict_types = 1 );
 ?>
 ?>
 
 
 <!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|40","padding":{"top":"var:preset|spacing|40","bottom":"var:preset|spacing|40","left":"var:preset|spacing|50","right":"var:preset|spacing|50"}},"layout":{"selfStretch":"fit","flexSize":null},"border":{"width":"1px"}},"borderColor":"contrast","layout":{"type":"flex","flexWrap":"wrap","justifyContent":"space-between"}} -->
 <!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|40","padding":{"top":"var:preset|spacing|40","bottom":"var:preset|spacing|40","left":"var:preset|spacing|50","right":"var:preset|spacing|50"}},"layout":{"selfStretch":"fit","flexSize":null},"border":{"width":"1px"}},"borderColor":"contrast","layout":{"type":"flex","flexWrap":"wrap","justifyContent":"space-between"}} -->

+ 2 - 0
luminance/patterns/header.php

@@ -5,6 +5,8 @@
  * Categories: header
  * Categories: header
  * Block Types: core/template-part/header
  * Block Types: core/template-part/header
  */
  */
+
+declare( strict_types = 1 );
 ?>
 ?>
 
 
 <!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|40","padding":{"top":"var:preset|spacing|40","bottom":"var:preset|spacing|40","left":"var:preset|spacing|50","right":"var:preset|spacing|50"}},"border":{"width":"1px"}},"borderColor":"contrast","backgroundColor":"base","layout":{"type":"flex","justifyContent":"space-between","flexWrap":"nowrap"}} -->
 <!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|40","padding":{"top":"var:preset|spacing|40","bottom":"var:preset|spacing|40","left":"var:preset|spacing|50","right":"var:preset|spacing|50"}},"border":{"width":"1px"}},"borderColor":"contrast","backgroundColor":"base","layout":{"type":"flex","justifyContent":"space-between","flexWrap":"nowrap"}} -->

+ 2 - 0
luminance/patterns/no-results-content.php

@@ -4,6 +4,8 @@
  * Slug: luminance/no-results-content
  * Slug: luminance/no-results-content
  * Inserter: no
  * Inserter: no
  */
  */
+
+declare( strict_types = 1 );
 ?>
 ?>
 
 
 <!-- wp:paragraph {"style":{"spacing":{"margin":{"bottom":"0px"}}}} -->
 <!-- wp:paragraph {"style":{"spacing":{"margin":{"bottom":"0px"}}}} -->

+ 2 - 0
luminance/patterns/search.php

@@ -4,6 +4,8 @@
  * Slug: luminance/search
  * Slug: luminance/search
  * Inserter: no
  * Inserter: no
  */
  */
+
+declare( strict_types = 1 );
 ?>
 ?>
 
 
 <!-- wp:search {"showLabel":false,"placeholder":"<?php echo esc_html_x( 'Search...', 'This is a placeholder text in a search field', 'luminance' ); ?>","buttonUseIcon":true,"style":{"border":{"radius":"999px"}}} /-->
 <!-- wp:search {"showLabel":false,"placeholder":"<?php echo esc_html_x( 'Search...', 'This is a placeholder text in a search field', 'luminance' ); ?>","buttonUseIcon":true,"style":{"border":{"radius":"999px"}}} /-->

+ 7 - 7
luminance/readme.txt

@@ -1,7 +1,7 @@
 === Luminance ===
 === Luminance ===
 Contributors: Automattic
 Contributors: Automattic
 Requires at least: 6.0
 Requires at least: 6.0
-Tested up to: 6.2.2
+Tested up to: 6.5
 Requires PHP: 5.7
 Requires PHP: 5.7
 License: GPLv2 or later
 License: GPLv2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
@@ -25,7 +25,6 @@ Luminance is a bold blogging theme with opinionated typography and unique aesthe
 
 
 Luminance WordPress Theme, (C) 2023 Automattic
 Luminance WordPress Theme, (C) 2023 Automattic
 Luminance is distributed under the terms of the GNU GPL.
 Luminance is distributed under the terms of the GNU GPL.
-Luminance is based on Cinemateca (https://wordpress.com/theme/cinemateca/), (C) Automattic, [GPLv2 or later](http://www.gnu.org/licenses/gpl-2.0.html)
 
 
 This program is free software: you can redistribute it and/or modify
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
 it under the terms of the GNU General Public License as published by
@@ -41,9 +40,15 @@ This theme bundles the following third-party resources:
 
 
 Instrument Serif
 Instrument Serif
 https://fonts.google.com/specimen/Instrument+Serif
 https://fonts.google.com/specimen/Instrument+Serif
+This Font Software is licensed under the SIL Open Font License, Version 1.1.
+License URL: https://openfontlicense.org/
+-- End of Instrument Serif Font credits --
 
 
 Instrument Sans
 Instrument Sans
 https://fonts.google.com/specimen/Instrument+Sans
 https://fonts.google.com/specimen/Instrument+Sans
+This Font Software is licensed under the SIL Open Font License, Version 1.1.
+License URL: https://openfontlicense.org/
+-- End of Instrument Serif Font credits --
 
 
 Included in theme screenshot.
 Included in theme screenshot.
 
 
@@ -74,8 +79,3 @@ https://www.rawpixel.com/image/431432/vintage-whale-poster
 
 
 An astronomy lithograph the Eclipse of the Moon printed in 1908, an antique celestial chart of phases of the moon in the solar system. Digitally enhanced from our own original plate. CC0 Image
 An astronomy lithograph the Eclipse of the Moon printed in 1908, an antique celestial chart of phases of the moon in the solar system. Digitally enhanced from our own original plate. CC0 Image
 https://www.rawpixel.com/image/428228/free-illustration-image-moon-astronomy-solar-system
 https://www.rawpixel.com/image/428228/free-illustration-image-moon-astronomy-solar-system
-
-
-
-
-

BIN
luminance/screenshot.png


+ 3 - 11
luminance/style.css

@@ -5,7 +5,7 @@ Author: Automattic
 Author URI: https://automattic.com
 Author URI: https://automattic.com
 Description: Luminance is a bold blogging theme with opinionated typography and unique aesthetics that sets your blog apart from the crowd.
 Description: Luminance is a bold blogging theme with opinionated typography and unique aesthetics that sets your blog apart from the crowd.
 Requires at least: 6.0
 Requires at least: 6.0
-Tested up to: 6.2.2
+Tested up to: 6.5
 Requires PHP: 5.7
 Requires PHP: 5.7
 Version: 1.0.1
 Version: 1.0.1
 License: GNU General Public License v2 or later
 License: GNU General Public License v2 or later
@@ -43,21 +43,13 @@ a {
 	opacity: 1; /* Firefox */
 	opacity: 1; /* Firefox */
 }
 }
 
 
-/*
- * Avatar Block
- * Fix border radius setting for the avatar block
- */
-.wp-block-avatar a,
-.wp-block-avatar img {
-	border-radius: inherit;
-}
-
 /*
 /*
  * Pull quote Block
  * Pull quote Block
  * Reset the browser default margins for blockquote element
  * Reset the browser default margins for blockquote element
  * https://github.com/WordPress/gutenberg/issues/44129
  * https://github.com/WordPress/gutenberg/issues/44129
  */
  */
-.wp-block-pullquote blockquote {
+.wp-block-pullquote blockquote,
+.wp-block-pullquote p {
 	margin: 0;
 	margin: 0;
 }
 }
 
 

+ 2 - 2
luminance/templates/archive.html

@@ -22,10 +22,10 @@
 			</div>
 			</div>
 			<!-- /wp:group -->
 			<!-- /wp:group -->
 
 
-			<!-- wp:post-template -->
+			<!-- wp:post-template {"style":{"spacing":{"blockGap":"var:preset|spacing|40"}}} -->
 				<!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|40"}},"layout":{"type":"flex","flexWrap":"wrap","verticalAlignment":"top"},"fontSize":"xxx-large"} -->
 				<!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|40"}},"layout":{"type":"flex","flexWrap":"wrap","verticalAlignment":"top"},"fontSize":"xxx-large"} -->
 				<div class="wp-block-group has-xxx-large-font-size">
 				<div class="wp-block-group has-xxx-large-font-size">
-					<!-- wp:post-title {"isLink":true,"fontSize":"xxx-large"} /-->
+					<!-- wp:post-title {"isLink":true} /-->
 
 
 					<!-- wp:post-featured-image {"isLink":true,"height":"0.74em"} /-->
 					<!-- wp:post-featured-image {"isLink":true,"height":"0.74em"} /-->
 
 

+ 2 - 2
luminance/templates/index.html

@@ -10,10 +10,10 @@
 	<div class="wp-block-query">
 	<div class="wp-block-query">
 		<!-- wp:group {"style":{"spacing":{"padding":{"right":"var:preset|spacing|50","left":"var:preset|spacing|50"}}},"layout":{"type":"default"}} -->
 		<!-- wp:group {"style":{"spacing":{"padding":{"right":"var:preset|spacing|50","left":"var:preset|spacing|50"}}},"layout":{"type":"default"}} -->
 		<div class="wp-block-group" style="padding-right:var(--wp--preset--spacing--50);padding-left:var(--wp--preset--spacing--50)">
 		<div class="wp-block-group" style="padding-right:var(--wp--preset--spacing--50);padding-left:var(--wp--preset--spacing--50)">
-			<!-- wp:post-template -->
+			<!-- wp:post-template {"style":{"spacing":{"blockGap":"var:preset|spacing|40"}}} -->
 				<!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|40"}},"layout":{"type":"flex","flexWrap":"wrap","verticalAlignment":"top"},"fontSize":"xxx-large"} -->
 				<!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|40"}},"layout":{"type":"flex","flexWrap":"wrap","verticalAlignment":"top"},"fontSize":"xxx-large"} -->
 				<div class="wp-block-group has-xxx-large-font-size">
 				<div class="wp-block-group has-xxx-large-font-size">
-					<!-- wp:post-title {"isLink":true,"fontSize":"xxx-large"} /-->
+					<!-- wp:post-title {"isLink":true} /-->
 
 
 					<!-- wp:post-featured-image {"height":"0.74em","style":{"layout":{"selfStretch":"fit","flexSize":null}}} /-->
 					<!-- wp:post-featured-image {"height":"0.74em","style":{"layout":{"selfStretch":"fit","flexSize":null}}} /-->
 
 

+ 2 - 2
luminance/templates/search.html

@@ -16,10 +16,10 @@
 	<div class="wp-block-query">
 	<div class="wp-block-query">
 		<!-- wp:group {"style":{"spacing":{"padding":{"right":"var:preset|spacing|50","left":"var:preset|spacing|50"}}},"layout":{"type":"default"}} -->
 		<!-- wp:group {"style":{"spacing":{"padding":{"right":"var:preset|spacing|50","left":"var:preset|spacing|50"}}},"layout":{"type":"default"}} -->
 		<div class="wp-block-group" style="padding-right:var(--wp--preset--spacing--50);padding-left:var(--wp--preset--spacing--50)">
 		<div class="wp-block-group" style="padding-right:var(--wp--preset--spacing--50);padding-left:var(--wp--preset--spacing--50)">
-			<!-- wp:post-template -->
+			<!-- wp:post-template {"style":{"spacing":{"blockGap":"var:preset|spacing|40"}}} -->
 				<!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|40"}},"layout":{"type":"flex","flexWrap":"wrap","verticalAlignment":"top"},"fontSize":"xxx-large"} -->
 				<!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|40"}},"layout":{"type":"flex","flexWrap":"wrap","verticalAlignment":"top"},"fontSize":"xxx-large"} -->
 				<div class="wp-block-group has-xxx-large-font-size">
 				<div class="wp-block-group has-xxx-large-font-size">
-					<!-- wp:post-title {"isLink":true,"fontSize":"xxx-large"} /-->
+					<!-- wp:post-title {"isLink":true} /-->
 
 
 					<!-- wp:post-featured-image {"isLink":true,"height":"0.74em"} /-->
 					<!-- wp:post-featured-image {"isLink":true,"height":"0.74em"} /-->
 
 

+ 1 - 1
luminance/templates/singular.html

@@ -8,7 +8,7 @@
 <main class="wp-block-group" style="border-right-color:var(--wp--preset--color--contrast);border-right-width:1px;border-left-color:var(--wp--preset--color--contrast);border-left-width:1px;margin-top:0px;margin-bottom:0px;padding-top:var(--wp--preset--spacing--70);padding-bottom:var(--wp--preset--spacing--70)">
 <main class="wp-block-group" style="border-right-color:var(--wp--preset--color--contrast);border-right-width:1px;border-left-color:var(--wp--preset--color--contrast);border-left-width:1px;margin-top:0px;margin-bottom:0px;padding-top:var(--wp--preset--spacing--70);padding-bottom:var(--wp--preset--spacing--70)">
 	<!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|40","padding":{"right":"var:preset|spacing|50","left":"var:preset|spacing|50"}}},"layout":{"type":"flex","flexWrap":"wrap","verticalAlignment":"top"},"fontSize":"xxx-large"} -->
 	<!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|40","padding":{"right":"var:preset|spacing|50","left":"var:preset|spacing|50"}}},"layout":{"type":"flex","flexWrap":"wrap","verticalAlignment":"top"},"fontSize":"xxx-large"} -->
 	<div class="wp-block-group has-xxx-large-font-size" style="padding-right:var(--wp--preset--spacing--50);padding-left:var(--wp--preset--spacing--50)">
 	<div class="wp-block-group has-xxx-large-font-size" style="padding-right:var(--wp--preset--spacing--50);padding-left:var(--wp--preset--spacing--50)">
-		<!-- wp:post-title {"fontSize":"xxx-large"} /-->
+		<!-- wp:post-title /-->
 
 
 		<!-- wp:post-featured-image {"height":"0.74em"} /-->
 		<!-- wp:post-featured-image {"height":"0.74em"} /-->
 
 

+ 110 - 59
luminance/theme.json

@@ -6,9 +6,9 @@
 			"custom": true,
 			"custom": true,
 			"customDuotone": true,
 			"customDuotone": true,
 			"customGradient": true,
 			"customGradient": true,
-			"defaultDuotone": true,
-			"defaultGradients": true,
-			"defaultPalette": true,
+			"defaultDuotone": false,
+			"defaultGradients": false,
+			"defaultPalette": false,
 			"duotone": [],
 			"duotone": [],
 			"gradients": [],
 			"gradients": [],
 			"palette": [
 			"palette": [
@@ -41,41 +41,44 @@
 		"spacing": {
 		"spacing": {
 			"customSpacingSize": true,
 			"customSpacingSize": true,
 			"spacingScale": {
 			"spacingScale": {
-				"increment": 1.5,
-				"mediumStep": 1.5,
-				"operator": "*",
-				"steps": 7,
-				"unit": "rem"
+				"steps": 0
 			},
 			},
 			"spacingSizes": [
 			"spacingSizes": [
 				{
 				{
-					"name": "1",
+					"name": "2X-Small",
+					"size": "0.125rem",
+					"slug": "20"
+				},
+				{
+					"name": "X-Small",
 					"size": "0.25rem",
 					"size": "0.25rem",
 					"slug": "30"
 					"slug": "30"
 				},
 				},
 				{
 				{
-					"name": "2",
+					"name": "Small",
 					"size": "1rem",
 					"size": "1rem",
 					"slug": "40"
 					"slug": "40"
 				},
 				},
 				{
 				{
-					"name": "3",
-					"size": "2rem",
+					"name": "Medium",
+					"size": "clamp(1rem, 2.6666667vw, 2rem)",
 					"slug": "50"
 					"slug": "50"
 				},
 				},
 				{
 				{
-					"name": "4",
+					"name": "Large",
 					"size": "4rem",
 					"size": "4rem",
+					"size": "clamp(2rem, 5.3333333vw, 4rem)",
 					"slug": "60"
 					"slug": "60"
 				},
 				},
 				{
 				{
-					"name": "5",
+					"name": "X-Large",
 					"size": "6rem",
 					"size": "6rem",
+					"size": "clamp(3rem, 8vw, 6rem)",
 					"slug": "70"
 					"slug": "70"
 				},
 				},
 				{
 				{
-					"name": "6",
-					"size": "8rem",
+					"name": "2X-Large",
+					"size": "clamp(4rem, 10.6666667vw, 8rem)",
 					"slug": "80"
 					"slug": "80"
 				}
 				}
 			],
 			],
@@ -261,6 +264,14 @@
 	},
 	},
 	"styles": {
 	"styles": {
 		"blocks": {
 		"blocks": {
+			"core/archives": {
+				"css": "& {list-style-type:none;}",
+				"spacing": {
+					"padding": {
+						"left": "0"
+					}
+				}
+			},
 			"core/avatar": {
 			"core/avatar": {
 				"border": {
 				"border": {
 					"radius": "999px"
 					"radius": "999px"
@@ -274,10 +285,10 @@
 						},
 						},
 						"spacing": {
 						"spacing": {
 							"padding": {
 							"padding": {
-								"bottom": "11px",
-								"left": "33px",
-								"right": "33px",
-								"top": "11px"
+								"bottom": "calc(0.75rem - 1px)",
+								"left": "calc(2.125rem - 1px)",
+								"right": "calc(2.125rem - 1px)",
+								"top": "calc(0.75rem - 1px)"
 							}
 							}
 						}
 						}
 					}
 					}
@@ -289,19 +300,19 @@
 				}
 				}
 			},
 			},
 			"core/calendar": {
 			"core/calendar": {
-				"css": ".wp-block-calendar table:where(:not(.has-text-color)) {color: var(--wp--preset--color--contrast);} .wp-block-calendar table:where(:not(.has-text-color)) td,.wp-block-calendar table:where(:not(.has-text-color)) th {border-color: var(--wp--preset--color--contrast);}:where(.wp-block-calendar table:not(.has-background) th) {background-color: var(--wp--preset--color--contrast);color: var(--wp--preset--color--base);}"
+				"css": ".wp-block-calendar table:where(:not(.has-text-color)) {color: var(--wp--preset--color--contrast);} &.wp-block-calendar table:where(:not(.has-text-color)) td {border-color: var(--wp--preset--color--contrast);} &.wp-block-calendar table:where(:not(.has-text-color)) th {color: var(--wp--preset--color--base);border-color: var(--wp--preset--color--contrast);} & :where(.wp-block-calendar table:not(.has-background) th) {background-color: var(--wp--preset--color--contrast);color: var(--wp--preset--color--contrast);}"
 			},
 			},
 			"core/categories": {
 			"core/categories": {
+				"css": "& {list-style-type:none;}",
 				"spacing": {
 				"spacing": {
 					"padding": {
 					"padding": {
-						"left": "var(--wp--preset--spacing--50)"
+						"left": "0"
 					}
 					}
 				}
 				}
 			},
 			},
 			"core/code": {
 			"core/code": {
 				"border": {
 				"border": {
 					"color": "var(--wp--preset--color--contrast)",
 					"color": "var(--wp--preset--color--contrast)",
-					"radius": "0",
 					"style": "solid",
 					"style": "solid",
 					"width": "1px"
 					"width": "1px"
 				},
 				},
@@ -314,7 +325,15 @@
 					}
 					}
 				},
 				},
 				"typography": {
 				"typography": {
-					"fontFamily": "monospace"
+					"fontFamily": "monospace",
+					"fontSize": "var(--wp--preset--font-size--small)"
+				}
+			},
+			"core/columns": {
+				"spacing": {
+					"margin": {
+						"bottom": "0"
+					}
 				}
 				}
 			},
 			},
 			"core/comment-author-name": {
 			"core/comment-author-name": {
@@ -323,6 +342,12 @@
 				}
 				}
 			},
 			},
 			"core/comment-content": {
 			"core/comment-content": {
+				"css": "& p{margin-bottom:0;} & p+p{margin-top:var(--wp--preset--spacing--50)}",
+				"spacing": {
+					"margin": {
+						"top": "var(--wp--preset--spacing--50)"
+					}
+				},
 				"typography": {
 				"typography": {
 					"fontSize": "var(--wp--preset--font-size--small)"
 					"fontSize": "var(--wp--preset--font-size--small)"
 				}
 				}
@@ -356,7 +381,7 @@
 							"text": "var(--wp--preset--color--contrast)"
 							"text": "var(--wp--preset--color--contrast)"
 						},
 						},
 						"spacing": {
 						"spacing": {
-							"padding": "3.5px 18px"
+							"padding": "0.078125rem 1rem"
 						},
 						},
 						"typography": {
 						"typography": {
 							"textDecoration": "none"
 							"textDecoration": "none"
@@ -374,12 +399,6 @@
 				}
 				}
 			},
 			},
 			"core/comments-title": {
 			"core/comments-title": {
-				"spacing": {
-					"margin": {
-						"bottom": "var(--wp--preset--spacing--50)",
-						"top": "0px"
-					}
-				},
 				"typography": {
 				"typography": {
 					"fontSize": "var(--wp--preset--font-size--large)"
 					"fontSize": "var(--wp--preset--font-size--large)"
 				}
 				}
@@ -398,18 +417,15 @@
 				"css": ".wp-block-group:empty{margin:0!important;padding:0!important;border:none!important;}"
 				"css": ".wp-block-group:empty{margin:0!important;padding:0!important;border:none!important;}"
 			},
 			},
 			"core/latest-comments": {
 			"core/latest-comments": {
-				"css": " .wp-block-latest-comments__comment-date {font-size:inherit;} :where(.wp-block-latest-comments:not([style*=line-height] .wp-block-latest-comments__comment-excerpt p)){line-height:inherit;} .wp-block-latest-comments__comment-excerpt p{font-size:inherit; margin:0 0 var(--wp--preset--spacing--50) 0;}",
+				"css": "& .wp-block-latest-comments__comment-meta{font-size: inherit;} & .wp-block-latest-comments__comment-date{font-size: inherit;} & .wp-block-latest-comments__comment-excerpt p{font-size: inherit;} & .wp-block-latest-comments__comment-excerpt p{margin:0 0 var(--wp--style--block-gap);} &:where(.wp-block-latest-comments:not([style*=line-height] .wp-block-latest-comments__comment-excerpt p)){line-height:inherit;}",
 				"spacing": {
 				"spacing": {
 					"padding": {
 					"padding": {
 						"left": "0px"
 						"left": "0px"
 					}
 					}
-				},
-				"typography": {
-					"fontSize": "var(--wp--preset--font-size--medium)"
 				}
 				}
 			},
 			},
 			"core/latest-posts": {
 			"core/latest-posts": {
-				"css": " .wp-block-latest-posts__post-author, .wp-block-latest-posts__post-date {font-size: inherit;} .wp-block-latest-posts__post-excerpt{margin:0 0 var(--wp--preset--spacing--50) 0;}"
+				"css": " .wp-block-latest-posts__post-author{font-size: inherit;} & .wp-block-latest-posts__post-date{font-size: inherit;} & .wp-block-latest-posts__post-excerpt{margin:0 0 var(--wp--style--block-gap)}"
 			},
 			},
 			"core/list": {
 			"core/list": {
 				"spacing": {
 				"spacing": {
@@ -432,7 +448,7 @@
 				}
 				}
 			},
 			},
 			"core/post-author": {
 			"core/post-author": {
-				"css": ".wp-block-post-author .wp-block-post-author__bio {font-size:inherit;} .wp-block-post-author__avatar img {vertical-align:middle;} .wp-block-post-author__bio {margin:0;} .wp-block-post-author__avatar img {border-radius: 999px;}"
+				"css": ".wp-block-post-author .wp-block-post-author__byline{font-size:inherit;}&.wp-block-post-author .wp-block-post-author__name a{text-decoration:none;} &.wp-block-post-author .wp-block-post-author__bio{font-size:inherit;margin:0;} & .wp-block-post-author__avatar img{border-radius: 999px;vertical-align:middle;}"
 			},
 			},
 			"core/post-author-name": {
 			"core/post-author-name": {
 				"typography": {
 				"typography": {
@@ -451,7 +467,7 @@
 				}
 				}
 			},
 			},
 			"core/post-comments-form": {
 			"core/post-comments-form": {
-				"css": ".wp-block-post-comments-form .comment-form input:not([type=submit]):not([type=checkbox]), .wp-block-post-comments-form .comment-form textarea {font-size: var(--wp--preset--font-size--small); line-height: inherit;} .wp-block-post-comments-form .form-submit {margin-bottom: 0;} .comment-reply-title {font-size: var(--wp--preset--font-size--large)}"
+				"css": "&.comment-form input:not([type=submit]):not([type=checkbox]){font-size: var(--wp--preset--font-size--small);line-height: calc(1em + 0.56rem);} & .comment-form textarea{font-size: var(--wp--preset--font-size--small);line-height: calc(1em + 0.56rem);} & .comment-form > *{margin-top:var(--wp--style--block-gap);margin-bottom:0} & .comment-reply-title{font-size: var(--wp--preset--font-size--large);margin-top:var(--wp--style--block-gap);}"
 			},
 			},
 			"core/post-comments-link": {
 			"core/post-comments-link": {
 				"typography": {
 				"typography": {
@@ -463,6 +479,14 @@
 			},
 			},
 			"core/post-content": {
 			"core/post-content": {
 				"elements": {
 				"elements": {
+					"heading": {
+						"spacing": {
+							"margin": {
+								"bottom": "var(--wp--preset--spacing--50)",
+								"top": "var(--wp--preset--spacing--60)"
+							}
+						}
+					},
 					"link": {
 					"link": {
 						":hover": {
 						":hover": {
 							"typography": {
 							"typography": {
@@ -492,9 +516,6 @@
 					"lineHeight": "1"
 					"lineHeight": "1"
 				}
 				}
 			},
 			},
-			"core/post-template": {
-				"css": ".wp-block-post-template > * + * { margin-top: var(--wp--preset--spacing--40);}"
-			},
 			"core/post-terms": {
 			"core/post-terms": {
 				"typography": {
 				"typography": {
 					"fontFamily": "var(--wp--preset--font-family--instrument-serif)",
 					"fontFamily": "var(--wp--preset--font-family--instrument-serif)",
@@ -506,7 +527,7 @@
 			"core/post-title": {
 			"core/post-title": {
 				"css": ".wp-block-post-title{text-wrap:balance;}",
 				"css": ".wp-block-post-title{text-wrap:balance;}",
 				"typography": {
 				"typography": {
-					"fontSize": "var(--wp--preset--font-size--xx-large)",
+					"fontSize": "var(--wp--preset--font-size--xxx-large)",
 					"letterSpacing": "-0.01em",
 					"letterSpacing": "-0.01em",
 					"lineHeight": "0.8",
 					"lineHeight": "0.8",
 					"textTransform": "uppercase"
 					"textTransform": "uppercase"
@@ -518,9 +539,14 @@
 					"style": "solid",
 					"style": "solid",
 					"width": "1px 0"
 					"width": "1px 0"
 				},
 				},
-				"css": ".wp-block-pullquote cite {display:block;margin-top: var(--wp--preset--spacing--50)} .wp-block-pullquote p{margin: 0;}",
+				"css": ".wp-block-pullquote cite {display:block;margin-top: var(--wp--preset--spacing--50)}",
 				"spacing": {
 				"spacing": {
-					"padding": "var(--wp--preset--spacing--50)"
+					"padding": {
+						"bottom": "var(--wp--preset--spacing--50)",
+						"left": "var(--wp--preset--spacing--50)",
+						"right": "var(--wp--preset--spacing--50)",
+						"top": "var(--wp--preset--spacing--50)"
+					}
 				},
 				},
 				"typography": {
 				"typography": {
 					"fontSize": "var(--wp--preset--font-size--medium)",
 					"fontSize": "var(--wp--preset--font-size--medium)",
@@ -528,7 +554,6 @@
 				}
 				}
 			},
 			},
 			"core/query-pagination": {
 			"core/query-pagination": {
-				"css": ".wp-block-query-pagination .wp-block-query-pagination-next, .wp-block-query-pagination .wp-block-query-pagination-previous, .wp-block-query-pagination .wp-block-query-pagination-numbers {margin-bottom:0;}",
 				"typography": {
 				"typography": {
 					"fontSize": "var(--wp--preset--font-size--small)",
 					"fontSize": "var(--wp--preset--font-size--small)",
 					"fontStyle": "normal",
 					"fontStyle": "normal",
@@ -536,6 +561,15 @@
 					"textTransform": "uppercase"
 					"textTransform": "uppercase"
 				}
 				}
 			},
 			},
+			"core/query-pagination-next": {
+				"css": ".wp-block-query-pagination-next{margin:0;}"
+			},
+			"core/query-pagination-numbers": {
+				"css": ".wp-block-query-pagination-numbers{margin:0;}"
+			},
+			"core/query-pagination-previous": {
+				"css": ".wp-block-query-pagination-previous{margin:0;}"
+			},
 			"core/query-title": {
 			"core/query-title": {
 				"typography": {
 				"typography": {
 					"fontSize": "var(--wp--preset--font-size--x-large)",
 					"fontSize": "var(--wp--preset--font-size--x-large)",
@@ -554,7 +588,7 @@
 					}
 					}
 				},
 				},
 				"typography": {
 				"typography": {
-					"fontStyle": "normal"
+					"fontStyle": "italic"
 				},
 				},
 				"variations": {
 				"variations": {
 					"plain": {
 					"plain": {
@@ -573,9 +607,9 @@
 				}
 				}
 			},
 			},
 			"core/search": {
 			"core/search": {
-				"css": ".wp-block-search__button-inside .wp-block-search__inside-wrapper {padding: 0;} :where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) {background-color: #ffffff; border-color: #949494;} :where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input {padding: 0 0 0 8px;} :where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-element-button {border-radius:0;} :where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-element-button, :where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-element-button:hover, :where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-element-button:focus {background-color: var(--wp--preset--color--contrast);}",
+				"css": ".wp-block-search__button-inside .wp-block-search__inside-wrapper {padding:0;} & :where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) {background-color:#ffffff; border-color:#949494;} & :where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input {padding: 0 0 0 0.5rem;} & :where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-element-button {border-radius:0;}",
 				"typography": {
 				"typography": {
-					"fontSize": "var(--wp--preset--font-size--medium)",
+					"fontSize": "var(--wp--preset--font-size--small)",
 					"lineHeight": "1"
 					"lineHeight": "1"
 				}
 				}
 			},
 			},
@@ -587,7 +621,8 @@
 				},
 				},
 				"color": {
 				"color": {
 					"text": "var(--wp--preset--color--contrast)"
 					"text": "var(--wp--preset--color--contrast)"
-				}
+				},
+				"css": "&.wp-block-separator.is-style-wide{max-width:none;}"
 			},
 			},
 			"core/site-tagline": {
 			"core/site-tagline": {
 				"typography": {
 				"typography": {
@@ -619,10 +654,14 @@
 				}
 				}
 			},
 			},
 			"core/table": {
 			"core/table": {
-				"css": " + .wp-element-caption {text-align:center;} .wp-block-table thead{border-bottom-width: 1px;} .wp-block-table tfoot{border-top-width: 1px;} .wp-block-table .wp-element-caption{text-align:center;}"
+				"css": "& thead{border-bottom-width: 1px;} & tfoot{border-top-width: 1px;} & + .wp-element-caption{text-align:center;}"
 			},
 			},
 			"core/tag-cloud": {
 			"core/tag-cloud": {
-				"css": ".wp-block-tag-cloud.is-style-outline a {border-radius: 999px; padding: 0 var(--wp--preset--spacing--40);} .wp-block-tag-cloud.is-style-outline a:hover {color: var(--wp--preset--color--base); background-color: var(--wp--preset--color--contrast);}"
+				"css": ".wp-block-tag-cloud.is-style-outline{font-size:var(--wp--preset--font-size--small);line-height:1;} &.wp-block-tag-cloud.is-style-outline a {border-radius:999px;padding: 1.5px 1rem 1.5px;} &.wp-block-tag-cloud.is-style-outline a:hover {color: var(--wp--preset--color--base);background-color: var(--wp--preset--color--contrast);}",
+				"typography": {
+					"fontFamily": "var(--wp--preset--font-family--instrument-serif)",
+					"fontStyle": "italic"
+				}
 			},
 			},
 			"core/term-description": {
 			"core/term-description": {
 				"typography": {
 				"typography": {
@@ -669,10 +708,10 @@
 				},
 				},
 				"spacing": {
 				"spacing": {
 					"padding": {
 					"padding": {
-						"bottom": "12px",
-						"left": "34px",
-						"right": "34px",
-						"top": "12px"
+						"bottom": "0.75rem",
+						"left": "2.125rem",
+						"right": "2.125rem",
+						"top": "0.75rem"
 					}
 					}
 				},
 				},
 				"typography": {
 				"typography": {
@@ -745,10 +784,10 @@
 		"spacing": {
 		"spacing": {
 			"blockGap": "var(--wp--preset--spacing--50)",
 			"blockGap": "var(--wp--preset--spacing--50)",
 			"padding": {
 			"padding": {
-				"bottom": "0",
+				"bottom": "0px",
 				"left": "var(--wp--preset--spacing--50)",
 				"left": "var(--wp--preset--spacing--50)",
 				"right": "var(--wp--preset--spacing--50)",
 				"right": "var(--wp--preset--spacing--50)",
-				"top": "0"
+				"top": "0px"
 			}
 			}
 		},
 		},
 		"typography": {
 		"typography": {
@@ -760,11 +799,23 @@
 	"templateParts": [
 	"templateParts": [
 		{
 		{
 			"area": "header",
 			"area": "header",
-			"name": "header"
+			"name": "header",
+			"title": "Header"
 		},
 		},
 		{
 		{
 			"area": "footer",
 			"area": "footer",
-			"name": "footer"
+			"name": "footer",
+			"title": "Footer"
+		},
+		{
+			"area": "uncategorized",
+			"name": "post-meta",
+			"title": "Post Meta"
+		},
+		{
+			"area": "uncategorized",
+			"name": "comments",
+			"title": "Comments"
 		}
 		}
 	],
 	],
 	"version": 2,
 	"version": 2,