Skip to content

Commit

Permalink
feat(data): add large spacing for pills
Browse files Browse the repository at this point in the history
  • Loading branch information
ljemmo committed Feb 12, 2024
1 parent f076b30 commit df1d99a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions data/tokens/Components/feedback.json
Original file line number Diff line number Diff line change
Expand Up @@ -362,6 +362,10 @@
"M": {
"value": "{global.space.micro.L}",
"type": "spacing"
},
"L": {
"value": "{global.space.micro.XXL}",
"type": "spacing"
}
}
}
Expand Down
12 changes: 6 additions & 6 deletions data/tokens/Components/form.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"value": "0",
"type": "spacing"
},
"inside": {
"inner": {
"XXS": {
"value": "{global.space.micro.XS}",
"type": "spacing"
Expand All @@ -31,7 +31,7 @@
"type": "spacing"
}
},
"stack": {
"outer": {
"S": {
"value": "{global.space.macro.XS}",
"type": "spacing"
Expand Down Expand Up @@ -74,7 +74,7 @@
}
},
"switch": {
"inside": {
"handle": {
"M": {
"value": "{global.size.macro.XXS}",
"type": "sizing",
Expand All @@ -86,7 +86,7 @@
"description": "L switch knob"
}
},
"outside": {
"container": {
"M": {
"value": "{global.size.macro.S}",
"type": "sizing",
Expand Down Expand Up @@ -117,7 +117,7 @@
}
},
"radio": {
"outside": {
"circle": {
"S": {
"value": "{global.size.macro.XXS}",
"type": "sizing",
Expand All @@ -134,7 +134,7 @@
"description": "L radios"
}
},
"inside": {
"dot": {
"S": {
"value": "{global.size.micro.M}",
"type": "sizing",
Expand Down

0 comments on commit df1d99a

Please sign in to comment.