@tanstack/query-devtools 5.72.1 → 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/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/CPIOZS5X.js'));
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/OKF6E45R.js'));
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.72.1",
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",
@@ -21,20 +21,17 @@
21
21
  "browser": {},
22
22
  "exports": {
23
23
  "solid": {
24
- "@tanstack/custom-condition": "./src/index.ts",
25
24
  "development": "./build/index.js",
26
25
  "import": "./build/index.js"
27
26
  },
28
27
  "development": {
29
28
  "import": {
30
- "@tanstack/custom-condition": "./src/index.ts",
31
29
  "types": "./build/index.d.ts",
32
30
  "default": "./build/dev.js"
33
31
  },
34
32
  "require": "./build/dev.cjs"
35
33
  },
36
34
  "import": {
37
- "@tanstack/custom-condition": "./src/index.ts",
38
35
  "types": "./build/index.d.ts",
39
36
  "default": "./build/index.js"
40
37
  },
@@ -59,7 +56,7 @@
59
56
  "superjson": "^2.2.1",
60
57
  "tsup-preset-solid": "^2.2.0",
61
58
  "vite-plugin-solid": "^2.11.6",
62
- "@tanstack/query-core": "5.72.1"
59
+ "@tanstack/query-core": "5.73.3"
63
60
  },
64
61
  "scripts": {}
65
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: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
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: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
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: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
535
+ font-family:
536
+ ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
536
537
  'Liberation Mono', 'Courier New', monospace;
537
538
  }
538
539
  position: relative;