Skip to content

Commit

Permalink
Merge pull request #31 from adobe/nabuhasan/SDS-13233-down-state-toke…
Browse files Browse the repository at this point in the history
…ns-update

Down state token updates
  • Loading branch information
GarthDB authored Jan 10, 2024
2 parents 7170589 + 3313285 commit 6ad239c
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 24 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -395,19 +395,8 @@
}
}
},
"component-size-difference-down": {
"value": "2px",
"type": "sizing",
"$extensions": {
"spectrum-tokens": {
"uuid": "9ef4a0a5-b81c-4f54-8927-286ece29a824",
"name": "component-size-difference-down",
"constant-token-duplicate": false
}
}
},
"component-size-width-ratio-down": {
"value": "3px",
"value": "0.3333",
"type": "sizing",
"$extensions": {
"spectrum-tokens": {
Expand Down Expand Up @@ -1703,5 +1692,16 @@
"constant-token-duplicate": true
}
}
},
"component-size-difference-down": {
"value": "-2px",
"type": "dimension",
"$extensions": {
"spectrum-tokens": {
"uuid": "9ef4a0a5-b81c-4f54-8927-286ece29a824",
"name": "component-size-difference-down",
"constant-token-duplicate": false
}
}
}
}
24 changes: 12 additions & 12 deletions src/tokens-studio/spectrum2-non-colors/spectrum2/layout/mobile.json
Original file line number Diff line number Diff line change
Expand Up @@ -395,19 +395,8 @@
}
}
},
"component-size-difference-down": {
"value": "2px",
"type": "sizing",
"$extensions": {
"spectrum-tokens": {
"uuid": "6ab11315-8061-4235-bfda-97e6a6a23e3f",
"name": "component-size-difference-down",
"constant-token-duplicate": false
}
}
},
"component-size-width-ratio-down": {
"value": "3px",
"value": "0.3333",
"type": "sizing",
"$extensions": {
"spectrum-tokens": {
Expand Down Expand Up @@ -1703,5 +1692,16 @@
"constant-token-duplicate": true
}
}
},
"component-size-difference-down": {
"value": "-2px",
"type": "dimension",
"$extensions": {
"spectrum-tokens": {
"uuid": "6ab11315-8061-4235-bfda-97e6a6a23e3f",
"name": "component-size-difference-down",
"constant-token-duplicate": false
}
}
}
}

0 comments on commit 6ad239c

Please sign in to comment.