@tanstack/query-devtools 5.20.1 → 5.20.2

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/dev.js CHANGED
@@ -1,4 +1,4 @@
1
- import { createSignal, render, lazy, setupStyleSheet, createComponent, mergeProps } from './chunk/JYLDHR36.js';
1
+ import { createSignal, render, lazy, setupStyleSheet, createComponent, mergeProps } from './chunk/O2PITFF6.js';
2
2
 
3
3
  // src/index.tsx
4
4
  var TanstackQueryDevtools = class {
@@ -56,6 +56,7 @@ var TanstackQueryDevtools = class {
56
56
  throw new Error("Devtools is already mounted");
57
57
  }
58
58
  const dispose = render(() => {
59
+ const _self$ = this;
59
60
  const [btnPosition] = this.#buttonPosition;
60
61
  const [pos] = this.#position;
61
62
  const [isOpen] = this.#initialIsOpen;
@@ -65,11 +66,10 @@ var TanstackQueryDevtools = class {
65
66
  if (this.#Component) {
66
67
  Devtools = this.#Component;
67
68
  } else {
68
- Devtools = lazy(() => import('./Devtools/BCQ5SSOV.js'));
69
+ Devtools = lazy(() => import('./Devtools/ZIZ6ACOL.js'));
69
70
  this.#Component = Devtools;
70
71
  }
71
72
  setupStyleSheet(this.#styleNonce);
72
- const _self$ = this;
73
73
  return createComponent(Devtools, mergeProps({
74
74
  get queryFlavor() {
75
75
  return _self$.#queryFlavor;
package/build/dev.jsx CHANGED
@@ -3,7 +3,7 @@ import {
3
3
  lazy,
4
4
  render,
5
5
  setupStyleSheet
6
- } from "./chunk/F4H74EX7.jsx";
6
+ } from "./chunk/PQZZ5Z2E.jsx";
7
7
 
8
8
  // src/index.tsx
9
9
  var TanstackQueryDevtools = class {
@@ -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/C3WICRFF.jsx"));
73
+ Devtools = lazy(() => import("./Devtools/2TZ2XDYA.jsx"));
74
74
  this.#Component = Devtools;
75
75
  }
76
76
  setupStyleSheet(this.#styleNonce);