@sourcegraph/cody-web 0.19.0 → 0.20.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-DPD_k696.mjs → agent.worker-C43kSzdJ.mjs} +2205 -1910
- package/dist/agent.worker.js +2 -2
- package/dist/{browser-Ct2FvU41.mjs → browser-C8qAwvsz.mjs} +3065 -2981
- package/dist/{git-log-LuZe_Ru4.mjs → git-log-CMMJVHUP.mjs} +2 -2
- package/dist/{index-B3HUdChN.mjs → index-CnAmRHEe.mjs} +2 -2
- package/dist/index.js +763 -510
- package/dist/style.css +117 -52
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
package/dist/style.css
CHANGED
|
@@ -215,46 +215,46 @@ html[data-ide=JetBrains] ._template-input-node_14yoh_1 {
|
|
|
215
215
|
color: var(--vscode-input-foreground);
|
|
216
216
|
opacity: 0.5;
|
|
217
217
|
}
|
|
218
|
-
._outer-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
}
|
|
226
|
-
|
|
227
|
-
._error-container_t0bbj_10 {
|
|
228
|
-
display: flex;
|
|
229
|
-
flex-direction: column-reverse;
|
|
230
|
-
gap: 0.5rem;
|
|
218
|
+
._outer-container_1xpow_1 {
|
|
219
|
+
background-color: var(--vscode-sideBar-background);
|
|
220
|
+
display: flex;
|
|
221
|
+
flex-direction: column;
|
|
222
|
+
box-sizing: border-box;
|
|
223
|
+
height: 100%;
|
|
224
|
+
overflow: hidden;
|
|
231
225
|
}
|
|
232
226
|
|
|
233
|
-
.
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
color: var(--vscode-input-foreground);
|
|
238
|
-
background-color: var(--vscode-inputValidation-errorBackground);
|
|
239
|
-
min-height: 2rem;
|
|
240
|
-
position: relative;
|
|
241
|
-
overflow: auto;
|
|
242
|
-
align-items: baseline;
|
|
227
|
+
._error-container_1xpow_10 {
|
|
228
|
+
display: flex;
|
|
229
|
+
flex-direction: column-reverse;
|
|
230
|
+
gap: 0.5rem;
|
|
243
231
|
}
|
|
244
232
|
|
|
245
|
-
.
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
233
|
+
._error_1xpow_10 {
|
|
234
|
+
flex-direction: row;
|
|
235
|
+
display: flex;
|
|
236
|
+
padding: 1rem;
|
|
237
|
+
color: var(--vscode-input-foreground);
|
|
238
|
+
background-color: var(--vscode-inputValidation-errorBackground);
|
|
239
|
+
min-height: 2rem;
|
|
240
|
+
position: relative;
|
|
241
|
+
overflow: auto;
|
|
242
|
+
align-items: baseline;
|
|
243
|
+
}
|
|
244
|
+
|
|
245
|
+
._close-btn_1xpow_28 {
|
|
246
|
+
position: absolute;
|
|
247
|
+
top: 0.65rem;
|
|
248
|
+
right: 0.65rem;
|
|
249
|
+
background: none;
|
|
250
|
+
border: none;
|
|
251
|
+
color: var(--vscode-input-foreground);
|
|
252
|
+
cursor: pointer;
|
|
253
253
|
}
|
|
254
254
|
|
|
255
255
|
/* Undo the UA stylesheet set by vscode */
|
|
256
256
|
kbd {
|
|
257
|
-
|
|
257
|
+
all: unset;
|
|
258
258
|
}
|
|
259
259
|
._path_1dh30_1 {
|
|
260
260
|
white-space: nowrap;
|
|
@@ -964,6 +964,61 @@ body[data-vscode-theme-kind='vscode-light'] ._content_1kf9a_116 pre > code {
|
|
|
964
964
|
._filter_u880r_1 svg {
|
|
965
965
|
fill: currentColor;
|
|
966
966
|
}
|
|
967
|
+
._root_fzfjq_1 {
|
|
968
|
+
container-type: inline-size;
|
|
969
|
+
container-name: root-outer-container;
|
|
970
|
+
}
|
|
971
|
+
|
|
972
|
+
._results-container_fzfjq_6 {
|
|
973
|
+
max-width: calc(100% - 266px);
|
|
974
|
+
}
|
|
975
|
+
|
|
976
|
+
._results-container_fzfjq_6._filters-sidebar-hidden_fzfjq_9 {
|
|
977
|
+
max-width: 100%;
|
|
978
|
+
}
|
|
979
|
+
|
|
980
|
+
@container root-outer-container (max-width: 899px) {
|
|
981
|
+
._filters-sidebar_fzfjq_9,
|
|
982
|
+
._filters-sidebar-toggle_fzfjq_16 {
|
|
983
|
+
display: none !important;
|
|
984
|
+
}
|
|
985
|
+
|
|
986
|
+
._container_fzfjq_20 {
|
|
987
|
+
display: block !important;
|
|
988
|
+
}
|
|
989
|
+
|
|
990
|
+
._results-container_fzfjq_6 {
|
|
991
|
+
max-width: 100% !important;
|
|
992
|
+
}
|
|
993
|
+
}
|
|
994
|
+
|
|
995
|
+
@container root-outer-container (min-width: 900px) {
|
|
996
|
+
._filters-modal-trigger_fzfjq_30 {
|
|
997
|
+
display: none !important;
|
|
998
|
+
}
|
|
999
|
+
}
|
|
1000
|
+
|
|
1001
|
+
._filters-sidebar_fzfjq_9 && ._results-container_fzfjq_6 {
|
|
1002
|
+
transition: all 1s ease-in;
|
|
1003
|
+
}
|
|
1004
|
+
|
|
1005
|
+
._filters-sidebar_fzfjq_9 {
|
|
1006
|
+
background-color: var(--vscode-input-background);
|
|
1007
|
+
}
|
|
1008
|
+
|
|
1009
|
+
._search-results-header_fzfjq_43 {
|
|
1010
|
+
container-type: inline-size;
|
|
1011
|
+
container-name: search-results-header
|
|
1012
|
+
}
|
|
1013
|
+
|
|
1014
|
+
/*
|
|
1015
|
+
Hide labels for small containers
|
|
1016
|
+
*/
|
|
1017
|
+
@container search-results-header (width < 475px) {
|
|
1018
|
+
._search-results-header__label_fzfjq_52 {
|
|
1019
|
+
display: none;
|
|
1020
|
+
}
|
|
1021
|
+
}
|
|
967
1022
|
._context-item_1qxrh_1 {
|
|
968
1023
|
display: inline-flex;
|
|
969
1024
|
padding: 2px 4px 2px 2px;
|
|
@@ -2285,6 +2340,9 @@ imported in Sourcegraph shell.
|
|
|
2285
2340
|
.tw-top-2 {
|
|
2286
2341
|
top: 4px;
|
|
2287
2342
|
}
|
|
2343
|
+
.tw-top-3 {
|
|
2344
|
+
top: 6px;
|
|
2345
|
+
}
|
|
2288
2346
|
.tw-top-\[0px\] {
|
|
2289
2347
|
top: 0px;
|
|
2290
2348
|
}
|
|
@@ -2310,24 +2368,18 @@ imported in Sourcegraph shell.
|
|
|
2310
2368
|
margin-left: 4px;
|
|
2311
2369
|
margin-right: 4px;
|
|
2312
2370
|
}
|
|
2313
|
-
.tw-mx-4 {
|
|
2314
|
-
margin-left: 8px;
|
|
2315
|
-
margin-right: 8px;
|
|
2316
|
-
}
|
|
2317
2371
|
.tw-my-2 {
|
|
2318
2372
|
margin-top: 4px;
|
|
2319
2373
|
margin-bottom: 4px;
|
|
2320
2374
|
}
|
|
2375
|
+
.tw-my-20 {
|
|
2376
|
+
margin-top: 40px;
|
|
2377
|
+
margin-bottom: 40px;
|
|
2378
|
+
}
|
|
2321
2379
|
.tw-my-4 {
|
|
2322
2380
|
margin-top: 8px;
|
|
2323
2381
|
margin-bottom: 8px;
|
|
2324
2382
|
}
|
|
2325
|
-
.tw--ml-2 {
|
|
2326
|
-
margin-left: -4px;
|
|
2327
|
-
}
|
|
2328
|
-
.tw--mr-2 {
|
|
2329
|
-
margin-right: -4px;
|
|
2330
|
-
}
|
|
2331
2383
|
.tw-mb-10 {
|
|
2332
2384
|
margin-bottom: 20px;
|
|
2333
2385
|
}
|
|
@@ -2376,6 +2428,9 @@ imported in Sourcegraph shell.
|
|
|
2376
2428
|
.tw-mt-0\.5 {
|
|
2377
2429
|
margin-top: 0.125rem;
|
|
2378
2430
|
}
|
|
2431
|
+
.tw-mt-1 {
|
|
2432
|
+
margin-top: 2px;
|
|
2433
|
+
}
|
|
2379
2434
|
.tw-mt-2 {
|
|
2380
2435
|
margin-top: 4px;
|
|
2381
2436
|
}
|
|
@@ -2485,9 +2540,6 @@ imported in Sourcegraph shell.
|
|
|
2485
2540
|
.tw-w-4 {
|
|
2486
2541
|
width: 8px;
|
|
2487
2542
|
}
|
|
2488
|
-
.tw-w-48 {
|
|
2489
|
-
width: 12rem;
|
|
2490
|
-
}
|
|
2491
2543
|
.tw-w-72 {
|
|
2492
2544
|
width: 18rem;
|
|
2493
2545
|
}
|
|
@@ -2509,8 +2561,8 @@ imported in Sourcegraph shell.
|
|
|
2509
2561
|
.tw-w-\[20px\] {
|
|
2510
2562
|
width: 20px;
|
|
2511
2563
|
}
|
|
2512
|
-
.tw-w-\[
|
|
2513
|
-
width:
|
|
2564
|
+
.tw-w-\[240px\] {
|
|
2565
|
+
width: 240px;
|
|
2514
2566
|
}
|
|
2515
2567
|
.tw-w-\[250px\] {
|
|
2516
2568
|
width: 250px;
|
|
@@ -2542,6 +2594,9 @@ imported in Sourcegraph shell.
|
|
|
2542
2594
|
.tw-min-w-\[1\.5em\] {
|
|
2543
2595
|
min-width: 1.5em;
|
|
2544
2596
|
}
|
|
2597
|
+
.tw-min-w-\[250px\] {
|
|
2598
|
+
min-width: 250px;
|
|
2599
|
+
}
|
|
2545
2600
|
.tw-min-w-\[325px\] {
|
|
2546
2601
|
min-width: 325px;
|
|
2547
2602
|
}
|
|
@@ -2626,6 +2681,9 @@ imported in Sourcegraph shell.
|
|
|
2626
2681
|
.tw-grid-cols-5 {
|
|
2627
2682
|
grid-template-columns: repeat(5, minmax(0, 1fr));
|
|
2628
2683
|
}
|
|
2684
|
+
.tw-flex-row {
|
|
2685
|
+
flex-direction: row;
|
|
2686
|
+
}
|
|
2629
2687
|
.tw-flex-col {
|
|
2630
2688
|
flex-direction: column;
|
|
2631
2689
|
}
|
|
@@ -2653,9 +2711,6 @@ imported in Sourcegraph shell.
|
|
|
2653
2711
|
.tw-items-stretch {
|
|
2654
2712
|
align-items: stretch;
|
|
2655
2713
|
}
|
|
2656
|
-
.\!tw-justify-start {
|
|
2657
|
-
justify-content: flex-start !important;
|
|
2658
|
-
}
|
|
2659
2714
|
.tw-justify-start {
|
|
2660
2715
|
justify-content: flex-start;
|
|
2661
2716
|
}
|
|
@@ -2665,6 +2720,9 @@ imported in Sourcegraph shell.
|
|
|
2665
2720
|
.tw-justify-center {
|
|
2666
2721
|
justify-content: center;
|
|
2667
2722
|
}
|
|
2723
|
+
.\!tw-justify-between {
|
|
2724
|
+
justify-content: space-between !important;
|
|
2725
|
+
}
|
|
2668
2726
|
.tw-justify-between {
|
|
2669
2727
|
justify-content: space-between;
|
|
2670
2728
|
}
|
|
@@ -2973,6 +3031,10 @@ imported in Sourcegraph shell.
|
|
|
2973
3031
|
padding-left: 16px !important;
|
|
2974
3032
|
padding-right: 16px !important;
|
|
2975
3033
|
}
|
|
3034
|
+
.\!tw-py-1 {
|
|
3035
|
+
padding-top: 2px !important;
|
|
3036
|
+
padding-bottom: 2px !important;
|
|
3037
|
+
}
|
|
2976
3038
|
.tw-px-0 {
|
|
2977
3039
|
padding-left: 0px;
|
|
2978
3040
|
padding-right: 0px;
|
|
@@ -3046,8 +3108,8 @@ imported in Sourcegraph shell.
|
|
|
3046
3108
|
.tw-pl-5 {
|
|
3047
3109
|
padding-left: 10px;
|
|
3048
3110
|
}
|
|
3049
|
-
.tw-pl-
|
|
3050
|
-
padding-left:
|
|
3111
|
+
.tw-pl-6 {
|
|
3112
|
+
padding-left: 12px;
|
|
3051
3113
|
}
|
|
3052
3114
|
.tw-pr-4 {
|
|
3053
3115
|
padding-right: 8px;
|
|
@@ -3055,6 +3117,9 @@ imported in Sourcegraph shell.
|
|
|
3055
3117
|
.tw-pt-2 {
|
|
3056
3118
|
padding-top: 4px;
|
|
3057
3119
|
}
|
|
3120
|
+
.tw-pt-4 {
|
|
3121
|
+
padding-top: 8px;
|
|
3122
|
+
}
|
|
3058
3123
|
.tw-pt-6 {
|
|
3059
3124
|
padding-top: 12px;
|
|
3060
3125
|
}
|