aefis-core-ui 2.3.0-rc12 → 2.3.0-rc13

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.
@@ -67,12 +67,8 @@ import 'lodash/camelCase';
67
67
  import debounce from 'lodash/debounce';
68
68
  import StepConnector, { stepConnectorClasses } from '@mui/material/StepConnector';
69
69
  import DeleteOutlineOutlinedIcon from '@mui/icons-material/DeleteOutlineOutlined';
70
- import '@mui/icons-material/KeyboardArrowUpOutlined';
71
- import '@mui/icons-material/KeyboardArrowDownOutlined';
72
- import { MenuButton as MenuButton$1 } from 'core-ui';
73
70
  import KeyboardArrowUpIcon from '@mui/icons-material/KeyboardArrowUp';
74
71
  import KeyboardArrowDownIcon from '@mui/icons-material/KeyboardArrowDown';
75
- import 'core-ui/components/AnimatedExpandMoreIcon/AnimatedExpandMoreIcon';
76
72
  import '@mui/icons-material/MoreVert';
77
73
  import produce from 'immer';
78
74
  import { v4 } from 'uuid';
@@ -15398,7 +15394,7 @@ function Row({
15398
15394
  width: "48px",
15399
15395
  marginTop: "22px"
15400
15396
  },
15401
- children: /*#__PURE__*/jsx(MenuButton$1, {
15397
+ children: /*#__PURE__*/jsx(MenuButton, {
15402
15398
  displayType: "icon",
15403
15399
  menuConfiguration: [{
15404
15400
  name: "Move Up",