@movk/nuxt-docs 1.14.0 → 1.14.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.
package/app/app.config.ts CHANGED
@@ -102,9 +102,11 @@ export default defineAppConfig({
102
102
  clearChat: 'i-lucide-trash-2',
103
103
  streaming: 'i-lucide-chevron-down',
104
104
  providers: {
105
- deepseek: 'i-ri-deepseek-fill',
106
- alibaba: 'i-simple-icons-alibabacloud',
107
- zai: 'i-simple-icons:zig'
105
+ deepseek: 'i-hugeicons:deepseek',
106
+ alibaba: 'i-hugeicons:qwen',
107
+ zai: 'i-simple-icons:zig',
108
+ moonshotai: 'i-hugeicons:kimi-ai',
109
+ xai: 'i-hugeicons:grok-02'
108
110
  }
109
111
  }
110
112
  }
@@ -61,14 +61,14 @@ defineShortcuts(shortcuts)
61
61
  :animate="{ y: 0, opacity: 1 }"
62
62
  :exit="{ y: 100, opacity: 0 }"
63
63
  :transition="{ duration: 0.2, ease: 'easeOut' }"
64
- class="fixed inset-x-0 z-10 px-4 sm:px-80 bottom-[max(1.5rem,env(safe-area-inset-bottom))]"
64
+ class="fixed inset-x-0 z-10 px-4 sm:px-80 bottom-[max(1.5rem,env(safe-area-inset-bottom))] pointer-events-none"
65
65
  style="will-change: transform"
66
66
  >
67
67
  <form
68
68
  class="flex w-full justify-center"
69
69
  @submit.prevent="handleSubmit"
70
70
  >
71
- <div class="w-full max-w-96">
71
+ <div class="w-full max-w-96 pointer-events-auto">
72
72
  <UInput
73
73
  ref="inputRef"
74
74
  v-model="input"
@@ -20,7 +20,8 @@ const items = computed(() => models.map(model => ({
20
20
  value-key="value"
21
21
  class="hover:bg-default focus:bg-default data-[state=open]:bg-default"
22
22
  :ui="{
23
- trailingIcon: 'group-data-[state=open]:rotate-180 transition-transform duration-200'
23
+ trailingIcon: 'group-data-[state=open]:rotate-180 transition-transform duration-200',
24
+ content: 'w-auto min-w-(--reka-combobox-trigger-width)'
24
25
  }"
25
26
  />
26
27
  </template>
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@movk/nuxt-docs",
3
3
  "type": "module",
4
- "version": "1.14.0",
4
+ "version": "1.14.2",
5
5
  "private": false,
6
6
  "description": "Modern Nuxt 4 documentation theme with auto-generated component docs, AI chat assistant, MCP server, and complete developer experience optimization.",
7
7
  "author": "YiXuan <mhaibaraai@gmail.com>",
@@ -42,7 +42,7 @@
42
42
  "@ai-sdk/gateway": "^3.0.66",
43
43
  "@ai-sdk/mcp": "^1.0.25",
44
44
  "@ai-sdk/vue": "^3.0.116",
45
- "@iconify-json/lucide": "^1.2.95",
45
+ "@iconify-json/lucide": "^1.2.96",
46
46
  "@iconify-json/simple-icons": "^1.2.72",
47
47
  "@iconify-json/vscode-icons": "^1.2.44",
48
48
  "@movk/core": "^1.2.0",
@@ -55,16 +55,16 @@
55
55
  "@nuxtjs/mdc": "^0.20.2",
56
56
  "@nuxtjs/robots": "^5.7.1",
57
57
  "@octokit/rest": "^22.0.1",
58
- "@openrouter/ai-sdk-provider": "^2.2.3",
59
- "@shikijs/core": "^4.0.1",
60
- "@shikijs/engine-javascript": "^4.0.1",
61
- "@shikijs/langs": "^4.0.1",
62
- "@shikijs/themes": "^4.0.1",
58
+ "@openrouter/ai-sdk-provider": "^2.2.5",
59
+ "@shikijs/core": "^4.0.2",
60
+ "@shikijs/engine-javascript": "^4.0.2",
61
+ "@shikijs/langs": "^4.0.2",
62
+ "@shikijs/themes": "^4.0.2",
63
63
  "@vercel/analytics": "^1.6.1",
64
64
  "@vercel/speed-insights": "^1.3.1",
65
65
  "@vueuse/core": "^14.2.1",
66
66
  "@vueuse/nuxt": "^14.2.1",
67
- "ai": "^6.0.111",
67
+ "ai": "^6.0.116",
68
68
  "defu": "^6.1.4",
69
69
  "exsolve": "^1.0.8",
70
70
  "git-url-parse": "^16.1.0",