@tanstack/react-query-devtools 4.24.10 → 4.24.13
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 +3 -3
- package/build/lib/devtools.esm.js.map +1 -1
- package/build/lib/devtools.js +3 -3
- package/build/lib/devtools.js.map +1 -1
- package/build/lib/devtools.mjs +3 -3
- package/build/lib/devtools.mjs.map +1 -1
- package/build/lib/index.prod.esm.js +3 -3
- package/build/lib/index.prod.esm.js.map +1 -1
- package/build/lib/index.prod.js +3 -3
- package/build/lib/index.prod.js.map +1 -1
- package/build/lib/index.prod.mjs +3 -3
- package/build/lib/index.prod.mjs.map +1 -1
- package/build/umd/index.development.js +3 -3
- package/build/umd/index.development.js.map +1 -1
- package/package.json +1 -1
- package/src/devtools.tsx +89 -101
package/build/lib/index.prod.mjs
CHANGED
|
@@ -1072,7 +1072,7 @@ const ReactQueryDevtoolsPanel$1 = /*#__PURE__*/React.forwardRef(function ReactQu
|
|
|
1072
1072
|
marginRight: '.5em',
|
|
1073
1073
|
width: '100%'
|
|
1074
1074
|
}
|
|
1075
|
-
}),
|
|
1075
|
+
}), /*#__PURE__*/React.createElement(Select, {
|
|
1076
1076
|
"aria-label": "Sort queries",
|
|
1077
1077
|
value: sort,
|
|
1078
1078
|
onChange: e => setSort(e.target.value),
|
|
@@ -1153,7 +1153,7 @@ const ReactQueryDevtoolsPanel$1 = /*#__PURE__*/React.forwardRef(function ReactQu
|
|
|
1153
1153
|
d: "M3.515 9.515c4.686 -4.687 12.284 -4.687 17 0"
|
|
1154
1154
|
}))), /*#__PURE__*/React.createElement(ScreenReader, {
|
|
1155
1155
|
text: isMockOffline ? 'Restore offline mock' : 'Mock offline behavior'
|
|
1156
|
-
})))
|
|
1156
|
+
}))))), /*#__PURE__*/React.createElement("div", {
|
|
1157
1157
|
style: {
|
|
1158
1158
|
overflowY: 'auto',
|
|
1159
1159
|
flex: '1'
|
|
@@ -1240,7 +1240,7 @@ const ActiveQuery = ({
|
|
|
1240
1240
|
style: {
|
|
1241
1241
|
marginBottom: '.5em',
|
|
1242
1242
|
display: 'flex',
|
|
1243
|
-
alignItems: '
|
|
1243
|
+
alignItems: 'flex-start',
|
|
1244
1244
|
justifyContent: 'space-between'
|
|
1245
1245
|
}
|
|
1246
1246
|
}, /*#__PURE__*/React.createElement(Code, {
|