@kungal/ui-nuxt 0.22.4 → 1.0.0

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/nuxt.config.ts +3 -0
  2. package/package.json +3 -3
package/nuxt.config.ts CHANGED
@@ -7,6 +7,7 @@ import { defineNuxtModule, addComponent, addImports } from '@nuxt/kit'
7
7
  // component types, so the tags stay type-checked in consumer templates.
8
8
  const KUN_COMPONENTS = [
9
9
  'KunAlertProvider',
10
+ 'KunAutocomplete',
10
11
  'KunAvatar',
11
12
  'KunAvatarGroup',
12
13
  'KunBadge',
@@ -41,7 +42,9 @@ const KUN_COMPONENTS = [
41
42
  'KunMessageProvider',
42
43
  'KunModal',
43
44
  'KunNull',
45
+ 'KunNumberInput',
44
46
  'KunPagination',
47
+ 'KunPinInput',
45
48
  'KunPopover',
46
49
  'KunProgress',
47
50
  'KunRadioGroup',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kungal/ui-nuxt",
3
- "version": "0.22.4",
3
+ "version": "1.0.0",
4
4
  "description": "KunUI Nuxt Layer — wraps @kungal/ui-vue, auto-imports the components, and injects NuxtLink + @nuxt/icon so existing Nuxt apps keep their exact DX.",
5
5
  "type": "module",
6
6
  "keywords": [
@@ -33,8 +33,8 @@
33
33
  "@nuxt/icon": "^2.2.3",
34
34
  "@nuxt/image": "^2.0.0",
35
35
  "@nuxt/kit": "^4.4.7",
36
- "@kungal/ui-tokens": "0.22.4",
37
- "@kungal/ui-vue": "0.22.4"
36
+ "@kungal/ui-vue": "1.0.0",
37
+ "@kungal/ui-tokens": "1.0.0"
38
38
  },
39
39
  "peerDependencies": {
40
40
  "nuxt": "^4.0.0",