@tanstack/react-query-devtools 4.24.10 → 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 +1 -1
- package/src/devtools.tsx +88 -100
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'
|