@galaxy-ds/core 2.0.4 → 2.0.6

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 (253) hide show
  1. package/dist/DateRangePicker/DateRangePicker.types.d.ts +2 -1
  2. package/dist/RibbonButtonGroup/RibbonButtonGroup.types.d.ts +3 -3
  3. package/dist/index.d.ts +3 -0
  4. package/dist/index.esm.js +471 -327
  5. package/dist/index.esm.js.map +1 -1
  6. package/dist/index.js +474 -326
  7. package/dist/index.js.map +1 -1
  8. package/dist/package.json +1 -1
  9. package/package.json +1 -1
  10. package/src/DatePicker/DatePicker.stories.mdx +11 -10
  11. package/src/DatePicker/support/DatePickerExample.tsx +14 -0
  12. package/src/DateRangePicker/DateRangePicker.stories.mdx +28 -16
  13. package/src/DateRangePicker/DateRangePicker.test.tsx +6 -1
  14. package/src/DateRangePicker/DateRangePicker.types.ts +11 -1
  15. package/src/DateRangePicker/support/DateRangePickerExample.tsx +31 -0
  16. package/src/RibbonButton/RibbonButton.stories.mdx +27 -3
  17. package/src/RibbonButton/RibbonButton.styled.tsx +4 -5
  18. package/src/RibbonButton/RibbonButton.tsx +2 -1
  19. package/src/RibbonButtonGroup/RibbonButtonGroup.stories.mdx +27 -2
  20. package/src/RibbonButtonGroup/RibbonButtonGroup.tsx +2 -2
  21. package/src/RibbonButtonGroup/RibbonButtonGroup.types.ts +11 -12
  22. package/src/index.ts +4 -1
  23. package/dist/Accordion/AccordionProps.types.d.ts +0 -10
  24. package/dist/AccordionDetails/AccordionDetails.styled.d.ts +0 -2
  25. package/dist/AccordionDetails/AccordionDetailsProps.types.d.ts +0 -3
  26. package/dist/AccordionPanel/AccordionPanel.styled.d.ts +0 -17
  27. package/dist/AccordionPanel/AccordionPanelProps.types.d.ts +0 -3
  28. package/dist/AccordionSummary/AccordionSummary.styled.d.ts +0 -7
  29. package/dist/AccordionSummary/AccordionSummaryProps.types.d.ts +0 -4
  30. package/dist/AppointmentCalendar/AppointmentCalendar.d.ts +0 -4
  31. package/dist/AppointmentCalendar/AppointmentCalendarProps.types.d.ts +0 -89
  32. package/dist/Autocomplete/AutocompleteProps.types.d.ts +0 -80
  33. package/dist/AvatarGroup/AvatarGroupProps.types.d.ts +0 -8
  34. package/dist/AvatarsGroup/AvatarsGroup.d.ts +0 -4
  35. package/dist/AvatarsGroup/AvatarsGroup.types.d.ts +0 -9
  36. package/dist/Badge/Badge.d.ts +0 -4
  37. package/dist/Badge/Badge.styled.d.ts +0 -4
  38. package/dist/Badge/Badge.types.d.ts +0 -3
  39. package/dist/Badge/index.d.ts +0 -2
  40. package/dist/BottomListButton/BottomListButtonProps.types.d.ts +0 -4
  41. package/dist/Box/BoxProps.types.d.ts +0 -3
  42. package/dist/Breadcrumbs/BreadcrumbsProps.types.d.ts +0 -4
  43. package/dist/Button/ButtonProps.types.d.ts +0 -5
  44. package/dist/Card/CardProps.types.d.ts +0 -6
  45. package/dist/Chip/ChipProps.types.d.ts +0 -10
  46. package/dist/DatePicker/DatePickerProps.types.d.ts +0 -10
  47. package/dist/DateRangePicker/DateRangePickerProps.types.d.ts +0 -3
  48. package/dist/Dialog/Dialog.types.d.ts +0 -11
  49. package/dist/Divider/DividerProps.types.d.ts +0 -5
  50. package/dist/Drawer/DrawerProps.types.d.ts +0 -10
  51. package/dist/DrawerMenu/DrawerMenuProps.types.d.ts +0 -29
  52. package/dist/EmptyState/EmptyStateProps.types.d.ts +0 -7
  53. package/dist/FooterActions/FooterActionsProps.types.d.ts +0 -5
  54. package/dist/FormGroup/FormGroupProps.types.d.ts +0 -23
  55. package/dist/Grid/GridProps.types.d.ts +0 -3
  56. package/dist/HeaderToolbar/HeaderToolbarProps.types.d.ts +0 -25
  57. package/dist/Icon/IconProps.types.d.ts +0 -4
  58. package/dist/Icons/Access.d.ts +0 -3
  59. package/dist/Icons/AccountingIcon.d.ts +0 -3
  60. package/dist/Icons/AssignCurvedIcon.d.ts +0 -3
  61. package/dist/Icons/AvatarBusiness.d.ts +0 -3
  62. package/dist/Icons/AvatarCompany.d.ts +0 -3
  63. package/dist/Icons/AvatarGovernment.d.ts +0 -3
  64. package/dist/Icons/AvatarPeople.d.ts +0 -3
  65. package/dist/Icons/AvatarPerson.d.ts +0 -3
  66. package/dist/Icons/AvatarTrust.d.ts +0 -3
  67. package/dist/Icons/Browse.d.ts +0 -3
  68. package/dist/Icons/Browse2.d.ts +0 -3
  69. package/dist/Icons/ButtonCaret.d.ts +0 -3
  70. package/dist/Icons/ButtonFilter.d.ts +0 -3
  71. package/dist/Icons/Calendar.d.ts +0 -3
  72. package/dist/Icons/ChevronDown.d.ts +0 -3
  73. package/dist/Icons/ChevronLeft.d.ts +0 -3
  74. package/dist/Icons/ChevronRight.d.ts +0 -3
  75. package/dist/Icons/CoinEuroIcon.d.ts +0 -3
  76. package/dist/Icons/CoinIcon.d.ts +0 -3
  77. package/dist/Icons/CoinPoundIcon.d.ts +0 -3
  78. package/dist/Icons/Cross.d.ts +0 -3
  79. package/dist/Icons/CrossIcon16.d.ts +0 -3
  80. package/dist/Icons/CurrencyEuroIcon.d.ts +0 -3
  81. package/dist/Icons/CurrencyIcon.d.ts +0 -3
  82. package/dist/Icons/CurrencyPoundIcon.d.ts +0 -3
  83. package/dist/Icons/Dialog/Alert.d.ts +0 -3
  84. package/dist/Icons/Dialog/Info.d.ts +0 -3
  85. package/dist/Icons/Dialog/InfoCircle.d.ts +0 -3
  86. package/dist/Icons/Dialog/LeapLogo.d.ts +0 -3
  87. package/dist/Icons/Dialog/Warning.d.ts +0 -3
  88. package/dist/Icons/Doctype/ActivityTypeDefault.d.ts +0 -3
  89. package/dist/Icons/Doctype/ActivityTypePhoneCall.d.ts +0 -3
  90. package/dist/Icons/Doctype/ActivityTypeScannedDoc.d.ts +0 -3
  91. package/dist/Icons/Doctype/ActivityTypeVideoCall.d.ts +0 -3
  92. package/dist/Icons/Doctype/DocTypeAppointment.d.ts +0 -3
  93. package/dist/Icons/Doctype/DocTypeAppointmentCriticalDate.d.ts +0 -3
  94. package/dist/Icons/Doctype/DocTypeAudio.d.ts +0 -3
  95. package/dist/Icons/Doctype/DocTypeClausePrecedent.d.ts +0 -3
  96. package/dist/Icons/Doctype/DocTypeComment.d.ts +0 -3
  97. package/dist/Icons/Doctype/DocTypeCriticalDate.d.ts +0 -3
  98. package/dist/Icons/Doctype/DocTypeDeadline.d.ts +0 -3
  99. package/dist/Icons/Doctype/DocTypeDefault.d.ts +0 -3
  100. package/dist/Icons/Doctype/DocTypeEmail.d.ts +0 -3
  101. package/dist/Icons/Doctype/DocTypeEmailDraft.d.ts +0 -3
  102. package/dist/Icons/Doctype/DocTypeEmailReceived.d.ts +0 -3
  103. package/dist/Icons/Doctype/DocTypeEmailRecieved.d.ts +0 -3
  104. package/dist/Icons/Doctype/DocTypeEmailSent.d.ts +0 -3
  105. package/dist/Icons/Doctype/DocTypeExcel.d.ts +0 -3
  106. package/dist/Icons/Doctype/DocTypeFax.d.ts +0 -3
  107. package/dist/Icons/Doctype/DocTypeFileNote.d.ts +0 -3
  108. package/dist/Icons/Doctype/DocTypeFolder.d.ts +0 -3
  109. package/dist/Icons/Doctype/DocTypeImage.d.ts +0 -3
  110. package/dist/Icons/Doctype/DocTypeInfotrack.d.ts +0 -3
  111. package/dist/Icons/Doctype/DocTypeInvoiceRequest.d.ts +0 -3
  112. package/dist/Icons/Doctype/DocTypeInvoiceRequests.d.ts +0 -3
  113. package/dist/Icons/Doctype/DocTypeLetter.d.ts +0 -3
  114. package/dist/Icons/Doctype/DocTypeMemo.d.ts +0 -3
  115. package/dist/Icons/Doctype/DocTypePdf.d.ts +0 -3
  116. package/dist/Icons/Doctype/DocTypePowerpoint.d.ts +0 -3
  117. package/dist/Icons/Doctype/DocTypeSMS.d.ts +0 -3
  118. package/dist/Icons/Doctype/DocTypeSignatureDeclined.d.ts +0 -3
  119. package/dist/Icons/Doctype/DocTypeSignaturePending.d.ts +0 -3
  120. package/dist/Icons/Doctype/DocTypeSignatureRequest.d.ts +0 -3
  121. package/dist/Icons/Doctype/DocTypeSignatureSigned.d.ts +0 -3
  122. package/dist/Icons/Doctype/DocTypeTasks.d.ts +0 -3
  123. package/dist/Icons/Doctype/DocTypeTrust.d.ts +0 -3
  124. package/dist/Icons/Doctype/DocTypeVideo.d.ts +0 -3
  125. package/dist/Icons/Doctype/DocTypeWord.d.ts +0 -3
  126. package/dist/Icons/Doctype/DocTypeZip.d.ts +0 -3
  127. package/dist/Icons/Doctype/index.d.ts +0 -39
  128. package/dist/Icons/Doctype16/ActivityTypeDefault16.d.ts +0 -3
  129. package/dist/Icons/Doctype16/ActivityTypePhoneCall16.d.ts +0 -3
  130. package/dist/Icons/Doctype16/ActivityTypeScannedDoc16.d.ts +0 -3
  131. package/dist/Icons/Doctype16/ActivityTypeVideoCall16.d.ts +0 -3
  132. package/dist/Icons/Doctype16/DocTypeAppointment16.d.ts +0 -3
  133. package/dist/Icons/Doctype16/DocTypeAppointmentCriticalDate16.d.ts +0 -3
  134. package/dist/Icons/Doctype16/DocTypeAudio16.d.ts +0 -3
  135. package/dist/Icons/Doctype16/DocTypeClausePrecedent16.d.ts +0 -3
  136. package/dist/Icons/Doctype16/DocTypeComment16.d.ts +0 -3
  137. package/dist/Icons/Doctype16/DocTypeCriticalDate16.d.ts +0 -3
  138. package/dist/Icons/Doctype16/DocTypeDeadline16.d.ts +0 -3
  139. package/dist/Icons/Doctype16/DocTypeDefault16.d.ts +0 -3
  140. package/dist/Icons/Doctype16/DocTypeEmail16.d.ts +0 -3
  141. package/dist/Icons/Doctype16/DocTypeEmailDraft16.d.ts +0 -3
  142. package/dist/Icons/Doctype16/DocTypeEmailReceived16.d.ts +0 -3
  143. package/dist/Icons/Doctype16/DocTypeEmailSent16.d.ts +0 -3
  144. package/dist/Icons/Doctype16/DocTypeExcel16.d.ts +0 -3
  145. package/dist/Icons/Doctype16/DocTypeFax16.d.ts +0 -3
  146. package/dist/Icons/Doctype16/DocTypeFileNote16.d.ts +0 -3
  147. package/dist/Icons/Doctype16/DocTypeFolder16.d.ts +0 -3
  148. package/dist/Icons/Doctype16/DocTypeImage16.d.ts +0 -3
  149. package/dist/Icons/Doctype16/DocTypeInfotrack16.d.ts +0 -3
  150. package/dist/Icons/Doctype16/DocTypeInvoiceRequest16.d.ts +0 -3
  151. package/dist/Icons/Doctype16/DocTypeInvoiceRequests16.d.ts +0 -3
  152. package/dist/Icons/Doctype16/DocTypeLetter16.d.ts +0 -3
  153. package/dist/Icons/Doctype16/DocTypeMemo16.d.ts +0 -3
  154. package/dist/Icons/Doctype16/DocTypePdf16.d.ts +0 -3
  155. package/dist/Icons/Doctype16/DocTypePowerpoint16.d.ts +0 -3
  156. package/dist/Icons/Doctype16/DocTypeSMS16.d.ts +0 -3
  157. package/dist/Icons/Doctype16/DocTypeSignatureDeclined16.d.ts +0 -3
  158. package/dist/Icons/Doctype16/DocTypeSignaturePending16.d.ts +0 -3
  159. package/dist/Icons/Doctype16/DocTypeSignatureRequest16.d.ts +0 -3
  160. package/dist/Icons/Doctype16/DocTypeSignatureSigned16.d.ts +0 -3
  161. package/dist/Icons/Doctype16/DocTypeTasks16.d.ts +0 -3
  162. package/dist/Icons/Doctype16/DocTypeTrust16.d.ts +0 -3
  163. package/dist/Icons/Doctype16/DocTypeVideo16.d.ts +0 -3
  164. package/dist/Icons/Doctype16/DocTypeWord16.d.ts +0 -3
  165. package/dist/Icons/Doctype16/DocTypeZip16.d.ts +0 -3
  166. package/dist/Icons/Doctype16/index.d.ts +0 -38
  167. package/dist/Icons/EmailSentIcon.d.ts +0 -3
  168. package/dist/Icons/EnvelopeIcon.d.ts +0 -3
  169. package/dist/Icons/HomeIcon.d.ts +0 -3
  170. package/dist/Icons/InsertLink.d.ts +0 -3
  171. package/dist/Icons/LinkMatter.d.ts +0 -3
  172. package/dist/Icons/LinkMatterIcon.d.ts +0 -3
  173. package/dist/Icons/Loader.d.ts +0 -3
  174. package/dist/Icons/Logos/LawconnectIcon.d.ts +0 -2
  175. package/dist/Icons/Logos/LeapLogo.d.ts +0 -2
  176. package/dist/Icons/Logos/poweredByLawconnect.d.ts +0 -2
  177. package/dist/Icons/MenuIcon.d.ts +0 -3
  178. package/dist/Icons/MoreVerticalIcon.d.ts +0 -3
  179. package/dist/Icons/NewAppointment.d.ts +0 -3
  180. package/dist/Icons/Power.d.ts +0 -3
  181. package/dist/Icons/Preview.d.ts +0 -3
  182. package/dist/Icons/Receipt.d.ts +0 -3
  183. package/dist/Icons/ReportingIcon.d.ts +0 -3
  184. package/dist/Icons/ResponseIcon.d.ts +0 -3
  185. package/dist/Icons/RevokeAccess.d.ts +0 -3
  186. package/dist/Icons/Search.d.ts +0 -3
  187. package/dist/Icons/SelectFilterEmpty.d.ts +0 -3
  188. package/dist/Icons/SelectFilterFilled.d.ts +0 -3
  189. package/dist/Icons/Spinner.d.ts +0 -3
  190. package/dist/Icons/Tick.d.ts +0 -3
  191. package/dist/Icons/UserLink.d.ts +0 -3
  192. package/dist/Icons/UserLock.d.ts +0 -3
  193. package/dist/Icons/Users.d.ts +0 -3
  194. package/dist/Icons/ViewAsUser.d.ts +0 -3
  195. package/dist/Icons/ViewAsUserIcon.d.ts +0 -3
  196. package/dist/Icons/activities/activities16/ActivityTypeDefault16.d.ts +0 -3
  197. package/dist/Icons/activities/activities16/ActivityTypePhoneCall16.d.ts +0 -3
  198. package/dist/Icons/activities/activities16/ActivityTypeScannedDoc16.d.ts +0 -3
  199. package/dist/Icons/activities/activities16/ActivityTypeVideoCall16.d.ts +0 -3
  200. package/dist/Icons/index.d.ts +0 -50
  201. package/dist/Icons/leap/activities/Activities16/ActivityTypeDefault16.d.ts +0 -3
  202. package/dist/Icons/leap/activities/Activities16/ActivityTypePhoneCall16.d.ts +0 -3
  203. package/dist/Icons/leap/activities/Activities16/ActivityTypeScannedDoc16.d.ts +0 -3
  204. package/dist/Icons/leap/activities/Activities16/ActivityTypeVideoCall16.d.ts +0 -3
  205. package/dist/Icons/leap/ribbon/Calendar32.d.ts +0 -3
  206. package/dist/Icons/leap/ribbon/CalendarDark32.d.ts +0 -3
  207. package/dist/Icons/leap/ribbon/Delete32.d.ts +0 -3
  208. package/dist/Icons/leap/ribbon/DeleteDark32.d.ts +0 -3
  209. package/dist/Icons/leap/ribbon/MatterFolder32.d.ts +0 -3
  210. package/dist/Icons/leap/ribbon/MatterFolderDark32.d.ts +0 -3
  211. package/dist/ImageUpload/ImageUploadProps.types.d.ts +0 -7
  212. package/dist/Input/InputProps.types.d.ts +0 -26
  213. package/dist/MenuContext/MenuContext.d.ts +0 -4
  214. package/dist/MenuContext/MenuContext.types.d.ts +0 -18
  215. package/dist/MenuHeader/MenuHeaderProps.types.d.ts +0 -3
  216. package/dist/MenuItemSystem/MenuItemSystem.d.ts +0 -4
  217. package/dist/MenuItemSystem/MenuItemSystem.types.d.ts +0 -25
  218. package/dist/Modal/ModalProps.types.d.ts +0 -5
  219. package/dist/ModalActions/ModalActionsProps.types.d.ts +0 -3
  220. package/dist/ModalContent/ModalContentProps.types.d.ts +0 -7
  221. package/dist/ModalTitle/ModalTitleProps.types.d.ts +0 -4
  222. package/dist/RadioGroup/RadioGroupProps.types.d.ts +0 -4
  223. package/dist/SidebarLayout/SidebarLayoutProps.types.d.ts +0 -15
  224. package/dist/Switch/SwitchProps.types.d.ts +0 -3
  225. package/dist/Table/TableProps.types.d.ts +0 -11
  226. package/dist/TableBody/TableBodyProps.types.d.ts +0 -8
  227. package/dist/TableCell/TableCellProps.types.d.ts +0 -14
  228. package/dist/TableCellIcon/TableCellIconProps.types.d.ts +0 -5
  229. package/dist/TableContainer/TableContainerProps.types.d.ts +0 -3
  230. package/dist/TableFooter/TableFooterProps.types.d.ts +0 -8
  231. package/dist/TableHead/TableHeadProps.types.d.ts +0 -12
  232. package/dist/TableRow/TableRowProps.types.d.ts +0 -20
  233. package/dist/Tag/TagProps.types.d.ts +0 -18
  234. package/dist/ThemeProvider/ThemeProviderProps.types.d.ts +0 -5
  235. package/dist/Themes/Core/baseline.d.ts +0 -35
  236. package/dist/Themes/Core/common.d.ts +0 -289
  237. package/dist/Themes/Core/props.d.ts +0 -31
  238. package/dist/Themes/Desktop/index.d.ts +0 -1
  239. package/dist/Themes/Desktop/pallette.d.ts +0 -234
  240. package/dist/Themes/Desktop/theme.d.ts +0 -1
  241. package/dist/Themes/Desktop/typography.d.ts +0 -84
  242. package/dist/Themes/Web/index.d.ts +0 -1
  243. package/dist/Themes/Web/pallette.d.ts +0 -234
  244. package/dist/Themes/Web/theme.d.ts +0 -1
  245. package/dist/Themes/Web/typography.d.ts +0 -93
  246. package/dist/Themes/index.d.ts +0 -7
  247. package/dist/ToolbarButton/ToolbarButtonProps.types.d.ts +0 -8
  248. package/dist/Tooltip/TooltipProps.types.d.ts +0 -3
  249. package/dist/TwoColumnLayout/TwoColumnLayoutProps.types.d.ts +0 -11
  250. package/src/DatePicker/support/DatePickerExample.js +0 -15
  251. package/src/DateRangePicker/support/DateRangePickerExample.js +0 -22
  252. /package/dist/Icons/doctypes/Doctype16/{DocTypeExcel16ShortCut.d.ts → DocTypeExcel16Shortcut.d.ts} +0 -0
  253. /package/dist/Logos/Leap/{poweredByLawconnect.d.ts → PoweredByLawconnect.d.ts} +0 -0
