|
@@ -1,4 +1,6 @@
|
|
|
{
|
|
|
+ "$schema": "https://schemas.wp.org/trunk/theme.json",
|
|
|
+ "version": 2,
|
|
|
"settings": {
|
|
|
"appearanceTools": true,
|
|
|
"color": {
|
|
@@ -173,11 +175,26 @@
|
|
|
},
|
|
|
"styles": {
|
|
|
"blocks": {
|
|
|
- "core/avatar": {
|
|
|
- "typography": {
|
|
|
- "lineHeight": "0"
|
|
|
+ "core/button": {
|
|
|
+ "variations": {
|
|
|
+ "outline": {
|
|
|
+ "border": {
|
|
|
+ "width": "1px"
|
|
|
+ },
|
|
|
+ "spacing": {
|
|
|
+ "padding": {
|
|
|
+ "bottom": "0.3125rem",
|
|
|
+ "left": "1.4375rem",
|
|
|
+ "right": "1.4375rem",
|
|
|
+ "top": "0.3125rem"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
}
|
|
|
},
|
|
|
+ "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:transparent;}"
|
|
|
+ },
|
|
|
"core/code": {
|
|
|
"border": {
|
|
|
"color": "var(--wp--preset--color--foreground)",
|
|
@@ -192,14 +209,6 @@
|
|
|
"fontFamily": "monospace"
|
|
|
}
|
|
|
},
|
|
|
- "core/columns": {
|
|
|
- "spacing": {
|
|
|
- "blockGap": "var(--wp--preset--spacing--50)",
|
|
|
- "margin": {
|
|
|
- "bottom": "var(--wp--preset--spacing--50)"
|
|
|
- }
|
|
|
- }
|
|
|
- },
|
|
|
"core/comment-author-name": {
|
|
|
"typography": {
|
|
|
"fontSize": "var(--wp--preset--font-size--x-small)"
|
|
@@ -234,12 +243,12 @@
|
|
|
},
|
|
|
"typography": {
|
|
|
"fontSize": "var(--wp--preset--font-size--medium)",
|
|
|
- "lineHeight": "1.666666667"
|
|
|
+ "lineHeight": "1.388888889"
|
|
|
}
|
|
|
},
|
|
|
- "core/file": {
|
|
|
- "typography": {
|
|
|
- "fontSize": "var(--wp--preset--font-size--small)"
|
|
|
+ "core/cover": {
|
|
|
+ "spacing": {
|
|
|
+ "padding": "var(--wp--preset--spacing--50)"
|
|
|
}
|
|
|
},
|
|
|
"core/gallery": {
|
|
@@ -250,12 +259,16 @@
|
|
|
}
|
|
|
},
|
|
|
"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:calc(1em + 0.5rem);}",
|
|
|
"spacing": {
|
|
|
"padding": {
|
|
|
"left": "0"
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
+ "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)}"
|
|
|
+ },
|
|
|
"core/list": {
|
|
|
"spacing": {
|
|
|
"padding": {
|
|
@@ -264,18 +277,9 @@
|
|
|
}
|
|
|
},
|
|
|
"core/navigation": {
|
|
|
+ "css": ".wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container {border-color: var(--wp--preset--color--contrast);border-width:0.5px}",
|
|
|
"elements": {
|
|
|
"link": {
|
|
|
- ":active": {
|
|
|
- "typography": {
|
|
|
- "textDecoration": "none"
|
|
|
- }
|
|
|
- },
|
|
|
- ":focus": {
|
|
|
- "typography": {
|
|
|
- "textDecoration": "underline dotted"
|
|
|
- }
|
|
|
- },
|
|
|
":hover": {
|
|
|
"typography": {
|
|
|
"textDecoration": "underline"
|
|
@@ -292,6 +296,15 @@
|
|
|
"lineHeight": "calc(1em + 0.5rem)"
|
|
|
}
|
|
|
},
|
|
|
+ "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{margin-top:4px;vertical-align:middle;}"
|
|
|
+ },
|
|
|
+ "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;}& .comment-reply-title{font-size:var(--wp--preset--font-size--medium);line-height:1.388888889;}"
|
|
|
+ },
|
|
|
+ "core/post-excerpt": {
|
|
|
+ "css": ".wp-block-post-excerpt p.wp-block-post-excerpt__excerpt{line-height: inherit;}"
|
|
|
+ },
|
|
|
"core/post-title": {
|
|
|
"elements": {
|
|
|
"link": {
|
|
@@ -307,7 +320,7 @@
|
|
|
},
|
|
|
"typography": {
|
|
|
"fontSize": "var(--wp--preset--font-size--medium)",
|
|
|
- "lineHeight": "1.666666667"
|
|
|
+ "lineHeight": "1.388888889"
|
|
|
}
|
|
|
},
|
|
|
"core/pullquote": {
|
|
@@ -316,8 +329,14 @@
|
|
|
"style": "solid",
|
|
|
"width": "1px 0"
|
|
|
},
|
|
|
+ "css": ".wp-block-pullquote cite{display:block;}",
|
|
|
"elements": {
|
|
|
"cite": {
|
|
|
+ "spacing": {
|
|
|
+ "margin": {
|
|
|
+ "top": "var(--wp--preset--spacing--50)"
|
|
|
+ }
|
|
|
+ },
|
|
|
"typography": {
|
|
|
"fontSize": "var(--wp--preset--font-size--x-small)",
|
|
|
"fontStyle": "normal",
|
|
@@ -326,17 +345,23 @@
|
|
|
}
|
|
|
},
|
|
|
"spacing": {
|
|
|
- "padding": "calc( var(--wp--preset--spacing--50) - 1em )"
|
|
|
+ "padding": "var(--wp--preset--spacing--50)"
|
|
|
},
|
|
|
"typography": {
|
|
|
"fontSize": "var(--wp--preset--font-size--small)",
|
|
|
"fontStyle": "italic"
|
|
|
}
|
|
|
},
|
|
|
+ "core/query-pagination": {
|
|
|
+ "css": ".wp-block-query-pagination .wp-block-query-pagination-next{margin-bottom:0;}&.wp-block-query-pagination .wp-block-query-pagination-previous{margin-bottom:0;}&.wp-block-query-pagination .wp-block-query-pagination-numbers {margin-bottom:0;}",
|
|
|
+ "typography": {
|
|
|
+ "lineHeight": "1"
|
|
|
+ }
|
|
|
+ },
|
|
|
"core/query-title": {
|
|
|
"typography": {
|
|
|
"fontSize": "var(--wp--preset--font-size--medium)",
|
|
|
- "lineHeight": "1.666666667"
|
|
|
+ "lineHeight": "1.388888889"
|
|
|
}
|
|
|
},
|
|
|
"core/quote": {
|
|
@@ -355,21 +380,26 @@
|
|
|
}
|
|
|
},
|
|
|
"typography": {
|
|
|
- "fontStyle": "normal"
|
|
|
- }
|
|
|
- },
|
|
|
- "core/read-more": {
|
|
|
- "spacing": {
|
|
|
- "margin": {
|
|
|
- "top": "var(--wp--preset--spacing--50)",
|
|
|
- "bottom": "var(--wp--preset--spacing--50)"
|
|
|
+ "fontStyle": "italic"
|
|
|
+ },
|
|
|
+ "variations": {
|
|
|
+ "plain": {
|
|
|
+ "border": {
|
|
|
+ "width": "0"
|
|
|
+ },
|
|
|
+ "spacing": {
|
|
|
+ "padding": {
|
|
|
+ "left": "0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "typography": {
|
|
|
+ "fontStyle": "normal"
|
|
|
+ }
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
"core/search": {
|
|
|
- "typography": {
|
|
|
- "fontSize": "var(--wp--preset--font-size--small)"
|
|
|
- }
|
|
|
+ "css": "&.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input{border-radius:999px;}& .wp-block-search__inside-wrapper{border-radius:999px;}& :where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-element-button.has-icon{padding:0.375rem;}"
|
|
|
},
|
|
|
"core/separator": {
|
|
|
"border": {
|
|
@@ -397,8 +427,14 @@
|
|
|
"typography": {
|
|
|
"fontSize": "var(--wp--preset--font-size--medium)",
|
|
|
"fontWeight": "700",
|
|
|
- "lineHeight": "1.666666667"
|
|
|
+ "lineHeight": "1.388888889"
|
|
|
}
|
|
|
+ },
|
|
|
+ "core/tag-cloud": {
|
|
|
+ "css": ".wp-block-tag-cloud.is-style-outline{font-size:var(--wp--preset--font-size--small)}&.wp-block-tag-cloud.is-style-outline a {border-radius: 999px;padding: 0 1rem;}&.wp-block-tag-cloud.is-style-outline a:hover {color: var(--wp--preset--color--base);background-color: var(--wp--preset--color--primary);}"
|
|
|
+ },
|
|
|
+ "core/term-description": {
|
|
|
+ "css": ".wp-block-term-description p+p{margin-top:1.25rem;}"
|
|
|
}
|
|
|
},
|
|
|
"color": {
|
|
@@ -433,30 +469,36 @@
|
|
|
"text": "var(--wp--preset--color--background)"
|
|
|
},
|
|
|
"spacing": {
|
|
|
- "padding": "0.5em 2em"
|
|
|
+ "padding": {
|
|
|
+ "bottom": "0.375rem",
|
|
|
+ "left": "1.5rem",
|
|
|
+ "right": "1.5rem",
|
|
|
+ "top": "0.375rem"
|
|
|
+ }
|
|
|
}
|
|
|
},
|
|
|
"h1": {
|
|
|
"typography": {
|
|
|
- "fontSize": "var(--wp--preset--font-size--x-large)",
|
|
|
- "lineHeight": "1.205787781"
|
|
|
+ "fontSize": "var(--wp--preset--font-size--large)",
|
|
|
+ "lineHeight": "1.350308642"
|
|
|
}
|
|
|
},
|
|
|
"h2": {
|
|
|
"typography": {
|
|
|
- "fontSize": "var(--wp--preset--font-size--large)",
|
|
|
- "lineHeight": "1.350308642"
|
|
|
+ "fontSize": "var(--wp--preset--font-size--medium)",
|
|
|
+ "lineHeight": "1.388888889"
|
|
|
}
|
|
|
},
|
|
|
"h3": {
|
|
|
"typography": {
|
|
|
- "fontSize": "var(--wp--preset--font-size--medium)",
|
|
|
- "lineHeight": "1.666666667"
|
|
|
+ "fontSize": "var(--wp--preset--font-size--small)",
|
|
|
+ "lineHeight": "calc(1em + 0.5rem)"
|
|
|
}
|
|
|
},
|
|
|
"h4": {
|
|
|
"typography": {
|
|
|
- "fontSize": "var(--wp--preset--font-size--small)"
|
|
|
+ "fontSize": "var(--wp--preset--font-size--x-small)",
|
|
|
+ "lineHeight": "1.2"
|
|
|
}
|
|
|
},
|
|
|
"h5": {
|
|
@@ -469,14 +511,14 @@
|
|
|
"h6": {
|
|
|
"typography": {
|
|
|
"fontSize": "var(--wp--preset--font-size--x-small)",
|
|
|
+ "fontWeight": 400,
|
|
|
"lineHeight": "1.2"
|
|
|
}
|
|
|
},
|
|
|
"heading": {
|
|
|
"typography": {
|
|
|
"fontFamily": "var(--wp--preset--font-family--archivo)",
|
|
|
- "fontWeight": "700",
|
|
|
- "lineHeight": "calc(1em + 0.5rem)"
|
|
|
+ "fontWeight": "700"
|
|
|
}
|
|
|
},
|
|
|
"link": {
|
|
@@ -491,10 +533,10 @@
|
|
|
}
|
|
|
},
|
|
|
"spacing": {
|
|
|
- "blockGap": "1.5rem",
|
|
|
+ "blockGap": "var(--wp--preset--spacing--50)",
|
|
|
"padding": {
|
|
|
- "right": "var(--wp--style--block-gap)",
|
|
|
- "left": "var(--wp--style--block-gap)"
|
|
|
+ "right": "var(--wp--preset--spacing--50)",
|
|
|
+ "left": "var(--wp--preset--spacing--50)"
|
|
|
}
|
|
|
},
|
|
|
"typography": {
|
|
@@ -506,13 +548,50 @@
|
|
|
"templateParts": [
|
|
|
{
|
|
|
"area": "header",
|
|
|
- "name": "header"
|
|
|
+ "name": "header",
|
|
|
+ "title": "Header"
|
|
|
},
|
|
|
{
|
|
|
"area": "footer",
|
|
|
- "name": "footer"
|
|
|
+ "name": "footer",
|
|
|
+ "title": "Footer"
|
|
|
}
|
|
|
],
|
|
|
- "version": 2,
|
|
|
- "$schema": "https://schemas.wp.org/trunk/theme.json"
|
|
|
+ "customTemplates": [
|
|
|
+ {
|
|
|
+ "name": "archive-product",
|
|
|
+ "postTypes": ["page"],
|
|
|
+ "title": "Product Archive"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "cart",
|
|
|
+ "postTypes": ["page"],
|
|
|
+ "title": "Cart"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "checkout",
|
|
|
+ "postTypes": ["page"],
|
|
|
+ "title": "Checkout"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "order-confirmation",
|
|
|
+ "postTypes": ["page"],
|
|
|
+ "title": "Order Confirmation"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "product-search-results",
|
|
|
+ "postTypes": ["page"],
|
|
|
+ "title": "Product Search Results"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "taxonomy-product_cat",
|
|
|
+ "postTypes": ["page"],
|
|
|
+ "title": "Product Category Archive"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "taxonomy-product_tag",
|
|
|
+ "postTypes": ["page"],
|
|
|
+ "title": "Product Tag Archive"
|
|
|
+ }
|
|
|
+ ]
|
|
|
}
|