Browse Source

Blockbase: Rebuild all blockbase children (#4804)

Ben Dwyer 3 years ago
parent
commit
04508853b6

+ 3 - 17
blockbase/assets/ponyfill.css

@@ -331,23 +331,9 @@ button:focus {
 	outline-offset: 2px;
 }
 
-input.wp-block-search__input::placeholder,
-input[type="text"]::placeholder,
-input[type="email"]::placeholder,
-input[type="url"]::placeholder,
-input[type="password"]::placeholder,
-input[type="search"]::placeholder,
-input[type="number"]::placeholder,
-input[type="tel"]::placeholder,
-input[type="range"]::placeholder,
-input[type="date"]::placeholder,
-input[type="month"]::placeholder,
-input[type="week"]::placeholder,
-input[type="time"]::placeholder,
-input[type="datetime"]::placeholder,
-input[type="datetime-local"]::placeholder,
-input[type="color"]::placeholder,
-textarea::placeholder {
+input[type="checkbox"]::placeholder,
+input[type="submit"]::placeholder,
+button::placeholder {
 	color: var(--wp--custom--form--color--text);
 	opacity: 0.66;
 }

+ 6 - 0
mayland-blocks/child-theme.json

@@ -79,6 +79,7 @@
 				"tertiary": "var(--wp--preset--color--tertiary)"
 			},
 			"gap": {
+				"baseline": "10px",
 				"horizontal": "min(32px, 5vw)"
 			},
 			"width": {
@@ -174,6 +175,11 @@
 					"lineHeight": "var(--wp--custom--heading--typography--line-height)"
 				}
 			},
+			"core/pullquote": {
+				"typography": {
+					"fontSize": "var(--wp--preset--font-size--huge)"
+				}
+			},
 			"core/site-title": {
 				"typography": {
 					"fontSize": "var(--wp--preset--font-size--large)"

+ 11 - 6
mayland-blocks/theme.json

@@ -443,6 +443,11 @@
 				}
 			},
 			"core/post-title": {
+				"spacing": {
+					"margin": {
+						"bottom": "0"
+					}
+				},
 				"typography": {
 					"fontFamily": "var(--wp--preset--font-family--poppins)",
 					"fontSize": "var(--wp--preset--font-size--huge)",
@@ -486,12 +491,6 @@
 					"width": "0 0 1px 0"
 				}
 			},
-			"core/site-title": {
-				"typography": {
-					"fontSize": "var(--wp--preset--font-size--large)",
-					"fontWeight": 700
-				}
-			},
 			"core/quote": {
 				"border": {
 					"color": "var(--wp--custom--color--primary)",
@@ -513,6 +512,12 @@
 					"fontSize": "var(--wp--preset--font-size--normal)",
 					"fontStyle": "normal"
 				}
+			},
+			"core/site-title": {
+				"typography": {
+					"fontSize": "var(--wp--preset--font-size--large)",
+					"fontWeight": 700
+				}
 			}
 		},
 		"color": {

+ 1 - 0
quadrat/assets/theme.css

@@ -502,6 +502,7 @@ input[type="submit"],
 input[type="datetime"],
 input[type="datetime-local"],
 input[type="color"],
+input[type="checkbox"],
 textarea {
 	font-size: var(--wp--preset--font-size--normal);
 }

+ 10 - 10
quadrat/theme.json

@@ -522,16 +522,6 @@
 					"width": "0 0 1px 0"
 				}
 			},
-			"core/site-title": {
-				"typography": {
-					"fontSize": "var(--wp--preset--font-size--normal)",
-					"fontWeight": 700,
-					"textTransform": "uppercase"
-				},
-				"color": {
-					"link": "var(--wp--custom--color--primary)"
-				}
-			},
 			"core/quote": {
 				"border": {
 					"color": "var(--wp--custom--color--primary)",
@@ -556,6 +546,16 @@
 					"lineHeight": "40px"
 				}
 			},
+			"core/site-title": {
+				"typography": {
+					"fontSize": "var(--wp--preset--font-size--normal)",
+					"fontWeight": 700,
+					"textTransform": "uppercase"
+				},
+				"color": {
+					"link": "var(--wp--custom--color--primary)"
+				}
+			},
 			"core/navigation-link": {
 				"color": {
 					"background": "transparent",

+ 3 - 1
seedlet-blocks/child-theme.json

@@ -103,6 +103,7 @@
 				}
 			},
 			"gap": {
+				"baseline": "10px",
 				"horizontal": "25px",
 				"vertical": "30px"
 			},
@@ -177,7 +178,8 @@
 			},
 			"core/post-title": {
 				"typography": {
-					"fontFamily": "var(--wp--preset--font-family--playfair-display)"
+					"fontFamily": "var(--wp--preset--font-family--playfair-display)",
+					"fontSize": "var(--wp--preset--font-size--huge)"
 				}
 			},
 			"core/pullquote": {

+ 16 - 11
seedlet-blocks/theme.json

@@ -467,6 +467,11 @@
 				}
 			},
 			"core/post-title": {
+				"spacing": {
+					"margin": {
+						"bottom": "0"
+					}
+				},
 				"typography": {
 					"fontFamily": "var(--wp--preset--font-family--playfair-display)",
 					"fontSize": "var(--wp--preset--font-size--huge)",
@@ -512,15 +517,6 @@
 					"width": "0 0 1px 0"
 				}
 			},
