Skip to content

Commit

Permalink
CArds library
Browse files Browse the repository at this point in the history
  • Loading branch information
Banshee-92 committed Oct 25, 2023
1 parent d399b29 commit ca1f93c
Showing 1 changed file with 19 additions and 7 deletions.
26 changes: 19 additions & 7 deletions tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -1029,7 +1029,7 @@
"value": {
"fontFamily": "{core.font.family.main}",
"fontWeight": "{core.font.weight.regular}",
"lineHeight": "{core.font.lineHeight.300}px",
"lineHeight": "{core.font.lineHeight.200}",
"fontSize": "{core.font.size.75}px"
},
"type": "typography"
Expand All @@ -1038,7 +1038,7 @@
"value": {
"fontFamily": "{core.font.family.main}",
"fontWeight": "{core.font.weight.medium}",
"lineHeight": "{core.font.lineHeight.300}px",
"lineHeight": "{core.font.lineHeight.200}",
"fontSize": "{core.font.size.75}px"
},
"type": "typography"
Expand All @@ -1047,7 +1047,7 @@
"value": {
"fontFamily": "{core.font.family.main}",
"fontWeight": "{core.font.weight.semiBold}",
"lineHeight": "{core.font.lineHeight.300}px",
"lineHeight": "{core.font.lineHeight.200}",
"fontSize": "{core.font.size.75}px"
},
"type": "typography"
Expand Down Expand Up @@ -2207,13 +2207,13 @@
},
"spacing": {
"padding": {
"md": {
"value": "{global.spacing.padding.1xsm}",
"type": "spacing"
},
"sm": {
"value": "{global.spacing.padding.2xsm}",
"type": "spacing"
},
"md": {
"value": "{global.spacing.padding.1xsm}",
"type": "spacing"
}
}
},
Expand Down Expand Up @@ -2680,6 +2680,14 @@
},
"type": "boxShadow"
}
},
"label": {
"content": {
"typo": {
"value": "{global.content.typo.body.sm}",
"type": "typography"
}
}
}
},
"checkbox": {
Expand Down Expand Up @@ -5553,6 +5561,10 @@
}
},
"gap": {
"sm": {
"value": "{global.spacing.gap.sm}",
"type": "spacing"
},
"md": {
"value": "{global.spacing.gap.md}",
"type": "spacing"
Expand Down

0 comments on commit ca1f93c

Please sign in to comment.