@yh-ui/nuxt 0.1.12 → 0.1.16

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/dist/module.cjs CHANGED
@@ -160,7 +160,8 @@ const yhNuxtModule = kit.defineNuxtModule({
160
160
  // New AI Components (Phase 2-5)
161
161
  "AiAgentCard",
162
162
  "AiSources",
163
- "AiProvider"
163
+ "AiProvider",
164
+ "AiMention"
164
165
  ];
165
166
  components.forEach((name) => {
166
167
  kit.addComponent({
package/dist/module.mjs CHANGED
@@ -153,7 +153,8 @@ const yhNuxtModule = defineNuxtModule({
153
153
  // New AI Components (Phase 2-5)
154
154
  "AiAgentCard",
155
155
  "AiSources",
156
- "AiProvider"
156
+ "AiProvider",
157
+ "AiMention"
157
158
  ];
158
159
  components.forEach((name) => {
159
160
  addComponent({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yh-ui/nuxt",
3
- "version": "0.1.12",
3
+ "version": "0.1.16",
4
4
  "description": "Nuxt module for YH-UI",
5
5
  "type": "module",
6
6
  "main": "./dist/module.cjs",
@@ -18,8 +18,8 @@
18
18
  ],
19
19
  "dependencies": {
20
20
  "@nuxt/kit": "^3.11.0 || ^4.0.0",
21
- "@yh-ui/components": "0.1.12",
22
- "@yh-ui/theme": "0.1.12"
21
+ "@yh-ui/components": "0.1.16",
22
+ "@yh-ui/theme": "0.1.16"
23
23
  },
24
24
  "devDependencies": {
25
25
  "@nuxt/schema": "^3.11.0 || ^4.0.0",