Skip to content

Commit

Permalink
feat(data): adding spacing tokens for progress tracker
Browse files Browse the repository at this point in the history
  • Loading branch information
ljemmo committed Mar 5, 2024
1 parent babac20 commit 86cea90
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions data/tokens/Components/progress.json
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,24 @@
"type": "borderWidth",
"description": "Step sequence line\n"
}
},
"space": {
"tracker": {
"yg": {
"S": {
"value": "{global.space.micro.S}",
"type": "spacing"
},
"M": {
"value": "{global.space.micro.L}",
"type": "spacing"
},
"L": {
"value": "{global.space.macro.XS}",
"type": "spacing"
}
}
}
}
}
}

0 comments on commit 86cea90

Please sign in to comment.