@mastra/playground-ui 6.3.0 → 6.3.1-alpha.2
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 +53 -0
- package/dist/{colors-DLwJ7rFA.cjs → colors-B_l6leHd.cjs} +2 -2
- package/dist/{colors-DLwJ7rFA.cjs.map → colors-B_l6leHd.cjs.map} +1 -1
- package/dist/{colors-DrbbnW3f.js → colors-Br49332d.js} +2 -2
- package/dist/{colors-DrbbnW3f.js.map → colors-Br49332d.js.map} +1 -1
- package/dist/index.cjs.js +606 -539
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +602 -530
- package/dist/index.es.js.map +1 -1
- package/dist/src/components/assistant-ui/tools/badges/workflow-badge.d.ts +3 -2
- package/dist/src/components/threads.d.ts +2 -1
- package/dist/src/components/ui/searchbar.d.ts +3 -0
- package/dist/src/domains/agents/components/agent-metadata/agent-metadata-section.d.ts +2 -1
- package/dist/src/domains/agents/components/agent-metadata/agent-metadata.d.ts +2 -1
- package/dist/src/domains/agents/components/agent-table/agent-table.d.ts +0 -2
- package/dist/src/domains/agents/components/agent-table/columns.d.ts +1 -4
- package/dist/src/domains/agents/components/agent-table/types.d.ts +2 -11
- package/dist/src/domains/mcps/components/mcp-table/columns.d.ts +3 -0
- package/dist/src/domains/mcps/components/mcp-table/mcp-table.d.ts +6 -0
- package/dist/src/domains/mcps/components/mcp-table/types.d.ts +2 -0
- package/dist/src/domains/mcps/hooks/useMCPServerTools.d.ts +3 -0
- package/dist/src/domains/mcps/index.d.ts +2 -0
- package/dist/src/domains/scores/components/scorers-table/scorers-table.d.ts +0 -2
- package/dist/src/domains/scores/components/scorers-table/types.d.ts +2 -3
- package/dist/src/domains/tools/components/tool-table/columns.d.ts +3 -0
- package/dist/src/domains/tools/components/tool-table/tool-table.d.ts +7 -0
- package/dist/src/domains/tools/components/tool-table/types.d.ts +2 -0
- package/dist/src/domains/tools/index.d.ts +1 -1
- package/dist/src/domains/tools/utils/prepareToolsTable.d.ts +7 -0
- package/dist/src/domains/workflows/components/workflow-table/types.d.ts +2 -4
- package/dist/src/domains/workflows/components/workflow-table/workflow-table.d.ts +1 -3
- package/dist/src/domains/workflows/context/workflow-run-context.d.ts +6 -4
- package/dist/src/domains/workflows/index.d.ts +1 -1
- package/dist/src/domains/workflows/runs/workflow-run-details.d.ts +12 -0
- package/dist/src/domains/workflows/runs/workflow-run-list.d.ts +5 -0
- package/dist/src/domains/workflows/utils.d.ts +2 -4
- package/dist/src/domains/workflows/workflow/workflow-trigger.d.ts +3 -2
- package/dist/src/ds/components/Table/Cells.d.ts +1 -1
- package/dist/src/index.d.ts +2 -0
- package/dist/src/lib/framework.d.ts +2 -0
- package/dist/tokens.cjs.js +1 -1
- package/dist/tokens.es.js +1 -1
- package/package.json +7 -7
- package/dist/src/domains/tools/components/tool-list.d.ts +0 -9
- package/dist/src/domains/workflows/runs/workflow-runs.d.ts +0 -11
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,58 @@
|
|
|
1
1
|
# @mastra/playground-ui
|
|
2
2
|
|
|
3
|
+
## 6.3.1-alpha.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Added AI SDK provider packages to model router for anthropic/google/openai/openrouter/xai ([#8559](https://github.com/mastra-ai/mastra/pull/8559))
|
|
8
|
+
|
|
9
|
+
- Updated dependencies [[`ee9108f`](https://github.com/mastra-ai/mastra/commit/ee9108fa29bb8368fc23df158c9f0645b2d7b65c)]:
|
|
10
|
+
- @mastra/core@0.20.1-alpha.2
|
|
11
|
+
- @mastra/client-js@0.15.1-alpha.2
|
|
12
|
+
- @mastra/react@0.0.4-alpha.2
|
|
13
|
+
|
|
14
|
+
## 6.3.1-alpha.1
|
|
15
|
+
|
|
16
|
+
### Patch Changes
|
|
17
|
+
|
|
18
|
+
- workflow run thread more visible ([#8539](https://github.com/mastra-ai/mastra/pull/8539))
|
|
19
|
+
|
|
20
|
+
- Mutable shared workflow run state ([#8545](https://github.com/mastra-ai/mastra/pull/8545))
|
|
21
|
+
|
|
22
|
+
- add tripwire reason in playground ([#8568](https://github.com/mastra-ai/mastra/pull/8568))
|
|
23
|
+
|
|
24
|
+
- Save waiting step status in snapshot ([#8576](https://github.com/mastra-ai/mastra/pull/8576))
|
|
25
|
+
|
|
26
|
+
- type fixes and missing changeset ([#8545](https://github.com/mastra-ai/mastra/pull/8545))
|
|
27
|
+
|
|
28
|
+
- Convert WorkflowWatchResult to WorkflowResult in workflow graph ([#8541](https://github.com/mastra-ai/mastra/pull/8541))
|
|
29
|
+
|
|
30
|
+
- remove icons in entity lists ([#8520](https://github.com/mastra-ai/mastra/pull/8520))
|
|
31
|
+
|
|
32
|
+
- extract mcp servers into playground + use a table instead of custom stuff ([#8521](https://github.com/mastra-ai/mastra/pull/8521))
|
|
33
|
+
|
|
34
|
+
- add client search to all entities ([#8523](https://github.com/mastra-ai/mastra/pull/8523))
|
|
35
|
+
|
|
36
|
+
- UX for the agents page ([#8517](https://github.com/mastra-ai/mastra/pull/8517))
|
|
37
|
+
|
|
38
|
+
- add icons into playground titles + a link to the entity doc ([#8518](https://github.com/mastra-ai/mastra/pull/8518))
|
|
39
|
+
|
|
40
|
+
- Updated dependencies [[`c621613`](https://github.com/mastra-ai/mastra/commit/c621613069173c69eb2c3ef19a5308894c6549f0), [`12b1189`](https://github.com/mastra-ai/mastra/commit/12b118942445e4de0dd916c593e33ec78dc3bc73), [`4783b30`](https://github.com/mastra-ai/mastra/commit/4783b3063efea887825514b783ba27f67912c26d), [`076b092`](https://github.com/mastra-ai/mastra/commit/076b0924902ff0f49d5712d2df24c4cca683713f), [`2aee9e7`](https://github.com/mastra-ai/mastra/commit/2aee9e7d188b8b256a4ddc203ccefb366b4867fa), [`c582906`](https://github.com/mastra-ai/mastra/commit/c5829065a346260f96c4beb8af131b94804ae3ad), [`fa2eb96`](https://github.com/mastra-ai/mastra/commit/fa2eb96af16c7d433891a73932764960d3235c1d), [`4783b30`](https://github.com/mastra-ai/mastra/commit/4783b3063efea887825514b783ba27f67912c26d), [`a739d0c`](https://github.com/mastra-ai/mastra/commit/a739d0c8b37cd89569e04a6ca0827083c6167e19), [`603e927`](https://github.com/mastra-ai/mastra/commit/603e9279db8bf8a46caf83881c6b7389ccffff7e), [`cd45982`](https://github.com/mastra-ai/mastra/commit/cd4598291cda128a88738734ae6cbef076ebdebd), [`874f74d`](https://github.com/mastra-ai/mastra/commit/874f74da4b1acf6517f18132d035612c3ecc394a), [`0baf2ba`](https://github.com/mastra-ai/mastra/commit/0baf2bab8420277072ef1f95df5ea7b0a2f61fe7), [`26e968d`](https://github.com/mastra-ai/mastra/commit/26e968db2171ded9e4d47aa1b4f19e1e771158d0), [`cbd3fb6`](https://github.com/mastra-ai/mastra/commit/cbd3fb65adb03a7c0df193cb998aed5ac56675ee)]:
|
|
41
|
+
- @mastra/core@0.20.1-alpha.1
|
|
42
|
+
- @mastra/client-js@0.15.1-alpha.1
|
|
43
|
+
- @mastra/react@0.0.4-alpha.1
|
|
44
|
+
|
|
45
|
+
## 6.3.1-alpha.0
|
|
46
|
+
|
|
47
|
+
### Patch Changes
|
|
48
|
+
|
|
49
|
+
- streamLegacy/generateLegacy clarification in playground ([#8468](https://github.com/mastra-ai/mastra/pull/8468))
|
|
50
|
+
|
|
51
|
+
- Updated dependencies [[`10e633a`](https://github.com/mastra-ai/mastra/commit/10e633a07d333466d9734c97acfc3dbf757ad2d0)]:
|
|
52
|
+
- @mastra/core@0.20.1-alpha.0
|
|
53
|
+
- @mastra/client-js@0.15.1-alpha.0
|
|
54
|
+
- @mastra/react@0.0.4-alpha.0
|
|
55
|
+
|
|
3
56
|
## 6.3.0
|
|
4
57
|
|
|
5
58
|
### Minor Changes
|
|
@@ -11,7 +11,7 @@ const Colors = {
|
|
|
11
11
|
accent3: "#267AD2",
|
|
12
12
|
accent4: "#9E57B3",
|
|
13
13
|
accent5: "#4A9DF2",
|
|
14
|
-
accent6: "#
|
|
14
|
+
accent6: "#ECB047",
|
|
15
15
|
accent1Dark: "#16281f",
|
|
16
16
|
accent2Dark: "#281916",
|
|
17
17
|
accent3Dark: "#161a28",
|
|
@@ -39,4 +39,4 @@ const IconColors = {
|
|
|
39
39
|
exports.BorderColors = BorderColors;
|
|
40
40
|
exports.Colors = Colors;
|
|
41
41
|
exports.IconColors = IconColors;
|
|
42
|
-
//# sourceMappingURL=colors-
|
|
42
|
+
//# sourceMappingURL=colors-B_l6leHd.cjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"colors-
|
|
1
|
+
{"version":3,"file":"colors-B_l6leHd.cjs","sources":["../src/ds/tokens/colors.ts"],"sourcesContent":["export const Colors = {\n surface1: '#000000',\n surface2: '#0F0F0F',\n surface3: '#141414',\n surface4: '#1A1A1A',\n surface5: 'rgba(46, 46, 46, 0.9)',\n accent1: '#1AFB6F',\n accent2: '#FF4931',\n accent3: '#267AD2',\n accent4: '#9E57B3',\n accent5: '#4A9DF2',\n accent6: '#ECB047',\n accent1Dark: '#16281f',\n accent2Dark: '#281916',\n accent3Dark: '#161a28',\n accent5Dark: '#161a22',\n accent6Dark: '#232214',\n accent1Darker: '#141a16',\n accent2Darker: '#1a1414',\n accent3Darker: '#14141a',\n accent5Darker: '#14161a',\n accent6Darker: '#1a1a14',\n};\n\nexport const BorderColors = {\n border1: 'rgba(48, 48, 48, 1)',\n border2: 'rgba(66, 66, 66, 1)',\n};\n\nexport const IconColors = {\n icon1: '#5C5C5C',\n icon2: '#707070',\n icon3: '#939393',\n icon4: '#A9A9A9',\n icon5: '#E6E6E6',\n icon6: '#FFFFFF',\n};\n"],"names":[],"mappings":";;AAAO,MAAM,MAAA,GAAS;AAAA,EACpB,QAAA,EAAU,SAAA;AAAA,EACV,QAAA,EAAU,SAAA;AAAA,EACV,QAAA,EAAU,SAAA;AAAA,EACV,QAAA,EAAU,SAAA;AAAA,EACV,QAAA,EAAU,uBAAA;AAAA,EACV,OAAA,EAAS,SAAA;AAAA,EACT,OAAA,EAAS,SAAA;AAAA,EACT,OAAA,EAAS,SAAA;AAAA,EACT,OAAA,EAAS,SAAA;AAAA,EACT,OAAA,EAAS,SAAA;AAAA,EACT,OAAA,EAAS,SAAA;AAAA,EACT,WAAA,EAAa,SAAA;AAAA,EACb,WAAA,EAAa,SAAA;AAAA,EACb,WAAA,EAAa,SAAA;AAAA,EACb,WAAA,EAAa,SAAA;AAAA,EACb,WAAA,EAAa,SAAA;AAAA,EACb,aAAA,EAAe,SAAA;AAAA,EACf,aAAA,EAAe,SAAA;AAAA,EACf,aAAA,EAAe,SAAA;AAAA,EACf,aAAA,EAAe,SAAA;AAAA,EACf,aAAA,EAAe;AACjB;AAEO,MAAM,YAAA,GAAe;AAAA,EAC1B,OAAA,EAAS,qBAAA;AAAA,EACT,OAAA,EAAS;AACX;AAEO,MAAM,UAAA,GAAa;AAAA,EACxB,KAAA,EAAO,SAAA;AAAA,EACP,KAAA,EAAO,SAAA;AAAA,EACP,KAAA,EAAO,SAAA;AAAA,EACP,KAAA,EAAO,SAAA;AAAA,EACP,KAAA,EAAO,SAAA;AAAA,EACP,KAAA,EAAO;AACT;;;;;;"}
|
|
@@ -9,7 +9,7 @@ const Colors = {
|
|
|
9
9
|
accent3: "#267AD2",
|
|
10
10
|
accent4: "#9E57B3",
|
|
11
11
|
accent5: "#4A9DF2",
|
|
12
|
-
accent6: "#
|
|
12
|
+
accent6: "#ECB047",
|
|
13
13
|
accent1Dark: "#16281f",
|
|
14
14
|
accent2Dark: "#281916",
|
|
15
15
|
accent3Dark: "#161a28",
|
|
@@ -35,4 +35,4 @@ const IconColors = {
|
|
|
35
35
|
};
|
|
36
36
|
|
|
37
37
|
export { BorderColors as B, Colors as C, IconColors as I };
|
|
38
|
-
//# sourceMappingURL=colors-
|
|
38
|
+
//# sourceMappingURL=colors-Br49332d.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"colors-
|
|
1
|
+
{"version":3,"file":"colors-Br49332d.js","sources":["../src/ds/tokens/colors.ts"],"sourcesContent":["export const Colors = {\n surface1: '#000000',\n surface2: '#0F0F0F',\n surface3: '#141414',\n surface4: '#1A1A1A',\n surface5: 'rgba(46, 46, 46, 0.9)',\n accent1: '#1AFB6F',\n accent2: '#FF4931',\n accent3: '#267AD2',\n accent4: '#9E57B3',\n accent5: '#4A9DF2',\n accent6: '#ECB047',\n accent1Dark: '#16281f',\n accent2Dark: '#281916',\n accent3Dark: '#161a28',\n accent5Dark: '#161a22',\n accent6Dark: '#232214',\n accent1Darker: '#141a16',\n accent2Darker: '#1a1414',\n accent3Darker: '#14141a',\n accent5Darker: '#14161a',\n accent6Darker: '#1a1a14',\n};\n\nexport const BorderColors = {\n border1: 'rgba(48, 48, 48, 1)',\n border2: 'rgba(66, 66, 66, 1)',\n};\n\nexport const IconColors = {\n icon1: '#5C5C5C',\n icon2: '#707070',\n icon3: '#939393',\n icon4: '#A9A9A9',\n icon5: '#E6E6E6',\n icon6: '#FFFFFF',\n};\n"],"names":[],"mappings":"AAAO,MAAM,MAAA,GAAS;AAAA,EACpB,QAAA,EAAU,SAAA;AAAA,EACV,QAAA,EAAU,SAAA;AAAA,EACV,QAAA,EAAU,SAAA;AAAA,EACV,QAAA,EAAU,SAAA;AAAA,EACV,QAAA,EAAU,uBAAA;AAAA,EACV,OAAA,EAAS,SAAA;AAAA,EACT,OAAA,EAAS,SAAA;AAAA,EACT,OAAA,EAAS,SAAA;AAAA,EACT,OAAA,EAAS,SAAA;AAAA,EACT,OAAA,EAAS,SAAA;AAAA,EACT,OAAA,EAAS,SAAA;AAAA,EACT,WAAA,EAAa,SAAA;AAAA,EACb,WAAA,EAAa,SAAA;AAAA,EACb,WAAA,EAAa,SAAA;AAAA,EACb,WAAA,EAAa,SAAA;AAAA,EACb,WAAA,EAAa,SAAA;AAAA,EACb,aAAA,EAAe,SAAA;AAAA,EACf,aAAA,EAAe,SAAA;AAAA,EACf,aAAA,EAAe,SAAA;AAAA,EACf,aAAA,EAAe,SAAA;AAAA,EACf,aAAA,EAAe;AACjB;AAEO,MAAM,YAAA,GAAe;AAAA,EAC1B,OAAA,EAAS,qBAAA;AAAA,EACT,OAAA,EAAS;AACX;AAEO,MAAM,UAAA,GAAa;AAAA,EACxB,KAAA,EAAO,SAAA;AAAA,EACP,KAAA,EAAO,SAAA;AAAA,EACP,KAAA,EAAO,SAAA;AAAA,EACP,KAAA,EAAO,SAAA;AAAA,EACP,KAAA,EAAO,SAAA;AAAA,EACP,KAAA,EAAO;AACT;;;;"}
|