81 lines
1.5 KiB
JSON
81 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": "#d73333"
|
|
},
|
|
"error": {
|
|
"color": "#d73333"
|
|
},
|
|
"warning": {
|
|
"color": "#edab00"
|
|
},
|
|
"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"
|
|
}
|
|
},
|
|
"success": {
|
|
"file": "images/icons/success.svg",
|
|
"variants": [
|
|
"success"
|
|
]
|
|
},
|
|
"tray": {
|
|
"file": "images/icons/tray.svg"
|
|
}
|
|
}
|
|
}
|