Skip to content

Commit

Permalink
Merge pull request #543 from department-of-veterans-affairs/feature/4…
Browse files Browse the repository at this point in the history
…19-jessica-add-border-tokens

[Feature] Add border tokens
  • Loading branch information
jessicawoodin authored Oct 18, 2024
2 parents 247d774 + a54e2b3 commit 0f2c4d9
Show file tree
Hide file tree
Showing 4 changed files with 44 additions and 0 deletions.
8 changes: 8 additions & 0 deletions packages/tokens/figma/dark.json
Original file line number Diff line number Diff line change
Expand Up @@ -555,6 +555,14 @@
"$value": "{uswds-system-color-blue-warm-30}",
"$type": "color"
},
"vads-color-border-strong-on-dark": {
"$value": "{vads-color-base-light}",
"$type": "color"
},
"vads-color-border-subtle-on-dark": {
"$value": "{vads-color-base-dark}",
"$type": "color"
},
"vads-color-emergency": {
"$value": "{uswds-system-color-red-warm-vivid-60}",
"$type": "color"
Expand Down
8 changes: 8 additions & 0 deletions packages/tokens/figma/light.json
Original file line number Diff line number Diff line change
Expand Up @@ -575,6 +575,14 @@
"$value": "{uswds-system-color-blue-warm-30}",
"$type": "color"
},
"vads-color-border-strong-on-light": {
"$value": "{vads-color-base-dark}",
"$type": "color"
},
"vads-color-border-subtle-on-light": {
"$value": "{vads-color-base-light}",
"$type": "color"
},
"vads-color-emergency": {
"$value": "{uswds-system-color-red-warm-vivid-60}",
"$type": "color"
Expand Down
14 changes: 14 additions & 0 deletions packages/tokens/src/tokens/color/semantic-dark.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,20 @@
"category": "color"
}
},
"vads-color-border-strong-on-dark": {
"name": "vads-color-border-strong-on-light",
"value": "{vads-color-base-light.*.value}",
"attributes": {
"category": "color"
}
},
"vads-color-border-subtle-on-dark": {
"name": "vads-color-border-subtle-on-dark",
"value": "{vads-color-base-dark.*.value}",
"attributes": {
"category": "color"
}
},
"vads-color-foreground-default-on-dark": {
"name": "vads-color-foreground-default-on-dark",
"value": "{vads-color-base-lightest.*.value}",
Expand Down
14 changes: 14 additions & 0 deletions packages/tokens/src/tokens/color/semantic-light.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,20 @@
"category": "color"
}
},
"vads-color-border-strong-on-light": {
"name": "vads-color-border-strong-on-light",
"value": "{vads-color-base-dark.*.value}",
"attributes": {
"category": "color"
}
},
"vads-color-border-subtle-on-light": {
"name": "vads-color-border-subtle-on-light",
"value": "{vads-color-base-light.*.value}",
"attributes": {
"category": "color"
}
},
"vads-color-foreground-default-on-light": {
"name": "vads-color-foreground-default-on-light",
"value": "{vads-color-base.*.value}",
Expand Down

0 comments on commit 0f2c4d9

Please sign in to comment.