@soybeanjs/ui 0.0.6-beta.2 → 0.0.6

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 (84) hide show
  1. package/dist/components/accordion/accordion.vue.d.ts +3 -3
  2. package/dist/components/alert/alert.vue.d.ts +4 -4
  3. package/dist/components/alert-dialog/alert-dialog-action.vue.d.ts +3 -3
  4. package/dist/components/alert-dialog/alert-dialog-cancel.vue.d.ts +3 -3
  5. package/dist/components/alert-dialog/alert-dialog.vue.d.ts +4 -4
  6. package/dist/components/avatar/avatar.vue.d.ts +4 -4
  7. package/dist/components/badge/badge.vue.d.ts +4 -4
  8. package/dist/components/breadcrumb/breadcrumb.vue.d.ts +3 -3
  9. package/dist/components/button/button-group.vue.d.ts +6 -6
  10. package/dist/components/button/button-icon.vue.d.ts +3 -3
  11. package/dist/components/button/button-link.vue.d.ts +4 -4
  12. package/dist/components/button/button-loading.vue.d.ts +3 -3
  13. package/dist/components/button/button.vue.d.ts +4 -4
  14. package/dist/components/card/card.vue.d.ts +3 -3
  15. package/dist/components/checkbox/checkbox-card-group.vue.d.ts +3 -3
  16. package/dist/components/checkbox/checkbox-card.vue.d.ts +8 -8
  17. package/dist/components/checkbox/checkbox-group.vue.d.ts +3 -3
  18. package/dist/components/checkbox/checkbox.vue.d.ts +12 -12
  19. package/dist/components/collapsible/collapsible.vue.d.ts +4 -4
  20. package/dist/components/command/command.vue.d.ts +7 -7
  21. package/dist/components/config-provider/config-provider.vue.d.ts +5 -5
  22. package/dist/components/context-menu/context-menu-checkbox.vue.d.ts +9 -9
  23. package/dist/components/context-menu/context-menu-radio.vue.d.ts +9 -9
  24. package/dist/components/context-menu/context-menu-wrapper.vue.d.ts +13 -13
  25. package/dist/components/context-menu/context-menu.vue.d.ts +9 -9
  26. package/dist/components/dialog/dialog-close.vue.d.ts +2 -2
  27. package/dist/components/dialog/dialog-pure.vue.d.ts +11 -11
  28. package/dist/components/dialog/dialog.vue.d.ts +11 -11
  29. package/dist/components/drawer/drawer-close.vue.d.ts +2 -2
  30. package/dist/components/drawer/drawer.vue.d.ts +11 -11
  31. package/dist/components/dropdown-menu/dropdown-menu-checkbox.vue.d.ts +9 -9
  32. package/dist/components/dropdown-menu/dropdown-menu-radio.vue.d.ts +9 -9
  33. package/dist/components/dropdown-menu/dropdown-menu-wrapper.vue.d.ts +13 -13
  34. package/dist/components/dropdown-menu/dropdown-menu.vue.d.ts +9 -9
  35. package/dist/components/form/form-field-array.vue.d.ts +2 -2
  36. package/dist/components/form/form-field.vue.d.ts +4 -4
  37. package/dist/components/form/form.vue.d.ts +2 -2
  38. package/dist/components/icon/icon.vue.d.ts +4 -4
  39. package/dist/components/input/input.vue.d.ts +4 -4
  40. package/dist/components/kbd/kbd.vue.d.ts +3 -3
  41. package/dist/components/label/label.vue.d.ts +2 -2
  42. package/dist/components/layout/layout-trigger.vue.d.ts +2 -2
  43. package/dist/components/layout/layout.vue.d.ts +4 -4
  44. package/dist/components/link/link.vue.d.ts +3 -3
  45. package/dist/components/list/list-item.vue.d.ts +2 -2
  46. package/dist/components/list/list.vue.d.ts +2 -2
  47. package/dist/components/menu/menu-checkbox-options.vue.d.ts +3 -3
  48. package/dist/components/menu/menu-option.vue.d.ts +5 -5
  49. package/dist/components/menu/menu-options.vue.d.ts +5 -5
  50. package/dist/components/menu/menu-radio-options.vue.d.ts +3 -3
  51. package/dist/components/navigation-menu/navigation-menu.vue.d.ts +4 -4
  52. package/dist/components/number-input/number-input.vue.d.ts +4 -4
  53. package/dist/components/pagination/pagination.vue.d.ts +4 -4
  54. package/dist/components/password/password.vue.d.ts +4 -4
  55. package/dist/components/popover/popover.vue.d.ts +4 -4
  56. package/dist/components/radio-group/radio-card-group.vue.d.ts +3 -3
  57. package/dist/components/radio-group/radio-card.vue.d.ts +2 -2
  58. package/dist/components/radio-group/radio-group.vue.d.ts +3 -3
  59. package/dist/components/radio-group/radio.vue.d.ts +2 -2
  60. package/dist/components/segment/segment.vue.d.ts +3 -3
  61. package/dist/components/select/select.vue.d.ts +7 -7
  62. package/dist/components/separator/separator.vue.d.ts +5 -5
  63. package/dist/components/switch/switch.vue.d.ts +3 -3
  64. package/dist/components/tabs/tabs.vue.d.ts +3 -3
  65. package/dist/components/tag/tag.vue.d.ts +4 -4
  66. package/dist/components/textarea/textarea.vue.d.ts +4 -4
  67. package/dist/components/tooltip/tooltip.vue.d.ts +3 -3
  68. package/dist/components/tree/tree-virtualizer.vue.d.ts +3 -3
  69. package/dist/components/tree/tree.vue.d.ts +3 -3
  70. package/dist/components/tree-menu/tree-menu-item-wrapper.vue.d.ts +2 -2
  71. package/dist/components/tree-menu/tree-menu.vue.d.ts +3 -3
  72. package/dist/components/virtualizer/virtualizer.vue.d.ts +3 -3
  73. package/dist/variants/badge.d.ts +3 -3
  74. package/dist/variants/button.d.ts +3 -3
  75. package/dist/variants/checkbox.d.ts +3 -3
  76. package/dist/variants/kbd.d.ts +3 -3
  77. package/dist/variants/pagination.d.ts +3 -3
  78. package/dist/variants/radio-group.d.ts +3 -3
  79. package/dist/variants/separator.d.ts +3 -3
  80. package/dist/variants/switch.d.ts +3 -3
  81. package/dist/variants/tag.d.ts +3 -3
  82. package/dist/variants/textarea.d.ts +3 -3
  83. package/dist/variants/toast.d.ts +3 -3
  84. package/package.json +2 -2
