Skip to content

Commit

Permalink
style: add: brand + component tokens for logo component
Browse files Browse the repository at this point in the history
  • Loading branch information
TessaViergever committed Jun 3, 2024
1 parent 1a5bc9b commit cf002d7
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions proprietary/design-tokens/figma/figma.tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@
"4xl": {
"value": "48px",
"type": "fontSizes"
},
"logo": {
"value": "60px",
"type": "fontSizes"
}
},
"line-height": {
Expand Down Expand Up @@ -66,7 +70,7 @@
"type": "fontFamilies"
},
"secondary": {
"value": "Oswald",
"value": "Oswald, sans-serif",
"type": "fontFamilies",
"description": "Used for the Frameless logo"
}
Expand Down Expand Up @@ -3145,10 +3149,16 @@
},
"frameless": {
"logo-text": {
"font-family": { "value": "{frameless.typography.font-family.secondary}" }
"font-family": { "value": "{frameless.typography.font-family.secondary}" },
"font-size": { "value": "{frameless.typography.font-size.logo}" },
"font-weight": { "value": "{frameless.typography.font-weight.normal}" }
},
"logo-image": {},
"frameless-logo": {}
"logo-wrapper": {
"inline-size": { "value": "{frameless.space.inline.snail}" },
"padding-block": { "value": "{frameless.space.block.snail}" },
"padding-inline": { "value": "{frameless.space.inline.snail}" }
}
}
},
"components/modal-dialog": {
Expand Down

0 comments on commit cf002d7

Please sign in to comment.