@mastra/playground-ui 6.1.0 → 6.1.1-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 (52) hide show
  1. package/CHANGELOG.md +20 -0
  2. package/dist/index.cjs.js +3314 -1346
  3. package/dist/index.cjs.js.map +1 -1
  4. package/dist/index.css +1477 -0
  5. package/dist/index.es.js +3288 -1354
  6. package/dist/index.es.js.map +1 -1
  7. package/dist/src/components/assistant-ui/tools/badges/badge-wrapper.d.ts +8 -0
  8. package/dist/src/components/assistant-ui/tools/badges/loading-badge.d.ts +1 -0
  9. package/dist/src/components/assistant-ui/tools/badges/workflow-badge.d.ts +5 -6
  10. package/dist/src/components/ui/elements/buttons/button.d.ts +1 -6
  11. package/dist/src/components/ui/elements/date-time-picker/date-picker.d.ts +4 -0
  12. package/dist/src/components/ui/elements/date-time-picker/date-time-picker.d.ts +31 -0
  13. package/dist/src/components/ui/elements/date-time-picker/index.d.ts +1 -0
  14. package/dist/src/components/ui/elements/date-time-picker/time-picker.d.ts +7 -0
  15. package/dist/src/components/ui/elements/entry-list/entry-list-cell.d.ts +5 -1
  16. package/dist/src/components/ui/elements/entry-list/entry-list-item.d.ts +4 -3
  17. package/dist/src/components/ui/elements/entry-list/entry-list.d.ts +6 -3
  18. package/dist/src/components/ui/elements/headers/index.d.ts +1 -0
  19. package/dist/src/components/ui/elements/headers/page-header.d.ts +8 -0
  20. package/dist/src/components/ui/elements/index.d.ts +5 -0
  21. package/dist/src/components/ui/elements/side-dialog/index.d.ts +2 -0
  22. package/dist/src/components/ui/elements/side-dialog/side-dialog-code-section.d.ts +5 -0
  23. package/dist/src/components/ui/elements/side-dialog/side-dialog-heading.d.ts +6 -0
  24. package/dist/src/components/ui/elements/side-dialog/side-dialog-top.d.ts +2 -1
  25. package/dist/src/components/ui/elements/side-dialog/side-dialog.d.ts +3 -1
  26. package/dist/src/components/ui/elements/text/formatters/get-short-id.d.ts +1 -0
  27. package/dist/src/components/ui/elements/text/index.d.ts +2 -0
  28. package/dist/src/components/ui/elements/text/text-and-icon.d.ts +6 -0
  29. package/dist/src/domains/observability/components/helpers.d.ts +17 -0
  30. package/dist/src/domains/observability/components/index.d.ts +6 -0
  31. package/dist/src/domains/observability/components/shared.d.ts +6 -0
  32. package/dist/src/domains/observability/components/span-details.d.ts +4 -0
  33. package/dist/src/domains/observability/components/span-dialog.d.ts +13 -0
  34. package/dist/src/domains/observability/components/trace-dialog.d.ts +13 -0
  35. package/dist/src/domains/observability/components/trace-span-usage.d.ts +12 -0
  36. package/dist/src/domains/observability/components/trace-timeline-legend.d.ts +6 -0
  37. package/dist/src/domains/observability/components/trace-timeline-span.d.ts +13 -0
  38. package/dist/src/domains/observability/components/trace-timeline.d.ts +12 -0
  39. package/dist/src/domains/observability/components/traces-tools.d.ts +17 -0
  40. package/dist/src/domains/observability/index.d.ts +3 -0
  41. package/dist/src/domains/observability/types.d.ts +9 -0
  42. package/dist/src/domains/observability/utils/format-hierarchical-spans.d.ts +3 -0
  43. package/dist/src/domains/workflows/hooks/use-handle-agent-workflow-stream.d.ts +3 -0
  44. package/dist/src/domains/workflows/index.d.ts +1 -0
  45. package/dist/src/domains/workflows/utils.d.ts +2 -0
  46. package/dist/src/hooks/use-workflow-runs.d.ts +1 -4
  47. package/dist/src/hooks/use-workflows.d.ts +1 -4
  48. package/dist/src/index.d.ts +2 -0
  49. package/dist/src/types.d.ts +6 -0
  50. package/package.json +5 -5
  51. package/dist/src/components/assistant-ui/context/agent-provider.d.ts +0 -12
  52. package/dist/src/components/ui/elements/buttons/button.stories.d.ts +0 -13
package/CHANGELOG.md CHANGED
@@ -1,5 +1,25 @@
1
1
  # @mastra/playground-ui
2
2
 
3
+ ## 6.1.1-alpha.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Use workflow streamVNext in playground ([#7575](https://github.com/mastra-ai/mastra/pull/7575))
8
+
9
+ - add workflow streaming in agent thread ([#7506](https://github.com/mastra-ai/mastra/pull/7506))
10
+
11
+ - Updated dependencies [[`47b6dc9`](https://github.com/mastra-ai/mastra/commit/47b6dc94f4976d4f3d3882e8f19eb365bbc5976c), [`565d65f`](https://github.com/mastra-ai/mastra/commit/565d65fc16314a99f081975ec92f2636dff0c86d), [`4da3d68`](https://github.com/mastra-ai/mastra/commit/4da3d68a778e5c4d5a17351ef223289fe2f45a45), [`0b0bbb2`](https://github.com/mastra-ai/mastra/commit/0b0bbb24f4198ead69792e92b68a350f52b45cf3), [`d951f41`](https://github.com/mastra-ai/mastra/commit/d951f41771e4e5da8da4b9f870949f9509e38756), [`8049e2e`](https://github.com/mastra-ai/mastra/commit/8049e2e8cce80a00353c64894c62b695ac34e35e), [`9ad094f`](https://github.com/mastra-ai/mastra/commit/9ad094fe813b115734a0c1f4859fe4191e05b186)]:
12
+ - @mastra/core@0.16.1-alpha.1
13
+ - @mastra/client-js@0.12.1-alpha.1
14
+
15
+ ## 6.1.1-alpha.0
16
+
17
+ ### Patch Changes
18
+
19
+ - Updated dependencies [[`0662d02`](https://github.com/mastra-ai/mastra/commit/0662d02ef16916e67531890639fcd72c69cfb6e2), [`6189844`](https://github.com/mastra-ai/mastra/commit/61898448e65bda02bb814fb15801a89dc6476938), [`d7a8f59`](https://github.com/mastra-ai/mastra/commit/d7a8f59154b0621aec4f41a6b2ea2b3882f03cb7), [`4dda259`](https://github.com/mastra-ai/mastra/commit/4dda2593b6343f9258671de5fb237aeba3ef6bb7), [`defed1c`](https://github.com/mastra-ai/mastra/commit/defed1ca8040cc8d42e645c5a50a1bc52a4918d7), [`6991ced`](https://github.com/mastra-ai/mastra/commit/6991cedcb5a44a49d9fe58ef67926e1f96ba55b1), [`9cb9c42`](https://github.com/mastra-ai/mastra/commit/9cb9c422854ee81074989dd2d8dccc0500ba8d3e), [`8334859`](https://github.com/mastra-ai/mastra/commit/83348594d4f37b311ba4a94d679c5f8721d796d4)]:
20
+ - @mastra/core@0.16.1-alpha.0
21
+ - @mastra/client-js@0.12.1-alpha.0
22
+
3
23
  ## 6.1.0
4
24
 
5
25
  ### Minor Changes