Skip to content

Commit

Permalink
feat(inputs): snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
duspada-builders committed Aug 24, 2021
1 parent 685da10 commit 1cfce9c
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,9 @@ exports[`<Search /> should render search 1`] = `
"justifyContent": "center",
"maxWidth": "100%",
"overflow": "hidden",
"paddingTop": "({ theme }) => lodash.get(theme, themeProp)px",
"paddingLeft": 4,
"paddingRight": 4,
"paddingTop": 4,
},
]
}
Expand Down Expand Up @@ -293,7 +295,9 @@ exports[`<Search /> should render search with auto focus 1`] = `
"justifyContent": "center",
"maxWidth": "100%",
"overflow": "hidden",
"paddingTop": "({ theme }) => lodash.get(theme, themeProp)px",
"paddingLeft": 4,
"paddingRight": 4,
"paddingTop": 4,
},
]
}
Expand Down Expand Up @@ -503,7 +507,9 @@ exports[`<Search /> should render search with custom container style 1`] = `
"justifyContent": "center",
"maxWidth": "100%",
"overflow": "hidden",
"paddingTop": "({ theme }) => lodash.get(theme, themeProp)px",
"paddingLeft": 4,
"paddingRight": 4,
"paddingTop": 4,
},
]
}
Expand Down Expand Up @@ -710,7 +716,9 @@ exports[`<Search /> should render search with custom icon color 1`] = `
"justifyContent": "center",
"maxWidth": "100%",
"overflow": "hidden",
"paddingTop": "({ theme }) => lodash.get(theme, themeProp)px",
"paddingLeft": 4,
"paddingRight": 4,
"paddingTop": 4,
},
]
}
Expand Down Expand Up @@ -920,7 +928,9 @@ exports[`<Search /> should render search with custom input style 1`] = `
"justifyContent": "center",
"maxWidth": "100%",
"overflow": "hidden",
"paddingTop": "({ theme }) => lodash.get(theme, themeProp)px",
"paddingLeft": 4,
"paddingRight": 4,
"paddingTop": 4,
},
]
}
Expand Down Expand Up @@ -1127,7 +1137,9 @@ exports[`<Search /> should render search with custom placeholder 1`] = `
"justifyContent": "center",
"maxWidth": "100%",
"overflow": "hidden",
"paddingTop": "({ theme }) => lodash.get(theme, themeProp)px",
"paddingLeft": 4,
"paddingRight": 4,
"paddingTop": 4,
},
]
}
Expand Down Expand Up @@ -1334,7 +1346,9 @@ exports[`<Search /> should render search with custom placeholder color 1`] = `
"justifyContent": "center",
"maxWidth": "100%",
"overflow": "hidden",
"paddingTop": "({ theme }) => lodash.get(theme, themeProp)px",
"paddingLeft": 4,
"paddingRight": 4,
"paddingTop": 4,
},
]
}
Expand Down Expand Up @@ -1541,7 +1555,9 @@ exports[`<Search /> should render search with custom text style 1`] = `
"justifyContent": "center",
"maxWidth": "100%",
"overflow": "hidden",
"paddingTop": "({ theme }) => lodash.get(theme, themeProp)px",
"paddingLeft": 4,
"paddingRight": 4,
"paddingTop": 4,
},
]
}
Expand Down Expand Up @@ -1750,7 +1766,9 @@ exports[`<Search /> should render search with icon size 1`] = `
"justifyContent": "center",
"maxWidth": "100%",
"overflow": "hidden",
"paddingTop": "({ theme }) => lodash.get(theme, themeProp)px",
"paddingLeft": 4,
"paddingRight": 4,
"paddingTop": 4,
},
]
}
Expand Down Expand Up @@ -1957,7 +1975,9 @@ exports[`<Search /> should render search with left icon 1`] = `
"justifyContent": "center",
"maxWidth": "100%",
"overflow": "hidden",
"paddingTop": "({ theme }) => lodash.get(theme, themeProp)px",
"paddingLeft": 4,
"paddingRight": 4,
"paddingTop": 4,
},
]
}
Expand Down Expand Up @@ -2166,6 +2186,8 @@ exports[`<Search /> should render search with padding 1`] = `
"justifyContent": "center",
"maxWidth": "100%",
"overflow": "hidden",
"paddingLeft": 24,
"paddingRight": 24,
"paddingTop": 24,
},
]
Expand Down Expand Up @@ -2373,7 +2395,9 @@ exports[`<Search /> should render search with right icon 1`] = `
"justifyContent": "center",
"maxWidth": "100%",
"overflow": "hidden",
"paddingTop": "({ theme }) => lodash.get(theme, themeProp)px",
"paddingLeft": 4,
"paddingRight": 4,
"paddingTop": 4,
},
]
}
Expand Down Expand Up @@ -2587,7 +2611,9 @@ exports[`<Search /> should render search with shadow 1`] = `
"justifyContent": "center",
"maxWidth": "100%",
"overflow": "hidden",
"paddingTop": "({ theme }) => lodash.get(theme, themeProp)px",
"paddingLeft": 4,
"paddingRight": 4,
"paddingTop": 4,
},
]
}
Expand Down Expand Up @@ -2795,7 +2821,9 @@ exports[`<Search /> should render search with wrapper height 1`] = `
"justifyContent": "center",
"maxWidth": "100%",
"overflow": "hidden",
"paddingTop": "({ theme }) => lodash.get(theme, themeProp)px",
"paddingLeft": 4,
"paddingRight": 4,
"paddingTop": 4,
},
]
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,9 @@ exports[`<PasswordInput /> should render PasswordInput 1`] = `
"justifyContent": "center",
"maxWidth": "100%",
"overflow": "hidden",
"paddingTop": "({ theme }) => lodash.get(theme, themeProp)px",
"paddingLeft": 4,
"paddingRight": 4,
"paddingTop": 4,
},
]
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,9 @@ exports[`<TextInput /> should render textinput 1`] = `
"justifyContent": "center",
"maxWidth": "100%",
"overflow": "hidden",
"paddingTop": "({ theme }) => lodash.get(theme, themeProp)px",
"paddingLeft": 4,
"paddingRight": 4,
"paddingTop": 4,
},
]
}
Expand Down

0 comments on commit 1cfce9c

Please sign in to comment.