@surveycake/rc 3.0.0-aplha.7 → 3.0.0-gitlab-test.2

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 (311) hide show
  1. package/CHANGELOG.md +1329 -2
  2. package/README.md +16 -3
  3. package/dist/EditableTable/index.d.ts +1 -1
  4. package/dist/Pagination/types.d.ts +2 -0
  5. package/dist/Portal/index.d.ts +1 -1
  6. package/dist/Typography/index.d.ts +1 -0
  7. package/dist/V2/Accordion/Accordion.stories.d.ts +6 -0
  8. package/dist/V2/Accordion/index.d.ts +6 -0
  9. package/dist/V2/Accordion/styles.d.ts +3 -0
  10. package/dist/V2/AccordionDetails/index.d.ts +6 -0
  11. package/dist/V2/AccordionDetails/styles.d.ts +3 -0
  12. package/dist/V2/AccordionSelect/AccordionSelect.stories.d.ts +5 -0
  13. package/dist/V2/AccordionSelect/AccordionSelectGroup.stories.d.ts +4 -0
  14. package/dist/V2/AccordionSelect/components/AccordionSelectGroup.d.ts +13 -0
  15. package/dist/V2/AccordionSelect/components/AccordionSelectItem.d.ts +11 -0
  16. package/dist/V2/AccordionSelect/components/GreyBlock.d.ts +6 -0
  17. package/dist/V2/AccordionSelect/components/Placeholder.d.ts +7 -0
  18. package/dist/V2/AccordionSelect/index.d.ts +16 -0
  19. package/dist/V2/AccordionSummary/index.d.ts +6 -0
  20. package/dist/V2/AccordionSummary/styles.d.ts +3 -0
  21. package/dist/V2/Alert/Alert.stories.d.ts +6 -0
  22. package/dist/V2/Alert/index.d.ts +9 -0
  23. package/dist/V2/Alert/styles.d.ts +3 -0
  24. package/dist/V2/AlertTitle/index.d.ts +9 -0
  25. package/dist/V2/AlertTitle/styles.d.ts +3 -0
  26. package/dist/V2/Autocomplete/Autocomplete.stories.d.ts +5 -0
  27. package/dist/V2/Autocomplete/index.d.ts +7 -0
  28. package/dist/V2/Autocomplete/styles.d.ts +3 -0
  29. package/dist/V2/Backdrop/Backdrop.stories.d.ts +1 -2
  30. package/dist/V2/Backdrop/index.d.ts +1 -1
  31. package/dist/V2/Box/index.d.ts +5 -2
  32. package/dist/V2/Button/Button.stories.d.ts +1 -0
  33. package/dist/V2/ButtonGroup/ButtonGroup.stories.d.ts +5 -0
  34. package/dist/V2/ButtonGroup/index.d.ts +6 -0
  35. package/dist/V2/Card/index.d.ts +6 -0
  36. package/dist/V2/Card/styles.d.ts +3 -0
  37. package/dist/V2/CardActionArea/index.d.ts +6 -0
  38. package/dist/V2/CardActionArea/styles.d.ts +3 -0
  39. package/dist/V2/CardActions/index.d.ts +6 -0
  40. package/dist/V2/CardMedia/index.d.ts +6 -0
  41. package/dist/V2/Checkbox/Checkbox.stories.d.ts +5 -0
  42. package/dist/V2/Checkbox/index.d.ts +6 -0
  43. package/dist/V2/Checkbox/styles.d.ts +3 -0
  44. package/dist/V2/Chip/Chip.stories.d.ts +7 -0
  45. package/dist/V2/Chip/index.d.ts +6 -0
  46. package/dist/V2/Chip/styles.d.ts +3 -0
  47. package/dist/V2/CircularProgress/index.d.ts +1 -1
  48. package/dist/V2/ClickAwayListener/index.d.ts +9 -0
  49. package/dist/V2/ColorPalette/Color.stories.d.ts +7 -0
  50. package/dist/V2/ColorPalette/exclusiveColor.d.ts +25 -0
  51. package/dist/V2/ColorPalette/views/Block.d.ts +7 -0
  52. package/dist/V2/ColorPalette/views/Color.d.ts +8 -0
  53. package/dist/V2/ColorPalette/views/Wrapper.d.ts +6 -0
  54. package/dist/V2/ColorPalette/views/index.d.ts +3 -0
  55. package/dist/V2/CssBaseline/index.d.ts +2 -2
  56. package/dist/V2/Dialog/index.d.ts +2 -1
  57. package/dist/V2/Dialog/styles.d.ts +3 -0
  58. package/dist/V2/DialogActions/index.d.ts +3 -1
  59. package/dist/V2/DialogContent/index.d.ts +3 -1
  60. package/dist/V2/DialogContentText/index.d.ts +4 -1
  61. package/dist/V2/DialogTitle/index.d.ts +3 -1
  62. package/dist/V2/Divider/Divider.stories.d.ts +4 -0
  63. package/dist/V2/Divider/index.d.ts +6 -0
  64. package/dist/V2/Divider/styles.d.ts +3 -0
  65. package/dist/V2/Drawer/Drawer.stories.d.ts +4 -0
  66. package/dist/V2/Drawer/index.d.ts +6 -0
  67. package/dist/V2/Fade/index.d.ts +6 -0
  68. package/dist/V2/FormControl/index.d.ts +1 -1
  69. package/dist/V2/FormControlLabel/index.d.ts +6 -0
  70. package/dist/V2/FormControlLabel/style.d.ts +3 -0
  71. package/dist/V2/FormGroup/index.d.ts +6 -0
  72. package/dist/V2/FormHelperText/FormHelperText.stories.d.ts +1 -0
  73. package/dist/V2/FormHelperText/index.d.ts +1 -1
  74. package/dist/V2/FormLabel/FormLabel.stories.d.ts +2 -0
  75. package/dist/V2/FormLabel/index.d.ts +1 -1
  76. package/dist/V2/Grow/index.d.ts +9 -0
  77. package/dist/V2/Icon/Customize/AIFile.d.ts +3 -0
  78. package/dist/V2/Icon/Customize/Advertisement.d.ts +3 -0
  79. package/dist/V2/Icon/Customize/ArrowCircleDown.d.ts +3 -0
  80. package/dist/V2/Icon/Customize/ArrowSort.d.ts +3 -0
  81. package/dist/V2/Icon/Customize/ArrowSortAsc.d.ts +3 -0
  82. package/dist/V2/Icon/Customize/ArrowSortDesc.d.ts +3 -0
  83. package/dist/V2/Icon/Customize/AutoAwesome.d.ts +3 -0
  84. package/dist/V2/Icon/Customize/AutoAwesomeOutlined.d.ts +3 -0
  85. package/dist/V2/Icon/Customize/BarChart.d.ts +3 -0
  86. package/dist/V2/Icon/Customize/CalendarMonth.d.ts +3 -0
  87. package/dist/V2/Icon/Customize/CardboardBox.d.ts +3 -0
  88. package/dist/V2/Icon/Customize/CheckFile.d.ts +3 -0
  89. package/dist/V2/Icon/Customize/Collapse.d.ts +3 -0
  90. package/dist/V2/Icon/Customize/Combine.d.ts +3 -0
  91. package/dist/V2/Icon/Customize/ConflictRoute.d.ts +3 -0
  92. package/dist/V2/Icon/Customize/Copy.d.ts +3 -0
  93. package/dist/V2/Icon/Customize/Coupon.d.ts +3 -0
  94. package/dist/V2/Icon/Customize/CreditCard/JCB.d.ts +3 -0
  95. package/dist/V2/Icon/Customize/CreditCard/Mastercard.d.ts +3 -0
  96. package/dist/V2/Icon/Customize/CreditCard/Visa.d.ts +3 -0
  97. package/dist/V2/Icon/Customize/CreditCard/index.d.ts +3 -0
  98. package/dist/V2/Icon/Customize/CurlyBrackets.d.ts +3 -0
  99. package/dist/V2/Icon/Customize/Design.d.ts +3 -0
  100. package/dist/V2/Icon/Customize/DisplayLogic.d.ts +3 -0
  101. package/dist/V2/Icon/Customize/DonutChart.d.ts +3 -0
  102. package/dist/V2/Icon/Customize/DriveFileMove.d.ts +3 -0
  103. package/dist/V2/Icon/Customize/EmailFilled.d.ts +3 -0
  104. package/dist/V2/Icon/Customize/EmbedCode.d.ts +3 -0
  105. package/dist/V2/Icon/Customize/ExpandAll.d.ts +3 -0
  106. package/dist/V2/Icon/Customize/ExportSheet.d.ts +3 -0
  107. package/dist/V2/Icon/Customize/Facebook.d.ts +3 -0
  108. package/dist/V2/Icon/Customize/FileExport.d.ts +3 -0
  109. package/dist/V2/Icon/Customize/FilterAlt.d.ts +3 -0
  110. package/dist/V2/Icon/Customize/FolderSharedMultiple.d.ts +3 -0
  111. package/dist/V2/Icon/Customize/Google.d.ts +3 -0
  112. package/dist/V2/Icon/Customize/GridView.d.ts +3 -0
  113. package/dist/V2/Icon/Customize/Image.d.ts +3 -0
  114. package/dist/V2/Icon/Customize/InsertPageBreakOutlined.d.ts +3 -0
  115. package/dist/V2/Icon/Customize/IntegrationInstructionsOutlined.d.ts +3 -0
  116. package/dist/V2/Icon/Customize/LinkedIn.d.ts +3 -0
  117. package/dist/V2/Icon/Customize/LocalFireDepartmentOutlined.d.ts +3 -0
  118. package/dist/V2/Icon/Customize/Logic.d.ts +3 -0
  119. package/dist/V2/Icon/Customize/MailForward.d.ts +3 -0
  120. package/dist/V2/Icon/Customize/Maximum.d.ts +3 -0
  121. package/dist/V2/Icon/Customize/NewReleaseCheck.d.ts +3 -0
  122. package/dist/V2/Icon/Customize/None.d.ts +3 -0
  123. package/dist/V2/Icon/Customize/PieChart.d.ts +3 -0
  124. package/dist/V2/Icon/Customize/PinOutlined.d.ts +3 -0
  125. package/dist/V2/Icon/Customize/Privacy.d.ts +3 -0
  126. package/dist/V2/Icon/Customize/QrCode.d.ts +3 -0
  127. package/dist/V2/Icon/Customize/Quiz.d.ts +3 -0
  128. package/dist/V2/Icon/Customize/RadarChart.d.ts +3 -0
  129. package/dist/V2/Icon/Customize/Randomize.d.ts +3 -0
  130. package/dist/V2/Icon/Customize/ShieldError.d.ts +3 -0
  131. package/dist/V2/Icon/Customize/ShieldStar.d.ts +3 -0
  132. package/dist/V2/Icon/Customize/ShieldSuccess.d.ts +3 -0
  133. package/dist/V2/Icon/Customize/ShieldWarning.d.ts +3 -0
  134. package/dist/V2/Icon/Customize/ShortText.d.ts +3 -0
  135. package/dist/V2/Icon/Customize/Skip.d.ts +3 -0
  136. package/dist/V2/Icon/Customize/Swords.d.ts +3 -0
  137. package/dist/V2/Icon/Customize/Synchronize.d.ts +3 -0
  138. package/dist/V2/Icon/Customize/TableList.d.ts +3 -0
  139. package/dist/V2/Icon/Customize/Tag.d.ts +3 -0
  140. package/dist/V2/Icon/Customize/TemplateRecommend/AcademicSurvey.d.ts +3 -0
  141. package/dist/V2/Icon/Customize/TemplateRecommend/CourseParticipationAndFeedback.d.ts +3 -0
  142. package/dist/V2/Icon/Customize/TemplateRecommend/CrowdfundingAndPreTesting.d.ts +3 -0
  143. package/dist/V2/Icon/Customize/TemplateRecommend/CustomerService.d.ts +3 -0
  144. package/dist/V2/Icon/Customize/TemplateRecommend/DiningExperienceAndFeedback.d.ts +3 -0
  145. package/dist/V2/Icon/Customize/TemplateRecommend/EventParticipationAndFeedback.d.ts +3 -0
  146. package/dist/V2/Icon/Customize/TemplateRecommend/GroupPurchaseAndOrderForm.d.ts +3 -0
  147. package/dist/V2/Icon/Customize/TemplateRecommend/MarketResearch.d.ts +3 -0
  148. package/dist/V2/Icon/Customize/TemplateRecommend/OnlineTestsAndInteractiveActivities.d.ts +3 -0
  149. package/dist/V2/Icon/Customize/TemplateRecommend/Others.d.ts +3 -0
  150. package/dist/V2/Icon/Customize/TemplateRecommend/PerformanceAssessment.d.ts +3 -0
  151. package/dist/V2/Icon/Customize/TemplateRecommend/PersonalDataCollection.d.ts +3 -0
  152. package/dist/V2/Icon/Customize/TemplateRecommend/Raffle.d.ts +3 -0
  153. package/dist/V2/Icon/Customize/TemplateRecommend/SatisfactionSurvey.d.ts +3 -0
  154. package/dist/V2/Icon/Customize/TemplateRecommend/StatisticsAndRecords.d.ts +3 -0
  155. package/dist/V2/Icon/Customize/TemplateRecommend/Voting.d.ts +3 -0
  156. package/dist/V2/Icon/Customize/TemplateRecommend/WeddingApplication.d.ts +3 -0
  157. package/dist/V2/Icon/Customize/TemplateRecommend/index.d.ts +17 -0
  158. package/dist/V2/Icon/Customize/TypeChoiceMulti.d.ts +3 -0
  159. package/dist/V2/Icon/Customize/TypeChoiceOne.d.ts +3 -0
  160. package/dist/V2/Icon/Customize/TypeConstantSum.d.ts +3 -0
  161. package/dist/V2/Icon/Customize/TypeDatePicker.d.ts +3 -0
  162. package/dist/V2/Icon/Customize/TypeDigitInput.d.ts +3 -0
  163. package/dist/V2/Icon/Customize/TypeDigitSlide.d.ts +3 -0
  164. package/dist/V2/Icon/Customize/TypeDivider.d.ts +3 -0
  165. package/dist/V2/Icon/Customize/TypeFileUpload.d.ts +3 -0
  166. package/dist/V2/Icon/Customize/TypeItemSort.d.ts +3 -0
  167. package/dist/V2/Icon/Customize/TypeNPS.d.ts +3 -0
  168. package/dist/V2/Icon/Customize/TypeNest.d.ts +3 -0
  169. package/dist/V2/Icon/Customize/TypeNestMulti.d.ts +3 -0
  170. package/dist/V2/Icon/Customize/TypeNestedDropdown.d.ts +3 -0
  171. package/dist/V2/Icon/Customize/TypePickFrom.d.ts +3 -0
  172. package/dist/V2/Icon/Customize/TypeQuote.d.ts +3 -0
  173. package/dist/V2/Icon/Customize/TypeRatingBar.d.ts +3 -0
  174. package/dist/V2/Icon/Customize/TypeStatement.d.ts +3 -0
  175. package/dist/V2/Icon/Customize/TypeTxtLong.d.ts +3 -0
  176. package/dist/V2/Icon/Customize/TypeTxtShort.d.ts +3 -0
  177. package/dist/V2/Icon/Customize/TypeVariableNumber.d.ts +3 -0
  178. package/dist/V2/Icon/Customize/UploadFile.d.ts +3 -0
  179. package/dist/V2/Icon/Customize/UserReply.d.ts +3 -0
  180. package/dist/V2/Icon/Customize/Video.d.ts +3 -0
  181. package/dist/V2/Icon/Customize/X.d.ts +3 -0
  182. package/dist/V2/Icon/Customize/index.d.ts +99 -0
  183. package/dist/V2/Icon/Icon.stories.d.ts +1 -2
  184. package/dist/V2/Icon/index.d.ts +211 -2
  185. package/dist/V2/IconButton/IconButton.stories.d.ts +2 -1
  186. package/dist/V2/IconButton/index.d.ts +1 -1
  187. package/dist/V2/IconButton/styles.d.ts +3 -0
  188. package/dist/V2/InputAdornment/InputAdornment.stories.d.ts +6 -0
  189. package/dist/V2/InputAdornment/index.d.ts +6 -0
  190. package/dist/V2/LinearProgress/LinearProgress.stories.d.ts +5 -0
  191. package/dist/V2/LinearProgress/index.d.ts +6 -0
  192. package/dist/V2/LinearProgress/styles.d.ts +3 -0
  193. package/dist/V2/Link/Link.stories.d.ts +4 -3
  194. package/dist/V2/Link/index.d.ts +1 -1
  195. package/dist/V2/List/index.d.ts +6 -0
  196. package/dist/V2/List/styles.d.ts +3 -0
  197. package/dist/V2/ListSubheader/index.d.ts +6 -0
  198. package/dist/V2/ListSubheader/styles.d.ts +3 -0
  199. package/dist/V2/LoadingButton/LoadingButton.stories.d.ts +4 -0
  200. package/dist/V2/LoadingButton/index.d.ts +10 -0
  201. package/dist/V2/Menu/Menu.stories.d.ts +4 -0
  202. package/dist/V2/Menu/index.d.ts +6 -0
  203. package/dist/V2/Menu/styles.d.ts +3 -0
  204. package/dist/V2/MenuItem/index.d.ts +1 -1
  205. package/dist/V2/MenuList/index.d.ts +6 -0
  206. package/dist/V2/MultiVarSelect/MultiVarSelect.stories.d.ts +5 -0
  207. package/dist/V2/MultiVarSelect/index.d.ts +23 -0
  208. package/dist/V2/MultiVarSelect/styles.d.ts +2 -0
  209. package/dist/V2/NestedAccordionSelect/NestedAccordionSelect.stories.d.ts +8 -0
  210. package/dist/V2/NestedAccordionSelect/NestedAccordionSelectGroup.stories.d.ts +8 -0
  211. package/dist/V2/NestedAccordionSelect/components/GreyBlock.d.ts +6 -0
  212. package/dist/V2/NestedAccordionSelect/components/NestedAccordionSelectGroup.d.ts +14 -0
  213. package/dist/V2/NestedAccordionSelect/components/NestedAccordionSelectItem.d.ts +14 -0
  214. package/dist/V2/NestedAccordionSelect/components/Placeholder.d.ts +7 -0
  215. package/dist/V2/NestedAccordionSelect/index.d.ts +18 -0
  216. package/dist/V2/OutlinedInput/OutlinedInput.stories.d.ts +3 -0
  217. package/dist/V2/OutlinedInput/index.d.ts +2 -2
  218. package/dist/V2/Pagination/index.d.ts +14 -0
  219. package/dist/V2/Pagination/index.stories.d.ts +4 -0
  220. package/dist/V2/Popover/Popover.stories.d.ts +4 -0
  221. package/dist/V2/Popover/index.d.ts +4 -0
  222. package/dist/V2/Popover/styles.d.ts +3 -0
  223. package/dist/V2/Popper/index.d.ts +9 -0
  224. package/dist/V2/Radio/Radio.stories.d.ts +5 -0
  225. package/dist/V2/Radio/index.d.ts +9 -0
  226. package/dist/V2/Radio/styles.d.ts +3 -0
  227. package/dist/V2/RadioGroup/RadioGroup.stories.d.ts +4 -0
  228. package/dist/V2/RadioGroup/index.d.ts +6 -0
  229. package/dist/V2/Select/Select.stories.d.ts +4 -1
  230. package/dist/V2/Select/index.d.ts +1 -2
  231. package/dist/V2/Shadows/Shadows.stories.d.ts +4 -0
  232. package/dist/V2/Skeleton/Skeleton.stories.d.ts +6 -0
  233. package/dist/V2/Skeleton/index.d.ts +7 -0
  234. package/dist/V2/Slide/index.d.ts +6 -0
  235. package/dist/V2/Slider/Slider.stories.d.ts +4 -0
  236. package/dist/V2/Slider/index.d.ts +6 -0
  237. package/dist/V2/Slider/styles.d.ts +3 -0
  238. package/dist/V2/Snackbar/Snackbar.stories.d.ts +5 -0
  239. package/dist/V2/Snackbar/index.d.ts +6 -0
  240. package/dist/V2/Snackbar/styles.d.ts +3 -0
  241. package/dist/V2/Snackbar/views/SlideTransition.d.ts +7 -0
  242. package/dist/V2/SnackbarContent/styles.d.ts +3 -0
  243. package/dist/V2/Step/index.d.ts +6 -0
  244. package/dist/V2/StepConnector/styles.d.ts +3 -0
  245. package/dist/V2/StepIcon/styles.d.ts +3 -0
  246. package/dist/V2/StepLabel/index.d.ts +6 -0
  247. package/dist/V2/StepLabel/styles.d.ts +3 -0
  248. package/dist/V2/Stepper/Stepper.stories.d.ts +4 -0
  249. package/dist/V2/Stepper/index.d.ts +6 -0
  250. package/dist/V2/Stepper/styles.d.ts +3 -0
  251. package/dist/V2/SwipeableDrawer/SwipeableDrawer.stories.d.ts +4 -0
  252. package/dist/V2/SwipeableDrawer/index.d.ts +6 -0
  253. package/dist/V2/Switch/Switch.stories.d.ts +6 -0
  254. package/dist/V2/Switch/index.d.ts +6 -0
  255. package/dist/V2/Switch/styles.d.ts +3 -0
  256. package/dist/V2/Tab/index.d.ts +8 -0
  257. package/dist/V2/Tab/styles.d.ts +3 -0
  258. package/dist/V2/Table/Table.stories.d.ts +7 -0
  259. package/dist/V2/Table/index.d.ts +6 -0
  260. package/dist/V2/TableBody/index.d.ts +6 -0
  261. package/dist/V2/TableCell/index.d.ts +6 -0
  262. package/dist/V2/TableCell/styles.d.ts +3 -0
  263. package/dist/V2/TableContainer/index.d.ts +6 -0
  264. package/dist/V2/TableHead/index.d.ts +6 -0
  265. package/dist/V2/TablePagination/TablePagination.stories.d.ts +4 -0
  266. package/dist/V2/TablePagination/index.d.ts +3 -0
  267. package/dist/V2/TablePagination/styles.d.ts +3 -0
  268. package/dist/V2/TableRow/index.d.ts +6 -0
  269. package/dist/V2/TableRow/styles.d.ts +3 -0
  270. package/dist/V2/TableSortLabel/index.d.ts +6 -0
  271. package/dist/V2/Tabs/Tabs.stories.d.ts +8 -0
  272. package/dist/V2/Tabs/index.d.ts +10 -0
  273. package/dist/V2/Tabs/styles.d.ts +3 -0
  274. package/dist/V2/TextField/index.d.ts +0 -1
  275. package/dist/V2/ToggleButton/index.d.ts +6 -0
  276. package/dist/V2/ToggleButton/styles.d.ts +3 -0
  277. package/dist/V2/ToggleButtonGroup/ToggleButtonGroup.stories.d.ts +6 -0
  278. package/dist/V2/ToggleButtonGroup/index.d.ts +6 -0
  279. package/dist/V2/ToggleButtonGroup/styles.d.ts +3 -0
  280. package/dist/V2/Tooltip/Tooltip.stories.d.ts +5 -0
  281. package/dist/V2/Tooltip/index.d.ts +6 -0
  282. package/dist/V2/Tooltip/styles.d.ts +3 -0
  283. package/dist/V2/Typography/Typography.stories.d.ts +2 -1
  284. package/dist/V2/Typography/index.d.ts +1 -1
  285. package/dist/V2/Typography/views/Header.d.ts +3 -0
  286. package/dist/V2/Typography/views/Row.d.ts +11 -0
  287. package/dist/V2/Typography/views/Table.d.ts +6 -0
  288. package/dist/V2/Typography/views/index.d.ts +3 -0
  289. package/dist/V2/VarSelect/VarSelect.stories.d.ts +7 -0
  290. package/dist/V2/VarSelect/index.d.ts +27 -0
  291. package/dist/V2/VarSelect/styles.d.ts +2 -0
  292. package/dist/V2/index.d.ts +60 -4
  293. package/dist/V2/styles/ThemeProvider.d.ts +0 -1
  294. package/dist/V2/styles/constants/DESKTOP_FONT_SIZE.d.ts +14 -0
  295. package/dist/V2/styles/constants/MOBILE_FONT_SIZE.d.ts +14 -0
  296. package/dist/V2/styles/core.d.ts +27 -0
  297. package/dist/V2/styles/theme.d.ts +1 -0
  298. package/dist/V2/styles/useThemeCompat.d.ts +172 -0
  299. package/dist/customEmotion.d.ts +16 -0
  300. package/dist/index.d.ts +1 -0
  301. package/dist/rc.cjs.development.js +5746 -666
  302. package/dist/rc.cjs.development.js.map +1 -1
  303. package/dist/rc.cjs.production.min.js +1 -1
  304. package/dist/rc.cjs.production.min.js.map +1 -1
  305. package/dist/rc.esm.js +5689 -619
  306. package/dist/rc.esm.js.map +1 -1
  307. package/dist/utils/useViewportWidth.d.ts +2 -0
  308. package/package.json +9 -10
  309. package/dist/V2/Icon/custom/Facebook.d.ts +0 -6
  310. package/dist/V2/Icon/custom/index.d.ts +0 -1
  311. /package/dist/V2/{Box/Box.stories.d.ts → Card/Card.stories.d.ts} +0 -0
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const TablePagination: React.ForwardRefExoticComponent<Pick<import("@material-ui/core/OverridableComponent").OverrideProps<import("@material-ui/core/TablePagination").TablePaginationTypeMap<{}, React.ComponentType<Pick<import("@material-ui/core").TableCellProps, "ref" | "style" | "title" | "className" | "innerRef" | "align" | "colSpan" | "headers" | "rowSpan" | "scope" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "placeholder" | "slot" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "css" | "valign" | "padding" | "size" | "sortDirection" | "variant">>>, React.ComponentType<Pick<import("@material-ui/core").TableCellProps, "ref" | "style" | "title" | "className" | "innerRef" | "align" | "colSpan" | "headers" | "rowSpan" | "scope" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "placeholder" | "slot" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "css" | "valign" | "padding" | "size" | "sortDirection" | "variant">>>, "style" | "title" | "className" | "classes" | "innerRef" | "align" | "colSpan" | "headers" | "rowSpan" | "scope" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "placeholder" | "slot" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "css" | "valign" | "padding" | "size" | "sortDirection" | "variant" | "page" | "ActionsComponent" | "backIconButtonText" | "backIconButtonProps" | "count" | "labelDisplayedRows" | "labelRowsPerPage" | "nextIconButtonProps" | "nextIconButtonText" | "onChangePage" | "onPageChange" | "onChangeRowsPerPage" | "onRowsPerPageChange" | "rowsPerPage" | "rowsPerPageOptions" | "SelectProps"> & React.RefAttributes<HTMLDivElement>>;
3
+ export default TablePagination;
@@ -0,0 +1,3 @@
1
+ import { StyleRules } from '@material-ui/core/styles';
2
+ import { TablePaginationClassKey } from '@material-ui/core/TablePagination';
3
+ export declare const MuiTablePagination: Partial<StyleRules<TablePaginationClassKey>>;
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+ import { TableRowProps as MUITableRowProps } from '@material-ui/core/TableRow';
3
+ export interface TableRowProps extends MUITableRowProps {
4
+ }
5
+ declare const TableRow: React.ForwardRefExoticComponent<Pick<TableRowProps, "style" | "title" | "className" | "classes" | "innerRef" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "placeholder" | "slot" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "css" | "selected" | "hover"> & React.RefAttributes<HTMLTableRowElement>>;
6
+ export default TableRow;
@@ -0,0 +1,3 @@
1
+ import { StyleRules } from '@material-ui/core/styles';
2
+ import { TableRowClassKey } from '@material-ui/core/TableRow';
3
+ export declare const MuiTableRow: Partial<StyleRules<TableRowClassKey>>;
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+ import { TableSortLabelProps as MUITableSortLabelProps } from '@material-ui/core/TableSortLabel';
3
+ export interface TableSortLabelProps extends MUITableSortLabelProps {
4
+ }
5
+ declare const TableSortLabel: React.ForwardRefExoticComponent<Pick<TableSortLabelProps, "style" | "title" | "className" | "classes" | "innerRef" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "placeholder" | "slot" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "css" | "key" | "active" | "direction" | "hideSortIcon" | "IconComponent" | "action" | "buttonRef" | "centerRipple" | "disabled" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "onFocusVisible" | "TouchRippleProps"> & React.RefAttributes<HTMLSpanElement>>;
6
+ export default TableSortLabel;
@@ -0,0 +1,8 @@
1
+ import { Meta, Story } from '@storybook/react';
2
+ declare const _default: Meta<import("@storybook/react").Args>;
3
+ export default _default;
4
+ export declare const Basic: Story;
5
+ export declare const NavTabs: Story;
6
+ export declare const ScrollableTabs: Story;
7
+ export declare const VerticalTabs: Story;
8
+ export declare const Customized: Story;
@@ -0,0 +1,10 @@
1
+ import React, { ChangeEvent } from 'react';
2
+ import { TabsProps as MUITabsProps } from '@material-ui/core/Tabs';
3
+ /**
4
+ * https://github.com/mui-org/material-ui/issues/17454
5
+ */
6
+ export interface TabsProps extends Omit<MUITabsProps, 'onChange'> {
7
+ onChange?: (event: ChangeEvent<{}>, value: any) => void;
8
+ }
9
+ declare const Tabs: React.ForwardRefExoticComponent<Pick<TabsProps, "form" | "style" | "title" | "className" | "classes" | "innerRef" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "placeholder" | "slot" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "css" | "key" | "type" | "autoFocus" | "disabled" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "name" | "value" | "action" | "buttonRef" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "onFocusVisible" | "TouchRippleProps" | "centered" | "scrollButtons" | "indicatorColor" | "orientation" | "ScrollButtonComponent" | "selectionFollowsFocus" | "TabIndicatorProps" | "TabScrollButtonProps" | "textColor" | "variant"> & React.RefAttributes<HTMLButtonElement>>;
10
+ export default Tabs;
@@ -0,0 +1,3 @@
1
+ import { StyleRules } from '@material-ui/core/styles';
2
+ import { TabsClassKey } from '@material-ui/core/Tabs';
3
+ export declare const MuiTabs: Partial<StyleRules<TabsClassKey>>;
@@ -1,5 +1,4 @@
1
1
  import React from 'react';
