themes-wordpress/jaida/theme.json
Matias Benedetto 835255f0ab
Jaida: Add theme for review (#7016)
* Add Jaida theme for review

* remove theme attribute from the template part definitions

* remove queryId from the templates

* move 404 content to pattern

* move footer content to pattern

* move comments block to pattern

* remove empty height attribute on spacer block

* update theme and min wp versions

* add theme uri

* remove invlid blocks and styles

* fix search page and update footer social links

* update license information and remove unused assets

---------

Co-authored-by: madhusudhand <madhusudhan.dollu@gmail.com>
2023-06-23 13:14:22 +08:00

693 lines
No EOL
14 KiB
JSON

{
"settings": {
"border": {
"color": true,
"radius": true,
"style": true,
"width": true
},
"color": {
"custom": true,
"customGradient": true,
"link": true,
"palette": [
{
"color": "#3b2b27",
"name": "Primary",
"slug": "primary"
},
{
"color": "#3b2b27",
"name": "Secondary",
"slug": "secondary"
},
{
"color": "#3b2b27",
"name": "Foreground",
"slug": "foreground"
},
{
"color": "#e9e1e5",
"name": "Background",
"slug": "background"
},
{
"color": "#e1d4db",
"name": "Tertiary",
"slug": "tertiary"
}
]
},
"layout": {
"contentSize": "620px",
"wideSize": "1100px"
},
"spacing": {
"blockGap": true,
"margin": true,
"padding": true,
"units": [
"%",
"px",
"em",
"rem",
"vh",
"vw"
]
},
"typography": {
"customFontSize": true,
"fluid": true,
"fontFamilies": [
{
"fontFace": [
{
"fontFamily": "Albert Sans",
"fontStyle": "normal",
"fontWeight": "400",
"src": [
"file:./assets/fonts/albert-sans_normal_400.ttf"
]
},
{
"fontFamily": "Albert Sans",
"fontStyle": "normal",
"fontWeight": "300",
"src": [
"file:./assets/fonts/albert-sans_normal_300.ttf"
]
},
{
"fontFamily": "Albert Sans",
"fontStyle": "normal",
"fontWeight": "600",
"src": [
"file:./assets/fonts/albert-sans_normal_600.ttf"
]
},
{
"fontFamily": "Albert Sans",
"fontStyle": "italic",
"fontWeight": "300",
"src": [
"file:./assets/fonts/albert-sans_italic_300.ttf"
]
},
{
"fontFamily": "Albert Sans",
"fontStyle": "italic",
"fontWeight": "400",
"src": [
"file:./assets/fonts/albert-sans_italic_400.ttf"
]
},
{
"fontFamily": "Albert Sans",
"fontStyle": "italic",
"fontWeight": "600",
"src": [
"file:./assets/fonts/albert-sans_italic_600.ttf"
]
}
],
"fontFamily": "Albert Sans",
"slug": "albert-sans"
}
],
"fontSizes": [
{
"fluid": {
"max": "1.0625rem",
"min": "0.825rem"
},
"name": "Small",
"size": "1rem",
"slug": "small"
},
{
"fluid": {
"max": "1.25rem",
"min": "1rem"
},
"name": "Medium",
"size": "1.125rem",
"slug": "medium"
},
{
"fluid": {
"max": "2rem",
"min": "1.75rem"
},
"name": "Large",
"size": "1.75rem",
"slug": "large"
},
{
"fluid": {
"max": "3rem",
"min": "2.5rem"
},
"name": "Extra Large",
"size": "3rem",
"slug": "x-large"
}
],
"lineHeight": true
},
"useRootPaddingAwareAlignments": true
},
"styles": {
"blocks": {
"core/button": {
"border": {
"radius": "2px"
},
"color": {
"background": "var:preset|color|primary",
"text": "var:preset|color|background"
},
"spacing": {
"padding": {
"bottom": "var:preset|spacing|40",
"left": "var:preset|spacing|50",
"right": "var:preset|spacing|50",
"top": "var:preset|spacing|40"
}
},
"typography": {
"fontSize": "0.8rem",
"fontStyle": "normal",
"fontWeight": "500",
"letterSpacing": "1px",
"textTransform": "uppercase"
}
},
"core/code": {
"border": {
"color": "var(--wp--preset--color--foreground)",
"radius": "0.25rem",
"style": "solid",
"width": "2px"
},
"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)"
}
},
"typography": {
"fontFamily": "monospace"
}
},
"core/comment-author-name": {
"typography": {
"fontSize": "var(--wp--preset--font-size--small)"
}
},
"core/comment-content": {
"typography": {
"fontStyle": "normal",
"fontWeight": "400"
}
},
"core/comment-date": {
"typography": {
"fontSize": "var(--wp--preset--font-size--small)"
}
},
"core/comment-edit-link": {
"typography": {
"fontSize": "var(--wp--preset--font-size--small)"
}
},
"core/comment-reply-link": {
"typography": {
"fontSize": "var(--wp--preset--font-size--small)"
}
},
"core/comments": {
"typography": {
"fontFamily": "var:preset|font-family|albert-sans",
"fontStyle": "normal",
"fontWeight": "600"
}
},
"core/comments-title": {
"typography": {
"fontFamily": "var:preset|font-family|albert-sans",
"fontSize": "var:preset|font-size|large",
"fontStyle": "normal",
"fontWeight": "600",
"letterSpacing": "-0.03em",
"textTransform": "none"
}
},
"core/gallery": {
"spacing": {
"margin": {
"bottom": "var(--wp--preset--spacing--50)"
}
}
},
"core/heading": {
"typography": {
"fontFamily": "var:preset|font-family|albert-sans",
"fontStyle": "normal",
"fontWeight": "600",
"textTransform": "none"
}
},
"core/list": {
"spacing": {
"padding": {
"left": "var(--wp--preset--spacing--70)"
}
}
},
"core/navigation": {
"elements": {
"link": {
":hover": {
"typography": {
"textDecoration": "underline"
}
},
"typography": {
"textDecoration": "none"
}
}
},
"spacing": {
"blockGap": "var:preset|spacing|50"
},
"typography": {
"fontFamily": "var:preset|font-family|roboto",
"fontSize": "var:preset|font-size|medium",
"fontStyle": "normal",
"fontWeight": "400",
"textTransform": "capitalize"
}
},
"core/post-author-name": {
"elements": {
"link": {
":hover": {
"typography": {
"textDecoration": "underline"
}
},
"typography": {
"textDecoration": "none"
}
}
}
},
"core/post-comments-form": {
"elements": {
"link": {
":hover": {
"color": {
"text": "#ffffff"
}
}
}
},
"typography": {
"fontSize": "var:preset|font-size|small",
"fontStyle": "normal",
"fontWeight": "600",
"textTransform": "none"
}
},
"core/post-content": {
"typography": {
"fontSize": "var:preset|font-size|medium",
"lineHeight": 1.4
}
},
"core/post-date": {
"color": {
"text": "var(--wp--preset--color--foreground)"
},
"elements": {
"link": {
":hover": {
"typography": {
"textDecoration": "underline"
}
},
"typography": {
"textDecoration": "none"
}
}
},
"typography": {
"fontSize": "var(--wp--preset--font-size--small)"
}
},
"core/post-featured-image": {
"border": {
"bottom": {
"color": "#3b2b27",
"style": "solid",
"width": "3px"
},
"left": {
"color": "#3b2b27",
"style": "solid",
"width": "3px"
},
"radius": "6px",
"right": {
"color": "#3b2b27",
"style": "solid",
"width": "3px"
},
"top": {
"color": "#3b2b27",
"style": "solid",
"width": "3px"
}
},
"filter": {
"duotone": "unset"
}
},
"core/post-navigation-link": {
"typography": {
"fontSize": "var:preset|font-size|medium",
"fontStyle": "normal",
"fontWeight": "600"
}
},
"core/post-title": {
"elements": {
"link": {
":hover": {
"typography": {
"textDecoration": "underline"
}
},
"typography": {
"textDecoration": "none"
}
}
},
"spacing": {
"margin": {
"bottom": "0"
}
},
"typography": {
"fontFamily": "var:preset|font-family|albert-sans",
"fontSize": "var:preset|font-size|large",
"fontStyle": "normal",
"fontWeight": "600",
"letterSpacing": "-0.03em",
"lineHeight": 1.2,
"textTransform": "none"
}
},
"core/pullquote": {
"border": {
"bottom": {
"style": "none",
"width": "0px"
},
"color": "var(--wp--preset--color--foreground)",
"left": {
"style": "none",
"width": "0px"
},
"right": {
"style": "none",
"width": "0px"
},
"style": "solid",
"top": {
"style": "none",
"width": "0px"
},
"width": "1px 0"
},
"color": {
"background": "var:preset|color|tertiary"
},
"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)"
}
},
"typography": {
"fontFamily": "var:preset|font-family|rubik",
"fontSize": "var(--wp--preset--font-size--large)",
"fontStyle": "normal",
"fontWeight": "900",
"lineHeight": 1.3,
"textTransform": "uppercase"
}
},
"core/query-pagination": {
"typography": {
"fontSize": "var:preset|font-size|medium",
"fontStyle": "normal",
"fontWeight": "600",
"textTransform": "none"
}
},
"core/query-pagination-next": {
"typography": {
"textTransform": "capitalize"
}
},
"core/query-pagination-numbers": {
"typography": {
"textDecoration": "none"
}
},
"core/query-pagination-previous": {
"typography": {
"textTransform": "capitalize"
}
},
"core/query-title": {
"typography": {
"fontStyle": "normal",
"fontWeight": "600",
"letterSpacing": "-0.04rem",
"textTransform": "none"
}
},
"core/quote": {
"border": {
"color": "var(--wp--preset--color--primary)",
"style": "solid",
"width": "0 0 0 1px"
},
"spacing": {
"padding": {
"left": "var(--wp--preset--spacing--50)"
}
},
"typography": {
"fontStyle": "normal"
}
},
"core/search": {
"border": {
"bottom": {
"style": "none",
"width": "0px"
},
"left": {
"style": "none",
"width": "0px"
},
"radius": "0px",
"right": {
"style": "none",
"width": "0px"
},
"top": {
"style": "none",
"width": "0px"
}
},
"typography": {
"fontSize": "var:preset|font-size|small",
"lineHeight": "1.6"
}
},
"core/separator": {
"border": {
"color": "currentColor",
"style": "solid",
"width": "0 0 1px 0"
},
"color": {
"text": "var(--wp--preset--color--foreground)"
}
},
"core/site-tagline": {
"typography": {
"fontSize": "var(--wp--preset--font-size--small)"
}
},
"core/site-title": {
"elements": {
"link": {
":hover": {
"typography": {
"textDecoration": "underline"
}
},
"typography": {
"textDecoration": "none"
}
}
},
"typography": {
"fontSize": "var(--wp--preset--font-size--medium)",
"fontWeight": "700",
"textTransform": "uppercase"
}
},
"core/term-description": {
"typography": {
"textTransform": "none"
}
}
},
"color": {
"background": "var:preset|color|background",
"text": "var(--wp--preset--color--foreground)"
},
"elements": {
"button": {
":active": {
"color": {
"background": "var(--wp--preset--color--primary)",
"text": "var(--wp--preset--color--background)"
}
},
":focus": {
"color": {
"background": "var(--wp--preset--color--primary)",
"text": "var(--wp--preset--color--background)"
}
},
":hover": {
"color": {
"background": "var(--wp--preset--color--secondary)",
"text": "var(--wp--preset--color--background)"
}
},
"border": {
"radius": "0.25rem"
},
"color": {
"background": "var:preset|color|primary",
"text": "var:preset|color|background"
},
"typography": {
"fontFamily": "var:preset|font-family|inter"
}
},
"h1": {
"typography": {
"fontFamily": "var:preset|font-family|albert-sans",
"fontSize": "var(--wp--preset--font-size--x-large)",
"textTransform": "uppercase"
}
},
"h2": {
"typography": {
"fontFamily": "var:preset|font-family|albert-sans",
"fontSize": "2.6rem",
"textTransform": "uppercase"
}
},
"h3": {
"typography": {
"fontFamily": "var:preset|font-family|albert-sans",
"fontSize": "var:preset|font-size|large",
"fontStyle": "normal",
"fontWeight": "600",
"textTransform": "none"
}
},
"h4": {
"typography": {
"fontFamily": "var:preset|font-family|albert-sans",
"fontSize": "1.9rem",
"fontStyle": "normal",
"fontWeight": "600",
"textTransform": "none"
}
},
"h5": {
"typography": {
"fontFamily": "var:preset|font-family|albert-sans",
"fontSize": "var(--wp--preset--font-size--medium)"
}
},
"h6": {
"typography": {
"fontFamily": "var:preset|font-family|albert-sans",
"fontSize": "var(--wp--preset--font-size--small)"
}
},
"heading": {
"typography": {
"fontFamily": "var:preset|font-family|albert-sans",
"fontWeight": "400",
"lineHeight": "1.125"
}
},
"link": {
":hover": {
"color": {
"text": "var:preset|color|primary"
},
"typography": {
"textDecoration": "none"
}
},
"color": {
"text": "var(--wp--preset--color--primary)"
}
}
},
"spacing": {
"blockGap": "var:preset|spacing|30",
"padding": {
"bottom": "0px",
"left": "var(--wp--preset--spacing--50)",
"right": "var(--wp--preset--spacing--50)",
"top": "0px"
}
},
"typography": {
"fontFamily": "var:preset|font-family|albert-sans",
"fontSize": "16px",
"lineHeight": "1.6"
}
},
"templateParts": [
{
"area": "header",
"name": "header"
},
{
"area": "footer",
"name": "footer"
}
],
"version": 2,
"$schema": "https://schemas.wp.org/trunk/theme.json"
}