@sourcegraph/cody-web 0.23.1 → 0.24.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/LICENSE +201 -0
- package/dist/{agent.worker-C1v6q8V7.mjs → agent.worker-DzDDpFJt.mjs} +266 -144
- package/dist/agent.worker.js +2 -2
- package/dist/{browser-C8ruBrnx.mjs → browser-DRpAM7mB.mjs} +6358 -6279
- package/dist/demo/App.d.ts.map +1 -1
- package/dist/{git-log-BSwwZCWt.mjs → git-log--I-rJJIH.mjs} +2 -2
- package/dist/{index-CAyz-Vhx.mjs → index-BGjmPMun.mjs} +2 -2
- package/dist/index.js +1649 -978
- package/dist/lib/components/CodyWebChat.d.ts +43 -0
- package/dist/lib/components/CodyWebChat.d.ts.map +1 -1
- package/dist/lib/index.d.ts +3 -4
- package/dist/lib/index.d.ts.map +1 -1
- package/dist/style.css +309 -215
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/util-DeyYSaNB.mjs +2033 -0
- package/package.json +17 -15
- package/dist/util-CBKiMezg.mjs +0 -1811
package/dist/style.css
CHANGED
|
@@ -756,66 +756,74 @@ body[data-vscode-theme-kind='vscode-light'] ._content_1kf9a_116 pre > code {
|
|
|
756
756
|
._spin_56lwz_7 {
|
|
757
757
|
animation: _spin_56lwz_7 1.5s steps(30) infinite;
|
|
758
758
|
}
|
|
759
|
-
._error-
|
|
759
|
+
._error-item_17p9z_1 {
|
|
760
760
|
display: flex;
|
|
761
761
|
flex-direction: row;
|
|
762
|
-
gap: 0.
|
|
762
|
+
gap: 0.8rem;
|
|
763
|
+
padding: 10px;
|
|
764
|
+
background: rgba(255, 255, 255, 0.05);
|
|
765
|
+
border-radius: 6px;
|
|
766
|
+
margin: 0px 0px;
|
|
767
|
+
position: relative;
|
|
768
|
+
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
|
|
763
769
|
}
|
|
764
770
|
|
|
765
|
-
._error-
|
|
771
|
+
._error-item_17p9z_1 ._icon_17p9z_13 {
|
|
766
772
|
font-size: 24px;
|
|
767
773
|
}
|
|
768
774
|
|
|
769
|
-
._error-
|
|
775
|
+
._error-item_17p9z_1 ._body_17p9z_17 {
|
|
770
776
|
display: flex;
|
|
771
777
|
flex-direction: column;
|
|
772
|
-
gap: 0.
|
|
778
|
+
gap: 0.2rem;
|
|
779
|
+
width: 100%;
|
|
773
780
|
}
|
|
774
781
|
|
|
775
|
-
._error-
|
|
782
|
+
._error-item_17p9z_1 vscode-button {
|
|
776
783
|
margin: 0;
|
|
777
784
|
}
|
|
778
785
|
|
|
779
|
-
._error-
|
|
780
|
-
._error-
|
|
786
|
+
._error-item_17p9z_1 h1,
|
|
787
|
+
._error-item_17p9z_1 p {
|
|
781
788
|
margin: 0;
|
|
789
|
+
line-height: 1.15;
|
|
782
790
|
}
|
|
783
791
|
|
|
784
|
-
._error-
|
|
792
|
+
._error-item_17p9z_1 header {
|
|
785
793
|
display: flex;
|
|
786
794
|
flex-direction: column;
|
|
787
|
-
gap: 0.
|
|
788
|
-
|
|
795
|
+
gap: 0.5rem;
|
|
796
|
+
padding-right: 20px;
|
|
797
|
+
margin-top: 0px;
|
|
789
798
|
}
|
|
790
799
|
|
|
791
|
-
._error-
|
|
792
|
-
|
|
793
|
-
font-
|
|
794
|
-
|
|
800
|
+
._error-item_17p9z_1 header h1 {
|
|
801
|
+
font-size: 14px;
|
|
802
|
+
font-weight: 600;
|
|
803
|
+
letter-spacing: 0.3px;
|
|
795
804
|
}
|
|
796
805
|
|
|
797
|
-
._error-
|
|
798
|
-
max-width: 40em;
|
|
806
|
+
._error-item_17p9z_1 header p {
|
|
799
807
|
opacity: 0.9;
|
|
808
|
+
line-height: 1.5;
|
|
800
809
|
}
|
|
801
810
|
|
|
802
|
-
._error-
|
|
803
|
-
|
|
804
|
-
flex-direction: row;
|
|
805
|
-
gap: 8px;
|
|
811
|
+
._error-item_17p9z_1 ._actions_17p9z_53 {
|
|
812
|
+
margin-top: 10px;
|
|
806
813
|
}
|
|
807
814
|
|
|
808
|
-
._error-
|
|
815
|
+
._error-item_17p9z_1 ._retry-message_17p9z_57 {
|
|
809
816
|
font-size: 11px;
|
|
810
817
|
opacity: 0.7;
|
|
811
818
|
}
|
|
812
819
|
|
|
813
|
-
._error-
|
|
820
|
+
._error-item_17p9z_1 ._banner-container_17p9z_62 {
|
|
814
821
|
position: absolute;
|
|
815
822
|
top: 0;
|
|
816
823
|
right: 0;
|
|
817
824
|
overflow: hidden;
|
|
818
825
|
height: 100px;
|
|
826
|
+
z-index: 1000;
|
|
819
827
|
}
|
|
820
828
|
|
|
821
829
|
@property --error-item-reflection-position {
|
|
@@ -824,7 +832,7 @@ body[data-vscode-theme-kind='vscode-light'] ._content_1kf9a_116 pre > code {
|
|
|
824
832
|
initial-value: 0%;
|
|
825
833
|
}
|
|
826
834
|
|
|
827
|
-
._error-
|
|
835
|
+
._error-item_17p9z_1 ._banner_17p9z_62 {
|
|
828
836
|
--error-item-reflection-position: -100%;
|
|
829
837
|
|
|
830
838
|
padding: 6px 30px;
|
|
@@ -850,7 +858,7 @@ body[data-vscode-theme-kind='vscode-light'] ._content_1kf9a_116 pre > code {
|
|
|
850
858
|
cursor: pointer;
|
|
851
859
|
}
|
|
852
860
|
|
|
853
|
-
._error-
|
|
861
|
+
._error-item_17p9z_1 ._banner_17p9z_62:hover {
|
|
854
862
|
--error-item-reflection-position: 100%;
|
|
855
863
|
|
|
856
864
|
transition:
|
|
@@ -861,7 +869,7 @@ body[data-vscode-theme-kind='vscode-light'] ._content_1kf9a_116 pre > code {
|
|
|
861
869
|
0 0 10px 0 rgb(255 255 255 / 35%);
|
|
862
870
|
}
|
|
863
871
|
|
|
864
|
-
._error-
|
|
872
|
+
._error-item_17p9z_1 ._banner_17p9z_62::before {
|
|
865
873
|
content: ' ';
|
|
866
874
|
position: absolute;
|
|
867
875
|
top: 0;
|
|
@@ -872,7 +880,7 @@ body[data-vscode-theme-kind='vscode-light'] ._content_1kf9a_116 pre > code {
|
|
|
872
880
|
background: linear-gradient(rgb(255 255 255 / 0%), rgb(255 255 255 / 80%));
|
|
873
881
|
}
|
|
874
882
|
|
|
875
|
-
._error-
|
|
883
|
+
._error-item_17p9z_1 ._banner_17p9z_62::after {
|
|
876
884
|
content: ' ';
|
|
877
885
|
position: absolute;
|
|
878
886
|
bottom: 0;
|
|
@@ -883,7 +891,7 @@ body[data-vscode-theme-kind='vscode-light'] ._content_1kf9a_116 pre > code {
|
|
|
883
891
|
background: linear-gradient(rgb(255 255 255 / 0%), rgb(255 255 255 / 80%));
|
|
884
892
|
}
|
|
885
893
|
|
|
886
|
-
._request-
|
|
894
|
+
._request-error_17p9z_136 {
|
|
887
895
|
background-color: #f7bcbc;
|
|
888
896
|
color: #de3400;
|
|
889
897
|
|
|
@@ -896,10 +904,9 @@ body[data-vscode-theme-kind='vscode-light'] ._content_1kf9a_116 pre > code {
|
|
|
896
904
|
border-left: 0.5rem solid #d8000c;
|
|
897
905
|
}
|
|
898
906
|
|
|
899
|
-
._request-error-
|
|
907
|
+
._request-error-title_17p9z_149 {
|
|
900
908
|
font-weight: bold;
|
|
901
|
-
}
|
|
902
|
-
._feedback-buttons_16gni_1 {
|
|
909
|
+
}._feedback-buttons_16gni_1 {
|
|
903
910
|
display: flex;
|
|
904
911
|
flex-direction: row;
|
|
905
912
|
}
|
|
@@ -938,35 +945,49 @@ body[data-vscode-theme-kind='vscode-light'] ._content_1kf9a_116 pre > code {
|
|
|
938
945
|
font-weight: inherit;
|
|
939
946
|
}
|
|
940
947
|
|
|
941
|
-
._code-
|
|
942
|
-
._code-
|
|
943
|
-
|
|
944
|
-
|
|
948
|
+
._code-excerpt_1taji_1 .line,
|
|
949
|
+
._code-excerpt_1taji_1 .code {
|
|
950
|
+
height: 16px;
|
|
951
|
+
}
|
|
952
|
+
|
|
953
|
+
@media (min-width: 768px) {._code-excerpt_1taji_1 .line,
|
|
954
|
+
._code-excerpt_1taji_1 .code {
|
|
955
|
+
height: 18px;
|
|
956
|
+
}
|
|
957
|
+
}
|
|
958
|
+
|
|
959
|
+
._code-excerpt_1taji_1 .line,
|
|
960
|
+
._code-excerpt_1taji_1 .code {
|
|
961
|
+
|
|
945
962
|
vertical-align: middle;
|
|
946
963
|
padding: 0;
|
|
947
|
-
|
|
948
|
-
._code-
|
|
964
|
+
}
|
|
965
|
+
._code-excerpt_1taji_1 .line {
|
|
949
966
|
min-width: 1.5rem;
|
|
950
967
|
text-align: right;
|
|
951
968
|
user-select: none;
|
|
969
|
+
cursor: pointer;
|
|
952
970
|
}
|
|
953
|
-
._code-
|
|
971
|
+
._code-excerpt_1taji_1 .line:hover {
|
|
972
|
+
text-decoration: none;
|
|
973
|
+
}
|
|
974
|
+
._code-excerpt_1taji_1 .line::before {
|
|
954
975
|
/* draw line number with css so it cannot be copied to clipboard */
|
|
955
976
|
content: attr(data-line);
|
|
956
977
|
color: var(--cody-chat-code-text-muted);
|
|
957
978
|
}
|
|
958
|
-
._code-
|
|
979
|
+
._code-excerpt_1taji_1 .code {
|
|
959
980
|
white-space: pre;
|
|
960
981
|
padding-left: 1rem;
|
|
961
982
|
}
|
|
962
|
-
._code-excerpt-
|
|
983
|
+
._code-excerpt-error_1taji_1 {
|
|
963
984
|
width: 100%;
|
|
964
985
|
}
|
|
965
|
-
._code-excerpt-
|
|
986
|
+
._code-excerpt-alert_1taji_1 {
|
|
966
987
|
margin-bottom: 0;
|
|
967
988
|
color: #c92a2a;
|
|
968
989
|
}
|
|
969
|
-
._code-
|
|
990
|
+
._code-excerpt_1taji_1 .hl-text {
|
|
970
991
|
color: #657b83;
|
|
971
992
|
}
|
|
972
993
|
:root {
|
|
@@ -980,16 +1001,16 @@ body[data-vscode-theme-kind='vscode-light'] ._content_1kf9a_116 pre > code {
|
|
|
980
1001
|
--cody-chat-code-text-highlighted: #566880;
|
|
981
1002
|
}
|
|
982
1003
|
|
|
983
|
-
._result-
|
|
1004
|
+
._result-container_16we1_12 {
|
|
984
1005
|
contain: paint;
|
|
985
1006
|
}
|
|
986
1007
|
|
|
987
|
-
._result-
|
|
1008
|
+
._result-container_16we1_12 .match-highlight {
|
|
988
1009
|
color: var(--cody-chat-code-text-highlighted);
|
|
989
1010
|
background-color: var(--cody-chat-code-mark-background) !important;
|
|
990
1011
|
}
|
|
991
1012
|
|
|
992
|
-
._result-
|
|
1013
|
+
._result-container_16we1_12 .sr-only {
|
|
993
1014
|
position: absolute;
|
|
994
1015
|
width: 0.0625rem;
|
|
995
1016
|
height: 0.0625rem;
|
|
@@ -1001,35 +1022,31 @@ body[data-vscode-theme-kind='vscode-light'] ._content_1kf9a_116 pre > code {
|
|
|
1001
1022
|
border: 0;
|
|
1002
1023
|
}
|
|
1003
1024
|
|
|
1004
|
-
.
|
|
1005
|
-
|
|
1006
|
-
display: flex;
|
|
1007
|
-
align-items: center;
|
|
1025
|
+
._header_16we1_32 {
|
|
1026
|
+
background-color: var(--vscode-editor-background);
|
|
1008
1027
|
position: sticky;
|
|
1009
1028
|
top: 0;
|
|
1029
|
+
border-bottom: solid 1px var(--cody-chat-code-border-color);
|
|
1010
1030
|
|
|
1011
1031
|
/* Show on top of search result contents */
|
|
1012
1032
|
z-index: 1;
|
|
1013
|
-
background-color: var(--cody-chat-code-header-background);
|
|
1014
1033
|
}
|
|
1015
1034
|
|
|
1016
|
-
._header-
|
|
1035
|
+
._header-title_16we1_1 {
|
|
1017
1036
|
flex: 1 1 auto;
|
|
1018
1037
|
display: flex;
|
|
1019
1038
|
flex-wrap: wrap;
|
|
1020
1039
|
}
|
|
1021
1040
|
|
|
1022
|
-
.
|
|
1023
|
-
border-
|
|
1024
|
-
border: solid 1px var(--cody-chat-code-border-color);
|
|
1025
|
-
background-color: var(--cody-chat-code-background);
|
|
1041
|
+
._result_16we1_12 {
|
|
1042
|
+
border-bottom: solid 1px var(--cody-chat-code-border-color);
|
|
1026
1043
|
}
|
|
1027
1044
|
|
|
1028
|
-
.
|
|
1045
|
+
._result_16we1_12 code {
|
|
1029
1046
|
padding: 0 !important;
|
|
1030
1047
|
}
|
|
1031
1048
|
|
|
1032
|
-
._search-result-
|
|
1049
|
+
._search-result-match_16we1_56 {
|
|
1033
1050
|
/* Don't use cascading link style */
|
|
1034
1051
|
text-decoration: none;
|
|
1035
1052
|
display: flex;
|
|
@@ -1039,23 +1056,23 @@ body[data-vscode-theme-kind='vscode-light'] ._content_1kf9a_116 pre > code {
|
|
|
1039
1056
|
position: relative;
|
|
1040
1057
|
}
|
|
1041
1058
|
|
|
1042
|
-
._horizontal-divider-
|
|
1059
|
+
._horizontal-divider-between_16we1_66:not(:last-child) {
|
|
1043
1060
|
border-bottom: 1px solid var(--cody-chat-code-border-color);
|
|
1044
1061
|
}
|
|
1045
1062
|
|
|
1046
|
-
._focusable-
|
|
1063
|
+
._focusable-block_16we1_72:focus-visible {
|
|
1047
1064
|
box-shadow: inset 0 0 0 1px var(--cody-chat-code-focus-border);
|
|
1048
1065
|
}
|
|
1049
1066
|
|
|
1050
|
-
.
|
|
1067
|
+
._clickable_16we1_78 {
|
|
1051
1068
|
cursor: pointer;
|
|
1052
1069
|
}
|
|
1053
1070
|
|
|
1054
|
-
.
|
|
1071
|
+
._clickable_16we1_78:hover {
|
|
1055
1072
|
text-decoration: none;
|
|
1056
1073
|
}
|
|
1057
1074
|
|
|
1058
|
-
._divider-
|
|
1075
|
+
._divider-between_16we1_85 > *:not(:last-child)::after {
|
|
1059
1076
|
content: ' ';
|
|
1060
1077
|
height: 1rem;
|
|
1061
1078
|
margin: 0 0.75rem;
|
|
@@ -1063,19 +1080,19 @@ body[data-vscode-theme-kind='vscode-light'] ._content_1kf9a_116 pre > code {
|
|
|
1063
1080
|
display: block;
|
|
1064
1081
|
}
|
|
1065
1082
|
|
|
1066
|
-
._divider-
|
|
1083
|
+
._divider-vertical_16we1_95 {
|
|
1067
1084
|
border-bottom: 1px solid var(--cody-chat-code-border-color);
|
|
1068
1085
|
width: 100%;
|
|
1069
1086
|
margin: 0.5rem 0;
|
|
1070
1087
|
}
|
|
1071
1088
|
|
|
1072
|
-
.
|
|
1089
|
+
._divider_16we1_85 {
|
|
1073
1090
|
border-right: 1px solid var(--cody-chat-code-border-color);
|
|
1074
1091
|
height: 1rem;
|
|
1075
1092
|
margin: 0 0.5rem;
|
|
1076
1093
|
}
|
|
1077
1094
|
|
|
1078
|
-
.
|
|
1095
|
+
._title_16we1_107 {
|
|
1079
1096
|
display: flex;
|
|
1080
1097
|
align-items: center;
|
|
1081
1098
|
flex-grow: 1;
|
|
@@ -1083,37 +1100,39 @@ body[data-vscode-theme-kind='vscode-light'] ._content_1kf9a_116 pre > code {
|
|
|
1083
1100
|
flex-wrap: wrap;
|
|
1084
1101
|
}
|
|
1085
1102
|
|
|
1086
|
-
._title-
|
|
1103
|
+
._title-inner_16we1_115 {
|
|
1087
1104
|
overflow-wrap: anywhere;
|
|
1088
1105
|
}
|
|
1089
1106
|
|
|
1090
|
-
._toggle-matches-
|
|
1107
|
+
._toggle-matches-button_16we1_119 {
|
|
1091
1108
|
width: 100%;
|
|
1092
1109
|
text-align: left;
|
|
1093
1110
|
border: none;
|
|
1094
1111
|
padding: 0.25rem 0.5rem;
|
|
1095
1112
|
border-top: 1px solid var(--cody-chat-code-border-color);
|
|
1096
|
-
background-color: var(--cody-chat-code-background);
|
|
1097
1113
|
color: var(--cody-chat-code-text-muted);
|
|
1114
|
+
font-size: calc(calc(12/13)*var(--vscode-font-size));
|
|
1098
1115
|
}
|
|
1099
1116
|
|
|
1100
|
-
._toggle-matches-
|
|
1117
|
+
._toggle-matches-button_16we1_119:hover {
|
|
1101
1118
|
color: inherit;
|
|
1102
1119
|
}
|
|
1103
1120
|
|
|
1104
|
-
._toggle-matches-button--
|
|
1121
|
+
._toggle-matches-button--expanded_16we1_1 {
|
|
1105
1122
|
position: sticky;
|
|
1106
1123
|
bottom: 0;
|
|
1107
1124
|
}
|
|
1108
1125
|
|
|
1109
|
-
._toggle-matches-button-
|
|
1126
|
+
._toggle-matches-button-text_16we1_1 {
|
|
1110
1127
|
margin-left: 0.125rem;
|
|
1111
1128
|
}
|
|
1112
1129
|
|
|
1113
|
-
.
|
|
1130
|
+
._addToContextLabel_16we1_142 {
|
|
1131
|
+
color: var(--cody-chat-code-text-muted);
|
|
1132
|
+
}
|
|
1133
|
+
._chunk_qvvv3_1 {
|
|
1114
1134
|
position: relative;
|
|
1115
1135
|
overflow-x: auto;
|
|
1116
|
-
background-color: var(--code-background);
|
|
1117
1136
|
}
|
|
1118
1137
|
._info-message_1hay9_1 {
|
|
1119
1138
|
--mention-color-opacity: 70%;
|
|
@@ -1132,74 +1151,72 @@ body[data-vscode-theme-kind='vscode-light'] ._content_1kf9a_116 pre > code {
|
|
|
1132
1151
|
);
|
|
1133
1152
|
word-break: break-word;
|
|
1134
1153
|
}
|
|
1135
|
-
.
|
|
1154
|
+
._filter_1pc5b_1 {
|
|
1136
1155
|
background-color: var(--vscode-sidebar-background);
|
|
1137
1156
|
color: var(--vscode-input-foreground);
|
|
1138
1157
|
}
|
|
1139
1158
|
|
|
1140
|
-
.
|
|
1159
|
+
._filter_1pc5b_1._selected_1pc5b_5, ._filter_1pc5b_1._selected_1pc5b_5:hover {
|
|
1141
1160
|
background-color: var(--vscode-button-background);
|
|
1142
1161
|
color: var(--vscode-button-foreground);
|
|
1143
1162
|
}
|
|
1163
|
+
/* Hidden by default */
|
|
1164
|
+
._filters-sidebar_oa6b9_2 {
|
|
1165
|
+
display: none;
|
|
1166
|
+
}
|
|
1144
1167
|
|
|
1145
|
-
|
|
1146
|
-
|
|
1168
|
+
@media (min-width: 768px) { /* md breakpoint */
|
|
1169
|
+
._filters-sidebar_oa6b9_2 {
|
|
1170
|
+
display: block; /* Show at md breakpoint and above */
|
|
1147
1171
|
}
|
|
1148
|
-
._root_fzfjq_1 {
|
|
1149
|
-
container-type: inline-size;
|
|
1150
|
-
container-name: root-outer-container;
|
|
1151
1172
|
}
|
|
1152
1173
|
|
|
1153
|
-
.
|
|
1154
|
-
|
|
1155
|
-
|
|
1174
|
+
._root_oa6b9_12 {
|
|
1175
|
+
container-type: inline-size;
|
|
1176
|
+
-webkit-container-type: inline-size;
|
|
1177
|
+
container-name: root-outer-container;
|
|
1178
|
+
-webkit-container-name: root-outer-container;}
|
|
1156
1179
|
|
|
1157
|
-
._results-
|
|
1180
|
+
._root_oa6b9_12 ._results-container_oa6b9_18 {
|
|
1158
1181
|
max-width: 100%;
|
|
1159
1182
|
}
|
|
1160
1183
|
|
|
1161
|
-
|
|
1162
|
-
|
|
1163
|
-
|
|
1164
|
-
display: none !important;
|
|
1165
|
-
}
|
|
1166
|
-
|
|
1167
|
-
._container_fzfjq_20 {
|
|
1168
|
-
display: block !important;
|
|
1169
|
-
}
|
|
1170
|
-
|
|
1171
|
-
._results-container_fzfjq_6 {
|
|
1172
|
-
max-width: 100% !important;
|
|
1173
|
-
}
|
|
1174
|
-
}
|
|
1184
|
+
._root_oa6b9_12 ._results-container_oa6b9_18._filters-sidebar-hidden_oa6b9_21 {
|
|
1185
|
+
max-width: 100%;
|
|
1186
|
+
}
|
|
1175
1187
|
|
|
1176
|
-
@
|
|
1177
|
-
|
|
1178
|
-
|
|
1179
|
-
|
|
1180
|
-
|
|
1188
|
+
@supports (container-type: inline-size) {
|
|
1189
|
+
@container root-outer-container (max-width: 768px) {
|
|
1190
|
+
._root_oa6b9_12 ._results-container_oa6b9_18 ._filters-sidebar_oa6b9_2,
|
|
1191
|
+
._root_oa6b9_12 ._results-container_oa6b9_18 ._filters-sidebar-toggle_oa6b9_28 {
|
|
1192
|
+
display: none !important;
|
|
1193
|
+
}
|
|
1194
|
+
}
|
|
1181
1195
|
|
|
1182
|
-
|
|
1183
|
-
|
|
1184
|
-
|
|
1196
|
+
@container root-outer-container (min-width: 768px) {
|
|
1197
|
+
._root_oa6b9_12 ._results-container_oa6b9_18 ._filters-modal-trigger_oa6b9_34 {
|
|
1198
|
+
display: none !important;
|
|
1199
|
+
}
|
|
1200
|
+
} }
|
|
1185
1201
|
|
|
1186
|
-
._filters-
|
|
1187
|
-
|
|
1188
|
-
}
|
|
1202
|
+
._filters-sidebar_oa6b9_2 ._root_oa6b9_12 ._results-container_oa6b9_18._root_oa6b9_12 ._results-container_oa6b9_18 ._results-container_oa6b9_18 {
|
|
1203
|
+
transition: all 1s ease-in;
|
|
1204
|
+
}
|
|
1189
1205
|
|
|
1190
|
-
._search-results-
|
|
1191
|
-
|
|
1192
|
-
|
|
1193
|
-
|
|
1206
|
+
._root_oa6b9_12 ._results-container_oa6b9_18 ._search-results-header_oa6b9_43 {
|
|
1207
|
+
container-type: inline-size;
|
|
1208
|
+
-webkit-container-type: inline-size;
|
|
1209
|
+
container-name: search-results-header;
|
|
1210
|
+
-webkit-container-name: search-results-header;
|
|
1211
|
+
}
|
|
1194
1212
|
|
|
1195
|
-
|
|
1196
|
-
|
|
1197
|
-
|
|
1198
|
-
|
|
1199
|
-
|
|
1200
|
-
|
|
1201
|
-
|
|
1202
|
-
}
|
|
1213
|
+
@supports (container-type: inline-size) {
|
|
1214
|
+
@container search-results-header (width < 468px) {
|
|
1215
|
+
._root_oa6b9_12 ._results-container_oa6b9_18 ._search-results-header-label_oa6b9_52 {
|
|
1216
|
+
display: none;
|
|
1217
|
+
}
|
|
1218
|
+
}
|
|
1219
|
+
}
|
|
1203
1220
|
._step-container_1xbw7_1 {
|
|
1204
1221
|
border-left: 3px solid var(--vscode-sideBar-border);
|
|
1205
1222
|
padding: 0.25rem 0.5rem 0.25rem 0.5rem;
|
|
@@ -1385,19 +1402,19 @@ body[data-vscode-theme-kind='vscode-high-contrast-light'] ._context-item-link_1q
|
|
|
1385
1402
|
}
|
|
1386
1403
|
|
|
1387
1404
|
|
|
1388
|
-
.
|
|
1405
|
+
._list_mvyfp_2 {
|
|
1389
1406
|
outline: none;
|
|
1390
1407
|
max-height: unset !important;
|
|
1391
1408
|
background-color: transparent !important;
|
|
1392
1409
|
}
|
|
1393
1410
|
|
|
1394
|
-
._list--input-
|
|
1411
|
+
._list--input-container_mvyfp_1 {
|
|
1395
1412
|
top: 0;
|
|
1396
1413
|
position: sticky;
|
|
1397
1414
|
z-index: 1;
|
|
1398
1415
|
}
|
|
1399
1416
|
|
|
1400
|
-
._list--
|
|
1417
|
+
._list--input_mvyfp_1 {
|
|
1401
1418
|
margin: 0.5rem;
|
|
1402
1419
|
padding: 0.5rem;
|
|
1403
1420
|
border-radius: 3px;
|
|
@@ -1405,27 +1422,38 @@ body[data-vscode-theme-kind='vscode-high-contrast-light'] ._context-item-link_1q
|
|
|
1405
1422
|
color: var(--vscode-input-foreground);
|
|
1406
1423
|
}
|
|
1407
1424
|
|
|
1408
|
-
._list--
|
|
1425
|
+
._list--input_mvyfp_1:focus {
|
|
1409
1426
|
box-shadow: 0 0 0 0.125rem var(--vscode-focusBorder)
|
|
1410
1427
|
}
|
|
1411
1428
|
|
|
1412
|
-
._list-
|
|
1413
|
-
|
|
1414
|
-
|
|
1415
|
-
|
|
1429
|
+
._list-chips_mvyfp_1 {
|
|
1430
|
+
--gap: 0.5rem;
|
|
1431
|
+
--min-width: 240px;
|
|
1432
|
+
--max-width: calc(50% - (var(--gap)/2));
|
|
1433
|
+
}
|
|
1434
|
+
|
|
1435
|
+
._list-chips_mvyfp_1 [cmdk-list-sizer] {
|
|
1436
|
+
display: grid;
|
|
1437
|
+
/*
|
|
1438
|
+
* This creates a responsive grid with one or two columns, depending on the available space.
|
|
1439
|
+
* See https://css-tricks.com/an-auto-filling-css-grid-with-max-columns/ for more information.
|
|
1440
|
+
*/
|
|
1441
|
+
grid-template-columns: repeat(auto-fill, minmax(max(var(--min-width), var(--max-width)), 1fr));
|
|
1442
|
+
gap: var(--gap);
|
|
1443
|
+
|
|
1416
1444
|
}
|
|
1417
1445
|
|
|
1418
|
-
._list-
|
|
1446
|
+
._list-chips_mvyfp_1 ._list--item_mvyfp_41 {
|
|
1419
1447
|
border-radius: 3px;
|
|
1420
1448
|
border: 1px solid var(--vscode-dropdown-border, transparent);
|
|
1421
1449
|
padding: 0.25rem 0.5rem;
|
|
1422
1450
|
}
|
|
1423
1451
|
|
|
1424
|
-
._list-
|
|
1452
|
+
._list-chips_mvyfp_1 ._list--item_mvyfp_41[aria-selected="true"] {
|
|
1425
1453
|
border-color: var(--vscode-list-activeSelectionBackground);
|
|
1426
1454
|
}
|
|
1427
1455
|
|
|
1428
|
-
._list-
|
|
1456
|
+
._list-chips_mvyfp_1 ._list--item_mvyfp_41:not([aria-selected="true"]) {
|
|
1429
1457
|
background-color: var(--vscode-dropdown-background);
|
|
1430
1458
|
}
|
|
1431
1459
|
|
|
@@ -1844,6 +1872,9 @@ button > ._model-title-with-icon_k71kd_5 ._badge_k71kd_39 {
|
|
|
1844
1872
|
justify-content: flex-end;
|
|
1845
1873
|
gap: 0.5rem;
|
|
1846
1874
|
}
|
|
1875
|
+
._switch-thumb_1n9d7_1[data-state='checked'] {
|
|
1876
|
+
transform: translateX(10px);
|
|
1877
|
+
}
|
|
1847
1878
|
._chat-disabled_rc7no_1 {
|
|
1848
1879
|
text-align: center;
|
|
1849
1880
|
padding: 0.5rem 0.25rem;
|
|
@@ -2547,6 +2578,9 @@ imported in Sourcegraph shell.
|
|
|
2547
2578
|
since they will conflict with any possible reset/global
|
|
2548
2579
|
styles in consumer. See @mixin reset-styles for more details
|
|
2549
2580
|
*/
|
|
2581
|
+
.tw-pointer-events-none {
|
|
2582
|
+
pointer-events: none;
|
|
2583
|
+
}
|
|
2550
2584
|
.tw-fixed {
|
|
2551
2585
|
position: fixed;
|
|
2552
2586
|
}
|
|
@@ -2571,21 +2605,15 @@ imported in Sourcegraph shell.
|
|
|
2571
2605
|
.tw-left-1\/2 {
|
|
2572
2606
|
left: 50%;
|
|
2573
2607
|
}
|
|
2574
|
-
.tw-left-\[0px\] {
|
|
2575
|
-
left: 0px;
|
|
2576
|
-
}
|
|
2577
|
-
.tw-left-\[5\.5px\] {
|
|
2578
|
-
left: 5.5px;
|
|
2579
|
-
}
|
|
2580
2608
|
.tw-right-2 {
|
|
2581
2609
|
right: 4px;
|
|
2582
2610
|
}
|
|
2583
|
-
.tw-right-4 {
|
|
2584
|
-
right: 8px;
|
|
2585
|
-
}
|
|
2586
2611
|
.tw-right-6 {
|
|
2587
2612
|
right: 12px;
|
|
2588
2613
|
}
|
|
2614
|
+
.tw-right-8 {
|
|
2615
|
+
right: 16px;
|
|
2616
|
+
}
|
|
2589
2617
|
.tw-top-10 {
|
|
2590
2618
|
top: 20px;
|
|
2591
2619
|
}
|
|
@@ -2595,17 +2623,14 @@ imported in Sourcegraph shell.
|
|
|
2595
2623
|
.tw-top-3 {
|
|
2596
2624
|
top: 6px;
|
|
2597
2625
|
}
|
|
2598
|
-
.tw-top-
|
|
2599
|
-
top:
|
|
2626
|
+
.tw-top-5 {
|
|
2627
|
+
top: 10px;
|
|
2600
2628
|
}
|
|
2601
2629
|
.tw-top-6 {
|
|
2602
2630
|
top: 12px;
|
|
2603
2631
|
}
|
|
2604
|
-
.tw-
|
|
2605
|
-
|
|
2606
|
-
}
|
|
2607
|
-
.tw-top-\[5\.5px\] {
|
|
2608
|
-
top: 5.5px;
|
|
2632
|
+
.tw-z-10 {
|
|
2633
|
+
z-index: 10;
|
|
2609
2634
|
}
|
|
2610
2635
|
.tw-z-50 {
|
|
2611
2636
|
z-index: 50;
|
|
@@ -2623,6 +2648,10 @@ imported in Sourcegraph shell.
|
|
|
2623
2648
|
margin-left: 4px;
|
|
2624
2649
|
margin-right: 4px;
|
|
2625
2650
|
}
|
|
2651
|
+
.tw-mx-8 {
|
|
2652
|
+
margin-left: 16px;
|
|
2653
|
+
margin-right: 16px;
|
|
2654
|
+
}
|
|
2626
2655
|
.tw-mx-auto {
|
|
2627
2656
|
margin-left: auto;
|
|
2628
2657
|
margin-right: auto;
|
|
@@ -2679,9 +2708,6 @@ imported in Sourcegraph shell.
|
|
|
2679
2708
|
.tw-ml-4 {
|
|
2680
2709
|
margin-left: 8px;
|
|
2681
2710
|
}
|
|
2682
|
-
.tw-ml-5 {
|
|
2683
|
-
margin-left: 10px;
|
|
2684
|
-
}
|
|
2685
2711
|
.tw-ml-6 {
|
|
2686
2712
|
margin-left: 12px;
|
|
2687
2713
|
}
|
|
@@ -2739,17 +2765,17 @@ imported in Sourcegraph shell.
|
|
|
2739
2765
|
.tw-mt-auto {
|
|
2740
2766
|
margin-top: auto;
|
|
2741
2767
|
}
|
|
2768
|
+
.tw-box-content {
|
|
2769
|
+
box-sizing: content-box;
|
|
2770
|
+
}
|
|
2742
2771
|
.\!tw-line-clamp-1 {
|
|
2743
2772
|
overflow: hidden !important;
|
|
2744
2773
|
display: -webkit-box !important;
|
|
2745
2774
|
-webkit-box-orient: vertical !important;
|
|
2746
2775
|
-webkit-line-clamp: 1 !important;
|
|
2747
2776
|
}
|
|
2748
|
-
.tw-
|
|
2749
|
-
|
|
2750
|
-
display: -webkit-box;
|
|
2751
|
-
-webkit-box-orient: vertical;
|
|
2752
|
-
-webkit-line-clamp: 1;
|
|
2777
|
+
.tw-block {
|
|
2778
|
+
display: block;
|
|
2753
2779
|
}
|
|
2754
2780
|
.tw-inline-block {
|
|
2755
2781
|
display: inline-block;
|
|
@@ -2763,10 +2789,21 @@ imported in Sourcegraph shell.
|
|
|
2763
2789
|
.tw-grid {
|
|
2764
2790
|
display: grid;
|
|
2765
2791
|
}
|
|
2792
|
+
.tw-size-4 {
|
|
2793
|
+
width: 8px;
|
|
2794
|
+
height: 8px;
|
|
2795
|
+
}
|
|
2796
|
+
.tw-size-6 {
|
|
2797
|
+
width: 12px;
|
|
2798
|
+
height: 12px;
|
|
2799
|
+
}
|
|
2766
2800
|
.tw-size-8 {
|
|
2767
2801
|
width: 16px;
|
|
2768
2802
|
height: 16px;
|
|
2769
2803
|
}
|
|
2804
|
+
.\!tw-h-14 {
|
|
2805
|
+
height: 28px !important;
|
|
2806
|
+
}
|
|
2770
2807
|
.\!tw-h-\[30px\] {
|
|
2771
2808
|
height: 30px !important;
|
|
2772
2809
|
}
|
|
@@ -2788,21 +2825,12 @@ imported in Sourcegraph shell.
|
|
|
2788
2825
|
.tw-h-\[16px\] {
|
|
2789
2826
|
height: 16px;
|
|
2790
2827
|
}
|
|
2791
|
-
.tw-h-\[18px\] {
|
|
2792
|
-
height: 18px;
|
|
2793
|
-
}
|
|
2794
2828
|
.tw-h-\[1em\] {
|
|
2795
2829
|
height: 1em;
|
|
2796
2830
|
}
|
|
2797
|
-
.tw-h-\[20px\] {
|
|
2798
|
-
height: 20px;
|
|
2799
|
-
}
|
|
2800
2831
|
.tw-h-\[50vh\] {
|
|
2801
2832
|
height: 50vh;
|
|
2802
2833
|
}
|
|
2803
|
-
.tw-h-\[7px\] {
|
|
2804
|
-
height: 7px;
|
|
2805
|
-
}
|
|
2806
2834
|
.tw-h-auto {
|
|
2807
2835
|
height: auto;
|
|
2808
2836
|
}
|
|
@@ -2860,6 +2888,9 @@ imported in Sourcegraph shell.
|
|
|
2860
2888
|
.tw-w-11 {
|
|
2861
2889
|
width: 22px;
|
|
2862
2890
|
}
|
|
2891
|
+
.tw-w-14 {
|
|
2892
|
+
width: 28px;
|
|
2893
|
+
}
|
|
2863
2894
|
.tw-w-5 {
|
|
2864
2895
|
width: 10px;
|
|
2865
2896
|
}
|
|
@@ -2881,15 +2912,9 @@ imported in Sourcegraph shell.
|
|
|
2881
2912
|
.tw-w-\[16px\] {
|
|
2882
2913
|
width: 16px;
|
|
2883
2914
|
}
|
|
2884
|
-
.tw-w-\[18px\] {
|
|
2885
|
-
width: 18px;
|
|
2886
|
-
}
|
|
2887
2915
|
.tw-w-\[1em\] {
|
|
2888
2916
|
width: 1em;
|
|
2889
2917
|
}
|
|
2890
|
-
.tw-w-\[20px\] {
|
|
2891
|
-
width: 20px;
|
|
2892
|
-
}
|
|
2893
2918
|
.tw-w-\[240px\] {
|
|
2894
2919
|
width: 240px;
|
|
2895
2920
|
}
|
|
@@ -2902,9 +2927,6 @@ imported in Sourcegraph shell.
|
|
|
2902
2927
|
.tw-w-\[75vw\] {
|
|
2903
2928
|
width: 75vw;
|
|
2904
2929
|
}
|
|
2905
|
-
.tw-w-\[7px\] {
|
|
2906
|
-
width: 7px;
|
|
2907
|
-
}
|
|
2908
2930
|
.tw-w-\[95\%\] {
|
|
2909
2931
|
width: 95%;
|
|
2910
2932
|
}
|
|
@@ -2980,6 +3002,9 @@ imported in Sourcegraph shell.
|
|
|
2980
3002
|
.tw-flex-grow {
|
|
2981
3003
|
flex-grow: 1;
|
|
2982
3004
|
}
|
|
3005
|
+
.tw-grow {
|
|
3006
|
+
flex-grow: 1;
|
|
3007
|
+
}
|
|
2983
3008
|
.tw-basis-0 {
|
|
2984
3009
|
flex-basis: 0px;
|
|
2985
3010
|
}
|
|
@@ -2999,10 +3024,6 @@ imported in Sourcegraph shell.
|
|
|
2999
3024
|
--tw-translate-x: 12px;
|
|
3000
3025
|
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));
|
|
3001
3026
|
}
|
|
3002
|
-
.tw-translate-x-\[1px\] {
|
|
3003
|
-
--tw-translate-x: 1px;
|
|
3004
|
-
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));
|
|
3005
|
-
}
|
|
3006
3027
|
.tw-translate-y-\[1px\] {
|
|
3007
3028
|
--tw-translate-y: 1px;
|
|
3008
3029
|
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));
|
|
@@ -3184,9 +3205,6 @@ imported in Sourcegraph shell.
|
|
|
3184
3205
|
.tw-rounded {
|
|
3185
3206
|
border-radius: 0.25rem;
|
|
3186
3207
|
}
|
|
3187
|
-
.tw-rounded-\[0\.5px\] {
|
|
3188
|
-
border-radius: 0.5px;
|
|
3189
|
-
}
|
|
3190
3208
|
.tw-rounded-\[6px\] {
|
|
3191
3209
|
border-radius: 6px;
|
|
3192
3210
|
}
|
|
@@ -3209,14 +3227,26 @@ imported in Sourcegraph shell.
|
|
|
3209
3227
|
border-top-left-radius: 4px;
|
|
3210
3228
|
border-top-right-radius: 4px;
|
|
3211
3229
|
}
|
|
3230
|
+
.tw-rounded-bl-full {
|
|
3231
|
+
border-bottom-left-radius: 9999px;
|
|
3232
|
+
}
|
|
3233
|
+
.tw-rounded-br-full {
|
|
3234
|
+
border-bottom-right-radius: 9999px;
|
|
3235
|
+
}
|
|
3236
|
+
.tw-rounded-tl-full {
|
|
3237
|
+
border-top-left-radius: 9999px;
|
|
3238
|
+
}
|
|
3239
|
+
.tw-rounded-tr-full {
|
|
3240
|
+
border-top-right-radius: 9999px;
|
|
3241
|
+
}
|
|
3212
3242
|
.tw-border {
|
|
3213
3243
|
border-width: 1px;
|
|
3214
3244
|
}
|
|
3215
3245
|
.tw-border-0 {
|
|
3216
3246
|
border-width: 0px;
|
|
3217
3247
|
}
|
|
3218
|
-
.tw-border
|
|
3219
|
-
border-width:
|
|
3248
|
+
.tw-border-2 {
|
|
3249
|
+
border-width: 2px;
|
|
3220
3250
|
}
|
|
3221
3251
|
.\!tw-border-b-0 {
|
|
3222
3252
|
border-bottom-width: 0px !important;
|
|
@@ -3227,6 +3257,12 @@ imported in Sourcegraph shell.
|
|
|
3227
3257
|
.tw-border-b-\[1px\] {
|
|
3228
3258
|
border-bottom-width: 1px;
|
|
3229
3259
|
}
|
|
3260
|
+
.tw-border-l-0 {
|
|
3261
|
+
border-left-width: 0px;
|
|
3262
|
+
}
|
|
3263
|
+
.tw-border-r {
|
|
3264
|
+
border-right-width: 1px;
|
|
3265
|
+
}
|
|
3230
3266
|
.tw-border-t {
|
|
3231
3267
|
border-top-width: 1px;
|
|
3232
3268
|
}
|
|
@@ -3239,28 +3275,21 @@ imported in Sourcegraph shell.
|
|
|
3239
3275
|
.\!tw-border-\[var\(--vscode-tab-activeBorderTop\)\] {
|
|
3240
3276
|
border-color: var(--vscode-tab-activeBorderTop) !important;
|
|
3241
3277
|
}
|
|
3278
|
+
.\!tw-border-border {
|
|
3279
|
+
border-color: var(--vscode-dropdown-border) !important;
|
|
3280
|
+
}
|
|
3242
3281
|
.tw-border-border {
|
|
3243
3282
|
border-color: var(--vscode-dropdown-border);
|
|
3244
3283
|
}
|
|
3245
3284
|
.tw-border-button-border {
|
|
3246
3285
|
border-color: var(--vscode-button-border, transparent);
|
|
3247
3286
|
}
|
|
3248
|
-
.tw-border-current {
|
|
3249
|
-
border-color: currentColor;
|
|
3250
|
-
}
|
|
3251
|
-
.tw-border-gray-200 {
|
|
3252
|
-
--tw-border-opacity: 1;
|
|
3253
|
-
border-color: rgb(229 231 235 / var(--tw-border-opacity));
|
|
3254
|
-
}
|
|
3255
3287
|
.tw-border-input-border {
|
|
3256
3288
|
border-color: var(--vscode-input-border);
|
|
3257
3289
|
}
|
|
3258
3290
|
.tw-border-keybinding-border {
|
|
3259
3291
|
border-color: var(--vscode-keybindingLabel-border);
|
|
3260
3292
|
}
|
|
3261
|
-
.tw-border-muted {
|
|
3262
|
-
border-color: var(--vscode-input-background);
|
|
3263
|
-
}
|
|
3264
3293
|
.tw-border-muted-foreground {
|
|
3265
3294
|
border-color: var(--vscode-input-placeholderForeground);
|
|
3266
3295
|
}
|
|
@@ -3277,12 +3306,12 @@ imported in Sourcegraph shell.
|
|
|
3277
3306
|
.tw-border-b-border {
|
|
3278
3307
|
border-bottom-color: var(--vscode-dropdown-border);
|
|
3279
3308
|
}
|
|
3280
|
-
.tw-border-e-transparent {
|
|
3281
|
-
border-inline-end-color: transparent;
|
|
3282
|
-
}
|
|
3283
3309
|
.tw-border-t-border {
|
|
3284
3310
|
border-top-color: var(--vscode-dropdown-border);
|
|
3285
3311
|
}
|
|
3312
|
+
.\!tw-bg-background {
|
|
3313
|
+
background-color: var(--vscode-editor-background) !important;
|
|
3314
|
+
}
|
|
3286
3315
|
.\!tw-bg-transparent {
|
|
3287
3316
|
background-color: transparent !important;
|
|
3288
3317
|
}
|
|
@@ -3323,9 +3352,6 @@ imported in Sourcegraph shell.
|
|
|
3323
3352
|
.tw-bg-button-secondary-background-hover {
|
|
3324
3353
|
background-color: var(--vscode-button-secondaryHoverBackground);
|
|
3325
3354
|
}
|
|
3326
|
-
.tw-bg-current {
|
|
3327
|
-
background-color: currentColor;
|
|
3328
|
-
}
|
|
3329
3355
|
.tw-bg-gray-200 {
|
|
3330
3356
|
--tw-bg-opacity: 1;
|
|
3331
3357
|
background-color: rgb(229 231 235 / var(--tw-bg-opacity));
|
|
@@ -3397,10 +3423,6 @@ imported in Sourcegraph shell.
|
|
|
3397
3423
|
.tw-bg-transparent {
|
|
3398
3424
|
background-color: transparent;
|
|
3399
3425
|
}
|
|
3400
|
-
.tw-bg-white {
|
|
3401
|
-
--tw-bg-opacity: 1;
|
|
3402
|
-
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
|
|
3403
|
-
}
|
|
3404
3426
|
.tw-bg-yellow-900 {
|
|
3405
3427
|
--tw-bg-opacity: 1;
|
|
3406
3428
|
background-color: rgb(113 63 18 / var(--tw-bg-opacity));
|
|
@@ -3423,6 +3445,9 @@ imported in Sourcegraph shell.
|
|
|
3423
3445
|
.tw-to-sourcegraph-orange {
|
|
3424
3446
|
--tw-gradient-to: #FF5543 var(--tw-gradient-to-position);
|
|
3425
3447
|
}
|
|
3448
|
+
.tw-fill-current {
|
|
3449
|
+
fill: currentColor;
|
|
3450
|
+
}
|
|
3426
3451
|
.\!tw-p-0 {
|
|
3427
3452
|
padding: 0px !important;
|
|
3428
3453
|
}
|
|
@@ -3465,6 +3490,10 @@ imported in Sourcegraph shell.
|
|
|
3465
3490
|
.tw-p-8 {
|
|
3466
3491
|
padding: 16px;
|
|
3467
3492
|
}
|
|
3493
|
+
.\!tw-px-4 {
|
|
3494
|
+
padding-left: 8px !important;
|
|
3495
|
+
padding-right: 8px !important;
|
|
3496
|
+
}
|
|
3468
3497
|
.\!tw-px-6 {
|
|
3469
3498
|
padding-left: 12px !important;
|
|
3470
3499
|
padding-right: 12px !important;
|
|
@@ -3477,6 +3506,10 @@ imported in Sourcegraph shell.
|
|
|
3477
3506
|
padding-top: 2px !important;
|
|
3478
3507
|
padding-bottom: 2px !important;
|
|
3479
3508
|
}
|
|
3509
|
+
.\!tw-py-4 {
|
|
3510
|
+
padding-top: 8px !important;
|
|
3511
|
+
padding-bottom: 8px !important;
|
|
3512
|
+
}
|
|
3480
3513
|
.tw-px-0 {
|
|
3481
3514
|
padding-left: 0px;
|
|
3482
3515
|
padding-right: 0px;
|
|
@@ -3551,24 +3584,30 @@ imported in Sourcegraph shell.
|
|
|
3551
3584
|
.tw-pb-12 {
|
|
3552
3585
|
padding-bottom: 24px;
|
|
3553
3586
|
}
|
|
3587
|
+
.tw-pb-4 {
|
|
3588
|
+
padding-bottom: 8px;
|
|
3589
|
+
}
|
|
3554
3590
|
.tw-pb-6 {
|
|
3555
3591
|
padding-bottom: 12px;
|
|
3556
3592
|
}
|
|
3593
|
+
.tw-pl-1 {
|
|
3594
|
+
padding-left: 2px;
|
|
3595
|
+
}
|
|
3557
3596
|
.tw-pl-5 {
|
|
3558
3597
|
padding-left: 10px;
|
|
3559
3598
|
}
|
|
3560
3599
|
.tw-pl-6 {
|
|
3561
3600
|
padding-left: 12px;
|
|
3562
3601
|
}
|
|
3602
|
+
.tw-pr-2 {
|
|
3603
|
+
padding-right: 4px;
|
|
3604
|
+
}
|
|
3563
3605
|
.tw-pr-4 {
|
|
3564
3606
|
padding-right: 8px;
|
|
3565
3607
|
}
|
|
3566
3608
|
.tw-pt-12 {
|
|
3567
3609
|
padding-top: 24px;
|
|
3568
3610
|
}
|
|
3569
|
-
.tw-pt-2 {
|
|
3570
|
-
padding-top: 4px;
|
|
3571
|
-
}
|
|
3572
3611
|
.tw-pt-4 {
|
|
3573
3612
|
padding-top: 8px;
|
|
3574
3613
|
}
|
|
@@ -3807,6 +3846,11 @@ imported in Sourcegraph shell.
|
|
|
3807
3846
|
outline: 2px solid transparent;
|
|
3808
3847
|
outline-offset: 2px;
|
|
3809
3848
|
}
|
|
3849
|
+
.tw-ring-0 {
|
|
3850
|
+
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
3851
|
+
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
3852
|
+
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
|
|
3853
|
+
}
|
|
3810
3854
|
.tw-ring-1 {
|
|
3811
3855
|
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
3812
3856
|
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
@@ -3820,6 +3864,9 @@ imported in Sourcegraph shell.
|
|
|
3820
3864
|
--tw-ring-opacity: 1;
|
|
3821
3865
|
--tw-ring-color: rgb(74 222 128 / var(--tw-ring-opacity));
|
|
3822
3866
|
}
|
|
3867
|
+
.\!tw-ring-offset-background {
|
|
3868
|
+
--tw-ring-offset-color: var(--vscode-editor-background) !important;
|
|
3869
|
+
}
|
|
3823
3870
|
.tw-ring-offset-background {
|
|
3824
3871
|
--tw-ring-offset-color: var(--vscode-editor-background);
|
|
3825
3872
|
}
|
|
@@ -3847,6 +3894,11 @@ imported in Sourcegraph shell.
|
|
|
3847
3894
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
3848
3895
|
transition-duration: 150ms;
|
|
3849
3896
|
}
|
|
3897
|
+
.tw-transition-transform {
|
|
3898
|
+
transition-property: transform;
|
|
3899
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
3900
|
+
transition-duration: 150ms;
|
|
3901
|
+
}
|
|
3850
3902
|
.tw-duration-200 {
|
|
3851
3903
|
transition-duration: 200ms;
|
|
3852
3904
|
}
|
|
@@ -4247,6 +4299,9 @@ imported in Sourcegraph shell.
|
|
|
4247
4299
|
.hover\:tw-bg-button-background-hover:hover {
|
|
4248
4300
|
background-color: var(--vscode-button-hoverBackground);
|
|
4249
4301
|
}
|
|
4302
|
+
.hover\:tw-bg-button-secondary-background:hover {
|
|
4303
|
+
background-color: var(--vscode-button-secondaryBackground);
|
|
4304
|
+
}
|
|
4250
4305
|
.hover\:tw-bg-button-secondary-background-hover:hover {
|
|
4251
4306
|
background-color: var(--vscode-button-secondaryHoverBackground);
|
|
4252
4307
|
}
|
|
@@ -4353,27 +4408,33 @@ imported in Sourcegraph shell.
|
|
|
4353
4408
|
.focus-visible\:tw-ring-offset-2:focus-visible {
|
|
4354
4409
|
--tw-ring-offset-width: 2px;
|
|
4355
4410
|
}
|
|
4411
|
+
.focus-visible\:tw-ring-offset-background:focus-visible {
|
|
4412
|
+
--tw-ring-offset-color: var(--vscode-editor-background);
|
|
4413
|
+
}
|
|
4356
4414
|
.disabled\:tw-pointer-events-none:disabled {
|
|
4357
4415
|
pointer-events: none;
|
|
4358
4416
|
}
|
|
4359
4417
|
.disabled\:tw-cursor-not-allowed:disabled {
|
|
4360
4418
|
cursor: not-allowed;
|
|
4361
4419
|
}
|
|
4420
|
+
.disabled\:tw-bg-button-secondary-background:disabled {
|
|
4421
|
+
background-color: var(--vscode-button-secondaryBackground);
|
|
4422
|
+
}
|
|
4362
4423
|
.disabled\:tw-bg-current-25:disabled {
|
|
4363
4424
|
background-color: color-mix(in lch, currentColor 25%, transparent);
|
|
4364
4425
|
}
|
|
4365
4426
|
.disabled\:tw-text-current:disabled {
|
|
4366
4427
|
color: currentColor;
|
|
4367
4428
|
}
|
|
4429
|
+
.disabled\:tw-text-muted-foreground:disabled {
|
|
4430
|
+
color: var(--vscode-input-placeholderForeground);
|
|
4431
|
+
}
|
|
4368
4432
|
.disabled\:tw-opacity-50:disabled {
|
|
4369
4433
|
opacity: 0.5;
|
|
4370
4434
|
}
|
|
4371
4435
|
.disabled\:tw-opacity-75:disabled {
|
|
4372
4436
|
opacity: 0.75;
|
|
4373
4437
|
}
|
|
4374
|
-
.tw-group:hover .group-hover\:tw-opacity-100 {
|
|
4375
|
-
opacity: 1;
|
|
4376
|
-
}
|
|
4377
4438
|
.tw-peer:disabled ~ .peer-disabled\:tw-cursor-not-allowed {
|
|
4378
4439
|
cursor: not-allowed;
|
|
4379
4440
|
}
|
|
@@ -4392,6 +4453,14 @@ imported in Sourcegraph shell.
|
|
|
4392
4453
|
.data-\[disabled\=true\]\:tw-pointer-events-none[data-disabled=true] {
|
|
4393
4454
|
pointer-events: none;
|
|
4394
4455
|
}
|
|
4456
|
+
.data-\[state\=checked\]\:tw-translate-x-5[data-state=checked] {
|
|
4457
|
+
--tw-translate-x: 10px;
|
|
4458
|
+
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));
|
|
4459
|
+
}
|
|
4460
|
+
.data-\[state\=unchecked\]\:tw-translate-x-0[data-state=unchecked] {
|
|
4461
|
+
--tw-translate-x: 0px;
|
|
4462
|
+
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));
|
|
4463
|
+
}
|
|
4395
4464
|
@keyframes tw-accordion-up {
|
|
4396
4465
|
from {
|
|
4397
4466
|
height: var(--radix-accordion-content-height);
|
|
@@ -4436,24 +4505,49 @@ imported in Sourcegraph shell.
|
|
|
4436
4505
|
.data-\[state\=open\]\:tw-animate-collapsible-down[data-state=open] {
|
|
4437
4506
|
animation: tw-collapsible-down 0.15s ease-out;
|
|
4438
4507
|
}
|
|
4439
|
-
.data-\[
|
|
4440
|
-
|
|
4508
|
+
.data-\[state\=checked\]\:tw-bg-button-background[data-state=checked] {
|
|
4509
|
+
background-color: var(--vscode-button-background);
|
|
4441
4510
|
}
|
|
4442
|
-
|
|
4443
|
-
|
|
4511
|
+
.data-\[state\=unchecked\]\:tw-bg-button-secondary-background[data-state=unchecked] {
|
|
4512
|
+
background-color: var(--vscode-button-secondaryBackground);
|
|
4444
4513
|
}
|
|
4445
|
-
|
|
4446
|
-
|
|
4514
|
+
.data-\[disabled\=true\]\:tw-opacity-50[data-disabled=true] {
|
|
4515
|
+
opacity: 0.5;
|
|
4447
4516
|
}
|
|
4448
4517
|
@media (min-width: 768px) {
|
|
4518
|
+
.md\:tw-size-8 {
|
|
4519
|
+
width: 16px;
|
|
4520
|
+
height: 16px;
|
|
4521
|
+
}
|
|
4522
|
+
.md\:tw-p-4 {
|
|
4523
|
+
padding: 8px;
|
|
4524
|
+
}
|
|
4525
|
+
.md\:tw-px-2 {
|
|
4526
|
+
padding-left: 4px;
|
|
4527
|
+
padding-right: 4px;
|
|
4528
|
+
}
|
|
4449
4529
|
.md\:tw-px-4 {
|
|
4450
4530
|
padding-left: 8px;
|
|
4451
4531
|
padding-right: 8px;
|
|
4452
4532
|
}
|
|
4533
|
+
.md\:tw-px-6 {
|
|
4534
|
+
padding-left: 12px;
|
|
4535
|
+
padding-right: 12px;
|
|
4536
|
+
}
|
|
4453
4537
|
.md\:tw-py-2 {
|
|
4454
4538
|
padding-top: 4px;
|
|
4455
4539
|
padding-bottom: 4px;
|
|
4456
4540
|
}
|
|
4541
|
+
.md\:tw-py-3 {
|
|
4542
|
+
padding-top: 6px;
|
|
4543
|
+
padding-bottom: 6px;
|
|
4544
|
+
}
|
|
4545
|
+
.md\:tw-pr-3 {
|
|
4546
|
+
padding-right: 6px;
|
|
4547
|
+
}
|
|
4548
|
+
.md\:tw-pt-2 {
|
|
4549
|
+
padding-top: 4px;
|
|
4550
|
+
}
|
|
4457
4551
|
.md\:tw-text-base {
|
|
4458
4552
|
font-size: 1rem;
|
|
4459
4553
|
line-height: 1.5rem;
|