Merge "resourceloader: Pass $context to getDependencies() in PHPUnit tests"
[lhc/web/wiklou.git] / resources / lib / oojs-ui / themes / mediawiki / icons-layout.json
index 28e3c05..ae6b09d 100644 (file)
@@ -1,6 +1,24 @@
 {
        "prefix": "oo-ui-icon",
        "intro": "@import '../../../../src/styles/common';",
+       "variants": {
+               "invert": {
+                       "color": "#FFFFFF",
+                       "global": true
+               },
+               "progressive": {
+                       "color": "#347BFF"
+               },
+               "constructive": {
+                       "color": "#00AF89"
+               },
+               "destructive": {
+                       "color": "#D11D13"
+               },
+               "warning": {
+                       "color": "#FF5D00"
+               }
+       },
        "images": {
                "stripeFlow": { "file": {
                        "ltr": "images/icons/stripeFlow-ltr.svg",
                "stripeToC": { "file": {
                        "ltr": "images/icons/stripeToC-ltr.svg",
                        "rtl": "images/icons/stripeToC-rtl.svg"
-               } }
+               }, "variants": [ "progressive" ] },
+               "viewCompact": { "file": "images/icons/viewCompact.svg" },
+               "viewDetails": { "file": {
+                       "ltr": "images/icons/viewDetails-ltr.svg",
+                       "rtl": "images/icons/viewDetails-rtl.svg"
+               } },
+               "visionSimulator": { "file": "images/icons/visionSimulator.svg" }
        }
 }