@meridianlabs/log-viewer 0.3.172 → 0.3.174
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/samples/chat/content-data/CompactionData.d.ts +7 -0
- package/lib/app/samples/chat/content-data/CompactionData.d.ts.map +1 -0
- package/lib/app/samples/chat/content-data/ContentDataView.d.ts +1 -1
- package/lib/app/samples/chat/content-data/ContentDataView.d.ts.map +1 -1
- package/lib/app/samples/transcript/CompactionEventView.d.ts.map +1 -1
- package/lib/app/samples/transcript/ModelEventView.d.ts.map +1 -1
- package/lib/index.js +269 -217
- package/lib/index.js.map +1 -1
- package/lib/styles/index.css +35 -16
- package/package.json +1 -1
package/lib/styles/index.css
CHANGED
|
@@ -15990,12 +15990,8 @@ so disabling selection can break that functionality */
|
|
|
15990
15990
|
._query_1376z_8 {
|
|
15991
15991
|
font-family: var(--bs-font-monospace);
|
|
15992
15992
|
}
|
|
15993
|
-
.
|
|
15994
|
-
border: solid var(--bs-light-border-subtle) 1px;
|
|
15995
|
-
padding: 0.5em;
|
|
15993
|
+
._contentData_1lrx1_1 {
|
|
15996
15994
|
margin-bottom: 0.5em;
|
|
15997
|
-
margin-top: 0.5em;
|
|
15998
|
-
margin-left: 1em;
|
|
15999
15995
|
}
|
|
16000
15996
|
._webSearch_1mixg_1 {
|
|
16001
15997
|
display: grid;
|
|
@@ -16016,6 +16012,40 @@ so disabling selection can break that functionality */
|
|
|
16016
16012
|
opacity: 0.8;
|
|
16017
16013
|
text-decoration: none;
|
|
16018
16014
|
}
|
|
16015
|
+
._title_1gjvf_1 {
|
|
16016
|
+
margin-bottom: 0.25em;
|
|
16017
|
+
display: grid;
|
|
16018
|
+
grid-template-columns: auto 1fr auto;
|
|
16019
|
+
column-gap: 0.3em;
|
|
16020
|
+
align-items: baseline;
|
|
16021
|
+
color: var(--bs-secondary) !important;
|
|
16022
|
+
font-weight: var(--bs-body-font-weight) !important;
|
|
16023
|
+
}
|
|
16024
|
+
|
|
16025
|
+
._content_1gjvf_11 {
|
|
16026
|
+
margin-bottom: 0.5em;
|
|
16027
|
+
overflow-wrap: anywhere;
|
|
16028
|
+
}
|
|
16029
|
+
|
|
16030
|
+
._grid_1gjvf_16 {
|
|
16031
|
+
border: solid var(--bs-border-color) 1px;
|
|
16032
|
+
border-radius: var(--bs-border-radius);
|
|
16033
|
+
}
|
|
16034
|
+
|
|
16035
|
+
._content_1gjvf_11 ._grid_1gjvf_16 .text-style-label {
|
|
16036
|
+
text-transform: none !important;
|
|
16037
|
+
}
|
|
16038
|
+
._grid_14885_1 {
|
|
16039
|
+
display: grid;
|
|
16040
|
+
grid-template-columns: max-content auto;
|
|
16041
|
+
column-gap: 0.5em;
|
|
16042
|
+
row-gap: 0.2em;
|
|
16043
|
+
}
|
|
16044
|
+
|
|
16045
|
+
._cell_14885_8 {
|
|
16046
|
+
font-weight: 400;
|
|
16047
|
+
white-space: nowrap;
|
|
16048
|
+
}
|
|
16019
16049
|
._documentFrame_1576h_1 {
|
|
16020
16050
|
display: grid;
|
|
16021
16051
|
grid-template-rows: auto 1fr;
|
|
@@ -16219,17 +16249,6 @@ a._citationLink_1ggvf_9:hover {
|
|
|
16219
16249
|
._container_3x3ql_19 {
|
|
16220
16250
|
padding: 0.4em 0.4em 0.4em 0.4em;
|
|
16221
16251
|
}
|
|
16222
|
-
._grid_14885_1 {
|
|
16223
|
-
display: grid;
|
|
16224
|
-
grid-template-columns: max-content auto;
|
|
16225
|
-
column-gap: 0.5em;
|
|
16226
|
-
row-gap: 0.2em;
|
|
16227
|
-
}
|
|
16228
|
-
|
|
16229
|
-
._cell_14885_8 {
|
|
16230
|
-
font-weight: 400;
|
|
16231
|
-
white-space: nowrap;
|
|
16232
|
-
}
|
|
16233
16252
|
._query_seqs2_1 {
|
|
16234
16253
|
margin-bottom: 0.5rem;
|
|
16235
16254
|
font-weight: 500;
|