@una-ui/nuxt 0.54.0 → 0.54.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/dist/module.json
CHANGED
package/dist/module.mjs
CHANGED
|
@@ -210,6 +210,7 @@ function isItemSelected(item: ExtractItemType<T> | null | undefined): boolean {
|
|
|
210
210
|
'border-0 border-b-1 rounded-none text-1em focus-visible:ring-0',
|
|
211
211
|
props._comboboxInput?.class,
|
|
212
212
|
)"
|
|
213
|
+
leading="combobox-input-leading-icon"
|
|
213
214
|
:una="defu(props._comboboxInput?.una, {
|
|
214
215
|
inputLeading: 'text-1.1428571428571428em',
|
|
215
216
|
inputTrailing: 'text-1.1428571428571428em',
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@una-ui/nuxt",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.54.
|
|
4
|
+
"version": "0.54.2",
|
|
5
5
|
"description": "Nuxt module for @una-ui",
|
|
6
6
|
"author": "Phojie Rengel <phojrengel@gmail.com>",
|
|
7
7
|
"license": "MIT",
|
|
@@ -13,9 +13,8 @@
|
|
|
13
13
|
},
|
|
14
14
|
"exports": {
|
|
15
15
|
".": {
|
|
16
|
-
"types": "./dist/types.d.
|
|
17
|
-
"import": "./dist/module.mjs"
|
|
18
|
-
"require": "./dist/module.cjs"
|
|
16
|
+
"types": "./dist/types.d.mts",
|
|
17
|
+
"import": "./dist/module.mjs"
|
|
19
18
|
},
|
|
20
19
|
"./una.config": {
|
|
21
20
|
"import": "./dist/una.config.mjs"
|
|
@@ -31,15 +30,15 @@
|
|
|
31
30
|
"imports": {
|
|
32
31
|
"#build/una/*": "./.nuxt/una/*.ts"
|
|
33
32
|
},
|
|
34
|
-
"
|
|
35
|
-
"types": "./dist/types.d.
|
|
33
|
+
"module": "./dist/module.mjs",
|
|
34
|
+
"types": "./dist/types.d.mts",
|
|
36
35
|
"files": [
|
|
37
36
|
"dist"
|
|
38
37
|
],
|
|
39
38
|
"dependencies": {
|
|
40
39
|
"@headlessui/vue": "^1.7.23",
|
|
41
40
|
"@iconify/utils": "^2.3.0",
|
|
42
|
-
"@nuxt/kit": "^3.17.
|
|
41
|
+
"@nuxt/kit": "^3.17.2",
|
|
43
42
|
"@nuxtjs/color-mode": "^3.5.2",
|
|
44
43
|
"@tanstack/vue-table": "^8.21.3",
|
|
45
44
|
"@unocss/core": "^66.0.0",
|
|
@@ -54,22 +53,21 @@
|
|
|
54
53
|
"class-variance-authority": "^0.7.1",
|
|
55
54
|
"clsx": "^2.1.1",
|
|
56
55
|
"ohash": "^1.1.6",
|
|
57
|
-
"reka-ui": "^2.2.
|
|
56
|
+
"reka-ui": "^2.2.1",
|
|
58
57
|
"tailwind-merge": "^3.2.0",
|
|
59
|
-
"typescript": "5.6.3",
|
|
60
58
|
"unocss": "^66.0.0",
|
|
61
59
|
"unocss-preset-animations": "^1.2.1",
|
|
62
|
-
"@una-ui/extractor-vue-script": "^0.54.
|
|
63
|
-
"@una-ui/preset": "^0.54.
|
|
60
|
+
"@una-ui/extractor-vue-script": "^0.54.2",
|
|
61
|
+
"@una-ui/preset": "^0.54.2"
|
|
64
62
|
},
|
|
65
63
|
"devDependencies": {
|
|
66
|
-
"@iconify-json/lucide": "^1.2.
|
|
64
|
+
"@iconify-json/lucide": "^1.2.40",
|
|
67
65
|
"@iconify-json/radix-icons": "^1.2.2",
|
|
68
66
|
"@iconify-json/tabler": "^1.2.17",
|
|
69
|
-
"@nuxt/module-builder": "^0.
|
|
70
|
-
"@nuxt/schema": "^3.17.
|
|
71
|
-
"nuxt": "^3.17.
|
|
72
|
-
"zod": "^3.24.
|
|
67
|
+
"@nuxt/module-builder": "^1.0.1",
|
|
68
|
+
"@nuxt/schema": "^3.17.2",
|
|
69
|
+
"nuxt": "^3.17.2",
|
|
70
|
+
"zod": "^3.24.4"
|
|
73
71
|
},
|
|
74
72
|
"publishConfig": {
|
|
75
73
|
"access": "public"
|