@digital-ai/dot-components 4.16.0 → 4.16.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.
Files changed (2) hide show
  1. package/index.esm.js +9 -3
  2. package/package.json +1 -1
package/index.esm.js CHANGED
@@ -3346,9 +3346,15 @@ const StyledMenuList = styled(MenuList)`
3346
3346
  background: ${hoverGray};
3347
3347
  }
3348
3348
 
3349
- &.Mui-selected,
3350
- &.Mui-selected:hover {
3351
- background: ${lightSelectedGray};
3349
+ &.Mui-selected {
3350
+ &,
3351
+ &:hover {
3352
+ background: ${lightSelectedGray};
3353
+ }
3354
+
3355
+ &.Mui-focusVisible {
3356
+ background: ${selectedGray};
3357
+ }
3352
3358
  }
3353
3359
 
3354
3360
  &.${listItemWithSubmenuClassName} {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@digital-ai/dot-components",
3
- "version": "4.16.0",
3
+ "version": "4.16.1",
4
4
  "private": false,
5
5
  "license": "SEE LICENSE IN <LICENSE.md>",
6
6
  "contributors": [