Merge "Remove not used private member variable mParserWarnings from OutputPage"
[mediawiki.git] / resources / lib / oojs-ui / themes / mediawiki / icons-layout.json
blobc507284774023aa080590cdaf506c7493589c272
2         "prefix": "oo-ui-icon",
3         "intro": "@import '../../../../src/styles/common';",
4         "variants": {
5                 "invert": {
6                         "color": "#FFFFFF",
7                         "global": true
8                 },
9                 "progressive": {
10                         "color": "#347BFF"
11                 },
12                 "constructive": {
13                         "color": "#00AF89"
14                 },
15                 "destructive": {
16                         "color": "#D11D13"
17                 },
18                 "warning": {
19                         "color": "#FF5D00"
20                 }
21         },
22         "images": {
23                 "stripeFlow": { "file": {
24                         "ltr": "images/icons/stripeFlow-ltr.svg",
25                         "rtl": "images/icons/stripeFlow-rtl.svg"
26                 } },
27                 "stripeSideMenu": { "file": "images/icons/stripeSideMenu.svg" },
28                 "stripeSummary": { "file": {
29                         "ltr": "images/icons/stripeSummary-ltr.svg",
30                         "rtl": "images/icons/stripeSummary-rtl.svg"
31                 } },
32                 "stripeToC": { "file": {
33                         "ltr": "images/icons/stripeToC-ltr.svg",
34                         "rtl": "images/icons/stripeToC-rtl.svg"
35                 }, "variants": [ "progressive" ] },
36                 "viewCompact": { "file": "images/icons/viewCompact.svg" },
37                 "viewDetails": { "file": {
38                         "ltr": "images/icons/viewDetails-ltr.svg",
39                         "rtl": "images/icons/viewDetails-rtl.svg"
40                 } }
41         }