Skip to content

Commit

Permalink
Added opacity tokens and updated radius number
Browse files Browse the repository at this point in the history
  • Loading branch information
dana-saur committed Sep 26, 2024
1 parent f0dbc6a commit 7b96f28
Showing 1 changed file with 18 additions and 3 deletions.
21 changes: 18 additions & 3 deletions tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -943,8 +943,8 @@
}
},
"dimension": {
"99": {
"value": "99px",
"999": {
"value": "999px",
"type": "dimension"
},
"base-8": {
Expand Down Expand Up @@ -1010,6 +1010,21 @@
"type": "dimension"
}
}
},
"opacity": {
"50": {
"value": "0.5",
"type": "opacity",
"description": "Used as a background overlay to mute the background when another layer (e.g. modal, drawer) is opened."
},
"100": {
"value": "1",
"type": "opacity"
},
"transparent": {
"value": "0",
"type": "opacity"
}
}
},
"01 Semantic": {
Expand Down Expand Up @@ -1537,7 +1552,7 @@
"border": {
"radius": {
"circle": {
"value": "{dimension.99}",
"value": "{dimension.999}",
"type": "borderRadius"
},
"xs": {
Expand Down

0 comments on commit 7b96f28

Please sign in to comment.