Skip to content

Commit

Permalink
chore(tokens): update tokens branch (#4458)
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 17, 2025
1 parent fd3fc28 commit 2383b97
Showing 1 changed file with 41 additions and 12 deletions.
53 changes: 41 additions & 12 deletions packages/tokens/tokensstudio-generated/tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -1036,6 +1036,10 @@
"bg3": {
"$type": "color",
"$value": "{post.core.color.brand.white}"
},
"stroke4": {
"$type": "color",
"$value": "{post.core.color.sandgrey.030}"
}
},
"hover": {
Expand Down Expand Up @@ -2692,6 +2696,10 @@
"$type": "borderRadius",
"$value": "{post.core.dimension.8}"
},
"3": {
"$type": "borderRadius",
"$value": "{post.core.dimension.16}"
},
"round": {
"$type": "borderRadius",
"$value": "{post.core.dimension.100}"
Expand Down Expand Up @@ -7861,16 +7869,6 @@
}
}
},
"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}"
Expand All @@ -7893,6 +7891,34 @@
}
}
},
"Components/Cards": {
"post": {
"card": {
"border-radius": {
"$type": "borderRadius",
"$value": "{post.device.border-radius.3}"
},
"nested": {
"border-radius": {
"$type": "borderRadius",
"$value": "{post.device.border-radius.2}"
}
},
"interactive": {
"elevation": {
"$type": "boxShadow",
"$value": "{post.device.elevation.200}"
}
},
"non-interactive": {
"stroke": {
"$type": "color",
"$value": "{post.scheme.color.interactive.primary.enabled.stroke4}"
}
}
}
}
},
"Components/Validation": {
"post": {
"validation": {
Expand Down Expand Up @@ -10104,7 +10130,9 @@
"Components/Blockquote": "enabled",
"Components/Search input": "enabled",
"Components/ListCheck": "enabled",
"Components/Assist": "enabled"
"Components/Assist": "enabled",
"Components/Cards": "enabled",
"Components/Teaser": "enabled"
},
"$figmaCollectionId": "VariableCollectionId:808:5504",
"$figmaModeId": "808:0",
Expand Down Expand Up @@ -10997,6 +11025,7 @@
"Components/Text input",
"Components/Toast",
"Components/Teaser",
"Components/Cards",
"Components/Validation",
"FigmaOnly",
"Utilities/Spacing",
Expand All @@ -11006,4 +11035,4 @@
"Helpers/Focus"
]
}
}
}

0 comments on commit 2383b97

Please sign in to comment.