Update OOUI to v0.31.0
[lhc/web/wiklou.git] / resources / lib / ooui / themes / wikimediaui / icons-editing-citation.json
index dde3e87..9cb14c1 100644 (file)
@@ -1,6 +1,29 @@
 {
-       "prefix": "oo-ui-icon",
+       "selectorWithoutVariant": ".oo-ui-icon-{name}",
+       "selectorWithVariant": ".oo-ui-image-{variant}.oo-ui-icon-{name}",
        "intro": "@import '../../../../src/styles/common';",
+       "variants": {
+               "invert": {
+                       "color": "#fff",
+                       "global": true
+               },
+               "progressive": {
+                       "color": "#36c",
+                       "global": true
+               },
+               "destructive": {
+                       "color": "#d33"
+               },
+               "error": {
+                       "color": "#d33"
+               },
+               "warning": {
+                       "color": "#fc3"
+               },
+               "success": {
+                       "color": "#14866d"
+               }
+       },
        "images": {
                "book": {
                        "file":  {
@@ -20,9 +43,6 @@
                                "rtl": "images/icons/newspaper-rtl.svg"
                        }
                },
-               "web": {
-                       "file": "images/icons/web.svg"
-               },
                "reference": {
                        "file": "images/icons/reference.svg"
                },
                                "ltr": "images/icons/references-ltr.svg",
                                "rtl": "images/icons/references-rtl.svg"
                        }
+               },
+               "web": {
+                       "file": "images/icons/web.svg",
+                       "deprecated": "Deprecated since v0.30.2, use 'browser' from 'interactions' pack instead."
                }
        }
 }