aefis-core-ui 3.1.0 → 3.1.1

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.
@@ -5027,8 +5027,10 @@ const MenuButton = /*#__PURE__*/forwardRef(function MenuButton(_ref, ref) {
5027
5027
  borderTop: item.divider ? "1px solid #dddddd" : "none",
5028
5028
  marginTop: item.divider ? 1 : "inherit",
5029
5029
  paddingTop: item.divider ? 1 : "inherit",
5030
- "&.Mui-focusVisible": {
5031
- backgroundColor: "rgba(0, 0, 0, 0.04)"
5030
+ "&.Mui-focusVisible, &:hover": {
5031
+ backgroundColor: "rgba(0, 0, 0, 0.12)",
5032
+ outline: "2px solid rgba(0, 0, 0, 0.87)",
5033
+ outlineOffset: "-2px"
5032
5034
  }
5033
5035
  },
5034
5036
  children: [item.icon && /*#__PURE__*/jsx(ListItemIcon, {
@@ -25487,7 +25489,7 @@ LoadingScreenWithTextTransition.propTypes = {
25487
25489
  textTransitionProps: PropTypes.object
25488
25490
  };
25489
25491
 
25490
- LicenseInfo.setLicenseKey("66847395c260a00b267238f6b82862a0Tz04NTQwOCxFPTE3NDA4NjgyNTEwMDAsUz1wcmVtaXVtLExNPXN1YnNjcmlwdGlvbixLVj0y");
25492
+ LicenseInfo.setLicenseKey("02e713a3c6c99449d985ebc2ad97581cTz0xMjYzODksRT0xODA0MTE4Mzk5MDAwLFM9cHJlbWl1bSxMTT1hbm51YWwsUFY9aW5pdGlhbCxLVj0y");
25491
25493
  const DataTable = ({
25492
25494
  columns,
25493
25495
  data,