Skip to content

Commit

Permalink
feat(data): Add progress stepflow tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
clairedenning committed May 21, 2024
1 parent e38150c commit fd063f4
Showing 1 changed file with 55 additions and 23 deletions.
78 changes: 55 additions & 23 deletions data/tokens/components/progress.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,13 @@
"type": "sizing",
"description": "H1 Skeletons"
}
},
"stepflow": {
"M": {
"value": "{global.size.micro.S}",
"type": "sizing",
"description": "Step height"
}
}
},
"color": {
Expand Down Expand Up @@ -387,33 +394,28 @@
}
}
},
"stepsequence": {
"xg": {
"M": {
"value": "{global.space.micro.L}",
"type": "spacing",
"description": "Vertical variant gap between step indicator and label"
}
},
"x": {
"M": {
"value": "{global.space.micro.S}",
"type": "spacing",
"description": "Horizontal variant horizontal padding on label."
}
},
"y": {
"stepflow": {
"yg": {
"M": {
"value": "{global.space.micro.L}",
"value": "{global.space.macro.XS}",
"type": "spacing",
"description": "Vertical variant vertical padding on label."
"description": "Gap between heading wrapper and step indicator"
}
},
"yg": {
"M": {
"value": "{global.space.micro.S}",
"type": "spacing",
"description": "Horizontal variant gap between step indicator and label"
"steps": {
"xg": {
"M": {
"value": "{global.space.macro.XS}",
"type": "spacing",
"description": "Gap between step indicators"
}
},
"yg": {
"M": {
"value": "{global.space.micro.S}",
"type": "spacing",
"description": "Gap between label and step indicators"
}
}
}
},
Expand Down Expand Up @@ -442,6 +444,36 @@
"description": "Gap between tracker value text and description"
}
}
},
"stepsequence": {
"xg": {
"M": {
"value": "{global.space.micro.L}",
"type": "spacing",
"description": "Vertical variant gap between step indicator and label"
}
},
"x": {
"M": {
"value": "{global.space.micro.S}",
"type": "spacing",
"description": "Horizontal variant horizontal padding on label."
}
},
"y": {
"M": {
"value": "{global.space.micro.L}",
"type": "spacing",
"description": "Vertical variant vertical padding on label."
}
},
"yg": {
"M": {
"value": "{global.space.micro.S}",
"type": "spacing",
"description": "Horizontal variant gap between step indicator and label"
}
}
}
},
"opacity": {
Expand Down

0 comments on commit fd063f4

Please sign in to comment.