diff options
Diffstat (limited to 'vendor/oojs/oojs-ui/src/themes/mediawiki/icons.json')
-rw-r--r-- | vendor/oojs/oojs-ui/src/themes/mediawiki/icons.json | 75 |
1 files changed, 75 insertions, 0 deletions
diff --git a/vendor/oojs/oojs-ui/src/themes/mediawiki/icons.json b/vendor/oojs/oojs-ui/src/themes/mediawiki/icons.json new file mode 100644 index 00000000..d385eb11 --- /dev/null +++ b/vendor/oojs/oojs-ui/src/themes/mediawiki/icons.json @@ -0,0 +1,75 @@ +{ + "selectorWithoutVariant": ".oo-ui-icon-{name}", + "selectorWithVariant": ".oo-ui-image-{variant} .oo-ui-icon-{name}, .oo-ui-image-{variant}.oo-ui-icon-{name}", + "intro": "@import '../../../../src/styles/common';", + "variants": { + "invert": { + "color": "#FFFFFF", + "global": true + }, + "progressive": { + "color": "#347BFF" + }, + "constructive": { + "color": "#00AF89" + }, + "destructive": { + "color": "#D11D13" + }, + "warning": { + "color": "#FF5D00" + } + }, + "images": { + "add": { "file": "images/icons/add.svg", "variants": [ "constructive" ] }, + "advanced": { "file": "images/icons/advanced.svg" }, + "alert": { "file": "images/icons/alert.svg", "variants": [ "warning" ] }, + "cancel": { "file": "images/icons/cancel.svg" }, + "check": { "file": "images/icons/check.svg", "variants": [ "constructive", "progressive" ] }, + "circle": { "file": "images/icons/circle.svg", "variants": [ "constructive" ] }, + "close": { "file": { + "ltr": "images/icons/close-ltr.svg", + "rtl": "images/icons/close-rtl.svg" + } }, + "code": { "file": "images/icons/code.svg" }, + "collapse": { "file": "images/icons/collapse.svg" }, + "comment": { "file": "images/icons/comment.svg" }, + "ellipsis": { "file": "images/icons/ellipsis.svg" }, + "expand": { "file": "images/icons/expand.svg" }, + "help": { "file": { + "ltr": "images/icons/help-ltr.svg", + "rtl": "images/icons/help-rtl.svg", + "lang": { + "he,yi": "images/icons/help-ltr.svg" + } + } }, + "history": { "file": "images/icons/history.svg" }, + "info": { "file": "images/icons/info.svg" }, + "menu": { "file": "images/icons/menu.svg" }, + "next": { "file": { + "ltr": "images/icons/move-ltr.svg", + "rtl": "images/icons/move-rtl.svg" + } }, + "picture": { "file": "images/icons/picture.svg" }, + "previous": { "file": { + "ltr": "images/icons/move-rtl.svg", + "rtl": "images/icons/move-ltr.svg" + } }, + "redo": { "file": { + "ltr": "images/icons/arched-arrow-ltr.svg", + "rtl": "images/icons/arched-arrow-rtl.svg" + } }, + "remove": { "file": "images/icons/remove.svg", "variants": [ "destructive" ] }, + "search": { "file": { + "ltr": "images/icons/search-ltr.svg", + "rtl": "images/icons/search-rtl.svg" + } }, + "settings": { "file": "images/icons/settings.svg" }, + "tag": { "file": "images/icons/tag.svg", "variants": [ "destructive", "warning", "constructive", "progressive" ] }, + "undo": { "file": { + "ltr": "images/icons/arched-arrow-rtl.svg", + "rtl": "images/icons/arched-arrow-ltr.svg" + } }, + "window": { "file": "images/icons/window.svg" } + } +} |