@mastra/playground-ui 6.3.1-alpha.0 → 6.3.1-alpha.3
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 +51 -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 +583 -528
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +579 -519
- 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-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,56 @@
|
|
|
1
1
|
# @mastra/playground-ui
|
|
2
2
|
|
|
3
|
+
## 6.3.1-alpha.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [[`a6d69c5`](https://github.com/mastra-ai/mastra/commit/a6d69c5fb50c0875b46275811fece5862f03c6a0), [`84199af`](https://github.com/mastra-ai/mastra/commit/84199af8673f6f9cb59286ffb5477a41932775de), [`7f431af`](https://github.com/mastra-ai/mastra/commit/7f431afd586b7d3265075e73106eb73167edbb86)]:
|
|
8
|
+
- @mastra/core@0.20.1-alpha.3
|
|
9
|
+
- @mastra/client-js@0.15.1-alpha.3
|
|
10
|
+
- @mastra/react@0.0.4-alpha.3
|
|
11
|
+
|
|
12
|
+
## 6.3.1-alpha.2
|
|
13
|
+
|
|
14
|
+
### Patch Changes
|
|
15
|
+
|
|
16
|
+
- Added AI SDK provider packages to model router for anthropic/google/openai/openrouter/xai ([#8559](https://github.com/mastra-ai/mastra/pull/8559))
|
|
17
|
+
|
|
18
|
+
- Updated dependencies [[`ee9108f`](https://github.com/mastra-ai/mastra/commit/ee9108fa29bb8368fc23df158c9f0645b2d7b65c)]:
|
|
19
|
+
- @mastra/core@0.20.1-alpha.2
|
|
20
|
+
- @mastra/client-js@0.15.1-alpha.2
|
|
21
|
+
- @mastra/react@0.0.4-alpha.2
|
|
22
|
+
|
|
23
|
+
## 6.3.1-alpha.1
|
|
24
|
+
|
|
25
|
+
### Patch Changes
|
|
26
|
+
|
|
27
|
+
- workflow run thread more visible ([#8539](https://github.com/mastra-ai/mastra/pull/8539))
|
|
28
|
+
|
|
29
|
+
- Mutable shared workflow run state ([#8545](https://github.com/mastra-ai/mastra/pull/8545))
|
|
30
|
+
|
|
31
|
+
- add tripwire reason in playground ([#8568](https://github.com/mastra-ai/mastra/pull/8568))
|
|
32
|
+
|
|
33
|
+
- Save waiting step status in snapshot ([#8576](https://github.com/mastra-ai/mastra/pull/8576))
|
|
34
|
+
|
|
35
|
+
- type fixes and missing changeset ([#8545](https://github.com/mastra-ai/mastra/pull/8545))
|
|
36
|
+
|
|
37
|
+
- Convert WorkflowWatchResult to WorkflowResult in workflow graph ([#8541](https://github.com/mastra-ai/mastra/pull/8541))
|
|
38
|
+
|
|
39
|
+
- remove icons in entity lists ([#8520](https://github.com/mastra-ai/mastra/pull/8520))
|
|
40
|
+
|
|
41
|
+
- extract mcp servers into playground + use a table instead of custom stuff ([#8521](https://github.com/mastra-ai/mastra/pull/8521))
|
|
42
|
+
|
|
43
|
+
- add client search to all entities ([#8523](https://github.com/mastra-ai/mastra/pull/8523))
|
|
44
|
+
|
|
45
|
+
- UX for the agents page ([#8517](https://github.com/mastra-ai/mastra/pull/8517))
|
|
46
|
+
|
|
47
|
+
- add icons into playground titles + a link to the entity doc ([#8518](https://github.com/mastra-ai/mastra/pull/8518))
|
|
48
|
+
|
|
49
|
+
- 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)]:
|
|
50
|
+
- @mastra/core@0.20.1-alpha.1
|
|
51
|
+
- @mastra/client-js@0.15.1-alpha.1
|
|
52
|
+
- @mastra/react@0.0.4-alpha.1
|
|
53
|
+
|
|
3
54
|
## 6.3.1-alpha.0
|
|
4
55
|
|
|
5
56
|
### Patch 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;;;;"}
|