@deepseek-ai/dsh-client-ui-sidebar 0.1.0-rc.2 → 0.1.0-rc.3
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 +13 -13
- package/package.json +13 -13
package/lib/client.js
CHANGED
|
@@ -33,27 +33,27 @@ window.__ModuleLoader__.load({
|
|
|
33
33
|
document.head.appendChild(tag);
|
|
34
34
|
}
|
|
35
35
|
var SidebarRoot_module_css_default = {
|
|
36
|
-
"rail-in": "hHd-Xa_rail-in",
|
|
37
|
-
"newSessionLabel": "hHd-Xa_newSessionLabel",
|
|
38
36
|
"fading": "hHd-Xa_fading",
|
|
39
|
-
"
|
|
40
|
-
"
|
|
37
|
+
"footerActions": "hHd-Xa_footerActions",
|
|
38
|
+
"root": "hHd-Xa_root",
|
|
39
|
+
"panelIcon": "hHd-Xa_panelIcon",
|
|
40
|
+
"brand": "hHd-Xa_brand",
|
|
41
|
+
"wide": "hHd-Xa_wide",
|
|
41
42
|
"rail-fade-in": "hHd-Xa_rail-fade-in",
|
|
43
|
+
"collapsed": "hHd-Xa_collapsed",
|
|
42
44
|
"iconButton": "hHd-Xa_iconButton",
|
|
43
|
-
"railFish": "hHd-Xa_railFish",
|
|
44
45
|
"wide-in": "hHd-Xa_wide-in",
|
|
45
46
|
"railIn": "hHd-Xa_railIn",
|
|
46
|
-
"logoRow": "hHd-Xa_logoRow",
|
|
47
|
-
"root": "hHd-Xa_root",
|
|
48
|
-
"wide": "hHd-Xa_wide",
|
|
49
47
|
"regionArea": "hHd-Xa_regionArea",
|
|
50
48
|
"footArea": "hHd-Xa_footArea",
|
|
51
|
-
"brand": "hHd-Xa_brand",
|
|
52
|
-
"toggle": "hHd-Xa_toggle",
|
|
53
|
-
"settingsArea": "hHd-Xa_settingsArea",
|
|
54
49
|
"newSession": "hHd-Xa_newSession",
|
|
55
|
-
"
|
|
56
|
-
"
|
|
50
|
+
"rail-in": "hHd-Xa_rail-in",
|
|
51
|
+
"railFish": "hHd-Xa_railFish",
|
|
52
|
+
"quietBars": "hHd-Xa_quietBars",
|
|
53
|
+
"newSessionLabel": "hHd-Xa_newSessionLabel",
|
|
54
|
+
"settingsArea": "hHd-Xa_settingsArea",
|
|
55
|
+
"toggle": "hHd-Xa_toggle",
|
|
56
|
+
"logoRow": "hHd-Xa_logoRow"
|
|
57
57
|
};
|
|
58
58
|
//#endregion
|
|
59
59
|
//#region lib/types/client/SidebarRoot.js
|
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.0-rc.
|
|
4
|
+
"version": "0.1.0-rc.3",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "restricted"
|
|
7
7
|
},
|
|
@@ -45,23 +45,23 @@
|
|
|
45
45
|
},
|
|
46
46
|
"peerDependencies": {
|
|
47
47
|
"react": "^18.2.0",
|
|
48
|
-
"@deepseek-ai/dsh-client-
|
|
49
|
-
"@deepseek-ai/dsh-client-
|
|
50
|
-
"@deepseek-ai/dsh-client-ui-primitives": "^0.1.0-rc.
|
|
51
|
-
"@deepseek-ai/dsh-client-ui-slots": "^0.1.0-rc.
|
|
52
|
-
"@deepseek-ai/dsh-invariants": "^0.1.0-rc.
|
|
48
|
+
"@deepseek-ai/dsh-client-runtime": "^0.1.0-rc.3",
|
|
49
|
+
"@deepseek-ai/dsh-client-locale": "^0.1.0-rc.3",
|
|
50
|
+
"@deepseek-ai/dsh-client-ui-primitives": "^0.1.0-rc.3",
|
|
51
|
+
"@deepseek-ai/dsh-client-ui-slots": "^0.1.0-rc.3",
|
|
52
|
+
"@deepseek-ai/dsh-invariants": "^0.1.0-rc.3",
|
|
53
53
|
"@deepseek-ai/cordis": "^4.0.1"
|
|
54
54
|
},
|
|
55
55
|
"devDependencies": {
|
|
56
56
|
"@types/react": "~18.3.1",
|
|
57
57
|
"react": "^18.2.0",
|
|
58
|
-
"@deepseek-ai/dsh-client-runtime": "^0.1.0-rc.
|
|
59
|
-
"@deepseek-ai/dsh-client-test-runtime": "^0.1.0-rc.
|
|
60
|
-
"@deepseek-ai/dsh-client-ui-layout": "^0.1.0-rc.
|
|
61
|
-
"@deepseek-ai/dsh-client-ui-primitives": "^0.1.0-rc.
|
|
62
|
-
"@deepseek-ai/dsh-client-ui-slots": "^0.1.0-rc.
|
|
63
|
-
"@deepseek-ai/dsh-client-locale": "^0.1.0-rc.
|
|
64
|
-
"@deepseek-ai/dsh-invariants": "^0.1.0-rc.
|
|
58
|
+
"@deepseek-ai/dsh-client-runtime": "^0.1.0-rc.3",
|
|
59
|
+
"@deepseek-ai/dsh-client-test-runtime": "^0.1.0-rc.3",
|
|
60
|
+
"@deepseek-ai/dsh-client-ui-layout": "^0.1.0-rc.3",
|
|
61
|
+
"@deepseek-ai/dsh-client-ui-primitives": "^0.1.0-rc.3",
|
|
62
|
+
"@deepseek-ai/dsh-client-ui-slots": "^0.1.0-rc.3",
|
|
63
|
+
"@deepseek-ai/dsh-client-locale": "^0.1.0-rc.3",
|
|
64
|
+
"@deepseek-ai/dsh-invariants": "^0.1.0-rc.3",
|
|
65
65
|
"@deepseek-ai/cordis": "^4.0.1"
|
|
66
66
|
},
|
|
67
67
|
"files": [
|