|
@@ -50,32 +50,37 @@
|
|
|
},
|
|
|
"spacingSizes": [
|
|
|
{
|
|
|
- "name": "1",
|
|
|
+ "name": "Extra Small",
|
|
|
"size": "0.25rem",
|
|
|
- "slug": "30"
|
|
|
+ "slug": "20"
|
|
|
},
|
|
|
{
|
|
|
- "name": "2",
|
|
|
+ "name": "Small",
|
|
|
"size": "0.5rem",
|
|
|
+ "slug": "30"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Medium",
|
|
|
+ "size": "1rem",
|
|
|
"slug": "40"
|
|
|
},
|
|
|
{
|
|
|
- "name": "3",
|
|
|
+ "name": "Large",
|
|
|
"size": "min(2rem, 5vw)",
|
|
|
"slug": "50"
|
|
|
},
|
|
|
{
|
|
|
- "name": "4",
|
|
|
+ "name": "Extra Large",
|
|
|
"size": "min(4rem, 10vw)",
|
|
|
"slug": "60"
|
|
|
},
|
|
|
{
|
|
|
- "name": "5",
|
|
|
+ "name": "Double Extra Large",
|
|
|
"size": "min(6rem, 15vw)",
|
|
|
"slug": "70"
|
|
|
},
|
|
|
{
|
|
|
- "name": "6",
|
|
|
+ "name": "Triple Extra Large",
|
|
|
"size": "min(8rem, 20vw)",
|
|
|
"slug": "80"
|
|
|
}
|
|
@@ -334,10 +339,10 @@
|
|
|
"outline": {
|
|
|
"spacing": {
|
|
|
"padding": {
|
|
|
- "bottom": "0.84375rem",
|
|
|
- "left": "1.75rem",
|
|
|
- "right": "1.75rem",
|
|
|
- "top": "0.84375rem"
|
|
|
+ "bottom": "calc(0.96875rem - 2px)",
|
|
|
+ "left": "calc(1.875rem - 2px)",
|
|
|
+ "right": "calc(1.875rem - 2px)",
|
|
|
+ "top": "calc(0.96875rem - 2px)"
|
|
|
}
|
|
|
}
|
|
|
}
|
|
@@ -349,7 +354,7 @@
|
|
|
}
|
|
|
},
|
|
|
"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 {border-color: var(--wp--preset--color--contrast);} &.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": " table:where(:not(.has-text-color)){color:var(--wp--preset--color--contrast);} & table:where(:not(.has-text-color)) td,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);}"
|
|
|
},
|
|
|
"core/categories": {
|
|
|
"elements": {
|
|
@@ -386,6 +391,13 @@
|
|
|
"lineHeight": "1.590909091"
|
|
|
}
|
|
|
},
|
|
|
+ "core/columns": {
|
|
|
+ "spacing": {
|
|
|
+ "margin": {
|
|
|
+ "bottom": "0"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
"core/comment-author-name": {
|
|
|
"elements": {
|
|
|
"link": {
|
|
@@ -407,7 +419,7 @@
|
|
|
}
|
|
|
},
|
|
|
"core/comment-content": {
|
|
|
- "css": "& p{margin:0;}& p+p{margin-top:1.75rem;}",
|
|
|
+ "css": " p{line-height:inherit;margin-bottom:0;} & p+p{margin-top:1.590909091em}",
|
|
|
"typography": {
|
|
|
"fontFamily": "var(--wp--preset--font-family--source-sans-3)",
|
|
|
"fontSize": "var(--wp--preset--font-size--small)",
|
|
@@ -436,26 +448,54 @@
|
|
|
}
|
|
|
},
|
|
|
"core/comment-edit-link": {
|
|
|
+ "css": " a{display:block;}",
|
|
|
"elements": {
|
|
|
"link": {
|
|
|
":hover": {
|
|
|
- "typography": {
|
|
|
- "textDecoration": "underline"
|
|
|
+ "border": {
|
|
|
+ "color": "var(--wp--preset--color--primary)"
|
|
|
+ },
|
|
|
+ "color": {
|
|
|
+ "background": "var(--wp--preset--color--primary)",
|
|
|
+ "text": "var(--wp--preset--color--base)"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "border": {
|
|
|
+ "color": "var(--wp--preset--color--contrast)",
|
|
|
+ "radius": "0",
|
|
|
+ "style": "solid",
|
|
|
+ "width": "1px"
|
|
|
+ },
|
|
|
+ "color": {
|
|
|
+ "text": "var(--wp--preset--color--contrast)"
|
|
|
+ },
|
|
|
+ "spacing": {
|
|
|
+ "padding": {
|
|
|
+ "bottom": "0.5rem",
|
|
|
+ "left": "0.75rem",
|
|
|
+ "right": "0.75rem",
|
|
|
+ "top": "0.5rem"
|
|
|
}
|
|
|
},
|
|
|
"typography": {
|
|
|
- "textDecoration": "none"
|
|
|
+ "fontSize": "var(--wp--preset--font-size--x-small)",
|
|
|
+ "letterSpacing": "0.04em",
|
|
|
+ "lineHeight": "1",
|
|
|
+ "textDecoration": "none",
|
|
|
+ "textTransform": "uppercase"
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
"typography": {
|
|
|
"fontFamily": "var(--wp--preset--font-family--source-sans-3)",
|
|
|
- "fontSize": "var(--wp--preset--font-size--small)",
|
|
|
+ "fontSize": "var(--wp--preset--font-size--x-small)",
|
|
|
+ "fontWeight": "500",
|
|
|
"letterSpacing": "normal",
|
|
|
- "lineHeight": "1.590909091"
|
|
|
+ "lineHeight": "1"
|
|
|
}
|
|
|
},
|
|
|
"core/comment-reply-link": {
|
|
|
+ "css": " a{display:block;}",
|
|
|
"elements": {
|
|
|
"link": {
|
|
|
":hover": {
|
|
@@ -471,22 +511,23 @@
|
|
|
"color": "var(--wp--preset--color--contrast)",
|
|
|
"radius": "0",
|
|
|
"style": "solid",
|
|
|
- "width": "1.5px"
|
|
|
+ "width": "1px"
|
|
|
},
|
|
|
"color": {
|
|
|
"text": "var(--wp--preset--color--contrast)"
|
|
|
},
|
|
|
"spacing": {
|
|
|
"padding": {
|
|
|
- "bottom": "0 0.5rem",
|
|
|
- "left": "0 0.5rem",
|
|
|
- "right": "0 0.5rem",
|
|
|
- "top": "0 0.5rem"
|
|
|
+ "bottom": "0.5rem",
|
|
|
+ "left": "0.75rem",
|
|
|
+ "right": "0.75rem",
|
|
|
+ "top": "0.5rem"
|
|
|
}
|
|
|
},
|
|
|
"typography": {
|
|
|
"fontSize": "var(--wp--preset--font-size--x-small)",
|
|
|
"letterSpacing": "0.04em",
|
|
|
+ "lineHeight": "1",
|
|
|
"textDecoration": "none",
|
|
|
"textTransform": "uppercase"
|
|
|
}
|
|
@@ -523,6 +564,7 @@
|
|
|
"core/comments-title": {
|
|
|
"spacing": {
|
|
|
"margin": {
|
|
|
+ "top": "var(--wp--style--block-gap)",
|
|
|
"bottom": "0"
|
|
|
}
|
|
|
}
|
|
@@ -530,20 +572,13 @@
|
|
|
"core/cover": {
|
|
|
"spacing": {
|
|
|
"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)"
|
|
|
+ "bottom": "var(--wp--style--block-gap)",
|
|
|
+ "left": "var(--wp--style--block-gap)",
|
|
|
+ "right": "var(--wp--style--block-gap)",
|
|
|
+ "top": "var(--wp--style--block-gap)"
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
- "core/details": {
|
|
|
- "typography": {
|
|
|
- "fontSize": "var(--wp--preset--font-size--medium)",
|
|
|
- "fontStyle": "normal",
|
|
|
- "fontWeight": "500"
|
|
|
- }
|
|
|
- },
|
|
|
"core/footnotes": {
|
|
|
"elements": {
|
|
|
"link": {
|
|
@@ -562,7 +597,7 @@
|
|
|
"css": " .wp-element-caption{text-align:center;}"
|
|
|
},
|
|
|
"core/latest-comments": {
|
|
|
- "css": " .wp-block-latest-comments__comment-author{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;}",
|
|
|
+ "css": " .wp-block-latest-comments__comment-meta{font-size: inherit;} & .wp-block-latest-comments__comment-date, .wp-block-latest-comments__comment-excerpt p{font-size: inherit;margin:0;} &:where(.wp-block-latest-comments:not([style*=line-height] .wp-block-latest-comments__comment-excerpt p)){line-height:inherit;}",
|
|
|
"elements": {
|
|
|
"link": {
|
|
|
":hover": {
|
|
@@ -582,7 +617,7 @@
|
|
|
}
|
|
|
},
|
|
|
"core/latest-posts": {
|
|
|
- "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)}",
|
|
|
+ "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--style--block-gap);",
|
|
|
"elements": {
|
|
|
"link": {
|
|
|
":hover": {
|
|
@@ -599,7 +634,7 @@
|
|
|
"core/list": {
|
|
|
"spacing": {
|
|
|
"padding": {
|
|
|
- "left": "var(--wp--preset--spacing--40)"
|
|
|
+ "left": "var(--wp--style--block-gap)"
|
|
|
}
|
|
|
}
|
|
|
},
|
|
@@ -618,7 +653,7 @@
|
|
|
}
|
|
|
},
|
|
|
"spacing": {
|
|
|
- "blockGap": "var(--wp--preset--spacing--50)"
|
|
|
+ "blockGap": "var(--wp--style--block-gap)"
|
|
|
},
|
|
|
"typography": {
|
|
|
"fontSize": "var(--wp--preset--font-size--small)",
|
|
@@ -645,7 +680,7 @@
|
|
|
}
|
|
|
},
|
|
|
"core/post-author": {
|
|
|
- "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;margin-top:4px;vertical-align:middle;}",
|
|
|
+ "css": " .wp-block-post-author__byline, .wp-block-post-author__name, .wp-block-post-author__bio{font-size:inherit;} & .wp-block-post-author__name a{text-decoration:none;} & .wp-block-post-author__avatar img{border-radius:999px;margin-top:4px;} & .wp-block-post-author__bio{margin:0;}",
|
|
|
"elements": {
|
|
|
"link": {
|
|
|
":hover": {
|
|
@@ -712,7 +747,7 @@
|
|
|
}
|
|
|
},
|
|
|
"core/post-comments-form": {
|
|
|
- "css": ".wp-block-post-comments-form .comment-form input:not([type=submit]):not([type=checkbox]){line-height: inherit;}&.wp-block-post-comments-form .comment-form textarea{line-height: inherit;}&.wp-block-post-comments-form .form-submit {margin-bottom: 0;}&.wp-block-post-comments-form .comment-form > *:not(.comment-form-cookies-consent,.comment-subscription-form){margin-top:var(--wp--preset--spacing--50);margin-bottom:0;}}",
|
|
|
+ "css": " .comment-form input:not([type=submit]):not([type=checkbox]){line-height: inherit;} & .comment-form textarea{line-height:inherit;} & .comment-form > *{margin-top:var(--wp--style--block-gap);margin-bottom:0} & .comment-reply-title{margin-top:var(--wp--style--block-gap)}",
|
|
|
"typography": {
|
|
|
"fontSize": "var(--wp--preset--font-size--small)",
|
|
|
"lineHeight": "1.590909091"
|
|
@@ -738,6 +773,18 @@
|
|
|
"lineHeight": "1.590909091"
|
|
|
}
|
|
|
},
|
|
|
+ "core/post-content": {
|
|
|
+ "elements": {
|
|
|
+ "heading": {
|
|
|
+ "spacing": {
|
|
|
+ "margin": {
|
|
|
+ "bottom": "var(--wp--style--block-gap)",
|
|
|
+ "top": "calc(var(--wp--style--block-gap) * 2)"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
"core/post-date": {
|
|
|
"elements": {
|
|
|
"link": {
|
|
@@ -759,7 +806,7 @@
|
|
|
}
|
|
|
},
|
|
|
"core/post-excerpt": {
|
|
|
- "css": ".wp-block-post-excerpt .wp-block-post-excerpt__excerpt{line-height: inherit;}"
|
|
|
+ "css": " .wp-block-post-excerpt__excerpt{line-height: inherit;}"
|
|
|
},
|
|
|
"core/post-featured-image": {
|
|
|
"border": {
|
|
@@ -837,17 +884,17 @@
|
|
|
},
|
|
|
"core/pullquote": {
|
|
|
"border": {
|
|
|
- "color": "var(--wp--preset--color--contrast)",
|
|
|
+ "color": "currentColor",
|
|
|
"style": "solid",
|
|
|
"width": "4px 0"
|
|
|
},
|
|
|
- "css": ".wp-block-pullquote cite {display:block;margin-top: var(--wp--preset--spacing--50)}",
|
|
|
+ "css": " cite {display:block;margin-top: var(--wp--style--block-gap)}",
|
|
|
"spacing": {
|
|
|
"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)"
|
|
|
+ "bottom": "var(--wp--style--block-gap)",
|
|
|
+ "left": "var(--wp--style--block-gap)",
|
|
|
+ "right": "var(--wp--style--block-gap)",
|
|
|
+ "top": "var(--wp--style--block-gap)"
|
|
|
}
|
|
|
},
|
|
|
"typography": {
|
|
@@ -856,7 +903,6 @@
|
|
|
}
|
|
|
},
|
|
|
"core/query-pagination": {
|
|
|
- "css": ".wp-block-query-pagination .wp-block-query-pagination-next{margin-bottom:5px;}&.wp-block-query-pagination .wp-block-query-pagination-previous{margin-bottom:0;}",
|
|
|
"elements": {
|
|
|
"link": {
|
|
|
":hover": {
|
|
@@ -879,12 +925,14 @@
|
|
|
"lineHeight": "1.018033741"
|
|
|
}
|
|
|
},
|
|
|
+ "core/query-pagination-next": {
|
|
|
+ "css": ".wp-block-query-pagination-next{margin:0;}"
|
|
|
+ },
|
|
|
"core/query-pagination-numbers": {
|
|
|
- "css": ".wp-block-query-pagination-numbers{margin-bottom:0;} &.wp-block-query-pagination-numbers>*{padding:0 5px;}",
|
|
|
- "typography": {
|
|
|
- "fontSize": "var(--wp--preset--font-size--medium)",
|
|
|
- "lineHeight": "1.2727272"
|
|
|
- }
|
|
|
+ "css": ".wp-block-query-pagination-numbers{margin:0;} &.wp-block-query-pagination-numbers>*{padding:0 5px;}"
|
|
|
+ },
|
|
|
+ "core/query-pagination-previous": {
|
|
|
+ "css": ".wp-block-query-pagination-previous{margin:0;}"
|
|
|
},
|
|
|
"core/query-title": {
|
|
|
"typography": {
|
|
@@ -898,9 +946,10 @@
|
|
|
"style": "solid",
|
|
|
"width": "0 0 0 4px"
|
|
|
},
|
|
|
+ "css": ".is-style-plain cite{font-style:normal;}",
|
|
|
"spacing": {
|
|
|
"padding": {
|
|
|
- "left": "var(--wp--preset--spacing--50)"
|
|
|
+ "left": "var(--wp--style--block-gap)"
|
|
|
}
|
|
|
},
|
|
|
"typography": {
|
|
@@ -943,7 +992,7 @@
|
|
|
}
|
|
|
},
|
|
|
"core/search": {
|
|
|
- "css": "& :where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-element-button.has-icon {padding:0.75rem} ",
|
|
|
+ "css": " .wp-block-search__button.has-icon{padding:0.75rem;}",
|
|
|
"typography": {
|
|
|
"fontSize": "var(--wp--preset--font-size--small)",
|
|
|
"lineHeight": "1"
|
|
@@ -998,13 +1047,13 @@
|
|
|
"core/social-links": {
|
|
|
"spacing": {
|
|
|
"blockGap": {
|
|
|
- "left": "var(--wp--preset--spacing--40)",
|
|
|
- "top": "var(--wp--preset--spacing--40)"
|
|
|
+ "left": "var(--wp--preset--spacing--30)",
|
|
|
+ "top": "var(--wp--preset--spacing--30)"
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
"core/table": {
|
|
|
- "css": " thead{border-bottom-width: 1px;} & tfoot{border-top-width: 1px;} & + .wp-element-caption{text-align:center;}"
|
|
|
+ "css": " td, th{border-color:var(--wp--preset--color--contrast);} & thead{border-bottom-width: 1px;} & tfoot{border-top-width: 1px;} & + .wp-element-caption{text-align:center;}"
|
|
|
},
|
|
|
"core/table-of-contents": {
|
|
|
"elements": {
|
|
@@ -1040,7 +1089,7 @@
|
|
|
}
|
|
|
},
|
|
|
"core/term-description": {
|
|
|
- "css": ".wp-block-term-description p+p{margin-top:var(--wp--preset--spacing--50)}",
|
|
|
+ "css": " p{line-height:inherit;} & p+p {margin-top:1.75rem;}",
|
|
|
"typography": {
|
|
|
"fontSize": "var(--wp--preset--font-size--small)",
|
|
|
"lineHeight": "1.590909091"
|
|
@@ -1098,12 +1147,12 @@
|
|
|
},
|
|
|
"spacing": {
|
|
|
"margin": {
|
|
|
- "bottom": "var(--wp--preset--spacing--50)",
|
|
|
+ "bottom": "var(--wp--style--block-gap)",
|
|
|
"top": "var(--wp--preset--spacing--30)"
|
|
|
},
|
|
|
"padding": {
|
|
|
- "left": "var(--wp--preset--spacing--50)",
|
|
|
- "right": "var(--wp--preset--spacing--50)"
|
|
|
+ "left": "var(--wp--style--block-gap)",
|
|
|
+ "right": "var(--wp--style--block-gap)"
|
|
|
}
|
|
|
},
|
|
|
"typography": {
|