@mastra/playground-ui 5.0.3 → 5.0.4-alpha.1
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/index.cjs.js +51 -9
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.d.ts +1 -22
- package/dist/index.es.js +50 -9
- package/dist/index.es.js.map +1 -1
- package/dist/{hooks → src/hooks}/use-workflows.d.ts +6 -5
- package/dist/src/index.d.ts +23 -0
- package/dist/{services → src/services}/mastra-runtime-provider.d.ts +1 -1
- package/dist/src/store/playground-store.d.ts +16 -0
- package/dist/{types.d.ts → src/types.d.ts} +1 -0
- package/dist/tokens.d.ts +1 -1
- package/package.json +3 -3
- /package/dist/{components → src/components}/assistant-ui/assistant-message.d.ts +0 -0
- /package/dist/{components → src/components}/assistant-ui/assistant-modal.d.ts +0 -0
- /package/dist/{components → src/components}/assistant-ui/attachment.d.ts +0 -0
- /package/dist/{components → src/components}/assistant-ui/markdown-text.d.ts +0 -0
- /package/dist/{components → src/components}/assistant-ui/syntax-highlighter.d.ts +0 -0
- /package/dist/{components → src/components}/assistant-ui/thread-list.d.ts +0 -0
- /package/dist/{components → src/components}/assistant-ui/thread.d.ts +0 -0
- /package/dist/{components → src/components}/assistant-ui/tool-fallback.d.ts +0 -0
- /package/dist/{components → src/components}/assistant-ui/tooltip-icon-button.d.ts +0 -0
- /package/dist/{components → src/components}/assistant-ui/user-message.d.ts +0 -0
- /package/dist/{components → src/components}/dynamic-form/index.d.ts +0 -0
- /package/dist/{components → src/components}/dynamic-form/utils.d.ts +0 -0
- /package/dist/{components → src/components}/icons/agent-icon.d.ts +0 -0
- /package/dist/{components → src/components}/icons/automation-icon.d.ts +0 -0
- /package/dist/{components → src/components}/syntax-highlighter.d.ts +0 -0
- /package/dist/{components → src/components}/threads.d.ts +0 -0
- /package/dist/{components → src/components}/ui/alert.d.ts +0 -0
- /package/dist/{components → src/components}/ui/autoform/AutoForm.d.ts +0 -0
- /package/dist/{components → src/components}/ui/autoform/components/ArrayElementWrapper.d.ts +0 -0
- /package/dist/{components → src/components}/ui/autoform/components/ArrayWrapper.d.ts +0 -0
- /package/dist/{components → src/components}/ui/autoform/components/BooleanField.d.ts +0 -0
- /package/dist/{components → src/components}/ui/autoform/components/DateField.d.ts +0 -0
- /package/dist/{components → src/components}/ui/autoform/components/ErrorMessage.d.ts +0 -0
- /package/dist/{components → src/components}/ui/autoform/components/FieldWrapper.d.ts +0 -0
- /package/dist/{components → src/components}/ui/autoform/components/Form.d.ts +0 -0
- /package/dist/{components → src/components}/ui/autoform/components/NumberField.d.ts +0 -0
- /package/dist/{components → src/components}/ui/autoform/components/ObjectWrapper.d.ts +0 -0
- /package/dist/{components → src/components}/ui/autoform/components/RecordField.d.ts +0 -0
- /package/dist/{components → src/components}/ui/autoform/components/SelectField.d.ts +0 -0
- /package/dist/{components → src/components}/ui/autoform/components/StringField.d.ts +0 -0
- /package/dist/{components → src/components}/ui/autoform/components/SubmitButton.d.ts +0 -0
- /package/dist/{components → src/components}/ui/autoform/index.d.ts +0 -0
- /package/dist/{components → src/components}/ui/autoform/types.d.ts +0 -0
- /package/dist/{components → src/components}/ui/autoform/utils.d.ts +0 -0
- /package/dist/{components → src/components}/ui/autoform/zodProvider/field-type-inference.d.ts +0 -0
- /package/dist/{components → src/components}/ui/autoform/zodProvider/index.d.ts +0 -0
- /package/dist/{components → src/components}/ui/avatar.d.ts +0 -0
- /package/dist/{components → src/components}/ui/badge.d.ts +0 -0
- /package/dist/{components → src/components}/ui/button.d.ts +0 -0
- /package/dist/{components → src/components}/ui/calendar.d.ts +0 -0
- /package/dist/{components → src/components}/ui/card.d.ts +0 -0
- /package/dist/{components → src/components}/ui/checkbox.d.ts +0 -0
- /package/dist/{components → src/components}/ui/code-block.d.ts +0 -0
- /package/dist/{components → src/components}/ui/collapsible.d.ts +0 -0
- /package/dist/{components → src/components}/ui/command.d.ts +0 -0
- /package/dist/{components → src/components}/ui/copy-button.d.ts +0 -0
- /package/dist/{components → src/components}/ui/copyable-content.d.ts +0 -0
- /package/dist/{components → src/components}/ui/data-table.d.ts +0 -0
- /package/dist/{components → src/components}/ui/date-picker.d.ts +0 -0
- /package/dist/{components → src/components}/ui/dialog.d.ts +0 -0
- /package/dist/{components → src/components}/ui/form.d.ts +0 -0
- /package/dist/{components → src/components}/ui/formatted-date.d.ts +0 -0
- /package/dist/{components → src/components}/ui/input.d.ts +0 -0
- /package/dist/{components → src/components}/ui/label.d.ts +0 -0
- /package/dist/{components → src/components}/ui/markdown-renderer.d.ts +0 -0
- /package/dist/{components → src/components}/ui/popover.d.ts +0 -0
- /package/dist/{components → src/components}/ui/resizable.d.ts +0 -0
- /package/dist/{components → src/components}/ui/score-indicator.d.ts +0 -0
- /package/dist/{components → src/components}/ui/scroll-area.d.ts +0 -0
- /package/dist/{components → src/components}/ui/select.d.ts +0 -0
- /package/dist/{components → src/components}/ui/skeleton.d.ts +0 -0
- /package/dist/{components → src/components}/ui/spinner.d.ts +0 -0
- /package/dist/{components → src/components}/ui/switch.d.ts +0 -0
- /package/dist/{components → src/components}/ui/syntax-highlighter.d.ts +0 -0
- /package/dist/{components → src/components}/ui/table.d.ts +0 -0
- /package/dist/{components → src/components}/ui/tabs.d.ts +0 -0
- /package/dist/{components → src/components}/ui/text.d.ts +0 -0
- /package/dist/{components → src/components}/ui/textarea.d.ts +0 -0
- /package/dist/{components → src/components}/ui/toggle.d.ts +0 -0
- /package/dist/{components → src/components}/ui/tooltip.d.ts +0 -0
- /package/dist/{domains → src/domains}/agents/agent/agent-chat.d.ts +0 -0
- /package/dist/{domains → src/domains}/agents/agent/agent-evals.d.ts +0 -0
- /package/dist/{domains → src/domains}/agents/agent/agent-traces.d.ts +0 -0
- /package/dist/{domains → src/domains}/agents/agent/context/agent-context.d.ts +0 -0
- /package/dist/{domains → src/domains}/agents/index.d.ts +0 -0
- /package/dist/{domains → src/domains}/networks/index.d.ts +0 -0
- /package/dist/{domains → src/domains}/networks/network-chat.d.ts +0 -0
- /package/dist/{domains → src/domains}/networks/network-context.d.ts +0 -0
- /package/dist/{domains → src/domains}/networks/tool-fallback.d.ts +0 -0
- /package/dist/{domains → src/domains}/resizable-panel.d.ts +0 -0
- /package/dist/{domains → src/domains}/traces/context/trace-context.d.ts +0 -0
- /package/dist/{domains → src/domains}/traces/hooks/use-open-trace.d.ts +0 -0
- /package/dist/{domains → src/domains}/traces/mock-data.d.ts +0 -0
- /package/dist/{domains → src/domains}/traces/trace-details.d.ts +0 -0
- /package/dist/{domains → src/domains}/traces/trace-span-details.d.ts +0 -0
- /package/dist/{domains → src/domains}/traces/trace-span-view.d.ts +0 -0
- /package/dist/{domains → src/domains}/traces/traces-sidebar.d.ts +0 -0
- /package/dist/{domains → src/domains}/traces/traces-table.d.ts +0 -0
- /package/dist/{domains → src/domains}/traces/types.d.ts +0 -0
- /package/dist/{domains → src/domains}/traces/utils/getSpanVariant.d.ts +0 -0
- /package/dist/{domains → src/domains}/traces/utils.d.ts +0 -0
- /package/dist/{domains → src/domains}/workflows/context/v-next-workflow-nested-graph-context.d.ts +0 -0
- /package/dist/{domains → src/domains}/workflows/context/workflow-nested-graph-context.d.ts +0 -0
- /package/dist/{domains → src/domains}/workflows/context/workflow-run-context.d.ts +0 -0
- /package/dist/{domains → src/domains}/workflows/index.d.ts +0 -0
- /package/dist/{domains → src/domains}/workflows/workflow/utils.d.ts +0 -0
- /package/dist/{domains → src/domains}/workflows/workflow/v-next-workflow-graph-inner.d.ts +0 -0
- /package/dist/{domains → src/domains}/workflows/workflow/v-next-workflow-graph.d.ts +0 -0
- /package/dist/{domains → src/domains}/workflows/workflow/v-next-workflow-nested-graph.d.ts +0 -0
- /package/dist/{domains → src/domains}/workflows/workflow/v-next-workflow-nested-node.d.ts +0 -0
- /package/dist/{domains → src/domains}/workflows/workflow/v-next-workflow-trigger.d.ts +0 -0
- /package/dist/{domains → src/domains}/workflows/workflow/workflow-after-node.d.ts +0 -0
- /package/dist/{domains → src/domains}/workflows/workflow/workflow-condition-node.d.ts +0 -0
- /package/dist/{domains → src/domains}/workflows/workflow/workflow-default-node.d.ts +0 -0
- /package/dist/{domains → src/domains}/workflows/workflow/workflow-graph-inner.d.ts +0 -0
- /package/dist/{domains → src/domains}/workflows/workflow/workflow-graph.d.ts +0 -0
- /package/dist/{domains → src/domains}/workflows/workflow/workflow-loop-result-node.d.ts +0 -0
- /package/dist/{domains → src/domains}/workflows/workflow/workflow-nested-graph.d.ts +0 -0
- /package/dist/{domains → src/domains}/workflows/workflow/workflow-nested-node.d.ts +0 -0
- /package/dist/{domains → src/domains}/workflows/workflow/workflow-traces.d.ts +0 -0
- /package/dist/{domains → src/domains}/workflows/workflow/workflow-trigger.d.ts +0 -0
- /package/dist/{ds → src/ds}/components/Avatar/Avatar.d.ts +0 -0
- /package/dist/{ds → src/ds}/components/Avatar/index.d.ts +0 -0
- /package/dist/{ds → src/ds}/components/Badge/Badge.d.ts +0 -0
- /package/dist/{ds → src/ds}/components/Badge/index.d.ts +0 -0
- /package/dist/{ds → src/ds}/components/Breadcrumb/Breadcrumb.d.ts +0 -0
- /package/dist/{ds → src/ds}/components/Breadcrumb/index.d.ts +0 -0
- /package/dist/{ds → src/ds}/components/Button/Button.d.ts +0 -0
- /package/dist/{ds → src/ds}/components/Button/index.d.ts +0 -0
- /package/dist/{ds → src/ds}/components/EmptyState/EmptyState.d.ts +0 -0
- /package/dist/{ds → src/ds}/components/EmptyState/index.d.ts +0 -0
- /package/dist/{ds → src/ds}/components/Header/Header.d.ts +0 -0
- /package/dist/{ds → src/ds}/components/Header/index.d.ts +0 -0
- /package/dist/{ds → src/ds}/components/Logo/MastraLogo.d.ts +0 -0
- /package/dist/{ds → src/ds}/components/Logo/index.d.ts +0 -0
- /package/dist/{ds → src/ds}/components/Table/Cells.d.ts +0 -0
- /package/dist/{ds → src/ds}/components/Table/Table.d.ts +0 -0
- /package/dist/{ds → src/ds}/components/Table/index.d.ts +0 -0
- /package/dist/{ds → src/ds}/components/Table/utils.d.ts +0 -0
- /package/dist/{ds → src/ds}/components/TraceTree/Span.d.ts +0 -0
- /package/dist/{ds → src/ds}/components/TraceTree/Spans.d.ts +0 -0
- /package/dist/{ds → src/ds}/components/TraceTree/Time.d.ts +0 -0
- /package/dist/{ds → src/ds}/components/TraceTree/Trace.context.d.ts +0 -0
- /package/dist/{ds → src/ds}/components/TraceTree/Trace.d.ts +0 -0
- /package/dist/{ds → src/ds}/components/TraceTree/TraceTree.d.ts +0 -0
- /package/dist/{ds → src/ds}/components/TraceTree/index.d.ts +0 -0
- /package/dist/{ds → src/ds}/components/Txt/Txt.d.ts +0 -0
- /package/dist/{ds → src/ds}/components/Txt/index.d.ts +0 -0
- /package/dist/{ds → src/ds}/components/types.d.ts +0 -0
- /package/dist/{ds → src/ds}/icons/AgentCoinIcon.d.ts +0 -0
- /package/dist/{ds → src/ds}/icons/AgentIcon.d.ts +0 -0
- /package/dist/{ds → src/ds}/icons/AiIcon.d.ts +0 -0
- /package/dist/{ds → src/ds}/icons/ApiIcon.d.ts +0 -0
- /package/dist/{ds → src/ds}/icons/BranchIcon.d.ts +0 -0
- /package/dist/{ds → src/ds}/icons/CheckIcon.d.ts +0 -0
- /package/dist/{ds → src/ds}/icons/ChevronIcon.d.ts +0 -0
- /package/dist/{ds → src/ds}/icons/CommitIcon.d.ts +0 -0
- /package/dist/{ds → src/ds}/icons/CrossIcon.d.ts +0 -0
- /package/dist/{ds → src/ds}/icons/DbIcon.d.ts +0 -0
- /package/dist/{ds → src/ds}/icons/DebugIcon.d.ts +0 -0
- /package/dist/{ds → src/ds}/icons/DeploymentIcon.d.ts +0 -0
- /package/dist/{ds → src/ds}/icons/DividerIcon.d.ts +0 -0
- /package/dist/{ds → src/ds}/icons/DocsIcon.d.ts +0 -0
- /package/dist/{ds → src/ds}/icons/EnvIcon.d.ts +0 -0
- /package/dist/{ds → src/ds}/icons/EvaluatorCoinIcon.d.ts +0 -0
- /package/dist/{ds → src/ds}/icons/FiltersIcon.d.ts +0 -0
- /package/dist/{ds → src/ds}/icons/GithubCoinIcon.d.ts +0 -0
- /package/dist/{ds → src/ds}/icons/GithubIcon.d.ts +0 -0
- /package/dist/{ds → src/ds}/icons/GoogleIcon.d.ts +0 -0
- /package/dist/{ds → src/ds}/icons/HomeIcon.d.ts +0 -0
- /package/dist/{ds → src/ds}/icons/Icon.d.ts +0 -0
- /package/dist/{ds → src/ds}/icons/InfoIcon.d.ts +0 -0
- /package/dist/{ds → src/ds}/icons/JudgeIcon.d.ts +0 -0
- /package/dist/{ds → src/ds}/icons/LatencyIcon.d.ts +0 -0
- /package/dist/{ds → src/ds}/icons/LogsIcon.d.ts +0 -0
- /package/dist/{ds → src/ds}/icons/MemoryIcon.d.ts +0 -0
- /package/dist/{ds → src/ds}/icons/OpenAIIcon.d.ts +0 -0
- /package/dist/{ds → src/ds}/icons/PromptIcon.d.ts +0 -0
- /package/dist/{ds → src/ds}/icons/RepoIcon.d.ts +0 -0
- /package/dist/{ds → src/ds}/icons/ScoreIcon.d.ts +0 -0
- /package/dist/{ds → src/ds}/icons/SettingsIcon.d.ts +0 -0
- /package/dist/{ds → src/ds}/icons/SlashIcon.d.ts +0 -0
- /package/dist/{ds → src/ds}/icons/ToolsIcon.d.ts +0 -0
- /package/dist/{ds → src/ds}/icons/TraceIcon.d.ts +0 -0
- /package/dist/{ds → src/ds}/icons/TsIcon.d.ts +0 -0
- /package/dist/{ds → src/ds}/icons/VariablesIcon.d.ts +0 -0
- /package/dist/{ds → src/ds}/icons/WorkflowCoinIcon.d.ts +0 -0
- /package/dist/{ds → src/ds}/icons/WorkflowIcon.d.ts +0 -0
- /package/dist/{ds → src/ds}/icons/index.d.ts +0 -0
- /package/dist/{ds → src/ds}/tokens/borders.d.ts +0 -0
- /package/dist/{ds → src/ds}/tokens/colors.d.ts +0 -0
- /package/dist/{ds → src/ds}/tokens/fonts.d.ts +0 -0
- /package/dist/{ds → src/ds}/tokens/index.d.ts +0 -0
- /package/dist/{ds → src/ds}/tokens/sizes.d.ts +0 -0
- /package/dist/{ds → src/ds}/tokens/spacings.d.ts +0 -0
- /package/dist/{hooks → src/hooks}/index.d.ts +0 -0
- /package/dist/{hooks → src/hooks}/use-autoscroll.d.ts +0 -0
- /package/dist/{hooks → src/hooks}/use-copy-to-clipboard.d.ts +0 -0
- /package/dist/{hooks → src/hooks}/use-evals.d.ts +0 -0
- /package/dist/{hooks → src/hooks}/use-resize-column.d.ts +0 -0
- /package/dist/{hooks → src/hooks}/use-traces.d.ts +0 -0
- /package/dist/{lib → src/lib}/mastra-client.d.ts +0 -0
- /package/dist/{lib → src/lib}/number.d.ts +0 -0
- /package/dist/{lib → src/lib}/object.d.ts +0 -0
- /package/dist/{lib → src/lib}/pagination/types.d.ts +0 -0
- /package/dist/{lib → src/lib}/polls.d.ts +0 -0
- /package/dist/{lib → src/lib}/string.d.ts +0 -0
- /package/dist/{lib → src/lib}/utils.d.ts +0 -0
- /package/dist/{main.d.ts → src/main.d.ts} +0 -0
- /package/dist/{services → src/services}/network-runtime-provider.d.ts +0 -0
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { Workflow } from '@mastra/core/workflows';
|
|
2
2
|
import { WorkflowRunResult as BaseWorkflowRunResult, VNextWorkflowWatchResult, GetVNextWorkflowResponse } from '@mastra/client-js';
|
|
3
|
-
import { RuntimeContext } from '@mastra/core/runtime-context';
|
|
4
3
|
|
|
5
4
|
export type ExtendedWorkflowRunResult = BaseWorkflowRunResult & {
|
|
6
5
|
sanitizedOutput?: string | null;
|
|
@@ -36,10 +35,11 @@ export declare const useExecuteWorkflow: (baseUrl: string) => {
|
|
|
36
35
|
}) => Promise<{
|
|
37
36
|
runId: string;
|
|
38
37
|
}>;
|
|
39
|
-
startVNextWorkflowRun: ({ workflowId, runId, input, }: {
|
|
38
|
+
startVNextWorkflowRun: ({ workflowId, runId, input, runtimeContext: playgroundRuntimeContext, }: {
|
|
40
39
|
workflowId: string;
|
|
41
40
|
runId: string;
|
|
42
41
|
input: any;
|
|
42
|
+
runtimeContext: Record<string, any>;
|
|
43
43
|
}) => Promise<void>;
|
|
44
44
|
createVNextWorkflowRun: ({ workflowId, prevRunId }: {
|
|
45
45
|
workflowId: string;
|
|
@@ -47,10 +47,11 @@ export declare const useExecuteWorkflow: (baseUrl: string) => {
|
|
|
47
47
|
}) => Promise<{
|
|
48
48
|
runId: string;
|
|
49
49
|
}>;
|
|
50
|
-
startAsyncVNextWorkflowRun: ({ workflowId, runId, input, }: {
|
|
50
|
+
startAsyncVNextWorkflowRun: ({ workflowId, runId, input, runtimeContext: playgroundRuntimeContext, }: {
|
|
51
51
|
workflowId: string;
|
|
52
52
|
runId?: string;
|
|
53
53
|
input: any;
|
|
54
|
+
runtimeContext: Record<string, any>;
|
|
54
55
|
}) => Promise<import('@mastra/client-js').VNextWorkflowRunResult>;
|
|
55
56
|
};
|
|
56
57
|
export declare const useWatchWorkflow: (baseUrl: string) => {
|
|
@@ -77,12 +78,12 @@ export declare const useResumeWorkflow: (baseUrl: string) => {
|
|
|
77
78
|
message: string;
|
|
78
79
|
}>;
|
|
79
80
|
isResumingWorkflow: boolean;
|
|
80
|
-
resumeVNextWorkflow: ({ workflowId, step, runId, resumeData, runtimeContext, }: {
|
|
81
|
+
resumeVNextWorkflow: ({ workflowId, step, runId, resumeData, runtimeContext: playgroundRuntimeContext, }: {
|
|
81
82
|
workflowId: string;
|
|
82
83
|
step: string | string[];
|
|
83
84
|
runId: string;
|
|
84
85
|
resumeData: any;
|
|
85
|
-
runtimeContext
|
|
86
|
+
runtimeContext: Record<string, any>;
|
|
86
87
|
}) => Promise<{
|
|
87
88
|
message: string;
|
|
88
89
|
}>;
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
|
|
2
|
+
export * from './domains/agents/index';
|
|
3
|
+
export * from './domains/networks/index';
|
|
4
|
+
export * from './domains/workflows/index';
|
|
5
|
+
export * from './domains/resizable-panel';
|
|
6
|
+
export * from './components/dynamic-form/index';
|
|
7
|
+
export * from './components/ui/data-table';
|
|
8
|
+
export * from './components/threads';
|
|
9
|
+
export * from './types';
|
|
10
|
+
export * from './ds/components/Badge/index';
|
|
11
|
+
export * from './ds/components/Button/index';
|
|
12
|
+
export * from './ds/components/Breadcrumb/index';
|
|
13
|
+
export * from './ds/components/Header/index';
|
|
14
|
+
export * from './ds/components/Logo/index';
|
|
15
|
+
export * from './ds/components/Table/index';
|
|
16
|
+
export * from './ds/components/Txt/index';
|
|
17
|
+
export * from './ds/icons/index';
|
|
18
|
+
export * from './lib/polls';
|
|
19
|
+
export { useTraces } from './hooks/index';
|
|
20
|
+
export { TraceContext, TraceProvider } from './domains/traces/context/trace-context';
|
|
21
|
+
export type { TraceContextType } from './domains/traces/context/trace-context';
|
|
22
|
+
export { refineTraces } from './domains/traces/utils';
|
|
23
|
+
export * from './store/playground-store';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ReactNode } from '../../node_modules/@types/react';
|
|
2
2
|
import { ChatProps } from '../types';
|
|
3
3
|
|
|
4
|
-
export declare function MastraRuntimeProvider({ children, agentId, initialMessages, agentName, memory, threadId, baseUrl, refreshThreadList, modelSettings, chatWithGenerate, }: Readonly<{
|
|
4
|
+
export declare function MastraRuntimeProvider({ children, agentId, initialMessages, agentName, memory, threadId, baseUrl, refreshThreadList, modelSettings, chatWithGenerate, runtimeContext, }: Readonly<{
|
|
5
5
|
children: ReactNode;
|
|
6
6
|
}> & ChatProps): import("react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
interface PlaygroundStore {
|
|
2
|
+
runtimeContext: Record<string, any>;
|
|
3
|
+
setRuntimeContext: (runtimeContext: Record<string, any>) => void;
|
|
4
|
+
}
|
|
5
|
+
export declare const usePlaygroundStore: import('zustand').UseBoundStore<Omit<import('zustand').StoreApi<PlaygroundStore>, "persist"> & {
|
|
6
|
+
persist: {
|
|
7
|
+
setOptions: (options: Partial<import('zustand/middleware').PersistOptions<PlaygroundStore, PlaygroundStore>>) => void;
|
|
8
|
+
clearStorage: () => void;
|
|
9
|
+
rehydrate: () => Promise<void> | void;
|
|
10
|
+
hasHydrated: () => boolean;
|
|
11
|
+
onHydrate: (fn: (state: PlaygroundStore) => void) => () => void;
|
|
12
|
+
onFinishHydration: (fn: (state: PlaygroundStore) => void) => () => void;
|
|
13
|
+
getOptions: () => Partial<import('zustand/middleware').PersistOptions<PlaygroundStore, PlaygroundStore>>;
|
|
14
|
+
};
|
|
15
|
+
}>;
|
|
16
|
+
export {};
|
package/dist/tokens.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from './ds/tokens/index'
|
|
1
|
+
export * from './src/ds/tokens/index'
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mastra/playground-ui",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "5.0.
|
|
4
|
+
"version": "5.0.4-alpha.1",
|
|
5
5
|
"description": "Mastra Playground components",
|
|
6
6
|
"main": "dist/index.umd.js",
|
|
7
7
|
"module": "dist/index.es.js",
|
|
@@ -91,14 +91,14 @@
|
|
|
91
91
|
"use-debounce": "^10.0.4",
|
|
92
92
|
"zod": "^3.24.3",
|
|
93
93
|
"zustand": "^5.0.3",
|
|
94
|
-
"@mastra/client-js": "^0.1.
|
|
94
|
+
"@mastra/client-js": "^0.1.22-alpha.1"
|
|
95
95
|
},
|
|
96
96
|
"peerDependencies": {
|
|
97
97
|
"lucide-react": "^0.474.0",
|
|
98
98
|
"react": ">=19.0.0",
|
|
99
99
|
"react-dom": ">=19.0.0",
|
|
100
100
|
"tailwindcss": "^3.0.0",
|
|
101
|
-
"@mastra/core": "^0.9.
|
|
101
|
+
"@mastra/core": "^0.9.4-alpha.1"
|
|
102
102
|
},
|
|
103
103
|
"devDependencies": {
|
|
104
104
|
"@types/node": "^20.17.27",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/dist/{components → src/components}/ui/autoform/zodProvider/field-type-inference.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/dist/{domains → src/domains}/workflows/context/v-next-workflow-nested-graph-context.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|