@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
package/build/lib/index.prod.js
CHANGED
|
@@ -1099,7 +1099,7 @@ const ReactQueryDevtoolsPanel$1 = /*#__PURE__*/React__namespace.forwardRef(funct
|
|
|
1099
1099
|
marginRight: '.5em',
|
|
1100
1100
|
width: '100%'
|
|
1101
1101
|
}
|
|
1102
|
-
}),
|
|
1102
|
+
}), /*#__PURE__*/React__namespace.createElement(Select, {
|
|
1103
1103
|
"aria-label": "Sort queries",
|
|
1104
1104
|
value: sort,
|
|
1105
1105
|
onChange: e => setSort(e.target.value),
|
|
@@ -1180,7 +1180,7 @@ const ReactQueryDevtoolsPanel$1 = /*#__PURE__*/React__namespace.forwardRef(funct
|
|
|
1180
1180
|
d: "M3.515 9.515c4.686 -4.687 12.284 -4.687 17 0"
|
|
1181
1181
|
}))), /*#__PURE__*/React__namespace.createElement(ScreenReader, {
|
|
1182
1182
|
text: isMockOffline ? 'Restore offline mock' : 'Mock offline behavior'
|
|
1183
|
-
})))
|
|
1183
|
+
}))))), /*#__PURE__*/React__namespace.createElement("div", {
|
|
1184
1184
|
style: {
|
|
1185
1185
|
overflowY: 'auto',
|
|
1186
1186
|
flex: '1'
|