Skip to content

Commit

Permalink
feat(data): Move colorpicker spacing and boxshadow tokens from Popove…
Browse files Browse the repository at this point in the history
…r to Form.
  • Loading branch information
clairedenning committed May 14, 2024
1 parent 6248f79 commit 94442ad
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 26 deletions.
26 changes: 26 additions & 0 deletions data/tokens/components/form.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,32 @@
}
}
},
"colorpicker": {
"x": {
"M": {
"value": "{global.space.macro.M}",
"type": "spacing"
}
},
"xg": {
"M": {
"value": "{global.space.macro.XS}",
"type": "spacing"
}
},
"y": {
"M": {
"value": "{global.space.macro.M}",
"type": "spacing"
}
},
"yg": {
"M": {
"value": "{global.space.macro.M}",
"type": "spacing"
}
}
},
"fileinput": {
"status": {
"M": {
Expand Down
26 changes: 0 additions & 26 deletions data/tokens/components/popover.json
Original file line number Diff line number Diff line change
Expand Up @@ -136,32 +136,6 @@
}
}
},
"colorpicker": {
"x": {
"M": {
"value": "{global.space.macro.M}",
"type": "spacing"
}
},
"xg": {
"M": {
"value": "{global.space.macro.XS}",
"type": "spacing"
}
},
"y": {
"M": {
"value": "{global.space.macro.M}",
"type": "spacing"
}
},
"yg": {
"M": {
"value": "{global.space.macro.M}",
"type": "spacing"
}
}
},
"menu": {
"y": {
"S": {
Expand Down

0 comments on commit 94442ad

Please sign in to comment.