@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.
Files changed (2) hide show
  1. package/lib/client.js +12 -12
  2. 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
- "iconIdle": "iWrAna_iconIdle",
22
- "instructions": "iWrAna_instructions",
21
+ "chevronHover": "iWrAna_chevronHover",
22
+ "visuallyHidden": "iWrAna_visuallyHidden",
23
23
  "leading": "iWrAna_leading",
24
- "summary": "iWrAna_summary",
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
- "card": "iWrAna_card",
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
- "dsh-skill-row-sweep": "iWrAna_dsh-skill-row-sweep"
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.2",
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-api-remotes": "^0.1.0-rc.2",
48
- "@deepseek-ai/dsh-client-connection": "^0.1.0-rc.2",
49
- "@deepseek-ai/dsh-client-locale": "^0.1.0-rc.2",
50
- "@deepseek-ai/dsh-client-runtime": "^0.1.0-rc.2",
51
- "@deepseek-ai/dsh-client-ui-input-trigger": "^0.1.0-rc.2",
52
- "@deepseek-ai/dsh-client-ui-slots": "^0.1.0-rc.2",
53
- "@deepseek-ai/dsh-invariants": "^0.1.0-rc.2",
54
- "@deepseek-ai/dsh-client-ui-tool": "^0.1.0-rc.2",
55
- "@deepseek-ai/cordis": "^4.0.1",
56
- "@deepseek-ai/dsh-client-ui-primitives": "^0.1.0-rc.2"
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-client-connection": "^0.1.0-rc.2",
64
- "@deepseek-ai/dsh-client-ui-primitives": "^0.1.0-rc.2",
65
- "@deepseek-ai/dsh-client-locale": "^0.1.0-rc.2",
66
- "@deepseek-ai/dsh-api-remotes": "^0.1.0-rc.2",
67
- "@deepseek-ai/dsh-client-runtime": "^0.1.0-rc.2",
68
- "@deepseek-ai/dsh-client-ui-input-trigger": "^0.1.0-rc.2",
69
- "@deepseek-ai/dsh-client-ui-slots": "^0.1.0-rc.2",
70
- "@deepseek-ai/dsh-client-ui-tool": "^0.1.0-rc.2",
71
- "@deepseek-ai/dsh-invariants": "^0.1.0-rc.2",
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-test-runtime": "^0.1.0-rc.2"
73
+ "@deepseek-ai/dsh-client-ui-primitives": "^0.1.0-rc.3"
74
74
  },
75
75
  "files": [
76
76
  "lib/index.js",