@sourcegraph/cody-web 0.27.0 → 0.28.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/style.css CHANGED
@@ -1001,16 +1001,16 @@ body[data-vscode-theme-kind='vscode-light'] ._content_1kf9a_116 pre > code {
1001
1001
  --cody-chat-code-text-highlighted: #566880;
1002
1002
  }
1003
1003
 
1004
- ._result-container_16we1_12 {
1004
+ ._result-container_1qba3_12 {
1005
1005
  contain: paint;
1006
1006
  }
1007
1007
 
1008
- ._result-container_16we1_12 .match-highlight {
1008
+ ._result-container_1qba3_12 .match-highlight {
1009
1009
  color: var(--cody-chat-code-text-highlighted);
1010
1010
  background-color: var(--cody-chat-code-mark-background) !important;
1011
1011
  }
1012
1012
 
1013
- ._result-container_16we1_12 .sr-only {
1013
+ ._result-container_1qba3_12 .sr-only {
1014
1014
  position: absolute;
1015
1015
  width: 0.0625rem;
1016
1016
  height: 0.0625rem;
@@ -1022,7 +1022,7 @@ body[data-vscode-theme-kind='vscode-light'] ._content_1kf9a_116 pre > code {
1022
1022
  border: 0;
1023
1023
  }
1024
1024
 
1025
- ._header_16we1_32 {
1025
+ ._header_1qba3_32 {
1026
1026
  background-color: var(--vscode-editor-background);
1027
1027
  position: sticky;
1028
1028
  top: 0;
@@ -1032,21 +1032,22 @@ body[data-vscode-theme-kind='vscode-light'] ._content_1kf9a_116 pre > code {
1032
1032
  z-index: 1;
1033
1033
  }
1034
1034
 
1035
- ._header-title_16we1_1 {
1035
+ ._header-title_1qba3_1 {
1036
1036
  flex: 1 1 auto;
1037
1037
  display: flex;
1038
1038
  flex-wrap: wrap;
1039
1039
  }
1040
1040
 
1041
- ._result_16we1_12 {
1041
+ ._result_1qba3_12 {
1042
1042
  border-bottom: solid 1px var(--cody-chat-code-border-color);
1043
+ background-color: var(--vscode-editor-background);
1043
1044
  }
1044
1045
 
1045
- ._result_16we1_12 code {
1046
+ ._result_1qba3_12 code {
1046
1047
  padding: 0 !important;
1047
1048
  }
1048
1049
 
1049
- ._search-result-match_16we1_56 {
1050
+ ._search-result-match_1qba3_57 {
1050
1051
  /* Don't use cascading link style */
1051
1052
  text-decoration: none;
1052
1053
  display: flex;
@@ -1056,23 +1057,23 @@ body[data-vscode-theme-kind='vscode-light'] ._content_1kf9a_116 pre > code {
1056
1057
  position: relative;
1057
1058
  }
1058
1059
 
1059
- ._horizontal-divider-between_16we1_66:not(:last-child) {
1060
+ ._horizontal-divider-between_1qba3_67:not(:last-child) {
1060
1061
  border-bottom: 1px solid var(--cody-chat-code-border-color);
1061
1062
  }
1062
1063
 
1063
- ._focusable-block_16we1_72:focus-visible {
1064
+ ._focusable-block_1qba3_73:focus-visible {
1064
1065
  box-shadow: inset 0 0 0 1px var(--cody-chat-code-focus-border);
1065
1066
  }
1066
1067
 
1067
- ._clickable_16we1_78 {
1068
+ ._clickable_1qba3_79 {
1068
1069
  cursor: pointer;
1069
1070
  }
1070
1071
 
1071
- ._clickable_16we1_78:hover {
1072
+ ._clickable_1qba3_79:hover {
1072
1073
  text-decoration: none;
1073
1074
  }
1074
1075
 
1075
- ._divider-between_16we1_85 > *:not(:last-child)::after {
1076
+ ._divider-between_1qba3_86 > *:not(:last-child)::after {
1076
1077
  content: ' ';
1077
1078
  height: 1rem;
1078
1079
  margin: 0 0.75rem;
@@ -1080,19 +1081,19 @@ body[data-vscode-theme-kind='vscode-light'] ._content_1kf9a_116 pre > code {
1080
1081
  display: block;
1081
1082
  }
1082
1083
 
1083
- ._divider-vertical_16we1_95 {
1084
+ ._divider-vertical_1qba3_96 {
1084
1085
  border-bottom: 1px solid var(--cody-chat-code-border-color);
1085
1086
  width: 100%;
1086
1087
  margin: 0.5rem 0;
1087
1088
  }
1088
1089
 
1089
- ._divider_16we1_85 {
1090
+ ._divider_1qba3_86 {
1090
1091
  border-right: 1px solid var(--cody-chat-code-border-color);
1091
1092
  height: 1rem;
1092
1093
  margin: 0 0.5rem;
1093
1094
  }
1094
1095
 
1095
- ._title_16we1_107 {
1096
+ ._title_1qba3_108 {
1096
1097
  display: flex;
1097
1098
  align-items: center;
1098
1099
  flex-grow: 1;
@@ -1100,11 +1101,11 @@ body[data-vscode-theme-kind='vscode-light'] ._content_1kf9a_116 pre > code {
1100
1101
  flex-wrap: wrap;
1101
1102
  }
1102
1103
 
1103
- ._title-inner_16we1_115 {
1104
+ ._title-inner_1qba3_116 {
1104
1105
  overflow-wrap: anywhere;
1105
1106
  }
1106
1107
 
1107
- ._toggle-matches-button_16we1_119 {
1108
+ ._toggle-matches-button_1qba3_120 {
1108
1109
  width: 100%;
1109
1110
  text-align: left;
1110
1111
  border: none;
@@ -1114,20 +1115,20 @@ body[data-vscode-theme-kind='vscode-light'] ._content_1kf9a_116 pre > code {
1114
1115
  font-size: calc(calc(12/13)*var(--vscode-font-size));
1115
1116
  }
1116
1117
 
1117
- ._toggle-matches-button_16we1_119:hover {
1118
+ ._toggle-matches-button_1qba3_120:hover {
1118
1119
  color: inherit;
1119
1120
  }
1120
1121
 
1121
- ._toggle-matches-button--expanded_16we1_1 {
1122
+ ._toggle-matches-button--expanded_1qba3_1 {
1122
1123
  position: sticky;
1123
1124
  bottom: 0;
1124
1125
  }
1125
1126
 
1126
- ._toggle-matches-button-text_16we1_1 {
1127
+ ._toggle-matches-button-text_1qba3_1 {
1127
1128
  margin-left: 0.125rem;
1128
1129
  }
1129
1130
 
1130
- ._addToContextLabel_16we1_142 {
1131
+ ._addToContextLabel_1qba3_143 {
1131
1132
  color: var(--cody-chat-code-text-muted);
1132
1133
  }
1133
1134
  ._chunk_qvvv3_1 {
@@ -1873,9 +1874,6 @@ button > ._model-title-with-icon_k71kd_5 ._badge_k71kd_39 {
1873
1874
  justify-content: flex-end;
1874
1875
  gap: 0.5rem;
1875
1876
  }
1876
- ._switch-thumb_1n9d7_1[data-state='checked'] {
1877
- transform: translateX(10px);
1878
- }
1879
1877
  ._chat-disabled_rc7no_1 {
1880
1878
  text-align: center;
1881
1879
  padding: 0.5rem 0.25rem;
@@ -1963,6 +1961,44 @@ button > ._model-title-with-icon_k71kd_5 ._badge_k71kd_39 {
1963
1961
  color: inherit;
1964
1962
  text-decoration: none;
1965
1963
  }
1964
+ ._banner_19sjd_1 {
1965
+ display: flex;
1966
+ flex-flow: row nowrap;
1967
+ justify-content: space-between;
1968
+ padding: 0.5rem 1rem;
1969
+ background: var(--vscode-editor-background);
1970
+ border: 1px solid var(--vscode-widget-border);
1971
+ margin: 0 auto;
1972
+ border-radius: 6px;
1973
+ }
1974
+
1975
+ ._banner_19sjd_1 h3 {
1976
+ margin: 0;
1977
+ font-size: 0.875rem;
1978
+ color: var(--vscode-editor-foreground);
1979
+ font-weight: 500;
1980
+ }
1981
+
1982
+ ._download-button_19sjd_19 {
1983
+ display: flex;
1984
+ align-items: center;
1985
+ padding: 0.25rem 0.75rem;
1986
+ font-weight: 500;
1987
+ background: var(--vscode-button-secondaryBackground);
1988
+ color: var(--vscode-editor-foreground);
1989
+ text-decoration: none;
1990
+ border-radius: 4px;
1991
+ height: 32px;
1992
+ }
1993
+
1994
+ ._download-button_19sjd_19:hover {
1995
+ background: var(--vscode-button-hoverBackground);
1996
+ color: var(--vscode-editor-foreground);
1997
+ }
1998
+
1999
+ ._banner_19sjd_1 {
2000
+ position: relative;
2001
+ }
1966
2002
 
1967
2003
  ._actions_129f5_2 {
1968
2004
  --vscode-keybindingLabel-foreground: currentColor;
@@ -2649,6 +2685,10 @@ imported in Sourcegraph shell.
2649
2685
  margin-left: 4px;
2650
2686
  margin-right: 4px;
2651
2687
  }
2688
+ .tw-mx-4 {
2689
+ margin-left: 8px;
2690
+ margin-right: 8px;
2691
+ }
2652
2692
  .tw-mx-auto {
2653
2693
  margin-left: auto;
2654
2694
  margin-right: auto;
@@ -2672,6 +2712,9 @@ imported in Sourcegraph shell.
2672
2712
  .tw-mb-10 {
2673
2713
  margin-bottom: 20px;
2674
2714
  }
2715
+ .tw-mb-16 {
2716
+ margin-bottom: 32px;
2717
+ }
2675
2718
  .tw-mb-2 {
2676
2719
  margin-bottom: 4px;
2677
2720
  }
@@ -2723,9 +2766,6 @@ imported in Sourcegraph shell.
2723
2766
  .tw-mr-3 {
2724
2767
  margin-right: 6px;
2725
2768
  }
2726
- .tw-mr-4 {
2727
- margin-right: 8px;
2728
- }
2729
2769
  .tw-mr-6 {
2730
2770
  margin-right: 12px;
2731
2771
  }
@@ -2876,6 +2916,9 @@ imported in Sourcegraph shell.
2876
2916
  .tw-max-h-full {
2877
2917
  max-height: 100%;
2878
2918
  }
2919
+ .tw-min-h-10 {
2920
+ min-height: 20px;
2921
+ }
2879
2922
  .\!tw-w-fit {
2880
2923
  width: fit-content !important;
2881
2924
  }
@@ -2960,9 +3003,15 @@ imported in Sourcegraph shell.
2960
3003
  .tw-max-w-72 {
2961
3004
  max-width: 18rem;
2962
3005
  }
3006
+ .tw-max-w-\[360px\] {
3007
+ max-width: 360px;
3008
+ }
2963
3009
  .tw-max-w-\[550px\] {
2964
3010
  max-width: 550px;
2965
3011
  }
3012
+ .tw-max-w-\[640px\] {
3013
+ max-width: 640px;
3014
+ }
2966
3015
  .tw-max-w-\[768px\] {
2967
3016
  max-width: 768px;
2968
3017
  }
@@ -4225,9 +4274,6 @@ imported in Sourcegraph shell.
4225
4274
  .hover\:tw-bg-button-background-hover:hover {
4226
4275
  background-color: var(--vscode-button-hoverBackground);
4227
4276
  }
4228
- .hover\:tw-bg-button-secondary-background:hover {
4229
- background-color: var(--vscode-button-secondaryBackground);
4230
- }
4231
4277
  .hover\:tw-bg-button-secondary-background-hover:hover {
4232
4278
  background-color: var(--vscode-button-secondaryHoverBackground);
4233
4279
  }