@astral/ui 0.4.0 → 0.4.1-alpha.10

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 (466) hide show
  1. package/{types/src/Badge → Badge}/Badge.d.ts +0 -0
  2. package/{cjs/src/Badge → Badge}/Badge.js +0 -0
  3. package/{types/src/Badge → Badge}/index.d.ts +0 -0
  4. package/{cjs/src/Badge → Badge}/index.js +0 -0
  5. package/{types/src/Badge → Badge}/styled.d.ts +2 -3
  6. package/{cjs/src/Badge → Badge}/styled.js +0 -0
  7. package/{types/src/Badge → Badge}/types.d.ts +0 -0
  8. package/{cjs/src/Badge → Badge}/types.js +0 -0
  9. package/{types/src/Button → Button}/Button.d.ts +0 -0
  10. package/{cjs/src/Button → Button}/Button.js +0 -0
  11. package/{types/src/Button → Button}/index.d.ts +0 -0
  12. package/{cjs/src/Button → Button}/index.js +0 -0
  13. package/{types/src/Button → Button}/styled.d.ts +1 -2
  14. package/{cjs/src/Button → Button}/styled.js +0 -0
  15. package/{types/src/Button → Button}/types.d.ts +0 -0
  16. package/{cjs/src/Button → Button}/types.js +0 -0
  17. package/{types/src/ButtonBase → ButtonBase}/ButtonBase.d.ts +0 -0
  18. package/{cjs/src/ButtonBase → ButtonBase}/ButtonBase.js +0 -0
  19. package/{types/src/ButtonBase → ButtonBase}/constants.d.ts +0 -0
  20. package/{cjs/src/ButtonBase → ButtonBase}/constants.js +0 -0
  21. package/{types/src/ButtonBase → ButtonBase}/index.d.ts +0 -0
  22. package/{cjs/src/ButtonBase → ButtonBase}/index.js +0 -0
  23. package/{types/src/ButtonBase → ButtonBase}/styled.d.ts +1 -1
  24. package/{cjs/src/ButtonBase → ButtonBase}/styled.js +0 -0
  25. package/{types/src/ButtonBase → ButtonBase}/types.d.ts +0 -0
  26. package/{cjs/src/ButtonBase → ButtonBase}/types.js +0 -0
  27. package/{types/src/Checkbox → Checkbox}/Checkbox.d.ts +0 -0
  28. package/{cjs/src/Checkbox → Checkbox}/Checkbox.js +0 -0
  29. package/{types/src/Checkbox → Checkbox}/icons.d.ts +0 -0
  30. package/{cjs/src/Checkbox → Checkbox}/icons.js +0 -0
  31. package/{types/src/Checkbox → Checkbox}/index.d.ts +0 -0
  32. package/{cjs/src/Checkbox → Checkbox}/index.js +0 -0
  33. package/{types/src/Checkbox → Checkbox}/styled.d.ts +1 -1
  34. package/{cjs/src/Checkbox → Checkbox}/styled.js +0 -0
  35. package/{types/src/Checkbox → Checkbox}/types.d.ts +0 -0
  36. package/{cjs/src/Checkbox → Checkbox}/types.js +0 -0
  37. package/{types/src/CircularProgress → CircularProgress}/CircularProgress.d.ts +0 -0
  38. package/{cjs/src/CircularProgress → CircularProgress}/CircularProgress.js +0 -0
  39. package/{types/src/CircularProgress → CircularProgress}/constants.d.ts +0 -0
  40. package/{cjs/src/CircularProgress → CircularProgress}/constants.js +0 -0
  41. package/{types/src/CircularProgress → CircularProgress}/index.d.ts +0 -0
  42. package/{cjs/src/CircularProgress → CircularProgress}/index.js +0 -0
  43. package/{types/src/CircularProgress → CircularProgress}/styled.d.ts +1 -2
  44. package/{cjs/src/CircularProgress → CircularProgress}/styled.js +0 -0
  45. package/{types/src/CircularProgress → CircularProgress}/types.d.ts +0 -0
  46. package/{cjs/src/CircularProgress → CircularProgress}/types.js +0 -0
  47. package/DashboardLayout/DashboardLayout.d.ts +15 -0
  48. package/DashboardLayout/DashboardLayout.js +28 -0
  49. package/DashboardLayout/Header/Header.d.ts +4 -0
  50. package/DashboardLayout/Header/Header.js +22 -0
  51. package/DashboardLayout/Header/index.d.ts +2 -0
  52. package/DashboardLayout/Header/index.js +14 -0
  53. package/DashboardLayout/Header/styled.d.ts +23 -0
  54. package/DashboardLayout/Header/styled.js +32 -0
  55. package/DashboardLayout/Header/types.d.ts +10 -0
  56. package/{cjs/src/FormControlLabel → DashboardLayout/Header}/types.js +0 -0
  57. package/DashboardLayout/Main/Main.d.ts +6 -0
  58. package/DashboardLayout/Main/Main.js +22 -0
  59. package/DashboardLayout/Main/index.d.ts +1 -0
  60. package/{cjs → DashboardLayout/Main}/index.js +1 -1
  61. package/DashboardLayout/Main/styled.d.ts +5 -0
  62. package/DashboardLayout/Main/styled.js +10 -0
  63. package/DashboardLayout/SideBar/SideBar.d.ts +6 -0
  64. package/DashboardLayout/SideBar/SideBar.js +22 -0
  65. package/DashboardLayout/SideBar/index.d.ts +1 -0
  66. package/{cjs/src/styles/styled → DashboardLayout/SideBar}/index.js +1 -1
  67. package/DashboardLayout/SideBar/styled.d.ts +3 -0
  68. package/DashboardLayout/SideBar/styled.js +23 -0
  69. package/DashboardLayout/index.d.ts +1 -0
  70. package/DashboardLayout/index.js +13 -0
  71. package/DashboardLayout/styled.d.ts +6 -0
  72. package/DashboardLayout/styled.js +11 -0
  73. package/{types/src/FormControlLabel → FormControlLabel}/FormControlLabel.d.ts +0 -0
  74. package/{cjs/src/FormControlLabel → FormControlLabel}/FormControlLabel.js +0 -0
  75. package/{types/src/FormControlLabel → FormControlLabel}/index.d.ts +0 -0
  76. package/{cjs/src/FormControlLabel → FormControlLabel}/index.js +0 -0
  77. package/{types/src/FormControlLabel → FormControlLabel}/styled.d.ts +1 -1
  78. package/{cjs/src/FormControlLabel → FormControlLabel}/styled.js +0 -0
  79. package/{types/src/FormControlLabel → FormControlLabel}/types.d.ts +0 -0
  80. package/{cjs/src/FormHelperText → FormControlLabel}/types.js +0 -0
  81. package/{types/src/FormHelperText → FormHelperText}/FormHelperText.d.ts +0 -0
  82. package/{cjs/src/FormHelperText → FormHelperText}/FormHelperText.js +0 -0
  83. package/{types/src/FormHelperText → FormHelperText}/index.d.ts +0 -0
  84. package/{cjs/src/FormHelperText → FormHelperText}/index.js +0 -0
  85. package/FormHelperText/styled.d.ts +41 -0
  86. package/{cjs/src/FormHelperText → FormHelperText}/styled.js +0 -0
  87. package/{types/src/FormHelperText → FormHelperText}/types.d.ts +0 -0
  88. package/{cjs/src/Grid → FormHelperText}/types.js +0 -0
  89. package/{types/src/GlobalStyles → GlobalStyles}/GlobalStyles.d.ts +0 -0
  90. package/{cjs/src/GlobalStyles → GlobalStyles}/GlobalStyles.js +0 -0
  91. package/{types/src/GlobalStyles → GlobalStyles}/index.d.ts +0 -0
  92. package/{cjs/src/GlobalStyles → GlobalStyles}/index.js +0 -0
  93. package/{types/src/Grid → Grid}/Grid.d.ts +0 -0
  94. package/{cjs/src/Grid → Grid}/Grid.js +0 -0
  95. package/{types/src/Grid → Grid}/index.d.ts +0 -0
  96. package/{cjs/src/Grid → Grid}/index.js +0 -0
  97. package/Grid/styled.d.ts +13 -0
  98. package/{cjs/src/Grid → Grid}/styled.js +0 -0
  99. package/{types/src/Grid → Grid}/types.d.ts +0 -0
  100. package/{cjs/src/MenuList → Grid}/types.js +0 -0
  101. package/{types/src/IconButton → IconButton}/IconButton.d.ts +0 -0
  102. package/{cjs/src/IconButton → IconButton}/IconButton.js +0 -0
  103. package/{types/src/IconButton → IconButton}/index.d.ts +0 -0
  104. package/{cjs/src/IconButton → IconButton}/index.js +0 -0
  105. package/{types/src/IconButton → IconButton}/styled.d.ts +1 -1
  106. package/{cjs/src/IconButton → IconButton}/styled.js +0 -0
  107. package/{types/src/Menu → Menu}/Menu.d.ts +0 -0
  108. package/{cjs/src/Menu → Menu}/Menu.js +0 -0
  109. package/{types/src/Menu → Menu}/index.d.ts +0 -0
  110. package/{cjs/src/Menu → Menu}/index.js +0 -0
  111. package/{types/src/MenuItem → MenuItem}/MenuItem.d.ts +0 -0
  112. package/{cjs/src/MenuItem → MenuItem}/MenuItem.js +0 -0
  113. package/{types/src/MenuItem → MenuItem}/index.d.ts +0 -0
  114. package/{cjs/src/MenuItem → MenuItem}/index.js +0 -0
  115. package/{types/src/MenuList → MenuList}/MenuList.d.ts +0 -0
  116. package/{cjs/src/MenuList → MenuList}/MenuList.js +0 -0
  117. package/{types/src/MenuList → MenuList}/index.d.ts +0 -0
  118. package/{cjs/src/MenuList → MenuList}/index.js +0 -0
  119. package/{types/src/MenuList → MenuList}/styled.d.ts +1 -1
  120. package/{cjs/src/MenuList → MenuList}/styled.js +0 -0
  121. package/{types/src/MenuList → MenuList}/types.d.ts +0 -0
  122. package/{cjs/src/Radio → MenuList}/types.js +0 -0
  123. package/{types/src/Radio → Radio}/Icon.d.ts +0 -0
  124. package/{cjs/src/Radio → Radio}/Icon.js +0 -0
  125. package/{types/src/Radio → Radio}/Radio.d.ts +0 -0
  126. package/{cjs/src/Radio → Radio}/Radio.js +0 -0
  127. package/{types/src/Radio → Radio}/index.d.ts +0 -0
  128. package/{cjs/src/Radio → Radio}/index.js +0 -0
  129. package/{types/src/Radio → Radio}/styled.d.ts +1 -1
  130. package/{cjs/src/Radio → Radio}/styled.js +0 -0
  131. package/{types/src/Radio → Radio}/types.d.ts +0 -0
  132. package/{cjs/src/Tag → Radio}/types.js +0 -0
  133. package/{types/src/RadioGroup → RadioGroup}/RadioGroup.d.ts +0 -0
  134. package/{cjs/src/RadioGroup → RadioGroup}/RadioGroup.js +0 -0
  135. package/{types/src/StylesCacheProvider → StylesCacheProvider}/index.d.ts +0 -0
  136. package/{cjs/src/StylesCacheProvider → StylesCacheProvider}/index.js +0 -0
  137. package/{types/src/Tag → Tag}/Tag.d.ts +0 -0
  138. package/{cjs/src/Tag → Tag}/Tag.js +0 -0
  139. package/{types/src/Tag → Tag}/constants.d.ts +0 -0
  140. package/{cjs/src/Tag → Tag}/constants.js +0 -0
  141. package/{types/src/Tag → Tag}/index.d.ts +0 -0
  142. package/{cjs/src/Tag → Tag}/index.js +0 -0
  143. package/{types/src/Tag → Tag}/styled.d.ts +1 -2
  144. package/{cjs/src/Tag → Tag}/styled.js +0 -0
  145. package/{types/src/Tag → Tag}/types.d.ts +0 -0
  146. package/{cjs/src/TextArea → Tag}/types.js +0 -0
  147. package/{types/src/TextArea → TextArea}/TextArea.d.ts +0 -0
  148. package/{cjs/src/TextArea → TextArea}/TextArea.js +0 -0
  149. package/{types/src/TextArea → TextArea}/index.d.ts +0 -0
  150. package/{cjs/src/TextArea → TextArea}/index.js +0 -0
  151. package/{types/src/TextArea → TextArea}/types.d.ts +0 -0
  152. package/{cjs/src/TextField → TextArea}/types.js +0 -0
  153. package/{types/src/TextField → TextField}/TextField.d.ts +0 -0
  154. package/{cjs/src/TextField → TextField}/TextField.js +0 -0
  155. package/{types/src/TextField → TextField}/index.d.ts +0 -0
  156. package/{cjs/src/TextField → TextField}/index.js +0 -0
  157. package/{types/src/TextField → TextField}/types.d.ts +0 -0
  158. package/{cjs/src/styles/styled → TextField}/types.js +0 -0
  159. package/{types/src/ThemeProvider → ThemeProvider}/ThemeProvider.d.ts +0 -0
  160. package/{cjs/src/ThemeProvider → ThemeProvider}/ThemeProvider.js +0 -0
  161. package/{types/src/ThemeProvider → ThemeProvider}/index.d.ts +0 -0
  162. package/{cjs/src/ThemeProvider → ThemeProvider}/index.js +0 -0
  163. package/Tooltip/Tooltip.d.ts +3 -0
  164. package/Tooltip/Tooltip.js +33 -0
  165. package/Tooltip/constants.d.ts +4 -0
  166. package/Tooltip/constants.js +8 -0
  167. package/Tooltip/index.d.ts +2 -0
  168. package/Tooltip/index.js +14 -0
  169. package/Tooltip/styled.d.ts +5 -0
  170. package/Tooltip/styled.js +72 -0
  171. package/Tooltip/types.d.ts +6 -0
  172. package/Tooltip/types.js +2 -0
  173. package/{types/src/Typography → Typography}/Typography.d.ts +0 -0
  174. package/{cjs/src/Typography → Typography}/Typography.js +0 -0
  175. package/{types/src/Typography → Typography}/index.d.ts +0 -0
  176. package/{cjs/src/Typography → Typography}/index.js +0 -0
  177. package/declaration/emotion.d.ts +6 -0
  178. package/declaration/mui-material.d.ts +14 -0
  179. package/esm/Badge/Badge.d.ts +4 -0
  180. package/esm/{src/Badge → Badge}/Badge.js +0 -0
  181. package/esm/{src/Badge/index.js → Badge/index.d.ts} +0 -0
  182. package/esm/Badge/index.js +2 -0
  183. package/esm/Badge/styled.d.ts +49 -0
  184. package/esm/{src/Badge → Badge}/styled.js +0 -0
  185. package/esm/Badge/types.d.ts +5 -0
  186. package/esm/{src/Badge → Badge}/types.js +0 -0
  187. package/esm/Button/Button.d.ts +3 -0
  188. package/esm/{src/Button → Button}/Button.js +0 -0
  189. package/esm/{src/Button/index.js → Button/index.d.ts} +0 -0
  190. package/esm/Button/index.js +2 -0
  191. package/esm/Button/styled.d.ts +12 -0
  192. package/esm/{src/Button → Button}/styled.js +0 -0
  193. package/esm/Button/types.d.ts +7 -0
  194. package/esm/{src/Button → Button}/types.js +0 -0
  195. package/esm/ButtonBase/ButtonBase.d.ts +3 -0
  196. package/esm/{src/ButtonBase → ButtonBase}/ButtonBase.js +0 -0
  197. package/esm/ButtonBase/constants.d.ts +22 -0
  198. package/esm/{src/ButtonBase → ButtonBase}/constants.js +0 -0
  199. package/esm/{src/ButtonBase/index.js → ButtonBase/index.d.ts} +0 -0
  200. package/esm/ButtonBase/index.js +3 -0
  201. package/esm/ButtonBase/styled.d.ts +27 -0
  202. package/esm/{src/ButtonBase → ButtonBase}/styled.js +0 -0
  203. package/esm/ButtonBase/types.d.ts +11 -0
  204. package/esm/{src/ButtonBase → ButtonBase}/types.js +0 -0
  205. package/esm/Checkbox/Checkbox.d.ts +3 -0
  206. package/esm/{src/Checkbox → Checkbox}/Checkbox.js +0 -0
  207. package/esm/Checkbox/icons.d.ts +5 -0
  208. package/esm/{src/Checkbox → Checkbox}/icons.js +0 -0
  209. package/esm/{src/Checkbox/index.js → Checkbox/index.d.ts} +0 -0
  210. package/esm/Checkbox/index.js +2 -0
  211. package/esm/Checkbox/styled.d.ts +4 -0
  212. package/esm/{src/Checkbox → Checkbox}/styled.js +0 -0
  213. package/esm/Checkbox/types.d.ts +2 -0
  214. package/esm/{src/Checkbox → Checkbox}/types.js +0 -0
  215. package/esm/CircularProgress/CircularProgress.d.ts +4 -0
  216. package/esm/{src/CircularProgress → CircularProgress}/CircularProgress.js +0 -0
  217. package/esm/CircularProgress/constants.d.ts +8 -0
  218. package/esm/{src/CircularProgress → CircularProgress}/constants.js +0 -0
  219. package/esm/{src/CircularProgress/index.js → CircularProgress/index.d.ts} +0 -0
  220. package/esm/CircularProgress/index.js +2 -0
  221. package/esm/CircularProgress/styled.d.ts +6 -0
  222. package/esm/{src/CircularProgress → CircularProgress}/styled.js +0 -0
  223. package/esm/CircularProgress/types.d.ts +8 -0
  224. package/esm/{src/CircularProgress → CircularProgress}/types.js +0 -0
  225. package/esm/DashboardLayout/DashboardLayout.d.ts +15 -0
  226. package/esm/DashboardLayout/DashboardLayout.js +24 -0
  227. package/esm/DashboardLayout/Header/Header.d.ts +4 -0
  228. package/esm/DashboardLayout/Header/Header.js +19 -0
  229. package/esm/DashboardLayout/Header/index.d.ts +2 -0
  230. package/esm/DashboardLayout/Header/index.js +2 -0
  231. package/esm/DashboardLayout/Header/styled.d.ts +23 -0
  232. package/esm/DashboardLayout/Header/styled.js +29 -0
  233. package/esm/DashboardLayout/Header/types.d.ts +10 -0
  234. package/esm/{src/FormControlLabel → DashboardLayout/Header}/types.js +0 -0
  235. package/esm/DashboardLayout/Main/Main.d.ts +6 -0
  236. package/esm/DashboardLayout/Main/Main.js +19 -0
  237. package/esm/DashboardLayout/Main/index.d.ts +1 -0
  238. package/esm/DashboardLayout/Main/index.js +1 -0
  239. package/esm/DashboardLayout/Main/styled.d.ts +5 -0
  240. package/esm/DashboardLayout/Main/styled.js +7 -0
  241. package/esm/DashboardLayout/SideBar/SideBar.d.ts +6 -0
  242. package/esm/DashboardLayout/SideBar/SideBar.js +19 -0
  243. package/esm/DashboardLayout/SideBar/index.d.ts +1 -0
  244. package/esm/DashboardLayout/SideBar/index.js +1 -0
  245. package/esm/DashboardLayout/SideBar/styled.d.ts +3 -0
  246. package/esm/DashboardLayout/SideBar/styled.js +20 -0
  247. package/esm/DashboardLayout/index.d.ts +1 -0
  248. package/esm/DashboardLayout/index.js +1 -0
  249. package/esm/DashboardLayout/styled.d.ts +6 -0
  250. package/esm/DashboardLayout/styled.js +8 -0
  251. package/esm/FormControlLabel/FormControlLabel.d.ts +3 -0
  252. package/esm/{src/FormControlLabel → FormControlLabel}/FormControlLabel.js +0 -0
  253. package/esm/{src/FormControlLabel/index.js → FormControlLabel/index.d.ts} +0 -0
  254. package/esm/FormControlLabel/index.js +2 -0
  255. package/esm/FormControlLabel/styled.d.ts +3 -0
  256. package/esm/{src/FormControlLabel → FormControlLabel}/styled.js +0 -0
  257. package/esm/FormControlLabel/types.d.ts +2 -0
  258. package/esm/{src/FormHelperText → FormControlLabel}/types.js +0 -0
  259. package/esm/FormHelperText/FormHelperText.d.ts +4 -0
  260. package/esm/{src/FormHelperText → FormHelperText}/FormHelperText.js +0 -0
  261. package/esm/{src/FormHelperText/index.js → FormHelperText/index.d.ts} +0 -0
  262. package/esm/FormHelperText/index.js +1 -0
  263. package/esm/FormHelperText/styled.d.ts +41 -0
  264. package/esm/{src/FormHelperText → FormHelperText}/styled.js +0 -0
  265. package/esm/FormHelperText/types.d.ts +6 -0
  266. package/esm/{src/Grid → FormHelperText}/types.js +0 -0
  267. package/esm/GlobalStyles/GlobalStyles.d.ts +3 -0
  268. package/esm/{src/GlobalStyles → GlobalStyles}/GlobalStyles.js +0 -0
  269. package/esm/{src/GlobalStyles/index.js → GlobalStyles/index.d.ts} +0 -0
  270. package/esm/GlobalStyles/index.js +1 -0
  271. package/esm/Grid/Grid.d.ts +3 -0
  272. package/esm/{src/Grid → Grid}/Grid.js +0 -0
  273. package/esm/{src/Grid/index.js → Grid/index.d.ts} +0 -0
  274. package/esm/Grid/index.js +2 -0
  275. package/esm/Grid/styled.d.ts +13 -0
  276. package/esm/{src/Grid → Grid}/styled.js +0 -0
  277. package/esm/Grid/types.d.ts +30 -0
  278. package/esm/{src/MenuList → Grid}/types.js +0 -0
  279. package/esm/IconButton/IconButton.d.ts +3 -0
  280. package/esm/{src/IconButton → IconButton}/IconButton.js +0 -0
  281. package/esm/{src/IconButton/index.js → IconButton/index.d.ts} +0 -0
  282. package/esm/IconButton/index.js +1 -0
  283. package/esm/IconButton/styled.d.ts +19 -0
  284. package/esm/{src/IconButton → IconButton}/styled.js +0 -0
  285. package/esm/Menu/Menu.d.ts +3 -0
  286. package/esm/{src/Menu → Menu}/Menu.js +0 -0
  287. package/esm/{src/Menu/index.js → Menu/index.d.ts} +0 -0
  288. package/esm/Menu/index.js +1 -0
  289. package/esm/MenuItem/MenuItem.d.ts +3 -0
  290. package/esm/{src/MenuItem → MenuItem}/MenuItem.js +0 -0
  291. package/esm/{src/MenuItem/index.js → MenuItem/index.d.ts} +0 -0
  292. package/esm/MenuItem/index.js +1 -0
  293. package/esm/MenuList/MenuList.d.ts +3 -0
  294. package/esm/{src/MenuList → MenuList}/MenuList.js +0 -0
  295. package/esm/{src/MenuList/index.js → MenuList/index.d.ts} +0 -0
  296. package/esm/MenuList/index.js +2 -0
  297. package/esm/MenuList/styled.d.ts +20 -0
  298. package/esm/{src/MenuList → MenuList}/styled.js +0 -0
  299. package/esm/MenuList/types.d.ts +2 -0
  300. package/esm/{src/Radio → MenuList}/types.js +0 -0
  301. package/esm/Radio/Icon.d.ts +3 -0
  302. package/esm/{src/Radio → Radio}/Icon.js +0 -0
  303. package/esm/Radio/Radio.d.ts +4 -0
  304. package/esm/{src/Radio → Radio}/Radio.js +0 -0
  305. package/esm/{src/Radio/index.js → Radio/index.d.ts} +0 -0
  306. package/esm/Radio/index.js +2 -0
  307. package/esm/Radio/styled.d.ts +4 -0
  308. package/esm/{src/Radio → Radio}/styled.js +0 -0
  309. package/esm/Radio/types.d.ts +2 -0
  310. package/esm/{src/Tag → Radio}/types.js +0 -0
  311. package/esm/{src/RadioGroup/RadioGroup.js → RadioGroup/RadioGroup.d.ts} +0 -0
  312. package/esm/RadioGroup/RadioGroup.js +2 -0
  313. package/esm/{src/StylesCacheProvider/index.js → StylesCacheProvider/index.d.ts} +0 -0
  314. package/esm/StylesCacheProvider/index.js +1 -0
  315. package/esm/Tag/Tag.d.ts +3 -0
  316. package/esm/{src/Tag → Tag}/Tag.js +0 -0
  317. package/esm/Tag/constants.d.ts +21 -0
  318. package/esm/{src/Tag → Tag}/constants.js +0 -0
  319. package/esm/{src/Tag/index.js → Tag/index.d.ts} +0 -0
  320. package/esm/Tag/index.js +2 -0
  321. package/esm/Tag/styled.d.ts +25 -0
  322. package/esm/{src/Tag → Tag}/styled.js +0 -0
  323. package/esm/Tag/types.d.ts +12 -0
  324. package/esm/{src/TextArea → Tag}/types.js +0 -0
  325. package/esm/TextArea/TextArea.d.ts +3 -0
  326. package/esm/{src/TextArea → TextArea}/TextArea.js +0 -0
  327. package/esm/{src/TextArea/index.js → TextArea/index.d.ts} +0 -0
  328. package/esm/TextArea/index.js +2 -0
  329. package/esm/TextArea/types.d.ts +2 -0
  330. package/esm/{src/TextField → TextArea}/types.js +0 -0
  331. package/esm/TextField/TextField.d.ts +4 -0
  332. package/esm/{src/TextField → TextField}/TextField.js +0 -0
  333. package/esm/{src/TextField/index.js → TextField/index.d.ts} +0 -0
  334. package/esm/TextField/index.js +2 -0
  335. package/esm/TextField/types.d.ts +6 -0
  336. package/esm/{src/styles/styled → TextField}/types.js +0 -0
  337. package/esm/ThemeProvider/ThemeProvider.d.ts +7 -0
  338. package/esm/{src/ThemeProvider → ThemeProvider}/ThemeProvider.js +0 -0
  339. package/esm/{src/ThemeProvider/index.js → ThemeProvider/index.d.ts} +0 -0
  340. package/esm/ThemeProvider/index.js +1 -0
  341. package/esm/Tooltip/Tooltip.d.ts +3 -0
  342. package/esm/Tooltip/Tooltip.js +30 -0
  343. package/esm/Tooltip/constants.d.ts +4 -0
  344. package/esm/Tooltip/constants.js +5 -0
  345. package/esm/Tooltip/index.d.ts +2 -0
  346. package/esm/Tooltip/index.js +2 -0
  347. package/esm/Tooltip/styled.d.ts +5 -0
  348. package/esm/Tooltip/styled.js +69 -0
  349. package/esm/Tooltip/types.d.ts +6 -0
  350. package/{types/src/theme/__tests__/BaseTheme.test.d.ts → esm/Tooltip/types.js} +0 -0
  351. package/esm/Typography/Typography.d.ts +8 -0
  352. package/esm/{src/Typography → Typography}/Typography.js +0 -0
  353. package/esm/{src/Typography/index.js → Typography/index.d.ts} +0 -0
  354. package/esm/Typography/index.js +1 -0
  355. package/{types/src → esm}/index.d.ts +1 -2
  356. package/esm/index.js +21 -1
  357. package/{types/src → esm/server}/createStylesCache/index.d.ts +0 -0
  358. package/esm/{src → server}/createStylesCache/index.js +0 -0
  359. package/{types/src → esm/server}/createStylesServer/index.d.ts +0 -0
  360. package/esm/{src → server}/createStylesServer/index.js +0 -0
  361. package/esm/server/index.d.ts +2 -0
  362. package/esm/server/index.js +2 -0
  363. package/esm/styles/index.d.ts +1 -0
  364. package/esm/styles/index.js +1 -0
  365. package/esm/theme/__tests__/BaseTheme.test.d.ts +1 -0
  366. package/esm/{src/theme → theme}/__tests__/BaseTheme.test.js +0 -0
  367. package/{types/src → esm}/theme/baseTheme.d.ts +2 -10
  368. package/esm/{src/theme → theme}/baseTheme.js +2 -2
  369. package/{types/src → esm}/theme/components/MuiFormHelperText.d.ts +0 -0
  370. package/esm/{src/theme → theme}/components/MuiFormHelperText.js +0 -0
  371. package/{types/src → esm}/theme/components/MuiFormLabel.d.ts +0 -0
  372. package/esm/{src/theme → theme}/components/MuiFormLabel.js +0 -0
  373. package/{types/src → esm}/theme/components/MuiInputBase.d.ts +0 -0
  374. package/esm/{src/theme → theme}/components/MuiInputBase.js +0 -0
  375. package/{types/src → esm}/theme/components/MuiInputLabel.d.ts +0 -0
  376. package/esm/{src/theme → theme}/components/MuiInputLabel.js +0 -0
  377. package/{types/src → esm}/theme/components/MuiOutlinedInput.d.ts +0 -0
  378. package/esm/{src/theme → theme}/components/MuiOutlinedInput.js +0 -0
  379. package/{types/src → esm}/theme/components/MuiTypography.d.ts +0 -0
  380. package/esm/{src/theme → theme}/components/MuiTypography.js +0 -0
  381. package/{types/src → esm}/theme/components/components.d.ts +0 -0
  382. package/esm/{src/theme → theme}/components/components.js +0 -0
  383. package/{types/src → esm}/theme/components/index.d.ts +0 -0
  384. package/esm/{src/theme → theme}/components/index.js +0 -0
  385. package/{types/src → esm}/theme/constants.d.ts +0 -0
  386. package/esm/{src/theme → theme}/constants.js +0 -0
  387. package/{types/src → esm}/theme/elevation.d.ts +0 -0
  388. package/esm/{src/theme → theme}/elevation.js +0 -0
  389. package/{types/src → esm}/theme/hooks/index.d.ts +0 -0
  390. package/esm/{src/theme → theme}/hooks/index.js +0 -0
  391. package/{types/src → esm}/theme/hooks/useTheme/index.d.ts +0 -0
  392. package/esm/{src/theme → theme}/hooks/useTheme/index.js +0 -0
  393. package/{types/src → esm}/theme/index.d.ts +0 -0
  394. package/esm/{src/theme → theme}/index.js +0 -0
  395. package/{types/src → esm}/theme/palette/brandPalette.d.ts +0 -0
  396. package/esm/{src/theme → theme}/palette/brandPalette.js +0 -0
  397. package/{types/src → esm}/theme/palette/index.d.ts +0 -0
  398. package/esm/{src/theme → theme}/palette/index.js +0 -0
  399. package/{types/src → esm}/theme/palette/palette.d.ts +0 -0
  400. package/esm/{src/theme → theme}/palette/palette.js +0 -0
  401. package/{types/src → esm}/theme/shape.d.ts +0 -0
  402. package/esm/{src/theme → theme}/shape.js +0 -0
  403. package/{types/src → esm}/theme/typography.d.ts +1 -0
  404. package/esm/{src/theme → theme}/typography.js +15 -0
  405. package/{esm/src/index.js → index.d.ts} +1 -2
  406. package/{cjs/src/index.js → index.js} +1 -2
  407. package/package.json +5 -14
  408. package/server/createStylesCache/index.d.ts +2 -0
  409. package/{cjs/src → server}/createStylesCache/index.js +0 -0
  410. package/server/createStylesServer/index.d.ts +1 -0
  411. package/{cjs/src → server}/createStylesServer/index.js +0 -0
  412. package/server/index.d.ts +2 -0
  413. package/server/index.js +14 -0
  414. package/styles/index.d.ts +1 -0
  415. package/{cjs/src/styles/styled/styled.js → styles/index.js} +2 -2
  416. package/theme/__tests__/BaseTheme.test.d.ts +1 -0
  417. package/{cjs/src/theme → theme}/__tests__/BaseTheme.test.js +0 -0
  418. package/theme/baseTheme.d.ts +20 -0
  419. package/{cjs/src/theme → theme}/baseTheme.js +1 -1
  420. package/theme/components/MuiFormHelperText.d.ts +4 -0
  421. package/{cjs/src/theme → theme}/components/MuiFormHelperText.js +0 -0
  422. package/theme/components/MuiFormLabel.d.ts +4 -0
  423. package/{cjs/src/theme → theme}/components/MuiFormLabel.js +0 -0
  424. package/theme/components/MuiInputBase.d.ts +4 -0
  425. package/{cjs/src/theme → theme}/components/MuiInputBase.js +0 -0
  426. package/theme/components/MuiInputLabel.d.ts +4 -0
  427. package/{cjs/src/theme → theme}/components/MuiInputLabel.js +0 -0
  428. package/theme/components/MuiOutlinedInput.d.ts +4 -0
  429. package/{cjs/src/theme → theme}/components/MuiOutlinedInput.js +0 -0
  430. package/theme/components/MuiTypography.d.ts +21 -0
  431. package/{cjs/src/theme → theme}/components/MuiTypography.js +0 -0
  432. package/theme/components/components.d.ts +21 -0
  433. package/{cjs/src/theme → theme}/components/components.js +0 -0
  434. package/theme/components/index.d.ts +1 -0
  435. package/{cjs/src/theme → theme}/components/index.js +0 -0
  436. package/theme/constants.d.ts +9 -0
  437. package/{cjs/src/theme → theme}/constants.js +0 -0
  438. package/theme/elevation.d.ts +8 -0
  439. package/{cjs/src/theme → theme}/elevation.js +0 -0
  440. package/theme/hooks/index.d.ts +1 -0
  441. package/{cjs/src/theme → theme}/hooks/index.js +0 -0
  442. package/theme/hooks/useTheme/index.d.ts +2 -0
  443. package/{cjs/src/theme → theme}/hooks/useTheme/index.js +0 -0
  444. package/theme/index.d.ts +6 -0
  445. package/{cjs/src/theme → theme}/index.js +0 -0
  446. package/theme/palette/brandPalette.d.ts +15 -0
  447. package/{cjs/src/theme → theme}/palette/brandPalette.js +0 -0
  448. package/theme/palette/index.d.ts +2 -0
  449. package/{cjs/src/theme → theme}/palette/index.js +0 -0
  450. package/theme/palette/palette.d.ts +29 -0
  451. package/{cjs/src/theme → theme}/palette/palette.js +0 -0
  452. package/theme/shape.d.ts +6 -0
  453. package/{cjs/src/theme → theme}/shape.js +0 -0
  454. package/theme/typography.d.ts +20 -0
  455. package/{cjs/src/theme → theme}/typography.js +15 -0
  456. package/cjs/src/styles/index.js +0 -13
  457. package/esm/src/styles/index.js +0 -1
  458. package/esm/src/styles/styled/index.js +0 -1
  459. package/esm/src/styles/styled/styled.js +0 -2
  460. package/types/index.d.ts +0 -1
  461. package/types/src/FormHelperText/styled.d.ts +0 -41
  462. package/types/src/Grid/styled.d.ts +0 -13
  463. package/types/src/styles/index.d.ts +0 -1
  464. package/types/src/styles/styled/index.d.ts +0 -1
  465. package/types/src/styles/styled/styled.d.ts +0 -2
  466. package/types/src/styles/styled/types.d.ts +0 -48
