Release notes: https://gerrit.wikimedia.org/g/oojs/ui/+/v0.42.1/History.md Bug: T283812 Bug: T287329 Bug: T288928 Bug: T289043 Bug: T289043 Bug: T290792 Bug: T290975 Bug: T291142 Bug: T291284 Bug: T293274 Bug: T293635 Depends-On: I0918c0c866147e6a103ce8815b7a36d0463457b7 Change-Id: I717ff53e18e95c72ace1c46b6236cfecb5cd8217
140 lines
2.8 KiB
JSON
140 lines
2.8 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"
|
|
},
|
|
"articlesSearch": {
|
|
"file": {
|
|
"ltr": "images/icons/articlesSearch-ltr.svg",
|
|
"rtl": "images/icons/articlesSearch-rtl.svg"
|
|
}
|
|
},
|
|
"articleRedirect": {
|
|
"file": {
|
|
"ltr": "images/icons/articleRedirect-ltr.svg",
|
|
"rtl": "images/icons/articleRedirect-rtl.svg"
|
|
}
|
|
},
|
|
"database": {
|
|
"file": "../wikimediaui/images/icons/database.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"
|
|
},
|
|
"share": {
|
|
"file": "images/icons/share.svg"
|
|
},
|
|
"specialPages": {
|
|
"file": {
|
|
"ltr": "images/icons/specialPages-ltr.svg",
|
|
"rtl": "images/icons/specialPages-rtl.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"
|
|
}
|
|
}
|
|
}
|