@sourcegraph/cody-web 0.17.0 → 0.18.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.
@@ -1 +1 @@
1
- {"version":3,"file":"CodyWebChat.d.ts","sourceRoot":"","sources":["../../../lib/components/CodyWebChat.tsx"],"names":[],"mappings":"AACA,OAAO,EAAW,KAAK,iBAAiB,EAAsC,MAAM,OAAO,CAAA;AA0B3F,OAAO,KAAK,EAAE,eAAe,EAAE,cAAc,EAAE,MAAM,UAAU,CAAA;AAK/D,OAAO,6BAA6B,CAAA;AAYpC,MAAM,WAAW,gBAAgB;IAC7B,cAAc,EAAE,MAAM,CAAA;IACtB,WAAW,EAAE,MAAM,GAAG,IAAI,CAAA;IAC1B,iBAAiB,EAAE,MAAM,MAAM,CAAA;IAC/B,mBAAmB,CAAC,EAAE,MAAM,CAAA;IAC5B,cAAc,CAAC,EAAE,cAAc,CAAA;IAC/B,aAAa,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAA;IACtC,SAAS,CAAC,EAAE,MAAM,CAAA;IAElB;;;;;OAKG;IACH,kBAAkB,CAAC,EAAE,CAAC,GAAG,EAAE,eAAe,KAAK,IAAI,CAAA;CACtD;AACD;;;;;;GAMG;AACH,eAAO,MAAM,WAAW,EAAE,iBAAiB,CAAC,gBAAgB,CAuC3D,CAAA"}
1
+ {"version":3,"file":"CodyWebChat.d.ts","sourceRoot":"","sources":["../../../lib/components/CodyWebChat.tsx"],"names":[],"mappings":"AACA,OAAO,EAAW,KAAK,iBAAiB,EAAsC,MAAM,OAAO,CAAA;AA2B3F,OAAO,KAAK,EAAE,eAAe,EAAE,cAAc,EAAE,MAAM,UAAU,CAAA;AAK/D,OAAO,6BAA6B,CAAA;AAYpC,MAAM,WAAW,gBAAgB;IAC7B,cAAc,EAAE,MAAM,CAAA;IACtB,WAAW,EAAE,MAAM,GAAG,IAAI,CAAA;IAC1B,iBAAiB,EAAE,MAAM,MAAM,CAAA;IAC/B,mBAAmB,CAAC,EAAE,MAAM,CAAA;IAC5B,cAAc,CAAC,EAAE,cAAc,CAAA;IAC/B,aAAa,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAA;IACtC,SAAS,CAAC,EAAE,MAAM,CAAA;IAElB;;;;;OAKG;IACH,kBAAkB,CAAC,EAAE,CAAC,GAAG,EAAE,eAAe,KAAK,IAAI,CAAA;CACtD;AACD;;;;;;GAMG;AACH,eAAO,MAAM,WAAW,EAAE,iBAAiB,CAAC,gBAAgB,CAuC3D,CAAA"}
package/dist/style.css CHANGED
@@ -343,205 +343,6 @@ body[data-vscode-theme-kind='vscode-high-contrast-light'] ._dot_10c80_1 {
343
343
  opacity: 0.25;
344
344
  }
345
345
  }
