@superdispatch/ui-lab 0.21.4 → 0.21.5-alpha.0

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.
@@ -4,8 +4,8 @@ Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  function _interopDefault (ex) { return (ex && (typeof ex === 'object') && 'default' in ex) ? ex['default'] : ex; }
6
6
 
7
- var icons = require('@material-ui/icons');
8
- var lab = require('@material-ui/lab');
7
+ var iconsMaterial = require('@mui/icons-material');
8
+ var lab = require('@mui/lab');
9
9
  var ui = require('@superdispatch/ui');
10
10
  var react = require('react');
11
11
  var styled = require('styled-components');
@@ -14,7 +14,7 @@ var jsxRuntime = require('react/jsx-runtime');
14
14
  var _objectSpread = _interopDefault(require('@babel/runtime/helpers/objectSpread2'));
15
15
  var _objectWithoutProperties = _interopDefault(require('@babel/runtime/helpers/objectWithoutProperties'));
16
16
  var reactTransitionGroup = require('react-transition-group');
17
- var core = require('@material-ui/core');
17
+ var material = require('@mui/material');
18
18
  var js = require('@mdi/js');
19
19
  var Dropzone = _interopDefault(require('react-dropzone'));
20
20
  var reactAnchorme = require('react-anchorme');
@@ -34,9 +34,9 @@ function toMaterialSeverity(severity) {
34
34
  }
35
35
 
36
36
  var iconMapping = {
37
- success: /*#__PURE__*/jsxRuntime.jsx(icons.CheckCircle, {}),
38
- info: /*#__PURE__*/jsxRuntime.jsx(icons.Info, {}),
39
- error: /*#__PURE__*/jsxRuntime.jsx(icons.Error, {})
37
+ success: /*#__PURE__*/jsxRuntime.jsx(iconsMaterial.CheckCircle, {}),
38
+ info: /*#__PURE__*/jsxRuntime.jsx(iconsMaterial.Info, {}),
39
+ error: /*#__PURE__*/jsxRuntime.jsx(iconsMaterial.Error, {})
40
40
  };
