@tanstack/query-devtools 5.1.0 → 5.7.4

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, createComponent, mergeProps } from './chunk/Z53XT47W.js';
1
+ import { createSignal, render, lazy, setupStyleSheet, createComponent, mergeProps } from './chunk/3V52ZCRQ.js';
2
2
 
3
3
  // src/index.tsx
4
4
  var TanstackQueryDevtools = class {
@@ -7,6 +7,7 @@ var TanstackQueryDevtools = class {
7
7
  #queryFlavor;
8
8
  #version;
9
9
  #isMounted = false;
10
+ #styleNonce;
10
11
  #buttonPosition;
11
12
  #position;
12
13
  #initialIsOpen;
@@ -22,12 +23,14 @@ var TanstackQueryDevtools = class {
22
23
  buttonPosition,
23
24
  position,
24
25
  initialIsOpen,
25
- errorTypes
26
+ errorTypes,
27
+ styleNonce
26
28
  } = config;
27
29
  this.#client = createSignal(client);
28
30
  this.#queryFlavor = queryFlavor;
29
31
  this.#version = version;
30
32
  this.#onlineManager = onlineManager;
33
+ this.#styleNonce = styleNonce;
31
34
  this.#buttonPosition = createSignal(buttonPosition);
32
35
  this.#position = createSignal(position);
33
36
  this.#initialIsOpen = createSignal(initialIsOpen);
@@ -62,9 +65,10 @@ var TanstackQueryDevtools = class {
62
65
  if (this.#Component) {
63
66
  Devtools = this.#Component;
64
67
  } else {
65
- Devtools = lazy(() => import('./Devtools/CRASJTHY.js'));
68
+ Devtools = lazy(() => import('./Devtools/VZTWBJH5.js'));
66
69
  this.#Component = Devtools;
67
70
  }
71
+ setupStyleSheet(this.#styleNonce);
68
72
  const _self$ = this;
69
73
  return createComponent(Devtools, mergeProps({
70
74
  get queryFlavor() {
package/build/dev.jsx CHANGED
@@ -1,8 +1,9 @@
1
1
  import {
2
2
  createSignal,
3
3
  lazy,
4
- render
5
- } from "./chunk/JRAMSUCV.jsx";
4
+ render,
5
+ setupStyleSheet
6
+ } from "./chunk/SPPEWFNK.jsx";
6
7
 
7
8
  // src/index.tsx
8
9
  var TanstackQueryDevtools = class {
@@ -11,6 +12,7 @@ var TanstackQueryDevtools = class {
11
12
  #queryFlavor;
12
13
  #version;
13
14
  #isMounted = false;
15
+ #styleNonce;
14
16
  #buttonPosition;
15
17
  #position;
16
18
  #initialIsOpen;
@@ -26,12 +28,14 @@ var TanstackQueryDevtools = class {
26
28
  buttonPosition,
27
29
  position,
28
30
  initialIsOpen,
29
- errorTypes
31
+ errorTypes,
32
+ styleNonce
30
33
  } = config;
31
34
  this.#client = createSignal(client);
32
35
  this.#queryFlavor = queryFlavor;
33
36
  this.#version = version;
34
37
  this.#onlineManager = onlineManager;
38
+ this.#styleNonce = styleNonce;
35
39
  this.#buttonPosition = createSignal(buttonPosition);
36
40
  this.#position = createSignal(position);
37
41
  this.#initialIsOpen = createSignal(initialIsOpen);
@@ -66,9 +70,10 @@ var TanstackQueryDevtools = class {
66
70
  if (this.#Component) {
67
71
  Devtools = this.#Component;
68
72
  } else {
69
- Devtools = lazy(() => import("./Devtools/QHGCTHEZ.jsx"));
73
+ Devtools = lazy(() => import("./Devtools/G2DL2NKW.jsx"));
70
74
  this.#Component = Devtools;
71
75
  }
76
+ setupStyleSheet(this.#styleNonce);
72
77
  return <Devtools
73
78
  queryFlavor={this.#queryFlavor}
74
79
  version={this.#version}