@deepseek-ai/dsh-client-ui-workflow-run 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 +16 -16
  2. package/package.json +22 -22
package/lib/client.js CHANGED
@@ -19,28 +19,28 @@ window.__ModuleLoader__.load({
19
19
  document.head.appendChild(tag);
20
20
  }
21
21
  var WorkflowRunPanel_module_css_default = {
22
+ "memberRow": "DBuyfa_memberRow",
23
+ "runTitle": "DBuyfa_runTitle",
24
+ "dotSlot": "DBuyfa_dotSlot",
25
+ "memberLabelWrap": "DBuyfa_memberLabelWrap",
22
26
  "phaseCount": "DBuyfa_phaseCount",
27
+ "memberButton": "DBuyfa_memberButton",
28
+ "memberLabel": "DBuyfa_memberLabel",
29
+ "empty": "DBuyfa_empty",
30
+ "statusTail": "DBuyfa_statusTail",
31
+ "phaseLeading": "DBuyfa_phaseLeading",
32
+ "separator": "DBuyfa_separator",
33
+ "phaseHeader": "DBuyfa_phaseHeader",
23
34
  "phaseStatus": "DBuyfa_phaseStatus",
24
- "phaseList": "DBuyfa_phaseList",
25
35
  "runHeader": "DBuyfa_runHeader",
26
- "memberRow": "DBuyfa_memberRow",
27
- "memberStatus": "DBuyfa_memberStatus",
28
- "phase": "DBuyfa_phase",
29
- "memberLabel": "DBuyfa_memberLabel",
30
36
  "root": "DBuyfa_root",
31
37
  "runLeading": "DBuyfa_runLeading",
32
- "empty": "DBuyfa_empty",
33
- "phaseTitle": "DBuyfa_phaseTitle",
34
- "memberLabelWrap": "DBuyfa_memberLabelWrap",
35
38
  "runSummary": "DBuyfa_runSummary",
36
- "separator": "DBuyfa_separator",
37
- "dotSlot": "DBuyfa_dotSlot",
38
- "runTitle": "DBuyfa_runTitle",
39
- "statusTail": "DBuyfa_statusTail",
40
- "members": "DBuyfa_members",
41
- "phaseHeader": "DBuyfa_phaseHeader",
42
- "memberButton": "DBuyfa_memberButton",
43
- "phaseLeading": "DBuyfa_phaseLeading"
39
+ "memberStatus": "DBuyfa_memberStatus",
40
+ "phaseTitle": "DBuyfa_phaseTitle",
41
+ "phase": "DBuyfa_phase",
42
+ "phaseList": "DBuyfa_phaseList",
43
+ "members": "DBuyfa_members"
44
44
  };
45
45
  //#endregion
46
46
  //#region lib/types/client/WorkflowRunPanel.js
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@deepseek-ai/dsh-client-ui-workflow-run",
3
3
  "description": "Durable workflow-run Conversation Node and nested member disclosure for dsh web",
4
- "version": "0.1.0-rc.2",
4
+ "version": "0.1.0-rc.3",
5
5
  "publishConfig": {
6
6
  "access": "restricted"
7
7
  },
@@ -50,30 +50,30 @@
50
50
  "react": "^18.2.0"
51
51
  },
52
52
  "peerDependencies": {
53
- "@deepseek-ai/dsh-client-locale": "^0.1.0-rc.2",
54
- "@deepseek-ai/dsh-client-runtime": "^0.1.0-rc.2",
55
- "@deepseek-ai/dsh-client-ui-conversation": "^0.1.0-rc.2",
56
- "@deepseek-ai/dsh-client-ui-primitives": "^0.1.0-rc.2",
57
- "@deepseek-ai/dsh-invariants": "^0.1.0-rc.2",
58
- "@deepseek-ai/dsh-client-ui-slots": "^0.1.0-rc.2",
59
- "@deepseek-ai/dsh-tool-workflow": "^0.1.0-rc.2",
60
- "@deepseek-ai/dsh-session": "^0.1.0-rc.2",
61
- "@deepseek-ai/cordis": "^4.0.1",
62
- "@deepseek-ai/dsh-workflow": "^0.1.0-rc.2"
53
+ "@deepseek-ai/dsh-client-locale": "^0.1.0-rc.3",
54
+ "@deepseek-ai/dsh-client-runtime": "^0.1.0-rc.3",
55
+ "@deepseek-ai/dsh-client-ui-conversation": "^0.1.0-rc.3",
56
+ "@deepseek-ai/dsh-client-ui-primitives": "^0.1.0-rc.3",
57
+ "@deepseek-ai/dsh-client-ui-slots": "^0.1.0-rc.3",
58
+ "@deepseek-ai/dsh-invariants": "^0.1.0-rc.3",
59
+ "@deepseek-ai/dsh-session": "^0.1.0-rc.3",
60
+ "@deepseek-ai/dsh-tool-workflow": "^0.1.0-rc.3",
61
+ "@deepseek-ai/dsh-workflow": "^0.1.0-rc.3",
62
+ "@deepseek-ai/cordis": "^4.0.1"
63
63
  },
64
64
  "devDependencies": {
65
65
  "@types/react": "~18.3.1",
66
- "@deepseek-ai/dsh-client-locale": "^0.1.0-rc.2",
67
- "@deepseek-ai/dsh-client-runtime": "^0.1.0-rc.2",
68
- "@deepseek-ai/dsh-client-ui-primitives": "^0.1.0-rc.2",
69
- "@deepseek-ai/dsh-client-ui-conversation": "^0.1.0-rc.2",
70
- "@deepseek-ai/dsh-client-ui-slots": "^0.1.0-rc.2",
71
- "@deepseek-ai/dsh-client-test-runtime": "^0.1.0-rc.2",
72
- "@deepseek-ai/dsh-session": "^0.1.0-rc.2",
73
- "@deepseek-ai/dsh-invariants": "^0.1.0-rc.2",
74
- "@deepseek-ai/dsh-tool-workflow": "^0.1.0-rc.2",
75
- "@deepseek-ai/dsh-workflow": "^0.1.0-rc.2",
76
- "@deepseek-ai/cordis": "^4.0.1"
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-locale": "^0.1.0-rc.3",
69
+ "@deepseek-ai/dsh-client-ui-conversation": "^0.1.0-rc.3",
70
+ "@deepseek-ai/dsh-client-ui-slots": "^0.1.0-rc.3",
71
+ "@deepseek-ai/dsh-client-ui-primitives": "^0.1.0-rc.3",
72
+ "@deepseek-ai/dsh-invariants": "^0.1.0-rc.3",
73
+ "@deepseek-ai/dsh-session": "^0.1.0-rc.3",
74
+ "@deepseek-ai/cordis": "^4.0.1",
75
+ "@deepseek-ai/dsh-tool-workflow": "^0.1.0-rc.3",
76
+ "@deepseek-ai/dsh-workflow": "^0.1.0-rc.3"
77
77
  },
78
78
  "scripts": {
79
79
  "bundle": "tsdown",