@tanstack/router-devtools-core 1.151.2 → 1.151.6

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.
@@ -20,9 +20,9 @@ function setHydrateContext(context) {
20
20
  }
21
21
  const IS_DEV = false;
22
22
  const equalFn = (a, b) => a === b;
23
- const $PROXY = Symbol("solid-proxy");
23
+ const $PROXY = /* @__PURE__ */ Symbol("solid-proxy");
24
24
  const SUPPORTS_PROXY = typeof Proxy === "function";
25
- const $TRACK = Symbol("solid-track");
25
+ const $TRACK = /* @__PURE__ */ Symbol("solid-track");
26
26
  const signalOptions = {
27
27
  equals: equalFn
28
28
  };
@@ -249,7 +249,7 @@ function runWithOwner(o, fn) {
249
249
  }
250
250
  const [transPending, setTransPending] = /* @__PURE__ */ createSignal(false);
251
251
  function createContext(defaultValue, options) {
252
- const id = Symbol("context");
252
+ const id = /* @__PURE__ */ Symbol("context");
253
253
  return {
254
254
  id,
255
255
  Provider: createProvider(id),
@@ -541,7 +541,7 @@ function createProvider(id, options) {
541
541
  return res;
542
542
  };
543
543
  }
544
- const FALLBACK = Symbol("fallback");
544
+ const FALLBACK = /* @__PURE__ */ Symbol("fallback");
545
545
  function dispose(d) {
546
546
  for (let i = 0; i < d.length; i++) d[i]();
547
547
  }
@@ -1634,7 +1634,7 @@ class TanStackRouterDevtoolsCore {
1634
1634
  if (this.#Component) {
1635
1635
  Devtools = this.#Component;
1636
1636
  } else {
1637
- Devtools = lazy(() => Promise.resolve().then(() => require("./FloatingTanStackRouterDevtools-Ct_Co0zZ.cjs")));
1637
+ Devtools = lazy(() => Promise.resolve().then(() => require("./FloatingTanStackRouterDevtools-ibA2ahop.cjs")));
1638
1638
  this.#Component = Devtools;
1639
1639
  }
1640
1640
  return createComponent(ShadowDomTargetContext.Provider, {
@@ -1726,7 +1726,7 @@ class TanStackRouterDevtoolsPanelCore {
1726
1726
  if (this.#Component) {
1727
1727
  BaseTanStackRouterDevtoolsPanel = this.#Component;
1728
1728
  } else {
1729
- BaseTanStackRouterDevtoolsPanel = lazy(() => Promise.resolve().then(() => require("./BaseTanStackRouterDevtoolsPanel-C9GdFKIw.cjs")).then((n) => n.BaseTanStackRouterDevtoolsPanel$1));
1729
+ BaseTanStackRouterDevtoolsPanel = lazy(() => Promise.resolve().then(() => require("./BaseTanStackRouterDevtoolsPanel-DQ07BIbh.cjs")).then((n) => n.BaseTanStackRouterDevtoolsPanel$1));
1730
1730
  this.#Component = BaseTanStackRouterDevtoolsPanel;
1731
1731
  }
1732
1732
  return createComponent(ShadowDomTargetContext.Provider, {
@@ -1819,4 +1819,4 @@ exports.template = template;
1819
1819
  exports.untrack = untrack;
1820
1820
  exports.useContext = useContext;
1821
1821
  exports.useDevtoolsOnClose = useDevtoolsOnClose;
1822
- //# sourceMappingURL=index-BMmDcU_C.cjs.map
1822
+ //# sourceMappingURL=index-BnMbnm-1.cjs.map