Skip to content

Commit

Permalink
feat(odyssey-design-tokens): add transition and line height tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
edburyenegren-okta committed Jan 14, 2022
1 parent ff7ef9b commit b8a1d9f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/odyssey-design-tokens/src/font.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@
"bold": { "value": "600" }
},
"lineHeight": {
"base": { "value": 1.5 }
"base": { "value": 1.5 },
"title": { "value": 1.3 }
},
"lineLength": {
"max": { "value": "32rem" }
Expand Down
10 changes: 10 additions & 0 deletions packages/odyssey-design-tokens/src/transition.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"transition": {
"duration": {
"base": { "value": "100ms" }
},
"timing": {
"base": { "value": "linear" }
}
}
}

0 comments on commit b8a1d9f

Please sign in to comment.