Skip to content

Commit

Permalink
refactor(tokens): changed utility elevation token naming and removed …
Browse files Browse the repository at this point in the history
…pc from dimension token that stil had it
  • Loading branch information
Vandapanda committed Jan 28, 2025
1 parent 4fc728b commit e1d8890
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions packages/tokens/tokensstudio-generated/tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -337,15 +337,15 @@
},
"50": {
"$type": "dimension",
"$value": "50px"
"$value": "50"
},
"56": {
"$type": "dimension",
"$value": "56"
},
"58": {
"$type": "dimension",
"$value": "58px"
"$value": "58"
},
"64": {
"$type": "dimension",
Expand All @@ -365,11 +365,11 @@
},
"82": {
"$type": "dimension",
"$value": "82px"
"$value": "82"
},
"88": {
"$type": "dimension",
"$value": "88px"
"$value": "88"
},
"96": {
"$type": "dimension",
Expand All @@ -385,23 +385,23 @@
},
"164": {
"$type": "dimension",
"$value": "164px"
"$value": "164"
},
"180": {
"$type": "dimension",
"$value": "180px"
"$value": "180"
},
"188": {
"$type": "dimension",
"$value": "188px"
"$value": "188"
},
"240": {
"$type": "dimension",
"$value": "240px"
"$value": "240"
},
"312": {
"$type": "dimension",
"$value": "312px"
"$value": "312"
},
"1280": {
"$type": "dimension",
Expand Down Expand Up @@ -8714,23 +8714,23 @@
"post": {
"utility": {
"elevation": {
"100": {
"1": {
"$type": "boxShadow",
"$value": "{post.device.elevation.100}"
},
"200": {
"2": {
"$type": "boxShadow",
"$value": "{post.device.elevation.200}"
},
"300": {
"3": {
"$type": "boxShadow",
"$value": "{post.device.elevation.300}"
},
"400": {
"4": {
"$type": "boxShadow",
"$value": "{post.device.elevation.400}"
},
"500": {
"5": {
"$type": "boxShadow",
"$value": "{post.device.elevation.500}"
}
Expand Down

0 comments on commit e1d8890

Please sign in to comment.