@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,25 @@
1
+ import { FC, ReactNode } from 'react';
2
+ import { default as ChatConversationDetail } from './components/ChatConversationDetail';
3
+ import { default as ChatConversationList } from './components/ChatConversationList';
4
+ import { default as ChatMessageBubble } from './components/ChatMessageBubble';
5
+ import { default as ChatMessageInput } from './components/ChatMessageInput';
6
+ import { default as ChatParticipantDialog } from './components/ChatParticipantDialog';
7
+ interface ChatProps {
8
+ children: ReactNode;
9
+ height?: string | number;
10
+ width?: string | number;
11
+ }
12
+ interface ChatBodyProps {
13
+ children: ReactNode;
14
+ }
15
+ declare const ChatBody: ({ children }: ChatBodyProps) => import("@emotion/react/jsx-runtime").JSX.Element;
16
+ type ChatComponent = FC<ChatProps> & {
17
+ Body: typeof ChatBody;
18
+ ConversationDetail: typeof ChatConversationDetail;
19
+ ConversationList: typeof ChatConversationList;
20
+ MessageBubble: typeof ChatMessageBubble;
21
+ MessageInput: typeof ChatMessageInput;
22
+ ParticipantDialog: typeof ChatParticipantDialog;
23
+ };
24
+ declare const Chat: ChatComponent;
25
+ export default Chat;
@@ -0,0 +1,3 @@
1
+ import { ChatConversationDetailProps } from '../types';
2
+ declare const ChatConversationDetail: ({ threadId, participants, isLoading, messages, currentUserId, onDeleteConversation, onNewConversation, onSendMessage, onAddParticipants, onSearchParticipants, searchResults, isSearchingParticipants, avatarSrcResolver, renderAfterBubble, labels, formatDayLabel, isSending, formatParticipantName, headerAction, defaultMessage, onAddParticipantDialogOpenChange, messageMaxLength, }: ChatConversationDetailProps) => import("@emotion/react/jsx-runtime").JSX.Element;
3
+ export default ChatConversationDetail;
@@ -0,0 +1,18 @@
1
+ import { ReactNode } from 'react';
2
+ import { ChatConversationDetailLabels, ChatParticipant, ChatSearchUser } from '../types';
3
+ interface ChatConversationDetailHeaderProps {
4
+ threadId: string;
5
+ participants?: ChatParticipant[] | null;
6
+ onDeleteConversation: (threadId: string) => void;
7
+ onAddParticipants: (participants: ChatSearchUser[]) => void;
8
+ onSearchParticipants?: (query: string) => void;
9
+ searchResults?: ChatSearchUser[];
10
+ isSearchingParticipants?: boolean;
11
+ avatarSrcResolver?: (src?: string | null) => string | undefined;
12
+ labels?: ChatConversationDetailLabels;
13
+ formatParticipantName?: (participant: ChatParticipant) => string;
14
+ headerAction?: ReactNode;
15
+ onAddParticipantDialogOpenChange?: (open: boolean) => void;
16
+ }
17
+ declare const ChatConversationDetailHeader: ({ threadId, participants, onDeleteConversation, onAddParticipants, onSearchParticipants, searchResults, isSearchingParticipants, avatarSrcResolver, labels, formatParticipantName, headerAction, onAddParticipantDialogOpenChange, }: ChatConversationDetailHeaderProps) => import("@emotion/react/jsx-runtime").JSX.Element;
18
+ export default ChatConversationDetailHeader;
@@ -0,0 +1,3 @@
1
+ import { ChatConversationListProps } from '../types';
2
+ declare const ChatConversationList: ({ threads, isLoading, selectedThreadId, onSelectThread, onNewConversation, avatarSrcResolver, labels, formatDate, formatParticipantName, onLoadMore, hasMore, }: ChatConversationListProps) => import("@emotion/react/jsx-runtime").JSX.Element;
3
+ export default ChatConversationList;
@@ -0,0 +1,3 @@
1
+ import { ChatMessageBubbleProps } from '../types';
2
+ declare const ChatMessageBubble: ({ isOwn, message, participants, avatarSrcResolver, renderAfterBubble, formatTime }: ChatMessageBubbleProps) => import("@emotion/react/jsx-runtime").JSX.Element;
3
+ export default ChatMessageBubble;
@@ -0,0 +1,3 @@
1
+ import { ChatMessageInputProps } from '../types';
2
+ declare const ChatMessageInput: ({ onSend, labels, autoFocusKey, isSending, defaultMessage, maxLength }: ChatMessageInputProps) => import("@emotion/react/jsx-runtime").JSX.Element;
3
+ export default ChatMessageInput;
@@ -0,0 +1,21 @@
1
+ import { Ref } from 'react';
2
+ import { ChatSearchUser } from '../types';
3
+ export interface ChatParticipantAutocompleteHandle {
4
+ focus: () => void;
5
+ }
6
+ interface ChatParticipantAutocompleteProps {
7
+ ref?: Ref<ChatParticipantAutocompleteHandle>;
8
+ value: ChatSearchUser[];
9
+ onChange: (value: ChatSearchUser[]) => void;
10
+ onInputChange?: (query: string) => void;
11
+ options?: ChatSearchUser[];
12
+ isLoading?: boolean;
13
+ avatarSrcResolver?: (src?: string | null) => string | undefined;
14
+ labels?: {
15
+ participants?: string;
16
+ searchContacts?: string;
17
+ noOptionsText?: string;
18
+ };
19
+ }
20
+ declare const ChatParticipantAutocomplete: ({ ref, value, onChange, onInputChange, options, isLoading, avatarSrcResolver, labels, }: ChatParticipantAutocompleteProps) => import("@emotion/react/jsx-runtime").JSX.Element;
21
+ export default ChatParticipantAutocomplete;
@@ -0,0 +1,3 @@
1
+ import { ChatParticipantDialogProps } from '../types';
2
+ declare const ChatParticipantDialog: ({ open, onClose, onConfirm, onSearch, searchResults, isSearchLoading, isConfirmLoading, avatarSrcResolver, labels, }: ChatParticipantDialogProps) => import("@emotion/react/jsx-runtime").JSX.Element;
3
+ export default ChatParticipantDialog;
@@ -0,0 +1,122 @@
1
+ import { ReactNode } from 'react';
2
+ export interface ChatMessage {
3
+ id: string | number;
4
+ authorId: string;
5
+ body: string;
6
+ createdAt: string;
7
+ }
8
+ export interface ChatParticipant {
9
+ userId: string;
10
+ firstName: string;
11
+ lastName: string;
12
+ avatar?: string | null;
13
+ }
14
+ export interface ChatThread {
15
+ id: string;
16
+ createdAt: string;
17
+ updatedAt?: string | null;
18
+ lastMessagePreview?: string | null;
19
+ unreadCount?: number | null;
20
+ participants?: ChatParticipant[] | null;
21
+ }
22
+ export interface ChatSearchUser {
23
+ id: string;
24
+ firstName: string;
25
+ lastName: string;
26
+ email: string;
27
+ avatar?: string | null;
28
+ }
29
+ export interface ChatConversationListLabels {
30
+ messages?: string;
31
+ search?: string;
32
+ }
33
+ export interface ChatConversationDetailLabels {
34
+ today?: string;
35
+ yesterday?: string;
36
+ createYourFirstConversation?: string;
37
+ newConversation?: string;
38
+ writeAMessage?: string;
39
+ send?: string;
40
+ enterToSend?: string;
41
+ addParticipant?: string;
42
+ deleteConversation?: string;
43
+ participants?: string;
44
+ searchContacts?: string;
45
+ add?: string;
46
+ }
47
+ export interface ChatMessageInputLabels {
48
+ writeAMessage?: string;
49
+ send?: string;
50
+ enterToSend?: string;
51
+ }
52
+ export interface ChatParticipantDialogLabels {
53
+ title?: string;
54
+ confirm?: string;
55
+ participants?: string;
56
+ searchContacts?: string;
57
+ noOptionsText?: string;
58
+ }
59
+ export interface ChatConversationListProps {
60
+ threads?: ChatThread[];
61
+ isLoading?: boolean;
62
+ selectedThreadId?: string;
63
+ onSelectThread: (threadId: string) => void;
64
+ onNewConversation: () => void;
65
+ avatarSrcResolver?: (src?: string | null) => string | undefined;
66
+ labels?: ChatConversationListLabels;
67
+ formatDate?: (date: string) => string;
68
+ formatParticipantName?: (participant: ChatParticipant) => string;
69
+ onLoadMore?: () => void;
70
+ hasMore?: boolean;
71
+ }
72
+ export interface ChatConversationDetailProps {
73
+ threadId?: string;
74
+ participants?: ChatParticipant[] | null;
75
+ isLoading?: boolean;
76
+ messages?: ChatMessage[];
77
+ currentUserId: string;
78
+ onDeleteConversation: (threadId: string) => void;
79
+ onNewConversation: () => void;
80
+ onSendMessage: (threadId: string, body: string) => void;
81
+ onAddParticipants: (participants: ChatSearchUser[]) => void;
82
+ onSearchParticipants?: (query: string) => void;
83
+ searchResults?: ChatSearchUser[];
84
+ isSearchingParticipants?: boolean;
85
+ avatarSrcResolver?: (src?: string | null) => string | undefined;
86
+ renderAfterBubble?: (message: ChatMessage, urls: string[]) => ReactNode;
87
+ labels?: ChatConversationDetailLabels;
88
+ formatDayLabel?: (date: string) => string;
89
+ isSending?: boolean;
90
+ formatParticipantName?: (participant: ChatParticipant) => string;
91
+ headerAction?: ReactNode;
92
+ defaultMessage?: string;
93
+ onAddParticipantDialogOpenChange?: (open: boolean) => void;
94
+ messageMaxLength?: number;
95
+ }
96
+ export interface ChatMessageBubbleProps {
97
+ isOwn: boolean;
98
+ message: ChatMessage;
99
+ participants?: ChatParticipant[] | null;
100
+ avatarSrcResolver?: (src?: string | null) => string | undefined;
101
+ renderAfterBubble?: (urls: string[]) => ReactNode;
102
+ formatTime?: (date: string) => string;
103
+ }
104
+ export interface ChatMessageInputProps {
105
+ onSend: (message: string) => void;
106
+ labels?: ChatMessageInputLabels;
107
+ autoFocusKey?: string;
108
+ isSending?: boolean;
109
+ defaultMessage?: string;
110
+ maxLength?: number;
111
+ }
112
+ export interface ChatParticipantDialogProps {
113
+ open: boolean;
114
+ onClose: () => void;
115
+ onConfirm: (participants: ChatSearchUser[]) => void;
116
+ onSearch: (query: string) => void;
117
+ searchResults?: ChatSearchUser[];
118
+ isSearchLoading?: boolean;
119
+ isConfirmLoading?: boolean;
120
+ avatarSrcResolver?: (src?: string | null) => string | undefined;
121
+ labels?: ChatParticipantDialogLabels;
122
+ }
@@ -0,0 +1,5 @@
1
+ /**
2
+ * Append "Z" suffix to a date string if it has no timezone indicator, ensuring it is parsed as UTC.
3
+ */
4
+ declare const ensureUtc: (date: string) => string;
5
+ export default ensureUtc;
@@ -0,0 +1,4 @@
1
+ /**
2
+ * Extract all URLs (http/https) from a text string.
3
+ */
4
+ export declare const extractUrls: (body: string) => string[];
@@ -0,0 +1,7 @@
1
+ import { ChatParticipant } from '../types';
2
+ /**
3
+ * Format a list of participants into a comma-separated string of names.
4
+ * An optional formatter can be provided to customize how each participant's name is displayed.
5
+ */
6
+ declare const formatParticipantNames: (participants?: ChatParticipant[] | null, formatName?: (participant: ChatParticipant) => string) => string;
7
+ export default formatParticipantNames;
@@ -0,0 +1,7 @@
1
+ import { ChipProps as ChipPropsMui } from '@mui/material';
2
+ interface ChipProps extends ChipPropsMui {
3
+ dot?: boolean;
4
+ lineThrough?: boolean;
5
+ }
6
+ declare const _default: import('react').ForwardRefExoticComponent<Omit<ChipProps, "ref"> & import('react').RefAttributes<HTMLDivElement>>;
7
+ export default _default;
@@ -0,0 +1,3 @@
1
+ import { default as Chip } from './Chip';
2
+ export default Chip;
3
+ export * from './Chip';
@@ -0,0 +1,22 @@
1
+ import { SxProps } from '@mui/material';
2
+ import { PropsWithChildren } from 'react';
3
+ interface FileViewerPros extends PropsWithChildren {
4
+ src?: string | null;
5
+ srcThumb?: string | null;
6
+ fileName?: string;
7
+ width?: number | string;
8
+ height?: number | string;
9
+ sx?: SxProps;
10
+ widthLightbox?: number | string;
11
+ heightLightbox?: number | string;
12
+ sxLightbox?: SxProps;
13
+ disableLightbox?: boolean;
14
+ disableThumb?: boolean;
15
+ open?: boolean;
16
+ variant?: "default" | "rounded";
17
+ onClickThumb?: () => void;
18
+ onClose?(): void;
19
+ iconOnly?: boolean;
20
+ }
21
+ declare const FileViewer: ({ src, srcThumb, fileName, children, sx, widthLightbox, heightLightbox, sxLightbox, disableLightbox, disableThumb, open, onClose, onClickThumb, variant, iconOnly, height, width, }: FileViewerPros) => import("@emotion/react/jsx-runtime").JSX.Element;
22
+ export default FileViewer;
@@ -0,0 +1,3 @@
1
+ import { default as FileViewer } from './FileViewer';
2
+ export default FileViewer;
3
+ export * from './FileViewer';
@@ -0,0 +1,2 @@
1
+ declare const downloadFile: (src: string, filename?: string) => void;
2
+ export default downloadFile;
@@ -0,0 +1,2 @@
1
+ declare const getThumbnailPath: (iconOnly: boolean, isError: boolean, isDocument: boolean, extension: string, src: string, srcThumb: string) => string | undefined;
2
+ export default getThumbnailPath;
@@ -0,0 +1,8 @@
1
+ import { SvgIconProps, SxProps } from '@mui/material';
2
+ interface CloseIconProps {
3
+ color?: string;
4
+ sx?: SxProps;
5
+ fontSize?: SvgIconProps["fontSize"];
6
+ }
7
+ declare const ArrowRightIcon: ({ sx, fontSize, color }: CloseIconProps) => import("@emotion/react/jsx-runtime").JSX.Element;
8
+ export default ArrowRightIcon;
@@ -0,0 +1,3 @@
1
+ import { SvgIconProps } from '@mui/material/SvgIcon';
2
+ declare const ChatBubbleIcon: (props: SvgIconProps) => import("@emotion/react/jsx-runtime").JSX.Element;
3
+ export default ChatBubbleIcon;
@@ -0,0 +1,5 @@
1
+ interface CheckIconProps {
2
+ color?: string;
3
+ }
4
+ declare const CheckIcon: ({ color }: CheckIconProps) => import("@emotion/react/jsx-runtime").JSX.Element;
5
+ export default CheckIcon;
@@ -0,0 +1,8 @@
1
+ import { SvgIconProps, SxProps } from '@mui/material';
2
+ interface CloseIconProps {
3
+ color?: string;
4
+ sx?: SxProps;
5
+ fontSize?: SvgIconProps["fontSize"];
6
+ }
7
+ declare const ChevronIcon: ({ sx, fontSize, color }: CloseIconProps) => import("@emotion/react/jsx-runtime").JSX.Element;
8
+ export default ChevronIcon;
@@ -0,0 +1,7 @@
1
+ import { SxProps } from '@mui/material';
2
+ interface CloseIconProps {
3
+ color?: string;
4
+ sx?: SxProps;
5
+ }
6
+ declare const ChevronLeftDoubleIcon: ({ sx, color }: CloseIconProps) => import("@emotion/react/jsx-runtime").JSX.Element;
7
+ export default ChevronLeftDoubleIcon;
@@ -0,0 +1,8 @@
1
+ import { SvgIconProps, SxProps } from '@mui/material';
2
+ interface CloseIconProps {
3
+ color?: string;
4
+ sx?: SxProps;
5
+ fontSize?: SvgIconProps["fontSize"];
6
+ }
7
+ declare const CloseIcon: ({ sx, fontSize, color }: CloseIconProps) => import("@emotion/react/jsx-runtime").JSX.Element;
8
+ export default CloseIcon;
@@ -0,0 +1,3 @@
1
+ import { SvgIconProps } from '@mui/material/SvgIcon';
2
+ declare const DeleteIcon: (props: SvgIconProps) => import("@emotion/react/jsx-runtime").JSX.Element;
3
+ export default DeleteIcon;
@@ -0,0 +1,8 @@
1
+ import { SvgIconProps } from '@mui/material';
2
+ interface CheckIconProps {
3
+ color?: string;
4
+ fontSize?: SvgIconProps["fontSize"];
5
+ sx?: SvgIconProps["sx"];
6
+ }
7
+ declare const DotIcon: ({ sx, fontSize, color }: CheckIconProps) => import("@emotion/react/jsx-runtime").JSX.Element;
8
+ export default DotIcon;
@@ -0,0 +1,5 @@
1
+ interface MenuIconProps {
2
+ color?: string;
3
+ }
4
+ declare const MenuIcon: ({ color }: MenuIconProps) => import("@emotion/react/jsx-runtime").JSX.Element;
5
+ export default MenuIcon;
@@ -0,0 +1,3 @@
1
+ import { SvgIconProps } from '@mui/material/SvgIcon';
2
+ declare const MoreHorizIcon: (props: SvgIconProps) => import("@emotion/react/jsx-runtime").JSX.Element;
3
+ export default MoreHorizIcon;
@@ -0,0 +1,3 @@
1
+ import { SvgIconProps } from '@mui/material/SvgIcon';
2
+ declare const PenLineIcon: (props: SvgIconProps) => import("@emotion/react/jsx-runtime").JSX.Element;
3
+ export default PenLineIcon;
@@ -0,0 +1,3 @@
1
+ import { SvgIconProps } from '@mui/material/SvgIcon';
2
+ declare const PersonAddIcon: (props: SvgIconProps) => import("@emotion/react/jsx-runtime").JSX.Element;
3
+ export default PersonAddIcon;
@@ -0,0 +1,3 @@
1
+ import { SvgIconProps } from '@mui/material/SvgIcon';
2
+ declare const SearchIcon: (props: SvgIconProps) => import("@emotion/react/jsx-runtime").JSX.Element;
3
+ export default SearchIcon;
@@ -0,0 +1,3 @@
1
+ import { SvgIconProps } from '@mui/material/SvgIcon';
2
+ declare const SendIcon: (props: SvgIconProps) => import("@emotion/react/jsx-runtime").JSX.Element;
3
+ export default SendIcon;
@@ -0,0 +1,8 @@
1
+ import { SvgIconProps } from '@mui/material';
2
+ interface CheckIconProps {
3
+ color?: string;
4
+ fontSize?: SvgIconProps["fontSize"];
5
+ sx?: SvgIconProps["sx"];
6
+ }
7
+ declare const UploadIcon: ({ fontSize, sx, color }: CheckIconProps) => import("@emotion/react/jsx-runtime").JSX.Element;
8
+ export default UploadIcon;
@@ -0,0 +1,8 @@
1
+ import { SvgIconProps } from '@mui/material';
2
+ interface CheckIconProps {
3
+ color?: string;
4
+ fontSize?: SvgIconProps["fontSize"];
5
+ sx?: SvgIconProps["sx"];
6
+ }
7
+ declare const VisibilityIcon: ({ sx, fontSize, color }: CheckIconProps) => import("@emotion/react/jsx-runtime").JSX.Element;
8
+ export default VisibilityIcon;
@@ -0,0 +1,8 @@
1
+ import { SvgIconProps } from '@mui/material';
2
+ interface CheckIconProps {
3
+ color?: string;
4
+ fontSize?: SvgIconProps["fontSize"];
5
+ sx?: SvgIconProps["sx"];
6
+ }
7
+ declare const VisibilityIcon: ({ sx, fontSize, color }: CheckIconProps) => import("@emotion/react/jsx-runtime").JSX.Element;
8
+ export default VisibilityIcon;
@@ -0,0 +1,16 @@
1
+ import { CSSProperties } from 'react';
2
+ import { KanbanDataItemProps, KanbanProps } from './types';
3
+ export * from './types';
4
+ type KanbanItemProps = {
5
+ index: number;
6
+ style: CSSProperties;
7
+ data: {
8
+ activeItemId: string;
9
+ gutterSize: number;
10
+ onClickItem: KanbanProps["onClickItem"];
11
+ items: KanbanDataItemProps[];
12
+ };
13
+ };
14
+ export declare const VirtualizedKanbanItem: ({ index, data }: KanbanItemProps) => import("@emotion/react/jsx-runtime").JSX.Element;
15
+ declare const Kanban: ({ data, onClickItem, disableCount, onColumnInView, emptyState, chipColumVariant, chipStatus, headerColumnChip, activeItemId, variant, chipColumDot, height, itemPerPage, listWidth, loadMoreItems, }: KanbanProps) => import("@emotion/react/jsx-runtime").JSX.Element;
16
+ export default Kanban;
@@ -0,0 +1,17 @@
1
+ import { ChipProps } from '@mui/material';
2
+ import { ReactElement } from 'react';
3
+ import { defaultKanbanChip, HeaderColumnChip } from '../types';
4
+ interface ChipStatusProps {
5
+ status?: keyof typeof defaultKanbanChip | keyof HeaderColumnChip | string;
6
+ size?: ChipProps["size"];
7
+ variant?: ChipProps["variant"];
8
+ lineThrough?: boolean;
9
+ dot?: boolean;
10
+ label?: string;
11
+ sx?: ChipProps["sx"];
12
+ deleteIcon?: ReactElement;
13
+ disabled?: boolean;
14
+ headerColumnChip?: HeaderColumnChip;
15
+ }
16
+ declare const ChipStatusKanban: ({ label, status, sx, deleteIcon, lineThrough, disabled, headerColumnChip, dot, variant, size, }: ChipStatusProps) => import("@emotion/react/jsx-runtime").JSX.Element;
17
+ export default ChipStatusKanban;
@@ -0,0 +1,5 @@
1
+ import { KanbanProps } from '../types';
2
+ declare const EmptyStateOverlay: ({ emptyState }: {
3
+ emptyState?: KanbanProps["emptyState"];
4
+ }) => import("@emotion/react/jsx-runtime").JSX.Element;
5
+ export default EmptyStateOverlay;
@@ -0,0 +1,10 @@
1
+ import { KanbanCardVariant, KanbanDataItemProps } from '../types';
2
+ export interface KanbanCardProps {
3
+ item: KanbanDataItemProps;
4
+ activeItemId: string;
5
+ gutterSize: number;
6
+ onClickItem?: (id: string) => void;
7
+ variant?: KanbanCardVariant;
8
+ }
9
+ declare const KanbanCard: import('react').MemoExoticComponent<({ item, activeItemId, gutterSize, onClickItem, variant }: KanbanCardProps) => import("@emotion/react/jsx-runtime").JSX.Element>;
10
+ export default KanbanCard;
@@ -0,0 +1,24 @@
1
+ import { HeaderColumnChip, KanbanCardVariant, KanbanDataItemProps } from '../types';
2
+ export interface KanbanColumnProps {
3
+ name: string;
4
+ label?: string;
5
+ count?: number;
6
+ items: KanbanDataItemProps[];
7
+ chipColumVariant?: "filled" | "outlined";
8
+ chipColumDot?: boolean;
9
+ chipStatus?: string;
10
+ isLoading?: boolean;
11
+ isFetching?: boolean;
12
+ gutterSize: number;
13
+ itemPerPage?: number;
14
+ listWidth: number | string;
15
+ disableCount?: boolean;
16
+ activeItemId: string;
17
+ onClickItem?: (id: string) => void;
18
+ loadMoreItems?: (startIndex: number, stopIndex: number, status?: string) => void;
19
+ onInView?: (name: string) => void;
20
+ headerColumnChip?: HeaderColumnChip;
21
+ variant?: KanbanCardVariant;
22
+ }
23
+ declare const KanbanColumn: import('react').MemoExoticComponent<({ name, label, count, items, isFetching, isLoading, gutterSize, itemPerPage, listWidth, disableCount, loadMoreItems, activeItemId, onClickItem, onInView, chipColumVariant, chipColumDot, chipStatus, headerColumnChip, variant, }: KanbanColumnProps) => import("@emotion/react/jsx-runtime").JSX.Element>;
24
+ export default KanbanColumn;
@@ -0,0 +1,7 @@
1
+ import { MouseEvent, RefObject } from 'react';
2
+ declare const useDragScroll: (ref: RefObject<HTMLDivElement | null>) => {
3
+ onMouseDown: (e: MouseEvent<HTMLElement>) => void;
4
+ onMouseMove: (e: MouseEvent<HTMLElement>) => void;
5
+ onMouseUp: () => void;
6
+ };
7
+ export default useDragScroll;
@@ -0,0 +1,131 @@
1
+ import { ChipProps } from '@mui/material';
2
+ import { MouseEvent, ReactElement, ReactNode } from 'react';
3
+ export type KanbanCardVariant = "primary" | "secondary";
4
+ export type KanbanChipFormat = {
5
+ color: ChipProps["color"];
6
+ variant?: ChipProps["variant"];
7
+ };
8
+ export type HeaderColumnChip = Record<string, KanbanChipFormat>;
9
+ /**
10
+ * Mapping of booking statuses to their corresponding chip variants and colors.
11
+ * This is used to style the status chips in the Kanban columns.
12
+ */
13
+ export declare const defaultKanbanChip: Record<string, KanbanChipFormat>;
14
+ /**
15
+ * Props for configuring the empty state of the Kanban component.
16
+ */
17
+ export interface EmptyStateProps {
18
+ title: string;
19
+ description?: string;
20
+ buttonText?: string;
21
+ onButtonClick?: () => void;
22
+ }
23
+ /**
24
+ * Props for each subtitle item in a Kanban card.
25
+ */
26
+ export interface SubtitleDataItemProps {
27
+ text: ReactNode;
28
+ icon?: ReactNode;
29
+ onClick?: (event: MouseEvent<HTMLElement>) => void;
30
+ }
31
+ /**
32
+ * Props for each item in a Kanban column.
33
+ * Each item represents a card in the Kanban board.
34
+ */
35
+ export interface KanbanDataItemProps {
36
+ id: string;
37
+ image: string | undefined;
38
+ imageTitle?: string;
39
+ headerTitle?: string;
40
+ title: string;
41
+ secondaryImage?: string;
42
+ secondaryImageText?: string;
43
+ subtitle?: SubtitleDataItemProps;
44
+ subtitles?: SubtitleDataItemProps[];
45
+ tag: string;
46
+ titleLineClamp?: number;
47
+ Footer?: ReactNode;
48
+ RightFooter?: ReactNode;
49
+ }
50
+ /**
51
+ * Props for each column in the Kanban board.
52
+ * Each column contains multiple Kanban items.
53
+ */
54
+ export interface KanbanDataProps {
55
+ name: string;
56
+ label?: string;
57
+ count?: number;
58
+ isLoading?: boolean;
59
+ isFetching?: boolean;
60
+ isFetched?: boolean;
61
+ items: KanbanDataItemProps[];
62
+ }
63
+ export interface KanbanProps {
64
+ /**
65
+ * The height of the Kanban component.
66
+ */
67
+ height?: string | number;
68
+ /**
69
+ * The width of each Kanban list.
70
+ */
71
+ listWidth?: string | number;
72
+ /**
73
+ * Disables the count of items in the Kanban list.
74
+ */
75
+ disableCount?: boolean;
76
+ /**
77
+ * The number of items to display per page.
78
+ */
79
+ itemPerPage?: number;
80
+ /**
81
+ * Variant for the chip column.
82
+ */
83
+ chipColumVariant?: "filled" | "outlined";
84
+ /**
85
+ * If true, the Kanban column will display a dot indicator in the chip.
86
+ */
87
+ chipColumDot?: boolean;
88
+ /**
89
+ * Status of the chip in the Kanban column.
90
+ */
91
+ chipStatus?: string;
92
+ /**
93
+ * Function to load more items when the user scrolls to the end of the list.
94
+ * @param startIndex
95
+ * @param stopIndex
96
+ * @param status
97
+ */
98
+ loadMoreItems?: (startIndex: number, stopIndex: number, status?: string) => Promise<void> | void;
99
+ /**
100
+ * Function triggered when an item is clicked.
101
+ * @param id
102
+ */
103
+ onClickItem?: (id: string) => void;
104
+ /**
105
+ * Trigger when column is visible
106
+ * @param listName
107
+ */
108
+ onColumnInView?: (name: string) => void;
109
+ /**
110
+ * The ID of the currently active item.
111
+ */
112
+ activeItemId?: string;
113
+ /**
114
+ * Custom mapping of booking statuses to chip variants/colors.
115
+ * Keys can be any string, but the value must be { color, variant? }.
116
+ */
117
+ headerColumnChip?: HeaderColumnChip;
118
+ /**
119
+ * The Kanban data to be displayed.
120
+ */
121
+ data: KanbanDataProps[];
122
+ /**
123
+ * Variant of the Kanban cards.
124
+ * @default "primary"
125
+ */
126
+ variant?: KanbanCardVariant;
127
+ /**
128
+ * Optional empty state configuration.
129
+ */
130
+ emptyState?: ReactElement | EmptyStateProps;
131
+ }