-
Notifications
You must be signed in to change notification settings - Fork 34
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 #1790 from okta/ee/tokens-2-color
Initialize Tokens 2.0
- Loading branch information
Showing
28 changed files
with
502 additions
and
481 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
Binary file not shown.
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,14 +1,28 @@ | ||
{ | ||
"border": { | ||
"width": { | ||
"base": { "value": "1px" } | ||
}, | ||
"style": { | ||
"base": { "value": "solid" } | ||
"color": { | ||
"ui": { "value": "{hue.neutral.500.value}" }, | ||
"display": { "value": "{hue.neutral.200.value}" }, | ||
"disabled": { "value": "{hue.neutral.200.value}" }, | ||
"danger": { | ||
"light": { "value": "{palette.danger.light.value}" }, | ||
"main": { "value": "{palette.danger.main.value}" }, | ||
"dark": { "value": "{palette.danger.dark.value}" } | ||
}, | ||
"primary": { | ||
"main": { "value": "{palette.primary.main.value}" }, | ||
"dark": { "value": "{palette.primary.dark.value}" } | ||
} | ||
}, | ||
"radius": { | ||
"base": { "value": "4px" }, | ||
"main": { "value": "4px" }, | ||
"outer": { "value": "6px" } | ||
}, | ||
"style": { | ||
"main": { "value": "solid" } | ||
}, | ||
"width": { | ||
"main": { "value": "1px" } | ||
} | ||
} | ||
} |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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 was deleted.
Oops, something went wrong.
Oops, something went wrong.