ai-elements-vue 1.0.0 → 1.0.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.
Files changed (2) hide show
  1. package/README.md +4 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -96,7 +96,7 @@ AI Elements Vue includes the following components:
96
96
  | `task` | Task completion tracking |
97
97
  | `tool` | Tool usage visualization |
98
98
  | **Workflow** | |
99
- | `canvas` | ReactFlow canvas for workflow visualizations |
99
+ | `canvas` | VueFlow canvas for workflow visualizations |
100
100
  | `connection` | Connection line component for workflow edges |
101
101
  | `controls` | Flow controls for canvas (zoom, fit view, etc.) |
102
102
  | `edge` | Edge component for connections between workflow nodes |
@@ -145,12 +145,12 @@ If you'd like to contribute to AI Elements Vue, please follow these steps:
145
145
  3. Make your changes to the components in `packages/elements`.
146
146
  4. Open a PR to the `main` branch.
147
147
 
148
- ## 🙏 Acknowledgments
148
+ ## Acknowledgments
149
149
 
150
150
  This project draws inspiration from several excellent projects:
151
151
 
152
- - **[shadcn-vue](https://www.shadcn-svelte.com/)** - UI component foundation
153
- - **[Vercel AI Elements](https://vercel.com/changelog/introducing-ai-elements)** - AI component concepts
152
+ - **[ai-elements](https://ai-sdk.dev/elements)** - AI component concepts
153
+ - **[shadcn-vue](https://www.shadcn-vue.com)** - UI component foundation
154
154
 
155
155
  ---
156
156
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ai-elements-vue",
3
- "version": "1.0.0",
3
+ "version": "1.0.2",
4
4
  "private": false,
5
5
  "description": "AI Elements Vue is a component library and custom registry built on top of shadcn-vue to help you build AI-native applications faster.",
6
6
  "license": "MIT",