@tanstack/router-devtools-core 1.136.3 → 1.136.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.
- package/dist/{BaseTanStackRouterDevtoolsPanel-BudcVtZF.js → BaseTanStackRouterDevtoolsPanel-BBz1qLry.js} +3 -3
- package/dist/BaseTanStackRouterDevtoolsPanel-BBz1qLry.js.map +1 -0
- package/dist/{BaseTanStackRouterDevtoolsPanel-CSLuWlgG.cjs → BaseTanStackRouterDevtoolsPanel-C9GdFKIw.cjs} +3 -3
- package/dist/BaseTanStackRouterDevtoolsPanel-C9GdFKIw.cjs.map +1 -0
- package/dist/{FloatingTanStackRouterDevtools-Oh23ljuQ.cjs → FloatingTanStackRouterDevtools-Ct_Co0zZ.cjs} +3 -3
- package/dist/{FloatingTanStackRouterDevtools-Oh23ljuQ.cjs.map → FloatingTanStackRouterDevtools-Ct_Co0zZ.cjs.map} +1 -1
- package/dist/{FloatingTanStackRouterDevtools-CXkXeTp3.js → FloatingTanStackRouterDevtools-DymJEvfG.js} +3 -3
- package/dist/{FloatingTanStackRouterDevtools-CXkXeTp3.js.map → FloatingTanStackRouterDevtools-DymJEvfG.js.map} +1 -1
- package/dist/cjs/index.cjs +1 -1
- package/dist/esm/index.js +1 -1
- package/dist/{index-DYE2ZIkl.cjs → index-BMmDcU_C.cjs} +3 -3
- package/dist/{index-DYE2ZIkl.cjs.map → index-BMmDcU_C.cjs.map} +1 -1
- package/dist/{index-BtReV6vP.js → index-Bjd63dIw.js} +3 -3
- package/dist/{index-BtReV6vP.js.map → index-Bjd63dIw.js.map} +1 -1
- package/package.json +2 -2
- package/src/BaseTanStackRouterDevtoolsPanel.tsx +0 -1
- package/dist/BaseTanStackRouterDevtoolsPanel-BudcVtZF.js.map +0 -1
- package/dist/BaseTanStackRouterDevtoolsPanel-CSLuWlgG.cjs.map +0 -1
|
@@ -1633,7 +1633,7 @@ class TanStackRouterDevtoolsCore {
|
|
|
1633
1633
|
if (this.#Component) {
|
|
1634
1634
|
Devtools = this.#Component;
|
|
1635
1635
|
} else {
|
|
1636
|
-
Devtools = lazy(() => import("./FloatingTanStackRouterDevtools-
|
|
1636
|
+
Devtools = lazy(() => import("./FloatingTanStackRouterDevtools-DymJEvfG.js"));
|
|
1637
1637
|
this.#Component = Devtools;
|
|
1638
1638
|
}
|
|
1639
1639
|
return createComponent(ShadowDomTargetContext.Provider, {
|
|
@@ -1725,7 +1725,7 @@ class TanStackRouterDevtoolsPanelCore {
|
|
|
1725
1725
|
if (this.#Component) {
|
|
1726
1726
|
BaseTanStackRouterDevtoolsPanel = this.#Component;
|
|
1727
1727
|
} else {
|
|
1728
|
-
BaseTanStackRouterDevtoolsPanel = lazy(() => import("./BaseTanStackRouterDevtoolsPanel-
|
|
1728
|
+
BaseTanStackRouterDevtoolsPanel = lazy(() => import("./BaseTanStackRouterDevtoolsPanel-BBz1qLry.js").then((n) => n.c));
|
|
1729
1729
|
this.#Component = BaseTanStackRouterDevtoolsPanel;
|
|
1730
1730
|
}
|
|
1731
1731
|
return createComponent(ShadowDomTargetContext.Provider, {
|
|
@@ -1820,4 +1820,4 @@ export {
|
|
|
1820
1820
|
Show as v,
|
|
1821
1821
|
TanStackRouterDevtoolsPanelCore as w
|
|
1822
1822
|
};
|
|
1823
|
-
//# sourceMappingURL=index-
|
|
1823
|
+
//# sourceMappingURL=index-Bjd63dIw.js.map
|