Skip to content

Commit

Permalink
update 18/11
Browse files Browse the repository at this point in the history
  • Loading branch information
NMinksztym committed Nov 18, 2024
1 parent 5d5c76a commit f9ed8e0
Showing 1 changed file with 292 additions and 0 deletions.
292 changes: 292 additions & 0 deletions figma-tokens/input/tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -417,12 +417,304 @@
}
}
},
"semantic-tokens/desktop": {
"color": {
"CTA": {
"default": {
"value": "{color.red.600}",
"type": "color"
},
"hover": {
"value": "{color.red.400}",
"type": "color"
},
"disabled": {
"value": "{color.gray.400}",
"type": "color"
}
}
},
"fontfamily": {
"primary": {
"value": "{fontfamily.proximanova}",
"type": "text"
},
"secondary": {
"value": "{fontfamily.sohnebreit}",
"type": "text"
}
},
"fontsize": {
"heading": {
"h1": {
"value": "{fontsize.100}",
"type": "number"
},
"h2": {
"value": "{fontsize.55}",
"type": "number"
},
"h3": {
"value": "{fontsize.35}",
"type": "number"
},
"h4": {
"value": "{fontsize.35}",
"type": "number"
},
"h5": {
"value": "{fontsize.25}",
"type": "number"
},
"h6": {
"value": "{fontsize.16}",
"type": "number"
}
},
"body": {
"default": {
"value": "{fontsize.20}",
"type": "number"
},
"small": {
"value": "{fontsize.16}",
"type": "number"
}
}
},
"lineheight": {
"body": {
"value": "{lineheight.137,5%}",
"type": "number"
}
}
},
"semantic-tokens/tablet": {
"color": {
"CTA": {
"default": {
"value": "{color.red.600}",
"type": "color"
},
"hover": {
"value": "{color.red.400}",
"type": "color"
},
"disabled": {
"value": "{color.gray.400}",
"type": "color"
}
}
},
"fontfamily": {
"primary": {
"value": "{fontfamily.proximanova}",
"type": "text"
},
"secondary": {
"value": "{fontfamily.sohnebreit}",
"type": "text"
}
},
"fontsize": {
"heading": {
"h1": {
"value": "{fontsize.100}",
"type": "number"
},
"h2": {
"value": "{fontsize.55}",
"type": "number"
},
"h3": {
"value": "{fontsize.35}",
"type": "number"
},
"h4": {
"value": "{fontsize.35}",
"type": "number"
},
"h5": {
"value": "{fontsize.25}",
"type": "number"
},
"h6": {
"value": "{fontsize.16}",
"type": "number"
}
},
"body": {
"default": {
"value": "{fontsize.20}",
"type": "number"
},
"small": {
"value": "{fontsize.16}",
"type": "number"
}
}
},
"lineheight": {
"body": {
"value": "{lineheight.137,5%}",
"type": "number"
}
}
},
"semantic-tokens/mobile": {
"color": {
"CTA": {
"default": {
"value": "{color.red.600}",
"type": "color"
},
"hover": {
"value": "{color.red.400}",
"type": "color"
},
"disabled": {
"value": "{color.gray.400}",
"type": "color"
}
}
},
"fontfamily": {
"primary": {
"value": "{fontfamily.proximanova}",
"type": "text"
},
"secondary": {
"value": "{fontfamily.sohnebreit}",
"type": "text"
}
},
"fontsize": {
"heading": {
"h1": {
"value": "{fontsize.100}",
"type": "number"
},
"h2": {
"value": "{fontsize.55}",
"type": "number"
},
"h3": {
"value": "{fontsize.35}",
"type": "number"
},
"h4": {
"value": "{fontsize.35}",
"type": "number"
},
"h5": {
"value": "{fontsize.25}",
"type": "number"
},
"h6": {
"value": "{fontsize.16}",
"type": "number"
}
},
"body": {
"default": {
"value": "{fontsize.20}",
"type": "number"
},
"small": {
"value": "{fontsize.16}",
"type": "number"
}
}
},
"lineheight": {
"body": {
"value": "{lineheight.137,5%}",
"type": "number"
}
}
},
"semantic-tokens/semantic-tokens": {
"color": {
"CTA": {
"default": {
"value": "{color.red.600}",
"type": "color"
},
"hover": {
"value": "{color.red.400}",
"type": "color"
},
"disabled": {
"value": "{color.gray.400}",
"type": "color"
}
}
},
"fontfamily": {
"primary": {
"value": "{fontfamily.proximanova}",
"type": "text"
},
"secondary": {
"value": "{fontfamily.sohnebreit}",
"type": "text"
}
},
"fontsize": {
"heading": {
"h1": {
"value": "{fontsize.100}",
"type": "number"
},
"h2": {
"value": "{fontsize.55}",
"type": "number"
},
"h3": {
"value": "{fontsize.35}",
"type": "number"
},
"h4": {
"value": "{fontsize.35}",
"type": "number"
},
"h5": {
"value": "{fontsize.25}",
"type": "number"
},
"h6": {
"value": "{fontsize.16}",
"type": "number"
}
},
"body": {
"default": {
"value": "{fontsize.20}",
"type": "number"
},
"small": {
"value": "{fontsize.16}",
"type": "number"
}
}
},
"lineheight": {
"body": {
"value": "{lineheight.137,5%}",
"type": "number"
}
}
},
"component-tokens": {},
"$themes": [],
"$metadata": {
"tokenSetOrder": [
"primitive-tokens",
"semantic-tokens",
"semantic-tokens/desktop",
"semantic-tokens/tablet",
"semantic-tokens/mobile",
"semantic-tokens/semantic-tokens",
"component-tokens"
]
}
Expand Down

0 comments on commit f9ed8e0

Please sign in to comment.