-			"core/site-title": {
-				"typography": {
-					"fontSize": "var(--wp--preset--font-size--normal)",
-					"fontWeight": 700
-				},
-				"color": {
-					"link": "var(--wp--custom--color--primary)"
-				}
-			},
 			"core/quote": {
 				"border": {
 					"color": "var(--wp--custom--color--primary)",
@@ -542,6 +538,15 @@
 					"fontSize": "var(--wp--preset--font-size--normal)",
 					"fontStyle": "normal"
 				}
+			},
+			"core/site-title": {
+				"typography": {
+					"fontSize": "var(--wp--preset--font-size--normal)",
+					"fontWeight": 700
+				},
+				"color": {
+					"link": "var(--wp--custom--color--primary)"
+				}
 			}
 		},
 		"color": {
@@ -582,7 +587,7 @@
 					"fontFamily": "var(--wp--preset--font-family--playfair-display)",
 					"fontWeight": "var(--wp--custom--heading--typography--font-weight)",
 					"lineHeight": "var(--wp--custom--heading--typography--line-height)",
-					"fontSize": "var(--wp--preset--font-size--huge)"
+					"fontSize": "var(--wp--preset--font-size--large)"
 				},
 				"spacing": {
 					"margin": {
@@ -596,7 +601,7 @@
 					"fontFamily": "var(--wp--preset--font-family--playfair-display)",
 					"fontWeight": "var(--wp--custom--heading--typography--font-weight)",
 					"lineHeight": "var(--wp--custom--heading--typography--line-height)",
-					"fontSize": "var(--wp--preset--font-size--large)"
+					"fontSize": "var(--wp--preset--font-size--medium)"
 				},
 				"spacing": {
 					"margin": {

+ 8 - 0
skatepark/child-theme.json

@@ -185,6 +185,9 @@
 			"fontSizes": {
 				"tiny": "16px"
 			},
+			"gap": {
+				"baseline": "10px"
+			},
 			"heading": {
 				"typography": {
 					"fontWeight": "700"
@@ -293,6 +296,11 @@
 					"fontWeight": "500"
 				}
 			},
+			"core/pullquote": {
+				"typography": {
+					"fontSize": "var(--wp--preset--font-size--huge)"
+				}
+			},
 			"core/separator": {
 				"border": {
 					"width": "0 0 3px 0"

+ 13 - 13
skatepark/theme.json

@@ -464,16 +464,16 @@
 				}
 			},
 			"core/post-title": {
+				"spacing": {
+					"margin": {
+						"bottom": "1em"
+					}
+				},
 				"typography": {
 					"fontFamily": "var(--wp--preset--font-family--red-hat-display)",
 					"fontSize": "min(max(48px, 7vw), 72px)",
 					"lineHeight": 1.2,
 					"fontWeight": "700"
-				},
-				"spacing": {
-					"margin": {
-						"bottom": "1em"
-					}
 				}
 			},
 			"core/post-date": {
@@ -514,14 +514,6 @@
 					"width": "0 0 3px 0"
 				}
 			},
-			"core/site-title": {
-				"typography": {
-					"fontSize": "var(--wp--preset--font-size--medium)",
-					"fontWeight": 900,
-					"letterSpacing": "0.05em",
-					"textTransform": "uppercase"
-				}
-			},
 			"core/quote": {
 				"border": {
 					"color": "var(--wp--custom--color--primary)",
@@ -544,6 +536,14 @@
 					"fontStyle": "normal"
 				}
 			},
+			"core/site-title": {
+				"typography": {
+					"fontSize": "var(--wp--preset--font-size--medium)",
+					"fontWeight": 900,
+					"letterSpacing": "0.05em",
+					"textTransform": "uppercase"
+				}
+			},
 			"core/cover": {
 				"spacing": {
 					"padding": "15vh"

+ 7 - 7
videomaker/theme.json

@@ -466,13 +466,6 @@
 					"width": "0 0 1px 0"
 				}
 			},
-			"core/site-title": {
-				"typography": {
-					"fontSize": "var(--wp--preset--font-size--normal)",
-					"fontWeight": 700,
-					"textTransform": "uppercase"
-				}
-			},
 			"core/quote": {
 				"border": {
 					"color": "var(--wp--custom--color--primary)",
@@ -495,6 +488,13 @@
 					"fontStyle": "normal"
 				}
 			},
+			"core/site-title": {
+				"typography": {
+					"fontSize": "var(--wp--preset--font-size--normal)",
+					"fontWeight": 700,
+					"textTransform": "uppercase"
+				}
+			},
 			"core/post-terms": {
 				"typography": {
 					"fontSize": "var(--wp--preset--font-size--small)"