@mastra/playground-ui 16.0.1-alpha.0 → 16.0.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.
- package/CHANGELOG.md +16 -0
- package/dist/index.cjs.js +562 -308
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +563 -310
- package/dist/index.es.js.map +1 -1
- package/dist/{spacings-C1HSb4JB.cjs → spacings-5EviUq8A.cjs} +2 -2
- package/dist/spacings-5EviUq8A.cjs.map +1 -0
- package/dist/{spacings-DEKdCt8K.js → spacings-Be0ECz0K.js} +2 -2
- package/dist/spacings-Be0ECz0K.js.map +1 -0
- package/dist/src/domains/agents/components/agent-playground/agent-playground-version-bar.d.ts +4 -1
- package/dist/src/ds/components/CopyButton/copy-button.d.ts +1 -1
- package/dist/src/ds/components/Popover/popover.d.ts +2 -1
- package/dist/tailwind.preset.cjs.js +1 -1
- package/dist/tailwind.preset.es.js +1 -1
- package/dist/tokens.cjs.js +1 -1
- package/dist/tokens.es.js +1 -1
- package/package.json +9 -9
- package/dist/spacings-C1HSb4JB.cjs.map +0 -1
- package/dist/spacings-DEKdCt8K.js.map +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# @mastra/playground-ui
|
|
2
2
|
|
|
3
|
+
## 16.0.1-alpha.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- dependencies updates: ([#14125](https://github.com/mastra-ai/mastra/pull/14125))
|
|
8
|
+
- Updated dependency [`zustand@^5.0.11` ↗︎](https://www.npmjs.com/package/zustand/v/5.0.11) (from `^5.0.9`, in `dependencies`)
|
|
9
|
+
|
|
10
|
+
- Change file browser root path from `/` to `.` so workspace navigation starts from the workspace directory instead of the host filesystem root. ([#13804](https://github.com/mastra-ai/mastra/pull/13804))
|
|
11
|
+
|
|
12
|
+
- Updated dependencies [[`709362d`](https://github.com/mastra-ai/mastra/commit/709362d67b80d8832729bbf9e449cad27640a5d2), [`9cede11`](https://github.com/mastra-ai/mastra/commit/9cede110abac9d93072e0521bb3c8bcafb9fdadf), [`a59f126`](https://github.com/mastra-ai/mastra/commit/a59f1269104f54726699c5cdb98c72c93606d2df), [`c510833`](https://github.com/mastra-ai/mastra/commit/c5108333e8cbc19dafee5f8bfefbcb5ee935335c), [`7296fcc`](https://github.com/mastra-ai/mastra/commit/7296fcc599c876a68699a71c7054a16d5aaf2337), [`00c27f9`](https://github.com/mastra-ai/mastra/commit/00c27f9080731433230a61be69c44e39a7a7b4c7), [`ee19c9b`](https://github.com/mastra-ai/mastra/commit/ee19c9ba3ec3ed91feb214ad539bdc766c53bb01)]:
|
|
13
|
+
- @mastra/schema-compat@1.2.1-alpha.1
|
|
14
|
+
- @mastra/core@1.12.0-alpha.1
|
|
15
|
+
- @mastra/client-js@1.8.1-alpha.1
|
|
16
|
+
- @mastra/ai-sdk@1.1.3
|
|
17
|
+
- @mastra/react@0.2.11-alpha.1
|
|
18
|
+
|
|
3
19
|
## 16.0.1-alpha.0
|
|
4
20
|
|
|
5
21
|
### Patch Changes
|