@mastra/playground-ui 5.1.16-alpha.1 → 5.1.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.
Files changed (174) hide show
  1. package/dist/index.d.ts +1 -0
  2. package/dist/src/components/assistant-ui/attachments/pdfs-adapter.d.ts +0 -1
  3. package/dist/src/components/assistant-ui/attachments/voice-adapter.d.ts +0 -1
  4. package/dist/src/components/assistant-ui/hooks/use-adapters.d.ts +0 -1
  5. package/dist/src/components/assistant-ui/memory-search.d.ts +0 -1
  6. package/dist/src/components/assistant-ui/messages/assistant-message.d.ts +0 -1
  7. package/dist/src/components/assistant-ui/messages/markdown-text.d.ts +0 -1
  8. package/dist/src/components/assistant-ui/messages/reasoning.d.ts +0 -1
  9. package/dist/src/components/assistant-ui/network-threads.d.ts +0 -1
  10. package/dist/src/components/assistant-ui/thread-list.d.ts +0 -1
  11. package/dist/src/components/assistant-ui/thread.d.ts +0 -1
  12. package/dist/src/components/assistant-ui/tools/tool-fallback.d.ts +0 -1
  13. package/dist/src/components/assistant-ui/tooltip-icon-button.d.ts +0 -1
  14. package/dist/src/components/dynamic-form/index.d.ts +0 -1
  15. package/dist/src/components/scrollable-container.d.ts +0 -1
  16. package/dist/src/components/syntax-highlighter.d.ts +4 -0
  17. package/dist/src/components/threads.d.ts +0 -1
  18. package/dist/src/components/ui/autoform/AutoForm.d.ts +0 -1
  19. package/dist/src/components/ui/autoform/components/ArrayElementWrapper.d.ts +0 -1
  20. package/dist/src/components/ui/autoform/components/ArrayWrapper.d.ts +0 -1
  21. package/dist/src/components/ui/autoform/components/BooleanField.d.ts +0 -1
  22. package/dist/src/components/ui/autoform/components/DateField.d.ts +0 -1
  23. package/dist/src/components/ui/autoform/components/ErrorMessage.d.ts +0 -1
  24. package/dist/src/components/ui/autoform/components/FieldWrapper.d.ts +0 -1
  25. package/dist/src/components/ui/autoform/components/Form.d.ts +0 -1
  26. package/dist/src/components/ui/autoform/components/NumberField.d.ts +0 -1
  27. package/dist/src/components/ui/autoform/components/ObjectWrapper.d.ts +0 -1
  28. package/dist/src/components/ui/autoform/components/RecordField.d.ts +0 -1
  29. package/dist/src/components/ui/autoform/components/SelectField.d.ts +0 -1
  30. package/dist/src/components/ui/autoform/components/StringField.d.ts +0 -1
  31. package/dist/src/components/ui/autoform/components/SubmitButton.d.ts +0 -1
  32. package/dist/src/components/ui/autoform/types.d.ts +0 -1
  33. package/dist/src/components/ui/autoform/zodProvider/field-type-inference.d.ts +0 -1
  34. package/dist/src/components/ui/autoform/zodProvider/index.d.ts +0 -1
  35. package/dist/src/components/ui/badge.d.ts +0 -1
  36. package/dist/src/components/ui/button.d.ts +0 -1
  37. package/dist/src/components/ui/data-table.d.ts +0 -1
  38. package/dist/src/components/ui/entry.d.ts +0 -1
  39. package/dist/src/components/ui/input.d.ts +0 -1
  40. package/dist/src/components/ui/syntax-highlighter.d.ts +6 -0
  41. package/dist/src/components/ui/text.d.ts +0 -1
  42. package/dist/src/contexts/mastra-client-context.d.ts +0 -1
  43. package/dist/src/domains/agents/components/agent-chat.d.ts +0 -1
  44. package/dist/src/domains/agents/components/agent-evals.d.ts +0 -1
  45. package/dist/src/domains/agents/components/agent-metadata/agent-metadata.d.ts +0 -1
  46. package/dist/src/domains/agents/components/agent-table/agent-table.d.ts +0 -1
  47. package/dist/src/domains/agents/components/agent-table/columns.d.ts +0 -1
  48. package/dist/src/domains/agents/components/agent-table/types.d.ts +0 -1
  49. package/dist/src/domains/agents/components/chat-threads.d.ts +0 -1
  50. package/dist/src/domains/agents/components/runtime-context.d.ts +0 -1
  51. package/dist/src/domains/agents/context/agent-context.d.ts +0 -1
  52. package/dist/src/domains/agents/context/agent-working-memory-context.d.ts +0 -1
  53. package/dist/src/domains/agents/hooks/use-agent-settings-state.d.ts +0 -1
  54. package/dist/src/domains/evals/types.d.ts +0 -1
  55. package/dist/src/domains/networks/components/network-table/columns.d.ts +0 -1
  56. package/dist/src/domains/networks/components/network-table/network-table.d.ts +0 -1
  57. package/dist/src/domains/networks/network-chat.d.ts +0 -1
  58. package/dist/src/domains/networks/network-context.d.ts +0 -1
  59. package/dist/src/domains/networks/tool-fallback.d.ts +0 -1
  60. package/dist/src/domains/networks/v-next/network-chat.d.ts +0 -1
  61. package/dist/src/domains/networks/v-next/wrapped-assistant-message.d.ts +0 -1
  62. package/dist/src/domains/resizable-panel.d.ts +0 -1
  63. package/dist/src/domains/scores/components/scorer-list.d.ts +0 -1
  64. package/dist/src/domains/scores/hooks/use-scorers.d.ts +0 -1
  65. package/dist/src/domains/tools/components/tool-list.d.ts +0 -1
  66. package/dist/src/domains/traces/components/traces-table.d.ts +0 -1
  67. package/dist/src/domains/traces/components/traces-view.d.ts +0 -1
  68. package/dist/src/domains/traces/context/trace-context.d.ts +0 -1
  69. package/dist/src/domains/traces/hooks/use-open-trace.d.ts +0 -1
  70. package/dist/src/domains/traces/trace-span-view.d.ts +0 -1
  71. package/dist/src/domains/traces/utils/createSpanTree.d.ts +0 -1
  72. package/dist/src/domains/traces/utils/getSpanVariant.d.ts +0 -1
  73. package/dist/src/domains/workflows/components/workflow-table/columns.d.ts +0 -1
  74. package/dist/src/domains/workflows/components/workflow-table/workflow-table.d.ts +0 -1
  75. package/dist/src/domains/workflows/context/workflow-nested-graph-context.d.ts +0 -1
  76. package/dist/src/domains/workflows/context/workflow-run-context.d.ts +0 -1
  77. package/dist/src/domains/workflows/runs/workflow-runs.d.ts +0 -1
  78. package/dist/src/domains/workflows/utils.d.ts +0 -1
  79. package/dist/src/domains/workflows/workflow/legacy-workflow-graph-inner.d.ts +0 -1
  80. package/dist/src/domains/workflows/workflow/legacy-workflow-graph.d.ts +0 -1
  81. package/dist/src/domains/workflows/workflow/legacy-workflow-nested-graph.d.ts +0 -1
  82. package/dist/src/domains/workflows/workflow/legacy-workflow-nested-node.d.ts +0 -1
  83. package/dist/src/domains/workflows/workflow/utils.d.ts +0 -1
  84. package/dist/src/domains/workflows/workflow/workflow-after-node.d.ts +0 -1
  85. package/dist/src/domains/workflows/workflow/workflow-condition-node.d.ts +0 -1
  86. package/dist/src/domains/workflows/workflow/workflow-default-node.d.ts +0 -1
  87. package/dist/src/domains/workflows/workflow/workflow-graph-inner.d.ts +0 -1
  88. package/dist/src/domains/workflows/workflow/workflow-graph.d.ts +0 -1
  89. package/dist/src/domains/workflows/workflow/workflow-input-data.d.ts +0 -1
  90. package/dist/src/domains/workflows/workflow/workflow-loop-result-node.d.ts +0 -1
  91. package/dist/src/domains/workflows/workflow/workflow-nested-graph.d.ts +0 -1
  92. package/dist/src/domains/workflows/workflow/workflow-nested-node.d.ts +0 -1
  93. package/dist/src/domains/workflows/workflow/workflow-step-action-bar.d.ts +0 -1
  94. package/dist/src/domains/workflows/workflow/workflow-trigger.d.ts +0 -1
  95. package/dist/src/domains/workflows/workflow/zoom-slider.d.ts +0 -1
  96. package/dist/src/ds/components/Badge/Badge.d.ts +0 -1
  97. package/dist/src/ds/components/Breadcrumb/Breadcrumb.d.ts +0 -1
  98. package/dist/src/ds/components/Button/Button.d.ts +0 -1
  99. package/dist/src/ds/components/EmptyState/EmptyState.d.ts +0 -1
  100. package/dist/src/ds/components/Header/Header.d.ts +0 -1
  101. package/dist/src/ds/components/Logo/MastraLogo.d.ts +0 -1
  102. package/dist/src/ds/components/Table/Cells.d.ts +0 -1
  103. package/dist/src/ds/components/Table/Table.d.ts +0 -1
  104. package/dist/src/ds/components/TraceTree/Span.d.ts +0 -1
  105. package/dist/src/ds/components/TraceTree/Spans.d.ts +0 -1
  106. package/dist/src/ds/components/TraceTree/Trace.d.ts +0 -1
  107. package/dist/src/ds/components/TraceTree/TraceTree.d.ts +0 -1
  108. package/dist/src/ds/components/Txt/Txt.d.ts +0 -1
  109. package/dist/src/ds/icons/AgentCoinIcon.d.ts +0 -1
  110. package/dist/src/ds/icons/AgentIcon.d.ts +0 -1
  111. package/dist/src/ds/icons/AiIcon.d.ts +0 -1
  112. package/dist/src/ds/icons/AmazonIcon.d.ts +0 -1
  113. package/dist/src/ds/icons/AnthropicChatIcon.d.ts +0 -1
  114. package/dist/src/ds/icons/AnthropicMessagesIcon.d.ts +0 -1
  115. package/dist/src/ds/icons/ApiIcon.d.ts +0 -1
  116. package/dist/src/ds/icons/AzureIcon.d.ts +0 -1
  117. package/dist/src/ds/icons/BranchIcon.d.ts +0 -1
  118. package/dist/src/ds/icons/CheckIcon.d.ts +0 -1
  119. package/dist/src/ds/icons/ChevronIcon.d.ts +0 -1
  120. package/dist/src/ds/icons/CohereIcon.d.ts +0 -1
  121. package/dist/src/ds/icons/CommitIcon.d.ts +0 -1
  122. package/dist/src/ds/icons/CrossIcon.d.ts +0 -1
  123. package/dist/src/ds/icons/DbIcon.d.ts +0 -1
  124. package/dist/src/ds/icons/DebugIcon.d.ts +0 -1
  125. package/dist/src/ds/icons/DeploymentIcon.d.ts +0 -1
  126. package/dist/src/ds/icons/DividerIcon.d.ts +0 -1
  127. package/dist/src/ds/icons/DocsIcon.d.ts +0 -1
  128. package/dist/src/ds/icons/EnvIcon.d.ts +0 -1
  129. package/dist/src/ds/icons/EvaluatorCoinIcon.d.ts +0 -1
  130. package/dist/src/ds/icons/FiltersIcon.d.ts +0 -1
  131. package/dist/src/ds/icons/FolderIcon.d.ts +0 -1
  132. package/dist/src/ds/icons/GithubCoinIcon.d.ts +0 -1
  133. package/dist/src/ds/icons/GithubIcon.d.ts +0 -1
  134. package/dist/src/ds/icons/GoogleIcon.d.ts +0 -1
  135. package/dist/src/ds/icons/GroqIcon.d.ts +0 -1
  136. package/dist/src/ds/icons/HomeIcon.d.ts +0 -1
  137. package/dist/src/ds/icons/Icon.d.ts +0 -1
  138. package/dist/src/ds/icons/InfoIcon.d.ts +0 -1
  139. package/dist/src/ds/icons/JudgeIcon.d.ts +0 -1
  140. package/dist/src/ds/icons/LatencyIcon.d.ts +0 -1
  141. package/dist/src/ds/icons/LogsIcon.d.ts +0 -1
  142. package/dist/src/ds/icons/McpCoinIcon.d.ts +0 -1
  143. package/dist/src/ds/icons/McpServerIcon.d.ts +0 -1
  144. package/dist/src/ds/icons/MemoryIcon.d.ts +0 -1
  145. package/dist/src/ds/icons/MistralIcon.d.ts +0 -1
  146. package/dist/src/ds/icons/OpenAIIcon.d.ts +0 -1
  147. package/dist/src/ds/icons/OpenaiChatIcon.d.ts +0 -1
  148. package/dist/src/ds/icons/PromptIcon.d.ts +0 -1
  149. package/dist/src/ds/icons/RepoIcon.d.ts +0 -1
  150. package/dist/src/ds/icons/ScoreIcon.d.ts +0 -1
  151. package/dist/src/ds/icons/SettingsIcon.d.ts +0 -1
  152. package/dist/src/ds/icons/SlashIcon.d.ts +0 -1
  153. package/dist/src/ds/icons/ToolCoinIcon.d.ts +0 -1
  154. package/dist/src/ds/icons/ToolsIcon.d.ts +0 -1
  155. package/dist/src/ds/icons/TraceIcon.d.ts +0 -1
  156. package/dist/src/ds/icons/TsIcon.d.ts +0 -1
  157. package/dist/src/ds/icons/VariablesIcon.d.ts +0 -1
  158. package/dist/src/ds/icons/WorkflowCoinIcon.d.ts +0 -1
  159. package/dist/src/ds/icons/WorkflowIcon.d.ts +0 -1
  160. package/dist/src/ds/icons/XGroqIcon.d.ts +0 -1
  161. package/dist/src/hooks/use-autoscroll.d.ts +0 -1
  162. package/dist/src/hooks/use-resize-column.d.ts +0 -1
  163. package/dist/src/hooks/use-workflows.d.ts +0 -1
  164. package/dist/src/index.d.ts +0 -1
  165. package/dist/src/lib/framework.d.ts +0 -1
  166. package/dist/src/lib/mastra-client.d.ts +0 -1
  167. package/dist/src/lib/utils.d.ts +0 -1
  168. package/dist/src/services/mastra-runtime-provider.d.ts +0 -1
  169. package/dist/src/services/network-runtime-provider.d.ts +0 -1
  170. package/dist/src/services/vnext-message-provider.d.ts +0 -1
  171. package/dist/src/services/vnext-network-chat-provider.d.ts +0 -1
  172. package/dist/src/services/vnext-network-runtime-provider.d.ts +0 -1
  173. package/dist/tokens.d.ts +1 -0
  174. package/package.json +5 -5
