@mui/lab 5.0.0-alpha.100

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 (757) hide show
  1. package/AdapterDateFns/AdapterDateFns.d.ts +3 -0
  2. package/AdapterDateFns/AdapterDateFns.js +16 -0
  3. package/AdapterDateFns/index.d.ts +1 -0
  4. package/AdapterDateFns/index.js +1 -0
  5. package/AdapterDateFns/package.json +6 -0
  6. package/AdapterDayjs/AdapterDayjs.d.ts +3 -0
  7. package/AdapterDayjs/AdapterDayjs.js +16 -0
  8. package/AdapterDayjs/index.d.ts +1 -0
  9. package/AdapterDayjs/index.js +1 -0
  10. package/AdapterDayjs/package.json +6 -0
  11. package/AdapterLuxon/AdapterLuxon.d.ts +3 -0
  12. package/AdapterLuxon/AdapterLuxon.js +16 -0
  13. package/AdapterLuxon/index.d.ts +1 -0
  14. package/AdapterLuxon/index.js +1 -0
  15. package/AdapterLuxon/package.json +6 -0
  16. package/AdapterMoment/AdapterMoment.d.ts +3 -0
  17. package/AdapterMoment/AdapterMoment.js +16 -0
  18. package/AdapterMoment/index.d.ts +1 -0
  19. package/AdapterMoment/index.js +1 -0
  20. package/AdapterMoment/package.json +6 -0
  21. package/Alert/Alert.d.ts +2 -0
  22. package/Alert/Alert.js +19 -0
  23. package/Alert/index.d.ts +2 -0
  24. package/Alert/index.js +1 -0
  25. package/Alert/package.json +6 -0
  26. package/AlertTitle/AlertTitle.d.ts +2 -0
  27. package/AlertTitle/AlertTitle.js +19 -0
  28. package/AlertTitle/index.d.ts +2 -0
  29. package/AlertTitle/index.js +1 -0
  30. package/AlertTitle/package.json +6 -0
  31. package/Autocomplete/Autocomplete.d.ts +1 -0
  32. package/Autocomplete/Autocomplete.js +19 -0
  33. package/Autocomplete/index.d.ts +2 -0
  34. package/Autocomplete/index.js +1 -0
  35. package/Autocomplete/package.json +6 -0
  36. package/AvatarGroup/AvatarGroup.d.ts +2 -0
  37. package/AvatarGroup/AvatarGroup.js +19 -0
  38. package/AvatarGroup/index.d.ts +2 -0
  39. package/AvatarGroup/index.js +1 -0
  40. package/AvatarGroup/package.json +6 -0
  41. package/CHANGELOG.md +9458 -0
  42. package/CalendarPicker/CalendarPicker.d.ts +14 -0
  43. package/CalendarPicker/CalendarPicker.js +20 -0
  44. package/CalendarPicker/index.d.ts +2 -0
  45. package/CalendarPicker/index.js +2 -0
  46. package/CalendarPicker/package.json +6 -0
  47. package/CalendarPickerSkeleton/CalendarPickerSkeleton.d.ts +13 -0
  48. package/CalendarPickerSkeleton/CalendarPickerSkeleton.js +24 -0
  49. package/CalendarPickerSkeleton/index.d.ts +2 -0
  50. package/CalendarPickerSkeleton/index.js +2 -0
  51. package/CalendarPickerSkeleton/package.json +6 -0
  52. package/ClockPicker/ClockPicker.d.ts +14 -0
  53. package/ClockPicker/ClockPicker.js +20 -0
  54. package/ClockPicker/index.d.ts +2 -0
  55. package/ClockPicker/index.js +2 -0
  56. package/ClockPicker/package.json +6 -0
  57. package/DatePicker/DatePicker.d.ts +10 -0
  58. package/DatePicker/DatePicker.js +19 -0
  59. package/DatePicker/index.d.ts +2 -0
  60. package/DatePicker/index.js +2 -0
  61. package/DatePicker/package.json +6 -0
  62. package/DateRangePicker/DateRangePicker.d.ts +11 -0
  63. package/DateRangePicker/DateRangePicker.js +19 -0
  64. package/DateRangePicker/index.d.ts +2 -0
  65. package/DateRangePicker/index.js +2 -0
  66. package/DateRangePicker/package.json +6 -0
  67. package/DateRangePickerDay/DateRangePickerDay.d.ts +13 -0
  68. package/DateRangePickerDay/DateRangePickerDay.js +23 -0
  69. package/DateRangePickerDay/index.d.ts +2 -0
  70. package/DateRangePickerDay/index.js +2 -0
  71. package/DateRangePickerDay/package.json +6 -0
  72. package/DateTimePicker/DateTimePicker.d.ts +10 -0
  73. package/DateTimePicker/DateTimePicker.js +19 -0
  74. package/DateTimePicker/index.d.ts +2 -0
  75. package/DateTimePicker/index.js +2 -0
  76. package/DateTimePicker/package.json +6 -0
  77. package/DesktopDatePicker/DesktopDatePicker.d.ts +10 -0
  78. package/DesktopDatePicker/DesktopDatePicker.js +19 -0
  79. package/DesktopDatePicker/index.d.ts +2 -0
  80. package/DesktopDatePicker/index.js +2 -0
  81. package/DesktopDatePicker/package.json +6 -0
  82. package/DesktopDateRangePicker/DesktopDateRangePicker.d.ts +10 -0
  83. package/DesktopDateRangePicker/DesktopDateRangePicker.js +19 -0
  84. package/DesktopDateRangePicker/index.d.ts +2 -0
  85. package/DesktopDateRangePicker/index.js +2 -0
  86. package/DesktopDateRangePicker/package.json +6 -0
  87. package/DesktopDateTimePicker/DesktopDateTimePicker.d.ts +10 -0
  88. package/DesktopDateTimePicker/DesktopDateTimePicker.js +19 -0
  89. package/DesktopDateTimePicker/index.d.ts +2 -0
  90. package/DesktopDateTimePicker/index.js +2 -0
  91. package/DesktopDateTimePicker/package.json +6 -0
  92. package/DesktopTimePicker/DesktopTimePicker.d.ts +10 -0
  93. package/DesktopTimePicker/DesktopTimePicker.js +19 -0
  94. package/DesktopTimePicker/index.d.ts +2 -0
  95. package/DesktopTimePicker/index.js +2 -0
  96. package/DesktopTimePicker/package.json +6 -0
  97. package/LICENSE +21 -0
  98. package/LoadingButton/LoadingButton.d.ts +75 -0
  99. package/LoadingButton/LoadingButton.js +236 -0
  100. package/LoadingButton/index.d.ts +5 -0
  101. package/LoadingButton/index.js +3 -0
  102. package/LoadingButton/loadingButtonClasses.d.ts +22 -0
  103. package/LoadingButton/loadingButtonClasses.js +6 -0
  104. package/LoadingButton/package.json +6 -0
  105. package/LocalizationProvider/LocalizationProvider.d.ts +10 -0
  106. package/LocalizationProvider/LocalizationProvider.js +18 -0
  107. package/LocalizationProvider/index.d.ts +2 -0
  108. package/LocalizationProvider/index.js +2 -0
  109. package/LocalizationProvider/package.json +6 -0
  110. package/Masonry/Masonry.d.ts +62 -0
  111. package/Masonry/Masonry.js +347 -0
  112. package/Masonry/index.d.ts +5 -0
  113. package/Masonry/index.js +3 -0
  114. package/Masonry/masonryClasses.d.ts +8 -0
  115. package/Masonry/masonryClasses.js +6 -0
  116. package/Masonry/package.json +6 -0
  117. package/MobileDatePicker/MobileDatePicker.d.ts +10 -0
  118. package/MobileDatePicker/MobileDatePicker.js +19 -0
  119. package/MobileDatePicker/index.d.ts +2 -0
  120. package/MobileDatePicker/index.js +2 -0
  121. package/MobileDatePicker/package.json +6 -0
  122. package/MobileDateRangePicker/MobileDateRangePicker.d.ts +10 -0
  123. package/MobileDateRangePicker/MobileDateRangePicker.js +19 -0
  124. package/MobileDateRangePicker/index.d.ts +2 -0
  125. package/MobileDateRangePicker/index.js +2 -0
  126. package/MobileDateRangePicker/package.json +6 -0
  127. package/MobileDateTimePicker/MobileDateTimePicker.d.ts +10 -0
  128. package/MobileDateTimePicker/MobileDateTimePicker.js +19 -0
  129. package/MobileDateTimePicker/index.d.ts +2 -0
  130. package/MobileDateTimePicker/index.js +2 -0
  131. package/MobileDateTimePicker/package.json +6 -0
  132. package/MobileTimePicker/MobileTimePicker.d.ts +10 -0
  133. package/MobileTimePicker/MobileTimePicker.js +19 -0
  134. package/MobileTimePicker/index.d.ts +2 -0
  135. package/MobileTimePicker/index.js +2 -0
  136. package/MobileTimePicker/package.json +6 -0
  137. package/MonthPicker/MonthPicker.d.ts +13 -0
  138. package/MonthPicker/MonthPicker.js +24 -0
  139. package/MonthPicker/index.d.ts +2 -0
  140. package/MonthPicker/index.js +2 -0
  141. package/MonthPicker/package.json +6 -0
  142. package/Pagination/Pagination.d.ts +2 -0
  143. package/Pagination/Pagination.js +19 -0
  144. package/Pagination/index.d.ts +4 -0
  145. package/Pagination/index.js +2 -0
  146. package/Pagination/package.json +6 -0
  147. package/Pagination/usePagination.d.ts +2 -0
  148. package/Pagination/usePagination.js +1 -0
  149. package/PaginationItem/PaginationItem.d.ts +2 -0
  150. package/PaginationItem/PaginationItem.js +19 -0
  151. package/PaginationItem/index.d.ts +2 -0
  152. package/PaginationItem/index.js +1 -0
  153. package/PaginationItem/package.json +6 -0
  154. package/PickersDay/PickersDay.d.ts +13 -0
  155. package/PickersDay/PickersDay.js +24 -0
  156. package/PickersDay/index.d.ts +2 -0
  157. package/PickersDay/index.js +2 -0
  158. package/PickersDay/package.json +6 -0
  159. package/README.md +36 -0
  160. package/Rating/Rating.d.ts +2 -0
  161. package/Rating/Rating.js +19 -0
  162. package/Rating/index.d.ts +2 -0
  163. package/Rating/index.js +1 -0
  164. package/Rating/package.json +6 -0
  165. package/Skeleton/Skeleton.d.ts +2 -0
  166. package/Skeleton/Skeleton.js +19 -0
  167. package/Skeleton/index.d.ts +2 -0
  168. package/Skeleton/index.js +1 -0
  169. package/Skeleton/package.json +6 -0
  170. package/SpeedDial/SpeedDial.d.ts +2 -0
  171. package/SpeedDial/SpeedDial.js +19 -0
  172. package/SpeedDial/index.d.ts +2 -0
  173. package/SpeedDial/index.js +1 -0
  174. package/SpeedDial/package.json +6 -0
  175. package/SpeedDialAction/SpeedDialAction.d.ts +2 -0
  176. package/SpeedDialAction/SpeedDialAction.js +19 -0
  177. package/SpeedDialAction/index.d.ts +2 -0
  178. package/SpeedDialAction/index.js +1 -0
  179. package/SpeedDialAction/package.json +6 -0
  180. package/SpeedDialIcon/SpeedDialIcon.d.ts +2 -0
  181. package/SpeedDialIcon/SpeedDialIcon.js +19 -0
  182. package/SpeedDialIcon/index.d.ts +2 -0
  183. package/SpeedDialIcon/index.js +1 -0
  184. package/SpeedDialIcon/package.json +6 -0
  185. package/StaticDatePicker/StaticDatePicker.d.ts +10 -0
  186. package/StaticDatePicker/StaticDatePicker.js +19 -0
  187. package/StaticDatePicker/index.d.ts +2 -0
  188. package/StaticDatePicker/index.js +2 -0
  189. package/StaticDatePicker/package.json +6 -0
  190. package/StaticDateRangePicker/StaticDateRangePicker.d.ts +10 -0
  191. package/StaticDateRangePicker/StaticDateRangePicker.js +19 -0
  192. package/StaticDateRangePicker/index.d.ts +2 -0
  193. package/StaticDateRangePicker/index.js +2 -0
  194. package/StaticDateRangePicker/package.json +6 -0
  195. package/StaticDateTimePicker/StaticDateTimePicker.d.ts +10 -0
  196. package/StaticDateTimePicker/StaticDateTimePicker.js +19 -0
  197. package/StaticDateTimePicker/index.d.ts +2 -0
  198. package/StaticDateTimePicker/index.js +2 -0
  199. package/StaticDateTimePicker/package.json +6 -0
  200. package/StaticTimePicker/StaticTimePicker.d.ts +10 -0
  201. package/StaticTimePicker/StaticTimePicker.js +19 -0
  202. package/StaticTimePicker/index.d.ts +2 -0
  203. package/StaticTimePicker/index.js +2 -0
  204. package/StaticTimePicker/package.json +6 -0
  205. package/TabContext/TabContext.d.ts +31 -0
  206. package/TabContext/TabContext.js +85 -0
  207. package/TabContext/index.d.ts +2 -0
  208. package/TabContext/index.js +2 -0
  209. package/TabContext/package.json +6 -0
  210. package/TabList/TabList.d.ts +39 -0
  211. package/TabList/TabList.js +51 -0
  212. package/TabList/index.d.ts +2 -0
  213. package/TabList/index.js +1 -0
  214. package/TabList/package.json +6 -0
  215. package/TabPanel/TabPanel.d.ts +37 -0
  216. package/TabPanel/TabPanel.js +102 -0
  217. package/TabPanel/index.d.ts +5 -0
  218. package/TabPanel/index.js +3 -0
  219. package/TabPanel/package.json +6 -0
  220. package/TabPanel/tabPanelClasses.d.ts +8 -0
  221. package/TabPanel/tabPanelClasses.js +6 -0
  222. package/TimePicker/TimePicker.d.ts +10 -0
  223. package/TimePicker/TimePicker.js +19 -0
  224. package/TimePicker/index.d.ts +2 -0
  225. package/TimePicker/index.js +2 -0
  226. package/TimePicker/package.json +6 -0
  227. package/Timeline/Timeline.d.ts +59 -0
  228. package/Timeline/Timeline.js +125 -0
  229. package/Timeline/TimelineContext.d.ts +6 -0
  230. package/Timeline/TimelineContext.js +12 -0
  231. package/Timeline/index.d.ts +5 -0
  232. package/Timeline/index.js +3 -0
  233. package/Timeline/package.json +6 -0
  234. package/Timeline/timelineClasses.d.ts +3 -0
  235. package/Timeline/timelineClasses.js +6 -0
  236. package/TimelineConnector/TimelineConnector.d.ts +33 -0
  237. package/TimelineConnector/TimelineConnector.js +82 -0
  238. package/TimelineConnector/index.d.ts +5 -0
  239. package/TimelineConnector/index.js +3 -0
  240. package/TimelineConnector/package.json +6 -0
  241. package/TimelineConnector/timelineConnectorClasses.d.ts +8 -0
  242. package/TimelineConnector/timelineConnectorClasses.js +6 -0
  243. package/TimelineContent/TimelineContent.d.ts +33 -0
  244. package/TimelineContent/TimelineContent.js +99 -0
  245. package/TimelineContent/index.d.ts +5 -0
  246. package/TimelineContent/index.js +3 -0
  247. package/TimelineContent/package.json +6 -0
  248. package/TimelineContent/timelineContentClasses.d.ts +14 -0
  249. package/TimelineContent/timelineContentClasses.js +6 -0
  250. package/TimelineDot/TimelineDot.d.ts +50 -0
  251. package/TimelineDot/TimelineDot.js +131 -0
  252. package/TimelineDot/index.d.ts +5 -0
  253. package/TimelineDot/index.js +3 -0
  254. package/TimelineDot/package.json +6 -0
  255. package/TimelineDot/timelineDotClasses.d.ts +24 -0
  256. package/TimelineDot/timelineDotClasses.js +6 -0
  257. package/TimelineItem/TimelineItem.d.ts +36 -0
  258. package/TimelineItem/TimelineItem.js +135 -0
  259. package/TimelineItem/index.d.ts +5 -0
  260. package/TimelineItem/index.js +3 -0
  261. package/TimelineItem/package.json +6 -0
  262. package/TimelineItem/timelineItemClasses.d.ts +16 -0
  263. package/TimelineItem/timelineItemClasses.js +6 -0
  264. package/TimelineOppositeContent/TimelineOppositeContent.d.ts +37 -0
  265. package/TimelineOppositeContent/TimelineOppositeContent.js +101 -0
  266. package/TimelineOppositeContent/index.d.ts +5 -0
  267. package/TimelineOppositeContent/index.js +3 -0
  268. package/TimelineOppositeContent/package.json +6 -0
  269. package/TimelineOppositeContent/timelineOppositeContentClasses.d.ts +14 -0
  270. package/TimelineOppositeContent/timelineOppositeContentClasses.js +6 -0
  271. package/TimelineSeparator/TimelineSeparator.d.ts +33 -0
  272. package/TimelineSeparator/TimelineSeparator.js +79 -0
  273. package/TimelineSeparator/index.d.ts +5 -0
  274. package/TimelineSeparator/index.js +3 -0
  275. package/TimelineSeparator/package.json +6 -0
  276. package/TimelineSeparator/timelineSeparatorClasses.d.ts +8 -0
  277. package/TimelineSeparator/timelineSeparatorClasses.js +6 -0
  278. package/ToggleButton/ToggleButton.d.ts +2 -0
  279. package/ToggleButton/ToggleButton.js +19 -0
  280. package/ToggleButton/index.d.ts +2 -0
  281. package/ToggleButton/index.js +1 -0
  282. package/ToggleButton/package.json +6 -0
  283. package/ToggleButtonGroup/ToggleButtonGroup.d.ts +2 -0
  284. package/ToggleButtonGroup/ToggleButtonGroup.js +19 -0
  285. package/ToggleButtonGroup/index.d.ts +2 -0
  286. package/ToggleButtonGroup/index.js +1 -0
  287. package/ToggleButtonGroup/package.json +6 -0
  288. package/TreeItem/TreeItem.d.ts +87 -0
  289. package/TreeItem/TreeItem.js +423 -0
  290. package/TreeItem/TreeItemContent.d.ts +50 -0
  291. package/TreeItem/TreeItemContent.js +128 -0
  292. package/TreeItem/index.d.ts +7 -0
  293. package/TreeItem/index.js +4 -0
  294. package/TreeItem/package.json +6 -0
  295. package/TreeItem/treeItemClasses.d.ts +24 -0
  296. package/TreeItem/treeItemClasses.js +6 -0
  297. package/TreeItem/useTreeItem.d.ts +11 -0
  298. package/TreeItem/useTreeItem.js +74 -0
  299. package/TreeView/TreeView.d.ts +144 -0
  300. package/TreeView/TreeView.js +982 -0
  301. package/TreeView/TreeViewContext.js +12 -0
  302. package/TreeView/descendants.js +198 -0
  303. package/TreeView/index.d.ts +5 -0
  304. package/TreeView/index.js +3 -0
  305. package/TreeView/package.json +6 -0
  306. package/TreeView/treeViewClasses.d.ts +8 -0
  307. package/TreeView/treeViewClasses.js +6 -0
  308. package/YearPicker/YearPicker.d.ts +14 -0
  309. package/YearPicker/YearPicker.js +24 -0
  310. package/YearPicker/index.d.ts +2 -0
  311. package/YearPicker/index.js +2 -0
  312. package/YearPicker/package.json +6 -0
  313. package/index.d.ts +155 -0
  314. package/index.js +110 -0
  315. package/internal/svg-icons/ArrowDropDown.d.ts +7 -0
  316. package/internal/svg-icons/ArrowDropDown.js +10 -0
  317. package/internal/svg-icons/ArrowLeft.d.ts +7 -0
  318. package/internal/svg-icons/ArrowLeft.js +10 -0
  319. package/internal/svg-icons/ArrowRight.d.ts +7 -0
  320. package/internal/svg-icons/ArrowRight.js +10 -0
  321. package/internal/svg-icons/Calendar.d.ts +7 -0
  322. package/internal/svg-icons/Calendar.js +10 -0
  323. package/internal/svg-icons/Clock.d.ts +7 -0
  324. package/internal/svg-icons/Clock.js +15 -0
  325. package/internal/svg-icons/DateRange.d.ts +7 -0
  326. package/internal/svg-icons/DateRange.js +10 -0
  327. package/internal/svg-icons/Pen.d.ts +7 -0
  328. package/internal/svg-icons/Pen.js +10 -0
  329. package/internal/svg-icons/Time.d.ts +7 -0
  330. package/internal/svg-icons/Time.js +15 -0
  331. package/legacy/AdapterDateFns/AdapterDateFns.js +19 -0
  332. package/legacy/AdapterDateFns/index.js +1 -0
  333. package/legacy/AdapterDayjs/AdapterDayjs.js +19 -0
  334. package/legacy/AdapterDayjs/index.js +1 -0
  335. package/legacy/AdapterLuxon/AdapterLuxon.js +19 -0
  336. package/legacy/AdapterLuxon/index.js +1 -0
  337. package/legacy/AdapterMoment/AdapterMoment.js +19 -0
  338. package/legacy/AdapterMoment/index.js +1 -0
  339. package/legacy/Alert/Alert.js +19 -0
  340. package/legacy/Alert/index.js +1 -0
  341. package/legacy/AlertTitle/AlertTitle.js +19 -0
  342. package/legacy/AlertTitle/index.js +1 -0
  343. package/legacy/Autocomplete/Autocomplete.js +19 -0
  344. package/legacy/Autocomplete/index.js +1 -0
  345. package/legacy/AvatarGroup/AvatarGroup.js +19 -0
  346. package/legacy/AvatarGroup/index.js +1 -0
  347. package/legacy/CalendarPicker/CalendarPicker.js +20 -0
  348. package/legacy/CalendarPicker/index.js +2 -0
  349. package/legacy/CalendarPickerSkeleton/CalendarPickerSkeleton.js +24 -0
  350. package/legacy/CalendarPickerSkeleton/index.js +2 -0
  351. package/legacy/ClockPicker/ClockPicker.js +20 -0
  352. package/legacy/ClockPicker/index.js +2 -0
  353. package/legacy/DatePicker/DatePicker.js +19 -0
  354. package/legacy/DatePicker/index.js +2 -0
  355. package/legacy/DateRangePicker/DateRangePicker.js +19 -0
  356. package/legacy/DateRangePicker/index.js +2 -0
  357. package/legacy/DateRangePickerDay/DateRangePickerDay.js +23 -0
  358. package/legacy/DateRangePickerDay/index.js +2 -0
  359. package/legacy/DateTimePicker/DateTimePicker.js +19 -0
  360. package/legacy/DateTimePicker/index.js +2 -0
  361. package/legacy/DesktopDatePicker/DesktopDatePicker.js +19 -0
  362. package/legacy/DesktopDatePicker/index.js +2 -0
  363. package/legacy/DesktopDateRangePicker/DesktopDateRangePicker.js +19 -0
  364. package/legacy/DesktopDateRangePicker/index.js +2 -0
  365. package/legacy/DesktopDateTimePicker/DesktopDateTimePicker.js +19 -0
  366. package/legacy/DesktopDateTimePicker/index.js +2 -0
  367. package/legacy/DesktopTimePicker/DesktopTimePicker.js +19 -0
  368. package/legacy/DesktopTimePicker/index.js +2 -0
  369. package/legacy/LoadingButton/LoadingButton.js +229 -0
  370. package/legacy/LoadingButton/index.js +3 -0
  371. package/legacy/LoadingButton/loadingButtonClasses.js +6 -0
  372. package/legacy/LocalizationProvider/LocalizationProvider.js +18 -0
  373. package/legacy/LocalizationProvider/index.js +2 -0
  374. package/legacy/Masonry/Masonry.js +357 -0
  375. package/legacy/Masonry/index.js +3 -0
  376. package/legacy/Masonry/masonryClasses.js +6 -0
  377. package/legacy/MobileDatePicker/MobileDatePicker.js +19 -0
  378. package/legacy/MobileDatePicker/index.js +2 -0
  379. package/legacy/MobileDateRangePicker/MobileDateRangePicker.js +19 -0
  380. package/legacy/MobileDateRangePicker/index.js +2 -0
  381. package/legacy/MobileDateTimePicker/MobileDateTimePicker.js +19 -0
  382. package/legacy/MobileDateTimePicker/index.js +2 -0
  383. package/legacy/MobileTimePicker/MobileTimePicker.js +19 -0
  384. package/legacy/MobileTimePicker/index.js +2 -0
  385. package/legacy/MonthPicker/MonthPicker.js +24 -0
  386. package/legacy/MonthPicker/index.js +2 -0
  387. package/legacy/Pagination/Pagination.js +19 -0
  388. package/legacy/Pagination/index.js +2 -0
  389. package/legacy/Pagination/usePagination.js +1 -0
  390. package/legacy/PaginationItem/PaginationItem.js +19 -0
  391. package/legacy/PaginationItem/index.js +1 -0
  392. package/legacy/PickersDay/PickersDay.js +24 -0
  393. package/legacy/PickersDay/index.js +2 -0
  394. package/legacy/Rating/Rating.js +19 -0
  395. package/legacy/Rating/index.js +1 -0
  396. package/legacy/Skeleton/Skeleton.js +19 -0
  397. package/legacy/Skeleton/index.js +1 -0
  398. package/legacy/SpeedDial/SpeedDial.js +19 -0
  399. package/legacy/SpeedDial/index.js +1 -0
  400. package/legacy/SpeedDialAction/SpeedDialAction.js +19 -0
  401. package/legacy/SpeedDialAction/index.js +1 -0
  402. package/legacy/SpeedDialIcon/SpeedDialIcon.js +19 -0
  403. package/legacy/SpeedDialIcon/index.js +1 -0
  404. package/legacy/StaticDatePicker/StaticDatePicker.js +19 -0
  405. package/legacy/StaticDatePicker/index.js +2 -0
  406. package/legacy/StaticDateRangePicker/StaticDateRangePicker.js +19 -0
  407. package/legacy/StaticDateRangePicker/index.js +2 -0
  408. package/legacy/StaticDateTimePicker/StaticDateTimePicker.js +19 -0
  409. package/legacy/StaticDateTimePicker/index.js +2 -0
  410. package/legacy/StaticTimePicker/StaticTimePicker.js +19 -0
  411. package/legacy/StaticTimePicker/index.js +2 -0
  412. package/legacy/TabContext/TabContext.js +82 -0
  413. package/legacy/TabContext/index.js +2 -0
  414. package/legacy/TabList/TabList.js +48 -0
  415. package/legacy/TabList/index.js +1 -0
  416. package/legacy/TabPanel/TabPanel.js +100 -0
  417. package/legacy/TabPanel/index.js +3 -0
  418. package/legacy/TabPanel/tabPanelClasses.js +6 -0
  419. package/legacy/TimePicker/TimePicker.js +19 -0
  420. package/legacy/TimePicker/index.js +2 -0
  421. package/legacy/Timeline/Timeline.js +119 -0
  422. package/legacy/Timeline/TimelineContext.js +12 -0
  423. package/legacy/Timeline/index.js +3 -0
  424. package/legacy/Timeline/timelineClasses.js +6 -0
  425. package/legacy/TimelineConnector/TimelineConnector.js +78 -0
  426. package/legacy/TimelineConnector/index.js +3 -0
  427. package/legacy/TimelineConnector/timelineConnectorClasses.js +6 -0
  428. package/legacy/TimelineContent/TimelineContent.js +92 -0
  429. package/legacy/TimelineContent/index.js +3 -0
  430. package/legacy/TimelineContent/timelineContentClasses.js +6 -0
  431. package/legacy/TimelineDot/TimelineDot.js +127 -0
  432. package/legacy/TimelineDot/index.js +3 -0
  433. package/legacy/TimelineDot/timelineDotClasses.js +6 -0
  434. package/legacy/TimelineItem/TimelineItem.js +130 -0
  435. package/legacy/TimelineItem/index.js +3 -0
  436. package/legacy/TimelineItem/timelineItemClasses.js +6 -0
  437. package/legacy/TimelineOppositeContent/TimelineOppositeContent.js +94 -0
  438. package/legacy/TimelineOppositeContent/index.js +3 -0
  439. package/legacy/TimelineOppositeContent/timelineOppositeContentClasses.js +6 -0
  440. package/legacy/TimelineSeparator/TimelineSeparator.js +76 -0
  441. package/legacy/TimelineSeparator/index.js +3 -0
  442. package/legacy/TimelineSeparator/timelineSeparatorClasses.js +6 -0
  443. package/legacy/ToggleButton/ToggleButton.js +19 -0
  444. package/legacy/ToggleButton/index.js +1 -0
  445. package/legacy/ToggleButtonGroup/ToggleButtonGroup.js +19 -0
  446. package/legacy/ToggleButtonGroup/index.js +1 -0
  447. package/legacy/TreeItem/TreeItem.js +425 -0
  448. package/legacy/TreeItem/TreeItemContent.js +125 -0
  449. package/legacy/TreeItem/index.js +4 -0
  450. package/legacy/TreeItem/treeItemClasses.js +6 -0
  451. package/legacy/TreeItem/useTreeItem.js +74 -0
  452. package/legacy/TreeView/TreeView.js +1045 -0
  453. package/legacy/TreeView/TreeViewContext.js +12 -0
  454. package/legacy/TreeView/descendants.js +211 -0
  455. package/legacy/TreeView/index.js +3 -0
  456. package/legacy/TreeView/treeViewClasses.js +6 -0
  457. package/legacy/YearPicker/YearPicker.js +24 -0
  458. package/legacy/YearPicker/index.js +2 -0
  459. package/legacy/index.js +110 -0
  460. package/legacy/internal/svg-icons/ArrowDropDown.js +10 -0
  461. package/legacy/internal/svg-icons/ArrowLeft.js +10 -0
  462. package/legacy/internal/svg-icons/ArrowRight.js +10 -0
  463. package/legacy/internal/svg-icons/Calendar.js +10 -0
  464. package/legacy/internal/svg-icons/Clock.js +15 -0
  465. package/legacy/internal/svg-icons/DateRange.js +10 -0
  466. package/legacy/internal/svg-icons/Pen.js +10 -0
  467. package/legacy/internal/svg-icons/Time.js +15 -0
  468. package/legacy/themeAugmentation/index.js +1 -0
  469. package/legacy/useAutocomplete/index.js +1 -0
  470. package/modern/AdapterDateFns/AdapterDateFns.js +16 -0
  471. package/modern/AdapterDateFns/index.js +1 -0
  472. package/modern/AdapterDayjs/AdapterDayjs.js +16 -0
  473. package/modern/AdapterDayjs/index.js +1 -0
  474. package/modern/AdapterLuxon/AdapterLuxon.js +16 -0
  475. package/modern/AdapterLuxon/index.js +1 -0
  476. package/modern/AdapterMoment/AdapterMoment.js +16 -0
  477. package/modern/AdapterMoment/index.js +1 -0
  478. package/modern/Alert/Alert.js +19 -0
  479. package/modern/Alert/index.js +1 -0
  480. package/modern/AlertTitle/AlertTitle.js +19 -0
  481. package/modern/AlertTitle/index.js +1 -0
  482. package/modern/Autocomplete/Autocomplete.js +19 -0
  483. package/modern/Autocomplete/index.js +1 -0
  484. package/modern/AvatarGroup/AvatarGroup.js +19 -0
  485. package/modern/AvatarGroup/index.js +1 -0
  486. package/modern/CalendarPicker/CalendarPicker.js +20 -0
  487. package/modern/CalendarPicker/index.js +2 -0
  488. package/modern/CalendarPickerSkeleton/CalendarPickerSkeleton.js +24 -0
  489. package/modern/CalendarPickerSkeleton/index.js +2 -0
  490. package/modern/ClockPicker/ClockPicker.js +20 -0
  491. package/modern/ClockPicker/index.js +2 -0
  492. package/modern/DatePicker/DatePicker.js +19 -0
  493. package/modern/DatePicker/index.js +2 -0
  494. package/modern/DateRangePicker/DateRangePicker.js +19 -0
  495. package/modern/DateRangePicker/index.js +2 -0
  496. package/modern/DateRangePickerDay/DateRangePickerDay.js +23 -0
  497. package/modern/DateRangePickerDay/index.js +2 -0
  498. package/modern/DateTimePicker/DateTimePicker.js +19 -0
  499. package/modern/DateTimePicker/index.js +2 -0
  500. package/modern/DesktopDatePicker/DesktopDatePicker.js +19 -0
  501. package/modern/DesktopDatePicker/index.js +2 -0
  502. package/modern/DesktopDateRangePicker/DesktopDateRangePicker.js +19 -0
  503. package/modern/DesktopDateRangePicker/index.js +2 -0
  504. package/modern/DesktopDateTimePicker/DesktopDateTimePicker.js +19 -0
  505. package/modern/DesktopDateTimePicker/index.js +2 -0
  506. package/modern/DesktopTimePicker/DesktopTimePicker.js +19 -0
  507. package/modern/DesktopTimePicker/index.js +2 -0
  508. package/modern/LoadingButton/LoadingButton.js +237 -0
  509. package/modern/LoadingButton/index.js +3 -0
  510. package/modern/LoadingButton/loadingButtonClasses.js +6 -0
  511. package/modern/LocalizationProvider/LocalizationProvider.js +18 -0
  512. package/modern/LocalizationProvider/index.js +2 -0
  513. package/modern/Masonry/Masonry.js +347 -0
  514. package/modern/Masonry/index.js +3 -0
  515. package/modern/Masonry/masonryClasses.js +6 -0
  516. package/modern/MobileDatePicker/MobileDatePicker.js +19 -0
  517. package/modern/MobileDatePicker/index.js +2 -0
  518. package/modern/MobileDateRangePicker/MobileDateRangePicker.js +19 -0
  519. package/modern/MobileDateRangePicker/index.js +2 -0
  520. package/modern/MobileDateTimePicker/MobileDateTimePicker.js +19 -0
  521. package/modern/MobileDateTimePicker/index.js +2 -0
  522. package/modern/MobileTimePicker/MobileTimePicker.js +19 -0
  523. package/modern/MobileTimePicker/index.js +2 -0
  524. package/modern/MonthPicker/MonthPicker.js +24 -0
  525. package/modern/MonthPicker/index.js +2 -0
  526. package/modern/Pagination/Pagination.js +19 -0
  527. package/modern/Pagination/index.js +2 -0
  528. package/modern/Pagination/usePagination.js +1 -0
  529. package/modern/PaginationItem/PaginationItem.js +19 -0
  530. package/modern/PaginationItem/index.js +1 -0
  531. package/modern/PickersDay/PickersDay.js +24 -0
  532. package/modern/PickersDay/index.js +2 -0
  533. package/modern/Rating/Rating.js +19 -0
  534. package/modern/Rating/index.js +1 -0
  535. package/modern/Skeleton/Skeleton.js +19 -0
  536. package/modern/Skeleton/index.js +1 -0
  537. package/modern/SpeedDial/SpeedDial.js +19 -0
  538. package/modern/SpeedDial/index.js +1 -0
  539. package/modern/SpeedDialAction/SpeedDialAction.js +19 -0
  540. package/modern/SpeedDialAction/index.js +1 -0
  541. package/modern/SpeedDialIcon/SpeedDialIcon.js +19 -0
  542. package/modern/SpeedDialIcon/index.js +1 -0
  543. package/modern/StaticDatePicker/StaticDatePicker.js +19 -0
  544. package/modern/StaticDatePicker/index.js +2 -0
  545. package/modern/StaticDateRangePicker/StaticDateRangePicker.js +19 -0
  546. package/modern/StaticDateRangePicker/index.js +2 -0
  547. package/modern/StaticDateTimePicker/StaticDateTimePicker.js +19 -0
  548. package/modern/StaticDateTimePicker/index.js +2 -0
  549. package/modern/StaticTimePicker/StaticTimePicker.js +19 -0
  550. package/modern/StaticTimePicker/index.js +2 -0
  551. package/modern/TabContext/TabContext.js +85 -0
  552. package/modern/TabContext/index.js +2 -0
  553. package/modern/TabList/TabList.js +51 -0
  554. package/modern/TabList/index.js +1 -0
  555. package/modern/TabPanel/TabPanel.js +102 -0
  556. package/modern/TabPanel/index.js +3 -0
  557. package/modern/TabPanel/tabPanelClasses.js +6 -0
  558. package/modern/TimePicker/TimePicker.js +19 -0
  559. package/modern/TimePicker/index.js +2 -0
  560. package/modern/Timeline/Timeline.js +125 -0
  561. package/modern/Timeline/TimelineContext.js +12 -0
  562. package/modern/Timeline/index.js +3 -0
  563. package/modern/Timeline/timelineClasses.js +6 -0
  564. package/modern/TimelineConnector/TimelineConnector.js +82 -0
  565. package/modern/TimelineConnector/index.js +3 -0
  566. package/modern/TimelineConnector/timelineConnectorClasses.js +6 -0
  567. package/modern/TimelineContent/TimelineContent.js +99 -0
  568. package/modern/TimelineContent/index.js +3 -0
  569. package/modern/TimelineContent/timelineContentClasses.js +6 -0
  570. package/modern/TimelineDot/TimelineDot.js +131 -0
  571. package/modern/TimelineDot/index.js +3 -0
  572. package/modern/TimelineDot/timelineDotClasses.js +6 -0
  573. package/modern/TimelineItem/TimelineItem.js +135 -0
  574. package/modern/TimelineItem/index.js +3 -0
  575. package/modern/TimelineItem/timelineItemClasses.js +6 -0
  576. package/modern/TimelineOppositeContent/TimelineOppositeContent.js +101 -0
  577. package/modern/TimelineOppositeContent/index.js +3 -0
  578. package/modern/TimelineOppositeContent/timelineOppositeContentClasses.js +6 -0
  579. package/modern/TimelineSeparator/TimelineSeparator.js +79 -0
  580. package/modern/TimelineSeparator/index.js +3 -0
  581. package/modern/TimelineSeparator/timelineSeparatorClasses.js +6 -0
  582. package/modern/ToggleButton/ToggleButton.js +19 -0
  583. package/modern/ToggleButton/index.js +1 -0
  584. package/modern/ToggleButtonGroup/ToggleButtonGroup.js +19 -0
  585. package/modern/ToggleButtonGroup/index.js +1 -0
  586. package/modern/TreeItem/TreeItem.js +423 -0
  587. package/modern/TreeItem/TreeItemContent.js +128 -0
  588. package/modern/TreeItem/index.js +4 -0
  589. package/modern/TreeItem/treeItemClasses.js +6 -0
  590. package/modern/TreeItem/useTreeItem.js +74 -0
  591. package/modern/TreeView/TreeView.js +982 -0
  592. package/modern/TreeView/TreeViewContext.js +12 -0
  593. package/modern/TreeView/descendants.js +198 -0
  594. package/modern/TreeView/index.js +3 -0
  595. package/modern/TreeView/treeViewClasses.js +6 -0
  596. package/modern/YearPicker/YearPicker.js +24 -0
  597. package/modern/YearPicker/index.js +2 -0
  598. package/modern/index.js +110 -0
  599. package/modern/internal/svg-icons/ArrowDropDown.js +10 -0
  600. package/modern/internal/svg-icons/ArrowLeft.js +10 -0
  601. package/modern/internal/svg-icons/ArrowRight.js +10 -0
  602. package/modern/internal/svg-icons/Calendar.js +10 -0
  603. package/modern/internal/svg-icons/Clock.js +15 -0
  604. package/modern/internal/svg-icons/DateRange.js +10 -0
  605. package/modern/internal/svg-icons/Pen.js +10 -0
  606. package/modern/internal/svg-icons/Time.js +15 -0
  607. package/modern/themeAugmentation/index.js +1 -0
  608. package/modern/useAutocomplete/index.js +1 -0
  609. package/node/AdapterDateFns/AdapterDateFns.js +24 -0
  610. package/node/AdapterDateFns/index.js +15 -0
  611. package/node/AdapterDayjs/AdapterDayjs.js +24 -0
  612. package/node/AdapterDayjs/index.js +15 -0
  613. package/node/AdapterLuxon/AdapterLuxon.js +24 -0
  614. package/node/AdapterLuxon/index.js +15 -0
  615. package/node/AdapterMoment/AdapterMoment.js +24 -0
  616. package/node/AdapterMoment/index.js +15 -0
  617. package/node/Alert/Alert.js +38 -0
  618. package/node/Alert/index.js +15 -0
  619. package/node/AlertTitle/AlertTitle.js +38 -0
  620. package/node/AlertTitle/index.js +15 -0
  621. package/node/Autocomplete/Autocomplete.js +38 -0
  622. package/node/Autocomplete/index.js +15 -0
  623. package/node/AvatarGroup/AvatarGroup.js +38 -0
  624. package/node/AvatarGroup/index.js +15 -0
  625. package/node/CalendarPicker/CalendarPicker.js +34 -0
  626. package/node/CalendarPicker/index.js +30 -0
  627. package/node/CalendarPickerSkeleton/CalendarPickerSkeleton.js +41 -0
  628. package/node/CalendarPickerSkeleton/index.js +30 -0
  629. package/node/ClockPicker/ClockPicker.js +34 -0
  630. package/node/ClockPicker/index.js +30 -0
  631. package/node/DatePicker/DatePicker.js +32 -0
  632. package/node/DatePicker/index.js +30 -0
  633. package/node/DateRangePicker/DateRangePicker.js +32 -0
  634. package/node/DateRangePicker/index.js +30 -0
  635. package/node/DateRangePickerDay/DateRangePickerDay.js +39 -0
  636. package/node/DateRangePickerDay/index.js +30 -0
  637. package/node/DateTimePicker/DateTimePicker.js +32 -0
  638. package/node/DateTimePicker/index.js +30 -0
  639. package/node/DesktopDatePicker/DesktopDatePicker.js +32 -0
  640. package/node/DesktopDatePicker/index.js +30 -0
  641. package/node/DesktopDateRangePicker/DesktopDateRangePicker.js +32 -0
  642. package/node/DesktopDateRangePicker/index.js +30 -0
  643. package/node/DesktopDateTimePicker/DesktopDateTimePicker.js +32 -0
  644. package/node/DesktopDateTimePicker/index.js +30 -0
  645. package/node/DesktopTimePicker/DesktopTimePicker.js +32 -0
  646. package/node/DesktopTimePicker/index.js +30 -0
  647. package/node/LoadingButton/LoadingButton.js +257 -0
  648. package/node/LoadingButton/index.js +42 -0
  649. package/node/LoadingButton/loadingButtonClasses.js +17 -0
  650. package/node/LocalizationProvider/LocalizationProvider.js +31 -0
  651. package/node/LocalizationProvider/index.js +30 -0
  652. package/node/Masonry/Masonry.js +373 -0
  653. package/node/Masonry/index.js +42 -0
  654. package/node/Masonry/masonryClasses.js +17 -0
  655. package/node/MobileDatePicker/MobileDatePicker.js +32 -0
  656. package/node/MobileDatePicker/index.js +30 -0
  657. package/node/MobileDateRangePicker/MobileDateRangePicker.js +32 -0
  658. package/node/MobileDateRangePicker/index.js +30 -0
  659. package/node/MobileDateTimePicker/MobileDateTimePicker.js +32 -0
  660. package/node/MobileDateTimePicker/index.js +30 -0
  661. package/node/MobileTimePicker/MobileTimePicker.js +32 -0
  662. package/node/MobileTimePicker/index.js +30 -0
  663. package/node/MonthPicker/MonthPicker.js +41 -0
  664. package/node/MonthPicker/index.js +30 -0
  665. package/node/Pagination/Pagination.js +38 -0
  666. package/node/Pagination/index.js +23 -0
  667. package/node/Pagination/usePagination.js +15 -0
  668. package/node/PaginationItem/PaginationItem.js +38 -0
  669. package/node/PaginationItem/index.js +15 -0
  670. package/node/PickersDay/PickersDay.js +41 -0
  671. package/node/PickersDay/index.js +30 -0
  672. package/node/Rating/Rating.js +38 -0
  673. package/node/Rating/index.js +15 -0
  674. package/node/Skeleton/Skeleton.js +38 -0
  675. package/node/Skeleton/index.js +15 -0
  676. package/node/SpeedDial/SpeedDial.js +38 -0
  677. package/node/SpeedDial/index.js +15 -0
  678. package/node/SpeedDialAction/SpeedDialAction.js +38 -0
  679. package/node/SpeedDialAction/index.js +15 -0
  680. package/node/SpeedDialIcon/SpeedDialIcon.js +38 -0
  681. package/node/SpeedDialIcon/index.js +15 -0
  682. package/node/StaticDatePicker/StaticDatePicker.js +32 -0
  683. package/node/StaticDatePicker/index.js +30 -0
  684. package/node/StaticDateRangePicker/StaticDateRangePicker.js +32 -0
  685. package/node/StaticDateRangePicker/index.js +30 -0
  686. package/node/StaticDateTimePicker/StaticDateTimePicker.js +32 -0
  687. package/node/StaticDateTimePicker/index.js +30 -0
  688. package/node/StaticTimePicker/StaticTimePicker.js +32 -0
  689. package/node/StaticTimePicker/index.js +30 -0
  690. package/node/TabContext/TabContext.js +106 -0
  691. package/node/TabContext/index.js +30 -0
  692. package/node/TabList/TabList.js +72 -0
  693. package/node/TabList/index.js +15 -0
  694. package/node/TabPanel/TabPanel.js +123 -0
  695. package/node/TabPanel/index.js +42 -0
  696. package/node/TabPanel/tabPanelClasses.js +17 -0
  697. package/node/TimePicker/TimePicker.js +32 -0
  698. package/node/TimePicker/index.js +30 -0
  699. package/node/Timeline/Timeline.js +147 -0
  700. package/node/Timeline/TimelineContext.js +24 -0
  701. package/node/Timeline/index.js +42 -0
  702. package/node/Timeline/timelineClasses.js +17 -0
  703. package/node/TimelineConnector/TimelineConnector.js +103 -0
  704. package/node/TimelineConnector/index.js +42 -0
  705. package/node/TimelineConnector/timelineConnectorClasses.js +17 -0
  706. package/node/TimelineContent/TimelineContent.js +121 -0
  707. package/node/TimelineContent/index.js +42 -0
  708. package/node/TimelineContent/timelineContentClasses.js +17 -0
  709. package/node/TimelineDot/TimelineDot.js +152 -0
  710. package/node/TimelineDot/index.js +42 -0
  711. package/node/TimelineDot/timelineDotClasses.js +17 -0
  712. package/node/TimelineItem/TimelineItem.js +158 -0
  713. package/node/TimelineItem/index.js +42 -0
  714. package/node/TimelineItem/timelineItemClasses.js +17 -0
  715. package/node/TimelineOppositeContent/TimelineOppositeContent.js +123 -0
  716. package/node/TimelineOppositeContent/index.js +42 -0
  717. package/node/TimelineOppositeContent/timelineOppositeContentClasses.js +17 -0
  718. package/node/TimelineSeparator/TimelineSeparator.js +100 -0
  719. package/node/TimelineSeparator/index.js +42 -0
  720. package/node/TimelineSeparator/timelineSeparatorClasses.js +17 -0
  721. package/node/ToggleButton/ToggleButton.js +38 -0
  722. package/node/ToggleButton/index.js +15 -0
  723. package/node/ToggleButtonGroup/ToggleButtonGroup.js +38 -0
  724. package/node/ToggleButtonGroup/index.js +15 -0
  725. package/node/TreeItem/TreeItem.js +447 -0
  726. package/node/TreeItem/TreeItemContent.js +147 -0
  727. package/node/TreeItem/index.js +51 -0
  728. package/node/TreeItem/treeItemClasses.js +17 -0
  729. package/node/TreeItem/useTreeItem.js +89 -0
  730. package/node/TreeView/TreeView.js +1002 -0
  731. package/node/TreeView/TreeViewContext.js +24 -0
  732. package/node/TreeView/descendants.js +217 -0
  733. package/node/TreeView/index.js +42 -0
  734. package/node/TreeView/treeViewClasses.js +17 -0
  735. package/node/YearPicker/YearPicker.js +36 -0
  736. package/node/YearPicker/index.js +30 -0
  737. package/node/index.js +1098 -0
  738. package/node/internal/svg-icons/ArrowDropDown.js +25 -0
  739. package/node/internal/svg-icons/ArrowLeft.js +25 -0
  740. package/node/internal/svg-icons/ArrowRight.js +25 -0
  741. package/node/internal/svg-icons/Calendar.js +25 -0
  742. package/node/internal/svg-icons/Clock.js +29 -0
  743. package/node/internal/svg-icons/DateRange.js +25 -0
  744. package/node/internal/svg-icons/Pen.js +25 -0
  745. package/node/internal/svg-icons/Time.js +29 -0
  746. package/node/themeAugmentation/index.js +2 -0
  747. package/node/useAutocomplete/index.js +19 -0
  748. package/package.json +67 -0
  749. package/themeAugmentation/components.d.ts +78 -0
  750. package/themeAugmentation/index.d.ts +3 -0
  751. package/themeAugmentation/index.js +1 -0
  752. package/themeAugmentation/overrides.d.ts +35 -0
  753. package/themeAugmentation/package.json +6 -0
  754. package/themeAugmentation/props.d.ts +36 -0
  755. package/useAutocomplete/index.d.ts +1 -0
  756. package/useAutocomplete/index.js +1 -0
  757. package/useAutocomplete/package.json +6 -0
