@ddtcorex/dsh-maestro-config 0.1.2 → 0.2.0
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.
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Maestro Settings — DSH-native redesign.
|
|
3
|
+
* Reuses DeepSeek Harness design tokens & primitive geometry maximally:
|
|
4
|
+
* - --dsw-alias-* color family (no hard-coded hex except QR tile #fff)
|
|
5
|
+
* - Button variants primary/ghost/outline (h36 capsule / h28 small) — same as @deepseek-ai/dsh-client-ui-primitives/Button
|
|
6
|
+
* - Input atom (h32, radius 8, bg-layer-1, focus border brand) — same as primitives/Input
|
|
7
|
+
* - DisclosureRow (24px row, 14px glyph, chevron hover) — same as primitives/DisclosureRow
|
|
8
|
+
* - Panel chroma: inner cards use bg-layer-2 / border-l2 / radius 12 / shadow lv3 where needed
|
|
9
|
+
*/
|
|
10
|
+
export declare function MaestroSettingsTab({ rpcCall, configRpcCall }: {
|
|
11
|
+
rpcCall: any;
|
|
12
|
+
configRpcCall?: any;
|
|
13
|
+
}): import("react").DetailedReactHTMLElement<{
|
|
14
|
+
'data-maestro-settings-card': string;
|
|
15
|
+
style: {
|
|
16
|
+
display: "flex";
|
|
17
|
+
flexDirection: "column";
|
|
18
|
+
gap: number;
|
|
19
|
+
width: string;
|
|
20
|
+
maxWidth: number;
|
|
21
|
+
minWidth: number;
|
|
22
|
+
boxSizing: any;
|
|
23
|
+
};
|
|
24
|
+
}, HTMLElement>;
|
|
25
|
+
//# sourceMappingURL=MaestroSettings.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"MaestroSettings.d.ts","sourceRoot":"","sources":["../../../src/client/MaestroSettings.tsx"],"names":[],"mappings":"AACA;;;;;;;;GAQG;AA0hCH,wBAAgB,kBAAkB,CAAC,EAAE,OAAO,EAAE,aAAa,EAAE,EAAE;IAAE,OAAO,EAAE,GAAG,CAAC;IAAC,aAAa,CAAC,EAAE,GAAG,CAAA;CAAE;;;;;;;;;mBAsYmE,GAAG;;gBAazK"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ddtcorex/dsh-maestro-config",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.2.0",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Maestro Config — shared settings service for the dsh-maestro-* suite over the single namespaced store (~/.dsh/maestro/settings.json)",
|
|
6
6
|
"type": "module",
|