@deepseek-ai/dsh-client-ui-skill 0.1.0-rc.3 → 0.1.0-rc.7

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 +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
- "chevronHover": "iWrAna_chevronHover",
22
- "visuallyHidden": "iWrAna_visuallyHidden",
23
- "leading": "iWrAna_leading",
24
- "card": "iWrAna_card",
21
+ "separator": "iWrAna_separator",
22
+ "row": "iWrAna_row",
23
+ "summary": "iWrAna_summary",
25
24
  "instructionsCard": "iWrAna_instructionsCard",
25
+ "bodyWrap": "iWrAna_bodyWrap",
26
26
  "iconIdle": "iWrAna_iconIdle",
27
- "chevron": "iWrAna_chevron",
27
+ "chevronHover": "iWrAna_chevronHover",
28
+ "errorSummary": "iWrAna_errorSummary",
29
+ "visuallyHidden": "iWrAna_visuallyHidden",
28
30
  "instructionsHeader": "iWrAna_instructionsHeader",
31
+ "chevron": "iWrAna_chevron",
29
32
  "inspectButton": "iWrAna_inspectButton",
30
- "row": "iWrAna_row",
31
- "errorSummary": "iWrAna_errorSummary",
32
- "separator": "iWrAna_separator",
33
- "instructions": "iWrAna_instructions",
34
- "bodyWrap": "iWrAna_bodyWrap",
35
33
  "dsh-skill-row-sweep": "iWrAna_dsh-skill-row-sweep",
36
- "title": "iWrAna_title",
37
- "summary": "iWrAna_summary"
34
+ "leading": "iWrAna_leading",
35
+ "instructions": "iWrAna_instructions",
36
+ "card": "iWrAna_card",
37
+ "title": "iWrAna_title"
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.3",
4
+ "version": "0.1.0-rc.7",
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-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"
47
+ "@deepseek-ai/dsh-api-remotes": "^0.1.0-rc.7",
48
+ "@deepseek-ai/dsh-client-connection": "^0.1.0-rc.7",
49
+ "@deepseek-ai/dsh-client-ui-primitives": "^0.1.0-rc.7",
50
+ "@deepseek-ai/dsh-client-ui-input-trigger": "^0.1.0-rc.7",
51
+ "@deepseek-ai/dsh-client-ui-slots": "^0.1.0-rc.7",
52
+ "@deepseek-ai/dsh-client-ui-tool": "^0.1.0-rc.7",
53
+ "@deepseek-ai/dsh-invariants": "^0.1.0-rc.7",
54
+ "@deepseek-ai/cordis": "^4.0.1",
55
+ "@deepseek-ai/dsh-client-locale": "^0.1.0-rc.7",
56
+ "@deepseek-ai/dsh-client-runtime": "^0.1.0-rc.7"
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-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
- "@deepseek-ai/cordis": "^4.0.1",
73
- "@deepseek-ai/dsh-client-ui-primitives": "^0.1.0-rc.3"
63
+ "@deepseek-ai/dsh-client-connection": "^0.1.0-rc.7",
64
+ "@deepseek-ai/dsh-client-locale": "^0.1.0-rc.7",
65
+ "@deepseek-ai/dsh-client-ui-input-trigger": "^0.1.0-rc.7",
66
+ "@deepseek-ai/dsh-client-test-runtime": "^0.1.0-rc.7",
67
+ "@deepseek-ai/dsh-client-runtime": "^0.1.0-rc.7",
68
+ "@deepseek-ai/dsh-client-ui-slots": "^0.1.0-rc.7",
69
+ "@deepseek-ai/dsh-client-ui-tool": "^0.1.0-rc.7",
70
+ "@deepseek-ai/dsh-api-remotes": "^0.1.0-rc.7",
71
+ "@deepseek-ai/dsh-client-ui-primitives": "^0.1.0-rc.7",
72
+ "@deepseek-ai/dsh-invariants": "^0.1.0-rc.7",
73
+ "@deepseek-ai/cordis": "^4.0.1"
74
74
  },
75
75
  "files": [
76
76
  "lib/index.js",