@basic-ui/material 1.0.0-alpha.0 → 1.0.0-alpha.11

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 (576) hide show
  1. package/build/cjs/index.js +1383 -1313
  2. package/build/cjs/index.js.map +1 -1
  3. package/build/esm/Alert/Alert.d.ts +2 -2
  4. package/build/esm/Alert/Alert.js +10 -9
  5. package/build/esm/Alert/Alert.js.map +1 -1
  6. package/build/esm/Alert/index.d.ts +0 -0
  7. package/build/esm/Alert/index.js.map +1 -1
  8. package/build/esm/AppBar/AppBar.d.ts +4 -4
  9. package/build/esm/AppBar/AppBar.js +28 -19
  10. package/build/esm/AppBar/AppBar.js.map +1 -1
  11. package/build/esm/AppBar/AppBarButton.d.ts +2 -2
  12. package/build/esm/AppBar/AppBarButton.js +9 -9
  13. package/build/esm/AppBar/AppBarButton.js.map +1 -1
  14. package/build/esm/AppBar/context.d.ts +1 -1
  15. package/build/esm/AppBar/context.js +6 -5
  16. package/build/esm/AppBar/context.js.map +1 -1
  17. package/build/esm/AppBar/index.d.ts +0 -0
  18. package/build/esm/AppBar/index.js.map +1 -1
  19. package/build/esm/Badge/Badge.d.ts +2 -2
  20. package/build/esm/Badge/Badge.js +2 -2
  21. package/build/esm/Badge/Badge.js.map +1 -1
  22. package/build/esm/Badge/index.d.ts +0 -0
  23. package/build/esm/Badge/index.js.map +1 -1
  24. package/build/esm/BaseLine/BaseLine.d.ts +0 -0
  25. package/build/esm/BaseLine/BaseLine.js +4 -4
  26. package/build/esm/BaseLine/BaseLine.js.map +1 -1
  27. package/build/esm/BaseLine/index.d.ts +0 -0
  28. package/build/esm/BaseLine/index.js.map +1 -1
  29. package/build/esm/BottomSheet/BottomSheet.d.ts +2 -2
  30. package/build/esm/BottomSheet/BottomSheet.js +12 -13
  31. package/build/esm/BottomSheet/BottomSheet.js.map +1 -1
  32. package/build/esm/BottomSheet/BottomSheetSurface.d.ts +4 -4
  33. package/build/esm/BottomSheet/BottomSheetSurface.js +9 -9
  34. package/build/esm/BottomSheet/BottomSheetSurface.js.map +1 -1
  35. package/build/esm/BottomSheet/index.d.ts +0 -0
  36. package/build/esm/BottomSheet/index.js.map +1 -1
  37. package/build/esm/Box/Box.d.ts +8 -8
  38. package/build/esm/Box/Box.js +26 -19
  39. package/build/esm/Box/Box.js.map +1 -1
  40. package/build/esm/Box/index.d.ts +0 -0
  41. package/build/esm/Box/index.js.map +1 -1
  42. package/build/esm/Button/BaseButton.d.ts +4 -4
  43. package/build/esm/Button/BaseButton.js +14 -15
  44. package/build/esm/Button/BaseButton.js.map +1 -1
  45. package/build/esm/Button/Button.d.ts +5 -5
  46. package/build/esm/Button/Button.js +29 -24
  47. package/build/esm/Button/Button.js.map +1 -1
  48. package/build/esm/Button/ButtonGroup.d.ts +4 -4
  49. package/build/esm/Button/ButtonGroup.js +17 -13
  50. package/build/esm/Button/ButtonGroup.js.map +1 -1
  51. package/build/esm/Button/FilledButton.d.ts +2 -2
  52. package/build/esm/Button/FilledButton.js +57 -51
  53. package/build/esm/Button/FilledButton.js.map +1 -1
  54. package/build/esm/Button/FloatingActionButton.d.ts +1 -1
  55. package/build/esm/Button/FloatingActionButton.js +1 -1
  56. package/build/esm/Button/FloatingActionButton.js.map +1 -1
  57. package/build/esm/Button/IconButton.d.ts +1 -1
  58. package/build/esm/Button/IconButton.js +1 -1
  59. package/build/esm/Button/IconButton.js.map +1 -1
  60. package/build/esm/Button/OutlinedButton.d.ts +1 -1
  61. package/build/esm/Button/OutlinedButton.js +27 -25
  62. package/build/esm/Button/OutlinedButton.js.map +1 -1
  63. package/build/esm/Button/TransparentButton.d.ts +2 -2
  64. package/build/esm/Button/TransparentButton.js +45 -41
  65. package/build/esm/Button/TransparentButton.js.map +1 -1
  66. package/build/esm/Button/context.js +4 -2
  67. package/build/esm/Button/context.js.map +1 -1
  68. package/build/esm/Button/index.d.ts +0 -0
  69. package/build/esm/Button/index.js.map +1 -1
  70. package/build/esm/CheckBox/CheckBox.d.ts +6 -6
  71. package/build/esm/CheckBox/CheckBox.js +45 -37
  72. package/build/esm/CheckBox/CheckBox.js.map +1 -1
  73. package/build/esm/CheckBox/CheckBoxIcon.d.ts +5 -5
  74. package/build/esm/CheckBox/CheckBoxIcon.js +19 -16
  75. package/build/esm/CheckBox/CheckBoxIcon.js.map +1 -1
  76. package/build/esm/CheckBox/CheckPath.d.ts +0 -1
  77. package/build/esm/CheckBox/CheckPath.js +15 -14
  78. package/build/esm/CheckBox/CheckPath.js.map +1 -1
  79. package/build/esm/CheckBox/IndeterminatePath.d.ts +0 -1
  80. package/build/esm/CheckBox/IndeterminatePath.js +14 -13
  81. package/build/esm/CheckBox/IndeterminatePath.js.map +1 -1
  82. package/build/esm/CheckBox/index.d.ts +0 -0
  83. package/build/esm/CheckBox/index.js.map +1 -1
  84. package/build/esm/Chip/ButtonChip.d.ts +5 -5
  85. package/build/esm/Chip/ButtonChip.js +17 -17
  86. package/build/esm/Chip/ButtonChip.js.map +1 -1
  87. package/build/esm/Chip/Chip.d.ts +0 -0
  88. package/build/esm/Chip/Chip.js.map +1 -1
  89. package/build/esm/Chip/ChipBase.d.ts +4 -4
  90. package/build/esm/Chip/ChipBase.js +31 -26
  91. package/build/esm/Chip/ChipBase.js.map +1 -1
  92. package/build/esm/Chip/ChoiceChip.d.ts +6 -6
  93. package/build/esm/Chip/ChoiceChip.js +28 -28
  94. package/build/esm/Chip/ChoiceChip.js.map +1 -1
  95. package/build/esm/Chip/index.d.ts +0 -0
  96. package/build/esm/Chip/index.js.map +1 -1
  97. package/build/esm/Combobox/Combobox.d.ts +20 -20
  98. package/build/esm/Combobox/Combobox.js +62 -60
  99. package/build/esm/Combobox/Combobox.js.map +1 -1
  100. package/build/esm/Combobox/index.d.ts +0 -0
  101. package/build/esm/Combobox/index.js.map +1 -1
  102. package/build/esm/Dialog/Dialog.d.ts +5 -5
  103. package/build/esm/Dialog/Dialog.js +27 -27
  104. package/build/esm/Dialog/Dialog.js.map +1 -1
  105. package/build/esm/Dialog/DialogBackdrop.d.ts +4 -4
  106. package/build/esm/Dialog/DialogBackdrop.js +10 -11
  107. package/build/esm/Dialog/DialogBackdrop.js.map +1 -1
  108. package/build/esm/Dialog/DialogContainer.d.ts +1 -1
  109. package/build/esm/Dialog/DialogContainer.js +5 -6
  110. package/build/esm/Dialog/DialogContainer.js.map +1 -1
  111. package/build/esm/Dialog/DialogSurface.d.ts +4 -4
  112. package/build/esm/Dialog/DialogSurface.js +15 -15
  113. package/build/esm/Dialog/DialogSurface.js.map +1 -1
  114. package/build/esm/Dialog/Scrim.d.ts +1 -1
  115. package/build/esm/Dialog/Scrim.js +5 -6
  116. package/build/esm/Dialog/Scrim.js.map +1 -1
  117. package/build/esm/Dialog/index.d.ts +0 -0
  118. package/build/esm/Dialog/index.js +1 -0
  119. package/build/esm/Dialog/index.js.map +1 -1
  120. package/build/esm/Dialog/useDialogAnimation.d.ts +0 -0
  121. package/build/esm/Dialog/useDialogAnimation.js +22 -21
  122. package/build/esm/Dialog/useDialogAnimation.js.map +1 -1
  123. package/build/esm/Divider/Divider.d.ts +4 -4
  124. package/build/esm/Divider/Divider.js +14 -13
  125. package/build/esm/Divider/Divider.js.map +1 -1
  126. package/build/esm/Divider/index.d.ts +0 -0
  127. package/build/esm/Divider/index.js.map +1 -1
  128. package/build/esm/FloatingLabel/FloatingLabel.d.ts +4 -4
  129. package/build/esm/FloatingLabel/FloatingLabel.js +31 -26
  130. package/build/esm/FloatingLabel/FloatingLabel.js.map +1 -1
  131. package/build/esm/FloatingLabel/index.d.ts +0 -0
  132. package/build/esm/FloatingLabel/index.js.map +1 -1
  133. package/build/esm/LineRipple/LineRipple.d.ts +4 -4
  134. package/build/esm/LineRipple/LineRipple.js +30 -20
  135. package/build/esm/LineRipple/LineRipple.js.map +1 -1
  136. package/build/esm/LineRipple/index.d.ts +0 -0
  137. package/build/esm/LineRipple/index.js.map +1 -1
  138. package/build/esm/Link/Link.d.ts +4 -4
  139. package/build/esm/Link/Link.js +10 -9
  140. package/build/esm/Link/Link.js.map +1 -1
  141. package/build/esm/Link/index.d.ts +0 -0
  142. package/build/esm/Link/index.js.map +1 -1
  143. package/build/esm/List/List.d.ts +6 -6
  144. package/build/esm/List/List.js +20 -13
  145. package/build/esm/List/List.js.map +1 -1
  146. package/build/esm/List/index.d.ts +0 -0
  147. package/build/esm/List/index.js.map +1 -1
  148. package/build/esm/ListItem/ListItem.d.ts +6 -6
  149. package/build/esm/ListItem/ListItem.js +28 -24
  150. package/build/esm/ListItem/ListItem.js.map +1 -1
  151. package/build/esm/ListItem/ListItemText.d.ts +6 -6
  152. package/build/esm/ListItem/ListItemText.js +11 -11
  153. package/build/esm/ListItem/ListItemText.js.map +1 -1
  154. package/build/esm/ListItem/index.d.ts +0 -0
  155. package/build/esm/ListItem/index.js.map +1 -1
  156. package/build/esm/Menu/Menu.d.ts +11 -11
  157. package/build/esm/Menu/Menu.js +30 -27
  158. package/build/esm/Menu/Menu.js.map +1 -1
  159. package/build/esm/Menu/animation.d.ts +1 -1
  160. package/build/esm/Menu/animation.js +1 -1
  161. package/build/esm/Menu/animation.js.map +1 -1
  162. package/build/esm/Menu/index.d.ts +0 -0
  163. package/build/esm/Menu/index.js.map +1 -1
  164. package/build/esm/NavRail/NavRailItem.d.ts +15 -0
  165. package/build/esm/NavRail/NavRailItem.js +150 -0
  166. package/build/esm/NavRail/NavRailItem.js.map +1 -0
  167. package/build/esm/NavRail/index.d.ts +1 -0
  168. package/build/esm/NavRail/index.js +2 -0
  169. package/build/esm/NavRail/index.js.map +1 -0
  170. package/build/esm/NotchedOutline/NotchedOutline.d.ts +5 -5
  171. package/build/esm/NotchedOutline/NotchedOutline.js +27 -23
  172. package/build/esm/NotchedOutline/NotchedOutline.js.map +1 -1
  173. package/build/esm/NotchedOutline/context.d.ts +0 -0
  174. package/build/esm/NotchedOutline/context.js +6 -5
  175. package/build/esm/NotchedOutline/context.js.map +1 -1
  176. package/build/esm/NotchedOutline/index.d.ts +0 -0
  177. package/build/esm/NotchedOutline/index.js.map +1 -1
  178. package/build/esm/NotchedOutline/styledComponents.d.ts +114 -28
  179. package/build/esm/NotchedOutline/styledComponents.js +54 -58
  180. package/build/esm/NotchedOutline/styledComponents.js.map +1 -1
  181. package/build/esm/Paper/Paper.d.ts +6 -5
  182. package/build/esm/Paper/Paper.js +18 -16
  183. package/build/esm/Paper/Paper.js.map +1 -1
  184. package/build/esm/Paper/index.d.ts +0 -0
  185. package/build/esm/Paper/index.js.map +1 -1
  186. package/build/esm/ProgressSpinner/ProgressSpinner.d.ts +1 -1
  187. package/build/esm/ProgressSpinner/ProgressSpinner.js +28 -28
  188. package/build/esm/ProgressSpinner/ProgressSpinner.js.map +1 -1
  189. package/build/esm/ProgressSpinner/index.d.ts +0 -0
  190. package/build/esm/ProgressSpinner/index.js.map +1 -1
  191. package/build/esm/RadioButton/RadioButton.d.ts +1 -1
  192. package/build/esm/RadioButton/RadioButton.js +18 -19
  193. package/build/esm/RadioButton/RadioButton.js.map +1 -1
  194. package/build/esm/RadioButton/RadioButtonIcon.d.ts +3 -3
  195. package/build/esm/RadioButton/RadioButtonIcon.js +9 -9
  196. package/build/esm/RadioButton/RadioButtonIcon.js.map +1 -1
  197. package/build/esm/RadioButton/RadioGroup.d.ts +3 -3
  198. package/build/esm/RadioButton/RadioGroup.js +6 -4
  199. package/build/esm/RadioButton/RadioGroup.js.map +1 -1
  200. package/build/esm/RadioButton/index.d.ts +0 -0
  201. package/build/esm/RadioButton/index.js.map +1 -1
  202. package/build/esm/Ripple/Ripple.d.ts +1 -1
  203. package/build/esm/Ripple/Ripple.js +21 -20
  204. package/build/esm/Ripple/Ripple.js.map +1 -1
  205. package/build/esm/Ripple/RippleBox.d.ts +4 -5
  206. package/build/esm/Ripple/RippleBox.js +26 -18
  207. package/build/esm/Ripple/RippleBox.js.map +1 -1
  208. package/build/esm/Ripple/constants.d.ts +0 -0
  209. package/build/esm/Ripple/constants.js +7 -7
  210. package/build/esm/Ripple/constants.js.map +1 -1
  211. package/build/esm/Ripple/index.d.ts +0 -0
  212. package/build/esm/Ripple/index.js.map +1 -1
  213. package/build/esm/Ripple/keyframes.d.ts +1 -1
  214. package/build/esm/Ripple/keyframes.js +3 -3
  215. package/build/esm/Ripple/keyframes.js.map +1 -1
  216. package/build/esm/Ripple/useRipple.d.ts +0 -0
  217. package/build/esm/Ripple/useRipple.js +57 -50
  218. package/build/esm/Ripple/useRipple.js.map +1 -1
  219. package/build/esm/Ripple/useRippleHandlers.d.ts +4 -4
  220. package/build/esm/Ripple/useRippleHandlers.js +14 -15
  221. package/build/esm/Ripple/useRippleHandlers.js.map +1 -1
  222. package/build/esm/Ripple/useRippleSurface.d.ts +5 -5
  223. package/build/esm/Ripple/useRippleSurface.js +92 -87
  224. package/build/esm/Ripple/useRippleSurface.js.map +1 -1
  225. package/build/esm/Select/Select.d.ts +8 -8
  226. package/build/esm/Select/Select.js +72 -50
  227. package/build/esm/Select/Select.js.map +1 -1
  228. package/build/esm/Select/SelectIcon.d.ts +4 -4
  229. package/build/esm/Select/SelectIcon.js +10 -10
  230. package/build/esm/Select/SelectIcon.js.map +1 -1
  231. package/build/esm/Select/context.d.ts +2 -2
  232. package/build/esm/Select/context.js +7 -6
  233. package/build/esm/Select/context.js.map +1 -1
  234. package/build/esm/Select/defaultRender.d.ts +2 -1
  235. package/build/esm/Select/defaultRender.js +12 -10
  236. package/build/esm/Select/defaultRender.js.map +1 -1
  237. package/build/esm/Select/index.d.ts +0 -0
  238. package/build/esm/Select/index.js.map +1 -1
  239. package/build/esm/Select/styledComponents.d.ts +10 -10
  240. package/build/esm/Select/styledComponents.js +20 -21
  241. package/build/esm/Select/styledComponents.js.map +1 -1
  242. package/build/esm/SelectItem/SelectItem.d.ts +2 -2
  243. package/build/esm/SelectItem/SelectItem.js +23 -23
  244. package/build/esm/SelectItem/SelectItem.js.map +1 -1
  245. package/build/esm/SelectItem/index.d.ts +0 -0
  246. package/build/esm/SelectItem/index.js.map +1 -1
  247. package/build/esm/SelectionControl/SelectionControlLabel.d.ts +6 -6
  248. package/build/esm/SelectionControl/SelectionControlLabel.js +7 -7
  249. package/build/esm/SelectionControl/SelectionControlLabel.js.map +1 -1
  250. package/build/esm/SelectionControl/SelectionControlText.d.ts +5 -5
  251. package/build/esm/SelectionControl/SelectionControlText.js +10 -10
  252. package/build/esm/SelectionControl/SelectionControlText.js.map +1 -1
  253. package/build/esm/SelectionControl/index.d.ts +0 -0
  254. package/build/esm/SelectionControl/index.js.map +1 -1
  255. package/build/esm/Skeleton/DelayAppearance.d.ts +5 -5
  256. package/build/esm/Skeleton/DelayAppearance.js +9 -9
  257. package/build/esm/Skeleton/DelayAppearance.js.map +1 -1
  258. package/build/esm/Skeleton/Skeleton.d.ts +7 -7
  259. package/build/esm/Skeleton/Skeleton.js +13 -12
  260. package/build/esm/Skeleton/Skeleton.js.map +1 -1
  261. package/build/esm/Skeleton/animation.d.ts +2 -2
  262. package/build/esm/Skeleton/animation.js +25 -22
  263. package/build/esm/Skeleton/animation.js.map +1 -1
  264. package/build/esm/Skeleton/index.d.ts +0 -0
  265. package/build/esm/Skeleton/index.js.map +1 -1
  266. package/build/esm/Snackbar/Snackbar.d.ts +4 -4
  267. package/build/esm/Snackbar/Snackbar.js +28 -28
  268. package/build/esm/Snackbar/Snackbar.js.map +1 -1
  269. package/build/esm/Snackbar/Stack.d.ts +2 -4
  270. package/build/esm/Snackbar/Stack.js +80 -66
  271. package/build/esm/Snackbar/Stack.js.map +1 -1
  272. package/build/esm/Snackbar/index.d.ts +0 -0
  273. package/build/esm/Snackbar/index.js.map +1 -1
  274. package/build/esm/Snackbar/useSnackbarAnimation.d.ts +2 -2
  275. package/build/esm/Snackbar/useSnackbarAnimation.js +121 -85
  276. package/build/esm/Snackbar/useSnackbarAnimation.js.map +1 -1
  277. package/build/esm/Switch/Switch.d.ts +5 -6
  278. package/build/esm/Switch/Switch.js +24 -24
  279. package/build/esm/Switch/Switch.js.map +1 -1
  280. package/build/esm/Switch/index.d.ts +0 -0
  281. package/build/esm/Switch/index.js.map +1 -1
  282. package/build/esm/Switch/styledComponents.d.ts +0 -0
  283. package/build/esm/Switch/styledComponents.js +28 -26
  284. package/build/esm/Switch/styledComponents.js.map +1 -1
  285. package/build/esm/Tab/Tab.d.ts +5 -5
  286. package/build/esm/Tab/Tab.js +22 -23
  287. package/build/esm/Tab/Tab.js.map +1 -1
  288. package/build/esm/Tab/TabList.d.ts +3 -3
  289. package/build/esm/Tab/TabList.js +20 -19
  290. package/build/esm/Tab/TabList.js.map +1 -1
  291. package/build/esm/Tab/TabPanel.d.ts +3 -3
  292. package/build/esm/Tab/TabPanel.js +10 -11
  293. package/build/esm/Tab/TabPanel.js.map +1 -1
  294. package/build/esm/Tab/TabPanels.d.ts +0 -0
  295. package/build/esm/Tab/TabPanels.js.map +1 -1
  296. package/build/esm/Tab/Tabs.d.ts +0 -0
  297. package/build/esm/Tab/Tabs.js.map +1 -1
  298. package/build/esm/Tab/context.d.ts +0 -0
  299. package/build/esm/Tab/context.js +6 -5
  300. package/build/esm/Tab/context.js.map +1 -1
  301. package/build/esm/Tab/index.d.ts +0 -0
  302. package/build/esm/Tab/index.js.map +1 -1
  303. package/build/esm/TabIndicator/TabIndicator.d.ts +2 -2
  304. package/build/esm/TabIndicator/TabIndicator.js +25 -22
  305. package/build/esm/TabIndicator/TabIndicator.js.map +1 -1
  306. package/build/esm/TabIndicator/context.d.ts +2 -2
  307. package/build/esm/TabIndicator/context.js +6 -5
  308. package/build/esm/TabIndicator/context.js.map +1 -1
  309. package/build/esm/TabIndicator/index.d.ts +0 -0
  310. package/build/esm/TabIndicator/index.js.map +1 -1
  311. package/build/esm/Table/Table.d.ts +2 -2
  312. package/build/esm/Table/Table.js +11 -10
  313. package/build/esm/Table/Table.js.map +1 -1
  314. package/build/esm/Table/TableBody.d.ts +1 -1
  315. package/build/esm/Table/TableBody.js +7 -8
  316. package/build/esm/Table/TableBody.js.map +1 -1
  317. package/build/esm/Table/TableCell.d.ts +1 -1
  318. package/build/esm/Table/TableCell.js +9 -10
  319. package/build/esm/Table/TableCell.js.map +1 -1
  320. package/build/esm/Table/TableHead.d.ts +1 -1
  321. package/build/esm/Table/TableHead.js +8 -9
  322. package/build/esm/Table/TableHead.js.map +1 -1
  323. package/build/esm/Table/TableRow.d.ts +2 -2
  324. package/build/esm/Table/TableRow.js +9 -10
  325. package/build/esm/Table/TableRow.js.map +1 -1
  326. package/build/esm/Table/context.d.ts +0 -0
  327. package/build/esm/Table/context.js +6 -5
  328. package/build/esm/Table/context.js.map +1 -1
  329. package/build/esm/Table/index.d.ts +0 -0
  330. package/build/esm/Table/index.js.map +1 -1
  331. package/build/esm/Text/LoremIpsum.d.ts +1 -1
  332. package/build/esm/Text/LoremIpsum.js +7 -7
  333. package/build/esm/Text/LoremIpsum.js.map +1 -1
  334. package/build/esm/Text/Text.d.ts +9 -5
  335. package/build/esm/Text/Text.js +13 -9
  336. package/build/esm/Text/Text.js.map +1 -1
  337. package/build/esm/Text/index.d.ts +0 -0
  338. package/build/esm/Text/index.js.map +1 -1
  339. package/build/esm/TextField/FilledContainer.d.ts +5 -5
  340. package/build/esm/TextField/FilledContainer.js +60 -57
  341. package/build/esm/TextField/FilledContainer.js.map +1 -1
  342. package/build/esm/TextField/HelperText.d.ts +6 -6
  343. package/build/esm/TextField/HelperText.js +17 -16
  344. package/build/esm/TextField/HelperText.js.map +1 -1
  345. package/build/esm/TextField/IconContainer.d.ts +2 -3
  346. package/build/esm/TextField/IconContainer.js +14 -23
  347. package/build/esm/TextField/IconContainer.js.map +1 -1
  348. package/build/esm/TextField/Input.d.ts +5 -5
  349. package/build/esm/TextField/Input.js +23 -21
  350. package/build/esm/TextField/Input.js.map +1 -1
  351. package/build/esm/TextField/OutlinedContainer.d.ts +6 -6
  352. package/build/esm/TextField/OutlinedContainer.js +30 -24
  353. package/build/esm/TextField/OutlinedContainer.js.map +1 -1
  354. package/build/esm/TextField/TextField.d.ts +7 -7
  355. package/build/esm/TextField/TextField.js +61 -43
  356. package/build/esm/TextField/TextField.js.map +1 -1
  357. package/build/esm/TextField/consts.js +5 -5
  358. package/build/esm/TextField/consts.js.map +1 -1
  359. package/build/esm/TextField/index.d.ts +0 -0
  360. package/build/esm/TextField/index.js.map +1 -1
  361. package/build/esm/ThemeExplorer/ColorPicker.d.ts +4 -4
  362. package/build/esm/ThemeExplorer/ColorPicker.js +17 -16
  363. package/build/esm/ThemeExplorer/ColorPicker.js.map +1 -1
  364. package/build/esm/ThemeExplorer/TextFieldColorPicker.d.ts +2 -2
  365. package/build/esm/ThemeExplorer/TextFieldColorPicker.js +46 -25
  366. package/build/esm/ThemeExplorer/TextFieldColorPicker.js.map +1 -1
  367. package/build/esm/ThemeExplorer/ThemeBuilder.d.ts +9 -0
  368. package/build/esm/ThemeExplorer/ThemeBuilder.js +244 -0
  369. package/build/esm/ThemeExplorer/ThemeBuilder.js.map +1 -0
  370. package/build/esm/ThemeExplorer/ThemeColors.d.ts +3 -3
  371. package/build/esm/ThemeExplorer/ThemeColors.js +4 -4
  372. package/build/esm/ThemeExplorer/ThemeColors.js.map +1 -1
  373. package/build/esm/ThemeExplorer/components.d.ts +7 -7
  374. package/build/esm/ThemeExplorer/components.js +82 -70
  375. package/build/esm/ThemeExplorer/components.js.map +1 -1
  376. package/build/esm/ThemeExplorer/index.d.ts +1 -0
  377. package/build/esm/ThemeExplorer/index.js +2 -0
  378. package/build/esm/ThemeExplorer/index.js.map +1 -0
  379. package/build/esm/ThemeExplorer/makeColorScheme.d.ts +1 -1
  380. package/build/esm/ThemeExplorer/makeColorScheme.js.map +1 -1
  381. package/build/esm/ThemeExplorer/useDeferredColor.d.ts +1 -1
  382. package/build/esm/ThemeExplorer/useDeferredColor.js +11 -5
  383. package/build/esm/ThemeExplorer/useDeferredColor.js.map +1 -1
  384. package/build/esm/ThemeExplorer/useLocalStorageCachedState.d.ts +1 -1
  385. package/build/esm/ThemeExplorer/useLocalStorageCachedState.js +10 -3
  386. package/build/esm/ThemeExplorer/useLocalStorageCachedState.js.map +1 -1
  387. package/build/esm/Tooltip/Tooltip.d.ts +5 -5
  388. package/build/esm/Tooltip/Tooltip.js +13 -16
  389. package/build/esm/Tooltip/Tooltip.js.map +1 -1
  390. package/build/esm/Tooltip/index.d.ts +0 -0
  391. package/build/esm/Tooltip/index.js.map +1 -1
  392. package/build/esm/color.d.ts +5 -3
  393. package/build/esm/color.js +28 -17
  394. package/build/esm/color.js.map +1 -1
  395. package/build/esm/css.d.ts +0 -0
  396. package/build/esm/css.js.map +1 -1
  397. package/build/esm/hooks/useAnimation.d.ts +1 -1
  398. package/build/esm/hooks/useAnimation.js +54 -41
  399. package/build/esm/hooks/useAnimation.js.map +1 -1
  400. package/build/esm/index.d.ts +2 -1
  401. package/build/esm/index.js +2 -1
  402. package/build/esm/index.js.map +1 -1
  403. package/build/esm/motion.d.ts +7 -0
  404. package/build/esm/motion.js +8 -0
  405. package/build/esm/motion.js.map +1 -0
  406. package/build/esm/theme/index.d.ts +0 -0
  407. package/build/esm/theme/index.js.map +1 -1
  408. package/build/esm/theme/theme.d.ts +114 -28
  409. package/build/esm/theme/theme.js +47 -39
  410. package/build/esm/theme/theme.js.map +1 -1
  411. package/build/esm/theme/typography-raleway.d.ts +0 -0
  412. package/build/esm/theme/typography-raleway.js +1 -1
  413. package/build/esm/theme/typography-raleway.js.map +1 -1
  414. package/build/esm/theme/typography-roboto.d.ts +0 -0
  415. package/build/esm/theme/typography-roboto.js +1 -1
  416. package/build/esm/theme/typography-roboto.js.map +1 -1
  417. package/build/esm/theme/useTheme.d.ts +115 -29
  418. package/build/esm/theme/useTheme.js +1 -1
  419. package/build/esm/theme/useTheme.js.map +1 -1
  420. package/build/tsconfig-build.tsbuildinfo +1 -0
  421. package/package.json +9 -8
  422. package/src/Alert/Alert.tsx +4 -2
  423. package/src/AppBar/AppBar.story.tsx +7 -6
  424. package/src/AppBar/AppBar.tsx +8 -5
  425. package/src/AppBar/AppBarButton.tsx +3 -1
  426. package/src/AppBar/context.ts +2 -1
  427. package/src/Badge/Badge.tsx +3 -1
  428. package/src/BaseLine/BaseLine.tsx +15 -11
  429. package/src/BottomSheet/BottomSheet.story.tsx +1 -0
  430. package/src/BottomSheet/BottomSheet.tsx +2 -1
  431. package/src/BottomSheet/BottomSheetSurface.tsx +11 -7
  432. package/src/Box/Box.tsx +25 -24
  433. package/src/Button/BaseButton.tsx +6 -12
  434. package/src/Button/Button.story.tsx +22 -4
  435. package/src/Button/Button.tsx +6 -5
  436. package/src/Button/ButtonGroup.tsx +5 -3
  437. package/src/Button/FilledButton.tsx +7 -11
  438. package/src/Button/FloatingActionButton.tsx +1 -1
  439. package/src/Button/IconButton.tsx +1 -1
  440. package/src/Button/OutlinedButton.tsx +3 -2
  441. package/src/Button/SpinnerButton.story.tsx +10 -11
  442. package/src/Button/TransparentButton.tsx +4 -4
  443. package/src/Button/context.tsx +1 -0
  444. package/src/CheckBox/CheckBox.story.tsx +9 -7
  445. package/src/CheckBox/CheckBox.tsx +13 -13
  446. package/src/CheckBox/CheckBoxIcon.tsx +8 -6
  447. package/src/Chip/ButtonChip.tsx +8 -6
  448. package/src/Chip/Chip.story.tsx +1 -2
  449. package/src/Chip/ChipBase.tsx +8 -6
  450. package/src/Chip/ChoiceChip.tsx +15 -12
  451. package/src/Combobox/Combobox.story.tsx +4 -3
  452. package/src/Combobox/Combobox.tsx +36 -25
  453. package/src/Dialog/Dialog.story.tsx +3 -1
  454. package/src/Dialog/Dialog.tsx +9 -4
  455. package/src/Dialog/DialogBackdrop.tsx +8 -8
  456. package/src/Dialog/DialogContainer.tsx +3 -1
  457. package/src/Dialog/DialogSurface.tsx +9 -9
  458. package/src/Dialog/Scrim.tsx +3 -1
  459. package/src/Dialog/useDialogAnimation.tsx +3 -4
  460. package/src/Divider/Divider.tsx +5 -3
  461. package/src/FloatingLabel/FloatingLabel.story.tsx +1 -0
  462. package/src/FloatingLabel/FloatingLabel.tsx +9 -7
  463. package/src/LineRipple/LineRipple.story.tsx +2 -1
  464. package/src/LineRipple/LineRipple.tsx +8 -5
  465. package/src/Link/Link.tsx +5 -6
  466. package/src/List/List.tsx +8 -5
  467. package/src/ListItem/ListItem.story.tsx +1 -0
  468. package/src/ListItem/ListItem.tsx +9 -7
  469. package/src/ListItem/ListItemText.tsx +7 -7
  470. package/src/Menu/Menu.tsx +23 -15
  471. package/src/Menu/animation.ts +1 -1
  472. package/src/NavRail/NavRail.story.tsx +190 -0
  473. package/src/NavRail/NavRailItem.tsx +176 -0
  474. package/src/NavRail/index.ts +1 -0
  475. package/src/NotchedOutline/NotchedOutline.story.tsx +2 -1
  476. package/src/NotchedOutline/NotchedOutline.tsx +5 -5
  477. package/src/NotchedOutline/styledComponents.ts +5 -3
  478. package/src/Paper/Paper.story.tsx +5 -4
  479. package/src/Paper/Paper.tsx +24 -11
  480. package/src/ProgressSpinner/ProgressSpinner.story.tsx +1 -0
  481. package/src/ProgressSpinner/ProgressSpinner.tsx +14 -11
  482. package/src/RadioButton/RadioButton.story.tsx +3 -2
  483. package/src/RadioButton/RadioButton.tsx +10 -8
  484. package/src/RadioButton/RadioButtonIcon.tsx +5 -5
  485. package/src/RadioButton/RadioGroup.tsx +5 -5
  486. package/src/Ripple/Ripple.story.tsx +9 -3
  487. package/src/Ripple/Ripple.tsx +2 -1
  488. package/src/Ripple/RippleBox.tsx +8 -5
  489. package/src/Ripple/keyframes.ts +2 -1
  490. package/src/Ripple/useRipple.ts +1 -0
  491. package/src/Ripple/useRippleHandlers.ts +6 -4
  492. package/src/Ripple/useRippleSurface.ts +82 -64
  493. package/src/Select/PaymentMethodSelect.story.tsx +3 -1
  494. package/src/Select/Select.story.tsx +1 -0
  495. package/src/Select/Select.tsx +16 -9
  496. package/src/Select/SelectIcon.tsx +8 -6
  497. package/src/Select/context.ts +2 -1
  498. package/src/Select/defaultRender.ts +14 -13
  499. package/src/Select/styledComponents.tsx +17 -13
  500. package/src/SelectItem/SelectItem.tsx +4 -2
  501. package/src/SelectionControl/SelectionControlLabel.tsx +8 -9
  502. package/src/SelectionControl/SelectionControlText.tsx +6 -4
  503. package/src/Skeleton/DelayAppearance.tsx +6 -4
  504. package/src/Skeleton/Skeleton.story.tsx +2 -2
  505. package/src/Skeleton/Skeleton.tsx +9 -7
  506. package/src/Skeleton/animation.ts +3 -2
  507. package/src/Snackbar/Snackbar.story.tsx +1 -0
  508. package/src/Snackbar/Snackbar.tsx +9 -7
  509. package/src/Snackbar/Stack.tsx +7 -10
  510. package/src/Snackbar/useSnackbarAnimation.ts +6 -3
  511. package/src/Switch/Switch.tsx +13 -13
  512. package/src/Switch/styledComponents.tsx +16 -13
  513. package/src/Tab/Tab.tsx +10 -10
  514. package/src/Tab/TabList.tsx +5 -5
  515. package/src/Tab/TabPanel.tsx +5 -5
  516. package/src/TabIndicator/TabIndicator.tsx +8 -4
  517. package/src/TabIndicator/context.ts +2 -1
  518. package/src/Table/Table.tsx +4 -1
  519. package/src/Table/TableBody.tsx +3 -1
  520. package/src/Table/TableCell.tsx +3 -1
  521. package/src/Table/TableHead.tsx +4 -2
  522. package/src/Table/TableRow.tsx +5 -3
  523. package/src/Text/LoremIpsum.tsx +3 -2
  524. package/src/Text/Text.story.tsx +42 -7
  525. package/src/Text/Text.tsx +28 -6
  526. package/src/TextField/FilledContainer.tsx +7 -5
  527. package/src/TextField/HelperText.tsx +7 -6
  528. package/src/TextField/IconContainer.tsx +3 -3
  529. package/src/TextField/Input.tsx +9 -6
  530. package/src/TextField/OutlinedContainer.tsx +7 -5
  531. package/src/TextField/TextField.story.tsx +1 -0
  532. package/src/TextField/TextField.tsx +9 -6
  533. package/src/ThemeExplorer/ColorPicker.tsx +19 -16
  534. package/src/ThemeExplorer/TextFieldColorPicker.tsx +5 -2
  535. package/src/ThemeExplorer/ThemeBuilder.story.tsx +1 -163
  536. package/src/ThemeExplorer/ThemeBuilder.tsx +198 -0
  537. package/src/ThemeExplorer/ThemeColors.tsx +3 -2
  538. package/src/ThemeExplorer/components.tsx +27 -32
  539. package/src/ThemeExplorer/index.ts +1 -0
  540. package/src/ThemeExplorer/makeColorScheme.tsx +2 -1
  541. package/src/ThemeExplorer/useDeferredColor.tsx +4 -4
  542. package/src/ThemeExplorer/useLocalStorageCachedState.ts +2 -2
  543. package/src/Tooltip/Tooltip.story.tsx +3 -2
  544. package/src/Tooltip/Tooltip.tsx +15 -13
  545. package/src/color.ts +44 -21
  546. package/src/hooks/useAnimation.ts +2 -1
  547. package/src/index.ts +2 -1
  548. package/src/motion.ts +7 -0
  549. package/src/theme/theme.ts +51 -37
  550. package/src/theme/useTheme.ts +3 -1
  551. package/build/esm/ColorMode/ColorModeProvider.d.ts +0 -7
  552. package/build/esm/ColorMode/ColorModeProvider.js +0 -79
  553. package/build/esm/ColorMode/ColorModeProvider.js.map +0 -1
  554. package/build/esm/ColorMode/color-mode.d.ts +0 -8
  555. package/build/esm/ColorMode/color-mode.js +0 -11
  556. package/build/esm/ColorMode/color-mode.js.map +0 -1
  557. package/build/esm/ColorMode/color-vars.d.ts +0 -4
  558. package/build/esm/ColorMode/color-vars.js +0 -50
  559. package/build/esm/ColorMode/color-vars.js.map +0 -1
  560. package/build/esm/ColorMode/constants.d.ts +0 -3
  561. package/build/esm/ColorMode/constants.js +0 -5
  562. package/build/esm/ColorMode/constants.js.map +0 -1
  563. package/build/esm/ColorMode/index.d.ts +0 -4
  564. package/build/esm/ColorMode/index.js +0 -5
  565. package/build/esm/ColorMode/index.js.map +0 -1
  566. package/build/esm/ListItem/context.d.ts +0 -7
  567. package/build/esm/ListItem/context.js +0 -10
  568. package/build/esm/ListItem/context.js.map +0 -1
  569. package/build/tsconfig.tsbuildinfo +0 -1
  570. package/src/ColorMode/ColorModeProvider.tsx +0 -95
  571. package/src/ColorMode/color-mode.ts +0 -20
  572. package/src/ColorMode/color-vars.ts +0 -56
  573. package/src/ColorMode/constants.ts +0 -5
  574. package/src/ColorMode/index.ts +0 -4
  575. package/src/ColorMode/tests/color-vars.test.ts +0 -9
  576. package/src/ThemeExplorer/ThemeExplorer.story.tsx +0 -42
@@ -1,16 +1,16 @@
1
- import type * as React from 'react';
2
- import { MenuButtonProps as MenuButtonPropsCore, MenuListProps as MenuListPropsCore, MenuItemProps as MenuItemPropsCore, MenuPopoverProps as MenuPopoverPropsCore, MenuProps as MenuPropsCore } from '@basic-ui/core';
3
- import { ListItemProps } from '../ListItem';
4
- import { ButtonProps } from '../Button';
5
- import { BoxProps } from '../Box';
6
- import { PaperProps } from '../Paper';
7
- export declare type MenuListProps = MenuListPropsCore & PaperProps & BoxProps<HTMLUListElement, React.HTMLAttributes<HTMLUListElement>>;
8
- export declare const MenuList: React.ForwardRefExoticComponent<Pick<MenuListProps, "bottom" | "top" | "hidden" | "left" | "right" | "as" | "sx" | "__css" | "variant" | "tx" | "theme" | "m" | "margin" | "mt" | "marginTop" | "mr" | "marginRight" | "mb" | "marginBottom" | "ml" | "marginLeft" | "mx" | "marginX" | "my" | "marginY" | "p" | "padding" | "pt" | "paddingTop" | "pr" | "paddingRight" | "pb" | "paddingBottom" | "pl" | "paddingLeft" | "px" | "paddingX" | "py" | "paddingY" | "width" | "height" | "minWidth" | "minHeight" | "maxWidth" | "maxHeight" | "display" | "verticalAlign" | "size" | "overflow" | "overflowX" | "overflowY" | "fontFamily" | "fontSize" | "fontWeight" | "lineHeight" | "letterSpacing" | "fontStyle" | "textAlign" | "color" | "bg" | "backgroundColor" | "opacity" | "alignItems" | "alignContent" | "justifyItems" | "justifyContent" | "flexWrap" | "flexDirection" | "flex" | "flexGrow" | "flexShrink" | "flexBasis" | "justifySelf" | "alignSelf" | "order" | "border" | "borderX" | "borderY" | "borderWidth" | "borderTopWidth" | "borderBottomWidth" | "borderLeftWidth" | "borderRightWidth" | "borderStyle" | "borderTopStyle" | "borderBottomStyle" | "borderLeftStyle" | "borderRightStyle" | "borderColor" | "borderTopColor" | "borderBottomColor" | "borderLeftColor" | "borderRightColor" | "borderRadius" | "borderTopLeftRadius" | "borderTopRightRadius" | "borderBottomLeftRadius" | "borderBottomRightRadius" | "borderTop" | "borderRight" | "borderBottom" | "borderLeft" | "gridGap" | "gridColumnGap" | "gridRowGap" | "gridColumn" | "gridRow" | "gridAutoFlow" | "gridAutoColumns" | "gridAutoRows" | "gridTemplateColumns" | "gridTemplateRows" | "gridTemplateAreas" | "gridArea" | "background" | "backgroundImage" | "backgroundSize" | "backgroundPosition" | "backgroundRepeat" | "position" | "zIndex" | "boxShadow" | "textShadow" | "className" | "id" | "lang" | "style" | "role" | "tabIndex" | "elevation" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | "slot" | "title" | "translate" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "placeholder" | "spellCheck" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "outlined" | "innerAs" | "defaultActiveItemValue" | "backgroundOverlay"> & React.RefAttributes<HTMLUListElement>>;
1
+ import type { HTMLAttributes } from 'react';
2
+ import type { MenuButtonProps as MenuButtonPropsCore, MenuListProps as MenuListPropsCore, MenuItemProps as MenuItemPropsCore, MenuPopoverProps as MenuPopoverPropsCore, MenuProps as MenuPropsCore } from '@basic-ui/core';
3
+ import type { ListItemProps } from '../ListItem';
4
+ import type { ButtonProps } from '../Button';
5
+ import type { BoxProps } from '../Box';
6
+ import type { PaperProps } from '../Paper';
7
+ export declare type MenuListProps = MenuListPropsCore & PaperProps & BoxProps<HTMLUListElement, HTMLAttributes<HTMLUListElement>>;
8
+ export declare const MenuList: import("react").ForwardRefExoticComponent<Pick<MenuListProps, "boxShadow" | "fontWeight" | "zIndex" | "alignContent" | "alignItems" | "alignSelf" | "backgroundColor" | "backgroundImage" | "backgroundPosition" | "backgroundRepeat" | "backgroundSize" | "borderBottomColor" | "borderBottomLeftRadius" | "borderBottomRightRadius" | "borderBottomStyle" | "borderBottomWidth" | "borderLeftColor" | "borderLeftStyle" | "borderLeftWidth" | "borderRightColor" | "borderRightStyle" | "borderRightWidth" | "borderTopColor" | "borderTopLeftRadius" | "borderTopRightRadius" | "borderTopStyle" | "borderTopWidth" | "bottom" | "color" | "display" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "fontFamily" | "fontSize" | "fontStyle" | "gridAutoColumns" | "gridAutoFlow" | "gridAutoRows" | "gridTemplateAreas" | "gridTemplateColumns" | "gridTemplateRows" | "height" | "justifyContent" | "justifyItems" | "justifySelf" | "left" | "letterSpacing" | "lineHeight" | "marginBottom" | "marginLeft" | "marginRight" | "marginTop" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "order" | "overflowX" | "overflowY" | "paddingBottom" | "paddingLeft" | "paddingRight" | "paddingTop" | "position" | "right" | "textAlign" | "textShadow" | "top" | "translate" | "verticalAlign" | "width" | "background" | "border" | "borderBottom" | "borderColor" | "borderLeft" | "borderRadius" | "borderRight" | "borderStyle" | "borderTop" | "borderWidth" | "flex" | "gridArea" | "gridColumn" | "gridRow" | "margin" | "overflow" | "padding" | "bg" | "m" | "mt" | "mr" | "mb" | "ml" | "mx" | "marginX" | "my" | "marginY" | "p" | "pt" | "pr" | "pb" | "pl" | "px" | "paddingX" | "py" | "paddingY" | "variant" | "size" | "elevation" | "hidden" | "as" | "sx" | "__css" | "tx" | "theme" | "borderX" | "borderY" | "gridGap" | "gridColumnGap" | "gridRowGap" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "id" | "lang" | "placeholder" | "slot" | "spellCheck" | "style" | "tabIndex" | "title" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "outlined" | "backgroundOverlay" | "darkThemeBackgroundOverlay" | "key" | "innerAs" | "defaultActiveItemValue"> & import("react").RefAttributes<HTMLUListElement>>;
9
9
  export declare type MenuItemProps = MenuItemPropsCore & ListItemProps;
10
- export declare const MenuItem: React.ForwardRefExoticComponent<Pick<MenuItemProps, "bottom" | "top" | "hidden" | "left" | "right" | "as" | "sx" | "__css" | "variant" | "tx" | "theme" | "m" | "margin" | "mt" | "marginTop" | "mr" | "marginRight" | "mb" | "marginBottom" | "ml" | "marginLeft" | "mx" | "marginX" | "my" | "marginY" | "p" | "padding" | "pt" | "paddingTop" | "pr" | "paddingRight" | "pb" | "paddingBottom" | "pl" | "paddingLeft" | "px" | "paddingX" | "py" | "paddingY" | "width" | "height" | "minWidth" | "minHeight" | "maxWidth" | "maxHeight" | "display" | "verticalAlign" | "size" | "overflow" | "overflowX" | "overflowY" | "fontFamily" | "fontSize" | "fontWeight" | "lineHeight" | "letterSpacing" | "fontStyle" | "textAlign" | "color" | "bg" | "backgroundColor" | "opacity" | "alignItems" | "alignContent" | "justifyItems" | "justifyContent" | "flexWrap" | "flexDirection" | "flex" | "flexGrow" | "flexShrink" | "flexBasis" | "justifySelf" | "alignSelf" | "order" | "border" | "borderX" | "borderY" | "borderWidth" | "borderTopWidth" | "borderBottomWidth" | "borderLeftWidth" | "borderRightWidth" | "borderStyle" | "borderTopStyle" | "borderBottomStyle" | "borderLeftStyle" | "borderRightStyle" | "borderColor" | "borderTopColor" | "borderBottomColor" | "borderLeftColor" | "borderRightColor" | "borderRadius" | "borderTopLeftRadius" | "borderTopRightRadius" | "borderBottomLeftRadius" | "borderBottomRightRadius" | "borderTop" | "borderRight" | "borderBottom" | "borderLeft" | "gridGap" | "gridColumnGap" | "gridRowGap" | "gridColumn" | "gridRow" | "gridAutoFlow" | "gridAutoColumns" | "gridAutoRows" | "gridTemplateColumns" | "gridTemplateRows" | "gridTemplateAreas" | "gridArea" | "background" | "backgroundImage" | "backgroundSize" | "backgroundPosition" | "backgroundRepeat" | "position" | "zIndex" | "boxShadow" | "textShadow" | "className" | "id" | "lang" | "style" | "role" | "tabIndex" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | "slot" | "title" | "translate" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "placeholder" | "spellCheck" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "disabled" | "value" | "innerAs" | "selected" | "rippleColor"> & React.RefAttributes<HTMLLIElement>>;
10
+ export declare const MenuItem: import("react").ForwardRefExoticComponent<Pick<MenuItemProps, "boxShadow" | "fontWeight" | "zIndex" | "alignContent" | "alignItems" | "alignSelf" | "backgroundColor" | "backgroundImage" | "backgroundPosition" | "backgroundRepeat" | "backgroundSize" | "borderBottomColor" | "borderBottomLeftRadius" | "borderBottomRightRadius" | "borderBottomStyle" | "borderBottomWidth" | "borderLeftColor" | "borderLeftStyle" | "borderLeftWidth" | "borderRightColor" | "borderRightStyle" | "borderRightWidth" | "borderTopColor" | "borderTopLeftRadius" | "borderTopRightRadius" | "borderTopStyle" | "borderTopWidth" | "bottom" | "color" | "display" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "fontFamily" | "fontSize" | "fontStyle" | "gridAutoColumns" | "gridAutoFlow" | "gridAutoRows" | "gridTemplateAreas" | "gridTemplateColumns" | "gridTemplateRows" | "height" | "justifyContent" | "justifyItems" | "justifySelf" | "left" | "letterSpacing" | "lineHeight" | "marginBottom" | "marginLeft" | "marginRight" | "marginTop" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "order" | "overflowX" | "overflowY" | "paddingBottom" | "paddingLeft" | "paddingRight" | "paddingTop" | "position" | "right" | "textAlign" | "textShadow" | "top" | "translate" | "verticalAlign" | "width" | "background" | "border" | "borderBottom" | "borderColor" | "borderLeft" | "borderRadius" | "borderRight" | "borderStyle" | "borderTop" | "borderWidth" | "flex" | "gridArea" | "gridColumn" | "gridRow" | "margin" | "overflow" | "padding" | "bg" | "m" | "mt" | "mr" | "mb" | "ml" | "mx" | "marginX" | "my" | "marginY" | "p" | "pt" | "pr" | "pb" | "pl" | "px" | "paddingX" | "py" | "paddingY" | "variant" | "size" | "hidden" | "as" | "sx" | "__css" | "tx" | "theme" | "borderX" | "borderY" | "gridGap" | "gridColumnGap" | "gridRowGap" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "id" | "lang" | "placeholder" | "slot" | "spellCheck" | "style" | "tabIndex" | "title" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | "value" | "disabled" | "rippleColor" | "selected" | "innerAs"> & import("react").RefAttributes<HTMLLIElement>>;
11
11
  export declare type MenuButtonProps = ButtonProps & MenuButtonPropsCore;
12
- export declare const MenuButton: React.ForwardRefExoticComponent<Pick<MenuButtonProps, "bottom" | "top" | "hidden" | "left" | "right" | "as" | "sx" | "__css" | "variant" | "tx" | "theme" | "m" | "margin" | "mt" | "marginTop" | "mr" | "marginRight" | "mb" | "marginBottom" | "ml" | "marginLeft" | "mx" | "marginX" | "my" | "marginY" | "p" | "padding" | "pt" | "paddingTop" | "pr" | "paddingRight" | "pb" | "paddingBottom" | "pl" | "paddingLeft" | "px" | "paddingX" | "py" | "paddingY" | "width" | "height" | "minWidth" | "minHeight" | "maxWidth" | "maxHeight" | "display" | "verticalAlign" | "size" | "overflow" | "overflowX" | "overflowY" | "fontFamily" | "fontSize" | "fontWeight" | "lineHeight" | "letterSpacing" | "fontStyle" | "textAlign" | "color" | "bg" | "backgroundColor" | "opacity" | "alignItems" | "alignContent" | "justifyItems" | "justifyContent" | "flexWrap" | "flexDirection" | "flex" | "flexGrow" | "flexShrink" | "flexBasis" | "justifySelf" | "alignSelf" | "order" | "border" | "borderX" | "borderY" | "borderWidth" | "borderTopWidth" | "borderBottomWidth" | "borderLeftWidth" | "borderRightWidth" | "borderStyle" | "borderTopStyle" | "borderBottomStyle" | "borderLeftStyle" | "borderRightStyle" | "borderColor" | "borderTopColor" | "borderBottomColor" | "borderLeftColor" | "borderRightColor" | "borderRadius" | "borderTopLeftRadius" | "borderTopRightRadius" | "borderBottomLeftRadius" | "borderBottomRightRadius" | "borderTop" | "borderRight" | "borderBottom" | "borderLeft" | "gridGap" | "gridColumnGap" | "gridRowGap" | "gridColumn" | "gridRow" | "gridAutoFlow" | "gridAutoColumns" | "gridAutoRows" | "gridTemplateColumns" | "gridTemplateRows" | "gridTemplateAreas" | "gridArea" | "background" | "backgroundImage" | "backgroundSize" | "backgroundPosition" | "backgroundRepeat" | "position" | "zIndex" | "boxShadow" | "textShadow" | "className" | "id" | "lang" | "name" | "style" | "type" | "role" | "tabIndex" | "elevation" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "form" | "key" | "slot" | "title" | "translate" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "placeholder" | "spellCheck" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "disabled" | "autoFocus" | "value" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "innerAs" | "isGroupedButton"> & React.RefAttributes<HTMLButtonElement>>;
12
+ export declare const MenuButton: import("react").ForwardRefExoticComponent<Pick<MenuButtonProps, "boxShadow" | "fontWeight" | "zIndex" | "alignContent" | "alignItems" | "alignSelf" | "backgroundColor" | "backgroundImage" | "backgroundPosition" | "backgroundRepeat" | "backgroundSize" | "borderBottomColor" | "borderBottomLeftRadius" | "borderBottomRightRadius" | "borderBottomStyle" | "borderBottomWidth" | "borderLeftColor" | "borderLeftStyle" | "borderLeftWidth" | "borderRightColor" | "borderRightStyle" | "borderRightWidth" | "borderTopColor" | "borderTopLeftRadius" | "borderTopRightRadius" | "borderTopStyle" | "borderTopWidth" | "bottom" | "color" | "display" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "fontFamily" | "fontSize" | "fontStyle" | "gridAutoColumns" | "gridAutoFlow" | "gridAutoRows" | "gridTemplateAreas" | "gridTemplateColumns" | "gridTemplateRows" | "height" | "justifyContent" | "justifyItems" | "justifySelf" | "left" | "letterSpacing" | "lineHeight" | "marginBottom" | "marginLeft" | "marginRight" | "marginTop" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "order" | "overflowX" | "overflowY" | "paddingBottom" | "paddingLeft" | "paddingRight" | "paddingTop" | "position" | "right" | "textAlign" | "textShadow" | "top" | "translate" | "verticalAlign" | "width" | "background" | "border" | "borderBottom" | "borderColor" | "borderLeft" | "borderRadius" | "borderRight" | "borderStyle" | "borderTop" | "borderWidth" | "flex" | "gridArea" | "gridColumn" | "gridRow" | "margin" | "overflow" | "padding" | "bg" | "m" | "mt" | "mr" | "mb" | "ml" | "mx" | "marginX" | "my" | "marginY" | "p" | "pt" | "pr" | "pb" | "pl" | "px" | "paddingX" | "py" | "paddingY" | "variant" | "size" | "elevation" | "hidden" | "as" | "sx" | "__css" | "tx" | "theme" | "borderX" | "borderY" | "gridGap" | "gridColumnGap" | "gridRowGap" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "id" | "lang" | "placeholder" | "slot" | "spellCheck" | "style" | "tabIndex" | "title" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | "value" | "form" | "autoFocus" | "disabled" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "name" | "type" | "isGroupedButton" | "innerAs"> & import("react").RefAttributes<HTMLButtonElement>>;
13
13
  export declare type MenuPopoverProps = BoxProps & MenuPopoverPropsCore;
14
- export declare const MenuPopover: React.ForwardRefExoticComponent<Pick<MenuPopoverProps, "bottom" | "top" | "hidden" | "left" | "right" | "as" | "sx" | "__css" | "variant" | "tx" | "theme" | "m" | "margin" | "mt" | "marginTop" | "mr" | "marginRight" | "mb" | "marginBottom" | "ml" | "marginLeft" | "mx" | "marginX" | "my" | "marginY" | "p" | "padding" | "pt" | "paddingTop" | "pr" | "paddingRight" | "pb" | "paddingBottom" | "pl" | "paddingLeft" | "px" | "paddingX" | "py" | "paddingY" | "width" | "height" | "minWidth" | "minHeight" | "maxWidth" | "maxHeight" | "display" | "verticalAlign" | "size" | "overflow" | "overflowX" | "overflowY" | "fontFamily" | "fontSize" | "fontWeight" | "lineHeight" | "letterSpacing" | "fontStyle" | "textAlign" | "color" | "bg" | "backgroundColor" | "opacity" | "alignItems" | "alignContent" | "justifyItems" | "justifyContent" | "flexWrap" | "flexDirection" | "flex" | "flexGrow" | "flexShrink" | "flexBasis" | "justifySelf" | "alignSelf" | "order" | "border" | "borderX" | "borderY" | "borderWidth" | "borderTopWidth" | "borderBottomWidth" | "borderLeftWidth" | "borderRightWidth" | "borderStyle" | "borderTopStyle" | "borderBottomStyle" | "borderLeftStyle" | "borderRightStyle" | "borderColor" | "borderTopColor" | "borderBottomColor" | "borderLeftColor" | "borderRightColor" | "borderRadius" | "borderTopLeftRadius" | "borderTopRightRadius" | "borderBottomLeftRadius" | "borderBottomRightRadius" | "borderTop" | "borderRight" | "borderBottom" | "borderLeft" | "gridGap" | "gridColumnGap" | "gridRowGap" | "gridColumn" | "gridRow" | "gridAutoFlow" | "gridAutoColumns" | "gridAutoRows" | "gridTemplateColumns" | "gridTemplateRows" | "gridTemplateAreas" | "gridArea" | "background" | "backgroundImage" | "backgroundSize" | "backgroundPosition" | "backgroundRepeat" | "position" | "zIndex" | "boxShadow" | "textShadow" | "className" | "id" | "lang" | "style" | "role" | "tabIndex" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | "slot" | "title" | "translate" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "placeholder" | "spellCheck" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "innerAs" | "placement" | "strategy" | "modifiers" | "usePortal" | "portalSelector" | "skidding" | "distance" | "offsetFn" | "arrowPadding"> & React.RefAttributes<HTMLDivElement>>;
14
+ export declare const MenuPopover: import("react").ForwardRefExoticComponent<Pick<MenuPopoverProps, "boxShadow" | "fontWeight" | "zIndex" | "alignContent" | "alignItems" | "alignSelf" | "backgroundColor" | "backgroundImage" | "backgroundPosition" | "backgroundRepeat" | "backgroundSize" | "borderBottomColor" | "borderBottomLeftRadius" | "borderBottomRightRadius" | "borderBottomStyle" | "borderBottomWidth" | "borderLeftColor" | "borderLeftStyle" | "borderLeftWidth" | "borderRightColor" | "borderRightStyle" | "borderRightWidth" | "borderTopColor" | "borderTopLeftRadius" | "borderTopRightRadius" | "borderTopStyle" | "borderTopWidth" | "bottom" | "color" | "display" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "fontFamily" | "fontSize" | "fontStyle" | "gridAutoColumns" | "gridAutoFlow" | "gridAutoRows" | "gridTemplateAreas" | "gridTemplateColumns" | "gridTemplateRows" | "height" | "justifyContent" | "justifyItems" | "justifySelf" | "left" | "letterSpacing" | "lineHeight" | "marginBottom" | "marginLeft" | "marginRight" | "marginTop" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "order" | "overflowX" | "overflowY" | "paddingBottom" | "paddingLeft" | "paddingRight" | "paddingTop" | "position" | "right" | "textAlign" | "textShadow" | "top" | "translate" | "verticalAlign" | "width" | "background" | "border" | "borderBottom" | "borderColor" | "borderLeft" | "borderRadius" | "borderRight" | "borderStyle" | "borderTop" | "borderWidth" | "flex" | "gridArea" | "gridColumn" | "gridRow" | "margin" | "overflow" | "padding" | "bg" | "m" | "mt" | "mr" | "mb" | "ml" | "mx" | "marginX" | "my" | "marginY" | "p" | "pt" | "pr" | "pb" | "pl" | "px" | "paddingX" | "py" | "paddingY" | "variant" | "size" | "hidden" | "as" | "sx" | "__css" | "tx" | "theme" | "borderX" | "borderY" | "gridGap" | "gridColumnGap" | "gridRowGap" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "id" | "lang" | "placeholder" | "slot" | "spellCheck" | "style" | "tabIndex" | "title" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | "placement" | "innerAs" | "strategy" | "modifiers" | "usePortal" | "portalSelector" | "skidding" | "distance" | "offsetFn" | "arrowPadding"> & import("react").RefAttributes<HTMLDivElement>>;
15
15
  export declare type MenuProps = MenuPropsCore;
16
16
  export { Menu } from '@basic-ui/core';
@@ -1,5 +1,9 @@
1
1
  import _extends from "@babel/runtime/helpers/extends";
2
- import _objectWithoutPropertiesLoose from "@babel/runtime/helpers/objectWithoutPropertiesLoose";
2
+ import _objectWithoutProperties from "@babel/runtime/helpers/objectWithoutProperties";
3
+ var _excluded = ["as", "__css"],
4
+ _excluded2 = ["as"],
5
+ _excluded3 = ["as"],
6
+ _excluded4 = ["as", "__css"];
3
7
  import { forwardRef } from 'react';
4
8
  import { MenuButton as MenuButtonCore, MenuList as _MenuListCore, MenuItem as MenuItemCore, MenuPopover as _MenuPopoverCore } from '@basic-ui/core';
5
9
  import { List } from '../List';
@@ -7,27 +11,30 @@ import { ListItem } from '../ListItem';
7
11
  import { Button } from '../Button';
8
12
  import { Box } from '../Box';
9
13
  import { growAnimation } from './animation';
14
+ import { EASING_STANDARD } from '../motion'; /////////////////////////////////////////////////////
15
+ // MenuList
16
+
10
17
  import { jsx as _jsx } from "react/jsx-runtime";
11
- const MenuListCore = _MenuListCore;
12
- export const MenuList = /*#__PURE__*/forwardRef((_ref, ref) => {
13
- let {
14
- as = 'ul',
15
- __css
16
- } = _ref,
17
- props = _objectWithoutPropertiesLoose(_ref, ["as", "__css"]);
18
+ var MenuListCore = _MenuListCore;
19
+ export var MenuList = /*#__PURE__*/forwardRef(function (_ref, ref) {
20
+ var _ref$as = _ref.as,
21
+ as = _ref$as === void 0 ? 'ul' : _ref$as,
22
+ __css = _ref.__css,
23
+ props = _objectWithoutProperties(_ref, _excluded);
18
24
 
19
25
  return /*#__PURE__*/_jsx(MenuListCore, _extends({
20
26
  as: List,
21
27
  innerAs: as,
22
28
  ref: ref,
23
29
  elevation: 2,
30
+ darkThemeBackgroundOverlay: 2,
24
31
  outlined: false,
25
32
  variant: "default",
26
33
  __css: _extends({
27
34
  minWidth: "7rem",
28
35
  maxWidth: "17.5rem",
29
36
  maxHeight: "18.75rem",
30
- borderRadius: 'default',
37
+ borderRadius: 'extra-small',
31
38
  overflowY: 'auto',
32
39
  '[data-popper-placement="top"] &': {
33
40
  transformOrigin: 'bottom center'
@@ -35,17 +42,16 @@ export const MenuList = /*#__PURE__*/forwardRef((_ref, ref) => {
35
42
  '[data-popper-placement="bottom"] &': {
36
43
  transformOrigin: 'top center'
37
44
  },
38
- animation: "".concat(growAnimation, " .12s cubic-bezier(0,0,0.2,1)")
45
+ animation: "".concat(growAnimation, " .12s ").concat(EASING_STANDARD)
39
46
  }, __css)
40
47
  }, props));
41
48
  }); /////////////////////////////////////////////////////
42
49
  // MenuItem
43
50
 
44
- export const MenuItem = /*#__PURE__*/forwardRef((_ref2, ref) => {
45
- let {
46
- as = 'li'
47
- } = _ref2,
48
- props = _objectWithoutPropertiesLoose(_ref2, ["as"]);
51
+ export var MenuItem = /*#__PURE__*/forwardRef(function (_ref2, ref) {
52
+ var _ref2$as = _ref2.as,
53
+ as = _ref2$as === void 0 ? 'li' : _ref2$as,
54
+ props = _objectWithoutProperties(_ref2, _excluded2);
49
55
 
50
56
  return /*#__PURE__*/_jsx(MenuItemCore, _extends({
51
57
  as: ListItem,
@@ -55,11 +61,10 @@ export const MenuItem = /*#__PURE__*/forwardRef((_ref2, ref) => {
55
61
  }); /////////////////////////////////////////////////////
56
62
  // MenuButton
57
63
 
58
- export const MenuButton = /*#__PURE__*/forwardRef((_ref3, ref) => {
59
- let {
60
- as = 'button'
61
- } = _ref3,
62
- props = _objectWithoutPropertiesLoose(_ref3, ["as"]);
64
+ export var MenuButton = /*#__PURE__*/forwardRef(function (_ref3, ref) {
65
+ var _ref3$as = _ref3.as,
66
+ as = _ref3$as === void 0 ? 'button' : _ref3$as,
67
+ props = _objectWithoutProperties(_ref3, _excluded3);
63
68
 
64
69
  return /*#__PURE__*/_jsx(MenuButtonCore, _extends({
65
70
  as: Button,
@@ -69,13 +74,11 @@ export const MenuButton = /*#__PURE__*/forwardRef((_ref3, ref) => {
69
74
  }); /////////////////////////////////////////////////////
70
75
  // MenuPopover
71
76
 
72
- const MenuPopoverCore = _MenuPopoverCore;
73
- export const MenuPopover = /*#__PURE__*/forwardRef((_ref4, ref) => {
74
- let {
75
- as,
76
- __css
77
- } = _ref4,
78
- props = _objectWithoutPropertiesLoose(_ref4, ["as", "__css"]);
77
+ var MenuPopoverCore = _MenuPopoverCore;
78
+ export var MenuPopover = /*#__PURE__*/forwardRef(function (_ref4, ref) {
79
+ var as = _ref4.as,
80
+ __css = _ref4.__css,
81
+ props = _objectWithoutProperties(_ref4, _excluded4);
79
82
 
80
83
  return /*#__PURE__*/_jsx(MenuPopoverCore, _extends({
81
84
  as: Box,
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../src/Menu/Menu.tsx"],"names":["forwardRef","MenuButton","MenuButtonCore","MenuList","_MenuListCore","MenuItem","MenuItemCore","MenuPopover","_MenuPopoverCore","List","ListItem","Button","Box","growAnimation","MenuListCore","ref","as","__css","props","minWidth","maxWidth","maxHeight","borderRadius","overflowY","transformOrigin","animation","MenuPopoverCore","zIndex","Menu"],"mappings":";;AAAA,SAASA,UAAT,QAA+B,OAA/B;AAEA,SACEC,UAAU,IAAIC,cADhB,EAGEC,QAAQ,IAAIC,aAHd,EAKEC,QAAQ,IAAIC,YALd,EAOEC,WAAW,IAAIC,gBAPjB,QAUO,gBAVP;AAWA,SAASC,IAAT,QAAqB,SAArB;AACA,SAASC,QAAT,QAAwC,aAAxC;AACA,SAASC,MAAT,QAAoC,WAApC;AACA,SAAmBC,GAAnB,QAA8B,QAA9B;AAEA,SAASC,aAAT,QAA8B,aAA9B;;AAUA,MAAMC,YAA+B,GAAGV,aAAxC;AAEA,OAAO,MAAMD,QAAQ,gBAAGH,UAAU,CAChC,OAAiCe,GAAjC;AAAA,MAAC;AAAEC,IAAAA,EAAE,GAAG,IAAP;AAAaC,IAAAA;AAAb,GAAD;AAAA,MAAwBC,KAAxB;;AAAA,sBACE,KAAC,YAAD;AACE,IAAA,EAAE,EAAET,IADN;AAEE,IAAA,OAAO,EAAEO,EAFX;AAGE,IAAA,GAAG,EAAED,GAHP;AAIE,IAAA,SAAS,EAAE,CAJb;AAKE,IAAA,QAAQ,EAAE,KALZ;AAME,IAAA,OAAO,EAAC,SANV;AAOE,IAAA,KAAK;AACHI,MAAAA,QAAQ,QADL;AAEHC,MAAAA,QAAQ,WAFL;AAGHC,MAAAA,SAAS,YAHN;AAIHC,MAAAA,YAAY,EAAE,SAJX;AAKHC,MAAAA,SAAS,EAAE,MALR;AAMH,yCAAmC;AACjCC,QAAAA,eAAe,EAAE;AADgB,OANhC;AASH,4CAAsC;AACpCA,QAAAA,eAAe,EAAE;AADmB,OATnC;AAYHC,MAAAA,SAAS,YAAKZ,aAAL;AAZN,OAaAI,KAbA;AAPP,KAsBMC,KAtBN,EADF;AAAA,CADgC,CAA3B,C,CA6BP;AACA;;AAIA,OAAO,MAAMb,QAAQ,gBAAGL,UAAU,CAChC,QAA0Be,GAA1B;AAAA,MAAC;AAAEC,IAAAA,EAAE,GAAG;AAAP,GAAD;AAAA,MAAiBE,KAAjB;;AAAA,sBACE,KAAC,YAAD;AAAc,IAAA,EAAE,EAAER,QAAlB;AAA4B,IAAA,OAAO,EAAEM,EAArC;AAAyC,IAAA,GAAG,EAAED;AAA9C,KAAuDG,KAAvD,EADF;AAAA,CADgC,CAA3B,C,CAMP;AACA;;AAIA,OAAO,MAAMjB,UAAU,gBAAGD,UAAU,CAClC,QAA8Be,GAA9B;AAAA,MAAC;AAAEC,IAAAA,EAAE,GAAG;AAAP,GAAD;AAAA,MAAqBE,KAArB;;AAAA,sBACE,KAAC,cAAD;AAAgB,IAAA,EAAE,EAAEP,MAApB;AAA4B,IAAA,OAAO,EAAEK,EAArC;AAAyC,IAAA,GAAG,EAAED;AAA9C,KAAuDG,KAAvD,EADF;AAAA,CADkC,CAA7B,C,CAMP;AACA;;AAIA,MAAMQ,eAAqC,GAAGlB,gBAA9C;AAEA,OAAO,MAAMD,WAAW,gBAAGP,UAAU,CACnC,QAA0Be,GAA1B;AAAA,MAAC;AAAEC,IAAAA,EAAF;AAAMC,IAAAA;AAAN,GAAD;AAAA,MAAiBC,KAAjB;;AAAA,sBACE,KAAC,eAAD;AACE,IAAA,EAAE,EAAEN,GADN;AAEE,IAAA,OAAO,EAAEI,EAFX;AAGE,IAAA,GAAG,EAAED,GAHP;AAIE,IAAA,KAAK;AAAIY,MAAAA,MAAM,EAAE;AAAZ,OAA0BV,KAA1B;AAJP,KAKMC,KALN,EADF;AAAA,CADmC,CAA9B;AAaP,SAASU,IAAT,QAAqB,gBAArB","sourcesContent":["import { forwardRef, FC } from 'react';\nimport type * as React from 'react';\nimport {\n MenuButton as MenuButtonCore,\n MenuButtonProps as MenuButtonPropsCore,\n MenuList as _MenuListCore,\n MenuListProps as MenuListPropsCore,\n MenuItem as MenuItemCore,\n MenuItemProps as MenuItemPropsCore,\n MenuPopover as _MenuPopoverCore,\n MenuPopoverProps as MenuPopoverPropsCore,\n MenuProps as MenuPropsCore,\n} from '@basic-ui/core';\nimport { List } from '../List';\nimport { ListItem, ListItemProps } from '../ListItem';\nimport { Button, ButtonProps } from '../Button';\nimport { BoxProps, Box } from '../Box';\nimport { rem } from 'polished';\nimport { growAnimation } from './animation';\nimport { PaperProps } from '../Paper';\n\n/////////////////////////////////////////////////////\n// MenuList\n\nexport type MenuListProps = MenuListPropsCore &\n PaperProps &\n BoxProps<HTMLUListElement, React.HTMLAttributes<HTMLUListElement>>;\n\nconst MenuListCore: FC<MenuListProps> = _MenuListCore as any;\n\nexport const MenuList = forwardRef<HTMLUListElement, MenuListProps>(\n ({ as = 'ul', __css, ...props }, ref) => (\n <MenuListCore\n as={List}\n innerAs={as}\n ref={ref as any}\n elevation={2}\n outlined={false}\n variant=\"default\"\n __css={{\n minWidth: rem(112),\n maxWidth: rem(280),\n maxHeight: rem(300),\n borderRadius: 'default',\n overflowY: 'auto',\n '[data-popper-placement=\"top\"] &': {\n transformOrigin: 'bottom center',\n },\n '[data-popper-placement=\"bottom\"] &': {\n transformOrigin: 'top center',\n },\n animation: `${growAnimation} .12s cubic-bezier(0,0,0.2,1)`,\n ...__css,\n }}\n {...props}\n />\n )\n);\n\n/////////////////////////////////////////////////////\n// MenuItem\n\nexport type MenuItemProps = MenuItemPropsCore & ListItemProps;\n\nexport const MenuItem = forwardRef<HTMLLIElement, MenuItemProps>(\n ({ as = 'li', ...props }, ref) => (\n <MenuItemCore as={ListItem} innerAs={as} ref={ref} {...props} />\n )\n);\n\n/////////////////////////////////////////////////////\n// MenuButton\n\nexport type MenuButtonProps = ButtonProps & MenuButtonPropsCore;\n\nexport const MenuButton = forwardRef<HTMLButtonElement, MenuButtonProps>(\n ({ as = 'button', ...props }, ref) => (\n <MenuButtonCore as={Button} innerAs={as} ref={ref} {...props} />\n )\n);\n\n/////////////////////////////////////////////////////\n// MenuPopover\n\nexport type MenuPopoverProps = BoxProps & MenuPopoverPropsCore;\n\nconst MenuPopoverCore: FC<MenuPopoverProps> = _MenuPopoverCore as any;\n\nexport const MenuPopover = forwardRef<HTMLDivElement, MenuPopoverProps>(\n ({ as, __css, ...props }, ref) => (\n <MenuPopoverCore\n as={Box}\n innerAs={as}\n ref={ref}\n __css={{ zIndex: 'tooltip', ...__css }}\n {...props}\n />\n )\n);\n\nexport type MenuProps = MenuPropsCore;\nexport { Menu } from '@basic-ui/core';\n"],"file":"Menu.js"}
1
+ {"version":3,"file":"Menu.js","names":["forwardRef","MenuButton","MenuButtonCore","MenuList","_MenuListCore","MenuItem","MenuItemCore","MenuPopover","_MenuPopoverCore","List","ListItem","Button","Box","growAnimation","EASING_STANDARD","MenuListCore","ref","as","__css","props","minWidth","maxWidth","maxHeight","borderRadius","overflowY","transformOrigin","animation","MenuPopoverCore","zIndex","Menu"],"sources":["../../../src/Menu/Menu.tsx"],"sourcesContent":["import type { FC, HTMLAttributes } from 'react';\nimport { forwardRef } from 'react';\nimport type {\n MenuButtonProps as MenuButtonPropsCore,\n MenuListProps as MenuListPropsCore,\n MenuItemProps as MenuItemPropsCore,\n MenuPopoverProps as MenuPopoverPropsCore,\n MenuProps as MenuPropsCore,\n} from '@basic-ui/core';\nimport {\n MenuButton as MenuButtonCore,\n MenuList as _MenuListCore,\n MenuItem as MenuItemCore,\n MenuPopover as _MenuPopoverCore,\n} from '@basic-ui/core';\nimport { rem } from 'polished';\n\nimport { List } from '../List';\nimport type { ListItemProps } from '../ListItem';\nimport { ListItem } from '../ListItem';\nimport type { ButtonProps } from '../Button';\nimport { Button } from '../Button';\nimport type { BoxProps } from '../Box';\nimport { Box } from '../Box';\nimport { growAnimation } from './animation';\nimport type { PaperProps } from '../Paper';\nimport { EASING_STANDARD } from '../motion';\n\n/////////////////////////////////////////////////////\n// MenuList\n\nexport type MenuListProps = MenuListPropsCore &\n PaperProps &\n BoxProps<HTMLUListElement, HTMLAttributes<HTMLUListElement>>;\n\nconst MenuListCore: FC<MenuListProps> = _MenuListCore as any;\n\nexport const MenuList = forwardRef<HTMLUListElement, MenuListProps>(\n ({ as = 'ul', __css, ...props }, ref) => (\n <MenuListCore\n as={List}\n innerAs={as}\n ref={ref as any}\n elevation={2}\n darkThemeBackgroundOverlay={2}\n outlined={false}\n variant=\"default\"\n __css={{\n minWidth: rem(112),\n maxWidth: rem(280),\n maxHeight: rem(300),\n borderRadius: 'extra-small',\n overflowY: 'auto',\n '[data-popper-placement=\"top\"] &': {\n transformOrigin: 'bottom center',\n },\n '[data-popper-placement=\"bottom\"] &': {\n transformOrigin: 'top center',\n },\n animation: `${growAnimation} .12s ${EASING_STANDARD}`,\n ...__css,\n }}\n {...props}\n />\n )\n);\n\n/////////////////////////////////////////////////////\n// MenuItem\n\nexport type MenuItemProps = MenuItemPropsCore & ListItemProps;\n\nexport const MenuItem = forwardRef<HTMLLIElement, MenuItemProps>(\n ({ as = 'li', ...props }, ref) => (\n <MenuItemCore as={ListItem} innerAs={as} ref={ref} {...props} />\n )\n);\n\n/////////////////////////////////////////////////////\n// MenuButton\n\nexport type MenuButtonProps = ButtonProps & MenuButtonPropsCore;\n\nexport const MenuButton = forwardRef<HTMLButtonElement, MenuButtonProps>(\n ({ as = 'button', ...props }, ref) => (\n <MenuButtonCore as={Button} innerAs={as} ref={ref} {...props} />\n )\n);\n\n/////////////////////////////////////////////////////\n// MenuPopover\n\nexport type MenuPopoverProps = BoxProps & MenuPopoverPropsCore;\n\nconst MenuPopoverCore: FC<MenuPopoverProps> = _MenuPopoverCore as any;\n\nexport const MenuPopover = forwardRef<HTMLDivElement, MenuPopoverProps>(\n ({ as, __css, ...props }, ref) => (\n <MenuPopoverCore\n as={Box}\n innerAs={as}\n ref={ref}\n __css={{ zIndex: 'tooltip', ...__css }}\n {...props}\n />\n )\n);\n\nexport type MenuProps = MenuPropsCore;\nexport { Menu } from '@basic-ui/core';\n"],"mappings":";;;;;;AACA,SAASA,UAAT,QAA2B,OAA3B;AAQA,SACEC,UAAU,IAAIC,cADhB,EAEEC,QAAQ,IAAIC,aAFd,EAGEC,QAAQ,IAAIC,YAHd,EAIEC,WAAW,IAAIC,gBAJjB,QAKO,gBALP;AAQA,SAASC,IAAT,QAAqB,SAArB;AAEA,SAASC,QAAT,QAAyB,aAAzB;AAEA,SAASC,MAAT,QAAuB,WAAvB;AAEA,SAASC,GAAT,QAAoB,QAApB;AACA,SAASC,aAAT,QAA8B,aAA9B;AAEA,SAASC,eAAT,QAAgC,WAAhC,C,CAEA;AACA;;;AAMA,IAAMC,YAA+B,GAAGX,aAAxC;AAEA,OAAO,IAAMD,QAAQ,gBAAGH,UAAU,CAChC,gBAAiCgB,GAAjC;EAAA,mBAAGC,EAAH;EAAA,IAAGA,EAAH,wBAAQ,IAAR;EAAA,IAAcC,KAAd,QAAcA,KAAd;EAAA,IAAwBC,KAAxB;;EAAA,oBACE,KAAC,YAAD;IACE,EAAE,EAAEV,IADN;IAEE,OAAO,EAAEQ,EAFX;IAGE,GAAG,EAAED,GAHP;IAIE,SAAS,EAAE,CAJb;IAKE,0BAA0B,EAAE,CAL9B;IAME,QAAQ,EAAE,KANZ;IAOE,OAAO,EAAC,SAPV;IAQE,KAAK;MACHI,QAAQ,QADL;MAEHC,QAAQ,WAFL;MAGHC,SAAS,YAHN;MAIHC,YAAY,EAAE,aAJX;MAKHC,SAAS,EAAE,MALR;MAMH,mCAAmC;QACjCC,eAAe,EAAE;MADgB,CANhC;MASH,sCAAsC;QACpCA,eAAe,EAAE;MADmB,CATnC;MAYHC,SAAS,YAAKb,aAAL,mBAA2BC,eAA3B;IAZN,GAaAI,KAbA;EARP,GAuBMC,KAvBN,EADF;AAAA,CADgC,CAA3B,C,CA8BP;AACA;;AAIA,OAAO,IAAMd,QAAQ,gBAAGL,UAAU,CAChC,iBAA0BgB,GAA1B;EAAA,qBAAGC,EAAH;EAAA,IAAGA,EAAH,yBAAQ,IAAR;EAAA,IAAiBE,KAAjB;;EAAA,oBACE,KAAC,YAAD;IAAc,EAAE,EAAET,QAAlB;IAA4B,OAAO,EAAEO,EAArC;IAAyC,GAAG,EAAED;EAA9C,GAAuDG,KAAvD,EADF;AAAA,CADgC,CAA3B,C,CAMP;AACA;;AAIA,OAAO,IAAMlB,UAAU,gBAAGD,UAAU,CAClC,iBAA8BgB,GAA9B;EAAA,qBAAGC,EAAH;EAAA,IAAGA,EAAH,yBAAQ,QAAR;EAAA,IAAqBE,KAArB;;EAAA,oBACE,KAAC,cAAD;IAAgB,EAAE,EAAER,MAApB;IAA4B,OAAO,EAAEM,EAArC;IAAyC,GAAG,EAAED;EAA9C,GAAuDG,KAAvD,EADF;AAAA,CADkC,CAA7B,C,CAMP;AACA;;AAIA,IAAMQ,eAAqC,GAAGnB,gBAA9C;AAEA,OAAO,IAAMD,WAAW,gBAAGP,UAAU,CACnC,iBAA0BgB,GAA1B;EAAA,IAAGC,EAAH,SAAGA,EAAH;EAAA,IAAOC,KAAP,SAAOA,KAAP;EAAA,IAAiBC,KAAjB;;EAAA,oBACE,KAAC,eAAD;IACE,EAAE,EAAEP,GADN;IAEE,OAAO,EAAEK,EAFX;IAGE,GAAG,EAAED,GAHP;IAIE,KAAK;MAAIY,MAAM,EAAE;IAAZ,GAA0BV,KAA1B;EAJP,GAKMC,KALN,EADF;AAAA,CADmC,CAA9B;AAaP,SAASU,IAAT,QAAqB,gBAArB"}
@@ -1,2 +1,2 @@
1
- import { Keyframes } from '@emotion/serialize';
1
+ import type { Keyframes } from '@emotion/serialize';
2
2
  export declare const growAnimation: Keyframes;
@@ -1,5 +1,5 @@
1
1
  import { keyframes } from '@emotion/react';
2
- export const growAnimation = keyframes({
2
+ export var growAnimation = keyframes({
3
3
  '0%': {
4
4
  opacity: 0,
5
5
  transform: "scale(0.8)"
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../src/Menu/animation.ts"],"names":["keyframes","growAnimation","opacity","transform"],"mappings":"AAAA,SAASA,SAAT,QAA0B,gBAA1B;AAGA,OAAO,MAAMC,aAAwB,GAAGD,SAAS,CAAC;AAChD,QAAM;AACJE,IAAAA,OAAO,EAAE,CADL;AAEJC,IAAAA,SAAS;AAFL,GAD0C;AAKhD,SAAO;AACLD,IAAAA,OAAO,EAAE;AADJ,GALyC;AAQhD,UAAQ;AACNA,IAAAA,OAAO,EAAE,CADH;AAENC,IAAAA,SAAS;AAFH;AARwC,CAAD,CAA1C","sourcesContent":["import { keyframes } from '@emotion/react';\nimport { Keyframes } from '@emotion/serialize';\n\nexport const growAnimation: Keyframes = keyframes({\n '0%': {\n opacity: 0,\n transform: `scale(0.8)`,\n },\n '30%': {\n opacity: 1,\n },\n '100%': {\n opacity: 1,\n transform: `scale(1)`,\n },\n});\n"],"file":"animation.js"}
1
+ {"version":3,"file":"animation.js","names":["keyframes","growAnimation","opacity","transform"],"sources":["../../../src/Menu/animation.ts"],"sourcesContent":["import { keyframes } from '@emotion/react';\nimport type { Keyframes } from '@emotion/serialize';\n\nexport const growAnimation: Keyframes = keyframes({\n '0%': {\n opacity: 0,\n transform: `scale(0.8)`,\n },\n '30%': {\n opacity: 1,\n },\n '100%': {\n opacity: 1,\n transform: `scale(1)`,\n },\n});\n"],"mappings":"AAAA,SAASA,SAAT,QAA0B,gBAA1B;AAGA,OAAO,IAAMC,aAAwB,GAAGD,SAAS,CAAC;EAChD,MAAM;IACJE,OAAO,EAAE,CADL;IAEJC,SAAS;EAFL,CAD0C;EAKhD,OAAO;IACLD,OAAO,EAAE;EADJ,CALyC;EAQhD,QAAQ;IACNA,OAAO,EAAE,CADH;IAENC,SAAS;EAFH;AARwC,CAAD,CAA1C"}
File without changes
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../src/Menu/index.ts"],"names":[],"mappings":"AAAA,cAAc,QAAd","sourcesContent":["export * from './Menu';\n"],"file":"index.js"}
1
+ {"version":3,"file":"index.js","names":[],"sources":["../../../src/Menu/index.ts"],"sourcesContent":["export * from './Menu';\n"],"mappings":"AAAA,cAAc,QAAd"}
@@ -0,0 +1,15 @@
1
+ import type { ElementType, ReactNode } from 'react';
2
+ import type { BoxProps } from '../Box';
3
+ import type { TextProps } from '../Text';
4
+ export interface NavRailItemProps extends Omit<BoxProps, 'color'> {
5
+ as?: ElementType<any>;
6
+ children?: ReactNode;
7
+ disabled?: boolean;
8
+ selected?: boolean;
9
+ color?: string;
10
+ }
11
+ export declare type NavRailIndicatorProps = BoxProps;
12
+ export declare const NavRailIndicator: import("react").ForwardRefExoticComponent<Pick<NavRailIndicatorProps, "translate" | "hidden" | keyof import("../Box").BaseProps | keyof import("styled-system").SpaceProps<Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>, string | number | symbol> | keyof import("styled-system").LayoutProps<Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | keyof import("styled-system").TypographyProps<Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | keyof import("styled-system").ColorProps<Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>, string | number | symbol> | keyof import("styled-system").FlexboxProps<Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | keyof import("styled-system").BorderProps<Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>, import("csstype").Property.Border<import("styled-system").TLengthStyledSystem>> | keyof import("styled-system").GridProps<Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | keyof import("styled-system").BackgroundProps<Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>, import("csstype").Property.Background<import("styled-system").TLengthStyledSystem>> | keyof import("styled-system").PositionProps<Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | keyof import("styled-system").ShadowProps<Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "id" | "lang" | "placeholder" | "slot" | "spellCheck" | "style" | "tabIndex" | "title" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key"> & import("react").RefAttributes<HTMLDivElement>>;
13
+ export declare type NavRailLabelProps = TextProps;
14
+ export declare const NavRailLabel: import("react").ForwardRefExoticComponent<Pick<TextProps, "boxShadow" | "fontWeight" | "zIndex" | "alignContent" | "alignItems" | "alignSelf" | "backgroundColor" | "backgroundImage" | "backgroundPosition" | "backgroundRepeat" | "backgroundSize" | "borderBottomColor" | "borderBottomLeftRadius" | "borderBottomRightRadius" | "borderBottomStyle" | "borderBottomWidth" | "borderLeftColor" | "borderLeftStyle" | "borderLeftWidth" | "borderRightColor" | "borderRightStyle" | "borderRightWidth" | "borderTopColor" | "borderTopLeftRadius" | "borderTopRightRadius" | "borderTopStyle" | "borderTopWidth" | "bottom" | "color" | "display" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "fontFamily" | "fontSize" | "fontStyle" | "gridAutoColumns" | "gridAutoFlow" | "gridAutoRows" | "gridTemplateAreas" | "gridTemplateColumns" | "gridTemplateRows" | "height" | "justifyContent" | "justifyItems" | "justifySelf" | "left" | "letterSpacing" | "lineHeight" | "marginBottom" | "marginLeft" | "marginRight" | "marginTop" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "order" | "overflowX" | "overflowY" | "paddingBottom" | "paddingLeft" | "paddingRight" | "paddingTop" | "position" | "right" | "textAlign" | "textShadow" | "top" | "translate" | "verticalAlign" | "width" | "background" | "border" | "borderBottom" | "borderColor" | "borderLeft" | "borderRadius" | "borderRight" | "borderStyle" | "borderTop" | "borderWidth" | "flex" | "gridArea" | "gridColumn" | "gridRow" | "margin" | "overflow" | "padding" | "bg" | "m" | "mt" | "mr" | "mb" | "ml" | "mx" | "marginX" | "my" | "marginY" | "p" | "pt" | "pr" | "pb" | "pl" | "px" | "paddingX" | "py" | "paddingY" | "variant" | "size" | "hidden" | "as" | "sx" | "__css" | "tx" | "theme" | "borderX" | "borderY" | "gridGap" | "gridColumnGap" | "gridRowGap" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "id" | "lang" | "placeholder" | "slot" | "spellCheck" | "style" | "tabIndex" | "title" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key"> & import("react").RefAttributes<HTMLDivElement>>;
15
+ export declare const NavRailItem: import("react").ForwardRefExoticComponent<Pick<NavRailItemProps, "boxShadow" | "fontWeight" | "zIndex" | "alignContent" | "alignItems" | "alignSelf" | "backgroundColor" | "backgroundImage" | "backgroundPosition" | "backgroundRepeat" | "backgroundSize" | "borderBottomColor" | "borderBottomLeftRadius" | "borderBottomRightRadius" | "borderBottomStyle" | "borderBottomWidth" | "borderLeftColor" | "borderLeftStyle" | "borderLeftWidth" | "borderRightColor" | "borderRightStyle" | "borderRightWidth" | "borderTopColor" | "borderTopLeftRadius" | "borderTopRightRadius" | "borderTopStyle" | "borderTopWidth" | "bottom" | "color" | "display" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "fontFamily" | "fontSize" | "fontStyle" | "gridAutoColumns" | "gridAutoFlow" | "gridAutoRows" | "gridTemplateAreas" | "gridTemplateColumns" | "gridTemplateRows" | "height" | "justifyContent" | "justifyItems" | "justifySelf" | "left" | "letterSpacing" | "lineHeight" | "marginBottom" | "marginLeft" | "marginRight" | "marginTop" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "order" | "overflowX" | "overflowY" | "paddingBottom" | "paddingLeft" | "paddingRight" | "paddingTop" | "position" | "right" | "textAlign" | "textShadow" | "top" | "translate" | "verticalAlign" | "width" | "background" | "border" | "borderBottom" | "borderColor" | "borderLeft" | "borderRadius" | "borderRight" | "borderStyle" | "borderTop" | "borderWidth" | "flex" | "gridArea" | "gridColumn" | "gridRow" | "margin" | "overflow" | "padding" | "bg" | "m" | "mt" | "mr" | "mb" | "ml" | "mx" | "marginX" | "my" | "marginY" | "p" | "pt" | "pr" | "pb" | "pl" | "px" | "paddingX" | "py" | "paddingY" | "variant" | "size" | "hidden" | "as" | "sx" | "__css" | "tx" | "theme" | "borderX" | "borderY" | "gridGap" | "gridColumnGap" | "gridRowGap" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "id" | "lang" | "placeholder" | "slot" | "spellCheck" | "style" | "tabIndex" | "title" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | "disabled" | "selected"> & import("react").RefAttributes<HTMLDivElement>>;