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
74 lines
1.4 KiB
JSON
74 lines
1.4 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": {
|
|
"alert": {
|
|
"file": "images/icons/alert.svg",
|
|
"variants": [
|
|
"warning"
|
|
]
|
|
},
|
|
"bell": {
|
|
"file": "images/icons/bell.svg"
|
|
},
|
|
"bellOutline": {
|
|
"file": "images/icons/bellOutline.svg"
|
|
},
|
|
"error": {
|
|
"file": "images/icons/error.svg",
|
|
"variants": [
|
|
"error"
|
|
]
|
|
},
|
|
"message": {
|
|
"file": "images/icons/message.svg"
|
|
},
|
|
"notice": {
|
|
"file": "images/icons/notice.svg"
|
|
},
|
|
"speechBubble": {
|
|
"file": {
|
|
"ltr": "images/icons/speechBubble-ltr.svg",
|
|
"rtl": "images/icons/speechBubble-rtl.svg"
|
|
}
|
|
},
|
|
"speechBubbleAdd": {
|
|
"file": {
|
|
"ltr": "images/icons/speechBubbleAdd-ltr.svg",
|
|
"rtl": "images/icons/speechBubbleAdd-rtl.svg"
|
|
}
|
|
},
|
|
"speechBubbles": {
|
|
"file": {
|
|
"ltr": "images/icons/speechBubbles-ltr.svg",
|
|
"rtl": "images/icons/speechBubbles-rtl.svg"
|
|
}
|
|
},
|
|
"tray": {
|
|
"file": "images/icons/tray.svg"
|
|
}
|
|
}
|
|
}
|