@@ -1,6 +1,5 @@
1
1
  import { GetWorkflowResponse } from '@mastra/client-js';
2
2
  import { WorkflowSendEventFormProps } from './workflow-run-event-form';
3
-
4
3
  export interface WorkflowGraphProps {
5
4
  workflowId: string;
6
5
  isLoading?: boolean;
@@ -1,5 +1,4 @@
1
1
  import { ZodSchema } from 'zod';
2
-
3
2
  export interface WorkflowInputDataProps {
4
3
  schema: ZodSchema;
5
4
  defaultValues?: any;
@@ -1,5 +1,4 @@
1
1
  import { NodeProps, Node } from '@xyflow/react';
2
-
3
2
  export type LoopResultNode = Node<{
4
3
  result: boolean;
5
4
  }, 'loop-result-node'>;
@@ -1,6 +1,5 @@
1
1
  import { SerializedStepFlowEntry } from '@mastra/core/workflows';
2
2
  import { WorkflowSendEventFormProps } from './workflow-run-event-form';
3
-
4
3
  export interface WorkflowNestedGraphProps {
5
4
  stepGraph: SerializedStepFlowEntry[];
6
5
  open: boolean;
@@ -1,7 +1,6 @@
1
1
  import { NodeProps, Node } from '@xyflow/react';
2
2
  import { SerializedStepFlowEntry } from '@mastra/core/workflows';
3
3
  import { WorkflowSendEventFormProps } from './workflow-run-event-form';
4
-
5
4
  export type NestedNode = Node<{
6
5
  label: string;
7
6
  description?: string;
@@ -1,5 +1,4 @@
1
1
  import { WorkflowSendEventFormProps } from './workflow-run-event-form';
2
-
3
2
  export interface WorkflowStepActionBarProps {
4
3
  input?: any;
5
4
  output?: any;
@@ -1,5 +1,4 @@
1
1
  import { GetWorkflowResponse, WorkflowWatchResult } from '@mastra/client-js';
2
-
3
2
  interface WorkflowTriggerProps {
4
3
  workflowId: string;
5
4
  setRunId?: (runId: string) => void;
@@ -1,4 +1,3 @@
1
1
  import { default as React } from '../../../../node_modules/@types/react';
2
2
  import { PanelProps } from '@xyflow/react';
3
-
4
3
  export declare const ZoomSlider: React.ForwardRefExoticComponent<Omit<PanelProps, "children"> & React.RefAttributes<HTMLDivElement>>;
@@ -1,5 +1,4 @@
1
1
  import { default as React } from '../../../../node_modules/@types/react';
2
-
3
2
  export interface BadgeProps {
4
3
  icon?: React.ReactNode;
5
4
  variant?: 'default' | 'success' | 'error' | 'info';
@@ -1,5 +1,4 @@
1
1
  import { default as React } from '../../../../node_modules/@types/react';
2
-
3
2
  export interface BreadcrumbProps {
4
3
  children?: React.ReactNode;
5
4
  label?: string;
@@ -1,5 +1,4 @@
1
1
  import { default as React } from '../../../../node_modules/@types/react';
2
-
3
2
  export interface ButtonProps extends React.ButtonHTMLAttributes<HTMLButtonElement> {
4
3
  as?: React.ElementType;
5
4
  className?: string;
@@ -1,5 +1,4 @@
1
1
  import { ElementType, ReactNode } from '../../../../node_modules/@types/react';
2
-
3
2
  export interface EmptyStateProps {
4
3
  as?: ElementType;
5
4
  iconSlot: ReactNode;
@@ -1,5 +1,4 @@
1
1
  import { default as React } from '../../../../node_modules/@types/react';
2
-
3
2
  export interface HeaderProps {
4
3
  children?: React.ReactNode;
5
4
  border?: boolean;
@@ -1,3 +1,2 @@
1
1
  import { default as React } from '../../../../node_modules/@types/react';
2
-
3
2
  export declare const DarkLogo: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
@@ -1,5 +1,4 @@
1
1
  import { default as React } from '../../../../node_modules/@types/react';
2
-
3
2
  export interface CellProps extends React.TdHTMLAttributes<HTMLTableCellElement> {
4
3
  className?: string;
5
4
  children: React.ReactNode;
@@ -1,5 +1,4 @@
1
1
  import { default as React } from '../../../../node_modules/@types/react';
2
-
3
2
  export interface TableProps {
4
3
  className?: string;
5
4
  children: React.ReactNode;
@@ -1,5 +1,4 @@
1
1
  import { default as React } from '../../../../node_modules/@types/react';
2
-
3
2
  export interface SpanProps {
4
3
  children: React.ReactNode;
5
4
  durationMs: number;
@@ -1,5 +1,4 @@
1
1
  import { default as React } from '../../../../node_modules/@types/react';
2
-
3
2
  export interface SpansProps {
4
3
  children: React.ReactNode;
5
4
  }
@@ -1,6 +1,5 @@
1
1
  import { default as React } from '../../../../node_modules/@types/react';
2
2
  import { SpanProps } from './Span';
3
-
4
3
  export interface TraceProps {
5
4
  name: string;
6
5
  spans: React.ReactNode;
@@ -1,5 +1,4 @@
1
1
  import { default as React } from '../../../../node_modules/@types/react';
2
-
3
2
  export interface TraceTreeProps {
4
3
  children: React.ReactNode;
5
4
  }
@@ -1,6 +1,5 @@
1
1
  import { default as React } from '../../../../node_modules/@types/react';
2
2
  import { FontSizes } from '../../tokens';
3
-
4
3
  export interface TxtProps extends React.HTMLAttributes<HTMLDivElement | HTMLLabelElement> {
5
4
  as?: 'h1' | 'h2' | 'h3' | 'h4' | 'h5' | 'h6' | 'p' | 'span' | 'label';
6
5
  variant?: keyof typeof FontSizes;
@@ -1,3 +1,2 @@
1
1
  import { default as React } from '../../../node_modules/@types/react';
2
-
3
2
  export declare const AgentCoinIcon: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
@@ -1,3 +1,2 @@
1
1
  import { default as React } from '../../../node_modules/@types/react';
2
-
3
2
  export declare const AgentIcon: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
@@ -1,3 +1,2 @@
1
1
  import { default as React } from '../../../node_modules/@types/react';
2
-
3
2
  export declare const AiIcon: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
@@ -1,3 +1,2 @@
1
1
  import { default as React } from '../../../node_modules/@types/react';
2
-
3
2
  export declare const AmazonIcon: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
@@ -1,3 +1,2 @@
1
1
  import { default as React } from '../../../node_modules/@types/react';
2
-
3
2
  export declare const AnthropicChatIcon: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
@@ -1,3 +1,2 @@
1
1
  import { default as React } from '../../../node_modules/@types/react';
2
-
3
2
  export declare const AnthropicMessagesIcon: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
@@ -1,3 +1,2 @@
1
1
  import { default as React } from '../../../node_modules/@types/react';
2
-
3
2
  export declare const ApiIcon: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
@@ -1,3 +1,2 @@
1
1
  import { default as React } from '../../../node_modules/@types/react';
2
-
3
2
  export declare const AzureIcon: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
@@ -1,3 +1,2 @@
1
1
  import { default as React } from '../../../node_modules/@types/react';
2
-
3
2
  export declare const BranchIcon: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
@@ -1,3 +1,2 @@
1
1
  import { default as React } from '../../../node_modules/@types/react';
2
-
3
2
  export declare const CheckIcon: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
@@ -1,3 +1,2 @@
1
1
  import { default as React } from '../../../node_modules/@types/react';
2
-
3
2
  export declare const ChevronIcon: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
@@ -1,3 +1,2 @@
1
1
  import { default as React } from '../../../node_modules/@types/react';
2
-
3
2
  export declare const CohereIcon: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
@@ -1,3 +1,2 @@
1
1
  import { default as React } from '../../../node_modules/@types/react';
2
-
3
2
  export declare const CommitIcon: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
@@ -1,3 +1,2 @@
1
1
  import { default as React } from '../../../node_modules/@types/react';
2
-
3
2
  export declare const CrossIcon: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
@@ -1,3 +1,2 @@
1
1
  import { default as React } from '../../../node_modules/@types/react';
2
-
3
2
  export declare const DbIcon: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
@@ -1,3 +1,2 @@
1
1
  import { default as React } from '../../../node_modules/@types/react';
2
-
3
2
  export declare const DebugIcon: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
@@ -1,3 +1,2 @@
1
1
  import { default as React } from '../../../node_modules/@types/react';
2
-
3
2
  export declare const DeploymentIcon: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
@@ -1,3 +1,2 @@
1
1
  import { default as React } from '../../../node_modules/@types/react';
2
-
3
2
  export declare const DividerIcon: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
@@ -1,3 +1,2 @@
1
1
  import { default as React } from '../../../node_modules/@types/react';
2
-
3
2
  export declare const DocsIcon: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
@@ -1,3 +1,2 @@
1
1
  import { default as React } from '../../../node_modules/@types/react';
2
-
3
2
  export declare const EnvIcon: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
@@ -1,3 +1,2 @@
1
1
  import { default as React } from '../../../node_modules/@types/react';
2
-
3
2
  export declare const EvaluatorCoinIcon: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
@@ -1,3 +1,2 @@
1
1
  import { default as React } from '../../../node_modules/@types/react';
2
-
3
2
  export declare const FiltersIcon: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
@@ -1,3 +1,2 @@
1
1
  import { default as React } from '../../../node_modules/@types/react';
2
-
3
2
  export declare const FolderIcon: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
@@ -1,3 +1,2 @@
1
1
  import { default as React } from '../../../node_modules/@types/react';
2
-
3
2
  export declare const GithubCoinIcon: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
@@ -1,3 +1,2 @@
1
1
  import { default as React } from '../../../node_modules/@types/react';
2
-
3
2
  export declare const GithubIcon: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
@@ -1,3 +1,2 @@
1
1
  import { default as React } from '../../../node_modules/@types/react';
2
-
3
2
  export declare const GoogleIcon: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
@@ -1,3 +1,2 @@
1
1
  import { default as React } from '../../../node_modules/@types/react';
2
-
3
2
  export declare const GroqIcon: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
@@ -1,3 +1,2 @@
1
1
  import { default as React } from '../../../node_modules/@types/react';
2
-
3
2
  export declare const HomeIcon: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
@@ -1,5 +1,4 @@
1
1
  import { default as React } from '../../../node_modules/@types/react';
2
-
3
2
  export interface IconProps extends React.HTMLAttributes<HTMLDivElement> {
4
3
  children: React.ReactNode;
5
4
  size?: 'default' | 'lg' | 'sm';
@@ -1,3 +1,2 @@
1
1
  import { default as React } from '../../../node_modules/@types/react';
2
-
3
2
  export declare const InfoIcon: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
@@ -1,3 +1,2 @@
1
1
  import { default as React } from '../../../node_modules/@types/react';
2
-
3
2
  export declare const JudgeIcon: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
@@ -1,3 +1,2 @@
1
1
  import { default as React } from '../../../node_modules/@types/react';
2
-
3
2
  export declare const LatencyIcon: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
@@ -1,3 +1,2 @@
1
1
  import { default as React } from '../../../node_modules/@types/react';
2
-
3
2
  export declare const LogsIcon: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
@@ -1,3 +1,2 @@
1
1
  import { default as React } from '../../../node_modules/@types/react';
2
-
3
2
  export declare const McpCoinIcon: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
@@ -1,3 +1,2 @@
1
1
  import { default as React } from '../../../node_modules/@types/react';
2
-
3
2
  export declare const McpServerIcon: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
@@ -1,3 +1,2 @@
1
1
  import { default as React } from '../../../node_modules/@types/react';
2
-
3
2
  export declare const MemoryIcon: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
@@ -1,3 +1,2 @@
1
1
  import { default as React } from '../../../node_modules/@types/react';
2
-
3
2
  export declare const MistralIcon: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
@@ -1,3 +1,2 @@
1
1
  import { default as React } from '../../../node_modules/@types/react';
2
-
3
2
  export declare const OpenAIIcon: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
@@ -1,3 +1,2 @@
1
1
  import { default as React } from '../../../node_modules/@types/react';
2
-
3
2
  export declare const OpenaiChatIcon: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
@@ -1,3 +1,2 @@
1
1
  import { default as React } from '../../../node_modules/@types/react';
2
-
3
2
  export declare const PromptIcon: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
@@ -1,3 +1,2 @@
1
1
  import { default as React } from '../../../node_modules/@types/react';
2
-
3
2
  export declare const RepoIcon: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
@@ -1,3 +1,2 @@
1
1
  import { default as React } from '../../../node_modules/@types/react';
2
-
3
2
  export declare const ScoreIcon: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
@@ -1,3 +1,2 @@
1
1
  import { default as React } from '../../../node_modules/@types/react';
2
-
3
2
  export declare const SettingsIcon: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
@@ -1,3 +1,2 @@
1
1
  import { default as React } from '../../../node_modules/@types/react';
2
-
3
2
  export declare const SlashIcon: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
@@ -1,3 +1,2 @@
1
1
  import { default as React } from '../../../node_modules/@types/react';
2
-
3
2
  export declare const ToolCoinIcon: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
@@ -1,3 +1,2 @@
1
1
  import { default as React } from '../../../node_modules/@types/react';
2
-
3
2
  export declare const ToolsIcon: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
@@ -1,3 +1,2 @@
1
1
  import { default as React } from '../../../node_modules/@types/react';
2
-
3
2
  export declare const TraceIcon: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
@@ -1,3 +1,2 @@
1
1
  import { default as React } from '../../../node_modules/@types/react';
2
-
3
2
  export declare const TsIcon: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
@@ -1,3 +1,2 @@
1
1
  import { default as React } from '../../../node_modules/@types/react';
2
-
3
2
  export declare const VariablesIcon: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
@@ -1,3 +1,2 @@
1
1
  import { default as React } from '../../../node_modules/@types/react';
2
-
3
2
  export declare const WorkflowCoinIcon: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
@@ -1,3 +1,2 @@
1
1
  import { default as React } from '../../../node_modules/@types/react';
2
-
3
2
  export declare const WorkflowIcon: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
@@ -1,3 +1,2 @@
1
1
  import { default as React } from '../../../node_modules/@types/react';
2
-
3
2
  export declare const XGroqIcon: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
@@ -1,5 +1,4 @@
1
1
  import { default as React } from '../../node_modules/@types/react';
2
-
3
2
  export interface UseAutoscrollOptions {
4
3
  enabled?: boolean;
5
4
  }
@@ -1,5 +1,4 @@
1
1
  import { MouseEvent as ReactMouseEvent } from '../../node_modules/@types/react';
2
-
3
2
  export declare const useResizeColumn: ({ defaultWidth, minimumWidth, maximumWidth, setCurrentWidth, }: {
4
3
  defaultWidth: number;
5
4
  minimumWidth: number;
@@ -1,6 +1,5 @@
1
1
  import { LegacyWorkflowRunResult, WorkflowWatchResult, GetWorkflowResponse } from '@mastra/client-js';
2
2
  import { LegacyWorkflow } from '@mastra/core/workflows/legacy';
3
-
4
3
  export type ExtendedLegacyWorkflowRunResult = LegacyWorkflowRunResult & {
5
4
  sanitizedOutput?: string | null;
6
5
  sanitizedError?: {
@@ -1,4 +1,3 @@
1
-
2
1
  export * from './contexts/mastra-client-context';
3
2
  export * from './domains/agents/index';
4
3
  export * from './domains/networks/index';
@@ -1,5 +1,4 @@
1
1
  import { AnchorHTMLAttributes, ForwardRefExoticComponent, RefAttributes } from '../../node_modules/@types/react';
2
-
3
2
  export type LinkComponentProps = AnchorHTMLAttributes<HTMLAnchorElement>;
4
3
  export type LinkComponent = ForwardRefExoticComponent<LinkComponentProps & RefAttributes<HTMLAnchorElement>>;
5
4
  export interface LinkComponentProviderProps {
@@ -1,3 +1,2 @@
1
1
  import { MastraClient } from '@mastra/client-js';
2
-
3
2
  export declare const createMastraClient: (baseUrl?: string, mastraClientHeaders?: Record<string, string>) => MastraClient;
@@ -1,3 +1,2 @@
1
1
  import { ClassValue } from 'clsx';
2
-
3
2
  export declare function cn(...inputs: ClassValue[]): string;
@@ -1,6 +1,5 @@
1
1
  import { ReactNode } from '../../node_modules/@types/react';
2
2
  import { ChatProps } from '../types';
3
-
4
3
  export declare function MastraRuntimeProvider({ children, agentId, initialMessages, memory, threadId, refreshThreadList, settings, runtimeContext, }: Readonly<{
5
4
  children: ReactNode;
6
5
  }> & ChatProps): import("react/jsx-runtime").JSX.Element | null;
@@ -1,6 +1,5 @@
1
1
  import { ReactNode } from '../../node_modules/@types/react';
2
2
  import { ChatProps, ModelSettings } from '../types';
3
-
4
3
  export declare function MastraNetworkRuntimeProvider({ children, agentId, initialMessages, memory, threadId, modelSettings, }: Readonly<{
5
4
  children: ReactNode;
6
5
  }> & Omit<ChatProps, 'settings'> & {
@@ -1,6 +1,5 @@
1
1
  import { default as React, ReactNode } from '../../node_modules/@types/react';
2
2
  import { ThreadMessageLike } from '@assistant-ui/react';
3
-
4
3
  export declare const MessagesProvider: ({ children }: {
5
4
  children: ReactNode;
6
5
  }) => import("react/jsx-runtime").JSX.Element;
@@ -1,5 +1,4 @@
1
1
  import { default as React, ReactNode } from '../../node_modules/@types/react';
2
-
3
2
  type StateValue = {
4
3
  executionSteps: Array<string>;
5
4
  steps: Record<string, any>;
@@ -1,6 +1,5 @@
1
1
  import { ReactNode } from '../../node_modules/@types/react';
2
2
  import { ChatProps } from '../types';
3
-
4
3
  type VNextMastraNetworkRuntimeProviderProps = Omit<ChatProps, 'agentId' | 'agentName' | 'modelSettings'> & {
5
4
  networkId: string;
6
5
  };
package/dist/tokens.d.ts CHANGED
@@ -1 +1,2 @@
1
1
  export * from './src/ds/tokens/index'
2
+ export {}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@mastra/playground-ui",
3
3
  "type": "module",
4
- "version": "5.1.16-alpha.1",
4
+ "version": "5.1.16",
5
5
  "description": "Mastra Playground components",
6
6
  "main": "dist/index.umd.js",
7
7
  "module": "dist/index.es.js",
@@ -95,10 +95,10 @@
95
95
  "use-debounce": "^10.0.5",
96
96
  "zod": "^3.25.67",
97
97
  "zustand": "^5.0.6",
98
- "@mastra/client-js": "^0.10.17-alpha.1"
98
+ "@mastra/client-js": "^0.10.17"
99
99
  },
100
100
  "peerDependencies": {
101
- "@mastra/core": ">=0.11.0-0 <0.12.0-0",
101
+ "@mastra/core": ">=0.11.0-0 <0.13.0-0",
102
102
  "lucide-react": "^0.474.0",
103
103
  "react": ">=19.0.0",
104
104
  "react-dom": ">=19.0.0",
@@ -118,9 +118,9 @@
118
118
  "tailwindcss": "^3.4.17",
119
119
  "typescript": "^5.8.3",
120
120
  "vite": "^6.3.5",
121
- "vite-plugin-dts": "^3.9.1",
121
+ "vite-plugin-dts": "^4.5.4",
122
122
  "vite-plugin-lib-inject-css": "^2.2.2",
123
- "@mastra/core": "0.12.0-alpha.1"
123
+ "@mastra/core": "0.12.0"
124
124
  },
125
125
  "scripts": {
126
126
  "build": "tsc && vite build",