@galaxy-ds/core 2.0.18 → 2.0.19

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 (487) hide show
  1. package/README.md +1 -2
  2. package/dist/Accordion/Accordion.stories.d.ts +3108 -0
  3. package/dist/Accordion/Accordion.types.d.ts +2 -1
  4. package/dist/Accordion/index.d.ts +1 -1
  5. package/dist/AccordionDetails/AccordionDetails.stories.d.ts +557 -0
  6. package/dist/AccordionDetails/index.d.ts +1 -1
  7. package/dist/AccordionPanel/AccordionPanel.stories.d.ts +303 -0
  8. package/dist/AccordionPanel/index.d.ts +1 -1
  9. package/dist/AccordionSummary/AccordionSummary.stories.d.ts +881 -0
  10. package/dist/AccordionSummary/index.d.ts +1 -1
  11. package/dist/ActivityLog/ActivityLog.stories.d.ts +155 -0
  12. package/dist/ActivityLog/ActivityLog.styled.d.ts +4 -4
  13. package/dist/ActivityLog/ActivityLog.types.d.ts +16 -6
  14. package/dist/AppBar/AppBar.stories.d.ts +605 -0
  15. package/dist/AppBar/AppBar.styled.d.ts +5 -5
  16. package/dist/AppBar/AppBar.types.d.ts +7 -2
  17. package/dist/AppBar/index.d.ts +2 -2
  18. package/dist/AttachmentIcon/AttachmentIcon.stories.d.ts +61 -0
  19. package/dist/AttachmentIcon/icons.d.ts +27 -0
  20. package/dist/Autocomplete/Autocomplete.stories.d.ts +2199 -0
  21. package/dist/Autocomplete/Autocomplete.styled.d.ts +6 -6
  22. package/dist/Autocomplete/Autocomplete.types.d.ts +2 -1
  23. package/dist/Autocomplete/index.d.ts +1 -1
  24. package/dist/Autocomplete/story-supports/AutocompleteMock.d.ts +9 -0
  25. package/dist/Autocomplete/story-supports/RecipientInput.d.ts +2 -0
  26. package/dist/Avatar/Avatar.stories.d.ts +2610 -0
  27. package/dist/Avatar/Avatar.styled.d.ts +2 -2
  28. package/dist/Avatar/Avatar.types.d.ts +2 -1
  29. package/dist/Avatar/index.d.ts +2 -2
  30. package/dist/AvatarGroup/AvatarGroup.stories.d.ts +2360 -0
  31. package/dist/AvatarGroup/AvatarGroup.types.d.ts +2 -1
  32. package/dist/AvatarGroup/index.d.ts +1 -1
  33. package/dist/Badge/Badge.d.ts +3 -0
  34. package/dist/Badge/Badge.styled.d.ts +4 -0
  35. package/dist/Badge/Badge.types.d.ts +3 -0
  36. package/dist/Badge/index.d.ts +2 -0
  37. package/dist/BottomListButton/BottomListButton.stories.d.ts +601 -0
  38. package/dist/BottomListButton/BottomListButton.styled.d.ts +2 -2
  39. package/dist/BottomListButton/BottomListButton.types.d.ts +2 -1
  40. package/dist/BottomListButton/index.d.ts +1 -1
  41. package/dist/Box/Box.stories.d.ts +1543 -0
  42. package/dist/Box/Box.types.d.ts +1 -1
  43. package/dist/Box/index.d.ts +1 -1
  44. package/dist/Breadcrumbs/Breadcrumbs.stories.d.ts +1165 -0
  45. package/dist/Breadcrumbs/Breadcrumbs.styled.d.ts +2 -2
  46. package/dist/Button/Button.stories.d.ts +4947 -0
  47. package/dist/Button/Button.styled.d.ts +2 -2
  48. package/dist/Button/Button.types.d.ts +2 -1
  49. package/dist/Button/index.d.ts +1 -1
  50. package/dist/Card/Card.stories.d.ts +570 -0
  51. package/dist/Card/Card.styled.d.ts +2 -2
  52. package/dist/Card/Card.types.d.ts +2 -2
  53. package/dist/Card/index.d.ts +1 -1
  54. package/dist/Checkbox/Checkbox.stories.d.ts +2477 -0
  55. package/dist/Checkbox/Checkbox.types.d.ts +0 -1
  56. package/dist/Checkbox/index.d.ts +2 -2
  57. package/dist/Chip/Chip.stories.d.ts +1755 -0
  58. package/dist/Chip/Chip.styled.d.ts +2 -2
  59. package/dist/Chip/Chip.types.d.ts +2 -2
  60. package/dist/Chip/index.d.ts +1 -1
  61. package/dist/CssBaseline/CssBaseline.d.ts +1 -1
  62. package/dist/CssBaseline/CssBaseline.stories.d.ts +34 -0
  63. package/dist/DatePicker/DatePicker.stories.d.ts +17 -0
  64. package/dist/DatePicker/DatePicker.styled.d.ts +1 -1
  65. package/dist/DatePicker/index.d.ts +1 -1
  66. package/dist/DatePicker/support/DatePickerExample.d.ts +3 -0
  67. package/dist/DateRangePicker/DateRangePicker.stories.d.ts +241 -0
  68. package/dist/DateRangePicker/DateRangePicker.styled.d.ts +1 -1
  69. package/dist/DateRangePicker/DateRangePicker.types.d.ts +2 -2
  70. package/dist/DateRangePicker/index.d.ts +1 -1
  71. package/dist/DateRangePicker/support/DateRangePickerExample.d.ts +4 -0
  72. package/dist/Dialog/Dialog.stories.d.ts +1360 -0
  73. package/dist/Dialog/Dialog.type.d.ts +2 -4
  74. package/dist/Dialog/index.d.ts +1 -1
  75. package/dist/Divider/Divider.stories.d.ts +578 -0
  76. package/dist/Divider/index.d.ts +1 -1
  77. package/dist/Drawer/Drawer.stories.d.ts +662 -0
  78. package/dist/Drawer/index.d.ts +1 -1
  79. package/dist/DrawerMenu/DrawerMenu.stories.d.ts +914 -0
  80. package/dist/DrawerMenu/DrawerMenu.styled.d.ts +2 -2
  81. package/dist/DrawerMenu/DrawerMenu.types.d.ts +4 -5
  82. package/dist/DrawerMenu/index.d.ts +1 -1
  83. package/dist/Dropdown/Dropdown.stories.d.ts +2874 -0
  84. package/dist/Dropdown/Dropdown.types.d.ts +2 -1
  85. package/dist/EmptyState/EmptyState.stories.d.ts +68 -0
  86. package/dist/EmptyState/EmptyState.styled.d.ts +3 -3
  87. package/dist/EmptyState/EmptyState.types.d.ts +1 -1
  88. package/dist/EmptyState/index.d.ts +1 -1
  89. package/dist/FooterActions/FooterActions.d.ts +3 -2
  90. package/dist/FooterActions/FooterActions.stories.d.ts +50 -0
  91. package/dist/FooterActions/FooterActions.styled.d.ts +2 -2
  92. package/dist/FooterActions/FooterActions.types.d.ts +1 -1
  93. package/dist/FooterActions/index.d.ts +1 -1
  94. package/dist/FormBody/FormBody.stories.d.ts +25 -0
  95. package/dist/FormBody/FormBody.types.d.ts +2 -1
  96. package/dist/FormContainer/FormContainer.stories.d.ts +22 -0
  97. package/dist/FormContainer/FormContainer.styled.d.ts +1 -1
  98. package/dist/FormContainer/FormContainer.types.d.ts +2 -2
  99. package/dist/FormGroup/FormGroup.stories.d.ts +1434 -0
  100. package/dist/FormGroup/index.d.ts +1 -1
  101. package/dist/FormHeader/FormHeader.stories.d.ts +40 -0
  102. package/dist/FormHeader/FormHeader.styled.d.ts +5 -5
  103. package/dist/FormHeader/FormHeader.types.d.ts +2 -2
  104. package/dist/Grid/Grid.stories.d.ts +12 -0
  105. package/dist/Grid/index.d.ts +1 -1
  106. package/dist/HeaderToolbar/HeaderToolbar.stories.d.ts +2426 -0
  107. package/dist/HeaderToolbar/HeaderToolbar.styled.d.ts +7 -7
  108. package/dist/HeaderToolbar/HeaderToolbar.types.d.ts +4 -1
  109. package/dist/HeaderToolbar/index.d.ts +1 -1
  110. package/dist/Icon/Icon.stories.d.ts +1497 -0
  111. package/dist/Icon/Icon.types.d.ts +4 -3
  112. package/dist/Icon/index.d.ts +2 -2
  113. package/dist/IconButton/IconButton.d.ts +2 -2
  114. package/dist/IconButton/IconButton.stories.d.ts +632 -0
  115. package/dist/IconButton/IconButton.types.d.ts +1 -2
  116. package/dist/IconButton/index.d.ts +2 -2
  117. package/dist/IconButton/support/IconButtonMenuListExample.d.ts +10 -0
  118. package/dist/Icons/common/Dialog/index.d.ts +6 -6
  119. package/dist/Icons/common/EmptyState/lawconnect/404.d.ts +2 -0
  120. package/dist/Icons/common/EmptyState/lawconnect/Default.d.ts +2 -0
  121. package/dist/Icons/common/EmptyState/lawconnect/DocumentTooLarge.d.ts +2 -0
  122. package/dist/Icons/common/EmptyState/lawconnect/NoAppointment.d.ts +2 -0
  123. package/dist/Icons/common/EmptyState/lawconnect/NoComment.d.ts +2 -0
  124. package/dist/Icons/common/EmptyState/lawconnect/NoDocument.d.ts +2 -0
  125. package/dist/Icons/common/EmptyState/lawconnect/NoForm.d.ts +2 -0
  126. package/dist/Icons/common/EmptyState/lawconnect/NoImage.d.ts +2 -0
  127. package/dist/Icons/common/EmptyState/lawconnect/NoPreview.d.ts +2 -0
  128. package/dist/Icons/common/EmptyState/lawconnect/NoTransactions.d.ts +2 -0
  129. package/dist/Icons/common/EmptyState/lawconnect/index.d.ts +7 -0
  130. package/dist/Icons/common/EmptyState/leap/index.d.ts +5 -5
  131. package/dist/Icons/common/Forms/index.d.ts +6 -6
  132. package/dist/Icons/doctype-icons.stories.d.ts +2022 -0
  133. package/dist/Icons/doctypes/Doctype/DocTypeSent.d.ts +2 -0
  134. package/dist/Icons/doctypes/Doctype/icons.d.ts +123 -0
  135. package/dist/Icons/doctypes/Doctype/index.d.ts +18 -18
  136. package/dist/Icons/doctypes/Doctype16/icons.d.ts +71 -0
  137. package/dist/Icons/doctypes/Doctype16/index.d.ts +20 -20
  138. package/dist/Icons/lawconnect/Accredited.d.ts +3 -0
  139. package/dist/Icons/lawconnect/AccreditedSpecialist.d.ts +3 -0
  140. package/dist/Icons/lawconnect/Annotations.d.ts +3 -0
  141. package/dist/Icons/lawconnect/App.d.ts +3 -0
  142. package/dist/Icons/lawconnect/AppleCalendar.d.ts +3 -0
  143. package/dist/Icons/lawconnect/ArrowLeft.d.ts +3 -0
  144. package/dist/Icons/lawconnect/ArrowRight.d.ts +3 -0
  145. package/dist/Icons/lawconnect/ArrowTop.d.ts +3 -0
  146. package/dist/Icons/lawconnect/Award.d.ts +3 -0
  147. package/dist/Icons/lawconnect/BestPractice.d.ts +3 -0
  148. package/dist/Icons/lawconnect/Bubble.d.ts +3 -0
  149. package/dist/Icons/lawconnect/Building.d.ts +3 -0
  150. package/dist/Icons/lawconnect/Calendar.d.ts +3 -0
  151. package/dist/Icons/lawconnect/Camera.d.ts +3 -0
  152. package/dist/Icons/lawconnect/ChevronDownLg.d.ts +3 -0
  153. package/dist/Icons/lawconnect/ChevronLeftLg.d.ts +3 -0
  154. package/dist/Icons/lawconnect/ChevronRightLg.d.ts +3 -0
  155. package/dist/Icons/lawconnect/ChevronUpLg.d.ts +3 -0
  156. package/dist/Icons/lawconnect/Clock.d.ts +3 -0
  157. package/dist/Icons/lawconnect/ClosedEye.d.ts +3 -0
  158. package/dist/Icons/lawconnect/Collaborate.d.ts +3 -0
  159. package/dist/Icons/lawconnect/Contact.d.ts +3 -0
  160. package/dist/Icons/lawconnect/Courthouse.d.ts +3 -0
  161. package/dist/Icons/lawconnect/Cross.d.ts +3 -0
  162. package/dist/Icons/lawconnect/Day.d.ts +3 -0
  163. package/dist/Icons/lawconnect/Detract.d.ts +3 -0
  164. package/dist/Icons/lawconnect/Direction.d.ts +3 -0
  165. package/dist/Icons/lawconnect/Download.d.ts +3 -0
  166. package/dist/Icons/lawconnect/Expand.d.ts +3 -0
  167. package/dist/Icons/lawconnect/ExternalArrow.d.ts +3 -0
  168. package/dist/Icons/lawconnect/Eye.d.ts +3 -0
  169. package/dist/Icons/lawconnect/Facebook.d.ts +3 -0
  170. package/dist/Icons/lawconnect/Filled/BuildingFilled.d.ts +3 -0
  171. package/dist/Icons/lawconnect/Filled/CalendarFilled.d.ts +3 -0
  172. package/dist/Icons/lawconnect/Filled/ClockFilled.d.ts +3 -0
  173. package/dist/Icons/lawconnect/Filled/LocationPinFilled.d.ts +3 -0
  174. package/dist/Icons/lawconnect/Filled/PhoneFilled.d.ts +3 -0
  175. package/dist/Icons/lawconnect/Filled/StarFilled.d.ts +3 -0
  176. package/dist/Icons/lawconnect/Filled/SuccessFilled.d.ts +3 -0
  177. package/dist/Icons/lawconnect/Filled/VideoCallFilled.d.ts +3 -0
  178. package/dist/Icons/lawconnect/Filled/index.d.ts +8 -0
  179. package/dist/Icons/lawconnect/Filter.d.ts +3 -0
  180. package/dist/Icons/lawconnect/FixedCost.d.ts +3 -0
  181. package/dist/Icons/lawconnect/FreeFirstAppointment.d.ts +3 -0
  182. package/dist/Icons/lawconnect/GoogleCalendar.d.ts +3 -0
  183. package/dist/Icons/lawconnect/GridView.d.ts +3 -0
  184. package/dist/Icons/lawconnect/History.d.ts +3 -0
  185. package/dist/Icons/lawconnect/Home.d.ts +3 -0
  186. package/dist/Icons/lawconnect/Info.d.ts +3 -0
  187. package/dist/Icons/lawconnect/Invoice.d.ts +3 -0
  188. package/dist/Icons/lawconnect/ItemSearch.d.ts +3 -0
  189. package/dist/Icons/lawconnect/LawconnectLogo.d.ts +2 -0
  190. package/dist/Icons/lawconnect/Legal.d.ts +3 -0
  191. package/dist/Icons/lawconnect/LegalAid.d.ts +3 -0
  192. package/dist/Icons/lawconnect/Linkedin.d.ts +3 -0
  193. package/dist/Icons/lawconnect/List.d.ts +3 -0
  194. package/dist/Icons/lawconnect/ListView.d.ts +3 -0
  195. package/dist/Icons/lawconnect/LocationPin.d.ts +3 -0
  196. package/dist/Icons/lawconnect/LocationPointer.d.ts +3 -0
  197. package/dist/Icons/lawconnect/Midday.d.ts +3 -0
  198. package/dist/Icons/lawconnect/Minus.d.ts +3 -0
  199. package/dist/Icons/lawconnect/MobileService.d.ts +3 -0
  200. package/dist/Icons/lawconnect/More.d.ts +3 -0
  201. package/dist/Icons/lawconnect/MoreVerticalIcon.d.ts +3 -0
  202. package/dist/Icons/lawconnect/NowinNofee.d.ts +3 -0
  203. package/dist/Icons/lawconnect/OnlineSign.d.ts +3 -0
  204. package/dist/Icons/lawconnect/OutlookCalendar.d.ts +3 -0
  205. package/dist/Icons/lawconnect/Payment.d.ts +3 -0
  206. package/dist/Icons/lawconnect/Pegman.d.ts +3 -0
  207. package/dist/Icons/lawconnect/Phone.d.ts +3 -0
  208. package/dist/Icons/lawconnect/Plus.d.ts +3 -0
  209. package/dist/Icons/lawconnect/Print.d.ts +3 -0
  210. package/dist/Icons/lawconnect/QuestionBalloon.d.ts +3 -0
  211. package/dist/Icons/lawconnect/QuestionCircle.d.ts +3 -0
  212. package/dist/Icons/lawconnect/RapidPay.d.ts +3 -0
  213. package/dist/Icons/lawconnect/Refresh.d.ts +3 -0
  214. package/dist/Icons/lawconnect/Search.d.ts +3 -0
  215. package/dist/Icons/lawconnect/SecureDocCollab.d.ts +3 -0
  216. package/dist/Icons/lawconnect/SecurePayments.d.ts +3 -0
  217. package/dist/Icons/lawconnect/Send.d.ts +3 -0
  218. package/dist/Icons/lawconnect/Settings.d.ts +3 -0
  219. package/dist/Icons/lawconnect/Share.d.ts +3 -0
  220. package/dist/Icons/lawconnect/SidebarToggleLeft.d.ts +3 -0
  221. package/dist/Icons/lawconnect/SidebarToggleRight.d.ts +3 -0
  222. package/dist/Icons/lawconnect/StarEmpty.d.ts +3 -0
  223. package/dist/Icons/lawconnect/Sunrise.d.ts +3 -0
  224. package/dist/Icons/lawconnect/Sunset.d.ts +3 -0
  225. package/dist/Icons/lawconnect/Tick.d.ts +3 -0
  226. package/dist/Icons/lawconnect/TopRightCurvedArrow.d.ts +3 -0
  227. package/dist/Icons/lawconnect/TwoToneIcons/AppointmentIcon.d.ts +3 -0
  228. package/dist/Icons/lawconnect/TwoToneIcons/ClockIcon.d.ts +3 -0
  229. package/dist/Icons/lawconnect/TwoToneIcons/MessageIcon.d.ts +3 -0
  230. package/dist/Icons/lawconnect/TwoToneIcons/PeopleIcon.d.ts +3 -0
  231. package/dist/Icons/lawconnect/TwoToneIcons/QuoteIcon.d.ts +3 -0
  232. package/dist/Icons/lawconnect/TwoToneIcons/SearchIcon.d.ts +3 -0
  233. package/dist/Icons/lawconnect/TwoToneIcons/index.d.ts +6 -0
  234. package/dist/Icons/lawconnect/Upload.d.ts +3 -0
  235. package/dist/Icons/lawconnect/User.d.ts +3 -0
  236. package/dist/Icons/lawconnect/UserProfile.d.ts +3 -0
  237. package/dist/Icons/lawconnect/Video.d.ts +3 -0
  238. package/dist/Icons/lawconnect/VideoCall.d.ts +3 -0
  239. package/dist/Icons/lawconnect/Wallet.d.ts +3 -0
  240. package/dist/Icons/lawconnect/Warning.d.ts +3 -0
  241. package/dist/Icons/lawconnect/World.d.ts +3 -0
  242. package/dist/Icons/lawconnect/icons.d.ts +109 -0
  243. package/dist/Icons/lawconnect/index.d.ts +96 -0
  244. package/dist/Icons/lawconnect-icons.stories-temp-removed.d.ts +27 -0
  245. package/dist/Icons/leap/FeeEntry16.d.ts +2 -0
  246. package/dist/Icons/leap/StartTimerDarkTheme16.d.ts +2 -0
  247. package/dist/Icons/leap/StartTimerLightTheme16.d.ts +2 -0
  248. package/dist/Icons/leap/StopTimerDarkTheme16.d.ts +2 -0
  249. package/dist/Icons/leap/StopTimerLightTheme16.d.ts +2 -0
  250. package/dist/Icons/leap/TimeEntry16.d.ts +2 -0
  251. package/dist/Icons/leap/icons.d.ts +101 -0
  252. package/dist/Icons/leap/index.d.ts +29 -23
  253. package/dist/Icons/leap/ribbon/Delete.d.ts +1 -2
  254. package/dist/Icons/leap-icons.stories.d.ts +2520 -0
  255. package/dist/ImageUpload/ImageUpload.d.ts +1 -1
  256. package/dist/ImageUpload/ImageUpload.stories.d.ts +22 -0
  257. package/dist/ImageUpload/ImageUpload.styled.d.ts +1 -1
  258. package/dist/ImageUpload/ImageUpload.types.d.ts +1 -1
  259. package/dist/ImageUpload/index.d.ts +1 -1
  260. package/dist/Input/Input.stories.d.ts +5761 -0
  261. package/dist/Input/Input.styled.d.ts +3 -3
  262. package/dist/Input/Input.types.d.ts +6 -0
  263. package/dist/Input/index.d.ts +1 -1
  264. package/dist/InputLabel/InputLabel.stories.d.ts +9 -0
  265. package/dist/InputLabel/index.d.ts +2 -2
  266. package/dist/List/List.d.ts +1 -2
  267. package/dist/List/List.stories.d.ts +6 -0
  268. package/dist/List/index.d.ts +2 -2
  269. package/dist/ListItem/ListItem.d.ts +2 -2
  270. package/dist/ListItem/ListItem.stories.d.ts +6 -0
  271. package/dist/ListItem/index.d.ts +2 -2
  272. package/dist/ListItemAvatar/ListItemAvatar.stories.d.ts +6 -0
  273. package/dist/ListItemAvatar/index.d.ts +2 -2
  274. package/dist/ListItemHoverContent/ListItemHoverContent.d.ts +3 -3
  275. package/dist/ListItemHoverContent/ListItemHoverContent.stories.d.ts +11 -0
  276. package/dist/ListItemHoverContent/ListItemHoverContent.types.d.ts +1 -1
  277. package/dist/ListItemHoverContent/index.d.ts +2 -2
  278. package/dist/ListItemIcon/ListItemIcon.d.ts +2 -2
  279. package/dist/ListItemIcon/ListItemIcon.stories.d.ts +6 -0
  280. package/dist/ListItemIcon/index.d.ts +2 -2
  281. package/dist/ListItemText/ListItemText.d.ts +2 -2
  282. package/dist/ListItemText/ListItemText.stories.d.ts +7 -0
  283. package/dist/ListItemText/ListItemText.types.d.ts +1 -1
  284. package/dist/ListItemText/index.d.ts +2 -2
  285. package/dist/ListSubheader/ListSubheader.d.ts +2 -2
  286. package/dist/ListSubheader/ListSubheader.stories.d.ts +14 -0
  287. package/dist/ListSubheader/index.d.ts +2 -2
  288. package/dist/Loader/Icons/Loader.d.ts +1 -1
  289. package/dist/Loader/Icons/Spinner.d.ts +1 -1
  290. package/dist/Loader/Loader.stories.d.ts +7 -0
  291. package/dist/Loader/Loader.styled.d.ts +2 -2
  292. package/dist/Loader/Loader.types.d.ts +2 -2
  293. package/dist/Loader/index.d.ts +2 -2
  294. package/dist/Logos/LawConnect/LawConnectIcon.d.ts +3 -0
  295. package/dist/Logos/LawConnect/LawConnectLogo.d.ts +3 -0
  296. package/dist/Logos/LawConnect/LawConnectPoweredBy.d.ts +3 -0
  297. package/dist/Logos/LawConnect/index.d.ts +3 -0
  298. package/dist/Logos/Logos.stories.d.ts +8 -0
  299. package/dist/Menu/Menu.stories.d.ts +8 -0
  300. package/dist/Menu/Menu.types.d.ts +2 -2
  301. package/dist/Menu/MenuExamples.d.ts +3 -0
  302. package/dist/Menu/index.d.ts +2 -2
  303. package/dist/MenuHeader/MenuHeader.stories.d.ts +6 -0
  304. package/dist/MenuHeader/MenuHeader.types.d.ts +1 -1
  305. package/dist/MenuHeader/index.d.ts +1 -1
  306. package/dist/MenuItem/MenuItem.stories.d.ts +13 -0
  307. package/dist/MenuItem/MenuItem.types.d.ts +5 -5
  308. package/dist/MenuItem/index.d.ts +2 -2
  309. package/dist/Modal/Modal.stories.d.ts +14 -0
  310. package/dist/Modal/ModalExamples.d.ts +3 -0
  311. package/dist/Modal/index.d.ts +1 -1
  312. package/dist/ModalActions/ModalActions.stories.d.ts +6 -0
  313. package/dist/ModalActions/ModalActions.types.d.ts +1 -1
  314. package/dist/ModalActions/index.d.ts +1 -1
  315. package/dist/ModalContent/ModalContent.stories.d.ts +13 -0
  316. package/dist/ModalContent/ModalContent.types.d.ts +1 -1
  317. package/dist/ModalContent/index.d.ts +1 -1
  318. package/dist/ModalTitle/ModalTitle.stories.d.ts +9 -0
  319. package/dist/ModalTitle/ModalTitle.types.d.ts +1 -1
  320. package/dist/ModalTitle/index.d.ts +1 -1
  321. package/dist/Pagination/Pagination.stories.d.ts +9 -0
  322. package/dist/Pagination/Pagination.types.d.ts +1 -1
  323. package/dist/Pagination/index.d.ts +2 -2
  324. package/dist/Popover/Popover.stories.d.ts +6 -0
  325. package/dist/Popover/Popover.types.d.ts +1 -1
  326. package/dist/Popover/PopoverExample.d.ts +6 -0
  327. package/dist/ProgressBar/ProgressBar.d.ts +1 -1
  328. package/dist/ProgressBar/ProgressBar.stories.d.ts +13 -0
  329. package/dist/ProgressBar/index.d.ts +2 -2
  330. package/dist/Radio/Radio.stories.d.ts +8 -0
  331. package/dist/Radio/Radio.types.d.ts +1 -2
  332. package/dist/Radio/index.d.ts +2 -2
  333. package/dist/RadioGroup/RadioGroup.stories.d.ts +6 -0
  334. package/dist/RadioGroup/RadioGroup.types.d.ts +1 -1
  335. package/dist/RadioGroup/index.d.ts +1 -1
  336. package/dist/RibbonButton/RibbonButton.d.ts +2 -2
  337. package/dist/RibbonButton/RibbonButton.stories.d.ts +9 -0
  338. package/dist/RibbonButton/RibbonButton.styled.d.ts +3 -3
  339. package/dist/RibbonButton/RibbonButton.types.d.ts +1 -1
  340. package/dist/RibbonButtonGroup/RibbonButtonGroup.d.ts +2 -2
  341. package/dist/RibbonButtonGroup/RibbonButtonGroup.stories.d.ts +9 -0
  342. package/dist/RibbonButtonGroup/RibbonButtonGroup.styled.d.ts +4 -4
  343. package/dist/RibbonButtonGroup/RibbonButtonGroupMenuExample.d.ts +1 -0
  344. package/dist/Select/index.d.ts +2 -2
  345. package/dist/SidebarLayout/SidebarLayout.d.ts +7 -1
  346. package/dist/SidebarLayout/SidebarLayout.stories.d.ts +12 -0
  347. package/dist/SidebarLayout/SidebarLayout.types.d.ts +2 -1
  348. package/dist/SidebarLayout/index.d.ts +1 -1
  349. package/dist/StepNavigation/StepNavigation.stories.d.ts +9 -0
  350. package/dist/StepNavigation/StepNavigation.styled.d.ts +1 -1
  351. package/dist/StepNavigation/StepNavigation.types.d.ts +2 -1
  352. package/dist/StepNavigation/index.d.ts +2 -2
  353. package/dist/Switch/Switch.stories.d.ts +10 -0
  354. package/dist/Switch/Switch.types.d.ts +1 -1
  355. package/dist/Switch/index.d.ts +1 -1
  356. package/dist/Tab/Tab.d.ts +1 -1
  357. package/dist/Tab/Tab.stories.d.ts +6 -0
  358. package/dist/Tab/Tab.styled.d.ts +2 -2
  359. package/dist/Tab/Tab.types.d.ts +1 -1
  360. package/dist/Tab/index.d.ts +2 -2
  361. package/dist/TabListItem/TabListItem.stories.d.ts +7 -0
  362. package/dist/TabListItem/TabListItem.styled.d.ts +3 -3
  363. package/dist/TabListItem/TabListItem.types.d.ts +1 -1
  364. package/dist/Table/Table.stories.d.ts +17 -0
  365. package/dist/Table/Table.types.d.ts +1 -1
  366. package/dist/Table/index.d.ts +1 -1
  367. package/dist/TableBody/TableBody.stories.d.ts +14 -0
  368. package/dist/TableBody/TableBody.types.d.ts +1 -1
  369. package/dist/TableBody/index.d.ts +1 -1
  370. package/dist/TableCell/TableCell.stories.d.ts +10 -0
  371. package/dist/TableCell/TableCell.types.d.ts +2 -2
  372. package/dist/TableCell/index.d.ts +1 -1
  373. package/dist/TableCellIcon/TableCellIcon.stories.d.ts +7 -0
  374. package/dist/TableCellIcon/TableCellIcon.types.d.ts +1 -1
  375. package/dist/TableCellIcon/index.d.ts +1 -1
  376. package/dist/TableContainer/TableContainer.stories.d.ts +6 -0
  377. package/dist/TableContainer/index.d.ts +1 -1
  378. package/dist/TableFooter/TableFooter.stories.d.ts +10 -0
  379. package/dist/TableFooter/index.d.ts +1 -1
  380. package/dist/TableHead/TableHead.stories.d.ts +10 -0
  381. package/dist/TableHead/index.d.ts +1 -1
  382. package/dist/TableRow/TableRow.stories.d.ts +12 -0
  383. package/dist/TableRow/index.d.ts +1 -1
  384. package/dist/Tabs/Tabs.stories.d.ts +8 -0
  385. package/dist/Tabs/Tabs.styled.d.ts +2 -3
  386. package/dist/Tabs/index.d.ts +2 -2
  387. package/dist/Tabs/support/TabsExample.d.ts +3 -0
  388. package/dist/Tag/Tag.stories.d.ts +13 -0
  389. package/dist/Tag/Tag.styled.d.ts +2 -3
  390. package/dist/Tag/Tag.types.d.ts +10 -10
  391. package/dist/Tag/index.d.ts +1 -1
  392. package/dist/TextareaAutosize/TextareaAutosize.d.ts +3 -0
  393. package/dist/TextareaAutosize/TextareaAutosize.stories.d.ts +7 -0
  394. package/dist/TextareaAutosize/TextareaAutosize.types.d.ts +3 -0
  395. package/dist/TextareaAutosize/index.d.ts +2 -0
  396. package/dist/Theme/custom-types/component-dialog.d.ts +1 -1
  397. package/dist/Theme/custom-types/component-emptystate.d.ts +7 -6
  398. package/dist/Theme/custom-types/global-palette.d.ts +9 -0
  399. package/dist/Theme/lawconnect/baseline.d.ts +44 -0
  400. package/dist/Theme/lawconnect/design-tokens/components/avatars.d.ts +46 -0
  401. package/dist/Theme/lawconnect/design-tokens/components/buttons.d.ts +93 -0
  402. package/dist/Theme/lawconnect/design-tokens/components/chip.d.ts +54 -0
  403. package/dist/Theme/lawconnect/design-tokens/effect.d.ts +2 -0
  404. package/dist/Theme/lawconnect/design-tokens/palette.d.ts +116 -0
  405. package/dist/Theme/lawconnect/design-tokens/shapes.d.ts +13 -0
  406. package/dist/Theme/lawconnect/design-tokens/spacers.d.ts +12 -0
  407. package/dist/Theme/lawconnect/design-tokens/typography.d.ts +133 -0
  408. package/dist/Theme/lawconnect/overrides/Dialog/dialog.d.ts +2 -0
  409. package/dist/Theme/lawconnect/overrides/Dialog/dialogActions.d.ts +2 -0
  410. package/dist/Theme/lawconnect/overrides/Dialog/dialogContent.d.ts +2 -0
  411. package/dist/Theme/lawconnect/overrides/Dialog/dialogTitle.d.ts +2 -0
  412. package/dist/Theme/lawconnect/overrides/accordion.d.ts +4 -0
  413. package/dist/Theme/lawconnect/overrides/autocomplete.d.ts +2 -0
  414. package/dist/Theme/lawconnect/overrides/checkbox.d.ts +2 -0
  415. package/dist/Theme/lawconnect/overrides/divider.d.ts +2 -0
  416. package/dist/Theme/lawconnect/overrides/dropdown.d.ts +2 -0
  417. package/dist/Theme/lawconnect/overrides/formControlLabel.d.ts +2 -0
  418. package/dist/Theme/lawconnect/overrides/formGroup.d.ts +2 -0
  419. package/dist/Theme/lawconnect/overrides/iconButton.d.ts +2 -0
  420. package/dist/Theme/lawconnect/overrides/index.d.ts +23 -0
  421. package/dist/Theme/lawconnect/overrides/inputBase.d.ts +2 -0
  422. package/dist/Theme/lawconnect/overrides/inputLabel.d.ts +2 -0
  423. package/dist/Theme/lawconnect/overrides/list.d.ts +2 -0
  424. package/dist/Theme/lawconnect/overrides/listItemIcon.d.ts +2 -0
  425. package/dist/Theme/lawconnect/overrides/listItemText.d.ts +2 -0
  426. package/dist/Theme/lawconnect/overrides/menu.d.ts +2 -0
  427. package/dist/Theme/lawconnect/overrides/menuItem.d.ts +2 -0
  428. package/dist/Theme/lawconnect/overrides/outlinedInput.d.ts +2 -0
  429. package/dist/Theme/lawconnect/overrides/radio.d.ts +2 -0
  430. package/dist/Theme/lawconnect/overrides/svgIcon.d.ts +2 -0
  431. package/dist/Theme/lawconnect/overrides/tooltip.d.ts +2 -0
  432. package/dist/Theme/lawconnect/theme.d.ts +2 -0
  433. package/dist/Theme/leap/desktop/baseline.d.ts +13 -13
  434. package/dist/Theme/leap/desktop/design-tokens/components/avatars.d.ts +3 -3
  435. package/dist/Theme/leap/desktop/design-tokens/components/buttons.d.ts +20 -20
  436. package/dist/Theme/leap/desktop/design-tokens/components/chip.d.ts +9 -9
  437. package/dist/Theme/leap/desktop/design-tokens/effect.d.ts +2 -0
  438. package/dist/Theme/leap/desktop/design-tokens/palette.d.ts +151 -0
  439. package/dist/Theme/leap/desktop/design-tokens/typography.d.ts +1 -1
  440. package/dist/Theme/leap/desktop/overrides/index.d.ts +12 -12
  441. package/dist/Theme/leap/desktop/overrides/listItem.d.ts +2 -2
  442. package/dist/Theme/leap/desktop/overrides/listItemText.d.ts +2 -2
  443. package/dist/Theme/leap/desktop/overrides/listSubHeader.d.ts +2 -2
  444. package/dist/Theme/leap/desktop/overrides/switch.d.ts +1 -1
  445. package/dist/Theme/leap/desktop/spacers.d.ts +12 -0
  446. package/dist/Theme/leap/desktop/theme.d.ts +6 -6
  447. package/dist/Theme/leap/web/baseline.d.ts +13 -13
  448. package/dist/Theme/leap/web/design-tokens/components/avatars.d.ts +3 -3
  449. package/dist/Theme/leap/web/design-tokens/components/buttons.d.ts +20 -20
  450. package/dist/Theme/leap/web/design-tokens/components/chip.d.ts +10 -10
  451. package/dist/Theme/leap/web/design-tokens/effect.d.ts +2 -0
  452. package/dist/Theme/leap/web/design-tokens/palette.d.ts +150 -0
  453. package/dist/Theme/leap/web/design-tokens/typography.d.ts +1 -1
  454. package/dist/Theme/leap/web/overrides/index.d.ts +8 -19
  455. package/dist/Theme/leap/web/overrides/listItem.d.ts +2 -2
  456. package/dist/Theme/leap/web/overrides/listItemIcon.d.ts +2 -2
  457. package/dist/Theme/leap/web/overrides/listItemText.d.ts +2 -2
  458. package/dist/Theme/leap/web/overrides/listSubHeader.d.ts +2 -2
  459. package/dist/Theme/leap/web/overrides/switch.d.ts +1 -1
  460. package/dist/ThemeProvider/ThemeProvider.stories.d.ts +14 -0
  461. package/dist/ThemeProvider/ThemeProvider.types.d.ts +1 -1
  462. package/dist/ThemeProvider/index.d.ts +1 -1
  463. package/dist/Toolbar/Toolbar.stories.d.ts +6 -0
  464. package/dist/ToolbarButton/ToolbarButton.stories.d.ts +6 -0
  465. package/dist/ToolbarButton/ToolbarButton.styled.d.ts +2 -2
  466. package/dist/ToolbarButton/ToolbarButton.types.d.ts +3 -3
  467. package/dist/ToolbarButton/index.d.ts +1 -1
  468. package/dist/Tooltip/Tooltip.stories.d.ts +10 -0
  469. package/dist/Tooltip/index.d.ts +1 -1
  470. package/dist/TwoColumnLayout/TwoColumnLayout.d.ts +7 -1
  471. package/dist/TwoColumnLayout/TwoColumnLayout.stories.d.ts +18 -0
  472. package/dist/TwoColumnLayout/TwoColumnLayout.types.d.ts +2 -1
  473. package/dist/TwoColumnLayout/index.d.ts +1 -1
  474. package/dist/Typography/Typography.stories.d.ts +15 -0
  475. package/dist/Typography/index.d.ts +2 -2
  476. package/dist/index.d.ts +6 -6
  477. package/dist/index.esm.js +3854 -2075
  478. package/dist/index.esm.js.map +1 -1
  479. package/dist/index.js +3862 -2075
  480. package/dist/index.js.map +1 -1
  481. package/dist/stories/ColorsLeap.stories.d.ts +23 -0
  482. package/dist/stories/resources/tokensColorsLeap.d.ts +10 -0
  483. package/dist/stories/resources/typographyLawconnect.d.ts +10 -0
  484. package/package.json +50 -17
  485. package/dist/TextField/TextField.d.ts +0 -3
  486. package/dist/TextField/TextField.types.d.ts +0 -4
  487. package/dist/TextField/index.d.ts +0 -2
