@tanstack/react-router-devtools 0.0.1-alpha.7 → 0.0.1-alpha.8

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.
@@ -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
- opacity: '.5'
1927
+ fontSize: '.7rem',
1928
+ opacity: '.5',
1929
+ lineHeight: 1
1927
1930
  }
1928
- }, "Expires", ' ', formatDistanceStrict(new Date(), new Date(gc), {
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", {