@lglab/compose-ui 0.28.0 → 0.30.0

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 (213) hide show
  1. package/dist/accordion.d.ts +49 -40
  2. package/dist/accordion.d.ts.map +1 -0
  3. package/dist/accordion.js +47 -45
  4. package/dist/accordion.js.map +1 -0
  5. package/dist/alert-dialog.d.ts +93 -87
  6. package/dist/alert-dialog.d.ts.map +1 -0
  7. package/dist/alert-dialog.js +94 -111
  8. package/dist/alert-dialog.js.map +1 -0
  9. package/dist/autocomplete.d.ts +99 -96
  10. package/dist/autocomplete.d.ts.map +1 -0
  11. package/dist/autocomplete.js +92 -116
  12. package/dist/autocomplete.js.map +1 -0
  13. package/dist/avatar.d.ts +56 -47
  14. package/dist/avatar.d.ts.map +1 -0
  15. package/dist/avatar.js +66 -79
  16. package/dist/avatar.js.map +1 -0
  17. package/dist/badge.d.ts +48 -42
  18. package/dist/badge.d.ts.map +1 -0
  19. package/dist/badge.js +195 -202
  20. package/dist/badge.js.map +1 -0
  21. package/dist/button.d.ts +26 -21
  22. package/dist/button.d.ts.map +1 -0
  23. package/dist/button.js +24 -24
  24. package/dist/button.js.map +1 -0
  25. package/dist/card.d.ts +105 -99
  26. package/dist/card.d.ts.map +1 -0
  27. package/dist/card.js +105 -66
  28. package/dist/card.js.map +1 -0
  29. package/dist/checkbox-group.d.ts +16 -12
  30. package/dist/checkbox-group.d.ts.map +1 -0
  31. package/dist/checkbox-group.js +18 -14
  32. package/dist/checkbox-group.js.map +1 -0
  33. package/dist/checkbox.d.ts +25 -19
  34. package/dist/checkbox.d.ts.map +1 -0
  35. package/dist/checkbox.js +26 -32
  36. package/dist/checkbox.js.map +1 -0
  37. package/dist/collapsible.d.ts +32 -26
  38. package/dist/collapsible.d.ts.map +1 -0
  39. package/dist/collapsible.js +32 -32
  40. package/dist/collapsible.js.map +1 -0
  41. package/dist/combobox.d.ts +191 -182
  42. package/dist/combobox.d.ts.map +1 -0
  43. package/dist/combobox.js +176 -250
  44. package/dist/combobox.js.map +1 -0
  45. package/dist/components/table/filters.d.ts +29 -0
  46. package/dist/components/table/filters.d.ts.map +1 -0
  47. package/dist/components/table/filters.js +47 -0
  48. package/dist/components/table/filters.js.map +1 -0
  49. package/dist/components/table/primitives.d.ts +93 -0
  50. package/dist/components/table/primitives.d.ts.map +1 -0
  51. package/dist/components/table/primitives.js +129 -0
  52. package/dist/components/table/primitives.js.map +1 -0
  53. package/dist/components/table/sort.js +17 -0
  54. package/dist/components/table/sort.js.map +1 -0
  55. package/dist/components/table/types.d.ts +101 -0
  56. package/dist/components/table/types.d.ts.map +1 -0
  57. package/dist/context-menu.d.ts +151 -138
  58. package/dist/context-menu.d.ts.map +1 -0
  59. package/dist/context-menu.js +151 -173
  60. package/dist/context-menu.js.map +1 -0
  61. package/dist/dialog.d.ts +101 -92
  62. package/dist/dialog.d.ts.map +1 -0
  63. package/dist/dialog.js +101 -105
  64. package/dist/dialog.js.map +1 -0
  65. package/dist/drawer.d.ts +109 -99
  66. package/dist/drawer.d.ts.map +1 -0
  67. package/dist/drawer.js +120 -111
  68. package/dist/drawer.js.map +1 -0
  69. package/dist/field.d.ts +61 -54
  70. package/dist/field.d.ts.map +1 -0
  71. package/dist/field.js +58 -27
  72. package/dist/field.js.map +1 -0
  73. package/dist/fieldset.d.ts +24 -19
  74. package/dist/fieldset.d.ts.map +1 -0
  75. package/dist/fieldset.js +26 -18
  76. package/dist/fieldset.js.map +1 -0
  77. package/dist/form.d.ts +16 -12
  78. package/dist/form.d.ts.map +1 -0
  79. package/dist/form.js +18 -8
  80. package/dist/form.js.map +1 -0
  81. package/dist/index.d.ts +48 -2115
  82. package/dist/index.js +47 -318
  83. package/dist/input.d.ts +16 -12
  84. package/dist/input.d.ts.map +1 -0
  85. package/dist/input.js +19 -9
  86. package/dist/input.js.map +1 -0
  87. package/dist/lib/arrow-svg.js +28 -0
  88. package/dist/lib/arrow-svg.js.map +1 -0
  89. package/dist/lib/button-variants.d.ts +6 -0
  90. package/dist/lib/button-variants.d.ts.map +1 -0
  91. package/dist/lib/button-variants.js +31 -0
  92. package/dist/lib/button-variants.js.map +1 -0
  93. package/dist/lib/control-variants.d.ts +6 -0
  94. package/dist/lib/control-variants.d.ts.map +1 -0
  95. package/dist/lib/control-variants.js +38 -0
  96. package/dist/lib/control-variants.js.map +1 -0
  97. package/dist/lib/form-variants.js +11 -0
  98. package/dist/lib/form-variants.js.map +1 -0
  99. package/dist/lib/tooltip-variants.d.ts +5 -0
  100. package/dist/lib/tooltip-variants.d.ts.map +1 -0
  101. package/dist/lib/tooltip-variants.js +36 -0
  102. package/dist/lib/tooltip-variants.js.map +1 -0
  103. package/dist/lib/utils.js +11 -0
  104. package/dist/lib/utils.js.map +1 -0
  105. package/dist/menu.d.ts +151 -138
  106. package/dist/menu.d.ts.map +1 -0
  107. package/dist/menu.js +151 -146
  108. package/dist/menu.js.map +1 -0
  109. package/dist/menubar.d.ts +168 -155
  110. package/dist/menubar.d.ts.map +1 -0
  111. package/dist/menubar.js +163 -169
  112. package/dist/menubar.js.map +1 -0
  113. package/dist/meter.d.ts +53 -43
  114. package/dist/meter.d.ts.map +1 -0
  115. package/dist/meter.js +59 -64
  116. package/dist/meter.js.map +1 -0
  117. package/dist/navigation-menu.d.ts +111 -96
  118. package/dist/navigation-menu.d.ts.map +1 -0
  119. package/dist/navigation-menu.js +117 -175
  120. package/dist/navigation-menu.js.map +1 -0
  121. package/dist/number-field.d.ts +64 -54
  122. package/dist/number-field.d.ts.map +1 -0
  123. package/dist/number-field.js +61 -69
  124. package/dist/number-field.js.map +1 -0
  125. package/dist/pagination.d.ts +184 -0
  126. package/dist/pagination.d.ts.map +1 -0
  127. package/dist/pagination.js +164 -0
  128. package/dist/pagination.js.map +1 -0
  129. package/dist/popover.d.ts +90 -82
  130. package/dist/popover.d.ts.map +1 -0
  131. package/dist/popover.js +85 -94
  132. package/dist/popover.js.map +1 -0
  133. package/dist/preview-card.d.ts +58 -54
  134. package/dist/preview-card.d.ts.map +1 -0
  135. package/dist/preview-card.js +57 -81
  136. package/dist/preview-card.js.map +1 -0
  137. package/dist/progress.d.ts +48 -40
  138. package/dist/progress.d.ts.map +1 -0
  139. package/dist/progress.js +46 -50
  140. package/dist/progress.js.map +1 -0
  141. package/dist/radio-group.d.ts +16 -12
  142. package/dist/radio-group.d.ts.map +1 -0
  143. package/dist/radio-group.js +18 -14
  144. package/dist/radio-group.js.map +1 -0
  145. package/dist/radio.d.ts +24 -19
  146. package/dist/radio.d.ts.map +1 -0
  147. package/dist/radio.js +25 -34
  148. package/dist/radio.js.map +1 -0
  149. package/dist/scroll-area.d.ts +57 -47
  150. package/dist/scroll-area.d.ts.map +1 -0
  151. package/dist/scroll-area.js +54 -56
  152. package/dist/scroll-area.js.map +1 -0
  153. package/dist/select.d.ts +146 -133
  154. package/dist/select.d.ts.map +1 -0
  155. package/dist/select.js +133 -167
  156. package/dist/select.js.map +1 -0
  157. package/dist/separator.d.ts +17 -12
  158. package/dist/separator.d.ts.map +1 -0
  159. package/dist/separator.js +19 -23
  160. package/dist/separator.js.map +1 -0
  161. package/dist/skeleton.d.ts +20 -0
  162. package/dist/skeleton.d.ts.map +1 -0
  163. package/dist/skeleton.js +27 -0
  164. package/dist/skeleton.js.map +1 -0
  165. package/dist/slider.d.ts +56 -47
  166. package/dist/slider.d.ts.map +1 -0
  167. package/dist/slider.js +53 -62
  168. package/dist/slider.js.map +1 -0
  169. package/dist/styles/default.css +15 -1
  170. package/dist/switch.d.ts +24 -19
  171. package/dist/switch.d.ts.map +1 -0
  172. package/dist/switch.js +23 -39
  173. package/dist/switch.js.map +1 -0
  174. package/dist/table/index.d.ts +5 -0
  175. package/dist/table/index.js +5 -0
  176. package/dist/table/use-table.d.ts +9 -0
  177. package/dist/table/use-table.d.ts.map +1 -0
  178. package/dist/table/use-table.js +256 -0
  179. package/dist/table/use-table.js.map +1 -0
  180. package/dist/tabs.d.ts +60 -49
  181. package/dist/tabs.d.ts.map +1 -0
  182. package/dist/tabs.js +76 -84
  183. package/dist/tabs.js.map +1 -0
  184. package/dist/textarea.d.ts +15 -11
  185. package/dist/textarea.d.ts.map +1 -0
  186. package/dist/textarea.js +18 -14
  187. package/dist/textarea.js.map +1 -0
  188. package/dist/toast.d.ts +87 -81
  189. package/dist/toast.d.ts.map +1 -0
  190. package/dist/toast.js +79 -150
  191. package/dist/toast.js.map +1 -0
  192. package/dist/toggle-group.d.ts +34 -29
  193. package/dist/toggle-group.d.ts.map +1 -0
  194. package/dist/toggle-group.js +31 -34
  195. package/dist/toggle-group.js.map +1 -0
  196. package/dist/toggle.d.ts +24 -21
  197. package/dist/toggle.d.ts.map +1 -0
  198. package/dist/toggle.js +22 -15
  199. package/dist/toggle.js.map +1 -0
  200. package/dist/toolbar.d.ts +64 -56
  201. package/dist/toolbar.d.ts.map +1 -0
  202. package/dist/toolbar.js +57 -68
  203. package/dist/toolbar.js.map +1 -0
  204. package/dist/tooltip.d.ts +67 -62
  205. package/dist/tooltip.d.ts.map +1 -0
  206. package/dist/tooltip.js +65 -90
  207. package/dist/tooltip.js.map +1 -0
  208. package/package.json +25 -13
  209. package/dist/arrow-svg-C6zQTvgS.js +0 -40
  210. package/dist/button-variants-CbFMPwc8.js +0 -33
  211. package/dist/control-variants-Bwep4n0y.js +0 -37
  212. package/dist/form-variants-LJ8gIbk0.js +0 -9
  213. package/dist/utils-B6yFEsav.js +0 -8
