@tanstack/react-router-devtools 0.0.1-alpha.7 → 0.0.1-beta.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.
- package/build/cjs/packages/react-router-devtools/src/devtools.js +11 -3
- package/build/cjs/packages/react-router-devtools/src/devtools.js.map +1 -1
- package/build/esm/index.js +11 -3
- package/build/esm/index.js.map +1 -1
- package/build/stats-html.html +1 -1
- package/build/stats-react.json +2675 -2675
- package/build/umd/index.development.js +12 -4
- package/build/umd/index.development.js.map +1 -1
- package/build/umd/index.production.js +1 -1
- package/build/umd/index.production.js.map +1 -1
- package/package.json +2 -2
- package/src/devtools.tsx +10 -2
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
(function (global, factory) {
|
|
12
12
|
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('react'), require('@tanstack/react-router')) :
|
|
13
13
|
typeof define === 'function' && define.amd ? define(['exports', 'react', '@tanstack/react-router'], factory) :
|
|
14
|
-
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.
|
|
14
|
+
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.ReactRouterDevtools = {}, global.React, global.ReactRouter));
|
|
15
15
|
})(this, (function (exports, React, reactRouter) { 'use strict';
|
|
16
16
|
|
|
17
17
|
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
|
|
@@ -1870,6 +1870,7 @@
|
|
|
1870
1870
|
background: defaultTheme.backgroundAlt,
|
|
1871
1871
|
position: 'sticky',
|
|
1872
1872
|
top: 0,
|
|
1873
|
+
bottom: 0,
|
|
1873
1874
|
zIndex: 1,
|
|
1874
1875
|
display: 'flex',
|
|
1875
1876
|
alignItems: 'center',
|
|
@@ -1923,9 +1924,11 @@
|
|
|
1923
1924
|
}
|
|
1924
1925
|
}), /*#__PURE__*/React__default["default"].createElement(Code, null, "" + match.matchId)), /*#__PURE__*/React__default["default"].createElement("span", {
|
|
1925
1926
|
style: {
|
|
1926
|
-
|
|
1927
|
+
fontSize: '.7rem',
|
|
1928
|
+
opacity: '.5',
|
|
1929
|
+
lineHeight: 1
|
|
1927
1930
|
}
|
|
1928
|
-
}, "Expires", ' ', formatDistanceStrict(new Date(), new Date(
|
|
1931
|
+
}, "Expires", ' ', formatDistanceStrict(new Date(gc), new Date(), {
|
|
1929
1932
|
addSuffix: true
|
|
1930
1933
|
}))));
|
|
1931
1934
|
})) : null), activeMatch ? /*#__PURE__*/React__default["default"].createElement(ActivePanel, null, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
@@ -1934,6 +1937,7 @@
|
|
|
1934
1937
|
background: defaultTheme.backgroundAlt,
|
|
1935
1938
|
position: 'sticky',
|
|
1936
1939
|
top: 0,
|
|
1940
|
+
bottom: 0,
|
|
1937
1941
|
zIndex: 1
|
|
1938
1942
|
}
|
|
1939
1943
|
}, "Match Details"), /*#__PURE__*/React__default["default"].createElement("div", null, /*#__PURE__*/React__default["default"].createElement("table", null, /*#__PURE__*/React__default["default"].createElement("tbody", null, /*#__PURE__*/React__default["default"].createElement("tr", null, /*#__PURE__*/React__default["default"].createElement("td", {
|
|
@@ -1966,6 +1970,7 @@
|
|
|
1966
1970
|
padding: '.5em',
|
|
1967
1971
|
position: 'sticky',
|
|
1968
1972
|
top: 0,
|
|
1973
|
+
bottom: 0,
|
|
1969
1974
|
zIndex: 1
|
|
1970
1975
|
}
|
|
1971
1976
|
}, "Actions"), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
@@ -1994,6 +1999,7 @@
|
|
|
1994
1999
|
padding: '.5em',
|
|
1995
2000
|
position: 'sticky',
|
|
1996
2001
|
top: 0,
|
|
2002
|
+
bottom: 0,
|
|
1997
2003
|
zIndex: 1
|
|
1998
2004
|
}
|
|
1999
2005
|
}, "Explorer"), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
@@ -2020,9 +2026,10 @@
|
|
|
2020
2026
|
background: defaultTheme.backgroundAlt,
|
|
2021
2027
|
position: 'sticky',
|
|
2022
2028
|
top: 0,
|
|
2029
|
+
bottom: 0,
|
|
2023
2030
|
zIndex: 1
|
|
2024
2031
|
}
|
|
2025
|
-
}, "Loader Data"), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
2032
|
+
}, "All Loader Data"), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
2026
2033
|
style: {
|
|
2027
2034
|
padding: '.5em'
|
|
2028
2035
|
}
|
|
@@ -2042,6 +2049,7 @@
|
|
|
2042
2049
|
background: defaultTheme.backgroundAlt,
|
|
2043
2050
|
position: 'sticky',
|
|
2044
2051
|
top: 0,
|
|
2052
|
+
bottom: 0,
|
|
2045
2053
|
zIndex: 1
|
|
2046
2054
|
}
|
|
2047
2055
|
}, "Search Params"), /*#__PURE__*/React__default["default"].createElement("div", {
|