@webless/agent 0.14.1 → 0.14.2

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/embed.css CHANGED
@@ -3438,6 +3438,59 @@ summary.agent-transcript__activity-heading::before {
3438
3438
  .agent-rail__sources-button[aria-expanded=true] .agent-rail__sources-button-chevron {
3439
3439
  transform: rotate(180deg);
3440
3440
  }
3441
+ .webless-agent-root .agent-rail__answer-actions > button.agent-rail__sources-button {
3442
+ display: inline-flex;
3443
+ flex: 0 0 auto;
3444
+ align-items: center;
3445
+ justify-content: flex-start;
3446
+ width: auto !important;
3447
+ max-width: 100%;
3448
+ min-width: 0 !important;
3449
+ height: auto !important;
3450
+ min-height: 28px !important;
3451
+ max-height: none !important;
3452
+ margin: 0 0 0 auto;
3453
+ padding: 4px 8px !important;
3454
+ border: 0;
3455
+ border-radius: 8px !important;
3456
+ background: transparent !important;
3457
+ box-shadow: none !important;
3458
+ font-family: var(--as-font-body);
3459
+ font-size: 12px !important;
3460
+ font-style: normal;
3461
+ font-weight: 650;
3462
+ letter-spacing: normal;
3463
+ line-height: 1.4;
3464
+ text-align: left;
3465
+ text-transform: none;
3466
+ color: var(--as-text-subtle);
3467
+ }
3468
+ .webless-agent-root .agent-rail__answer-actions > button.agent-rail__sources-button:hover {
3469
+ color: var(--as-text);
3470
+ background: var(--as-surface-muted);
3471
+ }
3472
+ .webless-agent-root .agent-rail__sources-button .agent-rail__sources-button-chevron {
3473
+ display: inline-flex;
3474
+ flex: 0 0 auto;
3475
+ align-items: center;
3476
+ justify-content: center;
3477
+ width: auto;
3478
+ height: auto;
3479
+ min-width: 0;
3480
+ min-height: 0;
3481
+ padding: 0;
3482
+ margin: 0;
3483
+ border: 0;
3484
+ border-radius: 0;
3485
+ background: transparent;
3486
+ box-shadow: none;
3487
+ pointer-events: none;
3488
+ }
3489
+ .webless-agent-root .agent-rail__sources-button .agent-rail__sources-button-chevron svg {
3490
+ display: block;
3491
+ width: 13px;
3492
+ height: 13px;
3493
+ }
3441
3494
  .agent-rail__sources-panel {
3442
3495
  display: grid;
3443
3496
  width: 100%;
@@ -3772,9 +3825,9 @@ summary.agent-transcript__activity-heading::before {
3772
3825
  }
3773
3826
  .assist-edge-tab__mark--chip {
3774
3827
  overflow: hidden;
3775
- width: 48px;
3776
- height: 48px;
3777
- flex: 0 0 48px;
3828
+ width: 36px;
3829
+ height: 36px;
3830
+ flex: 0 0 36px;
3778
3831
  border: none;
3779
3832
  border-radius: 50%;
3780
3833
  background:
@@ -3792,8 +3845,8 @@ summary.agent-transcript__activity-heading::before {
3792
3845
  }
3793
3846
  .assist-edge-tab__mark--chip:has(> .assist-edge-tab__logo--wide) {
3794
3847
  width: auto;
3795
- min-width: 48px;
3796
- max-width: 120px;
3848
+ min-width: 36px;
3849
+ max-width: 96px;
3797
3850
  padding: 0 8px;
3798
3851
  border-radius: 999px;
3799
3852
  }