Skip to content

Commit

Permalink
feat(data): adding sizing tokens for vas for copilot
Browse files Browse the repository at this point in the history
  • Loading branch information
ljemmo committed Jun 26, 2024
1 parent 1ed19be commit 730a7a8
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions data/tokens/components/container.json
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,22 @@
}
}
},
"copilot": {
"emptystate": {
"illustration": {
"value": "{global.size.macro.M} * 5",
"type": "sizing",
"description": "Illustration size"
},
"content": {
"max": {
"value": "{global.size.macro.XXXXL} * 5",
"type": "sizing",
"description": "max-width of the insight empty state content area"
}
}
}
},
"drawer": {
"closed": {
"M": {
Expand Down

0 comments on commit 730a7a8

Please sign in to comment.