@gitlab/ui
Version:
GitLab UI Components
39 lines (38 loc) • 1.17 kB
JSON
{
"progress-bar": {
"indicator": {
"color": {
"default": {
"$value": "{status.info.icon.color}",
"$type": "color",
"$description": "Used for the indicator color for the primary progress-bar variant."
},
"success": {
"$value": "{status.success.icon.color}",
"$type": "color",
"$description": "Used for the indicator color for the success progress-bar variant."
},
"warning": {
"$value": "{status.warning.icon.color}",
"$type": "color",
"$description": "Used for the indicator color for the warning progress-bar variant."
},
"danger": {
"$value": "{status.danger.icon.color}",
"$type": "color",
"$description": "Used for the indicator color for the danger progress-bar variant."
}
}
},
"track": {
"color": {
"$value": {
"default": "{color.neutral.200}",
"dark": "{color.neutral.700}"
},
"$type": "color",
"$description": "Used for the track color for all progress-bar variants."
}
}
}
}