odaptos_design_system 1.2.8 → 1.3.1

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 (300) hide show
  1. package/dist/Accordion/Accordion.d.ts +10 -0
  2. package/dist/Badge/Badge.d.ts +12 -0
  3. package/dist/Buttons/Button.d.ts +11 -0
  4. package/dist/Buttons/IconButton.d.ts +9 -0
  5. package/dist/Cards/Card.d.ts +6 -0
  6. package/dist/Cards/CardButton.d.ts +6 -0
  7. package/dist/Checkbox/Checkbox.d.ts +13 -0
  8. package/dist/ColorGuide/colors.d.ts +6 -0
  9. package/dist/Icons/Arrows/ArrowDoubleLineDownIcon.d.ts +3 -0
  10. package/dist/Icons/Arrows/ArrowDoubleLineLeftIcon.d.ts +3 -0
  11. package/dist/Icons/Arrows/ArrowDoubleLineRightIcon.d.ts +3 -0
  12. package/dist/Icons/Arrows/ArrowDoubleLineUpIcon.d.ts +3 -0
  13. package/dist/Icons/Arrows/ArrowFilledDownIcon.d.ts +3 -0
  14. package/dist/Icons/Arrows/ArrowFilledLeftIcon.d.ts +3 -0
  15. package/dist/Icons/Arrows/ArrowFilledRightIcon.d.ts +3 -0
  16. package/dist/Icons/Arrows/ArrowFilledUpIcon.d.ts +3 -0
  17. package/dist/Icons/Arrows/ArrowLineDownIcon.d.ts +3 -0
  18. package/dist/Icons/Arrows/ArrowLineLeftIcon.d.ts +3 -0
  19. package/dist/Icons/Arrows/ArrowLineRightIcon.d.ts +3 -0
  20. package/dist/Icons/Arrows/ArrowLineUpIcon.d.ts +3 -0
  21. package/dist/Icons/Arrows/ArrowPointerDown.d.ts +3 -0
  22. package/dist/Icons/Arrows/ArrowPointerDownLeft.d.ts +3 -0
  23. package/dist/Icons/Arrows/ArrowPointerDownRight.d.ts +3 -0
  24. package/dist/Icons/Arrows/ArrowPointerLeft.d.ts +3 -0
  25. package/dist/Icons/Arrows/ArrowPointerRight.d.ts +3 -0
  26. package/dist/Icons/Arrows/ArrowPointerUp.d.ts +3 -0
  27. package/dist/Icons/Arrows/ArrowPointerUpLeft.d.ts +3 -0
  28. package/dist/Icons/Arrows/ArrowPointerUpRight.d.ts +3 -0
  29. package/dist/Icons/Circled/AddCircledIcon.d.ts +3 -0
  30. package/dist/Icons/Circled/AlertCircledIcon.d.ts +3 -0
  31. package/dist/Icons/Circled/CheckedCircled.d.ts +3 -0
  32. package/dist/Icons/Circled/InfoCircledIcon.d.ts +3 -0
  33. package/dist/Icons/Circled/MinusCircledIcon.d.ts +3 -0
  34. package/dist/Icons/Circled/NavigationCircledIcon.d.ts +3 -0
  35. package/dist/Icons/Circled/QuestionCircledIcon.d.ts +3 -0
  36. package/dist/Icons/Circled/RemoveCircledIcon.d.ts +3 -0
  37. package/dist/Icons/Circled/SearchCircledIcon.d.ts +3 -0
  38. package/dist/Icons/Circled/SettingsCircledIcon.d.ts +3 -0
  39. package/dist/Icons/Equipment/CameraIcon.d.ts +3 -0
  40. package/dist/Icons/Equipment/LaptopIcon.d.ts +3 -0
  41. package/dist/Icons/Equipment/MicrophonePodcastIcon.d.ts +3 -0
  42. package/dist/Icons/Equipment/MobileIcon.d.ts +3 -0
  43. package/dist/Icons/Equipment/TvFlatScreenIcon.d.ts +3 -0
  44. package/dist/Icons/Equipment/TvIcon.d.ts +3 -0
  45. package/dist/Icons/Interaction/AccountIcon.d.ts +3 -0
  46. package/dist/Icons/Interaction/AddIcon.d.ts +3 -0
  47. package/dist/Icons/Interaction/AgendaIcon.d.ts +3 -0
  48. package/dist/Icons/Interaction/BillingIcon.d.ts +3 -0
  49. package/dist/Icons/Interaction/BinIcon.d.ts +3 -0
  50. package/dist/Icons/Interaction/CheckedIcon.d.ts +3 -0
  51. package/dist/Icons/Interaction/ClockIcon.d.ts +3 -0
  52. package/dist/Icons/Interaction/CopyPasteIcon.d.ts +3 -0
  53. package/dist/Icons/Interaction/DragDropIcon.d.ts +3 -0
  54. package/dist/Icons/Interaction/EditIcon.d.ts +3 -0
  55. package/dist/Icons/Interaction/EditTextIcon.d.ts +3 -0
  56. package/dist/Icons/Interaction/LogoutIcon.d.ts +3 -0
  57. package/dist/Icons/Interaction/MenuHorizontalIcon.d.ts +3 -0
  58. package/dist/Icons/Interaction/MenuVerticalIcon.d.ts +3 -0
  59. package/dist/Icons/Interaction/MinusIcon.d.ts +3 -0
  60. package/dist/Icons/Interaction/SearchIcon.d.ts +3 -0
  61. package/dist/Icons/Interaction/SearchRemoveIcon.d.ts +3 -0
  62. package/dist/Icons/Interaction/ShareIcon.d.ts +3 -0
  63. package/dist/Icons/Interaction/TeamIcon.d.ts +3 -0
  64. package/dist/Icons/Logos/LogoBeta.d.ts +3 -0
  65. package/dist/Icons/Logos/LogoNormal.d.ts +3 -0
  66. package/dist/Icons/Logos/LogoSmall.d.ts +3 -0
  67. package/dist/Icons/Logos/LogoSquare.d.ts +3 -0
  68. package/dist/Icons/Logos/LogoText.d.ts +3 -0
  69. package/dist/Icons/MediaControl/HangUpIcon.d.ts +3 -0
  70. package/dist/Icons/MediaControl/MeetingIcon.d.ts +3 -0
  71. package/dist/Icons/MediaControl/MicrophoneIcon.d.ts +3 -0
  72. package/dist/Icons/MediaControl/MoveInIcon.d.ts +3 -0
  73. package/dist/Icons/MediaControl/MuteIcon.d.ts +3 -0
  74. package/dist/Icons/MediaControl/PauseIcon.d.ts +3 -0
  75. package/dist/Icons/MediaControl/PlayIcon.d.ts +3 -0
  76. package/dist/Icons/MediaControl/PreviousIcon.d.ts +3 -0
  77. package/dist/Icons/MediaControl/RecordingIcon.d.ts +3 -0
  78. package/dist/Icons/MediaControl/VolumeIcon.d.ts +3 -0
  79. package/dist/Icons/Miscellaneous/AddSeatIcon.d.ts +3 -0
  80. package/dist/Icons/Miscellaneous/AddUsersIcon.d.ts +3 -0
  81. package/dist/Icons/Miscellaneous/BillPdfIcon.d.ts +3 -0
  82. package/dist/Icons/Miscellaneous/BinocularIcon.d.ts +3 -0
  83. package/dist/Icons/Miscellaneous/BrainIcon.d.ts +3 -0
  84. package/dist/Icons/Miscellaneous/ChatBubbleIcon.d.ts +3 -0
  85. package/dist/Icons/Miscellaneous/ChatIcon.d.ts +3 -0
  86. package/dist/Icons/Miscellaneous/CheckoutIcon.d.ts +3 -0
  87. package/dist/Icons/Miscellaneous/ClipIcon.d.ts +3 -0
  88. package/dist/Icons/Miscellaneous/CreditCardIcon.d.ts +3 -0
  89. package/dist/Icons/Miscellaneous/DownloadIcon.d.ts +3 -0
  90. package/dist/Icons/Miscellaneous/EarthIcon.d.ts +3 -0
  91. package/dist/Icons/Miscellaneous/FaceCenterIcon.d.ts +3 -0
  92. package/dist/Icons/Miscellaneous/FaceRecognitionIcon.d.ts +3 -0
  93. package/dist/Icons/Miscellaneous/FilesIcon.d.ts +3 -0
  94. package/dist/Icons/Miscellaneous/FillRecordIcon.d.ts +3 -0
  95. package/dist/Icons/Miscellaneous/FolderIcon.d.ts +3 -0
  96. package/dist/Icons/Miscellaneous/GoogleIcon.d.ts +3 -0
  97. package/dist/Icons/Miscellaneous/HardDriveIcon.d.ts +3 -0
  98. package/dist/Icons/Miscellaneous/HelpIcon.d.ts +3 -0
  99. package/dist/Icons/Miscellaneous/LanguageIcon.d.ts +3 -0
  100. package/dist/Icons/Miscellaneous/LinkIcon.d.ts +3 -0
  101. package/dist/Icons/Miscellaneous/MetaAnalyseIcon.d.ts +3 -0
  102. package/dist/Icons/Miscellaneous/ModeratedIcon.d.ts +3 -0
  103. package/dist/Icons/Miscellaneous/NbOfUsersIcon.d.ts +3 -0
  104. package/dist/Icons/Miscellaneous/NeutralBackgroudIcon.d.ts +3 -0
  105. package/dist/Icons/Miscellaneous/ReportIcon.d.ts +3 -0
  106. package/dist/Icons/Miscellaneous/SeatIcon.d.ts +3 -0
  107. package/dist/Icons/Miscellaneous/SendEmailIcon.d.ts +3 -0
  108. package/dist/Icons/Miscellaneous/SendIcon.d.ts +3 -0
  109. package/dist/Icons/Miscellaneous/SmartBrainIcon.d.ts +3 -0
  110. package/dist/Icons/Miscellaneous/TasksIcon.d.ts +3 -0
  111. package/dist/Icons/Miscellaneous/TestDetailsIcon.d.ts +3 -0
  112. package/dist/Icons/Miscellaneous/TestIcon.d.ts +3 -0
  113. package/dist/Icons/Miscellaneous/UnmoderatedIcon.d.ts +3 -0
  114. package/dist/Icons/Notifications/AlamBellIdleIcon.d.ts +3 -0
  115. package/dist/Icons/Notifications/AlarmBellStatusIcon.d.ts +3 -0
  116. package/dist/Icons/Notifications/NotifAlertIcon.d.ts +3 -0
  117. package/dist/Icons/index.d.ts +108 -0
  118. package/dist/Interviews/Chat.d.ts +30 -0
  119. package/dist/Interviews/ChatInput.d.ts +10 -0
  120. package/dist/Interviews/CircledIconButton.d.ts +8 -0
  121. package/dist/Interviews/ControlsBar.d.ts +17 -0
  122. package/dist/Interviews/GoBack.d.ts +7 -0
  123. package/dist/Interviews/InterviewButton.d.ts +10 -0
  124. package/dist/Interviews/MarkUpBar.d.ts +9 -0
  125. package/dist/Interviews/StartInterview.d.ts +9 -0
  126. package/dist/Interviews/Task.d.ts +19 -0
  127. package/dist/Interviews/WelcomeMessage.d.ts +7 -0
  128. package/dist/LateralMenu/LateralMenu.d.ts +9 -0
  129. package/dist/Modal/Modal.d.ts +19 -0
  130. package/dist/MultiSelect/MultiSelect.d.ts +23 -0
  131. package/dist/Notifications/Banner.d.ts +14 -0
  132. package/dist/Notifications/NotificationIcon.d.ts +8 -0
  133. package/dist/Notifications/Toast.d.ts +14 -0
  134. package/dist/Popover/Popover.d.ts +18 -0
  135. package/dist/Radio/Radio.d.ts +15 -0
  136. package/dist/Search/Search.d.ts +8 -0
  137. package/dist/SingleSelect/SingleSelect.d.ts +23 -0
  138. package/dist/Step/Step.d.ts +11 -0
  139. package/dist/Switch/Switch.d.ts +9 -0
  140. package/dist/Table/header.d.ts +17 -0
  141. package/dist/Table/index.d.ts +24 -0
  142. package/dist/Table/rows.d.ts +30 -0
  143. package/dist/Table/table-cell.d.ts +12 -0
  144. package/dist/Tabs/Tabs.d.ts +10 -0
  145. package/dist/Tabs/TabsUnderLine.d.ts +10 -0
  146. package/dist/Tag/Tag.d.ts +12 -0
  147. package/dist/TextInput/TextInput.d.ts +28 -0
  148. package/dist/Textarea/Textarea.d.ts +22 -0
  149. package/dist/Tooltip/Layout/TooltipCustomLayout.d.ts +20 -0
  150. package/dist/Tooltip/Tooltip.d.ts +25 -0
  151. package/dist/Typography/Caption.d.ts +13 -0
  152. package/dist/Typography/Link.d.ts +14 -0
  153. package/dist/Typography/Text.d.ts +17 -0
  154. package/dist/Typography/TextForButton.d.ts +14 -0
  155. package/dist/Typography/TextForDropDownItem.d.ts +14 -0
  156. package/dist/Typography/TextWithLink.d.ts +16 -0
  157. package/dist/Typography/Title.d.ts +16 -0
  158. package/dist/hooks/useClickOutside.d.ts +8 -0
  159. package/dist/index.d.ts +40 -0
  160. package/dist/odaptos_design_system.cjs.development.css +39 -0
  161. package/dist/odaptos_design_system.cjs.development.js +6562 -0
  162. package/dist/odaptos_design_system.cjs.development.js.map +1 -0
  163. package/dist/odaptos_design_system.cjs.production.min.js +2 -0
  164. package/dist/odaptos_design_system.cjs.production.min.js.map +1 -0
  165. package/dist/odaptos_design_system.esm.js +6514 -0
  166. package/dist/odaptos_design_system.esm.js.map +1 -0
  167. package/package.json +18 -22
  168. package/src/Accordion/Accordion.tsx +5 -1
  169. package/src/Badge/Badge.tsx +2 -2
  170. package/src/Cards/Card.tsx +2 -5
  171. package/src/Checkbox/Checkbox.tsx +1 -1
  172. package/src/Icons/Arrows/ArrowDoubleLineDownIcon.tsx +1 -1
  173. package/src/Icons/Arrows/ArrowDoubleLineLeftIcon.tsx +1 -1
  174. package/src/Icons/Arrows/ArrowDoubleLineRightIcon.tsx +1 -1
  175. package/src/Icons/Arrows/ArrowDoubleLineUpIcon.tsx +1 -1
  176. package/src/Icons/Arrows/ArrowFilledDownIcon.tsx +1 -1
  177. package/src/Icons/Arrows/ArrowFilledLeftIcon.tsx +1 -1
  178. package/src/Icons/Arrows/ArrowFilledRightIcon.tsx +1 -1
  179. package/src/Icons/Arrows/ArrowFilledUpIcon.tsx +1 -1
  180. package/src/Icons/Arrows/ArrowLineDownIcon.tsx +1 -1
  181. package/src/Icons/Arrows/ArrowLineLeftIcon.tsx +1 -1
  182. package/src/Icons/Arrows/ArrowLineRightIcon.tsx +1 -1
  183. package/src/Icons/Arrows/ArrowLineUpIcon.tsx +1 -1
  184. package/src/Icons/Arrows/ArrowPointerDown.tsx +1 -1
  185. package/src/Icons/Arrows/ArrowPointerDownLeft.tsx +1 -1
  186. package/src/Icons/Arrows/ArrowPointerDownRight.tsx +1 -1
  187. package/src/Icons/Arrows/ArrowPointerLeft.tsx +1 -1
  188. package/src/Icons/Arrows/ArrowPointerRight.tsx +1 -1
  189. package/src/Icons/Arrows/ArrowPointerUp.tsx +1 -1
  190. package/src/Icons/Arrows/ArrowPointerUpLeft.tsx +1 -1
  191. package/src/Icons/Arrows/ArrowPointerUpRight.tsx +1 -1
  192. package/src/Icons/Circled/AddCircledIcon.tsx +1 -1
  193. package/src/Icons/Circled/AlertCircledIcon.tsx +1 -1
  194. package/src/Icons/Circled/CheckedCircled.tsx +1 -1
  195. package/src/Icons/Circled/InfoCircledIcon.tsx +1 -1
  196. package/src/Icons/Circled/MinusCircledIcon.tsx +1 -1
  197. package/src/Icons/Circled/NavigationCircledIcon.tsx +1 -1
  198. package/src/Icons/Circled/QuestionCircledIcon.tsx +1 -1
  199. package/src/Icons/Circled/RemoveCircledIcon.tsx +1 -1
  200. package/src/Icons/Circled/SearchCircledIcon.tsx +1 -1
  201. package/src/Icons/Circled/SettingsCircledIcon.tsx +1 -1
  202. package/src/Icons/Equipment/CameraIcon.tsx +1 -1
  203. package/src/Icons/Equipment/LaptopIcon.tsx +1 -1
  204. package/src/Icons/Equipment/MicrophonePodcastIcon.tsx +1 -1
  205. package/src/Icons/Equipment/MobileIcon.tsx +1 -1
  206. package/src/Icons/Equipment/TvFlatScreenIcon.tsx +1 -1
  207. package/src/Icons/Equipment/TvIcon.tsx +1 -1
  208. package/src/Icons/Interaction/AccountIcon.tsx +1 -1
  209. package/src/Icons/Interaction/AddIcon.tsx +1 -1
  210. package/src/Icons/Interaction/AgendaIcon.tsx +1 -1
  211. package/src/Icons/Interaction/BillingIcon.tsx +1 -1
  212. package/src/Icons/Interaction/BinIcon.tsx +1 -1
  213. package/src/Icons/Interaction/CheckedIcon.tsx +1 -1
  214. package/src/Icons/Interaction/ClockIcon.tsx +1 -1
  215. package/src/Icons/Interaction/CopyPasteIcon.tsx +1 -1
  216. package/src/Icons/Interaction/DragDropIcon.tsx +1 -1
  217. package/src/Icons/Interaction/EditIcon.tsx +1 -1
  218. package/src/Icons/Interaction/EditTextIcon.tsx +1 -1
  219. package/src/Icons/Interaction/LogoutIcon.tsx +1 -1
  220. package/src/Icons/Interaction/MenuHorizontalIcon.tsx +1 -1
  221. package/src/Icons/Interaction/MenuVerticalIcon.tsx +1 -1
  222. package/src/Icons/Interaction/MinusIcon.tsx +1 -1
  223. package/src/Icons/Interaction/SearchIcon.tsx +1 -1
  224. package/src/Icons/Interaction/SearchRemoveIcon.tsx +1 -1
  225. package/src/Icons/Interaction/ShareIcon.tsx +1 -1
  226. package/src/Icons/Interaction/TeamIcon.tsx +1 -1
  227. package/src/Icons/Logos/LogoBeta.tsx +1 -1
  228. package/src/Icons/Logos/LogoNormal.tsx +1 -1
  229. package/src/Icons/Logos/LogoSmall.tsx +1 -1
  230. package/src/Icons/Logos/LogoSquare.tsx +1 -1
  231. package/src/Icons/Logos/LogoText.tsx +1 -1
  232. package/src/Icons/MediaControl/HangUpIcon.tsx +1 -1
  233. package/src/Icons/MediaControl/MeetingIcon.tsx +1 -1
  234. package/src/Icons/MediaControl/MicrophoneIcon.tsx +1 -1
  235. package/src/Icons/MediaControl/MoveInIcon.tsx +1 -1
  236. package/src/Icons/MediaControl/MuteIcon.tsx +1 -1
  237. package/src/Icons/MediaControl/PauseIcon.tsx +1 -1
  238. package/src/Icons/MediaControl/PlayIcon.tsx +1 -1
  239. package/src/Icons/MediaControl/PreviousIcon.tsx +1 -1
  240. package/src/Icons/MediaControl/RecordingIcon.tsx +1 -1
  241. package/src/Icons/MediaControl/VolumeIcon.tsx +1 -1
  242. package/src/Icons/Miscellaneous/AddSeatIcon.tsx +1 -1
  243. package/src/Icons/Miscellaneous/AddUsersIcon.tsx +1 -1
  244. package/src/Icons/Miscellaneous/BillPdfIcon.tsx +1 -1
  245. package/src/Icons/Miscellaneous/BinocularIcon.tsx +1 -1
  246. package/src/Icons/Miscellaneous/BrainIcon.tsx +1 -1
  247. package/src/Icons/Miscellaneous/ChatBubbleIcon.tsx +1 -1
  248. package/src/Icons/Miscellaneous/ChatIcon.tsx +1 -1
  249. package/src/Icons/Miscellaneous/CheckoutIcon.tsx +1 -1
  250. package/src/Icons/Miscellaneous/ClipIcon.tsx +1 -1
  251. package/src/Icons/Miscellaneous/CreditCardIcon.tsx +1 -1
  252. package/src/Icons/Miscellaneous/DownloadIcon.tsx +1 -1
  253. package/src/Icons/Miscellaneous/EarthIcon.tsx +1 -1
  254. package/src/Icons/Miscellaneous/FaceCenterIcon.tsx +1 -1
  255. package/src/Icons/Miscellaneous/FaceRecognitionIcon.tsx +1 -1
  256. package/src/Icons/Miscellaneous/FilesIcon.tsx +1 -1
  257. package/src/Icons/Miscellaneous/FillRecordIcon.tsx +1 -1
  258. package/src/Icons/Miscellaneous/FolderIcon.tsx +1 -1
  259. package/src/Icons/Miscellaneous/GoogleIcon.tsx +1 -1
  260. package/src/Icons/Miscellaneous/HardDriveIcon.tsx +1 -1
  261. package/src/Icons/Miscellaneous/HelpIcon.tsx +1 -1
  262. package/src/Icons/Miscellaneous/LanguageIcon.tsx +1 -1
  263. package/src/Icons/Miscellaneous/LinkIcon.tsx +1 -1
  264. package/src/Icons/Miscellaneous/MetaAnalyseIcon.tsx +1 -1
  265. package/src/Icons/Miscellaneous/ModeratedIcon.tsx +1 -1
  266. package/src/Icons/Miscellaneous/NbOfUsersIcon.tsx +1 -1
  267. package/src/Icons/Miscellaneous/NeutralBackgroudIcon.tsx +1 -1
  268. package/src/Icons/Miscellaneous/ReportIcon.tsx +1 -1
  269. package/src/Icons/Miscellaneous/SeatIcon.tsx +1 -1
  270. package/src/Icons/Miscellaneous/SendEmailIcon.tsx +1 -1
  271. package/src/Icons/Miscellaneous/SendIcon.tsx +1 -1
  272. package/src/Icons/Miscellaneous/SmartBrainIcon.tsx +1 -1
  273. package/src/Icons/Miscellaneous/TasksIcon.tsx +1 -1
  274. package/src/Icons/Miscellaneous/TestDetailsIcon.tsx +1 -1
  275. package/src/Icons/Miscellaneous/TestIcon.tsx +1 -1
  276. package/src/Icons/Miscellaneous/UnmoderatedIcon.tsx +1 -1
  277. package/src/Icons/Notifications/AlamBellIdleIcon.tsx +1 -1
  278. package/src/Icons/Notifications/AlarmBellStatusIcon.tsx +1 -1
  279. package/src/Icons/Notifications/NotifAlertIcon.tsx +1 -1
  280. package/src/Interviews/ChatInput.tsx +1 -2
  281. package/src/Interviews/ControlsBar.tsx +3 -3
  282. package/src/Interviews/MarkUpBar.tsx +2 -2
  283. package/src/LateralMenu/LateralMenu.tsx +1 -2
  284. package/src/Modal/Modal.tsx +1 -1
  285. package/src/MultiSelect/{MultiSelect.scss → MultiSelect.modules.scss} +15 -1
  286. package/src/MultiSelect/MultiSelect.tsx +34 -6
  287. package/src/Radio/Radio.tsx +1 -1
  288. package/src/Search/Search.tsx +1 -1
  289. package/src/SingleSelect/{SingleSelect.scss → SingleSelect.modules.scss} +7 -5
  290. package/src/SingleSelect/SingleSelect.tsx +17 -7
  291. package/src/Switch/Switch.tsx +2 -1
  292. package/src/Table/header.tsx +1 -1
  293. package/src/Table/index.tsx +1 -1
  294. package/src/Table/table-cell.tsx +1 -1
  295. package/src/TextInput/{TextInput.scss → TextInput.modules.scss} +6 -1
  296. package/src/TextInput/TextInput.tsx +12 -7
  297. package/src/Textarea/Textarea.tsx +2 -2
  298. package/src/Tooltip/Layout/TooltipCustomLayout.tsx +1 -1
  299. package/src/hooks/useClickOutside.ts +2 -3
  300. package/src/MultiSelect/utils/textInputStyle.ts +0 -78
