Skip to content

Commit

Permalink
feat(data): adding missing pill wrapper tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
ljemmo committed Sep 9, 2024
1 parent bda86ae commit 631c800
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions data/tokens/components/form.json
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,25 @@
"description": "REF POPOVER. Vertical padding on option."
}
}
},
"pill": {
"xg": {
"S": {
"value": "{global.space.micro.S}",
"type": "spacing",
"description": "space between pills inside pill wrapper"
},
"M": {
"value": "{global.space.micro.S}",
"type": "spacing",
"description": "space between pills inside pill wrapper"
},
"L": {
"value": "{global.space.micro.S}",
"type": "spacing",
"description": "space between pills inside pill wrapper"
}
}
}
},
"fileinput": {
Expand Down

0 comments on commit 631c800

Please sign in to comment.