Skip to content

Commit

Permalink
feat(data): 1. Update value of nav.size.horizontal.navbar.content.ico…
Browse files Browse the repository at this point in the history
…n.M. 2. Update descriptions on progress.space.skeleton.singleline.xg tokens
  • Loading branch information
clairedenning committed Jun 12, 2024
1 parent a4cd3fe commit 8f1a109
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion data/tokens/components/nav.json
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@
},
"icon": {
"M": {
"value": "{global.size.icon.M}",
"value": "{global.size.icon.L}",
"type": "sizing",
"description": "Icon size"
}
Expand Down
10 changes: 5 additions & 5 deletions data/tokens/components/progress.json
Original file line number Diff line number Diff line change
Expand Up @@ -451,27 +451,27 @@
"XS": {
"value": "{global.space.micro.L}",
"type": "spacing",
"description": "vertical gap between skeleton bars"
"description": "horizontal gap between elements"
},
"S": {
"value": "{global.space.micro.L}",
"type": "spacing",
"description": "vertical gap between skeleton bars"
"description": "horizontal gap between elements"
},
"M": {
"value": "{global.space.micro.XXL}",
"type": "spacing",
"description": "vertical gap between skeleton bars"
"description": "horizontal gap between elements"
},
"L": {
"value": "{global.space.micro.XXL}",
"type": "spacing",
"description": "vertical gap between skeleton bars"
"description": "horizontal gap between elements"
},
"XL": {
"value": "{global.space.macro.XS}",
"type": "spacing",
"description": "vertical gap between skeleton bars"
"description": "horizontal gap between elements"
}
}
}
Expand Down

0 comments on commit 8f1a109

Please sign in to comment.