Commit 8c451de
authored
chore: version packages (#1548)
This PR was opened by the [Changesets
release](https://github.com/changesets/action) GitHub action. When
you're ready to do a release, you can merge this and the packages will
be published to npm automatically. If you're not ready to do a release
yet, that's fine, whenever you add more changesets to main, this PR will
be updated.
# Releases
## @gram-ai/elements@1.26.0
### Minor Changes
- 9cb2f0e: Chart plugin and generative UI overhaul
**Chart Plugin**
- Replace Vega-Lite with Recharts for React 19 compatibility
- Add themed tooltips using CSS variables (oklch colors)
- Update chart stories to use MCP orders summary tool
**Generative UI**
- Add macOS-style window frames with traffic light buttons
- Add whimsical cycling loading messages (50 messages, 2s fade
transitions)
- Streamline LLM prompt from ~150 lines to concise bulleted format
**Component Fixes**
- ActionButton executes tools via useToolExecution hook
- Align Text, Badge, Progress props with LLM prompt specification
- Fix catalog schema toolName → action mismatch
- Fix setTimeout cleanup in CyclingLoadingMessage
**Storybook**
- Fix theme toggle causing full component remount
## dashboard@0.27.7
### Patch Changes
- Updated dependencies [9cb2f0e]
- @gram-ai/elements@1.26.0
<!-- devin-review-badge-begin -->
---
<a href="https://app.devin.ai/review/speakeasy-api/gram/pull/1548"
target="_blank">
<picture>
<source media="(prefers-color-scheme: dark)"
srcset="https://static.devin.ai/assets/gh-open-in-devin-review-dark.svg?v=1">
<img
src="https://static.devin.ai/assets/gh-open-in-devin-review-light.svg?v=1"
alt="Open with Devin">
</picture>
</a>
<!-- devin-review-badge-end -->
Co-authored-by: gram-bot[bot] <gram-bot[bot]@users.noreply.github.com>1 parent 9cb2f0e commit 8c451de
File tree
5 files changed
+34
-26
lines changed- .changeset
- client/dashboard
- elements
5 files changed
+34
-26
lines changedThis file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
3 | 10 | | |
4 | 11 | | |
5 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
3 | 28 | | |
4 | 29 | | |
5 | 30 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
0 commit comments