Skip to content

Commit

Permalink
chore: update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
emyarod committed Apr 22, 2021
1 parent 9e1d205 commit c5e979e
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions packages/react/__tests__/__snapshots__/PublicAPI-test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -5554,6 +5554,9 @@ Map {
"isRequired": true,
"type": "string",
},
"inline": Object {
"type": "bool",
},
"invalid": Object {
"type": "bool",
},
Expand All @@ -5573,6 +5576,9 @@ Map {
"onClick": Object {
"type": "func",
},
"onTogglePasswordVisibility": Object {
"type": "func",
},
"placeholder": Object {
"type": "string",
},
Expand Down Expand Up @@ -5603,6 +5609,15 @@ Map {
],
"type": "oneOf",
},
"type": Object {
"args": Array [
Array [
"password",
"text",
],
],
"type": "oneOf",
},
"value": Object {
"args": Array [
Array [
Expand All @@ -5616,6 +5631,12 @@ Map {
],
"type": "oneOfType",
},
"warn": Object {
"type": "bool",
},
"warnText": Object {
"type": "node",
},
},
"render": [Function],
},
Expand Down

0 comments on commit c5e979e

Please sign in to comment.