Skip to content

Commit

Permalink
feat(data): supporting 3 levels of border-rad for tileselect
Browse files Browse the repository at this point in the history
  • Loading branch information
ljemmo committed May 10, 2024
1 parent 8c502cc commit cd89812
Showing 1 changed file with 17 additions and 5 deletions.
22 changes: 17 additions & 5 deletions data/tokens/components/container.json
Original file line number Diff line number Diff line change
Expand Up @@ -415,11 +415,6 @@
"type": "borderRadius",
"description": "Scrollbar"
},
"tileselect": {
"value": "{global.radius.container.M}",
"type": "borderRadius",
"description": "Subscription tile"
},
"texteditor": {
"value": "{global.radius.container.M}",
"type": "borderRadius",
Expand Down Expand Up @@ -470,6 +465,23 @@
"type": "borderRadius",
"description": "Tile largest roundedness\n"
}
},
"tileselect": {
"moderate": {
"value": "{global.radius.container.L}",
"type": "borderRadius",
"description": "Tile (less rounded)"
},
"curved": {
"value": "{global.radius.container.XL}",
"type": "borderRadius",
"description": "Tile (more rounded)"
},
"sweeping": {
"value": "{global.radius.container.XXL}",
"type": "borderRadius",
"description": "Tile largest roundedness\n"
}
}
},
"space": {
Expand Down

0 comments on commit cd89812

Please sign in to comment.