@tanstack/router-devtools 0.0.1-beta.185 → 0.0.1-beta.187

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.
@@ -1026,7 +1026,43 @@
1026
1026
  zIndex: 1,
1027
1027
  display: 'flex',
1028
1028
  alignItems: 'center',
1029
- gap: '.5rem'
1029
+ gap: '.5rem',
1030
+ fontWeight: 'bold'
1031
+ }
1032
+ }, "Pathname", ' ', router.state.location.maskedLocation ? /*#__PURE__*/React__default["default"].createElement("div", {
1033
+ style: {
1034
+ padding: '.1rem .5rem',
1035
+ background: defaultTheme.warning,
1036
+ color: 'black',
1037
+ borderRadius: '.5rem'
1038
+ }
1039
+ }, "Masked") : null), /*#__PURE__*/React__default["default"].createElement("div", {
1040
+ style: {
1041
+ padding: '.5rem',
1042
+ display: 'flex',
1043
+ gap: '.5rem',
1044
+ alignItems: 'center'
1045
+ }
1046
+ }, /*#__PURE__*/React__default["default"].createElement("code", {
1047
+ style: {
1048
+ opacity: 0.6
1049
+ }
1050
+ }, router.state.location.pathname), router.state.location.maskedLocation ? /*#__PURE__*/React__default["default"].createElement("code", {
1051
+ style: {
1052
+ color: defaultTheme.warning,
1053
+ fontWeight: 'bold'
1054
+ }
1055
+ }, router.state.location.maskedLocation.pathname) : null), /*#__PURE__*/React__default["default"].createElement("div", {
1056
+ style: {
1057
+ padding: '.5em',
1058
+ background: defaultTheme.backgroundAlt,
1059
+ position: 'sticky',
1060
+ top: 0,
1061
+ zIndex: 1,
1062
+ display: 'flex',
1063
+ alignItems: 'center',
1064
+ gap: '.5rem',
1065
+ fontWeight: 'bold'
1030
1066
  }
1031
1067
  }, /*#__PURE__*/React__default["default"].createElement("button", {
1032
1068
  type: "button",
@@ -1111,7 +1147,8 @@
1111
1147
  zIndex: 1,
1112
1148
  display: 'flex',
1113
1149
  alignItems: 'center',
1114
- gap: '.5rem'
1150
+ gap: '.5rem',
1151
+ fontWeight: 'bold'
1115
1152
  }
1116
1153
  }, "Preloaded Matches"), preloadMatches.map(match => {
1117
1154
  return /*#__PURE__*/React__default["default"].createElement("div", {
@@ -1204,7 +1241,8 @@
1204
1241
  position: 'sticky',
1205
1242
  top: 0,
1206
1243
  bottom: 0,
1207
- zIndex: 1
1244
+ zIndex: 1,
1245
+ fontWeight: 'bold'
1208
1246
  }
1209
1247
  }, "Search Params"), /*#__PURE__*/React__default["default"].createElement("div", {
1210
1248
  style: {