Skip to content

Commit

Permalink
Removed validationmessage and label typography tokens. Also removed s…
Browse files Browse the repository at this point in the history
…tyles from Figma
  • Loading branch information
Febakke committed Oct 28, 2024
1 parent d5e0ba1 commit 3c7d751
Showing 1 changed file with 0 additions and 84 deletions.
84 changes: 0 additions & 84 deletions design-tokens/semantic/style.json
Original file line number Diff line number Diff line change
Expand Up @@ -227,90 +227,6 @@
}
}
}
},
"label": {
"lg": {
"$type": "typography",
"$value": {
"fontFamily": "{font.family}",
"fontWeight": "{font-weight.medium}",
"lineHeight": "{line-height.sm}",
"fontSize": "{font-size.6}",
"letterSpacing": "{letter-spacing.8}"
}
},
"md": {
"$type": "typography",
"$value": {
"fontFamily": "{font.family}",
"fontWeight": "{font-weight.medium}",
"lineHeight": "{line-height.sm}",
"fontSize": "{font-size.5}",
"letterSpacing": "{letter-spacing.8}"
}
},
"sm": {
"$type": "typography",
"$value": {
"fontFamily": "{font.family}",
"fontWeight": "{font-weight.medium}",
"lineHeight": "{line-height.sm}",
"fontSize": "{font-size.4}",
"letterSpacing": "{letter-spacing.7}"
}
},
"xs": {
"$type": "typography",
"$value": {
"fontFamily": "{font.family}",
"fontWeight": "{font-weight.medium}",
"lineHeight": "{line-height.sm}",
"fontSize": "{font-size.3}",
"letterSpacing": "{letter-spacing.6}"
}
}
},
"validation-message": {
"lg": {
"$type": "typography",
"$value": {
"fontFamily": "{font.family}",
"fontWeight": "{font-weight.regular}",
"lineHeight": "{line-height.sm}",
"fontSize": "{font-size.6}",
"letterSpacing": "{letter-spacing.8}"
}
},
"md": {
"$type": "typography",
"$value": {
"fontFamily": "{font.family}",
"fontWeight": "{font-weight.regular}",
"lineHeight": "{line-height.sm}",
"fontSize": "{font-size.5}",
"letterSpacing": "{letter-spacing.8}"
}
},
"sm": {
"$type": "typography",
"$value": {
"fontFamily": "{font.family}",
"fontWeight": "{font-weight.regular}",
"lineHeight": "{line-height.sm}",
"fontSize": "{font-size.4}",
"letterSpacing": "{letter-spacing.7}"
}
},
"xs": {
"$type": "typography",
"$value": {
"fontFamily": "{font.family}",
"fontWeight": "{font-weight.regular}",
"lineHeight": "{line-height.sm}",
"fontSize": "{font-size.3}",
"letterSpacing": "{letter-spacing.6}"
}
}
}
},
"disabled": {
Expand Down

0 comments on commit 3c7d751

Please sign in to comment.