Skip to content

Commit

Permalink
- updated spacing 10XLarge
Browse files Browse the repository at this point in the history
- updated spacing 11XLarge
- added spacing 9XLarge
- added new token --guit-sem-color-background-neutral-1-nudge
- added new token --guit-sem-color-background-neutral-1-nudge-hover
- added new token --guit-sem-color-background-neutral-1-nudge-pressed
  • Loading branch information
EduardHambardzumyan committed Oct 2, 2024
1 parent 2f969e1 commit 311fb85
Showing 1 changed file with 57 additions and 25 deletions.
82 changes: 57 additions & 25 deletions tokens/tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -1538,6 +1538,30 @@
"value": "{ref.color.neutral-500}"
}
},
"background-neutral-1-nudge": {
"light": {
"value": "{ref.color.neutral-0}"
},
"dark": {
"value": "{ref.color.neutral-600}"
}
},
"background-neutral-1-nudge-hover": {
"light": {
"value": "{ref.color.neutral-20}"
},
"dark": {
"value": "{ref.color.neutral-500}"
}
},
"background-neutral-1-nudge-pressed": {
"light": {
"value": "{ref.color.neutral-40}"
},
"dark": {
"value": "{ref.color.neutral-700}"
}
},
"foreground-brand": {
"light": {
"value": "{ref.color.blue-300base}"
Expand Down Expand Up @@ -1570,20 +1594,20 @@
"value": "{ref.color.neutral-600}"
}
},
"foreground-error": {
"background-neutral-2-hover": {
"light": {
"value": "{ref.color.red-400}"
"value": "{ref.color.neutral-40}"
},
"dark": {
"value": "{ref.color.red-60}"
"value": "{ref.color.neutral-500}"
}
},
"background-neutral-2-hover": {
"foreground-error": {
"light": {
"value": "{ref.color.neutral-40}"
"value": "{ref.color.red-400}"
},
"dark": {
"value": "{ref.color.neutral-500}"
"value": "{ref.color.red-60}"
}
},
"background-neutral-2-pressed": {
Expand Down Expand Up @@ -1634,20 +1658,20 @@
"value": "{ref.color.blue-60}"
}
},
"background-brand-1": {
"foreground-selected": {
"light": {
"value": "{ref.color.blue-40}"
"value": "{ref.color.blue-300base}"
},
"dark": {
"value": "{ref.color.blue-400}"
"value": "{ref.color.blue-80}"
}
},
"background-brand-1-hover": {
"background-brand-1": {
"light": {
"value": "{ref.color.blue-60}"
"value": "{ref.color.blue-40}"
},
"dark": {
"value": "{ref.color.blue-300base}"
"value": "{ref.color.blue-400}"
}
},
"foreground-selected-hover": {
Expand All @@ -1658,6 +1682,14 @@
"value": "{ref.color.blue-60}"
}
},
"background-brand-1-hover": {
"light": {
"value": "{ref.color.blue-60}"
},
"dark": {
"value": "{ref.color.blue-300base}"
}
},
"foreground-selected-pressed": {
"light": {
"value": "{ref.color.blue-500}"
Expand Down Expand Up @@ -1706,20 +1738,20 @@
"value": "{ref.color.red-400}"
}
},
"foreground-inverse": {
"background-error-1-hover": {
"light": {
"value": "{ref.color.neutral-0}"
"value": "{ref.color.red-60}"
},
"dark": {
"value": "{ref.color.neutral-600}"
"value": "{ref.color.red-300}"
}
},
"background-error-1-hover": {
"foreground-inverse": {
"light": {
"value": "{ref.color.red-60}"
"value": "{ref.color.neutral-0}"
},
"dark": {
"value": "{ref.color.red-300}"
"value": "{ref.color.neutral-600}"
}
},
"foreground-inverse-hover": {
Expand All @@ -1746,20 +1778,20 @@
"value": "{ref.color.neutral-300}"
}
},
"background-error-1-pressed": {
"foreground-disabled": {
"light": {
"value": "{ref.color.red-80}"
"value": "{ref.color.neutral-100}"
},
"dark": {
"value": "{ref.color.red-500}"
"value": "{ref.color.neutral-300}"
}
},
"foreground-disabled": {
"background-error-1-pressed": {
"light": {
"value": "{ref.color.neutral-100}"
"value": "{ref.color.red-80}"
},
"dark": {
"value": "{ref.color.neutral-300}"
"value": "{ref.color.red-500}"
}
},
"foreground-accent-blue": {
Expand Down Expand Up @@ -2500,4 +2532,4 @@
}
}
}
}
}

0 comments on commit 311fb85

Please sign in to comment.