@metrevals/inspect-log-viewer 0.3.146-beta.1763067116 → 0.3.147-beta.1763481639

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.
@@ -14618,20 +14618,20 @@ body[class^="vscode-"] .card {
14618
14618
  }
14619
14619
 
14620
14620
  body[class^="vscode-"] .nav-pills {
14621
- --bs-nav-pills-link-active-bg: var(--vscode-list-inactiveSelectionBackground);
14622
- --bs-nav-pills-link-active-color: var(--vscode-editor-selectionForeground);
14621
+ --bs-nav-pills-link-active-bg: var(--vscode-notifications-background);
14622
+ --bs-nav-pills-link-active-color: var(--vscode-notifications-foreground);
14623
14623
  }
14624
14624
 
14625
14625
  body[class^="vscode-"] .nav-link {
14626
- --bs-nav-link-color: var(--vscode-editor-selectionForeground);
14627
- --bs-link-hover-color: var(--vscode-editor-selectionForeground);
14626
+ --bs-nav-link-color: var(--vscode-notificationLink-foreground);
14627
+ --bs-link-hover-color: var(--vscode-notificationLink-foreground);
14628
14628
  }
14629
14629
 
14630
14630
  body[class^="vscode-"] .nav-link:hover {
14631
- --bs-nav-link-color: var(--vscode-editor-selectionForeground);
14632
- --bs-nav-link-hover-color: var(--vscode-editor-selectionForeground);
14631
+ --bs-nav-link-color: var(--vscode-notificationLink-foreground);
14632
+ --bs-nav-link-hover-color: var(--vscode-notificationLink-foreground);
14633
14633
  --bs-nav-tabs-link-hover-border-color: var(
14634
- --vscode-editor-selectionForeground
14634
+ --vscode-notificationLink-foreground
14635
14635
  );
14636
14636
  }
14637
14637
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metrevals/inspect-log-viewer",
3
- "version": "0.3.146-beta.1763067116",
3
+ "version": "0.3.147-beta.1763481639",
4
4
  "description": "Log viewer for inspect_ai logs.",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -80,7 +80,7 @@
80
80
  "vite-plugin-dts": "^4.3.0"
81
81
  },
82
82
  "dependencies": {
83
- "@codemirror/autocomplete": "^6.18.7",
83
+ "@codemirror/autocomplete": "^6.19.1",
84
84
  "@codemirror/language": "^6.11.3",
85
85
  "@codemirror/lint": "^6.9.0",
86
86
  "@codemirror/state": "^6.5.2",