@@ -1,5 +1,5 @@
1
1
  import { TextareaProps } from "./types.js";
2
- import * as vue281 from "vue";
2
+ import * as vue275 from "vue";
3
3
 
4
4
  //#region src/components/textarea/textarea.vue.d.ts
5
5
  declare var __VLS_29: {
@@ -11,11 +11,11 @@ type __VLS_Slots = {} & {
11
11
  } & {
12
12
  footer?: (props: typeof __VLS_31) => any;
13
13
  };
14
- declare const __VLS_base: vue281.DefineComponent<TextareaProps, {}, {}, {}, {}, vue281.ComponentOptionsMixin, vue281.ComponentOptionsMixin, {
14
+ declare const __VLS_base: vue275.DefineComponent<TextareaProps, {}, {}, {}, {}, vue275.ComponentOptionsMixin, vue275.ComponentOptionsMixin, {
15
15
  "update:modelValue": (value: string) => any;
16
- }, string, vue281.PublicProps, Readonly<TextareaProps> & Readonly<{
16
+ }, string, vue275.PublicProps, Readonly<TextareaProps> & Readonly<{
17
17
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
18
- }>, {}, {}, {}, {}, string, vue281.ComponentProvideOptions, false, {}, any>;
18
+ }>, {}, {}, {}, {}, string, vue275.ComponentProvideOptions, false, {}, any>;
19
19
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
20
20
  declare const _default: typeof __VLS_export;
21
21
  type __VLS_WithSlots<T, S> = T & {
@@ -1,6 +1,6 @@
1
1
  import { TooltipProps } from "./types.js";
2
2
  import * as vue292 from "vue";
3
- import * as _soybeanjs_headless138 from "@soybeanjs/headless";
3
+ import * as _soybeanjs_headless143 from "@soybeanjs/headless";
4
4
 
5
5
  //#region src/components/tooltip/tooltip.vue.d.ts
6
6
  declare var __VLS_16: {}, __VLS_30: {};
@@ -12,11 +12,11 @@ type __VLS_Slots = {} & {
12
12
  declare const __VLS_base: vue292.DefineComponent<TooltipProps, {}, {}, {}, {}, vue292.ComponentOptionsMixin, vue292.ComponentOptionsMixin, {
13
13
  "update:open": (value: boolean) => any;
14
14
  escapeKeyDown: (event: KeyboardEvent) => any;
15
- pointerDownOutside: (event: _soybeanjs_headless138.PointerDownOutsideEvent) => any;
15
+ pointerDownOutside: (event: _soybeanjs_headless143.PointerDownOutsideEvent) => any;
16
16
  }, string, vue292.PublicProps, Readonly<TooltipProps> & Readonly<{
17
17
  "onUpdate:open"?: ((value: boolean) => any) | undefined;
18
18
  onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
19
- onPointerDownOutside?: ((event: _soybeanjs_headless138.PointerDownOutsideEvent) => any) | undefined;
19
+ onPointerDownOutside?: ((event: _soybeanjs_headless143.PointerDownOutsideEvent) => any) | undefined;
20
20
  }>, {
21
21
  open: boolean;
22
22
  defaultOpen: boolean;
@@ -1,5 +1,5 @@
1
1
  import { TreeVirtualizerProps } from "./types.js";
2
- import * as vue165 from "vue";
2
+ import * as vue1 from "vue";
3
3
  import { MaybeArray, TreeItemData } from "@soybeanjs/headless";
4
4
 
5
5
  //#region src/components/tree/tree-virtualizer.vue.d.ts
@@ -7,7 +7,7 @@ declare const __VLS_export: <T extends TreeItemData, U extends MaybeArray<string
7
7
  props: __VLS_PrettifyLocal<TreeVirtualizerProps<T, U, M> & {
8
8
  "onUpdate:modelValue"?: ((value: string | ((U extends string ? false : M extends true ? true : false) extends infer T_1 ? T_1 extends (U extends string ? false : M extends true ? true : false) ? T_1 extends true ? string[] : string : never : never)) => any) | undefined;
9
9
  "onUpdate:expanded"?: ((value: string[]) => any) | undefined;
10
- }> & vue165.PublicProps & (typeof globalThis extends {
10
+ }> & vue1.PublicProps & (typeof globalThis extends {
11
11
  __VLS_PROPS_FALLBACK: infer P;
12
12
  } ? P : {});
13
13
  expose: (exposed: {}) => void;
@@ -22,7 +22,7 @@ declare const __VLS_export: <T extends TreeItemData, U extends MaybeArray<string
22
22
  }) => any;
23
23
  };
24
24
  emit: ((evt: "update:modelValue", value: string | ((U extends string ? false : M extends true ? true : false) extends infer T_1 ? T_1 extends (U extends string ? false : M extends true ? true : false) ? T_1 extends true ? string[] : string : never : never)) => void) & ((evt: "update:expanded", value: string[]) => void);
25
- }>) => vue165.VNode & {
25
+ }>) => vue1.VNode & {
26
26
  __ctx?: Awaited<typeof __VLS_setup>;
27
27
  };
