@tanstack/query-devtools 5.0.0-alpha.68 → 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/esm/index.js CHANGED
@@ -52,7 +52,7 @@ class TanstackQueryDevtools {
52
52
  if (this.Component) {
53
53
  Devtools = this.Component;
54
54
  } else {
55
- Devtools = lazy(() => import('./Devtools-d7644223.js'));
55
+ Devtools = lazy(() => import('./Devtools-ae26dfd2.js'));
56
56
  this.Component = Devtools;
57
57
  }
58
58
  const _self$ = this;
@@ -1245,6 +1245,7 @@ const getStyles = () => {
1245
1245
  max-width: 160px;
1246
1246
  border: 1px solid ${colors.darkGray[200]};
1247
1247
  cursor: pointer;
1248
+ padding: 0;
1248
1249
  &:hover {
1249
1250
  background-color: ${colors.darkGray[500]};
1250
1251
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tanstack/query-devtools",
3
- "version": "5.0.0-alpha.68",
3
+ "version": "5.0.0-alpha.72",
4
4
  "description": "Developer tools to interact with and visualize the TanStack Query cache",
5
5
  "author": "tannerlinsley",
6
6
  "license": "MIT",
@@ -44,7 +44,7 @@
44
44
  },
45
45
  "devDependencies": {
46
46
  "vite-plugin-solid": "^2.5.0",
47
- "@tanstack/query-core": "5.0.0-alpha.66"
47
+ "@tanstack/query-core": "5.0.0-alpha.70"
48
48
  },
49
49
  "scripts": {
50
50
  "clean": "rimraf ./dist && rimraf ./coverage",
package/src/Devtools.tsx CHANGED
@@ -1664,6 +1664,7 @@ const getStyles = () => {
1664
1664
  max-width: 160px;
1665
1665
  border: 1px solid ${colors.darkGray[200]};
1666
1666
  cursor: pointer;
1667
+ padding: 0;
1667
1668
  &:hover {
1668
1669
  background-color: ${colors.darkGray[500]};
1669
1670
  }