@monotykamary/dsh-client-ui-skill 0.1.8 → 0.1.9
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/README.i18n.yaml +1 -1
- package/lib/client.js +18 -18
- package/package.json +27 -27
- package/LICENSE +0 -21
package/README.i18n.yaml
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Bilingual-pair consistency record (docs/i18n/README.md): the git blob hash of each
|
|
2
2
|
# side as of the last confirmed-consistent state. Both languages carry equal authority;
|
|
3
3
|
# after editing either side, bring the other along and re-record with:
|
|
4
|
-
#
|
|
4
|
+
# bun run verify-translation-pairing --write packages/client/ui-skill/README.md
|
|
5
5
|
README.md: 5ca3ff05e3935fc1013d786ddf081c2e8474cb52
|
|
6
6
|
README.zh.md: 30d56aa714ab93fb8c63512cd934851476ada910
|
package/lib/client.js
CHANGED
|
@@ -7,8 +7,8 @@ window.__ModuleLoader__.load({
|
|
|
7
7
|
let react_jsx_runtime = require("react/jsx-runtime");
|
|
8
8
|
let react = require("react");
|
|
9
9
|
let _monotykamary_dsh_client_ui_primitives = require("@monotykamary/dsh-client-ui-primitives");
|
|
10
|
-
//#region \0dsh-css:/
|
|
11
|
-
const css = ".
|
|
10
|
+
//#region \0dsh-css:/Users/monotykamary/VCS/working-remote/open-source/deepseek-harness/packages/client/ui-skill/src/client/SkillRow.module.css.mjs
|
|
11
|
+
const css = ".HXy9aG_card{flex-direction:column;display:flex}.HXy9aG_row{align-items:center;min-width:0;height:24px;display:flex}.HXy9aG_row[data-expandable]{cursor:pointer}.HXy9aG_card[data-state=running] .HXy9aG_row .HXy9aG_title,.HXy9aG_card[data-state=running] .HXy9aG_row .HXy9aG_summary{position:relative;overflow:hidden}.HXy9aG_leading{width:16px;height:16px;color:var(--dsw-alias-label-tertiary);flex:none;justify-content:center;align-items:center;margin-right:6px;display:inline-flex;position:relative}.HXy9aG_chevron{color:var(--dsw-alias-label-secondary)}.HXy9aG_iconIdle{opacity:1;transition:opacity .1s;display:inline-flex}.HXy9aG_chevronHover{opacity:0;margin:auto;transition:opacity .1s;position:absolute;inset:0}.HXy9aG_row:hover .HXy9aG_iconIdle{opacity:0}.HXy9aG_row:hover .HXy9aG_chevronHover{opacity:1}.HXy9aG_title{color:var(--dsw-alias-label-secondary);flex:none;font-size:14px;line-height:24px}.HXy9aG_separator{background:var(--dsw-alias-label-caption);border-radius:1px;flex:none;width:2px;height:2px;margin:0 8px}.HXy9aG_summary{text-overflow:ellipsis;white-space:nowrap;min-width:0;color:var(--dsw-alias-label-tertiary);flex:auto;font-size:14px;line-height:24px;overflow:hidden}.HXy9aG_errorSummary{color:var(--dsw-alias-state-error-primary)}.HXy9aG_bodyWrap{flex-direction:column;display:flex}.HXy9aG_instructionsCard{border:1px solid var(--dsw-alias-border-l1);background:var(--dsw-alias-markdown-code-block);border-radius:12px;flex-direction:column;max-height:260px;margin:4px 0 4px 4px;display:flex;overflow:hidden}.HXy9aG_instructionsHeader{border-bottom:1px solid var(--dsw-alias-border-l2);background:var(--dsw-alias-markdown-code-block-banner);color:var(--dsw-alias-label-caption);text-transform:uppercase;letter-spacing:.04em;flex:none;padding:8px 12px;font-size:11px;font-weight:500;line-height:16px}.HXy9aG_instructions{white-space:pre-wrap;overflow-wrap:anywhere;min-height:0;font:var(--dsw-font-markdown-code-block-small);color:var(--dsw-alias-label-secondary);margin:0;padding:10px 12px 12px;overflow:auto}.HXy9aG_instructions[data-error]{color:var(--dsw-alias-state-error-primary)}.HXy9aG_instructions::-webkit-scrollbar-thumb{background-clip:padding-box;border:2px solid #0000;border-radius:6px}.HXy9aG_instructions::-webkit-scrollbar-track{margin:6px 0}.HXy9aG_inspectButton{border:1px solid var(--dsw-alias-border-l2);background:var(--dsw-alias-bg-base);color:var(--dsw-alias-label-secondary);cursor:pointer;opacity:0;border-radius:999px;align-self:flex-start;align-items:center;gap:4px;margin:4px 0 2px 4px;padding:2px 8px;font-size:11px;line-height:16px;transition:opacity .1s;display:inline-flex}.HXy9aG_card:hover .HXy9aG_inspectButton,.HXy9aG_inspectButton:focus-visible{opacity:1}.HXy9aG_inspectButton:hover{background:var(--dsw-alias-interactive-bg-hover-solid);color:var(--dsw-alias-label-primary)}.HXy9aG_visuallyHidden{clip:rect(0 0 0 0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}@media (prefers-reduced-motion:reduce){.HXy9aG_iconIdle,.HXy9aG_chevronHover,.HXy9aG_inspectButton{transition:none}}";
|
|
12
12
|
const tagId = "@monotykamary/dsh-client-ui-skill/SkillRow.module.css";
|
|
13
13
|
if (typeof document !== "undefined" && document.querySelector("style[data-plugin-css=" + JSON.stringify(tagId) + "]") === null) {
|
|
14
14
|
const tag = document.createElement("style");
|
|
@@ -18,22 +18,22 @@ window.__ModuleLoader__.load({
|
|
|
18
18
|
document.head.appendChild(tag);
|
|
19
19
|
}
|
|
20
20
|
var SkillRow_module_css_default = {
|
|
21
|
-
"bodyWrap": "
|
|
22
|
-
"card": "
|
|
23
|
-
"chevron": "
|
|
24
|
-
"chevronHover": "
|
|
25
|
-
"errorSummary": "
|
|
26
|
-
"iconIdle": "
|
|
27
|
-
"inspectButton": "
|
|
28
|
-
"instructions": "
|
|
29
|
-
"instructionsCard": "
|
|
30
|
-
"instructionsHeader": "
|
|
31
|
-
"leading": "
|
|
32
|
-
"row": "
|
|
33
|
-
"separator": "
|
|
34
|
-
"summary": "
|
|
35
|
-
"title": "
|
|
36
|
-
"visuallyHidden": "
|
|
21
|
+
"bodyWrap": "HXy9aG_bodyWrap",
|
|
22
|
+
"card": "HXy9aG_card",
|
|
23
|
+
"chevron": "HXy9aG_chevron",
|
|
24
|
+
"chevronHover": "HXy9aG_chevronHover",
|
|
25
|
+
"errorSummary": "HXy9aG_errorSummary",
|
|
26
|
+
"iconIdle": "HXy9aG_iconIdle",
|
|
27
|
+
"inspectButton": "HXy9aG_inspectButton",
|
|
28
|
+
"instructions": "HXy9aG_instructions",
|
|
29
|
+
"instructionsCard": "HXy9aG_instructionsCard",
|
|
30
|
+
"instructionsHeader": "HXy9aG_instructionsHeader",
|
|
31
|
+
"leading": "HXy9aG_leading",
|
|
32
|
+
"row": "HXy9aG_row",
|
|
33
|
+
"separator": "HXy9aG_separator",
|
|
34
|
+
"summary": "HXy9aG_summary",
|
|
35
|
+
"title": "HXy9aG_title",
|
|
36
|
+
"visuallyHidden": "HXy9aG_visuallyHidden"
|
|
37
37
|
};
|
|
38
38
|
//#endregion
|
|
39
39
|
//#region lib/types/client/SkillRow.js
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@monotykamary/dsh-client-ui-skill",
|
|
3
3
|
"description": "Web skill references and the dedicated skill tool row",
|
|
4
|
-
"version": "0.1.
|
|
4
|
+
"version": "0.1.9",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
7
7
|
},
|
|
@@ -41,42 +41,42 @@
|
|
|
41
41
|
"platform": "web"
|
|
42
42
|
}
|
|
43
43
|
},
|
|
44
|
+
"scripts": {
|
|
45
|
+
"bundle": "tsdown",
|
|
46
|
+
"watch": "tsdown --watch"
|
|
47
|
+
},
|
|
44
48
|
"license": "MIT",
|
|
45
49
|
"peerDependencies": {
|
|
46
|
-
"@monotykamary/dsh-api-remotes": "^0.1.
|
|
47
|
-
"@monotykamary/dsh-client-connection": "^0.1.
|
|
48
|
-
"@monotykamary/dsh-client-
|
|
49
|
-
"@monotykamary/dsh-client-
|
|
50
|
-
"@monotykamary/dsh-client-ui-
|
|
51
|
-
"@monotykamary/dsh-
|
|
52
|
-
"@monotykamary/
|
|
53
|
-
"@monotykamary/
|
|
50
|
+
"@monotykamary/dsh-api-remotes": "^0.1.9",
|
|
51
|
+
"@monotykamary/dsh-client-connection": "^0.1.9",
|
|
52
|
+
"@monotykamary/dsh-client-locale": "^0.1.9",
|
|
53
|
+
"@monotykamary/dsh-client-runtime": "^0.1.9",
|
|
54
|
+
"@monotykamary/dsh-client-ui-input-trigger": "^0.1.9",
|
|
55
|
+
"@monotykamary/dsh-client-ui-tool": "^0.1.9",
|
|
56
|
+
"@monotykamary/dsh-invariants": "^0.1.9",
|
|
57
|
+
"@monotykamary/cordis": "^4.0.1"
|
|
54
58
|
},
|
|
55
59
|
"devDependencies": {
|
|
60
|
+
"@monotykamary/dsh-api-remotes": "^0.1.9",
|
|
61
|
+
"@monotykamary/dsh-client-connection": "^0.1.9",
|
|
62
|
+
"@monotykamary/dsh-client-locale": "^0.1.9",
|
|
63
|
+
"@monotykamary/dsh-client-runtime": "^0.1.9",
|
|
64
|
+
"@monotykamary/dsh-client-test-runtime": "^0.1.9",
|
|
65
|
+
"@monotykamary/dsh-client-ui-primitives": "^0.1.9",
|
|
66
|
+
"@monotykamary/dsh-client-ui-input-trigger": "^0.1.9",
|
|
67
|
+
"@monotykamary/dsh-client-ui-slots": "^0.1.9",
|
|
68
|
+
"@monotykamary/dsh-client-ui-tool": "^0.1.9",
|
|
69
|
+
"@monotykamary/dsh-invariants": "^0.1.9",
|
|
56
70
|
"@testing-library/react": "^16.1.0",
|
|
57
71
|
"@types/react": "~18.3.1",
|
|
72
|
+
"@monotykamary/cordis": "^4.0.1",
|
|
58
73
|
"react": "^18.2.0",
|
|
59
|
-
"react-dom": "^18.2.0"
|
|
60
|
-
"@monotykamary/dsh-client-locale": "^0.1.8",
|
|
61
|
-
"@monotykamary/dsh-client-connection": "^0.1.8",
|
|
62
|
-
"@monotykamary/dsh-client-runtime": "^0.1.8",
|
|
63
|
-
"@monotykamary/dsh-api-remotes": "^0.1.8",
|
|
64
|
-
"@monotykamary/dsh-client-ui-primitives": "^0.1.8",
|
|
65
|
-
"@monotykamary/dsh-client-test-runtime": "^0.1.8",
|
|
66
|
-
"@monotykamary/dsh-client-ui-input-trigger": "^0.1.8",
|
|
67
|
-
"@monotykamary/dsh-client-ui-slots": "^0.1.8",
|
|
68
|
-
"@monotykamary/dsh-client-ui-tool": "^0.1.8",
|
|
69
|
-
"@monotykamary/dsh-invariants": "^0.1.8",
|
|
70
|
-
"@monotykamary/cordis": "^4.0.1"
|
|
74
|
+
"react-dom": "^18.2.0"
|
|
71
75
|
},
|
|
72
76
|
"files": [
|
|
73
77
|
"lib/index.js",
|
|
74
78
|
"lib/invariant.js",
|
|
75
79
|
"lib/client.js",
|
|
76
80
|
"lib/types/**/*.d.ts"
|
|
77
|
-
]
|
|
78
|
-
|
|
79
|
-
"bundle": "tsdown",
|
|
80
|
-
"watch": "tsdown --watch"
|
|
81
|
-
}
|
|
82
|
-
}
|
|
81
|
+
]
|
|
82
|
+
}
|
package/LICENSE
DELETED
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
MIT License
|
|
2
|
-
|
|
3
|
-
Copyright (c) 2026 DeepSeek
|
|
4
|
-
|
|
5
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
-
in the Software without restriction, including without limitation the rights
|
|
8
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
-
furnished to do so, subject to the following conditions:
|
|
11
|
-
|
|
12
|
-
The above copyright notice and this permission notice shall be included in all
|
|
13
|
-
copies or substantial portions of the Software.
|
|
14
|
-
|
|
15
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
-
SOFTWARE.
|