@tanstack/query-devtools 5.8.4 → 5.8.8

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.
@@ -10364,6 +10364,7 @@ var stylesFactory = (theme) => {
10364
10364
  `,
10365
10365
  label: u`
10366
10366
  color: ${t2(colors.gray[700], colors.gray[300])};
10367
+ white-space: nowrap;
10367
10368
  `,
10368
10369
  value: u`
10369
10370
  color: ${t2(colors.purple[600], colors.purple[400])};
@@ -10363,6 +10363,7 @@ var stylesFactory = (theme) => {
10363
10363
  `,
10364
10364
  label: u`
10365
10365
  color: ${t2(colors.gray[700], colors.gray[300])};
10366
+ white-space: nowrap;
10366
10367
  `,
10367
10368
  value: u`
10368
10369
  color: ${t2(colors.purple[600], colors.purple[400])};
@@ -9433,6 +9433,7 @@ var stylesFactory = (theme) => {
9433
9433
  `,
9434
9434
  label: u`
9435
9435
  color: ${t2(colors.gray[700], colors.gray[300])};
9436
+ white-space: nowrap;
9436
9437
  `,
9437
9438
  value: u`
9438
9439
  color: ${t2(colors.purple[600], colors.purple[400])};
@@ -9432,6 +9432,7 @@ var stylesFactory = (theme) => {
9432
9432
  `,
9433
9433
  label: u`
9434
9434
  color: ${t2(colors.gray[700], colors.gray[300])};
9435
+ white-space: nowrap;
9435
9436
  `,
9436
9437
  value: u`
9437
9438
  color: ${t2(colors.purple[600], colors.purple[400])};
package/build/dev.cjs CHANGED
@@ -12916,6 +12916,7 @@ var init_Explorer = __esm({
12916
12916
  `,
12917
12917
  label: u`
12918
12918
  color: ${t2(colors.gray[700], colors.gray[300])};
12919
+ white-space: nowrap;
12919
12920
  `,
12920
12921
  value: u`
12921
12922
  color: ${t2(colors.purple[600], colors.purple[400])};
package/build/dev.js CHANGED
@@ -65,7 +65,7 @@ var TanstackQueryDevtools = class {
65
65
  if (this.#Component) {
66
66
  Devtools = this.#Component;
67
67
  } else {
68
- Devtools = lazy(() => import('./Devtools/4HZPHOEU.js'));
68
+ Devtools = lazy(() => import('./Devtools/SZIKXSIQ.js'));
69
69
  this.#Component = Devtools;
70
70
  }
71
71
  setupStyleSheet(this.#styleNonce);
package/build/dev.jsx CHANGED
@@ -70,7 +70,7 @@ var TanstackQueryDevtools = class {
70
70
  if (this.#Component) {
71
71
  Devtools = this.#Component;
72
72
  } else {
73
- Devtools = lazy(() => import("./Devtools/3NHE6LPY.jsx"));
73
+ Devtools = lazy(() => import("./Devtools/3XM2XICE.jsx"));
74
74
  this.#Component = Devtools;
75
75
  }
76
76
  setupStyleSheet(this.#styleNonce);
package/build/index.cjs CHANGED
@@ -12914,6 +12914,7 @@ var init_Explorer = __esm({
12914
12914
  `,
12915
12915
  label: u`
12916
12916
  color: ${t2(colors.gray[700], colors.gray[300])};
12917
+ white-space: nowrap;
12917
12918
  `,
12918
12919
  value: u`
12919
12920
  color: ${t2(colors.purple[600], colors.purple[400])};
package/build/index.js CHANGED
@@ -65,7 +65,7 @@ var TanstackQueryDevtools = class {
65
65
  if (this.#Component) {
66
66
  Devtools = this.#Component;
67
67
  } else {
68
- Devtools = lazy(() => import('./Devtools/RC3HOX77.js'));
68
+ Devtools = lazy(() => import('./Devtools/YNBGVEJ4.js'));
69
69
  this.#Component = Devtools;
70
70
  }
71
71
  setupStyleSheet(this.#styleNonce);
package/build/index.jsx CHANGED
@@ -70,7 +70,7 @@ var TanstackQueryDevtools = class {
70
70
  if (this.#Component) {
71
71
  Devtools = this.#Component;
72
72
  } else {
73
- Devtools = lazy(() => import("./Devtools/W6R25HSA.jsx"));
73
+ Devtools = lazy(() => import("./Devtools/DKV2AFO3.jsx"));
74
74
  this.#Component = Devtools;
75
75
  }
76
76
  setupStyleSheet(this.#styleNonce);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tanstack/query-devtools",
3
- "version": "5.8.4",
3
+ "version": "5.8.8",
4
4
  "description": "Developer tools to interact with and visualize the TanStack Query cache",
5
5
  "author": "tannerlinsley",
6
6
  "license": "MIT",
@@ -50,7 +50,7 @@
50
50
  "superjson": "^1.12.4",
51
51
  "tsup-preset-solid": "^2.1.0",
52
52
  "vite-plugin-solid": "^2.7.2",
53
- "@tanstack/query-core": "5.8.3"
53
+ "@tanstack/query-core": "5.8.7"
54
54
  },
55
55
  "scripts": {
56
56
  "clean": "rimraf ./build && rimraf ./coverage",
package/src/Explorer.tsx CHANGED
@@ -554,6 +554,7 @@ const stylesFactory = (theme: 'light' | 'dark') => {
554
554
  `,
555
555
  label: css`
556
556
  color: ${t(colors.gray[700], colors.gray[300])};
557
+ white-space: nowrap;
557
558
  `,
558
559
  value: css`
559
560
  color: ${t(colors.purple[600], colors.purple[400])};