package/dist/index.esm.js CHANGED
@@ -1,6 +1,6 @@
1
1
  import { jsx, jsxs, Fragment } from 'react/jsx-runtime';
2
2
  import MuiCssBaseline from '@mui/material/CssBaseline';
3
- import { createTheme, ThemeProvider as ThemeProvider$1, ListItem as ListItem$1, ListItemIcon as ListItemIcon$1, ListItemText as ListItemText$1, SvgIcon as SvgIcon$1, List as List$1, ListSubheader as ListSubheader$1, ListItemButton, Collapse, AccordionDetails as AccordionDetails$1, Accordion as Accordion$1, AccordionSummary as AccordionSummary$1, AvatarGroup as AvatarGroup$1, IconButton as IconButton$1, Tooltip as Tooltip$2, Typography as Typography$1, AppBar as AppBar$1, Toolbar as Toolbar$1, Box as Box$1, InputLabel as InputLabel$1, styled as styled$1, Breadcrumbs as Breadcrumbs$1, Button as Button$1, CircularProgress, Card as Card$1, FormControlLabel, Checkbox as Checkbox$1, useTheme, Dialog as Dialog$1, DialogActions, Drawer as Drawer$1, MenuItem as MenuItem$1, Select as Select$1, Grid as Grid$1, FormGroup as FormGroup$1, Divider as Divider$2, ListItemAvatar as ListItemAvatar$1, Backdrop, Menu as Menu$1, DialogContent, DialogTitle, Pagination as Pagination$1, PaginationItem, LinearProgress, Radio as Radio$1, FormControl, FormLabel, RadioGroup as RadioGroup$1, Switch as Switch$1, Tab as Tab$1, Table as Table$1, TableBody as TableBody$1, TableCell as TableCell$1, TableContainer as TableContainer$1, TableFooter as TableFooter$1, TableHead as TableHead$1, TableRow as TableRow$1, Tabs as Tabs$1, TextField as TextField$2 } from '@mui/material';
3
+ import { createTheme, ThemeProvider as ThemeProvider$1, ListItem as ListItem$1, ListItemIcon as ListItemIcon$1, ListItemText as ListItemText$1, SvgIcon as SvgIcon$1, List as List$1, ListSubheader as ListSubheader$1, ListItemButton, Collapse, AccordionDetails as AccordionDetails$1, Accordion as Accordion$1, AccordionSummary as AccordionSummary$1, AvatarGroup as AvatarGroup$1, IconButton as IconButton$1, Tooltip as Tooltip$2, Typography as Typography$1, AppBar as AppBar$1, Toolbar as Toolbar$1, Box as Box$1, InputLabel as InputLabel$1, styled as styled$1, Breadcrumbs as Breadcrumbs$1, Button as Button$1, CircularProgress, Card as Card$1, FormControlLabel, Checkbox as Checkbox$1, useTheme, Dialog as Dialog$1, DialogActions, Drawer as Drawer$1, MenuItem as MenuItem$1, Select as Select$1, Grid as Grid$1, FormGroup as FormGroup$1, Divider as Divider$2, ListItemAvatar as ListItemAvatar$1, Backdrop, Menu as Menu$1, DialogContent, DialogTitle, Pagination as Pagination$1, PaginationItem, LinearProgress, Popover as Popover$1, Radio as Radio$1, FormControl, FormLabel, RadioGroup as RadioGroup$1, Switch as Switch$1, Tab as Tab$1, Table as Table$1, TableBody as TableBody$1, TableCell as TableCell$1, TableContainer as TableContainer$1, TableFooter as TableFooter$1, TableHead as TableHead$1, TableRow as TableRow$1, Tabs as Tabs$1, TextField as TextField$2 } from '@mui/material';
4
4
  import { createTheme as createTheme$1, styled } from '@mui/material/styles';
5
5
  import React, { useState, useRef, forwardRef, useEffect } from 'react';
6
6
  import SvgIcon from '@mui/material/SvgIcon';
@@ -19,8 +19,9 @@ import FormHelperText from '@mui/material/FormHelperText';
19
19
  import Toolbar$2 from '@mui/material/Toolbar';
20
20
  import ListItemIcon$2 from '@mui/material/ListItemIcon';
21
21
  import ListItemText$2 from '@mui/material/ListItemText';
22
- import ListItemButton$1 from '@mui/material/ListItemButton';
23
22
  import Button$2 from '@mui/material/Button';
23
+ import ButtonGroup from '@mui/material/ButtonGroup';
24
+ import ListItemButton$1 from '@mui/material/ListItemButton';
24
25
 
