Update snapshots

This commit is contained in:
Nathan Bierema 2021-10-10 23:59:41 -04:00
parent 2802c12854
commit e493f68941
2 changed files with 5 additions and 11 deletions

View File

@ -37,12 +37,6 @@ packageExtensions:
dependencies: dependencies:
'@types/node': '^14.17.15' '@types/node': '^14.17.15'
'sqlite3': '^5.0.2' 'sqlite3': '^5.0.2'
'react-select@^5.0.0':
dependencies:
'@emotion/serialize': '^1.0.2'
'@chakra-ui/button@^1.4.3':
dependencies:
'@chakra-ui/react-utils': '^1.1.2'
'@chakra-ui/switch@^1.2.10': '@chakra-ui/switch@^1.2.10':
peerDependencies: peerDependencies:
'framer-motion': '3.x || 4.x' 'framer-motion': '3.x || 4.x'

View File

@ -27,7 +27,7 @@ exports[`Select renders correctly 1`] = `
Select... Select...
</div> </div>
<div <div
class=" css-tatrps-Input" class=" css-1qx78vi-Input"
data-value="" data-value=""
> >
<input <input
@ -1228,7 +1228,7 @@ exports[`Select should select another option 1`] = `
"outline": 0, "outline": 0,
"padding": 0, "padding": 0,
"visibility": "hidden", "visibility": "hidden",
"whiteSpace": "nowrap", "whiteSpace": "pre",
}, },
"boxSizing": "border-box", "boxSizing": "border-box",
"color": undefined, "color": undefined,
@ -1245,7 +1245,7 @@ exports[`Select should select another option 1`] = `
data-value="two" data-value="two"
> >
<div <div
className=" css-tatrps-Input" className=" css-1qx78vi-Input"
data-value="two" data-value="two"
> >
<input <input
@ -3388,7 +3388,7 @@ exports[`Select shouldn't find any results 1`] = `
"outline": 0, "outline": 0,
"padding": 0, "padding": 0,
"visibility": "hidden", "visibility": "hidden",
"whiteSpace": "nowrap", "whiteSpace": "pre",
}, },
"boxSizing": "border-box", "boxSizing": "border-box",
"color": undefined, "color": undefined,
@ -3405,7 +3405,7 @@ exports[`Select shouldn't find any results 1`] = `
data-value="text" data-value="text"
> >
<div <div
className=" css-tatrps-Input" className=" css-1qx78vi-Input"
data-value="text" data-value="text"
> >
<input <input