@mastra/playground-ui 16.1.1 → 16.1.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 +26 -0
- package/dist/index.cjs.js +4455 -4153
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +4448 -4145
- package/dist/index.es.js.map +1 -1
- package/dist/src/domains/agents/components/{agent-list/agent-list.d.ts → agent-table/agent-table.d.ts} +2 -2
- package/dist/src/domains/agents/components/agent-table/columns.d.ts +6 -0
- package/dist/src/domains/agents/components/agent-table/types.d.ts +4 -0
- package/dist/src/domains/agents/components/provider-map-icon.d.ts +0 -1
- package/dist/src/domains/agents/hooks/use-agents.d.ts +1 -3
- package/dist/src/domains/agents/index.d.ts +1 -1
- package/dist/src/domains/datasets/components/datasets-table/columns.d.ts +6 -0
- package/dist/src/domains/datasets/components/datasets-table/datasets-table.d.ts +8 -0
- package/dist/src/domains/datasets/index.d.ts +2 -2
- 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 +7 -0
- package/dist/src/domains/mcps/components/mcp-table/types.d.ts +2 -0
- package/dist/src/domains/mcps/index.d.ts +1 -1
- package/dist/src/domains/processors/components/index.d.ts +1 -1
- package/dist/src/domains/processors/components/processor-table/columns.d.ts +12 -0
- package/dist/src/domains/processors/components/processor-table/index.d.ts +2 -0
- package/dist/src/domains/processors/components/processor-table/processor-table.d.ts +8 -0
- package/dist/src/domains/prompt-blocks/components/prompt-blocks-table/columns.d.ts +3 -0
- package/dist/src/domains/prompt-blocks/components/prompt-blocks-table/prompt-blocks-table.d.ts +6 -0
- package/dist/src/domains/prompt-blocks/components/prompt-blocks-table/types.d.ts +2 -0
- package/dist/src/domains/prompt-blocks/index.d.ts +1 -1
- package/dist/src/domains/scores/components/scorers-table/columns.d.ts +3 -0
- package/dist/src/domains/scores/components/scorers-table/scorers-table.d.ts +7 -0
- package/dist/src/domains/scores/components/scorers-table/types.d.ts +4 -0
- package/dist/src/domains/scores/index.d.ts +1 -1
- package/dist/src/domains/templates/index.d.ts +1 -0
- package/dist/src/domains/templates/templates-list.d.ts +4 -4
- package/dist/src/domains/tool-providers/components/index.d.ts +1 -1
- package/dist/src/domains/tool-providers/components/{provider-tool-list.d.ts → tool-list.d.ts} +1 -1
- package/dist/src/domains/tools/components/tool-table/columns.d.ts +3 -0
- package/dist/src/domains/tools/components/{tool-list/tool-list.d.ts → tool-table/tool-table.d.ts} +2 -2
- package/dist/src/domains/tools/index.d.ts +1 -1
- package/dist/src/domains/workflows/components/workflow-table/columns.d.ts +3 -0
- package/dist/src/domains/workflows/components/workflow-table/types.d.ts +4 -0
- package/dist/src/domains/workflows/components/workflow-table/workflow-table.d.ts +7 -0
- package/dist/src/domains/workflows/index.d.ts +1 -1
- package/dist/src/ds/components/EmptyState/EmptyState.d.ts +1 -1
- package/dist/src/ds/components/FormFieldBlocks/fields/search-field-block.d.ts +1 -2
- package/dist/src/ds/components/ItemList/item-list-cell.d.ts +2 -3
- package/dist/src/ds/components/ItemList/item-list-row.d.ts +1 -2
- package/dist/src/ds/components/ItemList/item-list-text-cell.d.ts +2 -1
- package/dist/src/index.d.ts +0 -3
- package/package.json +8 -8
- package/dist/src/domains/agents/components/agent-list/no-agents-info.d.ts +0 -4
- package/dist/src/domains/datasets/components/datasets-list/datasets-list.d.ts +0 -8
- package/dist/src/domains/datasets/components/datasets-list/no-datasets-info.d.ts +0 -4
- package/dist/src/domains/mcps/components/mcp-server-list/mcp-server-list.d.ts +0 -7
- package/dist/src/domains/mcps/components/mcp-server-list/no-mcp-servers-info.d.ts +0 -1
- package/dist/src/domains/processors/components/processor-list/no-processors-info.d.ts +0 -1
- package/dist/src/domains/processors/components/processor-list/processor-list.d.ts +0 -7
- package/dist/src/domains/prompt-blocks/components/prompt-block-list/no-prompt-blocks-info.d.ts +0 -1
- package/dist/src/domains/prompt-blocks/components/prompt-block-list/prompt-blocks-list.d.ts +0 -6
- package/dist/src/domains/scores/components/scorers-list/no-scorers-info.d.ts +0 -1
- package/dist/src/domains/scores/components/scorers-list/scorers-list.d.ts +0 -7
- package/dist/src/domains/tools/components/tool-list/no-tools-info.d.ts +0 -1
- package/dist/src/domains/workflows/components/workflow-list/no-workflow-info.d.ts +0 -1
- package/dist/src/domains/workflows/components/workflow-list/workflow-list.d.ts +0 -7
- package/dist/src/ds/components/ErrorState/ErrorState.d.ts +0 -5
- package/dist/src/ds/components/ErrorState/error-state.stories.d.ts +0 -8
- package/dist/src/ds/components/ErrorState/index.d.ts +0 -2
- package/dist/src/ds/components/ListSearch/index.d.ts +0 -1
- package/dist/src/ds/components/ListSearch/list-search.d.ts +0 -7
- package/dist/src/ds/components/PageContent/index.d.ts +0 -1
- package/dist/src/ds/components/PageContent/page-content-main.d.ts +0 -5
- package/dist/src/ds/components/PageContent/page-content-root.d.ts +0 -4
- package/dist/src/ds/components/PageContent/page-content-top-bar.d.ts +0 -4
- package/dist/src/ds/components/PageContent/page-content.d.ts +0 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,31 @@
|
|
|
1
1
|
# @mastra/playground-ui
|
|
2
2
|
|
|
3
|
+
## 16.1.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Revert "New style for list-type pages (#14173)" - restores Table components that were replaced with List components ([#14278](https://github.com/mastra-ai/mastra/pull/14278))
|
|
8
|
+
|
|
9
|
+
- Updated dependencies [[`42c585b`](https://github.com/mastra-ai/mastra/commit/42c585bf863ab0a5081e7445f24a821f32b31c91), [`0ce6035`](https://github.com/mastra-ai/mastra/commit/0ce603591189f547397704e53f23c77bc5630071), [`1978bc4`](https://github.com/mastra-ai/mastra/commit/1978bc424dbb04f5f7c5d8522f07f1166006fa3f)]:
|
|
10
|
+
- @mastra/client-js@1.8.4
|
|
11
|
+
- @mastra/core@1.13.2
|
|
12
|
+
- @mastra/schema-compat@1.2.4
|
|
13
|
+
- @mastra/react@0.2.14
|
|
14
|
+
- @mastra/ai-sdk@1.1.3
|
|
15
|
+
|
|
16
|
+
## 16.1.2-alpha.0
|
|
17
|
+
|
|
18
|
+
### Patch Changes
|
|
19
|
+
|
|
20
|
+
- Revert "New style for list-type pages (#14173)" - restores Table components that were replaced with List components ([#14278](https://github.com/mastra-ai/mastra/pull/14278))
|
|
21
|
+
|
|
22
|
+
- Updated dependencies [[`0ce6035`](https://github.com/mastra-ai/mastra/commit/0ce603591189f547397704e53f23c77bc5630071), [`1978bc4`](https://github.com/mastra-ai/mastra/commit/1978bc424dbb04f5f7c5d8522f07f1166006fa3f)]:
|
|
23
|
+
- @mastra/core@1.13.2-alpha.0
|
|
24
|
+
- @mastra/schema-compat@1.2.4-alpha.0
|
|
25
|
+
- @mastra/client-js@1.8.4-alpha.0
|
|
26
|
+
- @mastra/react@0.2.14-alpha.0
|
|
27
|
+
- @mastra/ai-sdk@1.1.3
|
|
28
|
+
|
|
3
29
|
## 16.1.1
|
|
4
30
|
|
|
5
31
|
### Patch Changes
|