@soybeanjs/ui 0.5.0 → 0.5.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 (87) hide show
  1. package/dist/components/alert/alert.vue.d.ts +4 -4
  2. package/dist/components/alert-dialog/alert-dialog-action.vue.d.ts +3 -3
  3. package/dist/components/alert-dialog/alert-dialog-cancel.vue.d.ts +3 -3
  4. package/dist/components/alert-dialog/alert-dialog.vue.d.ts +4 -4
  5. package/dist/components/badge/badge.vue.d.ts +4 -4
  6. package/dist/components/breadcrumb/breadcrumb.vue.d.ts +3 -3
  7. package/dist/components/button/button-group.vue.d.ts +3 -3
  8. package/dist/components/button/button-icon.vue.d.ts +3 -3
  9. package/dist/components/button/button-link.vue.d.ts +3 -3
  10. package/dist/components/button/button-loading.vue.d.ts +3 -3
  11. package/dist/components/button/button.vue.d.ts +4 -4
  12. package/dist/components/card/card.vue.d.ts +3 -3
  13. package/dist/components/checkbox/checkbox-card-group.vue.d.ts +3 -3
  14. package/dist/components/checkbox/checkbox-card.vue.d.ts +8 -8
  15. package/dist/components/checkbox/checkbox-group.vue.d.ts +3 -3
  16. package/dist/components/checkbox/checkbox.vue.d.ts +12 -12
  17. package/dist/components/collapsible/collapsible.vue.d.ts +4 -4
  18. package/dist/components/command/command.vue.d.ts +7 -7
  19. package/dist/components/config-provider/config-provider.vue.d.ts +5 -5
  20. package/dist/components/context-menu/context-menu-checkbox.vue.d.ts +9 -9
  21. package/dist/components/context-menu/context-menu-radio.vue.d.ts +9 -9
  22. package/dist/components/context-menu/context-menu-wrapper.vue.d.ts +13 -13
  23. package/dist/components/context-menu/context-menu.vue.d.ts +9 -9
  24. package/dist/components/dialog/dialog-close.vue.d.ts +2 -2
  25. package/dist/components/dialog/dialog-pure.vue.d.ts +12 -12
  26. package/dist/components/dialog/dialog.vue.d.ts +12 -12
  27. package/dist/components/drawer/drawer-close.vue.d.ts +2 -2
  28. package/dist/components/drawer/drawer.vue.d.ts +12 -12
  29. package/dist/components/dropdown-menu/dropdown-menu-checkbox.vue.d.ts +9 -9
  30. package/dist/components/dropdown-menu/dropdown-menu-radio.vue.d.ts +9 -9
  31. package/dist/components/dropdown-menu/dropdown-menu-wrapper.vue.d.ts +13 -13
  32. package/dist/components/dropdown-menu/dropdown-menu.vue.d.ts +9 -9
  33. package/dist/components/form/form.vue.d.ts +2 -2
  34. package/dist/components/form/use-form.d.ts +22 -22
  35. package/dist/components/icon/icon.vue.d.ts +2 -2
  36. package/dist/components/input/input.vue.d.ts +4 -4
  37. package/dist/components/kbd/kbd.vue.d.ts +3 -3
  38. package/dist/components/label/label.vue.d.ts +2 -2
  39. package/dist/components/layout/layout-trigger.vue.d.ts +2 -2
  40. package/dist/components/layout/layout.vue.d.ts +4 -4
  41. package/dist/components/link/link.vue.d.ts +3 -3
  42. package/dist/components/list/list-item.vue.d.ts +2 -2
  43. package/dist/components/list/list.vue.d.ts +2 -2
  44. package/dist/components/menu/menu-checkbox-options.vue.d.ts +3 -3
  45. package/dist/components/menu/menu-option.vue.d.ts +9 -9
  46. package/dist/components/menu/menu-options.vue.d.ts +9 -9
  47. package/dist/components/menu/menu-radio-options.vue.d.ts +3 -3
  48. package/dist/components/navigation-menu/navigation-menu.vue.d.ts +11 -11
  49. package/dist/components/number-input/number-input.vue.d.ts +4 -4
  50. package/dist/components/page-tabs/page-tabs.vue.d.ts +6 -6
  51. package/dist/components/pagination/pagination.vue.d.ts +4 -4
  52. package/dist/components/password/password.vue.d.ts +4 -4
  53. package/dist/components/popover/popover.vue.d.ts +11 -11
  54. package/dist/components/radio-group/radio-card-group.vue.d.ts +3 -3
  55. package/dist/components/radio-group/radio-card.vue.d.ts +2 -2
  56. package/dist/components/radio-group/radio-group.vue.d.ts +3 -3
  57. package/dist/components/radio-group/radio.vue.d.ts +2 -2
  58. package/dist/components/segment/segment.vue.d.ts +3 -3
  59. package/dist/components/select/select.vue.d.ts +7 -7
  60. package/dist/components/separator/separator.vue.d.ts +5 -5
  61. package/dist/components/switch/switch.vue.d.ts +22 -22
  62. package/dist/components/tabs/tabs.vue.d.ts +3 -3
  63. package/dist/components/tag/tag.vue.d.ts +4 -4
  64. package/dist/components/textarea/textarea.vue.d.ts +4 -4
  65. package/dist/components/tooltip/tooltip.vue.d.ts +4 -4
  66. package/dist/components/tree/tree-virtualizer.vue.d.ts +5 -5
  67. package/dist/components/tree/tree.vue.d.ts +5 -5
  68. package/dist/components/tree-menu/tree-menu-styled-item.vue.d.ts +2 -2
  69. package/dist/components/tree-menu/tree-menu.vue.d.ts +3 -3
  70. package/dist/components/virtualizer/virtualizer.vue.d.ts +3 -3
  71. package/dist/styles.css +8 -3
  72. package/dist/variants/badge.d.ts +3 -3
  73. package/dist/variants/button.d.ts +3 -3
  74. package/dist/variants/checkbox.d.ts +3 -3
  75. package/dist/variants/kbd.d.ts +3 -3
  76. package/dist/variants/layout.js +1 -1
  77. package/dist/variants/page-tabs.d.ts +3 -3
  78. package/dist/variants/page-tabs.js +1 -1
  79. package/dist/variants/pagination.d.ts +3 -3
  80. package/dist/variants/radio-group.d.ts +3 -3
  81. package/dist/variants/separator.d.ts +3 -3
  82. package/dist/variants/switch.d.ts +3 -3
  83. package/dist/variants/tabs.d.ts +3 -3
  84. package/dist/variants/tag.d.ts +3 -3
  85. package/dist/variants/textarea.d.ts +3 -3
  86. package/dist/variants/toast.d.ts +3 -3
  87. package/package.json +2 -2
@@ -2,13 +2,13 @@ import { ThemeColor, ThemeSize } from "../../theme/types.js";
2
2
  import "../../theme/index.js";
3
3
  import { SwitchShape } from "../../variants/switch.js";
4
4
  import { SwitchProps } from "./types.js";
5
- import * as vue189 from "vue";
6
- import * as _soybeanjs_headless79 from "@soybeanjs/headless";
5
+ import * as vue290 from "vue";
6
+ import * as _soybeanjs_headless179 from "@soybeanjs/headless";
7
7
  import { AcceptableBooleanValue } from "@soybeanjs/headless";
