dsh-bots 0.2.29 → 0.2.30
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
|
@@ -417,9 +417,9 @@
|
|
|
417
417
|
.dbs-scrollBody::-webkit-scrollbar-thumb{background:var(--dsw-alias-border-l2,rgba(0,0,0,.18));border-radius:5px;border:3px solid transparent;background-clip:content-box}
|
|
418
418
|
.dbs-scrollBody::-webkit-scrollbar-thumb:hover{background:var(--dsw-alias-label-caption,var(--dsw-alias-border-l2,rgba(0,0,0,.25)));border:3px solid transparent;background-clip:content-box}
|
|
419
419
|
.dbs-scrollBody::-webkit-scrollbar-track{background:transparent}
|
|
420
|
-
.dbs-jump{position:absolute;
|
|
421
|
-
.dbs-jump:hover{color:var(--dsw-alias-label-primary);transform:
|
|
422
|
-
.dbs-jump[data-show="false"]{opacity:0;pointer-events:none;transform:
|
|
420
|
+
.dbs-jump{position:absolute;left:50%;bottom:10px;transform:translateX(-50%);display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:999px;border:1px solid var(--dsw-alias-border-l2,rgba(0,0,0,.12));background:var(--dsw-specific-input-major,var(--dsw-alias-bg-layer-1,#fff));box-shadow:var(--dsw-shadow-lv2);color:var(--dsw-alias-label-secondary);cursor:pointer;z-index:5;transition:opacity .15s ease,transform .15s ease}
|
|
421
|
+
.dbs-jump:hover{color:var(--dsw-alias-label-primary);transform:translate(-50%,-1px)}
|
|
422
|
+
.dbs-jump[data-show="false"]{opacity:0;pointer-events:none;transform:translate(-50%,4px)}
|
|
423
423
|
/* Loading states aligned with the native shell: StateDot chase icon where
|
|
424
424
|
available (the real native component), pulse-dot fallback in DeepSeek blue
|
|
425
425
|
at the native 1s cycle; media spinner reuses the native 0.8s linear spin. */
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "dsh-bots",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.30",
|
|
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",
|