@deepseek-ai/dsh-client-ui-message-feedback 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.
- package/lib/client.js +5 -5
- package/package.json +24 -24
package/lib/client.js
CHANGED
|
@@ -335,13 +335,13 @@ window.__ModuleLoader__.load({
|
|
|
335
335
|
document.head.appendChild(tag);
|
|
336
336
|
}
|
|
337
337
|
var MessageFeedbackActions_module_css_default = {
|
|
338
|
-
"failure": "_8_XoUG_failure",
|
|
339
338
|
"noteSave": "_8_XoUG_noteSave",
|
|
340
|
-
"noteEditor": "_8_XoUG_noteEditor",
|
|
341
|
-
"noteOpen": "_8_XoUG_noteOpen",
|
|
342
|
-
"action": "_8_XoUG_action",
|
|
343
339
|
"noteInput": "_8_XoUG_noteInput",
|
|
344
|
-
"noteCancel": "_8_XoUG_noteCancel"
|
|
340
|
+
"noteCancel": "_8_XoUG_noteCancel",
|
|
341
|
+
"action": "_8_XoUG_action",
|
|
342
|
+
"noteOpen": "_8_XoUG_noteOpen",
|
|
343
|
+
"failure": "_8_XoUG_failure",
|
|
344
|
+
"noteEditor": "_8_XoUG_noteEditor"
|
|
345
345
|
};
|
|
346
346
|
//#endregion
|
|
347
347
|
//#region lib/types/client/MessageFeedbackActions.js
|
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@deepseek-ai/dsh-client-ui-message-feedback",
|
|
3
3
|
"description": "Per-message feedback controls contributed to the assistant-message action strip, backed by the messageFeedback Host Remote",
|
|
4
|
-
"version": "0.1.0-rc.
|
|
4
|
+
"version": "0.1.0-rc.6",
|
|
5
5
|
"publishConfig": {
|
|
6
|
-
"access": "
|
|
6
|
+
"access": "public"
|
|
7
7
|
},
|
|
8
8
|
"repository": {
|
|
9
9
|
"type": "git",
|
|
@@ -43,34 +43,34 @@
|
|
|
43
43
|
"license": "MIT",
|
|
44
44
|
"peerDependencies": {
|
|
45
45
|
"react": "^18.2.0",
|
|
46
|
-
"@deepseek-ai/dsh-api-remotes": "^0.1.0-rc.
|
|
47
|
-
"@deepseek-ai/dsh-client-connection": "^0.1.0-rc.
|
|
48
|
-
"@deepseek-ai/dsh-client-locale": "^0.1.0-rc.
|
|
49
|
-
"@deepseek-ai/dsh-client-ui-
|
|
50
|
-
"@deepseek-ai/dsh-client-
|
|
51
|
-
"@deepseek-ai/dsh-client-ui-
|
|
52
|
-
"@deepseek-ai/dsh-
|
|
53
|
-
"@deepseek-ai/dsh-
|
|
54
|
-
"@deepseek-ai/
|
|
55
|
-
"@deepseek-ai/dsh-invariants": "^0.1.0-rc.
|
|
56
|
-
"@deepseek-ai/
|
|
46
|
+
"@deepseek-ai/dsh-api-remotes": "^0.1.0-rc.6",
|
|
47
|
+
"@deepseek-ai/dsh-client-connection": "^0.1.0-rc.6",
|
|
48
|
+
"@deepseek-ai/dsh-client-locale": "^0.1.0-rc.6",
|
|
49
|
+
"@deepseek-ai/dsh-client-ui-primitives": "^0.1.0-rc.6",
|
|
50
|
+
"@deepseek-ai/dsh-client-ui-slots": "^0.1.0-rc.6",
|
|
51
|
+
"@deepseek-ai/dsh-client-ui-conversation": "^0.1.0-rc.6",
|
|
52
|
+
"@deepseek-ai/dsh-message-feedback": "^0.1.0-rc.6",
|
|
53
|
+
"@deepseek-ai/dsh-typert-protocol": "^0.1.0-rc.6",
|
|
54
|
+
"@deepseek-ai/cordis": "^4.0.1",
|
|
55
|
+
"@deepseek-ai/dsh-invariants": "^0.1.0-rc.6",
|
|
56
|
+
"@deepseek-ai/dsh-client-runtime": "^0.1.0-rc.6"
|
|
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.
|
|
64
|
-
"@deepseek-ai/dsh-client-connection": "^0.1.0-rc.
|
|
65
|
-
"@deepseek-ai/dsh-client-
|
|
66
|
-
"@deepseek-ai/dsh-client-
|
|
67
|
-
"@deepseek-ai/dsh-client-test-runtime": "^0.1.0-rc.
|
|
68
|
-
"@deepseek-ai/dsh-client-ui-conversation": "^0.1.0-rc.
|
|
69
|
-
"@deepseek-ai/dsh-client-ui-
|
|
70
|
-
"@deepseek-ai/dsh-client-ui-
|
|
71
|
-
"@deepseek-ai/dsh-invariants": "^0.1.0-rc.
|
|
72
|
-
"@deepseek-ai/dsh-message-feedback": "^0.1.0-rc.
|
|
73
|
-
"@deepseek-ai/dsh-typert-protocol": "^0.1.0-rc.
|
|
63
|
+
"@deepseek-ai/dsh-api-remotes": "^0.1.0-rc.6",
|
|
64
|
+
"@deepseek-ai/dsh-client-connection": "^0.1.0-rc.6",
|
|
65
|
+
"@deepseek-ai/dsh-client-runtime": "^0.1.0-rc.6",
|
|
66
|
+
"@deepseek-ai/dsh-client-locale": "^0.1.0-rc.6",
|
|
67
|
+
"@deepseek-ai/dsh-client-test-runtime": "^0.1.0-rc.6",
|
|
68
|
+
"@deepseek-ai/dsh-client-ui-conversation": "^0.1.0-rc.6",
|
|
69
|
+
"@deepseek-ai/dsh-client-ui-primitives": "^0.1.0-rc.6",
|
|
70
|
+
"@deepseek-ai/dsh-client-ui-slots": "^0.1.0-rc.6",
|
|
71
|
+
"@deepseek-ai/dsh-invariants": "^0.1.0-rc.6",
|
|
72
|
+
"@deepseek-ai/dsh-message-feedback": "^0.1.0-rc.6",
|
|
73
|
+
"@deepseek-ai/dsh-typert-protocol": "^0.1.0-rc.6",
|
|
74
74
|
"@deepseek-ai/cordis": "^4.0.1"
|
|
75
75
|
},
|
|
76
76
|
"files": [
|