25
26
  /******************************************************************************
26
27
  Copyright (c) Microsoft Corporation.
@@ -16516,6 +16517,17 @@ var ProgressBar = function (props) {
16516
16517
  return jsx(LinearProgress, __assign({ variant: "determinate", color: color }, rest));
16517
16518
  };
16518
16519
 
16520
+ var Popover = function (props) {
16521
+ props.anchorEl; var setAnchorEl = props.setAnchorEl, rest = __rest(props, ["anchorEl", "setAnchorEl"]);
16522
+ var handleClose = function () {
16523
+ setAnchorEl && setAnchorEl(null);
16524
+ };
16525
+ return (jsx(Popover$1, __assign({ id: "gds-popover", anchorEl: props.anchorEl, onClose: handleClose, anchorOrigin: {
16526
+ vertical: 'bottom',
16527
+ horizontal: 'left',
16528
+ } }, rest, { children: props.children })));
16529
+ };
16530
+
16519
16531
  var MuiFormControlLabel = styled(FormControlLabel)({
16520
16532
  marginLeft: 0,
16521
16533
  });
@@ -16525,353 +16537,138 @@ var Radio = function (props) {
16525
16537
  return (jsx(MuiFormControlLabel, { value: value, label: label, control: jsx(Radio$1, __assign({ value: value, disableRipple: true, color: "default", icon: jsx(Icon, { name: SvgRadioDefault }), checkedIcon: jsx(Icon, { name: SvgRadioChecked }) }, rest)) }));
16526
16538
  };
16527
16539
 
16528
- var RadioGroup = function (props) {
16529
- var label = props.label, rest = __rest(props, ["label"]);
16530
- return (jsxs(FormControl, __assign({ component: "fieldset" }, { children: [label ? jsx(FormLabel, { children: label }) : '', jsx(RadioGroup$1, __assign({ "aria-label": label }, rest, { children: props.children }))] })));
16531
- };
16532
-
16533
- var SelectStyled = styled(Select$1)(function (_a) {
16534
- var theme = _a.theme;
16535
- return ({
16536
- borderRadius: theme.shapes.card,
16537
- height: 40,
16538
- select: {
16539
- padding: '0 16px',
16540
- height: 40,
16541
- lineHeight: '40px',
16542
- display: 'flex',
16543
- alignItems: 'center',
16544
- '& .MuiTypography-root': {
16545
- fontWeight: 'inherit',
16546
- },
16547
- '&.MuiInputBase-input, &.MuiOutlinedInput-input': {
16548
- paddingRight: '44px',
16549
- paddingTop: 0,
16550
- },
16551
- '&.MuiInputBase-input.MuiFilledInput-input': {},
16552
- '&.MuiInputBase-input': {
16553
- '&.MuiFilledInput-input': {
16554
- '&:focus': {
16555
- backgroundColor: 'transparent',
16556
- },
16557
- },
16558
- },
16540
+ styled('div')({
16541
+ height: '80px',
16542
+ display: 'flex',
16543
+ alignItems: 'center',
16544
+ borderLeft: '1px solid transparent',
16545
+ '&:active': {
16546
+ backgroundColor: '#9DC9F4',
16547
+ borderColor: '#9DC9F4',
16548
+ },
16549
+ });
16550
+ var RibbonButtonStyled$1 = styled(Button$2)({
16551
+ '&.MuiButton-root': {
16552
+ height: '80px',
16553
+ minWidth: 'unset',
16554
+ padding: '0 8px',
16555
+ textTransform: 'capitalize',
16556
+ border: '1px solid transparent',
16557
+ display: 'flex',
16558
+ '&.carat': {
16559
+ borderLeft: '1px solid transparent',
16559
16560
  },
16560
- '& .MuiFilledInput-input': {
16561
- paddingTop: '8px',
16562
- '&:focus': {
16563
- backgroundColor: 'transparent',
16561
+ '&:hover': {
16562
+ backgroundColor: '#DDE7F3',
16563
+ borderColor: '#CADEF3',
16564
+ '& .carat': {
16565
+ borderColor: '#CADEF3',
16564
16566
  },
16565
16567
  },
16566
- legend: {
16567
- display: 'none',
16568
+ '&:active': {
16569
+ backgroundColor: '#C7DEF3',
16570
+ borderColor: '#9DC9F4',
16571
+ '& .carat': {
16572
+ borderColor: '#9DC9F4',
16573
+ },
16568
16574
  },
16569
- });
16575
+ },
16576
+ });
16577
+ var RibbonLabelStyled = styled(Typography)({
16578
+ color: '#444444',
16579
+ });
16580
+ var RibbonContentStyled = styled('div', {
16581
+ shouldForwardProp: function (prop) { return prop !== 'isWrapped'; },
16582
+ })(function (_a) {
16583
+ var isWrapped = _a.isWrapped;
16584
+ return (__assign({ display: 'flex', flexDirection: 'column', alignItems: 'center', height: '100%' }, (isWrapped && {
16585
+ width: '54px',
16586
+ })));
16570
16587
  });
16571
16588
 
16572
- var Select = function (props) {
16573
- return jsx(SelectStyled, __assign({ IconComponent: SvgChevronDownLg }, props));
16574
- };
16575
-
16576
- var SidebarWrapper = styled(Box)(templateObject_1$3 || (templateObject_1$3 = __makeTemplateObject(["\n height: 100%;\n overflow: hidden;\n"], ["\n height: 100%;\n overflow: hidden;\n"])));
16577
- var SidebarMain = 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
- var SidebarSide = 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$3, templateObject_2$1, templateObject_3;
16580
-
16581
- var Sidebar = function () { return null; };
16582
- var Main = function () { return null; };
16583
- 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;
16585
- var sidebar = children.find(function (el) { return el.type === Sidebar; });
16586
- var main = children.find(function (el) { return el.type === Main; });
16587
- return (jsxs(SidebarWrapper, __assign({ display: "flex" }, { children: [jsx(SidebarSide, __assign({ bgcolor: sidebarBgColor, width: sidebarWidth }, { children: sidebar && sidebar.props.children })), jsx(SidebarMain, { children: main && main.props.children })] })));
16588
- };
16589
- SidebarLayout.Sidebar = Sidebar;
16590
- SidebarLayout.Main = Main;
16589
+ var RibbonButton = forwardRef(function RibbonMenuListButton(props, ref) {
16590
+ props.isWrapped; props.icon; props.label; var rest = __rest(props, ["isWrapped", "icon", "label"]);
16591
+ return (jsx(RibbonButtonStyled$1, __assign({ ref: ref, variant: "outlined" }, rest, { children: jsxs(RibbonContentStyled, __assign({ isWrapped: props.isWrapped }, { children: [props.icon, jsx(RibbonLabelStyled, __assign({ variant: "body2" }, { children: props.label }))] })) })));
16592
+ });
16591
16593
 
16592
- var StepsContainer = styled('div')(function (_a) {
16593
- var theme = _a.theme;
16594
- return ({
16595
- height: 4,
16596
- width: '100%',
16597
- borderRadius: theme.shape.borderRadius,
16598
- backgroundColor: theme.palette.background.default,
16594
+ var RibbonButtonGroupStyled = styled(ButtonGroup)({
16595
+ '&.MuiButtonGroup-root': {
16596
+ width: 'max-content',
16597
+ textTransform: 'capitalize',
16598
+ border: '1px solid transparent',
16599
+ padding: '0',
16599
16600
  display: 'flex',
16600
- });
16601
- });
16602
- var StepBar = styled('div')(function (_a) {
16603
- var theme = _a.theme;
16604
- return ({
16605
- height: 4,
16606
- width: '100%',
16607
- '&:first-of-type': {
16608
- borderRadius: theme.shape.borderRadius,
16609
- borderBottomRightRadius: 0,
16610
- borderTopRightRadius: 0,
16611
- },
16612
- '&:last-of-type': {
16613
- borderRadius: theme.shape.borderRadius,
16614
- borderBottomLeftRadius: 0,
16615
- borderTopLeftRadius: 0,
16601
+ '&.carat': {
16602
+ border: '1px solid transparent',
16616
16603
  },
16617
- '&.active': {
16618
- backgroundColor: theme.palette.text.primary,
16619
- borderRadius: theme.shape.borderRadius,
16620
- '&:not(:first-of-type)': {
16621
- borderBottomLeftRadius: 0,
16622
- borderTopLeftRadius: 0,
16604
+ '&:hover': {
16605
+ backgroundColor: '#DDE7F3',
16606
+ borderColor: '#CADEF3',
16607
+ '& .carat': {
16608
+ borderLeftColor: '#CADEF3',
16623
16609
  },
16624
16610
  },
16625
- '&.completed': {
16626
- backgroundColor: theme.palette.text.secondary,
16627
- },
16628
- });
16629
- });
16630
- var LabelsContainer = styled('div')(function () { return ({
16631
- marginTop: 8,
16632
- display: 'flex',
16633
- }); });
16634
- var StepLabel = styled(Typography)(function (_a) {
16635
- var theme = _a.theme;
16636
- return ({
16637
- color: theme.palette.text.disabled,
16638
- '&.active': {
16639
- color: theme.palette.text.primary,
16640
- },
16641
- '&.completed': {
16642
- color: theme.palette.text.secondary,
16611
+ '&:active': {
16612
+ borderColor: '#9DC9F4',
16613
+ '& .carat': {
16614
+ backgroundColor: '#C7DEF3',
16615
+ borderLeftColor: '#9DC9F4',
16616
+ },
16643
16617
  },
16644
- });
16645
- });
16646
-
16647
- var StepNavigation = function (props) {
16648
- var ref = props.ref, steps = props.steps, activeStep = props.activeStep;
16649
- return (jsxs(Fragment, { children: [jsx(StepsContainer, __assign({ ref: ref }, { children: steps === null || steps === void 0 ? void 0 : steps.map(function (_a, index) {
16650
- var label = _a.label;
16651
- return (jsx(StepBar, { className: clsx(activeStep === index ? 'active' : '', activeStep > index ? 'completed' : '') }, label));
16652
- }) })), jsx(LabelsContainer, { children: steps === null || steps === void 0 ? void 0 : steps.map(function (_a, index) {
16653
- var label = _a.label;
16654
- return (jsx(StepLabel, __assign({ className: clsx(activeStep === index ? 'active' : '', activeStep > index ? 'completed' : ''), variant: 'subtitle2', width: 100 / steps.length + '%' }, { children: label }), label));
16655
- }) })] }));
16656
- };
16657
-
16658
- var Switch = function (props) {
16659
- return jsx(Switch$1, __assign({ color: "default" }, props));
16660
- };
16661
-
16662
- var Tab = function (props) {
16663
- return jsx(Tab$1, __assign({}, props, { children: props.children }));
16664
- };
16665
-
16666
- var StyledListItemButton = styled(ListItemButton$1)({
16667
- backgroundColor: 'transparent',
16668
- textTransform: 'none',
16669
- padding: '8px 16px',
16670
- alignItems: 'flex-start',
16671
- position: 'relative',
16672
- zIndex: 0,
16673
- lineHeight: '1.25rem',
16674
- '&:hover .hide-on-hover': {
16675
- opacity: 0,
16676
- },
16677
- '&:hover .show-on-hover': {
16678
- opacity: 1,
16679
- },
16680
- '&:hover': {
16681
- backgroundColor: 'transparent',
16682
16618
  },
16683
- '& > *:nth-child(n+2)': {
16684
- marginLeft: 8,
16619
+ '& .MuiButtonGroup-grouped': {
16620
+ minWidth: 'unset',
16685
16621
  },
16686
- '& .MuiListItemAvatar-root': {
16687
- minWidth: 20,
16688
- marginRight: 0,
16689
- marginLeft: 0,
16622
+ '& .MuiButtonGroup-firstButton:hover': {
16623
+ borderRightColor: '#CADEF3',
16690
16624
  },
16691
- '& .MuiListItemText-root': {
16692
- marginTop: 0,
16693
- marginBottom: 0,
16694
- lineHeight: '1.25rem',
16625
+ });
16626
+ var RibbonCaratWrapperStyled = styled(Button$2)({
16627
+ '& .MuiButtonGroup-grouped': {
16628
+ minWidth: 'unset',
16695
16629
  },
16696
- '& .MuiTypography-root': {
16697
- lineHeight: '1.25rem',
16630
+ '& .MuiSvgIcon-root': {
16631
+ fontSize: '6px',
16698
16632
  },
16699
- '& .MuiTypography-root.MuiListItemText-secondary': {
16700
- lineHeight: '1rem',
16633
+ '&.MuiButton-root': {
16634
+ minWidth: 'unset',
16635
+ width: '12px',
16636
+ textTransform: 'capitalize',
16637
+ border: '1px solid transparent',
16638
+ padding: '0',
16639
+ display: 'flex',
16640
+ '&.carat': {
16641
+ borderLeft: '1px solid transparent',
16642
+ },
16643
+ '&:hover': {
16644
+ backgroundColor: '#DDE7F3',
16645
+ },
16646
+ '&:active': {
16647
+ backgroundColor: '#C7DEF3',
16648
+ '& .carat': {
16649
+ borderLeftColor: '#9DC9F4',
16650
+ backgroundColor: '#C7DEF3',
16651
+ },
16652
+ },
16701
16653
  },
16702
16654
  });
16703
- var ShowOnHover = styled('div')({
16704
- opacity: 0,
16705
- position: 'absolute',
16706
- right: 16,
16707
- zIndex: 99,
16708
- });
16709
- var HideOnHover = styled('div')({
16710
- opacity: 1,
16711
- position: 'absolute',
16712
- right: 16,
16713
- });
16714
- var HoverContentWrapper = styled('div', {
16715
- shouldForwardProp: function (prop) { return prop !== 'width'; },
16716
- })(function (_a) {
16717
- var width = _a.width;
16718
- return ({
16719
- width: width,
16720
- });
16655
+ var RibbonButtonStyled = styled(RibbonButton)({
16656
+ '&.MuiButton-root': {
16657
+ border: 'none',
16658
+ },
16721
16659
  });
16722
16660
 
16723
- var TabListItem = function (_a) {
16724
- var children = _a.children, hideOnHover = _a.hideOnHover, showOnHover = _a.showOnHover, props = __rest(_a, ["children", "hideOnHover", "showOnHover"]);
16725
- /**
16726
- * As child divs are absolute positioning, the parent container doesn't have a width.
16727
- * It can lead to sibling list text truncate incorrectly and text overlapping.
16728
- * The following code uses refs to get the widths of the contents,
16729
- * and set the bigger one as parent's width.
16730
- */
16731
- var contentRef1 = useRef(null);
16732
- var contentRef2 = useRef(null);
16733
- var _b = useState(24), width = _b[0], setWidth = _b[1];
16734
- useEffect(function () {
16735
- if (!contentRef1.current || !contentRef2.current)
16736
- return;
16737
- var width1 = contentRef1.current.clientWidth;
16738
- var width2 = contentRef2.current.clientWidth;
16739
- setWidth(width1 > width2 ? width1 : width2);
16740
- }, [contentRef1, contentRef2]);
16741
- return (jsx(StyledListItemButton, __assign({ disableGutters: true }, props, { children: jsxs(Fragment, { children: [children, jsxs(HoverContentWrapper, __assign({ width: width }, { children: [jsx(HideOnHover, __assign({ ref: contentRef1, className: "hide-on-hover" }, { children: hideOnHover })), jsx(ShowOnHover, __assign({ ref: contentRef2, className: "show-on-hover" }, { children: showOnHover }))] }))] }) })));
16742
- };
16743
-
16744
- var Table = function (props) {
16745
- return jsx(Table$1, __assign({}, props));
16746
- };
16661
+ function AvatarBusinessIcon(props) {
16662
+ return (jsxs(SvgIcon, __assign({}, props, { viewBox: "0 0 48 48" }, { children: [jsx("path", { d: "M17.407 12.025h-3.472v-1.869c0-.227.158-.406.344-.406h2.777c.193 0 .344.187.344.406v1.869h.007zm17.215 0h-5.81v-1.869c0-.227.159-.406.344-.406h5.115c.193 0 .344.187.344.406v1.869h.007z", fill: "#B8BDC5" }), jsx("path", { d: "M32.622 13.187H15.749a2 2 0 00-2 2V46.75a2 2 0 002 2h16.873a2 2 0 002-2V15.187a2 2 0 00-2-2z", fill: "#fff" }), jsx("path", { d: "M34.622 13.187H13.749v.877h20.873v-.877z", fill: "#9DA4AF" }), jsx("path", { d: "M35.096 13.187h-21.82c-.31 0-.558-.293-.558-.658v-1.382c0-.365.248-.658.557-.658h21.821c.31 0 .557.293.557.658v1.373c0 .366-.247.667-.557.667zM20.02 20.419h-2.73c-.254 0-.46-.244-.46-.545v-3.217c0-.3.206-.545.46-.545h2.73c.254 0 .46.244.46.545v3.225c0 .3-.206.537-.46.537zm5.534 0h-2.73c-.254 0-.46-.244-.46-.545v-3.217c0-.3.206-.545.46-.545h2.73c.254 0 .46.244.46.545v3.225c-.006.3-.206.537-.46.537zm5.527 0h-2.73c-.254 0-.46-.244-.46-.545v-3.217c0-.3.206-.545.46-.545h2.73c.255 0 .46.244.46.545v3.225c0 .3-.206.537-.46.537zM20.02 26.78h-2.73c-.254 0-.46-.244-.46-.544V23.01c0-.3.206-.544.46-.544h2.73c.254 0 .46.244.46.544v3.226c0 .3-.206.544-.46.544zm5.534 0h-2.73c-.254 0-.46-.244-.46-.544V23.01c0-.3.206-.544.46-.544h2.73c.254 0 .46.244.46.544v3.226c-.006.3-.206.544-.46.544zm5.527 0h-2.73c-.254 0-.46-.244-.46-.544V23.01c0-.3.206-.544.46-.544h2.73c.255 0 .46.244.46.544v3.226c0 .3-.206.544-.46.544zM20.02 33.142h-2.73c-.254 0-.46-.244-.46-.545v-3.226c0-.3.206-.544.46-.544h2.73c.254 0 .46.244.46.544v3.226c0 .3-.206.544-.46.544zm5.534 0h-2.73c-.254 0-.46-.244-.46-.545v-3.226c0-.3.206-.544.46-.544h2.73c.254 0 .46.244.46.544v3.226c-.006.3-.206.544-.46.544zm5.527 0h-2.73c-.254 0-.46-.244-.46-.545v-3.226c0-.3.206-.544.46-.544h2.73c.255 0 .46.244.46.544v3.226c0 .3-.206.544-.46.544zM20.02 39.496h-2.73c-.254 0-.46-.244-.46-.544v-3.226c0-.3.206-.544.46-.544h2.73c.254 0 .46.243.46.544v3.226c0 .3-.206.544-.46.544zm5.534 0h-2.73c-.254 0-.46-.244-.46-.544v-3.226c0-.3.206-.544.46-.544h2.73c.254 0 .46.243.46.544v3.226c-.006.3-.206.544-.46.544zm5.527 0h-2.73c-.254 0-.46-.244-.46-.544v-3.226c0-.3.206-.544.46-.544h2.73c.255 0 .46.243.46.544v3.226c0 .3-.206.544-.46.544zM20.02 45.857h-2.73c-.254 0-.46-.243-.46-.544v-3.226c0-.3.206-.544.46-.544h2.73c.254 0 .46.244.46.544v3.226c0 .3-.206.544-.46.544z", fill: "#B8BDC5" }), jsx("path", { d: "M25.554 45.857h-2.73c-.254 0-.46-.243-.46-.544v-3.226c0-.3.206-.544.46-.544h2.73c.254 0 .46.244.46.544v3.226c-.006.3-.206.544-.46.544z", fill: "#fff" }), jsx("path", { d: "M31.081 45.857h-2.73c-.254 0-.46-.243-.46-.544v-3.226c0-.3.206-.544.46-.544h2.73c.255 0 .46.244.46.544v3.226c0 .3-.206.544-.46.544zm-5.369-5.102h-3.046c-.281 0-.508.268-.508.601v7.394h4.07v-7.386c-.007-.333-.234-.61-.516-.61z", fill: "#B8BDC5" }), jsx("path", { d: "M27.513 47.808h-6.648v.942h6.648v-.942z", fill: "#9DA4AF" })] })));
16663
+ }
16747
16664
 
