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
122 lines
2.4 KiB
JSON
122 lines
2.4 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": {
|
|
"article": {
|
|
"file": {
|
|
"ltr": "images/icons/article-ltr.svg",
|
|
"rtl": "images/icons/article-rtl.svg"
|
|
}
|
|
},
|
|
"articles": {
|
|
"file": {
|
|
"ltr": "images/icons/articles-ltr.svg",
|
|
"rtl": "images/icons/articles-rtl.svg"
|
|
}
|
|
},
|
|
"articleAdd": {
|
|
"file": "images/icons/articleAdd.svg"
|
|
},
|
|
"articleCheck": {
|
|
"file": "images/icons/articleCheck.svg"
|
|
},
|
|
"articleDisambiguation": {
|
|
"file": {
|
|
"ltr": "images/icons/articleDisambiguation-ltr.svg",
|
|
"rtl": "images/icons/articleDisambiguation-rtl.svg"
|
|
}
|
|
},
|
|
"articleNotFound": {
|
|
"file": {
|
|
"ltr": "images/icons/articleNotFound-ltr.svg",
|
|
"rtl": "images/icons/articleNotFound-rtl.svg",
|
|
"lang": {
|
|
"he,yi": "images/icons/articleNotFound-ltr.svg"
|
|
}
|
|
}
|
|
},
|
|
"articleSearch": {
|
|
"file": "images/icons/articleSearch.svg"
|
|
},
|
|
"articleRedirect": {
|
|
"file": {
|
|
"ltr": "images/icons/articleRedirect-ltr.svg",
|
|
"rtl": "images/icons/articleRedirect-rtl.svg"
|
|
}
|
|
},
|
|
"die": {
|
|
"file": "images/icons/die.svg"
|
|
},
|
|
"download": {
|
|
"file": "images/icons/download.svg"
|
|
},
|
|
"folderPlaceholder": {
|
|
"file": {
|
|
"ltr": "images/icons/folderPlaceholder-ltr.svg",
|
|
"rtl": "images/icons/folderPlaceholder-rtl.svg"
|
|
}
|
|
},
|
|
"history": {
|
|
"file": "images/icons/history.svg"
|
|
},
|
|
"info": {
|
|
"file": {
|
|
"default": "images/icons/info.svg",
|
|
"lang": {
|
|
"ar": "images/icons/lightbulb.svg"
|
|
}
|
|
}
|
|
},
|
|
"infoFilled": {
|
|
"file": {
|
|
"default": "images/icons/infoFilled.svg",
|
|
"lang": {
|
|
"ar": "images/icons/lightbulb.svg"
|
|
}
|
|
}
|
|
},
|
|
"robot": {
|
|
"file": "images/icons/robot.svg"
|
|
},
|
|
"tag": {
|
|
"file": {
|
|
"ltr": "images/icons/tag-ltr.svg",
|
|
"rtl": "images/icons/tag-rtl.svg"
|
|
},
|
|
"variants": [
|
|
"destructive",
|
|
"error",
|
|
"warning"
|
|
]
|
|
},
|
|
"upload": {
|
|
"file": "images/icons/upload.svg"
|
|
},
|
|
"window": {
|
|
"file": "images/icons/window.svg"
|
|
}
|
|
}
|
|
}
|