better display and also temporary fallback for lowerLevelBackground

This commit is contained in:
Henry Jameson 2024-09-25 00:46:58 +03:00
commit e7eb1059c3
9 changed files with 50 additions and 10 deletions

View file

@ -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",