@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,415 @@
1
+ /**
2
+ * Do not edit directly, this file was auto-generated.
3
+ */
4
+
5
+ export const ComponentAlertDarkBorderRadius: string;
6
+ export const ComponentAlertDarkErrorFilledBackground: string;
7
+ export const ComponentAlertDarkErrorFilledForeground: string;
8
+ export const ComponentAlertDarkErrorOutlinedBackground: string;
9
+ export const ComponentAlertDarkErrorOutlinedForeground: string;
10
+ export const ComponentAlertDarkErrorOutlinedBorder: string;
11
+ export const ComponentAlertDarkErrorStandardBackground: string;
12
+ export const ComponentAlertDarkErrorStandardForeground: string;
13
+ export const ComponentAlertDarkWarningFilledBackground: string;
14
+ export const ComponentAlertDarkWarningFilledForeground: string;
15
+ export const ComponentAlertDarkWarningOutlinedBackground: string;
16
+ export const ComponentAlertDarkWarningOutlinedForeground: string;
17
+ export const ComponentAlertDarkWarningOutlinedBorder: string;
18
+ export const ComponentAlertDarkWarningStandardBackground: string;
19
+ export const ComponentAlertDarkWarningStandardForeground: string;
20
+ export const ComponentAlertDarkInfoFilledBackground: string;
21
+ export const ComponentAlertDarkInfoFilledForeground: string;
22
+ export const ComponentAlertDarkInfoOutlinedBackground: string;
23
+ export const ComponentAlertDarkInfoOutlinedForeground: string;
24
+ export const ComponentAlertDarkInfoOutlinedBorder: string;
25
+ export const ComponentAlertDarkInfoStandardBackground: string;
26
+ export const ComponentAlertDarkInfoStandardForeground: string;
27
+ export const ComponentAlertDarkSuccessFilledBackground: string;
28
+ export const ComponentAlertDarkSuccessFilledForeground: string;
29
+ export const ComponentAlertDarkSuccessOutlinedBackground: string;
30
+ export const ComponentAlertDarkSuccessOutlinedForeground: string;
31
+ export const ComponentAlertDarkSuccessOutlinedBorder: string;
32
+ export const ComponentAlertDarkSuccessStandardBackground: string;
33
+ export const ComponentAlertDarkSuccessStandardForeground: string;
34
+ export const ComponentAlertBorderRadius: string;
35
+ export const ComponentAlertErrorFilledBackground: string;
36
+ export const ComponentAlertErrorFilledForeground: string;
37
+ export const ComponentAlertErrorOutlinedBackground: string;
38
+ export const ComponentAlertErrorOutlinedForeground: string;
39
+ export const ComponentAlertErrorOutlinedBorder: string;
40
+ export const ComponentAlertErrorStandardBackground: string;
41
+ export const ComponentAlertErrorStandardForeground: string;
42
+ export const ComponentAlertWarningFilledBackground: string;
43
+ export const ComponentAlertWarningFilledForeground: string;
44
+ export const ComponentAlertWarningOutlinedBackground: string;
45
+ export const ComponentAlertWarningOutlinedForeground: string;
46
+ export const ComponentAlertWarningOutlinedBorder: string;
47
+ export const ComponentAlertWarningStandardBackground: string;
48
+ export const ComponentAlertWarningStandardForeground: string;
49
+ export const ComponentAlertInfoFilledBackground: string;
50
+ export const ComponentAlertInfoFilledForeground: string;
51
+ export const ComponentAlertInfoOutlinedBackground: string;
52
+ export const ComponentAlertInfoOutlinedForeground: string;
53
+ export const ComponentAlertInfoOutlinedBorder: string;
54
+ export const ComponentAlertInfoStandardBackground: string;
55
+ export const ComponentAlertInfoStandardForeground: string;
56
+ export const ComponentAlertSuccessFilledBackground: string;
57
+ export const ComponentAlertSuccessFilledForeground: string;
58
+ export const ComponentAlertSuccessOutlinedBackground: string;
59
+ export const ComponentAlertSuccessOutlinedForeground: string;
60
+ export const ComponentAlertSuccessOutlinedBorder: string;
61
+ export const ComponentAlertSuccessStandardBackground: string;
62
+ export const ComponentAlertSuccessStandardForeground: string;
63
+ /** Button default transition - color, background, border */
64
+ export const ComponentButtonTransitionDefault: string;
65
+ /** Button elevation transition on hover */
66
+ export const ComponentButtonTransitionElevation: string;
67
+ export const ComponentButtonBorderRadius: string;
68
+ export const ComponentButtonFontWeight: string;
69
+ export const ComponentButtonSmallFontSize: string;
70
+ export const ComponentButtonSmallHeight: string;
71
+ export const ComponentButtonMediumFontSize: string;
72
+ export const ComponentButtonMediumHeight: string;
73
+ export const ComponentButtonLargeFontSize: string;
74
+ export const ComponentButtonLargeHeight: string;
75
+ /** Dialog enter transition - fade + scale */
76
+ export const ComponentDialogTransitionEnter: string;
77
+ /** Dialog exit transition */
78
+ export const ComponentDialogTransitionExit: string;
79
+ export const ComponentDialogDarkBorderRadius: string;
80
+ export const ComponentDialogBorderRadius: string;
81
+ /** Drawer slide in transition */
82
+ export const ComponentDrawerTransitionEnter: string;
83
+ /** Drawer slide out transition */
84
+ export const ComponentDrawerTransitionExit: string;
85
+ /** Snackbar enter transition - slide up + fade */
86
+ export const ComponentSnackbarTransitionEnter: string;
87
+ /** Snackbar exit transition - fade out */
88
+ export const ComponentSnackbarTransitionExit: string;
89
+ /** Tooltip fade in */
90
+ export const ComponentTooltipTransitionEnter: string;
91
+ /** Tooltip fade out */
92
+ export const ComponentTooltipTransitionExit: string;
93
+ /** Menu enter transition - fade + scale */
94
+ export const ComponentMenuTransitionEnter: string;
95
+ /** Menu exit transition - fade */
96
+ export const ComponentMenuTransitionExit: string;
97
+ /** Collapse expand transition */
98
+ export const ComponentCollapseTransitionEnter: string;
99
+ /** Collapse contract transition */
100
+ export const ComponentCollapseTransitionExit: string;
101
+ /** FAB default transition */
102
+ export const ComponentFabTransitionDefault: string;
103
+ /** FAB elevation on hover */
104
+ export const ComponentFabTransitionElevation: string;
105
+ export const ComponentFabBorderRadius: string;
106
+ /** Chip hover/focus transition */
107
+ export const ComponentChipTransitionDefault: string;
108
+ export const ComponentChipDefaultCloseFill: string;
109
+ export const ComponentChipDefaultEnabledBorder: string;
110
+ export const ComponentChipBorderRadius: string;
111
+ /** Switch thumb movement */
112
+ export const ComponentSwitchTransitionThumb: string;
113
+ /** Switch track color change */
114
+ export const ComponentSwitchTransitionTrack: string;
115
+ /** Checkbox state transition */
116
+ export const ComponentCheckboxTransitionDefault: string;
117
+ /** Radio button state transition */
118
+ export const ComponentRadioTransitionDefault: string;
119
+ /** Accordion panel expand */
120
+ export const ComponentAccordionTransitionExpand: string;
121
+ /** Accordion panel collapse */
122
+ export const ComponentAccordionTransitionCollapse: string;
123
+ /** Skeleton pulse animation duration */
124
+ export const ComponentSkeletonAnimationPulseDuration: string;
125
+ /** Skeleton pulse easing */
126
+ export const ComponentSkeletonAnimationPulseEasing: string;
127
+ /** Skeleton wave animation duration */
128
+ export const ComponentSkeletonAnimationWaveDuration: string;
129
+ /** Skeleton wave easing */
130
+ export const ComponentSkeletonAnimationWaveEasing: string;
131
+ /** Progress indeterminate animation duration */
132
+ export const ComponentProgressAnimationIndeterminateDuration: string;
133
+ /** Progress animation easing */
134
+ export const ComponentProgressAnimationIndeterminateEasing: string;
135
+ /** Circular progress rotation duration */
136
+ export const ComponentProgressAnimationCircularDuration: string;
137
+ /** Circular progress easing */
138
+ export const ComponentProgressAnimationCircularEasing: string;
139
+ export const ComponentIconButtonBorderRadius: string;
140
+ export const ComponentIconButtonSmallSize: string;
141
+ export const ComponentIconButtonSmallIconSize: string;
142
+ export const ComponentIconButtonMediumSize: string;
143
+ export const ComponentIconButtonMediumIconSize: string;
144
+ export const ComponentIconButtonLargeSize: string;
145
+ export const ComponentIconButtonLargeIconSize: string;
146
+ export const ComponentInputDarkBorderRadius: string;
147
+ export const ComponentInputDarkStandardEnabledBorder: string;
148
+ export const ComponentInputDarkFilledEnabledFill: string;
149
+ export const ComponentInputDarkOutlinedEnabledBorder: string;
150
+ export const ComponentInputDarkValueFontSize: string;
151
+ export const ComponentInputStandardEnabledBorder: string;
152
+ export const ComponentInputFilledEnabledFill: string;
153
+ export const ComponentInputOutlinedEnabledBorder: string;
154
+ export const ComponentInputBorderRadius: string;
155
+ export const ComponentRatingActiveFill: string;
156
+ export const ComponentRatingEnabledBorder: string;
157
+ /** No elevation - matches background */
158
+ export const ComponentPaperDarkElevation0: string;
159
+ /** 1dp elevation */
160
+ export const ComponentPaperDarkElevation1: string;
161
+ /** 2dp elevation */
162
+ export const ComponentPaperDarkElevation2: string;
163
+ /** 4dp elevation */
164
+ export const ComponentPaperDarkElevation4: string;
165
+ /** 6dp elevation */
166
+ export const ComponentPaperDarkElevation6: string;
167
+ /** 8dp elevation */
168
+ export const ComponentPaperDarkElevation8: string;
169
+ /** 12dp elevation */
170
+ export const ComponentPaperDarkElevation12: string;
171
+ /** 16dp elevation */
172
+ export const ComponentPaperDarkElevation16: string;
173
+ /** 24dp elevation */
174
+ export const ComponentPaperDarkElevation24: string;
175
+ export const ComponentPaperElevation0: string;
176
+ export const ComponentPaperElevation1: string;
177
+ export const ComponentPaperElevation2: string;
178
+ export const ComponentCardDarkBorderRadius: string;
179
+ export const ComponentCardBorderRadius: string;
180
+ export const ComponentTableDarkBorder: string;
181
+ export const ComponentTableDarkHeaderBackground: string;
182
+ export const ComponentTableBorder: string;
183
+ export const ComponentTableHeaderBackground: string;
184
+ /** MRS Primary Brand Color - Teal */
185
+ export const PrimitivesColorsBrandVerones: string;
186
+ /** MRS Secondary Brand Color - Lime Green */
187
+ export const PrimitivesColorsBrandLima: string;
188
+ export const PrimitivesColorsNeutralWhite: string;
189
+ export const PrimitivesColorsNeutralBlack: string;
190
+ export const PrimitivesColorsNeutralGray50: string;
191
+ export const PrimitivesColorsNeutralGray100: string;
192
+ export const PrimitivesColorsNeutralGray200: string;
193
+ export const PrimitivesColorsNeutralGray300: string;
194
+ export const PrimitivesColorsNeutralGray400: string;
195
+ export const PrimitivesColorsNeutralGray500: string;
196
+ export const PrimitivesColorsNeutralGray600: string;
197
+ export const PrimitivesColorsNeutralGray700: string;
198
+ export const PrimitivesColorsNeutralGray800: string;
199
+ export const PrimitivesColorsNeutralGray900: string;
200
+ export const PrimitivesColorsStatusError50: string;
201
+ export const PrimitivesColorsStatusError100: string;
202
+ export const PrimitivesColorsStatusError500: string;
203
+ export const PrimitivesColorsStatusError600: string;
204
+ export const PrimitivesColorsStatusError700: string;
205
+ export const PrimitivesColorsStatusWarning50: string;
206
+ export const PrimitivesColorsStatusWarning500: string;
207
+ export const PrimitivesColorsStatusWarning600: string;
208
+ export const PrimitivesColorsStatusWarning700: string;
209
+ export const PrimitivesColorsStatusInfo50: string;
210
+ export const PrimitivesColorsStatusInfo100: string;
211
+ export const PrimitivesColorsStatusInfo500: string;
212
+ export const PrimitivesColorsStatusInfo600: string;
213
+ export const PrimitivesColorsStatusInfo700: string;
214
+ export const PrimitivesColorsStatusInfo800: string;
215
+ export const PrimitivesColorsStatusSuccess50: string;
216
+ export const PrimitivesColorsStatusSuccess100: string;
217
+ export const PrimitivesColorsStatusSuccess500: string;
218
+ export const PrimitivesColorsStatusSuccess600: string;
219
+ export const PrimitivesColorsStatusSuccess700: string;
220
+ export const PrimitivesColorsStatusSuccess800: string;
221
+ export const PrimitivesColorsAlphaBlack4: string;
222
+ export const PrimitivesColorsAlphaBlack8: string;
223
+ export const PrimitivesColorsAlphaBlack12: string;
224
+ export const PrimitivesColorsAlphaBlack23: string;
225
+ export const PrimitivesColorsAlphaBlack26: string;
226
+ export const PrimitivesColorsAlphaBlack38: string;
227
+ export const PrimitivesColorsAlphaBlack42: string;
228
+ export const PrimitivesColorsAlphaBlack56: string;
229
+ export const PrimitivesColorsAlphaBlack60: string;
230
+ export const PrimitivesColorsAlphaBlack87: string;
231
+ export const PrimitivesColorsAlphaWhite8: string;
232
+ export const PrimitivesColorsAlphaWhite12: string;
233
+ export const PrimitivesColorsAlphaWhite16: string;
234
+ export const PrimitivesColorsAlphaWhite23: string;
235
+ export const PrimitivesColorsAlphaWhite26: string;
236
+ export const PrimitivesColorsAlphaWhite30: string;
237
+ export const PrimitivesColorsAlphaWhite42: string;
238
+ export const PrimitivesColorsAlphaWhite50: string;
239
+ export const PrimitivesColorsAlphaWhite70: string;
240
+ export const PrimitivesColorsAlphaWhite100: string;
241
+ export const PrimitivesColorsAlphaPrimary8: string;
242
+ export const PrimitivesColorsAlphaPrimary12: string;
243
+ export const PrimitivesColorsAlphaPrimary16: string;
244
+ export const PrimitivesColorsAlphaPrimary25: string;
245
+ export const PrimitivesColorsAlphaPrimary24Dark: string;
246
+ export const PrimitivesColorsAlphaPrimary32Dark: string;
247
+ export const PrimitivesColorsAlphaPrimary40Dark: string;
248
+ export const PrimitivesColorsSpecialRating: string;
249
+ /** Instant transition - no delay */
250
+ export const PrimitivesMotionDurationInstant: string;
251
+ /** Fast transitions - micro-interactions, toggles, checkboxes */
252
+ export const PrimitivesMotionDurationFast: string;
253
+ /** Base transition duration - most UI elements */
254
+ export const PrimitivesMotionDurationBase: string;
255
+ /** Moderate transitions - drawers, dialogs, larger elements */
256
+ export const PrimitivesMotionDurationModerate: string;
257
+ /** Slow transitions - page transitions, large content shifts */
258
+ export const PrimitivesMotionDurationSlow: string;
259
+ /** Very slow transitions - complex animations */
260
+ export const PrimitivesMotionDurationSlower: string;
261
+ /** Linear easing - constant speed, use sparingly */
262
+ export const PrimitivesMotionEasingLinear: string;
263
+ /** Standard easing - most common, smooth acceleration and deceleration */
264
+ export const PrimitivesMotionEasingStandard: string;
265
+ /** Emphasized easing - Material Design emphasized motion */
266
+ export const PrimitivesMotionEasingEmphasized: string;
267
+ /** Decelerate easing - elements entering the screen */
268
+ export const PrimitivesMotionEasingDecelerate: string;
269
+ /** Accelerate easing - elements leaving the screen */
270
+ export const PrimitivesMotionEasingAccelerate: string;
271
+ /** Sharp easing - quick, focused transitions */
272
+ export const PrimitivesMotionEasingSharp: string;
273
+ /** Ease in - gradual acceleration */
274
+ export const PrimitivesMotionEasingEaseIn: string;
275
+ /** Ease out - gradual deceleration */
276
+ export const PrimitivesMotionEasingEaseOut: string;
277
+ /** Ease in-out - smooth start and end */
278
+ export const PrimitivesMotionEasingEaseInOut: string;
279
+ export const PrimitivesRadiusNone: string;
280
+ export const PrimitivesRadiusSm: string;
281
+ /** Default border radius */
282
+ export const PrimitivesRadiusMd: string;
283
+ export const PrimitivesRadiusLg: string;
284
+ export const PrimitivesRadiusXl: string;
285
+ /** Pill shape / circular */
286
+ export const PrimitivesRadiusFull: string;
287
+ export const PrimitivesSpacing0: string;
288
+ export const PrimitivesSpacing1: string;
289
+ export const PrimitivesSpacing2: string;
290
+ export const PrimitivesSpacing3: string;
291
+ export const PrimitivesSpacing4: string;
292
+ export const PrimitivesSpacing5: string;
293
+ export const PrimitivesSpacing6: string;
294
+ export const PrimitivesSpacing7: string;
295
+ export const PrimitivesSpacing8: string;
296
+ export const PrimitivesSpacing9: string;
297
+ export const PrimitivesSpacing10: string;
298
+ export const PrimitivesSpacing11: string;
299
+ export const PrimitivesSpacing12: string;
300
+ export const PrimitivesSpacing05: string;
301
+ export const PrimitivesSpacing15: string;
302
+ /** Primary brand font */
303
+ export const PrimitivesTypographyFontFamilyBrand: string;
304
+ export const PrimitivesTypographyFontFamilyFallback: string;
305
+ export const PrimitivesTypographyFontFamilyStack: string;
306
+ export const PrimitivesTypographyFontSizeXs: string;
307
+ export const PrimitivesTypographyFontSizeSm: string;
308
+ export const PrimitivesTypographyFontSizeMd: string;
309
+ export const PrimitivesTypographyFontSizeLg: string;
310
+ export const PrimitivesTypographyFontSizeXl: string;
311
+ export const PrimitivesTypographyFontSize2xl: string;
312
+ export const PrimitivesTypographyFontSize3xl: string;
313
+ export const PrimitivesTypographyFontSize4xl: string;
314
+ export const PrimitivesTypographyFontWeightLight: string;
315
+ export const PrimitivesTypographyFontWeightRegular: string;
316
+ export const PrimitivesTypographyFontWeightMedium: string;
317
+ export const PrimitivesTypographyFontWeightSemibold: string;
318
+ export const PrimitivesTypographyFontWeightBold: string;
319
+ export const PrimitivesTypographyLineHeightTight: string;
320
+ export const PrimitivesTypographyLineHeightSnug: string;
321
+ export const PrimitivesTypographyLineHeightNormal: string;
322
+ export const PrimitivesTypographyLineHeightRelaxed: string;
323
+ export const PrimitivesTypographyLineHeightLoose: string;
324
+ /** Lighter primary for dark mode */
325
+ export const SemanticColorDarkPrimaryMain: string;
326
+ export const SemanticColorDarkPrimaryDark: string;
327
+ export const SemanticColorDarkPrimaryLight: string;
328
+ export const SemanticColorDarkPrimaryContrastText: string;
329
+ /** Lighter secondary for dark mode */
330
+ export const SemanticColorDarkSecondaryMain: string;
331
+ export const SemanticColorDarkSecondaryDark: string;
332
+ export const SemanticColorDarkSecondaryLight: string;
333
+ export const SemanticColorDarkSecondaryContrastText: string;
334
+ /** Lighter error for dark mode */
335
+ export const SemanticColorDarkErrorMain: string;
336
+ export const SemanticColorDarkErrorDark: string;
337
+ export const SemanticColorDarkErrorLight: string;
338
+ export const SemanticColorDarkErrorContrastText: string;
339
+ /** Lighter warning for dark mode */
340
+ export const SemanticColorDarkWarningMain: string;
341
+ export const SemanticColorDarkWarningDark: string;
342
+ export const SemanticColorDarkWarningLight: string;
343
+ export const SemanticColorDarkWarningContrastText: string;
344
+ /** Lighter info for dark mode */
345
+ export const SemanticColorDarkInfoMain: string;
346
+ export const SemanticColorDarkInfoDark: string;
347
+ export const SemanticColorDarkInfoLight: string;
348
+ export const SemanticColorDarkInfoContrastText: string;
349
+ /** Lighter success for dark mode */
350
+ export const SemanticColorDarkSuccessMain: string;
351
+ export const SemanticColorDarkSuccessDark: string;
352
+ export const SemanticColorDarkSuccessLight: string;
353
+ export const SemanticColorDarkSuccessContrastText: string;
354
+ /** Material Design dark background */
355
+ export const SemanticColorDarkBackgroundDefault: string;
356
+ /** Elevated surface in dark mode */
357
+ export const SemanticColorDarkBackgroundPaper: string;
358
+ export const SemanticColorDarkTextPrimary: string;
359
+ export const SemanticColorDarkTextSecondary: string;
360
+ export const SemanticColorDarkTextDisabled: string;
361
+ export const SemanticColorDarkActionActive: string;
362
+ export const SemanticColorDarkActionHover: string;
363
+ export const SemanticColorDarkActionSelected: string;
364
+ export const SemanticColorDarkActionDisabled: string;
365
+ export const SemanticColorDarkActionDisabledBackground: string;
366
+ export const SemanticColorDarkDivider: string;
367
+ export const SemanticColorPrimaryMain: string;
368
+ export const SemanticColorPrimaryDark: string;
369
+ export const SemanticColorPrimaryLight: string;
370
+ export const SemanticColorPrimaryContrastText: string;
371
+ export const SemanticColorSecondaryMain: string;
372
+ export const SemanticColorSecondaryDark: string;
373
+ export const SemanticColorSecondaryLight: string;
374
+ export const SemanticColorSecondaryContrastText: string;
375
+ export const SemanticColorErrorMain: string;
376
+ export const SemanticColorErrorDark: string;
377
+ export const SemanticColorErrorLight: string;
378
+ export const SemanticColorErrorContrastText: string;
379
+ export const SemanticColorWarningMain: string;
380
+ export const SemanticColorWarningDark: string;
381
+ export const SemanticColorWarningLight: string;
382
+ export const SemanticColorWarningContrastText: string;
383
+ export const SemanticColorInfoMain: string;
384
+ export const SemanticColorInfoDark: string;
385
+ export const SemanticColorInfoLight: string;
386
+ export const SemanticColorInfoContrastText: string;
387
+ export const SemanticColorSuccessMain: string;
388
+ export const SemanticColorSuccessDark: string;
389
+ export const SemanticColorSuccessLight: string;
390
+ export const SemanticColorSuccessContrastText: string;
391
+ export const SemanticColorBackgroundDefault: string;
392
+ export const SemanticColorBackgroundPaper: string;
393
+ export const SemanticColorTextPrimary: string;
394
+ export const SemanticColorTextSecondary: string;
395
+ export const SemanticColorTextDisabled: string;
396
+ export const SemanticColorActionActive: string;
397
+ export const SemanticColorActionHover: string;
398
+ export const SemanticColorActionSelected: string;
399
+ export const SemanticColorActionDisabled: string;
400
+ export const SemanticColorActionDisabledBackground: string;
401
+ export const SemanticColorDivider: string;
402
+ /** Fade in transition */
403
+ export const SemanticTransitionFadeIn: string;
404
+ /** Fade out transition */
405
+ export const SemanticTransitionFadeOut: string;
406
+ /** Slide in transition - elements entering */
407
+ export const SemanticTransitionSlideIn: string;
408
+ /** Slide out transition - elements leaving */
409
+ export const SemanticTransitionSlideOut: string;
410
+ /** Expand transition - collapsible content opening */
411
+ export const SemanticTransitionExpandIn: string;
412
+ /** Collapse transition - collapsible content closing */
413
+ export const SemanticTransitionExpandOut: string;
414
+ /** Elevation change transition */
415
+ export const SemanticTransitionElevation: string;
@@ -0,0 +1,17 @@
1
+ /**
2
+ * MRS Design System - Token Hub
3
+ *
4
+ * Central export point for all design tokens.
5
+ * Tokens are generated from source JSON files using Style Dictionary.
6
+ *
7
+ * @example
8
+ * ```typescript
9
+ * import * as tokens from '@atipicus/mrs-ui/tokens';
10
+ *
11
+ * // Access token values
12
+ * const brandColor = tokens.PrimitivesColorsBrandVerones;
13
+ * const buttonRadius = tokens.ComponentButtonBorderRadius;
14
+ * ```
15
+ */
16
+ export * from './generated/ts/tokens';
17
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/tokens/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAGH,cAAc,uBAAuB,CAAC"}
@@ -0,0 +1,5 @@
1
+ /**
2
+ * Utility functions
3
+ * Helper functions for common operations
4
+ */
5
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/utils/index.ts"],"names":[],"mappings":"AAAA;;;GAGG"}
package/package.json ADDED
@@ -0,0 +1,138 @@
1
+ {
2
+ "name": "@atipicus/mrs-ui",
3
+ "version": "0.8.0",
4
+ "description": "MRS Material-UI v6.5 Design System - 54 production-ready React components with comprehensive testing and Storybook documentation",
5
+ "main": "./dist/index.js",
6
+ "module": "./dist/index.mjs",
7
+ "types": "./dist/index.d.ts",
8
+ "private": false,
9
+ "publishConfig": {
10
+ "access": "public"
11
+ },
12
+ "exports": {
13
+ ".": {
14
+ "types": "./dist/index.d.ts",
15
+ "import": "./dist/index.mjs",
16
+ "require": "./dist/index.js"
17
+ },
18
+ "./theme": {
19
+ "types": "./dist/theme/theme.d.ts",
20
+ "import": "./dist/theme/theme.mjs",
21
+ "require": "./dist/theme/theme.js"
22
+ },
23
+ "./tokens": {
24
+ "types": "./dist/tokens/index.d.ts",
25
+ "import": "./dist/tokens/index.mjs",
26
+ "require": "./dist/tokens/index.js"
27
+ }
28
+ },
29
+ "files": [
30
+ "dist",
31
+ "README.md"
32
+ ],
33
+ "scripts": {
34
+ "dev": "storybook dev -p 6006",
35
+ "build": "npm run tokens:build && vite build",
36
+ "build-storybook": "npm run tokens:build && storybook build",
37
+ "deploy-storybook": "npm run build-storybook && gh-pages -d storybook-static",
38
+ "test": "jest",
39
+ "test:watch": "jest --watch",
40
+ "type-check": "tsc --noEmit",
41
+ "lint": "eslint src --ext .ts,.tsx --ignore-pattern 'src/tokens/scripts/**'",
42
+ "lint:fix": "eslint src --ext .ts,.tsx --ignore-pattern 'src/tokens/scripts/**' --fix",
43
+ "format": "prettier --write \"src/**/*.{ts,tsx,json,md}\"",
44
+ "format:check": "prettier --check \"src/**/*.{ts,tsx,json,md}\"",
45
+ "prepublishOnly": "npm run lint && npm run type-check && npm test && npm run build",
46
+ "publish:patch": "npm version patch && npm publish",
47
+ "publish:minor": "npm version minor && npm publish",
48
+ "publish:major": "npm version major && npm publish",
49
+ "storybook": "storybook dev -p 6006",
50
+ "tokens:build": "style-dictionary build --config src/tokens/config/style-dictionary.config.js",
51
+ "tokens:clean": "rm -rf src/tokens/generated/css src/tokens/generated/scss src/tokens/generated/ts src/tokens/generated/json",
52
+ "tokens:rebuild": "npm run tokens:clean && npm run tokens:build",
53
+ "tokens:watch": "nodemon --watch src/tokens/source -e json --exec npm run tokens:build",
54
+ "tokens:sync:pull": "node src/tokens/scripts/sync-figma-tokens.js --direction=pull",
55
+ "tokens:sync:push": "node src/tokens/scripts/sync-figma-tokens.js --direction=push",
56
+ "tokens:sync:dry-run": "node src/tokens/scripts/sync-figma-tokens.js --direction=pull --dry-run"
57
+ },
58
+ "keywords": [
59
+ "design-system",
60
+ "material-ui",
61
+ "mui",
62
+ "react",
63
+ "components",
64
+ "ui",
65
+ "typescript",
66
+ "storybook",
67
+ "design-tokens",
68
+ "accessible",
69
+ "responsive",
70
+ "ui-library",
71
+ "theme"
72
+ ],
73
+ "author": "MRS Design System Team",
74
+ "license": "UNLICENSED",
75
+ "repository": {
76
+ "type": "git",
77
+ "url": "git+https://github.com/madersystem/mrs-ui-v6.git"
78
+ },
79
+ "bugs": {
80
+ "url": "https://github.com/madersystem/mrs-ui-v6/issues"
81
+ },
82
+ "homepage": "https://github.com/madersystem/mrs-ui-v6#readme",
83
+ "peerDependencies": {
84
+ "@emotion/react": "^11.11.0",
85
+ "@emotion/styled": "^11.11.0",
86
+ "@mui/icons-material": "^6.5.0",
87
+ "@mui/material": "^6.5.0",
88
+ "react": "^18.3.0",
89
+ "react-dom": "^18.3.0"
90
+ },
91
+ "devDependencies": {
92
+ "@chromatic-com/storybook": "^4.1.3",
93
+ "@emotion/react": "^11.11.0",
94
+ "@emotion/styled": "^11.11.0",
95
+ "@figma/code-connect": "^1.3.12",
96
+ "@mui/icons-material": "^6.5.0",
97
+ "@mui/material": "^6.5.0",
98
+ "@storybook/addon-a11y": "^10.1.10",
99
+ "@storybook/addon-docs": "^10.1.10",
100
+ "@storybook/addon-themes": "^10.1.10",
101
+ "@storybook/addon-vitest": "^10.1.10",
102
+ "@storybook/react-vite": "^10.1.10",
103
+ "@testing-library/dom": "^10.4.1",
104
+ "@testing-library/jest-dom": "^6.0.0",
105
+ "@testing-library/react": "^16.3.1",
106
+ "@testing-library/user-event": "^14.0.0",
107
+ "@types/jest": "^29.5.0",
108
+ "@types/react": "^18.3.0",
109
+ "@types/react-dom": "^18.3.0",
110
+ "@typescript-eslint/eslint-plugin": "^8.50.0",
111
+ "@typescript-eslint/parser": "^8.50.0",
112
+ "@vitejs/plugin-react": "^4.2.0",
113
+ "@vitest/browser-playwright": "^4.0.16",
114
+ "@vitest/coverage-v8": "^4.0.16",
115
+ "chromatic": "^13.3.4",
116
+ "eslint": "^9.39.2",
117
+ "eslint-plugin-react": "^7.37.5",
118
+ "eslint-plugin-react-hooks": "^7.0.1",
119
+ "gh-pages": "^6.3.0",
120
+ "jest": "^29.7.0",
121
+ "jest-environment-jsdom": "^29.7.0",
122
+ "playwright": "^1.57.0",
123
+ "prettier": "^3.7.4",
124
+ "storybook": "^10.1.10",
125
+ "style-dictionary": "^4.4.0",
126
+ "ts-jest": "^29.1.0",
127
+ "typescript": "^5.3.0",
128
+ "vite": "^7.3.0",
129
+ "vite-plugin-dts": "^4.5.4",
130
+ "vitest": "^4.0.16",
131
+ "zod-validation-error": "^5.0.0"
132
+ },
133
+ "dependencies": {
134
+ "@mui/lab": "^6.0.1-beta.36",
135
+ "@mui/x-date-pickers": "^8.23.0",
136
+ "dayjs": "^1.11.19"
137
+ }
138
+ }