@gitlab/ui
Version:
GitLab UI Components
25 lines (24 loc) • 570 B
JSON
{
"skeleton-loader": {
"background": {
"color": {
"$value": {
"default": "{color.neutral.100}",
"dark": "{color.neutral.800}"
},
"$type": "color",
"$description": "Used for the skeleton loader background color."
}
},
"shimmer": {
"color": {
"$value": {
"default": "{color.neutral.50}",
"dark": "{color.neutral.700}"
},
"$type": "color",
"$description": "Used for the animated shimmer effect in a skeleton loader."
}
}
}
}