@meridianlabs/log-viewer 0.3.196 → 0.3.199
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-list/grid/LogListGrid.d.ts.map +1 -1
- package/lib/app/samples/chat/MessageContent.d.ts.map +1 -1
- package/lib/app/samples/list/SampleList.d.ts.map +1 -1
- package/lib/app/samples-panel/samples-grid/SamplesGrid.d.ts.map +1 -1
- package/lib/{utils → app/utils}/print.d.ts +2 -1
- package/lib/app/utils/print.d.ts.map +1 -0
- package/lib/index.js +96 -64
- package/lib/index.js.map +1 -1
- package/lib/styles/index.css +10 -0
- package/package.json +1 -1
- package/lib/utils/print.d.ts.map +0 -1
package/lib/styles/index.css
CHANGED
|
@@ -14351,6 +14351,7 @@ body {
|
|
|
14351
14351
|
--ag-header-font-size: var(--inspect-font-size-small);
|
|
14352
14352
|
--ag-header-font-weight: 500;
|
|
14353
14353
|
--ag-header-text-color: var(--bs-secondary);
|
|
14354
|
+
|
|
14354
14355
|
--ag-font-family: var(--bs-body-font-family);
|
|
14355
14356
|
--ag-wrapper-border: none;
|
|
14356
14357
|
--ag-row-hover-color: var(--bs-secondary-bg-subtle);
|
|
@@ -14381,6 +14382,15 @@ a:hover {
|
|
|
14381
14382
|
--bs-modal-margin: 0.25rem;
|
|
14382
14383
|
}
|
|
14383
14384
|
|
|
14385
|
+
li > p {
|
|
14386
|
+
margin-bottom: 0;
|
|
14387
|
+
}
|
|
14388
|
+
|
|
14389
|
+
li > ol,
|
|
14390
|
+
li > ul {
|
|
14391
|
+
margin-bottom: 0.5rem;
|
|
14392
|
+
}
|
|
14393
|
+
|
|
14384
14394
|
.modal-backdrop {
|
|
14385
14395
|
--bs-backdrop-opacity: 0.4;
|
|
14386
14396
|
}
|
package/package.json
CHANGED
package/lib/utils/print.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"print.d.ts","sourceRoot":"","sources":["../../src/utils/print.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AACH,eAAO,MAAM,SAAS,GAAI,MAAM,MAAM,EAAE,KAAK,MAAM,SAkClD,CAAC;AAEF;;;;;;;;;;;GAWG;AACH,eAAO,MAAM,gBAAgB,QAAO,MAuBnC,CAAC"}
|