@meridianlabs/inspect-scout-viewer 0.4.7 → 0.4.9

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.
Files changed (30) hide show
  1. package/lib/app/components/ScoreValue.d.ts +9 -0
  2. package/lib/app/scan/scanners/dataframe/DataframeGridApiContext.d.ts +7 -0
  3. package/lib/app/scan/scanners/dataframe/ScannerDataframeCSVButtons.d.ts +9 -0
  4. package/lib/app/transcript/TranscriptBody.d.ts +4 -0
  5. package/lib/app/transcript/TranscriptFilterPopover.d.ts +7 -0
  6. package/lib/app/transcript/hooks/useTranscriptColumnFilter.d.ts +11 -0
  7. package/lib/app/transcript/hooks/useTranscriptNavigation.d.ts +12 -0
  8. package/lib/app/transcripts/columnFilter/ColumnFilterEditor.d.ts +13 -0
  9. package/lib/app/transcripts/columnFilter/DurationInput.d.ts +9 -0
  10. package/lib/app/transcripts/columnFilter/useAddFilterPopover.d.ts +34 -0
  11. package/lib/app/transcripts/columnFilter/useColumnFilter.d.ts +9 -1
  12. package/lib/app/transcripts/columnFilter/useColumnFilterPopover.d.ts +3 -0
  13. package/lib/app/transcripts/columns.d.ts +7 -0
  14. package/lib/app/types.d.ts +1 -0
  15. package/lib/components/AutocompleteInput.d.ts +2 -0
  16. package/lib/components/FindBand.d.ts +6 -0
  17. package/lib/components/ToolButton.d.ts +1 -0
  18. package/lib/components/content/DisplayModeContext.d.ts +9 -0
  19. package/lib/components/icons.d.ts +1 -0
  20. package/lib/components/transcript/ScoreEventView.d.ts +0 -1
  21. package/lib/components/transcript/outline/OutlineRow.d.ts +1 -0
  22. package/lib/components/transcript/types.d.ts +2 -0
  23. package/lib/index.js +3533 -1917
  24. package/lib/index.js.map +1 -1
  25. package/lib/query/transcriptColumns.d.ts +1 -0
  26. package/lib/router/url.d.ts +1 -0
  27. package/lib/state/store.d.ts +11 -1
  28. package/lib/styles/index.css +375 -212
  29. package/lib/types/generated.d.ts +294 -0
  30. package/package.json +1 -1
@@ -847,7 +847,7 @@ body {
847
847
  padding-top: 10em;
848
848
  }
849
849
 
