@webpros/mui-theme 0.1.2 → 0.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (323) hide show
  1. package/dist/src/components/data-display/Avatar/Avatar.d.ts +3 -0
  2. package/dist/src/components/data-display/Avatar/Avatar.js +4 -0
  3. package/dist/src/components/data-display/Avatar/Avatar.theme.d.ts +12 -0
  4. package/dist/src/components/data-display/Avatar/Avatar.theme.js +20 -0
  5. package/dist/src/components/data-display/Avatar/index.d.ts +1 -0
  6. package/dist/src/components/data-display/Avatar/index.js +2 -0
  7. package/dist/src/components/data-display/Badge/Badge.d.ts +3 -0
  8. package/dist/src/components/data-display/Badge/Badge.js +4 -0
  9. package/dist/src/components/data-display/Badge/Badge.theme.d.ts +24 -0
  10. package/dist/src/components/data-display/Badge/Badge.theme.js +131 -0
  11. package/dist/src/components/data-display/Badge/index.d.ts +1 -0
  12. package/dist/src/components/data-display/Badge/index.js +2 -0
  13. package/dist/src/components/data-display/Chip/Chip.d.ts +3 -0
  14. package/dist/src/components/data-display/Chip/Chip.js +4 -0
  15. package/dist/src/components/data-display/Chip/Chip.theme.d.ts +19 -0
  16. package/dist/src/components/data-display/Chip/Chip.theme.js +503 -0
  17. package/dist/src/components/data-display/Chip/components/ChipDeleteIcon.d.ts +1 -0
  18. package/dist/src/components/data-display/Chip/components/ChipDeleteIcon.js +4 -0
  19. package/dist/src/components/data-display/Chip/index.d.ts +1 -0
  20. package/dist/src/components/data-display/Chip/index.js +2 -0
  21. package/dist/src/components/data-display/DataGrid/DataGrid.d.ts +4 -0
  22. package/dist/src/components/data-display/DataGrid/DataGrid.js +7 -0
  23. package/dist/src/components/data-display/DataGrid/DataGrid.theme.d.ts +11 -0
  24. package/dist/src/components/data-display/DataGrid/DataGrid.theme.js +21 -0
  25. package/dist/src/components/data-display/DataGrid/index.d.ts +1 -0
  26. package/dist/src/components/data-display/DataGrid/index.js +2 -0
  27. package/dist/src/components/data-display/DataGrid/mock-data.d.ts +18 -0
  28. package/dist/src/components/data-display/DataGrid/mock-data.js +184 -0
  29. package/dist/src/components/data-display/Divider/Divider.d.ts +3 -0
  30. package/dist/src/components/data-display/Divider/Divider.js +4 -0
  31. package/dist/src/components/data-display/Divider/Divider.theme.d.ts +11 -0
  32. package/dist/src/components/data-display/Divider/Divider.theme.js +19 -0
  33. package/dist/src/components/data-display/Divider/index.d.ts +1 -0
  34. package/dist/src/components/data-display/Divider/index.js +2 -0
  35. package/dist/src/components/data-display/List/List.d.ts +3 -0
  36. package/dist/src/components/data-display/List/List.js +4 -0
  37. package/dist/src/components/data-display/List/List.theme.d.ts +11 -0
  38. package/dist/src/components/data-display/List/List.theme.js +5 -0
  39. package/dist/src/components/data-display/List/index.d.ts +1 -0
  40. package/dist/src/components/data-display/List/index.js +2 -0
  41. package/dist/src/components/data-display/ListItem/ListItem.d.ts +3 -0
  42. package/dist/src/components/data-display/ListItem/ListItem.js +4 -0
  43. package/dist/src/components/data-display/ListItem/ListItem.theme.d.ts +11 -0
  44. package/dist/src/components/data-display/ListItem/ListItem.theme.js +13 -0
  45. package/dist/src/components/data-display/ListItem/index.d.ts +1 -0
  46. package/dist/src/components/data-display/ListItem/index.js +2 -0
  47. package/dist/src/components/data-display/ListItemAvatar/ListItemAvatar.d.ts +4 -0
  48. package/dist/src/components/data-display/ListItemAvatar/ListItemAvatar.js +4 -0
  49. package/dist/src/components/data-display/ListItemAvatar/ListItemAvatar.theme.d.ts +11 -0
  50. package/dist/src/components/data-display/ListItemAvatar/ListItemAvatar.theme.js +11 -0
  51. package/dist/src/components/data-display/ListItemAvatar/index.d.ts +1 -0
  52. package/dist/src/components/data-display/ListItemAvatar/index.js +2 -0
  53. package/dist/src/components/data-display/ListItemButton/ListItemButton.d.ts +3 -0
  54. package/dist/src/components/data-display/ListItemButton/ListItemButton.js +4 -0
  55. package/dist/src/components/data-display/ListItemButton/ListItemButton.theme.d.ts +16 -0
  56. package/dist/src/components/data-display/ListItemButton/ListItemButton.theme.js +68 -0
  57. package/dist/src/components/data-display/ListItemButton/index.d.ts +1 -0
  58. package/dist/src/components/data-display/ListItemButton/index.js +2 -0
  59. package/dist/src/components/data-display/ListItemIcon/ListItemIcon.d.ts +4 -0
  60. package/dist/src/components/data-display/ListItemIcon/ListItemIcon.js +4 -0
  61. package/dist/src/components/data-display/ListItemIcon/ListItemIcon.theme.d.ts +11 -0
  62. package/dist/src/components/data-display/ListItemIcon/ListItemIcon.theme.js +14 -0
  63. package/dist/src/components/data-display/ListItemIcon/index.d.ts +1 -0
  64. package/dist/src/components/data-display/ListItemIcon/index.js +2 -0
  65. package/dist/src/components/data-display/ListSubheader/ListSubheader.d.ts +3 -0
  66. package/dist/src/components/data-display/ListSubheader/ListSubheader.js +4 -0
  67. package/dist/src/components/data-display/ListSubheader/ListSubheader.theme.d.ts +11 -0
  68. package/dist/src/components/data-display/ListSubheader/ListSubheader.theme.js +15 -0
  69. package/dist/src/components/data-display/ListSubheader/index.d.ts +1 -0
  70. package/dist/src/components/data-display/ListSubheader/index.js +2 -0
  71. package/dist/src/components/data-display/Table/Table.d.ts +4 -0
  72. package/dist/src/components/data-display/Table/Table.js +4 -0
  73. package/dist/src/components/data-display/Table/Table.theme.d.ts +25 -0
  74. package/dist/src/components/data-display/Table/Table.theme.js +41 -0
  75. package/dist/src/components/data-display/Table/index.d.ts +1 -0
  76. package/dist/src/components/data-display/Table/index.js +2 -0
  77. package/dist/src/components/data-display/Table/mock-data.d.ts +17 -0
  78. package/dist/src/components/data-display/Table/mock-data.js +198 -0
  79. package/dist/src/components/data-display/Tooltip/Tooltip.d.ts +4 -0
  80. package/dist/src/components/data-display/Tooltip/Tooltip.js +4 -0
  81. package/dist/src/components/data-display/Tooltip/Tooltip.theme.d.ts +11 -0
  82. package/dist/src/components/data-display/Tooltip/Tooltip.theme.js +21 -0
  83. package/dist/src/components/data-display/Tooltip/index.d.ts +1 -0
  84. package/dist/src/components/data-display/Tooltip/index.js +2 -0
  85. package/dist/src/components/data-display/Typography/Typography.d.ts +3 -0
  86. package/dist/src/components/data-display/Typography/Typography.js +4 -0
  87. package/dist/src/components/data-display/Typography/Typography.theme.d.ts +36 -0
  88. package/dist/src/components/data-display/Typography/Typography.theme.js +169 -0
  89. package/dist/src/components/data-display/Typography/index.d.ts +1 -0
  90. package/dist/src/components/data-display/Typography/index.js +2 -0
  91. package/dist/src/components/feedback/Alert/Alert.d.ts +4 -0
  92. package/dist/src/components/feedback/Alert/Alert.js +4 -0
  93. package/dist/src/components/feedback/Alert/Alert.theme.d.ts +11 -0
  94. package/dist/src/components/feedback/Alert/Alert.theme.js +60 -0
  95. package/dist/src/components/feedback/Alert/index.d.ts +1 -0
  96. package/dist/src/components/feedback/Alert/index.js +2 -0
  97. package/dist/src/components/feedback/CircularProgress/CircularProgress.d.ts +4 -0
  98. package/dist/src/components/feedback/CircularProgress/CircularProgress.js +4 -0
  99. package/dist/src/components/feedback/CircularProgress/CircularProgress.theme.d.ts +10 -0
  100. package/dist/src/components/feedback/CircularProgress/CircularProgress.theme.js +11 -0
  101. package/dist/src/components/feedback/CircularProgress/index.d.ts +1 -0
  102. package/dist/src/components/feedback/CircularProgress/index.js +2 -0
  103. package/dist/src/components/feedback/Dialog/Dialog.d.ts +4 -0
  104. package/dist/src/components/feedback/Dialog/Dialog.js +5 -0
  105. package/dist/src/components/feedback/Dialog/Dialog.theme.d.ts +30 -0
  106. package/dist/src/components/feedback/Dialog/Dialog.theme.js +67 -0
  107. package/dist/src/components/feedback/Dialog/index.d.ts +1 -0
  108. package/dist/src/components/feedback/Dialog/index.js +2 -0
  109. package/dist/src/components/feedback/LinearProgress/LinearProgress.d.ts +4 -0
  110. package/dist/src/components/feedback/LinearProgress/LinearProgress.js +4 -0
  111. package/dist/src/components/feedback/LinearProgress/LinearProgress.theme.d.ts +10 -0
  112. package/dist/src/components/feedback/LinearProgress/LinearProgress.theme.js +13 -0
  113. package/dist/src/components/feedback/LinearProgress/index.d.ts +1 -0
  114. package/dist/src/components/feedback/LinearProgress/index.js +2 -0
  115. package/dist/src/components/feedback/Snackbar/Snackbar.d.ts +4 -0
  116. package/dist/src/components/feedback/Snackbar/Snackbar.js +4 -0
  117. package/dist/src/components/feedback/Snackbar/Snackbar.theme.d.ts +10 -0
  118. package/dist/src/components/feedback/Snackbar/Snackbar.theme.js +13 -0
  119. package/dist/src/components/feedback/Snackbar/index.d.ts +1 -0
  120. package/dist/src/components/feedback/Snackbar/index.js +2 -0
  121. package/dist/src/components/index.d.ts +43 -0
  122. package/dist/src/components/index.js +44 -0
  123. package/dist/src/components/inputs/Autocomplete/Autocomplete.d.ts +4 -0
  124. package/dist/src/components/inputs/Autocomplete/Autocomplete.js +4 -0
  125. package/dist/src/components/inputs/Autocomplete/Autocomplete.theme.d.ts +10 -0
  126. package/dist/src/components/inputs/Autocomplete/Autocomplete.theme.js +67 -0
  127. package/dist/src/components/inputs/Autocomplete/components/AutocompletePopupIcon.d.ts +1 -0
  128. package/dist/src/components/inputs/Autocomplete/components/AutocompletePopupIcon.js +4 -0
  129. package/dist/src/components/inputs/Autocomplete/index.d.ts +1 -0
  130. package/dist/src/components/inputs/Autocomplete/index.js +2 -0
  131. package/dist/src/components/inputs/Button/Button.d.ts +3 -0
  132. package/dist/src/components/inputs/Button/Button.js +4 -0
  133. package/dist/src/components/inputs/Button/Button.theme.d.ts +26 -0
  134. package/dist/src/components/inputs/Button/Button.theme.js +243 -0
  135. package/dist/src/components/inputs/Button/index.d.ts +1 -0
  136. package/dist/src/components/inputs/Button/index.js +2 -0
  137. package/dist/src/components/inputs/Checkbox/Checkbox.d.ts +4 -0
  138. package/dist/src/components/inputs/Checkbox/Checkbox.js +4 -0
  139. package/dist/src/components/inputs/Checkbox/Checkbox.theme.d.ts +10 -0
  140. package/dist/src/components/inputs/Checkbox/Checkbox.theme.js +20 -0
  141. package/dist/src/components/inputs/Checkbox/index.d.ts +1 -0
  142. package/dist/src/components/inputs/Checkbox/index.js +2 -0
  143. package/dist/src/components/inputs/Fab/Fab.d.ts +3 -0
  144. package/dist/src/components/inputs/Fab/Fab.js +4 -0
  145. package/dist/src/components/inputs/Fab/Fab.theme.d.ts +25 -0
  146. package/dist/src/components/inputs/Fab/Fab.theme.js +135 -0
  147. package/dist/src/components/inputs/Fab/index.d.ts +1 -0
  148. package/dist/src/components/inputs/Fab/index.js +2 -0
  149. package/dist/src/components/inputs/IconButton/IconButton.d.ts +3 -0
  150. package/dist/src/components/inputs/IconButton/IconButton.js +4 -0
  151. package/dist/src/components/inputs/IconButton/IconButton.theme.d.ts +19 -0
  152. package/dist/src/components/inputs/IconButton/IconButton.theme.js +116 -0
  153. package/dist/src/components/inputs/IconButton/index.d.ts +1 -0
  154. package/dist/src/components/inputs/IconButton/index.js +2 -0
  155. package/dist/src/components/inputs/InputBase/InputBase.theme.d.ts +30 -0
  156. package/dist/src/components/inputs/InputBase/InputBase.theme.js +70 -0
  157. package/dist/src/components/inputs/InputBase/index.d.ts +1 -0
  158. package/dist/src/components/inputs/InputBase/index.js +2 -0
  159. package/dist/src/components/inputs/InputLabel/InputLabel.d.ts +2 -0
  160. package/dist/src/components/inputs/InputLabel/InputLabel.js +3 -0
  161. package/dist/src/components/inputs/InputLabel/InputLabel.theme.d.ts +9 -0
  162. package/dist/src/components/inputs/InputLabel/InputLabel.theme.js +20 -0
  163. package/dist/src/components/inputs/InputLabel/index.d.ts +1 -0
  164. package/dist/src/components/inputs/InputLabel/index.js +2 -0
  165. package/dist/src/components/inputs/Select/Select.d.ts +4 -0
  166. package/dist/src/components/inputs/Select/Select.js +3 -0
  167. package/dist/src/components/inputs/Select/Select.theme.d.ts +9 -0
  168. package/dist/src/components/inputs/Select/Select.theme.js +46 -0
  169. package/dist/src/components/inputs/Select/index.d.ts +1 -0
  170. package/dist/src/components/inputs/Select/index.js +2 -0
  171. package/dist/src/components/inputs/Switch/Switch.d.ts +4 -0
  172. package/dist/src/components/inputs/Switch/Switch.js +4 -0
  173. package/dist/src/components/inputs/Switch/Switch.theme.d.ts +11 -0
  174. package/dist/src/components/inputs/Switch/Switch.theme.js +97 -0
  175. package/dist/src/components/inputs/Switch/index.d.ts +1 -0
  176. package/dist/src/components/inputs/Switch/index.js +2 -0
  177. package/dist/src/components/inputs/TextField/TextField.d.ts +4 -0
  178. package/dist/src/components/inputs/TextField/TextField.js +4 -0
  179. package/dist/src/components/inputs/TextField/TextField.theme.d.ts +14 -0
  180. package/dist/src/components/inputs/TextField/TextField.theme.js +32 -0
  181. package/dist/src/components/inputs/TextField/index.d.ts +1 -0
  182. package/dist/src/components/inputs/TextField/index.js +2 -0
  183. package/dist/src/components/inputs/TimePicker/TimePicker.theme.d.ts +8 -0
  184. package/dist/src/components/inputs/TimePicker/TimePicker.theme.js +23 -0
  185. package/dist/src/components/inputs/TimePicker/index.d.ts +1 -0
  186. package/dist/src/components/inputs/TimePicker/index.js +2 -0
  187. package/dist/src/components/inputs/ToggleButton/ToggleButton.d.ts +3 -0
  188. package/dist/src/components/inputs/ToggleButton/ToggleButton.js +4 -0
  189. package/dist/src/components/inputs/ToggleButton/ToggleButton.theme.d.ts +11 -0
  190. package/dist/src/components/inputs/ToggleButton/ToggleButton.theme.js +26 -0
  191. package/dist/src/components/inputs/ToggleButton/index.d.ts +1 -0
  192. package/dist/src/components/inputs/ToggleButton/index.js +2 -0
  193. package/dist/src/components/inputs/ToggleButtonGroup/ToggleButtonGroup.d.ts +4 -0
  194. package/dist/src/components/inputs/ToggleButtonGroup/ToggleButtonGroup.js +4 -0
  195. package/dist/src/components/inputs/ToggleButtonGroup/ToggleButtonGroup.theme.d.ts +11 -0
  196. package/dist/src/components/inputs/ToggleButtonGroup/ToggleButtonGroup.theme.js +25 -0
  197. package/dist/src/components/inputs/ToggleButtonGroup/index.d.ts +1 -0
  198. package/dist/src/components/inputs/ToggleButtonGroup/index.js +2 -0
  199. package/dist/src/components/navigation/Drawer/Drawer.d.ts +4 -0
  200. package/dist/src/components/navigation/Drawer/Drawer.js +4 -0
  201. package/dist/src/components/navigation/Drawer/Drawer.theme.d.ts +10 -0
  202. package/dist/src/components/navigation/Drawer/Drawer.theme.js +15 -0
  203. package/dist/src/components/navigation/Drawer/index.d.ts +1 -0
  204. package/dist/src/components/navigation/Drawer/index.js +2 -0
  205. package/dist/src/components/navigation/Link/Link.d.ts +3 -0
  206. package/dist/src/components/navigation/Link/Link.js +4 -0
  207. package/dist/src/components/navigation/Link/Link.theme.d.ts +11 -0
  208. package/dist/src/components/navigation/Link/Link.theme.js +42 -0
  209. package/dist/src/components/navigation/Link/index.d.ts +1 -0
  210. package/dist/src/components/navigation/Link/index.js +3 -0
  211. package/dist/src/components/navigation/Menu/Menu.d.ts +4 -0
  212. package/dist/src/components/navigation/Menu/Menu.js +4 -0
  213. package/dist/src/components/navigation/Menu/Menu.theme.d.ts +10 -0
  214. package/dist/src/components/navigation/Menu/Menu.theme.js +19 -0
  215. package/dist/src/components/navigation/Menu/index.d.ts +1 -0
  216. package/dist/src/components/navigation/Menu/index.js +2 -0
  217. package/dist/src/components/navigation/MenuItem/MenuItem.d.ts +3 -0
  218. package/dist/src/components/navigation/MenuItem/MenuItem.js +4 -0
  219. package/dist/src/components/navigation/MenuItem/MenuItem.theme.d.ts +10 -0
  220. package/dist/src/components/navigation/MenuItem/MenuItem.theme.js +22 -0
  221. package/dist/src/components/navigation/MenuItem/index.d.ts +1 -0
  222. package/dist/src/components/navigation/MenuItem/index.js +2 -0
  223. package/dist/src/components/navigation/Pagination/Pagination.d.ts +4 -0
  224. package/dist/src/components/navigation/Pagination/Pagination.js +4 -0
  225. package/dist/src/components/navigation/Pagination/Pagination.theme.d.ts +11 -0
  226. package/dist/src/components/navigation/Pagination/Pagination.theme.js +8 -0
  227. package/dist/src/components/navigation/Pagination/index.d.ts +1 -0
  228. package/dist/src/components/navigation/Pagination/index.js +2 -0
  229. package/dist/src/components/navigation/PaginationItem/PaginationItem.d.ts +3 -0
  230. package/dist/src/components/navigation/PaginationItem/PaginationItem.js +4 -0
  231. package/dist/src/components/navigation/PaginationItem/PaginationItem.theme.d.ts +11 -0
  232. package/dist/src/components/navigation/PaginationItem/PaginationItem.theme.js +27 -0
  233. package/dist/src/components/navigation/PaginationItem/index.d.ts +1 -0
  234. package/dist/src/components/navigation/PaginationItem/index.js +2 -0
  235. package/dist/src/components/navigation/Tab/Tab.d.ts +3 -0
  236. package/dist/src/components/navigation/Tab/Tab.js +4 -0
  237. package/dist/src/components/navigation/Tab/Tab.theme.d.ts +10 -0
  238. package/dist/src/components/navigation/Tab/Tab.theme.js +18 -0
  239. package/dist/src/components/navigation/Tab/index.d.ts +1 -0
  240. package/dist/src/components/navigation/Tab/index.js +2 -0
  241. package/dist/src/components/navigation/TabList/TabList.d.ts +3 -0
  242. package/dist/src/components/navigation/TabList/TabList.js +4 -0
  243. package/dist/src/components/navigation/TabList/TabList.theme.d.ts +10 -0
  244. package/dist/src/components/navigation/TabList/TabList.theme.js +17 -0
  245. package/dist/src/components/navigation/TabList/index.d.ts +1 -0
  246. package/dist/src/components/navigation/TabList/index.js +2 -0
  247. package/dist/src/components/surfaces/Accordion/Accordion.d.ts +3 -0
  248. package/dist/src/components/surfaces/Accordion/Accordion.js +4 -0
  249. package/dist/src/components/surfaces/Accordion/Accordion.theme.d.ts +11 -0
  250. package/dist/src/components/surfaces/Accordion/Accordion.theme.js +43 -0
  251. package/dist/src/components/surfaces/Accordion/index.d.ts +1 -0
  252. package/dist/src/components/surfaces/Accordion/index.js +2 -0
  253. package/dist/src/components/surfaces/AppBar/AppBar.d.ts +3 -0
  254. package/dist/src/components/surfaces/AppBar/AppBar.js +4 -0
  255. package/dist/src/components/surfaces/AppBar/AppBar.theme.d.ts +11 -0
  256. package/dist/src/components/surfaces/AppBar/AppBar.theme.js +22 -0
  257. package/dist/src/components/surfaces/AppBar/index.d.ts +1 -0
  258. package/dist/src/components/surfaces/AppBar/index.js +2 -0
  259. package/dist/src/components/surfaces/Card/Card.d.ts +3 -0
  260. package/dist/src/components/surfaces/Card/Card.js +4 -0
  261. package/dist/src/components/surfaces/Card/Card.theme.d.ts +16 -0
  262. package/dist/src/components/surfaces/Card/Card.theme.js +100 -0
  263. package/dist/src/components/surfaces/Card/index.d.ts +1 -0
  264. package/dist/src/components/surfaces/Card/index.js +2 -0
  265. package/dist/src/components/surfaces/Paper/Paper.d.ts +3 -0
  266. package/dist/src/components/surfaces/Paper/Paper.js +4 -0
  267. package/dist/src/components/surfaces/Paper/Paper.theme.d.ts +9 -0
  268. package/dist/src/components/surfaces/Paper/Paper.theme.js +14 -0
  269. package/dist/src/components/surfaces/Paper/index.d.ts +1 -0
  270. package/dist/src/components/surfaces/Paper/index.js +2 -0
  271. package/dist/src/components/utils/CssBaseline/CssBaseline.d.ts +4 -0
  272. package/dist/src/components/utils/CssBaseline/CssBaseline.js +4 -0
  273. package/dist/src/components/utils/CssBaseline/CssBaseline.theme.d.ts +11 -0
  274. package/dist/src/components/utils/CssBaseline/CssBaseline.theme.js +8 -0
  275. package/dist/src/components/utils/CssBaseline/index.d.ts +1 -0
  276. package/dist/src/components/utils/CssBaseline/index.js +2 -0
  277. package/dist/src/hooks/useThemeMode.d.ts +3 -0
  278. package/dist/src/hooks/useThemeMode.js +20 -0
  279. package/dist/src/hooks/useTonalPalette.d.ts +3 -0
  280. package/dist/src/hooks/useTonalPalette.js +32 -0
  281. package/dist/src/index.d.ts +5 -0
  282. package/dist/src/index.js +7 -0
  283. package/dist/src/providers/ThemeModeProvider.d.ts +13 -0
  284. package/dist/src/providers/ThemeModeProvider.js +16 -0
  285. package/dist/src/providers/ThemeSchemeProvider.d.ts +12 -0
  286. package/dist/src/providers/ThemeSchemeProvider.js +29 -0
  287. package/dist/src/providers/WebProsMuiThemeProvider.d.ts +9 -0
  288. package/dist/src/providers/WebProsMuiThemeProvider.js +5 -0
  289. package/dist/src/providers/WebProsTheme.d.ts +9 -0
  290. package/dist/src/providers/WebProsTheme.js +25 -0
  291. package/dist/src/style/additional-color-palette.d.ts +3 -0
  292. package/dist/src/style/additional-color-palette.js +26 -0
  293. package/dist/src/style/custom-color-palette.d.ts +3 -0
  294. package/dist/src/style/custom-color-palette.js +75 -0
  295. package/dist/src/tokens/ThemeColorTokens.d.ts +96 -0
  296. package/dist/src/tokens/ThemeColorTokens.js +172 -0
  297. package/dist/src/tokens/ThemeMode.d.ts +1 -0
  298. package/dist/src/tokens/ThemeMode.js +1 -0
  299. package/dist/src/tokens/ThemeScheme.d.ts +12 -0
  300. package/dist/src/tokens/ThemeScheme.js +8 -0
  301. package/dist/src/tokens/TonalPalette.d.ts +10 -0
  302. package/dist/src/tokens/TonalPalette.js +10 -0
  303. package/dist/src/tokens/Tone.d.ts +174 -0
  304. package/dist/src/tokens/Tone.js +157 -0
  305. package/dist/src/tokens/additionalColors/index.d.ts +1 -0
  306. package/dist/src/tokens/additionalColors/index.js +5 -0
  307. package/dist/src/tokens/index.d.ts +2 -0
  308. package/dist/src/tokens/index.js +2 -0
  309. package/dist/src/utils/generateTokens.d.ts +4 -0
  310. package/dist/src/utils/generateTokens.js +107 -0
  311. package/dist/src/utils/getMUIComponents.d.ts +7 -0
  312. package/dist/src/utils/getMUIComponents.js +4 -0
  313. package/dist/src/utils/getMUIPalette.d.ts +101 -0
  314. package/dist/src/utils/getMUIPalette.js +263 -0
  315. package/dist/src/utils/getMuiLocaleByCode.d.ts +11 -0
  316. package/dist/src/utils/getMuiLocaleByCode.js +13 -0
  317. package/dist/src/utils/getStateLayerColor.d.ts +25 -0
  318. package/dist/src/utils/getStateLayerColor.js +36 -0
  319. package/dist/src/utils/index.d.ts +6 -0
  320. package/dist/src/utils/index.js +7 -0
  321. package/dist/src/utils/patchMUIShadows.d.ts +2 -0
  322. package/dist/src/utils/patchMUIShadows.js +5 -0
  323. package/package.json +22 -18
