Skip to content

Commit

Permalink
feat(data): 1. Update description of form.space.input.px.M and form.s…
Browse files Browse the repository at this point in the history
…pace.fileinput.inputgap.M. 2. Rename form.space.integral.pb.pb to form.space.integral.gap.pv.
  • Loading branch information
clairedenning committed Feb 19, 2024
1 parent 9c80626 commit daf592c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions data/tokens/Components/form.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"M": {
"value": "{global.space.micro.XXL}",
"type": "spacing",
"description": "Left and right padding for M size input.\n"
"description": "Left and right padding for M size input. Right padding on dropdown option. Right padding on Password input container. Left and right padding on password inputText.\n"
}
},
"py": {
Expand All @@ -49,7 +49,7 @@
"M": {
"value": "{global.space.micro.L}",
"type": "spacing",
"description": "Gap between placeholder and button in File input\n"
"description": "Gap between placeholder and button in File input. Gap between checkbox/radio and label.\n"
}
},
"previewgap": {
Expand All @@ -75,8 +75,8 @@
}
},
"integral": {
"pb": {
"pb": {
"gap": {
"pv": {
"value": "{global.space.micro.L}",
"type": "spacing",
"description": "Space below labelset, before the input. Space between input and preview containers in File input."
Expand Down

0 comments on commit daf592c

Please sign in to comment.