@soybeanjs/ui 0.4.0 → 0.4.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 (80) hide show
  1. package/dist/components/accordion/accordion.vue.d.ts +3 -3
  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/avatar/avatar.vue.d.ts +4 -4
  6. package/dist/components/badge/badge.vue.d.ts +4 -4
  7. package/dist/components/breadcrumb/breadcrumb.vue.d.ts +3 -3
  8. package/dist/components/button/button-group.vue.d.ts +6 -6
  9. package/dist/components/button/button-icon.vue.d.ts +3 -3
  10. package/dist/components/button/button-link.vue.d.ts +3 -3
  11. package/dist/components/button/button-loading.vue.d.ts +3 -3
  12. package/dist/components/button/button.vue.d.ts +4 -4
  13. package/dist/components/card/card.vue.d.ts +3 -3
  14. package/dist/components/checkbox/checkbox-card-group.vue.d.ts +3 -3
  15. package/dist/components/checkbox/checkbox-card.vue.d.ts +8 -8
  16. package/dist/components/checkbox/checkbox-group.vue.d.ts +3 -3
  17. package/dist/components/checkbox/checkbox.vue.d.ts +12 -12
  18. package/dist/components/collapsible/collapsible.vue.d.ts +4 -4
  19. package/dist/components/command/command.vue.d.ts +7 -7
  20. package/dist/components/config-provider/config-provider.vue.d.ts +5 -5
  21. package/dist/components/context-menu/context-menu-checkbox.vue.d.ts +8 -8
  22. package/dist/components/context-menu/context-menu-radio.vue.d.ts +8 -8
  23. package/dist/components/context-menu/context-menu-wrapper.vue.d.ts +11 -11
  24. package/dist/components/context-menu/context-menu.vue.d.ts +8 -8
  25. package/dist/components/dialog/dialog-pure.vue.d.ts +1 -1
  26. package/dist/components/dialog/dialog.vue.d.ts +1 -1
  27. package/dist/components/drawer/drawer-close.vue.d.ts +2 -2
  28. package/dist/components/drawer/drawer.vue.d.ts +5 -5
  29. package/dist/components/dropdown-menu/dropdown-menu-checkbox.vue.d.ts +3 -3
  30. package/dist/components/dropdown-menu/dropdown-menu-radio.vue.d.ts +3 -3
  31. package/dist/components/dropdown-menu/dropdown-menu-wrapper.vue.d.ts +4 -4
  32. package/dist/components/dropdown-menu/dropdown-menu.vue.d.ts +3 -3
  33. package/dist/components/form/form.vue.d.ts +2 -2
  34. package/dist/components/form/use-form.d.ts +14 -14
  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/menu/menu-checkbox-options.vue.d.ts +3 -3
  44. package/dist/components/menu/menu-option.vue.d.ts +8 -8
  45. package/dist/components/menu/menu-options.vue.d.ts +8 -8
  46. package/dist/components/menu/menu-radio-options.vue.d.ts +3 -3
  47. package/dist/components/navigation-menu/navigation-menu.vue.d.ts +11 -11
  48. package/dist/components/number-input/number-input.vue.d.ts +4 -4
  49. package/dist/components/page-tabs/index.d.ts +1 -1
  50. package/dist/components/page-tabs/page-tabs.js +1 -1
  51. package/dist/components/page-tabs/page-tabs.vue.d.ts +13 -13
  52. package/dist/components/page-tabs/types.d.ts +41 -8
  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 +11 -11
  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 +9 -9
  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 +7 -7
  68. package/dist/components/tree/tree-virtualizer.vue.d.ts +3 -3
  69. package/dist/components/tree-menu/tree-menu-styled-item.vue.d.ts +2 -2
  70. package/dist/components/tree-menu/tree-menu.vue.d.ts +3 -3
  71. package/dist/components/virtualizer/virtualizer.vue.d.ts +3 -3
  72. package/dist/index.d.ts +2 -2
  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/radio-group.d.ts +3 -3
  77. package/dist/variants/switch.d.ts +3 -3
  78. package/dist/variants/tag.d.ts +3 -3
  79. package/dist/variants/toast.d.ts +3 -3
  80. package/package.json +2 -2
@@ -1,5 +1,5 @@
1
1
  import { TextareaProps } from "./types.js";
2
- import * as vue287 from "vue";
2
+ import * as vue288 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: vue287.DefineComponent<TextareaProps, {}, {}, {}, {}, vue287.ComponentOptionsMixin, vue287.ComponentOptionsMixin, {
14
+ declare const __VLS_base: vue288.DefineComponent<TextareaProps, {}, {}, {}, {}, vue288.ComponentOptionsMixin, vue288.ComponentOptionsMixin, {
15
15
  "update:modelValue": (value: string) => any;
16
- }, string, vue287.PublicProps, Readonly<TextareaProps> & Readonly<{
16
+ }, string, vue288.PublicProps, Readonly<TextareaProps> & Readonly<{
17
17
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
18
- }>, {}, {}, {}, {}, string, vue287.ComponentProvideOptions, false, {}, any>;
18
+ }>, {}, {}, {}, {}, string, vue288.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
- import * as vue304 from "vue";
3
- import * as _soybeanjs_headless190 from "@soybeanjs/headless";
2
+ import * as vue293 from "vue";
3
+ import * as _soybeanjs_headless191 from "@soybeanjs/headless";
4
4
 
5
5
  //#region src/components/tooltip/tooltip.vue.d.ts
6
6
  declare var __VLS_16: {}, __VLS_36: {};
@@ -9,19 +9,19 @@ type __VLS_Slots = {} & {
9
9
  } & {
10
10
  default?: (props: typeof __VLS_36) => any;
11
11
  };
