Release notes: https://phabricator.wikimedia.org/diffusion/GOJU/browse/master/History.md;v0.36.1 Bug: T235578 Bug: T237460 Change-Id: I8fe3054a27c585af67ef76ee90a554f89f7a1ef7 Depends-On: I3e11c05e0ddc13e2757ec66a7ccf1fff197e2fdc
62 lines
1.2 KiB
JSON
62 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": "#d33"
|
|
},
|
|
"error": {
|
|
"color": "#d33"
|
|
},
|
|
"warning": {
|
|
"color": "#fc3"
|
|
},
|
|
"success": {
|
|
"color": "#14866d"
|
|
}
|
|
},
|
|
"images": {
|
|
"book": {
|
|
"file": {
|
|
"ltr": "images/icons/book-ltr.svg",
|
|
"rtl": "images/icons/book-rtl.svg"
|
|
}
|
|
},
|
|
"journal": {
|
|
"file": {
|
|
"ltr": "images/icons/journal-ltr.svg",
|
|
"rtl": "images/icons/journal-rtl.svg"
|
|
}
|
|
},
|
|
"newspaper": {
|
|
"file": {
|
|
"ltr": "images/icons/newspaper-ltr.svg",
|
|
"rtl": "images/icons/newspaper-rtl.svg"
|
|
}
|
|
},
|
|
"reference": {
|
|
"file": "images/icons/reference.svg"
|
|
},
|
|
"referenceExisting": {
|
|
"file": {
|
|
"ltr": "images/icons/referenceExisting-ltr.svg",
|
|
"rtl": "images/icons/referenceExisting-rtl.svg"
|
|
}
|
|
},
|
|
"references": {
|
|
"file": {
|
|
"ltr": "images/icons/references-ltr.svg",
|
|
"rtl": "images/icons/references-rtl.svg"
|
|
}
|
|
}
|
|
}
|
|
}
|