Skip to content

Commit

Permalink
feat(new tokens): add new tokens to support type ramp updates #58
Browse files Browse the repository at this point in the history
  • Loading branch information
blackfalcon committed Oct 8, 2021
1 parent 38bd97e commit e076630
Showing 1 changed file with 22 additions and 2 deletions.
24 changes: 22 additions & 2 deletions src/text.json
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@
},
"800": {
"weight": {
"value": "{font.weight.300.value}",
"value": "{font.weight.500.value}",
"public": true,
"deprecated": false
},
Expand Down Expand Up @@ -220,7 +220,7 @@
},
"700": {
"weight": {
"value": "{font.weight.300.value}",
"value": "{font.weight.500.value}",
"public": true,
"deprecated": false
},
Expand Down Expand Up @@ -298,6 +298,11 @@
}
},
"600": {
"weight": {
"value": "{font.weight.300.value}",
"public": true,
"deprecated": false
},
"px": {
"breakpoint": {
"sm": {
Expand Down Expand Up @@ -372,6 +377,11 @@
}
},
"500": {
"weight": {
"value": "{font.weight.300.value}",
"public": true,
"deprecated": false
},
"px": {
"breakpoint": {
"sm": {
Expand Down Expand Up @@ -446,6 +456,11 @@
}
},
"400": {
"weight": {
"value": "{font.weight.300.value}",
"public": true,
"deprecated": false
},
"px": {
"value": "{size.font.scale.base.120.px.value}",
"public": true,
Expand All @@ -468,6 +483,11 @@
}
},
"300": {
"weight": {
"value": "{font.weight.300.value}",
"public": true,
"deprecated": false
},
"px": {
"value": "{size.font.scale.base.110.px.value}",
"public": true,
Expand Down

0 comments on commit e076630

Please sign in to comment.