Update OOUI to v0.26.0
[lhc/web/wiklou.git] / resources / lib / oojs-ui / themes / wikimediaui / icons-accessibility.json
index 4db45f4..b1f0db7 100644 (file)
@@ -4,23 +4,36 @@
        "intro": "@import '../../../../src/styles/common';",
        "variants": {
                "invert": {
-                       "color": "#ffffff",
+                       "color": "#fff",
                        "global": true
+               },
+               "progressive": {
+                       "color": "#36c",
+                       "global": true
+               },
+               "destructive": {
+                       "color": "#d33"
+               },
+               "warning": {
+                       "color": "#ff5d00"
                }
        },
        "images": {
                "bright": { "file": "images/icons/bright.svg" },
-               "halfBright": { "file": "images/icons/halfBright.svg" },
+               "halfBright": { "file": {
+                       "ltr": "images/icons/halfBright-ltr.svg",
+                       "rtl": "images/icons/halfBright-rtl.svg"
+               } },
                "notBright": { "file": "images/icons/notBright.svg" },
+               "eye": { "file": "images/icons/eye.svg" },
+               "eyeClosed": { "file": "images/icons/eyeClosed.svg" },
                "moon": { "file": "images/icons/moon.svg" },
-               "largerText": { "file": {
-                       "ltr": "images/icons/largerText-ltr.svg",
-                       "rtl": "images/icons/largerText-rtl.svg"
-               } },
-               "smallerText": { "file": {
-                       "ltr": "images/icons/smallerText-ltr.svg",
-                       "rtl": "images/icons/smallerText-rtl.svg"
-               } },
+               "largerText": {
+                       "file": "images/icons/largerText.svg"
+               },
+               "smallerText": {
+                       "file": "images/icons/smallerText.svg"
+               },
                "visionSimulator": { "file": "images/icons/visionSimulator.svg" }
        }
 }