Skip to content
This repository has been archived by the owner on Oct 30, 2023. It is now read-only.

Commit

Permalink
fix: add text case to typography tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
braddialpad committed Jan 31, 2023
1 parent adf3010 commit a2594cd
Showing 1 changed file with 52 additions and 26 deletions.
78 changes: 52 additions & 26 deletions base.json
Original file line number Diff line number Diff line change
Expand Up @@ -1333,7 +1333,8 @@
"fontFamily": "{font.family.body}",
"fontWeight": "{font.weight.normal}",
"lineHeight": "{font.lineHeight.300}",
"fontSize": "{font.size.100}"
"fontSize": "{font.size.100}",
"textCase": "{font.text-case.none}"
},
"type": "typography"
},
Expand All @@ -1342,7 +1343,8 @@
"fontFamily": "{font.family.body}",
"fontWeight": "{font.weight.normal}",
"lineHeight": "{font.lineHeight.400}",
"fontSize": "{font.size.200}"
"fontSize": "{font.size.200}",
"textCase": "{font.text-case.none}"
},
"type": "typography"
},
Expand All @@ -1352,7 +1354,8 @@
"fontFamily": "{font.family.body}",
"fontWeight": "{font.weight.normal}",
"lineHeight": "{font.lineHeight.200}",
"fontSize": "{font.size.100}"
"fontSize": "{font.size.100}",
"textCase": "{font.text-case.none}"
},
"type": "typography"
},
Expand All @@ -1361,7 +1364,8 @@
"fontFamily": "{font.family.body}",
"fontWeight": "{font.weight.normal}",
"lineHeight": "{font.lineHeight.300}",
"fontSize": "{font.size.200}"
"fontSize": "{font.size.200}",
"textCase": "{font.text-case.none}"
},
"type": "typography"
}
Expand All @@ -1383,7 +1387,8 @@
"fontFamily": "{font.family.body}",
"fontWeight": "{font.weight.bold}",
"lineHeight": "{font.lineHeight.300}",
"fontSize": "{font.size.100}"
"fontSize": "{font.size.100}",
"textCase": "{font.text-case.none}"
},
"type": "typography",
"description": "subhead"
Expand All @@ -1393,7 +1398,8 @@
"fontFamily": "{font.family.body}",
"fontWeight": "{font.weight.bold}",
"lineHeight": "{font.lineHeight.400}",
"fontSize": "{font.size.200}"
"fontSize": "{font.size.200}",
"textCase": "{font.text-case.none}"
},
"type": "typography",
"description": "base"
Expand All @@ -1403,7 +1409,8 @@
"fontFamily": "{font.family.body}",
"fontWeight": "{font.weight.bold}",
"lineHeight": "{font.lineHeight.400}",
"fontSize": "{font.size.300}"
"fontSize": "{font.size.300}",
"textCase": "{font.text-case.none}"
},
"type": "typography",
"description": "section"
Expand All @@ -1413,7 +1420,8 @@
"fontFamily": "{font.family.body}",
"fontWeight": "{font.weight.medium}",
"lineHeight": "{font.lineHeight.200}",
"fontSize": "{font.size.400}"
"fontSize": "{font.size.400}",
"textCase": "{font.text-case.none}"
},
"type": "typography",
"description": "display"
Expand All @@ -1423,7 +1431,8 @@
"fontFamily": "{font.family.body}",
"fontWeight": "{font.weight.medium}",
"lineHeight": "{font.lineHeight.200}",
"fontSize": "{font.size.500}"
"fontSize": "{font.size.500}",
"textCase": "{font.text-case.none}"
},
"type": "typography",
"description": "page head"
Expand All @@ -1434,7 +1443,8 @@
"fontFamily": "{font.family.body}",
"fontWeight": "{font.weight.medium}",
"lineHeight": "{font.lineHeight.300}",
"fontSize": "{font.size.100}"
"fontSize": "{font.size.100}",
"textCase": "{font.text-case.none}"
},
"type": "typography",
"description": "subhead"
Expand All @@ -1446,7 +1456,8 @@
"fontFamily": "{font.family.body}",
"fontWeight": "{font.weight.bold}",
"lineHeight": "{font.lineHeight.200}",
"fontSize": "{font.size.100}"
"fontSize": "{font.size.100}",
"textCase": "{font.text-case.none}"
},
"type": "typography",
"description": "subheading"
Expand All @@ -1456,7 +1467,8 @@
"fontFamily": "{font.family.body}",
"fontWeight": "{font.weight.bold}",
"lineHeight": "{font.lineHeight.300}",
"fontSize": "{font.size.200}"
"fontSize": "{font.size.200}",
"textCase": "{font.text-case.none}"
},
"type": "typography"
},
Expand All @@ -1465,7 +1477,8 @@
"fontFamily": "{font.family.body}",
"fontWeight": "{font.weight.bold}",
"lineHeight": "{font.lineHeight.200}",
"fontSize": "{font.size.300}"
"fontSize": "{font.size.300}",
"textCase": "{font.text-case.none}"
},
"type": "typography"
},
Expand All @@ -1475,7 +1488,8 @@
"fontFamily": "{font.family.body}",
"fontWeight": "{font.weight.medium}",
"lineHeight": "{font.lineHeight.200}",
"fontSize": "{font.size.100}"
"fontSize": "{font.size.100}",
"textCase": "{font.text-case.none}"
},
"type": "typography",
"description": "subhead"
Expand All @@ -1489,7 +1503,8 @@
"fontFamily": "{font.family.body}",
"fontWeight": "{font.weight.semiBold}",
"lineHeight": "{font.lineHeight.300}",
"fontSize": "{font.size.100}"
"fontSize": "{font.size.100}",
"textCase": "{font.text-case.none}"
},
"type": "typography"
},
Expand All @@ -1498,7 +1513,8 @@
"fontFamily": "{font.family.body}",
"fontWeight": "{font.weight.semiBold}",
"lineHeight": "{font.lineHeight.400}",
"fontSize": "{font.size.200}"
"fontSize": "{font.size.200}",
"textCase": "{font.text-case.none}"
},
"type": "typography"
},
Expand All @@ -1508,7 +1524,8 @@
"fontFamily": "{font.family.body}",
"fontWeight": "{font.weight.semiBold}",
"lineHeight": "{font.lineHeight.200}",
"fontSize": "{font.size.100}"
"fontSize": "{font.size.100}",
"textCase": "{font.text-case.none}"
},
"type": "typography"
},
Expand All @@ -1517,7 +1534,8 @@
"fontFamily": "{font.family.body}",
"fontWeight": "{font.weight.semiBold}",
"lineHeight": "{font.lineHeight.300}",
"fontSize": "{font.size.200}"
"fontSize": "{font.size.200}",
"textCase": "{font.text-case.none}"
},
"type": "typography"
},
Expand All @@ -1527,7 +1545,8 @@
"fontFamily": "{font.family.body}",
"fontWeight": "{font.weight.normal}",
"lineHeight": "{font.lineHeight.200}",
"fontSize": "{font.size.100}"
"fontSize": "{font.size.100}",
"textCase": "{font.text-case.none}"
},
"type": "typography"
},
Expand All @@ -1536,7 +1555,8 @@
"fontFamily": "{font.family.body}",
"fontWeight": "{font.weight.normal}",
"lineHeight": "{font.lineHeight.300}",
"fontSize": "{font.size.200}"
"fontSize": "{font.size.200}",
"textCase": "{font.text-case.none}"
},
"type": "typography"
}
Expand All @@ -1548,7 +1568,8 @@
"fontFamily": "{font.family.body}",
"fontWeight": "{font.weight.normal}",
"lineHeight": "{font.lineHeight.300}",
"fontSize": "{font.size.100}"
"fontSize": "{font.size.100}",
"textCase": "{font.text-case.none}"
},
"type": "typography"
},
Expand All @@ -1557,7 +1578,8 @@
"fontFamily": "{font.family.body}",
"fontWeight": "{font.weight.normal}",
"lineHeight": "{font.lineHeight.400}",
"fontSize": "{font.size.200}"
"fontSize": "{font.size.200}",
"textCase": "{font.text-case.none}"
},
"type": "typography"
}
Expand All @@ -1569,7 +1591,8 @@
"fontFamily": "{font.family.body}",
"fontWeight": "{font.weight.normal}",
"lineHeight": "{font.lineHeight.200}",
"fontSize": "{font.size.100}"
"fontSize": "{font.size.100}",
"textCase": "{font.text-case.none}"
},
"type": "typography"
},
Expand All @@ -1578,7 +1601,8 @@
"fontFamily": "{font.family.body}",
"fontWeight": "{font.weight.normal}",
"lineHeight": "{font.lineHeight.300}",
"fontSize": "{font.size.200}"
"fontSize": "{font.size.200}",
"textCase": "{font.text-case.none}"
},
"type": "typography"
}
Expand All @@ -1589,7 +1613,8 @@
"fontFamily": "{font.family.mono}",
"fontWeight": "{font.weight.normal}",
"lineHeight": "{font.lineHeight.200}",
"fontSize": "{font.size.100}"
"fontSize": "{font.size.100}",
"textCase": "{font.text-case.none}"
},
"type": "typography",
"description": "mono"
Expand All @@ -1599,7 +1624,8 @@
"fontFamily": "{font.family.mono}",
"fontWeight": "{font.weight.normal}",
"lineHeight": "{font.lineHeight.200}",
"fontSize": "{font.size.200}"
"fontSize": "{font.size.200}",
"textCase": "{font.text-case.none}"
},
"type": "typography",
"description": "mono"
Expand Down

0 comments on commit a2594cd

Please sign in to comment.