@gitlab/ui
Version:
GitLab UI Components
119 lines (118 loc) • 3.59 kB
JSON
{
"label": {
"light": {
"text": {
"color": {
"$value": "{color.neutral.950}",
"$type": "color",
"$description": "Used for the label text color on a light background color."
}
},
"button": {
"background": {
"color": {
"default": {
"$value": "{color.alpha.0}",
"$type": "color",
"$description": "Used for the label remove button background on a light background color in the default state."
},
"hover": {
"$value": "{color.neutral.950}",
"$type": "color",
"$description": "Used for the label remove button background on a light background color in the hover state."
}
}
},
"icon": {
"color": {
"default": {
"$value": "{color.neutral.950}",
"$type": "color",
"$description": "Used for the label remove button icon on a light background color in the default state."
}
}
}
}
},
"dark": {
"text": {
"color": {
"$value": "{color.neutral.0}",
"$type": "color",
"$description": "Used for the label text color on a dark background color."
}
},
"button": {
"background": {
"color": {
"default": {
"$value": "{color.alpha.0}",
"$type": "color",
"$description": "Used for the label remove button background on a dark background color in the default state."
},
"hover": {
"$value": "{color.neutral.0}",
"$type": "color",
"$description": "Used for the label remove button background on a dark background color in the hover state."
}
}
},
"icon": {
"color": {
"default": {
"$value": "{color.neutral.0}",
"$type": "color",
"$description": "Used for the label remove button icon on a dark background color in the default state."
}
}
}
}
},
"scoped": {
"text": {
"color": {
"$value": {
"default": "{color.neutral.950}",
"dark": "{color.neutral.0}"
},
"$type": "color",
"$description": "Used for the scoped label text color."
}
},
"button": {
"background": {
"color": {
"hover": {
"$value": {
"default": "{color.neutral.950}",
"dark": "{color.neutral.0}"
},
"$type": "color",
"$description": "Used for the scoped label remove button background in the hover state."
}
}
},
"icon": {
"color": {
"default": {
"$value": {
"default": "{color.neutral.950}",
"dark": "{color.neutral.0}"
},
"$type": "color",
"$description": "Used for the scoped label remove button icon in the default state."
},
"hover": {
"$value": {
"default": "{color.neutral.0}",
"dark": "{color.neutral.950}"
},
"$type": "color",
"$description": "Used for the scoped label remove button icon in the hover state."
}
}
}
}
}
}
}