Skip to content

Commit

Permalink
Fix structure
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian Clarke committed Jul 8, 2024
1 parent a3db667 commit 1916f07
Show file tree
Hide file tree
Showing 3 changed files with 133 additions and 89 deletions.
88 changes: 44 additions & 44 deletions src/data/themes/emerson.json
Original file line number Diff line number Diff line change
Expand Up @@ -865,6 +865,50 @@
"type": "color"
}
}
},
"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"
}
}
}
},
"boxShadows": {
Expand Down Expand Up @@ -1093,49 +1137,5 @@
"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"
}
}
}
}
88 changes: 44 additions & 44 deletions src/data/themes/light.json
Original file line number Diff line number Diff line change
Expand Up @@ -867,6 +867,50 @@
"type": "color"
}
}
},
"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"
}
}
}
},
"boxShadows": {
Expand Down Expand Up @@ -1095,49 +1139,5 @@
"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"
}
}
}
}
46 changes: 45 additions & 1 deletion src/data/themes/lightDS3.json
Original file line number Diff line number Diff line change
Expand Up @@ -865,6 +865,50 @@
"type": "color"
}
}
},
"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"
}
}
}
},
"boxShadows": {
Expand Down Expand Up @@ -1094,4 +1138,4 @@
}
}
}
}
}

0 comments on commit 1916f07

Please sign in to comment.