@una-ui/nuxt-edge 0.61.0-29182246.bc2c328 → 0.61.0-29195057.6d095cd
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 +1 -1
- package/dist/module.mjs +1 -1
- package/dist/runtime/components/alert-dialog/AlertDialogContent.vue +0 -1
- package/dist/runtime/components/drawer/DrawerContent.vue +0 -1
- package/dist/runtime/components/elements/dialog/DialogContent.vue +0 -1
- package/dist/runtime/components/elements/dialog/DialogScrollContent.vue +0 -1
- package/dist/runtime/components/sheet/SheetContent.vue +0 -1
- package/package.json +8 -8
package/dist/module.json
CHANGED
package/dist/module.mjs
CHANGED
|
@@ -19,7 +19,6 @@ const props = defineProps({
|
|
|
19
19
|
_alertDialogOverlay: { type: Object, required: false },
|
|
20
20
|
una: { type: Object, required: false },
|
|
21
21
|
forceMount: { type: Boolean, required: false },
|
|
22
|
-
trapFocus: { type: Boolean, required: false },
|
|
23
22
|
disableOutsidePointerEvents: { type: Boolean, required: false },
|
|
24
23
|
asChild: { type: Boolean, required: false },
|
|
25
24
|
as: { type: [String, Object, Function], required: false },
|
|
@@ -14,7 +14,6 @@ const props = defineProps({
|
|
|
14
14
|
_drawerOverlay: { type: Object, required: false },
|
|
15
15
|
una: { type: Object, required: false },
|
|
16
16
|
forceMount: { type: Boolean, required: false },
|
|
17
|
-
trapFocus: { type: Boolean, required: false },
|
|
18
17
|
disableOutsidePointerEvents: { type: Boolean, required: false },
|
|
19
18
|
asChild: { type: Boolean, required: false },
|
|
20
19
|
as: { type: [String, Object, Function], required: false },
|
|
@@ -20,7 +20,6 @@ const props = defineProps({
|
|
|
20
20
|
_dialogOverlay: { type: Object, required: false },
|
|
21
21
|
una: { type: Object, required: false },
|
|
22
22
|
forceMount: { type: Boolean, required: false },
|
|
23
|
-
trapFocus: { type: Boolean, required: false },
|
|
24
23
|
disableOutsidePointerEvents: { type: Boolean, required: false },
|
|
25
24
|
asChild: { type: Boolean, required: false },
|
|
26
25
|
as: { type: [String, Object, Function], required: false },
|
|
@@ -20,7 +20,6 @@ const props = defineProps({
|
|
|
20
20
|
_dialogOverlay: { type: Object, required: false },
|
|
21
21
|
una: { type: Object, required: false },
|
|
22
22
|
forceMount: { type: Boolean, required: false },
|
|
23
|
-
trapFocus: { type: Boolean, required: false },
|
|
24
23
|
disableOutsidePointerEvents: { type: Boolean, required: false },
|
|
25
24
|
asChild: { type: Boolean, required: false },
|
|
26
25
|
as: { type: [String, Object, Function], required: false },
|
|
@@ -18,7 +18,6 @@ const props = defineProps({
|
|
|
18
18
|
_sheetPortal: { type: Object, required: false },
|
|
19
19
|
una: { type: Object, required: false },
|
|
20
20
|
forceMount: { type: Boolean, required: false },
|
|
21
|
-
trapFocus: { type: Boolean, required: false },
|
|
22
21
|
disableOutsidePointerEvents: { type: Boolean, required: false },
|
|
23
22
|
asChild: { type: Boolean, required: false },
|
|
24
23
|
as: { type: [String, Object, Function], required: false }
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@una-ui/nuxt-edge",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.61.0-
|
|
4
|
+
"version": "0.61.0-29195057.6d095cd",
|
|
5
5
|
"description": "Nuxt module for @una-ui",
|
|
6
6
|
"author": "Phojie Rengel <phojrengel@gmail.com>",
|
|
7
7
|
"license": "MIT",
|
|
@@ -38,11 +38,11 @@
|
|
|
38
38
|
"dependencies": {
|
|
39
39
|
"@headlessui/vue": "^1.7.23",
|
|
40
40
|
"@iconify/utils": "^2.3.0",
|
|
41
|
-
"@nuxt/kit": "^3.17.
|
|
41
|
+
"@nuxt/kit": "^3.17.6",
|
|
42
42
|
"@nuxtjs/color-mode": "^3.5.2",
|
|
43
43
|
"@tanstack/vue-table": "^8.21.3",
|
|
44
|
-
"@una-ui/extractor-vue-script": "npm:@una-ui/extractor-vue-script-edge@0.61.0-
|
|
45
|
-
"@una-ui/preset": "npm:@una-ui/preset-edge@0.61.0-
|
|
44
|
+
"@una-ui/extractor-vue-script": "npm:@una-ui/extractor-vue-script-edge@0.61.0-29195057.6d095cd",
|
|
45
|
+
"@una-ui/preset": "npm:@una-ui/preset-edge@0.61.0-29195057.6d095cd",
|
|
46
46
|
"@unocss/core": "^66.0.0",
|
|
47
47
|
"@unocss/nuxt": "^66.0.0",
|
|
48
48
|
"@unocss/preset-attributify": "^66.0.0",
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
"class-variance-authority": "^0.7.1",
|
|
56
56
|
"clsx": "^2.1.1",
|
|
57
57
|
"ohash": "^1.1.6",
|
|
58
|
-
"reka-ui": "^2.3.
|
|
58
|
+
"reka-ui": "^2.3.2",
|
|
59
59
|
"tailwind-merge": "^3.3.1",
|
|
60
60
|
"unocss": "^66.0.0",
|
|
61
61
|
"unocss-preset-animations": "^1.2.1",
|
|
@@ -66,9 +66,9 @@
|
|
|
66
66
|
"@iconify-json/radix-icons": "^1.2.2",
|
|
67
67
|
"@iconify-json/tabler": "^1.2.19",
|
|
68
68
|
"@nuxt/module-builder": "^1.0.1",
|
|
69
|
-
"@nuxt/schema": "^3.17.
|
|
70
|
-
"nuxt": "^3.17.
|
|
71
|
-
"zod": "^3.25.
|
|
69
|
+
"@nuxt/schema": "^3.17.6",
|
|
70
|
+
"nuxt": "^3.17.6",
|
|
71
|
+
"zod": "^3.25.71"
|
|
72
72
|
},
|
|
73
73
|
"publishConfig": {
|
|
74
74
|
"access": "public"
|