@tanstack/query-devtools 5.72.2 → 5.73.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/{CPIOZS5X.js → C2Q2AJ2U.js} +1 -1
- package/build/DevtoolsComponent/{SUXNJKMM.js → OHEVZFKG.js} +1 -1
- package/build/DevtoolsPanelComponent/{OKF6E45R.js → CTUG6TWM.js} +1 -1
- package/build/DevtoolsPanelComponent/{LDUQ2GE4.js → ZXCTK5ZC.js} +1 -1
- package/build/chunk/{WXAWMS3D.js → PPK4CBG4.js} +6 -3
- package/build/chunk/{DZBXNQB4.js → SUJ6RQCA.js} +6 -3
- package/build/dev.cjs +6 -3
- package/build/dev.js +2 -2
- package/build/index.cjs +6 -3
- package/build/index.js +2 -2
- package/package.json +2 -2
- package/src/Devtools.tsx +4 -2
- package/src/Explorer.tsx +2 -1
|
@@ -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/PPK4CBG4.js';
|
|
2
2
|
import { getPreferredColorScheme, createMemo, createComponent } from '../chunk/HR7YXZ5H.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/SUJ6RQCA.js';
|
|
2
2
|
import { getPreferredColorScheme, createMemo, createComponent } from '../chunk/V5T5VJKG.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/PPK4CBG4.js';
|
|
2
2
|
import { getPreferredColorScheme, createMemo, createComponent } from '../chunk/HR7YXZ5H.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/SUJ6RQCA.js';
|
|
2
2
|
import { getPreferredColorScheme, createMemo, createComponent } from '../chunk/V5T5VJKG.js';
|
|
3
3
|
|
|
4
4
|
// src/DevtoolsPanelComponent.tsx
|
|
@@ -9320,7 +9320,8 @@ var stylesFactory = (theme, css) => {
|
|
|
9320
9320
|
entry: css`
|
|
9321
9321
|
& * {
|
|
9322
9322
|
font-size: ${font.size.xs};
|
|
9323
|
-
font-family:
|
|
9323
|
+
font-family:
|
|
9324
|
+
ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
|
|
9324
9325
|
'Liberation Mono', 'Courier New', monospace;
|
|
9325
9326
|
}
|
|
9326
9327
|
position: relative;
|
|
@@ -11991,7 +11992,8 @@ var stylesFactory2 = (theme, css) => {
|
|
|
11991
11992
|
min-height: ${tokens.size[6]};
|
|
11992
11993
|
flex: 1;
|
|
11993
11994
|
padding: ${tokens.size[1]} ${tokens.size[2]};
|
|
11994
|
-
font-family:
|
|
11995
|
+
font-family:
|
|
11996
|
+
ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
|
|
11995
11997
|
'Liberation Mono', 'Courier New', monospace;
|
|
11996
11998
|
border-bottom: 1px solid ${t2(colors.gray[300], colors.darkGray[400])};
|
|
11997
11999
|
text-align: left;
|
|
@@ -12057,7 +12059,8 @@ var stylesFactory2 = (theme, css) => {
|
|
|
12057
12059
|
}
|
|
12058
12060
|
|
|
12059
12061
|
& code {
|
|
12060
|
-
font-family:
|
|
12062
|
+
font-family:
|
|
12063
|
+
ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
|
|
12061
12064
|
'Liberation Mono', 'Courier New', monospace;
|
|
12062
12065
|
margin: 0;
|
|
12063
12066
|
font-size: ${font.size.xs};
|
|
@@ -9321,7 +9321,8 @@ var stylesFactory = (theme, css) => {
|
|
|
9321
9321
|
entry: css`
|
|
9322
9322
|
& * {
|
|
9323
9323
|
font-size: ${font.size.xs};
|
|
9324
|
-
font-family:
|
|
9324
|
+
font-family:
|
|
9325
|
+
ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
|
|
9325
9326
|
'Liberation Mono', 'Courier New', monospace;
|
|
9326
9327
|
}
|
|
9327
9328
|
position: relative;
|
|
@@ -11992,7 +11993,8 @@ var stylesFactory2 = (theme, css) => {
|
|
|
11992
11993
|
min-height: ${tokens.size[6]};
|
|
11993
11994
|
flex: 1;
|
|
11994
11995
|
padding: ${tokens.size[1]} ${tokens.size[2]};
|
|
11995
|
-
font-family:
|
|
11996
|
+
font-family:
|
|
11997
|
+
ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
|
|
11996
11998
|
'Liberation Mono', 'Courier New', monospace;
|
|
11997
11999
|
border-bottom: 1px solid ${t2(colors.gray[300], colors.darkGray[400])};
|
|
11998
12000
|
text-align: left;
|
|
@@ -12058,7 +12060,8 @@ var stylesFactory2 = (theme, css) => {
|
|
|
12058
12060
|
}
|
|
12059
12061
|
|
|
12060
12062
|
& code {
|
|
12061
|
-
font-family:
|
|
12063
|
+
font-family:
|
|
12064
|
+
ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
|
|
12062
12065
|
'Liberation Mono', 'Courier New', monospace;
|
|
12063
12066
|
margin: 0;
|
|
12064
12067
|
font-size: ${font.size.xs};
|
package/build/dev.cjs
CHANGED
|
@@ -12770,7 +12770,8 @@ var init_Explorer = __esm({
|
|
|
12770
12770
|
entry: css`
|
|
12771
12771
|
& * {
|
|
12772
12772
|
font-size: ${font.size.xs};
|
|
12773
|
-
font-family:
|
|
12773
|
+
font-family:
|
|
12774
|
+
ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
|
|
12774
12775
|
'Liberation Mono', 'Courier New', monospace;
|
|
12775
12776
|
}
|
|
12776
12777
|
position: relative;
|
|
@@ -15472,7 +15473,8 @@ var init_Devtools = __esm({
|
|
|
15472
15473
|
min-height: ${tokens.size[6]};
|
|
15473
15474
|
flex: 1;
|
|
15474
15475
|
padding: ${tokens.size[1]} ${tokens.size[2]};
|
|
15475
|
-
font-family:
|
|
15476
|
+
font-family:
|
|
15477
|
+
ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
|
|
15476
15478
|
'Liberation Mono', 'Courier New', monospace;
|
|
15477
15479
|
border-bottom: 1px solid ${t2(colors.gray[300], colors.darkGray[400])};
|
|
15478
15480
|
text-align: left;
|
|
@@ -15538,7 +15540,8 @@ var init_Devtools = __esm({
|
|
|
15538
15540
|
}
|
|
15539
15541
|
|
|
15540
15542
|
& code {
|
|
15541
|
-
font-family:
|
|
15543
|
+
font-family:
|
|
15544
|
+
ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
|
|
15542
15545
|
'Liberation Mono', 'Courier New', monospace;
|
|
15543
15546
|
margin: 0;
|
|
15544
15547
|
font-size: ${font.size.xs};
|
package/build/dev.js
CHANGED
|
@@ -69,7 +69,7 @@ var TanstackQueryDevtools = class {
|
|
|
69
69
|
if (this.#Component) {
|
|
70
70
|
Devtools = this.#Component;
|
|
71
71
|
} else {
|
|
72
|
-
Devtools = lazy(() => import('./DevtoolsComponent/
|
|
72
|
+
Devtools = lazy(() => import('./DevtoolsComponent/OHEVZFKG.js'));
|
|
73
73
|
this.#Component = Devtools;
|
|
74
74
|
}
|
|
75
75
|
setupStyleSheet(this.#styleNonce, this.#shadowDOMTarget);
|
|
@@ -192,7 +192,7 @@ var TanstackQueryDevtoolsPanel = class {
|
|
|
192
192
|
if (this.#Component) {
|
|
193
193
|
Devtools = this.#Component;
|
|
194
194
|
} else {
|
|
195
|
-
Devtools = lazy(() => import('./DevtoolsPanelComponent/
|
|
195
|
+
Devtools = lazy(() => import('./DevtoolsPanelComponent/ZXCTK5ZC.js'));
|
|
196
196
|
this.#Component = Devtools;
|
|
197
197
|
}
|
|
198
198
|
setupStyleSheet(this.#styleNonce, this.#shadowDOMTarget);
|
package/build/index.cjs
CHANGED
|
@@ -12768,7 +12768,8 @@ var init_Explorer = __esm({
|
|
|
12768
12768
|
entry: css`
|
|
12769
12769
|
& * {
|
|
12770
12770
|
font-size: ${font.size.xs};
|
|
12771
|
-
font-family:
|
|
12771
|
+
font-family:
|
|
12772
|
+
ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
|
|
12772
12773
|
'Liberation Mono', 'Courier New', monospace;
|
|
12773
12774
|
}
|
|
12774
12775
|
position: relative;
|
|
@@ -15470,7 +15471,8 @@ var init_Devtools = __esm({
|
|
|
15470
15471
|
min-height: ${tokens.size[6]};
|
|
15471
15472
|
flex: 1;
|
|
15472
15473
|
padding: ${tokens.size[1]} ${tokens.size[2]};
|
|
15473
|
-
font-family:
|
|
15474
|
+
font-family:
|
|
15475
|
+
ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
|
|
15474
15476
|
'Liberation Mono', 'Courier New', monospace;
|
|
15475
15477
|
border-bottom: 1px solid ${t2(colors.gray[300], colors.darkGray[400])};
|
|
15476
15478
|
text-align: left;
|
|
@@ -15536,7 +15538,8 @@ var init_Devtools = __esm({
|
|
|
15536
15538
|
}
|
|
15537
15539
|
|
|
15538
15540
|
& code {
|
|
15539
|
-
font-family:
|
|
15541
|
+
font-family:
|
|
15542
|
+
ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
|
|
15540
15543
|
'Liberation Mono', 'Courier New', monospace;
|
|
15541
15544
|
margin: 0;
|
|
15542
15545
|
font-size: ${font.size.xs};
|
package/build/index.js
CHANGED
|
@@ -69,7 +69,7 @@ var TanstackQueryDevtools = class {
|
|
|
69
69
|
if (this.#Component) {
|
|
70
70
|
Devtools = this.#Component;
|
|
71
71
|
} else {
|
|
72
|
-
Devtools = lazy(() => import('./DevtoolsComponent/
|
|
72
|
+
Devtools = lazy(() => import('./DevtoolsComponent/C2Q2AJ2U.js'));
|
|
73
73
|
this.#Component = Devtools;
|
|
74
74
|
}
|
|
75
75
|
setupStyleSheet(this.#styleNonce, this.#shadowDOMTarget);
|
|
@@ -192,7 +192,7 @@ var TanstackQueryDevtoolsPanel = class {
|
|
|
192
192
|
if (this.#Component) {
|
|
193
193
|
Devtools = this.#Component;
|
|
194
194
|
} else {
|
|
195
|
-
Devtools = lazy(() => import('./DevtoolsPanelComponent/
|
|
195
|
+
Devtools = lazy(() => import('./DevtoolsPanelComponent/CTUG6TWM.js'));
|
|
196
196
|
this.#Component = Devtools;
|
|
197
197
|
}
|
|
198
198
|
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.73.3",
|
|
4
4
|
"description": "Developer tools to interact with and visualize the TanStack Query cache",
|
|
5
5
|
"author": "tannerlinsley",
|
|
6
6
|
"license": "MIT",
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
"superjson": "^2.2.1",
|
|
57
57
|
"tsup-preset-solid": "^2.2.0",
|
|
58
58
|
"vite-plugin-solid": "^2.11.6",
|
|
59
|
-
"@tanstack/query-core": "5.
|
|
59
|
+
"@tanstack/query-core": "5.73.3"
|
|
60
60
|
},
|
|
61
61
|
"scripts": {}
|
|
62
62
|
}
|
package/src/Devtools.tsx
CHANGED
|
@@ -3084,7 +3084,8 @@ const stylesFactory = (
|
|
|
3084
3084
|
min-height: ${tokens.size[6]};
|
|
3085
3085
|
flex: 1;
|
|
3086
3086
|
padding: ${tokens.size[1]} ${tokens.size[2]};
|
|
3087
|
-
font-family:
|
|
3087
|
+
font-family:
|
|
3088
|
+
ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
|
|
3088
3089
|
'Liberation Mono', 'Courier New', monospace;
|
|
3089
3090
|
border-bottom: 1px solid ${t(colors.gray[300], colors.darkGray[400])};
|
|
3090
3091
|
text-align: left;
|
|
@@ -3150,7 +3151,8 @@ const stylesFactory = (
|
|
|
3150
3151
|
}
|
|
3151
3152
|
|
|
3152
3153
|
& code {
|
|
3153
|
-
font-family:
|
|
3154
|
+
font-family:
|
|
3155
|
+
ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
|
|
3154
3156
|
'Liberation Mono', 'Courier New', monospace;
|
|
3155
3157
|
margin: 0;
|
|
3156
3158
|
font-size: ${font.size.xs};
|
package/src/Explorer.tsx
CHANGED
|
@@ -532,7 +532,8 @@ const stylesFactory = (
|
|
|
532
532
|
entry: css`
|
|
533
533
|
& * {
|
|
534
534
|
font-size: ${font.size.xs};
|
|
535
|
-
font-family:
|
|
535
|
+
font-family:
|
|
536
|
+
ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
|
|
536
537
|
'Liberation Mono', 'Courier New', monospace;
|
|
537
538
|
}
|
|
538
539
|
position: relative;
|