2
2
  import { TextFieldProps as MUITextFieldProps } from '@material-ui/core/TextField';
3
- export declare type TextFieldProps = MUITextFieldProps;
4
3
  declare const TextField: React.ForwardRefExoticComponent<Pick<MUITextFieldProps, "classes" | "label" | "select" | "style" | "title" | "className" | "innerRef" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "placeholder" | "slot" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "css" | "fullWidth" | "disabled" | "error" | "focused" | "hiddenLabel" | "margin" | "required" | "size" | "variant" | "InputProps" | "inputProps" | "autoComplete" | "autoFocus" | "FormHelperTextProps" | "helperText" | "InputLabelProps" | "inputRef" | "multiline" | "name" | "rows" | "rowsMax" | "maxRows" | "minRows" | "SelectProps" | "type" | "value"> & React.RefAttributes<HTMLParagraphElement>>;
5
4
  export default TextField;
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+ import { ToggleButtonProps as MUIToggleButtonProps } from '@material-ui/lab/ToggleButton';
3
+ interface ToggleButtonProps extends MUIToggleButtonProps {
4
+ }
5
+ declare const ToggleButton: React.ForwardRefExoticComponent<Pick<ToggleButtonProps, "form" | "style" | "title" | "className" | "classes" | "innerRef" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "placeholder" | "slot" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "css" | "key" | "autoFocus" | "disabled" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "name" | "type" | "value" | "selected" | "disableFocusRipple" | "size" | "action" | "buttonRef" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "onFocusVisible" | "TouchRippleProps"> & React.RefAttributes<HTMLButtonElement>>;
6
+ export default ToggleButton;
@@ -0,0 +1,3 @@
1
+ import { StyleRules } from '@material-ui/core/styles';
2
+ import { ToggleButtonClassKey } from '@material-ui/lab/ToggleButton';
3
+ export declare const MuiToggleButton: Partial<StyleRules<ToggleButtonClassKey>>;
@@ -0,0 +1,6 @@
1
+ import { Story, Meta } from '@storybook/react';
2
+ declare const _default: Meta<import("@storybook/react").Args>;
3
+ export default _default;
4
+ export declare const ExclusiveSelection: Story;
5
+ export declare const MultipleSelection: Story;
6
+ export declare const WithIcons: Story;
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+ import { ToggleButtonGroupProps as MUIToggleButtonGroupProps } from '@material-ui/lab/ToggleButtonGroup';
3
+ interface ToggleButtonGroupProps extends MUIToggleButtonGroupProps {
4
+ }
5
+ declare const ToggleButtonGroup: React.ForwardRefExoticComponent<Pick<ToggleButtonGroupProps, "classes" | "onChange" | "children" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "placeholder" | "slot" | "spellCheck" | "style" | "tabIndex" | "title" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "css" | "exclusive" | "orientation" | "size" | "value" | "innerRef"> & React.RefAttributes<React.HTMLAttributes<HTMLDivElement>>>;
6
+ export default ToggleButtonGroup;
@@ -0,0 +1,3 @@
1
+ import { StyleRules } from '@material-ui/core/styles';
2
+ import { ToggleButtonGroupClassKey } from '@material-ui/lab/ToggleButtonGroup';
3
+ export declare const MuiToggleButtonGroup: Partial<StyleRules<ToggleButtonGroupClassKey>>;
@@ -0,0 +1,5 @@
1
+ import { Story, Meta } from '@storybook/react';
2
+ declare const _default: Meta<import("@storybook/react").Args>;
3
+ export default _default;
4
+ export declare const Basic: Story;
5
+ export declare const Arrow: Story;
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+ import { TooltipProps as MUITooltipProps } from '@material-ui/core/Tooltip';
3
+ interface TooltipProps extends MUITooltipProps {
4
+ }
5
+ declare const Tooltip: React.ForwardRefExoticComponent<Pick<TooltipProps, "classes" | "arrow" | "title" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "placeholder" | "slot" | "spellCheck" | "style" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "css" | "disableFocusListener" | "disableHoverListener" | "disableTouchListener" | "enterDelay" | "enterNextDelay" | "enterTouchDelay" | "interactive" | "leaveDelay" | "leaveTouchDelay" | "onClose" | "onOpen" | "open" | "placement" | "PopperComponent" | "PopperProps" | "TransitionComponent" | "TransitionProps" | "innerRef"> & React.RefAttributes<React.ReactElement<any, string | ((props: any) => React.ReactElement<any, string | any | (new (props: any) => React.Component<any, any, any>)> | null) | (new (props: any) => React.Component<any, any, any>)>>>;
6
+ export default Tooltip;
@@ -0,0 +1,3 @@
1
+ import { StyleRules } from '@material-ui/core/styles';
2
+ import { TooltipClassKey } from '@material-ui/core/Tooltip';
3
+ export declare const MuiTooltip: Partial<StyleRules<TooltipClassKey>>;
@@ -1,4 +1,5 @@
1
1
  import { Story, Meta } from '@storybook/react';
