Skip to content

Commit

Permalink
feat(mapping): popover - add border parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
artyorsh authored Oct 15, 2019
2 parents a4e1d2f + 0109098 commit 8fadf00
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions packages/eva/mapping.json
Original file line number Diff line number Diff line change
Expand Up @@ -2747,6 +2747,12 @@
"borderRadius": {
"type": "number"
},
"borderWidth": {
"type": "number"
},
"borderColor": {
"type": "number"
},
"backgroundColor": {
"type": "string"
},
Expand Down Expand Up @@ -2775,6 +2781,8 @@
"minHeight": 32,
"maxWidth": 256,
"borderRadius": 8,
"borderWidth": 1,
"borderColor": "border-basic-color-2",
"backgroundColor": "background-basic-color-1",
"indicatorWidth": 6,
"indicatorHeight": 6,
Expand Down Expand Up @@ -4546,9 +4554,15 @@
"paddingVertical": {
"type": "number"
},
"borderWidth": {
"type": "number"
},
"borderRadius": {
"type": "number"
},
"borderColor": {
"type": "string"
},
"backgroundColor": {
"type": "string"
},
Expand Down Expand Up @@ -4600,6 +4614,7 @@
"paddingHorizontal": 16,
"paddingVertical": 8,
"borderRadius": 4,
"borderColor": "background-alternative-color-3",
"backgroundColor": "background-alternative-color-3",
"indicatorBackgroundColor": "background-alternative-color-3",
"iconWidth": 16,
Expand Down

0 comments on commit 8fadf00

Please sign in to comment.