@deepseek-ai/dsh-client-ui-skill 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 +12 -12
- package/package.json +21 -21
package/lib/client.js
CHANGED
|
@@ -18,23 +18,23 @@ window.__ModuleLoader__.load({
|
|
|
18
18
|
document.head.appendChild(tag);
|
|
19
19
|
}
|
|
20
20
|
var SkillRow_module_css_default = {
|
|
21
|
-
"
|
|
22
|
-
"
|
|
21
|
+
"chevronHover": "iWrAna_chevronHover",
|
|
22
|
+
"visuallyHidden": "iWrAna_visuallyHidden",
|
|
23
23
|
"leading": "iWrAna_leading",
|
|
24
|
-
"
|
|
25
|
-
"title": "iWrAna_title",
|
|
26
|
-
"chevron": "iWrAna_chevron",
|
|
27
|
-
"row": "iWrAna_row",
|
|
24
|
+
"card": "iWrAna_card",
|
|
28
25
|
"instructionsCard": "iWrAna_instructionsCard",
|
|
26
|
+
"iconIdle": "iWrAna_iconIdle",
|
|
27
|
+
"chevron": "iWrAna_chevron",
|
|
28
|
+
"instructionsHeader": "iWrAna_instructionsHeader",
|
|
29
29
|
"inspectButton": "iWrAna_inspectButton",
|
|
30
|
-
"
|
|
31
|
-
"chevronHover": "iWrAna_chevronHover",
|
|
30
|
+
"row": "iWrAna_row",
|
|
32
31
|
"errorSummary": "iWrAna_errorSummary",
|
|
33
|
-
"bodyWrap": "iWrAna_bodyWrap",
|
|
34
|
-
"instructionsHeader": "iWrAna_instructionsHeader",
|
|
35
|
-
"visuallyHidden": "iWrAna_visuallyHidden",
|
|
36
32
|
"separator": "iWrAna_separator",
|
|
37
|
-
"
|
|
33
|
+
"instructions": "iWrAna_instructions",
|
|
34
|
+
"bodyWrap": "iWrAna_bodyWrap",
|
|
35
|
+
"dsh-skill-row-sweep": "iWrAna_dsh-skill-row-sweep",
|
|
36
|
+
"title": "iWrAna_title",
|
|
37
|
+
"summary": "iWrAna_summary"
|
|
38
38
|
};
|
|
39
39
|
//#endregion
|
|
40
40
|
//#region lib/types/client/SkillRow.js
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@deepseek-ai/dsh-client-ui-skill",
|
|
3
3
|
"description": "Web skill references and the dedicated skill tool row",
|
|
4
|
-
"version": "0.1.0-rc.
|
|
4
|
+
"version": "0.1.0-rc.3",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "restricted"
|
|
7
7
|
},
|
|
@@ -44,33 +44,33 @@
|
|
|
44
44
|
"license": "MIT",
|
|
45
45
|
"peerDependencies": {
|
|
46
46
|
"react": "^18.2.0",
|
|
47
|
-
"@deepseek-ai/dsh-
|
|
48
|
-
"@deepseek-ai/dsh-client-
|
|
49
|
-
"@deepseek-ai/dsh-
|
|
50
|
-
"@deepseek-ai/dsh-client-runtime": "^0.1.0-rc.
|
|
51
|
-
"@deepseek-ai/dsh-client-ui-input-trigger": "^0.1.0-rc.
|
|
52
|
-
"@deepseek-ai/dsh-client-ui-
|
|
53
|
-
"@deepseek-ai/dsh-
|
|
54
|
-
"@deepseek-ai/dsh-
|
|
55
|
-
"@deepseek-ai/
|
|
56
|
-
"@deepseek-ai/
|
|
47
|
+
"@deepseek-ai/dsh-client-connection": "^0.1.0-rc.3",
|
|
48
|
+
"@deepseek-ai/dsh-client-locale": "^0.1.0-rc.3",
|
|
49
|
+
"@deepseek-ai/dsh-api-remotes": "^0.1.0-rc.3",
|
|
50
|
+
"@deepseek-ai/dsh-client-runtime": "^0.1.0-rc.3",
|
|
51
|
+
"@deepseek-ai/dsh-client-ui-input-trigger": "^0.1.0-rc.3",
|
|
52
|
+
"@deepseek-ai/dsh-client-ui-primitives": "^0.1.0-rc.3",
|
|
53
|
+
"@deepseek-ai/dsh-client-ui-tool": "^0.1.0-rc.3",
|
|
54
|
+
"@deepseek-ai/dsh-invariants": "^0.1.0-rc.3",
|
|
55
|
+
"@deepseek-ai/dsh-client-ui-slots": "^0.1.0-rc.3",
|
|
56
|
+
"@deepseek-ai/cordis": "^4.0.1"
|
|
57
57
|
},
|
|
58
58
|
"devDependencies": {
|
|
59
59
|
"@testing-library/react": "^16.1.0",
|
|
60
60
|
"@types/react": "~18.3.1",
|
|
61
61
|
"react": "^18.2.0",
|
|
62
62
|
"react-dom": "^18.2.0",
|
|
63
|
-
"@deepseek-ai/dsh-
|
|
64
|
-
"@deepseek-ai/dsh-client-
|
|
65
|
-
"@deepseek-ai/dsh-client-locale": "^0.1.0-rc.
|
|
66
|
-
"@deepseek-ai/dsh-
|
|
67
|
-
"@deepseek-ai/dsh-client-runtime": "^0.1.0-rc.
|
|
68
|
-
"@deepseek-ai/dsh-client-ui-input-trigger": "^0.1.0-rc.
|
|
69
|
-
"@deepseek-ai/dsh-client-ui-slots": "^0.1.0-rc.
|
|
70
|
-
"@deepseek-ai/dsh-client-ui-tool": "^0.1.0-rc.
|
|
71
|
-
"@deepseek-ai/dsh-invariants": "^0.1.0-rc.
|
|
63
|
+
"@deepseek-ai/dsh-api-remotes": "^0.1.0-rc.3",
|
|
64
|
+
"@deepseek-ai/dsh-client-connection": "^0.1.0-rc.3",
|
|
65
|
+
"@deepseek-ai/dsh-client-locale": "^0.1.0-rc.3",
|
|
66
|
+
"@deepseek-ai/dsh-client-runtime": "^0.1.0-rc.3",
|
|
67
|
+
"@deepseek-ai/dsh-client-test-runtime": "^0.1.0-rc.3",
|
|
68
|
+
"@deepseek-ai/dsh-client-ui-input-trigger": "^0.1.0-rc.3",
|
|
69
|
+
"@deepseek-ai/dsh-client-ui-slots": "^0.1.0-rc.3",
|
|
70
|
+
"@deepseek-ai/dsh-client-ui-tool": "^0.1.0-rc.3",
|
|
71
|
+
"@deepseek-ai/dsh-invariants": "^0.1.0-rc.3",
|
|
72
72
|
"@deepseek-ai/cordis": "^4.0.1",
|
|
73
|
-
"@deepseek-ai/dsh-client-
|
|
73
|
+
"@deepseek-ai/dsh-client-ui-primitives": "^0.1.0-rc.3"
|
|
74
74
|
},
|
|
75
75
|
"files": [
|
|
76
76
|
"lib/index.js",
|