Skip to content

Commit

Permalink
feat(data): editing some swatch container border-rad tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
ljemmo committed Apr 4, 2024
1 parent c62adaa commit f4e7efe
Showing 1 changed file with 10 additions and 17 deletions.
27 changes: 10 additions & 17 deletions data/tokens/components/form.json
Original file line number Diff line number Diff line change
Expand Up @@ -708,6 +708,16 @@
"type": "borderRadius",
"description": "Text editor (internal corners)"
},
"checkbox": {
"value": "{global.radius.interactive.S}",
"type": "borderRadius",
"description": "S and M checkbox"
},
"colorswatch": {
"value": "{global.radius.interactive.XXL}",
"type": "borderRadius",
"description": "Color picker (swatch container), \n"
},
"fileupload": {
"value": "{global.radius.container.M}",
"type": "borderRadius",
Expand All @@ -723,11 +733,6 @@
"type": "borderRadius",
"description": "Date picker input, Date range input, Dropdown select (trigger), Search, File input (draggable area), Text area, Text input"
},
"checkbox": {
"value": "{global.radius.interactive.S}",
"type": "borderRadius",
"description": "S and M checkbox"
},
"radio": {
"value": "{global.radius.circle}",
"type": "borderRadius",
Expand Down Expand Up @@ -759,18 +764,6 @@
"type": "borderRadius",
"description": "Calendar (today indicator)"
}
},
"colorpicker": {
"inner": {
"value": "{global.radius.interactive.S}",
"type": "borderRadius",
"description": "Color picker (swatch container), \n"
},
"outer": {
"value": "{global.radius.container.L}",
"type": "borderRadius",
"description": "Color picker advanced (parent container), \n"
}
}
},
"borderwidth": {
Expand Down

0 comments on commit f4e7efe

Please sign in to comment.