@mcp-use/inspector 7.0.0-canary.19 → 7.0.0-canary.21
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/dist/cdn/inspector.js +17561 -17408
- package/dist/client/components/chat/AssistantMessage.d.ts.map +1 -1
- package/dist/client/components/chat/CopyButton.d.ts +10 -0
- package/dist/client/components/chat/CopyButton.d.ts.map +1 -0
- package/dist/client/components/chat/UserMessage.d.ts.map +1 -1
- package/dist/client/index.js +140 -133
- package/dist/web/assets/{index-B-zLLT7Z.js → index-53RzvJuE.js} +117 -117
- package/dist/web/index.html +2 -2
- package/package.json +2 -2
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AssistantMessage.d.ts","sourceRoot":"","sources":["../../../../src/client/components/chat/AssistantMessage.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"AssistantMessage.d.ts","sourceRoot":"","sources":["../../../../src/client/components/chat/AssistantMessage.tsx"],"names":[],"mappings":"AAGA,UAAU,qBAAqB;IAC7B,OAAO,EAAE,MAAM,CAAC;IAChB,SAAS,CAAC,EAAE,IAAI,GAAG,MAAM,CAAC;IAC1B,kEAAkE;IAClE,YAAY,CAAC,EAAE,OAAO,CAAC;CACxB;AAED,wBAAgB,gBAAgB,CAAC,EAC/B,OAAO,EACP,SAAS,EACT,YAAY,EAAE,CAAC,GAChB,EAAE,qBAAqB,kDAgCvB"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Button that copies the provided text to the clipboard and shows a brief visual confirmation.
|
|
3
|
+
*
|
|
4
|
+
* @param text - The string content to copy when the button is clicked.
|
|
5
|
+
* @returns A button element that copies `text` to the clipboard and displays a check icon for two seconds after a successful copy.
|
|
6
|
+
*/
|
|
7
|
+
export declare function CopyButton({ text }: {
|
|
8
|
+
text: string;
|
|
9
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
10
|
+
//# sourceMappingURL=CopyButton.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CopyButton.d.ts","sourceRoot":"","sources":["../../../../src/client/components/chat/CopyButton.tsx"],"names":[],"mappings":"AAIA;;;;;GAKG;AACH,wBAAgB,UAAU,CAAC,EAAE,IAAI,EAAE,EAAE;IAAE,IAAI,EAAE,MAAM,CAAA;CAAE,2CAuBpD"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"UserMessage.d.ts","sourceRoot":"","sources":["../../../../src/client/components/chat/UserMessage.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"UserMessage.d.ts","sourceRoot":"","sources":["../../../../src/client/components/chat/UserMessage.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,SAAS,CAAC;AAEjD,UAAU,gBAAgB;IACxB,OAAO,EAAE,MAAM,CAAC;IAChB,SAAS,CAAC,EAAE,IAAI,GAAG,MAAM,CAAC;IAC1B,WAAW,CAAC,EAAE,iBAAiB,EAAE,CAAC;CACnC;AAED,wBAAgB,WAAW,CAAC,EAC1B,OAAO,EACP,SAAS,EACT,WAAW,GACZ,EAAE,gBAAgB,kDAwDlB"}
|