@tanstack/react-query-devtools 4.24.9 → 4.24.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/lib/devtools.esm.js +2 -2
- package/build/lib/devtools.esm.js.map +1 -1
- package/build/lib/devtools.js +2 -2
- package/build/lib/devtools.js.map +1 -1
- package/build/lib/devtools.mjs +2 -2
- package/build/lib/devtools.mjs.map +1 -1
- package/build/lib/index.prod.esm.js +2 -2
- package/build/lib/index.prod.esm.js.map +1 -1
- package/build/lib/index.prod.js +2 -2
- package/build/lib/index.prod.js.map +1 -1
- package/build/lib/index.prod.mjs +2 -2
- package/build/lib/index.prod.mjs.map +1 -1
- package/build/umd/index.development.js +2 -2
- package/build/umd/index.development.js.map +1 -1
- package/package.json +3 -3
- package/src/devtools.tsx +88 -100
|
@@ -2995,7 +2995,7 @@
|
|
|
2995
2995
|
marginRight: '.5em',
|
|
2996
2996
|
width: '100%'
|
|
2997
2997
|
}
|
|
2998
|
-
}),
|
|
2998
|
+
}), /*#__PURE__*/React__namespace.createElement(Select, {
|
|
2999
2999
|
"aria-label": "Sort queries",
|
|
3000
3000
|
value: sort,
|
|
3001
3001
|
onChange: e => setSort(e.target.value),
|
|
@@ -3076,7 +3076,7 @@
|
|
|
3076
3076
|
d: "M3.515 9.515c4.686 -4.687 12.284 -4.687 17 0"
|
|
3077
3077
|
}))), /*#__PURE__*/React__namespace.createElement(ScreenReader, {
|
|
3078
3078
|
text: isMockOffline ? 'Restore offline mock' : 'Mock offline behavior'
|
|
3079
|
-
})))
|
|
3079
|
+
}))))), /*#__PURE__*/React__namespace.createElement("div", {
|
|
3080
3080
|
style: {
|
|
3081
3081
|
overflowY: 'auto',
|
|
3082
3082
|
flex: '1'
|