12
- declare const __VLS_base: vue304.DefineComponent<TooltipProps, {}, {}, {}, {}, vue304.ComponentOptionsMixin, vue304.ComponentOptionsMixin, {
12
+ declare const __VLS_base: vue293.DefineComponent<TooltipProps, {}, {}, {}, {}, vue293.ComponentOptionsMixin, vue293.ComponentOptionsMixin, {
13
13
  "update:open": (value: boolean) => any;
14
14
  escapeKeyDown: (event: KeyboardEvent) => any;
15
- pointerDownOutside: (event: _soybeanjs_headless190.PointerDownOutsideEvent) => any;
16
- }, string, vue304.PublicProps, Readonly<TooltipProps> & Readonly<{
15
+ pointerDownOutside: (event: _soybeanjs_headless191.PointerDownOutsideEvent) => any;
16
+ }, string, vue293.PublicProps, Readonly<TooltipProps> & Readonly<{
17
17
  "onUpdate:open"?: ((value: boolean) => any) | undefined;
18
18
  onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
19
- onPointerDownOutside?: ((event: _soybeanjs_headless190.PointerDownOutsideEvent) => any) | undefined;
19
+ onPointerDownOutside?: ((event: _soybeanjs_headless191.PointerDownOutsideEvent) => any) | undefined;
20
20
  }>, {
21
21
  open: boolean;
22
22
  defaultOpen: boolean;
23
23
  showArrow: boolean;
24
- }, {}, {}, {}, string, vue304.ComponentProvideOptions, false, {}, any>;
24
+ }, {}, {}, {}, string, vue293.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 vue1 from "vue";
2
+ import * as vue3 from "vue";
3
3
  import * as _soybeanjs_headless0 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: vue1.PublicProps & __VLS_PrettifyLocal<TreeVirtualizerProps<T, U, M> & {
9
+ props: vue3.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 {
@@ -24,7 +24,7 @@ declare const __VLS_export: <T extends TreeItemData, U extends MaybeArray<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
- }>) => vue1.VNode & {
27
+ }>) => vue3.VNode & {
28
28
  __ctx?: Awaited<typeof __VLS_setup>;
29
29
  };
30
30
  declare const _default: typeof __VLS_export;
@@ -1,12 +1,12 @@
1
1
  import { TreeMenuStyledItemProps } from "./types.js";
2
- import * as vue309 from "vue";
2
+ import * as vue312 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: vue309.DefineComponent<TreeMenuStyledItemProps, {}, {}, {}, {}, vue309.ComponentOptionsMixin, vue309.ComponentOptionsMixin, {}, string, vue309.PublicProps, Readonly<TreeMenuStyledItemProps> & Readonly<{}>, {}, {}, {}, {}, string, vue309.ComponentProvideOptions, false, {}, any>;
9
+ declare const __VLS_base: vue312.DefineComponent<TreeMenuStyledItemProps, {}, {}, {}, {}, vue312.ComponentOptionsMixin, vue312.ComponentOptionsMixin, {}, string, vue312.PublicProps, Readonly<TreeMenuStyledItemProps> & Readonly<{}>, {}, {}, {}, {}, string, vue312.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 vue314 from "vue";
2
+ import * as vue310 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: vue314.PublicProps & __VLS_PrettifyLocal<TreeMenuProps<T> & {
6
+ props: vue310.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
- }>) => vue314.VNode & {
33
+ }>) => vue310.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 vue3 from "vue";
2
+ import * as vue1 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: vue3.PublicProps & __VLS_PrettifyLocal<VirtualizerProps<T>> & (typeof globalThis extends {
7
+ props: vue1.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
- }>) => vue3.VNode & {
20
+ }>) => vue1.VNode & {
21
21
  __ctx?: Awaited<typeof __VLS_setup>;
22
22
  };
23
23
  declare const _default: typeof __VLS_export;
package/dist/index.d.ts CHANGED
@@ -114,7 +114,7 @@ import { NumberInputEmits, NumberInputProps } from "./components/number-input/ty
114
114
  import { _default as _default$49 } from "./components/number-input/number-input.vue.js";
115
115
  import "./components/number-input/index.js";
116
116
  import { PageTabsVariant } from "./variants/page-tabs.js";
117
- import { PageTabsEmits, PageTabsExtendedUi, PageTabsExtraUiSlot, PageTabsOptionData, PageTabsProps } from "./components/page-tabs/types.js";
117
+ import { PageTabsContextMenuOptionData, PageTabsEmits, PageTabsExtendedUi, PageTabsExtraUiSlot, PageTabsOperations, PageTabsOptionData, PageTabsProps, PageTabsState } from "./components/page-tabs/types.js";
118
118
  import { _default as _default$50 } from "./components/page-tabs/page-tabs.vue.js";
119
119
  import "./components/page-tabs/index.js";
120
120
  import { PaginationEmits, PaginationProps } from "./components/pagination/types.js";
@@ -174,4 +174,4 @@ import { VirtualizerProps } from "./components/virtualizer/types.js";
174
174
  import { _default as _default$71 } from "./components/virtualizer/virtualizer.vue.js";
175
175
  import { SVirtualizerItem, VirtualizerContentProps, VirtualizerDynamicContentProps, VirtualizerItemProps, VirtualizerOptions, VirtualizerRootProps } from "./components/virtualizer/index.js";
176
176
  import { AcceptableBooleanValue, AcceptableValue, Align, CheckedState, ClassValue, DataOrientation, DefinedValue, Direction, DisclosureState, DismissableLayerEmits, DismissableLayerProps, FocusIntent, FocusOutsideEvent, FocusScopeEmits, ForceMountProps, FormFieldCommonProps, HorizontalSide, ImageLoadingStatus, KbdKey, MaybeArray, MaybePromise, NavigationKey, Placement, PointerDownOutsideEvent, PropsToContext, SelectEvent, SelectionEmits, SelectionProps, Side, TrapFocusProps, TreeSelectEvent, TreeToggleEvent, VNodeRef } from "@soybeanjs/headless";