@@ -0,0 +1,19 @@
1
+ import _extends from "@babel/runtime/helpers/esm/extends";
2
+ import * as React from 'react';
3
+ import SpeedDialIcon from '@mui/material/SpeedDialIcon';
4
+ import { jsx as _jsx } from "react/jsx-runtime";
5
+ let warnedOnce = false;
6
+ /**
7
+ * @ignore - do not document.
8
+ */
9
+
10
+ export default /*#__PURE__*/React.forwardRef(function DeprecatedSpeedDialIcon(props, ref) {
11
+ if (!warnedOnce) {
12
+ console.warn(['MUI: The SpeedDialIcon component was moved from the lab to the core.', '', "You should use `import { SpeedDialIcon } from '@mui/material'`", "or `import SpeedDialIcon from '@mui/material/SpeedDialIcon'`"].join('\n'));
13
+ warnedOnce = true;
14
+ }
15
+
16
+ return /*#__PURE__*/_jsx(SpeedDialIcon, _extends({
17
+ ref: ref
18
+ }, props));
19
+ });
@@ -0,0 +1 @@
1
+ export { default } from './SpeedDialIcon';
@@ -0,0 +1,19 @@
1
+ /* eslint-disable @typescript-eslint/no-unused-vars */
2
+ import * as React from 'react';
3
+ let warnedOnce = false;
4
+
5
+ const warn = () => {
6
+ if (!warnedOnce) {
7
+ console.warn(['MUI: The StaticDatePicker component was moved from `@mui/lab` to `@mui/x-date-pickers`.', '', "You should use `import { StaticDatePicker } from '@mui/x-date-pickers'`", "or `import { StaticDatePicker } from '@mui/x-date-pickers/StaticDatePicker'`", '', 'More information about this migration on our blog: https://mui.com/blog/lab-date-pickers-to-mui-x/.'].join('\n'));
8
+ warnedOnce = true;
9
+ }
10
+ };
11
+
12
+ /**
13
+ * @ignore - do not document.
14
+ */
15
+ const StaticDatePicker = /*#__PURE__*/React.forwardRef(function DeprecatedStaticDatePicker() {
16
+ warn();
17
+ return null;
18
+ });
19
+ export default StaticDatePicker;
@@ -0,0 +1,2 @@
1
+ export { default } from './StaticDatePicker';
2
+ export * from './StaticDatePicker';
@@ -0,0 +1,19 @@
1
+ /* eslint-disable @typescript-eslint/no-unused-vars */
2
+ import * as React from 'react';
3
+ let warnedOnce = false;
4
+
5
+ const warn = () => {
6
+ if (!warnedOnce) {
7
+ console.warn(['MUI: The StaticDateRangePicker component was moved from `@mui/lab` to `@mui/x-date-pickers-pro`', '', "You should use `import { StaticDateRangePicker } from '@mui/x-date-pickers-pro'`", "or `import { StaticDateRangePicker } from '@mui/x-date-pickers-pro/StaticDateRangePicker'`", '', 'More information about this migration on our blog: https://mui.com/blog/lab-date-pickers-to-mui-x/.'].join('\n'));
8
+ warnedOnce = true;
9
+ }
10
+ };
11
+
12
+ /**
13
+ * @ignore - do not document.
14
+ */
15
+ const StaticDateRangePicker = /*#__PURE__*/React.forwardRef(function DeprecatedStaticDateRangePicker() {
16
+ warn();
17
+ return null;
18
+ });
19
+ export default StaticDateRangePicker;
@@ -0,0 +1,2 @@
1
+ export { default } from './StaticDateRangePicker';
2
+ export * from './StaticDateRangePicker';
@@ -0,0 +1,19 @@
1
+ /* eslint-disable @typescript-eslint/no-unused-vars */
2
+ import * as React from 'react';
3
+ let warnedOnce = false;
4
+
5
+ const warn = () => {
6
+ if (!warnedOnce) {
7
+ console.warn(['MUI: The StaticDateTimePicker component was moved from `@mui/lab` to `@mui/x-date-pickers`.', '', "You should use `import { StaticDateTimePicker } from '@mui/x-date-pickers'`", "or `import { StaticDateTimePicker } from '@mui/x-date-pickers/StaticDateTimePicker'`", '', 'More information about this migration on our blog: https://mui.com/blog/lab-date-pickers-to-mui-x/.'].join('\n'));
8
+ warnedOnce = true;
9
+ }
10
+ };
11
+
12
+ /**
13
+ * @ignore - do not document.
14
+ */
15
+ const StaticDateTimePicker = /*#__PURE__*/React.forwardRef(function DeprecatedStaticDateTimePicker() {
16
+ warn();
17
+ return null;
18
+ });
19
+ export default StaticDateTimePicker;
@@ -0,0 +1,2 @@
1
+ export { default } from './StaticDateTimePicker';
2
+ export * from './StaticDateTimePicker';
@@ -0,0 +1,19 @@
1
+ /* eslint-disable @typescript-eslint/no-unused-vars */
2
+ import * as React from 'react';
3
+ let warnedOnce = false;
4
+
5
+ const warn = () => {
6
+ if (!warnedOnce) {
7
+ console.warn(['MUI: The StaticTimePicker component was moved from `@mui/lab` to `@mui/x-date-pickers`.', '', "You should use `import { StaticTimePicker } from '@mui/x-date-pickers'`", "or `import { StaticTimePicker } from '@mui/x-date-pickers/StaticTimePicker'`", '', 'More information about this migration on our blog: https://mui.com/blog/lab-date-pickers-to-mui-x/.'].join('\n'));
8
+ warnedOnce = true;
9
+ }
10
+ };
11
+
12
+ /**
13
+ * @ignore - do not document.
14
+ */
15
+ const StaticTimePicker = /*#__PURE__*/React.forwardRef(function DeprecatedStaticTimePicker() {
16
+ warn();
17
+ return null;
18
+ });
19
+ export default StaticTimePicker;
@@ -0,0 +1,2 @@
1
+ export { default } from './StaticTimePicker';
2
+ export * from './StaticTimePicker';
@@ -0,0 +1,85 @@
1
+ import * as React from 'react';
2
+ import PropTypes from 'prop-types';
3
+ /**
4
+ * @type {React.Context<{ idPrefix: string; value: string } | null>}
5
+ */
6
+
7
+ import { jsx as _jsx } from "react/jsx-runtime";
8
+ const Context = /*#__PURE__*/React.createContext(null);
9
+
10
+ if (process.env.NODE_ENV !== 'production') {
11
+ Context.displayName = 'TabContext';
12
+ }
13
+
14
+ function useUniquePrefix() {
15
+ const [id, setId] = React.useState(null);
16
+ React.useEffect(() => {
17
+ setId(`mui-p-${Math.round(Math.random() * 1e5)}`);
18
+ }, []);
19
+ return id;
20
+ }
21
+
22
+ export default function TabContext(props) {
23
+ const {
24
+ children,
25
+ value
26
+ } = props;
27
+ const idPrefix = useUniquePrefix();
28
+ const context = React.useMemo(() => {
29
+ return {
30
+ idPrefix,
31
+ value
32
+ };
33
+ }, [idPrefix, value]);
34
+ return /*#__PURE__*/_jsx(Context.Provider, {
35
+ value: context,
36
+ children: children
37
+ });
38
+ }
39
+ process.env.NODE_ENV !== "production" ? TabContext.propTypes
40
+ /* remove-proptypes */
41
+ = {
42
+ // ----------------------------- Warning --------------------------------
43
+ // | These PropTypes are generated from the TypeScript type definitions |
44
+ // | To update them edit the d.ts file and run "yarn proptypes" |
45
+ // ----------------------------------------------------------------------
46
+
47
+ /**
48
+ * The content of the component.
49
+ */
50
+ children: PropTypes.node,
51
+
52
+ /**
53
+ * The value of the currently selected `Tab`.
54
+ */
55
+ value: PropTypes.string.isRequired
56
+ } : void 0;
57
+ /**
58
+ * @returns {unknown}
59
+ */
60
+
61
+ export function useTabContext() {
62
+ return React.useContext(Context);
63
+ }
64
+ export function getPanelId(context, value) {
65
+ const {
66
+ idPrefix
67
+ } = context;
68
+
69
+ if (idPrefix === null) {
70
+ return null;
71
+ }
72
+
73
+ return `${context.idPrefix}-P-${value}`;
74
+ }
75
+ export function getTabId(context, value) {
76
+ const {
77
+ idPrefix
78
+ } = context;
79
+
80
+ if (idPrefix === null) {
81
+ return null;
82
+ }
83
+
84
+ return `${context.idPrefix}-T-${value}`;
85
+ }
@@ -0,0 +1,2 @@
1
+ export { default } from './TabContext';
2
+ export * from './TabContext';
@@ -0,0 +1,51 @@
1
+ import _extends from "@babel/runtime/helpers/esm/extends";
2
+ import _objectWithoutPropertiesLoose from "@babel/runtime/helpers/esm/objectWithoutPropertiesLoose";
3
+ const _excluded = ["children"];
4
+ import * as React from 'react';
5
+ import PropTypes from 'prop-types';
6
+ import Tabs from '@mui/material/Tabs';
7
+ import { useTabContext, getTabId, getPanelId } from '../TabContext';
8
+ import { jsx as _jsx } from "react/jsx-runtime";
9
+ const TabList = /*#__PURE__*/React.forwardRef(function TabList(props, ref) {
10
+ const {
11
+ children: childrenProp
12
+ } = props,
13
+ other = _objectWithoutPropertiesLoose(props, _excluded);
14
+
15
+ const context = useTabContext();
16
+
17
+ if (context === null) {
18
+ throw new TypeError('No TabContext provided');
19
+ }
20
+
21
+ const children = React.Children.map(childrenProp, child => {
22
+ if (! /*#__PURE__*/React.isValidElement(child)) {
23
+ return null;
24
+ }
25
+
26
+ return /*#__PURE__*/React.cloneElement(child, {
27
+ // SOMEDAY: `Tabs` will set those themselves
28
+ 'aria-controls': getPanelId(context, child.props.value),
29
+ id: getTabId(context, child.props.value)
30
+ });
31
+ });
32
+ return /*#__PURE__*/_jsx(Tabs, _extends({}, other, {
33
+ ref: ref,
34
+ value: context.value,
35
+ children: children
36
+ }));
37
+ });
38
+ process.env.NODE_ENV !== "production" ? TabList.propTypes
39
+ /* remove-proptypes */
40
+ = {
41
+ // ----------------------------- Warning --------------------------------
42
+ // | These PropTypes are generated from the TypeScript type definitions |
43
+ // | To update them edit the d.ts file and run "yarn proptypes" |
44
+ // ----------------------------------------------------------------------
45
+
46
+ /**
47
+ * A list of `<Tab />` elements.
48
+ */
49
+ children: PropTypes.node
50
+ } : void 0;
51
+ export default TabList;
@@ -0,0 +1 @@
1
+ export { default } from './TabList';
@@ -0,0 +1,102 @@
1
+ import _extends from "@babel/runtime/helpers/esm/extends";
2
+ import _objectWithoutPropertiesLoose from "@babel/runtime/helpers/esm/objectWithoutPropertiesLoose";
3
+ const _excluded = ["children", "className", "value"];
4
+ import * as React from 'react';
5
+ import PropTypes from 'prop-types';
6
+ import clsx from 'clsx';
7
+ import { styled, useThemeProps } from '@mui/material/styles';
8
+ import { unstable_composeClasses as composeClasses } from '@mui/base';
9
+ import { getTabPanelUtilityClass } from './tabPanelClasses';
10
+ import { getPanelId, getTabId, useTabContext } from '../TabContext';
11
+ import { jsx as _jsx } from "react/jsx-runtime";
12
+
13
+ const useUtilityClasses = ownerState => {
14
+ const {
15
+ classes
16
+ } = ownerState;
17
+ const slots = {
18
+ root: ['root']
19
+ };
20
+ return composeClasses(slots, getTabPanelUtilityClass, classes);
21
+ };
22
+
23
+ const TabPanelRoot = styled('div', {
24
+ name: 'MuiTabPanel',
25
+ slot: 'Root',
26
+ overridesResolver: (props, styles) => styles.root
27
+ })(({
28
+ theme
29
+ }) => ({
30
+ padding: theme.spacing(3)
31
+ }));
32
+ const TabPanel = /*#__PURE__*/React.forwardRef(function TabPanel(inProps, ref) {
33
+ const props = useThemeProps({
34
+ props: inProps,
35
+ name: 'MuiTabPanel'
36
+ });
37
+
38
+ const {
39
+ children,
40
+ className,
41
+ value
42
+ } = props,
43
+ other = _objectWithoutPropertiesLoose(props, _excluded);
44
+
45
+ const ownerState = _extends({}, props);
46
+
47
+ const classes = useUtilityClasses(ownerState);
48
+ const context = useTabContext();
49
+
50
+ if (context === null) {
51
+ throw new TypeError('No TabContext provided');
52
+ }
53
+
54
+ const id = getPanelId(context, value);
55
+ const tabId = getTabId(context, value);
56
+ return /*#__PURE__*/_jsx(TabPanelRoot, _extends({
57
+ "aria-labelledby": tabId,
58
+ className: clsx(classes.root, className),
59
+ hidden: value !== context.value,
60
+ id: id,
61
+ ref: ref,
62
+ role: "tabpanel",
63
+ ownerState: ownerState
64
+ }, other, {
65
+ children: value === context.value && children
66
+ }));
67
+ });
68
+ process.env.NODE_ENV !== "production" ? TabPanel.propTypes
69
+ /* remove-proptypes */
70
+ = {
71
+ // ----------------------------- Warning --------------------------------
72
+ // | These PropTypes are generated from the TypeScript type definitions |
73
+ // | To update them edit the d.ts file and run "yarn proptypes" |
74
+ // ----------------------------------------------------------------------
75
+
76
+ /**
77
+ * The content of the component.
78
+ */
79
+ children: PropTypes.node,
80
+
81
+ /**
82
+ * Override or extend the styles applied to the component.
83
+ */
84
+ classes: PropTypes.object,
85
+
86
+ /**
87
+ * @ignore
88
+ */
89
+ className: PropTypes.string,
90
+
91
+ /**
92
+ * The system prop that allows defining system overrides as well as additional CSS styles.
93
+ */
94
+ sx: PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.func, PropTypes.object, PropTypes.bool])), PropTypes.func, PropTypes.object]),
95
+
96
+ /**
97
+ * The `value` of the corresponding `Tab`. Must use the index of the `Tab` when
98
+ * no `value` was passed to `Tab`.
99
+ */
100
+ value: PropTypes.string.isRequired
101
+ } : void 0;
102
+ export default TabPanel;
@@ -0,0 +1,3 @@
1
+ export { default } from './TabPanel';
2
+ export { default as tabPanelClasses } from './tabPanelClasses';
3
+ export * from './tabPanelClasses';
@@ -0,0 +1,6 @@
1
+ import { generateUtilityClass, generateUtilityClasses } from '@mui/base';
2
+ export function getTabPanelUtilityClass(slot) {
3
+ return generateUtilityClass('MuiTabPanel', slot);
4
+ }
5
+ const tabPanelClasses = generateUtilityClasses('MuiTabPanel', ['root']);
6
+ export default tabPanelClasses;
@@ -0,0 +1,19 @@
1
+ /* eslint-disable @typescript-eslint/no-unused-vars */
2
+ import * as React from 'react';
3
+ let warnedOnce = false;
4
+
5
+ const warn = () => {
6
+ if (!warnedOnce) {
7
+ console.warn(['MUI: The TimePicker component was moved from `@mui/lab` to `@mui/x-date-pickers`.', '', "You should use `import { TimePicker } from '@mui/x-date-pickers'`", "or `import { TimePicker } from '@mui/x-date-pickers/TimePicker'`", '', 'More information about this migration on our blog: https://mui.com/blog/lab-date-pickers-to-mui-x/.'].join('\n'));
8
+ warnedOnce = true;
9
+ }
10
+ };
11
+
12
+ /**
13
+ * @ignore - do not document.
14
+ */
15
+ const TimePicker = /*#__PURE__*/React.forwardRef(function DeprecatedTimePicker() {
16
+ warn();
17
+ return null;
18
+ });
19
+ export default TimePicker;
@@ -0,0 +1,2 @@
1
+ export { default } from './TimePicker';
2
+ export * from './TimePicker';
@@ -0,0 +1,125 @@
1
+ import _extends from "@babel/runtime/helpers/esm/extends";
2
+ import _objectWithoutPropertiesLoose from "@babel/runtime/helpers/esm/objectWithoutPropertiesLoose";
3
+ const _excluded = ["position", "className"];
4
+ import * as React from 'react';
5
+ import PropTypes from 'prop-types';
6
+ import clsx from 'clsx';
7
+ import { capitalize } from '@mui/material/utils';
8
+ import { unstable_composeClasses as composeClasses } from '@mui/base';
9
+ import { styled, useThemeProps } from '@mui/material/styles';
10
+ import TimelineContext from './TimelineContext';
11
+ import { getTimelineUtilityClass } from './timelineClasses';
12
+ import { jsx as _jsx } from "react/jsx-runtime";
13
+
14
+ const useUtilityClasses = ownerState => {
15
+ const {
16
+ position,
17
+ classes
18
+ } = ownerState;
19
+ const slots = {
20
+ root: ['root', position && `position${capitalize(position)}`]
21
+ };
22
+ return composeClasses(slots, getTimelineUtilityClass, classes);
23
+ };
24
+
25
+ const TimelineRoot = styled('ul', {
26
+ name: 'MuiTimeline',
27
+ slot: 'Root',
28
+ overridesResolver: (props, styles) => {
29
+ const {
30
+ ownerState
31
+ } = props;
32
+ return [styles.root, ownerState.position && styles[`position${capitalize(ownerState.position)}`]];
33
+ }
34
+ })({
35
+ display: 'flex',
36
+ flexDirection: 'column',
37
+ padding: '6px 16px',
38
+ flexGrow: 1
39
+ });
40
+ /**
41
+ *
42
+ * Demos:
43
+ *
44
+ * - [Timeline](https://mui.com/material-ui/react-timeline/)
45
+ *
46
+ * API:
47
+ *
48
+ * - [Timeline API](https://mui.com/material-ui/api/timeline/)
49
+ */
50
+
51
+ const Timeline = /*#__PURE__*/React.forwardRef(function Timeline(inProps, ref) {
52
+ const props = useThemeProps({
53
+ props: inProps,
54
+ name: 'MuiTimeline'
55
+ });
56
+
57
+ const {
58
+ position = 'right',
59
+ className
60
+ } = props,
61
+ other = _objectWithoutPropertiesLoose(props, _excluded);
62
+
63
+ const ownerState = _extends({}, props, {
64
+ position
65
+ });
66
+
67
+ const classes = useUtilityClasses(ownerState);
68
+ return /*#__PURE__*/_jsx(TimelineContext.Provider, {
69
+ value: {
70
+ position
71
+ },
72
+ children: /*#__PURE__*/_jsx(TimelineRoot, _extends({
73
+ className: clsx(classes.root, className),
74
+ ownerState: ownerState // @ts-expect-error TypeScript bug, need to keep unknown for DX
75
+ ,
76
+ ref: ref
77
+ }, other))
78
+ });
79
+ });
80
+ process.env.NODE_ENV !== "production" ? Timeline.propTypes
81
+ /* remove-proptypes */
82
+ = {
83
+ // ----------------------------- Warning --------------------------------
84
+ // | These PropTypes are generated from the TypeScript type definitions |
85
+ // | To update them edit TypeScript types and run "yarn proptypes" |
86
+ // ----------------------------------------------------------------------
87
+
88
+ /**
89
+ * The content of the component.
90
+ */
91
+ children: PropTypes.node,
92
+
93
+ /**
94
+ * Override or extend the styles applied to the component.
95
+ */
96
+ classes: PropTypes.object,
97
+
98
+ /**
99
+ * className applied to the root element.
100
+ */
101
+ className: PropTypes.string,
102
+
103
+ /**
104
+ * The position where the TimelineContent should appear relative to the time axis.
105
+ * @default 'right'
106
+ */
107
+ position: PropTypes.oneOf(['alternate', 'left', 'right']),
108
+
109
+ /**
110
+ * The system prop that allows defining system overrides as well as additional CSS styles.
111
+ */
112
+ sx: PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.func, PropTypes.object, PropTypes.bool])), PropTypes.func, PropTypes.object])
113
+ } : void 0;
114
+ /**
115
+ *
116
+ * Demos:
117
+ *
118
+ * - [Timeline](https://mui.com/components/timeline/)
119
+ *
120
+ * API:
121
+ *
122
+ * - [Timeline API](https://mui.com/api/timeline/)
123
+ */
124
+
125
+ export default Timeline;
@@ -0,0 +1,12 @@
1
+ import * as React from 'react';
2
+ /**
3
+ * @ignore - internal component.
4
+ */
5
+
6
+ const TimelineContext = /*#__PURE__*/React.createContext({});
7
+
8
+ if (process.env.NODE_ENV !== 'production') {
9
+ TimelineContext.displayName = 'TimelineContext';
10
+ }
11
+
12
+ export default TimelineContext;
@@ -0,0 +1,3 @@
1
+ export { default } from './Timeline';
2
+ export { default as timelineClasses } from './timelineClasses';
3
+ export * from './timelineClasses';
@@ -0,0 +1,6 @@
1
+ import { generateUtilityClass, generateUtilityClasses } from '@mui/base';
2
+ export function getTimelineUtilityClass(slot) {
3
+ return generateUtilityClass('MuiTimeline', slot);
4
+ }
5
+ const timelineClasses = generateUtilityClasses('MuiTimeline', ['root', 'positionLeft', 'positionRight', 'positionAlternate']);
6
+ export default timelineClasses;
@@ -0,0 +1,82 @@
1
+ import _extends from "@babel/runtime/helpers/esm/extends";
2
+ import _objectWithoutPropertiesLoose from "@babel/runtime/helpers/esm/objectWithoutPropertiesLoose";
3
+ const _excluded = ["className"];
4
+ import * as React from 'react';
5
+ import PropTypes from 'prop-types';
6
+ import clsx from 'clsx';
7
+ import { unstable_composeClasses as composeClasses } from '@mui/base';
8
+ import { styled, useThemeProps } from '@mui/material/styles';
9
+ import { getTimelineConnectorUtilityClass } from './timelineConnectorClasses';
10
+ import { jsx as _jsx } from "react/jsx-runtime";
11
+
12
+ const useUtilityClasses = ownerState => {
13
+ const {
14
+ classes
15
+ } = ownerState;
16
+ const slots = {
17
+ root: ['root']
18
+ };
19
+ return composeClasses(slots, getTimelineConnectorUtilityClass, classes);
20
+ };
21
+
22
+ const TimelineConnectorRoot = styled('span', {
23
+ name: 'MuiTimelineConnector',
24
+ slot: 'Root',
25
+ overridesResolver: (props, styles) => styles.root
26
+ })(({
27
+ theme
28
+ }) => {
29
+ return {
30
+ width: 2,
31
+ backgroundColor: (theme.vars || theme).palette.grey[400],
32
+ flexGrow: 1
33
+ };
34
+ });
35
+ const TimelineConnector = /*#__PURE__*/React.forwardRef(function TimelineConnector(inProps, ref) {
36
+ const props = useThemeProps({
37
+ props: inProps,
38
+ name: 'MuiTimelineConnector'
39
+ });
40
+
41
+ const {
42
+ className
43
+ } = props,
44
+ other = _objectWithoutPropertiesLoose(props, _excluded);
45
+
46
+ const ownerState = props;
47
+ const classes = useUtilityClasses(ownerState);
48
+ return /*#__PURE__*/_jsx(TimelineConnectorRoot, _extends({
49
+ className: clsx(classes.root, className),
50
+ ownerState: ownerState,
51
+ ref: ref
52
+ }, other));
53
+ });
54
+ process.env.NODE_ENV !== "production" ? TimelineConnector.propTypes
55
+ /* remove-proptypes */
56
+ = {
57
+ // ----------------------------- Warning --------------------------------
58
+ // | These PropTypes are generated from the TypeScript type definitions |
59
+ // | To update them edit the d.ts file and run "yarn proptypes" |
60
+ // ----------------------------------------------------------------------
61
+
62
+ /**
63
+ * The content of the component.
64
+ */
65
+ children: PropTypes.node,
66
+
67
+ /**
68
+ * Override or extend the styles applied to the component.
69
+ */
70
+ classes: PropTypes.object,
71
+
72
+ /**
73
+ * @ignore
74
+ */
75
+ className: PropTypes.string,
76
+
77
+ /**
78
+ * The system prop that allows defining system overrides as well as additional CSS styles.
79
+ */
80
+ sx: PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.func, PropTypes.object, PropTypes.bool])), PropTypes.func, PropTypes.object])
81
+ } : void 0;
82
+ export default TimelineConnector;
@@ -0,0 +1,3 @@
1
+ export { default } from './TimelineConnector';
2
+ export { default as timelineConnectorClasses } from './timelineConnectorClasses';
3
+ export * from './timelineConnectorClasses';
@@ -0,0 +1,6 @@
1
+ import { generateUtilityClass, generateUtilityClasses } from '@mui/base';
2
+ export function getTimelineConnectorUtilityClass(slot) {
3
+ return generateUtilityClass('MuiTimelineConnector', slot);
4
+ }
5
+ const timelineConnectorClasses = generateUtilityClasses('MuiTimelineConnector', ['root']);
6
+ export default timelineConnectorClasses;