gallery: Fix phan annotation for ImageGalleryBase::getImages
[mediawiki.git] / resources / lib / ooui / themes / wikimediaui / icons-editing-citation.json
blobb619a6164470feafb8c70a6263fb2d318122e974
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": "#d73333"
16                 },
17                 "error": {
18                         "color": "#d73333"
19                 },
20                 "warning": {
21                         "color": "#edab00"
22                 },
23                 "success": {
24                         "color": "#14866d"
25                 }
26         },
27         "images": {
28                 "book": {
29                         "file": {
30                                 "ltr": "images/icons/book-ltr.svg",
31                                 "rtl": "images/icons/book-rtl.svg"
32                         }
33                 },
34                 "journal": {
35                         "file": {
36                                 "ltr": "images/icons/journal-ltr.svg",
37                                 "rtl": "images/icons/journal-rtl.svg"
38                         }
39                 },
40                 "newspaper": {
41                         "file": {
42                                 "ltr": "images/icons/newspaper-ltr.svg",
43                                 "rtl": "images/icons/newspaper-rtl.svg"
44                         }
45                 },
46                 "reference": {
47                         "file": "images/icons/reference.svg"
48                 },
49                 "referenceExisting": {
50                         "file": {
51                                 "ltr": "images/icons/referenceExisting-ltr.svg",
52                                 "rtl": "images/icons/referenceExisting-rtl.svg"
53                         }
54                 },
55                 "references": {
56                         "file": {
57                                 "ltr": "images/icons/references-ltr.svg",
58                                 "rtl": "images/icons/references-rtl.svg"
59                         }
60                 }
61         }