Skip to content

Commit

Permalink
feat(data): add border-radius descriptions and remove unused 300 token.
Browse files Browse the repository at this point in the history
  • Loading branch information
ljemmo committed Nov 23, 2022
1 parent 9b0f734 commit 0b6f454
Showing 1 changed file with 14 additions and 11 deletions.
25 changes: 14 additions & 11 deletions data/tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -1594,35 +1594,38 @@
"borderRadius": {
"100": {
"value": "8px",
"type": "borderRadius"
"type": "borderRadius",
"description": "Anchor nav (right corners), Card (tightly stacked), Message, Navigation top (menu bottom corners), Navigation left (menu selected state, TBC hover state), Pagination, Tab, Table, Toast"
},
"200": {
"value": "16px",
"type": "borderRadius"
},
"300": {
"value": "24px",
"type": "borderRadius"
"type": "borderRadius",
"description": "Carousel: What's New, Dialog (not full screen), Action popover (menu), Button: Multi-action (menu), Button: Split (menu), Card (larger spaced), Tile, Tile select, Color picker, Tooltip"
},
"400": {
"value": "32px",
"type": "borderRadius"
"type": "borderRadius",
"description": "Action popover (button), Button bars (outer corners only), Button: Major, Button: Minor, Button: Multi-action, Button: Split, Button: Toggle, File upload (integrated moving bar), Loader bar (moving bar), Progress bar (expanding bar)"
},
"circle": {
"value": "50%",
"type": "borderRadius"
"type": "borderRadius",
"description": "Badge, Radio button."
},
"025": {
"value": "2px",
"type": "borderRadius"
"type": "borderRadius",
"description": "Checkbox S"
},
"050": {
"value": "4px",
"type": "borderRadius"
"type": "borderRadius",
"description": "Checkbox L, Date picker, Dropdown select (trigger), Dropdown select (menu), Link focus (tbc), Pill, Search, Text area, Text input"
},
"000": {
"value": "0px",
"type": "borderRadius"
"type": "borderRadius",
"description": "Grouped button internal/adjacent corners, File upload (integrated bar extreme left and right corners)"
}
},
"typography": {
Expand Down

0 comments on commit 0b6f454

Please sign in to comment.