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
80 lines
1.5 KiB
JSON
80 lines
1.5 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": {
|
|
"camera": {
|
|
"file": "images/icons/camera.svg"
|
|
},
|
|
"chart": {
|
|
"file": "images/icons/chart.svg"
|
|
},
|
|
"exitFullscreen": {
|
|
"file": "images/icons/exitFullscreen.svg"
|
|
},
|
|
"fullScreen": {
|
|
"file": "images/icons/fullScreen.svg"
|
|
},
|
|
"image": {
|
|
"file": "images/icons/image.svg"
|
|
},
|
|
"imageAdd": {
|
|
"file": {
|
|
"ltr": "images/icons/imageAdd-ltr.svg",
|
|
"rtl": "images/icons/imageAdd-rtl.svg"
|
|
}
|
|
},
|
|
"imageBroken": {
|
|
"file": "images/icons/imageBroken.svg"
|
|
},
|
|
"imageLock": {
|
|
"file": {
|
|
"ltr": "images/icons/imageLock-ltr.svg",
|
|
"rtl": "images/icons/imageLock-rtl.svg"
|
|
}
|
|
},
|
|
"imageGallery": {
|
|
"file": "images/icons/imageGallery.svg"
|
|
},
|
|
"musicalScore": {
|
|
"file": "images/icons/musicalScore.svg"
|
|
},
|
|
"pause": {
|
|
"file": "images/icons/pause.svg"
|
|
},
|
|
"play": {
|
|
"file": "images/icons/play.svg"
|
|
},
|
|
"stop": {
|
|
"file": "images/icons/stop.svg"
|
|
},
|
|
"zoomIn": {
|
|
"file": "images/icons/zoomIn.svg"
|
|
},
|
|
"zoomOut": {
|
|
"file": "images/icons/zoomOut.svg"
|
|
}
|
|
}
|
|
}
|