Skip to content

Commit

Permalink
feat(data): Update video size tokens (remove hover tokens, and rename…
Browse files Browse the repository at this point in the history
… enabled tokens)
  • Loading branch information
clairedenning committed Aug 29, 2024
1 parent 1729308 commit 66f462f
Showing 1 changed file with 10 additions and 26 deletions.
36 changes: 10 additions & 26 deletions data/tokens/components/button.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,33 +28,17 @@
}
},
"video": {
"enabled": {
"S": {
"value": "{global.size.macro.S}",
"type": "sizing"
},
"M": {
"value": "{global.size.macro.L}",
"type": "sizing"
},
"L": {
"value": "{global.size.macro.XXL}",
"type": "sizing"
}
"S": {
"value": "{global.size.macro.S}",
"type": "sizing"
},
"hover": {
"S": {
"value": "{global.size.macro.M}",
"type": "sizing"
},
"M": {
"value": "{global.size.macro.XXL}",
"type": "sizing"
},
"L": {
"value": "{global.size.macro.XXXL}",
"type": "sizing"
}
"M": {
"value": "{global.size.macro.L}",
"type": "sizing"
},
"L": {
"value": "{global.size.macro.XXL}",
"type": "sizing"
}
}
},
Expand Down

0 comments on commit 66f462f

Please sign in to comment.