@meridianlabs/log-viewer 0.3.192 → 0.3.195
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/app/log-view/LogView.d.ts.map +1 -1
- package/lib/app/log-view/tabs/InfoTab.d.ts +3 -1
- package/lib/app/log-view/tabs/InfoTab.d.ts.map +1 -1
- package/lib/app/log-view/tabs/JsonTab.d.ts +2 -2
- package/lib/app/log-view/tabs/JsonTab.d.ts.map +1 -1
- package/lib/app/log-view/tabs/TaskTab.d.ts +3 -1
- package/lib/app/log-view/tabs/TaskTab.d.ts.map +1 -1
- package/lib/app/navbar/Navbar.d.ts.map +1 -1
- package/lib/app/plan/PlanCard.d.ts +1 -0
- package/lib/app/plan/PlanCard.d.ts.map +1 -1
- package/lib/app/samples/chat/ChatMessageRow.d.ts +1 -1
- package/lib/app/samples/chat/ChatMessageRow.d.ts.map +1 -1
- package/lib/app/samples/chat/ChatView.d.ts.map +1 -1
- package/lib/app/samples/chat/ChatViewVirtualList.d.ts.map +1 -1
- package/lib/app/samples/sampleLimit.d.ts +2 -2
- package/lib/app/samples/sampleLimit.d.ts.map +1 -1
- package/lib/app/samples/transcript/SampleLimitEventView.d.ts.map +1 -1
- package/lib/client/api/client-api.d.ts.map +1 -1
- package/lib/client/api/static-http/fetch.d.ts.map +1 -1
- package/lib/client/api/types.d.ts +7 -1
- package/lib/client/api/types.d.ts.map +1 -1
- package/lib/client/remote/remoteLogFile.d.ts.map +1 -1
- package/lib/index.js +97 -70
- package/lib/index.js.map +1 -1
- package/lib/state/sampleUtils.d.ts.map +1 -1
- package/lib/styles/index.css +13 -14
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"sampleUtils.d.ts","sourceRoot":"","sources":["../../src/state/sampleUtils.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,
|
|
1
|
+
{"version":3,"file":"sampleUtils.d.ts","sourceRoot":"","sources":["../../src/state/sampleUtils.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAqB,MAAM,eAAe,CAAC;AAwE9D;;GAEG;AACH,eAAO,MAAM,aAAa,GAAI,QAAQ,GAAG,KAAG,UAmB3C,CAAC"}
|
package/lib/styles/index.css
CHANGED
|
@@ -19194,69 +19194,68 @@ span.ap-marker-container:hover span.ap-marker {
|
|
|
19194
19194
|
._cancelled_hunte_15 {
|
|
19195
19195
|
color: var(--bs-secondary);
|
|
19196
19196
|
}
|
|
19197
|
-
.
|
|
19197
|
+
._mainLayout_1pg7l_1 {
|
|
19198
19198
|
display: flex;
|
|
19199
19199
|
flex-direction: column;
|
|
19200
19200
|
width: 100%;
|
|
19201
19201
|
}
|
|
19202
19202
|
|
|
19203
|
-
.
|
|
19203
|
+
._samplesListGrid_1pg7l_7 .ag-row {
|
|
19204
19204
|
border-bottom: 1px solid var(--bs-border-color);
|
|
19205
19205
|
}
|
|
19206
19206
|
|
|
19207
|
-
.
|
|
19207
|
+
._samplesListGrid_1pg7l_7 .ag-row.ag-row-selected {
|
|
19208
19208
|
box-shadow: inset 0 0 0 2px var(--bs-focus-ring-color);
|
|
19209
19209
|
}
|
|
19210
19210
|
|
|
19211
|
-
.
|
|
19211
|
+
._samplesListGrid_1pg7l_7 .ag-header-cell {
|
|
19212
19212
|
padding: 0;
|
|
19213
19213
|
}
|
|
19214
|
-
.
|
|
19214
|
+
._samplesListGrid_1pg7l_7 .ag-header-cell-label::before {
|
|
19215
19215
|
content: "";
|
|
19216
19216
|
flex: 0 1 var(--ag-cell-horizontal-padding);
|
|
19217
19217
|
}
|
|
19218
19218
|
|
|
19219
|
-
.
|
|
19219
|
+
._samplesListGrid_1pg7l_7 .ag-header-cell-text {
|
|
19220
19220
|
font-size: var(--inspect-font-size-smallestest);
|
|
19221
19221
|
text-transform: uppercase;
|
|
19222
19222
|
letter-spacing: 0.05em;
|
|
19223
|
-
color: var(--bs-secondary-color);
|
|
19224
19223
|
font-weight: 400;
|
|
19225
19224
|
}
|
|
19226
19225
|
|
|
19227
|
-
.
|
|
19226
|
+
._samplesListGrid_1pg7l_7 .ag-sort-order {
|
|
19228
19227
|
font-size: var(--inspect-font-size-smallestest);
|
|
19229
19228
|
align-self: center;
|
|
19230
19229
|
margin-right: -10px;
|
|
19231
19230
|
}
|
|
19232
19231
|
|
|
19233
|
-
.
|
|
19232
|
+
._samplesListGrid_1pg7l_7 .ag-cell {
|
|
19234
19233
|
align-items: flex-start;
|
|
19235
19234
|
padding-top: 0.5rem;
|
|
19236
19235
|
padding-bottom: 0.5rem;
|
|
19237
19236
|
white-space: normal;
|
|
19238
19237
|
}
|
|
19239
19238
|
|
|
19240
|
-
.
|
|
19239
|
+
._cell_1pg7l_43 {
|
|
19241
19240
|
line-height: var(--bs-body-line-height);
|
|
19242
19241
|
}
|
|
19243
19242
|
|
|
19244
|
-
.
|
|
19243
|
+
._wrapAnywhere_1pg7l_47 {
|
|
19245
19244
|
overflow-wrap: break-word;
|
|
19246
19245
|
}
|
|
19247
19246
|
|
|
19248
|
-
.
|
|
19247
|
+
._noLeft_1pg7l_51 {
|
|
19249
19248
|
padding-left: 0;
|
|
19250
19249
|
}
|
|
19251
19250
|
|
|
19252
|
-
.
|
|
19251
|
+
._score_1pg7l_55 {
|
|
19253
19252
|
text-align: center;
|
|
19254
19253
|
overflow: hidden;
|
|
19255
19254
|
text-overflow: ellipsis;
|
|
19256
19255
|
white-space: nowrap;
|
|
19257
19256
|
}
|
|
19258
19257
|
|
|
19259
|
-
.
|
|
19258
|
+
._centered_1pg7l_62 {
|
|
19260
19259
|
display: flex;
|
|
19261
19260
|
justify-content: center;
|
|
19262
19261
|
}
|