@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/react.css CHANGED
@@ -3340,6 +3340,59 @@ html.webless-agent-page-shift {
3340
3340
  .agent-rail__sources-button[aria-expanded=true] .agent-rail__sources-button-chevron {
3341
3341
  transform: rotate(180deg);
3342
3342
  }
3343
+ .webless-agent-root .agent-rail__answer-actions > button.agent-rail__sources-button {
3344
+ display: inline-flex;
3345
+ flex: 0 0 auto;
3346
+ align-items: center;
3347
+ justify-content: flex-start;
3348
+ width: auto !important;
3349
+ max-width: 100%;
3350
+ min-width: 0 !important;
3351
+ height: auto !important;
3352
+ min-height: 28px !important;
3353
+ max-height: none !important;
3354
+ margin: 0 0 0 auto;
3355
+ padding: 4px 8px !important;
3356
+ border: 0;
3357
+ border-radius: 8px !important;
3358
+ background: transparent !important;
3359
+ box-shadow: none !important;
3360
+ font-family: var(--as-font-body);
3361
+ font-size: 12px !important;
3362
+ font-style: normal;
3363
+ font-weight: 650;
3364
+ letter-spacing: normal;
3365
+ line-height: 1.4;
3366
+ text-align: left;
3367
+ text-transform: none;
3368
+ color: var(--as-text-subtle);
3369
+ }
3370
+ .webless-agent-root .agent-rail__answer-actions > button.agent-rail__sources-button:hover {
3371
+ color: var(--as-text);
3372
+ background: var(--as-surface-muted);
3373
+ }
3374
+ .webless-agent-root .agent-rail__sources-button .agent-rail__sources-button-chevron {
3375
+ display: inline-flex;
3376
+ flex: 0 0 auto;
3377
+ align-items: center;
3378
+ justify-content: center;
3379
+ width: auto;
3380
+ height: auto;
3381
+ min-width: 0;
3382
+ min-height: 0;
3383
+ padding: 0;
3384
+ margin: 0;
3385
+ border: 0;
3386
+ border-radius: 0;
3387
+ background: transparent;
3388
+ box-shadow: none;
3389
+ pointer-events: none;
3390
+ }
3391
+ .webless-agent-root .agent-rail__sources-button .agent-rail__sources-button-chevron svg {
3392
+ display: block;
3393
+ width: 13px;
3394
+ height: 13px;
3395
+ }
3343
3396
  .agent-rail__sources-panel {
3344
3397
  display: grid;
3345
3398
  width: 100%;
@@ -3674,9 +3727,9 @@ html.webless-agent-page-shift {
3674
3727
  }
3675
3728
  .assist-edge-tab__mark--chip {
3676
3729
  overflow: hidden;
3677
- width: 48px;
3678
- height: 48px;
3679
- flex: 0 0 48px;
3730
+ width: 36px;
3731
+ height: 36px;
3732
+ flex: 0 0 36px;
3680
3733
  border: none;
3681
3734
  border-radius: 50%;
3682
3735
  background:
@@ -3694,8 +3747,8 @@ html.webless-agent-page-shift {
3694
3747
  }
3695
3748
  .assist-edge-tab__mark--chip:has(> .assist-edge-tab__logo--wide) {
3696
3749
  width: auto;
3697
- min-width: 48px;
3698
- max-width: 120px;
3750
+ min-width: 36px;
3751
+ max-width: 96px;
3699
3752
  padding: 0 8px;
3700
3753
  border-radius: 999px;
3701
3754
  }