Release notes: https://phabricator.wikimedia.org/diffusion/GOJU/browse/master/History.md;v0.36.1 Bug: T235578 Bug: T237460 Change-Id: I8fe3054a27c585af67ef76ee90a554f89f7a1ef7 Depends-On: I3e11c05e0ddc13e2757ec66a7ccf1fff197e2fdc
83 lines
1.6 KiB
JSON
83 lines
1.6 KiB
JSON
{
|
|
"selectorWithoutVariant": ".oo-ui-icon-{name}",
|
|
"selectorWithVariant": ".oo-ui-image-{variant}.oo-ui-icon-{name}",
|
|
"intro": "@import '../../../../src/styles/common.less';",
|
|
"variants": {
|
|
"invert": {
|
|
"color": "#fff",
|
|
"global": true
|
|
},
|
|
"progressive": {
|
|
"color": "#36c",
|
|
"global": true
|
|
},
|
|
"destructive": {
|
|
"color": "#d33"
|
|
},
|
|
"error": {
|
|
"color": "#d33"
|
|
},
|
|
"warning": {
|
|
"color": "#fc3"
|
|
},
|
|
"success": {
|
|
"color": "#14866d"
|
|
}
|
|
},
|
|
"images": {
|
|
"arrowNext": {
|
|
"file": {
|
|
"ltr": "images/icons/arrowNext-ltr.svg",
|
|
"rtl": "images/icons/arrowNext-rtl.svg"
|
|
}
|
|
},
|
|
"arrowPrevious": {
|
|
"file": {
|
|
"ltr": "images/icons/arrowPrevious-ltr.svg",
|
|
"rtl": "images/icons/arrowPrevious-rtl.svg"
|
|
}
|
|
},
|
|
"collapse": {
|
|
"file": "images/icons/collapse.svg"
|
|
},
|
|
"downTriangle": {
|
|
"file": "images/icons/downTriangle.svg"
|
|
},
|
|
"draggable": {
|
|
"file": "images/icons/draggable.svg"
|
|
},
|
|
"expand": {
|
|
"file": "images/icons/expand.svg"
|
|
},
|
|
"move": {
|
|
"file": "images/icons/move.svg"
|
|
},
|
|
"next": {
|
|
"file": {
|
|
"ltr": "images/icons/next-ltr.svg",
|
|
"rtl": "images/icons/next-rtl.svg"
|
|
}
|
|
},
|
|
"previous": {
|
|
"file": {
|
|
"ltr": "images/icons/previous-ltr.svg",
|
|
"rtl": "images/icons/previous-rtl.svg"
|
|
}
|
|
},
|
|
"last": {
|
|
"file": {
|
|
"ltr": "images/icons/moveLast-ltr.svg",
|
|
"rtl": "images/icons/moveLast-rtl.svg"
|
|
}
|
|
},
|
|
"first": {
|
|
"file": {
|
|
"ltr": "images/icons/moveFirst-ltr.svg",
|
|
"rtl": "images/icons/moveFirst-rtl.svg"
|
|
}
|
|
},
|
|
"upTriangle": {
|
|
"file": "images/icons/upTriangle.svg"
|
|
}
|
|
}
|
|
}
|