Skip to content

Commit

Permalink
feat(data): Update form.space.dropdown button and heading tokens.
Browse files Browse the repository at this point in the history
  • Loading branch information
clairedenning committed May 16, 2024
1 parent 22cd15a commit 4f55a6b
Showing 1 changed file with 60 additions and 12 deletions.
72 changes: 60 additions & 12 deletions data/tokens/components/form.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,26 +69,74 @@
"dropdown": {
"button": {
"x": {
"value": "{global.space.micro.XXL}",
"type": "spacing",
"description": "DD only, left right padding on footer button."
"S": {
"value": "{global.space.macro.S}",
"type": "spacing",
"description": "DD only, left right padding on footer button."
},
"M": {
"value": "{global.space.macro.S}",
"type": "spacing",
"description": "DD only, left right padding on footer button."
},
"L": {
"value": "{global.space.macro.S}",
"type": "spacing",
"description": "DD only, left right padding on footer button."
}
}
},
"heading": {
"pr": {
"value": "{global.space.micro.XXL}",
"type": "spacing",
"description": "DD only, right padding."
"S": {
"value": "{global.space.micro.XXL}",
"type": "spacing",
"description": "DD only, right padding."
},
"M": {
"value": "{global.space.micro.XXL}",
"type": "spacing",
"description": "DD only, right padding."
},
"L": {
"value": "{global.space.micro.XXL}",
"type": "spacing",
"description": "DD only, right padding."
}
},
"pt": {
"value": "{global.space.micro.XXL}",
"type": "spacing",
"description": "DD only, top padding."
"S": {
"value": "{global.space.micro.XXL}",
"type": "spacing",
"description": "DD only, top padding."
},
"M": {
"value": "{global.space.micro.XXL}",
"type": "spacing",
"description": "DD only, top padding."
},
"L": {
"value": "{global.space.micro.XXL}",
"type": "spacing",
"description": "DD only, top padding."
}
},
"pl": {
"value": "{global.space.macro.S}",
"type": "spacing",
"description": "DD only, left padding."
"S": {
"value": "{global.space.macro.S}",
"type": "spacing",
"description": "DD only, left padding."
},
"M": {
"value": "{global.space.macro.S}",
"type": "spacing",
"description": "DD only, left padding."
},
"L": {
"value": "{global.space.macro.S}",
"type": "spacing",
"description": "DD only, left padding."
}
}
},
"menu": {
Expand Down

0 comments on commit 4f55a6b

Please sign in to comment.