Update OOUI to v0.45.0
[mediawiki.git] / resources / lib / ooui / themes / wikimediaui / icons-interactions.json
blob9a4f79dce27d58912c923d85b3e6d072753a4fb8
2         "selectorWithoutVariant": ".oo-ui-icon-{name}",
3         "selectorWithVariant": ".oo-ui-image-{variant}.oo-ui-icon-{name}",
4         "intro": "@import '../../../../src/styles/common.less';",
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                         "variants": [ "destructive" ]
72                 },
73                 "hand": {
74                         "file": "images/icons/hand.svg",
75                         "variants": [
76                                 "destructive"
77                         ]
78                 },
79                 "heart": {
80                         "file": "images/icons/heart.svg"
81                 },
82                 "help": {
83                         "file": {
84                                 "ltr": "images/icons/help-ltr.svg",
85                                 "rtl": "images/icons/help-rtl.svg",
86                                 "lang": {
87                                         "he,yi": "images/icons/help-ltr.svg"
88                                 }
89                         }
90                 },
91                 "helpNotice": {
92                         "file": {
93                                 "ltr": "images/icons/helpNotice-ltr.svg",
94                                 "rtl": "images/icons/helpNotice-rtl.svg",
95                                 "lang": {
96                                         "he,yi": "images/icons/helpNotice-ltr.svg"
97                                 }
98                         }
99                 },
100                 "home": {
101                         "file": "images/icons/home.svg"
102                 },
103                 "key": {
104                         "file": "images/icons/key.svg"
105                 },
106                 "keyboard": {
107                         "file": "images/icons/keyboard.svg"
108                 },
109                 "lightbulb": {
110                         "file": "images/icons/lightbulb.svg"
111                 },
112                 "logIn": {
113                         "file": {
114                                 "ltr": "images/icons/logIn-ltr.svg",
115                                 "rtl": "images/icons/logIn-rtl.svg"
116                         }
117                 },
118                 "logOut": {
119                         "file": {
120                                 "ltr": "images/icons/logOut-ltr.svg",
121                                 "rtl": "images/icons/logOut-rtl.svg"
122                         }
123                 },
124                 "network": {
125                         "file": "images/icons/network.svg"
126                 },
127                 "networkOff": {
128                         "file": "images/icons/networkOff.svg"
129                 },
130                 "newWindow": {
131                         "file": {
132                                 "ltr": "images/icons/newWindow-ltr.svg",
133                                 "rtl": "images/icons/newWindow-rtl.svg"
134                         }
135                 },
136                 "pageSettings": {
137                         "file": "images/icons/pageSettings.svg"
138                 },
139                 "printer": {
140                         "file": "images/icons/printer.svg"
141                 },
142                 "reload": {
143                         "file": "images/icons/reload.svg"
144                 },
145                 "search": {
146                         "file": "images/icons/search.svg"
147                 },
148                 "settings": {
149                         "file": "images/icons/settings.svg"
150                 },
151                 "subtract": {
152                         "file": "images/icons/subtract.svg",
153                         "variants": [ "destructive" ]
154                 }
155         }