Skip to content

Commit

Permalink
feat(data): updating mid layer to follow claire's latest hover and ac…
Browse files Browse the repository at this point in the history
…tive state proposals
  • Loading branch information
ljemmo committed Sep 12, 2023
1 parent df4ebe2 commit 74fe4ac
Show file tree
Hide file tree
Showing 8 changed files with 544 additions and 253 deletions.
2 changes: 1 addition & 1 deletion data/tokens/Components/actionPopover.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
}
},
"label-disabled": {
"value": "{base.color.content.fg-delicate}",
"value": "{base.color.content.standard.fg-delicate}",
"type": "color"
},
"label-enabled": {
Expand Down
2 changes: 1 addition & 1 deletion data/tokens/Components/anchorNav.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
}
},
"label-disabled": {
"value": "{base.color.content.fg-delicate}",
"value": "{base.color.content.standard.fg-delicate}",
"type": "color"
},
"label-enabled": {
Expand Down
2 changes: 1 addition & 1 deletion data/tokens/Components/container.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"type": "color"
},
"divider-default": {
"value": "{base.color.content.fg-faint}",
"value": "{base.color.content.standard.fg-faint}",
"type": "color"
}
}
Expand Down
10 changes: 5 additions & 5 deletions data/tokens/Components/content.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,27 +2,27 @@
"content": {
"standard": {
"icon-default": {
"value": "{base.color.content.fg-soft}",
"value": "{base.color.content.standard.fg-soft}",
"type": "color"
},
"text-asterisk": {
"value": "{base.color.selectable.danger.default}",
"type": "color"
},
"text-default": {
"value": "{base.color.content.fg-firm}",
"value": "{base.color.content.standard.fg-firm}",
"type": "color"
},
"text-disabled": {
"value": "{base.color.content.fg-delicate}",
"value": "{base.color.content.standard.fg-delicate}",
"type": "color"
},
"text-readOnly": {
"value": "{base.color.content.fg-firm}",
"value": "{base.color.content.standard.fg-firm}",
"type": "color"
},
"text-alt": {
"value": "{base.color.content.fg-soft}",
"value": "{base.color.content.standard.fg-soft}",
"type": "color"
}
}
Expand Down
12 changes: 6 additions & 6 deletions data/tokens/Modes/dark.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"type": "color"
},
"canvas-bgAlt": {
"value": "{origin.colors.navyAdjusted}",
"value": "{origin.colors.slate}",
"type": "color",
"$extensions": {
"studio.tokens": {
Expand All @@ -72,7 +72,7 @@
}
},
"canvas-border": {
"value": "{origin.colors.navyAdjusted}",
"value": "{origin.colors.slate}",
"type": "color",
"$extensions": {
"studio.tokens": {
Expand Down Expand Up @@ -102,7 +102,7 @@
"type": "color"
},
"canvas-border": {
"value": "{origin.colors.navyAdjusted}",
"value": "{origin.colors.slate}",
"type": "color",
"$extensions": {
"studio.tokens": {
Expand All @@ -117,7 +117,7 @@
},
"inactive": {
"canvas-bg": {
"value": "{origin.colors.navyAdjusted}",
"value": "{origin.colors.slate}",
"type": "color",
"$extensions": {
"studio.tokens": {
Expand All @@ -130,7 +130,7 @@
}
},
"canvas-border": {
"value": "{origin.colors.navyAdjusted}",
"value": "{origin.colors.slate}",
"type": "color",
"$extensions": {
"studio.tokens": {
Expand All @@ -155,7 +155,7 @@
},
"minor": {
"default": {
"value": "{origin.colors.navyAdjusted}",
"value": "{origin.colors.slate}",
"type": "color"
},
"on-default": {
Expand Down
10 changes: 5 additions & 5 deletions data/tokens/Modes/highContrast.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"type": "color"
},
"canvas-bgAlt": {
"value": "{origin.colors.navyAdjusted}",
"value": "{origin.colors.slate}",
"type": "color",
"$extensions": {
"studio.tokens": {
Expand All @@ -59,7 +59,7 @@
}
},
"canvas-border": {
"value": "{origin.colors.navyAdjusted}",
"value": "{origin.colors.slate}",
"type": "color",
"$extensions": {
"studio.tokens": {
Expand Down Expand Up @@ -89,7 +89,7 @@
"type": "color"
},
"canvas-border": {
"value": "{origin.colors.navyAdjusted}",
"value": "{origin.colors.slate}",
"type": "color",
"$extensions": {
"studio.tokens": {
Expand All @@ -104,7 +104,7 @@
},
"inactive": {
"canvas-bg": {
"value": "{origin.colors.navyAdjusted}",
"value": "{origin.colors.slate}",
"type": "color",
"$extensions": {
"studio.tokens": {
Expand All @@ -117,7 +117,7 @@
}
},
"canvas-border": {
"value": "{origin.colors.navyAdjusted}",
"value": "{origin.colors.slate}",
"type": "color",
"$extensions": {
"studio.tokens": {
Expand Down
Loading

0 comments on commit 74fe4ac

Please sign in to comment.