@tanstack/query-devtools 5.21.3 → 5.21.5

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.
@@ -9359,7 +9359,8 @@ var stylesFactory = (theme) => {
9359
9359
  entry: u`
9360
9360
  & * {
9361
9361
  font-size: ${font.size.xs};
9362
- font-family: 'Menlo', 'Fira Code', monospace;
9362
+ font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
9363
+ 'Liberation Mono', 'Courier New', monospace;
9363
9364
  }
9364
9365
  position: relative;
9365
9366
  outline: none;
@@ -9485,7 +9486,7 @@ var darkStyles = stylesFactory("dark");
9485
9486
  delegateEvents(["click"]);
9486
9487
 
9487
9488
  // src/Devtools.tsx
9488
- var _tmpl$24 = /* @__PURE__ */ template(`<div><div aria-hidden=true></div><button aria-label="Open Tanstack query devtools">`);
9489
+ var _tmpl$24 = /* @__PURE__ */ template(`<div><div aria-hidden=true></div><button aria-label="Open Tanstack query devtools"class=tsqd-open-btn>`);
9489
9490
  var _tmpl$25 = /* @__PURE__ */ template(`<div>`);
9490
9491
  var _tmpl$33 = /* @__PURE__ */ template(`<aside aria-label="Tanstack query devtools"><div></div><button aria-label="Close tanstack query devtools">`);
9491
9492
  var _tmpl$43 = /* @__PURE__ */ template(`<select name=tsqd-queries-filter-sort>`);
@@ -9629,7 +9630,7 @@ var Devtools = (props) => {
9629
9630
  insert(_el$3, createComponent(TanstackLogo, {}));
9630
9631
  _el$4.$$click = () => props.setLocalStore("open", "true");
9631
9632
  insert(_el$4, createComponent(TanstackLogo, {}));
9632
- createRenderEffect(() => className(_el$2, clsx(styles().devtoolsBtn, styles()[`devtoolsBtn-position-${buttonPosition()}`])));
9633
+ createRenderEffect(() => className(_el$2, clsx(styles().devtoolsBtn, styles()[`devtoolsBtn-position-${buttonPosition()}`], "tsqd-open-btn-container")));
9633
9634
  return _el$2;
9634
9635
  }
9635
9636
  });
@@ -11421,7 +11422,7 @@ var stylesFactory2 = (theme) => {
11421
11422
  display: flex;
11422
11423
  flex-direction: column;
11423
11424
  & * {
11424
- font-family: 'Inter', sans-serif;
11425
+ font-family: ui-sans-serif, Inter, system-ui, sans-serif, sans-serif;
11425
11426
  }
11426
11427
  `,
11427
11428
  dragHandle: u`
@@ -11786,7 +11787,8 @@ var stylesFactory2 = (theme) => {
11786
11787
  min-height: ${tokens.size[6]};
11787
11788
  flex: 1;
11788
11789
  padding: ${tokens.size[1]} ${tokens.size[2]};
11789
- font-family: 'Menlo', 'Fira Code', monospace;
11790
+ font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
11791
+ 'Liberation Mono', 'Courier New', monospace;
11790
11792
  border-bottom: 1px solid ${t2(colors.gray[300], colors.darkGray[400])};
11791
11793
  text-align: left;
11792
11794
  text-overflow: clip;
@@ -11811,7 +11813,7 @@ var stylesFactory2 = (theme) => {
11811
11813
  flex: 1 1 700px;
11812
11814
  background-color: ${t2(colors.gray[50], colors.darkGray[700])};
11813
11815
  color: ${t2(colors.gray[700], colors.gray[300])};
11814
- font-family: 'Inter', sans-serif;
11816
+ font-family: ui-sans-serif, Inter, system-ui, sans-serif, sans-serif;
11815
11817
  display: flex;
11816
11818
  flex-direction: column;
11817
11819
  overflow-y: auto;
@@ -11819,7 +11821,7 @@ var stylesFactory2 = (theme) => {
11819
11821
  text-align: left;
11820
11822
  `,
11821
11823
  detailsHeader: u`
11822
- font-family: 'Inter', sans-serif;
11824
+ font-family: ui-sans-serif, Inter, system-ui, sans-serif, sans-serif;
11823
11825
  position: sticky;
11824
11826
  top: 0;
11825
11827
  z-index: 2;
@@ -11851,7 +11853,8 @@ var stylesFactory2 = (theme) => {
11851
11853
  }
11852
11854
 
11853
11855
  & code {
11854
- font-family: 'Menlo', 'Fira Code', monospace;
11856
+ font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
11857
+ 'Liberation Mono', 'Courier New', monospace;
11855
11858
  margin: 0;
11856
11859
  font-size: ${font.size.xs};
11857
11860
  line-height: ${font.lineHeight.xs};
@@ -11876,7 +11879,7 @@ var stylesFactory2 = (theme) => {
11876
11879
  gap: ${tokens.size[2]};
11877
11880
  padding: 0px ${tokens.size[2]};
11878
11881
  & > button {
11879
- font-family: 'Inter', sans-serif;
11882
+ font-family: ui-sans-serif, Inter, system-ui, sans-serif, sans-serif;
11880
11883
  font-size: ${font.size.xs};
11881
11884
  padding: ${tokens.size[1]} ${tokens.size[2]};
11882
11885
  display: flex;
@@ -11961,7 +11964,7 @@ var stylesFactory2 = (theme) => {
11961
11964
  settingsMenu: u`
11962
11965
  display: flex;
11963
11966
  & * {
11964
- font-family: 'Inter', sans-serif;
11967
+ font-family: ui-sans-serif, Inter, system-ui, sans-serif, sans-serif;
11965
11968
  }
11966
11969
  flex-direction: column;
11967
11970
  gap: ${size2[0.5]};
@@ -10290,7 +10290,8 @@ var stylesFactory = (theme) => {
10290
10290
  entry: u`
10291
10291
  & * {
10292
10292
  font-size: ${font.size.xs};
10293
- font-family: 'Menlo', 'Fira Code', monospace;
10293
+ font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
10294
+ 'Liberation Mono', 'Courier New', monospace;
10294
10295
  }
10295
10296
  position: relative;
10296
10297
  outline: none;
@@ -10529,13 +10530,15 @@ var Devtools = (props) => {
10529
10530
  <TransitionGroup name="tsqd-button-transition"><Show when={!isOpen()}><div
10530
10531
  class={clsx(
10531
10532
  styles().devtoolsBtn,
10532
- styles()[`devtoolsBtn-position-${buttonPosition()}`]
10533
+ styles()[`devtoolsBtn-position-${buttonPosition()}`],
10534
+ "tsqd-open-btn-container"
10533
10535
  )}
10534
10536
  >
10535
10537
  <div aria-hidden="true"><TanstackLogo /></div>
10536
10538
  <button
10537
10539
  aria-label="Open Tanstack query devtools"
10538
10540
  onClick={() => props.setLocalStore("open", "true")}
10541
+ class="tsqd-open-btn"
10539
10542
  ><TanstackLogo /></button>
10540
10543
  </div></Show></TransitionGroup>
10541
10544
  </div>;
@@ -12231,7 +12234,7 @@ var stylesFactory2 = (theme) => {
12231
12234
  display: flex;
12232
12235
  flex-direction: column;
12233
12236
  & * {
12234
- font-family: 'Inter', sans-serif;
12237
+ font-family: ui-sans-serif, Inter, system-ui, sans-serif, sans-serif;
12235
12238
  }
12236
12239
  `,
12237
12240
  dragHandle: u`
@@ -12596,7 +12599,8 @@ var stylesFactory2 = (theme) => {
12596
12599
  min-height: ${tokens.size[6]};
12597
12600
  flex: 1;
12598
12601
  padding: ${tokens.size[1]} ${tokens.size[2]};
12599
- font-family: 'Menlo', 'Fira Code', monospace;
12602
+ font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
12603
+ 'Liberation Mono', 'Courier New', monospace;
12600
12604
  border-bottom: 1px solid ${t2(colors.gray[300], colors.darkGray[400])};
12601
12605
  text-align: left;
12602
12606
  text-overflow: clip;
@@ -12621,7 +12625,7 @@ var stylesFactory2 = (theme) => {
12621
12625
  flex: 1 1 700px;
12622
12626
  background-color: ${t2(colors.gray[50], colors.darkGray[700])};
12623
12627
  color: ${t2(colors.gray[700], colors.gray[300])};
12624
- font-family: 'Inter', sans-serif;
12628
+ font-family: ui-sans-serif, Inter, system-ui, sans-serif, sans-serif;
12625
12629
  display: flex;
12626
12630
  flex-direction: column;
12627
12631
  overflow-y: auto;
@@ -12629,7 +12633,7 @@ var stylesFactory2 = (theme) => {
12629
12633
  text-align: left;
12630
12634
  `,
12631
12635
  detailsHeader: u`
12632
- font-family: 'Inter', sans-serif;
12636
+ font-family: ui-sans-serif, Inter, system-ui, sans-serif, sans-serif;
12633
12637
  position: sticky;
12634
12638
  top: 0;
12635
12639
  z-index: 2;
@@ -12661,7 +12665,8 @@ var stylesFactory2 = (theme) => {
12661
12665
  }
12662
12666
 
12663
12667
  & code {
12664
- font-family: 'Menlo', 'Fira Code', monospace;
12668
+ font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
12669
+ 'Liberation Mono', 'Courier New', monospace;
12665
12670
  margin: 0;
12666
12671
  font-size: ${font.size.xs};
12667
12672
  line-height: ${font.lineHeight.xs};
@@ -12686,7 +12691,7 @@ var stylesFactory2 = (theme) => {
12686
12691
  gap: ${tokens.size[2]};
12687
12692
  padding: 0px ${tokens.size[2]};
12688
12693
  & > button {
12689
- font-family: 'Inter', sans-serif;
12694
+ font-family: ui-sans-serif, Inter, system-ui, sans-serif, sans-serif;
12690
12695
  font-size: ${font.size.xs};
12691
12696
  padding: ${tokens.size[1]} ${tokens.size[2]};
12692
12697
  display: flex;
@@ -12771,7 +12776,7 @@ var stylesFactory2 = (theme) => {
12771
12776
  settingsMenu: u`
12772
12777
  display: flex;
12773
12778
  & * {
12774
- font-family: 'Inter', sans-serif;
12779
+ font-family: ui-sans-serif, Inter, system-ui, sans-serif, sans-serif;
12775
12780
  }
12776
12781
  flex-direction: column;
12777
12782
  gap: ${size2[0.5]};
@@ -9360,7 +9360,8 @@ var stylesFactory = (theme) => {
9360
9360
  entry: u`
9361
9361
  & * {
9362
9362
  font-size: ${font.size.xs};
9363
- font-family: 'Menlo', 'Fira Code', monospace;
9363
+ font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
9364
+ 'Liberation Mono', 'Courier New', monospace;
9364
9365
  }
9365
9366
  position: relative;
9366
9367
  outline: none;
@@ -9486,7 +9487,7 @@ var darkStyles = stylesFactory("dark");
9486
9487
  delegateEvents(["click"]);
9487
9488
 
9488
9489
  // src/Devtools.tsx
9489
- var _tmpl$24 = /* @__PURE__ */ template(`<div><div aria-hidden=true></div><button aria-label="Open Tanstack query devtools">`);
9490
+ var _tmpl$24 = /* @__PURE__ */ template(`<div><div aria-hidden=true></div><button aria-label="Open Tanstack query devtools"class=tsqd-open-btn>`);
9490
9491
  var _tmpl$25 = /* @__PURE__ */ template(`<div>`);
9491
9492
  var _tmpl$33 = /* @__PURE__ */ template(`<aside aria-label="Tanstack query devtools"><div></div><button aria-label="Close tanstack query devtools">`);
9492
9493
  var _tmpl$43 = /* @__PURE__ */ template(`<select name=tsqd-queries-filter-sort>`);
@@ -9630,7 +9631,7 @@ var Devtools = (props) => {
9630
9631
  insert(_el$3, createComponent(TanstackLogo, {}));
9631
9632
  _el$4.$$click = () => props.setLocalStore("open", "true");
9632
9633
  insert(_el$4, createComponent(TanstackLogo, {}));
9633
- createRenderEffect(() => className(_el$2, clsx(styles().devtoolsBtn, styles()[`devtoolsBtn-position-${buttonPosition()}`])));
9634
+ createRenderEffect(() => className(_el$2, clsx(styles().devtoolsBtn, styles()[`devtoolsBtn-position-${buttonPosition()}`], "tsqd-open-btn-container")));
9634
9635
  return _el$2;
9635
9636
  }
9636
9637
  });
@@ -11422,7 +11423,7 @@ var stylesFactory2 = (theme) => {
11422
11423
  display: flex;
11423
11424
  flex-direction: column;
11424
11425
  & * {
11425
- font-family: 'Inter', sans-serif;
11426
+ font-family: ui-sans-serif, Inter, system-ui, sans-serif, sans-serif;
11426
11427
  }
11427
11428
  `,
11428
11429
  dragHandle: u`
@@ -11787,7 +11788,8 @@ var stylesFactory2 = (theme) => {
11787
11788
  min-height: ${tokens.size[6]};
11788
11789
  flex: 1;
11789
11790
  padding: ${tokens.size[1]} ${tokens.size[2]};
11790
- font-family: 'Menlo', 'Fira Code', monospace;
11791
+ font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
11792
+ 'Liberation Mono', 'Courier New', monospace;
11791
11793
  border-bottom: 1px solid ${t2(colors.gray[300], colors.darkGray[400])};
11792
11794
  text-align: left;
11793
11795
  text-overflow: clip;
@@ -11812,7 +11814,7 @@ var stylesFactory2 = (theme) => {
11812
11814
  flex: 1 1 700px;
11813
11815
  background-color: ${t2(colors.gray[50], colors.darkGray[700])};
11814
11816
  color: ${t2(colors.gray[700], colors.gray[300])};
11815
- font-family: 'Inter', sans-serif;
11817
+ font-family: ui-sans-serif, Inter, system-ui, sans-serif, sans-serif;
11816
11818
  display: flex;
11817
11819
  flex-direction: column;
11818
11820
  overflow-y: auto;
@@ -11820,7 +11822,7 @@ var stylesFactory2 = (theme) => {
11820
11822
  text-align: left;
11821
11823
  `,
11822
11824
  detailsHeader: u`
11823
- font-family: 'Inter', sans-serif;
11825
+ font-family: ui-sans-serif, Inter, system-ui, sans-serif, sans-serif;
11824
11826
  position: sticky;
11825
11827
  top: 0;
11826
11828
  z-index: 2;
@@ -11852,7 +11854,8 @@ var stylesFactory2 = (theme) => {
11852
11854
  }
11853
11855
 
11854
11856
  & code {
11855
- font-family: 'Menlo', 'Fira Code', monospace;
11857
+ font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
11858
+ 'Liberation Mono', 'Courier New', monospace;
11856
11859
  margin: 0;
11857
11860
  font-size: ${font.size.xs};
11858
11861
  line-height: ${font.lineHeight.xs};
@@ -11877,7 +11880,7 @@ var stylesFactory2 = (theme) => {
11877
11880
  gap: ${tokens.size[2]};
11878
11881
  padding: 0px ${tokens.size[2]};
11879
11882
  & > button {
11880
- font-family: 'Inter', sans-serif;
11883
+ font-family: ui-sans-serif, Inter, system-ui, sans-serif, sans-serif;
11881
11884
  font-size: ${font.size.xs};
11882
11885
  padding: ${tokens.size[1]} ${tokens.size[2]};
11883
11886
  display: flex;
@@ -11962,7 +11965,7 @@ var stylesFactory2 = (theme) => {
11962
11965
  settingsMenu: u`
11963
11966
  display: flex;
11964
11967
  & * {
11965
- font-family: 'Inter', sans-serif;
11968
+ font-family: ui-sans-serif, Inter, system-ui, sans-serif, sans-serif;
11966
11969
  }
11967
11970
  flex-direction: column;
11968
11971
  gap: ${size2[0.5]};
@@ -10291,7 +10291,8 @@ var stylesFactory = (theme) => {
10291
10291
  entry: u`
10292
10292
  & * {
10293
10293
  font-size: ${font.size.xs};
10294
- font-family: 'Menlo', 'Fira Code', monospace;
10294
+ font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
10295
+ 'Liberation Mono', 'Courier New', monospace;
10295
10296
  }
10296
10297
  position: relative;
10297
10298
  outline: none;
@@ -10530,13 +10531,15 @@ var Devtools = (props) => {
10530
10531
  <TransitionGroup name="tsqd-button-transition"><Show when={!isOpen()}><div
10531
10532
  class={clsx(
10532
10533
  styles().devtoolsBtn,
10533
- styles()[`devtoolsBtn-position-${buttonPosition()}`]
10534
+ styles()[`devtoolsBtn-position-${buttonPosition()}`],
10535
+ "tsqd-open-btn-container"
10534
10536
  )}
10535
10537
  >
10536
10538
  <div aria-hidden="true"><TanstackLogo /></div>
10537
10539
  <button
10538
10540
  aria-label="Open Tanstack query devtools"
10539
10541
  onClick={() => props.setLocalStore("open", "true")}
10542
+ class="tsqd-open-btn"
10540
10543
  ><TanstackLogo /></button>
10541
10544
  </div></Show></TransitionGroup>
10542
10545
  </div>;
@@ -12232,7 +12235,7 @@ var stylesFactory2 = (theme) => {
12232
12235
  display: flex;
12233
12236
  flex-direction: column;
12234
12237
  & * {
12235
- font-family: 'Inter', sans-serif;
12238
+ font-family: ui-sans-serif, Inter, system-ui, sans-serif, sans-serif;
12236
12239
  }
12237
12240
  `,
12238
12241
  dragHandle: u`
@@ -12597,7 +12600,8 @@ var stylesFactory2 = (theme) => {
12597
12600
  min-height: ${tokens.size[6]};
12598
12601
  flex: 1;
12599
12602
  padding: ${tokens.size[1]} ${tokens.size[2]};
12600
- font-family: 'Menlo', 'Fira Code', monospace;
12603
+ font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
12604
+ 'Liberation Mono', 'Courier New', monospace;
12601
12605
  border-bottom: 1px solid ${t2(colors.gray[300], colors.darkGray[400])};
12602
12606
  text-align: left;
12603
12607
  text-overflow: clip;
@@ -12622,7 +12626,7 @@ var stylesFactory2 = (theme) => {
12622
12626
  flex: 1 1 700px;
12623
12627
  background-color: ${t2(colors.gray[50], colors.darkGray[700])};
12624
12628
  color: ${t2(colors.gray[700], colors.gray[300])};
12625
- font-family: 'Inter', sans-serif;
12629
+ font-family: ui-sans-serif, Inter, system-ui, sans-serif, sans-serif;
12626
12630
  display: flex;
12627
12631
  flex-direction: column;
12628
12632
  overflow-y: auto;
@@ -12630,7 +12634,7 @@ var stylesFactory2 = (theme) => {
12630
12634
  text-align: left;
12631
12635
  `,
12632
12636
  detailsHeader: u`
12633
- font-family: 'Inter', sans-serif;
12637
+ font-family: ui-sans-serif, Inter, system-ui, sans-serif, sans-serif;
12634
12638
  position: sticky;
12635
12639
  top: 0;
12636
12640
  z-index: 2;
@@ -12662,7 +12666,8 @@ var stylesFactory2 = (theme) => {
12662
12666
  }
12663
12667
 
12664
12668
  & code {
12665
- font-family: 'Menlo', 'Fira Code', monospace;
12669
+ font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
12670
+ 'Liberation Mono', 'Courier New', monospace;
12666
12671
  margin: 0;
12667
12672
  font-size: ${font.size.xs};
12668
12673
  line-height: ${font.lineHeight.xs};
@@ -12687,7 +12692,7 @@ var stylesFactory2 = (theme) => {
12687
12692
  gap: ${tokens.size[2]};
12688
12693
  padding: 0px ${tokens.size[2]};
12689
12694
  & > button {
12690
- font-family: 'Inter', sans-serif;
12695
+ font-family: ui-sans-serif, Inter, system-ui, sans-serif, sans-serif;
12691
12696
  font-size: ${font.size.xs};
12692
12697
  padding: ${tokens.size[1]} ${tokens.size[2]};
12693
12698
  display: flex;
@@ -12772,7 +12777,7 @@ var stylesFactory2 = (theme) => {
12772
12777
  settingsMenu: u`
12773
12778
  display: flex;
12774
12779
  & * {
12775
- font-family: 'Inter', sans-serif;
12780
+ font-family: ui-sans-serif, Inter, system-ui, sans-serif, sans-serif;
12776
12781
  }
12777
12782
  flex-direction: column;
12778
12783
  gap: ${size2[0.5]};
package/build/dev.cjs CHANGED
@@ -12743,7 +12743,8 @@ var init_Explorer = __esm({
12743
12743
  entry: u`
12744
12744
  & * {
12745
12745
  font-size: ${font.size.xs};
12746
- font-family: 'Menlo', 'Fira Code', monospace;
12746
+ font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
12747
+ 'Liberation Mono', 'Courier New', monospace;
12747
12748
  }
12748
12749
  position: relative;
12749
12750
  outline: none;
@@ -12903,7 +12904,7 @@ var init_Devtools = __esm({
12903
12904
  init_icons();
12904
12905
  init_Explorer();
12905
12906
  init_Context();
12906
- _tmpl$24 = /* @__PURE__ */ template(`<div><div aria-hidden=true></div><button aria-label="Open Tanstack query devtools">`);
12907
+ _tmpl$24 = /* @__PURE__ */ template(`<div><div aria-hidden=true></div><button aria-label="Open Tanstack query devtools"class=tsqd-open-btn>`);
12907
12908
  _tmpl$25 = /* @__PURE__ */ template(`<div>`);
12908
12909
  _tmpl$33 = /* @__PURE__ */ template(`<aside aria-label="Tanstack query devtools"><div></div><button aria-label="Close tanstack query devtools">`);
12909
12910
  _tmpl$43 = /* @__PURE__ */ template(`<select name=tsqd-queries-filter-sort>`);
@@ -13047,7 +13048,7 @@ var init_Devtools = __esm({
13047
13048
  insert(_el$3, createComponent(TanstackLogo, {}));
13048
13049
  _el$4.$$click = () => props.setLocalStore("open", "true");
13049
13050
  insert(_el$4, createComponent(TanstackLogo, {}));
13050
- createRenderEffect(() => className(_el$2, clsx(styles().devtoolsBtn, styles()[`devtoolsBtn-position-${buttonPosition()}`])));
13051
+ createRenderEffect(() => className(_el$2, clsx(styles().devtoolsBtn, styles()[`devtoolsBtn-position-${buttonPosition()}`], "tsqd-open-btn-container")));
13051
13052
  return _el$2;
13052
13053
  }
13053
13054
  });
@@ -14839,7 +14840,7 @@ var init_Devtools = __esm({
14839
14840
  display: flex;
14840
14841
  flex-direction: column;
14841
14842
  & * {
14842
- font-family: 'Inter', sans-serif;
14843
+ font-family: ui-sans-serif, Inter, system-ui, sans-serif, sans-serif;
14843
14844
  }
14844
14845
  `,
14845
14846
  dragHandle: u`
@@ -15204,7 +15205,8 @@ var init_Devtools = __esm({
15204
15205
  min-height: ${tokens.size[6]};
15205
15206
  flex: 1;
15206
15207
  padding: ${tokens.size[1]} ${tokens.size[2]};
15207
- font-family: 'Menlo', 'Fira Code', monospace;
15208
+ font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
15209
+ 'Liberation Mono', 'Courier New', monospace;
15208
15210
  border-bottom: 1px solid ${t2(colors.gray[300], colors.darkGray[400])};
15209
15211
  text-align: left;
15210
15212
  text-overflow: clip;
@@ -15229,7 +15231,7 @@ var init_Devtools = __esm({
15229
15231
  flex: 1 1 700px;
15230
15232
  background-color: ${t2(colors.gray[50], colors.darkGray[700])};
15231
15233
  color: ${t2(colors.gray[700], colors.gray[300])};
15232
- font-family: 'Inter', sans-serif;
15234
+ font-family: ui-sans-serif, Inter, system-ui, sans-serif, sans-serif;
15233
15235
  display: flex;
15234
15236
  flex-direction: column;
15235
15237
  overflow-y: auto;
@@ -15237,7 +15239,7 @@ var init_Devtools = __esm({
15237
15239
  text-align: left;
15238
15240
  `,
15239
15241
  detailsHeader: u`
15240
- font-family: 'Inter', sans-serif;
15242
+ font-family: ui-sans-serif, Inter, system-ui, sans-serif, sans-serif;
15241
15243
  position: sticky;
15242
15244
  top: 0;
15243
15245
  z-index: 2;
@@ -15269,7 +15271,8 @@ var init_Devtools = __esm({
15269
15271
  }
15270
15272
 
15271
15273
  & code {
15272
- font-family: 'Menlo', 'Fira Code', monospace;
15274
+ font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
15275
+ 'Liberation Mono', 'Courier New', monospace;
15273
15276
  margin: 0;
15274
15277
  font-size: ${font.size.xs};
15275
15278
  line-height: ${font.lineHeight.xs};
@@ -15294,7 +15297,7 @@ var init_Devtools = __esm({
15294
15297
  gap: ${tokens.size[2]};
15295
15298
  padding: 0px ${tokens.size[2]};
15296
15299
  & > button {
15297
- font-family: 'Inter', sans-serif;
15300
+ font-family: ui-sans-serif, Inter, system-ui, sans-serif, sans-serif;
15298
15301
  font-size: ${font.size.xs};
15299
15302
  padding: ${tokens.size[1]} ${tokens.size[2]};
15300
15303
  display: flex;
@@ -15379,7 +15382,7 @@ var init_Devtools = __esm({
15379
15382
  settingsMenu: u`
15380
15383
  display: flex;
15381
15384
  & * {
15382
- font-family: 'Inter', sans-serif;
15385
+ font-family: ui-sans-serif, Inter, system-ui, sans-serif, sans-serif;
15383
15386
  }
15384
15387
  flex-direction: column;
15385
15388
  gap: ${size2[0.5]};
package/build/dev.js CHANGED
@@ -66,7 +66,7 @@ var TanstackQueryDevtools = class {
66
66
  if (this.#Component) {
67
67
  Devtools = this.#Component;
68
68
  } else {
69
- Devtools = lazy(() => import('./Devtools/PZY6I5TR.js'));
69
+ Devtools = lazy(() => import('./Devtools/OWP7E64P.js'));
70
70
  this.#Component = Devtools;
71
71
  }
72
72
  setupStyleSheet(this.#styleNonce);
package/build/dev.jsx CHANGED
@@ -70,7 +70,7 @@ var TanstackQueryDevtools = class {
70
70
  if (this.#Component) {
71
71
  Devtools = this.#Component;
72
72
  } else {
73
- Devtools = lazy(() => import("./Devtools/Z62CHOQ7.jsx"));
73
+ Devtools = lazy(() => import("./Devtools/TETPQZKA.jsx"));
74
74
  this.#Component = Devtools;
75
75
  }
76
76
  setupStyleSheet(this.#styleNonce);
package/build/index.cjs CHANGED
@@ -12741,7 +12741,8 @@ var init_Explorer = __esm({
12741
12741
  entry: u`
12742
12742
  & * {
12743
12743
  font-size: ${font.size.xs};
12744
- font-family: 'Menlo', 'Fira Code', monospace;
12744
+ font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
12745
+ 'Liberation Mono', 'Courier New', monospace;
12745
12746
  }
12746
12747
  position: relative;
12747
12748
  outline: none;
@@ -12901,7 +12902,7 @@ var init_Devtools = __esm({
12901
12902
  init_icons();
12902
12903
  init_Explorer();
12903
12904
  init_Context();
12904
- _tmpl$24 = /* @__PURE__ */ template(`<div><div aria-hidden=true></div><button aria-label="Open Tanstack query devtools">`);
12905
+ _tmpl$24 = /* @__PURE__ */ template(`<div><div aria-hidden=true></div><button aria-label="Open Tanstack query devtools"class=tsqd-open-btn>`);
12905
12906
  _tmpl$25 = /* @__PURE__ */ template(`<div>`);
12906
12907
  _tmpl$33 = /* @__PURE__ */ template(`<aside aria-label="Tanstack query devtools"><div></div><button aria-label="Close tanstack query devtools">`);
12907
12908
  _tmpl$43 = /* @__PURE__ */ template(`<select name=tsqd-queries-filter-sort>`);
@@ -13045,7 +13046,7 @@ var init_Devtools = __esm({
13045
13046
  insert(_el$3, createComponent(TanstackLogo, {}));
13046
13047
  _el$4.$$click = () => props.setLocalStore("open", "true");
13047
13048
  insert(_el$4, createComponent(TanstackLogo, {}));
13048
- createRenderEffect(() => className(_el$2, clsx(styles().devtoolsBtn, styles()[`devtoolsBtn-position-${buttonPosition()}`])));
13049
+ createRenderEffect(() => className(_el$2, clsx(styles().devtoolsBtn, styles()[`devtoolsBtn-position-${buttonPosition()}`], "tsqd-open-btn-container")));
13049
13050
  return _el$2;
13050
13051
  }
13051
13052
  });
@@ -14837,7 +14838,7 @@ var init_Devtools = __esm({
14837
14838
  display: flex;
14838
14839
  flex-direction: column;
14839
14840
  & * {
14840
- font-family: 'Inter', sans-serif;
14841
+ font-family: ui-sans-serif, Inter, system-ui, sans-serif, sans-serif;
14841
14842
  }
14842
14843
  `,
14843
14844
  dragHandle: u`
@@ -15202,7 +15203,8 @@ var init_Devtools = __esm({
15202
15203
  min-height: ${tokens.size[6]};
15203
15204
  flex: 1;
15204
15205
  padding: ${tokens.size[1]} ${tokens.size[2]};
15205
- font-family: 'Menlo', 'Fira Code', monospace;
15206
+ font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
15207
+ 'Liberation Mono', 'Courier New', monospace;
15206
15208
  border-bottom: 1px solid ${t2(colors.gray[300], colors.darkGray[400])};
15207
15209
  text-align: left;
15208
15210
  text-overflow: clip;
@@ -15227,7 +15229,7 @@ var init_Devtools = __esm({
15227
15229
  flex: 1 1 700px;
15228
15230
  background-color: ${t2(colors.gray[50], colors.darkGray[700])};
15229
15231
  color: ${t2(colors.gray[700], colors.gray[300])};
15230
- font-family: 'Inter', sans-serif;
15232
+ font-family: ui-sans-serif, Inter, system-ui, sans-serif, sans-serif;
15231
15233
  display: flex;
15232
15234
  flex-direction: column;
15233
15235
  overflow-y: auto;
@@ -15235,7 +15237,7 @@ var init_Devtools = __esm({
15235
15237
  text-align: left;
15236
15238
  `,
15237
15239
  detailsHeader: u`
15238
- font-family: 'Inter', sans-serif;
15240
+ font-family: ui-sans-serif, Inter, system-ui, sans-serif, sans-serif;
15239
15241
  position: sticky;
15240
15242
  top: 0;
15241
15243
  z-index: 2;
@@ -15267,7 +15269,8 @@ var init_Devtools = __esm({
15267
15269
  }
15268
15270
 
15269
15271
  & code {
15270
- font-family: 'Menlo', 'Fira Code', monospace;
15272
+ font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
15273
+ 'Liberation Mono', 'Courier New', monospace;
15271
15274
  margin: 0;
15272
15275
  font-size: ${font.size.xs};
15273
15276
  line-height: ${font.lineHeight.xs};
@@ -15292,7 +15295,7 @@ var init_Devtools = __esm({
15292
15295
  gap: ${tokens.size[2]};
15293
15296
  padding: 0px ${tokens.size[2]};
15294
15297
  & > button {
15295
- font-family: 'Inter', sans-serif;
15298
+ font-family: ui-sans-serif, Inter, system-ui, sans-serif, sans-serif;
15296
15299
  font-size: ${font.size.xs};
15297
15300
  padding: ${tokens.size[1]} ${tokens.size[2]};
15298
15301
  display: flex;
@@ -15377,7 +15380,7 @@ var init_Devtools = __esm({
15377
15380
  settingsMenu: u`
15378
15381
  display: flex;
15379
15382
  & * {
15380
- font-family: 'Inter', sans-serif;
15383
+ font-family: ui-sans-serif, Inter, system-ui, sans-serif, sans-serif;
15381
15384
  }
15382
15385
  flex-direction: column;
15383
15386
  gap: ${size2[0.5]};
package/build/index.js CHANGED
@@ -66,7 +66,7 @@ var TanstackQueryDevtools = class {
66
66
  if (this.#Component) {
67
67
  Devtools = this.#Component;
68
68
  } else {
69
- Devtools = lazy(() => import('./Devtools/SUV2KM2F.js'));
69
+ Devtools = lazy(() => import('./Devtools/MY47IRH5.js'));
70
70
  this.#Component = Devtools;
71
71
  }
72
72
  setupStyleSheet(this.#styleNonce);
package/build/index.jsx CHANGED
@@ -70,7 +70,7 @@ var TanstackQueryDevtools = class {
70
70
  if (this.#Component) {
71
71
  Devtools = this.#Component;
72
72
  } else {
73
- Devtools = lazy(() => import("./Devtools/VAJS2OS4.jsx"));
73
+ Devtools = lazy(() => import("./Devtools/OQR5HZUS.jsx"));
74
74
  this.#Component = Devtools;
75
75
  }
76
76
  setupStyleSheet(this.#styleNonce);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tanstack/query-devtools",
3
- "version": "5.21.3",
3
+ "version": "5.21.5",
4
4
  "description": "Developer tools to interact with and visualize the TanStack Query cache",
5
5
  "author": "tannerlinsley",
6
6
  "license": "MIT",
@@ -50,7 +50,7 @@
50
50
  "superjson": "^1.13.3",
51
51
  "tsup-preset-solid": "^2.2.0",
52
52
  "vite-plugin-solid": "^2.9.1",
53
- "@tanstack/query-core": "5.21.2"
53
+ "@tanstack/query-core": "5.21.4"
54
54
  },
55
55
  "scripts": {
56
56
  "clean": "rimraf ./build && rimraf ./coverage",
package/src/Devtools.tsx CHANGED
@@ -252,6 +252,7 @@ const Devtools: Component<DevtoolsPanelProps> = (props) => {
252
252
  class={cx(
253
253
  styles().devtoolsBtn,
254
254
  styles()[`devtoolsBtn-position-${buttonPosition()}`],
255
+ 'tsqd-open-btn-container',
255
256
  )}
256
257
  >
257
258
  <div aria-hidden="true">
@@ -260,6 +261,7 @@ const Devtools: Component<DevtoolsPanelProps> = (props) => {
260
261
  <button
261
262
  aria-label="Open Tanstack query devtools"
262
263
  onClick={() => props.setLocalStore('open', 'true')}
264
+ class="tsqd-open-btn"
263
265
  >
264
266
  <TanstackLogo />
265
267
  </button>
@@ -2420,7 +2422,7 @@ const stylesFactory = (theme: 'light' | 'dark') => {
2420
2422
  display: flex;
2421
2423
  flex-direction: column;
2422
2424
  & * {
2423
- font-family: 'Inter', sans-serif;
2425
+ font-family: ui-sans-serif, Inter, system-ui, sans-serif, sans-serif;
2424
2426
  }
2425
2427
  `,
2426
2428
  dragHandle: css`
@@ -2785,7 +2787,8 @@ const stylesFactory = (theme: 'light' | 'dark') => {
2785
2787
  min-height: ${tokens.size[6]};
2786
2788
  flex: 1;
2787
2789
  padding: ${tokens.size[1]} ${tokens.size[2]};
2788
- font-family: 'Menlo', 'Fira Code', monospace;
2790
+ font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
2791
+ 'Liberation Mono', 'Courier New', monospace;
2789
2792
  border-bottom: 1px solid ${t(colors.gray[300], colors.darkGray[400])};
2790
2793
  text-align: left;
2791
2794
  text-overflow: clip;
@@ -2810,7 +2813,7 @@ const stylesFactory = (theme: 'light' | 'dark') => {
2810
2813
  flex: 1 1 700px;
2811
2814
  background-color: ${t(colors.gray[50], colors.darkGray[700])};
2812
2815
  color: ${t(colors.gray[700], colors.gray[300])};
2813
- font-family: 'Inter', sans-serif;
2816
+ font-family: ui-sans-serif, Inter, system-ui, sans-serif, sans-serif;
2814
2817
  display: flex;
2815
2818
  flex-direction: column;
2816
2819
  overflow-y: auto;
@@ -2818,7 +2821,7 @@ const stylesFactory = (theme: 'light' | 'dark') => {
2818
2821
  text-align: left;
2819
2822
  `,
2820
2823
  detailsHeader: css`
2821
- font-family: 'Inter', sans-serif;
2824
+ font-family: ui-sans-serif, Inter, system-ui, sans-serif, sans-serif;
2822
2825
  position: sticky;
2823
2826
  top: 0;
2824
2827
  z-index: 2;
@@ -2850,7 +2853,8 @@ const stylesFactory = (theme: 'light' | 'dark') => {
2850
2853
  }
2851
2854
 
2852
2855
  & code {
2853
- font-family: 'Menlo', 'Fira Code', monospace;
2856
+ font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
2857
+ 'Liberation Mono', 'Courier New', monospace;
2854
2858
  margin: 0;
2855
2859
  font-size: ${font.size.xs};
2856
2860
  line-height: ${font.lineHeight.xs};
@@ -2875,7 +2879,7 @@ const stylesFactory = (theme: 'light' | 'dark') => {
2875
2879
  gap: ${tokens.size[2]};
2876
2880
  padding: 0px ${tokens.size[2]};
2877
2881
  & > button {
2878
- font-family: 'Inter', sans-serif;
2882
+ font-family: ui-sans-serif, Inter, system-ui, sans-serif, sans-serif;
2879
2883
  font-size: ${font.size.xs};
2880
2884
  padding: ${tokens.size[1]} ${tokens.size[2]};
2881
2885
  display: flex;
@@ -2960,7 +2964,7 @@ const stylesFactory = (theme: 'light' | 'dark') => {
2960
2964
  settingsMenu: css`
2961
2965
  display: flex;
2962
2966
  & * {
2963
- font-family: 'Inter', sans-serif;
2967
+ font-family: ui-sans-serif, Inter, system-ui, sans-serif, sans-serif;
2964
2968
  }
2965
2969
  flex-direction: column;
2966
2970
  gap: ${size[0.5]};
package/src/Explorer.tsx CHANGED
@@ -489,7 +489,8 @@ const stylesFactory = (theme: 'light' | 'dark') => {
489
489
  entry: css`
490
490
  & * {
491
491
  font-size: ${font.size.xs};
492
- font-family: 'Menlo', 'Fira Code', monospace;
492
+ font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
493
+ 'Liberation Mono', 'Courier New', monospace;
493
494
  }
494
495
  position: relative;
495
496
  outline: none;