Skip to content

Commit

Permalink
feat(data): simplifying skeleton size tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
ljemmo committed Sep 30, 2024
1 parent d779537 commit 3a10a0a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions data/tokens/components/progress.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,27 +67,27 @@
"skeleton": {
"text": {
"XS": {
"value": "{global.typography.adaptive.subheading.M}",
"value": "{primitives.fontSize.responsive.step0}",
"type": "sizing",
"description": "Skeleton paragraph and H5"
},
"S": {
"value": "{global.typography.adaptive.subheading.M}",
"value": "{global.typography.responsive.subheading.M}",
"type": "sizing",
"description": "H4 Skeletons"
},
"M": {
"value": "{global.typography.adaptive.heading.XS}",
"value": "{global.typography.responsive.heading.XS}",
"type": "sizing",
"description": "H3 Skeletons"
},
"L": {
"value": "{global.typography.adaptive.heading.S}",
"value": "{global.typography.responsive.heading.S}",
"type": "sizing",
"description": "H2 Skeletons"
},
"XL": {
"value": "{global.typography.adaptive.heading.M}",
"value": "{global.typography.responsive.heading.M}",
"type": "sizing",
"description": "H1 Skeletons"
}
Expand Down

0 comments on commit 3a10a0a

Please sign in to comment.