mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-07-27 08:30:02 +03:00
Update snapshots
This commit is contained in:
parent
2802c12854
commit
e493f68941
|
@ -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'
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user