@galaxy-ds/core 2.0.1 → 2.0.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 (1208) hide show
  1. package/dist/Accordion/Accordion.d.ts +2 -2
  2. package/dist/Accordion/Accordion.types.d.ts +10 -0
  3. package/dist/Accordion/index.d.ts +1 -1
  4. package/dist/AccordionDetails/AccordionDetails.d.ts +2 -1
  5. package/{src/AccordionDetails/AccordionDetailsProps.types.tsx → dist/AccordionDetails/AccordionDetails.types.d.ts} +3 -4
  6. package/dist/AccordionDetails/index.d.ts +1 -1
  7. package/dist/AccordionPanel/AccordionPanel.d.ts +2 -1
  8. package/{src/AccordionPanel/AccordionPanelProps.types.tsx → dist/AccordionPanel/AccordionPanel.types.d.ts} +3 -3
  9. package/dist/AccordionPanel/index.d.ts +1 -1
  10. package/dist/AccordionSummary/AccordionSummary.d.ts +2 -1
  11. package/dist/AccordionSummary/AccordionSummary.types.d.ts +4 -0
  12. package/dist/AccordionSummary/index.d.ts +1 -1
  13. package/dist/ActivityLog/ActivityLog.styled.d.ts +1 -0
  14. package/dist/ActivityLog/ActivityLog.types.d.ts +1 -1
  15. package/dist/AppBar/AppBar.d.ts +1 -1
  16. package/dist/AppBar/AppBar.types.d.ts +4 -3
  17. package/dist/AppointmentCalendar/AppointmentCalendar.d.ts +4 -0
  18. package/dist/AppointmentCalendar/AppointmentCalendarProps.types.d.ts +89 -0
  19. package/dist/Autocomplete/Autocomplete.d.ts +1 -1
  20. package/dist/Autocomplete/Autocomplete.types.d.ts +54 -0
  21. package/dist/Autocomplete/index.d.ts +1 -1
  22. package/dist/Avatar/Avatar.d.ts +1 -0
  23. package/dist/Avatar/Avatar.types.d.ts +2 -2
  24. package/dist/AvatarGroup/AvatarGroup.d.ts +2 -1
  25. package/dist/AvatarGroup/AvatarGroup.types.d.ts +9 -0
  26. package/dist/AvatarGroup/index.d.ts +1 -1
  27. package/dist/AvatarsGroup/AvatarsGroup.d.ts +4 -0
  28. package/dist/AvatarsGroup/AvatarsGroup.types.d.ts +9 -0
  29. package/dist/Badge/Badge.d.ts +2 -1
  30. package/dist/Badge/Badge.types.d.ts +1 -1
  31. package/dist/BottomListButton/BottomListButton.d.ts +2 -2
  32. package/dist/BottomListButton/BottomListButton.styled.d.ts +4 -7
  33. package/dist/BottomListButton/BottomListButton.types.d.ts +5 -0
  34. package/dist/BottomListButton/index.d.ts +1 -1
  35. package/dist/Box/Box.d.ts +2 -1
  36. package/dist/Box/Box.types.d.ts +3 -0
  37. package/dist/Box/index.d.ts +1 -1
  38. package/dist/Breadcrumbs/Breadcrumbs.d.ts +2 -1
  39. package/dist/Breadcrumbs/Breadcrumbs.types.d.ts +3 -0
  40. package/dist/Breadcrumbs/index.d.ts +1 -1
  41. package/dist/Button/Button.d.ts +2 -1
  42. package/{src/Button/ButtonProps.types.tsx → dist/Button/Button.types.d.ts} +5 -5
  43. package/dist/Button/index.d.ts +1 -1
  44. package/dist/Card/Card.d.ts +2 -1
  45. package/dist/Card/Card.styled.d.ts +0 -3
  46. package/dist/Card/Card.types.d.ts +6 -0
  47. package/dist/Card/index.d.ts +1 -1
  48. package/dist/Checkbox/Checkbox.d.ts +2 -1
  49. package/dist/Checkbox/Checkbox.types.d.ts +1 -1
  50. package/dist/Chip/Chip.d.ts +2 -1
  51. package/dist/Chip/Chip.types.d.ts +6 -0
  52. package/dist/Chip/index.d.ts +1 -1
  53. package/dist/CssBaseline/CssBaseline.d.ts +2 -2
  54. package/dist/CssBaseline/CssBaseline.types.d.ts +1 -1
  55. package/dist/DatePicker/DatePicker.d.ts +2 -2
  56. package/dist/DatePicker/DatePicker.styled.d.ts +1 -2
  57. package/dist/DatePicker/DatePicker.types.d.ts +3 -0
  58. package/dist/DatePicker/index.d.ts +1 -1
  59. package/dist/DateRangePicker/DateRangePicker.d.ts +2 -2
  60. package/dist/DateRangePicker/DateRangePicker.styled.d.ts +1 -2
  61. package/dist/DateRangePicker/DateRangePicker.types.d.ts +3 -0
  62. package/dist/DateRangePicker/index.d.ts +1 -1
  63. package/dist/Dialog/Dialog.d.ts +2 -2
  64. package/dist/Dialog/Dialog.type.d.ts +2 -1
  65. package/dist/Dialog/Dialog.types.d.ts +11 -0
  66. package/dist/Divider/Divider.d.ts +3 -2
  67. package/dist/Divider/Divider.types.d.ts +3 -0
  68. package/dist/Divider/index.d.ts +1 -1
  69. package/dist/Drawer/Drawer.d.ts +3 -3
  70. package/dist/Drawer/Drawer.types.d.ts +5 -0
  71. package/dist/Drawer/index.d.ts +1 -1
  72. package/dist/DrawerMenu/DrawerMenu.d.ts +3 -3
  73. package/dist/DrawerMenu/DrawerMenu.types.d.ts +31 -0
  74. package/dist/DrawerMenu/index.d.ts +1 -1
  75. package/dist/EmptyState/EmptyState.d.ts +1 -1
  76. package/dist/EmptyState/EmptyState.types.d.ts +10 -0
  77. package/dist/EmptyState/index.d.ts +1 -1
  78. package/dist/FooterActions/FooterActions.d.ts +3 -2
  79. package/dist/FooterActions/FooterActions.types.d.ts +6 -0
  80. package/dist/FooterActions/index.d.ts +1 -1
  81. package/dist/FormBody/FormBody.d.ts +3 -3
  82. package/dist/FormContainer/FormContainer.d.ts +2 -2
  83. package/dist/FormContainer/FormContainer.styled.d.ts +3 -1
  84. package/dist/FormContainer/FormContainer.types.d.ts +2 -1
  85. package/dist/FormGroup/FormGroup.d.ts +2 -2
  86. package/dist/FormGroup/FormGroup.types.d.ts +15 -0
  87. package/dist/FormGroup/index.d.ts +1 -1
  88. package/dist/FormHeader/FormHeader.d.ts +1 -1
  89. package/dist/FormHeader/FormHeader.types.d.ts +3 -1
  90. package/dist/Grid/Grid.d.ts +2 -1
  91. package/dist/Grid/Grid.types.d.ts +3 -0
  92. package/dist/Grid/index.d.ts +1 -1
  93. package/dist/HeaderToolbar/HeaderToolbar.d.ts +1 -1
  94. package/dist/HeaderToolbar/HeaderToolbar.styled.d.ts +4 -4
  95. package/dist/HeaderToolbar/HeaderToolbar.types.d.ts +13 -0
  96. package/dist/HeaderToolbar/index.d.ts +1 -1
  97. package/dist/Icon/Icon.d.ts +2 -1
  98. package/dist/Icon/IconProps.types.d.ts +4 -0
  99. package/dist/IconButton/IconButton.d.ts +2 -2
  100. package/dist/IconButton/IconButton.types.d.ts +2 -6
  101. package/dist/Icons/Access.d.ts +3 -0
  102. package/dist/Icons/AccountingIcon.d.ts +3 -0
  103. package/dist/Icons/AssignCurvedIcon.d.ts +3 -0
  104. package/dist/Icons/AvatarBusiness.d.ts +3 -0
  105. package/dist/Icons/AvatarCompany.d.ts +3 -0
  106. package/dist/Icons/AvatarGovernment.d.ts +3 -0
  107. package/dist/Icons/AvatarPeople.d.ts +3 -0
  108. package/dist/Icons/AvatarPerson.d.ts +3 -0
  109. package/dist/Icons/AvatarTrust.d.ts +3 -0
  110. package/dist/Icons/Browse.d.ts +3 -0
  111. package/dist/Icons/Browse2.d.ts +3 -0
  112. package/dist/Icons/ButtonCaret.d.ts +3 -0
  113. package/dist/Icons/ButtonFilter.d.ts +3 -0
  114. package/dist/Icons/Calendar.d.ts +3 -0
  115. package/dist/Icons/ChevronDown.d.ts +3 -0
  116. package/dist/Icons/ChevronLeft.d.ts +3 -0
  117. package/dist/Icons/ChevronRight.d.ts +3 -0
  118. package/dist/Icons/CoinEuroIcon.d.ts +3 -0
  119. package/dist/Icons/CoinIcon.d.ts +3 -0
  120. package/dist/Icons/CoinPoundIcon.d.ts +3 -0
  121. package/dist/Icons/Cross.d.ts +3 -0
  122. package/dist/Icons/CrossIcon16.d.ts +3 -0
  123. package/dist/Icons/CurrencyEuroIcon.d.ts +3 -0
  124. package/dist/Icons/CurrencyIcon.d.ts +3 -0
  125. package/dist/Icons/CurrencyPoundIcon.d.ts +3 -0
  126. package/dist/Icons/Dialog/Alert.d.ts +3 -0
  127. package/dist/Icons/Dialog/Info.d.ts +3 -0
  128. package/dist/Icons/Dialog/InfoCircle.d.ts +3 -0
  129. package/dist/Icons/Dialog/LeapLogo.d.ts +3 -0
  130. package/dist/Icons/Dialog/Warning.d.ts +3 -0
  131. package/dist/Icons/Doctype/ActivityTypeDefault.d.ts +3 -0
  132. package/dist/Icons/Doctype/ActivityTypePhoneCall.d.ts +3 -0
  133. package/dist/Icons/Doctype/ActivityTypeScannedDoc.d.ts +3 -0
  134. package/dist/Icons/Doctype/ActivityTypeVideoCall.d.ts +3 -0
  135. package/dist/Icons/Doctype/DocTypeAppointment.d.ts +3 -0
  136. package/dist/Icons/Doctype/DocTypeAppointmentCriticalDate.d.ts +3 -0
  137. package/dist/Icons/Doctype/DocTypeAudio.d.ts +3 -0
  138. package/dist/Icons/Doctype/DocTypeClausePrecedent.d.ts +3 -0
  139. package/dist/Icons/Doctype/DocTypeComment.d.ts +3 -0
  140. package/dist/Icons/Doctype/DocTypeCriticalDate.d.ts +3 -0
  141. package/dist/Icons/Doctype/DocTypeDeadline.d.ts +3 -0
  142. package/dist/Icons/Doctype/DocTypeDefault.d.ts +3 -0
  143. package/dist/Icons/Doctype/DocTypeEmail.d.ts +3 -0
  144. package/dist/Icons/Doctype/DocTypeEmailDraft.d.ts +3 -0
  145. package/dist/Icons/Doctype/DocTypeEmailReceived.d.ts +3 -0
  146. package/dist/Icons/Doctype/DocTypeEmailRecieved.d.ts +3 -0
  147. package/dist/Icons/Doctype/DocTypeEmailSent.d.ts +3 -0
  148. package/dist/Icons/Doctype/DocTypeExcel.d.ts +3 -0
  149. package/dist/Icons/Doctype/DocTypeFax.d.ts +3 -0
  150. package/dist/Icons/Doctype/DocTypeFileNote.d.ts +3 -0
  151. package/dist/Icons/Doctype/DocTypeFolder.d.ts +3 -0
  152. package/dist/Icons/Doctype/DocTypeImage.d.ts +3 -0
  153. package/dist/Icons/Doctype/DocTypeInfotrack.d.ts +3 -0
  154. package/dist/Icons/Doctype/DocTypeInvoiceRequest.d.ts +3 -0
  155. package/dist/Icons/Doctype/DocTypeInvoiceRequests.d.ts +3 -0
  156. package/dist/Icons/Doctype/DocTypeLetter.d.ts +3 -0
  157. package/dist/Icons/Doctype/DocTypeMemo.d.ts +3 -0
  158. package/dist/Icons/Doctype/DocTypePdf.d.ts +3 -0
  159. package/dist/Icons/Doctype/DocTypePowerpoint.d.ts +3 -0
  160. package/dist/Icons/Doctype/DocTypeSMS.d.ts +3 -0
  161. package/dist/Icons/Doctype/DocTypeSignatureDeclined.d.ts +3 -0
  162. package/dist/Icons/Doctype/DocTypeSignaturePending.d.ts +3 -0
  163. package/dist/Icons/Doctype/DocTypeSignatureRequest.d.ts +3 -0
  164. package/dist/Icons/Doctype/DocTypeSignatureSigned.d.ts +3 -0
  165. package/dist/Icons/Doctype/DocTypeTasks.d.ts +3 -0
  166. package/dist/Icons/Doctype/DocTypeTrust.d.ts +3 -0
  167. package/dist/Icons/Doctype/DocTypeVideo.d.ts +3 -0
  168. package/dist/Icons/Doctype/DocTypeWord.d.ts +3 -0
  169. package/dist/Icons/Doctype/DocTypeZip.d.ts +3 -0
  170. package/dist/Icons/Doctype16/ActivityTypeDefault16.d.ts +3 -0
  171. package/dist/Icons/Doctype16/ActivityTypePhoneCall16.d.ts +3 -0
  172. package/dist/Icons/Doctype16/ActivityTypeScannedDoc16.d.ts +3 -0
  173. package/dist/Icons/Doctype16/ActivityTypeVideoCall16.d.ts +3 -0
  174. package/dist/Icons/Doctype16/DocTypeAppointment16.d.ts +3 -0
  175. package/dist/Icons/Doctype16/DocTypeAppointmentCriticalDate16.d.ts +3 -0
  176. package/dist/Icons/Doctype16/DocTypeAudio16.d.ts +3 -0
  177. package/dist/Icons/Doctype16/DocTypeClausePrecedent16.d.ts +3 -0
  178. package/dist/Icons/Doctype16/DocTypeComment16.d.ts +3 -0
  179. package/dist/Icons/Doctype16/DocTypeCriticalDate16.d.ts +3 -0
  180. package/dist/Icons/Doctype16/DocTypeDeadline16.d.ts +3 -0
  181. package/dist/Icons/Doctype16/DocTypeDefault16.d.ts +3 -0
  182. package/dist/Icons/Doctype16/DocTypeEmail16.d.ts +3 -0
  183. package/dist/Icons/Doctype16/DocTypeEmailDraft16.d.ts +3 -0
  184. package/dist/Icons/Doctype16/DocTypeEmailReceived16.d.ts +3 -0
  185. package/dist/Icons/Doctype16/DocTypeEmailSent16.d.ts +3 -0
  186. package/dist/Icons/Doctype16/DocTypeExcel16.d.ts +3 -0
  187. package/dist/Icons/Doctype16/DocTypeFax16.d.ts +3 -0
  188. package/dist/Icons/Doctype16/DocTypeFileNote16.d.ts +3 -0
  189. package/dist/Icons/Doctype16/DocTypeFolder16.d.ts +3 -0
  190. package/dist/Icons/Doctype16/DocTypeImage16.d.ts +3 -0
  191. package/dist/Icons/Doctype16/DocTypeInfotrack16.d.ts +3 -0
  192. package/dist/Icons/Doctype16/DocTypeInvoiceRequest16.d.ts +3 -0
  193. package/dist/Icons/Doctype16/DocTypeInvoiceRequests16.d.ts +3 -0
  194. package/dist/Icons/Doctype16/DocTypeLetter16.d.ts +3 -0
  195. package/dist/Icons/Doctype16/DocTypeMemo16.d.ts +3 -0
  196. package/dist/Icons/Doctype16/DocTypePdf16.d.ts +3 -0
  197. package/dist/Icons/Doctype16/DocTypePowerpoint16.d.ts +3 -0
  198. package/dist/Icons/Doctype16/DocTypeSMS16.d.ts +3 -0
  199. package/dist/Icons/Doctype16/DocTypeSignatureDeclined16.d.ts +3 -0
  200. package/dist/Icons/Doctype16/DocTypeSignaturePending16.d.ts +3 -0
  201. package/dist/Icons/Doctype16/DocTypeSignatureRequest16.d.ts +3 -0
  202. package/dist/Icons/Doctype16/DocTypeSignatureSigned16.d.ts +3 -0
  203. package/dist/Icons/Doctype16/DocTypeTasks16.d.ts +3 -0
  204. package/dist/Icons/Doctype16/DocTypeTrust16.d.ts +3 -0
  205. package/dist/Icons/Doctype16/DocTypeVideo16.d.ts +3 -0
  206. package/dist/Icons/Doctype16/DocTypeWord16.d.ts +3 -0
  207. package/dist/Icons/Doctype16/DocTypeZip16.d.ts +3 -0
  208. package/dist/Icons/EmailSentIcon.d.ts +3 -0
  209. package/dist/Icons/EnvelopeIcon.d.ts +3 -0
  210. package/dist/Icons/HomeIcon.d.ts +3 -0
  211. package/dist/Icons/InsertLink.d.ts +3 -0
  212. package/dist/Icons/LinkMatter.d.ts +3 -0
  213. package/dist/Icons/LinkMatterIcon.d.ts +3 -0
  214. package/dist/Icons/Loader.d.ts +3 -0
  215. package/dist/Icons/Logos/LawconnectIcon.d.ts +2 -0
  216. package/dist/Icons/Logos/LeapLogo.d.ts +2 -0
  217. package/dist/Icons/Logos/poweredByLawconnect.d.ts +2 -0
  218. package/dist/Icons/MenuIcon.d.ts +3 -0
  219. package/dist/Icons/MoreVerticalIcon.d.ts +3 -0
  220. package/dist/Icons/NewAppointment.d.ts +3 -0
  221. package/dist/Icons/Power.d.ts +3 -0
  222. package/dist/Icons/Preview.d.ts +3 -0
  223. package/dist/Icons/Receipt.d.ts +3 -0
  224. package/dist/Icons/ReportingIcon.d.ts +3 -0
  225. package/dist/Icons/ResponseIcon.d.ts +3 -0
  226. package/dist/Icons/RevokeAccess.d.ts +3 -0
  227. package/dist/Icons/Search.d.ts +3 -0
  228. package/dist/Icons/SelectFilterEmpty.d.ts +3 -0
  229. package/dist/Icons/SelectFilterFilled.d.ts +3 -0
  230. package/dist/Icons/Spinner.d.ts +3 -0
  231. package/dist/Icons/Tick.d.ts +3 -0
  232. package/dist/Icons/UserLink.d.ts +3 -0
  233. package/dist/Icons/UserLock.d.ts +3 -0
  234. package/dist/Icons/Users.d.ts +3 -0
  235. package/dist/Icons/ViewAsUser.d.ts +3 -0
  236. package/dist/Icons/ViewAsUserIcon.d.ts +3 -0
  237. package/dist/Icons/{doctype/Doctype16 → activities/activities16}/ActivityTypeDefault16.d.ts +1 -0
  238. package/dist/Icons/{doctype/Doctype16 → activities/activities16}/ActivityTypePhoneCall16.d.ts +1 -0
  239. package/dist/Icons/{doctype/Doctype16 → activities/activities16}/ActivityTypeScannedDoc16.d.ts +1 -0
  240. package/dist/Icons/{doctype/Doctype16 → activities/activities16}/ActivityTypeVideoCall16.d.ts +1 -0
  241. package/dist/Icons/common/Dialog/desktop/Alert.d.ts +1 -0
  242. package/dist/Icons/common/Dialog/desktop/Close.d.ts +1 -0
  243. package/dist/Icons/common/Dialog/desktop/Info.d.ts +1 -0
  244. package/dist/Icons/common/Dialog/desktop/LeapLogo.d.ts +1 -0
  245. package/dist/Icons/common/Dialog/web/InfoCircle.d.ts +1 -0
  246. package/dist/Icons/common/Dialog/web/Warning.d.ts +1 -0
  247. package/dist/Icons/common/Forms/CheckboxChecked.d.ts +1 -0
  248. package/dist/Icons/common/Forms/CheckboxIndeterminate.d.ts +1 -0
  249. package/dist/Icons/common/Forms/CheckboxUncontrolled.d.ts +1 -0
  250. package/dist/Icons/common/Forms/NewAppointment.d.ts +1 -0
  251. package/dist/Icons/common/Forms/RadioChecked.d.ts +1 -0
  252. package/dist/Icons/common/Forms/RadioDefault.d.ts +1 -0
  253. package/dist/Icons/common/Forms/Search.d.ts +1 -0
  254. package/dist/Icons/common/Forms/SelectFilter.d.ts +1 -0
  255. package/dist/Icons/doctypes/Doctype/ActivityTypeDefault.d.ts +1 -0
  256. package/dist/Icons/doctypes/Doctype/ActivityTypePhoneCall.d.ts +1 -0
  257. package/dist/Icons/doctypes/Doctype/ActivityTypeScannedDoc.d.ts +1 -0
  258. package/dist/Icons/doctypes/Doctype/ActivityTypeVideoCall.d.ts +1 -0
  259. package/dist/Icons/doctypes/Doctype/DocTypeAppointment.d.ts +1 -0
  260. package/dist/Icons/doctypes/Doctype/DocTypeAppointmentCriticalDate.d.ts +1 -0
  261. package/dist/Icons/doctypes/Doctype/DocTypeAudio.d.ts +1 -0
  262. package/dist/Icons/doctypes/Doctype/DocTypeClausePrecedent.d.ts +1 -0
  263. package/dist/Icons/doctypes/Doctype/DocTypeComment.d.ts +1 -0
  264. package/dist/Icons/doctypes/Doctype/DocTypeCriticalDate.d.ts +1 -0
  265. package/dist/Icons/doctypes/Doctype/DocTypeDeadline.d.ts +1 -0
  266. package/dist/Icons/doctypes/Doctype/DocTypeDefault.d.ts +1 -0
  267. package/dist/Icons/doctypes/Doctype/DocTypeEmail.d.ts +1 -0
  268. package/dist/Icons/doctypes/Doctype/DocTypeEmailDraft.d.ts +1 -0
  269. package/dist/Icons/doctypes/Doctype/DocTypeEmailReceived.d.ts +1 -0
  270. package/dist/Icons/doctypes/Doctype/DocTypeEmailRecieved.d.ts +1 -0
  271. package/dist/Icons/doctypes/Doctype/DocTypeEmailSent.d.ts +1 -0
  272. package/dist/Icons/doctypes/Doctype/DocTypeExcel.d.ts +1 -0
  273. package/dist/Icons/doctypes/Doctype/DocTypeFax.d.ts +1 -0
  274. package/dist/Icons/doctypes/Doctype/DocTypeFileNote.d.ts +1 -0
  275. package/dist/Icons/doctypes/Doctype/DocTypeFolder.d.ts +1 -0
  276. package/dist/Icons/doctypes/Doctype/DocTypeImage.d.ts +1 -0
  277. package/dist/Icons/doctypes/Doctype/DocTypeInfotrack.d.ts +1 -0
  278. package/dist/Icons/doctypes/Doctype/DocTypeInvoiceRequest.d.ts +1 -0
  279. package/dist/Icons/doctypes/Doctype/DocTypeInvoiceRequests.d.ts +1 -0
  280. package/dist/Icons/doctypes/Doctype/DocTypeLetter.d.ts +1 -0
  281. package/dist/Icons/doctypes/Doctype/DocTypeMemo.d.ts +1 -0
  282. package/dist/Icons/doctypes/Doctype/DocTypePdf.d.ts +1 -0
  283. package/dist/Icons/doctypes/Doctype/DocTypePowerpoint.d.ts +1 -0
  284. package/dist/Icons/doctypes/Doctype/DocTypeSMS.d.ts +1 -0
  285. package/dist/Icons/doctypes/Doctype/DocTypeSignatureDeclined.d.ts +1 -0
  286. package/dist/Icons/doctypes/Doctype/DocTypeSignaturePending.d.ts +1 -0
  287. package/dist/Icons/doctypes/Doctype/DocTypeSignatureRequest.d.ts +1 -0
  288. package/dist/Icons/doctypes/Doctype/DocTypeSignatureSigned.d.ts +1 -0
  289. package/dist/Icons/doctypes/Doctype/DocTypeTasks.d.ts +1 -0
  290. package/dist/Icons/doctypes/Doctype/DocTypeTrust.d.ts +1 -0
  291. package/dist/Icons/doctypes/Doctype/DocTypeVideo.d.ts +1 -0
  292. package/dist/Icons/doctypes/Doctype/DocTypeWord.d.ts +1 -0
  293. package/dist/Icons/doctypes/Doctype/DocTypeZip.d.ts +1 -0
  294. package/dist/Icons/doctypes/Doctype16/ActivityTypeDefault16.d.ts +1 -0
  295. package/dist/Icons/doctypes/Doctype16/ActivityTypePhoneCall16.d.ts +1 -0
  296. package/dist/Icons/doctypes/Doctype16/ActivityTypeScannedDoc16.d.ts +1 -0
  297. package/dist/Icons/doctypes/Doctype16/ActivityTypeVideoCall16.d.ts +1 -0
  298. package/dist/Icons/doctypes/Doctype16/DocTypeAppointment16.d.ts +1 -0
  299. package/dist/Icons/doctypes/Doctype16/DocTypeAppointmentCriticalDate16.d.ts +1 -0
  300. package/dist/Icons/doctypes/Doctype16/DocTypeAudio16.d.ts +1 -0
  301. package/dist/Icons/doctypes/Doctype16/DocTypeClausePrecedent16.d.ts +2 -1
  302. package/dist/Icons/doctypes/Doctype16/DocTypeComment16.d.ts +2 -1
  303. package/dist/Icons/doctypes/Doctype16/DocTypeCriticalDate16.d.ts +1 -0
  304. package/dist/Icons/doctypes/Doctype16/DocTypeDeadline16.d.ts +1 -0
  305. package/dist/Icons/doctypes/Doctype16/DocTypeDefault16.d.ts +1 -0
  306. package/dist/Icons/doctypes/Doctype16/DocTypeEmail16.d.ts +2 -1
  307. package/dist/Icons/doctypes/Doctype16/DocTypeEmailDraft16.d.ts +1 -0
  308. package/dist/Icons/doctypes/Doctype16/DocTypeEmailReceived16.d.ts +1 -0
  309. package/dist/Icons/doctypes/Doctype16/DocTypeEmailSent16.d.ts +1 -0
  310. package/dist/Icons/doctypes/Doctype16/DocTypeExcel16.d.ts +1 -0
  311. package/dist/Icons/doctypes/Doctype16/DocTypeExcel16ShortCut.d.ts +3 -0
  312. package/dist/Icons/doctypes/Doctype16/DocTypeFax16.d.ts +1 -0
  313. package/dist/Icons/doctypes/Doctype16/DocTypeFileNote16.d.ts +1 -0
  314. package/dist/Icons/doctypes/Doctype16/DocTypeFolder16.d.ts +1 -0
  315. package/dist/Icons/doctypes/Doctype16/DocTypeImage16.d.ts +1 -0
  316. package/dist/Icons/doctypes/Doctype16/DocTypeInfotrack16.d.ts +1 -0
  317. package/dist/Icons/doctypes/Doctype16/DocTypeInvoiceRequest16.d.ts +1 -0
  318. package/dist/Icons/doctypes/Doctype16/DocTypeInvoiceRequests16.d.ts +1 -0
  319. package/dist/Icons/doctypes/Doctype16/DocTypeLetter16.d.ts +1 -0
  320. package/dist/Icons/doctypes/Doctype16/DocTypeMemo16.d.ts +1 -0
  321. package/dist/Icons/doctypes/Doctype16/DocTypePdf16.d.ts +1 -0
  322. package/dist/Icons/doctypes/Doctype16/DocTypePowerpoint16.d.ts +1 -0
  323. package/dist/Icons/doctypes/Doctype16/DocTypeSMS16.d.ts +1 -0
  324. package/dist/Icons/doctypes/Doctype16/DocTypeScannedDoc16.d.ts +3 -0
  325. package/dist/Icons/doctypes/Doctype16/DocTypeSignatureDeclined16.d.ts +2 -1
  326. package/dist/Icons/doctypes/Doctype16/DocTypeSignaturePending16.d.ts +1 -0
  327. package/dist/Icons/doctypes/Doctype16/DocTypeSignatureRequest16.d.ts +1 -0
  328. package/dist/Icons/doctypes/Doctype16/DocTypeSignatureSigned16.d.ts +1 -0
  329. package/dist/Icons/doctypes/Doctype16/DocTypeTasks16.d.ts +1 -0
  330. package/dist/Icons/doctypes/Doctype16/DocTypeTrust16.d.ts +1 -0
  331. package/dist/Icons/doctypes/Doctype16/DocTypeVideo16.d.ts +1 -0
  332. package/dist/Icons/doctypes/Doctype16/DocTypeWord16.d.ts +1 -0
  333. package/dist/Icons/doctypes/Doctype16/DocTypeWord16Shortcut.d.ts +3 -0
  334. package/dist/Icons/doctypes/Doctype16/DocTypeZip16.d.ts +2 -1
  335. package/dist/Icons/doctypes/Doctype16/index.d.ts +3 -0
  336. package/dist/Icons/index.d.ts +50 -0
  337. package/dist/Icons/lawconnect/Accredited.d.ts +1 -0
  338. package/dist/Icons/lawconnect/AccreditedSpecialist.d.ts +1 -0
  339. package/dist/Icons/lawconnect/Annotations.d.ts +1 -0
  340. package/dist/Icons/lawconnect/App.d.ts +1 -0
  341. package/dist/Icons/lawconnect/AppleCalendar.d.ts +1 -0
  342. package/dist/Icons/lawconnect/ArrowLeft.d.ts +1 -0
  343. package/dist/Icons/lawconnect/ArrowRight.d.ts +1 -0
  344. package/dist/Icons/lawconnect/ArrowTop.d.ts +1 -0
  345. package/dist/Icons/lawconnect/Award.d.ts +1 -0
  346. package/dist/Icons/lawconnect/BestPractice.d.ts +1 -0
  347. package/dist/Icons/lawconnect/Bubble.d.ts +1 -0
  348. package/dist/Icons/lawconnect/Building.d.ts +1 -0
  349. package/dist/Icons/lawconnect/Calendar.d.ts +1 -0
  350. package/dist/Icons/lawconnect/Camera.d.ts +1 -0
  351. package/dist/Icons/lawconnect/ChevronDownLg.d.ts +1 -0
  352. package/dist/Icons/lawconnect/ChevronLeftLg.d.ts +1 -0
  353. package/dist/Icons/lawconnect/ChevronRightLg.d.ts +1 -0
  354. package/dist/Icons/lawconnect/ChevronUpLg.d.ts +1 -0
  355. package/dist/Icons/lawconnect/Clock.d.ts +1 -0
  356. package/dist/Icons/lawconnect/ClosedEye.d.ts +1 -0
  357. package/dist/Icons/lawconnect/Collaborate.d.ts +1 -0
  358. package/dist/Icons/lawconnect/Contact.d.ts +1 -0
  359. package/dist/Icons/lawconnect/Courthouse.d.ts +1 -0
  360. package/dist/Icons/lawconnect/Cross.d.ts +1 -0
  361. package/dist/Icons/lawconnect/Day.d.ts +1 -0
  362. package/dist/Icons/lawconnect/Detract.d.ts +1 -0
  363. package/dist/Icons/lawconnect/Direction.d.ts +1 -0
  364. package/dist/Icons/lawconnect/Download.d.ts +1 -0
  365. package/dist/Icons/lawconnect/Expand.d.ts +1 -0
  366. package/dist/Icons/lawconnect/ExternalArrow.d.ts +1 -0
  367. package/dist/Icons/lawconnect/Eye.d.ts +1 -0
  368. package/dist/Icons/lawconnect/Facebook.d.ts +1 -0
  369. package/dist/Icons/lawconnect/Filled/BuildingFilled.d.ts +1 -0
  370. package/dist/Icons/lawconnect/Filled/CalendarFilled.d.ts +1 -0
  371. package/dist/Icons/lawconnect/Filled/ClockFilled.d.ts +1 -0
  372. package/dist/Icons/lawconnect/Filled/LocationPinFilled.d.ts +1 -0
  373. package/dist/Icons/lawconnect/Filled/PhoneFilled.d.ts +1 -0
  374. package/dist/Icons/lawconnect/Filled/StarFilled.d.ts +1 -0
  375. package/dist/Icons/lawconnect/Filled/SuccessFilled.d.ts +1 -0
  376. package/dist/Icons/lawconnect/Filled/VideoCallFilled.d.ts +1 -0
  377. package/dist/Icons/lawconnect/Filter.d.ts +1 -0
  378. package/dist/Icons/lawconnect/FixedCost.d.ts +1 -0
  379. package/dist/Icons/lawconnect/FreeFirstAppointment.d.ts +1 -0
  380. package/dist/Icons/lawconnect/GoogleCalendar.d.ts +1 -0
  381. package/dist/Icons/lawconnect/GridView.d.ts +1 -0
  382. package/dist/Icons/lawconnect/History.d.ts +1 -0
  383. package/dist/Icons/lawconnect/Home.d.ts +1 -0
  384. package/dist/Icons/lawconnect/Info.d.ts +1 -0
  385. package/dist/Icons/lawconnect/Invoice.d.ts +1 -0
  386. package/dist/Icons/lawconnect/ItemSearch.d.ts +1 -0
  387. package/dist/Icons/lawconnect/Legal.d.ts +1 -0
  388. package/dist/Icons/lawconnect/LegalAid.d.ts +1 -0
  389. package/dist/Icons/lawconnect/Linkedin.d.ts +1 -0
  390. package/dist/Icons/lawconnect/List.d.ts +1 -0
  391. package/dist/Icons/lawconnect/ListView.d.ts +1 -0
  392. package/dist/Icons/lawconnect/LocationPin.d.ts +1 -0
  393. package/dist/Icons/lawconnect/LocationPointer.d.ts +1 -0
  394. package/dist/Icons/lawconnect/Midday.d.ts +1 -0
  395. package/dist/Icons/lawconnect/Minus.d.ts +1 -0
  396. package/dist/Icons/lawconnect/MobileService.d.ts +1 -0
  397. package/dist/Icons/lawconnect/More.d.ts +1 -0
  398. package/dist/Icons/lawconnect/MoreVerticalIcon.d.ts +1 -0
  399. package/dist/Icons/lawconnect/NowinNofee.d.ts +1 -0
  400. package/dist/Icons/lawconnect/OnlineSign.d.ts +1 -0
  401. package/dist/Icons/lawconnect/OutlookCalendar.d.ts +1 -0
  402. package/dist/Icons/lawconnect/Payment.d.ts +1 -0
  403. package/dist/Icons/lawconnect/Pegman.d.ts +1 -0
  404. package/dist/Icons/lawconnect/Phone.d.ts +1 -0
  405. package/dist/Icons/lawconnect/Plus.d.ts +1 -0
  406. package/dist/Icons/lawconnect/Print.d.ts +1 -0
  407. package/dist/Icons/lawconnect/QuestionBalloon.d.ts +1 -0
  408. package/dist/Icons/lawconnect/QuestionCircle.d.ts +1 -0
  409. package/dist/Icons/lawconnect/RapidPay.d.ts +1 -0
  410. package/dist/Icons/lawconnect/Refresh.d.ts +1 -0
  411. package/dist/Icons/lawconnect/Search.d.ts +1 -0
  412. package/dist/Icons/lawconnect/SecureDocCollab.d.ts +1 -0
  413. package/dist/Icons/lawconnect/SecurePayments.d.ts +1 -0
  414. package/dist/Icons/lawconnect/Send.d.ts +1 -0
  415. package/dist/Icons/lawconnect/Settings.d.ts +1 -0
  416. package/dist/Icons/lawconnect/Share.d.ts +1 -0
  417. package/dist/Icons/lawconnect/SidebarToggleLeft.d.ts +1 -0
  418. package/dist/Icons/lawconnect/SidebarToggleRight.d.ts +1 -0
  419. package/dist/Icons/lawconnect/StarEmpty.d.ts +1 -0
  420. package/dist/Icons/lawconnect/Sunrise.d.ts +1 -0
  421. package/dist/Icons/lawconnect/Sunset.d.ts +1 -0
  422. package/dist/Icons/lawconnect/Tick.d.ts +1 -0
  423. package/dist/Icons/lawconnect/TopRightCurvedArrow.d.ts +1 -0
  424. package/dist/Icons/lawconnect/Upload.d.ts +1 -0
  425. package/dist/Icons/lawconnect/User.d.ts +1 -0
  426. package/dist/Icons/lawconnect/UserProfile.d.ts +1 -0
  427. package/dist/Icons/lawconnect/Video.d.ts +1 -0
  428. package/dist/Icons/lawconnect/VideoCall.d.ts +1 -0
  429. package/dist/Icons/lawconnect/Wallet.d.ts +1 -0
  430. package/dist/Icons/lawconnect/Warning.d.ts +1 -0
  431. package/dist/Icons/lawconnect/World.d.ts +1 -0
  432. package/dist/Icons/lawconnect/index.d.ts +96 -96
  433. package/dist/Icons/leap/Access.d.ts +1 -0
  434. package/dist/Icons/leap/Accounting.d.ts +1 -0
  435. package/dist/Icons/leap/ActivityDefault16.d.ts +3 -0
  436. package/dist/Icons/leap/Appointment16.d.ts +3 -0
  437. package/dist/Icons/leap/AssignCurved.d.ts +1 -0
  438. package/dist/Icons/leap/AutoTimer24.d.ts +3 -0
  439. package/dist/Icons/leap/AutoTimerFilled24.d.ts +3 -0
  440. package/dist/Icons/leap/AvatarBusiness.d.ts +1 -0
  441. package/dist/Icons/leap/AvatarCompany.d.ts +1 -0
  442. package/dist/Icons/leap/AvatarGovernment.d.ts +1 -0
  443. package/dist/Icons/leap/AvatarPeople.d.ts +1 -0
  444. package/dist/Icons/leap/AvatarPerson.d.ts +1 -0
  445. package/dist/Icons/leap/AvatarTrust.d.ts +1 -0
  446. package/dist/Icons/leap/BlankLetter16.d.ts +3 -0
  447. package/dist/Icons/leap/Browse.d.ts +1 -0
  448. package/dist/Icons/leap/Browse2.d.ts +1 -0
  449. package/dist/Icons/leap/ButtonCaret.d.ts +1 -0
  450. package/dist/Icons/leap/ButtonFilter.d.ts +1 -0
  451. package/dist/Icons/leap/Bylawyers16.d.ts +3 -0
  452. package/dist/Icons/leap/Calendar.d.ts +1 -0
  453. package/dist/Icons/leap/Carat.d.ts +3 -0
  454. package/dist/Icons/leap/ChevronDown.d.ts +1 -0
  455. package/dist/Icons/leap/ChevronLeft.d.ts +1 -0
  456. package/dist/Icons/leap/ChevronRight.d.ts +1 -0
  457. package/dist/Icons/leap/Clause16.d.ts +3 -0
  458. package/dist/Icons/leap/Coin.d.ts +1 -0
  459. package/dist/Icons/leap/CoinEuro.d.ts +1 -0
  460. package/dist/Icons/leap/CoinPound.d.ts +1 -0
  461. package/dist/Icons/leap/CostRecoveryExceeded16.d.ts +3 -0
  462. package/dist/Icons/leap/Cross.d.ts +1 -0
  463. package/dist/Icons/leap/Cross16.d.ts +1 -0
  464. package/dist/Icons/leap/Currency.d.ts +1 -0
  465. package/dist/Icons/leap/CurrencyEuro.d.ts +1 -0
  466. package/dist/Icons/leap/CurrencyPound.d.ts +1 -0
  467. package/dist/Icons/leap/EmailSent.d.ts +1 -0
  468. package/dist/Icons/leap/Fax16.d.ts +3 -0
  469. package/dist/Icons/leap/Home.d.ts +1 -0
  470. package/dist/Icons/leap/HyperLink16.d.ts +3 -0
  471. package/dist/Icons/leap/InsertLink.d.ts +1 -0
  472. package/dist/Icons/leap/Loader.d.ts +1 -0
  473. package/dist/Icons/leap/ManualEntry24.d.ts +3 -0
  474. package/dist/Icons/leap/ManualEntryFilled24.d.ts +3 -0
  475. package/dist/Icons/leap/Memo16.d.ts +3 -0
  476. package/dist/Icons/leap/Menu.d.ts +1 -0
  477. package/dist/Icons/leap/MoreVertical.d.ts +1 -0
  478. package/dist/Icons/leap/NewAppointment.d.ts +1 -0
  479. package/dist/Icons/leap/PhoneCall16.d.ts +3 -0
  480. package/dist/Icons/leap/Power.d.ts +1 -0
  481. package/dist/Icons/leap/PrecedentNotification16.d.ts +3 -0
  482. package/dist/Icons/leap/Preview.d.ts +1 -0
  483. package/dist/Icons/leap/Reporting.d.ts +1 -0
  484. package/dist/Icons/leap/Response.d.ts +1 -0
  485. package/dist/Icons/leap/RevokeAccess.d.ts +1 -0
  486. package/dist/Icons/leap/ScannedDoc16.d.ts +3 -0
  487. package/dist/Icons/leap/Search.d.ts +1 -0
  488. package/dist/Icons/leap/SelectFilterEmpty.d.ts +1 -0
  489. package/dist/Icons/leap/SelectFilterFilled.d.ts +1 -0
  490. package/dist/Icons/leap/SharedFolder16.d.ts +3 -0
  491. package/dist/Icons/leap/Sms16.d.ts +3 -0
  492. package/dist/Icons/leap/Spinner.d.ts +1 -0
  493. package/dist/Icons/leap/TaxInvoice16.d.ts +3 -0
  494. package/dist/Icons/leap/TaxInvoice216.d.ts +3 -0
  495. package/dist/Icons/leap/Tick.d.ts +1 -0
  496. package/dist/Icons/leap/TimedEntry16.d.ts +3 -0
  497. package/dist/Icons/leap/Timer24.d.ts +3 -0
  498. package/dist/Icons/leap/TimerFillled24.d.ts +3 -0
  499. package/dist/Icons/leap/TrustStatement16.d.ts +3 -0
  500. package/dist/Icons/leap/UnknownType16.d.ts +3 -0
  501. package/dist/Icons/leap/UserLink.d.ts +1 -0
  502. package/dist/Icons/leap/UserLock.d.ts +1 -0
  503. package/dist/Icons/leap/Users.d.ts +1 -0
  504. package/dist/Icons/leap/Video16.d.ts +3 -0
  505. package/dist/Icons/leap/VideoCall16.d.ts +3 -0
  506. package/dist/Icons/leap/VoiceMemo16.d.ts +3 -0
  507. package/dist/Icons/leap/Zyphta16.d.ts +3 -0
  508. package/dist/Icons/leap/activities/Activities16/ActivityTypeDefault16.d.ts +3 -0
  509. package/dist/Icons/leap/activities/Activities16/ActivityTypePhoneCall16.d.ts +3 -0
  510. package/dist/Icons/leap/activities/Activities16/ActivityTypeScannedDoc16.d.ts +3 -0
  511. package/dist/Icons/leap/activities/Activities16/ActivityTypeVideoCall16.d.ts +3 -0
  512. package/dist/Icons/leap/index.d.ts +41 -7
  513. package/dist/Icons/leap/ribbon/Calendar.d.ts +2 -0
  514. package/dist/Icons/leap/ribbon/Calendar32.d.ts +3 -0
  515. package/dist/Icons/leap/ribbon/CalendarDark32.d.ts +3 -0
  516. package/dist/Icons/leap/ribbon/Delete.d.ts +3 -0
  517. package/dist/Icons/leap/ribbon/Delete32.d.ts +3 -0
  518. package/dist/Icons/leap/ribbon/DeleteDark32.d.ts +3 -0
  519. package/dist/Icons/leap/ribbon/MatterFolder.d.ts +2 -0
  520. package/dist/Icons/leap/ribbon/MatterFolder32.d.ts +3 -0
  521. package/dist/Icons/leap/ribbon/MatterFolderDark32.d.ts +3 -0
  522. package/dist/Icons/leap/ribbon/NewEntry.d.ts +2 -0
  523. package/dist/ImageUpload/ImageUpload.d.ts +1 -1
  524. package/dist/ImageUpload/ImageUpload.styled.d.ts +2 -0
  525. package/dist/ImageUpload/ImageUpload.types.d.ts +6 -0
  526. package/dist/ImageUpload/index.d.ts +1 -1
  527. package/dist/Input/Input.d.ts +2 -2
  528. package/dist/Input/Input.types.d.ts +27 -0
  529. package/dist/Input/index.d.ts +1 -1
  530. package/dist/InputLabel/InputLabel.d.ts +2 -1
  531. package/dist/InputLabel/InputLabel.types.d.ts +1 -2
  532. package/dist/List/List.d.ts +2 -2
  533. package/dist/List/List.types.d.ts +1 -3
  534. package/dist/ListItem/ListItem.types.d.ts +0 -7
  535. package/dist/ListItemAvatar/ListItemAvatar.d.ts +2 -2
  536. package/dist/ListItemAvatar/ListItemAvatar.types.d.ts +1 -3
  537. package/dist/ListItemIcon/ListItemIcon.types.d.ts +1 -3
  538. package/dist/ListSubheader/ListSubheader.types.d.ts +1 -6
  539. package/dist/Loader/Icons/Loader.d.ts +1 -0
  540. package/dist/Loader/Icons/Spinner.d.ts +1 -0
  541. package/dist/Loader/Loader.d.ts +2 -1
  542. package/dist/Logos/Leap/LeapLogo.d.ts +1 -0
  543. package/dist/Logos/Leap/index.d.ts +1 -1
  544. package/dist/MenuContext/MenuContext.d.ts +4 -0
  545. package/dist/MenuContext/MenuContext.types.d.ts +18 -0
  546. package/dist/MenuHeader/MenuHeader.d.ts +2 -1
  547. package/dist/MenuHeader/MenuHeader.types.d.ts +4 -0
  548. package/dist/MenuHeader/index.d.ts +1 -1
  549. package/dist/MenuItem/MenuItem.d.ts +2 -1
  550. package/dist/MenuItemSystem/MenuItemSystem.d.ts +4 -0
  551. package/dist/MenuItemSystem/MenuItemSystem.types.d.ts +25 -0
  552. package/dist/Modal/Modal.d.ts +1 -1
  553. package/dist/Modal/Modal.types.d.ts +5 -0
  554. package/dist/Modal/index.d.ts +1 -1
  555. package/dist/ModalActions/ModalActions.d.ts +2 -2
  556. package/dist/ModalActions/ModalActions.types.d.ts +3 -0
  557. package/dist/ModalActions/index.d.ts +1 -1
  558. package/dist/ModalContent/ModalContent.d.ts +2 -2
  559. package/dist/ModalContent/ModalContent.types.d.ts +7 -0
  560. package/dist/ModalContent/index.d.ts +1 -1
  561. package/dist/ModalTitle/ModalTitle.d.ts +2 -2
  562. package/dist/ModalTitle/ModalTitle.types.d.ts +4 -0
  563. package/dist/ModalTitle/index.d.ts +1 -1
  564. package/dist/Pagination/Pagination.d.ts +2 -1
  565. package/dist/ProgressBar/ProgressBar.d.ts +1 -0
  566. package/dist/ProgressBar/ProgressBar.types.d.ts +1 -2
  567. package/dist/Radio/Radio.d.ts +2 -1
  568. package/dist/RadioGroup/RadioGroup.d.ts +2 -2
  569. package/dist/RadioGroup/RadioGroup.types.d.ts +4 -0
  570. package/dist/RadioGroup/index.d.ts +1 -1
  571. package/dist/Select/Select.d.ts +1 -0
  572. package/dist/Select/Select.styled.d.ts +1 -1
  573. package/dist/SidebarLayout/SidebarLayout.types.d.ts +15 -0
  574. package/dist/SidebarLayout/index.d.ts +1 -1
  575. package/dist/StepNavigation/StepNavigation.d.ts +1 -0
  576. package/dist/StepNavigation/StepNavigation.styled.d.ts +1 -3
  577. package/dist/Switch/Switch.d.ts +2 -2
  578. package/dist/Switch/Switch.types.d.ts +3 -0
  579. package/dist/Switch/index.d.ts +1 -1
  580. package/dist/Tab/Tab.d.ts +1 -0
  581. package/dist/TabListItem/TabListItem.types.d.ts +2 -2
  582. package/dist/Table/Table.d.ts +2 -2
  583. package/dist/Table/Table.types.d.ts +8 -0
  584. package/dist/Table/index.d.ts +1 -1
  585. package/dist/TableBody/TableBody.d.ts +2 -2
  586. package/dist/TableBody/TableBody.types.d.ts +8 -0
  587. package/dist/TableBody/index.d.ts +1 -1
  588. package/dist/TableCell/TableCell.d.ts +1 -1
  589. package/dist/TableCell/TableCell.types.d.ts +9 -0
  590. package/dist/TableCell/index.d.ts +1 -1
  591. package/dist/TableCellIcon/TableCellIcon.d.ts +1 -1
  592. package/dist/TableCellIcon/TableCellIcon.types.d.ts +5 -0
  593. package/dist/TableCellIcon/index.d.ts +1 -1
  594. package/dist/TableContainer/TableContainer.d.ts +3 -3
  595. package/dist/TableContainer/TableContainer.types.d.ts +4 -0
  596. package/dist/TableContainer/index.d.ts +1 -1
  597. package/dist/TableFooter/TableFooter.d.ts +2 -2
  598. package/dist/TableFooter/TableFooter.types.d.ts +3 -0
  599. package/dist/TableFooter/index.d.ts +1 -1
  600. package/dist/TableHead/TableHead.d.ts +2 -2
  601. package/dist/TableHead/TableHead.types.d.ts +3 -0
  602. package/dist/TableHead/index.d.ts +1 -1
  603. package/dist/TableRow/TableRow.d.ts +3 -3
  604. package/dist/TableRow/TableRow.types.d.ts +4 -0
  605. package/dist/TableRow/index.d.ts +1 -1
  606. package/dist/Tabs/Tabs.d.ts +1 -0
  607. package/dist/Tag/Tag.d.ts +2 -1
  608. package/dist/Tag/Tag.styled.d.ts +1 -3
  609. package/dist/Tag/Tag.types.d.ts +18 -0
  610. package/dist/Tag/index.d.ts +1 -1
  611. package/dist/TextField/TextField.d.ts +1 -0
  612. package/dist/TextField/TextField.types.d.ts +3 -4
  613. package/dist/ThemeProvider/ThemeProvider.d.ts +2 -1
  614. package/dist/ThemeProvider/ThemeProvider.types.d.ts +5 -0
  615. package/dist/ThemeProvider/index.d.ts +1 -1
  616. package/dist/Themes/Core/baseline.d.ts +35 -0
  617. package/dist/Themes/Core/common.d.ts +289 -0
  618. package/dist/Themes/Core/props.d.ts +31 -0
  619. package/dist/Themes/Desktop/index.d.ts +1 -0
  620. package/dist/Themes/Desktop/pallette.d.ts +234 -0
  621. package/dist/Themes/Desktop/theme.d.ts +1 -0
  622. package/dist/Themes/Desktop/typography.d.ts +84 -0
  623. package/dist/Themes/Web/index.d.ts +1 -0
  624. package/dist/Themes/Web/pallette.d.ts +234 -0
  625. package/dist/Themes/Web/theme.d.ts +1 -0
  626. package/dist/Themes/Web/typography.d.ts +93 -0
  627. package/dist/Themes/index.d.ts +7 -0
  628. package/dist/ToolbarButton/ToolbarButton.d.ts +1 -1
  629. package/dist/ToolbarButton/ToolbarButton.types.d.ts +8 -0
  630. package/dist/ToolbarButton/index.d.ts +1 -1
  631. package/dist/Tooltip/Tooltip.d.ts +3 -3
  632. package/dist/Tooltip/Tooltip.types.d.ts +4 -0
  633. package/dist/Tooltip/index.d.ts +1 -1
  634. package/dist/TwoColumnLayout/TwoColumnLayout.types.d.ts +11 -0
  635. package/dist/TwoColumnLayout/index.d.ts +1 -1
  636. package/dist/Typography/Typography.d.ts +1 -1
  637. package/dist/Typography/Typography.types.d.ts +2 -1
  638. package/dist/index.d.ts +0 -1
  639. package/dist/index.esm.js +984 -806
  640. package/dist/index.esm.js.map +1 -1
  641. package/dist/index.js +1054 -860
  642. package/dist/index.js.map +1 -1
  643. package/dist/package.json +15 -17
  644. package/package.json +15 -17
  645. package/src/Accordion/Accordion.test.tsx +3 -2
  646. package/src/Accordion/Accordion.tsx +70 -48
  647. package/src/Accordion/{AccordionProps.types.tsx → Accordion.types.ts} +3 -2
  648. package/src/Accordion/index.ts +2 -2
  649. package/src/AccordionDetails/AccordionDetails.stories.mdx +13 -1
  650. package/src/AccordionDetails/AccordionDetails.test.tsx +3 -2
  651. package/src/AccordionDetails/AccordionDetails.tsx +5 -10
  652. package/src/AccordionDetails/AccordionDetails.types.ts +3 -0
  653. package/src/AccordionDetails/index.ts +2 -2
  654. package/src/AccordionPanel/AccordionPanel.test.tsx +8 -3
  655. package/src/AccordionPanel/AccordionPanel.tsx +6 -10
  656. package/src/AccordionPanel/AccordionPanel.types.ts +2 -0
  657. package/src/AccordionPanel/index.ts +2 -2
  658. package/src/AccordionSummary/AccordionSummary.test.tsx +3 -2
  659. package/src/AccordionSummary/AccordionSummary.tsx +11 -14
  660. package/src/AccordionSummary/{AccordionSummaryProps.types.tsx → AccordionSummary.types.ts} +2 -2
  661. package/src/AccordionSummary/index.ts +2 -2
  662. package/src/ActivityLog/ActivityLog.stories.mdx +0 -1
  663. package/src/ActivityLog/{ActivityLog.styled.ts → ActivityLog.styled.tsx} +42 -38
  664. package/src/ActivityLog/ActivityLog.test.tsx +26 -0
  665. package/src/ActivityLog/ActivityLog.tsx +28 -17
  666. package/src/ActivityLog/ActivityLog.types.ts +15 -17
  667. package/src/AppBar/AppBar.test.tsx +8 -8
  668. package/src/AppBar/AppBar.tsx +8 -11
  669. package/src/AppBar/{AppBar.types.tsx → AppBar.types.ts} +4 -12
  670. package/src/AttachmentIcon/AttachmentIcon.stories.mdx +253 -64
  671. package/src/AttachmentIcon/AttachmentIcon.test.tsx +7 -0
  672. package/src/AttachmentIcon/AttachmentIcon.types.ts +2 -2
  673. package/src/AttachmentIcon/icons.ts +27 -0
  674. package/src/Autocomplete/Autocomplete.stories.mdx +99 -54
  675. package/src/Autocomplete/{Autocomplete.styled.ts → Autocomplete.styled.tsx} +1 -2
  676. package/src/Autocomplete/Autocomplete.test.tsx +13 -3
  677. package/src/Autocomplete/Autocomplete.tsx +5 -13
  678. package/src/Autocomplete/{AutocompleteProps.types.tsx → Autocomplete.types.ts} +4 -28
  679. package/src/Autocomplete/index.ts +2 -2
  680. package/src/Autocomplete/story-supports/RecipientInput.js +4 -9
  681. package/src/Avatar/Avatar.stories.mdx +43 -10
  682. package/src/Avatar/Avatar.test.tsx +8 -8
  683. package/src/Avatar/Avatar.types.ts +20 -0
  684. package/src/AvatarGroup/AvatarGroup.stories.mdx +78 -4
  685. package/src/AvatarGroup/AvatarGroup.styled.tsx +56 -0
  686. package/src/AvatarGroup/AvatarGroup.test.tsx +3 -2
  687. package/src/AvatarGroup/AvatarGroup.tsx +1 -1
  688. package/src/AvatarGroup/AvatarGroup.types.ts +22 -0
  689. package/src/AvatarGroup/index.ts +2 -2
  690. package/src/Badge/Badge.stories.mdx +4 -4
  691. package/src/Badge/Badge.test.tsx +8 -8
  692. package/src/Badge/Badge.tsx +4 -5
  693. package/src/Badge/Badge.types.ts +3 -0
  694. package/src/BottomListButton/{BottomListButton.styled.ts → BottomListButton.styled.tsx} +8 -4
  695. package/src/BottomListButton/BottomListButton.test.tsx +3 -2
  696. package/src/BottomListButton/BottomListButton.tsx +12 -12
  697. package/src/BottomListButton/BottomListButton.types.ts +6 -0
  698. package/src/BottomListButton/index.ts +2 -2
  699. package/src/Box/Box.test.tsx +3 -2
  700. package/src/Box/Box.tsx +4 -5
  701. package/src/Box/index.ts +2 -2
  702. package/src/Breadcrumbs/Breadcrumbs.stories.mdx +0 -1
  703. package/src/Breadcrumbs/Breadcrumbs.styled.tsx +16 -0
  704. package/src/Breadcrumbs/Breadcrumbs.test.tsx +8 -8
  705. package/src/Breadcrumbs/Breadcrumbs.tsx +1 -1
  706. package/src/Breadcrumbs/Breadcrumbs.types.ts +3 -0
  707. package/src/Breadcrumbs/index.ts +1 -1
  708. package/src/Button/Button.stories.mdx +23 -5
  709. package/src/Button/{Button.styled.ts → Button.styled.tsx} +45 -47
  710. package/src/Button/Button.test.tsx +4 -3
  711. package/src/Button/Button.tsx +6 -6
  712. package/src/Button/Button.types.ts +5 -0
  713. package/src/Button/index.ts +2 -2
  714. package/src/Card/Card.stories.mdx +17 -5
  715. package/src/Card/{Card.styled.ts → Card.styled.tsx} +7 -12
  716. package/src/Card/Card.test.tsx +3 -2
  717. package/src/Card/Card.tsx +4 -7
  718. package/src/Card/Card.types.ts +7 -0
  719. package/src/Card/index.ts +2 -2
  720. package/src/Checkbox/Checkbox.stories.mdx +5 -1
  721. package/src/Checkbox/Checkbox.styled.tsx +8 -0
  722. package/src/Checkbox/Checkbox.test.tsx +8 -8
  723. package/src/Checkbox/Checkbox.tsx +10 -11
  724. package/src/Checkbox/Checkbox.types.ts +7 -0
  725. package/src/Chip/Chip.stories.mdx +49 -30
  726. package/src/Chip/{Chip.styled.ts → Chip.styled.tsx} +32 -37
  727. package/src/Chip/Chip.test.tsx +3 -2
  728. package/src/Chip/Chip.tsx +15 -15
  729. package/src/Chip/Chip.types.ts +7 -0
  730. package/src/Chip/index.ts +2 -2
  731. package/src/CssBaseline/CssBaseline.tsx +8 -10
  732. package/src/CssBaseline/CssBaseline.types.ts +2 -3
  733. package/src/DatePicker/DatePicker.stories.mdx +13 -9
  734. package/src/DatePicker/DatePicker.styled.tsx +5 -3
  735. package/src/DatePicker/DatePicker.test.tsx +3 -2
  736. package/src/DatePicker/DatePicker.tsx +10 -6
  737. package/src/DatePicker/DatePicker.types.ts +3 -0
  738. package/src/DatePicker/index.ts +2 -2
  739. package/src/DateRangePicker/DateRangePicker.stories.mdx +46 -17
  740. package/src/DateRangePicker/DateRangePicker.styled.tsx +5 -3
  741. package/src/DateRangePicker/DateRangePicker.test.tsx +3 -2
  742. package/src/DateRangePicker/DateRangePicker.tsx +1 -3
  743. package/src/DateRangePicker/index.ts +2 -2
  744. package/src/Dialog/Dialog.stories.mdx +143 -29
  745. package/src/Dialog/Dialog.test.tsx +23 -21
  746. package/src/Dialog/Dialog.tsx +27 -31
  747. package/src/Dialog/Dialog.type.ts +3 -2
  748. package/src/Divider/Divider.stories.mdx +6 -0
  749. package/src/Divider/Divider.test.tsx +2 -2
  750. package/src/Divider/Divider.tsx +14 -11
  751. package/src/Divider/Divider.types.ts +3 -0
  752. package/src/Divider/index.ts +2 -2
  753. package/src/Drawer/Drawer.stories.mdx +9 -5
  754. package/src/Drawer/Drawer.test.tsx +4 -3
  755. package/src/Drawer/Drawer.tsx +24 -19
  756. package/src/Drawer/Drawer.types.ts +6 -0
  757. package/src/Drawer/index.ts +2 -2
  758. package/src/DrawerMenu/DrawerMenu.stories.mdx +2 -2
  759. package/src/DrawerMenu/DrawerMenu.styled.tsx +73 -73
  760. package/src/DrawerMenu/DrawerMenu.test.tsx +2 -2
  761. package/src/DrawerMenu/DrawerMenu.tsx +38 -22
  762. package/src/DrawerMenu/DrawerMenu.types.ts +32 -0
  763. package/src/DrawerMenu/index.ts +2 -2
  764. package/src/Dropdown/Dropdown.stories.mdx +0 -6
  765. package/src/Dropdown/Dropdown.test.tsx +12 -0
  766. package/src/Dropdown/Dropdown.tsx +0 -10
  767. package/src/EmptyState/EmptyState.stories.mdx +5 -5
  768. package/src/EmptyState/EmptyState.test.tsx +2 -3
  769. package/src/EmptyState/EmptyState.tsx +3 -10
  770. package/src/EmptyState/EmptyState.types.ts +12 -0
  771. package/src/EmptyState/index.ts +2 -2
  772. package/src/FooterActions/FooterActions.styled.tsx +41 -0
  773. package/src/FooterActions/FooterActions.test.tsx +3 -2
  774. package/src/FooterActions/FooterActions.tsx +37 -25
  775. package/src/FooterActions/{FooterActionsProps.types.tsx → FooterActions.types.ts} +2 -2
  776. package/src/FooterActions/index.ts +2 -2
  777. package/src/FormBody/FormBody.stories.mdx +75 -1
  778. package/src/FormBody/FormBody.test.tsx +7 -0
  779. package/src/FormBody/FormBody.tsx +11 -18
  780. package/src/FormBody/FormBody.types.ts +6 -7
  781. package/src/FormContainer/FormContainer.stories.mdx +92 -10
  782. package/src/FormContainer/FormContainer.styled.tsx +13 -0
  783. package/src/FormContainer/FormContainer.test.tsx +7 -0
  784. package/src/FormContainer/FormContainer.tsx +15 -11
  785. package/src/FormContainer/FormContainer.types.ts +3 -4
  786. package/src/FormGroup/FormGroup.stories.mdx +47 -3
  787. package/src/FormGroup/FormGroup.test.tsx +2 -3
  788. package/src/FormGroup/FormGroup.tsx +22 -13
  789. package/src/FormGroup/FormGroup.types.ts +16 -0
  790. package/src/FormGroup/index.ts +2 -2
  791. package/src/FormHeader/FormHeader.styled.tsx +68 -0
  792. package/src/FormHeader/FormHeader.test.tsx +7 -0
  793. package/src/FormHeader/FormHeader.tsx +73 -48
  794. package/src/FormHeader/FormHeader.types.ts +8 -7
  795. package/src/Grid/Grid.stories.mdx +18 -5
  796. package/src/Grid/Grid.test.tsx +3 -2
  797. package/src/Grid/Grid.tsx +5 -8
  798. package/src/Grid/Grid.types.ts +3 -0
  799. package/src/Grid/index.ts +2 -2
  800. package/src/HeaderToolbar/HeaderToolbar.stories.mdx +183 -6
  801. package/src/HeaderToolbar/HeaderToolbar.styled.tsx +14 -11
  802. package/src/HeaderToolbar/HeaderToolbar.test.tsx +3 -2
  803. package/src/HeaderToolbar/HeaderToolbar.tsx +22 -12
  804. package/src/HeaderToolbar/HeaderToolbar.types.ts +13 -0
  805. package/src/HeaderToolbar/index.ts +2 -2
  806. package/src/Icon/Icon.stories.mdx +35 -3
  807. package/src/Icon/Icon.test.tsx +8 -8
  808. package/src/Icon/Icon.tsx +6 -6
  809. package/src/IconButton/IconButton.stories.mdx +101 -5
  810. package/src/IconButton/IconButton.test.tsx +8 -8
  811. package/src/IconButton/IconButton.tsx +13 -11
  812. package/src/IconButton/IconButton.types.ts +7 -0
  813. package/src/IconButton/support/IconButtonMenuListExample.tsx +6 -4
  814. package/src/Icons/doctype-icons.stories.mdx +260 -213
  815. package/src/Icons/doctypes/Doctype/icons.ts +247 -0
  816. package/src/Icons/doctypes/Doctype16/DocTypeAppointment16.tsx +56 -18
  817. package/src/Icons/doctypes/Doctype16/DocTypeClausePrecedent16.tsx +46 -13
  818. package/src/Icons/doctypes/Doctype16/DocTypeComment16.tsx +17 -7
  819. package/src/Icons/doctypes/Doctype16/DocTypeEmail16.tsx +22 -11
  820. package/src/Icons/doctypes/Doctype16/DocTypeExcel16Shortcut.tsx +99 -0
  821. package/src/Icons/doctypes/Doctype16/DocTypeScannedDoc16.tsx +43 -0
  822. package/src/Icons/doctypes/Doctype16/DocTypeSignatureDeclined16.tsx +44 -13
  823. package/src/Icons/doctypes/Doctype16/DocTypeWord16Shortcut.tsx +75 -0
  824. package/src/Icons/doctypes/Doctype16/DocTypeZip16.tsx +27 -9
  825. package/src/Icons/doctypes/Doctype16/icons.ts +148 -0
  826. package/src/Icons/doctypes/Doctype16/index.ts +37 -35
  827. package/src/Icons/lawconnect/Filled/index.ts +8 -0
  828. package/src/Icons/lawconnect/icons.ts +219 -0
  829. package/src/Icons/lawconnect/index.ts +96 -0
  830. package/src/Icons/lawconnect-icons.stories.mdx +165 -152
  831. package/src/Icons/leap/ActivityDefault16.tsx +25 -0
  832. package/src/Icons/leap/Appointment16.tsx +44 -0
  833. package/src/Icons/leap/AutoTimer24.tsx +22 -0
  834. package/src/Icons/leap/AutoTimerFilled24.tsx +15 -0
  835. package/src/Icons/leap/BlankLetter16.tsx +47 -0
  836. package/src/Icons/leap/Bylawyers16.tsx +36 -0
  837. package/src/Icons/leap/Carat.tsx +15 -0
  838. package/src/Icons/leap/Clause16.tsx +34 -0
  839. package/src/Icons/leap/CostRecoveryExceeded16.tsx +37 -0
  840. package/src/Icons/leap/Fax16.tsx +53 -0
  841. package/src/Icons/leap/HyperLink16.tsx +40 -0
  842. package/src/Icons/leap/ManualEntry24.tsx +27 -0
  843. package/src/Icons/leap/ManualEntryFilled24.tsx +27 -0
  844. package/src/Icons/leap/Memo16.tsx +42 -0
  845. package/src/Icons/leap/PhoneCall16.tsx +21 -0
  846. package/src/Icons/leap/PrecedentNotification16.tsx +25 -0
  847. package/src/Icons/leap/ScannedDoc16.tsx +42 -0
  848. package/src/Icons/leap/SharedFolder16.tsx +37 -0
  849. package/src/Icons/leap/Sms16.tsx +34 -0
  850. package/src/Icons/leap/TaxInvoice16.tsx +68 -0
  851. package/src/Icons/leap/TaxInvoice216.tsx +54 -0
  852. package/src/Icons/leap/TimedEntry16.tsx +39 -0
  853. package/src/Icons/leap/Timer24.tsx +15 -0
  854. package/src/Icons/leap/TimerFillled24.tsx +15 -0
  855. package/src/Icons/leap/TrustStatement16.tsx +61 -0
  856. package/src/Icons/leap/UnknownType16.tsx +32 -0
  857. package/src/Icons/leap/Video16.tsx +39 -0
  858. package/src/Icons/leap/VideoCall16.tsx +27 -0
  859. package/src/Icons/leap/VoiceMemo16.tsx +31 -0
  860. package/src/Icons/leap/Zyphta16.tsx +51 -0
  861. package/src/Icons/leap/icons.ts +174 -0
  862. package/src/Icons/leap/index.ts +48 -7
  863. package/src/Icons/leap/ribbon/Calendar.tsx +26 -0
  864. package/src/Icons/leap/ribbon/Delete.tsx +22 -0
  865. package/src/Icons/leap/ribbon/MatterFolder.tsx +26 -0
  866. package/src/Icons/leap/ribbon/NewEntry.tsx +51 -0
  867. package/src/Icons/leap-icons.stories.mdx +138 -95
  868. package/src/ImageUpload/ImageUpload.stories.mdx +23 -0
  869. package/src/ImageUpload/ImageUpload.styled.tsx +81 -0
  870. package/src/ImageUpload/ImageUpload.test.tsx +3 -2
  871. package/src/ImageUpload/ImageUpload.tsx +11 -16
  872. package/src/ImageUpload/{ImageUploadProps.types.tsx → ImageUpload.types.ts} +0 -1
  873. package/src/ImageUpload/index.ts +2 -2
  874. package/src/Input/Input.stories.mdx +35 -11
  875. package/src/Input/Input.test.tsx +3 -2
  876. package/src/Input/Input.tsx +22 -15
  877. package/src/Input/{InputProps.types.tsx → Input.types.ts} +9 -1
  878. package/src/Input/index.ts +2 -2
  879. package/src/InputLabel/InputLabel.test.tsx +8 -8
  880. package/src/InputLabel/InputLabel.tsx +6 -6
  881. package/src/InputLabel/InputLabel.types.ts +3 -0
  882. package/src/List/List.tsx +4 -4
  883. package/src/List/List.types.ts +2 -4
  884. package/src/ListItem/ListItem.test.tsx +10 -0
  885. package/src/ListItem/ListItem.types.ts +3 -10
  886. package/src/ListItemAvatar/ListItemAvatar.stories.mdx +21 -0
  887. package/src/ListItemAvatar/ListItemAvatar.test.tsx +9 -0
  888. package/src/ListItemAvatar/ListItemAvatar.tsx +3 -4
  889. package/src/ListItemAvatar/ListItemAvatar.types.ts +2 -5
  890. package/src/ListItemHoverContent/ListItemHoverContent.stories.mdx +1 -1
  891. package/src/ListItemHoverContent/ListItemHoverContent.test.tsx +26 -0
  892. package/src/ListItemIcon/ListItemIcon.test.tsx +14 -0
  893. package/src/ListItemIcon/ListItemIcon.types.ts +2 -5
  894. package/src/ListItemText/ListItemText.test.tsx +9 -0
  895. package/src/ListSubheader/ListSubheader.types.ts +2 -7
  896. package/src/Loader/Loader.stories.mdx +1 -0
  897. package/src/Loader/Loader.test.tsx +8 -8
  898. package/src/Loader/Loader.tsx +24 -14
  899. package/src/Logos/Leap/index.ts +4 -4
  900. package/src/Logos/Logos.stories.mdx +9 -1
  901. package/src/Menu/Menu.stories.mdx +178 -57
  902. package/src/Menu/Menu.test.tsx +8 -8
  903. package/src/Menu/Menu.tsx +1 -1
  904. package/src/MenuHeader/MenuHeader.stories.mdx +1 -5
  905. package/src/MenuHeader/MenuHeader.test.tsx +3 -2
  906. package/src/MenuHeader/MenuHeader.tsx +8 -11
  907. package/src/MenuHeader/{MenuHeaderProps.types.tsx → MenuHeader.types.ts} +2 -2
  908. package/src/MenuHeader/index.ts +2 -2
  909. package/src/MenuItem/MenuItem.stories.mdx +45 -8
  910. package/src/MenuItem/MenuItem.test.tsx +8 -8
  911. package/src/MenuItem/MenuItem.tsx +21 -11
  912. package/src/Modal/Modal.test.tsx +3 -2
  913. package/src/Modal/Modal.tsx +1 -1
  914. package/src/Modal/index.ts +2 -2
  915. package/src/ModalActions/ModalActions.test.tsx +3 -2
  916. package/src/ModalActions/ModalActions.tsx +8 -10
  917. package/src/ModalActions/index.ts +2 -2
  918. package/src/ModalContent/ModalContent.test.tsx +3 -2
  919. package/src/ModalContent/ModalContent.tsx +12 -6
  920. package/src/ModalContent/index.ts +2 -2
  921. package/src/ModalTitle/ModalTitle.test.tsx +3 -2
  922. package/src/ModalTitle/ModalTitle.tsx +7 -5
  923. package/src/ModalTitle/index.ts +2 -2
  924. package/src/Pagination/Pagination.test.tsx +8 -8
  925. package/src/Pagination/Pagination.tsx +10 -7
  926. package/src/Popover/Popover.stories.mdx +42 -0
  927. package/src/Popover/Popover.test.tsx +13 -0
  928. package/src/Popover/Popover.tsx +28 -0
  929. package/src/Popover/Popover.types.ts +7 -0
  930. package/src/Popover/PopoverExample.tsx +30 -0
  931. package/src/Popover/index.ts +2 -0
  932. package/src/ProgressBar/ProgressBar.stories.mdx +0 -1
  933. package/src/ProgressBar/ProgressBar.test.tsx +8 -8
  934. package/src/ProgressBar/ProgressBar.types.ts +3 -0
  935. package/src/Radio/Radio.stories.mdx +9 -4
  936. package/src/Radio/Radio.test.tsx +8 -8
  937. package/src/Radio/Radio.tsx +10 -11
  938. package/src/RadioGroup/RadioGroup.stories.mdx +9 -1
  939. package/src/RadioGroup/RadioGroup.test.tsx +3 -2
  940. package/src/RadioGroup/RadioGroup.tsx +16 -11
  941. package/src/RadioGroup/index.ts +2 -2
  942. package/src/RibbonButton/RibbonButton.stories.mdx +39 -0
  943. package/src/RibbonButton/RibbonButton.styled.tsx +60 -0
  944. package/src/RibbonButton/RibbonButton.test.tsx +10 -0
  945. package/src/RibbonButton/RibbonButton.tsx +22 -0
  946. package/src/RibbonButton/RibbonButton.types.ts +12 -0
  947. package/src/RibbonButton/index.ts +2 -0
  948. package/src/RibbonButtonGroup/RibbonButtonGroup.stories.mdx +122 -0
  949. package/src/RibbonButtonGroup/RibbonButtonGroup.styled.tsx +73 -0
  950. package/src/RibbonButtonGroup/RibbonButtonGroup.test.tsx +12 -0
  951. package/src/RibbonButtonGroup/RibbonButtonGroup.tsx +49 -0
  952. package/src/RibbonButtonGroup/RibbonButtonGroup.types.ts +18 -0
  953. package/src/RibbonButtonGroup/RibbonButtonGroupMenuExample.tsx +83 -0
  954. package/src/RibbonButtonGroup/index.ts +2 -0
  955. package/src/Select/Select.stories-removed.mdx +2 -2
  956. package/src/Select/Select.styled.tsx +40 -0
  957. package/src/Select/Select.test.tsx +8 -8
  958. package/src/Select/Select.tsx +2 -4
  959. package/src/SidebarLayout/SidebarLayout.test.tsx +3 -2
  960. package/src/SidebarLayout/SidebarLayout.tsx +1 -3
  961. package/src/SidebarLayout/index.ts +2 -2
  962. package/src/StepNavigation/StepNavigation.styled.tsx +21 -22
  963. package/src/StepNavigation/StepNavigation.test.tsx +7 -0
  964. package/src/StepNavigation/StepNavigation.tsx +10 -10
  965. package/src/Switch/Switch.test.tsx +3 -2
  966. package/src/Switch/Switch.tsx +4 -8
  967. package/src/Switch/index.ts +2 -2
  968. package/src/Tab/Tab.stories.mdx +14 -0
  969. package/src/Tab/Tab.test.tsx +8 -8
  970. package/src/TabListItem/TabListItem.stories.mdx +55 -4
  971. package/src/TabListItem/TabListItem.styled.tsx +0 -1
  972. package/src/TabListItem/TabListItem.test.tsx +7 -0
  973. package/src/TabListItem/TabListItem.types.ts +2 -3
  974. package/src/Table/Table.stories.mdx +145 -30
  975. package/src/Table/Table.test.tsx +2 -2
  976. package/src/Table/Table.tsx +4 -7
  977. package/src/Table/{TableProps.types.tsx → Table.types.ts} +2 -5
  978. package/src/Table/index.ts +2 -2
  979. package/src/TableBody/TableBody.test.tsx +2 -2
  980. package/src/TableBody/TableBody.tsx +4 -8
  981. package/src/TableBody/index.ts +2 -2
  982. package/src/TableCell/TableCell.test.tsx +2 -2
  983. package/src/TableCell/TableCell.tsx +1 -1
  984. package/src/TableCell/TableCell.types.ts +11 -0
  985. package/src/TableCell/index.ts +2 -2
  986. package/src/TableCellIcon/TableCellIcon.stories.mdx +10 -2
  987. package/src/TableCellIcon/TableCellIcon.test.tsx +2 -2
  988. package/src/TableCellIcon/TableCellIcon.tsx +20 -14
  989. package/src/TableCellIcon/index.ts +2 -2
  990. package/src/TableContainer/TableContainer.stories.mdx +43 -2
  991. package/src/TableContainer/TableContainer.test.tsx +2 -2
  992. package/src/TableContainer/TableContainer.tsx +8 -7
  993. package/src/TableContainer/{TableContainerProps.types.ts → TableContainer.types.ts} +2 -0
  994. package/src/TableContainer/index.ts +1 -1
  995. package/src/TableFooter/TableFooter.test.tsx +2 -2
  996. package/src/TableFooter/TableFooter.tsx +9 -13
  997. package/src/TableFooter/TableFooter.types.ts +2 -0
  998. package/src/TableFooter/index.ts +2 -2
  999. package/src/TableHead/TableHead.test.tsx +2 -2
  1000. package/src/TableHead/TableHead.tsx +5 -8
  1001. package/src/TableHead/TableHead.types.ts +3 -0
  1002. package/src/TableHead/index.ts +2 -2
  1003. package/src/TableRow/TableRow.test.tsx +2 -2
  1004. package/src/TableRow/TableRow.tsx +6 -6
  1005. package/src/TableRow/TableRow.types.ts +5 -0
  1006. package/src/TableRow/index.ts +2 -2
  1007. package/src/Tabs/Tabs.stories.mdx +70 -35
  1008. package/src/Tabs/Tabs.test.tsx +8 -8
  1009. package/src/Tag/Tag.stories.mdx +167 -47
  1010. package/src/Tag/{Tag.styled.ts → Tag.styled.tsx} +33 -22
  1011. package/src/Tag/Tag.test.tsx +4 -3
  1012. package/src/Tag/Tag.tsx +73 -41
  1013. package/src/Tag/{TagProps.types.tsx → Tag.types.ts} +2 -2
  1014. package/src/Tag/index.ts +2 -2
  1015. package/src/TextField/TextField.stories.mdx +24 -10
  1016. package/src/TextField/TextField.test.tsx +9 -0
  1017. package/src/TextField/TextField.types.ts +6 -0
  1018. package/src/TextareaAutosize/TextareaAutosize.stories.mdx +0 -3
  1019. package/src/TextareaAutosize/TextareaAutosize.test.tsx +8 -7
  1020. package/src/TextareaAutosize/TextareaAutosize.tsx +5 -4
  1021. package/src/Theme/index.ts +2 -2
  1022. package/src/Theme/leap/desktop/overrides/autocomplete.ts +36 -34
  1023. package/src/Theme/leap/desktop/overrides/menuItem.ts +122 -120
  1024. package/src/Theme/leap/desktop/theme.ts +8 -1
  1025. package/src/Theme/leap/web/overrides/autocomplete.ts +13 -8
  1026. package/src/Theme/leap/web/overrides/inputBase.ts +6 -8
  1027. package/src/Theme/leap/web/overrides/menuItem.ts +145 -143
  1028. package/src/Theme/leap/web/theme.ts +9 -0
  1029. package/src/ThemeProvider/ThemeProvider.test.tsx +4 -3
  1030. package/src/ThemeProvider/ThemeProvider.tsx +7 -11
  1031. package/src/ThemeProvider/index.ts +2 -2
  1032. package/src/ToolbarButton/ToolbarButton.stories.mdx +1 -1
  1033. package/src/ToolbarButton/ToolbarButton.test.tsx +3 -2
  1034. package/src/ToolbarButton/ToolbarButton.tsx +2 -6
  1035. package/src/ToolbarButton/index.ts +2 -2
  1036. package/src/Tooltip/Tooltip.stories.mdx +39 -11
  1037. package/src/Tooltip/Tooltip.test.tsx +8 -3
  1038. package/src/Tooltip/Tooltip.tsx +6 -6
  1039. package/src/Tooltip/Tooltip.types.ts +5 -0
  1040. package/src/Tooltip/index.ts +2 -2
  1041. package/src/TwoColumnLayout/TwoColumnLayout.stories.mdx +1 -1
  1042. package/src/TwoColumnLayout/TwoColumnLayout.test.tsx +3 -2
  1043. package/src/TwoColumnLayout/TwoColumnLayout.tsx +1 -1
  1044. package/src/TwoColumnLayout/{TwoColumnLayoutProps.types.tsx → TwoColumnLayout.types.ts} +2 -0
  1045. package/src/TwoColumnLayout/index.ts +2 -2
  1046. package/src/Typography/Typography.stories.mdx +90 -24
  1047. package/src/Typography/Typography.test.tsx +8 -8
  1048. package/src/Typography/Typography.tsx +3 -3
  1049. package/src/Typography/Typography.types.ts +7 -0
  1050. package/src/index.ts +1 -1
  1051. package/dist/Avatar/AvatarProps.types.d.ts +0 -7
  1052. package/dist/Icons/doctype/Doctype/ActivityTypeDefault.d.ts +0 -2
  1053. package/dist/Icons/doctype/Doctype/ActivityTypePhoneCall.d.ts +0 -2
  1054. package/dist/Icons/doctype/Doctype/ActivityTypeScannedDoc.d.ts +0 -2
  1055. package/dist/Icons/doctype/Doctype/ActivityTypeVideoCall.d.ts +0 -2
  1056. package/dist/Icons/doctype/Doctype/DocTypeAppointment.d.ts +0 -2
  1057. package/dist/Icons/doctype/Doctype/DocTypeAppointmentCriticalDate.d.ts +0 -2
  1058. package/dist/Icons/doctype/Doctype/DocTypeAudio.d.ts +0 -2
  1059. package/dist/Icons/doctype/Doctype/DocTypeClausePrecedent.d.ts +0 -2
  1060. package/dist/Icons/doctype/Doctype/DocTypeComment.d.ts +0 -2
  1061. package/dist/Icons/doctype/Doctype/DocTypeCriticalDate.d.ts +0 -2
  1062. package/dist/Icons/doctype/Doctype/DocTypeDeadline.d.ts +0 -2
  1063. package/dist/Icons/doctype/Doctype/DocTypeDefault.d.ts +0 -2
  1064. package/dist/Icons/doctype/Doctype/DocTypeEmail.d.ts +0 -2
  1065. package/dist/Icons/doctype/Doctype/DocTypeEmailDraft.d.ts +0 -2
  1066. package/dist/Icons/doctype/Doctype/DocTypeEmailReceived.d.ts +0 -2
  1067. package/dist/Icons/doctype/Doctype/DocTypeEmailRecieved.d.ts +0 -2
  1068. package/dist/Icons/doctype/Doctype/DocTypeEmailSent.d.ts +0 -2
  1069. package/dist/Icons/doctype/Doctype/DocTypeExcel.d.ts +0 -2
  1070. package/dist/Icons/doctype/Doctype/DocTypeFax.d.ts +0 -2
  1071. package/dist/Icons/doctype/Doctype/DocTypeFileNote.d.ts +0 -2
  1072. package/dist/Icons/doctype/Doctype/DocTypeFolder.d.ts +0 -2
  1073. package/dist/Icons/doctype/Doctype/DocTypeImage.d.ts +0 -2
  1074. package/dist/Icons/doctype/Doctype/DocTypeInfotrack.d.ts +0 -2
  1075. package/dist/Icons/doctype/Doctype/DocTypeInvoiceRequest.d.ts +0 -2
  1076. package/dist/Icons/doctype/Doctype/DocTypeInvoiceRequests.d.ts +0 -2
  1077. package/dist/Icons/doctype/Doctype/DocTypeLetter.d.ts +0 -2
  1078. package/dist/Icons/doctype/Doctype/DocTypeMemo.d.ts +0 -2
  1079. package/dist/Icons/doctype/Doctype/DocTypePdf.d.ts +0 -2
  1080. package/dist/Icons/doctype/Doctype/DocTypePowerpoint.d.ts +0 -2
  1081. package/dist/Icons/doctype/Doctype/DocTypeSMS.d.ts +0 -2
  1082. package/dist/Icons/doctype/Doctype/DocTypeSignatureDeclined.d.ts +0 -2
  1083. package/dist/Icons/doctype/Doctype/DocTypeSignaturePending.d.ts +0 -2
  1084. package/dist/Icons/doctype/Doctype/DocTypeSignatureRequest.d.ts +0 -2
  1085. package/dist/Icons/doctype/Doctype/DocTypeSignatureSigned.d.ts +0 -2
  1086. package/dist/Icons/doctype/Doctype/DocTypeTasks.d.ts +0 -2
  1087. package/dist/Icons/doctype/Doctype/DocTypeTrust.d.ts +0 -2
  1088. package/dist/Icons/doctype/Doctype/DocTypeVideo.d.ts +0 -2
  1089. package/dist/Icons/doctype/Doctype/DocTypeWord.d.ts +0 -2
  1090. package/dist/Icons/doctype/Doctype/DocTypeZip.d.ts +0 -2
  1091. package/dist/Icons/doctype/Doctype16/DocTypeAppointment16.d.ts +0 -2
  1092. package/dist/Icons/doctype/Doctype16/DocTypeAppointmentCriticalDate16.d.ts +0 -2
  1093. package/dist/Icons/doctype/Doctype16/DocTypeAudio16.d.ts +0 -2
  1094. package/dist/Icons/doctype/Doctype16/DocTypeClausePrecedent16.d.ts +0 -2
  1095. package/dist/Icons/doctype/Doctype16/DocTypeComment16.d.ts +0 -2
  1096. package/dist/Icons/doctype/Doctype16/DocTypeCriticalDate16.d.ts +0 -2
  1097. package/dist/Icons/doctype/Doctype16/DocTypeDeadline16.d.ts +0 -2
  1098. package/dist/Icons/doctype/Doctype16/DocTypeDefault16.d.ts +0 -2
  1099. package/dist/Icons/doctype/Doctype16/DocTypeEmail16.d.ts +0 -2
  1100. package/dist/Icons/doctype/Doctype16/DocTypeEmailDraft16.d.ts +0 -2
  1101. package/dist/Icons/doctype/Doctype16/DocTypeEmailReceived16.d.ts +0 -2
  1102. package/dist/Icons/doctype/Doctype16/DocTypeEmailSent16.d.ts +0 -2
  1103. package/dist/Icons/doctype/Doctype16/DocTypeExcel16.d.ts +0 -2
  1104. package/dist/Icons/doctype/Doctype16/DocTypeFax16.d.ts +0 -2
  1105. package/dist/Icons/doctype/Doctype16/DocTypeFileNote16.d.ts +0 -2
  1106. package/dist/Icons/doctype/Doctype16/DocTypeFolder16.d.ts +0 -2
  1107. package/dist/Icons/doctype/Doctype16/DocTypeImage16.d.ts +0 -2
  1108. package/dist/Icons/doctype/Doctype16/DocTypeInfotrack16.d.ts +0 -2
  1109. package/dist/Icons/doctype/Doctype16/DocTypeInvoiceRequest16.d.ts +0 -2
  1110. package/dist/Icons/doctype/Doctype16/DocTypeInvoiceRequests16.d.ts +0 -2
  1111. package/dist/Icons/doctype/Doctype16/DocTypeLetter16.d.ts +0 -2
  1112. package/dist/Icons/doctype/Doctype16/DocTypeMemo16.d.ts +0 -2
  1113. package/dist/Icons/doctype/Doctype16/DocTypePdf16.d.ts +0 -2
  1114. package/dist/Icons/doctype/Doctype16/DocTypePowerpoint16.d.ts +0 -2
  1115. package/dist/Icons/doctype/Doctype16/DocTypeSMS16.d.ts +0 -2
  1116. package/dist/Icons/doctype/Doctype16/DocTypeSignatureDeclined16.d.ts +0 -2
  1117. package/dist/Icons/doctype/Doctype16/DocTypeSignaturePending16.d.ts +0 -2
  1118. package/dist/Icons/doctype/Doctype16/DocTypeSignatureRequest16.d.ts +0 -2
  1119. package/dist/Icons/doctype/Doctype16/DocTypeSignatureSigned16.d.ts +0 -2
  1120. package/dist/Icons/doctype/Doctype16/DocTypeTasks16.d.ts +0 -2
  1121. package/dist/Icons/doctype/Doctype16/DocTypeTrust16.d.ts +0 -2
  1122. package/dist/Icons/doctype/Doctype16/DocTypeVideo16.d.ts +0 -2
  1123. package/dist/Icons/doctype/Doctype16/DocTypeWord16.d.ts +0 -2
  1124. package/dist/Icons/doctype/Doctype16/DocTypeZip16.d.ts +0 -2
  1125. package/dist/Icons/leap/Logos/LawconnectIcon.d.ts +0 -2
  1126. package/dist/Icons/leap/Logos/LeapLegsLogo.d.ts +0 -1
  1127. package/dist/Icons/leap/Logos/LeapLogo.d.ts +0 -1
  1128. package/dist/Icons/leap/Logos/index.d.ts +0 -4
  1129. package/dist/Icons/leap/Logos/poweredByLawconnect.d.ts +0 -2
  1130. package/dist/TextAreaAutosize/TextAreaAutosize.types.d.ts +0 -3
  1131. package/src/AccordionDetails/AccordionDetails.styled.ts +0 -10
  1132. package/src/AccordionPanel/AccordionPanel.styled.ts +0 -6
  1133. package/src/AccordionSummary/AccordionSummary.styled.ts +0 -14
  1134. package/src/Avatar/Avatar.types.tsx +0 -19
  1135. package/src/AvatarGroup/AvatarGroup.styled.ts +0 -56
  1136. package/src/AvatarGroup/AvatarGroupProps.types.tsx +0 -19
  1137. package/src/Badge/Badge.types.tsx +0 -3
  1138. package/src/BottomListButton/BottomListButtonProps.types.tsx +0 -4
  1139. package/src/Box/Box.styled.ts +0 -3
  1140. package/src/Breadcrumbs/Breadcrumbs.styled.ts +0 -15
  1141. package/src/Breadcrumbs/BreadcrumbsProps.types.tsx +0 -5
  1142. package/src/Card/CardProps.types.tsx +0 -7
  1143. package/src/Checkbox/Checkbox.styled.ts +0 -10
  1144. package/src/Checkbox/Checkbox.types.tsx +0 -7
  1145. package/src/Chip/ChipProps.types.tsx +0 -11
  1146. package/src/DatePicker/DatePickerProps.types.tsx +0 -10
  1147. package/src/Divider/DividerProps.types.tsx +0 -5
  1148. package/src/Drawer/DrawerProps.types.tsx +0 -10
  1149. package/src/DrawerMenu/DrawerMenuProps.types.tsx +0 -28
  1150. package/src/EmptyState/EmptyStateProps.types.tsx +0 -6
  1151. package/src/FooterActions/FooterActions.styled.ts +0 -41
  1152. package/src/FormContainer/FormContainer.styled.ts +0 -11
  1153. package/src/FormGroup/FormGroupProps.types.tsx +0 -24
  1154. package/src/FormHeader/FormHeader.styled.ts +0 -68
  1155. package/src/Grid/Grid.styled.ts +0 -3
  1156. package/src/Grid/GridProps.types.tsx +0 -4
  1157. package/src/HeaderToolbar/HeaderToolbarProps.types.tsx +0 -25
  1158. package/src/IconButton/IconButton.types.tsx +0 -9
  1159. package/src/Icons/lawconnect/index.tsx +0 -96
  1160. package/src/ImageUpload/ImageUpload.styled.ts +0 -69
  1161. package/src/InputLabel/InputLabel.types.tsx +0 -5
  1162. package/src/Modal/Modal.styled.ts +0 -3
  1163. package/src/ProgressBar/ProgressBar.types.tsx +0 -5
  1164. package/src/Select/Select.styled.ts +0 -45
  1165. package/src/TableCell/TableCellProps.types.tsx +0 -13
  1166. package/src/TableFooter/TableFooterProps.types.tsx +0 -7
  1167. package/src/TableHead/TableHeadProps.types.tsx +0 -11
  1168. package/src/TableRow/TableRowProps.types.tsx +0 -19
  1169. package/src/TextField/TextField.types.tsx +0 -6
  1170. package/src/ThemeProvider/ThemeProvider.styled.ts +0 -3
  1171. package/src/Tooltip/Tooltip.styled.ts +0 -3
  1172. package/src/Tooltip/TooltipProps.types.tsx +0 -3
  1173. package/src/Typography/Typography.types.tsx +0 -5
  1174. /package/dist/Icons/{doctype/Doctype → Doctype}/index.d.ts +0 -0
  1175. /package/dist/Icons/{doctype/Doctype16 → Doctype16}/index.d.ts +0 -0
  1176. /package/src/Accordion/{Accordion.styled.ts → Accordion.styled.tsx} +0 -0
  1177. /package/src/Avatar/{Avatar.styled.ts → Avatar.styled.tsx} +0 -0
  1178. /package/src/Badge/{Badge.styled.ts → Badge.styled.tsx} +0 -0
  1179. /package/src/Box/{BoxProps.types.tsx → Box.types.ts} +0 -0
  1180. /package/src/DateRangePicker/{DateRangePickerProps.types.tsx → DateRangePicker.types.ts} +0 -0
  1181. /package/src/EmptyState/{EmptyState.styled.ts → EmptyState.styled.tsx} +0 -0
  1182. /package/src/FormBody/{FormBody.styled.ts → FormBody.styled.tsx} +0 -0
  1183. /package/src/Icon/{Icon.types.tsx → Icon.types.ts} +0 -0
  1184. /package/src/Loader/{Loader.types.tsx → Loader.types.ts} +0 -0
  1185. /package/src/Logos/Leap/{poweredByLawconnect.tsx → PoweredByLawconnect.tsx} +0 -0
  1186. /package/src/Menu/{Menu.types.tsx → Menu.types.ts} +0 -0
  1187. /package/src/MenuItem/{MenuItem.types.tsx → MenuItem.types.ts} +0 -0
  1188. /package/src/Modal/{ModalProps.types.tsx → Modal.types.ts} +0 -0
  1189. /package/src/ModalActions/{ModalActionsProps.types.tsx → ModalActions.types.ts} +0 -0
  1190. /package/src/ModalContent/{ModalContentProps.types.tsx → ModalContent.types.ts} +0 -0
  1191. /package/src/ModalTitle/{ModalTitleProps.types.tsx → ModalTitle.types.ts} +0 -0
  1192. /package/src/Pagination/{Pagination.types.tsx → Pagination.types.ts} +0 -0
  1193. /package/src/Radio/{Radio.styled.ts → Radio.styled.tsx} +0 -0
  1194. /package/src/Radio/{Radio.types.tsx → Radio.types.ts} +0 -0
  1195. /package/src/RadioGroup/{RadioGroupProps.types.tsx → RadioGroup.types.ts} +0 -0
  1196. /package/src/Select/{Select.types.tsx → Select.types.ts} +0 -0
  1197. /package/src/SidebarLayout/{SidebarLayout.styled.ts → SidebarLayout.styled.tsx} +0 -0
  1198. /package/src/SidebarLayout/{SidebarLayoutProps.types.tsx → SidebarLayout.types.ts} +0 -0
  1199. /package/src/StepNavigation/{StepNavigation.types.tsx → StepNavigation.types.ts} +0 -0
  1200. /package/src/Switch/{SwitchProps.types.tsx → Switch.types.ts} +0 -0
  1201. /package/src/Tab/{Tab.types.tsx → Tab.types.ts} +0 -0
  1202. /package/src/TableBody/{TableBodyProps.types.tsx → TableBody.types.ts} +0 -0
  1203. /package/src/TableCellIcon/{TableCellIconProps.types.tsx → TableCellIcon.types.ts} +0 -0
  1204. /package/src/Tabs/{Tabs.types.tsx → Tabs.types.ts} +0 -0
  1205. /package/src/TextareaAutosize/{TextareaAutosize.types.tsx → TextareaAutosize.types.ts} +0 -0
  1206. /package/src/ThemeProvider/{ThemeProviderProps.types.tsx → ThemeProvider.types.ts} +0 -0
  1207. /package/src/ToolbarButton/{ToolbarButtonProps.types.tsx → ToolbarButton.types.ts} +0 -0
  1208. /package/src/TwoColumnLayout/{TwoColumnLayout.styled.ts → TwoColumnLayout.styled.tsx} +0 -0
package/dist/index.js CHANGED
@@ -5,7 +5,6 @@ Object.defineProperty(exports, '__esModule', { value: true });
5
5
  var jsxRuntime = require('react/jsx-runtime');
6
6
  var MuiCssBaseline = require('@mui/material/CssBaseline');
7
7
  var material = require('@mui/material');
8
- var tokens = require('@galaxy-ds/tokens/dist/leap/web/cjs/tokens');
9
8
  var styles$1 = require('@mui/material/styles');
10
9
  var React = require('react');
11
10
  var SvgIcon = require('@mui/material/SvgIcon');
@@ -13,10 +12,9 @@ var MuiTypography$1 = require('@mui/material/Typography');
13
12
  var MuiAvatar = require('@mui/material/Avatar');
14
13
  var Tooltip$1 = require('@mui/material/Tooltip');
15
14
  var MuiChip = require('@mui/material/Chip');
16
- require('@mui/material/useMediaQuery');
15
+ var useMediaQuery = require('@mui/material/useMediaQuery');
17
16
  var MuiAutocomplete = require('@mui/material/Autocomplete');
18
17
  var MuiDivider = require('@mui/material/Divider');
19
- var ListItem$1 = require('@mui/material/ListItem');
20
18
  var TextField$1 = require('@mui/material/TextField');
21
19
  var Box$1 = require('@mui/material/Box');
22
20
  var Paper = require('@mui/material/Paper');
@@ -30,35 +28,16 @@ var Button$1 = require('@mui/material/Button');
30
28
 
31
29
  function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
32
30
 
33
- function _interopNamespace(e) {
34
- if (e && e.__esModule) return e;
35
- var n = Object.create(null);
36
- if (e) {
37
- Object.keys(e).forEach(function (k) {
38
- if (k !== 'default') {
39
- var d = Object.getOwnPropertyDescriptor(e, k);
40
- Object.defineProperty(n, k, d.get ? d : {
41
- enumerable: true,
42
- get: function () { return e[k]; }
43
- });
44
- }
45
- });
46
- }
47
- n["default"] = e;
48
- return Object.freeze(n);
49
- }
50
-
51
31
  var MuiCssBaseline__default = /*#__PURE__*/_interopDefaultLegacy(MuiCssBaseline);
52
- var tokens__namespace = /*#__PURE__*/_interopNamespace(tokens);
53
32
  var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
54
33
  var SvgIcon__default = /*#__PURE__*/_interopDefaultLegacy(SvgIcon);
55
34
  var MuiTypography__default = /*#__PURE__*/_interopDefaultLegacy(MuiTypography$1);
56
35
  var MuiAvatar__default = /*#__PURE__*/_interopDefaultLegacy(MuiAvatar);
57
36
  var Tooltip__default = /*#__PURE__*/_interopDefaultLegacy(Tooltip$1);
58
37
  var MuiChip__default = /*#__PURE__*/_interopDefaultLegacy(MuiChip);
38
+ var useMediaQuery__default = /*#__PURE__*/_interopDefaultLegacy(useMediaQuery);
59
39
  var MuiAutocomplete__default = /*#__PURE__*/_interopDefaultLegacy(MuiAutocomplete);
60
40
  var MuiDivider__default = /*#__PURE__*/_interopDefaultLegacy(MuiDivider);
61
- var ListItem__default = /*#__PURE__*/_interopDefaultLegacy(ListItem$1);
62
41
  var TextField__default = /*#__PURE__*/_interopDefaultLegacy(TextField$1);
63
42
  var Box__default = /*#__PURE__*/_interopDefaultLegacy(Box$1);
64
43
  var Paper__default = /*#__PURE__*/_interopDefaultLegacy(Paper);
@@ -70,8 +49,119 @@ var ListItemText__default = /*#__PURE__*/_interopDefaultLegacy(ListItemText$1);
70
49
  var ListItemButton__default = /*#__PURE__*/_interopDefaultLegacy(ListItemButton);
71
50
  var Button__default = /*#__PURE__*/_interopDefaultLegacy(Button$1);
72
51
 
52
+ /******************************************************************************
53
+ Copyright (c) Microsoft Corporation.
54
+
55
+ Permission to use, copy, modify, and/or distribute this software for any
56
+ purpose with or without fee is hereby granted.
57
+
58
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
59
+ REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
60
+ AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
61
+ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
62
+ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
63
+ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
64
+ PERFORMANCE OF THIS SOFTWARE.
65
+ ***************************************************************************** */
66
+
67
+ var __assign = function() {
68
+ __assign = Object.assign || function __assign(t) {
69
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
70
+ s = arguments[i];
71
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];
72
+ }
73
+ return t;
74
+ };
75
+ return __assign.apply(this, arguments);
76
+ };
77
+
78
+ function __rest(s, e) {
79
+ var t = {};
80
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
81
+ t[p] = s[p];
82
+ if (s != null && typeof Object.getOwnPropertySymbols === "function")
83
+ for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
84
+ if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
85
+ t[p[i]] = s[p[i]];
86
+ }
87
+ return t;
88
+ }
89
+
90
+ function __makeTemplateObject(cooked, raw) {
91
+ if (Object.defineProperty) { Object.defineProperty(cooked, "raw", { value: raw }); } else { cooked.raw = raw; }
92
+ return cooked;
93
+ }
94
+ typeof SuppressedError === "function" ? SuppressedError : function (error, suppressed, message) {
95
+ var e = new Error(message);
96
+ return e.name = "SuppressedError", e.error = error, e.suppressed = suppressed, e;
97
+ };
98
+
73
99
  var CssBaseline = function (props) {
74
- return (jsxRuntime.jsx(MuiCssBaseline__default["default"], {}));
100
+ return jsxRuntime.jsx(MuiCssBaseline__default["default"], __assign({}, props));
101
+ };
102
+
103
+ var commonjsGlobal = typeof globalThis !== 'undefined' ? globalThis : typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {};
104
+
105
+ function getAugmentedNamespace(n) {
106
+ if (n.__esModule) return n;
107
+ var a = Object.defineProperty({}, '__esModule', {value: true});
108
+ Object.keys(n).forEach(function (k) {
109
+ var d = Object.getOwnPropertyDescriptor(n, k);
110
+ Object.defineProperty(a, k, d.get ? d : {
111
+ enumerable: true,
112
+ get: function () {
113
+ return n[k];
114
+ }
115
+ });
116
+ });
117
+ return a;
118
+ }
119
+
120
+ var tokens = {
121
+ ColorDivider: "#d8d8d8",
122
+ ColorBackgroundDefault: "#eeeeee",
123
+ ColorBackgroundSecondary: "#ffffff",
124
+ ColorPrimaryMain: "#1c365f",
125
+ ColorPrimaryLight: "#0060ac",
126
+ ColorPrimaryDark: "#162845",
127
+ ColorPrimaryContrastText: "#ffffff",
128
+ ColorTextPrimary: "#444444",
129
+ ColorTextSecondary: "#6b6b6b",
130
+ ColorTextDisabled: "#6e7781",
131
+ ColorTextHint: "#0060aa",
132
+ ColorSecondaryMain: "#f89235",
133
+ ColorSecondaryLight: "#feefe2",
134
+ ColorSecondaryDark: "#da782d",
135
+ ColorSecondaryContrastText: "#ffffff",
136
+ ColorContextualSuccessContrastText: "#ffffff",
137
+ ColorContextualSuccessLight: "#d7e8d4",
138
+ ColorContextualSuccessDark: "#376b49",
139
+ ColorContextualSuccessMain: "#3faf2a",
140
+ ColorContextualDangerMain: "#c02e21",
141
+ ColorContextualDangerLight: "#ecd6d4",
142
+ ColorContextualDangerDark: "#631b16",
143
+ ColorContextualDangerContrastText: "#ffffff",
144
+ ColorContextualWarningMain: "#f59245",
145
+ ColorContextualWarningLight: "#feefe2",
146
+ ColorContextualWarningDark: "#8f6b32",
147
+ ColorContextualWarningContrastText: "#ffffff",
148
+ ColorContextualInfoMain: "#1c365f",
149
+ ColorContextualInfoLight: "#e0ecf5",
150
+ ColorContextualInfoDark: "#162845",
151
+ ColorContextualInfoContrastText: "#ffffff",
152
+ ColorContextualDefaultMain: "#889099",
153
+ ColorContextualDefaultLight: "#cacfd4",
154
+ ColorContextualDefaultDark: "#6e7781",
155
+ ColorContextualDefaultContrastText: "#ffffff",
156
+ ColorActionActive: "#444444",
157
+ ColorActionHover: "#0060ac",
158
+ ColorActionSelected: "#c2d8e7",
159
+ ColorActionDisabled: "#6e7781",
160
+ SpacingXxs: "6",
161
+ SpacingXs: "8",
162
+ SpacingSm: "12",
163
+ SpacingMd: "16",
164
+ SpacingLg: "24"
75
165
  };
76
166
 
77
167
  const grey$1 = {
@@ -97,7 +187,7 @@ const blue$3 = {
97
187
 
98
188
  const extendedPalette = {
99
189
  border: {
100
- main: tokens__namespace.ColorTextPrimary,
190
+ main: tokens.ColorTextPrimary,
101
191
  // light: tokens.ColorBorderLight,
102
192
  // dark: tokens.ColorBorderDark,
103
193
  // darker: tokens.ColorBorderDarker,
@@ -106,16 +196,16 @@ const extendedPalette = {
106
196
 
107
197
  const palette$7 = {
108
198
  primary: {
109
- main: tokens__namespace.ColorPrimaryMain,
110
- light: tokens__namespace.ColorPrimaryLight,
111
- dark: tokens__namespace.ColorPrimaryDark,
199
+ main: tokens.ColorPrimaryMain,
200
+ light: tokens.ColorPrimaryLight,
201
+ dark: tokens.ColorPrimaryDark,
112
202
  transparent: 'rgba(0,96,172, 0.12)',
113
203
  contrastText: '#fff',
114
204
  },
115
205
  secondary: {
116
- main: tokens__namespace.ColorSecondaryMain,
117
- light: tokens__namespace.ColorSecondaryLight,
118
- dark: tokens__namespace.ColorSecondaryDark,
206
+ main: tokens.ColorSecondaryMain,
207
+ light: tokens.ColorSecondaryLight,
208
+ dark: tokens.ColorSecondaryDark,
119
209
  transparent: 'rgba(245,146,69, 0.12)',
120
210
  contrastText: '#fff',
121
211
  },
@@ -127,34 +217,34 @@ const palette$7 = {
127
217
  contrastText: '#fff',
128
218
  },
129
219
  info: {
130
- main: tokens__namespace.ColorContextualInfoLight,
131
- light: tokens__namespace.ColorContextualInfodLight,
132
- dark: tokens__namespace.ColorContextualInfoDark,
220
+ main: tokens.ColorContextualInfoLight,
221
+ light: tokens.ColorContextualInfodLight,
222
+ dark: tokens.ColorContextualInfoDark,
133
223
  transparent: 'rgba(30,54,94, 0.15)',
134
224
  contrastText: '#fff',
135
225
  },
136
226
  error: {
137
- main: tokens__namespace.ColorContextualDangerMain,
138
- light: tokens__namespace.ColorContextualDangerLight,
139
- dark: tokens__namespace.ColorContextualDangerDark,
227
+ main: tokens.ColorContextualDangerMain,
228
+ light: tokens.ColorContextualDangerLight,
229
+ dark: tokens.ColorContextualDangerDark,
140
230
  transparent: 'rgba(192,46,33, 0.12)',
141
231
  },
142
232
  warning: {
143
- main: tokens__namespace.ColorContextualWarningMain,
144
- light: tokens__namespace.ColorContextualWarningLight,
145
- dark: tokens__namespace.ColorContextualWarningDark,
233
+ main: tokens.ColorContextualWarningMain,
234
+ light: tokens.ColorContextualWarningLight,
235
+ dark: tokens.ColorContextualWarningDark,
146
236
  transparent: 'rgba(245,146,69, 0.12)',
147
237
  },
148
238
  success: {
149
- main: tokens__namespace.ColorContextualSuccessMain,
150
- light: tokens__namespace.ColorContextualSuccessLight,
151
- dark: tokens__namespace.ColorContextualSuccessDark,
239
+ main: tokens.ColorContextualSuccessMain,
240
+ light: tokens.ColorContextualSuccessLight,
241
+ dark: tokens.ColorContextualSuccessDark,
152
242
  transparent: 'rgba(63,175,42, 0.12)',
153
243
  },
154
244
  text: {
155
- primary: tokens__namespace.ColorTextPrimary,
156
- secondary: tokens__namespace.ColorTextSecondary,
157
- disabled: tokens__namespace.ColorTextDisabled,
245
+ primary: tokens.ColorTextPrimary,
246
+ secondary: tokens.ColorTextSecondary,
247
+ disabled: tokens.ColorTextDisabled,
158
248
  link: '#0060AA',
159
249
  active: '#1E365E',
160
250
  light: '#AAB0B8',
@@ -373,16 +463,16 @@ const blue$2 = {
373
463
 
374
464
  const palette$6 = {
375
465
  primary: {
376
- main: tokens__namespace.ColorPrimaryMain,
377
- light: tokens__namespace.ColorPrimaryLight,
378
- dark: tokens__namespace.ColorPrimaryDark,
466
+ main: tokens.ColorPrimaryMain,
467
+ light: tokens.ColorPrimaryLight,
468
+ dark: tokens.ColorPrimaryDark,
379
469
  transparent: 'rgba(0,96,172, 0.12)',
380
470
  contrastText: '#fff',
381
471
  },
382
472
  secondary: {
383
- main: tokens__namespace.ColorSecondaryMain,
384
- light: tokens__namespace.ColorSecondaryLight,
385
- dark: tokens__namespace.ColorSecondaryDark,
473
+ main: tokens.ColorSecondaryMain,
474
+ light: tokens.ColorSecondaryLight,
475
+ dark: tokens.ColorSecondaryDark,
386
476
  transparent: 'rgba(245,146,69, 0.12)',
387
477
  contrastText: '#fff',
388
478
  },
@@ -394,34 +484,34 @@ const palette$6 = {
394
484
  contrastText: '#fff',
395
485
  },
396
486
  info: {
397
- main: tokens__namespace.ColorContextualInfoLight,
398
- light: tokens__namespace.ColorContextualInfodLight,
399
- dark: tokens__namespace.ColorContextualInfoDark,
487
+ main: tokens.ColorContextualInfoLight,
488
+ light: tokens.ColorContextualInfodLight,
489
+ dark: tokens.ColorContextualInfoDark,
400
490
  transparent: 'rgba(30,54,94, 0.15)',
401
491
  contrastText: '#fff',
402
492
  },
403
493
  error: {
404
- main: tokens__namespace.ColorContextualDangerMain,
405
- light: tokens__namespace.ColorContextualDangerLight,
406
- dark: tokens__namespace.ColorContextualDangerDark,
494
+ main: tokens.ColorContextualDangerMain,
495
+ light: tokens.ColorContextualDangerLight,
496
+ dark: tokens.ColorContextualDangerDark,
407
497
  transparent: 'rgba(192,46,33, 0.12)',
408
498
  },
409
499
  warning: {
410
- main: tokens__namespace.ColorContextualWarningMain,
411
- light: tokens__namespace.ColorContextualWarningLight,
412
- dark: tokens__namespace.ColorContextualWarningDark,
500
+ main: tokens.ColorContextualWarningMain,
501
+ light: tokens.ColorContextualWarningLight,
502
+ dark: tokens.ColorContextualWarningDark,
413
503
  transparent: 'rgba(245,146,69, 0.12)',
414
504
  },
415
505
  success: {
416
- main: tokens__namespace.ColorContextualSuccessMain,
417
- light: tokens__namespace.ColorContextualSuccessLight,
418
- dark: tokens__namespace.ColorContextualSuccessDark,
506
+ main: tokens.ColorContextualSuccessMain,
507
+ light: tokens.ColorContextualSuccessLight,
508
+ dark: tokens.ColorContextualSuccessDark,
419
509
  transparent: 'rgba(63,175,42, 0.12)',
420
510
  },
421
511
  text: {
422
- primary: tokens__namespace.ColorTextPrimary,
423
- secondary: tokens__namespace.ColorTextSecondary,
424
- disabled: tokens__namespace.ColorTextDisabled,
512
+ primary: tokens.ColorTextPrimary,
513
+ secondary: tokens.ColorTextSecondary,
514
+ disabled: tokens.ColorTextDisabled,
425
515
  link: '#0060AA',
426
516
  active: '#1E365E',
427
517
  light: '#AAB0B8',
@@ -724,32 +814,30 @@ var autocompleteOverrides$1 = {
724
814
  },
725
815
  },
726
816
  inputRoot: {
727
- height: 'auto',
728
- paddingBottom: 2,
729
- paddingLeft: 0,
730
- overflowY: 'auto',
731
- overflowX: 'hidden',
732
- '&::-webkit-scrollbar': {
733
- width: 4,
734
- height: 4,
735
- backgroundColor: '#f3f3f3',
736
- },
737
- '&::-webkit-scrollbar-track': {
738
- 'WebkitBoxShadow': 'inset 0 0 6px rgba(0,0,0,0.05)',
739
- borderRadius: 8,
740
- backgroundColor: '#f3f3f3',
741
- opacity: 0.05,
742
- },
743
- '&::-webkit-scrollbar-thumb': {
744
- borderRadius: 8,
745
- 'WebkitBoxShadow': 'inset 0 0 6px rgba(0,0,0,0.05)',
746
- backgroundColor: '#7a7a7a',
747
- },
748
- '& > *': {
749
- marginLeft: 2,
750
- marginTop: 2,
751
- flexShrink: 0,
752
- },
817
+ '&.MuiOutlinedInput-root': {
818
+ height: 'auto',
819
+ padding: 2,
820
+ overflowY: 'auto',
821
+ overflowX: 'hidden',
822
+ display: 'flex',
823
+ gap: 2,
824
+ '&::-webkit-scrollbar': {
825
+ width: 4,
826
+ height: 4,
827
+ backgroundColor: '#f3f3f3',
828
+ },
829
+ '&::-webkit-scrollbar-track': {
830
+ 'WebkitBoxShadow': 'inset 0 0 6px rgba(0,0,0,0.05)',
831
+ borderRadius: 8,
832
+ backgroundColor: '#f3f3f3',
833
+ opacity: 0.05,
834
+ },
835
+ '&::-webkit-scrollbar-thumb': {
836
+ borderRadius: 8,
837
+ 'WebkitBoxShadow': 'inset 0 0 6px rgba(0,0,0,0.05)',
838
+ backgroundColor: '#7a7a7a',
839
+ },
840
+ }
753
841
  },
754
842
  input: {
755
843
  marginTop: 2,
@@ -766,8 +854,7 @@ var autocompleteOverrides$1 = {
766
854
  var theme = _a.theme;
767
855
  return ({
768
856
  position: 'relative',
769
- // border: `1px solid ${theme.palette.border.main}`,
770
- // border: `1px solid ${theme.palette.divider}`,
857
+ border: "1px solid ".concat(theme.palette.border.main),
771
858
  borderRadius: theme.shapes.card,
772
859
  borderTop: 'none',
773
860
  backgroundColor: '#fff',
@@ -782,11 +869,19 @@ var autocompleteOverrides$1 = {
782
869
  listbox: {
783
870
  padding: 0,
784
871
  },
785
- option: {
786
- // padding: '0px 10px',
787
- '& .MuiListItemText-multiline .MuiListItemText-primary': {
788
- marginBottom: 0,
789
- },
872
+ option: function (_a) {
873
+ var theme = _a.theme;
874
+ return ({
875
+ '&.MuiAutocomplete-option': {
876
+ padding: '0px 10px',
877
+ '& .MuiListItemText-multiline .MuiListItemText-primary': {
878
+ marginBottom: 0,
879
+ },
880
+ '&:active, &:hover, &.Mui-focused': {
881
+ backgroundColor: theme.palette.primary.transparent,
882
+ }
883
+ }
884
+ });
790
885
  },
791
886
  },
792
887
  };
@@ -1000,53 +1095,6 @@ var dialogOverrides$1 = {
1000
1095
  }
1001
1096
  };
1002
1097
 
1003
- /******************************************************************************
1004
- Copyright (c) Microsoft Corporation.
1005
-
1006
- Permission to use, copy, modify, and/or distribute this software for any
1007
- purpose with or without fee is hereby granted.
1008
-
1009
- THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
1010
- REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
1011
- AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
1012
- INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
1013
- LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
1014
- OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
1015
- PERFORMANCE OF THIS SOFTWARE.
1016
- ***************************************************************************** */
1017
-
1018
- var __assign = function() {
1019
- __assign = Object.assign || function __assign(t) {
1020
- for (var s, i = 1, n = arguments.length; i < n; i++) {
1021
- s = arguments[i];
1022
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];
1023
- }
1024
- return t;
1025
- };
1026
- return __assign.apply(this, arguments);
1027
- };
1028
-
1029
- function __rest(s, e) {
1030
- var t = {};
1031
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
1032
- t[p] = s[p];
1033
- if (s != null && typeof Object.getOwnPropertySymbols === "function")
1034
- for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
1035
- if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
1036
- t[p[i]] = s[p[i]];
1037
- }
1038
- return t;
1039
- }
1040
-
1041
- function __makeTemplateObject(cooked, raw) {
1042
- if (Object.defineProperty) { Object.defineProperty(cooked, "raw", { value: raw }); } else { cooked.raw = raw; }
1043
- return cooked;
1044
- }
1045
- typeof SuppressedError === "function" ? SuppressedError : function (error, suppressed, message) {
1046
- var e = new Error(message);
1047
- return e.name = "SuppressedError", e.error = error, e.suppressed = suppressed, e;
1048
- };
1049
-
1050
1098
  var dialogTitleOverrides$1 = {
1051
1099
  styleOverrides: {
1052
1100
  root: function (_a) {
@@ -1374,96 +1422,98 @@ var menuItemOverrides$1 = {
1374
1422
  styleOverrides: {
1375
1423
  root: function (_a) {
1376
1424
  var theme = _a.theme;
1377
- return (__assign(__assign({}, theme.typography.body1), { lineHeight: '1.25rem', padding: 4, paddingTop: 0, paddingBottom: 0, backgroundColor: theme.palette.grey[50], transition: 'none', '&:hover': {
1378
- backgroundColor: '#0078D7',
1379
- color: '#fff',
1380
- cursor: 'default',
1381
- }, '&:hover .MuiListItemText-root .MuiTypography-root': {
1382
- color: '#fff',
1383
- }, '&.Mui-selected': {
1384
- backgroundColor: '#4e9af7',
1385
- '& .MuiListItemText-root': {
1425
+ return ({
1426
+ '&.MuiMenuItem-root': __assign(__assign({}, theme.typography.body1), { lineHeight: '1.25rem', padding: 4, paddingTop: 0, paddingBottom: 0, backgroundColor: theme.palette.grey[50], transition: 'none', '&:hover': {
1427
+ backgroundColor: '#0078D7',
1386
1428
  color: '#fff',
1387
- },
1388
- }, "&.gds-menu-item-icon .MuiListItemIcon-root": {
1389
- display: "none",
1390
- }, '.customMultipleList &$selected': {
1391
- backgroundColor: '#fff',
1392
- }, '&.Mui-selected:hover': {
1393
- backgroundColor: 'rgb(78,154,247)',
1394
- color: '#fff',
1395
- }, '& .MuiListItemText-root': {
1396
- margin: 0,
1397
- "& .MuiTypography-root": {
1398
- lineHeight: '1.25rem',
1399
- },
1400
- }, '& .MuiFormControlLabel-root': {
1401
- marginRight: 6,
1402
- }, '&.gds-drawer-menu-item-dark': {
1403
- backgroundColor: theme.palette.primary.main,
1404
- color: theme.palette.grey[200],
1405
- '&:not($selected) svg': {
1406
- color: theme.palette.grey[200],
1407
- },
1408
- '&:hover': {
1409
- backgroundColor: 'rgba(0,0,0,.1)',
1429
+ cursor: 'default',
1430
+ }, '&:hover .MuiListItemText-root .MuiTypography-root': {
1431
+ color: '#fff',
1432
+ }, '&.Mui-selected': {
1433
+ backgroundColor: '#0078D7',
1434
+ '& .MuiListItemText-root': {
1435
+ color: '#fff',
1436
+ },
1437
+ }, '&.gds-menu-item-icon .MuiListItemIcon-root': {
1438
+ display: 'none',
1439
+ }, '.customMultipleList &$selected': {
1440
+ backgroundColor: '#fff',
1441
+ }, '&.Mui-selected:hover': {
1442
+ backgroundColor: '#0078D7',
1443
+ color: '#fff',
1444
+ }, '& .MuiListItemText-root': {
1445
+ margin: 0,
1446
+ '& .MuiTypography-root': {
1447
+ lineHeight: '1.25rem',
1448
+ },
1449
+ }, '& .MuiFormControlLabel-root': {
1450
+ marginRight: 6,
1451
+ }, '&.gds-drawer-menu-item-dark': {
1452
+ backgroundColor: theme.palette.primary.main,
1410
1453
  color: theme.palette.grey[200],
1411
- cursor: 'pointer',
1412
1454
  '&:not($selected) svg': {
1413
1455
  color: theme.palette.grey[200],
1414
1456
  },
1415
- },
1416
- '&.Mui-selected': {
1417
- backgroundColor: 'rgba(0,0,0,.2)',
1418
- '& svg': {
1419
- color: theme.palette.secondary.main,
1420
- },
1421
- },
1422
- }, "& .MuiDivider-root": {
1423
- marginLeft: 32,
1424
- }, "&.gds-menu-item-system": __assign(__assign({ minHeight: 22, maxHeight: 22, padding: 0, paddingLeft: 32, paddingRight: 10, backgroundColor: theme.palette.grey[100], color: theme.palette.text.primary }, theme.typography.body2), { "&:hover": {
1425
- backgroundColor: "#91C9F7",
1426
- color: theme.palette.text.primary,
1427
- }, "&:hover .MuiListItemText-root .MuiTypography-root": {
1428
- color: theme.palette.text.primary,
1429
- }, "&.Mui-selected": {
1430
- backgroundColor: theme.palette.grey[100],
1431
- "& .MuiListItemText-root": {
1432
- color: theme.palette.text.primary,
1457
+ '&:hover': {
1458
+ backgroundColor: 'rgba(0,0,0,.1)',
1459
+ color: theme.palette.grey[200],
1460
+ cursor: 'pointer',
1461
+ '&:not($selected) svg': {
1462
+ color: theme.palette.grey[200],
1463
+ },
1433
1464
  },
1434
- "& .MuiListItemIcon-root": {
1435
- backgroundColor: "#91C9F7",
1465
+ '&.Mui-selected': {
1466
+ backgroundColor: 'rgba(0,0,0,.2)',
1467
+ '& svg': {
1468
+ color: theme.palette.secondary.main,
1469
+ },
1436
1470
  },
1437
- "& svg": {
1471
+ }, '& .MuiDivider-root': {
1472
+ marginLeft: 32,
1473
+ }, '&.gds-menu-item-system': __assign(__assign({ minHeight: 22, maxHeight: 22, padding: 0, paddingLeft: 32, paddingRight: 10, backgroundColor: theme.palette.grey[100], color: theme.palette.text.primary }, theme.typography.body2), { '&:hover': {
1474
+ backgroundColor: '#91C9F7',
1438
1475
  color: theme.palette.text.primary,
1439
- },
1440
- }, "&.Mui-selected:hover": {
1441
- backgroundColor: "#91C9F7",
1442
- color: theme.palette.text.primary,
1443
- "& svg": {
1476
+ }, '&:hover .MuiListItemText-root .MuiTypography-root': {
1444
1477
  color: theme.palette.text.primary,
1445
- },
1446
- }, "&:not(.Mui-selected) svg": {
1447
- color: theme.palette.primary.main,
1448
- }, "&.customMultipleList .Mui-selected": {
1449
- backgroundColor: "#fff",
1450
- }, "& .MuiListItemIcon-root": {
1451
- minWidth: 22,
1452
- height: 22,
1453
- display: "flex",
1454
- alignItems: "center",
1455
- justifyContent: "center",
1456
- position: "absolute",
1457
- left: 0,
1458
- }, "& .MuiSvgIcon-root": {
1459
- fontSize: 15,
1460
- color: "currentColor",
1461
- }, "& .MuiListItemText-root": {
1462
- margin: 0,
1463
- "& .MuiTypography-root": __assign({}, theme.typography.body2),
1464
- } }) }));
1478
+ }, '&.Mui-selected': {
1479
+ backgroundColor: theme.palette.grey[100],
1480
+ '& .MuiListItemText-root': {
1481
+ color: theme.palette.text.primary,
1482
+ },
1483
+ '& .MuiListItemIcon-root': {
1484
+ backgroundColor: '#91C9F7',
1485
+ },
1486
+ '& svg': {
1487
+ color: theme.palette.text.primary,
1488
+ },
1489
+ }, '&.Mui-selected:hover': {
1490
+ backgroundColor: '#91C9F7',
1491
+ color: theme.palette.text.primary,
1492
+ '& svg': {
1493
+ color: theme.palette.text.primary,
1494
+ },
1495
+ }, '&:not(.Mui-selected) svg': {
1496
+ color: theme.palette.primary.main,
1497
+ }, '&.customMultipleList .Mui-selected': {
1498
+ backgroundColor: '#fff',
1499
+ }, '& .MuiListItemIcon-root': {
1500
+ minWidth: 22,
1501
+ height: 22,
1502
+ display: 'flex',
1503
+ alignItems: 'center',
1504
+ justifyContent: 'center',
1505
+ position: 'absolute',
1506
+ left: 0,
1507
+ }, '& .MuiSvgIcon-root': {
1508
+ fontSize: 15,
1509
+ color: 'currentColor',
1510
+ }, '& .MuiListItemText-root': {
1511
+ margin: 0,
1512
+ '& .MuiTypography-root': __assign({}, theme.typography.body2),
1513
+ } }) }),
1514
+ });
1465
1515
  },
1466
- }
1516
+ },
1467
1517
  };
1468
1518
 
1469
1519
  var menuHeaderOverrides = {
@@ -1899,6 +1949,11 @@ theme$2 = material.createTheme(theme$2, {
1899
1949
  elevation: 0,
1900
1950
  },
1901
1951
  },
1952
+ MuiPopover: {
1953
+ defaultProps: {
1954
+ elevation: 4,
1955
+ },
1956
+ },
1902
1957
  MuiRadio: radioOverrides$1,
1903
1958
  MuiListSubheader: listSubheaderOverrides$1,
1904
1959
  MuiListItem: listItemOverrides$1,
@@ -1914,6 +1969,8 @@ theme$2 = material.createTheme(theme$2, {
1914
1969
  MuiTableRow: tableRowOverrides$1,
1915
1970
  },
1916
1971
  });
1972
+ theme$2.shadows[3] = '2px 3px 4px 0 rgba(0,0,0,0.5)';
1973
+ theme$2.shadows[4] = '3px 3px 4px rgba(0, 0, 0, 0.4)';
1917
1974
  var theme$3 = theme$2;
1918
1975
 
1919
1976
  var typography = {
@@ -2369,8 +2426,8 @@ var autocompleteOverrides = {
2369
2426
  var theme = _a.theme;
2370
2427
  return ({
2371
2428
  position: 'relative',
2372
- // border: `1px solid ${theme.palette.border.main}`,
2373
- borderRadius: theme.shapes.card,
2429
+ border: "1px solid ".concat(theme.palette.border.main),
2430
+ borderRadius: theme.shapes.sm,
2374
2431
  backgroundColor: '#fff',
2375
2432
  boxShadow: '0px 2px 8px 0px rgba(0,0,0,0.15)',
2376
2433
  margin: 0,
@@ -2383,11 +2440,19 @@ var autocompleteOverrides = {
2383
2440
  listbox: {
2384
2441
  padding: 0,
2385
2442
  },
2386
- option: {
2387
- padding: '0px 10px',
2388
- '& .MuiListItemText-multiline .MuiListItemText-primary': {
2389
- marginBottom: 0,
2390
- },
2443
+ option: function (_a) {
2444
+ var theme = _a.theme;
2445
+ return ({
2446
+ '&.MuiAutocomplete-option': {
2447
+ padding: '0px 10px',
2448
+ '& .MuiListItemText-multiline .MuiListItemText-primary': {
2449
+ marginBottom: 0,
2450
+ },
2451
+ '&:active, &:hover, &.Mui-focused': {
2452
+ backgroundColor: theme.palette.primary.transparent,
2453
+ }
2454
+ }
2455
+ });
2391
2456
  },
2392
2457
  },
2393
2458
  };
@@ -2825,22 +2890,20 @@ var inputBaseOverrides = {
2825
2890
  maxHeight: 'unset',
2826
2891
  },
2827
2892
  '& > .MuiIconButton-root': {
2828
- minWidth: 30,
2829
- minHeight: 30,
2830
- maxWidth: 34,
2831
- maxHeight: 34,
2893
+ width: 34,
2894
+ height: 34,
2832
2895
  },
2833
- '&.MuiInputBase-adornedEnd .MuiIconButton-root': {
2896
+ '&.MuiInputBase-adornedEnd > .MuiIconButton-root': {
2834
2897
  borderTopLeftRadius: 0,
2835
2898
  borderBottomLeftRadius: 0,
2836
2899
  borderLeft: "1px solid ".concat(theme.palette.divider),
2837
2900
  },
2838
- '&.MuiInputBase-adornedStart .MuiIconButton-root': {
2901
+ '&.MuiInputBase-adornedStart > .MuiIconButton-root': {
2839
2902
  borderTopRightRadius: 0,
2840
2903
  borderBottomRightRadius: 0,
2841
2904
  borderRight: "1px solid ".concat(theme.palette.divider),
2842
2905
  },
2843
- '&.MuiInputBase-adornedStart.MuiInputBase-adornedEnd.MuiAutocomplete-inputRoot .MuiIconButton-root': {
2906
+ '&.MuiInputBase-adornedStart.MuiInputBase-adornedEnd.MuiAutocomplete-inputRoot > .MuiIconButton-root': {
2844
2907
  border: 'none',
2845
2908
  width: 24,
2846
2909
  height: 24,
@@ -2850,7 +2913,7 @@ var inputBaseOverrides = {
2850
2913
  marginLeft: 6,
2851
2914
  marginRight: -8,
2852
2915
  },
2853
- '&.MuiInputBase-multiline.MuiInputBase-adornedEnd .MuiIconButton-root': {
2916
+ '&.MuiInputBase-multiline.MuiInputBase-adornedEnd > .MuiIconButton-root': {
2854
2917
  borderBottomRightRadius: 0,
2855
2918
  borderBottom: "1px solid ".concat(theme.palette.divider),
2856
2919
  },
@@ -2968,138 +3031,140 @@ var menuItemOverrides = {
2968
3031
  root: function (_a) {
2969
3032
  var theme = _a.theme;
2970
3033
  return ({
2971
- lineHeight: 1.5715,
2972
- letterSpacing: '0.01rem',
2973
- padding: '.375rem 1.25rem',
2974
- "& .MuiListItemText-root .MuiTypography-root": {
2975
- fontSize: '.8125rem',
2976
- },
2977
- '&:hover': {
2978
- backgroundColor: theme.palette.primary.transparent,
2979
- color: theme.palette.primary.main,
2980
- '&:not(.Mui-selected) svg': {
2981
- color: theme.palette.primary.main,
3034
+ '&.MuiMenuItem-root': {
3035
+ lineHeight: 1.5715,
3036
+ letterSpacing: '0.01rem',
3037
+ padding: '.375rem 1.25rem',
3038
+ '& .MuiListItemText-root .MuiTypography-root': {
3039
+ fontSize: '.8125rem',
2982
3040
  },
2983
- },
2984
- '&.Mui-selected': {
2985
- backgroundColor: theme.palette.primary.main,
2986
- color: theme.palette.grey[50],
2987
- '& svg': {
2988
- color: theme.palette.grey[50],
2989
- fontSize: '1rem',
3041
+ '&:hover': {
3042
+ backgroundColor: theme.palette.primary.transparent,
3043
+ color: theme.palette.primary.main,
3044
+ '&:not(.Mui-selected) svg': {
3045
+ color: theme.palette.primary.main,
3046
+ },
2990
3047
  },
2991
- '& .MuiListItemText-root': {
3048
+ '&.Mui-selected': {
3049
+ backgroundColor: theme.palette.primary.main,
2992
3050
  color: theme.palette.grey[50],
2993
- },
2994
- },
2995
- '&.Mui-selected:hover': {
2996
- backgroundColor: theme.palette.primary.main,
2997
- color: theme.palette.grey[50],
2998
- },
2999
- "&.gds-menu-item-icon": {
3000
- paddingLeft: 32,
3001
- "&:hover": {
3002
- "&:not(.Mui-selected) svg": {
3003
- color: theme.palette.primary.main,
3051
+ '& svg': {
3052
+ color: theme.palette.grey[50],
3004
3053
  fontSize: '1rem',
3005
3054
  },
3055
+ '& .MuiListItemText-root': {
3056
+ color: theme.palette.grey[50],
3057
+ },
3006
3058
  },
3007
- "&:not(.Mui-selected) svg": {
3059
+ '&.Mui-selected:hover': {
3060
+ backgroundColor: theme.palette.primary.main,
3008
3061
  color: theme.palette.grey[50],
3009
3062
  },
3010
- "& .MuiListItemIcon-root": {
3011
- position: 'absolute',
3012
- left: 8,
3013
- minWidth: 0,
3014
- },
3015
- },
3016
- '&.gds-drawer-menu-item-dark': {
3017
- backgroundColor: 'transparent',
3018
- color: theme.palette.grey[200],
3019
- '&:not(.Mui-selected) svg': {
3020
- color: theme.palette.grey[200],
3063
+ '&.gds-menu-item-icon': {
3064
+ paddingLeft: 32,
3065
+ '&:hover': {
3066
+ '&:not(.Mui-selected) svg': {
3067
+ color: theme.palette.primary.main,
3068
+ fontSize: '1rem',
3069
+ },
3070
+ },
3071
+ '&:not(.Mui-selected) svg': {
3072
+ color: theme.palette.grey[50],
3073
+ },
3074
+ '& .MuiListItemIcon-root': {
3075
+ position: 'absolute',
3076
+ left: 8,
3077
+ minWidth: 0,
3078
+ },
3021
3079
  },
3022
- '&:hover': {
3023
- cursor: 'pointer',
3024
- backgroundColor: 'rgba(0,0,0,.1)',
3080
+ '&.gds-drawer-menu-item-dark': {
3081
+ backgroundColor: 'transparent',
3025
3082
  color: theme.palette.grey[200],
3026
3083
  '&:not(.Mui-selected) svg': {
3027
3084
  color: theme.palette.grey[200],
3028
3085
  },
3029
- },
3030
- '&.Mui-selected': {
3031
- backgroundColor: 'rgba(0,0,0,.2)',
3032
- '& svg': {
3033
- color: theme.palette.secondary.main,
3086
+ '&:hover': {
3087
+ cursor: 'pointer',
3088
+ backgroundColor: 'rgba(0,0,0,.1)',
3089
+ color: theme.palette.grey[200],
3090
+ '&:not(.Mui-selected) svg': {
3091
+ color: theme.palette.grey[200],
3092
+ },
3093
+ },
3094
+ '&.Mui-selected': {
3095
+ backgroundColor: 'rgba(0,0,0,.2)',
3096
+ '& svg': {
3097
+ color: theme.palette.secondary.main,
3098
+ },
3034
3099
  },
3035
3100
  },
3036
- },
3037
- "& .MuiCheckbox-root": {
3038
- marginRight: "12px"
3039
- },
3040
- '&.gds-drawer-menu-item': {
3041
- backgroundColor: 'transparent',
3042
- color: theme.palette.grey[200],
3043
- '&:not(.Mui-selected) svg': {
3044
- color: theme.palette.primary.dark,
3101
+ '& .MuiCheckbox-root': {
3102
+ marginRight: '12px',
3045
3103
  },
3046
- '&:hover': {
3047
- cursor: 'pointer',
3048
- backgroundColor: 'rgba(0,0,0,.1)',
3104
+ '&.gds-drawer-menu-item': {
3105
+ backgroundColor: 'transparent',
3049
3106
  color: theme.palette.grey[200],
3050
3107
  '&:not(.Mui-selected) svg': {
3051
- color: theme.palette.secondary.main,
3108
+ color: theme.palette.primary.dark,
3052
3109
  },
3053
- },
3054
- '&.Mui-selected': {
3055
- backgroundColor: 'rgba(0,0,0,.2)',
3056
- '& svg': {
3057
- color: theme.palette.secondary.main,
3110
+ '&:hover': {
3111
+ cursor: 'pointer',
3112
+ backgroundColor: 'rgba(0,0,0,.1)',
3113
+ color: theme.palette.grey[200],
3114
+ '&:not(.Mui-selected) svg': {
3115
+ color: theme.palette.secondary.main,
3116
+ },
3058
3117
  },
3059
- },
3060
- },
3061
- "&.gds-menu-item-system": __assign(__assign({ minHeight: 22, maxHeight: 22, padding: 0, paddingLeft: 32, paddingRight: 10, backgroundColor: theme.palette.grey[100], color: theme.palette.text.primary }, theme.typography.body2), { "&:hover": {
3062
- backgroundColor: "#91C9F7",
3063
- color: theme.palette.text.primary,
3064
- }, "&:hover .MuiListItemText-root .MuiTypography-root": {
3065
- color: theme.palette.text.primary,
3066
- }, "&.Mui-selected": {
3067
- backgroundColor: theme.palette.grey[100],
3068
- color: theme.palette.text.primary,
3069
- "& .MuiListItemIcon-root": {
3070
- backgroundColor: "#91C9F7",
3118
+ '&.Mui-selected': {
3119
+ backgroundColor: 'rgba(0,0,0,.2)',
3120
+ '& svg': {
3121
+ color: theme.palette.secondary.main,
3122
+ },
3071
3123
  },
3072
- "& svg": {
3124
+ },
3125
+ '&.gds-menu-item-system': __assign(__assign({ minHeight: 22, maxHeight: 22, padding: 0, paddingLeft: 32, paddingRight: 10, backgroundColor: theme.palette.grey[100], color: theme.palette.text.primary }, theme.typography.body2), { '&:hover': {
3126
+ backgroundColor: '#91C9F7',
3073
3127
  color: theme.palette.text.primary,
3074
- },
3075
- }, "&.Mui-selected:hover": {
3076
- backgroundColor: "#91C9F7",
3077
- color: theme.palette.text.primary,
3078
- "& svg": {
3128
+ }, '&:hover .MuiListItemText-root .MuiTypography-root': {
3079
3129
  color: theme.palette.text.primary,
3080
- },
3081
- }, "&:not(.Mui-selected) svg": {
3082
- color: theme.palette.primary.main,
3083
- }, "&.customMultipleList .Mui-selected": {
3084
- backgroundColor: "#fff",
3085
- }, "& .MuiListItemIcon-root": {
3086
- minWidth: 22,
3087
- height: 22,
3088
- display: "flex",
3089
- alignItems: "center",
3090
- justifyContent: "center",
3091
- position: "absolute",
3092
- left: 0,
3093
- }, "& .MuiSvgIcon-root": {
3094
- fontSize: 15,
3095
- color: "currentColor",
3096
- }, "& .MuiListItemText-root": {
3097
- color: theme.palette.text.primary,
3098
- margin: 0,
3099
- } }),
3130
+ }, '&.Mui-selected': {
3131
+ backgroundColor: theme.palette.grey[100],
3132
+ color: theme.palette.text.primary,
3133
+ '& .MuiListItemIcon-root': {
3134
+ backgroundColor: '#91C9F7',
3135
+ },
3136
+ '& svg': {
3137
+ color: theme.palette.text.primary,
3138
+ },
3139
+ }, '&.Mui-selected:hover': {
3140
+ backgroundColor: '#91C9F7',
3141
+ color: theme.palette.text.primary,
3142
+ '& svg': {
3143
+ color: theme.palette.text.primary,
3144
+ },
3145
+ }, '&:not(.Mui-selected) svg': {
3146
+ color: theme.palette.primary.main,
3147
+ }, '&.customMultipleList .Mui-selected': {
3148
+ backgroundColor: '#fff',
3149
+ }, '& .MuiListItemIcon-root': {
3150
+ minWidth: 22,
3151
+ height: 22,
3152
+ display: 'flex',
3153
+ alignItems: 'center',
3154
+ justifyContent: 'center',
3155
+ position: 'absolute',
3156
+ left: 0,
3157
+ }, '& .MuiSvgIcon-root': {
3158
+ fontSize: 15,
3159
+ color: 'currentColor',
3160
+ }, '& .MuiListItemText-root': {
3161
+ color: theme.palette.text.primary,
3162
+ margin: 0,
3163
+ } }),
3164
+ },
3100
3165
  });
3101
3166
  },
3102
- }
3167
+ },
3103
3168
  };
3104
3169
 
3105
3170
  var outlinedInputOverrides = {
@@ -3465,6 +3530,11 @@ theme = styles$1.createTheme(theme, {
3465
3530
  MuiMenuItem: menuItemOverrides,
3466
3531
  MuiListSubheader: listSubheaderOverrides,
3467
3532
  MuiOutlinedInput: outlinedInputOverrides,
3533
+ MuiPopover: {
3534
+ defaultProps: {
3535
+ elevation: 4,
3536
+ },
3537
+ },
3468
3538
  MuiRadio: radioOverrides,
3469
3539
  MuiListItem: listItemOverrides,
3470
3540
  MuiListItemAvatar: listItemAvatarOverrides,
@@ -3479,16 +3549,19 @@ theme = styles$1.createTheme(theme, {
3479
3549
  MuiTableRow: tableRowOverrides,
3480
3550
  },
3481
3551
  });
3552
+ // Override shadows
3553
+ theme.shadows[3] = '2px 3px 4px 0 rgba(0,0,0,0.15)';
3554
+ theme.shadows[4] = '0px 2px 8px 0px rgba(0,0,0,0.15)';
3482
3555
  var theme$1 = theme;
3483
3556
 
3484
3557
  var ThemeProvider = function (_a) {
3485
3558
  var children = _a.children, theme = _a.theme;
3486
- return (jsxRuntime.jsx(material.ThemeProvider, __assign({ theme: theme }, { children: children })));
3559
+ return jsxRuntime.jsx(material.ThemeProvider, __assign({ theme: theme }, { children: children }));
3487
3560
  };
3488
3561
 
3489
3562
  var Icon = function (props) {
3490
- var name = props.name, _a = props.viewBox, viewBox = _a === void 0 ? "0 0 24 24" : _a, rest = __rest(props, ["name", "viewBox"]);
3491
- return jsxRuntime.jsx(SvgIcon__default["default"], __assign({ component: name }, rest, { viewBox: viewBox }));
3563
+ var name = props.name, _a = props.viewBox, viewBox = _a === void 0 ? '0 0 24 24' : _a, rest = __rest(props, ["name", "viewBox"]);
3564
+ return jsxRuntime.jsx(SvgIcon__default["default"], __assign({ component: name, viewBox: viewBox }, rest));
3492
3565
  };
3493
3566
 
3494
3567
  var ListItem = function (_a) {
@@ -3517,7 +3590,7 @@ var MuiIcon = styles$1.styled(Icon)(function () { return ({
3517
3590
  transition: 'all 0.3s ease-out',
3518
3591
  },
3519
3592
  }); });
3520
- var MuiListItem$1 = styles$1.styled(ListItem)(function () { return ({
3593
+ styles$1.styled(ListItem)(function () { return ({
3521
3594
  width: '100%',
3522
3595
  paddingLeft: 10,
3523
3596
  paddingRight: 10,
@@ -3568,7 +3641,7 @@ function SvgChevronDownLg(props) {
3568
3641
  }
3569
3642
 
3570
3643
  var List = function (props) {
3571
- return (jsxRuntime.jsx(material.List, __assign({}, props, { "aria-labelledby": "nested-list-subheader", subheader: jsxRuntime.jsx(material.ListSubheader, __assign({ component: "div", id: "nested-list-subheader" }, { children: props.subheader })) }, { children: props.children })));
3644
+ return (jsxRuntime.jsx(material.List, __assign({ "aria-labelledby": "nested-list-subheader", subheader: jsxRuntime.jsx(material.ListSubheader, __assign({ component: "div", id: "nested-list-subheader" }, { children: props.subheader })) }, props, { children: props.children })));
3572
3645
  };
3573
3646
 
3574
3647
  var ListSubheader = function (props) {
@@ -3576,38 +3649,39 @@ var ListSubheader = function (props) {
3576
3649
  return jsxRuntime.jsx(material.ListSubheader, __assign({}, rest, { children: children }));
3577
3650
  };
3578
3651
 
3579
- var Typography = React__default["default"].forwardRef(function (props, ref) {
3652
+ var Typography = React__default["default"].forwardRef(function Typography(props, ref) {
3580
3653
  var upperCase = props.upperCase, rest = __rest(props, ["upperCase"]);
3581
3654
  return (jsxRuntime.jsx(MuiTypography__default["default"], __assign({ ref: ref }, rest, { sx: upperCase ? __assign({ textTransform: 'uppercase' }, props.sx) : props.sx }, { children: props.children })));
3582
3655
  });
3583
3656
 
3584
3657
  var Accordion = function (_a) {
3585
- var title = _a.title, time = _a.time, _b = _a.color, color = _b === void 0 ? 'textPrimary' : _b, _c = _a.bgColor, bgColor = _c === void 0 ? 'white' : _c, _d = _a.border, border = _d === void 0 ? true : _d, _e = _a.chevronPosition, chevronPosition = _e === void 0 ? 'start' : _e, children = _a.children; __rest(_a, ["title", "time", "color", "bgColor", "border", "chevronPosition", "children"]);
3658
+ var title = _a.title, time = _a.time, _b = _a.color, color = _b === void 0 ? 'textPrimary' : _b, _c = _a.bgColor, bgColor = _c === void 0 ? 'white' : _c, _d = _a.border, border = _d === void 0 ? true : _d, _e = _a.chevronPosition, chevronPosition = _e === void 0 ? 'start' : _e, children = _a.children, rest = __rest(_a, ["title", "time", "color", "bgColor", "border", "chevronPosition", "children"]);
3586
3659
  var _f = React__default["default"].useState(true), open = _f[0], setOpen = _f[1];
3587
3660
  var handleClick = function () {
3588
3661
  setOpen(!open);
3589
3662
  };
3590
3663
  return (jsxRuntime.jsxs("div", { children: [jsxRuntime.jsx(ListSubheader, __assign({ sx: {
3591
- bgcolor: bgColor
3592
- } }, { children: jsxRuntime.jsxs(MuiListItem$1, __assign({ button: true, onClick: handleClick, sx: { backgroundColor: bgColor, borderBottom: border ? "1px solid rgb(212, 212, 212)" : 'none' } }, { children: [jsxRuntime.jsx(MuiListItemIcon, __assign({ className: chevronPosition === 'end' ? 'accordionAppendIcon' : 'accordionPrependIcon' }, { children: jsxRuntime.jsx(MuiIcon, { name: SvgChevronDownLg, className: open ? 'iconOpen' : 'iconClosed', sx: { color: '#444444' } }) })), jsxRuntime.jsx(MuiListItemText$1, __assign({ className: 'accordionTitle' }, { children: jsxRuntime.jsx(Typography, __assign({ color: color, variant: "body1" }, { children: title })) })), time && (jsxRuntime.jsx(MuiListItemText$1, __assign({ className: 'accordionTime' }, { children: jsxRuntime.jsx(Typography, __assign({ variant: "body1" }, { children: time })) })))] }), title) })), jsxRuntime.jsx(material.Collapse, __assign({ in: open }, { children: jsxRuntime.jsx(List, __assign({ sx: {
3664
+ bgcolor: bgColor,
3665
+ } }, { children: jsxRuntime.jsxs(material.ListItemButton, __assign({ onClick: handleClick, sx: {
3666
+ backgroundColor: bgColor,
3667
+ borderBottom: border ? "1px solid rgb(212, 212, 212)" : 'none',
3668
+ } }, { children: [jsxRuntime.jsx(MuiListItemIcon, __assign({ className: chevronPosition === 'end'
3669
+ ? 'accordionAppendIcon'
3670
+ : 'accordionPrependIcon' }, { children: jsxRuntime.jsx(MuiIcon, { name: SvgChevronDownLg, className: open ? 'iconOpen' : 'iconClosed', sx: { color: '#444444' } }) })), jsxRuntime.jsx(MuiListItemText$1, __assign({ className: "accordionTitle" }, { children: jsxRuntime.jsx(Typography, __assign({ color: color, variant: "body1" }, { children: title })) })), time && (jsxRuntime.jsx(MuiListItemText$1, __assign({ className: "accordionTime" }, { children: jsxRuntime.jsx(Typography, __assign({ variant: "body1" }, { children: time })) })))] }), title) })), jsxRuntime.jsx(material.Collapse, __assign({ in: open }, rest, { children: jsxRuntime.jsx(List, __assign({ sx: {
3593
3671
  bgcolor: bgColor,
3594
3672
  pb: 0,
3595
3673
  '& .MuiListSubheader-gutters': {
3596
- bgcolor: bgColor
3674
+ bgcolor: bgColor,
3597
3675
  },
3598
3676
  } }, { children: children })) }))] }));
3599
3677
  };
3600
3678
 
3601
- var MuiAccordionDetails = styles$1.styled(material.AccordionDetails)(function () { return ({}); });
3602
-
3603
3679
  var AccordionDetails = function (props) {
3604
- return (jsxRuntime.jsx(MuiAccordionDetails, __assign({}, props)));
3680
+ return jsxRuntime.jsx(material.AccordionDetails, __assign({}, props));
3605
3681
  };
3606
3682
 
3607
- var MuiAccordion = styles$1.styled(material.Accordion)(function () { return ({}); });
3608
-
3609
3683
  var AccordionPanel = function (props) {
3610
- return (jsxRuntime.jsx(MuiAccordion, __assign({ disableGutters: true }, props, { children: props.children })));
3684
+ return (jsxRuntime.jsx(material.Accordion, __assign({ disableGutters: true }, props, { children: props.children })));
3611
3685
  };
3612
3686
 
3613
3687
  function SvgArrowLeft(props) {
@@ -3623,14 +3697,12 @@ function LawconnectLogo(props) {
3623
3697
  return (jsxRuntime.jsx("svg", __assign({ fill: "none", xmlns: "http://www.w3.org/2000/svg", width: "".concat((_a = props === null || props === void 0 ? void 0 : props.style) === null || _a === void 0 ? void 0 : _a.width, "px"), viewBox: "0 0 141 140" }, { children: jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M21.163 119.104a69.739 69.739 0 0049.313 20.426h.133a69.68 69.68 0 0064.35-43.067 69.663 69.663 0 005.281-26.673h-33.528v.042a36.23 36.23 0 01-22.382 33.464 36.236 36.236 0 11-13.853-69.718V.05a69.74 69.74 0 00-49.314 119.054zm119.049-95.585c0 12.962-10.507 23.47-23.469 23.47-12.962 0-23.47-10.508-23.47-23.47S103.782.049 116.744.049s23.469 10.508 23.469 23.47z", fill: "#ecedef" }) })));
3624
3698
  }
3625
3699
 
3626
- var MuiAccordionSummary = styles$1.styled(material.AccordionSummary)(function () { return ({}); });
3627
-
3628
3700
  var AccordionSummary = function (props) {
3629
3701
  var bgColor = props.bgColor, rest = __rest(props, ["bgColor"]);
3630
- return (jsxRuntime.jsx(MuiAccordionSummary, __assign({}, rest, { expandIcon: jsxRuntime.jsx(Icon, { name: SvgChevronDownLg }), sx: { backgroundColor: bgColor } }, { children: props.children })));
3702
+ return (jsxRuntime.jsx(material.AccordionSummary, __assign({ expandIcon: jsxRuntime.jsx(Icon, { name: SvgChevronDownLg }), sx: { backgroundColor: bgColor } }, rest, { children: props.children })));
3631
3703
  };
3632
3704
 
3633
- function DocTypeAppointment$2(props) {
3705
+ function DocTypeAppointment$1(props) {
3634
3706
  return (jsxRuntime.jsx(SvgIcon__default["default"], __assign({}, props, { viewBox: "0 0 48 48" }, { children: jsxRuntime.jsxs("g", __assign({ xmlns: "http://www.w3.org/2000/svg", fill: "none", fillRule: "evenodd", transform: "translate(4 2)" }, { children: [jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M23.6054 42H5V14H44V28V29.3644C41.8502 26.131 38.1739 24 34 24C27.3726 24 22 29.3726 22 36C22 38.1857 22.5844 40.235 23.6054 42Z", fill: "white" }), jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M42 27.0556V16H6V40H22.6828C22.9298 40.6986 23.2395 41.3676 23.6054 42H4V6H44V29.3644C43.4332 28.5119 42.7602 27.736 42 27.0556Z", fill: "#9DA7B3" }), jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6 8H10V11H16V8H32V11H38V8H42V14H6V8Z", fill: "#CCCCCC" }), jsxRuntime.jsx("rect", { x: "8", y: "18", width: "8", height: "8", fill: "#60738A" }), jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M10 2V12H16V2H10Z", fill: "#9DA7B3" }), jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M32 2V12H38V2H32Z", fill: "#9DA7B3" }), jsxRuntime.jsx("path", { d: "M36 4H34V10H36V4Z", fill: "white" }), jsxRuntime.jsx("path", { d: "M14 4H12V10H14V4Z", fill: "white" }), jsxRuntime.jsx("path", { d: "M34 46C39.5228 46 44 41.5228 44 36C44 30.4772 39.5228 26 34 26C28.4772 26 24 30.4772 24 36C24 41.5228 28.4772 46 34 46Z", fill: "#2E6DAD" }), jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M34 30V37L38 39V41L32 38.0011V30H34Z", fill: "white" }), jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M34 24C36.1857 24 38.235 24.5844 40 25.6054V18H18V20H20V24H18V26H20V30H16V28H14V30H10V28H8V38H22H22.1659C22.0568 37.3496 22 36.6814 22 36C22 33.8143 22.5844 31.765 23.6054 30H22V26H26V27.0556C28.123 25.1554 30.9266 24 34 24ZM34 24V20H38V24H34ZM10 36V32H14V36H10ZM16 36V32H20V36H16ZM22 24V20H26V24H22ZM28 24V20H32V24H28Z", fill: "#B6B6B6" })] })) })));
3635
3707
  }
3636
3708
 
@@ -3654,7 +3726,7 @@ function DocTypePdf(props) {
3654
3726
  return (jsxRuntime.jsx(SvgIcon__default["default"], __assign({}, props, { viewBox: "0 0 48 48" }, { children: jsxRuntime.jsxs("g", __assign({ xmlns: "http://www.w3.org/2000/svg", fill: "none", fillRule: "evenodd", transform: "translate(2 2)" }, { children: [jsxRuntime.jsx("polygon", { fill: "#FFF", points: "44 44 8 44 8 0 34 0 44 10" }), jsxRuntime.jsx("path", { fill: "#ED2D26", d: "M14.7132298,36.2863604 C15.1797076,35.0690036 15.1197319,35.3337912 15.9910457,34.6693242 C16.6424485,34.1730556 16.9839769,33.873296 17.7203454,33.5801978 C17.0706085,34.5560817 16.0426914,35.7684426 14.7132298,36.2863604 L14.7132298,36.2863604 Z M30.9949696,30.3311373 C32.3860729,30.2362135 37.770559,31.2970292 36.119561,32.9806787 C34.8050933,34.3246007 31.4531174,30.7124981 30.9949696,30.3311373 L30.9949696,30.3311373 Z M24.5659065,25.3118302 C25.1190158,25.7764575 26.8333216,28.2078405 27.2065038,28.8856302 L22.3368092,29.901482 L24.5659065,25.3118302 L24.5659065,25.3118302 Z M24.5009328,20.0943486 C24.1244186,19.2150539 24.037787,18.7970559 24.047783,17.6579696 C24.0711069,15.2399092 24.5942283,15.8677389 24.869117,15.7361778 C25.3822426,16.7686829 24.6908559,18.938609 24.5009328,20.0943486 L24.5009328,20.0943486 Z M28.6859047,30.4343878 C29.670506,31.3802958 35.0166743,37.3055429 37.5606441,33.89328 C39.0850267,31.8515844 36.8009517,30.0863337 35.6230954,29.5201212 C33.6805487,28.5908666 31.3631538,28.6608105 29.1290586,28.6291692 C28.5792812,27.6782653 27.7779391,26.8339426 27.0515665,25.83974 C26.4284855,24.9854253 25.3206009,23.7980444 25.5555057,22.4574531 C25.8987001,20.5073507 28.0428318,15.3814623 25.7404308,14.3173159 C22.2185238,12.691953 22.1152323,17.6979375 22.7699671,20.5523146 C23.3547303,23.1036015 24.3043457,23.2584772 21.4221796,28.1229086 C18.7332685,32.6642659 19.7062078,30.2911694 15.7428129,32.7991577 C11.6161507,35.4103964 12.7090414,38.7327315 15.3329788,37.8567674 C17.6187199,37.0957112 19.1064507,34.3445847 20.5258759,32.6709272 C21.6820743,31.3070212 26.6933783,30.4710251 28.6859047,30.4343878 L28.6859047,30.4343878 Z" }), jsxRuntime.jsx("path", { fill: "#9DA7B3", fillRule: "nonzero", d: "M44,44 L8,44 L8,-1.13686838e-13 L34,-1.13686838e-13 L44,10 L44,44 Z M42,10.8284271 L33.1715729,2 L10,2 L10,42 L42,42 L42,10.8284271 Z M32,12 L42,12 L42,14 L30,14 L30,2 L32,2 L32,12 Z" }), jsxRuntime.jsx("polygon", { fill: "#BE241E", points: "22 6 22 14 0 14 0 6" }), jsxRuntime.jsx("polygon", { fill: "#ED2D26", points: "20 8 20 12 2 12 2 8" })] })) })));
3655
3727
  }
3656
3728
 
3657
- function DocTypeEmail$1(props) {
3729
+ function DocTypeEmail(props) {
3658
3730
  return (jsxRuntime.jsx(SvgIcon__default["default"], __assign({}, props, { viewBox: "0 0 48 48" }, { children: jsxRuntime.jsxs("g", __assign({ xmlns: "http://www.w3.org/2000/svg", id: "Documents/24px/doctype-email-default-24", stroke: "none", strokeWidth: "1", fill: "none", fillRule: "evenodd" }, { children: [jsxRuntime.jsx("polygon", { id: "Paper", fill: "#9DA7B3", fillRule: "nonzero", points: "2 8 46 8 46 40 2 40" }), jsxRuntime.jsx("polygon", { id: "Path", fill: "#FFFFFF", points: "4 10 4 38 44 38 44 10" }), jsxRuntime.jsx("polygon", { id: "Line", fill: "#CCCCCC", points: "24 26 44 10 44 12 29 24 44 36 44 38 27.75 25 24 28 20.25 25 4 38 4 36 19 24 4 12 4 10" })] })) })));
3659
3731
  }
3660
3732
 
@@ -3666,11 +3738,11 @@ function DocTypeWord(props) {
3666
3738
  return (jsxRuntime.jsx(SvgIcon__default["default"], __assign({}, props, { viewBox: "0 0 48 48" }, { children: jsxRuntime.jsxs("g", __assign({ xmlns: "http://www.w3.org/2000/svg", fill: "none", fillRule: "evenodd", transform: "translate(2 2)" }, { children: [jsxRuntime.jsx("path", { fill: "#FFF", d: "M8,37.2666667 L0,36.1111111 L0,11.8888889 L8,10.7333333 L8,0 L34,0 L44,10 L44,44 L8,44 L8,37.2666667 Z" }), jsxRuntime.jsx("path", { fill: "#CCC", d: "M24,12 L30,12 L30,14 L24,14 L24,12 Z M16,6 L30,6 L30,8 L16,8 L16,6 Z M24,18 L40,18 L40,20 L24,20 L24,18 Z M24,36 L40,36 L40,38 L24,38 L24,36 Z M24,24 L40,24 L40,26 L24,26 L24,24 Z M24,30 L40,30 L40,32 L24,32 L24,30 Z" }), jsxRuntime.jsx("path", { fill: "#9DA7B3", fillRule: "nonzero", d: "M8,37.2666667 L10,37.5555556 L10,42 L42,42 L42,10.8284271 L33.1715729,2 L10,2 L10,10.4444444 L8,10.7333333 L8,-1.13686838e-13 L34,-1.13686838e-13 L44,10 L44,44 L8,44 L8,37.2666667 Z M32,12 L42,12 L42,14 L30,14 L30,2 L32,2 L32,12 Z" }), jsxRuntime.jsx("path", { fill: "#28579B", d: "M20,9 L20,39 L0,36.1111111 L0,11.8888889 L20,9 Z M17,18 L14.5954198,18 L12.8778626,26.9174312 L11.0458015,18 L8.41221374,18 L6.23664122,26.8073394 L4.63358779,18.1100917 L2,18.1100917 L4.7480916,30 L7.49618321,30 L9.55725191,21.5229358 L11.5038168,30 L14.1374046,30 L17,18 Z" })] })) })));
3667
3739
  }
3668
3740
 
3669
- function DocTypeZip$1(props) {
3741
+ function DocTypeZip(props) {
3670
3742
  return (jsxRuntime.jsxs(SvgIcon__default["default"], __assign({}, props, { viewBox: "0 0 48 48" }, { children: [jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M42 46H6V2H30.75L42 12V46Z", fill: "white" }), jsxRuntime.jsx("path", { d: "M42 46H6V2H32L42 12V46ZM40 12.8284L31.1716 4H8V44H40V12.8284ZM30 14H40V16H28V4H30V14Z", fill: "#9DA7B3" }), jsxRuntime.jsx("line", { x1: "18", y1: "15", x2: "26", y2: "15", stroke: "#B6B6B6", strokeWidth: "2" }), jsxRuntime.jsx("line", { x1: "18", y1: "27", x2: "26", y2: "27", stroke: "#B6B6B6", strokeWidth: "2" }), jsxRuntime.jsx("line", { x1: "18", y1: "21", x2: "26", y2: "21", stroke: "#B6B6B6", strokeWidth: "2" }), jsxRuntime.jsx("line", { x1: "18", y1: "33", x2: "26", y2: "33", stroke: "#B6B6B6", strokeWidth: "2" }), jsxRuntime.jsx("line", { x1: "18", y1: "39", x2: "26", y2: "39", stroke: "#B6B6B6", strokeWidth: "2" }), jsxRuntime.jsx("rect", { x: "21", y: "8", width: "2", height: "30", fill: "#9DA7B3" }), jsxRuntime.jsx("rect", { x: "19", y: "1", width: "6", height: "8", fill: "#CCCCCC", stroke: "#9DA7B3", strokeWidth: "2" })] })));
3671
3743
  }
3672
3744
 
3673
- function DocTypeAppointment$1(props) {
3745
+ function DocTypeAppointment(props) {
3674
3746
  return (jsxRuntime.jsx(SvgIcon__default["default"], __assign({}, props, { viewBox: "0 0 48 48" }, { children: jsxRuntime.jsxs("g", __assign({ xmlns: "http://www.w3.org/2000/svg", fill: "none", fillRule: "evenodd", transform: "translate(4 2)" }, { children: [jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M44 32H23L10 42V32H4V6H44V32Z", fill: "white" }), jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12 24H24V26H12V24ZM12 12H36V14H12V12ZM12 16H36V18H12V16ZM12 20H32V22H12V20Z", fill: "#F69139" }), jsxRuntime.jsx("path", { d: "M22.3198 30H42V8H6V30H10H12V37.9383L22.3198 30ZM44 32H23L10 42V32H4V6H44V32Z", fill: "#9DA7B3" })] })) })));
3675
3747
  }
3676
3748
 
@@ -3786,11 +3858,11 @@ function DocTypeWord16(props) {
3786
3858
  return (jsxRuntime.jsx(SvgIcon__default["default"], __assign({}, props, { viewBox: "0 0 32 32" }, { children: jsxRuntime.jsxs("g", __assign({ xmlns: "http://www.w3.org/2000/svg", fill: "none", fillRule: "evenodd" }, { children: [jsxRuntime.jsx("path", { d: "M32 32H6V0H26L32 6V32Z", fill: "#7F8B99" }), jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M30 7L25 2H8V30H30V7Z", fill: "white" }), jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M24 8V1H22V10H31V8H24Z", fill: "#7F8B99" }), jsxRuntime.jsx("path", { d: "M28 12H18V14H28V12Z", fill: "#929292" }), jsxRuntime.jsx("path", { d: "M28 16H18V18H28V16Z", fill: "#929292" }), jsxRuntime.jsx("path", { d: "M28 20H18V22H28V20Z", fill: "#929292" }), jsxRuntime.jsx("path", { d: "M28 24H22V26H28V24Z", fill: "#929292" }), jsxRuntime.jsx("path", { d: "M15 11H2V24H15V11Z", fill: "white" }), jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M16 8V28L0 26V10L16 8ZM12 14L11 20L9 14H7L5 20L4 14H2L4 22H6L8 17L10 22H12L14 14H12Z", fill: "#28579B" })] })) })));
3787
3859
  }
3788
3860
 
3789
- function DocTypeZip(props) {
3861
+ function DocTypeZip16(props) {
3790
3862
  return (jsxRuntime.jsxs(SvgIcon__default["default"], __assign({}, props, { viewBox: "0 0 32 32" }, { children: [jsxRuntime.jsx("path", { d: "M30 32H2V0H23.5385L30 6V32Z", fill: "#707C8A" }), jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M27.8461 7L22.4615 2H4.15381V30H27.8461V7Z", fill: "white" }), jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M22.1538 8V1H20V10H29.6923V8H22.1538Z", fill: "#707C8A" }), jsxRuntime.jsx("rect", { x: "13", y: "1", width: "4", height: "6", fill: "#CCCCCC", stroke: "#707C8A", strokeWidth: "2" }), jsxRuntime.jsx("rect", { x: "18", width: "2", height: "2", fill: "white" }), jsxRuntime.jsx("rect", { x: "10", width: "2", height: "2", fill: "white" }), jsxRuntime.jsx("line", { x1: "12", y1: "11", x2: "18", y2: "11", stroke: "#B6B6B6", strokeWidth: "2" }), jsxRuntime.jsx("line", { x1: "12", y1: "15", x2: "18", y2: "15", stroke: "#B6B6B6", strokeWidth: "2" }), jsxRuntime.jsx("line", { x1: "12", y1: "19", x2: "18", y2: "19", stroke: "#B6B6B6", strokeWidth: "2" }), jsxRuntime.jsx("rect", { x: "14", y: "8", width: "2", height: "16", fill: "#9DA7B3" }), jsxRuntime.jsx("path", { d: "M12 23H18", stroke: "#B6B6B6", strokeWidth: "2" })] })));
3791
3863
  }
3792
3864
 
3793
- function DocTypeAppointment(props) {
3865
+ function DocTypeComment16(props) {
3794
3866
  return (jsxRuntime.jsx(SvgIcon__default["default"], __assign({}, props, { viewBox: "0 0 32 32" }, { children: jsxRuntime.jsxs("g", __assign({ xmlns: "http://www.w3.org/2000/svg", fill: "none", fillRule: "evenodd" }, { children: [jsxRuntime.jsx("path", { d: "M30 22.0556H14L6 30V22.0556H2V4H30V22.0556Z", fill: "#707C8A" }), jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M13 20H28V6H4V20H8V25.1794L13 20Z", fill: "white" }), jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8 16H18V18H8V16ZM8 8H24V10H8V8ZM8 12H24V14H8V12Z", fill: "#F69139" })] })) })));
3795
3867
  }
3796
3868
 
@@ -3798,7 +3870,7 @@ function DocTypeAudio16(props) {
3798
3870
  return (jsxRuntime.jsx(SvgIcon__default["default"], __assign({}, props, { viewBox: "0 0 32 32" }, { children: jsxRuntime.jsxs("g", __assign({ xmlns: "http://www.w3.org/2000/svg", fill: "none", fillRule: "evenodd" }, { children: [jsxRuntime.jsx("path", { d: "M30 32H2V0H23.5385L30 6V32Z", fill: "#707C8A" }), jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M27.8461 7L22.4615 2H4.15381V30H27.8461V7Z", fill: "white" }), jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M22 8V1H20V10H29V8H22Z", fill: "#707C8A" }), jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M13 16H9V24H13L17 28V12L13 16ZM21 20C21 19.7617 21.183 18 19 18V16C21.183 16 23 18.4722 23 20C23 21.5278 21.183 24 19 24V22C21.183 22 21 20.2383 21 20Z", fill: "#2E6DAD" })] })) })));
3799
3871
  }
3800
3872
 
3801
- function DocTypeEmailDraft16$1(props) {
3873
+ function DocTypeClausePrecedent16(props) {
3802
3874
  return (jsxRuntime.jsx(SvgIcon__default["default"], __assign({}, props, { viewBox: "0 0 32 32" }, { children: jsxRuntime.jsxs("g", __assign({ xmlns: "http://www.w3.org/2000/svg", fill: "none", fillRule: "evenodd" }, { children: [jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M29 7L23.7917 2H4V30H29V7Z", fill: "white" }), jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M13.9998 12H25V18H15.9998L15.3332 16H23H23.2353V14H23H14.6665L13.9998 12ZM13.6665 26H25V20H15.6665L14.9998 22H23.2353V24H14.3332L13.6665 26Z", fill: "#2E6DAD" }), jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M30 32H2V0H23.5385L30 6V32ZM27.8462 7L22.4615 2H22V8H27.8462V7ZM27.8462 10V30H4.15385V2H20V10H27.8462Z", fill: "#7F8B99" }), jsxRuntime.jsx("rect", { x: "2", y: "10", width: "3", height: "18", fill: "white" }), jsxRuntime.jsx("ellipse", { cx: "7.00003", cy: "16.8666", rx: "4.11429", ry: "4.26667", fill: "white" }), jsxRuntime.jsx("path", { d: "M9.46795 22.2132L10.1735 21.0259L11.4467 20.5756L11.5877 19.1888L12.5457 18.2109L12.0902 16.8982L12.5457 15.5855L11.5878 14.6075L11.4467 13.2208L10.1735 12.7704L9.46798 11.5832L8.1335 11.7503L6.99989 11L5.86628 11.7503L4.53183 11.5832L3.8263 12.7705L2.55309 13.2208L2.41203 14.6075L1.4541 15.5855L1.90955 16.8982L1.4541 18.2109L2.412 19.1889L2.55306 20.5757L3.82627 21.026L4.5318 22.2132L5.86628 22.0462L6.99989 22.7964L8.1335 22.0462L9.46795 22.2132ZM3.09969 16.8982C3.09969 14.668 4.84932 12.8536 6.99989 12.8536C9.15046 12.8536 10.9001 14.668 10.9001 16.8982C10.9001 19.1284 9.15046 20.9429 6.99989 20.9429C4.84932 20.9429 3.09969 19.1284 3.09969 16.8982Z", fill: "#2E6DAD" }), jsxRuntime.jsx("path", { d: "M7 14.3982C5.62149 14.3982 4.5 15.5197 4.5 16.8982C4.5 18.2767 5.62149 19.3982 7 19.3982C8.37851 19.3982 9.5 18.2767 9.5 16.8982C9.5 15.5197 8.37851 14.3982 7 14.3982Z", fill: "#2E6DAD" }), jsxRuntime.jsx("path", { d: "M1.71191 25.6905L2.94177 21.7041L6.67762 23.6958L5.65825 26.9999L3.926 25.5643L1.71191 25.6905Z", fill: "#2E6DAD" }), jsxRuntime.jsx("path", { d: "M8.34188 26.9999L7.32251 23.6958L11.0584 21.7041L12.2882 25.6905L10.0741 25.5643L8.34188 26.9999Z", fill: "#2E6DAD" })] })) })));
3803
3875
  }
3804
3876
 
@@ -3842,7 +3914,7 @@ function DocTypeEmailDraft16(props) {
3842
3914
  return (jsxRuntime.jsx(SvgIcon__default["default"], __assign({}, props, { viewBox: "0 0 32 32" }, { children: jsxRuntime.jsxs("g", __assign({ fill: "none", fillRule: "evenodd" }, { children: [jsxRuntime.jsx("path", { fill: "#FFF", d: "M32,5.17314567 L29.8268543,3 L26.1700001,3 L22.1707865,7.0007864 L8,21.1715729 L8,24 L0,24 L0,2 L32,2 L32,5.17314567 Z M32,10.8268543 L32,24 L18.8280339,24 L30.8276407,11.9992136 L32,10.8268543 Z" }), jsxRuntime.jsx("path", { fill: "#CCC", d: "M15.7531595,13.4184134 L15.5151515,13.5757576 L13.6018359,12.2201349 L2,22 L2,20 L12.5545695,11.4781254 L2,4 L2,2 L15.5151515,11.6363636 L15.5199569,11.6331668 L15.5244437,11.6363636 L16.2234096,11.1710627 L16.2193479,11.1678815 L17.3095943,10.4425712 L17.3134218,10.4454426 L21.5392797,7.63229322 L15.7531595,13.4184134 Z M24.8779306,17.9495086 L25.923006,16.9043305 L30.0494792,20 L30.0494792,22 L24.8779306,17.9495086 Z M30,3.17314567 L29.8268543,3 L28.4978196,3 L30,2 L30,3.17314567 Z" }), jsxRuntime.jsx("path", { fill: "#9DA7B3", fillRule: "nonzero", d: "M32,5.17314567 L30,3.17314567 L30,2.06042296 L2,2 L2,22 L8,22 L8,24 L0,24 L0,0 L32,0 L32,5.17314567 Z M32,10.8268543 L32,24 L18.8280339,24 L20.8278374,22 L30,22 L30,12.8269357 L30.8276407,11.9992136 L32,10.8268543 Z" }), jsxRuntime.jsx("path", { fill: "#2E6DAD", d: "M14,18 L24,8 L28,12 L18,22 L14,18 Z M25,7 L27,5 L29,5 L31,7 L31,9 L29,11 L25,7 Z M10,22 L12,20 L16,24 L14,26 L10,26 L10,22 Z" })] })) })));
3843
3915
  }
3844
3916
 
3845
- function DocTypeEmail(props) {
3917
+ function DocTypeEmail16(props) {
3846
3918
  return (jsxRuntime.jsx(SvgIcon__default["default"], __assign({}, props, { viewBox: "0 0 32 32" }, { children: jsxRuntime.jsxs("g", __assign({ xmlns: "http://www.w3.org/2000/svg", stroke: "none", strokeWidth: "1", fill: "none", fillRule: "evenodd" }, { children: [jsxRuntime.jsx("path", { d: "M32 4H0V27.2727H32V4Z", fill: "white" }), jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M17.2723 15.0906L18.5447 14.1811L18.5465 14.1827L30.0038 6V8L19.8187 15.2731L30 24V26L18.5458 16.1821L16 18L13.4545 16.1818L2 26V24L12.1818 15.2727L2 8V6.00091L16 16H16.0019L17.2737 15.0917L17.2723 15.0906Z", fill: "#CCCCCC" }), jsxRuntime.jsx("path", { d: "M2 6V26H30V6H2ZM0 4H32V28H0V4Z", fill: "#9DA7B3" })] })) })));
3847
3919
  }
3848
3920
 
@@ -3887,7 +3959,7 @@ var AttachmentIcon = function (props) {
3887
3959
  icon = size === 'small' ? jsxRuntime.jsx(DocTypeAudio16, { fontSize: size }) : jsxRuntime.jsx(DocTypeAudio, { fontSize: size });
3888
3960
  break;
3889
3961
  case 'clause':
3890
- icon = size === 'small' ? jsxRuntime.jsx(DocTypeEmailDraft16$1, { fontSize: size }) : jsxRuntime.jsx(DocTypeEmailDraft$1, { fontSize: size });
3962
+ icon = size === 'small' ? jsxRuntime.jsx(DocTypeClausePrecedent16, { fontSize: size }) : jsxRuntime.jsx(DocTypeEmailDraft$1, { fontSize: size });
3891
3963
  break;
3892
3964
  case 'doc':
3893
3965
  case 'docx':
@@ -3936,7 +4008,7 @@ var AttachmentIcon = function (props) {
3936
4008
  icon = size === 'small' ? jsxRuntime.jsx(DocTypeSMS16, { fontSize: size }) : jsxRuntime.jsx(DocTypeSMS, { fontSize: size });
3937
4009
  break;
3938
4010
  case 'zip':
3939
- icon = size === 'small' ? jsxRuntime.jsx(DocTypeZip, { fontSize: size }) : jsxRuntime.jsx(DocTypeZip$1, { fontSize: size });
4011
+ icon = size === 'small' ? jsxRuntime.jsx(DocTypeZip16, { fontSize: size }) : jsxRuntime.jsx(DocTypeZip, { fontSize: size });
3940
4012
  break;
3941
4013
  case 'jpeg':
3942
4014
  case 'jpg':
@@ -3946,10 +4018,10 @@ var AttachmentIcon = function (props) {
3946
4018
  icon = size === 'small' ? jsxRuntime.jsx(DocTypeImage16, { fontSize: size }) : jsxRuntime.jsx(DocTypeImage, { fontSize: size });
3947
4019
  break;
3948
4020
  case 'comment':
3949
- icon = size === 'small' ? jsxRuntime.jsx(DocTypeAppointment, { fontSize: size }) : jsxRuntime.jsx(DocTypeAppointment$1, { fontSize: size });
4021
+ icon = size === 'small' ? jsxRuntime.jsx(DocTypeComment16, { fontSize: size }) : jsxRuntime.jsx(DocTypeAppointment, { fontSize: size });
3950
4022
  break;
3951
4023
  case 'eml':
3952
- icon = size === 'small' ? jsxRuntime.jsx(DocTypeEmail, { fontSize: size }) : jsxRuntime.jsx(DocTypeEmail$1, { fontSize: size });
4024
+ icon = size === 'small' ? jsxRuntime.jsx(DocTypeEmail16, { fontSize: size }) : jsxRuntime.jsx(DocTypeEmail, { fontSize: size });
3953
4025
  break;
3954
4026
  case 'emldraft':
3955
4027
  icon = size === 'small' ? jsxRuntime.jsx(DocTypeEmailDraft16, { fontSize: size }) : jsxRuntime.jsx(DocTypeEmailDraft$2, { fontSize: size });
@@ -3965,7 +4037,7 @@ var AttachmentIcon = function (props) {
3965
4037
  icon = size === 'small' ? jsxRuntime.jsx(DocTypeFolder16, { fontSize: size }) : jsxRuntime.jsx(DocTypeFolder, { fontSize: size });
3966
4038
  break;
3967
4039
  case 'app':
3968
- icon = size === 'small' ? jsxRuntime.jsx(DocTypeAppointment16, { fontSize: size }) : jsxRuntime.jsx(DocTypeAppointment$2, { fontSize: size });
4040
+ icon = size === 'small' ? jsxRuntime.jsx(DocTypeAppointment16, { fontSize: size }) : jsxRuntime.jsx(DocTypeAppointment$1, { fontSize: size });
3969
4041
  break;
3970
4042
  case 'videocall':
3971
4043
  icon =
@@ -4074,49 +4146,49 @@ var AvatarGroupStyled = styles$1.styled(material.AvatarGroup)(function (_a) {
4074
4146
  '& .MuiAvatar-root': {
4075
4147
  color: theme.avatars.color.primary.color,
4076
4148
  background: theme.avatars.color.primary.background,
4077
- }
4149
+ },
4078
4150
  },
4079
4151
  '&.avatarGroup--secondary': {
4080
4152
  '& .MuiAvatar-root': {
4081
4153
  color: theme.avatars.color.secondary.color,
4082
4154
  background: theme.avatars.color.secondary.background,
4083
- }
4155
+ },
4084
4156
  },
4085
4157
  '&.avatarGroup--xsmall': {
4086
4158
  '& .MuiAvatar-root': {
4087
4159
  width: theme.avatars.size.xsmall.size,
4088
4160
  height: theme.avatars.size.xsmall.size,
4089
4161
  fontSize: theme.avatars.size.xsmall.fontSize,
4090
- }
4162
+ },
4091
4163
  },
4092
4164
  '&.avatarGroup--small': {
4093
4165
  '& .MuiAvatar-root': {
4094
4166
  width: theme.avatars.size.small.size,
4095
4167
  height: theme.avatars.size.small.size,
4096
4168
  fontSize: theme.avatars.size.small.fontSize,
4097
- }
4169
+ },
4098
4170
  },
4099
4171
  '&.avatarGroup--medium': {
4100
4172
  '& .MuiAvatar-root': {
4101
4173
  width: theme.avatars.size.medium.size,
4102
4174
  height: theme.avatars.size.medium.size,
4103
4175
  fontSize: theme.avatars.size.medium.fontSize,
4104
- }
4176
+ },
4105
4177
  },
4106
4178
  '&.avatarGroup--large': {
4107
4179
  '& .MuiAvatar-root': {
4108
4180
  width: theme.avatars.size.large.size,
4109
4181
  height: theme.avatars.size.large.size,
4110
4182
  fontSize: theme.avatars.size.large.fontSize,
4111
- }
4183
+ },
4112
4184
  },
4113
4185
  '&.avatarGroup--xlarge': {
4114
4186
  '& .MuiAvatar-root': {
4115
4187
  width: theme.avatars.size.xlarge.size,
4116
4188
  height: theme.avatars.size.xlarge.size,
4117
4189
  fontSize: theme.avatars.size.xlarge.fontSize,
4118
- }
4119
- }
4190
+ },
4191
+ },
4120
4192
  });
4121
4193
  });
4122
4194
 
@@ -4150,7 +4222,7 @@ var ChipStyled = styles$1.styled(MuiChip__default["default"])(function (_a) {
4150
4222
  },
4151
4223
  // Mui classes refer to docs: https://mui.com/material-ui/react-chip/
4152
4224
  // Refer to custom theme component tokens
4153
- "&.MuiChip-filledDefault": {
4225
+ '&.MuiChip-filledDefault': {
4154
4226
  backgroundColor: theme.chip.color.filled.default.background,
4155
4227
  color: theme.chip.color.filled.default.color,
4156
4228
  borderColor: theme.chip.color.filled.default.borderColor,
@@ -4162,10 +4234,10 @@ var ChipStyled = styles$1.styled(MuiChip__default["default"])(function (_a) {
4162
4234
  borderLeft: "1px solid ".concat(theme.chip.color.filled.default.background),
4163
4235
  '&:hover': {
4164
4236
  backgroundColor: theme.chip.color.filled.default.background,
4165
- }
4166
- }
4237
+ },
4238
+ },
4167
4239
  },
4168
- "&.MuiChip-filledPrimary": {
4240
+ '&.MuiChip-filledPrimary': {
4169
4241
  backgroundColor: theme.chip.color.filled.primary.background,
4170
4242
  color: theme.chip.color.filled.primary.color,
4171
4243
  '&.chip--rounded': {
@@ -4176,10 +4248,10 @@ var ChipStyled = styles$1.styled(MuiChip__default["default"])(function (_a) {
4176
4248
  borderLeft: "1px solid ".concat(theme.chip.color.filled.primary.background),
4177
4249
  '&:hover': {
4178
4250
  backgroundColor: theme.chip.color.filled.primary.background,
4179
- }
4180
- }
4251
+ },
4252
+ },
4181
4253
  },
4182
- "&.MuiChip-filledSecondary": {
4254
+ '&.MuiChip-filledSecondary': {
4183
4255
  backgroundColor: theme.chip.color.filled.secondary.background,
4184
4256
  color: theme.chip.color.filled.secondary.color,
4185
4257
  '&.chip--rounded': {
@@ -4190,10 +4262,10 @@ var ChipStyled = styles$1.styled(MuiChip__default["default"])(function (_a) {
4190
4262
  borderLeft: "1px solid ".concat(theme.chip.color.filled.secondary.background),
4191
4263
  '&:hover': {
4192
4264
  backgroundColor: theme.chip.color.filled.secondary.background,
4193
- }
4194
- }
4265
+ },
4266
+ },
4195
4267
  },
4196
- "&.MuiChip-filledInfo": {
4268
+ '&.MuiChip-filledInfo': {
4197
4269
  backgroundColor: theme.chip.color.filled.info.background,
4198
4270
  color: theme.chip.color.filled.info.color,
4199
4271
  '&.chip--rounded': {
@@ -4204,10 +4276,10 @@ var ChipStyled = styles$1.styled(MuiChip__default["default"])(function (_a) {
4204
4276
  borderLeft: "1px solid ".concat(theme.chip.color.filled.info.background),
4205
4277
  '&:hover': {
4206
4278
  backgroundColor: theme.chip.color.filled.info.background,
4207
- }
4208
- }
4279
+ },
4280
+ },
4209
4281
  },
4210
- "&.MuiChip-filledSuccess": {
4282
+ '&.MuiChip-filledSuccess': {
4211
4283
  backgroundColor: theme.chip.color.filled.success.background,
4212
4284
  color: theme.chip.color.filled.success.color,
4213
4285
  '&.chip--rounded': {
@@ -4218,10 +4290,10 @@ var ChipStyled = styles$1.styled(MuiChip__default["default"])(function (_a) {
4218
4290
  borderLeft: "1px solid ".concat(theme.chip.color.filled.success.background),
4219
4291
  '&:hover': {
4220
4292
  backgroundColor: theme.chip.color.filled.success.background,
4221
- }
4222
- }
4293
+ },
4294
+ },
4223
4295
  },
4224
- "&.MuiChip-filledWarning": {
4296
+ '&.MuiChip-filledWarning': {
4225
4297
  backgroundColor: theme.chip.color.filled.warning.background,
4226
4298
  color: theme.chip.color.filled.warning.color,
4227
4299
  '&.chip--rounded': {
@@ -4232,10 +4304,10 @@ var ChipStyled = styles$1.styled(MuiChip__default["default"])(function (_a) {
4232
4304
  borderLeft: "1px solid ".concat(theme.chip.color.filled.warning.background),
4233
4305
  '&:hover': {
4234
4306
  backgroundColor: theme.chip.color.filled.warning.background,
4235
- }
4236
- }
4307
+ },
4308
+ },
4237
4309
  },
4238
- "&.MuiChip-filledError": {
4310
+ '&.MuiChip-filledError': {
4239
4311
  backgroundColor: theme.chip.color.filled.error.background,
4240
4312
  color: theme.chip.color.filled.error.color,
4241
4313
  '&.chip--rounded': {
@@ -4246,8 +4318,8 @@ var ChipStyled = styles$1.styled(MuiChip__default["default"])(function (_a) {
4246
4318
  borderLeft: "1px solid ".concat(theme.chip.color.filled.error.background),
4247
4319
  '&:hover': {
4248
4320
  backgroundColor: theme.chip.color.filled.error.background,
4249
- }
4250
- }
4321
+ },
4322
+ },
4251
4323
  },
4252
4324
  // Size
4253
4325
  '& .MuiChip-label': {
@@ -4260,8 +4332,6 @@ var ChipStyled = styles$1.styled(MuiChip__default["default"])(function (_a) {
4260
4332
  padding: "0 ".concat(theme.chip.size.medium.labelPadding),
4261
4333
  },
4262
4334
  },
4263
- //Icon
4264
- "&.MuiChip-icon": {},
4265
4335
  // Delete
4266
4336
  '&.MuiChip-deletable': {
4267
4337
  minHeight: '20px',
@@ -4271,7 +4341,7 @@ var ChipStyled = styles$1.styled(MuiChip__default["default"])(function (_a) {
4271
4341
  width: '24px',
4272
4342
  height: '24px',
4273
4343
  padding: 0,
4274
- }
4344
+ },
4275
4345
  },
4276
4346
  '& svg': {
4277
4347
  color: 'currentColor',
@@ -4280,21 +4350,21 @@ var ChipStyled = styles$1.styled(MuiChip__default["default"])(function (_a) {
4280
4350
  '& svg': {
4281
4351
  color: 'currentColor',
4282
4352
  },
4283
- }
4353
+ },
4284
4354
  });
4285
4355
  });
4286
4356
 
4287
4357
  var Chip = function (props) {
4288
- var rounded = props.rounded, rest = __rest(props, ["rounded"]);
4289
- return (jsxRuntime.jsx(ChipStyled, __assign({ size: 'small' }, rest, { deleteIcon: jsxRuntime.jsx(SvgCross, {}), onDelete: props.onDelete, className: rounded ? "chip--rounded" : '' })));
4358
+ var rounded = props.rounded, deleteIcon = props.deleteIcon, rest = __rest(props, ["rounded", "deleteIcon"]);
4359
+ return (jsxRuntime.jsx(ChipStyled, __assign({ size: "small", deleteIcon: deleteIcon ? deleteIcon : jsxRuntime.jsx(SvgCross, {}), onDelete: props.onDelete, className: rounded ? "chip--rounded" : '' }, rest)));
4290
4360
  };
4291
4361
 
4292
4362
  var IconButton = React__default["default"].forwardRef(function (props, ref) {
4293
4363
  var children = props.children, variant = props.variant, rest = __rest(props, ["children", "variant"]);
4294
- return (jsxRuntime.jsx(material.IconButton, __assign({}, rest, { className: "".concat(variant), ref: ref }, { children: children })));
4364
+ return (jsxRuntime.jsx(material.IconButton, __assign({ className: "".concat(variant), ref: ref }, rest, { children: children })));
4295
4365
  });
4296
4366
 
4297
- var Tooltip = React__default["default"].forwardRef(function (props, ref) {
4367
+ var Tooltip = React__default["default"].forwardRef(function Tooltip(props, ref) {
4298
4368
  var children = props.children, TransitionProps = props.TransitionProps, rest = __rest(props, ["children", "TransitionProps"]);
4299
4369
  return (jsxRuntime.jsx(material.Tooltip, __assign({ arrow: true, TransitionProps: __assign(__assign({}, TransitionProps), { timeout: 0 }), ref: ref }, rest, { children: children })));
4300
4370
  });
@@ -4311,26 +4381,26 @@ var MuiListItem = styles$1.styled(ListItem)(function (_a) {
4311
4381
  });
4312
4382
  var MuiListItemICon = styles$1.styled(ListItemIcon)(function () { return ({
4313
4383
  alignSelf: 'flex-start',
4314
- "&.prependIcon": {
4384
+ '&.prependIcon': {
4315
4385
  marginTop: 4,
4316
4386
  width: 16,
4317
4387
  height: 16,
4318
4388
  minWidth: 16,
4319
4389
  marginRight: 10,
4320
- "& .MuiSvgIcon-root": {
4321
- fontSize: 16
4390
+ '& .MuiSvgIcon-root': {
4391
+ fontSize: 16,
4322
4392
  },
4323
- "& .MuiButtonBase-root": {
4393
+ '& .MuiButtonBase-root': {
4324
4394
  padding: 0,
4325
4395
  backgroundColor: 'transparent',
4326
- }
4396
+ },
4327
4397
  },
4328
- "&.docTypeIcon": {
4398
+ '&.docTypeIcon': {
4329
4399
  minWidth: 16,
4330
4400
  marginRight: 10,
4331
- "& .MuiSvgIcon-root": {
4332
- fontSize: 24
4333
- }
4401
+ '& .MuiSvgIcon-root': {
4402
+ fontSize: 24,
4403
+ },
4334
4404
  },
4335
4405
  }); });
4336
4406
  var MuiListItemText = styles$1.styled(ListItemText)(function () { return ({
@@ -4339,45 +4409,48 @@ var MuiListItemText = styles$1.styled(ListItemText)(function () { return ({
4339
4409
  display: 'flex',
4340
4410
  flexDirection: 'row',
4341
4411
  flexWrap: 'wrap',
4342
- "&:hover": {
4412
+ '&:hover': {
4343
4413
  cursor: 'pointer',
4344
4414
  },
4345
- "& .MuiTypography-body1": {
4346
- "&:hover": {
4347
- cursor: 'pointer'
4348
- }
4415
+ '& .MuiTypography-body1': {
4416
+ '&:hover': {
4417
+ cursor: 'pointer',
4418
+ },
4349
4419
  },
4350
- "& .MuiListItemText-primary": {
4351
- display: 'flex'
4420
+ '& .MuiListItemText-primary': {
4421
+ display: 'flex',
4352
4422
  },
4353
4423
  }); });
4354
- var ActivityLogChips = styles$1.styled("div")(function () { return ({
4424
+ var ActivityLogChips = styles$1.styled('div')(function () { return ({
4355
4425
  width: '100%',
4356
- "& .MuiChip-root": {
4426
+ '& .MuiChip-root': {
4357
4427
  marginRight: 5,
4358
4428
  },
4359
- "& .MuiChip-root:last-child": {
4429
+ '& .MuiChip-root:last-child': {
4360
4430
  marginRight: 0,
4361
- }
4431
+ },
4362
4432
  }); });
4363
4433
  var ActivityLogMainName = styles$1.styled(material.Typography)(function () { return ({
4364
- flex: 'auto'
4434
+ flex: 'auto',
4365
4435
  }); });
4366
- var ActivityLogTime = styles$1.styled("div")(function () { return ({
4436
+ var ActivityLogTime = styles$1.styled('div')(function () { return ({
4367
4437
  alignSelf: 'flex-start',
4368
4438
  maxWidth: 80,
4369
4439
  minWidth: 80,
4370
4440
  marginLeft: 5,
4371
4441
  textAlign: 'right',
4372
- whiteSpace: 'nowrap'
4442
+ whiteSpace: 'nowrap',
4373
4443
  }); });
4374
- var ActivityLogGroup = styles$1.styled("div")(function () { return ({
4375
- alignSelf: 'flex-start'
4376
- }); });
4444
+ var ActivityLogGroup = styles$1.styled('div')(function () { return ({
4445
+ alignSelf: 'flex-start',
4446
+ }); });
4447
+ var DocTypeImageStyled = styles$1.styled('img')({
4448
+ maxWidth: '24px',
4449
+ });
4377
4450
 
4378
4451
  var ActivityLog = function (props) {
4379
- var name = props.name, time = props.time, ext = props.ext, iconURL = props.iconURL, onAttach = props.onAttach, onClick = props.onClick, users = props.users, attachment = props.attachment, action = props.action, avatarGroupTooltip = props.avatarGroupTooltip, _a = props.insertIconTooltip, insertIconTooltip = _a === void 0 ? 'Insert' : _a, hover = props.hover, _b = props.tooltip, tooltip = _b === void 0 ? 'Preview' : _b, _c = props.nameRef, nameRef = _c === void 0 ? undefined : _c, defaultProps = __rest(props, ["name", "time", "ext", "iconURL", "onAttach", "onClick", "users", "attachment", "action", "avatarGroupTooltip", "insertIconTooltip", "hover", "tooltip", "nameRef"]);
4380
- return (jsxRuntime.jsxs(MuiListItem, __assign({}, defaultProps, { children: [jsxRuntime.jsx(MuiListItemICon, __assign({ className: 'prependIcon' }, { children: attachment ? (jsxRuntime.jsx(Tooltip, __assign({ title: insertIconTooltip }, { children: jsxRuntime.jsx(IconButton, __assign({ onClick: onAttach }, { children: jsxRuntime.jsx(Icon, { name: SvgArrowLeft }) })) }))) : ('') })), jsxRuntime.jsx(MuiListItemICon, __assign({ className: 'docTypeIcon' }, { children: iconURL ? (jsxRuntime.jsx("img", { src: iconURL, style: { maxWidth: '24px' } })) : (jsxRuntime.jsx(AttachmentIcon, { ext: ext })) })), jsxRuntime.jsxs(MuiListItemText, __assign({ disableTypography: true, onClick: onClick, secondary: action && (jsxRuntime.jsx(ActivityLogChips, { children: action.map(function (tag) { return (jsxRuntime.jsx(Chip, { label: tag.label, variant: tag.variant }, tag.label)); }) })) }, { children: [hover ? (jsxRuntime.jsx(Tooltip, __assign({ title: tooltip }, { children: jsxRuntime.jsx(ActivityLogMainName, __assign({ ref: nameRef, noWrap: true, variant: "subtitle1", color: "primary" }, { children: name })) }))) : (jsxRuntime.jsx(ActivityLogMainName, __assign({ ref: nameRef, noWrap: true, variant: "subtitle1", color: "primary" }, { children: name }))), users ? (jsxRuntime.jsx(ActivityLogGroup, { children: jsxRuntime.jsx(AvatarGroup, __assign({ max: 2, size: "small", tooltip: avatarGroupTooltip, tooltipPlacement: "bottom-end" }, { children: users.map(function (person) { return (jsxRuntime.jsx(Avatar, __assign({ color: "default", size: "small", tooltip: person.name }, { children: person.initials }), person.initials)); }) })) })) : (''), jsxRuntime.jsx(ActivityLogTime, { children: jsxRuntime.jsx(Typography, __assign({ variant: "body1" }, { children: time })) })] }))] })));
4452
+ var name = props.name, time = props.time, ext = props.ext, iconURL = props.iconURL, onAttach = props.onAttach, onClick = props.onClick, users = props.users, attachment = props.attachment, action = props.action, avatarGroupTooltip = props.avatarGroupTooltip, _a = props.insertIconTooltip, insertIconTooltip = _a === void 0 ? 'Insert' : _a, hover = props.hover, _b = props.tooltip, tooltip = _b === void 0 ? 'Preview' : _b, _c = props.nameRef, nameRef = _c === void 0 ? undefined : _c;
4453
+ return (jsxRuntime.jsxs(MuiListItem, { children: [jsxRuntime.jsx(MuiListItemICon, __assign({ className: "prependIcon" }, { children: attachment ? (jsxRuntime.jsx(Tooltip, __assign({ title: insertIconTooltip }, { children: jsxRuntime.jsx(IconButton, __assign({ onClick: onAttach }, { children: jsxRuntime.jsx(Icon, { name: SvgArrowLeft }) })) }))) : ('') })), jsxRuntime.jsx(MuiListItemICon, __assign({ className: "docTypeIcon" }, { children: iconURL ? (jsxRuntime.jsx(DocTypeImageStyled, { title: iconURL, src: iconURL })) : (jsxRuntime.jsx(AttachmentIcon, { ext: ext })) })), jsxRuntime.jsxs(MuiListItemText, __assign({ disableTypography: true, onClick: onClick, secondary: action && (jsxRuntime.jsx(ActivityLogChips, { children: action.map(function (tag) { return (jsxRuntime.jsx(Chip, { label: tag.label, variant: tag.variant }, tag.label)); }) })) }, { children: [hover ? (jsxRuntime.jsx(Tooltip, __assign({ title: tooltip }, { children: jsxRuntime.jsx(ActivityLogMainName, __assign({ ref: nameRef, noWrap: true, variant: "subtitle1", color: "primary" }, { children: name })) }))) : (jsxRuntime.jsx(ActivityLogMainName, __assign({ ref: nameRef, noWrap: true, variant: "subtitle1", color: "primary" }, { children: name }))), users ? (jsxRuntime.jsx(ActivityLogGroup, { children: jsxRuntime.jsx(AvatarGroup, __assign({ max: 2, size: "small", tooltip: avatarGroupTooltip, tooltipPlacement: "bottom-end" }, { children: users.map(function (person) { return (jsxRuntime.jsx(Avatar, __assign({ color: "default", size: "small", tooltip: person.name }, { children: person.initials }), person.initials)); }) })) })) : (''), jsxRuntime.jsx(ActivityLogTime, { children: jsxRuntime.jsx(Typography, __assign({ variant: "body1" }, { children: time })) })] }))] }));
4381
4454
  };
4382
4455
 
4383
4456
  function LeapLogo() {
@@ -4395,7 +4468,7 @@ function PowerIcon(props) {
4395
4468
  styles$1.styled("div")(function () { return ({
4396
4469
  display: 'none'
4397
4470
  }); });
4398
- styles$1.styled(material.AppBar)(function (_a) {
4471
+ var MuiAppBar = styles$1.styled(material.AppBar)(function (_a) {
4399
4472
  var theme = _a.theme;
4400
4473
  return ({
4401
4474
  maxHeight: 50,
@@ -4414,7 +4487,7 @@ styles$1.styled(material.AppBar)(function (_a) {
4414
4487
  },
4415
4488
  });
4416
4489
  });
4417
- styles$1.styled(material.Toolbar)(function () { return ({
4490
+ var AppBarToolbar = styles$1.styled(material.Toolbar)(function () { return ({
4418
4491
  "&.MuiToolbar-root": {
4419
4492
  minHeight: 50,
4420
4493
  maxHeight: 50,
@@ -4423,7 +4496,7 @@ styles$1.styled(material.Toolbar)(function () { return ({
4423
4496
  display: 'flex'
4424
4497
  }
4425
4498
  }); });
4426
- styles$1.styled("div")(function () { return ({
4499
+ var AppBarLogo = styles$1.styled("div")(function () { return ({
4427
4500
  borderRight: '1px solid rgba(0,96,172,.6)',
4428
4501
  borderLeft: '1px solid rgba(0,96,172,.6)',
4429
4502
  paddingLeft: '1rem',
@@ -4440,7 +4513,7 @@ styles$1.styled("div")(function () { return ({
4440
4513
  width: '100%'
4441
4514
  }
4442
4515
  }); });
4443
- styles$1.styled("div")(function () { return ({
4516
+ var AppBarUser = styles$1.styled("div")(function () { return ({
4444
4517
  borderRight: '1px solid rgba(0,96,172,.6)',
4445
4518
  height: '100%',
4446
4519
  display: 'flex',
@@ -4458,13 +4531,22 @@ styles$1.styled("div")(function () { return ({
4458
4531
  lineHeight: 1,
4459
4532
  }
4460
4533
  }); });
4461
- styles$1.styled("div")(function () { return ({
4534
+ var AppBarContent = styles$1.styled("div")(function () { return ({
4462
4535
  flexGrow: 1
4463
4536
  }); });
4464
4537
 
4538
+ var AppBar = function (props) {
4539
+ var onDrawerToggle = props.onDrawerToggle, onLogout = props.onLogout, user = props.user, _a = props.position, position = _a === void 0 ? 'sticky' : _a, rest = __rest(props, ["onDrawerToggle", "onLogout", "user", "position"]);
4540
+ var hasDrawerToggle = (onDrawerToggle === null || onDrawerToggle === void 0 ? void 0 : onDrawerToggle.name) === 'onDrawerToggle' ? true : false;
4541
+ var isMobile = useMediaQuery__default["default"]('(max-width:380px)');
4542
+ return (jsxRuntime.jsx(MuiAppBar, __assign({ color: "primary", position: position, elevation: 0 }, rest, { children: jsxRuntime.jsxs(AppBarToolbar, __assign({ variant: "dense" }, { children: [hasDrawerToggle && (jsxRuntime.jsx(material.Box, __assign({ sx: {
4543
+ display: { xs: hasDrawerToggle ? 'block' : 'none', sm: 'block' },
4544
+ } }, { children: jsxRuntime.jsx(IconButton, __assign({ "aria-label": "open drawer", onClick: onDrawerToggle }, { children: jsxRuntime.jsx(Icon, { name: MenuIcon }) })) }))), jsxRuntime.jsx(AppBarLogo, __assign({ sx: isMobile ? { marginRight: 0, height: '3.125rem' } : {} }, { children: jsxRuntime.jsx(Icon, { name: LeapLogo }) })), jsxRuntime.jsx(material.Box, __assign({ sx: { display: { xs: 'none', sm: 'block' } } }, { children: jsxRuntime.jsx(Typography, __assign({ upperCase: true, color: "white", variant: "h2" }, { children: props.title })) })), jsxRuntime.jsx(AppBarContent, { children: props.children }), !!props && !!props.user && (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsxs(AppBarUser, __assign({ sx: isMobile ? { overflow: 'hidden', minWidth: '6.25rem' } : {} }, { children: [jsxRuntime.jsxs(Typography, __assign({ color: "white", variant: "h4" }, { children: [user.firstName, " ", user.lastName] })), jsxRuntime.jsx(Typography, __assign({ color: "gray", variant: "body2" }, { children: user.email }))] })), jsxRuntime.jsx(IconButton, __assign({ "aria-label": "logout", onClick: onLogout }, { children: jsxRuntime.jsx(Icon, { name: PowerIcon }) }))] }))] })) })));
4545
+ };
4546
+
4465
4547
  var InputLabel = function (props) {
4466
4548
  var color = props.color, rest = __rest(props, ["color"]);
4467
- return jsxRuntime.jsx(material.InputLabel, __assign({}, rest, { sx: { color: color } }));
4549
+ return jsxRuntime.jsx(material.InputLabel, __assign({ sx: { color: color } }, rest));
4468
4550
  };
4469
4551
 
4470
4552
  var StyledPaper = styles$1.styled(Paper__default["default"], {
@@ -4472,12 +4554,11 @@ var StyledPaper = styles$1.styled(Paper__default["default"], {
4472
4554
  })(function (_a) {
4473
4555
  var bottomButtonHeight = _a.bottomButtonHeight;
4474
4556
  return ({
4475
- '&': {
4476
- marginLeft: '-1px',
4477
- marginRight: '-1px',
4478
- marginTop: 0,
4479
- },
4557
+ marginLeft: '-1px',
4558
+ marginRight: '-1px',
4559
+ marginTop: 0,
4480
4560
  '.MuiAutocomplete-listbox': {
4561
+ position: 'static',
4481
4562
  paddingBottom: bottomButtonHeight,
4482
4563
  },
4483
4564
  });
@@ -4516,9 +4597,7 @@ var Autocomplete = function (_a) {
4516
4597
  };
4517
4598
  // Workaround: use onMouseDown here because onClick will close the panel before actionClick called.
4518
4599
  var CustomPaper = function (props) {
4519
- return (jsxRuntime.jsx(StyledPaper, __assign({ bottomButtonHeight: bottomButtonHeight }, props, { placement: "bottom" }, { children: jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [props.children, actionLabel && (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx(MuiDivider__default["default"], {}), jsxRuntime.jsx(ListItem__default["default"], __assign({ button: true, dense: true, onMouseDown: actionClick }, { children: jsxRuntime.jsx(StyledListContent, { children: jsxRuntime.jsx(Typography, __assign({ variant: platform === 'desktop' ? 'body1' : 'body2',
4520
- // color="primaryLight"
4521
- align: "center" }, { children: actionLabel })) }) }))] }))] }) })));
4600
+ return (jsxRuntime.jsx(StyledPaper, __assign({ bottomButtonHeight: bottomButtonHeight }, props, { placement: "bottom" }, { children: jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [props.children, actionLabel && (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx(MuiDivider__default["default"], {}), jsxRuntime.jsx(material.ListItemButton, __assign({ dense: true, onMouseDown: actionClick }, { children: jsxRuntime.jsx(StyledListContent, { children: jsxRuntime.jsx(Typography, __assign({ variant: platform === 'desktop' ? 'body1' : 'body2', align: "center" }, { children: actionLabel })) }) }))] }))] }) })));
4522
4601
  };
4523
4602
  return (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [label && jsxRuntime.jsx(InputLabel, { children: label }), jsxRuntime.jsx(MuiAutocomplete__default["default"], __assign({ disableClearable: true, renderInput: function (params) { return (jsxRuntime.jsx(TextField__default["default"], __assign({}, params, { inputProps: __assign(__assign({}, params.inputProps), { autoComplete: 'off' }), placeholder: inputPlaceholder, className: "customLargeSize" }))); }, PaperComponent: CustomPaper, onChange: function (event, value, reason) {
4524
4603
  value && value.length > 0
@@ -4532,37 +4611,8 @@ var createFilterOptions = function (config) {
4532
4611
  return MuiAutocomplete.createFilterOptions(config);
4533
4612
  };
4534
4613
 
4535
- var MuiBadge = styles$1.styled(material.Badge)(function (_a) {
4536
- var theme = _a.theme;
4537
- return ({
4538
- height: 32,
4539
- width: 32,
4540
- position: "relative",
4541
- "& .MuiBadge-badge": {
4542
- backgroundColor: "var(--custom-theme-primary-lighter, ".concat(theme.palette.grey[400], ")"),
4543
- transform: "none",
4544
- borderRadius: 12,
4545
- height: 32,
4546
- width: 32,
4547
- fontFamily: theme.typography.subtitle1.fontFamily,
4548
- fontWeight: 500,
4549
- fontSize: theme.typography.subtitle1.fontSize,
4550
- lineHeight: theme.typography.subtitle1.lineHeight,
4551
- letterSpacing: theme.typography.subtitle1.letterSpacing,
4552
- },
4553
- "& .MuiBadge-colorSecondary": {
4554
- backgroundColor: theme.palette.background.default,
4555
- color: theme.palette.text.primary,
4556
- border: "2px solid ".concat(theme.palette.text.primary),
4557
- },
4558
- });
4559
- });
4560
-
4561
- var Badge = function (props) {
4562
- return jsxRuntime.jsx(MuiBadge, __assign({}, props));
4563
- };
4564
-
4565
- var Root = material.styled(material.Box)({
4614
+ var Root = material.styled(ListItem)({
4615
+ display: 'block',
4566
4616
  position: 'absolute',
4567
4617
  bottom: 0,
4568
4618
  left: 0,
@@ -4573,7 +4623,9 @@ var ListButtonText = material.styled(Typography)(function (_a) {
4573
4623
  return ({
4574
4624
  textTransform: 'capitalize',
4575
4625
  fontWeight: 'normal',
4576
- color: theme.platform.name === 'lawconnect' ? theme.palette.primary.main : theme.palette.primary.light,
4626
+ color: theme.platform.name === 'lawconnect'
4627
+ ? theme.palette.primary.main
4628
+ : theme.palette.primary.light,
4577
4629
  textAlign: 'center',
4578
4630
  letterSpacing: '0',
4579
4631
  });
@@ -4587,11 +4639,11 @@ var Divider$1 = material.styled(MuiDivider__default["default"])(function (_a) {
4587
4639
  });
4588
4640
 
4589
4641
  var BottomListButton = function (_a) {
4590
- var onClick = _a.onClick, label = _a.label;
4591
- return (jsxRuntime.jsxs(Root, __assign({ bgcolor: "white" }, { children: [jsxRuntime.jsx(Divider$1, {}), jsxRuntime.jsx(ListItem__default["default"], __assign({ button: true, dense: true, onClick: onClick }, { children: jsxRuntime.jsx(Box__default["default"], __assign({ sx: {
4592
- display: "flex",
4593
- justifyContent: "center",
4594
- width: "100%",
4642
+ var onClick = _a.onClick, label = _a.label, rest = __rest(_a, ["onClick", "label"]);
4643
+ return (jsxRuntime.jsxs(Root, __assign({ sx: { backgroundColor: "white" }, disablePadding: true }, { children: [jsxRuntime.jsx(Divider$1, {}), jsxRuntime.jsx(material.ListItemButton, __assign({ dense: true, onClick: onClick }, rest, { children: jsxRuntime.jsx(Box__default["default"], __assign({ sx: {
4644
+ display: 'flex',
4645
+ justifyContent: 'center',
4646
+ width: '100%',
4595
4647
  padding: 1, //8px
4596
4648
  } }, { children: jsxRuntime.jsx(ListButtonText, __assign({ variant: "button" }, { children: label })) })) }))] })));
4597
4649
  };
@@ -4603,13 +4655,13 @@ var Box = function (props) {
4603
4655
  var BreadcrumbsStyled = styles$1.styled(material.Breadcrumbs)(function (_a) {
4604
4656
  var theme = _a.theme;
4605
4657
  return ({
4606
- "& .MuiButtonBase-root": {
4658
+ '& .MuiButtonBase-root': {
4607
4659
  backgroundColor: 'transparent',
4608
4660
  },
4609
- "& .MuiLink-root": {
4661
+ '& .MuiLink-root': {
4610
4662
  color: theme.palette.text.secondary,
4611
- fontSize: "0.875rem",
4612
- "&:hover": {
4663
+ fontSize: '0.875rem',
4664
+ '&:hover': {
4613
4665
  color: theme.palette.text.disabled,
4614
4666
  },
4615
4667
  },
@@ -4628,173 +4680,171 @@ var ButtonStyled = styles$1.styled(material.Button)(function (_a) {
4628
4680
  borderRadius: theme.shapes.button,
4629
4681
  padding: theme.buttons.padding,
4630
4682
  height: theme.buttons.height,
4631
- transition: "all 0.15s ease-in-out",
4632
- border: "1px solid transparent",
4683
+ transition: 'all 0.15s ease-in-out',
4684
+ border: '1px solid transparent',
4633
4685
  minWidth: '120px',
4634
- "&:hover": {
4635
- boxShadow: "none",
4636
- cursor: "pointer",
4686
+ '&:hover': {
4687
+ boxShadow: 'none',
4688
+ cursor: 'pointer',
4637
4689
  },
4638
- "&.Mui-disabled": {
4690
+ '&.Mui-disabled': {
4639
4691
  opacity: 0.7,
4640
4692
  },
4641
- "&.MuiButton-startIcon": {
4693
+ '&.MuiButton-startIcon': {
4642
4694
  marginLeft: 0,
4643
4695
  paddingLeft: 0,
4644
4696
  },
4645
- "&.MuiButton-endIcon": {
4697
+ '&.MuiButton-endIcon': {
4646
4698
  marginRight: 0,
4647
4699
  paddingRight: 0,
4648
4700
  },
4649
4701
  // Contained
4650
- "&.MuiButton-containedInherit": {
4702
+ '&.MuiButton-containedInherit': {
4651
4703
  color: theme.buttons.contained.inherit.color,
4652
4704
  background: theme.buttons.contained.inherit.background,
4653
4705
  boxShadow: theme.buttons.contained.inherit.boxShadow,
4654
4706
  borderColor: theme.buttons.contained.inherit.border,
4655
- "&:hover": {
4707
+ '&:hover': {
4656
4708
  color: theme.buttons.contained.inherit.colorHover,
4657
4709
  background: theme.buttons.contained.inherit.backgroundHover,
4658
4710
  boxShadow: theme.buttons.contained.inherit.boxShadowHover,
4659
4711
  borderColor: theme.buttons.contained.inherit.borderHover,
4660
4712
  },
4661
- "&:active, &:focus": {
4713
+ '&:active, &:focus': {
4662
4714
  background: theme.buttons.contained.inherit.backgroundFocus,
4663
4715
  boxShadow: theme.buttons.contained.inherit.boxShadowFocus,
4664
4716
  },
4665
4717
  },
4666
- "&.MuiButton-containedPrimary": {
4718
+ '&.MuiButton-containedPrimary': {
4667
4719
  color: theme.buttons.contained.primary.color,
4668
4720
  background: theme.buttons.contained.primary.background,
4669
4721
  boxShadow: theme.buttons.contained.primary.boxShadow,
4670
4722
  borderColor: theme.buttons.contained.primary.border,
4671
- "&:hover": {
4723
+ '&:hover': {
4672
4724
  color: theme.buttons.contained.primary.colorHover,
4673
4725
  background: theme.buttons.contained.primary.backgroundHover,
4674
4726
  boxShadow: theme.buttons.contained.primary.boxShadowHover,
4675
4727
  borderColor: theme.buttons.contained.primary.borderHover,
4676
4728
  },
4677
- "&:active, &:focus": {
4729
+ '&:active, &:focus': {
4678
4730
  background: theme.buttons.contained.primary.backgroundFocus,
4679
4731
  boxShadow: theme.buttons.contained.primary.boxShadowFocus,
4680
4732
  },
4681
4733
  },
4682
- "&.MuiButton-containedSecondary": {
4734
+ '&.MuiButton-containedSecondary': {
4683
4735
  color: theme.buttons.contained.secondary.color,
4684
4736
  background: theme.buttons.contained.secondary.background,
4685
4737
  boxShadow: theme.buttons.contained.secondary.boxShadow,
4686
4738
  borderColor: theme.buttons.contained.secondary.border,
4687
- "&:hover": {
4739
+ '&:hover': {
4688
4740
  color: theme.buttons.contained.secondary.colorHover,
4689
4741
  background: theme.buttons.contained.secondary.backgroundHover,
4690
4742
  boxShadow: theme.buttons.contained.secondary.boxShadowHover,
4691
4743
  borderColor: theme.buttons.contained.secondary.borderHover,
4692
4744
  },
4693
- "&:active, &:focus": {
4745
+ '&:active, &:focus': {
4694
4746
  background: theme.buttons.contained.secondary.backgroundFocus,
4695
4747
  boxShadow: theme.buttons.contained.secondary.boxShadowFocus,
4696
4748
  },
4697
4749
  },
4698
4750
  // Outlined
4699
- "&.MuiButton-outlinedInherit": {
4751
+ '&.MuiButton-outlinedInherit': {
4700
4752
  color: theme.buttons.outline.inherit.color,
4701
4753
  background: theme.buttons.outline.inherit.background,
4702
4754
  boxShadow: theme.buttons.outline.inherit.boxShadow,
4703
4755
  borderColor: theme.buttons.outline.inherit.border,
4704
- "&:hover": {
4756
+ '&:hover': {
4705
4757
  color: theme.buttons.outline.inherit.colorHover,
4706
4758
  background: theme.buttons.outline.inherit.backgroundHover,
4707
4759
  boxShadow: theme.buttons.outline.inherit.boxShadowHover,
4708
4760
  borderColor: theme.buttons.outline.inherit.borderHover,
4709
4761
  },
4710
- "&:active, &:focus": {
4762
+ '&:active, &:focus': {
4711
4763
  background: theme.buttons.outline.inherit.backgroundFocus,
4712
4764
  boxShadow: theme.buttons.outline.inherit.boxShadowFocus,
4713
4765
  },
4714
4766
  },
4715
- "&.MuiButton-outlinedPrimary": {
4767
+ '&.MuiButton-outlinedPrimary': {
4716
4768
  color: theme.buttons.outline.primary.color,
4717
4769
  background: theme.buttons.outline.primary.background,
4718
4770
  boxShadow: theme.buttons.outline.primary.boxShadow,
4719
4771
  borderColor: theme.buttons.outline.primary.border,
4720
- "&:hover": {
4772
+ '&:hover': {
4721
4773
  color: theme.buttons.outline.primary.colorHover,
4722
4774
  background: theme.buttons.outline.primary.backgroundHover,
4723
4775
  boxShadow: theme.buttons.outline.primary.boxShadowHover,
4724
4776
  borderColor: theme.buttons.outline.primary.borderHover,
4725
4777
  },
4726
- "&:active, &:focus": {
4778
+ '&:active, &:focus': {
4727
4779
  background: theme.buttons.outline.primary.backgroundFocus,
4728
4780
  boxShadow: theme.buttons.outline.primary.boxShadowFocus,
4729
4781
  },
4730
4782
  },
4731
- "&.MuiButton-outlinedSecondary": {
4783
+ '&.MuiButton-outlinedSecondary': {
4732
4784
  color: theme.buttons.outline.secondary.color,
4733
4785
  background: theme.buttons.outline.secondary.background,
4734
4786
  boxShadow: theme.buttons.outline.secondary.boxShadow,
4735
4787
  borderColor: theme.buttons.outline.secondary.border,
4736
- "&:hover": {
4788
+ '&:hover': {
4737
4789
  color: theme.buttons.outline.secondary.colorHover,
4738
4790
  background: theme.buttons.outline.secondary.backgroundHover,
4739
4791
  boxShadow: theme.buttons.outline.secondary.boxShadowHover,
4740
4792
  borderColor: theme.buttons.outline.secondary.borderHover,
4741
4793
  },
4742
- "&:active, &:focus": {
4794
+ '&:active, &:focus': {
4743
4795
  background: theme.buttons.outline.secondary.backgroundFocus,
4744
4796
  boxShadow: theme.buttons.outline.secondary.boxShadowFocus,
4745
4797
  },
4746
4798
  },
4747
- "&.MuiButton-textInherit": {
4799
+ '&.MuiButton-textInherit': {
4748
4800
  backgroundColor: 'transparent',
4749
- "&:hover": {
4801
+ '&:hover': {
4750
4802
  backgroundColor: 'transparent',
4751
4803
  },
4752
4804
  },
4753
- // Text
4754
- "&.MuiButton-text": {
4805
+ // Text
4806
+ '&.MuiButton-text': {
4755
4807
  backgroundColor: 'transparent',
4756
4808
  minWidth: 'auto',
4757
4809
  paddingLeft: 0,
4758
4810
  paddingRight: 0,
4759
- "&:hover": {
4811
+ '&:hover': {
4760
4812
  backgroundColor: 'transparent',
4761
4813
  textDecoration: 'underline',
4762
4814
  },
4763
- "&.MuiButton-colorInherit": {
4815
+ '&.MuiButton-colorInherit': {
4764
4816
  color: theme.buttons.text.inherit.color,
4765
4817
  },
4766
- "&.MuiButton-textPrimary": {
4818
+ '&.MuiButton-textPrimary': {
4767
4819
  color: theme.buttons.text.primary.color,
4768
4820
  },
4769
- "&.MuiButton-textSecondary": {
4821
+ '&.MuiButton-textSecondary': {
4770
4822
  color: theme.buttons.text.secondary.color,
4771
4823
  },
4772
- }
4824
+ },
4773
4825
  });
4774
4826
  });
4775
4827
 
4776
4828
  var Button = function (props) {
4777
- var isLoading = props.isLoading, children = props.children; props.color; var rest = __rest(props, ["isLoading", "children", "color"]);
4829
+ var isLoading = props.isLoading, children = props.children, rest = __rest(props, ["isLoading", "children"]);
4778
4830
  return (jsxRuntime.jsx(ButtonStyled, __assign({}, rest, { children: !isLoading ? children : jsxRuntime.jsx(material.CircularProgress, { size: 16, color: "inherit" }) })));
4779
4831
  };
4780
4832
 
4781
- styles$1.styled(material.Card)(templateObject_1$3 || (templateObject_1$3 = __makeTemplateObject(["\n\n"], ["\n\n"])));
4782
4833
  var CardContainer = styles$1.styled(material.Card)(function (_a) {
4783
4834
  var theme = _a.theme;
4784
4835
  return ({
4785
4836
  borderRadius: theme.shapes.button,
4786
4837
  backgroundColor: theme.palette.background.paper,
4787
- transition: "all 0.15s ease-in-out",
4838
+ transition: 'all 0.15s ease-in-out',
4788
4839
  outline: "1px solid ".concat(theme.palette.grey[300]),
4789
- "&:hover": {
4840
+ '&:hover': {
4790
4841
  outline: "1px solid var(--current-color, ".concat(theme.palette.primary.main, ")"),
4791
4842
  },
4792
- "&:focus, &:active": {
4843
+ '&:focus, &:active': {
4793
4844
  outline: "1px solid var(--current-color, ".concat(theme.palette.secondary.main, ")"),
4794
4845
  },
4795
4846
  });
4796
- });
4797
- var templateObject_1$3;
4847
+ });
4798
4848
 
4799
4849
  var Card = function (props) {
4800
4850
  return jsxRuntime.jsx(CardContainer, __assign({}, props, { children: props.children }));
@@ -4836,32 +4886,15 @@ var CustomFormControlLabel = material.styled(material.FormControlLabel)({
4836
4886
  marginLeft: 0,
4837
4887
  '.MuiButtonBase-root': {
4838
4888
  padding: 0,
4839
- }
4889
+ },
4840
4890
  });
4841
4891
 
4842
4892
  var Checkbox = function (props) {
4843
4893
  var label = props.label, value = props.value, isAuth = props.isAuth, rest = __rest(props, ["label", "value", "isAuth"]);
4844
- var labelStyles = isAuth ? "subtitle1" : "body1";
4845
- return (jsxRuntime.jsx(CustomFormControlLabel, { value: value, label: jsxRuntime.jsx(material.Typography, __assign({ variant: labelStyles }, { children: label })), control: jsxRuntime.jsx(material.Checkbox, __assign({}, rest, { value: value, disableRipple: true, color: "default", icon: jsxRuntime.jsx(Icon, { name: SvgCheckboxUncontrolled }), checkedIcon: jsxRuntime.jsx(Icon, { name: SvgCheckboxChecked }), indeterminateIcon: jsxRuntime.jsx(Icon, { name: SvgCheckboxIndeterminate }) })) }));
4894
+ var labelStyles = isAuth ? 'subtitle1' : 'body1';
4895
+ return (jsxRuntime.jsx(CustomFormControlLabel, { value: value, label: jsxRuntime.jsx(material.Typography, __assign({ variant: labelStyles }, { children: label })), control: jsxRuntime.jsx(material.Checkbox, __assign({ value: value, disableRipple: true, color: "default", icon: jsxRuntime.jsx(Icon, { name: SvgCheckboxUncontrolled }), checkedIcon: jsxRuntime.jsx(Icon, { name: SvgCheckboxChecked }), indeterminateIcon: jsxRuntime.jsx(Icon, { name: SvgCheckboxIndeterminate }) }, rest)) }));
4846
4896
  };
4847
4897
 
4848
- var commonjsGlobal = typeof globalThis !== 'undefined' ? globalThis : typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {};
4849
-
4850
- function getAugmentedNamespace(n) {
4851
- if (n.__esModule) return n;
4852
- var a = Object.defineProperty({}, '__esModule', {value: true});
4853
- Object.keys(n).forEach(function (k) {
4854
- var d = Object.getOwnPropertyDescriptor(n, k);
4855
- Object.defineProperty(a, k, d.get ? d : {
4856
- enumerable: true,
4857
- get: function () {
4858
- return n[k];
4859
- }
4860
- });
4861
- });
4862
- return a;
4863
- }
4864
-
4865
4898
  var dist = {};
4866
4899
 
4867
4900
  var DateRange$1 = {};
@@ -4881,11 +4914,11 @@ var reactIs_production_min = {};
4881
4914
  * LICENSE file in the root directory of this source tree.
4882
4915
  */
4883
4916
  var b="function"===typeof Symbol&&Symbol.for,c=b?Symbol.for("react.element"):60103,d=b?Symbol.for("react.portal"):60106,e=b?Symbol.for("react.fragment"):60107,f=b?Symbol.for("react.strict_mode"):60108,g=b?Symbol.for("react.profiler"):60114,h=b?Symbol.for("react.provider"):60109,k=b?Symbol.for("react.context"):60110,l=b?Symbol.for("react.async_mode"):60111,m=b?Symbol.for("react.concurrent_mode"):60111,n=b?Symbol.for("react.forward_ref"):60112,p=b?Symbol.for("react.suspense"):60113,q=b?
4884
- Symbol.for("react.suspense_list"):60120,r=b?Symbol.for("react.memo"):60115,t=b?Symbol.for("react.lazy"):60116,v=b?Symbol.for("react.block"):60121,w=b?Symbol.for("react.fundamental"):60117,x=b?Symbol.for("react.responder"):60118,y=b?Symbol.for("react.scope"):60119;
4885
- function z(a){if("object"===typeof a&&null!==a){var u=a.$$typeof;switch(u){case c:switch(a=a.type,a){case l:case m:case e:case g:case f:case p:return a;default:switch(a=a&&a.$$typeof,a){case k:case n:case t:case r:case h:return a;default:return u}}case d:return u}}}function A(a){return z(a)===m}reactIs_production_min.AsyncMode=l;reactIs_production_min.ConcurrentMode=m;reactIs_production_min.ContextConsumer=k;reactIs_production_min.ContextProvider=h;reactIs_production_min.Element=c;reactIs_production_min.ForwardRef=n;reactIs_production_min.Fragment=e;reactIs_production_min.Lazy=t;reactIs_production_min.Memo=r;reactIs_production_min.Portal=d;
4917
+ Symbol.for("react.suspense_list"):60120,r$1=b?Symbol.for("react.memo"):60115,t=b?Symbol.for("react.lazy"):60116,v=b?Symbol.for("react.block"):60121,w=b?Symbol.for("react.fundamental"):60117,x=b?Symbol.for("react.responder"):60118,y=b?Symbol.for("react.scope"):60119;
4918
+ function z(a){if("object"===typeof a&&null!==a){var u=a.$$typeof;switch(u){case c:switch(a=a.type,a){case l:case m:case e:case g:case f:case p:return a;default:switch(a=a&&a.$$typeof,a){case k:case n:case t:case r$1:case h:return a;default:return u}}case d:return u}}}function A(a){return z(a)===m}reactIs_production_min.AsyncMode=l;reactIs_production_min.ConcurrentMode=m;reactIs_production_min.ContextConsumer=k;reactIs_production_min.ContextProvider=h;reactIs_production_min.Element=c;reactIs_production_min.ForwardRef=n;reactIs_production_min.Fragment=e;reactIs_production_min.Lazy=t;reactIs_production_min.Memo=r$1;reactIs_production_min.Portal=d;
4886
4919
  reactIs_production_min.Profiler=g;reactIs_production_min.StrictMode=f;reactIs_production_min.Suspense=p;reactIs_production_min.isAsyncMode=function(a){return A(a)||z(a)===l};reactIs_production_min.isConcurrentMode=A;reactIs_production_min.isContextConsumer=function(a){return z(a)===k};reactIs_production_min.isContextProvider=function(a){return z(a)===h};reactIs_production_min.isElement=function(a){return "object"===typeof a&&null!==a&&a.$$typeof===c};reactIs_production_min.isForwardRef=function(a){return z(a)===n};reactIs_production_min.isFragment=function(a){return z(a)===e};reactIs_production_min.isLazy=function(a){return z(a)===t};
4887
- reactIs_production_min.isMemo=function(a){return z(a)===r};reactIs_production_min.isPortal=function(a){return z(a)===d};reactIs_production_min.isProfiler=function(a){return z(a)===g};reactIs_production_min.isStrictMode=function(a){return z(a)===f};reactIs_production_min.isSuspense=function(a){return z(a)===p};
4888
- reactIs_production_min.isValidElementType=function(a){return "string"===typeof a||"function"===typeof a||a===e||a===m||a===g||a===f||a===p||a===q||"object"===typeof a&&null!==a&&(a.$$typeof===t||a.$$typeof===r||a.$$typeof===h||a.$$typeof===k||a.$$typeof===n||a.$$typeof===w||a.$$typeof===x||a.$$typeof===y||a.$$typeof===v)};reactIs_production_min.typeOf=z;
4920
+ reactIs_production_min.isMemo=function(a){return z(a)===r$1};reactIs_production_min.isPortal=function(a){return z(a)===d};reactIs_production_min.isProfiler=function(a){return z(a)===g};reactIs_production_min.isStrictMode=function(a){return z(a)===f};reactIs_production_min.isSuspense=function(a){return z(a)===p};
4921
+ reactIs_production_min.isValidElementType=function(a){return "string"===typeof a||"function"===typeof a||a===e||a===m||a===g||a===f||a===p||a===q||"object"===typeof a&&null!==a&&(a.$$typeof===t||a.$$typeof===r$1||a.$$typeof===h||a.$$typeof===k||a.$$typeof===n||a.$$typeof===w||a.$$typeof===x||a.$$typeof===y||a.$$typeof===v)};reactIs_production_min.typeOf=z;
4889
4922
 
4890
4923
  var reactIs_development = {};
4891
4924
 
@@ -15740,8 +15773,8 @@ var StyledCalendar = material.styled(dist.Calendar)(function (_a) {
15740
15773
  });
15741
15774
 
15742
15775
  var DatePicker = function (_a) {
15743
- var date = _a.date, onChange = _a.onChange;
15744
- return (jsxRuntime.jsx(StyledCalendar, { onChange: onChange, date: date, color: '#dceef9', className: "leap-4d-date-picker leap-4d-calendar" }));
15776
+ var date = _a.date, onChange = _a.onChange, rest = __rest(_a, ["date", "onChange"]);
15777
+ return (jsxRuntime.jsx(StyledCalendar, __assign({ onChange: onChange, date: date, color: '#dceef9', className: "leap-4d-date-picker leap-4d-calendar" }, rest)));
15745
15778
  };
15746
15779
 
15747
15780
  function styleInject(css, ref) {
@@ -15812,30 +15845,35 @@ function LeapLogoIcon(props) {
15812
15845
  }
15813
15846
 
15814
15847
  var Dialog = function (props) {
15815
- var variant = props.variant, platform = props.platform, title = props.title, message = props.message, children = props.children; __rest(props, ["variant", "platform", "title", "message", "children"]);
15848
+ var variant = props.variant, platform = props.platform, title = props.title, message = props.message, children = props.children, rest = __rest(props, ["variant", "platform", "title", "message", "children"]);
15816
15849
  var theme = material.useTheme();
15817
15850
  var isWeb = function () { return platform === 'web'; };
15818
15851
  var variantIcon;
15819
15852
  switch (variant) {
15820
15853
  case 'info':
15821
- variantIcon = theme.platform.name === 'leap_web' ? jsxRuntime.jsx(SvgInfoCircle, {}) : jsxRuntime.jsx(SvgInfo, {});
15854
+ variantIcon =
15855
+ theme.platform.name === 'leap_web' ? jsxRuntime.jsx(SvgInfoCircle, {}) : jsxRuntime.jsx(SvgInfo, {});
15822
15856
  break;
15823
15857
  case 'alert':
15824
- variantIcon = theme.platform.name === 'leap_web' ? jsxRuntime.jsx(SvgWarning, {}) : jsxRuntime.jsx(SvgAlert, {});
15858
+ variantIcon =
15859
+ theme.platform.name === 'leap_web' ? jsxRuntime.jsx(SvgWarning, {}) : jsxRuntime.jsx(SvgAlert, {});
15825
15860
  break;
15826
15861
  default:
15827
- variantIcon = theme.platform.name === 'leap_web' ? jsxRuntime.jsx(SvgInfoCircle, {}) : jsxRuntime.jsx(SvgInfo, {});
15862
+ variantIcon =
15863
+ theme.platform.name === 'leap_web' ? jsxRuntime.jsx(SvgInfoCircle, {}) : jsxRuntime.jsx(SvgInfo, {});
15828
15864
  }
15829
- return (jsxRuntime.jsx(material.Dialog, __assign({ className: "gds-modal ".concat(isWeb() ? 'gds-modal--web' : 'gds-modal--desktop'), open: props.open, closeAfterTransition: true, hideBackdrop: true, onClose: props.handleClose }, { children: jsxRuntime.jsxs("div", __assign({ className: 'gds-modal_paper' }, { children: [jsxRuntime.jsxs("div", __assign({ className: 'gds-modal_header' }, { children: [isWeb() ? ('') : (jsxRuntime.jsx(LeapLogoIcon, { className: 'gds-modal_logo' })), title ? (isWeb() ? (jsxRuntime.jsx(Typography, __assign({ color: "default", upperCase: true, variant: "body1" }, { children: title }))) : (jsxRuntime.jsx(Typography, __assign({ color: "default", variant: "body2" }, { children: title })))) : (''), isWeb() ? ('') : (jsxRuntime.jsx(IconButton, __assign({ size: "small", onClick: props.handleClose }, { children: jsxRuntime.jsx(Icon, { name: SvgClose, fontSize: "small" }) })))] })), jsxRuntime.jsxs("div", __assign({ className: 'gds-modal_body' }, { children: [variant !== 'plain' && (jsxRuntime.jsx("div", __assign({ className: 'gds-modal_icon' }, { children: variantIcon }))), typeof message === 'string' ? (jsxRuntime.jsx(Typography, __assign({ color: "default", variant: "body1" }, { children: message }))) : (jsxRuntime.jsx("div", __assign({ style: { flex: 1 } }, { children: message })))] })), jsxRuntime.jsx("div", __assign({ className: 'gds-modal_footer' }, { children: jsxRuntime.jsx(material.DialogActions, { children: children }) }))] })) })));
15865
+ return (jsxRuntime.jsx(material.Dialog, __assign({ className: "gds-modal ".concat(isWeb() ? 'gds-modal--web' : 'gds-modal--desktop'), open: props.open, closeAfterTransition: true, hideBackdrop: true, onClose: props.handleClose }, rest, { children: jsxRuntime.jsxs("div", __assign({ className: "gds-modal_paper" }, { children: [jsxRuntime.jsxs("div", __assign({ className: "gds-modal_header" }, { children: [isWeb() ? '' : jsxRuntime.jsx(LeapLogoIcon, { className: "gds-modal_logo" }), title ? (isWeb() ? (jsxRuntime.jsx(Typography, __assign({ color: "default", upperCase: true, variant: "body1" }, { children: title }))) : (jsxRuntime.jsx(Typography, __assign({ color: "default", variant: "body2" }, { children: title })))) : (''), isWeb() ? ('') : (jsxRuntime.jsx(IconButton, __assign({ size: "small", onClick: props.handleClose }, { children: jsxRuntime.jsx(Icon, { name: SvgClose, fontSize: "small" }) })))] })), jsxRuntime.jsxs("div", __assign({ className: "gds-modal_body" }, { children: [variant !== 'plain' && (jsxRuntime.jsx("div", __assign({ className: "gds-modal_icon" }, { children: variantIcon }))), typeof message === 'string' ? (jsxRuntime.jsx(Typography, __assign({ color: "default", variant: "body1" }, { children: message }))) : (jsxRuntime.jsx("div", __assign({ style: { flex: 1 } }, { children: message })))] })), jsxRuntime.jsx("div", __assign({ className: "gds-modal_footer" }, { children: jsxRuntime.jsx(material.DialogActions, { children: children }) }))] })) })));
15830
15866
  };
15831
15867
 
15832
15868
  var Divider = function (props) {
15833
15869
  var _a = props.orientation, orientation = _a === void 0 ? 'horizontal' : _a, rest = __rest(props, ["orientation"]);
15870
+ // TODO: These overrides are applicable for material 4. Will need to do regression testing before removing
15871
+ // in the meantime overrides exist through sx and rest props
15834
15872
  var variantProp = {
15835
- "horizontal": 'gds-divider--horizontal',
15836
- "vertical": 'gds-divider--vertical',
15873
+ horizontal: 'gds-divider--horizontal',
15874
+ vertical: 'gds-divider--vertical',
15837
15875
  }[orientation];
15838
- return (jsxRuntime.jsx(MuiDivider__default["default"], __assign({}, rest, { className: "gds-divider ".concat(variantProp) })));
15876
+ return jsxRuntime.jsx(MuiDivider__default["default"], __assign({ className: "gds-divider ".concat(variantProp) }, rest));
15839
15877
  };
15840
15878
 
15841
15879
  var DrawerContainer = material.styled(material.Drawer)(function (_a) {
@@ -15854,7 +15892,7 @@ var DrawerContainer = material.styled(material.Drawer)(function (_a) {
15854
15892
  });
15855
15893
  });
15856
15894
 
15857
- var Drawer = React__default["default"].forwardRef(function (props, ref) {
15895
+ var Drawer = React__default["default"].forwardRef(function Drawer(props, ref) {
15858
15896
  var _a = props.variant, variant = _a === void 0 ? 'permanent' : _a, _b = props.color, color = _b === void 0 ? 'default' : _b, children = props.children, rest = __rest(props, ["variant", "color", "children"]);
15859
15897
  var drawerWidth = 256;
15860
15898
  return (jsxRuntime.jsx(DrawerContainer, __assign({ variant: variant, PaperProps: { style: { width: drawerWidth } }, ref: ref, className: "gds-drawer-bg-".concat(color) }, rest, { children: children })));
@@ -15863,26 +15901,26 @@ var Drawer = React__default["default"].forwardRef(function (props, ref) {
15863
15901
  var DrawerMenuContainer = material.styled(material.MenuItem)(function (_a) {
15864
15902
  var theme = _a.theme;
15865
15903
  return ({
15866
- "&.gds-drawer-menu-item": {
15904
+ '&.gds-drawer-menu-item': {
15867
15905
  borderRadius: '0.5rem',
15868
15906
  fontSize: 17,
15869
15907
  paddingTop: 10,
15870
15908
  paddingBottom: 10,
15871
- "& .MuiListItemIcon-root": {
15909
+ '& .MuiListItemIcon-root': {
15872
15910
  marginRight: 16,
15873
15911
  fontSize: '1.125rem',
15874
15912
  minWidth: 'auto',
15875
15913
  color: theme.palette.primary.dark,
15876
- "& svg": {
15877
- width: "none",
15878
- height: "none",
15879
- fontSize: "1.125rem",
15914
+ '& svg': {
15915
+ width: 'none',
15916
+ height: 'none',
15917
+ fontSize: '1.125rem',
15880
15918
  },
15881
15919
  },
15882
- "& .MuiSvgIcon-fontSizeSmall": {
15920
+ '& .MuiSvgIcon-fontSizeSmall': {
15883
15921
  fontSize: '1.125rem',
15884
15922
  },
15885
- "&.gds-drawer-menu-item-dark": {
15923
+ '&.gds-drawer-menu-item-dark': {
15886
15924
  backgroundColor: 'transparent',
15887
15925
  color: theme.palette.grey['200'],
15888
15926
  '&:not($selected) svg': {
@@ -15894,16 +15932,16 @@ var DrawerMenuContainer = material.styled(material.MenuItem)(function (_a) {
15894
15932
  color: theme.palette.grey['200'],
15895
15933
  '&:not($selected) svg': {
15896
15934
  color: theme.palette.grey['200'],
15897
- }
15935
+ },
15898
15936
  },
15899
15937
  '&$selected': {
15900
15938
  backgroundColor: 'rgba(0,0,0,.2)',
15901
15939
  '& svg': {
15902
15940
  color: theme.palette.secondary.main,
15903
- }
15904
- }
15941
+ },
15942
+ },
15905
15943
  },
15906
- "&.gds-drawer-menu-item-light": {
15944
+ '&.gds-drawer-menu-item-light': {
15907
15945
  backgroundColor: 'transparent',
15908
15946
  color: theme.palette.grey['800'],
15909
15947
  '&:not($selected) svg': {
@@ -15915,41 +15953,42 @@ var DrawerMenuContainer = material.styled(material.MenuItem)(function (_a) {
15915
15953
  color: theme.palette.secondary.dark,
15916
15954
  '&:not($selected) svg': {
15917
15955
  color: theme.palette.secondary.dark,
15918
- }
15956
+ },
15919
15957
  },
15920
15958
  '&$selected': {
15921
15959
  backgroundColor: 'rgba(255,255,255,.3)',
15922
15960
  color: theme.palette.secondary.dark,
15923
15961
  '& svg': {
15924
15962
  color: theme.palette.secondary.dark,
15925
- }
15926
- }
15963
+ },
15964
+ },
15927
15965
  },
15928
- "&.gds-drawer-menu-item-sub": {
15966
+ '&.gds-drawer-menu-item-sub': {
15929
15967
  '&:hover': {
15930
15968
  backgroundColor: 'rgba(255,255,255,.2) !important',
15931
15969
  },
15932
- "& .MuiListItemIcon-root": {
15970
+ '& .MuiListItemIcon-root': {
15933
15971
  marginRight: 0,
15934
- }
15972
+ },
15935
15973
  },
15936
- "& .gds-drawer-menu-item-text": {
15937
- flex: 1
15938
- }
15939
- }
15974
+ '& .gds-drawer-menu-item-text': {
15975
+ flex: 1,
15976
+ },
15977
+ },
15940
15978
  });
15941
15979
  });
15942
15980
 
15943
- var DrawerMenu = React__default["default"].forwardRef(function (props, ref) {
15981
+ var DrawerMenu = React__default["default"].forwardRef(function DrawMenu(props, ref) {
15944
15982
  var children = props.children, startAdornment = props.startAdornment, submenu = props.submenu, _a = props.variant, variant = _a === void 0 ? 'light' : _a, value = props.value; props.open; props.expand; var rest = __rest(props, ["children", "startAdornment", "submenu", "variant", "value", "open", "expand"]);
15945
15983
  var variantProp = {
15946
- 'light': 'gds-drawer-menu-item-light',
15947
- 'dark': 'gds-drawer-menu-item-dark',
15984
+ light: 'gds-drawer-menu-item-light',
15985
+ dark: 'gds-drawer-menu-item-dark',
15948
15986
  }[variant];
15949
- return (jsxRuntime.jsxs(DrawerMenuContainer, __assign({ ref: ref }, rest, { className: "gds-drawer-menu-item ".concat(variantProp, " ").concat(submenu ? 'gds-drawer-menu-item-sub' : '') }, { children: [startAdornment && !submenu ?
15950
- jsxRuntime.jsx(ListItemIcon, { children: startAdornment }) : null, jsxRuntime.jsxs("span", __assign({ className: 'gds-drawer-menu-item-text' }, { children: [children, " ", value] }))] })));
15987
+ return (jsxRuntime.jsxs(DrawerMenuContainer, __assign({ ref: ref, className: "gds-drawer-menu-item ".concat(variantProp, " ").concat(submenu ? 'gds-drawer-menu-item-sub' : '') }, rest, { children: [startAdornment && !submenu ? (jsxRuntime.jsx(ListItemIcon, { children: startAdornment })) : null, jsxRuntime.jsxs("span", __assign({ className: 'gds-drawer-menu-item-text' }, { children: [children, " ", value] }))] })));
15951
15988
  });
15952
15989
 
15990
+ function r(e){var t,f,n="";if("string"==typeof e||"number"==typeof e)n+=e;else if("object"==typeof e)if(Array.isArray(e))for(t=0;t<e.length;t++)e[t]&&(f=r(e[t]))&&(n&&(n+=" "),n+=f);else for(t in e)e[t]&&(n&&(n+=" "),n+=t);return n}function clsx(){for(var e,t,f=0,n="";f<arguments.length;)(e=arguments[f++])&&(t=r(e))&&(n&&(n+=" "),n+=t);return n}
15991
+
15953
15992
  var StyledInputBase = styles$1.styled(InputBase__default["default"], {
15954
15993
  shouldForwardProp: function (prop) { return prop !== 'textAlignRight'; },
15955
15994
  })(function (_a) {
@@ -15968,58 +16007,11 @@ var StyledFormHelperText = styles$1.styled(FormHelperText__default["default"])(f
15968
16007
  return (__assign({}, theme.typography.body2));
15969
16008
  });
15970
16009
 
15971
- function toVal(mix) {
15972
- var k, y, str='';
15973
- if (mix) {
15974
- if (typeof mix === 'object') {
15975
- if (Array.isArray(mix)) {
15976
- for (k=0; k < mix.length; k++) {
15977
- if (mix[k] && (y = toVal(mix[k]))) {
15978
- str && (str += ' ');
15979
- str += y;
15980
- }
15981
- }
15982
- } else {
15983
- for (k in mix) {
15984
- if (mix[k] && (y = toVal(k))) {
15985
- str && (str += ' ');
15986
- str += y;
15987
- }
15988
- }
15989
- }
15990
- } else if (typeof mix !== 'boolean' && !mix.call) {
15991
- str && (str += ' ');
15992
- str += mix;
15993
- }
15994
- }
15995
- return str;
15996
- }
15997
-
15998
- function clsx () {
15999
- var i=0, x, str='';
16000
- while (i < arguments.length) {
16001
- if (x = toVal(arguments[i++])) {
16002
- str && (str += ' ');
16003
- str += x;
16004
- }
16005
- }
16006
- return str;
16007
- }
16008
-
16009
- var Input = React__default["default"].forwardRef(function (_a, ref) {
16010
- var _b = _a.error, error = _b === void 0 ? false : _b, helperText = _a.helperText, _c = _a.textAlignRight, textAlignRight = _c === void 0 ? false : _c, label = _a.label, _d = _a.size, size = _d === void 0 ? 'medium' : _d, _e = _a.background, background = _e === void 0 ? 'default' : _e, className = _a.className, props = __rest(_a, ["error", "helperText", "textAlignRight", "label", "size", "background", "className"]);
16011
- return (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [label && jsxRuntime.jsx(FormLabelBlock, { children: label }), jsxRuntime.jsx(StyledInputBase, __assign({ ref: ref, error: error, textAlignRight: textAlignRight }, props, { className: clsx(size === 'large' && 'customLargeSize', background === 'light' && 'customLightColor', className) })), helperText && (jsxRuntime.jsx(StyledFormHelperText, __assign({ error: error }, { children: helperText })))] }));
16010
+ var Input = React__default["default"].forwardRef(function Input(props, ref) {
16011
+ var _a = props.error, error = _a === void 0 ? false : _a, helperText = props.helperText, _b = props.textAlignRight, textAlignRight = _b === void 0 ? false : _b, label = props.label, _c = props.size, size = _c === void 0 ? 'medium' : _c, _d = props.background, background = _d === void 0 ? 'default' : _d, className = props.className, rest = __rest(props, ["error", "helperText", "textAlignRight", "label", "size", "background", "className"]);
16012
+ return (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [label && jsxRuntime.jsx(FormLabelBlock, { children: label }), jsxRuntime.jsx(StyledInputBase, __assign({ ref: ref, error: error, textAlignRight: textAlignRight, className: clsx(size === 'large' && 'customLargeSize', background === 'light' && 'customLightColor', className) }, rest)), helperText && (jsxRuntime.jsx(StyledFormHelperText, __assign({ error: error }, { children: helperText })))] }));
16012
16013
  });
16013
16014
 
16014
- // const useStyles = makeStyles(() => createStyles({
16015
- // root: {
16016
- // width: (props: {width: number}) => props.width ? props.width : ''
16017
- // },
16018
- // paper: {
16019
- // width: (props: {width: number}) => props.width ? props.width : '',
16020
- // boxSizing: 'border-box'
16021
- // }
16022
- // }))
16023
16015
  var Dropdown = function (props) {
16024
16016
  var children = props.children, _a = props.elevation, elevation = _a === void 0 ? 3 : _a, _b = props.align, align = _b === void 0 ? 'right' : _b, label = props.label, width = props.width, _c = props.size, size = _c === void 0 ? 'medium' : _c, disabled = props.disabled, _d = props.variant, variant = _d === void 0 ? 'dropdown' : _d, fullWidth = props.fullWidth, rest = __rest(props, ["children", "elevation", "align", "label", "width", "size", "disabled", "variant", "fullWidth"]);
16025
16017
  var isDefinedWidth = function (definedWidth) {
@@ -16097,29 +16089,29 @@ var EmptyState = function (props) {
16097
16089
  };
16098
16090
 
16099
16091
  var FooterActionsContainer = styles$1.styled(material.Grid)({
16100
- "&.gds-footer-actions": {
16092
+ '&.gds-footer-actions': {
16101
16093
  width: '100%',
16102
16094
  borderTop: "1px solid #d4d4d4",
16103
16095
  },
16104
- "&.gds-footer-fixed": {
16096
+ '&.gds-footer-fixed': {
16105
16097
  position: 'absolute',
16106
16098
  bottom: 0,
16107
16099
  left: 0,
16108
16100
  right: 0,
16109
- width: '100%'
16101
+ width: '100%',
16110
16102
  },
16111
16103
  '& .gds-footer-actions_left': {
16112
16104
  display: 'flex',
16113
- "& button": {
16105
+ '& button': {
16114
16106
  marginRight: 10,
16115
- }
16107
+ },
16116
16108
  },
16117
16109
  '& .gds-footer-actions_right': {
16118
16110
  justifyContent: 'flex-end',
16119
16111
  display: 'flex',
16120
- "& button": {
16112
+ '& button': {
16121
16113
  marginLeft: 10,
16122
- }
16114
+ },
16123
16115
  },
16124
16116
  '&.gds-footer-actions_medium': {
16125
16117
  paddingLeft: 22,
@@ -16135,31 +16127,29 @@ var FooterActionsContainer = styles$1.styled(material.Grid)({
16135
16127
  },
16136
16128
  });
16137
16129
 
16138
- var Left$1 = function () { return null; };
16139
- var Right$1 = function () { return null; };
16130
+ var Left$1 = function () { return null; }; // NOTE: This is broken in storybook if you pass left children like the right below
16131
+ var Right$1 = function (children) { return jsxRuntime.jsx("div", { children: children }); }; // This fixes the app build error but won't work the same for left?
16140
16132
  var FooterActions = function (props) {
16141
- var children = props.children, fixed = props.fixed, _a = props.size, size = _a === void 0 ? 'medium' : _a, rest = __rest(props, ["children", "fixed", "size"]);
16133
+ var children = props.children, fixed = props.fixed, _a = props.size, size = _a === void 0 ? 'medium' : _a;
16142
16134
  var sizeProps = {
16143
- 'medium': 'gds-footer-actions_medium',
16144
- 'small': 'gds-footer-actions_small',
16135
+ medium: 'gds-footer-actions_medium',
16136
+ small: 'gds-footer-actions_small',
16145
16137
  }[size];
16146
- return (jsxRuntime.jsxs(FooterActionsContainer, __assign({ container: true, spacing: 0, className: "gds-footer-actions ".concat(sizeProps, " ").concat(fixed ? 'gds-footer-fixed' : '') }, rest, { children: [jsxRuntime.jsx(material.Grid, __assign({ item: true, xs: 6 }, { children: jsxRuntime.jsx("div", __assign({ className: 'gds-footer-actions_left' }, { children: React__default["default"].Children.map(children, function (child) {
16147
- if (child.type === Left$1) {
16148
- return child && child.props.children;
16149
- }
16150
- }) })) })), jsxRuntime.jsx(material.Grid, __assign({ item: true, xs: 6 }, { children: jsxRuntime.jsx("div", __assign({ className: 'gds-footer-actions_right' }, { children: React__default["default"].Children.map(children, function (child) {
16151
- if (child.type === Right$1) {
16152
- return child && child.props.children;
16153
- }
16154
- else {
16155
- return child;
16156
- }
16138
+ return (jsxRuntime.jsxs(FooterActionsContainer, __assign({ container: true, spacing: 0, className: "gds-footer-actions ".concat(sizeProps, " ").concat(fixed ? 'gds-footer-fixed' : '') }, { children: [jsxRuntime.jsx(material.Grid, __assign({ item: true, xs: 6 }, { children: jsxRuntime.jsx("div", __assign({ className: "gds-footer-actions_left" }, { children: React__default["default"].Children.map(children, function (child, index) {
16139
+ return (jsxRuntime.jsx("div", { children: React__default["default"].isValidElement(child) && child.type === Left$1
16140
+ ? child.props.children
16141
+ : // NOTE: Left has to return null otherwise it'll repeat right twice?
16142
+ null }, index));
16143
+ }) })) })), jsxRuntime.jsx(material.Grid, __assign({ item: true, xs: 6 }, { children: jsxRuntime.jsx("div", __assign({ className: "gds-footer-actions_right" }, { children: React__default["default"].Children.map(children, function (child, index) {
16144
+ return (jsxRuntime.jsx("div", { children: React__default["default"].isValidElement(child) && child.type === Right$1
16145
+ ? child.props.children
16146
+ : child }, index));
16157
16147
  }) })) }))] })));
16158
16148
  };
16159
16149
  FooterActions.Left = Left$1;
16160
16150
  FooterActions.Right = Right$1;
16161
16151
 
16162
- styles$1.styled("div")(function () { return ({
16152
+ var FormBodyContainer = styles$1.styled("div")(function () { return ({
16163
16153
  display: 'flex',
16164
16154
  flexDirection: 'column',
16165
16155
  overflowX: 'hidden',
@@ -16168,18 +16158,36 @@ styles$1.styled("div")(function () { return ({
16168
16158
  width: '100%',
16169
16159
  }); });
16170
16160
 
16171
- var FormContainerStyled = styles$1.styled("form")(function () { return ({
16172
- "&.form-container": {
16173
- display: "grid",
16174
- width: "100%",
16175
- overflow: 'hidden',
16176
- gridTemplateRows: "auto 1fr auto",
16177
- height: function (props) { return props.fullHeight ? "100vh" : ''; },
16178
- },
16179
- }); });
16161
+ var FormBody = function (props) {
16162
+ var mt = props.mt, mb = props.mb, px = props.px, py = props.py, bg = props.bg, children = props.children;
16163
+ return (jsxRuntime.jsx(FormBodyContainer, __assign({ style: {
16164
+ backgroundColor: bg ? bg : 'transparent',
16165
+ paddingRight: px ? px : 0,
16166
+ paddingLeft: px ? px : 0,
16167
+ paddingTop: py ? py : 0,
16168
+ paddingBottom: py ? py : 0,
16169
+ marginBottom: mb ? mb : 0,
16170
+ marginTop: mt ? mt : 0,
16171
+ } }, { children: children })));
16172
+ };
16173
+
16174
+ var FormContainerStyled = styles$1.styled('form', {
16175
+ shouldForwardProp: function (prop) { return prop !== 'fullHeight'; },
16176
+ })(function (_a) {
16177
+ var fullHeight = _a.fullHeight;
16178
+ return ({
16179
+ '&.form-container': {
16180
+ display: 'grid',
16181
+ width: '100%',
16182
+ overflow: 'hidden',
16183
+ gridTemplateRows: 'auto 1fr auto',
16184
+ height: fullHeight ? "100vh" : '',
16185
+ },
16186
+ });
16187
+ });
16180
16188
 
16181
16189
  var FormContainer = function (props) {
16182
- return (jsxRuntime.jsx(FormContainerStyled, __assign({ onSubmit: props.onSubmit, className: "form-container" }, { children: props.children })));
16190
+ return (jsxRuntime.jsx(FormContainerStyled, __assign({ fullHeight: props.fullHeight, onSubmit: props.onSubmit, className: "form-container" }, { children: props.children })));
16183
16191
  };
16184
16192
 
16185
16193
  var FormGroup = function (props) {
@@ -16190,36 +16198,36 @@ var FormGroup = function (props) {
16190
16198
  marginRight: spacing,
16191
16199
  },
16192
16200
  '& > *:last-child': {
16193
- marginRight: 0
16194
- }
16201
+ marginRight: 0,
16202
+ },
16195
16203
  } }, rest, { children: children })));
16196
16204
  };
16197
16205
 
16198
16206
  var FormHeaderBox = styles$1.styled(material.Box)(function () { return ({
16199
- overflow: "hidden",
16200
- backgroundColor: "#F9F9F9",
16201
- position: "relative",
16207
+ overflow: 'hidden',
16208
+ backgroundColor: '#F9F9F9',
16209
+ position: 'relative',
16202
16210
  padding: 16,
16203
16211
  minHeight: 81,
16204
16212
  display: 'flex',
16205
- flexDirection: "column",
16206
- "&.gds-header-fixed": {
16213
+ flexDirection: 'column',
16214
+ '&.gds-header-fixed': {
16207
16215
  position: 'absolute',
16208
16216
  top: 0,
16209
16217
  left: 0,
16210
16218
  right: 0,
16211
- width: '100%'
16219
+ width: '100%',
16212
16220
  },
16213
16221
  }); });
16214
16222
  var FormHeaderDetail = styles$1.styled(material.Grid)(function () { return ({
16215
- display: "flex",
16216
- alignItems: "center",
16223
+ display: 'flex',
16224
+ alignItems: 'center',
16217
16225
  zIndex: 9,
16218
- position: "relative",
16226
+ position: 'relative',
16219
16227
  minHeight: 21,
16220
16228
  button: {
16221
- fontSize: 12
16222
- }
16229
+ fontSize: 12,
16230
+ },
16223
16231
  }); });
16224
16232
  var FormHeaderInfo = styles$1.styled(material.Grid)(function () { return ({
16225
16233
  paddingTop: 0,
@@ -16227,53 +16235,62 @@ var FormHeaderInfo = styles$1.styled(material.Grid)(function () { return ({
16227
16235
  flexWrap: 'nowrap',
16228
16236
  p: {
16229
16237
  fontWeight: 500,
16230
- color: "#6d7278",
16231
- whiteSpace: 'nowrap'
16238
+ color: '#6d7278',
16239
+ whiteSpace: 'nowrap',
16232
16240
  },
16233
- "& .MuiButton-label": {
16241
+ '& .MuiButton-label': {
16234
16242
  top: 0,
16235
16243
  },
16236
- "& .MuiButtonBase-root": {
16244
+ '& .MuiButtonBase-root': {
16237
16245
  paddingTop: 0,
16238
16246
  paddingBottom: 0,
16239
16247
  fontSize: '13px',
16240
16248
  fontWeight: 400,
16241
- }
16249
+ },
16242
16250
  }); });
16243
- var FormHeaderAccent = styles$1.styled("div")(function () { return ({
16244
- position: "absolute",
16251
+ var FormHeaderAccent = styles$1.styled('div')(function () { return ({
16252
+ position: 'absolute',
16245
16253
  top: -78,
16246
16254
  right: 32,
16247
16255
  zIndex: 1,
16248
16256
  opacity: '0.7',
16249
16257
  svg: {
16250
- width: 260
16251
- }
16258
+ width: 260,
16259
+ },
16252
16260
  }); });
16253
- var FormHeaderContent = styles$1.styled("div")(function () { return ({
16261
+ var FormHeaderContent = styles$1.styled('div')(function () { return ({
16254
16262
  maxHeight: 77,
16255
- overflowY: "auto",
16263
+ overflowY: 'auto',
16256
16264
  zIndex: 9,
16257
16265
  marginTop: 10,
16258
16266
  }); });
16259
16267
 
16260
- var FormHeader = React__default["default"].forwardRef(function (props, ref) {
16268
+ var FormHeader = React__default["default"].forwardRef(function FormHeader(props, ref) {
16261
16269
  var theme = material.useTheme();
16262
- return (jsxRuntime.jsxs(FormHeaderBox, __assign({ className: props.fixed ? 'gds-header-fixed' : '' }, { children: [jsxRuntime.jsx(FormHeaderAccent, { children: jsxRuntime.jsx(Icon, { name: LawconnectLogo, style: { width: 260 } }) }), jsxRuntime.jsxs(FormHeaderDetail, __assign({ container: true }, { children: [jsxRuntime.jsx(material.Grid, __assign({ item: true, xs: 5 }, { children: theme.platform.name === 'leap_web' ? (jsxRuntime.jsx(Typography, __assign({ color: "default", variant: "body2", sx: { textTransform: 'uppercase' } }, { children: props.title }))) : (jsxRuntime.jsx(Typography, __assign({ color: "primary.light", variant: "h2", sx: { textTransform: 'uppercase' } }, { children: props.title }))) })), jsxRuntime.jsx(material.Grid, __assign({ item: true, xs: 7 }, { children: jsxRuntime.jsxs(FormHeaderInfo, __assign({ container: true, alignItems: "center", justifyContent: "flex-end" }, { children: [props.from ? (jsxRuntime.jsx(Typography, __assign({ align: "right", variant: "body2" }, { children: props.from }))) : null, props.from && props.onClick ? jsxRuntime.jsx(material.Divider, { orientation: "vertical", sx: { height: 16, width: '1px', margin: "2px 5px", backgroundColor: "#d4d4d4" } }) : null, props.onClick ? (jsxRuntime.jsx(Button, __assign({ color: "primary", variant: "text", onClick: props.onClick, sx: { textTransform: 'none', border: 0 } }, { children: "Change" }))) : null] })) }))] })), jsxRuntime.jsx(FormHeaderContent, { children: props.children })] })));
16270
+ return (jsxRuntime.jsxs(FormHeaderBox, __assign({ ref: ref, className: props.fixed ? 'gds-header-fixed' : '' }, { children: [jsxRuntime.jsx(FormHeaderAccent, { children: jsxRuntime.jsx(Icon, { name: LawconnectLogo, style: { width: 260 } }) }), jsxRuntime.jsxs(FormHeaderDetail, __assign({ container: true }, { children: [jsxRuntime.jsx(material.Grid, __assign({ item: true, xs: 5 }, { children: theme.platform.name === 'leap_web' ? (jsxRuntime.jsx(Typography, __assign({ color: "default", variant: "body2", sx: { textTransform: 'uppercase' } }, { children: props.title }))) : (jsxRuntime.jsx(Typography, __assign({ color: "primary.light", variant: "h2", sx: { textTransform: 'uppercase' } }, { children: props.title }))) })), jsxRuntime.jsx(material.Grid, __assign({ item: true, xs: 7 }, { children: jsxRuntime.jsxs(FormHeaderInfo, __assign({ container: true, alignItems: "center", justifyContent: "flex-end" }, { children: [props.from ? (jsxRuntime.jsx(Typography, __assign({ align: "right", variant: "body2" }, { children: props.from }))) : null, props.from && props.onClick ? (jsxRuntime.jsx(material.Divider, { orientation: "vertical", sx: {
16271
+ height: 16,
16272
+ width: '1px',
16273
+ margin: '2px 5px',
16274
+ backgroundColor: '#d4d4d4',
16275
+ } })) : null, props.onClick ? (jsxRuntime.jsx(Button, __assign({ color: "primary", variant: "text", onClick: props.onClick, sx: { textTransform: 'none', border: 0 } }, { children: "Change" }))) : null] })) }))] })), jsxRuntime.jsx(FormHeaderContent, { children: props.children })] })));
16263
16276
  });
16264
16277
 
16265
16278
  var Grid = function (props) {
16266
16279
  return jsxRuntime.jsx(material.Grid, __assign({}, props));
16267
16280
  };
16268
16281
 
16269
- var StyledToolbar = styles$1.styled(Toolbar__default["default"])(function (_a) {
16270
- var theme = _a.theme, bgimageurl = _a.bgimageurl, bgsize = _a.bgsize, bgposition = _a.bgposition, bgcolor = _a.bgcolor;
16282
+ var StyledToolbar = styles$1.styled(Toolbar__default["default"], {
16283
+ shouldForwardProp: function (prop) {
16284
+ return !['bgImageURL', 'bgSize', 'bgPosition', 'bgColor'].includes(prop);
16285
+ },
16286
+ })(function (_a) {
16287
+ var theme = _a.theme, bgImageURL = _a.bgImageURL, bgSize = _a.bgSize, bgPosition = _a.bgPosition, bgColor = _a.bgColor;
16271
16288
  return ({
16272
- background: "url(".concat(bgimageurl, ") no-repeat"),
16273
- backgroundSize: bgsize,
16274
- backgroundPosition: "".concat(bgposition, " center"),
16275
- backgroundColor: bgcolor
16276
- ? "".concat(bgcolor)
16289
+ background: "url(".concat(bgImageURL, ") no-repeat"),
16290
+ backgroundSize: bgSize,
16291
+ backgroundPosition: "".concat(bgPosition, " center"),
16292
+ backgroundColor: bgColor
16293
+ ? "".concat(bgColor)
16277
16294
  : theme.platform.name === 'leap_desktop'
16278
16295
  ? theme.palette.grey[200]
16279
16296
  : theme.palette.grey[100],
@@ -16309,47 +16326,47 @@ var ToolbarWrap = styles$1.styled('div')({
16309
16326
  });
16310
16327
 
16311
16328
  var HeaderToolbar = function (_a) {
16312
- var title = _a.title; _a.titleVisibility; var left = _a.left, right = _a.right, bgColor = _a.bgColor, bgImageURL = _a.bgImageURL, _b = _a.bgPosition, bgPosition = _b === void 0 ? 'center' : _b, bgSize = _a.bgSize, divider = _a.divider, tooltip = _a.tooltip; __rest(_a, ["title", "titleVisibility", "left", "right", "bgColor", "bgImageURL", "bgPosition", "bgSize", "divider", "tooltip"]);
16313
- return (jsxRuntime.jsx(StyledToolbar, __assign({ bgcolor: bgColor, bgimageurl: bgImageURL, bgsize: bgSize, bgposition: bgPosition }, { children: jsxRuntime.jsxs(ToolbarWrap, { children: [jsxRuntime.jsxs(ToolbarContainer, { children: [title &&
16329
+ var title = _a.title, left = _a.left, right = _a.right, bgColor = _a.bgColor, bgImageURL = _a.bgImageURL, _b = _a.bgPosition, bgPosition = _b === void 0 ? 'center' : _b, bgSize = _a.bgSize, divider = _a.divider, tooltip = _a.tooltip, rest = __rest(_a, ["title", "left", "right", "bgColor", "bgImageURL", "bgPosition", "bgSize", "divider", "tooltip"]);
16330
+ return (jsxRuntime.jsx(StyledToolbar, __assign({ bgColor: bgColor, bgImageURL: bgImageURL, bgSize: bgSize, bgPosition: bgPosition }, rest, { children: jsxRuntime.jsxs(ToolbarWrap, { children: [jsxRuntime.jsxs(ToolbarContainer, { children: [title &&
16314
16331
  (tooltip ? (jsxRuntime.jsx(Tooltip, __assign({ title: title, placement: "bottom-start" }, { children: jsxRuntime.jsx(Typography, __assign({ gutterBottom: true, variant: "h4", noWrap: true, upperCase: true, color: "primary" }, { children: title })) }))) : (jsxRuntime.jsx(Typography, __assign({ gutterBottom: true, variant: "h4", noWrap: true, upperCase: true, color: "primary" }, { children: title })))), left] }), right && (jsxRuntime.jsx(ContainerDivider, __assign({ divider: divider }, { children: right })))] }) })));
16315
16332
  };
16316
16333
 
16317
- styles$1.styled("div")(function () { return ({
16334
+ styles$1.styled('div')(function () { return ({
16318
16335
  width: 135,
16319
- alignItems: "center",
16336
+ alignItems: 'center',
16320
16337
  }); });
16321
- styles$1.styled("div")(function (_a) {
16338
+ styles$1.styled('div')(function (_a) {
16322
16339
  var theme = _a.theme;
16323
16340
  return ({
16324
16341
  border: "1px solid ".concat(theme.palette.grey[400]),
16325
16342
  backgroundColor: theme.palette.background.paper,
16326
- borderBottom: "none",
16343
+ borderBottom: 'none',
16327
16344
  borderRadius: 0,
16328
16345
  width: 135,
16329
16346
  height: 135,
16330
- display: "flex",
16331
- alignItems: "center",
16332
- position: "relative",
16347
+ display: 'flex',
16348
+ alignItems: 'center',
16349
+ position: 'relative',
16333
16350
  });
16334
16351
  });
16335
- styles$1.styled("div")(function (_a) {
16352
+ styles$1.styled('div')(function (_a) {
16336
16353
  var theme = _a.theme;
16337
16354
  return ({
16338
- position: "absolute",
16339
- right: "0px",
16340
- top: "0px",
16355
+ position: 'absolute',
16356
+ right: '0px',
16357
+ top: '0px',
16341
16358
  borderRadius: 0,
16342
- "& .MuiIconButton-root": {
16359
+ '& .MuiIconButton-root': {
16343
16360
  paddingBottom: 0,
16344
16361
  paddingLeft: 0,
16345
16362
  borderRadius: 0,
16346
16363
  backgroundColor: theme.palette.background.paper,
16347
- transition: "none",
16348
- "&:hover": {
16364
+ transition: 'none',
16365
+ '&:hover': {
16349
16366
  backgroundColor: theme.palette.background.paper,
16350
16367
  color: theme.palette.text.primary,
16351
16368
  },
16352
- "&:active": {
16369
+ '&:active': {
16353
16370
  backgroundColor: theme.palette.background.paper,
16354
16371
  color: theme.palette.text.primary,
16355
16372
  },
@@ -16359,32 +16376,42 @@ styles$1.styled("div")(function (_a) {
16359
16376
  styles$1.styled(IconButton)(function (_a) {
16360
16377
  var theme = _a.theme;
16361
16378
  return ({
16362
- "& .MuiIconButton-root": {
16379
+ '& .MuiIconButton-root': {
16363
16380
  borderRadius: 0,
16364
16381
  backgroundColor: theme.palette.background.paper,
16365
- transition: "none",
16366
- "&:hover": {
16382
+ transition: 'none',
16383
+ '&:hover': {
16367
16384
  backgroundColor: theme.palette.background.paper,
16368
16385
  color: theme.palette.grey[400],
16369
16386
  },
16370
- "&:active": {
16387
+ '&:active': {
16371
16388
  backgroundColor: theme.palette.background.paper,
16372
16389
  },
16373
16390
  },
16374
16391
  });
16375
16392
  });
16376
- styles$1.styled("div")(function () { return ({
16377
- width: "100px",
16378
- height: "100px",
16379
- marginTop: "auto",
16380
- marginBottom: "auto",
16381
- overflow: "hidden",
16382
- display: "flex",
16393
+ styles$1.styled('div')(function () { return ({
16394
+ width: '100px',
16395
+ height: '100px',
16396
+ marginTop: 'auto',
16397
+ marginBottom: 'auto',
16398
+ overflow: 'hidden',
16399
+ display: 'flex',
16383
16400
  minWidth: 0,
16384
- "&.gds-image-upload-rounded": {
16401
+ '&.gds-image-upload-rounded': {
16385
16402
  borderRadius: 50,
16386
16403
  },
16387
- }); });
16404
+ }); });
16405
+ styles$1.styled('div')({
16406
+ margin: 'auto',
16407
+ width: '100px',
16408
+ height: '100px',
16409
+ });
16410
+ styles$1.styled('img')({
16411
+ width: '100px',
16412
+ height: '100px',
16413
+ border: '1px solid #99A0AC',
16414
+ });
16388
16415
 
16389
16416
  var ListItemAvatar = function (props) {
16390
16417
  return jsxRuntime.jsx(material.ListItemAvatar, __assign({}, props));
@@ -16432,19 +16459,19 @@ var LoaderContainer = styles$1.styled(material.Backdrop)(function () { return ({
16432
16459
  }); });
16433
16460
 
16434
16461
  var Loader = function (props) {
16435
- var background = props.background, transparent = props.transparent, spinner = props.spinner, _a = props.position, position = _a === void 0 ? "fixed" : _a, rest = __rest(props, ["background", "transparent", "spinner", "position"]);
16462
+ var background = props.background, transparent = props.transparent, spinner = props.spinner, _a = props.position, position = _a === void 0 ? 'fixed' : _a, rest = __rest(props, ["background", "transparent", "spinner", "position"]);
16436
16463
  return (jsxRuntime.jsx(LoaderContainer, __assign({ sx: {
16437
16464
  position: position,
16438
16465
  zIndex: function (theme) { return theme.zIndex.drawer + 1; },
16439
16466
  backgroundColor: transparent
16440
- ? background === "dark"
16441
- ? "rgba(38,48,66, 0.3)"
16442
- : "rgba(225,225,225, 0.3)"
16443
- : background === "dark"
16467
+ ? background === 'dark'
16468
+ ? 'rgba(38,48,66, 0.3)'
16469
+ : 'rgba(225,225,225, 0.3)'
16470
+ : background === 'dark'
16444
16471
  ? function (theme) { return theme.palette.text.secondary; }
16445
16472
  : function (theme) { return theme.palette.grey[50]; },
16446
- color: background === "dark" ? "#ffffff" : "text.primary",
16447
- } }, rest, { open: props.open }, { children: spinner ? jsxRuntime.jsx(SpinnerIcon$1, { color: "inherit" }) : jsxRuntime.jsx(LoaderIcon$1, { color: "inherit" }) })));
16473
+ color: background === 'dark' ? '#ffffff' : 'text.primary',
16474
+ } }, rest, { open: props.open }, { children: spinner ? (jsxRuntime.jsx(SpinnerIcon$1, { color: "inherit" })) : (jsxRuntime.jsx(LoaderIcon$1, { color: "inherit" })) })));
16448
16475
  };
16449
16476
 
16450
16477
  var MenuHeaderContainer = material.styled('div')(function (_a) {
@@ -16458,8 +16485,8 @@ var MenuHeaderContainer = material.styled('div')(function (_a) {
16458
16485
  });
16459
16486
 
16460
16487
  var MenuHeader = function (props) {
16461
- var children = props.children, rest = __rest(props, ["children"]);
16462
- return (jsxRuntime.jsxs(MenuHeaderContainer, { children: [jsxRuntime.jsx(material.ListSubheader, __assign({}, rest, { children: children })), jsxRuntime.jsx(material.Divider, {})] }));
16488
+ var children = props.children;
16489
+ return (jsxRuntime.jsxs(MenuHeaderContainer, { children: [jsxRuntime.jsx(material.ListSubheader, { children: children }), jsxRuntime.jsx(material.Divider, {})] }));
16463
16490
  };
16464
16491
 
16465
16492
  var Menu = React.forwardRef(function (props, ref) {
@@ -16473,18 +16500,18 @@ var Menu = React.forwardRef(function (props, ref) {
16473
16500
  paddings = 2;
16474
16501
  break;
16475
16502
  }
16476
- return (jsxRuntime.jsxs(material.Menu, __assign({}, rest, { ref: ref, className: system ? 'gds-menu-system' : '', MenuListProps: {
16503
+ return (jsxRuntime.jsxs(material.Menu, __assign({ ref: ref, className: system ? 'gds-menu-system' : '', MenuListProps: {
16477
16504
  sx: {
16478
16505
  padding: function (theme) {
16479
16506
  return theme.platform.name === 'lawconnect' ? paddings : '';
16480
16507
  },
16481
16508
  },
16482
- } }, { children: [heading ? jsxRuntime.jsx(MenuHeader, { children: heading }) : '', props.children] })));
16509
+ } }, rest, { children: [heading ? jsxRuntime.jsx(MenuHeader, { children: heading }) : '', props.children] })));
16483
16510
  });
16484
16511
 
16485
16512
  var MenuItem = function (props) {
16486
16513
  var startIcon = props.startIcon, endIcon = props.endIcon, stacked = props.stacked, children = props.children, system = props.system, border = props.border, rest = __rest(props, ["startIcon", "endIcon", "stacked", "children", "system", "border"]);
16487
- return (jsxRuntime.jsxs("div", { children: [jsxRuntime.jsxs(material.MenuItem, __assign({}, rest, { className: "".concat(startIcon || system ? "gds-menu-item-icon" : "", " ").concat(system ? "gds-menu-item-system" : "") }, { children: [startIcon ? jsxRuntime.jsx(ListItemIcon__default["default"], { children: startIcon }) : null, jsxRuntime.jsx(ListItemText__default["default"], __assign({ className: stacked ? "MuiListItemText-stacked" : "MuiListItemText-inline" }, { children: children })), endIcon ? jsxRuntime.jsx(ListItemIcon__default["default"], { children: endIcon }) : null] })), border && jsxRuntime.jsx(material.Divider, {})] }));
16514
+ return (jsxRuntime.jsxs("div", { children: [jsxRuntime.jsxs(material.MenuItem, __assign({ className: "".concat(startIcon || system ? 'gds-menu-item-icon' : '', " ").concat(system ? 'gds-menu-item-system' : '') }, rest, { children: [startIcon ? jsxRuntime.jsx(ListItemIcon__default["default"], { children: startIcon }) : null, jsxRuntime.jsx(ListItemText__default["default"], __assign({ className: stacked ? 'MuiListItemText-stacked' : 'MuiListItemText-inline' }, { children: children })), endIcon ? jsxRuntime.jsx(ListItemIcon__default["default"], { children: endIcon }) : null] })), border && jsxRuntime.jsx(material.Divider, {})] }));
16488
16515
  };
16489
16516
 
16490
16517
  var Modal = function (_a) {
@@ -16493,12 +16520,12 @@ var Modal = function (_a) {
16493
16520
  };
16494
16521
 
16495
16522
  var ModalActions = function (props) {
16496
- return (jsxRuntime.jsx(material.DialogActions, __assign({}, props, { children: props.children })));
16523
+ return jsxRuntime.jsx(material.DialogActions, __assign({}, props, { children: props.children }));
16497
16524
  };
16498
16525
 
16499
16526
  var ModalContent = function (_a) {
16500
16527
  var disablePaddings = _a.disablePaddings, props = __rest(_a, ["disablePaddings"]);
16501
- return (jsxRuntime.jsx(material.DialogContent, __assign({ className: disablePaddings ? 'gds-disablePaddings' : "" }, props, { children: props.children })));
16528
+ return (jsxRuntime.jsx(material.DialogContent, __assign({ className: disablePaddings ? 'gds-disablePaddings' : '' }, props, { children: props.children })));
16502
16529
  };
16503
16530
 
16504
16531
  var ModalTitle = function (props) {
@@ -16508,7 +16535,7 @@ var ModalTitle = function (props) {
16508
16535
 
16509
16536
  var Pagination = function (props) {
16510
16537
  var rest = __rest(props, []);
16511
- return (jsxRuntime.jsx(material.Pagination, __assign({}, rest, { renderItem: function (item) { return jsxRuntime.jsx(material.PaginationItem, __assign({}, item)); }, shape: "rounded", hideNextButton: true, hidePrevButton: true })));
16538
+ return (jsxRuntime.jsx(material.Pagination, __assign({ renderItem: function (item) { return jsxRuntime.jsx(material.PaginationItem, __assign({}, item)); }, shape: "rounded", hideNextButton: true, hidePrevButton: true }, rest)));
16512
16539
  };
16513
16540
 
16514
16541
  var ProgressBar = function (props) {
@@ -16522,66 +16549,66 @@ var MuiFormControlLabel = styles$1.styled(material.FormControlLabel)({
16522
16549
 
16523
16550
  var Radio = function (props) {
16524
16551
  var label = props.label, value = props.value, rest = __rest(props, ["label", "value"]);
16525
- return (jsxRuntime.jsx(MuiFormControlLabel, { value: value, label: label, control: jsxRuntime.jsx(material.Radio, __assign({ value: value }, rest, { disableRipple: true, color: "default", icon: jsxRuntime.jsx(Icon, { name: SvgRadioDefault }), checkedIcon: jsxRuntime.jsx(Icon, { name: SvgRadioChecked }) })) }));
16552
+ return (jsxRuntime.jsx(MuiFormControlLabel, { value: value, label: label, control: jsxRuntime.jsx(material.Radio, __assign({ value: value, disableRipple: true, color: "default", icon: jsxRuntime.jsx(Icon, { name: SvgRadioDefault }), checkedIcon: jsxRuntime.jsx(Icon, { name: SvgRadioChecked }) }, rest)) }));
16526
16553
  };
16527
16554
 
16528
16555
  var RadioGroup = function (props) {
16529
16556
  var label = props.label, rest = __rest(props, ["label"]);
16530
- return (jsxRuntime.jsxs(material.FormControl, __assign({ component: "fieldset" }, { children: [label ? (jsxRuntime.jsx(material.FormLabel, { children: label })) : '', jsxRuntime.jsx(material.RadioGroup, __assign({ "aria-label": label }, rest, { children: props.children }))] })));
16557
+ return (jsxRuntime.jsxs(material.FormControl, __assign({ component: "fieldset" }, { children: [label ? jsxRuntime.jsx(material.FormLabel, { children: label }) : '', jsxRuntime.jsx(material.RadioGroup, __assign({ "aria-label": label }, rest, { children: props.children }))] })));
16531
16558
  };
16532
16559
 
16533
- var MuiSelect = styles$1.styled(material.Select)(function (_a) {
16560
+ var SelectStyled = styles$1.styled(material.Select)(function (_a) {
16534
16561
  var theme = _a.theme;
16535
16562
  return ({
16536
16563
  borderRadius: theme.shapes.card,
16537
16564
  height: 40,
16538
16565
  select: {
16539
- padding: "0 16px",
16566
+ padding: '0 16px',
16540
16567
  height: 40,
16541
- lineHeight: "40px",
16542
- display: "flex",
16543
- alignItems: "center",
16544
- "& .MuiTypography-root": {
16545
- fontWeight: "inherit",
16568
+ lineHeight: '40px',
16569
+ display: 'flex',
16570
+ alignItems: 'center',
16571
+ '& .MuiTypography-root': {
16572
+ fontWeight: 'inherit',
16546
16573
  },
16547
- "&.MuiInputBase-input, &.MuiOutlinedInput-input": {
16548
- paddingRight: "44px",
16574
+ '&.MuiInputBase-input, &.MuiOutlinedInput-input': {
16575
+ paddingRight: '44px',
16549
16576
  paddingTop: 0,
16550
16577
  },
16551
- "&.MuiInputBase-input.MuiFilledInput-input": {},
16552
- "&.MuiInputBase-input": {
16553
- "&.MuiFilledInput-input": {
16554
- "&:focus": {
16555
- backgroundColor: "transparent !important",
16578
+ '&.MuiInputBase-input.MuiFilledInput-input': {},
16579
+ '&.MuiInputBase-input': {
16580
+ '&.MuiFilledInput-input': {
16581
+ '&:focus': {
16582
+ backgroundColor: 'transparent',
16556
16583
  },
16557
16584
  },
16558
16585
  },
16559
16586
  },
16560
- "& .MuiFilledInput-input": {
16561
- paddingTop: "8px !important",
16562
- "&:focus": {
16563
- backgroundColor: "transparent !important",
16587
+ '& .MuiFilledInput-input': {
16588
+ paddingTop: '8px',
16589
+ '&:focus': {
16590
+ backgroundColor: 'transparent',
16564
16591
  },
16565
16592
  },
16566
16593
  legend: {
16567
- display: "none",
16594
+ display: 'none',
16568
16595
  },
16569
16596
  });
16570
16597
  });
16571
16598
 
16572
16599
  var Select = function (props) {
16573
- return jsxRuntime.jsx(MuiSelect, __assign({}, props, { IconComponent: SvgChevronDownLg }));
16600
+ return jsxRuntime.jsx(SelectStyled, __assign({ IconComponent: SvgChevronDownLg }, props));
16574
16601
  };
16575
16602
 
16576
- var SidebarWrapper = styles$1.styled(Box)(templateObject_1$2 || (templateObject_1$2 = __makeTemplateObject(["\n height: 100%;\n overflow: hidden;\n"], ["\n height: 100%;\n overflow: hidden;\n"])));
16603
+ var SidebarWrapper = styles$1.styled(Box)(templateObject_1$3 || (templateObject_1$3 = __makeTemplateObject(["\n height: 100%;\n overflow: hidden;\n"], ["\n height: 100%;\n overflow: hidden;\n"])));
16577
16604
  var SidebarMain = styles$1.styled(Box)(templateObject_2$1 || (templateObject_2$1 = __makeTemplateObject(["\n flex: auto;\n height: 100%;\n display: flex;\n flex-direction: column;\n"], ["\n flex: auto;\n height: 100%;\n display: flex;\n flex-direction: column;\n"])));
16578
16605
  var SidebarSide = styles$1.styled(Box)(templateObject_3 || (templateObject_3 = __makeTemplateObject(["\n height: 100%;\n display: flex;\n flex-direction: column;\n"], ["\n height: 100%;\n display: flex;\n flex-direction: column;\n"])));
16579
- var templateObject_1$2, templateObject_2$1, templateObject_3;
16606
+ var templateObject_1$3, templateObject_2$1, templateObject_3;
16580
16607
 
16581
16608
  var Sidebar = function () { return null; };
16582
16609
  var Main = function () { return null; };
16583
16610
  var SidebarLayout = function (_a) {
16584
- var children = _a.children, _b = _a.sidebarWidth, sidebarWidth = _b === void 0 ? 260 : _b, _c = _a.sidebarBgColor, sidebarBgColor = _c === void 0 ? '#f3f3f3' : _c; __rest(_a, ["children", "sidebarWidth", "sidebarBgColor"]);
16611
+ var children = _a.children, _b = _a.sidebarWidth, sidebarWidth = _b === void 0 ? 260 : _b, _c = _a.sidebarBgColor, sidebarBgColor = _c === void 0 ? '#f3f3f3' : _c;
16585
16612
  var sidebar = children.find(function (el) { return el.type === Sidebar; });
16586
16613
  var main = children.find(function (el) { return el.type === Main; });
16587
16614
  return (jsxRuntime.jsxs(SidebarWrapper, __assign({ display: "flex" }, { children: [jsxRuntime.jsx(SidebarSide, __assign({ bgcolor: sidebarBgColor, width: sidebarWidth }, { children: sidebar && sidebar.props.children })), jsxRuntime.jsx(SidebarMain, { children: main && main.props.children })] })));
@@ -16589,56 +16616,56 @@ var SidebarLayout = function (_a) {
16589
16616
  SidebarLayout.Sidebar = Sidebar;
16590
16617
  SidebarLayout.Main = Main;
16591
16618
 
16592
- var StepsContainer = styles$1.styled("div")(function (_a) {
16619
+ var StepsContainer = styles$1.styled('div')(function (_a) {
16593
16620
  var theme = _a.theme;
16594
16621
  return ({
16595
16622
  height: 4,
16596
- width: "100%",
16623
+ width: '100%',
16597
16624
  borderRadius: theme.shape.borderRadius,
16598
16625
  backgroundColor: theme.palette.background.default,
16599
- display: "flex",
16626
+ display: 'flex',
16600
16627
  });
16601
16628
  });
16602
- var StepBar = styles$1.styled("div")(function (_a) {
16629
+ var StepBar = styles$1.styled('div')(function (_a) {
16603
16630
  var theme = _a.theme;
16604
16631
  return ({
16605
16632
  height: 4,
16606
- width: "100%",
16607
- "&:first-of-type": {
16633
+ width: '100%',
16634
+ '&:first-of-type': {
16608
16635
  borderRadius: theme.shape.borderRadius,
16609
16636
  borderBottomRightRadius: 0,
16610
16637
  borderTopRightRadius: 0,
16611
16638
  },
16612
- "&:last-of-type": {
16639
+ '&:last-of-type': {
16613
16640
  borderRadius: theme.shape.borderRadius,
16614
16641
  borderBottomLeftRadius: 0,
16615
16642
  borderTopLeftRadius: 0,
16616
16643
  },
16617
- "&.active": {
16644
+ '&.active': {
16618
16645
  backgroundColor: theme.palette.text.primary,
16619
16646
  borderRadius: theme.shape.borderRadius,
16620
- "&:not(:first-of-type)": {
16647
+ '&:not(:first-of-type)': {
16621
16648
  borderBottomLeftRadius: 0,
16622
16649
  borderTopLeftRadius: 0,
16623
16650
  },
16624
16651
  },
16625
- "&.completed": {
16652
+ '&.completed': {
16626
16653
  backgroundColor: theme.palette.text.secondary,
16627
16654
  },
16628
16655
  });
16629
16656
  });
16630
- var LabelsContainer = styles$1.styled("div")(function () { return ({
16657
+ var LabelsContainer = styles$1.styled('div')(function () { return ({
16631
16658
  marginTop: 8,
16632
- display: "flex",
16659
+ display: 'flex',
16633
16660
  }); });
16634
16661
  var StepLabel = styles$1.styled(Typography)(function (_a) {
16635
16662
  var theme = _a.theme;
16636
16663
  return ({
16637
16664
  color: theme.palette.text.disabled,
16638
- "&.active": {
16665
+ '&.active': {
16639
16666
  color: theme.palette.text.primary,
16640
16667
  },
16641
- "&.completed": {
16668
+ '&.completed': {
16642
16669
  color: theme.palette.text.secondary,
16643
16670
  },
16644
16671
  });
@@ -16648,15 +16675,15 @@ var StepNavigation = function (props) {
16648
16675
  var ref = props.ref, steps = props.steps, activeStep = props.activeStep;
16649
16676
  return (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx(StepsContainer, __assign({ ref: ref }, { children: steps === null || steps === void 0 ? void 0 : steps.map(function (_a, index) {
16650
16677
  var label = _a.label;
16651
- return (jsxRuntime.jsx(StepBar, { className: clsx(activeStep === index ? "active" : "", activeStep > index ? "completed" : "") }, label));
16678
+ return (jsxRuntime.jsx(StepBar, { className: clsx(activeStep === index ? 'active' : '', activeStep > index ? 'completed' : '') }, label));
16652
16679
  }) })), jsxRuntime.jsx(LabelsContainer, { children: steps === null || steps === void 0 ? void 0 : steps.map(function (_a, index) {
16653
16680
  var label = _a.label;
16654
- return (jsxRuntime.jsx(StepLabel, __assign({ className: clsx(activeStep === index ? "active" : "", activeStep > index ? "completed" : ""), variant: "subtitle2", width: 100 / steps.length + "%" }, { children: label }), label));
16681
+ return (jsxRuntime.jsx(StepLabel, __assign({ className: clsx(activeStep === index ? 'active' : '', activeStep > index ? 'completed' : ''), variant: 'subtitle2', width: 100 / steps.length + '%' }, { children: label }), label));
16655
16682
  }) })] }));
16656
16683
  };
16657
16684
 
16658
16685
  var Switch = function (props) {
16659
- return (jsxRuntime.jsx(jsxRuntime.Fragment, { children: jsxRuntime.jsx(material.Switch, __assign({ color: "default" }, props)) }));
16686
+ return jsxRuntime.jsx(material.Switch, __assign({ color: "default" }, props));
16660
16687
  };
16661
16688
 
16662
16689
  var Tab = function (props) {
@@ -16671,7 +16698,6 @@ var StyledListItemButton = styles$1.styled(ListItemButton__default["default"])({
16671
16698
  position: 'relative',
16672
16699
  zIndex: 0,
16673
16700
  lineHeight: '1.25rem',
16674
- // width: (props: { width: number }) => props.width,
16675
16701
  '&:hover .hide-on-hover': {
16676
16702
  opacity: 0,
16677
16703
  },
@@ -16743,11 +16769,11 @@ var TabListItem = function (_a) {
16743
16769
  };
16744
16770
 
16745
16771
  var Table = function (props) {
16746
- return (jsxRuntime.jsx(material.Table, __assign({}, props)));
16772
+ return jsxRuntime.jsx(material.Table, __assign({}, props));
16747
16773
  };
16748
16774
 
16749
16775
  var TableBody = function (props) {
16750
- return (jsxRuntime.jsx(material.TableBody, __assign({}, props)));
16776
+ return jsxRuntime.jsx(material.TableBody, __assign({}, props));
16751
16777
  };
16752
16778
 
16753
16779
  var TableCell = function (props) {
@@ -16755,34 +16781,36 @@ var TableCell = function (props) {
16755
16781
  return (jsxRuntime.jsx(material.TableCell, __assign({ className: "".concat(variant === 'footer' ? 'tc-footer' : '') }, rest, { sx: __assign({ width: width }, sx) })));
16756
16782
  };
16757
16783
 
16758
- var TableCellIconContainer = material.styled('div')(templateObject_1$1 || (templateObject_1$1 = __makeTemplateObject([""], [""])));
16784
+ var TableCellIconContainer = material.styled('div')(templateObject_1$2 || (templateObject_1$2 = __makeTemplateObject([""], [""])));
16759
16785
  var TableCellIcon = function (props) {
16760
16786
  var align = props.align, rest = __rest(props, ["align"]);
16761
- return (jsxRuntime.jsx(TableCellIconContainer, __assign({}, rest, { sx: {
16787
+ return (jsxRuntime.jsx(TableCellIconContainer, __assign({ sx: {
16762
16788
  display: 'flex',
16763
16789
  alignItems: 'center',
16764
- justifyContent: align === 'center' ? 'center'
16765
- : align === 'right' ? 'flex-end'
16790
+ justifyContent: align === 'center'
16791
+ ? 'center'
16792
+ : align === 'right'
16793
+ ? 'flex-end'
16766
16794
  : 'flex-start',
16767
- } }, { children: props.children })));
16795
+ } }, rest, { children: props.children })));
16768
16796
  };
16769
- var templateObject_1$1;
16797
+ var templateObject_1$2;
16770
16798
 
16771
- var TableContainer = React__default["default"].forwardRef(function (props, ref) {
16772
- return (jsxRuntime.jsx(material.TableContainer, __assign({ ref: ref }, props)));
16799
+ var TableContainer = React__default["default"].forwardRef(function TableContainer(props, ref) {
16800
+ return jsxRuntime.jsx(material.TableContainer, __assign({ ref: ref }, props));
16773
16801
  });
16774
16802
 
16775
16803
  var TableFooter = function (props) {
16776
16804
  var children = props.children, rest = __rest(props, ["children"]);
16777
- return (jsxRuntime.jsx(material.TableFooter, __assign({}, rest, { children: children })));
16805
+ return jsxRuntime.jsx(material.TableFooter, __assign({}, rest, { children: children }));
16778
16806
  };
16779
16807
 
16780
16808
  var TableHead = function (props) {
16781
- return (jsxRuntime.jsx(material.TableHead, __assign({}, props)));
16809
+ return jsxRuntime.jsx(material.TableHead, __assign({}, props));
16782
16810
  };
16783
16811
 
16784
- var TableRow = React__default["default"].forwardRef(function (props, ref) {
16785
- return jsxRuntime.jsx(material.TableRow, __assign({}, props, { ref: ref }));
16812
+ var TableRow = React__default["default"].forwardRef(function TableRow(props, ref) {
16813
+ return jsxRuntime.jsx(material.TableRow, __assign({ ref: ref }, props));
16786
16814
  });
16787
16815
 
16788
16816
  var Tabs = function (props) {
@@ -16790,32 +16818,27 @@ var Tabs = function (props) {
16790
16818
  return (jsxRuntime.jsx(material.Tabs, __assign({ sx: isVertical }, props, { children: props.children })));
16791
16819
  };
16792
16820
 
16793
- var TagWrapper = styles$1.styled("div")(function (_a) {
16794
- _a.theme;
16795
- return "\n display: inline-flex;\n align-items: center;\n border: 1px solid #C0D7EE;\n background-color: #EBF2F9;\n overflow: hidden;\n border-radius: 2px;\n height: 22px;\n margin-right: 3px; \n align-items: center;\n";
16796
- });
16797
- var TagLabel = styles$1.styled("div")(function (_a) {
16821
+ var TagWrapper = styles$1.styled('div')(templateObject_1$1 || (templateObject_1$1 = __makeTemplateObject(["\n display: inline-flex;\n align-items: center;\n border: 1px solid #C0D7EE;\n background-color: #EBF2F9;\n overflow: hidden;\n border-radius: 2px;\n height: 24px;\n margin-right: 3px; \n align-items: center;\n"], ["\n display: inline-flex;\n align-items: center;\n border: 1px solid #C0D7EE;\n background-color: #EBF2F9;\n overflow: hidden;\n border-radius: 2px;\n height: 24px;\n margin-right: 3px; \n align-items: center;\n"])));
16822
+ var TagLabel = styles$1.styled('div')(function (_a) {
16798
16823
  var theme = _a.theme;
16799
16824
  return "\n padding-left: 5px;\n padding-right: 5px;\n align-items: center;\n color:".concat(theme.palette.text.primary, "; \n");
16800
16825
  });
16801
- var TagStartIcon = styles$1.styled("div")(function () { return "\n display: flex;\n padding: 0 5px;\n .MuiSvgIcon-root {\n font-size: 16px;\n }\n"; });
16802
- var TagEndIcon = styles$1.styled("div")(function () { return "\n display: flex;\n .MuiSvgIcon-root {\n font-size: 16px;\n }\n .MuiIconButton-root {\n padding-left: 5px;\n padding-right: 5px;\n }\n .MuiButtonBase-root{\n color: inherit;\n }\n"; });
16803
- var TagDelete = styles$1.styled("div")(function () { return "\n display: flex;\n border-left: 1px solid #C0D7EE;\n .MuiButtonBase-root{\n color: inherit;\n }\n '& > *:last-of-type': {\n .MuiSvgIcon-root {\n font-size: 24px;\n } \n }\n"; });
16804
- var MuiIconButton = styles$1.styled(material.IconButton)(function () { return "\n height: 24px;\n width: 24px;\n"; });
16805
- var MuiTypography = styles$1.styled(Typography)(function () { return "\n line-height: 1;\n"; });
16826
+ var TagStartIcon = styles$1.styled('div')(function () { return "\n display: flex;\n padding: 0 5px;\n .MuiSvgIcon-root {\n font-size: 16px;\n }\n"; });
16827
+ var TagEndIcon = styles$1.styled('div')(function () { return "\n display: flex;\n .MuiSvgIcon-root {\n font-size: 16px;\n }\n .MuiIconButton-root {\n padding-left: 5px;\n padding-right: 5px;\n }\n .MuiButtonBase-root{\n color: inherit;\n }\n"; });
16828
+ var TagDelete = styles$1.styled('div')(function () { return "\n display: flex;\n border-left: 1px solid #C0D7EE;\n .MuiButtonBase-root{\n color: inherit;\n }\n '& > *:last-of-type': {\n .MuiSvgIcon-root {\n font-size: 24px;\n } \n }\n"; });
16829
+ var MuiIconButton = styles$1.styled(material.IconButton)(function (_a) {
16830
+ var theme = _a.theme;
16831
+ return "\n height: 24px;\n width: 24px;\n border-radius: 0 ".concat(theme.shapes.tag, " ").concat(theme.shapes.tag, " 0;\n");
16832
+ });
16833
+ var MuiTypography = styles$1.styled(Typography)(function () { return "\n line-height: 1;\n"; });
16834
+ var templateObject_1$1;
16806
16835
 
16807
16836
  var Tag = function (props) {
16808
16837
  var tooltip = props.tooltip, tooltipPlacement = props.tooltipPlacement, tooltipDelete = props.tooltipDelete, tooltipDeletePlacement = props.tooltipDeletePlacement, tooltipLabelPlacement = props.tooltipLabelPlacement, tooltipLabel = props.tooltipLabel, disabled = props.disabled; props.platformWeb; var rest = __rest(props, ["tooltip", "tooltipPlacement", "tooltipDelete", "tooltipDeletePlacement", "tooltipLabelPlacement", "tooltipLabel", "disabled", "platformWeb"]);
16809
- var placement = tooltipPlacement !== undefined ? tooltipPlacement : "top";
16810
- var placementLabel = tooltipLabelPlacement !== undefined ? tooltipLabelPlacement : "top";
16811
- var placementDelete = tooltipDeletePlacement !== undefined ? tooltipDeletePlacement : "top";
16812
- return (jsxRuntime.jsxs(TagWrapper, { children: [rest.startIcon ?
16813
- jsxRuntime.jsx(TagStartIcon, { children: rest.startIcon }) : null, jsxRuntime.jsx(TagLabel, { children: tooltipLabel ?
16814
- jsxRuntime.jsx(material.Tooltip, __assign({ title: tooltipLabel, placement: placementLabel, TransitionProps: { timeout: 0 } }, { children: jsxRuntime.jsx(MuiTypography, __assign({ variant: "body2" }, { children: rest.label })) })) : jsxRuntime.jsx(MuiTypography, __assign({ variant: "body2" }, { children: rest.label })) }), rest.endIcon ?
16815
- jsxRuntime.jsx(TagEndIcon, { children: tooltip ?
16816
- jsxRuntime.jsx(material.Tooltip, __assign({ title: tooltip, placement: placement, TransitionProps: { timeout: 0 } }, { children: jsxRuntime.jsx(MuiIconButton, __assign({ disabled: disabled, onClick: rest.onClick }, { children: rest.endIcon })) })) : jsxRuntime.jsx(MuiIconButton, __assign({ disabled: disabled, onClick: rest.onClick }, { children: rest.endIcon })) }) : null, rest.onDelete ?
16817
- jsxRuntime.jsx(TagDelete, { children: tooltipDelete ?
16818
- jsxRuntime.jsx(material.Tooltip, __assign({ title: tooltipDelete, placement: placementDelete, TransitionProps: { timeout: 0 } }, { children: jsxRuntime.jsx(MuiIconButton, __assign({ onClick: rest.onDelete }, { children: rest.deleteIcon ? rest.deleteIcon : (jsxRuntime.jsx(Icon, { name: SvgCross })) })) })) : jsxRuntime.jsx(MuiIconButton, __assign({ onClick: rest.onDelete }, { children: rest.deleteIcon ? rest.deleteIcon : (jsxRuntime.jsx(Icon, { name: SvgCross })) })) }) : null] }));
16838
+ var placement = tooltipPlacement !== undefined ? tooltipPlacement : 'top';
16839
+ var placementLabel = tooltipLabelPlacement !== undefined ? tooltipLabelPlacement : 'top';
16840
+ var placementDelete = tooltipDeletePlacement !== undefined ? tooltipDeletePlacement : 'top';
16841
+ return (jsxRuntime.jsxs(TagWrapper, { children: [rest.startIcon ? jsxRuntime.jsx(TagStartIcon, { children: rest.startIcon }) : null, jsxRuntime.jsx(TagLabel, { children: tooltipLabel ? (jsxRuntime.jsx(material.Tooltip, __assign({ title: tooltipLabel, placement: placementLabel, TransitionProps: { timeout: 0 } }, { children: jsxRuntime.jsx(MuiTypography, __assign({ variant: "body2" }, { children: rest.label })) }))) : (jsxRuntime.jsx(MuiTypography, __assign({ variant: "body2" }, { children: rest.label }))) }), rest.endIcon ? (jsxRuntime.jsx(TagEndIcon, { children: tooltip ? (jsxRuntime.jsx(material.Tooltip, __assign({ title: tooltip, placement: placement, TransitionProps: { timeout: 0 } }, { children: jsxRuntime.jsx(MuiIconButton, __assign({ disabled: disabled, onClick: rest.onClick }, { children: rest.endIcon })) }))) : (jsxRuntime.jsx(MuiIconButton, __assign({ disabled: disabled, onClick: rest.onClick }, { children: rest.endIcon }))) })) : null, rest.onDelete ? (jsxRuntime.jsx(TagDelete, { children: tooltipDelete ? (jsxRuntime.jsx(material.Tooltip, __assign({ title: tooltipDelete, placement: placementDelete, TransitionProps: { timeout: 0 } }, { children: jsxRuntime.jsx(MuiIconButton, __assign({ onClick: rest.onDelete }, { children: rest.deleteIcon ? rest.deleteIcon : jsxRuntime.jsx(Icon, { name: SvgCross }) })) }))) : (jsxRuntime.jsx(MuiIconButton, __assign({ onClick: rest.onDelete }, { children: rest.deleteIcon ? rest.deleteIcon : jsxRuntime.jsx(Icon, { name: SvgCross }) }))) })) : null] }));
16819
16842
  };
16820
16843
 
16821
16844
  var TextField = function (props) {
@@ -16847,7 +16870,7 @@ var StyledToolbarButton = styles$1.styled(Button__default["default"])(function (
16847
16870
 
16848
16871
  var ToolbarButton = function (_a) {
16849
16872
  var label = _a.label, icon = _a.icon, props = __rest(_a, ["label", "icon"]);
16850
- return (jsxRuntime.jsx(StyledToolbarButton, __assign({}, props, { variant: "outlined", startIcon: icon }, { children: label })));
16873
+ return (jsxRuntime.jsx(StyledToolbarButton, __assign({ variant: "outlined", startIcon: icon }, props, { children: label })));
16851
16874
  };
16852
16875
 
16853
16876
  var FullHeightGridContainer = styles$1.styled(Grid)(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n height: 100%;\n overflow: hidden;\n"], ["\n height: 100%;\n overflow: hidden;\n"])));
@@ -16909,6 +16932,34 @@ function ChevronDownIcon(props) {
16909
16932
  return (jsxRuntime.jsx(SvgIcon__default["default"], __assign({}, props, { viewBox: "0 0 16 16" }, { children: jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.00001 6.08008L3.20001 6.88008L8.00001 11.6801L12.8 6.88008L12 6.08008L8.00001 10.0801L4.00001 6.08008Z", fill: "currentColor" }) })));
16910
16933
  }
16911
16934
 
16935
+ function CoinPoundIcon(props) {
16936
+ return (jsxRuntime.jsx(SvgIcon__default["default"], __assign({}, props, { viewBox: "0 0 96 96" }, { children: jsxRuntime.jsxs("g", __assign({ fillRule: "evenodd" }, { children: [jsxRuntime.jsx("path", { d: "M45.18 25.1a10.76 10.76 0 0 0-4.28 2.93 13.73 13.73 0 0 0-2.8 4.86c-.64 1.9-.57 4.38-.55 6.38v6.6h-3.27a3.08 3.08 0 0 0-2.46.96 3.39 3.39 0 0 0-.82 2.26v3.25h5.43v7.77a4.75 4.75 0 0 1-1.64 3.67c-.51.44-1.1.8-1.72 1.05-.66.29-1.36.5-2.07.62V72h30.67a4.03 4.03 0 0 0 3.09-1.36c.36-.4.65-.86.85-1.36.2-.46.3-.96.3-1.46v-4.55H49.79c-.97 0-1.95.06-2.92.18s-1.93.29-2.9.5A11.8 11.8 0 0 0 45.94 61c.5-1.11.36-3.05.34-4.27v-4.35h10.37a2.8 2.8 0 0 0 2.56-1.58c.12-.3.18-.61.16-.93v-4.05H46.27v-6.55c-.1-1.84.7-3.57 1.64-5.16a4.38 4.38 0 0 1 3.87-1.84c.85-.03 1.69.19 2.42.62a12.1 12.1 0 0 1 2.22 1.9c.59.7 1.42 1.14 2.33 1.22H59a5 5 0 0 0 2.36-.64l3.98-2.55a21.04 21.04 0 0 0-2.2-3.55 13.28 13.28 0 0 0-11.37-5.26c-1.58.04-4.44.2-6.6 1.08z" }), jsxRuntime.jsx("path", { fillRule: "nonzero", d: "M48 84a36 36 0 1 0 0-72 36 36 0 0 0 0 72zm0 8a44 44 0 1 1 0-88 44 44 0 0 1 0 88z" })] })) })));
16937
+ }
16938
+
16939
+ function CoinIcon(props) {
16940
+ return (jsxRuntime.jsx(SvgIcon__default["default"], __assign({}, props, { viewBox: "0 0 96 96" }, { children: jsxRuntime.jsxs("g", __assign({ fill: "currentColor", fillRule: "evenodd" }, { children: [jsxRuntime.jsx("path", { d: "M51.2727812,67.9767507 L51.2727812,73 L44.1927292,73 L44.1927292,68.505143 C40.7949984,68.2092433 36.3074949,66.9587149 33,65.109342 L35.3426643,56.8276737 C39.0874564,58.3106947 44.5502024,60.1741581 48.5899968,59.2794138 C52.1230815,58.4973933 53.0150293,55.277723 48.8537634,53.4565309 C45.3415023,51.8572636 33.2533548,50.1804988 33.2533548,39.9191208 C33.2533548,35.6673242 36.3942602,29.8233056 44.1927292,28.0972242 L44.1927292,23 L51.2727812,23 L51.2727812,27.678033 C54.3060976,27.8893899 57.401885,28.4600535 60.9766171,29.5943356 C60.6191439,31.1795125 59.0747208,38.0591799 59.0747208,38.0591799 C56.6071144,37.2067071 52.5707907,35.7166408 48.6975858,35.9385656 C43.9116095,36.2133296 43.5680187,39.7606031 46.7956895,41.3986191 C53.4141498,44.4351134 62.9999849,47.020713 62.9999849,56.0808792 C63.0103967,63.0838382 57.6344161,67.0714386 51.2727812,67.9802734 L51.2727812,67.9767507 Z" }), jsxRuntime.jsx("path", { d: "M48,84 L48,84 C67.882251,84 84,67.882251 84,48 C84,28.117749 67.882251,12 48,12 C28.117749,12 12,28.117749 12,48 C12,67.882251 28.117749,84 48,84 L48,84 Z M48,92 L48,92 C23.699471,92 4,72.300529 4,48 C4,23.699471 23.699471,4 48,4 C72.300529,4 92,23.699471 92,48 C92,72.300529 72.300529,92 48,92 L48,92 Z" })] })) })));
16941
+ }
16942
+
16943
+ function CoinEuroIcon$1(props) {
16944
+ return (jsxRuntime.jsx(SvgIcon__default["default"], __assign({}, props, { viewBox: "0 0 96 96" }, { children: jsxRuntime.jsx("path", { fill: "currentColor", fillRule: "evenodd", d: "M48,92 C23.699471,92 4,72.300529 4,48 C4,23.699471 23.699471,4 48,4 C72.300529,4 92,23.699471 92,48 C92,72.300529 72.300529,92 48,92 Z M48,84 C67.882251,84 84,67.882251 84,48 C84,28.117749 67.882251,12 48,12 C28.117749,12 12,28.117749 12,48 C12,67.882251 28.117749,84 48,84 Z M51.3636364,31.9732083 C48.6749177,31.9732083 46.4600638,32.7287265 44.7190083,34.2397857 C42.9779527,35.7508448 41.853997,37.9423835 41.3471074,40.8144675 L54.6694215,40.8144675 L54.6694215,46.4728734 L40.8512397,46.4728734 L40.785124,47.5981246 L40.785124,49.1091762 L40.8512397,50.1701273 L52.5867769,50.1701273 L52.5867769,55.8928332 L41.4132231,55.8928332 C42.5371957,61.1011647 46.0743504,63.7052914 52.0247934,63.7052914 C55.1763243,63.7052914 58.206597,63.0944468 61.1157025,61.8727395 L61.1157025,70.103148 C58.5592159,71.3677223 55.330598,72 51.4297521,72 C46.030276,72 41.5895491,70.5746961 38.107438,67.7240455 C34.6253269,64.873395 32.4325114,60.929697 31.5289256,55.8928332 L27,55.8928332 L27,50.1701273 L30.9008264,50.1701273 C30.8126717,49.6771576 30.768595,49.0127302 30.768595,48.1768252 L30.8347107,46.4728734 L27,46.4728734 L27,40.8144675 L31.3966942,40.8144675 C32.2121253,35.6275695 34.4049408,31.5284812 37.9752066,28.5170797 C41.5454724,25.5056782 46.0082377,24 51.3636364,24 C55.5069078,24 59.3856569,24.8787588 63,26.6363027 L59.7603306,34.0951105 C58.2396618,33.4306732 56.8181884,32.9109195 55.4958678,32.5358339 C54.1735471,32.1607483 52.7961504,31.9732083 51.3636364,31.9732083 Z" }) })));
16945
+ }
16946
+
16947
+ function CostRecoveryExceeded16Icon(props) {
16948
+ return (jsxRuntime.jsxs(SvgIcon__default["default"], __assign({}, props, { viewBox: "0 0 16 16" }, { children: [jsxRuntime.jsxs("g", __assign({ clipPath: "url(#clip0_3047_2001)" }, { children: [jsxRuntime.jsx("path", { d: "M0.5 13.5H15.5V3.5H0.5V13.5Z", fill: "white", stroke: "#C8C6C4", strokeLinecap: "round", strokeLinejoin: "round" }), jsxRuntime.jsx("rect", { x: "2", y: "9", width: "5", height: "3", rx: "1", fill: "#185ABD" }), jsxRuntime.jsx("rect", { x: "1", y: "5", width: "14", height: "2", fill: "#979593" }), jsxRuntime.jsx("path", { d: "M7.51093 5.91547L7.51093 0.999984M7.51093 0.999984L5 3.52741M7.51093 0.999984L10 3.52741", stroke: "#185ABD", strokeLinecap: "round", strokeLinejoin: "round" })] })), jsxRuntime.jsx("defs", { children: jsxRuntime.jsx("clipPath", __assign({ id: "clip0_3047_2001" }, { children: jsxRuntime.jsx("rect", { width: "16", height: "16", fill: "white", transform: "matrix(4.37114e-08 -1 -1 -4.37114e-08 16 16)" }) })) })] })));
16949
+ }
16950
+
16951
+ function CoinEuroIcon(props) {
16952
+ return (jsxRuntime.jsx(SvgIcon__default["default"], __assign({}, props, { viewBox: "0 0 24 24" }, { children: jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M14.6681 5.32217C13.6012 5.32217 12.7222 5.63697 12.0314 6.26658C11.3405 6.89618 10.8944 7.80933 10.6933 9.00603H15.9799V11.3637H10.4965L10.4703 11.8326V12.4622L10.4965 12.9042H15.1535V15.2887H10.7195C11.1656 17.4588 12.5692 18.5439 14.9305 18.5439C16.1811 18.5439 17.3836 18.2894 18.538 17.7803V21.2096C17.5235 21.7366 16.2423 22 14.6943 22C12.5517 22 10.7895 21.4061 9.40771 20.2184C8.02592 19.0306 7.15576 17.3874 6.79719 15.2887H5V12.9042H6.54795C6.51296 12.6988 6.49547 12.422 6.49547 12.0737L6.52171 11.3637H5V9.00603H6.74472C7.0683 6.84482 7.93847 5.13687 9.35524 3.88212C10.772 2.62737 12.543 2 14.6681 2C16.3123 2 17.8515 2.36615 19.2857 3.09846L18.0001 6.2063C17.3967 5.92945 16.8326 5.71288 16.3079 5.5566C15.7832 5.40031 15.2366 5.32217 14.6681 5.32217Z", fill: "currentColor" }) })));
16953
+ }
16954
+
16955
+ function CurrencyPoundIcon(props) {
16956
+ return (jsxRuntime.jsx(SvgIcon__default["default"], __assign({}, props, { viewBox: "0 0 24 24" }, { children: jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M10.9069 2.46331C10.222 2.71868 9.60991 3.13769 9.12404 3.68382C8.60009 4.27119 8.20302 4.96039 7.95769 5.70828C7.69109 6.49973 7.72025 7.53279 7.72858 8.3659V11.1152H6.36645C6.17668 11.1017 5.98628 11.1306 5.80905 11.1997C5.63182 11.2689 5.47219 11.3766 5.34172 11.5151C5.11668 11.7766 4.99517 12.1115 5.00015 12.4565V13.8103H7.26204V17.0469C7.26686 17.3362 7.20818 17.623 7.09015 17.8871C6.97212 18.1512 6.7976 18.3863 6.57889 18.5757C6.36645 18.7589 6.12068 18.9089 5.86242 19.013C5.58749 19.1338 5.2959 19.2213 5.00015 19.2713V21.9997H17.7759C18.0186 22.004 18.2594 21.9556 18.4816 21.8578C18.7039 21.76 18.9022 21.6151 19.063 21.4332C19.213 21.2666 19.3338 21.075 19.4171 20.8667C19.5004 20.6751 19.5421 20.4668 19.5421 20.2585V18.3632H12.8272C12.4232 18.3632 12.0149 18.3882 11.6109 18.4382C11.2068 18.4882 10.8069 18.559 10.4029 18.6465C10.7368 18.2806 11.0134 17.8663 11.2235 17.4176C11.4318 16.9553 11.3734 16.1471 11.3651 15.6389V13.8269H15.6848C15.9067 13.8301 16.125 13.7698 16.3139 13.6532C16.5028 13.5366 16.6545 13.3686 16.7512 13.1688C16.8012 13.0438 16.8261 12.9147 16.8178 12.7814V11.0943H11.3609V8.3659C11.3193 7.59944 11.6525 6.8788 12.0441 6.21647C12.2246 5.96133 12.4677 5.75685 12.75 5.62264C13.0323 5.48843 13.3443 5.42899 13.6562 5.45001C14.0102 5.43752 14.3601 5.52916 14.6642 5.70828C15.0033 5.93377 15.3138 6.19952 15.589 6.49973C15.8347 6.79132 16.1805 6.9746 16.5595 7.00793H16.6637C17.0084 7.00179 17.3462 6.91019 17.6468 6.74133L19.3046 5.67912C19.049 5.15702 18.742 4.66166 18.3882 4.20035C17.84 3.47363 17.1209 2.89344 16.2947 2.51123C15.4685 2.12901 14.5608 1.9566 13.652 2.00927C12.9938 2.02593 11.8025 2.09258 10.9027 2.45915L10.9069 2.46331Z", fill: "currentColor" }) })));
16957
+ }
16958
+
16959
+ function CurrencyIcon(props) {
16960
+ return (jsxRuntime.jsx(SvgIcon__default["default"], __assign({}, props, { viewBox: "0 0 24 24" }, { children: jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12.9182 20.4899V22.6667H9.85018V20.7189C8.37783 20.5907 6.43325 20.0488 5 19.2474L6.01515 15.6587C7.6379 16.3013 10.0051 17.1088 11.7557 16.7211C13.2867 16.3822 13.6732 14.987 11.87 14.1978C10.348 13.5048 5.10979 12.7782 5.10979 8.33162C5.10979 6.48917 6.47085 3.95677 9.85018 3.2088V1H12.9182V3.02715C14.2326 3.11874 15.5741 3.36602 17.1232 3.85755C16.9683 4.54446 16.299 7.52564 16.299 7.52564C15.2298 7.15624 13.4807 6.51054 11.8023 6.60671C9.72836 6.72578 9.57947 8.26293 10.9781 8.97274C13.8461 10.2885 18 11.409 18 15.335C18.0045 18.3697 15.6749 20.0976 12.9182 20.4914V20.4899Z", fill: "currentColor" }) })));
16961
+ }
16962
+
16912
16963
  function InsertLinkIcon(props) {
16913
16964
  return (jsxRuntime.jsxs(SvgIcon__default["default"], __assign({}, props, { viewBox: "0 0 16 16" }, { children: [jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M9.646 13.354l-4.5-4.5a.5.5 0 010-.708l4.5-4.5.708.708L6.707 8H14v1H6.707l3.647 3.646-.708.707z", fill: "#1E365E" }), jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1 3h5v1H2v9h4v1H1V3z", fill: "#1E365E" })] })));
16914
16965
  }
@@ -16925,8 +16976,8 @@ function SelectFilterFilledIcon(props) {
16925
16976
  return (jsxRuntime.jsxs(SvgIcon__default["default"], __assign({}, props, { viewBox: "0 0 16 16" }, { children: [jsxRuntime.jsx("path", { opacity: ".5", fillRule: "evenodd", clipRule: "evenodd", d: "M9.429 7.41v7.09L6.57 12.727V7.41L4.387 5l8.21-1.048-3.168 3.457z", fill: "currentColor" }), jsxRuntime.jsx("path", { d: "M14 2.386l.37.337a.5.5 0 00.13-.337H14zM9.429 7.41l-.37-.336a.5.5 0 00-.13.336h.5zM14 1.5h.5A.5.5 0 0014 1v.5zm-12 0V1a.5.5 0 00-.5.5H2zm0 .886h-.5a.5.5 0 00.13.337L2 2.386zM6.571 7.41h.5a.5.5 0 00-.13-.336l-.37.336zm0 5.318h-.5a.5.5 0 00.237.425l.263-.425zM9.43 14.5l-.264.425a.5.5 0 00.764-.425h-.5zM13.63 2.05L9.06 7.073l.74.673 4.57-5.023-.739-.673zm-.13-.55v.886h1V1.5h-1zM2 2h12V1H2v1zm.5.386V1.5h-1v.886h1zm4.441 4.687L2.37 2.05l-.74.673 4.572 5.023.74-.673zm.13 5.654V7.41h-1v5.318h1zm2.621 1.348l-2.857-1.773-.527.85 2.857 1.773.527-.85zM8.93 7.41V14.5h1V7.41h-1z", fill: "currentColor" })] })));
16926
16977
  }
16927
16978
 
16928
- function Cross16Icon(props) {
16929
- return (jsxRuntime.jsx(SvgIcon__default["default"], __assign({}, props, { viewBox: "0 0 16 16" }, { children: jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.27831 7.98596L3.1391 12.1252L3.84621 12.8323L7.98541 8.69307L12.1391 12.8468L12.8462 12.1396L8.69252 7.98596L12.8462 3.83227L12.1391 3.12517L7.98541 7.27885L3.84621 3.13965L3.1391 3.84675L7.27831 7.98596Z" }) })));
16979
+ function CaratIcon(props) {
16980
+ return (jsxRuntime.jsx(SvgIcon__default["default"], __assign({}, props, { viewBox: "0 0 6 4", width: "6", height: "4" }, { children: jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 0H6L3 4L0 0Z", fill: "#2F2F2F" }) })));
16930
16981
  }
16931
16982
 
16932
16983
  function AccessIcon(props) {
@@ -17013,28 +17064,136 @@ function UsersIcon(props) {
17013
17064
  return (jsxRuntime.jsx(SvgIcon__default["default"], __assign({}, props, { children: jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M13.832 8.5c.5 0 1.157.192 1.465 1.1.122.17.695 1.058.221 2.132.073.173.18.558-.038 1.013l-.02.04-.033.027c-.006.004-.656.528-.656 1.34 0 .648.166.747.531.962.092.054.19.113.297.185.103.07.244.138.395.208l.05.024c.606.28 1.434.664 1.453 1.78l.004.189H9.5v-.186c0-1.383 1.264-1.808 1.871-2.013l.07-.023c.54-.185.967-.33.967-1.126 0-.822-.648-1.335-.655-1.34l-.038-.04c-.012-.018-.296-.433-.05-1.041-.1-.262-.377-1.117-.072-1.895.189-.482.563-.84 1.111-1.065l.004-.002c.05-.026.557-.269 1.124-.269zm-3-2c.5 0 1.157.192 1.465 1.1.057.079.213.317.314.657a1.436 1.436 0 00-.096.051c-.67.275-1.147.73-1.388 1.345-.273.698-.21 1.43.01 2.085.019.058-.105.524-.031.847.027.117.065.224.11.32.032.064.062.115.09.154l.021.031.027.028.038.04.03.03.032.026.051.048c.057.057.115.125.17.201.147.21.233.442.233.689 0 .407-.054.457-.627.652l-.07.024c-.588.197-.934.351-1.31.643a3.27 3.27 0 00-.037.029H6.5v-.186c0-1.383 1.264-1.808 1.871-2.013l.07-.023c.54-.185.967-.33.967-1.126 0-.822-.648-1.335-.655-1.34l-.038-.04c-.012-.018-.296-.433-.05-1.041-.1-.262-.377-1.117-.072-1.895.189-.482.563-.84 1.111-1.065l.004-.002c.05-.026.557-.269 1.124-.269z", fill: "currentColor" }) })));
17014
17065
  }
17015
17066
 
17016
- function CoinPoundIcon(props) {
17017
- return (jsxRuntime.jsx(SvgIcon__default["default"], __assign({}, props, { viewBox: "0 0 96 96" }, { children: jsxRuntime.jsxs("g", __assign({ fillRule: "evenodd" }, { children: [jsxRuntime.jsx("path", { d: "M45.18 25.1a10.76 10.76 0 0 0-4.28 2.93 13.73 13.73 0 0 0-2.8 4.86c-.64 1.9-.57 4.38-.55 6.38v6.6h-3.27a3.08 3.08 0 0 0-2.46.96 3.39 3.39 0 0 0-.82 2.26v3.25h5.43v7.77a4.75 4.75 0 0 1-1.64 3.67c-.51.44-1.1.8-1.72 1.05-.66.29-1.36.5-2.07.62V72h30.67a4.03 4.03 0 0 0 3.09-1.36c.36-.4.65-.86.85-1.36.2-.46.3-.96.3-1.46v-4.55H49.79c-.97 0-1.95.06-2.92.18s-1.93.29-2.9.5A11.8 11.8 0 0 0 45.94 61c.5-1.11.36-3.05.34-4.27v-4.35h10.37a2.8 2.8 0 0 0 2.56-1.58c.12-.3.18-.61.16-.93v-4.05H46.27v-6.55c-.1-1.84.7-3.57 1.64-5.16a4.38 4.38 0 0 1 3.87-1.84c.85-.03 1.69.19 2.42.62a12.1 12.1 0 0 1 2.22 1.9c.59.7 1.42 1.14 2.33 1.22H59a5 5 0 0 0 2.36-.64l3.98-2.55a21.04 21.04 0 0 0-2.2-3.55 13.28 13.28 0 0 0-11.37-5.26c-1.58.04-4.44.2-6.6 1.08z" }), jsxRuntime.jsx("path", { fillRule: "nonzero", d: "M48 84a36 36 0 1 0 0-72 36 36 0 0 0 0 72zm0 8a44 44 0 1 1 0-88 44 44 0 0 1 0 88z" })] })) })));
17067
+ function Appointment16Icon(props) {
17068
+ return (jsxRuntime.jsxs(SvgIcon__default["default"], __assign({}, props, { viewBox: "0 0 16 16" }, { children: [jsxRuntime.jsxs("g", __assign({ clipPath: "url(#clip0_4277_1149)" }, { children: [jsxRuntime.jsx("path", { d: "M0.5 2.5C0.5 1.94772 0.947715 1.5 1.5 1.5H14.5C15.0523 1.5 15.5 1.94772 15.5 2.5V12.5C15.5 13.0523 15.0523 13.5 14.5 13.5H1.5C0.947715 13.5 0.5 13.0523 0.5 12.5V2.5Z", fill: "white" }), jsxRuntime.jsx("path", { d: "M0.5 2.5C0.5 1.94772 0.947715 1.5 1.5 1.5H14.5C15.0523 1.5 15.5 1.94772 15.5 2.5V4.5H0.5V2.5Z", fill: "#D8D8D8" }), jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.5 0C4.77614 0 5 0.223858 5 0.5V1H11V0.5C11 0.223858 11.2239 0 11.5 0C11.7761 0 12 0.223858 12 0.5V1H14.5C15.3284 1 16 1.67157 16 2.5V5V12.5C16 13.3284 15.3284 14 14.5 14H1.5C0.671573 14 0 13.3284 0 12.5V5V2.5C0 1.67157 0.671573 1 1.5 1H4V0.5C4 0.223858 4.22386 0 4.5 0ZM11 2V2.5C11 2.77614 11.2239 3 11.5 3C11.7761 3 12 2.77614 12 2.5V2H14.5C14.7761 2 15 2.22386 15 2.5V4H1V2.5C1 2.22386 1.22386 2 1.5 2H4V2.5C4 2.77614 4.22386 3 4.5 3C4.77614 3 5 2.77614 5 2.5V2H11ZM1 5H15V12.5C15 12.7761 14.7761 13 14.5 13H1.5C1.22386 13 1 12.7761 1 12.5V5Z", fill: "#979593" }), jsxRuntime.jsx("path", { d: "M3.5 6.5H6.375V9.28125H3.5V6.5Z", fill: "#185ABD" }), jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4 7V8.51904H6V7H4ZM7 7V8.51904H9.01562V7H7ZM10.0156 7V8.51904H12.0156V7H10.0156ZM12.0156 9.51904H10.0156V11.012H12.0156V9.51904ZM9.01562 11.012V9.51904H7V11.012H9.01562ZM6 11.012V9.51904H4V11.012H6ZM3 6.51562C3 6.23085 3.23085 6 3.51562 6H12.0156C12.5679 6 13.0156 6.44772 13.0156 7V11.012C13.0156 11.5643 12.5679 12.012 12.0156 12.012H3.51562C3.23085 12.012 3 11.7811 3 11.4964V6.51562Z", fill: "#C8C6C4" }), jsxRuntime.jsx("circle", { cx: "11.5", cy: "11.5", r: "4.5", fill: "#185ABD" }), jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M11.509 8.5607C11.7851 8.5607 12.009 8.78456 12.009 9.0607V11.012H13.9635C14.2397 11.012 14.4635 11.2359 14.4635 11.512C14.4635 11.7881 14.2397 12.012 13.9635 12.012H11.009V9.0607C11.009 8.78456 11.2328 8.5607 11.509 8.5607Z", fill: "white" })] })), jsxRuntime.jsx("defs", { children: jsxRuntime.jsx("clipPath", __assign({ id: "clip0_4277_1149" }, { children: jsxRuntime.jsx("rect", { width: "16", height: "16", fill: "white" }) })) })] })));
17018
17069
  }
17019
17070
 
17020
- function CoinIcon(props) {
17021
- return (jsxRuntime.jsx(SvgIcon__default["default"], __assign({}, props, { viewBox: "0 0 96 96" }, { children: jsxRuntime.jsxs("g", __assign({ fill: "currentColor", fillRule: "evenodd" }, { children: [jsxRuntime.jsx("path", { d: "M51.2727812,67.9767507 L51.2727812,73 L44.1927292,73 L44.1927292,68.505143 C40.7949984,68.2092433 36.3074949,66.9587149 33,65.109342 L35.3426643,56.8276737 C39.0874564,58.3106947 44.5502024,60.1741581 48.5899968,59.2794138 C52.1230815,58.4973933 53.0150293,55.277723 48.8537634,53.4565309 C45.3415023,51.8572636 33.2533548,50.1804988 33.2533548,39.9191208 C33.2533548,35.6673242 36.3942602,29.8233056 44.1927292,28.0972242 L44.1927292,23 L51.2727812,23 L51.2727812,27.678033 C54.3060976,27.8893899 57.401885,28.4600535 60.9766171,29.5943356 C60.6191439,31.1795125 59.0747208,38.0591799 59.0747208,38.0591799 C56.6071144,37.2067071 52.5707907,35.7166408 48.6975858,35.9385656 C43.9116095,36.2133296 43.5680187,39.7606031 46.7956895,41.3986191 C53.4141498,44.4351134 62.9999849,47.020713 62.9999849,56.0808792 C63.0103967,63.0838382 57.6344161,67.0714386 51.2727812,67.9802734 L51.2727812,67.9767507 Z" }), jsxRuntime.jsx("path", { d: "M48,84 L48,84 C67.882251,84 84,67.882251 84,48 C84,28.117749 67.882251,12 48,12 C28.117749,12 12,28.117749 12,48 C12,67.882251 28.117749,84 48,84 L48,84 Z M48,92 L48,92 C23.699471,92 4,72.300529 4,48 C4,23.699471 23.699471,4 48,4 C72.300529,4 92,23.699471 92,48 C92,72.300529 72.300529,92 48,92 L48,92 Z" })] })) })));
17071
+ function ActivityDefault16Icon(props) {
17072
+ return (jsxRuntime.jsxs(SvgIcon__default["default"], __assign({}, props, { viewBox: "0 0 16 16" }, { children: [jsxRuntime.jsx("path", { d: "M6.91409 1.32231C7.57503 0.894902 8.42521 0.894902 9.08616 1.32231L13.0862 3.90897C13.656 4.27748 14.0001 4.9098 14.0001 5.58842V10.4108C14.0001 11.0899 13.6556 11.7225 13.0852 12.0909L9.0851 14.6743C8.42461 15.1008 7.57548 15.1008 6.915 14.6742L2.91506 12.0909C2.34465 11.7225 2.00012 11.0899 2.00012 10.4108V5.58842C2.00012 4.9098 2.34424 4.27748 2.91409 3.90897L6.91409 1.32231Z", fill: "white" }), jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12.5431 4.7487L8.54314 2.16203C8.21267 1.94833 7.78758 1.94833 7.4571 2.16203L3.4571 4.7487C3.17218 4.93295 3.00012 5.24911 3.00012 5.58842V10.4108C3.00012 10.7504 3.17239 11.0667 3.45759 11.2509L7.45753 13.8342C7.78777 14.0475 8.21234 14.0475 8.54258 13.8342L12.5426 11.2509C12.8279 11.0667 13.0001 10.7503 13.0001 10.4108V5.58842C13.0001 5.24911 12.8281 4.93295 12.5431 4.7487ZM9.08616 1.32231C8.42521 0.894902 7.57503 0.894902 6.91409 1.32231L2.91409 3.90897C2.34424 4.27748 2.00012 4.9098 2.00012 5.58842V10.4108C2.00012 11.0899 2.34465 11.7225 2.91506 12.0909L6.915 14.6742C7.57548 15.1008 8.42461 15.1008 9.0851 14.6743L13.0852 12.0909C13.6556 11.7225 14.0001 11.0899 14.0001 10.4108V5.58842C14.0001 4.9098 13.656 4.27748 13.0862 3.90897L9.08616 1.32231Z", fill: "#979593" }), jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8.00012 9.99999C9.10469 9.99999 10.0001 9.10456 10.0001 7.99999C10.0001 6.89542 9.10469 5.99999 8.00012 5.99999C6.89555 5.99999 6.00012 6.89542 6.00012 7.99999C6.00012 9.10456 6.89555 9.99999 8.00012 9.99999ZM8.00012 11C9.65698 11 11.0001 9.65685 11.0001 7.99999C11.0001 6.34314 9.65698 4.99999 8.00012 4.99999C6.34327 4.99999 5.00012 6.34314 5.00012 7.99999C5.00012 9.65685 6.34327 11 8.00012 11Z", fill: "#979593" })] })));
17022
17073
  }
17023
17074
 
17024
- function CoinEuroIcon$1(props) {
17025
- return (jsxRuntime.jsx(SvgIcon__default["default"], __assign({}, props, { viewBox: "0 0 96 96" }, { children: jsxRuntime.jsx("path", { fill: "currentColor", fillRule: "evenodd", d: "M48,92 C23.699471,92 4,72.300529 4,48 C4,23.699471 23.699471,4 48,4 C72.300529,4 92,23.699471 92,48 C92,72.300529 72.300529,92 48,92 Z M48,84 C67.882251,84 84,67.882251 84,48 C84,28.117749 67.882251,12 48,12 C28.117749,12 12,28.117749 12,48 C12,67.882251 28.117749,84 48,84 Z M51.3636364,31.9732083 C48.6749177,31.9732083 46.4600638,32.7287265 44.7190083,34.2397857 C42.9779527,35.7508448 41.853997,37.9423835 41.3471074,40.8144675 L54.6694215,40.8144675 L54.6694215,46.4728734 L40.8512397,46.4728734 L40.785124,47.5981246 L40.785124,49.1091762 L40.8512397,50.1701273 L52.5867769,50.1701273 L52.5867769,55.8928332 L41.4132231,55.8928332 C42.5371957,61.1011647 46.0743504,63.7052914 52.0247934,63.7052914 C55.1763243,63.7052914 58.206597,63.0944468 61.1157025,61.8727395 L61.1157025,70.103148 C58.5592159,71.3677223 55.330598,72 51.4297521,72 C46.030276,72 41.5895491,70.5746961 38.107438,67.7240455 C34.6253269,64.873395 32.4325114,60.929697 31.5289256,55.8928332 L27,55.8928332 L27,50.1701273 L30.9008264,50.1701273 C30.8126717,49.6771576 30.768595,49.0127302 30.768595,48.1768252 L30.8347107,46.4728734 L27,46.4728734 L27,40.8144675 L31.3966942,40.8144675 C32.2121253,35.6275695 34.4049408,31.5284812 37.9752066,28.5170797 C41.5454724,25.5056782 46.0082377,24 51.3636364,24 C55.5069078,24 59.3856569,24.8787588 63,26.6363027 L59.7603306,34.0951105 C58.2396618,33.4306732 56.8181884,32.9109195 55.4958678,32.5358339 C54.1735471,32.1607483 52.7961504,31.9732083 51.3636364,31.9732083 Z" }) })));
17075
+ function BlankLetter16Icon(props) {
17076
+ return (jsxRuntime.jsxs(SvgIcon__default["default"], __assign({}, props, { viewBox: "0 0 16 16" }, { children: [jsxRuntime.jsxs("g", __assign({ clipPath: "url(#clip0_165_2814)" }, { children: [jsxRuntime.jsx("path", { d: "M4.47619 1H10.9428H12.9957C13.548 1 13.9957 1.44772 13.9957 2V4.32534V14.4797C13.9957 14.6172 14.0124 14.8216 13.9232 14.9189C13.8339 15.0161 13.646 14.9982 13.5197 14.9982H4.47619C4.34996 14.9982 4.15358 15.0188 4.06432 14.9216C3.97506 14.8244 4.00022 14.6172 4.00022 14.4797V1.51845C4.00022 1.38095 3.99753 1.22728 4.08679 1.13005C4.17605 1.03282 4.34996 1 4.47619 1Z", fill: "white" }), jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.4762 0H12.9957C14.1003 0 14.9957 0.895432 14.9957 2V14.4797C14.9957 14.51 14.9959 14.5132 14.9961 14.5177C14.9963 14.5231 14.9967 14.5303 14.9969 14.5884C14.9971 14.6402 14.9965 14.7164 14.9892 14.8008C14.9787 14.9215 14.9416 15.2882 14.6598 15.5952C14.3604 15.9213 13.9795 15.975 13.8385 15.9896C13.7492 15.9989 13.67 15.9997 13.619 15.9994C13.5498 15.9991 13.5515 15.9988 13.5527 15.9985C13.5536 15.9983 13.5543 15.9982 13.5197 15.9982H4.4762C4.46015 15.9982 4.45639 15.9983 4.44998 15.9985C4.44184 15.9988 4.42945 15.9993 4.3823 15.9998C4.33233 16.0004 4.25348 16.0003 4.16492 15.9922C4.03404 15.9801 3.63633 15.9341 3.32769 15.5979C3.17002 15.4262 3.09429 15.241 3.05603 15.1087C3.01777 14.9765 3.00548 14.857 3.00059 14.7757C2.99559 14.6922 2.99683 14.6167 2.99797 14.5692C2.9987 14.5386 2.99924 14.5212 2.99961 14.5094C3.00003 14.496 3.00022 14.4897 3.00022 14.4797V1.51845C3.00022 1.51474 3.0002 1.51019 3.00017 1.50488C2.99988 1.44788 2.99914 1.30265 3.02179 1.15623C3.04806 0.986448 3.11956 0.704926 3.35015 0.45376C3.56677 0.217818 3.82694 0.115021 3.98988 0.0679097C4.16519 0.0172219 4.33565 0 4.4762 0ZM4.4762 1C4.34996 1 4.17605 1.03282 4.08679 1.13005C4.00006 1.22452 4.00014 1.37228 4.00022 1.50671C4.00022 1.51064 4.00022 1.51455 4.00022 1.51845V14.4797C4.00022 14.5034 3.99948 14.5291 3.9987 14.556C3.99495 14.6853 3.99043 14.8411 4.06432 14.9216C4.14089 15.005 4.29628 15.0017 4.4186 14.999C4.43888 14.9986 4.45825 14.9982 4.4762 14.9982H13.5197C13.5361 14.9982 13.5535 14.9985 13.5715 14.9988C13.693 15.0009 13.8454 15.0035 13.9232 14.9189C14.0007 14.8344 13.9983 14.6689 13.9963 14.5367C13.996 14.5168 13.9957 14.4977 13.9957 14.4797V2C13.9957 1.44772 13.548 1 12.9957 1H4.4762Z", fill: "#979593" }), jsxRuntime.jsx("path", { d: "M3.00002 4.01345H14.9955V1.2C14.9955 0.537257 14.4583 0 13.7955 0H4.20002C3.53728 0 3.00002 0.537258 3.00002 1.2V4.01345Z", fill: "#185ABD" }), jsxRuntime.jsx("path", { d: "M4.9967 6.5C4.9967 6.22386 5.22056 6 5.4967 6H8.4967C8.77285 6 8.9967 6.22386 8.9967 6.5C8.9967 6.77614 8.77285 7 8.4967 7L5.4967 7C5.22056 7 4.9967 6.77614 4.9967 6.5Z", fill: "#C8C6C4" }), jsxRuntime.jsx("path", { d: "M5.4967 8.02679C5.22056 8.02679 4.9967 8.25065 4.9967 8.52679C4.9967 8.80294 5.22056 9.02679 5.4967 9.02679L11.4967 9.0268C11.7728 9.0268 11.9967 8.80294 11.9967 8.5268C11.9967 8.25065 11.7728 8.0268 11.4967 8.0268L5.4967 8.02679Z", fill: "#C8C6C4" }), jsxRuntime.jsx("path", { d: "M5.4967 10.0268C5.22056 10.0268 4.9967 10.2507 4.9967 10.5268C4.9967 10.8029 5.22056 11.0268 5.4967 11.0268L11.4967 11.0268C11.7728 11.0268 11.9967 10.8029 11.9967 10.5268C11.9967 10.2507 11.7728 10.0268 11.4967 10.0268L5.4967 10.0268Z", fill: "#C8C6C4" }), jsxRuntime.jsx("path", { d: "M5.4967 12C5.22056 12 4.9967 12.2239 4.9967 12.5C4.9967 12.7761 5.22056 13 5.4967 13L8.4967 13C8.77285 13 8.9967 12.7761 8.9967 12.5C8.9967 12.2239 8.77285 12 8.4967 12L5.4967 12Z", fill: "#C8C6C4" })] })), jsxRuntime.jsx("defs", { children: jsxRuntime.jsx("clipPath", __assign({ id: "clip0_165_2814" }, { children: jsxRuntime.jsx("rect", { width: "16", height: "16", fill: "white" }) })) })] })));
17026
17077
  }
17027
17078
 
17028
- function CoinEuroIcon(props) {
17029
- return (jsxRuntime.jsx(SvgIcon__default["default"], __assign({}, props, { viewBox: "0 0 24 24" }, { children: jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M14.6681 5.32217C13.6012 5.32217 12.7222 5.63697 12.0314 6.26658C11.3405 6.89618 10.8944 7.80933 10.6933 9.00603H15.9799V11.3637H10.4965L10.4703 11.8326V12.4622L10.4965 12.9042H15.1535V15.2887H10.7195C11.1656 17.4588 12.5692 18.5439 14.9305 18.5439C16.1811 18.5439 17.3836 18.2894 18.538 17.7803V21.2096C17.5235 21.7366 16.2423 22 14.6943 22C12.5517 22 10.7895 21.4061 9.40771 20.2184C8.02592 19.0306 7.15576 17.3874 6.79719 15.2887H5V12.9042H6.54795C6.51296 12.6988 6.49547 12.422 6.49547 12.0737L6.52171 11.3637H5V9.00603H6.74472C7.0683 6.84482 7.93847 5.13687 9.35524 3.88212C10.772 2.62737 12.543 2 14.6681 2C16.3123 2 17.8515 2.36615 19.2857 3.09846L18.0001 6.2063C17.3967 5.92945 16.8326 5.71288 16.3079 5.5566C15.7832 5.40031 15.2366 5.32217 14.6681 5.32217Z", fill: "currentColor" }) })));
17079
+ function Bylawyers16Icon(props) {
17080
+ return (jsxRuntime.jsxs(SvgIcon__default["default"], __assign({}, props, { viewBox: "0 0 16 16" }, { children: [jsxRuntime.jsx("path", { d: "M4 1H14V4H4V1Z", fill: "white" }), jsxRuntime.jsx("path", { d: "M3.5 13.5L3.5 1.97187C3.5 3.24685 4.18541 3.475 5.15809 3.475L12.5 3.475C13.6046 3.475 14.5 4.37043 14.5 5.475L14.5 13.5C14.5 14.6046 13.6046 15.5 12.5 15.5L5.5 15.5C4.39543 15.5 3.5 14.6046 3.5 13.5Z", fill: "white" }), jsxRuntime.jsx("path", { d: "M3.5 1.97187L3.5 13.5C3.5 14.6046 4.39543 15.5 5.5 15.5L12.5 15.5C13.6046 15.5 14.5 14.6046 14.5 13.5L14.5 5.475C14.5 4.37043 13.6046 3.475 12.5 3.475L5.15809 3.475C4.18541 3.475 3.5 3.24685 3.5 1.97187ZM3.5 1.97187C3.5 0.696902 4.16728 0.5 5.15809 0.5L14.5 0.5", stroke: "#979593", strokeLinecap: "round", strokeLinejoin: "round", fill: "white" }), jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5 2C5 1.72386 5.22386 1.5 5.5 1.5H13.5C13.7761 1.5 14 1.72386 14 2C14 2.27614 13.7761 2.5 13.5 2.5H5.5C5.22386 2.5 5 2.27614 5 2Z", fill: "#979593" }), jsxRuntime.jsx("path", { d: "M10.3151 9.12405L8.88159 7.67774L11.0319 5.02614L12.9433 6.95456L10.3151 9.12405Z", fill: "#F69139" }), jsxRuntime.jsx("path", { d: "M8.14246 8.42417L6.15368 8.7433L5.03125 12.7513L6.96167 10.8188C6.9304 10.7524 6.9129 10.6781 6.9129 10.5997C6.9129 10.3173 7.13982 10.0883 7.41974 10.0883C7.69966 10.0883 7.92657 10.3173 7.92657 10.5997C7.92657 10.8821 7.69966 11.111 7.41974 11.111C7.34097 11.111 7.2664 11.0929 7.19991 11.0606L5.26253 13L9.32022 11.938L9.59797 9.89264L10.0989 9.38729L8.64335 7.91882L8.14246 8.42417Z", fill: "black" })] })));
17030
17081
  }
17031
17082
 
17032
- function CurrencyPoundIcon(props) {
17033
- return (jsxRuntime.jsx(SvgIcon__default["default"], __assign({}, props, { viewBox: "0 0 24 24" }, { children: jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M10.9069 2.46331C10.222 2.71868 9.60991 3.13769 9.12404 3.68382C8.60009 4.27119 8.20302 4.96039 7.95769 5.70828C7.69109 6.49973 7.72025 7.53279 7.72858 8.3659V11.1152H6.36645C6.17668 11.1017 5.98628 11.1306 5.80905 11.1997C5.63182 11.2689 5.47219 11.3766 5.34172 11.5151C5.11668 11.7766 4.99517 12.1115 5.00015 12.4565V13.8103H7.26204V17.0469C7.26686 17.3362 7.20818 17.623 7.09015 17.8871C6.97212 18.1512 6.7976 18.3863 6.57889 18.5757C6.36645 18.7589 6.12068 18.9089 5.86242 19.013C5.58749 19.1338 5.2959 19.2213 5.00015 19.2713V21.9997H17.7759C18.0186 22.004 18.2594 21.9556 18.4816 21.8578C18.7039 21.76 18.9022 21.6151 19.063 21.4332C19.213 21.2666 19.3338 21.075 19.4171 20.8667C19.5004 20.6751 19.5421 20.4668 19.5421 20.2585V18.3632H12.8272C12.4232 18.3632 12.0149 18.3882 11.6109 18.4382C11.2068 18.4882 10.8069 18.559 10.4029 18.6465C10.7368 18.2806 11.0134 17.8663 11.2235 17.4176C11.4318 16.9553 11.3734 16.1471 11.3651 15.6389V13.8269H15.6848C15.9067 13.8301 16.125 13.7698 16.3139 13.6532C16.5028 13.5366 16.6545 13.3686 16.7512 13.1688C16.8012 13.0438 16.8261 12.9147 16.8178 12.7814V11.0943H11.3609V8.3659C11.3193 7.59944 11.6525 6.8788 12.0441 6.21647C12.2246 5.96133 12.4677 5.75685 12.75 5.62264C13.0323 5.48843 13.3443 5.42899 13.6562 5.45001C14.0102 5.43752 14.3601 5.52916 14.6642 5.70828C15.0033 5.93377 15.3138 6.19952 15.589 6.49973C15.8347 6.79132 16.1805 6.9746 16.5595 7.00793H16.6637C17.0084 7.00179 17.3462 6.91019 17.6468 6.74133L19.3046 5.67912C19.049 5.15702 18.742 4.66166 18.3882 4.20035C17.84 3.47363 17.1209 2.89344 16.2947 2.51123C15.4685 2.12901 14.5608 1.9566 13.652 2.00927C12.9938 2.02593 11.8025 2.09258 10.9027 2.45915L10.9069 2.46331Z", fill: "currentColor" }) })));
17083
+ function Clause16Icon(props) {
17084
+ return (jsxRuntime.jsxs(SvgIcon__default["default"], __assign({}, props, { viewBox: "0 0 16 16" }, { children: [jsxRuntime.jsx("path", { d: "M4 1H14V4H4V1Z", fill: "white" }), jsxRuntime.jsx("path", { d: "M3.5 13.5L3.5 1.97187C3.5 3.24685 4.18541 3.475 5.15809 3.475L12.5 3.475C13.6046 3.475 14.5 4.37043 14.5 5.475L14.5 13.5C14.5 14.6046 13.6046 15.5 12.5 15.5L5.5 15.5C4.39543 15.5 3.5 14.6046 3.5 13.5Z", fill: "white" }), jsxRuntime.jsx("path", { d: "M3.5 1.97187L3.5 13.5C3.5 14.6046 4.39543 15.5 5.5 15.5L12.5 15.5C13.6046 15.5 14.5 14.6046 14.5 13.5L14.5 5.475C14.5 4.37043 13.6046 3.475 12.5 3.475L5.15809 3.475C4.18541 3.475 3.5 3.24685 3.5 1.97187ZM3.5 1.97187C3.5 0.696902 4.16728 0.5 5.15809 0.5L14.5 0.5", stroke: "#979593", strokeLinecap: "round", strokeLinejoin: "round", fill: "white" }), jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5 2C5 1.72386 5.22386 1.5 5.5 1.5H13.5C13.7761 1.5 14 1.72386 14 2C14 2.27614 13.7761 2.5 13.5 2.5H5.5C5.22386 2.5 5 2.27614 5 2Z", fill: "#979593" }), jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5.5 7C5.22386 7 5 7.22386 5 7.5C5 7.77614 5.22386 8 5.5 8H12.5C12.7761 8 13 7.77614 13 7.5C13 7.22386 12.7761 7 12.5 7H5.5ZM5.5 9C5.22386 9 5 9.22386 5 9.5C5 9.77614 5.22386 10 5.5 10L12.5 10C12.7761 10 13 9.77614 13 9.5C13 9.22386 12.7761 9 12.5 9L5.5 9Z", fill: "#41A5EE" })] })));
17034
17085
  }
17035
17086
 
17036
- function CurrencyIcon(props) {
17037
- return (jsxRuntime.jsx(SvgIcon__default["default"], __assign({}, props, { viewBox: "0 0 24 24" }, { children: jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12.9182 20.4899V22.6667H9.85018V20.7189C8.37783 20.5907 6.43325 20.0488 5 19.2474L6.01515 15.6587C7.6379 16.3013 10.0051 17.1088 11.7557 16.7211C13.2867 16.3822 13.6732 14.987 11.87 14.1978C10.348 13.5048 5.10979 12.7782 5.10979 8.33162C5.10979 6.48917 6.47085 3.95677 9.85018 3.2088V1H12.9182V3.02715C14.2326 3.11874 15.5741 3.36602 17.1232 3.85755C16.9683 4.54446 16.299 7.52564 16.299 7.52564C15.2298 7.15624 13.4807 6.51054 11.8023 6.60671C9.72836 6.72578 9.57947 8.26293 10.9781 8.97274C13.8461 10.2885 18 11.409 18 15.335C18.0045 18.3697 15.6749 20.0976 12.9182 20.4914V20.4899Z", fill: "currentColor" }) })));
17087
+ function Cross16Icon(props) {
17088
+ return (jsxRuntime.jsx(SvgIcon__default["default"], __assign({}, props, { viewBox: "0 0 16 16" }, { children: jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.27831 7.98596L3.1391 12.1252L3.84621 12.8323L7.98541 8.69307L12.1391 12.8468L12.8462 12.1396L8.69252 7.98596L12.8462 3.83227L12.1391 3.12517L7.98541 7.27885L3.84621 3.13965L3.1391 3.84675L7.27831 7.98596Z" }) })));
17089
+ }
17090
+
17091
+ function Fax16Icon(props) {
17092
+ return (jsxRuntime.jsxs(SvgIcon__default["default"], __assign({}, props, { viewBox: "0 0 16 16" }, { children: [jsxRuntime.jsxs("g", __assign({ clipPath: "url(#clip0_165_2836)" }, { children: [jsxRuntime.jsx("path", { d: "M4.47619 1H10.9428H12.9957C13.548 1 13.9957 1.44772 13.9957 2V4.32534V14.4797C13.9957 14.6172 14.0124 14.8216 13.9232 14.9189C13.8339 15.0161 13.646 14.9982 13.5197 14.9982H4.47619C4.34996 14.9982 4.15358 15.0188 4.06432 14.9216C3.97506 14.8244 4.00022 14.6172 4.00022 14.4797V1.51845C4.00022 1.38095 3.99753 1.22728 4.08679 1.13005C4.17605 1.03282 4.34996 1 4.47619 1Z", fill: "white" }), jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.4762 0H12.9957C14.1003 0 14.9957 0.895432 14.9957 2V14.4797C14.9957 14.51 14.9959 14.5132 14.9961 14.5177C14.9963 14.5231 14.9967 14.5303 14.9969 14.5884C14.9971 14.6402 14.9965 14.7164 14.9892 14.8008C14.9787 14.9215 14.9416 15.2882 14.6598 15.5952C14.3604 15.9213 13.9795 15.975 13.8385 15.9896C13.7492 15.9989 13.67 15.9997 13.619 15.9994C13.5498 15.9991 13.5515 15.9988 13.5527 15.9985C13.5536 15.9983 13.5543 15.9982 13.5197 15.9982H4.4762C4.46015 15.9982 4.45639 15.9983 4.44998 15.9985C4.44184 15.9988 4.42945 15.9993 4.3823 15.9998C4.33233 16.0004 4.25348 16.0003 4.16492 15.9922C4.03404 15.9801 3.63633 15.9341 3.32769 15.5979C3.17002 15.4262 3.09429 15.241 3.05603 15.1087C3.01777 14.9765 3.00548 14.857 3.00059 14.7757C2.99559 14.6922 2.99683 14.6167 2.99797 14.5692C2.9987 14.5386 2.99924 14.5212 2.99961 14.5094C3.00003 14.496 3.00022 14.4897 3.00022 14.4797V1.51845C3.00022 1.51474 3.0002 1.51019 3.00017 1.50488C2.99988 1.44788 2.99914 1.30265 3.02179 1.15623C3.04806 0.986448 3.11956 0.704926 3.35015 0.45376C3.56677 0.217818 3.82694 0.115021 3.98988 0.0679097C4.16519 0.0172219 4.33565 0 4.4762 0ZM4.4762 1C4.34996 1 4.17605 1.03282 4.08679 1.13005C4.00006 1.22452 4.00014 1.37228 4.00022 1.50671C4.00022 1.51064 4.00022 1.51455 4.00022 1.51845V14.4797C4.00022 14.5034 3.99948 14.5291 3.9987 14.556C3.99495 14.6853 3.99043 14.8411 4.06432 14.9216C4.14089 15.005 4.29628 15.0017 4.4186 14.999C4.43888 14.9986 4.45825 14.9982 4.4762 14.9982H13.5197C13.5361 14.9982 13.5535 14.9985 13.5715 14.9988C13.693 15.0009 13.8454 15.0035 13.9232 14.9189C14.0007 14.8344 13.9983 14.6689 13.9963 14.5367C13.996 14.5168 13.9957 14.4977 13.9957 14.4797V2C13.9957 1.44772 13.548 1 12.9957 1H4.4762Z", fill: "#979593" }), jsxRuntime.jsx("path", { d: "M4.00003 1.2C4.00003 1.08954 4.08957 1 4.20003 1H13.7955C13.906 1 13.9955 1.08954 13.9955 1.2V3.01345H4.00003V1.2Z", fill: "#185ABD" }), jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M14.9955 4.01345H3.00003V1.2C3.00003 0.537258 3.53729 0 4.20003 0H13.7955C14.4583 0 14.9955 0.537257 14.9955 1.2V4.01345ZM4.20003 1C4.08957 1 4.00003 1.08954 4.00003 1.2V3.01345H13.9955V1.2C13.9955 1.08954 13.906 1 13.7955 1H4.20003Z", fill: "#185ABD" }), jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5.49695 10.5122C5.49695 10.2361 5.72081 10.0122 5.99695 10.0122L11.9969 10.0122C12.2731 10.0122 12.4969 10.2361 12.4969 10.5122C12.4969 10.7884 12.2731 11.0122 11.9969 11.0122L5.99695 11.0122C5.72081 11.0122 5.49695 10.7884 5.49695 10.5122Z", fill: "#185ABD" }), jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5.49695 12.5122C5.49695 12.2361 5.72081 12.0122 5.99695 12.0122L11.9969 12.0122C12.2731 12.0122 12.4969 12.2361 12.4969 12.5122C12.4969 12.7884 12.2731 13.0122 11.9969 13.0122L5.99695 13.0122C5.72081 13.0122 5.49695 12.7884 5.49695 12.5122Z", fill: "#185ABD" }), jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M13.2937 5.14003C13.5171 5.30226 13.5668 5.61493 13.4046 5.83839L12.5164 7.06179L13.4046 8.28517C13.5668 8.50864 13.5171 8.8213 13.2937 8.98353C13.0702 9.14576 12.7575 9.09612 12.5953 8.87265L11.8986 7.91288L11.2018 8.87266C11.0396 9.09613 10.7269 9.14577 10.5034 8.98354C10.28 8.82131 10.2303 8.50865 10.3925 8.28518L11.2807 7.06179L10.3925 5.8384C10.2303 5.61494 10.28 5.30227 10.5034 5.14004C10.7269 4.97781 11.0396 5.02745 11.2018 5.25092L11.8985 6.2107L12.5953 5.25091C12.7575 5.02745 13.0702 4.9778 13.2937 5.14003ZM4.64782 5.1911C4.74159 5.09733 4.86877 5.04466 5.00137 5.04466L6.48945 5.04466C6.76559 5.04466 6.98945 5.26852 6.98945 5.54466C6.98945 5.8208 6.76559 6.04466 6.48945 6.04466L5.50137 6.04466V6.50441L6.48945 6.50441C6.76559 6.50441 6.98945 6.72827 6.98945 7.00441C6.98945 7.28056 6.76559 7.50441 6.48945 7.50441L5.50137 7.50441V8.57892C5.50137 8.85506 5.27752 9.07892 5.00137 9.07892C4.72523 9.07892 4.50137 8.85506 4.50137 8.57892V5.54466C4.50137 5.41205 4.55405 5.28487 4.64782 5.1911ZM8.54098 5.04466C8.7443 5.04448 8.92749 5.16745 9.00434 5.3557L9.92015 7.59927L10.2229 8.40244C10.3204 8.66081 10.19 8.94927 9.9316 9.04674C9.67323 9.1442 9.38477 9.01376 9.2873 8.75539L9.10639 8.27581H7.97919L7.79465 8.75772C7.6959 9.0156 7.40679 9.1446 7.14891 9.04585C6.89103 8.9471 6.76203 8.65799 6.86078 8.40011L7.1719 7.58763L8.07817 5.35651C8.15468 5.16813 8.33765 5.04484 8.54098 5.04466ZM8.37798 7.27581H8.70801L8.54258 6.87054L8.37798 7.27581Z", fill: "#185ABD" })] })), jsxRuntime.jsx("defs", { children: jsxRuntime.jsx("clipPath", __assign({ id: "clip0_165_2836" }, { children: jsxRuntime.jsx("rect", { width: "16", height: "16", fill: "white" }) })) })] })));
17093
+ }
17094
+
17095
+ function HyperLink16Icon(props) {
17096
+ return (jsxRuntime.jsxs(SvgIcon__default["default"], __assign({}, props, { viewBox: "0 0 16 16" }, { children: [jsxRuntime.jsxs("g", __assign({ clipPath: "url(#clip0_165_2824)" }, { children: [jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 2.5C0 2.22386 0.223858 2 0.5 2H15.5C15.7761 2 16 2.22386 16 2.5V14.5C16 14.7761 15.7761 15 15.5 15H0.5C0.223858 15 0 14.7761 0 14.5V2.5ZM1 3V14H15V3H1Z", fill: "#C8C6C4" }), jsxRuntime.jsx("rect", { x: "1.03125", y: "4", width: "14", height: "9.96875", fill: "white" }), jsxRuntime.jsx("path", { d: "M0.5 2C0.223858 2 7.76376e-08 2.22386 6.55671e-08 2.5L0 4L16 4V2.5C16 2.22386 15.7761 2 15.5 2L0.5 2Z", fill: "#979593" }), jsxRuntime.jsx("path", { d: "M13 6.50001C13 6.22387 12.7762 6.00001 12.5 6.00001L10.0016 6.00001C9.72545 6.00001 9.50159 6.22387 9.50159 6.50001C9.50159 6.77615 9.72545 7.00001 10.0016 7.00001L12 7.00001V10.9998L7.00004 10.9998L7.00004 8.5C7.00004 8.22386 6.77619 8 6.50004 8C6.2239 8 6.00004 8.22386 6.00004 8.50001L6.00004 11.4998C6.00004 11.6324 6.05272 11.7595 6.14649 11.8533C6.24026 11.9471 6.36743 11.9998 6.50004 11.9998H12.5C12.6326 11.9998 12.7598 11.9471 12.8536 11.8533C12.9474 11.7595 13 11.6324 13 11.4998V6.50001Z", fill: "#185ABD" }), jsxRuntime.jsx("path", { d: "M9.0001 6.5C9.0001 6.36739 8.94742 6.24022 8.85365 6.14645C8.75988 6.05268 8.6327 6 8.5001 6L3.50005 6C3.36744 6 3.24026 6.05268 3.14649 6.14645C3.05272 6.24022 3.00005 6.36739 3.00005 6.5L3.00005 11.5C3.00005 11.6326 3.05272 11.7598 3.14649 11.8536C3.24026 11.9473 3.36744 12 3.50005 12H4.9982C5.27434 12 5.4982 11.7761 5.4982 11.5C5.4982 11.2239 5.27434 11 4.9982 11L4.00005 11L4.00005 7L8.00009 7L8.00007 9.49999C8.00007 9.77613 8.22393 9.99999 8.50007 10C8.77621 10 9.00007 9.77614 9.00007 9.5L9.0001 6.5Z", fill: "#185ABD" })] })), jsxRuntime.jsx("defs", { children: jsxRuntime.jsx("clipPath", __assign({ id: "clip0_165_2824" }, { children: jsxRuntime.jsx("rect", { width: "16", height: "16", fill: "white", transform: "matrix(4.37114e-08 -1 -1 -4.37114e-08 16 16)" }) })) })] })));
17097
+ }
17098
+
17099
+ function Memo16Icon(props) {
17100
+ return (jsxRuntime.jsxs(SvgIcon__default["default"], __assign({}, props, { viewBox: "0 0 16 16" }, { children: [jsxRuntime.jsxs("g", __assign({ clipPath: "url(#clip0_165_2849)" }, { children: [jsxRuntime.jsx("path", { d: "M4.47619 1H10.9428H12.9957C13.548 1 13.9957 1.44772 13.9957 2V4.32534V14.4797C13.9957 14.6172 14.0124 14.8216 13.9232 14.9189C13.8339 15.0161 13.646 14.9982 13.5197 14.9982H4.47619C4.34996 14.9982 4.15358 15.0188 4.06432 14.9216C3.97506 14.8244 4.00022 14.6172 4.00022 14.4797V1.51845C4.00022 1.38095 3.99753 1.22728 4.08679 1.13005C4.17605 1.03282 4.34996 1 4.47619 1Z", fill: "white" }), jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.4762 0H12.9957C14.1003 0 14.9957 0.895432 14.9957 2V14.4797C14.9957 14.51 14.9959 14.5132 14.9961 14.5177C14.9963 14.5231 14.9967 14.5303 14.9969 14.5884C14.9971 14.6402 14.9965 14.7164 14.9892 14.8008C14.9787 14.9215 14.9416 15.2882 14.6598 15.5952C14.3604 15.9213 13.9795 15.975 13.8385 15.9896C13.7492 15.9989 13.67 15.9997 13.619 15.9994C13.5498 15.9991 13.5515 15.9988 13.5527 15.9985C13.5536 15.9983 13.5543 15.9982 13.5197 15.9982H4.4762C4.46015 15.9982 4.45639 15.9983 4.44998 15.9985C4.44184 15.9988 4.42945 15.9993 4.3823 15.9998C4.33233 16.0004 4.25348 16.0003 4.16492 15.9922C4.03404 15.9801 3.63633 15.9341 3.32769 15.5979C3.17002 15.4262 3.09429 15.241 3.05603 15.1087C3.01777 14.9765 3.00548 14.857 3.00059 14.7757C2.99559 14.6922 2.99683 14.6167 2.99797 14.5692C2.9987 14.5386 2.99924 14.5212 2.99961 14.5094C3.00003 14.496 3.00022 14.4897 3.00022 14.4797V1.51845C3.00022 1.51474 3.0002 1.51019 3.00017 1.50488C2.99988 1.44788 2.99914 1.30265 3.02179 1.15623C3.04806 0.986448 3.11956 0.704926 3.35015 0.45376C3.56677 0.217818 3.82694 0.115021 3.98988 0.0679097C4.16519 0.0172219 4.33565 0 4.4762 0ZM4.4762 1C4.34996 1 4.17605 1.03282 4.08679 1.13005C4.00006 1.22452 4.00014 1.37228 4.00022 1.50671C4.00022 1.51064 4.00022 1.51455 4.00022 1.51845V14.4797C4.00022 14.5034 3.99948 14.5291 3.9987 14.556C3.99495 14.6853 3.99043 14.8411 4.06432 14.9216C4.14089 15.005 4.29628 15.0017 4.4186 14.999C4.43888 14.9986 4.45825 14.9982 4.4762 14.9982H13.5197C13.5361 14.9982 13.5535 14.9985 13.5715 14.9988C13.693 15.0009 13.8454 15.0035 13.9232 14.9189C14.0007 14.8344 13.9983 14.6689 13.9963 14.5367C13.996 14.5168 13.9957 14.4977 13.9957 14.4797V2C13.9957 1.44772 13.548 1 12.9957 1H4.4762Z", fill: "#979593" }), jsxRuntime.jsx("path", { d: "M4.00003 1.2C4.00003 1.08954 4.08957 1 4.20003 1H13.7955C13.906 1 13.9955 1.08954 13.9955 1.2V3.01345H4.00003V1.2Z", fill: "#185ABD" }), jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M14.9955 4.01345H3.00003V1.2C3.00003 0.537258 3.53729 0 4.20003 0H13.7955C14.4583 0 14.9955 0.537257 14.9955 1.2V4.01345ZM4.20003 1C4.08957 1 4.00003 1.08954 4.00003 1.2V3.01345H13.9955V1.2C13.9955 1.08954 13.906 1 13.7955 1H4.20003Z", fill: "#185ABD" }), jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.99374 4.99664C4.99374 4.7205 5.2176 4.49664 5.49374 4.49664H8.41309C8.68923 4.49664 8.91309 4.7205 8.91309 4.99664V8.19226C8.91309 8.4684 8.68923 8.69226 8.41309 8.69226C8.13695 8.69226 7.91309 8.4684 7.91309 8.19226V5.49664H7.45342V8.19226C7.45342 8.4684 7.22956 8.69226 6.95342 8.69226C6.67727 8.69226 6.45342 8.4684 6.45342 8.19226V5.49664H5.99374V8.19226C5.99374 8.4684 5.76989 8.69226 5.49374 8.69226C5.2176 8.69226 4.99374 8.4684 4.99374 8.19226V4.99664ZM9.47007 4.99664C9.47007 4.7205 9.69393 4.49664 9.97007 4.49664H12.5002C12.7763 4.49664 13.0002 4.7205 13.0002 4.99664C13.0002 5.27279 12.7763 5.49664 12.5002 5.49664H10.4701V6.09445H12.5002C12.7763 6.09445 13.0002 6.31831 13.0002 6.59445C13.0002 6.87059 12.7763 7.09445 12.5002 7.09445H10.4701V7.69226H12.5002C12.7763 7.69226 13.0002 7.91612 13.0002 8.19226C13.0002 8.4684 12.7763 8.69226 12.5002 8.69226H9.97007C9.69393 8.69226 9.47007 8.4684 9.47007 8.19226V4.99664ZM4.99374 9.86702C4.99374 9.59088 5.2176 9.36702 5.49374 9.36702H8.41309C8.68923 9.36702 8.91309 9.59088 8.91309 9.86702V13.0626C8.91309 13.3388 8.68923 13.5626 8.41309 13.5626C8.13695 13.5626 7.91309 13.3388 7.91309 13.0626V10.367H7.45342V13.0626C7.45342 13.3388 7.22956 13.5626 6.95342 13.5626C6.67727 13.5626 6.45342 13.3388 6.45342 13.0626V10.367H5.99374V13.0626C5.99374 13.3388 5.76989 13.5626 5.49374 13.5626C5.2176 13.5626 4.99374 13.3388 4.99374 13.0626V9.86702ZM9.47007 9.86702C9.47007 9.59088 9.69393 9.36702 9.97007 9.36702H12.5002C12.7763 9.36702 13.0002 9.59088 13.0002 9.86702V13.0626C13.0002 13.3388 12.7763 13.5626 12.5002 13.5626H9.97007C9.69393 13.5626 9.47007 13.3388 9.47007 13.0626V9.86702ZM10.4701 10.367V12.5626H12.0002V10.367H10.4701Z", fill: "#185ABD" })] })), jsxRuntime.jsx("defs", { children: jsxRuntime.jsx("clipPath", __assign({ id: "clip0_165_2849" }, { children: jsxRuntime.jsx("rect", { width: "16", height: "16", fill: "white" }) })) })] })));
17101
+ }
17102
+
17103
+ function PhoneCall16Icon(props) {
17104
+ return (jsxRuntime.jsxs(SvgIcon__default["default"], __assign({}, props, { viewBox: "0 0 16 16" }, { children: [jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6.91969 9.00746C5.85959 7.94659 5.06044 6.75878 4.52948 5.55374C4.41713 5.29895 4.48327 5.00064 4.67989 4.80388L5.5189 4.0698C6.12687 3.46138 6.5257 2.98822 5.85107 2.28306L4.77763 1.21954C3.83572 0.26574 2.92725 0.254581 1.92404 1.21954L1.13816 2.02274C0.352313 2.82036 0.396957 3.63472 0.71462 4.6443C1.47388 7.05734 2.33498 9.15435 4.55395 11.3749C6.77291 13.5955 8.96922 14.9649 11.3368 15.4128C12.4745 15.6281 13.4032 15.4545 14.0746 14.7826L14.8275 14.1113C15.731 13.1523 15.7173 12.166 14.8275 11.2507L13.6913 10.1658C13.1604 9.63442 12.5688 9.75477 11.9384 10.431L11.1202 11.2507C10.9236 11.4475 10.6255 11.5136 10.3709 11.4012C9.16674 10.869 7.97979 10.0683 6.91969 9.00746Z", fill: "white" }), jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5.13068 0.866069C4.60991 0.339368 4.02832 0.00194628 3.37498 8.38327e-06C2.72365 -0.00192359 2.12732 0.330202 1.5775 0.859037L1.56674 0.869708L0.781394 1.67234C0.318472 2.14242 0.0765166 2.6467 0.015591 3.19917C-0.0432056 3.73233 0.0719638 4.26774 0.237698 4.79446C1.0084 7.24379 1.9007 9.42726 4.20055 11.7287C6.46082 13.9906 8.74326 15.4313 11.2443 15.9045C12.4723 16.1368 13.5895 15.9678 14.4176 15.1472L15.1603 14.485C15.1711 14.4754 15.1815 14.4653 15.1914 14.4547C15.7006 13.9143 16.0023 13.3106 16 12.6632C15.9977 12.015 15.691 11.4219 15.186 10.9025C15.1817 10.898 15.1773 10.8937 15.1728 10.8894L14.0405 9.8082C13.6895 9.45907 13.2562 9.27289 12.7715 9.35261C12.3231 9.42635 11.9258 9.71404 11.5795 10.0839L10.7673 10.8976C10.7674 10.8976 10.7673 10.8976 10.7673 10.8976C10.7055 10.9594 10.6249 10.9673 10.5727 10.9443C9.42626 10.4375 8.29031 9.67249 7.27278 8.65425C6.25532 7.63608 5.49174 6.4994 4.98623 5.35215C4.96428 5.30235 4.97035 5.22658 5.02461 5.16603L5.84747 4.4461C5.85586 4.43876 5.864 4.43113 5.87189 4.42324C6.15632 4.13862 6.50593 3.78423 6.64102 3.36661C6.71624 3.13407 6.72691 2.88348 6.6457 2.62447C6.56758 2.37531 6.41414 2.14892 6.21169 1.93731L5.13068 0.866069ZM2.27501 1.57468L1.49331 2.37358C1.17073 2.70098 1.04225 3.00252 1.00847 3.30883C0.972533 3.63469 1.03853 4.01129 1.19048 4.49421C1.93841 6.87118 2.76845 8.88193 4.90686 11.0218C7.08485 13.2013 9.19535 14.4995 11.4298 14.9222C12.4721 15.1194 13.2082 14.9438 13.7219 14.4297C13.7287 14.4229 13.7357 14.4163 13.7428 14.4099L14.479 13.7536C14.8625 13.3413 15.0022 12.9774 15.0011 12.6668C15 12.3549 14.8565 11.9994 14.4763 11.606L13.3385 10.5196C13.1592 10.3402 13.0329 10.3227 12.9335 10.339C12.7983 10.3613 12.5867 10.469 12.3039 10.7723L12.2921 10.7846L11.4738 11.6043C11.1424 11.936 10.6265 12.0607 10.1695 11.8589C8.90748 11.3011 7.66925 10.4647 6.56647 9.36114C5.46361 8.25752 4.62878 7.01851 4.0723 5.75562M2.27501 1.57468C2.72598 1.14248 3.08389 0.998812 3.37201 0.999667C3.65844 1.00052 4.00146 1.14475 4.42217 1.57076L5.4945 2.63319C5.62612 2.77172 5.67496 2.86745 5.69261 2.92375C5.70737 2.97081 5.70682 3.00877 5.69066 3.05873C5.64357 3.20433 5.49289 3.38802 5.17729 3.70462L4.35092 4.42762C4.34253 4.43496 4.33438 4.44258 4.3265 4.45047C3.99508 4.78213 3.87068 5.29825 4.0723 5.75562", fill: "#979593" })] })));
17105
+ }
17106
+
17107
+ function PrecedentNotification16Icon(props) {
17108
+ return (jsxRuntime.jsxs(SvgIcon__default["default"], __assign({}, props, { viewBox: "0 0 16 16" }, { children: [jsxRuntime.jsx("path", { d: "M0.996262 0H11.9963V5.5C11.9963 8.53757 9.53383 11 6.49626 11C3.4587 11 0.996262 8.53757 0.996262 5.5V0Z", fill: "#FFE9D8" }), jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6.50098 9.00183C6.22483 9.00183 6.00098 8.77797 6.00098 8.50183V5.50183C6.00098 5.22569 6.22483 5.00183 6.50098 5.00183C6.77712 5.00183 7.00098 5.22569 7.00098 5.50183V8.50183C7.00098 8.77797 6.77712 9.00183 6.50098 9.00183Z", fill: "#F69139" }), jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5.02524 2.00329C4.81595 2.00292 4.68215 2.11249 4.61278 2.27632C4.54336 2.44028 4.60668 2.62273 4.77058 2.73097L5.33603 3.06414C5.3864 3.09833 5.41536 3.14964 5.41476 3.20365L5.43204 4.37552C5.43216 4.42215 5.40994 4.46736 5.37028 4.5004L4.23285 5.12614C4.02511 5.29902 3.97047 5.40393 4.02067 5.70549C4.13334 5.93098 4.31855 6.00305 4.61281 6.00332L8.39462 6.00333C8.68889 6.00305 8.87405 5.92912 8.98672 5.70362C9.03687 5.40393 8.98127 5.29902 8.77352 5.12614L7.65506 4.50049C7.61495 4.46732 7.59225 4.422 7.59248 4.37502L7.57521 3.20365L7.5752 3.20166C7.57459 3.14765 7.60356 3.09634 7.65392 3.06215L8.28962 2.73111C8.45352 2.62287 8.51697 2.44034 8.44755 2.27637C8.37818 2.11254 8.24434 2.00305 8.03504 2.00343L5.02524 2.00329Z", fill: "#F69139" })] })));
17109
+ }
17110
+
17111
+ function ScannedDoc16Icon(props) {
17112
+ return (jsxRuntime.jsxs(SvgIcon__default["default"], __assign({}, props, { viewBox: "0 0 16 16" }, { children: [jsxRuntime.jsx("path", { d: "M10.0105 2.99863H5.22761C5.22761 2.99863 5.13477 2.98776 5.07003 3.05722C5.0053 3.12667 5.01147 3.18611 5.01147 3.24079V12.6274C5.01147 12.8222 4.99817 12.8666 5.0629 12.9361C5.12764 13.0055 5.19015 12.9978 5.35664 12.9978H11.665C11.7565 12.9978 11.8876 13.0055 11.9523 12.9361C12.0171 12.8666 12.0101 12.7256 12.0101 12.6274V5.49842C12.0101 5.4002 11.9737 5.30602 11.909 5.23659L10.2545 3.10714C10.1898 3.03769 10.102 2.99866 10.0105 2.99863Z", fill: "white" }), jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M10.9861 2.42544C10.7402 2.16154 10.391 1.99872 10.0107 1.99863H5.25162C5.23714 1.99816 5.22165 1.99793 5.20523 1.99804C5.14763 1.99844 5.07224 2.0031 4.98587 2.01955C4.81644 2.05183 4.55808 2.13975 4.33844 2.3754C4.18617 2.53877 4.08438 2.73271 4.03887 2.94381C4.00359 3.10745 4.01141 3.28075 4.01141 3.24079V12.6274C4.01141 12.655 4.01119 12.6706 4.01093 12.6891L4.01036 12.7418C4.01011 12.7758 4.00956 12.8522 4.01863 12.9361C4.02915 13.0336 4.05432 13.1641 4.11997 13.306C4.18482 13.4461 4.26666 13.5485 4.33131 13.6179C4.41107 13.7035 4.51693 13.7931 4.65517 13.8643C4.79211 13.9347 4.9211 13.9665 5.02203 13.9817C5.11424 13.9957 5.19521 13.9973 5.23783 13.9978C5.2638 13.9981 5.30377 13.998 5.33151 13.9978L5.35658 13.9978H11.6649L11.6947 13.9979C11.7091 13.998 11.7298 13.9981 11.7529 13.9978C11.7973 13.9972 11.8667 13.995 11.9463 13.9848C12.0749 13.9682 12.4112 13.9104 12.6838 13.6179C12.943 13.3398 12.9867 13.0147 12.9991 12.9049C13.0126 12.7853 13.0105 12.6542 13.0101 12.6309L13.0101 12.6274V5.49822C13.01 5.17555 12.8977 4.85386 12.6798 4.59883L11.0166 2.45823L10.9861 2.42544ZM5.06997 3.05722C5.1347 2.98776 5.22754 2.99863 5.22754 2.99863H8.99536V5.19241C8.99535 5.43069 8.99535 5.63468 9.15508 5.8029C9.27124 5.92523 9.49388 6.00001 9.71169 6.00001H12.0101V12.6274L12.0102 12.6536C12.0107 12.7493 12.0114 12.8726 11.9523 12.9361C11.8933 12.9994 11.7793 12.9985 11.6902 12.9979L11.6649 12.9978H5.35658L5.311 12.9979C5.17794 12.9985 5.12129 12.9988 5.06284 12.9361C5.00863 12.8779 5.00914 12.8373 5.01075 12.7113C5.01106 12.6868 5.01141 12.6591 5.01141 12.6274V3.24079L5.01133 3.22766C5.01087 3.1766 5.01038 3.12115 5.06997 3.05722ZM11.7253 5.0002L10.2545 3.10714C10.1898 3.03769 10.102 2.99866 10.0104 2.99863H10.0008V4.77018C10.0008 4.79587 10 4.81723 9.99944 4.83546C9.99726 4.90091 9.99642 4.926 10.0347 4.96634C10.0723 5.00588 10.1004 5.00445 10.152 5.00182C10.1669 5.00106 10.1837 5.0002 10.2033 5.0002L11.7253 5.0002Z", fill: "#979593" }), jsxRuntime.jsx("path", { d: "M6.51038 8.00259C6.23423 8.00259 6.01038 8.22645 6.01038 8.50259C6.01038 8.77874 6.23423 9.00259 6.51038 9.00259L10.5104 9.0026C10.7865 9.0026 11.0104 8.77874 11.0104 8.5026C11.0104 8.22645 10.7865 8.00259 10.5104 8.00259H6.51038Z", fill: "#C8C6C4" }), jsxRuntime.jsx("path", { d: "M6.51038 10C6.23423 10 6.01038 10.2239 6.01038 10.5C6.01038 10.7761 6.23423 11 6.51038 11L10.5104 11C10.7865 11 11.0104 10.7761 11.0104 10.5C11.0104 10.2239 10.7865 10 10.5104 10L6.51038 10Z", fill: "#C8C6C4" }), jsxRuntime.jsx("path", { d: "M0.510376 5C0.234234 5 0.010376 4.77614 0.010376 4.5L0.0103759 1.96686C0.0103758 1.39835 0.166495 0.887556 0.533414 0.519886C0.900378 0.152171 1.40595 0 1.95569 0H4.51038C4.78652 0 5.01038 0.223857 5.01038 0.5C5.01038 0.776142 4.78652 1 4.51038 1L1.95569 1C1.58355 1 1.36647 1.10079 1.24124 1.22627C1.11598 1.35179 1.01038 1.57442 1.01038 1.96686L1.01038 4.5C1.01038 4.77614 0.786518 5 0.510376 5Z", fill: "black" }), jsxRuntime.jsx("path", { d: "M11.5 0C11.2239 0 11 0.223858 11 0.5C11 0.776142 11.2239 1 11.5 1H14.0331C14.4256 1 14.6482 1.1056 14.7737 1.23087C14.8992 1.35609 15 1.57317 15 1.94531V4.5C15 4.77614 15.2239 5 15.5 5C15.7761 5 16 4.77614 16 4.5V1.94531C16 1.39558 15.8478 0.890002 15.4801 0.523039C15.1124 0.156119 14.6016 0 14.0331 0H11.5Z", fill: "black" }), jsxRuntime.jsx("path", { d: "M16 11.5C16 11.2239 15.7761 11 15.5 11C15.2239 11 15 11.2239 15 11.5V14.0331C15 14.4256 14.8944 14.6482 14.7691 14.7737C14.6439 14.8992 14.4268 15 14.0547 15H11.5C11.2239 15 11 15.2239 11 15.5C11 15.7761 11.2239 16 11.5 16H14.0547C14.6044 16 15.11 15.8478 15.477 15.4801C15.8439 15.1124 16 14.6016 16 14.0331V11.5Z", fill: "black" }), jsxRuntime.jsx("path", { d: "M4.5 16C4.77614 16 5 15.7761 5 15.5C5 15.2239 4.77614 15 4.5 15H1.96686C1.57442 15 1.35179 14.8944 1.22627 14.7691C1.10079 14.6439 1 14.4268 1 14.0547L1 11.5C1 11.2239 0.776142 11 0.5 11C0.223857 11 0 11.2239 0 11.5V14.0547C0 14.6044 0.152171 15.11 0.519885 15.477C0.887556 15.8439 1.39835 16 1.96686 16H4.5Z", fill: "black" })] })));
17113
+ }
17114
+
17115
+ function SharedFolder16Icon(props) {
17116
+ return (jsxRuntime.jsxs(SvgIcon__default["default"], __assign({}, props, { viewBox: "0 0 16 16" }, { children: [jsxRuntime.jsxs("g", __assign({ clipPath: "url(#clip0_165_2822)" }, { children: [jsxRuntime.jsx("path", { d: "M3.27477 1.00004L4.91717 1C4.97021 0.999998 5.02109 1.02107 5.0586 1.05858L5.94144 1.94142C5.97894 1.97893 6.02981 2 6.08286 2L11.3767 2L15.8 2C15.9105 2 16 2.08954 16 2.2L16 6.93939L16 11.0227L16 14.8C16 14.9105 15.9105 15 15.8 15L10.028 15L3.9501 15L0.201922 15C0.0915154 15 0.00199416 14.9105 0.00192466 14.8001L1.42207e-05 11.7651L0.00202998 2.4848L0.00203629 1.2C0.00203683 1.08954 0.0915812 0.999998 0.202039 1L3.27477 1.00004Z", fill: "black" }), jsxRuntime.jsx("path", { d: "M6.08284 3C6.0298 3 5.97893 3.02107 5.94142 3.05858L5.05858 3.94142C5.02107 3.97893 4.9702 4 4.91716 4L4.02274 4L1.2 4C1.08954 4 1 4.08954 1 4.2L1 12.0125L1 13.8C1 13.9105 1.08954 14 1.2 14L2.7235 14L12.6667 14L14.8 14C14.9105 14 15 13.9105 15 13.8L15 12.4011L14.998 5.37602L14.9998 3.20017C14.9999 3.08965 14.9104 3 14.7998 3L11.9773 3L6.08284 3Z", fill: "white" }), jsxRuntime.jsx("path", { d: "M5.17708 11.8342C5.92559 12.5827 6.94079 13.0032 7.99935 13.0032H8.00694C8.53069 13.0029 9.04924 12.8993 9.53298 12.6986C10.0167 12.4978 10.4562 12.2037 10.8262 11.833C11.1963 11.4624 11.4897 11.0225 11.6897 10.5384C11.8611 10.1236 11.9611 9.51082 11.9859 9.01438L10.0732 9.01437C10.0729 9.42448 9.95113 9.82533 9.72313 10.1662C9.49513 10.5071 9.17117 10.7727 8.79221 10.9295C8.41326 11.0863 7.96128 11.1031 7.55907 11.023C7.15687 10.9428 6.82249 10.7694 6.53257 10.4793C6.24265 10.1892 6.01021 9.79558 5.93028 9.39333C5.85035 8.99108 5.89148 8.57416 6.04847 8.19529C6.20547 7.81641 6.50631 7.51673 6.84732 7.28891C7.18833 7.06108 7.36902 6.94286 7.77913 6.94286H7.99609L7.99609 5.02402L7.77913 5.02402C6.72058 5.02402 5.92559 5.44115 5.17708 6.18966C4.42857 6.93817 4.00806 7.95338 4.00806 9.01193C4.00806 10.0705 4.42857 11.0857 5.17708 11.8342Z", fill: "#0E5FE3" }), jsxRuntime.jsx("path", { d: "M11.9858 6.51032C11.9858 7.33305 11.3174 8.00001 10.4929 8.00001C9.6684 8.00001 9 7.33305 9 6.51032C9 5.68759 9.6684 5.02063 10.4929 5.02063C11.3174 5.02063 11.9858 5.68759 11.9858 6.51032Z", fill: "#0E5FE3" })] })), jsxRuntime.jsx("defs", { children: jsxRuntime.jsx("clipPath", __assign({ id: "clip0_165_2822" }, { children: jsxRuntime.jsx("rect", { width: "16", height: "16", fill: "white", transform: "matrix(4.37114e-08 -1 -1 -4.37114e-08 16 16)" }) })) })] })));
17117
+ }
17118
+
17119
+ function Sms16Icon(props) {
17120
+ return (jsxRuntime.jsxs(SvgIcon__default["default"], __assign({}, props, { viewBox: "0 0 16 16" }, { children: [jsxRuntime.jsxs("g", __assign({ clipPath: "url(#clip0_165_2845)" }, { children: [jsxRuntime.jsx("path", { d: "M8 14C12.3183 14 16 11.2693 16 7.34118C16 3.41302 12.3183 0 8 0C3.68173 0 0 3.41302 0 7.34118C0 9.61864 1.36277 11.6057 3.19332 12.9075C3.28027 13.1699 3.09911 13.6392 2.78754 14.147C2.32153 14.9067 2.75397 15.9427 3.54882 15.5397C4.63952 14.9867 5.37473 14.0771 5.71243 13.6908C6.43598 13.8918 7.2041 14 8 14Z", fill: "white" }), jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.95952 13.0326C5.21269 12.743 5.60954 12.6243 5.98017 12.7273C6.61684 12.9042 7.29491 13 8 13C11.981 13 15 10.5242 15 7.34118C15 4.04158 11.8455 1 8 1C4.15452 1 1 4.04158 1 7.34118C1 9.20176 2.11969 10.9169 3.77286 12.0926C3.94617 12.2158 4.07567 12.3911 4.14256 12.593C4.29329 13.0478 4.17623 13.4963 4.08564 13.7601C4.05131 13.86 4.01095 13.9606 3.96597 14.0608C4.35184 13.733 4.65432 13.3843 4.87878 13.1255C4.90692 13.0931 4.93383 13.062 4.95952 13.0326ZM5.71243 13.6908C6.43598 13.8918 7.2041 14 8 14C12.3183 14 16 11.2693 16 7.34118C16 3.41302 12.3183 0 8 0C3.68173 0 0 3.41302 0 7.34118C0 9.61864 1.36277 11.6057 3.19332 12.9075C3.28027 13.1699 3.09911 13.6392 2.78754 14.147C2.32153 14.9067 2.75397 15.9427 3.54882 15.5397C4.557 15.0285 5.26145 14.2127 5.62897 13.7871C5.65905 13.7522 5.68688 13.72 5.71243 13.6908Z", fill: "#50B748" }), jsxRuntime.jsx("path", { d: "M4.49988 7L11.5 7C11.7761 7 12 6.77614 12 6.5C12 6.22386 11.7761 6 11.5 6H4.49988C4.22374 6 3.99988 6.22386 3.99988 6.5C3.99988 6.77614 4.22374 7 4.49988 7Z", fill: "#185C37" }), jsxRuntime.jsx("path", { d: "M4.5 7.99671C4.22386 7.99671 4 8.22057 4 8.49671C4 8.77286 4.22386 8.99671 4.5 8.99671L9.5 8.99672C9.77614 8.99672 10 8.77286 10 8.49672C10 8.22058 9.77614 7.99672 9.5 7.99672L4.5 7.99671Z", fill: "#185C37" })] })), jsxRuntime.jsx("defs", { children: jsxRuntime.jsx("clipPath", __assign({ id: "clip0_165_2845" }, { children: jsxRuntime.jsx("rect", { width: "16", height: "16", fill: "white" }) })) })] })));
17121
+ }
17122
+
17123
+ function TaxInvoice16Icon(props) {
17124
+ return (jsxRuntime.jsxs(SvgIcon__default["default"], __assign({}, props, { viewBox: "0 0 16 16" }, { children: [jsxRuntime.jsxs("g", __assign({ clipPath: "url(#clip0_165_2846)" }, { children: [jsxRuntime.jsx("path", { d: "M4.48938 0.99823H10.9576H13.0113C13.5636 0.99823 14.0113 1.44595 14.0113 1.99823V4.32441V14.4813C14.0113 14.6189 14.028 14.8234 13.9387 14.9206C13.8494 15.0179 13.6615 14.9999 13.5352 14.9999H4.48938C4.36311 14.9999 4.16669 15.0206 4.0774 14.9233C3.98811 14.8261 4.01328 14.6189 4.01328 14.4813V1.51681C4.01328 1.37927 4.01059 1.22556 4.09987 1.12831C4.18916 1.03106 4.36311 0.99823 4.48938 0.99823Z", fill: "white" }), jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.48938 -0.00177002H13.0113C14.1159 -0.00177002 15.0113 0.893661 15.0113 1.99823V14.4813C15.0113 14.5116 15.0114 14.5149 15.0117 14.5194C15.0119 14.5248 15.0123 14.5319 15.0125 14.59C15.0127 14.6419 15.0121 14.7181 15.0047 14.8025C14.9943 14.9232 14.9571 15.29 14.6754 15.5969C14.3759 15.923 13.995 15.9768 13.854 15.9914C13.7647 16.0007 13.6855 16.0014 13.6345 16.0012C13.5653 16.0009 13.567 16.0005 13.5682 16.0003C13.5691 16.0001 13.5697 15.9999 13.5352 15.9999H4.48938C4.47333 15.9999 4.46956 16.0001 4.46315 16.0003C4.45501 16.0006 4.4426 16.001 4.39546 16.0016C4.34548 16.0021 4.26662 16.002 4.17804 15.9939C4.04715 15.9819 3.64942 15.9358 3.34077 15.5996C3.18309 15.4279 3.10736 15.2427 3.06909 15.1104C3.03084 14.9782 3.01854 14.8587 3.01366 14.7773C3.00865 14.6939 3.0099 14.6183 3.01103 14.5708C3.01176 14.5403 3.01231 14.5229 3.01267 14.511C3.01309 14.4977 3.01328 14.4914 3.01328 14.4813V1.51681C3.01328 1.5131 3.01326 1.50855 3.01323 1.50324C3.01294 1.44622 3.0122 1.30097 3.03486 1.15454C3.06113 0.984739 3.13264 0.703201 3.36324 0.452023C3.57986 0.216068 3.84005 0.113263 4.00301 0.0661469C4.17834 0.0154539 4.34882 -0.00177002 4.48938 -0.00177002ZM4.48938 0.99823C4.36311 0.99823 4.18916 1.03106 4.09988 1.12831C4.01312 1.2228 4.0132 1.3706 4.01328 1.50507C4.01328 1.50899 4.01328 1.51291 4.01328 1.51681V14.4813C4.01328 14.505 4.01254 14.5308 4.01176 14.5577C4.00801 14.687 4.00349 14.8428 4.0774 14.9233C4.15399 15.0068 4.30941 15.0034 4.43177 15.0008C4.45205 15.0003 4.47142 14.9999 4.48938 14.9999H13.5352C13.5515 14.9999 13.5689 15.0002 13.587 15.0005C13.7085 15.0026 13.861 15.0053 13.9387 14.9206C14.0163 14.8361 14.0139 14.6705 14.0119 14.5384C14.0116 14.5185 14.0113 14.4993 14.0113 14.4813V1.99823C14.0113 1.44595 13.5636 0.99823 13.0113 0.99823H4.48938Z", fill: "#979593" }), jsxRuntime.jsx("path", { d: "M3.42827 1H9.24822H10.9958C11.5481 1 11.9958 1.44772 11.9958 2V3.85029V12.554C11.9958 12.6719 12.0109 12.8471 11.9305 12.9305C11.8502 13.0138 11.6811 12.9984 11.5675 12.9984H3.42827C3.31466 12.9984 3.13792 13.0161 3.05758 12.9328C2.97725 12.8495 2.99989 12.6719 2.99989 12.554V1.44439C2.99989 1.32653 2.99747 1.19481 3.0778 1.11147C3.15814 1.02813 3.31466 1 3.42827 1Z", fill: "white" }), jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.42827 0H10.9958C12.1004 0 12.9958 0.895431 12.9958 2V12.554C12.9958 12.5821 12.996 12.583 12.9961 12.5844C12.9964 12.5861 12.9967 12.5884 12.9969 12.6464C12.9971 12.693 12.9966 12.765 12.9892 12.8459C12.9786 12.9619 12.9397 13.3244 12.6505 13.6245C12.3536 13.9325 11.9848 13.9785 11.8598 13.9908C11.7767 13.9991 11.7032 13.9997 11.6566 13.9995C11.5914 13.9992 11.5944 13.9989 11.5966 13.9987C11.5983 13.9985 11.5994 13.9984 11.5675 13.9984H3.42827C3.41393 13.9984 3.41099 13.9985 3.40584 13.9987C3.39912 13.999 3.38865 13.9994 3.34435 13.9998C3.29874 14.0003 3.22568 14.0003 3.14329 13.9931C3.02838 13.983 2.64356 13.9442 2.33763 13.6268C2.17702 13.4602 2.09807 13.2781 2.05784 13.1456C2.018 13.0145 2.00549 12.897 2.00059 12.8192C1.99557 12.7394 1.99687 12.6682 1.99793 12.6261L1.99948 12.5724L1.99984 12.558C1.99988 12.5559 1.99989 12.5547 1.99989 12.5542C1.99989 12.5542 1.99989 12.554 1.99989 12.5542L1.99989 1.44439C1.99989 1.44169 1.99987 1.43816 1.99984 1.43388C1.99953 1.38656 1.9986 1.24657 2.02167 1.10462C2.04895 0.936692 2.12364 0.660418 2.35785 0.417449C2.57281 0.194455 2.82533 0.101601 2.97508 0.0603656C3.13922 0.0151698 3.29789 0 3.42827 0ZM3.42827 1C3.31466 1 3.15814 1.02813 3.07781 1.11147C2.99975 1.19244 2.99982 1.31909 2.99989 1.43432C2.99989 1.43769 2.99989 1.44104 2.99989 1.44439V12.554C2.99989 12.5743 2.99922 12.5964 2.99852 12.6194C2.99515 12.7303 2.99109 12.8638 3.05759 12.9328C3.1265 13.0043 3.26635 13.0014 3.37644 12.9992C3.39469 12.9988 3.41212 12.9984 3.42827 12.9984H11.5675C11.5822 12.9984 11.5978 12.9987 11.6141 12.9989C11.7234 13.0008 11.8606 13.003 11.9305 12.9305C12.0004 12.858 11.9981 12.7162 11.9964 12.6029C11.9961 12.5858 11.9958 12.5695 11.9958 12.554V2C11.9958 1.44772 11.5481 1 10.9958 1H3.42827Z", fill: "#979593" }), jsxRuntime.jsx("path", { d: "M2.99973 1.2C2.99973 1.08954 3.08927 1 3.19973 1H11.7957C11.9061 1 11.9957 1.08954 11.9957 1.2V2.72582H2.99973V1.2Z", fill: "#185ABD" }), jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12.9957 3.72582H1.99973V1.2C1.99973 0.537257 2.53698 0 3.19973 0H11.7957C12.4584 0 12.9957 0.537259 12.9957 1.2V3.72582ZM3.19973 1C3.08927 1 2.99973 1.08954 2.99973 1.2V2.72582H11.9957V1.2C11.9957 1.08954 11.9061 1 11.7957 1H3.19973Z", fill: "#185ABD" }), jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8.43839 7.13187L8.43839 7.84615L9.99695 7.84615L9.99695 7.13187L8.43839 7.13187ZM9.99695 8.84615L8.43839 8.84615L8.43839 9.56044L9.99695 9.56044L9.99695 8.84615ZM7.43839 9.56044L7.43839 8.84615L4.99695 8.84615L4.99695 9.56044L7.43839 9.56044ZM4.99695 7.84615L7.43839 7.84615L7.43839 7.13187L4.99695 7.13187L4.99695 7.84615ZM10.4969 6.13187C10.7731 6.13187 10.9969 6.35572 10.9969 6.63187L10.9969 10.0604C10.9969 10.3366 10.7731 10.5604 10.4969 10.5604L4.49695 10.5604C4.36434 10.5604 4.23716 10.5078 4.14339 10.414C4.04963 10.3202 3.99695 10.193 3.99695 10.0604L3.99695 6.63187C3.99695 6.35573 4.22081 6.13187 4.49695 6.13187L10.4969 6.13187Z", fill: "#185ABD" }), jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.99695 11.6848C3.99695 11.4086 4.22081 11.1848 4.49695 11.1848L8.49695 11.1848C8.77309 11.1848 8.99695 11.4086 8.99695 11.6848C8.99695 11.9609 8.77309 12.1848 8.49695 12.1848L4.49695 12.1848C4.22081 12.1848 3.99695 11.9609 3.99695 11.6848Z", fill: "#C8C6C4" }), jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.99695 5.00754C3.99695 4.7314 4.22081 4.50754 4.49695 4.50754L6.49695 4.50754C6.77309 4.50754 6.99695 4.7314 6.99695 5.00754C6.99695 5.28368 6.77309 5.50754 6.49695 5.50754L4.49695 5.50754C4.22081 5.50754 3.99695 5.28368 3.99695 5.00754Z", fill: "#C8C6C4" }), jsxRuntime.jsx("path", { d: "M11.8125 -0.00389584C12.8008 -0.00390521 13.2633 -0.0408248 13.6836 0.105463C14.329 0.330117 14.5988 0.620015 14.8477 1.16796C14.9531 1.40013 14.9989 1.75018 15.0113 1.86171C15.014 1.88548 15.015 1.90914 15.015 1.93305L15.015 5.00754L13 3.72657C13 3.72657 12.0117 0.691417 11.8125 -0.00389584Z", fill: "#185ABD" })] })), jsxRuntime.jsx("defs", { children: jsxRuntime.jsx("clipPath", __assign({ id: "clip0_165_2846" }, { children: jsxRuntime.jsx("rect", { width: "16", height: "16", fill: "white" }) })) })] })));
17125
+ }
17126
+
17127
+ function TaxInvoice162Icon(props) {
17128
+ return (jsxRuntime.jsxs(SvgIcon__default["default"], __assign({}, props, { viewBox: "0 0 16 16" }, { children: [jsxRuntime.jsxs("g", __assign({ clipPath: "url(#clip0_165_2819)" }, { children: [jsxRuntime.jsx("path", { d: "M4.47619 1H10.9428H12.9957C13.548 1 13.9957 1.44772 13.9957 2V4.32534V14.4797C13.9957 14.6172 14.0124 14.8216 13.9232 14.9189C13.8339 15.0161 13.646 14.9982 13.5197 14.9982H4.47619C4.34996 14.9982 4.15358 15.0188 4.06432 14.9216C3.97506 14.8244 4.00022 14.6172 4.00022 14.4797V1.51845C4.00022 1.38095 3.99753 1.22728 4.08679 1.13005C4.17605 1.03282 4.34996 1 4.47619 1Z", fill: "white" }), jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.4762 0H12.9957C14.1003 0 14.9957 0.895432 14.9957 2V14.4797C14.9957 14.51 14.9959 14.5132 14.9961 14.5177C14.9963 14.5231 14.9967 14.5303 14.9969 14.5884C14.9971 14.6402 14.9965 14.7164 14.9892 14.8008C14.9787 14.9215 14.9416 15.2882 14.6598 15.5952C14.3604 15.9213 13.9795 15.975 13.8385 15.9896C13.7492 15.9989 13.67 15.9997 13.619 15.9994C13.5498 15.9991 13.5515 15.9988 13.5527 15.9985C13.5536 15.9983 13.5543 15.9982 13.5197 15.9982H4.4762C4.46015 15.9982 4.45639 15.9983 4.44998 15.9985C4.44184 15.9988 4.42945 15.9993 4.3823 15.9998C4.33233 16.0004 4.25348 16.0003 4.16492 15.9922C4.03404 15.9801 3.63633 15.9341 3.32769 15.5979C3.17002 15.4262 3.09429 15.241 3.05603 15.1087C3.01777 14.9765 3.00548 14.857 3.00059 14.7757C2.99559 14.6922 2.99683 14.6167 2.99797 14.5692C2.9987 14.5386 2.99924 14.5212 2.99961 14.5094C3.00003 14.496 3.00022 14.4897 3.00022 14.4797V1.51845C3.00022 1.51474 3.0002 1.51019 3.00017 1.50488C2.99988 1.44788 2.99914 1.30265 3.02179 1.15623C3.04806 0.986448 3.11956 0.704926 3.35015 0.45376C3.56677 0.217818 3.82694 0.115021 3.98988 0.0679097C4.16519 0.0172219 4.33565 0 4.4762 0ZM4.4762 1C4.34996 1 4.17605 1.03282 4.08679 1.13005C4.00006 1.22452 4.00014 1.37228 4.00022 1.50671C4.00022 1.51064 4.00022 1.51455 4.00022 1.51845V14.4797C4.00022 14.5034 3.99948 14.5291 3.9987 14.556C3.99495 14.6853 3.99043 14.8411 4.06432 14.9216C4.14089 15.005 4.29628 15.0017 4.4186 14.999C4.43888 14.9986 4.45825 14.9982 4.4762 14.9982H13.5197C13.5361 14.9982 13.5535 14.9985 13.5715 14.9988C13.693 15.0009 13.8454 15.0035 13.9232 14.9189C14.0007 14.8344 13.9983 14.6689 13.9963 14.5367C13.996 14.5168 13.9957 14.4977 13.9957 14.4797V2C13.9957 1.44772 13.548 1 12.9957 1H4.4762Z", fill: "#979593" }), jsxRuntime.jsx("path", { d: "M3 4.01345H14.9955V1.2C14.9955 0.537257 14.4582 0 13.7955 0H4.2C3.53726 0 3 0.537258 3 1.2V4.01345Z", fill: "#185ABD" }), jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.9967 8.52679C4.9967 8.25065 5.22056 8.02679 5.4967 8.02679L11.4967 8.0268C11.7728 8.0268 11.9967 8.25065 11.9967 8.5268C11.9967 8.80294 11.7728 9.0268 11.4967 9.0268L5.4967 9.02679C5.22056 9.02679 4.9967 8.80294 4.9967 8.52679Z", fill: "#185ABD" }), jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.9967 10.5268C4.9967 10.2507 5.22056 10.0268 5.4967 10.0268L11.4967 10.0268C11.7728 10.0268 11.9967 10.2507 11.9967 10.5268C11.9967 10.8029 11.7728 11.0268 11.4967 11.0268L5.4967 11.0268C5.22056 11.0268 4.9967 10.8029 4.9967 10.5268Z", fill: "#185ABD" }), jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.9967 6.5C4.9967 6.22386 5.22056 6 5.4967 6L8.4967 6C8.77285 6 8.9967 6.22386 8.9967 6.5C8.9967 6.77614 8.77285 7 8.4967 7L5.4967 7C5.22056 7 4.9967 6.77614 4.9967 6.5Z", fill: "#185ABD" }), jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.9967 12.5C4.9967 12.2239 5.22056 12 5.4967 12L8.4967 12C8.77285 12 8.9967 12.2239 8.9967 12.5C8.9967 12.7761 8.77285 13 8.4967 13L5.4967 13C5.22056 13 4.9967 12.7761 4.9967 12.5Z", fill: "#185ABD" })] })), jsxRuntime.jsx("defs", { children: jsxRuntime.jsx("clipPath", __assign({ id: "clip0_165_2819" }, { children: jsxRuntime.jsx("rect", { width: "16", height: "16", fill: "white" }) })) })] })));
17129
+ }
17130
+
17131
+ function TimedEntry16Icon(props) {
17132
+ return (jsxRuntime.jsxs(SvgIcon__default["default"], __assign({}, props, { viewBox: "0 0 16 16" }, { children: [jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 2.5C0 2.22386 0.223858 2 0.5 2H15.5C15.7761 2 16 2.22386 16 2.5V14.5C16 14.7761 15.7761 15 15.5 15H0.5C0.223858 15 0 14.7761 0 14.5V2.5ZM1 3V14H15V3H1Z", fill: "#C8C6C4" }), jsxRuntime.jsx("rect", { x: "1.03125", y: "4", width: "14", height: "9.96875", fill: "white" }), jsxRuntime.jsx("path", { d: "M0.5 2C0.223858 2 7.76376e-08 2.22386 6.55671e-08 2.5L0 4L16 4V2.5C16 2.22386 15.7761 2 15.5 2L0.5 2Z", fill: "#979593" }), jsxRuntime.jsx("path", { d: "M2.5 6C2.22386 6 2 6.22386 2 6.5C2 6.77614 2.22386 7 2.5 7L13.5 7C13.7761 7 14 6.77614 14 6.5C14 6.22386 13.7761 6 13.5 6L2.5 6Z", fill: "#C8C6C4" }), jsxRuntime.jsx("path", { d: "M2 8.5C2 8.22386 2.22386 8 2.5 8L13.5 8C13.7761 8 14 8.22386 14 8.5C14 8.77614 13.7761 9 13.5 9L2.5 9C2.22386 9 2 8.77614 2 8.5Z", fill: "#C8C6C4" }), jsxRuntime.jsx("path", { d: "M2 10.5C2 10.2239 2.22386 10 2.5 10L13.5 10C13.7761 10 14 10.2239 14 10.5C14 10.7761 13.7761 11 13.5 11L2.5 11C2.22386 11 2 10.7761 2 10.5Z", fill: "#C8C6C4" }), jsxRuntime.jsx("circle", { cx: "11.5", cy: "11.5", r: "4.5", fill: "#185ABD" }), jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M11.509 8.5607C11.7851 8.5607 12.009 8.78456 12.009 9.0607V11.012H13.9635C14.2397 11.012 14.4635 11.2359 14.4635 11.512C14.4635 11.7881 14.2397 12.012 13.9635 12.012H11.009V9.0607C11.009 8.78456 11.2329 8.5607 11.509 8.5607Z", fill: "white" })] })));
17133
+ }
17134
+
17135
+ function TrustStatement16Icon(props) {
17136
+ return (jsxRuntime.jsxs(SvgIcon__default["default"], __assign({}, props, { viewBox: "0 0 16 16" }, { children: [jsxRuntime.jsxs("g", __assign({ clipPath: "url(#clip0_165_2827)" }, { children: [jsxRuntime.jsx("path", { d: "M11.1433 1.00086H4.31039C4.31039 1.00086 4.17775 0.985647 4.08527 1.08287C3.9928 1.18009 4.00161 1.2633 4.00161 1.33985V14.4797C4.00161 14.7525 3.98261 14.8146 4.07508 14.9118C4.16756 15.0091 4.25687 14.9982 4.49473 14.9982H13.5069C13.6377 14.9982 13.8182 15.0188 13.9107 14.9216C14.0032 14.8244 14 14.6172 14 14.4797V3.9592C14 3.82172 13.948 3.68988 13.8555 3.59268L11.4919 1.15276C11.3995 1.05553 11.2741 1.00089 11.1433 1.00086Z", fill: "white" }), jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M10.5297 0.000864974C10.5198 0.000291005 10.51 0 10.5 0C10.49 0 10.4802 0.000291005 10.4703 0.000864974H4.33693C4.31996 0.000233999 4.30144 -0.000103959 4.28155 2.84825e-05C4.22077 0.000433258 4.14075 0.00526117 4.04899 0.0223923C3.86988 0.0558297 3.59552 0.146802 3.3607 0.393666C3.19307 0.569893 3.08199 0.777547 3.03211 1.00425C2.99288 1.18258 3.00161 1.37019 3.00161 1.33985V14.4797C3.00161 14.5198 3.00125 14.5455 3.00086 14.574C3.00059 14.5933 3.00031 14.614 3.00011 14.6413C2.99977 14.6878 2.99923 14.7763 3.00968 14.8711C3.02158 14.9791 3.04949 15.1187 3.12037 15.2687C3.19021 15.4166 3.27853 15.5254 3.35051 15.601C3.43811 15.6931 3.55112 15.7862 3.69608 15.8593C3.83941 15.9316 3.97501 15.9645 4.08381 15.9807C4.18422 15.9955 4.275 15.9976 4.33033 15.9983C4.36369 15.9987 4.41033 15.9985 4.44875 15.9983L4.49472 15.9982H13.5069C13.5232 15.9982 13.5273 15.9983 13.5342 15.9985C13.5426 15.9988 13.5554 15.9993 13.6008 15.9998C13.6499 16.0004 13.7291 16.0003 13.8183 15.9918C13.9687 15.9774 14.3373 15.924 14.6353 15.6108C14.9088 15.3232 14.9641 14.9774 14.9814 14.8472C15.0008 14.7004 15.0003 14.5549 15 14.4943L15 14.4797V3.959C14.9999 3.57202 14.8541 3.19143 14.58 2.90334L12.2125 0.459414C11.9372 0.172105 11.5541 0.000957182 11.1435 0.000864974H10.5297ZM10 1.00086H4.31038C4.31038 1.00086 4.17774 0.985647 4.08527 1.08287C4.00014 1.17237 4.00085 1.24999 4.0015 1.32147L4.00161 1.33985V14.4797C4.00161 14.5241 4.0011 14.5629 4.00066 14.5971C3.99837 14.7736 3.99764 14.8304 4.07508 14.9118C4.15859 14.9996 4.23952 14.9993 4.4296 14.9984L4.49472 14.9982H13.5069C13.5258 14.9982 13.5457 14.9986 13.5662 14.999C13.688 15.0017 13.8316 15.0048 13.9107 14.9216C14.0002 14.8275 14.0001 14.6304 14 14.4932L14 5.99814C13.9857 5.99937 13.9712 6 13.9566 6H11.1562C10.8047 6 10.4453 5.87848 10.2578 5.67969C9.99998 5.40633 9.99999 5.07485 10 4.68765L10 1.00086ZM14 5.00186V3.9592C14 3.82172 13.948 3.68988 13.8555 3.59268L11.4919 1.15276C11.3995 1.05553 11.2741 1.00089 11.1433 1.00086H11V4.54274C11 4.73438 11.0303 4.81853 11.1094 4.90234C11.1875 4.98516 11.2617 5 11.4029 5H13.9566C13.9712 5 13.9857 5.00063 14 5.00186Z", fill: "#979593" }), jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8.33325 10C7.78097 10 7.33325 10.4477 7.33325 11C7.33325 11.5523 7.78097 12 8.33325 12H10.9999C11.5522 12 11.9999 11.5523 11.9999 11C11.9999 10.4477 11.5522 10 10.9999 10H8.33325Z", fill: "#185ABD" }), jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8.33325 7C7.78097 7 7.33325 7.44772 7.33325 8C7.33325 8.55228 7.78097 9 8.33325 9H10.9999C11.5522 9 11.9999 8.55228 11.9999 8C11.9999 7.44772 11.5522 7 10.9999 7H8.33325Z", fill: "#185ABD" }), jsxRuntime.jsx("ellipse", { cx: "4.45503", cy: "8.5045", rx: "4.45503", ry: "4.5045", fill: "white" }), jsxRuntime.jsx("path", { d: "M8.92201 12.3066L7.54095 10.9095L7.47104 11.3808C7.43814 11.5977 7.31888 11.798 7.14274 11.9262C6.96796 12.0551 6.74932 12.1098 6.53137 12.0738L5.75962 11.9463C5.69588 11.9421 5.6575 11.9601 5.6294 11.9892L5.4978 12.123L7.30175 13.9463C7.37166 14.017 7.47241 14.0419 7.56562 14.0135C7.65883 13.9837 7.72737 13.9054 7.74656 13.8077L7.909 12.9227L8.78699 12.7564C8.88294 12.7384 8.96039 12.6684 8.98849 12.5734C9.01728 12.4785 8.99123 12.3752 8.92201 12.3066Z", fill: "#185ABD" }), jsxRuntime.jsx("path", { d: "M3.26344 11.9428L2.46839 12.0738C2.24564 12.1084 2.02974 12.0544 1.85428 11.9241C1.67951 11.7966 1.56025 11.597 1.52735 11.3787L1.45744 10.9095L0.0770696 12.3066C0.00853064 12.3759 -0.0168286 12.4785 0.0112724 12.5727C0.0407441 12.6677 0.118879 12.7363 0.213462 12.7557L1.09076 12.9213L1.25525 13.8077C1.27307 13.9054 1.3423 13.9837 1.43551 14.0135C1.52804 14.0419 1.62948 14.017 1.69802 13.947L3.50127 12.123L3.36968 11.9885C3.34089 11.9587 3.30251 11.9428 3.26344 11.9428Z", fill: "#185ABD" }), jsxRuntime.jsx("path", { d: "M6.78249 12.2726C6.92643 12.2948 7.07343 12.2607 7.19134 12.1771C7.30771 12.0956 7.38887 11.9697 7.41031 11.8298L7.5397 10.9983C7.56573 10.8309 7.67368 10.6888 7.82987 10.6125L8.60851 10.2364C8.7402 10.1719 8.83896 10.0616 8.88337 9.92759C8.9293 9.79209 8.91476 9.64696 8.84891 9.52108L8.44773 8.77101C8.36887 8.6244 8.36887 8.44596 8.44773 8.29787L8.84891 7.54854C8.91476 7.42266 8.92854 7.27753 8.88337 7.14203C8.83819 7.00727 8.73943 6.89768 8.60851 6.83326L7.82987 6.45712C7.67368 6.38085 7.56573 6.23869 7.5397 6.07135L7.41031 5.23983C7.38887 5.09988 7.30771 4.97474 7.19134 4.8933C7.07343 4.80889 6.92643 4.77482 6.78249 4.79778L5.92117 4.93698C5.75043 4.96438 5.5774 4.90959 5.4549 4.79037L4.84317 4.18913C4.73981 4.08917 4.60123 4.0329 4.45423 4.0329C4.30953 4.0329 4.16789 4.08991 4.06529 4.18913L3.45356 4.79037C3.33182 4.91033 3.15803 4.96438 2.98729 4.93698L2.1275 4.8C1.98356 4.77705 1.83656 4.81111 1.71789 4.89552C1.60075 4.97697 1.52036 5.1021 1.49892 5.24205L1.37029 6.07357C1.3435 6.24091 1.23631 6.38307 1.08012 6.45934L0.300716 6.83549C0.171326 6.8999 0.0710292 7.00949 0.0266229 7.14425C-0.0185489 7.27975 -0.00553354 7.42488 0.0603102 7.55076L0.461498 8.30009C0.541122 8.44744 0.541122 8.62588 0.461498 8.77323L0.0603102 9.5233C-0.00553354 9.64918 -0.0185489 9.79431 0.0266229 9.92981C0.0717948 10.0638 0.17056 10.1742 0.300716 10.2386L1.08012 10.6147C1.23631 10.691 1.3435 10.8332 1.37029 11.0005L1.49892 11.832C1.52036 11.9712 1.60075 12.0971 1.71789 12.1793C1.83579 12.263 1.98279 12.297 2.1275 12.2748L2.98729 12.1378C3.15803 12.1089 3.33182 12.1645 3.45356 12.2837L4.06529 12.8834C4.16865 12.9856 4.30876 13.0419 4.45423 13.0419C4.60046 13.0419 4.74057 12.9856 4.84317 12.8834L5.4549 12.2837C5.5774 12.1645 5.7512 12.1089 5.92117 12.1378L6.78249 12.2726ZM4.45346 11.6654C2.62362 11.6654 1.13601 10.2267 1.13601 8.4578C1.13601 6.68888 2.62439 5.24871 4.45346 5.24871C6.28331 5.24871 7.77092 6.68962 7.77092 8.4578C7.77092 10.226 6.28407 11.6654 4.45346 11.6654Z", fill: "#185ABD" }), jsxRuntime.jsx("path", { d: "M4.45501 6.11188C3.13282 6.11188 2.05615 7.19949 2.05615 8.53738C2.05615 9.87527 3.13347 10.9629 4.45501 10.9629C5.7785 10.9629 6.85388 9.87527 6.85388 8.53738C6.85388 7.19949 5.7785 6.11188 4.45501 6.11188Z", fill: "#185ABD" })] })), jsxRuntime.jsx("defs", { children: jsxRuntime.jsx("clipPath", __assign({ id: "clip0_165_2827" }, { children: jsxRuntime.jsx("rect", { width: "16", height: "16", fill: "white" }) })) })] })));
17137
+ }
17138
+
17139
+ function UnkwownType16Icon(props) {
17140
+ return (jsxRuntime.jsxs(SvgIcon__default["default"], __assign({}, props, { viewBox: "0 0 16 16" }, { children: [jsxRuntime.jsxs("g", __assign({ clipPath: "url(#clip0_165_2815)" }, { children: [jsxRuntime.jsx("path", { d: "M11.1433 1.00086H4.31039C4.31039 1.00086 4.17775 0.985647 4.08527 1.08287C3.9928 1.18009 4.00161 1.2633 4.00161 1.33985V14.4797C4.00161 14.7525 3.98261 14.8146 4.07508 14.9118C4.16756 15.0091 4.25687 14.9982 4.49473 14.9982H13.5069C13.6377 14.9982 13.8182 15.0188 13.9107 14.9216C14.0032 14.8244 14 14.6172 14 14.4797V3.9592C14 3.82172 13.948 3.68988 13.8555 3.59268L11.4919 1.15276C11.3995 1.05553 11.2741 1.00089 11.1433 1.00086Z", fill: "white" }), jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M11.1435 0.000864974C11.5541 0.000957182 11.9372 0.172105 12.2125 0.459414L14.58 2.90334C14.8541 3.19143 14.9999 3.57202 15 3.959V14.4797C15 14.4838 15 14.4887 15 14.4943C15.0003 14.5549 15.0008 14.7004 14.9814 14.8472C14.9641 14.9774 14.9088 15.3232 14.6353 15.6108C14.3373 15.924 13.9687 15.9774 13.8183 15.9918C13.7291 16.0003 13.6499 16.0004 13.6008 15.9998C13.5554 15.9993 13.5426 15.9988 13.5342 15.9985C13.5273 15.9983 13.5232 15.9982 13.5069 15.9982H4.49472C4.48265 15.9982 4.46672 15.9982 4.44902 15.9983C4.41055 15.9985 4.36376 15.9987 4.33033 15.9983C4.275 15.9976 4.18422 15.9955 4.08381 15.9807C3.97501 15.9645 3.83941 15.9316 3.69608 15.8593C3.55112 15.7862 3.43811 15.6931 3.35051 15.601C3.27853 15.5254 3.19021 15.4166 3.12037 15.2687C3.04949 15.1187 3.02158 14.9791 3.00968 14.8711C2.99923 14.7763 2.99977 14.6878 3.00011 14.6413C3.00031 14.614 3.00059 14.5933 3.00086 14.574C3.00125 14.5455 3.00161 14.5198 3.00161 14.4797V1.33985C3.00161 1.37019 2.99288 1.18258 3.03211 1.00425C3.08199 0.777547 3.19307 0.569893 3.3607 0.393666C3.59552 0.146802 3.86988 0.0558297 4.04899 0.0223923C4.14075 0.00526117 4.22077 0.000433258 4.28155 2.84825e-05C4.30144 -0.000103959 4.31996 0.000233999 4.33693 0.000864974H11.1435ZM4.31038 1.00086C4.31038 1.00086 4.17774 0.985647 4.08527 1.08287C4.00014 1.17237 4.00085 1.24999 4.0015 1.32147C4.00155 1.32764 4.00161 1.33377 4.00161 1.33985V14.4797C4.00161 14.5241 4.0011 14.5629 4.00066 14.5971C3.99837 14.7736 3.99764 14.8304 4.07508 14.9118C4.15859 14.9996 4.23952 14.9993 4.4296 14.9984C4.45 14.9983 4.47167 14.9982 4.49472 14.9982H13.5069C13.5258 14.9982 13.5457 14.9986 13.5663 14.999C13.688 15.0017 13.8316 15.0048 13.9107 14.9216C14.0002 14.8275 14.0001 14.6304 14 14.4932C14 14.4886 14 14.4841 14 14.4797V3.9592C14 3.82172 13.948 3.68988 13.8555 3.59268L11.4919 1.15276C11.3995 1.05553 11.2741 1.00089 11.1433 1.00086H4.31038Z", fill: "#979593" }), jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M10.5 0C10.7761 0 11 0.223858 11 0.5L11 4.54274C11 4.73438 11.0303 4.81853 11.1094 4.90234C11.1875 4.98516 11.2617 5 11.4029 5V5.5L11.1563 6C10.8047 6 10.4453 5.87848 10.2578 5.67969C9.99821 5.40445 10 5.07031 10 4.67969L10 0.5C10 0.223858 10.2239 0 10.5 0ZM11.4029 5.5L11.1563 6H13.9566C14.2327 6 14.4566 5.77614 14.4566 5.5C14.4566 5.22386 14.2327 5 13.9566 5H11.4029V5.5Z", fill: "#979593" })] })), jsxRuntime.jsx("defs", { children: jsxRuntime.jsx("clipPath", __assign({ id: "clip0_165_2815" }, { children: jsxRuntime.jsx("rect", { width: "16", height: "16", fill: "white" }) })) })] })));
17141
+ }
17142
+
17143
+ function Video16Icon(props) {
17144
+ return (jsxRuntime.jsxs(SvgIcon__default["default"], __assign({}, props, { viewBox: "0 0 16 16" }, { children: [jsxRuntime.jsx("path", { d: "M11.1434 0.500865H11.1433H4.32643C4.31435 0.500281 4.30041 0.499914 4.28489 0.500017C4.24756 0.500266 4.19781 0.503248 4.14075 0.513901C4.02884 0.534793 3.86352 0.59053 3.72299 0.738268C3.61606 0.850687 3.55006 0.977068 3.52044 1.11168C3.49768 1.21516 3.50104 1.32157 3.50156 1.33782C3.50159 1.33892 3.50161 1.3396 3.50161 1.33985V14.4797C3.50161 14.5218 3.50119 14.5536 3.50077 14.5851C3.50051 14.6044 3.50026 14.6235 3.5001 14.645C3.49976 14.6911 3.49975 14.7535 3.50668 14.8164C3.51433 14.8858 3.53143 14.9683 3.57248 15.0552C3.61301 15.141 3.66525 15.2065 3.7128 15.2564C3.76816 15.3146 3.83612 15.37 3.92115 15.4128C4.00537 15.4553 4.0868 15.4756 4.1571 15.4861C4.25067 15.4999 4.36523 15.499 4.44962 15.4984C4.4659 15.4983 4.48106 15.4982 4.49473 15.4982H13.5069C13.5096 15.4982 13.5154 15.4983 13.5237 15.4985C13.5681 15.4996 13.6832 15.5024 13.7708 15.4941C13.8825 15.4834 14.1009 15.4471 14.273 15.2662C14.4329 15.0981 14.4717 14.8872 14.4857 14.7815C14.5004 14.6706 14.5001 14.5582 14.5 14.4953C14.5 14.4897 14.5 14.4845 14.5 14.4797V3.9592V3.9591C14.4999 3.69687 14.401 3.44067 14.2177 3.24802L14.2177 3.24801L14.2146 3.24479L11.8524 0.806224C11.6685 0.613884 11.4141 0.500926 11.1434 0.500865Z", fill: "white", stroke: "#979593", strokeMiterlimit: "10" }), jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M10.5 0C10.7761 0 11 0.223858 11 0.5L11 4.54274C11 4.73438 11.0303 4.81853 11.1094 4.90234C11.1875 4.98516 11.2617 5 11.4029 5V5.5L11.1563 6C10.8047 6 10.4453 5.87848 10.2578 5.67969C9.99821 5.40445 10 5.07031 10 4.67969L10 0.5C10 0.223858 10.2239 0 10.5 0ZM11.4029 5.5L11.1563 6H13.9566C14.2327 6 14.4566 5.77614 14.4566 5.5C14.4566 5.22386 14.2327 5 13.9566 5H11.4029V5.5Z", fill: "#979593" }), jsxRuntime.jsx("path", { d: "M0.5 6.3C0.5 5.85817 0.858172 5.5 1.3 5.5H7.7C8.14183 5.5 8.5 5.85817 8.5 6.3V12.7C8.5 13.1418 8.14183 13.5 7.7 13.5H1.3C0.858172 13.5 0.5 13.1418 0.5 12.7V6.3Z", fill: "white" }), jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 6C0 5.4662 0.39482 5 1 5H8C8.57779 5 9 5.49763 9 6V13C9 13.6073 8.49398 14 8 14H1C0.468154 14 0 13.5549 0 13V6ZM1.5 6C1 6 1 6 1 6.5V12.5C1 13 1 13 1.5 13H7.5C8 13 8 13 8 12.5V6.5C8 6 8 6 7.5 6H1.5Z", fill: "#979593" }), jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.73456 7.95314L6.37496 9.07815C6.85931 9.33594 6.82806 9.65626 6.37496 9.92758L3.73456 11.0884C3.41108 11.2831 3.0022 11.0456 3.0022 10.6633V8.37818C3.0022 7.99591 3.41108 7.75839 3.73456 7.95314Z", fill: "#41A5EE" }), jsxRuntime.jsx("path", { d: "M0.5 6.5L8.5 6.5", stroke: "#979593" }), jsxRuntime.jsx("path", { d: "M0.5 12.5L8.5 12.5", stroke: "#979593" })] })));
17145
+ }
17146
+
17147
+ function VideoCall16Icon(props) {
17148
+ return (jsxRuntime.jsxs(SvgIcon__default["default"], __assign({}, props, { viewBox: "0 0 16 16" }, { children: [jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.50964 2.50287C1.40507 2.50287 0.509644 3.3983 0.509644 4.50287V11.5121C0.509644 12.6166 1.40508 13.5121 2.50965 13.5121H8.52067C9.62524 13.5121 10.5207 12.6166 10.5207 11.5121V10.09C10.5567 10.4277 10.7628 10.7272 11.0716 10.8799L14.1416 12.3986C14.8107 12.7296 15.5934 12.2372 15.5849 11.4908L15.5159 5.47178C15.5073 4.72164 14.7065 4.24773 14.0448 4.60121L11.0438 6.20434C10.7499 6.36138 10.5556 6.65311 10.5207 6.97999V4.50287C10.5207 3.3983 9.62524 2.50287 8.52067 2.50287H2.50964Z", fill: "white" }), jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.50964 2.00287C1.12893 2.00287 0 3.12216 0 4.50287V11.5121C0 12.8928 1.12894 14 2.50965 14H5.51516H8.52067C9.90139 14 11.0207 12.8928 11.0207 11.5121V11.4125L13.9199 12.8467C14.9236 13.3432 16.0128 12.6048 16 11.485V8.49252V5.5C15.9871 4.3748 14.8017 3.62997 13.8092 4.16019L11.0207 5.64983V4.50287C11.0207 3.12216 9.90138 2.00287 8.52067 2.00287H2.50964ZM11.0207 10.0587V7.01128C11.0441 6.85677 11.139 6.72035 11.2794 6.64535L14.2804 5.04222C14.6112 4.86548 15.0116 5.10244 15.0159 5.4775L15 11.485C15.0043 11.8583 14.6978 12.1159 14.3632 11.9504L11.2933 10.4317C11.1456 10.3587 11.0449 10.2185 11.0207 10.0587ZM10.0207 6.95599V4.50287C10.0207 3.67444 9.3491 3.00287 8.52067 3.00287H2.50964C1.68122 3.00287 1 3.67444 1 4.50287V11.5121C1 12.3405 1.68122 13 2.50965 13H5.51516H8.52067C9.3491 13 10.0207 12.3405 10.0207 11.5121V10.114C10.0169 10.0709 10.015 10.0274 10.015 9.98358V7.08637C10.015 7.04259 10.0169 6.9991 10.0207 6.95599Z", fill: "#979593" }), jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.97878 6.12258L7.52742 7.82646C8.17838 8.2169 8.13638 8.70203 7.52742 9.11296L3.97878 10.871C3.54403 11.166 2.99451 10.8062 2.99451 10.2273V6.76632C2.99451 6.18735 3.54403 5.82762 3.97878 6.12258Z", fill: "#69AFE5" })] })));
17149
+ }
17150
+
17151
+ function VoiceMemo16Icon(props) {
17152
+ return (jsxRuntime.jsxs(SvgIcon__default["default"], __assign({}, props, { viewBox: "0 0 16 16" }, { children: [jsxRuntime.jsxs("g", __assign({ clipPath: "url(#clip0_1050_1821)" }, { children: [jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8 10.7102C6.61947 10.7097 5.50045 9.48897 5.5 7.98298V3.43737C5.50045 1.93138 6.61947 0.710662 8 0.710175C9.38053 0.710662 10.4996 1.93138 10.5 3.43737V7.98298C10.5005 9.50121 9.33205 10.7106 8 10.7102Z", fill: "white", stroke: "#979593", strokeLinecap: "round", strokeLinejoin: "round" }), jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.24953 8C2.24953 7.72386 2.02567 7.5 1.74953 7.5C1.47338 7.5 1.24953 7.72386 1.24953 8C1.24953 11.5158 4.01172 14.3839 7.50032 14.6358V16C7.50032 16.2761 7.72418 16.5 8.00032 16.5C8.27646 16.5 8.50032 16.2761 8.50032 16V14.6358C11.9886 14.3836 14.7505 11.5156 14.7505 8C14.7505 7.72386 14.5266 7.5 14.2505 7.5C13.9743 7.5 13.7505 7.72386 13.7505 8C13.7505 11.1152 11.1833 13.6538 8 13.6538C4.81672 13.6538 2.24953 11.1152 2.24953 8Z", fill: "#979593" })] })), jsxRuntime.jsx("defs", { children: jsxRuntime.jsx("clipPath", __assign({ id: "clip0_1050_1821" }, { children: jsxRuntime.jsx("rect", { width: "16", height: "16", fill: "white" }) })) })] })));
17153
+ }
17154
+
17155
+ function Zyphta16Icon(props) {
17156
+ return (jsxRuntime.jsxs(SvgIcon__default["default"], __assign({}, props, { viewBox: "0 0 16 16" }, { children: [jsxRuntime.jsxs("g", __assign({ clipPath: "url(#clip0_165_2861)" }, { children: [jsxRuntime.jsx("path", { d: "M11.6432 1.00086L4.81032 1.00086C4.81032 1.00086 4.67769 0.985647 4.58521 1.08287C4.49274 1.18009 4.50155 1.2633 4.50155 1.33985L4.50155 14.4797C4.50155 14.7525 4.48255 14.8146 4.57502 14.9118C4.6675 15.0091 4.75681 14.9982 4.99467 14.9982L14.0068 14.9982C14.1376 14.9982 14.3182 15.0188 14.4107 14.9216C14.5031 14.8244 14.4999 14.6172 14.4999 14.4797L14.4999 3.9592C14.4999 3.82172 14.4479 3.68988 14.3554 3.59268L11.9919 1.15276C11.8994 1.05553 11.774 1.00089 11.6432 1.00086Z", fill: "white" }), jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M11.0296 0.000864316C11.0198 0.000290348 11.0099 -6.56541e-07 10.9999 -6.55671e-07C10.99 -6.548e-07 10.9801 0.000290351 10.9703 0.000864321L4.8369 0.000864857C4.81993 0.000233884 4.80141 -0.000104073 4.78152 2.83704e-05C4.72074 0.000433151 4.64072 0.00526107 4.54896 0.0223922C4.36985 0.0558296 4.09548 0.146802 3.86067 0.393666C3.69304 0.569893 3.58196 0.777547 3.53208 1.00425C3.49285 1.18258 3.50158 1.37019 3.50158 1.33985L3.50158 14.4797C3.50158 14.5198 3.50122 14.5455 3.50083 14.574C3.50057 14.5933 3.50028 14.614 3.50008 14.6413C3.49974 14.6878 3.4992 14.7763 3.50965 14.8711C3.52155 14.9791 3.54947 15.1187 3.62034 15.2687C3.69018 15.4166 3.77851 15.5254 3.85048 15.601C3.93808 15.6931 4.05109 15.7862 4.19605 15.8593C4.33939 15.9316 4.47498 15.9645 4.58378 15.9807C4.68419 15.9955 4.77497 15.9976 4.8303 15.9983C4.86366 15.9987 4.9103 15.9985 4.94873 15.9983L4.99469 15.9982L14.0068 15.9982C14.0232 15.9982 14.0273 15.9983 14.0341 15.9985C14.0426 15.9988 14.0553 15.9993 14.1007 15.9998C14.1499 16.0004 14.229 16.0003 14.3183 15.9918C14.4687 15.9774 14.8373 15.924 15.1353 15.6108C15.4088 15.3232 15.4641 14.9774 15.4813 14.8472C15.5008 14.7004 15.5002 14.5549 15.5 14.4943L15.5 14.4797L15.4999 3.959C15.4999 3.57201 15.3541 3.19143 15.08 2.90334L12.7125 0.459413C12.4371 0.172104 12.054 0.000956435 11.6435 0.000864262L11.0296 0.000864316ZM10.4999 1.00086L4.81035 1.00086C4.81035 1.00086 4.67771 0.985647 4.58524 1.08287C4.50011 1.17237 4.50082 1.24999 4.50146 1.32147L4.50158 1.33985L4.50158 14.4797C4.50158 14.5241 4.50108 14.5629 4.50063 14.5971C4.49834 14.7736 4.49761 14.8304 4.57505 14.9118C4.65856 14.9996 4.73949 14.9993 4.92957 14.9984L4.99469 14.9982L14.0068 14.9982C14.0257 14.9982 14.0457 14.9986 14.0662 14.999C14.1879 15.0017 14.3316 15.0048 14.4107 14.9216C14.5002 14.8275 14.5001 14.6304 14.5 14.4932L14.4999 5.99814C14.4856 5.99937 14.4711 6 14.4565 6L11.6562 6C11.3046 6 10.9453 5.87848 10.7578 5.67969C10.4999 5.40633 10.4999 5.07485 10.4999 4.68765L10.4999 1.00086ZM14.4999 5.00186L14.4999 3.9592C14.4999 3.82172 14.448 3.68988 14.3555 3.59268L11.9919 1.15276C11.8994 1.05553 11.774 1.00089 11.6433 1.00086L11.4999 1.00086L11.4999 4.54273C11.4999 4.73437 11.5303 4.81853 11.6093 4.90234C11.6874 4.98516 11.7617 5 11.9028 5L14.4565 5C14.4711 5 14.4856 5.00063 14.4999 5.00186Z", fill: "#979593" }), jsxRuntime.jsx("path", { d: "M8.41522 12.5C8.41522 12.2239 8.63908 12 8.91522 12L12.9999 12C13.276 12 13.4999 12.2239 13.4999 12.5C13.4999 12.7761 13.276 13 12.9999 13L8.91522 13C8.63908 13 8.41522 12.7761 8.41522 12.5Z", fill: "#C8C6C4" }), jsxRuntime.jsx("path", { d: "M8.41522 10.5C8.41522 10.2239 8.63908 10 8.91522 10L12.9999 10C13.276 10 13.4999 10.2239 13.4999 10.5C13.4999 10.7761 13.276 11 12.9999 11L8.91522 11C8.63908 11 8.41522 10.7761 8.41522 10.5Z", fill: "#C8C6C4" }), jsxRuntime.jsx("path", { d: "M8.91522 8C8.63908 8 8.41522 8.22386 8.41522 8.5C8.41522 8.77614 8.63908 9 8.91522 9L12.9999 9C13.276 9 13.4999 8.77614 13.4999 8.5C13.4999 8.22386 13.276 8 12.9999 8L8.91522 8Z", fill: "#C8C6C4" }), jsxRuntime.jsx("path", { d: "M1.22721 14L7.77263 14C7.96551 14 8.1505 13.9233 8.28689 13.7869C8.42328 13.6506 8.4999 13.4656 8.4999 13.2727L8.4999 6.72727C8.4999 6.53438 8.42328 6.3494 8.28689 6.21301C8.1505 6.07662 7.96551 6 7.77263 6L1.22721 6C1.03432 6 0.849341 6.07662 0.712951 6.21301C0.576562 6.3494 0.499939 6.53439 0.499939 6.72727L0.49994 13.2727C0.49994 13.4656 0.576562 13.6506 0.712952 13.7869C0.849341 13.9233 1.03432 14 1.22721 14Z", fill: "#263E60" }), jsxRuntime.jsx("path", { d: "M6.83319 10.1998L6.80342 10.2391C6.54492 10.1475 6.14375 10.0673 5.87167 9.97101C5.8629 10.0396 5.85149 10.0991 5.84817 10.159C5.80417 10.9512 5.80662 12.0738 5.75953 12.8658L5.75953 13.0016L4.79444 13.0016C4.8392 13.0016 4.61812 13.0016 4.61812 13.0016C4.5893 12.92 4.57009 12.8411 4.54495 12.7747C4.33428 12.2184 4.09382 11.3796 3.7316 10.8977C3.67443 10.8216 3.67832 10.7726 3.72904 10.6993C3.94926 10.3809 4.24401 9.99539 4.37422 9.63007C4.41731 9.50917 4.38165 9.45887 4.28039 9.39608C4.02913 9.2402 3.80955 9.08718 3.57118 8.91307C3.43417 8.81302 3.23447 8.64761 3.20751 8.48296C3.17644 8.29289 3.0586 7.85351 3.05974 7.66153C3.0609 7.46569 3.0066 7.30309 2.85928 7.17309C2.71092 7.04219 2.50156 6.81994 2.35895 6.69799C2.45198 6.70695 2.6785 6.78368 2.78874 6.79335C3.30687 6.8387 3.76066 6.86281 4.28039 6.79335C4.58994 6.75196 4.96728 6.68694 5.27932 6.69799C5.87689 6.71919 6.2883 7.10504 6.39355 7.628C6.41886 7.75369 6.52194 8.12973 6.52404 8.25818C6.52816 8.50869 6.51703 8.75947 6.52234 9.00995C6.52692 9.22596 6.54205 9.44194 6.55898 9.65744C6.57569 9.86996 6.63809 10.0651 6.83319 10.1998Z", fill: "white" })] })), jsxRuntime.jsx("defs", { children: jsxRuntime.jsx("clipPath", __assign({ id: "clip0_165_2861" }, { children: jsxRuntime.jsx("rect", { width: "16", height: "16", fill: "white", transform: "matrix(1 0 0 -1 0 16)" }) })) })] })));
17157
+ }
17158
+
17159
+ function Timer24Icon(props) {
17160
+ return (jsxRuntime.jsx(SvgIcon__default["default"], __assign({}, props, { viewBox: "0 0 24 24" }, { children: jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8.75 2.75C8.75 2.33579 9.08579 2 9.5 2H13.75C14.1642 2 14.5 2.33579 14.5 2.75C14.5 3.16421 14.1642 3.5 13.75 3.5H9.5C9.08579 3.5 8.75 3.16421 8.75 2.75ZM4.5 13.375C4.5 9.43997 7.68997 6.25 11.625 6.25C15.56 6.25 18.75 9.43997 18.75 13.375C18.75 17.31 15.56 20.5 11.625 20.5C7.68997 20.5 4.5 17.31 4.5 13.375ZM11.625 4.75C6.86154 4.75 3 8.61154 3 13.375C3 18.1385 6.86154 22 11.625 22C16.3885 22 20.25 18.1385 20.25 13.375C20.25 8.61154 16.3885 4.75 11.625 4.75ZM12.3981 9.13348C12.3981 8.71927 12.0623 8.38348 11.6481 8.38348C11.2339 8.38348 10.8981 8.71927 10.8981 9.13348V13.3835C10.8981 13.7977 11.2339 14.1335 11.6481 14.1335C12.0623 14.1335 12.3981 13.7977 12.3981 13.3835V9.13348ZM19.2803 4.96968C18.9875 4.67678 18.5126 4.67677 18.2197 4.96966C17.9268 5.26255 17.9268 5.73742 18.2197 6.03032L19.7196 7.53032C20.0125 7.82322 20.4874 7.82323 20.7803 7.53034C21.0732 7.23745 21.0732 6.76258 20.7803 6.46968L19.2803 4.96968Z", fill: "#1E365E" }) })));
17161
+ }
17162
+
17163
+ function TimerFilled24Icon(props) {
17164
+ return (jsxRuntime.jsx(SvgIcon__default["default"], __assign({}, props, { viewBox: "0 0 24 24" }, { children: jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8.75 2.75C8.75 2.33579 9.08579 2 9.5 2H13.75C14.1642 2 14.5 2.33579 14.5 2.75C14.5 3.16421 14.1642 3.5 13.75 3.5H9.5C9.08579 3.5 8.75 3.16421 8.75 2.75ZM3 13.375C3 8.61154 6.86154 4.75 11.625 4.75C16.3885 4.75 20.25 8.61154 20.25 13.375C20.25 18.1385 16.3885 22 11.625 22C6.86154 22 3 18.1385 3 13.375ZM19.2803 4.96968C18.9875 4.67678 18.5126 4.67677 18.2197 4.96966C17.9268 5.26255 17.9268 5.73742 18.2197 6.03032L19.7196 7.53032C20.0125 7.82322 20.4874 7.82323 20.7803 7.53034C21.0732 7.23745 21.0732 6.76258 20.7803 6.46968L19.2803 4.96968ZM12.3981 9.13348C12.3981 8.71927 12.0623 8.38348 11.6481 8.38348C11.2339 8.38348 10.8981 8.71927 10.8981 9.13348V13.3835C10.8981 13.7977 11.2339 14.1335 11.6481 14.1335C12.0623 14.1335 12.3981 13.7977 12.3981 13.3835V9.13348Z", fill: "#1E365E" }) })));
17165
+ }
17166
+
17167
+ function AutoTimer24Icon(props) {
17168
+ return (jsxRuntime.jsxs(SvgIcon__default["default"], __assign({}, props, { viewBox: "0 0 24 24" }, { children: [jsxRuntime.jsx("path", { d: "M14.5 16.5357L13.6828 14.638M8.5 16.5357L9.41235 14.638M13.6828 14.638L11.5 9.24999L9.41235 14.638M13.6828 14.638H9.41235", stroke: "#1E365E", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }), jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8.75 2.75C8.75 2.33579 9.08579 2 9.5 2H13.75C14.1642 2 14.5 2.33579 14.5 2.75C14.5 3.16421 14.1642 3.5 13.75 3.5H9.5C9.08579 3.5 8.75 3.16421 8.75 2.75ZM11.625 6.25C7.68997 6.25 4.5 9.43997 4.5 13.375C4.5 17.31 7.68997 20.5 11.625 20.5C15.56 20.5 18.75 17.31 18.75 13.375C18.75 9.43997 15.56 6.25 11.625 6.25ZM3 13.375C3 8.61154 6.86154 4.75 11.625 4.75C16.3885 4.75 20.25 8.61154 20.25 13.375C20.25 18.1385 16.3885 22 11.625 22C6.86154 22 3 18.1385 3 13.375ZM19.2803 4.96968C18.9875 4.67678 18.5126 4.67677 18.2197 4.96966C17.9268 5.26255 17.9268 5.73742 18.2197 6.03032L19.7196 7.53032C20.0125 7.82322 20.4874 7.82323 20.7803 7.53034C21.0732 7.23745 21.0732 6.76258 20.7803 6.46968L19.2803 4.96968Z", fill: "#1E365E" })] })));
17169
+ }
17170
+
17171
+ function AutoTimerFilled24Icon(props) {
17172
+ return (jsxRuntime.jsx(SvgIcon__default["default"], __assign({}, props, { viewBox: "0 0 24 24" }, { children: jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8.75 2.75C8.75 2.33579 9.08579 2 9.5 2H13.75C14.1642 2 14.5 2.33579 14.5 2.75C14.5 3.16421 14.1642 3.5 13.75 3.5H9.5C9.08579 3.5 8.75 3.16421 8.75 2.75ZM3 13.375C3 8.61154 6.86154 4.75 11.625 4.75C16.3885 4.75 20.25 8.61154 20.25 13.375C20.25 18.1385 16.3885 22 11.625 22C6.86154 22 3 18.1385 3 13.375ZM19.2803 4.96968C18.9875 4.67678 18.5126 4.67677 18.2197 4.96966C17.9268 5.26255 17.9268 5.73742 18.2197 6.03032L19.7196 7.53032C20.0125 7.82322 20.4874 7.82323 20.7803 7.53034C21.0732 7.23745 21.0732 6.76258 20.7803 6.46968L19.2803 4.96968ZM12.1951 8.96837C12.0796 8.68332 11.8018 8.49766 11.4943 8.50001C11.1867 8.50236 10.9118 8.69223 10.8007 8.97902L8.72365 14.3395L7.82406 16.2108C7.64459 16.5841 7.80173 17.0322 8.17504 17.2117C8.54835 17.3911 8.99647 17.234 9.17594 16.8607L9.88395 15.388H13.1892L13.8111 16.8323C13.975 17.2128 14.4162 17.3884 14.7966 17.2246C15.1771 17.0608 15.3527 16.6195 15.1889 16.2391L14.3749 14.3488L12.1951 8.96837ZM12.5698 13.888H10.5073L11.5155 11.2857L12.5698 13.888Z", fill: "#1E365E" }) })));
17173
+ }
17174
+
17175
+ function ManualEntry24Icon(props) {
17176
+ return (jsxRuntime.jsxs(SvgIcon__default["default"], __assign({ viewBox: "0 0 24 24" }, props, { children: [jsxRuntime.jsx("rect", { x: "2.75", y: "2.75", width: "18.5", height: "18.5", rx: "4.25", fill: "none", stroke: "#1E365E", strokeWidth: "1.5" }), jsxRuntime.jsx("path", { fill: "none", d: "M10.5959 16.0909L7.24165 17.0237L8.14352 13.6385L14.2877 7.49432C14.9579 6.82411 16.042 6.81617 16.722 7.47648C17.4162 8.15062 17.4243 9.26249 16.7401 9.94674L10.5959 16.0909Z", stroke: "#1E365E", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" })] })));
17177
+ }
17178
+
17179
+ function ManualEntryFilled24Icon(props) {
17180
+ return (jsxRuntime.jsxs(SvgIcon__default["default"], __assign({}, props, { viewBox: "0 0 24 24" }, { children: [jsxRuntime.jsx("mask", __assign({ id: "path-1-inside-1_6547_1306", fill: "white" }, { children: jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7 2C4.23858 2 2 4.23858 2 7V17C2 19.7614 4.23858 22 7 22H17C19.7614 22 22 19.7614 22 17V7C22 4.23858 19.7614 2 17 2H7ZM17.2704 10.4771C18.2506 9.49689 18.2389 7.90414 17.2445 6.93843C16.2704 5.99254 14.7174 6.00392 13.7573 6.96399L7.61319 13.1081C7.51984 13.2015 7.45278 13.3178 7.4188 13.4454L6.51693 16.8306C6.44767 17.0906 6.52295 17.3677 6.71421 17.5569C6.90547 17.7461 7.18341 17.8183 7.4426 17.7463L10.7969 16.8135C10.9214 16.7788 11.0349 16.7126 11.1263 16.6212L17.2704 10.4771ZM16.1995 8.01452C16.5934 8.3971 16.5981 9.0281 16.2098 9.41641L10.205 15.4211L8.3039 15.9498L8.81636 14.0263L14.818 8.02465C15.1983 7.6443 15.8136 7.63979 16.1995 8.01452Z" }) })), jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7 2C4.23858 2 2 4.23858 2 7V17C2 19.7614 4.23858 22 7 22H17C19.7614 22 22 19.7614 22 17V7C22 4.23858 19.7614 2 17 2H7ZM17.2704 10.4771C18.2506 9.49689 18.2389 7.90414 17.2445 6.93843C16.2704 5.99254 14.7174 6.00392 13.7573 6.96399L7.61319 13.1081C7.51984 13.2015 7.45278 13.3178 7.4188 13.4454L6.51693 16.8306C6.44767 17.0906 6.52295 17.3677 6.71421 17.5569C6.90547 17.7461 7.18341 17.8183 7.4426 17.7463L10.7969 16.8135C10.9214 16.7788 11.0349 16.7126 11.1263 16.6212L17.2704 10.4771ZM16.1995 8.01452C16.5934 8.3971 16.5981 9.0281 16.2098 9.41641L10.205 15.4211L8.3039 15.9498L8.81636 14.0263L14.818 8.02465C15.1983 7.6443 15.8136 7.63979 16.1995 8.01452Z", fill: "#1E365E" }), jsxRuntime.jsx("path", { d: "M17.2445 6.93843L16.1995 8.01452L17.2445 6.93843ZM17.2704 10.4771L18.3311 11.5377L18.3311 11.5377L17.2704 10.4771ZM13.7573 6.96399L12.6967 5.90333L13.7573 6.96399ZM7.61319 13.1081L8.67385 14.1688L7.61319 13.1081ZM7.4188 13.4454L5.96935 13.0592L5.96935 13.0592L7.4188 13.4454ZM6.51693 16.8306L7.96637 17.2168L7.96637 17.2168L6.51693 16.8306ZM6.71421 17.5569L5.65933 18.6233L5.65933 18.6233L6.71421 17.5569ZM7.4426 17.7463L7.04071 16.3011H7.04071L7.4426 17.7463ZM10.7969 16.8135L11.1988 18.2586L11.1988 18.2586L10.7969 16.8135ZM11.1263 16.6212L12.1869 17.6819L12.1869 17.6819L11.1263 16.6212ZM16.1995 8.01452L15.1545 9.09062L16.1995 8.01452ZM10.205 15.4211L10.6069 16.8663L10.9868 16.7606L11.2657 16.4818L10.205 15.4211ZM8.3039 15.9498L6.85446 15.5637L6.1794 18.0975L8.70579 17.395L8.3039 15.9498ZM8.81636 14.0263L7.7557 12.9656L7.47068 13.2506L7.36691 13.6401L8.81636 14.0263ZM14.818 8.02465L13.7573 6.96399L13.7573 6.96399L14.818 8.02465ZM3.5 7C3.5 5.067 5.067 3.5 7 3.5V0.5C3.41015 0.5 0.5 3.41015 0.5 7H3.5ZM3.5 17V7H0.5V17H3.5ZM7 20.5C5.067 20.5 3.5 18.933 3.5 17H0.5C0.5 20.5898 3.41015 23.5 7 23.5V20.5ZM17 20.5H7V23.5H17V20.5ZM20.5 17C20.5 18.933 18.933 20.5 17 20.5V23.5C20.5898 23.5 23.5 20.5898 23.5 17H20.5ZM20.5 7V17H23.5V7H20.5ZM17 3.5C18.933 3.5 20.5 5.067 20.5 7H23.5C23.5 3.41015 20.5898 0.5 17 0.5V3.5ZM7 3.5H17V0.5H7V3.5ZM16.1995 8.01452C16.5934 8.3971 16.5981 9.0281 16.2098 9.41641L18.3311 11.5377C19.9031 9.96569 19.8844 7.41117 18.2895 5.86233L16.1995 8.01452ZM14.818 8.02465C15.1983 7.6443 15.8136 7.63979 16.1995 8.01452L18.2895 5.86233C16.7273 4.34528 14.2365 4.36354 12.6967 5.90333L14.818 8.02465ZM8.67385 14.1688L14.818 8.02465L12.6967 5.90333L6.55253 12.0475L8.67385 14.1688ZM8.86824 13.8315C8.83426 13.9591 8.7672 14.0754 8.67385 14.1688L6.55253 12.0475C6.27248 12.3275 6.07131 12.6765 5.96935 13.0592L8.86824 13.8315ZM7.96637 17.2168L8.86824 13.8315L5.96935 13.0592L5.06749 16.4445L7.96637 17.2168ZM7.76909 16.4905C7.96035 16.6797 8.03563 16.9568 7.96637 17.2168L5.06749 16.4445C4.85972 17.2243 5.08556 18.0557 5.65933 18.6233L7.76909 16.4905ZM7.04071 16.3011C7.29989 16.229 7.57783 16.3013 7.76909 16.4905L5.65933 18.6233C6.23311 19.1909 7.06692 19.4077 7.84448 19.1914L7.04071 16.3011ZM10.395 15.3683L7.04071 16.3011L7.84448 19.1914L11.1988 18.2586L10.395 15.3683ZM10.0656 15.5605C10.157 15.4692 10.2705 15.4029 10.395 15.3683L11.1988 18.2586C11.5723 18.1547 11.9127 17.9561 12.1869 17.6819L10.0656 15.5605ZM16.2098 9.41641L10.0656 15.5606L12.1869 17.6819L18.3311 11.5377L16.2098 9.41641ZM17.2704 10.4771C18.2506 9.49689 18.2389 7.90414 17.2445 6.93843L15.1545 9.09062C14.948 8.89007 14.9455 8.5593 15.1491 8.35575L17.2704 10.4771ZM11.2657 16.4818L17.2704 10.4771L15.1491 8.35575L9.14437 14.3605L11.2657 16.4818ZM8.70579 17.395L10.6069 16.8663L9.80315 13.976L7.90202 14.5047L8.70579 17.395ZM7.36691 13.6401L6.85446 15.5637L9.75335 16.336L10.2658 14.4124L7.36691 13.6401ZM13.7573 6.96399L7.7557 12.9656L9.87702 15.0869L15.8787 9.08531L13.7573 6.96399ZM17.2445 6.93843C16.2704 5.99254 14.7174 6.00392 13.7573 6.96399L15.8787 9.08531C15.6793 9.28469 15.3568 9.28705 15.1545 9.09062L17.2445 6.93843Z", fill: "#1E365E", mask: "url(#path-1-inside-1_6547_1306)" })] })));
17181
+ }
17182
+
17183
+ function CalendarRibbonIcon() {
17184
+ return (jsxRuntime.jsxs("svg", __assign({ width: "32", height: "40", viewBox: "0 0 32 40", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, { children: [jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M11 4C10.7242 4 10.5 4.22414 10.5 4.5V6V6.5C10.5 6.77586 10.7242 7 11 7C11.2759 7 11.5 6.77586 11.5 6.5V6V4.5C11.5 4.22414 11.2759 4 11 4ZM8.13637 5.5H9.50001V4.5C9.50001 3.67186 10.1719 3 11 3C11.8282 3 12.5 3.67186 12.5 4.5V5.5H20.5V4.5C20.5 3.67186 21.1719 3 22 3C22.8282 3 23.5 3.67186 23.5 4.5V5.5H24.8636C26.8741 5.5 28.5 7.13605 28.5 9.15V23.85C28.5 25.8639 26.8741 27.5 24.8636 27.5H8.13637C6.12587 27.5 4.50001 25.8639 4.50001 23.85V9.15C4.50001 7.13605 6.12587 5.5 8.13637 5.5ZM22.5 6V4.5C22.5 4.22414 22.2759 4 22 4C21.7242 4 21.5 4.22414 21.5 4.5V6V6.5C21.5 6.77586 21.7242 7 22 7C22.2759 7 22.5 6.77586 22.5 6.5V6ZM20.5 6.5C20.5 7.32814 21.1719 8 22 8C22.8282 8 23.5 7.32814 23.5 6.5H24.8636C26.3178 6.5 27.5 7.68425 27.5 9.15V9.5H5.50001V9.15C5.50001 7.68425 6.68224 6.5 8.13637 6.5H9.50001C9.50001 7.32814 10.1719 8 11 8C11.8282 8 12.5 7.32814 12.5 6.5H20.5ZM5.50001 23.85V10.5H27.5V23.85C27.5 25.3158 26.3178 26.5 24.8636 26.5H8.13637C6.68224 26.5 5.50001 25.3158 5.50001 23.85Z", fill: "#1E365E" }), jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M14 18C14 18.552 13.552 19 13 19C12.448 19 12 18.552 12 18C12 17.448 12.448 17 13 17C13.552 17 14 17.448 14 18V18Z", stroke: "#32ABE2", strokeLinecap: "round", strokeLinejoin: "round" })] })));
17185
+ }
17186
+
17187
+ function DeleteRibbonIcon(props) {
17188
+ return (jsxRuntime.jsx("svg", __assign({ width: "32", height: "40", viewBox: "0 0 32 40", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, { children: jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M15.0001 3.5C14.0874 3.5 13.0559 3.75929 12.5524 4.77743L12.5518 4.77861L12.1911 5.5H9.00011C8.28179 5.5 7.65428 5.72395 7.20772 6.18658C6.7635 6.64679 6.55566 7.28376 6.55566 8V9C6.55566 9.27614 6.77952 9.5 7.05566 9.5H7.5V26.5625C7.5 28.7164 9.39657 30.5 11.5 30.5H21.5C23.6034 30.5 25.5 28.7164 25.5 26.5625V9.5H25.9446C26.2207 9.5 26.4446 9.27614 26.4446 9V8C26.4446 7.28376 26.2367 6.64679 25.7925 6.18658C25.3459 5.72395 24.7184 5.5 24.0001 5.5H20.8091L20.4484 4.77861L20.4478 4.77743C19.9443 3.75921 18.9115 3.5 18.0001 3.5H15.0001ZM24.5 9.5H8.5V26.5625C8.5 28.1369 9.92121 29.5 11.5 29.5H21.5C23.0788 29.5 24.5 28.1369 24.5 26.5625V9.5ZM25 8.5H25.4446V8C25.4446 7.47311 25.2941 7.11008 25.073 6.88108C24.8543 6.65449 24.5096 6.5 24.0001 6.5H20.5001C20.3107 6.5 20.1376 6.393 20.0529 6.22361L19.5529 5.22361L19.5518 5.22139C19.3018 4.71509 18.7706 4.5 18.0001 4.5H15.0001C14.2287 4.5 13.6985 4.71501 13.4484 5.22139L13.4473 5.22361L13.4473 5.22361L12.9473 6.22361C12.8626 6.393 12.6895 6.5 12.5001 6.5H9.00011C8.49065 6.5 8.14594 6.65449 7.92722 6.88108C7.70616 7.11008 7.55566 7.47311 7.55566 8V8.5H8H25ZM12.5 12.5C12.5 12.2239 12.2761 12 12 12C11.7239 12 11.5 12.2239 11.5 12.5V25.5C11.5 25.7761 11.7239 26 12 26C12.2761 26 12.5 25.7761 12.5 25.5V12.5ZM15.5 12.5C15.5 12.2239 15.2761 12 15 12C14.7239 12 14.5 12.2239 14.5 12.5V25.5C14.5 25.7761 14.7239 26 15 26C15.2761 26 15.5 25.7761 15.5 25.5V12.5ZM18.5 12.5C18.5 12.2239 18.2761 12 18 12C17.7239 12 17.5 12.2239 17.5 12.5V25.5C17.5 25.7761 17.7239 26 18 26C18.2761 26 18.5 25.7761 18.5 25.5V12.5ZM21.5 12.5C21.5 12.2239 21.2761 12 21 12C20.7239 12 20.5 12.2239 20.5 12.5V25.5C20.5 25.7761 20.7239 26 21 26C21.2761 26 21.5 25.7761 21.5 25.5V12.5Z", fill: "#1E365E" }) })));
17189
+ }
17190
+
17191
+ function MatterFolderRibbonIcon() {
17192
+ return (jsxRuntime.jsxs("svg", __assign({ width: "32", height: "40", viewBox: "0 0 32 40", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, { children: [jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12.5529 6.5C12.8873 6.5 13.1184 6.50017 13.2972 6.50971C13.4746 6.51917 13.5662 6.53669 13.6264 6.55704C13.7371 6.59444 13.8146 6.65704 14.1706 7.01795C14.1748 7.02221 14.1791 7.02639 14.1835 7.0305L16.2302 8.96118C15.8343 9.12098 15.4216 9.32003 14.9585 9.55471C13.693 10.196 12.5462 10.5 11.5 10.5H5.97414C5.42283 10.5 4.91445 10.6316 4.5 10.9086V8.00035C4.5 7.46106 4.66037 7.10057 4.88823 6.87495C5.11717 6.64826 5.47252 6.5 5.97365 6.5V6L5.9737 6.5H5.97387H5.97414H5.97453H5.97502H5.97562H5.97634H5.97715H5.97808H5.97911H5.98025H5.9815H5.98285H5.98431H5.98587H5.98754H5.98932H5.9912H5.99318H5.99527H5.99746H5.99975H6.00214H6.00464H6.00724H6.00994H6.01274H6.01565H6.01865H6.02176H6.02496H6.02826H6.03167H6.03517H6.03877H6.04247H6.04626H6.05015H6.05414H6.05823H6.06241H6.06669H6.07107H6.07554H6.0801H6.08476H6.08952H6.09436H6.0993H6.10434H6.10947H6.11468H6.12H6.1254H6.13089H6.13648H6.14215H6.14792H6.15378H6.15972H6.16576H6.17188H6.1781H6.1844H6.19079H6.19726H6.20382H6.21048H6.21721H6.22403H6.23094H6.23794H6.24502H6.25218H6.25943H6.26676H6.27417H6.28167H6.28925H6.29692H6.30466H6.31249H6.3204H6.32839H6.33646H6.34462H6.35285H6.36116H6.36955H6.37802H6.38657H6.3952H6.4039H6.41269H6.42155H6.43048H6.4395H6.44859H6.45775H6.46699H6.47631H6.4857H6.49516H6.5047H6.51432H6.524H6.53376H6.54359H6.5535H6.56348H6.57352H6.58364H6.59383H6.60409H6.61442H6.62483H6.6353H6.64584H6.65644H6.66712H6.67786H6.68868H6.69956H6.7105H6.72152H6.7326H6.74374H6.75495H6.76623H6.77757H6.78898H6.80045H6.81198H6.82358H6.83524H6.84697H6.85875H6.8706H6.88251H6.89448H6.90651H6.91861H6.93076H6.94297H6.95524H6.96758H6.97997H6.99242H7.00492H7.01749H7.03011H7.04279H7.05553H7.06832H7.08117H7.09408H7.10704H7.12005H7.13312H7.14625H7.15943H7.17266H7.18594H7.19928H7.21267H7.22612H7.23961H7.25316H7.26675H7.2804H7.2941H7.30785H7.32165H7.3355H7.34939H7.36334H7.37733H7.39137H7.40546H7.4196H7.43378H7.44801H7.46229H7.47661H7.49098H7.50539H7.51985H7.53435H7.5489H7.56349H7.57812H7.5928H7.62228H7.63708H7.65193H7.66681H7.68174H7.71171H7.72676H7.74185H7.75697H7.77214H7.80258H7.81786H7.83318H7.86392H7.87935H7.89481H7.92584H7.94141H7.95701H7.98832H8.00403H8.01976H8.08304H8.21107H8.27578H8.29203H8.3083H8.34093H8.6054H12.5529ZM3.50049 13.3569C3.50016 13.3495 3.5 13.3421 3.5 13.3346V8.00035C3.5 7.25826 3.72592 6.61857 4.18462 6.16437C4.64224 5.71123 5.27371 5.5 5.97365 5.5V6L5.9737 5.5H5.97387H5.97414H5.97453H5.97502H5.97562H5.97634H5.97715H5.97808H5.97911H5.98025H5.9815H5.98285H5.98431H5.98587H5.98754H5.98932H5.9912H5.99318H5.99527H5.99746H5.99975H6.00214H6.00464H6.00724H6.00994H6.01274H6.01565H6.01865H6.02176H6.02496H6.02826H6.03167H6.03517H6.03877H6.04247H6.04626H6.05015H6.05414H6.05823H6.06241H6.06669H6.07107H6.07554H6.0801H6.08476H6.08952H6.09436H6.0993H6.10434H6.10947H6.11468H6.12H6.1254H6.13089H6.13648H6.14215H6.14792H6.15378H6.15972H6.16576H6.17188H6.1781H6.1844H6.19079H6.19726H6.20382H6.21048H6.21721H6.22403H6.23094H6.23794H6.24502H6.25218H6.25943H6.26676H6.27417H6.28167H6.28925H6.29692H6.30466H6.31249H6.3204H6.32839H6.33646H6.34462H6.35285H6.36116H6.36955H6.37802H6.38657H6.3952H6.4039H6.41269H6.42155H6.43048H6.4395H6.44859H6.45775H6.46699H6.47631H6.4857H6.49516H6.5047H6.51432H6.524H6.53376H6.54359H6.5535H6.56348H6.57352H6.58364H6.75495H8.6054H12.5529H12.5668C12.884 5.5 13.1418 5.5 13.3505 5.51113C13.5638 5.5225 13.76 5.54666 13.9465 5.60965C14.3081 5.73182 14.5526 5.98032 14.833 6.26537L14.8762 6.30926L17.3245 8.61871C17.6942 8.54057 18.0768 8.5 18.5 8.5H27.0264C27.7271 8.5 28.3584 8.71263 28.8157 9.16602C29.2739 9.62037 29.5 10.2596 29.5 11V24.0032C29.5 24.7454 29.3169 25.3936 28.8621 25.8533C28.4063 26.314 27.7624 26.5 27.0264 26.5H5.97414C5.23815 26.5 4.5942 26.314 4.13845 25.8533C3.68368 25.3936 3.50049 24.7454 3.50049 24.0032V13.3569ZM15.4105 10.4467C16.711 9.78769 17.4501 9.5 18.5 9.5H27.0264C27.5268 9.5 27.8823 9.64881 28.1116 9.87614C28.3399 10.1025 28.5 10.4632 28.5 11V24.0032C28.5 24.5946 28.3543 24.9447 28.1512 25.15C27.949 25.3544 27.6062 25.5 27.0264 25.5H5.97414C5.39436 25.5 5.05149 25.3544 4.84935 25.15C4.64623 24.9447 4.50049 24.5946 4.50049 24.0032V13C4.50049 12.4632 4.66064 12.1025 4.88895 11.8761C5.11823 11.6488 5.47373 11.5 5.97414 11.5H11.5C12.7422 11.5 14.0445 11.139 15.4105 10.4467Z", fill: "#1E365E" }), jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M20.5 21.5H19.274V16.97C19.274 16.599 19.2983 16.1451 19.3468 15.6081H19.326C19.2498 15.914 19.1823 16.1337 19.1234 16.2671L16.9 21.5H16.0481L13.8195 16.3061C13.7571 16.1532 13.6913 15.9205 13.6221 15.6081H13.6013C13.629 15.888 13.6429 16.3452 13.6429 16.9798V21.5H12.5V14.5H14.2403L16.1987 19.1618C16.3476 19.5198 16.4446 19.7866 16.4896 19.9623H16.5156C16.6437 19.5946 16.7476 19.3212 16.8273 19.1423L18.8221 14.5H20.5V21.5Z", fill: "#1E365E" })] })));
17193
+ }
17194
+
17195
+ function NewEntryRibbonIcons() {
17196
+ return (jsxRuntime.jsxs("svg", __assign({ width: "32", height: "40", viewBox: "0 0 32 40", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, { children: [jsxRuntime.jsx("rect", { width: "32", height: "40", transform: "translate(0.5 0.5)" }), jsxRuntime.jsx("path", { d: "M29 17.5V12.5C29 10.906 27.593 10 26 10H7C5.407 10 4 11.406 4 13V18C4 19.594 5.907 21 7.5 21H17.5", stroke: "#1E365E", strokeLinecap: "round", strokeLinejoin: "round" }), jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M31 25C31 28.313 28.313 31 25 31C21.686 31 19 28.313 19 25C19 21.686 21.686 19 25 19C28.313 19 31 21.686 31 25V25Z", stroke: "#3FAF2A", strokeLinecap: "round", strokeLinejoin: "round" }), jsxRuntime.jsx("path", { d: "M22 25H28", stroke: "#3FAF2A", strokeLinecap: "round", strokeLinejoin: "round" }), jsxRuntime.jsx("path", { d: "M25 22V28", stroke: "#3FAF2A", strokeLinecap: "round", strokeLinejoin: "round" }), jsxRuntime.jsx("path", { d: "M12 10.5V20", stroke: "#1E365E", strokeLinecap: "square", strokeLinejoin: "round" }), jsxRuntime.jsx("path", { d: "M21 10.5V16.5", stroke: "#1E365E", strokeLinecap: "round", strokeLinejoin: "round" })] })));
17038
17197
  }
17039
17198
 
17040
17199
  function LawconnectIcon(props) {
@@ -17058,9 +17217,14 @@ exports.AccordionDetails = AccordionDetails;
17058
17217
  exports.AccordionPanel = AccordionPanel;
17059
17218
  exports.AccordionSummary = AccordionSummary;
17060
17219
  exports.AccountingIcon = AccountingIcon;
17220
+ exports.ActivityDefault16Icon = ActivityDefault16Icon;
17061
17221
  exports.ActivityLog = ActivityLog;
17222
+ exports.AppBar = AppBar;
17223
+ exports.Appointment16Icon = Appointment16Icon;
17062
17224
  exports.AssignCurvedIcon = AssignCurvedIcon;
17063
17225
  exports.AttachmentIcon = AttachmentIcon;
17226
+ exports.AutoTimer24Icon = AutoTimer24Icon;
17227
+ exports.AutoTimerFilled24Icon = AutoTimerFilled24Icon;
17064
17228
  exports.Autocomplete = Autocomplete;
17065
17229
  exports.Avatar = Avatar;
17066
17230
  exports.AvatarBusinessIcon = AvatarBusinessIcon;
@@ -17070,7 +17234,7 @@ exports.AvatarGroup = AvatarGroup;
17070
17234
  exports.AvatarPeopleIcon = AvatarPeopleIcon;
17071
17235
  exports.AvatarPersonIcon = AvatarPersonIcon;
17072
17236
  exports.AvatarTrustIcon = AvatarTrustIcon;
17073
- exports.Badge = Badge;
17237
+ exports.BlankLetter16Icon = BlankLetter16Icon;
17074
17238
  exports.BottomListButton = BottomListButton;
17075
17239
  exports.Box = Box;
17076
17240
  exports.Breadcrumbs = Breadcrumbs;
@@ -17079,16 +17243,21 @@ exports.BrowseIcon = BrowseIcon;
17079
17243
  exports.Button = Button;
17080
17244
  exports.ButtonCaretIcon = ButtonCaretIcon;
17081
17245
  exports.ButtonFilterIcon = ButtonFilterIcon;
17246
+ exports.BylawyersIcon = Bylawyers16Icon;
17082
17247
  exports.CalendarIcon = CalendarIcon;
17248
+ exports.CalendarRibbonIcon = CalendarRibbonIcon;
17249
+ exports.CaratIcon = CaratIcon;
17083
17250
  exports.Card = Card;
17084
17251
  exports.Checkbox = Checkbox;
17085
17252
  exports.ChevronDownIcon = ChevronDownIcon;
17086
17253
  exports.ChevronLeftIcon = ChevronLeftIcon;
17087
17254
  exports.ChevronRightIcon = ChevronRightIcon;
17088
17255
  exports.Chip = Chip;
17256
+ exports.Clause16Icon = Clause16Icon;
17089
17257
  exports.CoinEuroIcon = CoinEuroIcon$1;
17090
17258
  exports.CoinIcon = CoinIcon;
17091
17259
  exports.CoinPoundIcon = CoinPoundIcon;
17260
+ exports.CostRecoveryExceeded16Icon = CostRecoveryExceeded16Icon;
17092
17261
  exports.Cross16Icon = Cross16Icon;
17093
17262
  exports.CrossIcon = CrossIcon;
17094
17263
  exports.CssBaseline = CssBaseline;
@@ -17097,6 +17266,7 @@ exports.CurrencyIcon = CurrencyIcon;
17097
17266
  exports.CurrencyPoundIcon = CurrencyPoundIcon;
17098
17267
  exports.DatePicker = DatePicker;
17099
17268
  exports.DateRangePicker = DateRangePicker;
17269
+ exports.DeleteRibbonIcon = DeleteRibbonIcon;
17100
17270
  exports.Dialog = Dialog;
17101
17271
  exports.Divider = Divider;
17102
17272
  exports.Drawer = Drawer;
@@ -17104,13 +17274,16 @@ exports.DrawerMenu = DrawerMenu;
17104
17274
  exports.Dropdown = Dropdown;
17105
17275
  exports.EmailSentIcon = EmailSentIcon;
17106
17276
  exports.EmptyState = EmptyState;
17277
+ exports.Fax16Icon = Fax16Icon;
17107
17278
  exports.FooterActions = FooterActions;
17279
+ exports.FormBody = FormBody;
17108
17280
  exports.FormContainer = FormContainer;
17109
17281
  exports.FormGroup = FormGroup;
17110
17282
  exports.FormHeader = FormHeader;
17111
17283
  exports.Grid = Grid;
17112
17284
  exports.HeaderToolbar = HeaderToolbar;
17113
17285
  exports.HomeIcon = HomeIcon;
17286
+ exports.HyperLink16Icon = HyperLink16Icon;
17114
17287
  exports.Icon = Icon;
17115
17288
  exports.IconButton = IconButton;
17116
17289
  exports.IconsPath = IconsPath;
@@ -17128,6 +17301,10 @@ exports.ListItemText = ListItemText;
17128
17301
  exports.ListSubheader = ListSubheader;
17129
17302
  exports.Loader = Loader;
17130
17303
  exports.LoaderIcon = LoaderIcon;
17304
+ exports.ManualEntry24Icon = ManualEntry24Icon;
17305
+ exports.ManualEntryFilled24Icon = ManualEntryFilled24Icon;
17306
+ exports.MatterFolderRibbonIcon = MatterFolderRibbonIcon;
17307
+ exports.Memo16Icon = Memo16Icon;
17131
17308
  exports.Menu = Menu;
17132
17309
  exports.MenuHeader = MenuHeader;
17133
17310
  exports.MenuIcon = MenuIcon;
@@ -17138,9 +17315,12 @@ exports.ModalContent = ModalContent;
17138
17315
  exports.ModalTitle = ModalTitle;
17139
17316
  exports.MoreVerticalIcon = MoreVerticalIcon;
17140
17317
  exports.NewAppointmentIcon = NewAppointmentIcon;
17318
+ exports.NewEntryRibbonIcon = NewEntryRibbonIcons;
17141
17319
  exports.Pagination = Pagination;
17320
+ exports.PhoneCall16Icon = PhoneCall16Icon;
17142
17321
  exports.PowerIcon = PowerIcon;
17143
17322
  exports.PoweredByLawconnectLogo = PoweredByLawconnectLogo;
17323
+ exports.PrecedentNotification16Icon = PrecedentNotification16Icon;
17144
17324
  exports.PreviewIcon = PreviewIcon;
17145
17325
  exports.ProgressBar = ProgressBar;
17146
17326
  exports.Radio = Radio;
@@ -17148,12 +17328,15 @@ exports.RadioGroup = RadioGroup;
17148
17328
  exports.ReportingIcon = ReportingIcon;
17149
17329
  exports.ResponseIcon = ResponseIcon;
17150
17330
  exports.RevokeAccessIcon = RevokeAccessIcon;
17331
+ exports.ScannedDoc16Icon = ScannedDoc16Icon;
17151
17332
  exports.SearchIcon = SearchIcon;
17152
17333
  exports.Select = Select;
17153
17334
  exports.SelectFilterEmptyIcon = SelectFilterEmptyIcon;
17154
17335
  exports.SelectFilterFilledIcon = SelectFilterFilledIcon;
17155
17336
  exports.SelectFilterIcon = SelectFilterIcon;
17337
+ exports.SharedFolder16Icon = SharedFolder16Icon;
17156
17338
  exports.SidebarLayout = SidebarLayout;
17339
+ exports.Sms16Icon = Sms16Icon;
17157
17340
  exports.SpinnerIcon = SpinnerIcon;
17158
17341
  exports.StepNavigation = StepNavigation;
17159
17342
  exports.SvgCheckboxChecked = SvgCheckboxChecked;
@@ -17176,17 +17359,28 @@ exports.TableHead = TableHead;
17176
17359
  exports.TableRow = TableRow;
17177
17360
  exports.Tabs = Tabs;
17178
17361
  exports.Tag = Tag;
17362
+ exports.TaxInvoice162Icon = TaxInvoice162Icon;
17363
+ exports.TaxInvoice16Icon = TaxInvoice16Icon;
17179
17364
  exports.TextField = TextField;
17180
17365
  exports.ThemeProvider = ThemeProvider;
17181
17366
  exports.TickIcon = TickIcon;
17367
+ exports.TimedEntry16Icon = TimedEntry16Icon;
17368
+ exports.Timer24Icon = Timer24Icon;
17369
+ exports.TimerFilled24Icon = TimerFilled24Icon;
17182
17370
  exports.Toolbar = Toolbar;
17183
17371
  exports.ToolbarButton = ToolbarButton;
17184
17372
  exports.Tooltip = Tooltip;
17373
+ exports.TrustStatement16Icon = TrustStatement16Icon;
17185
17374
  exports.TwoColumnLayout = TwoColumnLayout;
17186
17375
  exports.Typography = Typography;
17376
+ exports.UnknownType16Icon = UnkwownType16Icon;
17187
17377
  exports.UserLinkIcon = UserLinkIcon;
17188
17378
  exports.UserLockIcon = UserLockIcon;
17189
17379
  exports.UsersIcon = UsersIcon;
17380
+ exports.Video16Icon = Video16Icon;
17381
+ exports.VideoCall16Icon = VideoCall16Icon;
17382
+ exports.VoiceMemo16Icon = VoiceMemo16Icon;
17383
+ exports.Zyphta16Icon = Zyphta16Icon;
17190
17384
  exports.createFilterOptions = createFilterOptions;
17191
17385
  exports.themeDesktop = theme$3;
17192
17386
  exports.themeWeb = theme$1;