Skip to content

Commit

Permalink
New token values
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian Clarke committed Jul 8, 2024
1 parent 6ea5050 commit a3db667
Show file tree
Hide file tree
Showing 3 changed files with 135 additions and 3 deletions.
46 changes: 45 additions & 1 deletion src/data/themes/dark.json
Original file line number Diff line number Diff line change
Expand Up @@ -869,6 +869,50 @@
"type": "color"
}
}
},
"secondary": {
"text": {
"base": {
"value": "{colors.shades.white}",
"type": "color"
},
"hover": {
"value": "{colors.shades.white}",
"type": "color"
},
"active": {
"value": "{colors.shades.white}",
"type": "color"
}
},
"background": {
"base": {
"value": "{colors.grey.100}",
"type": "color"
},
"hover": {
"value": "{colors.grey.300}",
"type": "color"
},
"active": {
"value": "{colors.grey.400}",
"type": "color"
}
},
"border": {
"base": {
"value": "{colors.shades.white}",
"type": "color"
},
"hover": {
"value": "{colors.grey.800}",
"type": "color"
},
"active": {
"value": "{colors.grey.800}",
"type": "color"
}
}
}
},
"boxShadows": {
Expand Down Expand Up @@ -1098,4 +1142,4 @@
}
}
}
}
}
46 changes: 45 additions & 1 deletion src/data/themes/emerson.json
Original file line number Diff line number Diff line change
Expand Up @@ -1093,5 +1093,49 @@
"type": "typography"
}
}
},
"secondary": {
"text": {
"base": {
"value": "{colors.grey.800}",
"type": "color"
},
"hover": {
"value": "{colors.grey.800}",
"type": "color"
},
"active": {
"value": "{colors.grey.800}",
"type": "color"
}
},
"background": {
"base": {
"value": "{colors.shades.white}",
"type": "color"
},
"hover": {
"value": "{colors.grey.200}",
"type": "color"
},
"active": {
"value": "{colors.grey.300}",
"type": "color"
}
},
"border": {
"base": {
"value": "{colors.grey.800}",
"type": "color"
},
"hover": {
"value": "{colors.grey.900}",
"type": "color"
},
"active": {
"value": "{colors.grey.900}",
"type": "color"
}
}
}
}
}
46 changes: 45 additions & 1 deletion src/data/themes/light.json
Original file line number Diff line number Diff line change
Expand Up @@ -1095,5 +1095,49 @@
"type": "typography"
}
}
},
"secondary": {
"border": {
"base": {
"value": "{colors.grey.800}",
"type": "color"
},
"hover": {
"value": "{colors.grey.900}",
"type": "color"
},
"active": {
"value": "{colors.grey.900}",
"type": "color"
}
},
"background": {
"base": {
"value": "{colors.shades.white}",
"type": "color"
},
"hover": {
"value": "{colors.grey.200}",
"type": "color"
},
"active": {
"value": "{colors.grey.300}",
"type": "color"
}
},
"text": {
"base": {
"value": "{colors.grey.800}",
"type": "color"
},
"hover": {
"value": "{colors.grey.800}",
"type": "color"
},
"active": {
"value": "{colors.grey.800}",
"type": "color"
}
}
}
}
}

0 comments on commit a3db667

Please sign in to comment.