@metrevals/inspect-log-viewer 0.3.151-beta.1764377771 → 0.3.151
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/LogsPanel.d.ts.map +1 -1
- package/lib/index.d.ts +2 -1
- package/lib/index.d.ts.map +1 -1
- package/lib/index.js +29 -16
- package/lib/index.js.map +1 -1
- package/lib/styles/index.css +21 -21
- package/lib/utils/uri.d.ts.map +1 -1
- package/package.json +1 -1
package/lib/styles/index.css
CHANGED
|
@@ -16424,14 +16424,14 @@ button._segment_mhb7y_9 {
|
|
|
16424
16424
|
._segment_mhb7y_9 i {
|
|
16425
16425
|
margin-right: 0.2em;
|
|
16426
16426
|
}
|
|
16427
|
-
.
|
|
16427
|
+
._gridContainer_55y8l_1 {
|
|
16428
16428
|
height: 100%;
|
|
16429
16429
|
overflow: auto;
|
|
16430
16430
|
padding: 0;
|
|
16431
16431
|
outline: none;
|
|
16432
16432
|
}
|
|
16433
16433
|
|
|
16434
|
-
.
|
|
16434
|
+
._grid_55y8l_1 {
|
|
16435
16435
|
display: grid;
|
|
16436
16436
|
grid-template-rows: auto 1fr;
|
|
16437
16437
|
height: 100%;
|
|
@@ -16439,7 +16439,7 @@ button._segment_mhb7y_9 {
|
|
|
16439
16439
|
}
|
|
16440
16440
|
|
|
16441
16441
|
/* Header Styles */
|
|
16442
|
-
.
|
|
16442
|
+
._headerRow_55y8l_16 {
|
|
16443
16443
|
display: grid;
|
|
16444
16444
|
background: var(--bs-light);
|
|
16445
16445
|
border-bottom: 1px solid var(--bs-border-color);
|
|
@@ -16450,7 +16450,7 @@ button._segment_mhb7y_9 {
|
|
|
16450
16450
|
min-width: 100%;
|
|
16451
16451
|
}
|
|
16452
16452
|
|
|
16453
|
-
.
|
|
16453
|
+
._headerCell_55y8l_27 {
|
|
16454
16454
|
padding: 0.1em 0.1em 0.1em 0.6em;
|
|
16455
16455
|
font-weight: 500;
|
|
16456
16456
|
font-size: var(--inspect--inspect-font-size-small);
|
|
@@ -16466,27 +16466,27 @@ button._segment_mhb7y_9 {
|
|
|
16466
16466
|
margin-bottom: 5px;
|
|
16467
16467
|
}
|
|
16468
16468
|
|
|
16469
|
-
.
|
|
16469
|
+
._headerCell_55y8l_27:last-child {
|
|
16470
16470
|
border-right: none;
|
|
16471
16471
|
}
|
|
16472
16472
|
|
|
16473
|
-
.
|
|
16473
|
+
._sortable_55y8l_47 {
|
|
16474
16474
|
cursor: pointer;
|
|
16475
16475
|
user-select: none;
|
|
16476
16476
|
}
|
|
16477
16477
|
|
|
16478
|
-
.
|
|
16479
|
-
|
|
16478
|
+
._sortable_55y8l_47:hover {
|
|
16479
|
+
color: var(--bs-link-hover-color);
|
|
16480
16480
|
}
|
|
16481
16481
|
|
|
16482
|
-
.
|
|
16482
|
+
._sortIndicator_55y8l_56 {
|
|
16483
16483
|
margin-left: 0.25em;
|
|
16484
16484
|
font-size: 0.75rem;
|
|
16485
16485
|
color: var(--bs-link-color);
|
|
16486
16486
|
}
|
|
16487
16487
|
|
|
16488
16488
|
/* Resizer Styles */
|
|
16489
|
-
.
|
|
16489
|
+
._resizer_55y8l_63 {
|
|
16490
16490
|
position: absolute;
|
|
16491
16491
|
right: 0;
|
|
16492
16492
|
top: 0;
|
|
@@ -16501,17 +16501,17 @@ button._segment_mhb7y_9 {
|
|
|
16501
16501
|
transition: opacity 0.2s;
|
|
16502
16502
|
}
|
|
16503
16503
|
|
|
16504
|
-
.
|
|
16505
|
-
.
|
|
16504
|
+
._resizer_55y8l_63:hover,
|
|
16505
|
+
._isResizing_55y8l_79 {
|
|
16506
16506
|
opacity: 1;
|
|
16507
16507
|
}
|
|
16508
16508
|
|
|
16509
|
-
.
|
|
16509
|
+
._headerCell_55y8l_27:hover ._resizer_55y8l_63 {
|
|
16510
16510
|
opacity: 0.3;
|
|
16511
16511
|
}
|
|
16512
16512
|
|
|
16513
16513
|
/* Body Styles */
|
|
16514
|
-
.
|
|
16514
|
+
._bodyContainer_55y8l_88 {
|
|
16515
16515
|
overflow-y: auto;
|
|
16516
16516
|
overflow-x: hidden;
|
|
16517
16517
|
min-height: 0;
|
|
@@ -16519,7 +16519,7 @@ button._segment_mhb7y_9 {
|
|
|
16519
16519
|
width: fit-content;
|
|
16520
16520
|
}
|
|
16521
16521
|
|
|
16522
|
-
.
|
|
16522
|
+
._bodyRow_55y8l_96 {
|
|
16523
16523
|
display: grid;
|
|
16524
16524
|
transition:
|
|
16525
16525
|
background-color 0.15s ease-in-out,
|
|
@@ -16530,21 +16530,21 @@ button._segment_mhb7y_9 {
|
|
|
16530
16530
|
border-left: 3px solid transparent;
|
|
16531
16531
|
}
|
|
16532
16532
|
|
|
16533
|
-
.
|
|
16533
|
+
._bodyRow_55y8l_96:hover {
|
|
16534
16534
|
background-color: var(--bs-secondary-bg-subtle);
|
|
16535
16535
|
}
|
|
16536
16536
|
|
|
16537
|
-
.
|
|
16537
|
+
._selectedRow_55y8l_111 {
|
|
16538
16538
|
background-color: var(--bs-primary-bg-subtle);
|
|
16539
16539
|
border-left-color: var(--bs-primary);
|
|
16540
16540
|
}
|
|
16541
16541
|
|
|
16542
|
-
.
|
|
16542
|
+
._selectedRow_55y8l_111:hover {
|
|
16543
16543
|
background-color: var(--bs-primary-bg-subtle);
|
|
16544
16544
|
}
|
|
16545
16545
|
|
|
16546
16546
|
/* Cell Styles */
|
|
16547
|
-
.
|
|
16547
|
+
._bodyCell_55y8l_121 {
|
|
16548
16548
|
padding: 0.1em 0.1em 0.1em 0.6em;
|
|
16549
16549
|
display: flex;
|
|
16550
16550
|
align-items: center;
|
|
@@ -16552,11 +16552,11 @@ button._segment_mhb7y_9 {
|
|
|
16552
16552
|
overflow: hidden;
|
|
16553
16553
|
}
|
|
16554
16554
|
|
|
16555
|
-
.
|
|
16555
|
+
._bodyCell_55y8l_121:last-child {
|
|
16556
16556
|
border-right: none;
|
|
16557
16557
|
}
|
|
16558
16558
|
|
|
16559
|
-
.
|
|
16559
|
+
._emptyMessage_55y8l_133 {
|
|
16560
16560
|
width: 100%;
|
|
16561
16561
|
text-align: center;
|
|
16562
16562
|
padding-top: 4em;
|
package/lib/utils/uri.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"uri.d.ts","sourceRoot":"","sources":["../../src/utils/uri.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,oBAAoB,GAAI,MAAM,MAAM,EAAE,MAAM,MAAM,KAAG,
|
|
1
|
+
{"version":3,"file":"uri.d.ts","sourceRoot":"","sources":["../../src/utils/uri.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,oBAAoB,GAAI,MAAM,MAAM,EAAE,MAAM,MAAM,KAAG,MA8BjE,CAAC;AAQF,eAAO,MAAM,IAAI,GAAI,MAAM,MAAM,EAAE,MAAM,MAAM,KAAG,MAoBjD,CAAC;AAEF;;;;;;;GAOG;AACH,wBAAgB,eAAe,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAsBnD;AAED;;;;;GAKG;AACH,eAAO,MAAM,KAAK,GAAI,OAAO,MAAM,KAAG,OASrC,CAAC;AAEF,eAAO,MAAM,YAAY,GAAI,KAAK,MAAM,WAMvC,CAAC"}
|