@@ -1,5 +1,5 @@
1
- import { SvgIcon, SvgIconProps } from '@mui/material';
2
1
  import React from 'react';
2
+ import { SvgIcon, SvgIconProps } from '@mui/material';
3
3
 
4
4
  export default function MeetingIcon({
5
5
  stroke,
@@ -1,5 +1,5 @@
1
- import { SvgIcon, SvgIconProps } from '@mui/material';
2
1
  import React from 'react';
2
+ import { SvgIcon, SvgIconProps } from '@mui/material';
3
3
 
4
4
  export default function MicrophoneIcon({
5
5
  stroke,
@@ -1,5 +1,5 @@
1
- import { SvgIcon, SvgIconProps } from '@mui/material';
2
1
  import React from 'react';
2
+ import { SvgIcon, SvgIconProps } from '@mui/material';
3
3
 
4
4
  export default function MoveInIcon({
5
5
  stroke,
@@ -1,5 +1,5 @@
1
- import { SvgIcon, SvgIconProps } from '@mui/material';
2
1
  import React from 'react';
2
+ import { SvgIcon, SvgIconProps } from '@mui/material';
3
3
 
4
4
  export default function MuteIcon({
5
5
  stroke,
@@ -1,5 +1,5 @@
1
- import { SvgIcon, SvgIconProps } from '@mui/material';
2
1
  import React from 'react';
2
+ import { SvgIcon, SvgIconProps } from '@mui/material';
3
3
 
4
4
  export default function PauseIcon({
5
5
  stroke,
@@ -1,5 +1,5 @@
1
- import { SvgIcon, SvgIconProps } from '@mui/material';
2
1
  import React from 'react';
2
+ import { SvgIcon, SvgIconProps } from '@mui/material';
3
3
 
4
4
  export default function PlayIcon({
5
5
  stroke,
@@ -1,5 +1,5 @@
1
- import { SvgIcon, SvgIconProps } from '@mui/material';
2
1
  import React from 'react';
2
+ import { SvgIcon, SvgIconProps } from '@mui/material';
3
3
 
4
4
  export default function PreviousIcon({
5
5
  stroke,
@@ -1,5 +1,5 @@
1
- import { SvgIcon, SvgIconProps } from '@mui/material';
2
1
  import React from 'react';
2
+ import { SvgIcon, SvgIconProps } from '@mui/material';
3
3
 
4
4
  export default function RecordingIcon({
5
5
  stroke,
@@ -1,5 +1,5 @@
1
- import { SvgIcon, SvgIconProps } from '@mui/material';
2
1
  import React from 'react';
2
+ import { SvgIcon, SvgIconProps } from '@mui/material';
3
3
 
4
4
  export default function VolumeIcon({
5
5
  stroke,
@@ -1,5 +1,5 @@
1
- import { SvgIcon, SvgIconProps } from '@mui/material';
2
1
  import React from 'react';
2
+ import { SvgIcon, SvgIconProps } from '@mui/material';
3
3
 
4
4
  export default function AddSeatIcon({
5
5
  stroke,
@@ -1,5 +1,5 @@
1
- import { SvgIcon, SvgIconProps } from '@mui/material';
2
1
  import React from 'react';
2
+ import { SvgIcon, SvgIconProps } from '@mui/material';
3
3
 
4
4
  export default function AddUsersIcon({
5
5
  stroke,
@@ -1,5 +1,5 @@
1
- import { SvgIcon, SvgIconProps } from '@mui/material';
2
1
  import React from 'react';
2
+ import { SvgIcon, SvgIconProps } from '@mui/material';
3
3
 
4
4
  export default function BillPdfIcon({
5
5
  stroke,
@@ -1,5 +1,5 @@
1
- import { SvgIcon, SvgIconProps } from '@mui/material';
2
1
  import React from 'react';
2
+ import { SvgIcon, SvgIconProps } from '@mui/material';
3
3
 
4
4
  export default function BinocularIcon({
5
5
  stroke,
@@ -1,5 +1,5 @@
1
- import { SvgIcon, SvgIconProps } from '@mui/material';
2
1
  import React from 'react';
2
+ import { SvgIcon, SvgIconProps } from '@mui/material';
3
3
 
4
4
  export default function BrainIcon({
5
5
  stroke,
@@ -1,5 +1,5 @@
1
- import { SvgIcon, SvgIconProps } from '@mui/material';
2
1
  import React from 'react';
2
+ import { SvgIcon, SvgIconProps } from '@mui/material';
3
3
 
4
4
  export default function ChatBubbleIcon({
5
5
  stroke,
@@ -1,5 +1,5 @@
1
- import { SvgIcon, SvgIconProps } from '@mui/material';
2
1
  import React from 'react';
2
+ import { SvgIcon, SvgIconProps } from '@mui/material';
3
3
 
4
4
  export default function ChatIcon({
5
5
  stroke,
@@ -1,5 +1,5 @@
1
- import { SvgIcon, SvgIconProps } from '@mui/material';
2
1
  import React from 'react';
2
+ import { SvgIcon, SvgIconProps } from '@mui/material';
3
3
 
4
4
  export default function CheckoutIcon({
5
5
  stroke,
@@ -1,5 +1,5 @@
1
- import { SvgIcon, SvgIconProps } from '@mui/material';
2
1
  import React from 'react';
2
+ import { SvgIcon, SvgIconProps } from '@mui/material';
3
3
 
4
4
  export default function ClipIcon({
5
5
  stroke,
@@ -1,5 +1,5 @@
1
- import { SvgIcon, SvgIconProps } from '@mui/material';
2
1
  import React from 'react';
2
+ import { SvgIcon, SvgIconProps } from '@mui/material';
3
3
 
4
4
  export default function CreditCardIcon({
5
5
  stroke,
@@ -1,5 +1,5 @@
1
- import { SvgIcon, SvgIconProps } from '@mui/material';
2
1
  import React from 'react';
2
+ import { SvgIcon, SvgIconProps } from '@mui/material';
3
3
 
4
4
  export default function DownloadIcon({
5
5
  stroke,
@@ -1,5 +1,5 @@
1
- import { SvgIcon, SvgIconProps } from '@mui/material';
2
1
  import React from 'react';
2
+ import { SvgIcon, SvgIconProps } from '@mui/material';
3
3
 
4
4
  export default function EarthIcon({
5
5
  stroke,
@@ -1,5 +1,5 @@
1
- import { SvgIcon, SvgIconProps } from '@mui/material';
2
1
  import React from 'react';
2
+ import { SvgIcon, SvgIconProps } from '@mui/material';
3
3
 
4
4
  export default function FaceCenterIcon({
5
5
  stroke,
@@ -1,5 +1,5 @@
1
- import { SvgIcon, SvgIconProps } from '@mui/material';
2
1
  import React from 'react';
2
+ import { SvgIcon, SvgIconProps } from '@mui/material';
3
3
 
4
4
  export default function FaceRecognitionIcon({
5
5
  stroke,
@@ -1,5 +1,5 @@
1
- import { SvgIcon, SvgIconProps } from '@mui/material';
2
1
  import React from 'react';
2
+ import { SvgIcon, SvgIconProps } from '@mui/material';
3
3
 
4
4
  export default function FilesIcon({
5
5
  stroke,
@@ -1,5 +1,5 @@
1
- import { SvgIcon, SvgIconProps } from '@mui/material';
2
1
  import React from 'react';
2
+ import { SvgIcon, SvgIconProps } from '@mui/material';
3
3
 
4
4
  export default function FillRecordIcon({
5
5
  stroke,
@@ -1,5 +1,5 @@
1
- import { SvgIcon, SvgIconProps } from '@mui/material';
2
1
  import React from 'react';
2
+ import { SvgIcon, SvgIconProps } from '@mui/material';
3
3
 
4
4
  export default function FolderIcon({
5
5
  stroke,
@@ -1,5 +1,5 @@
1
- import { SvgIcon, SvgIconProps } from '@mui/material';
2
1
  import React from 'react';
2
+ import { SvgIcon, SvgIconProps } from '@mui/material';
3
3
 
4
4
  export default function GoogleIcon({
5
5
  stroke = 'none',
@@ -1,5 +1,5 @@
1
- import { SvgIcon, SvgIconProps } from '@mui/material';
2
1
  import React from 'react';
2
+ import { SvgIcon, SvgIconProps } from '@mui/material';
3
3
 
4
4
  export default function HardDriveIcon({
5
5
  stroke,
@@ -1,5 +1,5 @@
1
- import { SvgIcon, SvgIconProps } from '@mui/material';
2
1
  import React from 'react';
2
+ import { SvgIcon, SvgIconProps } from '@mui/material';
3
3
 
4
4
  export default function HelpIcon({
5
5
  stroke,
@@ -1,5 +1,5 @@
1
- import { SvgIcon, SvgIconProps } from '@mui/material';
2
1
  import React from 'react';
2
+ import { SvgIcon, SvgIconProps } from '@mui/material';
3
3
 
4
4
  export default function LanguageIcon({
5
5
  stroke,
@@ -1,5 +1,5 @@
1
- import { SvgIcon, SvgIconProps } from '@mui/material';
2
1
  import React from 'react';
2
+ import { SvgIcon, SvgIconProps } from '@mui/material';
3
3
 
4
4
  export default function LinkIcon({
5
5
  stroke,
@@ -1,5 +1,5 @@
1
- import { SvgIcon, SvgIconProps } from '@mui/material';
2
1
  import React from 'react';
2
+ import { SvgIcon, SvgIconProps } from '@mui/material';
3
3
 
4
4
  export default function MetaAnalyseIcon({
5
5
  stroke,
@@ -1,5 +1,5 @@
1
- import { SvgIcon, SvgIconProps } from '@mui/material';
2
1
  import React from 'react';
2
+ import { SvgIcon, SvgIconProps } from '@mui/material';
3
3
 
4
4
  export default function ModeratedIcon({
5
5
  stroke,
@@ -1,5 +1,5 @@
1
- import { SvgIcon, SvgIconProps } from '@mui/material';
2
1
  import React from 'react';
2
+ import { SvgIcon, SvgIconProps } from '@mui/material';
3
3
 
4
4
  export default function NbOfUsersIcon({
5
5
  stroke,
@@ -1,5 +1,5 @@
1
- import { SvgIcon, SvgIconProps } from '@mui/material';
2
1
  import React from 'react';
2
+ import { SvgIcon, SvgIconProps } from '@mui/material';
3
3
 
4
4
  export default function NeutralBackgroudIcon({
5
5
  stroke,
@@ -1,5 +1,5 @@
1
- import { SvgIcon, SvgIconProps } from '@mui/material';
2
1
  import React from 'react';
2
+ import { SvgIcon, SvgIconProps } from '@mui/material';
3
3
 
4
4
  export default function ReportIcon({
5
5
  stroke,
@@ -1,5 +1,5 @@
1
- import { SvgIcon, SvgIconProps } from '@mui/material';
2
1
  import React from 'react';
2
+ import { SvgIcon, SvgIconProps } from '@mui/material';
3
3
 
4
4
  export default function SeatIcon({
5
5
  stroke,
@@ -1,5 +1,5 @@
1
- import { SvgIcon, SvgIconProps } from '@mui/material';
2
1
  import React from 'react';
2
+ import { SvgIcon, SvgIconProps } from '@mui/material';
3
3
 
4
4
  export default function SendEmailIcon({
5
5
  stroke,
@@ -1,5 +1,5 @@
1
- import { SvgIcon, SvgIconProps } from '@mui/material';
2
1
  import React from 'react';
2
+ import { SvgIcon, SvgIconProps } from '@mui/material';
3
3
 
4
4
  export default function SendIcon({
5
5
  stroke,
@@ -1,5 +1,5 @@
1
- import { SvgIcon, SvgIconProps } from '@mui/material';
2
1
  import React from 'react';
2
+ import { SvgIcon, SvgIconProps } from '@mui/material';
3
3
 
4
4
  export default function SmartBrainIcon({
5
5
  stroke,
@@ -1,5 +1,5 @@
1
- import { SvgIcon, SvgIconProps } from '@mui/material';
2
1
  import React from 'react';
2
+ import { SvgIcon, SvgIconProps } from '@mui/material';
3
3
 
4
4
  export default function TasksIcon({
5
5
  stroke,
@@ -1,5 +1,5 @@
1
- import { SvgIcon, SvgIconProps } from '@mui/material';
2
1
  import React from 'react';
2
+ import { SvgIcon, SvgIconProps } from '@mui/material';
3
3
 
4
4
  export default function TestDetailsIcon({
5
5
  stroke,
@@ -1,5 +1,5 @@
1
- import { SvgIcon, SvgIconProps } from '@mui/material';
2
1
  import React from 'react';
2
+ import { SvgIcon, SvgIconProps } from '@mui/material';
3
3
 
4
4
  export default function TestIcon({
5
5
  stroke,
@@ -1,5 +1,5 @@
1
- import { SvgIcon, SvgIconProps } from '@mui/material';
2
1
  import React from 'react';
2
+ import { SvgIcon, SvgIconProps } from '@mui/material';
3
3
 
4
4
  export default function UnmoderatedIcon({
5
5
  stroke,
@@ -1,5 +1,5 @@
1
- import { SvgIcon, SvgIconProps } from '@mui/material';
2
1
  import React from 'react';
2
+ import { SvgIcon, SvgIconProps } from '@mui/material';
3
3
 
4
4
  export default function CopyPasteIcon({
5
5
  stroke,
@@ -1,5 +1,5 @@
1
- import { SvgIcon, SvgIconProps } from '@mui/material';
2
1
  import React from 'react';
2
+ import { SvgIcon, SvgIconProps } from '@mui/material';
3
3
 
4
4
  export default function AlarmBellStatusIcon({
5
5
  stroke,
@@ -1,5 +1,5 @@
1
- import { SvgIcon, SvgIconProps } from '@mui/material';
2
1
  import React from 'react';
2
+ import { SvgIcon, SvgIconProps } from '@mui/material';
3
3
 
4
4
  export default function NotifAlertIcon({
5
5
  stroke,
@@ -1,7 +1,6 @@
1
+ import React from 'react';
1
2
  import { SendEmailIcon } from '../';
2
3
  import styles from './ChatInput.modules.scss';
3
- import React from 'react';
4
-
5
4
  interface ChatInputProps {
6
5
  className?: string;
7
6
  value: string;
@@ -35,8 +35,8 @@ export const ControlsBar = ({
35
35
  enableScreenSharing,
36
36
  enableMicrophone,
37
37
  enableCamera,
38
- displayTasks,
39
38
  displayChat,
39
+ displayTasks,
40
40
  isChatOpen,
41
41
  areTasksOpen,
42
42
  isNewTask,
@@ -81,7 +81,7 @@ export const ControlsBar = ({
81
81
  variant="protocol"
82
82
  icon={<TasksIcon />}
83
83
  onClick={() => {
84
- if (displayTasks) return displayTasks();
84
+ if (displayTasks) displayTasks();
85
85
  }}
86
86
  isActive={areTasksOpen}
87
87
  isNotif={isNewTask}
@@ -92,7 +92,7 @@ export const ControlsBar = ({
92
92
  variant="protocol"
93
93
  icon={<TasksIcon />}
94
94
  onClick={() => {
95
- if (displayTasks) return displayTasks();
95
+ if (displayTasks) displayTasks();
96
96
  }}
97
97
  isActive={areTasksOpen}
98
98
  isNotif={isNewTask}
@@ -9,9 +9,9 @@ export interface MarkUpBarProps {
9
9
  /**
10
10
  * TODO : Be sure that we want to keep the 'QWERTY' selection system
11
11
  */
12
- export const MarkUpBar = ({ className, onClick }: MarkUpBarProps) => {
12
+ export const MarkUpBar = ({ className, onClick, ...props }: MarkUpBarProps) => {
13
13
  return (
14
- <div className={`${styles.markup_bar} ${className ?? ''}`}>
14
+ <div className={`${styles.markup_bar} ${className ?? ''}`} {...props}>
15
15
  <div className={styles.smiley_list}>
16
16
  <button className={styles.smiley_btn} onClick={() => onClick('Y')}>
17
17
  🏳
@@ -1,8 +1,7 @@
1
+ import React from 'react';
1
2
  import styles from './LateralMenu.modules.scss';
2
3
  import { LogoNormal as Logo } from '../Icons';
3
4
  import Grid from '@mui/material/Grid';
4
- import React from 'react';
5
-
6
5
  interface LateralMenuProps {
7
6
  content: JSX.Element;
8
7
  isLogoDisplay?: boolean;
@@ -58,7 +58,7 @@ export const Modal = ({
58
58
  <MuiModal
59
59
  aria-labelledby="transition-modal-title"
60
60
  aria-describedby="transition-modal-description"
61
- className={`${styles.modal_overlay} ${className}`}
61
+ className={`${styles.modal_overlay} ${className ?? ''}`}
62
62
  open={open}
63
63
  onClose={onClose}
64
64
  closeAfterTransition
@@ -32,7 +32,7 @@
32
32
  gap: 0.5rem;
33
33
  }
34
34
 
35
- .tags-container {
35
+ .tags_container {
36
36
  display: flex;
37
37
  max-width: 80%;
38
38
  flex-wrap: nowrap;
@@ -64,3 +64,17 @@
64
64
  -ms-overflow-style: none; /* IE and Edge */
65
65
  scrollbar-width: none; /* Firefox */
66
66
  }
67
+
68
+ .input_top_label {
69
+ margin-bottom: 0.625rem;
70
+ }
71
+
72
+ .text_below {
73
+ margin: 0.25rem 0.5rem 0.25rem 0.75rem;
74
+ }
75
+
76
+ .icon {
77
+ width: 1rem !important;
78
+ height: 1rem !important;
79
+ margin-left: 0.25rem;
80
+ }
@@ -6,7 +6,7 @@ import { ArrowLineDownIcon, RemoveCircledIcon } from '../Icons';
6
6
  import { Text } from '../Typography/Text';
7
7
  import { TextForButton } from '../Typography/TextForButton';
8
8
  import { Checkbox } from '../Checkbox/Checkbox';
9
- import './MultiSelect.scss';
9
+ import styles from './MultiSelect.modules.scss';
10
10
  import Chip from '@mui/material/Chip';
11
11
 
12
12
  const CssTextField = styled(TextField)({
@@ -112,6 +112,9 @@ interface MultiSelectProps {
112
112
  required?: boolean;
113
113
  defaultValue: any;
114
114
  options: any[];
115
+ error?: boolean;
116
+ helperText?: string;
117
+ errorText?: string;
115
118
  onChange: (value: any) => void;
116
119
  deleteOption: (value: any) => void;
117
120
  }
@@ -131,6 +134,9 @@ export const MultiSelect = ({
131
134
  topLabel,
132
135
  id,
133
136
  required,
137
+ error,
138
+ helperText,
139
+ errorText,
134
140
  deleteOption,
135
141
  ...props
136
142
  }: MultiSelectProps) => {
@@ -150,7 +156,7 @@ export const MultiSelect = ({
150
156
  text={`${topLabel ? topLabel : ''} ${required ? '*' : ''}`}
151
157
  weight="bold"
152
158
  size="base"
153
- className={'input_top_label'}
159
+ className={styles.input_top_label}
154
160
  required={required}
155
161
  />
156
162
  )}
@@ -192,11 +198,12 @@ export const MultiSelect = ({
192
198
  size="small"
193
199
  required={required}
194
200
  name={name}
201
+ error={error}
195
202
  />
196
203
  )}
197
204
  renderTags={(value) => {
198
205
  return (
199
- <div className="tags-container no_scrollbar">
206
+ <div className={`${styles.tags_container} ${styles.no_scrollbar}`}>
200
207
  {value.map((option, index) => (
201
208
  <Chip
202
209
  label={option.label}
@@ -216,11 +223,32 @@ export const MultiSelect = ({
216
223
  </li>
217
224
  );
218
225
  }}
219
- clearIcon={<RemoveCircledIcon fill="black" />}
220
- popupIcon={<ArrowLineDownIcon fill="black" />}
221
- className={`newAutocomplete ${className}`}
226
+ clearIcon={
227
+ <RemoveCircledIcon fill="black" className={`${styles.icon}`} />
228
+ }
229
+ popupIcon={
230
+ <ArrowLineDownIcon fill="black" className={`${styles.icon}`} />
231
+ }
232
+ className={`${styles.newAutocomplete}`}
222
233
  {...props}
223
234
  />
235
+ {errorText && (
236
+ <Text
237
+ size="xs"
238
+ color="#F54C4C"
239
+ italic
240
+ text={errorText}
241
+ className={styles.text_below}
242
+ />
243
+ )}
244
+ {helperText && (
245
+ <Text
246
+ size="xs"
247
+ italic
248
+ text={helperText}
249
+ className={styles.text_below}
250
+ />
251
+ )}
224
252
  </div>
225
253
  );
226
254
  };
@@ -1,8 +1,8 @@
1
+ import React from 'react';
1
2
  import { styled } from '@mui/material/styles';
2
3
  import { Radio as MuiRadio } from '@mui/material';
3
4
  import { Text } from '../Typography/Text';
4
5
  import styles from './Radio.module.scss';
5
- import React from 'react';
6
6
 
7
7
  const BpIcon = styled('span')(() => ({
8
8
  borderRadius: '50%',
@@ -1,6 +1,6 @@
1
+ import React from 'react';
1
2
  import { SearchCircledIcon } from '../Icons';
2
3
  import { TextInput } from '../TextInput/TextInput';
3
- import React from 'react';
4
4
 
5
5
  interface RadioProps {
6
6
  searchInput: string | number;
@@ -24,10 +24,6 @@
24
24
  }
25
25
 
26
26
  .MuiAutocomplete-endAdornment {
27
- svg {
28
- width: 1rem;
29
- height: 1rem;
30
- }
31
27
  display: flex;
32
28
  gap: 0.5rem;
33
29
  margin-top: -0.35rem !important;
@@ -57,6 +53,12 @@
57
53
  align-items: center;
58
54
  }
59
55
 
60
- .text-below {
56
+ .text_below {
61
57
  margin: 0.25rem 0.5rem 0.25rem 0.75rem;
62
58
  }
59
+
60
+ .icon {
61
+ width: 1rem !important;
62
+ height: 1rem !important;
63
+ margin-left: 0.25rem;
64
+ }