wiki.techinc.nl/resources/lib/ooui/themes/wikimediaui/icons-interactions.json
Volker E 2d25498471 Update OOUI to v0.42.1
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
2021-11-04 19:39:43 +00:00

156 lines
3.1 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": {
"add": {
"file": "images/icons/add.svg"
},
"browser": {
"file": {
"ltr": "images/icons/browser-ltr.svg",
"rtl": "images/icons/browser-rtl.svg"
}
},
"cancel": {
"file": "images/icons/cancel.svg",
"variants": [ "destructive" ]
},
"check": {
"file": "images/icons/check.svg",
"variants": [ "destructive", "success" ]
},
"checkAll": {
"file": "images/icons/checkAll.svg"
},
"clear": {
"file": "images/icons/clear.svg"
},
"clock": {
"file": "images/icons/clock.svg"
},
"close": {
"file": "images/icons/close.svg",
"variants": [ "destructive" ],
"deprecated": "The 'destructive' variant is deprecated since version 0.42.1."
},
"ellipsis": {
"file": "images/icons/ellipsis.svg"
},
"feedback": {
"file": {
"ltr": "images/icons/feedback-ltr.svg",
"rtl": "images/icons/feedback-rtl.svg"
}
},
"funnel": {
"file": {
"ltr": "images/icons/funnel-ltr.svg",
"rtl": "images/icons/funnel-rtl.svg"
},
"variants": [ "destructive" ]
},
"heart": {
"file": "images/icons/heart.svg"
},
"help": {
"file": {
"ltr": "images/icons/help-ltr.svg",
"rtl": "images/icons/help-rtl.svg",
"lang": {
"he,yi": "images/icons/help-ltr.svg"
}
}
},
"helpNotice": {
"file": {
"ltr": "images/icons/helpNotice-ltr.svg",
"rtl": "images/icons/helpNotice-rtl.svg",
"lang": {
"he,yi": "images/icons/helpNotice-ltr.svg"
}
}
},
"home": {
"file": "images/icons/home.svg"
},
"key": {
"file": "images/icons/key.svg"
},
"keyboard": {
"file": "images/icons/keyboard.svg"
},
"lightbulb": {
"file": "images/icons/lightbulb.svg"
},
"logIn": {
"file": {
"ltr": "images/icons/logIn-ltr.svg",
"rtl": "images/icons/logIn-rtl.svg"
}
},
"logOut": {
"file": {
"ltr": "images/icons/logOut-ltr.svg",
"rtl": "images/icons/logOut-rtl.svg"
}
},
"network": {
"file": "images/icons/network.svg"
},
"networkOff": {
"file": "images/icons/networkOff.svg"
},
"newWindow": {
"file": {
"ltr": "images/icons/newWindow-ltr.svg",
"rtl": "images/icons/newWindow-rtl.svg"
}
},
"pageSettings": {
"file": "images/icons/pageSettings.svg"
},
"printer": {
"file": "images/icons/printer.svg"
},
"reload": {
"file": "images/icons/reload.svg"
},
"search": {
"file": "images/icons/search.svg"
},
"settings": {
"file": "images/icons/settings.svg"
},
"stopHand": {
"file": "images/icons/stopHand.svg",
"variants": [ "destructive" ]
},
"subtract": {
"file": "images/icons/subtract.svg",
"variants": [ "destructive" ]
}
}
}