@deepseek-ai/dsh-client-ui-sidebar 0.1.5-alpha.2 → 0.1.5-rc.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/lib/client.js +1 -1
- package/package.json +11 -11
package/lib/client.js
CHANGED
|
@@ -100,7 +100,7 @@ window.__ModuleLoader__.load({
|
|
|
100
100
|
const SCROLLBAR_LINGER_MS = 2e3;
|
|
101
101
|
/** Format complete-build metadata for the local brand badge. */
|
|
102
102
|
function localBuildVersion() {
|
|
103
|
-
return `0.1.5-
|
|
103
|
+
return `0.1.5-rc.2-449af19` + ({}.DSH_CLIENT_GIT_DIRTY === "true" ? "-dirty" : "");
|
|
104
104
|
}
|
|
105
105
|
/** Each panel row subscribes only to its own selection state. */
|
|
106
106
|
function PanelRow({ id, label, wide, usePanelInfo, selectPanel, renderSlot }) {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@deepseek-ai/dsh-client-ui-sidebar",
|
|
3
3
|
"description": "Sidebar plugin: session multi-level tree, search, grouping, state dots",
|
|
4
|
-
"version": "0.1.5-
|
|
4
|
+
"version": "0.1.5-rc.2",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
7
7
|
},
|
|
@@ -46,17 +46,17 @@
|
|
|
46
46
|
"@types/react": "~18.3.1",
|
|
47
47
|
"react": "^18.2.0",
|
|
48
48
|
"clsx": "^2.0.0",
|
|
49
|
-
"@deepseek-ai/dsh-
|
|
50
|
-
"@deepseek-ai/dsh-client-
|
|
51
|
-
"@deepseek-ai/dsh-client-
|
|
52
|
-
"@deepseek-ai/dsh-client-
|
|
53
|
-
"@deepseek-ai/dsh-client-ui-
|
|
54
|
-
"@deepseek-ai/dsh-
|
|
55
|
-
"@deepseek-ai/dsh-client-ui-
|
|
49
|
+
"@deepseek-ai/dsh-client-locale": "^0.1.5-rc.2",
|
|
50
|
+
"@deepseek-ai/dsh-client-store": "^0.1.5-rc.2",
|
|
51
|
+
"@deepseek-ai/dsh-client-test-runtime": "^0.1.5-rc.2",
|
|
52
|
+
"@deepseek-ai/dsh-client-ui-layout": "^0.1.5-rc.2",
|
|
53
|
+
"@deepseek-ai/dsh-client-ui-primitives": "^0.1.5-rc.2",
|
|
54
|
+
"@deepseek-ai/dsh-api-workspace-controller": "^0.1.5-rc.2",
|
|
55
|
+
"@deepseek-ai/dsh-client-ui-slots": "^0.1.5-rc.2",
|
|
56
|
+
"@deepseek-ai/dsh-client-ui-session": "^0.1.5-rc.2",
|
|
57
|
+
"@deepseek-ai/dsh-client-ui-workspace": "^0.1.5-rc.2",
|
|
56
58
|
"@deepseek-ai/cordis": "^4.0.2",
|
|
57
|
-
"@deepseek-ai/dsh-client-ui-renderer": "^0.1.5-
|
|
58
|
-
"@deepseek-ai/dsh-client-ui-workspace": "^0.1.5-alpha.2",
|
|
59
|
-
"@deepseek-ai/dsh-client-ui-slots": "^0.1.5-alpha.2"
|
|
59
|
+
"@deepseek-ai/dsh-client-ui-renderer": "^0.1.5-rc.2"
|
|
60
60
|
},
|
|
61
61
|
"files": [
|
|
62
62
|
"lib/index.js",
|