26 lines
514 B
JSON
26 lines
514 B
JSON
{
|
|
"selectorWithoutVariant": ".oo-ui-indicator-{name}",
|
|
"selectorWithVariant": ".oo-ui-image-{variant}.oo-ui-indicator-{name}",
|
|
"intro": "@import '../../../../src/styles/common.less';",
|
|
"variants": {
|
|
"invert": {
|
|
"color": "#fff",
|
|
"global": true
|
|
}
|
|
},
|
|
"images": {
|
|
"clear": {
|
|
"file": "images/indicators/clear.svg"
|
|
},
|
|
"up": {
|
|
"file": "images/indicators/up.svg"
|
|
},
|
|
"down": {
|
|
"file": "images/indicators/down.svg"
|
|
},
|
|
"required": {
|
|
"file": "images/indicators/required.svg"
|
|
}
|
|
}
|
|
}
|