dsh-bots 0.2.24 → 0.2.25
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/lib/client.js +3 -3
- package/package.json +1 -1
package/lib/client.js
CHANGED
|
@@ -348,8 +348,8 @@
|
|
|
348
348
|
.dbs-column{max-width:var(--dsh-chat-content-width);flex-direction:column;gap:16px;width:100%;margin:0 auto;display:flex}
|
|
349
349
|
.dbs-userRow{flex-direction:column;align-items:flex-end;gap:6px;display:flex}
|
|
350
350
|
.dbs-userStack{flex-direction:column;align-items:flex-end;gap:8px;min-width:0;max-width:min(525px,82%);display:flex}
|
|
351
|
-
.dbs-bubble{background:var(--dsw-specific-bubble);max-width:100%;color:var(--dsw-alias-label-primary);border-radius:22px;padding:10px 16px;font-size:16px;line-height:24px}
|
|
352
|
-
.dbs-botRow{color:var(--dsw-alias-label-primary);flex-direction:column;font-size:16px;line-height:28px;display:flex;align-items:flex-start;gap:4px;width:100
|
|
351
|
+
.dbs-bubble{background:var(--dsw-specific-bubble);max-width:100%;color:var(--dsw-alias-label-primary);border-radius:22px;padding:10px 16px;font-size:16px;line-height:24px;box-sizing:border-box}
|
|
352
|
+
.dbs-botRow{color:var(--dsw-alias-label-primary);flex-direction:column;font-size:16px;line-height:28px;display:flex;align-items:flex-start;gap:4px;width:100%;box-sizing:border-box}
|
|
353
353
|
.dbs-author{font-size:14px;line-height:22px;color:var(--dsw-alias-label-secondary);display:flex;align-items:center;gap:8px;font-weight:600;margin-bottom:3px;flex-wrap:wrap}
|
|
354
354
|
.dbs-authorName{font-weight:600;letter-spacing:.2px}
|
|
355
355
|
.dbs-md{min-width:0}
|
|
@@ -429,7 +429,7 @@
|
|
|
429
429
|
.dbs-mdRow{display:flex;align-items:flex-start;gap:0;min-width:0;width:100%}
|
|
430
430
|
.dbs-caret{flex:none;display:inline-block;width:3px;height:18px;margin-top:5px;border-radius:2px;background:var(--dsw-alias-label-primary);animation:dbsCaret 1s steps(2) infinite}
|
|
431
431
|
@keyframes dbsCaret{0%,49%{opacity:1}50%,100%{opacity:0}}
|
|
432
|
-
.dbs-botRow[data-compact="true"]{padding-left:
|
|
432
|
+
.dbs-botRow[data-compact="true"]{padding-left:30px}
|
|
433
433
|
.dbs-compactTime{display:flex;justify-content:flex-end;width:100%}
|
|
434
434
|
.dbs-compactTime .dbs-msgTime{padding:0}
|
|
435
435
|
.dbs-welcome{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:6px;padding:64px 24px 32px;min-height:50%}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "dsh-bots",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.25",
|
|
4
4
|
"description": "Multi-bot workbench for DeepSeek Harness: bridges the sdk-bots orchestration gateway (group chats, single bots) into the dsh web shell with official-styled UI.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "lib/index.js",
|