@mastra/playground-ui 22.1.2 → 22.1.3-alpha.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.
|
@@ -1,8 +1,7 @@
|
|
|
1
|
-
import { LinkComponent } from '../../types/link-component';
|
|
2
1
|
export interface DataKeysAndValuesValueLinkProps {
|
|
3
2
|
className?: string;
|
|
4
3
|
children: React.ReactNode;
|
|
5
4
|
href: string;
|
|
6
|
-
|
|
5
|
+
as?: React.ElementType;
|
|
7
6
|
}
|
|
8
|
-
export declare function DataKeysAndValuesValueLink({ className, children, href,
|
|
7
|
+
export declare function DataKeysAndValuesValueLink({ className, children, href, as }: DataKeysAndValuesValueLinkProps): import("react/jsx-runtime").JSX.Element;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mastra/playground-ui",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "22.1.
|
|
4
|
+
"version": "22.1.3-alpha.0",
|
|
5
5
|
"description": "Mastra Playground components",
|
|
6
6
|
"main": "dist/index.umd.js",
|
|
7
7
|
"module": "dist/index.es.js",
|
|
@@ -97,8 +97,8 @@
|
|
|
97
97
|
"lucide-react": "^0.474.0",
|
|
98
98
|
"react": ">=19.0.0",
|
|
99
99
|
"tailwindcss": "^4.0.0",
|
|
100
|
-
"@mastra/client-js": "^1.13.
|
|
101
|
-
"@mastra/react": "0.2.
|
|
100
|
+
"@mastra/client-js": "^1.13.5-alpha.0",
|
|
101
|
+
"@mastra/react": "0.2.27-alpha.0"
|
|
102
102
|
},
|
|
103
103
|
"devDependencies": {
|
|
104
104
|
"@storybook/addon-docs": "^9.1.20",
|
|
@@ -128,10 +128,10 @@
|
|
|
128
128
|
"vite-plugin-dts": "^4.5.4",
|
|
129
129
|
"vite-plugin-lib-inject-css": "^2.2.2",
|
|
130
130
|
"vitest": "4.0.18",
|
|
131
|
+
"@mastra/client-js": "^1.13.5-alpha.0",
|
|
131
132
|
"@internal/lint": "0.0.83",
|
|
132
|
-
"@mastra/
|
|
133
|
-
"@mastra/
|
|
134
|
-
"@mastra/react": "0.2.26"
|
|
133
|
+
"@mastra/core": "1.25.1-alpha.0",
|
|
134
|
+
"@mastra/react": "0.2.27-alpha.0"
|
|
135
135
|
},
|
|
136
136
|
"homepage": "https://mastra.ai",
|
|
137
137
|
"repository": {
|