better display and also temporary fallback for lowerLevelBackground
This commit is contained in:
parent
e1d3ebc943
commit
e7eb1059c3
9 changed files with 50 additions and 10 deletions
|
|
@ -769,8 +769,16 @@
|
|||
"only_state": "Component only has default state",
|
||||
"components": {
|
||||
"normal": {
|
||||
"normal": "Normal state",
|
||||
"variant": "Default variant"
|
||||
"state": "Normal",
|
||||
"variant": "Default"
|
||||
},
|
||||
"Alert": {
|
||||
"friendlyName": "Alert",
|
||||
"variants": {
|
||||
"error": "Error",
|
||||
"warning": "Warning",
|
||||
"success": "Success"
|
||||
}
|
||||
},
|
||||
"Button": {
|
||||
"friendlyName": "Button",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue