Skip to content

Commit

Permalink
feat(data): adding color overrides for progress bar
Browse files Browse the repository at this point in the history
  • Loading branch information
ljemmo committed Dec 3, 2024
1 parent ae4b665 commit 77bfecc
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 0 deletions.
15 changes: 15 additions & 0 deletions data/tokens/context/frozenproduct.json
Original file line number Diff line number Diff line change
Expand Up @@ -417,5 +417,20 @@
}
}
}
},
"progress": {
"color": {
"loader": {
"bg-default": {
"value": "{modes.color.interactive.progress.frozen.bg}",
"type": "color"
},
"fg-default": {
"value": "{modes.color.interactive.primary.frozen.default}",
"type": "color",
"description": "used for loader standard loader spinner"
}
}
}
}
}
15 changes: 15 additions & 0 deletions data/tokens/modes/dark.json
Original file line number Diff line number Diff line change
Expand Up @@ -953,6 +953,21 @@
}
}
}
},
"frozen": {
"bg": {
"value": "{modes.color.generic.bg.extreme}",
"type": "color",
"$extensions": {
"studio.tokens": {
"modify": {
"type": "alpha",
"value": "0.08",
"space": "lch"
}
}
}
}
}
}
},
Expand Down
15 changes: 15 additions & 0 deletions data/tokens/modes/light.json
Original file line number Diff line number Diff line change
Expand Up @@ -968,6 +968,21 @@
}
}
}
},
"frozen": {
"bg": {
"value": "{primitives.colors.frozenJade}",
"type": "color",
"$extensions": {
"studio.tokens": {
"modify": {
"type": "alpha",
"value": "0.08",
"space": "lch"
}
}
}
}
}
}
},
Expand Down

0 comments on commit 77bfecc

Please sign in to comment.