51 lines
961 B
JSON
51 lines
961 B
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": {
|
|
"function": {
|
|
"file": "images/icons/function.svg"
|
|
},
|
|
"functionArgument": {
|
|
"file": {
|
|
"ltr": "images/icons/functionArgument-ltr.svg",
|
|
"rtl": "images/icons/functionArgument-rtl.svg"
|
|
}
|
|
},
|
|
"instance": {
|
|
"file": {
|
|
"ltr": "images/icons/instance-ltr.svg",
|
|
"rtl": "images/icons/instance-rtl.svg"
|
|
}
|
|
},
|
|
"literal": {
|
|
"file": {
|
|
"ltr": "images/icons/literal-ltr.svg",
|
|
"rtl": "images/icons/literal-rtl.svg"
|
|
}
|
|
}
|
|
}
|
|
}
|