@getsoren/design-system 4.39.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (612) hide show
  1. package/LICENSE +15 -0
  2. package/README.md +75 -0
  3. package/colors/index.d.ts +1 -0
  4. package/dist/colors/main.d.ts +1 -0
  5. package/dist/colors.cjs +1 -0
  6. package/dist/colors.js +204 -0
  7. package/dist/grey-2gXhhZ8O.cjs +1 -0
  8. package/dist/grey-yfF9T-hp.js +119 -0
  9. package/dist/main.cjs +239 -0
  10. package/dist/main.js +21509 -0
  11. package/dist/node_modules/@mui/material/esm/Autocomplete/Autocomplete.d.ts +345 -0
  12. package/dist/node_modules/@mui/material/esm/Autocomplete/autocompleteClasses.d.ts +58 -0
  13. package/dist/node_modules/@mui/material/esm/Autocomplete/index.d.ts +4 -0
  14. package/dist/node_modules/@mui/material/esm/Avatar/Avatar.d.ts +112 -0
  15. package/dist/node_modules/@mui/material/esm/Avatar/avatarClasses.d.ts +20 -0
  16. package/dist/node_modules/@mui/material/esm/Avatar/index.d.ts +4 -0
  17. package/dist/node_modules/@mui/material/esm/AvatarGroup/AvatarGroup.d.ts +96 -0
  18. package/dist/node_modules/@mui/material/esm/AvatarGroup/avatarGroupClasses.d.ts +10 -0
  19. package/dist/node_modules/@mui/material/esm/AvatarGroup/index.d.ts +4 -0
  20. package/dist/node_modules/@mui/material/esm/Backdrop/Backdrop.d.ts +118 -0
  21. package/dist/node_modules/@mui/material/esm/Backdrop/backdropClasses.d.ts +10 -0
  22. package/dist/node_modules/@mui/material/esm/Backdrop/index.d.ts +4 -0
  23. package/dist/node_modules/@mui/material/esm/Box/Box.d.ts +20 -0
  24. package/dist/node_modules/@mui/material/esm/Box/boxClasses.d.ts +7 -0
  25. package/dist/node_modules/@mui/material/esm/Box/index.d.ts +4 -0
  26. package/dist/node_modules/@mui/material/esm/ButtonBase/ButtonBase.d.ts +125 -0
  27. package/dist/node_modules/@mui/material/esm/ButtonBase/TouchRipple.d.ts +22 -0
  28. package/dist/node_modules/@mui/material/esm/ButtonBase/buttonBaseClasses.d.ts +12 -0
  29. package/dist/node_modules/@mui/material/esm/ButtonBase/index.d.ts +6 -0
  30. package/dist/node_modules/@mui/material/esm/ButtonBase/touchRippleClasses.d.ts +20 -0
  31. package/dist/node_modules/@mui/material/esm/Chip/Chip.d.ts +133 -0
  32. package/dist/node_modules/@mui/material/esm/Chip/chipClasses.d.ts +150 -0
  33. package/dist/node_modules/@mui/material/esm/Chip/index.d.ts +4 -0
  34. package/dist/node_modules/@mui/material/esm/CircularProgress/CircularProgress.d.ts +78 -0
  35. package/dist/node_modules/@mui/material/esm/CircularProgress/circularProgressClasses.d.ts +32 -0
  36. package/dist/node_modules/@mui/material/esm/CircularProgress/index.d.ts +4 -0
  37. package/dist/node_modules/@mui/material/esm/Dialog/Dialog.d.ts +192 -0
  38. package/dist/node_modules/@mui/material/esm/Dialog/dialogClasses.d.ts +42 -0
  39. package/dist/node_modules/@mui/material/esm/Dialog/index.d.ts +4 -0
  40. package/dist/node_modules/@mui/material/esm/DialogActions/DialogActions.d.ts +36 -0
  41. package/dist/node_modules/@mui/material/esm/DialogActions/dialogActionsClasses.d.ts +10 -0
  42. package/dist/node_modules/@mui/material/esm/DialogActions/index.d.ts +4 -0
  43. package/dist/node_modules/@mui/material/esm/DialogContent/DialogContent.d.ts +36 -0
  44. package/dist/node_modules/@mui/material/esm/DialogContent/dialogContentClasses.d.ts +10 -0
  45. package/dist/node_modules/@mui/material/esm/DialogContent/index.d.ts +4 -0
  46. package/dist/node_modules/@mui/material/esm/DialogTitle/DialogTitle.d.ts +43 -0
  47. package/dist/node_modules/@mui/material/esm/DialogTitle/dialogTitleClasses.d.ts +8 -0
  48. package/dist/node_modules/@mui/material/esm/DialogTitle/index.d.ts +4 -0
  49. package/dist/node_modules/@mui/material/esm/Divider/Divider.d.ts +75 -0
  50. package/dist/node_modules/@mui/material/esm/Divider/dividerClasses.d.ts +38 -0
  51. package/dist/node_modules/@mui/material/esm/Divider/index.d.ts +4 -0
  52. package/dist/node_modules/@mui/material/esm/Fade/Fade.d.ts +48 -0
  53. package/dist/node_modules/@mui/material/esm/Fade/index.d.ts +2 -0
  54. package/dist/node_modules/@mui/material/esm/FilledInput/FilledInput.d.ts +43 -0
  55. package/dist/node_modules/@mui/material/esm/FilledInput/filledInputClasses.d.ts +30 -0
  56. package/dist/node_modules/@mui/material/esm/FilledInput/index.d.ts +4 -0
  57. package/dist/node_modules/@mui/material/esm/FormControl/FormControl.d.ts +121 -0
  58. package/dist/node_modules/@mui/material/esm/FormControl/FormControlContext.d.ts +17 -0
  59. package/dist/node_modules/@mui/material/esm/FormControl/formControlClasses.d.ts +14 -0
  60. package/dist/node_modules/@mui/material/esm/FormControl/index.d.ts +6 -0
  61. package/dist/node_modules/@mui/material/esm/FormControl/useFormControl.d.ts +2 -0
  62. package/dist/node_modules/@mui/material/esm/FormHelperText/FormHelperText.d.ts +72 -0
  63. package/dist/node_modules/@mui/material/esm/FormHelperText/formHelperTextClasses.d.ts +22 -0
  64. package/dist/node_modules/@mui/material/esm/FormHelperText/index.d.ts +4 -0
  65. package/dist/node_modules/@mui/material/esm/FormLabel/FormLabel.d.ts +79 -0
  66. package/dist/node_modules/@mui/material/esm/FormLabel/formLabelClasses.d.ts +22 -0
  67. package/dist/node_modules/@mui/material/esm/FormLabel/index.d.ts +4 -0
  68. package/dist/node_modules/@mui/material/esm/GlobalStyles/GlobalStyles.d.ts +20 -0
  69. package/dist/node_modules/@mui/material/esm/GlobalStyles/index.d.ts +2 -0
  70. package/dist/node_modules/@mui/material/esm/Grow/Grow.d.ts +49 -0
  71. package/dist/node_modules/@mui/material/esm/Grow/index.d.ts +2 -0
  72. package/dist/node_modules/@mui/material/esm/IconButton/IconButton.d.ts +91 -0
  73. package/dist/node_modules/@mui/material/esm/IconButton/iconButtonClasses.d.ts +40 -0
  74. package/dist/node_modules/@mui/material/esm/IconButton/index.d.ts +4 -0
  75. package/dist/node_modules/@mui/material/esm/InitColorSchemeScript/InitColorSchemeScript.d.ts +65 -0
  76. package/dist/node_modules/@mui/material/esm/Input/Input.d.ts +36 -0
  77. package/dist/node_modules/@mui/material/esm/Input/index.d.ts +4 -0
  78. package/dist/node_modules/@mui/material/esm/Input/inputClasses.d.ts +46 -0
  79. package/dist/node_modules/@mui/material/esm/InputAdornment/InputAdornment.d.ts +59 -0
  80. package/dist/node_modules/@mui/material/esm/InputAdornment/index.d.ts +4 -0
  81. package/dist/node_modules/@mui/material/esm/InputAdornment/inputAdornmentClasses.d.ts +24 -0
  82. package/dist/node_modules/@mui/material/esm/InputBase/InputBase.d.ts +247 -0
  83. package/dist/node_modules/@mui/material/esm/InputBase/index.d.ts +4 -0
  84. package/dist/node_modules/@mui/material/esm/InputBase/inputBaseClasses.d.ts +55 -0
  85. package/dist/node_modules/@mui/material/esm/InputLabel/InputLabel.d.ts +80 -0
  86. package/dist/node_modules/@mui/material/esm/InputLabel/index.d.ts +4 -0
  87. package/dist/node_modules/@mui/material/esm/InputLabel/inputLabelClasses.d.ts +32 -0
  88. package/dist/node_modules/@mui/material/esm/Link/Link.d.ts +63 -0
  89. package/dist/node_modules/@mui/material/esm/Link/index.d.ts +4 -0
  90. package/dist/node_modules/@mui/material/esm/Link/linkClasses.d.ts +18 -0
  91. package/dist/node_modules/@mui/material/esm/List/List.d.ts +66 -0
  92. package/dist/node_modules/@mui/material/esm/List/index.d.ts +4 -0
  93. package/dist/node_modules/@mui/material/esm/List/listClasses.d.ts +14 -0
  94. package/dist/node_modules/@mui/material/esm/ListItemAvatar/ListItemAvatar.d.ts +31 -0
  95. package/dist/node_modules/@mui/material/esm/ListItemAvatar/index.d.ts +4 -0
  96. package/dist/node_modules/@mui/material/esm/ListItemAvatar/listItemAvatarClasses.d.ts +10 -0
  97. package/dist/node_modules/@mui/material/esm/ListItemButton/ListItemButton.d.ts +86 -0
  98. package/dist/node_modules/@mui/material/esm/ListItemButton/index.d.ts +4 -0
  99. package/dist/node_modules/@mui/material/esm/ListItemButton/listItemButtonClasses.d.ts +22 -0
  100. package/dist/node_modules/@mui/material/esm/ListItemIcon/ListItemIcon.d.ts +34 -0
  101. package/dist/node_modules/@mui/material/esm/ListItemIcon/index.d.ts +4 -0
  102. package/dist/node_modules/@mui/material/esm/ListItemIcon/listItemIconClasses.d.ts +10 -0
  103. package/dist/node_modules/@mui/material/esm/ListItemText/ListItemText.d.ts +107 -0
  104. package/dist/node_modules/@mui/material/esm/ListItemText/index.d.ts +4 -0
  105. package/dist/node_modules/@mui/material/esm/ListItemText/listItemTextClasses.d.ts +18 -0
  106. package/dist/node_modules/@mui/material/esm/ListSubheader/ListSubheader.d.ts +60 -0
  107. package/dist/node_modules/@mui/material/esm/ListSubheader/index.d.ts +4 -0
  108. package/dist/node_modules/@mui/material/esm/ListSubheader/listSubheaderClasses.d.ts +18 -0
  109. package/dist/node_modules/@mui/material/esm/Menu/Menu.d.ts +162 -0
  110. package/dist/node_modules/@mui/material/esm/Menu/index.d.ts +4 -0
  111. package/dist/node_modules/@mui/material/esm/Menu/menuClasses.d.ts +12 -0
  112. package/dist/node_modules/@mui/material/esm/MenuItem/MenuItem.d.ts +69 -0
  113. package/dist/node_modules/@mui/material/esm/MenuItem/index.d.ts +4 -0
  114. package/dist/node_modules/@mui/material/esm/MenuItem/menuItemClasses.d.ts +20 -0
  115. package/dist/node_modules/@mui/material/esm/MenuList/MenuList.d.ts +62 -0
  116. package/dist/node_modules/@mui/material/esm/MenuList/index.d.ts +2 -0
  117. package/dist/node_modules/@mui/material/esm/Modal/Modal.d.ts +218 -0
  118. package/dist/node_modules/@mui/material/esm/Modal/ModalManager.d.ts +25 -0
  119. package/dist/node_modules/@mui/material/esm/Modal/index.d.ts +5 -0
  120. package/dist/node_modules/@mui/material/esm/Modal/modalClasses.d.ts +12 -0
  121. package/dist/node_modules/@mui/material/esm/NativeSelect/NativeSelectInput.d.ts +13 -0
  122. package/dist/node_modules/@mui/material/esm/NativeSelect/nativeSelectClasses.d.ts +34 -0
  123. package/dist/node_modules/@mui/material/esm/OutlinedInput/OutlinedInput.d.ts +57 -0
  124. package/dist/node_modules/@mui/material/esm/OutlinedInput/index.d.ts +4 -0
  125. package/dist/node_modules/@mui/material/esm/OutlinedInput/outlinedInputClasses.d.ts +46 -0
  126. package/dist/node_modules/@mui/material/esm/Paper/Paper.d.ts +63 -0
  127. package/dist/node_modules/@mui/material/esm/Paper/index.d.ts +4 -0
  128. package/dist/node_modules/@mui/material/esm/Paper/paperClasses.d.ts +64 -0
  129. package/dist/node_modules/@mui/material/esm/Popover/Popover.d.ts +234 -0
  130. package/dist/node_modules/@mui/material/esm/Popover/index.d.ts +4 -0
  131. package/dist/node_modules/@mui/material/esm/Popover/popoverClasses.d.ts +10 -0
  132. package/dist/node_modules/@mui/material/esm/Popper/Popper.d.ts +46 -0
  133. package/dist/node_modules/@mui/material/esm/Popper/index.d.ts +5 -0
  134. package/dist/node_modules/@mui/material/esm/Popper/popperClasses.d.ts +8 -0
  135. package/dist/node_modules/@mui/material/esm/Portal/Portal.d.ts +16 -0
  136. package/dist/node_modules/@mui/material/esm/Portal/index.d.ts +3 -0
  137. package/dist/node_modules/@mui/material/esm/Select/Select.d.ts +189 -0
  138. package/dist/node_modules/@mui/material/esm/Select/SelectInput.d.ts +57 -0
  139. package/dist/node_modules/@mui/material/esm/Select/index.d.ts +5 -0
  140. package/dist/node_modules/@mui/material/esm/Select/selectClasses.d.ts +42 -0
  141. package/dist/node_modules/@mui/material/esm/Select/utils/SelectFocusSourceContext.d.ts +4 -0
  142. package/dist/node_modules/@mui/material/esm/Select/utils/areEqualValues.d.ts +1 -0
  143. package/dist/node_modules/@mui/material/esm/Select/utils/getOpenInteractionType.d.ts +1 -0
  144. package/dist/node_modules/@mui/material/esm/Select/utils/index.d.ts +4 -0
  145. package/dist/node_modules/@mui/material/esm/Select/utils/isEmpty.d.ts +1 -0
  146. package/dist/node_modules/@mui/material/esm/Skeleton/Skeleton.d.ts +62 -0
  147. package/dist/node_modules/@mui/material/esm/Skeleton/index.d.ts +4 -0
  148. package/dist/node_modules/@mui/material/esm/Skeleton/skeletonClasses.d.ts +26 -0
  149. package/dist/node_modules/@mui/material/esm/Stack/Stack.d.ts +58 -0
  150. package/dist/node_modules/@mui/material/esm/Stack/index.d.ts +4 -0
  151. package/dist/node_modules/@mui/material/esm/Stack/stackClasses.d.ts +6 -0
  152. package/dist/node_modules/@mui/material/esm/SvgIcon/SvgIcon.d.ts +89 -0
  153. package/dist/node_modules/@mui/material/esm/SvgIcon/index.d.ts +4 -0
  154. package/dist/node_modules/@mui/material/esm/SvgIcon/svgIconClasses.d.ts +26 -0
  155. package/dist/node_modules/@mui/material/esm/TextField/TextField.d.ts +347 -0
  156. package/dist/node_modules/@mui/material/esm/TextField/index.d.ts +4 -0
  157. package/dist/node_modules/@mui/material/esm/TextField/textFieldClasses.d.ts +8 -0
  158. package/dist/node_modules/@mui/material/esm/TextareaAutosize/TextareaAutosize.d.ts +14 -0
  159. package/dist/node_modules/@mui/material/esm/TextareaAutosize/index.d.ts +3 -0
  160. package/dist/node_modules/@mui/material/esm/Typography/Typography.d.ts +100 -0
  161. package/dist/node_modules/@mui/material/esm/Typography/index.d.ts +4 -0
  162. package/dist/node_modules/@mui/material/esm/Typography/typographyClasses.d.ts +53 -0
  163. package/dist/node_modules/@mui/material/esm/Unstable_TrapFocus/FocusTrap.d.ts +10 -0
  164. package/dist/node_modules/@mui/material/esm/Unstable_TrapFocus/index.d.ts +2 -0
  165. package/dist/node_modules/@mui/material/esm/colors/amber.d.ts +62 -0
  166. package/dist/node_modules/@mui/material/esm/colors/blue.d.ts +62 -0
  167. package/dist/node_modules/@mui/material/esm/colors/blueGrey.d.ts +62 -0
  168. package/dist/node_modules/@mui/material/esm/colors/brown.d.ts +62 -0
  169. package/dist/node_modules/@mui/material/esm/colors/common.d.ts +14 -0
  170. package/dist/node_modules/@mui/material/esm/colors/cyan.d.ts +62 -0
  171. package/dist/node_modules/@mui/material/esm/colors/deepOrange.d.ts +62 -0
  172. package/dist/node_modules/@mui/material/esm/colors/deepPurple.d.ts +62 -0
  173. package/dist/node_modules/@mui/material/esm/colors/green.d.ts +62 -0
  174. package/dist/node_modules/@mui/material/esm/colors/grey.d.ts +62 -0
  175. package/dist/node_modules/@mui/material/esm/colors/index.d.ts +20 -0
  176. package/dist/node_modules/@mui/material/esm/colors/indigo.d.ts +62 -0
  177. package/dist/node_modules/@mui/material/esm/colors/lightBlue.d.ts +62 -0
  178. package/dist/node_modules/@mui/material/esm/colors/lightGreen.d.ts +62 -0
  179. package/dist/node_modules/@mui/material/esm/colors/lime.d.ts +62 -0
  180. package/dist/node_modules/@mui/material/esm/colors/orange.d.ts +62 -0
  181. package/dist/node_modules/@mui/material/esm/colors/pink.d.ts +62 -0
  182. package/dist/node_modules/@mui/material/esm/colors/purple.d.ts +62 -0
  183. package/dist/node_modules/@mui/material/esm/colors/red.d.ts +62 -0
  184. package/dist/node_modules/@mui/material/esm/colors/teal.d.ts +62 -0
  185. package/dist/node_modules/@mui/material/esm/colors/yellow.d.ts +62 -0
  186. package/dist/node_modules/@mui/material/esm/locale/amET.d.ts +2 -0
  187. package/dist/node_modules/@mui/material/esm/locale/arEG.d.ts +2 -0
  188. package/dist/node_modules/@mui/material/esm/locale/arSA.d.ts +2 -0
  189. package/dist/node_modules/@mui/material/esm/locale/arSD.d.ts +2 -0
  190. package/dist/node_modules/@mui/material/esm/locale/azAZ.d.ts +2 -0
  191. package/dist/node_modules/@mui/material/esm/locale/beBY.d.ts +2 -0
  192. package/dist/node_modules/@mui/material/esm/locale/bgBG.d.ts +2 -0
  193. package/dist/node_modules/@mui/material/esm/locale/bnBD.d.ts +2 -0
  194. package/dist/node_modules/@mui/material/esm/locale/caES.d.ts +2 -0
  195. package/dist/node_modules/@mui/material/esm/locale/csCZ.d.ts +2 -0
  196. package/dist/node_modules/@mui/material/esm/locale/daDK.d.ts +2 -0
  197. package/dist/node_modules/@mui/material/esm/locale/deDE.d.ts +2 -0
  198. package/dist/node_modules/@mui/material/esm/locale/elGR.d.ts +2 -0
  199. package/dist/node_modules/@mui/material/esm/locale/enUS.d.ts +2 -0
  200. package/dist/node_modules/@mui/material/esm/locale/esES.d.ts +2 -0
  201. package/dist/node_modules/@mui/material/esm/locale/etEE.d.ts +2 -0
  202. package/dist/node_modules/@mui/material/esm/locale/faIR.d.ts +2 -0
  203. package/dist/node_modules/@mui/material/esm/locale/fiFI.d.ts +2 -0
  204. package/dist/node_modules/@mui/material/esm/locale/frFR.d.ts +2 -0
  205. package/dist/node_modules/@mui/material/esm/locale/heIL.d.ts +2 -0
  206. package/dist/node_modules/@mui/material/esm/locale/hiIN.d.ts +2 -0
  207. package/dist/node_modules/@mui/material/esm/locale/hrHR.d.ts +2 -0
  208. package/dist/node_modules/@mui/material/esm/locale/huHU.d.ts +2 -0
  209. package/dist/node_modules/@mui/material/esm/locale/hyAM.d.ts +2 -0
  210. package/dist/node_modules/@mui/material/esm/locale/idID.d.ts +2 -0
  211. package/dist/node_modules/@mui/material/esm/locale/index.d.ts +60 -0
  212. package/dist/node_modules/@mui/material/esm/locale/isIS.d.ts +2 -0
  213. package/dist/node_modules/@mui/material/esm/locale/itIT.d.ts +2 -0
  214. package/dist/node_modules/@mui/material/esm/locale/jaJP.d.ts +2 -0
  215. package/dist/node_modules/@mui/material/esm/locale/khKH.d.ts +2 -0
  216. package/dist/node_modules/@mui/material/esm/locale/kkKZ.d.ts +2 -0
  217. package/dist/node_modules/@mui/material/esm/locale/koKR.d.ts +2 -0
  218. package/dist/node_modules/@mui/material/esm/locale/kuCKB.d.ts +2 -0
  219. package/dist/node_modules/@mui/material/esm/locale/kuLatn.d.ts +2 -0
  220. package/dist/node_modules/@mui/material/esm/locale/mkMK.d.ts +2 -0
  221. package/dist/node_modules/@mui/material/esm/locale/msMS.d.ts +2 -0
  222. package/dist/node_modules/@mui/material/esm/locale/myMY.d.ts +2 -0
  223. package/dist/node_modules/@mui/material/esm/locale/nbNO.d.ts +2 -0
  224. package/dist/node_modules/@mui/material/esm/locale/neNP.d.ts +2 -0
  225. package/dist/node_modules/@mui/material/esm/locale/nlNL.d.ts +2 -0
  226. package/dist/node_modules/@mui/material/esm/locale/nnNO.d.ts +2 -0
  227. package/dist/node_modules/@mui/material/esm/locale/plPL.d.ts +2 -0
  228. package/dist/node_modules/@mui/material/esm/locale/psAF.d.ts +2 -0
  229. package/dist/node_modules/@mui/material/esm/locale/ptBR.d.ts +2 -0
  230. package/dist/node_modules/@mui/material/esm/locale/ptPT.d.ts +2 -0
  231. package/dist/node_modules/@mui/material/esm/locale/roRO.d.ts +2 -0
  232. package/dist/node_modules/@mui/material/esm/locale/ruRU.d.ts +2 -0
  233. package/dist/node_modules/@mui/material/esm/locale/siLK.d.ts +2 -0
  234. package/dist/node_modules/@mui/material/esm/locale/skSK.d.ts +2 -0
  235. package/dist/node_modules/@mui/material/esm/locale/srRS.d.ts +2 -0
  236. package/dist/node_modules/@mui/material/esm/locale/svSE.d.ts +2 -0
  237. package/dist/node_modules/@mui/material/esm/locale/thTH.d.ts +2 -0
  238. package/dist/node_modules/@mui/material/esm/locale/tlTL.d.ts +2 -0
  239. package/dist/node_modules/@mui/material/esm/locale/trTR.d.ts +2 -0
  240. package/dist/node_modules/@mui/material/esm/locale/ukUA.d.ts +2 -0
  241. package/dist/node_modules/@mui/material/esm/locale/urPK.d.ts +2 -0
  242. package/dist/node_modules/@mui/material/esm/locale/utils/LocaleTextApi.d.ts +23 -0
  243. package/dist/node_modules/@mui/material/esm/locale/viVN.d.ts +2 -0
  244. package/dist/node_modules/@mui/material/esm/locale/zhCN.d.ts +2 -0
  245. package/dist/node_modules/@mui/material/esm/locale/zhHK.d.ts +2 -0
  246. package/dist/node_modules/@mui/material/esm/locale/zhTW.d.ts +2 -0
  247. package/dist/node_modules/@mui/material/esm/styles/ThemeProvider.d.ts +76 -0
  248. package/dist/node_modules/@mui/material/esm/styles/ThemeProviderWithVars.d.ts +50 -0
  249. package/dist/node_modules/@mui/material/esm/styles/adaptV4Theme.d.ts +36 -0
  250. package/dist/node_modules/@mui/material/esm/styles/createColorScheme.d.ts +11 -0
  251. package/dist/node_modules/@mui/material/esm/styles/createMixins.d.ts +32 -0
  252. package/dist/node_modules/@mui/material/esm/styles/createPalette.d.ts +125 -0
  253. package/dist/node_modules/@mui/material/esm/styles/createStyles.d.ts +1 -0
  254. package/dist/node_modules/@mui/material/esm/styles/createTheme.d.ts +22 -0
  255. package/dist/node_modules/@mui/material/esm/styles/createThemeNoVars.d.ts +76 -0
  256. package/dist/node_modules/@mui/material/esm/styles/createThemeWithVars.d.ts +70 -0
  257. package/dist/node_modules/@mui/material/esm/styles/createTransitions.d.ts +51 -0
  258. package/dist/node_modules/@mui/material/esm/styles/createTypography.d.ts +28 -0
  259. package/dist/node_modules/@mui/material/esm/styles/cssUtils.d.ts +25 -0
  260. package/dist/node_modules/@mui/material/esm/styles/excludeVariablesFromRoot.d.ts +5 -0
  261. package/dist/node_modules/@mui/material/esm/styles/getOverlayAlpha.d.ts +1 -0
  262. package/dist/node_modules/@mui/material/esm/styles/identifier.d.ts +2 -0
  263. package/dist/node_modules/@mui/material/esm/styles/index.d.ts +68 -0
  264. package/dist/node_modules/@mui/material/esm/styles/makeStyles.d.ts +1 -0
  265. package/dist/node_modules/@mui/material/esm/styles/responsiveFontSizes.d.ts +11 -0
  266. package/dist/node_modules/@mui/material/esm/styles/rootShouldForwardProp.d.ts +2 -0
  267. package/dist/node_modules/@mui/material/esm/styles/shadows.d.ts +3 -0
  268. package/dist/node_modules/@mui/material/esm/styles/shouldSkipGeneratingVar.d.ts +1 -0
  269. package/dist/node_modules/@mui/material/esm/styles/slotShouldForwardProp.d.ts +2 -0
  270. package/dist/node_modules/@mui/material/esm/styles/styled.d.ts +13 -0
  271. package/dist/node_modules/@mui/material/esm/styles/useTheme.d.ts +2 -0
  272. package/dist/node_modules/@mui/material/esm/styles/useThemeProps.d.ts +42 -0
  273. package/dist/node_modules/@mui/material/esm/styles/withStyles.d.ts +1 -0
  274. package/dist/node_modules/@mui/material/esm/styles/withTheme.d.ts +1 -0
  275. package/dist/node_modules/@mui/material/esm/styles/zIndex.d.ts +13 -0
  276. package/dist/node_modules/@mui/material/esm/transitions/index.d.ts +1 -0
  277. package/dist/node_modules/@mui/material/esm/transitions/transition.d.ts +12 -0
  278. package/dist/node_modules/@mui/material/esm/useAutocomplete/index.d.ts +2 -0
  279. package/dist/node_modules/@mui/material/esm/useAutocomplete/useAutocomplete.d.ts +420 -0
  280. package/dist/node_modules/@mui/material/esm/utils/capitalize.d.ts +2 -0
  281. package/dist/node_modules/@mui/material/esm/utils/createChainedFunction.d.ts +2 -0
  282. package/dist/node_modules/@mui/material/esm/utils/createSvgIcon.d.ts +2 -0
  283. package/dist/node_modules/@mui/material/esm/utils/debounce.d.ts +2 -0
  284. package/dist/node_modules/@mui/material/esm/utils/deprecatedPropType.d.ts +2 -0
  285. package/dist/node_modules/@mui/material/esm/utils/index.d.ts +20 -0
  286. package/dist/node_modules/@mui/material/esm/utils/isMuiElement.d.ts +2 -0
  287. package/dist/node_modules/@mui/material/esm/utils/memoTheme.d.ts +7 -0
  288. package/dist/node_modules/@mui/material/esm/utils/mergeSlotProps.d.ts +2 -0
  289. package/dist/node_modules/@mui/material/esm/utils/ownerDocument.d.ts +2 -0
  290. package/dist/node_modules/@mui/material/esm/utils/ownerWindow.d.ts +2 -0
  291. package/dist/node_modules/@mui/material/esm/utils/requirePropFactory.d.ts +2 -0
  292. package/dist/node_modules/@mui/material/esm/utils/setRef.d.ts +2 -0
  293. package/dist/node_modules/@mui/material/esm/utils/unsupportedProp.d.ts +2 -0
  294. package/dist/node_modules/@mui/material/esm/utils/useControlled.d.ts +2 -0
  295. package/dist/node_modules/@mui/material/esm/utils/useEnhancedEffect.d.ts +2 -0
  296. package/dist/node_modules/@mui/material/esm/utils/useEventCallback.d.ts +2 -0
  297. package/dist/node_modules/@mui/material/esm/utils/useForkRef.d.ts +2 -0
  298. package/dist/node_modules/@mui/material/esm/utils/useId.d.ts +2 -0
  299. package/dist/node_modules/@mui/private-theming/esm/ThemeProvider/ThemeProvider.d.ts +6 -0
  300. package/dist/node_modules/@mui/private-theming/esm/ThemeProvider/index.d.ts +2 -0
  301. package/dist/node_modules/@mui/private-theming/esm/index.d.ts +5 -0
  302. package/dist/node_modules/@mui/private-theming/esm/useTheme/index.d.ts +2 -0
  303. package/dist/node_modules/@mui/private-theming/esm/useTheme/useTheme.d.ts +2 -0
  304. package/dist/node_modules/@mui/styled-engine/esm/GlobalStyles/GlobalStyles.d.ts +7 -0
  305. package/dist/node_modules/@mui/styled-engine/esm/GlobalStyles/index.d.ts +2 -0
  306. package/dist/node_modules/@mui/styled-engine/esm/StyledEngineProvider/StyledEngineProvider.d.ts +7 -0
  307. package/dist/node_modules/@mui/styled-engine/esm/StyledEngineProvider/index.d.ts +2 -0
  308. package/dist/node_modules/@mui/styled-engine/esm/index.d.ts +124 -0
  309. package/dist/node_modules/@mui/system/esm/Box/Box.d.ts +54 -0
  310. package/dist/node_modules/@mui/system/esm/Box/boxClasses.d.ts +7 -0
  311. package/dist/node_modules/@mui/system/esm/Box/index.d.ts +4 -0
  312. package/dist/node_modules/@mui/system/esm/Container/Container.d.ts +13 -0
  313. package/dist/node_modules/@mui/system/esm/Container/containerClasses.d.ts +22 -0
  314. package/dist/node_modules/@mui/system/esm/Container/createContainer.d.ts +18 -0
  315. package/dist/node_modules/@mui/system/esm/Container/index.d.ts +4 -0
  316. package/dist/node_modules/@mui/system/esm/GlobalStyles/GlobalStyles.d.ts +16 -0
  317. package/dist/node_modules/@mui/system/esm/GlobalStyles/index.d.ts +2 -0
  318. package/dist/node_modules/@mui/system/esm/Grid/Grid.d.ts +13 -0
  319. package/dist/node_modules/@mui/system/esm/Grid/GridProps.d.ts +103 -0
  320. package/dist/node_modules/@mui/system/esm/Grid/createGrid.d.ts +13 -0
  321. package/dist/node_modules/@mui/system/esm/Grid/gridClasses.d.ts +20 -0
  322. package/dist/node_modules/@mui/system/esm/Grid/gridGenerator.d.ts +42 -0
  323. package/dist/node_modules/@mui/system/esm/Grid/index.d.ts +7 -0
  324. package/dist/node_modules/@mui/system/esm/Grid/traverseBreakpoints.d.ts +7 -0
  325. package/dist/node_modules/@mui/system/esm/InitColorSchemeScript/InitColorSchemeScript.d.ts +47 -0
  326. package/dist/node_modules/@mui/system/esm/InitColorSchemeScript/index.d.ts +2 -0
  327. package/dist/node_modules/@mui/system/esm/Stack/Stack.d.ts +14 -0
  328. package/dist/node_modules/@mui/system/esm/Stack/StackProps.d.ts +53 -0
  329. package/dist/node_modules/@mui/system/esm/Stack/createStack.d.ts +24 -0
  330. package/dist/node_modules/@mui/system/esm/Stack/index.d.ts +5 -0
  331. package/dist/node_modules/@mui/system/esm/Stack/stackClasses.d.ts +8 -0
  332. package/dist/node_modules/@mui/system/esm/ThemeProvider/ThemeProvider.d.ts +25 -0
  333. package/dist/node_modules/@mui/system/esm/ThemeProvider/index.d.ts +2 -0
  334. package/dist/node_modules/@mui/system/esm/borders/borders.d.ts +15 -0
  335. package/dist/node_modules/@mui/system/esm/borders/index.d.ts +2 -0
  336. package/dist/node_modules/@mui/system/esm/breakpoints/breakpoints.d.ts +19 -0
  337. package/dist/node_modules/@mui/system/esm/breakpoints/index.d.ts +2 -0
  338. package/dist/node_modules/@mui/system/esm/colorManipulator/colorManipulator.d.ts +25 -0
  339. package/dist/node_modules/@mui/system/esm/colorManipulator/index.d.ts +1 -0
  340. package/dist/node_modules/@mui/system/esm/compose/compose.d.ts +14 -0
  341. package/dist/node_modules/@mui/system/esm/compose/index.d.ts +1 -0
  342. package/dist/node_modules/@mui/system/esm/createBox/createBox.d.ts +9 -0
  343. package/dist/node_modules/@mui/system/esm/createBox/index.d.ts +1 -0
  344. package/dist/node_modules/@mui/system/esm/createBreakpoints/createBreakpoints.d.ts +78 -0
  345. package/dist/node_modules/@mui/system/esm/createBreakpoints/index.d.ts +3 -0
  346. package/dist/node_modules/@mui/system/esm/createStyled/createStyled.d.ts +27 -0
  347. package/dist/node_modules/@mui/system/esm/createStyled/index.d.ts +2 -0
  348. package/dist/node_modules/@mui/system/esm/createTheme/applyStyles.d.ts +67 -0
  349. package/dist/node_modules/@mui/system/esm/createTheme/createSpacing.d.ts +10 -0
  350. package/dist/node_modules/@mui/system/esm/createTheme/createTheme.d.ts +54 -0
  351. package/dist/node_modules/@mui/system/esm/createTheme/index.d.ts +4 -0
  352. package/dist/node_modules/@mui/system/esm/createTheme/shape.d.ts +6 -0
  353. package/dist/node_modules/@mui/system/esm/cssContainerQueries/cssContainerQueries.d.ts +23 -0
  354. package/dist/node_modules/@mui/system/esm/cssContainerQueries/index.d.ts +3 -0
  355. package/dist/node_modules/@mui/system/esm/cssGrid/cssGrid.d.ts +16 -0
  356. package/dist/node_modules/@mui/system/esm/cssGrid/index.d.ts +2 -0
  357. package/dist/node_modules/@mui/system/esm/cssVars/createCssVarsProvider.d.ts +141 -0
  358. package/dist/node_modules/@mui/system/esm/cssVars/createCssVarsTheme.d.ts +15 -0
  359. package/dist/node_modules/@mui/system/esm/cssVars/createGetCssVar.d.ts +5 -0
  360. package/dist/node_modules/@mui/system/esm/cssVars/cssVarsParser.d.ts +64 -0
  361. package/dist/node_modules/@mui/system/esm/cssVars/getColorSchemeSelector.d.ts +1 -0
  362. package/dist/node_modules/@mui/system/esm/cssVars/index.d.ts +8 -0
  363. package/dist/node_modules/@mui/system/esm/cssVars/localStorageManager.d.ts +34 -0
  364. package/dist/node_modules/@mui/system/esm/cssVars/prepareCssVars.d.ts +17 -0
  365. package/dist/node_modules/@mui/system/esm/cssVars/prepareTypographyVars.d.ts +4 -0
  366. package/dist/node_modules/@mui/system/esm/cssVars/useCurrentColorScheme.d.ts +56 -0
  367. package/dist/node_modules/@mui/system/esm/display/display.d.ts +4 -0
  368. package/dist/node_modules/@mui/system/esm/display/index.d.ts +2 -0
  369. package/dist/node_modules/@mui/system/esm/flexbox/flexbox.d.ts +17 -0
  370. package/dist/node_modules/@mui/system/esm/flexbox/index.d.ts +2 -0
  371. package/dist/node_modules/@mui/system/esm/getThemeValue/getThemeValue.d.ts +1 -0
  372. package/dist/node_modules/@mui/system/esm/getThemeValue/index.d.ts +2 -0
  373. package/dist/node_modules/@mui/system/esm/index.d.ts +90 -0
  374. package/dist/node_modules/@mui/system/esm/memoTheme.d.ts +12 -0
  375. package/dist/node_modules/@mui/system/esm/palette/index.d.ts +2 -0
  376. package/dist/node_modules/@mui/system/esm/palette/palette.d.ts +6 -0
  377. package/dist/node_modules/@mui/system/esm/positions/index.d.ts +2 -0
  378. package/dist/node_modules/@mui/system/esm/positions/positions.d.ts +4 -0
  379. package/dist/node_modules/@mui/system/esm/responsivePropType/index.d.ts +1 -0
  380. package/dist/node_modules/@mui/system/esm/responsivePropType/responsivePropType.d.ts +2 -0
  381. package/dist/node_modules/@mui/system/esm/shadows/index.d.ts +1 -0
  382. package/dist/node_modules/@mui/system/esm/shadows/shadows.d.ts +4 -0
  383. package/dist/node_modules/@mui/system/esm/sizing/index.d.ts +2 -0
  384. package/dist/node_modules/@mui/system/esm/sizing/sizing.d.ts +13 -0
  385. package/dist/node_modules/@mui/system/esm/spacing/index.d.ts +2 -0
  386. package/dist/node_modules/@mui/system/esm/spacing/spacing.d.ts +20 -0
  387. package/dist/node_modules/@mui/system/esm/style/index.d.ts +2 -0
  388. package/dist/node_modules/@mui/system/esm/style/style.d.ts +23 -0
  389. package/dist/node_modules/@mui/system/esm/styleFunctionSx/defaultSxConfig.d.ts +14 -0
  390. package/dist/node_modules/@mui/system/esm/styleFunctionSx/extendSxProp.d.ts +4 -0
  391. package/dist/node_modules/@mui/system/esm/styleFunctionSx/index.d.ts +9 -0
  392. package/dist/node_modules/@mui/system/esm/styleFunctionSx/styleFunctionSx.d.ts +62 -0
  393. package/dist/node_modules/@mui/system/esm/styled/index.d.ts +1 -0
  394. package/dist/node_modules/@mui/system/esm/styled/styled.d.ts +3 -0
  395. package/dist/node_modules/@mui/system/esm/typography/index.d.ts +2 -0
  396. package/dist/node_modules/@mui/system/esm/typography/typography.d.ts +13 -0
  397. package/dist/node_modules/@mui/system/esm/useMediaQuery/index.d.ts +2 -0
  398. package/dist/node_modules/@mui/system/esm/useMediaQuery/useMediaQuery.d.ts +32 -0
  399. package/dist/node_modules/@mui/system/esm/useTheme/index.d.ts +2 -0
  400. package/dist/node_modules/@mui/system/esm/useTheme/useTheme.d.ts +2 -0
  401. package/dist/node_modules/@mui/system/esm/useThemeProps/getThemeProps.d.ts +11 -0
  402. package/dist/node_modules/@mui/system/esm/useThemeProps/index.d.ts +3 -0
  403. package/dist/node_modules/@mui/system/esm/useThemeProps/useThemeProps.d.ts +14 -0
  404. package/dist/node_modules/@mui/system/esm/useThemeWithoutDefault/index.d.ts +1 -0
  405. package/dist/node_modules/@mui/system/esm/useThemeWithoutDefault/useThemeWithoutDefault.d.ts +1 -0
  406. package/dist/node_modules/@mui/system/esm/version/index.d.ts +6 -0
  407. package/dist/node_modules/@mui/utils/esm/ClassNameGenerator/ClassNameGenerator.d.ts +6 -0
  408. package/dist/node_modules/@mui/utils/esm/ClassNameGenerator/index.d.ts +1 -0
  409. package/dist/node_modules/@mui/utils/esm/capitalize/capitalize.d.ts +1 -0
  410. package/dist/node_modules/@mui/utils/esm/capitalize/index.d.ts +1 -0
  411. package/dist/node_modules/@mui/utils/esm/composeClasses/composeClasses.d.ts +29 -0
  412. package/dist/node_modules/@mui/utils/esm/composeClasses/index.d.ts +1 -0
  413. package/dist/node_modules/@mui/utils/esm/createChainedFunction/createChainedFunction.d.ts +7 -0
  414. package/dist/node_modules/@mui/utils/esm/createChainedFunction/index.d.ts +1 -0
  415. package/dist/node_modules/@mui/utils/esm/debounce/debounce.d.ts +4 -0
  416. package/dist/node_modules/@mui/utils/esm/debounce/index.d.ts +2 -0
  417. package/dist/node_modules/@mui/utils/esm/deprecatedPropType/deprecatedPropType.d.ts +2 -0
  418. package/dist/node_modules/@mui/utils/esm/deprecatedPropType/index.d.ts +1 -0
  419. package/dist/node_modules/@mui/utils/esm/generateUtilityClass/generateUtilityClass.d.ts +17 -0
  420. package/dist/node_modules/@mui/utils/esm/generateUtilityClass/index.d.ts +2 -0
  421. package/dist/node_modules/@mui/utils/esm/generateUtilityClasses/generateUtilityClasses.d.ts +1 -0
  422. package/dist/node_modules/@mui/utils/esm/generateUtilityClasses/index.d.ts +1 -0
  423. package/dist/node_modules/@mui/utils/esm/isMuiElement/index.d.ts +1 -0
  424. package/dist/node_modules/@mui/utils/esm/isMuiElement/isMuiElement.d.ts +1 -0
  425. package/dist/node_modules/@mui/utils/esm/ownerDocument/index.d.ts +1 -0
  426. package/dist/node_modules/@mui/utils/esm/ownerDocument/ownerDocument.d.ts +1 -0
  427. package/dist/node_modules/@mui/utils/esm/ownerWindow/index.d.ts +1 -0
  428. package/dist/node_modules/@mui/utils/esm/ownerWindow/ownerWindow.d.ts +1 -0
  429. package/dist/node_modules/@mui/utils/esm/requirePropFactory/index.d.ts +1 -0
  430. package/dist/node_modules/@mui/utils/esm/requirePropFactory/requirePropFactory.d.ts +3 -0
  431. package/dist/node_modules/@mui/utils/esm/setRef/index.d.ts +1 -0
  432. package/dist/node_modules/@mui/utils/esm/setRef/setRef.d.ts +15 -0
  433. package/dist/node_modules/@mui/utils/esm/unsupportedProp/index.d.ts +1 -0
  434. package/dist/node_modules/@mui/utils/esm/unsupportedProp/unsupportedProp.d.ts +3 -0
  435. package/dist/node_modules/@mui/utils/esm/useControlled/index.d.ts +2 -0
  436. package/dist/node_modules/@mui/utils/esm/useControlled/useControlled.d.ts +20 -0
  437. package/dist/node_modules/@mui/utils/esm/useEnhancedEffect/index.d.ts +1 -0
  438. package/dist/node_modules/@mui/utils/esm/useEnhancedEffect/useEnhancedEffect.d.ts +10 -0
  439. package/dist/node_modules/@mui/utils/esm/useEventCallback/index.d.ts +1 -0
  440. package/dist/node_modules/@mui/utils/esm/useEventCallback/useEventCallback.d.ts +7 -0
  441. package/dist/node_modules/@mui/utils/esm/useForkRef/index.d.ts +1 -0
  442. package/dist/node_modules/@mui/utils/esm/useForkRef/useForkRef.d.ts +17 -0
  443. package/dist/node_modules/@mui/utils/esm/useId/index.d.ts +1 -0
  444. package/dist/node_modules/@mui/utils/esm/useId/useId.d.ts +7 -0
  445. package/dist/node_modules/@popperjs/core/lib/createPopper.d.ts +9 -0
  446. package/dist/node_modules/@popperjs/core/lib/enums.d.ts +34 -0
  447. package/dist/node_modules/@popperjs/core/lib/index.d.ts +6 -0
  448. package/dist/node_modules/@popperjs/core/lib/modifiers/applyStyles.d.ts +4 -0
  449. package/dist/node_modules/@popperjs/core/lib/modifiers/arrow.d.ts +13 -0
  450. package/dist/node_modules/@popperjs/core/lib/modifiers/computeStyles.d.ts +38 -0
  451. package/dist/node_modules/@popperjs/core/lib/modifiers/eventListeners.d.ts +8 -0
  452. package/dist/node_modules/@popperjs/core/lib/modifiers/flip.d.ts +16 -0
  453. package/dist/node_modules/@popperjs/core/lib/modifiers/hide.d.ts +4 -0
  454. package/dist/node_modules/@popperjs/core/lib/modifiers/index.d.ts +9 -0
  455. package/dist/node_modules/@popperjs/core/lib/modifiers/offset.d.ts +18 -0
  456. package/dist/node_modules/@popperjs/core/lib/modifiers/popperOffsets.d.ts +4 -0
  457. package/dist/node_modules/@popperjs/core/lib/modifiers/preventOverflow.d.ts +30 -0
  458. package/dist/node_modules/@popperjs/core/lib/popper-lite.d.ts +5 -0
  459. package/dist/node_modules/@popperjs/core/lib/popper.d.ts +7 -0
  460. package/dist/node_modules/@popperjs/core/lib/utils/detectOverflow.d.ts +12 -0
  461. package/dist/src/components/DataDisplay/ArticleImage/ArticleImage.d.ts +15 -0
  462. package/dist/src/components/DataDisplay/ArticleImage/index.d.ts +3 -0
  463. package/dist/src/components/DataDisplay/Avatar/Avatar.d.ts +11 -0
  464. package/dist/src/components/DataDisplay/Avatar/index.d.ts +2 -0
  465. package/dist/src/components/DataDisplay/AvatarAppBar/AvatarAppBar.d.ts +3 -0
  466. package/dist/src/components/DataDisplay/AvatarAppBar/index.d.ts +3 -0
  467. package/dist/src/components/DataDisplay/Chat/Chat.d.ts +25 -0
  468. package/dist/src/components/DataDisplay/Chat/components/ChatConversationDetail.d.ts +3 -0
  469. package/dist/src/components/DataDisplay/Chat/components/ChatConversationDetailHeader.d.ts +18 -0
  470. package/dist/src/components/DataDisplay/Chat/components/ChatConversationList.d.ts +3 -0
  471. package/dist/src/components/DataDisplay/Chat/components/ChatMessageBubble.d.ts +3 -0
  472. package/dist/src/components/DataDisplay/Chat/components/ChatMessageInput.d.ts +3 -0
  473. package/dist/src/components/DataDisplay/Chat/components/ChatParticipantAutocomplete.d.ts +21 -0
  474. package/dist/src/components/DataDisplay/Chat/components/ChatParticipantDialog.d.ts +3 -0
  475. package/dist/src/components/DataDisplay/Chat/types.d.ts +122 -0
  476. package/dist/src/components/DataDisplay/Chat/utils/ensureUtc.d.ts +5 -0
  477. package/dist/src/components/DataDisplay/Chat/utils/extractUrls.d.ts +4 -0
  478. package/dist/src/components/DataDisplay/Chat/utils/formatParticipantNames.d.ts +7 -0
  479. package/dist/src/components/DataDisplay/Chip/Chip.d.ts +7 -0
  480. package/dist/src/components/DataDisplay/Chip/index.d.ts +3 -0
  481. package/dist/src/components/DataDisplay/FileViewer/FileViewer.d.ts +22 -0
  482. package/dist/src/components/DataDisplay/FileViewer/index.d.ts +3 -0
  483. package/dist/src/components/DataDisplay/FileViewer/utils/downloadFile.d.ts +2 -0
  484. package/dist/src/components/DataDisplay/FileViewer/utils/getThumbnailPath.d.ts +2 -0
  485. package/dist/src/components/DataDisplay/Icons/ArrowRightIcon.d.ts +8 -0
  486. package/dist/src/components/DataDisplay/Icons/ChatBubbleIcon.d.ts +3 -0
  487. package/dist/src/components/DataDisplay/Icons/CheckIcon.d.ts +5 -0
  488. package/dist/src/components/DataDisplay/Icons/ChevronIcon.d.ts +8 -0
  489. package/dist/src/components/DataDisplay/Icons/ChevronLeftDoubleIcon.d.ts +7 -0
  490. package/dist/src/components/DataDisplay/Icons/CloseIcon.d.ts +8 -0
  491. package/dist/src/components/DataDisplay/Icons/DeleteIcon.d.ts +3 -0
  492. package/dist/src/components/DataDisplay/Icons/DotIcon.d.ts +8 -0
  493. package/dist/src/components/DataDisplay/Icons/MenuIcon.d.ts +5 -0
  494. package/dist/src/components/DataDisplay/Icons/MoreHorizIcon.d.ts +3 -0
  495. package/dist/src/components/DataDisplay/Icons/PenLineIcon.d.ts +3 -0
  496. package/dist/src/components/DataDisplay/Icons/PersonAddIcon.d.ts +3 -0
  497. package/dist/src/components/DataDisplay/Icons/SearchIcon.d.ts +3 -0
  498. package/dist/src/components/DataDisplay/Icons/SendIcon.d.ts +3 -0
  499. package/dist/src/components/DataDisplay/Icons/UploadIcon.d.ts +8 -0
  500. package/dist/src/components/DataDisplay/Icons/VisibilityIcon.d.ts +8 -0
  501. package/dist/src/components/DataDisplay/Icons/VisibilityOff.d.ts +8 -0
  502. package/dist/src/components/DataDisplay/Kanban/Kanban.d.ts +16 -0
  503. package/dist/src/components/DataDisplay/Kanban/components/ChipStatusKanban.d.ts +17 -0
  504. package/dist/src/components/DataDisplay/Kanban/components/EmptyStateOverlay.d.ts +5 -0
  505. package/dist/src/components/DataDisplay/Kanban/components/KanbanCard.d.ts +10 -0
  506. package/dist/src/components/DataDisplay/Kanban/components/KanbanColumn.d.ts +24 -0
  507. package/dist/src/components/DataDisplay/Kanban/hooks/useDragScroll.d.ts +7 -0
  508. package/dist/src/components/DataDisplay/Kanban/types.d.ts +131 -0
  509. package/dist/src/components/DataDisplay/ListAvatar/ListAvatar.d.ts +125 -0
  510. package/dist/src/components/DataDisplay/ListAvatar/index.d.ts +3 -0
  511. package/dist/src/components/DataDisplay/ListItemCard/ListItemCard.d.ts +25 -0
  512. package/dist/src/components/DataDisplay/ListItemCard/index.d.ts +3 -0
  513. package/dist/src/components/DataDisplay/Logo/Logo.d.ts +55 -0
  514. package/dist/src/components/DataDisplay/Logo/index.d.ts +3 -0
  515. package/dist/src/components/DataDisplay/Logo/useLogo.d.ts +17 -0
  516. package/dist/src/components/DataDisplay/StatusIcon/StatusIcon.d.ts +22 -0
  517. package/dist/src/components/DataDisplay/StatusIcon/index.d.ts +3 -0
  518. package/dist/src/components/DataDisplay/TimeLine/TimeLine.d.ts +114 -0
  519. package/dist/src/components/DataDisplay/TimeLine/TimeLineEventItem.d.ts +7 -0
  520. package/dist/src/components/DataDisplay/TimeLine/index.d.ts +3 -0
  521. package/dist/src/components/DataDisplay/TypographySkeleton/TypographySkeleton.d.ts +23 -0
  522. package/dist/src/components/DataDisplay/TypographySkeleton/index.d.ts +2 -0
  523. package/dist/src/components/Feedback/Dialog/DialogCloseIcon/DialogCloseIcon.d.ts +7 -0
  524. package/dist/src/components/Feedback/Dialog/DialogCloseIcon/index.d.ts +2 -0
  525. package/dist/src/components/Feedback/Dialog/DialogPopper/DialogPopper.d.ts +30 -0
  526. package/dist/src/components/Feedback/Dialog/DialogPopper/index.d.ts +2 -0
  527. package/dist/src/components/Feedback/Dialog/DialogValidation/DialogValidation.d.ts +35 -0
  528. package/dist/src/components/Feedback/Lightbox/Lightbox.d.ts +9 -0
  529. package/dist/src/components/Feedback/Lightbox/index.d.ts +2 -0
  530. package/dist/src/components/Inputs/ActionAppBar/ActionAppBar.d.ts +3 -0
  531. package/dist/src/components/Inputs/ActionAppBar/index.d.ts +3 -0
  532. package/dist/src/components/Inputs/AutocompleteFilter/AutocompleteFilter.d.ts +75 -0
  533. package/dist/src/components/Inputs/AutocompleteFilter/index.d.ts +3 -0
  534. package/dist/src/components/Inputs/Button/Button.d.ts +10 -0
  535. package/dist/src/components/Inputs/Button/index.d.ts +3 -0
  536. package/dist/src/components/Inputs/ChipFilter/ChipFilter.d.ts +123 -0
  537. package/dist/src/components/Inputs/File/File.d.ts +28 -0
  538. package/dist/src/components/Inputs/File/index.d.ts +3 -0
  539. package/dist/src/components/Inputs/QuantityField/QuantityField.d.ts +8 -0
  540. package/dist/src/components/Inputs/QuantityField/index.d.ts +3 -0
  541. package/dist/src/components/Inputs/TextArea/TextArea.d.ts +3 -0
  542. package/dist/src/components/Inputs/TextArea/index.d.ts +3 -0
  543. package/dist/src/components/Inputs/TextFieldAppBar/TextFieldAppBar.d.ts +2 -0
  544. package/dist/src/components/Inputs/TextFieldAppBar/index.d.ts +3 -0
  545. package/dist/src/components/Inputs/TextFieldAutosize/TextFieldAutosize.d.ts +15 -0
  546. package/dist/src/components/Inputs/TextFieldAutosize/utils/measureInputWidth.d.ts +2 -0
  547. package/dist/src/components/Inputs/TextFieldPassword/TextFieldPassword.d.ts +3 -0
  548. package/dist/src/components/Inputs/TextFieldPassword/index.d.ts +3 -0
  549. package/dist/src/components/Layout/Backoffice/Backoffice.d.ts +8 -0
  550. package/dist/src/components/Layout/Backoffice/index.d.ts +3 -0
  551. package/dist/src/components/Navigation/NavigationMenu/BurgerAppBar/BurgerAppBar.d.ts +2 -0
  552. package/dist/src/components/Navigation/NavigationMenu/BurgerAppBar/index.d.ts +3 -0
  553. package/dist/src/components/Navigation/NavigationMenu/NavLinkItem/NavLinkItem.d.ts +10 -0
  554. package/dist/src/components/Navigation/NavigationMenu/NavLinkItem/index.d.ts +3 -0
  555. package/dist/src/components/Navigation/NavigationMenu/NavigationMenu.d.ts +110 -0
  556. package/dist/src/components/Navigation/NavigationMenu/SideBar/SideBar.d.ts +10 -0
  557. package/dist/src/components/Navigation/NavigationMenu/SideBar/index.d.ts +3 -0
  558. package/dist/src/components/Navigation/NavigationMenu/SideBarMenu/SideBarMenu.d.ts +9 -0
  559. package/dist/src/components/Navigation/NavigationMenu/SideBarMenu/index.d.ts +3 -0
  560. package/dist/src/components/Navigation/NavigationMenu/index.d.ts +3 -0
  561. package/dist/src/components/Navigation/NavigationMenu/utils/utils.d.ts +10 -0
  562. package/dist/src/components/Navigation/TabPanel/TabPanel.d.ts +13 -0
  563. package/dist/src/components/Navigation/TabPanel/index.d.ts +2 -0
  564. package/dist/src/components/Navigation/Tabs/LinkTab/LinkTab.d.ts +10 -0
  565. package/dist/src/components/Navigation/Tabs/LinkTab/index.d.ts +3 -0
  566. package/dist/src/components/Surface/AppBar/AppBar.d.ts +23 -0
  567. package/dist/src/components/Surface/AppBar/index.d.ts +3 -0
  568. package/dist/src/components/Surface/BottomFixedPaper/BottomFixedPaper.d.ts +37 -0
  569. package/dist/src/components/Surface/BottomFixedPaper/index.d.ts +3 -0
  570. package/dist/src/components/Surface/CardModal/CardModal.d.ts +4 -0
  571. package/dist/src/components/Surface/CardModal/index.d.ts +3 -0
  572. package/dist/src/components/Utils/HasPermission/HasPermission.d.ts +28 -0
  573. package/dist/src/components/Utils/HasPermission/index.d.ts +3 -0
  574. package/dist/src/config/theme.d.ts +127 -0
  575. package/dist/src/constants/colors.d.ts +262 -0
  576. package/dist/src/constants/fonts.d.ts +2 -0
  577. package/dist/src/context/Permission/PermissionContext.d.ts +9 -0
  578. package/dist/src/context/Permission/PermissionProvider.d.ts +17 -0
  579. package/dist/src/context/Snackbar/SnackbarProvider.d.ts +28 -0
  580. package/dist/src/context/Theme/ThemeProvider.d.ts +52 -0
  581. package/dist/src/hooks/useMenu/index.d.ts +3 -0
  582. package/dist/src/hooks/useMenu/useMenu.d.ts +11 -0
  583. package/dist/src/hooks/usePermission/index.d.ts +3 -0
  584. package/dist/src/hooks/usePermission/usePermission.d.ts +13 -0
  585. package/dist/src/hooks/useSnackbar/index.d.ts +3 -0
  586. package/dist/src/hooks/useSnackbar/useSnackbar.d.ts +9 -0
  587. package/dist/src/hooks/useTabs/index.d.ts +3 -0
  588. package/dist/src/hooks/useTabs/useTabs.d.ts +9 -0
  589. package/dist/src/hooks/useTranslation/index.d.ts +2 -0
  590. package/dist/src/hooks/useTranslation/useTranslation.d.ts +6 -0
  591. package/dist/src/locales/en.d.ts +8 -0
  592. package/dist/src/locales/fr.d.ts +8 -0
  593. package/dist/src/locales/index.d.ts +4 -0
  594. package/dist/src/main.d.ts +98 -0
  595. package/dist/src/utils/getBackgroundImageElevation.d.ts +6 -0
  596. package/dist/src/utils/getBrowser.d.ts +10 -0
  597. package/dist/src/utils/isDocumentType.d.ts +6 -0
  598. package/dist/src/utils/isValidUrl.d.ts +6 -0
  599. package/dist/src/utils/pxToRem.d.ts +8 -0
  600. package/dist/tracktor-dark-B3y9ZpLo.js +4 -0
  601. package/dist/tracktor-dark-Dh3lN-nb.cjs +1 -0
  602. package/dist/tracktor-light-BIuNDEGa.js +4 -0
  603. package/dist/tracktor-light-CrAkOlDb.cjs +1 -0
  604. package/dist/tracktor-logo-Cd1IkThG.cjs +1 -0
  605. package/dist/tracktor-logo-D1a8jDkZ.js +4 -0
  606. package/dist/tracktor-pricing-BsdIh7ok.js +4 -0
  607. package/dist/tracktor-pricing-CgcMSJEr.cjs +1 -0
  608. package/dist/tracktor-supplier-dark-C1gkEYha.js +4 -0
  609. package/dist/tracktor-supplier-dark-DQ3IOshg.cjs +1 -0
  610. package/dist/tracktor-supplier-light-BDNvaTwl.js +4 -0
  611. package/dist/tracktor-supplier-light-BZ14UCiP.cjs +1 -0
  612. package/package.json +110 -0
