Commit Graph

119 Commits

Author SHA1 Message Date
streamdown-github-app[bot] bc87126434 Version Packages (#394)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-03-12 00:47:49 -07:00
Hayden Bleasel 4c6d2c6b7d Resolves #396 2026-03-11 15:45:02 -07:00
Hayden Bleasel 2551702959 Update docs 2026-03-06 14:27:58 -08:00
Hayden Bleasel 2ebd564fac Resolves #391 2026-03-06 14:13:18 -08:00
Hayden Bleasel ed31a585ad Resolves #378 2026-03-06 13:58:13 -08:00
Hayden Bleasel c3e0b0c8b5 Resolves #380 2026-03-06 13:54:12 -08:00
Hayden Bleasel 91d351584e Resolves #381 2026-03-06 13:47:37 -08:00
Hayden Bleasel 899f08950e Resolves #386, resolves #385 2026-03-06 13:35:29 -08:00
Hayden Bleasel 17b5b39780 Resolves #393 2026-03-06 12:24:28 -08:00
Francisco Moretti 4f643f78cf fix: enhance MessageResponse component to account for animation state changes (#370) 2026-03-06 12:16:43 -08:00
ziyadev 58801e5574 feat(prompt-input): add screenshot action to the prompt input (#382)
* feat(prompt-input): add screenshot action with tests and docs

* fix: rename ScreenShoot to Screenshot, add own props type, fix quotes and formatting

- Fix typo: PromptInputActionAddScreenShoot → PromptInputActionAddScreenshot
- Add dedicated PromptInputActionAddScreenshotProps type
- Replace console.error with throw for unexpected errors
- Fix single quotes to double quotes for consistency
- Restore trailing comma on XIcon import
- Add missing blank line before comment block
- Add patch changeset

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

---------

Co-authored-by: Hayden Bleasel <hello@haydenbleasel.com>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-06 12:14:49 -08:00
Gregoire Mielle d1bd5f8343 Remove invalid Shimmer fallback now that children text is required (#388)
* Remove invalid Shimmer fallback now that children text is required

* Remove unused Shimmer import, add changeset

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

---------

Co-authored-by: Hayden Bleasel <hello@haydenbleasel.com>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-06 12:12:48 -08:00
Ayodele Samuel Adebayo 80f91b5cab Patch: update chatbot example (#377)
* Feat: update chatbot example doc to include missing sonner guide

* chore: undo formatting
2026-03-06 09:34:24 -08:00
streamdown-github-app[bot] ab7be16127 Version Packages (#371)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-02-05 11:16:47 -08:00
Hayden Bleasel 8bdd7fecb9 React improvements 2026-02-05 10:59:02 -08:00
streamdown-github-app[bot] 14e9f443db Version Packages (#355)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-02-04 10:37:27 -08:00
Hayden Bleasel 0221ce3393 Update yellow-ducks-sleep.md 2026-02-04 10:32:52 -08:00
Hayden Bleasel f0c9bd56cf Create better-dryers-shop.md 2026-02-04 10:31:31 -08:00
Hayden Bleasel a689aec1bb Resolves #153 2026-02-03 14:15:32 -08:00
Hayden Bleasel f54b3efe55 Resolves #150 2026-02-03 13:55:08 -08:00
Hayden Bleasel d98785da76 Resolves #94 2026-02-03 13:43:00 -08:00
Hayden Bleasel 9348f89f60 Resolves #86 2026-02-03 13:37:01 -08:00
Hayden Bleasel cf808a4952 Resolves #78 2026-02-03 13:26:00 -08:00
Adebayo Ayodele c163d7a738 feat(examples): wire SpeechInput into chatbot prompt footer (#354) 2026-02-02 15:39:42 -08:00
Hayden Bleasel 357c01d661 Resolves #123 2026-02-02 15:36:57 -08:00
streamdown-github-app[bot] 1078b61368 Version Packages (#337)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-02-02 09:04:24 -08:00
Hayden Bleasel ce1606ad7c Resolves #340 2026-01-31 21:41:02 -08:00
Hayden Bleasel cf793dd446 Elements domain (#339)
* Remove microfrontends

* Remove /elements subpath, update URL

* Fix local paths

* Remove custom AI SDK navbar

* Update global.css

* Restore docs in path

* Restore Geistdocs homepage

* Split up docs, components and examples

* New routes for components and examples

* IA fixes

* Update hero, start adding components to homepage

* Experimenting with hero

* Update pnpm-lock.yaml

* Add new docs

* Update geistdocs.tsx

* Update examples, add new IDE example

* Create source-code.tsx

* Cleanup ide.mdx

* Cleanup examples

* Update homepage content

* Misc fixes

* Update elements-installer.tsx

* Update meta.json

* Deprecate Loader component for shadcn/ui Spinner

* Add changeset files

* Update homepage and templates

* Update code-block.tsx

* Misc fixes

* Update callout.tsx

* Remove hero badge

* Resolves #328

* Build fixes

* Update README.md
2026-01-31 15:31:31 -08:00
Ben Smith abeda543fe Fix: Relative registry dependency links (#338)
* Fix relative registry dependency links
Relative registry dependencies were missing /elements/api/registry from their URLs (e.g., https://ai-sdk.dev/elements/api/registry/reasoning.json references https://ai-sdk.dev/shimmer.json).

* Create shaky-beans-cough.md

---------

Co-authored-by: Hayden Bleasel <hello@haydenbleasel.com>
2026-01-31 14:23:01 -08:00
Omar Salous d78b0091ce Fix chain-of-thought dropdown arrow position (#325)
* make chain-of-thought dropdown arrow responsive by removing max-w-prose

* add patch changeset for chain-of-thoughts dropdown arrow fix
2026-01-30 18:56:22 -08:00
streamdown-github-app[bot] 108ae63217 Version Packages (#331)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-01-26 09:35:15 -08:00
Francisco Moretti 03ee8e1fd7 fix(message): remove unused className prop from MessageBranchNext (#332)
* fix(message): remove unused className prop from MessageBranchNext

The className prop was destructured but never used in the component.

* add(changeset): document fix for silenced classname prop in MessageBranchNext component
2026-01-26 09:32:37 -08:00
Hayden Bleasel 4ad4531316 Resolves #327 2026-01-25 17:23:51 -09:00
Hayden Bleasel 005e36a991 Skills (#330)
* Draft skills

* Generate skills

* Changeset
2026-01-25 18:16:34 -08:00
streamdown-github-app[bot] 8a7efa4d5a Version Packages (#259)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-01-20 20:54:33 -08:00
Oscar Treviño 3dfde7c40e fix(elements): adjust model selector outline (#326)
* fix(elements): adjust model selector outline

* docs: add changeset
2026-01-20 14:41:31 -08:00
Hayden Bleasel d6e0274add Rename GitCommit to Commit 2026-01-17 23:01:38 -08:00
Hayden Bleasel 9810258952 Remove FileChanges component 2026-01-17 22:54:19 -08:00
Hayden Bleasel 9b7d522149 Delete Diff 2026-01-17 22:52:08 -08:00
Hayden Bleasel e51d04a64f Upgrade CodeBlock 2026-01-17 22:28:43 -08:00
Hayden Bleasel f7b04e69f2 Create SchemaDisplay component
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-16 19:53:46 -08:00
Hayden Bleasel 9876e5124d Create TestResults component
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-16 19:53:37 -08:00
Hayden Bleasel 84f15f6e98 Create FileTree component
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-16 19:53:27 -08:00
Hayden Bleasel ea591fc433 Create Terminal component with ANSI support
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-16 19:53:18 -08:00
Hayden Bleasel 97c6e47a0d Create GitCommit component
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-16 19:53:08 -08:00
Hayden Bleasel fa00d464e3 Create PackageInfo component
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-16 19:52:58 -08:00
Hayden Bleasel cc59f4d36f Create Snippet component
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-16 19:52:48 -08:00
Hayden Bleasel f1a7c74f73 Env Vars component 2026-01-16 19:50:59 -08:00
Hayden Bleasel d444778f9a Create StackTrace component 2026-01-16 17:29:17 -08:00
Hayden Bleasel a3fd7bb7e7 Update violet-apples-knock.md 2026-01-16 17:14:30 -08:00