Skip to content

Commit

Permalink
Refactor (tokens): rerouted Font-weight tokens on a semantic level
Browse files Browse the repository at this point in the history
  • Loading branch information
Vandapanda committed Aug 13, 2024
1 parent ef0acd1 commit 8a2ef8c
Showing 1 changed file with 15 additions and 7 deletions.
22 changes: 15 additions & 7 deletions packages/tokens/tokensstudio-generated/tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -2537,15 +2537,15 @@
"font-weight": {
"bold": {
"value": "{post.core.font-weight.700}",
"type": "textDecoration"
"type": "fontWeights"
},
"regular": {
"value": "{post.core.font-weight.400}",
"type": "textDecoration"
"type": "fontWeights"
},
"medium": {
"value": "{post.core.font-weight.500}",
"type": "textDecoration"
"type": "fontWeights"
}
}
}
Expand Down Expand Up @@ -3263,13 +3263,17 @@
},
"core": {
"font-weight": {
"medium": {
"value": "{post.core.font-weight.500}",
"type": "fontWeights"
},
"bold": {
"value": "{post.core.font-weight.700}",
"type": "textDecoration"
"type": "fontWeights"
},
"regular": {
"value": "{post.core.font-weight.400}",
"type": "textDecoration"
"type": "fontWeights"
}
}
}
Expand Down Expand Up @@ -3996,13 +4000,17 @@
},
"core": {
"font-weight": {
"medium": {
"value": "{post.core.font-weight.500}",
"type": "fontWeights"
},
"bold": {
"value": "{post.core.font-weight.700}",
"type": "textDecoration"
"type": "fontWeights"
},
"regular": {
"value": "{post.core.font-weight.400}",
"type": "textDecoration"
"type": "fontWeights"
}
}
}
Expand Down

0 comments on commit 8a2ef8c

Please sign in to comment.