@tanstack/query-devtools 5.0.0-alpha.62 → 5.0.0-alpha.72
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/dist/cjs/{Devtools-531ceeff.cjs → Devtools-5159ee4e.cjs} +2 -1
- package/dist/cjs/{Devtools-531ceeff.cjs.map → Devtools-5159ee4e.cjs.map} +1 -1
- package/dist/cjs/index.cjs +1 -1
- package/dist/esm/{Devtools-d7644223.js → Devtools-ae26dfd2.js} +2 -1
- package/dist/esm/{Devtools-d7644223.js.map → Devtools-ae26dfd2.js.map} +1 -1
- package/dist/esm/index.js +1 -1
- package/dist/source/Devtools.jsx +1 -0
- package/package.json +3 -3
- package/src/Devtools.tsx +1 -0
|
@@ -2359,6 +2359,7 @@ const getStyles = () => {
|
|
|
2359
2359
|
max-width: 160px;
|
|
2360
2360
|
border: 1px solid ${colors.darkGray[200]};
|
|
2361
2361
|
cursor: pointer;
|
|
2362
|
+
padding: 0;
|
|
2362
2363
|
&:hover {
|
|
2363
2364
|
background-color: ${colors.darkGray[500]};
|
|
2364
2365
|
}
|
|
@@ -2632,4 +2633,4 @@ exports.QueryRow = QueryRow;
|
|
|
2632
2633
|
exports.QueryStatus = QueryStatus;
|
|
2633
2634
|
exports.QueryStatusCount = QueryStatusCount;
|
|
2634
2635
|
exports.default = DevtoolsComponent;
|
|
2635
|
-
//# sourceMappingURL=Devtools-
|
|
2636
|
+
//# sourceMappingURL=Devtools-5159ee4e.cjs.map
|