@meridianlabs/log-viewer 0.3.235 → 0.3.236

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.
Files changed (35) hide show
  1. package/lib/{AsciinemaPlayerImpl-6ZAkt1g5.js → AsciinemaPlayerImpl-CskuZpHl.js} +5 -5
  2. package/lib/{AsciinemaPlayerImpl-6ZAkt1g5.js.map → AsciinemaPlayerImpl-CskuZpHl.js.map} +1 -1
  3. package/lib/index.js +7747 -9480
  4. package/lib/index.js.map +1 -1
  5. package/lib/src/app/App.d.ts.map +1 -1
  6. package/lib/src/app/log-view/LogViewContainer.d.ts.map +1 -1
  7. package/lib/src/app/log-view/tabs/InfoTab.d.ts +5 -7
  8. package/lib/src/app/log-view/tabs/InfoTab.d.ts.map +1 -1
  9. package/lib/src/app/log-view/tabs/ModelsTab.d.ts +5 -7
  10. package/lib/src/app/log-view/tabs/ModelsTab.d.ts.map +1 -1
  11. package/lib/src/app/log-view/tabs/TaskTab.d.ts +5 -7
  12. package/lib/src/app/log-view/tabs/TaskTab.d.ts.map +1 -1
  13. package/lib/src/app/navbar/ApplicationNavbar.d.ts.map +1 -1
  14. package/lib/src/app/samples/SampleDisplay.d.ts.map +1 -1
  15. package/lib/src/app/samples/list/samplesView.converters.d.ts +7 -7
  16. package/lib/src/app/samples/list/samplesView.converters.d.ts.map +1 -1
  17. package/lib/src/app/samples/list/samplesView.d.ts +3 -5
  18. package/lib/src/app/samples/list/samplesView.d.ts.map +1 -1
  19. package/lib/src/app/samples/list/useSamplesView.d.ts +1 -1
  20. package/lib/src/app/shared/samples-grid/colorScale.d.ts +1 -1
  21. package/lib/src/app/types.d.ts +3 -3
  22. package/lib/src/app/types.d.ts.map +1 -1
  23. package/lib/src/state/appSlice.d.ts +4 -3
  24. package/lib/src/state/appSlice.d.ts.map +1 -1
  25. package/lib/src/state/hooks.d.ts +10 -8
  26. package/lib/src/state/hooks.d.ts.map +1 -1
  27. package/lib/src/state/logsSlice.d.ts +1 -1
  28. package/lib/src/state/userSettings.d.ts +22 -0
  29. package/lib/src/state/userSettings.d.ts.map +1 -0
  30. package/lib/src/theme/bootstrap.d.ts +2 -0
  31. package/lib/src/theme/bootstrap.d.ts.map +1 -0
  32. package/lib/src/theme/constants.d.ts +2 -0
  33. package/lib/src/theme/constants.d.ts.map +1 -0
  34. package/lib/styles/index.css +583 -149
  35. package/package.json +16 -17
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@meridianlabs/log-viewer",
3
- "version": "0.3.235",
3
+ "version": "0.3.236",
4
4
  "description": "Log viewer for inspect_ai logs.",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -53,15 +53,21 @@
53
53
  "@testing-library/dom": "^10.4.1",
54
54
  "@testing-library/jest-dom": "^6.6.3",
55
55
  "@testing-library/react": "^16.3.1",
56
+ "@tsmono/inspect-common": "workspace:*",
57
+ "@tsmono/inspect-components": "workspace:*",
56
58
  "@tsmono/prettier-config": "workspace:*",
59
+ "@tsmono/react": "workspace:*",
60
+ "@tsmono/scout-components": "workspace:*",
61
+ "@tsmono/theme": "workspace:*",
62
+ "@tsmono/util": "workspace:*",
57
63
  "@types/bootstrap": "^5.2.10",
58
64
  "@types/clipboard": "^2.0.10",
59
65
  "@types/codemirror": "^5.60.15",
60
66
  "@types/css-modules": "^1.0.5",
61
67
  "@types/markdown-it": "^14.1.2",
62
- "@types/node": "^25.9.0",
68
+ "@types/node": "^25.9.1",
63
69
  "@types/prismjs": "^1.26.5",
64
- "@types/react": "^19.2.7",
70
+ "@types/react": "^19.2.15",
65
71
  "@types/react-dom": "^19.2.3",
66
72
  "@vitejs/plugin-react": "^6.0.2",
67
73
  "cross-env": "^10.1.0",
@@ -73,13 +79,13 @@
73
79
  "mathjax-full": "^3.2.2",
74
80
  "msw": "^2.14.6",
75
81
  "picocolors": "^1.1.1",
76
- "postcss": "^8.5.14",
82
+ "postcss": "^8.5.15",
77
83
  "prettier": "^3.8.3",
78
84
  "typescript": "^6.0.3",
79
- "typescript-eslint": "^8.59.4",
80
- "vite": "^8.0.13",
81
- "vite-plugin-dts": "^5.0.0",
82
- "vitest": "^4.1.6"
85
+ "typescript-eslint": "^8.60.0",
86
+ "vite": "^8.0.14",
87
+ "vite-plugin-dts": "^5.0.1",
88
+ "vitest": "^4.1.7"
83
89
  },
84
90
  "dependencies": {
85
91
  "@codemirror/autocomplete": "^6.20.2",
@@ -89,12 +95,6 @@
89
95
  "@codemirror/view": "^6.43.0",
90
96
  "@lezer/highlight": "^1.2.2",
91
97
  "@popperjs/core": "^2.11.8",
92
- "@tsmono/inspect-common": "workspace:*",
93
- "@tsmono/inspect-components": "workspace:*",
94
- "@tsmono/react": "workspace:*",
95
- "@tsmono/scout-components": "workspace:*",
96
- "@tsmono/theme": "workspace:*",
97
- "@tsmono/util": "workspace:*",
98
98
  "@vscode-elements/react-elements": "^2.4.0",
99
99
  "ag-grid-community": "^34.3.1",
100
100
  "ag-grid-react": "^34.3.1",
@@ -113,14 +113,13 @@
113
113
  "immer": "^11.1.8",
114
114
  "json5": "^2.2.3",
115
115
  "jsondiffpatch": "^0.7.6",
116
- "markdown-it": "^14.1.1",
117
- "postcss-url": "^10.1.3",
116
+ "markdown-it": "^14.2.0",
117
+ "postcss-url": "^10.1.4",
118
118
  "prismjs": "^1.30.0",
119
119
  "react": "^19.2.6",
120
120
  "react-dom": "^19.2.6",
121
121
  "react-popper": "^2.3.0",
122
122
  "react-router-dom": "^7.15.1",
123
- "react-virtuoso": "^4.18.7",
124
123
  "zustand": "^5.0.13"
125
124
  },
126
125
  "peerDependencies": {