@@ -0,0 +1 @@
1
+ {"version":3,"file":"menu.js","names":["BaseMenu"],"sources":["../src/components/menu.tsx"],"sourcesContent":["'use client'\n\nimport { Menu as BaseMenu } from '@base-ui/react/menu'\nimport * as React from 'react'\n\nimport { ArrowSvg } from '../lib/arrow-svg'\nimport { buttonVariants } from '../lib/button-variants'\nimport { cn } from '../lib/utils'\n\n// ============================================================================\n// MenuRoot\n// ============================================================================\n\ntype MenuRootProps = React.ComponentProps<typeof BaseMenu.Root>\n\nconst MenuRoot = (props: MenuRootProps) => {\n return <BaseMenu.Root {...props} />\n}\n\nMenuRoot.displayName = 'MenuRoot'\n\n// ============================================================================\n// MenuTrigger\n// ============================================================================\n\ntype MenuTriggerProps = React.ComponentProps<typeof BaseMenu.Trigger>\n\nconst MenuTrigger = ({ className, ...props }: MenuTriggerProps) => {\n return <BaseMenu.Trigger className={cn(className)} {...props} />\n}\n\nMenuTrigger.displayName = 'MenuTrigger'\n\n// ============================================================================\n// MenuPortal\n// ============================================================================\n\ntype MenuPortalProps = React.ComponentProps<typeof BaseMenu.Portal>\n\nconst MenuPortal = (props: MenuPortalProps) => {\n return <BaseMenu.Portal {...props} />\n}\n\nMenuPortal.displayName = 'MenuPortal'\n\n// ============================================================================\n// MenuPositioner\n// ============================================================================\n\ntype MenuPositionerProps = React.ComponentProps<typeof BaseMenu.Positioner>\n\nconst MenuPositioner = ({ className, ...props }: MenuPositionerProps) => {\n return (\n <BaseMenu.Positioner\n className={cn('z-50 outline-none', className)}\n sideOffset={8}\n {...props}\n />\n )\n}\n\nMenuPositioner.displayName = 'MenuPositioner'\n\n// ============================================================================\n// MenuPopup\n// ============================================================================\n\ntype MenuPopupProps = React.ComponentProps<typeof BaseMenu.Popup>\n\nconst MenuPopup = ({ className, ...props }: MenuPopupProps) => {\n return (\n <BaseMenu.Popup\n className={cn(\n 'rounded-md bg-background p-1 text-foreground shadow-sm border border-border transition-[transform,scale,opacity] data-ending-style:scale-90 data-ending-style:opacity-0 data-starting-style:scale-0 data-starting-style:opacity-0 dark:shadow-none',\n 'min-w-[8rem]',\n className,\n )}\n {...props}\n />\n )\n}\n\nMenuPopup.displayName = 'MenuPopup'\n\n// ============================================================================\n// MenuArrow\n// ============================================================================\n\ntype MenuArrowProps = React.ComponentProps<typeof BaseMenu.Arrow>\n\nconst MenuArrow = ({ className, ...props }: MenuArrowProps) => {\n return (\n <BaseMenu.Arrow\n className={cn(\n 'flex data-[side=bottom]:top-[-8px] data-[side=left]:right-[-13px] data-[side=left]:rotate-90 data-[side=right]:left-[-13px] data-[side=right]:-rotate-90 data-[side=top]:bottom-[-8px] data-[side=top]:rotate-180',\n className,\n )}\n {...props}\n >\n <ArrowSvg />\n </BaseMenu.Arrow>\n )\n}\n\nMenuArrow.displayName = 'MenuArrow'\n\n// ============================================================================\n// MenuItem\n// ============================================================================\n\ntype MenuItemProps = React.ComponentProps<typeof BaseMenu.Item>\n\nconst MenuItem = ({ className, ...props }: MenuItemProps) => {\n return (\n <BaseMenu.Item\n className={cn(\n buttonVariants({ variant: 'ghost', size: 'sm' }),\n 'flex justify-start',\n className,\n )}\n {...props}\n />\n )\n}\n\nMenuItem.displayName = 'MenuItem'\n\n// ============================================================================\n// MenuSeparator\n// ============================================================================\n\ntype MenuSeparatorProps = React.ComponentProps<typeof BaseMenu.Separator>\n\nconst MenuSeparator = ({ className, ...props }: MenuSeparatorProps) => {\n return (\n <BaseMenu.Separator\n className={cn('-mx-1 my-1 h-px bg-border', className)}\n {...props}\n />\n )\n}\n\nMenuSeparator.displayName = 'MenuSeparator'\n\n// ============================================================================\n// MenuGroup\n// ============================================================================\n\ntype MenuGroupProps = React.ComponentProps<typeof BaseMenu.Group>\n\nconst MenuGroup = ({ className, ...props }: MenuGroupProps) => {\n return <BaseMenu.Group className={cn(className)} {...props} />\n}\n\nMenuGroup.displayName = 'MenuGroup'\n\n// ============================================================================\n// MenuGroupLabel\n// ============================================================================\n\ntype MenuGroupLabelProps = React.ComponentProps<typeof BaseMenu.GroupLabel>\n\nconst MenuGroupLabel = ({ className, ...props }: MenuGroupLabelProps) => {\n return (\n <BaseMenu.GroupLabel\n className={cn('px-3 py-1.5 text-sm font-semibold', className)}\n {...props}\n />\n )\n}\n\nMenuGroupLabel.displayName = 'MenuGroupLabel'\n\n// ============================================================================\n// MenuRadioGroup\n// ============================================================================\n\ntype MenuRadioGroupProps = React.ComponentProps<typeof BaseMenu.RadioGroup>\n\nconst MenuRadioGroup = ({ className, ...props }: MenuRadioGroupProps) => {\n return <BaseMenu.RadioGroup className={cn(className)} {...props} />\n}\n\nMenuRadioGroup.displayName = 'MenuRadioGroup'\n\n// ============================================================================\n// MenuRadioItem\n// ============================================================================\n\ntype MenuRadioItemProps = React.ComponentProps<typeof BaseMenu.RadioItem>\n\nconst MenuRadioItem = ({ className, ...props }: MenuRadioItemProps) => {\n return (\n <BaseMenu.RadioItem\n className={cn(\n buttonVariants({ variant: 'ghost', size: 'sm' }),\n 'grid grid-cols-[0.75rem_1fr] gap-2',\n className,\n )}\n {...props}\n />\n )\n}\n\nMenuRadioItem.displayName = 'MenuRadioItem'\n\n// ============================================================================\n// MenuCheckboxItem\n// ============================================================================\n\ntype MenuCheckboxItemProps = React.ComponentProps<typeof BaseMenu.CheckboxItem>\n\nconst MenuCheckboxItem = ({ className, ...props }: MenuCheckboxItemProps) => {\n return (\n <BaseMenu.CheckboxItem\n className={cn(\n buttonVariants({ variant: 'ghost', size: 'sm' }),\n 'grid grid-cols-[0.75rem_1fr] gap-2',\n className,\n )}\n {...props}\n />\n )\n}\n\nMenuCheckboxItem.displayName = 'MenuCheckboxItem'\n\n// ============================================================================\n// MenuRadioItemIndicator\n// ============================================================================\n\ntype MenuRadioItemIndicatorProps = React.ComponentProps<\n typeof BaseMenu.RadioItemIndicator\n>\n\nconst MenuRadioItemIndicator = ({ className, ...props }: MenuRadioItemIndicatorProps) => {\n return (\n <BaseMenu.RadioItemIndicator className={cn('col-start-1', className)} {...props} />\n )\n}\n\nMenuRadioItemIndicator.displayName = 'MenuRadioItemIndicator'\n\n// ============================================================================\n// MenuCheckboxItemIndicator\n// ============================================================================\n\ntype MenuCheckboxItemIndicatorProps = React.ComponentProps<\n typeof BaseMenu.CheckboxItemIndicator\n>\n\nconst MenuCheckboxItemIndicator = ({\n className,\n ...props\n}: MenuCheckboxItemIndicatorProps) => {\n return (\n <BaseMenu.CheckboxItemIndicator className={cn('col-start-1', className)} {...props} />\n )\n}\n\nMenuCheckboxItemIndicator.displayName = 'MenuCheckboxItemIndicator'\n\n// ============================================================================\n// MenuCheckboxItemLabel\n// ============================================================================\n\ntype MenuCheckboxItemLabelProps = React.ComponentProps<'span'>\n\nconst MenuCheckboxItemLabel = ({ className, ...props }: MenuCheckboxItemLabelProps) => {\n return <span className={cn('col-start-2', className)} {...props} />\n}\n\nMenuCheckboxItemLabel.displayName = 'MenuCheckboxItemLabel'\n\n// ============================================================================\n// MenuRadioItemLabel\n// ============================================================================\n\ntype MenuRadioItemLabelProps = React.ComponentProps<'span'>\n\nconst MenuRadioItemLabel = ({ className, ...props }: MenuRadioItemLabelProps) => {\n return <span className={cn('col-start-2', className)} {...props} />\n}\n\nMenuRadioItemLabel.displayName = 'MenuRadioItemLabel'\n\n// ============================================================================\n// MenuSubmenuTrigger\n// ============================================================================\n\ntype MenuSubmenuTriggerProps = React.ComponentProps<typeof BaseMenu.SubmenuTrigger>\n\nconst MenuSubmenuTrigger = ({ className, ...props }: MenuSubmenuTriggerProps) => {\n return (\n <BaseMenu.SubmenuTrigger\n className={cn(\n buttonVariants({ variant: 'ghost', size: 'sm' }),\n 'flex justify-between',\n className,\n )}\n {...props}\n />\n )\n}\n\nMenuSubmenuTrigger.displayName = 'MenuSubmenuTrigger'\n\n// ============================================================================\n// MenuSubmenuRoot\n// ============================================================================\n\ntype MenuSubmenuRootProps = React.ComponentProps<typeof BaseMenu.SubmenuRoot>\n\nconst MenuSubmenuRoot = (props: MenuSubmenuRootProps) => {\n return <BaseMenu.SubmenuRoot {...props} />\n}\n\nMenuSubmenuRoot.displayName = 'MenuSubmenuRoot'\n\n// ============================================================================\n// Exports\n// ============================================================================\n\nexport {\n MenuRoot,\n MenuTrigger,\n MenuPortal,\n MenuPositioner,\n MenuPopup,\n MenuArrow,\n MenuItem,\n MenuSeparator,\n MenuGroup,\n MenuGroupLabel,\n MenuRadioGroup,\n MenuRadioItem,\n MenuRadioItemIndicator,\n MenuRadioItemLabel,\n MenuCheckboxItem,\n MenuCheckboxItemIndicator,\n MenuCheckboxItemLabel,\n MenuSubmenuTrigger,\n MenuSubmenuRoot,\n}\n\nexport type {\n MenuRootProps,\n MenuTriggerProps,\n MenuPortalProps,\n MenuPositionerProps,\n MenuPopupProps,\n MenuArrowProps,\n MenuItemProps,\n MenuSeparatorProps,\n MenuGroupProps,\n MenuGroupLabelProps,\n MenuRadioGroupProps,\n MenuRadioItemProps,\n MenuRadioItemIndicatorProps,\n MenuRadioItemLabelProps,\n MenuCheckboxItemProps,\n MenuCheckboxItemIndicatorProps,\n MenuCheckboxItemLabelProps,\n MenuSubmenuTriggerProps,\n MenuSubmenuRootProps,\n}\n"],"mappings":"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"}
package/dist/menubar.d.ts CHANGED
@@ -1,155 +1,168 @@
1
- import { JSX } from 'react/jsx-runtime';
2
- import { Menu } from '@base-ui/react/menu';
3
- import { Menubar } from '@base-ui/react/menubar';
4
- import * as React_2 from 'react';
5
-
6
- declare type ControlSize = 'sm' | 'default' | 'lg' | 'icon' | 'icon-sm' | 'icon-lg';
7
-
8
- declare type ControlVariant = 'default' | 'ghost';
9
-
10
- export declare const MenubarArrow: {
11
- ({ className, ...props }: MenubarArrowProps): JSX.Element;
12
- displayName: string;
13
- };
14
-
15
- export declare type MenubarArrowProps = React_2.ComponentProps<typeof Menu.Arrow>;
16
-
17
- export declare const MenubarCheckboxItem: {
18
- ({ className, ...props }: MenubarCheckboxItemProps): JSX.Element;
19
- displayName: string;
20
- };
21
-
22
- export declare const MenubarCheckboxItemIndicator: {
23
- ({ className, ...props }: MenubarCheckboxItemIndicatorProps): JSX.Element;
24
- displayName: string;
25
- };
26
-
27
- export declare type MenubarCheckboxItemIndicatorProps = React_2.ComponentProps<typeof Menu.CheckboxItemIndicator>;
28
-
29
- export declare const MenubarCheckboxItemLabel: {
30
- ({ className, ...props }: MenubarCheckboxItemLabelProps): JSX.Element;
31
- displayName: string;
32
- };
33
-
34
- export declare type MenubarCheckboxItemLabelProps = React_2.ComponentProps<'span'>;
35
-
36
- export declare type MenubarCheckboxItemProps = React_2.ComponentProps<typeof Menu.CheckboxItem>;
37
-
38
- export declare const MenubarGroup: {
39
- ({ className, ...props }: MenubarGroupProps): JSX.Element;
40
- displayName: string;
41
- };
42
-
43
- export declare const MenubarGroupLabel: {
44
- ({ className, ...props }: MenubarGroupLabelProps): JSX.Element;
45
- displayName: string;
46
- };
47
-
48
- export declare type MenubarGroupLabelProps = React_2.ComponentProps<typeof Menu.GroupLabel>;
49
-
50
- export declare type MenubarGroupProps = React_2.ComponentProps<typeof Menu.Group>;
51
-
52
- export declare const MenubarItem: {
53
- ({ className, ...props }: MenubarItemProps): JSX.Element;
54
- displayName: string;
55
- };
56
-
57
- export declare type MenubarItemProps = React_2.ComponentProps<typeof Menu.Item>;
58
-
59
- export declare const MenubarMenu: {
60
- (props: MenubarMenuProps): JSX.Element;
61
- displayName: string;
62
- };
63
-
64
- export declare type MenubarMenuProps = React_2.ComponentProps<typeof Menu.Root>;
65
-
66
- export declare const MenubarPopup: {
67
- ({ className, ...props }: MenubarPopupProps): JSX.Element;
68
- displayName: string;
69
- };
70
-
71
- export declare type MenubarPopupProps = React_2.ComponentProps<typeof Menu.Popup>;
72
-
73
- export declare const MenubarPortal: {
74
- (props: MenubarPortalProps): JSX.Element;
75
- displayName: string;
76
- };
77
-
78
- export declare type MenubarPortalProps = React_2.ComponentProps<typeof Menu.Portal>;
79
-
80
- export declare const MenubarPositioner: {
81
- ({ className, ...props }: MenubarPositionerProps): JSX.Element;
82
- displayName: string;
83
- };
84
-
85
- export declare type MenubarPositionerProps = React_2.ComponentProps<typeof Menu.Positioner>;
86
-
87
- export declare const MenubarRadioGroup: {
88
- ({ className, ...props }: MenubarRadioGroupProps): JSX.Element;
89
- displayName: string;
90
- };
91
-
92
- export declare type MenubarRadioGroupProps = React_2.ComponentProps<typeof Menu.RadioGroup>;
93
-
94
- export declare const MenubarRadioItem: {
95
- ({ className, ...props }: MenubarRadioItemProps): JSX.Element;
96
- displayName: string;
97
- };
98
-
99
- export declare const MenubarRadioItemIndicator: {
100
- ({ className, ...props }: MenubarRadioItemIndicatorProps): JSX.Element;
101
- displayName: string;
102
- };
103
-
104
- export declare type MenubarRadioItemIndicatorProps = React_2.ComponentProps<typeof Menu.RadioItemIndicator>;
105
-
106
- export declare const MenubarRadioItemLabel: {
107
- ({ className, ...props }: MenubarRadioItemLabelProps): JSX.Element;
108
- displayName: string;
109
- };
110
-
111
- export declare type MenubarRadioItemLabelProps = React_2.ComponentProps<'span'>;
112
-
113
- export declare type MenubarRadioItemProps = React_2.ComponentProps<typeof Menu.RadioItem>;
114
-
115
- export declare const MenubarRoot: {
116
- ({ className, ...props }: MenubarRootProps): JSX.Element;
117
- displayName: string;
118
- };
119
-
120
- export declare type MenubarRootProps = React_2.ComponentProps<typeof Menubar>;
121
-
122
- export declare const MenubarSeparator: {
123
- ({ className, ...props }: MenubarSeparatorProps): JSX.Element;
124
- displayName: string;
125
- };
126
-
127
- export declare type MenubarSeparatorProps = React_2.ComponentProps<typeof Menu.Separator>;
128
-
129
- export declare const MenubarSubmenuRoot: {
130
- (props: MenubarSubmenuRootProps): JSX.Element;
131
- displayName: string;
132
- };
133
-
134
- export declare type MenubarSubmenuRootProps = React_2.ComponentProps<typeof Menu.SubmenuRoot>;
135
-
136
- export declare const MenubarSubmenuTrigger: {
137
- ({ className, ...props }: MenubarSubmenuTriggerProps): JSX.Element;
138
- displayName: string;
139
- };
140
-
141
- export declare type MenubarSubmenuTriggerProps = React_2.ComponentProps<typeof Menu.SubmenuTrigger>;
142
-
143
- export declare const MenubarTrigger: {
144
- ({ className, variant, size, ...props }: MenubarTriggerProps): JSX.Element;
145
- displayName: string;
146
- };
147
-
148
- export declare type MenubarTriggerProps = React_2.ComponentProps<typeof Menu.Trigger> & {
149
- /** Visual style of the trigger */
150
- variant?: ControlVariant;
151
- /** Size of the trigger */
152
- size?: ControlSize;
153
- };
154
-
155
- export { }
1
+ import { ControlSize, ControlVariant } from "./lib/control-variants.js";
2
+ import * as React from "react";
3
+ import * as react_jsx_runtime30 from "react/jsx-runtime";
4
+ import { Menu } from "@base-ui/react/menu";
5
+ import { Menubar } from "@base-ui/react/menubar";
6
+
7
+ //#region src/components/menubar.d.ts
8
+ type MenubarRootProps = React.ComponentProps<typeof Menubar>;
9
+ declare const MenubarRoot: {
10
+ ({
11
+ className,
12
+ ...props
13
+ }: MenubarRootProps): react_jsx_runtime30.JSX.Element;
14
+ displayName: string;
15
+ };
16
+ type MenubarMenuProps = React.ComponentProps<typeof Menu.Root>;
17
+ declare const MenubarMenu: {
18
+ (props: MenubarMenuProps): react_jsx_runtime30.JSX.Element;
19
+ displayName: string;
20
+ };
21
+ type MenubarTriggerProps = React.ComponentProps<typeof Menu.Trigger> & {
22
+ /** Visual style of the trigger */
23
+ variant?: ControlVariant;
24
+ /** Size of the trigger */
25
+ size?: ControlSize;
26
+ };
27
+ declare const MenubarTrigger: {
28
+ ({
29
+ className,
30
+ variant,
31
+ size,
32
+ ...props
33
+ }: MenubarTriggerProps): react_jsx_runtime30.JSX.Element;
34
+ displayName: string;
35
+ };
36
+ type MenubarPortalProps = React.ComponentProps<typeof Menu.Portal>;
37
+ declare const MenubarPortal: {
38
+ (props: MenubarPortalProps): react_jsx_runtime30.JSX.Element;
39
+ displayName: string;
40
+ };
41
+ type MenubarPositionerProps = React.ComponentProps<typeof Menu.Positioner>;
42
+ declare const MenubarPositioner: {
43
+ ({
44
+ className,
45
+ ...props
46
+ }: MenubarPositionerProps): react_jsx_runtime30.JSX.Element;
47
+ displayName: string;
48
+ };
49
+ type MenubarPopupProps = React.ComponentProps<typeof Menu.Popup>;
50
+ declare const MenubarPopup: {
51
+ ({
52
+ className,
53
+ ...props
54
+ }: MenubarPopupProps): react_jsx_runtime30.JSX.Element;
55
+ displayName: string;
56
+ };
57
+ type MenubarArrowProps = React.ComponentProps<typeof Menu.Arrow>;
58
+ declare const MenubarArrow: {
59
+ ({
60
+ className,
61
+ ...props
62
+ }: MenubarArrowProps): react_jsx_runtime30.JSX.Element;
63
+ displayName: string;
64
+ };
65
+ type MenubarItemProps = React.ComponentProps<typeof Menu.Item>;
66
+ declare const MenubarItem: {
67
+ ({
68
+ className,
69
+ ...props
70
+ }: MenubarItemProps): react_jsx_runtime30.JSX.Element;
71
+ displayName: string;
72
+ };
73
+ type MenubarSeparatorProps = React.ComponentProps<typeof Menu.Separator>;
74
+ declare const MenubarSeparator: {
75
+ ({
76
+ className,
77
+ ...props
78
+ }: MenubarSeparatorProps): react_jsx_runtime30.JSX.Element;
79
+ displayName: string;
80
+ };
81
+ type MenubarGroupProps = React.ComponentProps<typeof Menu.Group>;
82
+ declare const MenubarGroup: {
83
+ ({
84
+ className,
85
+ ...props
86
+ }: MenubarGroupProps): react_jsx_runtime30.JSX.Element;
87
+ displayName: string;
88
+ };
89
+ type MenubarGroupLabelProps = React.ComponentProps<typeof Menu.GroupLabel>;
90
+ declare const MenubarGroupLabel: {
91
+ ({
92
+ className,
93
+ ...props
94
+ }: MenubarGroupLabelProps): react_jsx_runtime30.JSX.Element;
95
+ displayName: string;
96
+ };
97
+ type MenubarRadioGroupProps = React.ComponentProps<typeof Menu.RadioGroup>;
98
+ declare const MenubarRadioGroup: {
99
+ ({
100
+ className,
101
+ ...props
102
+ }: MenubarRadioGroupProps): react_jsx_runtime30.JSX.Element;
103
+ displayName: string;
104
+ };
105
+ type MenubarRadioItemProps = React.ComponentProps<typeof Menu.RadioItem>;
106
+ declare const MenubarRadioItem: {
107
+ ({
108
+ className,
109
+ ...props
110
+ }: MenubarRadioItemProps): react_jsx_runtime30.JSX.Element;
111
+ displayName: string;
112
+ };
113
+ type MenubarCheckboxItemProps = React.ComponentProps<typeof Menu.CheckboxItem>;
114
+ declare const MenubarCheckboxItem: {
115
+ ({
116
+ className,
117
+ ...props
118
+ }: MenubarCheckboxItemProps): react_jsx_runtime30.JSX.Element;
119
+ displayName: string;
120
+ };
121
+ type MenubarRadioItemIndicatorProps = React.ComponentProps<typeof Menu.RadioItemIndicator>;
122
+ declare const MenubarRadioItemIndicator: {
123
+ ({
124
+ className,
125
+ ...props
126
+ }: MenubarRadioItemIndicatorProps): react_jsx_runtime30.JSX.Element;
127
+ displayName: string;
128
+ };
129
+ type MenubarCheckboxItemIndicatorProps = React.ComponentProps<typeof Menu.CheckboxItemIndicator>;
130
+ declare const MenubarCheckboxItemIndicator: {
131
+ ({
132
+ className,
133
+ ...props
134
+ }: MenubarCheckboxItemIndicatorProps): react_jsx_runtime30.JSX.Element;
135
+ displayName: string;
136
+ };
137
+ type MenubarCheckboxItemLabelProps = React.ComponentProps<'span'>;
138
+ declare const MenubarCheckboxItemLabel: {
139
+ ({
140
+ className,
141
+ ...props
142
+ }: MenubarCheckboxItemLabelProps): react_jsx_runtime30.JSX.Element;
143
+ displayName: string;
144
+ };
145
+ type MenubarRadioItemLabelProps = React.ComponentProps<'span'>;
146
+ declare const MenubarRadioItemLabel: {
147
+ ({
148
+ className,
149
+ ...props
150
+ }: MenubarRadioItemLabelProps): react_jsx_runtime30.JSX.Element;
151
+ displayName: string;
152
+ };
153
+ type MenubarSubmenuTriggerProps = React.ComponentProps<typeof Menu.SubmenuTrigger>;
154
+ declare const MenubarSubmenuTrigger: {
155
+ ({
156
+ className,
157
+ ...props
158
+ }: MenubarSubmenuTriggerProps): react_jsx_runtime30.JSX.Element;
159
+ displayName: string;
160
+ };
161
+ type MenubarSubmenuRootProps = React.ComponentProps<typeof Menu.SubmenuRoot>;
162
+ declare const MenubarSubmenuRoot: {
163
+ (props: MenubarSubmenuRootProps): react_jsx_runtime30.JSX.Element;
164
+ displayName: string;
165
+ };
166
+ //#endregion
167
+ export { MenubarArrow, type MenubarArrowProps, MenubarCheckboxItem, MenubarCheckboxItemIndicator, type MenubarCheckboxItemIndicatorProps, MenubarCheckboxItemLabel, type MenubarCheckboxItemLabelProps, type MenubarCheckboxItemProps, MenubarGroup, MenubarGroupLabel, type MenubarGroupLabelProps, type MenubarGroupProps, MenubarItem, type MenubarItemProps, MenubarMenu, type MenubarMenuProps, MenubarPopup, type MenubarPopupProps, MenubarPortal, type MenubarPortalProps, MenubarPositioner, type MenubarPositionerProps, MenubarRadioGroup, type MenubarRadioGroupProps, MenubarRadioItem, MenubarRadioItemIndicator, type MenubarRadioItemIndicatorProps, MenubarRadioItemLabel, type MenubarRadioItemLabelProps, type MenubarRadioItemProps, MenubarRoot, type MenubarRootProps, MenubarSeparator, type MenubarSeparatorProps, MenubarSubmenuRoot, type MenubarSubmenuRootProps, MenubarSubmenuTrigger, type MenubarSubmenuTriggerProps, MenubarTrigger, type MenubarTriggerProps };
168
+ //# sourceMappingURL=menubar.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"menubar.d.ts","names":[],"sources":["../src/components/menubar.tsx"],"sourcesContent":[],"mappings":"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"}