63 lines
1.2 KiB
JSON
63 lines
1.2 KiB
JSON
{
|
|
"selectorWithoutVariant": ".oo-ui-icon-{name}",
|
|
"selectorWithVariant": ".oo-ui-image-{variant}.oo-ui-icon-{name}",
|
|
"intro": "@import '../../../../src/styles/common.less';",
|
|
"variants": {
|
|
"invert": {
|
|
"color": "#fff",
|
|
"global": true
|
|
},
|
|
"progressive": {
|
|
"color": "#36c",
|
|
"global": true
|
|
},
|
|
"destructive": {
|
|
"color": "#d73333"
|
|
},
|
|
"error": {
|
|
"color": "#d73333"
|
|
},
|
|
"warning": {
|
|
"color": "#edab00"
|
|
},
|
|
"success": {
|
|
"color": "#14866d"
|
|
}
|
|
},
|
|
"images": {
|
|
"appearance": {
|
|
"file": "images/icons/appearance.svg"
|
|
},
|
|
"bright": {
|
|
"file": "images/icons/bright.svg"
|
|
},
|
|
"halfBright": {
|
|
"file": {
|
|
"ltr": "images/icons/halfBright-ltr.svg",
|
|
"rtl": "images/icons/halfBright-rtl.svg"
|
|
}
|
|
},
|
|
"notBright": {
|
|
"file": "images/icons/notBright.svg"
|
|
},
|
|
"eye": {
|
|
"file": "images/icons/eye.svg"
|
|
},
|
|
"eyeClosed": {
|
|
"file": "images/icons/eyeClosed.svg"
|
|
},
|
|
"moon": {
|
|
"file": "images/icons/moon.svg"
|
|
},
|
|
"largerText": {
|
|
"file": "images/icons/largerText.svg"
|
|
},
|
|
"smallerText": {
|
|
"file": "images/icons/smallerText.svg"
|
|
},
|
|
"visionSimulator": {
|
|
"file": "images/icons/visionSimulator.svg"
|
|
}
|
|
}
|
|
}
|