@sparkelf/dsh-plugin-dataops 0.2.0-rc.3 → 0.2.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 +17 -17
- package/package.json +28 -28
package/lib/client.js
CHANGED
|
@@ -195,8 +195,8 @@ window.__ModuleLoader__.load({
|
|
|
195
195
|
});
|
|
196
196
|
}
|
|
197
197
|
//#endregion
|
|
198
|
-
//#region \0dsh-css:/
|
|
199
|
-
const css = "
|
|
198
|
+
//#region \0dsh-css:/root/projects/deepseek-harness-plus/packages/plus/dataops/src/client/DataOpsSection.module.css.mjs
|
|
199
|
+
const css = ".bkdB6a_section{max-width:720px;color:var(--dsw-alias-label-primary);flex-direction:column;gap:12px;display:flex}.bkdB6a_title{margin:0;font-size:16px;font-weight:500;line-height:24px}.bkdB6a_body{flex-direction:column;gap:14px;display:flex}.bkdB6a_confirmCopy{color:var(--dsw-alias-label-tertiary);margin:0;font-size:14px;line-height:22px}.bkdB6a_statusRow,.bkdB6a_accountRow,.bkdB6a_actions,.bkdB6a_confirmActions{align-items:center;display:flex}.bkdB6a_statusRow{gap:8px;min-height:24px}.bkdB6a_statusLabel{min-width:0;font-size:14px;font-weight:500;line-height:22px}.bkdB6a_accountRow{background:var(--dsw-alias-interactive-bg-hover);border-radius:8px;gap:12px;padding:12px}.bkdB6a_avatar{corner-shape:round;background:var(--dsw-alias-interactive-bg-hover-solid);width:40px;height:40px;color:var(--dsw-alias-label-primary);border-radius:50%;flex:0 0 40px;place-items:center;font-size:14px;font-weight:600;display:grid}.bkdB6a_accountCopy{flex-direction:column;gap:1px;min-width:0;display:flex}.bkdB6a_accountCopy strong{text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:500;line-height:22px;overflow:hidden}.bkdB6a_accountCopy span{color:var(--dsw-alias-label-tertiary);text-overflow:ellipsis;white-space:nowrap;font-size:12px;line-height:18px;overflow:hidden}.bkdB6a_actions,.bkdB6a_confirmActions{flex-wrap:wrap;gap:8px}.bkdB6a_confirmBox{border:1px solid var(--dsw-alias-border-l2);background:var(--dsw-alias-interactive-bg-hover);border-radius:8px;flex-direction:column;gap:10px;padding:12px;display:flex}.bkdB6a_confirmTitle{margin:0;font-size:14px;font-weight:500;line-height:22px}.bkdB6a_hint{color:var(--dsw-alias-label-tertiary);margin:0;font-size:12px;line-height:18px}.bkdB6a_error{color:var(--dsw-alias-state-error-primary);margin:0;font-size:12px;line-height:18px}@media (width<=560px){.bkdB6a_actions>button,.bkdB6a_confirmActions>button{flex:auto}}";
|
|
200
200
|
const tagId = "@sparkelf/dsh-plugin-dataops/DataOpsSection.module.css";
|
|
201
201
|
if (typeof document !== "undefined" && document.querySelector("style[data-plugin-css=" + JSON.stringify(tagId) + "]") === null) {
|
|
202
202
|
const tag = document.createElement("style");
|
|
@@ -206,21 +206,21 @@ window.__ModuleLoader__.load({
|
|
|
206
206
|
document.head.appendChild(tag);
|
|
207
207
|
}
|
|
208
208
|
var DataOpsSection_module_css_default = {
|
|
209
|
-
"accountCopy": "
|
|
210
|
-
"accountRow": "
|
|
211
|
-
"actions": "
|
|
212
|
-
"avatar": "
|
|
213
|
-
"body": "
|
|
214
|
-
"confirmActions": "
|
|
215
|
-
"confirmBox": "
|
|
216
|
-
"confirmCopy": "
|
|
217
|
-
"confirmTitle": "
|
|
218
|
-
"error": "
|
|
219
|
-
"hint": "
|
|
220
|
-
"section": "
|
|
221
|
-
"statusLabel": "
|
|
222
|
-
"statusRow": "
|
|
223
|
-
"title": "
|
|
209
|
+
"accountCopy": "bkdB6a_accountCopy",
|
|
210
|
+
"accountRow": "bkdB6a_accountRow",
|
|
211
|
+
"actions": "bkdB6a_actions",
|
|
212
|
+
"avatar": "bkdB6a_avatar",
|
|
213
|
+
"body": "bkdB6a_body",
|
|
214
|
+
"confirmActions": "bkdB6a_confirmActions",
|
|
215
|
+
"confirmBox": "bkdB6a_confirmBox",
|
|
216
|
+
"confirmCopy": "bkdB6a_confirmCopy",
|
|
217
|
+
"confirmTitle": "bkdB6a_confirmTitle",
|
|
218
|
+
"error": "bkdB6a_error",
|
|
219
|
+
"hint": "bkdB6a_hint",
|
|
220
|
+
"section": "bkdB6a_section",
|
|
221
|
+
"statusLabel": "bkdB6a_statusLabel",
|
|
222
|
+
"statusRow": "bkdB6a_statusRow",
|
|
223
|
+
"title": "bkdB6a_title"
|
|
224
224
|
};
|
|
225
225
|
//#endregion
|
|
226
226
|
//#region lib/types/client/DataOpsExpiryModal.js
|
package/package.json
CHANGED
|
@@ -5,21 +5,21 @@
|
|
|
5
5
|
"description": "Standalone DataOps MCP integration with delegated browser authorization and Settings UI",
|
|
6
6
|
"devDependencies": {
|
|
7
7
|
"@deepseek-ai/cordis": "^4.0.2",
|
|
8
|
-
"@deepseek-ai/dsh-api-remotes": "^0.1.
|
|
9
|
-
"@deepseek-ai/dsh-brand": "^0.1.
|
|
10
|
-
"@deepseek-ai/dsh-client-connection": "^0.1.
|
|
11
|
-
"@deepseek-ai/dsh-client-locale": "^0.1.
|
|
12
|
-
"@deepseek-ai/dsh-client-store": "^0.1.
|
|
13
|
-
"@deepseek-ai/dsh-client-ui-layout": "^0.1.
|
|
14
|
-
"@deepseek-ai/dsh-client-ui-primitives": "^0.1.
|
|
15
|
-
"@deepseek-ai/dsh-client-ui-renderer": "^0.1.
|
|
16
|
-
"@deepseek-ai/dsh-client-ui-settings": "^0.1.
|
|
17
|
-
"@deepseek-ai/dsh-client-ui-slots": "^0.1.
|
|
18
|
-
"@deepseek-ai/dsh-credentials": "^0.1.
|
|
19
|
-
"@deepseek-ai/dsh-host-webserver": "^0.1.
|
|
20
|
-
"@deepseek-ai/dsh-timeout": "^0.1.
|
|
21
|
-
"@deepseek-ai/dsh-tools": "^0.1.
|
|
22
|
-
"@sparkelf/dsh-plugin-mcp-credentials": "^0.2.0-rc.
|
|
8
|
+
"@deepseek-ai/dsh-api-remotes": "^0.1.6-alpha.1",
|
|
9
|
+
"@deepseek-ai/dsh-brand": "^0.1.6-alpha.1",
|
|
10
|
+
"@deepseek-ai/dsh-client-connection": "^0.1.6-alpha.1",
|
|
11
|
+
"@deepseek-ai/dsh-client-locale": "^0.1.6-alpha.1",
|
|
12
|
+
"@deepseek-ai/dsh-client-store": "^0.1.6-alpha.1",
|
|
13
|
+
"@deepseek-ai/dsh-client-ui-layout": "^0.1.6-alpha.1",
|
|
14
|
+
"@deepseek-ai/dsh-client-ui-primitives": "^0.1.6-alpha.1",
|
|
15
|
+
"@deepseek-ai/dsh-client-ui-renderer": "^0.1.6-alpha.1",
|
|
16
|
+
"@deepseek-ai/dsh-client-ui-settings": "^0.1.6-alpha.1",
|
|
17
|
+
"@deepseek-ai/dsh-client-ui-slots": "^0.1.6-alpha.1",
|
|
18
|
+
"@deepseek-ai/dsh-credentials": "^0.1.6-alpha.1",
|
|
19
|
+
"@deepseek-ai/dsh-host-webserver": "^0.1.6-alpha.1",
|
|
20
|
+
"@deepseek-ai/dsh-timeout": "^0.1.6-alpha.1",
|
|
21
|
+
"@deepseek-ai/dsh-tools": "^0.1.6-alpha.1",
|
|
22
|
+
"@sparkelf/dsh-plugin-mcp-credentials": "^0.2.0-rc.6",
|
|
23
23
|
"@types/react": "~18.3.1",
|
|
24
24
|
"react": "^18.2.0"
|
|
25
25
|
},
|
|
@@ -57,18 +57,18 @@
|
|
|
57
57
|
"name": "@sparkelf/dsh-plugin-dataops",
|
|
58
58
|
"peerDependencies": {
|
|
59
59
|
"@deepseek-ai/cordis": ">=4.0.1",
|
|
60
|
-
"@deepseek-ai/dsh-api-remotes": "
|
|
61
|
-
"@deepseek-ai/dsh-brand": "
|
|
62
|
-
"@deepseek-ai/dsh-client-connection": "
|
|
63
|
-
"@deepseek-ai/dsh-client-locale": "
|
|
64
|
-
"@deepseek-ai/dsh-client-ui-layout": "
|
|
65
|
-
"@deepseek-ai/dsh-client-ui-renderer": "
|
|
66
|
-
"@deepseek-ai/dsh-client-ui-settings": "
|
|
67
|
-
"@deepseek-ai/dsh-credentials": "
|
|
68
|
-
"@deepseek-ai/dsh-host-webserver": "
|
|
69
|
-
"@deepseek-ai/dsh-timeout": "
|
|
70
|
-
"@deepseek-ai/dsh-tools": "
|
|
71
|
-
"@sparkelf/dsh-plugin-mcp-credentials": "
|
|
60
|
+
"@deepseek-ai/dsh-api-remotes": "^0.1.6-alpha.1",
|
|
61
|
+
"@deepseek-ai/dsh-brand": "^0.1.6-alpha.1",
|
|
62
|
+
"@deepseek-ai/dsh-client-connection": "^0.1.6-alpha.1",
|
|
63
|
+
"@deepseek-ai/dsh-client-locale": "^0.1.6-alpha.1",
|
|
64
|
+
"@deepseek-ai/dsh-client-ui-layout": "^0.1.6-alpha.1",
|
|
65
|
+
"@deepseek-ai/dsh-client-ui-renderer": "^0.1.6-alpha.1",
|
|
66
|
+
"@deepseek-ai/dsh-client-ui-settings": "^0.1.6-alpha.1",
|
|
67
|
+
"@deepseek-ai/dsh-credentials": "^0.1.6-alpha.1",
|
|
68
|
+
"@deepseek-ai/dsh-host-webserver": "^0.1.6-alpha.1",
|
|
69
|
+
"@deepseek-ai/dsh-timeout": "^0.1.6-alpha.1",
|
|
70
|
+
"@deepseek-ai/dsh-tools": "^0.1.6-alpha.1",
|
|
71
|
+
"@sparkelf/dsh-plugin-mcp-credentials": "^0.2.0-rc.6"
|
|
72
72
|
},
|
|
73
73
|
"publishConfig": {
|
|
74
74
|
"access": "public"
|
|
@@ -84,5 +84,5 @@
|
|
|
84
84
|
},
|
|
85
85
|
"type": "module",
|
|
86
86
|
"types": "lib/types/index.d.ts",
|
|
87
|
-
"version": "0.2.0-rc.
|
|
87
|
+
"version": "0.2.0-rc.6"
|
|
88
88
|
}
|