@tanstack/devtools 0.9.2 → 0.10.1

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.
@@ -172,7 +172,7 @@ var initialState = {
172
172
  hideUntilHover: false,
173
173
  position: "bottom-right",
174
174
  panelLocation: "bottom",
175
- openHotkey: ["Shift", "A"],
175
+ openHotkey: ["Control", "~"],
176
176
  inspectHotkey: ["Shift", "CtrlOrMeta"],
177
177
  requireUrlFlag: false,
178
178
  urlFlag: "tanstack-devtools",
package/dist/dev.js CHANGED
@@ -1,5 +1,5 @@
1
- import { initialState, DevtoolsProvider, PiPProvider } from './chunk/YGJWPK3G.js';
2
- export { PLUGIN_CONTAINER_ID, PLUGIN_TITLE_CONTAINER_ID } from './chunk/YGJWPK3G.js';
1
+ import { initialState, DevtoolsProvider, PiPProvider } from './chunk/YPBMQIC3.js';
2
+ export { PLUGIN_CONTAINER_ID, PLUGIN_TITLE_CONTAINER_ID } from './chunk/YPBMQIC3.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/Q4UBGHTH.js'));
33
+ this.#Component = lazy(() => import('./devtools/2YO4AD7X.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/YGJWPK3G.js';
1
+ import { usePiPWindow, TANSTACK_DEVTOOLS, keyboardModifiers, getAllPermutations, DevtoolsContext, PLUGIN_TITLE_CONTAINER_ID, PLUGIN_CONTAINER_ID, MAX_ACTIVE_PLUGINS, uppercaseFirstLetter } from '../chunk/YPBMQIC3.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/YGJWPK3G.js';
1
+ import { usePiPWindow, TANSTACK_DEVTOOLS, keyboardModifiers, getAllPermutations, DevtoolsContext, PLUGIN_TITLE_CONTAINER_ID, PLUGIN_CONTAINER_ID, MAX_ACTIVE_PLUGINS, uppercaseFirstLetter } from '../chunk/YPBMQIC3.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
@@ -54,7 +54,7 @@ type DevtoolsStore = {
54
54
  panelLocation: 'top' | 'bottom';
55
55
  /**
56
56
  * The hotkey to open the dev tools
57
- * @default ["Shift", "A"]
57
+ * @default ["Control", "~"]
58
58
  */
59
59
  openHotkey: Array<KeyboardKey>;
60
60
  /**
package/dist/index.js CHANGED
@@ -1,5 +1,5 @@
1
- import { initialState, DevtoolsProvider, PiPProvider } from './chunk/YGJWPK3G.js';
2
- export { PLUGIN_CONTAINER_ID, PLUGIN_TITLE_CONTAINER_ID } from './chunk/YGJWPK3G.js';
1
+ import { initialState, DevtoolsProvider, PiPProvider } from './chunk/YPBMQIC3.js';
2
+ export { PLUGIN_CONTAINER_ID, PLUGIN_TITLE_CONTAINER_ID } from './chunk/YPBMQIC3.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/Q4UBGHTH.js'));
33
+ this.#Component = lazy(() => import('./devtools/2YO4AD7X.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/YGJWPK3G.js';
2
- export { PLUGIN_CONTAINER_ID, PLUGIN_TITLE_CONTAINER_ID } from './chunk/YGJWPK3G.js';
1
+ import { initialState } from './chunk/YPBMQIC3.js';
2
+ export { PLUGIN_CONTAINER_ID, PLUGIN_TITLE_CONTAINER_ID } from './chunk/YPBMQIC3.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.9.2",
3
+ "version": "0.10.1",
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",
@@ -56,7 +56,7 @@
56
56
  "goober": "^2.1.16",
57
57
  "solid-js": "^1.9.9",
58
58
  "@tanstack/devtools-client": "0.0.5",
59
- "@tanstack/devtools-event-bus": "0.3.3",
59
+ "@tanstack/devtools-event-bus": "0.4.0",
60
60
  "@tanstack/devtools-ui": "0.4.4"
61
61
  },
62
62
  "peerDependencies": {
@@ -49,7 +49,7 @@ export type DevtoolsStore = {
49
49
  panelLocation: 'top' | 'bottom'
50
50
  /**
51
51
  * The hotkey to open the dev tools
52
- * @default ["Shift", "A"]
52
+ * @default ["Control", "~"]
53
53
  */
54
54
  openHotkey: Array<KeyboardKey>
55
55
  /**
@@ -99,7 +99,7 @@ export const initialState: DevtoolsStore = {
99
99
  hideUntilHover: false,
100
100
  position: 'bottom-right',
101
101
  panelLocation: 'bottom',
102
- openHotkey: ['Shift', 'A'],
102
+ openHotkey: ['Control', '~'],
103
103
  inspectHotkey: ['Shift', 'CtrlOrMeta'],
104
104
  requireUrlFlag: false,
105
105
  urlFlag: 'tanstack-devtools',