2
2
  declare const _default: Meta<import("@storybook/react").Args>;
3
3
  export default _default;
4
- export declare const Typography: Story;
4
+ export declare const Desktop: Story;
5
+ export declare const Mobile: Story;
@@ -1,6 +1,6 @@
1
1
  import React from 'react';
2
2
  import { TypographyProps as MUITypographyProps } from '@material-ui/core/Typography';
3
- export interface TypographyProps extends MUITypographyProps {
3
+ interface TypographyProps extends MUITypographyProps {
4
4
  component?: React.ElementType;
5
5
  }
6
6
  declare const Typography: React.ForwardRefExoticComponent<Pick<TypographyProps, "style" | "title" | "className" | "classes" | "innerRef" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "placeholder" | "slot" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "css" | "noWrap" | "gutterBottom" | "paragraph" | "component" | "align" | "display" | "variant" | "variantMapping"> & React.RefAttributes<HTMLElement>>;
@@ -0,0 +1,3 @@
1
+ /// <reference types="react" />
2
+ declare const Header: () => JSX.Element;
3
+ export default Header;
@@ -0,0 +1,11 @@
1
+ import React from 'react';
2
+ import { Variant } from '@material-ui/core/styles/createTypography';
3
+ interface SingleProps {
4
+ children?: React.ReactNode;
5
+ fontSize: number;
6
+ fontWeight: number | string | undefined;
7
+ lineHeight: number | string | undefined;
8
+ variant: Variant;
9
+ }
10
+ declare const Row: (props: SingleProps) => JSX.Element;
11
+ export default Row;
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+ interface TableProps {
3
+ children?: React.ReactNode;
4
+ }
5
+ declare const Table: (props: TableProps) => JSX.Element;
6
+ export default Table;
@@ -0,0 +1,3 @@
1
+ export { default as Table } from './Table';
2
+ export { default as Header } from './Header';
3
+ export { default as Row } from './Row';
@@ -0,0 +1,7 @@
1
+ import { Story, Meta } from '@storybook/react';
2
+ declare const _default: Meta<import("@storybook/react").Args>;
3
+ export default _default;
4
+ export declare const Base: Story;
5
+ export declare const Disabled: Story;
6
+ export declare const Groups: Story;
7
+ export declare const HasDisabledOptions: Story;
@@ -0,0 +1,27 @@
1
+ import React, { ReactNode } from 'react';
2
+ import { SelectProps } from '../Select';
3
+ export declare type MenuItemOption = {
4
+ value?: string | number;
5
+ children?: string | ReactNode;
6
+ emptyLabel?: string | ReactNode;
7
+ };
8
+ export declare type Option = {
9
+ optionType: 'root' | 'var' | 'container';
10
+ children?: string | ReactNode;
11
+ value?: string | number;
12
+ };
13
+ export declare type MenuGroups = {
14
+ optionType: 'container' | 'root' | 'var';
15
+ groupTitle: string;
16
+ options: MenuItemOption[];
17
+ };
18
+ interface VarSelectProps extends SelectProps {
19
+ /**
20
+ * Data structure required by VarSelect
21
+ */
22
+ groups?: MenuGroups[];
23
+ options?: Option[];
24
+ disabledOptions?: Array<Option['value']>;
25
+ }
26
+ declare const VarSelect: React.ForwardRefExoticComponent<Pick<VarSelectProps, "classes" | "disabled" | "value" | "onChange" | "error" | "multiline" | "fullWidth" | "input" | "children" | "onKeyUp" | "onKeyDown" | "onBlur" | "onFocus" | "defaultValue" | "defaultChecked" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "placeholder" | "slot" | "spellCheck" | "style" | "tabIndex" | "title" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocusCapture" | "onBlurCapture" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "css" | "autoComplete" | "autoFocus" | "endAdornment" | "inputComponent" | "inputProps" | "inputRef" | "margin" | "name" | "readOnly" | "required" | "renderSuffix" | "rows" | "rowsMax" | "rowsMin" | "maxRows" | "minRows" | "startAdornment" | "type" | "innerRef" | "disableUnderline" | "groups" | "options" | "disabledOptions" | "autoWidth" | "displayEmpty" | "IconComponent" | "label" | "labelId" | "labelWidth" | "MenuProps" | "multiple" | "native" | "onClose" | "onOpen" | "open" | "renderValue" | "SelectDisplayProps" | "variant"> & React.RefAttributes<HTMLDivElement>>;
27
+ export default VarSelect;
@@ -0,0 +1,2 @@
1
+ export declare const useSelectStyle: (props?: any) => Record<"select", string>;
2
+ export declare const useCustomOptionStyle: (props?: any) => Record<"container" | "root" | "var", string>;
@@ -1,25 +1,81 @@
1
- import * as CustomSvgIcon from './Icon/custom';
2
- export { theme } from './styles/theme';
3
- export { ThemeProvider, useMUITheme, PureThemeProvider, } from './styles/ThemeProvider';
1
+ export { theme, useMUITheme } from './styles/theme';
2
+ export { useThemeCompat, themeCompat } from './styles/useThemeCompat';
3
+ export { ThemeProvider, PureThemeProvider } from './styles/ThemeProvider';
4
+ export { default as Accordion } from './Accordion';
5
+ export { default as AccordionDetails } from './AccordionDetails';
6
+ export { default as AccordionSelect } from './AccordionSelect';
7
+ export { default as AccordionSummary } from './AccordionSummary';
8
+ export { default as Alert } from './Alert';
9
+ export { default as AlertTitle } from './AlertTitle';
10
+ export { default as Autocomplete } from './Autocomplete';
4
11
  export { default as Backdrop } from './Backdrop';
5
12
  export { default as Box } from './Box';
6
13
  export { default as Button } from './Button';
14
+ export { default as ButtonGroup } from './ButtonGroup';
15
+ export { default as Card } from './Card';
16
+ export { default as CardActionArea } from './CardActionArea';
17
+ export { default as CardActions } from './CardActions';
18
+ export { default as CardMedia } from './CardMedia';
19
+ export { default as Checkbox } from './Checkbox';
20
+ export { default as Chip } from './Chip';
7
21
  export { default as CircularProgress } from './CircularProgress';
22
+ export { default as ClickAwayListener } from './ClickAwayListener';
8
23
  export { default as CssBaseline } from './CssBaseline';
9
24
  export { default as Dialog } from './Dialog';
10
25
  export { default as DialogActions } from './DialogActions';
11
26
  export { default as DialogContent } from './DialogContent';
12
27
  export { default as DialogContentText } from './DialogContentText';
13
28
  export { default as DialogTitle } from './DialogTitle';
29
+ export { default as Divider } from './Divider';
30
+ export { default as Drawer } from './Drawer';
31
+ export { default as Fade } from './Fade';
14
32
  export { default as FormControl } from './FormControl';
33
+ export { default as FormControlLabel } from './FormControlLabel';
34
+ export { default as FormGroup } from './FormGroup';
15
35
  export { default as FormHelperText } from './FormHelperText';
16
36
  export { default as FormLabel } from './FormLabel';
37
+ export { default as Grow } from './Grow';
17
38
  export { default as IconButton } from './IconButton';
39
+ export { default as InputAdornment } from './InputAdornment';
40
+ export { default as LinearProgress } from './LinearProgress';
18
41
  export { default as Link } from './Link';
42
+ export { default as LoadingButton } from './LoadingButton';
43
+ export { default as Menu } from './Menu';
19
44
  export { default as MenuItem } from './MenuItem';
45
+ export { default as MenuList } from './MenuList';
46
+ export { default as MultiVarSelect } from './MultiVarSelect';
47
+ export { default as NestedAccordionSelect } from './NestedAccordionSelect';
20
48
  export { default as OutlinedInput } from './OutlinedInput';
49
+ export { default as Pagination } from './Pagination';
50
+ export { default as Popover } from './Popover';
51
+ export { default as Popper } from './Popper';
52
+ export { default as Radio } from './Radio';
53
+ export { default as RadioGroup } from './RadioGroup';
21
54
  export { default as Select } from './Select';
55
+ export { default as Skeleton } from './Skeleton';
56
+ export { default as Slide } from './Slide';
57
+ export { default as Slider } from './Slider';
58
+ export { default as Snackbar } from './Snackbar';
59
+ export { default as Step } from './Step';
60
+ export { default as StepLabel } from './StepLabel';
61
+ export { default as Stepper } from './Stepper';
62
+ export { default as SwipeableDrawer } from './SwipeableDrawer';
63
+ export { default as Switch } from './Switch';
64
+ export { default as Tab } from './Tab';
65
+ export { default as Table } from './Table';
66
+ export { default as TableBody } from './TableBody';
67
+ export { default as TableCell } from './TableCell';
68
+ export { default as TableContainer } from './TableContainer';
69
+ export { default as TableHead } from './TableHead';
70
+ export { default as TablePagination } from './TablePagination';
71
+ export { default as TableRow } from './TableRow';
72
+ export { default as TableSortLabel } from './TableSortLabel';
73
+ export { default as Tabs } from './Tabs';
22
74
  export { default as TextField } from './TextField';
75
+ export { default as ToggleButton } from './ToggleButton';
76
+ export { default as ToggleButtonGroup } from './ToggleButtonGroup';
77
+ export { default as Tooltip } from './Tooltip';
23
78
  export { default as Typography } from './Typography';
79
+ export { default as VarSelect } from './VarSelect';
24
80
  export { default as Icon } from './Icon';
25
- export { CustomSvgIcon };
81
+ export { exclusiveColor } from './ColorPalette/exclusiveColor';
@@ -1,4 +1,3 @@
1
1
  import React from 'react';
2
2
  export declare const ThemeProvider: React.FC;
3
3
  export declare const PureThemeProvider: React.FC;
4
- export declare const useMUITheme: () => import("@material-ui/core/styles").Theme;
@@ -0,0 +1,14 @@
1
+ export declare enum DESKTOP_FONT_SIZE {
2
+ h1 = 2,
3
+ h2 = 1.75,
4
+ h3 = 1.5,
5
+ h4 = 1.25,
6
+ h5 = 1.125,
7
+ h6 = 1,
8
+ subtitle1 = 0.875,
9
+ body1 = 1,
10
+ body2 = 0.875,
11
+ button = 0.875,
12
+ caption = 0.875,
13
+ overline = 0.75
14
+ }
@@ -0,0 +1,14 @@
1
+ export declare enum MOBILE_FONT_SIZE {
2
+ h1 = 1.5,
3
+ h2 = 1.375,
4
+ h3 = 1.25,
5
+ h4 = 1.125,
6
+ h5 = 1,
7
+ h6 = 0.875,
8
+ subtitle1 = 0.875,
9
+ body1 = 1,
10
+ body2 = 0.875,
11
+ button = 0.875,
12
+ caption = 0.875,
13
+ overline = 0.75
14
+ }
@@ -1 +1,28 @@
1
+ declare module '@material-ui/core/styles/createPalette' {
2
+ interface PaletteColor {
3
+ lighter: string;
4
+ lightest: string;
5
+ }
6
+ interface SimplePaletteColorOptions {
7
+ lighter?: string;
8
+ lightest?: string;
9
+ }
10
+ interface ChartColorOptions {
11
+ cornflowerBlue: string;
12
+ mediumAqua: string;
13
+ pear: string;
14
+ saffron: string;
15
+ corn: string;
16
+ blueGreen: string;
17
+ oxfordBlue: string;
18
+ silverSand: string;
19
+ sandyBrown: string;
20
+ }
21
+ interface Palette {
22
+ chart: ChartColorOptions;
23
+ }
24
+ interface PaletteOptions {
25
+ chart?: ChartColorOptions;
26
+ }
27
+ }
1
28
  export declare const core: import("@material-ui/core/styles").Theme;
@@ -1 +1,2 @@
1
+ export declare const useMUITheme: () => import("@material-ui/core/styles").Theme;
1
2
  export declare const theme: import("@material-ui/core/styles").Theme;