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