@@ -0,0 +1,30 @@
1
+ import { ComponentsProps, ComponentsOverrides, ComponentsVariants, Theme } from '@mui/material';
2
+ interface M3Autocomplete {
3
+ MuiInputBase: {
4
+ defaultProps?: ComponentsProps['MuiInputBase'];
5
+ styleOverrides?: ComponentsOverrides<Theme>['MuiInputBase'];
6
+ variants?: ComponentsVariants['MuiInputBase'];
7
+ };
8
+ MuiFormLabel: {
9
+ defaultProps?: ComponentsProps['MuiFormLabel'];
10
+ styleOverrides?: ComponentsOverrides<Theme>['MuiFormLabel'];
11
+ variants?: ComponentsVariants['MuiFormLabel'];
12
+ };
13
+ MuiOutlinedInput: {
14
+ defaultProps?: ComponentsProps['MuiOutlinedInput'];
15
+ styleOverrides?: ComponentsOverrides<Theme>['MuiOutlinedInput'];
16
+ variants?: ComponentsVariants['MuiOutlinedInput'];
17
+ };
18
+ MuiFormHelperText: {
19
+ defaultProps?: ComponentsProps['MuiFormHelperText'];
20
+ styleOverrides?: ComponentsOverrides<Theme>['MuiFormHelperText'];
21
+ variants?: ComponentsVariants['MuiFormHelperText'];
22
+ };
23
+ }
24
+ /**
25
+ * There is no separate component for usage outside of MUI, but it is used as base for several inputs
26
+ * better to customized common things here, than in each component
27
+ */
28
+ export declare const getInputBase: (theme: Theme) => M3Autocomplete;
29
+ declare const _default: {};
30
+ export default _default;
@@ -0,0 +1,70 @@
1
+ // Copyright 2025 WebPros International GmbH. All rights reserved.
2
+ import { getOnStateLayerColor, OnStateLayer, } from '../../../utils/getStateLayerColor';
3
+ /**
4
+ * There is no separate component for usage outside of MUI, but it is used as base for several inputs
5
+ * better to customized common things here, than in each component
6
+ */
7
+ export const getInputBase = (theme) => {
8
+ const { palette } = theme;
9
+ return {
10
+ MuiInputBase: {
11
+ styleOverrides: {
12
+ root: {
13
+ borderRadius: 8,
14
+ borderColor: palette.outline.main,
15
+ padding: '4px 8px',
16
+ 'input::placeholder': {
17
+ color: palette.supportive.main,
18
+ opacity: 1,
19
+ },
20
+ '& svg': {
21
+ color: palette.onSurfaceVariant.main,
22
+ },
23
+ },
24
+ input: {
25
+ fontSize: '0.875rem',
26
+ color: palette.onSurface.main,
27
+ },
28
+ },
29
+ },
30
+ MuiOutlinedInput: {
31
+ styleOverrides: {
32
+ root: {
33
+ fieldset: {
34
+ borderColor: palette.outline.main,
35
+ },
36
+ '&.Mui-disabled': {
37
+ input: {
38
+ WebkitTextFillColor: getOnStateLayerColor(OnStateLayer.Disabled, palette.onSurface.main),
39
+ },
40
+ fieldset: {
41
+ '&.MuiOutlinedInput-notchedOutline': {
42
+ borderColor: getOnStateLayerColor(OnStateLayer.Disabled, palette.onSurface.main),
43
+ },
44
+ },
45
+ },
46
+ },
47
+ },
48
+ },
49
+ MuiFormLabel: {
50
+ styleOverrides: {
51
+ root: {
52
+ color: palette.supportive.main,
53
+ '&.Mui-disabled': {
54
+ color: getOnStateLayerColor(OnStateLayer.Disabled, palette.onSurface.main),
55
+ },
56
+ },
57
+ },
58
+ },
59
+ MuiFormHelperText: {
60
+ styleOverrides: {
61
+ root: {
62
+ '&.Mui-disabled': {
63
+ color: getOnStateLayerColor(OnStateLayer.Disabled, palette.onSurface.main),
64
+ },
65
+ },
66
+ },
67
+ },
68
+ };
69
+ };
70
+ export default {};
@@ -0,0 +1 @@
1
+ export * from './InputBase.theme';
@@ -0,0 +1,2 @@
1
+ // Copyright 2025 WebPros International GmbH. All rights reserved.
2
+ export * from './InputBase.theme';
@@ -0,0 +1,2 @@
1
+ export declare const InputLabel: import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material").InputLabelTypeMap<{}, "label">>;
2
+ export type InputLabelComponentType = typeof InputLabel;
@@ -0,0 +1,3 @@
1
+ // Copyright 2025 WebPros International GmbH. All rights reserved.
2
+ import { InputLabel as MuiInputLabel } from '@mui/material';
3
+ export const InputLabel = MuiInputLabel;
@@ -0,0 +1,9 @@
1
+ import { Theme, ComponentsProps, ComponentsOverrides, ComponentsVariants } from '@mui/material';
2
+ export interface M3InputLabel {
3
+ MuiInputLabel: {
4
+ defaultProps?: ComponentsProps['MuiInputLabel'];
5
+ styleOverrides?: ComponentsOverrides<Theme>['MuiInputLabel'];
6
+ variants?: ComponentsVariants['MuiInputLabel'];
7
+ };
8
+ }
9
+ export declare const getInputLabel: (theme: Theme) => M3InputLabel;
@@ -0,0 +1,20 @@
1
+ // Copyright 2025 WebPros International GmbH. All rights reserved.
2
+ import { inputLabelClasses, } from '@mui/material';
3
+ export const getInputLabel = (theme) => {
4
+ const { palette } = theme;
5
+ return {
6
+ MuiInputLabel: {
7
+ styleOverrides: {
8
+ root: {
9
+ color: palette.supportive.main,
10
+ fontSize: '0.875rem',
11
+ transform: 'translate(14px, 11px) scale(1)',
12
+ // If label is shrunk (input has value or is focused), use normal MUI transform
13
+ [`&.${inputLabelClasses.shrink}`]: {
14
+ transform: 'translate(14px, -9px) scale(0.75)',
15
+ },
16
+ },
17
+ },
18
+ },
19
+ };
20
+ };
@@ -0,0 +1 @@
1
+ export * from './InputLabel.theme';
@@ -0,0 +1,2 @@
1
+ // Copyright 2025 WebPros International GmbH. All rights reserved.
2
+ export * from './InputLabel.theme';
@@ -0,0 +1,4 @@
1
+ export declare const Select: (<Value = unknown>(props: import("@mui/material").SelectProps<Value>) => React.JSX.Element) & {
2
+ muiName: string;
3
+ };
4
+ export type SelectComponentType = typeof Select;
@@ -0,0 +1,3 @@
1
+ // Copyright 2025 WebPros International GmbH. All rights reserved.
2
+ import { Select as MuiSelect } from '@mui/material';
3
+ export const Select = MuiSelect;
@@ -0,0 +1,9 @@
1
+ import { Theme, ComponentsProps, ComponentsOverrides, ComponentsVariants } from '@mui/material';
2
+ export interface M3Select {
3
+ MuiSelect: {
4
+ defaultProps?: ComponentsProps['MuiSelect'];
5
+ styleOverrides?: ComponentsOverrides<Theme>['MuiSelect'];
6
+ variants?: ComponentsVariants['MuiSelect'];
7
+ };
8
+ }
9
+ export declare const getSelect: (theme: Theme) => M3Select;
@@ -0,0 +1,46 @@
1
+ // Copyright 2025 WebPros International GmbH. All rights reserved.
2
+ import { CaretDownIcon } from '@phosphor-icons/react';
3
+ import { getOnStateLayerColor, getStateLayerColor, OnStateLayer, StateLayer, } from '../../../utils/getStateLayerColor';
4
+ export const getSelect = (theme) => {
5
+ const { palette } = theme;
6
+ return {
7
+ MuiSelect: {
8
+ defaultProps: {
9
+ IconComponent: CaretDownIcon,
10
+ },
11
+ styleOverrides: {
12
+ root: {
13
+ '& .MuiInputBase-root': {
14
+ borderColor: palette.outline.main,
15
+ },
16
+ '> svg': {
17
+ color: palette.supportive.main,
18
+ },
19
+ padding: '0',
20
+ },
21
+ select: {
22
+ // Patch for displaying icons in input
23
+ '.MuiListItem-root': {
24
+ padding: 0,
25
+ },
26
+ '.MuiListItemText-root': {
27
+ margin: 0,
28
+ },
29
+ '&.Mui-disabled': {
30
+ // Mui by default uses -webkit-text-fill-color and if it is set then it is used instead of css color property
31
+ WebkitTextFillColor: getOnStateLayerColor(OnStateLayer.Disabled, palette.onSurface.main),
32
+ borderColor: getStateLayerColor(StateLayer.Disabled, palette.outline.main),
33
+ },
34
+ },
35
+ },
36
+ variants: [
37
+ {
38
+ props: { variant: 'outlined' },
39
+ style: {
40
+ borderRadius: 8,
41
+ },
42
+ },
43
+ ],
44
+ },
45
+ };
46
+ };
@@ -0,0 +1 @@
1
+ export * from './Select.theme';
@@ -0,0 +1,2 @@
1
+ // Copyright 2025 WebPros International GmbH. All rights reserved.
2
+ export * from './Select.theme';
@@ -0,0 +1,4 @@
1
+ import { Switch as MuiSwitch } from '@mui/material';
2
+ import './Switch.theme';
3
+ export declare const Switch: typeof MuiSwitch;
4
+ export type SwitchComponentType = typeof Switch;
@@ -0,0 +1,4 @@
1
+ // Copyright 2025 WebPros International GmbH. All rights reserved.
2
+ import { Switch as MuiSwitch } from '@mui/material';
3
+ import './Switch.theme';
4
+ export const Switch = MuiSwitch;
@@ -0,0 +1,11 @@
1
+ import { Theme, ComponentsProps, ComponentsOverrides, ComponentsVariants } from '@mui/material';
2
+ interface M3Switch {
3
+ MuiSwitch: {
4
+ defaultProps?: ComponentsProps['MuiSwitch'];
5
+ styleOverrides?: ComponentsOverrides<Theme>['MuiSwitch'];
6
+ variants?: ComponentsVariants['MuiSwitch'];
7
+ };
8
+ }
9
+ export declare const getSwitch: (theme: Theme) => M3Switch;
10
+ declare const _default: {};
11
+ export default _default;
@@ -0,0 +1,97 @@
1
+ // Copyright 2025 WebPros International GmbH. All rights reserved.
2
+ import { alpha, } from '@mui/material';
3
+ export const getSwitch = (theme) => {
4
+ const { palette } = theme;
5
+ return {
6
+ MuiSwitch: {
7
+ styleOverrides: {
8
+ root: {
9
+ overflow: 'visible',
10
+ width: 42,
11
+ height: 26,
12
+ padding: 0,
13
+ marginLeft: 12,
14
+ marginRight: 8,
15
+ borderColor: palette.outline.main,
16
+ '& .MuiSwitch-switchBase': {
17
+ padding: 0,
18
+ margin: 7,
19
+ transitionDuration: '100ms',
20
+ '&.Mui-checked': {
21
+ transform: 'translateX(16px)',
22
+ margin: 4,
23
+ '& + .MuiSwitch-track': {
24
+ backgroundColor: palette.primary.main,
25
+ opacity: 1,
26
+ border: 0,
27
+ },
28
+ '& .MuiSwitch-thumb': {
29
+ color: palette.onPrimary.main,
30
+ width: 18,
31
+ height: 18,
32
+ },
33
+ '&.Mui-disabled + .MuiSwitch-track': {
34
+ backgroundColor: alpha(palette.onSurface.main, 0.1),
35
+ },
36
+ '&.Mui-disabled .MuiSwitch-thumb': {
37
+ color: alpha(palette.surface.main, 0.8),
38
+ },
39
+ '& .MuiTouchRipple-root': {
40
+ top: '-8px',
41
+ left: '-8px',
42
+ right: '-8px',
43
+ bottom: '-8px',
44
+ },
45
+ '.MuiTouchRipple-ripple': {
46
+ color: palette.primary.main,
47
+ opacity: 0.08,
48
+ },
49
+ },
50
+ '&.Mui-focusVisible .MuiSwitch-thumb': {
51
+ color: palette.primary.main,
52
+ border: `6px solid ${palette.onPrimary.main}`,
53
+ },
54
+ '&.Mui-disabled .MuiSwitch-thumb': {
55
+ color: alpha(palette.onSurface.main, 0.3),
56
+ },
57
+ },
58
+ '& .MuiSwitch-thumb': {
59
+ boxSizing: 'border-box',
60
+ color: alpha(palette.onSurfaceVariant.main, 0.72),
61
+ width: 12,
62
+ height: 12,
63
+ boxShadow: 'none',
64
+ '&:before': {
65
+ content: "''",
66
+ position: 'absolute',
67
+ width: '100%',
68
+ height: '100%',
69
+ left: 0,
70
+ top: 0,
71
+ backgroundRepeat: 'no-repeat',
72
+ backgroundPosition: 'center',
73
+ },
74
+ },
75
+ '& .MuiTouchRipple-root': {
76
+ top: '-12px',
77
+ left: '-12px',
78
+ right: '-12px',
79
+ bottom: '-12px',
80
+ },
81
+ '.MuiTouchRipple-ripple': {
82
+ color: palette.onSurface.main,
83
+ opacity: 0.06,
84
+ },
85
+ '& .MuiSwitch-track': {
86
+ borderRadius: 20,
87
+ border: `2px solid ${palette.outline.main}`,
88
+ backgroundColor: palette.surfaceContainerHighest.main,
89
+ opacity: 1,
90
+ transition: 'background .2s',
91
+ },
92
+ },
93
+ },
94
+ },
95
+ };
96
+ };
97
+ export default {};
@@ -0,0 +1 @@
1
+ export * from './Switch.theme';
@@ -0,0 +1,2 @@
1
+ // Copyright 2025 WebPros International GmbH. All rights reserved.
2
+ export * from './Switch.theme';
@@ -0,0 +1,4 @@
1
+ import { TextField as MuiTextField } from '@mui/material';
2
+ import './TextField.theme';
3
+ export declare const TextField: typeof MuiTextField;
4
+ export type TextFieldComponentType = typeof TextField;
@@ -0,0 +1,4 @@
1
+ // Copyright 2025 WebPros International GmbH. All rights reserved.
2
+ import { TextField as MuiTextField } from '@mui/material';
3
+ import './TextField.theme';
4
+ export const TextField = MuiTextField;
@@ -0,0 +1,14 @@
1
+ import { Theme, ComponentsOverrides, ComponentsVariants } from '@mui/material';
2
+ declare module '@mui/material/TextField' {
3
+ interface TextFieldPropsSizeOverrides {
4
+ large: true;
5
+ }
6
+ }
7
+ interface M3TextField {
8
+ MuiTextField: {
9
+ styleOverrides?: ComponentsOverrides<Theme>['MuiTextField'];
10
+ variants?: ComponentsVariants<Theme>['MuiTextField'];
11
+ };
12
+ }
13
+ export declare const getTextField: (_theme: Theme) => M3TextField;
14
+ export {};
@@ -0,0 +1,32 @@
1
+ // Copyright 2025 WebPros International GmbH. All rights reserved.
2
+ export const getTextField = (_theme) => ({
3
+ MuiTextField: {
4
+ styleOverrides: {
5
+ root: {
6
+ '.MuiInputBase-root': {
7
+ borderRadius: 8,
8
+ padding: '4px 8px',
9
+ },
10
+ '.MuiInputBase-input': {
11
+ padding: '6px 8px',
12
+ },
13
+ },
14
+ },
15
+ variants: [
16
+ {
17
+ props: { size: 'large' },
18
+ style: {
19
+ '.MuiInputBase-root': {
20
+ borderRadius: 8,
21
+ padding: '4px 0px',
22
+ },
23
+ '.MuiInputBase-input': {
24
+ fontSize: '1rem',
25
+ lineHeight: '1.5rem',
26
+ padding: '12px 0px',
27
+ },
28
+ },
29
+ },
30
+ ],
31
+ },
32
+ });
@@ -0,0 +1 @@
1
+ export * from './TextField.theme';
@@ -0,0 +1,2 @@
1
+ // Copyright 2025 WebPros International GmbH. All rights reserved.
2
+ export * from './TextField.theme';
@@ -0,0 +1,8 @@
1
+ import '@mui/x-date-pickers/themeAugmentation';
2
+ import { ComponentsOverrides, Theme } from '@mui/material';
3
+ export interface M3TimePicker {
4
+ MuiPickersPopper: {
5
+ styleOverrides?: ComponentsOverrides<Theme>['MuiPickersPopper'];
6
+ };
7
+ }
8
+ export declare const getTimePicker: (theme: Theme) => M3TimePicker;
@@ -0,0 +1,23 @@
1
+ // Copyright 2025 WebPros International GmbH. All rights reserved.
2
+ import '@mui/x-date-pickers/themeAugmentation';
3
+ export const getTimePicker = (theme) => {
4
+ const { palette } = theme;
5
+ return {
6
+ MuiPickersPopper: {
7
+ styleOverrides: {
8
+ paper: {
9
+ background: palette.surfaceContainer.main,
10
+ borderRadius: 16,
11
+ },
12
+ root: {
13
+ '& .MuiDialogActions-root .MuiButtonBase-root': {
14
+ padding: '8px',
15
+ },
16
+ '& .MuiDialogActions-root': {
17
+ padding: '8px',
18
+ },
19
+ },
20
+ },
21
+ },
22
+ };
23
+ };
@@ -0,0 +1 @@
1
+ export * from './TimePicker.theme';
@@ -0,0 +1,2 @@
1
+ // Copyright 2025 WebPros International GmbH. All rights reserved.
2
+ export * from './TimePicker.theme';
@@ -0,0 +1,3 @@
1
+ import './ToggleButton.theme';
2
+ export declare const ToggleButton: import("@mui/material").ExtendButtonBase<import("@mui/material").ToggleButtonTypeMap<{}, "button">>;
3
+ export type ToggleButtonComponentType = typeof ToggleButton;
@@ -0,0 +1,4 @@
1
+ // Copyright 2025 WebPros International GmbH. All rights reserved.
2
+ import { ToggleButton as MuiToggleButton } from '@mui/material';
3
+ import './ToggleButton.theme';
4
+ export const ToggleButton = MuiToggleButton;
@@ -0,0 +1,11 @@
1
+ import { Theme, ComponentsProps, ComponentsOverrides, ComponentsVariants } from '@mui/material';
2
+ interface M3ToggleButton {
3
+ MuiToggleButton: {
4
+ defaultProps?: ComponentsProps['MuiToggleButton'];
5
+ styleOverrides?: ComponentsOverrides<Theme>['MuiToggleButton'];
6
+ variants?: ComponentsVariants['MuiToggleButton'];
7
+ };
8
+ }
9
+ export declare const getToggleButton: (theme: Theme) => M3ToggleButton;
10
+ declare const _default: {};
11
+ export default _default;
@@ -0,0 +1,26 @@
1
+ export const getToggleButton = (theme) => {
2
+ const { palette } = theme;
3
+ return {
4
+ MuiToggleButton: {
5
+ styleOverrides: {
6
+ root: {
7
+ borderRadius: '50px',
8
+ textTransform: 'none',
9
+ color: palette.onSurface.main,
10
+ '&.Mui-selected': {
11
+ color: palette.onSecondaryContainer.main,
12
+ backgroundColor: palette.secondaryContainer.main,
13
+ },
14
+ '&.MuiToggleButton-primary': {
15
+ borderColor: 'transparent',
16
+ },
17
+ '&.MuiToggleButton-primary.Mui-selected': {
18
+ color: palette.onPrimary.main,
19
+ backgroundColor: palette.primary.main,
20
+ },
21
+ },
22
+ },
23
+ },
24
+ };
25
+ };
26
+ export default {};
@@ -0,0 +1 @@
1
+ export * from './ToggleButton.theme';
@@ -0,0 +1,2 @@
1
+ // Copyright 2025 WebPros International GmbH. All rights reserved.
2
+ export * from './ToggleButton.theme';
@@ -0,0 +1,4 @@
1
+ import { ToggleButtonGroup as MuiToggleButtonGroup } from '@mui/material';
2
+ import './ToggleButtonGroup.theme';
3
+ export declare const ToggleButtonGroup: typeof MuiToggleButtonGroup;
4
+ export type ToggleButtonGroupComponentType = typeof ToggleButtonGroup;
@@ -0,0 +1,4 @@
1
+ // Copyright 2025 WebPros International GmbH. All rights reserved.
2
+ import { ToggleButtonGroup as MuiToggleButtonGroup } from '@mui/material';
3
+ import './ToggleButtonGroup.theme';
4
+ export const ToggleButtonGroup = MuiToggleButtonGroup;
@@ -0,0 +1,11 @@
1
+ import { Theme, ComponentsProps, ComponentsOverrides, ComponentsVariants } from '@mui/material';
2
+ interface M3ToggleButtonGroup {
3
+ MuiToggleButtonGroup: {
4
+ defaultProps?: ComponentsProps['MuiToggleButtonGroup'];
5
+ styleOverrides?: ComponentsOverrides<Theme>['MuiToggleButtonGroup'];
6
+ variants?: ComponentsVariants['MuiToggleButtonGroup'];
7
+ };
8
+ }
9
+ export declare const getToggleButtonGroup: (theme: Theme) => M3ToggleButtonGroup;
10
+ declare const _default: {};
11
+ export default _default;
@@ -0,0 +1,25 @@
1
+ import { StateLayer, getStateLayerColor } from '../../../utils/getStateLayerColor';
2
+ export const getToggleButtonGroup = (theme) => {
3
+ const { palette } = theme;
4
+ return {
5
+ MuiToggleButtonGroup: {
6
+ styleOverrides: {
7
+ grouped: {
8
+ borderRadius: '50px',
9
+ borderColor: palette.outline.main,
10
+ '&:not(:first-of-type)': {
11
+ marginLeft: 0,
12
+ borderLeft: 0,
13
+ },
14
+ '&:hover': {
15
+ background: getStateLayerColor(StateLayer.Hover, palette.surface.main, palette.primary.main),
16
+ },
17
+ '&.Mui-selected:hover': {
18
+ background: getStateLayerColor(StateLayer.Hover, palette.secondaryContainer.main, palette.onSecondaryContainer.main),
19
+ },
20
+ },
21
+ },
22
+ },
23
+ };
24
+ };
25
+ export default {};
@@ -0,0 +1 @@
1
+ export * from './ToggleButtonGroup.theme';
@@ -0,0 +1,2 @@
1
+ // Copyright 2025 WebPros International GmbH. All rights reserved.
2
+ export * from './ToggleButtonGroup.theme';
@@ -0,0 +1,4 @@
1
+ import { Drawer as MuiDrawer } from '@mui/material';
2
+ import './Drawer.theme';
3
+ export declare const Drawer: typeof MuiDrawer;
4
+ export type DrawerComponentType = typeof Drawer;
@@ -0,0 +1,4 @@
1
+ // Copyright 2025 WebPros International GmbH. All rights reserved.
2
+ import { Drawer as MuiDrawer } from '@mui/material';
3
+ import './Drawer.theme';
4
+ export const Drawer = MuiDrawer;
@@ -0,0 +1,10 @@
1
+ import { Theme, ComponentsProps, ComponentsOverrides } from '@mui/material';
2
+ interface M3Drawer {
3
+ MuiDrawer: {
4
+ defaultProps?: ComponentsProps['MuiDrawer'];
5
+ styleOverrides?: ComponentsOverrides<Theme>['MuiDrawer'];
6
+ };
7
+ }
8
+ export declare const getDrawer: (theme: Theme) => M3Drawer;
9
+ declare const _default: {};
10
+ export default _default;
@@ -0,0 +1,15 @@
1
+ export const getDrawer = (theme) => {
2
+ const { palette } = theme;
3
+ return {
4
+ MuiDrawer: {
5
+ styleOverrides: {
6
+ paper: {
7
+ border: 0,
8
+ background: palette.surface.main,
9
+ color: palette.onSurfaceVariant.main,
10
+ },
11
+ },
12
+ },
13
+ };
14
+ };
15
+ export default {};
@@ -0,0 +1 @@
1
+ export * from './Drawer.theme';
@@ -0,0 +1,2 @@
1
+ // Copyright 2025 WebPros International GmbH. All rights reserved.
2
+ export * from './Drawer.theme';