@una-ui/nuxt 0.56.0 → 0.56.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.
Files changed (25) hide show
  1. package/dist/module.json +1 -1
  2. package/dist/module.mjs +1 -1
  3. package/dist/runtime/components/aspect-ratio/AspectRatio.vue.d.ts +1 -1
  4. package/dist/runtime/components/elements/Button.vue.d.ts +3 -3
  5. package/dist/runtime/components/elements/avatar/Avatar.vue.d.ts +2 -2
  6. package/dist/runtime/components/elements/dialog/DialogClose.vue.d.ts +1 -1
  7. package/dist/runtime/components/elements/dropdown-menu/DropdownMenuItem.vue.d.ts +1 -1
  8. package/dist/runtime/components/elements/pagination/PaginationFirst.vue.d.ts +1 -1
  9. package/dist/runtime/components/elements/pagination/PaginationLast.vue.d.ts +1 -1
  10. package/dist/runtime/components/elements/pagination/PaginationNext.vue.d.ts +1 -1
  11. package/dist/runtime/components/elements/pagination/PaginationPrev.vue.d.ts +1 -1
  12. package/dist/runtime/components/elements/tabs/TabsContent.vue +2 -5
  13. package/dist/runtime/components/forms/Input.vue.d.ts +1 -1
  14. package/dist/runtime/components/forms/form/FormField.vue +35 -41
  15. package/dist/runtime/components/forms/radio-group/RadioGroupItem.vue.d.ts +1 -1
  16. package/dist/runtime/components/navigation/breadcrumb/BreadcrumbEllipsis.vue.d.ts +1 -1
  17. package/dist/runtime/components/navigation/breadcrumb/BreadcrumbSeparator.vue.d.ts +1 -1
  18. package/dist/runtime/components/navigation-menu/NavigationMenuLink.vue.d.ts +1 -1
  19. package/dist/runtime/components/navigation-menu/NavigationMenuTrigger.vue.d.ts +1 -1
  20. package/dist/runtime/components/overlays/toast/ToastAction.vue.d.ts +1 -1
  21. package/dist/runtime/components/scroll-area/ScrollArea.vue.d.ts +1 -1
  22. package/dist/runtime/components/sidebar/SidebarMenuButton.vue.d.ts +1 -1
  23. package/dist/runtime/components/sidebar/SidebarMenuButtonChild.vue.d.ts +1 -1
  24. package/dist/runtime/components/sidebar/SidebarMenuSubButton.vue.d.ts +1 -1
  25. package/package.json +6 -6
package/dist/module.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@una-ui/nuxt",
3
3
  "configKey": "una",
4
- "version": "0.56.0",
4
+ "version": "0.56.2",
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.56.0";
11
+ const version = "0.56.2";
12
12
 
