@me1a/ui 2.2.1 → 2.2.3

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 (230) hide show
  1. package/dist/accordion/index.d.mts +94 -0
  2. package/dist/accordion/index.mjs +2 -0
  3. package/dist/accordion/index.mjs.map +1 -0
  4. package/dist/avatar/index.d.mts +34 -0
  5. package/dist/avatar/index.mjs +2 -0
  6. package/dist/avatar/index.mjs.map +1 -0
  7. package/dist/badge/index.d.mts +41 -0
  8. package/dist/badge/index.mjs +2 -0
  9. package/dist/badge/index.mjs.map +1 -0
  10. package/dist/box/index.d.mts +50 -0
  11. package/dist/box/index.mjs +2 -0
  12. package/dist/box/index.mjs.map +1 -0
  13. package/dist/breadcrumb/index.d.mts +35 -0
  14. package/dist/breadcrumb/index.mjs +2 -0
  15. package/dist/breadcrumb/index.mjs.map +1 -0
  16. package/dist/{tooltip-B4jzaurK.d.mts → button/index.d.mts} +3 -25
  17. package/dist/button/index.mjs +2 -0
  18. package/dist/button/index.mjs.map +1 -0
  19. package/dist/card/index.d.mts +127 -0
  20. package/dist/card/index.mjs +2 -0
  21. package/dist/card/index.mjs.map +1 -0
  22. package/dist/checkbox/index.d.mts +21 -0
  23. package/dist/checkbox/index.mjs +2 -0
  24. package/dist/checkbox/index.mjs.map +1 -0
  25. package/dist/collapsible/index.d.mts +26 -0
  26. package/dist/collapsible/index.mjs +2 -0
  27. package/dist/collapsible/index.mjs.map +1 -0
  28. package/dist/command/index.d.mts +122 -0
  29. package/dist/command/index.mjs +2 -0
  30. package/dist/command/index.mjs.map +1 -0
  31. package/dist/container/index.d.mts +33 -0
  32. package/dist/container/index.mjs +2 -0
  33. package/dist/container/index.mjs.map +1 -0
  34. package/dist/dialog/index.d.mts +35 -0
  35. package/dist/dialog/index.mjs +2 -0
  36. package/dist/dialog/index.mjs.map +1 -0
  37. package/dist/drawer/index.d.mts +63 -0
  38. package/dist/drawer/index.mjs +2 -0
  39. package/dist/drawer/index.mjs.map +1 -0
  40. package/dist/dropdown-menu/index.d.mts +335 -0
  41. package/dist/dropdown-menu/index.mjs +2 -0
  42. package/dist/dropdown-menu/index.mjs.map +1 -0
  43. package/dist/form/index.d.mts +96 -0
  44. package/dist/form/index.mjs +2 -0
  45. package/dist/form/index.mjs.map +1 -0
  46. package/dist/{hooks.d.mts → hooks/index.d.mts} +10 -4
  47. package/dist/hooks/index.mjs +2 -0
  48. package/dist/hooks/index.mjs.map +1 -0
  49. package/dist/index.d.mts +2739 -30
  50. package/dist/index.mjs +47 -0
  51. package/dist/{index.esm.js.map → index.mjs.map} +1 -1
  52. package/dist/input/index.d.mts +12 -0
  53. package/dist/input/index.mjs +2 -0
  54. package/dist/input/index.mjs.map +1 -0
  55. package/dist/label/index.d.mts +18 -0
  56. package/dist/label/index.mjs +2 -0
  57. package/dist/label/index.mjs.map +1 -0
  58. package/dist/navigation-menu/index.d.mts +104 -0
  59. package/dist/navigation-menu/index.mjs +2 -0
  60. package/dist/navigation-menu/index.mjs.map +1 -0
  61. package/dist/page-loader/index.d.mts +29 -0
  62. package/dist/page-loader/index.mjs +2 -0
  63. package/dist/page-loader/index.mjs.map +1 -0
  64. package/dist/pagination/index.d.mts +105 -0
  65. package/dist/pagination/index.mjs +2 -0
  66. package/dist/pagination/index.mjs.map +1 -0
  67. package/dist/popover/index.d.mts +30 -0
  68. package/dist/popover/index.mjs +2 -0
  69. package/dist/popover/index.mjs.map +1 -0
  70. package/dist/{checkbox-DxgDKaHx.d.mts → radio-group/index.d.mts} +5 -51
  71. package/dist/radio-group/index.mjs +2 -0
  72. package/dist/radio-group/index.mjs.map +1 -0
  73. package/dist/resizable/index.d.mts +53 -0
  74. package/dist/resizable/index.mjs +2 -0
  75. package/dist/resizable/index.mjs.map +1 -0
  76. package/dist/rhf-checkbox/index.d.mts +57 -0
  77. package/dist/rhf-checkbox/index.mjs +2 -0
  78. package/dist/rhf-checkbox/index.mjs.map +1 -0
  79. package/dist/rhf-multi-select/index.d.mts +84 -0
  80. package/dist/rhf-multi-select/index.mjs +2 -0
  81. package/dist/rhf-multi-select/index.mjs.map +1 -0
  82. package/dist/rhf-radio-button-group/index.d.mts +73 -0
  83. package/dist/rhf-radio-button-group/index.mjs +2 -0
  84. package/dist/rhf-radio-button-group/index.mjs.map +1 -0
  85. package/dist/rhf-radio-group/index.d.mts +103 -0
  86. package/dist/rhf-radio-group/index.mjs +2 -0
  87. package/dist/rhf-radio-group/index.mjs.map +1 -0
  88. package/dist/rhf-select/index.d.mts +80 -0
  89. package/dist/rhf-select/index.mjs +2 -0
  90. package/dist/rhf-select/index.mjs.map +1 -0
  91. package/dist/rhf-switch/index.d.mts +57 -0
  92. package/dist/rhf-switch/index.mjs +2 -0
  93. package/dist/rhf-switch/index.mjs.map +1 -0
  94. package/dist/rhf-textarea/index.d.mts +66 -0
  95. package/dist/rhf-textarea/index.mjs +2 -0
  96. package/dist/rhf-textarea/index.mjs.map +1 -0
  97. package/dist/separator/index.d.mts +13 -0
  98. package/dist/separator/index.mjs +2 -0
  99. package/dist/separator/index.mjs.map +1 -0
  100. package/dist/sheet/index.d.mts +42 -0
  101. package/dist/sheet/index.mjs +2 -0
  102. package/dist/sheet/index.mjs.map +1 -0
  103. package/dist/sidebar/index.d.mts +328 -0
  104. package/dist/sidebar/index.mjs +2 -0
  105. package/dist/sidebar/index.mjs.map +1 -0
  106. package/dist/skeleton/index.d.mts +17 -0
  107. package/dist/skeleton/index.mjs +2 -0
  108. package/dist/skeleton/index.mjs.map +1 -0
  109. package/dist/stack/index.d.mts +121 -0
  110. package/dist/stack/index.mjs +2 -0
  111. package/dist/stack/index.mjs.map +1 -0
  112. package/dist/switch/index.d.mts +21 -0
  113. package/dist/switch/index.mjs +2 -0
  114. package/dist/switch/index.mjs.map +1 -0
  115. package/dist/table/index.d.mts +53 -0
  116. package/dist/table/index.mjs +2 -0
  117. package/dist/table/index.mjs.map +1 -0
  118. package/dist/tabs/index.d.mts +97 -0
  119. package/dist/tabs/index.mjs +2 -0
  120. package/dist/tabs/index.mjs.map +1 -0
  121. package/dist/text-field/index.d.mts +65 -0
  122. package/dist/text-field/index.mjs +2 -0
  123. package/dist/text-field/index.mjs.map +1 -0
  124. package/dist/textarea/index.d.mts +24 -0
  125. package/dist/textarea/index.mjs +2 -0
  126. package/dist/textarea/index.mjs.map +1 -0
  127. package/dist/{toast-2xT7L1tJ.d.mts → toast/index.d.mts} +3 -3
  128. package/dist/toast/index.mjs +2 -0
  129. package/dist/toast/index.mjs.map +1 -0
  130. package/dist/toaster/index.d.mts +26 -0
  131. package/dist/toaster/index.mjs +2 -0
  132. package/dist/toaster/index.mjs.map +1 -0
  133. package/dist/tooltip/index.d.mts +25 -0
  134. package/dist/tooltip/index.mjs +2 -0
  135. package/dist/tooltip/index.mjs.map +1 -0
  136. package/dist/types/index.mjs +2 -0
  137. package/dist/{index.cjs.js.map → types/index.mjs.map} +1 -1
  138. package/dist/typography/index.d.mts +24 -0
  139. package/dist/typography/index.mjs +2 -0
  140. package/dist/typography/index.mjs.map +1 -0
  141. package/dist/utils/index.mjs +2 -0
  142. package/dist/utils/index.mjs.map +1 -0
  143. package/package.json +199 -34
  144. package/dist/atoms.cjs.js +0 -2
  145. package/dist/atoms.cjs.js.map +0 -1
  146. package/dist/atoms.d.mts +0 -1051
  147. package/dist/atoms.d.ts +0 -1051
  148. package/dist/atoms.esm.js +0 -2
  149. package/dist/atoms.esm.js.map +0 -1
  150. package/dist/checkbox-DxgDKaHx.d.ts +0 -108
  151. package/dist/chunk-23T2PH5G.esm.js +0 -2
  152. package/dist/chunk-23T2PH5G.esm.js.map +0 -1
  153. package/dist/chunk-2QG3QTSW.cjs.js +0 -2
  154. package/dist/chunk-2QG3QTSW.cjs.js.map +0 -1
  155. package/dist/chunk-C26U3FL4.esm.js +0 -2
  156. package/dist/chunk-C26U3FL4.esm.js.map +0 -1
  157. package/dist/chunk-DTM5LZHM.cjs.js +0 -2
  158. package/dist/chunk-DTM5LZHM.cjs.js.map +0 -1
  159. package/dist/chunk-HW32JE75.cjs.js +0 -2
  160. package/dist/chunk-HW32JE75.cjs.js.map +0 -1
  161. package/dist/chunk-JIRS6MWF.cjs.js +0 -2
  162. package/dist/chunk-JIRS6MWF.cjs.js.map +0 -1
  163. package/dist/chunk-JKTYFZ5M.esm.js +0 -2
  164. package/dist/chunk-JKTYFZ5M.esm.js.map +0 -1
  165. package/dist/chunk-JUZG25DH.esm.js +0 -2
  166. package/dist/chunk-JUZG25DH.esm.js.map +0 -1
  167. package/dist/chunk-KOYJODOP.cjs.js +0 -2
  168. package/dist/chunk-KOYJODOP.cjs.js.map +0 -1
  169. package/dist/chunk-M4S5YZ56.esm.js +0 -2
  170. package/dist/chunk-M4S5YZ56.esm.js.map +0 -1
  171. package/dist/chunk-MOYOCJW6.esm.js +0 -2
  172. package/dist/chunk-MOYOCJW6.esm.js.map +0 -1
  173. package/dist/chunk-MVWMLXLL.cjs.js +0 -2
  174. package/dist/chunk-MVWMLXLL.cjs.js.map +0 -1
  175. package/dist/chunk-SL2ZUI4G.cjs.js +0 -2
  176. package/dist/chunk-SL2ZUI4G.cjs.js.map +0 -1
  177. package/dist/chunk-STRDPP3B.esm.js +0 -2
  178. package/dist/chunk-STRDPP3B.esm.js.map +0 -1
  179. package/dist/chunk-U4NMIMU7.esm.js +0 -2
  180. package/dist/chunk-U4NMIMU7.esm.js.map +0 -1
  181. package/dist/chunk-UK47BFA3.cjs.js +0 -2
  182. package/dist/chunk-UK47BFA3.cjs.js.map +0 -1
  183. package/dist/chunk-UTVXFZLD.esm.js +0 -2
  184. package/dist/chunk-UTVXFZLD.esm.js.map +0 -1
  185. package/dist/chunk-WJNYKJP6.cjs.js +0 -2
  186. package/dist/chunk-WJNYKJP6.cjs.js.map +0 -1
  187. package/dist/chunk-YEZB7AOJ.esm.js +0 -2
  188. package/dist/chunk-YEZB7AOJ.esm.js.map +0 -1
  189. package/dist/chunk-YGLYFSF6.cjs.js +0 -2
  190. package/dist/chunk-YGLYFSF6.cjs.js.map +0 -1
  191. package/dist/hooks.cjs.js +0 -2
  192. package/dist/hooks.cjs.js.map +0 -1
  193. package/dist/hooks.d.ts +0 -51
  194. package/dist/hooks.esm.js +0 -2
  195. package/dist/hooks.esm.js.map +0 -1
  196. package/dist/index.cjs.js +0 -2
  197. package/dist/index.d.ts +0 -30
  198. package/dist/index.esm.js +0 -2
  199. package/dist/molecules.cjs.js +0 -2
  200. package/dist/molecules.cjs.js.map +0 -1
  201. package/dist/molecules.d.mts +0 -201
  202. package/dist/molecules.d.ts +0 -201
  203. package/dist/molecules.esm.js +0 -2
  204. package/dist/molecules.esm.js.map +0 -1
  205. package/dist/organisms.cjs.js +0 -2
  206. package/dist/organisms.cjs.js.map +0 -1
  207. package/dist/organisms.d.mts +0 -673
  208. package/dist/organisms.d.ts +0 -673
  209. package/dist/organisms.esm.js +0 -2
  210. package/dist/organisms.esm.js.map +0 -1
  211. package/dist/rhf.cjs.js +0 -2
  212. package/dist/rhf.cjs.js.map +0 -1
  213. package/dist/rhf.d.mts +0 -408
  214. package/dist/rhf.d.ts +0 -408
  215. package/dist/rhf.esm.js +0 -2
  216. package/dist/rhf.esm.js.map +0 -1
  217. package/dist/toast-2xT7L1tJ.d.ts +0 -18
  218. package/dist/tooltip-B4jzaurK.d.ts +0 -104
  219. package/dist/types.cjs.js +0 -2
  220. package/dist/types.cjs.js.map +0 -1
  221. package/dist/types.d.ts +0 -2
  222. package/dist/types.esm.js +0 -2
  223. package/dist/types.esm.js.map +0 -1
  224. package/dist/utils.cjs.js +0 -2
  225. package/dist/utils.cjs.js.map +0 -1
  226. package/dist/utils.d.ts +0 -5
  227. package/dist/utils.esm.js +0 -2
  228. package/dist/utils.esm.js.map +0 -1
  229. /package/dist/{types.d.mts → types/index.d.mts} +0 -0
  230. /package/dist/{utils.d.mts → utils/index.d.mts} +0 -0
