@mastra/playground-ui 6.0.0 → 6.1.0-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.
Files changed (34) hide show
  1. package/CHANGELOG.md +36 -0
  2. package/dist/index.cjs.js +10286 -8930
  3. package/dist/index.cjs.js.map +1 -1
  4. package/dist/index.es.js +10151 -8811
  5. package/dist/index.es.js.map +1 -1
  6. package/dist/src/components/assistant-ui/attachments/attach-file-dialog.d.ts +5 -0
  7. package/dist/src/components/assistant-ui/attachments/attachment-preview-dialog.d.ts +2 -1
  8. package/dist/src/components/assistant-ui/context/agent-provider.d.ts +12 -0
  9. package/dist/src/components/assistant-ui/hooks/use-composer-add-attachment.d.ts +9 -0
  10. package/dist/src/components/assistant-ui/tools/badges/tool-badge.d.ts +6 -0
  11. package/dist/src/components/assistant-ui/tools/badges/workflow-badge.d.ts +11 -0
  12. package/dist/src/components/ui/elements/steps/index.d.ts +4 -0
  13. package/dist/src/components/ui/elements/steps/process-step-list-item.d.ts +9 -0
  14. package/dist/src/components/ui/elements/steps/process-step-list.d.ts +8 -0
  15. package/dist/src/components/ui/elements/steps/process-step-progress-bar.d.ts +4 -0
  16. package/dist/src/components/ui/elements/steps/shared.d.ts +8 -0
  17. package/dist/src/domains/agents/components/agent-metadata/agent-metadata.d.ts +5 -3
  18. package/dist/src/domains/templates/index.d.ts +7 -0
  19. package/dist/src/domains/templates/shared.d.ts +7 -0
  20. package/dist/src/domains/templates/template-failure.d.ts +6 -0
  21. package/dist/src/domains/templates/template-form.d.ts +25 -0
  22. package/dist/src/domains/templates/template-info.d.ts +12 -0
  23. package/dist/src/domains/templates/template-installation.d.ts +8 -0
  24. package/dist/src/domains/templates/template-success.d.ts +9 -0
  25. package/dist/src/domains/templates/templates-list.d.ts +22 -0
  26. package/dist/src/domains/templates/templates-tools.d.ts +21 -0
  27. package/dist/src/domains/workflows/context/use-current-run.d.ts +0 -1
  28. package/dist/src/domains/workflows/workflow/workflow-condition-node.d.ts +1 -0
  29. package/dist/src/hooks/use-workflow-runs.d.ts +3 -1
  30. package/dist/src/index.d.ts +2 -0
  31. package/dist/src/lib/file/constants.d.ts +1 -0
  32. package/dist/src/lib/file/contentTypeFromUrl.d.ts +1 -0
  33. package/package.json +4 -4
  34. /package/dist/src/lib/{file.d.ts → file/toBase64.d.ts} +0 -0
package/CHANGELOG.md CHANGED
@@ -1,5 +1,41 @@
1
1
  # @mastra/playground-ui
2
2
 
3
+ ## 6.1.0-alpha.1
4
+
5
+ ### Minor Changes
6
+
7
+ - 376913a: Update peerdeps of @mastra/core
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [8fbf79e]
12
+ - @mastra/core@0.16.0-alpha.1
13
+ - @mastra/client-js@0.12.0-alpha.1
14
+
15
+ ## 6.1.0-alpha.0
16
+
17
+ ### Minor Changes
18
+
19
+ - a01cf14: Add workflow graph in agent (workflow as tool in agent)
20
+
21
+ ### Patch Changes
22
+
23
+ - cf4e353: Agent Builder Template - adding in UI components to use agent builder template actions
24
+ - 788e612: Fix playground workflow graph is broken when workflow starts with a branch
25
+ - 5397eb4: Add public URL support when adding files in Multi Modal
26
+ - Updated dependencies [cf4e353]
27
+ - Updated dependencies [6155cfc]
28
+ - Updated dependencies [fd83526]
29
+ - Updated dependencies [d0b90ab]
30
+ - Updated dependencies [6f5eb7a]
31
+ - Updated dependencies [a01cf14]
32
+ - Updated dependencies [a9e50ee]
33
+ - Updated dependencies [5397eb4]
34
+ - Updated dependencies [c9f4e4a]
35
+ - Updated dependencies [0acbc80]
36
+ - @mastra/client-js@0.12.0-alpha.0
37
+ - @mastra/core@0.16.0-alpha.0
38
+
3
39
  ## 6.0.0
4
40
 
5
41
  ### Major Changes