@@ -0,0 +1,3 @@
1
+ import { SvgIconProps } from '@mui/material';
2
+ declare function SvgList(props: SvgIconProps): import("react/jsx-runtime").JSX.Element;
3
+ export default SvgList;
@@ -0,0 +1,3 @@
1
+ import { SvgIconProps } from '@mui/material';
2
+ declare function SvgListView(props: SvgIconProps): import("react/jsx-runtime").JSX.Element;
3
+ export default SvgListView;
@@ -0,0 +1,3 @@
1
+ import { SvgIconProps } from '@mui/material';
2
+ declare function SvgLocationPin(props: SvgIconProps): import("react/jsx-runtime").JSX.Element;
3
+ export default SvgLocationPin;
@@ -0,0 +1,3 @@
1
+ import { SvgIconProps } from '@mui/material';
2
+ declare function SvgLocationPointer(props: SvgIconProps): import("react/jsx-runtime").JSX.Element;
3
+ export default SvgLocationPointer;
@@ -0,0 +1,3 @@
1
+ import { SvgIconProps } from '@mui/material';
2
+ declare function SvgMidday(props: SvgIconProps): import("react/jsx-runtime").JSX.Element;
3
+ export default SvgMidday;
@@ -0,0 +1,3 @@
1
+ import { SvgIconProps } from '@mui/material';
2
+ declare function SvgMinus(props: SvgIconProps): import("react/jsx-runtime").JSX.Element;
3
+ export default SvgMinus;
@@ -0,0 +1,3 @@
1
+ import { SvgIconProps } from '@mui/material';
2
+ declare function SvgMobileService(props: SvgIconProps): import("react/jsx-runtime").JSX.Element;
3
+ export default SvgMobileService;
@@ -0,0 +1,3 @@
1
+ import { SvgIconProps } from '@mui/material';
2
+ declare function SvgMore(props: SvgIconProps): import("react/jsx-runtime").JSX.Element;
3
+ export default SvgMore;
@@ -0,0 +1,3 @@
1
+ import { SvgIconProps } from '@mui/material';
2
+ declare function SvgMoreVerticalIcon(props: SvgIconProps): import("react/jsx-runtime").JSX.Element;
3
+ export default SvgMoreVerticalIcon;
@@ -0,0 +1,3 @@
1
+ import { SvgIconProps } from '@mui/material';
2
+ declare function SvgNowinNofee(props: SvgIconProps): import("react/jsx-runtime").JSX.Element;
3
+ export default SvgNowinNofee;
@@ -0,0 +1,3 @@
1
+ import { SvgIconProps } from '@mui/material';
2
+ declare function SvgOnlineSign(props: SvgIconProps): import("react/jsx-runtime").JSX.Element;
3
+ export default SvgOnlineSign;
@@ -0,0 +1,3 @@
1
+ import { SvgIconProps } from '@mui/material';
2
+ declare function SvgOutlookCalendar(props: SvgIconProps): import("react/jsx-runtime").JSX.Element;
3
+ export default SvgOutlookCalendar;
@@ -0,0 +1,3 @@
1
+ import { SvgIconProps } from '@mui/material';
2
+ declare function SvgPayment(props: SvgIconProps): import("react/jsx-runtime").JSX.Element;
3
+ export default SvgPayment;
@@ -0,0 +1,3 @@
1
+ import { SvgIconProps } from '@mui/material';
2
+ declare function SvgPegman(props: SvgIconProps): import("react/jsx-runtime").JSX.Element;
3
+ export default SvgPegman;
@@ -0,0 +1,3 @@
1
+ import { SvgIconProps } from '@mui/material';
2
+ declare function SvgPhone(props: SvgIconProps): import("react/jsx-runtime").JSX.Element;
3
+ export default SvgPhone;
@@ -0,0 +1,3 @@
1
+ import { SvgIconProps } from '@mui/material';
2
+ declare function SvgPlus(props: SvgIconProps): import("react/jsx-runtime").JSX.Element;
3
+ export default SvgPlus;
@@ -0,0 +1,3 @@
1
+ import { SvgIconProps } from '@mui/material';
2
+ declare function SvgPrint(props: SvgIconProps): import("react/jsx-runtime").JSX.Element;
3
+ export default SvgPrint;
@@ -0,0 +1,3 @@
1
+ import { SvgIconProps } from '@mui/material';
2
+ declare function SvgQuestionBalloon(props: SvgIconProps): import("react/jsx-runtime").JSX.Element;
3
+ export default SvgQuestionBalloon;
@@ -0,0 +1,3 @@
1
+ import { SvgIconProps } from '@mui/material';
2
+ declare function SvgQuestionCircle(props: SvgIconProps): import("react/jsx-runtime").JSX.Element;
3
+ export default SvgQuestionCircle;
@@ -0,0 +1,3 @@
1
+ import { SvgIconProps } from '@mui/material';
2
+ declare function SvgRapidPay(props: SvgIconProps): import("react/jsx-runtime").JSX.Element;
3
+ export default SvgRapidPay;
@@ -0,0 +1,3 @@
1
+ import { SvgIconProps } from '@mui/material';
2
+ declare function SvgRefresh(props: SvgIconProps): import("react/jsx-runtime").JSX.Element;
3
+ export default SvgRefresh;
@@ -0,0 +1,3 @@
1
+ import { SvgIconProps } from '@mui/material';
2
+ declare function SvgSearch(props: SvgIconProps): import("react/jsx-runtime").JSX.Element;
3
+ export default SvgSearch;
@@ -0,0 +1,3 @@
1
+ import { SvgIconProps } from '@mui/material';
2
+ declare function SvgSecureDocCollab(props: SvgIconProps): import("react/jsx-runtime").JSX.Element;
3
+ export default SvgSecureDocCollab;
@@ -0,0 +1,3 @@
1
+ import { SvgIconProps } from '@mui/material';
2
+ declare function SvgSecurePayments(props: SvgIconProps): import("react/jsx-runtime").JSX.Element;
3
+ export default SvgSecurePayments;
@@ -0,0 +1,3 @@
1
+ import { SvgIconProps } from '@mui/material';
2
+ declare function SvgSend(props: SvgIconProps): import("react/jsx-runtime").JSX.Element;
3
+ export default SvgSend;
@@ -0,0 +1,3 @@
1
+ import { SvgIconProps } from '@mui/material';
2
+ declare function SvgSettings(props: SvgIconProps): import("react/jsx-runtime").JSX.Element;
3
+ export default SvgSettings;
@@ -0,0 +1,3 @@
1
+ import { SvgIconProps } from '@mui/material';
2
+ declare function SvgShare(props: SvgIconProps): import("react/jsx-runtime").JSX.Element;
3
+ export default SvgShare;
@@ -0,0 +1,3 @@
1
+ import { SvgIconProps } from '@mui/material';
2
+ declare function SvgSidebarToggleLeft(props: SvgIconProps): import("react/jsx-runtime").JSX.Element;
3
+ export default SvgSidebarToggleLeft;
@@ -0,0 +1,3 @@
1
+ import { SvgIconProps } from '@mui/material';
2
+ declare function SvgSidebarToggleRight(props: SvgIconProps): import("react/jsx-runtime").JSX.Element;
3
+ export default SvgSidebarToggleRight;
@@ -0,0 +1,3 @@
1
+ import { SvgIconProps } from '@mui/material';
2
+ declare function SvgStarEmpty(props: SvgIconProps): import("react/jsx-runtime").JSX.Element;
3
+ export default SvgStarEmpty;
@@ -0,0 +1,3 @@
1
+ import { SvgIconProps } from '@mui/material';
2
+ declare function SvgSunrise(props: SvgIconProps): import("react/jsx-runtime").JSX.Element;
3
+ export default SvgSunrise;
@@ -0,0 +1,3 @@
1
+ import { SvgIconProps } from '@mui/material';
2
+ declare function SvgSunset(props: SvgIconProps): import("react/jsx-runtime").JSX.Element;
3
+ export default SvgSunset;
@@ -0,0 +1,3 @@
1
+ import { SvgIconProps } from '@mui/material';
2
+ declare function SvgTick(props: SvgIconProps): import("react/jsx-runtime").JSX.Element;
3
+ export default SvgTick;
@@ -0,0 +1,3 @@
1
+ import { SvgIconProps } from '@mui/material';
2
+ declare function SvgTopRightCurvedArrow(props: SvgIconProps): import("react/jsx-runtime").JSX.Element;
3
+ export default SvgTopRightCurvedArrow;
@@ -0,0 +1,3 @@
1
+ import { SvgIconProps } from '@mui/material';
2
+ declare const AppointmentIcon: (props: SvgIconProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default AppointmentIcon;
@@ -0,0 +1,3 @@
1
+ import { SvgIconProps } from '@mui/material';
2
+ declare const ClockIcon: (props: SvgIconProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default ClockIcon;
@@ -0,0 +1,3 @@
1
+ import { SvgIconProps } from '@mui/material';
2
+ declare const MessageIcon: (props: SvgIconProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default MessageIcon;
@@ -0,0 +1,3 @@
1
+ import { SvgIconProps } from '@mui/material';
2
+ declare const PeopleIcon: (props: SvgIconProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default PeopleIcon;
@@ -0,0 +1,3 @@
1
+ import { SvgIconProps } from '@mui/material';
2
+ declare const QuoteIcon: (props: SvgIconProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default QuoteIcon;
@@ -0,0 +1,3 @@
1
+ import { SvgIconProps } from '@mui/material';
2
+ declare const SearchIcon: (props: SvgIconProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default SearchIcon;
@@ -0,0 +1,6 @@
1
+ export { default as AppointmentIcon } from './AppointmentIcon';
2
+ export { default as ClockIcon } from './ClockIcon';
3
+ export { default as MessageIcon } from './MessageIcon';
4
+ export { default as PeopleIcon } from './PeopleIcon';
5
+ export { default as QuoteIcon } from './QuoteIcon';
6
+ export { default as SearchIcon } from './SearchIcon';
@@ -0,0 +1,3 @@
1
+ import { SvgIconProps } from '@mui/material';
2
+ declare function SvgUpload(props: SvgIconProps): import("react/jsx-runtime").JSX.Element;
3
+ export default SvgUpload;
@@ -0,0 +1,3 @@
1
+ import { SvgIconProps } from '@mui/material';
2
+ declare function SvgUser(props: SvgIconProps): import("react/jsx-runtime").JSX.Element;
3
+ export default SvgUser;
@@ -0,0 +1,3 @@
1
+ import { SvgIconProps } from '@mui/material';
2
+ declare function SvgUserProfile(props: SvgIconProps): import("react/jsx-runtime").JSX.Element;
3
+ export default SvgUserProfile;
@@ -0,0 +1,3 @@
1
+ import { SvgIconProps } from '@mui/material';
2
+ declare function SvgVideo(props: SvgIconProps): import("react/jsx-runtime").JSX.Element;
3
+ export default SvgVideo;
@@ -0,0 +1,3 @@
1
+ import { SvgIconProps } from '@mui/material';
2
+ declare function SvgVideoCall(props: SvgIconProps): import("react/jsx-runtime").JSX.Element;
3
+ export default SvgVideoCall;
@@ -0,0 +1,3 @@
1
+ import { SvgIconProps } from '@mui/material';
2
+ declare function SvgWallet(props: SvgIconProps): import("react/jsx-runtime").JSX.Element;
3
+ export default SvgWallet;
@@ -0,0 +1,3 @@
1
+ import { SvgIconProps } from '@mui/material';
2
+ declare function SvgWarning(props: SvgIconProps): import("react/jsx-runtime").JSX.Element;
3
+ export default SvgWarning;
@@ -0,0 +1,3 @@
1
+ import { SvgIconProps } from '@mui/material';
2
+ declare function SvgWorld(props: SvgIconProps): import("react/jsx-runtime").JSX.Element;
3
+ export default SvgWorld;
@@ -0,0 +1,109 @@
1
+ import { SvgBuildingFilled, SvgCalendarFilled, SvgClockFilled, SvgLocationPinFilled, SvgPhoneFilled, SvgStarFilled, SvgSuccessFilled, SvgVideoCallFilled } from './Filled';
2
+ import { SvgAccredited, SvgAccreditedSpecialist, SvgAnnotations, SvgApp, SvgAppleCalendar, SvgArrowLeft, SvgArrowRight, SvgArrowTop, SvgAward, SvgBestPractice, SvgBubble, SvgBuilding, SvgCalendar, SvgCamera, SvgChevronDownLg, SvgChevronLeftLg, SvgChevronRightLg, SvgChevronUpLg, SvgClock, SvgClosedEye, SvgCollaborate, SvgContact, SvgCourthouse, SvgCross, SvgDay, SvgDetract, SvgDirection, SvgDownload, SvgExpand, SvgExternalArrow, SvgEye, SvgFacebook, SvgFilter, SvgFixedCost, SvgFreeFirstAppointment, SvgGoogleCalendar, SvgGridView, SvgHistory, SvgHome, SvgInfo, SvgInvoice, SvgItemSearch, SvgLegal, SvgLegalAid, SvgLinkedin, SvgList, SvgListView, SvgLocationPin, SvgLocationPointer, SvgMidday, SvgMinus, SvgMobileService, SvgMore, SvgMoreVerticalIcon, SvgNowinNofee, SvgOnlineSign, SvgOutlookCalendar, SvgPayment, SvgPegman, SvgPhone, SvgPlus, SvgPrint, SvgQuestionBalloon, SvgQuestionCircle, SvgRapidPay, SvgRefresh, SvgSearch, SvgSecureDocCollab, SvgSecurePayments, SvgSend, SvgSettings, SvgShare, SvgSidebarToggleLeft, SvgSidebarToggleRight, SvgStarEmpty, SvgSunrise, SvgSunset, SvgTick, SvgTopRightCurvedArrow, SvgUpload, SvgUser, SvgUserProfile, SvgVideo, SvgVideoCall, SvgWallet, SvgWarning, SvgWorld } from './index';
3
+ export declare const lawconnectIcons: {
4
+ SvgAccreditedSpecialist: typeof SvgAccreditedSpecialist;
5
+ SvgAccredited: typeof SvgAccredited;
6
+ SvgAnnotations: typeof SvgAnnotations;
7
+ SvgApp: typeof SvgApp;
8
+ SvgAppleCalendar: typeof SvgAppleCalendar;
9
+ SvgArrowLeft: typeof SvgArrowLeft;
10
+ SvgArrowRight: typeof SvgArrowRight;
11
+ SvgArrowTop: typeof SvgArrowTop;
12
+ SvgAward: typeof SvgAward;
13
+ SvgBestPractice: typeof SvgBestPractice;
14
+ SvgBubble: typeof SvgBubble;
15
+ SvgBuilding: typeof SvgBuilding;
16
+ SvgCalendar: typeof SvgCalendar;
17
+ SvgCamera: typeof SvgCamera;
18
+ SvgChevronDownLg: typeof SvgChevronDownLg;
19
+ SvgChevronLeftLg: typeof SvgChevronLeftLg;
20
+ SvgChevronRightLg: typeof SvgChevronRightLg;
21
+ SvgChevronUpLg: typeof SvgChevronUpLg;
22
+ SvgClock: typeof SvgClock;
23
+ SvgClosedEye: typeof SvgClosedEye;
24
+ SvgCollaborate: typeof SvgCollaborate;
25
+ SvgContact: typeof SvgContact;
26
+ SvgCourthouse: typeof SvgCourthouse;
27
+ SvgCross: typeof SvgCross;
28
+ SvgDay: typeof SvgDay;
29
+ SvgDetract: typeof SvgDetract;
30
+ SvgDirection: typeof SvgDirection;
31
+ SvgDownload: typeof SvgDownload;
32
+ SvgExpand: typeof SvgExpand;
33
+ SvgExternalArrow: typeof SvgExternalArrow;
34
+ SvgEye: typeof SvgEye;
35
+ SvgFacebook: typeof SvgFacebook;
36
+ SvgFilter: typeof SvgFilter;
37
+ SvgFixedCost: typeof SvgFixedCost;
38
+ SvgFreeFirstAppointment: typeof SvgFreeFirstAppointment;
39
+ SvgGoogleCalendar: typeof SvgGoogleCalendar;
40
+ SvgGridView: typeof SvgGridView;
41
+ SvgHistory: typeof SvgHistory;
42
+ SvgHome: typeof SvgHome;
43
+ SvgInfo: typeof SvgInfo;
44
+ SvgInvoice: typeof SvgInvoice;
45
+ SvgItemSearch: typeof SvgItemSearch;
46
+ SvgLegalAid: typeof SvgLegalAid;
47
+ SvgLegal: typeof SvgLegal;
48
+ SvgLinkedin: typeof SvgLinkedin;
49
+ SvgListView: typeof SvgListView;
50
+ SvgList: typeof SvgList;
51
+ SvgLocationPin: typeof SvgLocationPin;
52
+ SvgLocationPointer: typeof SvgLocationPointer;
53
+ SvgMidday: typeof SvgMidday;
54
+ SvgMinus: typeof SvgMinus;
55
+ SvgMobileService: typeof SvgMobileService;
56
+ SvgMore: typeof SvgMore;
57
+ SvgMoreVerticalIcon: typeof SvgMoreVerticalIcon;
58
+ SvgNowinNofee: typeof SvgNowinNofee;
59
+ SvgOnlineSign: typeof SvgOnlineSign;
60
+ SvgOutlookCalendar: typeof SvgOutlookCalendar;
61
+ SvgPayment: typeof SvgPayment;
62
+ SvgPegman: typeof SvgPegman;
63
+ SvgPhone: typeof SvgPhone;
64
+ SvgPlus: typeof SvgPlus;
65
+ SvgPrint: typeof SvgPrint;
66
+ SvgQuestionBalloon: typeof SvgQuestionBalloon;
67
+ SvgQuestionCircle: typeof SvgQuestionCircle;
68
+ SvgRefresh: typeof SvgRefresh;
69
+ SvgRapidPay: typeof SvgRapidPay;
70
+ SvgSearch: typeof SvgSearch;
71
+ SvgSecureDocCollab: typeof SvgSecureDocCollab;
72
+ SvgSecurePayments: typeof SvgSecurePayments;
73
+ SvgSend: typeof SvgSend;
74
+ SvgSettings: typeof SvgSettings;
75
+ SvgShare: typeof SvgShare;
76
+ SvgSidebarToggleLeft: typeof SvgSidebarToggleLeft;
77
+ SvgSidebarToggleRight: typeof SvgSidebarToggleRight;
78
+ SvgStarEmpty: typeof SvgStarEmpty;
79
+ SvgSunrise: typeof SvgSunrise;
80
+ SvgSunset: typeof SvgSunset;
81
+ SvgTick: typeof SvgTick;
82
+ SvgTopRightCurvedArrow: typeof SvgTopRightCurvedArrow;
83
+ SvgUpload: typeof SvgUpload;
84
+ SvgUserProfile: typeof SvgUserProfile;
85
+ SvgUser: typeof SvgUser;
86
+ SvgVideo: typeof SvgVideo;
87
+ SvgVideoCall: typeof SvgVideoCall;
88
+ SvgWallet: typeof SvgWallet;
89
+ SvgWarning: typeof SvgWarning;
90
+ SvgWorld: typeof SvgWorld;
91
+ };
92
+ export declare const lawconnectIconsFilled: {
93
+ SvgVideoCallFilled: typeof SvgVideoCallFilled;
94
+ SvgStarFilled: typeof SvgStarFilled;
95
+ SvgSuccessFilled: typeof SvgSuccessFilled;
96
+ SvgPhoneFilled: typeof SvgPhoneFilled;
97
+ SvgCalendarFilled: typeof SvgCalendarFilled;
98
+ SvgBuildingFilled: typeof SvgBuildingFilled;
99
+ SvgLocationPinFilled: typeof SvgLocationPinFilled;
100
+ SvgClockFilled: typeof SvgClockFilled;
101
+ };
102
+ export declare const lawconnectIconsTwoTone: {
103
+ AppointmentIcon: (props: import("@mui/material").SvgIconProps) => import("react/jsx-runtime").JSX.Element;
104
+ ClockIcon: (props: import("@mui/material").SvgIconProps) => import("react/jsx-runtime").JSX.Element;
105
+ MessageIcon: (props: import("@mui/material").SvgIconProps) => import("react/jsx-runtime").JSX.Element;
106
+ PeopleIcon: (props: import("@mui/material").SvgIconProps) => import("react/jsx-runtime").JSX.Element;
107
+ SearchIcon: (props: import("@mui/material").SvgIconProps) => import("react/jsx-runtime").JSX.Element;
108
+ QuoteIcon: (props: import("@mui/material").SvgIconProps) => import("react/jsx-runtime").JSX.Element;
109
+ };
@@ -0,0 +1,96 @@
1
+ export { default as SvgAccredited } from './Accredited';
2
+ export { default as SvgAccreditedSpecialist } from './AccreditedSpecialist';
3
+ export { default as SvgAnnotations } from './Annotations';
4
+ export { default as SvgApp } from './App';
5
+ export { default as SvgAppleCalendar } from './AppleCalendar';
6
+ export { default as SvgArrowLeft } from './ArrowLeft';
7
+ export { default as SvgArrowRight } from './ArrowRight';
8
+ export { default as SvgArrowTop } from './ArrowTop';
9
+ export { default as SvgAward } from './Award';
10
+ export { default as SvgBestPractice } from './BestPractice';
11
+ export { default as SvgBubble } from './Bubble';
12
+ export { default as SvgBuilding } from './Building';
13
+ export { default as SvgCalendar } from './Calendar';
14
+ export { default as SvgCamera } from './Camera';
15
+ export { default as SvgChevronDownLg } from './ChevronDownLg';
16
+ export { default as SvgChevronLeftLg } from './ChevronLeftLg';
17
+ export { default as SvgChevronRightLg } from './ChevronRightLg';
18
+ export { default as SvgChevronUpLg } from './ChevronUpLg';
19
+ export { default as SvgClock } from './Clock';
20
+ export { default as SvgClosedEye } from './ClosedEye';
21
+ export { default as SvgCollaborate } from './Collaborate';
22
+ export { default as SvgContact } from './Contact';
23
+ export { default as SvgCourthouse } from './Courthouse';
24
+ export { default as SvgCross } from './Cross';
25
+ export { default as SvgDay } from './Day';
26
+ export { default as SvgDetract } from './Detract';
27
+ export { default as SvgDirection } from './Direction';
28
+ export { default as SvgDownload } from './Download';
29
+ export { default as SvgExpand } from './Expand';
30
+ export { default as SvgExternalArrow } from './ExternalArrow';
31
+ export { default as SvgEye } from './Eye';
32
+ export { default as SvgFacebook } from './Facebook';
33
+ export { default as SvgBuildingFilled } from './Filled/BuildingFilled';
34
+ export { default as SvgCalendarFilled } from './Filled/CalendarFilled';
35
+ export { default as SvgClockFilled } from './Filled/ClockFilled';
36
+ export { default as SvgLocationPinFilled } from './Filled/LocationPinFilled';
37
+ export { default as SvgPhoneFilled } from './Filled/PhoneFilled';
38
+ export { default as SvgStarFilled } from './Filled/StarFilled';
39
+ export { default as SvgSuccessFilled } from './Filled/SuccessFilled';
40
+ export { default as SvgVideoCallFilled } from './Filled/VideoCallFilled';
41
+ export { default as SvgFilter } from './Filter';
42
+ export { default as SvgFixedCost } from './FixedCost';
43
+ export { default as SvgFreeFirstAppointment } from './FreeFirstAppointment';
44
+ export { default as SvgGoogleCalendar } from './GoogleCalendar';
45
+ export { default as SvgGridView } from './GridView';
46
+ export { default as SvgHistory } from './History';
47
+ export { default as SvgHome } from './Home';
48
+ export { default as SvgInfo } from './Info';
49
+ export { default as SvgInvoice } from './Invoice';
50
+ export { default as SvgItemSearch } from './ItemSearch';
51
+ export { default as LawconnectLogo } from './LawconnectLogo';
52
+ export { default as SvgLegal } from './Legal';
53
+ export { default as SvgLegalAid } from './LegalAid';
54
+ export { default as SvgLinkedin } from './Linkedin';
55
+ export { default as SvgList } from './List';
56
+ export { default as SvgListView } from './ListView';
57
+ export { default as SvgLocationPin } from './LocationPin';
58
+ export { default as SvgLocationPointer } from './LocationPointer';
59
+ export { default as SvgMidday } from './Midday';
60
+ export { default as SvgMinus } from './Minus';
61
+ export { default as SvgMobileService } from './MobileService';
62
+ export { default as SvgMore } from './More';
63
+ export { default as SvgMoreVerticalIcon } from './MoreVerticalIcon';
64
+ export { default as SvgNowinNofee } from './NowinNofee';
65
+ export { default as SvgOnlineSign } from './OnlineSign';
66
+ export { default as SvgOutlookCalendar } from './OutlookCalendar';
67
+ export { default as SvgPayment } from './Payment';
68
+ export { default as SvgPegman } from './Pegman';
69
+ export { default as SvgPhone } from './Phone';
70
+ export { default as SvgPlus } from './Plus';
71
+ export { default as SvgPrint } from './Print';
72
+ export { default as SvgQuestionBalloon } from './QuestionBalloon';
73
+ export { default as SvgQuestionCircle } from './QuestionCircle';
74
+ export { default as SvgRapidPay } from './RapidPay';
75
+ export { default as SvgRefresh } from './Refresh';
76
+ export { default as SvgSearch } from './Search';
77
+ export { default as SvgSecureDocCollab } from './SecureDocCollab';
78
+ export { default as SvgSecurePayments } from './SecurePayments';
79
+ export { default as SvgSend } from './Send';
80
+ export { default as SvgSettings } from './Settings';
81
+ export { default as SvgShare } from './Share';
82
+ export { default as SvgSidebarToggleLeft } from './SidebarToggleLeft';
83
+ export { default as SvgSidebarToggleRight } from './SidebarToggleRight';
84
+ export { default as SvgStarEmpty } from './StarEmpty';
85
+ export { default as SvgSunrise } from './Sunrise';
86
+ export { default as SvgSunset } from './Sunset';
87
+ export { default as SvgTick } from './Tick';
88
+ export { default as SvgTopRightCurvedArrow } from './TopRightCurvedArrow';
89
+ export { default as SvgUpload } from './Upload';
90
+ export { default as SvgUser } from './User';
91
+ export { default as SvgUserProfile } from './UserProfile';
92
+ export { default as SvgVideo } from './Video';
93
+ export { default as SvgVideoCall } from './VideoCall';
94
+ export { default as SvgWallet } from './Wallet';
95
+ export { default as SvgWarning } from './Warning';
96
+ export { default as SvgWorld } from './World';
@@ -0,0 +1,27 @@
1
+ declare const meta: {
2
+ component: (props: import("../Icon").IconProps) => import("react/jsx-runtime").JSX.Element;
3
+ title: string;
4
+ };
5
+ export default meta;
6
+ export declare const Default: {
7
+ args: {};
8
+ parameters: {
9
+ docs: {
10
+ source: {
11
+ code: string;
12
+ };
13
+ };
14
+ };
15
+ render: () => import("react/jsx-runtime").JSX.Element;
16
+ };
17
+ export declare const Filled: {
18
+ args: {};
19
+ parameters: {
20
+ docs: {
21
+ source: {
22
+ code: string;
23
+ };
24
+ };
25
+ };
26
+ render: () => import("react/jsx-runtime").JSX.Element;
27
+ };
@@ -0,0 +1,2 @@
1
+ import { SvgIconProps } from '@mui/material/SvgIcon';
2
+ export default function FeeEntry16Icon(props: SvgIconProps): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import { SvgIconProps } from '@mui/material/SvgIcon';
2
+ export default function StartTimerDarkTheme16(props: SvgIconProps): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import { SvgIconProps } from '@mui/material/SvgIcon';
2
+ export default function StartTimerLightTheme16(props: SvgIconProps): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import { SvgIconProps } from '@mui/material/SvgIcon';
2
+ export default function StopTimerDarkTheme16(props: SvgIconProps): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import { SvgIconProps } from '@mui/material/SvgIcon';
2
+ export default function StopTimerLightTheme16(props: SvgIconProps): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import { SvgIconProps } from '@mui/material/SvgIcon';
2
+ export default function TimeEntry16Icon(props: SvgIconProps): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,101 @@
1
+ import { AccessIcon, AccountingIcon, ActivityDefault16Icon, Appointment16Icon, AssignCurvedIcon, AutoTimer24Icon, AutoTimerFilled24Icon, AutoTimerIconDarkTheme, AutoTimerIconLightTheme, AvatarBusinessIcon, AvatarCompanyIcon, AvatarGovernmentIcon, AvatarPeopleIcon, AvatarPersonIcon, AvatarTrustIcon, BlankLetter16Icon, Browse2Icon, BrowseIcon, ButtonCaretIcon, ButtonFilterIcon, BylawyersIcon, CalendarIcon, CalendarRibbonIcon, CaretDown12Icon, CaretUp12Icon, ChevronDownIcon, ChevronLeftIcon, ChevronRightIcon, Clause16Icon, CoinEuroIcon, CoinIcon, CoinPoundIcon, CostRecoveryExceeded16Icon, Cross16Icon, CrossIcon, CurrencyEuroIcon, CurrencyIcon, CurrencyPoundIcon, DeleteRibbonIcon, EmailSentIcon, Fax16Icon, FeeEntry16Icon, HomeIcon, HyperLink16Icon, InsertLinkIcon, LoaderIcon, ManualEntry24Icon, ManualEntryFilled24Icon, ManualEntryIconDarkTheme, ManualEntryIconLightTheme, MatterFolderRibbonIcon, Memo16Icon, MenuIcon, MoreVerticalIcon, NewAppointmentIcon, NewEntryRibbonIcon, PhoneCall16Icon, PowerIcon, PrecedentNotification16Icon, PreviewIcon, ReportingIcon, ResponseIcon, RevokeAccessIcon, ScannedDoc16Icon, SearchIcon, SelectFilterEmptyIcon, SelectFilterFilledIcon, SharedFolder16Icon, Sms16Icon, SpinnerIcon, StartTimerDarkTheme16, StartTimerLightTheme16, StopTimerDarkTheme16, StopTimerLightTheme16, TaxInvoice16Icon, TaxInvoice162Icon, TickIcon, TimedEntry16Icon, TimeEntry16Icon, Timer24Icon, TimerFilled24Icon, TrustStatement16Icon, UnknownType16Icon, UserLinkIcon, UserLockIcon, UsersIcon, Video16Icon, VideoCall16Icon, VoiceMemo16Icon, Zyphta16Icon } from './index';
2
+ export declare const leapIcons: {
3
+ AccessIcon: typeof AccessIcon;
4
+ AccountingIcon: typeof AccountingIcon;
5
+ AssignCurvedIcon: typeof AssignCurvedIcon;
6
+ AvatarBusinessIcon: typeof AvatarBusinessIcon;
7
+ AvatarCompanyIcon: typeof AvatarCompanyIcon;
8
+ AvatarGovernmentIcon: typeof AvatarGovernmentIcon;
9
+ AvatarPeopleIcon: typeof AvatarPeopleIcon;
10
+ AvatarPersonIcon: typeof AvatarPersonIcon;
11
+ AvatarTrustIcon: typeof AvatarTrustIcon;
12
+ BrowseIcon: typeof BrowseIcon;
13
+ Browse2Icon: typeof Browse2Icon;
14
+ ButtonCaretIcon: typeof ButtonCaretIcon;
15
+ ButtonFilterIcon: typeof ButtonFilterIcon;
16
+ CalendarIcon: typeof CalendarIcon;
17
+ CaretDown12Icon: typeof CaretDown12Icon;
18
+ CaretUp12Icon: typeof CaretUp12Icon;
19
+ ChevronDownIcon: typeof ChevronDownIcon;
20
+ ChevronLeftIcon: typeof ChevronLeftIcon;
21
+ ChevronRightIcon: typeof ChevronRightIcon;
22
+ CoinEuroIcon: typeof CoinEuroIcon;
23
+ CoinIcon: typeof CoinIcon;
24
+ CoinPoundIcon: typeof CoinPoundIcon;
25
+ CrossIcon: typeof CrossIcon;
26
+ CurrencyEuroIcon: typeof CurrencyEuroIcon;
27
+ CurrencyIcon: typeof CurrencyIcon;
28
+ CurrencyPoundIcon: typeof CurrencyPoundIcon;
29
+ EmailSentIcon: typeof EmailSentIcon;
30
+ HomeIcon: typeof HomeIcon;
31
+ InsertLinkIcon: typeof InsertLinkIcon;
32
+ LoaderIcon: typeof LoaderIcon;
33
+ MenuIcon: typeof MenuIcon;
34
+ MoreVerticalIcon: typeof MoreVerticalIcon;
35
+ NewAppointmentIcon: typeof NewAppointmentIcon;
36
+ PowerIcon: typeof PowerIcon;
37
+ PreviewIcon: typeof PreviewIcon;
38
+ ReportingIcon: typeof ReportingIcon;
39
+ ResponseIcon: typeof ResponseIcon;
40
+ RevokeAccessIcon: typeof RevokeAccessIcon;
41
+ SearchIcon: typeof SearchIcon;
42
+ SelectFilterEmptyIcon: typeof SelectFilterEmptyIcon;
43
+ SelectFilterFilledIcon: typeof SelectFilterFilledIcon;
44
+ SpinnerIcon: typeof SpinnerIcon;
45
+ TickIcon: typeof TickIcon;
46
+ UserLinkIcon: typeof UserLinkIcon;
47
+ UserLockIcon: typeof UserLockIcon;
48
+ UsersIcon: typeof UsersIcon;
49
+ AutoTimer24Icon: typeof AutoTimer24Icon;
50
+ AutoTimerFilled24Icon: typeof AutoTimerFilled24Icon;
51
+ ManualEntry24Icon: typeof ManualEntry24Icon;
52
+ ManualEntryFilled24Icon: typeof ManualEntryFilled24Icon;
53
+ Timer24Icon: typeof Timer24Icon;
54
+ TimerFilled24Icon: typeof TimerFilled24Icon;
55
+ };
56
+ export declare const leapIcons16: {
57
+ ActivityDefault16Icon: typeof ActivityDefault16Icon;
58
+ Appointment16Icon: typeof Appointment16Icon;
59
+ BlankLetter16Icon: typeof BlankLetter16Icon;
60
+ BylawyersIcon: typeof BylawyersIcon;
61
+ Clause16Icon: typeof Clause16Icon;
62
+ Cross16Icon: typeof Cross16Icon;
63
+ CostRecoveryExceeded16Icon: typeof CostRecoveryExceeded16Icon;
64
+ FeeEntry16Icon: typeof FeeEntry16Icon;
65
+ Fax16Icon: typeof Fax16Icon;
66
+ HyperLink16Icon: typeof HyperLink16Icon;
67
+ Memo16Icon: typeof Memo16Icon;
68
+ PhoneCall16Icon: typeof PhoneCall16Icon;
69
+ PrecedentNotification16Icon: typeof PrecedentNotification16Icon;
70
+ ScannedDoc16Icon: typeof ScannedDoc16Icon;
71
+ SharedFolder16Icon: typeof SharedFolder16Icon;
72
+ Sms16Icon: typeof Sms16Icon;
73
+ TrustStatement16Icon: typeof TrustStatement16Icon;
74
+ TaxInvoice16Icon: typeof TaxInvoice16Icon;
75
+ TaxInvoice162Icon: typeof TaxInvoice162Icon;
76
+ TimedEntry16Icon: typeof TimedEntry16Icon;
77
+ TimeEntry16Icon: typeof TimeEntry16Icon;
78
+ UnknownType16Icon: typeof UnknownType16Icon;
79
+ Video16Icon: typeof Video16Icon;
80
+ VideoCall16Icon: typeof VideoCall16Icon;
81
+ VoiceMemo16Icon: typeof VoiceMemo16Icon;
82
+ Zyphta16Icon: typeof Zyphta16Icon;
83
+ };
84
+ export declare const leapRibbonIcons: {
85
+ MatterFolderRibbonIcon: typeof MatterFolderRibbonIcon;
86
+ NewEntryRibbonIcon: typeof NewEntryRibbonIcon;
87
+ CalendarRibbonIcon: typeof CalendarRibbonIcon;
88
+ DeleteRibbonIcon: typeof DeleteRibbonIcon;
89
+ };
90
+ export declare const leapDarkTheme: {
91
+ AutoTimerIconDarkTheme: typeof AutoTimerIconDarkTheme;
92
+ ManualEntryIconDarkTheme: typeof ManualEntryIconDarkTheme;
93
+ StopTimerDarkTheme16: typeof StopTimerDarkTheme16;
94
+ StartTimerDarkTheme16: typeof StartTimerDarkTheme16;
95
+ };
96
+ export declare const leapLightTheme: {
97
+ AutoTimerIconLightTheme: typeof AutoTimerIconLightTheme;
98
+ ManualEntryIconLightTheme: typeof ManualEntryIconLightTheme;
99
+ StopTimerLightTheme16: typeof StopTimerLightTheme16;
100
+ StartTimerLightTheme16: typeof StartTimerLightTheme16;
101
+ };