@deepseek-ai/dsh-client-ui-skill 0.1.0-rc.2 → 0.1.0-rc.6

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 +11 -11
  2. package/package.json +23 -23
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
+ "chevron": "iWrAna_chevron",
21
22
  "iconIdle": "iWrAna_iconIdle",
22
- "instructions": "iWrAna_instructions",
23
- "leading": "iWrAna_leading",
24
- "summary": "iWrAna_summary",
25
23
  "title": "iWrAna_title",
26
- "chevron": "iWrAna_chevron",
27
- "row": "iWrAna_row",
28
- "instructionsCard": "iWrAna_instructionsCard",
29
- "inspectButton": "iWrAna_inspectButton",
30
- "card": "iWrAna_card",
24
+ "summary": "iWrAna_summary",
31
25
  "chevronHover": "iWrAna_chevronHover",
32
- "errorSummary": "iWrAna_errorSummary",
33
26
  "bodyWrap": "iWrAna_bodyWrap",
27
+ "leading": "iWrAna_leading",
28
+ "errorSummary": "iWrAna_errorSummary",
29
+ "dsh-skill-row-sweep": "iWrAna_dsh-skill-row-sweep",
30
+ "card": "iWrAna_card",
34
31
  "instructionsHeader": "iWrAna_instructionsHeader",
35
- "visuallyHidden": "iWrAna_visuallyHidden",
32
+ "inspectButton": "iWrAna_inspectButton",
33
+ "row": "iWrAna_row",
36
34
  "separator": "iWrAna_separator",
37
- "dsh-skill-row-sweep": "iWrAna_dsh-skill-row-sweep"
35
+ "instructionsCard": "iWrAna_instructionsCard",
36
+ "instructions": "iWrAna_instructions",
37
+ "visuallyHidden": "iWrAna_visuallyHidden"
38
38
  };
39
39
  //#endregion
40
40
  //#region lib/types/client/SkillRow.js
package/package.json CHANGED
@@ -1,9 +1,9 @@
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.6",
5
5
  "publishConfig": {
6
- "access": "restricted"
6
+ "access": "public"
7
7
  },
8
8
  "repository": {
9
9
  "type": "git",
@@ -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.6",
48
+ "@deepseek-ai/dsh-api-remotes": "^0.1.0-rc.6",
49
+ "@deepseek-ai/dsh-client-locale": "^0.1.0-rc.6",
50
+ "@deepseek-ai/dsh-client-runtime": "^0.1.0-rc.6",
51
+ "@deepseek-ai/dsh-client-ui-primitives": "^0.1.0-rc.6",
52
+ "@deepseek-ai/dsh-client-ui-input-trigger": "^0.1.0-rc.6",
53
+ "@deepseek-ai/dsh-client-ui-tool": "^0.1.0-rc.6",
54
+ "@deepseek-ai/dsh-invariants": "^0.1.0-rc.6",
55
+ "@deepseek-ai/dsh-client-ui-slots": "^0.1.0-rc.6",
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",
72
- "@deepseek-ai/cordis": "^4.0.1",
73
- "@deepseek-ai/dsh-client-test-runtime": "^0.1.0-rc.2"
63
+ "@deepseek-ai/dsh-api-remotes": "^0.1.0-rc.6",
64
+ "@deepseek-ai/dsh-client-locale": "^0.1.0-rc.6",
65
+ "@deepseek-ai/dsh-client-connection": "^0.1.0-rc.6",
66
+ "@deepseek-ai/dsh-client-runtime": "^0.1.0-rc.6",
67
+ "@deepseek-ai/dsh-client-test-runtime": "^0.1.0-rc.6",
68
+ "@deepseek-ai/dsh-client-ui-primitives": "^0.1.0-rc.6",
69
+ "@deepseek-ai/dsh-client-ui-input-trigger": "^0.1.0-rc.6",
70
+ "@deepseek-ai/dsh-client-ui-slots": "^0.1.0-rc.6",
71
+ "@deepseek-ai/dsh-client-ui-tool": "^0.1.0-rc.6",
72
+ "@deepseek-ai/dsh-invariants": "^0.1.0-rc.6",
73
+ "@deepseek-ai/cordis": "^4.0.1"
74
74
  },
75
75
  "files": [
76
76
  "lib/index.js",