Update OOUI to v0.31.0
[lhc/web/wiklou.git] / resources / lib / ooui / 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 "error": {
18 "color": "#d33"
19 },
20 "warning": {
21 "color": "#fc3"
22 },
23 "success": {
24 "color": "#14866d"
25 }
26 },
27 "images": {
28 "add": {
29 "file": "images/icons/add.svg"
30 },
31 "browser": {
32 "file": {
33 "ltr": "images/icons/browser-ltr.svg",
34 "rtl": "images/icons/browser-rtl.svg"
35 }
36 },
37 "cancel": {
38 "file": "images/icons/cancel.svg",
39 "variants": [ "destructive" ]
40 },
41 "check": {
42 "file": "images/icons/check.svg",
43 "variants": [ "destructive", "success" ]
44 },
45 "checkAll": {
46 "file": "images/icons/checkAll.svg"
47 },
48 "clear": {
49 "file": "images/icons/clear.svg"
50 },
51 "clock": {
52 "file": "images/icons/clock.svg"
53 },
54 "close": {
55 "file": "images/icons/close.svg"
56 },
57 "ellipsis": {
58 "file": "images/icons/ellipsis.svg"
59 },
60 "feedback": {
61 "file": {
62 "ltr": "images/icons/feedback-ltr.svg",
63 "rtl": "images/icons/feedback-rtl.svg"
64 }
65 },
66 "funnel": {
67 "file": {
68 "ltr": "images/icons/funnel-ltr.svg",
69 "rtl": "images/icons/funnel-rtl.svg"
70 }
71 },
72 "heart": {
73 "file": "images/icons/heart.svg"
74 },
75 "help": {
76 "file": {
77 "ltr": "images/icons/help-ltr.svg",
78 "rtl": "images/icons/help-rtl.svg",
79 "lang": {
80 "he,yi": "images/icons/help-ltr.svg"
81 }
82 }
83 },
84 "helpNotice": {
85 "file": {
86 "ltr": "images/icons/helpOutlined-ltr.svg",
87 "rtl": "images/icons/helpOutlined-rtl.svg",
88 "lang": {
89 "he,yi": "images/icons/helpOutlined-ltr.svg"
90 }
91 }
92 },
93 "key": {
94 "file": "images/icons/key.svg"
95 },
96 "keyboard": {
97 "file": "images/icons/keyboard.svg"
98 },
99 "lightbulb": {
100 "file": "images/icons/lightbulb.svg"
101 },
102 "logOut": {
103 "file": {
104 "ltr": "images/icons/logOut-ltr.svg",
105 "rtl": "images/icons/logOut-rtl.svg"
106 }
107 },
108 "newWindow": {
109 "file": {
110 "ltr": "images/icons/newWindow-ltr.svg",
111 "rtl": "images/icons/newWindow-rtl.svg"
112 }
113 },
114 "pageSettings": {
115 "file": "images/icons/pageSettings.svg"
116 },
117 "printer": {
118 "file": "images/icons/printer.svg"
119 },
120 "reload": {
121 "file": "images/icons/reload.svg"
122 },
123 "search": {
124 "file": "images/icons/search.svg"
125 },
126 "settings": {
127 "file": "images/icons/settings.svg"
128 },
129 "subtract": {
130 "file": "images/icons/subtract.svg",
131 "variants": [ "destructive" ]
132 }
133 }
134 }