13
13
  const module = defineNuxtModule({
14
14
  meta: {
@@ -6,8 +6,8 @@ type __VLS_Slots = {} & {
6
6
  default?: (props: typeof __VLS_6) => any;
7
7
  };
8
8
  declare const __VLS_component: import("vue").DefineComponent<NAspectRatioProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<NAspectRatioProps> & Readonly<{}>, {
9
- aspectRatio: string;
10
9
  rounded: import("vue").HTMLAttributes["class"];
10
+ aspectRatio: string;
11
11
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
12
12
  declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
13
13
  export default _default;
@@ -10,6 +10,9 @@ type __VLS_Slots = {} & {
10
10
  trailing?: (props: typeof __VLS_37) => any;
11
11
  };
12
12
  declare const __VLS_component: import("vue").DefineComponent<NButtonProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<NButtonProps> & Readonly<{}>, {
13
+ type: "button" | "submit" | "reset";
14
+ loadingPlacement: "leading" | "trailing" | "label";
15
+ size: string;
13
16
  una: {
14
17
  btnDefaultVariant?: string;
15
18
  btn?: string;
@@ -21,9 +24,6 @@ declare const __VLS_component: import("vue").DefineComponent<NButtonProps, {}, {
21
24
  btnLoadingIcon?: string;
22
25
  };
23
26
  rounded: import("vue").HTMLAttributes["class"];
24
- size: string;
25
- type: "button" | "submit" | "reset";
26
- loadingPlacement: "leading" | "trailing" | "label";
27
27
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
28
28
  declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
29
29
  export default _default;
@@ -6,10 +6,10 @@ type __VLS_Slots = {} & {
6
6
  fallback?: (props: typeof __VLS_14) => any;
7
7
  };
8
8
  declare const __VLS_component: import("vue").DefineComponent<NAvatarProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<NAvatarProps> & Readonly<{}>, {
9
- as: import("reka-ui").AsTag | import("vue").Component;
10
- rounded: import("vue").HTMLAttributes["class"];
11
9
  size: import("vue").HTMLAttributes["class"];
12
10
  square: import("vue").HTMLAttributes["class"];
11
+ rounded: import("vue").HTMLAttributes["class"];
12
+ as: import("reka-ui").AsTag | import("vue").Component;
13
13
  avatar: import("vue").HTMLAttributes["class"];
14
14
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
15
15
  declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
@@ -4,8 +4,8 @@ type __VLS_Slots = {} & {
4
4
  default?: (props: typeof __VLS_6) => any;
5
5
  };
6
6
  declare const __VLS_component: import("vue").DefineComponent<NDialogCloseProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<NDialogCloseProps> & Readonly<{}>, {
7
- label: string;
8
7
  icon: boolean;
8
+ label: string;
9
9
  btn: string;
10
10
  square: import("vue").HTMLAttributes["class"];
11
11
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
@@ -1,8 +1,8 @@
1
1
  import type { NDropdownMenuItemProps } from '../../../types/index.js';
2
2
  type __VLS_Slots = any;
3
3
  declare const __VLS_component: import("vue").DefineComponent<NDropdownMenuItemProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<NDropdownMenuItemProps> & Readonly<{}>, {
4
- rounded: import("vue").HTMLAttributes["class"];
5
4
  size: string;
5
+ rounded: import("vue").HTMLAttributes["class"];
6
6
  dropdownMenuItem: import("vue").HTMLAttributes["class"];
7
7
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
8
8
  declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
@@ -4,8 +4,8 @@ type __VLS_Slots = {} & {
4
4
  default?: (props: typeof __VLS_6) => any;
5
5
  };
6
6
  declare const __VLS_component: import("vue").DefineComponent<NPaginationFirstProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<NPaginationFirstProps> & Readonly<{}>, {
7
- label: string;
8
7
  icon: boolean;
8
+ label: string;
9
9
  square: import("vue").HTMLAttributes["class"];
10
10
  paginationUnselected: string;
11
11
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
@@ -4,8 +4,8 @@ type __VLS_Slots = {} & {
4
4
  default?: (props: typeof __VLS_6) => any;
5
5
  };
6
6
  declare const __VLS_component: import("vue").DefineComponent<NPaginationLastProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<NPaginationLastProps> & Readonly<{}>, {
7
- label: string;
8
7
  icon: boolean;
8
+ label: string;
9
9
  square: import("vue").HTMLAttributes["class"];
10
10
  paginationUnselected: string;
11
11
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
@@ -4,8 +4,8 @@ type __VLS_Slots = {} & {
4
4
  default?: (props: typeof __VLS_6) => any;
5
5
  };
6
6
  declare const __VLS_component: import("vue").DefineComponent<NPaginationNextProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<NPaginationNextProps> & Readonly<{}>, {
7
- label: string;
8
7
  icon: boolean;
8
+ label: string;
9
9
  square: import("vue").HTMLAttributes["class"];
10
10
  paginationUnselected: string;
11
11
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
@@ -4,8 +4,8 @@ type __VLS_Slots = {} & {
4
4
  default?: (props: typeof __VLS_6) => any;
5
5
  };
6
6
  declare const __VLS_component: import("vue").DefineComponent<NPaginationPrevProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<NPaginationPrevProps> & Readonly<{}>, {
7
- label: string;
8
7
  icon: boolean;
8
+ label: string;
9
9
  square: import("vue").HTMLAttributes["class"];
10
10
  paginationUnselected: string;
11
11
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
@@ -1,6 +1,6 @@
1
1
  <script setup>
2
+ import { reactiveOmit } from "@vueuse/core";
2
3
  import { TabsContent } from "reka-ui";
3
- import { computed } from "vue";
4
4
  import { cn } from "../../../utils";
5
5
  defineOptions({
6
6
  inheritAttrs: false
@@ -14,10 +14,7 @@ const props = defineProps({
14
14
  class: { type: null, required: false },
15
15
  size: { type: null, required: false }
16
16
  });
17
- const delegatedProps = computed(() => {
18
- const { class: _, ...delegated } = props;
19
- return delegated;
20
- });
17
+ const delegatedProps = reactiveOmit(props, ["class"]);
21
18
  </script>
22
19
 
23
20
  <template>
@@ -17,9 +17,9 @@ declare const __VLS_component: import("vue").DefineComponent<NInputProps, {
17
17
  onTrailing?: ((...args: any[]) => any) | undefined;
18
18
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
19
19
  }>, {
20
+ type: HTMLInputElement["type"] | "textarea";
20
21
  size: string;
21
22
  resize: string | null;
22
- type: HTMLInputElement["type"] | "textarea";
23
23
  rows: number;
24
24
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
25
25
  declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
@@ -51,72 +51,65 @@ const statusClassVariants = computed(() => {
51
51
  >
52
52
  <slot name="top">
53
53
  <div
54
+ v-if="label || hint || description || $slots.label || $slots.hint || $slots.description"
54
55
  :class="cn(
55
56
  'form-field-top-wrapper',
56
57
  una?.formFieldTopWrapper
57
58
  )"
58
59
  >
59
60
  <div
60
- v-if="label || hint || description"
61
+ v-if="label || hint"
61
62
  :class="cn(
62
- 'form-field-top-wrapper',
63
- una?.formFieldTopWrapper
63
+ 'form-field-top-wrapper-inner',
64
+ una?.formFieldTopWrapperInner
64
65
  )"
65
66
  >
66
67
  <div
67
- v-if="label || hint"
68
68
  :class="cn(
69
- 'form-field-top-wrapper-inner',
70
- una?.formFieldTopWrapperInner
71
- )"
72
- >
73
- <div
74
- :class="cn(
75
69
  'form-field-label-wrapper',
76
70
  una?.formFieldLabelWrapper
77
71
  )"
78
- >
79
- <slot name="label">
80
- <FormLabel
81
- :una
82
- >
83
- <span>
84
- {{ label }}
85
- </span>
72
+ >
73
+ <slot name="label">
74
+ <FormLabel
75
+ :una
76
+ >
77
+ <span>
78
+ {{ label }}
79
+ </span>
86
80
 
87
- <span
88
- v-if="required"
89
- :class="cn(
81
+ <span
82
+ v-if="required"
83
+ :class="cn(
90
84
  'form-field-label-required',
91
85
  una?.formFieldLabelRequired
92
86
  )"
93
- />
94
- </FormLabel>
95
- </slot>
96
- </div>
87
+ />
88
+ </FormLabel>
89
+ </slot>
90
+ </div>
97
91
 
98
- <slot name="hint">
99
- <span
100
- v-if="hint"
101
- :class="cn(
92
+ <slot name="hint">
93
+ <span
94
+ v-if="hint"
95
+ :class="cn(
102
96
  'form-field-hint',
103
97
  una?.formFieldHint
104
98
  )"
105
- >
106
- {{ hint }}
107
- </span>
108
- </slot>
109
- </div>
110
-
111
- <slot name="description">
112
- <FormDescription
113
- v-if="description"
114
- :una
115
99
  >
116
- {{ description }}
117
- </FormDescription>
100
+ {{ hint }}
101
+ </span>
118
102
  </slot>
119
103
  </div>
104
+
105
+ <slot name="description">
106
+ <FormDescription
107
+ v-if="description"
108
+ :una
109
+ >
110
+ {{ description }}
111
+ </FormDescription>
112
+ </slot>
120
113
  </div>
121
114
  </slot>
122
115
 
@@ -131,6 +124,7 @@ const statusClassVariants = computed(() => {
131
124
 
132
125
  <slot name="bottom">
133
126
  <div
127
+ v-if="$slots.message || message || errorMessage"
134
128
  :class="cn(
135
129
  'form-field-bottom-wrapper',
136
130
  una?.formFieldBottomWrapper
@@ -8,8 +8,8 @@ type __VLS_Slots = {} & {
8
8
  description?: (props: typeof __VLS_19) => any;
9
9
  };
10
10
  declare const __VLS_component: import("vue").DefineComponent<NRadioGroupItemProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<NRadioGroupItemProps> & Readonly<{}>, {
11
- size: import("vue").HTMLAttributes["class"];
12
11
  icon: import("vue").HTMLAttributes["class"];
12
+ size: import("vue").HTMLAttributes["class"];
13
13
  square: import("vue").HTMLAttributes["class"];
14
14
  radioGroup: import("vue").HTMLAttributes["class"];
15
15
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
@@ -4,8 +4,8 @@ type __VLS_Slots = {} & {
4
4
  default?: (props: typeof __VLS_1) => any;
5
5
  };
6
6
  declare const __VLS_component: import("vue").DefineComponent<NBreadcrumbEllipsisProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<NBreadcrumbEllipsisProps> & Readonly<{}>, {
7
- size: string;
8
7
  icon: string;
8
+ size: string;
9
9
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
10
10
  declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
11
11
  export default _default;
@@ -4,8 +4,8 @@ type __VLS_Slots = {} & {
4
4
  default?: (props: typeof __VLS_1) => any;
5
5
  };
6
6
  declare const __VLS_component: import("vue").DefineComponent<NBreadcrumbSeparatorProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<NBreadcrumbSeparatorProps> & Readonly<{}>, {
7
- size: string;
8
7
  icon: string;
8
+ size: string;
9
9
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
10
10
  declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
11
11
  export default _default;
@@ -14,9 +14,9 @@ declare const __VLS_component: import("vue").DefineComponent<NNavigationMenuLink
14
14
  originalEvent: Event;
15
15
  }>) => any) | undefined;
16
16
  }>, {
17
- as: import("reka-ui").AsTag | import("vue").Component;
18
17
  btn: string;
19
18
  navigationMenuLink: string;
19
+ as: import("reka-ui").AsTag | import("vue").Component;
20
20
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
21
21
  declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
22
22
  export default _default;
@@ -4,10 +4,10 @@ type __VLS_Slots = {} & {
4
4
  default?: (props: typeof __VLS_6) => any;
5
5
  };
6
6
  declare const __VLS_component: import("vue").DefineComponent<NNavigationMenuTriggerProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<NNavigationMenuTriggerProps> & Readonly<{}>, {
7
- as: import("reka-ui").AsTag | import("vue").Component;
8
7
  btn: string;
9
8
  trailing: string;
10
9
  navigationMenu: string;
10
+ as: import("reka-ui").AsTag | import("vue").Component;
11
11
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
12
12
  declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
13
13
  export default _default;
@@ -4,8 +4,8 @@ type __VLS_Slots = {} & {
4
4
  [K in NonNullable<typeof __VLS_10>]?: (props: typeof __VLS_11) => any;
5
5
  };
6
6
  declare const __VLS_component: import("vue").DefineComponent<NToastActionProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<NToastActionProps> & Readonly<{}>, {
7
- size: string;
8
7
  btn: string;
8
+ size: string;
9
9
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
10
10
  declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
11
11
  export default _default;
@@ -4,8 +4,8 @@ type __VLS_Slots = {} & {
4
4
  default?: (props: typeof __VLS_10) => any;
5
5
  };
6
6
  declare const __VLS_component: import("vue").DefineComponent<NScrollAreaProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<NScrollAreaProps> & Readonly<{}>, {
7
- rounded: import("vue").HTMLAttributes["class"];
8
7
  size: import("vue").HTMLAttributes["class"];
8
+ rounded: import("vue").HTMLAttributes["class"];
9
9
  scrollArea: import("vue").HTMLAttributes["class"];
10
10
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
11
11
  declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
@@ -6,8 +6,8 @@ type __VLS_Slots = {} & {
6
6
  default?: (props: typeof __VLS_17) => any;
7
7
  };
8
8
  declare const __VLS_component: import("vue").DefineComponent<NSidebarMenuButtonProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<NSidebarMenuButtonProps> & Readonly<{}>, {
9
- as: import("reka-ui").AsTag | import("vue").Component;
10
9
  size: "default" | "sm" | "lg";
10
+ as: import("reka-ui").AsTag | import("vue").Component;
11
11
  variant: "default" | "outline";
12
12
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
13
13
  declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
@@ -18,8 +18,8 @@ type __VLS_Slots = {} & {
18
18
  default?: (props: typeof __VLS_6) => any;
19
19
  };
20
20
  declare const __VLS_component: import("vue").DefineComponent<NSidebarMenuButtonChildProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<NSidebarMenuButtonChildProps> & Readonly<{}>, {
21
- as: import("reka-ui").AsTag | import("vue").Component;
22
21
  size: "default" | "sm" | "lg";
22
+ as: import("reka-ui").AsTag | import("vue").Component;
23
23
  variant: "default" | "outline";
24
24
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
25
25
  declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
@@ -4,8 +4,8 @@ type __VLS_Slots = {} & {
4
4
  default?: (props: typeof __VLS_6) => any;
5
5
  };
6
6
  declare const __VLS_component: import("vue").DefineComponent<NSidebarMenuSubButtonProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<NSidebarMenuSubButtonProps> & Readonly<{}>, {
7
- as: import("reka-ui").AsTag | import("vue").Component;
8
7
  size: "sm" | "md";
8
+ as: import("reka-ui").AsTag | import("vue").Component;
9
9
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
10
10
  declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
11
11
  export default _default;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@una-ui/nuxt",
3
3
  "type": "module",
4
- "version": "0.56.0",
4
+ "version": "0.56.2",
5
5
  "description": "Nuxt module for @una-ui",
6
6
  "author": "Phojie Rengel <phojrengel@gmail.com>",
7
7
  "license": "MIT",
@@ -38,7 +38,7 @@
38
38
  "dependencies": {
39
39
  "@headlessui/vue": "^1.7.23",
40
40
  "@iconify/utils": "^2.3.0",
41
- "@nuxt/kit": "^3.17.4",
41
+ "@nuxt/kit": "^3.17.3",
42
42
  "@nuxtjs/color-mode": "^3.5.2",
43
43
  "@tanstack/vue-table": "^8.21.3",
44
44
  "@unocss/core": "^66.0.0",
@@ -58,16 +58,16 @@
58
58
  "unocss": "^66.0.0",
59
59
  "unocss-preset-animations": "^1.2.1",
60
60
  "vaul-vue": "^0.4.1",
61
- "@una-ui/extractor-vue-script": "^0.56.0",
62
- "@una-ui/preset": "^0.56.0"
61
+ "@una-ui/extractor-vue-script": "^0.56.2",
62
+ "@una-ui/preset": "^0.56.2"
63
63
  },
64
64
  "devDependencies": {
65
65
  "@iconify-json/lucide": "^1.2.44",
66
66
  "@iconify-json/radix-icons": "^1.2.2",
67
67
  "@iconify-json/tabler": "^1.2.18",
68
68
  "@nuxt/module-builder": "^1.0.1",
69
- "@nuxt/schema": "^3.17.4",
70
- "nuxt": "^3.17.4",
69
+ "@nuxt/schema": "^3.17.3",
70
+ "nuxt": "^3.17.3",
71
71
  "zod": "^3.25.7"
72
72
  },
73
73
  "publishConfig": {