@webless/agent 0.13.1 → 0.13.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 +3 -0
- package/dist/embed.css.map +1 -1
- package/dist/react.css +3 -0
- package/dist/react.css.map +1 -1
- package/package.json +1 -1
package/dist/embed.css
CHANGED
|
@@ -3183,6 +3183,9 @@ summary.agent-transcript__activity-heading::before {
|
|
|
3183
3183
|
padding: 8px 16px 6px;
|
|
3184
3184
|
background: var(--as-surface);
|
|
3185
3185
|
}
|
|
3186
|
+
.agent-rail__handoff + .agent-rail__disclaimer {
|
|
3187
|
+
border-top: 1px solid var(--as-hairline);
|
|
3188
|
+
}
|
|
3186
3189
|
.agent-rail__disclaimer p {
|
|
3187
3190
|
margin: 0;
|
|
3188
3191
|
color: var(--as-text-muted);
|