8
8
 
9
9
  //#region src/components/switch/switch.vue.d.ts
10
10
  declare const __VLS_export: <T extends AcceptableBooleanValue = boolean>(__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<{
11
- props: vue189.PublicProps & __VLS_PrettifyLocal<SwitchProps<T> & {
11
+ props: vue290.PublicProps & __VLS_PrettifyLocal<SwitchProps<T> & {
12
12
  "onUpdate:modelValue"?: ((payload: NonNullable<T>) => any) | undefined;
13
13
  }> & (typeof globalThis extends {
14
14
  __VLS_PROPS_FALLBACK: infer P;
@@ -18,13 +18,13 @@ declare const __VLS_export: <T extends AcceptableBooleanValue = boolean>(__VLS_p
18
18
  slots: {
19
19
  leading?: (props: {
20
20
  modelValue: (Readonly<{
21
- class: _soybeanjs_headless79.ClassValue;
22
- ui: Partial<_soybeanjs_headless79.SwitchUi>;
21
+ class: _soybeanjs_headless179.ClassValue;
22
+ ui: Partial<_soybeanjs_headless179.SwitchUi>;
23
23
  color: ThemeColor;
24
24
  size: ThemeSize;
25
25
  shape: SwitchShape;
26
- controlProps: _soybeanjs_headless79.SwitchControlProps;
27
- thumbProps: _soybeanjs_headless79.SwitchThumbProps;
26
+ controlProps: _soybeanjs_headless179.SwitchControlProps;
27
+ thumbProps: _soybeanjs_headless179.SwitchThumbProps;
28
28
  defaultValue: NonNullable<T> | undefined;
29
29
  disabled: boolean;
30
30
  value: string;
@@ -32,14 +32,14 @@ declare const __VLS_export: <T extends AcceptableBooleanValue = boolean>(__VLS_p
32
32
  required: boolean;
33
33
  manifest: string | undefined;
34
34
  innerHTML: string | undefined;
35
- style: vue189.StyleValue | undefined;
35
+ style: vue290.StyleValue | undefined;
36
36
  accesskey: string | undefined;
37
37
  contenteditable: (boolean | "true" | "false") | "inherit" | "plaintext-only" | undefined;
38
38
  contextmenu: string | undefined;
39
39
  dir: string | undefined;
40
40
  draggable: (boolean | "true" | "false") | undefined;
41
41
  enterkeyhint: "enter" | "done" | "go" | "next" | "previous" | "search" | "send" | undefined;
42
- enterKeyHint: vue189.HTMLAttributes["enterkeyhint"];
42
+ enterKeyHint: vue290.HTMLAttributes["enterkeyhint"];
43
43
  hidden: (boolean | "true" | "false") | "" | "hidden" | "until-found" | undefined;
44
44
  id: string | undefined;
45
45
  inert: (boolean | "true" | "false") | undefined;
@@ -229,13 +229,13 @@ declare const __VLS_export: <T extends AcceptableBooleanValue = boolean>(__VLS_p
229
229
  } & {
230
230
  default?: (props: {
231
231
  modelValue: (Readonly<{
232
- class: _soybeanjs_headless79.ClassValue;
233
- ui: Partial<_soybeanjs_headless79.SwitchUi>;
232
+ class: _soybeanjs_headless179.ClassValue;
233
+ ui: Partial<_soybeanjs_headless179.SwitchUi>;
234
234
  color: ThemeColor;
235
235
  size: ThemeSize;
236
236
  shape: SwitchShape;
237
- controlProps: _soybeanjs_headless79.SwitchControlProps;
238
- thumbProps: _soybeanjs_headless79.SwitchThumbProps;
237
+ controlProps: _soybeanjs_headless179.SwitchControlProps;
238
+ thumbProps: _soybeanjs_headless179.SwitchThumbProps;
239
239
  defaultValue: NonNullable<T> | undefined;
240
240
  disabled: boolean;
241
241
  value: string;
@@ -243,14 +243,14 @@ declare const __VLS_export: <T extends AcceptableBooleanValue = boolean>(__VLS_p
243
243
  required: boolean;
244
244
  manifest: string | undefined;
245
245
  innerHTML: string | undefined;
246
- style: vue189.StyleValue | undefined;
246
+ style: vue290.StyleValue | undefined;
247
247
  accesskey: string | undefined;
248
248
  contenteditable: (boolean | "true" | "false") | "inherit" | "plaintext-only" | undefined;
249
249
  contextmenu: string | undefined;
250
250
  dir: string | undefined;
251
251
  draggable: (boolean | "true" | "false") | undefined;
252
252
  enterkeyhint: "enter" | "done" | "go" | "next" | "previous" | "search" | "send" | undefined;
253
- enterKeyHint: vue189.HTMLAttributes["enterkeyhint"];
253
+ enterKeyHint: vue290.HTMLAttributes["enterkeyhint"];
254
254
  hidden: (boolean | "true" | "false") | "" | "hidden" | "until-found" | undefined;
255
255
  id: string | undefined;
256
256
  inert: (boolean | "true" | "false") | undefined;
@@ -440,13 +440,13 @@ declare const __VLS_export: <T extends AcceptableBooleanValue = boolean>(__VLS_p
440
440
  } & {
441
441
  trailing?: (props: {
442
442
  modelValue: (Readonly<{
443
- class: _soybeanjs_headless79.ClassValue;
444
- ui: Partial<_soybeanjs_headless79.SwitchUi>;
443
+ class: _soybeanjs_headless179.ClassValue;
444
+ ui: Partial<_soybeanjs_headless179.SwitchUi>;
445
445
  color: ThemeColor;
446
446
  size: ThemeSize;
447
447
  shape: SwitchShape;
448
- controlProps: _soybeanjs_headless79.SwitchControlProps;
449
- thumbProps: _soybeanjs_headless79.SwitchThumbProps;
448
+ controlProps: _soybeanjs_headless179.SwitchControlProps;
449
+ thumbProps: _soybeanjs_headless179.SwitchThumbProps;
450
450
  defaultValue: NonNullable<T> | undefined;
451
451
  disabled: boolean;
452
452
  value: string;
@@ -454,14 +454,14 @@ declare const __VLS_export: <T extends AcceptableBooleanValue = boolean>(__VLS_p
454
454
  required: boolean;
455
455
  manifest: string | undefined;
456
456
  innerHTML: string | undefined;
457
- style: vue189.StyleValue | undefined;
457
+ style: vue290.StyleValue | undefined;
458
458
  accesskey: string | undefined;
459
459
  contenteditable: (boolean | "true" | "false") | "inherit" | "plaintext-only" | undefined;
460
460
  contextmenu: string | undefined;
461
461
  dir: string | undefined;
462
462
  draggable: (boolean | "true" | "false") | undefined;
463
463
  enterkeyhint: "enter" | "done" | "go" | "next" | "previous" | "search" | "send" | undefined;
464
- enterKeyHint: vue189.HTMLAttributes["enterkeyhint"];
464
+ enterKeyHint: vue290.HTMLAttributes["enterkeyhint"];
465
465
  hidden: (boolean | "true" | "false") | "" | "hidden" | "until-found" | undefined;
466
466
  id: string | undefined;
467
467
  inert: (boolean | "true" | "false") | undefined;
@@ -650,7 +650,7 @@ declare const __VLS_export: <T extends AcceptableBooleanValue = boolean>(__VLS_p
650
650
  }) => any;
651
651
  };
652
652
  emit: (evt: "update:modelValue", payload: NonNullable<T>) => void;
653
- }>) => vue189.VNode & {
653
+ }>) => vue290.VNode & {
654
654
  __ctx?: Awaited<typeof __VLS_setup>;
655
655
  };
656
656
  declare const _default: typeof __VLS_export;
@@ -1,10 +1,10 @@
1
1
  import { TabsOptionData, TabsProps } from "./types.js";
2
- import * as vue197 from "vue";
2
+ import * as vue298 from "vue";
3
3
  import { AcceptableValue } from "@soybeanjs/headless";
4
4
 
5
5
  //#region src/components/tabs/tabs.vue.d.ts
6
6
  declare const __VLS_export: <T extends AcceptableValue = AcceptableValue, S extends TabsOptionData<NonNullable<T>> = TabsOptionData<NonNullable<T>>>(__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: vue197.PublicProps & __VLS_PrettifyLocal<TabsProps<T, S> & {
7
+ props: vue298.PublicProps & __VLS_PrettifyLocal<TabsProps<T, S> & {
8
8
  "onUpdate:modelValue"?: ((payload: NonNullable<T>) => any) | undefined;
9
9
  }> & (typeof globalThis extends {
10
10
  __VLS_PROPS_FALLBACK: infer P;
@@ -21,7 +21,7 @@ declare const __VLS_export: <T extends AcceptableValue = AcceptableValue, S exte
21
21
  }) => any;
22
22
  };
23
23
  emit: (evt: "update:modelValue", payload: NonNullable<T>) => void;
24
- }>) => vue197.VNode & {
24
+ }>) => vue298.VNode & {
25
25
  __ctx?: Awaited<typeof __VLS_setup>;
26
26
  };
27
27
  declare const _default: typeof __VLS_export;
@@ -1,5 +1,5 @@
1
1
  import { TagProps } from "./types.js";
2
- import * as vue288 from "vue";
2
+ import * as vue300 from "vue";
3
3
 
4
4
  //#region src/components/tag/tag.vue.d.ts
5
5
  declare var __VLS_10: {}, __VLS_12: {}, __VLS_14: {}, __VLS_16: {
@@ -14,13 +14,13 @@ type __VLS_Slots = {} & {
14
14
  } & {
15
15
  close?: (props: typeof __VLS_16) => any;
16
16
  };
17
- declare const __VLS_base: vue288.DefineComponent<TagProps, {}, {}, {}, {}, vue288.ComponentOptionsMixin, vue288.ComponentOptionsMixin, {
17
+ declare const __VLS_base: vue300.DefineComponent<TagProps, {}, {}, {}, {}, vue300.ComponentOptionsMixin, vue300.ComponentOptionsMixin, {
18
18
  "update:open": (open: boolean) => any;
19
- }, string, vue288.PublicProps, Readonly<TagProps> & Readonly<{
19
+ }, string, vue300.PublicProps, Readonly<TagProps> & Readonly<{
20
20
  "onUpdate:open"?: ((open: boolean) => any) | undefined;
21
21
  }>, {
22
22
  open: boolean;
23
- }, {}, {}, {}, string, vue288.ComponentProvideOptions, false, {}, any>;
23
+ }, {}, {}, {}, string, vue300.ComponentProvideOptions, false, {}, any>;
24
24
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
25
25
  declare const _default: typeof __VLS_export;
26
26
  type __VLS_WithSlots<T, S> = T & {
@@ -1,5 +1,5 @@
1
1
  import { TextareaProps } from "./types.js";
2
- import * as vue293 from "vue";
2
+ import * as vue138 from "vue";
3
3
 
4
4
  //#region src/components/textarea/textarea.vue.d.ts
5
5
  declare var __VLS_28: {
@@ -11,11 +11,11 @@ type __VLS_Slots = {} & {
11
11
  } & {
12
12
  footer?: (props: typeof __VLS_30) => any;
13
13
  };
14
- declare const __VLS_base: vue293.DefineComponent<TextareaProps, {}, {}, {}, {}, vue293.ComponentOptionsMixin, vue293.ComponentOptionsMixin, {
14
+ declare const __VLS_base: vue138.DefineComponent<TextareaProps, {}, {}, {}, {}, vue138.ComponentOptionsMixin, vue138.ComponentOptionsMixin, {
15
15
  "update:modelValue": (value: string) => any;
16
- }, string, vue293.PublicProps, Readonly<TextareaProps> & Readonly<{
16
+ }, string, vue138.PublicProps, Readonly<TextareaProps> & Readonly<{
17
17
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
18
- }>, {}, {}, {}, {}, string, vue293.ComponentProvideOptions, false, {}, any>;
18
+ }>, {}, {}, {}, {}, string, vue138.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,5 +1,5 @@
1
1
  import { TooltipProps } from "./types.js";
2
- import * as vue283 from "vue";
2
+ import * as vue305 from "vue";
3
3
  import * as _soybeanjs_headless191 from "@soybeanjs/headless";
4
4
 
5
5
  //#region src/components/tooltip/tooltip.vue.d.ts
@@ -9,11 +9,11 @@ type __VLS_Slots = {} & {
9
9
  } & {
10
10
  default?: (props: typeof __VLS_36) => any;
11
11
  };
12
- declare const __VLS_base: vue283.DefineComponent<TooltipProps, {}, {}, {}, {}, vue283.ComponentOptionsMixin, vue283.ComponentOptionsMixin, {
12
+ declare const __VLS_base: vue305.DefineComponent<TooltipProps, {}, {}, {}, {}, vue305.ComponentOptionsMixin, vue305.ComponentOptionsMixin, {
13
13
  "update:open": (value: boolean) => any;
14
14
  escapeKeyDown: (event: KeyboardEvent) => any;
15
15
  pointerDownOutside: (event: _soybeanjs_headless191.PointerDownOutsideEvent) => any;
16
- }, string, vue283.PublicProps, Readonly<TooltipProps> & Readonly<{
16
+ }, string, vue305.PublicProps, Readonly<TooltipProps> & Readonly<{
17
17
  "onUpdate:open"?: ((value: boolean) => any) | undefined;
18
18
  onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
19
19
  onPointerDownOutside?: ((event: _soybeanjs_headless191.PointerDownOutsideEvent) => any) | undefined;
@@ -21,7 +21,7 @@ declare const __VLS_base: vue283.DefineComponent<TooltipProps, {}, {}, {}, {}, v
21
21
  open: boolean;
22
22
  defaultOpen: boolean;
23
23
  showArrow: boolean;
24
- }, {}, {}, {}, string, vue283.ComponentProvideOptions, false, {}, any>;
24
+ }, {}, {}, {}, string, vue305.ComponentProvideOptions, false, {}, any>;
25
25
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
26
26
  declare const _default: typeof __VLS_export;
27
27
  type __VLS_WithSlots<T, S> = T & {
@@ -1,12 +1,12 @@
1
1
  import { TreeVirtualizerProps } from "./types.js";
2
- import * as vue203 from "vue";
3
- import * as _soybeanjs_headless92 from "@soybeanjs/headless";
2
+ import * as vue155 from "vue";
3
+ import * as _soybeanjs_headless81 from "@soybeanjs/headless";
4
4
  import { MaybeArray, TreeItemData } from "@soybeanjs/headless";
5
5
  import * as _tanstack_vue_virtual0 from "@tanstack/vue-virtual";
6
6
 
7
7
  //#region src/components/tree/tree-virtualizer.vue.d.ts
8
8
  declare const __VLS_export: <T extends TreeItemData, U extends MaybeArray<string> | undefined, M extends boolean>(__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<{
9
- props: vue203.PublicProps & __VLS_PrettifyLocal<TreeVirtualizerProps<T, U, M> & {
9
+ props: vue155.PublicProps & __VLS_PrettifyLocal<TreeVirtualizerProps<T, U, M> & {
10
10
  "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;
11
11
  "onUpdate:expanded"?: ((value: string[]) => any) | undefined;
12
12
  }> & (typeof globalThis extends {
@@ -18,13 +18,13 @@ declare const __VLS_export: <T extends TreeItemData, U extends MaybeArray<string
18
18
  item?: (props: {
19
19
  key: number;
20
20
  virtualItem: _tanstack_vue_virtual0.VirtualItem;
21
- item: _soybeanjs_headless92.FlattenedItem<T>;
21
+ item: _soybeanjs_headless81.FlattenedItem<T>;
22
22
  modelValue: U;
23
23
  expanded: string[];
24
24
  }) => 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
- }>) => vue203.VNode & {
27
+ }>) => vue155.VNode & {
28
28
  __ctx?: Awaited<typeof __VLS_setup>;
29
29
  };
30
30
  declare const _default: typeof __VLS_export;
@@ -1,10 +1,10 @@
1
- import * as vue201 from "vue";
2
- import * as _soybeanjs_headless91 from "@soybeanjs/headless";
1
+ import * as vue157 from "vue";
2
+ import * as _soybeanjs_headless82 from "@soybeanjs/headless";
3
3
  import { MaybeArray, TreeItemData, TreeRootProps } from "@soybeanjs/headless";
4
4
 
5
5
  //#region src/components/tree/tree.vue.d.ts
6
6
  declare const __VLS_export: <T extends TreeItemData, U extends MaybeArray<string> | undefined, M extends boolean>(__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: vue201.PublicProps & __VLS_PrettifyLocal<TreeRootProps<T, U, M> & {
7
+ props: vue157.PublicProps & __VLS_PrettifyLocal<TreeRootProps<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
10
  }> & (typeof globalThis extends {
@@ -17,7 +17,7 @@ declare const __VLS_export: <T extends TreeItemData, U extends MaybeArray<string
17
17
  } & {
18
18
  item?: (props: {
19
19
  key: string;
20
- item: _soybeanjs_headless91.FlattenedItem<T>;
20
+ item: _soybeanjs_headless82.FlattenedItem<T>;
21
21
  modelValue: U | undefined;
22
22
  expanded: string[];
23
23
  }) => any;
@@ -25,7 +25,7 @@ declare const __VLS_export: <T extends TreeItemData, U extends MaybeArray<string
25
25
  bottom?: (props: {}) => any;
26
26
  };
27
27
  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);
28
- }>) => vue201.VNode & {
28
+ }>) => vue157.VNode & {
29
29
  __ctx?: Awaited<typeof __VLS_setup>;
30
30
  };
31
31
  declare const _default: typeof __VLS_export;
@@ -1,12 +1,12 @@
1
1
  import { TreeMenuStyledItemProps } from "./types.js";
2
- import * as vue300 from "vue";
2
+ import * as vue310 from "vue";
3
3
 
4
4
  //#region src/components/tree-menu/tree-menu-styled-item.vue.d.ts
5
5
  declare var __VLS_1: {};
6
6
  type __VLS_Slots = {} & {
7
7
  default?: (props: typeof __VLS_1) => any;
8
8
  };
9
- declare const __VLS_base: vue300.DefineComponent<TreeMenuStyledItemProps, {}, {}, {}, {}, vue300.ComponentOptionsMixin, vue300.ComponentOptionsMixin, {}, string, vue300.PublicProps, Readonly<TreeMenuStyledItemProps> & Readonly<{}>, {}, {}, {}, {}, string, vue300.ComponentProvideOptions, false, {}, any>;
9
+ declare const __VLS_base: vue310.DefineComponent<TreeMenuStyledItemProps, {}, {}, {}, {}, vue310.ComponentOptionsMixin, vue310.ComponentOptionsMixin, {}, string, vue310.PublicProps, Readonly<TreeMenuStyledItemProps> & Readonly<{}>, {}, {}, {}, {}, string, vue310.ComponentProvideOptions, false, {}, any>;
10
10
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
11
11
  declare const _default: typeof __VLS_export;
12
12
  type __VLS_WithSlots<T, S> = T & {
@@ -1,9 +1,9 @@
1
1
  import { TreeMenuBaseOptionData, TreeMenuProps } from "./types.js";
2
- import * as vue298 from "vue";
2
+ import * as vue315 from "vue";
3
3
 
4
4
  //#region src/components/tree-menu/tree-menu.vue.d.ts
5
5
  declare const __VLS_export: <T extends TreeMenuBaseOptionData = TreeMenuBaseOptionData>(__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<{
6
- props: vue298.PublicProps & __VLS_PrettifyLocal<TreeMenuProps<T> & {
6
+ props: vue315.PublicProps & __VLS_PrettifyLocal<TreeMenuProps<T> & {
7
7
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
8
8
  "onUpdate:expanded"?: ((value: string[]) => any) | undefined;
9
9
  "onUpdate:collapsed"?: ((value: boolean) => any) | undefined;
@@ -30,7 +30,7 @@ declare const __VLS_export: <T extends TreeMenuBaseOptionData = TreeMenuBaseOpti
30
30
  }) => any;
31
31
  };
32
32
  emit: ((evt: "update:modelValue", value: string) => void) & ((evt: "update:expanded", value: string[]) => void) & ((evt: "update:collapsed", value: boolean) => void) & ((evt: "selectDropdown", value: string) => void);
33
- }>) => vue298.VNode & {
33
+ }>) => vue315.VNode & {
34
34
  __ctx?: Awaited<typeof __VLS_setup>;
35
35
  };
36
36
  declare const _default: typeof __VLS_export;
@@ -1,10 +1,10 @@
1
1
  import { VirtualizerProps } from "./types.js";
2
- import * as vue199 from "vue";
2
+ import * as vue159 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: vue199.PublicProps & __VLS_PrettifyLocal<VirtualizerProps<T>> & (typeof globalThis extends {
7
+ props: vue159.PublicProps & __VLS_PrettifyLocal<VirtualizerProps<T>> & (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
- }>) => vue199.VNode & {
20
+ }>) => vue159.VNode & {
21
21
  __ctx?: Awaited<typeof __VLS_setup>;
22
22
  };
23
23
  declare const _default: typeof __VLS_export;
package/dist/styles.css CHANGED
@@ -708,6 +708,7 @@
708
708
  .border-solid,
709
709
  .group[data-variant=floating] .group-data-\[variant\=floating\]\:border-solid{border-style:solid;}
710
710
  .bg-accent,
711
+ .dark .dark\:data-\[active\=true\]\:bg-accent[data-active=true],
711
712
  .data-\[highlighted\]\:bg-accent[data-highlighted],
712
713
  .data-\[state\=on\]\:bg-accent[data-state=on],
713
714
  .data-\[state\=open\]\:bg-accent[data-state=open],
@@ -789,6 +790,7 @@
789
790
  .data-\[state\=open\]\:bg-accent\/50[data-state=open]{background-color:hsl(var(--accent) / 0.5) /* hsl(var(--accent)) */;}
790
791
  .data-\[active\=true\]\:bg-primary-50[data-active=true]{--un-bg-opacity:1;background-color:hsl(var(--primary-50) / var(--un-bg-opacity)) /* hsl(var(--primary-50)) */;}
791
792
  .data-\[state\=unchecked\]\:bg-input[data-state=unchecked]{--un-bg-opacity:var(--input-alpha, 1);background-color:hsl(var(--input) / var(--un-bg-opacity)) /* hsl(var(--input) / var(--input-alpha, 1)) */;}
793
+ .dark .group\/item[data-active=true] .dark\:group-data-\[active\=true\]\/item\:hover\:bg-accent-foreground\/20:hover{background-color:hsl(var(--accent-foreground) / 0.2) /* hsl(var(--accent-foreground)) */;}
792
794
  .data-\[active\=false\]\:hover\:bg-accent:hover[data-active=false]{--un-bg-opacity:1;background-color:hsl(var(--accent) / var(--un-bg-opacity)) /* hsl(var(--accent)) */;}
793
795
  .data-\[active\=false\]\:hover\:bg-sidebar-accent:hover[data-active=false]{--un-bg-opacity:1;background-color:hsl(var(--sidebar-accent) / var(--un-bg-opacity)) /* hsl(var(--sidebar-accent)) */;}
794
796
  .data-\[selected\]\:hover\:bg-accent\/60:hover[data-selected]{background-color:hsl(var(--accent) / 0.6) /* hsl(var(--accent)) */;}
@@ -841,10 +843,11 @@
841
843
  .data-\[selected\]\:active\:bg-primary-600:active[data-selected]{--un-bg-opacity:1;background-color:hsl(var(--primary-600) / var(--un-bg-opacity)) /* hsl(var(--primary-600)) */;}
842
844
  .data-\[selected\]\:active\:bg-primary\/20:active[data-selected]{background-color:hsl(var(--primary) / 0.2) /* hsl(var(--primary)) */;}
843
845
  .file\:bg-transparent::file-selector-button{background-color:transparent /* transparent */;}
846
+ .dark .group\/item[data-active=true] .dark\:group-data-\[active\=true\]\/item\:fill-accent,
847
+ .group\/item:hover .group-hover\/item\:fill-accent{--un-fill-opacity:1;fill:hsl(var(--accent) / var(--un-fill-opacity)) /* hsl(var(--accent)) */;}
844
848
  .fill-popover{--un-fill-opacity:1;fill:hsl(var(--popover) / var(--un-fill-opacity)) /* hsl(var(--popover)) */;}
845
849
  .fill-transparent{fill:transparent /* transparent */;}
846
850
  .group\/item[data-active=true] .group-data-\[active\=true\]\/item\:fill-primary-50{--un-fill-opacity:1;fill:hsl(var(--primary-50) / var(--un-fill-opacity)) /* hsl(var(--primary-50)) */;}
847
- .group\/item:hover .group-hover\/item\:fill-accent{--un-fill-opacity:1;fill:hsl(var(--accent) / var(--un-fill-opacity)) /* hsl(var(--accent)) */;}
848
851
  .stroke-border{--un-stroke-opacity:var(--border-alpha, 1);stroke:hsl(var(--border) / var(--un-stroke-opacity)) /* hsl(var(--border) / var(--border-alpha, 1)) */;}
849
852
  .object-cover{object-fit:cover;}
850
853
  .group[data-state=collapsed] .group-data-\[state\=collapsed\]\:p-0,
@@ -979,6 +982,9 @@
979
982
  .text-sm{font-size:0.875rem;line-height:1.25rem;}
980
983
  .text-xl{font-size:1.25rem;line-height:1.75rem;}
981
984
  .text-xs{font-size:0.75rem;line-height:1rem;}
985
+ .dark .dark\:data-\[active\=true\]\:text-foreground[data-active=true],
986
+ .data-\[state\=active\]\:text-foreground[data-state=active],
987
+ .text-foreground{--un-text-opacity:1;color:hsl(var(--foreground) / var(--un-text-opacity)) /* hsl(var(--foreground)) */;}
982
988
  .data-\[active\=true\]\:text-primary[data-active=true],
983
989
  .data-\[child-active\]\:text-primary[data-child-active],
984
990
  .data-\[selected\]\:text-primary[data-selected],
@@ -1000,8 +1006,6 @@
1000
1006
  .data-\[state\=indeterminate\]\:text-primary-foreground[data-state=indeterminate],
1001
1007
  .group[data-state=active] .group-data-\[state\=active\]\:text-primary-foreground,
1002
1008
  .text-primary-foreground{--un-text-opacity:1;color:hsl(var(--primary-foreground) / var(--un-text-opacity)) /* hsl(var(--primary-foreground)) */;}
1003
- .data-\[state\=active\]\:text-foreground[data-state=active],
1004
- .text-foreground{--un-text-opacity:1;color:hsl(var(--foreground) / var(--un-text-opacity)) /* hsl(var(--foreground)) */;}
1005
1009
  .data-\[state\=checked\]\:text-carbon-foreground[data-state=checked],
1006
1010
  .data-\[state\=indeterminate\]\:text-carbon-foreground[data-state=indeterminate],
1007
1011
  .text-carbon-foreground{--un-text-opacity:1;color:hsl(var(--carbon-foreground) / var(--un-text-opacity)) /* hsl(var(--carbon-foreground)) */;}
@@ -1031,6 +1035,7 @@
1031
1035
  .text-popover-foreground{--un-text-opacity:1;color:hsl(var(--popover-foreground) / var(--un-text-opacity)) /* hsl(var(--popover-foreground)) */;}
1032
1036
  .text-success{--un-text-opacity:1;color:hsl(var(--success) / var(--un-text-opacity)) /* hsl(var(--success)) */;}
1033
1037
  .text-warning{--un-text-opacity:1;color:hsl(var(--warning) / var(--un-text-opacity)) /* hsl(var(--warning)) */;}
1038
+ .dark .dark\:hover\:text-foreground:hover{--un-text-opacity:1;color:hsl(var(--foreground) / var(--un-text-opacity)) /* hsl(var(--foreground)) */;}
1034
1039
  .data-\[selected\]\:hover\:text-primary-foreground:hover[data-selected]{--un-text-opacity:1;color:hsl(var(--primary-foreground) / var(--un-text-opacity)) /* hsl(var(--primary-foreground)) */;}
1035
1040
  .data-\[state\=on\]\:hover\:text-accent-foreground:hover[data-state=on]{--un-text-opacity:1;color:hsl(var(--accent-foreground) / var(--un-text-opacity)) /* hsl(var(--accent-foreground)) */;}
1036
1041
  .hover\:text-accent-foreground:hover{--un-text-opacity:1;color:hsl(var(--accent-foreground) / var(--un-text-opacity)) /* hsl(var(--accent-foreground)) */;}
@@ -1,8 +1,8 @@
1
- import * as tailwind_variants5 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_variants5.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_variants5.TVReturnType<{
130
130
  }, {
131
131
  root: string;
132
132
  content: string;
133
- }, tailwind_variants5.TVReturnType<{
133
+ }, tailwind_variants1.TVReturnType<{
134
134
  color: {
135
135
  primary: {
136
136
  content: string;
@@ -1,8 +1,8 @@
1
- import * as tailwind_variants1 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_variants1.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_variants1.TVReturnType<{
92
92
  true: string;
93
93
  false: string;
94
94
  };
95
- }, undefined, tailwind_variants1.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_variants7 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/checkbox.d.ts
5
- declare const checkboxVariants: tailwind_variants7.TVReturnType<{
5
+ declare const checkboxVariants: tailwind_variants17.TVReturnType<{
6
6
  color: {
7
7
  primary: {
8
8
  control: string;
@@ -164,7 +164,7 @@ declare const checkboxVariants: tailwind_variants7.TVReturnType<{
164
164
  control: string[];
165
165
  indicator: string;
166
166
  label: string;
167
- }, tailwind_variants7.TVReturnType<{
167
+ }, tailwind_variants17.TVReturnType<{
168
168
  color: {
169
169
  primary: {
170
170
  control: string;
@@ -1,8 +1,8 @@
1
- import * as tailwind_variants11 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/kbd.d.ts
5
- declare const kbdVariants: tailwind_variants11.TVReturnType<{
5
+ declare const kbdVariants: tailwind_variants7.TVReturnType<{
6
6
  variant: {
7
7
  solid: string;
8
8
  outline: string;
@@ -30,7 +30,7 @@ declare const kbdVariants: tailwind_variants11.TVReturnType<{
30
30
  xl: string;
31
31
  '2xl': string;
32
32
  };
33
- }, undefined, tailwind_variants11.TVReturnType<{
33
+ }, undefined, tailwind_variants7.TVReturnType<{
34
34
  variant: {
35
35
  solid: string;
36
36
  outline: string;
@@ -1 +1 @@
1
- import{tv as e}from"tailwind-variants";const t=e({slots:{root:`group relative flex w-full h-full data-[side=right]:flex-row-reverse`,sidebarRoot:`h-full hidden md:block`,sidebarWrapper:`absolute inset-y-0 z-10 hidden h-full w-[--soybean-sidebar-width] transition-[left,right,width,opacity] duration-200 ease-linear md:flex`,sidebar:[`flex flex-col w-full h-full bg-sidebar-background`,`group-data-[variant=floating]:rounded-lg group-data-[variant=floating]:border group-data-[variant=floating]:border-border group-data-[variant=floating]:border-solid group-data-[variant=floating]:shadow`],sidebarGapHandler:[`relative h-full w-[--soybean-sidebar-width] bg-transparent transition-width duration-200 ease-linear`,`group-data-[collapsible=offcanvas]:w-0`,`group-data-[side=right]:rotate-180`],mobileDrawer:`w-[--soybean-sidebar-width] bg-sidebar-background p-0 [&>button]:hidden`,mobileOverlay:[`fixed inset-0 z-50 bg-black/80`,`data-[state=open]:animate-in data-[state=open]:fade-in-0`,`data-[state=closed]:animate-out data-[state=closed]:fade-out-0`],mobile:`flex flex-col w-full h-full`,rail:[`absolute inset-y-0 z-20 hidden w-[--soybean-layout-spacing] -translate-x-1/2 transition-all ease-linear sm:flex`,`after:absolute after:inset-y-0 after:left-1/2 after:content-empty after:w-[calc(var(--soybean-layout-spacing)/8)] hover:after:bg-sidebar-border`],trigger:``,main:`relative flex flex-1 flex-col items-stretch bg-background`,header:`relative flex items-center shrink-0 h-[--soybean-layout-header-height]`,tab:`shrink-0 h-[--soybean-layout-tab-height]`,content:`grow overflow-auto`,footer:`shrink-0 h-[--soybean-layout-footer-height]`},variants:{size:{xs:{root:`text-2xs [--soybean-layout-spacing:0.75rem]`},sm:{root:`text-xs [--soybean-layout-spacing:0.875rem]`},md:{root:`text-sm [--soybean-layout-spacing:1rem]`},lg:{root:`text-base [--soybean-layout-spacing:1.25rem]`},xl:{root:`text-lg [--soybean-layout-spacing:1.5rem]`},"2xl":{root:`text-xl [--soybean-layout-spacing:1.75rem]`}},variant:{sidebar:{sidebarGapHandler:`group-data-[collapsible=icon]:w-[--soybean-collapsed-sidebar-width]`,sidebarWrapper:`group-data-[collapsible=icon]:w-[--soybean-collapsed-sidebar-width] group-data-[side=left]:border-r group-data-[side=right]:border-l`},floating:{sidebarGapHandler:`w-[calc(var(--soybean-sidebar-width)+var(--soybean-layout-spacing))] group-data-[collapsible=icon]:w-[calc(var(--soybean-collapsed-sidebar-width)+var(--soybean-layout-spacing))]`,sidebarWrapper:`p-[calc(var(--soybean-layout-spacing)/2)] w-[calc(var(--soybean-sidebar-width)+var(--soybean-layout-spacing))] group-data-[collapsible=icon]:w-[calc(var(--soybean-collapsed-sidebar-width)+var(--soybean-layout-spacing))]`},inset:{root:`bg-sidebar-background`,sidebarGapHandler:`w-[calc(var(--soybean-sidebar-width)+var(--soybean-layout-spacing))] group-data-[collapsible=icon]:w-[calc(var(--soybean-collapsed-sidebar-width)+var(--soybean-layout-spacing))]`,sidebarWrapper:`p-[calc(var(--soybean-layout-spacing)/2)] w-[calc(var(--soybean-sidebar-width)+var(--soybean-layout-spacing))] group-data-[collapsible=icon]:w-[calc(var(--soybean-collapsed-sidebar-width)+var(--soybean-layout-spacing))]`,main:`md:m-[calc(var(--soybean-layout-spacing)/2)] md:ml-0 md:rounded-xl md:shadow`}},side:{left:{sidebarWrapper:`left-0 group-data-[collapsible=offcanvas]:left-[calc(var(--soybean-sidebar-width)*-1)]`,rail:`cursor-w-resize group-data-[state=collapsed]:cursor-e-resize -right-[var(--soybean-layout-spacing)]`},right:{sidebarWrapper:`right-0 group-data-[collapsible=offcanvas]:right-[calc(var(--soybean-sidebar-width)*-1)]`,rail:`cursor-e-resize group-data-[state=collapsed]:cursor-w-resize left-0`}},collapsible:{offcanvas:{sidebarWrapper:`group-data-[state=collapsed]:opacity-0`,rail:`translate-x-0 after:left-full hover:bg-sidebar-background`},icon:{}},fullContent:{true:{tab:`fixed left-0 top-0 z-10 w-full`,content:`fixed inset-0 z-10 mt-[--soybean-layout-tab-height]`}}},compoundVariants:[{side:`left`,collapsible:`offcanvas`,class:{rail:`-right-[var(--soybean-layout-spacing)/2]`}},{side:`right`,collapsible:`offcanvas`,class:{rail:`-left-[var(--soybean-layout-spacing)/2]`}},{side:`left`,variant:`inset`,collapsible:`offcanvas`,class:{rail:`group-data-[state=collapsed]:right-0`}},{side:`right`,variant:`inset`,collapsible:`offcanvas`,class:{rail:`group-data-[state=collapsed]:left-0`}},{side:`left`,variant:`floating`,collapsible:`offcanvas`,class:{rail:`group-data-[state=collapsed]:right-[calc(var(--soybean-layout-spacing)/2)]`}},{side:`right`,variant:`floating`,collapsible:`offcanvas`,class:{rail:`group-data-[state=collapsed]:left-[calc(var(--soybean-layout-spacing)/2)]`}},{variant:`inset`,collapsible:`offcanvas`,class:{main:`md:group-data-[state=collapsed]:ml-[calc(var(--soybean-layout-spacing)/2)]`}}],defaultVariants:{variant:`sidebar`,side:`left`,collapsible:`icon`}});export{t as layoutVariants};
1
+ import{tv as e}from"tailwind-variants";const t=e({slots:{root:`group relative flex w-full h-full data-[side=right]:flex-row-reverse`,sidebarRoot:`h-full hidden md:block`,sidebarWrapper:`absolute inset-y-0 z-10 hidden h-full w-[--soybean-sidebar-width] transition-[left,right,width,opacity] duration-200 ease-linear md:flex`,sidebar:[`flex flex-col w-full h-full bg-sidebar-background`,`group-data-[variant=floating]:rounded-lg group-data-[variant=floating]:border group-data-[variant=floating]:border-border group-data-[variant=floating]:border-solid group-data-[variant=floating]:shadow`],sidebarGapHandler:[`relative h-full w-[--soybean-sidebar-width] bg-transparent transition-width duration-200 ease-linear`,`group-data-[collapsible=offcanvas]:w-0`,`group-data-[side=right]:rotate-180`],mobileDrawer:`w-[--soybean-sidebar-width] bg-sidebar-background p-0 [&>button]:hidden`,mobileOverlay:[`fixed inset-0 z-50 bg-black/80`,`data-[state=open]:animate-in data-[state=open]:fade-in-0`,`data-[state=closed]:animate-out data-[state=closed]:fade-out-0`],mobile:`flex flex-col w-full h-full`,rail:[`absolute inset-y-0 z-20 hidden w-[--soybean-layout-spacing] -translate-x-1/2 transition-all ease-linear sm:flex`,`after:absolute after:inset-y-0 after:left-1/2 after:content-empty after:w-[calc(var(--soybean-layout-spacing)/8)] hover:after:bg-sidebar-border`],trigger:``,main:`relative flex flex-1 flex-col items-stretch bg-background overflow-hidden`,header:`relative flex items-center shrink-0 h-[--soybean-layout-header-height]`,tab:`shrink-0 h-[--soybean-layout-tab-height]`,content:`grow overflow-auto`,footer:`shrink-0 h-[--soybean-layout-footer-height]`},variants:{size:{xs:{root:`text-2xs [--soybean-layout-spacing:0.75rem]`},sm:{root:`text-xs [--soybean-layout-spacing:0.875rem]`},md:{root:`text-sm [--soybean-layout-spacing:1rem]`},lg:{root:`text-base [--soybean-layout-spacing:1.25rem]`},xl:{root:`text-lg [--soybean-layout-spacing:1.5rem]`},"2xl":{root:`text-xl [--soybean-layout-spacing:1.75rem]`}},variant:{sidebar:{sidebarGapHandler:`group-data-[collapsible=icon]:w-[--soybean-collapsed-sidebar-width]`,sidebarWrapper:`group-data-[collapsible=icon]:w-[--soybean-collapsed-sidebar-width] group-data-[side=left]:border-r group-data-[side=right]:border-l`},floating:{sidebarGapHandler:`w-[calc(var(--soybean-sidebar-width)+var(--soybean-layout-spacing))] group-data-[collapsible=icon]:w-[calc(var(--soybean-collapsed-sidebar-width)+var(--soybean-layout-spacing))]`,sidebarWrapper:`p-[calc(var(--soybean-layout-spacing)/2)] w-[calc(var(--soybean-sidebar-width)+var(--soybean-layout-spacing))] group-data-[collapsible=icon]:w-[calc(var(--soybean-collapsed-sidebar-width)+var(--soybean-layout-spacing))]`},inset:{root:`bg-sidebar-background`,sidebarGapHandler:`w-[calc(var(--soybean-sidebar-width)+var(--soybean-layout-spacing))] group-data-[collapsible=icon]:w-[calc(var(--soybean-collapsed-sidebar-width)+var(--soybean-layout-spacing))]`,sidebarWrapper:`p-[calc(var(--soybean-layout-spacing)/2)] w-[calc(var(--soybean-sidebar-width)+var(--soybean-layout-spacing))] group-data-[collapsible=icon]:w-[calc(var(--soybean-collapsed-sidebar-width)+var(--soybean-layout-spacing))]`,main:`md:m-[calc(var(--soybean-layout-spacing)/2)] md:ml-0 md:rounded-xl md:shadow`}},side:{left:{sidebarWrapper:`left-0 group-data-[collapsible=offcanvas]:left-[calc(var(--soybean-sidebar-width)*-1)]`,rail:`cursor-w-resize group-data-[state=collapsed]:cursor-e-resize -right-[var(--soybean-layout-spacing)]`},right:{sidebarWrapper:`right-0 group-data-[collapsible=offcanvas]:right-[calc(var(--soybean-sidebar-width)*-1)]`,rail:`cursor-e-resize group-data-[state=collapsed]:cursor-w-resize left-0`}},collapsible:{offcanvas:{sidebarWrapper:`group-data-[state=collapsed]:opacity-0`,rail:`translate-x-0 after:left-full hover:bg-sidebar-background`},icon:{}},fullContent:{true:{tab:`fixed left-0 top-0 z-10 w-full`,content:`fixed inset-0 z-10 mt-[--soybean-layout-tab-height]`}}},compoundVariants:[{side:`left`,collapsible:`offcanvas`,class:{rail:`-right-[var(--soybean-layout-spacing)/2]`}},{side:`right`,collapsible:`offcanvas`,class:{rail:`-left-[var(--soybean-layout-spacing)/2]`}},{side:`left`,variant:`inset`,collapsible:`offcanvas`,class:{rail:`group-data-[state=collapsed]:right-0`}},{side:`right`,variant:`inset`,collapsible:`offcanvas`,class:{rail:`group-data-[state=collapsed]:left-0`}},{side:`left`,variant:`floating`,collapsible:`offcanvas`,class:{rail:`group-data-[state=collapsed]:right-[calc(var(--soybean-layout-spacing)/2)]`}},{side:`right`,variant:`floating`,collapsible:`offcanvas`,class:{rail:`group-data-[state=collapsed]:left-[calc(var(--soybean-layout-spacing)/2)]`}},{variant:`inset`,collapsible:`offcanvas`,class:{main:`md:group-data-[state=collapsed]:ml-[calc(var(--soybean-layout-spacing)/2)]`}}],defaultVariants:{variant:`sidebar`,side:`left`,collapsible:`icon`}});export{t as layoutVariants};
@@ -1,8 +1,8 @@
1
- import * as tailwind_variants21 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/page-tabs.d.ts
5
- declare const pageTabsVariants: tailwind_variants21.TVReturnType<{
5
+ declare const pageTabsVariants: tailwind_variants23.TVReturnType<{
6
6
  size: {
7
7
  xs: {
8
8
  root: string;
@@ -118,7 +118,7 @@ declare const pageTabsVariants: tailwind_variants21.TVReturnType<{
118
118
  chromeBgLeft: string[];
119
119
  chromeBgRight: string[];
120
120
  sliderIndicator: string;
121
- }, tailwind_variants21.TVReturnType<{
121
+ }, tailwind_variants23.TVReturnType<{
122
122
  size: {
123
123
  xs: {
124
124
  root: string;
@@ -1 +1 @@
1
- import{tv as e}from"tailwind-variants";const t=e({slots:{root:`flex`,item:[`group/item relative flex items-center cursor-pointer select-none outline-none`,`data-[active=true]:bg-primary-50 data-[active=true]:text-primary data-[active=true]:z-2`,`data-[active=false]:hover:bg-accent data-[active=false]:focus:bg-accent`],itemText:`grow truncate`,close:[`rounded-full hover:text-muted group-data-[active=true]/item:hover:bg-primary/50`,`group-data-[active=false]/item:hover:bg-accent-foreground/20`],pin:``,chromeBgLeft:[`absolute right-full bottom-0 fill-transparent`,`group-hover/item:fill-accent group-data-[active=true]/item:fill-primary-50 group-data-[active=true]/item:z-2`],chromeBgRight:[`absolute left-full bottom-0 fill-transparent`,`group-hover/item:fill-accent group-data-[active=true]/item:fill-primary-50 group-data-[active=true]/item:z-2`],sliderIndicator:`absolute bottom-0 left-0 w-full h-0.5 group-data-[active=true]/item:bg-primary`},variants:{size:{xs:{root:`text-2xs`,item:`gap-2 px-1 py-1`,itemText:`max-w-50`},sm:{root:`text-xs`,item:`gap-2.5 px-1.5 py-1`,itemText:`max-w-55`},md:{root:`text-sm`,item:`gap-3 px-2 py-1.5`,itemText:`max-w-60`,chromeBgLeft:`w-2 h-2`,chromeBgRight:`w-2 h-2`},lg:{root:`text-base`,item:`gap-3.5 px-2.5 py-1.5`,itemText:`max-w-65`},xl:{root:`text-lg`,item:`gap-4 px-3 py-2`,itemText:`max-w-70`},"2xl":{root:`text-xl`,item:`gap-4.5 px-3.5 py-2.5`,itemText:`max-w-75`}},variant:{chrome:{root:`items-end`,item:`rounded-t-md`},card:{root:`items-center gap-2`,item:`rounded-md shadow-sm border border-border`},slider:{root:`items-end`,item:`rounded-t-md`}}},defaultVariants:{size:`md`,variant:`chrome`}});export{t as pageTabsVariants};
1
+ import{tv as e}from"tailwind-variants";const t=e({slots:{root:`flex`,item:[`group/item relative flex items-center cursor-pointer select-none outline-none`,`data-[active=true]:bg-primary-50 data-[active=true]:text-primary data-[active=true]:z-2`,`data-[active=false]:hover:bg-accent data-[active=false]:focus:bg-accent`,`dark:data-[active=true]:bg-accent dark:data-[active=true]:text-foreground`],itemText:`grow truncate`,close:[`rounded-full hover:text-muted group-data-[active=true]/item:hover:bg-primary/50`,`group-data-[active=false]/item:hover:bg-accent-foreground/20`,`dark:hover:text-foreground dark:group-data-[active=true]/item:hover:bg-accent-foreground/20`],pin:``,chromeBgLeft:[`absolute right-full bottom-0 fill-transparent`,`group-hover/item:fill-accent group-data-[active=true]/item:fill-primary-50 dark:group-data-[active=true]/item:fill-accent group-data-[active=true]/item:z-2`],chromeBgRight:[`absolute left-full bottom-0 fill-transparent`,`group-hover/item:fill-accent group-data-[active=true]/item:fill-primary-50 dark:group-data-[active=true]/item:fill-accent group-data-[active=true]/item:z-2`],sliderIndicator:`absolute bottom-0 left-0 w-full h-0.5 group-data-[active=true]/item:bg-primary`},variants:{size:{xs:{root:`text-2xs`,item:`gap-2 px-1 py-1`,itemText:`max-w-50`},sm:{root:`text-xs`,item:`gap-2.5 px-1.5 py-1`,itemText:`max-w-55`},md:{root:`text-sm`,item:`gap-3 px-2 py-1.5`,itemText:`max-w-60`,chromeBgLeft:`w-2 h-2`,chromeBgRight:`w-2 h-2`},lg:{root:`text-base`,item:`gap-3.5 px-2.5 py-1.5`,itemText:`max-w-65`},xl:{root:`text-lg`,item:`gap-4 px-3 py-2`,itemText:`max-w-70`},"2xl":{root:`text-xl`,item:`gap-4.5 px-3.5 py-2.5`,itemText:`max-w-75`}},variant:{chrome:{root:`items-end`,item:`rounded-t-md`},card:{root:`items-center gap-2`,item:`rounded-md shadow-sm border border-border`},slider:{root:`items-end`,item:`rounded-t-md`}}},defaultVariants:{size:`md`,variant:`chrome`}});export{t as pageTabsVariants};
@@ -1,8 +1,8 @@
1
- import * as tailwind_variants23 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/pagination.d.ts
5
- declare const paginationVariants: tailwind_variants23.TVReturnType<{
5
+ declare const paginationVariants: tailwind_variants21.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_variants21.TVReturnType<{
154
154
  size: {
155
155
  xs: {
156
156
  list: string;
@@ -1,8 +1,8 @@
1
- import * as tailwind_variants17 from "tailwind-variants";
1
+ import * as tailwind_variants29 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_variants17.TVReturnType<{
5
+ declare const radioGroupVariants: tailwind_variants29.TVReturnType<{
6
6
  color: {
7
7
  primary: {
8
8
  control: string;
@@ -180,7 +180,7 @@ declare const radioGroupVariants: tailwind_variants17.TVReturnType<{
180
180
  control: string[];
181
181
  indicator: string;
182
182
  label: string;
183
- }, tailwind_variants17.TVReturnType<{
183
+ }, tailwind_variants29.TVReturnType<{
184
184
  color: {
185
185
  primary: {
186
186
  control: string;
@@ -1,8 +1,8 @@
1
- import * as tailwind_variants25 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/separator.d.ts
5
- declare const separatorVariants: tailwind_variants25.TVReturnType<{
5
+ declare const separatorVariants: tailwind_variants13.TVReturnType<{
6
6
  size: {
7
7
  xs: {
8
8
  label: string;
@@ -114,7 +114,7 @@ declare const separatorVariants: tailwind_variants25.TVReturnType<{
114
114
  }, {
115
115
  root: string;
116
116
  label: string;
117
- }, tailwind_variants25.TVReturnType<{
117
+ }, tailwind_variants13.TVReturnType<{
118
118
  size: {
119
119
  xs: {
120
120
  label: string;