Skip to content

Commit

Permalink
feat(mapping): toggle - add text mappings
Browse files Browse the repository at this point in the history
  • Loading branch information
Artur Yorsh committed Sep 20, 2019
1 parent 5f0fd56 commit 40e2ccf
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions packages/eva/mapping.json
Original file line number Diff line number Diff line change
Expand Up @@ -2967,6 +2967,21 @@
"thumbBackgroundColor": {
"type": "string"
},
"textMarginHorizontal": {
"type": "number"
},
"textFontSize": {
"type": "number"
},
"textFontWeight": {
"type": "string"
},
"textLineHeight": {
"type": "number"
},
"textColor": {
"type": "string"
},
"iconWidth": {
"type": "number"
},
Expand Down Expand Up @@ -3054,6 +3069,11 @@
"borderColor": "border-basic-color-3",
"backgroundColor": "background-basic-color-2",
"thumbBackgroundColor": "background-basic-color-1",
"textMarginHorizontal": 12,
"textFontSize": "text-subtitle-2-font-size",
"textLineHeight": "text-subtitle-2-line-height",
"textFontWeight": "text-subtitle-2-font-weight",
"textColor": "text-basic-color",
"outlineBackgroundColor": "transparent",
"state": {
"active": {
Expand Down

0 comments on commit 40e2ccf

Please sign in to comment.