@tanstack/cta-framework-react-cra 0.34.15 → 0.34.16
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.
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
<svg width="32" height="32" viewBox="0 0
|
|
2
|
-
<
|
|
3
|
-
<path d="
|
|
4
|
-
<path opacity="0.6" d="M24.8928 2.697C25.3926 3.0318 25.4353 3.73609 25.0099 4.16149L21.356 7.81544C21.0258 8.14569 20.5134 8.19785 20.0978 7.98491C18.8687 7.35525 17.4758 7 15.9999 7C11.0294 7 6.99997 11.0294 6.99997 16C6.99997 17.4759 7.35522 18.8688 7.98488 20.0979C8.19782 20.5136 8.14565 21.0259 7.81541 21.3561L4.16147 25.0101C3.73607 25.4355 3.03178 25.3927 2.69698 24.8929C0.993522 22.3497 0 19.2909 0 16C0 7.16344 7.16341 0 15.9999 0C19.2908 0 22.3496 0.993529 24.8928 2.697Z" fill="#9785FF" style="fill:#9785FF;fill:color(display-p3 0.5922 0.5216 1.0000);fill-opacity:1;"/>
|
|
1
|
+
<svg width="32" height="32" viewBox="0 0 242 242" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M1 120.999C1 125.559 2.2 130.119 4.52 134.039L46.5999 206.919C50.9199 214.359 57.4799 220.44 65.6399 223.16C81.7199 228.52 98.3599 221.64 106.28 207.88L116.44 190.279L76.3599 120.999L128.84 30.04C131.88 24.76 135.96 20.44 140.76 17H75.4799C64.0399 17 53.4799 23.08 47.7999 33L4.52 107.96C2.2 111.88 1 116.439 1 120.999Z" fill="#FFFFFF"/>
|
|
3
|
+
<path d="M241 120.999C241 116.439 239.8 111.879 237.48 107.959L194.84 34.1192C186.92 20.4392 170.28 13.5592 154.2 18.8392C146.04 21.5592 139.48 27.6392 135.16 35.0792L125.56 51.6392L165.64 120.999L113.16 211.958C110.12 217.158 106.04 221.558 101.24 224.998H166.52C177.96 224.998 188.52 218.918 194.2 208.998L237.48 134.039C239.8 130.119 241 125.559 241 120.999Z" fill="#FFFFFF"/>
|
|
5
4
|
</svg>
|
package/dist/checksum.js
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
// This file is auto-generated. Do not edit manually.
|
|
2
2
|
// Generated from add-ons, examples, hosts, project, and toolchains directories
|
|
3
|
-
export const contentChecksum = '
|
|
3
|
+
export const contentChecksum = 'e38819db387988a9b4668e428b3622f34968b38be60bded5fa0c739030a03d34';
|
package/dist/types/checksum.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const contentChecksum = "
|
|
1
|
+
export declare const contentChecksum = "e38819db387988a9b4668e428b3622f34968b38be60bded5fa0c739030a03d34";
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
import {
|
|
2
|
-
//import {
|
|
1
|
+
import { tool } from 'ai'
|
|
2
|
+
// import { experimental_createMCPClient } from '@ai-sdk/mcp'
|
|
3
|
+
// import { StdioClientTransport } from "@modelcontextprotocol/sdk/client/stdio.js";
|
|
3
4
|
import { z } from 'zod'
|
|
4
5
|
|
|
5
6
|
import guitars from '../data/example-guitars'
|
|
@@ -44,7 +45,7 @@ const recommendGuitar = tool({
|
|
|
44
45
|
})
|
|
45
46
|
|
|
46
47
|
export default async function getTools() {
|
|
47
|
-
// const mcpTools = await
|
|
48
|
+
// const mcpTools = await mcpClient.tools()
|
|
48
49
|
return {
|
|
49
50
|
// ...mcpTools,
|
|
50
51
|
getGuitars,
|
package/package.json
CHANGED
package/src/checksum.ts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
// This file is auto-generated. Do not edit manually.
|
|
2
2
|
// Generated from add-ons, examples, hosts, project, and toolchains directories
|
|
3
|
-
export const contentChecksum = '
|
|
3
|
+
export const contentChecksum = 'e38819db387988a9b4668e428b3622f34968b38be60bded5fa0c739030a03d34'
|