@tanstack/query-devtools 5.86.0 → 5.87.3
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/DevtoolsComponent/{EDEL3XIZ.js → 6ELMOJL2.js} +1 -1
- package/build/DevtoolsComponent/{LNWAZHJI.js → NCMVHL6D.js} +1 -1
- package/build/DevtoolsPanelComponent/{MWZ6AO7Z.js → 2AITGKQY.js} +1 -1
- package/build/DevtoolsPanelComponent/{RN252AT2.js → PULY4AJ7.js} +1 -1
- package/build/chunk/{YTSEMULZ.js → 2LDRPXKC.js} +4 -0
- package/build/chunk/{YPM2AS64.js → ZDWCUMSJ.js} +4 -0
- package/build/dev.cjs +4 -0
- package/build/dev.js +2 -2
- package/build/index.cjs +4 -0
- package/build/index.js +2 -2
- package/package.json +2 -2
- package/src/Devtools.tsx +4 -0
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { createLocalStorage, THEME_PREFERENCE, QueryDevtoolsContext, PiPProvider, ThemeContext, Devtools } from '../chunk/
|
|
1
|
+
import { createLocalStorage, THEME_PREFERENCE, QueryDevtoolsContext, PiPProvider, ThemeContext, Devtools } from '../chunk/2LDRPXKC.js';
|
|
2
2
|
import { getPreferredColorScheme, createMemo, createComponent } from '../chunk/CXOMC62J.js';
|
|
3
3
|
|
|
4
4
|
// src/DevtoolsComponent.tsx
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { createLocalStorage, THEME_PREFERENCE, QueryDevtoolsContext, PiPProvider, ThemeContext, Devtools } from '../chunk/
|
|
1
|
+
import { createLocalStorage, THEME_PREFERENCE, QueryDevtoolsContext, PiPProvider, ThemeContext, Devtools } from '../chunk/ZDWCUMSJ.js';
|
|
2
2
|
import { getPreferredColorScheme, createMemo, createComponent } from '../chunk/EIDV623S.js';
|
|
3
3
|
|
|
4
4
|
// src/DevtoolsComponent.tsx
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { createLocalStorage, THEME_PREFERENCE, QueryDevtoolsContext, PiPProvider, ThemeContext, ParentPanel, ContentView } from '../chunk/
|
|
1
|
+
import { createLocalStorage, THEME_PREFERENCE, QueryDevtoolsContext, PiPProvider, ThemeContext, ParentPanel, ContentView } from '../chunk/ZDWCUMSJ.js';
|
|
2
2
|
import { getPreferredColorScheme, createMemo, createComponent } from '../chunk/EIDV623S.js';
|
|
3
3
|
|
|
4
4
|
// src/DevtoolsPanelComponent.tsx
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { createLocalStorage, THEME_PREFERENCE, QueryDevtoolsContext, PiPProvider, ThemeContext, ParentPanel, ContentView } from '../chunk/
|
|
1
|
+
import { createLocalStorage, THEME_PREFERENCE, QueryDevtoolsContext, PiPProvider, ThemeContext, ParentPanel, ContentView } from '../chunk/2LDRPXKC.js';
|
|
2
2
|
import { getPreferredColorScheme, createMemo, createComponent } from '../chunk/CXOMC62J.js';
|
|
3
3
|
|
|
4
4
|
// src/DevtoolsPanelComponent.tsx
|
|
@@ -12228,6 +12228,10 @@ var stylesFactory2 = (theme, css) => {
|
|
|
12228
12228
|
margin: 0;
|
|
12229
12229
|
font-size: ${font.size.xs};
|
|
12230
12230
|
line-height: ${font.lineHeight.xs};
|
|
12231
|
+
max-width: 100%;
|
|
12232
|
+
white-space: pre-wrap;
|
|
12233
|
+
overflow-wrap: anywhere;
|
|
12234
|
+
word-break: break-word;
|
|
12231
12235
|
}
|
|
12232
12236
|
|
|
12233
12237
|
& pre {
|
|
@@ -12227,6 +12227,10 @@ var stylesFactory2 = (theme, css) => {
|
|
|
12227
12227
|
margin: 0;
|
|
12228
12228
|
font-size: ${font.size.xs};
|
|
12229
12229
|
line-height: ${font.lineHeight.xs};
|
|
12230
|
+
max-width: 100%;
|
|
12231
|
+
white-space: pre-wrap;
|
|
12232
|
+
overflow-wrap: anywhere;
|
|
12233
|
+
word-break: break-word;
|
|
12230
12234
|
}
|
|
12231
12235
|
|
|
12232
12236
|
& pre {
|
package/build/dev.cjs
CHANGED
|
@@ -15599,6 +15599,10 @@ var init_Devtools = __esm({
|
|
|
15599
15599
|
margin: 0;
|
|
15600
15600
|
font-size: ${font.size.xs};
|
|
15601
15601
|
line-height: ${font.lineHeight.xs};
|
|
15602
|
+
max-width: 100%;
|
|
15603
|
+
white-space: pre-wrap;
|
|
15604
|
+
overflow-wrap: anywhere;
|
|
15605
|
+
word-break: break-word;
|
|
15602
15606
|
}
|
|
15603
15607
|
|
|
15604
15608
|
& pre {
|
package/build/dev.js
CHANGED
|
@@ -73,7 +73,7 @@ var TanstackQueryDevtools = class {
|
|
|
73
73
|
if (this.#Component) {
|
|
74
74
|
Devtools = this.#Component;
|
|
75
75
|
} else {
|
|
76
|
-
Devtools = lazy(() => import('./DevtoolsComponent/
|
|
76
|
+
Devtools = lazy(() => import('./DevtoolsComponent/6ELMOJL2.js'));
|
|
77
77
|
this.#Component = Devtools;
|
|
78
78
|
}
|
|
79
79
|
setupStyleSheet(this.#styleNonce, this.#shadowDOMTarget);
|
|
@@ -203,7 +203,7 @@ var TanstackQueryDevtoolsPanel = class {
|
|
|
203
203
|
if (this.#Component) {
|
|
204
204
|
Devtools = this.#Component;
|
|
205
205
|
} else {
|
|
206
|
-
Devtools = lazy(() => import('./DevtoolsPanelComponent/
|
|
206
|
+
Devtools = lazy(() => import('./DevtoolsPanelComponent/PULY4AJ7.js'));
|
|
207
207
|
this.#Component = Devtools;
|
|
208
208
|
}
|
|
209
209
|
setupStyleSheet(this.#styleNonce, this.#shadowDOMTarget);
|
package/build/index.cjs
CHANGED
|
@@ -15597,6 +15597,10 @@ var init_Devtools = __esm({
|
|
|
15597
15597
|
margin: 0;
|
|
15598
15598
|
font-size: ${font.size.xs};
|
|
15599
15599
|
line-height: ${font.lineHeight.xs};
|
|
15600
|
+
max-width: 100%;
|
|
15601
|
+
white-space: pre-wrap;
|
|
15602
|
+
overflow-wrap: anywhere;
|
|
15603
|
+
word-break: break-word;
|
|
15600
15604
|
}
|
|
15601
15605
|
|
|
15602
15606
|
& pre {
|
package/build/index.js
CHANGED
|
@@ -73,7 +73,7 @@ var TanstackQueryDevtools = class {
|
|
|
73
73
|
if (this.#Component) {
|
|
74
74
|
Devtools = this.#Component;
|
|
75
75
|
} else {
|
|
76
|
-
Devtools = lazy(() => import('./DevtoolsComponent/
|
|
76
|
+
Devtools = lazy(() => import('./DevtoolsComponent/NCMVHL6D.js'));
|
|
77
77
|
this.#Component = Devtools;
|
|
78
78
|
}
|
|
79
79
|
setupStyleSheet(this.#styleNonce, this.#shadowDOMTarget);
|
|
@@ -203,7 +203,7 @@ var TanstackQueryDevtoolsPanel = class {
|
|
|
203
203
|
if (this.#Component) {
|
|
204
204
|
Devtools = this.#Component;
|
|
205
205
|
} else {
|
|
206
|
-
Devtools = lazy(() => import('./DevtoolsPanelComponent/
|
|
206
|
+
Devtools = lazy(() => import('./DevtoolsPanelComponent/2AITGKQY.js'));
|
|
207
207
|
this.#Component = Devtools;
|
|
208
208
|
}
|
|
209
209
|
setupStyleSheet(this.#styleNonce, this.#shadowDOMTarget);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tanstack/query-devtools",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.87.3",
|
|
4
4
|
"description": "Developer tools to interact with and visualize the TanStack Query cache",
|
|
5
5
|
"author": "tannerlinsley",
|
|
6
6
|
"license": "MIT",
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
"superjson": "^2.2.2",
|
|
58
58
|
"tsup-preset-solid": "^2.2.0",
|
|
59
59
|
"vite-plugin-solid": "^2.11.6",
|
|
60
|
-
"@tanstack/query-core": "5.
|
|
60
|
+
"@tanstack/query-core": "5.87.1"
|
|
61
61
|
},
|
|
62
62
|
"scripts": {
|
|
63
63
|
"clean": "premove ./build ./coverage ./dist-ts",
|
package/src/Devtools.tsx
CHANGED
|
@@ -3342,6 +3342,10 @@ const stylesFactory = (
|
|
|
3342
3342
|
margin: 0;
|
|
3343
3343
|
font-size: ${font.size.xs};
|
|
3344
3344
|
line-height: ${font.lineHeight.xs};
|
|
3345
|
+
max-width: 100%;
|
|
3346
|
+
white-space: pre-wrap;
|
|
3347
|
+
overflow-wrap: anywhere;
|
|
3348
|
+
word-break: break-word;
|
|
3345
3349
|
}
|
|
3346
3350
|
|
|
3347
3351
|
& pre {
|