Skip to content

Commit

Permalink
feat(data): addding size tokens for empty state illustrations
Browse files Browse the repository at this point in the history
  • Loading branch information
ljemmo committed Jul 11, 2024
1 parent 9913ac4 commit d362689
Showing 1 changed file with 19 additions and 12 deletions.
31 changes: 19 additions & 12 deletions data/tokens/components/container.json
Original file line number Diff line number Diff line change
Expand Up @@ -290,20 +290,27 @@
"generic": {
"emptystate": {
"illustration": {
"S": {
"value": "{global.size.macro.M} * 5",
"type": "sizing",
"description": "Illustration size for small error and empty states"
},
"M": {
"value": "{global.size.macro.M} * 6",
"type": "sizing",
"description": "Illustration size for medium error and empty states"
"primary": {
"S": {
"value": "{global.size.macro.M} * 5",
"type": "sizing",
"description": "Illustration size for small error and empty states"
},
"M": {
"value": "{global.size.macro.M} * 6",
"type": "sizing",
"description": "Illustration size for medium error and empty states"
},
"L": {
"value": "{global.size.macro.M} * 8",
"type": "sizing",
"description": "Illustration size for large error and empty states"
}
},
"L": {
"value": "{global.size.macro.M} * 8",
"secondary": {
"value": "{global.size.macro.M} + {button.size.icon.M}",
"type": "sizing",
"description": "Illustration size for large error and empty states"
"description": "Illustration size for secondary empty states"
}
}
}
Expand Down

0 comments on commit d362689

Please sign in to comment.