850
- code:not(.sourceCode):not(.source-code) {
850
+ code:not(.sourceCode):not(.source-code):not([class^="language-"]) {
851
851
  color: var(--bs-code-color);
852
852
  }
853
853
 
@@ -1064,25 +1064,6 @@ table.table.table-sm td {
1064
1064
  font-size: 0.8em;
1065
1065
  }
1066
1066
 
1067
- .tab-tools > * {
1068
- flex: 0 1 auto;
1069
- height: 1.5rem;
1070
- margin-left: 0.5rem;
1071
- }
1072
-
1073
- .tab-tools > input {
1074
- font-size: 0.7rem;
1075
- }
1076
-
1077
- .tab-tools .btn {
1078
- font-size: 0.7rem;
1079
- padding: 0.2em 0.8em;
1080
- }
1081
-
1082
- .tab-tools {
1083
- font-size: 0.7rem;
1084
- }
1085
-
1086
1067
  .do-not-collapse-self {
1087
1068
  display: block;
1088
1069
  height: auto !important;
@@ -2288,12 +2269,12 @@ so disabling selection can break that functionality */
2288
2269
  column-gap: 0.3rem;
2289
2270
  row-gap: 0.3rem;
2290
2271
  }
2291
- ._container_15g4u_1 {
2272
+ ._container_et6si_1 {
2292
2273
  position: relative;
2293
2274
  width: 100%;
2294
2275
  }
2295
2276
 
2296
- ._input_15g4u_6 {
2277
+ ._input_et6si_6 {
2297
2278
  width: 100%;
2298
2279
  font-size: 12px;
2299
2280
  padding: 4px 6px;
@@ -2303,12 +2284,41 @@ so disabling selection can break that functionality */
2303
2284
  color: var(--bs-body-color);
2304
2285
  }
2305
2286
 
2306
- ._input_15g4u_6:disabled {
2287
+ ._input_et6si_6:disabled {
2307
2288
  background: var(--bs-light);
2308
2289
  color: var(--bs-secondary);
2309
2290
  }
2310
2291
 
2311
- ._suggestionsList_15g4u_21 {
2292
+ ._inputWithToggle_et6si_21 {
2293
+ padding-right: 24px;
2294
+ }
2295
+
2296
+ ._toggleButton_et6si_25 {
2297
+ position: absolute;
2298
+ right: 2px;
2299
+ top: 50%;
2300
+ transform: translateY(-50%);
2301
+ background: none;
2302
+ border: none;
2303
+ padding: 2px 4px;
2304
+ cursor: pointer;
2305
+ color: var(--bs-secondary);
2306
+ display: flex;
2307
+ align-items: center;
2308
+ justify-content: center;
2309
+ font-size: 10px;
2310
+ }
2311
+
2312
+ ._toggleButton_et6si_25:hover:not(:disabled) {
2313
+ color: var(--bs-body-color);
2314
+ }
2315
+
2316
+ ._toggleButton_et6si_25:disabled {
2317
+ cursor: not-allowed;
2318
+ opacity: 0.5;
2319
+ }
2320
+
2321
+ ._suggestionsList_et6si_50 {
2312
2322
  margin: 0;
2313
2323
  padding: 0;
2314
2324
  list-style: none;
@@ -2321,7 +2331,7 @@ so disabling selection can break that functionality */
2321
2331
  z-index: 10000;
2322
2332
  }
2323
2333
 
2324
- ._suggestionItem_15g4u_34 {
2334
+ ._suggestionItem_et6si_63 {
2325
2335
  padding: 6px 8px;
2326
2336
  font-size: 12px;
2327
2337
  cursor: pointer;
@@ -2330,25 +2340,25 @@ so disabling selection can break that functionality */
2330
2340
  text-overflow: ellipsis;
2331
2341
  }
2332
2342
 
2333
- ._suggestionItem_15g4u_34:hover,
2334
- ._suggestionItem_15g4u_34._highlighted_15g4u_44 {
2343
+ ._suggestionItem_et6si_63:hover,
2344
+ ._suggestionItem_et6si_63._highlighted_et6si_73 {
2335
2345
  background: var(--bs-primary);
2336
2346
  color: white;
2337
2347
  }
2338
- ._filterContent_1udn5_1 {
2348
+ ._filterContent_1e9kw_1 {
2339
2349
  display: flex;
2340
2350
  flex-direction: column;
2341
2351
  gap: 8px;
2342
2352
  }
2343
2353
 
2344
- ._filterRow_1udn5_7 {
2354
+ ._filterRow_1e9kw_7 {
2345
2355
  display: flex;
2346
2356
  align-items: center;
2347
2357
  gap: 8px;
2348
2358
  }
2349
2359
 
2350
- ._filterSelect_1udn5_13,
2351
- ._filterInput_1udn5_14 {
2360
+ ._filterSelect_1e9kw_13,
2361
+ ._filterInput_1e9kw_14 {
2352
2362
  flex: 1;
2353
2363
  font-size: 12px;
2354
2364
  padding: 4px 6px;
@@ -2358,32 +2368,54 @@ so disabling selection can break that functionality */
2358
2368
  color: var(--bs-body-color);
2359
2369
  }
2360
2370
 
2361
- ._filterInput_1udn5_14:disabled,
2362
- ._filterSelect_1udn5_13:disabled {
2371
+ ._filterInput_1e9kw_14:disabled,
2372
+ ._filterSelect_1e9kw_13:disabled {
2363
2373
  background: var(--bs-light);
2364
2374
  color: var(--bs-secondary);
2365
2375
  }
2366
2376
 
2367
- ._columnId_1udn5_30 {
2368
- margin-left: 0.5rem;
2377
+ ._columnId_1e9kw_30 {
2369
2378
  font-weight: 600;
2370
2379
  font-family: var(--bs-monospace);
2371
2380
  }
2372
2381
 
2373
- .btn._filterButton_1udn5_36 {
2382
+ ._columnIdText_1e9kw_35 {
2383
+ margin-left: 0.5rem;
2384
+ }
2385
+
2386
+ .btn._filterButton_1e9kw_39 {
2374
2387
  width: 100%;
2375
2388
  padding: 0.2rem;
2376
2389
  }
2377
- .btn._toolButton_xcf22_1 {
2390
+
2391
+ ._durationInputWrapper_1e9kw_44 {
2392
+ display: flex;
2393
+ flex-direction: column;
2394
+ gap: 4px;
2395
+ flex: 1;
2396
+ }
2397
+
2398
+ ._durationHelper_1e9kw_51 {
2399
+ font-size: 11px;
2400
+ color: var(--bs-secondary);
2401
+ padding-left: 2px;
2402
+ }
2403
+
2404
+ ._rangeLabel_1e9kw_57 {
2405
+ font-size: 11px;
2406
+ color: var(--bs-secondary);
2407
+ padding-left: 2px;
2408
+ }
2409
+ .btn._toolButton_wcmr6_1 {
2378
2410
  background-color: var(--bs-light-border-subtle);
2379
2411
  white-space: nowrap;
2380
2412
  }
2381
2413
 
2382
- ._marginRight_xcf22_6 {
2414
+ ._marginRight_wcmr6_6 {
2383
2415
  margin-right: 0.5em;
2384
2416
  }
2385
2417
 
2386
- ._toolButton_xcf22_1:focus {
2418
+ ._toolButton_wcmr6_1:focus {
2387
2419
  outline: none;
2388
2420
  box-shadow:
2389
2421
  0 0 0 2px rgba(var(--bs-primary-rgb), 0.5),
@@ -2391,12 +2423,16 @@ so disabling selection can break that functionality */
2391
2423
  inset 0 1px 2px rgba(0, 0, 0, 0.1);
2392
2424
  }
2393
2425
 
2394
- ._latched_xcf22_18,
2395
- ._latched_xcf22_18:hover {
2426
+ ._latched_wcmr6_18,
2427
+ ._latched_wcmr6_18:hover {
2396
2428
  box-shadow:
2397
2429
  inset 0 2px 4px rgba(0, 0, 0, 0.15),
2398
2430
  inset 0 1px 2px rgba(0, 0, 0, 0.1);
2399
2431
  }
2432
+
2433
+ .btn._toolButton_wcmr6_1._subtle_wcmr6_25 {
2434
+ background-color: var(--bs-body-bg);
2435
+ }
2400
2436
  ._button_wkaow_1 {
2401
2437
  padding: 0.1rem 0.3rem;
2402
2438
  }
@@ -2404,6 +2440,131 @@ so disabling selection can break that functionality */
2404
2440
  .btn._button_wkaow_1 {
2405
2441
  background-color: transparent;
2406
2442
  }
2443
+ ._columnList_1sw8v_1 {
2444
+ display: flex;
2445
+ flex-direction: column;
2446
+ gap: 0.15em;
2447
+ max-height: 400px;
2448
+ overflow-y: auto;
2449
+ }
2450
+
2451
+ ._row_1sw8v_9 {
2452
+ display: flex;
2453
+ align-items: center;
2454
+ gap: 0.5em;
2455
+ cursor: pointer;
2456
+ border-radius: var(--bs-border-radius);
2457
+ padding: 0.1em 0.4em;
2458
+ margin: 0 -0.4em;
2459
+ }
2460
+
2461
+ ._row_1sw8v_9:hover {
2462
+ background-color: var(--bs-secondary-bg);
2463
+ }
2464
+
2465
+ ._links_1sw8v_23 {
2466
+ display: flex;
2467
+ padding-bottom: 0.2em;
2468
+ margin-bottom: 0.4em;
2469
+ column-gap: 0.3em;
2470
+ border-bottom: solid 1px var(--bs-border-color);
2471
+ }
2472
+
2473
+ ._links_1sw8v_23 a {
2474
+ cursor: pointer;
2475
+ text-decoration: none;
2476
+ color: var(--bs-link-color);
2477
+ }
2478
+
2479
+ ._links_1sw8v_23 a:hover {
2480
+ color: var(--bs-link-hover-color);
2481
+ }
2482
+
2483
+ ._selected_1sw8v_41 {
2484
+ font-weight: 600;
2485
+ }
2486
+ ._container_z2s7f_1 {
2487
+ display: flex;
2488
+ flex-direction: row;
2489
+ background: var(--bs-light-bg-subtle);
2490
+ border-bottom: solid var(--bs-border-color) 1px;
2491
+ padding: 0rem 0.5rem;
2492
+ align-items: flex-start;
2493
+ width: 100%;
2494
+ }
2495
+
2496
+ ._filterBar_z2s7f_11 {
2497
+ margin: 1px 0;
2498
+ }
2499
+
2500
+ ._filterLabel_z2s7f_15 {
2501
+ margin-right: 0.3rem;
2502
+ margin-top: 3px;
2503
+ }
2504
+
2505
+ ._filterNone_z2s7f_20 {
2506
+ margin-top: 2px;
2507
+ }
2508
+
2509
+ ._actionButtons_z2s7f_24 {
2510
+ margin-left: auto;
2511
+ margin-top: 0.1rem;
2512
+ margin-bottom: 0.1rem;
2513
+ display: flex;
2514
+ justify-content: flex-end;
2515
+ align-items: center;
2516
+ flex-direction: row;
2517
+ font-size: var(--inspect-font-size-smallestest);
2518
+ height: calc(100% - 4px);
2519
+ }
2520
+
2521
+ ._actionButton_z2s7f_24 {
2522
+ padding: 0.1rem 0.4rem;
2523
+ margin: 1px 0rem;
2524
+ font-size: var(--inspect-font-size-smallestest);
2525
+ }
2526
+
2527
+ ._actionButtonDropDown_z2s7f_42 {
2528
+ font-size: var(--inspect-font-size-smallestest);
2529
+ }
2530
+
2531
+ ._actionButton_z2s7f_24._chipButton_z2s7f_46 {
2532
+ background-color: unset;
2533
+ margin-left: 0.3rem;
2534
+ }
2535
+
2536
+ ._sep_z2s7f_51 {
2537
+ width: 1px;
2538
+ height: 100%;
2539
+ margin: 2px 0.3rem;
2540
+
2541
+ background-color: var(--bs-border-color);
2542
+ font-size: var(--inspect-font-size-smallestest);
2543
+ }
2544
+ ._filterButton_fuk0s_1 {
2545
+ display: inline-flex;
2546
+ align-items: center;
2547
+ justify-content: center;
2548
+ padding: 2px;
2549
+ border: none;
2550
+ background: transparent;
2551
+ color: var(--bs-secondary);
2552
+ cursor: pointer;
2553
+ }
2554
+
2555
+ ._filterButtonActive_fuk0s_12 {
2556
+ color: var(--bs-primary);
2557
+ }
2558
+ ._headerActions_uh0qk_1 {
2559
+ display: flex;
2560
+ align-items: center;
2561
+ gap: 4px;
2562
+ margin-right: 6px;
2563
+ }
2564
+
2565
+ ._filterPopover_uh0qk_8 {
2566
+ min-width: 180px;
2567
+ }
2407
2568
  ._container_1b6j7_1 {
2408
2569
  overflow: auto;
2409
2570
  outline: none;
@@ -2584,128 +2745,6 @@ so disabling selection can break that functionality */
2584
2745
  margin-right: auto;
2585
2746
  margin-top: 3rem;
2586
2747
  }
2587
- ._columnList_1sw8v_1 {
2588
- display: flex;
2589
- flex-direction: column;
2590
- gap: 0.15em;
2591
- max-height: 400px;
2592
- overflow-y: auto;
2593
- }
2594
-
2595
- ._row_1sw8v_9 {
2596
- display: flex;
2597
- align-items: center;
2598
- gap: 0.5em;
2599
- cursor: pointer;
2600
- border-radius: var(--bs-border-radius);
2601
- padding: 0.1em 0.4em;
2602
- margin: 0 -0.4em;
2603
- }
2604
-
2605
- ._row_1sw8v_9:hover {
2606
- background-color: var(--bs-secondary-bg);
2607
- }
2608
-
2609
- ._links_1sw8v_23 {
2610
- display: flex;
2611
- padding-bottom: 0.2em;
2612
- margin-bottom: 0.4em;
2613
- column-gap: 0.3em;
2614
- border-bottom: solid 1px var(--bs-border-color);
2615
- }
2616
-
2617
- ._links_1sw8v_23 a {
2618
- cursor: pointer;
2619
- text-decoration: none;
2620
- color: var(--bs-link-color);
2621
- }
2622
-
2623
- ._links_1sw8v_23 a:hover {
2624
- color: var(--bs-link-hover-color);
2625
- }
2626
-
2627
- ._selected_1sw8v_41 {
2628
- font-weight: 600;
2629
- }
2630
- ._container_1xqd6_1 {
2631
- display: flex;
2632
- flex-direction: row;
2633
- background: var(--bs-light-bg-subtle);
2634
- border-bottom: solid var(--bs-border-color) 1px;
2635
- padding: 0rem 0.5rem;
2636
- align-items: flex-start;
2637
- width: 100%;
2638
- }
2639
-
2640
- ._filterBar_1xqd6_11 {
2641
- margin: 1px 0;
2642
- }
2643
-
2644
- ._filterLabel_1xqd6_15 {
2645
- margin-right: 0.3rem;
2646
- }
2647
-
2648
- ._filterNone_1xqd6_19 {
2649
- }
2650
-
2651
- ._actionButtons_1xqd6_22 {
2652
- margin-left: auto;
2653
- margin-top: 0.1rem;
2654
- margin-bottom: 0.1rem;
2655
- display: flex;
2656
- justify-content: flex-end;
2657
- align-items: center;
2658
- flex-direction: row;
2659
- font-size: var(--inspect-font-size-smallestest);
2660
- }
2661
-
2662
- ._actionButton_1xqd6_22 {
2663
- padding: 0.1rem 0.4rem;
2664
- margin: 1px 0rem;
2665
- font-size: var(--inspect-font-size-smallestest);
2666
- }
2667
-
2668
- ._actionButtonDropDown_1xqd6_39 {
2669
- font-size: var(--inspect-font-size-smallestest);
2670
- }
2671
-
2672
- ._actionButton_1xqd6_22._chipButton_1xqd6_43 {
2673
- background-color: unset;
2674
- margin-left: 0.3rem;
2675
- }
2676
-
2677
- ._sep_1xqd6_48 {
2678
- width: 1px;
2679
- height: calc(100% - 4px);
2680
- margin: 2px 0.3rem;
2681
-
2682
- background-color: var(--bs-border-color);
2683
- font-size: var(--inspect-font-size-smallestest);
2684
- }
2685
- ._filterButton_fuk0s_1 {
2686
- display: inline-flex;
2687
- align-items: center;
2688
- justify-content: center;
2689
- padding: 2px;
2690
- border: none;
2691
- background: transparent;
2692
- color: var(--bs-secondary);
2693
- cursor: pointer;
2694
- }
2695
-
2696
- ._filterButtonActive_fuk0s_12 {
2697
- color: var(--bs-primary);
2698
- }
2699
- ._headerActions_uh0qk_1 {
2700
- display: flex;
2701
- align-items: center;
2702
- gap: 4px;
2703
- margin-right: 6px;
2704
- }
2705
-
2706
- ._filterPopover_uh0qk_8 {
2707
- min-width: 180px;
2708
- }
2709
2748
  ._container_w24zj_1 {
2710
2749
  height: 100%;
2711
2750
  display: grid;
@@ -3172,21 +3211,21 @@ button._segment_19z32_10 {
3172
3211
  ._segment_19z32_10 i {
3173
3212
  margin-right: 0.2em;
3174
3213
  }
3175
- ._tabs_1sz0h_1 {
3214
+ ._tabs_xzxjl_1 {
3176
3215
  align-items: center;
3177
3216
  }
3178
3217
 
3179
- ._tabContents_1sz0h_5 {
3218
+ ._tabContents_xzxjl_5 {
3180
3219
  flex: 1;
3181
3220
  overflow-y: hidden;
3182
3221
  }
3183
3222
 
3184
- ._tabContents_1sz0h_5._scrollable_1sz0h_10 {
3223
+ ._tabContents_xzxjl_5._scrollable_xzxjl_10 {
3185
3224
  height: 100%;
3186
3225
  overflow-y: auto;
3187
3226
  }
3188
3227
 
3189
- ._tab_1sz0h_1 {
3228
+ ._tab_xzxjl_1 {
3190
3229
  color: "var(--bs-body-color)";
3191
3230
  padding: 0.25rem 0.5rem;
3192
3231
  border-top-left-radius: var(--bs-border-radius);
@@ -3196,15 +3235,15 @@ button._segment_19z32_10 {
3196
3235
  margin-bottom: -1px;
3197
3236
  }
3198
3237
 
3199
- ._tabItem_1sz0h_25 {
3238
+ ._tabItem_xzxjl_25 {
3200
3239
  align-self: end;
3201
3240
  }
3202
3241
 
3203
- ._tabIcon_1sz0h_29 {
3242
+ ._tabIcon_xzxjl_29 {
3204
3243
  margin-right: 0.5em;
3205
3244
  }
3206
3245
 
3207
- ._tabTools_1sz0h_33 {
3246
+ ._tabTools_xzxjl_33 {
3208
3247
  flex-basis: auto;
3209
3248
  margin-left: auto;
3210
3249
  display: flex;
@@ -3214,10 +3253,24 @@ button._segment_19z32_10 {
3214
3253
  row-gap: 0.3rem;
3215
3254
  }
3216
3255
 
3217
- ._tabStyle_1sz0h_43 {
3256
+ ._tabStyle_xzxjl_43 {
3218
3257
  padding-left: 0.7em;
3219
3258
  padding-right: 0.7em;
3220
3259
  }
3260
+
3261
+ ._tabTools_xzxjl_33 > * {
3262
+ flex: 0 1 auto;
3263
+ margin-left: 0.5rem;
3264
+ }
3265
+
3266
+ ._tabTools_xzxjl_33 input {
3267
+ font-size: var(--inspect-font-size-smallest);
3268
+ }
3269
+
3270
+ ._tabTools_xzxjl_33 .btn {
3271
+ font-size: var(--inspect-font-size-smallest);
3272
+ padding: 0.1em 0.5em;
3273
+ }
3221
3274
  .card-header-container:not(.card-header-modern) {
3222
3275
  display: grid;
3223
3276
  grid-template-columns: max-content auto;
@@ -3718,24 +3771,24 @@ a._citationLink_1ggvf_9:hover {
3718
3771
  ._toolPanel_1792k_40 {
3719
3772
  display: contents;
3720
3773
  }
3721
- ._toolImage_1wvgr_1 {
3774
+ ._toolImage_qu6a9_1 {
3722
3775
  max-width: 800px;
3723
3776
  border: solid var(--bs-border-color) 1px;
3724
3777
  }
3725
3778
 
3726
- ._output_1wvgr_6 {
3779
+ ._output_qu6a9_6 {
3727
3780
  display: grid;
3728
3781
  }
3729
3782
 
3730
- ._textOutput_1wvgr_10 {
3783
+ ._textOutput_qu6a9_10 {
3731
3784
  padding-left: 2px;
3732
3785
  padding: 0.5em 0.5em 0.5em 0.5em;
3733
3786
  white-space: pre-wrap;
3734
3787
  margin-bottom: 0;
3735
- font-size: 0.9em !important;
3788
+ font-size: var(--inspect-font-size-smallest) !important;
3736
3789
  }
3737
3790
 
3738
- ._textCode_1wvgr_18 {
3791
+ ._textCode_qu6a9_18 {
3739
3792
  word-wrap: anywhere;
3740
3793
  }
3741
3794
  ._grid_17ltx_1 {
@@ -3819,21 +3872,22 @@ a._citationLink_1ggvf_9:hover {
3819
3872
  ._inProgress_1t8rx_9 {
3820
3873
  font-weight: bold;
3821
3874
  }
3822
- ._outputPre_1jznn_1 {
3875
+ ._outputPre_fhwyo_1 {
3823
3876
  padding: 0.5em;
3824
3877
  margin-top: 0.25em;
3825
3878
  margin-bottom: 0;
3826
3879
  }
3827
3880
 
3828
- ._toolView_1jznn_7 {
3881
+ ._toolView_fhwyo_7 {
3829
3882
  margin-top: 0.25em;
3883
+ padding: 0.5em !important;
3830
3884
  }
3831
3885
 
3832
- ._toolView_1jznn_7 {
3833
- padding: 0.5em !important;
3886
+ ._toolView_fhwyo_7 pre {
3887
+ margin-bottom: 0;
3834
3888
  }
3835
3889
 
3836
- ._outputCode_1jznn_15 {
3890
+ ._outputCode_fhwyo_16 {
3837
3891
  font-size: 0.8rem !important;
3838
3892
  overflow-wrap: anywhere !important;
3839
3893
  white-space: pre-wrap !important;
@@ -3976,6 +4030,9 @@ a._citationLink_1ggvf_9:hover {
3976
4030
  ._hidden_e1pcq_40 {
3977
4031
  opacity: 0 !important;
3978
4032
  }
4033
+ ._searchBox_fwn6a_1 {
4034
+ font-size: var(--inspect-font-size-smallest);
4035
+ }
3979
4036
  ._progressContainer_1cjjr_1 {
3980
4037
  width: 100%;
3981
4038
  display: flex;
@@ -6187,47 +6244,45 @@ span.ap-marker-container:hover span.ap-marker {
6187
6244
  overflow-y: hidden;
6188
6245
  height: 100%;
6189
6246
  }
6190
- ._sidebar_ruino_1 {
6247
+ ._sidebar_uz8wg_1 {
6191
6248
  border-right: solid 1px var(--bs-border-color);
6192
6249
  padding: 1rem;
6193
6250
  overflow-y: auto;
6194
6251
  }
6195
6252
 
6196
- ._container_ruino_7 {
6197
- display: inline-grid;
6198
- grid-template-columns: 1fr 2fr;
6253
+ ._container_uz8wg_7 {
6254
+ display: grid;
6255
+ grid-template-columns: max-content minmax(0, 1fr);
6199
6256
  align-self: start;
6200
- row-gap: 0.5rem;
6257
+ gap: 0.5rem;
6201
6258
  }
6202
6259
 
6203
- ._colspan_ruino_14 {
6260
+ ._colspan_uz8wg_14 {
6204
6261
  grid-column: span 2;
6205
6262
  }
6206
6263
 
6207
- ._explanation_ruino_18 {
6264
+ ._explanation_uz8wg_18 {
6208
6265
  display: grid;
6209
6266
  grid-template-columns: max-content 1fr;
6210
6267
  column-gap: 1rem;
6211
6268
  row-gap: 0.75rem;
6212
6269
  }
6213
6270
 
6214
- ._scanValue_ruino_25 {
6271
+ ._scanValue_uz8wg_25 {
6215
6272
  padding-right: 0.5rem;
6216
6273
  }
6217
6274
 
6218
- ._values_ruino_29 {
6219
- display: grid;
6220
- grid-template-columns: max-content auto;
6221
- column-gap: 0.5rem;
6275
+ ._values_uz8wg_29 {
6276
+ display: block;
6222
6277
  }
6223
6278
 
6224
- ._validation_ruino_35 {
6279
+ ._validation_uz8wg_33 {
6225
6280
  margin-left: 1rem;
6226
6281
  display: grid;
6227
6282
  grid-template-columns: max-content max-content;
6228
6283
  }
6229
6284
 
6230
- ._validationLabel_ruino_41 {
6285
+ ._validationLabel_uz8wg_39 {
6231
6286
  padding-right: 0.5rem;
6232
6287
  margin-top: 2px;
6233
6288
  }
@@ -6374,15 +6429,15 @@ span.ap-marker-container:hover span.ap-marker {
6374
6429
  margin-top: 0.65rem;
6375
6430
  overflow: visible;
6376
6431
  }
6377
- ._tabContainer_150et_1 {
6432
+ ._tabContainer_vrt5k_1 {
6378
6433
  display: grid;
6379
6434
  grid-template-rows: max-content minmax(0, 1fr);
6380
6435
  height: 100%;
6381
6436
  }
6382
6437
 
6383
- .nav._tabs_150et_7 {
6438
+ .nav._tabs_vrt5k_7 {
6384
6439
  border-bottom: solid 1px var(--bs-border-color);
6385
- padding-bottom: 0.5rem;
6440
+ padding-bottom: 0.25rem;
6386
6441
  padding-top: 0.5rem;
6387
6442
  padding-left: 0.5rem;
6388
6443
  padding-right: 0.5rem;
@@ -6392,55 +6447,114 @@ span.ap-marker-container:hover span.ap-marker {
6392
6447
  background-color: var(--bs-body-bg);
6393
6448
  }
6394
6449
 
6395
- .nav._tabs_150et_7 .nav-link {
6450
+ .nav._tabs_vrt5k_7 .nav-link {
6396
6451
  padding: 0.3rem 0.5rem;
6397
6452
  font-size: var(--inspect-font-size-smallest) !important;
6398
6453
  }
6399
6454
 
6400
- ._tabSet_150et_24 {
6401
- }
6402
-
6403
- ._chatTab_150et_27 > * > * {
6455
+ ._chatTab_vrt5k_24 > * > * {
6404
6456
  padding: 0.5rem;
6405
6457
  }
6406
6458
 
6407
- ._chatTab_150et_27 {
6459
+ ._chatTab_vrt5k_24 {
6408
6460
  padding-bottom: 50px;
6409
6461
  }
6410
6462
 
6411
- ._metadata_150et_35 {
6463
+ ._metadata_vrt5k_32 {
6412
6464
  padding: 0.5rem;
6413
6465
  padding-bottom: 50px;
6414
6466
  }
6415
6467
 
6416
- ._scrollable_150et_40 {
6468
+ ._scrollable_vrt5k_37 {
6417
6469
  overflow-y: auto;
6418
6470
  min-height: 0;
6419
6471
  height: 100%;
6420
6472
  }
6421
6473
 
6422
- ._eventsList_150et_46 {
6474
+ ._eventsSeparator_vrt5k_43 {
6475
+ background-color: var(--bs-border-color);
6476
+ }
6477
+
6478
+ ._eventsList_vrt5k_47 {
6423
6479
  padding-bottom: 1rem;
6424
- border-left: solid 1px var(--bs-border-color);
6425
6480
  }
6426
6481
 
6427
- ._eventsContainer_150et_51 {
6482
+ ._eventsContainer_vrt5k_51 {
6428
6483
  display: grid;
6429
6484
  width: 100%;
6430
- grid-template-columns: 200px 1fr;
6485
+ grid-template-columns: 180px 1px 1fr;
6431
6486
  min-height: 100vh;
6432
6487
  transition: grid-template-columns 0.3s ease;
6433
6488
  padding-bottom: 44px;
6434
6489
  }
6435
6490
 
6436
- ._eventsTab_150et_60 {
6491
+ ._eventsContainer_vrt5k_51._outlineCollapsed_vrt5k_60 {
6492
+ grid-template-columns: 28px 1px 1fr;
6493
+ }
6494
+
6495
+ ._eventsTab_vrt5k_64 {
6437
6496
  display: flex;
6438
6497
  }
6439
6498
 
6440
- ._eventsOutline_150et_64 {
6499
+ ._eventsOutline_vrt5k_68 {
6441
6500
  padding-left: 0.5rem;
6442
6501
  padding-top: 0.8rem;
6443
6502
  }
6503
+
6504
+ ._outlineToggle_vrt5k_73 {
6505
+ cursor: pointer;
6506
+ font-size: 0.8em;
6507
+ position: absolute;
6508
+ top: 0.5em;
6509
+ right: 0.5em;
6510
+ }
6511
+
6512
+ ._tabTool_vrt5k_81 {
6513
+ font-size: var(--inspect-font-size-smallestest) !important;
6514
+ padding: 0.1rem 0.4rem !important;
6515
+ }
6516
+ ._grid_1ml4j_1 {
6517
+ display: grid;
6518
+ grid-template-columns: 1fr 1fr;
6519
+ column-gap: 2em;
6520
+ row-gap: 0.15em;
6521
+ }
6522
+
6523
+ ._row_1ml4j_8 {
6524
+ display: flex;
6525
+ align-items: center;
6526
+ gap: 0.5em;
6527
+ cursor: pointer;
6528
+ border-radius: var(--bs-border-radius);
6529
+ padding: 0.1em 0.4em;
6530
+ margin: 0 -0.4em;
6531
+ }
6532
+
6533
+ ._row_1ml4j_8:hover {
6534
+ background-color: var(--bs-secondary-bg);
6535
+ }
6536
+
6537
+ ._links_1ml4j_22 {
6538
+ display: flex;
6539
+ padding-bottom: 0.2em;
6540
+ margin-bottom: 0.4em;
6541
+ column-gap: 0.3em;
6542
+ border-bottom: solid 1px var(--bs-border-color);
6543
+ }
6544
+
6545
+ ._links_1ml4j_22 a {
6546
+ cursor: pointer;
6547
+ text-decoration: none;
6548
+ color: var(--bs-link-color);
6549
+ }
6550
+
6551
+ ._links_1ml4j_22 a:hover {
6552
+ color: var(--bs-link-hover-color);
6553
+ }
6554
+
6555
+ ._selected_1ml4j_40 {
6556
+ font-weight: 600;
6557
+ }
6444
6558
  ._container_godvv_1 {
6445
6559
  display: grid;
6446
6560
  grid-template-rows: max-content max-content 1fr;
@@ -6497,3 +6611,52 @@ span.ap-marker-container:hover span.ap-marker {
6497
6611
  margin-top: 0.5rem;
6498
6612
  margin-bottom: 1rem;
6499
6613
  }
6614
+ .findBand {
6615
+ position: absolute;
6616
+ top: 0;
6617
+ right: 0;
6618
+ margin-right: 20%;
6619
+ z-index: 1060;
6620
+ color: var(--inspect-find-foreground);
6621
+ background-color: var(--inspect-find-background);
6622
+ font-size: 0.9rem;
6623
+ display: grid;
6624
+ grid-template-columns: auto auto auto auto auto;
6625
+ column-gap: 0.2em;
6626
+ padding: 0.2rem;
6627
+ border-bottom: solid 1px var(--bs-light-border-subtle);
6628
+ border-left: solid 1px var(--bs-light-border-subtle);
6629
+ border-right: solid 1px var(--bs-light-border-subtle);
6630
+ box-shadow: var(--bs-box-shadow);
6631
+ }
6632
+
6633
+ .findBand input {
6634
+ height: 2em;
6635
+ font-size: 0.9em;
6636
+ margin: 0.1rem;
6637
+ outline: none;
6638
+ border: solid 1px var(--inspect-input-border);
6639
+ color: var(--inspect-input-foreground);
6640
+ background: var(--inspect-input-background);
6641
+ }
6642
+
6643
+ #inspect-find-no-results {
6644
+ font-size: 0.9em;
6645
+ opacity: 0;
6646
+ margin-top: auto;
6647
+ margin-bottom: auto;
6648
+ margin-right: 0.5em;
6649
+ }
6650
+
6651
+ .findBand .btn.next,
6652
+ .findBand .btn.prev {
6653
+ padding: 0;
6654
+ font-size: var(--inspect-fond-size-larger);
6655
+ }
6656
+
6657
+ .findBand .btn.close {
6658
+ padding: 0;
6659
+ font-size: var(--inspect-font-size-title-secondary);
6660
+ margin-top: -0.1rem;
6661
+ margin-bottom: -0.1rem;
6662
+ }