@metrevals/inspect-log-viewer 0.3.153-beta.1765529716 → 0.3.155-beta.1765813725

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.
@@ -21066,6 +21066,18 @@ span.ap-marker-container:hover span.ap-marker {
21066
21066
  column-gap: 3em;
21067
21067
  align-items: flex-start;
21068
21068
  }
21069
+ ._downloadLogButton_fi3zx_1 {
21070
+ border: none;
21071
+ background-color: inherit;
21072
+ opacity: 0.75;
21073
+ padding-top: 0;
21074
+ padding-left: 0;
21075
+ transition: opacity 0.2s;
21076
+ }
21077
+
21078
+ ._downloadLogButton_fi3zx_1:hover {
21079
+ opacity: 0.75;
21080
+ }
21069
21081
  ._container_q17yq_1 {
21070
21082
  display: flex;
21071
21083
  flex-direction: row;
@@ -21082,60 +21094,67 @@ span.ap-marker-container:hover span.ap-marker {
21082
21094
  gap: 0.1em;
21083
21095
  padding-right: 1em;
21084
21096
  }
21085
- ._container_1pujw_1 {
21097
+ ._container_17txe_1 {
21086
21098
  display: flex;
21087
21099
  padding-top: 0;
21088
21100
  margin-left: 0.5rem;
21089
21101
  min-width: 250px;
21090
21102
  }
21091
21103
 
21092
- ._wrapper_1pujw_8 {
21104
+ ._wrapper_17txe_8 {
21093
21105
  display: grid;
21094
21106
  grid-template-columns: minmax(auto, 1fr) 1fr;
21095
21107
  width: 100%;
21096
21108
  }
21097
21109
 
21098
- ._toggle_1pujw_14 {
21110
+ ._toggle_17txe_14 {
21099
21111
  margin-top: 0.3em;
21100
21112
  font-size: 1em;
21101
21113
  padding: 0rem 0.1rem 0.1rem 0rem;
21102
21114
  display: flex;
21103
21115
  }
21104
21116
 
21105
- ._body_1pujw_21 {
21117
+ ._body_17txe_21 {
21106
21118
  display: flex;
21107
21119
  flex-direction: column;
21108
21120
  margin-left: 0.2rem;
21109
21121
  }
21110
21122
 
21111
- ._bodyContainer_1pujw_27 {
21123
+ ._bodyContainer_17txe_27 {
21112
21124
  margin-top: 0.1rem;
21113
21125
  display: grid;
21114
21126
  grid-template-columns: minmax(30px, max-content) minmax(100px, max-content);
21115
21127
  }
21116
21128
 
21117
- ._taskTitle_1pujw_33 {
21129
+ ._taskTitle_17txe_33 {
21118
21130
  font-weight: 600;
21119
21131
  margin-right: 0.3rem;
21120
21132
  }
21121
21133
 
21122
- ._taskModel_1pujw_38 {
21134
+ ._taskModel_17txe_38 {
21123
21135
  padding-top: 0.4rem;
21124
21136
  }
21125
21137
 
21126
- ._taskStatus_1pujw_42 {
21138
+ ._taskStatus_17txe_42 {
21127
21139
  display: flex;
21128
21140
  justify-content: end;
21129
21141
  margin-right: 1em;
21130
21142
  margin-bottom: 0;
21131
21143
  }
21132
21144
 
21133
- ._secondaryContainer_1pujw_49 {
21145
+ ._secondaryContainer_17txe_49 {
21134
21146
  opacity: 0.7;
21135
21147
  margin-top: -0.1rem;
21136
21148
  padding-bottom: 0;
21137
21149
  display: grid;
21138
21150
  grid-template-columns: minmax(0, max-content) max-content;
21151
+ gap: 0.5rem;
21152
+ }
21153
+
21154
+ ._buttonGroup_17txe_58 {
21155
+ display: flex;
21156
+ gap: 0.15rem;
21157
+ align-items: center;
21139
21158
  }
21140
21159
  ._button_12472_1 {
21141
21160
  display: flex;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metrevals/inspect-log-viewer",
3
- "version": "0.3.153-beta.1765529716",
3
+ "version": "0.3.155-beta.1765813725",
4
4
  "description": "Log viewer for inspect_ai logs.",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -61,7 +61,7 @@
61
61
  "vite-plugin-dts": "^4.3.0"
62
62
  },
63
63
  "dependencies": {
64
- "@codemirror/autocomplete": "^6.19.1",
64
+ "@codemirror/autocomplete": "^6.20.0",
65
65
  "@codemirror/language": "^6.11.3",
66
66
  "@codemirror/lint": "^6.9.2",
67
67
  "@codemirror/state": "^6.5.2",
@@ -111,6 +111,7 @@
111
111
  "dev-watch": "NODE_ENV=development vite build --mode development --watch",
112
112
  "dev-watch-log": "cross-env DEV_LOGGING=true NODE_ENV=development vite build --mode development --watch",
113
113
  "dev": "vite",
114
+ "dev:lib": "NODE_ENV=development vite build --mode library --watch",
114
115
  "prettier:check": "prettier --check src",
115
116
  "prettier:write": "prettier --write src",
116
117
  "test": "NODE_OPTIONS=--experimental-vm-modules jest --config=jest.config.mjs",