@atipicus/mrs-ui 0.8.0

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 (428) hide show
  1. package/LICENSE +6 -0
  2. package/README.md +602 -0
  3. package/dist/index.d.ts +2 -0
  4. package/dist/index.js +68535 -0
  5. package/dist/index.js.map +1 -0
  6. package/dist/index.mjs +68519 -0
  7. package/dist/index.mjs.map +1 -0
  8. package/dist/mrs-ui.css +185 -0
  9. package/dist/src/components/atoms/AccountStack/AccountStack.d.ts +6 -0
  10. package/dist/src/components/atoms/AccountStack/AccountStack.d.ts.map +1 -0
  11. package/dist/src/components/atoms/AccountStack/AccountStack.types.d.ts +51 -0
  12. package/dist/src/components/atoms/AccountStack/AccountStack.types.d.ts.map +1 -0
  13. package/dist/src/components/atoms/AccountStack/index.d.ts +3 -0
  14. package/dist/src/components/atoms/AccountStack/index.d.ts.map +1 -0
  15. package/dist/src/components/atoms/Avatar/Avatar.d.ts +12 -0
  16. package/dist/src/components/atoms/Avatar/Avatar.d.ts.map +1 -0
  17. package/dist/src/components/atoms/Avatar/Avatar.types.d.ts +46 -0
  18. package/dist/src/components/atoms/Avatar/Avatar.types.d.ts.map +1 -0
  19. package/dist/src/components/atoms/Avatar/index.d.ts +6 -0
  20. package/dist/src/components/atoms/Avatar/index.d.ts.map +1 -0
  21. package/dist/src/components/atoms/Badge/Badge.d.ts +13 -0
  22. package/dist/src/components/atoms/Badge/Badge.d.ts.map +1 -0
  23. package/dist/src/components/atoms/Badge/Badge.types.d.ts +57 -0
  24. package/dist/src/components/atoms/Badge/Badge.types.d.ts.map +1 -0
  25. package/dist/src/components/atoms/Badge/index.d.ts +6 -0
  26. package/dist/src/components/atoms/Badge/index.d.ts.map +1 -0
  27. package/dist/src/components/atoms/Box/Box.d.ts +16 -0
  28. package/dist/src/components/atoms/Box/Box.d.ts.map +1 -0
  29. package/dist/src/components/atoms/Box/Box.types.d.ts +19 -0
  30. package/dist/src/components/atoms/Box/Box.types.d.ts.map +1 -0
  31. package/dist/src/components/atoms/Box/index.d.ts +7 -0
  32. package/dist/src/components/atoms/Box/index.d.ts.map +1 -0
  33. package/dist/src/components/atoms/Button/Button.d.ts +10 -0
  34. package/dist/src/components/atoms/Button/Button.d.ts.map +1 -0
  35. package/dist/src/components/atoms/Button/Button.types.d.ts +15 -0
  36. package/dist/src/components/atoms/Button/Button.types.d.ts.map +1 -0
  37. package/dist/src/components/atoms/Button/index.d.ts +6 -0
  38. package/dist/src/components/atoms/Button/index.d.ts.map +1 -0
  39. package/dist/src/components/atoms/Checkbox/Checkbox.d.ts +12 -0
  40. package/dist/src/components/atoms/Checkbox/Checkbox.d.ts.map +1 -0
  41. package/dist/src/components/atoms/Checkbox/Checkbox.types.d.ts +81 -0
  42. package/dist/src/components/atoms/Checkbox/Checkbox.types.d.ts.map +1 -0
  43. package/dist/src/components/atoms/Checkbox/index.d.ts +6 -0
  44. package/dist/src/components/atoms/Checkbox/index.d.ts.map +1 -0
  45. package/dist/src/components/atoms/Chip/Chip.d.ts +12 -0
  46. package/dist/src/components/atoms/Chip/Chip.d.ts.map +1 -0
  47. package/dist/src/components/atoms/Chip/Chip.types.d.ts +68 -0
  48. package/dist/src/components/atoms/Chip/Chip.types.d.ts.map +1 -0
  49. package/dist/src/components/atoms/Chip/index.d.ts +6 -0
  50. package/dist/src/components/atoms/Chip/index.d.ts.map +1 -0
  51. package/dist/src/components/atoms/CircularProgress/CircularProgress.d.ts +13 -0
  52. package/dist/src/components/atoms/CircularProgress/CircularProgress.d.ts.map +1 -0
  53. package/dist/src/components/atoms/CircularProgress/CircularProgress.types.d.ts +40 -0
  54. package/dist/src/components/atoms/CircularProgress/CircularProgress.types.d.ts.map +1 -0
  55. package/dist/src/components/atoms/CircularProgress/index.d.ts +6 -0
  56. package/dist/src/components/atoms/CircularProgress/index.d.ts.map +1 -0
  57. package/dist/src/components/atoms/Container/Container.d.ts +16 -0
  58. package/dist/src/components/atoms/Container/Container.d.ts.map +1 -0
  59. package/dist/src/components/atoms/Container/Container.types.d.ts +35 -0
  60. package/dist/src/components/atoms/Container/Container.types.d.ts.map +1 -0
  61. package/dist/src/components/atoms/Container/index.d.ts +7 -0
  62. package/dist/src/components/atoms/Container/index.d.ts.map +1 -0
  63. package/dist/src/components/atoms/Divider/Divider.d.ts +13 -0
  64. package/dist/src/components/atoms/Divider/Divider.d.ts.map +1 -0
  65. package/dist/src/components/atoms/Divider/Divider.types.d.ts +39 -0
  66. package/dist/src/components/atoms/Divider/Divider.types.d.ts.map +1 -0
  67. package/dist/src/components/atoms/Divider/index.d.ts +6 -0
  68. package/dist/src/components/atoms/Divider/index.d.ts.map +1 -0
  69. package/dist/src/components/atoms/FormControlLabel/FormControlLabel.d.ts +17 -0
  70. package/dist/src/components/atoms/FormControlLabel/FormControlLabel.d.ts.map +1 -0
  71. package/dist/src/components/atoms/FormControlLabel/FormControlLabel.types.d.ts +43 -0
  72. package/dist/src/components/atoms/FormControlLabel/FormControlLabel.types.d.ts.map +1 -0
  73. package/dist/src/components/atoms/FormControlLabel/index.d.ts +7 -0
  74. package/dist/src/components/atoms/FormControlLabel/index.d.ts.map +1 -0
  75. package/dist/src/components/atoms/FormGroup/FormGroup.d.ts +17 -0
  76. package/dist/src/components/atoms/FormGroup/FormGroup.d.ts.map +1 -0
  77. package/dist/src/components/atoms/FormGroup/FormGroup.types.d.ts +19 -0
  78. package/dist/src/components/atoms/FormGroup/FormGroup.types.d.ts.map +1 -0
  79. package/dist/src/components/atoms/FormGroup/index.d.ts +7 -0
  80. package/dist/src/components/atoms/FormGroup/index.d.ts.map +1 -0
  81. package/dist/src/components/atoms/Grid/Grid.d.ts +21 -0
  82. package/dist/src/components/atoms/Grid/Grid.d.ts.map +1 -0
  83. package/dist/src/components/atoms/Grid/Grid.types.d.ts +77 -0
  84. package/dist/src/components/atoms/Grid/Grid.types.d.ts.map +1 -0
  85. package/dist/src/components/atoms/Grid/index.d.ts +7 -0
  86. package/dist/src/components/atoms/Grid/index.d.ts.map +1 -0
  87. package/dist/src/components/atoms/Icon/Icon.d.ts +13 -0
  88. package/dist/src/components/atoms/Icon/Icon.d.ts.map +1 -0
  89. package/dist/src/components/atoms/Icon/Icon.types.d.ts +59 -0
  90. package/dist/src/components/atoms/Icon/Icon.types.d.ts.map +1 -0
  91. package/dist/src/components/atoms/Icon/index.d.ts +6 -0
  92. package/dist/src/components/atoms/Icon/index.d.ts.map +1 -0
  93. package/dist/src/components/atoms/IconButton/IconButton.d.ts +13 -0
  94. package/dist/src/components/atoms/IconButton/IconButton.d.ts.map +1 -0
  95. package/dist/src/components/atoms/IconButton/IconButton.types.d.ts +45 -0
  96. package/dist/src/components/atoms/IconButton/IconButton.types.d.ts.map +1 -0
  97. package/dist/src/components/atoms/IconButton/index.d.ts +6 -0
  98. package/dist/src/components/atoms/IconButton/index.d.ts.map +1 -0
  99. package/dist/src/components/atoms/LinearProgress/LinearProgress.d.ts +13 -0
  100. package/dist/src/components/atoms/LinearProgress/LinearProgress.d.ts.map +1 -0
  101. package/dist/src/components/atoms/LinearProgress/LinearProgress.types.d.ts +40 -0
  102. package/dist/src/components/atoms/LinearProgress/LinearProgress.types.d.ts.map +1 -0
  103. package/dist/src/components/atoms/LinearProgress/index.d.ts +6 -0
  104. package/dist/src/components/atoms/LinearProgress/index.d.ts.map +1 -0
  105. package/dist/src/components/atoms/Link/Link.d.ts +15 -0
  106. package/dist/src/components/atoms/Link/Link.d.ts.map +1 -0
  107. package/dist/src/components/atoms/Link/Link.types.d.ts +51 -0
  108. package/dist/src/components/atoms/Link/Link.types.d.ts.map +1 -0
  109. package/dist/src/components/atoms/Link/index.d.ts +7 -0
  110. package/dist/src/components/atoms/Link/index.d.ts.map +1 -0
  111. package/dist/src/components/atoms/MaterialSymbol/MaterialSymbol.d.ts +134 -0
  112. package/dist/src/components/atoms/MaterialSymbol/MaterialSymbol.d.ts.map +1 -0
  113. package/dist/src/components/atoms/MaterialSymbol/index.d.ts +3 -0
  114. package/dist/src/components/atoms/MaterialSymbol/index.d.ts.map +1 -0
  115. package/dist/src/components/atoms/MenuItem/MenuItem.d.ts +33 -0
  116. package/dist/src/components/atoms/MenuItem/MenuItem.d.ts.map +1 -0
  117. package/dist/src/components/atoms/MenuItem/MenuItem.types.d.ts +43 -0
  118. package/dist/src/components/atoms/MenuItem/MenuItem.types.d.ts.map +1 -0
  119. package/dist/src/components/atoms/MenuItem/index.d.ts +7 -0
  120. package/dist/src/components/atoms/MenuItem/index.d.ts.map +1 -0
  121. package/dist/src/components/atoms/Paper/Paper.d.ts +13 -0
  122. package/dist/src/components/atoms/Paper/Paper.d.ts.map +1 -0
  123. package/dist/src/components/atoms/Paper/Paper.types.d.ts +36 -0
  124. package/dist/src/components/atoms/Paper/Paper.types.d.ts.map +1 -0
  125. package/dist/src/components/atoms/Paper/index.d.ts +6 -0
  126. package/dist/src/components/atoms/Paper/index.d.ts.map +1 -0
  127. package/dist/src/components/atoms/Radio/Radio.d.ts +14 -0
  128. package/dist/src/components/atoms/Radio/Radio.d.ts.map +1 -0
  129. package/dist/src/components/atoms/Radio/Radio.types.d.ts +72 -0
  130. package/dist/src/components/atoms/Radio/Radio.types.d.ts.map +1 -0
  131. package/dist/src/components/atoms/Radio/index.d.ts +6 -0
  132. package/dist/src/components/atoms/Radio/index.d.ts.map +1 -0
  133. package/dist/src/components/atoms/RadioGroup/RadioGroup.d.ts +17 -0
  134. package/dist/src/components/atoms/RadioGroup/RadioGroup.d.ts.map +1 -0
  135. package/dist/src/components/atoms/RadioGroup/RadioGroup.types.d.ts +31 -0
  136. package/dist/src/components/atoms/RadioGroup/RadioGroup.types.d.ts.map +1 -0
  137. package/dist/src/components/atoms/RadioGroup/index.d.ts +7 -0
  138. package/dist/src/components/atoms/RadioGroup/index.d.ts.map +1 -0
  139. package/dist/src/components/atoms/Select/Select.d.ts +39 -0
  140. package/dist/src/components/atoms/Select/Select.d.ts.map +1 -0
  141. package/dist/src/components/atoms/Select/Select.types.d.ts +124 -0
  142. package/dist/src/components/atoms/Select/Select.types.d.ts.map +1 -0
  143. package/dist/src/components/atoms/Select/index.d.ts +7 -0
  144. package/dist/src/components/atoms/Select/index.d.ts.map +1 -0
  145. package/dist/src/components/atoms/Skeleton/Skeleton.d.ts +13 -0
  146. package/dist/src/components/atoms/Skeleton/Skeleton.d.ts.map +1 -0
  147. package/dist/src/components/atoms/Skeleton/Skeleton.types.d.ts +35 -0
  148. package/dist/src/components/atoms/Skeleton/Skeleton.types.d.ts.map +1 -0
  149. package/dist/src/components/atoms/Skeleton/index.d.ts +6 -0
  150. package/dist/src/components/atoms/Skeleton/index.d.ts.map +1 -0
  151. package/dist/src/components/atoms/Slider/Slider.d.ts +14 -0
  152. package/dist/src/components/atoms/Slider/Slider.d.ts.map +1 -0
  153. package/dist/src/components/atoms/Slider/Slider.types.d.ts +151 -0
  154. package/dist/src/components/atoms/Slider/Slider.types.d.ts.map +1 -0
  155. package/dist/src/components/atoms/Slider/index.d.ts +6 -0
  156. package/dist/src/components/atoms/Slider/index.d.ts.map +1 -0
  157. package/dist/src/components/atoms/Stack/Stack.d.ts +17 -0
  158. package/dist/src/components/atoms/Stack/Stack.d.ts.map +1 -0
  159. package/dist/src/components/atoms/Stack/Stack.types.d.ts +51 -0
  160. package/dist/src/components/atoms/Stack/Stack.types.d.ts.map +1 -0
  161. package/dist/src/components/atoms/Stack/index.d.ts +7 -0
  162. package/dist/src/components/atoms/Stack/index.d.ts.map +1 -0
  163. package/dist/src/components/atoms/Switch/Switch.d.ts +13 -0
  164. package/dist/src/components/atoms/Switch/Switch.d.ts.map +1 -0
  165. package/dist/src/components/atoms/Switch/Switch.types.d.ts +71 -0
  166. package/dist/src/components/atoms/Switch/Switch.types.d.ts.map +1 -0
  167. package/dist/src/components/atoms/Switch/index.d.ts +3 -0
  168. package/dist/src/components/atoms/Switch/index.d.ts.map +1 -0
  169. package/dist/src/components/atoms/TextField/TextField.d.ts +37 -0
  170. package/dist/src/components/atoms/TextField/TextField.d.ts.map +1 -0
  171. package/dist/src/components/atoms/TextField/TextField.types.d.ts +128 -0
  172. package/dist/src/components/atoms/TextField/TextField.types.d.ts.map +1 -0
  173. package/dist/src/components/atoms/TextField/index.d.ts +7 -0
  174. package/dist/src/components/atoms/TextField/index.d.ts.map +1 -0
  175. package/dist/src/components/atoms/Toolbar/Toolbar.d.ts +14 -0
  176. package/dist/src/components/atoms/Toolbar/Toolbar.d.ts.map +1 -0
  177. package/dist/src/components/atoms/Toolbar/Toolbar.types.d.ts +24 -0
  178. package/dist/src/components/atoms/Toolbar/Toolbar.types.d.ts.map +1 -0
  179. package/dist/src/components/atoms/Toolbar/index.d.ts +7 -0
  180. package/dist/src/components/atoms/Toolbar/index.d.ts.map +1 -0
  181. package/dist/src/components/atoms/Tooltip/Tooltip.d.ts +12 -0
  182. package/dist/src/components/atoms/Tooltip/Tooltip.d.ts.map +1 -0
  183. package/dist/src/components/atoms/Tooltip/Tooltip.types.d.ts +30 -0
  184. package/dist/src/components/atoms/Tooltip/Tooltip.types.d.ts.map +1 -0
  185. package/dist/src/components/atoms/Tooltip/index.d.ts +6 -0
  186. package/dist/src/components/atoms/Tooltip/index.d.ts.map +1 -0
  187. package/dist/src/components/atoms/Typography/Typography.d.ts +13 -0
  188. package/dist/src/components/atoms/Typography/Typography.d.ts.map +1 -0
  189. package/dist/src/components/atoms/Typography/Typography.types.d.ts +25 -0
  190. package/dist/src/components/atoms/Typography/Typography.types.d.ts.map +1 -0
  191. package/dist/src/components/atoms/Typography/index.d.ts +6 -0
  192. package/dist/src/components/atoms/Typography/index.d.ts.map +1 -0
  193. package/dist/src/components/atoms/index.d.ts +36 -0
  194. package/dist/src/components/atoms/index.d.ts.map +1 -0
  195. package/dist/src/components/effects/AnimatedBadge/AnimatedBadge.d.ts +28 -0
  196. package/dist/src/components/effects/AnimatedBadge/AnimatedBadge.d.ts.map +1 -0
  197. package/dist/src/components/effects/AnimatedBadge/index.d.ts +3 -0
  198. package/dist/src/components/effects/AnimatedBadge/index.d.ts.map +1 -0
  199. package/dist/src/components/effects/LoadingDots/LoadingDots.d.ts +25 -0
  200. package/dist/src/components/effects/LoadingDots/LoadingDots.d.ts.map +1 -0
  201. package/dist/src/components/effects/LoadingDots/index.d.ts +3 -0
  202. package/dist/src/components/effects/LoadingDots/index.d.ts.map +1 -0
  203. package/dist/src/components/effects/RippleButton/RippleButton.d.ts +23 -0
  204. package/dist/src/components/effects/RippleButton/RippleButton.d.ts.map +1 -0
  205. package/dist/src/components/effects/RippleButton/index.d.ts +3 -0
  206. package/dist/src/components/effects/RippleButton/index.d.ts.map +1 -0
  207. package/dist/src/components/effects/index.d.ts +9 -0
  208. package/dist/src/components/effects/index.d.ts.map +1 -0
  209. package/dist/src/components/index.d.ts +8 -0
  210. package/dist/src/components/index.d.ts.map +1 -0
  211. package/dist/src/components/molecules/Accordion/Accordion.d.ts +14 -0
  212. package/dist/src/components/molecules/Accordion/Accordion.d.ts.map +1 -0
  213. package/dist/src/components/molecules/Accordion/Accordion.types.d.ts +93 -0
  214. package/dist/src/components/molecules/Accordion/Accordion.types.d.ts.map +1 -0
  215. package/dist/src/components/molecules/Accordion/AccordionActions.d.ts +14 -0
  216. package/dist/src/components/molecules/Accordion/AccordionActions.d.ts.map +1 -0
  217. package/dist/src/components/molecules/Accordion/AccordionDetails.d.ts +14 -0
  218. package/dist/src/components/molecules/Accordion/AccordionDetails.d.ts.map +1 -0
  219. package/dist/src/components/molecules/Accordion/AccordionSummary.d.ts +14 -0
  220. package/dist/src/components/molecules/Accordion/AccordionSummary.d.ts.map +1 -0
  221. package/dist/src/components/molecules/Accordion/index.d.ts +12 -0
  222. package/dist/src/components/molecules/Accordion/index.d.ts.map +1 -0
  223. package/dist/src/components/molecules/Alert/Alert.d.ts +5 -0
  224. package/dist/src/components/molecules/Alert/Alert.d.ts.map +1 -0
  225. package/dist/src/components/molecules/Alert/Alert.types.d.ts +53 -0
  226. package/dist/src/components/molecules/Alert/Alert.types.d.ts.map +1 -0
  227. package/dist/src/components/molecules/Alert/index.d.ts +3 -0
  228. package/dist/src/components/molecules/Alert/index.d.ts.map +1 -0
  229. package/dist/src/components/molecules/AppBar/AppBar.d.ts +21 -0
  230. package/dist/src/components/molecules/AppBar/AppBar.d.ts.map +1 -0
  231. package/dist/src/components/molecules/AppBar/AppBar.types.d.ts +44 -0
  232. package/dist/src/components/molecules/AppBar/AppBar.types.d.ts.map +1 -0
  233. package/dist/src/components/molecules/AppBar/index.d.ts +7 -0
  234. package/dist/src/components/molecules/AppBar/index.d.ts.map +1 -0
  235. package/dist/src/components/molecules/Autocomplete/Autocomplete.d.ts +16 -0
  236. package/dist/src/components/molecules/Autocomplete/Autocomplete.d.ts.map +1 -0
  237. package/dist/src/components/molecules/Autocomplete/Autocomplete.types.d.ts +88 -0
  238. package/dist/src/components/molecules/Autocomplete/Autocomplete.types.d.ts.map +1 -0
  239. package/dist/src/components/molecules/Autocomplete/index.d.ts +6 -0
  240. package/dist/src/components/molecules/Autocomplete/index.d.ts.map +1 -0
  241. package/dist/src/components/molecules/BottomNavigation/BottomNavigation.d.ts +12 -0
  242. package/dist/src/components/molecules/BottomNavigation/BottomNavigation.d.ts.map +1 -0
  243. package/dist/src/components/molecules/BottomNavigation/BottomNavigation.types.d.ts +47 -0
  244. package/dist/src/components/molecules/BottomNavigation/BottomNavigation.types.d.ts.map +1 -0
  245. package/dist/src/components/molecules/BottomNavigation/BottomNavigationAction.d.ts +4 -0
  246. package/dist/src/components/molecules/BottomNavigation/BottomNavigationAction.d.ts.map +1 -0
  247. package/dist/src/components/molecules/BottomNavigation/index.d.ts +7 -0
  248. package/dist/src/components/molecules/BottomNavigation/index.d.ts.map +1 -0
  249. package/dist/src/components/molecules/ButtonGroup/ButtonGroup.d.ts +12 -0
  250. package/dist/src/components/molecules/ButtonGroup/ButtonGroup.d.ts.map +1 -0
  251. package/dist/src/components/molecules/ButtonGroup/ButtonGroup.types.d.ts +70 -0
  252. package/dist/src/components/molecules/ButtonGroup/ButtonGroup.types.d.ts.map +1 -0
  253. package/dist/src/components/molecules/ButtonGroup/index.d.ts +6 -0
  254. package/dist/src/components/molecules/ButtonGroup/index.d.ts.map +1 -0
  255. package/dist/src/components/molecules/Card/Card.d.ts +15 -0
  256. package/dist/src/components/molecules/Card/Card.d.ts.map +1 -0
  257. package/dist/src/components/molecules/Card/Card.types.d.ts +134 -0
  258. package/dist/src/components/molecules/Card/Card.types.d.ts.map +1 -0
  259. package/dist/src/components/molecules/Card/CardActionArea.d.ts +14 -0
  260. package/dist/src/components/molecules/Card/CardActionArea.d.ts.map +1 -0
  261. package/dist/src/components/molecules/Card/CardActions.d.ts +14 -0
  262. package/dist/src/components/molecules/Card/CardActions.d.ts.map +1 -0
  263. package/dist/src/components/molecules/Card/CardContent.d.ts +14 -0
  264. package/dist/src/components/molecules/Card/CardContent.d.ts.map +1 -0
  265. package/dist/src/components/molecules/Card/CardHeader.d.ts +14 -0
  266. package/dist/src/components/molecules/Card/CardHeader.d.ts.map +1 -0
  267. package/dist/src/components/molecules/Card/CardMedia.d.ts +14 -0
  268. package/dist/src/components/molecules/Card/CardMedia.d.ts.map +1 -0
  269. package/dist/src/components/molecules/Card/index.d.ts +14 -0
  270. package/dist/src/components/molecules/Card/index.d.ts.map +1 -0
  271. package/dist/src/components/molecules/DatePicker/DatePicker.d.ts +9 -0
  272. package/dist/src/components/molecules/DatePicker/DatePicker.d.ts.map +1 -0
  273. package/dist/src/components/molecules/DatePicker/DatePicker.types.d.ts +7 -0
  274. package/dist/src/components/molecules/DatePicker/DatePicker.types.d.ts.map +1 -0
  275. package/dist/src/components/molecules/DatePicker/index.d.ts +7 -0
  276. package/dist/src/components/molecules/DatePicker/index.d.ts.map +1 -0
  277. package/dist/src/components/molecules/DateTimePicker/DateTimePicker.d.ts +9 -0
  278. package/dist/src/components/molecules/DateTimePicker/DateTimePicker.d.ts.map +1 -0
  279. package/dist/src/components/molecules/DateTimePicker/DateTimePicker.types.d.ts +7 -0
  280. package/dist/src/components/molecules/DateTimePicker/DateTimePicker.types.d.ts.map +1 -0
  281. package/dist/src/components/molecules/DateTimePicker/index.d.ts +7 -0
  282. package/dist/src/components/molecules/DateTimePicker/index.d.ts.map +1 -0
  283. package/dist/src/components/molecules/Dialog/Dialog.d.ts +5 -0
  284. package/dist/src/components/molecules/Dialog/Dialog.d.ts.map +1 -0
  285. package/dist/src/components/molecules/Dialog/Dialog.types.d.ts +68 -0
  286. package/dist/src/components/molecules/Dialog/Dialog.types.d.ts.map +1 -0
  287. package/dist/src/components/molecules/Dialog/index.d.ts +14 -0
  288. package/dist/src/components/molecules/Dialog/index.d.ts.map +1 -0
  289. package/dist/src/components/molecules/Drawer/Drawer.d.ts +23 -0
  290. package/dist/src/components/molecules/Drawer/Drawer.d.ts.map +1 -0
  291. package/dist/src/components/molecules/Drawer/Drawer.types.d.ts +63 -0
  292. package/dist/src/components/molecules/Drawer/Drawer.types.d.ts.map +1 -0
  293. package/dist/src/components/molecules/Drawer/index.d.ts +3 -0
  294. package/dist/src/components/molecules/Drawer/index.d.ts.map +1 -0
  295. package/dist/src/components/molecules/DrawerNavigation/DrawerNavigation.d.ts +24 -0
  296. package/dist/src/components/molecules/DrawerNavigation/DrawerNavigation.d.ts.map +1 -0
  297. package/dist/src/components/molecules/DrawerNavigation/DrawerNavigation.types.d.ts +63 -0
  298. package/dist/src/components/molecules/DrawerNavigation/DrawerNavigation.types.d.ts.map +1 -0
  299. package/dist/src/components/molecules/DrawerNavigation/index.d.ts +3 -0
  300. package/dist/src/components/molecules/DrawerNavigation/index.d.ts.map +1 -0
  301. package/dist/src/components/molecules/ExpandableNavItem/ExpandableNavItem.d.ts +23 -0
  302. package/dist/src/components/molecules/ExpandableNavItem/ExpandableNavItem.d.ts.map +1 -0
  303. package/dist/src/components/molecules/ExpandableNavItem/ExpandableNavItem.types.d.ts +41 -0
  304. package/dist/src/components/molecules/ExpandableNavItem/ExpandableNavItem.types.d.ts.map +1 -0
  305. package/dist/src/components/molecules/ExpandableNavItem/index.d.ts +3 -0
  306. package/dist/src/components/molecules/ExpandableNavItem/index.d.ts.map +1 -0
  307. package/dist/src/components/molecules/List/List.d.ts +13 -0
  308. package/dist/src/components/molecules/List/List.d.ts.map +1 -0
  309. package/dist/src/components/molecules/List/List.types.d.ts +48 -0
  310. package/dist/src/components/molecules/List/List.types.d.ts.map +1 -0
  311. package/dist/src/components/molecules/List/index.d.ts +6 -0
  312. package/dist/src/components/molecules/List/index.d.ts.map +1 -0
  313. package/dist/src/components/molecules/ListItem/ListItem.d.ts +19 -0
  314. package/dist/src/components/molecules/ListItem/ListItem.d.ts.map +1 -0
  315. package/dist/src/components/molecules/ListItem/ListItem.types.d.ts +114 -0
  316. package/dist/src/components/molecules/ListItem/ListItem.types.d.ts.map +1 -0
  317. package/dist/src/components/molecules/ListItem/index.d.ts +6 -0
  318. package/dist/src/components/molecules/ListItem/index.d.ts.map +1 -0
  319. package/dist/src/components/molecules/Menu/Menu.d.ts +5 -0
  320. package/dist/src/components/molecules/Menu/Menu.d.ts.map +1 -0
  321. package/dist/src/components/molecules/Menu/Menu.types.d.ts +50 -0
  322. package/dist/src/components/molecules/Menu/Menu.types.d.ts.map +1 -0
  323. package/dist/src/components/molecules/Menu/index.d.ts +8 -0
  324. package/dist/src/components/molecules/Menu/index.d.ts.map +1 -0
  325. package/dist/src/components/molecules/Pagination/Pagination.d.ts +5 -0
  326. package/dist/src/components/molecules/Pagination/Pagination.d.ts.map +1 -0
  327. package/dist/src/components/molecules/Pagination/Pagination.types.d.ts +76 -0
  328. package/dist/src/components/molecules/Pagination/Pagination.types.d.ts.map +1 -0
  329. package/dist/src/components/molecules/Pagination/index.d.ts +8 -0
  330. package/dist/src/components/molecules/Pagination/index.d.ts.map +1 -0
  331. package/dist/src/components/molecules/Rating/Rating.d.ts +13 -0
  332. package/dist/src/components/molecules/Rating/Rating.d.ts.map +1 -0
  333. package/dist/src/components/molecules/Rating/Rating.types.d.ts +71 -0
  334. package/dist/src/components/molecules/Rating/Rating.types.d.ts.map +1 -0
  335. package/dist/src/components/molecules/Rating/index.d.ts +6 -0
  336. package/dist/src/components/molecules/Rating/index.d.ts.map +1 -0
  337. package/dist/src/components/molecules/Sidenav/Sidenav.d.ts +25 -0
  338. package/dist/src/components/molecules/Sidenav/Sidenav.d.ts.map +1 -0
  339. package/dist/src/components/molecules/Sidenav/Sidenav.types.d.ts +73 -0
  340. package/dist/src/components/molecules/Sidenav/Sidenav.types.d.ts.map +1 -0
  341. package/dist/src/components/molecules/Sidenav/index.d.ts +7 -0
  342. package/dist/src/components/molecules/Sidenav/index.d.ts.map +1 -0
  343. package/dist/src/components/molecules/Snackbar/Snackbar.d.ts +5 -0
  344. package/dist/src/components/molecules/Snackbar/Snackbar.d.ts.map +1 -0
  345. package/dist/src/components/molecules/Snackbar/Snackbar.types.d.ts +60 -0
  346. package/dist/src/components/molecules/Snackbar/Snackbar.types.d.ts.map +1 -0
  347. package/dist/src/components/molecules/Snackbar/index.d.ts +8 -0
  348. package/dist/src/components/molecules/Snackbar/index.d.ts.map +1 -0
  349. package/dist/src/components/molecules/SpeedDial/SpeedDial.d.ts +12 -0
  350. package/dist/src/components/molecules/SpeedDial/SpeedDial.d.ts.map +1 -0
  351. package/dist/src/components/molecules/SpeedDial/SpeedDial.types.d.ts +49 -0
  352. package/dist/src/components/molecules/SpeedDial/SpeedDial.types.d.ts.map +1 -0
  353. package/dist/src/components/molecules/SpeedDial/SpeedDialAction.d.ts +12 -0
  354. package/dist/src/components/molecules/SpeedDial/SpeedDialAction.d.ts.map +1 -0
  355. package/dist/src/components/molecules/SpeedDial/SpeedDialIcon.d.ts +12 -0
  356. package/dist/src/components/molecules/SpeedDial/SpeedDialIcon.d.ts.map +1 -0
  357. package/dist/src/components/molecules/SpeedDial/index.d.ts +8 -0
  358. package/dist/src/components/molecules/SpeedDial/index.d.ts.map +1 -0
  359. package/dist/src/components/molecules/Stepper/Stepper.d.ts +7 -0
  360. package/dist/src/components/molecules/Stepper/Stepper.d.ts.map +1 -0
  361. package/dist/src/components/molecules/Stepper/Stepper.types.d.ts +23 -0
  362. package/dist/src/components/molecules/Stepper/Stepper.types.d.ts.map +1 -0
  363. package/dist/src/components/molecules/Stepper/index.d.ts +8 -0
  364. package/dist/src/components/molecules/Stepper/index.d.ts.map +1 -0
  365. package/dist/src/components/molecules/Table/Table.d.ts +32 -0
  366. package/dist/src/components/molecules/Table/Table.d.ts.map +1 -0
  367. package/dist/src/components/molecules/Table/Table.types.d.ts +138 -0
  368. package/dist/src/components/molecules/Table/Table.types.d.ts.map +1 -0
  369. package/dist/src/components/molecules/Table/index.d.ts +8 -0
  370. package/dist/src/components/molecules/Table/index.d.ts.map +1 -0
  371. package/dist/src/components/molecules/Tabs/Tabs.d.ts +12 -0
  372. package/dist/src/components/molecules/Tabs/Tabs.d.ts.map +1 -0
  373. package/dist/src/components/molecules/Tabs/Tabs.types.d.ts +97 -0
  374. package/dist/src/components/molecules/Tabs/Tabs.types.d.ts.map +1 -0
  375. package/dist/src/components/molecules/Tabs/index.d.ts +8 -0
  376. package/dist/src/components/molecules/Tabs/index.d.ts.map +1 -0
  377. package/dist/src/components/molecules/TimePicker/TimePicker.d.ts +9 -0
  378. package/dist/src/components/molecules/TimePicker/TimePicker.d.ts.map +1 -0
  379. package/dist/src/components/molecules/TimePicker/TimePicker.types.d.ts +7 -0
  380. package/dist/src/components/molecules/TimePicker/TimePicker.types.d.ts.map +1 -0
  381. package/dist/src/components/molecules/TimePicker/index.d.ts +7 -0
  382. package/dist/src/components/molecules/TimePicker/index.d.ts.map +1 -0
  383. package/dist/src/components/molecules/Timeline/Timeline.d.ts +66 -0
  384. package/dist/src/components/molecules/Timeline/Timeline.d.ts.map +1 -0
  385. package/dist/src/components/molecules/Timeline/Timeline.types.d.ts +75 -0
  386. package/dist/src/components/molecules/Timeline/Timeline.types.d.ts.map +1 -0
  387. package/dist/src/components/molecules/Timeline/index.d.ts +6 -0
  388. package/dist/src/components/molecules/Timeline/index.d.ts.map +1 -0
  389. package/dist/src/components/molecules/index.d.ts +31 -0
  390. package/dist/src/components/molecules/index.d.ts.map +1 -0
  391. package/dist/src/components/organisms/index.d.ts +5 -0
  392. package/dist/src/components/organisms/index.d.ts.map +1 -0
  393. package/dist/src/components/providers/LocalizationProvider.d.ts +19 -0
  394. package/dist/src/components/providers/LocalizationProvider.d.ts.map +1 -0
  395. package/dist/src/components/providers/index.d.ts +6 -0
  396. package/dist/src/components/providers/index.d.ts.map +1 -0
  397. package/dist/src/hooks/animations/index.d.ts +11 -0
  398. package/dist/src/hooks/animations/index.d.ts.map +1 -0
  399. package/dist/src/hooks/animations/useBounce.d.ts +28 -0
  400. package/dist/src/hooks/animations/useBounce.d.ts.map +1 -0
  401. package/dist/src/hooks/animations/useHoverScale.d.ts +42 -0
  402. package/dist/src/hooks/animations/useHoverScale.d.ts.map +1 -0
  403. package/dist/src/hooks/animations/usePulse.d.ts +25 -0
  404. package/dist/src/hooks/animations/usePulse.d.ts.map +1 -0
  405. package/dist/src/hooks/animations/useRipple.d.ts +31 -0
  406. package/dist/src/hooks/animations/useRipple.d.ts.map +1 -0
  407. package/dist/src/hooks/animations/useShake.d.ts +29 -0
  408. package/dist/src/hooks/animations/useShake.d.ts.map +1 -0
  409. package/dist/src/index.d.ts +12 -0
  410. package/dist/src/index.d.ts.map +1 -0
  411. package/dist/src/theme/index.d.ts +7 -0
  412. package/dist/src/theme/index.d.ts.map +1 -0
  413. package/dist/src/theme/theme.d.ts +22 -0
  414. package/dist/src/theme/theme.d.ts.map +1 -0
  415. package/dist/src/theme/tokens-import.d.ts +337 -0
  416. package/dist/src/theme/tokens-import.d.ts.map +1 -0
  417. package/dist/src/theme/tokens.d.ts +864 -0
  418. package/dist/src/theme/tokens.d.ts.map +1 -0
  419. package/dist/src/theme/types.d.ts +235 -0
  420. package/dist/src/theme/types.d.ts.map +1 -0
  421. package/dist/src/tokens/examples/typescript-usage.d.ts +79 -0
  422. package/dist/src/tokens/examples/typescript-usage.d.ts.map +1 -0
  423. package/dist/src/tokens/generated/ts/tokens.d.ts +415 -0
  424. package/dist/src/tokens/index.d.ts +17 -0
  425. package/dist/src/tokens/index.d.ts.map +1 -0
  426. package/dist/src/utils/index.d.ts +5 -0
  427. package/dist/src/utils/index.d.ts.map +1 -0
  428. package/package.json +138 -0