177
- export { type AcceptableBooleanValue, type AcceptableValue, AccordionContentProps, AccordionEmits, AccordionExtendedUi, AccordionExtraUiSlot, AccordionHeaderProps, AccordionItemProps, AccordionOptionData, AccordionProps, AccordionRootEmits, AccordionRootProps, AccordionTriggerProps, AlertCloseProps, AlertContentProps, AlertDescriptionProps, AlertDialogActionProps, AlertDialogCancelProps, AlertDialogCloseProps, AlertDialogContentEmits, AlertDialogContentProps, AlertDialogDescriptionProps, AlertDialogEmits, AlertDialogFooterProps, AlertDialogHeaderProps, AlertDialogOverlayProps, AlertDialogPortalProps, AlertDialogProps, AlertDialogRootEmits, AlertDialogRootProps, AlertDialogTitleProps, AlertDialogTriggerProps, AlertDialogType, AlertEmits, AlertExtendedUi, AlertProps, AlertRootEmits, AlertRootProps, AlertTitleProps, AlertVariant, type Align, ArrowProps, AspectRatioProps, AvatarEmits, AvatarFallbackProps, AvatarImageEmits, AvatarImageProps, AvatarProps, AvatarRootProps, BadgeContentProps, BadgeEmits, BadgePosition, BadgeProps, BadgeRootEmits, BadgeRootProps, BreadcrumbEllipsisProps, BreadcrumbEmits, BreadcrumbItemProps, BreadcrumbLinkProps, BreadcrumbListProps, BreadcrumbOptionData, BreadcrumbPageProps, BreadcrumbProps, BreadcrumbRootProps, BreadcrumbSeparatorProps, ButtonEmits, ButtonGroupProps, ButtonIconProps, ButtonLinkProps, ButtonLoadingProps, ButtonProps, ButtonShadow, ButtonShape, ButtonVariant, CardContentProps, CardDescriptionProps, CardFooterProps, CardHeaderProps, CardProps, CardRootProps, CardTitleProps, CardTitleRootProps, CheckboxCardEmits, CheckboxCardGroupEmits, CheckboxCardGroupOptionData, CheckboxCardGroupProps, CheckboxCardProps, CheckboxCardUi, CheckboxCardUiSlot, CheckboxControlProps, CheckboxEmits, CheckboxGroupEmits, CheckboxGroupOptionData, CheckboxGroupProps, CheckboxGroupRootEmits, CheckboxGroupRootProps, CheckboxIndicatorProps, CheckboxLabelProps, CheckboxProps, CheckboxRootEmits, CheckboxRootProps, type CheckedState, type ClassValue, CollapsibleContentProps, CollapsibleEmits, CollapsibleProps, CollapsibleRootEmits, CollapsibleRootProps, CollapsibleTriggerProps, CommandBaseOptionData, CommandEmits, CommandEmptyProps, CommandExtraUi, CommandExtraUiSlot, CommandGroupLabelProps, CommandGroupOptionEmits, CommandGroupOptionProps, CommandGroupProps, CommandHighlightSearchOptionData, CommandInputProps, CommandItemEmits, CommandItemLabelProps, CommandItemProps, CommandListProps, CommandOptionData, CommandOptionEmits, CommandOptionProps, CommandProps, CommandRootEmits, CommandRootProps, CommandSearchOptionData, CommandSearchTermEmits, CommandSeparatorProps, CommandShortcutProps, CommandSingleOptionEmits, CommandSingleOptionProps, CommandUi, CommandUiSlot, ConfigProviderProps, ContextMenuAnchorProps, ContextMenuArrowProps, ContextMenuCheckboxEmits, ContextMenuCheckboxGroupEmits, ContextMenuCheckboxGroupProps, ContextMenuCheckboxItemEmits, ContextMenuCheckboxItemProps, ContextMenuCheckboxProps, ContextMenuContentEmits, ContextMenuContentProps, ContextMenuEmits, ContextMenuGroupLabelProps, ContextMenuGroupProps, ContextMenuItemEmits, ContextMenuItemIndicatorProps, ContextMenuItemProps, ContextMenuPopupProps, ContextMenuPortalProps, ContextMenuProps, ContextMenuRadioEmits, ContextMenuRadioGroupEmits, ContextMenuRadioGroupProps, ContextMenuRadioItemEmits, ContextMenuRadioItemProps, ContextMenuRadioProps, ContextMenuRootEmits, ContextMenuRootProps, ContextMenuSeparatorProps, ContextMenuSubContentEmits, ContextMenuSubContentProps, ContextMenuSubEmits, ContextMenuSubProps, ContextMenuSubTriggerProps, ContextMenuTriggerProps, ContextMenuWrapperEmits, ContextMenuWrapperProps, type DataOrientation, type DefinedValue, DialogCloseProps, DialogContentEmits, DialogContentProps, DialogDescriptionProps, DialogEmits, DialogExtendedUi, DialogExtendedUiSlot, DialogExtraUiSlot, DialogFooterProps, DialogHeaderProps, DialogOverlayProps, DialogProps, DialogPureEmits, DialogPureProps, DialogRootEmits, DialogRootProps, DialogState, DialogTitleProps, DialogTriggerProps, type Direction, type DisclosureState, type DismissableLayerEmits, type DismissableLayerProps, DrawerEmits, DrawerExtendedUi, DrawerExtraUiSlot, DrawerProps, DropdownMenuAnchorProps, DropdownMenuArrowProps, DropdownMenuCheckboxEmits, DropdownMenuCheckboxGroupEmits, DropdownMenuCheckboxGroupProps, DropdownMenuCheckboxItemEmits, DropdownMenuCheckboxItemProps, DropdownMenuCheckboxProps, DropdownMenuContentEmits, DropdownMenuContentProps, DropdownMenuEmits, DropdownMenuGroupLabelProps, DropdownMenuGroupProps, DropdownMenuItemEmits, DropdownMenuItemIndicatorProps, DropdownMenuItemProps, DropdownMenuPopupProps, DropdownMenuPortalProps, DropdownMenuProps, DropdownMenuRadioEmits, DropdownMenuRadioGroupEmits, DropdownMenuRadioGroupProps, DropdownMenuRadioItemEmits, DropdownMenuRadioItemProps, DropdownMenuRadioProps, DropdownMenuRootEmits, DropdownMenuRootProps, DropdownMenuSeparatorProps, DropdownMenuSubContentEmits, DropdownMenuSubContentProps, DropdownMenuSubEmits, DropdownMenuSubProps, DropdownMenuSubTriggerProps, DropdownMenuTriggerProps, DropdownMenuTriggerType, DropdownMenuWrapperEmits, DropdownMenuWrapperProps, FlattenedItem, type FocusIntent, type FocusOutsideEvent, type FocusScopeEmits, type ForceMountProps, FormContextParams, FormDescriptionProps, FormErrorProps, FormFieldArrayComponent, FormFieldArrayProps, FormFieldArraySlots, FormFieldBaseProps, FormFieldBaseSlotProps, type FormFieldCommonProps, FormFieldComponent, FormFieldProps, FormFieldSlots, FormLabelProps, FormProps, type HorizontalSide, IconProps, IconValue, type ImageLoadingStatus, InputControlProps, InputEmits, InputProps, InputRootEmits, InputRootProps, type KbdKey, KbdProps, KbdValue, KbdVariant, LabelProps, LayoutCollapsible, LayoutEmits, LayoutFooterProps, LayoutHeaderProps, LayoutMainProps, LayoutMobileProps, LayoutProps, LayoutRailProps, LayoutRootEmits, LayoutRootProps, LayoutSide, LayoutSidebarProps, LayoutTabProps, LayoutVariant, LinkProps, ListContentProps, ListDescriptionProps, ListItemProps, ListProps, ListRootProps, ListTitleProps, type MaybeArray, type MaybePromise, MenuCheckboxGroupEmits, MenuCheckboxGroupProps, MenuCheckboxItemEmits, MenuCheckboxItemProps, MenuCheckboxOptionData, MenuCheckboxOptionsEmits, MenuCheckboxOptionsProps, MenuCheckboxSelectEmits, MenuContentEmits, MenuContentProps, MenuExtendedUi, MenuExtraUi, MenuExtraUiSlot, MenuGroupLabelProps, MenuGroupProps, MenuItemEmits, MenuItemIndicatorProps, MenuItemProps, MenuOptionData, MenuOptionEmits, MenuOptionProps, MenuOptionSelectEmits, MenuOptionsContextParams, MenuOptionsEmits, MenuOptionsProps, MenuRadioGroupEmits, MenuRadioGroupProps, MenuRadioItemEmits, MenuRadioItemProps, MenuRadioOptionData, MenuRadioOptionsEmits, MenuRadioOptionsProps, MenuRadioSelectEmits, MenuRootEmits, MenuRootProps, MenuShortcutProps, MenuSubContentEmits, MenuSubContentProps, MenuSubEmits, MenuSubProps, MenuSubTriggerProps, MenuTriggerProps, type NavigationKey, NavigationMenuContentEmits, NavigationMenuContentProps, NavigationMenuEmits, NavigationMenuExtendedUi, NavigationMenuExtraUi, NavigationMenuExtraUiSlot, NavigationMenuIndicatorProps, NavigationMenuItemProps, NavigationMenuLinkEmits, NavigationMenuLinkProps, NavigationMenuListProps, NavigationMenuOptionData, NavigationMenuOptionEmits, NavigationMenuOptionProps, NavigationMenuProps, NavigationMenuRootEmits, NavigationMenuRootProps, NavigationMenuSubEmits, NavigationMenuSubListProps, NavigationMenuSubOptionEmits, NavigationMenuSubOptionProps, NavigationMenuSubProps, NavigationMenuTriggerProps, NavigationMenuViewportProps, NumberInputEmits, NumberInputProps, PageTabsEmits, PageTabsExtendedUi, PageTabsExtraUiSlot, PageTabsOptionData, PageTabsProps, PageTabsVariant, PaginationButtonProps, PaginationEllipsisProps, PaginationEmits, PaginationListItemProps, PaginationListProps, PaginationProps, PaginationRootEmits, PaginationRootProps, PasswordEmits, PasswordProps, type Placement, type PointerDownOutsideEvent, PopoverAnchorProps, PopoverArrowProps, PopoverCloseProps, PopoverEmits, PopoverPopupProps, PopoverPortalProps, PopoverPositionerEmits, PopoverPositionerProps, PopoverProps, PopoverRootEmits, PopoverRootProps, PopoverTriggerProps, type PropsToContext, RadioCardGroupOptionData, RadioCardGroupProps, RadioCardProps, RadioGroupCardEmits, RadioGroupCardUi, RadioGroupCardUiSlot, RadioGroupControlProps, RadioGroupEmits, RadioGroupIndicatorProps, RadioGroupItemEmits, RadioGroupItemProps, RadioGroupLabelProps, RadioGroupOptionData, RadioGroupProps, RadioGroupRootEmits, RadioGroupRootProps, RadioProps, _default as SAccordion, _default$1 as SAlert, _default$2 as SAlertDialog, _default$3 as SAlertDialogAction, _default$4 as SAlertDialogCancel, SArrow, SAspectRatio, _default$5 as SAvatar, _default$6 as SBadge, _default$7 as SBreadcrumb, SBreadcrumbEllipsis, SBreadcrumbPage, _default$8 as SButton, _default$9 as SButtonGroup, _default$10 as SButtonIcon, _default$11 as SButtonLink, _default$12 as SButtonLoading, _default$13 as SCard, _default$14 as SCheckbox, _default$15 as SCheckboxCard, _default$16 as SCheckboxCardGroup, _default$17 as SCheckboxGroup, _default$18 as SCollapsible, SCollapsibleContent, SCollapsibleTrigger, _default$19 as SCommand, _default$20 as SConfigProvider, _default$21 as SContextMenu, _default$22 as SContextMenuCheckbox, _default$23 as SContextMenuRadio, _default$24 as SContextMenuWrapper, _default$25 as SDialog, _default$26 as SDialogClose, _default$27 as SDialogPure, _default$28 as SDrawer, _default$29 as SDrawerClose, _default$30 as SDropdownMenu, _default$31 as SDropdownMenuCheckbox, _default$32 as SDropdownMenuRadio, _default$33 as SDropdownMenuWrapper, _default$34 as SForm, _default$35 as SIcon, _default$36 as SInput, _default$37 as SKbd, _default$38 as SLabel, _default$39 as SLayout, _default$40 as SLayoutTrigger, _default$41 as SLink, _default$42 as SList, _default$43 as SListItem, _default$44 as SMenuCheckboxOptions, _default$45 as SMenuOption, _default$46 as SMenuOptions, _default$47 as SMenuRadioOptions, _default$48 as SNavigationMenu, _default$49 as SNumberInput, _default$50 as SPageTabs, _default$51 as SPagination, _default$52 as SPassword, _default$53 as SPopover, _default$54 as SRadio, _default$55 as SRadioCard, _default$56 as SRadioCardGroup, _default$57 as SRadioGroup, _default$58 as SSegment, _default$59 as SSelect, _default$60 as SSeparator, _default$61 as SSwitch, _default$62 as STabs, _default$63 as STag, _default$64 as STextarea, _default$65 as SToast, SToastAction, SToastClose, _default$66 as STooltip, _default$67 as STree, STreeItem, _default$68 as STreeMenu, _default$69 as STreeMenuStyledItem, _default$70 as STreeVirtualizer, STreeVirtualizerItem, _default$71 as SVirtualizer, SVirtualizerItem, SegmentExtendedUi, SegmentOptionData, SegmentProps, SelectArrowProps, SelectContentEmits, SelectContentProps, SelectEmits, type SelectEvent, SelectGroupLabelProps, SelectGroupOptionData, SelectGroupOptionEmits, SelectGroupOptionProps, SelectGroupProps, SelectItemEmits, SelectItemEvent, SelectItemIndicatorProps, SelectItemProps, SelectItemTextProps, SelectOptionData, SelectOptionEmits, SelectOptionProps, SelectPosition, SelectProps, SelectRootEmits, SelectRootProps, SelectScrollDownButtonProps, SelectScrollUpButtonProps, SelectSeparatorProps, SelectSingleOptionData, SelectSingleOptionEmits, SelectSingleOptionProps, SelectTriggerIconProps, SelectTriggerProps, SelectValueProps, SelectViewportProps, type SelectionEmits, type SelectionProps, SeparatorLabelProps, SeparatorProps, SeparatorRootProps, type Side, SwitchControlProps, SwitchEmits, SwitchProps, SwitchRootEmits, SwitchRootProps, SwitchShape, SwitchThumbProps, TabsContentProps, TabsEmits, TabsExtendedUi, TabsExtraUiSlot, TabsIndicatorProps, TabsListProps, TabsOptionData, TabsProps, TabsRootEmits, TabsRootProps, TabsTriggerProps, TagEmits, TagProps, TagShape, TagVariant, TextareaControlProps, TextareaCounterProps, TextareaEmits, TextareaExtraUiSlot, TextareaProps, TextareaResize, TextareaRootEmits, TextareaRootProps, type ThemeColor, ThemeOptions, type ThemeSize, ToastColor, ToastProps, TooltipArrowProps, TooltipEmits, TooltipPopupProps, TooltipPortalProps, TooltipPositionerEmits, TooltipPositionerProps, TooltipProps, TooltipProviderProps, TooltipRootEmits, TooltipRootProps, TooltipTriggerProps, type TrapFocusProps, TreeItemBaseData, TreeItemData, TreeItemEmits, TreeItemProps, TreeMenuBaseOptionData, TreeMenuContextParams, TreeMenuEmits, TreeMenuExtendedUi, TreeMenuExtraUiSlot, TreeMenuItemEmits, TreeMenuOptionData, TreeMenuOptionProps, TreeMenuOptionSlotProps, TreeMenuProps, TreeMenuStyledItemProps, TreeRootEmits, TreeRootProps, TreeSelectBehavior, type TreeSelectEvent, TreeToggleBehavior, type TreeToggleEvent, TreeVirtualizerEmits, TreeVirtualizerItemEmits, TreeVirtualizerItemProps, TreeVirtualizerProps, TreeVirtualizerRootEmits, TreeVirtualizerRootProps, UseDialogOptions, UseDialogReturn, UseDialogType, UseToastOptions, type VNodeRef, VirtualizerContentProps, VirtualizerDynamicContentProps, VirtualizerItemProps, VirtualizerOptions, VirtualizerProps, VirtualizerRootProps, useConfigProvider, useDialog, useForm, useToast };
177
+ export { type AcceptableBooleanValue, type AcceptableValue, AccordionContentProps, AccordionEmits, AccordionExtendedUi, AccordionExtraUiSlot, AccordionHeaderProps, AccordionItemProps, AccordionOptionData, AccordionProps, AccordionRootEmits, AccordionRootProps, AccordionTriggerProps, AlertCloseProps, AlertContentProps, AlertDescriptionProps, AlertDialogActionProps, AlertDialogCancelProps, AlertDialogCloseProps, AlertDialogContentEmits, AlertDialogContentProps, AlertDialogDescriptionProps, AlertDialogEmits, AlertDialogFooterProps, AlertDialogHeaderProps, AlertDialogOverlayProps, AlertDialogPortalProps, AlertDialogProps, AlertDialogRootEmits, AlertDialogRootProps, AlertDialogTitleProps, AlertDialogTriggerProps, AlertDialogType, AlertEmits, AlertExtendedUi, AlertProps, AlertRootEmits, AlertRootProps, AlertTitleProps, AlertVariant, type Align, ArrowProps, AspectRatioProps, AvatarEmits, AvatarFallbackProps, AvatarImageEmits, AvatarImageProps, AvatarProps, AvatarRootProps, BadgeContentProps, BadgeEmits, BadgePosition, BadgeProps, BadgeRootEmits, BadgeRootProps, BreadcrumbEllipsisProps, BreadcrumbEmits, BreadcrumbItemProps, BreadcrumbLinkProps, BreadcrumbListProps, BreadcrumbOptionData, BreadcrumbPageProps, BreadcrumbProps, BreadcrumbRootProps, BreadcrumbSeparatorProps, ButtonEmits, ButtonGroupProps, ButtonIconProps, ButtonLinkProps, ButtonLoadingProps, ButtonProps, ButtonShadow, ButtonShape, ButtonVariant, CardContentProps, CardDescriptionProps, CardFooterProps, CardHeaderProps, CardProps, CardRootProps, CardTitleProps, CardTitleRootProps, CheckboxCardEmits, CheckboxCardGroupEmits, CheckboxCardGroupOptionData, CheckboxCardGroupProps, CheckboxCardProps, CheckboxCardUi, CheckboxCardUiSlot, CheckboxControlProps, CheckboxEmits, CheckboxGroupEmits, CheckboxGroupOptionData, CheckboxGroupProps, CheckboxGroupRootEmits, CheckboxGroupRootProps, CheckboxIndicatorProps, CheckboxLabelProps, CheckboxProps, CheckboxRootEmits, CheckboxRootProps, type CheckedState, type ClassValue, CollapsibleContentProps, CollapsibleEmits, CollapsibleProps, CollapsibleRootEmits, CollapsibleRootProps, CollapsibleTriggerProps, CommandBaseOptionData, CommandEmits, CommandEmptyProps, CommandExtraUi, CommandExtraUiSlot, CommandGroupLabelProps, CommandGroupOptionEmits, CommandGroupOptionProps, CommandGroupProps, CommandHighlightSearchOptionData, CommandInputProps, CommandItemEmits, CommandItemLabelProps, CommandItemProps, CommandListProps, CommandOptionData, CommandOptionEmits, CommandOptionProps, CommandProps, CommandRootEmits, CommandRootProps, CommandSearchOptionData, CommandSearchTermEmits, CommandSeparatorProps, CommandShortcutProps, CommandSingleOptionEmits, CommandSingleOptionProps, CommandUi, CommandUiSlot, ConfigProviderProps, ContextMenuAnchorProps, ContextMenuArrowProps, ContextMenuCheckboxEmits, ContextMenuCheckboxGroupEmits, ContextMenuCheckboxGroupProps, ContextMenuCheckboxItemEmits, ContextMenuCheckboxItemProps, ContextMenuCheckboxProps, ContextMenuContentEmits, ContextMenuContentProps, ContextMenuEmits, ContextMenuGroupLabelProps, ContextMenuGroupProps, ContextMenuItemEmits, ContextMenuItemIndicatorProps, ContextMenuItemProps, ContextMenuPopupProps, ContextMenuPortalProps, ContextMenuProps, ContextMenuRadioEmits, ContextMenuRadioGroupEmits, ContextMenuRadioGroupProps, ContextMenuRadioItemEmits, ContextMenuRadioItemProps, ContextMenuRadioProps, ContextMenuRootEmits, ContextMenuRootProps, ContextMenuSeparatorProps, ContextMenuSubContentEmits, ContextMenuSubContentProps, ContextMenuSubEmits, ContextMenuSubProps, ContextMenuSubTriggerProps, ContextMenuTriggerProps, ContextMenuWrapperEmits, ContextMenuWrapperProps, type DataOrientation, type DefinedValue, DialogCloseProps, DialogContentEmits, DialogContentProps, DialogDescriptionProps, DialogEmits, DialogExtendedUi, DialogExtendedUiSlot, DialogExtraUiSlot, DialogFooterProps, DialogHeaderProps, DialogOverlayProps, DialogProps, DialogPureEmits, DialogPureProps, DialogRootEmits, DialogRootProps, DialogState, DialogTitleProps, DialogTriggerProps, type Direction, type DisclosureState, type DismissableLayerEmits, type DismissableLayerProps, DrawerEmits, DrawerExtendedUi, DrawerExtraUiSlot, DrawerProps, DropdownMenuAnchorProps, DropdownMenuArrowProps, DropdownMenuCheckboxEmits, DropdownMenuCheckboxGroupEmits, DropdownMenuCheckboxGroupProps, DropdownMenuCheckboxItemEmits, DropdownMenuCheckboxItemProps, DropdownMenuCheckboxProps, DropdownMenuContentEmits, DropdownMenuContentProps, DropdownMenuEmits, DropdownMenuGroupLabelProps, DropdownMenuGroupProps, DropdownMenuItemEmits, DropdownMenuItemIndicatorProps, DropdownMenuItemProps, DropdownMenuPopupProps, DropdownMenuPortalProps, DropdownMenuProps, DropdownMenuRadioEmits, DropdownMenuRadioGroupEmits, DropdownMenuRadioGroupProps, DropdownMenuRadioItemEmits, DropdownMenuRadioItemProps, DropdownMenuRadioProps, DropdownMenuRootEmits, DropdownMenuRootProps, DropdownMenuSeparatorProps, DropdownMenuSubContentEmits, DropdownMenuSubContentProps, DropdownMenuSubEmits, DropdownMenuSubProps, DropdownMenuSubTriggerProps, DropdownMenuTriggerProps, DropdownMenuTriggerType, DropdownMenuWrapperEmits, DropdownMenuWrapperProps, FlattenedItem, type FocusIntent, type FocusOutsideEvent, type FocusScopeEmits, type ForceMountProps, FormContextParams, FormDescriptionProps, FormErrorProps, FormFieldArrayComponent, FormFieldArrayProps, FormFieldArraySlots, FormFieldBaseProps, FormFieldBaseSlotProps, type FormFieldCommonProps, FormFieldComponent, FormFieldProps, FormFieldSlots, FormLabelProps, FormProps, type HorizontalSide, IconProps, IconValue, type ImageLoadingStatus, InputControlProps, InputEmits, InputProps, InputRootEmits, InputRootProps, type KbdKey, KbdProps, KbdValue, KbdVariant, LabelProps, LayoutCollapsible, LayoutEmits, LayoutFooterProps, LayoutHeaderProps, LayoutMainProps, LayoutMobileProps, LayoutProps, LayoutRailProps, LayoutRootEmits, LayoutRootProps, LayoutSide, LayoutSidebarProps, LayoutTabProps, LayoutVariant, LinkProps, ListContentProps, ListDescriptionProps, ListItemProps, ListProps, ListRootProps, ListTitleProps, type MaybeArray, type MaybePromise, MenuCheckboxGroupEmits, MenuCheckboxGroupProps, MenuCheckboxItemEmits, MenuCheckboxItemProps, MenuCheckboxOptionData, MenuCheckboxOptionsEmits, MenuCheckboxOptionsProps, MenuCheckboxSelectEmits, MenuContentEmits, MenuContentProps, MenuExtendedUi, MenuExtraUi, MenuExtraUiSlot, MenuGroupLabelProps, MenuGroupProps, MenuItemEmits, MenuItemIndicatorProps, MenuItemProps, MenuOptionData, MenuOptionEmits, MenuOptionProps, MenuOptionSelectEmits, MenuOptionsContextParams, MenuOptionsEmits, MenuOptionsProps, MenuRadioGroupEmits, MenuRadioGroupProps, MenuRadioItemEmits, MenuRadioItemProps, MenuRadioOptionData, MenuRadioOptionsEmits, MenuRadioOptionsProps, MenuRadioSelectEmits, MenuRootEmits, MenuRootProps, MenuShortcutProps, MenuSubContentEmits, MenuSubContentProps, MenuSubEmits, MenuSubProps, MenuSubTriggerProps, MenuTriggerProps, type NavigationKey, NavigationMenuContentEmits, NavigationMenuContentProps, NavigationMenuEmits, NavigationMenuExtendedUi, NavigationMenuExtraUi, NavigationMenuExtraUiSlot, NavigationMenuIndicatorProps, NavigationMenuItemProps, NavigationMenuLinkEmits, NavigationMenuLinkProps, NavigationMenuListProps, NavigationMenuOptionData, NavigationMenuOptionEmits, NavigationMenuOptionProps, NavigationMenuProps, NavigationMenuRootEmits, NavigationMenuRootProps, NavigationMenuSubEmits, NavigationMenuSubListProps, NavigationMenuSubOptionEmits, NavigationMenuSubOptionProps, NavigationMenuSubProps, NavigationMenuTriggerProps, NavigationMenuViewportProps, NumberInputEmits, NumberInputProps, PageTabsContextMenuOptionData, PageTabsEmits, PageTabsExtendedUi, PageTabsExtraUiSlot, PageTabsOperations, PageTabsOptionData, PageTabsProps, PageTabsState, PageTabsVariant, PaginationButtonProps, PaginationEllipsisProps, PaginationEmits, PaginationListItemProps, PaginationListProps, PaginationProps, PaginationRootEmits, PaginationRootProps, PasswordEmits, PasswordProps, type Placement, type PointerDownOutsideEvent, PopoverAnchorProps, PopoverArrowProps, PopoverCloseProps, PopoverEmits, PopoverPopupProps, PopoverPortalProps, PopoverPositionerEmits, PopoverPositionerProps, PopoverProps, PopoverRootEmits, PopoverRootProps, PopoverTriggerProps, type PropsToContext, RadioCardGroupOptionData, RadioCardGroupProps, RadioCardProps, RadioGroupCardEmits, RadioGroupCardUi, RadioGroupCardUiSlot, RadioGroupControlProps, RadioGroupEmits, RadioGroupIndicatorProps, RadioGroupItemEmits, RadioGroupItemProps, RadioGroupLabelProps, RadioGroupOptionData, RadioGroupProps, RadioGroupRootEmits, RadioGroupRootProps, RadioProps, _default as SAccordion, _default$1 as SAlert, _default$2 as SAlertDialog, _default$3 as SAlertDialogAction, _default$4 as SAlertDialogCancel, SArrow, SAspectRatio, _default$5 as SAvatar, _default$6 as SBadge, _default$7 as SBreadcrumb, SBreadcrumbEllipsis, SBreadcrumbPage, _default$8 as SButton, _default$9 as SButtonGroup, _default$10 as SButtonIcon, _default$11 as SButtonLink, _default$12 as SButtonLoading, _default$13 as SCard, _default$14 as SCheckbox, _default$15 as SCheckboxCard, _default$16 as SCheckboxCardGroup, _default$17 as SCheckboxGroup, _default$18 as SCollapsible, SCollapsibleContent, SCollapsibleTrigger, _default$19 as SCommand, _default$20 as SConfigProvider, _default$21 as SContextMenu, _default$22 as SContextMenuCheckbox, _default$23 as SContextMenuRadio, _default$24 as SContextMenuWrapper, _default$25 as SDialog, _default$26 as SDialogClose, _default$27 as SDialogPure, _default$28 as SDrawer, _default$29 as SDrawerClose, _default$30 as SDropdownMenu, _default$31 as SDropdownMenuCheckbox, _default$32 as SDropdownMenuRadio, _default$33 as SDropdownMenuWrapper, _default$34 as SForm, _default$35 as SIcon, _default$36 as SInput, _default$37 as SKbd, _default$38 as SLabel, _default$39 as SLayout, _default$40 as SLayoutTrigger, _default$41 as SLink, _default$42 as SList, _default$43 as SListItem, _default$44 as SMenuCheckboxOptions, _default$45 as SMenuOption, _default$46 as SMenuOptions, _default$47 as SMenuRadioOptions, _default$48 as SNavigationMenu, _default$49 as SNumberInput, _default$50 as SPageTabs, _default$51 as SPagination, _default$52 as SPassword, _default$53 as SPopover, _default$54 as SRadio, _default$55 as SRadioCard, _default$56 as SRadioCardGroup, _default$57 as SRadioGroup, _default$58 as SSegment, _default$59 as SSelect, _default$60 as SSeparator, _default$61 as SSwitch, _default$62 as STabs, _default$63 as STag, _default$64 as STextarea, _default$65 as SToast, SToastAction, SToastClose, _default$66 as STooltip, _default$67 as STree, STreeItem, _default$68 as STreeMenu, _default$69 as STreeMenuStyledItem, _default$70 as STreeVirtualizer, STreeVirtualizerItem, _default$71 as SVirtualizer, SVirtualizerItem, SegmentExtendedUi, SegmentOptionData, SegmentProps, SelectArrowProps, SelectContentEmits, SelectContentProps, SelectEmits, type SelectEvent, SelectGroupLabelProps, SelectGroupOptionData, SelectGroupOptionEmits, SelectGroupOptionProps, SelectGroupProps, SelectItemEmits, SelectItemEvent, SelectItemIndicatorProps, SelectItemProps, SelectItemTextProps, SelectOptionData, SelectOptionEmits, SelectOptionProps, SelectPosition, SelectProps, SelectRootEmits, SelectRootProps, SelectScrollDownButtonProps, SelectScrollUpButtonProps, SelectSeparatorProps, SelectSingleOptionData, SelectSingleOptionEmits, SelectSingleOptionProps, SelectTriggerIconProps, SelectTriggerProps, SelectValueProps, SelectViewportProps, type SelectionEmits, type SelectionProps, SeparatorLabelProps, SeparatorProps, SeparatorRootProps, type Side, SwitchControlProps, SwitchEmits, SwitchProps, SwitchRootEmits, SwitchRootProps, SwitchShape, SwitchThumbProps, TabsContentProps, TabsEmits, TabsExtendedUi, TabsExtraUiSlot, TabsIndicatorProps, TabsListProps, TabsOptionData, TabsProps, TabsRootEmits, TabsRootProps, TabsTriggerProps, TagEmits, TagProps, TagShape, TagVariant, TextareaControlProps, TextareaCounterProps, TextareaEmits, TextareaExtraUiSlot, TextareaProps, TextareaResize, TextareaRootEmits, TextareaRootProps, type ThemeColor, ThemeOptions, type ThemeSize, ToastColor, ToastProps, TooltipArrowProps, TooltipEmits, TooltipPopupProps, TooltipPortalProps, TooltipPositionerEmits, TooltipPositionerProps, TooltipProps, TooltipProviderProps, TooltipRootEmits, TooltipRootProps, TooltipTriggerProps, type TrapFocusProps, TreeItemBaseData, TreeItemData, TreeItemEmits, TreeItemProps, TreeMenuBaseOptionData, TreeMenuContextParams, TreeMenuEmits, TreeMenuExtendedUi, TreeMenuExtraUiSlot, TreeMenuItemEmits, TreeMenuOptionData, TreeMenuOptionProps, TreeMenuOptionSlotProps, TreeMenuProps, TreeMenuStyledItemProps, TreeRootEmits, TreeRootProps, TreeSelectBehavior, type TreeSelectEvent, TreeToggleBehavior, type TreeToggleEvent, TreeVirtualizerEmits, TreeVirtualizerItemEmits, TreeVirtualizerItemProps, TreeVirtualizerProps, TreeVirtualizerRootEmits, TreeVirtualizerRootProps, UseDialogOptions, UseDialogReturn, UseDialogType, UseToastOptions, type VNodeRef, VirtualizerContentProps, VirtualizerDynamicContentProps, VirtualizerItemProps, VirtualizerOptions, VirtualizerProps, VirtualizerRootProps, useConfigProvider, useDialog, useForm, useToast };
@@ -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_variants7 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_variants7.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_variants7.TVReturnType<{
92
92
  true: string;
93
93
  false: string;
94
94
  };
