gallery: Fix phan annotation for ImageGalleryBase::getImages
[mediawiki.git] / resources / lib / ooui / themes / wikimediaui / icons-layout.json
blob67023a9f3c1695959d415105ae44ce4cd79f193b
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                 "menu": {
29                         "file": "images/icons/menu.svg"
30                 },
31                 "recentChanges": {
32                         "file": {
33                                 "ltr": "images/icons/recentChanges-ltr.svg",
34                                 "rtl": "images/icons/recentChanges-rtl.svg"
35                         }
36                 },
37                 "textFlow": {
38                         "file": {
39                                 "ltr": "images/icons/textFlow-ltr.svg",
40                                 "rtl": "images/icons/textFlow-rtl.svg"
41                         }
42                 },
43                 "textSummary": {
44                         "file": {
45                                 "ltr": "images/icons/textSummary-ltr.svg",
46                                 "rtl": "images/icons/textSummary-rtl.svg"
47                         }
48                 },
49                 "viewCompact": {
50                         "file": "images/icons/viewCompact.svg"
51                 },
52                 "viewDetails": {
53                         "file": {
54                                 "ltr": "images/icons/viewDetails-ltr.svg",
55                                 "rtl": "images/icons/viewDetails-rtl.svg"
56                         }
57                 }
58         }