@@ -0,0 +1,185 @@
1
+ /**
2
+ * Material Symbols Rounded - Global CSS Configuration
3
+ * MRS Design System v0.4.0
4
+ *
5
+ * Default Configuration:
6
+ * - Variant: Rounded
7
+ * - Weight: 300 (Light)
8
+ * - Fill: 0 (Outlined)
9
+ * - Grade: 100 (Lighter visual weight)
10
+ * - Optical Size: 24px
11
+ *
12
+ * Documentation: https://fonts.google.com/icons
13
+ */
14
+
15
+ .material-symbols-rounded {
16
+ font-family: 'Material Symbols Rounded';
17
+ font-weight: normal;
18
+ font-style: normal;
19
+ font-size: 24px; /* Default size */
20
+ line-height: 1;
21
+ letter-spacing: normal;
22
+ text-transform: none;
23
+ display: inline-block;
24
+ white-space: nowrap;
25
+ word-wrap: normal;
26
+ direction: ltr;
27
+ -webkit-font-smoothing: antialiased;
28
+ -moz-osx-font-smoothing: grayscale;
29
+ text-rendering: optimizeLegibility;
30
+ font-feature-settings: 'liga';
31
+ vertical-align: middle;
32
+
33
+ /* MRS Design System Default Configuration */
34
+ font-variation-settings:
35
+ 'FILL' 0, /* Outlined (0) vs Filled (1) */
36
+ 'wght' 300, /* Light weight - thin strokes */
37
+ 'GRAD' 100, /* Lighter visual weight */
38
+ 'opsz' 24; /* 24px optical size */
39
+ }
40
+
41
+ /* ========================================
42
+ Size Variants
43
+ ======================================== */
44
+
45
+ .material-symbols-rounded.size-inherit {
46
+ font-size: inherit;
47
+ }
48
+
49
+ .material-symbols-rounded.size-small {
50
+ font-size: 20px;
51
+ font-variation-settings:
52
+ 'FILL' 0,
53
+ 'wght' 300,
54
+ 'GRAD' -25,
55
+ 'opsz' 20;
56
+ }
57
+
58
+ .material-symbols-rounded.size-medium {
59
+ font-size: 24px;
60
+ font-variation-settings:
61
+ 'FILL' 0,
62
+ 'wght' 300,
63
+ 'GRAD' -25,
64
+ 'opsz' 24;
65
+ }
66
+
67
+ .material-symbols-rounded.size-large {
68
+ font-size: 36px;
69
+ font-variation-settings:
70
+ 'FILL' 0,
71
+ 'wght' 300,
72
+ 'GRAD' -25,
73
+ 'opsz' 40;
74
+ }
75
+
76
+ /* ========================================
77
+ Fill Variants
78
+ ======================================== */
79
+
80
+ .material-symbols-rounded.fill-0 {
81
+ font-variation-settings:
82
+ 'FILL' 0,
83
+ 'wght' 300,
84
+ 'GRAD' -25,
85
+ 'opsz' 24;
86
+ }
87
+
88
+ .material-symbols-rounded.fill-1 {
89
+ font-variation-settings:
90
+ 'FILL' 1,
91
+ 'wght' 300,
92
+ 'GRAD' -25,
93
+ 'opsz' 24;
94
+ }
95
+
96
+ /* ========================================
97
+ Weight Variants
98
+ ======================================== */
99
+
100
+ .material-symbols-rounded.weight-100 {
101
+ font-variation-settings:
102
+ 'FILL' 0,
103
+ 'wght' 100,
104
+ 'GRAD' -25,
105
+ 'opsz' 24;
106
+ }
107
+
108
+ .material-symbols-rounded.weight-200 {
109
+ font-variation-settings:
110
+ 'FILL' 0,
111
+ 'wght' 200,
112
+ 'GRAD' -25,
113
+ 'opsz' 24;
114
+ }
115
+
116
+ .material-symbols-rounded.weight-300 {
117
+ font-variation-settings:
118
+ 'FILL' 0,
119
+ 'wght' 300,
120
+ 'GRAD' -25,
121
+ 'opsz' 24;
122
+ }
123
+
124
+ .material-symbols-rounded.weight-400 {
125
+ font-variation-settings:
126
+ 'FILL' 0,
127
+ 'wght' 400,
128
+ 'GRAD' 0,
129
+ 'opsz' 24;
130
+ }
131
+
132
+ .material-symbols-rounded.weight-500 {
133
+ font-variation-settings:
134
+ 'FILL' 0,
135
+ 'wght' 500,
136
+ 'GRAD' 0,
137
+ 'opsz' 24;
138
+ }
139
+
140
+ .material-symbols-rounded.weight-600 {
141
+ font-variation-settings:
142
+ 'FILL' 0,
143
+ 'wght' 600,
144
+ 'GRAD' 0,
145
+ 'opsz' 24;
146
+ }
147
+
148
+ .material-symbols-rounded.weight-700 {
149
+ font-variation-settings:
150
+ 'FILL' 0,
151
+ 'wght' 700,
152
+ 'GRAD' 0,
153
+ 'opsz' 24;
154
+ }
155
+
156
+ /* ========================================
157
+ Accessibility & Utility Classes
158
+ ======================================== */
159
+
160
+ /* Hide icon text from screen readers when using aria-label */
161
+ .material-symbols-rounded[aria-label] {
162
+ speak: none;
163
+ }
164
+
165
+ /* Clickable icon button styling */
166
+ .material-symbols-rounded.clickable {
167
+ cursor: pointer;
168
+ user-select: none;
169
+ transition: opacity 0.2s ease-in-out;
170
+ }
171
+
172
+ .material-symbols-rounded.clickable:hover {
173
+ opacity: 0.7;
174
+ }
175
+
176
+ .material-symbols-rounded.clickable:active {
177
+ opacity: 0.5;
178
+ }
179
+
180
+ /* Disabled state */
181
+ .material-symbols-rounded.disabled {
182
+ opacity: 0.38;
183
+ cursor: not-allowed;
184
+ pointer-events: none;
185
+ }
@@ -0,0 +1,6 @@
1
+ import { default as React } from 'react';
2
+ import { AccountStackProps } from './AccountStack.types';
3
+ export declare const AccountStack: React.ForwardRefExoticComponent<Omit<AccountStackProps, "ref"> & React.RefAttributes<HTMLDivElement>>;
4
+ export type { AccountStackProps };
5
+ export default AccountStack;
6
+ //# sourceMappingURL=AccountStack.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AccountStack.d.ts","sourceRoot":"","sources":["../../../../../src/components/atoms/AccountStack/AccountStack.tsx"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,KAAK,MAAM,OAAO,CAAC;AAM1B,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,sBAAsB,CAAC;AAE9D,eAAO,MAAM,YAAY,uGA4ExB,CAAC;AAIF,YAAY,EAAE,iBAAiB,EAAE,CAAC;AAClC,eAAe,YAAY,CAAC"}
@@ -0,0 +1,51 @@
1
+ import { BoxProps } from '@mui/material/Box';
2
+ export interface AccountStackProps extends Omit<BoxProps, 'children'> {
3
+ /**
4
+ * Show/hide avatar with badge
5
+ * @default true
6
+ */
7
+ user?: boolean;
8
+ /**
9
+ * Show/hide user account information text
10
+ * @default true
11
+ */
12
+ userAccountInfo?: boolean;
13
+ /**
14
+ * Show/hide notification badge on avatar
15
+ * @default true
16
+ */
17
+ notifications?: boolean;
18
+ /**
19
+ * User's name to display
20
+ * @default 'John Doe'
21
+ */
22
+ userName?: string;
23
+ /**
24
+ * User's email or secondary info to display
25
+ * @default 'john.doe@example.com'
26
+ */
27
+ userEmail?: string;
28
+ /**
29
+ * Avatar image source URL
30
+ */
31
+ avatarSrc?: string;
32
+ /**
33
+ * Avatar alt text for accessibility
34
+ * @default 'User avatar'
35
+ */
36
+ avatarAlt?: string;
37
+ /**
38
+ * Number of notifications (optional, for future badge content)
39
+ */
40
+ notificationCount?: number;
41
+ /**
42
+ * Position of the avatar relative to user info
43
+ * @default 'left'
44
+ */
45
+ avatarPosition?: 'left' | 'right';
46
+ /**
47
+ * Custom sx styles
48
+ */
49
+ sx?: BoxProps['sx'];
50
+ }
51
+ //# sourceMappingURL=AccountStack.types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AccountStack.types.d.ts","sourceRoot":"","sources":["../../../../../src/components/atoms/AccountStack/AccountStack.types.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,mBAAmB,CAAC;AAElD,MAAM,WAAW,iBAAkB,SAAQ,IAAI,CAAC,QAAQ,EAAE,UAAU,CAAC;IACnE;;;OAGG;IACH,IAAI,CAAC,EAAE,OAAO,CAAC;IAEf;;;OAGG;IACH,eAAe,CAAC,EAAE,OAAO,CAAC;IAE1B;;;OAGG;IACH,aAAa,CAAC,EAAE,OAAO,CAAC;IAExB;;;OAGG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;OAEG;IACH,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAE3B;;;OAGG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC;IAElC;;OAEG;IACH,EAAE,CAAC,EAAE,QAAQ,CAAC,IAAI,CAAC,CAAC;CACrB"}
@@ -0,0 +1,3 @@
1
+ export { AccountStack, type AccountStackProps } from './AccountStack';
2
+ export { default } from './AccountStack';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/atoms/AccountStack/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,KAAK,iBAAiB,EAAE,MAAM,gBAAgB,CAAC;AACtE,OAAO,EAAE,OAAO,EAAE,MAAM,gBAAgB,CAAC"}
@@ -0,0 +1,12 @@
1
+ import { default as React } from 'react';
2
+ import { AvatarProps } from './Avatar.types';
3
+ /**
4
+ * Avatar component
5
+ *
6
+ * Avatars are found throughout material design with uses in everything from tables to dialog menus.
7
+ *
8
+ * @param props - Avatar component props
9
+ * @returns Avatar component
10
+ */
11
+ export declare const Avatar: React.ForwardRefExoticComponent<Omit<AvatarProps, "ref"> & React.RefAttributes<HTMLDivElement>>;
12
+ //# sourceMappingURL=Avatar.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Avatar.d.ts","sourceRoot":"","sources":["../../../../../src/components/atoms/Avatar/Avatar.tsx"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAEH,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAElD;;;;;;;GAOG;AACH,eAAO,MAAM,MAAM,iGAwClB,CAAC"}
@@ -0,0 +1,46 @@
1
+ import { AvatarProps as MuiAvatarProps } from '@mui/material/Avatar';
2
+ import { ReactNode } from 'react';
3
+ /**
4
+ * MRS Avatar component props
5
+ * Extends Material-UI AvatarProps
6
+ *
7
+ * @example
8
+ * ```tsx
9
+ * // With initials
10
+ * <Avatar>JD</Avatar>
11
+ *
12
+ * // With image
13
+ * <Avatar src="/path/to/image.jpg" alt="John Doe" />
14
+ *
15
+ * // With icon
16
+ * <Avatar>
17
+ * <Icon icon={PersonIcon} />
18
+ * </Avatar>
19
+ * ```
20
+ */
21
+ export interface AvatarProps extends Omit<MuiAvatarProps, 'variant'> {
22
+ /**
23
+ * The content of the avatar (text initials, icon, or image)
24
+ */
25
+ children?: ReactNode;
26
+ /**
27
+ * The source of the avatar image
28
+ */
29
+ src?: string;
30
+ /**
31
+ * The alt text for the image
32
+ */
33
+ alt?: string;
34
+ /**
35
+ * The size of the avatar (in pixels)
36
+ * @default 40
37
+ */
38
+ size?: 18 | 24 | 32 | 40;
39
+ /**
40
+ * The variant of the avatar
41
+ * Note: Only 'circular' is supported in the design system
42
+ * @default 'circular'
43
+ */
44
+ variant?: 'circular' | 'rounded' | 'square';
45
+ }
46
+ //# sourceMappingURL=Avatar.types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Avatar.types.d.ts","sourceRoot":"","sources":["../../../../../src/components/atoms/Avatar/Avatar.types.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,EAAE,WAAW,IAAI,cAAc,EAAE,MAAM,sBAAsB,CAAC;AAC1E,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEvC;;;;;;;;;;;;;;;;;GAiBG;AACH,MAAM,WAAW,WAAY,SAAQ,IAAI,CAAC,cAAc,EAAE,SAAS,CAAC;IAClE;;OAEG;IACH,QAAQ,CAAC,EAAE,SAAS,CAAC;IAErB;;OAEG;IACH,GAAG,CAAC,EAAE,MAAM,CAAC;IAEb;;OAEG;IACH,GAAG,CAAC,EAAE,MAAM,CAAC;IAEb;;;OAGG;IACH,IAAI,CAAC,EAAE,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,CAAC;IAEzB;;;;OAIG;IACH,OAAO,CAAC,EAAE,UAAU,GAAG,SAAS,GAAG,QAAQ,CAAC;CAC7C"}
@@ -0,0 +1,6 @@
1
+ /**
2
+ * Avatar component exports
3
+ */
4
+ export { Avatar } from './Avatar';
5
+ export type { AvatarProps } from './Avatar.types';
6
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/atoms/Avatar/index.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAClC,YAAY,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC"}
@@ -0,0 +1,13 @@
1
+ import { default as React } from 'react';
2
+ import { BadgeProps } from './Badge.types';
3
+ /**
4
+ * Badge component
5
+ *
6
+ * Generates a small badge to the top-right of its child(ren).
7
+ * Typically used to display notification counts or status indicators.
8
+ *
9
+ * @param props - Badge component props
10
+ * @returns Badge component
11
+ */
12
+ export declare const Badge: React.ForwardRefExoticComponent<Omit<BadgeProps, "ref"> & React.RefAttributes<HTMLSpanElement>>;
13
+ //# sourceMappingURL=Badge.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Badge.d.ts","sourceRoot":"","sources":["../../../../../src/components/atoms/Badge/Badge.tsx"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAEH,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAEhD;;;;;;;;GAQG;AACH,eAAO,MAAM,KAAK,iGAuBjB,CAAC"}
@@ -0,0 +1,57 @@
1
+ import { BadgeProps as MuiBadgeProps } from '@mui/material/Badge';
2
+ /**
3
+ * MRS Badge component props
4
+ * Extends Material-UI BadgeProps
5
+ *
6
+ * @example
7
+ * ```tsx
8
+ * <Badge badgeContent={4} color="primary">
9
+ * <MailIcon />
10
+ * </Badge>
11
+ * ```
12
+ */
13
+ export interface BadgeProps extends MuiBadgeProps {
14
+ /**
15
+ * The content rendered within the badge
16
+ */
17
+ badgeContent?: React.ReactNode;
18
+ /**
19
+ * The color of the component
20
+ * @default 'default'
21
+ */
22
+ color?: 'default' | 'primary' | 'secondary' | 'error' | 'info' | 'success' | 'warning';
23
+ /**
24
+ * The variant to use
25
+ * @default 'standard'
26
+ */
27
+ variant?: 'standard' | 'dot';
28
+ /**
29
+ * If true, the badge is invisible
30
+ * @default false
31
+ */
32
+ invisible?: boolean;
33
+ /**
34
+ * Max count to show
35
+ * @default 99
36
+ */
37
+ max?: number;
38
+ /**
39
+ * Controls whether the badge is hidden when badgeContent is zero
40
+ * @default false
41
+ */
42
+ showZero?: boolean;
43
+ /**
44
+ * The anchor of the badge
45
+ * @default { vertical: 'top', horizontal: 'right' }
46
+ */
47
+ anchorOrigin?: {
48
+ vertical: 'top' | 'bottom';
49
+ horizontal: 'left' | 'right';
50
+ };
51
+ /**
52
+ * Wrapped shape the badge should overlap
53
+ * @default 'rectangular'
54
+ */
55
+ overlap?: 'rectangular' | 'circular';
56
+ }
57
+ //# sourceMappingURL=Badge.types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Badge.types.d.ts","sourceRoot":"","sources":["../../../../../src/components/atoms/Badge/Badge.types.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,EAAE,UAAU,IAAI,aAAa,EAAE,MAAM,qBAAqB,CAAC;AAEvE;;;;;;;;;;GAUG;AACH,MAAM,WAAW,UAAW,SAAQ,aAAa;IAC/C;;OAEG;IACH,YAAY,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAE/B;;;OAGG;IACH,KAAK,CAAC,EAAE,SAAS,GAAG,SAAS,GAAG,WAAW,GAAG,OAAO,GAAG,MAAM,GAAG,SAAS,GAAG,SAAS,CAAC;IAEvF;;;OAGG;IACH,OAAO,CAAC,EAAE,UAAU,GAAG,KAAK,CAAC;IAE7B;;;OAGG;IACH,SAAS,CAAC,EAAE,OAAO,CAAC;IAEpB;;;OAGG;IACH,GAAG,CAAC,EAAE,MAAM,CAAC;IAEb;;;OAGG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IAEnB;;;OAGG;IACH,YAAY,CAAC,EAAE;QACb,QAAQ,EAAE,KAAK,GAAG,QAAQ,CAAC;QAC3B,UAAU,EAAE,MAAM,GAAG,OAAO,CAAC;KAC9B,CAAC;IAEF;;;OAGG;IACH,OAAO,CAAC,EAAE,aAAa,GAAG,UAAU,CAAC;CACtC"}
@@ -0,0 +1,6 @@
1
+ /**
2
+ * Badge component exports
3
+ */
4
+ export { Badge } from './Badge';
5
+ export type { BadgeProps } from './Badge.types';
6
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/atoms/Badge/index.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAChC,YAAY,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC"}
@@ -0,0 +1,16 @@
1
+ import { default as React } from 'react';
2
+ import { BoxProps } from './Box.types';
3
+ /**
4
+ * Box component - the most fundamental layout component
5
+ * A utility component that serves as a wrapper with access to theme and sx prop
6
+ *
7
+ * @example
8
+ * ```tsx
9
+ * <Box sx={{ padding: 2, backgroundColor: 'primary.main' }}>
10
+ * Content
11
+ * </Box>
12
+ * ```
13
+ */
14
+ export declare const Box: React.ForwardRefExoticComponent<Omit<BoxProps, "ref"> & React.RefAttributes<HTMLDivElement>>;
15
+ export default Box;
16
+ //# sourceMappingURL=Box.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Box.d.ts","sourceRoot":"","sources":["../../../../../src/components/atoms/Box/Box.tsx"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAE5C;;;;;;;;;;GAUG;AACH,eAAO,MAAM,GAAG,8FAQf,CAAC;AAIF,eAAe,GAAG,CAAC"}
@@ -0,0 +1,19 @@
1
+ import { BoxProps as MuiBoxProps } from '@mui/material/Box';
2
+ /**
3
+ * Props for the Box component
4
+ */
5
+ export interface BoxProps extends MuiBoxProps {
6
+ /**
7
+ * The component used for the root node
8
+ */
9
+ component?: React.ElementType;
10
+ /**
11
+ * The system prop that allows defining system overrides as well as additional CSS styles
12
+ */
13
+ sx?: MuiBoxProps['sx'];
14
+ /**
15
+ * The content of the component
16
+ */
17
+ children?: React.ReactNode;
18
+ }
19
+ //# sourceMappingURL=Box.types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Box.types.d.ts","sourceRoot":"","sources":["../../../../../src/components/atoms/Box/Box.types.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,EAAE,QAAQ,IAAI,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAEjE;;GAEG;AACH,MAAM,WAAW,QAAS,SAAQ,WAAW;IAC3C;;OAEG;IACH,SAAS,CAAC,EAAE,KAAK,CAAC,WAAW,CAAC;IAE9B;;OAEG;IACH,EAAE,CAAC,EAAE,WAAW,CAAC,IAAI,CAAC,CAAC;IAEvB;;OAEG;IACH,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CAC5B"}
@@ -0,0 +1,7 @@
1
+ /**
2
+ * Box component exports
3
+ */
4
+ export { Box } from './Box';
5
+ export type { BoxProps } from './Box.types';
6
+ export { default } from './Box';
7
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/atoms/Box/index.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,GAAG,EAAE,MAAM,OAAO,CAAC;AAC5B,YAAY,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAC5C,OAAO,EAAE,OAAO,EAAE,MAAM,OAAO,CAAC"}
@@ -0,0 +1,10 @@
1
+ import { default as React } from 'react';
2
+ import { ButtonProps } from './Button.types';
3
+ /**
4
+ * Button component
5
+ *
6
+ * @param props - Button component props
7
+ * @returns Button component
8
+ */
9
+ export declare const Button: React.ForwardRefExoticComponent<Omit<ButtonProps, "ref"> & React.RefAttributes<HTMLButtonElement>>;
10
+ //# sourceMappingURL=Button.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Button.d.ts","sourceRoot":"","sources":["../../../../../src/components/atoms/Button/Button.tsx"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAEH,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAElD;;;;;GAKG;AACH,eAAO,MAAM,MAAM,oGAqBlB,CAAC"}
@@ -0,0 +1,15 @@
1
+ import { ButtonProps as MuiButtonProps } from '@mui/material/Button';
2
+ /**
3
+ * MRS Button component props
4
+ * Extends Material-UI ButtonProps with custom properties
5
+ *
6
+ * @example
7
+ * ```tsx
8
+ * <Button variant="contained" color="primary">
9
+ * Click me
10
+ * </Button>
11
+ * ```
12
+ */
13
+ export interface ButtonProps extends MuiButtonProps {
14
+ }
15
+ //# sourceMappingURL=Button.types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Button.types.d.ts","sourceRoot":"","sources":["../../../../../src/components/atoms/Button/Button.types.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,EAAE,WAAW,IAAI,cAAc,EAAE,MAAM,sBAAsB,CAAC;AAE1E;;;;;;;;;;GAUG;AACH,MAAM,WAAW,WAAY,SAAQ,cAAc;CAElD"}
@@ -0,0 +1,6 @@
1
+ /**
2
+ * Button component exports
3
+ */
4
+ export { Button } from './Button';
5
+ export type { ButtonProps } from './Button.types';
6
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/atoms/Button/index.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAClC,YAAY,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC"}
@@ -0,0 +1,12 @@
1
+ import { default as React } from 'react';
2
+ import { CheckboxProps } from './Checkbox.types';
3
+ /**
4
+ * Checkbox component
5
+ *
6
+ * Checkboxes allow the user to select one or more items from a set.
7
+ *
8
+ * @param props - Checkbox component props
9
+ * @returns Checkbox component
10
+ */
11
+ export declare const Checkbox: React.ForwardRefExoticComponent<Omit<CheckboxProps, "ref"> & React.RefAttributes<HTMLButtonElement>>;
12
+ //# sourceMappingURL=Checkbox.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Checkbox.d.ts","sourceRoot":"","sources":["../../../../../src/components/atoms/Checkbox/Checkbox.tsx"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAEH,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC;AAEtD;;;;;;;GAOG;AACH,eAAO,MAAM,QAAQ,sGAwCpB,CAAC"}
@@ -0,0 +1,81 @@
1
+ import { CheckboxProps as MuiCheckboxProps } from '@mui/material/Checkbox';
2
+ /**
3
+ * MRS Checkbox component props
4
+ * Extends Material-UI CheckboxProps
5
+ *
6
+ * @example
7
+ * ```tsx
8
+ * <Checkbox />
9
+ * <Checkbox checked />
10
+ * <Checkbox indeterminate />
11
+ * <Checkbox color="primary" size="small" />
12
+ * ```
13
+ */
14
+ export interface CheckboxProps extends Omit<MuiCheckboxProps, 'size' | 'color'> {
15
+ /**
16
+ * If `true`, the component is checked.
17
+ */
18
+ checked?: boolean;
19
+ /**
20
+ * If `true`, the component appears indeterminate.
21
+ * This does not set the native input element to indeterminate due
22
+ * to inconsistent browser support.
23
+ * However, a data-indeterminate attribute is set on the element.
24
+ * @default false
25
+ */
26
+ indeterminate?: boolean;
27
+ /**
28
+ * The size of the component.
29
+ * @default 'medium'
30
+ */
31
+ size?: 'small' | 'medium' | 'large';
32
+ /**
33
+ * The color of the component.
34
+ * @default 'primary'
35
+ */
36
+ color?: 'default' | 'primary';
37
+ /**
38
+ * If `true`, the component is disabled.
39
+ * @default false
40
+ */
41
+ disabled?: boolean;
42
+ /**
43
+ * If `true`, the ripple effect is disabled.
44
+ * @default false
45
+ */
46
+ disableRipple?: boolean;
47
+ /**
48
+ * The id of the input element.
49
+ */
50
+ id?: string;
51
+ /**
52
+ * Attributes applied to the input element.
53
+ */
54
+ inputProps?: React.InputHTMLAttributes<HTMLInputElement>;
55
+ /**
56
+ * Props applied to the input element.
57
+ */
58
+ inputRef?: React.Ref<HTMLInputElement>;
59
+ /**
60
+ * Callback fired when the state is changed.
61
+ *
62
+ * @param {React.ChangeEvent<HTMLInputElement>} event The event source of the callback.
63
+ * You can pull out the new checked state by accessing `event.target.checked` (boolean).
64
+ */
65
+ onChange?: (event: React.ChangeEvent<HTMLInputElement>, checked: boolean) => void;
66
+ /**
67
+ * If `true`, the input element is required.
68
+ * @default false
69
+ */
70
+ required?: boolean;
71
+ /**
72
+ * The value of the component. The DOM API casts this to a string.
73
+ * The browser uses "on" as the default value.
74
+ */
75
+ value?: unknown;
76
+ /**
77
+ * The system prop that allows defining system overrides as well as additional CSS styles.
78
+ */
79
+ sx?: MuiCheckboxProps['sx'];
80
+ }
81
+ //# sourceMappingURL=Checkbox.types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Checkbox.types.d.ts","sourceRoot":"","sources":["../../../../../src/components/atoms/Checkbox/Checkbox.types.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,EAAE,aAAa,IAAI,gBAAgB,EAAE,MAAM,wBAAwB,CAAC;AAEhF;;;;;;;;;;;GAWG;AACH,MAAM,WAAW,aAAc,SAAQ,IAAI,CAAC,gBAAgB,EAAE,MAAM,GAAG,OAAO,CAAC;IAC7E;;OAEG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;IAElB;;;;;;OAMG;IACH,aAAa,CAAC,EAAE,OAAO,CAAC;IAExB;;;OAGG;IACH,IAAI,CAAC,EAAE,OAAO,GAAG,QAAQ,GAAG,OAAO,CAAC;IAEpC;;;OAGG;IACH,KAAK,CAAC,EAAE,SAAS,GAAG,SAAS,CAAC;IAE9B;;;OAGG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IAEnB;;;OAGG;IACH,aAAa,CAAC,EAAE,OAAO,CAAC;IAExB;;OAEG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;IAEZ;;OAEG;IACH,UAAU,CAAC,EAAE,KAAK,CAAC,mBAAmB,CAAC,gBAAgB,CAAC,CAAC;IAEzD;;OAEG;IACH,QAAQ,CAAC,EAAE,KAAK,CAAC,GAAG,CAAC,gBAAgB,CAAC,CAAC;IAEvC;;;;;OAKG;IACH,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,KAAK,CAAC,WAAW,CAAC,gBAAgB,CAAC,EAAE,OAAO,EAAE,OAAO,KAAK,IAAI,CAAC;IAElF;;;OAGG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IAEnB;;;OAGG;IACH,KAAK,CAAC,EAAE,OAAO,CAAC;IAEhB;;OAEG;IACH,EAAE,CAAC,EAAE,gBAAgB,CAAC,IAAI,CAAC,CAAC;CAC7B"}
@@ -0,0 +1,6 @@
1
+ /**
2
+ * Checkbox component exports
3
+ */
4
+ export { Checkbox } from './Checkbox';
5
+ export type { CheckboxProps } from './Checkbox.types';
6
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/atoms/Checkbox/index.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,YAAY,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC"}