28
28
  declare const _default: typeof __VLS_export;
@@ -1,4 +1,4 @@
1
- import * as vue163 from "vue";
1
+ import * as vue0 from "vue";
2
2
  import { MaybeArray, TreeItemData, TreeRootProps } from "@soybeanjs/headless";
3
3
 
4
4
  //#region src/components/tree/tree.vue.d.ts
@@ -6,7 +6,7 @@ declare const __VLS_export: <T extends TreeItemData, U extends MaybeArray<string
6
6
  props: __VLS_PrettifyLocal<TreeRootProps<T, U, M> & {
7
7
  "onUpdate:modelValue"?: ((value: string | ((U extends string ? false : M extends true ? true : false) extends infer T_1 ? T_1 extends (U extends string ? false : M extends true ? true : false) ? T_1 extends true ? string[] : string : never : never)) => any) | undefined;
8
8
  "onUpdate:expanded"?: ((value: string[]) => any) | undefined;
9
- }> & vue163.PublicProps & (typeof globalThis extends {
9
+ }> & vue0.PublicProps & (typeof globalThis extends {
10
10
  __VLS_PROPS_FALLBACK: infer P;
11
11
  } ? P : {});
12
12
  expose: (exposed: {}) => void;
@@ -24,7 +24,7 @@ declare const __VLS_export: <T extends TreeItemData, U extends MaybeArray<string
24
24
  bottom?: (props: {}) => any;
25
25
  };
