|
@@ -107,6 +107,10 @@
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
},
|
|
|
|
+ "color": {
|
|
|
|
+ "text": "var(--wp--preset--color--black)",
|
|
|
|
+ "background": "var(--wp--preset--color--white)"
|
|
|
|
+ },
|
|
"typography": {
|
|
"typography": {
|
|
"fontFamily": "var(--wp--preset--font-family--helvetica-neue)",
|
|
"fontFamily": "var(--wp--preset--font-family--helvetica-neue)",
|
|
"lineHeight": "1.6"
|
|
"lineHeight": "1.6"
|
|
@@ -117,7 +121,12 @@
|
|
"radius": "0"
|
|
"radius": "0"
|
|
},
|
|
},
|
|
"color": {
|
|
"color": {
|
|
- "background": "black"
|
|
|
|
|
|
+ "text": {
|
|
|
|
+ "ref": "styles.color.background"
|
|
|
|
+ },
|
|
|
|
+ "background": {
|
|
|
|
+ "ref": "styles.color.text"
|
|
|
|
+ }
|
|
},
|
|
},
|
|
"spacing": {
|
|
"spacing": {
|
|
"padding": {
|
|
"padding": {
|
|
@@ -126,6 +135,27 @@
|
|
"bottom": "18",
|
|
"bottom": "18",
|
|
"top": "18"
|
|
"top": "18"
|
|
}
|
|
}
|
|
|
|
+ },
|
|
|
|
+ "//": "Pseudo-classes need to be implemented for buttons",
|
|
|
|
+ ":hover": {
|
|
|
|
+ "color": {
|
|
|
|
+ "background": {
|
|
|
|
+ "ref": "styles.elements.link.:hover.color.text"
|
|
|
|
+ },
|
|
|
|
+ "text": {
|
|
|
|
+ "ref": "styles.color.background"
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ ":active": {
|
|
|
|
+ "color": {
|
|
|
|
+ "background": {
|
|
|
|
+ "ref": "styles.elements.link.:active.color.text"
|
|
|
|
+ },
|
|
|
|
+ "text": {
|
|
|
|
+ "ref": "styles.color.background"
|
|
|
|
+ }
|
|
|
|
+ }
|
|
}
|
|
}
|
|
},
|
|
},
|
|
"heading": {
|
|
"heading": {
|
|
@@ -177,7 +207,9 @@
|
|
},
|
|
},
|
|
"link": {
|
|
"link": {
|
|
"color": {
|
|
"color": {
|
|
- "text": "var(--wp--preset--color--black)"
|
|
|
|
|
|
+ "text": {
|
|
|
|
+ "ref": "styles.color.text"
|
|
|
|
+ }
|
|
},
|
|
},
|
|
"typography": {
|
|
"typography": {
|
|
"textDecoration": "underline"
|
|
"textDecoration": "underline"
|