@@ -1,673 +0,0 @@
1
- import * as vaul from 'vaul';
2
- import { Drawer as Drawer$1 } from 'vaul';
3
- import * as DialogPrimitive from '@radix-ui/react-dialog';
4
- import * as react_jsx_runtime from 'react/jsx-runtime';
5
- import * as React$1 from 'react';
6
- import * as class_variance_authority_types from 'class-variance-authority/types';
7
- import * as SeparatorPrimitive from '@radix-ui/react-separator';
8
- import { d as TooltipContent, a as ButtonProps } from './tooltip-B4jzaurK.mjs';
9
- import { VariantProps } from 'class-variance-authority';
10
- import * as DropdownMenuPrimitive from '@radix-ui/react-dropdown-menu';
11
- import '@radix-ui/react-tooltip';
12
-
13
- declare const Drawer: {
14
- ({ shouldScaleBackground, ...props }: React$1.ComponentProps<typeof Drawer$1.Root>): react_jsx_runtime.JSX.Element;
15
- displayName: string;
16
- };
17
- /**
18
- * The trigger element that opens the drawer.
19
- * Should be used with the `asChild` prop to wrap your own trigger element.
20
- */
21
- declare const DrawerTrigger: React$1.ForwardRefExoticComponent<DialogPrimitive.DialogTriggerProps & React$1.RefAttributes<HTMLButtonElement>>;
22
- /**
23
- * Portal component that renders the drawer content outside the DOM hierarchy.
24
- * This ensures proper stacking context and accessibility.
25
- */
26
- declare const DrawerPortal: typeof vaul.Portal;
27
- /**
28
- * Close button component for the drawer.
29
- * Should be used with the `asChild` prop to wrap your own close button.
30
- */
31
- declare const DrawerClose: React$1.ForwardRefExoticComponent<DialogPrimitive.DialogCloseProps & React$1.RefAttributes<HTMLButtonElement>>;
32
- /**
33
- * Overlay component that appears behind the drawer.
34
- * Provides a semi-transparent backdrop and handles click-outside behavior.
35
- */
36
- declare const DrawerOverlay: React$1.ForwardRefExoticComponent<Omit<Omit<DialogPrimitive.DialogOverlayProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
37
- /**
38
- * The main content container for the drawer.
39
- * Includes the handle bar at the top and manages the slide-up animation.
40
- */
41
- declare const DrawerContent: React$1.ForwardRefExoticComponent<Omit<Omit<DialogPrimitive.DialogContentProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
42
- /**
43
- * Header section of the drawer.
44
- * Typically contains the title and description.
45
- */
46
- declare const DrawerHeader: {
47
- ({ className, ...props }: React$1.HTMLAttributes<HTMLDivElement>): react_jsx_runtime.JSX.Element;
48
- displayName: string;
49
- };
50
- /**
51
- * Footer section of the drawer.
52
- * Typically contains action buttons.
53
- */
54
- declare const DrawerFooter: {
55
- ({ className, ...props }: React$1.HTMLAttributes<HTMLDivElement>): react_jsx_runtime.JSX.Element;
56
- displayName: string;
57
- };
58
- /**
59
- * Title component for the drawer.
60
- * Should be used within DrawerHeader.
61
- */
62
- declare const DrawerTitle: React$1.ForwardRefExoticComponent<Omit<DialogPrimitive.DialogTitleProps & React$1.RefAttributes<HTMLHeadingElement>, "ref"> & React$1.RefAttributes<HTMLHeadingElement>>;
63
- /**
64
- * Description component for the drawer.
65
- * Should be used within DrawerHeader.
66
- */
67
- declare const DrawerDescription: React$1.ForwardRefExoticComponent<Omit<DialogPrimitive.DialogDescriptionProps & React$1.RefAttributes<HTMLParagraphElement>, "ref"> & React$1.RefAttributes<HTMLParagraphElement>>;
68
-
69
- type SidebarContextProps$1 = {
70
- state: "expanded" | "collapsed";
71
- open: boolean;
72
- setOpen: (open: boolean) => void;
73
- openMobile: boolean;
74
- setOpenMobile: (open: boolean) => void;
75
- isMobile: boolean;
76
- toggleSidebar: () => void;
77
- };
78
- declare function useSidebar(): SidebarContextProps$1;
79
- declare const SidebarProvider: React$1.ForwardRefExoticComponent<Omit<React$1.ClassAttributes<HTMLDivElement> & React$1.HTMLAttributes<HTMLDivElement> & {
80
- defaultOpen?: boolean;
81
- open?: boolean;
82
- onOpenChange?: (open: boolean) => void;
83
- }, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
84
- /**
85
- * A flexible sidebar component that supports various layouts and configurations.
86
- * The sidebar can be positioned on either side of the screen and supports different
87
- * visual styles and collapse behaviors.
88
- *
89
- * @url https://sergii-melnykov.github.io/ui/?path=/docs/organisms-sidebar--docs
90
- *
91
- * @example
92
- * ```tsx
93
- * <Sidebar>
94
- * <SidebarHeader>
95
- * <SidebarTitle>Dashboard</SidebarTitle>
96
- * </SidebarHeader>
97
- * <SidebarContent>
98
- * <SidebarMenu>
99
- * <SidebarMenuItem icon={<HomeIcon />}>Home</SidebarMenuItem>
100
- * <SidebarMenuItem icon={<SettingsIcon />}>Settings</SidebarMenuItem>
101
- * </SidebarMenu>
102
- * </SidebarContent>
103
- * <SidebarFooter>
104
- * <SidebarTrigger />
105
- * </SidebarFooter>
106
- * </Sidebar>
107
- * ```
108
- */
109
- declare const Sidebar: React$1.ForwardRefExoticComponent<Omit<React$1.ClassAttributes<HTMLDivElement> & React$1.HTMLAttributes<HTMLDivElement> & {
110
- side?: "left" | "right";
111
- variant?: "sidebar" | "floating" | "inset";
112
- collapsible?: "offcanvas" | "icon" | "none";
113
- }, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
114
- declare const SidebarTrigger: React$1.ForwardRefExoticComponent<Omit<ButtonProps & React$1.RefAttributes<HTMLButtonElement>, "ref"> & React$1.RefAttributes<HTMLButtonElement>>;
115
- declare const SidebarRail: React$1.ForwardRefExoticComponent<Omit<React$1.DetailedHTMLProps<React$1.ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & React$1.RefAttributes<HTMLButtonElement>>;
116
- declare const SidebarInset: React$1.ForwardRefExoticComponent<Omit<React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
117
- declare const SidebarInput: React$1.ForwardRefExoticComponent<Omit<Omit<React$1.DetailedHTMLProps<React$1.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & React$1.RefAttributes<HTMLInputElement>, "ref"> & React$1.RefAttributes<HTMLInputElement>>;
118
- declare const SidebarHeader: React$1.ForwardRefExoticComponent<Omit<React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
119
- declare const SidebarFooter: React$1.ForwardRefExoticComponent<Omit<React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
120
- declare const SidebarSeparator: React$1.ForwardRefExoticComponent<Omit<Omit<SeparatorPrimitive.SeparatorProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
121
- declare const SidebarContent: React$1.ForwardRefExoticComponent<Omit<React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
122
- declare const SidebarGroup: React$1.ForwardRefExoticComponent<Omit<React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
123
- declare const SidebarGroupLabel: React$1.ForwardRefExoticComponent<Omit<React$1.ClassAttributes<HTMLDivElement> & React$1.HTMLAttributes<HTMLDivElement> & {
124
- asChild?: boolean;
125
- }, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
126
- declare const SidebarGroupAction: React$1.ForwardRefExoticComponent<Omit<React$1.ClassAttributes<HTMLButtonElement> & React$1.ButtonHTMLAttributes<HTMLButtonElement> & {
127
- asChild?: boolean;
128
- }, "ref"> & React$1.RefAttributes<HTMLButtonElement>>;
129
- declare const SidebarGroupContent: React$1.ForwardRefExoticComponent<Omit<React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
130
- declare const SidebarMenu: React$1.ForwardRefExoticComponent<Omit<React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLUListElement>, HTMLUListElement>, "ref"> & React$1.RefAttributes<HTMLUListElement>>;
131
- declare const SidebarMenuItem: React$1.ForwardRefExoticComponent<Omit<React$1.DetailedHTMLProps<React$1.LiHTMLAttributes<HTMLLIElement>, HTMLLIElement>, "ref"> & React$1.RefAttributes<HTMLLIElement>>;
132
- declare const sidebarMenuButtonVariants: (props?: ({
133
- variant?: "default" | "outline" | null | undefined;
134
- size?: "default" | "sm" | "lg" | null | undefined;
135
- } & class_variance_authority_types.ClassProp) | undefined) => string;
136
- declare const SidebarMenuButton: React$1.ForwardRefExoticComponent<Omit<React$1.ClassAttributes<HTMLButtonElement> & React$1.ButtonHTMLAttributes<HTMLButtonElement> & {
137
- asChild?: boolean;
138
- isActive?: boolean;
139
- tooltip?: string | React$1.ComponentProps<typeof TooltipContent>;
140
- } & VariantProps<(props?: ({
141
- variant?: "default" | "outline" | null | undefined;
142
- size?: "default" | "sm" | "lg" | null | undefined;
143
- } & class_variance_authority_types.ClassProp) | undefined) => string>, "ref"> & React$1.RefAttributes<HTMLButtonElement>>;
144
- declare const SidebarMenuAction: React$1.ForwardRefExoticComponent<Omit<React$1.ClassAttributes<HTMLButtonElement> & React$1.ButtonHTMLAttributes<HTMLButtonElement> & {
145
- asChild?: boolean;
146
- showOnHover?: boolean;
147
- }, "ref"> & React$1.RefAttributes<HTMLButtonElement>>;
148
- declare const SidebarMenuBadge: React$1.ForwardRefExoticComponent<Omit<React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
149
- declare const SidebarMenuSkeleton: React$1.ForwardRefExoticComponent<Omit<React$1.ClassAttributes<HTMLDivElement> & React$1.HTMLAttributes<HTMLDivElement> & {
150
- showIcon?: boolean;
151
- }, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
152
- declare const SidebarMenuSub: React$1.ForwardRefExoticComponent<Omit<React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLUListElement>, HTMLUListElement>, "ref"> & React$1.RefAttributes<HTMLUListElement>>;
153
- declare const SidebarMenuSubItem: React$1.ForwardRefExoticComponent<Omit<React$1.DetailedHTMLProps<React$1.LiHTMLAttributes<HTMLLIElement>, HTMLLIElement>, "ref"> & React$1.RefAttributes<HTMLLIElement>>;
154
- declare const SidebarMenuSubButton: React$1.ForwardRefExoticComponent<Omit<React$1.ClassAttributes<HTMLAnchorElement> & React$1.AnchorHTMLAttributes<HTMLAnchorElement> & {
155
- asChild?: boolean;
156
- size?: "sm" | "md";
157
- isActive?: boolean;
158
- }, "ref"> & React$1.RefAttributes<HTMLAnchorElement>>;
159
-
160
- /**
161
- * Context props for the Sidebar component that manages its state and behavior.
162
- * This context provides the necessary state and methods to control the sidebar's
163
- * expansion, collapse, and mobile responsiveness.
164
- *
165
- * @url https://sergii-melnykov.github.io/ui/?path=/docs/organisms-sidebar--docs
166
- */
167
- type SidebarContextProps = {
168
- /** Current state of the sidebar - either expanded or collapsed */
169
- state: "expanded" | "collapsed";
170
- /** Whether the sidebar is currently open */
171
- open: boolean;
172
- /** Function to control the sidebar's open state */
173
- setOpen: (open: boolean) => void;
174
- /** Whether the mobile sidebar is currently open */
175
- openMobile: boolean;
176
- /** Function to control the mobile sidebar's open state */
177
- setOpenMobile: (open: boolean) => void;
178
- /** Whether the sidebar is being viewed on a mobile device */
179
- isMobile: boolean;
180
- /** Function to toggle the sidebar's state */
181
- toggleSidebar: () => void;
182
- };
183
- /**
184
- * Props for the main Sidebar component.
185
- * Extends the base div props and adds sidebar-specific configuration options.
186
- *
187
- * @url https://sergii-melnykov.github.io/ui/?path=/docs/organisms-sidebar--docs
188
- *
189
- * @example
190
- * ```tsx
191
- * <Sidebar
192
- * side="left"
193
- * variant="sidebar"
194
- * collapsible="icon"
195
- * >
196
- * <SidebarContent>...</SidebarContent>
197
- * </Sidebar>
198
- * ```
199
- */
200
- type SidebarProps = React$1.ComponentProps<"div"> & {
201
- /** Position of the sidebar relative to the main content */
202
- side?: "left" | "right";
203
- /** Visual style variant of the sidebar */
204
- variant?: "sidebar" | "floating" | "inset";
205
- /** Collapse behavior of the sidebar */
206
- collapsible?: "offcanvas" | "icon" | "none";
207
- };
208
- /**
209
- * Props for the SidebarProvider component that manages sidebar state.
210
- * Provides controlled and uncontrolled state management options.
211
- *
212
- * @url https://sergii-melnykov.github.io/ui/?path=/docs/organisms-sidebar--docs
213
- *
214
- * @example
215
- * ```tsx
216
- * <SidebarProvider defaultOpen={true}>
217
- * <Sidebar>...</Sidebar>
218
- * </SidebarProvider>
219
- * ```
220
- */
221
- type SidebarProviderProps = React$1.ComponentProps<"div"> & {
222
- /** Initial open state for uncontrolled usage */
223
- defaultOpen?: boolean;
224
- /** Controlled open state */
225
- open?: boolean;
226
- /** Callback when open state changes */
227
- onOpenChange?: (open: boolean) => void;
228
- };
229
- /**
230
- * Props for the SidebarMenuButton component.
231
- * Extends button props with additional styling and behavior options.
232
- *
233
- * @url https://sergii-melnykov.github.io/ui/?path=/docs/organisms-sidebar--docs
234
- *
235
- * @example
236
- * ```tsx
237
- * <SidebarMenuButton
238
- * isActive={true}
239
- * tooltip="Dashboard"
240
- * >
241
- * <DashboardIcon />
242
- * </SidebarMenuButton>
243
- * ```
244
- */
245
- type SidebarMenuButtonProps = React$1.ComponentProps<"button"> & {
246
- /** Whether to render as a child component */
247
- asChild?: boolean;
248
- /** Whether the button is currently active */
249
- isActive?: boolean;
250
- /** Tooltip content or configuration */
251
- tooltip?: string | React$1.ComponentProps<typeof TooltipContent>;
252
- } & VariantProps<typeof sidebarMenuButtonVariants>;
253
- /**
254
- * Props for the SidebarMenuAction component.
255
- * Used for action buttons within the sidebar menu.
256
- *
257
- * @url https://sergii-melnykov.github.io/ui/?path=/docs/organisms-sidebar--docs
258
- *
259
- * @example
260
- * ```tsx
261
- * <SidebarMenuAction showOnHover>
262
- * <PlusIcon />
263
- * </SidebarMenuAction>
264
- * ```
265
- */
266
- type SidebarMenuActionProps = React$1.ComponentProps<"button"> & {
267
- /** Whether to render as a child component */
268
- asChild?: boolean;
269
- /** Whether to only show the action on hover */
270
- showOnHover?: boolean;
271
- };
272
- /**
273
- * Props for the SidebarMenuSubButton component.
274
- * Used for secondary navigation items within the sidebar.
275
- *
276
- * @url https://sergii-melnykov.github.io/ui/?path=/docs/organisms-sidebar--docs
277
- *
278
- * @example
279
- * ```tsx
280
- * <SidebarMenuSubButton
281
- * size="sm"
282
- * isActive={true}
283
- * href="/settings/profile"
284
- * >
285
- * Profile Settings
286
- * </SidebarMenuSubButton>
287
- * ```
288
- */
289
- type SidebarMenuSubButtonProps = React$1.ComponentProps<"a"> & {
290
- /** Whether to render as a child component */
291
- asChild?: boolean;
292
- /** Size variant of the sub-button */
293
- size?: "sm" | "md";
294
- /** Whether the sub-button is currently active */
295
- isActive?: boolean;
296
- };
297
- /**
298
- * Props for the SidebarMenuSkeleton component.
299
- * Used to show loading states in the sidebar menu.
300
- *
301
- * @url https://sergii-melnykov.github.io/ui/?path=/docs/organisms-sidebar--docs
302
- *
303
- * @example
304
- * ```tsx
305
- * <SidebarMenuSkeleton showIcon />
306
- * ```
307
- */
308
- type SidebarMenuSkeletonProps = React$1.ComponentProps<"div"> & {
309
- /** Whether to show an icon skeleton */
310
- showIcon?: boolean;
311
- };
312
- /**
313
- * Props for the SidebarGroupLabel component.
314
- * Used to display section labels within the sidebar.
315
- *
316
- * @url https://sergii-melnykov.github.io/ui/?path=/docs/organisms-sidebar--docs
317
- *
318
- * @example
319
- * ```tsx
320
- * <SidebarGroupLabel>Navigation</SidebarGroupLabel>
321
- * ```
322
- */
323
- type SidebarGroupLabelProps = React$1.ComponentProps<"div"> & {
324
- /** Whether to render as a child component */
325
- asChild?: boolean;
326
- };
327
- /**
328
- * Props for the SidebarGroupAction component.
329
- * Used for action buttons within sidebar groups.
330
- *
331
- * @url https://sergii-melnykov.github.io/ui/?path=/docs/organisms-sidebar--docs
332
- *
333
- * @example
334
- * ```tsx
335
- * <SidebarGroupAction>
336
- * <SettingsIcon />
337
- * </SidebarGroupAction>
338
- * ```
339
- */
340
- type SidebarGroupActionProps = React$1.ComponentProps<"button"> & {
341
- /** Whether to render as a child component */
342
- asChild?: boolean;
343
- };
344
-
345
- /**
346
- * DropdownMenu component for creating accessible dropdown menus.
347
- * Built on top of Radix UI's DropdownMenu primitive.
348
- *
349
- * @url https://sergii-melnykov.github.io/ui/?path=/docs/organisms-dropdown-menu--docs
350
- *
351
- * @example
352
- * ```tsx
353
- * <DropdownMenu>
354
- * <DropdownMenuTrigger>Open Menu</DropdownMenuTrigger>
355
- * <DropdownMenuContent>
356
- * <DropdownMenuItem>Item 1</DropdownMenuItem>
357
- * <DropdownMenuItem>Item 2</DropdownMenuItem>
358
- * <DropdownMenuItem>Item 3</DropdownMenuItem>
359
- * </DropdownMenuContent>
360
- * </DropdownMenu>
361
- * ```
362
- */
363
- declare const DropdownMenu: React$1.FC<DropdownMenuPrimitive.DropdownMenuProps>;
364
- declare const DropdownMenuTrigger: React$1.ForwardRefExoticComponent<DropdownMenuPrimitive.DropdownMenuTriggerProps & React$1.RefAttributes<HTMLButtonElement>>;
365
- declare const DropdownMenuGroup: React$1.ForwardRefExoticComponent<DropdownMenuPrimitive.DropdownMenuGroupProps & React$1.RefAttributes<HTMLDivElement>>;
366
- declare const DropdownMenuPortal: React$1.FC<DropdownMenuPrimitive.DropdownMenuPortalProps>;
367
- declare const DropdownMenuSub: React$1.FC<DropdownMenuPrimitive.DropdownMenuSubProps>;
368
- declare const DropdownMenuRadioGroup: React$1.ForwardRefExoticComponent<DropdownMenuPrimitive.DropdownMenuRadioGroupProps & React$1.RefAttributes<HTMLDivElement>>;
369
- declare const DropdownMenuSubTrigger: React$1.ForwardRefExoticComponent<Omit<DropdownMenuPrimitive.DropdownMenuSubTriggerProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & {
370
- inset?: boolean;
371
- } & React$1.RefAttributes<HTMLDivElement>>;
372
- declare const DropdownMenuSubContent: React$1.ForwardRefExoticComponent<Omit<DropdownMenuPrimitive.DropdownMenuSubContentProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
373
- declare const DropdownMenuContent: React$1.ForwardRefExoticComponent<Omit<DropdownMenuPrimitive.DropdownMenuContentProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
374
- declare const DropdownMenuItem: React$1.ForwardRefExoticComponent<Omit<DropdownMenuPrimitive.DropdownMenuItemProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & {
375
- inset?: boolean;
376
- } & React$1.RefAttributes<HTMLDivElement>>;
377
- declare const DropdownMenuCheckboxItem: React$1.ForwardRefExoticComponent<Omit<DropdownMenuPrimitive.DropdownMenuCheckboxItemProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
378
- declare const DropdownMenuRadioItem: React$1.ForwardRefExoticComponent<Omit<DropdownMenuPrimitive.DropdownMenuRadioItemProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
379
- declare const DropdownMenuLabel: React$1.ForwardRefExoticComponent<Omit<DropdownMenuPrimitive.DropdownMenuLabelProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & {
380
- inset?: boolean;
381
- } & React$1.RefAttributes<HTMLDivElement>>;
382
- declare const DropdownMenuSeparator: React$1.ForwardRefExoticComponent<Omit<DropdownMenuPrimitive.DropdownMenuSeparatorProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
383
- declare const DropdownMenuShortcut: {
384
- ({ className, ...props }: React$1.HTMLAttributes<HTMLSpanElement>): react_jsx_runtime.JSX.Element;
385
- displayName: string;
386
- };
387
-
388
- declare const dropdownMenuTriggerStyle: (props?: ({
389
- variant?: "default" | "outline" | "ghost" | "link" | null | undefined;
390
- size?: "default" | "sm" | "lg" | "icon" | null | undefined;
391
- } & class_variance_authority_types.ClassProp) | undefined) => string;
392
-
393
- type DropdownMenuTriggerVariants = VariantProps<typeof dropdownMenuTriggerStyle>;
394
- interface DropdownMenuProps {
395
- /**
396
- * The content of the dropdown menu
397
- */
398
- children: React.ReactNode;
399
- /**
400
- * The open state of the dropdown menu
401
- */
402
- open?: boolean;
403
- /**
404
- * The default open state of the dropdown menu
405
- */
406
- defaultOpen?: boolean;
407
- /**
408
- * The controlled open state of the dropdown menu
409
- */
410
- onOpenChange?: (open: boolean) => void;
411
- /**
412
- * The modal state of the dropdown menu
413
- */
414
- modal?: boolean;
415
- }
416
- interface DropdownMenuTriggerProps extends React.ButtonHTMLAttributes<HTMLButtonElement>, DropdownMenuTriggerVariants {
417
- /**
418
- * The content of the trigger
419
- */
420
- children: React.ReactNode;
421
- /**
422
- * The variant of the trigger
423
- */
424
- variant?: DropdownMenuTriggerVariants["variant"];
425
- /**
426
- * The size of the trigger
427
- */
428
- size?: DropdownMenuTriggerVariants["size"];
429
- }
430
- interface DropdownMenuContentProps extends React.HTMLAttributes<HTMLDivElement> {
431
- /**
432
- * The content of the dropdown menu
433
- */
434
- children: React.ReactNode;
435
- /**
436
- * The side offset of the dropdown menu
437
- */
438
- sideOffset?: number;
439
- /**
440
- * The align offset of the dropdown menu
441
- */
442
- alignOffset?: number;
443
- /**
444
- * The side of the dropdown menu
445
- */
446
- side?: "top" | "right" | "bottom" | "left";
447
- /**
448
- * The alignment of the dropdown menu
449
- */
450
- align?: "start" | "center" | "end";
451
- /**
452
- * The collision padding of the dropdown menu
453
- */
454
- collisionPadding?: number;
455
- /**
456
- * The collision boundary of the dropdown menu
457
- */
458
- collisionBoundary?: Element | null | Array<Element | null>;
459
- /**
460
- * The arrow padding of the dropdown menu
461
- */
462
- arrowPadding?: number;
463
- /**
464
- * The sticky state of the dropdown menu
465
- */
466
- sticky?: "partial" | "always";
467
- /**
468
- * The hide when detached state of the dropdown menu
469
- */
470
- hideWhenDetached?: boolean;
471
- /**
472
- * The update position strategy of the dropdown menu
473
- */
474
- updatePositionStrategy?: "optimized" | "always";
475
- /**
476
- * The force mount state of the dropdown menu
477
- */
478
- forceMount?: boolean;
479
- /**
480
- * The container of the dropdown menu
481
- */
482
- container?: HTMLElement;
483
- }
484
- interface DropdownMenuItemProps extends React.HTMLAttributes<HTMLDivElement> {
485
- /**
486
- * The content of the dropdown menu item
487
- */
488
- children: React.ReactNode;
489
- /**
490
- * The inset state of the dropdown menu item
491
- */
492
- inset?: boolean;
493
- /**
494
- * The disabled state of the dropdown menu item
495
- */
496
- disabled?: boolean;
497
- /**
498
- * The selected state of the dropdown menu item
499
- */
500
- selected?: boolean;
501
- }
502
- interface DropdownMenuCheckboxItemProps extends React.HTMLAttributes<HTMLDivElement> {
503
- /**
504
- * The content of the dropdown menu checkbox item
505
- */
506
- children: React.ReactNode;
507
- /**
508
- * The checked state of the dropdown menu checkbox item
509
- */
510
- checked?: boolean;
511
- /**
512
- * The disabled state of the dropdown menu checkbox item
513
- */
514
- disabled?: boolean;
515
- /**
516
- * The on checked change handler of the dropdown menu checkbox item
517
- */
518
- onCheckedChange?: (checked: boolean) => void;
519
- }
520
- interface DropdownMenuRadioItemProps extends React.HTMLAttributes<HTMLDivElement> {
521
- /**
522
- * The content of the dropdown menu radio item
523
- */
524
- children: React.ReactNode;
525
- /**
526
- * The value of the dropdown menu radio item
527
- */
528
- value: string;
529
- /**
530
- * The disabled state of the dropdown menu radio item
531
- */
532
- disabled?: boolean;
533
- }
534
- interface DropdownMenuLabelProps extends React.HTMLAttributes<HTMLDivElement> {
535
- /**
536
- * The content of the dropdown menu label
537
- */
538
- children: React.ReactNode;
539
- /**
540
- * The inset state of the dropdown menu label
541
- */
542
- inset?: boolean;
543
- }
544
- interface DropdownMenuSeparatorProps extends React.HTMLAttributes<HTMLDivElement> {
545
- }
546
- interface DropdownMenuShortcutProps extends React.HTMLAttributes<HTMLSpanElement> {
547
- /**
548
- * The content of the dropdown menu shortcut
549
- */
550
- children: React.ReactNode;
551
- }
552
- interface DropdownMenuGroupProps extends React.HTMLAttributes<HTMLDivElement> {
553
- /**
554
- * The content of the dropdown menu group
555
- */
556
- children: React.ReactNode;
557
- }
558
- interface DropdownMenuPortalProps {
559
- /**
560
- * The content of the dropdown menu portal
561
- */
562
- children: React.ReactNode;
563
- /**
564
- * The container of the dropdown menu portal
565
- */
566
- container?: HTMLElement;
567
- }
568
- interface DropdownMenuSubProps {
569
- /**
570
- * The content of the dropdown menu sub
571
- */
572
- children: React.ReactNode;
573
- /**
574
- * The open state of the dropdown menu sub
575
- */
576
- open?: boolean;
577
- /**
578
- * The default open state of the dropdown menu sub
579
- */
580
- defaultOpen?: boolean;
581
- /**
582
- * The controlled open state of the dropdown menu sub
583
- */
584
- onOpenChange?: (open: boolean) => void;
585
- }
586
- interface DropdownMenuSubContentProps extends React.HTMLAttributes<HTMLDivElement> {
587
- /**
588
- * The content of the dropdown menu sub content
589
- */
590
- children: React.ReactNode;
591
- /**
592
- * The side offset of the dropdown menu sub content
593
- */
594
- sideOffset?: number;
595
- /**
596
- * The align offset of the dropdown menu sub content
597
- */
598
- alignOffset?: number;
599
- /**
600
- * The side of the dropdown menu sub content
601
- */
602
- side?: "top" | "right" | "bottom" | "left";
603
- /**
604
- * The alignment of the dropdown menu sub content
605
- */
606
- align?: "start" | "center" | "end";
607
- /**
608
- * The collision padding of the dropdown menu sub content
609
- */
610
- collisionPadding?: number;
611
- /**
612
- * The collision boundary of the dropdown menu sub content
613
- */
614
- collisionBoundary?: Element | null | Array<Element | null>;
615
- /**
616
- * The arrow padding of the dropdown menu sub content
617
- */
618
- arrowPadding?: number;
619
- /**
620
- * The sticky state of the dropdown menu sub content
621
- */
622
- sticky?: "partial" | "always";
623
- /**
624
- * The hide when detached state of the dropdown menu sub content
625
- */
626
- hideWhenDetached?: boolean;
627
- /**
628
- * The update position strategy of the dropdown menu sub content
629
- */
630
- updatePositionStrategy?: "optimized" | "always";
631
- /**
632
- * The force mount state of the dropdown menu sub content
633
- */
634
- forceMount?: boolean;
635
- /**
636
- * The container of the dropdown menu sub content
637
- */
638
- container?: HTMLElement;
639
- }
640
- interface DropdownMenuSubTriggerProps extends React.HTMLAttributes<HTMLDivElement> {
641
- /**
642
- * The content of the dropdown menu sub trigger
643
- */
644
- children: React.ReactNode;
645
- /**
646
- * The inset state of the dropdown menu sub trigger
647
- */
648
- inset?: boolean;
649
- /**
650
- * The disabled state of the dropdown menu sub trigger
651
- */
652
- disabled?: boolean;
653
- }
654
- interface DropdownMenuRadioGroupProps {
655
- /**
656
- * The content of the dropdown menu radio group
657
- */
658
- children: React.ReactNode;
659
- /**
660
- * The value of the dropdown menu radio group
661
- */
662
- value?: string;
663
- /**
664
- * The default value of the dropdown menu radio group
665
- */
666
- defaultValue?: string;
667
- /**
668
- * The controlled value of the dropdown menu radio group
669
- */
670
- onValueChange?: (value: string) => void;
671
- }
672
-
673
- export { Drawer, DrawerClose, DrawerContent, DrawerDescription, DrawerFooter, DrawerHeader, DrawerOverlay, DrawerPortal, DrawerTitle, DrawerTrigger, DropdownMenu, DropdownMenuCheckboxItem, type DropdownMenuCheckboxItemProps, DropdownMenuContent, type DropdownMenuContentProps, DropdownMenuGroup, type DropdownMenuGroupProps, DropdownMenuItem, type DropdownMenuItemProps, DropdownMenuLabel, type DropdownMenuLabelProps, DropdownMenuPortal, type DropdownMenuPortalProps, type DropdownMenuProps, DropdownMenuRadioGroup, type DropdownMenuRadioGroupProps, DropdownMenuRadioItem, type DropdownMenuRadioItemProps, DropdownMenuSeparator, type DropdownMenuSeparatorProps, DropdownMenuShortcut, type DropdownMenuShortcutProps, DropdownMenuSub, DropdownMenuSubContent, type DropdownMenuSubContentProps, type DropdownMenuSubProps, DropdownMenuSubTrigger, type DropdownMenuSubTriggerProps, DropdownMenuTrigger, type DropdownMenuTriggerProps, Sidebar, SidebarContent, type SidebarContextProps, SidebarFooter, SidebarGroup, SidebarGroupAction, type SidebarGroupActionProps, SidebarGroupContent, SidebarGroupLabel, type SidebarGroupLabelProps, SidebarHeader, SidebarInput, SidebarInset, SidebarMenu, SidebarMenuAction, type SidebarMenuActionProps, SidebarMenuBadge, SidebarMenuButton, type SidebarMenuButtonProps, SidebarMenuItem, SidebarMenuSkeleton, type SidebarMenuSkeletonProps, SidebarMenuSub, SidebarMenuSubButton, type SidebarMenuSubButtonProps, SidebarMenuSubItem, type SidebarProps, SidebarProvider, type SidebarProviderProps, SidebarRail, SidebarSeparator, SidebarTrigger, sidebarMenuButtonVariants, useSidebar };