@tanstack/devtools 0.10.7 → 0.10.8

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.
@@ -175,7 +175,7 @@ var initialState = {
175
175
  position: "bottom-right",
176
176
  panelLocation: "bottom",
177
177
  openHotkey: ["Control", "~"],
178
- inspectHotkey: ["Shift", "CtrlOrMeta"],
178
+ inspectHotkey: ["Shift", "Alt", "CtrlOrMeta"],
179
179
  requireUrlFlag: false,
180
180
  urlFlag: "tanstack-devtools",
181
181
  theme: typeof window !== "undefined" && typeof window.matchMedia !== "undefined" && window.matchMedia("(prefers-color-scheme: dark)").matches ? "dark" : "light",
package/dist/dev.js CHANGED
@@ -1,5 +1,5 @@
1
- import { initialState, DevtoolsProvider, PiPProvider } from './chunk/KKMMZ2TR.js';
2
- export { PLUGIN_CONTAINER_ID, PLUGIN_TITLE_CONTAINER_ID } from './chunk/KKMMZ2TR.js';
1
+ import { initialState, DevtoolsProvider, PiPProvider } from './chunk/ULTYUGME.js';
2
+ export { PLUGIN_CONTAINER_ID, PLUGIN_TITLE_CONTAINER_ID } from './chunk/ULTYUGME.js';
3
3
  import { render, createComponent, Portal } from 'solid-js/web';
4
4
  import { lazy } from 'solid-js';
5
5
  import { ClientEventBus } from '@tanstack/devtools-event-bus/client';
@@ -30,7 +30,7 @@ var TanStackDevtoolsCore = class {
30
30
  const mountTo = el;
31
31
  const dispose = render(() => {
32
32
  const _self$ = this;
33
- this.#Component = lazy(() => import('./devtools/MLU6VAGA.js'));
33
+ this.#Component = lazy(() => import('./devtools/BX2FS55Z.js'));
34
34
  const Devtools = this.#Component;
35
35
  this.#eventBus = new ClientEventBus(this.#eventBusConfig);
36
36
  this.#eventBus.start();
@@ -1,4 +1,4 @@
1
- import { usePiPWindow, TANSTACK_DEVTOOLS, keyboardModifiers, getAllPermutations, DevtoolsContext, PLUGIN_TITLE_CONTAINER_ID, PLUGIN_CONTAINER_ID, MAX_ACTIVE_PLUGINS, uppercaseFirstLetter } from '../chunk/KKMMZ2TR.js';
1
+ import { usePiPWindow, TANSTACK_DEVTOOLS, keyboardModifiers, getAllPermutations, DevtoolsContext, PLUGIN_TITLE_CONTAINER_ID, PLUGIN_CONTAINER_ID, MAX_ACTIVE_PLUGINS, uppercaseFirstLetter } from '../chunk/ULTYUGME.js';
2
2
  import { delegateEvents, createComponent, Portal, template, use, setAttribute, insert, memo, effect, className, addEventListener, style, classList } from 'solid-js/web';
3
3
  import { createContext, createSignal, createEffect, onCleanup, Show, createMemo, For, useContext, onMount } from 'solid-js';
4
4
  import { createShortcut, useKeyDownList } from '@solid-primitives/keyboard';
@@ -1,4 +1,4 @@
1
- import { usePiPWindow, TANSTACK_DEVTOOLS, keyboardModifiers, getAllPermutations, DevtoolsContext, PLUGIN_TITLE_CONTAINER_ID, PLUGIN_CONTAINER_ID, MAX_ACTIVE_PLUGINS, uppercaseFirstLetter } from '../chunk/KKMMZ2TR.js';
1
+ import { usePiPWindow, TANSTACK_DEVTOOLS, keyboardModifiers, getAllPermutations, DevtoolsContext, PLUGIN_TITLE_CONTAINER_ID, PLUGIN_CONTAINER_ID, MAX_ACTIVE_PLUGINS, uppercaseFirstLetter } from '../chunk/ULTYUGME.js';
2
2
  import { createComponent, Portal, ssr, ssrAttribute, escape, ssrStyle } from 'solid-js/web';
3
3
  import { createContext, createSignal, createEffect, onCleanup, Show, createMemo, For, useContext, onMount } from 'solid-js';
4
4
  import { createShortcut, useKeyDownList } from '@solid-primitives/keyboard';
package/dist/index.d.ts CHANGED
@@ -59,7 +59,7 @@ type DevtoolsStore = {
59
59
  openHotkey: Array<KeyboardKey>;
60
60
  /**
61
61
  * The hotkey to open the source inspector
62
- * @default ["Shift", "CtrlOrMeta"]
62
+ * @default ["Shift", "Alt", "CtrlOrMeta"]
63
63
  */
64
64
  inspectHotkey: Array<KeyboardKey>;
65
65
  /**
package/dist/index.js CHANGED
@@ -1,5 +1,5 @@
1
- import { initialState, DevtoolsProvider, PiPProvider } from './chunk/KKMMZ2TR.js';
2
- export { PLUGIN_CONTAINER_ID, PLUGIN_TITLE_CONTAINER_ID } from './chunk/KKMMZ2TR.js';
1
+ import { initialState, DevtoolsProvider, PiPProvider } from './chunk/ULTYUGME.js';
2
+ export { PLUGIN_CONTAINER_ID, PLUGIN_TITLE_CONTAINER_ID } from './chunk/ULTYUGME.js';
3
3
  import { render, createComponent, Portal } from 'solid-js/web';
4
4
  import { lazy } from 'solid-js';
5
5
  import { ClientEventBus } from '@tanstack/devtools-event-bus/client';
@@ -30,7 +30,7 @@ var TanStackDevtoolsCore = class {
30
30
  const mountTo = el;
31
31
  const dispose = render(() => {
32
32
  const _self$ = this;
33
- this.#Component = lazy(() => import('./devtools/MLU6VAGA.js'));
33
+ this.#Component = lazy(() => import('./devtools/BX2FS55Z.js'));
34
34
  const Devtools = this.#Component;
35
35
  this.#eventBus = new ClientEventBus(this.#eventBusConfig);
36
36
  this.#eventBus.start();
package/dist/server.js CHANGED
@@ -1,5 +1,5 @@
1
- import { initialState } from './chunk/KKMMZ2TR.js';
2
- export { PLUGIN_CONTAINER_ID, PLUGIN_TITLE_CONTAINER_ID } from './chunk/KKMMZ2TR.js';
1
+ import { initialState } from './chunk/ULTYUGME.js';
2
+ export { PLUGIN_CONTAINER_ID, PLUGIN_TITLE_CONTAINER_ID } from './chunk/ULTYUGME.js';
3
3
  import 'solid-js/web';
4
4
  import 'solid-js';
5
5
  import '@tanstack/devtools-event-bus/client';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tanstack/devtools",
3
- "version": "0.10.7",
3
+ "version": "0.10.8",
4
4
  "description": "TanStack Devtools is a set of tools for building advanced devtools for your application.",
5
5
  "author": "Tanner Linsley",
6
6
  "license": "MIT",
@@ -54,7 +54,7 @@ export type DevtoolsStore = {
54
54
  openHotkey: Array<KeyboardKey>
55
55
  /**
56
56
  * The hotkey to open the source inspector
57
- * @default ["Shift", "CtrlOrMeta"]
57
+ * @default ["Shift", "Alt", "CtrlOrMeta"]
58
58
  */
59
59
  inspectHotkey: Array<KeyboardKey>
60
60
  /**
@@ -100,7 +100,7 @@ export const initialState: DevtoolsStore = {
100
100
  position: 'bottom-right',
101
101
  panelLocation: 'bottom',
102
102
  openHotkey: ['Control', '~'],
103
- inspectHotkey: ['Shift', 'CtrlOrMeta'],
103
+ inspectHotkey: ['Shift', 'Alt', 'CtrlOrMeta'],
104
104
  requireUrlFlag: false,
105
105
  urlFlag: 'tanstack-devtools',
106
106
  theme: