@mui/material 6.0.0-alpha.1 → 6.0.0-alpha.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (597) hide show
  1. package/AppBar/AppBar.js +0 -1
  2. package/Avatar/Avatar.js +1 -1
  3. package/CHANGELOG.md +114 -2
  4. package/CardMedia/CardMedia.js +0 -1
  5. package/CircularProgress/CircularProgress.js +66 -30
  6. package/Dialog/Dialog.js +10 -1
  7. package/Fab/Fab.js +83 -43
  8. package/LinearProgress/LinearProgress.js +180 -75
  9. package/PaginationItem/PaginationItem.js +137 -76
  10. package/Select/Select.d.ts +9 -6
  11. package/StepConnector/stepConnectorClasses.d.ts +6 -2
  12. package/StepLabel/StepLabel.d.ts +7 -0
  13. package/StepLabel/StepLabel.js +17 -6
  14. package/ToggleButton/ToggleButton.js +74 -45
  15. package/ToggleButtonGroup/ToggleButtonGroup.js +63 -51
  16. package/ToggleButtonGroup/toggleButtonGroupClasses.d.ts +8 -2
  17. package/ToggleButtonGroup/toggleButtonGroupClasses.js +1 -1
  18. package/Tooltip/Tooltip.js +1 -2
  19. package/Typography/Typography.js +3 -1
  20. package/index.js +1 -1
  21. package/locale/index.js +1 -1
  22. package/modern/AppBar/AppBar.js +0 -1
  23. package/modern/Avatar/Avatar.js +1 -1
  24. package/modern/CardMedia/CardMedia.js +0 -1
  25. package/modern/CircularProgress/CircularProgress.js +66 -30
  26. package/modern/Dialog/Dialog.js +10 -1
  27. package/modern/Fab/Fab.js +83 -43
  28. package/modern/LinearProgress/LinearProgress.js +180 -75
  29. package/modern/PaginationItem/PaginationItem.js +137 -76
  30. package/modern/StepLabel/StepLabel.js +17 -6
  31. package/modern/ToggleButton/ToggleButton.js +74 -45
  32. package/modern/ToggleButtonGroup/ToggleButtonGroup.js +63 -51
  33. package/modern/ToggleButtonGroup/toggleButtonGroupClasses.js +1 -1
  34. package/modern/Tooltip/Tooltip.js +1 -2
  35. package/modern/Typography/Typography.js +3 -1
  36. package/modern/index.js +1 -1
  37. package/modern/locale/index.js +1 -1
  38. package/modern/styles/createTransitions.js +1 -3
  39. package/modern/zero-styled/index.js +1 -1
  40. package/node/AppBar/AppBar.js +0 -1
  41. package/node/Avatar/Avatar.js +1 -1
  42. package/node/CardMedia/CardMedia.js +0 -1
  43. package/node/CircularProgress/CircularProgress.js +72 -36
  44. package/node/Dialog/Dialog.js +10 -1
  45. package/node/Fab/Fab.js +85 -45
  46. package/node/LinearProgress/LinearProgress.js +188 -83
  47. package/node/PaginationItem/PaginationItem.js +141 -80
  48. package/node/StepLabel/StepLabel.js +17 -6
  49. package/node/ToggleButton/ToggleButton.js +76 -47
  50. package/node/ToggleButtonGroup/ToggleButtonGroup.js +65 -53
  51. package/node/ToggleButtonGroup/toggleButtonGroupClasses.js +1 -1
  52. package/node/Tooltip/Tooltip.js +1 -2
  53. package/node/Typography/Typography.js +3 -1
  54. package/node/index.js +1 -1
  55. package/node/locale/index.js +1 -1
  56. package/node/styles/createTransitions.js +1 -3
  57. package/node/zero-styled/index.js +6 -0
  58. package/package.json +5 -5
  59. package/styles/createTransitions.js +1 -3
  60. package/umd/material-ui.development.js +973 -509
  61. package/umd/material-ui.production.min.js +4 -4
  62. package/zero-styled/index.d.ts +1 -1
  63. package/zero-styled/index.js +1 -1
  64. package/legacy/Accordion/Accordion.js +0 -306
  65. package/legacy/Accordion/AccordionContext.js +0 -13
  66. package/legacy/Accordion/accordionClasses.js +0 -7
  67. package/legacy/Accordion/index.js +0 -3
  68. package/legacy/AccordionActions/AccordionActions.js +0 -90
  69. package/legacy/AccordionActions/accordionActionsClasses.js +0 -7
  70. package/legacy/AccordionActions/index.js +0 -3
  71. package/legacy/AccordionDetails/AccordionDetails.js +0 -69
  72. package/legacy/AccordionDetails/accordionDetailsClasses.js +0 -7
  73. package/legacy/AccordionDetails/index.js +0 -3
  74. package/legacy/AccordionSummary/AccordionSummary.js +0 -198
  75. package/legacy/AccordionSummary/accordionSummaryClasses.js +0 -7
  76. package/legacy/AccordionSummary/index.js +0 -3
  77. package/legacy/Alert/Alert.js +0 -385
  78. package/legacy/Alert/alertClasses.js +0 -7
  79. package/legacy/Alert/index.js +0 -5
  80. package/legacy/AlertTitle/AlertTitle.js +0 -73
  81. package/legacy/AlertTitle/alertTitleClasses.js +0 -7
  82. package/legacy/AlertTitle/index.js +0 -5
  83. package/legacy/AppBar/AppBar.js +0 -235
  84. package/legacy/AppBar/appBarClasses.js +0 -7
  85. package/legacy/AppBar/index.js +0 -5
  86. package/legacy/Autocomplete/Autocomplete.js +0 -1127
  87. package/legacy/Autocomplete/autocompleteClasses.js +0 -7
  88. package/legacy/Autocomplete/index.js +0 -5
  89. package/legacy/Avatar/Avatar.js +0 -296
  90. package/legacy/Avatar/avatarClasses.js +0 -7
  91. package/legacy/Avatar/index.js +0 -5
  92. package/legacy/AvatarGroup/AvatarGroup.js +0 -205
  93. package/legacy/AvatarGroup/avatarGroupClasses.js +0 -7
  94. package/legacy/AvatarGroup/index.js +0 -5
  95. package/legacy/Backdrop/Backdrop.js +0 -211
  96. package/legacy/Backdrop/backdropClasses.js +0 -7
  97. package/legacy/Backdrop/index.js +0 -5
  98. package/legacy/Badge/Badge.js +0 -439
  99. package/legacy/Badge/badgeClasses.js +0 -9
  100. package/legacy/Badge/index.js +0 -5
  101. package/legacy/BottomNavigation/BottomNavigation.js +0 -124
  102. package/legacy/BottomNavigation/bottomNavigationClasses.js +0 -7
  103. package/legacy/BottomNavigation/index.js +0 -5
  104. package/legacy/BottomNavigationAction/BottomNavigationAction.js +0 -185
  105. package/legacy/BottomNavigationAction/bottomNavigationActionClasses.js +0 -7
  106. package/legacy/BottomNavigationAction/index.js +0 -5
  107. package/legacy/Box/Box.js +0 -35
  108. package/legacy/Box/boxClasses.js +0 -3
  109. package/legacy/Box/index.js +0 -5
  110. package/legacy/Breadcrumbs/BreadcrumbCollapsed.js +0 -88
  111. package/legacy/Breadcrumbs/Breadcrumbs.js +0 -253
  112. package/legacy/Breadcrumbs/breadcrumbsClasses.js +0 -7
  113. package/legacy/Breadcrumbs/index.js +0 -5
  114. package/legacy/Button/Button.js +0 -472
  115. package/legacy/Button/buttonClasses.js +0 -7
  116. package/legacy/Button/index.js +0 -5
  117. package/legacy/ButtonBase/ButtonBase.js +0 -487
  118. package/legacy/ButtonBase/Ripple.js +0 -89
  119. package/legacy/ButtonBase/TouchRipple.js +0 -267
  120. package/legacy/ButtonBase/buttonBaseClasses.js +0 -7
  121. package/legacy/ButtonBase/index.js +0 -7
  122. package/legacy/ButtonBase/touchRippleClasses.js +0 -7
  123. package/legacy/ButtonGroup/ButtonGroup.js +0 -371
  124. package/legacy/ButtonGroup/ButtonGroupButtonContext.js +0 -9
  125. package/legacy/ButtonGroup/ButtonGroupContext.js +0 -9
  126. package/legacy/ButtonGroup/buttonGroupClasses.js +0 -7
  127. package/legacy/ButtonGroup/index.js +0 -7
  128. package/legacy/Card/Card.js +0 -83
  129. package/legacy/Card/cardClasses.js +0 -7
  130. package/legacy/Card/index.js +0 -5
  131. package/legacy/CardActionArea/CardActionArea.js +0 -119
  132. package/legacy/CardActionArea/cardActionAreaClasses.js +0 -7
  133. package/legacy/CardActionArea/index.js +0 -5
  134. package/legacy/CardActions/CardActions.js +0 -89
  135. package/legacy/CardActions/cardActionsClasses.js +0 -7
  136. package/legacy/CardActions/index.js +0 -5
  137. package/legacy/CardContent/CardContent.js +0 -79
  138. package/legacy/CardContent/cardContentClasses.js +0 -7
  139. package/legacy/CardContent/index.js +0 -5
  140. package/legacy/CardHeader/CardHeader.js +0 -198
  141. package/legacy/CardHeader/cardHeaderClasses.js +0 -7
  142. package/legacy/CardHeader/index.js +0 -5
  143. package/legacy/CardMedia/CardMedia.js +0 -139
  144. package/legacy/CardMedia/cardMediaClasses.js +0 -7
  145. package/legacy/CardMedia/index.js +0 -5
  146. package/legacy/Checkbox/Checkbox.js +0 -212
  147. package/legacy/Checkbox/checkboxClasses.js +0 -7
  148. package/legacy/Checkbox/index.js +0 -5
  149. package/legacy/Chip/Chip.js +0 -547
  150. package/legacy/Chip/chipClasses.js +0 -7
  151. package/legacy/Chip/index.js +0 -5
  152. package/legacy/CircularProgress/CircularProgress.js +0 -224
  153. package/legacy/CircularProgress/circularProgressClasses.js +0 -7
  154. package/legacy/CircularProgress/index.js +0 -5
  155. package/legacy/ClickAwayListener/index.js +0 -1
  156. package/legacy/Collapse/Collapse.js +0 -383
  157. package/legacy/Collapse/collapseClasses.js +0 -7
  158. package/legacy/Collapse/index.js +0 -5
  159. package/legacy/Container/Container.js +0 -67
  160. package/legacy/Container/containerClasses.js +0 -7
  161. package/legacy/Container/index.js +0 -5
  162. package/legacy/CssBaseline/CssBaseline.js +0 -113
  163. package/legacy/CssBaseline/index.js +0 -3
  164. package/legacy/Dialog/Dialog.js +0 -392
  165. package/legacy/Dialog/DialogContext.js +0 -6
  166. package/legacy/Dialog/dialogClasses.js +0 -7
  167. package/legacy/Dialog/index.js +0 -5
  168. package/legacy/DialogActions/DialogActions.js +0 -88
  169. package/legacy/DialogActions/dialogActionsClasses.js +0 -7
  170. package/legacy/DialogActions/index.js +0 -5
  171. package/legacy/DialogContent/DialogContent.js +0 -93
  172. package/legacy/DialogContent/dialogContentClasses.js +0 -7
  173. package/legacy/DialogContent/index.js +0 -5
  174. package/legacy/DialogContentText/DialogContentText.js +0 -74
  175. package/legacy/DialogContentText/dialogContentTextClasses.js +0 -7
  176. package/legacy/DialogContentText/index.js +0 -5
  177. package/legacy/DialogTitle/DialogTitle.js +0 -80
  178. package/legacy/DialogTitle/dialogTitleClasses.js +0 -7
  179. package/legacy/DialogTitle/index.js +0 -5
  180. package/legacy/Divider/Divider.js +0 -316
  181. package/legacy/Divider/dividerClasses.js +0 -7
  182. package/legacy/Divider/index.js +0 -5
  183. package/legacy/Drawer/Drawer.js +0 -316
  184. package/legacy/Drawer/drawerClasses.js +0 -7
  185. package/legacy/Drawer/index.js +0 -5
  186. package/legacy/Fab/Fab.js +0 -229
  187. package/legacy/Fab/fabClasses.js +0 -7
  188. package/legacy/Fab/index.js +0 -5
  189. package/legacy/Fade/Fade.js +0 -206
  190. package/legacy/Fade/index.js +0 -3
  191. package/legacy/FilledInput/FilledInput.js +0 -425
  192. package/legacy/FilledInput/filledInputClasses.js +0 -9
  193. package/legacy/FilledInput/index.js +0 -5
  194. package/legacy/FormControl/FormControl.js +0 -315
  195. package/legacy/FormControl/FormControlContext.js +0 -9
  196. package/legacy/FormControl/formControlClasses.js +0 -7
  197. package/legacy/FormControl/formControlState.js +0 -14
  198. package/legacy/FormControl/index.js +0 -6
  199. package/legacy/FormControl/useFormControl.js +0 -7
  200. package/legacy/FormControlLabel/FormControlLabel.js +0 -258
  201. package/legacy/FormControlLabel/formControlLabelClasses.js +0 -7
  202. package/legacy/FormControlLabel/index.js +0 -5
  203. package/legacy/FormGroup/FormGroup.js +0 -103
  204. package/legacy/FormGroup/formGroupClasses.js +0 -7
  205. package/legacy/FormGroup/index.js +0 -5
  206. package/legacy/FormHelperText/FormHelperText.js +0 -167
  207. package/legacy/FormHelperText/formHelperTextClasses.js +0 -7
  208. package/legacy/FormHelperText/index.js +0 -5
  209. package/legacy/FormLabel/FormLabel.js +0 -166
  210. package/legacy/FormLabel/formLabelClasses.js +0 -7
  211. package/legacy/FormLabel/index.js +0 -6
  212. package/legacy/GlobalStyles/GlobalStyles.js +0 -26
  213. package/legacy/GlobalStyles/index.js +0 -1
  214. package/legacy/Grid/Grid.js +0 -561
  215. package/legacy/Grid/GridContext.js +0 -12
  216. package/legacy/Grid/gridClasses.js +0 -28
  217. package/legacy/Grid/index.js +0 -5
  218. package/legacy/Grow/Grow.js +0 -253
  219. package/legacy/Grow/index.js +0 -3
  220. package/legacy/Hidden/Hidden.js +0 -147
  221. package/legacy/Hidden/HiddenCss.js +0 -168
  222. package/legacy/Hidden/HiddenJs.js +0 -123
  223. package/legacy/Hidden/hiddenCssClasses.js +0 -7
  224. package/legacy/Hidden/index.js +0 -3
  225. package/legacy/Hidden/withWidth.js +0 -110
  226. package/legacy/Icon/Icon.js +0 -144
  227. package/legacy/Icon/iconClasses.js +0 -7
  228. package/legacy/Icon/index.js +0 -5
  229. package/legacy/IconButton/IconButton.js +0 -204
  230. package/legacy/IconButton/iconButtonClasses.js +0 -7
  231. package/legacy/IconButton/index.js +0 -5
  232. package/legacy/ImageList/ImageList.js +0 -155
  233. package/legacy/ImageList/ImageListContext.js +0 -13
  234. package/legacy/ImageList/imageListClasses.js +0 -7
  235. package/legacy/ImageList/index.js +0 -5
  236. package/legacy/ImageListItem/ImageListItem.js +0 -168
  237. package/legacy/ImageListItem/imageListItemClasses.js +0 -7
  238. package/legacy/ImageListItem/index.js +0 -5
  239. package/legacy/ImageListItemBar/ImageListItemBar.js +0 -211
  240. package/legacy/ImageListItemBar/imageListItemBarClasses.js +0 -7
  241. package/legacy/ImageListItemBar/index.js +0 -5
  242. package/legacy/Input/Input.js +0 -339
  243. package/legacy/Input/index.js +0 -5
  244. package/legacy/Input/inputClasses.js +0 -9
  245. package/legacy/InputAdornment/InputAdornment.js +0 -167
  246. package/legacy/InputAdornment/index.js +0 -5
  247. package/legacy/InputAdornment/inputAdornmentClasses.js +0 -7
  248. package/legacy/InputBase/InputBase.js +0 -713
  249. package/legacy/InputBase/index.js +0 -5
  250. package/legacy/InputBase/inputBaseClasses.js +0 -7
  251. package/legacy/InputBase/utils.js +0 -31
  252. package/legacy/InputLabel/InputLabel.js +0 -214
  253. package/legacy/InputLabel/index.js +0 -5
  254. package/legacy/InputLabel/inputLabelClasses.js +0 -7
  255. package/legacy/LinearProgress/LinearProgress.js +0 -285
  256. package/legacy/LinearProgress/index.js +0 -5
  257. package/legacy/LinearProgress/linearProgressClasses.js +0 -7
  258. package/legacy/Link/Link.js +0 -209
  259. package/legacy/Link/getTextDecoration.js +0 -24
  260. package/legacy/Link/index.js +0 -5
  261. package/legacy/Link/linkClasses.js +0 -7
  262. package/legacy/List/List.js +0 -126
  263. package/legacy/List/ListContext.js +0 -12
  264. package/legacy/List/index.js +0 -5
  265. package/legacy/List/listClasses.js +0 -7
  266. package/legacy/ListItem/ListItem.js +0 -425
  267. package/legacy/ListItem/index.js +0 -5
  268. package/legacy/ListItem/listItemClasses.js +0 -7
  269. package/legacy/ListItemAvatar/ListItemAvatar.js +0 -82
  270. package/legacy/ListItemAvatar/index.js +0 -5
  271. package/legacy/ListItemAvatar/listItemAvatarClasses.js +0 -7
  272. package/legacy/ListItemButton/ListItemButton.js +0 -242
  273. package/legacy/ListItemButton/index.js +0 -5
  274. package/legacy/ListItemButton/listItemButtonClasses.js +0 -7
  275. package/legacy/ListItemIcon/ListItemIcon.js +0 -86
  276. package/legacy/ListItemIcon/index.js +0 -5
  277. package/legacy/ListItemIcon/listItemIconClasses.js +0 -7
  278. package/legacy/ListItemSecondaryAction/ListItemSecondaryAction.js +0 -85
  279. package/legacy/ListItemSecondaryAction/index.js +0 -5
  280. package/legacy/ListItemSecondaryAction/listItemSecondaryActionClasses.js +0 -7
  281. package/legacy/ListItemText/ListItemText.js +0 -160
  282. package/legacy/ListItemText/index.js +0 -5
  283. package/legacy/ListItemText/listItemTextClasses.js +0 -7
  284. package/legacy/ListSubheader/ListSubheader.js +0 -139
  285. package/legacy/ListSubheader/index.js +0 -5
  286. package/legacy/ListSubheader/listSubheaderClasses.js +0 -7
  287. package/legacy/Menu/Menu.js +0 -317
  288. package/legacy/Menu/index.js +0 -5
  289. package/legacy/Menu/menuClasses.js +0 -7
  290. package/legacy/MenuItem/MenuItem.js +0 -251
  291. package/legacy/MenuItem/index.js +0 -5
  292. package/legacy/MenuItem/menuItemClasses.js +0 -7
  293. package/legacy/MenuList/MenuList.js +0 -285
  294. package/legacy/MenuList/index.js +0 -3
  295. package/legacy/MobileStepper/MobileStepper.js +0 -254
  296. package/legacy/MobileStepper/index.js +0 -5
  297. package/legacy/MobileStepper/mobileStepperClasses.js +0 -7
  298. package/legacy/Modal/Modal.js +0 -398
  299. package/legacy/Modal/index.js +0 -6
  300. package/legacy/Modal/modalClasses.js +0 -7
  301. package/legacy/NativeSelect/NativeSelect.js +0 -128
  302. package/legacy/NativeSelect/NativeSelectInput.js +0 -203
  303. package/legacy/NativeSelect/index.js +0 -5
  304. package/legacy/NativeSelect/nativeSelectClasses.js +0 -7
  305. package/legacy/NoSsr/index.js +0 -1
  306. package/legacy/OutlinedInput/NotchedOutline.js +0 -135
  307. package/legacy/OutlinedInput/OutlinedInput.js +0 -347
  308. package/legacy/OutlinedInput/index.js +0 -5
  309. package/legacy/OutlinedInput/outlinedInputClasses.js +0 -9
  310. package/legacy/Pagination/Pagination.js +0 -256
  311. package/legacy/Pagination/index.js +0 -5
  312. package/legacy/Pagination/paginationClasses.js +0 -7
  313. package/legacy/PaginationItem/PaginationItem.js +0 -356
  314. package/legacy/PaginationItem/index.js +0 -5
  315. package/legacy/PaginationItem/paginationItemClasses.js +0 -7
  316. package/legacy/Paper/Paper.js +0 -141
  317. package/legacy/Paper/index.js +0 -5
  318. package/legacy/Paper/paperClasses.js +0 -7
  319. package/legacy/Popover/Popover.js +0 -548
  320. package/legacy/Popover/index.js +0 -6
  321. package/legacy/Popover/popoverClasses.js +0 -7
  322. package/legacy/Popper/Popper.js +0 -207
  323. package/legacy/Popper/index.js +0 -3
  324. package/legacy/Portal/index.js +0 -1
  325. package/legacy/Radio/Radio.js +0 -212
  326. package/legacy/Radio/RadioButtonIcon.js +0 -81
  327. package/legacy/Radio/index.js +0 -5
  328. package/legacy/Radio/radioClasses.js +0 -7
  329. package/legacy/RadioGroup/RadioGroup.js +0 -118
  330. package/legacy/RadioGroup/RadioGroupContext.js +0 -9
  331. package/legacy/RadioGroup/index.js +0 -6
  332. package/legacy/RadioGroup/radioGroupClasses.js +0 -7
  333. package/legacy/RadioGroup/useRadioGroup.js +0 -7
  334. package/legacy/Rating/Rating.js +0 -657
  335. package/legacy/Rating/index.js +0 -3
  336. package/legacy/Rating/ratingClasses.js +0 -7
  337. package/legacy/ScopedCssBaseline/ScopedCssBaseline.js +0 -106
  338. package/legacy/ScopedCssBaseline/index.js +0 -5
  339. package/legacy/ScopedCssBaseline/scopedCssBaselineClasses.js +0 -7
  340. package/legacy/Select/Select.js +0 -290
  341. package/legacy/Select/SelectInput.js +0 -667
  342. package/legacy/Select/index.js +0 -5
  343. package/legacy/Select/selectClasses.js +0 -7
  344. package/legacy/Skeleton/Skeleton.js +0 -166
  345. package/legacy/Skeleton/index.js +0 -5
  346. package/legacy/Skeleton/skeletonClasses.js +0 -7
  347. package/legacy/Slide/Slide.js +0 -333
  348. package/legacy/Slide/index.js +0 -3
  349. package/legacy/Slider/Slider.js +0 -1063
  350. package/legacy/Slider/SliderValueLabel.js +0 -49
  351. package/legacy/Slider/SliderValueLabel.types.js +0 -1
  352. package/legacy/Slider/index.js +0 -6
  353. package/legacy/Slider/sliderClasses.js +0 -7
  354. package/legacy/Snackbar/Snackbar.js +0 -312
  355. package/legacy/Snackbar/index.js +0 -5
  356. package/legacy/Snackbar/snackbarClasses.js +0 -7
  357. package/legacy/SnackbarContent/SnackbarContent.js +0 -134
  358. package/legacy/SnackbarContent/index.js +0 -5
  359. package/legacy/SnackbarContent/snackbarContentClasses.js +0 -7
  360. package/legacy/SpeedDial/SpeedDial.js +0 -491
  361. package/legacy/SpeedDial/index.js +0 -5
  362. package/legacy/SpeedDial/speedDialClasses.js +0 -7
  363. package/legacy/SpeedDialAction/SpeedDialAction.js +0 -247
  364. package/legacy/SpeedDialAction/index.js +0 -5
  365. package/legacy/SpeedDialAction/speedDialActionClasses.js +0 -7
  366. package/legacy/SpeedDialIcon/SpeedDialIcon.js +0 -120
  367. package/legacy/SpeedDialIcon/index.js +0 -5
  368. package/legacy/SpeedDialIcon/speedDialIconClasses.js +0 -7
  369. package/legacy/Stack/Stack.js +0 -66
  370. package/legacy/Stack/index.js +0 -4
  371. package/legacy/Stack/stackClasses.js +0 -7
  372. package/legacy/Step/Step.js +0 -179
  373. package/legacy/Step/StepContext.js +0 -17
  374. package/legacy/Step/index.js +0 -7
  375. package/legacy/Step/stepClasses.js +0 -7
  376. package/legacy/StepButton/StepButton.js +0 -122
  377. package/legacy/StepButton/index.js +0 -5
  378. package/legacy/StepButton/stepButtonClasses.js +0 -7
  379. package/legacy/StepConnector/StepConnector.js +0 -142
  380. package/legacy/StepConnector/index.js +0 -5
  381. package/legacy/StepConnector/stepConnectorClasses.js +0 -7
  382. package/legacy/StepContent/StepContent.js +0 -152
  383. package/legacy/StepContent/index.js +0 -5
  384. package/legacy/StepContent/stepContentClasses.js +0 -7
  385. package/legacy/StepIcon/StepIcon.js +0 -162
  386. package/legacy/StepIcon/index.js +0 -5
  387. package/legacy/StepIcon/stepIconClasses.js +0 -7
  388. package/legacy/StepLabel/StepLabel.js +0 -258
  389. package/legacy/StepLabel/index.js +0 -5
  390. package/legacy/StepLabel/stepLabelClasses.js +0 -7
  391. package/legacy/Stepper/Stepper.js +0 -167
  392. package/legacy/Stepper/StepperContext.js +0 -17
  393. package/legacy/Stepper/index.js +0 -7
  394. package/legacy/Stepper/stepperClasses.js +0 -7
  395. package/legacy/StyledEngineProvider/index.js +0 -1
  396. package/legacy/SvgIcon/SvgIcon.js +0 -183
  397. package/legacy/SvgIcon/index.js +0 -5
  398. package/legacy/SvgIcon/svgIconClasses.js +0 -7
  399. package/legacy/SwipeableDrawer/SwipeArea.js +0 -81
  400. package/legacy/SwipeableDrawer/SwipeableDrawer.js +0 -621
  401. package/legacy/SwipeableDrawer/index.js +0 -3
  402. package/legacy/Switch/Switch.js +0 -337
  403. package/legacy/Switch/index.js +0 -5
  404. package/legacy/Switch/switchClasses.js +0 -7
  405. package/legacy/Tab/Tab.js +0 -249
  406. package/legacy/Tab/index.js +0 -5
  407. package/legacy/Tab/tabClasses.js +0 -7
  408. package/legacy/TabScrollButton/TabScrollButton.js +0 -153
  409. package/legacy/TabScrollButton/index.js +0 -5
  410. package/legacy/TabScrollButton/tabScrollButtonClasses.js +0 -7
  411. package/legacy/Table/Table.js +0 -130
  412. package/legacy/Table/TableContext.js +0 -12
  413. package/legacy/Table/Tablelvl2Context.js +0 -10
  414. package/legacy/Table/index.js +0 -5
  415. package/legacy/Table/tableClasses.js +0 -7
  416. package/legacy/TableBody/TableBody.js +0 -85
  417. package/legacy/TableBody/index.js +0 -5
  418. package/legacy/TableBody/tableBodyClasses.js +0 -7
  419. package/legacy/TableCell/TableCell.js +0 -208
  420. package/legacy/TableCell/index.js +0 -5
  421. package/legacy/TableCell/tableCellClasses.js +0 -7
  422. package/legacy/TableContainer/TableContainer.js +0 -77
  423. package/legacy/TableContainer/index.js +0 -5
  424. package/legacy/TableContainer/tableContainerClasses.js +0 -7
  425. package/legacy/TableFooter/TableFooter.js +0 -85
  426. package/legacy/TableFooter/index.js +0 -5
  427. package/legacy/TableFooter/tableFooterClasses.js +0 -7
  428. package/legacy/TableHead/TableHead.js +0 -85
  429. package/legacy/TableHead/index.js +0 -5
  430. package/legacy/TableHead/tableHeadClasses.js +0 -7
  431. package/legacy/TablePagination/TablePagination.js +0 -461
  432. package/legacy/TablePagination/TablePaginationActions.js +0 -182
  433. package/legacy/TablePagination/index.js +0 -5
  434. package/legacy/TablePagination/tablePaginationClasses.js +0 -7
  435. package/legacy/TableRow/TableRow.js +0 -123
  436. package/legacy/TableRow/index.js +0 -5
  437. package/legacy/TableRow/tableRowClasses.js +0 -7
  438. package/legacy/TableSortLabel/TableSortLabel.js +0 -165
  439. package/legacy/TableSortLabel/index.js +0 -5
  440. package/legacy/TableSortLabel/tableSortLabelClasses.js +0 -7
  441. package/legacy/Tabs/ScrollbarSize.js +0 -57
  442. package/legacy/Tabs/Tabs.js +0 -849
  443. package/legacy/Tabs/index.js +0 -5
  444. package/legacy/Tabs/tabsClasses.js +0 -7
  445. package/legacy/TextField/TextField.js +0 -381
  446. package/legacy/TextField/index.js +0 -5
  447. package/legacy/TextField/textFieldClasses.js +0 -7
  448. package/legacy/TextareaAutosize/index.js +0 -1
  449. package/legacy/ToggleButton/ToggleButton.js +0 -230
  450. package/legacy/ToggleButton/index.js +0 -5
  451. package/legacy/ToggleButton/toggleButtonClasses.js +0 -7
  452. package/legacy/ToggleButtonGroup/ToggleButtonGroup.js +0 -247
  453. package/legacy/ToggleButtonGroup/ToggleButtonGroupButtonContext.js +0 -9
  454. package/legacy/ToggleButtonGroup/ToggleButtonGroupContext.js +0 -9
  455. package/legacy/ToggleButtonGroup/index.js +0 -5
  456. package/legacy/ToggleButtonGroup/isValueSelected.js +0 -11
  457. package/legacy/ToggleButtonGroup/toggleButtonGroupClasses.js +0 -7
  458. package/legacy/Toolbar/Toolbar.js +0 -115
  459. package/legacy/Toolbar/index.js +0 -3
  460. package/legacy/Toolbar/toolbarClasses.js +0 -7
  461. package/legacy/Tooltip/Tooltip.js +0 -788
  462. package/legacy/Tooltip/index.js +0 -5
  463. package/legacy/Tooltip/tooltipClasses.js +0 -7
  464. package/legacy/Typography/Typography.js +0 -198
  465. package/legacy/Typography/index.js +0 -5
  466. package/legacy/Typography/typographyClasses.js +0 -7
  467. package/legacy/Unstable_Grid2/Grid2.js +0 -36
  468. package/legacy/Unstable_Grid2/Grid2Props.js +0 -1
  469. package/legacy/Unstable_Grid2/grid2Classes.js +0 -28
  470. package/legacy/Unstable_Grid2/index.js +0 -6
  471. package/legacy/Unstable_TrapFocus/index.js +0 -1
  472. package/legacy/Zoom/Zoom.js +0 -206
  473. package/legacy/Zoom/index.js +0 -3
  474. package/legacy/className/index.js +0 -2
  475. package/legacy/colors/amber.js +0 -17
  476. package/legacy/colors/blue.js +0 -17
  477. package/legacy/colors/blueGrey.js +0 -17
  478. package/legacy/colors/brown.js +0 -17
  479. package/legacy/colors/common.js +0 -5
  480. package/legacy/colors/cyan.js +0 -17
  481. package/legacy/colors/deepOrange.js +0 -17
  482. package/legacy/colors/deepPurple.js +0 -17
  483. package/legacy/colors/green.js +0 -17
  484. package/legacy/colors/grey.js +0 -17
  485. package/legacy/colors/index.js +0 -20
  486. package/legacy/colors/indigo.js +0 -17
  487. package/legacy/colors/lightBlue.js +0 -17
  488. package/legacy/colors/lightGreen.js +0 -17
  489. package/legacy/colors/lime.js +0 -17
  490. package/legacy/colors/orange.js +0 -17
  491. package/legacy/colors/pink.js +0 -17
  492. package/legacy/colors/purple.js +0 -17
  493. package/legacy/colors/red.js +0 -17
  494. package/legacy/colors/teal.js +0 -17
  495. package/legacy/colors/yellow.js +0 -17
  496. package/legacy/darkScrollbar/index.js +0 -33
  497. package/legacy/generateUtilityClass/index.js +0 -1
  498. package/legacy/generateUtilityClasses/index.js +0 -1
  499. package/legacy/index.js +0 -288
  500. package/legacy/internal/SwitchBase.js +0 -275
  501. package/legacy/internal/animate.js +0 -41
  502. package/legacy/internal/svg-icons/Add.js +0 -12
  503. package/legacy/internal/svg-icons/ArrowDownward.js +0 -12
  504. package/legacy/internal/svg-icons/ArrowDropDown.js +0 -12
  505. package/legacy/internal/svg-icons/Cancel.js +0 -12
  506. package/legacy/internal/svg-icons/CheckBox.js +0 -12
  507. package/legacy/internal/svg-icons/CheckBoxOutlineBlank.js +0 -12
  508. package/legacy/internal/svg-icons/CheckCircle.js +0 -12
  509. package/legacy/internal/svg-icons/Close.js +0 -14
  510. package/legacy/internal/svg-icons/ErrorOutline.js +0 -12
  511. package/legacy/internal/svg-icons/FirstPage.js +0 -12
  512. package/legacy/internal/svg-icons/IndeterminateCheckBox.js +0 -12
  513. package/legacy/internal/svg-icons/InfoOutlined.js +0 -12
  514. package/legacy/internal/svg-icons/KeyboardArrowLeft.js +0 -12
  515. package/legacy/internal/svg-icons/KeyboardArrowRight.js +0 -12
  516. package/legacy/internal/svg-icons/LastPage.js +0 -12
  517. package/legacy/internal/svg-icons/MoreHoriz.js +0 -12
  518. package/legacy/internal/svg-icons/NavigateBefore.js +0 -12
  519. package/legacy/internal/svg-icons/NavigateNext.js +0 -12
  520. package/legacy/internal/svg-icons/Person.js +0 -12
  521. package/legacy/internal/svg-icons/RadioButtonChecked.js +0 -12
  522. package/legacy/internal/svg-icons/RadioButtonUnchecked.js +0 -12
  523. package/legacy/internal/svg-icons/ReportProblemOutlined.js +0 -12
  524. package/legacy/internal/svg-icons/Star.js +0 -12
  525. package/legacy/internal/svg-icons/StarBorder.js +0 -12
  526. package/legacy/internal/svg-icons/SuccessOutlined.js +0 -12
  527. package/legacy/internal/svg-icons/Warning.js +0 -12
  528. package/legacy/internal/switchBaseClasses.js +0 -7
  529. package/legacy/locale/index.js +0 -4389
  530. package/legacy/styles/CssVarsProvider.js +0 -39
  531. package/legacy/styles/ThemeProvider.js +0 -28
  532. package/legacy/styles/adaptV4Theme.js +0 -81
  533. package/legacy/styles/createGetSelector.js +0 -21
  534. package/legacy/styles/createMixins.js +0 -15
  535. package/legacy/styles/createMuiStrictModeTheme.js +0 -10
  536. package/legacy/styles/createPalette.js +0 -299
  537. package/legacy/styles/createStyles.js +0 -10
  538. package/legacy/styles/createTheme.js +0 -97
  539. package/legacy/styles/createTransitions.js +0 -97
  540. package/legacy/styles/createTypography.js +0 -93
  541. package/legacy/styles/cssUtils.js +0 -122
  542. package/legacy/styles/defaultTheme.js +0 -5
  543. package/legacy/styles/excludeVariablesFromRoot.js +0 -10
  544. package/legacy/styles/experimental_extendTheme.js +0 -377
  545. package/legacy/styles/getOverlayAlpha.js +0 -11
  546. package/legacy/styles/identifier.js +0 -1
  547. package/legacy/styles/index.js +0 -37
  548. package/legacy/styles/makeStyles.js +0 -4
  549. package/legacy/styles/responsiveFontSizes.js +0 -63
  550. package/legacy/styles/rootShouldForwardProp.js +0 -5
  551. package/legacy/styles/shadows.js +0 -10
  552. package/legacy/styles/shouldSkipGeneratingVar.js +0 -6
  553. package/legacy/styles/slotShouldForwardProp.js +0 -5
  554. package/legacy/styles/styled.js +0 -14
  555. package/legacy/styles/useTheme.js +0 -14
  556. package/legacy/styles/useThemeProps.js +0 -15
  557. package/legacy/styles/withStyles.js +0 -4
  558. package/legacy/styles/withTheme.js +0 -4
  559. package/legacy/styles/zIndex.js +0 -13
  560. package/legacy/transitions/index.js +0 -1
  561. package/legacy/transitions/transition.js +0 -1
  562. package/legacy/transitions/utils.js +0 -16
  563. package/legacy/types/OverridableComponentAugmentation.js +0 -1
  564. package/legacy/useAutocomplete/index.js +0 -3
  565. package/legacy/useAutocomplete/useAutocomplete.js +0 -4
  566. package/legacy/useMediaQuery/index.js +0 -1
  567. package/legacy/useMediaQuery/useMediaQueryTheme.js +0 -8
  568. package/legacy/usePagination/index.js +0 -3
  569. package/legacy/usePagination/usePagination.js +0 -122
  570. package/legacy/useScrollTrigger/index.js +0 -3
  571. package/legacy/useScrollTrigger/useScrollTrigger.js +0 -57
  572. package/legacy/useTouchRipple/index.js +0 -3
  573. package/legacy/useTouchRipple/useTouchRipple.js +0 -102
  574. package/legacy/utils/capitalize.js +0 -2
  575. package/legacy/utils/createChainedFunction.js +0 -2
  576. package/legacy/utils/createSvgIcon.js +0 -27
  577. package/legacy/utils/debounce.js +0 -2
  578. package/legacy/utils/deprecatedPropType.js +0 -2
  579. package/legacy/utils/getScrollbarSize.js +0 -2
  580. package/legacy/utils/index.js +0 -30
  581. package/legacy/utils/isMuiElement.js +0 -2
  582. package/legacy/utils/ownerDocument.js +0 -2
  583. package/legacy/utils/ownerWindow.js +0 -2
  584. package/legacy/utils/requirePropFactory.js +0 -2
  585. package/legacy/utils/scrollLeft.js +0 -1
  586. package/legacy/utils/setRef.js +0 -2
  587. package/legacy/utils/shouldSpreadAdditionalProps.js +0 -5
  588. package/legacy/utils/types.js +0 -1
  589. package/legacy/utils/unsupportedProp.js +0 -2
  590. package/legacy/utils/useControlled.js +0 -4
  591. package/legacy/utils/useEnhancedEffect.js +0 -4
  592. package/legacy/utils/useEventCallback.js +0 -4
  593. package/legacy/utils/useForkRef.js +0 -4
  594. package/legacy/utils/useId.js +0 -4
  595. package/legacy/utils/useIsFocusVisible.js +0 -4
  596. package/legacy/utils/useSlot.js +0 -71
  597. package/legacy/zero-styled/index.js +0 -8
@@ -1,1063 +0,0 @@
1
- 'use client';
2
-
3
- import _objectWithoutProperties from "@babel/runtime/helpers/esm/objectWithoutProperties";
4
- import _extends from "@babel/runtime/helpers/esm/extends";
5
- import _toConsumableArray from "@babel/runtime/helpers/esm/toConsumableArray";
6
- import _defineProperty from "@babel/runtime/helpers/esm/defineProperty";
7
- import * as React from 'react';
8
- import PropTypes from 'prop-types';
9
- import clsx from 'clsx';
10
- import chainPropTypes from '@mui/utils/chainPropTypes';
11
- import { isHostComponent, useSlotProps } from '@mui/base/utils';
12
- import composeClasses from '@mui/utils/composeClasses';
13
- import { useSlider, valueToPercent } from '@mui/base/useSlider';
14
- import { alpha, lighten, darken } from '@mui/system/colorManipulator';
15
- import { useRtl } from '@mui/system/RtlProvider';
16
- import { styled, createUseThemeProps } from '../zero-styled';
17
- import slotShouldForwardProp from '../styles/slotShouldForwardProp';
18
- import shouldSpreadAdditionalProps from '../utils/shouldSpreadAdditionalProps';
19
- import capitalize from '../utils/capitalize';
20
- import BaseSliderValueLabel from './SliderValueLabel';
21
- import sliderClasses, { getSliderUtilityClass } from './sliderClasses';
22
- import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
23
- var useThemeProps = createUseThemeProps('MuiSlider');
24
- function Identity(x) {
25
- return x;
26
- }
27
- export var SliderRoot = styled('span', {
28
- name: 'MuiSlider',
29
- slot: 'Root',
30
- overridesResolver: function overridesResolver(props, styles) {
31
- var ownerState = props.ownerState;
32
- return [styles.root, styles["color".concat(capitalize(ownerState.color))], ownerState.size !== 'medium' && styles["size".concat(capitalize(ownerState.size))], ownerState.marked && styles.marked, ownerState.orientation === 'vertical' && styles.vertical, ownerState.track === 'inverted' && styles.trackInverted, ownerState.track === false && styles.trackFalse];
33
- }
34
- })(function (_ref) {
35
- var _theme$vars;
36
- var theme = _ref.theme;
37
- return _defineProperty(_defineProperty(_defineProperty({
38
- borderRadius: 12,
39
- boxSizing: 'content-box',
40
- display: 'inline-block',
41
- position: 'relative',
42
- cursor: 'pointer',
43
- touchAction: 'none',
44
- WebkitTapHighlightColor: 'transparent',
45
- '@media print': {
46
- colorAdjust: 'exact'
47
- }
48
- }, "&.".concat(sliderClasses.disabled), {
49
- pointerEvents: 'none',
50
- cursor: 'default',
51
- color: (theme.vars || theme).palette.grey[400]
52
- }), "&.".concat(sliderClasses.dragging), _defineProperty({}, "& .".concat(sliderClasses.thumb, ", & .").concat(sliderClasses.track), {
53
- transition: 'none'
54
- })), "variants", [].concat(_toConsumableArray(Object.keys(((_theme$vars = theme.vars) != null ? _theme$vars : theme).palette).filter(function (key) {
55
- var _theme$vars2;
56
- return ((_theme$vars2 = theme.vars) != null ? _theme$vars2 : theme).palette[key].main;
57
- }).map(function (color) {
58
- return {
59
- props: {
60
- color: color
61
- },
62
- style: {
63
- color: (theme.vars || theme).palette[color].main
64
- }
65
- };
66
- })), [{
67
- props: {
68
- orientation: 'horizontal'
69
- },
70
- style: {
71
- height: 4,
72
- width: '100%',
73
- padding: '13px 0',
74
- // The primary input mechanism of the device includes a pointing device of limited accuracy.
75
- '@media (pointer: coarse)': {
76
- // Reach 42px touch target, about ~8mm on screen.
77
- padding: '20px 0'
78
- }
79
- }
80
- }, {
81
- props: {
82
- orientation: 'horizontal',
83
- size: 'small'
84
- },
85
- style: {
86
- height: 2
87
- }
88
- }, {
89
- props: {
90
- orientation: 'horizontal',
91
- marked: true
92
- },
93
- style: {
94
- marginBottom: 20
95
- }
96
- }, {
97
- props: {
98
- orientation: 'vertical'
99
- },
100
- style: {
101
- height: '100%',
102
- width: 4,
103
- padding: '0 13px',
104
- // The primary input mechanism of the device includes a pointing device of limited accuracy.
105
- '@media (pointer: coarse)': {
106
- // Reach 42px touch target, about ~8mm on screen.
107
- padding: '0 20px'
108
- }
109
- }
110
- }, {
111
- props: {
112
- orientation: 'vertical',
113
- size: 'small'
114
- },
115
- style: {
116
- width: 2
117
- }
118
- }, {
119
- props: {
120
- orientation: 'vertical',
121
- marked: true
122
- },
123
- style: {
124
- marginRight: 44
125
- }
126
- }]));
127
- });
128
- export var SliderRail = styled('span', {
129
- name: 'MuiSlider',
130
- slot: 'Rail',
131
- overridesResolver: function overridesResolver(props, styles) {
132
- return styles.rail;
133
- }
134
- })({
135
- display: 'block',
136
- position: 'absolute',
137
- borderRadius: 'inherit',
138
- backgroundColor: 'currentColor',
139
- opacity: 0.38,
140
- variants: [{
141
- props: {
142
- orientation: 'horizontal'
143
- },
144
- style: {
145
- width: '100%',
146
- height: 'inherit',
147
- top: '50%',
148
- transform: 'translateY(-50%)'
149
- }
150
- }, {
151
- props: {
152
- orientation: 'vertical'
153
- },
154
- style: {
155
- height: '100%',
156
- width: 'inherit',
157
- left: '50%',
158
- transform: 'translateX(-50%)'
159
- }
160
- }, {
161
- props: {
162
- track: 'inverted'
163
- },
164
- style: {
165
- opacity: 1
166
- }
167
- }]
168
- });
169
- export var SliderTrack = styled('span', {
170
- name: 'MuiSlider',
171
- slot: 'Track',
172
- overridesResolver: function overridesResolver(props, styles) {
173
- return styles.track;
174
- }
175
- })(function (_ref3) {
176
- var _theme$vars3;
177
- var theme = _ref3.theme;
178
- return {
179
- display: 'block',
180
- position: 'absolute',
181
- borderRadius: 'inherit',
182
- border: '1px solid currentColor',
183
- backgroundColor: 'currentColor',
184
- transition: theme.transitions.create(['left', 'width', 'bottom', 'height'], {
185
- duration: theme.transitions.duration.shortest
186
- }),
187
- variants: [{
188
- props: {
189
- size: 'small'
190
- },
191
- style: {
192
- border: 'none'
193
- }
194
- }, {
195
- props: {
196
- orientation: 'horizontal'
197
- },
198
- style: {
199
- height: 'inherit',
200
- top: '50%',
201
- transform: 'translateY(-50%)'
202
- }
203
- }, {
204
- props: {
205
- orientation: 'vertical'
206
- },
207
- style: {
208
- width: 'inherit',
209
- left: '50%',
210
- transform: 'translateX(-50%)'
211
- }
212
- }, {
213
- props: {
214
- track: false
215
- },
216
- style: {
217
- display: 'none'
218
- }
219
- }].concat(_toConsumableArray(Object.keys(((_theme$vars3 = theme.vars) != null ? _theme$vars3 : theme).palette).filter(function (key) {
220
- var _theme$vars4;
221
- return ((_theme$vars4 = theme.vars) != null ? _theme$vars4 : theme).palette[key].main;
222
- }).map(function (color) {
223
- return {
224
- props: {
225
- color: color,
226
- track: 'inverted'
227
- },
228
- style: _extends({}, theme.vars ? {
229
- backgroundColor: theme.vars.palette.Slider["".concat(color, "Track")],
230
- borderColor: theme.vars.palette.Slider["".concat(color, "Track")]
231
- } : _extends({
232
- backgroundColor: lighten(theme.palette[color].main, 0.62),
233
- borderColor: lighten(theme.palette[color].main, 0.62)
234
- }, theme.applyStyles('dark', {
235
- backgroundColor: darken(theme.palette[color].main, 0.5)
236
- }), theme.applyStyles('dark', {
237
- borderColor: darken(theme.palette[color].main, 0.5)
238
- })))
239
- };
240
- })))
241
- };
242
- });
243
- export var SliderThumb = styled('span', {
244
- name: 'MuiSlider',
245
- slot: 'Thumb',
246
- overridesResolver: function overridesResolver(props, styles) {
247
- var ownerState = props.ownerState;
248
- return [styles.thumb, styles["thumbColor".concat(capitalize(ownerState.color))], ownerState.size !== 'medium' && styles["thumbSize".concat(capitalize(ownerState.size))]];
249
- }
250
- })(function (_ref4) {
251
- var _theme$vars5;
252
- var theme = _ref4.theme;
253
- return _defineProperty(_defineProperty({
254
- position: 'absolute',
255
- width: 20,
256
- height: 20,
257
- boxSizing: 'border-box',
258
- borderRadius: '50%',
259
- outline: 0,
260
- backgroundColor: 'currentColor',
261
- display: 'flex',
262
- alignItems: 'center',
263
- justifyContent: 'center',
264
- transition: theme.transitions.create(['box-shadow', 'left', 'bottom'], {
265
- duration: theme.transitions.duration.shortest
266
- }),
267
- '&::before': {
268
- position: 'absolute',
269
- content: '""',
270
- borderRadius: 'inherit',
271
- width: '100%',
272
- height: '100%',
273
- boxShadow: (theme.vars || theme).shadows[2]
274
- },
275
- '&::after': {
276
- position: 'absolute',
277
- content: '""',
278
- borderRadius: '50%',
279
- // 42px is the hit target
280
- width: 42,
281
- height: 42,
282
- top: '50%',
283
- left: '50%',
284
- transform: 'translate(-50%, -50%)'
285
- }
286
- }, "&.".concat(sliderClasses.disabled), {
287
- '&:hover': {
288
- boxShadow: 'none'
289
- }
290
- }), "variants", [{
291
- props: {
292
- size: 'small'
293
- },
294
- style: {
295
- width: 12,
296
- height: 12,
297
- '&::before': {
298
- boxShadow: 'none'
299
- }
300
- }
301
- }, {
302
- props: {
303
- orientation: 'horizontal'
304
- },
305
- style: {
306
- top: '50%',
307
- transform: 'translate(-50%, -50%)'
308
- }
309
- }, {
310
- props: {
311
- orientation: 'vertical'
312
- },
313
- style: {
314
- left: '50%',
315
- transform: 'translate(-50%, 50%)'
316
- }
317
- }].concat(_toConsumableArray(Object.keys(((_theme$vars5 = theme.vars) != null ? _theme$vars5 : theme).palette).filter(function (key) {
318
- var _theme$vars6;
319
- return ((_theme$vars6 = theme.vars) != null ? _theme$vars6 : theme).palette[key].main;
320
- }).map(function (color) {
321
- return {
322
- props: {
323
- color: color
324
- },
325
- style: _defineProperty(_defineProperty({}, "&:hover, &.".concat(sliderClasses.focusVisible), _extends({}, theme.vars ? {
326
- boxShadow: "0px 0px 0px 8px rgba(".concat(theme.vars.palette[color].mainChannel, " / 0.16)")
327
- } : {
328
- boxShadow: "0px 0px 0px 8px ".concat(alpha(theme.palette[color].main, 0.16))
329
- }, {
330
- '@media (hover: none)': {
331
- boxShadow: 'none'
332
- }
333
- })), "&.".concat(sliderClasses.active), _extends({}, theme.vars ? {
334
- boxShadow: "0px 0px 0px 14px rgba(".concat(theme.vars.palette[color].mainChannel, " / 0.16)}")
335
- } : {
336
- boxShadow: "0px 0px 0px 14px ".concat(alpha(theme.palette[color].main, 0.16))
337
- }))
338
- };
339
- }))));
340
- });
341
- export var SliderValueLabel = styled(BaseSliderValueLabel, {
342
- name: 'MuiSlider',
343
- slot: 'ValueLabel',
344
- overridesResolver: function overridesResolver(props, styles) {
345
- return styles.valueLabel;
346
- }
347
- })(function (_ref6) {
348
- var theme = _ref6.theme;
349
- return _extends({
350
- zIndex: 1,
351
- whiteSpace: 'nowrap'
352
- }, theme.typography.body2, {
353
- fontWeight: 500,
354
- transition: theme.transitions.create(['transform'], {
355
- duration: theme.transitions.duration.shortest
356
- }),
357
- position: 'absolute',
358
- backgroundColor: (theme.vars || theme).palette.grey[600],
359
- borderRadius: 2,
360
- color: (theme.vars || theme).palette.common.white,
361
- display: 'flex',
362
- alignItems: 'center',
363
- justifyContent: 'center',
364
- padding: '0.25rem 0.75rem',
365
- variants: [{
366
- props: {
367
- orientation: 'horizontal'
368
- },
369
- style: _defineProperty({
370
- transform: 'translateY(-100%) scale(0)',
371
- top: '-10px',
372
- transformOrigin: 'bottom center',
373
- '&::before': {
374
- position: 'absolute',
375
- content: '""',
376
- width: 8,
377
- height: 8,
378
- transform: 'translate(-50%, 50%) rotate(45deg)',
379
- backgroundColor: 'inherit',
380
- bottom: 0,
381
- left: '50%'
382
- }
383
- }, "&.".concat(sliderClasses.valueLabelOpen), {
384
- transform: 'translateY(-100%) scale(1)'
385
- })
386
- }, {
387
- props: {
388
- orientation: 'vertical'
389
- },
390
- style: _defineProperty({
391
- transform: 'translateY(-50%) scale(0)',
392
- right: '30px',
393
- top: '50%',
394
- transformOrigin: 'right center',
395
- '&::before': {
396
- position: 'absolute',
397
- content: '""',
398
- width: 8,
399
- height: 8,
400
- transform: 'translate(-50%, -50%) rotate(45deg)',
401
- backgroundColor: 'inherit',
402
- right: -8,
403
- top: '50%'
404
- }
405
- }, "&.".concat(sliderClasses.valueLabelOpen), {
406
- transform: 'translateY(-50%) scale(1)'
407
- })
408
- }, {
409
- props: {
410
- size: 'small'
411
- },
412
- style: {
413
- fontSize: theme.typography.pxToRem(12),
414
- padding: '0.25rem 0.5rem'
415
- }
416
- }, {
417
- props: {
418
- orientation: 'vertical',
419
- size: 'small'
420
- },
421
- style: {
422
- right: '20px'
423
- }
424
- }]
425
- });
426
- });
427
- export var SliderMark = styled('span', {
428
- name: 'MuiSlider',
429
- slot: 'Mark',
430
- shouldForwardProp: function shouldForwardProp(prop) {
431
- return slotShouldForwardProp(prop) && prop !== 'markActive';
432
- },
433
- overridesResolver: function overridesResolver(props, styles) {
434
- var markActive = props.markActive;
435
- return [styles.mark, markActive && styles.markActive];
436
- }
437
- })(function (_ref7) {
438
- var theme = _ref7.theme;
439
- return {
440
- position: 'absolute',
441
- width: 2,
442
- height: 2,
443
- borderRadius: 1,
444
- backgroundColor: 'currentColor',
445
- variants: [{
446
- props: {
447
- orientation: 'horizontal'
448
- },
449
- style: {
450
- top: '50%',
451
- transform: 'translate(-1px, -50%)'
452
- }
453
- }, {
454
- props: {
455
- orientation: 'vertical'
456
- },
457
- style: {
458
- left: '50%',
459
- transform: 'translate(-50%, 1px)'
460
- }
461
- }, {
462
- props: {
463
- markActive: true
464
- },
465
- style: {
466
- backgroundColor: (theme.vars || theme).palette.background.paper,
467
- opacity: 0.8
468
- }
469
- }]
470
- };
471
- });
472
- export var SliderMarkLabel = styled('span', {
473
- name: 'MuiSlider',
474
- slot: 'MarkLabel',
475
- shouldForwardProp: function shouldForwardProp(prop) {
476
- return slotShouldForwardProp(prop) && prop !== 'markLabelActive';
477
- },
478
- overridesResolver: function overridesResolver(props, styles) {
479
- return styles.markLabel;
480
- }
481
- })(function (_ref8) {
482
- var theme = _ref8.theme;
483
- return _extends({}, theme.typography.body2, {
484
- color: (theme.vars || theme).palette.text.secondary,
485
- position: 'absolute',
486
- whiteSpace: 'nowrap',
487
- variants: [{
488
- props: {
489
- orientation: 'horizontal'
490
- },
491
- style: {
492
- top: 30,
493
- transform: 'translateX(-50%)',
494
- '@media (pointer: coarse)': {
495
- top: 40
496
- }
497
- }
498
- }, {
499
- props: {
500
- orientation: 'vertical'
501
- },
502
- style: {
503
- left: 36,
504
- transform: 'translateY(50%)',
505
- '@media (pointer: coarse)': {
506
- left: 44
507
- }
508
- }
509
- }, {
510
- props: {
511
- markLabelActive: true
512
- },
513
- style: {
514
- color: (theme.vars || theme).palette.text.primary
515
- }
516
- }]
517
- });
518
- });
519
- var useUtilityClasses = function useUtilityClasses(ownerState) {
520
- var disabled = ownerState.disabled,
521
- dragging = ownerState.dragging,
522
- marked = ownerState.marked,
523
- orientation = ownerState.orientation,
524
- track = ownerState.track,
525
- classes = ownerState.classes,
526
- color = ownerState.color,
527
- size = ownerState.size;
528
- var slots = {
529
- root: ['root', disabled && 'disabled', dragging && 'dragging', marked && 'marked', orientation === 'vertical' && 'vertical', track === 'inverted' && 'trackInverted', track === false && 'trackFalse', color && "color".concat(capitalize(color)), size && "size".concat(capitalize(size))],
530
- rail: ['rail'],
531
- track: ['track'],
532
- mark: ['mark'],
533
- markActive: ['markActive'],
534
- markLabel: ['markLabel'],
535
- markLabelActive: ['markLabelActive'],
536
- valueLabel: ['valueLabel'],
537
- thumb: ['thumb', disabled && 'disabled', size && "thumbSize".concat(capitalize(size)), color && "thumbColor".concat(capitalize(color))],
538
- active: ['active'],
539
- disabled: ['disabled'],
540
- focusVisible: ['focusVisible']
541
- };
542
- return composeClasses(slots, getSliderUtilityClass, classes);
543
- };
544
- var Forward = function Forward(_ref9) {
545
- var children = _ref9.children;
546
- return children;
547
- };
548
- var Slider = /*#__PURE__*/React.forwardRef(function Slider(inputProps, ref) {
549
- var _ref10, _slots$root, _ref11, _slots$rail, _ref12, _slots$track, _ref13, _slots$thumb, _ref14, _slots$valueLabel, _ref15, _slots$mark, _ref16, _slots$markLabel, _ref17, _slots$input, _slotProps$root, _slotProps$rail, _slotProps$track, _slotProps$thumb, _slotProps$valueLabel, _slotProps$mark, _slotProps$markLabel, _slotProps$input;
550
- var props = useThemeProps({
551
- props: inputProps,
552
- name: 'MuiSlider'
553
- });
554
- var isRtl = useRtl();
555
- var ariaLabel = props['aria-label'],
556
- ariaValuetext = props['aria-valuetext'],
557
- ariaLabelledby = props['aria-labelledby'],
558
- _props$component = props.component,
559
- component = _props$component === void 0 ? 'span' : _props$component,
560
- _props$components = props.components,
561
- components = _props$components === void 0 ? {} : _props$components,
562
- _props$componentsProp = props.componentsProps,
563
- componentsProps = _props$componentsProp === void 0 ? {} : _props$componentsProp,
564
- _props$color = props.color,
565
- color = _props$color === void 0 ? 'primary' : _props$color,
566
- classesProp = props.classes,
567
- className = props.className,
568
- _props$disableSwap = props.disableSwap,
569
- disableSwap = _props$disableSwap === void 0 ? false : _props$disableSwap,
570
- _props$disabled = props.disabled,
571
- disabled = _props$disabled === void 0 ? false : _props$disabled,
572
- getAriaLabel = props.getAriaLabel,
573
- getAriaValueText = props.getAriaValueText,
574
- _props$marks = props.marks,
575
- marksProp = _props$marks === void 0 ? false : _props$marks,
576
- _props$max = props.max,
577
- max = _props$max === void 0 ? 100 : _props$max,
578
- _props$min = props.min,
579
- min = _props$min === void 0 ? 0 : _props$min,
580
- name = props.name,
581
- onChange = props.onChange,
582
- onChangeCommitted = props.onChangeCommitted,
583
- _props$orientation = props.orientation,
584
- orientation = _props$orientation === void 0 ? 'horizontal' : _props$orientation,
585
- _props$shiftStep = props.shiftStep,
586
- shiftStep = _props$shiftStep === void 0 ? 10 : _props$shiftStep,
587
- _props$size = props.size,
588
- size = _props$size === void 0 ? 'medium' : _props$size,
589
- _props$step = props.step,
590
- step = _props$step === void 0 ? 1 : _props$step,
591
- _props$scale = props.scale,
592
- scale = _props$scale === void 0 ? Identity : _props$scale,
593
- slotProps = props.slotProps,
594
- slots = props.slots,
595
- tabIndex = props.tabIndex,
596
- _props$track = props.track,
597
- track = _props$track === void 0 ? 'normal' : _props$track,
598
- valueProp = props.value,
599
- _props$valueLabelDisp = props.valueLabelDisplay,
600
- valueLabelDisplay = _props$valueLabelDisp === void 0 ? 'off' : _props$valueLabelDisp,
601
- _props$valueLabelForm = props.valueLabelFormat,
602
- valueLabelFormat = _props$valueLabelForm === void 0 ? Identity : _props$valueLabelForm,
603
- other = _objectWithoutProperties(props, ["aria-label", "aria-valuetext", "aria-labelledby", "component", "components", "componentsProps", "color", "classes", "className", "disableSwap", "disabled", "getAriaLabel", "getAriaValueText", "marks", "max", "min", "name", "onChange", "onChangeCommitted", "orientation", "shiftStep", "size", "step", "scale", "slotProps", "slots", "tabIndex", "track", "value", "valueLabelDisplay", "valueLabelFormat"]);
604
- var ownerState = _extends({}, props, {
605
- isRtl: isRtl,
606
- max: max,
607
- min: min,
608
- classes: classesProp,
609
- disabled: disabled,
610
- disableSwap: disableSwap,
611
- orientation: orientation,
612
- marks: marksProp,
613
- color: color,
614
- size: size,
615
- step: step,
616
- shiftStep: shiftStep,
617
- scale: scale,
618
- track: track,
619
- valueLabelDisplay: valueLabelDisplay,
620
- valueLabelFormat: valueLabelFormat
621
- });
622
- var _useSlider = useSlider(_extends({}, ownerState, {
623
- rootRef: ref
624
- })),
625
- axisProps = _useSlider.axisProps,
626
- getRootProps = _useSlider.getRootProps,
627
- getHiddenInputProps = _useSlider.getHiddenInputProps,
628
- getThumbProps = _useSlider.getThumbProps,
629
- open = _useSlider.open,
630
- active = _useSlider.active,
631
- axis = _useSlider.axis,
632
- focusedThumbIndex = _useSlider.focusedThumbIndex,
633
- range = _useSlider.range,
634
- dragging = _useSlider.dragging,
635
- marks = _useSlider.marks,
636
- values = _useSlider.values,
637
- trackOffset = _useSlider.trackOffset,
638
- trackLeap = _useSlider.trackLeap,
639
- getThumbStyle = _useSlider.getThumbStyle;
640
- ownerState.marked = marks.length > 0 && marks.some(function (mark) {
641
- return mark.label;
642
- });
643
- ownerState.dragging = dragging;
644
- ownerState.focusedThumbIndex = focusedThumbIndex;
645
- var classes = useUtilityClasses(ownerState);
646
-
647
- // support both `slots` and `components` for backward compatibility
648
- var RootSlot = (_ref10 = (_slots$root = slots == null ? void 0 : slots.root) != null ? _slots$root : components.Root) != null ? _ref10 : SliderRoot;
649
- var RailSlot = (_ref11 = (_slots$rail = slots == null ? void 0 : slots.rail) != null ? _slots$rail : components.Rail) != null ? _ref11 : SliderRail;
650
- var TrackSlot = (_ref12 = (_slots$track = slots == null ? void 0 : slots.track) != null ? _slots$track : components.Track) != null ? _ref12 : SliderTrack;
651
- var ThumbSlot = (_ref13 = (_slots$thumb = slots == null ? void 0 : slots.thumb) != null ? _slots$thumb : components.Thumb) != null ? _ref13 : SliderThumb;
652
- var ValueLabelSlot = (_ref14 = (_slots$valueLabel = slots == null ? void 0 : slots.valueLabel) != null ? _slots$valueLabel : components.ValueLabel) != null ? _ref14 : SliderValueLabel;
653
- var MarkSlot = (_ref15 = (_slots$mark = slots == null ? void 0 : slots.mark) != null ? _slots$mark : components.Mark) != null ? _ref15 : SliderMark;
654
- var MarkLabelSlot = (_ref16 = (_slots$markLabel = slots == null ? void 0 : slots.markLabel) != null ? _slots$markLabel : components.MarkLabel) != null ? _ref16 : SliderMarkLabel;
655
- var InputSlot = (_ref17 = (_slots$input = slots == null ? void 0 : slots.input) != null ? _slots$input : components.Input) != null ? _ref17 : 'input';
656
- var rootSlotProps = (_slotProps$root = slotProps == null ? void 0 : slotProps.root) != null ? _slotProps$root : componentsProps.root;
657
- var railSlotProps = (_slotProps$rail = slotProps == null ? void 0 : slotProps.rail) != null ? _slotProps$rail : componentsProps.rail;
658
- var trackSlotProps = (_slotProps$track = slotProps == null ? void 0 : slotProps.track) != null ? _slotProps$track : componentsProps.track;
659
- var thumbSlotProps = (_slotProps$thumb = slotProps == null ? void 0 : slotProps.thumb) != null ? _slotProps$thumb : componentsProps.thumb;
660
- var valueLabelSlotProps = (_slotProps$valueLabel = slotProps == null ? void 0 : slotProps.valueLabel) != null ? _slotProps$valueLabel : componentsProps.valueLabel;
661
- var markSlotProps = (_slotProps$mark = slotProps == null ? void 0 : slotProps.mark) != null ? _slotProps$mark : componentsProps.mark;
662
- var markLabelSlotProps = (_slotProps$markLabel = slotProps == null ? void 0 : slotProps.markLabel) != null ? _slotProps$markLabel : componentsProps.markLabel;
663
- var inputSlotProps = (_slotProps$input = slotProps == null ? void 0 : slotProps.input) != null ? _slotProps$input : componentsProps.input;
664
- var rootProps = useSlotProps({
665
- elementType: RootSlot,
666
- getSlotProps: getRootProps,
667
- externalSlotProps: rootSlotProps,
668
- externalForwardedProps: other,
669
- additionalProps: _extends({}, shouldSpreadAdditionalProps(RootSlot) && {
670
- as: component
671
- }),
672
- ownerState: _extends({}, ownerState, rootSlotProps == null ? void 0 : rootSlotProps.ownerState),
673
- className: [classes.root, className]
674
- });
675
- var railProps = useSlotProps({
676
- elementType: RailSlot,
677
- externalSlotProps: railSlotProps,
678
- ownerState: ownerState,
679
- className: classes.rail
680
- });
681
- var trackProps = useSlotProps({
682
- elementType: TrackSlot,
683
- externalSlotProps: trackSlotProps,
684
- additionalProps: {
685
- style: _extends({}, axisProps[axis].offset(trackOffset), axisProps[axis].leap(trackLeap))
686
- },
687
- ownerState: _extends({}, ownerState, trackSlotProps == null ? void 0 : trackSlotProps.ownerState),
688
- className: classes.track
689
- });
690
- var thumbProps = useSlotProps({
691
- elementType: ThumbSlot,
692
- getSlotProps: getThumbProps,
693
- externalSlotProps: thumbSlotProps,
694
- ownerState: _extends({}, ownerState, thumbSlotProps == null ? void 0 : thumbSlotProps.ownerState),
695
- className: classes.thumb
696
- });
697
- var valueLabelProps = useSlotProps({
698
- elementType: ValueLabelSlot,
699
- externalSlotProps: valueLabelSlotProps,
700
- ownerState: _extends({}, ownerState, valueLabelSlotProps == null ? void 0 : valueLabelSlotProps.ownerState),
701
- className: classes.valueLabel
702
- });
703
- var markProps = useSlotProps({
704
- elementType: MarkSlot,
705
- externalSlotProps: markSlotProps,
706
- ownerState: ownerState,
707
- className: classes.mark
708
- });
709
- var markLabelProps = useSlotProps({
710
- elementType: MarkLabelSlot,
711
- externalSlotProps: markLabelSlotProps,
712
- ownerState: ownerState,
713
- className: classes.markLabel
714
- });
715
- var inputSliderProps = useSlotProps({
716
- elementType: InputSlot,
717
- getSlotProps: getHiddenInputProps,
718
- externalSlotProps: inputSlotProps,
719
- ownerState: ownerState
720
- });
721
- return /*#__PURE__*/_jsxs(RootSlot, _extends({}, rootProps, {
722
- children: [/*#__PURE__*/_jsx(RailSlot, _extends({}, railProps)), /*#__PURE__*/_jsx(TrackSlot, _extends({}, trackProps)), marks.filter(function (mark) {
723
- return mark.value >= min && mark.value <= max;
724
- }).map(function (mark, index) {
725
- var percent = valueToPercent(mark.value, min, max);
726
- var style = axisProps[axis].offset(percent);
727
- var markActive;
728
- if (track === false) {
729
- markActive = values.indexOf(mark.value) !== -1;
730
- } else {
731
- markActive = track === 'normal' && (range ? mark.value >= values[0] && mark.value <= values[values.length - 1] : mark.value <= values[0]) || track === 'inverted' && (range ? mark.value <= values[0] || mark.value >= values[values.length - 1] : mark.value >= values[0]);
732
- }
733
- return /*#__PURE__*/_jsxs(React.Fragment, {
734
- children: [/*#__PURE__*/_jsx(MarkSlot, _extends({
735
- "data-index": index
736
- }, markProps, !isHostComponent(MarkSlot) && {
737
- markActive: markActive
738
- }, {
739
- style: _extends({}, style, markProps.style),
740
- className: clsx(markProps.className, markActive && classes.markActive)
741
- })), mark.label != null ? /*#__PURE__*/_jsx(MarkLabelSlot, _extends({
742
- "aria-hidden": true,
743
- "data-index": index
744
- }, markLabelProps, !isHostComponent(MarkLabelSlot) && {
745
- markLabelActive: markActive
746
- }, {
747
- style: _extends({}, style, markLabelProps.style),
748
- className: clsx(classes.markLabel, markLabelProps.className, markActive && classes.markLabelActive),
749
- children: mark.label
750
- })) : null]
751
- }, index);
752
- }), values.map(function (value, index) {
753
- var percent = valueToPercent(value, min, max);
754
- var style = axisProps[axis].offset(percent);
755
- var ValueLabelComponent = valueLabelDisplay === 'off' ? Forward : ValueLabelSlot;
756
- return (
757
- /*#__PURE__*/
758
- /* TODO v6: Change component structure. It will help in avoiding the complicated React.cloneElement API added in SliderValueLabel component. Should be: Thumb -> Input, ValueLabel. Follow Joy UI's Slider structure. */
759
- _jsx(ValueLabelComponent, _extends({}, !isHostComponent(ValueLabelComponent) && {
760
- valueLabelFormat: valueLabelFormat,
761
- valueLabelDisplay: valueLabelDisplay,
762
- value: typeof valueLabelFormat === 'function' ? valueLabelFormat(scale(value), index) : valueLabelFormat,
763
- index: index,
764
- open: open === index || active === index || valueLabelDisplay === 'on',
765
- disabled: disabled
766
- }, valueLabelProps, {
767
- children: /*#__PURE__*/_jsx(ThumbSlot, _extends({
768
- "data-index": index
769
- }, thumbProps, {
770
- className: clsx(classes.thumb, thumbProps.className, active === index && classes.active, focusedThumbIndex === index && classes.focusVisible),
771
- style: _extends({}, style, getThumbStyle(index), thumbProps.style),
772
- children: /*#__PURE__*/_jsx(InputSlot, _extends({
773
- "data-index": index,
774
- "aria-label": getAriaLabel ? getAriaLabel(index) : ariaLabel,
775
- "aria-valuenow": scale(value),
776
- "aria-labelledby": ariaLabelledby,
777
- "aria-valuetext": getAriaValueText ? getAriaValueText(scale(value), index) : ariaValuetext,
778
- value: values[index]
779
- }, inputSliderProps))
780
- }))
781
- }), index)
782
- );
783
- })]
784
- }));
785
- });
786
- process.env.NODE_ENV !== "production" ? Slider.propTypes /* remove-proptypes */ = {
787
- // ┌────────────────────────────── Warning ──────────────────────────────┐
788
- // │ These PropTypes are generated from the TypeScript type definitions. │
789
- // │ To update them, edit the d.ts file and run `pnpm proptypes`. │
790
- // └─────────────────────────────────────────────────────────────────────┘
791
- /**
792
- * The label of the slider.
793
- */
794
- 'aria-label': chainPropTypes(PropTypes.string, function (props) {
795
- var range = Array.isArray(props.value || props.defaultValue);
796
- if (range && props['aria-label'] != null) {
797
- return new Error('MUI: You need to use the `getAriaLabel` prop instead of `aria-label` when using a range slider.');
798
- }
799
- return null;
800
- }),
801
- /**
802
- * The id of the element containing a label for the slider.
803
- */
804
- 'aria-labelledby': PropTypes.string,
805
- /**
806
- * A string value that provides a user-friendly name for the current value of the slider.
807
- */
808
- 'aria-valuetext': chainPropTypes(PropTypes.string, function (props) {
809
- var range = Array.isArray(props.value || props.defaultValue);
810
- if (range && props['aria-valuetext'] != null) {
811
- return new Error('MUI: You need to use the `getAriaValueText` prop instead of `aria-valuetext` when using a range slider.');
812
- }
813
- return null;
814
- }),
815
- /**
816
- * @ignore
817
- */
818
- children: PropTypes.node,
819
- /**
820
- * Override or extend the styles applied to the component.
821
- */
822
- classes: PropTypes.object,
823
- /**
824
- * @ignore
825
- */
826
- className: PropTypes.string,
827
- /**
828
- * The color of the component.
829
- * It supports both default and custom theme colors, which can be added as shown in the
830
- * [palette customization guide](https://mui.com/material-ui/customization/palette/#custom-colors).
831
- * @default 'primary'
832
- */
833
- color: PropTypes /* @typescript-to-proptypes-ignore */.oneOfType([PropTypes.oneOf(['primary', 'secondary', 'error', 'info', 'success', 'warning']), PropTypes.string]),
834
- /**
835
- * The components used for each slot inside.
836
- *
837
- * @deprecated use the `slots` prop instead. This prop will be removed in v7. [How to migrate](/material-ui/migration/migrating-from-deprecated-apis/).
838
- *
839
- * @default {}
840
- */
841
- components: PropTypes.shape({
842
- Input: PropTypes.elementType,
843
- Mark: PropTypes.elementType,
844
- MarkLabel: PropTypes.elementType,
845
- Rail: PropTypes.elementType,
846
- Root: PropTypes.elementType,
847
- Thumb: PropTypes.elementType,
848
- Track: PropTypes.elementType,
849
- ValueLabel: PropTypes.elementType
850
- }),
851
- /**
852
- * The extra props for the slot components.
853
- * You can override the existing props or add new ones.
854
- *
855
- * @deprecated use the `slotProps` prop instead. This prop will be removed in v7. [How to migrate](/material-ui/migration/migrating-from-deprecated-apis/).
856
- *
857
- * @default {}
858
- */
859
- componentsProps: PropTypes.shape({
860
- input: PropTypes.oneOfType([PropTypes.func, PropTypes.object]),
861
- mark: PropTypes.oneOfType([PropTypes.func, PropTypes.object]),
862
- markLabel: PropTypes.oneOfType([PropTypes.func, PropTypes.object]),
863
- rail: PropTypes.oneOfType([PropTypes.func, PropTypes.object]),
864
- root: PropTypes.oneOfType([PropTypes.func, PropTypes.object]),
865
- thumb: PropTypes.oneOfType([PropTypes.func, PropTypes.object]),
866
- track: PropTypes.oneOfType([PropTypes.func, PropTypes.object]),
867
- valueLabel: PropTypes.oneOfType([PropTypes.func, PropTypes.shape({
868
- children: PropTypes.element,
869
- className: PropTypes.string,
870
- open: PropTypes.bool,
871
- style: PropTypes.object,
872
- value: PropTypes.number,
873
- valueLabelDisplay: PropTypes.oneOf(['auto', 'off', 'on'])
874
- })])
875
- }),
876
- /**
877
- * The default value. Use when the component is not controlled.
878
- */
879
- defaultValue: PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.number), PropTypes.number]),
880
- /**
881
- * If `true`, the component is disabled.
882
- * @default false
883
- */
884
- disabled: PropTypes.bool,
885
- /**
886
- * If `true`, the active thumb doesn't swap when moving pointer over a thumb while dragging another thumb.
887
- * @default false
888
- */
889
- disableSwap: PropTypes.bool,
890
- /**
891
- * Accepts a function which returns a string value that provides a user-friendly name for the thumb labels of the slider.
892
- * This is important for screen reader users.
893
- * @param {number} index The thumb label's index to format.
894
- * @returns {string}
895
- */
896
- getAriaLabel: PropTypes.func,
897
- /**
898
- * Accepts a function which returns a string value that provides a user-friendly name for the current value of the slider.
899
- * This is important for screen reader users.
900
- * @param {number} value The thumb label's value to format.
901
- * @param {number} index The thumb label's index to format.
902
- * @returns {string}
903
- */
904
- getAriaValueText: PropTypes.func,
905
- /**
906
- * Marks indicate predetermined values to which the user can move the slider.
907
- * If `true` the marks are spaced according the value of the `step` prop.
908
- * If an array, it should contain objects with `value` and an optional `label` keys.
909
- * @default false
910
- */
911
- marks: PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.shape({
912
- label: PropTypes.node,
913
- value: PropTypes.number.isRequired
914
- })), PropTypes.bool]),
915
- /**
916
- * The maximum allowed value of the slider.
917
- * Should not be equal to min.
918
- * @default 100
919
- */
920
- max: PropTypes.number,
921
- /**
922
- * The minimum allowed value of the slider.
923
- * Should not be equal to max.
924
- * @default 0
925
- */
926
- min: PropTypes.number,
927
- /**
928
- * Name attribute of the hidden `input` element.
929
- */
930
- name: PropTypes.string,
931
- /**
932
- * Callback function that is fired when the slider's value changed.
933
- *
934
- * @param {Event} event The event source of the callback.
935
- * You can pull out the new value by accessing `event.target.value` (any).
936
- * **Warning**: This is a generic event not a change event.
937
- * @param {number | number[]} value The new value.
938
- * @param {number} activeThumb Index of the currently moved thumb.
939
- */
940
- onChange: PropTypes.func,
941
- /**
942
- * Callback function that is fired when the `mouseup` is triggered.
943
- *
944
- * @param {React.SyntheticEvent | Event} event The event source of the callback. **Warning**: This is a generic event not a change event.
945
- * @param {number | number[]} value The new value.
946
- */
947
- onChangeCommitted: PropTypes.func,
948
- /**
949
- * The component orientation.
950
- * @default 'horizontal'
951
- */
952
- orientation: PropTypes.oneOf(['horizontal', 'vertical']),
953
- /**
954
- * A transformation function, to change the scale of the slider.
955
- * @param {any} x
956
- * @returns {any}
957
- * @default function Identity(x) {
958
- * return x;
959
- * }
960
- */
961
- scale: PropTypes.func,
962
- /**
963
- * The granularity with which the slider can step through values when using Page Up/Page Down or Shift + Arrow Up/Arrow Down.
964
- * @default 10
965
- */
966
- shiftStep: PropTypes.number,
967
- /**
968
- * The size of the slider.
969
- * @default 'medium'
970
- */
971
- size: PropTypes /* @typescript-to-proptypes-ignore */.oneOfType([PropTypes.oneOf(['small', 'medium']), PropTypes.string]),
972
- /**
973
- * The props used for each slot inside the Slider.
974
- * @default {}
975
- */
976
- slotProps: PropTypes.shape({
977
- input: PropTypes.oneOfType([PropTypes.func, PropTypes.object]),
978
- mark: PropTypes.oneOfType([PropTypes.func, PropTypes.object]),
979
- markLabel: PropTypes.oneOfType([PropTypes.func, PropTypes.object]),
980
- rail: PropTypes.oneOfType([PropTypes.func, PropTypes.object]),
981
- root: PropTypes.oneOfType([PropTypes.func, PropTypes.object]),
982
- thumb: PropTypes.oneOfType([PropTypes.func, PropTypes.object]),
983
- track: PropTypes.oneOfType([PropTypes.func, PropTypes.object]),
984
- valueLabel: PropTypes.oneOfType([PropTypes.func, PropTypes.shape({
985
- children: PropTypes.element,
986
- className: PropTypes.string,
987
- open: PropTypes.bool,
988
- style: PropTypes.object,
989
- value: PropTypes.number,
990
- valueLabelDisplay: PropTypes.oneOf(['auto', 'off', 'on'])
991
- })])
992
- }),
993
- /**
994
- * The components used for each slot inside the Slider.
995
- * Either a string to use a HTML element or a component.
996
- * @default {}
997
- */
998
- slots: PropTypes.shape({
999
- input: PropTypes.elementType,
1000
- mark: PropTypes.elementType,
1001
- markLabel: PropTypes.elementType,
1002
- rail: PropTypes.elementType,
1003
- root: PropTypes.elementType,
1004
- thumb: PropTypes.elementType,
1005
- track: PropTypes.elementType,
1006
- valueLabel: PropTypes.elementType
1007
- }),
1008
- /**
1009
- * The granularity with which the slider can step through values. (A "discrete" slider.)
1010
- * The `min` prop serves as the origin for the valid values.
1011
- * We recommend (max - min) to be evenly divisible by the step.
1012
- *
1013
- * When step is `null`, the thumb can only be slid onto marks provided with the `marks` prop.
1014
- * @default 1
1015
- */
1016
- step: PropTypes.number,
1017
- /**
1018
- * The system prop that allows defining system overrides as well as additional CSS styles.
1019
- */
1020
- sx: PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.func, PropTypes.object, PropTypes.bool])), PropTypes.func, PropTypes.object]),
1021
- /**
1022
- * Tab index attribute of the hidden `input` element.
1023
- */
1024
- tabIndex: PropTypes.number,
1025
- /**
1026
- * The track presentation:
1027
- *
1028
- * - `normal` the track will render a bar representing the slider value.
1029
- * - `inverted` the track will render a bar representing the remaining slider value.
1030
- * - `false` the track will render without a bar.
1031
- * @default 'normal'
1032
- */
1033
- track: PropTypes.oneOf(['inverted', 'normal', false]),
1034
- /**
1035
- * The value of the slider.
1036
- * For ranged sliders, provide an array with two values.
1037
- */
1038
- value: PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.number), PropTypes.number]),
1039
- /**
1040
- * Controls when the value label is displayed:
1041
- *
1042
- * - `auto` the value label will display when the thumb is hovered or focused.
1043
- * - `on` will display persistently.
1044
- * - `off` will never display.
1045
- * @default 'off'
1046
- */
1047
- valueLabelDisplay: PropTypes.oneOf(['auto', 'off', 'on']),
1048
- /**
1049
- * The format function the value label's value.
1050
- *
1051
- * When a function is provided, it should have the following signature:
1052
- *
1053
- * - {number} value The value label's value to format
1054
- * - {number} index The value label's index to format
1055
- * @param {any} x
1056
- * @returns {any}
1057
- * @default function Identity(x) {
1058
- * return x;
1059
- * }
1060
- */
1061
- valueLabelFormat: PropTypes.oneOfType([PropTypes.func, PropTypes.string])
1062
- } : void 0;
1063
- export default Slider;