Update OOUI to v0.26.2
[lhc/web/wiklou.git] / resources / lib / oojs-ui / themes / wikimediaui / icons-interactions.json
1 {
2 "selectorWithoutVariant": ".oo-ui-icon-{name}",
3 "selectorWithVariant": ".oo-ui-image-{variant}.oo-ui-icon-{name}",
4 "intro": "@import '../../../../src/styles/common';",
5 "variants": {
6 "invert": {
7 "color": "#fff",
8 "global": true
9 },
10 "progressive": {
11 "color": "#36c",
12 "global": true
13 },
14 "destructive": {
15 "color": "#d33"
16 },
17 "warning": {
18 "color": "#ff5d00"
19 }
20 },
21 "images": {
22 "add": { "file": "images/icons/add.svg" },
23 "advanced": { "file": "images/icons/advanced.svg" },
24 "browser": { "file": {
25 "ltr": "images/icons/browser-ltr.svg",
26 "rtl": "images/icons/browser-rtl.svg"
27 } },
28 "cancel": { "file": "images/icons/cancel.svg", "variants": [ "destructive" ] },
29 "check": { "file": "images/icons/check.svg", "variants": [ "destructive" ] },
30 "checkAll": { "file": "images/icons/checkAll.svg" },
31 "clear": { "file": "images/icons/clear.svg" },
32 "clock": { "file": "images/icons/clock.svg" },
33 "close": { "file": "images/icons/close.svg" },
34 "ellipsis": { "file": "images/icons/ellipsis.svg" },
35 "feedback": { "file": {
36 "ltr": "images/icons/feedback-ltr.svg",
37 "rtl": "images/icons/feedback-rtl.svg"
38 } },
39 "funnel": { "file": {
40 "ltr": "images/icons/funnel-ltr.svg",
41 "rtl": "images/icons/funnel-rtl.svg"
42 } },
43 "heart": { "file": "images/icons/heart.svg" },
44 "help": { "file": {
45 "ltr": "images/icons/help-ltr.svg",
46 "rtl": "images/icons/help-rtl.svg",
47 "lang": {
48 "he,yi": "images/icons/help-ltr.svg"
49 }
50 } },
51 "key": {
52 "file": "images/icons/key.svg"
53 },
54 "keyboard": { "file": "images/icons/keyboard.svg" },
55 "lightbulb": { "file": "images/icons/lightbulb.svg" },
56 "logOut": { "file": {
57 "ltr": "images/icons/logOut-ltr.svg",
58 "rtl": "images/icons/logOut-rtl.svg"
59 } },
60 "newWindow": { "file": {
61 "ltr": "images/icons/newWindow-ltr.svg",
62 "rtl": "images/icons/newWindow-rtl.svg"
63 } },
64 "printer": {
65 "file": "images/icons/printer.svg"
66 },
67 "reload": {
68 "file": "images/icons/reload.svg"
69 },
70 "search": {
71 "file": "images/icons/search.svg"
72 },
73 "settings": { "file": "images/icons/settings.svg" },
74 "subtract": { "file": "images/icons/subtract.svg" }
75 }
76 }