95
- }, undefined, tailwind_variants7.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_variants1 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_variants1.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_variants1.TVReturnType<{
164
164
  control: string[];
165
165
  indicator: string;
166
166
  label: string;
167
- }, tailwind_variants1.TVReturnType<{
167
+ }, tailwind_variants7.TVReturnType<{
168
168
  color: {
169
169
  primary: {
170
170
  control: string;
@@ -1,8 +1,8 @@
1
- import * as tailwind_variants19 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_variants19.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_variants19.TVReturnType<{
180
180
  control: string[];
181
181
  indicator: string;
182
182
  label: string;
183
- }, tailwind_variants19.TVReturnType<{
183
+ }, tailwind_variants29.TVReturnType<{
184
184
  color: {
185
185
  primary: {
186
186
  control: string;
@@ -1,8 +1,8 @@
1
- import * as tailwind_variants27 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/switch.d.ts
5
- declare const switchVariants: tailwind_variants27.TVReturnType<{
5
+ declare const switchVariants: tailwind_variants19.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_variants19.TVReturnType<{
140
140
  color: {
141
141
  primary: {
142
142
  control: string;
@@ -1,8 +1,8 @@
1
- import * as tailwind_variants25 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/tag.d.ts
5
- declare const tagVariants: tailwind_variants25.TVReturnType<{
5
+ declare const tagVariants: tailwind_variants21.TVReturnType<{
6
6
  color: {
7
7
  primary: string;
8
8
  destructive: string;
@@ -64,7 +64,7 @@ declare const tagVariants: tailwind_variants25.TVReturnType<{
64
64
  auto: string;
65
65
  rounded: string;
66
66
  };
67
- }, undefined, tailwind_variants25.TVReturnType<{
67
+ }, undefined, tailwind_variants21.TVReturnType<{
68
68
  color: {
69
69
  primary: string;
70
70
  destructive: string;
@@ -1,9 +1,9 @@
1
- import * as tailwind_variants29 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_variants29.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_variants29.TVReturnType<{
37
37
  'bottom-left': string;
38
38
  'bottom-right': string;
39
39
  };
40
- }, undefined, tailwind_variants29.TVReturnType<{
40
+ }, undefined, tailwind_variants25.TVReturnType<{
41
41
  size: {
42
42
  xs: string;
43
43
  sm: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@soybeanjs/ui",
3
- "version": "0.4.0",
3
+ "version": "0.4.2",
4
4
  "description": "SoybeanUI is built on top of SoybeanHeadless, providing a collection of styled components for Vue 3.",
5
5
  "homepage": "https://github.com/soybeanjs/soybean-ui",
6
6
  "bugs": {
@@ -55,7 +55,7 @@
55
55
  "tailwind-variants": "^3.2.2",
56
56
  "valibot": "^1.2.0",
57
57
  "zod": "^4.3.6",
58
- "@soybeanjs/headless": "^0.4.0"
58
+ "@soybeanjs/headless": "^0.4.2"
59
59
  },
60
60
  "devDependencies": {
61
61
  "@soybeanjs/cli": "^1.4.4",