Update OOUI to v0.30.4
[lhc/web/wiklou.git] / resources / lib / ooui / themes / wikimediaui / icons-editing-citation.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 },
24 "images": {
25 "book": {
26 "file": {
27 "ltr": "images/icons/book-ltr.svg",
28 "rtl": "images/icons/book-rtl.svg"
29 }
30 },
31 "journal": {
32 "file": {
33 "ltr": "images/icons/journal-ltr.svg",
34 "rtl": "images/icons/journal-rtl.svg"
35 }
36 },
37 "newspaper": {
38 "file": {
39 "ltr": "images/icons/newspaper-ltr.svg",
40 "rtl": "images/icons/newspaper-rtl.svg"
41 }
42 },
43 "reference": {
44 "file": "images/icons/reference.svg"
45 },
46 "referenceExisting": {
47 "file": {
48 "ltr": "images/icons/referenceExisting-ltr.svg",
49 "rtl": "images/icons/referenceExisting-rtl.svg"
50 }
51 },
52 "references": {
53 "file": {
54 "ltr": "images/icons/references-ltr.svg",
55 "rtl": "images/icons/references-rtl.svg"
56 }
57 },
58 "web": {
59 "file": "images/icons/web.svg",
60 "deprecated": "Deprecated since v0.30.2, use 'browser' from 'interactions' pack instead."
61 }
62 }
63 }