@una-ui/nuxt 0.52.0 → 0.52.1

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
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@una-ui/nuxt",
3
3
  "configKey": "una",
4
- "version": "0.52.0",
4
+ "version": "0.52.1",
5
5
  "compatibility": {
6
6
  "nuxt": ">=3.0.0"
7
7
  },
package/dist/module.mjs CHANGED
@@ -8,7 +8,7 @@ import 'unocss';
8
8
  import 'unocss-preset-animations';
9
9
 
10
10
  const name = "@una-ui/nuxt";
11
- const version = "0.52.0";
11
+ const version = "0.52.1";
12
12
 
13
13
  const module = defineNuxtModule({
14
14
  meta: {
@@ -189,7 +189,7 @@ function isItemSelected(item: ExtractItemType<T> | null | undefined): boolean {
189
189
 
190
190
  <ComboboxList
191
191
  v-bind="{ ...props._comboboxList, ...props._comboboxContent }"
192
- :_comboboxPortal
192
+ :_combobox-portal
193
193
  :size
194
194
  :una
195
195
  >
@@ -77,7 +77,7 @@ function isItemSelected(item: unknown, modelValue: unknown) {
77
77
  v-bind="forwarded"
78
78
  >
79
79
  <slot :model-value :open>
80
- <slot name="trigger-root" :model-value :open>
80
+ <slot name="trigger-wrapper" :model-value :open>
81
81
  <SelectTrigger
82
82
  :id
83
83
  :size
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@una-ui/nuxt",
3
3
  "type": "module",
4
- "version": "0.52.0",
4
+ "version": "0.52.1",
5
5
  "description": "Nuxt module for @una-ui",
6
6
  "author": "Phojie Rengel <phojrengel@gmail.com>",
7
7
  "license": "MIT",
@@ -59,8 +59,8 @@
59
59
  "typescript": "5.6.3",
60
60
  "unocss": "^66.0.0",
61
61
  "unocss-preset-animations": "^1.2.1",
62
- "@una-ui/extractor-vue-script": "^0.52.0",
63
- "@una-ui/preset": "^0.52.0"
62
+ "@una-ui/extractor-vue-script": "^0.52.1",
63
+ "@una-ui/preset": "^0.52.1"
64
64
  },
65
65
  "devDependencies": {
66
66
  "@iconify-json/lucide": "^1.2.39",