|
@@ -88,7 +88,7 @@
|
|
"background": "var(--wp--preset--color--white)",
|
|
"background": "var(--wp--preset--color--white)",
|
|
"selection": "var(--wp--preset--color--almost-white)"
|
|
"selection": "var(--wp--preset--color--almost-white)"
|
|
},
|
|
},
|
|
- "line-height": {
|
|
|
|
|
|
+ "lineHeight": {
|
|
"body": 1.6,
|
|
"body": 1.6,
|
|
"headings": 1.125
|
|
"headings": 1.125
|
|
},
|
|
},
|
|
@@ -105,13 +105,13 @@
|
|
"wide": "1000px"
|
|
"wide": "1000px"
|
|
},
|
|
},
|
|
"button": {
|
|
"button": {
|
|
- "font-weight": "normal",
|
|
|
|
- "font-family": "var(--wp--preset--font-family--base)",
|
|
|
|
- "font-size": "var(--wp--preset--font-size--small)",
|
|
|
|
- "border-radius": "4px",
|
|
|
|
|
|
+ "fontWeight": "normal",
|
|
|
|
+ "fontFamily": "var(--wp--preset--font-family--base)",
|
|
|
|
+ "fontSize": "var(--wp--preset--font-size--small)",
|
|
|
|
+ "borderRadius": "4px",
|
|
"color": {
|
|
"color": {
|
|
- "hover-text": "var(--wp--custom--color--secondary)",
|
|
|
|
- "hover-background": "var(--wp--custom--color--primary)"
|
|
|
|
|
|
+ "hoverText": "var(--wp--custom--color--secondary)",
|
|
|
|
+ "hoverBackground": "var(--wp--custom--color--primary)"
|
|
}
|
|
}
|
|
},
|
|
},
|
|
"form": {
|
|
"form": {
|
|
@@ -125,7 +125,7 @@
|
|
"color": {
|
|
"color": {
|
|
"text": "var(--wp--custom--color--foreground)",
|
|
"text": "var(--wp--custom--color--foreground)",
|
|
"background": "transparent",
|
|
"background": "transparent",
|
|
- "box-shadow": "none"
|
|
|
|
|
|
+ "boxShadow": "none"
|
|
}
|
|
}
|
|
},
|
|
},
|
|
"quote": {
|
|
"quote": {
|
|
@@ -135,8 +135,8 @@
|
|
},
|
|
},
|
|
"citation": {
|
|
"citation": {
|
|
"typography": {
|
|
"typography": {
|
|
- "font-size": "var(--wp--preset--font-size--small)",
|
|
|
|
- "font-style": "italic"
|
|
|
|
|
|
+ "fontSize": "var(--wp--preset--font-size--small)",
|
|
|
|
+ "fontStyle": "italic"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
},
|
|
@@ -148,7 +148,7 @@
|
|
"video": {
|
|
"video": {
|
|
"caption":{
|
|
"caption":{
|
|
"margin": "var(--wp--custom--margin--vertical) auto",
|
|
"margin": "var(--wp--custom--margin--vertical) auto",
|
|
- "text-align": "center"
|
|
|
|
|
|
+ "textAlign": "center"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|