@sourcegraph/cody-web 0.22.0 → 0.23.1

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
@@ -1851,31 +1851,74 @@ button > ._model-title-with-icon_k71kd_5 ._badge_k71kd_39 {
1851
1851
  border-bottom: solid 1px var(--vscode-inputValidation-errorBorder);
1852
1852
  color: var(--vscode-foreground);
1853
1853
  }
1854
- ._welcome-footer_g0fdz_1 {
1855
- padding: 1rem 1rem;
1854
+ ._welcome-footer_1o9k6_1 {
1855
+ padding: 1rem;
1856
1856
  display: flex;
1857
1857
  flex-flow: column nowrap;
1858
1858
  max-width: 100%;
1859
1859
  color: var(--vscode-input-placeholderForeground)
1860
1860
  }
1861
1861
 
1862
- ._tips_g0fdz_9 {
1862
+ ._cheatsheet_1o9k6_9 {
1863
1863
  display: flex;
1864
1864
  flex-flow: column nowrap;
1865
1865
  width: 100%;
1866
1866
  gap: 0.5rem;
1867
1867
  padding: 1rem 0;
1868
- border-bottom: 0.25px solid var(--vscode-dropdown-border);
1869
1868
  }
1870
1869
 
1871
- ._links_g0fdz_18 {
1870
+ ._title_1o9k6_17 {
1871
+ display: flex;
1872
+ flex-flow: row nowrap;
1873
+ align-items: center;
1874
+ font-weight: 500;
1875
+ gap: 0.5rem;
1876
+ }
1877
+
1878
+ ._examples_1o9k6_25 {
1879
+ display: flex;
1880
+ flex-flow: row wrap;
1881
+ gap: 0.25rem 1rem;
1882
+ padding: 0 0.5rem;
1883
+ }
1884
+
1885
+ ._example_1o9k6_25 {
1886
+ display: flex;
1887
+ flex-flow: column nowrap;
1888
+ align-items: flex-start;
1889
+ gap: 0.25rem;
1890
+ padding: 0.25rem 0;
1891
+ }
1892
+
1893
+ ._example-input_1o9k6_40 {
1872
1894
  display: flex;
1873
1895
  flex-flow: row wrap;
1874
- padding: 0.75rem 0;
1896
+ border-radius: 4px;
1897
+ color: var(--vscode-input-foreground);
1898
+ border: 1px solid var(--vscode-button-secondaryBackground);
1899
+ background-color: var(--vscode-editor-background);
1900
+ font-family: var(--vscode-editor-font-family);
1901
+ font-size: var(--vscode-editor-font-size);
1902
+ }
1903
+
1904
+ ._tips_1o9k6_51 {
1905
+ display: flex;
1906
+ flex-flow: column nowrap;
1907
+ width: 100%;
1875
1908
  gap: 0.5rem;
1909
+ padding: 1rem 0;
1910
+ }
1911
+
1912
+ ._links_1o9k6_59 {
1913
+ display: flex;
1914
+ flex-flow: row wrap;
1915
+ justify-content: center;
1916
+ padding: 1rem 0;
1917
+ gap: 1.25rem;
1918
+ border-top: 0.5px solid var(--vscode-button-secondaryBackground);
1876
1919
  }
1877
1920
 
1878
- ._item_g0fdz_25 {
1921
+ ._item_1o9k6_68 {
1879
1922
  display: flex;
1880
1923
  flex-flow: row nowrap;
1881
1924
  flex-shrink: 0;
@@ -1884,7 +1927,7 @@ button > ._model-title-with-icon_k71kd_5 ._badge_k71kd_39 {
1884
1927
  align-items: center;
1885
1928
  }
1886
1929
 
1887
- ._link_g0fdz_18 {
1930
+ ._link_1o9k6_59 {
1888
1931
  color: inherit;
1889
1932
  text-decoration: none;
1890
1933
  }
@@ -2504,33 +2547,8 @@ imported in Sourcegraph shell.
2504
2547
  since they will conflict with any possible reset/global
2505
2548
  styles in consumer. See @mixin reset-styles for more details
2506
2549
  */
2507
- .tw-container {
2508
- width: 100%;
2509
- }
2510
- @media (min-width: 640px) {
2511
- .tw-container {
2512
- max-width: 640px;
2513
- }
2514
- }
2515
- @media (min-width: 768px) {
2516
- .tw-container {
2517
- max-width: 768px;
2518
- }
2519
- }
2520
- @media (min-width: 1024px) {
2521
- .tw-container {
2522
- max-width: 1024px;
2523
- }
2524
- }
2525
- @media (min-width: 1280px) {
2526
- .tw-container {
2527
- max-width: 1280px;
2528
- }
2529
- }
2530
- @media (min-width: 1536px) {
2531
- .tw-container {
2532
- max-width: 1536px;
2533
- }
2550
+ .tw-fixed {
2551
+ position: fixed;
2534
2552
  }
2535
2553
  .tw-absolute {
2536
2554
  position: absolute;
@@ -2541,6 +2559,9 @@ imported in Sourcegraph shell.
2541
2559
  .tw-sticky {
2542
2560
  position: sticky;
2543
2561
  }
2562
+ .tw-inset-0 {
2563
+ inset: 0px;
2564
+ }
2544
2565
  .tw-bottom-0 {
2545
2566
  bottom: 0px;
2546
2567
  }
@@ -2562,6 +2583,9 @@ imported in Sourcegraph shell.
2562
2583
  .tw-right-4 {
2563
2584
  right: 8px;
2564
2585
  }
2586
+ .tw-right-6 {
2587
+ right: 12px;
2588
+ }
2565
2589
  .tw-top-10 {
2566
2590
  top: 20px;
2567
2591
  }
@@ -2574,6 +2598,9 @@ imported in Sourcegraph shell.
2574
2598
  .tw-top-4 {
2575
2599
  top: 8px;
2576
2600
  }
2601
+ .tw-top-6 {
2602
+ top: 12px;
2603
+ }
2577
2604
  .tw-top-\[0px\] {
2578
2605
  top: 0px;
2579
2606
  }
@@ -2583,9 +2610,6 @@ imported in Sourcegraph shell.
2583
2610
  .tw-z-50 {
2584
2611
  z-index: 50;
2585
2612
  }
2586
- .tw-col-span-4 {
2587
- grid-column: span 4 / span 4;
2588
- }
2589
2613
  .tw-m-2 {
2590
2614
  margin: 4px;
2591
2615
  }
@@ -2599,9 +2623,9 @@ imported in Sourcegraph shell.
2599
2623
  margin-left: 4px;
2600
2624
  margin-right: 4px;
2601
2625
  }
2602
- .tw-mx-4 {
2603
- margin-left: 8px;
2604
- margin-right: 8px;
2626
+ .tw-mx-auto {
2627
+ margin-left: auto;
2628
+ margin-right: auto;
2605
2629
  }
2606
2630
  .tw-my-2 {
2607
2631
  margin-top: 4px;
@@ -2615,6 +2639,10 @@ imported in Sourcegraph shell.
2615
2639
  margin-top: 8px;
2616
2640
  margin-bottom: 8px;
2617
2641
  }
2642
+ .tw-my-6 {
2643
+ margin-top: 12px;
2644
+ margin-bottom: 12px;
2645
+ }
2618
2646
  .tw-mb-10 {
2619
2647
  margin-bottom: 20px;
2620
2648
  }
@@ -2636,18 +2664,30 @@ imported in Sourcegraph shell.
2636
2664
  .tw-mb-\[10\%\] {
2637
2665
  margin-bottom: 10%;
2638
2666
  }
2667
+ .tw-ml-0 {
2668
+ margin-left: 0px;
2669
+ }
2639
2670
  .tw-ml-1 {
2640
2671
  margin-left: 2px;
2641
2672
  }
2642
2673
  .tw-ml-2 {
2643
2674
  margin-left: 4px;
2644
2675
  }
2676
+ .tw-ml-3 {
2677
+ margin-left: 6px;
2678
+ }
2645
2679
  .tw-ml-4 {
2646
2680
  margin-left: 8px;
2647
2681
  }
2682
+ .tw-ml-5 {
2683
+ margin-left: 10px;
2684
+ }
2648
2685
  .tw-ml-6 {
2649
2686
  margin-left: 12px;
2650
2687
  }
2688
+ .tw-ml-\[1rem\] {
2689
+ margin-left: 1rem;
2690
+ }
2651
2691
  .tw-ml-auto {
2652
2692
  margin-left: auto;
2653
2693
  }
@@ -2660,6 +2700,12 @@ imported in Sourcegraph shell.
2660
2700
  .tw-mr-3 {
2661
2701
  margin-right: 6px;
2662
2702
  }
2703
+ .tw-mr-4 {
2704
+ margin-right: 8px;
2705
+ }
2706
+ .tw-mr-6 {
2707
+ margin-right: 12px;
2708
+ }
2663
2709
  .tw-mt-0 {
2664
2710
  margin-top: 0px;
2665
2711
  }
@@ -2727,6 +2773,9 @@ imported in Sourcegraph shell.
2727
2773
  .tw-h-10 {
2728
2774
  height: 20px;
2729
2775
  }
2776
+ .tw-h-5 {
2777
+ height: 10px;
2778
+ }
2730
2779
  .tw-h-6 {
2731
2780
  height: 12px;
2732
2781
  }
@@ -2748,9 +2797,6 @@ imported in Sourcegraph shell.
2748
2797
  .tw-h-\[20px\] {
2749
2798
  height: 20px;
2750
2799
  }
2751
- .tw-h-\[30px\] {
2752
- height: 30px;
2753
- }
2754
2800
  .tw-h-\[50vh\] {
2755
2801
  height: 50vh;
2756
2802
  }
@@ -2772,9 +2818,15 @@ imported in Sourcegraph shell.
2772
2818
  .\!tw-max-h-\[unset\] {
2773
2819
  max-height: unset !important;
2774
2820
  }
2821
+ .tw-max-h-0 {
2822
+ max-height: 0px;
2823
+ }
2775
2824
  .tw-max-h-9 {
2776
2825
  max-height: 2.25rem;
2777
2826
  }
2827
+ .tw-max-h-\[1000px\] {
2828
+ max-height: 1000px;
2829
+ }
2778
2830
  .tw-max-h-\[200px\] {
2779
2831
  max-height: 200px;
2780
2832
  }
@@ -2790,6 +2842,9 @@ imported in Sourcegraph shell.
2790
2842
  .tw-max-h-\[80vh\] {
2791
2843
  max-height: 80vh;
2792
2844
  }
2845
+ .tw-max-h-\[90vh\] {
2846
+ max-height: 90vh;
2847
+ }
2793
2848
  .tw-max-h-fit {
2794
2849
  max-height: fit-content;
2795
2850
  }
@@ -2799,12 +2854,12 @@ imported in Sourcegraph shell.
2799
2854
  .\!tw-w-fit {
2800
2855
  width: fit-content !important;
2801
2856
  }
2857
+ .tw-w-1\/4 {
2858
+ width: 25%;
2859
+ }
2802
2860
  .tw-w-11 {
2803
2861
  width: 22px;
2804
2862
  }
2805
- .tw-w-4 {
2806
- width: 8px;
2807
- }
2808
2863
  .tw-w-5 {
2809
2864
  width: 10px;
2810
2865
  }
@@ -2841,9 +2896,6 @@ imported in Sourcegraph shell.
2841
2896
  .tw-w-\[250px\] {
2842
2897
  width: 250px;
2843
2898
  }
2844
- .tw-w-\[30px\] {
2845
- width: 30px;
2846
- }
2847
2899
  .tw-w-\[350px\] {
2848
2900
  width: 350px;
2849
2901
  }
@@ -2853,6 +2905,9 @@ imported in Sourcegraph shell.
2853
2905
  .tw-w-\[7px\] {
2854
2906
  width: 7px;
2855
2907
  }
2908
+ .tw-w-\[95\%\] {
2909
+ width: 95%;
2910
+ }
2856
2911
  .tw-w-\[unset\] {
2857
2912
  width: unset;
2858
2913
  }
@@ -2880,12 +2935,21 @@ imported in Sourcegraph shell.
2880
2935
  .\!tw-max-w-\[unset\] {
2881
2936
  max-width: unset !important;
2882
2937
  }
2938
+ .tw-max-w-2xl {
2939
+ max-width: 42rem;
2940
+ }
2941
+ .tw-max-w-3xl {
2942
+ max-width: 48rem;
2943
+ }
2883
2944
  .tw-max-w-72 {
2884
2945
  max-width: 18rem;
2885
2946
  }
2886
2947
  .tw-max-w-\[550px\] {
2887
2948
  max-width: 550px;
2888
2949
  }
2950
+ .tw-max-w-\[768px\] {
2951
+ max-width: 768px;
2952
+ }
2889
2953
  .tw-max-w-\[90\%\] {
2890
2954
  max-width: 90%;
2891
2955
  }
@@ -2946,6 +3010,12 @@ imported in Sourcegraph shell.
2946
3010
  .tw-transform {
2947
3011
  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));
2948
3012
  }
3013
+ .tw-animate-\[fadeIn_0\.2s_ease-in-out\] {
3014
+ animation: fadeIn 0.2s ease-in-out;
3015
+ }
3016
+ .tw-animate-\[slideUp_0\.2s_ease-in-out\] {
3017
+ animation: slideUp 0.2s ease-in-out;
3018
+ }
2949
3019
  @keyframes tw-spin {
2950
3020
  to {
2951
3021
  transform: rotate(360deg);
@@ -2969,9 +3039,6 @@ imported in Sourcegraph shell.
2969
3039
  .tw-list-none {
2970
3040
  list-style-type: none;
2971
3041
  }
2972
- .tw-grid-cols-5 {
2973
- grid-template-columns: repeat(5, minmax(0, 1fr));
2974
- }
2975
3042
  .tw-flex-row {
2976
3043
  flex-direction: row;
2977
3044
  }
@@ -3135,9 +3202,19 @@ imported in Sourcegraph shell.
3135
3202
  .tw-rounded-sm {
3136
3203
  border-radius: 2px;
3137
3204
  }
3205
+ .tw-rounded-xl {
3206
+ border-radius: 0.75rem;
3207
+ }
3208
+ .tw-rounded-t-md {
3209
+ border-top-left-radius: 4px;
3210
+ border-top-right-radius: 4px;
3211
+ }
3138
3212
  .tw-border {
3139
3213
  border-width: 1px;
3140
3214
  }
3215
+ .tw-border-0 {
3216
+ border-width: 0px;
3217
+ }
3141
3218
  .tw-border-\[1px\] {
3142
3219
  border-width: 1px;
3143
3220
  }
@@ -3150,9 +3227,6 @@ imported in Sourcegraph shell.
3150
3227
  .tw-border-b-\[1px\] {
3151
3228
  border-bottom-width: 1px;
3152
3229
  }
3153
- .tw-border-l-4 {
3154
- border-left-width: 4px;
3155
- }
3156
3230
  .tw-border-t {
3157
3231
  border-top-width: 1px;
3158
3232
  }
@@ -3184,16 +3258,15 @@ imported in Sourcegraph shell.
3184
3258
  .tw-border-keybinding-border {
3185
3259
  border-color: var(--vscode-keybindingLabel-border);
3186
3260
  }
3261
+ .tw-border-muted {
3262
+ border-color: var(--vscode-input-background);
3263
+ }
3187
3264
  .tw-border-muted-foreground {
3188
3265
  border-color: var(--vscode-input-placeholderForeground);
3189
3266
  }
3190
3267
  .tw-border-muted-transparent {
3191
3268
  border-color: color-mix(in lch, currentColor 15%, transparent);
3192
3269
  }
3193
- .tw-border-red-400 {
3194
- --tw-border-opacity: 1;
3195
- border-color: rgb(248 113 113 / var(--tw-border-opacity));
3196
- }
3197
3270
  .tw-border-rose-400 {
3198
3271
  --tw-border-opacity: 1;
3199
3272
  border-color: rgb(251 113 133 / var(--tw-border-opacity));
@@ -3210,9 +3283,18 @@ imported in Sourcegraph shell.
3210
3283
  .tw-border-t-border {
3211
3284
  border-top-color: var(--vscode-dropdown-border);
3212
3285
  }
3286
+ .\!tw-bg-transparent {
3287
+ background-color: transparent !important;
3288
+ }
3289
+ .tw-bg-\[color-mix\(in_lch\,currentColor_10\%\,transparent\)\] {
3290
+ background-color: color-mix(in lch,currentColor 10%,transparent);
3291
+ }
3213
3292
  .tw-bg-\[unset\] {
3214
3293
  background-color: unset;
3215
3294
  }
3295
+ .tw-bg-\[var\(--code-background\)\] {
3296
+ background-color: var(--code-background);
3297
+ }
3216
3298
  .tw-bg-accent {
3217
3299
  background-color: var(--vscode-list-activeSelectionBackground);
3218
3300
  }
@@ -3222,9 +3304,12 @@ imported in Sourcegraph shell.
3222
3304
  .tw-bg-badge-background {
3223
3305
  background-color: var(--vscode-badge-background);
3224
3306
  }
3225
- .tw-bg-blue-500 {
3307
+ .tw-bg-black\/50 {
3308
+ background-color: rgb(0 0 0 / 0.5);
3309
+ }
3310
+ .tw-bg-blue-900 {
3226
3311
  --tw-bg-opacity: 1;
3227
- background-color: rgb(59 130 246 / var(--tw-bg-opacity));
3312
+ background-color: rgb(30 58 138 / var(--tw-bg-opacity));
3228
3313
  }
3229
3314
  .tw-bg-border {
3230
3315
  background-color: var(--vscode-dropdown-border);
@@ -3253,10 +3338,18 @@ imported in Sourcegraph shell.
3253
3338
  --tw-bg-opacity: 1;
3254
3339
  background-color: rgb(75 85 99 / var(--tw-bg-opacity));
3255
3340
  }
3341
+ .tw-bg-gray-900 {
3342
+ --tw-bg-opacity: 1;
3343
+ background-color: rgb(17 24 39 / var(--tw-bg-opacity));
3344
+ }
3256
3345
  .tw-bg-green-700 {
3257
3346
  --tw-bg-opacity: 1;
3258
3347
  background-color: rgb(21 128 61 / var(--tw-bg-opacity));
3259
3348
  }
3349
+ .tw-bg-green-800 {
3350
+ --tw-bg-opacity: 1;
3351
+ background-color: rgb(22 101 52 / var(--tw-bg-opacity));
3352
+ }
3260
3353
  .tw-bg-inherit {
3261
3354
  background-color: inherit;
3262
3355
  }
@@ -3272,13 +3365,13 @@ imported in Sourcegraph shell.
3272
3365
  .tw-bg-muted-transparent {
3273
3366
  background-color: color-mix(in lch, currentColor 15%, transparent);
3274
3367
  }
3368
+ .tw-bg-pink-900 {
3369
+ --tw-bg-opacity: 1;
3370
+ background-color: rgb(131 24 67 / var(--tw-bg-opacity));
3371
+ }
3275
3372
  .tw-bg-popover {
3276
3373
  background-color: var(--vscode-quickInput-background);
3277
3374
  }
3278
- .tw-bg-red-100 {
3279
- --tw-bg-opacity: 1;
3280
- background-color: rgb(254 226 226 / var(--tw-bg-opacity));
3281
- }
3282
3375
  .tw-bg-red-500 {
3283
3376
  --tw-bg-opacity: 1;
3284
3377
  background-color: rgb(239 68 68 / var(--tw-bg-opacity));
@@ -3287,6 +3380,10 @@ imported in Sourcegraph shell.
3287
3380
  --tw-bg-opacity: 1;
3288
3381
  background-color: rgb(185 28 28 / var(--tw-bg-opacity));
3289
3382
  }
3383
+ .tw-bg-red-800 {
3384
+ --tw-bg-opacity: 1;
3385
+ background-color: rgb(153 27 27 / var(--tw-bg-opacity));
3386
+ }
3290
3387
  .tw-bg-rose-300 {
3291
3388
  --tw-bg-opacity: 1;
3292
3389
  background-color: rgb(253 164 175 / var(--tw-bg-opacity));
@@ -3304,6 +3401,10 @@ imported in Sourcegraph shell.
3304
3401
  --tw-bg-opacity: 1;
3305
3402
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
3306
3403
  }
3404
+ .tw-bg-yellow-900 {
3405
+ --tw-bg-opacity: 1;
3406
+ background-color: rgb(113 63 18 / var(--tw-bg-opacity));
3407
+ }
3307
3408
  .tw-bg-opacity-50 {
3308
3409
  --tw-bg-opacity: 0.5;
3309
3410
  }
@@ -3343,6 +3444,9 @@ imported in Sourcegraph shell.
3343
3444
  .tw-p-10 {
3344
3445
  padding: 20px;
3345
3446
  }
3447
+ .tw-p-12 {
3448
+ padding: 24px;
3449
+ }
3346
3450
  .tw-p-2 {
3347
3451
  padding: 4px;
3348
3452
  }
@@ -3352,9 +3456,15 @@ imported in Sourcegraph shell.
3352
3456
  .tw-p-4 {
3353
3457
  padding: 8px;
3354
3458
  }
3459
+ .tw-p-5 {
3460
+ padding: 10px;
3461
+ }
3355
3462
  .tw-p-6 {
3356
3463
  padding: 12px;
3357
3464
  }
3465
+ .tw-p-8 {
3466
+ padding: 16px;
3467
+ }
3358
3468
  .\!tw-px-6 {
3359
3469
  padding-left: 12px !important;
3360
3470
  padding-right: 12px !important;
@@ -3383,6 +3493,10 @@ imported in Sourcegraph shell.
3383
3493
  padding-left: 8px;
3384
3494
  padding-right: 8px;
3385
3495
  }
3496
+ .tw-px-5 {
3497
+ padding-left: 10px;
3498
+ padding-right: 10px;
3499
+ }
3386
3500
  .tw-px-6 {
3387
3501
  padding-left: 12px;
3388
3502
  padding-right: 12px;
@@ -3423,23 +3537,23 @@ imported in Sourcegraph shell.
3423
3537
  padding-top: 8px;
3424
3538
  padding-bottom: 8px;
3425
3539
  }
3426
- .tw-py-6 {
3427
- padding-top: 12px;
3428
- padding-bottom: 12px;
3429
- }
3430
3540
  .tw-py-\[\.1rem\] {
3431
3541
  padding-top: .1rem;
3432
3542
  padding-bottom: .1rem;
3433
3543
  }
3544
+ .tw-py-\[3px\] {
3545
+ padding-top: 3px;
3546
+ padding-bottom: 3px;
3547
+ }
3548
+ .tw-pb-0 {
3549
+ padding-bottom: 0px;
3550
+ }
3434
3551
  .tw-pb-12 {
3435
3552
  padding-bottom: 24px;
3436
3553
  }
3437
3554
  .tw-pb-6 {
3438
3555
  padding-bottom: 12px;
3439
3556
  }
3440
- .tw-pl-2 {
3441
- padding-left: 4px;
3442
- }
3443
3557
  .tw-pl-5 {
3444
3558
  padding-left: 10px;
3445
3559
  }
@@ -3449,6 +3563,9 @@ imported in Sourcegraph shell.
3449
3563
  .tw-pr-4 {
3450
3564
  padding-right: 8px;
3451
3565
  }
3566
+ .tw-pt-12 {
3567
+ padding-top: 24px;
3568
+ }
3452
3569
  .tw-pt-2 {
3453
3570
  padding-top: 4px;
3454
3571
  }
@@ -3461,15 +3578,15 @@ imported in Sourcegraph shell.
3461
3578
  .tw-pt-8 {
3462
3579
  padding-top: 16px;
3463
3580
  }
3581
+ .tw-pt-\[15px\] {
3582
+ padding-top: 15px;
3583
+ }
3464
3584
  .tw-text-left {
3465
3585
  text-align: left;
3466
3586
  }
3467
3587
  .tw-text-center {
3468
3588
  text-align: center;
3469
3589
  }
3470
- .tw-align-baseline {
3471
- vertical-align: baseline;
3472
- }
3473
3590
  .tw-align-middle {
3474
3591
  vertical-align: middle;
3475
3592
  }
@@ -3479,6 +3596,12 @@ imported in Sourcegraph shell.
3479
3596
  .\!tw-text-md {
3480
3597
  font-size: var(--vscode-font-size) !important;
3481
3598
  }
3599
+ .tw-text-\[12px\] {
3600
+ font-size: 12px;
3601
+ }
3602
+ .tw-text-\[14px\] {
3603
+ font-size: 14px;
3604
+ }
3482
3605
  .tw-text-base {
3483
3606
  font-size: 1rem;
3484
3607
  line-height: 1.5rem;
@@ -3519,6 +3642,9 @@ imported in Sourcegraph shell.
3519
3642
  .tw-uppercase {
3520
3643
  text-transform: uppercase;
3521
3644
  }
3645
+ .tw-italic {
3646
+ font-style: italic;
3647
+ }
3522
3648
  .\!tw-leading-\[1\.2\] {
3523
3649
  line-height: 1.2 !important;
3524
3650
  }
@@ -3543,6 +3669,10 @@ imported in Sourcegraph shell.
3543
3669
  .tw-text-badge-foreground {
3544
3670
  color: var(--vscode-badge-foreground);
3545
3671
  }
3672
+ .tw-text-blue-300 {
3673
+ --tw-text-opacity: 1;
3674
+ color: rgb(147 197 253 / var(--tw-text-opacity));
3675
+ }
3546
3676
  .tw-text-button-foreground {
3547
3677
  color: var(--vscode-button-foreground);
3548
3678
  }
@@ -3552,6 +3682,10 @@ imported in Sourcegraph shell.
3552
3682
  .tw-text-foreground {
3553
3683
  color: var(--vscode-foreground);
3554
3684
  }
3685
+ .tw-text-gray-300 {
3686
+ --tw-text-opacity: 1;
3687
+ color: rgb(209 213 219 / var(--tw-text-opacity));
3688
+ }
3555
3689
  .tw-text-gray-800 {
3556
3690
  --tw-text-opacity: 1;
3557
3691
  color: rgb(31 41 55 / var(--tw-text-opacity));
@@ -3579,6 +3713,10 @@ imported in Sourcegraph shell.
3579
3713
  .tw-text-muted-foreground {
3580
3714
  color: var(--vscode-input-placeholderForeground);
3581
3715
  }
3716
+ .tw-text-pink-300 {
3717
+ --tw-text-opacity: 1;
3718
+ color: rgb(249 168 212 / var(--tw-text-opacity));
3719
+ }
3582
3720
  .tw-text-popover-foreground {
3583
3721
  color: var(--vscode-dropdown-foreground);
3584
3722
  }
@@ -3586,10 +3724,6 @@ imported in Sourcegraph shell.
3586
3724
  --tw-text-opacity: 1;
3587
3725
  color: rgb(239 68 68 / var(--tw-text-opacity));
3588
3726
  }
3589
- .tw-text-red-700 {
3590
- --tw-text-opacity: 1;
3591
- color: rgb(185 28 28 / var(--tw-text-opacity));
3592
- }
3593
3727
  .tw-text-sidebar-foreground {
3594
3728
  color: var(--vscode-sideBar-foreground);
3595
3729
  }
@@ -3600,6 +3734,14 @@ imported in Sourcegraph shell.
3600
3734
  --tw-text-opacity: 1;
3601
3735
  color: rgb(255 255 255 / var(--tw-text-opacity));
3602
3736
  }
3737
+ .tw-text-yellow-300 {
3738
+ --tw-text-opacity: 1;
3739
+ color: rgb(253 224 71 / var(--tw-text-opacity));
3740
+ }
3741
+ .tw-text-yellow-500 {
3742
+ --tw-text-opacity: 1;
3743
+ color: rgb(234 179 8 / var(--tw-text-opacity));
3744
+ }
3603
3745
  .tw-underline {
3604
3746
  text-decoration-line: underline;
3605
3747
  }
@@ -3636,6 +3778,11 @@ imported in Sourcegraph shell.
3636
3778
  .tw-opacity-85 {
3637
3779
  opacity: 0.85;
3638
3780
  }
3781
+ .tw-shadow {
3782
+ --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
3783
+ --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
3784
+ box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
3785
+ }
3639
3786
  .tw-shadow-lg {
3640
3787
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
3641
3788
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
@@ -3651,6 +3798,11 @@ imported in Sourcegraph shell.
3651
3798
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
3652
3799
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
3653
3800
  }
3801
+ .tw-shadow-xl {
3802
+ --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
3803
+ --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
3804
+ box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
3805
+ }
3654
3806
  .tw-outline-none {
3655
3807
  outline: 2px solid transparent;
3656
3808
  outline-offset: 2px;
@@ -3680,17 +3832,33 @@ imported in Sourcegraph shell.
3680
3832
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
3681
3833
  transition-duration: 150ms;
3682
3834
  }
3835
+ .tw-transition-\[max-height\] {
3836
+ transition-property: max-height;
3837
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
3838
+ transition-duration: 150ms;
3839
+ }
3683
3840
  .tw-transition-all {
3684
3841
  transition-property: all;
3685
3842
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
3686
3843
  transition-duration: 150ms;
3687
3844
  }
3845
+ .tw-transition-colors {
3846
+ transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
3847
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
3848
+ transition-duration: 150ms;
3849
+ }
3850
+ .tw-duration-200 {
3851
+ transition-duration: 200ms;
3852
+ }
3688
3853
  .tw-duration-300 {
3689
3854
  transition-duration: 300ms;
3690
3855
  }
3691
3856
  .tw-duration-75 {
3692
3857
  transition-duration: 75ms;
3693
3858
  }
3859
+ .tw-ease-in-out {
3860
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
3861
+ }
3694
3862
  :root {
3695
3863
  --vscode-font-size: 13px;
3696
3864
  --vscode-font-family: -apple-system, BlinkMacSystemFont, 'Ubuntu', 'Droid Sans', 'Segoe WPC', 'Segoe UI', sans-serif;
@@ -4082,6 +4250,10 @@ imported in Sourcegraph shell.
4082
4250
  .hover\:tw-bg-button-secondary-background-hover:hover {
4083
4251
  background-color: var(--vscode-button-secondaryHoverBackground);
4084
4252
  }
4253
+ .hover\:tw-bg-green-900:hover {
4254
+ --tw-bg-opacity: 1;
4255
+ background-color: rgb(20 83 45 / var(--tw-bg-opacity));
4256
+ }
4085
4257
  .hover\:tw-bg-muted:hover {
4086
4258
  background-color: var(--vscode-input-background);
4087
4259
  }
@@ -4092,6 +4264,10 @@ imported in Sourcegraph shell.
4092
4264
  --tw-bg-opacity: 1;
4093
4265
  background-color: rgb(220 38 38 / var(--tw-bg-opacity));
4094
4266
  }
4267
+ .hover\:tw-bg-red-900:hover {
4268
+ --tw-bg-opacity: 1;
4269
+ background-color: rgb(127 29 29 / var(--tw-bg-opacity));
4270
+ }
4095
4271
  .hover\:\!tw-text-accent-foreground:hover {
4096
4272
  color: var(--vscode-list-activeSelectionForeground) !important;
4097
4273
  }
@@ -4137,6 +4313,19 @@ imported in Sourcegraph shell.
4137
4313
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
4138
4314
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
4139
4315
  }
4316
+ .focus\:tw-ring-4:focus {
4317
+ --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
4318
+ --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
4319
+ box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
4320
+ }
4321
+ .focus\:tw-ring-green-300:focus {
4322
+ --tw-ring-opacity: 1;
4323
+ --tw-ring-color: rgb(134 239 172 / var(--tw-ring-opacity));
4324
+ }
4325
+ .focus\:tw-ring-red-300:focus {
4326
+ --tw-ring-opacity: 1;
4327
+ --tw-ring-color: rgb(252 165 165 / var(--tw-ring-opacity));
4328
+ }
4140
4329
  .focus\:tw-ring-ring:focus {
4141
4330
  --tw-ring-color: var(--vscode-focusBorder);
4142
4331
  }
@@ -4257,16 +4446,39 @@ body[data-vscode-theme-kind="vscode-high-contrast"] .high-contrast-dark\:tw-bord
4257
4446
  border-inline-end-color: transparent;
4258
4447
  }
4259
4448
  @media (min-width: 768px) {
4449
+ .md\:tw-px-4 {
4450
+ padding-left: 8px;
4451
+ padding-right: 8px;
4452
+ }
4453
+ .md\:tw-py-2 {
4454
+ padding-top: 4px;
4455
+ padding-bottom: 4px;
4456
+ }
4457
+ .md\:tw-text-base {
4458
+ font-size: 1rem;
4459
+ line-height: 1.5rem;
4460
+ }
4461
+ .md\:tw-text-md {
4462
+ font-size: var(--vscode-font-size);
4463
+ }
4260
4464
  .md\:tw-text-sm {
4261
4465
  font-size: calc(calc(12/13)*var(--vscode-font-size));
4262
4466
  }
4263
4467
  }
4468
+ @media (prefers-color-scheme: dark) {
4469
+ .dark\:tw-hidden {
4470
+ display: none;
4471
+ }
4472
+ }
4264
4473
  .\[\&\:not\(\:last-child\)\]\:tw-border-b:not(:last-child) {
4265
4474
  border-bottom-width: 1px;
4266
4475
  }
4267
4476
  .\[\&\:not\(\:last-child\)\]\:tw-border-border:not(:last-child) {
4268
4477
  border-color: var(--vscode-dropdown-border);
4269
4478
  }
4479
+ .\[\&\[aria-selected\]\]\:\!tw-bg-transparent[aria-selected] {
4480
+ background-color: transparent !important;
4481
+ }
4270
4482
  .\[\&_\>_\*\]\:tw-flex-shrink-0 > * {
4271
4483
  flex-shrink: 0;
4272
4484
  }
@@ -4444,3 +4656,66 @@ body[data-vscode-theme-kind="vscode-high-contrast"] .high-contrast-dark\:tw-bord
4444
4656
  background-position-x: -200%;
4445
4657
  }
4446
4658
  }
4659
+ :root {
4660
+ --human-message-editor-gap: 0;
4661
+ --human-message-editor-cell-spacing-bottom: 6px;
4662
+ }
4663
+
4664
+ ._root_n2nil_6 {
4665
+ display: flex;
4666
+ width: 100%;
4667
+ height: 100%;
4668
+ font-size: 13px;
4669
+ overflow: hidden;
4670
+ }
4671
+
4672
+ ._container_n2nil_14 {
4673
+ height: 100%;
4674
+ flex-grow: 1;
4675
+
4676
+ display: flex;
4677
+ flex-direction: column;
4678
+ gap: var(--human-message-editor-gap);
4679
+ border-radius: 4px;
4680
+ background-color: color-mix(in srgb, var(--vscode-input-background) 50%, transparent);
4681
+ color: var(--vscode-input-foreground);
4682
+ outline: solid 1px var(--vscode-input-border);
4683
+ outline-offset: -1px;
4684
+ cursor: text;
4685
+ }
4686
+
4687
+ ._container_n2nil_14 ._editor_n2nil_28 {
4688
+ scrollbar-gutter: stable;
4689
+ padding: var(--prompt-editor-padding-y) var(--prompt-editor-padding-x);
4690
+ }
4691
+
4692
+ ._toolbar_n2nil_34 {
4693
+ padding: calc(0.75*var(--prompt-editor-padding-y)) var(--prompt-editor-padding-x);
4694
+ overflow: hidden;
4695
+ }
4696
+
4697
+ ._container_n2nil_14:not(._focused_n2nil_39, [data-keep-toolbar-open]) ._editor-content-editable_n2nil_41 {
4698
+ min-height: 1lh;
4699
+ }
4700
+
4701
+ ._container_n2nil_14:not(._focused_n2nil_39, [data-keep-toolbar-open]) ._toolbar_n2nil_34 {
4702
+ height: 0;
4703
+ opacity: 0;
4704
+ margin-top: 0;
4705
+ pointer-events: none;
4706
+ padding: 0;
4707
+ }
4708
+
4709
+ ._container_n2nil_14:hover, ._container_n2nil_14:has(:focus-within, menu>button:focus) {
4710
+ background-color: var(--vscode-input-background);
4711
+ }
4712
+
4713
+ /* Show focus ring when the input is focused or a toolbar button within the input container is
4714
+ focused, but NOT if something in a toolbar button's popover is focused. */
4715
+ ._container_n2nil_14:has([data-lexical-editor='true']:focus-within, menu>button:focus) {
4716
+ outline-color: var(--vscode-focusBorder);
4717
+ }
4718
+
4719
+ ._editor-content-editable_n2nil_41 {
4720
+ min-height: 3lh;
4721
+ }