@@ -0,0 +1,41 @@
1
+ /// <reference types="react" />
2
+ export declare const SuccessIcon: import("@emotion/styled").StyledComponent<{
3
+ children?: import("react").ReactNode;
4
+ classes?: Partial<import("@mui/material").SvgIconClasses> | undefined;
5
+ color?: "inherit" | "primary" | "secondary" | "disabled" | "error" | "warning" | "info" | "success" | "action" | undefined;
6
+ fontSize?: "inherit" | "large" | "medium" | "small" | undefined;
7
+ htmlColor?: string | undefined;
8
+ inheritViewBox?: boolean | undefined;
9
+ shapeRendering?: string | undefined;
10
+ sx?: import("@mui/system").SxProps<import("@mui/material").Theme> | undefined;
11
+ titleAccess?: string | undefined;
12
+ viewBox?: string | undefined;
13
+ } & import("@mui/material/OverridableComponent").CommonProps & Omit<Pick<import("react").SVGProps<SVGSVGElement>, "string" | "fontSize" | "fontWeight" | "fontFamily" | "clipPath" | "color" | "cursor" | "direction" | "display" | "filter" | "fontSizeAdjust" | "fontStretch" | "fontStyle" | "fontVariant" | "height" | "imageRendering" | "letterSpacing" | "opacity" | "order" | "paintOrder" | "pointerEvents" | "rotate" | "scale" | "textRendering" | "transform" | "unicodeBidi" | "visibility" | "width" | "wordSpacing" | "writingMode" | "mask" | "offset" | "overflow" | "textDecoration" | "azimuth" | "clip" | "alignmentBaseline" | "baselineShift" | "clipRule" | "colorInterpolation" | "colorRendering" | "dominantBaseline" | "fill" | "fillOpacity" | "fillRule" | "floodColor" | "floodOpacity" | "glyphOrientationVertical" | "lightingColor" | "markerEnd" | "markerMid" | "markerStart" | "shapeRendering" | "stopColor" | "stopOpacity" | "stroke" | "strokeDasharray" | "strokeDashoffset" | "strokeLinecap" | "strokeLinejoin" | "strokeMiterlimit" | "strokeOpacity" | "strokeWidth" | "textAnchor" | "vectorEffect" | "elevation" | "spacing" | "mode" | "className" | "style" | "id" | "lang" | "tabIndex" | "role" | "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" | "path" | "key" | "name" | "type" | "local" | "in" | "max" | "href" | "orientation" | "media" | "target" | "origin" | "min" | "viewBox" | "method" | "crossOrigin" | "accentHeight" | "accumulate" | "additive" | "allowReorder" | "alphabetic" | "amplitude" | "arabicForm" | "ascent" | "attributeName" | "attributeType" | "autoReverse" | "baseFrequency" | "baseProfile" | "bbox" | "begin" | "bias" | "by" | "calcMode" | "capHeight" | "clipPathUnits" | "colorInterpolationFilters" | "colorProfile" | "contentScriptType" | "contentStyleType" | "cx" | "cy" | "d" | "decelerate" | "descent" | "diffuseConstant" | "divisor" | "dur" | "dx" | "dy" | "edgeMode" | "enableBackground" | "end" | "exponent" | "externalResourcesRequired" | "filterRes" | "filterUnits" | "focusable" | "format" | "fr" | "from" | "fx" | "fy" | "g1" | "g2" | "glyphName" | "glyphOrientationHorizontal" | "glyphRef" | "gradientTransform" | "gradientUnits" | "hanging" | "horizAdvX" | "horizOriginX" | "ideographic" | "in2" | "intercept" | "k1" | "k2" | "k3" | "k4" | "k" | "kernelMatrix" | "kernelUnitLength" | "kerning" | "keyPoints" | "keySplines" | "keyTimes" | "lengthAdjust" | "limitingConeAngle" | "markerHeight" | "markerUnits" | "markerWidth" | "maskContentUnits" | "maskUnits" | "mathematical" | "numOctaves" | "operator" | "orient" | "overlinePosition" | "overlineThickness" | "panose1" | "pathLength" | "patternContentUnits" | "patternTransform" | "patternUnits" | "points" | "pointsAtX" | "pointsAtY" | "pointsAtZ" | "preserveAlpha" | "preserveAspectRatio" | "primitiveUnits" | "r" | "radius" | "refX" | "refY" | "renderingIntent" | "repeatCount" | "repeatDur" | "requiredExtensions" | "requiredFeatures" | "restart" | "result" | "rx" | "ry" | "seed" | "slope" | "specularConstant" | "specularExponent" | "speed" | "spreadMethod" | "startOffset" | "stdDeviation" | "stemh" | "stemv" | "stitchTiles" | "strikethroughPosition" | "strikethroughThickness" | "surfaceScale" | "systemLanguage" | "tableValues" | "targetX" | "targetY" | "textLength" | "to" | "u1" | "u2" | "underlinePosition" | "underlineThickness" | "unicode" | "unicodeRange" | "unitsPerEm" | "vAlphabetic" | "values" | "version" | "vertAdvY" | "vertOriginX" | "vertOriginY" | "vHanging" | "vIdeographic" | "viewTarget" | "vMathematical" | "widths" | "x1" | "x2" | "x" | "xChannelSelector" | "xHeight" | "xlinkActuate" | "xlinkArcrole" | "xlinkHref" | "xlinkRole" | "xlinkShow" | "xlinkTitle" | "xlinkType" | "xmlBase" | "xmlLang" | "xmlns" | "xmlnsXlink" | "xmlSpace" | "y1" | "y2" | "y" | "yChannelSelector" | "z" | "zoomAndPan"> & {
14
+ ref?: ((instance: SVGSVGElement | null) => void) | import("react").RefObject<SVGSVGElement> | null | undefined;
15
+ }, "fontSize" | "color" | "shapeRendering" | keyof import("@mui/material/OverridableComponent").CommonProps | "children" | "sx" | "htmlColor" | "inheritViewBox" | "titleAccess" | "viewBox"> & {
16
+ children?: import("react").ReactNode;
17
+ } & {
18
+ theme?: import("@emotion/react").Theme | undefined;
19
+ }, {}, {}>;
20
+ export declare const ErrorIcon: import("@emotion/styled").StyledComponent<{
21
+ children?: import("react").ReactNode;
22
+ classes?: Partial<import("@mui/material").SvgIconClasses> | undefined;
23
+ color?: "inherit" | "primary" | "secondary" | "disabled" | "error" | "warning" | "info" | "success" | "action" | undefined;
24
+ fontSize?: "inherit" | "large" | "medium" | "small" | undefined;
25
+ htmlColor?: string | undefined;
26
+ inheritViewBox?: boolean | undefined;
27
+ shapeRendering?: string | undefined;
28
+ sx?: import("@mui/system").SxProps<import("@mui/material").Theme> | undefined;
29
+ titleAccess?: string | undefined;
30
+ viewBox?: string | undefined;
31
+ } & import("@mui/material/OverridableComponent").CommonProps & Omit<Pick<import("react").SVGProps<SVGSVGElement>, "string" | "fontSize" | "fontWeight" | "fontFamily" | "clipPath" | "color" | "cursor" | "direction" | "display" | "filter" | "fontSizeAdjust" | "fontStretch" | "fontStyle" | "fontVariant" | "height" | "imageRendering" | "letterSpacing" | "opacity" | "order" | "paintOrder" | "pointerEvents" | "rotate" | "scale" | "textRendering" | "transform" | "unicodeBidi" | "visibility" | "width" | "wordSpacing" | "writingMode" | "mask" | "offset" | "overflow" | "textDecoration" | "azimuth" | "clip" | "alignmentBaseline" | "baselineShift" | "clipRule" | "colorInterpolation" | "colorRendering" | "dominantBaseline" | "fill" | "fillOpacity" | "fillRule" | "floodColor" | "floodOpacity" | "glyphOrientationVertical" | "lightingColor" | "markerEnd" | "markerMid" | "markerStart" | "shapeRendering" | "stopColor" | "stopOpacity" | "stroke" | "strokeDasharray" | "strokeDashoffset" | "strokeLinecap" | "strokeLinejoin" | "strokeMiterlimit" | "strokeOpacity" | "strokeWidth" | "textAnchor" | "vectorEffect" | "elevation" | "spacing" | "mode" | "className" | "style" | "id" | "lang" | "tabIndex" | "role" | "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" | "path" | "key" | "name" | "type" | "local" | "in" | "max" | "href" | "orientation" | "media" | "target" | "origin" | "min" | "viewBox" | "method" | "crossOrigin" | "accentHeight" | "accumulate" | "additive" | "allowReorder" | "alphabetic" | "amplitude" | "arabicForm" | "ascent" | "attributeName" | "attributeType" | "autoReverse" | "baseFrequency" | "baseProfile" | "bbox" | "begin" | "bias" | "by" | "calcMode" | "capHeight" | "clipPathUnits" | "colorInterpolationFilters" | "colorProfile" | "contentScriptType" | "contentStyleType" | "cx" | "cy" | "d" | "decelerate" | "descent" | "diffuseConstant" | "divisor" | "dur" | "dx" | "dy" | "edgeMode" | "enableBackground" | "end" | "exponent" | "externalResourcesRequired" | "filterRes" | "filterUnits" | "focusable" | "format" | "fr" | "from" | "fx" | "fy" | "g1" | "g2" | "glyphName" | "glyphOrientationHorizontal" | "glyphRef" | "gradientTransform" | "gradientUnits" | "hanging" | "horizAdvX" | "horizOriginX" | "ideographic" | "in2" | "intercept" | "k1" | "k2" | "k3" | "k4" | "k" | "kernelMatrix" | "kernelUnitLength" | "kerning" | "keyPoints" | "keySplines" | "keyTimes" | "lengthAdjust" | "limitingConeAngle" | "markerHeight" | "markerUnits" | "markerWidth" | "maskContentUnits" | "maskUnits" | "mathematical" | "numOctaves" | "operator" | "orient" | "overlinePosition" | "overlineThickness" | "panose1" | "pathLength" | "patternContentUnits" | "patternTransform" | "patternUnits" | "points" | "pointsAtX" | "pointsAtY" | "pointsAtZ" | "preserveAlpha" | "preserveAspectRatio" | "primitiveUnits" | "r" | "radius" | "refX" | "refY" | "renderingIntent" | "repeatCount" | "repeatDur" | "requiredExtensions" | "requiredFeatures" | "restart" | "result" | "rx" | "ry" | "seed" | "slope" | "specularConstant" | "specularExponent" | "speed" | "spreadMethod" | "startOffset" | "stdDeviation" | "stemh" | "stemv" | "stitchTiles" | "strikethroughPosition" | "strikethroughThickness" | "surfaceScale" | "systemLanguage" | "tableValues" | "targetX" | "targetY" | "textLength" | "to" | "u1" | "u2" | "underlinePosition" | "underlineThickness" | "unicode" | "unicodeRange" | "unitsPerEm" | "vAlphabetic" | "values" | "version" | "vertAdvY" | "vertOriginX" | "vertOriginY" | "vHanging" | "vIdeographic" | "viewTarget" | "vMathematical" | "widths" | "x1" | "x2" | "x" | "xChannelSelector" | "xHeight" | "xlinkActuate" | "xlinkArcrole" | "xlinkHref" | "xlinkRole" | "xlinkShow" | "xlinkTitle" | "xlinkType" | "xmlBase" | "xmlLang" | "xmlns" | "xmlnsXlink" | "xmlSpace" | "y1" | "y2" | "y" | "yChannelSelector" | "z" | "zoomAndPan"> & {
32
+ ref?: ((instance: SVGSVGElement | null) => void) | import("react").RefObject<SVGSVGElement> | null | undefined;
33
+ }, "fontSize" | "color" | "shapeRendering" | keyof import("@mui/material/OverridableComponent").CommonProps | "children" | "sx" | "htmlColor" | "inheritViewBox" | "titleAccess" | "viewBox"> & {
34
+ children?: import("react").ReactNode;
35
+ } & {
36
+ theme?: import("@emotion/react").Theme | undefined;
37
+ }, {}, {}>;
38
+ export declare const Content: import("@emotion/styled").StyledComponent<{
39
+ theme?: import("@emotion/react").Theme | undefined;
40
+ as?: import("react").ElementType<any> | undefined;
41
+ }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, {}>;
@@ -0,0 +1,6 @@
1
+ import { FormHelperTextProps as MuiFormHelperTextProps } from '@mui/material';
2
+ export declare type FormHelperTextProps = MuiFormHelperTextProps & {
3
+ success?: boolean;
4
+ error?: boolean;
5
+ };
6
+ export default FormHelperTextProps;
File without changes
@@ -0,0 +1,3 @@
1
+ /// <reference types="react" />
2
+ import { CssBaselineProps as GlobalStylesProps } from '@mui/material/CssBaseline';
3
+ export declare const GlobalStyles: ({ children, ...props }: GlobalStylesProps) => JSX.Element;
@@ -0,0 +1 @@
1
+ export * from './GlobalStyles';
@@ -0,0 +1,3 @@
1
+ /// <reference types="react" />
2
+ import { GridProps } from './types';
3
+ export declare const Grid: ({ container, templateColumns, templateRows, templateAreas, columnSpacing, rowSpacing, spacing, autoColumns, autoRows, autoFlow, column, row, area, children, ...props }: GridProps) => JSX.Element;
File without changes
File without changes
@@ -0,0 +1,2 @@
1
+ export * from './Grid';
2
+ export * from './types';
@@ -0,0 +1,13 @@
1
+ /// <reference types="react" />
2
+ export declare const StyledGrid: import("@emotion/styled").StyledComponent<import("@mui/system").SystemProps<import("@mui/material").Theme> & {
3
+ children?: import("react").ReactNode;
4
+ component?: import("react").ElementType<any> | undefined;
5
+ ref?: import("react").Ref<unknown> | undefined;
6
+ sx?: import("@mui/material").SxProps<import("@mui/material").Theme> | undefined;
7
+ } & import("@mui/material/OverridableComponent").CommonProps & Omit<Pick<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "key" | keyof import("react").HTMLAttributes<HTMLDivElement>> & {
8
+ ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
9
+ }, keyof import("@mui/material/OverridableComponent").CommonProps | "children" | "sx" | "ref" | ("fontSize" | "fontWeight" | "lineHeight" | "fontFamily" | "alignContent" | "alignItems" | "alignSelf" | "bottom" | "boxShadow" | "boxSizing" | "color" | "columnGap" | "display" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "fontStyle" | "gridAutoColumns" | "gridAutoFlow" | "gridAutoRows" | "gridTemplateAreas" | "gridTemplateColumns" | "gridTemplateRows" | "height" | "justifyContent" | "justifyItems" | "justifySelf" | "left" | "letterSpacing" | "marginBottom" | "marginLeft" | "marginRight" | "marginTop" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "order" | "paddingBottom" | "paddingLeft" | "paddingRight" | "paddingTop" | "position" | "right" | "rowGap" | "textAlign" | "textOverflow" | "textTransform" | "top" | "visibility" | "whiteSpace" | "width" | "zIndex" | "border" | "borderBottom" | "borderColor" | "borderLeft" | "borderRadius" | "borderRight" | "borderTop" | "flex" | "gap" | "gridArea" | "gridColumn" | "gridRow" | "margin" | "overflow" | "padding" | "typography" | "p" | "displayPrint" | "bgcolor" | "m" | "mt" | "mr" | "mb" | "ml" | "mx" | "my" | "pt" | "pr" | "pb" | "pl" | "px" | "py" | "marginX" | "marginY" | "paddingX" | "paddingY") | "component"> & {
10
+ theme?: import("@emotion/react").Theme | undefined;
11
+ } & {
12
+ container: boolean;
13
+ }, {}, {}>;
File without changes
@@ -0,0 +1,30 @@
1
+ import React from 'react';
2
+ import { Breakpoint } from '@mui/material/styles';
3
+ declare type StyleCSSType<Type extends keyof React.CSSProperties> = React.CSSProperties[Type] | Partial<Record<Breakpoint, React.CSSProperties[Type]>>;
4
+ export declare type GridContainerProps = {
5
+ container?: boolean;
6
+ templateColumns?: StyleCSSType<'gridTemplateColumns'>;
7
+ templateRows?: StyleCSSType<'gridTemplateRows'>;
8
+ templateAreas?: StyleCSSType<'gridTemplateAreas'>;
9
+ columnSpacing?: StyleCSSType<'gridColumnGap'>;
10
+ rowSpacing?: StyleCSSType<'gridRowGap'>;
11
+ spacing?: StyleCSSType<'gridGap'>;
12
+ justifyItems?: StyleCSSType<'justifyItems'>;
13
+ alignItems?: StyleCSSType<'alignItems'>;
14
+ justifyContent?: StyleCSSType<'justifyContent'>;
15
+ alignContent?: StyleCSSType<'alignContent'>;
16
+ autoColumns?: StyleCSSType<'gridAutoColumns'>;
17
+ autoRows?: StyleCSSType<'gridAutoRows'>;
18
+ autoFlow?: StyleCSSType<'gridAutoFlow'>;
19
+ };
20
+ export declare type GridElementsProps = {
21
+ column?: StyleCSSType<'gridColumn'>;
22
+ row?: StyleCSSType<'gridRow'>;
23
+ area?: StyleCSSType<'gridArea'>;
24
+ justifySelf?: StyleCSSType<'justifySelf'>;
25
+ alignSelf?: StyleCSSType<'alignSelf'>;
26
+ };
27
+ export declare type GridProps = GridContainerProps & GridElementsProps & {
28
+ children?: React.ReactNode;
29
+ };
30
+ export {};
File without changes
@@ -0,0 +1,3 @@
1
+ /// <reference types="react" />
2
+ import { BaseButtonProps } from '../ButtonBase';
3
+ export declare const IconButton: ({ children, ...props }: BaseButtonProps) => JSX.Element;
File without changes
@@ -0,0 +1 @@
1
+ export * from './IconButton';
@@ -0,0 +1,19 @@
1
+ /// <reference types="react" />
2
+ import { Theme } from '../theme';
3
+ import { ButtonProps } from '../Button';
4
+ declare type StyledIconButtonThemeProps = ButtonProps & {
5
+ theme: Theme;
6
+ };
7
+ export declare const getButtonHeight: ({ size, }: StyledIconButtonThemeProps) => string;
8
+ export declare const StyledIconButton: import("@emotion/styled").StyledComponent<Omit<import("@mui/base/ButtonUnstyled/ButtonUnstyledProps").default<"button", {}>, "color" | "variant" | "size"> & {
9
+ color?: "primary" | "error" | "warning" | "success" | undefined;
10
+ variant?: "link" | "light" | "text" | "contained" | undefined;
11
+ size?: "large" | "medium" | undefined;
12
+ } & {
13
+ theme?: import("@emotion/react").Theme | undefined;
14
+ } & {
15
+ loading?: boolean | undefined;
16
+ startIcon?: import("react").ReactNode;
17
+ endIcon?: import("react").ReactNode;
18
+ }, {}, {}>;
19
+ export {};
File without changes
@@ -0,0 +1,3 @@
1
+ /// <reference types="react" />
2
+ import { MenuProps } from '@mui/material';
3
+ export declare const Menu: ({ children, ...props }: MenuProps) => JSX.Element;
File without changes
File without changes
@@ -0,0 +1 @@
1
+ export * from './Menu';
@@ -0,0 +1,3 @@
1
+ /// <reference types="react" />
2
+ import { MenuItemProps } from '@mui/material';
3
+ export declare const MenuItem: ({ children, ...props }: MenuItemProps) => JSX.Element;
File without changes
@@ -0,0 +1 @@
1
+ export * from './MenuItem';
@@ -0,0 +1,3 @@
1
+ /// <reference types="react" />
2
+ import { MenuListProps } from './types';
3
+ export declare const MenuList: ({ children, ...props }: MenuListProps) => JSX.Element;
File without changes
@@ -0,0 +1,2 @@
1
+ export * from './MenuList';
2
+ export * from './types';
@@ -0,0 +1,20 @@
1
+ /// <reference types="react" />
2
+ export declare const StyledMenuList: import("@emotion/styled").StyledComponent<{
3
+ autoFocus?: boolean | undefined;
4
+ autoFocusItem?: boolean | undefined;
5
+ children?: import("react").ReactNode;
6
+ disabledItemsFocusable?: boolean | undefined;
7
+ disableListWrap?: boolean | undefined;
8
+ variant?: "menu" | "selectedMenu" | undefined;
9
+ } & {
10
+ children?: import("react").ReactNode;
11
+ classes?: Partial<import("@mui/material").ListClasses> | undefined;
12
+ dense?: boolean | undefined;
13
+ disablePadding?: boolean | undefined;
14
+ subheader?: import("react").ReactNode;
15
+ sx?: import("@mui/material").SxProps<import("@mui/material").Theme> | undefined;
16
+ } & import("@mui/material/OverridableComponent").CommonProps & Omit<Pick<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLUListElement>, HTMLUListElement>, "key" | keyof import("react").HTMLAttributes<HTMLUListElement>> & {
17
+ ref?: ((instance: HTMLUListElement | null) => void) | import("react").RefObject<HTMLUListElement> | null | undefined;
18
+ }, keyof import("@mui/material/OverridableComponent").CommonProps | "children" | "sx" | "variant" | "autoFocus" | "dense" | "subheader" | "disablePadding" | "autoFocusItem" | "disabledItemsFocusable" | "disableListWrap"> & {
19
+ theme?: import("@emotion/react").Theme | undefined;
20
+ }, {}, {}>;
File without changes
@@ -0,0 +1,2 @@
1
+ import { MenuListProps as MuiMenuListProps } from '@mui/material/MenuList';
2
+ export declare type MenuListProps = MuiMenuListProps;
File without changes
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ export declare const DefaultIcon: React.VFC;
3
+ export declare const CheckedCircleIcon: React.VFC;
File without changes
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { RadioProps } from './types';
3
+ export declare const Radio: React.ForwardRefExoticComponent<Pick<RadioProps, "disabled" | "translate" | "action" | "required" | "classes" | "className" | "style" | "form" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "placeholder" | "slot" | "spellCheck" | "tabIndex" | "title" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "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" | "sx" | "key" | "autoFocus" | "inputProps" | "inputRef" | "name" | "readOnly" | "value" | "checkedIcon" | "icon" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "checked" | "disableFocusRipple" | "edge"> & React.RefAttributes<HTMLButtonElement>>;
4
+ export default Radio;
File without changes
File without changes
@@ -0,0 +1,2 @@
1
+ export * from './Radio';
2
+ export * from './types';
@@ -0,0 +1,4 @@
1
+ import { RadioProps } from './types';
2
+ export declare const StyledRadio: import("@emotion/styled").StyledComponent<import("@mui/material").RadioProps & {
3
+ theme?: import("@emotion/react").Theme | undefined;
4
+ } & RadioProps, {}, {}>;
File without changes
@@ -0,0 +1,2 @@
1
+ import { RadioProps as MuiRadioProps } from '@mui/material';
2
+ export declare type RadioProps = Omit<MuiRadioProps, 'size' | 'color'>;
File without changes
@@ -0,0 +1,2 @@
1
+ import { RadioGroup } from '@mui/material';
2
+ export default RadioGroup;
@@ -0,0 +1 @@
1
+ export { CacheProvider as StylesCacheProvider } from '@emotion/react';
@@ -0,0 +1,3 @@
1
+ /// <reference types="react" />
2
+ import { TagProps } from './types';
3
+ export declare const Tag: ({ color, variant, ...props }: TagProps) => JSX.Element;
File without changes
@@ -0,0 +1,21 @@
1
+ export declare enum TagColors {
2
+ DEFAULT = "default",
3
+ PRIMARY = "primary",
4
+ ERROR = "error",
5
+ GREY = "grey",
6
+ SUCCESS = "success",
7
+ WARNING = "warning"
8
+ }
9
+ export declare enum TagVariants {
10
+ CONTAINED = "contained",
11
+ LIGHT = "light"
12
+ }
13
+ export declare enum TagSizes {
14
+ MEDIUM = "medium",
15
+ SMALL = "small"
16
+ }
17
+ export declare enum TagStates {
18
+ DEFAULT = "default",
19
+ HOVER = "hover",
20
+ ACTIVE = "active"
21
+ }
File without changes
File without changes
@@ -0,0 +1,2 @@
1
+ export * from './Tag';
2
+ export * from './types';
@@ -0,0 +1,25 @@
1
+ /// <reference types="react" />
2
+ import { TagProps } from './types';
3
+ export declare const StyledTag: import("@emotion/styled").StyledComponent<{
4
+ avatar?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
5
+ children?: null | undefined;
6
+ classes?: Partial<import("@mui/material").ChipClasses> | undefined;
7
+ clickable?: boolean | undefined;
8
+ color?: "primary" | "secondary" | "default" | "error" | "warning" | "info" | "success" | undefined;
9
+ deleteIcon?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
10
+ disabled?: boolean | undefined;
11
+ icon?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
12
+ label?: import("react").ReactNode;
13
+ onDelete?: ((event: any) => void) | undefined;
14
+ size?: "medium" | "small" | undefined;
15
+ sx?: import("@mui/material").SxProps<import("@mui/material").Theme> | undefined;
16
+ variant?: "filled" | "outlined" | undefined;
17
+ } & import("@mui/material/OverridableComponent").CommonProps & Omit<Pick<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "key" | keyof import("react").HTMLAttributes<HTMLDivElement>> & {
18
+ ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
19
+ }, "disabled" | "color" | keyof import("@mui/material/OverridableComponent").CommonProps | "children" | "sx" | "label" | "variant" | "size" | "icon" | "avatar" | "clickable" | "deleteIcon" | "onDelete"> & {
20
+ theme?: import("@emotion/react").Theme | undefined;
21
+ } & Omit<TagProps, "color"> & {
22
+ customColor?: "primary" | "default" | "error" | "grey" | "warning" | "success" | undefined;
23
+ customVariant?: "light" | "contained" | undefined;
24
+ rounded?: boolean | undefined;
25
+ }, {}, {}>;
File without changes
@@ -0,0 +1,12 @@
1
+ import { ChipProps as MuiTagProps } from '@mui/material/Chip/Chip';
2
+ import { TagColors, TagSizes, TagStates, TagVariants } from './constants';
3
+ export declare type TagColor = `${TagColors}`;
4
+ export declare type TagVariant = `${TagVariants}`;
5
+ export declare type TagSize = `${TagSizes}`;
6
+ export declare type TagState = `${TagStates}`;
7
+ export declare type TagProps = Omit<MuiTagProps, 'color' | 'variant'> & {
8
+ color?: TagColor;
9
+ variant?: TagVariant;
10
+ size?: TagSize;
11
+ rounded?: boolean;
12
+ };
File without changes
@@ -0,0 +1,3 @@
1
+ /// <reference types="react" />
2
+ import { TextAreaProps } from './types';
3
+ export declare const TextArea: import("react").ForwardRefExoticComponent<Pick<TextAreaProps, "disabled" | "focused" | "error" | "fullWidth" | "hiddenLabel" | "color" | "translate" | "margin" | "success" | "required" | "classes" | "className" | "style" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "placeholder" | "slot" | "spellCheck" | "tabIndex" | "title" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "sx" | "label" | "select" | "key" | "variant" | "autoComplete" | "autoFocus" | "inputProps" | "inputRef" | "name" | "rows" | "maxRows" | "minRows" | "size" | "type" | "value" | "SelectProps" | "InputProps" | "FormHelperTextProps" | "helperText" | "InputLabelProps"> & import("react").RefAttributes<HTMLDivElement>>;
File without changes
@@ -0,0 +1,2 @@
1
+ export * from './TextArea';
2
+ export * from './types';
@@ -0,0 +1,2 @@
1
+ import { TextFieldProps } from '../TextField';
2
+ export declare type TextAreaProps = Omit<TextFieldProps, 'multiline'>;
File without changes
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { TextFieldProps } from './types';
3
+ export declare const TextField: import("react").ForwardRefExoticComponent<Pick<TextFieldProps, "disabled" | "focused" | "error" | "multiline" | "fullWidth" | "hiddenLabel" | "color" | "translate" | "margin" | "success" | "required" | "classes" | "className" | "style" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "placeholder" | "slot" | "spellCheck" | "tabIndex" | "title" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "sx" | "label" | "select" | "key" | "variant" | "autoComplete" | "autoFocus" | "inputProps" | "inputRef" | "name" | "rows" | "maxRows" | "minRows" | "size" | "type" | "value" | "SelectProps" | "InputProps" | "FormHelperTextProps" | "helperText" | "InputLabelProps"> & import("react").RefAttributes<HTMLDivElement>>;
4
+ export default TextField;
File without changes
@@ -0,0 +1,2 @@
1
+ export * from './TextField';
2
+ export * from './types';
@@ -0,0 +1,6 @@
1
+ import { TextFieldProps as MuiTextFieldProps } from '@mui/material/TextField';
2
+ export declare type TextFieldProps = Omit<MuiTextFieldProps, 'variant' | 'color'> & {
3
+ variant?: never;
4
+ color?: never;
5
+ success?: boolean;
6
+ };
File without changes
@@ -0,0 +1,7 @@
1
+ import { FC } from 'react';
2
+ import { Theme } from '../theme';
3
+ declare type Props = {
4
+ theme: Theme;
5
+ };
6
+ export declare const ThemeProvider: FC<Props>;
7
+ export {};
@@ -0,0 +1 @@
1
+ export * from './ThemeProvider';
@@ -0,0 +1,3 @@
1
+ /// <reference types="react" />
2
+ import { TooltipProps } from './types';
3
+ export declare const Tooltip: import("react").ForwardRefExoticComponent<Pick<TooltipProps, "color" | "translate" | "components" | "classes" | "className" | "style" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "placeholder" | "slot" | "spellCheck" | "tabIndex" | "title" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "sx" | "componentsProps" | "size" | "open" | "onClose" | "TransitionComponent" | "TransitionProps" | "arrow" | "describeChild" | "disableFocusListener" | "disableHoverListener" | "disableInteractive" | "disableTouchListener" | "enterDelay" | "enterNextDelay" | "enterTouchDelay" | "followCursor" | "leaveDelay" | "leaveTouchDelay" | "onOpen" | "placement" | "PopperComponent" | "PopperProps"> & import("react").RefAttributes<HTMLDivElement>>;