Skip to content

Commit

Permalink
feat(button-group): add ghost option appearance for buttonGroup compo…
Browse files Browse the repository at this point in the history
…nent (#78)
  • Loading branch information
whitestranger7 authored Mar 26, 2021
1 parent b8a2389 commit cd4e8fe
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions packages/eva/mapping.json
Original file line number Diff line number Diff line change
Expand Up @@ -1189,6 +1189,9 @@
},
"outline": {
"default": false
},
"ghost": {
"default": false
}
},
"variantGroups": {
Expand Down Expand Up @@ -1323,6 +1326,41 @@
}
}
}
},
"ghost": {
"mapping": {},
"variantGroups": {
"status": {
"basic": {
"borderColor": "transparent",
"dividerBackgroundColor": "transparent"
},
"primary": {
"borderColor": "transparent",
"dividerBackgroundColor": "transparent"
},
"success": {
"borderColor": "transparent",
"dividerBackgroundColor": "transparent"
},
"info": {
"borderColor": "transparent",
"dividerBackgroundColor": "transparent"
},
"warning": {
"borderColor": "transparent",
"dividerBackgroundColor": "transparent"
},
"danger": {
"borderColor": "transparent",
"dividerBackgroundColor": "transparent"
},
"control": {
"borderColor": "transparent",
"dividerBackgroundColor": "transparent"
}
}
}
}
}
},
Expand Down

0 comments on commit cd4e8fe

Please sign in to comment.