41
41
  var Alert = /*#__PURE__*/react.forwardRef((_ref, ref) => {
42
42
  var {
@@ -275,7 +275,7 @@ var Box = /*#__PURE__*/styled__default.div.withConfig({
275
275
  });
276
276
 
277
277
  var _excluded$1 = ["icon", "children", "variant", "active", "disabled", "fullWidth"];
278
- var ButtonRoot = /*#__PURE__*/styled__default(core.ButtonBase).withConfig({
278
+ var ButtonRoot = /*#__PURE__*/styled__default(material.ButtonBase).withConfig({
279
279
  displayName: "ButtonArea__ButtonRoot",
280
280
  componentId: "SD__sc-1czum63-0"
281
281
  })(["padding:12px 32px;border-width:1px;border-radius:4px;border-style:solid;border-color:", ";color:", ";background-color:", ";& svg{color:inherit;font-size:24px;}&[data-full-width='true']{width:100%;}&[data-disabled='true']{color:", ";border-color:", ";}&[data-variant='success']{&:hover{color:", ";box-shadow:0 0 0 2px ", ";border-color:", ";}&[data-active='true']{color:", ";border-color:", ";background-color:", ";}}&[data-variant='danger']{&:hover{color:", ";box-shadow:0 0 0 2px ", ";border-color:", ";}&[data-active='true']{color:", ";border-color:", ";background-color:", ";}}"], ui.Color.Silver500, ui.Color.Dark100, ui.Color.White, ui.Color.Silver500, ui.Color.Silver400, ui.Color.Green300, ui.Color.Green100, ui.Color.Green300, ui.Color.Green300, ui.Color.Green300, ui.Color.Green50, ui.Color.Red300, ui.Color.Red100, ui.Color.Red300, ui.Color.Red300, ui.Color.Red300, ui.Color.Red50);
@@ -301,7 +301,7 @@ var ButtonArea = /*#__PURE__*/react.forwardRef((_ref, ref) => {
301
301
  children: /*#__PURE__*/jsxRuntime.jsxs(ui.Stack, {
302
302
  align: "center",
303
303
  space: "xxsmall",
304
- children: [icon, /*#__PURE__*/jsxRuntime.jsx(core.Typography, {
304
+ children: [icon, /*#__PURE__*/jsxRuntime.jsx(material.Typography, {
305
305
  variant: "h4",
306
306
  color: disabled ? 'inherit' : 'textPrimary',
307
307
  children: children
@@ -490,7 +490,7 @@ function useButtonProps(_ref3) {
490
490
  }), children, !!endIcon && /*#__PURE__*/jsxRuntime.jsx(ButtonEndIcon, {
491
491
  children: endIcon
492
492
  }), pending && /*#__PURE__*/jsxRuntime.jsx(ButtonPendingIndicator, {
493
- children: /*#__PURE__*/jsxRuntime.jsx(core.CircularProgress, {
493
+ children: /*#__PURE__*/jsxRuntime.jsx(material.CircularProgress, {
494
494
  size: "1em",
495
495
  color: "inherit"
496
496
  })
@@ -815,7 +815,7 @@ function UploadRejection(_ref2) {
815
815
  align: "center",
816
816
  children: [/*#__PURE__*/jsxRuntime.jsx(ui.Column, {
817
817
  width: "content",
818
- children: /*#__PURE__*/jsxRuntime.jsx(icons.Error, {})
818
+ children: /*#__PURE__*/jsxRuntime.jsx(iconsMaterial.Error, {})
819
819
  }), /*#__PURE__*/jsxRuntime.jsx(ui.Column, {
820
820
  children: error.code === 'file-too-large' ? maxSize == null ? 'Attachment size is too large' : "Attachment size should be less than ".concat(formatBytes(maxSize)) : error.message
821
821
  })]
@@ -828,7 +828,7 @@ var FileDropZone = /*#__PURE__*/react.forwardRef((props, ref) => {
828
828
  disabled = false,
829
829
  children: _children = 'Upload Attachments',
830
830
  hintText = 'or Drag & Drop files',
831
- startIcon = /*#__PURE__*/jsxRuntime.jsx(core.SvgIcon, {
831
+ startIcon = /*#__PURE__*/jsxRuntime.jsx(material.SvgIcon, {
832
832
  children: /*#__PURE__*/jsxRuntime.jsx("path", {
833
833
  d: js.mdiUpload
834
834
  })
@@ -836,7 +836,7 @@ var FileDropZone = /*#__PURE__*/react.forwardRef((props, ref) => {
836
836
  fallback = /*#__PURE__*/jsxRuntime.jsx(ui.CardButton, {
837
837
  ref: ref,
838
838
  disabled: true,
839
- startIcon: /*#__PURE__*/jsxRuntime.jsx(core.CircularProgress, {
839
+ startIcon: /*#__PURE__*/jsxRuntime.jsx(material.CircularProgress, {
840
840
  size: "1em",
841
841
  color: "inherit"
842
842
  }),
@@ -897,7 +897,7 @@ var FileListItemName = /*#__PURE__*/styled__default.div.withConfig({
897
897
  displayName: "FileListItem__FileListItemName",
898
898
  componentId: "SD__sc-hxbsiy-0"
899
899
  })(["overflow:hidden;line-height:22px;white-space:nowrap;text-overflow:ellipsis;"]);
900
- var FileListItemProgress = /*#__PURE__*/styled__default(core.CircularProgress).withConfig({
900
+ var FileListItemProgress = /*#__PURE__*/styled__default(material.CircularProgress).withConfig({
901
901
  displayName: "FileListItem__FileListItemProgress",
902
902
  componentId: "SD__sc-hxbsiy-1"
903
903
  })(["font-size:24px;", "{font-size:14px;}"], _ref => {
@@ -906,12 +906,12 @@ var FileListItemProgress = /*#__PURE__*/styled__default(core.CircularProgress).w
906
906
  } = _ref;
907
907
  return theme.breakpoints.up('sm');
908
908
  });
909
- var PdfIcon = /*#__PURE__*/react.memo(props => /*#__PURE__*/jsxRuntime.jsx(core.SvgIcon, _objectSpread(_objectSpread({}, props), {}, {
909
+ var PdfIcon = /*#__PURE__*/react.memo(props => /*#__PURE__*/jsxRuntime.jsx(material.SvgIcon, _objectSpread(_objectSpread({}, props), {}, {
910
910
  children: /*#__PURE__*/jsxRuntime.jsx("path", {
911
911
  d: js.mdiFilePdfBox
912
912
  })
913
913
  })));
914
- var TextBoxIcon = /*#__PURE__*/react.memo(props => /*#__PURE__*/jsxRuntime.jsx(core.SvgIcon, _objectSpread(_objectSpread({}, props), {}, {
914
+ var TextBoxIcon = /*#__PURE__*/react.memo(props => /*#__PURE__*/jsxRuntime.jsx(material.SvgIcon, _objectSpread(_objectSpread({}, props), {}, {
915
915
  children: /*#__PURE__*/jsxRuntime.jsx("path", {
916
916
  d: js.mdiTextBox
917
917
  })
@@ -952,13 +952,13 @@ var FileListItem = /*#__PURE__*/react.forwardRef((_ref2, ref) => {
952
952
  space: "xsmall",
953
953
  children: [/*#__PURE__*/jsxRuntime.jsx(ui.Column, {
954
954
  width: "content",
955
- children: status === 'error' ? /*#__PURE__*/jsxRuntime.jsx(icons.Error, {
955
+ children: status === 'error' ? /*#__PURE__*/jsxRuntime.jsx(iconsMaterial.Error, {
956
956
  color: "error",
957
957
  fontSize: "small"
958
958
  }) : fileType === 'pdf' ? /*#__PURE__*/jsxRuntime.jsx(PdfIcon, {
959
959
  color: "action",
960
960
  fontSize: "small"
961
- }) : fileType === 'image' ? /*#__PURE__*/jsxRuntime.jsx(icons.Image, {
961
+ }) : fileType === 'image' ? /*#__PURE__*/jsxRuntime.jsx(iconsMaterial.Image, {
962
962
  color: "action",
963
963
  fontSize: "small"
964
964
  }) : /*#__PURE__*/jsxRuntime.jsx(TextBoxIcon, {
@@ -969,7 +969,7 @@ var FileListItem = /*#__PURE__*/react.forwardRef((_ref2, ref) => {
969
969
  width: "fluid",
970
970
  children: /*#__PURE__*/jsxRuntime.jsx(FileListItemName, {
971
971
  id: uid,
972
- children: !url ? name : /*#__PURE__*/jsxRuntime.jsx(core.Link, {
972
+ children: !url ? name : /*#__PURE__*/jsxRuntime.jsx(material.Link, {
973
973
  href: url,
974
974
  noWrap: true,
975
975
  target: "_blank",
@@ -979,36 +979,36 @@ var FileListItem = /*#__PURE__*/react.forwardRef((_ref2, ref) => {
979
979
  })
980
980
  }), status === 'error' && /*#__PURE__*/jsxRuntime.jsx(ui.Column, {
981
981
  width: "content",
982
- children: /*#__PURE__*/jsxRuntime.jsx(core.Tooltip, {
982
+ children: /*#__PURE__*/jsxRuntime.jsx(material.Tooltip, {
983
983
  title: "Retry",
984
- children: /*#__PURE__*/jsxRuntime.jsx(core.IconButton, {
984
+ children: /*#__PURE__*/jsxRuntime.jsx(material.IconButton, {
985
985
  size: "small",
986
986
  onClick: onRetry,
987
- children: /*#__PURE__*/jsxRuntime.jsx(icons.Refresh, {
987
+ children: /*#__PURE__*/jsxRuntime.jsx(iconsMaterial.Refresh, {
988
988
  fontSize: "small"
989
989
  })
990
990
  })
991
991
  })
992
992
  }), /*#__PURE__*/jsxRuntime.jsx(ui.Column, {
993
993
  width: "content",
994
- children: status === 'loading' ? /*#__PURE__*/jsxRuntime.jsx(core.IconButton, {
994
+ children: status === 'loading' ? /*#__PURE__*/jsxRuntime.jsx(material.IconButton, {
995
995
  size: "small",
996
996
  disabled: true,
997
997
  children: /*#__PURE__*/jsxRuntime.jsx(FileListItemProgress, {
998
998
  size: "1em"
999
999
  })
1000
- }) : !isHovered && status === 'success' ? /*#__PURE__*/jsxRuntime.jsx(core.IconButton, {
1000
+ }) : !isHovered && status === 'success' ? /*#__PURE__*/jsxRuntime.jsx(material.IconButton, {
1001
1001
  size: "small",
1002
- children: /*#__PURE__*/jsxRuntime.jsx(icons.CheckCircle, {
1002
+ children: /*#__PURE__*/jsxRuntime.jsx(iconsMaterial.CheckCircle, {
1003
1003
  fontSize: "small",
1004
1004
  htmlColor: ui.Color.Green300
1005
1005
  })
1006
- }) : canDelete ? /*#__PURE__*/jsxRuntime.jsx(core.Tooltip, {
1006
+ }) : canDelete ? /*#__PURE__*/jsxRuntime.jsx(material.Tooltip, {
1007
1007
  title: "Delete",
1008
- children: /*#__PURE__*/jsxRuntime.jsx(core.IconButton, {
1008
+ children: /*#__PURE__*/jsxRuntime.jsx(material.IconButton, {
1009
1009
  size: "small",
1010
1010
  onClick: onDelete,
1011
- children: /*#__PURE__*/jsxRuntime.jsx(icons.Delete, {
1011
+ children: /*#__PURE__*/jsxRuntime.jsx(iconsMaterial.Delete, {
1012
1012
  fontSize: "small"
1013
1013
  })
1014
1014
  })
@@ -1029,7 +1029,7 @@ var DefaultLinkComponent = /*#__PURE__*/react.forwardRef((_ref, ref) => {
1029
1029
  } = _ref,
1030
1030
  props = _objectWithoutProperties(_ref, _excluded$6);
1031
1031
 
1032
- return /*#__PURE__*/jsxRuntime.jsx(core.Link, _objectSpread(_objectSpread({}, props), {}, {
1032
+ return /*#__PURE__*/jsxRuntime.jsx(material.Link, _objectSpread(_objectSpread({}, props), {}, {
1033
1033
  ref: ref,
1034
1034
  rel: rel,
1035
1035
  target: target
@@ -1076,11 +1076,11 @@ function useNavbarContext() {
1076
1076
  return react.useContext(NavbarContext);
1077
1077
  }
1078
1078
 
1079
- var StyledBottomNavigation = /*#__PURE__*/styled__default(core.BottomNavigation).withConfig({
1079
+ var StyledBottomNavigation = /*#__PURE__*/styled__default(material.BottomNavigation).withConfig({
1080
1080
  displayName: "NavbarBottomBar__StyledBottomNavigation",
1081
1081
  componentId: "SD__sc-9z6v3k-0"
1082
1082
  })(["background:", ";"], ui.Color.Dark500);
1083
- var StyledBottomNavigationAction = /*#__PURE__*/styled__default(core.BottomNavigationAction).withConfig({
1083
+ var StyledBottomNavigationAction = /*#__PURE__*/styled__default(material.BottomNavigationAction).withConfig({
1084
1084
  displayName: "NavbarBottomBar__StyledBottomNavigationAction",
1085
1085
  componentId: "SD__sc-9z6v3k-1"
1086
1086
  })(["&&{background:#1b2638;color:", ";padding:6px 0 8px;line-height:20px;}&:first-child{padding-left:12px;}&:last-child{padding-right:12px;}&.Mui-selected{color:", ";.MuiBottomNavigationAction-label{font-size:0.75rem;}}"], ui.Color.Silver500, ui.Color.White);
@@ -1123,10 +1123,10 @@ function NavbarBottomBar(_ref) {
1123
1123
  value: "menu",
1124
1124
  label: "Menu",
1125
1125
  icon: hasMenuBadge ? /*#__PURE__*/jsxRuntime.jsxs(IconWrapper, {
1126
- children: [/*#__PURE__*/jsxRuntime.jsx(IconLabel, {}), /*#__PURE__*/jsxRuntime.jsx(icons.Menu, {
1126
+ children: [/*#__PURE__*/jsxRuntime.jsx(IconLabel, {}), /*#__PURE__*/jsxRuntime.jsx(iconsMaterial.Menu, {
1127
1127
  fontSize: "small"
1128
1128
  })]
1129
- }) : /*#__PURE__*/jsxRuntime.jsx(icons.Menu, {
1129
+ }) : /*#__PURE__*/jsxRuntime.jsx(iconsMaterial.Menu, {
1130
1130
  fontSize: "small"
1131
1131
  })
1132
1132
  })]
@@ -1187,7 +1187,7 @@ var NavbarAccordionLabel = /*#__PURE__*/styled__default.span.withConfig({
1187
1187
  displayName: "NavbarAccordion__NavbarAccordionLabel",
1188
1188
  componentId: "SD__sc-1s7g3kw-0"
1189
1189
  })(["flex-grow:1;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;&[data-expanded='false']{display:none;}"]);
1190
- var NavbarAccordionRoot = /*#__PURE__*/styled__default(core.Accordion).withConfig({
1190
+ var NavbarAccordionRoot = /*#__PURE__*/styled__default(material.Accordion).withConfig({
1191
1191
  displayName: "NavbarAccordion__NavbarAccordionRoot",
1192
1192
  componentId: "SD__sc-1s7g3kw-1"
1193
1193
  })(_ref => {
@@ -1196,7 +1196,7 @@ var NavbarAccordionRoot = /*#__PURE__*/styled__default(core.Accordion).withConfi
1196
1196
  } = _ref;
1197
1197
  return styled.css(["width:100%;color:#c2c4c9;font-size:14px;font-weight:400;line-height:20px;text-decoration:none;outline:none;cursor:pointer;background-color:#1b2638;margin-top:", ";&[aria-current]{background-color:#2f394a;color:", ";}&.MuiAccordion-root:before{background-color:#1b2638;}&.MuiPaper-elevation0{border:0px;}&.MuiAccordion-root.Mui-expanded{margin-top:", ";}"], gutter ? '16px' : '0', ui.Color.White, gutter ? '16px' : '0');
1198
1198
  });
1199
- var NavbarAccordionSummary = /*#__PURE__*/styled__default(core.AccordionSummary).withConfig({
1199
+ var NavbarAccordionSummary = /*#__PURE__*/styled__default(material.AccordionSummary).withConfig({
1200
1200
  displayName: "NavbarAccordion__NavbarAccordionSummary",
1201
1201
  componentId: "SD__sc-1s7g3kw-2"
1202
1202
  })(["border-left:4px solid transparent;padding-left:20px;&.MuiAccordionSummary-root{max-height:40px;min-height:40px;}&.MuiAccordionSummary-content{align-items:center;}&:hover,&[aria-current],&[data-active='true']{color:", ";background-color:#2f394a;border-left-color:", ";}&[data-expanded='false']{.MuiAccordionSummary-expandIcon{display:none;}}"], ui.Color.White, ui.Color.Blue300);
@@ -1237,7 +1237,7 @@ function NavbarAccordion(_ref2) {
1237
1237
  children: [/*#__PURE__*/jsxRuntime.jsxs(NavbarAccordionSummary, {
1238
1238
  "data-active": !isExpanded && items.some(item => item.active),
1239
1239
  "data-expanded": isNavbarExpanded,
1240
- expandIcon: /*#__PURE__*/jsxRuntime.jsx(icons.ExpandMore, {}),
1240
+ expandIcon: /*#__PURE__*/jsxRuntime.jsx(iconsMaterial.ExpandMore, {}),
1241
1241
  children: [/*#__PURE__*/jsxRuntime.jsx(IconWrapper$2, {
1242
1242
  children: icon
1243
1243
  }), /*#__PURE__*/jsxRuntime.jsx(NavbarAccordionLabel, {
@@ -1294,7 +1294,7 @@ var Wrapper = /*#__PURE__*/styled__default.div.withConfig({
1294
1294
  } = _ref3;
1295
1295
  return isMobile ? '280px' : '72px';
1296
1296
  }, Header);
1297
- var ExpandIconButton = /*#__PURE__*/styled__default(core.IconButton).withConfig({
1297
+ var ExpandIconButton = /*#__PURE__*/styled__default(material.IconButton).withConfig({
1298
1298
  displayName: "NavbarList__ExpandIconButton",
1299
1299
  componentId: "SD__sc-19zrmxc-2"
1300
1300
  })(["color:", ";&&:focus{background-color:inherit;}"], ui.Color.Silver500);
@@ -1361,7 +1361,7 @@ function NavbarList(_ref5) {
1361
1361
  onClick: () => {
1362
1362
  setMenuExpanded(!isMenuExpanded);
1363
1363
  },
1364
- children: isMenuExpanded ? /*#__PURE__*/jsxRuntime.jsx(icons.MenuOpen, {}) : /*#__PURE__*/jsxRuntime.jsx(icons.Menu, {})
1364
+ children: isMenuExpanded ? /*#__PURE__*/jsxRuntime.jsx(iconsMaterial.MenuOpen, {}) : /*#__PURE__*/jsxRuntime.jsx(iconsMaterial.Menu, {})
1365
1365
  })]
1366
1366
  }), /*#__PURE__*/jsxRuntime.jsx(Content, {
1367
1367
  "aria-expanded": isSidebarOpened,
@@ -1415,11 +1415,11 @@ function Navbar(_ref) {
1415
1415
  containerStyle,
1416
1416
  hasExtraBadge
1417
1417
  } = _ref;
1418
- var theme = core.useTheme();
1418
+ var theme = material.useTheme();
1419
1419
  var [isDrawerOpen, setDrawerOpen] = react.useState(false);
1420
1420
  var platform = ui.useResponsiveValue('mobile', 'tablet', 'desktop');
1421
1421
  var isMobile = platform === 'mobile';
1422
- var matches = core.useMediaQuery(theme.breakpoints.up('md'), {
1422
+ var matches = material.useMediaQuery(theme.breakpoints.up('md'), {
1423
1423
  noSsr: true
1424
1424
  });
1425
1425
  var [isMenuExpanded, setMenuExpanded] = react.useState(matches);
@@ -1450,7 +1450,7 @@ function Navbar(_ref) {
1450
1450
  }), isMobile && /*#__PURE__*/jsxRuntime.jsx(NavbarBottomBar, {
1451
1451
  items: bottomItems,
1452
1452
  hasMenuBadge: hasBadge
1453
- }), /*#__PURE__*/jsxRuntime.jsx(core.Drawer, {
1453
+ }), /*#__PURE__*/jsxRuntime.jsx(material.Drawer, {
1454
1454
  open: isDrawerOpen,
1455
1455
  anchor: "right",
1456
1456
  onClose: () => {
@@ -1473,7 +1473,7 @@ function Navbar(_ref) {
1473
1473
  }
1474
1474
 
1475
1475
  var _excluded$7 = ["title", "subtitle", "children"];
1476
- var StyledTypography = /*#__PURE__*/styled__default(core.Typography).withConfig({
1476
+ var StyledTypography = /*#__PURE__*/styled__default(material.Typography).withConfig({
1477
1477
  displayName: "NavbarAvatar__StyledTypography",
1478
1478
  componentId: "SD__sc-19q2zd0-0"
1479
1479
  })(["color:", ";text-overflow:ellipsis;white-space:nowrap;overflow:hidden;&:hover{color:", ";}"], ui.Color.Silver500, ui.Color.White);
@@ -1490,7 +1490,7 @@ function NavbarAvatar(_ref) {
1490
1490
  } = useNavbarContext();
1491
1491
 
1492
1492
  if (!isNavbarExpanded) {
1493
- return /*#__PURE__*/jsxRuntime.jsx(core.Avatar, _objectSpread(_objectSpread({}, props), {}, {
1493
+ return /*#__PURE__*/jsxRuntime.jsx(material.Avatar, _objectSpread(_objectSpread({}, props), {}, {
1494
1494
  children: children
1495
1495
  }));
1496
1496
  }
@@ -1500,7 +1500,7 @@ function NavbarAvatar(_ref) {
1500
1500
  align: "center",
1501
1501
  children: [/*#__PURE__*/jsxRuntime.jsx(ui.Column, {
1502
1502
  width: "content",
1503
- children: /*#__PURE__*/jsxRuntime.jsx(core.Avatar, _objectSpread(_objectSpread({}, props), {}, {
1503
+ children: /*#__PURE__*/jsxRuntime.jsx(material.Avatar, _objectSpread(_objectSpread({}, props), {}, {
1504
1504
  children: children
1505
1505
  }))
1506
1506
  }), /*#__PURE__*/jsxRuntime.jsx(ui.Column, {
@@ -1522,7 +1522,7 @@ var Divider = /*#__PURE__*/styled__default.div.withConfig({
1522
1522
  displayName: "NavbarMenu__Divider",
1523
1523
  componentId: "SD__sc-1c8icpt-0"
1524
1524
  })(["border-bottom:1px solid ", ";margin:8px -16px;"], ui.Color.Silver400);
1525
- var StyledMenuItem = /*#__PURE__*/styled__default(core.MenuItem).withConfig({
1525
+ var StyledMenuItem = /*#__PURE__*/styled__default(material.MenuItem).withConfig({
1526
1526
  displayName: "NavbarMenu__StyledMenuItem",
1527
1527
  componentId: "SD__sc-1c8icpt-1"
1528
1528
  })(["& svg{font-size:24px;color:", ";}"], ui.Color.Dark100);
@@ -1559,7 +1559,7 @@ function NavbarMenu(_ref2) {
1559
1559
  onClick: showProfileMenu,
1560
1560
  active: !!anchor,
1561
1561
  children: children
1562
- }), /*#__PURE__*/jsxRuntime.jsx(core.Menu, {
1562
+ }), /*#__PURE__*/jsxRuntime.jsx(material.Menu, {
1563
1563
  open: !!anchor,
1564
1564
  anchorEl: anchor,
1565
1565
  onClose: hideProfileMenu,
@@ -1578,7 +1578,7 @@ function NavbarMenu(_ref2) {
1578
1578
  children: /*#__PURE__*/jsxRuntime.jsxs(ui.Inline, {
1579
1579
  space: "small",
1580
1580
  verticalAlign: "center",
1581
- children: [item.icon, /*#__PURE__*/jsxRuntime.jsx(core.Typography, {
1581
+ children: [item.icon, /*#__PURE__*/jsxRuntime.jsx(material.Typography, {
1582
1582
  style: {
1583
1583
  color: ui.Color.Dark500
1584
1584
  },
@@ -1598,7 +1598,7 @@ var SidebarRoot = /*#__PURE__*/styled__default.aside.withConfig({
1598
1598
  var SidebarHeader = /*#__PURE__*/styled__default.div.withConfig({
1599
1599
  displayName: "Sidebar__SidebarHeader",
1600
1600
  componentId: "SD__sc-b77o22-1"
1601
- })(["top:0;z-index:1;position:sticky;padding-left:24px;padding-right:24px;padding-bottom:8px;background-color:", ";"], ui.Color.White);
1601
+ })(["top:0;z-index:2;position:sticky;padding-left:24px;padding-right:24px;padding-bottom:8px;background-color:", ";"], ui.Color.White);
1602
1602
  var SidebarTitle = /*#__PURE__*/styled__default.div.withConfig({
1603
1603
  displayName: "Sidebar__SidebarTitle",
1604
1604
  componentId: "SD__sc-b77o22-2"
@@ -1705,7 +1705,7 @@ var _excluded$8 = ["onClick", "children"];
1705
1705
  function SidebarBackButton(_ref) {
1706
1706
  var {
1707
1707
  onClick: _onClick,
1708
- children = /*#__PURE__*/jsxRuntime.jsx(icons.ArrowBack, {
1708
+ children = /*#__PURE__*/jsxRuntime.jsx(iconsMaterial.ArrowBack, {
1709
1709
  fontSize: "small"
1710
1710
  })
1711
1711
  } = _ref,
@@ -1720,7 +1720,7 @@ function SidebarBackButton(_ref) {
1720
1720
  return null;
1721
1721
  }
1722
1722
 
1723
- return /*#__PURE__*/jsxRuntime.jsx(core.IconButton, _objectSpread(_objectSpread({}, props), {}, {
1723
+ return /*#__PURE__*/jsxRuntime.jsx(material.IconButton, _objectSpread(_objectSpread({}, props), {}, {
1724
1724
  size: "small",
1725
1725
  onClick: event => {
1726
1726
  _onClick === null || _onClick === void 0 ? void 0 : _onClick(event);
@@ -1733,7 +1733,7 @@ function SidebarBackButton(_ref) {
1733
1733
  }));
1734
1734
  }
1735
1735
 
1736
- var SidebarAppBar = /*#__PURE__*/styled__default(core.AppBar).withConfig({
1736
+ var SidebarAppBar = /*#__PURE__*/styled__default(material.AppBar).withConfig({
1737
1737
  displayName: "SidebarContent__SidebarAppBar",
1738
1738
  componentId: "SD__sc-zpgf61-0"
1739
1739
  })(_ref => {
@@ -1789,7 +1789,7 @@ function SidebarContent(_ref2) {
1789
1789
  return /*#__PURE__*/jsxRuntime.jsxs(ui.Stack, {
1790
1790
  space: "none",
1791
1791
  children: [/*#__PURE__*/jsxRuntime.jsx(SidebarAppBar, {
1792
- children: /*#__PURE__*/jsxRuntime.jsx(core.Toolbar, {
1792
+ children: /*#__PURE__*/jsxRuntime.jsx(material.Toolbar, {
1793
1793
  disableGutters: true,
1794
1794
  children: /*#__PURE__*/jsxRuntime.jsx(ToolbarContent, {
1795
1795
  children: /*#__PURE__*/jsxRuntime.jsxs(ui.Columns, {
@@ -1834,7 +1834,7 @@ var SidebarDividerRoot = /*#__PURE__*/styled__default.div.withConfig({
1834
1834
  var SidebarDivider = /*#__PURE__*/react.forwardRef((_, ref) => {
1835
1835
  return /*#__PURE__*/jsxRuntime.jsx(SidebarDividerRoot, {
1836
1836
  ref: ref,
1837
- children: /*#__PURE__*/jsxRuntime.jsx(core.Divider, {})
1837
+ children: /*#__PURE__*/jsxRuntime.jsx(material.Divider, {})
1838
1838
  });
1839
1839
  });
1840
1840
  if (process.env.NODE_ENV !== "production") SidebarDivider.displayName = "SidebarDivider";
@@ -1925,7 +1925,7 @@ var SidebarMenuItem = /*#__PURE__*/react.forwardRef((_ref2, ref) => {
1925
1925
  return /*#__PURE__*/jsxRuntime.jsxs(SidebarMenuItemRoot, {
1926
1926
  ref: ui.mergeRefs(ref, rootRef),
1927
1927
  hasAvatar: !!avatar,
1928
- children: [/*#__PURE__*/jsxRuntime.jsx(core.ButtonBase, {
1928
+ children: [/*#__PURE__*/jsxRuntime.jsx(material.ButtonBase, {
1929
1929
  disabled: disabled,
1930
1930
  "aria-current": selected,
1931
1931
  onClick: event => {
@@ -1963,7 +1963,7 @@ var SidebarMenuItem = /*#__PURE__*/react.forwardRef((_ref2, ref) => {
1963
1963
  })
1964
1964
  }), external && /*#__PURE__*/jsxRuntime.jsx(ui.Column, {
1965
1965
  width: "content",
1966
- children: /*#__PURE__*/jsxRuntime.jsx(icons.OpenInNew, {
1966
+ children: /*#__PURE__*/jsxRuntime.jsx(iconsMaterial.OpenInNew, {
1967
1967
  color: "action",
1968
1968
  fontSize: "small"
1969
1969
  })
@@ -1993,7 +1993,7 @@ var SidebarMenuItem = /*#__PURE__*/react.forwardRef((_ref2, ref) => {
1993
1993
  });
1994
1994
  if (process.env.NODE_ENV !== "production") SidebarMenuItem.displayName = "SidebarMenuItem";
1995
1995
 
1996
- var SidebarMenuItemActionRoot = /*#__PURE__*/styled__default(core.IconButton).withConfig({
1996
+ var SidebarMenuItemActionRoot = /*#__PURE__*/styled__default(material.IconButton).withConfig({
1997
1997
  displayName: "SidebarMenuItemAction__SidebarMenuItemActionRoot",
1998
1998
  componentId: "SD__sc-1n50gmv-0"
1999
1999
  })(["& .MuiSvgIcon-root{font-size:16px;}"]);
@@ -2003,7 +2003,7 @@ var SidebarMenuItemAction = /*#__PURE__*/react.forwardRef((_ref, ref) => {
2003
2003
  placement,
2004
2004
  children
2005
2005
  } = _ref;
2006
- return /*#__PURE__*/jsxRuntime.jsx(core.Tooltip, {
2006
+ return /*#__PURE__*/jsxRuntime.jsx(material.Tooltip, {
2007
2007
  title: title,
2008
2008
  placement: placement,
2009
2009
  children: /*#__PURE__*/jsxRuntime.jsx(SidebarMenuItemActionRoot, {
@@ -2043,7 +2043,7 @@ var SidebarMenuItemAvatar = /*#__PURE__*/react.forwardRef((_ref, ref) => {
2043
2043
 
2044
2044
  if (value === true || hovered && value != null) {
2045
2045
  return /*#__PURE__*/jsxRuntime.jsx(SidebarMenuItemAvatarCheckbox, {
2046
- children: /*#__PURE__*/jsxRuntime.jsx(core.Checkbox, {
2046
+ children: /*#__PURE__*/jsxRuntime.jsx(material.Checkbox, {
2047
2047
  color: "primary",
2048
2048
  checked: value,
2049
2049
  disabled: disabled,
@@ -2057,7 +2057,7 @@ var SidebarMenuItemAvatar = /*#__PURE__*/react.forwardRef((_ref, ref) => {
2057
2057
  });
2058
2058
  }
2059
2059
 
2060
- return /*#__PURE__*/jsxRuntime.jsx(core.Avatar, {
2060
+ return /*#__PURE__*/jsxRuntime.jsx(material.Avatar, {
2061
2061
  ref: ref,
2062
2062
  "aria-hidden": true,
2063
2063
  children: initials