346
- :root {
347
- --code-font-size: #{(12/14)}em;
348
- --code-font-family: sfmono-regular, consolas, menlo, dejavu sans mono, monospace;
349
- }
350
-
351
- ._code_1suzz_6 {
352
- white-space: pre;
353
- line-height: 1rem;
354
- font-size: var(--code-font-size);
355
- font-family: var(--code-font-family);
356
- }
357
-
358
- ._small_1suzz_13 {
359
- font-size: 0.75rem;
360
- line-height: 1rem;
361
-
362
- /* Bootstrap applies `font-weight: 400;` to `small` element,
363
- but we want to control `font-weight` only with `strong` or `.font-weight-medium`. */
364
- font-weight: inherit;
365
- }
366
-
367
- ._code-excerpt_1gr2h_1 .line,
368
- ._code-excerpt_1gr2h_1 .code {
369
- /* stylelint-disable-next-line declaration-property-unit-allowed-list */
370
- height: 18px;
371
- vertical-align: middle;
372
- padding: 0;
373
- }
374
- ._code-excerpt_1gr2h_1 .line {
375
- min-width: 1.5rem;
376
- text-align: right;
377
- user-select: none;
378
- }
379
- ._code-excerpt_1gr2h_1 .line::before {
380
- /* draw line number with css so it cannot be copied to clipboard */
381
- content: attr(data-line);
382
- color: var(--cody-chat-code-text-muted);
383
- }
384
- ._code-excerpt_1gr2h_1 .code {
385
- white-space: pre;
386
- padding-left: 1rem;
387
- }
388
- ._code-excerpt-error_1gr2h_1 {
389
- width: 100%;
390
- }
391
- ._code-excerpt-alert_1gr2h_1 {
392
- margin-bottom: 0;
393
- color: #c92a2a;
394
- }
395
- ._code-excerpt_1gr2h_1 .hl-text {
396
- color: #657b83;
397
- }
398
- :root {
399
- --cody-chat-code-background: var(--code-background);
400
- --cody-chat-code-header-background: var(--vscode-editorGroupHeader-tabsBackground);
401
- --cody-chat-code-subtle-background: var(--vscode-titleBar-inactiveBackground);
402
- --cody-chat-code-border-color: var(--vscode-widget-border);
403
- --cody-chat-code-text-muted: var(--vscode-input-placeholderForeground);
404
- --cody-chat-code-focus-border: var(--vscode-focusBorder);
405
- --cody-chat-code-mark-background: #f8e688;
406
- --cody-chat-code-text-highlighted: #566880;
407
- }
408
-
409
- ._result-container_1poiy_12 {
410
- contain: paint;
411
- }
412
-
413
- ._result-container_1poiy_12 .match-highlight {
414
- color: var(--cody-chat-code-text-highlighted);
415
- background-color: var(--cody-chat-code-mark-background) !important;
416
- }
417
-
418
- ._result-container_1poiy_12 .sr-only {
419
- position: absolute;
420
- width: 0.0625rem;
421
- height: 0.0625rem;
422
- padding: 0;
423
- margin: -0.0625rem;
424
- overflow: hidden;
425
- clip: rect(0, 0, 0, 0);
426
- white-space: nowrap;
427
- border: 0;
428
- }
429
-
430
- ._header_1poiy_32 {
431
- padding: 0.45rem 0.5rem;
432
- display: flex;
433
- align-items: center;
434
- flex-wrap: wrap;
435
- position: sticky;
436
- top: 0;
437
-
438
- /* Show on top of search result contents */
439
- z-index: 1;
440
- background-color: var(--cody-chat-code-header-background);
441
- }
442
-
443
- ._header-title_1poiy_1 {
444
- flex: 1 1 auto;
445
- display: flex;
446
- flex-wrap: wrap;
447
- }
448
-
449
- ._result_1poiy_12 {
450
- border-radius: 4px;
451
- border: solid 1px var(--cody-chat-code-border-color);
452
- background-color: var(--cody-chat-code-background);
453
- }
454
-
455
- ._result_1poiy_12 code {
456
- padding: 0 !important;
457
- }
458
-
459
- ._search-result-match_1poiy_61 {
460
- /* Don't use cascading link style */
461
- text-decoration: none;
462
- display: flex;
463
- align-items: flex-start;
464
- overflow-x: auto;
465
- overflow-y: hidden;
466
- position: relative;
467
- }
468
-
469
- ._horizontal-divider-between_1poiy_71:not(:last-child) {
470
- border-bottom: 1px solid var(--cody-chat-code-border-color);
471
- }
472
-
473
- ._focusable-block_1poiy_77:focus-visible {
474
- box-shadow: inset 0 0 0 1px var(--cody-chat-code-focus-border);
475
- }
476
-
477
- ._clickable_1poiy_83 {
478
- cursor: pointer;
479
- }
480
-
481
- ._clickable_1poiy_83:hover {
482
- text-decoration: none;
483
- }
484
-
485
- ._divider-between_1poiy_90 > *:not(:last-child)::after {
486
- content: ' ';
487
- height: 1rem;
488
- margin: 0 0.75rem;
489
- border-right: 1px solid var(--cody-chat-code-border-color);
490
- display: block;
491
- }
492
-
493
- ._divider-vertical_1poiy_100 {
494
- border-bottom: 1px solid var(--cody-chat-code-border-color);
495
- width: 100%;
496
- margin: 0.5rem 0;
497
- }
498
-
499
- ._divider_1poiy_90 {
500
- border-right: 1px solid var(--cody-chat-code-border-color);
501
- height: 1rem;
502
- margin: 0 0.5rem;
503
- }
504
-
505
- ._title_1poiy_112 {
506
- display: flex;
507
- align-items: center;
508
- flex-grow: 1;
509
- min-width: 0;
510
- flex-wrap: wrap;
511
- }
512
-
513
- ._title-inner_1poiy_120 {
514
- overflow-wrap: anywhere;
515
- }
516
-
517
- ._toggle-matches-button_1poiy_124 {
518
- width: 100%;
519
- text-align: left;
520
- border: none;
521
- padding: 0.25rem 0.5rem;
522
- border-top: 1px solid var(--cody-chat-code-border-color);
523
- background-color: var(--cody-chat-code-background);
524
- color: var(--cody-chat-code-text-muted);
525
- }
526
-
527
- ._toggle-matches-button_1poiy_124:hover {
528
- color: inherit;
529
- }
530
-
531
- ._toggle-matches-button--expanded_1poiy_1 {
532
- position: sticky;
533
- bottom: 0;
534
- }
535
-
536
- ._toggle-matches-button-text_1poiy_1 {
537
- margin-left: 0.125rem;
538
- }
539
-
540
- ._chunk_1nj7l_1 {
541
- position: relative;
542
- overflow-x: auto;
543
- background-color: var(--code-background);
544
- }
545
346
  ._buttons-container_1kf9a_1 {
546
347
  display: flex;
547
348
  flex-wrap: wrap;
@@ -931,6 +732,204 @@ body[data-vscode-theme-kind='vscode-light'] ._content_1kf9a_116 pre > code {
931
732
  align-items: center;
932
733
  gap: calc(var(--spacing) / 4);
933
734
  }
735
+ :root {
736
+ --code-font-size: #{(12/14)}em;
737
+ --code-font-family: sfmono-regular, consolas, menlo, dejavu sans mono, monospace;
738
+ }
739
+
740
+ ._code_1suzz_6 {
741
+ white-space: pre;
742
+ line-height: 1rem;
743
+ font-size: var(--code-font-size);
744
+ font-family: var(--code-font-family);
745
+ }
746
+
747
+ ._small_1suzz_13 {
748
+ font-size: 0.75rem;
749
+ line-height: 1rem;
750
+
751
+ /* Bootstrap applies `font-weight: 400;` to `small` element,
752
+ but we want to control `font-weight` only with `strong` or `.font-weight-medium`. */
753
+ font-weight: inherit;
754
+ }
755
+
756
+ ._code-excerpt_1gr2h_1 .line,
757
+ ._code-excerpt_1gr2h_1 .code {
758
+ /* stylelint-disable-next-line declaration-property-unit-allowed-list */
759
+ height: 18px;
760
+ vertical-align: middle;
761
+ padding: 0;
762
+ }
763
+ ._code-excerpt_1gr2h_1 .line {
764
+ min-width: 1.5rem;
765
+ text-align: right;
766
+ user-select: none;
767
+ }
768
+ ._code-excerpt_1gr2h_1 .line::before {
769
+ /* draw line number with css so it cannot be copied to clipboard */
770
+ content: attr(data-line);
771
+ color: var(--cody-chat-code-text-muted);
772
+ }
773
+ ._code-excerpt_1gr2h_1 .code {
774
+ white-space: pre;
775
+ padding-left: 1rem;
776
+ }
777
+ ._code-excerpt-error_1gr2h_1 {
778
+ width: 100%;
779
+ }
780
+ ._code-excerpt-alert_1gr2h_1 {
781
+ margin-bottom: 0;
782
+ color: #c92a2a;
783
+ }
784
+ ._code-excerpt_1gr2h_1 .hl-text {
785
+ color: #657b83;
786
+ }
787
+ :root {
788
+ --cody-chat-code-background: var(--code-background);
789
+ --cody-chat-code-header-background: var(--vscode-editorGroupHeader-tabsBackground);
790
+ --cody-chat-code-subtle-background: var(--vscode-titleBar-inactiveBackground);
791
+ --cody-chat-code-border-color: var(--vscode-widget-border);
792
+ --cody-chat-code-text-muted: var(--vscode-input-placeholderForeground);
793
+ --cody-chat-code-focus-border: var(--vscode-focusBorder);
794
+ --cody-chat-code-mark-background: #f8e688;
795
+ --cody-chat-code-text-highlighted: #566880;
796
+ }
797
+
798
+ ._result-container_61rcx_12 {
799
+ contain: paint;
800
+ }
801
+
802
+ ._result-container_61rcx_12 .match-highlight {
803
+ color: var(--cody-chat-code-text-highlighted);
804
+ background-color: var(--cody-chat-code-mark-background) !important;
805
+ }
806
+
807
+ ._result-container_61rcx_12 .sr-only {
808
+ position: absolute;
809
+ width: 0.0625rem;
810
+ height: 0.0625rem;
811
+ padding: 0;
812
+ margin: -0.0625rem;
813
+ overflow: hidden;
814
+ clip: rect(0, 0, 0, 0);
815
+ white-space: nowrap;
816
+ border: 0;
817
+ }
818
+
819
+ ._header_61rcx_32 {
820
+ padding: 0.45rem 0rem;
821
+ display: flex;
822
+ align-items: center;
823
+ position: sticky;
824
+ top: 0;
825
+
826
+ /* Show on top of search result contents */
827
+ z-index: 1;
828
+ background-color: var(--cody-chat-code-header-background);
829
+ }
830
+
831
+ ._header-title_61rcx_1 {
832
+ flex: 1 1 auto;
833
+ display: flex;
834
+ flex-wrap: wrap;
835
+ }
836
+
837
+ ._result_61rcx_12 {
838
+ border-radius: 4px;
839
+ border: solid 1px var(--cody-chat-code-border-color);
840
+ background-color: var(--cody-chat-code-background);
841
+ }
842
+
843
+ ._result_61rcx_12 code {
844
+ padding: 0 !important;
845
+ }
846
+
847
+ ._search-result-match_61rcx_60 {
848
+ /* Don't use cascading link style */
849
+ text-decoration: none;
850
+ display: flex;
851
+ align-items: flex-start;
852
+ overflow-x: auto;
853
+ overflow-y: hidden;
854
+ position: relative;
855
+ }
856
+
857
+ ._horizontal-divider-between_61rcx_70:not(:last-child) {
858
+ border-bottom: 1px solid var(--cody-chat-code-border-color);
859
+ }
860
+
861
+ ._focusable-block_61rcx_76:focus-visible {
862
+ box-shadow: inset 0 0 0 1px var(--cody-chat-code-focus-border);
863
+ }
864
+
865
+ ._clickable_61rcx_82 {
866
+ cursor: pointer;
867
+ }
868
+
869
+ ._clickable_61rcx_82:hover {
870
+ text-decoration: none;
871
+ }
872
+
873
+ ._divider-between_61rcx_89 > *:not(:last-child)::after {
874
+ content: ' ';
875
+ height: 1rem;
876
+ margin: 0 0.75rem;
877
+ border-right: 1px solid var(--cody-chat-code-border-color);
878
+ display: block;
879
+ }
880
+
881
+ ._divider-vertical_61rcx_99 {
882
+ border-bottom: 1px solid var(--cody-chat-code-border-color);
883
+ width: 100%;
884
+ margin: 0.5rem 0;
885
+ }
886
+
887
+ ._divider_61rcx_89 {
888
+ border-right: 1px solid var(--cody-chat-code-border-color);
889
+ height: 1rem;
890
+ margin: 0 0.5rem;
891
+ }
892
+
893
+ ._title_61rcx_111 {
894
+ display: flex;
895
+ align-items: center;
896
+ flex-grow: 1;
897
+ min-width: 0;
898
+ flex-wrap: wrap;
899
+ }
900
+
901
+ ._title-inner_61rcx_119 {
902
+ overflow-wrap: anywhere;
903
+ }
904
+
905
+ ._toggle-matches-button_61rcx_123 {
906
+ width: 100%;
907
+ text-align: left;
908
+ border: none;
909
+ padding: 0.25rem 0.5rem;
910
+ border-top: 1px solid var(--cody-chat-code-border-color);
911
+ background-color: var(--cody-chat-code-background);
912
+ color: var(--cody-chat-code-text-muted);
913
+ }
914
+
915
+ ._toggle-matches-button_61rcx_123:hover {
916
+ color: inherit;
917
+ }
918
+
919
+ ._toggle-matches-button--expanded_61rcx_1 {
920
+ position: sticky;
921
+ bottom: 0;
922
+ }
923
+
924
+ ._toggle-matches-button-text_61rcx_1 {
925
+ margin-left: 0.125rem;
926
+ }
927
+
928
+ ._chunk_1nj7l_1 {
929
+ position: relative;
930
+ overflow-x: auto;
931
+ background-color: var(--code-background);
932
+ }
934
933
  ._info-message_1hay9_1 {
935
934
  --mention-color-opacity: 70%;
936
935
 
@@ -948,6 +947,19 @@ body[data-vscode-theme-kind='vscode-light'] ._content_1kf9a_116 pre > code {
948
947
  );
949
948
  word-break: break-word;
950
949
  }
950
+ ._filter_u880r_1 {
951
+ background-color: var(--vscode-sidebar-background);
952
+ color: var(--vscode-input-foreground);
953
+ }
954
+
955
+ ._filter_u880r_1._selected_u880r_5, ._filter_u880r_1._selected_u880r_5:hover {
956
+ background-color: var(--vscode-button-background);
957
+ color: var(--vscode-button-foreground);
958
+ }
959
+
960
+ ._filter_u880r_1 svg {
961
+ fill: currentColor;
962
+ }
951
963
  ._context-item_1qxrh_1 {
952
964
  display: inline-flex;
953
965
  padding: 2px 4px 2px 2px;
@@ -1020,7 +1032,7 @@ body[data-vscode-theme-kind='vscode-high-contrast-light'] ._context-item-link_1q
1020
1032
  ._code-block_1qxrh_70 {
1021
1033
  margin-bottom: 0.25rem;
1022
1034
  }
1023
- ._user-avatar_1gba8_1 {
1035
+ ._user-avatar_vhaw6_1 {
1024
1036
  isolation: isolate;
1025
1037
  display: inline-flex;
1026
1038
  border-radius: 50%;
@@ -1028,12 +1040,9 @@ body[data-vscode-theme-kind='vscode-high-contrast-light'] ._context-item-link_1q
1028
1040
  color: var(--vscode-inputOption-activeForeground);
1029
1041
  align-items: center;
1030
1042
  justify-content: center;
1031
- width: auto;
1032
- height: 100%;
1033
- max-height: 24px;
1034
1043
  }
1035
1044
 
1036
- ._sourcegraph-gradient-border_1gba8_14 {
1045
+ ._sourcegraph-gradient-border_vhaw6_11 {
1037
1046
  --gradient-border-width: 1px;
1038
1047
 
1039
1048
  border-radius: 50%;
@@ -1053,27 +1062,27 @@ body[data-vscode-theme-kind='vscode-high-contrast-light'] ._context-item-link_1q
1053
1062
  height: fit-content;
1054
1063
  }
1055
1064
 
1056
- ._item_1mbcc_2 {
1065
+ ._item_1lclp_2 {
1057
1066
  display: flex;
1058
1067
  gap: 0.5rem;
1059
1068
  }
1060
1069
 
1061
- ._item--indicator_1mbcc_13 {
1070
+ ._item--indicator_1lclp_13 {
1062
1071
  display: none !important;
1063
1072
  margin-left: auto;
1064
1073
  align-self: flex-start;
1065
1074
  }
1066
1075
 
1067
- ._item_1mbcc_2[data-selected="true"] ._item--indicator_1mbcc_13 {
1076
+ ._item_1lclp_2[data-selected="true"] ._item--indicator_1lclp_13 {
1068
1077
  display: block !important;
1069
1078
  color: inherit;
1070
1079
  }
1071
1080
 
1072
- ._item_1mbcc_2[data-selected="true"] ._prompt--avatar_1mbcc_18, ._item_1mbcc_2[data-selected="true"] ._prompt--description_1mbcc_18, ._item_1mbcc_2[data-selected="true"] ._prompt--icon_1mbcc_18 {
1081
+ ._item_1lclp_2[data-selected="true"] ._prompt--avatar_1lclp_18, ._item_1lclp_2[data-selected="true"] ._prompt--description_1lclp_18, ._item_1lclp_2[data-selected="true"] ._prompt--icon_1lclp_18 {
1073
1082
  color: inherit;
1074
1083
  }
1075
1084
 
1076
- ._item_1mbcc_2[data-disabled="true"] {
1085
+ ._item_1lclp_2[data-disabled="true"] {
1077
1086
  /*
1078
1087
  In order to override internal cmdk styles for disabled item.
1079
1088
  We need to have events over element to have a tooltip over the
@@ -1084,47 +1093,45 @@ body[data-vscode-theme-kind='vscode-high-contrast-light'] ._context-item-link_1q
1084
1093
  cursor: not-allowed;
1085
1094
  }
1086
1095
 
1087
- ._prompt_1mbcc_18 {
1096
+ ._prompt_1lclp_18 {
1088
1097
  display: flex;
1089
1098
  gap: 0.5rem;
1090
1099
  align-items: center;
1091
1100
  min-width: 0;
1092
1101
  }
1093
1102
 
1094
- ._prompt--avatar_1mbcc_18 {
1103
+ ._prompt--avatar_1lclp_18 {
1095
1104
  flex-shrink: 0;
1096
- width: 22px;
1097
- height: 22px;
1098
1105
  display: flex;
1099
1106
  align-items: center;
1100
1107
  justify-content: center;
1101
1108
  }
1102
1109
 
1103
- ._prompt--icon_1mbcc_18 {
1110
+ ._prompt--icon_1lclp_18 {
1104
1111
  color: var(--vscode-input-placeholderForeground);
1105
1112
  }
1106
1113
 
1107
- ._prompt--content_1mbcc_1 {
1114
+ ._prompt--content_1lclp_1 {
1108
1115
  min-width: 0;
1109
1116
  display: flex;
1110
1117
  flex-direction: column;
1111
1118
  }
1112
1119
 
1113
- ._prompt--title_1mbcc_1 {
1120
+ ._prompt--title_1lclp_1 {
1114
1121
  min-width: 0;
1115
1122
  display: flex;
1116
1123
  gap: 0.25rem;
1117
1124
  align-items: center;
1118
1125
  }
1119
1126
 
1120
- ._prompt--name_1mbcc_1 {
1127
+ ._prompt--name_1lclp_1 {
1121
1128
  white-space: nowrap;
1122
1129
  overflow: hidden;
1123
1130
  text-overflow: ellipsis;
1124
1131
  font-weight: 500;
1125
1132
  }
1126
1133
 
1127
- ._prompt--description_1mbcc_18 {
1134
+ ._prompt--description_1lclp_18 {
1128
1135
  color: var(--vscode-input-placeholderForeground);
1129
1136
  white-space: nowrap;
1130
1137
  overflow: hidden;
@@ -1176,6 +1183,11 @@ body[data-vscode-theme-kind='vscode-high-contrast-light'] ._context-item-link_1q
1176
1183
  background-color: var(--vscode-dropdown-background);
1177
1184
  }
1178
1185
 
1186
+ ._popover_1ah8d_2 {
1187
+ box-shadow: 0 193px 54px 0 rgba(0, 0, 0, 0), 0 123px 49px 0 rgba(0, 0, 0, 0.01),
1188
+ 0 69px 42px 0 rgba(0, 0, 0, 0.04), 0 31px 31px 0 rgba(0, 0, 0, 0.07), 0 8px 17px 0 rgba(0, 0, 0, 0.08);
1189
+ }
1190
+
1179
1191
  ._root_oxlxy_2 {
1180
1192
  display: flex;
1181
1193
  flex-direction: column;
@@ -1327,11 +1339,6 @@ body[data-vscode-theme-kind='vscode-high-contrast-light'] ._context-item-link_1q
1327
1339
  ._editor-content-editable_1eiqs_30 {
1328
1340
  min-height: 3lh;
1329
1341
  }
1330
-
1331
- ._popover_1ah8d_2 {
1332
- box-shadow: 0 193px 54px 0 rgba(0, 0, 0, 0), 0 123px 49px 0 rgba(0, 0, 0, 0.01),
1333
- 0 69px 42px 0 rgba(0, 0, 0, 0.04), 0 31px 31px 0 rgba(0, 0, 0, 0.07), 0 8px 17px 0 rgba(0, 0, 0, 0.08);
1334
- }
1335
1342
  :root {
1336
1343
  --toolbar-button-font-size: 12px;
1337
1344
  }
@@ -2311,6 +2318,12 @@ imported in Sourcegraph shell.
2311
2318
  margin-top: 8px;
2312
2319
  margin-bottom: 8px;
2313
2320
  }
2321
+ .tw--ml-2 {
2322
+ margin-left: -4px;
2323
+ }
2324
+ .tw--mr-2 {
2325
+ margin-right: -4px;
2326
+ }
2314
2327
  .tw-mb-10 {
2315
2328
  margin-bottom: 20px;
2316
2329
  }
@@ -2341,6 +2354,9 @@ imported in Sourcegraph shell.
2341
2354
  .tw-ml-4 {
2342
2355
  margin-left: 8px;
2343
2356
  }
2357
+ .tw-ml-8 {
2358
+ margin-left: 16px;
2359
+ }
2344
2360
  .tw-ml-auto {
2345
2361
  margin-left: auto;
2346
2362
  }
@@ -2402,6 +2418,9 @@ imported in Sourcegraph shell.
2402
2418
  .\!tw-h-\[30px\] {
2403
2419
  height: 30px !important;
2404
2420
  }
2421
+ .tw-h-10 {
2422
+ height: 20px;
2423
+ }
2405
2424
  .tw-h-8 {
2406
2425
  height: 16px;
2407
2426
  }
@@ -2441,6 +2460,9 @@ imported in Sourcegraph shell.
2441
2460
  .\!tw-max-h-\[unset\] {
2442
2461
  max-height: unset !important;
2443
2462
  }
2463
+ .tw-max-h-\[200px\] {
2464
+ max-height: 200px;
2465
+ }
2444
2466
  .tw-max-h-\[500px\] {
2445
2467
  max-height: 500px;
2446
2468
  }
@@ -2456,9 +2478,15 @@ imported in Sourcegraph shell.
2456
2478
  .\!tw-w-fit {
2457
2479
  width: fit-content !important;
2458
2480
  }
2481
+ .tw-w-10 {
2482
+ width: 20px;
2483
+ }
2459
2484
  .tw-w-4 {
2460
2485
  width: 8px;
2461
2486
  }
2487
+ .tw-w-48 {
2488
+ width: 12rem;
2489
+ }
2462
2490
  .tw-w-72 {
2463
2491
  width: 18rem;
2464
2492
  }
@@ -2483,6 +2511,9 @@ imported in Sourcegraph shell.
2483
2511
  .tw-w-\[225px\] {
2484
2512
  width: 225px;
2485
2513
  }
2514
+ .tw-w-\[250px\] {
2515
+ width: 250px;
2516
+ }
2486
2517
  .tw-w-\[30px\] {
2487
2518
  width: 30px;
2488
2519
  }
@@ -2621,6 +2652,9 @@ imported in Sourcegraph shell.
2621
2652
  .tw-items-stretch {
2622
2653
  align-items: stretch;
2623
2654
  }
2655
+ .\!tw-justify-start {
2656
+ justify-content: flex-start !important;
2657
+ }
2624
2658
  .tw-justify-start {
2625
2659
  justify-content: flex-start;
2626
2660
  }
@@ -2689,8 +2723,8 @@ imported in Sourcegraph shell.
2689
2723
  .tw-divide-muted > :not([hidden]) ~ :not([hidden]) {
2690
2724
  border-color: var(--vscode-input-background);
2691
2725
  }
2692
- .tw-self-start {
2693
- align-self: flex-start;
2726
+ .tw-self-center {
2727
+ align-self: center;
2694
2728
  }
2695
2729
  .tw-self-stretch {
2696
2730
  align-self: stretch;
@@ -3005,6 +3039,9 @@ imported in Sourcegraph shell.
3005
3039
  .tw-pb-12 {
3006
3040
  padding-bottom: 24px;
3007
3041
  }
3042
+ .tw-pb-2 {
3043
+ padding-bottom: 4px;
3044
+ }
3008
3045
  .tw-pb-6 {
3009
3046
  padding-bottom: 12px;
3010
3047
  }
@@ -3017,6 +3054,9 @@ imported in Sourcegraph shell.
3017
3054
  .tw-pt-2 {
3018
3055
  padding-top: 4px;
3019
3056
  }
3057
+ .tw-pt-4 {
3058
+ padding-top: 8px;
3059
+ }
3020
3060
  .tw-pt-6 {
3021
3061
  padding-top: 12px;
3022
3062
  }
@@ -3111,6 +3151,9 @@ imported in Sourcegraph shell.
3111
3151
  --tw-text-opacity: 1;
3112
3152
  color: rgb(31 41 55 / var(--tw-text-opacity));
3113
3153
  }
3154
+ .tw-text-inherit {
3155
+ color: inherit;
3156
+ }
3114
3157
  .tw-text-input-foreground {
3115
3158
  color: var(--vscode-input-foreground);
3116
3159
  }
@@ -3143,6 +3186,9 @@ imported in Sourcegraph shell.
3143
3186
  .tw-underline {
3144
3187
  text-decoration-line: underline;
3145
3188
  }
3189
+ .tw-no-underline {
3190
+ text-decoration-line: none;
3191
+ }
3146
3192
  .tw-underline-offset-4 {
3147
3193
  text-underline-offset: 4px;
3148
3194
  }
@@ -3648,6 +3694,12 @@ imported in Sourcegraph shell.
3648
3694
  .tw-group:hover .group-hover\:tw-opacity-100 {
3649
3695
  opacity: 1;
3650
3696
  }
3697
+ .tw-peer:disabled ~ .peer-disabled\:tw-cursor-not-allowed {
3698
+ cursor: not-allowed;
3699
+ }
3700
+ .tw-peer:disabled ~ .peer-disabled\:tw-opacity-70 {
3701
+ opacity: 0.7;
3702
+ }
3651
3703
  .aria-selected\:tw-bg-accent[aria-selected="true"] {
3652
3704
  background-color: var(--vscode-list-activeSelectionBackground);
3653
3705
  }