Skip to content

Commit

Permalink
feat(data): adding space tokens for nikolay
Browse files Browse the repository at this point in the history
  • Loading branch information
ljemmo committed Oct 16, 2024
1 parent ee340f6 commit cfbe567
Showing 1 changed file with 46 additions and 0 deletions.
46 changes: 46 additions & 0 deletions data/tokens/components/form.json
Original file line number Diff line number Diff line change
Expand Up @@ -678,6 +678,52 @@
}
}
}
},
"password": {
"requirement": {
"xg": {
"S": {
"value": "{global.space.micro.XS}",
"type": "spacing"
},
"M": {
"value": "{global.space.micro.S}",
"type": "spacing"
},
"L": {
"value": "{global.space.micro.S}",
"type": "spacing"
}
},
"x": {
"S": {
"value": "{global.space.micro.XS}",
"type": "spacing"
},
"M": {
"value": "{global.space.micro.S}",
"type": "spacing"
},
"L": {
"value": "{global.space.micro.S}",
"type": "spacing"
}
},
"y": {
"S": {
"value": "{global.space.micro.XS}",
"type": "spacing"
},
"M": {
"value": "{global.space.micro.S}",
"type": "spacing"
},
"L": {
"value": "{global.space.micro.S}",
"type": "spacing"
}
}
}
}
},
"size": {
Expand Down

0 comments on commit cfbe567

Please sign in to comment.