Skip to content

Commit

Permalink
Merge pull request #357 from Sage/data
Browse files Browse the repository at this point in the history
Data
  • Loading branch information
druhill authored Jan 12, 2024
2 parents a49a035 + 8bfc398 commit 5df2810
Show file tree
Hide file tree
Showing 18 changed files with 2,305 additions and 1,576 deletions.
1 change: 1 addition & 0 deletions data/tokens/$metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"Components/link",
"Components/nav",
"Components/progress",
"Components/profile",
"Components/tab"
]
}
4 changes: 2 additions & 2 deletions data/tokens/$themes.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"Components/link": "enabled",
"global": "enabled",
"Components/datatable": "enabled",
"Components/actionpopover": "enabled",
"Components/nav": "enabled"
"Components/nav": "enabled",
"Components/actionpopover": "enabled"
},
"group": "Product"
}
Expand Down
52 changes: 27 additions & 25 deletions data/tokens/Components/actionpopover.json
Original file line number Diff line number Diff line change
@@ -1,30 +1,32 @@
{
"actionpopover": {
"bg-active": {
"value": "{base.color.interactive.monochrome.standard.active}",
"type": "color",
"description": "previously action minor 850"
},
"bg-hover": {
"value": "{base.color.interactive.monochrome.standard.hoverAlt}",
"type": "color",
"description": "was action minor 100\n"
},
"label-active": {
"value": "{base.color.interactive.monochrome.standard.withActive}",
"type": "color"
},
"label-disabled": {
"value": "{base.color.interactive.inactive.content}",
"type": "color"
},
"label-hover": {
"value": "{base.color.interactive.monochrome.standard.withHover}",
"type": "color"
},
"label-enabled": {
"value": "{base.color.interactive.monochrome.standard.defaultAlt}",
"type": "color"
"color": {
"bg-active": {
"value": "{base.color.interactive.monochrome.standard.active}",
"type": "color",
"description": "previously action minor 850"
},
"bg-hover": {
"value": "{base.color.interactive.monochrome.standard.hoverAlt}",
"type": "color",
"description": "was action minor 100\n"
},
"label-active": {
"value": "{base.color.interactive.monochrome.standard.withActive}",
"type": "color"
},
"label-disabled": {
"value": "{base.color.interactive.inactive.standard.content}",
"type": "color"
},
"label-hover": {
"value": "{base.color.interactive.monochrome.standard.withHover}",
"type": "color"
},
"label-enabled": {
"value": "{base.color.interactive.monochrome.standard.defaultAlt}",
"type": "color"
}
}
}
}
42 changes: 31 additions & 11 deletions data/tokens/Components/badge.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,37 @@
{
"badge": {
"standard": {
"border-default": {
"value": "{base.color.status.content.inverse.withDefault}",
"type": "color"
"color": {
"inverse": {
"warning": {
"border-default": {
"value": "{base.color.status.content.inverse.withDefault}",
"type": "color"
},
"bg-default": {
"value": "{base.color.status.caution.inverse.default}",
"type": "color"
},
"label-default": {
"value": "{base.color.status.content.inverse.withDefault}",
"type": "color"
}
}
},
"bg-default": {
"value": "{base.color.status.caution.inverse.default}",
"type": "color"
},
"label-default": {
"value": "{base.color.status.content.inverse.withDefault}",
"type": "color"
"standard": {
"warning": {
"border-default": {
"value": "{base.color.status.content.standard.withDefault}",
"type": "color"
},
"bg-default": {
"value": "{base.color.status.caution.standard.default}",
"type": "color"
},
"label-default": {
"value": "{base.color.status.content.standard.withDefault}",
"type": "color"
}
}
}
}
}
Expand Down
Loading

0 comments on commit 5df2810

Please sign in to comment.