16748
- var TableBody = function (props) {
16749
- return jsx(TableBody$1, __assign({}, props));
16750
- };
16665
+ function AvatarCompanyIcon(props) {
16666
+ return (jsxs(SvgIcon, __assign({}, props, { viewBox: "0 0 48 48" }, { children: [jsx("path", { d: "M39.782 40.45h-5.334V29.075c0-.275.191-.5.425-.5h4.483c.234 0 .425.225.425.5V40.45zM9.125 26.075H7v-6.008c0-.192.135-.35.298-.35h1.53c.162 0 .297.158.297.35v6.008z", fill: "#B8BDC5" }), jsx("path", { d: "M11.073 46.016H7V23.241h3.386c.382 0 .687.367.687.808v21.967z", fill: "#B8BDC5" }), jsx("path", { d: "M14.77 25.208H7v22.775h7.77V25.208zM23.653 9.9l-6.432 4.367c-.212.142-.347.408-.347.7v19.516c0 .45.305.809.687.809h12.863c.383 0 .688-.358.688-.809V14.968c0-.292-.135-.559-.348-.7L24.333 9.9a.597.597 0 00-.68 0z", fill: "#B8BDC5" }), jsx("path", { d: "M23.653 15.008l-8.543 5.8c-.212.142-.347.408-.347.7V48h18.46V21.508c0-.292-.135-.558-.348-.7l-8.528-5.8a.592.592 0 00-.694 0z", fill: "#fff" }), jsx("path", { d: "M25.063 14.35h-2.125v-6c0-.192.134-.35.297-.35h1.53c.163 0 .297.158.297.35v6zM38.18 32.425h-2.124v-6.009c0-.191.134-.35.297-.35h1.53c.163 0 .298.159.298.35v6.009zM18.843 25.5h-.779c-.148 0-.276-.142-.276-.325v-1.958c0-.175.12-.325.276-.325h.78c.148 0 .276.141.276.325v1.958c-.007.183-.128.325-.277.325zM21.613 25.5h-.78c-.148 0-.268-.142-.268-.325v-1.958c0-.175.12-.325.269-.325h.779c.149 0 .276.141.276.325v1.958c0 .183-.12.325-.276.325zM24.39 25.5h-.78c-.148 0-.276-.142-.276-.325v-1.958c0-.175.12-.325.276-.325h.78c.148 0 .276.141.276.325v1.958c-.007.183-.128.325-.277.325zM27.159 25.5h-.78c-.148 0-.276-.142-.276-.325v-1.958c0-.175.12-.325.277-.325h.779c.149 0 .276.141.276.325v1.958c0 .183-.12.325-.276.325zM29.936 25.5h-.78c-.148 0-.276-.142-.276-.325v-1.958c0-.175.12-.325.277-.325h.779c.148 0 .276.141.276.325v1.958c-.007.183-.128.325-.276.325zM18.843 30.066h-.779c-.148 0-.276-.141-.276-.325v-1.958c0-.175.12-.325.276-.325h.78c.148 0 .276.142.276.325v1.958c-.007.184-.128.325-.277.325zM21.613 30.066h-.78c-.148 0-.268-.141-.268-.325v-1.958c0-.175.12-.325.269-.325h.779c.149 0 .276.142.276.325v1.958c0 .184-.12.325-.276.325zM24.39 30.066h-.78c-.148 0-.276-.141-.276-.325v-1.958c0-.175.12-.325.276-.325h.78c.148 0 .276.142.276.325v1.958c-.007.184-.128.325-.277.325zM27.159 30.066h-.78c-.148 0-.276-.141-.276-.325v-1.958c0-.175.12-.325.277-.325h.779c.149 0 .276.142.276.325v1.958c0 .184-.12.325-.276.325zM29.936 30.066h-.78c-.148 0-.276-.141-.276-.325v-1.958c0-.175.12-.325.277-.325h.779c.148 0 .276.142.276.325v1.958c-.007.184-.128.325-.276.325zM18.843 34.634h-.779c-.148 0-.276-.142-.276-.325V32.35c0-.175.12-.325.276-.325h.78c.148 0 .276.142.276.325v1.959c-.007.183-.128.325-.277.325zM21.613 34.634h-.78c-.148 0-.268-.142-.268-.325V32.35c0-.175.12-.325.269-.325h.779c.149 0 .276.142.276.325v1.959c0 .183-.12.325-.276.325zM24.39 34.634h-.78c-.148 0-.276-.142-.276-.325V32.35c0-.175.12-.325.276-.325h.78c.148 0 .276.142.276.325v1.959c-.007.183-.128.325-.277.325zM27.159 34.634h-.78c-.148 0-.276-.142-.276-.325V32.35c0-.175.12-.325.277-.325h.779c.149 0 .276.142.276.325v1.959c0 .183-.12.325-.276.325zM29.936 34.634h-.78c-.148 0-.276-.142-.276-.325V32.35c0-.175.12-.325.277-.325h.779c.148 0 .276.142.276.325v1.959c-.007.183-.128.325-.276.325zM18.843 39.2h-.779c-.148 0-.276-.142-.276-.325v-1.958c0-.175.12-.325.276-.325h.78c.148 0 .276.142.276.325v1.958c-.007.184-.128.325-.277.325zM21.613 39.2h-.78c-.148 0-.268-.142-.268-.325v-1.958c0-.175.12-.325.269-.325h.779c.149 0 .276.142.276.325v1.958c0 .184-.12.325-.276.325zM24.39 39.2h-.78c-.148 0-.276-.142-.276-.325v-1.958c0-.175.12-.325.276-.325h.78c.148 0 .276.142.276.325v1.958c-.007.184-.128.325-.277.325zM27.159 39.2h-.78c-.148 0-.276-.142-.276-.325v-1.958c0-.175.12-.325.277-.325h.779c.149 0 .276.142.276.325v1.958c0 .184-.12.325-.276.325zM29.936 39.2h-.78c-.148 0-.276-.142-.276-.325v-1.958c0-.175.12-.325.277-.325h.779c.148 0 .276.142.276.325v1.958c-.007.184-.128.325-.276.325zM18.843 43.767h-.779c-.148 0-.276-.142-.276-.326v-1.958c0-.175.12-.325.276-.325h.78c.148 0 .276.142.276.325v1.959c-.007.175-.128.325-.277.325zM21.613 43.767h-.78c-.148 0-.268-.142-.268-.326v-1.958c0-.175.12-.325.269-.325h.779c.149 0 .276.142.276.325v1.959c0 .175-.12.325-.276.325zM24.39 43.767h-.78c-.148 0-.276-.142-.276-.326v-1.958c0-.175.12-.325.276-.325h.78c.148 0 .276.142.276.325v1.959c-.007.175-.128.325-.277.325zM27.159 43.767h-.78c-.148 0-.276-.142-.276-.326v-1.958c0-.175.12-.325.277-.325h.779c.149 0 .276.142.276.325v1.959c0 .175-.12.325-.276.325zM29.936 43.767h-.78c-.148 0-.276-.142-.276-.326v-1.958c0-.175.12-.325.277-.325h.779c.148 0 .276.142.276.325v1.959c-.007.175-.128.325-.276.325zM19.112 48v-1.95c0-.175-.12-.325-.276-.325h-.779c-.149 0-.276.141-.276.325V48h1.331zM21.889 48v-1.95c0-.175-.12-.325-.276-.325h-.78c-.148 0-.268.141-.268.325V48h1.324zM24.659 48v-1.95c0-.175-.12-.325-.276-.325h-.78c-.148 0-.276.141-.276.325V48h1.332zM27.435 48v-1.95c0-.175-.12-.325-.276-.325h-.78c-.148 0-.276.141-.276.325V48h1.332zM30.205 48v-1.95c0-.175-.12-.325-.276-.325h-.78c-.148 0-.276.141-.276.325V48h1.332z", fill: "#B8BDC5" }), jsx("path", { d: "M13.056 29.091H8.714c-.134 0-.248-.125-.248-.292v-.516c0-.159.107-.292.248-.292h4.335c.135 0 .248.125.248.292v.516c0 .167-.106.292-.24.292zM13.056 31.8H8.714c-.134 0-.248-.125-.248-.292V31c0-.159.107-.292.248-.292h4.335c.135 0 .248.125.248.292v.516c0 .159-.106.284-.24.284zM13.056 34.508H8.714c-.134 0-.248-.125-.248-.291V33.7c0-.159.107-.292.248-.292h4.335c.135 0 .248.125.248.292v.517c0 .166-.106.291-.24.291zM13.056 37.217H8.714c-.134 0-.248-.125-.248-.292v-.508c0-.159.107-.292.248-.292h4.335c.135 0 .248.125.248.292v.516c0 .159-.106.284-.24.284zM13.056 39.925H8.714c-.134 0-.248-.125-.248-.291v-.517c0-.158.107-.292.248-.292h4.335c.135 0 .248.125.248.292v.517c0 .166-.106.291-.24.291zM13.056 42.634H8.714c-.134 0-.248-.125-.248-.292v-.508c0-.159.107-.292.248-.292h4.335c.135 0 .248.125.248.292v.516c0 .159-.106.284-.24.284zM13.056 45.341H8.714c-.134 0-.248-.125-.248-.291v-.517c0-.159.107-.292.248-.292h4.335c.135 0 .248.125.248.292v.517c0 .166-.106.291-.24.291z", fill: "#fff" }), jsx("path", { d: "M41 30.708h-7.77V48H41V30.708z", fill: "#B8BDC5" }), jsx("path", { d: "M35.447 34.267h-.737c-.142 0-.255-.134-.255-.3V33.1c0-.167.113-.3.255-.3h.737c.141 0 .255.133.255.3v.867c0 .166-.114.3-.255.3zM37.487 34.267h-.737c-.142 0-.255-.134-.255-.3V33.1c0-.167.114-.3.255-.3h.737c.142 0 .255.133.255.3v.867c0 .166-.113.3-.255.3zM39.527 34.267h-.737c-.142 0-.255-.134-.255-.3V33.1c0-.167.114-.3.255-.3h.737c.142 0 .255.133.255.3v.867c0 .166-.113.3-.255.3zM35.447 36.767h-.737c-.142 0-.255-.134-.255-.3V35.6c0-.167.113-.3.255-.3h.737c.141 0 .255.133.255.3v.867c0 .166-.114.3-.255.3zM37.487 36.767h-.737c-.142 0-.255-.134-.255-.3V35.6c0-.167.114-.3.255-.3h.737c.142 0 .255.133.255.3v.867c0 .166-.113.3-.255.3zM39.527 36.767h-.737c-.142 0-.255-.134-.255-.3V35.6c0-.167.114-.3.255-.3h.737c.142 0 .255.133.255.3v.867c0 .166-.113.3-.255.3zM35.447 39.267h-.737c-.142 0-.255-.134-.255-.3V38.1c0-.167.113-.3.255-.3h.737c.141 0 .255.133.255.3v.867c0 .166-.114.3-.255.3zM37.487 39.267h-.737c-.142 0-.255-.134-.255-.3V38.1c0-.167.114-.3.255-.3h.737c.142 0 .255.133.255.3v.867c0 .166-.113.3-.255.3zM39.527 39.267h-.737c-.142 0-.255-.134-.255-.3V38.1c0-.167.114-.3.255-.3h.737c.142 0 .255.133.255.3v.867c0 .166-.113.3-.255.3zM35.447 41.767h-.737c-.142 0-.255-.134-.255-.3V40.6c0-.167.113-.3.255-.3h.737c.141 0 .255.133.255.3v.867c0 .166-.114.3-.255.3zM37.487 41.767h-.737c-.142 0-.255-.134-.255-.3V40.6c0-.167.114-.3.255-.3h.737c.142 0 .255.133.255.3v.867c0 .166-.113.3-.255.3zM39.527 41.767h-.737c-.142 0-.255-.134-.255-.3V40.6c0-.167.114-.3.255-.3h.737c.142 0 .255.133.255.3v.867c0 .166-.113.3-.255.3zM35.447 44.267h-.737c-.142 0-.255-.134-.255-.3V43.1c0-.167.113-.3.255-.3h.737c.141 0 .255.133.255.3v.867c0 .166-.114.3-.255.3zM37.487 44.267h-.737c-.142 0-.255-.134-.255-.3V43.1c0-.167.114-.3.255-.3h.737c.142 0 .255.133.255.3v.867c0 .166-.113.3-.255.3zM39.527 44.267h-.737c-.142 0-.255-.134-.255-.3V43.1c0-.167.114-.3.255-.3h.737c.142 0 .255.133.255.3v.867c0 .166-.113.3-.255.3zM35.447 46.767h-.737c-.142 0-.255-.134-.255-.3V45.6c0-.167.113-.3.255-.3h.737c.141 0 .255.133.255.3v.867c0 .166-.114.3-.255.3zM37.487 46.767h-.737c-.142 0-.255-.134-.255-.3V45.6c0-.167.114-.3.255-.3h.737c.142 0 .255.133.255.3v.867c0 .166-.113.3-.255.3zM39.527 46.767h-.737c-.142 0-.255-.134-.255-.3V45.6c0-.167.114-.3.255-.3h.737c.142 0 .255.133.255.3v.867c0 .166-.113.3-.255.3z", fill: "#fff" })] })));
16667
+ }
16751
16668
 