26
26
  emit: ((evt: "update:modelValue", value: string | ((U extends string ? false : M extends true ? true : false) extends infer T_1 ? T_1 extends (U extends string ? false : M extends true ? true : false) ? T_1 extends true ? string[] : string : never : never)) => void) & ((evt: "update:expanded", value: string[]) => void);
27
- }>) => vue163.VNode & {
27
+ }>) => vue0.VNode & {
28
28
  __ctx?: Awaited<typeof __VLS_setup>;
29
29
  };
30
30
  declare const _default: typeof __VLS_export;
@@ -1,11 +1,11 @@
1
- import * as vue158 from "vue";
1
+ import * as vue299 from "vue";
2
2
 
3
3
  //#region src/components/tree-menu/tree-menu-item-wrapper.vue.d.ts
4
4
  declare var __VLS_1: {};
5
5
  type __VLS_Slots = {} & {
6
6
  default?: (props: typeof __VLS_1) => any;
7
7
  };
8
- declare const __VLS_base: vue158.DefineComponent<{}, {}, {}, {}, {}, vue158.ComponentOptionsMixin, vue158.ComponentOptionsMixin, {}, string, vue158.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue158.ComponentProvideOptions, true, {}, any>;
8
+ declare const __VLS_base: vue299.DefineComponent<{}, {}, {}, {}, {}, vue299.ComponentOptionsMixin, vue299.ComponentOptionsMixin, {}, string, vue299.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue299.ComponentProvideOptions, true, {}, any>;
9
9
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
10
10
  declare const _default: typeof __VLS_export;
11
11
  type __VLS_WithSlots<T, S> = T & {
@@ -1,5 +1,5 @@
1
1
  import { TreeMenuGroupOptionData, TreeMenuOptionData, TreeMenuProps } from "./types.js";
2
- import * as vue156 from "vue";
2
+ import * as vue297 from "vue";
3
3
 
4
4
  //#region src/components/tree-menu/tree-menu.vue.d.ts
5
5
  declare const __VLS_export: <T extends TreeMenuOptionData = TreeMenuOptionData>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
@@ -8,7 +8,7 @@ declare const __VLS_export: <T extends TreeMenuOptionData = TreeMenuOptionData>(
8
8
  "onUpdate:expanded"?: ((value: string[]) => any) | undefined;
9
9
  onSelectDropdown?: ((value: string) => any) | undefined;
10
10
  "onUpdate:collapsed"?: ((value: boolean) => any) | undefined;
11
- }> & vue156.PublicProps & (typeof globalThis extends {
11
+ }> & vue297.PublicProps & (typeof globalThis extends {
12
12
  __VLS_PROPS_FALLBACK: infer P;
13
13
  } ? P : {});
14
14
  expose: (exposed: {}) => void;
@@ -38,7 +38,7 @@ declare const __VLS_export: <T extends TreeMenuOptionData = TreeMenuOptionData>(
38
38
  bottom?: (props: {}) => any;
39
39
  };
40
40
  emit: ((evt: "update:modelValue", value: string) => void) & ((evt: "update:expanded", value: string[]) => void) & ((evt: "selectDropdown", value: string) => void) & ((evt: "update:collapsed", value: boolean) => void);
41
- }>) => vue156.VNode & {
41
+ }>) => vue297.VNode & {
42
42
  __ctx?: Awaited<typeof __VLS_setup>;
43
43
  };
