@tanstack/devtools 0.10.6 → 0.10.7

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/dist/dev.js CHANGED
@@ -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/WI3NLQMI.js'));
33
+ this.#Component = lazy(() => import('./devtools/MLU6VAGA.js'));
34
34
  const Devtools = this.#Component;
35
35
  this.#eventBus = new ClientEventBus(this.#eventBusConfig);
36
36
  this.#eventBus.start();
@@ -902,6 +902,9 @@ var stylesFactory = (theme) => {
902
902
  background-color: transparent;
903
903
  color: ${colors.gray[300]};
904
904
  }
905
+ & > svg {
906
+ flex-shrink: 0;
907
+ }
905
908
  `,
906
909
  tabContent: css2`
907
910
  transition: all 0.2s ease-in-out;
@@ -902,6 +902,9 @@ var stylesFactory = (theme) => {
902
902
  background-color: transparent;
903
903
  color: ${colors.gray[300]};
904
904
  }
905
+ & > svg {
906
+ flex-shrink: 0;
907
+ }
905
908
  `,
906
909
  tabContent: css2`
907
910
  transition: all 0.2s ease-in-out;
package/dist/index.js CHANGED
@@ -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/WI3NLQMI.js'));
33
+ this.#Component = lazy(() => import('./devtools/MLU6VAGA.js'));
34
34
  const Devtools = this.#Component;
35
35
  this.#eventBus = new ClientEventBus(this.#eventBusConfig);
36
36
  this.#eventBus.start();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tanstack/devtools",
3
- "version": "0.10.6",
3
+ "version": "0.10.7",
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",
@@ -423,6 +423,9 @@ const stylesFactory = (theme: DevtoolsStore['settings']['theme']) => {
423
423
  background-color: transparent;
424
424
  color: ${colors.gray[300]};
425
425
  }
426
+ & > svg {
427
+ flex-shrink: 0;
428
+ }
426
429
  `,
427
430
  tabContent: css`
428
431
  transition: all 0.2s ease-in-out;