@metrevals/inspect-log-viewer 0.3.160-beta.1767896509 → 0.3.160-beta.1767904540

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/lib/index.js CHANGED
@@ -105411,7 +105411,7 @@ const ViewerOptionsPopover = ({
105411
105411
  /* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: clsx(styles$1i.fullWidth, styles$1i.fullWidthPadded), children: /* @__PURE__ */ jsxRuntimeExports.jsx("span", { className: styles$1i.logDir, children: logDir2 }) }),
105412
105412
  /* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: clsx(styles$1i.spacer) }),
105413
105413
  /* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: clsx("text-style-label", "text-style-secondary"), children: "Version" }),
105414
- /* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: clsx(), children: "0.3.159-33-ge3decfeff" }),
105414
+ /* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: clsx(), children: "0.3.159-25-g3ea6b9824" }),
105415
105415
  /* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: clsx("text-style-label", "text-style-secondary"), children: "Schema" }),
105416
105416
  /* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: clsx(), children: DB_VERSION }),
105417
105417
  /* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: clsx(styles$1i.spacer) }),
@@ -163290,7 +163290,7 @@ const LogListGrid = ({
163290
163290
  if (url) {
163291
163291
  setTimeout(() => {
163292
163292
  if (openInNewWindow) {
163293
- window.open(`#${url}`, "_blank");
163293
+ window.open(url, "_blank");
163294
163294
  } else {
163295
163295
  navigate(url);
163296
163296
  }
@@ -163307,7 +163307,7 @@ const LogListGrid = ({
163307
163307
  }
163308
163308
  const openInNewWindow = e.metaKey || e.ctrlKey || e.shiftKey;
163309
163309
  if (openInNewWindow) {
163310
- window.open(`#${rowNode.data.url}`, "_blank");
163310
+ window.open(rowNode.data.url, "_blank");
163311
163311
  } else {
163312
163312
  navigate(rowNode.data.url);
163313
163313
  }