44
44
  declare const _default: typeof __VLS_export;
@@ -1,10 +1,10 @@
1
1
  import { VirtualizerProps } from "./types.js";
2
- import * as vue167 from "vue";
2
+ import * as vue3 from "vue";
3
3
  import * as _tanstack_vue_virtual0 from "@tanstack/vue-virtual";
4
4
 
5
5
  //#region src/components/virtualizer/virtualizer.vue.d.ts
6
6
  declare const __VLS_export: <T extends Record<string, any>>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
7
- props: __VLS_PrettifyLocal<VirtualizerProps<T>> & vue167.PublicProps & (typeof globalThis extends {
7
+ props: __VLS_PrettifyLocal<VirtualizerProps<T>> & vue3.PublicProps & (typeof globalThis extends {
8
8
  __VLS_PROPS_FALLBACK: infer P;
9
9
  } ? P : {});
10
10
  expose: (exposed: {}) => void;
@@ -17,7 +17,7 @@ declare const __VLS_export: <T extends Record<string, any>>(__VLS_props: NonNull
17
17
  }) => any;
18
18
  };
19
19
  emit: {};
20
- }>) => vue167.VNode & {
20
+ }>) => vue3.VNode & {
21
21
  __ctx?: Awaited<typeof __VLS_setup>;
22
22
  };
23
23
  declare const _default: typeof __VLS_export;
@@ -1,8 +1,8 @@
1
- import * as tailwind_variants11 from "tailwind-variants";
1
+ import * as tailwind_variants1 from "tailwind-variants";
2
2
  import { VariantProps } from "tailwind-variants";
3
3
 
4
4
  //#region src/variants/badge.d.ts
