@superdispatch/ui-lab 0.47.2 → 0.48.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.
@@ -16,11 +16,9 @@ var _objectWithoutProperties = _interopDefault(require('@babel/runtime/helpers/o
16
16
  var reactTransitionGroup = require('react-transition-group');
17
17
  var core = require('@material-ui/core');
18
18
  var dates = require('@superdispatch/dates');
19
- var uiLab = require('@superdispatch/ui-lab');
20
19
  var js = require('@mdi/js');
21
20
  var Dropzone = _interopDefault(require('react-dropzone'));
22
21
  var reactAnchorme = require('react-anchorme');
23
- var lodash = require('lodash');
24
22
 
25
23
  function colorMixin(textColor, iconColor, backgroundColor, buttonHoverColor) {
26
24
  return styled.css(["color:", ";border-color:", ";background-color:", ";& .MuiAlert-icon{color:", ";}& .MuiAlert-action{color:", ";& .MuiIconButton-root{&:hover,&:active{color:", ";}}}"], textColor, textColor, backgroundColor, iconColor, iconColor, buttonHoverColor);
@@ -590,7 +588,7 @@ var ChatMessage = /*#__PURE__*/react.forwardRef((_ref, ref) => {
590
588
  color: "textSecondary",
591
589
  children: time
592
590
  })]
593
- }), /*#__PURE__*/jsxRuntime.jsx(uiLab.Box, {
591
+ }), /*#__PURE__*/jsxRuntime.jsx(Box, {
594
592
  display: "inline-block",
595
593
  padding: "xsmall",
596
594
  marginTop: "none",
@@ -922,7 +920,7 @@ var EmailAutocomplete = /*#__PURE__*/react.forwardRef((_ref, ref) => {
922
920
  variant: "subtle",
923
921
  children: /*#__PURE__*/jsxRuntime.jsxs(ui.Inline, {
924
922
  space: "xxsmall",
925
- children: [/*#__PURE__*/jsxRuntime.jsx(uiLab.TextBox, {
923
+ children: [/*#__PURE__*/jsxRuntime.jsx(TextBox, {
926
924
  wrapOverflow: true,
927
925
  color: "primary",
928
926
  children: option
@@ -1350,8 +1348,8 @@ var NavbarContext = /*#__PURE__*/react.createContext({
1350
1348
  isDrawerOpen: false,
1351
1349
  isMenuExpanded: false,
1352
1350
  isNavbarExpanded: false,
1353
- setMenuExpanded: lodash.noop,
1354
- setDrawerOpen: lodash.noop
1351
+ setMenuExpanded: () => void 0,
1352
+ setDrawerOpen: () => void 0
1355
1353
  });
1356
1354
  function useNavbarContext() {
1357
1355
  return react.useContext(NavbarContext);