@mastra/playground-ui 27.0.2-alpha.0 → 28.0.0-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 +42 -0
- package/dist/index.cjs.js +335 -170
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.css +121 -80
- package/dist/index.es.js +327 -171
- package/dist/index.es.js.map +1 -1
- package/dist/src/domains/logs/components/logs-layout.d.ts +1 -1
- package/dist/src/domains/metrics/components/card-action-buttons.d.ts +1 -1
- package/dist/src/domains/metrics/components/latency-card-view.d.ts +1 -1
- package/dist/src/domains/metrics/components/memory-card-view.d.ts +1 -1
- package/dist/src/domains/metrics/components/model-usage-cost-card-view.d.ts +1 -1
- package/dist/src/domains/metrics/components/token-usage-by-agent-card-view.d.ts +1 -1
- package/dist/src/domains/metrics/components/traces-volume-card-view.d.ts +1 -1
- package/dist/src/domains/metrics/hooks/use-metrics.d.ts +2 -2
- package/dist/src/domains/traces/components/span-data-panel-view.d.ts +1 -1
- package/dist/src/domains/traces/components/trace-timeline.d.ts +1 -1
- package/dist/src/domains/traces/components/traces-layout.d.ts +1 -1
- package/dist/src/domains/traces/components/traces-toolbar.d.ts +1 -1
- package/dist/src/domains/traces/trace-filters.d.ts +8 -1
- package/dist/src/domains/traces/types.d.ts +1 -1
- package/dist/src/ds/components/Badge/Badge.d.ts +1 -1
- package/dist/src/ds/components/Breadcrumb/Breadcrumb.d.ts +4 -2
- package/dist/src/ds/components/Button/Button.d.ts +1 -1
- package/dist/src/ds/components/Button/ButtonWithTooltip.d.ts +1 -1
- package/dist/src/ds/components/Chip/chip.d.ts +1 -1
- package/dist/src/ds/components/Chip/chips-group.d.ts +1 -1
- package/dist/src/ds/components/CodeEditor/code-editor.d.ts +3 -3
- package/dist/src/ds/components/Collapsible/collapsible.d.ts +1 -1
- package/dist/src/ds/components/Columns/multi-column.d.ts +1 -1
- package/dist/src/ds/components/DashboardCard/dashboard-card.d.ts +1 -1
- package/dist/src/ds/components/DataDetailsPanel/data-details-panel-content.d.ts +1 -1
- package/dist/src/ds/components/DataDetailsPanel/data-details-panel-loading-data.d.ts +1 -1
- package/dist/src/ds/components/DataFilter/select-data-filter.d.ts +1 -1
- package/dist/src/ds/components/DataList/ScoresDataList/scores-data-list.d.ts +3 -3
- package/dist/src/ds/components/DataList/TracesDataList/traces-data-list.d.ts +4 -4
- package/dist/src/ds/components/DataList/data-list-cells.d.ts +1 -1
- package/dist/src/ds/components/DataList/data-list-root.d.ts +1 -1
- package/dist/src/ds/components/DataList/data-list-row-button.d.ts +2 -2
- package/dist/src/ds/components/DataList/data-list-row-link.d.ts +1 -1
- package/dist/src/ds/components/DataList/data-list-row.d.ts +2 -2
- package/dist/src/ds/components/DataList/data-list-subheader.d.ts +2 -2
- package/dist/src/ds/components/DataList/data-list-subheading.d.ts +1 -1
- package/dist/src/ds/components/DataList/data-list-top-cell.d.ts +2 -2
- package/dist/src/ds/components/DataList/data-list-top.d.ts +1 -1
- package/dist/src/ds/components/DataList/data-list.d.ts +4 -4
- package/dist/src/ds/components/DataPanel/data-panel-content.d.ts +1 -1
- package/dist/src/ds/components/DataPanel/data-panel-loading-data.d.ts +1 -1
- package/dist/src/ds/components/EntityList/entity-list-cells.d.ts +1 -1
- package/dist/src/ds/components/EntityList/entity-list-root.d.ts +1 -1
- package/dist/src/ds/components/EntityList/entity-list-row-link.d.ts +1 -1
- package/dist/src/ds/components/EntityList/entity-list-row.d.ts +1 -1
- package/dist/src/ds/components/EntityList/entity-list-rows.d.ts +1 -1
- package/dist/src/ds/components/EntityList/entity-list-top-cell.d.ts +2 -2
- package/dist/src/ds/components/EntityList/entity-list-top.d.ts +1 -1
- package/dist/src/ds/components/EntityList/entity-list.d.ts +1 -1
- package/dist/src/ds/components/EntityListPageLayout/entity-list-page-layout-root.d.ts +1 -1
- package/dist/src/ds/components/EntityListPageLayout/entity-list-page-layout-top.d.ts +1 -1
- package/dist/src/ds/components/Entry/entry.d.ts +1 -1
- package/dist/src/ds/components/EntryList/entry-list-entries.d.ts +1 -1
- package/dist/src/ds/components/EntryList/entry-list-root.d.ts +1 -1
- package/dist/src/ds/components/EntryList/entry-list-trim.d.ts +1 -1
- package/dist/src/ds/components/Header/Header.d.ts +1 -1
- package/dist/src/ds/components/HorizontalBars/horizontal-bars.d.ts +1 -1
- package/dist/src/ds/components/ItemList/item-list-items-scroller.d.ts +1 -1
- package/dist/src/ds/components/ItemList/item-list-items.d.ts +1 -1
- package/dist/src/ds/components/ItemList/item-list-root.d.ts +1 -1
- package/dist/src/ds/components/KeyValueList/key-value-list.d.ts +1 -1
- package/dist/src/ds/components/Logo/MastraLogo.d.ts +1 -1
- package/dist/src/ds/components/LogsDataList/logs-data-list.d.ts +3 -3
- package/dist/src/ds/components/MainHeader/main-header-root.d.ts +1 -1
- package/dist/src/ds/components/MainSidebar/main-sidebar-bottom.d.ts +1 -1
- package/dist/src/ds/components/MainSidebar/main-sidebar-context.d.ts +1 -1
- package/dist/src/ds/components/MainSidebar/main-sidebar-mobile-trigger.d.ts +1 -1
- package/dist/src/ds/components/MainSidebar/main-sidebar-nav-header.d.ts +1 -1
- package/dist/src/ds/components/MainSidebar/main-sidebar-nav-label.d.ts +1 -1
- package/dist/src/ds/components/MainSidebar/main-sidebar-nav-link.d.ts +3 -3
- package/dist/src/ds/components/MainSidebar/main-sidebar-nav-list.d.ts +1 -1
- package/dist/src/ds/components/MainSidebar/main-sidebar-nav-section.d.ts +1 -1
- package/dist/src/ds/components/MainSidebar/main-sidebar-nav-separator.d.ts +1 -1
- package/dist/src/ds/components/MainSidebar/main-sidebar-nav.d.ts +1 -1
- package/dist/src/ds/components/MainSidebar/main-sidebar-trigger.d.ts +1 -1
- package/dist/src/ds/components/MetricsCard/metrics-card-actions.d.ts +1 -1
- package/dist/src/ds/components/MetricsCard/metrics-card-content.d.ts +1 -1
- package/dist/src/ds/components/MetricsCard/metrics-card-root.d.ts +1 -1
- package/dist/src/ds/components/MetricsCard/metrics-card-title-and-description.d.ts +1 -1
- package/dist/src/ds/components/MetricsCard/metrics-card-top-bar.d.ts +1 -1
- package/dist/src/ds/components/MetricsDataTable/metrics-data-table.d.ts +1 -1
- package/dist/src/ds/components/MetricsFlexGrid/metrics-flex-grid.d.ts +1 -1
- package/dist/src/ds/components/MetricsKpiCard/metrics-kpi-card-root.d.ts +1 -1
- package/dist/src/ds/components/Notice/notice-root.d.ts +1 -1
- package/dist/src/ds/components/PageHeader/page-header-root.d.ts +1 -1
- package/dist/src/ds/components/PageLayout/index.d.ts +1 -0
- package/dist/src/ds/components/PageLayout/no-data-page-layout.d.ts +4 -4
- package/dist/src/ds/components/PageLayout/page-heading-context.d.ts +2 -0
- package/dist/src/ds/components/PageLayout/page-layout-main-area.d.ts +1 -1
- package/dist/src/ds/components/PageLayout/page-layout-root.d.ts +1 -1
- package/dist/src/ds/components/PageLayout/page-layout-top-area.d.ts +1 -1
- package/dist/src/ds/components/PropertyFilter/property-filter-applied.d.ts +1 -1
- package/dist/src/ds/components/PropertyFilter/types.d.ts +7 -0
- package/dist/src/ds/components/ScrollableContainer/scrollable-container.d.ts +1 -1
- package/dist/src/ds/components/Section/section-header.d.ts +1 -1
- package/dist/src/ds/components/Section/section-heading.d.ts +1 -1
- package/dist/src/ds/components/SectionCard/card-heading.d.ts +1 -1
- package/dist/src/ds/components/SectionCard/section-card.d.ts +1 -1
- package/dist/src/ds/components/SettingsRow/settings-row.d.ts +1 -1
- package/dist/src/ds/components/SideDialog/side-dialog-code-section.d.ts +1 -1
- package/dist/src/ds/components/Table/Cells.d.ts +1 -1
- package/dist/src/ds/components/Table/Table.d.ts +1 -1
- package/dist/src/ds/components/ThemeProvider/theme-context.d.ts +1 -1
- package/dist/src/ds/components/Tree/tree.d.ts +8 -8
- package/dist/src/ds/components/Txt/Txt.d.ts +1 -1
- package/dist/src/ds/icons/AgentCoinIcon.d.ts +1 -1
- package/dist/src/ds/icons/AgentIcon.d.ts +1 -1
- package/dist/src/ds/icons/AiIcon.d.ts +1 -1
- package/dist/src/ds/icons/AmazonIcon.d.ts +1 -1
- package/dist/src/ds/icons/AnthropicChatIcon.d.ts +1 -1
- package/dist/src/ds/icons/AnthropicMessagesIcon.d.ts +1 -1
- package/dist/src/ds/icons/ApiIcon.d.ts +1 -1
- package/dist/src/ds/icons/AzureIcon.d.ts +1 -1
- package/dist/src/ds/icons/BranchIcon.d.ts +1 -1
- package/dist/src/ds/icons/CheckIcon.d.ts +1 -1
- package/dist/src/ds/icons/ChevronIcon.d.ts +1 -1
- package/dist/src/ds/icons/CohereIcon.d.ts +1 -1
- package/dist/src/ds/icons/CommitIcon.d.ts +1 -1
- package/dist/src/ds/icons/CrossIcon.d.ts +1 -1
- package/dist/src/ds/icons/DatasetsIcon.d.ts +2 -0
- package/dist/src/ds/icons/DbIcon.d.ts +1 -1
- package/dist/src/ds/icons/DebugIcon.d.ts +1 -1
- package/dist/src/ds/icons/DeploymentIcon.d.ts +1 -1
- package/dist/src/ds/icons/DividerIcon.d.ts +1 -1
- package/dist/src/ds/icons/DocsIcon.d.ts +1 -1
- package/dist/src/ds/icons/EnvIcon.d.ts +1 -1
- package/dist/src/ds/icons/ExperimentsIcon.d.ts +2 -0
- package/dist/src/ds/icons/FiltersIcon.d.ts +1 -1
- package/dist/src/ds/icons/FolderIcon.d.ts +1 -1
- package/dist/src/ds/icons/GithubCoinIcon.d.ts +1 -1
- package/dist/src/ds/icons/GithubIcon.d.ts +1 -1
- package/dist/src/ds/icons/GoogleIcon.d.ts +1 -1
- package/dist/src/ds/icons/GroqIcon.d.ts +1 -1
- package/dist/src/ds/icons/HomeIcon.d.ts +1 -1
- package/dist/src/ds/icons/Icon.d.ts +1 -1
- package/dist/src/ds/icons/InfoIcon.d.ts +1 -1
- package/dist/src/ds/icons/JudgeIcon.d.ts +1 -1
- package/dist/src/ds/icons/LatencyIcon.d.ts +1 -1
- package/dist/src/ds/icons/LogsIcon.d.ts +1 -1
- package/dist/src/ds/icons/MastraIcon.d.ts +1 -1
- package/dist/src/ds/icons/McpCoinIcon.d.ts +1 -1
- package/dist/src/ds/icons/McpServerIcon.d.ts +1 -1
- package/dist/src/ds/icons/MemoryIcon.d.ts +1 -1
- package/dist/src/ds/icons/MetricsIcon.d.ts +2 -0
- package/dist/src/ds/icons/MistralIcon.d.ts +1 -1
- package/dist/src/ds/icons/NetlifyIcon.d.ts +1 -1
- package/dist/src/ds/icons/OpenAIIcon.d.ts +1 -1
- package/dist/src/ds/icons/OpenaiChatIcon.d.ts +1 -1
- package/dist/src/ds/icons/ProcessorIcon.d.ts +1 -1
- package/dist/src/ds/icons/PromptIcon.d.ts +1 -1
- package/dist/src/ds/icons/RepoIcon.d.ts +1 -1
- package/dist/src/ds/icons/RequestContextIcon.d.ts +2 -0
- package/dist/src/ds/icons/ScorersIcon.d.ts +2 -0
- package/dist/src/ds/icons/SettingsIcon.d.ts +1 -1
- package/dist/src/ds/icons/SkillIcon.d.ts +1 -1
- package/dist/src/ds/icons/SlashIcon.d.ts +1 -1
- package/dist/src/ds/icons/ToolCoinIcon.d.ts +1 -1
- package/dist/src/ds/icons/ToolsIcon.d.ts +1 -1
- package/dist/src/ds/icons/TraceIcon.d.ts +1 -1
- package/dist/src/ds/icons/TsIcon.d.ts +1 -1
- package/dist/src/ds/icons/VariablesIcon.d.ts +1 -1
- package/dist/src/ds/icons/WorkflowCoinIcon.d.ts +1 -1
- package/dist/src/ds/icons/WorkflowIcon.d.ts +1 -1
- package/dist/src/ds/icons/WorkspacesIcon.d.ts +2 -0
- package/dist/src/ds/icons/XGroqIcon.d.ts +1 -1
- package/dist/src/ds/icons/index.d.ts +6 -0
- package/dist/src/ds/types/link-component.d.ts +1 -1
- package/dist/src/hooks/use-autoscroll.d.ts +1 -1
- package/dist/src/lib/toast.d.ts +1 -1
- package/package.json +9 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,47 @@
|
|
|
1
1
|
# @mastra/playground-ui
|
|
2
2
|
|
|
3
|
+
## 28.0.0-alpha.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [[`090a647`](https://github.com/mastra-ai/mastra/commit/090a647ba5a66d36f203f9f49457e03a1ff4e6fb), [`090a647`](https://github.com/mastra-ai/mastra/commit/090a647ba5a66d36f203f9f49457e03a1ff4e6fb), [`f84447d`](https://github.com/mastra-ai/mastra/commit/f84447d6c80f3471836a9b300d246b331fb47e0d), [`a1a5b3e`](https://github.com/mastra-ai/mastra/commit/a1a5b3e42ab2ca5161ea21db59ebf28442680fa7), [`af84f57`](https://github.com/mastra-ai/mastra/commit/af84f571ed762e92e8e61c5f9a72363520914274), [`8b3c6f9`](https://github.com/mastra-ai/mastra/commit/8b3c6f90f7879833ba7d1bc70937e1d8f69d0804)]:
|
|
8
|
+
- @mastra/core@1.34.0-alpha.3
|
|
9
|
+
- @mastra/client-js@1.19.0-alpha.3
|
|
10
|
+
- @mastra/react@0.3.2-alpha.3
|
|
11
|
+
|
|
12
|
+
## 27.1.0-alpha.2
|
|
13
|
+
|
|
14
|
+
### Minor Changes
|
|
15
|
+
|
|
16
|
+
- Added a List mode filter to the Observability traces page for switching between Traces and Branches mode, and changed the default to Traces mode. Previously, the page opened in Branches mode; now it opens in Traces mode, and users can switch modes via the new "List mode" property in the Add filter menu. For example: open Observability → Traces (now defaults to Traces) → Add filter → List mode → pick Branches or Traces. ([#16587](https://github.com/mastra-ai/mastra/pull/16587))
|
|
17
|
+
|
|
18
|
+
### Patch Changes
|
|
19
|
+
|
|
20
|
+
- Updated dependencies [[`bdb4cbf`](https://github.com/mastra-ai/mastra/commit/bdb4cbf8ba4b685d7481f28bb9dc3de6c79c9ed2)]:
|
|
21
|
+
- @mastra/core@1.34.0-alpha.2
|
|
22
|
+
- @mastra/client-js@1.18.2-alpha.2
|
|
23
|
+
- @mastra/react@0.3.2-alpha.2
|
|
24
|
+
|
|
25
|
+
## 27.0.2-alpha.1
|
|
26
|
+
|
|
27
|
+
### Patch Changes
|
|
28
|
+
|
|
29
|
+
- Removed the inset top gloss from the `shadow-dialog` token. The gloss read as a faint highlight band along the top edge of dropdown menus, popovers, selects, comboboxes, dialogs, tooltips, side dialogs and the main app container in dark mode. The token now applies a drop-shadow only and is consistent across light and dark themes. ([#16544](https://github.com/mastra-ai/mastra/pull/16544))
|
|
30
|
+
|
|
31
|
+
- Restyled `MainSidebar` and swapped sidebar icons to the new Figma design system set. ([#16544](https://github.com/mastra-ai/mastra/pull/16544))
|
|
32
|
+
- Section titles are larger and medium-weight (`text-ui-sm`, `font-medium`), lowercase, muted — replacing the previous uppercase + wide-tracking treatment. Underline divider beneath the title removed in both expanded and collapsed states. Active indicator bar on the left edge removed.
|
|
33
|
+
- Nav items render flush: icons align horizontally with the section title, hover/active state now uses theme-aware sidebar surface tokens without item borders or shadows. The legacy `indent` option is still accepted but no longer changes layout.
|
|
34
|
+
- New sidebar icons: `WorkspacesIcon`, `RequestContextIcon`, `ScorersIcon`, `DatasetsIcon`, `ExperimentsIcon`, `MetricsIcon`. Existing icons `AgentIcon`, `PromptIcon`, `WorkflowIcon`, `ProcessorIcon`, `McpServerIcon`, `ToolsIcon`, `LogsIcon`, `TraceIcon` updated to match the Figma artwork. All icons accept `React.SVGProps<SVGSVGElement>` and inherit color via `currentColor`.
|
|
35
|
+
|
|
36
|
+
- Improved Studio main content framing, persistent page breadcrumbs, accessible page headings, panel layering, and theme-aware navigation/card contrast. ([#16544](https://github.com/mastra-ai/mastra/pull/16544))
|
|
37
|
+
|
|
38
|
+
- Fixed a React/React DOM version mismatch that prevented Storybook from rendering in `@mastra/playground-ui`. ([#16529](https://github.com/mastra-ai/mastra/pull/16529))
|
|
39
|
+
|
|
40
|
+
- Updated dependencies [[`fceae1f`](https://github.com/mastra-ai/mastra/commit/fceae1f5f5db4722cb078a663c6eb4bd22944123), [`bf02acb`](https://github.com/mastra-ai/mastra/commit/bf02acbb8a6110f638ac844e89f1ebf04cb7fe74), [`0fd3fbe`](https://github.com/mastra-ai/mastra/commit/0fd3fbe40fb63657aedd72f6e7b38c8e8ee6940d), [`fed0475`](https://github.com/mastra-ai/mastra/commit/fed0475ccfea31e4fc251469ac05640d0742c1f0), [`522f44d`](https://github.com/mastra-ai/mastra/commit/522f44d947214bfc06cff50599bae1ef3494880d)]:
|
|
41
|
+
- @mastra/core@1.34.0-alpha.1
|
|
42
|
+
- @mastra/client-js@1.18.2-alpha.1
|
|
43
|
+
- @mastra/react@0.3.2-alpha.1
|
|
44
|
+
|
|
3
45
|
## 27.0.2-alpha.0
|
|
4
46
|
|
|
5
47
|
### Patch Changes
|