Skip to content

Commit

Permalink
feat(data): Edit and add progress loading spacing tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
clairedenning committed Apr 23, 2024
1 parent 98c462f commit f6530c0
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions data/tokens/components/progress.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,6 @@
"progress": {
"size": {
"bar": {
"XS": {
"value": "{global.size.micro.XS}",
"type": "sizing",
"description": "S progress tracker bar"
},
"S": {
"value": "{global.size.micro.S}",
"type": "sizing",
Expand All @@ -21,11 +16,6 @@
"value": "{global.size.micro.XL}",
"type": "sizing",
"description": "L loader bar"
},
"XL": {
"value": "{global.size.micro.XXL}",
"type": "sizing",
"description": "XL loader bar, L progress tracker bar"
}
},
"spinner": {
Expand Down Expand Up @@ -294,18 +284,28 @@
"description": "gap between loader visual and loading text"
},
"M": {
"value": "{global.space.macro.XS}",
"value": "{global.space.micro.XXL}",
"type": "spacing",
"description": "gap between loader visual and loading text"
},
"L": {
"value": "{global.space.macro.M}",
"value": "{global.space.macro.XS}",
"type": "spacing",
"description": "gap between loader visual and loading text"
}
},
"xg": {
"S": {
"value": "{global.space.micro.L}",
"type": "spacing",
"description": "Gap between loader graphic and label."
},
"M": {
"value": "{global.space.micro.XXL}",
"type": "spacing",
"description": "Gap between loader graphic and label."
},
"L": {
"value": "{global.space.macro.XS}",
"type": "spacing",
"description": "Gap between loader graphic and label."
Expand Down

0 comments on commit f6530c0

Please sign in to comment.