@sourcegraph/cody-web 0.31.0 → 0.32.0
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/dist/{agent.worker-DT8FShIL.mjs → agent.worker-CDpvFRkI.mjs} +4620 -5197
- package/dist/agent.worker.js +2 -2
- package/dist/{git-log-CZLl35Ua.mjs → git-log-ltF6h_Tk.mjs} +1 -1
- package/dist/{index-CFWvzD4D.mjs → index-D6x43_Eb.mjs} +3 -3
- package/dist/index.js +1951 -1738
- package/dist/style.css +165 -59
- package/dist/{util-Bt98Paeh.mjs → util-PivrZJhX.mjs} +1 -1
- package/dist/{vscode-shim-DuhCkl0x.mjs → vscode-shim-Coc7PRnS.mjs} +14619 -14716
- package/package.json +15 -17
- package/LICENSE +0 -201
- package/dist/demo/App.d.ts +0 -4
- package/dist/demo/App.d.ts.map +0 -1
- package/dist/demo/index.d.ts +0 -2
- package/dist/demo/index.d.ts.map +0 -1
- package/dist/lib/agent/agent.client.d.ts +0 -20
- package/dist/lib/agent/agent.client.d.ts.map +0 -1
- package/dist/lib/agent/agent.worker.d.ts +0 -2
- package/dist/lib/agent/agent.worker.d.ts.map +0 -1
- package/dist/lib/agent/index-db-storage.d.ts +0 -15
- package/dist/lib/agent/index-db-storage.d.ts.map +0 -1
- package/dist/lib/agent/shims/child_process.d.ts +0 -5
- package/dist/lib/agent/shims/child_process.d.ts.map +0 -1
- package/dist/lib/agent/shims/env-paths.d.ts +0 -2
- package/dist/lib/agent/shims/env-paths.d.ts.map +0 -1
- package/dist/lib/agent/shims/fs-extra.d.ts +0 -3
- package/dist/lib/agent/shims/fs-extra.d.ts.map +0 -1
- package/dist/lib/agent/shims/fs.d.ts +0 -9
- package/dist/lib/agent/shims/fs.d.ts.map +0 -1
- package/dist/lib/agent/shims/fs__promises.d.ts +0 -11
- package/dist/lib/agent/shims/fs__promises.d.ts.map +0 -1
- package/dist/lib/agent/shims/inline-completion-item-provider.d.ts +0 -3
- package/dist/lib/agent/shims/inline-completion-item-provider.d.ts.map +0 -1
- package/dist/lib/agent/shims/open.d.ts +0 -3
- package/dist/lib/agent/shims/open.d.ts.map +0 -1
- package/dist/lib/agent/shims/os.d.ts +0 -10
- package/dist/lib/agent/shims/os.d.ts.map +0 -1
- package/dist/lib/agent/shims/stream.d.ts +0 -9
- package/dist/lib/agent/shims/stream.d.ts.map +0 -1
- package/dist/lib/agent/shims/worker_threads.d.ts +0 -3
- package/dist/lib/agent/shims/worker_threads.d.ts.map +0 -1
- package/dist/lib/agent/shims/zlib.d.ts +0 -7
- package/dist/lib/agent/shims/zlib.d.ts.map +0 -1
- package/dist/lib/components/CodyPromptTemplate.d.ts +0 -28
- package/dist/lib/components/CodyPromptTemplate.d.ts.map +0 -1
- package/dist/lib/components/CodyWebChat.d.ts +0 -72
- package/dist/lib/components/CodyWebChat.d.ts.map +0 -1
- package/dist/lib/components/skeleton/ChatSkeleton.d.ts +0 -12
- package/dist/lib/components/skeleton/ChatSkeleton.d.ts.map +0 -1
- package/dist/lib/components/use-cody-agent.d.ts +0 -28
- package/dist/lib/components/use-cody-agent.d.ts.map +0 -1
- package/dist/lib/index.d.ts +0 -6
- package/dist/lib/index.d.ts.map +0 -1
- package/dist/lib/types.d.ts +0 -28
- package/dist/lib/types.d.ts.map +0 -1
- package/dist/tsconfig.tsbuildinfo +0 -1
package/dist/style.css
CHANGED
|
@@ -369,14 +369,16 @@ img.ProseMirror-separator {
|
|
|
369
369
|
border: none !important;
|
|
370
370
|
margin: 0 !important;
|
|
371
371
|
}
|
|
372
|
-
._popover-
|
|
372
|
+
._popover-dimensions_17xxk_1 {
|
|
373
373
|
width: clamp(300px, 65vw, 440px);
|
|
374
374
|
}
|
|
375
375
|
|
|
376
|
-
.
|
|
377
|
-
|
|
376
|
+
._menu_17xxk_5 {
|
|
377
|
+
background: var(--vscode-sideBar-background);
|
|
378
|
+
color: var(--vscode-sideBar-foreground);
|
|
379
|
+
box-shadow: 0 0 8px 2px var(--vscode-widget-shadow);
|
|
380
|
+
border: 1px solid var(--vscode-dropdown-border);
|
|
378
381
|
border-radius: 0.25rem;
|
|
379
|
-
box-shadow: 0px 20px 25px -5px var(--color-shadow-10, rgba(15, 17, 26, 0.10)), 0px 8px 10px -6px var(--color-shadow-10, rgba(15, 17, 26, 0.10));
|
|
380
382
|
max-height: 300px;
|
|
381
383
|
z-index: 1;
|
|
382
384
|
}
|
|
@@ -452,17 +454,42 @@ img.ProseMirror-separator {
|
|
|
452
454
|
kbd {
|
|
453
455
|
all: unset;
|
|
454
456
|
}
|
|
455
|
-
.
|
|
457
|
+
._wrapper_g0yr4_1 {
|
|
458
|
+
display: flex;
|
|
459
|
+
flex-direction: column;
|
|
460
|
+
gap: 8px;
|
|
461
|
+
}
|
|
462
|
+
|
|
463
|
+
._buttons-container_g0yr4_7 {
|
|
464
|
+
display: flex;
|
|
465
|
+
align-items: center;
|
|
466
|
+
justify-content: space-between;
|
|
467
|
+
padding: 8px;
|
|
468
|
+
border: 1px solid var(--vscode-editor-foreground);
|
|
469
|
+
border-radius: 4px;
|
|
470
|
+
background: transparent;
|
|
471
|
+
}
|
|
472
|
+
|
|
473
|
+
._buttons-container-transparent_g0yr4_17 {
|
|
474
|
+
border: none;
|
|
475
|
+
padding: 4px 0;
|
|
476
|
+
}
|
|
477
|
+
|
|
478
|
+
._leftInfo_g0yr4_23 {
|
|
456
479
|
display: flex;
|
|
457
|
-
flex-wrap: wrap;
|
|
458
480
|
align-items: center;
|
|
459
|
-
|
|
481
|
+
gap: 8px;
|
|
482
|
+
color: var(--vscode-descriptionForeground);
|
|
460
483
|
}
|
|
461
484
|
|
|
462
|
-
.
|
|
485
|
+
._stats_g0yr4_30 {
|
|
486
|
+
color: var(--vscode-descriptionForeground);
|
|
487
|
+
}
|
|
488
|
+
|
|
489
|
+
._buttons_g0yr4_7 {
|
|
463
490
|
display: flex;
|
|
464
491
|
}
|
|
465
|
-
.
|
|
492
|
+
._button_g0yr4_7 {
|
|
466
493
|
display: flex;
|
|
467
494
|
align-items: center;
|
|
468
495
|
padding: 3px;
|
|
@@ -473,23 +500,33 @@ kbd {
|
|
|
473
500
|
border-radius: var(--button-icon-corner-radius);
|
|
474
501
|
color: var(--foreground);
|
|
475
502
|
}
|
|
476
|
-
.
|
|
503
|
+
._button_g0yr4_7:hover {
|
|
477
504
|
background: var(--button-icon-hover-background);
|
|
478
505
|
outline: 1px dotted var(--contrast-active-border);
|
|
479
506
|
outline-offset: -1px;
|
|
480
507
|
}
|
|
481
|
-
.
|
|
508
|
+
._button_g0yr4_7:not(:first-child) {
|
|
482
509
|
margin-left: 0.25rem;
|
|
483
510
|
}
|
|
484
511
|
|
|
485
|
-
.
|
|
512
|
+
._button_g0yr4_7 ._icon-container_g0yr4_57 {
|
|
486
513
|
margin-right: 0.25rem
|
|
487
514
|
}
|
|
488
515
|
|
|
489
|
-
.
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
516
|
+
._addition_g0yr4_61 {
|
|
517
|
+
color: #3fb950;
|
|
518
|
+
font-weight: bold;
|
|
519
|
+
}
|
|
520
|
+
|
|
521
|
+
._deletion_g0yr4_66 {
|
|
522
|
+
color: #f85149;
|
|
523
|
+
font-weight: bold;
|
|
524
|
+
}
|
|
525
|
+
|
|
526
|
+
._copy-button_g0yr4_71,
|
|
527
|
+
._insert-button_g0yr4_72,
|
|
528
|
+
._attribution-icon_g0yr4_73,
|
|
529
|
+
._status_g0yr4_74 {
|
|
493
530
|
all: unset;
|
|
494
531
|
padding: 3px;
|
|
495
532
|
min-width: 16px; /* Status element needs to be able to expand. */
|
|
@@ -497,60 +534,60 @@ kbd {
|
|
|
497
534
|
background-color: transparent;
|
|
498
535
|
}
|
|
499
536
|
|
|
500
|
-
._copy-
|
|
501
|
-
._insert-
|
|
537
|
+
._copy-button_g0yr4_71,
|
|
538
|
+
._insert-button_g0yr4_72 {
|
|
502
539
|
cursor: pointer;
|
|
503
540
|
background: var(--button-icon-background);
|
|
504
541
|
border-radius: var(--button-icon-corner-radius);
|
|
505
542
|
color: var(--foreground);
|
|
506
543
|
}
|
|
507
|
-
._copy-
|
|
508
|
-
._insert-
|
|
544
|
+
._copy-button_g0yr4_71:hover,
|
|
545
|
+
._insert-button_g0yr4_72:hover {
|
|
509
546
|
background: var(--button-icon-hover-background);
|
|
510
547
|
outline: 1px dotted var(--contrast-active-border);
|
|
511
548
|
outline-offset: -1px;
|
|
512
549
|
}
|
|
513
550
|
|
|
514
|
-
.
|
|
551
|
+
._status_g0yr4_74 {
|
|
515
552
|
font-size: 12px;
|
|
516
553
|
line-height: 1;
|
|
517
554
|
}
|
|
518
555
|
|
|
519
|
-
._metadata-
|
|
556
|
+
._metadata-container_g0yr4_101 {
|
|
520
557
|
display: flex;
|
|
521
558
|
align-items: center;
|
|
522
559
|
margin-left: auto;
|
|
523
560
|
}
|
|
524
561
|
|
|
525
|
-
._metadata-
|
|
562
|
+
._metadata-container_g0yr4_101 > :not(:last-child) {
|
|
526
563
|
margin-right: 0.25rem;
|
|
527
564
|
}
|
|
528
565
|
|
|
529
|
-
._attribution-
|
|
566
|
+
._attribution-container_g0yr4_111 {
|
|
530
567
|
all: unset;
|
|
531
568
|
display: flex;
|
|
532
569
|
margin-left: auto;
|
|
533
570
|
}
|
|
534
571
|
|
|
535
572
|
|
|
536
|
-
._attribution-icon-
|
|
573
|
+
._attribution-icon-unavailable_g0yr4_118 {
|
|
537
574
|
color: var(--hl-orange);
|
|
538
575
|
}
|
|
539
576
|
|
|
540
|
-
._attribution-icon-
|
|
577
|
+
._attribution-icon-found_g0yr4_122 {
|
|
541
578
|
color: var(--hl-dark-red);
|
|
542
579
|
}
|
|
543
580
|
|
|
544
|
-
.
|
|
581
|
+
._status_g0yr4_74 {
|
|
545
582
|
display: flex;
|
|
546
583
|
align-items: center;
|
|
547
584
|
}
|
|
548
585
|
|
|
549
|
-
._codicon-
|
|
550
|
-
animation:
|
|
586
|
+
._codicon-loading_g0yr4_131 {
|
|
587
|
+
animation: _spin_g0yr4_1 1s linear infinite;
|
|
551
588
|
}
|
|
552
589
|
|
|
553
|
-
@keyframes
|
|
590
|
+
@keyframes _spin_g0yr4_1 {
|
|
554
591
|
from { transform: rotate(0deg); }
|
|
555
592
|
to { transform: rotate(360deg); }
|
|
556
593
|
}
|
|
@@ -562,16 +599,16 @@ kbd {
|
|
|
562
599
|
--spacing: 1rem;
|
|
563
600
|
}
|
|
564
601
|
|
|
565
|
-
.
|
|
602
|
+
._content_g0yr4_147 {
|
|
566
603
|
word-break: break-word;
|
|
567
604
|
text-wrap: wrap;
|
|
568
605
|
}
|
|
569
606
|
|
|
570
607
|
/* Style @-file tokens to match TranscriptAction context files */
|
|
571
|
-
.
|
|
572
|
-
.
|
|
573
|
-
.
|
|
574
|
-
.
|
|
608
|
+
._content_g0yr4_147 a[href^="vscode://file"] em,
|
|
609
|
+
._content_g0yr4_147 a[href^="vscode-insiders://file"] em,
|
|
610
|
+
._content_g0yr4_147 a[href^="vscodium://file"] em,
|
|
611
|
+
._content_g0yr4_147 a[href^="cursor://file"] em
|
|
575
612
|
{
|
|
576
613
|
padding: 1px 2px;
|
|
577
614
|
box-sizing: border-box;
|
|
@@ -581,13 +618,13 @@ kbd {
|
|
|
581
618
|
word-break: break-all;
|
|
582
619
|
}
|
|
583
620
|
|
|
584
|
-
.
|
|
621
|
+
._content_g0yr4_147 p {
|
|
585
622
|
word-break: break-word;
|
|
586
623
|
margin-block: 1rem;
|
|
587
624
|
}
|
|
588
625
|
|
|
589
626
|
/* code block styling */
|
|
590
|
-
.
|
|
627
|
+
._content_g0yr4_147 pre {
|
|
591
628
|
padding: calc(var(--spacing) * 0.5);
|
|
592
629
|
overflow-x: auto;
|
|
593
630
|
border-bottom: none;
|
|
@@ -596,73 +633,73 @@ kbd {
|
|
|
596
633
|
border: 1px solid var(--vscode-input-background);
|
|
597
634
|
}
|
|
598
635
|
|
|
599
|
-
.
|
|
600
|
-
.
|
|
636
|
+
._content_g0yr4_147 code,
|
|
637
|
+
._content_g0yr4_147 pre {
|
|
601
638
|
font-family: var(--vscode-editor-font-family);
|
|
602
639
|
font-size: var(--vscode-editor-font-size);
|
|
603
640
|
overflow: auto;
|
|
604
641
|
}
|
|
605
642
|
|
|
606
|
-
.
|
|
607
|
-
.
|
|
643
|
+
._content_g0yr4_147 pre,
|
|
644
|
+
._content_g0yr4_147 pre > code {
|
|
608
645
|
/* Our syntax highlighter emits colors intended for dark backgrounds only. */
|
|
609
646
|
background-color: var(--code-background);
|
|
610
647
|
color: var(--code-foreground);
|
|
611
648
|
margin-bottom: 0;
|
|
612
649
|
}
|
|
613
|
-
body[data-vscode-theme-kind='vscode-light'] .
|
|
614
|
-
body[data-vscode-theme-kind='vscode-light'] .
|
|
650
|
+
body[data-vscode-theme-kind='vscode-light'] ._content_g0yr4_147 pre,
|
|
651
|
+
body[data-vscode-theme-kind='vscode-light'] ._content_g0yr4_147 pre > code {
|
|
615
652
|
/* Our syntax highlighter emits colors intended for dark backgrounds only. */
|
|
616
653
|
background-color: var(--code-background);
|
|
617
654
|
color: var(--code-foreground);
|
|
618
655
|
}
|
|
619
656
|
|
|
620
|
-
.
|
|
621
|
-
.
|
|
622
|
-
.
|
|
623
|
-
.
|
|
624
|
-
.
|
|
625
|
-
.
|
|
657
|
+
._content_g0yr4_147 h1,
|
|
658
|
+
._content_g0yr4_147 h2,
|
|
659
|
+
._content_g0yr4_147 h3,
|
|
660
|
+
._content_g0yr4_147 h4,
|
|
661
|
+
._content_g0yr4_147 h5,
|
|
662
|
+
._content_g0yr4_147 h6 {
|
|
626
663
|
margin: 1.2em 0;
|
|
627
664
|
}
|
|
628
665
|
|
|
629
|
-
.
|
|
666
|
+
._content_g0yr4_147 h1 {
|
|
630
667
|
font-size: 1.15em;
|
|
631
668
|
font-weight: 700;
|
|
632
669
|
}
|
|
633
670
|
|
|
634
|
-
.
|
|
671
|
+
._content_g0yr4_147 h2 {
|
|
635
672
|
font-size: 1.1em;
|
|
636
673
|
font-weight: 700;
|
|
637
674
|
}
|
|
638
675
|
|
|
639
|
-
.
|
|
676
|
+
._content_g0yr4_147 h3 {
|
|
640
677
|
font-size: inherit;
|
|
641
678
|
font-weight: 700;
|
|
642
679
|
}
|
|
643
680
|
|
|
644
|
-
.
|
|
645
|
-
.
|
|
646
|
-
.
|
|
681
|
+
._content_g0yr4_147 h4,
|
|
682
|
+
._content_g0yr4_147 h5,
|
|
683
|
+
._content_g0yr4_147 h6 {
|
|
647
684
|
font-size: inherit;
|
|
648
685
|
font-weight: 600;
|
|
649
686
|
}
|
|
650
687
|
|
|
651
|
-
.
|
|
688
|
+
._content_g0yr4_147 > *:first-child {
|
|
652
689
|
margin-top: 0;
|
|
653
690
|
}
|
|
654
691
|
|
|
655
|
-
.
|
|
692
|
+
._content_g0yr4_147 > *:last-child {
|
|
656
693
|
margin-bottom: 0;
|
|
657
694
|
}
|
|
658
695
|
|
|
659
|
-
.
|
|
696
|
+
._content_g0yr4_147 ul, ._content_g0yr4_147 ol {
|
|
660
697
|
margin-block: 1rem;
|
|
661
698
|
padding-inline-start: 2rem;
|
|
662
699
|
list-style: revert;
|
|
663
700
|
}
|
|
664
701
|
|
|
665
|
-
._file-name-
|
|
702
|
+
._file-name-container_g0yr4_247 {
|
|
666
703
|
color: var(--vscode-descriptionForeground);
|
|
667
704
|
margin-left: auto;
|
|
668
705
|
}
|
|
@@ -2515,6 +2552,34 @@ imported in Sourcegraph shell.
|
|
|
2515
2552
|
since they will conflict with any possible reset/global
|
|
2516
2553
|
styles in consumer. See @mixin reset-styles for more details
|
|
2517
2554
|
*/
|
|
2555
|
+
.tw-container {
|
|
2556
|
+
width: 100%;
|
|
2557
|
+
}
|
|
2558
|
+
@media (min-width: 640px) {
|
|
2559
|
+
.tw-container {
|
|
2560
|
+
max-width: 640px;
|
|
2561
|
+
}
|
|
2562
|
+
}
|
|
2563
|
+
@media (min-width: 768px) {
|
|
2564
|
+
.tw-container {
|
|
2565
|
+
max-width: 768px;
|
|
2566
|
+
}
|
|
2567
|
+
}
|
|
2568
|
+
@media (min-width: 1024px) {
|
|
2569
|
+
.tw-container {
|
|
2570
|
+
max-width: 1024px;
|
|
2571
|
+
}
|
|
2572
|
+
}
|
|
2573
|
+
@media (min-width: 1280px) {
|
|
2574
|
+
.tw-container {
|
|
2575
|
+
max-width: 1280px;
|
|
2576
|
+
}
|
|
2577
|
+
}
|
|
2578
|
+
@media (min-width: 1536px) {
|
|
2579
|
+
.tw-container {
|
|
2580
|
+
max-width: 1536px;
|
|
2581
|
+
}
|
|
2582
|
+
}
|
|
2518
2583
|
.tw-pointer-events-none {
|
|
2519
2584
|
pointer-events: none;
|
|
2520
2585
|
}
|
|
@@ -2579,6 +2644,10 @@ imported in Sourcegraph shell.
|
|
|
2579
2644
|
margin-left: 4px;
|
|
2580
2645
|
margin-right: 4px;
|
|
2581
2646
|
}
|
|
2647
|
+
.tw-mx-4 {
|
|
2648
|
+
margin-left: 8px;
|
|
2649
|
+
margin-right: 8px;
|
|
2650
|
+
}
|
|
2582
2651
|
.tw-my-2 {
|
|
2583
2652
|
margin-top: 4px;
|
|
2584
2653
|
margin-bottom: 4px;
|
|
@@ -2694,6 +2763,9 @@ imported in Sourcegraph shell.
|
|
|
2694
2763
|
.tw-inline-block {
|
|
2695
2764
|
display: inline-block;
|
|
2696
2765
|
}
|
|
2766
|
+
.tw-inline {
|
|
2767
|
+
display: inline;
|
|
2768
|
+
}
|
|
2697
2769
|
.tw-flex {
|
|
2698
2770
|
display: flex;
|
|
2699
2771
|
}
|
|
@@ -2784,6 +2856,9 @@ imported in Sourcegraph shell.
|
|
|
2784
2856
|
.tw-max-h-full {
|
|
2785
2857
|
max-height: 100%;
|
|
2786
2858
|
}
|
|
2859
|
+
.\!tw-min-h-\[30px\] {
|
|
2860
|
+
min-height: 30px !important;
|
|
2861
|
+
}
|
|
2787
2862
|
.\!tw-w-fit {
|
|
2788
2863
|
width: fit-content !important;
|
|
2789
2864
|
}
|
|
@@ -2877,6 +2952,9 @@ imported in Sourcegraph shell.
|
|
|
2877
2952
|
.tw-max-w-md {
|
|
2878
2953
|
max-width: 28rem;
|
|
2879
2954
|
}
|
|
2955
|
+
.tw-max-w-none {
|
|
2956
|
+
max-width: none;
|
|
2957
|
+
}
|
|
2880
2958
|
.tw-flex-1 {
|
|
2881
2959
|
flex: 1 1 0%;
|
|
2882
2960
|
}
|
|
@@ -2913,6 +2991,14 @@ imported in Sourcegraph shell.
|
|
|
2913
2991
|
.tw-transform {
|
|
2914
2992
|
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
2915
2993
|
}
|
|
2994
|
+
@keyframes tw-pulse {
|
|
2995
|
+
50% {
|
|
2996
|
+
opacity: .5;
|
|
2997
|
+
}
|
|
2998
|
+
}
|
|
2999
|
+
.tw-animate-pulse {
|
|
3000
|
+
animation: tw-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
|
|
3001
|
+
}
|
|
2916
3002
|
@keyframes tw-spin {
|
|
2917
3003
|
to {
|
|
2918
3004
|
transform: rotate(360deg);
|
|
@@ -3145,6 +3231,9 @@ imported in Sourcegraph shell.
|
|
|
3145
3231
|
.tw-border-button-border {
|
|
3146
3232
|
border-color: var(--vscode-button-border, transparent);
|
|
3147
3233
|
}
|
|
3234
|
+
.tw-border-gray-500\/20 {
|
|
3235
|
+
border-color: rgb(107 114 128 / 0.2);
|
|
3236
|
+
}
|
|
3148
3237
|
.tw-border-input-border {
|
|
3149
3238
|
border-color: var(--vscode-input-border);
|
|
3150
3239
|
}
|
|
@@ -3465,6 +3554,10 @@ imported in Sourcegraph shell.
|
|
|
3465
3554
|
font-size: 1rem;
|
|
3466
3555
|
line-height: 1.5rem;
|
|
3467
3556
|
}
|
|
3557
|
+
.tw-text-base\/7 {
|
|
3558
|
+
font-size: 1rem;
|
|
3559
|
+
line-height: 1.75rem;
|
|
3560
|
+
}
|
|
3468
3561
|
.tw-text-lg {
|
|
3469
3562
|
font-size: calc(var(--vscode-font-size) * 15 / 13);
|
|
3470
3563
|
}
|
|
@@ -3510,6 +3603,9 @@ imported in Sourcegraph shell.
|
|
|
3510
3603
|
.tw-leading-none {
|
|
3511
3604
|
line-height: 1;
|
|
3512
3605
|
}
|
|
3606
|
+
.tw-leading-relaxed {
|
|
3607
|
+
line-height: 1.625;
|
|
3608
|
+
}
|
|
3513
3609
|
.tw-leading-tight {
|
|
3514
3610
|
line-height: 1.25;
|
|
3515
3611
|
}
|
|
@@ -3658,6 +3754,10 @@ imported in Sourcegraph shell.
|
|
|
3658
3754
|
.tw-ring-offset-background {
|
|
3659
3755
|
--tw-ring-offset-color: var(--vscode-editor-background);
|
|
3660
3756
|
}
|
|
3757
|
+
.tw-backdrop-blur-sm {
|
|
3758
|
+
--tw-backdrop-blur: blur(4px);
|
|
3759
|
+
backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
|
|
3760
|
+
}
|
|
3661
3761
|
.tw-transition {
|
|
3662
3762
|
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
|
|
3663
3763
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
@@ -4314,6 +4414,12 @@ imported in Sourcegraph shell.
|
|
|
4314
4414
|
.dark\:tw-hidden {
|
|
4315
4415
|
display: none;
|
|
4316
4416
|
}
|
|
4417
|
+
.dark\:tw-border-gray-600\/40 {
|
|
4418
|
+
border-color: rgb(75 85 99 / 0.4);
|
|
4419
|
+
}
|
|
4420
|
+
.dark\:tw-bg-transparent {
|
|
4421
|
+
background-color: transparent;
|
|
4422
|
+
}
|
|
4317
4423
|
}
|
|
4318
4424
|
.\[\&\:not\(\:last-child\)\]\:tw-border-b:not(:last-child) {
|
|
4319
4425
|
border-bottom-width: 1px;
|