@@ -0,0 +1,100 @@
1
+ import { OverridableStringUnion } from '@mui/types';
2
+ import { SxProps, SystemProps } from '@mui/system';
3
+ import { Theme, TypeText } from '../styles/index.js';
4
+ import { OverrideProps, OverridableComponent } from '../OverridableComponent/index.js';
5
+ import { TypographyVariant } from '../styles/createTypography.js';
6
+ import { TypographyClasses } from './typographyClasses.js';
7
+ import * as React from 'react';
8
+ export interface TypographyPropsVariantOverrides {}
9
+ export interface TypographyPropsColorOverrides {}
10
+ export interface TypographyOwnProps extends Omit<SystemProps<Theme>, 'color'> {
11
+ /**
12
+ * Set the text-align on the component.
13
+ * @default 'inherit'
14
+ */
15
+ align?: 'inherit' | 'left' | 'center' | 'right' | 'justify' | undefined;
16
+ /**
17
+ * The content of the component.
18
+ */
19
+ children?: React.ReactNode;
20
+ /**
21
+ * Override or extend the styles applied to the component.
22
+ */
23
+ classes?: Partial<TypographyClasses> | undefined;
24
+ /**
25
+ * The color of the component.
26
+ * It supports both default and custom theme colors, which can be added as shown in the
27
+ * [palette customization guide](https://mui.com/material-ui/customization/palette/#custom-colors).
28
+ */
29
+ color?: OverridableStringUnion<'primary' | 'secondary' | 'success' | 'error' | 'info' | 'warning' | `text${Capitalize<keyof TypeText>}`, TypographyPropsColorOverrides> | (string & {}) | undefined; // to work with v5 color prop type which allows any string
30
+ /**
31
+ * If `true`, the text will have a bottom margin.
32
+ * @default false
33
+ */
34
+ gutterBottom?: boolean | undefined;
35
+ /**
36
+ * If `true`, the text will not wrap, but instead will truncate with a text overflow ellipsis.
37
+ *
38
+ * Note that text overflow can only happen with block or inline-block level elements
39
+ * (the element needs to have a width in order to overflow).
40
+ * @default false
41
+ */
42
+ noWrap?: boolean | undefined;
43
+ /**
44
+ * If `true`, the element will be a paragraph element.
45
+ * @default false
46
+ * @deprecated Use the `component` prop instead. This prop will be removed in a future major release. See [Migrating from deprecated APIs](https://mui.com/material-ui/migration/migrating-from-deprecated-apis/) for more details.
47
+ */
48
+ paragraph?: boolean | undefined;
49
+ /**
50
+ * The system prop that allows defining system overrides as well as additional CSS styles.
51
+ */
52
+ sx?: SxProps<Theme> | undefined;
53
+ /**
54
+ * Applies the theme typography styles.
55
+ * @default 'body1'
56
+ */
57
+ variant?: OverridableStringUnion<TypographyVariant | 'inherit', TypographyPropsVariantOverrides> | undefined;
58
+ /**
59
+ * The component maps the variant prop to a range of different HTML element types.
60
+ * For instance, subtitle1 to `<h6>`.
61
+ * If you wish to change that mapping, you can provide your own.
62
+ * Alternatively, you can use the `component` prop.
63
+ * @default {
64
+ * h1: 'h1',
65
+ * h2: 'h2',
66
+ * h3: 'h3',
67
+ * h4: 'h4',
68
+ * h5: 'h5',
69
+ * h6: 'h6',
70
+ * subtitle1: 'h6',
71
+ * subtitle2: 'h6',
72
+ * body1: 'p',
73
+ * body2: 'p',
74
+ * inherit: 'p',
75
+ * }
76
+ */
77
+ variantMapping?: Partial<Record<OverridableStringUnion<TypographyVariant | 'inherit', TypographyPropsVariantOverrides>, string>> | undefined;
78
+ }
79
+ export interface TypographyTypeMap<AdditionalProps = {}, RootComponent extends React.ElementType = 'span'> {
80
+ props: AdditionalProps & TypographyOwnProps;
81
+ defaultComponent: RootComponent;
82
+ }
83
+
84
+ /**
85
+ *
86
+ * Demos:
87
+ *
88
+ * - [Breadcrumbs](https://v7.mui.com/material-ui/react-breadcrumbs/)
89
+ * - [Menubar](https://v7.mui.com/material-ui/react-menubar/)
90
+ * - [Typography](https://v7.mui.com/material-ui/react-typography/)
91
+ *
92
+ * API:
93
+ *
94
+ * - [Typography API](https://v7.mui.com/material-ui/api/typography/)
95
+ */
96
+ declare const Typography: OverridableComponent<TypographyTypeMap>;
97
+ export type TypographyProps<RootComponent extends React.ElementType = TypographyTypeMap['defaultComponent'], AdditionalProps = {}> = OverrideProps<TypographyTypeMap<AdditionalProps, RootComponent>, RootComponent> & {
98
+ component?: React.ElementType | undefined;
99
+ };
100
+ export default Typography;
@@ -0,0 +1,4 @@
1
+ export { default } from './Typography.js';
2
+ export * from './Typography.js';
3
+ export { default as typographyClasses } from './typographyClasses.js';
4
+ export * from './typographyClasses.js';
@@ -0,0 +1,53 @@
1
+ export interface TypographyClasses {
2
+ /** Styles applied to the root element. */
3
+ root: string;
4
+ /** Styles applied to the root element if `variant="body2"`. */
5
+ body2: string;
6
+ /** Styles applied to the root element if `variant="body1"`. */
7
+ body1: string;
8
+ /** Styles applied to the root element if `variant="caption"`. */
9
+ caption: string;
10
+ /** Styles applied to the root element if `variant="button"`. */
11
+ button: string;
12
+ /** Styles applied to the root element if `variant="h1"`. */
13
+ h1: string;
14
+ /** Styles applied to the root element if `variant="h2"`. */
15
+ h2: string;
16
+ /** Styles applied to the root element if `variant="h3"`. */
17
+ h3: string;
18
+ /** Styles applied to the root element if `variant="h4"`. */
19
+ h4: string;
20
+ /** Styles applied to the root element if `variant="h5"`. */
21
+ h5: string;
22
+ /** Styles applied to the root element if `variant="h6"`. */
23
+ h6: string;
24
+ /** Styles applied to the root element if `variant="subtitle1"`. */
25
+ subtitle1: string;
26
+ /** Styles applied to the root element if `variant="subtitle2"`. */
27
+ subtitle2: string;
28
+ /** Styles applied to the root element if `variant="overline"`. */
29
+ overline: string;
30
+ /** Styles applied to the root element if `variant="inherit"`. */
31
+ inherit: string;
32
+ /** Styles applied to the root element if `align="left"`. */
33
+ alignLeft: string;
34
+ /** Styles applied to the root element if `align="center"`. */
35
+ alignCenter: string;
36
+ /** Styles applied to the root element if `align="right"`. */
37
+ alignRight: string;
38
+ /** Styles applied to the root element if `align="justify"`. */
39
+ alignJustify: string;
40
+ /** Styles applied to the root element if `nowrap={true}`. */
41
+ noWrap: string;
42
+ /** Styles applied to the root element if `gutterBottom={true}`. */
43
+ gutterBottom: string;
44
+ /**
45
+ * Styles applied to the root element if `paragraph={true}`.
46
+ * @deprecated
47
+ */
48
+ paragraph: string;
49
+ }
50
+ export type TypographyClassKey = keyof TypographyClasses;
51
+ export declare function getTypographyUtilityClass(slot: string): string;
52
+ declare const typographyClasses: TypographyClasses;
53
+ export default typographyClasses;
@@ -0,0 +1,10 @@
1
+ import { FocusTrapProps } from './FocusTrap.types.js';
2
+ import * as React from 'react';
3
+ /**
4
+ * @ignore - internal component.
5
+ */
6
+ declare function FocusTrap(props: FocusTrapProps): React.JSX.Element;
7
+ declare namespace FocusTrap {
8
+ var propTypes: any;
9
+ }
10
+ export default FocusTrap;
@@ -0,0 +1,2 @@
1
+ export { default } from './FocusTrap.js';
2
+ export { FocusTrapProps as TrapFocusProps } from './FocusTrap.types.js';
@@ -0,0 +1,62 @@
1
+ /**
2
+ * ![amber 50](https://mui.com/static/colors-preview/amber-50-24x24.png) ![amber 100](https://mui.com/static/colors-preview/amber-100-24x24.png) ![amber 200](https://mui.com/static/colors-preview/amber-200-24x24.png) ![amber 300](https://mui.com/static/colors-preview/amber-300-24x24.png) ![amber 400](https://mui.com/static/colors-preview/amber-400-24x24.png) ![amber 500](https://mui.com/static/colors-preview/amber-500-24x24.png) ![amber 600](https://mui.com/static/colors-preview/amber-600-24x24.png) ![amber 700](https://mui.com/static/colors-preview/amber-700-24x24.png) ![amber 800](https://mui.com/static/colors-preview/amber-800-24x24.png) ![amber 900](https://mui.com/static/colors-preview/amber-900-24x24.png) ![amber A100](https://mui.com/static/colors-preview/amber-A100-24x24.png) ![amber A200](https://mui.com/static/colors-preview/amber-A200-24x24.png) ![amber A400](https://mui.com/static/colors-preview/amber-A400-24x24.png) ![amber A700](https://mui.com/static/colors-preview/amber-A700-24x24.png)
3
+ */
4
+ declare const amber: {
5
+ /**
6
+ * Preview: ![amber 50](https://mui.com/static/colors-preview/amber-50-24x24.png)
7
+ */
8
+ 50: '#fff8e1';
9
+ /**
10
+ * Preview: ![amber 100](https://mui.com/static/colors-preview/amber-100-24x24.png)
11
+ */
12
+ 100: '#ffecb3';
13
+ /**
14
+ * Preview: ![amber 200](https://mui.com/static/colors-preview/amber-200-24x24.png)
15
+ */
16
+ 200: '#ffe082';
17
+ /**
18
+ * Preview: ![amber 300](https://mui.com/static/colors-preview/amber-300-24x24.png)
19
+ */
20
+ 300: '#ffd54f';
21
+ /**
22
+ * Preview: ![amber 400](https://mui.com/static/colors-preview/amber-400-24x24.png)
23
+ */
24
+ 400: '#ffca28';
25
+ /**
26
+ * Preview: ![amber 500](https://mui.com/static/colors-preview/amber-500-24x24.png)
27
+ */
28
+ 500: '#ffc107';
29
+ /**
30
+ * Preview: ![amber 600](https://mui.com/static/colors-preview/amber-600-24x24.png)
31
+ */
32
+ 600: '#ffb300';
33
+ /**
34
+ * Preview: ![amber 700](https://mui.com/static/colors-preview/amber-700-24x24.png)
35
+ */
36
+ 700: '#ffa000';
37
+ /**
38
+ * Preview: ![amber 800](https://mui.com/static/colors-preview/amber-800-24x24.png)
39
+ */
40
+ 800: '#ff8f00';
41
+ /**
42
+ * Preview: ![amber 900](https://mui.com/static/colors-preview/amber-900-24x24.png)
43
+ */
44
+ 900: '#ff6f00';
45
+ /**
46
+ * Preview: ![amber A100](https://mui.com/static/colors-preview/amber-A100-24x24.png)
47
+ */
48
+ A100: '#ffe57f';
49
+ /**
50
+ * Preview: ![amber A200](https://mui.com/static/colors-preview/amber-A200-24x24.png)
51
+ */
52
+ A200: '#ffd740';
53
+ /**
54
+ * Preview: ![amber A400](https://mui.com/static/colors-preview/amber-A400-24x24.png)
55
+ */
56
+ A400: '#ffc400';
57
+ /**
58
+ * Preview: ![amber A700](https://mui.com/static/colors-preview/amber-A700-24x24.png)
59
+ */
60
+ A700: '#ffab00';
61
+ };
62
+ export default amber;
@@ -0,0 +1,62 @@
1
+ /**
2
+ * ![blue 50](https://mui.com/static/colors-preview/blue-50-24x24.png) ![blue 100](https://mui.com/static/colors-preview/blue-100-24x24.png) ![blue 200](https://mui.com/static/colors-preview/blue-200-24x24.png) ![blue 300](https://mui.com/static/colors-preview/blue-300-24x24.png) ![blue 400](https://mui.com/static/colors-preview/blue-400-24x24.png) ![blue 500](https://mui.com/static/colors-preview/blue-500-24x24.png) ![blue 600](https://mui.com/static/colors-preview/blue-600-24x24.png) ![blue 700](https://mui.com/static/colors-preview/blue-700-24x24.png) ![blue 800](https://mui.com/static/colors-preview/blue-800-24x24.png) ![blue 900](https://mui.com/static/colors-preview/blue-900-24x24.png) ![blue A100](https://mui.com/static/colors-preview/blue-A100-24x24.png) ![blue A200](https://mui.com/static/colors-preview/blue-A200-24x24.png) ![blue A400](https://mui.com/static/colors-preview/blue-A400-24x24.png) ![blue A700](https://mui.com/static/colors-preview/blue-A700-24x24.png)
3
+ */
4
+ declare const blue: {
5
+ /**
6
+ * Preview: ![blue 50](https://mui.com/static/colors-preview/blue-50-24x24.png)
7
+ */
8
+ 50: '#e3f2fd';
9
+ /**
10
+ * Preview: ![blue 100](https://mui.com/static/colors-preview/blue-100-24x24.png)
11
+ */
12
+ 100: '#bbdefb';
13
+ /**
14
+ * Preview: ![blue 200](https://mui.com/static/colors-preview/blue-200-24x24.png)
15
+ */
16
+ 200: '#90caf9';
17
+ /**
18
+ * Preview: ![blue 300](https://mui.com/static/colors-preview/blue-300-24x24.png)
19
+ */
20
+ 300: '#64b5f6';
21
+ /**
22
+ * Preview: ![blue 400](https://mui.com/static/colors-preview/blue-400-24x24.png)
23
+ */
24
+ 400: '#42a5f5';
25
+ /**
26
+ * Preview: ![blue 500](https://mui.com/static/colors-preview/blue-500-24x24.png)
27
+ */
28
+ 500: '#2196f3';
29
+ /**
30
+ * Preview: ![blue 600](https://mui.com/static/colors-preview/blue-600-24x24.png)
31
+ */
32
+ 600: '#1e88e5';
33
+ /**
34
+ * Preview: ![blue 700](https://mui.com/static/colors-preview/blue-700-24x24.png)
35
+ */
36
+ 700: '#1976d2';
37
+ /**
38
+ * Preview: ![blue 800](https://mui.com/static/colors-preview/blue-800-24x24.png)
39
+ */
40
+ 800: '#1565c0';
41
+ /**
42
+ * Preview: ![blue 900](https://mui.com/static/colors-preview/blue-900-24x24.png)
43
+ */
44
+ 900: '#0d47a1';
45
+ /**
46
+ * Preview: ![blue A100](https://mui.com/static/colors-preview/blue-A100-24x24.png)
47
+ */
48
+ A100: '#82b1ff';
49
+ /**
50
+ * Preview: ![blue A200](https://mui.com/static/colors-preview/blue-A200-24x24.png)
51
+ */
52
+ A200: '#448aff';
53
+ /**
54
+ * Preview: ![blue A400](https://mui.com/static/colors-preview/blue-A400-24x24.png)
55
+ */
56
+ A400: '#2979ff';
57
+ /**
58
+ * Preview: ![blue A700](https://mui.com/static/colors-preview/blue-A700-24x24.png)
59
+ */
60
+ A700: '#2962ff';
61
+ };
62
+ export default blue;
@@ -0,0 +1,62 @@
1
+ /**
2
+ * ![blueGrey 50](https://mui.com/static/colors-preview/blueGrey-50-24x24.png) ![blueGrey 100](https://mui.com/static/colors-preview/blueGrey-100-24x24.png) ![blueGrey 200](https://mui.com/static/colors-preview/blueGrey-200-24x24.png) ![blueGrey 300](https://mui.com/static/colors-preview/blueGrey-300-24x24.png) ![blueGrey 400](https://mui.com/static/colors-preview/blueGrey-400-24x24.png) ![blueGrey 500](https://mui.com/static/colors-preview/blueGrey-500-24x24.png) ![blueGrey 600](https://mui.com/static/colors-preview/blueGrey-600-24x24.png) ![blueGrey 700](https://mui.com/static/colors-preview/blueGrey-700-24x24.png) ![blueGrey 800](https://mui.com/static/colors-preview/blueGrey-800-24x24.png) ![blueGrey 900](https://mui.com/static/colors-preview/blueGrey-900-24x24.png) ![blueGrey A100](https://mui.com/static/colors-preview/blueGrey-A100-24x24.png) ![blueGrey A200](https://mui.com/static/colors-preview/blueGrey-A200-24x24.png) ![blueGrey A400](https://mui.com/static/colors-preview/blueGrey-A400-24x24.png) ![blueGrey A700](https://mui.com/static/colors-preview/blueGrey-A700-24x24.png)
3
+ */
4
+ declare const blueGrey: {
5
+ /**
6
+ * Preview: ![blueGrey 50](https://mui.com/static/colors-preview/blueGrey-50-24x24.png)
7
+ */
8
+ 50: '#eceff1';
9
+ /**
10
+ * Preview: ![blueGrey 100](https://mui.com/static/colors-preview/blueGrey-100-24x24.png)
11
+ */
12
+ 100: '#cfd8dc';
13
+ /**
14
+ * Preview: ![blueGrey 200](https://mui.com/static/colors-preview/blueGrey-200-24x24.png)
15
+ */
16
+ 200: '#b0bec5';
17
+ /**
18
+ * Preview: ![blueGrey 300](https://mui.com/static/colors-preview/blueGrey-300-24x24.png)
19
+ */
20
+ 300: '#90a4ae';
21
+ /**
22
+ * Preview: ![blueGrey 400](https://mui.com/static/colors-preview/blueGrey-400-24x24.png)
23
+ */
24
+ 400: '#78909c';
25
+ /**
26
+ * Preview: ![blueGrey 500](https://mui.com/static/colors-preview/blueGrey-500-24x24.png)
27
+ */
28
+ 500: '#607d8b';
29
+ /**
30
+ * Preview: ![blueGrey 600](https://mui.com/static/colors-preview/blueGrey-600-24x24.png)
31
+ */
32
+ 600: '#546e7a';
33
+ /**
34
+ * Preview: ![blueGrey 700](https://mui.com/static/colors-preview/blueGrey-700-24x24.png)
35
+ */
36
+ 700: '#455a64';
37
+ /**
38
+ * Preview: ![blueGrey 800](https://mui.com/static/colors-preview/blueGrey-800-24x24.png)
39
+ */
40
+ 800: '#37474f';
41
+ /**
42
+ * Preview: ![blueGrey 900](https://mui.com/static/colors-preview/blueGrey-900-24x24.png)
43
+ */
44
+ 900: '#263238';
45
+ /**
46
+ * Preview: ![blueGrey A100](https://mui.com/static/colors-preview/blueGrey-A100-24x24.png)
47
+ */
48
+ A100: '#cfd8dc';
49
+ /**
50
+ * Preview: ![blueGrey A200](https://mui.com/static/colors-preview/blueGrey-A200-24x24.png)
51
+ */
52
+ A200: '#b0bec5';
53
+ /**
54
+ * Preview: ![blueGrey A400](https://mui.com/static/colors-preview/blueGrey-A400-24x24.png)
55
+ */
56
+ A400: '#78909c';
57
+ /**
58
+ * Preview: ![blueGrey A700](https://mui.com/static/colors-preview/blueGrey-A700-24x24.png)
59
+ */
60
+ A700: '#455a64';
61
+ };
62
+ export default blueGrey;
@@ -0,0 +1,62 @@
1
+ /**
2
+ * ![brown 50](https://mui.com/static/colors-preview/brown-50-24x24.png) ![brown 100](https://mui.com/static/colors-preview/brown-100-24x24.png) ![brown 200](https://mui.com/static/colors-preview/brown-200-24x24.png) ![brown 300](https://mui.com/static/colors-preview/brown-300-24x24.png) ![brown 400](https://mui.com/static/colors-preview/brown-400-24x24.png) ![brown 500](https://mui.com/static/colors-preview/brown-500-24x24.png) ![brown 600](https://mui.com/static/colors-preview/brown-600-24x24.png) ![brown 700](https://mui.com/static/colors-preview/brown-700-24x24.png) ![brown 800](https://mui.com/static/colors-preview/brown-800-24x24.png) ![brown 900](https://mui.com/static/colors-preview/brown-900-24x24.png) ![brown A100](https://mui.com/static/colors-preview/brown-A100-24x24.png) ![brown A200](https://mui.com/static/colors-preview/brown-A200-24x24.png) ![brown A400](https://mui.com/static/colors-preview/brown-A400-24x24.png) ![brown A700](https://mui.com/static/colors-preview/brown-A700-24x24.png)
3
+ */
4
+ declare const brown: {
5
+ /**
6
+ * Preview: ![brown 50](https://mui.com/static/colors-preview/brown-50-24x24.png)
7
+ */
8
+ 50: '#efebe9';
9
+ /**
10
+ * Preview: ![brown 100](https://mui.com/static/colors-preview/brown-100-24x24.png)
11
+ */
12
+ 100: '#d7ccc8';
13
+ /**
14
+ * Preview: ![brown 200](https://mui.com/static/colors-preview/brown-200-24x24.png)
15
+ */
16
+ 200: '#bcaaa4';
17
+ /**
18
+ * Preview: ![brown 300](https://mui.com/static/colors-preview/brown-300-24x24.png)
19
+ */
20
+ 300: '#a1887f';
21
+ /**
22
+ * Preview: ![brown 400](https://mui.com/static/colors-preview/brown-400-24x24.png)
23
+ */
24
+ 400: '#8d6e63';
25
+ /**
26
+ * Preview: ![brown 500](https://mui.com/static/colors-preview/brown-500-24x24.png)
27
+ */
28
+ 500: '#795548';
29
+ /**
30
+ * Preview: ![brown 600](https://mui.com/static/colors-preview/brown-600-24x24.png)
31
+ */
32
+ 600: '#6d4c41';
33
+ /**
34
+ * Preview: ![brown 700](https://mui.com/static/colors-preview/brown-700-24x24.png)
35
+ */
36
+ 700: '#5d4037';
37
+ /**
38
+ * Preview: ![brown 800](https://mui.com/static/colors-preview/brown-800-24x24.png)
39
+ */
40
+ 800: '#4e342e';
41
+ /**
42
+ * Preview: ![brown 900](https://mui.com/static/colors-preview/brown-900-24x24.png)
43
+ */
44
+ 900: '#3e2723';
45
+ /**
46
+ * Preview: ![brown A100](https://mui.com/static/colors-preview/brown-A100-24x24.png)
47
+ */
48
+ A100: '#d7ccc8';
49
+ /**
50
+ * Preview: ![brown A200](https://mui.com/static/colors-preview/brown-A200-24x24.png)
51
+ */
52
+ A200: '#bcaaa4';
53
+ /**
54
+ * Preview: ![brown A400](https://mui.com/static/colors-preview/brown-A400-24x24.png)
55
+ */
56
+ A400: '#8d6e63';
57
+ /**
58
+ * Preview: ![brown A700](https://mui.com/static/colors-preview/brown-A700-24x24.png)
59
+ */
60
+ A700: '#5d4037';
61
+ };
62
+ export default brown;
@@ -0,0 +1,14 @@
1
+ /**
2
+ * ![common black](https://mui.com/static/colors-preview/common-black-24x24.png) ![common white](https://mui.com/static/colors-preview/common-white-24x24.png)
3
+ */
4
+ declare const common: {
5
+ /**
6
+ * Preview: ![common black](https://mui.com/static/colors-preview/common-black-24x24.png)
7
+ */
8
+ black: '#000';
9
+ /**
10
+ * Preview: ![common white](https://mui.com/static/colors-preview/common-white-24x24.png)
11
+ */
12
+ white: '#fff';
13
+ };
14
+ export default common;
@@ -0,0 +1,62 @@
1
+ /**
2
+ * ![cyan 50](https://mui.com/static/colors-preview/cyan-50-24x24.png) ![cyan 100](https://mui.com/static/colors-preview/cyan-100-24x24.png) ![cyan 200](https://mui.com/static/colors-preview/cyan-200-24x24.png) ![cyan 300](https://mui.com/static/colors-preview/cyan-300-24x24.png) ![cyan 400](https://mui.com/static/colors-preview/cyan-400-24x24.png) ![cyan 500](https://mui.com/static/colors-preview/cyan-500-24x24.png) ![cyan 600](https://mui.com/static/colors-preview/cyan-600-24x24.png) ![cyan 700](https://mui.com/static/colors-preview/cyan-700-24x24.png) ![cyan 800](https://mui.com/static/colors-preview/cyan-800-24x24.png) ![cyan 900](https://mui.com/static/colors-preview/cyan-900-24x24.png) ![cyan A100](https://mui.com/static/colors-preview/cyan-A100-24x24.png) ![cyan A200](https://mui.com/static/colors-preview/cyan-A200-24x24.png) ![cyan A400](https://mui.com/static/colors-preview/cyan-A400-24x24.png) ![cyan A700](https://mui.com/static/colors-preview/cyan-A700-24x24.png)
3
+ */
4
+ declare const cyan: {
5
+ /**
6
+ * Preview: ![cyan 50](https://mui.com/static/colors-preview/cyan-50-24x24.png)
7
+ */
8
+ 50: '#e0f7fa';
9
+ /**
10
+ * Preview: ![cyan 100](https://mui.com/static/colors-preview/cyan-100-24x24.png)
11
+ */
12
+ 100: '#b2ebf2';
13
+ /**
14
+ * Preview: ![cyan 200](https://mui.com/static/colors-preview/cyan-200-24x24.png)
15
+ */
16
+ 200: '#80deea';
17
+ /**
18
+ * Preview: ![cyan 300](https://mui.com/static/colors-preview/cyan-300-24x24.png)
19
+ */
20
+ 300: '#4dd0e1';
21
+ /**
22
+ * Preview: ![cyan 400](https://mui.com/static/colors-preview/cyan-400-24x24.png)
23
+ */
24
+ 400: '#26c6da';
25
+ /**
26
+ * Preview: ![cyan 500](https://mui.com/static/colors-preview/cyan-500-24x24.png)
27
+ */
28
+ 500: '#00bcd4';
29
+ /**
30
+ * Preview: ![cyan 600](https://mui.com/static/colors-preview/cyan-600-24x24.png)
31
+ */
32
+ 600: '#00acc1';
33
+ /**
34
+ * Preview: ![cyan 700](https://mui.com/static/colors-preview/cyan-700-24x24.png)
35
+ */
36
+ 700: '#0097a7';
37
+ /**
38
+ * Preview: ![cyan 800](https://mui.com/static/colors-preview/cyan-800-24x24.png)
39
+ */
40
+ 800: '#00838f';
41
+ /**
42
+ * Preview: ![cyan 900](https://mui.com/static/colors-preview/cyan-900-24x24.png)
43
+ */
44
+ 900: '#006064';
45
+ /**
46
+ * Preview: ![cyan A100](https://mui.com/static/colors-preview/cyan-A100-24x24.png)
47
+ */
48
+ A100: '#84ffff';
49
+ /**
50
+ * Preview: ![cyan A200](https://mui.com/static/colors-preview/cyan-A200-24x24.png)
51
+ */
52
+ A200: '#18ffff';
53
+ /**
54
+ * Preview: ![cyan A400](https://mui.com/static/colors-preview/cyan-A400-24x24.png)
55
+ */
56
+ A400: '#00e5ff';
57
+ /**
58
+ * Preview: ![cyan A700](https://mui.com/static/colors-preview/cyan-A700-24x24.png)
59
+ */
60
+ A700: '#00b8d4';
61
+ };
62
+ export default cyan;
@@ -0,0 +1,62 @@
1
+ /**
2
+ * ![deepOrange 50](https://mui.com/static/colors-preview/deepOrange-50-24x24.png) ![deepOrange 100](https://mui.com/static/colors-preview/deepOrange-100-24x24.png) ![deepOrange 200](https://mui.com/static/colors-preview/deepOrange-200-24x24.png) ![deepOrange 300](https://mui.com/static/colors-preview/deepOrange-300-24x24.png) ![deepOrange 400](https://mui.com/static/colors-preview/deepOrange-400-24x24.png) ![deepOrange 500](https://mui.com/static/colors-preview/deepOrange-500-24x24.png) ![deepOrange 600](https://mui.com/static/colors-preview/deepOrange-600-24x24.png) ![deepOrange 700](https://mui.com/static/colors-preview/deepOrange-700-24x24.png) ![deepOrange 800](https://mui.com/static/colors-preview/deepOrange-800-24x24.png) ![deepOrange 900](https://mui.com/static/colors-preview/deepOrange-900-24x24.png) ![deepOrange A100](https://mui.com/static/colors-preview/deepOrange-A100-24x24.png) ![deepOrange A200](https://mui.com/static/colors-preview/deepOrange-A200-24x24.png) ![deepOrange A400](https://mui.com/static/colors-preview/deepOrange-A400-24x24.png) ![deepOrange A700](https://mui.com/static/colors-preview/deepOrange-A700-24x24.png)
3
+ */
4
+ declare const deepOrange: {
5
+ /**
6
+ * Preview: ![deepOrange 50](https://mui.com/static/colors-preview/deepOrange-50-24x24.png)
7
+ */
8
+ 50: '#fbe9e7';
9
+ /**
10
+ * Preview: ![deepOrange 100](https://mui.com/static/colors-preview/deepOrange-100-24x24.png)
11
+ */
12
+ 100: '#ffccbc';
13
+ /**
14
+ * Preview: ![deepOrange 200](https://mui.com/static/colors-preview/deepOrange-200-24x24.png)
15
+ */
16
+ 200: '#ffab91';
17
+ /**
18
+ * Preview: ![deepOrange 300](https://mui.com/static/colors-preview/deepOrange-300-24x24.png)
19
+ */
20
+ 300: '#ff8a65';
21
+ /**
22
+ * Preview: ![deepOrange 400](https://mui.com/static/colors-preview/deepOrange-400-24x24.png)
23
+ */
24
+ 400: '#ff7043';
25
+ /**
26
+ * Preview: ![deepOrange 500](https://mui.com/static/colors-preview/deepOrange-500-24x24.png)
27
+ */
28
+ 500: '#ff5722';
29
+ /**
30
+ * Preview: ![deepOrange 600](https://mui.com/static/colors-preview/deepOrange-600-24x24.png)
31
+ */
32
+ 600: '#f4511e';
33
+ /**
34
+ * Preview: ![deepOrange 700](https://mui.com/static/colors-preview/deepOrange-700-24x24.png)
35
+ */
36
+ 700: '#e64a19';
37
+ /**
38
+ * Preview: ![deepOrange 800](https://mui.com/static/colors-preview/deepOrange-800-24x24.png)
39
+ */
40
+ 800: '#d84315';
41
+ /**
42
+ * Preview: ![deepOrange 900](https://mui.com/static/colors-preview/deepOrange-900-24x24.png)
43
+ */
44
+ 900: '#bf360c';
45
+ /**
46
+ * Preview: ![deepOrange A100](https://mui.com/static/colors-preview/deepOrange-A100-24x24.png)
47
+ */
48
+ A100: '#ff9e80';
49
+ /**
50
+ * Preview: ![deepOrange A200](https://mui.com/static/colors-preview/deepOrange-A200-24x24.png)
51
+ */
52
+ A200: '#ff6e40';
53
+ /**
54
+ * Preview: ![deepOrange A400](https://mui.com/static/colors-preview/deepOrange-A400-24x24.png)
55
+ */
56
+ A400: '#ff3d00';
57
+ /**
58
+ * Preview: ![deepOrange A700](https://mui.com/static/colors-preview/deepOrange-A700-24x24.png)
59
+ */
60
+ A700: '#dd2c00';
61
+ };
62
+ export default deepOrange;
@@ -0,0 +1,62 @@
1
+ /**
2
+ * ![deepPurple 50](https://mui.com/static/colors-preview/deepPurple-50-24x24.png) ![deepPurple 100](https://mui.com/static/colors-preview/deepPurple-100-24x24.png) ![deepPurple 200](https://mui.com/static/colors-preview/deepPurple-200-24x24.png) ![deepPurple 300](https://mui.com/static/colors-preview/deepPurple-300-24x24.png) ![deepPurple 400](https://mui.com/static/colors-preview/deepPurple-400-24x24.png) ![deepPurple 500](https://mui.com/static/colors-preview/deepPurple-500-24x24.png) ![deepPurple 600](https://mui.com/static/colors-preview/deepPurple-600-24x24.png) ![deepPurple 700](https://mui.com/static/colors-preview/deepPurple-700-24x24.png) ![deepPurple 800](https://mui.com/static/colors-preview/deepPurple-800-24x24.png) ![deepPurple 900](https://mui.com/static/colors-preview/deepPurple-900-24x24.png) ![deepPurple A100](https://mui.com/static/colors-preview/deepPurple-A100-24x24.png) ![deepPurple A200](https://mui.com/static/colors-preview/deepPurple-A200-24x24.png) ![deepPurple A400](https://mui.com/static/colors-preview/deepPurple-A400-24x24.png) ![deepPurple A700](https://mui.com/static/colors-preview/deepPurple-A700-24x24.png)
3
+ */
4
+ declare const deepPurple: {
5
+ /**
6
+ * Preview: ![deepPurple 50](https://mui.com/static/colors-preview/deepPurple-50-24x24.png)
7
+ */
8
+ 50: '#ede7f6';
9
+ /**
10
+ * Preview: ![deepPurple 100](https://mui.com/static/colors-preview/deepPurple-100-24x24.png)
11
+ */
12
+ 100: '#d1c4e9';
13
+ /**
14
+ * Preview: ![deepPurple 200](https://mui.com/static/colors-preview/deepPurple-200-24x24.png)
15
+ */
16
+ 200: '#b39ddb';
17
+ /**
18
+ * Preview: ![deepPurple 300](https://mui.com/static/colors-preview/deepPurple-300-24x24.png)
19
+ */
20
+ 300: '#9575cd';
21
+ /**
22
+ * Preview: ![deepPurple 400](https://mui.com/static/colors-preview/deepPurple-400-24x24.png)
23
+ */
24
+ 400: '#7e57c2';
25
+ /**
26
+ * Preview: ![deepPurple 500](https://mui.com/static/colors-preview/deepPurple-500-24x24.png)
27
+ */
28
+ 500: '#673ab7';
29
+ /**
30
+ * Preview: ![deepPurple 600](https://mui.com/static/colors-preview/deepPurple-600-24x24.png)
31
+ */
32
+ 600: '#5e35b1';
33
+ /**
34
+ * Preview: ![deepPurple 700](https://mui.com/static/colors-preview/deepPurple-700-24x24.png)
35
+ */
36
+ 700: '#512da8';
37
+ /**
38
+ * Preview: ![deepPurple 800](https://mui.com/static/colors-preview/deepPurple-800-24x24.png)
39
+ */
40
+ 800: '#4527a0';
41
+ /**
42
+ * Preview: ![deepPurple 900](https://mui.com/static/colors-preview/deepPurple-900-24x24.png)
43
+ */
44
+ 900: '#311b92';
45
+ /**
46
+ * Preview: ![deepPurple A100](https://mui.com/static/colors-preview/deepPurple-A100-24x24.png)
47
+ */
48
+ A100: '#b388ff';
49
+ /**
50
+ * Preview: ![deepPurple A200](https://mui.com/static/colors-preview/deepPurple-A200-24x24.png)
51
+ */
52
+ A200: '#7c4dff';
53
+ /**
54
+ * Preview: ![deepPurple A400](https://mui.com/static/colors-preview/deepPurple-A400-24x24.png)
55
+ */
56
+ A400: '#651fff';
57
+ /**
58
+ * Preview: ![deepPurple A700](https://mui.com/static/colors-preview/deepPurple-A700-24x24.png)
59
+ */
60
+ A700: '#6200ea';
61
+ };
62
+ export default deepPurple;