5
- declare const badgeVariants: tailwind_variants11.TVReturnType<{
5
+ declare const badgeVariants: tailwind_variants1.TVReturnType<{
6
6
  color: {
7
7
  primary: {
8
8
  content: string;
@@ -130,7 +130,7 @@ declare const badgeVariants: tailwind_variants11.TVReturnType<{
130
130
  }, {
131
131
  root: string;
132
132
  content: string;
133
- }, tailwind_variants11.TVReturnType<{
133
+ }, tailwind_variants1.TVReturnType<{
134
134
  color: {
135
135
  primary: {
136
136
  content: string;
@@ -1,8 +1,8 @@
1
- import * as tailwind_variants17 from "tailwind-variants";
1
+ import * as tailwind_variants3 from "tailwind-variants";
2
2
  import { VariantProps } from "tailwind-variants";
3
3
 
4
4
  //#region src/variants/button.d.ts
5
- declare const buttonVariants: tailwind_variants17.TVReturnType<{
5
+ declare const buttonVariants: tailwind_variants3.TVReturnType<{
6
6
  color: {
7
7
  primary: string;
8
8
  destructive: string;
@@ -92,7 +92,7 @@ declare const buttonVariants: tailwind_variants17.TVReturnType<{
92
92
  true: string;
93
93
  false: string;
94
94
  };
95
- }, undefined, tailwind_variants17.TVReturnType<{
95
+ }, undefined, tailwind_variants3.TVReturnType<{
96
96
  color: {
97
97
  primary: string;
98
98
  destructive: string;
@@ -1,8 +1,8 @@
1
- import * as tailwind_variants13 from "tailwind-variants";
1
+ import * as tailwind_variants7 from "tailwind-variants";
2
2
  import { VariantProps } from "tailwind-variants";
3
3
 
4
4
  //#region src/variants/checkbox.d.ts
5
- declare const checkboxVariants: tailwind_variants13.TVReturnType<{
5
+ declare const checkboxVariants: tailwind_variants7.TVReturnType<{
6
6
  color: {
7
7
  primary: {
8
8
  control: string;
@@ -164,7 +164,7 @@ declare const checkboxVariants: tailwind_variants13.TVReturnType<{
164
164
  control: string[];
165
165
  indicator: string;
166
166
  label: string;
167
- }, tailwind_variants13.TVReturnType<{
167
+ }, tailwind_variants7.TVReturnType<{
168
168
  color: {
169
169
  primary: {
170
170
  control: string;
@@ -1,8 +1,8 @@
1
- import * as tailwind_variants21 from "tailwind-variants";
1
+ import * as tailwind_variants11 from "tailwind-variants";
2
2
  import { VariantProps } from "tailwind-variants";
3
3
 
4
4
  //#region src/variants/kbd.d.ts
5
- declare const kbdVariants: tailwind_variants21.TVReturnType<{
5
+ declare const kbdVariants: tailwind_variants11.TVReturnType<{
6
6
  variant: {
7
7
  solid: string;
8
8
  outline: string;
@@ -30,7 +30,7 @@ declare const kbdVariants: tailwind_variants21.TVReturnType<{
30
30
  xl: string;
31
31
  '2xl': string;
32
32
  };
33
- }, undefined, tailwind_variants21.TVReturnType<{
33
+ }, undefined, tailwind_variants11.TVReturnType<{
34
34
  variant: {
35
35
  solid: string;
36
36
  outline: string;
@@ -1,8 +1,8 @@
1
- import * as tailwind_variants23 from "tailwind-variants";
1
+ import * as tailwind_variants17 from "tailwind-variants";
2
2
  import { VariantProps } from "tailwind-variants";
3
3
 
4
4
  //#region src/variants/pagination.d.ts
5
- declare const paginationVariants: tailwind_variants23.TVReturnType<{
5
+ declare const paginationVariants: tailwind_variants17.TVReturnType<{
6
6
  size: {
7
7
  xs: {
8
8
  list: string;
@@ -150,7 +150,7 @@ declare const paginationVariants: tailwind_variants23.TVReturnType<{
150
150
  ellipsis: string;
151
151
  button: string[];
152
152
  navigationButton: string[];
153
- }, tailwind_variants23.TVReturnType<{
153
+ }, tailwind_variants17.TVReturnType<{
154
154
  size: {
155
155
  xs: {
156
156
  list: string;
@@ -1,8 +1,8 @@
1
- import * as tailwind_variants1 from "tailwind-variants";
1
+ import * as tailwind_variants13 from "tailwind-variants";
2
2
  import { VariantProps } from "tailwind-variants";
3
3
 
4
4
  //#region src/variants/radio-group.d.ts
5
- declare const radioGroupVariants: tailwind_variants1.TVReturnType<{
5
+ declare const radioGroupVariants: tailwind_variants13.TVReturnType<{
6
6
  color: {
7
7
  primary: {
8
8
  control: string;
@@ -180,7 +180,7 @@ declare const radioGroupVariants: tailwind_variants1.TVReturnType<{
180
180
  control: string[];
181
181
  indicator: string;
182
182
  label: string;
183
- }, tailwind_variants1.TVReturnType<{
183
+ }, tailwind_variants13.TVReturnType<{
184
184
  color: {
185
185
  primary: {
186
186
  control: string;
@@ -1,8 +1,8 @@
1
- import * as tailwind_variants31 from "tailwind-variants";
1
+ import * as tailwind_variants21 from "tailwind-variants";
2
2
  import { VariantProps } from "tailwind-variants";
3
3
 
4
4
  //#region src/variants/separator.d.ts
5
- declare const separatorVariants: tailwind_variants31.TVReturnType<{
5
+ declare const separatorVariants: tailwind_variants21.TVReturnType<{
6
6
  size: {
7
7
  xs: {
8
8
  label: string;
@@ -114,7 +114,7 @@ declare const separatorVariants: tailwind_variants31.TVReturnType<{
114
114
  }, {
115
115
  root: string;
116
116
  label: string;
117
- }, tailwind_variants31.TVReturnType<{
117
+ }, tailwind_variants21.TVReturnType<{
118
118
  size: {
119
119
  xs: {
120
120
  label: string;
@@ -1,8 +1,8 @@
1
- import * as tailwind_variants27 from "tailwind-variants";
1
+ import * as tailwind_variants23 from "tailwind-variants";
2
2
  import { VariantProps } from "tailwind-variants";
3
3
 
4
4
  //#region src/variants/switch.d.ts
5
- declare const switchVariants: tailwind_variants27.TVReturnType<{
5
+ declare const switchVariants: tailwind_variants23.TVReturnType<{
6
6
  color: {
7
7
  primary: {
8
8
  control: string;
@@ -136,7 +136,7 @@ declare const switchVariants: tailwind_variants27.TVReturnType<{
136
136
  root: string;
137
137
  control: string[];
138
138
  thumb: string;
139
- }, tailwind_variants27.TVReturnType<{
139
+ }, tailwind_variants23.TVReturnType<{
140
140
  color: {
141
141
  primary: {
142
142
  control: string;
@@ -1,8 +1,8 @@
1
- import * as tailwind_variants5 from "tailwind-variants";
1
+ import * as tailwind_variants31 from "tailwind-variants";
2
2
  import { VariantProps } from "tailwind-variants";
3
3
 
4
4
  //#region src/variants/tag.d.ts
5
- declare const tagVariants: tailwind_variants5.TVReturnType<{
5
+ declare const tagVariants: tailwind_variants31.TVReturnType<{
6
6
  color: {
7
7
  primary: string;
8
8
  destructive: string;
@@ -64,7 +64,7 @@ declare const tagVariants: tailwind_variants5.TVReturnType<{
64
64
  auto: string;
65
65
  rounded: string;
66
66
  };
67
- }, undefined, tailwind_variants5.TVReturnType<{
67
+ }, undefined, tailwind_variants31.TVReturnType<{
68
68
  color: {
69
69
  primary: string;
70
70
  destructive: string;
@@ -1,8 +1,8 @@
1
- import * as tailwind_variants25 from "tailwind-variants";
1
+ import * as tailwind_variants19 from "tailwind-variants";
2
2
  import { VariantProps } from "tailwind-variants";
3
3
 
4
4
  //#region src/variants/textarea.d.ts
5
- declare const textareaVariants: tailwind_variants25.TVReturnType<{
5
+ declare const textareaVariants: tailwind_variants19.TVReturnType<{
6
6
  size: {
7
7
  xs: {
8
8
  root: string;
@@ -118,7 +118,7 @@ declare const textareaVariants: tailwind_variants25.TVReturnType<{
118
118
  control: string[];
119
119
  counter: string;
120
120
  clearable: string;
121
- }, tailwind_variants25.TVReturnType<{
121
+ }, tailwind_variants19.TVReturnType<{
122
122
  size: {
123
123
  xs: {
124
124
  root: string;
@@ -1,9 +1,9 @@
1
- import * as tailwind_variants7 from "tailwind-variants";
1
+ import * as tailwind_variants25 from "tailwind-variants";
2
2
  import { VariantProps } from "tailwind-variants";
3
3
 
4
4
  //#region src/variants/toast.d.ts
5
5
 
6
- declare const toastViewportVariants: tailwind_variants7.TVReturnType<{
6
+ declare const toastViewportVariants: tailwind_variants25.TVReturnType<{
7
7
  size: {
8
8
  xs: string;
9
9
  sm: string;
@@ -37,7 +37,7 @@ declare const toastViewportVariants: tailwind_variants7.TVReturnType<{
37
37
  'bottom-left': string;
38
38
  'bottom-right': string;
39
39
  };
40
- }, undefined, tailwind_variants7.TVReturnType<{
40
+ }, undefined, tailwind_variants25.TVReturnType<{
41
41
  size: {
42
42
  xs: string;
43
43
  sm: string;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@soybeanjs/ui",
3
3
  "type": "module",
4
- "version": "0.0.6-beta.2",
4
+ "version": "0.0.6",
5
5
  "description": "SoybeanUI is built on top of SoybeanHeadless, providing a collection of styled components for Vue 3.",
6
6
  "author": {
7
7
  "name": "Soybean",
@@ -52,7 +52,7 @@
52
52
  "fuse.js": "^7.1.0",
53
53
  "tailwind-merge": "^3.4.0",
54
54
  "tailwind-variants": "^3.2.2",
55
- "@soybeanjs/headless": "^0.0.6-beta.2"
55
+ "@soybeanjs/headless": "^0.0.6"
56
56
  },
57
57
  "devDependencies": {
58
58
  "@soybeanjs/cli": "^1.4.1",