@sourcegraph/cody-web 0.8.1 → 0.8.3

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,6 +1,6 @@
1
- import { e as exec, o as os, a as env, w as window, p as path, b as workspace, U as Uri, l as logError } from "./agent.worker-BGToM1eX.mjs";
2
- import { a as utilExports } from "./util-xV842Ayw.mjs";
3
- import { w as wrapInActiveSpan, T as TokenCounterUtils, C as ContextItemSource } from "./browser-D1wtYpbR.mjs";
1
+ import { e as exec, o as os, a as env, w as window, p as path, b as workspace, U as Uri, l as logError } from "./agent.worker-BRaA9Bfg.mjs";
2
+ import { a as utilExports } from "./util-HSH4uVeM.mjs";
3
+ import { w as wrapInActiveSpan, T as TokenCounterUtils, C as ContextItemSource } from "./browser-fSoJnYQE.mjs";
4
4
  var define_process_default = { env: {} };
5
5
  const _exec = utilExports.promisify(exec);
6
6
  async function getContextFileFromShell(command) {
package/dist/style.css CHANGED
@@ -211,7 +211,7 @@ html[data-ide=JetBrains] ._template-input-node_14yoh_1 {
211
211
  color: var(--vscode-input-foreground);
212
212
  opacity: 0.5;
213
213
  }
214
- ._outer-container_hbzxh_1 {
214
+ ._outer-container_t0bbj_1 {
215
215
  background-color: var(--vscode-sideBar-background);
216
216
  display: flex;
217
217
  flex-direction: column;
@@ -220,13 +220,13 @@ html[data-ide=JetBrains] ._template-input-node_14yoh_1 {
220
220
  overflow: hidden;
221
221
  }
222
222
 
223
- ._error-container_hbzxh_10 {
223
+ ._error-container_t0bbj_10 {
224
224
  display: flex;
225
225
  flex-direction: column-reverse;
226
226
  gap: 0.5rem;
227
227
  }
228
228
 
229
- ._error_hbzxh_10 {
229
+ ._error_t0bbj_10 {
230
230
  flex-direction: row;
231
231
  display: flex;
232
232
  padding: 1rem;
@@ -238,10 +238,10 @@ html[data-ide=JetBrains] ._template-input-node_14yoh_1 {
238
238
  align-items: baseline;
239
239
  }
240
240
 
241
- ._close-btn_hbzxh_28 {
241
+ ._close-btn_t0bbj_28 {
242
242
  position: absolute;
243
243
  top: 0.65rem;
244
- right: 0.25rem;
244
+ right: 0.65rem;
245
245
  background: none;
246
246
  border: none;
247
247
  color: var(--vscode-input-foreground);
@@ -1935,6 +1935,9 @@ imported in Sourcegraph shell.
1935
1935
  .tw-col-span-4 {
1936
1936
  grid-column: span 4 / span 4;
1937
1937
  }
1938
+ .tw-m-4 {
1939
+ margin: 8px;
1940
+ }
1938
1941
  .tw-m-5 {
1939
1942
  margin: 10px;
1940
1943
  }