Skip to content

Commit

Permalink
chore(styles): update tokens branch (#4431)
Browse files Browse the repository at this point in the history
Co-authored-by: Travaglini Alessio <[email protected]>
Co-authored-by: Oliver Schürch <[email protected]>
Co-authored-by: Alizé Debray <[email protected]>
  • Loading branch information
4 people authored Jan 14, 2025
1 parent 9d84bd7 commit c77e068
Showing 1 changed file with 161 additions and 0 deletions.
161 changes: 161 additions & 0 deletions packages/tokens/tokensstudio-generated/tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -383,6 +383,26 @@
"$type": "dimension",
"$value": "112"
},
"164": {
"$type": "dimension",
"$value": "164px"
},
"180": {
"$type": "dimension",
"$value": "180px"
},
"188": {
"$type": "dimension",
"$value": "188px"
},
"240": {
"$type": "dimension",
"$value": "240px"
},
"312": {
"$type": "dimension",
"$value": "312px"
},
"1280": {
"$type": "dimension",
"$value": "1280"
Expand Down Expand Up @@ -2349,6 +2369,10 @@
"$type": "spacing",
"$value": "{post.core.dimension.16-5}"
},
"20": {
"$type": "spacing",
"$value": "{post.core.dimension.24}"
},
"inline": {
"1": {
"$type": "spacing",
Expand Down Expand Up @@ -2641,6 +2665,18 @@
"$type": "sizing",
"$value": "{post.core.dimension.72}"
}
},
"content": {
"height": {
"1": {
"$type": "sizing",
"$value": "{post.core.dimension.164}"
},
"2": {
"$type": "sizing",
"$value": "{post.core.dimension.312}"
}
}
}
},
"border-radius": {
Expand Down Expand Up @@ -2887,6 +2923,10 @@
"$type": "spacing",
"$value": "{post.core.dimension.15}"
},
"20": {
"$type": "spacing",
"$value": "{post.core.dimension.24}"
},
"block": {
"1": {
"$type": "spacing",
Expand Down Expand Up @@ -3123,6 +3163,18 @@
"$type": "sizing",
"$value": "{post.core.dimension.64}"
}
},
"content": {
"height": {
"1": {
"$type": "sizing",
"$value": "{post.core.dimension.180}"
},
"2": {
"$type": "sizing",
"$value": "{post.core.dimension.240}"
}
}
}
},
"font-weight": {
Expand Down Expand Up @@ -3349,6 +3401,10 @@
"$type": "spacing",
"$value": "{post.core.dimension.11}"
},
"20": {
"$type": "spacing",
"$value": "{post.core.dimension.16}"
},
"inline": {
"5": {
"$type": "spacing",
Expand Down Expand Up @@ -3573,6 +3629,14 @@
"$type": "sizing",
"$value": "{post.core.dimension.56}"
}
},
"content": {
"height": {
"2": {
"$type": "sizing",
"$value": "{post.core.dimension.188}"
}
}
}
},
"font-weight": {
Expand Down Expand Up @@ -7725,6 +7789,102 @@
}
}
},
"Components/Teaser": {
"post": {
"teaser": {
"card": {
"sm": {
"image": {
"height": {
"$type": "sizing",
"$value": "{post.device.sizing.content.height.1}"
}
},
"section": {
"content": {
"padding": {
"$type": "spacing",
"$value": "{post.device.spacing.padding.5}"
},
"gap": {
"$type": "spacing",
"$value": "{post.device.spacing.gap.7}"
}
}
},
"heading": {
"font-size": {
"$type": "fontSizes",
"$value": "{post.device.font-size.5}"
}
},
"content": {
"gap": {
"$type": "spacing",
"$value": "{post.core.dimension.6}"
}
}
},
"lg": {
"image": {
"height": {
"$type": "sizing",
"$value": "{post.device.sizing.content.height.2}"
}
},
"section": {
"content": {
"padding": {
"$type": "spacing",
"$value": "{post.device.spacing.padding.20}"
},
"gap": {
"$type": "spacing",
"$value": "{post.core.dimension.24}"
}
}
},
"heading": {
"font-size": {
"$type": "fontSizes",
"$value": "{post.device.font-size.4}"
}
},
"content": {
"gap": {
"$type": "spacing",
"$value": "{post.device.spacing.gap.block.3}"
}
}
},
"elevation": {
"$type": "boxShadow",
"$value": "{post.device.elevation.200}"
},
"border": {
"radius": {
"$type": "borderRadius",
"$value": "{post.device.border-radius.2}"
}
},
"enabled-bg": {
"$type": "color",
"$value": "{post.scheme.color.interactive.primary.enabled.bg1}"
},
"content": {
"enabled-fg": {
"$type": "color",
"$value": "{post.scheme.color.interactive.primary.enabled.fg1}"
},
"hover-fg": {
"$type": "color",
"$value": "{post.scheme.color.interactive.primary.hover.fg1}"
}
}
}
}
}
},
"Components/Validation": {
"post": {
"validation": {
Expand Down Expand Up @@ -10828,6 +10988,7 @@
"Components/Text highlighted",
"Components/Text input",
"Components/Toast",
"Components/Teaser",
"Components/Validation",
"FigmaOnly",
"Utilities/Spacing",
Expand Down

0 comments on commit c77e068

Please sign in to comment.