-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #357 from Sage/data
Data
- Loading branch information
Showing
18 changed files
with
2,305 additions
and
1,576 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,6 +14,7 @@ | |
"Components/link", | ||
"Components/nav", | ||
"Components/progress", | ||
"Components/profile", | ||
"Components/tab" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.