wiki.techinc.nl/resources/lib/ooui/themes/wikimediaui/icons-moderation.json
James D. Forrester 1857bc297e Update OOUI to v0.36.1
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
2019-12-11 16:40:32 -08:00

94 lines
1.9 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": {
"bookmarkOutline": {
"file": "images/icons/bookmarkOutline.svg"
},
"bookmark": {
"file": "images/icons/bookmark.svg"
},
"block": {
"file": "images/icons/block.svg",
"variants": [ "destructive" ]
},
"unBlock": {
"file": "images/icons/unBlock.svg"
},
"flag": {
"file": {
"ltr": "images/icons/flag-ltr.svg",
"rtl": "images/icons/flag-rtl.svg"
}
},
"unFlag": {
"file": {
"ltr": "images/icons/unFlag-ltr.svg",
"rtl": "images/icons/unFlag-rtl.svg"
}
},
"lock": {
"file": "images/icons/lock.svg",
"variants": [ "destructive" ]
},
"unLock": {
"file": "images/icons/unLock.svg",
"variants": [ "destructive" ]
},
"restore": {
"file": "images/icons/restore.svg"
},
"star": {
"file": "images/icons/star.svg"
},
"halfStar": {
"file": {
"ltr": "images/icons/halfStar-ltr.svg",
"rtl": "images/icons/halfStar-rtl.svg"
}
},
"unStar": {
"file": "images/icons/unStar.svg"
},
"trash": {
"file": "images/icons/trash.svg",
"variants": [ "destructive" ]
},
"unTrash": {
"file": "images/icons/restore.svg",
"deprecated": "Changed and renamed since v0.31.1, use 'restore' instead."
},
"pushPin": {
"file": "images/icons/pushPin.svg"
},
"ongoingConversation": {
"file": {
"ltr": "images/icons/ongoingConversation-ltr.svg",
"rtl": "images/icons/ongoingConversation-rtl.svg"
}
}
}
}