16752
- var TableCell = function (props) {
16753
- var variant = props.variant, width = props.width, sx = props.sx, rest = __rest(props, ["variant", "width", "sx"]);
16754
- return (jsx(TableCell$1, __assign({ className: "".concat(variant === 'footer' ? 'tc-footer' : '') }, rest, { sx: __assign({ width: width }, sx) })));
16755
- };
16756
-
16757
- var TableCellIconContainer = styled$1('div')(templateObject_1$2 || (templateObject_1$2 = __makeTemplateObject([""], [""])));
16758
- var TableCellIcon = function (props) {
16759
- var align = props.align, rest = __rest(props, ["align"]);
16760
- return (jsx(TableCellIconContainer, __assign({ sx: {
16761
- display: 'flex',
16762
- alignItems: 'center',
16763
- justifyContent: align === 'center'
16764
- ? 'center'
16765
- : align === 'right'
16766
- ? 'flex-end'
16767
- : 'flex-start',
16768
- } }, rest, { children: props.children })));
16769
- };
16770
- var templateObject_1$2;
16771
-
16772
- var TableContainer = React.forwardRef(function TableContainer(props, ref) {
16773
- return jsx(TableContainer$1, __assign({ ref: ref }, props));
16774
- });
16775
-
16776
- var TableFooter = function (props) {
16777
- var children = props.children, rest = __rest(props, ["children"]);
16778
- return jsx(TableFooter$1, __assign({}, rest, { children: children }));
16779
- };
16780
-
16781
- var TableHead = function (props) {
16782
- return jsx(TableHead$1, __assign({}, props));
16783
- };
16784
-
16785
- var TableRow = React.forwardRef(function TableRow(props, ref) {
16786
- return jsx(TableRow$1, __assign({ ref: ref }, props));
16787
- });
16788
-
16789
- var Tabs = function (props) {
16790
- var isVertical = props.orientation === 'vertical' ? { maxWidth: '16.5rem' } : {};
16791
- return (jsx(Tabs$1, __assign({ sx: isVertical }, props, { children: props.children })));
16792
- };
16793
-
16794
- var TagWrapper = 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"])));
16795
- var TagLabel = styled('div')(function (_a) {
16796
- var theme = _a.theme;
16797
- return "\n padding-left: 5px;\n padding-right: 5px;\n align-items: center;\n color:".concat(theme.palette.text.primary, "; \n");
16798
- });
16799
- var TagStartIcon = styled('div')(function () { return "\n display: flex;\n padding: 0 5px;\n .MuiSvgIcon-root {\n font-size: 16px;\n }\n"; });
16800
- var TagEndIcon = 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"; });
16801
- var TagDelete = 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"; });
16802
- var MuiIconButton = styled(IconButton$1)(function (_a) {
16803
- var theme = _a.theme;
16804
- return "\n height: 24px;\n width: 24px;\n border-radius: 0 ".concat(theme.shapes.tag, " ").concat(theme.shapes.tag, " 0;\n");
16805
- });
16806
- var MuiTypography = styled(Typography)(function () { return "\n line-height: 1;\n"; });
16807
- var templateObject_1$1;
16808
-
16809
- var Tag = function (props) {
16810
- 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"]);
16811
- var placement = tooltipPlacement !== undefined ? tooltipPlacement : 'top';
16812
- var placementLabel = tooltipLabelPlacement !== undefined ? tooltipLabelPlacement : 'top';
16813
- var placementDelete = tooltipDeletePlacement !== undefined ? tooltipDeletePlacement : 'top';
16814
- return (jsxs(TagWrapper, { children: [rest.startIcon ? jsx(TagStartIcon, { children: rest.startIcon }) : null, jsx(TagLabel, { children: tooltipLabel ? (jsx(Tooltip$2, __assign({ title: tooltipLabel, placement: placementLabel, TransitionProps: { timeout: 0 } }, { children: jsx(MuiTypography, __assign({ variant: "body2" }, { children: rest.label })) }))) : (jsx(MuiTypography, __assign({ variant: "body2" }, { children: rest.label }))) }), rest.endIcon ? (jsx(TagEndIcon, { children: tooltip ? (jsx(Tooltip$2, __assign({ title: tooltip, placement: placement, TransitionProps: { timeout: 0 } }, { children: jsx(MuiIconButton, __assign({ disabled: disabled, onClick: rest.onClick }, { children: rest.endIcon })) }))) : (jsx(MuiIconButton, __assign({ disabled: disabled, onClick: rest.onClick }, { children: rest.endIcon }))) })) : null, rest.onDelete ? (jsx(TagDelete, { children: tooltipDelete ? (jsx(Tooltip$2, __assign({ title: tooltipDelete, placement: placementDelete, TransitionProps: { timeout: 0 } }, { children: jsx(MuiIconButton, __assign({ onClick: rest.onDelete }, { children: rest.deleteIcon ? rest.deleteIcon : jsx(Icon, { name: SvgCross }) })) }))) : (jsx(MuiIconButton, __assign({ onClick: rest.onDelete }, { children: rest.deleteIcon ? rest.deleteIcon : jsx(Icon, { name: SvgCross }) }))) })) : null] }));
16815
- };
16816
-
16817
- var TextField = function (props) {
16818
- var defaultProps = __rest(props, []);
16819
- return (jsx(TextField$2, __assign({ variant: "outlined", color: "secondary" }, defaultProps, { children: props.children })));
16820
- };
16821
-
16822
- var Toolbar = function (props) {
16823
- return jsx(Toolbar$1, __assign({}, props));
16824
- };
16825
-
16826
- var StyledToolbarButton = styled(Button$2)(function (_a) {
16827
- var theme = _a.theme;
16828
- return (__assign(__assign({}, (theme.platform.name === 'leap_desktop' && __assign(__assign({ height: 'auto', maxWidth: 70, minWidth: 'unset', margin: '0 15px', border: '1px solid transparent', backgroundColor: 'transparent', flexDirection: 'column', padding: '0 4px', whiteSpace: 'normal' }, theme.typography.body2), { lineHeight: '1rem', '&:hover': {
16829
- backgroundColor: '#DDE7F3',
16830
- borderColor: '#CADEF3',
16831
- }, '.MuiSvgIcon-root': {
16832
- width: 32,
16833
- height: 32,
16834
- marginBottom: 6,
16835
- }, '.MuiButton-startIcon': {
16836
- margin: 0,
16837
- } }))), (theme.platform.name === 'leap_web' && {
16838
- '.MuiButton-startIcon': {
16839
- display: 'none',
16840
- },
16841
- })));
16842
- });
16843
-
16844
- var ToolbarButton = function (_a) {
16845
- var label = _a.label, icon = _a.icon, props = __rest(_a, ["label", "icon"]);
16846
- return (jsx(StyledToolbarButton, __assign({ variant: "outlined", startIcon: icon }, props, { children: label })));
16847
- };
16848
-
16849
- var FullHeightGridContainer = styled(Grid)(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n height: 100%;\n overflow: hidden;\n"], ["\n height: 100%;\n overflow: hidden;\n"])));
16850
- var FullHeightGridItem = styled(Grid)(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n height: 100%;\n"], ["\n height: 100%;\n"])));
16851
- var templateObject_1, templateObject_2;
16852
-
16853
- var Left = function () { return null; };
16854
- var Right = function () { return null; };
16855
- var TwoColumnLayout = function (_a) {
16856
- var children = _a.children, props = __rest(_a, ["children"]);
16857
- var left = children.find(function (el) { return el.type === Left; });
16858
- var right = children.find(function (el) { return el.type === Right; });
16859
- return (jsxs(FullHeightGridContainer, __assign({ container: true, direction: "row", alignItems: "stretch" }, props, { children: [jsx(FullHeightGridItem, __assign({ item: true, xs: 12, sm: 6, container: true, direction: "column", display: "block" }, { children: left && left.props.children })), jsx(FullHeightGridItem, __assign({ item: true, xs: 12, sm: 6, container: true, direction: "column" }, { children: right && right.props.children }))] })));
16860
- };
16861
- TwoColumnLayout.Left = Left;
16862
- TwoColumnLayout.Right = Right;
16863
-
16864
- function AvatarBusinessIcon(props) {
16865
- return (jsxs(SvgIcon, __assign({}, props, { viewBox: "0 0 48 48" }, { children: [jsx("path", { d: "M17.407 12.025h-3.472v-1.869c0-.227.158-.406.344-.406h2.777c.193 0 .344.187.344.406v1.869h.007zm17.215 0h-5.81v-1.869c0-.227.159-.406.344-.406h5.115c.193 0 .344.187.344.406v1.869h.007z", fill: "#B8BDC5" }), jsx("path", { d: "M32.622 13.187H15.749a2 2 0 00-2 2V46.75a2 2 0 002 2h16.873a2 2 0 002-2V15.187a2 2 0 00-2-2z", fill: "#fff" }), jsx("path", { d: "M34.622 13.187H13.749v.877h20.873v-.877z", fill: "#9DA4AF" }), jsx("path", { d: "M35.096 13.187h-21.82c-.31 0-.558-.293-.558-.658v-1.382c0-.365.248-.658.557-.658h21.821c.31 0 .557.293.557.658v1.373c0 .366-.247.667-.557.667zM20.02 20.419h-2.73c-.254 0-.46-.244-.46-.545v-3.217c0-.3.206-.545.46-.545h2.73c.254 0 .46.244.46.545v3.225c0 .3-.206.537-.46.537zm5.534 0h-2.73c-.254 0-.46-.244-.46-.545v-3.217c0-.3.206-.545.46-.545h2.73c.254 0 .46.244.46.545v3.225c-.006.3-.206.537-.46.537zm5.527 0h-2.73c-.254 0-.46-.244-.46-.545v-3.217c0-.3.206-.545.46-.545h2.73c.255 0 .46.244.46.545v3.225c0 .3-.206.537-.46.537zM20.02 26.78h-2.73c-.254 0-.46-.244-.46-.544V23.01c0-.3.206-.544.46-.544h2.73c.254 0 .46.244.46.544v3.226c0 .3-.206.544-.46.544zm5.534 0h-2.73c-.254 0-.46-.244-.46-.544V23.01c0-.3.206-.544.46-.544h2.73c.254 0 .46.244.46.544v3.226c-.006.3-.206.544-.46.544zm5.527 0h-2.73c-.254 0-.46-.244-.46-.544V23.01c0-.3.206-.544.46-.544h2.73c.255 0 .46.244.46.544v3.226c0 .3-.206.544-.46.544zM20.02 33.142h-2.73c-.254 0-.46-.244-.46-.545v-3.226c0-.3.206-.544.46-.544h2.73c.254 0 .46.244.46.544v3.226c0 .3-.206.544-.46.544zm5.534 0h-2.73c-.254 0-.46-.244-.46-.545v-3.226c0-.3.206-.544.46-.544h2.73c.254 0 .46.244.46.544v3.226c-.006.3-.206.544-.46.544zm5.527 0h-2.73c-.254 0-.46-.244-.46-.545v-3.226c0-.3.206-.544.46-.544h2.73c.255 0 .46.244.46.544v3.226c0 .3-.206.544-.46.544zM20.02 39.496h-2.73c-.254 0-.46-.244-.46-.544v-3.226c0-.3.206-.544.46-.544h2.73c.254 0 .46.243.46.544v3.226c0 .3-.206.544-.46.544zm5.534 0h-2.73c-.254 0-.46-.244-.46-.544v-3.226c0-.3.206-.544.46-.544h2.73c.254 0 .46.243.46.544v3.226c-.006.3-.206.544-.46.544zm5.527 0h-2.73c-.254 0-.46-.244-.46-.544v-3.226c0-.3.206-.544.46-.544h2.73c.255 0 .46.243.46.544v3.226c0 .3-.206.544-.46.544zM20.02 45.857h-2.73c-.254 0-.46-.243-.46-.544v-3.226c0-.3.206-.544.46-.544h2.73c.254 0 .46.244.46.544v3.226c0 .3-.206.544-.46.544z", fill: "#B8BDC5" }), jsx("path", { d: "M25.554 45.857h-2.73c-.254 0-.46-.243-.46-.544v-3.226c0-.3.206-.544.46-.544h2.73c.254 0 .46.244.46.544v3.226c-.006.3-.206.544-.46.544z", fill: "#fff" }), jsx("path", { d: "M31.081 45.857h-2.73c-.254 0-.46-.243-.46-.544v-3.226c0-.3.206-.544.46-.544h2.73c.255 0 .46.244.46.544v3.226c0 .3-.206.544-.46.544zm-5.369-5.102h-3.046c-.281 0-.508.268-.508.601v7.394h4.07v-7.386c-.007-.333-.234-.61-.516-.61z", fill: "#B8BDC5" }), jsx("path", { d: "M27.513 47.808h-6.648v.942h6.648v-.942z", fill: "#9DA4AF" })] })));
16866
- }
16867
-
16868
- function AvatarCompanyIcon(props) {
16869
- return (jsxs(SvgIcon, __assign({}, props, { viewBox: "0 0 48 48" }, { children: [jsx("path", { d: "M39.782 40.45h-5.334V29.075c0-.275.191-.5.425-.5h4.483c.234 0 .425.225.425.5V40.45zM9.125 26.075H7v-6.008c0-.192.135-.35.298-.35h1.53c.162 0 .297.158.297.35v6.008z", fill: "#B8BDC5" }), jsx("path", { d: "M11.073 46.016H7V23.241h3.386c.382 0 .687.367.687.808v21.967z", fill: "#B8BDC5" }), jsx("path", { d: "M14.77 25.208H7v22.775h7.77V25.208zM23.653 9.9l-6.432 4.367c-.212.142-.347.408-.347.7v19.516c0 .45.305.809.687.809h12.863c.383 0 .688-.358.688-.809V14.968c0-.292-.135-.559-.348-.7L24.333 9.9a.597.597 0 00-.68 0z", fill: "#B8BDC5" }), jsx("path", { d: "M23.653 15.008l-8.543 5.8c-.212.142-.347.408-.347.7V48h18.46V21.508c0-.292-.135-.558-.348-.7l-8.528-5.8a.592.592 0 00-.694 0z", fill: "#fff" }), jsx("path", { d: "M25.063 14.35h-2.125v-6c0-.192.134-.35.297-.35h1.53c.163 0 .297.158.297.35v6zM38.18 32.425h-2.124v-6.009c0-.191.134-.35.297-.35h1.53c.163 0 .298.159.298.35v6.009zM18.843 25.5h-.779c-.148 0-.276-.142-.276-.325v-1.958c0-.175.12-.325.276-.325h.78c.148 0 .276.141.276.325v1.958c-.007.183-.128.325-.277.325zM21.613 25.5h-.78c-.148 0-.268-.142-.268-.325v-1.958c0-.175.12-.325.269-.325h.779c.149 0 .276.141.276.325v1.958c0 .183-.12.325-.276.325zM24.39 25.5h-.78c-.148 0-.276-.142-.276-.325v-1.958c0-.175.12-.325.276-.325h.78c.148 0 .276.141.276.325v1.958c-.007.183-.128.325-.277.325zM27.159 25.5h-.78c-.148 0-.276-.142-.276-.325v-1.958c0-.175.12-.325.277-.325h.779c.149 0 .276.141.276.325v1.958c0 .183-.12.325-.276.325zM29.936 25.5h-.78c-.148 0-.276-.142-.276-.325v-1.958c0-.175.12-.325.277-.325h.779c.148 0 .276.141.276.325v1.958c-.007.183-.128.325-.276.325zM18.843 30.066h-.779c-.148 0-.276-.141-.276-.325v-1.958c0-.175.12-.325.276-.325h.78c.148 0 .276.142.276.325v1.958c-.007.184-.128.325-.277.325zM21.613 30.066h-.78c-.148 0-.268-.141-.268-.325v-1.958c0-.175.12-.325.269-.325h.779c.149 0 .276.142.276.325v1.958c0 .184-.12.325-.276.325zM24.39 30.066h-.78c-.148 0-.276-.141-.276-.325v-1.958c0-.175.12-.325.276-.325h.78c.148 0 .276.142.276.325v1.958c-.007.184-.128.325-.277.325zM27.159 30.066h-.78c-.148 0-.276-.141-.276-.325v-1.958c0-.175.12-.325.277-.325h.779c.149 0 .276.142.276.325v1.958c0 .184-.12.325-.276.325zM29.936 30.066h-.78c-.148 0-.276-.141-.276-.325v-1.958c0-.175.12-.325.277-.325h.779c.148 0 .276.142.276.325v1.958c-.007.184-.128.325-.276.325zM18.843 34.634h-.779c-.148 0-.276-.142-.276-.325V32.35c0-.175.12-.325.276-.325h.78c.148 0 .276.142.276.325v1.959c-.007.183-.128.325-.277.325zM21.613 34.634h-.78c-.148 0-.268-.142-.268-.325V32.35c0-.175.12-.325.269-.325h.779c.149 0 .276.142.276.325v1.959c0 .183-.12.325-.276.325zM24.39 34.634h-.78c-.148 0-.276-.142-.276-.325V32.35c0-.175.12-.325.276-.325h.78c.148 0 .276.142.276.325v1.959c-.007.183-.128.325-.277.325zM27.159 34.634h-.78c-.148 0-.276-.142-.276-.325V32.35c0-.175.12-.325.277-.325h.779c.149 0 .276.142.276.325v1.959c0 .183-.12.325-.276.325zM29.936 34.634h-.78c-.148 0-.276-.142-.276-.325V32.35c0-.175.12-.325.277-.325h.779c.148 0 .276.142.276.325v1.959c-.007.183-.128.325-.276.325zM18.843 39.2h-.779c-.148 0-.276-.142-.276-.325v-1.958c0-.175.12-.325.276-.325h.78c.148 0 .276.142.276.325v1.958c-.007.184-.128.325-.277.325zM21.613 39.2h-.78c-.148 0-.268-.142-.268-.325v-1.958c0-.175.12-.325.269-.325h.779c.149 0 .276.142.276.325v1.958c0 .184-.12.325-.276.325zM24.39 39.2h-.78c-.148 0-.276-.142-.276-.325v-1.958c0-.175.12-.325.276-.325h.78c.148 0 .276.142.276.325v1.958c-.007.184-.128.325-.277.325zM27.159 39.2h-.78c-.148 0-.276-.142-.276-.325v-1.958c0-.175.12-.325.277-.325h.779c.149 0 .276.142.276.325v1.958c0 .184-.12.325-.276.325zM29.936 39.2h-.78c-.148 0-.276-.142-.276-.325v-1.958c0-.175.12-.325.277-.325h.779c.148 0 .276.142.276.325v1.958c-.007.184-.128.325-.276.325zM18.843 43.767h-.779c-.148 0-.276-.142-.276-.326v-1.958c0-.175.12-.325.276-.325h.78c.148 0 .276.142.276.325v1.959c-.007.175-.128.325-.277.325zM21.613 43.767h-.78c-.148 0-.268-.142-.268-.326v-1.958c0-.175.12-.325.269-.325h.779c.149 0 .276.142.276.325v1.959c0 .175-.12.325-.276.325zM24.39 43.767h-.78c-.148 0-.276-.142-.276-.326v-1.958c0-.175.12-.325.276-.325h.78c.148 0 .276.142.276.325v1.959c-.007.175-.128.325-.277.325zM27.159 43.767h-.78c-.148 0-.276-.142-.276-.326v-1.958c0-.175.12-.325.277-.325h.779c.149 0 .276.142.276.325v1.959c0 .175-.12.325-.276.325zM29.936 43.767h-.78c-.148 0-.276-.142-.276-.326v-1.958c0-.175.12-.325.277-.325h.779c.148 0 .276.142.276.325v1.959c-.007.175-.128.325-.276.325zM19.112 48v-1.95c0-.175-.12-.325-.276-.325h-.779c-.149 0-.276.141-.276.325V48h1.331zM21.889 48v-1.95c0-.175-.12-.325-.276-.325h-.78c-.148 0-.268.141-.268.325V48h1.324zM24.659 48v-1.95c0-.175-.12-.325-.276-.325h-.78c-.148 0-.276.141-.276.325V48h1.332zM27.435 48v-1.95c0-.175-.12-.325-.276-.325h-.78c-.148 0-.276.141-.276.325V48h1.332zM30.205 48v-1.95c0-.175-.12-.325-.276-.325h-.78c-.148 0-.276.141-.276.325V48h1.332z", fill: "#B8BDC5" }), jsx("path", { d: "M13.056 29.091H8.714c-.134 0-.248-.125-.248-.292v-.516c0-.159.107-.292.248-.292h4.335c.135 0 .248.125.248.292v.516c0 .167-.106.292-.24.292zM13.056 31.8H8.714c-.134 0-.248-.125-.248-.292V31c0-.159.107-.292.248-.292h4.335c.135 0 .248.125.248.292v.516c0 .159-.106.284-.24.284zM13.056 34.508H8.714c-.134 0-.248-.125-.248-.291V33.7c0-.159.107-.292.248-.292h4.335c.135 0 .248.125.248.292v.517c0 .166-.106.291-.24.291zM13.056 37.217H8.714c-.134 0-.248-.125-.248-.292v-.508c0-.159.107-.292.248-.292h4.335c.135 0 .248.125.248.292v.516c0 .159-.106.284-.24.284zM13.056 39.925H8.714c-.134 0-.248-.125-.248-.291v-.517c0-.158.107-.292.248-.292h4.335c.135 0 .248.125.248.292v.517c0 .166-.106.291-.24.291zM13.056 42.634H8.714c-.134 0-.248-.125-.248-.292v-.508c0-.159.107-.292.248-.292h4.335c.135 0 .248.125.248.292v.516c0 .159-.106.284-.24.284zM13.056 45.341H8.714c-.134 0-.248-.125-.248-.291v-.517c0-.159.107-.292.248-.292h4.335c.135 0 .248.125.248.292v.517c0 .166-.106.291-.24.291z", fill: "#fff" }), jsx("path", { d: "M41 30.708h-7.77V48H41V30.708z", fill: "#B8BDC5" }), jsx("path", { d: "M35.447 34.267h-.737c-.142 0-.255-.134-.255-.3V33.1c0-.167.113-.3.255-.3h.737c.141 0 .255.133.255.3v.867c0 .166-.114.3-.255.3zM37.487 34.267h-.737c-.142 0-.255-.134-.255-.3V33.1c0-.167.114-.3.255-.3h.737c.142 0 .255.133.255.3v.867c0 .166-.113.3-.255.3zM39.527 34.267h-.737c-.142 0-.255-.134-.255-.3V33.1c0-.167.114-.3.255-.3h.737c.142 0 .255.133.255.3v.867c0 .166-.113.3-.255.3zM35.447 36.767h-.737c-.142 0-.255-.134-.255-.3V35.6c0-.167.113-.3.255-.3h.737c.141 0 .255.133.255.3v.867c0 .166-.114.3-.255.3zM37.487 36.767h-.737c-.142 0-.255-.134-.255-.3V35.6c0-.167.114-.3.255-.3h.737c.142 0 .255.133.255.3v.867c0 .166-.113.3-.255.3zM39.527 36.767h-.737c-.142 0-.255-.134-.255-.3V35.6c0-.167.114-.3.255-.3h.737c.142 0 .255.133.255.3v.867c0 .166-.113.3-.255.3zM35.447 39.267h-.737c-.142 0-.255-.134-.255-.3V38.1c0-.167.113-.3.255-.3h.737c.141 0 .255.133.255.3v.867c0 .166-.114.3-.255.3zM37.487 39.267h-.737c-.142 0-.255-.134-.255-.3V38.1c0-.167.114-.3.255-.3h.737c.142 0 .255.133.255.3v.867c0 .166-.113.3-.255.3zM39.527 39.267h-.737c-.142 0-.255-.134-.255-.3V38.1c0-.167.114-.3.255-.3h.737c.142 0 .255.133.255.3v.867c0 .166-.113.3-.255.3zM35.447 41.767h-.737c-.142 0-.255-.134-.255-.3V40.6c0-.167.113-.3.255-.3h.737c.141 0 .255.133.255.3v.867c0 .166-.114.3-.255.3zM37.487 41.767h-.737c-.142 0-.255-.134-.255-.3V40.6c0-.167.114-.3.255-.3h.737c.142 0 .255.133.255.3v.867c0 .166-.113.3-.255.3zM39.527 41.767h-.737c-.142 0-.255-.134-.255-.3V40.6c0-.167.114-.3.255-.3h.737c.142 0 .255.133.255.3v.867c0 .166-.113.3-.255.3zM35.447 44.267h-.737c-.142 0-.255-.134-.255-.3V43.1c0-.167.113-.3.255-.3h.737c.141 0 .255.133.255.3v.867c0 .166-.114.3-.255.3zM37.487 44.267h-.737c-.142 0-.255-.134-.255-.3V43.1c0-.167.114-.3.255-.3h.737c.142 0 .255.133.255.3v.867c0 .166-.113.3-.255.3zM39.527 44.267h-.737c-.142 0-.255-.134-.255-.3V43.1c0-.167.114-.3.255-.3h.737c.142 0 .255.133.255.3v.867c0 .166-.113.3-.255.3zM35.447 46.767h-.737c-.142 0-.255-.134-.255-.3V45.6c0-.167.113-.3.255-.3h.737c.141 0 .255.133.255.3v.867c0 .166-.114.3-.255.3zM37.487 46.767h-.737c-.142 0-.255-.134-.255-.3V45.6c0-.167.114-.3.255-.3h.737c.142 0 .255.133.255.3v.867c0 .166-.113.3-.255.3zM39.527 46.767h-.737c-.142 0-.255-.134-.255-.3V45.6c0-.167.114-.3.255-.3h.737c.142 0 .255.133.255.3v.867c0 .166-.113.3-.255.3z", fill: "#fff" })] })));
16870
- }
16871
-
16872
- function AvatarGovernmentIcon(props) {
16873
- return (jsxs(SvgIcon, __assign({}, props, { viewBox: "0 0 48 48" }, { children: [jsx("path", { d: "M45.496 48H2.495C2.22 48 2 47.82 2 47.595V32.032C2 30.909 3.109 30 4.484 30h39.032c1.366 0 2.484.907 2.484 2.032v15.57c-.01.218-.23.398-.504.398z", fill: "#fff" }), jsx("path", { d: "M23.13 18.877l-9.517 5.498c-.54.315-.87.885-.87 1.515v11.985h22.515V25.882c0-.622-.33-1.2-.87-1.515l-9.518-5.49a1.756 1.756 0 00-1.74 0z", fill: "#fff" }), jsx("path", { d: "M24.683 28.688h-1.365a.656.656 0 01-.66-.66v-1.365c0-.368.292-.66.66-.66h1.365c.367 0 .66.292.66.66v1.365c0 .367-.293.66-.66.66zM12.758 40.342h-1.373a.656.656 0 01-.66-.66v-1.365c0-.367.293-.66.66-.66h1.365c.368 0 .66.293.66.66v1.365a.65.65 0 01-.652.66zM36.615 40.342H35.25a.656.656 0 01-.66-.66v-1.365c0-.367.292-.66.66-.66h1.365c.367 0 .66.293.66.66v1.365c0 .368-.3.66-.66.66zM28.733 48h-9.465v-7.545a4.732 4.732 0 119.465 0V48z", fill: "#B8BDC5" }), jsx("path", { d: "M24.952 21h-1.905v-8.047a.954.954 0 011.905 0V21z", fill: "#fff" }), jsx("path", { opacity: ".3", d: "M30.533 17.715h-5.58v-4.68h5.58a.97.97 0 01.967.968v2.76a.962.962 0 01-.967.952z", fill: "#fff" })] })));
16874
- }
16669
+ function AvatarGovernmentIcon(props) {
16670
+ return (jsxs(SvgIcon, __assign({}, props, { viewBox: "0 0 48 48" }, { children: [jsx("path", { d: "M45.496 48H2.495C2.22 48 2 47.82 2 47.595V32.032C2 30.909 3.109 30 4.484 30h39.032c1.366 0 2.484.907 2.484 2.032v15.57c-.01.218-.23.398-.504.398z", fill: "#fff" }), jsx("path", { d: "M23.13 18.877l-9.517 5.498c-.54.315-.87.885-.87 1.515v11.985h22.515V25.882c0-.622-.33-1.2-.87-1.515l-9.518-5.49a1.756 1.756 0 00-1.74 0z", fill: "#fff" }), jsx("path", { d: "M24.683 28.688h-1.365a.656.656 0 01-.66-.66v-1.365c0-.368.292-.66.66-.66h1.365c.367 0 .66.292.66.66v1.365c0 .367-.293.66-.66.66zM12.758 40.342h-1.373a.656.656 0 01-.66-.66v-1.365c0-.367.293-.66.66-.66h1.365c.368 0 .66.293.66.66v1.365a.65.65 0 01-.652.66zM36.615 40.342H35.25a.656.656 0 01-.66-.66v-1.365c0-.367.292-.66.66-.66h1.365c.367 0 .66.293.66.66v1.365c0 .368-.3.66-.66.66zM28.733 48h-9.465v-7.545a4.732 4.732 0 119.465 0V48z", fill: "#B8BDC5" }), jsx("path", { d: "M24.952 21h-1.905v-8.047a.954.954 0 011.905 0V21z", fill: "#fff" }), jsx("path", { opacity: ".3", d: "M30.533 17.715h-5.58v-4.68h5.58a.97.97 0 01.967.968v2.76a.962.962 0 01-.967.952z", fill: "#fff" })] })));
16671
+ }
16875
16672
 
16876
16673
  function AvatarPeopleIcon(props) {
16877
16674
  return (jsxs(SvgIcon, __assign({}, props, { viewBox: "0 0 48 48" }, { children: [jsx("path", { d: "M17.838 21.94v-1.563a3.49 3.49 0 10-6.981 0v1.562a3.05 3.05 0 001.53 2.65c1.213.7 2.707.7 3.92 0a3.05 3.05 0 001.53-2.65z", fill: "#B8BDC5" }), jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M21.894 32.57a1.677 1.677 0 01-.806 1.713 1.683 1.683 0 01-.842.227c.293 0 .582-.08.835-.227.6-.35.913-1.032.806-1.713a7.643 7.643 0 00-5.456-6.156 11.165 11.165 0 00-3.55 7.287 64.91 64.91 0 004.217.569 61.519 61.519 0 01-5.223-.744A3.516 3.516 0 019 30.07c0-1.294.7-2.506 1.85-3.106a7.642 7.642 0 0111.044 5.606z", fill: "#B8BDC5" }), jsx("path", { d: "M37.144 21.94v-1.563a3.488 3.488 0 00-5.238-3.025 3.488 3.488 0 00-1.743 3.025v1.562a3.05 3.05 0 001.53 2.65c1.213.7 2.707.7 3.92 0a3.05 3.05 0 001.53-2.65z", fill: "#B8BDC5" }), jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M26.227 33.153zm1.98 1.337a2.024 2.024 0 01-.007 0 63.216 63.216 0 00.006 0zm1.108-.077c2.37-.182 4.65-.48 6.798-.88A3.523 3.523 0 0039 30.071c0-1.294-.7-2.507-1.85-3.1a7.552 7.552 0 00-3.493-.844c-.724 0-1.424.1-2.087.289a11.144 11.144 0 013.543 7.286c-1.853.312-3.791.556-5.798.711z", fill: "#B8BDC5" }), jsx("path", { d: "M28.412 19.677v-1.975a4.433 4.433 0 00-2.206-3.825 4.416 4.416 0 00-4.412 0 4.417 4.417 0 00-2.207 3.825v1.975c0 1.381.738 2.662 1.938 3.35a4.946 4.946 0 004.956 0 3.861 3.861 0 001.931-3.35zM24 24.964c-5.106 0-9.269 3.962-9.619 8.975 3.025.444 6.257.681 9.62.681 3.362 0 6.593-.237 9.618-.675-.35-5.012-4.513-8.981-9.619-8.981z", fill: "#fff" })] })));
@@ -17169,6 +16966,353 @@ function NewEntryRibbonIcons() {
17169
16966
  return (jsxs("svg", __assign({ width: "32", height: "40", viewBox: "0 0 32 40", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, { children: [jsx("rect", { width: "32", height: "40", transform: "translate(0.5 0.5)" }), 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" }), 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" }), jsx("path", { d: "M22 25H28", stroke: "#3FAF2A", strokeLinecap: "round", strokeLinejoin: "round" }), jsx("path", { d: "M25 22V28", stroke: "#3FAF2A", strokeLinecap: "round", strokeLinejoin: "round" }), jsx("path", { d: "M12 10.5V20", stroke: "#1E365E", strokeLinecap: "square", strokeLinejoin: "round" }), jsx("path", { d: "M21 10.5V16.5", stroke: "#1E365E", strokeLinecap: "round", strokeLinejoin: "round" })] })));
17170
16967
  }
17171
16968
 
16969
+ var RibbonButtonGroup = forwardRef(function RibbonButtonGroup(props, ref) {
16970
+ var icon = props.icon, label = props.label, isWrapped = props.isWrapped, onToggle = props.onToggle, onClick = props.onClick, rest = __rest(props, ["icon", "label", "isWrapped", "onToggle", "onClick"]);
16971
+ return (jsxs(RibbonButtonGroupStyled, __assign({ variant: "outlined", disableRipple: true, ref: ref }, rest, { children: [jsx(RibbonButtonStyled, { variant: "outlined", icon: icon, label: label, isWrapped: isWrapped, onClick: function (event) {
16972
+ event.stopPropagation();
16973
+ onClick && onClick();
16974
+ } }), jsx(RibbonCaratWrapperStyled, __assign({ className: "carat", onClick: function (event) {
16975
+ event.stopPropagation();
16976
+ onToggle && onToggle();
16977
+ } }, { children: jsx(CaratIcon, {}) }))] })));
16978
+ });
16979
+
16980
+ var RadioGroup = function (props) {
16981
+ var label = props.label, rest = __rest(props, ["label"]);
16982
+ return (jsxs(FormControl, __assign({ component: "fieldset" }, { children: [label ? jsx(FormLabel, { children: label }) : '', jsx(RadioGroup$1, __assign({ "aria-label": label }, rest, { children: props.children }))] })));
16983
+ };
16984
+
16985
+ var SelectStyled = styled(Select$1)(function (_a) {
16986
+ var theme = _a.theme;
16987
+ return ({
16988
+ borderRadius: theme.shapes.card,
16989
+ height: 40,
16990
+ select: {
16991
+ padding: '0 16px',
16992
+ height: 40,
16993
+ lineHeight: '40px',
16994
+ display: 'flex',
16995
+ alignItems: 'center',
16996
+ '& .MuiTypography-root': {
16997
+ fontWeight: 'inherit',
16998
+ },
16999
+ '&.MuiInputBase-input, &.MuiOutlinedInput-input': {
17000
+ paddingRight: '44px',
17001
+ paddingTop: 0,
17002
+ },
17003
+ '&.MuiInputBase-input.MuiFilledInput-input': {},
17004
+ '&.MuiInputBase-input': {
17005
+ '&.MuiFilledInput-input': {
17006
+ '&:focus': {
17007
+ backgroundColor: 'transparent',
17008
+ },
17009
+ },
17010
+ },
17011
+ },
17012
+ '& .MuiFilledInput-input': {
17013
+ paddingTop: '8px',
17014
+ '&:focus': {
17015
+ backgroundColor: 'transparent',
17016
+ },
17017
+ },
17018
+ legend: {
17019
+ display: 'none',
17020
+ },
17021
+ });
17022
+ });
17023
+
17024
+ var Select = function (props) {
17025
+ return jsx(SelectStyled, __assign({ IconComponent: SvgChevronDownLg }, props));
17026
+ };
17027
+
17028
+ var SidebarWrapper = styled(Box)(templateObject_1$3 || (templateObject_1$3 = __makeTemplateObject(["\n height: 100%;\n overflow: hidden;\n"], ["\n height: 100%;\n overflow: hidden;\n"])));
17029
+ var SidebarMain = 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"])));
17030
+ var SidebarSide = 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"])));
17031
+ var templateObject_1$3, templateObject_2$1, templateObject_3;
17032
+
17033
+ var Sidebar = function () { return null; };
17034
+ var Main = function () { return null; };
17035
+ var SidebarLayout = function (_a) {
17036
+ var children = _a.children, _b = _a.sidebarWidth, sidebarWidth = _b === void 0 ? 260 : _b, _c = _a.sidebarBgColor, sidebarBgColor = _c === void 0 ? '#f3f3f3' : _c;
17037
+ var sidebar = children.find(function (el) { return el.type === Sidebar; });
17038
+ var main = children.find(function (el) { return el.type === Main; });
17039
+ return (jsxs(SidebarWrapper, __assign({ display: "flex" }, { children: [jsx(SidebarSide, __assign({ bgcolor: sidebarBgColor, width: sidebarWidth }, { children: sidebar && sidebar.props.children })), jsx(SidebarMain, { children: main && main.props.children })] })));
17040
+ };
17041
+ SidebarLayout.Sidebar = Sidebar;
17042
+ SidebarLayout.Main = Main;
17043
+
17044
+ var StepsContainer = styled('div')(function (_a) {
17045
+ var theme = _a.theme;
17046
+ return ({
17047
+ height: 4,
17048
+ width: '100%',
17049
+ borderRadius: theme.shape.borderRadius,
17050
+ backgroundColor: theme.palette.background.default,
17051
+ display: 'flex',
17052
+ });
17053
+ });
17054
+ var StepBar = styled('div')(function (_a) {
17055
+ var theme = _a.theme;
17056
+ return ({
17057
+ height: 4,
17058
+ width: '100%',
17059
+ '&:first-of-type': {
17060
+ borderRadius: theme.shape.borderRadius,
17061
+ borderBottomRightRadius: 0,
17062
+ borderTopRightRadius: 0,
17063
+ },
17064
+ '&:last-of-type': {
17065
+ borderRadius: theme.shape.borderRadius,
17066
+ borderBottomLeftRadius: 0,
17067
+ borderTopLeftRadius: 0,
17068
+ },
17069
+ '&.active': {
17070
+ backgroundColor: theme.palette.text.primary,
17071
+ borderRadius: theme.shape.borderRadius,
17072
+ '&:not(:first-of-type)': {
17073
+ borderBottomLeftRadius: 0,
17074
+ borderTopLeftRadius: 0,
17075
+ },
17076
+ },
17077
+ '&.completed': {
17078
+ backgroundColor: theme.palette.text.secondary,
17079
+ },
17080
+ });
17081
+ });
17082
+ var LabelsContainer = styled('div')(function () { return ({
17083
+ marginTop: 8,
17084
+ display: 'flex',
17085
+ }); });
17086
+ var StepLabel = styled(Typography)(function (_a) {
17087
+ var theme = _a.theme;
17088
+ return ({
17089
+ color: theme.palette.text.disabled,
17090
+ '&.active': {
17091
+ color: theme.palette.text.primary,
17092
+ },
17093
+ '&.completed': {
17094
+ color: theme.palette.text.secondary,
17095
+ },
17096
+ });
17097
+ });
17098
+
17099
+ var StepNavigation = function (props) {
17100
+ var ref = props.ref, steps = props.steps, activeStep = props.activeStep;
17101
+ return (jsxs(Fragment, { children: [jsx(StepsContainer, __assign({ ref: ref }, { children: steps === null || steps === void 0 ? void 0 : steps.map(function (_a, index) {
17102
+ var label = _a.label;
17103
+ return (jsx(StepBar, { className: clsx(activeStep === index ? 'active' : '', activeStep > index ? 'completed' : '') }, label));
17104
+ }) })), jsx(LabelsContainer, { children: steps === null || steps === void 0 ? void 0 : steps.map(function (_a, index) {
17105
+ var label = _a.label;
17106
+ return (jsx(StepLabel, __assign({ className: clsx(activeStep === index ? 'active' : '', activeStep > index ? 'completed' : ''), variant: 'subtitle2', width: 100 / steps.length + '%' }, { children: label }), label));
17107
+ }) })] }));
17108
+ };
17109
+
17110
+ var Switch = function (props) {
17111
+ return jsx(Switch$1, __assign({ color: "default" }, props));
17112
+ };
17113
+
17114
+ var Tab = function (props) {
17115
+ return jsx(Tab$1, __assign({}, props, { children: props.children }));
17116
+ };
17117
+
17118
+ var StyledListItemButton = styled(ListItemButton$1)({
17119
+ backgroundColor: 'transparent',
17120
+ textTransform: 'none',
17121
+ padding: '8px 16px',
17122
+ alignItems: 'flex-start',
17123
+ position: 'relative',
17124
+ zIndex: 0,
17125
+ lineHeight: '1.25rem',
17126
+ '&:hover .hide-on-hover': {
17127
+ opacity: 0,
17128
+ },
17129
+ '&:hover .show-on-hover': {
17130
+ opacity: 1,
17131
+ },
17132
+ '&:hover': {
17133
+ backgroundColor: 'transparent',
17134
+ },
17135
+ '& > *:nth-child(n+2)': {
17136
+ marginLeft: 8,
17137
+ },
17138
+ '& .MuiListItemAvatar-root': {
17139
+ minWidth: 20,
17140
+ marginRight: 0,
17141
+ marginLeft: 0,
17142
+ },
17143
+ '& .MuiListItemText-root': {
17144
+ marginTop: 0,
17145
+ marginBottom: 0,
17146
+ lineHeight: '1.25rem',
17147
+ },
17148
+ '& .MuiTypography-root': {
17149
+ lineHeight: '1.25rem',
17150
+ },
17151
+ '& .MuiTypography-root.MuiListItemText-secondary': {
17152
+ lineHeight: '1rem',
17153
+ },
17154
+ });
17155
+ var ShowOnHover = styled('div')({
17156
+ opacity: 0,
17157
+ position: 'absolute',
17158
+ right: 16,
17159
+ zIndex: 99,
17160
+ });
17161
+ var HideOnHover = styled('div')({
17162
+ opacity: 1,
17163
+ position: 'absolute',
17164
+ right: 16,
17165
+ });
17166
+ var HoverContentWrapper = styled('div', {
17167
+ shouldForwardProp: function (prop) { return prop !== 'width'; },
17168
+ })(function (_a) {
17169
+ var width = _a.width;
17170
+ return ({
17171
+ width: width,
17172
+ });
17173
+ });
17174
+
17175
+ var TabListItem = function (_a) {
17176
+ var children = _a.children, hideOnHover = _a.hideOnHover, showOnHover = _a.showOnHover, props = __rest(_a, ["children", "hideOnHover", "showOnHover"]);
17177
+ /**
17178
+ * As child divs are absolute positioning, the parent container doesn't have a width.
17179
+ * It can lead to sibling list text truncate incorrectly and text overlapping.
17180
+ * The following code uses refs to get the widths of the contents,
17181
+ * and set the bigger one as parent's width.
17182
+ */
17183
+ var contentRef1 = useRef(null);
17184
+ var contentRef2 = useRef(null);
17185
+ var _b = useState(24), width = _b[0], setWidth = _b[1];
17186
+ useEffect(function () {
17187
+ if (!contentRef1.current || !contentRef2.current)
17188
+ return;
17189
+ var width1 = contentRef1.current.clientWidth;
17190
+ var width2 = contentRef2.current.clientWidth;
17191
+ setWidth(width1 > width2 ? width1 : width2);
17192
+ }, [contentRef1, contentRef2]);
17193
+ return (jsx(StyledListItemButton, __assign({ disableGutters: true }, props, { children: jsxs(Fragment, { children: [children, jsxs(HoverContentWrapper, __assign({ width: width }, { children: [jsx(HideOnHover, __assign({ ref: contentRef1, className: "hide-on-hover" }, { children: hideOnHover })), jsx(ShowOnHover, __assign({ ref: contentRef2, className: "show-on-hover" }, { children: showOnHover }))] }))] }) })));
17194
+ };
17195
+
17196
+ var Table = function (props) {
17197
+ return jsx(Table$1, __assign({}, props));
17198
+ };
17199
+
17200
+ var TableBody = function (props) {
17201
+ return jsx(TableBody$1, __assign({}, props));
17202
+ };
17203
+
17204
+ var TableCell = function (props) {
17205
+ var variant = props.variant, width = props.width, sx = props.sx, rest = __rest(props, ["variant", "width", "sx"]);
17206
+ return (jsx(TableCell$1, __assign({ className: "".concat(variant === 'footer' ? 'tc-footer' : '') }, rest, { sx: __assign({ width: width }, sx) })));
17207
+ };
17208
+
17209
+ var TableCellIconContainer = styled$1('div')(templateObject_1$2 || (templateObject_1$2 = __makeTemplateObject([""], [""])));
17210
+ var TableCellIcon = function (props) {
17211
+ var align = props.align, rest = __rest(props, ["align"]);
17212
+ return (jsx(TableCellIconContainer, __assign({ sx: {
17213
+ display: 'flex',
17214
+ alignItems: 'center',
17215
+ justifyContent: align === 'center'
17216
+ ? 'center'
17217
+ : align === 'right'
17218
+ ? 'flex-end'
17219
+ : 'flex-start',
17220
+ } }, rest, { children: props.children })));
17221
+ };
17222
+ var templateObject_1$2;
17223
+
17224
+ var TableContainer = React.forwardRef(function TableContainer(props, ref) {
17225
+ return jsx(TableContainer$1, __assign({ ref: ref }, props));
17226
+ });
17227
+
17228
+ var TableFooter = function (props) {
17229
+ var children = props.children, rest = __rest(props, ["children"]);
17230
+ return jsx(TableFooter$1, __assign({}, rest, { children: children }));
17231
+ };
17232
+
17233
+ var TableHead = function (props) {
17234
+ return jsx(TableHead$1, __assign({}, props));
17235
+ };
17236
+
17237
+ var TableRow = React.forwardRef(function TableRow(props, ref) {
17238
+ return jsx(TableRow$1, __assign({ ref: ref }, props));
17239
+ });
17240
+
17241
+ var Tabs = function (props) {
17242
+ var isVertical = props.orientation === 'vertical' ? { maxWidth: '16.5rem' } : {};
17243
+ return (jsx(Tabs$1, __assign({ sx: isVertical }, props, { children: props.children })));
17244
+ };
17245
+
17246
+ var TagWrapper = 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"])));
17247
+ var TagLabel = styled('div')(function (_a) {
17248
+ var theme = _a.theme;
17249
+ return "\n padding-left: 5px;\n padding-right: 5px;\n align-items: center;\n color:".concat(theme.palette.text.primary, "; \n");
17250
+ });
17251
+ var TagStartIcon = styled('div')(function () { return "\n display: flex;\n padding: 0 5px;\n .MuiSvgIcon-root {\n font-size: 16px;\n }\n"; });
17252
+ var TagEndIcon = 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"; });
17253
+ var TagDelete = 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"; });
17254
+ var MuiIconButton = styled(IconButton$1)(function (_a) {
17255
+ var theme = _a.theme;
17256
+ return "\n height: 24px;\n width: 24px;\n border-radius: 0 ".concat(theme.shapes.tag, " ").concat(theme.shapes.tag, " 0;\n");
17257
+ });
17258
+ var MuiTypography = styled(Typography)(function () { return "\n line-height: 1;\n"; });
17259
+ var templateObject_1$1;
17260
+
17261
+ var Tag = function (props) {
17262
+ 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"]);
17263
+ var placement = tooltipPlacement !== undefined ? tooltipPlacement : 'top';
17264
+ var placementLabel = tooltipLabelPlacement !== undefined ? tooltipLabelPlacement : 'top';
17265
+ var placementDelete = tooltipDeletePlacement !== undefined ? tooltipDeletePlacement : 'top';
17266
+ return (jsxs(TagWrapper, { children: [rest.startIcon ? jsx(TagStartIcon, { children: rest.startIcon }) : null, jsx(TagLabel, { children: tooltipLabel ? (jsx(Tooltip$2, __assign({ title: tooltipLabel, placement: placementLabel, TransitionProps: { timeout: 0 } }, { children: jsx(MuiTypography, __assign({ variant: "body2" }, { children: rest.label })) }))) : (jsx(MuiTypography, __assign({ variant: "body2" }, { children: rest.label }))) }), rest.endIcon ? (jsx(TagEndIcon, { children: tooltip ? (jsx(Tooltip$2, __assign({ title: tooltip, placement: placement, TransitionProps: { timeout: 0 } }, { children: jsx(MuiIconButton, __assign({ disabled: disabled, onClick: rest.onClick }, { children: rest.endIcon })) }))) : (jsx(MuiIconButton, __assign({ disabled: disabled, onClick: rest.onClick }, { children: rest.endIcon }))) })) : null, rest.onDelete ? (jsx(TagDelete, { children: tooltipDelete ? (jsx(Tooltip$2, __assign({ title: tooltipDelete, placement: placementDelete, TransitionProps: { timeout: 0 } }, { children: jsx(MuiIconButton, __assign({ onClick: rest.onDelete }, { children: rest.deleteIcon ? rest.deleteIcon : jsx(Icon, { name: SvgCross }) })) }))) : (jsx(MuiIconButton, __assign({ onClick: rest.onDelete }, { children: rest.deleteIcon ? rest.deleteIcon : jsx(Icon, { name: SvgCross }) }))) })) : null] }));
17267
+ };
17268
+
17269
+ var TextField = function (props) {
17270
+ var defaultProps = __rest(props, []);
17271
+ return (jsx(TextField$2, __assign({ variant: "outlined", color: "secondary" }, defaultProps, { children: props.children })));
17272
+ };
17273
+
17274
+ var Toolbar = function (props) {
17275
+ return jsx(Toolbar$1, __assign({}, props));
17276
+ };
17277
+
17278
+ var StyledToolbarButton = styled(Button$2)(function (_a) {
17279
+ var theme = _a.theme;
17280
+ return (__assign(__assign({}, (theme.platform.name === 'leap_desktop' && __assign(__assign({ height: 'auto', maxWidth: 70, minWidth: 'unset', margin: '0 15px', border: '1px solid transparent', backgroundColor: 'transparent', flexDirection: 'column', padding: '0 4px', whiteSpace: 'normal' }, theme.typography.body2), { lineHeight: '1rem', '&:hover': {
17281
+ backgroundColor: '#DDE7F3',
17282
+ borderColor: '#CADEF3',
17283
+ }, '.MuiSvgIcon-root': {
17284
+ width: 32,
17285
+ height: 32,
17286
+ marginBottom: 6,
17287
+ }, '.MuiButton-startIcon': {
17288
+ margin: 0,
17289
+ } }))), (theme.platform.name === 'leap_web' && {
17290
+ '.MuiButton-startIcon': {
17291
+ display: 'none',
17292
+ },
17293
+ })));
17294
+ });
17295
+
17296
+ var ToolbarButton = function (_a) {
17297
+ var label = _a.label, icon = _a.icon, props = __rest(_a, ["label", "icon"]);
17298
+ return (jsx(StyledToolbarButton, __assign({ variant: "outlined", startIcon: icon }, props, { children: label })));
17299
+ };
17300
+
17301
+ var FullHeightGridContainer = styled(Grid)(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n height: 100%;\n overflow: hidden;\n"], ["\n height: 100%;\n overflow: hidden;\n"])));
17302
+ var FullHeightGridItem = styled(Grid)(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n height: 100%;\n"], ["\n height: 100%;\n"])));
17303
+ var templateObject_1, templateObject_2;
17304
+
17305
+ var Left = function () { return null; };
17306
+ var Right = function () { return null; };
17307
+ var TwoColumnLayout = function (_a) {
17308
+ var children = _a.children, props = __rest(_a, ["children"]);
17309
+ var left = children.find(function (el) { return el.type === Left; });
17310
+ var right = children.find(function (el) { return el.type === Right; });
17311
+ return (jsxs(FullHeightGridContainer, __assign({ container: true, direction: "row", alignItems: "stretch" }, props, { children: [jsx(FullHeightGridItem, __assign({ item: true, xs: 12, sm: 6, container: true, direction: "column", display: "block" }, { children: left && left.props.children })), jsx(FullHeightGridItem, __assign({ item: true, xs: 12, sm: 6, container: true, direction: "column" }, { children: right && right.props.children }))] })));
17312
+ };
17313
+ TwoColumnLayout.Left = Left;
17314
+ TwoColumnLayout.Right = Right;
17315
+
17172
17316
  function LawconnectIcon(props) {
17173
17317
  return (jsx("svg", __assign({ fill: "none", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 141 140" }, props, { children: 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" }) })));
17174
17318
  }
@@ -17184,5 +17328,5 @@ function PoweredByLawconnectLogo(props) {
17184
17328
  // Themes
17185
17329
  var IconsPath = '../Icons/lawconnect/';
17186
17330
 
17187
- export { AccessIcon, Accordion, AccordionDetails, AccordionPanel, AccordionSummary, AccountingIcon, ActivityDefault16Icon, ActivityLog, AppBar, Appointment16Icon, AssignCurvedIcon, AttachmentIcon, AutoTimer24Icon, AutoTimerFilled24Icon, Autocomplete, Avatar, AvatarBusinessIcon, AvatarCompanyIcon, AvatarGovernmentIcon, AvatarGroup, AvatarPeopleIcon, AvatarPersonIcon, AvatarTrustIcon, BlankLetter16Icon, BottomListButton, Box, Breadcrumbs, Browse2Icon, BrowseIcon, Button, ButtonCaretIcon, ButtonFilterIcon, Bylawyers16Icon as BylawyersIcon, CalendarIcon, CalendarRibbonIcon, CaratIcon, Card, Checkbox, ChevronDownIcon, ChevronLeftIcon, ChevronRightIcon, Chip, Clause16Icon, CoinEuroIcon$1 as CoinEuroIcon, CoinIcon, CoinPoundIcon, CostRecoveryExceeded16Icon, Cross16Icon, CrossIcon, CssBaseline, CoinEuroIcon as CurrencyEuroIcon, CurrencyIcon, CurrencyPoundIcon, DatePicker, DateRangePicker, DeleteRibbonIcon, Dialog, Divider, Drawer, DrawerMenu, Dropdown, EmailSentIcon, EmptyState, Fax16Icon, FooterActions, FormBody, FormContainer, FormGroup, FormHeader, Grid, HeaderToolbar, HomeIcon, HyperLink16Icon, Icon, IconButton, IconsPath, Input, InputLabel, InsertLinkIcon, LawconnectIcon, LeapLegsLogo, LeapLogo, List, ListItem, ListItemAvatar, ListItemIcon, ListItemText, ListSubheader, Loader, LoaderIcon, ManualEntry24Icon, ManualEntryFilled24Icon, MatterFolderRibbonIcon, Memo16Icon, Menu, MenuHeader, MenuIcon, MenuItem, Modal, ModalActions, ModalContent, ModalTitle, MoreVerticalIcon, NewAppointmentIcon, NewEntryRibbonIcons as NewEntryRibbonIcon, Pagination, PhoneCall16Icon, PowerIcon, PoweredByLawconnectLogo, PrecedentNotification16Icon, PreviewIcon, ProgressBar, Radio, RadioGroup, ReportingIcon, ResponseIcon, RevokeAccessIcon, ScannedDoc16Icon, SearchIcon, Select, SelectFilterEmptyIcon, SelectFilterFilledIcon, SelectFilterIcon, SharedFolder16Icon, SidebarLayout, Sms16Icon, SpinnerIcon, StepNavigation, SvgCheckboxChecked, SvgCheckboxIndeterminate, SvgCheckboxUncontrolled, SvgFormSearch, SvgNewAppointment, SvgRadioChecked, SvgRadioDefault, Switch, Tab, TabListItem, Table, TableBody, TableCell, TableCellIcon, TableContainer, TableFooter, TableHead, TableRow, Tabs, Tag, TaxInvoice162Icon, TaxInvoice16Icon, TextField, ThemeProvider, TickIcon, TimedEntry16Icon, Timer24Icon, TimerFilled24Icon, Toolbar, ToolbarButton, Tooltip, TrustStatement16Icon, TwoColumnLayout, Typography, UnkwownType16Icon as UnknownType16Icon, UserLinkIcon, UserLockIcon, UsersIcon, Video16Icon, VideoCall16Icon, VoiceMemo16Icon, Zyphta16Icon, createFilterOptions, theme$3 as themeDesktop, theme$1 as themeWeb };
17331
+ export { AccessIcon, Accordion, AccordionDetails, AccordionPanel, AccordionSummary, AccountingIcon, ActivityDefault16Icon, ActivityLog, AppBar, Appointment16Icon, AssignCurvedIcon, AttachmentIcon, AutoTimer24Icon, AutoTimerFilled24Icon, Autocomplete, Avatar, AvatarBusinessIcon, AvatarCompanyIcon, AvatarGovernmentIcon, AvatarGroup, AvatarPeopleIcon, AvatarPersonIcon, AvatarTrustIcon, BlankLetter16Icon, BottomListButton, Box, Breadcrumbs, Browse2Icon, BrowseIcon, Button, ButtonCaretIcon, ButtonFilterIcon, Bylawyers16Icon as BylawyersIcon, CalendarIcon, CalendarRibbonIcon, CaratIcon, Card, Checkbox, ChevronDownIcon, ChevronLeftIcon, ChevronRightIcon, Chip, Clause16Icon, CoinEuroIcon$1 as CoinEuroIcon, CoinIcon, CoinPoundIcon, CostRecoveryExceeded16Icon, Cross16Icon, CrossIcon, CssBaseline, CoinEuroIcon as CurrencyEuroIcon, CurrencyIcon, CurrencyPoundIcon, DatePicker, DateRangePicker, DeleteRibbonIcon, Dialog, Divider, Drawer, DrawerMenu, Dropdown, EmailSentIcon, EmptyState, Fax16Icon, FooterActions, FormBody, FormContainer, FormGroup, FormHeader, Grid, HeaderToolbar, HomeIcon, HyperLink16Icon, Icon, IconButton, IconsPath, Input, InputLabel, InsertLinkIcon, LawconnectIcon, LeapLegsLogo, LeapLogo, List, ListItem, ListItemAvatar, ListItemIcon, ListItemText, ListSubheader, Loader, LoaderIcon, ManualEntry24Icon, ManualEntryFilled24Icon, MatterFolderRibbonIcon, Memo16Icon, Menu, MenuHeader, MenuIcon, MenuItem, Modal, ModalActions, ModalContent, ModalTitle, MoreVerticalIcon, NewAppointmentIcon, NewEntryRibbonIcons as NewEntryRibbonIcon, Pagination, PhoneCall16Icon, Popover, PowerIcon, PoweredByLawconnectLogo, PrecedentNotification16Icon, PreviewIcon, ProgressBar, Radio, RadioGroup, ReportingIcon, ResponseIcon, RevokeAccessIcon, RibbonButton, RibbonButtonGroup, ScannedDoc16Icon, SearchIcon, Select, SelectFilterEmptyIcon, SelectFilterFilledIcon, SelectFilterIcon, SharedFolder16Icon, SidebarLayout, Sms16Icon, SpinnerIcon, StepNavigation, SvgCheckboxChecked, SvgCheckboxIndeterminate, SvgCheckboxUncontrolled, SvgFormSearch, SvgNewAppointment, SvgRadioChecked, SvgRadioDefault, Switch, Tab, TabListItem, Table, TableBody, TableCell, TableCellIcon, TableContainer, TableFooter, TableHead, TableRow, Tabs, Tag, TaxInvoice162Icon, TaxInvoice16Icon, TextField, ThemeProvider, TickIcon, TimedEntry16Icon, Timer24Icon, TimerFilled24Icon, Toolbar, ToolbarButton, Tooltip, TrustStatement16Icon, TwoColumnLayout, Typography, UnkwownType16Icon as UnknownType16Icon, UserLinkIcon, UserLockIcon, UsersIcon, Video16Icon, VideoCall16Icon, VoiceMemo16Icon, Zyphta16Icon, createFilterOptions, theme$3 as themeDesktop, theme$1 as themeWeb };
17188
17332
  //# sourceMappingURL=index.esm.js.map